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: docs/index.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -3535,8 +3535,7 @@ you'll end up with multiple processes writing to the same file and the output wi
3535
3535
3536
3536
#### Reporting Nodes - ReportBeforeSuite and ReportAfterSuite
3537
3537
`ReportBeforeSuite` and `ReportAfterSuite` nodes behave similarly to `BeforeSuite` and `AfterSuite` and can be placed at the top-level of your suite (typically in the suite bootstrap file).
3538
-
`ReportBeforeSuite` node take a closure that accepts a single [`Report`]((https://pkg.go.dev/github.com/onsi/ginkgo/v2/types#Report)) argument, `ReportAfterSuite` can accept either
3539
-
closer that accepts `Report` or, both `SpecContext` and `Report` converting the node to an interruptible node.
3538
+
`ReportBeforeSuite` node take a closure that accepts either [`Report`]((https://pkg.go.dev/github.com/onsi/ginkgo/v2/types#Report)) or, both `SpecContext` and `Report` converting the node to an interruptible node.
0 commit comments