橘啊橘啊的博客 5、Content Type header check:断言报文头中是否包含 Content Type 字段 pm.test("Content-Type is present", function () { pm.response.to.have.header("Content-Type"); }); 6、response time is less than 200...
SanLeena的博客1.设置环境变量--Setting an environment variable postman.setEnvironmentVariable("key", "value"); 2.设置全局变量--Set a global variable postman.setGlobal...3.检查响应中包含string--Check if resp