testing-patterns
Installation
SKILL.md
Testing Patterns (Redirect)
This skill was split into 5 focused sub-skills in v7.2.0. Use the appropriate sub-skill below.
Sub-Skills
| Sub-Skill | Focus | When to Use |
|---|---|---|
ork:testing-unit |
Unit tests, AAA pattern, fixtures, mocking, factories | Isolated business logic tests |
ork:testing-e2e |
Playwright, page objects, visual regression, a11y | Browser-based end-to-end tests |
ork:testing-integration |
API endpoints, database, contract testing | Cross-boundary integration tests |
ork:testing-llm |
LLM mocking, DeepEval/RAGAS, structured output | AI/ML evaluation and testing |
ork:testing-perf |
k6, Locust, pytest-xdist, benchmark | Performance and load testing |