Skip to content

Instantly share code, notes, and snippets.

@pellekrogholt
Created December 15, 2015 08:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pellekrogholt/7bb0fb14a7639a04a3ad to your computer and use it in GitHub Desktop.
Save pellekrogholt/7bb0fb14a7639a04a3ad to your computer and use it in GitHub Desktop.
// protractor configuration file for cucumber
exports.config = {
allScriptsTimeout: 11000,
specs: [
'features/**/*.feature'
],
capabilities: {
'browserName': 'chrome'
},
baseUrl: 'http://192.168.1.187:8000',
seleniumAddress: 'http://127.0.0.1:4444/wd/hub',
framework: 'cucumber',
cucumberOpts: {
require: 'features/',
format: "pretty"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment