Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Tested with Protractor

Ghislain B. edited this page Aug 22, 2015 · 9 revisions

Angular-validation is now has a full set of End-to-End tests with Protractor, there is over 1800+ assertions, it starts by testing the original live plunker demo page, then test all the various examples which are located in the /more-examples/ folder and finally finishes with a complete and full test suite of all existing Validators in both the Angular-Validation Directive and Service.

You can check the protractor and full-tests folders for all of these tests.

You could also run it yourself by running shell> protractor conf.js

Clone this wiki locally