added browser tests
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
pest()->extend(Tests\DuskTestCase::class)
|
||||
// ->use(Illuminate\Foundation\Testing\DatabaseMigrations::class)
|
||||
->in('Browser');
|
||||
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user