junitxml icon indicating copy to clipboard operation
junitxml copied to clipboard

Add a list of test tools?

Open geraldcombs opened this issue 1 year ago • 2 comments

It might be useful to add a list of tools that create and ingest JUnit test reports.

geraldcombs avatar Nov 30 '24 17:11 geraldcombs

A couple to start things off (for Ruby):

  • https://github.com/aespinosa/minitest-junit
  • https://github.com/sj26/rspec_junit_formatter

andyw8 avatar Feb 11 '25 19:02 andyw8

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

pmhahn avatar May 07 '25 10:05 pmhahn