grunt-protractor-coverage
grunt-protractor-coverage copied to clipboard
grunt-protractor-coverage is not working with protractor 3.3.0
On GlobaLeaks we were about upgrading protractor to 3.3.0 but it appear to not be compatible with grunt-protractor-coverage; we get:
grunt protractor_coverage:local
Running "protractor_coverage:local" (protractor_coverage) task
Collector started on port 3001
Shutdown requested
Done, without errors.
all is instead working properly if we continue to use protractor 3.2.2
Here is the current configuration: https://github.com/globaleaks/GlobaLeaks/blob/devel/client/Gruntfile.js#L274
@cnishina @juliemr: sorry to disturb you, but do you think what could be the breaking change here?
@evilaliv3 You should check out https://github.com/bennyhat/protractor-istanbul-plugin
i've already swiched to that @borisdiakur thanks!
https://github.com/globaleaks/GlobaLeaks/blob/master/client/package.json
Locally this fix https://github.com/r3b/grunt-protractor-coverage/pull/67 fixes the Protractor 3.3.0 for me.