Write portable Scenarios
Describe UI paths with Steps, Finders, waits, scrolls, and capture checkpoints.
Write a Scenario
Replay user journeys whenever needed, and get the screenshots, logs, UI state, and timeline reports behind every run.
flutter_pilot init
flutter_pilot doctor
flutter_pilot validate scenarios/login.yaml
flutter_pilot test scenarios/login.yaml| Page | Use it when |
|---|---|
| Getting Started | You want the shortest path from install to first run. |
| Write a Scenario | You are authoring YAML for a reproducible UI path. |
| Run a Scenario | You need launch options, checkpoints, or printed diagnostics. |
| Scenario DSL | You need exact fields, actions, and Finder rules. |
| CLI | You need commands and options. |