testing-patterns
Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf.
Works with
--- name: testing-patterns description: Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf. license: MIT --- # 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
More Testing skills
tdd
mattpocock/skills
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
setup-pre-commit
mattpocock/skills
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
agent-browser
vercel-labs/agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

