You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our CI pipeline does not explicitly verify whether tests were executed. To ensure test execution, we should add a CI step that checks for the existence of Surefire and Failsafe reports after the testing phase. If these reports are missing, the CI should fail to prevent false positives in test results.
Acceptance Criteria:
The pipeline should fail with a clear error message if reports are missing.
The text was updated successfully, but these errors were encountered:
Currently, our CI pipeline does not explicitly verify whether tests were executed. To ensure test execution, we should add a CI step that checks for the existence of Surefire and Failsafe reports after the testing phase. If these reports are missing, the CI should fail to prevent false positives in test results.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: