Skip to content

Instantly share code, notes, and snippets.

@sawo
Last active January 27, 2017 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sawo/e3cdd18be89a7c2f5f38757eeb983b54 to your computer and use it in GitHub Desktop.
Save sawo/e3cdd18be89a7c2f5f38757eeb983b54 to your computer and use it in GitHub Desktop.
Protractor config file for hello world
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