Runner Test Discipline

Use when writing, fixing, or reviewing tests for any runner change (pipeline unit tests, worker route tests, or Playwright E2E), and whenever a test is red during feature work. Enforces that tests prove intended behavior — not just execute code, and never "green for the sake of green". Covers intent-first, deciding whether the code or the test is wrong when red (default - the code), the banned ways of faking green, write-the-failing-test-first, verify-with-a-real-run, no hollow assertions, and not mocking the unit under test.

handsontable 8f2471c 4.2 KB Updated

File contents

handsontable/examples/tree/main/.claude/skills/runner-test-discipline commit 8f2471c713

Frequently asked questions

npx skillmds@latest add handsontable/runner-test-discipline