Introduction
The Allure Adaptor for Robot Framework is a Library that can be included in the Robot scripts to generate [Allure](http://allure.qatools.ru/) compatible XML files which can then be used to generate the Allure HTML reports. These reports are functionally comparable to the standard Robot Framework Report and Log, but integrated and more dynamic.
Updates
- Added the Allure Adapter to the PyPi repository.
- Package rename to satisfy the PyPi requirements
- Fixed issue that Library was only accessible using AllureReportLibrary.AllureReportLibrary.
- Changed AllureImp to also overwrite **init** to prevent deletion of files.
Installation
pip install robotframework-allurereport
or download the source and
python setup.py install