Use case
You ship sites for clients.
You can't test all of them every week.
WordPress plugin updates. CMS migrations. Third-party embeds pushing silent updates. AutoSmoke runs smoke tests across every client project nightly and alerts you the moment something breaks — so you find out before the client does.
Run a Free Smoke TestThe pain
What breaks
You find out from the client, not the site
A plugin auto-updates at 3am. The contact form throws a 500. Two days of leads vanish. The client calls Friday asking why the pipeline dried up.
Manual spot-checks don't scale past 5 clients
You can't personally click through 30 sites every Monday. So you don't. Breakage compounds silently across the portfolio until someone complains.
Every client has a different stack
WordPress, Webflow, Shopify, custom Next.js. Writing Playwright suites for each is a second job. You need one tool that works on any URL.
Example tests
What you'd test
Client site nightly health check
- 1Navigate to the client homepage
- 2Verify the hero CTA link resolves
- 3Click 'Contact' in the nav
- 4Fill in and submit the contact form
- 5Verify success confirmation appears
E-commerce client checkout probe
- 1Navigate to a product page
- 2Click 'Add to cart'
- 3Proceed to checkout
- 4Verify the payment form renders without errors
Post-CMS-update regression scan
- 1Visit the top 5 pages by traffic
- 2Verify each loads without errors
- 3Verify the primary CTA on each is clickable
What you get
Included with every test
Your app changes daily.
Your guardrails should too.
Run a free smoke test now — and stop finding out from users.
Run a Free Smoke Test