Verify Automated Tests Trigger on Each CI/CD Pipeline Run
Verify Automated Tests Trigger on Each CI/CD Pipeline Run
- Test case designer: name
- Date of creation : 15.07.2025
Test case description
Ensure Automated tests trigger on every CI/CD pipeline run.
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
- Commit and push test code changes to the repository (feature or main branch).
- Observe the triggered pipeline in GitLab CI/CD.
- Verify that the pipeline executes:
- Build/Deploy stages.
- Automated test stage automatically.
Expected result
- Tests execute automatically in the pipeline.
- Tests run without manual intervention after push.
- Tests are executed consistently across branches and merge requests.
Edited by AH0981