agent-js-postman
agent-js-postman copied to clipboard
Postman folders not represented in ReportPortal
In the postman test suite we have folders to organise our suites, for example, setup and cleanup tasks and the different scenarios of tests within the test collection:
Within ReportPortal, these folders are not represented. So if there is an issue with a test (it fails) then it is harder for us to identify that test within our collection of thousands of requests because we don't know which folder to look in, this is especially more inconvenient if you have requests with the same name but in different folders for example:
I would suggest that the UI should either display the same hierarchy - so if we stick with this example you have accessControlFunctional V1 then when you click on that the next layer, so Setup, OrgType-Role Management etc which you have to open to then see the tests, or at the minimum the name should represent the hierarchy so rather than name: Verify Response is JSON & Validate Content-Type it would be in this instance cleanup/Verify Response is JSON & Validate Content-Type
we need this too