chore: Introduce Pest browser testing for the framework (#18857)

* chore: Introduce Pest browser testing for the framework

* cs

* fix tests

* fix

* Update tags-input.blade.php
This commit is contained in:
Dan Harrin
2026-01-04 22:07:21 +00:00
committed by GitHub
parent c67459de2f
commit e5c1be713d
37 changed files with 2187 additions and 75 deletions
+3
View File
@@ -6,3 +6,6 @@ expect()->extend('toBeSameModel', function (Model $model) {
return $this
->is($model)->toBeTrue();
});
pest()->browser()
->timeout(10000);