-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[cypress/grep] Add capability to filter spec by referring to Typescript enums #26038
Comments
My wild guess is that culprit of the issue lies here: bahmutov/find-test-names#78 |
We encountered the same issue |
We see that also. Any update? it is very important |
I am also facing the same issue. |
Also having problems with this issue -- is it on the roadmap? |
Also facing the same issue. When using grouped tags in an array like @jennifer-shehane is this slated to become a higher priority? It's quite tedious and hard to manage updating tags individual per spec file |
@jennifer-shehane Can we please take this on priority? As it is affecting cy-grep plugin and other plugins as well. |
What would you like?
My tests are written as
I have an enum for tags
When I run my cases with the below config
I get the following console message and it cannot filter tests
While debugging I observed it printed
cypress-grep found grep tags "@ui" in 51 specs +193ms
but only 2 files have a@ui
tag.Why is this needed?
Grouping tags in enums is helping to have a centralized place to identify all the tags of a project and will not lead to spelling mistakes or duplicates/unnecessary tags.
identifying tags from enum will help to leverage this capability to the fullest.
Other
No response
The text was updated successfully, but these errors were encountered: