TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Open-source LLM-powered test automation library for mobile and web

10 点作者 p0deje9 天前
Hey HN!<p>I&#x27;m Alex, a tech lead of the Selenium project and a QA engineer. For the last 10 months, I&#x27;ve been working on Alumnium - a test automation library that should make my life easier and let me write less code when automating the tests. The goal is to use LLM for _automating_ so I could focus more on _testing_.<p>Unlike other similar projects, Alumnium can be used in existing tests without changes to test runners, reporting tools, or any other test infrastructure. This allows me to gradually migrate my test suites (mostly Selenium) and revert whenever something goes wrong (this happens a lot, to be honest).<p>Other major differences:<p>- cheap (works on low-tier models like gpt-4o-mini, costs $20 per month for 1k+ tests)<p>- not an AI agent (dumb enough to fail the test rather than working around to make it pass)<p>- fast thanks to a built-in caching<p>- supports both mobile (Appium) and web (Playwright, Selenium)<p>- supports completely local execution (Ollama)<p>The project is still in a very much experimental phase, but I&#x27;d be happy to get any feedback.

1 comment

pydry9 天前
This looks like a recipe for making test flakiness even worse.
评论 #44138145 未加载