To install dependencies run:
npm i
To run the project use:
npm start
Use npm to install Protractor globally with:
npm install -g protractor
Update webdriver-manage(is a helper tool to easily get an instance of a Selenium Server):
webdriver-manager update
Now start up a server with:
webdriver-manager start
cd e2e-tests && protractor protractor.conf.js