-
Notifications
You must be signed in to change notification settings - Fork 115
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
Save HTML reports #97
Comments
Both of these are addressed in 0.8.2 which is now available on nuget. I opened up several methds on LiveHtmlReporter, so you have to cast to get to them. You can now call the browser that holds the report and do anything you like, set the reportPath to a customized url, run javascript against the browser, grab the reportHtml as a string with reprotHtml() method, and simply save it with saveReport path fileName method. Examples:
|
Wanted to let you know that the API changed a little bit in this pull request: KevM@e703b33 reportPath is now an optional path that will be used and auto export on quit() when using LiveHtmlReporter |
That's great, thank you very much! Best Regards, On Thu, Sep 5, 2013 at 11:22 AM, lefthandedgoat [email protected]:
|
Is there a way to store HTML reports in a file system in order to make the results available when tests are finished?
It also would be helpful to be able to customize the template, perhaps to load the template from the local file (currently "http://lefthandedgoat.github.com/canopy/reporttemplate.html" is hardcoded as far as I can see).
The text was updated successfully, but these errors were encountered: