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/src/api/class-tracing.md
+20-24Lines changed: 20 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,54 +284,51 @@ To specify the final trace zip file name, you need to pass `path` option to
284
284
## async method: Tracing.group
285
285
* since: v1.49
286
286
287
-
Creates a new group within the trace, assigning any subsequent API calls to this group, until [`method: Tracing.groupEnd`] is called. Groups can be nested and will be visible in the trace viewer and test reports.
288
-
289
287
:::caution
290
-
When using Playwright test runner, we strongly recommend `test.step` instead.
288
+
Use `test.step` instead when available.
291
289
:::
292
290
291
+
Creates a new group within the trace, assigning any subsequent API calls to this group, until [`method: Tracing.groupEnd`] is called. Groups can be nested and will be visible in the trace viewer.
0 commit comments