How do I adjust the image adaptive size display in the report? #1569
-
I'm using pytest + allure for Android automation testing |
Beta Was this translation helpful? Give feedback.
Answered by
baev
Feb 1, 2022
Replies: 1 comment
-
as workaround you can use html attachments instead of png. Create a template html that will render image from base64 format ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
1997shp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as workaround you can use html attachments instead of png. Create a template html that will render image from base64 format (
<img src="data:image/png;base64,....">
) with desired styles