riku
2024-10-17 11dd07b4eda7c7c0e48f0b8c50f4af160c7b9714
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'
  }
})