small change in docs

Signed-off-by: René <snooz@posteo.de>
This commit is contained in:
René 2024-10-17 10:37:04 +02:00
parent d1ff9ff0f4
commit 7c465c9970

View file

@ -284,7 +284,7 @@ To specify the final trace zip file name, you need to pass `path` option to
## async method: Tracing.group ## async method: Tracing.group
* since: v1.49 * since: v1.49
Creates a new inline group in the trace, causing any subsequent calls to belong to this group, until [`method: Tracing.groupEnd`] is called. Creates a new inline group within the trace, assigning any subsequent calls to this group until [method: Tracing.groupEnd] is invoked.
Groups can be nested and are similar to `test.step` in trace. Groups can be nested and are similar to `test.step` in trace.
However, groups are only visualized in the trace viewer and, unlike test.step, have no effect on the test reports. However, groups are only visualized in the trace viewer and, unlike test.step, have no effect on the test reports.