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
- Host: GitHub
- URL: https://github.com/amdev9/electron-spectron-example
- Owner: amdev9
- Created: 2018-11-13T15:38:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T16:53:18.000Z (over 7 years ago)
- Last Synced: 2024-05-21T05:31:12.294Z (about 2 years ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-spectron-example
Electron selenium testing using spectron.
[](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
```