mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Use php artisan serve url
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b9cc0c9d4c
commit
e7541f29d2
|
@ -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…
Reference in a new issue