cypress-grep
cypress-grep copied to clipboard
How to differentiate results based on tags for test run statistic?
How to differentiate results based on tags? For example I run tests with several tags: tag1, tag2, tag3 and want to get result counts of passed, failed, etc tests by tag name. There are not tags information in results object after cypress.run using cypress module API. It could be there is different way to do this.