Skip to content

Instantly share code, notes, and snippets.

@andresdominguez
Created July 19, 2014 03:37
Show Gist options
  • Save andresdominguez/f29c7fb4ff0fbebf8797 to your computer and use it in GitHub Desktop.
Save andresdominguez/f29c7fb4ff0fbebf8797 to your computer and use it in GitHub Desktop.
Very simple protractor configuration
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: ['todo-spec.js']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment