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