Add comprehensive test suite for all AXe commands
- Create test files for all 10 commands: tap, swipe, type, key, touch, button, gesture, describe-ui, list-simulators
- Add KeySequenceTests with 12 comprehensive test cases
- Implement TestUtilities for common test functions
- Add Tests/README.md with testing guidelines and structure
- Fix Package.swift to include Tests/README.md as resource
- All tests validate command execution and basic functionality
- Tests designed for use with AxePlaygroundApp for visual validation
Test Coverage:
- ✅ 64 total tests across all commands
- ✅ Input validation and error handling
- ✅ Integration with AxePlaygroundApp
- ✅ Edge cases and boundary conditions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>