Releases: kootstra/robotframework-allurereport
Robot Framework Allure Adapter v1.1.1
Robot Framework Allure Adapter - v1.1.1
Introduction
The Allure Adaptor for Robot Framework is a Library that can be included in the Robot scripts to generate Allure 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
Robot Framework Allure Adapter v1.1.0
Robot Framework Allure Adapter - v1.1.0
Introduction
The Allure Adaptor for Robot Framework is a Library that can be included in the Robot scripts to generate Allure 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
Major enhancements to
- Seperate the Listener and Library.
- Provide environment information
- Support a time line overview of parallel run test cases
- Support translation of Allure Severity in Robot Tags
- Support overriding of test case status through Tags.
- Support Nested Keywords
- Externalised URL & pattern for Issue Id recognition
- Externalised URL & pattern for Test Management Id recognition.
Installation
pip install https://github.com/kootstra/robotframework-allurereport/releases/download/1.1.0/robotframework-allure-1.1.0.zip
or download the source and
python setup.py install
Robot Framework Allure Adapter v1.0.1
Robot Framework Allure Adapter - v1.0.1
Introduction
The Allure Adaptor for Robot Framework is a Library that can be included in the Robot scripts to generate Allure 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
- Updated the GitHub Project page.
- Updated contact GitHub Project details.
- Fixed issue that generated Attachments are 0 kB.
- Fixed issue that caused Attachments to be duplicated.
- Fixed issue that prevented Attachments to display in Allure.
Installation
pip install https://github.com/kootstra/robotframework_allure/releases/download/1.0.1/robotframework_allure-v1.0.1.20161223213404.zip
or download the source and
python setup.py install