You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the script gets generated, it also generates the caught requests from the redirect chain making multiple calls and in case of verification rule present, it would check the status code of each request.
This should be fixed because k6 handles automatically redirects and returns the response from the last call showing a single request.
When generating the k6 script, omit the redirect chains and generate code to just perform the first request that would be checked with the status code of the last removed request.
The text was updated successfully, but these errors were encountered:
When the script gets generated, it also generates the caught requests from the redirect chain making multiple calls and in case of verification rule present, it would check the status code of each request.
This should be fixed because
k6
handles automatically redirects and returns the response from the last call showing a single request.When generating the k6 script, omit the redirect chains and generate code to just perform the first request that would be checked with the status code of the last removed request.
The text was updated successfully, but these errors were encountered: