aureuserp-test-case-builder

Installation
SKILL.md

AureusERP Test Case Builder

Use this skill to build plugin API tests with Pest using test-only fixes and reusable helpers.

Scope Tracks

  1. API test-case track (active now)
  • Follow references/api.md for end-to-end workflow, helper boundaries, assertions, and guardrails.
  1. Filament test-case track (reserved for future)
  • Do not invent Filament-specific testing rules in this skill yet.
  • Keep API conventions unchanged.
  • When Filament guidance is added later, it should be added as separate references (for example references/filament-*.md) and selected explicitly by task type.

Core Rules

  1. Use Pest feature tests for API endpoints (getJson, postJson, patchJson, deleteJson).
  2. Prefer factories for setup and payload creation.
  3. Keep helper responsibility split strict:
Related skills
Installs
24
First Seen
Mar 2, 2026