Replies: 1 comment
-
|
Hi Alexis, I haven't used sail, but you will need to set up a chromium container to use (see Sail docs - https://laravel.com/docs/10.x/sail#laravel-dusk). Once you have done this, you will need to override the settings for the driver, similar to the docs for Dusk (see Dusk docs - https://laravel.com/docs/10.x/dusk#using-other-browsers). Hope that helps. Keoghan |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello everyone,
I hope you're doing well. This is my first time using orchestra/testbench-dusk, and I'm facing an issue with the package's default configuration in my Laravel Sail environment.
In my setup, I'm not using the default environment provided by Laravel. Instead, I rely on Laravel Sail as my environment for running my application. However, the package currently assumes the usage of php artisan serve on localhost:8001, which doesn't align with my configuration.
As a result, I'm seeking guidance on how to adjust the package to work seamlessly within my Laravel Sail environment. Are there any specific configuration changes or alternatives I should consider to ensure compatibility?
Thank you all for your assistance and understanding as I navigate through this process.
DuskTestCase.phpBeta Was this translation helpful? Give feedback.
All reactions