{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\n\r\nconst id = \u0027123818727033\u0027\r\nconst id_bot = \u0027123818727033B\u0027\r\nconst id_local = \u0027123818727033_2\u0027","TestCases":[{"Name":"includes","Code":"/*When writing async/deferred tests, use \u0060deferred.resolve()\u0060 to mark test as done*/\r\nid.includes(\u0027_\u0027)\r\nid_bot.includes(\u0027_\u0027)\r\nid_local.includes(\u0027_\u0027)","IsDeferred":false},{"Name":"charAt","Code":"id.charAt(12) === \u0027_\u0027\r\nid_bot.charAt(12) === \u0027_\u0027\r\nid_local.charAt(12) === \u0027_\u0027","IsDeferred":false}]}