Skip to content
Open
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
2 changes: 2 additions & 0 deletions testing/script/request-chaining.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

### Parameters

- **requestPath**: The absolute path to the request from the collection root (string)

Check warning on line 33 in testing/script/request-chaining.mdx

View check run for this annotation

Mintlify / Mintlify Validation (bruno-a6972042) - vale-spellcheck

testing/script/request-chaining.mdx#L33

Did you really mean 'requestPath'?

### Returns

Expand All @@ -40,6 +40,8 @@
- `headers`: Response headers object
- `body`: Response body (automatically parsed if JSON)
- `responseTime`: Response time in milliseconds
- `duration`: Request duration in milliseconds (alias for `responseTime`)
- `size`: Response body size in bytes (0 for failed or skipped requests)

### Examples

Expand Down Expand Up @@ -152,7 +154,7 @@

### Parameters

- **requestName**: The name of the next request to execute (string) or `null` to stop execution

Check warning on line 157 in testing/script/request-chaining.mdx

View check run for this annotation

Mintlify / Mintlify Validation (bruno-a6972042) - vale-spellcheck

testing/script/request-chaining.mdx#L157

Did you really mean 'requestName'?

### How it works

Expand Down
Loading