attn: @ErikSchierboom
I think I spotted a typo in the README for the generic-test-runner:
When you've made modifications to the code that will result in a new "golden" state, you'll need to generate and commit a new `tests/<test-name>/results.json` file.
Shouldn’t that be
[...] commit a new `tests/<test-name>/expected_results.json` file.
Also on line 66