Skip to main content
Analytics page provides insights into your test suite’s health, including pass rates, flaky rates, and historical trends. Analytics

Search Syntax

Filter test cases using the search bar with these patterns:

Field Filters

Metric Filter Operators

For flaky_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 the search parameter. Remember to URL-encode the value.
The example above is equivalent to the search query login flaky_rate:>10 -tag:known-flaky — login tests with a flaky rate above 10%, excluding any tagged known-flaky.