December 2014
Intermediate to advanced
214 pages
4h 6m
English
Protractor is a framework of functional tests for AngularJS applications. It serves as an integrated solution that combines powerful tools and technologies, such as Node.js, Selenium WebDriver, Jasmine, Cucumber, and Mocha.
You can find more information about Protractor at https://github.com/angular/protractor. Jasmine is also compatible with Protractor because all the resources that are extracted from the browser to perform the tests are promises. Also, the expect() function of Jasmine internally handles these promises and makes it seem transparent validations tests.
However, the MEAN.JS generator does not have Protractor in its default installation. So, let's add the necessary dependencies to begin the test ...
Read now
Unlock full access