Difido Reports
This project aims to provide a flexible, realtime HTML report for various functional test automation frameworks.
The solution is composed of different components
Difido Report Server
The server allows creation of HTML reports in a central location instead of the local file system of each machine that executes the tests. The server allows connection using a simple REST API and receives the JSONS as the data. In addition, the server stores the data in an embedded Elasticsearch. This allow users to create complex queries on the tests results and even use solutions such as Kibana to visualize the data.
The main features of the server are:
- Real time - No longer long waits for the end of the test execution to view the reports. The reports are generated on the fly.
- One central location for all the HTML reports with a web interface that allows searching and sorting the different executions
- Allows creating a single HTML report for number of machines running different executions.
- Creating easy to use JSONS from the test results and stores in an embedded Elasticsearch database.
Framework binders
Difido NUnit
A binding for NUnit, the C# open source test automation framework. The binder allows creating a local HTML reports or/and send the reports to the Difido server
Difido TestNG
A binding for TestNG, the popular Java test automation framework. At this stage allows creating of only local reports.
JSystem
The JSystem binding exists but it is part of the JSystem project.
Support
Bugs and feature requests are acceptible via GitHub issues