Skip to content

JUnit for IBM UrbanCode Build - Steps

Steps

Steps

Process steps in the JUnit plug-in

JUnit Report

Use this step to publish JUnit results as a report.

NameTypeDescriptionRequired
Exclude PatternsStringA list of patterns used to determine which JUnit XML files to exclude from the report. Specify each pattern on a new line. Files that match the specified patterns are unconditionally excluded from the report. Patterns can include ?, *, or **.No
Include PatternsStringA list of patterns used to determine which JUnit XML files to include in the report. Specify each pattern on a new line.Patterns can include ?, *, or **.Yes
Report NameStringThe name of the report.No
Request TimeoutStringThe timeout value in milliseconds to use for the HTTP requests sent to the UCB server.No
Source DirectoryStringThe directory that contains the test output.Yes
Truncate Test Suite NameBooleanRemove the package name from the published test suite name. If this property is not enabled, the full class name of the test suite is included.No