UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (9 loc) 221 B
const e2e = require('../support/helpers/e2e').default describe('e2e async timeouts', () => { e2e.setup() e2e.it('failing1', { spec: 'async_timeouts_spec.js', snapshot: true, expectedExitCode: 2, }) })