From efb49e4ad68c8fed4dcb15816be9e615fcb1db18 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 11 Jan 2022 01:23:41 +0000 Subject: [PATCH] --- e2e/cypress.json | 10 +++++----- e2e/notes.txt | 2 +- e2e/package.json | 3 +-- e2e/run.bat | 3 ++- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/e2e/cypress.json b/e2e/cypress.json index d01108d..ab65e91 100644 --- a/e2e/cypress.json +++ b/e2e/cypress.json @@ -3,13 +3,13 @@ "xxxretries": 3, "integrationFolder": "tests", "supportFile": "support", - "xbaseUrl": "http://localhost:7575", - "baseUrl": "https://test.helloayanova.com", - "xxxxbaseUrl": "http://localhost:8080", + "baseUrl": "http://localhost:7575", + "xxbaseUrl": "https://test.helloayanova.com", + "xxxbaseUrl": "http://localhost:8080", "video": false, "env": { - "xapiBaseUrl": "http://localhost:7575/api/v8.0/", - "apiBaseUrl": "https://test.helloayanova.com/api/v8.0/", + "apiBaseUrl": "http://localhost:7575/api/v8.0/", + "xapiBaseUrl": "https://test.helloayanova.com/api/v8.0/", "admin": { "login": "superuser", "password": "l3tm3in" diff --git a/e2e/notes.txt b/e2e/notes.txt index 0ff66a6..ed2b4a3 100644 --- a/e2e/notes.txt +++ b/e2e/notes.txt @@ -5,7 +5,7 @@ todo: missing smoke tests: path: "/viewreport", - +npm install --save-dev cypress@9.2.1 diff --git a/e2e/package.json b/e2e/package.json index 01e48b4..be2c6c2 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -6,9 +6,8 @@ "directories": { "test": "tests" }, - "dependencies": {}, "devDependencies": { - "cypress": "^9.2.0" + "cypress": "^9.2.1" }, "scripts": { "open": "./node_modules/.bin/cypress open", diff --git a/e2e/run.bat b/e2e/run.bat index 23b458b..35dc299 100644 --- a/e2e/run.bat +++ b/e2e/run.bat @@ -1,2 +1,3 @@ -./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\smoke\*.js --no-exit +./node_modules/.bin/cypress run --browser firefox +rem ./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\*.js --no-exit rem ./node_modules/.bin/cypress run --browser chrome --no-exit