我需要做以下两件事,我从哪里开始学习?
使用Chai.Js编写测试断言,以验证:
中以“advisorName”值形式存在。
发布于 2022-08-09 22:08:30
pm.test("Status code is 200", function() { pm.response.to.have.status(200); }
https://stackoverflow.com/questions/72987748
相似问题