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
How to split specs if the user has used cypress run --spec ... parameter? Related to cypress-io/cypress#26032
cypress run --spec ...
The text was updated successfully, but these errors were encountered:
Probably can replace --spec ... with --config specPattern=... equivalent
--spec ...
--config specPattern=...
Sorry, something went wrong.
Can confirm that simply replacing --spec with --config specPattern= equivalent works.
Replaced --spec \"tests/cypress/integration/**/*_spec.*\" with --config specPattern=\"tests/cypress/integration/**/*_spec.*\"
--spec \"tests/cypress/integration/**/*_spec.*\"
--config specPattern=\"tests/cypress/integration/**/*_spec.*\"
And everything worked as expected.
No branches or pull requests
How to split specs if the user has used
cypress run --spec ...
parameter? Related to cypress-io/cypress#26032The text was updated successfully, but these errors were encountered: