摘要: 断言看状态码 pm.test("Status code is 200", function () { pm.response.to.have.status(200); }); 判断接口的data数组是否长度>0 pm.test("Your test name", function () { var 阅读全文
posted @ 2022-02-14 20:26 欧阳物语 阅读(112) 评论(0) 推荐(0)