提交测试框架样例

This commit is contained in:
NINAN240778 2021-08-15 11:23:21 +08:00
parent 3060184a72
commit bf4368d2c2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ robotframework + python的web接口业务测试框架
#### 运行demo.robot
- 给出了个demo脚本robot\Ap_web\demo.robot
> C:\python3\Scripts\robot.bat(上述装好robotframe后python路径下有的) -v top:test.txt(top文件) -i test_demo -d F:\mayun\robotframework\log\ -L Trace -P F:\mayun\robotframework\lib F:\mayun\robotframework\robot\Ap_web
> C:\python3\Scripts\robot.bat(上述装好robotframe后python路径下有的) -v top:test.txt(top文件) -i test_demo -d ${local_path}\log\ -L Trace -P ${local_path}\lib ${local_path}\robot\Ap_web
- -v 可跟变量文件
- -i 脚本tag