Skip to content

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 declaration
  • baseUrl: used by built-in RestAssured templates

See: Template generator

Test suite writer (test-suite-writer)

  • Produces JSON or YAML containing TestSuite and TestCase structures.
  • By default, aggregates all suites into a single file (outputMode=SINGLE_FILE).

See: