Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 538 Bytes

primo-automated-testing

automated testing of Ex Libris Primo new UI using Protractor for AngularJS.

borrows heavily from qualityshepherd's protractor examples.

usage

setup

you need the latest versions of node.js and npm as well as the jdk and jre 8.

git clone https://github.com/thatbudakguy/primo-automated-testing.git
npm install

run tests

start test server:

webdriver-manager start

run tests:

protractor conf.js