Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Other modules can add items to the `settings` group from their own `routes/navig
## Testing

```bash
php artisan test --testsuite=Modules --filter=Settings # PHPUnit
php artisan test --testsuite=Modules --filter='^Modules\\Settings\\Tests' # PHPUnit
npx playwright test --project="@Settings*" # E2E
```

Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tasks:
# ── Testing ───────────────────────────────────────────────────
test:php:
desc: Run PHPUnit tests for Settings module
cmd: php artisan test --testsuite=Modules --filter=Settings
cmd: php artisan test --testsuite=Modules --filter='^Modules\\Settings\\Tests'

test:e2e:
desc: Run E2E tests for Settings module
Expand Down