To group and run test cases in cypress is cypress-grep plugin or cypress-tags plugin better?

Viewed 20

i wanted to group my test cases with tags like each describe have 2 or 3 tags and i want to run test cases with the tag so i found the following plugins will be helpful

  1. cypress-grep
  2. 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

0 Answers
Related