Skip to content

Instantly share code, notes, and snippets.

@theArjun
Created August 28, 2022 04:05
Show Gist options
  • Select an option

  • Save theArjun/f14ad4ed5707d6c890169e2736bd5425 to your computer and use it in GitHub Desktop.

Select an option

Save theArjun/f14ad4ed5707d6c890169e2736bd5425 to your computer and use it in GitHub Desktop.
Set token to environment variable from response
pm.test("Set token environment variable", function () {
var response = pm.response.json();
var token = response['data']['token'];
postman.setEnvironmentVariable('token', token);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment