Files
cypress/system-tests/projects/migration-e2e-false-plugins-support-file/expected-cypress.config.js
T
Alejandro Estrada 2ba453dc62 fix: migrate supportFile (#20516)
* fix: migrate supportFile

* Update test
2022-03-08 14:11:11 -05:00

9 lines
155 B
JavaScript

const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
setupNodeEvents (on, config) {},
supportFile: false,
},
})