I set up a new Dev Environment and followed the guide to open the cypress test runner
Running
./psh.phar e2e:open
resultes in the following output:
Using .psh.yaml.dist
Starting Execution of 'e2e:open' ('/path/to/sw6/installation/dev-ops/e2e/actions/open.sh')
(1/2) Starting
> if ["" = "1"]; then bash ./dev-ops/e2e/scripts/open-local.sh Administration http://localhost:8000 /path/to/sw6/installation; fi
(2/2) Starting
> if ["" != "1"]; then bash ./dev-ops/e2e/scripts/open-docker.sh 5dae196a24bc43fd75a5af637535feb86d940b9e81896176fda135f107d8fac1 Administration http://localhost:8000; fi
Cypress environment: Administration
App-URL: http://localhost:8000
### Starting Cypress
No protocol specified
(Cypress:92): Gtk-WARNING **: 09:39:50.737: cannot open display: :0
Duration: 1s
All commands successfully executed!
Cypress logs: No protocol specified and exits.
Any Ideas what went wrong?
Thanks!