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
Currently it is not possible to run multiple test cases.
You need to specify: npx maests my-first-flow.ts
npx maests my-first-flow.ts
But what if we have several cases?
it would be good to run npx maests to run all tests?
npx maests
The text was updated successfully, but these errors were encountered:
@irhlab49 Thanks for creating issue! From Maestro v1.39.0, specifying multi cases is supported. So we can implement this feature using this. PR is very welcome! https://github.com/mobile-dev-inc/maestro/blob/main/CHANGELOG.md#1390
Sorry, something went wrong.
@shoma-mano can you give a bit of guidance/code pointers for how to implement this?
No branches or pull requests
Currently it is not possible to run multiple test cases.
You need to specify:
npx maests my-first-flow.ts
But what if we have several cases?
it would be good to run
npx maests
to run all tests?The text was updated successfully, but these errors were encountered: