fix cypress config

This commit is contained in:
Przemek Więch
2025-01-11 23:11:23 +01:00
parent 97c17d47af
commit 4e68a81d2b
2 changed files with 0 additions and 8 deletions

View File

@@ -5,11 +5,6 @@ export default defineConfig({
viewportHeight: 1024,
chromeWebSecurity: false,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:3000/#',
supportFile: false,
},