In veracode scan or Sonar scan, once the scan is completed the result is available in the output in different severity levels eg: high, low, etc
Similar to that feature, as a pipeline developer, I want to enable the test intelligence result output to be available in the execution output so that I can refer the facts not limited to -
  • how many test cases executed?
  • how many failed?
  • what are test names?
  • etc
Benefits: Based on the output results placeholders, we can design the granularity to implement the quality gate or have a policy implmented.