mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
- Adds playwright agents for test creation with playwright mcp. - Enhances our playwright skill to make use of these - Updates contribution guide/readmes
12 lines
427 B
Text
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>\""]
|
|
```
|