We have a requirement to email /Post the reports generated from appium studio .How can this be done?

The report generated by appium studio is in Index.html format which has lot of dependencies(.js and .css files). So if we just post index.html, it opens up a blank report. Is there any way to combine all of them and send a report that can be opened from any system? Zip format is not advisable as the higher management would not unzip and check the report. If it opens the html directly from email /channel it will be very helpful.

Please advise on how this can be achieved. Any other ideas are also welcome.

hi nisha

you can either zip the entire report folder, or use the PDF report

setCapability("reportFormat","pdf")  // Note : it looks a bit different

This did not work for our requirement.