Reporting Test Results
Other Reporting Tools and Dashboards
Report Portal
Report Portal is an AI-powered Test Automation Dashboard to acquire, aggregate and analyze test reports to ascertain release health.
It is integrated with Robot Framework via a listener robotframework-reportportal or via a python script
Allure
Allure Report is a flexible lightweight multi-language test report tool that not only shows a very concise representation of what have been tested in a neat web report form, but allows everyone participating in the development process to extract maximum of useful information from everyday execution of tests.
It is integrated with Robot Framework via a listener robotframework-allure. A detailed integration guide is available on the official website: https://allurereport.org/docs/robotframework/
Grafana
Grafana can be used to visualize test results in a dashboard.
https://grafana.com/grafana/dashboards/11541-robot-framework-grafana-dashboard-part-1/
Images
Example with Robot Framework Testarchiver, PostgreSQL and Grafana
https://cognitiveqe.com/robot-framework-test-results-in-grafana-postgresql/
Example with Robot Framework DBbot, MySQL and Grafana
https://cognitiveqe.com/robot-framework-grafana-dashboard/
Blog post about Robot Framework, Jenkins Plugin, InfluxDB and Grafana https://www.eficode.com/blog/rf-jenkins-grafana
Robot Framework Metrics
Robot Framework Metrics creates custom HTML report (dashboard view) by parsing robotframework output.xml file
- Sample Report link