diff --git a/doc/api/test.md b/doc/api/test.md index 3c2dde1d1ac938..3530634a5ea3cd 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2900,6 +2900,14 @@ test('top level test', (t) => { }); ``` +### `context.fullName` + + + +The name of the test and each of its ancestors, separated by `>`. + ### `context.name`