Team Leader Receives Notifications on Build or Test Failures
Team Leader Receives Notifications on Build or Test Failures
- Test case designer: name
- Date of creation : 02.07.2025
Test case description
Team leader receives notifications on build or test failures on the main branch.
Pre-state:
- The notification system is integrated with the CI/CD pipeline.
- The team leader’s contact information is configured in the system.
Test Steps
- Make a code change that causes the build to fail (e.g., syntax error).
- Push the change to the main branch.
- Monitor and confirm that the build fails.
- Verify that the team leader receives a notification about the build failure.
- Make a code change that causes the tests to fail (e.g., break a test case).
- Push the change to the main branch and monitor the test failure.
- Verify that the team leader receives a notification about the test failure.
Expected result
- The team leader receives a notification about the build failure.
- The team leader receives a notification about the test failure.
- Notifications contain sufficient information to identify the problem (e.g., build/test logs, commit ID).
Edited by AH0984