How to add a file to the "global attachments" section? #3214
-
|
I noticed a "global attachments" section in the allure3 report, but I couldn't find any documentation on how to add files to this section. I'm using Python and pytest. Is there a way to configure this after the tests, before generating the report? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I would also like to know how to do this if it is implemented |
Beta Was this translation helpful? Give feedback.
-
|
As for today it's not yet implemented. Currently in development, ETA later this month. We plan to introduce a new result files for that. And we'll provide helper Runtime API methods to create such files. First it will be implemented in JS commons, then we simply will push it to all the other languages following the regular update schedule |
Beta Was this translation helpful? Give feedback.
As for today it's not yet implemented. Currently in development, ETA later this month.
We plan to introduce a new result files for that. And we'll provide helper Runtime API methods to create such files. First it will be implemented in JS commons, then we simply will push it to all the other languages following the regular update schedule