javiertuya/Junit Report Action for Java and .NET

Generates junit html style reports from surefire test results and .NET .trx test results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
report-enabledGenerate the JUnit test reportsnotrue
report-titleThe title of the test reportnoUnit Test Results
surefire-filesSpecification of the surefire test report files (can use * and ** wildcards)no**/target/surefire-reports/TEST-*.xml
report-dirDirectory where the resulting junit html reports will be generatednotarget/site
net-trx-reportSpecifies one or more result files (`.trx`) that will be splitted into a set of `TEST-*.xml` files in the folder `net-surefire-folder` Multiple files are separated by commano""
net-surefire-folderOnly if `net-trx-report` is specified: folder where the splitted test report files will be storednotarget/surefire-reports
diff-links-enabledSet to true to activate report reprocessingnofalse
diff-links-prefixThe path prefix to the diff file that you see in the reportnotarget/
diff-links-reportsA glob specification of all html junit report filesnotarget/site/junit-*/**/*.html
diff-links-filesA glob specification of all diff filesno**/target/*.html

no outputs