From cfb93534759ab6175ff2b2fd9ba30dee2bbf2ee4 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Mon, 5 Jan 2026 18:44:24 +0000 Subject: [PATCH] feat: extend Pest with DuskTestCase for browser testing --- tests/Pest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Pest.php b/tests/Pest.php index b3a25b7..59833e1 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -1,5 +1,9 @@ extend(Tests\DuskTestCase::class) +// ->use(Illuminate\Foundation\Testing\DatabaseMigrations::class) + ->in('Browser'); + /* |-------------------------------------------------------------------------- | Test Case