Skip to content

Commit

Permalink
Switch to BrowserStack for self tests.
Browse files Browse the repository at this point in the history
Sauce Labs has gotten unstable, particularly the OSX hosts.
  • Loading branch information
jason0x43 committed Nov 16, 2016
1 parent f62e2ac commit 2cc2f6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node_js:
env:
global:
# Please get your own free key if you want to test yourself
- SAUCE_USERNAME=dojo2-ts-ci
- SAUCE_ACCESS_KEY=e92610e3-834e-4bec-a3b5-6f7b9d874601
- BROWSERSTACK_USERNAME=sitepenlabs1
- BROWSERSTACK_ACCESS_KEY=836y5xDYPeFudz5HvZyp
matrix:
- INTERN_NODE_ONLY=1
- INTERN_NODE_ONLY=0
Expand Down
16 changes: 9 additions & 7 deletions tests/selftest.intern.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ define({
'idle-timeout': 60
},
environments: [
{ browserName: 'internet explorer', version: '11.0', platform: 'Windows 10', fixSessionCapabilities: false },
{ browserName: 'internet explorer', version: '10.0', platform: 'Windows 8', fixSessionCapabilities: false },
{ browserName: 'internet explorer', version: '9.0', platform: 'Windows 7', fixSessionCapabilities: false },
{ browserName: 'firefox', version: '33.0', platform: [ 'Windows 7', 'OS X 10.11' ], fixSessionCapabilities: false },
{ browserName: 'chrome', version: '38.0', platform: [ 'Windows 7', 'OS X 10.11' ], fixSessionCapabilities: false },
{ browserName: 'safari', version: '9.0', platform: 'OS X 10.11', fixSessionCapabilities: false }
{ browserName: 'internet explorer', version: '11.0', platform: 'WINDOWS', fixSessionCapabilities: false },
{ browserName: 'internet explorer', version: '10.0', platform: 'WIN8', fixSessionCapabilities: false },
{ browserName: 'internet explorer', version: '9.0', platform: 'WINDOWS', fixSessionCapabilities: false },
{ browserName: 'firefox', version: [ '33', '49' ], platform: [ 'WINDOWS', 'MAC' ],
fixSessionCapabilities: false },
{ browserName: 'chrome', version: [ '38', '52' ], platform: [ 'WINDOWS', 'MAC' ],
fixSessionCapabilities: false },
{ browserName: 'safari', version: [ '9', '10' ], fixSessionCapabilities: false }
],

maxConcurrency: 2,
tunnel: 'SauceLabsTunnel',
tunnel: 'BrowserStackTunnel',

loaderOptions: {
// Packages that should be registered with the loader in each testing environment
Expand Down

0 comments on commit 2cc2f6f

Please sign in to comment.