Skip to content

Commit

Permalink
Add readme english version
Browse files Browse the repository at this point in the history
  • Loading branch information
dengnao-tw committed Oct 17, 2023
1 parent a8bf4f3 commit fdaeec7
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
- [验证 status code 为 200](#验证-status-code-为-200)
- [Assert repsponse body 符合预期](#assert-repsponse-body-符合预期-1)
- [调试 Tests](#调试-tests)
- [环境变量](#环境变量)
- [创建环境变量](#创建环境变量)
- [环境变量 demo](#环境变量-demo)
- [使用环境变量](#使用环境变量)
- [环境变量](#环境变量)
- [创建环境变量](#创建环境变量)
- [环境变量 demo](#环境变量-demo)
- [使用环境变量](#使用环境变量)
- [测试脚本接口自动化](#测试脚本接口自动化)
- [前置条件](#前置条件)
- [接口自动化项目 demo](#接口自动化项目-demo)
Expand Down Expand Up @@ -268,17 +268,17 @@ expect(data.title).to.contains('provident');

![tests-demo](/readme_pictures/tests-demo.png)

### 环境变量
#### 环境变量

#### 创建环境变量
##### 创建环境变量

- 前置条件:已经创建了 API 请求集和 API 请求 (参考上面的创建 API 请求集和新建 API 请求)
- 选择想要创建环境变量的 API 请求
- 点击页面右上角的‘No Environment’链接(默认为 No Environment),选择菜单中的 configure 按钮即可打开环境变量管理弹窗(支持创建新的环境变量和导入已有的环境变量)
- 弹窗上点击 Create Environment 按钮,输入环境变量的名字,点击 create 按钮即可创建环境变量
- 然后在弹窗上点击 Add Variable 按钮,输入环境变量的 key 和 value,点击 Save 按钮即可添加环境变量

#### 环境变量 demo
##### 环境变量 demo

> 需求:创建一个 demo 环境变量,里面包含一个 key 为 host,value 为 <https://jsonplaceholder.typicode.com> 的环境变量
Expand All @@ -289,7 +289,7 @@ expect(data.title).to.contains('provident');
- 如下图所示
![env-intro](/readme_pictures/env-intro.png)

#### 使用环境变量
##### 使用环境变量

- 前置条件:已经创建了 API 请求集和 API 请求 (参考上面的创建 API 请求集和新建 API 请求),也创建了 demo 环境变量
- 选择想要使用环境变量的 API 请求
Expand Down
Loading

0 comments on commit fdaeec7

Please sign in to comment.