An open API service indexing awesome lists of open source software.

https://github.com/thatbudakguy/primo-automated-testing

proof-of-concept automated testing of ex libris primo-explore
https://github.com/thatbudakguy/primo-automated-testing

angularjs e2e-tests exlibris primo primo-explore protractor

Last synced: 6 months ago
JSON representation

proof-of-concept automated testing of ex libris primo-explore

Awesome Lists containing this project

README

          

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

borrows heavily from [qualityshepherd's protractor examples](https://github.com/qualityshepherd/protractor-example).

## usage
### setup
you need the latest versions of [node.js](nodejs.org) and [npm](npmjs.com) 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
```