You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context:scripts/smoke-test.sh already exists for post-deploy verification -- this batch adds ~15 new endpoints that should be covered before this ships.
Add one curl-based check per new endpoint to scripts/smoke-test.sh, following its existing format.
Run it against a real (staging/local) deployment, not just unit tests -- the point of a smoke test is catching wiring/deployment issues unit tests can't see.
Context:
scripts/smoke-test.shalready exists for post-deploy verification -- this batch adds ~15 new endpoints that should be covered before this ships.Where:
scripts/smoke-test.shWhat to do:
Suggested approach:
curl-based check per new endpoint toscripts/smoke-test.sh, following its existing format.Watch out for:
Definition of done:
scripts/smoke-test.shchecks every new dashboard endpoint