From 6d6791b4faed24ed4e0608b8d9b08763bd09c632 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 10 Jun 2024 11:17:33 +0200 Subject: [PATCH] Add note about drivers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54add9a0..d84dc770 100644 --- a/README.md +++ b/README.md @@ -120,4 +120,4 @@ Then visit http://localhost:8000/demo/ ## Testing To test, run `php vendor/bin/phpunit`. -To debug Browser tests, you can run `PANTHER_NO_HEADLESS=1 vendor/bin/phpunit --debug` \ No newline at end of file +To debug Browser tests, you can run `PANTHER_NO_HEADLESS=1 vendor/bin/phpunit --debug`. Run `vendor/bin/bdi detect drivers` to download the latest drivers.