UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

9 lines (7 loc) 124 B
let count = 0 it('fail twice', () => { count++ if (count < 3) { throw new Error(`failed attempt #${count}`) } })