aggregate the reports from different robot testsuites

后端 未结 2 949
故里飘歌
故里飘歌 2021-01-03 08:09

I have different test suites in different directories. I use a script to run all these tests in one shot. Now I want to view the report of all these test suites in some aggr

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 08:45

    Robot comes with a tool called "rebot" for combining test results into a single report.

    For example, to combine "output1.xml" and "output2.xml" into a single log and report file, you would do something like this:

    rebot output1.xml output2.xml
    

    For more information see Using rebot tool in the robot user guide

提交回复
热议问题