Replies: 1 comment 1 reply
-
@osmianski Did you resolved this problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm developing a package with an accompanying example application (in the
/example-app
directory) in a non-Sail Docker environment.Now, I want to add browser tests that work with the example application - and I can't make Laravel Dusk to work. It seems that the test connects to Selenium successfully, but Selenium for some reason can't start Chrome, or can't establish connection with it.
Any ideas are welcome.
Console output
Output from Selenium console:
Pest test
The test,
tests/Browser/ExampleTest.php
:The base class for browser tests,
tests/BrowserTestCase.php
:Docker setup
docker-compose.yml
:Beta Was this translation helpful? Give feedback.
All reactions