testing▌
321 indexed skills · max 10 per page
browsing-with-playwright
bilalmk/todo_correct · Testing
Browser automation with Playwright MCP for web navigation, form interaction, and data extraction. \n \n Supports navigation, element interaction (click, type, select), screenshots, and accessibility snapshots that return element references for precise targeting \n Includes JavaScript execution via browser_evaluate and multi-step atomic operations through browser_run_code for complex workflows \n Requires --shared-browser-context flag to maintain browser state across sequential commands; server r
property-based-testing
trailofbits/skills · Testing
Guidance for property-based testing across languages and smart contracts. \n \n Detects high-value PBT patterns automatically: serialization pairs, parsers, validators, normalization, data structures, algorithms, and smart contract state invariants \n Provides a property catalog with 10 core patterns (roundtrip, idempotence, invariant, commutativity, associativity, identity, inverse, oracle, easy-to-verify, no exception) ranked by strength \n Includes decision tree routing to language-specific r
unit-test-bean-validation
giuseppe-trisciuoglio/developer-kit · Testing
Unit testing Jakarta Bean Validation constraints and custom validators without Spring context. \n \n Covers testing built-in constraints ( @NotNull , @Email , @Min , @Max , @Size ) and custom @Constraint implementations with violation assertion patterns \n Includes cross-field validation, validation groups for conditional rules, and parameterized test scenarios for multiple inputs \n Provides setup patterns using Validation.buildDefaultValidatorFactory().getValidator() and assertion helpers to e
testing-patterns
davila7/claude-code-templates · Testing
Test-Driven Development (TDD):
e2e-testing
affaan-m/everything-claude-code · Testing
Playwright E2E testing patterns with Page Object Model, configuration, CI/CD setup, and flaky test strategies. \n \n Provides Page Object Model structure for maintainable test organization, with reusable page classes that encapsulate locators and navigation logic \n Covers multi-browser testing across Chromium, Firefox, WebKit, and mobile devices with configurable retries, parallelization, and artifact capture (screenshots, videos, traces) \n Includes flaky test identification and remediation pa
ab-test-setup
coreyhaines31/marketingskills · Testing
Expert guidance for designing statistically valid A/B tests and experiments. \n \n Provides a structured hypothesis framework, sample size calculations, and metrics selection (primary, secondary, guardrail) to ensure rigorous test design \n Covers test types (A/B, A/B/n, MVT, split URL), traffic allocation strategies, and implementation approaches (client-side vs. server-side) \n Includes pre-launch checklists, guidance on avoiding common pitfalls like early peeking, and frameworks for analyzing
test-fixing
davila7/claude-code-templates · Testing
Systematically identify and fix all failing tests using smart grouping strategies.
qa-test-planner
softaworks/agent-toolkit · Testing
Generate comprehensive test plans, test cases, regression suites, and bug reports with Figma design validation. \n \n Create structured test plans with scope, strategy, entry/exit criteria, risk assessment, and timelines \n Generate manual test cases with step-by-step instructions, expected results, preconditions, and priority levels \n Build regression test suites (smoke, targeted, full) with execution order and pass/fail criteria \n Validate UI implementations against Figma designs with compon
typescript-e2e-testing
bmad-labs/skills · Backend
Complete E2E and integration testing for TypeScript/NestJS projects with real Docker infrastructure and GWT pattern. \n \n Supports six guided workflows: setup, writing, reviewing, running, debugging, and optimizing E2E tests \n Tests against real services (PostgreSQL, MongoDB, Redis, Kafka) via Docker; never mocks infrastructure \n Enforces Given-When-Then pattern, test isolation, and specific assertions across all test cases \n Includes technology-specific helpers, rules, and examples for Kafk
vitest
hairyf/skills · Testing
Vite-powered unit testing framework with Jest-compatible API and native ESM support. \n \n Jest-compatible test syntax (test/describe/expect) with drop-in replacement capability for most Jest suites \n Native support for ESM, TypeScript, and JSX without additional configuration; shares Vite's transformation pipeline \n Smart watch mode reruns only affected tests based on module graph; multi-threaded workers enable parallel execution \n Built-in mocking (functions, modules, timers), snapshot test