π‘Network Calls
Simple GET Requests as Part of the Test Prompt
GET Requests as Part of the Test PromptScenario
https://customer-api.com/fetch-otp?customer=...&apiKey=...{
"otp_code": "123456"
}How to Make the Network Request as Part of the Test Prompt
1. Perform a network request to https://customer-api.com/fetch-otp?customer={{env.username}}&apiKey={{env.api-token}} with the json selector βotp_codeβ
2. Enter the remembered otp_code in the password fieldCURL Network Requests Before the Test Prompt Execution
CURL Network Requests Before the Test Prompt Execution
Last updated