What It Does
This mode spins up a headless browser, loads the URL you provide, and inspects the DOM to understand structure, user flows, and interactive states. It then proposes layered test suites that combine UI checks, API triggers, and data validations.DOM Snapshot
Captures hierarchy and attributes for actionable selectors.
Flow Detection
Maps likely journeys (login, checkout, onboarding) based on links and forms.
Auto Tests
Outputs prioritized scenarios with expected results and negative paths.
Inputs & Prerequisites
- Public or staging URL. For authenticated pages, include session cookies or test credentials via the secure context panel.
- Optional: short description of the flows you care about (e.g., “guest checkout”) to bias the analysis.
- Stable environment—avoid pointing to pages mid-deployment.
Step-by-Step
- Start Coverage Agent → Feature Mode.
- Paste the URL and add any gating instructions (“log in with QA creds”).
- Click Generate Coverage. The system loads the page, following redirects automatically.
- Review the proposed test cases grouped by journey or component.
- Ask follow-ups such as “expand accessibility cases” or “limit to smoke”.
- Export or copy cases into Craftflow / suites.
Example Flow
When the DOM changes significantly, rerun the mode so new selectors and states
are captured.

