From a22db4fca7f94351e12e64d8b7c9ba06ea4c57c8 Mon Sep 17 00:00:00 2001 From: Lukas Bockstaller Date: Mon, 4 Mar 2024 14:44:52 +0100 Subject: [PATCH] docs: documents tags property --- docs/src/test-api/class-testinfo.md | 6 ++++++ 1 file changed, 6 insertions(+) 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]>