Skip to content

Commit a418c6c

Browse files
#3043 Add xUnit as report-format output (#3044)
1 parent 457d321 commit a418c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cobraext/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const (
154154
ProfileFormatFlagDescription = "format of the profiles list (table | json)"
155155

156156
ReportFormatFlagName = "report-format"
157-
ReportFormatFlagDescription = "format of test report"
157+
ReportFormatFlagDescription = "format of test report, eg: human, xUnit"
158158

159159
ReportFullFlagName = "full"
160160
ReportFullFlagDescription = "whether to show the full report or a summary"

0 commit comments

Comments
 (0)