We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm implementing a script to retry some tests that are flaky and I would like to be able to retry only the tests that have failed.
Ideally I would like to still use shards and provide a list of test files paths for the tests that I want to run as part of the suite.
I think it could be something like blow:
maestro test --format=junit --output=$REPORT_PATH --shard-split=4 --tests=test_1.yaml, test_2.yaml, test_3.yaml...
No response
The text was updated successfully, but these errors were encountered:
MA-2527 Allow passing a list of tests to run
Sorry, something went wrong.
I believe this was introduced in 1.39.0 with #1995
Right, it looks like what is expected is a list of files separated by a space.
I've gone ahead and created a PR to update the docs with this option -> mobile-dev-inc/maestro-docs#99
No branches or pull requests
Use case
I'm implementing a script to retry some tests that are flaky and I would like to be able to retry only the tests that have failed.
Ideally I would like to still use shards and provide a list of test files paths for the tests that I want to run as part of the suite.
Proposal
I think it could be something like blow:
Anything else?
No response
The text was updated successfully, but these errors were encountered: