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>
Option | Required | Description |
---|---|---|
--host | Yes | target hostname to use in test generation |
--values-file | No | path to values file following oatts format |
-o, --output | No | output directory (default: "test") |
-V, --version | -- | output the version number |
-h, --help | -- | output usage information |