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
$ 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.
See the usage examples here.
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.