blob: f269aedbfd9eadc36cb82bea9faafe8fe796a4d3 [file] [log] [blame]
const { defineConfig } = require('cypress')
module.exports = defineConfig({
video: false,
e2e: {
specPattern: 'journey/**/*.cy.{js,jsx,ts,tsx}',
supportFile: false
},
})