Example of using the protractor for automated e2e testing.
- Node installed;
- NPM installed;
- Chromedriver installed.
- Clone the project:
git clone https://github.com/marciovrl/example-protractor.git
- Install dependencies
npm install
- Run webdriver:
npm run wd-start
- Run the testes
npm run test