
This is a continuation of the article series on automating protractor tests using grunt. You can see the first part here
In this part we will be doing the following tasks.
Adding the setup tasks to grunt to make the whole process easier to start.
Adding an HTML reporter
Adding the setup...