Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 442 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 442 Bytes

e2eTests

end to end browser tests running on the protractor/jasmine framework

Dependencies

Requires npm, java and protractor you can install node HERE

then install the node package

npm install -g protractor

This will install protractor and webdriver-manager

Set up the webdriver

webdriver-manager update 

webdriver-manager start

finally run the tests

protractor config.js