提交测试框架样例
This commit is contained in:
parent
3060184a72
commit
bf4368d2c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue