Welcome to the Flutter Test Pilot documentation! This folder contains comprehensive guides for all features.
- Main README - Project overview and quick start
- Real World Usage Guide - How to use in your actual project
- Implementation Complete - Phase 2 & 3 complete summary
- Phase 2 Complete - Native handling implementation details
- Enhanced Tester Guide - Advanced testing utilities
- PilotFinder Guide - Intelligent widget finding
- Native Action Handler - Native dialog handling
- Test-Driven Watcher - Dialog watcher configuration
- TestSuite Sections - Test organization
- Flutter Test Pilot Docs - Complete API documentation
- Main README - Understand what Flutter Test Pilot is
- Real World Usage Guide - See practical examples
- Enhanced Tester Guide - Learn testing utilities
- Phase 2 Complete - Native handling setup
- Native Action Handler - Configure native features
- PilotFinder Guide - Advanced widget finding
- Implementation Complete - Full feature overview
- Real World Usage Guide - Integration examples
- Test-Driven Watcher - Configure watchers
doc/
├── README.md (this file)
├── ENHANCED_TESTER_GUIDE.md # Advanced testing utilities
├── IMPLEMENTATION_COMPLETE.md # Phase 2 & 3 summary
├── PHASE_2_COMPLETE.md # Native handling details
├── PILOT_FINDER_GUIDE.md # Widget finding strategies
├── REAL_WORLD_USAGE.md # Practical usage guide
├── flutter_test_pilot_docs.md # API documentation
├── native_action_handler_guide.md # Native dialog handling
├── test_driven_watcher_guide.md # Watcher configuration
└── testsuite_sections_doc.md # Test organization
flutter_test_pilot run integration_test/login_test.dartflutter_test_pilot run integration_test/login_test.dart \
--app-id=com.example.myapp \
--native-watcher \
--pre-grant-permissions=all \
--disable-animationsflutter_test_pilot run integration_test/ \
--parallel \
--concurrency=3 \
--retry=2- Bug Reports: Create an issue on GitHub
- Feature Requests: Open a discussion
- Questions: Check the guides above first
Last Updated: January 21, 2026