diff --git a/tests/cypress.config.ts b/tests/cypress.config.ts index 4c143b442..3bb5d74fd 100644 --- a/tests/cypress.config.ts +++ b/tests/cypress.config.ts @@ -37,7 +37,7 @@ export default defineConfig({ return config; // return require('./cypress/plugins/index.js')(on, config) }, - baseUrl: 'http://localhost:3577', + baseUrl: 'http://localhost:5000', specPattern: ['cypress/tests/**/*.spec.ts*', '**/*.feature'], excludeSpecPattern: ['**/snapshots/*'], },