Skip to content

Verify CI/CD Integration

Verify CI/CD Integration

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

Update history

  • version 0.2 - 02.07.2025 - Link to #274 added
  • version 0.1 - 02.07.2025 - test case created

Test case description

Verify that the Robot Framework test files are integrated into the CI/CD pipeline and run on each build or deployment.

Pre-state:

  • CI/CD pipeline is set up for the project.
  • Robot Framework test files are available in the repository.

Test Steps

  1. Trigger a build or deployment in the CI/CD pipeline.
  2. Observe the execution of the Robot Framework test (#274) as part of the pipeline.
  3. Review the test results in the pipeline output.

Expected result

  • The test files run automatically on each build or deployment.
  • Results are visible in the CI/CD pipeline logs or reports.
Edited by AH0984