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
- Host: GitHub
- URL: https://github.com/thatbudakguy/primo-automated-testing
- Owner: thatbudakguy
- License: mit
- Created: 2017-04-19T23:30:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T23:51:29.000Z (over 8 years ago)
- Last Synced: 2025-02-03T11:50:48.936Z (8 months ago)
- Topics: angularjs, e2e-tests, exlibris, primo, primo-explore, protractor
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```