📖 Step 7: Testing & Quality#197 / 291
Smoke Test
Smoke Test
📖One-line summary
A quick sanity check covering just the core features.
✨Example
A fast test covering only the critical flows
○Login page
○Home page
○Checkout page
○My page
⚡Vibe coding prompt examples
>_
Build a smoke test script that verifies main features work after deploy. Include homepage load, login, and API health check.
>_
Build a CI/CD pipeline that auto-runs smoke tests immediately after production deploy.
Try these prompts in your AI coding assistant!