Need help about plugin @cypress/grep run every test cases even use grep [Typescript] cypress 14 #30948
Unanswered
Thanasornsawan
asked this question in
Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try run command in debug mode, the plugin seem load correctly and know that it has grep found in one test case but it still run every test cases not use filter grep. Do you know what is the problem?
DEBUG=@cypress/grep npx cypress run --env grep="should sort products by name and price",grepFilterSpecs=true --spec web/tests/search.cy.ts
Here is my cypress config
and this one is support/e2e.ts
Beta Was this translation helpful? Give feedback.
All reactions