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 nameor theprefixof the test cases. Only test cases where the keyword is a substring of thenameor theprefixwill be returned.Type: String Required: No 
- status
- 
               The status used to filter test cases. A TestCaseFiltercan 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: