From 79c9eaccdf59a9b69365d15ee47c9d83dd3b8a44 Mon Sep 17 00:00:00 2001 From: Sam Rowden <59183434+nedwors@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:49:00 +0100 Subject: [PATCH] Update plugins.md --- plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins.md b/plugins.md index b21ce31..b0d54e9 100644 --- a/plugins.md +++ b/plugins.md @@ -86,6 +86,12 @@ Executing the `pest:dataset` Artisan command will create a fresh dataset in the php artisan pest:dataset Emails ``` +Executing the `pest:dusk` Artisan command will execute your Dusk browser tests. + +```bash +php artisan pest:dusk +``` + As you may know, Laravel provides a variety of assertions you can take advantage of in your feature tests. When using Pest's Laravel plugin, you may access all of those assertions as you typically would. ```php