1.0.0 • Published 12 months ago

oas-testing v1.0.0

Weekly downloads
-
License
GPLv3
Repository
-
Last release
12 months ago

OAS Testing

This packege generates scaffolding and test cases from OpenAPI 3.0 spec document.

CLI

A command line interface is available to generate scaffolding and test cases with npx.

npx oas-testing generate [options] <spec>
OptionRequiredDescription
--host Yestarget hostname to use in test generation
--values-file Nopath to values file following oatts format
-o, --output Nooutput directory (default: "test")
-V, --version--output the version number
-h, --help--output usage information