diff --git a/docs/src/test-api/class-testinfo.md b/docs/src/test-api/class-testinfo.md index d766920b06..8be847c0df 100644 --- a/docs/src/test-api/class-testinfo.md +++ b/docs/src/test-api/class-testinfo.md @@ -210,6 +210,12 @@ Optional description that will be reflected in a test report. Test function as passed to `test(title, testFunction)`. +## property: TestInfo.tags +* since: v1.43 +- type: <[string]> + +Tags that apply to the tests. + ## property: TestInfo.testId * since: v1.32 - type: <[string]>