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 aggregated way. What is the best way to aggregate these reports of different test suites(from different directories) in robot?
相关问题
- TestCafe - The browser always starts in clean slat
- Is it possible to use the TestCafe .meta object to
- What is a correct approach to manage test data usi
- How to click unrendered virtualized element in Tes
- How do I pass variable data between tests
相关文章
- Open file from windows file dialog with python aut
- How to pass Query String Parameters in GET url usi
- How to use robot framework with python in eclipse
- Saving class objects in robot framework
- How to handle dynamic elements using Robot Framewo
- Run internet explorer as different user using Sele
- Selenium: Not able to understand xPath
- Coded UI build server integration process
Thanks. I solved it. For further elaboration
By default, output xml is named as output.xml . To change it to some other name as you mentioned
then we can use rebot as
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:
For more information see Using rebot tool in the robot user guide