Hacker News new | ask | show | jobs
by prat_vijay 185 days ago
How do teams currently detect silent functional failures in production when no real users trigger them, and what solutions (if any) have worked reliably for teams?

Apart from this would you trust AI-generated browser tests to identify critical user flows in your app, or would you require manual curation also?

1 comments

Actually there is no reliable and easy way to detect failures when there are no real users - hence building SupaGuard

The AI Generated Browser tests are more like assistance for teams and people who don't want to have granular knowledge of Playwright scripting, users would be able to see recordings of tests and modify using natural language :)