Returns the issues/tests that are contained in a specific folder in the definition tree of a project. Also returns the issues/tests of subsequent folders. Syntax Code Block |
---|
theme | Confluence |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| testDefinitionPath(path) |
Where path represents a part of the hierarchical structure of the definition tree. Path should be of the following form: "project name/parentFolder/.../childFolder" Supported FieldsSupported Operators= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
ExamplesFind all issues that are contained in the folder "Webtests" or one of its subfolders within the project "OnlineHotelReservation: Code Block |
---|
theme | Confluence |
---|
firstline | 1 |
---|
linenumbers | true |
---|
| issue in testDefinitionPath("OnlineHotelReservation/Webtests") |
|