Releases: terryso/AutoQA-Agent
Releases · terryso/AutoQA-Agent
Release v0.0.11
更新内容
- 0.0.11
- refactor: improve agent instructions and IR recording
- fix: improve variable name generation in IR to TS code export
- refactor: remove Expected clauses from generated specs
- feat: strengthen Agent prompt for Expected clause verification
- fix: properly extract Expected clauses without dash prefix
- feat: extract Expected clauses from spec steps and require Agent verification
- fix: 改进元素定位稳定性并切换到基于 IR 的导出逻辑
- fix: resolve template path issue for
autoqa initin global installs - feat: 增强 IR 定位器与国际化支持
安装
```bash
npm install autoqa-agent
```
使用
```bash
npx autoqa run specs/saucedemo-01-login.md --url https://www.saucedemo.com/
```
Release v0.0.7
更新内容
- 0.0.7
- feat: 添加 CLI 版本显示功能
安装
```bash
npm install autoqa-agent
```
使用
```bash
npx autoqa run specs/saucedemo-01-login.md --url https://www.saucedemo.com/
```
Release v0.0.6
更新内容
- 0.0.6
- feat: 优化 CI/CD 工作流配置
安装
```bash
npm install autoqa-agent
```
使用
```bash
npx autoqa run specs/saucedemo-01-login.md --url https://www.saucedemo.com/
```