Skip to content

Commit 9fbfe9b

Browse files
committed
update doc
1 parent c5038e4 commit 9fbfe9b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Go to [http://www.hitchhiker-api.com](http://www.hitchhiker-api.com) for test,
1212
* Api collaboration development with team
1313
* Api history
1414
* Multiple environments and Runtime variables support, easy to handle api dependence
15-
* powerful script, support requiring any js lib which upload to project, read excel, cryptographic, no can't do
15+
* Assert base on UI
16+
* Powerful script, support requiring any js lib which upload to project, read excel, cryptographic, no can't do
1617
* Request parameterization, include ManytoMany and OnetoOne, now you can use a request to handle multple situation like various query string, body
1718
* Schedule and run batch
1819
* Make a comparison for Api response between two different environments (eg: stage vs product)
@@ -21,7 +22,7 @@ Go to [http://www.hitchhiker-api.com](http://www.hitchhiker-api.com) for test,
2122
* All changed will be auto saved in local cache even if refresh page
2223
* Support importing Postman v1 collections
2324
* Distributed stress test
24-
* sync collection data of team automatically
25+
* Sync collection data of team automatically
2526
* Api Document (in future)
2627

2728

@@ -55,6 +56,7 @@ security | Strong,deploy in local | Weak, data will upload to server
5556
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/schedule.png' width='800'/>
5657
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/schedule/statistics.png' width='800'/>
5758
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/stresstest.gif' width='800'/>
59+
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/assert.gif' width='800'/>
5860

5961
## Browser
6062

cn/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Hitchhiker 是一款开源的 Restful Api 测试工具,支持Schedule, 数据
1414

1515
* Team协作开发Api
1616
* Api历史修改记录及diff
17+
* 基于UI的断言
1718
* 支持多环境变量及运行时变量,可以处理Api依赖问题
1819
* 超强脚本,支持require,可以上传JS包,读excel,加解密,没有做不到,只有想不到
1920
* 参数化请求,把query/body里的变化点提取出来,构建出参数列表,极大减少request的数量
@@ -52,6 +53,7 @@ Api Mock | ✘ | ✔
5253
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/parameters.gif' width='800'/>
5354
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/schedule.png' width='800'/>
5455
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/stresstest.gif' width='800'/>
56+
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/assert.gif' width='800'/>
5557

5658
## 浏览器
5759

en/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Go to [http://www.hitchhiker-api.com](http://www.hitchhiker-api.com) for test,
1414
* Api collaboration development with team
1515
* Api history
1616
* Multiple environments and Runtime variables support, easy to handle api dependence
17-
* powerful script, support requiring any js lib which upload to project, read excel, cryptographic, no can't do
17+
* Assert base on UI
18+
* Powerful script, support requiring any js lib which upload to project, read excel, cryptographic, no can't do
1819
* Request parameterization, include ManytoMany and OnetoOne, now you can use a request to handle multple situation like various query string, body
1920
* Schedule and run batch
2021
* Make a comparison for Api response between two different environments (eg: stage vs product)
@@ -23,7 +24,7 @@ Go to [http://www.hitchhiker-api.com](http://www.hitchhiker-api.com) for test,
2324
* All changed will be auto saved in local cache even if refresh page
2425
* Support importing Postman v1 collections
2526
* Distributed stress test
26-
* sync collection data of team automatically
27+
* Sync collection data of team automatically
2728
* Api Document (in future)
2829

2930

@@ -51,6 +52,7 @@ security | Strong,deploy in local | Weak, data will upload to server
5152
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/parameters.gif' width='800'/>
5253
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/schedule.png' width='800'/>
5354
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/stresstest.gif' width='800'/>
55+
<img src='https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/assert.gif' width='800'/>
5456

5557
## Browser
5658

0 commit comments

Comments
 (0)