/protractor-workshop-2019

Protractor Workshop

Primary LanguageTypeScriptMIT LicenseMIT

Protractor Workshop

In this project I´ve implemented all the steps of this AgileTestingColombia - Protractor Workshop.

Setup

To run this project using npm:

$ npm install
$ npm start

Features

  • 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.