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" |
Tests applications using the Pest 3 PHP framework in Bagisto. Activates when writing tests, creating unit or feature tests, adding assertions, testing Livewire components, architecture testing, debugging test failures, working with datasets or mocking; or when the user mentions test, spec, TDD, expects, assertion, coverage, or needs to verify functionality works. Source: bagisto/agent-skills.