Replies: 1 comment
-
Same issue here, anyone knows how to fix that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone :)
I am currently trying to use cypress/grep plugin to efficiently filter my test cases.
Currently I am using a Typescript config on my cypress porject.
I tried to set up my project in order to use cypress/grep but with no success for instance...
I am following these instructions: https://github.com/cypress-io/cypress/tree/develop/npm/grep#install
I let you see my config using this minimal repro: https://github.com/avi-ran/cypress-grep-ts-issue/tree/main
I suspect this config to be wrong in
cypress/support/e2e.ts
(as I don't see anyregisterCypressGrep
exported in the plugin code).Let me know if there are any other mistake done on my config.
Current behaviour on my minimal repro:
Expected behavior on my minimal repro:
Have a nice day!
Kind regards,
Aviran
Beta Was this translation helpful? Give feedback.
All reactions