Allure.link and parameter not working #2668
Answered
by
baev
royalidea
asked this question in
Bug Reports
-
I have a java project using junit5 and cucumber. I'm trying to add links and parameters to the test case but it's not working. The data is not added. This does nothing:
I also tried something like this without success:
while Allure.addAttachment() is working. Am i missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
baev
Aug 7, 2024
Replies: 1 comment 3 replies
-
Links, parameters, and labels can only be added to the test, while steps and attachments can be added to both test and test fixtures (setup and teardown methods). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of
allure-cucumber7jvm
are you using? The issue has been fixed in recent releases. I just checked with' [email protected],` and everything works as expected.