allure-python-commons 2.13.5
0
('Contains the API for end users as well as helper functions and classes to build Allure adapters fo
Contents
('Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks',)
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-python-commons
You can install allure-python-commons using pip
pip install allure-python-commons
or add it to a project with poetry
poetry add allure-python-commons
Package Details
- Author
- Qameta Software Inc., Stanislav Seliverstov
- License
- Apache-2.0
- Homepage
- https://allurereport.org/
- PyPi:
- https://pypi.org/project/allure-python-commons/
- GitHub Repo:
- https://github.com/allure-framework/allure-python
Classifiers
- Software Development/Quality Assurance
- Software Development/Testing
Related Packages
Errors
A list of common allure-python-commons errors.
Code Examples
Here are some allure-python-commons
code examples and snippets.
GitHub Issues
The allure-python-commons 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.