{"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":"replaceAll","Code":"\u0022[this] [is] [a] [test]\u0022.replaceAll(\u0022[\u0022, \u0022\u0022).replaceAll(\u0022]\u0022, \u0022\u0022);","IsDeferred":false},{"Name":"replace with global regex","Code":"\u0022[this] [is] [a] [test]\u0022.replace(/\\]|\\[/g, \u0022\u0022);","IsDeferred":false}]}