Skip to content

Robot Framework Allure Adapter v1.1.1

Latest
Compare
Choose a tag to compare
@kootstra kootstra released this 08 Jan 14:00
· 9 commits to master since this release

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