TestNG Report
Purpose
TestNG report is the default reporting by TestNG test runner
It also includes Junit test report for CI integration
TestNG Report Location
TestNG test reports can be found at
automation -> test-output
This folder is generated after a test run

Junit Test Report Location
Junit test report is used for Continuous Integration reporting
The location is:
automation -> test-output -> junitReports

Last updated
Was this helpful?