lieldulev/swagger-to-locustfile

Support special `x-lucust-X` fields

Closed this issue · 1 comments

for example:

...
    "paths": {
        "/availability": {
            "get": {
                "x-lucust-min" : 50,
...
  • Support x-locust-default-value for fields.
  • Support x-locust-min and x-locust-max on endpoints (or on root level?)

Fixed by #5