10 pointsby riyajoshi7 hours ago5 comments
  • riyajoshi7 hours ago
    Hi HN, I built an open-source CLI that records a user flow in the browser and generates UI test cases from it. It captures the interaction as a Playwright script and then generates additional test cases (including variations like invalid inputs, edge cases, etc.). The goal is to help teams get initial UI test coverage faster. Writing tests from scratch is time-consuming, so this tries to reduce that initial effort. The tool is fully open source and runs locally. You bring your own LLM key, and nothing is sent anywhere except your chosen provider. Would really appreciate feedback on: accuracy of generated tests where it’s useful where it breaks
  • kusho_abhishek6 hours ago
    excited to see what the community builds with this!
  • AkshatVirmani6 hours ago
    Looks interesting
  • calderon_19037 hours ago
    [flagged]
  • 7 hours ago
    undefined