Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3667,7 +3667,9 @@ the path of the root test file.
### `context.fullName`

<!-- YAML
added: v22.3.0
added:
- v22.3.0
- v20.16.0
-->

The name of the test and each of its ancestors, separated by `>`.
Expand Down Expand Up @@ -3970,6 +3972,16 @@ The absolute path of the test file that created the current suite. If a test
file imports additional modules that generate suites, the imported suites will
return the path of the root test file.

### `context.fullName`

<!-- YAML
added:
- v22.3.0
- v20.16.0
-->

The name of the suite and each of its ancestors, separated by `>`.

### `context.name`

<!-- YAML
Expand Down
Loading