docs: documents tags property

This commit is contained in:
Lukas Bockstaller 2024-03-04 14:44:52 +01:00
parent 664e1f766e
commit a22db4fca7
No known key found for this signature in database

View file

@ -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]>