Use php artisan serve url
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b9cc0c9d4c
commit
e7541f29d2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ abstract class DuskTestCase extends BaseTestCase
|
||||||
})->all());
|
})->all());
|
||||||
|
|
||||||
return RemoteWebDriver::create(
|
return RemoteWebDriver::create(
|
||||||
$_ENV['DUSK_DRIVER_URL'] ?? 'http://localhost:9515',
|
$_ENV['DUSK_DRIVER_URL'] ?? 'http://127.0.0.1:8000',
|
||||||
DesiredCapabilities::chrome()->setCapability(
|
DesiredCapabilities::chrome()->setCapability(
|
||||||
ChromeOptions::CAPABILITY, $options
|
ChromeOptions::CAPABILITY, $options
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue