UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

9 lines (8 loc) 208 B
/// <reference types="cypress" /> describe('fixtures in the same folder as integration specs', () => { it('works', () => { cy.fixture('example').should('deep.equal', { works: true, }) }) })