allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Add --allure-tags command line option to filter test cases by custom tags and pytest markers

Open ShurikMen opened this issue 3 years ago • 0 comments

Context

"@allure.tag", unlike "@pytest.mark" markers, do not require additional definition and can be assigned several pieces at once. But you can't filter tests by these tags. Added a cli parameter to filter tests by tags assigned by allure.tag or pytest.mark. Filtering only works with statically set tags.

Checklist

ShurikMen avatar Dec 26 '22 09:12 ShurikMen