api-scenario icon indicating copy to clipboard operation
api-scenario copied to clipboard

API-scenario is a command-line tool that allows you to execute easily a scenario to test your APIs.

Results 6 api-scenario issues
Sort by recently updated
recently updated
newest added

Generate a basic scenario from an openAPI file. For that I think we should add a new sub-command.

enhancement

# Requirements We should support timeout when calling the API to be sure to not block the process for ever. We should have an option to set the timeout, something...

enhancement
good first issue

# Motivation Currently, the readme is a bit hard to read because there is too much information on a single page. # Requirements I think we should split the readme...

documentation
good first issue

# Observed behavior When we try to read the config from a file it does not work. The config values are only read on the command line, we should read...

bug
good first issue

# Requirements It could be great to have a UI to create and edit scenario.

enhancement

`api-scenario init` should create a new scenario with default values. We should add an option to choose the correct format for the output (`json` or `yaml`).

enhancement