You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varcoverage=require('grunt-protractor-coverage/cucumber');varcoverageHook=function(){this.After(function(scenario,callback){coverage.options.port=browser.params.collectorPort;// update the port numbercoverage.getCoverage(callback);});};module.exports=coverageHook;
in the file
the collector port is set to 3001
The option that is provided in the configuration
collectorPort: 9001
is not used.
The text was updated successfully, but these errors were encountered: