Created
July 10, 2018 13:21
-
-
Save dariayermolova/616232154261333a05d655addea63353 to your computer and use it in GitHub Desktop.
This file contains 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 arr_timezone = ["Africa/Tunis" , "Asia/Gaza" , "America/Costa_Rica", "America/Puerto_Rico" , "Atlantic/Cape_Verde" , "Europe/London" , "Europe/Dublin" , "Europe/Oslo" , "Europe/Rome"]; | |
var rand_arr_timezone = Math.floor(Math.random() * arr_timezone.length); | |
var alert_rand_arr_timezone = arr_timezone[rand_arr_timezone]; | |
pm.environment.set("alert_rand_arr_timezone", alert_rand_arr_timezone); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment