nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.22k stars 99 forks source link

Add a way to set global properties in the JUnit output #1889

Open sunshowers opened 4 days ago

sunshowers commented 4 days ago
sunshowers commented 2 days ago

Unfortunately the nested <testsuite> approach might not work because most tooling can't handle it -- they expect the <testsuites>/<testsuite>/<testcase> pattern. For example, see https://github.com/sebastianbergmann/phpunit/issues/2964.

So the options are: