allure-python
allure-python copied to clipboard
Allure integrations for Python test frameworks
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
### Context #### Add Allure Decorators Support for Tests This pull request introduces the ability to use Allure decorators for test cases in pytest-bdd. These decorators are essential for auto-documentation...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
### Context There are several issues with using [pyright](https://github.com/microsoft/pyright/) as lsp: 1. When using `allure.step` as a context manager with `with allure.step`, pyright returned the errors: `Object of type "(...)...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
#### I'm submitting a ... - [x] feature request #### What is the current behavior? If there is a low level step with failed soft check, high level step marked...
#### I'm submitting a ... - [x] feature request #### What is the current behavior? Context manager for `allure.step()` does not allow assigning a variable name, which would be useful....
### Describe the Bug Getting a JsonMappingException using Allure single file generation when the parameter value exceeds the maximum allowed. The report is generated, but empty. **I'm running on GitLab...