January 27, 2018
Learn how to create end-to-end tests for your Angular applications using the Protractor framework.
(more…)
January 27, 2018
In this lesson we will take a look at how you can create Selenium tests for Angular applications using the Protractor framework. The Protractor framework is built on top of Selenium and makes testing Angular applications much easier. Setup Protractor Before you can create Protractor tests you need to setup
(more…)
January 27, 2018
Learn how to create end-to-end tests for your Angular applications using the Protractor framework. In this lesson you will learn: How to setup Protractor Create a simple test Creating a configuration file Running your test Prerequisites: Ideally, you should complete these lessons first: Local Selenium Setup Development Environment Setup for
(more…)