Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 196 Bytes

File metadata and controls

10 lines (5 loc) · 196 Bytes

To run Protractor test you should use npm and install Protractor binaries.

'npm install -g protractor'

and

'webdriver-manager update'

Then 'protractor conf.js' command to execute your tests.