feat: extend Pest with DuskTestCase for browser testing

This commit is contained in:
jon brookes 2026-01-05 18:44:24 +00:00
parent b0fc008530
commit cfb9353475

View file

@ -1,5 +1,9 @@
<?php
pest()->extend(Tests\DuskTestCase::class)
// ->use(Illuminate\Foundation\Testing\DatabaseMigrations::class)
->in('Browser');
/*
|--------------------------------------------------------------------------
| Test Case