testing

Installation
SKILL.md

Testing - Principes TDD/BDD (2026)

Principes universels de testing pour toutes les technologies du framework Claude-Craft.

Principes fondamentaux

  • TDD Cycle: RED → GREEN → REFACTOR
  • Couverture cible: >= 80%
  • Pyramide: Unit (70%) > Integration (20%) > E2E (10%)
  • Pattern: Arrange-Act-Assert (AAA)
  • Nommage: Tests descriptifs expliquant le comportement

Outils recommandés 2026

Stack Unit/Composants E2E/Browser Mutation Testing
JS/TS/React Vitest 4.1+ (Browser Mode stable) Playwright Stryker
PHP/Laravel/Symfony Pest 4.5+ (PHPUnit 12, Browser Testing) Playwright via Pest Infection
Python pytest 8.x + Ruff 0.8+ Playwright Mutmut
Related skills
Installs
22
GitHub Stars
96
First Seen
Jan 30, 2026