Test Error States

Force the states a happy-path run never reaches (a failing API, an empty list, a slow request, a timeout, an expired session, a toast that auto-dismisses) and check the UI actually handles them. Use when error handling was written but never run, when a loading or empty state needs verifying, when a bug only happens on a slow connection, or when a timer, poll, debounce or retry needs testing without sleeping.

reticlehq 6c6cd89 4.4 KB Updated

File contents

reticlehq/reticle/tree/main/skills/test-error-states commit 6c6cd8964d

Frequently asked questions

npx skillmds@latest add reticlehq/test-error-states