UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

13 lines (8 loc) 133 B
import './setup' describe.only('suite', ()=>{ it('t1', ()=>{ }) it('t2', ()=>{ }) }) throw new Error('my error')