Skip to content
New issue

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 和 pytest.mark 不应该混淆 #783

Open
1 of 3 tasks
yanghuizhi opened this issue Dec 20, 2023 · 0 comments
Open
1 of 3 tasks

allure 和 pytest.mark 不应该混淆 #783

yanghuizhi opened this issue Dec 20, 2023 · 0 comments

Comments

@yanghuizhi
Copy link

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

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

@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

image

What is the expected behavior?

   预期结果,allure 和 pytest.mark 不应该 混淆

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

  Python = 3.9.0
  allure = 2.17.2
  allure-pytest = 2.13.2

Other information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant