7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
---
|
|
description: Guidelines for writing unit and feature tests.
|
|
globs: /tests/**/*.php
|
|
---
|
|
- Write unit tests for Laravel controllers and models.
|
|
- Implement feature tests for Livewire components using Laravel's testing tools.
|
|
- Use Laravel Dusk for end-to-end testing when necessary. |