Skip to content
philnate edited this page Oct 9, 2014 · 4 revisions

Development Documentation

end2end tests with AngularJS Protractor

Install nodejs and npm

Install protractor within project root: npm install protractor

Install Chrome Driver

./node_modules/protractor/bin/webdriver-manager update --standalone

Run tests

(expects to have textManager running, somehow. Like mvn exec:java)

./node_modules/protractor/bin/protractor src/test/js/textManager.conf.js