Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate relative image paths #86

Open
aqueduct opened this issue Jun 27, 2012 · 1 comment
Open

Generate relative image paths #86

aqueduct opened this issue Jun 27, 2012 · 1 comment
Labels

Comments

@aqueduct
Copy link

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,

@x97mdr
Copy link
Owner

x97mdr commented Jun 27, 2012

That should be easy enough to do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant