to Group and run test cases in cypress is cypress-grep plugin is better or cypress-tags plugin is better? please suggest #23706
Unanswered
SwardCoder
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to Group my test cases with tags like each description has 2 or 3 tags and I want to run test cases with the tag so I found the following plugins will be helpful
cypress-grep
cypress-tags
so which one among the above plugin is better? and why
For example, if i have describe(Tag1,Tag2,Tag22, Tag11)...........
if I want to run the test case with Tag 1 I expect to run only Tag1 but not both Tag1 and Tag11 So also if in the case with Tag1, Tag2 I want to run only describes with Tag1 and Tag2 but not Tag 22 and Tag11 because they same keys in the work
so please help me with your suggestions
or is there any other way to do it
Beta Was this translation helpful? Give feedback.
All reactions