Open kunalashar25 opened 1 year ago
My wild guess is that culprit of the issue lies here: https://github.com/bahmutov/find-test-names/issues/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?
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