mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
run cypress only with travis for now
This commit is contained in:
+1
-1
@@ -21,4 +21,4 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
# - docker-compose stop
|
# - docker-compose stop
|
||||||
- npm run build && npm run e2e:docker
|
- npm run build && npm run e2e:all
|
||||||
|
|||||||
+2
-1
@@ -20,7 +20,8 @@
|
|||||||
"e2e": "npm run wd:update && protractor protractor.conf.js",
|
"e2e": "npm run wd:update && protractor protractor.conf.js",
|
||||||
"start:docker": "docker-compose up -d --build && wait-on http://localhost:8080 && wait-on http://localhost:3000",
|
"start:docker": "docker-compose up -d --build && wait-on http://localhost:8080 && wait-on http://localhost:3000",
|
||||||
"stop:docker": "docker-compose stop",
|
"stop:docker": "docker-compose stop",
|
||||||
"e2e:docker": "npm run start:docker && npm run cypress:ci && npm run e2e && npm run stop:docker",
|
"e2e:docker": "npm run start:docker && npm run e2e && npm run stop:docker",
|
||||||
|
"e2e:all": "npm run start:docker && npm run cypress:ci && npm run e2e && npm run stop:docker",
|
||||||
"cypress:open": "cypress open",
|
"cypress:open": "cypress open",
|
||||||
"cypress:run": "cypress run",
|
"cypress:run": "cypress run",
|
||||||
"cypress:ci": "cypress run --browser chrome --config baseUrl=http://localhost:3000"
|
"cypress:ci": "cypress run --browser chrome --config baseUrl=http://localhost:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user