Integration Test E2E 테스트, TestRestTemplate 필수, Test Fixtures 재사용. MockMvc 금지, @Sql 어노테이션 테스트 데이터 설정. Gradle testFixtures 플러그인 활용, ArchUnit 의존성 검증.
Systematically testing web applications for broken access control vulnerabilities including privilege escalation,
Test web application email functionality for SMTP header injection vulnerabilities that allow attackers to inject
Test web applications for HTTP Host header injection vulnerabilities to identify password reset poisoning, web
Identifying sensitive data exposure vulnerabilities including API key leakage, PII in responses, insecure storage,
Framework de test complet pour agents IA — tests unitaires, d'intégration, de bout en bout et adversariaux.
Auto-invoke when reviewing test files or discussing testing strategy. Enforces testing pyramid, strategic coverage, and stack-appropriate frameworks.
Run coverage, inspect results, and identify missing test scenarios for a given source file. Use when analysing test coverage or finding untested branches.
Gate 6 - Verify tests exist and cover critical paths. Issues result in WARNINGS (encourages tests, doesn't block).
Writes tests following TDD (using go test, testify, and rapid) best practices. Use when writing unit tests, integration tests, or table-driven tests in Go.
Pytest testing patterns, fixtures, mocking, and coverage for GMailArchiver. Use when writing unit tests, integration tests, creating fixtures, mocking Gmail API, or checking…
Verify changes against real traffic without risking users, using canaries, shadow traffic, and feature gates with automatic rollback.
Guide and workflow for Testing Infrastructure. Use when you need Testing Infrastructure.
Writes Laravel tests using PHPUnit. Use when "write tests", "add tests", "phpunit", "laravel test", "feature test", "unit test", "mock", "factory", or testing controllers, models,…
為無測試的 Android 舊代碼建立安全網 — Characterization Tests、Robolectric Native Graphics、MockK、Compose Preview Screenshot Test、Roborazzi/Paparazzi 視覺迴歸、Detekt/Lint baseline、Golden…
Tests a 3rd-party npm library against the wasm-rquickjs runtime. Use when asked to test an npm package, check library compatibility, or pick the next untested library from the…
Validate load balancer behavior, failover, and traffic distribution. Use when performing specialized testing.
Testing patterns for MCP tools, integration tests, mocking European Parliament API, and achieving 80%+ coverage
Run and test the Merqab Integrated Solutions website (Next.js 14 + Tailwind v4 + Supabase) locally end-to-end. Use when verifying UI changes or Supabase DB/connectivity changes.
[METHODOLOGY] Testing strategy (when to write which tests, test quality standards, test pyramid). Preloaded by dev-qa-engineer agent.
Tests authentication and authorization mechanisms in mobile application APIs to identify broken authentication,
Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing.
Conception de mocks, stubs et fakes pour les tests unitaires et d'intégration avec les principaux frameworks de mocking.
Use when adding or modifying business logic, branching code, public API, or fixing a bug in a repo using repo-hygiene — tests for the new code paths must exist before the change…
Tests OAuth 2.0 and OpenID Connect implementations for security flaws including authorization code interception, — from mahipal
Cross-language testing strategies and patterns. Triggers on: test pyramid, unit test, integration test, e2e test, TDD, BDD, test coverage, mocking strategy, test doubles, test…
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor — from…
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor — from…
Vitest testing patterns and strategies for unit tests, agent tests, and API tests with Supabase mocking
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor — from…
Mandatory PHPUnit and Vitest for the Sage theme and first-party plugins: composer test, test:integration, npm test, typecheck, where tests live, and when each suite runs.
Use when adding or modifying tests, choosing validation commands, or deciding what must be tested for a code change.
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns.
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns.
Testing procedures for Kalahari project. Use for running tests and analyzing results.
Expert en stratégie et méthodologie de tests - Pyramide, types de tests, qualité, performance, sécurité, accessibilité
Probe RAG applications for prompt injection via poisoned retrieved context and embedding manipulation.
Writes tests following TDD Red-Green-Refactor (pytest + Hypothesis). Tests behavior, not implementation. Use when writing unit tests, integration tests, or property tests.
Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.
Gunakan skill ini untuk menentukan dan menjalankan quality gate berdasarkan scope perubahan (docs, frontend, backend, electron), termasuk lint, type-check, unit/integration/e2e…
Testing quality metrics, coverage thresholds, and anti-patterns. Use when defining or auditing test quality standards.
Best practices for writing R package tests using testthat version 3+. Use when writing, organizing, or improving tests for R packages.
Writes React/TypeScript tests using Vitest and React Testing Library. Use when "write react tests", "vitest", "component test", "hook test", "RTL", "testing library", "snapshot…
테스트 전략 레퍼런스. 토스 테스트 3분류(도메인 정책/유스케이스/직렬화), 테스트 대역 선택 기준(Fake>Mock), TDD 6단계, 우리 프로젝트 실제 예시 포함. 테스트 작성 시 참조.
Forked-context testing reviewer playbook — preloads verdict schema and test-coverage-gap/weak-assertion/brittle-test lens for adversarial testing review subagents.
Writes tests following TDD (using cargo test, proptest, and insta) best practices. Use when writing unit tests, integration tests, or property-based tests in Rust.
Use to choose which test types and tools a project needs — Playwright (web/dashboard E2E), Maestro (mobile E2E/smoke), Supertest (backend API integration), Testing Library…
Automatisation de tests avec Selenium WebDriver, couvrant les locators, les waits, le Page Object Model et Selenium Grid.
Quy tắc bắt buộc khi thiết kế, chạy, đánh giá và ghi nhận test.
RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes
Testing conventions for this repo: unit tests (Jest + mocks) and e2e tests (PostgreSQL real via Docker). Load when writing service specs, controller specs, or e2e tests.
Invoke when writing tests, reviewing test quality, or setting up test infrastructure. Contains project-specific testing framework conventions, fixture patterns, and coverage…
Design comprehensive testing strategies for software quality assurance. Use when planning test coverage, implementing test pyramids, or setting up testing infrastructure.
Design test strategies and test plans. Trigger with "how should we test", "test strategy for", "write tests for", "test plan", "what tests do we need", or when the user n — from…
Comprehensive testing workflow combining TDD, real implementations (no mocking), and E2E testing. Use when implementing features, writing tests, or setting up test infrastructure.
Testing strategies for Tauri v2 apps: unit tests with the mock runtime, mocking Tauri APIs, WebDriver E2E tests with Selenium and WebdriverIO, and CI on GitHub Actions.
Writes tests following TDD Red-Green-Refactor cycle. Language-agnostic methodology with Arrange-Act-Assert structure. Use when implementing features test-first.
Apply when implementing new features, fixing bugs, or refactoring code. TDD ensures tests drive design and all code is covered.
Expert test analysis specialist focused on comprehensive test result evaluation, quality metrics analysis, and actionable insight generation from testing activities — from…
Planification de stratégie de test incluant la pyramide de tests, les quadrants de tests, la couverture et l'analyse de risques.