From 5923c80c9f0fb6ed3823f37138c6aee7124f4443 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 17 Dec 2021 23:37:25 +0000 Subject: [PATCH] --- e2e/cypress.json | 4 ++-- e2e/run.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/cypress.json b/e2e/cypress.json index fe2157f..8d655bc 100644 --- a/e2e/cypress.json +++ b/e2e/cypress.json @@ -2,9 +2,9 @@ "defaultCommandTimeout":7000, "integrationFolder": "tests", "supportFile":"support", - "xxbaseUrl": "http://localhost:7575", + "baseUrl": "http://localhost:7575", "xbaseUrl": "https://test.helloayanova.com", - "baseUrl":"http://localhost:8080", + "xxbaseUrl":"http://localhost:8080", "video":false, "env": { "apiBaseUrl":"http://localhost:7575/api/v8.0/", diff --git a/e2e/run.bat b/e2e/run.bat index bf117e1..23b458b 100644 --- a/e2e/run.bat +++ b/e2e/run.bat @@ -1,2 +1,2 @@ -./node_modules/.bin/cypress run --browser firefox --no-exit +./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\smoke\*.js --no-exit rem ./node_modules/.bin/cypress run --browser chrome --no-exit