Skip to content

Instantly share code, notes, and snippets.

@lSelectral
Last active August 8, 2022 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lSelectral/4b092d12db5d26b7db92d96a67690970 to your computer and use it in GitHub Desktop.
Save lSelectral/4b092d12db5d26b7db92d96a67690970 to your computer and use it in GitHub Desktop.
Response and Statue test in Postman Test
pm.test('Should get 200 status code with JSON response', () => {
pm.response.to.have.status(200);
pm.response.to.be.ok;
pm.response.to.be.json;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment