Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 440 Bytes

File metadata and controls

16 lines (11 loc) · 440 Bytes

Protractor-JavaScript

Setup
npm install -g protractor

Then update your webdriver-manager, which is used to start the instance of the standalone server before running the tests
webdriver-manager update

start the server
webdriver-manager start

You can see information about the status of the server at
http://localhost:4444/wd/hub

Run the test
protractor conf.js