Skip to content

Latest commit

Β 

History

History
55 lines (38 loc) Β· 2.55 KB

File metadata and controls

55 lines (38 loc) Β· 2.55 KB

Allure Robot Framework Listener

Release Status Downloads

An Allure adapter for Robot Framework.

Allure Report logo


Installation and Usage

$ pip install allure-robotframework
$ robot --listener allure_robotframework ./my_robot_test

The default output directory is output/allure. Use the listener's argument to change it:

$ robot --listener allure_robotframework:/set/your/path/here ./my_robot_test

The listener supports the robotframework-pabot library:

$ pabot --listener allure_robotframework ./my_robot_test

The advanced listener settings:

  • ALLURE_MAX_STEP_MESSAGE_COUNT=5. If a robotframework step contains less messages than has been specified by this setting, each message is shown as a substep. This reduces the number of attachments in large projects. The default value is zero - all messages are displayed as attachments.

Usage examples

See the usage examples here.

Contributing to allure-robotframework

This project exists thanks to all the people who contribute. Especially to Megafon and @skhomuti who has initially started allure-robotframework and has been maintaining it since then.