agent-js-postman
agent-js-postman copied to clipboard
Calls in Postman Collections without tests don't complete
Within out test suites we have 'setup' and 'clear up' tasks. These are often outside the boundry of the product under test, for example calling a third party solution, as such we don't 'validate' anything because we don't want our test suite to fail due to reasons outside of our test boundry.
As a result of this the item/launch remains in progress. To solve we are filling these with rubbish 'tests' that will validate the response time is less than 1 hour, however, it would be better if there are no tests that Report portal simply says "Total: 0" and does not fill in passed, failed, skipped etc and closes out the item and subsequently the launch.
Example without test: