Use this action to publish test results from tools such as MSTest, ProdPerfect, JUnit, and TestNG.
Input name | Data type | Required | Description |
---|---|---|---|
|
String |
Yes |
The name of the test tool. |
|
String |
Yes |
The pattern, file, or directory path of the test report to convert. |
In your YAML file, add:
- name: Publish test results
uses: cloudbees-io/publish-test-results@v1
with:
test-type: JUnit
folder-name: /example/mytest
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.