UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

16 lines (12 loc) 272 B
import './setup' describe('validation errors', { defaultCommandTimeout: 0 }, () => { it('from cypress', () => { cy.viewport() }) it('from chai expect', () => { expect(true).to.be.nope }) it('from chai assert', () => { assert.deepInclude() }) })