Add note about installing ChromeDriver to testing readme

This commit is contained in:
Marcus Moore 2023-01-11 13:54:28 -08:00
parent 49f2573f36
commit 0dd7cc9967
No known key found for this signature in database

View file

@ -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.