hyperdx/.cursor/rules/playwright.mdc
Tom Alexander 46daa63055
chore: add playwright agents for cursor and claude (#1847)
- Adds playwright agents for test creation with playwright mcp. 
- Enhances our playwright skill to make use of these
- Updates contribution guide/readmes
2026-03-05 15:16:18 +00:00

12 lines
427 B
Text

---
description: HyperDX Playwright E2E test conventions for writing, reviewing, and fixing tests. Use when creating, editing, or debugging any E2E test in this project.
globs:
alwaysApply: false
---
When writing, reviewing, or fixing Playwright E2E tests for this project, follow the conventions in @.claude/skills/playwright/SKILL.md.
To run tests:
```bash
./scripts/test-e2e.sh --quiet <file> [--grep "\"<pattern>\""]
```