riichard / a11y-clicker-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protractor Example

Example Protractor project that:

  • Makes use of page objects
  • Runs tests on Sauce Labs
  • Runs multiple browsers at once
  • Includes examples tests for both Angular, and non-Angular applications

Setup:

  • Install Node (v4.x.x or later)
  • git clone https://github.com/qualityshepherd/protractor_example
  • npm install to install the project dependancies
  • node_modules/.bin/webdriver_manager update to update drivers

Run tests:

  • node_modules/.bin/protractor conf.js

Or if you're a non-reader, watch the video...

About


Languages

Language:JavaScript 100.0%