UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

17 lines (14 loc) 265 B
import e2e from '../support/helpers/e2e' describe('e2e proxying spec', () => { e2e.setup({ servers: { port: 7878, static: true, cors: true, https: true, }, }) e2e.it('integrity check', { spec: 'proxying_spec.js', }) })