{"ScriptPreparationCode":"window.generateUUID = () =\u003E {\r\n return Math.random().toString(36).substring(2, 15) \u002B Math.random().toString(36).substring(2, 15);\r\n};","TestCases":[{"Name":"Crypto randomUUID","Code":"const uuid = crypto.randomUUID();","IsDeferred":false},{"Name":"generateUUID","Code":"const uuid = generateUUID();","IsDeferred":false}]}