Fork me on GitHub
#figwheel-main
<
2020-04-18
>
victorb11:04:20

I didn't find any libs/tools for help getting junit report from running tests with figwheel-main so thought I'd add it in my test runner. However, the test-runner is run in the cljs context, so can't really output any reports from there. Anyone got any guidance on how to add my own reporter that can somehow output files to disk?

victorb11:04:46

just getting figwheel.main.testing to output the results to disk in edn format would work as well, then I can manually transform it into the format I want, but can't figure that one out either