Skip to content

Commit

Permalink
chore: improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 7, 2021
1 parent 2d0775a commit f640747
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Read this in other languages: [中文](./README.zh-CN.md)
- [TDD Support](#tdd-support)
- [User-defiend Functions](#user-defiend-functions)
- [Skip, Delay, Retry & Loop](#skip-delay-retry--loop)
- [Form,File Upload,GraphQL](#formfile-uploadgraphql)
- [Annotation](#annotation)
- [@module](#module)
- [@jslib](#jslib)
Expand Down Expand Up @@ -302,6 +303,9 @@ See [@jslib](#jslib)

See [#Run](#run)

### Form,File Upload,GraphQL
See [#Http](#http)

## Annotation

Apitest uses JSONA format to describe test cases.
Expand Down
5 changes: 5 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Apitest 是一款使用类JSON的DSL编写测试用例的自动化测试工具
- [支持TDD](#支持tdd)
- [支持用户定义函数](#支持用户定义函数)
- [跳过,延时,重试和循环](#跳过延时重试和循环)
- [支持Form,文件上传,GraphQL](#支持form文件上传graphql)
- [注解](#注解)
- [@module](#module)
- [@jslib](#jslib)
Expand Down Expand Up @@ -301,6 +302,10 @@ Apitest 允许用户通过 js 编写用户定义函数构造请求数据或校

详见[#执行控制](#执行控制)

### 支持Form,文件上传,GraphQL

详见[#http](#http)

## 注解

Apitest 使用JSONA格式描述测试用例。 JSON描述数据,注解描述逻辑。
Expand Down

0 comments on commit f640747

Please sign in to comment.