Skip to content

Commit

Permalink
update nightwatch config, rollback nightwatch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eazymov committed Jun 30, 2019
1 parent dc738c9 commit 5789877
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 202 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dotenv": "8.0.0",
"jasmine": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"nightwatch": "1.1.13",
"nightwatch": "0.9.16",
"node-sass": "4.12.0",
"sass-loader": "7.1.0",
"selenium-server": "3.7.0",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/nightwatch.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
start_process: true,
server_path: require('selenium-server').path,
log_path: '',
port: 53555,
port: 4444,
cli_args: {
'webdriver.chrome.driver': require('chromedriver').path,
},
Expand All @@ -19,7 +19,7 @@ module.exports = {
test_settings: {
default: {
launch_url: 'http:https://localhost',
selenium_port: 53555,
selenium_port: 4444,
selenium_host: 'localhost',
silent: true,
screenshots: {
Expand Down
Loading

0 comments on commit 5789877

Please sign in to comment.