Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions qawolf/getting-the-most-out-of-mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ Mapping needs enough context to navigate your app and generate meaningful flows.
- The application name (used to name the folder Mapping creates)
- Any specific task or scope

Passing this as a JSON block makes it easier for Mapping to parse, though multiple sequential prompts work too.

```text
{
"url": "https://staging.yourapp.com/dashboard",
"email": "test-user@yourcompany.com",
"password": "your-password",
"application_name": "Your App",
"task": "Create a new folder called 'Your App' and outline the application."
}
```

## Set a flow target

Expand Down Expand Up @@ -60,4 +49,4 @@ Mapping is designed for breadth — getting a full outline of an app's testable

<Tip>
A common pattern: run Mapping to generate a broad outline, then use Automate to build out the flows that need more precision.
</Tip>
</Tip>