Skip to content

Files

Latest commit

855b3ef · Jul 13, 2015

History

History
8 lines (7 loc) · 175 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 175 Bytes

Docker Electron

A dockerfile for headless electron testing using xvfb.

Xvfb -ac -screen scrn 1280x2000x24 :9.0 &
export DISPLAY=:9.0
electron yourTestScript.js