How to add an attached file on top of allure report. #2721
Unanswered
everytimeloosinggame
asked this question in
Questions & Support
Replies: 1 comment
-
Bump :) I mean is there any simpler solution than implementing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody,
I want to add an existing attached file, generated from robot framework on top of the allure report. Currently I am calling the "Attach File" function from AllureLibrary inside a Key Word in my robot script, as a result the file is being attached somewhere in between the report which is bit hard to navigate for the user.
I have attached two files called "current_file_attachement_location" which is the current implementation and "expected_file_attachment_location" which is where I want the location of the file to be. This will give you a better understanding of my problem.
I know I can just change the location of "Attach File" function call inside the Test Case section which will kind of solve this issue, but I don't want to do this as it makes the code bit complex. I am looking for alternative methods which can solve this issue.
Any suggestions or solutions are much appreciated :).
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions