angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

Evaluate updating saucelabs dependency to from version saucelabs v1.5.0 to v4.0.2 #5419

Open evilaliv3 opened 4 years ago

evilaliv3 commented 4 years ago

I just noticed that the version of saucelabs integrated inside protractor is v1.5.0 while the upstream version is v4.0.2.

I'm wondering if this could be the recent reasons for many browser tests to fail like for example Android and Safari.

This ticket is to evaluate the differences between saucelabs version 1.5.0 and 4.0.2 and consider if it would be worth it to update.

evilaliv3 commented 4 years ago

@christian-bromann: would you please advise on this?

christian-bromann commented 4 years ago

@evilaliv3 we updated the package API interface as all commands are not autogenerated based on their OpenAPI definitions. So please have a look into the docs to see all available commands and options.

Our actual platform APIs didn't change so you the old package version should work as well.

evilaliv3 commented 4 years ago

Thank you @christian-bromann !