Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.rst

Outline

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")
Morty Proxy This is a proxified and sanitized view of the page, visit original site.