- Clone the repository into a folder
- Install Protractor:
npm install -g protractor
- Update necessary binaries of webdriver-manager:
webdriver-manager update
ornpm install -g webdriver-manager
- Go to Project root directory and install Dependency:
npm install
andnode_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