I\'m using SpecFlow with Selenium WebDriver and SpecRun as test runner to create and execute automated test cases and I\'m loo
Even though this post is 3 years old it did help me and I have found how to embed the image directly into the HTML report instead of just showing as link, eliminating the need to open the image one by one from the report.
I thought this will be useful to others as well. This is done by updating the default report template.
Please refer to "Including Screenshots" section at Tutorial:-Customising-Reports. I followed the same but I had few issues. I fixed them by fixing the line in Report template as
@Raw(FormatTechMessages(traceEvent.TechMessages.TrimEnd()).Replace("SCREENSHOT[ ]SCREENSHOT", ""))
I have updated the width of the the image to 100% as this will fit the image within the cell.
Hope fully this helps.