riku
2024-10-24 4f238e1ff525b6aa1f8c9981f044d606a89734ce
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'
  }
})