We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
loadtest doesn't provide very useful error messages.
loadtest
For example:
loadtest -c 8 -n 500 -p $TEST_FILE http://localhost:3000/endpoint
Will give an error of:
Missing URL arg
This is misleading because the problem is really that we are missing a -t application/json as the -p flag requires a data Type to be passed.
-t application/json
-p
Handling this within Quasimodo is a much better user experience. Not to mention, it could've saved me 15 minutes of debugging lol
The text was updated successfully, but these errors were encountered:
No branches or pull requests
loadtest
doesn't provide very useful error messages.For example:
loadtest -c 8 -n 500 -p $TEST_FILE http://localhost:3000/endpoint
Will give an error of:
Missing URL arg
This is misleading because the problem is really that we are missing a
-t application/json
as the-p
flag requires a data Type to be passed.Handling this within Quasimodo is a much better user experience. Not to mention, it could've saved me 15 minutes of debugging lol
The text was updated successfully, but these errors were encountered: