As title, How can I access Request object in PostMan ? Is it possible to create a testcase like this
tests["Response content restaurant Id : ", req.body.restaurantId] = responseBody.has(req.body.restaurantId);
As title, How can I access Request object in PostMan ? Is it possible to create a testcase like this
tests["Response content restaurant Id : ", req.body.restaurantId] = responseBody.has(req.body.restaurantId);