Verify TestNG default report generation after test execution
Preconditions (2)
Step 1: Run the TestNG test suite using the testng.xml or from the IDE
Step 2: Wait for the test execution to complete
Step 3: Locate the TestNG default report folder named 'test-output' in the project directory
Step 4: Open the 'index.html' file inside the 'test-output' folder in a web browser
Step 5: Verify that the report shows the test suite name, test results summary, and details of passed and failed tests
✅ Expected Result: TestNG default report is generated in 'test-output/index.html' showing correct test execution summary and details