Verify test report is generated and published in CI pipeline
Preconditions (3)
Step 1: Trigger the CI pipeline to run the Selenium test suite
Step 2: Wait for the test execution to complete
Step 3: Locate the generated test report file (e.g., target/surefire-reports/index.html)
Step 4: Verify the report file exists and is not empty
Step 5: Check the CI pipeline logs or artifacts section to confirm the report is published and accessible
✅ Expected Result: The Selenium test suite runs successfully in CI, the test report file is generated and published as a pipeline artifact, and it can be accessed from the CI interface.