In this project I´ve implemented all the steps of this AgileTestingColombia - Protractor Workshop.
To run this project using npm:
$ npm install
$ npm start
- Tests: UI tests of Automation Practice - Buy a T-Shirt workflow, using Page Object Model pattern.
- Awaits: I used explicit and implicit awaits.
- Report: Jasmine-awesome-report.
- Browsers tested: Chrome and Firefox in local environment. SauceLabs was configured for learning how to test in multiple browsers and devices.
- Others: Tests with Iframes, upload and download files.