Test First

The test-SHAPING technique applied inside the test-first protocol — pick the lowest test level that exercises the behavior (unit, integration, contract, e2e, golden, property-based, evaluation), name the test after the spec contract, and assert one outcome per test. The workflow itself (entry conditions, RED-GREEN-REFACTOR-COMMIT gates, variants, exceptions) is the test-first protocol.

llopresto87 3023429 2.4 KB Updated

File contents

llopresto87/Cypress/tree/main/skills/test-first commit 302342955f

Frequently asked questions

npx skillmds@latest add llopresto87/test-first