Last updated 5 years ago
Was this helpful?
Used in to call the FLAT app under test.
<test-request> { "path": "/api/path" } </test-request>
All parameters and options can be used:
<test-request> { "path": "/api/path", "method": "POST", "headers": { "X-Foo": "bar" }, "body": { "value": { "user": "alice" } } } </test-request>
$status the HTTP status code (number)
$status
$response the response body (string)
$response
$headers the response headers (array)
$headers
The test-request sets these variables to inspect the result (with ):
test-request
(cookbook)
(reference)
request
assert