Skip to content
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

throw error if loadtest configurations are missing required parameters or otherwise wonky #14

Open
ammarm08 opened this issue Feb 23, 2017 · 0 comments

Comments

@ammarm08
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant