Parent
#98
What to build
Update test command argument handling so file, directory, and no-argument
invocations select the correct execution mode. Single-file mode should preserve
existing Entry Scenario behavior and debugging options. Project Run mode should
reject ambiguous or unsupported inputs, reject --until and --print, and
prepare validated Project Scenarios before app launch.
Acceptance criteria
Blocked by
Parent
#98
What to build
Update
testcommand argument handling so file, directory, and no-argumentinvocations select the correct execution mode. Single-file mode should preserve
existing Entry Scenario behavior and debugging options. Project Run mode should
reject ambiguous or unsupported inputs, reject
--untiland--print, andprepare validated Project Scenarios before app launch.
Acceptance criteria
flutter_pilot test <scenario.yaml>continues to run a single Entry Scenario.flutter_pilot testselects Project Run mode frompilot/.flutter_pilot test <directory>selects Project Run mode from that directory.--until.--print.Blocked by