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
Vegeta does not seem to support different POST request bodies per test. Correct me, if I'm wrong. I have to test multiple endpoints that do no share the same request payload. What if vegeta would support a target file structure like this:
POST http://example.com/create/1 {"test":1}
POST http://example.com/create/2 {"test":2}
and only use the same body if body option is provided?
The text was updated successfully, but these errors were encountered:
Vegeta does not seem to support different POST request bodies per test. Correct me, if I'm wrong. I have to test multiple endpoints that do no share the same request payload. What if vegeta would support a target file structure like this:
and only use the same body if body option is provided?
The text was updated successfully, but these errors were encountered: