Skip to main content
A coverage map defines the scope required to test an application end-to-end. Without visibility into an application’s surface area — key user paths, important states, and system boundaries — it’s difficult to know whether coverage is complete or where it isn’t. The AI mapping agent creates and maintains a structured view of coverage by exploring your application and generating flow stubs that represent the main areas and user journeys. As features change or new ones are added, you can run the agent again to update the map.

Start a mapping session

1
From the Map tab, click New Flows on the right side of the screen, or click the icon in the left sidebar and select Mapping session.
Map tab home
2
A new mapping session opens with a live browser panel in the center. The agent will ask you to confirm the URL you want to explore, or you can type your own instructions into the chat box.
Mapping Session
3
Type a description of what you want to map. For example: “Create a test plan for https://yourapp.com. You can specify a base URL, describe a specific journey, or ask the agent to focus on a particular feature area.
4
Provide real-time guidance as the agent works. If the agent encounters a login prompt or needs clarification, it will ask you directly in the chat. You can respond at any time to redirect or refine the exploration.

Review and publish mapped flows

As the agent maps your application, newly discovered flows appear in the right panel. Review them before publishing.
1
Review the flows in the New tab on the right panel. These are the flow stubs the agent has created.
Map New Flows Discovered
2
When satisfied, click Publish to add the flows to your coverage map. This creates the folder structure and empty flow files in the Automate tab.
Publishing during mapping creates folder structure and empty flow stubs automatically. You don’t need to review and publish manually — this happens as part of the mapping process.

Continue or revisit a mapping session

Previous mapping sessions are saved and accessible from the left sidebar. Click any session to reopen it and continue the conversation or review what was mapped. To find more flows in an area that’s already been mapped, type instructions into the chat or click Find more flows at the bottom of the chat panel.

Manually adjust the coverage map

You can adjust the coverage map at any time without running the agent:
  • Add, rename, or delete folders and flows from the Automate tab — see Create a new flow
  • Ask the agent to make changes by typing instructions into the chat

After mapping

Once published, your flows appear in the Flows view on the Map tab. From there, you can:
Last modified on March 31, 2026