Create Journey
create_journeyCreate a custom browser test flow for a target. Steps are executed sequentially in a Playwright browser. Supports actions: navigate, click, type, fill, select, assert, wait, screenshot, scroll, hover, use_fragment. Variables like {{LOGIN_EMAIL}} are resolved from the target secrets vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Journey name | |
| steps | Yes | Ordered list of browser actions | |
| platform | No | Platform tag (e.g. "shopify", "woocommerce") | |
| targetId | Yes | Target ID to create the journey for | |
| description | No | Journey description | |
| timeoutSeconds | No | Max execution time in seconds |