Adding tests at a folder or a collection level is a great way to reuse code and stay DRY.
Skip a test inside the collection, not inside the request that you want to skip for a particular request?
You can use the pm.info object to get the request name like this: pm.info.requestName
#tests #postman #testing #programming