Display Images Inline in SkyWATS Reports
As we are a fingerprint sensor company, we attach alot of .bmp images to test reports.
They show up in the report as attachments with the paper clip, but it would be super cool if they were actually displayed within the report as images.
A preview of other file types like .txt and .csv might be quite useful as well.
-
Official comment
Hi David
Just wanted to note that the report text property of a step is capable of displaying HTML, so you can display an image inside the report by utilizing an <img> tag. For instance this will display a small image if added to report text:
<img src="data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7" alt="star" width="16" height="16">
This does not fulfill this feature request, but could be a workaround for getting images displayed.Comment actions
Please sign in to leave a comment.
Comments
2 comments