Skip to content

Commit

Permalink
use Win10 for e2e on Saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Sep 5, 2016
1 parent 399eea9 commit b93bba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (process.env.TRAVIS_BUILD_NUMBER) {
exports.config.capabilities = {
'name': 'OWASP Juice Shop e2e Tests',
'browserName': 'chrome',
'platform': 'Linux',
'platform': 'Windows 10',
'screen-resolution': '1920x1200',
'username': process.env.SAUCE_USERNAME,
'accessKey': process.env.SAUCE_ACCESS_KEY,
Expand Down

0 comments on commit b93bba0

Please sign in to comment.