Skip to content

Instantly share code, notes, and snippets.

@stefanteixeira
Created December 17, 2015 02:31
Show Gist options
  • Save stefanteixeira/00143ea42fd0aeedc208 to your computer and use it in GitHub Desktop.
Save stefanteixeira/00143ea42fd0aeedc208 to your computer and use it in GitHub Desktop.
exports.config = {
framework: 'jasmine2',
specs: ['spec/**/*.js'],
sauceUser: 'seu-usuario',
sauceKey: 'sua-access-key',
multiCapabilities: [{
'name': 'UI Tests',
'browserName': 'chrome',
'version': '46.0',
'platform': 'Windows 8'
}, {
'name': 'UI Tests',
'browserName': 'firefox',
'version': '42.0',
'platform': 'OS X 10.10'
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment