Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created January 13, 2017 21:48
Show Gist options
  • Save javaeeeee/d4c34f4669a45a8a2fe13430a31d068f to your computer and use it in GitHub Desktop.
Save javaeeeee/d4c34f4669a45a8a2fe13430a31d068f to your computer and use it in GitHub Desktop.
Protractor configuration file
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