cypress-grep icon indicating copy to clipboard operation
cypress-grep copied to clipboard

How to differentiate results based on tags for test run statistic?

Open VolodymyrLykhachov opened this issue 3 years ago • 0 comments

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.

VolodymyrLykhachov avatar Apr 08 '22 07:04 VolodymyrLykhachov