Any other report format we can use with eclipse

Hi,

I am using cucumber reports with eclipse along with Appium studio 11.4
But with cucumber reports I am facing issues with attaching screenshots.

Do we have or can we use any other report format in which I can take screenshot when my test case is pass or failed?

Hey bappichok,
We have our own reports set up inside Appium Studio.
They are generated in C:\Users<username>\seetest-reports for Windows and
/Users//seetest-reports for Mac.

Please confirm you have the following lines in your test cases:
dc.setCapability(“reportDirectory”, reportDirectory);
dc.setCapability(“reportFormat”, reportFormat);
dc.setCapability(“testName”, testName);
These should be generated automatically by Appium Studio.