CloudBees action: Publish test results

1 minute read

Use this action to publish test results from tools such as MSTest, ProdPerfect, JUnit, and TestNG.

All CloudBees action repositories are listed at CloudBees, Inc. on GitHub.

Inputs

Table 1. Input details
Input name Data type Required Description

test-type

String

Yes

The name of the test tool.

folder-name

String

Yes

The test report’s pattern, file, or directory path to convert.

Usage example

In your YAML file, add:

- name: Publish test results uses: cloudbees-io/publish-test-results@v1 with: test-type: JUnit folder-name: /example/mytest