Files
cypress/system-tests/projects/migration-e2e-module/expected-cypress.config.js
2022-05-04 16:41:11 -05:00

12 lines
316 B
JavaScript

import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents (on, config) {
return require('./cypress/plugins/index.js').default(on, config)
},
},
})