Best practice for combining all test failures into one table

I have multiple tests that test multiple fields across a loan book, what I want to do is to create a table which combines all these test failures together into one master table. This table is dynamic, so whenever a test fails daily or gets fixed it should be adjusted. It should also be able to dynamically add a new test to the list of tests that makes up the table

dbt-artifacts is awesome. https://hub.getdbt.com/brooklyn-data/dbt_artifacts/latest/

Note: @Vince Faller originally posted this reply in Slack. It might not have transferred perfectly.