Skip to content

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

  1. Make a code change that causes the build to fail (e.g., syntax error).
  2. Push the change to the main branch.
  3. Monitor and confirm that the build fails.
  4. Verify that the team leader receives a notification about the build failure.
  5. Make a code change that causes the tests to fail (e.g., break a test case).
  6. Push the change to the main branch and monitor the test failure.
  7. 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