We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不应该出现的标签
@allure.link("https://www.baidu.com/", name="baidu") @allure.issue("https://www.baidu.com/", "BUG") @allure.testcase("YHZ-123") @pytest.mark.repeat(1) @pytest.mark.parametrize("coupons_type", [1, 2]) def xxx(): pass
预期结果,allure 和 pytest.mark 不应该 混淆
Python = 3.9.0 allure = 2.17.2 allure-pytest = 2.13.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm submitting a ...
What is the current behavior?
不应该出现的标签
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: