How to add test case grouping in Cypress
问题 I am currently working on UI Integration tests using Cypress. I am looking for ways to add test case grouping in cypress similar to the standard TestNG. I was not able to find any grouping features in cypress documentation. I did find this post: link where grouping is done using tags. I am looking for a simpler way for test case grouping. Here is my use case: I have tests for different features like feature1,2,3 in below example and each feature has different test cases. I would like to run