--- id: yonatangross/orchestkit/testing-patterns version: "6564c9b4" license: MIT install: manual updated: 2026-07-28 --- # testing-patterns — This skill has been split into five specialized sub-skills, each addressing a distinct testing need. Choose testing-unit for isolated logic, testing-e2e for browser automation, testing-integration for cross-boundary APIs and databases, testing-llm for AI evaluation, or testing-perf for load and performance work. Publisher: yonatangross · Stars: 208 · Updated: 2026-07-28 Install (manual): `git clone https://github.com/yonatangross/orchestkit` ## 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 | ## Quick Reference ```bash /ork:testing-unit # Unit testing patterns /ork:testing-e2e # End-to-end with Playwright /ork:testing-integration # API and database integration /ork:testing-llm # LLM evaluation patterns /ork:testing-perf # Performance and load testing ``` ## Related Skills - `ork:testing-unit` — Unit testing: AAA pattern, fixtures, mocking, factories - `ork:testing-e2e` — E2E testing: Playwright, page objects, visual regression - `ork:testing-integration` — Integration testing: API endpoints, database, contracts - `ork:testing-llm` — LLM testing: mock responses, DeepEval/RAGAS evaluation - `ork:testing-perf` — Performance testing: k6, Locust, pytest-xdist [View on SkillFed](https://skillfed.io/yonatangross/orchestkit/testing-patterns) · [View on GitHub](https://github.com/yonatangross/orchestkit)