Skip to content

cloudbees-io/publish-test-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 

Repository files navigation

CloudBees action: Publish test results

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

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 pattern, file, or directory path of the test report 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

License

This code is made available under the MIT license.

References