Wrong error message in cli with format+continuous flags #1623
Labels
bug
Something isn't working
good first issue
Good for newcomers wanting to contribute
maestro cli
Related to the command-line Maestro tool
P3
Issues that are less important
Describe the bug
When running maestro test with --format and --continuous flag, the error message is wrong
To Reproduce
maestro test --format junit --continuous Flow.yaml
Continuous mode is not supported for directories. Flow.yaml is a directory
Expected behavior
The error message should say
format can not be specified in continuous mode
Screenshots

Environment information (please complete the following information):
Workspace (if applicable)
n.A.
Bugreport output (if applicable)
n.A.
Additional context
maestro test --format junit Flow.yaml
works fine andmaestro test --continuous Flow.yaml
works fine but the combinationmaestro test --format junit --continuous Flow.yaml
has a misleading error message.The text was updated successfully, but these errors were encountered: