yonatangross/orchestkit

testing-patterns

Redirect — testing-patterns was split into 5 focused sub-skills.

ソースを見る
リポジトリの原文

見出し、例、コード、表、リンク、参照画像を含む原文を表示しています。

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-SkillFocusWhen to Use
ork:testing-unitUnit tests, AAA pattern, fixtures, mocking, factoriesIsolated business logic tests
ork:testing-e2ePlaywright, page objects, visual regression, a11yBrowser-based end-to-end tests
ork:testing-integrationAPI endpoints, database, contract testingCross-boundary integration tests
ork:testing-llmLLM mocking, DeepEval/RAGAS, structured outputAI/ML evaluation and testing
ork:testing-perfk6, Locust, pytest-xdist, benchmarkPerformance and load testing

Quick Reference

bash
testing-unit          # Unit testing patterns
testing-e2e           # End-to-end with Playwright
testing-integration   # API and database integration
testing-llm           # LLM evaluation patterns
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