mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Add note about installing ChromeDriver to testing readme
This commit is contained in:
parent
49f2573f36
commit
0dd7cc9967
|
@ -65,3 +65,9 @@ Now you are ready to run the test suite. Use the following command from another
|
|||
To run individual test files, you can pass the path to the test that you want to run:
|
||||
|
||||
`php artisan dusk tests/Browser/LoginTest.php`
|
||||
|
||||
If you get an error when attempting to run Dusk tests that says `Couldn't connect to server` run:
|
||||
|
||||
`php artisan dusk:chrome-driver --detect`
|
||||
|
||||
This command will install the specific ChromeDriver Dusk needs for your operating system and Chrome version.
|
||||
|
|
Loading…
Reference in a new issue