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

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

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.