Skip to main content
Use natural language to search your test suite. The AI translates your questions into precise OQL queries automatically.

Quick Examples

By Status

Show me all failed tests from yesterday

By Feature

Find all smoke tests for login

By Priority

List all P0 tests that haven't run yet

Complex Queries

Show P1 tests that failed in staging but passed in dev

How It Works

1

Ask in Plain English

Type your search as a question or statement:
Which tests haven't been run in the last 30 days?
2

AI Translates to OQL

The AI converts your query to OneTest Query Language:
last_run < -30d ORDER BY title
3

Get Results

See matching tests with relevant details highlighted
4

Refine Search

Ask follow-up questions to narrow down results

Common Search Patterns

Tests created this week
Tests that failed yesterday
Tests not run in the last month
Tests updated in the last 24 hours

Advanced Searches

Show P1 login tests that failed in the last run
Find smoke tests created this sprint that haven't been run
List all API tests with high priority that are not automated
Tests without any tags
Tests that have never been run
Tests not in any folder
Tests that failed in prod but passed in staging
Tests that take longer than 5 minutes
Tests with pass rate below 80%
Tests with "auth" in the title
Tests starting with "TC-10"
Tests containing "checkout" in description

What’s Next?

Learn OQL

Write queries manually for more control

Ask Questions

Get insights about your tests