teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

referenceConf.js has moved in protractor 1.7 #108

Open jackspaniel opened 9 years ago

jackspaniel commented 9 years ago

If I don't specify I configFile I get the following errror:

ERROR - failed loading configuration file [..mypath..]/node_modules/protractor/referenceConf.js

/Users/449706/lab/nflott/node_modules/protractor/lib/configParser.js:195 throw e;

Looks like they moved it into the docs folder. https://github.com/angular/protractor/blob/master/docs/referenceConf.js

Also they specify jasmineNodeOpts twice so it's not even valid JSON. I opened a ticket with protractor.