thomaspoignant / api-scenario

API-scenario is a command-line tool that allows you to execute easily a scenario to test your APIs.
https://github.com/thomaspoignant/api-scenario#api-scenario
The Unlicense
17 stars 3 forks source link

Generate scenario template from openAPI #3

Open thomaspoignant opened 4 years ago

thomaspoignant commented 4 years ago

Generate a basic scenario from an openAPI file.

For that I think we should add a new sub-command.

thomaspoignant commented 4 years ago

this library https://github.com/getkin/kin-openapi could be useful for loading an openAPI file and put it in an object. We should use this object to convert into a scenario.