More independence from elm-test-rs with custom reports #39
Labels
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/test-runner
Work on Test Runners
x:size/large
Large amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Due to an issue with the
name
field in the exercism report of elm-test-rs, we needed to update both thempizenberg/elm-test-runner
elm package with the fix (mpizenberg/elm-test-runner#12) and then theelm-test-rs
executable to use that new version of the reporter package.Related to another issue, I came to the conclusion that it would be possible (I think) to enable custom reporters, configured directly with command line arguments of the
elm-test-rs
executable. I've detailed the approach a bit more in that issue: mpizenberg/elm-test-runner#11I'm linking this here, because I think doing this will benefit exercism since essentially, we could be using it like follows:
This would enable any update to the exercism reporter code, as long as it's still compatible with the version of
mpizenberg/elm-test-runner
used byelm-test-rs
.The text was updated successfully, but these errors were encountered: