cucumber / cucumber-electron

Run cucumber.js in electron
MIT License
118 stars 22 forks source link

Doesn't work in Docker #35

Closed stephen-barrow closed 4 years ago

stephen-barrow commented 4 years ago

Whenever i run my tests in a Docker container i get the following error (electron:1577): Gtk-WARNING **: 18:52:47.178: cannot open display:

stephen-barrow commented 4 years ago

managed to fix issue by installing xvfb and using it to run the tests as follows

xvfb-run npm run test