shanejansen / touchstone

Touchstone is a testing framework for your services that focuses on component, end-to-end, and exploratory testing.
16 stars 2 forks source link

Support CI Reporters #15

Open ScottFreeCode opened 3 years ago

ScottFreeCode commented 3 years ago

Various CI servers such as Jenkins and Team City support test report logs in particular formats that can be parsed and read by the server in order to identify and track tests, allowing e.g. "4 out of 12 done, no failures" type indicators on the builds.

Supporting this for a variety of CI servers probably requires test result reporting to be pluggable.

See also #14 re. potentially needing to refactor output anyway.