infosum / cypress-tags

Use custom tags to slice up Cypress test runs
83 stars 20 forks source link

Possible to get the test tags from the results? #260

Open cwattsapplied opened 6 months ago

cwattsapplied commented 6 months ago

Is it at all possible to get the tags that were assigned to the tests from the results object in the after:run? I would like to use the tags to link the tests to their ticket counterparts in our ticketing system. At present, in the after run I only have access to the test title, I was hoping to have access to the test tags too..