UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (10 loc) 185 B
describe('suite', () => { beforeEach(() => { cy.visit('the://url') }) it('test', () => { cy.get('body').then(() => { throw new Error('Failing Test') }) }) })