Generate Robot Test Reports
Generate Robot Test Reports You can generate all three of these files by running a test using the robot command. /> robot –output output.xml –log log.html –report report.html my_test_file.robot This command will generate the following files: output.xml (raw test results) log.html (detailed execution log) report.html (summary report) To view the results: Open log.html in a […]