Update cypress settings
This commit is contained in:
parent
000192ba36
commit
8148df2f66
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue