allure-robotframework 2.13.5

Creator: codyrutscher

Last updated:

Add to Cart

Description:

allurerobotframework 2.13.5

Allure Robot Framework Listener



An Allure adapter for Robot Framework.



Learn more about Allure Report at https://allurereport.org
📚 Documentation – discover official documentation for Allure Report
❓ Questions and Support – get help from the team and community
📢 Official announcements – stay updated with our latest news and updates
💬 General Discussion – engage in casual conversations, share insights and ideas with the community
🖥️ Live Demo — explore a live example of Allure Report in action


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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.