Stanislav Seliverstov

Results 23 comments of Stanislav Seliverstov

@n158 I going to turn off logs for passed keyword as a quick solution. We will implement some configuration here, but I have no any estimates. Is suppressing logs for...

@maxim-zaitsev links are marks too: https://github.com/allure-framework/allure-python/blob/master/allure-pytest/src/helper.py#L36, so you can implement filtering with pytest hook pytest_collection_modifyitems. Something like this https://github.com/allure-framework/allure-python/blob/master/allure-pytest/src/plugin.py#L142