UNPKG

cypress-run

Version:

Cypress run replacement that supports parallel execution and retries

8 lines (6 loc) 170 B
/// <reference types="Cypress" /> describe('Retries', () => { it('should pass test on the third try', () => { expect(Cypress.env().numRuns).to.be.equal(3) }) })