Last active
January 27, 2017 11:19
-
-
Save sawo/e3cdd18be89a7c2f5f38757eeb983b54 to your computer and use it in GitHub Desktop.
Protractor config file for hello world
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: [‘helloworld-spec.js’] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment