Understanding output¶
The output depends on the selected generator (template or test-suite-writer).
Template generator (template)¶
- Produces source files (Java or Kotlin) under your configured
outputDir. - Template sets are under
generator-template/src/main/resources/templates/. - Common template variables:
package: optional package declarationbaseUrl: used by built-in RestAssured templates
See: Template generator
Test suite writer (test-suite-writer)¶
- Produces JSON or YAML containing
TestSuiteandTestCasestructures. - By default, aggregates all suites into a single file (
outputMode=SINGLE_FILE).
See: