Forum Discussion

DeekshaArora's avatar
DeekshaArora
New Contributor
21 days ago

Get tests from a parent folder which has sub folders under it including tests

GET /testcases?projectKey={{projectKey}}&folderId={{folderId}}. Using the above api, I'm able to fetch tests inside the sub folder, but if I put a parent folder folder ID, it returns tests as 0. Kin...