https://github.com/sethfowler/electron-for-drone
A Docker image with preinstalled dependencies for testing Electron apps on Drone CI
https://github.com/sethfowler/electron-for-drone
Last synced: 4 months ago
JSON representation
A Docker image with preinstalled dependencies for testing Electron apps on Drone CI
- Host: GitHub
- URL: https://github.com/sethfowler/electron-for-drone
- Owner: sethfowler
- Created: 2018-12-27T17:01:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T17:33:35.000Z (over 7 years ago)
- Last Synced: 2025-01-11T23:42:00.632Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-for-drone
A Docker image with preinstalled dependencies for testing Electron apps on Drone CI.
This is based on the standard `node` Docker image, so it includes everything you
need to test Electron apps using Spectron on Drone.
Xvfb is also included; running your Spectron tests using
[xvfb-maybe](https://www.npmjs.com/package/xvfb-maybe) is highly recommended so
that they'll work both locally and on Drone.