javiertuya/Junit Report Action for Java and .NET
Generates junit html style reports from surefire test results and .NET .trx test results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| report-enabled | Generate the JUnit test reports | no | true |
| report-title | The title of the test report | no | Unit Test Results |
| surefire-files | Specification of the surefire test report files (can use * and ** wildcards) | no | **/target/surefire-reports/TEST-*.xml |
| report-dir | Directory where the resulting junit html reports will be generated | no | target/site |
| net-trx-report | Specifies 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 comma | no | "" |
| net-surefire-folder | Only if `net-trx-report` is specified: folder where the splitted test report files will be stored | no | target/surefire-reports |
| diff-links-enabled | Set to true to activate report reprocessing | no | false |
| diff-links-prefix | The path prefix to the diff file that you see in the report | no | target/ |
| diff-links-reports | A glob specification of all html junit report files | no | target/site/junit-*/**/*.html |
| diff-links-files | A glob specification of all diff files | no | **/target/*.html |
Outputs
no outputs