in app/com/gu/contentapi/sanity/support/TestFailureHandlingSupport.scala [162:165]
override def handleTestFailure(testName: String, exception: Throwable, tags: Set[String]): Unit = {
Console.err.println(Console.RED + "Test failure: " + exception.getMessage + Console.RESET)
sendPagerDutyAlert(testName, exception, tags, latestIncidentKey())
}