Open jackspaniel opened 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.
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.