For anyone who is involved in test automation or continuous integration understands the value of a clear overview. The Allure Reporting framework generates a report that has sectioned topics that display the right amount of high level information and allowing more details through drill downs. These clear and concise reports allow for multiple user groups to use the same report.
Although both Robotframework and Allure are using xUnit, there are variances in the implementation of this standard. This prevents one to use the other. The Open Source GitHub project Allure Adapter for Robot Framework solves this issue by generating Allure compatible output files from Robot Framework. The current version of the adapter provides the following features:
The project can be easily installed using pip or downloading the source directly. In case you encounter issues, or have feature requests please share them via the GitHub Issue tracker.
Kind regards,
-- Anne