mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
2ba453dc62
* fix: migrate supportFile * Update test
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
const { defineConfig } = require('cypress')
|
|
|
|
module.exports = defineConfig({
|
|
e2e: {
|
|
setupNodeEvents (on, config) {},
|
|
supportFile: false,
|
|
},
|
|
})
|