Hi,
Currently I am using extended reports with cucumber and I am also taking screenshot with below command
File scrFile = ((TakesScreenshot) MobileTypeHelper.driver).getScreenshotAs(OutputType.FILE);
But when report is generated I am not able to open the screenshot, the images displayed is broken
I have attached the screenshot for ur reference.
Please suggest some alternate method to append screenshot in cucumber report
