-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status code option #519
Comments
How this would be different from |
In fact, there is no difference, except that a basic report on the status code I need will be enough for me, and not a table with all the statuses. |
Thanks for the clarification! Would you like to send a Pull Request to address this issue? Remember to add unit tests. |
Of course, I'll try. And tests, 100% |
I'm sorry, but I couldn't do anything. Most likely, I just lack experience and that's why I couldn't. The biggest problem is the non2xx calculation that is very difficult for me to change with dynamic codeIndex (it is in the printResult.js file) non2xx: statusCodes[0] + statusCodes[2] + statusCodes[3] + statusCodes[4], I really tried but failed. |
Thanks for a great tool!
It would be very useful to be able to specify which status code I want to check.
For example, I check an endpoint that always returns 302, I specify it in the option and the tool isn't "afraid" that it is not 20x.
Something like:
The text was updated successfully, but these errors were encountered: