Hi all,
I need a reporter that gets the results of a testthat test file into JSON format. I'd like to write my own reporter for that, but don't find any documentation on reporters in testthat. Alternatively, if I can use eg the ListReporter or JUnitReporter and convert from there to JSON, that would be nice too. But I'd like to avoid that, as this needs to be incorporated in live code testing for an online teaching system.
Anyone ideas?