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

dev

ๅฎŸ่ฃ…PRใ‚’ไฝœๆˆใ€‚DoDๆบ–ๆ‹ ใƒ†ใ‚นใƒˆ่‡ชๅ‹•็”Ÿๆˆใ€ใ‚ซใƒใƒฌใƒƒใ‚ธๆคœ่จผใ€E2Eใƒ†ใ‚นใƒˆ้€ฃๆบๅฏพๅฟœ

PROLE-ISLAND
PROLE-ISLAND
testing-security
open
testing
0

cypress-test-generator

Generate Cypress E2E test files and configuration for web application testing. Triggers on "create cypress test", "generate cypress config", "e2e test for", "cypress setup".

ehtbanton
ehtbanton
testing-security
open
testing
0

writing-tests

Principles for writing effective, maintainable tests. Covers naming conventions, assertion best practices, and comprehensive edge case checklists. Based on BugMagnet by Gojko Adzic.

jagreehal
jagreehal
testing-security
open
testing
0

prd-to-test

PRD(์š”๊ตฌ์‚ฌํ•ญ)๋ฅผ ๋ถ„์„ํ•˜์—ฌ ํ…Œ์ŠคํŠธ ์ผ€์ด์Šค๋ฅผ ๋„์ถœํ•ฉ๋‹ˆ๋‹ค. TDD์˜ ์‹œ์ž‘์ ์œผ๋กœ, ๊ตฌํ˜„ ์ „์— ํ…Œ์ŠคํŠธ ์‹œ๋‚˜๋ฆฌ์˜ค๋ฅผ ์ •์˜ํ•ฉ๋‹ˆ๋‹ค. Inside-Out TDD ์ ‘๊ทผ๋ฒ• ์ ์šฉ.

NB993
NB993
testing-security
open
testingmarketplace
0

cui-java-unit-testing

CUI Java unit testing standards and patterns with JUnit 5, generators, and value object testing

cuioss
cuioss
testing-security
open
testing
0

testing

Testing patterns including table-driven tests, mock setup, and coverage requirements. Use when writing tests or setting up test infrastructure.

cemezgin
cemezgin
testing-security
open
testing
0

user-simulation-test

Rules and patterns for simulating real user behavior in E2E tests. Covers UI interactions, API flows, and scenario-based testing strategies.

chkim-su
chkim-su
testing-security
open
testing
0

test-generator

Generate comprehensive test cases for code. Use when writing unit tests, integration tests, or test suites. Creates tests that cover happy paths, edge cases, error conditions, and follow testing best practices for the project's testing framework.

lexicalninja
lexicalninja
testing-security
open
testing
0

red-phase

Write failing tests before implementation (RED phase of TDD). Creates test file with test functions that fail because code doesn't exist yet. Use when starting TDD workflow or adding tests for new functionality.

foolishimp
foolishimp
testing-security
open
testing
0

multi-ai-testing

Test-driven development with independent verification to prevent test gaming. TDD workflows, test generation, coverage validation (โ‰ฅ80% gate, โ‰ฅ95% target), property-based testing, edge case discovery. Use when implementing TDD workflows, generating comprehensive test suites, validating test coverage, or preventing test gaming through independent multi-agent verification.

adaptationio
adaptationio
testing-security
open
testing
0

playwright-skill

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

yousufjoyian
yousufjoyian
testing-security
open
testing
0

openwebf-app-testing-vitest

Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testing Library, unit tests, component tests, โ€œtesting trophyโ€, or asks to add/fix tests in a Vite/React/TS WebF app.

archview-ai
archview-ai
testing-security
open
testing
0

write-unit-test

Generate behavioral unit tests from functional specifications using PreDB/PostDB pattern. Use when user provides specs with Preconditions/Workflow/Postconditions structure or asks to write tests for a specification before implementation (TDD approach).

edmar
edmar
testing-security
open
testing
0

tdd

AL test development patterns with telemetry verification. MANDATORY when: (1) planning test implementation, (2) creating new tests, (3) modifying existing tests. Invoke proactively at ALL three stages. PLANNING: Structure plans with Red-Green-Refactor phases and use TodoWrite to track progress through each phase. CRITICAL RULE: DEBUG-* telemetry must be ZERO at both task START and END.

FBakkensen
FBakkensen
testing-security
open
testing
0

app-test-workflow

Flutter ์•ฑ ํ…Œ์ŠคํŠธ ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค. ํ…Œ์ŠคํŠธ ๊ณ„ํš ์ˆ˜๋ฆฝ -> ์—๋ฎฌ๋ ˆ์ดํ„ฐ ํ…Œ์ŠคํŠธ -> ์‹คํŒจ ์‹œ ๋””๋ฒ„๊ทธ ์ˆ˜์ • -> ์žฌํ…Œ์ŠคํŠธ ์ˆœ์„œ๋กœ ์ง„ํ–‰ํ•ฉ๋‹ˆ๋‹ค. "์•ฑ ํ…Œ์ŠคํŠธ ์›Œํฌํ”Œ๋กœ์šฐ", "/app-test-workflow", "์•ฑ ํ…Œ์ŠคํŠธ" ๋“ฑ์˜ ๋ช…๋ น์œผ๋กœ ํ™œ์„ฑํ™”๋ฉ๋‹ˆ๋‹ค.

stravinest
stravinest
testing-security
open
testing
0

qt-unittest-make

Use when users request generating unit tests for Qt modules or classes, completing test cases, or creating test files. Supports module batch generation and incremental completion.

re2zero
re2zero
testing-security
open
testing
0

testing

REQUIRED for ANY interaction with test files (.test.ts, .test.tsx). Use when creating tests, modifying tests, debugging test failures, reviewing test code, refactoring tests, or implementing TDD workflow. Must invoke before writing, reading, or changing any test file.

Mavrick91
Mavrick91
testing-security
open
testing
0

playwright

How to make good playwright (e2e) tests for this project.

BloomBooks
BloomBooks
testing-security
open
testing
0

mock-authoring

Writing effective dry_run.py mocks for workflow testing without external dependencies

mpuig
mpuig
testing-security
open
testing
0

test-driven-development

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

Zpankz
Zpankz
testing-security
open
testing
0

test

Implement Test Code to verify the Spec.

LongbowXXX
LongbowXXX
testing-security
open
testing
0

integration-test-patterns

Best practices for writing integration tests using Testcontainers and EF Core. Use when creating or modifying integration tests.

michaellperry
michaellperry
testing-security
open
testing
0

unit-testing

Writing unit tests with vitest and vue-test-utils following project patterns. Use when creating tests for components, composables, utilities, or stores.

ShipitSmarter
ShipitSmarter
testing-security
open
testing
0

bitzero-methodology

Strategies for exploring and testing tightly-coupled BitZero code. Use when code seems untestable, has singleton dependencies, or you need to understand complex game logic before writing tests.

nmnhut-it
nmnhut-it
testing-security
open
Previous
Page 158 / 173
Next