Allure behave integration
Project description
Allure Behave Formatter
Installation and Usage
$ pip install allure-behave
$ behave -f allure_behave.formatter:AllureFormatter -o %allure_result_folder% ./features
$ allure serve %allure_result_folder%
Support behave parallel
Current implementation of behave-parallel makes some allure features inaccessible. So in this case you need patch your environment.py files instead using formatter. If you don’t use environment.py, just crate empty one with calling allure like in example below.
from allure_behave.hooks import allure_report
### your code
allure_report("path/to/result/dir")
Usage examples
See usage examples here.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file allure-behave-2.13.1.tar.gz.
File metadata
- Download URL: allure-behave-2.13.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ac69d76bc16eda2524df6a63d480bc2761853173e9945b7955c94fd1a0f7746
|
|
| MD5 |
444522cad77a9e1443057a314b5960c0
|
|
| BLAKE2b-256 |
7e9862e4e8ab7efd3abdbe38bcab0a71bcb618b42a2f869c1e0bfa2a7557d850
|
File details
Details for the file allure_behave-2.13.1-py3-none-any.whl.
File metadata
- Download URL: allure_behave-2.13.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09b28c95ee71b1cc2f17dad11e739df2c6be82773c5bb962f949b4b00adb578a
|
|
| MD5 |
33148d9156ac8ca44c63deffb58a4a31
|
|
| BLAKE2b-256 |
d02ea2d373dd8cd6054c69b170628f7ac37596b6b3b2512ab2f1bd45c9b62d7c
|