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
Swagger is a framework for APIs. It has ability to export APIs endpoints with arguments that particular endpoint can accept. Locust could import this json/yaml file and automatically generate all endpoints to test. The user could further apply weight and other properties
/pets:
get:
description: Returns all pets from the system that the user has access toproduces:
- application/jsonresponses:
'200':
description: A list of pets.schema:
type: arrayitems:
$ref: '#/definitions/pet
This would be a really nice feature.
The text was updated successfully, but these errors were encountered: