mllrsohn / gulp-protractor

gulp wrapper for protractor tests
MIT License
136 stars 82 forks source link

Update to protractor v4.0.0 #113

Closed westy92 closed 8 years ago

westy92 commented 8 years ago

Protractor v4.0.0 was released today. https://www.npmjs.com/package/protractor

We're currently using v3.3.0.

mattfritz commented 8 years ago

Released in version 2.5.0

zg commented 8 years ago

Did this adhere to semver rules?

mattfritz commented 8 years ago

There were no public API changes and this is still compatible with Protractor v3, so there shouldn't be any compatibility issues necessitating a major bump.

tbassetto commented 8 years ago

@mattfritz : Actually protractor v4 has breaking changes. Some of our tests that used to run with gulp-protractor 2.4.x are no longer working, so you should have bumped the major version of gulp-protractor.

mattfritz commented 8 years ago

Thanks @tbassetto @zg , forgot this is still an issue https://github.com/mllrsohn/gulp-protractor/issues/101 ... My mistake. I just published 2.6.0 that reverts to Protractor 3.x.x as well as 3.0.0 which supports Protractor 4.x.x. Sorry if I caused any headaches.