-
jurgenhaas authoredjurgenhaas authored
cypress.config.js.twig 229 B
const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
video: false,
watchForFileChanges: false,
setupNodeEvents(on, config) {
// implement node event listeners here
},
}
})