Real Time Testing

Test code continuously while writing it: red-green-refactor, watch mode, typecheck and lint after every slice, and never report done without fresh command output. Use when implementing features, fixing bugs, or when the user asks for TDD, test as you go, verify while coding, or real-time testing. Scope boundary: full browser/product verification after the feature works → `verification`; Playwright CLI mechanics → `playwright-cli`; Adobe Jest patterns → `appbuilder-testing`; CI loop on a PR → `loop-on-ci`/`fix-ci`.

CatCorner22 Updated

File contents

CatCorner22/Cursor_Skills/tree/main/skills/coding/real-time-testing commit 85954a095d

Frequently asked questions

npx skillmds@latest add catcorner22/real-time-testing