9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
---
|
|
description: Rules for testing Astro projects, including unit tests and end-to-end testing.
|
|
globs: tests/**/*.*
|
|
---
|
|
Testing
|
|
|
|
- Implement unit tests for utility functions and helpers.
|
|
- Use end-to-end testing tools like Cypress for testing the built site.
|
|
- Implement visual regression testing if applicable. |