Update cypress settings

This commit is contained in:
Ramon Wenger 2024-04-16 09:08:19 +02:00
parent 000192ba36
commit 8148df2f66
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default defineConfig({
chromeWebSecurity: false,
e2e: {
baseUrl: 'http://localhost:8080',
baseUrl: 'http://127.0.0.1:8080',
specPattern: 'cypress/e2e/frontend/**/*.{cy,spec}.{js,ts}',
supportFile: 'cypress/support/e2e.ts',
setupNodeEvents(on, config) {