OpenApiTestGeneratorTask
Not cacheable: the default generator modes read the existing output directory (test-suite-writer MERGE/preventOverwriteCases, template SKIP_IF_EXISTS), so output depends on prior output state — a build-cache restore would replace user-preserved edits instead of merging them. Remote spec URIs and customTemplateDir contents are also tracked by string value only.
Properties
YAML config file with generator options.
Path or URI of the OpenAPI 3.x or Swagger 2.0 specification. Kept as a string because remote URIs are supported; local files are additionally content-tracked via trackedSpecFiles.
Content-tracked local spec files backing the effective spec setting. The effective value is read from specFile first, then from configFile, so spec edits invalidate up-to-date and build-cache checks in both DSL and config-file-only builds. Empty for remote URIs.
Functions
Configure parser settings using type-safe DSL.
Configure test generation settings using type-safe DSL.