Skip to content

Commit

Permalink
removing phantom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eavichay committed Nov 2, 2017
1 parent c8e1532 commit b310593
Show file tree
Hide file tree
Showing 3 changed files with 3,926 additions and 1,413 deletions.
3 changes: 1 addition & 2 deletions nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ module.exports = {
"host": "127.0.0.1",
"port": 4444,
"cli_args": {
"webdriver.chrome.driver": "./bin/chromedriver",
"webdriver.phantomjs.driver": "./node_modules/phantomjs/bin/phantomjs"
"webdriver.chrome.driver": "./bin/chromedriver"
}
},

Expand Down
Loading

0 comments on commit b310593

Please sign in to comment.