Allure behave integration
Project description
Allure Behave Formatter
An Allure adapter for Behave.
- 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
Quick start
$ pip install allure-behave
$ behave -f allure_behave.formatter:AllureFormatter -o %allure_result_folder% ./features
$ allure serve %allure_result_folder%
Support behave parallel
The current implementation of behave-parallel makes some allure features inaccessible. In this case you need to patch your environment.py files instead of using the formatter. If you don't use environment.py, just create a new one that calls Allure Behave like that:
from allure_behave.hooks import allure_report
### your code
allure_report("path/to/result/dir")
Further readings
Learn more from Allure behave's official documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
allure_behave-2.14.0.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file allure_behave-2.14.0.tar.gz
.
File metadata
- Download URL: allure_behave-2.14.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fcc4e979cfc0f9e55341fcbd82cfddfb6b8d5eb4a676735f75da5ec81ecd37f |
|
MD5 | 4a2a3e0f83b9b1c2ac2447899c854864 |
|
BLAKE2b-256 | da9471ff21e6cc71b9d05aaa00c0f8b595494b1bb5500aafa1a8735acbf2731f |
File details
Details for the file allure_behave-2.14.0-py3-none-any.whl
.
File metadata
- Download URL: allure_behave-2.14.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b00b9ab065c4e15c8ebdfc5c6e08bb4d2b387f17c3f5aaf390b17f814f5696a |
|
MD5 | 8f6dd6babf2f6d0def508a1ee6648e54 |
|
BLAKE2b-256 | 5a00245bc2db1186a9cb3e49a55b07c2d8899f0166200a9c35d0fe4d0fb6e7c1 |