testing▌
322 indexed skills · max 10 per page
e2e-testing
hieutrtr/ai1-skills · Testing
End-to-end testing patterns with Playwright for full-stack Python/React applications. \n \n Covers test structure, page object model, selector strategy (data-testid > role > label), and wait strategies for reliable cross-browser testing \n Includes auth state reuse to avoid repeated logins, test data management via API helpers, and debugging techniques for flaky tests \n Provides CI integration examples, fixture setup for authentication, and naming conventions for tests, pages, and locators \n S
backtesting-frameworks
wshobson/agents · Testing
Robust backtesting systems that avoid look-ahead bias, survivorship bias, and overfitting. \n \n Event-driven and vectorized backtester implementations with realistic transaction cost modeling, slippage, and commission handling \n Walk-forward optimization and Monte Carlo simulation for strategy robustness testing across multiple time windows \n Comprehensive performance metrics including Sharpe, Sortino, Calmar ratios, drawdown analysis, and win-rate calculations \n Point-in-time data handling,
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
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
testing-patterns
davila7/claude-code-templates · Testing
Test-Driven Development (TDD):
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
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