In the previous chapters, we focus on the implementation of different user stories and the Ionic framework itself. In this chapter, we’ll focus on some nonfunctional requirements, including end-to-end test , build, and publish.
End-to-End Test with Protractor
Protractor ( http://www.protractortest.org/ ) is an end-to-end test framework for AngularJS applications. The name “Protractor” comes from the instrument that is used to measure angles, indicating its close relationship with AnguarJS. Most of the end-to-end testing tools are using Selenium WebDriver ( http://www.seleniumhq.org/projects/webdriver/ ...