Closed ajcastro closed 7 years ago
your problem is probably here:
# - Xvfb -ac :0 -screen 0 1280x1024x16 &
- export DISPLAY=:99.0
- Xvfb :0 -screen 0 1280x960x24 &
You're starting a screen on display 0
, but you're setting the display to 99.0
. Use export DISPLAY=:0
instead.
Try with this docker image
this is already resolved btw.
I've been searching for this and also tried solutions like from https://github.com/laravel/dusk/issues/50#issuecomment-275155974. But didnt work..
I just need some little help from you guys. Please help.
I am using the default DuskTestCase.php.
Related Issue: #10
This is the dusk job configuration in my gitlab-ci.yml
And this is the result: