Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Issue an HTTP request from the test.
saveAs
url
string
method
headers
Record<string, string>
params
body
bodyType
timeout
number
env.<name>
retries
skipped
boolean
- request: https://api.example.com/health
- request: url: https://api.example.com/orders method: POST headers: Authorization: "Bearer {{ env.TOKEN }}" # interpolate a saved variable body: '{ "item": "blanket" }' bodyType: json saveAs: ORDER # response is available as {{ env.ORDER }}
Was this page helpful?