mllrsohn/gulp-protractor

Protractor 3.0.0+ support.

Closed this issue · 1 comments

Protractor 3.0.0 is out and I tried upgrading today. When attempting to shrinkwrap protractor@3.0.0 with gulp-protractor@1.0.0 I got an error.

"gulp-protractor requires protractor@'^2.0.0' but will load .... which is version 3.0.0"

I fixed it locally by bumping the dependency to ^3.0.0.

Fixed with 3aaa40e