TenantAtlas/specs/100-alert-target-test-actions/quickstart.md
2026-02-19 00:11:21 +01:00

406 B

Quickstart (099.1 Add-on)

Prereqs

  • Laravel Sail is used for local dev.

Run locally

  • Start containers: vendor/bin/sail up -d
  • Run migrations: vendor/bin/sail artisan migrate

Run tests (focused)

  • vendor/bin/sail artisan test --compact --filter=AlertTargetTest

(Replace filter/name with the final Pest test names once implemented.)

Format

  • vendor/bin/sail bin pint --dirty