Skip to content

Commit 6de0d82

Browse files
authored
Removing tip for JSON block due to potential for confusion (#131)
1 parent b109f52 commit 6de0d82

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

qawolf/getting-the-most-out-of-mapping.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ Mapping needs enough context to navigate your app and generate meaningful flows.
1616
- The application name (used to name the folder Mapping creates)
1717
- Any specific task or scope
1818

19-
Passing this as a JSON block makes it easier for Mapping to parse, though multiple sequential prompts work too.
20-
21-
```text
22-
{
23-
"url": "https://staging.yourapp.com/dashboard",
24-
"email": "test-user@yourcompany.com",
25-
"password": "your-password",
26-
"application_name": "Your App",
27-
"task": "Create a new folder called 'Your App' and outline the application."
28-
}
29-
```
3019

3120
## Set a flow target
3221

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

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

0 commit comments

Comments
 (0)