Skip to content

Commit

Permalink
fix: update Nightwatch version + bump version of FF running on Sauce …
Browse files Browse the repository at this point in the history
…Labs
  • Loading branch information
sghoweri committed Aug 5, 2019
1 parent 0f83e80 commit f00bf6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/testing/testing-nightwatch/nightwatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = {
desiredCapabilities: {
browserName: 'firefox',
platform: 'OS X 10.11',
version: '66',
version: '68',
},
build: `build-${process.env.TRAVIS_JOB_NUMBER}`,
'tunnel-identifier': `${process.env.TRAVIS_JOB_NUMBER || ''}`,
Expand Down
12 changes: 5 additions & 7 deletions packages/testing/testing-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
"homepage": "https://github.com/sghoweri"
},
"main": "nightwatch.js",
"_dependencies": {
"geckodriver": "^1.16.2"
},
"dependencies": {
"@zeit/fetch-retry": "^4.0.0",
"chromedriver": "^74.0.0",
"geckodriver": "^1.16.2",
"@zeit/fetch-retry": "^4.0.1",
"chromedriver": "^76.0.0",
"ci-utils": "^0.6.0",
"globby": "^9.2.0",
"nightwatch": "^1.1.11",
"globby": "^10.0.1",
"nightwatch": "^1.1.13",
"node-fetch": "^2.6.0",
"selenium-server": "^3.141.59"
},
Expand Down

0 comments on commit f00bf6f

Please sign in to comment.