I want to display the value of my Account variable on the Test Results tab.
I was able to do this with this statement:
tests[postman.getGlobalVariable(“Account”)] = true;
I can’t seem to figure out how to write the same thing using the new set of test APIs (pm.)