mercredi 16 décembre 2020

How to wrap Cypress contexts with same names in Cypress dashboard?

I've few components tested with Cypress. I decided to create contexts per areas of the website for testing the relative components with some code like this:

/// <reference types='Cypress' />

context('Specific Area', () => {
  context('component Component 1', () => {
/// <reference types='Cypress' />

context('Specific Area', () => {
  context('component Component 2', () => {

Is it possible in the Cypress dashboard to have one unique Specific Area section instead of having multiple section with the same names - as in the attachments?

enter image description here

thanks in advance

Aucun commentaire:

Enregistrer un commentaire