From 0feda57d09e22827a907b054c62d8c3c5020bdb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20de=20Kat?= Date: Fri, 9 Aug 2024 15:23:03 +0100 Subject: [PATCH] Updated Readme.md Better testing instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c5cd7..0ce8e09 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,13 @@ REVERB_VERIFY=false ## Testing Create a .env.testing file if you want. Behat sets the environment to testing. -### Behat +### Acceptance testing `./vendor/bin/behat` + +### Unit and Feature testing `php artisan test` + +### Front-end testing `php artisan dusk` ## Usage