Skip to content

paul9115/e2eTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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