This is a simple Pastebin Application built using Angular. This application serves as an introduction to testing using Protractor
Clone the repo and switch to the starter branch. Alternatively, select starter branch and download the zip. The final branch has the final version of the tests.
Once you are on the starter branch, head to a terminal and run npm install
.
Now run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng e2e
to execute the tests on Chrome. For more configurations, see protractor.conf.js