Skip to content

Instantly share code, notes, and snippets.

@vladanyes
Last active September 30, 2019 16:17
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 vladanyes/dc6ee4b48e2b2be4225c2a08d1626666 to your computer and use it in GitHub Desktop.
Save vladanyes/dc6ee4b48e2b2be4225c2a08d1626666 to your computer and use it in GitHub Desktop.
Postman autosaving token in "authToken" environment variable. Add this code to the "Tests" tab.
if (pm.response.code === 201) {
pm.environment.set('authToken', pm.response.json().token);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment