From 8773e146883d3a7f440d32a2679bb35cfa852479 Mon Sep 17 00:00:00 2001 From: Otto Sabart Date: Mon, 18 Nov 2024 13:51:10 +0100 Subject: [PATCH] Add missing options to junit report schema --- tmt/schemas/report/junit.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tmt/schemas/report/junit.yaml b/tmt/schemas/report/junit.yaml index 9e56ae0511..15cb9ca51a 100644 --- a/tmt/schemas/report/junit.yaml +++ b/tmt/schemas/report/junit.yaml @@ -25,6 +25,18 @@ properties: file: type: string + flavor: + type: string + enum: + - default + - custom + + template-path: + type: string + + prettify: + type: boolean + include-output-log: type: boolean