False Green Tests

Find out why the tests pass but the app is broken. Catches false greens: a green suite over a feature that does not work, a mocked API standing in for a real one, an assertion that holds no matter what the app does, a click handler wired to nothing. Use when the suite is green and the user says it is broken, when a test never fails, when coverage looks fine but bugs still ship, or before trusting a passing run you did not watch.

reticlehq 116faf6 4.1 KB Updated

File contents

reticlehq/reticle/tree/main/skills/false-green-tests commit 116faf6005

Frequently asked questions

npx skillmds@latest add reticlehq/false-green-tests