Karma JUnit reporter alert filtering for CI/CD noise reduction
When integrating Karma with the JUnit reporter in a CI/CD pipeline, the volume of XML-generated metadata often leads to notification fatigue. The goal is to configure the environment so that only high-priority failures trigger alerts, while skipped tests or minor warnings do not clutter the build logs. Currently, using failOnTests: false prevents the CI proc