51Testing软件测试论坛

标题: 修改pybot执行测试案例的输出格式 [打印本页]

作者: giwm1990    时间: 2016-5-10 18:31
标题: 修改pybot执行测试案例的输出格式
执行用例pybot test.txt ,输出如下


pybot test.txt
==============================================================================
Test                                                                           
==============================================================================
LoginDemo                                                             | PASS |
------------------------------------------------------------------------------
Test                                                                    | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================
Output:  /home/test/scripts/output.xml
Log:     /home/test/scripts/log.html
Report:  /home/test/scripts/report.html



是否可以修改Output、Log、Report这三个选项的显示?想要显示如下效果


==============================================================================
Test                                                                           
==============================================================================
LoginDemo                                                             | PASS |
------------------------------------------------------------------------------
Test                                                                    | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================
Output: http://192.168.1.1/output.xml
Log:    http://192.168.1.1/log.html
Report:  http://192.168.1.1/report.html


作者: shener    时间: 2017-6-20 11:05
没有直接的办法,要是你读代码能力比较强,可以尝试手工修改两个地方
1、robotframe的执行输出部分
2、ride的结果显示信息输出部分
ride是吧必须修改的




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2