Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong error message in cli with format+continuous flags #1623

Closed
pascaldornfeld opened this issue Dec 18, 2023 · 1 comment · Fixed by #1948
Closed

Wrong error message in cli with format+continuous flags #1623

pascaldornfeld opened this issue Dec 18, 2023 · 1 comment · Fixed by #1948
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

Comments

@pascaldornfeld
Copy link

Describe the bug
When running maestro test with --format and --continuous flag, the error message is wrong

To Reproduce

  1. Run maestro test --format junit --continuous Flow.yaml
  2. The error message says 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
image

Environment information (please complete the following information):

  • Maestro version 1.34.2 (self-compiled from develop)
  • Platform: Android
  • Framework: n.A.
  • Device model and OS version: n.A.
  • Host Manjaro Linux

Workspace (if applicable)
n.A.

Bugreport output (if applicable)
n.A.

Additional context
maestro test --format junit Flow.yaml works fine and
maestro test --continuous Flow.yaml works fine but the combination
maestro test --format junit --continuous Flow.yaml has a misleading error message.

@pascaldornfeld pascaldornfeld added the bug Something isn't working label Dec 18, 2023
@bartekpacia bartekpacia added P3 Issues that are less important good first issue Good for newcomers wanting to contribute maestro cli Related to the command-line Maestro tool labels Aug 24, 2024
Copy link

github-actions bot commented Sep 6, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.
Thank you for helping keep us our issue tracker clean!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants