You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reporters/junit_report.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ type JUnitTestCase struct {
116
116
Statusstring`xml:"status,attr"`
117
117
// Time is the time in seconds to execute the spec - maps onto SpecReport.RunTime
118
118
Timefloat64`xml:"time,attr"`
119
-
// Owner is the owner the spec - is set if a label matching Label("owner:X") is provided
119
+
// Owner is the owner the spec - is set if a label matching Label("owner:X") is provided. The last matching label is used as the owner, thereby allowing specs to override owners specified in container nodes.
120
120
Ownerstring`xml:"owner,attr,omitempty"`
121
121
//Skipped is populated with a message if the test was skipped or pending
0 commit comments