Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahwee/webdriver-experiment
https://github.com/kahwee/webdriver-experiment
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kahwee/webdriver-experiment
- Owner: kahwee
- Created: 2015-12-23T22:42:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T15:45:22.000Z (over 7 years ago)
- Last Synced: 2024-12-01T18:35:38.462Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I written this originally to test a HTML5 player but feel free to do whatever you want with this.
# Prerequisites
* Java 8 JDK (u66)
* `curl` in command line# Installing
```
npm install
npm run get-selenium
```# Testing
`npm start` task is tied to launching Selenium server.
```
npm start
npm test
```