Skip to main content

Allure behave integration

Project description

Allure Behave Formatter

Release Status Downloads

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")

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.8.36.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

allure_behave-2.8.36-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page