email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 75 forks source link

Image is not displaying in the report when giving relative path of the image #25

Closed amit89 closed 7 years ago

amit89 commented 7 years ago

Hi

i am trying to insert image in my extent reports but when i am giving the relative path image is not displaying in the report. below code

    <reportName>
        <![CDATA[
            <img src='/resources/MCK.jpg'/>
        ]]>
    </reportName>

But if i will provide absoulte path in that case it is working fine.

It would be very helpful if you can tell me how to provide relative path or any other way to provide the image path.

email2vimalraj commented 7 years ago

@amit89 : This is an extent report feature. Kindly log an issue over there.