Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kahwee/webdriver-experiment


https://github.com/kahwee/webdriver-experiment

Last synced: 3 days ago
JSON representation

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
```