UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (10 loc) 168 B
describe('suite', () => { it('test 1', () => { cy.visit('the://url') }) it('test 2', () => { cy.visit('the://url') }) it('test 3', () => { }) })