Skip to content

Commit

Permalink
Add missing options to junit report schema
Browse files Browse the repository at this point in the history
  • Loading branch information
seberm authored and psss committed Nov 19, 2024
1 parent 52a52e4 commit 56bf618
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tmt/schemas/report/junit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56bf618

Please sign in to comment.