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