Created
December 15, 2020 10:15
-
-
Save adibenc/be96136dc2af1930dda942d81cdd9611 to your computer and use it in GitHub Desktop.
postman.util
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var intDate = Date.now().toString().substring(0,12); | |
console.log(intDate) | |
postman.setEnvironmentVariable('uniqint', intDate); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment