This document describes how to setup and run protractor test for this project.
To Setup, open a shell or command prompt and change the current directory to project. run following command to setup protractor.
Command: npm run setup
Wait few minutes for setup to complete.
Next, run the following command to update the webdriver-manager.
Command: npm run webdriver-manager:update.
Wait few more minutes for selenium jar and browser binaries to be downloaded and unzipped.
To Run test, we have following command:
- npm run e2eTest