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

https://github.com/amdev9/electron-spectron-example

electron via travis ci
https://github.com/amdev9/electron-spectron-example

Last synced: about 8 hours ago
JSON representation

electron via travis ci

Awesome Lists containing this project

README

          

# electron-spectron-example
Electron selenium testing using spectron.

[![Build Status](https://travis-ci.org/cypherpunk99/electron-spectron-example.svg?branch=master)](https://travis-ci.org/cypherpunk99/electron-spectron-example)

# Setup

```
git clone https://github.com/StephenDavidson/electron-spectron-example
cd electron-spectron-example
npm install
```

# Running Tests
```
npm test
```