Answers for "postman test value is true"

2

postman test for true

pm.test("Cookie JSESSIONID is present", () => {
  pm.expect(pm.cookies.has('JSESSIONID')).to.be.true;
});
Posted by: Guest on February-16-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language