Skip to content

maestro_test_all

Discover and run all Maestro flows in .maestro/flows/ as a regression suite. Returns per-flow pass/fail with durations. Use for CI or after refactoring to verify no regressions.

NameTypeRequiredDefaultConstraintsDescription
platform`enum: iosandroid`No
flowDirstringNoDirectory to scan for .yaml flows (default: <project>/.maestro/flows/)
patternstringNoRegex pattern to filter flow files (e.g. “cart
timeoutPerFlownumberNo120000min: 5000, max: 300000, integerTimeout per flow in ms
stopOnFailurebooleanNofalseStop after first failure
maestro_test_all()