foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.09k stars 1.67k forks source link

JUnit XML Test Reports #7004

Open clabby opened 7 months ago

clabby commented 7 months ago

Component

Forge

Describe the feature you would like

JUnit XML test reports are widely used in CI tools to provide more advanced test reporting, such as CircleCI's Test Insights feature. Having forge test support this standard test result format would enable projects to track individual test failure rates, average individual test speed, etc., with existing services that support the standard.

Additional context

No response

zerosnacks commented 1 month ago

Related: https://github.com/foundry-rs/foundry/issues/7813