Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Runs a JUnit batch test defined by a folder and filters.

Environment/Instance Properties

Property Name

Property Code

Required

Description





Project Properties

Property Name

Property Code

Required

Description





Inputs

Input Name

Input Code

Required

Description

Classes Folder

FDJU_CLASSSES_FOLDER

Yes

Path to the folder containing the test classes. If a relative path is given, a path inside the artifacts folder is assumed. The ~ character is not supported.

Include Filter

FDJU_INCLUDE_FILTER_STRING

Yes

Filter to run on the files in the folder to specify files or folders to include.
(e.g. **/Test)

Exclude Filter

FDJU_EXCLUDE_FILTER_STRING

No

Filter to run on the files in the folder to exclude some of the files or folders. ( e.g. **/LongTest)

Outputs

Output Name

Required

Description




Artifacts

This operation doesn't consume or produce any artifacts.

...