Skip to content

Commit 43e96d5

Browse files
doc: add fullName property to SuiteContext
Add documentation for the missing fullName property in SuiteContext class. This property returns the name of the suite and each of its ancestors, separated by '>'. The property has been available since v22.3.0 but was missing from the documentation. Fixes: #60757
1 parent 17fba60 commit 43e96d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/test.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3970,6 +3970,14 @@ The absolute path of the test file that created the current suite. If a test
39703970
file imports additional modules that generate suites, the imported suites will
39713971
return the path of the root test file.
39723972

3973+
### `context.fullName`
3974+
3975+
<!-- YAML
3976+
added: v22.3.0
3977+
-->
3978+
3979+
The name of the suite and each of its ancestors, separated by `>`.
3980+
39733981
### `context.name`
39743982

39753983
<!-- YAML

0 commit comments

Comments
 (0)