allure-python
allure-python copied to clipboard
Allure integrations for Python test frameworks
I know that, at runtime, in RobotFramework there is no way to make a test "SKIPPED". Anyway, there is a way in Allure to display it as SKIPPED even if...
#### I'm submitting a ... - [x] feature request #### What is the current behavior? I'm using soft asserts in my tests. I've implemented those using the subTest python lib....
Currently Allure fails only on AssertionError and all Exception is treated as Broken. This is a good feature but pytest reports them as Fail. This causes a bit of confusion...
Hello, this is a feature request. I need to get easily the test description, name, ecc inside a private function. I do not want to pass them as strings. I...
I'm submitting a ... [ X] feature request I added testing steps via allure.step for each individual stories for Allure Report, and I received a requirement that script should be...
#### I'm submitting a ... - [x] feature request It would be very helpful to implement pretty attachments for popular Python http clients, starting with Requests. Here is the example...
I'm submitting a ... - [X] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at the...
Fix #808 ### Context #### Checklist - [x] [Sign Allure CLA][cla] - [ ] Provide unit tests [cla]: https://cla-assistant.io/accept/allure-framework/allure2
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
### Discussed in https://github.com/orgs/allure-framework/discussions/2485 Originally posted by **kuerbisbeule33** April 8, 2024 If I generate the Allure report, I notice that the raw ANSI escape sequences appear in the stdout section...