Maksim Stepanov

Results 106 comments of Maksim Stepanov

You can use pytest marks - they are automatically converted into tag labels, which are visible in the report (other labels are not): ```python import pytest @pytest.mark.owner("John Doe") def test_owner_is_john_doe():...

Yep, should definitely use the colon (`:`) as a separator instead of the semicolon (`;`). The latter is considered as an alternative syntax and requires special treatment in some OS/Shells...

Hi, @kajal0502 ! This tracker is for allure python bugs & feature requests. Your issue doesn't seem to fall into this category to me. You probably should ask a question...

@robbrad Hi! Sorry for the delay. The fix just got released. Check v2.13.0!

Hi, @CuriousQA ! Did you remove all the previously generated `*.json` files before running a new version of allure-pytest-bdd?

I will take a look. Please, provide me with the following: - the feature file - the test file (.py) - the content of the .json file from the error...

@CuriousQA Hello again! I was unable to reproduce the effect you have observed. Check this repo: https://github.com/delatrie/allure-python-633-repro. It has detailed report on how exactly I tried to reproduce the issue....

Alright, I'm closing this as no response was given in two weeks. But you're always welcome to notify me here on additional details on your issue, if any!