July 2017
Intermediate to advanced
454 pages
10h 1m
English
In the preceding sections, you learned about unit testing using Jasmine. In this section, you will learn about using the Protractor framework for the end-to-end testing of Angular applications.
This is how the official site explains Protractor:
Protractor framework is packaged in the Angular CLI tool, and we can find the e2e folder created in our main project directory:

You will learn to write end-to-end tests for ...
Read now
Unlock full access