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.
Release files for allure-robotframework 2.16.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| allure_robotframework-2.16.1.tar.gz | 13.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| allure_robotframework-2.16.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.8 kB
Release files / allure_robotframework-2.16.1.tar.gz
| Download URL | allure_robotframework-2.16.1.tar.gz |
|---|---|
| Size | 13.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ced025a26771df3232e8399797b364dbd77b51f8d878484f957651b22a38ec13
|
|
BLAKE2b-256 checksum How to use checksums |
10be7a9a643f79f881150f882e88ebd591181d03eeb2a356a8f0f6c83691ad7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / allure_robotframework-2.16.1-py3-none-any.whl
| Download URL | allure_robotframework-2.16.1-py3-none-any.whl |
|---|---|
| Size | 9.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
56db7ac6765da12cbb9f73893f050b896a66147fbb423bf2bdad818a189409c5
|
|
BLAKE2b-256 checksum How to use checksums |
808c57935251769504a0dbf90ae906d769b00165ae2fd033cfdc334b2ef97d31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|