TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: CodeBeaver – Testing on Autopilot

1 pointsby erlapso2 months ago

1 comment

erlapso2 months ago
I just open-sourced CodeBeaver, a tool I built after LLM-generated code kept sneaking weird bugs into my projects.<p>With just a few lines of YAML, CodeBeaver can:<p>- Run end-to-end (E2E) tests written in natural language<p>- Generate, maintain, and execute unit tests automatically<p>- Analyze test failures to determine if it’s a bug or just a flaky test<p>You can run it locally with a quick pip install, or integrate it into CI&#x2F;CD with GitHub Actions, where it will even open PRs with missing tests.<p>It&#x27;s basically vibe testing :D<p>We use BrowserUse for the E2E, O3-mini for the unit test generation, plus a bunch of shell scripts to make everything seamless.<p>Currently supports Python &amp; TypeScript, with more languages on the roadmap. Would love to hear your thoughts!