Maksim Stepanov

Results 106 comments of Maksim Stepanov

This is outside of the scope of allure-pytest. The generated result file is well-defined and contains multiple feature labels (I have omitted unrelated fields and labels): ```json { "name": "test_issue604_reproduction",...

Same problem as in allure-framework/allure2#1883. This is not a bug, more of unspecified behavior area, since no label uniqueness policy was implemented to begin with. We need first to come...

Basically, what happens is that `allure.story` is called multiple times within the same test function. Putting `hypothesis` and `schemathesis` aside, the issue could be reproduced with the following test: ```python...

Update: this should be implemented on the reported level. I'm transferring the issue now.

Hi, @MrBIN89 Yep, we should definitely use `BROKEN` for non-assertion-related errors. Also, take a look at [allure categories](https://docs.qameta.io/allure/#_categories_2). That might be the feature you're looking for.

Hi, @eltimen, thanks for the report. Looks like our long-running problem with concurrency. See #697 and #720 We'll fix that eventually, but unfortunately, I can't estimate the date right now.

Hello, @MrBIN89 ! Thank you for the feature request! Could you please elaborate on what do you mean by extending the listener? How would you have used the listener to...

Hi, @win5923 ! Some updates regarding this issue. I confirm there is a bug in allure-pytest related to how a dynamic parameter updates an existing parameter specified by pytest (or...