作为标题,如何在PostMan中访问Request对象?是否可以创建这样的测试用例
tests["Response content restaurant Id : ", req.body.restaurantId] = responseBody.has(req.body.restaurantId);
javascript request postman
javascript ×1
postman ×1
request ×1