Geneticerror
Results
1
comments of
Geneticerror
Same behavior with 'epic', 'feature' tags with pytest. > import allure @allure.epic("Epic 1") @allure.feature("Feature 1") class TestTest: @allure.epic("Epic 2") @allure.feature("Feature 2") def test_test_with_tags(self): pass def test_test_no_tags(self): pass "test_test_with_tags" test have...