检查响应状态码中是否包某个字符串:
pm.test("status code name has string",function(){ pm.response.to.have.status("OK");});
=========================================================================