Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vearne committed Oct 23, 2024
1 parent 9fadf06 commit e0c4b3e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ Automated testing framework for api services, http, gRPC
* No program development is required, only configuration files need to be written
* You can specify dependencies between testcases
* Testcases without dependencies can be executed concurrently and execute faster
* Use xpath to extract variables for easy writing
* Use XPath to extract variables for easy writing
* supports importing variables from files and extracting variables from response

## Something you need to know
[XPath Syntax](https://www.w3schools.com/xml/xpath_syntax.asp)

## Install
### 1) use the compiled binary file
[release](https://github.com/vearne/autotest/releases)
Expand Down Expand Up @@ -96,6 +99,9 @@ autotest extract -x "//title" -j '[
]'
```
## Test Report
### Report in csv format
![report](https://github.com/vearne/autotest/raw/main/img/result_csv.jpg)
### Report in html format
![report](https://github.com/vearne/autotest/raw/main/img/result_html.jpg)

## TODO
Expand Down
9 changes: 8 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
* 无需进行程序开发,只需要编写配置文件
* 可以指定testcase之间的依赖关系
* 无依赖关系的testcase可以并发执行,执行速度更快
* 使用xpath提取变量书写方便
* 使用XPath提取变量,书写方便
* 支持从文件中导入变量,支持从response中提取变量

## 你需要了解的知识
[XPath Syntax](https://www.w3schools.com/xml/xpath_syntax.asp)

## 安装
### 1) 使用编译好的bin文件
[release](https://github.com/vearne/autotest/releases)
Expand Down Expand Up @@ -93,6 +96,10 @@ autotest extract -x "//title" -j '[
]'
```
## 测试报告
### CSV格式
![report](https://github.com/vearne/autotest/raw/main/img/result_csv.jpg)

### HTML格式
![report](https://github.com/vearne/autotest/raw/main/img/result_html.jpg)

## TODO
Expand Down
Binary file added img/result_csv.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0c4b3e

Please sign in to comment.