allure-behave 2.13.5
0
Allure behave integration
Contents
Allure behave integration
Stars: 723, Watchers: 723, Forks: 237, Open Issues: 126The allure-framework/allure-python
repo was created 7 years ago and the last code push was 4 months ago.
The project is popular with 723 github stars!
How to Install allure-behave
You can install allure-behave using pip
pip install allure-behave
or add it to a project with poetry
poetry add allure-behave
Package Details
- Author
- Qameta Software Inc., Stanislav Seliverstov
- License
- Apache-2.0
- Homepage
- https://allurereport.org/
- PyPi:
- https://pypi.org/project/allure-behave/
- Documentation:
- https://allurereport.org/docs/behave/
- GitHub Repo:
- https://github.com/allure-framework/allure-python
Classifiers
- Software Development/Quality Assurance
- Software Development/Testing
- Software Development/Testing/BDD
Related Packages
Errors
A list of common allure-behave errors.
Code Examples
Here are some allure-behave
code examples and snippets.
GitHub Issues
The allure-behave package has 126 open issues on GitHub
- Add support for steps and attachments in threads
- Do not call not existing start_feature method (fixes #629)
- Correctly expanding Scenario Outline params for pytest BDD (fixes #636)
- Add links to pytest-bdd report listener
- Provide a custom repr for function params in
@step
decorator - Missing tests in report after pytest-timeout crashes the python process
- Fix deserialization issue when parameter value is array
- pytest-bdd 5.0.0: error on generating report with failed tests with scenario outlines
- Allure step in thread not show in report.