> What tooling does junit have that integrates with this and benefit you here?
The obvious ones are CI tools like github actions and jenkins that have plugins that allow tracking statistics, making graphical / easry-to-read failure reports where you get HTML links to each failure and its output and link directly to code.. see <https://github.com/marketplace/actions/junit-report-action> and <https://plugins.jenkins.io/junit/> Ditto IDE:s that can do similar tricks. We use it for PR reports like so: <https://github.com/status-im/nimbus-eth2/pull/5375#issuecomment-1700382577>
