- Clone the repository into a folder
- Install Protractor:
npm install -g protractor - Update necessary binaries of webdriver-manager:
webdriver-manager updateornpm install -g webdriver-manager - Go to Project root directory and install Dependency:
npm installandnode_modules/.bin/webdriver-manager start - All the dependencies from package.json and ambient typings would be installed in node_modules folder.
- Run complete Test Suite:
npm test