Introducing Intent-Aware Test Generation & Coverage Recommendations
Intent-aware test generation that detects your website type and generates tests real users would care about, plus coverage recommendations.
Testing a shopping site and a blog are fundamentally different. We built intent-aware test generation that understands what your website IS and generates tests based on what real users would actually do.
The Problem
Our AI test generator was element-driven — it found buttons and links, then generated generic tests. Technically correct but missing the point.
Fill form → assert exists
Click link → assert heading
Change quantity → verify subtotal
Submit comment → verify it appears
The 4-Pass Pipeline
Site Classification
After every crawl, we automatically detect your website type using URL patterns, button text, form types, and API endpoints.
📌 Where to find it: Project → Settings → AI Configuration
Coverage Recommendations
After each crawl, we compare what was found vs. what a typical site of your type should have.
📌 Where to find it: Project → Recommendations tab • Crawl → Recommendations tab