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:
Denys Vuika
2018-06-07 13:32:51 +01:00
committed by GitHub
parent 1bf897639c
commit 15dff74eea
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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'"