Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 468 Bytes

Basic-Phonebook-Tests

Automated tests using Protractor to exercise the Basic Phonebook app.

To Run Against the Live Site

  1. Follow the instructions at http://angular.github.io/protractor/ to set up a local Selenium server and install the Protractor test runner
  2. Pull down config.js and all *-spec.js files it references.
  3. Edit config.js to point at your local Selenium web server.
  4. From the command line in the repo folder, run protractor config.js