UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 142 B
import './setup' describe('cy.readFile', () => { it('existence failure', () => { cy.readFile('does-not-exist', { timeout: 0 }) }) })