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?
thanks in advance
Aucun commentaire:
Enregistrer un commentaire