OpenAPI Test Generator¶
Deterministic test generation from OpenAPI specs. The project ships a CLI, a Gradle plugin, and a set of reusable Kotlin modules for generation, value providers, and artifact output.
Generated tests validate infrastructure-level behavior defined by your OpenAPI contract: parameter validation, request-body constraints, and security enforcement. They do not replace business-logic tests.
Start here¶
- New to the tool? Go to Getting started.
- Need install details or platform notes? See Installation.
- Trying to solve a specific problem? Use Configuration, Generators, Negative testing, or Troubleshooting.
- Need exact keys, defaults, or SPI contracts? Start with Distribution settings, CLI reference, Gradle plugin reference, and SPI.
- Want runnable examples? Browse Samples.
- Working on the codebase? See Modules, Development setup, and Publishing artifacts.
- Looking for release history? See the Changelog.