issues
search
BSIT-Caprock
/
barangay-system
Barangay Information System for the municipality of Barugo, Leyte.
0
stars
0
forks
source link
Test add new resident
#82
Closed
jmarkfen
closed
1 year ago
jmarkfen
commented
1 year ago
test add/enroll resident
Add a new resident.
Login as user
Visit residents page
Call create button
Set form fields
Call submit button
Check database
References
https://laravel.com/docs/10.x/database-testing
https://filamentphp.com/docs/3.x/forms/testing
https://livewire.laravel.com/docs/testing
https://laracasts.com/series/livewire-basics/episodes/3
https://christoph-rumpel.com/2021/4/how-I-test-livewire-components
https://filamentphp.com/community/how-to-write-tests-for-filament-admin-panels
test add/enroll resident
Add a new resident.
References