riku
2024-10-24 71ed602a8b17430c119b2ae6472a47dd6e6e0c95
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'
  }
})