Verify automated tests run during CI/CD pipeline
Preconditions (3)
Step 1: Push a code change to the repository branch that triggers the CI/CD pipeline
Step 2: Observe the CI/CD pipeline execution start
Step 3: Verify that the automated tests are executed as part of the pipeline
Step 4: Check the test results in the pipeline logs or reports
✅ Expected Result: The CI/CD pipeline runs the automated tests automatically after code changes, and the test results are visible in the pipeline report indicating pass or fail status.