TestCaseFilter - AWS CodeBuild

TestCaseFilter

A filter used to return specific types of test cases. In order to pass the filter, the report must meet all of the filter properties.

Contents

Note

In the following list, the required parameters are described first.

keyword

A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

Type: String

Required: No

status

The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

  • SUCCEEDED

  • FAILED

  • ERROR

  • SKIPPED

  • UNKNOWN

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: