Empty Report folder

Hey,
Im trying generate Reports from intellij, i changed the
private String reportDirectory = “reports”; - to my wanted path
private String reportFormat = “pdf”;
private String testName = “Untitled”;

But all its do is create empty report folder…

i also tried “driver.getReportFolder();”
but the method getReportFolder() is undefined for the type AndroidDriver…

any idea what should i do?
Thanks…

you may need to driver.quit before the folder is updated with the files.

Looking inside the seetest-appium-10.8.jar file, I can see the public getReportFolder() method within the SeeTestAndroidDriver class which extends off of AndroidDriver.

Hi Wakeit,

I’m currently using Appium Studio 11.8.84, was wondering why driver.getreportfolder () is not available in the jar.

we haven’t implemented using Maven nor Gradle, had just given lib and Java client path from the Appium Studio installation location!

Issue: Report folder is empty for FAILED test execution.

Can Someone please help me in getting resolving this issue.

-Lohith

Any update, I’m facing the same issue as well. No driver.getFolder() method.