category focus

Testing

Unit, integration, and e2e testing.

4139 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
testing
5

pytest-testing

Comprehensive guide for writing and running pytest tests in Python projects. Use when (1) Setting up pytest for a new project, (2) Writing test files and test cases, (3) Using fixtures, mocks, and parametrization, (4) Improving test coverage, (5) Debugging test failures, (6) Organizing test structure, or any Python testing tasks with pytest.

trotsky1997
trotsky1997
testing-security
open
testing
5

fix-integration-bug

Workflow for fixing bugs in Ruby SDK integrations. Covers reproducing the bug, using appraisals, adding test cases, and TDD-based fixes.

braintrustdata
braintrustdata
testing-security
open
testing
5

local-service-testing

Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks

troykelly
troykelly
testing-security
open
testing
5

validate-coverage-threshold

Validate test coverage meets minimum thresholds for overall, statement, branch, and function coverage

BerryKuipers
BerryKuipers
testing-security
open
testing
5

following-tdd

This snippet should be used when following Test-Driven Development (TDD) methodology with the Red-Green-Refactor-Commit cycle for all implementation tasks.

WarrenZhu050413
WarrenZhu050413
testing-security
open
testing
5

testing-quality-assurance

Автоматизация тестирования и проверки качества кода

ikeniborn
ikeniborn
testing-security
open
testing
5

frontend-playwright

Visual QA gate for frontend code. ALWAYS use before delivering any UI changes - navigate, screenshot, verify console is error-free. Use for: responsive testing across viewports, form/interaction testing, debugging hydration and render issues. Catches visual bugs before users see them.

petbrains
petbrains
testing-security
open
testing
5

jest-testing-generator

Generate Jest unit tests, integration tests, React Testing Library component tests, mock implementations, test fixtures, and edge case coverage for TypeScript codebases

phatpham9
phatpham9
testing-security
open
testing
5

frappe-unit-test-generator

Generate comprehensive unit tests for Frappe DocTypes, controllers, and API methods. Use when creating test files, writing test cases, or setting up test infrastructure for Frappe/ERPNext applications.

Venkateshvenki404224
Venkateshvenki404224
testing-security
open
testing
5

testing-fundamentals

TDD workflow, comprehensive test strategies, test coverage, and quality assurance patterns

Primadetaautomation
Primadetaautomation
testing-security
open
testing
5

unit-test-generator

Generates unit tests for Clean Architecture components using Mockito and BlocTest.

tsiresymila1
tsiresymila1
testing-security
open
testing
5

python-testing-patterns

pytest、フィクスチャ、モッキング、テスト駆動開発を使用した包括的なテスト戦略を実装。Pythonテストの記述、テストスイートのセットアップ、テストベストプラクティスの実装時に使用。

amurata
amurata
testing-security
open
testing
5

elixir-test-runner

Run ExUnit tests with smart filtering, debugging options, and proper error reporting. Use when running tests, debugging failures, or validating specific test cases.

mkreyman
mkreyman
testing-security
open
testing
5

tunit

Run TUnit tests with Playwright. Use when user asks to run tests, execute tests, or check if tests pass.

AndreHogberg
AndreHogberg
testing-security
open
testing
5

testing-guidelines

测试指南 - 测试设计和实现的原则与最佳实践。包含测试设计模板和断言最佳实践。

cuipengfei
cuipengfei
testing-security
open
testing
5

run-comprehensive-tests

Execute comprehensive test suite (Vitest/Jest) with coverage reporting and failure analysis. Returns structured output with test counts (total/passed/failed), coverage percentage, duration, and detailed failure information. Used for quality gates and CI/CD validation.

BerryKuipers
BerryKuipers
testing-security
open
testing
5

api-testing

使用 pytest + httpx 进行 API 接口自动化测试的工具包。支持 RESTful API 测试、JWT 认证、参数化测试、断言验证以及测试报告生成。

ChuDiRen
ChuDiRen
testing-security
open
testing
5

acceptance-criteria-verification

Use after implementing features - verifies each acceptance criterion with structured testing and posts verification reports to the GitHub issue

troykelly
troykelly
testing-security
open
testing
5

frappe-fixture-creator

Generate fixture files for Frappe test data and master data. Use when creating test fixtures, setup data, or master data for new sites.

Venkateshvenki404224
Venkateshvenki404224
testing-security
open
testing
5

web3-testing

ユニットテスト、統合テスト、メインネットフォークを使用してHardhatとFoundryでスマートコントラクトを包括的にテストします。Solidityコントラクトをテストする時、ブロックチェーンテストスイートをセットアップする時、またはDeFiプロトコルを検証する時に使用してください。

amurata
amurata
testing-security
open
testing
5

testing

Testing patterns for behavior-driven tests. Use when writing tests or test factories.

pablobfonseca
pablobfonseca
testing-security
open
testing
5

tdd

Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.

pablobfonseca
pablobfonseca
testing-security
open
testing
5

elixir-tdd-enforcement

MANDATORY for ANY feature or bugfix - write ExUnit test FIRST, watch it FAIL, then implement. NO exceptions. Use before writing any Elixir production code.

mkreyman
mkreyman
testing-security
open
testing
5

tasks-test-generation

Use for DEVELOPER-focused unit/integration test code with xUnit (C#) and Jest (Angular) patterns. Provides ready-to-use test templates for commands, queries, entities, and components. Best for implementing actual test code. NOT for QA test specifications (use test-generation instead).

CongDon1207
CongDon1207
testing-security
open
Previous
Page 86 / 173
Next