Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 370 Bytes

protractor.md

File metadata and controls

10 lines (9 loc) · 370 Bytes

Protractor

  • End to End testing for AngularJS applications
  • Built on top of WebDriverJS
  • Uses Jasmine to define tests
  • AngularJS friendly
    • Locator strategies, eg: bindings, models, repeaters, etc
    • Communicates with AngularJS to know when page has loaded and next steps can be executed
    • Involves some work to get it working on non AngularJS sites