Skip to content

Verify Generation of Detailed Test Reports After Pipeline Run

Verify Generation of Detailed Test Reports After Pipeline Run

  • Test case designer: name
  • Date of creation : 15.07.2025

Test case description

Ensure Detailed test reports generated after pipeline runs.

Pre-state:

  • GitLab CI/CD pipeline configured.
  • Tests (e.g., smoke, regression, critical paths) defined and committed in the repository.
  • .gitlab-ci.yml pipeline includes test execution stage.

Test Steps

  1. Allow the pipeline to complete the test stage.
  2. After pipeline completion, access the:
  • GitLab CI/CD pipeline job artifacts.
  • Test reports > rf_tests (report.html, log.html).
  1. Review:
  • Passed and failed test cases.
  • Logs, screenshots (if configured), and test details.

Expected result

  • A detailed, structured test report is generated (report.html, log.html).
  • It shows passed and failed test cases clearly.
  • Test report is stored as an artifact in the GitLab CI/CD pipeline and can be downloaded/viewed in the GitLab interface.
  • Failure stack traces and screenshots (if included) are present for debugging.
Edited by AH0981