This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Contents
- Angular-Validation Wiki
- Installation
- Demo
- Code Samples
- Functionalities
- Custom Validations
- Properties & Options
- Validators
- Tests
- Misc