Skip to content

Commit 855b3ef

Browse files
committed
Adding readme
1 parent 3545b2f commit 855b3ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)