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

View File

@@ -34,7 +34,7 @@ exports.config = {
directConnect: true,
baseUrl: 'http://localhost:3000',
baseUrl: 'http://localhost:4000',
framework: 'jasmine2',
jasmineNodeOpts: {