riku
2024-10-22 b2c870bfbb37a5c8b64c5af1bd25092eac9715d1
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'
  }
})