category focus

Testing

Unit, integration, and e2e testing.

4139 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
testing
0

testing-test-writing

Write strategic, behavior-focused tests for core user flows and critical functionality using Vitest for unit tests and Playwright for end-to-end testing. Use this skill when writing test files, testing utilities, or implementing test coverage for critical paths. When working on Vitest test files (.test.ts, .spec.ts), Playwright E2E test suites, test setup and configuration files (vitest.config.ts, test-setup.ts), mock implementations for external dependencies, testing utility functions or test helpers, component test files using React Testing Library, API route test files, or integration tests for Content Collections and data fetching logic.

SpacePlushy
SpacePlushy
testing-security
open
testing
0

ios-testing-skill

Skill describing modern iOS testing patterns: Swift Testing vs XCTest, XCUITest best practices, and OS 4.1 expectations for coverage and flakiness.

adilkalam
adilkalam
testing-security
open
testing
0

verify-and-coverage

仕様を実行可能テスト(verify.md)に変換し、カバレッジを分析するワークフロー。Runme.dev形式でE2E/統合テストを記述。 使用タイミング: (1) 仕様書(spec.md等)から実行可能なテストドキュメントを作成したい場合 (2) テストカバレッジを分析・可視化したい場合 (3) 「verify.md作成」「カバレッジチェック」「テスト文書化」リクエスト 使用しない場合: ユニットテストのみ必要な場合、既存テストフレームワークで十分な場合

hyt-sasaki
hyt-sasaki
testing-security
open
testing
0

webapp-testing

Playwright를 사용하여 로컬 웹 애플리케이션과 상호작용하고 테스트하기 위한 툴킷입니다. 프런트엔드 기능 검증, UI 동작 디버깅, 브라우저 스크린샷 캡처 및 브라우저 로그 확인을 지원합니다.

icartsh
icartsh
testing-security
open
testing
0

test-quality-enforcer

Enforces zero-tolerance test quality through two-phase testing strategy (Focus → Stable → Regression). Proactively activates when testing context detected. Blocks failures, enforces coverage thresholds (70% min, 85% actors, 80% business logic), and provides gamified feedback. Implements "testing is art in efficiency" - fast module feedback then comprehensive regression.

matthew-bram
matthew-bram
testing-security
open
testing
0

fdb-simulation-workloads

Guide for writing FoundationDB simulation workloads in Rust. Use when designing chaos testing, simulation testing, deterministic testing, or workload implementations for FDB layers. Covers operation design, invariant checking, and determinism requirements.

PierreZ
PierreZ
testing-security
open
testingmarketplace
0

junit-integration

Maven integration testing with Failsafe plugin, IT naming conventions, and profile configuration

cuioss
cuioss
testing-security
open
testing
0

tdd

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

pproenca
pproenca
testing-security
open
testing
0

e2e-testing-backend

End-to-end testing patterns for backend services. Use when testing complete application flows.

IvanTorresEdge
IvanTorresEdge
testing-security
open
testing
0

network-conftest-generator

生成并配置用于新华三技术有限公司H3C网络设备自动化的 pytest `conftest.py`,`conftest.py`文件主要负责测试背景搭建和测试背景清理。

cmw-coder
cmw-coder
testing-security
open
testing
0

pytest-microservices-skill

Pytest test development for Python microservices. Use when writing unit tests, integration tests, fixtures, mocking external services, or setting up test infrastructure. Triggers on requests to create tests, debug failing tests, test organization, factory fixtures, parametrization, or testcontainers.

cdragos
cdragos
testing-security
open
testing
0

upload-test-sessions

Upload test sessions from local/sessions/ to the local dev server. Returns markdown table rows with session IDs and URLs.

danecando
danecando
testing-security
open
testing
0

testing-test-writing

Write strategic, minimal tests focused on core user flows and critical paths, testing behavior rather than implementation with fast execution and clear test names. Use this skill when writing unit tests, integration tests, or end-to-end tests, creating test files or test suites, testing critical user workflows, implementing test mocking or stubbing, writing test assertions, naming test cases descriptively, testing business-critical features, running tests during development, or working with test files in directories like __tests__, test/, spec/, or similar. Use when completing feature implementation and adding tests at logical completion points, not during intermediate development steps. Use when working with testing frameworks like Jest, Vitest, pytest, RSpec, JUnit, or any testing library.

tlabs-xyz
tlabs-xyz
testing-security
open
testing
0

testing

เขียน Tests ทุกประเภทอย่างมีประสิทธิภาพ

saknarinZ
saknarinZ
testing-security
open
testing
0

ca-django-tests

ALWAYS use this skill proactively for Consumer Affairs Django repositories (located in ../ca/ directory) when ANY of these occur - (1) User mentions coverage, codecov, test coverage, partial coverage, branch coverage, or uncovered lines/code (2) User asks to write tests, add tests, run tests, or fix test failures (3) User asks to implement features, fix bugs, or modify code in CA repos and tests are needed (4) User provides a file path containing 'test' or 'tests' in CA repos (5) After writing new code in CA repos that needs test coverage. This skill handles Django test execution using the 'ca magictest' command and ensures 100% code coverage for CI requirements.

ramonsaraiva
ramonsaraiva
testing-security
open
testing
0

test-generation

使用 Minion 框架生成智能测试用例

alongor666
alongor666
testing-security
open
testing
0

my-skill

A standalone test skill (not part of a plugin) - use for general skill testing

mandersogit
mandersogit
testing-security
open
testing
0

test-driven-development

Test-driven development. Use when asked to use TDD explicitly, or any other times when asked write a failing test before implementation, or similar.

dwb
dwb
testing-security
open
testing
0

testing

pytest, Vitest, Playwright testing patterns for Pulse Radar.

djimontyp
djimontyp
testing-security
open
testing
0

test-engineer

test-engineer skill Trigger terms: testing, unit tests, integration tests, E2E tests, test cases, test coverage, test automation, test plan, test design, TDD, test-first Use when: User requests involve test engineer tasks.

gaebalai
gaebalai
testing-security
open
testing
0

testing-patterns

Jest testing guidelines, mocking strategies, and test structure patterns for unit tests.

joseaplwork
joseaplwork
testing-security
open
testing
0

mobile-ux-ci

Generates Playwright tests that detect iOS/mobile UX anti-patterns in CI. Use this when the user wants to add automated UX pattern checks for web apps targeting mobile/iOS. Creates tests that FAIL when hamburger menus, FABs, small touch targets, or other anti-patterns are detected.

neonwatty
neonwatty
testing-security
open
testing
0

test-guide

テストの書き方とTDDの実践ガイド

kami8ma8810
kami8ma8810
testing-security
open
Previous
Page 155 / 173
Next