Created
September 23, 2014 01:30
-
-
Save felippenardi/b84fcd899b542a552dc1 to your computer and use it in GitHub Desktop.
AngularJS Aplicado: Configuração mínima do protractor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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