Use the publish-test-results action to publish test results from a GHA workflow run to CloudBees Unify.
Results are displayed in the Test results tab of Run details and in the Test insights dashboard.
This action is available on the GitHub Marketplace.
This action uses GitHub OIDC authentication to securely communicate with CloudBees Unify.
Set permissions to id-token: write in your workflow.
|
Inputs
| Input name | Data type | Required? | Description |
|---|---|---|---|
|
String |
Yes |
The pattern, file, or directory path of the test report to convert. |
|
String |
Yes |
The name of the testing tool.[1] |
|
String |
No |
The CloudBees Unify URL.
The default value is |
[1] The testing tool name must be formatted correctly, in either all lowercase or all uppercase.
Supported testing tools
| Only the testing tools listed in the table below are supported for use in this action. |
Use the given test-type input format to specify a testing tool.
Supported tool name |
Accepted |
|
|---|---|---|
lowercase |
UPPERCASE |
|
GO |
|
|
Jest |
|
|
JUnit |
|
|
MSTest |
|
|
Playwright |
|
|
ProdPerfect |
|
|
Selenium |
|
|
TestNG |
|
|
Tosca |
|
|