Bagisto tests are organized within packages in packages/Webkul/{Package}/tests/:
| Admin Feature Test | packages/Webkul/Admin/tests/Feature | php artisan test --testsuite="Admin Feature Test" | | Core Unit Test | packages/Webkul/Core/tests/Unit | php artisan test --testsuite="Core Unit Test" | | DataGrid Unit Test | packages/Webkul/DataGrid/tests/Unit | php artisan test --testsuite="DataGrid Unit Test" |
| Installer Feature Test | packages/Webkul/Installer/tests/Feature | php artisan test --testsuite="Installer Feature Test" | | Shop Feature Test | packages/Webkul/Shop/tests/Feature | php artisan test --testsuite="Shop Feature Test" |
Prueba aplicaciones utilizando el marco PHP Pest 3 en Bagisto. Se activa al escribir pruebas, crear pruebas unitarias o de funciones, agregar aserciones, probar componentes Livewire, probar arquitectura, depurar fallas de pruebas, trabajar con conjuntos de datos o burlarse; o cuando el usuario menciona prueba, especificación, TDD, espera, afirmación, cobertura o necesita verificar que la funcionalidad funciona. Fuente: bagisto/agent-skills.