We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a95a79c + 617f213 commit 6c27f48Copy full SHA for 6c27f48
test/e2e/framework/internal/junit/junit.go
@@ -36,6 +36,10 @@ func WriteJUnitReport(report ginkgo.Report, filename string) error {
36
// both, then tools like kettle and spyglass would concatenate
37
// the two strings and thus show duplicated information.
38
OmitFailureMessageAttr: true,
39
+
40
+ // All labels are also part of the spec texts in inline [] tags,
41
+ // so we don't need to write them separately.
42
+ OmitSpecLabels: true,
43
}
44
45
return reporters.GenerateJUnitReportWithConfig(report, filename, config)
0 commit comments