Skip to content

Instantly share code, notes, and snippets.

@felippenardi
Created September 23, 2014 01:30
Show Gist options
  • Save felippenardi/b84fcd899b542a552dc1 to your computer and use it in GitHub Desktop.
Save felippenardi/b84fcd899b542a552dc1 to your computer and use it in GitHub Desktop.
AngularJS Aplicado: Configuração mínima do protractor
exports.config = {
seleniumAddress:
'http://localhost:4444/wd/hub',
specs: ['spec.js']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment