Is there any auto-fill while typing for postman tests. The docs here and here requires to be searched and obviously can’t find all possible examples functions as postman tests become more flexible and stronger.
What is the easiest way to find tests functions at present
For instance, there is no way to identify how can I do partial string assertions, which methods or how will they work
pm.response.description.contains(“already exists”);