junitxml
junitxml copied to clipboard
Add a list of test tools?
It might be useful to add a list of tools that create and ingest JUnit test reports.
A couple to start things off (for Ruby):
- https://github.com/aespinosa/minitest-junit
- https://github.com/sj26/rspec_junit_formatter
Compiled from GitLab examples:
Python
- https://docs.pytest.org/en/stable/how-to/output.html#creating-junitxml-format-files
PHP
- https://docs.phpunit.de/en/12.1/textui.html
rust
- crates
- https://crates.io/crates/cargo2junit
- https://crates.io/crates/junit-report
go
- https://github.com/gotestyourself/gotestsum
Java
- https://junit.org/junit5/
.NET
- https://www.nuget.org/packages/JunitXml.TestLogger/
JavaScript
- https://github.com/jest-community/jest-junit
- https://github.com/karma-runner/karma-junit-reporter
- https://github.com/karma-runner/karma-junit-reporter
Helm
- https://github.com/helm-unittest/helm-unittest#docker-usage
flutter / dart
- https://pub.dev/packages/junitreport
C/C++
- https://cunity.gitlab.io/cunit/group__CI.html
- http://google.github.io/googletest/advanced.html#generating-an-xml-report