teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Update to protractor 3.1 #145

Closed bastienmoulia closed 8 years ago

bastienmoulia commented 8 years ago

Fix issue #144

didlich commented 8 years ago

+1

americoneto1 commented 8 years ago

+1

didlich commented 8 years ago

@bastienmoulia I think the pull request is not up to date, because the latest protractor version is 3.1.1

bastienmoulia commented 8 years ago

@didlich Normally it's compatible with all 3.1.X protractor versions.

didlich commented 8 years ago

current protractor version is 3.3.0, does it make sense to update?

teerapap commented 8 years ago

With '^3.0.0', it already matches 3.x.x

The caret, on the other hand, is more relaxed. It will update you to the most recent major version (the first number). ^1.2.3 will match any 1.x.x release including 1.3.0, but will hold off on 2.0.0.