Skip to content
- Runtime & test runner versions. All Flakiness.io reporters now collect
the runtime and test runner versions, and these are rendered as part of the
run. Update your reporters to pick this up.
- Configurable table columns. Data tables now have a column-config cog to
hide or show individual columns. Choices are remembered per browser.
- Open-source JUnit XML converter. The JUnit XML converter is now its own
open-source package,
@flakiness/junit-xml,
which converts and uploads JUnit XML in a single step. The CLI convert-junit
command is now deprecated. See the documentation.
- Bun support.
bun test results can now be ingested into Flakiness.io
via its built-in JUnit XML output. See the Bun example.
- Rust support. Rust test results can now be ingested into Flakiness.io
via
cargo-nextest’s JUnit XML output. See the Rust example.