摘要: pm.test("Status code is 200", function () { pm.response.to.have.status(200); }); pm.test("Body matches string", function () { pm.expect(pm.response.text()).to.include("成功"); }); pm.test("设置自定义规则ID",... 阅读全文
posted @ 2019-01-22 09:27 烟七七 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: 先配置登录接口请求 登录成功后: 再其它请求中设置 阅读全文
posted @ 2019-01-22 09:25 烟七七 阅读(1683) 评论(0) 推荐(0) 编辑