Skip to content

maestro_test_all

Discover and run all Maestro flows in .rn-agent/actions/ as a regression suite. Returns per-flow pass/fail with durations. Use for CI or after refactoring to verify no regressions. Pass flowDir to override the default directory.

NameTypeRequiredDefaultConstraintsDescription
platform`enum: iosandroid`No
flowDirstringNoDirectory to scan for .yaml flows (default: <project>/.rn-agent/actions/)
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()