Skip to content

Commit 3133a09

Browse files
author
yanglikai
committed
2 parents a057c54 + 18c9c5e commit 3133a09

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ case 是测试用例的主体,执行测试用例的核心部分。
179179
**check_point 中的执行操作字段如下:**
180180

181181
* __"teardown"__
182-
执行消除测试影响的步骤,使用方法与 case 中的 "query" 字段一致
182+
执行消除测试影响的步骤,使用方法与 case 中的 "step" 字段一致
183183

184184
* __"true"__
185-
检测结果为true时,执行相关操作,使用方法与 case 中的 "query" 字段一致
185+
检测结果为true时,执行相关操作,使用方法与 case 中的 "step" 字段一致
186186
* __"false"__
187-
检测结果为false时,执行相关操作,使用方法与 case 中的 "query" 字段一致
187+
检测结果为false时,执行相关操作,使用方法与 case 中的 "step" 字段一致
188188

189189
### 4. skip_condition
190190
skip\_condition 字段的用法继承了check\_point 的用法,check\_point的字段都是支持的。
@@ -227,10 +227,12 @@ skip\_condition 字段的用法继承了check\_point 的用法,check\_point的
227227
* 选中要执行的用例集合 点击 “开始” 测试开始执行,选择相应的测试环境,用例配置,case_tag 等参数
228228
* 测试完成后 点击导航栏 “日志报告” 可以查看测试报告
229229

230-
<img src="https://raw.githubusercontent.com/yanglikai0806/testool/master/resource/0.gif" width="325" height="570" alt="展示"/>
230+
<img src="https://raw.githubusercontent.com/yanglikai0806/testool/master/resource/0.gif" width="300" height="570" alt="展示"/>
231231

232232

233233
Thank to
234234
---
235235
* [https://github.com/openatx/android-uiautomator-server](https://github.com/openatx/android-uiautomator-server)
236236
* [https://github.com/openatx/uiautomator2](https://github.com/openatx/uiautomator2)
237+
* [https://github.com/cgutman/AdbLib](https://github.com/cgutman/AdbLib)
238+
* [https://github.com/alipay/SoloPi](https://github.com/alipay/SoloPi)

0 commit comments

Comments
 (0)