From 0cbf623f3a30ab7b643226a79954dd1cb37e10c3 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 29 Jul 2022 23:46:59 +0100 Subject: [PATCH] Update regression.json --- tests/cypress/config/regression.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/config/regression.json b/tests/cypress/config/regression.json index d5ed9941c..d841b9906 100644 --- a/tests/cypress/config/regression.json +++ b/tests/cypress/config/regression.json @@ -1,7 +1,7 @@ { "$schema": "https://on.cypress.io/cypress.schema.json", "supportFile": "cypress/support/index.ts", - "baseUrl": "http://localhost:3577", + "baseUrl": "http://localhost:5000", "integrationFolder": "cypress/tests", "testFiles": "**/*.spec.ts*", "retries": {