UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

13 lines (10 loc) 223 B
const e2e = require('../support/helpers/e2e').default describe('e2e only spec', () => { e2e.setup() it('failing', function () { return e2e.exec(this, { spec: 'only*.js', snapshot: true, }) }) })