Closed joaopalopes24 closed 1 year ago
I know that this is not a bug, as Sail is aimed at Laravel applications, but if you have an idea of the problem and can help, I will be grateful.
As the maintainer of Testbench Dusk, I cannot verify that Testbench Dusk can even support being used in Sail and GitHub issues should only be used for confirmed bugs.
Either someone come out with a solution within Testbench Dusk or it just not possible at the moment.
@crynobone Any idea how to resolve this?
See my previous response.
Sail Version
v1.24.0
Laravel Version
v10.21.0
PHP Version
8.2.10
Operating System
Linux
OS Version
Ubuntu 22.04
Description
I'm trying to use Laravel Sail in the development of a laravel package along with testbench. It works great, but I'm having problems with browser tests.
Is there any possibility to make it work, using the selenium image?
Steps To Reproduce
My
docker-compose.yml
:Add in
phpunit.xml
:<env name="DUSK_DRIVER_URL" value="http://selenium:4444/wd/hub" />
Error: