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