diff --git a/doc/api/test.md b/doc/api/test.md index 21349b46b702e8..6aac0db2e16067 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -3667,7 +3667,9 @@ the path of the root test file. ### `context.fullName` The name of the test and each of its ancestors, separated by `>`. @@ -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` + + + +The name of the suite and each of its ancestors, separated by `>`. + ### `context.name`