Skip to content

Instantly share code, notes, and snippets.

View stefanteixeira's full-sized avatar

Stefan Teixeira stefanteixeira

View GitHub Profile
exports.config = {
framework: 'jasmine2',
specs: ['spec/**/*.js'],
sauceUser: 'seu-usuario',
sauceKey: 'sua-access-key',
multiCapabilities: [{
'name': 'UI Tests',
'browserName': 'chrome',
'version': '46.0',