Setting up and running a simple AngularJS test

For running our tests we will use Protractor. Protractor is an end-to-end test framework for AngularJS applications. We will use an existing Selenium grid to run our tests. You will need NodeJS to install Protractor. You can download it from here: http://nodejs.org/. To install Protractor in command prompt go to your project directory and type: […]

Read more