Change cypress base url

This commit is contained in:
Ramon Wenger 2024-05-15 11:02:25 +02:00
parent 1f4cfb41e7
commit fb391d3441
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) {