testing▌
322 indexed skills · max 10 per page
vue-testing-best-practices
vuejs-ai/skills · Frontend
Comprehensive testing guidance for Vue.js projects covering unit, component, and end-to-end testing. \n \n Addresses 11 common testing challenges including async handling, composable testing, Pinia store setup, Suspense components, and Teleport queries \n Recommends Vitest for unit and component testing, Playwright for end-to-end testing, and Vue Test Utils for component interaction \n Covers testing patterns like black-box component approaches, snapshot test pitfalls, and browser vs. Node.js ru
temporal-python-testing
wshobson/agents · Backend
Pytest-based testing strategies for Temporal workflows with time-skipping, mocking, and replay validation. \n \n Covers unit testing (WorkflowEnvironment with time-skipping), integration testing (mocked activities), and replay testing for determinism validation \n Time-skipping enables month-long workflows to execute in seconds; ActivityEnvironment isolates activity logic for fast feedback \n Includes progressive disclosure resources for unit testing, integration testing, replay testing, and loc
vitest
antfu/skills · Testing
Vite-powered unit testing framework with Jest-compatible API and native ESM support. \n \n Shares Vite's config, transformers, and plugins; supports TypeScript, JSX, and ESM without extra setup \n Smart watch mode reruns only affected tests based on module graph; multi-threaded workers enable parallel execution \n Comprehensive testing utilities: test/describe/expect API, mocking (functions, modules, timers), snapshots, and fixtures \n Built-in code coverage via V8 or Istanbul; test filtering by
ln-523-auto-test-planner
levnikolaevich/claude-code-skills · Testing
ln-523-auto-test-planner
html-injection-testing
davila7/claude-code-templates · Frontend
Identify and exploit HTML injection vulnerabilities that allow attackers to inject malicious HTML content into web applications. This vulnerability enables attackers to modify page appearance, create phishing pages, and steal user credentials through injected forms.
golang-testing
affaan-m/everything-claude-code · Backend
Table-driven tests, subtests, benchmarks, fuzzing, and golden files for Go TDD workflows. \n \n Covers the RED-GREEN-REFACTOR cycle with step-by-step examples for writing tests before implementation \n Includes table-driven test patterns for comprehensive coverage, error cases, and parallel execution with t.Run() \n Provides benchmarking techniques for performance analysis, memory allocation tracking, and comparative benchmarks across input sizes \n Supports fuzzing with seed corpus and property
encore-go-testing
encoredev/skills · Backend
Encore Go uses standard Go testing with encore test.
ln-404-test-executor
levnikolaevich/claude-code-skills · Testing
ln-404-test-executor
screen-reader-testing
wshobson/agents · Testing
Comprehensive screen reader testing guide covering VoiceOver, NVDA, JAWS, and TalkBack with practical commands and accessibility patterns. \n \n Covers four major screen readers with platform-specific setup, essential keyboard commands, and testing checklists for macOS, Windows, iOS, and Android \n Includes detailed testing scenarios for modals, live regions, tabs, and form validation with HTML/JavaScript examples \n Provides browse vs. focus mode navigation strategies, landmark discovery, headi
regression-testing
proffesor-for-testing/agentic-qe · Testing
<default_to_action> When verifying changes don't break existing functionality: