Hi
How can I force HTTP code to be displayed for errors? Example - I have the attached error, but I cannot tell what the HTTP code is. I am doing http check for 200 here so it fails that. Is it a config?
Thanks
Hi
How can I force HTTP code to be displayed for errors? Example - I have the attached error, but I cannot tell what the HTTP code is. I am doing http check for 200 here so it fails that. Is it a config?
Thanks
Hi,
The error you got meant that Gatling couldn’t get any response from the server you’re testing, and since the status code is part of the response Gatling never got, you just can’t get a HTTP status code.
Cheers,
Pierre
aah, thanks