-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Feature Request] Option --ignoreTestFiles cli argument not exposed by the cypress builder #3439
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
Labels
community
This is a good first issue for contributing
outdated
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
type: feature
Comments
That sounds like an important flag for the builder to accept. As mentioned, this is a relatively simple feature and someone from the community can send a PR! 🙏 |
@FrozenPandaz @jacobworrel I will take a try at this and open a PR |
Doginal
pushed a commit
to Doginal/nx
that referenced
this issue
Nov 25, 2020
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
community
This is a good first issue for contributing
outdated
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
type: feature
Description
I would like to be able to ignore test files via the cypress ignoreTestFiles cli argument. Currently, when trying to run
nx e2e my-app-e2e --ignoreTestFiles=path/to/file
, I get the following error:Motivation
I want to ignore tests that run visual regression tests on applitools while running e2e tests in watch mode. My current workaround is to duplicate the
cypress.json
file with aignoreTestFiles
prop and pass that in via thecypress-config
cli flag.Suggested Implementation
The implementation for #1192 should work for this flag as well.
The text was updated successfully, but these errors were encountered: