grunt-protractor-coverage icon indicating copy to clipboard operation
grunt-protractor-coverage copied to clipboard

grunt-protractor-coverage is not working with protractor 3.3.0

Open evilaliv3 opened this issue 8 years ago • 5 comments

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

evilaliv3 avatar May 09 '16 09:05 evilaliv3

Here is the current configuration: https://github.com/globaleaks/GlobaLeaks/blob/devel/client/Gruntfile.js#L274

evilaliv3 avatar May 09 '16 09:05 evilaliv3

@cnishina @juliemr: sorry to disturb you, but do you think what could be the breaking change here?

evilaliv3 avatar May 27 '16 23:05 evilaliv3

@evilaliv3 You should check out https://github.com/bennyhat/protractor-istanbul-plugin

borisdiakur avatar Jun 28 '16 08:06 borisdiakur

i've already swiched to that @borisdiakur thanks!

https://github.com/globaleaks/GlobaLeaks/blob/master/client/package.json

evilaliv3 avatar Jun 28 '16 09:06 evilaliv3

Locally this fix https://github.com/r3b/grunt-protractor-coverage/pull/67 fixes the Protractor 3.3.0 for me.

kibertoad avatar Jul 20 '16 13:07 kibertoad