
Search Syntax
Filter test cases using the search bar with these patterns:Text Search
Field Filters
Metric Filter Operators
Forflaky_rate, fail_rate, flaky_count, and fail_count, you can use >, >=, <, <=, =. If no operator is specified, >= is used by default.
Examples
Using Search Syntax via the API
The same search syntax can be used with the Test Cases Analytics API by passing the query as thesearch parameter. Remember to URL-encode the value.
login flaky_rate:>10 -tag:known-flaky — login tests with a flaky rate above 10%, excluding any tagged known-flaky.