Test Infrastructure

Installation
SKILL.md

Test Infrastructure

Use PCR Card's comprehensive test infrastructure with 46 reusable methods across 5 traits and 2 base test cases.

When to Use

  • Writing new PHPUnit tests
  • Writing new Dusk browser tests
  • Using test helpers (CreatesUsers, CreatesSubmissions, etc.)
  • Making assertions on states, payments, relationships
  • Testing Nova resources or API endpoints

Quick Commands

# Unit tests (fast, no browser)
./scripts/dev.sh test
./vendor/bin/sail artisan test --testsuite=Unit
Installs
GitHub Stars
1
First Seen
Test Infrastructure — hackur/web-standards-playground-showcase