riku
2024-11-21 af5a8d80bca9b8c08543238a370ea3c70c8c59b1
1
2
3
4
5
6
7
8
const { defineConfig } = require('cypress')
 
module.exports = defineConfig({
  e2e: {
    specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
    baseUrl: 'http://localhost:4173'
  }
})