kazurayam / ExtentReportsExample

ExtentReports 5.0.8 Example with TestNG Listeners and Retry Analyzer
https://www.swtestacademy.com/extent-reports-in-selenium-with-testng/
0 stars 0 forks source link

Who decides the location and the name of Spark report HTML? #3

Open kazurayam opened 5 months ago

kazurayam commented 5 months ago

The src/test/resources/extent.properties has the following line #2:

extent.reporter.spark.out=Reports/Spark.html

The src/test/java/utils/extentreports/ExtentManager.java has the following line#10:

        ExtentSparkReporter reporter = new ExtentSparkReporter("./extent-reports/extent-report.html");

These are coliding. Should choose one.

kazurayam commented 5 months ago

I will remove the line #2 of extent.properties.