Change cypress frontend config.. localhost !=127.0.0.1

This commit is contained in:
Lorenz Padberg 2023-12-13 14:30:34 +01:00
parent 033157b1c8
commit f070091a84
1 changed files with 1 additions and 1 deletions

View File

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