e2e Testing AngularJS Apps with Protractor and SauceLabs

Share this video with your friends

Send Tweet

When you are running end-to-end (e2e) tests against your AngularJS apps, they will need to be run against a rainbow of varied browsers. This can be a logistics nightmare, but luckily there are services like SauceLabs that can make this much more manageable. In this lesson, we will take a look at configuring and running e2e tests with SauceLabs.

Cameron
Cameron
~ 10 years ago

Appium version 1.2 show in the tutorial does not work, need to update it to 1.2.1.

https://github.com/angular/protractor/issues/853#issuecomment-54057350

exports.ios = { name: 'iOS 7 - iPad', platformName: 'iOS', platformVersion: '7.1', deviceName: 'iPad Simulator', browserName: 'safari', orientation: 'landscape', 'appium-version': '1.2.1', tags: ['ios'] }