Closed mounikaakuthota12 closed 4 years ago
is it running your tests correctly? if yes, then maybe it is not loading the properties. you can try to set the properties in the system properties instead of a properties file. add somethings like this in your testrunner:
public class RunAndroidAppSuite extends AbstractTestNGCucumberTests {
@BeforeClass
public static void startExtentReport() {
System.setProperty("extent.reporter.html.start", "true");
System.setProperty("extent.reporter.html.out", "test-output/HtmlReport/ExtentHtml.html");
}
public RunAndroidAppSuite() {
DriverObject.android();
}
}
Does that make any difference?
I am marking this issue as invalid. Please format your question properly so its easily read. Feel free to open a new ticket if the issue still persists, thank you.
Hi, I am facing the same issue, it does not create extent report folder under test-output.Below is my extent dependency in pom.xml file
4.2.0 3.141.59 1.2.1 1.7.21 4.7.2 2.7.0 1.3.2 3.4 1.18.8 3.2.0 7.0.0 1.6 2.22.2 1.6.0 3.1.0 3.8.1 4.8.0 6.14.2 UTF-8 2.5 1.8 5.1.6 2.6.3