Skip to content

Generate relative image paths #86

@ghost

Description

Can you replace the absolute images paths generated inside reports for relative ones
so instead of:

    <img src="file:///C:/.../build/output/documentation/images/failure.png" title="Failed" alt="Failed" />

we have

     <img src="../images/failure.png" title="Failed" alt="Failed" />

This way when I zip up the report and email it to someone it will still work.

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions