Skip to content

Commit e0496d5

Browse files
committed
docs: update README
1 parent 2cebb3e commit e0496d5

File tree

3 files changed

+12
-25
lines changed

3 files changed

+12
-25
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ name: Build and Push Docker Images
22

33
on:
44
push:
5-
# branches:
6-
# - dev
75
tags:
86
- "v*"
9-
# pull_request:
10-
# branches:
11-
# - main
127

138
env:
149
DOCKERHUB_USERNAME: mmmay0722
@@ -134,4 +129,4 @@ jobs:
134129
echo "✅ Release process completed successfully!"
135130
else
136131
echo "❌ Release process failed!"
137-
fi
132+
fi

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
4-
hooks:
5-
- id: black
6-
args: ["--line-length=120"]
2+
# - repo: https://github.com/psf/black
3+
# rev: 25.1.0
4+
# hooks:
5+
# - id: black
6+
# args: ["--line-length=120"]
77
- repo: https://github.com/PyCQA/flake8
88
rev: 7.2.0
99
hooks:

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl -fsSL https://raw.githubusercontent.com/MigoXLab/webqa-agent/main/start.sh
3737
### 源码安装
3838

3939
```bash
40-
git clone
40+
git clone https://github.com/MigoXLab/webqa-agent.git
4141
cd webqa-agent
4242
```
4343

@@ -133,19 +133,11 @@ UX(用户体验)测试专注于评估网站的交互设计、可用性和用
133133

134134
## RoadMap
135135

136-
### 功能与覆盖
137-
- AI功能测试持续优化:不断迭代优化测试用例生成效果,提高覆盖率与准确性;支持更多的浏览器操作
138-
- 功能遍历测试优化:实现页面自动遍历,检查页面内容变化,验证业务逻辑正确性与数据完整性
139-
- 用户体验测试优化:自动识别并标注问题区域,辅助定位交互与可用性缺陷,提供改进线索
140-
141-
### 交互优化
142-
- 测试用例可视化:以思维导图形式展示测试用例
143-
- 本地服务(localhost):在本地页面直接运行评估,并实时展示模型的思考过程与推理链路
144-
145-
### 能力扩展
146-
- 多模型接入:支持接入多种模型,增强测试能力并适配不同场景的评估需求
147-
- 扩展评估项:逐步集成更多测试维度(如业务安全测试等),统一纳入报告体系
136+
1. AI功能测试持续优化:提升覆盖率与准确性,支持更多浏览器操作
137+
2. 功能遍历与页面校验:自动遍历页面,校验业务逻辑与数据完整性
138+
3. 交互与可视化:用例可视化与本地服务实时展示推理过程
139+
4. 能力扩展:多模型接入与更多评估维度(含安全)集成
148140

149141
## 开源许可证
150142

151-
该项目采用 [Apache 2.0 开源许可证](LICENSE)
143+
该项目采用 [Apache 2.0 开源许可证](LICENSE)

0 commit comments

Comments
 (0)