Executing a cURL Request
Purpose: Triggers an HTTP request using cURL from within your test.
Syntax:
curlRequest:"<curl command>"
Example: To send a GET request to an API endpoint:
curlRequest:"curl https://api.example.com/data"
Last updated
Purpose: Triggers an HTTP request using cURL from within your test.
Syntax:
curlRequest:"<curl command>"
Example: To send a GET request to an API endpoint:
curlRequest:"curl https://api.example.com/data"
Last updated