mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-12 17:33:31 +08:00
12 lines
302 B
Markdown
12 lines
302 B
Markdown
|
|
# TypeScript/JavaScript Testing
|
||
|
|
|
||
|
|
> This file extends [common/testing.md](../common/testing.md) with TypeScript/JavaScript specific content.
|
||
|
|
|
||
|
|
## E2E Testing
|
||
|
|
|
||
|
|
Use **Playwright** as the E2E testing framework for critical user flows.
|
||
|
|
|
||
|
|
## Agent Support
|
||
|
|
|
||
|
|
- **e2e-runner** - Playwright E2E testing specialist
|