展示HN:CmdRunner – 上传测试用例,AI代理在浏览器中运行它们

1作者: kiru-cmdrunner大约 2 个月前原帖
我正在构建 CmdRunner,一个能够直接从文档中执行 web 应用测试用例的 AI 代理。 大多数团队维护着 Selenium 或 Playwright 脚本,但许多团队已经在 Excel 或文档中编写了测试步骤。 CmdRunner 可以读取这些步骤,并像人类测试人员一样在浏览器中执行它们。 工作流程: 1. 上传测试用例文件 2. 代理理解每个步骤 3. 打开浏览器 4. 执行动作 5. 验证结果 6. 生成报告 目标:减少维护自动化脚本所花费的时间。 如果有人有兴趣用真实的测试用例进行尝试,请在这里注册: <a href="https:&#x2F;&#x2F;cmdrunner.com" rel="nofollow">https:&#x2F;&#x2F;cmdrunner.com</a>
查看原文
I’m building CmdRunner, an AI agent that executes web application test cases directly from documents.<p>Most teams maintain Selenium or Playwright scripts, but many already have test steps written in Excel or documentation.<p>CmdRunner reads those steps and performs them in a browser like a human tester.<p>Workflow: 1. Upload test case file 2. Agent understands each step 3. Opens browser 4. Executes actions 5. Validates outcome 6. Generates report<p>Goal: reduce the time spent maintaining automation scripts.<p>If anyone is interested in trying it with real test cases, Register here:<p><a href="https:&#x2F;&#x2F;cmdrunner.com" rel="nofollow">https:&#x2F;&#x2F;cmdrunner.com</a>