testing▌
305 indexed skills · max 10 per page
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
pentest-checklist
sickn33/antigravity-awesome-skills · Testing
pentest-checklist
ln-523-auto-test-planner
levnikolaevich/claude-code-skills · Testing
ln-523-auto-test-planner
bats-testing-patterns
wshobson/agents · Testing
Comprehensive testing framework for shell scripts using Bats with patterns, fixtures, and CI/CD integration. \n \n Covers core Bats concepts including test syntax, assertion patterns for exit codes and output, and setup/teardown lifecycle management \n Provides mocking and stubbing strategies for external commands, functions, and environment variables to isolate units under test \n Includes fixture management patterns, error condition testing, and shell compatibility validation across bash, sh,
clerk-testing
clerk/skills · Testing
E2E testing utilities for Clerk authentication flows in Playwright and Cypress. \n \n Supports both Playwright and Cypress frameworks with framework-specific setup patterns (globalSetup for Playwright, custom commands for Cypress) \n Provides clerkSetup() and setupClerkTestingToken() utilities to initialize test environments and bypass bot detection \n Includes storageState persistence to reuse authenticated sessions across tests, reducing test execution time \n Requires test API keys ( pk_test_
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.
python-testing-patterns
wshobson/agents · Backend
Comprehensive testing strategies for Python using pytest, fixtures, mocking, and test-driven development. \n \n Covers unit, integration, functional, and performance testing with the AAA pattern (Arrange, Act, Assert) for test structure \n Includes 10 fundamental and advanced patterns: basic tests, fixtures with setup/teardown, parameterization, mocking, exception handling, async testing, monkeypatching, temporary files, custom fixtures, and property-based testing \n Provides test design princip
flutter-testing-apps
flutter/skills · Testing
Comprehensive testing framework for Flutter apps across unit, widget, and integration test layers. \n \n Covers three test categories: unit tests for isolated logic, widget tests for UI components, and integration tests for end-to-end flows on real devices or emulators \n Provides architectural testing patterns for ViewModels, Repositories, Services, and Views, with emphasis on Fake implementations over mocks for cleaner test design \n Includes plugin testing guidelines combining Dart tests with
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.