UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (7 loc) 208 B
context('before:browser:launch extension e2e', () => { it('has the expected extension', () => { cy.visit('/index.html') .get('#extension') .should('contain', 'inserted from extension!') }) })