基于 Midscene.js 与 Playwright Test Agents 打造的下一代纯视觉驱动自动化测试工程。
- 安装依赖:
npm install - 配置环境:复制
.env.example为.env并填入大模型密钥。 - 初始化 Agent 闭环:运行
npm run init:agents接入 Claude Code 生产环境。 - 运行测试:
- 运行工程代码:
npm run test - 运行声明式脚本:
npm run test:yaml
- 运行工程代码:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
基于 Midscene.js 与 Playwright Test Agents 打造的下一代纯视觉驱动自动化测试工程。
npm install.env.example 为 .env 并填入大模型密钥。npm run init:agents 接入 Claude Code 生产环境。npm run testnpm run test:yaml