{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"stringify","Code":"JSON.stringify(makeTestData());","IsDeferred":true},{"Name":"manual","Code":"const d = makeTestData();\r\nlet n = \u0022\u0022;\r\nfor (let i=0; i\u003Cd.length; i\u002B\u002B) {\r\n n \u002B= d[i].name \u002B d[i].type \u002B d[i].loading\r\n}","IsDeferred":true}]}