mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
use port 4000 for e2e runs (#387)
* use port 4000 for e2e runs
* upgrade to latest node images
* Revert "upgrade to latest node images"
This reverts commit 88177f5084.
* disable the deletion test for now
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
"_e2e": "ng e2e",
|
||||
"wd:update": "webdriver-manager update --gecko=false --versions.chrome=2.38",
|
||||
"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:4000",
|
||||
"stop:docker": "docker-compose stop",
|
||||
"e2e:docker": "npm run start:docker && npm run e2e && npm run stop:docker",
|
||||
"spellcheck": "cspell 'src/**/*.ts' 'e2e/**/*.ts'"
|
||||
|
||||
Reference in New Issue
Block a user