We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3545b2f commit 855b3efCopy full SHA for 855b3ef
README.md
@@ -0,0 +1,8 @@
1
+# Docker Electron
2
+A dockerfile for headless electron testing using xvfb.
3
+
4
+```bash
5
+Xvfb -ac -screen scrn 1280x2000x24 :9.0 &
6
+export DISPLAY=:9.0
7
+electron yourTestScript.js
8
+```
0 commit comments