diff --git a/nightwatch.conf.js b/nightwatch.conf.js index 2e0cc5020..b2a2b9baa 100644 --- a/nightwatch.conf.js +++ b/nightwatch.conf.js @@ -24,7 +24,7 @@ module.exports = { }, 'test_settings': { 'default': { - 'launch_url' : 'http://localhost:3000', + 'launch_url' : 'http://localhost:3011', 'selenium_port': 6666, 'selenium_host': 'localhost', 'silent': true, @@ -48,7 +48,7 @@ module.exports = { ] }, 'integration': { - 'launch_url': 'http://localhost:3000' + 'launch_url': 'http://localhost:3011' } } }; diff --git a/package.json b/package.json index 641d85757..b597413d2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint-fix": "eslint bin/* . --fix", "test": "TEST_MODE=unit NODE_ENV=test mocha -R ${NPM_PACKAGE_CONFIG_MOCHA_REPORTER:-spec}", "test-cover": "TEST_MODE=unit NODE_ENV=test istanbul cover _mocha --report text --check-coverage -- -R spec", - "pree2e": "NODE_ENV=test scripts/pree2e.sh", + "pree2e": "NODE_ENV=test TALK_PORT=3011 scripts/pree2e.sh", "e2e": "NODE_ENV=test nightwatch", "poste2e": "NODE_ENV=test scripts/poste2e.sh", "embed-start": "NODE_ENV=development npm run build && ./bin/cli serve --jobs",