Generating Test Reports from eclipse

How to generate the test reports from eclipse which looks similar the reports (with CPU usage of the device) generated in Appium studio.

HI, please refer to :

I am not using Maven for build integration, still i need to use the below in the build.gradle file
repositories {

 maven { url "http://repo.experitest.com:8010/Maven2/" }
 maven { url "http://repo.maven.apache.org/maven2" }
 mavenCentral()]

Also when i use Test NG, i am getting below error:
:compileTestJavaC:\Users\cheluvambika\workspace\samplegradle\src\test\java\samplegradle\iOSZirconTest.java:15: error: package org.testng does not exist
import org.testng.Assert;
^

Hi.
I am executing the tests as TestNG, but reports are not generated and shows empty folder in the default location where reports are created. Please let me know what is missing here?

This is the reports location:C:\Users\cheluvambika\appiumstudio-reports\reports\test47 …but the index.html is not generated. its just generates Test NG report.

Can you please help me here, any help is very much appreciated. I have panned a demo next, interested in showing report feature.
@After
public void tearDown() {
driver.quit();
String reportFolder = driver.getReportFolder();
}

you can print the output of the command and navigate using Explorer to the path

you’ll find there the reports of your tests

System.out.println(reportFolder);

Thank you, i am able to find the reports.

Hi Tom I am using eclipse testng not gradle and driver.getReportFolder I am not getting there is no package that supporting it and I am getting empty folder Could u please guide us what can I do I connected my iPad with Window 7 machine using appium 11.2 version