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

3
.gitignore vendored
View File

@ -2,9 +2,6 @@ build
node_modules
src/react-app-env.d.ts
cypress/fixtures/example.json
cypress/plugins/index.js
cypress/support/commands.js
cypress/support/index.js
cypress/videos
.idea
.vscode

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,
},