Skip to content

Commit c41aac8

Browse files
authored
Merge pull request #8 from vearne/develop
update README
2 parents 8e94e72 + cc4f277 commit c41aac8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ autotest extract -x "//title" -j '[
9393
}
9494
]'
9595
```
96+
97+
## TODO
98+
* [ ] 1) support utilizing the script language Lua to ascertain the conformity of HTTP responses with expectations.
99+
* [ ] 2) support automating tests for gRPC protocol-based API services.

README_zh.md

+6
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,9 @@ autotest extract -x "//title" -j '[
9191
]'
9292
```
9393

94+
## TODO
95+
* [ ] 1) 支持使用脚本语言Lua判断HTTP response是否符合预期
96+
* [ ] 2) 支持对gRPC协议的API服务进行自动化测试
97+
98+
99+

0 commit comments

Comments
 (0)