bagisto-pest-testing
Installation
SKILL.md
Pest Testing in Bagisto
When to Apply
Activate this skill when:
- Creating new tests (unit or feature)
- Modifying existing tests
- Debugging test failures
- Working with datasets, mocking, or test organization
- Writing architecture tests
- Testing Bagisto packages (Admin, Shop, Core, etc.)
Reference files — load only what the current task needs
| File | Load when |
|---|---|
| suite-layout.md | Where tests live, the suites, Pest.php bindings, autoload wiring |
| writing-tests.md | Running tests, test structure, assertions, mocking, datasets, architecture tests |
| new-package.md | Registering a new package's tests, pitfalls, best practices |