Navigate
navigateloads a URL in the current tab. Relative URLs are resolved against the test's top-level url.
Shorthand
yaml
- navigate: /settings/billingFull form
yaml
- navigate:
url: https://app.example.com/settings/billing
wait-until: load
timeout: 30sFields
| Field | Type | Description |
|---|---|---|
urlrequired | string | Absolute or relative URL to load. |
wait-until | "load" | "domcontentloaded" | "networkidle" | When to consider navigation complete. Defaults to "load". |
timeout | duration | Maximum time to wait for navigation. |
referrer | string | Optional Referer header value. |