Created
January 13, 2017 21:48
-
-
Save javaeeeee/d4c34f4669a45a8a2fe13430a31d068f to your computer and use it in GitHub Desktop.
Protractor configuration file
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 = { | |
framework: 'jasmine', | |
seleniumAddress: 'http://localhost:4444/wd/hub', | |
specs: ['e2e/e2e.spec.js'] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment