From 80e0bbf31254c5b533298e5454287cd6419493db Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 3 Dec 2022 08:09:42 +0000 Subject: [PATCH] Update cypress.config.ts --- tests/cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*'], },