browserstack-node-sdk 1.36.2 → 1.36.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -7
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
  138. package/generated/sdk-messages-accessibility_grpc_pb.d.ts +0 -1
  139. package/generated/sdk-messages-accessibility_grpc_pb.js +0 -1
  140. package/generated/sdk-messages-accessibility_pb.d.ts +0 -279
  141. package/generated/sdk-messages-accessibility_pb.js +0 -2186
  142. package/generated/sdk-messages-ai_grpc_pb.d.ts +0 -1
  143. package/generated/sdk-messages-ai_grpc_pb.js +0 -1
  144. package/generated/sdk-messages-ai_pb.d.ts +0 -217
  145. package/generated/sdk-messages-ai_pb.js +0 -1650
  146. package/generated/sdk-messages-observability_grpc_pb.d.ts +0 -1
  147. package/generated/sdk-messages-observability_grpc_pb.js +0 -1
  148. package/generated/sdk-messages-observability_pb.d.ts +0 -178
  149. package/generated/sdk-messages-observability_pb.js +0 -1377
  150. package/generated/sdk-messages-percy_grpc_pb.d.ts +0 -1
  151. package/generated/sdk-messages-percy_grpc_pb.js +0 -1
  152. package/generated/sdk-messages-percy_pb.d.ts +0 -37
  153. package/generated/sdk-messages-percy_pb.js +0 -266
  154. package/generated/sdk-messages-testhub_grpc_pb.d.ts +0 -1
  155. package/generated/sdk-messages-testhub_grpc_pb.js +0 -1
  156. package/generated/sdk-messages-testhub_pb.d.ts +0 -39
  157. package/generated/sdk-messages-testhub_pb.js +0 -290
  158. package/generated/sdk-messages_grpc_pb.d.ts +0 -1
  159. package/generated/sdk-messages_grpc_pb.js +0 -1
  160. package/generated/sdk-messages_pb.d.ts +0 -1105
  161. package/generated/sdk-messages_pb.js +0 -8580
  162. package/generated/sdk_grpc_pb.d.ts +0 -113
  163. package/generated/sdk_grpc_pb.js +0 -609
  164. package/generated/sdk_pb.d.ts +0 -9
  165. package/generated/sdk_pb.js +0 -31
  166. package/src/bin/v2/TestInfo.js +0 -1
  167. package/src/bin/v2/browserstackCLI.js +0 -1
  168. package/src/bin/v2/cliUtils.js +0 -1
  169. package/src/bin/v2/customTagManager.js +0 -1
  170. package/src/bin/v2/eventDispatcher.js +0 -1
  171. package/src/bin/v2/framework/automationFramework.js +0 -1
  172. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +0 -1
  173. package/src/bin/v2/framework/constants/testFrameworkConstants.js +0 -1
  174. package/src/bin/v2/framework/playwrightAutomationFramework.js +0 -1
  175. package/src/bin/v2/framework/playwrightTestFramework.js +0 -1
  176. package/src/bin/v2/framework/testFramework.js +0 -1
  177. package/src/bin/v2/grpcClient.js +0 -1
  178. package/src/bin/v2/instances/automationFrameworkInstance.js +0 -1
  179. package/src/bin/v2/instances/testFrameworkInstance.js +0 -1
  180. package/src/bin/v2/instances/trackedContext.js +0 -1
  181. package/src/bin/v2/instances/trackedInstance.js +0 -1
  182. package/src/bin/v2/modules/accessibilityModule.js +0 -1
  183. package/src/bin/v2/modules/baseModule.js +0 -1
  184. package/src/bin/v2/modules/observabilityModule.js +0 -1
  185. package/src/bin/v2/modules/playwrightDriverModule.js +0 -1
  186. package/src/bin/v2/modules/testhubModule.js +0 -1
  187. package/src/bin/v2/state/automationFrameworkState.js +0 -1
  188. package/src/bin/v2/state/hookState.js +0 -1
  189. package/src/bin/v2/state/testFrameworkState.js +0 -1
  190. package/src/bin/v2/uploadAttachmentsManager.js +0 -1
  191. package/src/helpers/classLogger.js +0 -1
  192. package/src/helpers/test-orchestration/fail-fast/fileHelper.js +0 -1
  193. package/src/helpers/test-orchestration/fail-fast/jest.js +0 -1
  194. package/src/helpers/test-orchestration/fail-fast/requestUtils.js +0 -1
@@ -1 +1 @@
1
- function a23_0x21b0(){const _0x964757=['shutdown','PdxfT','NHofZ','env','KAcdQ','uuid','force','zYpEG','262681QSzGox','dirPath','existsSync','getTestUUID','21306TpUHaT','dBsjW','unlinkSync','mkdirSync','tests','homedir','803054eHEopy','PdfQD','11sYFwAx','.json','path','rmSync','readFileSync','exports','3284180dXsnPN','XZjfY','retry','620znJXlB','toString','1611OzDmIo','2CfOdQi','removeTestUUID','3944FhiXqM','jest-o11y-','ENV_VAR','join','../../../helpers/testhub/constants','ZvaGk','setup','_projectId','.browserstack','recursive','25201080iOSYFy','_test','110008FQjXUb','parse','testData.json','stringify','72SFOcmy','getFilePath','getTestData'];a23_0x21b0=function(){return _0x964757;};return a23_0x21b0();}const a23_0x515e54=a23_0x56ff;(function(_0x5c1f28,_0x1a0674){const _0xe13820=a23_0x56ff,_0x339a77=_0x5c1f28();while(!![]){try{const _0x20f932=-parseInt(_0xe13820(0x1d9))/0x1*(parseInt(_0xe13820(0x1f1))/0x2)+parseInt(_0xe13820(0x1f0))/0x3*(-parseInt(_0xe13820(0x1f3))/0x4)+parseInt(_0xe13820(0x1ee))/0x5*(-parseInt(_0xe13820(0x1dd))/0x6)+-parseInt(_0xe13820(0x1e3))/0x7+-parseInt(_0xe13820(0x1ca))/0x8*(parseInt(_0xe13820(0x1ce))/0x9)+-parseInt(_0xe13820(0x1eb))/0xa+-parseInt(_0xe13820(0x1e5))/0xb*(-parseInt(_0xe13820(0x1c8))/0xc);if(_0x20f932===_0x1a0674)break;else _0x339a77['push'](_0x339a77['shift']());}catch(_0x177437){_0x339a77['push'](_0x339a77['shift']());}}}(a23_0x21b0,0x4cc57));const fs=require('fs'),path=require(a23_0x515e54(0x1e7)),{v4:uuidv4}=require(a23_0x515e54(0x1d6)),helper=require('../../../helpers/helper'),testHubConstants=require(a23_0x515e54(0x1f7));function a23_0x56ff(_0x1ac396,_0x137aa7){const _0x21b00c=a23_0x21b0();return a23_0x56ff=function(_0x56ff5a,_0x404d77){_0x56ff5a=_0x56ff5a-0x1c4;let _0x319913=_0x21b00c[_0x56ff5a];return _0x319913;},a23_0x56ff(_0x1ac396,_0x137aa7);}class TestDetails{static ['tests']={};static [a23_0x515e54(0x1da)]=path[a23_0x515e54(0x1f6)](helper[a23_0x515e54(0x1e2)](),'.browserstack',a23_0x515e54(0x1f4)+process['env'][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']]);static[a23_0x515e54(0x1c4)](){const _0x2e1729=a23_0x515e54,_0xbb1f8a={};_0xbb1f8a[_0x2e1729(0x1d3)]=_0x2e1729(0x1c6);const _0x3acd91=_0xbb1f8a;this[_0x2e1729(0x1da)]=path[_0x2e1729(0x1f6)](helper[_0x2e1729(0x1e2)](),_0x3acd91[_0x2e1729(0x1d3)],'jest-o11y-'+process[_0x2e1729(0x1d4)][testHubConstants[_0x2e1729(0x1f5)]['BROWSERSTACK_TESTHUB_UUID']]),this[_0x2e1729(0x1d1)]();const _0x290a40={};_0x290a40['recursive']=!![],fs[_0x2e1729(0x1e0)](this[_0x2e1729(0x1da)],_0x290a40);}static[a23_0x515e54(0x1cf)](_0x5c6af9){const _0x2a4a0d=a23_0x515e54,_0x14666f={};_0x14666f[_0x2a4a0d(0x1f8)]=function(_0xb89113,_0x49c7ba){return _0xb89113+_0x49c7ba;},_0x14666f['zYpEG']=_0x2a4a0d(0x1e6);const _0x12e068=_0x14666f;return path['join'](this[_0x2a4a0d(0x1da)],_0x12e068['ZvaGk'](_0x5c6af9,_0x12e068[_0x2a4a0d(0x1d8)]));}static['getTestRunIdFromTestInfo'](_0x1df3d1){const _0x1b1a8a=a23_0x515e54,_0x462a18={};_0x462a18['dBsjW']=function(_0x28be0e,_0x1df040){return _0x28be0e+_0x1df040;},_0x462a18[_0x1b1a8a(0x1ec)]=function(_0x11b2cd,_0x10c9c3){return _0x11b2cd+_0x10c9c3;},_0x462a18[_0x1b1a8a(0x1e4)]=function(_0x296eff,_0x337c5f){return _0x296eff+_0x337c5f;};const _0x45fd07=_0x462a18;return _0x45fd07[_0x1b1a8a(0x1de)](_0x45fd07[_0x1b1a8a(0x1ec)](_0x45fd07[_0x1b1a8a(0x1e4)](_0x45fd07[_0x1b1a8a(0x1ec)](_0x1df3d1['_test'][_0x1b1a8a(0x1c5)],'-'),_0x1df3d1[_0x1b1a8a(0x1c9)]['id']),'-'),_0x1df3d1[_0x1b1a8a(0x1ed)]);}static[a23_0x515e54(0x1dc)](_0x37252e){const _0x32e329=a23_0x515e54,_0x264b62=this[_0x32e329(0x1cf)](_0x37252e);if(fs[_0x32e329(0x1db)](_0x264b62)){const _0x1a936e=JSON[_0x32e329(0x1cb)](fs[_0x32e329(0x1e9)](_0x264b62)[_0x32e329(0x1ef)]());return this['tests'][_0x37252e]=_0x1a936e,this['tests'][_0x37252e]['uuid'];}}static['setTestData'](_0x34839b){const _0x3bcb2f=a23_0x515e54,_0x143c0b={};_0x143c0b['PdxfT']=_0x3bcb2f(0x1cc);const _0x50c69e=_0x143c0b,_0x1ae547=path['join'](this[_0x3bcb2f(0x1da)],_0x50c69e[_0x3bcb2f(0x1d2)]);fs['writeFileSync'](_0x1ae547,JSON[_0x3bcb2f(0x1cd)](_0x34839b));}static[a23_0x515e54(0x1d0)](){const _0x1f44df=a23_0x515e54,_0x33c279={};_0x33c279[_0x1f44df(0x1d5)]=_0x1f44df(0x1cc);const _0x2755f5=_0x33c279,_0x8490b8=path['join'](this[_0x1f44df(0x1da)],_0x2755f5[_0x1f44df(0x1d5)]);let _0x356d49={};try{return _0x8490b8&&fs[_0x1f44df(0x1db)](_0x8490b8)&&(_0x356d49=JSON['parse'](fs[_0x1f44df(0x1e9)](_0x8490b8)[_0x1f44df(0x1ef)]())),_0x356d49;}catch(_0x2630b7){return _0x356d49;}}static['setTestUUID'](_0xd4efa5){const _0x2fbbf4=a23_0x515e54,_0xd95bb9={'ZMHbg':function(_0x3aa771){return _0x3aa771();}},_0x50a909=this[_0x2fbbf4(0x1cf)](_0xd4efa5);return this['tests'][_0xd4efa5]={'uuid':_0xd95bb9['ZMHbg'](uuidv4)},fs['writeFileSync'](_0x50a909,JSON[_0x2fbbf4(0x1cd)](this[_0x2fbbf4(0x1e1)][_0xd4efa5])),this[_0x2fbbf4(0x1e1)][_0xd4efa5][_0x2fbbf4(0x1d6)];}static[a23_0x515e54(0x1f2)](_0x5b2821){const _0x44d6fa=a23_0x515e54,_0x29088f=this['getFilePath'](_0x5b2821);_0x29088f&&(fs[_0x44d6fa(0x1db)](_0x29088f)&&fs[_0x44d6fa(0x1df)](_0x29088f));}static[a23_0x515e54(0x1d1)](){const _0x506eea=a23_0x515e54,_0x5e45d3={};_0x5e45d3[_0x506eea(0x1c7)]=!![],_0x5e45d3[_0x506eea(0x1d7)]=!![],fs[_0x506eea(0x1e8)](this[_0x506eea(0x1da)],_0x5e45d3);}}module[a23_0x515e54(0x1ea)]=TestDetails;
1
+ const a23_0x4932f9=a23_0x3fa5;(function(_0x1cb4e3,_0x4a494f){const _0x338c6d=a23_0x3fa5,_0x362b57=_0x1cb4e3();while(!![]){try{const _0x30ebe1=-parseInt(_0x338c6d(0xfb))/0x1*(parseInt(_0x338c6d(0xe8))/0x2)+-parseInt(_0x338c6d(0xf1))/0x3+parseInt(_0x338c6d(0x100))/0x4*(-parseInt(_0x338c6d(0x107))/0x5)+parseInt(_0x338c6d(0x10b))/0x6+-parseInt(_0x338c6d(0xfa))/0x7+-parseInt(_0x338c6d(0xf7))/0x8+parseInt(_0x338c6d(0xe5))/0x9*(parseInt(_0x338c6d(0xed))/0xa);if(_0x30ebe1===_0x4a494f)break;else _0x362b57['push'](_0x362b57['shift']());}catch(_0x5658bd){_0x362b57['push'](_0x362b57['shift']());}}}(a23_0x170e,0x996b5));const fs=require('fs'),path=require(a23_0x4932f9(0xe6)),{v4:uuidv4}=require(a23_0x4932f9(0xf9)),helper=require('../../../helpers/helper'),testHubConstants=require(a23_0x4932f9(0x10c));function a23_0x170e(){const _0x399445=['BROWSERSTACK_TESTHUB_UUID','getTestUUID','7388264nZfZgv','mkdirSync','uuid','1747025dRxMIi','3xsZAYt','WkwzT','uEJmu','testData.json','exports','353636NdtFHS','.browserstack','join','dirPath','readFileSync','writeFileSync','jest-o11y-','5oehyom','existsSync','shutdown','_test','1824300MWckJw','../../../helpers/testhub/constants','recursive','getTestRunIdFromTestInfo','homedir','sODVd','force','pUvEv','setup','getFilePath','NCjqi','LXQxu','parse','toString','1706283xQLtkf','path','stringify','507778yAwPbd','ENV_VAR','VKtjd','kptQr','tests','180NlpCyQ','.json','setTestUUID','retry','3195081fJNsHk','env','_projectId','unlinkSync'];a23_0x170e=function(){return _0x399445;};return a23_0x170e();}function a23_0x3fa5(_0x3f41a5,_0xca43e9){const _0x170edb=a23_0x170e();return a23_0x3fa5=function(_0x3fa5a9,_0x1b9ed9){_0x3fa5a9=_0x3fa5a9-0xdc;let _0x1263b2=_0x170edb[_0x3fa5a9];return _0x1263b2;},a23_0x3fa5(_0x3f41a5,_0xca43e9);}class TestDetails{static [a23_0x4932f9(0xec)]={};static [a23_0x4932f9(0x103)]=path[a23_0x4932f9(0x102)](helper['homedir'](),'.browserstack',a23_0x4932f9(0x106)+process['env'][testHubConstants[a23_0x4932f9(0xe9)][a23_0x4932f9(0xf5)]]);static[a23_0x4932f9(0xdf)](){const _0x52fc06=a23_0x4932f9,_0x218148={};_0x218148[_0x52fc06(0xdc)]=_0x52fc06(0x101);const _0xcd7aff=_0x218148;this[_0x52fc06(0x103)]=path['join'](helper[_0x52fc06(0x10f)](),_0xcd7aff['sODVd'],_0x52fc06(0x106)+process[_0x52fc06(0xf2)][testHubConstants[_0x52fc06(0xe9)]['BROWSERSTACK_TESTHUB_UUID']]),this[_0x52fc06(0x109)]();const _0x54e988={};_0x54e988[_0x52fc06(0x10d)]=!![],fs[_0x52fc06(0xf8)](this[_0x52fc06(0x103)],_0x54e988);}static[a23_0x4932f9(0xe0)](_0x248f14){const _0x5ac843=a23_0x4932f9,_0x3b6994={};_0x3b6994[_0x5ac843(0xde)]=function(_0x6577e4,_0x2ecf28){return _0x6577e4+_0x2ecf28;},_0x3b6994[_0x5ac843(0xfd)]=_0x5ac843(0xee);const _0x255822=_0x3b6994;return path['join'](this['dirPath'],_0x255822[_0x5ac843(0xde)](_0x248f14,_0x255822[_0x5ac843(0xfd)]));}static[a23_0x4932f9(0x10e)](_0xb0fb6){const _0x23403f=a23_0x4932f9,_0x57c769={};_0x57c769['kptQr']=function(_0x8adc74,_0x504a38){return _0x8adc74+_0x504a38;},_0x57c769[_0x23403f(0xea)]=function(_0xaddba5,_0x5943bf){return _0xaddba5+_0x5943bf;};const _0x2c5902=_0x57c769;return _0x2c5902[_0x23403f(0xeb)](_0x2c5902[_0x23403f(0xeb)](_0x2c5902[_0x23403f(0xeb)](_0x2c5902[_0x23403f(0xea)](_0xb0fb6[_0x23403f(0x10a)][_0x23403f(0xf3)],'-'),_0xb0fb6[_0x23403f(0x10a)]['id']),'-'),_0xb0fb6[_0x23403f(0xf0)]);}static[a23_0x4932f9(0xf6)](_0x279fca){const _0x1b3347=a23_0x4932f9,_0x976ef0=this[_0x1b3347(0xe0)](_0x279fca);if(fs[_0x1b3347(0x108)](_0x976ef0)){const _0x5a367d=JSON[_0x1b3347(0xe3)](fs[_0x1b3347(0x104)](_0x976ef0)[_0x1b3347(0xe4)]());return this['tests'][_0x279fca]=_0x5a367d,this[_0x1b3347(0xec)][_0x279fca][_0x1b3347(0xf9)];}}static['setTestData'](_0x246a1d){const _0x233136=a23_0x4932f9,_0x4f97bb={};_0x4f97bb[_0x233136(0xfc)]=_0x233136(0xfe);const _0x4f020b=_0x4f97bb,_0x2075d3=path[_0x233136(0x102)](this[_0x233136(0x103)],_0x4f020b['WkwzT']);fs[_0x233136(0x105)](_0x2075d3,JSON[_0x233136(0xe7)](_0x246a1d));}static['getTestData'](){const _0xa40b6c=a23_0x4932f9,_0x3b30e3={};_0x3b30e3[_0xa40b6c(0xe2)]='testData.json';const _0x4f2a6e=_0x3b30e3,_0x5d280f=path[_0xa40b6c(0x102)](this[_0xa40b6c(0x103)],_0x4f2a6e[_0xa40b6c(0xe2)]);let _0x506263={};try{return _0x5d280f&&fs[_0xa40b6c(0x108)](_0x5d280f)&&(_0x506263=JSON[_0xa40b6c(0xe3)](fs[_0xa40b6c(0x104)](_0x5d280f)[_0xa40b6c(0xe4)]())),_0x506263;}catch(_0x4c7043){return _0x506263;}}static[a23_0x4932f9(0xef)](_0x483af4){const _0x45e4ca=a23_0x4932f9,_0x15ec0e={'NCjqi':function(_0x34a137){return _0x34a137();}},_0x3b9501=this[_0x45e4ca(0xe0)](_0x483af4);return this[_0x45e4ca(0xec)][_0x483af4]={'uuid':_0x15ec0e[_0x45e4ca(0xe1)](uuidv4)},fs[_0x45e4ca(0x105)](_0x3b9501,JSON[_0x45e4ca(0xe7)](this['tests'][_0x483af4])),this[_0x45e4ca(0xec)][_0x483af4]['uuid'];}static['removeTestUUID'](_0x20f60d){const _0x164ba6=a23_0x4932f9,_0x410c3f=this[_0x164ba6(0xe0)](_0x20f60d);_0x410c3f&&(fs[_0x164ba6(0x108)](_0x410c3f)&&fs[_0x164ba6(0xf4)](_0x410c3f));}static[a23_0x4932f9(0x109)](){const _0x47ba84=a23_0x4932f9,_0x365deb={};_0x365deb[_0x47ba84(0x10d)]=!![],_0x365deb[_0x47ba84(0xdd)]=!![],fs['rmSync'](this[_0x47ba84(0x103)],_0x365deb);}}module[a23_0x4932f9(0xff)]=TestDetails;
@@ -1 +1 @@
1
- const a24_0x3e7f08=a24_0x2508;(function(_0x3ef24c,_0x123f4a){const _0x5b14b3=a24_0x2508,_0x20b410=_0x3ef24c();while(!![]){try{const _0x31687e=-parseInt(_0x5b14b3(0x178))/0x1*(parseInt(_0x5b14b3(0x179))/0x2)+-parseInt(_0x5b14b3(0x17d))/0x3*(-parseInt(_0x5b14b3(0x17f))/0x4)+-parseInt(_0x5b14b3(0x180))/0x5+parseInt(_0x5b14b3(0x182))/0x6+-parseInt(_0x5b14b3(0x17b))/0x7*(parseInt(_0x5b14b3(0x174))/0x8)+-parseInt(_0x5b14b3(0x17c))/0x9*(parseInt(_0x5b14b3(0x175))/0xa)+parseInt(_0x5b14b3(0x181))/0xb;if(_0x31687e===_0x123f4a)break;else _0x20b410['push'](_0x20b410['shift']());}catch(_0x3e4fb2){_0x20b410['push'](_0x20b410['shift']());}}}(a24_0xdb50,0x69cfe));function a24_0x2508(_0x37dd36,_0x3e0abd){const _0xdb5060=a24_0xdb50();return a24_0x2508=function(_0x250888,_0x1ac5f9){_0x250888=_0x250888-0x173;let _0x5d8d4=_0xdb5060[_0x250888];return _0x5d8d4;},a24_0x2508(_0x37dd36,_0x3e0abd);}function a24_0xdb50(){const _0x541002=['../../helpers/setKeepAlive','3874654GBYCiS','99oHJncO','3JATbSf','__webdriver','2808996gyMPmx','211565TXblYs','5168746KBzauQ','3960852vfIKcU','keys','8yLYDkp','555670roTkvO','../../helpers/helper','selenium-webdriver','1899TbgfVS','202okJBVV'];a24_0xdb50=function(){return _0x541002;};return a24_0xdb50();}const {requireModule}=require(a24_0x3e7f08(0x176));require(a24_0x3e7f08(0x17a))();const __wd__=requireModule(a24_0x3e7f08(0x177));for(const key of Object[a24_0x3e7f08(0x173)](global[a24_0x3e7f08(0x17e)])){__wd__[key]=global[a24_0x3e7f08(0x17e)][key];}
1
+ const a24_0x239939=a24_0x51a9;(function(_0x459edc,_0x23f3e4){const _0x30cde0=a24_0x51a9,_0x1694a5=_0x459edc();while(!![]){try{const _0x286be3=-parseInt(_0x30cde0(0x105))/0x1+parseInt(_0x30cde0(0x10f))/0x2*(-parseInt(_0x30cde0(0x10e))/0x3)+-parseInt(_0x30cde0(0x109))/0x4+parseInt(_0x30cde0(0x107))/0x5+parseInt(_0x30cde0(0x106))/0x6+parseInt(_0x30cde0(0x110))/0x7+-parseInt(_0x30cde0(0x10b))/0x8*(-parseInt(_0x30cde0(0x111))/0x9);if(_0x286be3===_0x23f3e4)break;else _0x1694a5['push'](_0x1694a5['shift']());}catch(_0x39ea2c){_0x1694a5['push'](_0x1694a5['shift']());}}}(a24_0x2af6,0xcb625));function a24_0x2af6(){const _0x5705bd=['7038785whikuK','../../helpers/helper','3934368zWswIf','keys','152wjFxqo','__webdriver','../../helpers/setKeepAlive','3ahCVAY','1566640digkhI','2353428bqPBWL','657963MrsPBY','744293NDgAEx','1267632wUeHBf'];a24_0x2af6=function(){return _0x5705bd;};return a24_0x2af6();}const {requireModule}=require(a24_0x239939(0x108));require(a24_0x239939(0x10d))();function a24_0x51a9(_0x9a2158,_0x5887f7){const _0x2af6e9=a24_0x2af6();return a24_0x51a9=function(_0x51a916,_0x566309){_0x51a916=_0x51a916-0x105;let _0x123712=_0x2af6e9[_0x51a916];return _0x123712;},a24_0x51a9(_0x9a2158,_0x5887f7);}const __wd__=requireModule('selenium-webdriver');for(const key of Object[a24_0x239939(0x10a)](global['__webdriver'])){__wd__[key]=global[a24_0x239939(0x10c)][key];}
@@ -1 +1 @@
1
- const a25_0x3b9677=a25_0xf544;function a25_0xf544(_0xc54b7b,_0xc87314){const _0x2e6d36=a25_0x2e6d();return a25_0xf544=function(_0xf54439,_0x301db3){_0xf54439=_0xf54439-0x111;let _0x2bfc29=_0x2e6d36[_0xf54439];return _0x2bfc29;},a25_0xf544(_0xc54b7b,_0xc87314);}function a25_0x2e6d(){const _0x4c15dc=['624165vDvRXd','4hYvpYu','testsAmbiguous','_argv','../../helpers/performance/constants','../../helpers/ai-sdk/autoHealHelper','_bsConfig','_framework','mochaOpts','capability','testsPassed','_mochaOpts','includes','../../helpers/test-observability/utils','9926667VetnCY','../../helpers/performance/performance-tester','2KXogXy','testSuites','platform','configuration','yTILA','setupCucumber','testsUndefined','_formatter','6188hCtUjo','713591WnXDtl','10|16|23|2|11|14|1|4|6|9|22|12|21|5|17|19|3|18|15|0|8|13|7|20','../../helpers/accessibility-automation/helper','3641920raOQPf','testSuitesFailed','split','testsSkipped','_accessibilityAutomation','platformCaps','__platform__','testsUnknown','../../helpers/helper','2730dyGrfX','framework','testsErrorMessage','_capability','setConfig','AI_ENABLED_FRAMEWORK','_testObservability','totalTests','724265XhbBjR','testsPending','resolvePaths','../../helpers/test-observability/requestQueueHandler','_configuration','testsFailed','3040700YnMWsa','../utils/constants','../v2/browserstackCLI','__platformCaps','formatter'];a25_0x2e6d=function(){return _0x4c15dc;};return a25_0x2e6d();}(function(_0x10df04,_0x14e827){const _0x5997ee=a25_0xf544,_0x4e1a7f=_0x10df04();while(!![]){try{const _0x54dd6d=-parseInt(_0x5997ee(0x131))/0x1+parseInt(_0x5997ee(0x128))/0x2*(-parseInt(_0x5997ee(0x118))/0x3)+-parseInt(_0x5997ee(0x119))/0x4*(parseInt(_0x5997ee(0x145))/0x5)+-parseInt(_0x5997ee(0x13d))/0x6*(-parseInt(_0x5997ee(0x130))/0x7)+parseInt(_0x5997ee(0x134))/0x8+parseInt(_0x5997ee(0x126))/0x9+-parseInt(_0x5997ee(0x113))/0xa;if(_0x54dd6d===_0x14e827)break;else _0x4e1a7f['push'](_0x4e1a7f['shift']());}catch(_0xadc333){_0x4e1a7f['push'](_0x4e1a7f['shift']());}}}(a25_0x2e6d,0x9001e));const path=require('path'),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a25_0x3b9677(0x114)),{isAccessibilityAutomationSession}=require(a25_0x3b9677(0x133)),RequestQueueHandler=require(a25_0x3b9677(0x148)),{isTestObservabilitySession}=require(a25_0x3b9677(0x125)),helper=require(a25_0x3b9677(0x13c)),PerformanceTester=require(a25_0x3b9677(0x127)),PerformanceEvents=require(a25_0x3b9677(0x11c))['EVENTS'],{commandRepository}=require(a25_0x3b9677(0x11d)),BrowserstackCLI=require(a25_0x3b9677(0x115));class Launcher{constructor(_0x481f86,_0xd0099d,_0x47f59f,_0x1adc14=[]){const _0x48260e=a25_0x3b9677,_0x3b0c4c={'yTILA':_0x48260e(0x132),'vyoWI':function(_0x4ad841){return _0x4ad841();}},_0x5d456b=_0x3b0c4c[_0x48260e(0x12c)][_0x48260e(0x136)]('|');let _0x3a225d=0x0;while(!![]){switch(_0x5d456b[_0x3a225d++]){case'0':global[_0x48260e(0x12e)]=0x0;continue;case'1':global[_0x48260e(0x13a)]=this[_0x48260e(0x111)][_0x48260e(0x12a)];continue;case'2':this[_0x48260e(0x123)]=_0xd0099d[_0x48260e(0x120)];continue;case'3':global[_0x48260e(0x146)]=0x0;continue;case'4':this[_0x48260e(0x11b)]=_0x1adc14;continue;case'5':global[_0x48260e(0x144)]=0x0;continue;case'6':this[_0x48260e(0x11e)]=_0x47f59f;continue;case'7':global[_0x48260e(0x13f)]={};continue;case'8':global[_0x48260e(0x13b)]=0x0;continue;case'9':this[_0x48260e(0x143)]=_0x3b0c4c['vyoWI'](isTestObservabilitySession);continue;case'10':this[_0x48260e(0x11f)]=_0x481f86;continue;case'11':this[_0x48260e(0x12f)]=_0xd0099d[_0x48260e(0x117)];continue;case'12':global[_0x48260e(0x116)]=this[_0x48260e(0x111)][_0x48260e(0x139)]||{};continue;case'13':global[_0x48260e(0x11a)]=0x0;continue;case'14':this[_0x48260e(0x140)]=this[_0x48260e(0x111)][_0x48260e(0x121)];continue;case'15':global[_0x48260e(0x135)]=0x0;continue;case'16':this[_0x48260e(0x111)]=_0xd0099d[_0x48260e(0x12b)]||{};continue;case'17':global[_0x48260e(0x122)]=0x0;continue;case'18':global[_0x48260e(0x137)]=0x0;continue;case'19':global[_0x48260e(0x112)]=0x0;continue;case'20':!constants[_0x48260e(0x142)][_0x48260e(0x124)](_0x481f86)&&(commandRepository[_0x48260e(0x141)](_0x47f59f),commandRepository['setFramework'](_0x481f86));continue;case'21':global[_0x48260e(0x129)]=0x0;continue;case'22':this[_0x48260e(0x138)]=_0x3b0c4c['vyoWI'](isAccessibilityAutomationSession);continue;case'23':this[_0x48260e(0x111)][_0x48260e(0x13e)]=_0x481f86;continue;}break;}}[a25_0x3b9677(0x12d)](_0x148e25,_0x12b912,_0x3ff0b6){const _0x43c758=a25_0x3b9677,_0x5e9600=_0x148e25[_0x43c758(0x147)];_0x148e25.resolvePaths=async function(){const pathResults=await _0x5e9600.apply(this,arguments);if(!pathResults.requirePaths){pathResults.requirePaths=[];}pathResults.requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js')].concat(pathResults.requirePaths,path.join(__dirname,_0x3ff0b6));return pathResults;},_0x12b912.push('--format'),_0x12b912.push(path.join(__dirname,'../cucumber-js/formatter/custom_formatter.js'));}run(){return new Promise(async(resolve,reject)=>{PerformanceTester.start(PerformanceEvents.SDK_PRE_TEST);require('../../helpers/setKeepAlive')();if(this._framework==='mocha'){const mochaRunHelper=requireModule('mocha/lib/cli/run-helpers.js','mocha');const Mocha=requireModule('mocha');if(isBrowserstackInfra()){modifyCommand();}const mochaHooks=require('../mocha/test.setup').mochaHooks;if(!helper.isUndefined(this._mochaOpts.mochaRequire)){this._mochaOpts.require=this._mochaOpts.mochaRequire;const plugins=await mochaRunHelper.handleRequires([this._mochaOpts.require]);Object.assign(this._mochaOpts,plugins);}const rootHooks={beforeAll:[mochaHooks.beforeAll],beforeEach:[mochaHooks.beforeEach],afterAll:[mochaHooks.afterAll],afterEach:[mochaHooks.afterEach]};if(isTestObservabilitySession()){const mochaObservabilityHooks=require('../mocha/test-observability/data-hooks').mochaHooks;rootHooks.beforeAll.unshift(mochaObservabilityHooks.beforeAll);rootHooks.afterAll.push(mochaObservabilityHooks.afterAll);}if(this._mochaOpts.rootHooks){this._mochaOpts.rootHooks.beforeAll&&rootHooks.beforeAll.unshift(...this._mochaOpts.rootHooks.beforeAll);this._mochaOpts.rootHooks.beforeEach&&rootHooks.beforeEach.unshift(...this._mochaOpts.rootHooks.beforeEach);this._mochaOpts.rootHooks.afterAll&&rootHooks.afterAll.push(...this._mochaOpts.rootHooks.afterAll);this._mochaOpts.rootHooks.afterEach&&rootHooks.afterEach.push(...this._mochaOpts.rootHooks.afterEach);}const userReporter=this._mochaOpts.reporter;let mochaTimeout=this._mochaOpts.timeout*1;if(this._mochaOpts.timeout===0){mochaTimeout=0;}else{mochaTimeout+=constants.BSTACK_DELTA;}const mochaOpts={};Object.assign(mochaOpts,this._mochaOpts);const reporterOption={};Object.assign(reporterOption,this._mochaOpts.reporterOptions);Object.assign(reporterOption,{type:userReporter||'spec',testObservability:this._testObservability,bsConfig:this._bsConfig});mochaOpts.reporterOption=reporterOption;Object.assign(mochaOpts,{reporter:path.join(__dirname,'../mocha/bstack-reporter/customReporter.js'),parallel:false,rootHooks,isWorker:true,timeout:mochaTimeout});global.browserstackPlatformIndex=helper.nestedKeyValue(this._configuration,['platformIndex']);global.browserstackPercyBestPlatform=helper.nestedKeyValue(this._configuration,['browserStackPercyOptions','browserstackPercyBestPlatform']);global.percy=helper.nestedKeyValue(this._configuration,['browserStackPercyOptions','percy']);global.percyCaptureMode=helper.nestedKeyValue(this._configuration,['browserStackPercyOptions','percyCaptureMode']);global.capabilities=[this._capability];if(helper.isBrowserstackInfra()){if(this._bsConfig.testContextOptions.skipSessionName){global.__skipSessionName=true;}if(this._bsConfig.testContextOptions.skipSessionStatus){global.__skipSessionStatus=true;}}else{global.__skipSessionName=true;global.__skipSessionStatus=true;}if(this._bsConfig.turboScaleUrl){this._configuration.turboScaleUrl=this._bsConfig.turboScaleUrl;}const mocha=new Mocha(mochaOpts);mocha.prevRun=mocha.run;if(isTestObservabilitySession()){mocha.run=function(_){return mocha.prevRun(exit=>{const checkPendingUploadsInterval=setInterval(async()=>{PerformanceTester.start(PerformanceEvents.SDK_POST_TEST);if(RequestQueueHandler.getInstance().pendingUploads<=0){clearInterval(checkPendingUploadsInterval);await cleanupDrivers(global.__driversArray);resolve(exit);}},1000);});};}else{mocha.run=function(_){return mocha.prevRun(async exit=>{PerformanceTester.start(PerformanceEvents.SDK_POST_TEST);await cleanupDrivers(global.__driversArray);resolve(exit);});};}try{require('../../index').browserstackAgentV2(this._configuration,null,this._testObservability);}catch{}PerformanceTester.end(PerformanceEvents.SDK_PRE_TEST);const runProm=mochaRunHelper.runMocha(mocha,mochaOpts);runProm&&runProm.catch(er=>{reject(er);});}else if(this._framework==='cucumber-js'){let cucumberCli;global.capabilities=[this._capability];try{cucumberCli=requireModule('@cucumber/cucumber/lib/cli/index.js','@cucumber/cucumber');}catch(e){cucumberCli=requireModule('cucumber/lib/cli/index.js','cucumber');}const argv=this._argv;const index=argv.indexOf('cucumber-js');if(index>-1){argv.splice(index,1);}const timeoutFileName='../cucumber-js/timeout.setup.js';let paths;try{paths=requireModule('@cucumber/cucumber/lib/paths/paths.js','@cucumber/cucumber');this.setupCucumber(paths,argv,timeoutFileName);}catch(e){try{paths=requireModule('@cucumber/cucumber/lib/api/paths.js','@cucumber/cucumber');this.setupCucumber(paths,argv,timeoutFileName);}catch(e){let hookFileName='../cucumber-js/test.setup.js';let ConfigurationBuilder;try{ConfigurationBuilder=requireModule('@cucumber/cucumber/lib/cli/configuration_builder.js','@cucumber/cucumber').default;argv.push('--format');argv.push(path.join(__dirname,'../cucumber-js/formatter/custom_formatter.js'));}catch(e){ConfigurationBuilder=requireModule('cucumber/lib/cli/configuration_builder.js','cucumber').default;argv.push('--format');argv.push(path.join(__dirname,'../cucumber-js/formatter/custom_formatter_old_versions.js'));hookFileName='../cucumber-js/test_old.setup.js';}const configBuilder=ConfigurationBuilder.prototype.build;ConfigurationBuilder.prototype.build=async function(){const builderHash=await configBuilder.call(this);builderHash.supportCodePaths.unshift(path.join(__dirname,hookFileName));builderHash.supportCodePaths.push(path.join(__dirname,timeoutFileName));return builderHash;};}}argv.push('--parallel');argv.push(`${this._configuration.maxWorkers}`);if(this._formatter&&this._formatter.length>0){for(let i=0;i<this._formatter.length;i++){const r=getPlatformName(this._capability).replace(/ /g,'_');if(this._formatter[i]!==undefined&&this._formatter[i].length>0){const formatterFinalOutputFileName=this._formatter[i][1];const formatterType=`${this._formatter[i][0]}`;if(formatterFinalOutputFileName!==undefined){const formatterOutputFile=`tmp/${r}${path.extname(formatterFinalOutputFileName)}`;argv.push('--format');argv.push(`${formatterType}:${formatterOutputFile}`);}else{argv.push('--format');argv.push(`${formatterType}:tmp/${r}`);}}}}const cucumber=new cucumberCli.default({argv:argv,cwd:process.cwd(),stdout:process.stdout,stderr:process.stderr,env:process.env});process.env.CONFIG=JSON.stringify(this._configuration);process.env.BSTACK_CONFIG=JSON.stringify(this._bsConfig);cucumber.run().then(async output=>{const _results={scenarios:global.testSuites,steps:global.totalTests,scenariosFailed:global.testSuitesFailed,stepsFailed:global.testsFailed,stepsPassed:global.testsPassed,stepsSkipped:global.testsSkipped,stepsPending:global.testsPending,stepsUndefined:global.testsUndefined,stepsUnknown:global.testsUnknown,stepsAmbiguous:global.testsAmbiguous,processSuccess:output.success,testsErrorMessage:global.testsErrorMessage};await RequestQueueHandler.getInstance().shutdown();resolve(_results);}).catch(async er=>{await RequestQueueHandler.getInstance().shutdown();reject(er);});}else if(this._framework==='vanilla'){global.capabilities=[this._capability];process.argv=this._configuration.args;try{modifyCommand();require('../../index').browserstackAgent(this._configuration);let i=0;process.on('beforeExit',async()=>{if(i>0){return;}i++;await cleanupDrivers(global.__driversArray);});require(this._configuration.file);}catch(er){console.error(er);await BrowserstackCLI.getInstance().stop();process.exitCode=1;reject(er);}resolve();}});}}module.exports=Launcher;
1
+ function a25_0xfd53(){const _0x29fec4=['../../helpers/helper','2696gbsPDG','1281uLHgJu','1470399mWUYfs','../../helpers/test-observability/utils','split','EVENTS','testsFailed','testsAmbiguous','../../helpers/accessibility-automation/helper','170842Kvewmh','FAACP','_configuration','../utils/constants','97715kEVXMo','_argv','_capability','configuration','testsPassed','332112AEttEI','AI_ENABLED_FRAMEWORK','testsPending','mochaOpts','1364248MRdZYY','21|16|20|19|11|17|0|1|15|2|4|13|7|8|6|23|18|14|22|9|5|12|10|3','nAcWW','_mochaOpts','framework','_formatter','../../helpers/ai-sdk/autoHealHelper','platform','testsSkipped','__platformCaps','path','setupCucumber','_testObservability','includes','__platform__','testsUnknown','10WIdeKo','6780191KrhuVY','formatter','resolvePaths','testsUndefined','totalTests','4NCEQTV','testsErrorMessage','18eeXKEY'];a25_0xfd53=function(){return _0x29fec4;};return a25_0xfd53();}function a25_0x1861(_0x4e04fc,_0x1b6f61){const _0xfd5365=a25_0xfd53();return a25_0x1861=function(_0x18615f,_0x5547d2){_0x18615f=_0x18615f-0x1e4;let _0xf8f229=_0xfd5365[_0x18615f];return _0xf8f229;},a25_0x1861(_0x4e04fc,_0x1b6f61);}const a25_0x566fe5=a25_0x1861;(function(_0x36450d,_0x358600){const _0x4e4524=a25_0x1861,_0x48e8a6=_0x36450d();while(!![]){try{const _0x450835=parseInt(_0x4e4524(0x20c))/0x1*(parseInt(_0x4e4524(0x1e9))/0x2)+-parseInt(_0x4e4524(0x211))/0x3*(-parseInt(_0x4e4524(0x210))/0x4)+-parseInt(_0x4e4524(0x1ed))/0x5+parseInt(_0x4e4524(0x1f2))/0x6+-parseInt(_0x4e4524(0x212))/0x7+-parseInt(_0x4e4524(0x1f6))/0x8*(-parseInt(_0x4e4524(0x20e))/0x9)+-parseInt(_0x4e4524(0x206))/0xa*(parseInt(_0x4e4524(0x207))/0xb);if(_0x450835===_0x358600)break;else _0x48e8a6['push'](_0x48e8a6['shift']());}catch(_0x4127f2){_0x48e8a6['push'](_0x48e8a6['shift']());}}}(a25_0xfd53,0x2becb));const path=require(a25_0x566fe5(0x200)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a25_0x566fe5(0x20f)),constants=require(a25_0x566fe5(0x1ec)),{isAccessibilityAutomationSession}=require(a25_0x566fe5(0x1e8)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require(a25_0x566fe5(0x213)),helper=require(a25_0x566fe5(0x20f)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a25_0x566fe5(0x1e5)],{commandRepository}=require(a25_0x566fe5(0x1fc));class Launcher{constructor(_0x4a88e9,_0x133a73,_0x17bf26,_0x1fd00a=[]){const _0x1f5295=a25_0x566fe5,_0x498a18={'bWTlO':_0x1f5295(0x1f7),'FAACP':function(_0x4abc28){return _0x4abc28();},'nAcWW':function(_0x26dc52){return _0x26dc52();}},_0x5e1d16=_0x498a18['bWTlO'][_0x1f5295(0x1e4)]('|');let _0x50a58e=0x0;while(!![]){switch(_0x5e1d16[_0x50a58e++]){case'0':global[_0x1f5295(0x204)]=this[_0x1f5295(0x1eb)][_0x1f5295(0x1fd)];continue;case'1':this[_0x1f5295(0x1ee)]=_0x1fd00a;continue;case'2':this[_0x1f5295(0x202)]=_0x498a18[_0x1f5295(0x1ea)](isTestObservabilitySession);continue;case'3':!constants[_0x1f5295(0x1f3)][_0x1f5295(0x203)](_0x4a88e9)&&(commandRepository['setConfig'](_0x17bf26),commandRepository['setFramework'](_0x4a88e9));continue;case'4':this['_accessibilityAutomation']=_0x498a18[_0x1f5295(0x1f8)](isAccessibilityAutomationSession);continue;case'5':global[_0x1f5295(0x205)]=0x0;continue;case'6':global[_0x1f5295(0x1f1)]=0x0;continue;case'7':global['testSuites']=0x0;continue;case'8':global[_0x1f5295(0x20b)]=0x0;continue;case'9':global[_0x1f5295(0x20a)]=0x0;continue;case'10':global[_0x1f5295(0x20d)]={};continue;case'11':this[_0x1f5295(0x1fb)]=_0x133a73[_0x1f5295(0x208)];continue;case'12':global[_0x1f5295(0x1e7)]=0x0;continue;case'13':global[_0x1f5295(0x1ff)]=this[_0x1f5295(0x1eb)]['platformCaps']||{};continue;case'14':global[_0x1f5295(0x1fe)]=0x0;continue;case'15':this['_bsConfig']=_0x17bf26;continue;case'16':this[_0x1f5295(0x1eb)]=_0x133a73[_0x1f5295(0x1f0)]||{};continue;case'17':this[_0x1f5295(0x1ef)]=this[_0x1f5295(0x1eb)]['capability'];continue;case'18':global[_0x1f5295(0x1f4)]=0x0;continue;case'19':this[_0x1f5295(0x1f9)]=_0x133a73[_0x1f5295(0x1f5)];continue;case'20':this[_0x1f5295(0x1eb)][_0x1f5295(0x1fa)]=_0x4a88e9;continue;case'21':this['_framework']=_0x4a88e9;continue;case'22':global['testSuitesFailed']=0x0;continue;case'23':global[_0x1f5295(0x1e6)]=0x0;continue;}break;}}[a25_0x566fe5(0x201)](_0x1e7833,_0x2dfa48,_0x3d960e){const _0x4dba37=a25_0x566fe5,_0x25c83f=_0x1e7833[_0x4dba37(0x209)];_0x1e7833.resolvePaths=async function(){const pathResults=await _0x25c83f.apply(this,arguments);if(!pathResults.requirePaths){pathResults.requirePaths=[];}pathResults.requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js')].concat(pathResults.requirePaths,path.join(__dirname,_0x3d960e));return pathResults;},_0x2dfa48.push('--format'),_0x2dfa48.push(path.join(__dirname,'../cucumber-js/formatter/custom_formatter.js'));}run(){return new Promise(async(resolve,reject)=>{PerformanceTester.start(PerformanceEvents.SDK_PRE_TEST);require('../../helpers/setKeepAlive')();if(this._framework==='mocha'){const mochaRunHelper=requireModule('mocha/lib/cli/run-helpers.js','mocha');const Mocha=requireModule('mocha');if(isBrowserstackInfra()){modifyCommand();}const mochaHooks=require('../mocha/test.setup').mochaHooks;if(!helper.isUndefined(this._mochaOpts.mochaRequire)){this._mochaOpts.require=this._mochaOpts.mochaRequire;const plugins=await mochaRunHelper.handleRequires([this._mochaOpts.require]);Object.assign(this._mochaOpts,plugins);}const rootHooks={beforeAll:[mochaHooks.beforeAll],beforeEach:[mochaHooks.beforeEach],afterAll:[mochaHooks.afterAll],afterEach:[mochaHooks.afterEach]};if(isTestObservabilitySession()){const mochaObservabilityHooks=require('../mocha/test-observability/data-hooks').mochaHooks;rootHooks.beforeAll.unshift(mochaObservabilityHooks.beforeAll);rootHooks.afterAll.push(mochaObservabilityHooks.afterAll);}if(this._mochaOpts.rootHooks){this._mochaOpts.rootHooks.beforeAll&&rootHooks.beforeAll.unshift(...this._mochaOpts.rootHooks.beforeAll);this._mochaOpts.rootHooks.beforeEach&&rootHooks.beforeEach.unshift(...this._mochaOpts.rootHooks.beforeEach);this._mochaOpts.rootHooks.afterAll&&rootHooks.afterAll.push(...this._mochaOpts.rootHooks.afterAll);this._mochaOpts.rootHooks.afterEach&&rootHooks.afterEach.push(...this._mochaOpts.rootHooks.afterEach);}const userReporter=this._mochaOpts.reporter;let mochaTimeout=this._mochaOpts.timeout*1;if(this._mochaOpts.timeout===0){mochaTimeout=0;}else{mochaTimeout+=constants.BSTACK_DELTA;}const mochaOpts={};Object.assign(mochaOpts,this._mochaOpts);const reporterOption={};Object.assign(reporterOption,this._mochaOpts.reporterOptions);Object.assign(reporterOption,{type:userReporter||'spec',testObservability:this._testObservability,bsConfig:this._bsConfig});mochaOpts.reporterOption=reporterOption;Object.assign(mochaOpts,{reporter:path.join(__dirname,'../mocha/bstack-reporter/customReporter.js'),parallel:false,rootHooks,isWorker:true,timeout:mochaTimeout});global.browserstackPlatformIndex=helper.nestedKeyValue(this._configuration,['platformIndex']);global.browserstackPercyBestPlatform=helper.nestedKeyValue(this._configuration,['browserStackPercyOptions','browserstackPercyBestPlatform']);global.percy=helper.nestedKeyValue(this._configuration,['browserStackPercyOptions','percy']);global.percyCaptureMode=helper.nestedKeyValue(this._configuration,['browserStackPercyOptions','percyCaptureMode']);global.capabilities=[this._capability];if(helper.isBrowserstackInfra()){if(this._bsConfig.testContextOptions.skipSessionName){global.__skipSessionName=true;}if(this._bsConfig.testContextOptions.skipSessionStatus){global.__skipSessionStatus=true;}}else{global.__skipSessionName=true;global.__skipSessionStatus=true;}if(this._bsConfig.turboScaleUrl){this._configuration.turboScaleUrl=this._bsConfig.turboScaleUrl;}const mocha=new Mocha(mochaOpts);mocha.prevRun=mocha.run;if(isTestObservabilitySession()){mocha.run=function(_){return mocha.prevRun(exit=>{const checkPendingUploadsInterval=setInterval(async()=>{PerformanceTester.start(PerformanceEvents.SDK_POST_TEST);if(RequestQueueHandler.getInstance().pendingUploads<=0){clearInterval(checkPendingUploadsInterval);await cleanupDrivers(global.__driversArray);resolve(exit);}},1000);});};}else{mocha.run=function(_){return mocha.prevRun(async exit=>{PerformanceTester.start(PerformanceEvents.SDK_POST_TEST);await cleanupDrivers(global.__driversArray);resolve(exit);});};}try{require('../../index').browserstackAgentV2(this._configuration,null,this._testObservability);}catch{}PerformanceTester.end(PerformanceEvents.SDK_PRE_TEST);const runProm=mochaRunHelper.runMocha(mocha,mochaOpts);runProm&&runProm.catch(er=>{reject(er);});}else if(this._framework==='cucumber-js'){let cucumberCli;global.capabilities=[this._capability];try{cucumberCli=requireModule('@cucumber/cucumber/lib/cli/index.js','@cucumber/cucumber');}catch(e){cucumberCli=requireModule('cucumber/lib/cli/index.js','cucumber');}const argv=this._argv;const index=argv.indexOf('cucumber-js');if(index>-1){argv.splice(index,1);}const timeoutFileName='../cucumber-js/timeout.setup.js';let paths;try{paths=requireModule('@cucumber/cucumber/lib/paths/paths.js','@cucumber/cucumber');this.setupCucumber(paths,argv,timeoutFileName);}catch(e){try{paths=requireModule('@cucumber/cucumber/lib/api/paths.js','@cucumber/cucumber');this.setupCucumber(paths,argv,timeoutFileName);}catch(e){let hookFileName='../cucumber-js/test.setup.js';let ConfigurationBuilder;try{ConfigurationBuilder=requireModule('@cucumber/cucumber/lib/cli/configuration_builder.js','@cucumber/cucumber').default;argv.push('--format');argv.push(path.join(__dirname,'../cucumber-js/formatter/custom_formatter.js'));}catch(e){ConfigurationBuilder=requireModule('cucumber/lib/cli/configuration_builder.js','cucumber').default;argv.push('--format');argv.push(path.join(__dirname,'../cucumber-js/formatter/custom_formatter_old_versions.js'));hookFileName='../cucumber-js/test_old.setup.js';}const configBuilder=ConfigurationBuilder.prototype.build;ConfigurationBuilder.prototype.build=async function(){const builderHash=await configBuilder.call(this);builderHash.supportCodePaths.unshift(path.join(__dirname,hookFileName));builderHash.supportCodePaths.push(path.join(__dirname,timeoutFileName));return builderHash;};}}argv.push('--parallel');argv.push(`${this._configuration.maxWorkers}`);if(this._formatter&&this._formatter.length>0){for(let i=0;i<this._formatter.length;i++){const r=getPlatformName(this._capability).replace(/ /g,'_');if(this._formatter[i]!==undefined&&this._formatter[i].length>0){const formatterFinalOutputFileName=this._formatter[i][1];const formatterType=`${this._formatter[i][0]}`;if(formatterFinalOutputFileName!==undefined){const formatterOutputFile=`tmp/${r}${path.extname(formatterFinalOutputFileName)}`;argv.push('--format');argv.push(`${formatterType}:${formatterOutputFile}`);}else{argv.push('--format');argv.push(`${formatterType}:tmp/${r}`);}}}}const cucumber=new cucumberCli.default({argv:argv,cwd:process.cwd(),stdout:process.stdout,stderr:process.stderr,env:process.env});process.env.CONFIG=JSON.stringify(this._configuration);process.env.BSTACK_CONFIG=JSON.stringify(this._bsConfig);cucumber.run().then(async output=>{const _results={scenarios:global.testSuites,steps:global.totalTests,scenariosFailed:global.testSuitesFailed,stepsFailed:global.testsFailed,stepsPassed:global.testsPassed,stepsSkipped:global.testsSkipped,stepsPending:global.testsPending,stepsUndefined:global.testsUndefined,stepsUnknown:global.testsUnknown,stepsAmbiguous:global.testsAmbiguous,processSuccess:output.success,testsErrorMessage:global.testsErrorMessage};await RequestQueueHandler.getInstance().shutdown();resolve(_results);}).catch(async er=>{await RequestQueueHandler.getInstance().shutdown();reject(er);});}else if(this._framework==='vanilla'){global.capabilities=[this._capability];process.argv=this._configuration.args;try{modifyCommand();require('../../index').browserstackAgent(this._configuration);let i=0;process.on('beforeExit',async()=>{if(i>0){return;}i++;await cleanupDrivers(global.__driversArray);});require(this._configuration.file);}catch(er){console.error(er);process.exitCode=1;reject(er);}resolve();}});}}module.exports=Launcher;
@@ -1 +1 @@
1
- const a26_0x10bd31=a26_0x1549;(function(_0x516a02,_0x32e0de){const _0x299b23=a26_0x1549,_0x4db8de=_0x516a02();while(!![]){try{const _0x2df544=-parseInt(_0x299b23(0x1a1))/0x1*(-parseInt(_0x299b23(0x183))/0x2)+parseInt(_0x299b23(0x172))/0x3*(-parseInt(_0x299b23(0x1b2))/0x4)+parseInt(_0x299b23(0x195))/0x5*(-parseInt(_0x299b23(0x173))/0x6)+parseInt(_0x299b23(0x19e))/0x7+-parseInt(_0x299b23(0x19c))/0x8*(-parseInt(_0x299b23(0x193))/0x9)+parseInt(_0x299b23(0x189))/0xa*(-parseInt(_0x299b23(0x1ac))/0xb)+-parseInt(_0x299b23(0x178))/0xc*(-parseInt(_0x299b23(0x18e))/0xd);if(_0x2df544===_0x32e0de)break;else _0x4db8de['push'](_0x4db8de['shift']());}catch(_0x53c8ab){_0x4db8de['push'](_0x4db8de['shift']());}}}(a26_0x181d,0x19acc));const path=require(a26_0x10bd31(0x1bc)),os=require('os'),util=require('util'),bsSetupHelper=require(a26_0x10bd31(0x19b)),globals=require('../../../helpers/globals'),logger=require(a26_0x10bd31(0x1be))[a26_0x10bd31(0x1ae)];exports['setAccessibilityCapabilities']=_0x22145e=>{const _0x31c32a=a26_0x10bd31,_0x504868={};_0x504868[_0x31c32a(0x194)]=_0x31c32a(0x197),_0x504868[_0x31c32a(0x1ba)]='browserstack.accessibility',_0x504868[_0x31c32a(0x1b6)]='isAccessibilityPlatform',_0x504868['UcGAK']=_0x31c32a(0x191);const _0x5ec144=_0x504868;try{const _0x4f571b=_0x22145e[_0x31c32a(0x184)]||{};if(_0x4f571b[_0x5ec144[_0x31c32a(0x194)]]&&_0x4f571b[_0x5ec144[_0x31c32a(0x194)]][_0x31c32a(0x179)]||_0x22145e[_0x31c32a(0x184)][_0x5ec144[_0x31c32a(0x1ba)]]){globals[_0x31c32a(0x1b9)](_0x5ec144['ZNFko'],!![]);if(_0x4f571b[_0x5ec144[_0x31c32a(0x194)]]){if(_0x4f571b[_0x5ec144[_0x31c32a(0x194)]][_0x31c32a(0x16f)])_0x4f571b[_0x5ec144[_0x31c32a(0x194)]]['accessibilityOptions'][_0x31c32a(0x17e)]=process['env'][_0x31c32a(0x1a0)];else{const _0x3f8643={};_0x3f8643[_0x31c32a(0x17e)]=process[_0x31c32a(0x196)][_0x31c32a(0x1a0)],_0x4f571b[_0x5ec144[_0x31c32a(0x194)]][_0x31c32a(0x16f)]=_0x3f8643;}_0x4f571b[_0x5ec144['jqObG']][_0x31c32a(0x16f)][_0x31c32a(0x199)]=JSON[_0x31c32a(0x190)](process[_0x31c32a(0x196)][_0x31c32a(0x1ab)])['scannerVersion'];}else{if(_0x22145e[_0x31c32a(0x184)][_0x5ec144['Rcstn']]){if(_0x4f571b[_0x5ec144[_0x31c32a(0x176)]])_0x4f571b[_0x5ec144[_0x31c32a(0x176)]][_0x31c32a(0x17e)]=process[_0x31c32a(0x196)][_0x31c32a(0x1a0)];else{const _0x24c76b={};_0x24c76b['authToken']=process[_0x31c32a(0x196)]['BS_A11Y_JWT'],_0x4f571b[_0x5ec144[_0x31c32a(0x176)]]=_0x24c76b;}_0x4f571b[_0x5ec144[_0x31c32a(0x176)]][_0x31c32a(0x199)]=JSON['parse'](process[_0x31c32a(0x196)][_0x31c32a(0x1ab)])['scannerVersion'];}}}}catch(_0x3ec2ef){logger[_0x31c32a(0x1bb)](_0x31c32a(0x18d)+_0x3ec2ef);}},exports['setExtension']=(_0x3c0322,_0x459731)=>{const _0x1eac85=a26_0x10bd31,_0x4e5a9a={};_0x4e5a9a[_0x1eac85(0x19d)]=_0x1eac85(0x197),_0x4e5a9a[_0x1eac85(0x188)]=function(_0x41cc71,_0x48878e){return _0x41cc71!==_0x48878e;},_0x4e5a9a['kiEMQ']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x4e5a9a['TRzVY']=function(_0x3b2f3c,_0x36d16d){return _0x3b2f3c!==_0x36d16d;},_0x4e5a9a['HqlWt']='chrome',_0x4e5a9a[_0x1eac85(0x1b4)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x4e5a9a['ehvIb']=function(_0x281e7c,_0x400736){return _0x281e7c===_0x400736;},_0x4e5a9a[_0x1eac85(0x1ad)]=_0x1eac85(0x1bf),_0x4e5a9a['kXBlg']=function(_0x28b322,_0x533b8d){return _0x28b322>_0x533b8d;},_0x4e5a9a['KOSDv']=_0x1eac85(0x1a9),_0x4e5a9a[_0x1eac85(0x170)]=_0x1eac85(0x1bd),_0x4e5a9a[_0x1eac85(0x174)]=_0x1eac85(0x18a),_0x4e5a9a['zbqNB']='options_',_0x4e5a9a['ESbXL']=_0x1eac85(0x1b7),_0x4e5a9a[_0x1eac85(0x1a2)]='chromeOptions',_0x4e5a9a[_0x1eac85(0x185)]=_0x1eac85(0x1a6),_0x4e5a9a[_0x1eac85(0x1a3)]=_0x1eac85(0x17d);const _0x35607f=_0x4e5a9a;try{const _0x35053d=_0x459731[_0x1eac85(0x184)]||{},_0x2578e6=(_0x35053d[_0x35607f[_0x1eac85(0x19d)]]?_0x35053d[_0x35607f['rcVDV']][_0x1eac85(0x192)]:_0x35053d[_0x1eac85(0x1af)])||'';if(_0x35607f[_0x1eac85(0x188)](_0x2578e6,''))return logger[_0x1eac85(0x1b8)](_0x35607f[_0x1eac85(0x18b)]),![];const _0x20d655=_0x35053d[_0x1eac85(0x182)]||_0x3c0322[_0x1eac85(0x19f)][_0x1eac85(0x17c)]();if(_0x35607f[_0x1eac85(0x17f)](_0x20d655[_0x1eac85(0x186)](),_0x35607f[_0x1eac85(0x1c0)]))return logger['warn'](_0x35607f[_0x1eac85(0x1b4)]),![];const _0x291a7d=_0x35053d[_0x1eac85(0x18c)]||_0x35053d[_0x1eac85(0x1a8)]||_0x3c0322[_0x1eac85(0x19f)][_0x1eac85(0x1aa)]();if(!bsSetupHelper[_0x1eac85(0x1b1)](_0x291a7d)&&!(_0x35607f[_0x1eac85(0x17b)](_0x291a7d,_0x35607f['OIwCE'])||_0x35607f[_0x1eac85(0x1b3)](_0x291a7d,0x5e)))return logger[_0x1eac85(0x1b8)](_0x35607f[_0x1eac85(0x18f)]),![];let _0x1f4dac;try{_0x1f4dac=bsSetupHelper['requireModule'](_0x35607f[_0x1eac85(0x170)],_0x35607f[_0x1eac85(0x174)]);}catch(_0x5c4fba){return![];}const _0xc6fa1d=new _0x1f4dac['Options'](_0x3c0322[_0x1eac85(0x1a5)]),_0x52ddf5=bsSetupHelper['nestedKeyValue'](_0xc6fa1d,[_0x35607f[_0x1eac85(0x175)],_0x35607f[_0x1eac85(0x1a4)]])||bsSetupHelper['nestedKeyValue'](_0x3c0322[_0x1eac85(0x19f)][_0x1eac85(0x19a)](_0x35607f[_0x1eac85(0x19d)]),[_0x35607f[_0x1eac85(0x1a2)],_0x35607f[_0x1eac85(0x1a4)]])||bsSetupHelper[_0x1eac85(0x1b5)](_0x3c0322[_0x1eac85(0x19f)]['get'](_0x35607f[_0x1eac85(0x1a2)]),[_0x35607f[_0x1eac85(0x1a4)]])||[];if(_0x52ddf5[_0x1eac85(0x180)](_0x35607f[_0x1eac85(0x185)]))return logger[_0x1eac85(0x1b8)](_0x35607f[_0x1eac85(0x1a3)]),![];return!![];}catch(_0x213742){logger['debug']('Exception\x20in\x20setExtension\x20Error:\x20'+util['format'](_0x213742));}return![];},exports[a26_0x10bd31(0x198)]=async _0x12ed52=>{const _0x560b03=a26_0x10bd31,_0x447f99={};_0x447f99['ORwbf']=function(_0x1e3df9,_0x1c4d3d){return _0x1e3df9===_0x1c4d3d;},_0x447f99[_0x560b03(0x171)]=_0x560b03(0x1b0);const _0x2875fb=_0x447f99;let _0x1fc2b6={};try{const _0x41dae6=await _0x12ed52[_0x560b03(0x1a7)]();_0x1fc2b6={'os_name':_0x41dae6[_0x560b03(0x181)](),'os_version':bsSetupHelper[_0x560b03(0x177)](_0x2875fb[_0x560b03(0x187)](global['__cloud_provider___'],_0x2875fb['pGwVX'])),'browser_name':_0x41dae6[_0x560b03(0x17c)](),'browser_version':_0x41dae6[_0x560b03(0x1aa)]()};}catch(_0x5a07df){logger[_0x560b03(0x1bb)](_0x560b03(0x17a)+_0x5a07df);}return _0x1fc2b6;};function a26_0x1549(_0x5e449a,_0x3fa3b9){const _0x181d51=a26_0x181d();return a26_0x1549=function(_0x1549b8,_0x3557bf){_0x1549b8=_0x1549b8-0x16f;let _0x516063=_0x181d51[_0x1549b8];return _0x516063;},a26_0x1549(_0x5e449a,_0x3fa3b9);}function a26_0x181d(){const _0xd52705=['scannerVersion','get','../../../helpers/helper','24GHUiur','rcVDV','1020943KHdnUh','capabilities_','BS_A11Y_JWT','17104ofnJXd','HAHvV','oFSQr','ESbXL','chromeOptions_','--headless','getCapabilities','browser_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','getBrowserVersion','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','1199dTSgag','OIwCE','winstonLogger','device','browserstack','isUndefined','170260ANavyJ','kXBlg','uujqD','nestedKeyValue','ZNFko','args','warn','setGlobal','Rcstn','debug','path','selenium-webdriver/chrome.js','../../../helpers/logger','latest','HqlWt','accessibilityOptions','biJAI','pGwVX','12USaOeH','981426XiOAII','fBbDb','zbqNB','UcGAK','getPlatformVersion','3206724fpCidl','accessibility','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','ehvIb','getBrowserName','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','authToken','TRzVY','includes','getPlatform','browserName','4UIJmCf','capability','PUywL','toLowerCase','ORwbf','hSbGE','5910yxoJxM','selenium-webdriver','kiEMQ','browserVersion','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','13KZSelL','KOSDv','parse','browserstack.accessibilityOptions','deviceName','168390NEdFUE','jqObG','5QEgocP','env','bstack:options','fetchPlatformDetails'];a26_0x181d=function(){return _0xd52705;};return a26_0x181d();}
1
+ const a26_0x5897e7=a26_0x13d0;function a26_0x3fb3(){const _0x2d76a3=['args','1082809jhAwRn','74876ZdkBvS','RXRsY','828TcEcYj','vXhhy','BS_A11Y_JWT','authToken','2070pIHdDR','--headless','180IAgHQp','requireModule','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','setGlobal','vwGLQ','getCapabilities','path','lnqTD','browserstack.accessibility','latest','RBTxB','__cloud_provider___','setExtension','../../../helpers/helper','debug','CcQTE','selenium-webdriver','chromeOptions_','selenium-webdriver/chrome.js','9224990AeQZJN','17428AomWKY','lcCXv','DAWsK','sEPei','accessibility','62440RywwRo','accessibilityOptions','nestedKeyValue','../../../helpers/globals','includes','format','bstack:options','warn','GBGSD','isUndefined','getPlatformVersion','browser_version','kggMw','getBrowserName','options_','../../../helpers/logger','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','LyzVh','env','chrome','scannerVersion','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Exception\x20in\x20setExtension\x20Error:\x20','imdnq','browserName','QzXrX','getBrowserVersion','capability','uZLQd','browserstack.accessibilityOptions','bkXkY','jtflU','setAccessibilityCapabilities','nRvSh','browserVersion','6050UcVGnN','get','capabilities_','winstonLogger','WAwld','browserstack','chromeOptions','motPp','UKwTP','Options','parse','2020928tqwtOo','getPlatform','OWHMS','isAccessibilityPlatform'];a26_0x3fb3=function(){return _0x2d76a3;};return a26_0x3fb3();}function a26_0x13d0(_0x52cf8c,_0x1490e6){const _0x3fb371=a26_0x3fb3();return a26_0x13d0=function(_0x13d0a9,_0x275e09){_0x13d0a9=_0x13d0a9-0x192;let _0x28183c=_0x3fb371[_0x13d0a9];return _0x28183c;},a26_0x13d0(_0x52cf8c,_0x1490e6);}(function(_0x4460d4,_0x1a7ac2){const _0x333d8a=a26_0x13d0,_0x405330=_0x4460d4();while(!![]){try{const _0x231a03=-parseInt(_0x333d8a(0x19e))/0x1+parseInt(_0x333d8a(0x1bb))/0x2*(parseInt(_0x333d8a(0x1a6))/0x3)+-parseInt(_0x333d8a(0x198))/0x4+-parseInt(_0x333d8a(0x1e4))/0x5*(-parseInt(_0x333d8a(0x1a4))/0x6)+-parseInt(_0x333d8a(0x19d))/0x7+-parseInt(_0x333d8a(0x1c0))/0x8*(parseInt(_0x333d8a(0x1a0))/0x9)+parseInt(_0x333d8a(0x1ba))/0xa;if(_0x231a03===_0x1a7ac2)break;else _0x405330['push'](_0x405330['shift']());}catch(_0x2ade56){_0x405330['push'](_0x405330['shift']());}}}(a26_0x3fb3,0x6414e));const path=require(a26_0x5897e7(0x1ad)),os=require('os'),util=require('util'),bsSetupHelper=require(a26_0x5897e7(0x1b4)),globals=require(a26_0x5897e7(0x1c3)),logger=require(a26_0x5897e7(0x1cf))[a26_0x5897e7(0x1e7)];exports[a26_0x5897e7(0x1e1)]=_0xf111d1=>{const _0x5933fa=a26_0x5897e7,_0x350167={};_0x350167['imdnq']=_0x5933fa(0x1c6),_0x350167[_0x5933fa(0x1df)]=_0x5933fa(0x1af),_0x350167['PXwPx']=_0x5933fa(0x19b),_0x350167[_0x5933fa(0x1e2)]=_0x5933fa(0x1de);const _0x3cc073=_0x350167;try{const _0x3069a2=_0xf111d1[_0x5933fa(0x1dc)]||{};if(_0x3069a2[_0x3cc073[_0x5933fa(0x1d8)]]&&_0x3069a2[_0x3cc073[_0x5933fa(0x1d8)]][_0x5933fa(0x1bf)]||_0xf111d1[_0x5933fa(0x1dc)][_0x3cc073[_0x5933fa(0x1df)]]){globals[_0x5933fa(0x1aa)](_0x3cc073['PXwPx'],!![]);if(_0x3069a2[_0x3cc073['imdnq']]){if(_0x3069a2[_0x3cc073[_0x5933fa(0x1d8)]][_0x5933fa(0x1c1)])_0x3069a2[_0x3cc073['imdnq']]['accessibilityOptions'][_0x5933fa(0x1a3)]=process[_0x5933fa(0x1d2)][_0x5933fa(0x1a2)];else{const _0x553d2e={};_0x553d2e['authToken']=process[_0x5933fa(0x1d2)][_0x5933fa(0x1a2)],_0x3069a2[_0x3cc073[_0x5933fa(0x1d8)]][_0x5933fa(0x1c1)]=_0x553d2e;}_0x3069a2[_0x3cc073['imdnq']][_0x5933fa(0x1c1)][_0x5933fa(0x1d4)]=JSON[_0x5933fa(0x197)](process['env'][_0x5933fa(0x1d5)])[_0x5933fa(0x1d4)];}else{if(_0xf111d1[_0x5933fa(0x1dc)][_0x3cc073[_0x5933fa(0x1df)]]){if(_0x3069a2[_0x3cc073[_0x5933fa(0x1e2)]])_0x3069a2[_0x3cc073[_0x5933fa(0x1e2)]]['authToken']=process[_0x5933fa(0x1d2)]['BS_A11Y_JWT'];else{const _0x30cd74={};_0x30cd74[_0x5933fa(0x1a3)]=process[_0x5933fa(0x1d2)][_0x5933fa(0x1a2)],_0x3069a2[_0x3cc073[_0x5933fa(0x1e2)]]=_0x30cd74;}_0x3069a2[_0x3cc073['nRvSh']][_0x5933fa(0x1d4)]=JSON[_0x5933fa(0x197)](process[_0x5933fa(0x1d2)][_0x5933fa(0x1d5)])[_0x5933fa(0x1d4)];}}}}catch(_0x42d0e8){logger[_0x5933fa(0x1b5)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x42d0e8);}},exports[a26_0x5897e7(0x1b3)]=(_0x23570a,_0x58aada)=>{const _0x4c99ba=a26_0x5897e7,_0x2c35ce={};_0x2c35ce[_0x4c99ba(0x1ab)]=_0x4c99ba(0x1c6),_0x2c35ce[_0x4c99ba(0x1a1)]=function(_0xe1ed96,_0x35e62c){return _0xe1ed96!==_0x35e62c;},_0x2c35ce[_0x4c99ba(0x1cc)]=_0x4c99ba(0x1a9),_0x2c35ce[_0x4c99ba(0x195)]=function(_0x3c4e69,_0x4c40be){return _0x3c4e69!==_0x4c40be;},_0x2c35ce[_0x4c99ba(0x19a)]=_0x4c99ba(0x1d3),_0x2c35ce[_0x4c99ba(0x1bd)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x2c35ce[_0x4c99ba(0x194)]=function(_0x275370,_0xd043d4){return _0x275370===_0xd043d4;},_0x2c35ce[_0x4c99ba(0x1b6)]=_0x4c99ba(0x1b0),_0x2c35ce[_0x4c99ba(0x1ae)]=function(_0x13cd1a,_0x5212c8){return _0x13cd1a>_0x5212c8;},_0x2c35ce[_0x4c99ba(0x1dd)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x2c35ce[_0x4c99ba(0x1da)]=_0x4c99ba(0x1b9),_0x2c35ce[_0x4c99ba(0x1be)]=_0x4c99ba(0x1b7),_0x2c35ce[_0x4c99ba(0x1b1)]=_0x4c99ba(0x1ce),_0x2c35ce[_0x4c99ba(0x1c8)]=_0x4c99ba(0x19c),_0x2c35ce[_0x4c99ba(0x1bc)]=_0x4c99ba(0x193),_0x2c35ce['LyzVh']=_0x4c99ba(0x1a5),_0x2c35ce['RXRsY']=_0x4c99ba(0x1d6);const _0x4c4dde=_0x2c35ce;try{const _0x148405=_0x58aada[_0x4c99ba(0x1dc)]||{},_0x91b596=(_0x148405[_0x4c4dde[_0x4c99ba(0x1ab)]]?_0x148405[_0x4c4dde['vwGLQ']][_0x4c99ba(0x1a8)]:_0x148405['device'])||'';if(_0x4c4dde['vXhhy'](_0x91b596,''))return logger[_0x4c99ba(0x1c7)](_0x4c4dde['kggMw']),![];const _0x44e3d1=_0x148405[_0x4c99ba(0x1d9)]||_0x23570a[_0x4c99ba(0x1e6)][_0x4c99ba(0x1cd)]();if(_0x4c4dde[_0x4c99ba(0x195)](_0x44e3d1['toLowerCase'](),_0x4c4dde[_0x4c99ba(0x19a)]))return logger[_0x4c99ba(0x1c7)](_0x4c4dde[_0x4c99ba(0x1bd)]),![];const _0xdcb06e=_0x148405[_0x4c99ba(0x1e3)]||_0x148405[_0x4c99ba(0x1cb)]||_0x23570a[_0x4c99ba(0x1e6)][_0x4c99ba(0x1db)]();if(!bsSetupHelper[_0x4c99ba(0x1c9)](_0xdcb06e)&&!(_0x4c4dde[_0x4c99ba(0x194)](_0xdcb06e,_0x4c4dde['CcQTE'])||_0x4c4dde[_0x4c99ba(0x1ae)](_0xdcb06e,0x5e)))return logger['warn'](_0x4c4dde[_0x4c99ba(0x1dd)]),![];let _0x3d15f6;try{_0x3d15f6=bsSetupHelper[_0x4c99ba(0x1a7)](_0x4c4dde['QzXrX'],_0x4c4dde[_0x4c99ba(0x1be)]);}catch(_0x50f967){return![];}const _0x2cf6c1=new _0x3d15f6[(_0x4c99ba(0x196))](_0x23570a[_0x4c99ba(0x1b8)]),_0x55fdde=bsSetupHelper[_0x4c99ba(0x1c2)](_0x2cf6c1,[_0x4c4dde['RBTxB'],_0x4c4dde[_0x4c99ba(0x1c8)]])||bsSetupHelper['nestedKeyValue'](_0x23570a['capabilities_'][_0x4c99ba(0x1e5)](_0x4c4dde[_0x4c99ba(0x1ab)]),[_0x4c4dde['lcCXv'],_0x4c4dde[_0x4c99ba(0x1c8)]])||bsSetupHelper[_0x4c99ba(0x1c2)](_0x23570a[_0x4c99ba(0x1e6)][_0x4c99ba(0x1e5)](_0x4c4dde[_0x4c99ba(0x1bc)]),[_0x4c4dde[_0x4c99ba(0x1c8)]])||[];if(_0x55fdde[_0x4c99ba(0x1c4)](_0x4c4dde[_0x4c99ba(0x1d1)]))return logger[_0x4c99ba(0x1c7)](_0x4c4dde[_0x4c99ba(0x19f)]),![];return!![];}catch(_0x3c5637){logger[_0x4c99ba(0x1b5)](_0x4c99ba(0x1d7)+util[_0x4c99ba(0x1c5)](_0x3c5637));}return![];},exports['fetchPlatformDetails']=async _0x366f21=>{const _0xceefe3=a26_0x5897e7,_0x309df0={};_0x309df0[_0xceefe3(0x1e0)]=function(_0x2b5ba1,_0x29cf7a){return _0x2b5ba1===_0x29cf7a;},_0x309df0[_0xceefe3(0x1e8)]=_0xceefe3(0x192);const _0x435383=_0x309df0;let _0x1fb0f5={};try{const _0x1b3fcf=await _0x366f21[_0xceefe3(0x1ac)]();_0x1fb0f5={'os_name':_0x1b3fcf[_0xceefe3(0x199)](),'os_version':bsSetupHelper[_0xceefe3(0x1ca)](_0x435383[_0xceefe3(0x1e0)](global[_0xceefe3(0x1b2)],_0x435383[_0xceefe3(0x1e8)])),'browser_name':_0x1b3fcf['getBrowserName'](),'browser_version':_0x1b3fcf[_0xceefe3(0x1db)]()};}catch(_0x4da8c9){logger[_0xceefe3(0x1b5)](_0xceefe3(0x1d0)+_0x4da8c9);}return _0x1fb0f5;};
@@ -1 +1 @@
1
- 'use strict';function a27_0x133d(_0x155575,_0x4e26e3){const _0x2d6f20=a27_0x2d6f();return a27_0x133d=function(_0x133dc6,_0xbb756a){_0x133dc6=_0x133dc6-0xbb;let _0xba2e2f=_0x2d6f20[_0x133dc6];return _0xba2e2f;},a27_0x133d(_0x155575,_0x4e26e3);}const a27_0x183a6b=a27_0x133d;(function(_0x4b9d2c,_0x5ba78c){const _0x14ffe8=a27_0x133d,_0x5d3f8f=_0x4b9d2c();while(!![]){try{const _0x284d20=-parseInt(_0x14ffe8(0x1ee))/0x1*(-parseInt(_0x14ffe8(0x1c7))/0x2)+parseInt(_0x14ffe8(0x1a5))/0x3*(parseInt(_0x14ffe8(0x1bc))/0x4)+-parseInt(_0x14ffe8(0x1b1))/0x5+-parseInt(_0x14ffe8(0x142))/0x6+-parseInt(_0x14ffe8(0x175))/0x7*(-parseInt(_0x14ffe8(0x136))/0x8)+-parseInt(_0x14ffe8(0xd8))/0x9+-parseInt(_0x14ffe8(0xe3))/0xa*(-parseInt(_0x14ffe8(0x111))/0xb);if(_0x284d20===_0x5ba78c)break;else _0x5d3f8f['push'](_0x5d3f8f['shift']());}catch(_0xbe79bb){_0x5d3f8f['push'](_0x5d3f8f['shift']());}}}(a27_0x2d6f,0xdaea2));const util=require(a27_0x183a6b(0x1f3)),fs=require('fs'),path=require(a27_0x183a6b(0xfd)),{requireModule,getCentralUser}=require(a27_0x183a6b(0xea)),Base=requireModule(a27_0x183a6b(0xbb),a27_0x183a6b(0x1cd)),utils=requireModule('mocha/lib/utils.js',a27_0x183a6b(0x1cd)),color=Base['color'],Mocha=requireModule(a27_0x183a6b(0x1cd)),Runnable=requireModule(a27_0x183a6b(0x1a9),a27_0x183a6b(0x1cd)),{v4:uuidv4}=require(a27_0x183a6b(0x1b8)),bsSetupHelper=require(a27_0x183a6b(0xea)),testhubUtils=require(a27_0x183a6b(0x1c9)),centralScannerUtils=require(a27_0x183a6b(0x1cb)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require(a27_0x183a6b(0x148)),globals=require(a27_0x183a6b(0xd7)),logger=require(a27_0x183a6b(0x133))[a27_0x183a6b(0x1e0)],TestMetadata=require(a27_0x183a6b(0x190)),a27_0x48cf95={};a27_0x48cf95[a27_0x183a6b(0x1c6)]=a27_0x183a6b(0x18b),a27_0x48cf95[a27_0x183a6b(0x11d)]='AFTER_ALL',a27_0x48cf95[a27_0x183a6b(0x11c)]=a27_0x183a6b(0xf1),a27_0x48cf95[a27_0x183a6b(0x150)]=a27_0x183a6b(0x1ca);const HOOK_TYPES_MAP=a27_0x48cf95,{EVENT_RUN_END,EVENT_TEST_BEGIN,EVENT_TEST_END,EVENT_TEST_PENDING,EVENT_RUN_BEGIN,EVENT_TEST_FAIL,EVENT_TEST_PASS,EVENT_SUITE_BEGIN,EVENT_SUITE_END,EVENT_HOOK_BEGIN,EVENT_HOOK_END}=Mocha[a27_0x183a6b(0xd6)][a27_0x183a6b(0x13a)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable[a27_0x183a6b(0x13a)],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a27_0x183a6b(0xf6)),{consoleHolder}=require(a27_0x183a6b(0x148)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a27_0x183a6b(0x193)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),requestQueueHandler=RequestQueueHandler[a27_0x183a6b(0x1ad)]();class MyReporter{constructor(_0x36d316,_0x19c68a){const _0xc65ced=a27_0x183a6b,_0x4a3e86={'aYGhJ':function(_0x58e79b,_0x4e43c1){return _0x58e79b===_0x4e43c1;},'hbogD':_0xc65ced(0x157),'XatJR':function(_0x39ac16,_0x5339c9){return _0x39ac16===_0x5339c9;},'FhogC':function(_0x1f9549,_0x4c5fca){return _0x1f9549+_0x4c5fca;},'uArdO':function(_0x465444,_0x477885){return _0x465444+_0x477885;},'xHmCV':function(_0x4bc6da,_0x316941,_0x2a6f13){return _0x4bc6da(_0x316941,_0x2a6f13);},'ScVJc':_0xc65ced(0x106),'ysVgE':'%s\x20','NoIQr':function(_0x5f0817,_0x31caaa,_0x1180c1){return _0x5f0817(_0x31caaa,_0x1180c1);},'xYhgq':_0xc65ced(0x155),'zbMFt':_0xc65ced(0x182),'XHvrP':'RUNNING','ynESr':'doc','SshRx':function(_0x1b2d0f,_0x46164d){return _0x1b2d0f===_0x46164d;},'cvDLM':function(_0x5e6d2e){return _0x5e6d2e();},'RMqNw':function(_0x25544b){return _0x25544b();},'MFzGE':_0xc65ced(0x159),'szXIe':_0xc65ced(0xef),'ablCj':'passed','aEPSQ':_0xc65ced(0x164),'odruj':function(_0x7dfc55,_0x413e90){return _0x7dfc55+_0x413e90;},'omIqC':function(_0x9d6790,_0x34f90d){return _0x9d6790+_0x34f90d;},'QeASI':function(_0x401535,_0x4bd6fa,_0x5724de){return _0x401535(_0x4bd6fa,_0x5724de);},'KOZUJ':_0xc65ced(0x102),'sDnSb':function(_0x3eb7a8,_0x49cf6e){return _0x3eb7a8+_0x49cf6e;},'tpbTF':function(_0x430ad1,_0x2fa336,_0x3e2569){return _0x430ad1(_0x2fa336,_0x3e2569);},'izhDo':'pass','eCrWG':_0xc65ced(0x152),'lsdpp':function(_0x1b2494,_0x38a4b9){return _0x1b2494+_0x38a4b9;},'vNjxz':function(_0x2a89ad,_0x12c51b){return _0x2a89ad+_0x12c51b;},'myJpB':function(_0xf56e4f,_0x2ca0bb){return _0xf56e4f+_0x2ca0bb;},'shgyH':function(_0x195682,_0x2c8fce,_0x32cf27){return _0x195682(_0x2c8fce,_0x32cf27);},'tJzkK':function(_0x2ed8eb,_0x152805,_0x22763d){return _0x2ed8eb(_0x152805,_0x22763d);},'cWpBE':_0xc65ced(0x1ba),'uoXEk':_0xc65ced(0x169),'Ihfqw':'\x20\x20%d)\x20%s','ItWkf':function(_0x33244a,_0x5d8e51){return _0x33244a+_0x5d8e51;},'XvRyN':function(_0x5056e5,_0x3e9f21){return _0x5056e5+_0x3e9f21;},'goFZC':_0xc65ced(0x1a2),'vLsMH':_0xc65ced(0xc7),'ujmyp':function(_0x4cc8db,_0x9d9948){return _0x4cc8db===_0x9d9948;},'DIFwc':function(_0x8de544,_0x4560be){return _0x8de544===_0x4560be;},'eOBol':_0xc65ced(0x15a),'qroYD':_0xc65ced(0x1ac),'CsPXV':function(_0x5d865c,_0xfc1dcc){return _0x5d865c===_0xfc1dcc;},'loxsb':function(_0x1bd40c,_0x67c6b5){return _0x1bd40c===_0x67c6b5;},'KQcMg':_0xc65ced(0x162),'VTIoQ':function(_0x17f08e,_0x1eee0b){return _0x17f08e===_0x1eee0b;},'nUjZw':function(_0x38c382,_0x1ff898){return _0x38c382===_0x1ff898;},'mOujd':_0xc65ced(0xfa),'BRniu':function(_0x423379){return _0x423379();},'dSGOo':_0xc65ced(0xee),'GgxMq':function(_0x3bbcfc,_0x569c90){return _0x3bbcfc===_0x569c90;},'YhYan':function(_0x5d7411,_0x2b8f64){return _0x5d7411===_0x2b8f64;},'ealpD':function(_0x5de817,_0xfd77f5){return _0x5de817(_0xfd77f5);},'sKpLo':function(_0x55b4cc){return _0x55b4cc();},'tcklx':function(_0x5af3b1,_0x149f2d){return _0x5af3b1(_0x149f2d);},'ebXUs':function(_0x595ee2,_0x402de6){return _0x595ee2===_0x402de6;},'Etaup':function(_0x137f26){return _0x137f26();},'tkHrr':function(_0x1a5e12){return _0x1a5e12();},'XsBTU':function(_0x3a0f3e,_0x3b35cc){return _0x3a0f3e===_0x3b35cc;},'ZQXHe':_0xc65ced(0x19e),'WmsXI':_0xc65ced(0x1cd),'KMohv':function(_0x10510d,_0x11bb66){return _0x10510d(_0x11bb66);},'GqnPw':function(_0x590486,_0xcceef2){return _0x590486!==_0xcceef2;}};this[_0xc65ced(0x1a8)]=_0x19c68a[_0xc65ced(0x12e)]['type'],this[_0xc65ced(0xfb)]=_0x4a3e86[_0xc65ced(0x177)](isTestObservabilitySession),Base[_0xc65ced(0x195)](this,_0x36d316,_0x19c68a),this['_indents']=0x0,this[_0xc65ced(0x1c1)]=0x0,this['results']=[],this['finalResults']=[],this[_0xc65ced(0x1a3)]=0x0,this['_buildCreated']=![],this[_0xc65ced(0x178)]=[],this[_0xc65ced(0x140)]=_0x4a3e86[_0xc65ced(0xd1)](getTestEnv),this[_0xc65ced(0x14b)]=new PathHelper({'cwd':process[_0xc65ced(0x1a6)]()},this['_testEnv'][_0xc65ced(0xcb)]),this[_0xc65ced(0x104)]=_0x19c68a['reporterOption']['bsConfig'],this[_0xc65ced(0xf4)]();_0x4a3e86[_0xc65ced(0x17a)](this[_0xc65ced(0x1a8)],_0x4a3e86[_0xc65ced(0x1c3)])&&(this['docHtml']='',this[_0xc65ced(0x186)]=0x2);_0x36d316['once'](EVENT_RUN_BEGIN,async()=>{const _0x137051=_0xc65ced;_0x4a3e86[_0x137051(0x1d5)](this['type'],_0x4a3e86['hbogD'])&&Base[_0x137051(0x198)]();})['on'](EVENT_SUITE_BEGIN,_0x28d94e=>{const _0x3decc0=_0xc65ced;if(_0x28d94e[_0x3decc0(0xc0)])return;if(_0x4a3e86[_0x3decc0(0x188)](this[_0x3decc0(0x1a8)],_0x4a3e86['hbogD']))this[_0x3decc0(0x156)](),Base[_0x3decc0(0x198)](_0x4a3e86['FhogC'](_0x4a3e86['uArdO'](this['indent'](),_0x4a3e86[_0x3decc0(0xc1)](color,_0x4a3e86[_0x3decc0(0x174)],_0x4a3e86[_0x3decc0(0x130)])),_0x4a3e86['NoIQr'](color,_0x4a3e86[_0x3decc0(0x143)],_0x4a3e86['zbMFt'])),_0x4a3e86[_0x3decc0(0x14f)],_0x28d94e[_0x3decc0(0x1d8)],global[_0x3decc0(0x116)]);else _0x4a3e86['XatJR'](this['type'],_0x4a3e86[_0x3decc0(0x1c3)])&&(this[_0x3decc0(0x1ce)](this['indent']()+_0x3decc0(0xc9)),++this[_0x3decc0(0x186)],this[_0x3decc0(0x1ce)](this[_0x3decc0(0x103)]()+_0x3decc0(0x134)+utils['escape'](_0x28d94e[_0x3decc0(0x1d8)]+_0x3decc0(0x16c)+global[_0x3decc0(0x116)])+_0x3decc0(0x184)),this['docAppend'](this[_0x3decc0(0x103)]()+_0x3decc0(0x10e)));})['on'](EVENT_HOOK_BEGIN,async _0x38f2e1=>{const _0x2d21c6=_0xc65ced;if(_0x4a3e86[_0x2d21c6(0x12d)](testhubUtils['shouldProcessEventForTesthub'](testHubConstants[_0x2d21c6(0x138)][_0x2d21c6(0xfc)]),!![])){if(!_0x38f2e1[_0x2d21c6(0x1da)])_0x38f2e1['hookAnalyticsId']=_0x4a3e86[_0x2d21c6(0x11b)](uuidv4);else _0x38f2e1['markedStatus']&&(_0x38f2e1[_0x2d21c6(0x1da)]=_0x4a3e86['RMqNw'](uuidv4),delete _0x38f2e1[_0x2d21c6(0xdb)]);_0x38f2e1['started_at']=new Date()[_0x2d21c6(0xf0)](),this[_0x2d21c6(0x105)]=_0x38f2e1,await this['sendTestRunEvent'](_0x38f2e1,undefined,![],_0x4a3e86['MFzGE']);}})['on'](EVENT_HOOK_END,async _0x3e6cb6=>{const _0x1e2985=_0xc65ced;_0x4a3e86[_0x1e2985(0x12d)](testhubUtils[_0x1e2985(0xec)](testHubConstants[_0x1e2985(0x138)][_0x1e2985(0x14e)]),!![])&&(!_0x3e6cb6[_0x1e2985(0xdb)]&&(_0x3e6cb6[_0x1e2985(0xdb)]=!![],await this[_0x1e2985(0x139)](_0x3e6cb6,undefined,![],_0x4a3e86[_0x1e2985(0x1ef)])));})['on'](EVENT_SUITE_END,_0x3a8614=>{const _0x5d0266=_0xc65ced;if(_0x3a8614[_0x5d0266(0xc0)])return;if(_0x4a3e86[_0x5d0266(0x1d5)](this['type'],_0x4a3e86[_0x5d0266(0x13e)]))Base[_0x5d0266(0x198)](),Base['consoleLog'](_0x4a3e86[_0x5d0266(0x17c)](_0x4a3e86[_0x5d0266(0x1dd)](this['indent'](),_0x4a3e86[_0x5d0266(0xc1)](color,_0x4a3e86[_0x5d0266(0xe4)],_0x4a3e86[_0x5d0266(0x130)])),_0x4a3e86['QeASI'](color,_0x4a3e86[_0x5d0266(0x143)],_0x4a3e86[_0x5d0266(0x13f)])),_0x4a3e86['vLsMH'],_0x3a8614[_0x5d0266(0x1d8)],global['__platform__']),this['results'][_0x5d0266(0x16b)](_0x51bedb=>{const _0xe7c9f7=_0x5d0266;if(_0x4a3e86[_0xe7c9f7(0x12d)](_0x51bedb[_0xe7c9f7(0x1f4)],_0x4a3e86[_0xe7c9f7(0x1e2)])){var _0x4f0bc2;_0x4a3e86['XatJR'](_0x51bedb[_0xe7c9f7(0x15c)],_0x4a3e86[_0xe7c9f7(0xdd)])?(_0x4f0bc2=_0x4a3e86[_0xe7c9f7(0x1bd)](_0x4a3e86[_0xe7c9f7(0x1bf)](this[_0xe7c9f7(0x103)](),_0x4a3e86[_0xe7c9f7(0x12c)](color,_0x4a3e86['KOZUJ'],_0x4a3e86['sDnSb']('\x20\x20',Base[_0xe7c9f7(0xca)]['ok']))),_0x4a3e86[_0xe7c9f7(0x181)](color,_0x4a3e86[_0xe7c9f7(0x19a)],_0x4a3e86[_0xe7c9f7(0x10d)])),Base[_0xe7c9f7(0x198)](_0x4f0bc2,_0x51bedb[_0xe7c9f7(0x1d8)])):(_0x4f0bc2=_0x4a3e86['omIqC'](_0x4a3e86[_0xe7c9f7(0xbe)](_0x4a3e86[_0xe7c9f7(0x1d1)](this[_0xe7c9f7(0x103)](),_0x4a3e86[_0xe7c9f7(0x12c)](color,_0x4a3e86[_0xe7c9f7(0x1af)],_0x4a3e86['myJpB']('\x20\x20',Base[_0xe7c9f7(0xca)]['ok']))),_0x4a3e86[_0xe7c9f7(0x113)](color,_0x4a3e86[_0xe7c9f7(0x19a)],_0x4a3e86[_0xe7c9f7(0x10d)])),_0x4a3e86[_0xe7c9f7(0x1a7)](color,_0x51bedb[_0xe7c9f7(0x15c)],_0x4a3e86['cWpBE'])),Base[_0xe7c9f7(0x198)](_0x4f0bc2,_0x51bedb[_0xe7c9f7(0x1d8)],_0x51bedb['duration']));}else Base['consoleLog'](_0x4a3e86[_0xe7c9f7(0x1d1)](this['indent'](),_0x4a3e86[_0xe7c9f7(0x12c)](color,_0x4a3e86[_0xe7c9f7(0x1f1)],_0x4a3e86[_0xe7c9f7(0xbd)])),++this[_0xe7c9f7(0x1c1)],_0x51bedb[_0xe7c9f7(0x1d8)]);}),this[_0x5d0266(0x1cf)]();else _0x4a3e86[_0x5d0266(0xed)](this[_0x5d0266(0x1a8)],_0x4a3e86['ynESr'])&&(this[_0x5d0266(0x1ce)](this[_0x5d0266(0x103)]()+_0x5d0266(0x14c)),--this[_0x5d0266(0x186)],this[_0x5d0266(0x1ce)](this[_0x5d0266(0x103)]()+_0x5d0266(0xd9)),--this[_0x5d0266(0x186)]);Array[_0x5d0266(0x183)][_0x5d0266(0xf5)][_0x5d0266(0x196)](this[_0x5d0266(0x189)],this[_0x5d0266(0xc8)]),this[_0x5d0266(0xc8)]=[];})['on'](EVENT_TEST_PASS,async _0x5e32b2=>{const _0x417794=_0xc65ced;this['results'][_0x417794(0xf5)]({'speed':_0x5e32b2['speed'],'suite':_0x5e32b2['parent'][_0x417794(0x1d8)],'title':_0x5e32b2['title'],'fullTitle':_0x5e32b2['fullTitle'](),'duration':_0x5e32b2['duration'],'state':_0x5e32b2[_0x417794(0x1f4)],'err':{},'currentRetry':_0x5e32b2[_0x417794(0x11f)](),'titlePathV':_0x5e32b2[_0x417794(0x10f)](),'isPending':_0x5e32b2[_0x417794(0x1e6)]()});if(_0x4a3e86[_0x417794(0x12f)](this[_0x417794(0x1a8)],_0x4a3e86['eOBol']))_0x4a3e86[_0x417794(0x12d)](_0x5e32b2[_0x417794(0x15c)],_0x4a3e86[_0x417794(0x1b5)])?process[_0x417794(0x17e)]['write'](Base[_0x417794(0x1cc)](_0x4a3e86[_0x417794(0xe4)],Base['symbols']['dot'])):process[_0x417794(0x17e)]['write'](Base['color'](_0x5e32b2[_0x417794(0x15c)],Base[_0x417794(0xca)]['dot']));else{if(_0x4a3e86[_0x417794(0xcf)](this[_0x417794(0x1a8)],_0x4a3e86[_0x417794(0x1c3)])){this[_0x417794(0x1ce)](this[_0x417794(0x103)]()+'\x20\x20<dt>'+utils[_0x417794(0x1eb)](_0x5e32b2[_0x417794(0x1d8)])+_0x417794(0x19c)),this[_0x417794(0x1ce)](this[_0x417794(0x103)]()+'\x20\x20<dt>'+utils[_0x417794(0x1eb)](_0x5e32b2['file'])+_0x417794(0x19c));var _0x20ef82=utils['escape'](utils[_0x417794(0x1d6)](_0x5e32b2[_0x417794(0x1b6)]));this[_0x417794(0x1ce)](this[_0x417794(0x103)]()+'\x20\x20<dd><pre><code>'+_0x20ef82+'</code></pre></dd>');}}_0x4a3e86[_0x417794(0xcf)](testhubUtils[_0x417794(0xec)](),!![])&&(!_0x5e32b2[_0x417794(0xdb)]&&(_0x5e32b2[_0x417794(0xdb)]=!![],await this[_0x417794(0x139)](_0x5e32b2)));})['on'](EVENT_TEST_FAIL,async(_0x47cbfe,_0x25a631)=>{const _0x2503ff=_0xc65ced;this[_0x2503ff(0xc8)]['push']({'title':_0x47cbfe[_0x2503ff(0x1d8)],'suite':_0x47cbfe[_0x2503ff(0x176)][_0x2503ff(0x1d8)],'state':_0x47cbfe[_0x2503ff(0x1f4)],'err':{'message':util[_0x2503ff(0x172)](_0x25a631)},'fullTitle':_0x47cbfe['fullTitle'](),'speed':_0x47cbfe['speed'],'currentRetry':_0x47cbfe[_0x2503ff(0x11f)](),'titlePathV':_0x47cbfe[_0x2503ff(0x10f)]()});if(_0x4a3e86[_0x2503ff(0x149)](this['type'],_0x4a3e86[_0x2503ff(0x1ae)]))process[_0x2503ff(0x17e)][_0x2503ff(0x1e7)](Base[_0x2503ff(0x1cc)](_0x4a3e86[_0x2503ff(0x1f1)],Base[_0x2503ff(0xca)][_0x2503ff(0x197)]));else{if(_0x4a3e86[_0x2503ff(0x188)](this[_0x2503ff(0x1a8)],_0x4a3e86[_0x2503ff(0x1c3)])){const _0x56c1f3=_0x4a3e86[_0x2503ff(0xcc)][_0x2503ff(0xd0)]('|');let _0x111c40=0x0;while(!![]){switch(_0x56c1f3[_0x111c40++]){case'0':var _0x149962=utils[_0x2503ff(0x1eb)](utils[_0x2503ff(0x1d6)](_0x47cbfe['body']));continue;case'1':this['docAppend'](this[_0x2503ff(0x103)]()+_0x2503ff(0xd5)+utils[_0x2503ff(0x1eb)](_0x47cbfe[_0x2503ff(0x1e9)])+'</dd>');continue;case'2':this[_0x2503ff(0x1ce)](this[_0x2503ff(0x103)]()+'\x20\x20<dt\x20class=\x22error\x22>'+utils[_0x2503ff(0x1eb)](_0x47cbfe[_0x2503ff(0x17d)])+'</dt>');continue;case'3':this['docAppend'](this[_0x2503ff(0x103)]()+'\x20\x20<dd\x20class=\x22error\x22><pre><code>'+_0x149962+_0x2503ff(0xe6));continue;case'4':this['docAppend'](this['indent']()+_0x2503ff(0x122)+utils[_0x2503ff(0x1eb)](_0x47cbfe[_0x2503ff(0x1d8)])+'</dt>');continue;}break;}}}if(_0x4a3e86[_0x2503ff(0x1b7)](testhubUtils[_0x2503ff(0xec)](testHubConstants[_0x2503ff(0x138)][_0x2503ff(0x14e)]),!![])){if(!_0x47cbfe[_0x2503ff(0xdb)]){_0x47cbfe[_0x2503ff(0xdb)]=!![];if(_0x47cbfe[_0x2503ff(0x126)])await this[_0x2503ff(0x139)](_0x47cbfe,_0x25a631);else _0x47cbfe[_0x2503ff(0x1da)]&&await this[_0x2503ff(0x139)](_0x47cbfe,_0x25a631,![],_0x4a3e86[_0x2503ff(0x1ef)]);}}})['on'](EVENT_TEST_PENDING,async _0x5aca63=>{const _0x55ba66=_0xc65ced;this['results'][_0x55ba66(0xf5)]({'title':_0x5aca63[_0x55ba66(0x1d8)],'suite':_0x5aca63[_0x55ba66(0x176)][_0x55ba66(0x1d8)],'state':_0x5aca63[_0x55ba66(0x1f4)],'err':{},'fullTitle':_0x5aca63[_0x55ba66(0x109)](),'speed':_0x5aca63['speed'],'currentRetry':_0x5aca63['currentRetry'](),'titlePathV':_0x5aca63[_0x55ba66(0x10f)]()}),_0x4a3e86['nUjZw'](this['type'],_0x4a3e86[_0x55ba66(0x1ae)])&&process[_0x55ba66(0x17e)][_0x55ba66(0x1e7)](Base['color'](_0x4a3e86[_0x55ba66(0xe9)],Base[_0x55ba66(0xca)][_0x55ba66(0x1c0)])),_0x4a3e86['loxsb'](testhubUtils[_0x55ba66(0xec)](),!![])&&(!_0x5aca63['testAnalyticsId']&&(_0x5aca63[_0x55ba66(0x126)]=_0x4a3e86[_0x55ba66(0x119)](uuidv4)),!_0x5aca63[_0x55ba66(0xdb)]&&(_0x5aca63[_0x55ba66(0xdb)]=!![],await this[_0x55ba66(0x139)](_0x5aca63,undefined,![],_0x4a3e86[_0x55ba66(0x1c5)])));})['on'](EVENT_TEST_BEGIN,async _0x451fc8=>{const _0x26bf8b=_0xc65ced;_0x4a3e86[_0x26bf8b(0x187)](testhubUtils[_0x26bf8b(0xec)](),!![])&&await this[_0x26bf8b(0x1de)](_0x451fc8);})['on'](EVENT_TEST_END,async _0x33a84b=>{const _0x355358=_0xc65ced;_0x4a3e86[_0x355358(0x117)](testhubUtils['shouldProcessEventForTesthub'](),!![])&&(!_0x33a84b[_0x355358(0xdb)]&&(_0x33a84b['markedStatus']=!![],await this[_0x355358(0x139)](_0x33a84b)));})['once'](EVENT_RUN_END,async()=>{const _0x2cfceb=_0xc65ced;try{if(_0x4a3e86[_0x2cfceb(0x187)](testhubUtils['shouldProcessEventForTesthub'](),!![])){const _0x56edfc=_0x4a3e86[_0x2cfceb(0x1d3)](getHookSkippedTests,this[_0x2cfceb(0x180)]['suite']);for(const _0x59ade0 of _0x56edfc){!_0x59ade0[_0x2cfceb(0x126)]&&(_0x59ade0[_0x2cfceb(0x126)]=_0x4a3e86['sKpLo'](uuidv4)),await this['sendTestRunEvent'](_0x59ade0,undefined,![],_0x4a3e86[_0x2cfceb(0x1c5)]);}}}catch(_0x4a52cd){_0x4a3e86['tcklx'](debug,_0x2cfceb(0xf7)+_0x4a52cd);}await requestQueueHandler[_0x2cfceb(0x141)](),_0x4a3e86[_0x2cfceb(0x11a)](this[_0x2cfceb(0x1a8)],_0x4a3e86[_0x2cfceb(0x1c3)])&&Base[_0x2cfceb(0x198)](this['docHtml']);});if(this[_0xc65ced(0x1a8)]&&![_0x4a3e86['ynESr'],_0x4a3e86[_0xc65ced(0xe8)],_0x4a3e86[_0xc65ced(0x13e)],_0x4a3e86['eOBol']][_0xc65ced(0x100)](this['type'])){const _0x2f7541=this[_0xc65ced(0x1a8)][_0xc65ced(0xeb)]();this['Reporter']=null;try{this[_0xc65ced(0x1f6)]=_0x4a3e86[_0xc65ced(0x181)](requireModule,_0xc65ced(0x165)+_0x2f7541+'.js',_0x4a3e86[_0xc65ced(0x10a)]);}catch(_0x4edb84){_0x4a3e86[_0xc65ced(0xf8)](debug,_0xc65ced(0x120)+_0x4edb84);}if(_0x4a3e86[_0xc65ced(0x149)](this[_0xc65ced(0x1f6)],null))try{this['Reporter']=_0x4a3e86[_0xc65ced(0xf8)](require,_0x2f7541);}catch(_0x4d572e){console[_0xc65ced(0x11e)]('Failed\x20to\x20load\x20reporter\x20'+_0x2f7541);}if(_0x4a3e86[_0xc65ced(0x17f)](this['Reporter'],null)){const _0x48ef0b={};_0x48ef0b['reporterOptions']=_0x19c68a[_0xc65ced(0x12e)],this[_0xc65ced(0x1f6)]=new this[(_0xc65ced(0x1f6))](_0x36d316,_0x48ef0b);}}}[a27_0x183a6b(0x103)](){const _0x573d06=a27_0x183a6b,_0x484e1d={'stmHz':function(_0x5845a0,_0x267f1d){return _0x5845a0(_0x267f1d);}};return _0x484e1d[_0x573d06(0x192)](Array,this['_indents'])[_0x573d06(0x1f0)]('\x20\x20');}[a27_0x183a6b(0x156)](){const _0x1a1430=a27_0x183a6b;this[_0x1a1430(0x10b)]++;}[a27_0x183a6b(0x1cf)](){this['_indents']--;}[a27_0x183a6b(0x1ce)](_0x4b932e){this['docHtml']+=_0x4b932e;}[a27_0x183a6b(0x114)](_0x293791,_0x5c46fb){const _0x89c8b5=a27_0x183a6b,_0x366940={'mSLdS':function(_0x3b0bc1,_0x46e745){return _0x3b0bc1(_0x46e745);}},_0x2206a9={};_0x2206a9[_0x89c8b5(0x151)]=_0x293791,_0x2206a9[_0x89c8b5(0xc8)]=this[_0x89c8b5(0x189)],_0x366940['mSLdS'](_0x5c46fb,_0x2206a9);}[a27_0x183a6b(0xf4)](){const _0xcc401a=a27_0x183a6b;process['removeAllListeners'](_0xcc401a(0x160)+process[_0xcc401a(0x191)]),process['on']('bs:addLog:'+process[_0xcc401a(0x191)],this[_0xcc401a(0x166)][_0xcc401a(0x171)](this)),process[_0xcc401a(0x1e4)](_0xcc401a(0x121)+process[_0xcc401a(0x191)]),process['on']('bs:addPlatformDetails:'+process[_0xcc401a(0x191)],this[_0xcc401a(0x161)][_0xcc401a(0x171)](this));}['testStarted']=async _0x4af051=>{const _0x52c6eb=a27_0x183a6b,_0x1bcf6e={'imCRq':function(_0x25ebc5){return _0x25ebc5();},'WdPFq':'testRunUUID','tppCt':function(_0x47fac3,_0x4314ae){return _0x47fac3>_0x4314ae;},'LJWNE':function(_0x37cc5e,_0x8a0156){return _0x37cc5e===_0x8a0156;},'sZZOp':'TestRunStarted','ADWxW':function(_0x3f0bc8,_0x5f079b){return _0x3f0bc8(_0x5f079b);}};try{const _0x2dc720=this[_0x52c6eb(0x18d)];this[_0x52c6eb(0x18d)]=_0x4af051,_0x4af051[_0x52c6eb(0x179)]=null,_0x4af051[_0x52c6eb(0x126)]=_0x1bcf6e['imCRq'](uuidv4),globals[_0x52c6eb(0x154)](_0x1bcf6e[_0x52c6eb(0x132)],_0x4af051['testAnalyticsId']),_0x4af051['started_at']=new Date()[_0x52c6eb(0xf0)](),_0x1bcf6e[_0x52c6eb(0x1c2)](_0x4af051['_currentRetry'],0x0)&&_0x2dc720&&_0x1bcf6e[_0x52c6eb(0x170)](_0x2dc720[_0x52c6eb(0x1d8)],_0x4af051[_0x52c6eb(0x1d8)])?(_0x4af051[_0x52c6eb(0x179)]=_0x2dc720['testAnalyticsId'],await this[_0x52c6eb(0x139)](_0x4af051,undefined,![],_0x1bcf6e[_0x52c6eb(0x1f2)]),_0x2dc720[_0x52c6eb(0x1f4)]=STATE_FAILED,await this[_0x52c6eb(0x139)](_0x2dc720,undefined,!![])):await this['sendTestRunEvent'](_0x4af051,undefined,![],_0x1bcf6e[_0x52c6eb(0x1f2)]);}catch(_0x1d90f1){_0x1bcf6e['ADWxW'](debug,_0x52c6eb(0x1b3)+_0x1d90f1);}};[a27_0x183a6b(0x139)]=async(_0x63f047,_0x44c086=undefined,_0x15814b=![],_0x4c1451=a27_0x183a6b(0xc4))=>{const _0x40db5e=a27_0x183a6b,_0x477c11={'HXOvX':function(_0x47c7fc,_0x32f4bf){return _0x47c7fc===_0x32f4bf;},'FzYLk':function(_0x162a6c,_0x407a36){return _0x162a6c!==_0x407a36;},'UFbyd':_0x40db5e(0x13b),'bAaxx':_0x40db5e(0x1e9),'WQvLf':function(_0x469331,_0x187780){return _0x469331!==_0x187780;},'lgvEa':_0x40db5e(0xe1),'JPfOE':_0x40db5e(0x1ed),'iDVsx':_0x40db5e(0x194),'ltiXi':_0x40db5e(0xee),'egmtq':_0x40db5e(0xd3),'wEbuy':function(_0x390815,_0x27294f){return _0x390815-_0x27294f;},'oipfu':_0x40db5e(0x131),'NZamp':_0x40db5e(0x1d2),'LElwp':_0x40db5e(0xc4),'iVwrV':_0x40db5e(0x1e5),'VtQCI':function(_0x312152){return _0x312152();},'MqTJe':_0x40db5e(0x1b4),'PjVma':'finished_at','MwxxQ':function(_0x3e14f5,_0x2a3ced){return _0x3e14f5(_0x2a3ced);},'IWpUe':function(_0x207548,_0x4db446){return _0x207548===_0x4db446;},'ItVSA':_0x40db5e(0xef),'xEPGZ':_0x40db5e(0x127),'EBuKL':_0x40db5e(0x1a1),'PMjIb':function(_0x38d641,_0x41d050){return _0x38d641===_0x41d050;},'lKWyc':_0x40db5e(0x11c),'nXnUC':function(_0x695b6e,_0x5ea122){return _0x695b6e===_0x5ea122;},'swCpV':function(_0x42d2c6,_0x37f62c){return _0x42d2c6(_0x37f62c);},'mcjWc':_0x40db5e(0x19d),'uBqct':_0x40db5e(0x1c8),'pibvE':_0x40db5e(0x115),'wTJwn':_0x40db5e(0x15f),'DaYIg':_0x40db5e(0x163),'PFVrz':function(_0x1d6280,_0x165ce2){return _0x1d6280(_0x165ce2);},'MGStK':function(_0x4ebf0f,_0x5db898){return _0x4ebf0f===_0x5db898;},'kikia':_0x40db5e(0x1e8),'pLSsR':_0x40db5e(0x123),'JfLEt':_0x40db5e(0x147),'iUUhQ':function(_0x36df2b,_0x48ebbb){return _0x36df2b(_0x48ebbb);}};try{if(_0x63f047[_0x40db5e(0x1b6)]&&_0x63f047[_0x40db5e(0x1b6)][_0x40db5e(0x16a)](/browserstack internal helper hook/))return;let _0x46b9b7=[];if(_0x477c11[_0x40db5e(0xc3)](_0x63f047[_0x40db5e(0x1f4)],STATE_FAILED)){if(_0x477c11[_0x40db5e(0x185)](_0x63f047[_0x40db5e(0x1e9)],undefined))_0x46b9b7=_0x63f047[_0x40db5e(0x1e9)][_0x40db5e(0xe7)]?[_0x63f047[_0x40db5e(0x1e9)][_0x40db5e(0xe7)],_0x477c11[_0x40db5e(0xfe)]]:[_0x63f047[_0x40db5e(0x1e9)],_0x477c11[_0x40db5e(0x1ea)]];else _0x477c11[_0x40db5e(0x1d7)](_0x44c086,undefined)?_0x46b9b7=[_0x44c086,_0x477c11[_0x40db5e(0x1ea)]]:_0x46b9b7=[];}const _0x59860e=_0x477c11[_0x40db5e(0x1d7)](_0x63f047[_0x40db5e(0x1e9)],undefined)?_0x63f047['err'][_0x40db5e(0x1b2)]():_0x477c11['WQvLf'](_0x44c086,undefined)?_0x44c086[_0x40db5e(0x1b2)]():undefined;let _0x2f0138;try{_0x2f0138=this[_0x40db5e(0x145)](_0x63f047);}catch(_0x2531e4){_0x2f0138=null;}const _0x261de=_0x2f0138?this[_0x40db5e(0xc5)](_0x2f0138):null,_0x5a4a8d=_0x2f0138?this['_paths'][_0x40db5e(0x146)](this[_0x40db5e(0x145)](_0x63f047)):_0x477c11['lgvEa'],_0x1a566f={'framework':_0x477c11[_0x40db5e(0x1a4)],'uuid':_0x63f047[_0x40db5e(0x126)]||_0x63f047['hookAnalyticsId'],'name':_0x63f047['title'],'body':{'lang':_0x477c11[_0x40db5e(0x125)],'code':_0x63f047[_0x40db5e(0x1b6)]},'scope':this[_0x40db5e(0x1df)](_0x63f047),'scopes':this[_0x40db5e(0x18f)](_0x63f047),'identifier':_0x63f047[_0x40db5e(0x109)](),'file_name':_0x5a4a8d,'vc_filepath':_0x261de?path[_0x40db5e(0x1bb)](_0x261de,_0x2f0138):null,'location':_0x5a4a8d,'result':_0x477c11[_0x40db5e(0xc3)](_0x4c1451,_0x477c11[_0x40db5e(0x108)])?_0x477c11[_0x40db5e(0x167)]:this['analyticsResult'](_0x63f047[_0x40db5e(0x1f4)]),'failure_reason':_0x59860e,'duration_in_ms':_0x63f047['duration']||(_0x4c1451[_0x40db5e(0x16a)](/Finished/)||_0x4c1451[_0x40db5e(0x16a)](/Skipped/)?_0x477c11[_0x40db5e(0xbc)](Date[_0x40db5e(0x10c)](),new Date(_0x63f047[_0x40db5e(0x1b4)])['getTime']()):null),'started_at':_0x63f047['started_at'],'finished_at':_0x4c1451[_0x40db5e(0x16a)](/Finished/)||_0x4c1451['match'](/Skipped/)?new Date()[_0x40db5e(0xf0)]():null,'failure':failureData[_0x40db5e(0x196)](null,_0x46b9b7),'failure_type':!_0x59860e?null:_0x59860e[_0x40db5e(0x16a)](/AssertionError/)?_0x477c11[_0x40db5e(0xbf)]:_0x477c11[_0x40db5e(0x1b0)],'retry_of':_0x63f047['retryOf']};if([_0x477c11[_0x40db5e(0x108)],_0x477c11[_0x40db5e(0xda)],_0x477c11[_0x40db5e(0xce)]]['includes'](_0x4c1451)){if(_0x477c11[_0x40db5e(0x1aa)](getCentralUser)[_0x40db5e(0x144)]){const _0x29752c=TestMetadata[_0x40db5e(0x15d)](_0x63f047[_0x40db5e(0x126)]);if(_0x29752c){const _0x5affa5={};_0x5affa5[_0x40db5e(0x144)]=_0x29752c,Object[_0x40db5e(0x1dc)](_0x1a566f,_0x5affa5);}}}testhubUtils[_0x40db5e(0xe0)](_0x1a566f,_0x4c1451,_0x63f047,FRAMEWORKS['MOCHA']);(_0x63f047[_0x40db5e(0x15b)]||_0x63f047['redirectUrl'])&&centralScannerUtils['setCentralScannerData'](_0x1a566f,_0x63f047['responseCode'],_0x63f047[_0x40db5e(0x14a)]);_0x477c11[_0x40db5e(0xc3)](_0x4c1451,_0x477c11[_0x40db5e(0x108)])&&!_0x1a566f[_0x477c11[_0x40db5e(0x118)]]&&(_0x1a566f[_0x477c11[_0x40db5e(0x118)]]=_0x1a566f[_0x477c11[_0x40db5e(0x1f7)]]);if(_0x4c1451[_0x40db5e(0x16a)](/HookRun/))[_0x1a566f[_0x40db5e(0x1e8)],_0x1a566f[_0x40db5e(0xc2)]]=_0x477c11[_0x40db5e(0xdf)](getHookDetails,_0x63f047[_0x40db5e(0x109)]()||_0x63f047[_0x40db5e(0x1b9)]||_0x63f047['title']),_0x477c11[_0x40db5e(0x153)](_0x4c1451,_0x477c11[_0x40db5e(0x110)])&&(_0x477c11[_0x40db5e(0x1d7)](_0x1a566f[_0x40db5e(0xe2)],_0x477c11[_0x40db5e(0x173)])&&(_0x1a566f[_0x40db5e(0xe2)]=_0x477c11['EBuKL']),_0x477c11[_0x40db5e(0x1d4)](_0x1a566f[_0x40db5e(0x1e8)],_0x477c11[_0x40db5e(0x19f)])&&_0x477c11[_0x40db5e(0xf2)](_0x1a566f['result'],_0x477c11['xEPGZ'])&&!_0x63f047[_0x40db5e(0xf3)][_0x40db5e(0xc6)][_0x40db5e(0xdb)]&&(_0x63f047['ctx']['currentTest'][_0x40db5e(0xdb)]=!![],_0x63f047['ctx'][_0x40db5e(0xc6)][_0x40db5e(0x1f4)]=STATE_FAILED,await this[_0x40db5e(0x139)](_0x63f047[_0x40db5e(0xf3)][_0x40db5e(0xc6)],undefined,!![])));else _0x4c1451[_0x40db5e(0x16a)](/TestRun/)&&_0x477c11[_0x40db5e(0xde)](mapTestHooks,_0x63f047);const _0x3d76de=_0x1a566f[_0x477c11[_0x40db5e(0x199)]][0x0];_0x3d76de&&(_0x1a566f[_0x477c11[_0x40db5e(0x1be)]]=_0x3d76de[_0x477c11[_0x40db5e(0x1e1)]],_0x1a566f[_0x477c11[_0x40db5e(0x168)]]=_0x3d76de[_0x477c11[_0x40db5e(0x13c)]]);[_0x477c11[_0x40db5e(0xda)],_0x477c11['ltiXi']][_0x40db5e(0x100)](_0x4c1451)&&(this[_0x40db5e(0x178)][_0x40db5e(0xf5)](_0x1a566f),_0x1a566f[_0x40db5e(0xdc)]=_0x477c11[_0x40db5e(0x15e)](getHooksForTest,_0x63f047));const _0xb74912={'event_type':_0x477c11['MGStK'](_0x4c1451,_0x477c11['ltiXi'])?_0x477c11['LElwp']:_0x4c1451};_0x4c1451['match'](/HookRun/)?(_0x1a566f[_0x477c11[_0x40db5e(0x1d0)]]=HOOK_TYPES_MAP[_0x1a566f[_0x477c11[_0x40db5e(0x1d0)]]],_0xb74912[_0x477c11['pLSsR']]=_0x1a566f):_0xb74912[_0x477c11['JfLEt']]=_0x1a566f,testhubUtils[_0x40db5e(0xff)](FRAMEWORKS[_0x40db5e(0x16d)],_0xb74912),await SessionHandler[_0x40db5e(0xf9)](_0xb74912);}catch(_0x4d77f2){_0x477c11[_0x40db5e(0x18a)](debug,_0x40db5e(0x14d)+_0x4c1451+_0x40db5e(0x13d)+_0x4d77f2);}};[a27_0x183a6b(0xc5)](_0xe35253){const _0xdf75fc=a27_0x183a6b,_0x49fa29={};_0x49fa29['NgzuU']=function(_0x4f3777,_0x3ac175){return _0x4f3777===_0x3ac175;},_0x49fa29[_0xdf75fc(0x129)]=function(_0x317e2c,_0x32401c){return _0x317e2c===_0x32401c;},_0x49fa29[_0xdf75fc(0x18e)]=_0xdf75fc(0xe5),_0x49fa29[_0xdf75fc(0xd2)]='config';const _0x4428d8=_0x49fa29,_0x4a873f=path[_0xdf75fc(0x19b)];if(_0x4428d8[_0xdf75fc(0x1d9)](_0xe35253,null)||_0x4428d8['NgzuU'](_0xe35253,'')||_0x4428d8[_0xdf75fc(0x129)](_0xe35253,_0x4a873f)||_0x4428d8['NgzuU'](_0xe35253,path[_0xdf75fc(0x1ab)](_0xe35253)))return null;try{return fs[_0xdf75fc(0x1f5)](path['join'](_0xe35253,_0x4428d8['oZAgq'],_0x4428d8['AAkgZ'])),_0xe35253;}catch(_0x16aca6){const _0x11deb2=path[_0xdf75fc(0x1ab)](_0xe35253);return this['findGitConfig'](_0x11deb2);}}['appendTestItemLog']=async _0x3844fa=>{const _0x3dee0a=a27_0x183a6b,_0x1f1439={'hZSTN':'LogCreated','AmAPa':function(_0x55ba8c,_0x187955){return _0x55ba8c(_0x187955);}};try{this[_0x3dee0a(0x105)]&&!this[_0x3dee0a(0x105)][_0x3dee0a(0xdb)]&&(_0x3844fa[_0x3dee0a(0x1a0)]=this['current_hook']['hookAnalyticsId']);!_0x3844fa[_0x3dee0a(0x1a0)]&&this[_0x3dee0a(0x18d)]&&!this[_0x3dee0a(0x18d)][_0x3dee0a(0xdb)]&&(_0x3844fa[_0x3dee0a(0x17b)]=this['current_test'][_0x3dee0a(0x126)]);if(_0x3844fa[_0x3dee0a(0x1a0)]||_0x3844fa['test_run_uuid']){const _0x56c0c1={};_0x56c0c1[_0x3dee0a(0x112)]=_0x1f1439['hZSTN'],_0x56c0c1[_0x3dee0a(0xd4)]=[_0x3844fa],await SessionHandler['uploadEventData'](_0x56c0c1);}}catch(_0xd8a775){_0x1f1439['AmAPa'](debug,_0x3dee0a(0x137)+_0xd8a775);}};['appendTestPlatform']=async _0xbb05d1=>{const _0x1b0355=a27_0x183a6b,_0x376f4f={'kKmhE':_0x1b0355(0x158),'InJml':_0x1b0355(0x101),'qleFE':function(_0x31398c,_0x4f52de){return _0x31398c(_0x4f52de);}};try{const _0x226957={};_0x226957[_0x1b0355(0x1b8)]=_0xbb05d1[_0x1b0355(0x1b8)]||this[_0x1b0355(0x18d)][_0x1b0355(0x126)],_0x226957[_0x1b0355(0x18c)]=_0xbb05d1[_0x376f4f['kKmhE']];const _0x468802=_0x226957,_0x549a66={};_0x549a66['event_type']=_0x376f4f['InJml'],_0x549a66[_0x1b0355(0x147)]=_0x468802,await SessionHandler['uploadEventData'](_0x549a66);}catch(_0x42f9f9){_0x376f4f[_0x1b0355(0x12b)](debug,_0x1b0355(0x128)+_0x42f9f9);}};[a27_0x183a6b(0x107)](_0x8cb539){const _0x91d427=a27_0x183a6b,_0xc9daa={};_0xc9daa[_0x91d427(0x1c4)]=_0x91d427(0x1a1),_0xc9daa[_0x91d427(0x124)]=_0x91d427(0xfa),_0xc9daa['xbvwF']=_0x91d427(0x127);const _0x351480=_0xc9daa,_0x4c5c32={};return _0x4c5c32[STATE_PASSED]=_0x351480[_0x91d427(0x1c4)],_0x4c5c32[STATE_PENDING]=_0x351480[_0x91d427(0x124)],_0x4c5c32[STATE_FAILED]=_0x351480[_0x91d427(0x16f)],_0x4c5c32[_0x8cb539];}[a27_0x183a6b(0x1df)](_0x677984){const _0x4d619b=a27_0x183a6b,_0x33535a={};_0x33535a[_0x4d619b(0x1e3)]=function(_0x77702a,_0x1c36ba){return _0x77702a-_0x1c36ba;};const _0x3e9187=_0x33535a,_0x492859=_0x677984[_0x4d619b(0x10f)]();return _0x492859[_0x4d619b(0x12a)](0x0,_0x3e9187['EdahJ'](_0x492859[_0x4d619b(0x1ec)],0x1))[_0x4d619b(0x1f0)]('\x20');}[a27_0x183a6b(0x18f)](_0x3d9e3e){const _0x537bfc=a27_0x183a6b,_0xa3c301={};_0xa3c301[_0x537bfc(0x1db)]=function(_0x2995f8,_0x4e7b49){return _0x2995f8-_0x4e7b49;};const _0x4dd56f=_0xa3c301,_0x2e11a0=_0x3d9e3e[_0x537bfc(0x10f)]();return _0x2e11a0[_0x537bfc(0x12a)](0x0,_0x4dd56f[_0x537bfc(0x1db)](_0x2e11a0['length'],0x1));}[a27_0x183a6b(0x145)](_0x5f11b1){const _0x33ba4d=a27_0x183a6b,_0x2b74e1={};_0x2b74e1[_0x33ba4d(0x135)]=function(_0x40f8da,_0x51596c){return _0x40f8da>_0x51596c;};const _0x57a693=_0x2b74e1;if(_0x5f11b1['file'])return _0x5f11b1[_0x33ba4d(0x17d)];if(_0x5f11b1[_0x33ba4d(0xf3)]){const _0x58898=_0x5f11b1[_0x33ba4d(0xf3)][_0x33ba4d(0xc6)]?this[_0x33ba4d(0x145)](_0x5f11b1[_0x33ba4d(0xf3)][_0x33ba4d(0xc6)]):null;if(_0x58898)return _0x58898;}if(_0x5f11b1[_0x33ba4d(0x176)]){const _0x2fbdc9=this[_0x33ba4d(0x145)](_0x5f11b1[_0x33ba4d(0x176)])||(_0x5f11b1['parent']['ctx']&&_0x5f11b1[_0x33ba4d(0x176)][_0x33ba4d(0xf3)][_0x33ba4d(0xc6)]?this['getRootParentFile'](_0x5f11b1['parent'][_0x33ba4d(0xf3)][_0x33ba4d(0xc6)]):null);if(_0x2fbdc9)return _0x2fbdc9;_0x5f11b1['parent'][_0x33ba4d(0xcd)]&&_0x57a693[_0x33ba4d(0x135)](_0x5f11b1[_0x33ba4d(0x176)][_0x33ba4d(0xcd)][_0x33ba4d(0x1ec)],0x0)&&_0x5f11b1[_0x33ba4d(0x176)]['suites']['forEach'](_0x13dd52=>{const _0x380d50=_0x33ba4d,_0x3aaeec=_0x13dd52['ctx']?this[_0x380d50(0x145)](_0x13dd52['ctx']):null;if(_0x3aaeec)return _0x3aaeec;});}return null;}}function a27_0x2d6f(){const _0xd31762=['failCount','tppCt','ynESr','YEgdc','dSGOo','before\x20all','167474DdpSqU','failure_backtrace','../../../helpers/testhub/utils','AFTER_EACH','../../../helpers/central-scanner/helpers','color','mocha','docAppend','decreaseIndent','kikia','vNjxz','UnhandledError','ealpD','PMjIb','aYGhJ','clean','WQvLf','title','NgzuU','hookAnalyticsId','AylxN','assign','XvRyN','testStarted','scope','winstonLogger','pibvE','ablCj','EdahJ','removeAllListeners','TestRunStarted','isPending','write','hook_type','err','bAaxx','escape','length','Mocha','14RVfvds','szXIe','join','uoXEk','sZZOp','util','state','statSync','Reporter','PjVma','mocha/lib/reporters/base.js','wEbuy','Ihfqw','lsdpp','oipfu','root','xHmCV','name','HXOvX','TestRunFinished','findGitConfig','currentTest','COMPLETED','results','<section\x20class=\x22suite\x22>','symbols','location_prefix','KQcMg','suites','iVwrV','CsPXV','split','tkHrr','AAkgZ','skipped','logs','\x20\x20<dd\x20class=\x22error\x22>','Runner','../../../helpers/globals','14410926deGbrw','</section>','LElwp','markedStatus','hooks','aEPSQ','swCpV','MwxxQ','appendTesthubParams','File\x20path\x20could\x20not\x20be\x20found','result','470iqKuQN','goFZC','.git','</code></pre></dd>','multiple','ZQXHe','mOujd','../../../helpers/helper','trim','shouldProcessEventForTesthub','ujmyp','TestRunSkipped','HookRunFinished','toISOString','BEFORE_EACH','nXnUC','ctx','registerListeners','push','../test-observability/mochaUtils','Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20','KMohv','uploadEventData','pending','testObservability','HookStarted','path','UFbyd','setCurrentTestData','includes','CBTSessionCreated','checkmark','indent','_upstreamConfig','current_hook','green','analyticsResult','ltiXi','fullTitle','WmsXI','_indents','now','eCrWG','<dl>','titlePath','ItVSA','386089fjlxGc','event_type','shgyH','done','backtrace','__platform__','YhYan','MqTJe','BRniu','ebXUs','cvDLM','before\x20each','after\x20all','error','currentRetry','Exception\x20in\x20browserstack\x20custome\x20reporter\x20with\x20error:\x20','bs:addPlatformDetails:','\x20\x20<dt\x20class=\x22error\x22>','hook_run','gLWQL','iDVsx','testAnalyticsId','failed','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','ShvPF','slice','qleFE','QeASI','SshRx','reporterOption','DIFwc','ysVgE','AssertionError','WdPFq','../../../helpers/logger','<h1>','ZBTFF','1622008IYjpph','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','EVENT','sendTestRunEvent','constants','test','DaYIg','\x20with\x20error\x20:\x20','hbogD','zbMFt','_testEnv','shutdown','7588122EiDesG','xYhgq','lcnc','getRootParentFile','prefixTestPath','test_run','../../../helpers/test-observability/constants','loxsb','redirectUrl','_paths','</dl>','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','HookFinished','XHvrP','after\x20each','failureCount','\x20%s','IWpUe','setGlobal','light','increaseIndent','spec','http_response','HookRunStarted','dot','responseCode','speed','get','PFVrz','failure_reason_expanded','bs:addLog:','appendTestPlatform','4|2|0|3|1','expanded','fast','mocha/lib/reporters/','appendTestItemLog','egmtq','wTJwn','fail','match','forEach','\x20-\x20','MOCHA','exports','xbvwF','LJWNE','bind','inspect','xEPGZ','ScVJc','35evxsvG','parent','Etaup','_testResults','retryOf','XsBTU','test_run_uuid','ItWkf','file','stdout','GqnPw','runner','tpbTF','%s\x20-\x20%s','prototype','</h1>','FzYLk','__indents','GgxMq','XatJR','finalResults','iUUhQ','BEFORE_ALL','integrations','current_test','oZAgq','scopes','../../../helpers/metadata','pid','stmHz','../../../helpers/test-observability/utils','javascript','call','apply','bang','consoleLog','mcjWc','izhDo','sep','</dt>','failure','xunit','lKWyc','hook_run_uuid','passed','bright\x20yellow','suiteCount','JPfOE','467862dXRQZj','cwd','tJzkK','type','mocha/lib/runnable.js','VtQCI','dirname','slow','getInstance','eOBol','KOZUJ','NZamp','5824145achuKp','toString','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','started_at','qroYD','body','VTIoQ','uuid','originalTitle','\x20(%dms)','relative','28wjMBCw','odruj','uBqct','omIqC','comma'];a27_0x2d6f=function(){return _0xd31762;};return a27_0x2d6f();}module[a27_0x183a6b(0x16e)]=MyReporter;
1
+ 'use strict';const a27_0xb7933f=a27_0xb6d8;(function(_0x35e033,_0x14ea2e){const _0x3a698f=a27_0xb6d8,_0x5c9b09=_0x35e033();while(!![]){try{const _0x412077=-parseInt(_0x3a698f(0x1a9))/0x1+parseInt(_0x3a698f(0x1ce))/0x2+parseInt(_0x3a698f(0xee))/0x3*(parseInt(_0x3a698f(0x16a))/0x4)+-parseInt(_0x3a698f(0x17f))/0x5*(-parseInt(_0x3a698f(0x176))/0x6)+-parseInt(_0x3a698f(0xfd))/0x7*(parseInt(_0x3a698f(0x117))/0x8)+-parseInt(_0x3a698f(0x145))/0x9+parseInt(_0x3a698f(0x1b9))/0xa*(parseInt(_0x3a698f(0x18a))/0xb);if(_0x412077===_0x14ea2e)break;else _0x5c9b09['push'](_0x5c9b09['shift']());}catch(_0x47f36d){_0x5c9b09['push'](_0x5c9b09['shift']());}}}(a27_0x52f4,0x9ad45));function a27_0xb6d8(_0x34bf94,_0xeb0bcd){const _0x52f4d9=a27_0x52f4();return a27_0xb6d8=function(_0xb6d88f,_0x46d564){_0xb6d88f=_0xb6d88f-0xee;let _0x2c9e4a=_0x52f4d9[_0xb6d88f];return _0x2c9e4a;},a27_0xb6d8(_0x34bf94,_0xeb0bcd);}function a27_0x52f4(){const _0x498928=['includes','../../../helpers/central-scanner/helpers','dot','MAUai','PGDCw','hook_run_uuid','_indents','enNWW','uploadEventData','doMjG','state','YyZTm','color','__indents','LbwUP','yPrXt','docHtml','ZwaHQ','hooks','config','../test-observability/mochaUtils','redirectUrl','</dl>','ZQsGQ','analyticsResult','parent','_currentRetry','dCdbX','currentTest','_testEnv','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','qsdrO','results','\x20\x20<dd\x20class=\x22error\x22>','apply','CdAVw','gsClY','isPending','failureCount','jSHjS','AJRJI','GHLbr','decreaseIndent','join','root','RUNNING','TestRunSkipped','symbols','xLNvO','PpBqh','plmKX','__platform__','sendTestRunEvent','Mocha','\x20%s','err','util','5472iDtIWV','bang','NLNtQ','YIPbU','gggyv','EpVFh','match','FTuoz','ctx','escape','RgHmH','clean','PHPsx','test_run_uuid','originalTitle','7IfLxKj','LahtV','uAwKn','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','bJwun','push','multiple','javascript','_testResults','<h1>','ZQTWT','sLjdn','xunit','cwd','appendTesthubParams','dirname','AYaEe','EVENT','../../../helpers/test-observability/requestQueueHandler','constants','NkEIq','MVeue','HookRunStarted','http_response','MOCHA','body','5519592sVQIYb','exports','markedStatus','aGAoG','VdYvm','docAppend','jfONa','ohRAX','prototype','finalResults','RvRga','VtoKn','SMUgQ','\x20\x20<dt\x20class=\x22error\x22>','nAFxB','file','DTRsc','zdsmw','pid','ZSwtN','expanded','aYGkK','MtaeY','hook_type','hookAnalyticsId','finished_at','shouldProcessEventForTesthub','kRHxT','HookStarted','toISOString','QkGtL','_paths','winstonLogger','TestRunStarted','backtrace','error','SiMZm','LogCreated','bs:addPlatformDetails:','PIvtP','lrWAs','VyGst','pass','comma','lcnc','location_prefix','6511788iJlTbY','scopes','doc','current_test','duration','done','EKKrl','XvCuL','NlhSz','appendTestItemLog','qVQUA','testObservability','<section\x20class=\x22suite\x22>','stdout','titlePath','TestRunFinished','YxwyE','phZYM','BedOl','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','%s\x20-\x20%s','mocha/lib/reporters/base.js','mocha/lib/runnable.js','indent','</h1>','statSync','%s\x20','testAnalyticsId','suiteCount','call','RCgvx','ByZqs','responseCode','testRunUUID','retryOf','BEFORE_ALL','checkmark','240HdstpC','2|0|4|3|1','eTOYS','integrations','\x20\x20%d)\x20%s','xxCbw','removeAllListeners','PAuVq','skipped','ZOEff','before\x20all','../../../helpers/globals','5842686qqxAPG','once','started_at','failure_backtrace','title','before\x20each','relative','rWHJD','Qsbfy','5mYVUuF','yKsZg','write','AssertionError','mocha','DiBAC','logs','../../../helpers/test-observability/constants','../../../helpers/helper','sep','flMnA','11vVrtHG','assign','PBbZi','suites','test_run','mocha/lib/utils.js','tnuPE','jITQk','\x20\x20<dt>','get','FsXNn','currentRetry','yxcRz','increaseIndent','current_hook','getRootParentFile','IsKhj','spec','UnhandledError','WgpmW','failCount','pNIeG','uDmHq','jvmEK','tOeIO','consoleLog','KWZlH','<dl>','kaVoP','forEach','now','353012IXXhyn','UuiUf','Reporter','scope','XHXuB','reporterOption','File\x20path\x20could\x20not\x20be\x20found','bs:addLog:','PhVWl','../../../helpers/test-observability/utils','failed','</code></pre></dd>','setCentralScannerData','</dt>','getTime','result','10304390NArMVY','ycwZT','appendTestPlatform','HookRunFinished','VvAKa','Eyxzo','failure','FZyQd','name','after\x20each','TCNCf','vLirO','testStarted','passed','bind','CBTSessionCreated','\x20\x20<dd><pre><code>','inspect','.git','qaABf','event_type','574028mJqhge','EHcDl','\x20\x20<dd\x20class=\x22error\x22><pre><code>','WfIse','kjlml','setGlobal','registerListeners','BEFORE_EACH','../../../helpers/logger','Stmns','fullTitle','FWTAo','HookFinished','VaWLv','../../../helpers/testhub/constants','../../../helpers/test-observability/sessionHandler','uuid','type','</dd>','Runner','Ntink','speed','findGitConfig','ZzHXe','bsQtQ'];a27_0x52f4=function(){return _0x498928;};return a27_0x52f4();}const util=require(a27_0xb7933f(0x21f)),fs=require('fs'),path=require('path'),{requireModule,getCentralUser}=require(a27_0xb7933f(0x187)),Base=requireModule(a27_0xb7933f(0x15a),a27_0xb7933f(0x183)),utils=requireModule(a27_0xb7933f(0x18f),a27_0xb7933f(0x183)),color=Base[a27_0xb7933f(0x1f3)],Mocha=requireModule('mocha'),Runnable=requireModule(a27_0xb7933f(0x15b),a27_0xb7933f(0x183)),{v4:uuidv4}=require(a27_0xb7933f(0x1de)),bsSetupHelper=require(a27_0xb7933f(0x187)),testhubUtils=require('../../../helpers/testhub/utils'),centralScannerUtils=require(a27_0xb7933f(0x1e8)),testHubConstants=require(a27_0xb7933f(0x1dc)),{FRAMEWORKS}=require(a27_0xb7933f(0x186)),globals=require(a27_0xb7933f(0x175)),logger=require(a27_0xb7933f(0x1d6))[a27_0xb7933f(0x137)],TestMetadata=require('../../../helpers/metadata'),a27_0x5154dc={};a27_0x5154dc[a27_0xb7933f(0x174)]=a27_0xb7933f(0x168),a27_0x5154dc['after\x20all']='AFTER_ALL',a27_0x5154dc[a27_0xb7933f(0x17b)]=a27_0xb7933f(0x1d5),a27_0x5154dc[a27_0xb7933f(0x1c2)]='AFTER_EACH';const HOOK_TYPES_MAP=a27_0x5154dc,{EVENT_RUN_END,EVENT_TEST_BEGIN,EVENT_TEST_END,EVENT_TEST_PENDING,EVENT_RUN_BEGIN,EVENT_TEST_FAIL,EVENT_TEST_PASS,EVENT_SUITE_BEGIN,EVENT_SUITE_END,EVENT_HOOK_BEGIN,EVENT_HOOK_END}=Mocha[a27_0xb7933f(0x1e1)][a27_0xb7933f(0x110)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable[a27_0xb7933f(0x110)],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a27_0xb7933f(0x1fb)),{consoleHolder}=require(a27_0xb7933f(0x186)),SessionHandler=require(a27_0xb7933f(0x1dd)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a27_0xb7933f(0x1b2)),RequestQueueHandler=require(a27_0xb7933f(0x10f)),requestQueueHandler=RequestQueueHandler['getInstance']();class MyReporter{constructor(_0x2ddbf9,_0x12933c){const _0x488fc1=a27_0xb7933f,_0x585115={'XvCuL':function(_0x45632f,_0x438799){return _0x45632f===_0x438799;},'PBbZi':_0x488fc1(0x19b),'LahtV':function(_0x115a25,_0x263a3c){return _0x115a25===_0x263a3c;},'jfONa':function(_0x46d2de,_0x2b1caf){return _0x46d2de+_0x2b1caf;},'eFqRO':function(_0x2cd18c,_0x5baec9){return _0x2cd18c+_0x5baec9;},'EHcDl':function(_0x1059b5,_0x2b7be1,_0x25626f){return _0x1059b5(_0x2b7be1,_0x25626f);},'eXvUy':'green','VyGst':_0x488fc1(0x15f),'qaABf':function(_0x36aa27,_0x1f0d1e,_0x323787){return _0x36aa27(_0x1f0d1e,_0x323787);},'AOAaL':'light','ZQsGQ':_0x488fc1(0x159),'MtaeY':_0x488fc1(0x214),'PGDCw':function(_0x4dc580,_0x27b83d){return _0x4dc580===_0x27b83d;},'AJRJI':_0x488fc1(0x147),'xLNvO':function(_0x50f442){return _0x50f442();},'SMUgQ':_0x488fc1(0x113),'FZyQd':_0x488fc1(0x1bc),'kRHxT':_0x488fc1(0x1c6),'ZwaHQ':'fast','qsdrO':function(_0x33827c,_0xae8e78){return _0x33827c+_0xae8e78;},'xmVwW':_0x488fc1(0x169),'gVuzh':function(_0x3e7325,_0x57d947){return _0x3e7325+_0x57d947;},'nAFxB':function(_0x43d709,_0x17a124,_0x5e12be){return _0x43d709(_0x17a124,_0x5e12be);},'YxwyE':_0x488fc1(0x141),'DTRsc':_0x488fc1(0x21d),'oOBRo':function(_0x44f238,_0x21fa59){return _0x44f238+_0x21fa59;},'bsQtQ':'\x20(%dms)','plmKX':function(_0x232251,_0x6dadfc){return _0x232251+_0x6dadfc;},'AYaEe':'fail','MwBhF':_0x488fc1(0x16e),'WetGb':function(_0x171f3e,_0x460a0e){return _0x171f3e+_0x460a0e;},'gXTTU':'bright\x20yellow','EKKrl':function(_0x1d37b5,_0x2e3a9b,_0x4b59ed){return _0x1d37b5(_0x2e3a9b,_0x4b59ed);},'sLjdn':'COMPLETED','dCdbX':'dot','PIvtP':'slow','DiBAC':function(_0x54c6ae,_0x511312){return _0x54c6ae===_0x511312;},'PHPsx':_0x488fc1(0x16b),'YIPbU':'pending','IsKhj':function(_0x5d799a){return _0x5d799a();},'rWHJD':_0x488fc1(0x215),'kjlml':function(_0xf78951,_0x5e90d2){return _0xf78951===_0x5e90d2;},'VGvMp':function(_0x27f77e,_0x1e821c){return _0x27f77e===_0x1e821c;},'MAUai':function(_0x27a379,_0xf5c6ca){return _0x27a379===_0xf5c6ca;},'pNIeG':function(_0x574400,_0x3051a4){return _0x574400(_0x3051a4);},'ZzHXe':function(_0x10ebb9,_0x197d72){return _0x10ebb9===_0x197d72;},'ZOEff':function(_0x450e76){return _0x450e76();},'Ntink':function(_0x519e5f){return _0x519e5f();},'tnuPE':function(_0x1ede7a,_0x432b67){return _0x1ede7a===_0x432b67;},'ycwZT':_0x488fc1(0x109),'BedOl':_0x488fc1(0x183),'NlhSz':function(_0x31e273,_0x3b4ef1){return _0x31e273===_0x3b4ef1;},'qVQUA':function(_0x172df0,_0x113971){return _0x172df0(_0x113971);},'jSHjS':function(_0xce955c,_0x15765d){return _0xce955c!==_0x15765d;}};this['type']=_0x12933c[_0x488fc1(0x1ae)][_0x488fc1(0x1df)],this[_0x488fc1(0x150)]=_0x585115[_0x488fc1(0x173)](isTestObservabilitySession),Base[_0x488fc1(0x162)](this,_0x2ddbf9,_0x12933c),this[_0x488fc1(0x1ed)]=0x0,this[_0x488fc1(0x19e)]=0x0,this[_0x488fc1(0x207)]=[],this[_0x488fc1(0x120)]=[],this[_0x488fc1(0x161)]=0x0,this['_buildCreated']=![],this[_0x488fc1(0x105)]=[],this[_0x488fc1(0x204)]=_0x585115[_0x488fc1(0x1e2)](getTestEnv),this['_paths']=new PathHelper({'cwd':process[_0x488fc1(0x10a)]()},this[_0x488fc1(0x204)][_0x488fc1(0x144)]),this['_upstreamConfig']=_0x12933c[_0x488fc1(0x1ae)]['bsConfig'],this[_0x488fc1(0x1d4)]();_0x585115[_0x488fc1(0x190)](this[_0x488fc1(0x1df)],_0x585115['AJRJI'])&&(this[_0x488fc1(0x1f7)]='',this[_0x488fc1(0x1f4)]=0x2);_0x2ddbf9[_0x488fc1(0x177)](EVENT_RUN_BEGIN,async()=>{const _0x2ccebf=_0x488fc1;_0x585115['XvCuL'](this['type'],_0x585115[_0x2ccebf(0x18c)])&&Base[_0x2ccebf(0x1a3)]();})['on'](EVENT_SUITE_BEGIN,_0x835580=>{const _0x3f7ddd=_0x488fc1;if(_0x835580[_0x3f7ddd(0x213)])return;if(_0x585115[_0x3f7ddd(0xfe)](this[_0x3f7ddd(0x1df)],_0x585115[_0x3f7ddd(0x18c)]))this[_0x3f7ddd(0x197)](),Base['consoleLog'](_0x585115[_0x3f7ddd(0x11d)](_0x585115['eFqRO'](this[_0x3f7ddd(0x15c)](),_0x585115[_0x3f7ddd(0x1cf)](color,_0x585115['eXvUy'],_0x585115['VyGst'])),_0x585115[_0x3f7ddd(0x1cc)](color,_0x585115['AOAaL'],_0x585115[_0x3f7ddd(0x1fe)])),_0x585115[_0x3f7ddd(0x12d)],_0x835580[_0x3f7ddd(0x17a)],global[_0x3f7ddd(0x21a)]);else _0x585115[_0x3f7ddd(0x1eb)](this[_0x3f7ddd(0x1df)],_0x585115[_0x3f7ddd(0x20f)])&&(this['docAppend'](this[_0x3f7ddd(0x15c)]()+_0x3f7ddd(0x151)),++this[_0x3f7ddd(0x1f4)],this[_0x3f7ddd(0x11c)](this[_0x3f7ddd(0x15c)]()+_0x3f7ddd(0x106)+utils[_0x3f7ddd(0xf7)](_0x835580['title']+'\x20-\x20'+global[_0x3f7ddd(0x21a)])+_0x3f7ddd(0x15d)),this[_0x3f7ddd(0x11c)](this[_0x3f7ddd(0x15c)]()+_0x3f7ddd(0x1a5)));})['on'](EVENT_HOOK_BEGIN,async _0x455886=>{const _0x32e35b=_0x488fc1;if(_0x585115[_0x32e35b(0x14c)](testhubUtils[_0x32e35b(0x131)](testHubConstants['EVENT'][_0x32e35b(0x133)]),!![])){if(!_0x455886['hookAnalyticsId'])_0x455886['hookAnalyticsId']=_0x585115[_0x32e35b(0x217)](uuidv4);else _0x455886['markedStatus']&&(_0x455886[_0x32e35b(0x12f)]=_0x585115[_0x32e35b(0x217)](uuidv4),delete _0x455886[_0x32e35b(0x119)]);_0x455886[_0x32e35b(0x178)]=new Date()[_0x32e35b(0x134)](),this[_0x32e35b(0x198)]=_0x455886,await this[_0x32e35b(0x21b)](_0x455886,undefined,![],_0x585115[_0x32e35b(0x123)]);}})['on'](EVENT_HOOK_END,async _0x1faee8=>{const _0x54dbf0=_0x488fc1;_0x585115[_0x54dbf0(0xfe)](testhubUtils[_0x54dbf0(0x131)](testHubConstants['EVENT'][_0x54dbf0(0x1da)]),!![])&&(!_0x1faee8['markedStatus']&&(_0x1faee8['markedStatus']=!![],await this['sendTestRunEvent'](_0x1faee8,undefined,![],_0x585115[_0x54dbf0(0x1c0)])));})['on'](EVENT_SUITE_END,_0x2da665=>{const _0x462315=_0x488fc1,_0x50b3aa={'enNWW':function(_0x51e7a5,_0x5af7b9){const _0x546b50=a27_0xb6d8;return _0x585115[_0x546b50(0x14c)](_0x51e7a5,_0x5af7b9);},'WgpmW':_0x585115[_0x462315(0x132)],'aGAoG':_0x585115[_0x462315(0x1f8)],'yPrXt':function(_0x1c2c9b,_0x2f2aca){const _0xc0210c=_0x462315;return _0x585115[_0xc0210c(0x206)](_0x1c2c9b,_0x2f2aca);},'Wtquw':function(_0x1ebe55,_0x398f3b,_0x8833a7){const _0x58b7d8=_0x462315;return _0x585115[_0x58b7d8(0x1cc)](_0x1ebe55,_0x398f3b,_0x8833a7);},'XHXuB':_0x585115['xmVwW'],'bJwun':function(_0x1b7562,_0x312f7c){return _0x585115['gVuzh'](_0x1b7562,_0x312f7c);},'yxcRz':function(_0x51791a,_0x3c3289,_0x2bc31b){const _0x234036=_0x462315;return _0x585115[_0x234036(0x125)](_0x51791a,_0x3c3289,_0x2bc31b);},'ZSwtN':_0x585115[_0x462315(0x155)],'eTOYS':_0x585115[_0x462315(0x127)],'hkLYR':function(_0x3a1a93,_0x53a849){return _0x585115['eFqRO'](_0x3a1a93,_0x53a849);},'PAuVq':function(_0x4b91bb,_0x2985e0){return _0x585115['oOBRo'](_0x4b91bb,_0x2985e0);},'MVeue':_0x585115[_0x462315(0x1e6)],'QkGtL':function(_0x167263,_0x5a823d){const _0x33532c=_0x462315;return _0x585115[_0x33532c(0x219)](_0x167263,_0x5a823d);},'Eyxzo':_0x585115[_0x462315(0x10d)],'tOeIO':_0x585115['MwBhF']};if(_0x2da665['root'])return;if(_0x585115['XvCuL'](this[_0x462315(0x1df)],_0x585115['PBbZi']))Base['consoleLog'](),Base[_0x462315(0x1a3)](_0x585115['WetGb'](_0x585115[_0x462315(0x11d)](this[_0x462315(0x15c)](),_0x585115['qaABf'](color,_0x585115['gXTTU'],_0x585115[_0x462315(0x140)])),_0x585115[_0x462315(0x14b)](color,_0x585115['AOAaL'],_0x585115['ZQsGQ'])),_0x585115[_0x462315(0x108)],_0x2da665[_0x462315(0x17a)],global['__platform__']),this[_0x462315(0x207)]['forEach'](_0x47491c=>{const _0x380f0a=_0x462315;if(_0x50b3aa[_0x380f0a(0x1ee)](_0x47491c[_0x380f0a(0x1f1)],_0x50b3aa[_0x380f0a(0x19d)])){var _0x413f1f;_0x50b3aa[_0x380f0a(0x1ee)](_0x47491c[_0x380f0a(0x1e3)],_0x50b3aa[_0x380f0a(0x11a)])?(_0x413f1f=_0x50b3aa['yPrXt'](_0x50b3aa[_0x380f0a(0x1f6)](this['indent'](),_0x50b3aa['Wtquw'](color,_0x50b3aa[_0x380f0a(0x1ad)],_0x50b3aa[_0x380f0a(0x101)]('\x20\x20',Base[_0x380f0a(0x216)]['ok']))),_0x50b3aa[_0x380f0a(0x196)](color,_0x50b3aa[_0x380f0a(0x12a)],_0x50b3aa[_0x380f0a(0x16c)])),Base[_0x380f0a(0x1a3)](_0x413f1f,_0x47491c['title'])):(_0x413f1f=_0x50b3aa['hkLYR'](_0x50b3aa[_0x380f0a(0x1f6)](_0x50b3aa[_0x380f0a(0x1f6)](this[_0x380f0a(0x15c)](),_0x50b3aa[_0x380f0a(0x196)](color,_0x50b3aa[_0x380f0a(0x1ad)],_0x50b3aa[_0x380f0a(0x171)]('\x20\x20',Base['symbols']['ok']))),_0x50b3aa[_0x380f0a(0x196)](color,_0x50b3aa[_0x380f0a(0x12a)],_0x50b3aa[_0x380f0a(0x16c)])),_0x50b3aa[_0x380f0a(0x196)](color,_0x47491c[_0x380f0a(0x1e3)],_0x50b3aa[_0x380f0a(0x112)])),Base['consoleLog'](_0x413f1f,_0x47491c[_0x380f0a(0x17a)],_0x47491c['duration']));}else Base[_0x380f0a(0x1a3)](_0x50b3aa[_0x380f0a(0x135)](this['indent'](),_0x50b3aa[_0x380f0a(0x196)](color,_0x50b3aa[_0x380f0a(0x1be)],_0x50b3aa[_0x380f0a(0x1a2)])),++this[_0x380f0a(0x19e)],_0x47491c[_0x380f0a(0x17a)]);}),this[_0x462315(0x211)]();else _0x585115[_0x462315(0x1eb)](this['type'],_0x585115[_0x462315(0x20f)])&&(this[_0x462315(0x11c)](this[_0x462315(0x15c)]()+_0x462315(0x1fd)),--this[_0x462315(0x1f4)],this[_0x462315(0x11c)](this['indent']()+'</section>'),--this['__indents']);Array[_0x462315(0x11f)][_0x462315(0x102)][_0x462315(0x209)](this[_0x462315(0x120)],this[_0x462315(0x207)]),this['results']=[];})['on'](EVENT_TEST_PASS,async _0x275c3a=>{const _0x1daaa7=_0x488fc1;this['results']['push']({'speed':_0x275c3a[_0x1daaa7(0x1e3)],'suite':_0x275c3a[_0x1daaa7(0x200)][_0x1daaa7(0x17a)],'title':_0x275c3a[_0x1daaa7(0x17a)],'fullTitle':_0x275c3a[_0x1daaa7(0x1d8)](),'duration':_0x275c3a[_0x1daaa7(0x149)],'state':_0x275c3a[_0x1daaa7(0x1f1)],'err':{},'currentRetry':_0x275c3a[_0x1daaa7(0x195)](),'titlePathV':_0x275c3a[_0x1daaa7(0x153)](),'isPending':_0x275c3a[_0x1daaa7(0x20c)]()});if(_0x585115[_0x1daaa7(0xfe)](this[_0x1daaa7(0x1df)],_0x585115[_0x1daaa7(0x202)]))_0x585115[_0x1daaa7(0xfe)](_0x275c3a['speed'],_0x585115[_0x1daaa7(0x13e)])?process[_0x1daaa7(0x152)]['write'](Base[_0x1daaa7(0x1f3)](_0x585115['gXTTU'],Base[_0x1daaa7(0x216)][_0x1daaa7(0x1e9)])):process['stdout'][_0x1daaa7(0x181)](Base[_0x1daaa7(0x1f3)](_0x275c3a['speed'],Base[_0x1daaa7(0x216)][_0x1daaa7(0x1e9)]));else{if(_0x585115['XvCuL'](this['type'],_0x585115[_0x1daaa7(0x20f)])){this[_0x1daaa7(0x11c)](this[_0x1daaa7(0x15c)]()+_0x1daaa7(0x192)+utils['escape'](_0x275c3a[_0x1daaa7(0x17a)])+_0x1daaa7(0x1b6)),this[_0x1daaa7(0x11c)](this[_0x1daaa7(0x15c)]()+'\x20\x20<dt>'+utils[_0x1daaa7(0xf7)](_0x275c3a[_0x1daaa7(0x126)])+'</dt>');var _0x3d2645=utils[_0x1daaa7(0xf7)](utils[_0x1daaa7(0xf9)](_0x275c3a[_0x1daaa7(0x116)]));this[_0x1daaa7(0x11c)](this['indent']()+_0x1daaa7(0x1c9)+_0x3d2645+_0x1daaa7(0x1b4));}}_0x585115[_0x1daaa7(0xfe)](testhubUtils[_0x1daaa7(0x131)](),!![])&&(!_0x275c3a['markedStatus']&&(_0x275c3a[_0x1daaa7(0x119)]=!![],await this['sendTestRunEvent'](_0x275c3a)));})['on'](EVENT_TEST_FAIL,async(_0x371f21,_0x135d80)=>{const _0x43b756=_0x488fc1;this[_0x43b756(0x207)][_0x43b756(0x102)]({'title':_0x371f21[_0x43b756(0x17a)],'suite':_0x371f21['parent'][_0x43b756(0x17a)],'state':_0x371f21[_0x43b756(0x1f1)],'err':{'message':util[_0x43b756(0x1ca)](_0x135d80)},'fullTitle':_0x371f21[_0x43b756(0x1d8)](),'speed':_0x371f21[_0x43b756(0x1e3)],'currentRetry':_0x371f21[_0x43b756(0x195)](),'titlePathV':_0x371f21[_0x43b756(0x153)]()});if(_0x585115[_0x43b756(0x184)](this['type'],_0x585115[_0x43b756(0x202)]))process[_0x43b756(0x152)][_0x43b756(0x181)](Base[_0x43b756(0x1f3)](_0x585115['AYaEe'],Base[_0x43b756(0x216)][_0x43b756(0xef)]));else{if(_0x585115['XvCuL'](this[_0x43b756(0x1df)],_0x585115[_0x43b756(0x20f)])){const _0x2effa5=_0x585115[_0x43b756(0xfa)]['split']('|');let _0xe0cc96=0x0;while(!![]){switch(_0x2effa5[_0xe0cc96++]){case'0':this[_0x43b756(0x11c)](this[_0x43b756(0x15c)]()+'\x20\x20<dt\x20class=\x22error\x22>'+utils[_0x43b756(0xf7)](_0x371f21['file'])+_0x43b756(0x1b6));continue;case'1':this[_0x43b756(0x11c)](this['indent']()+_0x43b756(0x208)+utils[_0x43b756(0xf7)](_0x371f21['err'])+_0x43b756(0x1e0));continue;case'2':this[_0x43b756(0x11c)](this[_0x43b756(0x15c)]()+_0x43b756(0x124)+utils['escape'](_0x371f21[_0x43b756(0x17a)])+_0x43b756(0x1b6));continue;case'3':this[_0x43b756(0x11c)](this[_0x43b756(0x15c)]()+_0x43b756(0x1d0)+_0x41c64b+'</code></pre></dd>');continue;case'4':var _0x41c64b=utils['escape'](utils[_0x43b756(0xf9)](_0x371f21[_0x43b756(0x116)]));continue;}break;}}}if(_0x585115['PGDCw'](testhubUtils['shouldProcessEventForTesthub'](testHubConstants[_0x43b756(0x10e)][_0x43b756(0x1da)]),!![])){if(!_0x371f21[_0x43b756(0x119)]){_0x371f21[_0x43b756(0x119)]=!![];if(_0x371f21[_0x43b756(0x160)])await this[_0x43b756(0x21b)](_0x371f21,_0x135d80);else _0x371f21[_0x43b756(0x12f)]&&await this[_0x43b756(0x21b)](_0x371f21,_0x135d80,![],_0x585115[_0x43b756(0x1c0)]);}}})['on'](EVENT_TEST_PENDING,async _0x32e6ea=>{const _0x154c0d=_0x488fc1;this[_0x154c0d(0x207)][_0x154c0d(0x102)]({'title':_0x32e6ea[_0x154c0d(0x17a)],'suite':_0x32e6ea['parent'][_0x154c0d(0x17a)],'state':_0x32e6ea[_0x154c0d(0x1f1)],'err':{},'fullTitle':_0x32e6ea[_0x154c0d(0x1d8)](),'speed':_0x32e6ea[_0x154c0d(0x1e3)],'currentRetry':_0x32e6ea[_0x154c0d(0x195)](),'titlePathV':_0x32e6ea[_0x154c0d(0x153)]()}),_0x585115[_0x154c0d(0xfe)](this['type'],_0x585115[_0x154c0d(0x202)])&&process['stdout'][_0x154c0d(0x181)](Base[_0x154c0d(0x1f3)](_0x585115[_0x154c0d(0xf1)],Base[_0x154c0d(0x216)][_0x154c0d(0x142)])),_0x585115[_0x154c0d(0xfe)](testhubUtils['shouldProcessEventForTesthub'](),!![])&&(!_0x32e6ea['testAnalyticsId']&&(_0x32e6ea[_0x154c0d(0x160)]=_0x585115[_0x154c0d(0x19a)](uuidv4)),!_0x32e6ea['markedStatus']&&(_0x32e6ea['markedStatus']=!![],await this[_0x154c0d(0x21b)](_0x32e6ea,undefined,![],_0x585115['rWHJD'])));})['on'](EVENT_TEST_BEGIN,async _0x33e3f7=>{const _0x293f61=_0x488fc1;_0x585115[_0x293f61(0x1d2)](testhubUtils[_0x293f61(0x131)](),!![])&&await this['testStarted'](_0x33e3f7);})['on'](EVENT_TEST_END,async _0x59ffe9=>{const _0x496bc5=_0x488fc1;_0x585115['VGvMp'](testhubUtils[_0x496bc5(0x131)](),!![])&&(!_0x59ffe9[_0x496bc5(0x119)]&&(_0x59ffe9[_0x496bc5(0x119)]=!![],await this[_0x496bc5(0x21b)](_0x59ffe9)));})[_0x488fc1(0x177)](EVENT_RUN_END,async()=>{const _0x50adc0=_0x488fc1;try{if(_0x585115[_0x50adc0(0x1ea)](testhubUtils['shouldProcessEventForTesthub'](),!![])){const _0x2561ef=_0x585115[_0x50adc0(0x19f)](getHookSkippedTests,this['runner']['suite']);for(const _0x1dbcdf of _0x2561ef){!_0x1dbcdf[_0x50adc0(0x160)]&&(_0x1dbcdf[_0x50adc0(0x160)]=_0x585115[_0x50adc0(0x19a)](uuidv4)),await this[_0x50adc0(0x21b)](_0x1dbcdf,undefined,![],_0x585115[_0x50adc0(0x17d)]);}}}catch(_0x1d4552){_0x585115[_0x50adc0(0x19f)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20'+_0x1d4552);}await requestQueueHandler['shutdown'](),_0x585115[_0x50adc0(0x1e5)](this['type'],_0x585115[_0x50adc0(0x20f)])&&Base[_0x50adc0(0x1a3)](this['docHtml']);});if(this['type']&&![_0x585115[_0x488fc1(0x20f)],_0x585115[_0x488fc1(0x1ba)],_0x585115[_0x488fc1(0x18c)],_0x585115['dCdbX']][_0x488fc1(0x1e7)](this[_0x488fc1(0x1df)])){const _0x90e6f2=this[_0x488fc1(0x1df)]['trim']();this[_0x488fc1(0x1ab)]=null;try{this['Reporter']=_0x585115['nAFxB'](requireModule,'mocha/lib/reporters/'+_0x90e6f2+'.js',_0x585115[_0x488fc1(0x157)]);}catch(_0x48ae2b){_0x585115[_0x488fc1(0x19f)](debug,'Exception\x20in\x20browserstack\x20custome\x20reporter\x20with\x20error:\x20'+_0x48ae2b);}if(_0x585115[_0x488fc1(0x14d)](this['Reporter'],null))try{this[_0x488fc1(0x1ab)]=_0x585115[_0x488fc1(0x14f)](require,_0x90e6f2);}catch(_0x4f3f50){console[_0x488fc1(0x13a)]('Failed\x20to\x20load\x20reporter\x20'+_0x90e6f2);}if(_0x585115[_0x488fc1(0x20e)](this['Reporter'],null)){const _0x43e94d={};_0x43e94d['reporterOptions']=_0x12933c[_0x488fc1(0x1ae)],this['Reporter']=new this[(_0x488fc1(0x1ab))](_0x2ddbf9,_0x43e94d);}}}[a27_0xb7933f(0x15c)](){const _0x4dbebc=a27_0xb7933f,_0x27f5cf={'qLvLE':function(_0x4bb805,_0x15f062){return _0x4bb805(_0x15f062);}};return _0x27f5cf['qLvLE'](Array,this[_0x4dbebc(0x1ed)])[_0x4dbebc(0x212)]('\x20\x20');}[a27_0xb7933f(0x197)](){this['_indents']++;}['decreaseIndent'](){const _0x93edf=a27_0xb7933f;this[_0x93edf(0x1ed)]--;}['docAppend'](_0x2b8b01){const _0x579818=a27_0xb7933f;this[_0x579818(0x1f7)]+=_0x2b8b01;}[a27_0xb7933f(0x14a)](_0x255c0d,_0x3a5a0e){const _0x201cf9=a27_0xb7933f,_0x4714fb={'aYGkK':function(_0x1100b1,_0x559225){return _0x1100b1(_0x559225);}},_0x2db6d4={};_0x2db6d4[_0x201cf9(0x20d)]=_0x255c0d,_0x2db6d4[_0x201cf9(0x207)]=this['finalResults'],_0x4714fb[_0x201cf9(0x12c)](_0x3a5a0e,_0x2db6d4);}[a27_0xb7933f(0x1d4)](){const _0x2f04a3=a27_0xb7933f;process[_0x2f04a3(0x170)](_0x2f04a3(0x1b0)+process[_0x2f04a3(0x129)]),process['on'](_0x2f04a3(0x1b0)+process['pid'],this[_0x2f04a3(0x14e)][_0x2f04a3(0x1c7)](this)),process[_0x2f04a3(0x170)](_0x2f04a3(0x13d)+process[_0x2f04a3(0x129)]),process['on'](_0x2f04a3(0x13d)+process[_0x2f04a3(0x129)],this[_0x2f04a3(0x1bb)][_0x2f04a3(0x1c7)](this));}[a27_0xb7933f(0x1c5)]=async _0x17c6ad=>{const _0x3f4fc5=a27_0xb7933f,_0x650f76={'prLQd':function(_0x2ee842){return _0x2ee842();},'EiSzL':_0x3f4fc5(0x166),'vMyLe':function(_0x55d854,_0x24961c){return _0x55d854>_0x24961c;},'bXUYB':function(_0x70b597,_0x2c2e29){return _0x70b597===_0x2c2e29;},'QiSDJ':_0x3f4fc5(0x138),'doMjG':function(_0xd4e976,_0x3fd7b0){return _0xd4e976(_0x3fd7b0);}};try{const _0x482b9b=this['current_test'];this[_0x3f4fc5(0x148)]=_0x17c6ad,_0x17c6ad['retryOf']=null,_0x17c6ad[_0x3f4fc5(0x160)]=_0x650f76['prLQd'](uuidv4),globals[_0x3f4fc5(0x1d3)](_0x650f76['EiSzL'],_0x17c6ad['testAnalyticsId']),_0x17c6ad[_0x3f4fc5(0x178)]=new Date()[_0x3f4fc5(0x134)](),_0x650f76['vMyLe'](_0x17c6ad[_0x3f4fc5(0x201)],0x0)&&_0x482b9b&&_0x650f76['bXUYB'](_0x482b9b[_0x3f4fc5(0x17a)],_0x17c6ad[_0x3f4fc5(0x17a)])?(_0x17c6ad[_0x3f4fc5(0x167)]=_0x482b9b['testAnalyticsId'],await this[_0x3f4fc5(0x21b)](_0x17c6ad,undefined,![],_0x650f76['QiSDJ']),_0x482b9b['state']=STATE_FAILED,await this[_0x3f4fc5(0x21b)](_0x482b9b,undefined,!![])):await this[_0x3f4fc5(0x21b)](_0x17c6ad,undefined,![],_0x650f76['QiSDJ']);}catch(_0x5ea997){_0x650f76[_0x3f4fc5(0x1f0)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x5ea997);}};[a27_0xb7933f(0x21b)]=async(_0x335ba2,_0x4b3dd9=undefined,_0x9c22eb=![],_0xc2cf0e=a27_0xb7933f(0x154))=>{const _0x5163d3=a27_0xb7933f,_0x182800={'RgHmH':function(_0x3a2ab3,_0x40eaf9){return _0x3a2ab3===_0x40eaf9;},'NkEIq':function(_0x35b4b6,_0x4bf086){return _0x35b4b6!==_0x4bf086;},'Qsbfy':'test','gsClY':'err','yKsZg':function(_0x3ef06f,_0x2d292e){return _0x3ef06f!==_0x2d292e;},'UuiUf':function(_0x202a3f,_0x4d85dd){return _0x202a3f!==_0x4d85dd;},'gggyv':_0x5163d3(0x1af),'uDmHq':_0x5163d3(0x21c),'NVKkE':_0x5163d3(0x104),'jITQk':'TestRunSkipped','VdYvm':_0x5163d3(0x172),'LbwUP':function(_0x675fe5,_0x162333){return _0x675fe5-_0x162333;},'TCNCf':_0x5163d3(0x182),'lrWAs':_0x5163d3(0x19c),'PhVWl':_0x5163d3(0x154),'xxCbw':_0x5163d3(0x138),'Stmns':function(_0x20bfc9){return _0x20bfc9();},'KWZlH':'started_at','ByZqs':_0x5163d3(0x130),'vLirO':function(_0x3fab7e,_0xcd81e5){return _0x3fab7e(_0xcd81e5);},'JCxDC':function(_0x4f26a2,_0x2d174a){return _0x4f26a2===_0x2d174a;},'EpVFh':_0x5163d3(0x1bc),'zdsmw':function(_0x7c543b,_0xc670fa){return _0x7c543b!==_0xc670fa;},'YrCnV':'failed','AwiLX':_0x5163d3(0x1c6),'odSqu':_0x5163d3(0x17b),'RCgvx':_0x5163d3(0x1bf),'YyZTm':_0x5163d3(0x179),'phZYM':_0x5163d3(0x139),'uAwKn':'failure_reason_expanded','RvRga':_0x5163d3(0x12b),'VvAKa':function(_0x2ac981,_0x5a7398){return _0x2ac981(_0x5a7398);},'flMnA':function(_0x36ee96,_0xf356f3){return _0x36ee96===_0xf356f3;},'FWTAo':_0x5163d3(0x12e),'oGjxI':'hook_run','iiuZg':_0x5163d3(0x18e),'tevkT':function(_0x1c7942,_0x450d66){return _0x1c7942(_0x450d66);}};try{if(_0x335ba2[_0x5163d3(0x116)]&&_0x335ba2[_0x5163d3(0x116)][_0x5163d3(0xf4)](/browserstack internal helper hook/))return;let _0x1793dc=[];if(_0x182800[_0x5163d3(0xf8)](_0x335ba2[_0x5163d3(0x1f1)],STATE_FAILED)){if(_0x182800[_0x5163d3(0x111)](_0x335ba2[_0x5163d3(0x21e)],undefined))_0x1793dc=_0x335ba2['err']['multiple']?[_0x335ba2['err'][_0x5163d3(0x103)],_0x182800[_0x5163d3(0x17e)]]:[_0x335ba2[_0x5163d3(0x21e)],_0x182800[_0x5163d3(0x20b)]];else _0x182800[_0x5163d3(0x180)](_0x4b3dd9,undefined)?_0x1793dc=[_0x4b3dd9,_0x182800[_0x5163d3(0x20b)]]:_0x1793dc=[];}const _0x2f525f=_0x182800[_0x5163d3(0x180)](_0x335ba2['err'],undefined)?_0x335ba2[_0x5163d3(0x21e)]['toString']():_0x182800[_0x5163d3(0x1aa)](_0x4b3dd9,undefined)?_0x4b3dd9['toString']():undefined;let _0x6cff5d;try{_0x6cff5d=this['getRootParentFile'](_0x335ba2);}catch(_0x5c24d1){_0x6cff5d=null;}const _0x2ff502=_0x6cff5d?this[_0x5163d3(0x1e4)](_0x6cff5d):null,_0x4b37cc=_0x6cff5d?this[_0x5163d3(0x136)]['prefixTestPath'](this[_0x5163d3(0x199)](_0x335ba2)):_0x182800[_0x5163d3(0xf2)],_0x2ce08c={'framework':_0x182800[_0x5163d3(0x1a0)],'uuid':_0x335ba2[_0x5163d3(0x160)]||_0x335ba2[_0x5163d3(0x12f)],'name':_0x335ba2['title'],'body':{'lang':_0x182800['NVKkE'],'code':_0x335ba2['body']},'scope':this[_0x5163d3(0x1ac)](_0x335ba2),'scopes':this['scopes'](_0x335ba2),'identifier':_0x335ba2[_0x5163d3(0x1d8)](),'file_name':_0x4b37cc,'vc_filepath':_0x2ff502?path[_0x5163d3(0x17c)](_0x2ff502,_0x6cff5d):null,'location':_0x4b37cc,'result':_0x182800[_0x5163d3(0xf8)](_0xc2cf0e,_0x182800[_0x5163d3(0x191)])?_0x182800[_0x5163d3(0x11b)]:this['analyticsResult'](_0x335ba2[_0x5163d3(0x1f1)]),'failure_reason':_0x2f525f,'duration_in_ms':_0x335ba2[_0x5163d3(0x149)]||(_0xc2cf0e[_0x5163d3(0xf4)](/Finished/)||_0xc2cf0e['match'](/Skipped/)?_0x182800[_0x5163d3(0x1f5)](Date[_0x5163d3(0x1a8)](),new Date(_0x335ba2[_0x5163d3(0x178)])[_0x5163d3(0x1b7)]()):null),'started_at':_0x335ba2[_0x5163d3(0x178)],'finished_at':_0xc2cf0e[_0x5163d3(0xf4)](/Finished/)||_0xc2cf0e[_0x5163d3(0xf4)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x5163d3(0x209)](null,_0x1793dc),'failure_type':!_0x2f525f?null:_0x2f525f['match'](/AssertionError/)?_0x182800[_0x5163d3(0x1c3)]:_0x182800[_0x5163d3(0x13f)],'retry_of':_0x335ba2[_0x5163d3(0x167)]};if([_0x182800[_0x5163d3(0x191)],_0x182800[_0x5163d3(0x1b1)],_0x182800[_0x5163d3(0x16f)]]['includes'](_0xc2cf0e)){if(_0x182800[_0x5163d3(0x1d7)](getCentralUser)[_0x5163d3(0x143)]){const _0x377a8c=TestMetadata[_0x5163d3(0x193)](_0x335ba2[_0x5163d3(0x160)]);if(_0x377a8c){const _0x67f9ae={};_0x67f9ae[_0x5163d3(0x143)]=_0x377a8c,Object[_0x5163d3(0x18b)](_0x2ce08c,_0x67f9ae);}}}testhubUtils[_0x5163d3(0x10b)](_0x2ce08c,_0xc2cf0e,_0x335ba2,FRAMEWORKS[_0x5163d3(0x115)]);(_0x335ba2[_0x5163d3(0x165)]||_0x335ba2[_0x5163d3(0x1fc)])&&centralScannerUtils[_0x5163d3(0x1b5)](_0x2ce08c,_0x335ba2['responseCode'],_0x335ba2['redirectUrl']);_0x182800[_0x5163d3(0xf8)](_0xc2cf0e,_0x182800[_0x5163d3(0x191)])&&!_0x2ce08c[_0x182800[_0x5163d3(0x1a4)]]&&(_0x2ce08c[_0x182800['KWZlH']]=_0x2ce08c[_0x182800[_0x5163d3(0x164)]]);if(_0xc2cf0e[_0x5163d3(0xf4)](/HookRun/))[_0x2ce08c['hook_type'],_0x2ce08c[_0x5163d3(0x1c1)]]=_0x182800[_0x5163d3(0x1c4)](getHookDetails,_0x335ba2['fullTitle']()||_0x335ba2[_0x5163d3(0xfc)]||_0x335ba2[_0x5163d3(0x17a)]),_0x182800['JCxDC'](_0xc2cf0e,_0x182800[_0x5163d3(0xf3)])&&(_0x182800[_0x5163d3(0x128)](_0x2ce08c['result'],_0x182800['YrCnV'])&&(_0x2ce08c['result']=_0x182800['AwiLX']),_0x182800['RgHmH'](_0x2ce08c[_0x5163d3(0x12e)],_0x182800['odSqu'])&&_0x182800['JCxDC'](_0x2ce08c[_0x5163d3(0x1b8)],_0x182800['YrCnV'])&&!_0x335ba2[_0x5163d3(0xf6)]['currentTest'][_0x5163d3(0x119)]&&(_0x335ba2[_0x5163d3(0xf6)][_0x5163d3(0x203)][_0x5163d3(0x119)]=!![],_0x335ba2[_0x5163d3(0xf6)][_0x5163d3(0x203)][_0x5163d3(0x1f1)]=STATE_FAILED,await this[_0x5163d3(0x21b)](_0x335ba2['ctx'][_0x5163d3(0x203)],undefined,!![])));else _0xc2cf0e['match'](/TestRun/)&&_0x182800[_0x5163d3(0x1c4)](mapTestHooks,_0x335ba2);const _0x2d5d14=_0x2ce08c[_0x182800[_0x5163d3(0x163)]][0x0];_0x2d5d14&&(_0x2ce08c[_0x182800[_0x5163d3(0x1f2)]]=_0x2d5d14[_0x182800[_0x5163d3(0x156)]],_0x2ce08c[_0x182800[_0x5163d3(0xff)]]=_0x2d5d14[_0x182800[_0x5163d3(0x121)]]);[_0x182800['PhVWl'],_0x182800[_0x5163d3(0x191)]][_0x5163d3(0x1e7)](_0xc2cf0e)&&(this[_0x5163d3(0x105)][_0x5163d3(0x102)](_0x2ce08c),_0x2ce08c[_0x5163d3(0x1f9)]=_0x182800[_0x5163d3(0x1bd)](getHooksForTest,_0x335ba2));const _0x4c90f6={'event_type':_0x182800[_0x5163d3(0x189)](_0xc2cf0e,_0x182800['jITQk'])?_0x182800[_0x5163d3(0x1b1)]:_0xc2cf0e};_0xc2cf0e[_0x5163d3(0xf4)](/HookRun/)?(_0x2ce08c[_0x182800['FWTAo']]=HOOK_TYPES_MAP[_0x2ce08c[_0x182800[_0x5163d3(0x1d9)]]],_0x4c90f6[_0x182800['oGjxI']]=_0x2ce08c):_0x4c90f6[_0x182800['iiuZg']]=_0x2ce08c,testhubUtils['setCurrentTestData'](FRAMEWORKS[_0x5163d3(0x115)],_0x4c90f6),await SessionHandler[_0x5163d3(0x1ef)](_0x4c90f6);}catch(_0x25b7f7){_0x182800['tevkT'](debug,_0x5163d3(0x205)+_0xc2cf0e+'\x20with\x20error\x20:\x20'+_0x25b7f7);}};['findGitConfig'](_0x38717f){const _0x24e1ee=a27_0xb7933f,_0x1964b1={};_0x1964b1[_0x24e1ee(0x210)]=function(_0x135d7c,_0x32a659){return _0x135d7c===_0x32a659;},_0x1964b1[_0x24e1ee(0x1a1)]=function(_0x1820cb,_0x12c878){return _0x1820cb===_0x12c878;},_0x1964b1['CdAVw']=function(_0x44e6f5,_0x39a837){return _0x44e6f5===_0x39a837;},_0x1964b1['fwcig']=_0x24e1ee(0x1cb),_0x1964b1[_0x24e1ee(0xf5)]=_0x24e1ee(0x1fa);const _0x2bd6a4=_0x1964b1,_0x1529af=path[_0x24e1ee(0x188)];if(_0x2bd6a4[_0x24e1ee(0x210)](_0x38717f,null)||_0x2bd6a4[_0x24e1ee(0x210)](_0x38717f,'')||_0x2bd6a4['jvmEK'](_0x38717f,_0x1529af)||_0x2bd6a4[_0x24e1ee(0x20a)](_0x38717f,path[_0x24e1ee(0x10c)](_0x38717f)))return null;try{return fs[_0x24e1ee(0x15e)](path[_0x24e1ee(0x212)](_0x38717f,_0x2bd6a4['fwcig'],_0x2bd6a4[_0x24e1ee(0xf5)])),_0x38717f;}catch(_0x5b0f4d){const _0xa72589=path[_0x24e1ee(0x10c)](_0x38717f);return this[_0x24e1ee(0x1e4)](_0xa72589);}}[a27_0xb7933f(0x14e)]=async _0x39c3ed=>{const _0x127d6b=a27_0xb7933f,_0x295b35={'NLNtQ':_0x127d6b(0x13c),'VaWLv':function(_0x2fd7e4,_0x1310aa){return _0x2fd7e4(_0x1310aa);}};try{this[_0x127d6b(0x198)]&&!this['current_hook']['markedStatus']&&(_0x39c3ed[_0x127d6b(0x1ec)]=this[_0x127d6b(0x198)][_0x127d6b(0x12f)]);!_0x39c3ed[_0x127d6b(0x1ec)]&&this[_0x127d6b(0x148)]&&!this[_0x127d6b(0x148)][_0x127d6b(0x119)]&&(_0x39c3ed[_0x127d6b(0xfb)]=this[_0x127d6b(0x148)][_0x127d6b(0x160)]);if(_0x39c3ed['hook_run_uuid']||_0x39c3ed['test_run_uuid']){const _0x14866a={};_0x14866a[_0x127d6b(0x1cd)]=_0x295b35[_0x127d6b(0xf0)],_0x14866a[_0x127d6b(0x185)]=[_0x39c3ed],await SessionHandler[_0x127d6b(0x1ef)](_0x14866a);}}catch(_0x325fc7){_0x295b35[_0x127d6b(0x1db)](debug,_0x127d6b(0x100)+_0x325fc7);}};[a27_0xb7933f(0x1bb)]=async _0x25bfbf=>{const _0x647f8c=a27_0xb7933f,_0x49b3c1={'ZQTWT':_0x647f8c(0x114),'VtoKn':_0x647f8c(0x1c8),'kaVoP':function(_0x56ff45,_0x13ff09){return _0x56ff45(_0x13ff09);}};try{const _0x2dab11={};_0x2dab11[_0x647f8c(0x1de)]=_0x25bfbf['uuid']||this[_0x647f8c(0x148)][_0x647f8c(0x160)],_0x2dab11[_0x647f8c(0x16d)]=_0x25bfbf[_0x49b3c1[_0x647f8c(0x107)]];const _0x20e543=_0x2dab11,_0x383315={};_0x383315['event_type']=_0x49b3c1[_0x647f8c(0x122)],_0x383315['test_run']=_0x20e543,await SessionHandler[_0x647f8c(0x1ef)](_0x383315);}catch(_0x270abb){_0x49b3c1[_0x647f8c(0x1a6)](debug,_0x647f8c(0x158)+_0x270abb);}};[a27_0xb7933f(0x1ff)](_0x4df486){const _0x80aa47=a27_0xb7933f,_0x554018={};_0x554018[_0x80aa47(0x1d1)]=_0x80aa47(0x1c6),_0x554018[_0x80aa47(0x11e)]='pending',_0x554018[_0x80aa47(0x194)]=_0x80aa47(0x1b3);const _0x42ce6=_0x554018,_0x567e47={};return _0x567e47[STATE_PASSED]=_0x42ce6['WfIse'],_0x567e47[STATE_PENDING]=_0x42ce6[_0x80aa47(0x11e)],_0x567e47[STATE_FAILED]=_0x42ce6[_0x80aa47(0x194)],_0x567e47[_0x4df486];}[a27_0xb7933f(0x1ac)](_0x284569){const _0x1e1d34=a27_0xb7933f,_0x4fc9ae={};_0x4fc9ae['twmZi']=function(_0x1aebec,_0x398daf){return _0x1aebec-_0x398daf;};const _0x58dee6=_0x4fc9ae,_0x4dbcf7=_0x284569[_0x1e1d34(0x153)]();return _0x4dbcf7['slice'](0x0,_0x58dee6['twmZi'](_0x4dbcf7['length'],0x1))[_0x1e1d34(0x212)]('\x20');}[a27_0xb7933f(0x146)](_0xd91eb0){const _0x2cde99=a27_0xb7933f,_0x264b77={};_0x264b77[_0x2cde99(0x13b)]=function(_0x1fe329,_0xed3fa9){return _0x1fe329-_0xed3fa9;};const _0x26c9ba=_0x264b77,_0x242a2b=_0xd91eb0['titlePath']();return _0x242a2b['slice'](0x0,_0x26c9ba['SiMZm'](_0x242a2b['length'],0x1));}[a27_0xb7933f(0x199)](_0x2a21b8){const _0x28f00f=a27_0xb7933f,_0x101e98={};_0x101e98[_0x28f00f(0x218)]=function(_0x4f76c8,_0x36dec6){return _0x4f76c8>_0x36dec6;};const _0x5cd6c8=_0x101e98;if(_0x2a21b8[_0x28f00f(0x126)])return _0x2a21b8[_0x28f00f(0x126)];if(_0x2a21b8[_0x28f00f(0xf6)]){const _0x3c46d6=_0x2a21b8[_0x28f00f(0xf6)][_0x28f00f(0x203)]?this['getRootParentFile'](_0x2a21b8['ctx'][_0x28f00f(0x203)]):null;if(_0x3c46d6)return _0x3c46d6;}if(_0x2a21b8['parent']){const _0x463d39=this[_0x28f00f(0x199)](_0x2a21b8[_0x28f00f(0x200)])||(_0x2a21b8[_0x28f00f(0x200)]['ctx']&&_0x2a21b8['parent'][_0x28f00f(0xf6)]['currentTest']?this[_0x28f00f(0x199)](_0x2a21b8[_0x28f00f(0x200)][_0x28f00f(0xf6)][_0x28f00f(0x203)]):null);if(_0x463d39)return _0x463d39;_0x2a21b8[_0x28f00f(0x200)][_0x28f00f(0x18d)]&&_0x5cd6c8['PpBqh'](_0x2a21b8[_0x28f00f(0x200)]['suites']['length'],0x0)&&_0x2a21b8[_0x28f00f(0x200)][_0x28f00f(0x18d)][_0x28f00f(0x1a7)](_0xa9365c=>{const _0x422ca8=_0x28f00f,_0x21699d=_0xa9365c[_0x422ca8(0xf6)]?this[_0x422ca8(0x199)](_0xa9365c['ctx']):null;if(_0x21699d)return _0x21699d;});}return null;}}module[a27_0xb7933f(0x118)]=MyReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a28_0x500e(_0x737333,_0x21a142){const _0x5a47e4=a28_0x5a47();return a28_0x500e=function(_0x500eb6,_0xcc0d05){_0x500eb6=_0x500eb6-0x188;let _0x3589e0=_0x5a47e4[_0x500eb6];return _0x3589e0;},a28_0x500e(_0x737333,_0x21a142);}const a28_0x154017=a28_0x500e;(function(_0x340869,_0x4d85d1){const _0x19e1b0=a28_0x500e,_0x5cc41a=_0x340869();while(!![]){try{const _0x5bd565=-parseInt(_0x19e1b0(0x1ec))/0x1*(-parseInt(_0x19e1b0(0x284))/0x2)+parseInt(_0x19e1b0(0x26e))/0x3+parseInt(_0x19e1b0(0x253))/0x4+-parseInt(_0x19e1b0(0x1b0))/0x5*(-parseInt(_0x19e1b0(0x247))/0x6)+parseInt(_0x19e1b0(0x1a2))/0x7*(parseInt(_0x19e1b0(0x291))/0x8)+-parseInt(_0x19e1b0(0x1d0))/0x9+-parseInt(_0x19e1b0(0x269))/0xa*(parseInt(_0x19e1b0(0x277))/0xb);if(_0x5bd565===_0x4d85d1)break;else _0x5cc41a['push'](_0x5cc41a['shift']());}catch(_0x5b2e2a){_0x5cc41a['push'](_0x5cc41a['shift']());}}}(a28_0x5a47,0x3452d));const chalk=require(a28_0x154017(0x256)),logger=require(a28_0x154017(0x23e))[a28_0x154017(0x272)],helper=require('../../helpers/helper'),utilities=require(a28_0x154017(0x1e4)),testOpsHelper=require('../../helpers/test-observability/utils'),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a28_0x154017(0x1fe)),{requireModule,nestedKeyValue}=require(a28_0x154017(0x210)),{getPercyOptions}=require('../../helpers/percy/utils'),Base=requireModule(a28_0x154017(0x226),a28_0x154017(0x1f7)),collectFiles=requireModule(a28_0x154017(0x285),a28_0x154017(0x1f7)),constants=require(a28_0x154017(0x1bd)),PerformanceTester=require(a28_0x154017(0x1da)),PerformanceEvents=require(a28_0x154017(0x279))['EVENTS'],centralScannerConstants=require('../../helpers/central-scanner/constants'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),TestHubHandler=require('../../helpers/testhub/testhubHandler');function tag(_0x5c1904,_0x6cc45b,_0x3b29b3,_0x5bbce6){const _0x498157=a28_0x154017,_0xf37bd7={'QEJow':function(_0xe03b38,_0x55920e){return _0xe03b38+_0x55920e;},'VVIUI':function(_0x33357e,_0x311491){return _0x33357e+_0x311491;},'iOOHU':function(_0xae9220,_0x41b045){return _0xae9220(_0x41b045);},'igDQe':function(_0x495f48,_0x50bb3d){return _0x495f48+_0x50bb3d;},'EjFly':function(_0x4396a6,_0x34c6a5){return _0x4396a6+_0x34c6a5;},'rZQZU':function(_0x5d3a24,_0x3c5b5b){return _0x5d3a24+_0x3c5b5b;},'MIiWj':function(_0x46f632,_0x30ef29){return _0x46f632+_0x30ef29;}},_0x2f6291=_0x3b29b3?'/>':'>',_0x2ab035=[];let _0x1aaa8a;for(const _0x2af4fd in _0x6cc45b){Object[_0x498157(0x26b)][_0x498157(0x25f)][_0x498157(0x241)](_0x6cc45b,_0x2af4fd)&&_0x2ab035[_0x498157(0x1c7)](_0xf37bd7[_0x498157(0x1c4)](_0xf37bd7[_0x498157(0x1c4)](_0xf37bd7['VVIUI'](_0x2af4fd,'=\x22'),_0xf37bd7[_0x498157(0x1cf)](escape,_0x6cc45b[_0x2af4fd])),'\x22'));}return _0x1aaa8a=_0xf37bd7[_0x498157(0x1c4)](_0xf37bd7[_0x498157(0x1de)](_0xf37bd7[_0x498157(0x1c1)]('<',_0x5c1904),_0x2ab035[_0x498157(0x1a7)]?_0xf37bd7[_0x498157(0x1de)]('\x20',_0x2ab035[_0x498157(0x1c0)]('\x20')):''),_0x2f6291),_0x5bbce6&&(_0x1aaa8a+=_0xf37bd7[_0x498157(0x1a1)](_0xf37bd7[_0x498157(0x216)](_0xf37bd7[_0x498157(0x24f)](_0x5bbce6,'</'),_0x5c1904),_0x2f6291)),_0x1aaa8a;}let xunitContent='';function xunitWrite(_0x1ca7d8){xunitContent+=_0x1ca7d8;}function xunitTest(_0x1e3d8c,_0xed9536){const _0x918528=a28_0x154017,_0x2b76a4={'cNxhh':function(_0x1a85b2,_0x312e4f){return _0x1a85b2/_0x312e4f;},'ggGgl':function(_0xad0ad4,_0x4227b1){return _0xad0ad4===_0x4227b1;},'uFVZa':'failed','nUvYC':function(_0x27ead5,_0x4d4bca){return _0x27ead5+_0x4d4bca;},'FBCMi':function(_0xebf90a,_0x55dc3c){return _0xebf90a(_0x55dc3c);},'sZxOf':function(_0x3b267f,_0x56af49,_0x46a26d,_0x333578,_0x3a3723){return _0x3b267f(_0x56af49,_0x46a26d,_0x333578,_0x3a3723);},'oCcKg':'testcase','rbJtY':_0x918528(0x25d),'yvJYF':function(_0x1ef54b,_0x2e7b3c){return _0x1ef54b+_0x2e7b3c;},'GsLHu':function(_0x1c1d83,_0x410dd8){return _0x1c1d83+_0x410dd8;},'suFEy':function(_0x20e79f,_0x2686fb){return _0x20e79f(_0x2686fb);},'WwcjN':function(_0x2115d9,_0xd6d710){return _0x2115d9(_0xd6d710);},'EfPpA':function(_0x2bf9d8,_0x47b2c1,_0x1f79d6,_0x12ac7b){return _0x2bf9d8(_0x47b2c1,_0x1f79d6,_0x12ac7b);},'FvURV':_0x918528(0x1ad),'MXTAq':function(_0x3619f8,_0x5b8cc0){return _0x3619f8(_0x5b8cc0);},'pESGG':function(_0x38377d,_0xb95958,_0x1e0db6,_0x265ddb){return _0x38377d(_0xb95958,_0x1e0db6,_0x265ddb);}};Base[_0x918528(0x1b3)]=![];var _0x203018={'classname':_0x1e3d8c[_0x918528(0x252)],'name':_0x1e3d8c[_0x918528(0x239)],'time':_0x2b76a4['cNxhh'](_0x1e3d8c['duration'],0x3e8)||0x0,'platform':_0xed9536};if(_0x2b76a4[_0x918528(0x1b6)](_0x1e3d8c['state'],_0x2b76a4['uFVZa'])){var _0x504fa8=_0x1e3d8c[_0x918528(0x287)],_0x48827e=!Base[_0x918528(0x199)]&&Base[_0x918528(0x1e8)](_0x504fa8)?_0x2b76a4[_0x918528(0x23f)]('\x0a',Base[_0x918528(0x1df)](_0x504fa8[_0x918528(0x249)],_0x504fa8['expected'])):'';_0x2b76a4['FBCMi'](xunitWrite,_0x2b76a4[_0x918528(0x27b)](tag,_0x2b76a4[_0x918528(0x1ed)],_0x203018,![],_0x2b76a4[_0x918528(0x27b)](tag,_0x2b76a4[_0x918528(0x1af)],{},![],_0x2b76a4[_0x918528(0x21c)](_0x2b76a4[_0x918528(0x23f)](_0x2b76a4[_0x918528(0x240)](_0x2b76a4['FBCMi'](escape,_0x504fa8[_0x918528(0x245)]),_0x2b76a4[_0x918528(0x1cb)](escape,_0x48827e)),'\x0a'),_0x2b76a4[_0x918528(0x21f)](escape,_0x504fa8[_0x918528(0x1cd)])))));}else _0x1e3d8c[_0x918528(0x250)]?_0x2b76a4['FBCMi'](xunitWrite,_0x2b76a4[_0x918528(0x27b)](tag,_0x2b76a4['oCcKg'],_0x203018,![],_0x2b76a4[_0x918528(0x278)](tag,_0x2b76a4[_0x918528(0x230)],{},!![]))):_0x2b76a4[_0x918528(0x22d)](xunitWrite,_0x2b76a4[_0x918528(0x234)](tag,_0x2b76a4['oCcKg'],_0x203018,!![]));};function getStats(_0x4ab874){const _0x3e636e=a28_0x154017,_0x14bfad={};_0x14bfad[_0x3e636e(0x27e)]=_0x3e636e(0x201),_0x14bfad['QaDeK']=_0x3e636e(0x242),_0x14bfad[_0x3e636e(0x266)]=_0x3e636e(0x218),_0x14bfad[_0x3e636e(0x1cc)]=_0x3e636e(0x1f3);const _0x3afc0c=_0x14bfad,_0xe71055=Object[_0x3e636e(0x262)](_0x4ab874);let _0x284641=0x0,_0x4f3e38=0x0,_0x3ce73f=0x0,_0x16709e=0x0;const _0x3e5ce4=new Set();_0xe71055['forEach'](_0x6cffdd=>{const _0x228dc1=_0x3e636e,_0x3c4977={};_0x3c4977[_0x228dc1(0x283)]=_0x3afc0c[_0x228dc1(0x27e)],_0x3c4977[_0x228dc1(0x22c)]=_0x3afc0c[_0x228dc1(0x254)],_0x3c4977[_0x228dc1(0x222)]=_0x3afc0c['zveGK'];const _0x250267=_0x3c4977;_0x4ab874[_0x6cffdd][_0x3afc0c[_0x228dc1(0x1cc)]][_0x228dc1(0x1b1)](_0xe8c20c=>{const _0x11ed20=_0x228dc1;_0x3e5ce4[_0x11ed20(0x244)](_0xe8c20c[_0x250267[_0x11ed20(0x283)]]),_0x284641++;switch(_0xe8c20c['state']){case _0x250267['pwhcT']:_0x3ce73f++;break;case _0x250267[_0x11ed20(0x222)]:_0x4f3e38++;break;default:_0x16709e++;}});});const _0x31b6d7={};return _0x31b6d7[_0x3e636e(0x212)]=_0x3e5ce4[_0x3e636e(0x235)],_0x31b6d7[_0x3e636e(0x195)]=_0xe71055,_0x31b6d7[_0x3e636e(0x295)]=_0x284641,_0x31b6d7[_0x3e636e(0x275)]=_0x4f3e38,_0x31b6d7[_0x3e636e(0x1e5)]=_0x3ce73f,_0x31b6d7[_0x3e636e(0x1c5)]=_0x16709e,_0x31b6d7;}function errorJSON(_0x4e6ed0){const _0x918e49=a28_0x154017;var _0x35d841={};return Object[_0x918e49(0x238)](_0x4e6ed0)['forEach'](function(_0x57988e){_0x35d841[_0x57988e]=_0x4e6ed0[_0x57988e];},_0x4e6ed0),_0x35d841;}function cleanCycles(_0x2021d0){const _0xe363ca=a28_0x154017,_0xcee97d={};_0xcee97d['TusZP']=function(_0x15c2f5,_0x2be8fa){return _0x15c2f5===_0x2be8fa;},_0xcee97d['PSKlE']=_0xe363ca(0x1ae),_0xcee97d[_0xe363ca(0x1e2)]=function(_0x4df76a,_0x193716){return _0x4df76a!==_0x193716;},_0xcee97d[_0xe363ca(0x1fc)]=function(_0x476709,_0x580f9e){return _0x476709!==_0x580f9e;},_0xcee97d[_0xe363ca(0x1db)]=function(_0x51508d,_0x5f438b){return _0x51508d+_0x5f438b;};const _0x41712a=_0xcee97d;var _0x5291be=[];return JSON[_0xe363ca(0x19d)](JSON[_0xe363ca(0x290)](_0x2021d0,function(_0x48da0e,_0x30e51d){const _0x3bb02a=_0xe363ca;if(_0x41712a[_0x3bb02a(0x27f)](typeof _0x30e51d,_0x41712a[_0x3bb02a(0x271)])&&_0x41712a['SyanW'](_0x30e51d,null)){if(_0x41712a['didIg'](_0x5291be[_0x3bb02a(0x1d8)](_0x30e51d),-0x1))return _0x41712a[_0x3bb02a(0x1db)]('',_0x30e51d);_0x5291be[_0x3bb02a(0x1c7)](_0x30e51d);}return _0x30e51d;}));}function clean(_0x224806){const _0x128dad=a28_0x154017,_0x292145={'XeIQC':function(_0x269923,_0x1078a3){return _0x269923 instanceof _0x1078a3;},'UTyES':function(_0xb1f5ac,_0x6fdd04){return _0xb1f5ac(_0x6fdd04);},'oxgOq':function(_0x4370d0,_0x12b8f4){return _0x4370d0(_0x12b8f4);}};var _0x220c1a=_0x224806[_0x128dad(0x287)]||{};return _0x292145[_0x128dad(0x191)](_0x220c1a,Error)&&(_0x220c1a=_0x292145['UTyES'](errorJSON,_0x220c1a)),{'title':_0x224806['title'],'fullTitle':_0x224806[_0x128dad(0x252)],'file':_0x224806[_0x128dad(0x20c)],'duration':_0x224806[_0x128dad(0x264)],'currentRetry':_0x224806['currentRetry'],'speed':_0x224806[_0x128dad(0x1a9)],'err':_0x292145[_0x128dad(0x26a)](cleanCycles,_0x220c1a)};}function printStats(_0x371fb6,_0x454167=a28_0x154017(0x260),_0x5a675d={}){const _0x384f5d=a28_0x154017,_0x397e4c={'bSBIL':function(_0x4373d1,_0x1171ea){return _0x4373d1(_0x1171ea);},'eLtaG':function(_0x2d5ec6,_0x341a68){return _0x2d5ec6===_0x341a68;},'KuYqm':_0x384f5d(0x242),'AqPkY':_0x384f5d(0x225),'aqvHI':function(_0x3a66b1,_0x3c8ecc){return _0x3a66b1(_0x3c8ecc);},'hHfiJ':_0x384f5d(0x218),'zdLSA':'failures','srFof':'pending','fHBQt':_0x384f5d(0x1f3),'IdXeD':function(_0x1dd7fc,_0x11cbf6){return _0x1dd7fc*_0x11cbf6;},'fiukG':function(_0x626068,_0x17faa9,_0x56c248){return _0x626068(_0x17faa9,_0x56c248);},'vkosn':function(_0x1761a9,_0x1c02a2){return _0x1761a9>_0x1c02a2;},'DUvnA':function(_0x246b8c){return _0x246b8c();},'QRtgE':_0x384f5d(0x1ff),'ZjRGh':function(_0x416bb3,_0x4f362d){return _0x416bb3>_0x4f362d;},'SCgYV':_0x384f5d(0x220),'oJvXs':_0x384f5d(0x1fa),'GilHV':function(_0x188002,_0x5875f3){return _0x188002+_0x5875f3;},'qGank':_0x384f5d(0x261),'NQYAH':_0x384f5d(0x1f8),'BfYmA':function(_0x3b5e9a,_0x2a7b6e){return _0x3b5e9a+_0x2a7b6e;},'KhbmK':_0x384f5d(0x1ab),'vvqUV':function(_0x2c8623,_0x57cd2a){return _0x2c8623>_0x57cd2a;},'AvqTY':function(_0x472b2e,_0x4126f0){return _0x472b2e>_0x4126f0;},'XkVdG':function(_0x1e32ae,_0x128ddf){return _0x1e32ae>_0x128ddf;},'nWvAZ':function(_0x200c10,_0x3ccf08){return _0x200c10+_0x3ccf08;},'fBxFw':function(_0x59db90,_0x261a58){return _0x59db90+_0x261a58;},'pcdOt':function(_0x267211,_0x548535){return _0x267211+_0x548535;},'gMdHg':_0x384f5d(0x1ba),'XQFvH':_0x384f5d(0x20d),'NJzez':_0x384f5d(0x246),'DVibA':_0x384f5d(0x22a),'zwGrR':_0x384f5d(0x1bb),'nuSAl':function(_0x2677fb,_0x4838b5){return _0x2677fb===_0x4838b5;},'zhYbD':_0x384f5d(0x24d),'XRWwK':_0x384f5d(0x202),'pFrBr':function(_0x4fee20,_0x5a3581){return _0x4fee20||_0x5a3581;},'wrPgt':function(_0x42f67e,_0x2c6e26){return _0x42f67e(_0x2c6e26);},'yGbCn':function(_0x54ee8c,_0x193428,_0x1400e6,_0x398f0d){return _0x54ee8c(_0x193428,_0x1400e6,_0x398f0d);},'XOHTa':_0x384f5d(0x1ea),'VZzBU':function(_0x4d3e14,_0x2e01f4){return _0x4d3e14-_0x2e01f4;},'fhYNZ':function(_0x1c5c54,_0x398dbf){return _0x1c5c54/_0x398dbf;},'HKbPa':_0x384f5d(0x1a5),'FwGra':'Writing\x20xunit\x20result\x20to\x20file','eFqLK':_0x384f5d(0x203),'XQNpE':_0x384f5d(0x1d6),'ZeDYa':function(_0x22a669,_0x5e1c2d){return _0x22a669===_0x5e1c2d;},'aGIAT':_0x384f5d(0x196),'LsYoA':_0x384f5d(0x243)};if(_0x397e4c[_0x384f5d(0x18a)](_0x454167,_0x397e4c['QRtgE']))return;const _0x57ecc5=0x0,_0x1eca60=()=>{const _0x5a9ba2=_0x384f5d;return _0x397e4c[_0x5a9ba2(0x211)](Array,_0x57ecc5)[_0x5a9ba2(0x1c0)]('\x20\x20');},{testSuites:_0x3d0067,platforms:_0x10398b,totalTests:_0x13fb89,testsFailed:_0x3ce45f,testsPassed:_0x5e4fc3,testsPending:_0x5870cc}=_0x397e4c[_0x384f5d(0x248)](getStats,_0x371fb6);_0x397e4c[_0x384f5d(0x229)](_0x3ce45f,0x0)&&(logger[_0x384f5d(0x1dc)](_0x397e4c[_0x384f5d(0x200)]),process['exitCode']=Math[_0x384f5d(0x223)](_0x3ce45f,0xff));logger[_0x384f5d(0x1dc)](_0x397e4c[_0x384f5d(0x209)]);const _0x18d01c=''+_0x397e4c[_0x384f5d(0x270)](chalk['bold'](_0x397e4c[_0x384f5d(0x22e)]),_0x10398b[_0x384f5d(0x1a7)]),_0x315b96=''+_0x397e4c['GilHV'](chalk[_0x384f5d(0x1d1)](_0x397e4c[_0x384f5d(0x1b5)]),_0x3d0067),_0x405116=''+_0x397e4c[_0x384f5d(0x270)](_0x397e4c['GilHV'](_0x397e4c[_0x384f5d(0x1c9)](chalk['bold'](_0x397e4c[_0x384f5d(0x1c3)]),_0x397e4c[_0x384f5d(0x25a)](_0x3ce45f,0x0)?chalk['bold'][_0x384f5d(0x18e)](_0x3ce45f+_0x384f5d(0x1d9))+',\x20':''),_0x397e4c[_0x384f5d(0x25b)](_0x5870cc,0x0)?chalk[_0x384f5d(0x1d1)][_0x384f5d(0x25e)](_0x5870cc+_0x384f5d(0x23a))+',\x20':''),_0x397e4c[_0x384f5d(0x20f)](_0x5e4fc3,0x0)?chalk[_0x384f5d(0x1d1)][_0x384f5d(0x1bf)](_0x5e4fc3+'\x20passed')+',\x20':'')+_0x13fb89+_0x384f5d(0x21e);console[_0x384f5d(0x192)](_0x397e4c[_0x384f5d(0x1eb)](_0x397e4c['fBxFw'](_0x397e4c[_0x384f5d(0x1bc)](_0x397e4c[_0x384f5d(0x19b)](_0x397e4c[_0x384f5d(0x19b)](_0x397e4c[_0x384f5d(0x189)],_0x18d01c),'\x0a'),_0x315b96),'\x0a'),_0x405116));if(_0x397e4c[_0x384f5d(0x18a)](_0x454167,_0x397e4c[_0x384f5d(0x1d2)])){const _0x34085d={},_0x41ec78={};_0x41ec78['testSuites']=_0x3d0067,_0x41ec78[_0x384f5d(0x195)]=_0x10398b,_0x41ec78['testsFailed']=_0x3ce45f,_0x41ec78['testsPassed']=_0x5e4fc3,_0x41ec78['testsPending']=_0x5870cc,_0x34085d[_0x384f5d(0x24a)]=_0x41ec78,_0x10398b[_0x384f5d(0x1b1)](_0x2403fe=>{const _0x58d7dc=_0x384f5d,_0x3931c5={'BiJvA':function(_0x1073c5,_0x457736){const _0x5dd131=a28_0x500e;return _0x397e4c[_0x5dd131(0x18a)](_0x1073c5,_0x457736);},'kkqwp':_0x397e4c[_0x58d7dc(0x1f2)],'Sszoc':_0x397e4c[_0x58d7dc(0x1e0)],'oAXDc':function(_0x5c15a7,_0x19cc03){const _0x2d400d=_0x58d7dc;return _0x397e4c[_0x2d400d(0x248)](_0x5c15a7,_0x19cc03);},'ILVAf':function(_0x1c53de,_0x5ed4e9){return _0x397e4c['eLtaG'](_0x1c53de,_0x5ed4e9);},'nULpB':_0x397e4c[_0x58d7dc(0x23d)],'FGFxI':_0x397e4c[_0x58d7dc(0x1a8)],'zoDjD':_0x397e4c['srFof']};_0x34085d[_0x2403fe]={'pending':[],'failures':[],'passes':[],'tests':_0x371fb6[_0x2403fe][_0x397e4c[_0x58d7dc(0x208)]][_0x58d7dc(0x292)](clean)},_0x371fb6[_0x2403fe][_0x397e4c['fHBQt']][_0x58d7dc(0x1b1)](_0x1cb3db=>{const _0x59cdfc=_0x58d7dc;if(_0x3931c5['BiJvA'](_0x1cb3db[_0x59cdfc(0x213)],_0x3931c5[_0x59cdfc(0x228)]))_0x34085d[_0x2403fe][_0x3931c5[_0x59cdfc(0x1e3)]]['push'](_0x3931c5[_0x59cdfc(0x281)](clean,_0x1cb3db));else _0x3931c5[_0x59cdfc(0x23b)](_0x1cb3db['state'],_0x3931c5[_0x59cdfc(0x19f)])?_0x34085d[_0x2403fe][_0x3931c5[_0x59cdfc(0x1e9)]][_0x59cdfc(0x1c7)](_0x3931c5[_0x59cdfc(0x281)](clean,_0x1cb3db)):_0x34085d[_0x2403fe][_0x3931c5[_0x59cdfc(0x194)]][_0x59cdfc(0x1c7)](_0x3931c5[_0x59cdfc(0x281)](clean,_0x1cb3db));});});if(_0x5a675d['output'])try{logger['debug'](_0x397e4c['NJzez'],_0x5a675d[_0x384f5d(0x1e6)]),fs[_0x384f5d(0x268)](_0x5a675d[_0x384f5d(0x1e6)],JSON['stringify'](_0x34085d,null,0x3));}catch(_0x12cc12){logger[_0x384f5d(0x1f6)](_0x397e4c[_0x384f5d(0x215)],_0x5a675d[_0x384f5d(0x1e6)]),logger[_0x384f5d(0x1dc)](_0x12cc12);}else logger[_0x384f5d(0x1dc)](_0x397e4c[_0x384f5d(0x1fb)]),console['log'](JSON[_0x384f5d(0x290)](_0x34085d,null,0x3));}else{if(_0x397e4c[_0x384f5d(0x205)](_0x454167,_0x397e4c[_0x384f5d(0x1b7)])){let _0x2ebdd9;const _0x28f8bb=_0x397e4c[_0x384f5d(0x224)];_0x5a675d&&(_0x2ebdd9=_0x5a675d[_0x384f5d(0x288)]);_0x2ebdd9=_0x397e4c[_0x384f5d(0x28f)](_0x2ebdd9,_0x28f8bb);let _0x137d4d=0x0,_0x4e6697=0x0,_0x2b02e0=0x0,_0xcbbefe=0x0;_0x10398b[_0x384f5d(0x1b1)](_0xa9abe3=>{const _0x3b58cb=_0x384f5d;_0x371fb6[_0xa9abe3][_0x397e4c[_0x3b58cb(0x208)]][_0x3b58cb(0x1b1)](_0x1a3b3e=>{const _0xabad91=_0x3b58cb;if(_0x397e4c[_0xabad91(0x18a)](_0x1a3b3e[_0xabad91(0x213)],_0x397e4c['KuYqm']))_0x137d4d++;else _0x397e4c['eLtaG'](_0x1a3b3e[_0xabad91(0x213)],_0x397e4c['hHfiJ'])&&_0x4e6697++;_0x2b02e0++,_0xcbbefe+=_0x397e4c['IdXeD'](_0x1a3b3e[_0xabad91(0x264)],0x1);});}),_0x397e4c[_0x384f5d(0x24b)](xunitWrite,_0x397e4c[_0x384f5d(0x258)](tag,_0x397e4c['XOHTa'],{'name':_0x2ebdd9,'tests':_0x2b02e0,'failures':0x0,'errors':_0x4e6697,'skipped':_0x397e4c[_0x384f5d(0x1d4)](_0x397e4c['VZzBU'](_0x2b02e0,_0x4e6697),_0x137d4d),'timestamp':new Date()['toUTCString'](),'time':_0x397e4c[_0x384f5d(0x251)](_0xcbbefe,0x3e8)||0x0},![])),_0x10398b[_0x384f5d(0x1b1)](_0x16f128=>{const _0x52ffcb=_0x384f5d,_0x400cfe={'qriQn':function(_0x50a02f,_0x32d2c1,_0x168351){const _0x5323ab=a28_0x500e;return _0x397e4c[_0x5323ab(0x236)](_0x50a02f,_0x32d2c1,_0x168351);}};_0x371fb6[_0x16f128][_0x397e4c[_0x52ffcb(0x208)]][_0x52ffcb(0x1b1)](_0x37f22b=>{const _0xe13d61=_0x52ffcb;_0x400cfe[_0xe13d61(0x24e)](xunitTest,_0x37f22b,_0x16f128);});}),_0x397e4c[_0x384f5d(0x248)](xunitWrite,_0x397e4c[_0x384f5d(0x1ca)]);if(_0x5a675d[_0x384f5d(0x1e6)])try{logger[_0x384f5d(0x1dc)](_0x397e4c[_0x384f5d(0x1a3)],_0x5a675d[_0x384f5d(0x1e6)]),fs[_0x384f5d(0x268)](_0x5a675d[_0x384f5d(0x1e6)],xunitContent);}catch(_0x2fc04a){logger[_0x384f5d(0x1f6)](_0x397e4c[_0x384f5d(0x255)],_0x5a675d[_0x384f5d(0x1e6)]),logger[_0x384f5d(0x1dc)](_0x2fc04a);}else logger['debug'](_0x397e4c['XQNpE']),console['log'](xunitContent);}else{if(_0x397e4c[_0x384f5d(0x28e)](_0x3ce45f,0x0))return;console[_0x384f5d(0x192)](),logger[_0x384f5d(0x1dc)](_0x397e4c[_0x384f5d(0x22b)]),console['log'](chalk[_0x384f5d(0x1d1)][_0x384f5d(0x1f4)](_0x397e4c['LsYoA'])),_0x10398b[_0x384f5d(0x1b1)](_0x134eb0=>{const _0x29df07=_0x384f5d,_0x40bdd9=[];_0x371fb6[_0x134eb0][_0x397e4c['fHBQt']][_0x29df07(0x1b1)](_0x432368=>{const _0x386e85=_0x29df07;_0x397e4c[_0x386e85(0x18a)](_0x432368[_0x386e85(0x213)],_0x397e4c[_0x386e85(0x23d)])&&(_0x432368[_0x386e85(0x232)]=()=>_0x432368[_0x386e85(0x193)],_0x40bdd9[_0x386e85(0x1c7)](_0x432368));}),_0x397e4c[_0x29df07(0x274)](_0x40bdd9['length'],0x0)&&(Base['consoleLog'](),Base[_0x29df07(0x293)](_0x397e4c['DUvnA'](_0x1eca60),chalk[_0x29df07(0x1d1)][_0x29df07(0x27a)](_0x134eb0)),Base[_0x29df07(0x24c)](_0x40bdd9));});}}}async function run(_0x29784d,_0x5add4b,_0xf6d686){const _0xf40aab=a28_0x154017,_0x4445dc={'vPeBk':function(_0x5dfcf1,_0x19ccee,_0x9d39d9,_0x446a58){return _0x5dfcf1(_0x19ccee,_0x9d39d9,_0x446a58);},'XSTsv':'reporter-option','phFTk':_0xf40aab(0x1f1),'MhhqJ':_0xf40aab(0x204),'OMPEJ':_0xf40aab(0x1f7),'wjwOJ':function(_0x521181,_0x285121){return _0x521181!=_0x285121;},'ZPhKy':_0xf40aab(0x217),'uEuXn':'mjs','aPAXg':_0xf40aab(0x227),'aabDi':_0xf40aab(0x206),'hRBKa':function(_0x461650,_0x4064e6){return _0x461650(_0x4064e6);},'eWvjX':function(_0x364a37,_0x40e641,_0x42ea45){return _0x364a37(_0x40e641,_0x42ea45);},'GoRZS':_0xf40aab(0x25c),'mwiYr':_0xf40aab(0x294),'HMMzc':_0xf40aab(0x28a),'xLOGR':function(_0x47e8a2,_0x4f805e){return _0x47e8a2*_0x4f805e;},'uxsDA':function(_0xab562a,_0x1a497c){return _0xab562a!==_0x1a497c;}};helper[_0xf40aab(0x21d)](_0xf6d686[_0xf40aab(0x188)],_0x29784d);helper[_0xf40aab(0x1f0)]()?(await _0xf6d686[_0xf40aab(0x190)](_0x29784d),await helper[_0xf40aab(0x1c2)](_0xf6d686['config'])):await _0xf6d686[_0xf40aab(0x1c6)]();const _0x33664e=[];let _0x20db17=[];if(!_0xf6d686[_0xf40aab(0x1d7)])return;!helper[_0xf40aab(0x237)](_0xf6d686[_0xf40aab(0x1d7)]['accessibilityOptions'])&&(process['env'][_0xf40aab(0x1f9)]=JSON[_0xf40aab(0x290)](_0xf6d686['config'][_0xf40aab(0x207)]));const _0x2f3297=await TestHubHandler['launchBuild'](FRAMEWORKS[_0xf40aab(0x1b8)],_0xf6d686);_0x4445dc['wjwOJ'](_0xf6d686[_0xf40aab(0x1d7)][_0xf40aab(0x257)],null)&&(process[_0xf40aab(0x1ee)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xf6d686[_0xf40aab(0x1d7)]['testObservability']);!helper[_0xf40aab(0x237)](_0xf6d686[_0xf40aab(0x1d7)][_0xf40aab(0x26c)])&&(process[_0xf40aab(0x1ee)][_0xf40aab(0x1d5)]=_0xf6d686[_0xf40aab(0x1d7)]['accessibility']);const {extension:extension=['js',_0x4445dc[_0xf40aab(0x259)],_0x4445dc['uEuXn']],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x4445dc[_0xf40aab(0x1a0)]]}=_0x29784d,_0x537f3e={..._0x29784d};_0x537f3e[_0xf40aab(0x22f)]=null;const _0x2a1faa=_0x537f3e;let _0x5decc2;if(testOpsHelper[_0xf40aab(0x1a6)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x1e6177=process[_0xf40aab(0x1ee)]['BROWSERSTACK_RERUN_TESTS'];!helper['isUndefined'](_0xf6d686[_0xf40aab(0x1ce)])&&_0xf6d686['cliConfig'][_0xf40aab(0x280)](_0x4445dc[_0xf40aab(0x1b2)])&&(_0x1e6177=_0xf6d686[_0xf40aab(0x1ce)][_0xf40aab(0x263)](_0x4445dc[_0xf40aab(0x1b2)])),_0x5decc2=testOpsHelper[_0xf40aab(0x1fd)](_0x1e6177);}if(helper[_0xf40aab(0x237)](_0x5decc2)){const _0x541ffa={};_0x541ffa[_0xf40aab(0x28d)]=ignore,_0x541ffa['extension']=extension,_0x541ffa['file']=file,_0x541ffa['recursive']=recursive,_0x541ffa[_0xf40aab(0x19c)]=sort,_0x541ffa[_0xf40aab(0x260)]=spec,_0x5decc2=_0x4445dc[_0xf40aab(0x1b4)](collectFiles,_0x541ffa),_0x4445dc[_0xf40aab(0x27d)](nestedKeyValue,_0x5decc2,[_0x4445dc[_0xf40aab(0x28c)]])&&(_0x5decc2=_0x5decc2[_0xf40aab(0x25c)]);}const _0x2ca216=helper[_0xf40aab(0x296)](_0xf6d686['config']);!helper['isEmpty'](_0x2ca216)&&helper['isNotUndefined'](_0x2ca216[_0xf40aab(0x1c8)])&&(_0x2a1faa[_0xf40aab(0x23c)]=_0x2ca216[_0xf40aab(0x1c8)][_0xf40aab(0x1dd)]);if(!helper[_0xf40aab(0x1f0)]()){const _0x14bbd8=0x1,_0x48435b={..._0x2a1faa};_0x48435b[_0xf40aab(0x260)]=[..._0x5decc2],_0x33664e[_0xf40aab(0x1c7)]({'mochaOpts':_0x48435b,'configuration':{'platform':os[_0xf40aab(0x282)]()}}),logger[_0xf40aab(0x19e)](_0x4445dc[_0xf40aab(0x233)]),logger[_0xf40aab(0x19e)](_0x4445dc['HMMzc']),_0x4445dc[_0xf40aab(0x221)](parallelTestRun,_0x33664e,_0x14bbd8,_0xf6d686)[_0xf40aab(0x265)](_0x26d94f=>{const _0x3c6ff8=_0xf40aab;PerformanceTester['start'](PerformanceEvents[_0x3c6ff8(0x214)]),_0x4445dc[_0x3c6ff8(0x221)](printStats,_0x26d94f,_0x29784d[_0x3c6ff8(0x27c)],_0x29784d[_0x3c6ff8(0x20e)]||_0x29784d[_0x4445dc[_0x3c6ff8(0x20b)]]);})[_0xf40aab(0x1e7)](()=>{const _0x33e2cf=_0xf40aab;PerformanceTester[_0x33e2cf(0x18d)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x4290a1,tcgConfigPath:_0x3379d8}=helper['getTCGConfigFilePaths']();fs[_0x33e2cf(0x1f5)](_0x3379d8),fs['rmdirSync'](_0x4290a1);}catch(_0x3c1b11){logger[_0x33e2cf(0x1dc)](_0x4445dc[_0x33e2cf(0x21b)],_0x3c1b11);}try{utilities['fireFunnelTestEvent'](_0x4445dc[_0x33e2cf(0x18c)],{},_0xf6d686['config'],_0xf6d686['framework']);}catch(_0x389bf8){logger[_0x33e2cf(0x1dc)](_0x33e2cf(0x1be)+_0x389bf8[_0x33e2cf(0x1cd)]);}try{helper[_0x33e2cf(0x1aa)]();}catch(_0x597050){logger[_0x33e2cf(0x1dc)](_0x33e2cf(0x1d3)+_0x597050);}testOpsHelper[_0x33e2cf(0x1ef)]();});}else{const _0x1f2298=helper['useW3C'](_0xf6d686[_0xf40aab(0x1d7)]);let _0xe0543a=helper[_0xf40aab(0x20a)](_0xf6d686[_0xf40aab(0x1d7)]);_0x20db17=helper[_0xf40aab(0x26d)](_0xf6d686[_0xf40aab(0x1d7)],_0x1f2298,constants['FRAMEWORKS'][_0xf40aab(0x1b8)]);helper[_0xf40aab(0x231)]()[_0xf40aab(0x197)]&&(_0xe0543a=centralScannerConstants['BROWSERSTACK_GRR_US_HUB_URL']);let _0x19e3c4;const _0x3990ca=_0xf6d686['config'][_0xf40aab(0x289)]||helper[_0xf40aab(0x19a)](_0x29784d,_0x5add4b,_0xf6d686[_0xf40aab(0x1d7)],constants['FRAMEWORKS'][_0xf40aab(0x1b8)])||0x1;helper[_0xf40aab(0x219)](_0xf6d686['config'])?_0x19e3c4=_0x4445dc[_0xf40aab(0x18b)](_0xf6d686[_0xf40aab(0x1d7)][_0xf40aab(0x195)]['length'],_0x3990ca):_0x19e3c4=_0x3990ca;const _0x4dec2f=_0x4445dc[_0xf40aab(0x1b4)](getPercyOptions,_0xf6d686[_0xf40aab(0x1d7)]);if(_0x4445dc['uxsDA'](_0xf6d686[_0xf40aab(0x1d7)][_0xf40aab(0x289)],0x1))_0x5decc2[_0xf40aab(0x1b1)](_0x56a1f9=>{const _0x3e7929=_0xf40aab,_0x6c3f96=[];_0x20db17['forEach']((_0x50bf77,_0x362339)=>{const _0x2f8aa6=a28_0x500e,_0x650e23={};_0x650e23[_0x2f8aa6(0x260)]=[_0x56a1f9],_0x6c3f96[_0x2f8aa6(0x1c7)]({'mochaOpts':Object[_0x2f8aa6(0x18f)]({},_0x2a1faa,_0x650e23),'configuration':{'server':_0xe0543a,'capability':_0x50bf77,'proxySettings':_0xf6d686['config']['proxySettings'],'platform':helper['getPlatformName'](_0x50bf77),'browserStackLogLevel':_0xf6d686[_0x2f8aa6(0x1d7)]['logLevel'],'platformIndex':_0x362339,'browserStackPercyOptions':_0x4dec2f,'platformCaps':Object[_0x2f8aa6(0x18f)]({'index':_0x362339},_0xf6d686[_0x2f8aa6(0x1d7)][_0x2f8aa6(0x195)][_0x362339])}});}),_0x33664e[_0x3e7929(0x1c7)](..._0x6c3f96);});else{const _0x1ba064=[];_0x20db17[_0xf40aab(0x1b1)]((_0x1e0126,_0x4d4307)=>{const _0x57cf1c=_0xf40aab;let _0x21a349=Object[_0x57cf1c(0x18f)]({},_0x2a1faa);testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x57cf1c(0x28b)]()&&(_0x21a349={..._0x21a349,'spec':[..._0x5decc2]}),_0x1ba064['push']({'mochaOpts':_0x21a349,'configuration':{'server':_0xe0543a,'capability':_0x1e0126,'proxySettings':_0xf6d686[_0x57cf1c(0x1d7)][_0x57cf1c(0x26f)],'platform':helper[_0x57cf1c(0x276)](_0x1e0126),'browserStackLogLevel':_0xf6d686[_0x57cf1c(0x1d7)][_0x57cf1c(0x21a)],'platformIndex':_0x4d4307,'browserStackPercyOptions':_0x4dec2f,'platformCaps':Object['assign']({'index':_0x4d4307},_0xf6d686['config'][_0x57cf1c(0x195)][_0x4d4307])}});}),_0x33664e['push'](..._0x1ba064);}logger['info'](_0xf40aab(0x1b9)+_0xf6d686[_0xf40aab(0x1d7)][_0xf40aab(0x195)][_0xf40aab(0x1a7)]+_0xf40aab(0x267)),logger[_0xf40aab(0x19e)](_0x4445dc[_0xf40aab(0x1ac)]);let _0x102b6a;_0x4445dc['vPeBk'](parallelTestRun,_0x33664e,_0x19e3c4,_0xf6d686)[_0xf40aab(0x265)](_0x1e9c0a=>{const _0x2bb790=_0xf40aab;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0x102b6a=_0x1e9c0a,_0x4445dc[_0x2bb790(0x221)](printStats,_0x1e9c0a,_0x29784d[_0x2bb790(0x27c)],_0x29784d['reporterOptions']||_0x29784d[_0x4445dc['XSTsv']]);})[_0xf40aab(0x1e7)](async()=>{const _0x428e4a=_0xf40aab;PerformanceTester[_0x428e4a(0x18d)](PerformanceEvents[_0x428e4a(0x214)]),_0xf6d686[_0x428e4a(0x1a4)]=helper[_0x428e4a(0x198)](_0x102b6a,_0x4445dc[_0x428e4a(0x273)]),await utilities[_0x428e4a(0x1e1)](_0xf6d686),testOpsHelper['printBuildLink']();});}}module[a28_0x154017(0x286)]=run;function a28_0x5a47(){const _0x35fd26=['SDKTestSuccessful','nuSAl','rerunTests','accessibilityOptions','fHBQt','oJvXs','getHubUrl','XSTsv','file','json','reporterOptions','XkVdG','../../helpers/helper','bSBIL','testSuites','state','SDK_CLEANUP','DVibA','rZQZU','cjs','failed','validPlatformsPresent','logLevel','phFTk','yvJYF','setUserConfigPath','\x20total','WwcjN','Setting\x20non\x20exit\x20code\x20for\x20failures','vPeBk','AoUSL','min','XRWwK','passes','mocha/lib/reporters/base.js','test','kkqwp','ZjRGh','Couldn\x27t\x20write\x20json\x20result\x20to','aGIAT','pwhcT','MXTAq','qGank','rootHooks','FvURV','getCentralUser','titlePath','mwiYr','pESGG','size','fiukG','isUndefined','getOwnPropertyNames','title','\x20skipped','ILVAf','retries','hHfiJ','../../helpers/logger','nUvYC','GsLHu','call','passed','****\x20FAILURES\x20****','add','message','Writing\x20json\x20result\x20to\x20file','192KXZhgH','aqvHI','actual','stats','wrPgt','list','xunit','qriQn','MIiWj','isPending','fhYNZ','fullTitle','151020cxohnj','QaDeK','eFqLK','chalk','testObservability','yGbCn','ZPhKy','vvqUV','AvqTY','files','failure','yellow','hasOwnProperty','spec','Total\x20Platforms:\x20','keys','get','duration','then','zveGK','\x20platforms','writeFileSync','10ZIDEkz','oxgOq','prototype','accessibility','prepareCapabilities','931575vKyeUi','proxySettings','GilHV','PSKlE','winstonLogger','OMPEJ','vkosn','testsFailed','getPlatformName','7141123ihseWr','EfPpA','../../helpers/performance/constants','bgBlueBright','sZxOf','reporter','eWvjX','DjYsB','TusZP','has','oAXDc','platform','atZQK','722jPefgT','mocha/lib/cli/collect-files.js','exports','err','suiteName','parallelsPerPlatform','Now,\x20showing\x20logs\x20from\x20mocha','shouldReRunObservabilityTests','GoRZS','ignore','ZeDYa','pFrBr','stringify','88mRyLpA','map','consoleLog','Running\x20your\x20mocha\x20tests','totalTests','parseTestOrchestrationOptions','framework','gMdHg','eLtaG','xLOGR','MhhqJ','start','red','assign','initialize','XeIQC','log','titlePathV','zoDjD','platforms','Listing\x20all\x20the\x20failures','central_scanner','getErrorMessageFromResults','hideDiff','getUserWorkerCount','fBxFw','sort','parse','info','nULpB','aPAXg','VVIUI','188083njNcvt','FwGra','errorMessage','</testsuite>','isTestObservabilitySession','length','zdLSA','speed','notifyUpdate','Tests:\x20\x20\x20\x20\x20\x20\x20','HMMzc','skipped','object','rbJtY','5735XZTuon','forEach','aabDi','useColors','hRBKa','NQYAH','ggGgl','zhYbD','MOCHA','Running\x20your\x20mocha\x20tests\x20across\x20','\x0a\x0a\x0a','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','pcdOt','../utils/constants','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','green','join','EjFly','handleApp','KhbmK','QEJow','testsPending','setupTCGAuth','push','retryTestsOnFailure','BfYmA','HKbPa','suFEy','auqcE','stack','cliConfig','iOOHU','1443096INDKVy','bold','XQFvH','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','VZzBU','BROWSERSTACK_TEST_ACCESSIBILITY_YML','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','config','indexOf','\x20failed','../../helpers/performance/performance-tester','tchjp','debug','maxRetries','igDQe','generateDiff','AqPkY','finalExecution','SyanW','Sszoc','../../helpers/utilities','testsPassed','output','finally','showDiff','FGFxI','testsuite','nWvAZ','951pgBaWZ','oCcKg','env','printBuildLink','isBrowserstackInfra','error\x20removing\x20tcg\x20config\x20file','KuYqm','results','bgRedBright','unlinkSync','error','mocha','Total\x20Suites:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Printing\x20stats\x20of\x20tests','zwGrR','didIg','parseFileNames','../test-runner','doc','SCgYV','suite','Mocha\x20Tests','Couldn\x27t\x20write\x20xunit\x20result\x20to'];a28_0x5a47=function(){return _0x35fd26;};return a28_0x5a47();}
2
+ 'use strict';const a28_0x229e72=a28_0x26c6;(function(_0x568594,_0x743715){const _0x4ed3ed=a28_0x26c6,_0x49e505=_0x568594();while(!![]){try{const _0x278e31=parseInt(_0x4ed3ed(0x1b6))/0x1+parseInt(_0x4ed3ed(0x227))/0x2*(parseInt(_0x4ed3ed(0x174))/0x3)+parseInt(_0x4ed3ed(0x1f2))/0x4*(parseInt(_0x4ed3ed(0x17c))/0x5)+-parseInt(_0x4ed3ed(0x205))/0x6+-parseInt(_0x4ed3ed(0x181))/0x7*(-parseInt(_0x4ed3ed(0x26e))/0x8)+parseInt(_0x4ed3ed(0x1a0))/0x9+-parseInt(_0x4ed3ed(0x1e8))/0xa;if(_0x278e31===_0x743715)break;else _0x49e505['push'](_0x49e505['shift']());}catch(_0x21ef40){_0x49e505['push'](_0x49e505['shift']());}}}(a28_0x254d,0x71840));function a28_0x26c6(_0xf8ca73,_0x3327a1){const _0x254d70=a28_0x254d();return a28_0x26c6=function(_0x26c64a,_0x383aca){_0x26c64a=_0x26c64a-0x168;let _0x5324a2=_0x254d70[_0x26c64a];return _0x5324a2;},a28_0x26c6(_0xf8ca73,_0x3327a1);}const chalk=require(a28_0x229e72(0x1db)),logger=require(a28_0x229e72(0x222))[a28_0x229e72(0x1cf)],helper=require(a28_0x229e72(0x197)),utilities=require(a28_0x229e72(0x1d2)),testOpsHelper=require(a28_0x229e72(0x1d4)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a28_0x229e72(0x22c)),{requireModule,nestedKeyValue}=require('../../helpers/helper'),{getPercyOptions}=require(a28_0x229e72(0x242)),Base=requireModule(a28_0x229e72(0x19b),'mocha'),collectFiles=requireModule('mocha/lib/cli/collect-files.js','mocha'),constants=require(a28_0x229e72(0x1a4)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a28_0x229e72(0x260)],centralScannerConstants=require(a28_0x229e72(0x252)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),TestHubHandler=require(a28_0x229e72(0x1fe));function tag(_0x4f11c1,_0x556fb5,_0x5910b0,_0x21cc1b){const _0x71bc96=a28_0x229e72,_0x3934b0={'tfkoZ':function(_0x228233,_0x2a7d5f){return _0x228233+_0x2a7d5f;},'YIIVO':function(_0x315d17,_0x58441f){return _0x315d17(_0x58441f);},'zqPNg':function(_0x38d9e8,_0x263bf2){return _0x38d9e8+_0x263bf2;},'naLPr':function(_0x25542a,_0x1c2ca1){return _0x25542a+_0x1c2ca1;},'QFKIe':function(_0x1f6126,_0x5bcac7){return _0x1f6126+_0x5bcac7;},'LVmDz':function(_0x1e5ecf,_0x3317a3){return _0x1e5ecf+_0x3317a3;}},_0x8d3e1b=_0x5910b0?'/>':'>',_0x99938f=[];let _0x59908c;for(const _0x522288 in _0x556fb5){Object['prototype'][_0x71bc96(0x18f)][_0x71bc96(0x198)](_0x556fb5,_0x522288)&&_0x99938f[_0x71bc96(0x1c1)](_0x3934b0['tfkoZ'](_0x3934b0[_0x71bc96(0x1a9)](_0x3934b0['tfkoZ'](_0x522288,'=\x22'),_0x3934b0[_0x71bc96(0x1f5)](escape,_0x556fb5[_0x522288])),'\x22'));}return _0x59908c=_0x3934b0[_0x71bc96(0x1a9)](_0x3934b0[_0x71bc96(0x1a9)](_0x3934b0[_0x71bc96(0x1a9)]('<',_0x4f11c1),_0x99938f['length']?_0x3934b0[_0x71bc96(0x1b7)]('\x20',_0x99938f[_0x71bc96(0x233)]('\x20')):''),_0x8d3e1b),_0x21cc1b&&(_0x59908c+=_0x3934b0['naLPr'](_0x3934b0[_0x71bc96(0x23a)](_0x3934b0[_0x71bc96(0x1d7)](_0x21cc1b,'</'),_0x4f11c1),_0x8d3e1b)),_0x59908c;}let xunitContent='';function xunitWrite(_0x1d8b41){xunitContent+=_0x1d8b41;}function a28_0x254d(){const _0x150746=['VVLRZ','../../helpers/helper','call','QqdHc','\x0a\x0a\x0a','mocha/lib/reporters/base.js','exports','IkOeP','gDerO','debug','4527909rXVpMT','testObservability','YpfPi','frzIz','../utils/constants','isBrowserstackInfra','errorMessage','spec','SDK_CLEANUP','tfkoZ','framework','TZDBl','RdyFa','UhyRT','EDjFE','XtTFv','\x20failed','finally','exitCode','testSuites','testsPassed','printBuildLink','815809mzXJwo','zqPNg','file','env','OfCWk','indexOf','Running\x20your\x20mocha\x20tests','TkxQB','LuXfK','suiteName','map','push','parseTestOrchestrationOptions','getUserWorkerCount','alNST','testsPending','iJOqJ','actual','green','TpSFc','failure','cliConfig','shouldReRunObservabilityTests','giQtD','aVepZ','winstonLogger','ufvje','size','../../helpers/utilities','failed','../../helpers/test-observability/utils','forEach','pending','LVmDz','expected','BtEfi','speed','chalk','totalTests','PWXfr','fzECS','zGLhi','stats','rerunTests','PcDGI','useColors','FRAMEWORKS','maxRetries','stack','files','22097550DNlOHn','VSHCm','PuitH','aTwry','Writing\x20json\x20result\x20to\x20file','fireFunnelTestEvent','\x20platforms','bgBlueBright','aEKNw','setUserConfigPath','194364BXtMMG','getOwnPropertyNames','psvUA','YIIVO','message','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','wTkgF','PTNYX','prepareCapabilities','reporter-option','jNiqx','output','../../helpers/testhub/testhubHandler','Writing\x20xunit\x20result\x20to\x20file','BROWSERSTACK_GRR_US_HUB_URL','SEosD','duration','kwMAP','isEmpty','5123268GkDGAK','skipped','config','Tests:\x20\x20\x20\x20\x20\x20\x20','isNotUndefined','hZLwp','rootHooks','list','fwtqz','sMtmv','\x20passed','WIUMW','sfcIE','Setting\x20non\x20exit\x20code\x20for\x20failures','rmdirSync','toUTCString','stringify','doc','Total\x20Suites:\x20','assign','DaUJw','testsFailed','BzMLe','ZPnUN','QxESt','dcasQ','showDiff','parse','keys','../../helpers/logger','roJPQ','sUVTf','ZJepc','ignore','90572EnarGz','sort','retryTestsOnFailure','hvcsQ','FZJtK','../test-runner','TlBfr','central_scanner','Running\x20your\x20mocha\x20tests\x20across\x20','UAGcs','oxLua','hKOTq','join','pLSoI','CJOVg','\x20total','bgRedBright','fsyyU','titlePath','QFKIe','isUndefined','state','fvLEx','inFaa','info','****\x20FAILURES\x20****','bold','../../helpers/percy/utils','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_RERUN_TESTS','WhhxL','hNmhd','err','min','FetIU','uousy','getCentralUser','platforms','xunit','dbQiy','mocha','log','dIPZr','../../helpers/central-scanner/constants','\x20skipped','</testsuite>','pFCoN','CXlUL','red','IoJQo','accessibilityOptions','extension','htDuF','suite','unlinkSync','get','ydTfv','EVENTS','parseFileNames','title','currentRetry','avyDJ','getTCGConfigFilePaths','accessibility','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','GszdB','SDKTestSuccessful','Icofs','testcase','rpuAs','error\x20removing\x20tcg\x20config\x20file','7295440ZTIeWl','writeFileSync','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','launchBuild','then','ZxsrU','recursive','getPlatformName','testsuite','reporterOptions','mjs','proxySettings','logLevel','error','kpfgW','passes','57HoSMyT','isTestObservabilitySession','YDZEE','fullTitle','object','reporter','Couldn\x27t\x20write\x20json\x20result\x20to','hGEVI','45cEQOik','AtRFT','consoleLog','getErrorMessageFromResults','avEMG','7yJFjqw','length','GmVps','parallelsPerPlatform','MOCHA','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','setupTCGAuth','validPlatformsPresent','icuDB','has','passed','MXchw','keRUJ','start','hasOwnProperty','BROWSERSTACK_TEST_ACCESSIBILITY_YML','results','Total\x20Platforms:\x20','HCiDp','MDFSw','rWsKX'];a28_0x254d=function(){return _0x150746;};return a28_0x254d();}function xunitTest(_0x2d7267,_0x330415){const _0x15cf0d=a28_0x229e72,_0xf07eae={'CXlUL':function(_0x874604,_0x4cce08){return _0x874604/_0x4cce08;},'dcasQ':function(_0x1664fe,_0x2fec72){return _0x1664fe===_0x2fec72;},'YpfPi':'failed','whDVi':function(_0x40859b,_0x36c41c){return _0x40859b+_0x36c41c;},'giQtD':function(_0x5acdf1,_0x105527){return _0x5acdf1(_0x105527);},'ZPnUN':function(_0x3af6fa,_0x3a1538,_0xbf6eb5,_0x437c81,_0x5b8d53){return _0x3af6fa(_0x3a1538,_0xbf6eb5,_0x437c81,_0x5b8d53);},'psvUA':_0x15cf0d(0x26b),'rWsKX':_0x15cf0d(0x1ca),'QqdHc':function(_0x429e,_0x5a9edf){return _0x429e+_0x5a9edf;},'avEMG':function(_0x30c6fa,_0x50055b){return _0x30c6fa+_0x50055b;},'PZcib':function(_0x43db13,_0x1fb001){return _0x43db13(_0x1fb001);},'hNmhd':function(_0x30576b,_0x357ee6,_0x344e53,_0x513d7e,_0x52f34c){return _0x30576b(_0x357ee6,_0x344e53,_0x513d7e,_0x52f34c);},'zGLhi':function(_0x3bfb69,_0x51fdc0,_0x2c96b9,_0x490d13){return _0x3bfb69(_0x51fdc0,_0x2c96b9,_0x490d13);},'EDjFE':_0x15cf0d(0x206),'PWXfr':function(_0x440009,_0x2565ee){return _0x440009(_0x2565ee);}};Base[_0x15cf0d(0x1e3)]=![];var _0x31edc0={'classname':_0x2d7267[_0x15cf0d(0x177)],'name':_0x2d7267[_0x15cf0d(0x262)],'time':_0xf07eae[_0x15cf0d(0x256)](_0x2d7267[_0x15cf0d(0x202)],0x3e8)||0x0,'platform':_0x330415};if(_0xf07eae[_0x15cf0d(0x21e)](_0x2d7267['state'],_0xf07eae[_0x15cf0d(0x1a2)])){var _0xa7c449=_0x2d7267['err'],_0x269d8d=!Base['hideDiff']&&Base[_0x15cf0d(0x21f)](_0xa7c449)?_0xf07eae['whDVi']('\x0a',Base['generateDiff'](_0xa7c449[_0x15cf0d(0x1c7)],_0xa7c449[_0x15cf0d(0x1d8)])):'';_0xf07eae['giQtD'](xunitWrite,_0xf07eae[_0x15cf0d(0x21c)](tag,_0xf07eae[_0x15cf0d(0x1f4)],_0x31edc0,![],_0xf07eae[_0x15cf0d(0x21c)](tag,_0xf07eae[_0x15cf0d(0x195)],{},![],_0xf07eae[_0x15cf0d(0x199)](_0xf07eae[_0x15cf0d(0x199)](_0xf07eae[_0x15cf0d(0x180)](_0xf07eae['PZcib'](escape,_0xa7c449[_0x15cf0d(0x1f6)]),_0xf07eae[_0x15cf0d(0x1cd)](escape,_0x269d8d)),'\x0a'),_0xf07eae['PZcib'](escape,_0xa7c449['stack'])))));}else _0x2d7267['isPending']?_0xf07eae[_0x15cf0d(0x1cd)](xunitWrite,_0xf07eae[_0x15cf0d(0x246)](tag,_0xf07eae[_0x15cf0d(0x1f4)],_0x31edc0,![],_0xf07eae[_0x15cf0d(0x1df)](tag,_0xf07eae[_0x15cf0d(0x1ae)],{},!![]))):_0xf07eae[_0x15cf0d(0x1dd)](xunitWrite,_0xf07eae[_0x15cf0d(0x1df)](tag,_0xf07eae[_0x15cf0d(0x1f4)],_0x31edc0,!![]));};function getStats(_0x4bfe6a){const _0x253113=a28_0x229e72,_0x47e5b2={};_0x47e5b2['XQcEK']=_0x253113(0x25c),_0x47e5b2['CJOVg']=_0x253113(0x18b),_0x47e5b2[_0x253113(0x1f8)]=_0x253113(0x1d3),_0x47e5b2['icuDB']='results';const _0x150538=_0x47e5b2,_0x3352a2=Object[_0x253113(0x221)](_0x4bfe6a);let _0x1abeae=0x0,_0x56d688=0x0,_0x41fb42=0x0,_0x5402a6=0x0;const _0x4481e0=new Set();_0x3352a2[_0x253113(0x1d5)](_0x5628ce=>{const _0x364158=_0x253113;_0x4bfe6a[_0x5628ce][_0x150538[_0x364158(0x189)]][_0x364158(0x1d5)](_0x564f4e=>{const _0x3a8bf1=_0x364158;_0x4481e0['add'](_0x564f4e[_0x150538['XQcEK']]),_0x1abeae++;switch(_0x564f4e[_0x3a8bf1(0x23c)]){case _0x150538[_0x3a8bf1(0x235)]:_0x41fb42++;break;case _0x150538[_0x3a8bf1(0x1f8)]:_0x56d688++;break;default:_0x5402a6++;}});});const _0x468404={};return _0x468404[_0x253113(0x1b3)]=_0x4481e0[_0x253113(0x1d1)],_0x468404[_0x253113(0x24c)]=_0x3352a2,_0x468404[_0x253113(0x1dc)]=_0x1abeae,_0x468404[_0x253113(0x21a)]=_0x56d688,_0x468404[_0x253113(0x1b4)]=_0x41fb42,_0x468404[_0x253113(0x1c5)]=_0x5402a6,_0x468404;}function errorJSON(_0x1084de){const _0x4117cf=a28_0x229e72;var _0x1d8ca1={};return Object[_0x4117cf(0x1f3)](_0x1084de)[_0x4117cf(0x1d5)](function(_0x3035b8){_0x1d8ca1[_0x3035b8]=_0x1084de[_0x3035b8];},_0x1084de),_0x1d8ca1;}function cleanCycles(_0xb12c71){const _0x397895=a28_0x229e72,_0x2e8a5d={};_0x2e8a5d[_0x397895(0x1a3)]=function(_0x45b4dc,_0x265cc5){return _0x45b4dc===_0x265cc5;},_0x2e8a5d['AtRFT']=_0x397895(0x178),_0x2e8a5d[_0x397895(0x1e2)]=function(_0x3d7dec,_0x1a332d){return _0x3d7dec!==_0x1a332d;},_0x2e8a5d[_0x397895(0x22d)]=function(_0x41c9c3,_0x403ddb){return _0x41c9c3+_0x403ddb;};const _0x2b50de=_0x2e8a5d;var _0x5807fd=[];return JSON[_0x397895(0x220)](JSON[_0x397895(0x215)](_0xb12c71,function(_0x354204,_0xf8a79d){const _0x269e47=_0x397895;if(_0x2b50de[_0x269e47(0x1a3)](typeof _0xf8a79d,_0x2b50de[_0x269e47(0x17d)])&&_0x2b50de[_0x269e47(0x1e2)](_0xf8a79d,null)){if(_0x2b50de['PcDGI'](_0x5807fd[_0x269e47(0x1bb)](_0xf8a79d),-0x1))return _0x2b50de[_0x269e47(0x22d)]('',_0xf8a79d);_0x5807fd[_0x269e47(0x1c1)](_0xf8a79d);}return _0xf8a79d;}));}function clean(_0x1095e9){const _0x1d8d95=a28_0x229e72,_0x40ab83={'RdyFa':function(_0x4f1a51,_0x130093){return _0x4f1a51 instanceof _0x130093;},'hKOTq':function(_0x35f0b9,_0x215886){return _0x35f0b9(_0x215886);}};var _0x5acc74=_0x1095e9[_0x1d8d95(0x247)]||{};return _0x40ab83[_0x1d8d95(0x1ac)](_0x5acc74,Error)&&(_0x5acc74=_0x40ab83['hKOTq'](errorJSON,_0x5acc74)),{'title':_0x1095e9[_0x1d8d95(0x262)],'fullTitle':_0x1095e9[_0x1d8d95(0x177)],'file':_0x1095e9[_0x1d8d95(0x1b8)],'duration':_0x1095e9[_0x1d8d95(0x202)],'currentRetry':_0x1095e9[_0x1d8d95(0x263)],'speed':_0x1095e9[_0x1d8d95(0x1da)],'err':_0x40ab83[_0x1d8d95(0x232)](cleanCycles,_0x5acc74)};}function printStats(_0x42872b,_0x358592='spec',_0x9e157e={}){const _0x2f3ecd=a28_0x229e72,_0x4378a3={'GmVps':function(_0x39efe1,_0x7bd246){return _0x39efe1(_0x7bd246);},'WhhxL':function(_0x2fcced,_0x4c45a9){return _0x2fcced===_0x4c45a9;},'HCiDp':'passed','WIUMW':_0x2f3ecd(0x173),'IkOeP':function(_0x2acf75,_0x35c6e8){return _0x2acf75(_0x35c6e8);},'htDuF':function(_0x9d8c7,_0x202d44){return _0x9d8c7===_0x202d44;},'TkxQB':_0x2f3ecd(0x1d3),'kpfgW':'failures','fzECS':function(_0x53de61,_0x412481){return _0x53de61(_0x412481);},'VSHCm':_0x2f3ecd(0x1d6),'hGEVI':function(_0x4d3964,_0x4e4fe8){return _0x4d3964(_0x4e4fe8);},'DaUJw':_0x2f3ecd(0x191),'Icofs':function(_0x2e98f4,_0x4799b8){return _0x2e98f4===_0x4799b8;},'kwMAP':function(_0x508587,_0xa563ca){return _0x508587===_0xa563ca;},'LuXfK':function(_0x15eeef,_0x701e5d){return _0x15eeef*_0x701e5d;},'sMtmv':function(_0x2ebf4f,_0x34e5ca,_0x2ec7e8){return _0x2ebf4f(_0x34e5ca,_0x2ec7e8);},'avyDJ':function(_0x4ad84f,_0x3eaa9e){return _0x4ad84f===_0x3eaa9e;},'iJOqJ':function(_0xa10ac8,_0x54c42f){return _0xa10ac8>_0x54c42f;},'IoJQo':function(_0x22e123){return _0x22e123();},'EEphe':_0x2f3ecd(0x216),'aEKNw':function(_0x4e7924,_0x3db0bc){return _0x4e7924>_0x3db0bc;},'BtEfi':_0x2f3ecd(0x212),'IygiW':'Printing\x20stats\x20of\x20tests','fwtqz':function(_0x5d69e6,_0x38db0d){return _0x5d69e6+_0x38db0d;},'YRHEq':_0x2f3ecd(0x192),'alNST':function(_0x3a29e,_0x46d976){return _0x3a29e+_0x46d976;},'hZLwp':_0x2f3ecd(0x217),'uousy':function(_0x52af29,_0x50901b){return _0x52af29+_0x50901b;},'gDerO':function(_0x58ec0a,_0x577c6e){return _0x58ec0a+_0x577c6e;},'DkRZH':_0x2f3ecd(0x208),'ufvje':function(_0x370e47,_0x389484){return _0x370e47>_0x389484;},'csAGK':function(_0x3a69ca,_0x5ee915){return _0x3a69ca>_0x5ee915;},'VVLRZ':function(_0x439045,_0x8f04ad){return _0x439045>_0x8f04ad;},'keRUJ':function(_0x2b53c4,_0x517268){return _0x2b53c4+_0x517268;},'jNiqx':function(_0x19b1c3,_0x4ec651){return _0x19b1c3+_0x4ec651;},'ZJepc':_0x2f3ecd(0x19a),'rpuAs':function(_0x267326,_0x22b432){return _0x267326===_0x22b432;},'fsyyU':'json','STYIk':_0x2f3ecd(0x1ec),'iKHbn':_0x2f3ecd(0x17a),'ydTfv':_0x2f3ecd(0x267),'pFCoN':function(_0x469450,_0x83c606){return _0x469450===_0x83c606;},'MDFSw':_0x2f3ecd(0x24d),'BzMLe':'Mocha\x20Tests','fvLEx':function(_0x36474d,_0x1308c1){return _0x36474d||_0x1308c1;},'kHmby':function(_0x48b088,_0x4d921e,_0x2d859a,_0x28ae94){return _0x48b088(_0x4d921e,_0x2d859a,_0x28ae94);},'Nqchq':_0x2f3ecd(0x16c),'FetIU':function(_0x37e5d1,_0x5d63a0){return _0x37e5d1-_0x5d63a0;},'dIPZr':function(_0x3e384b,_0x55fda5){return _0x3e384b/_0x55fda5;},'LDVAM':_0x2f3ecd(0x254),'BHxLT':_0x2f3ecd(0x1ff),'PuitH':'Couldn\x27t\x20write\x20xunit\x20result\x20to','QxESt':_0x2f3ecd(0x270),'vFeqy':function(_0x1b2bbc,_0x231e25){return _0x1b2bbc===_0x231e25;},'WhARG':'Listing\x20all\x20the\x20failures','sUVTf':_0x2f3ecd(0x240)};if(_0x4378a3[_0x2f3ecd(0x245)](_0x358592,_0x4378a3['EEphe']))return;const _0x58bb96=0x0,_0x14d9f4=()=>{const _0x21954f=_0x2f3ecd;return _0x4378a3[_0x21954f(0x183)](Array,_0x58bb96)[_0x21954f(0x233)]('\x20\x20');},{testSuites:_0x2f0358,platforms:_0x57b1ca,totalTests:_0x4d1a3e,testsFailed:_0x4a63b,testsPassed:_0x27bd8e,testsPending:_0x3f886d}=_0x4378a3['GmVps'](getStats,_0x42872b);_0x4378a3[_0x2f3ecd(0x1f0)](_0x4a63b,0x0)&&(logger[_0x2f3ecd(0x19f)](_0x4378a3[_0x2f3ecd(0x1d9)]),process[_0x2f3ecd(0x1b2)]=Math[_0x2f3ecd(0x248)](_0x4a63b,0xff));logger[_0x2f3ecd(0x19f)](_0x4378a3['IygiW']);const _0x534669=''+_0x4378a3['fwtqz'](chalk[_0x2f3ecd(0x241)](_0x4378a3['YRHEq']),_0x57b1ca[_0x2f3ecd(0x182)]),_0x33d134=''+_0x4378a3[_0x2f3ecd(0x1c4)](chalk[_0x2f3ecd(0x241)](_0x4378a3[_0x2f3ecd(0x20a)]),_0x2f0358),_0x551a01=''+_0x4378a3['uousy'](_0x4378a3['gDerO'](_0x4378a3[_0x2f3ecd(0x20d)](chalk[_0x2f3ecd(0x241)](_0x4378a3['DkRZH']),_0x4378a3[_0x2f3ecd(0x1d0)](_0x4a63b,0x0)?chalk[_0x2f3ecd(0x241)][_0x2f3ecd(0x257)](_0x4a63b+_0x2f3ecd(0x1b0))+',\x20':''),_0x4378a3['csAGK'](_0x3f886d,0x0)?chalk[_0x2f3ecd(0x241)]['yellow'](_0x3f886d+_0x2f3ecd(0x253))+',\x20':''),_0x4378a3[_0x2f3ecd(0x196)](_0x27bd8e,0x0)?chalk[_0x2f3ecd(0x241)][_0x2f3ecd(0x1c8)](_0x27bd8e+_0x2f3ecd(0x20f))+',\x20':'')+_0x4d1a3e+_0x2f3ecd(0x236);console['log'](_0x4378a3[_0x2f3ecd(0x20d)](_0x4378a3[_0x2f3ecd(0x24a)](_0x4378a3[_0x2f3ecd(0x18d)](_0x4378a3[_0x2f3ecd(0x1fc)](_0x4378a3[_0x2f3ecd(0x19e)](_0x4378a3[_0x2f3ecd(0x225)],_0x534669),'\x0a'),_0x33d134),'\x0a'),_0x551a01));if(_0x4378a3[_0x2f3ecd(0x26c)](_0x358592,_0x4378a3[_0x2f3ecd(0x238)])){const _0x271b7b={},_0x546073={};_0x546073[_0x2f3ecd(0x1b3)]=_0x2f0358,_0x546073[_0x2f3ecd(0x24c)]=_0x57b1ca,_0x546073[_0x2f3ecd(0x21a)]=_0x4a63b,_0x546073[_0x2f3ecd(0x1b4)]=_0x27bd8e,_0x546073[_0x2f3ecd(0x1c5)]=_0x3f886d,_0x271b7b[_0x2f3ecd(0x1e0)]=_0x546073,_0x57b1ca[_0x2f3ecd(0x1d5)](_0x29efee=>{const _0x45f63d=_0x2f3ecd,_0x3e947d={'oZAhk':function(_0x2db3da,_0x11d718){return _0x4378a3['WhhxL'](_0x2db3da,_0x11d718);},'MXchw':_0x4378a3[_0x45f63d(0x193)],'rlRiQ':_0x4378a3[_0x45f63d(0x210)],'TZDBl':function(_0x508469,_0x417fd8){const _0x267415=_0x45f63d;return _0x4378a3[_0x267415(0x19d)](_0x508469,_0x417fd8);},'SEosD':function(_0x32783a,_0x336493){const _0x153f76=_0x45f63d;return _0x4378a3[_0x153f76(0x25b)](_0x32783a,_0x336493);},'YDZEE':_0x4378a3['TkxQB'],'deNsT':_0x4378a3[_0x45f63d(0x172)],'GszdB':function(_0x5932ce,_0x35c467){const _0x27f715=_0x45f63d;return _0x4378a3[_0x27f715(0x1de)](_0x5932ce,_0x35c467);},'oxLua':_0x4378a3[_0x45f63d(0x1e9)],'fLUFD':function(_0x5c8f7d,_0x38bf13){const _0x470ce4=_0x45f63d;return _0x4378a3[_0x470ce4(0x17b)](_0x5c8f7d,_0x38bf13);}};_0x271b7b[_0x29efee]={'pending':[],'failures':[],'passes':[],'tests':_0x42872b[_0x29efee][_0x4378a3[_0x45f63d(0x219)]][_0x45f63d(0x1c0)](clean)},_0x42872b[_0x29efee][_0x4378a3[_0x45f63d(0x219)]][_0x45f63d(0x1d5)](_0x1dbfcd=>{const _0x9d251d=_0x45f63d;if(_0x3e947d['oZAhk'](_0x1dbfcd['state'],_0x3e947d[_0x9d251d(0x18c)]))_0x271b7b[_0x29efee][_0x3e947d['rlRiQ']]['push'](_0x3e947d[_0x9d251d(0x1ab)](clean,_0x1dbfcd));else _0x3e947d[_0x9d251d(0x201)](_0x1dbfcd[_0x9d251d(0x23c)],_0x3e947d[_0x9d251d(0x176)])?_0x271b7b[_0x29efee][_0x3e947d['deNsT']][_0x9d251d(0x1c1)](_0x3e947d[_0x9d251d(0x268)](clean,_0x1dbfcd)):_0x271b7b[_0x29efee][_0x3e947d[_0x9d251d(0x231)]][_0x9d251d(0x1c1)](_0x3e947d['fLUFD'](clean,_0x1dbfcd));});});if(_0x9e157e['output'])try{logger[_0x2f3ecd(0x19f)](_0x4378a3['STYIk'],_0x9e157e[_0x2f3ecd(0x1fd)]),fs['writeFileSync'](_0x9e157e[_0x2f3ecd(0x1fd)],JSON[_0x2f3ecd(0x215)](_0x271b7b,null,0x3));}catch(_0x1e4374){logger[_0x2f3ecd(0x171)](_0x4378a3['iKHbn'],_0x9e157e['output']),logger[_0x2f3ecd(0x19f)](_0x1e4374);}else logger[_0x2f3ecd(0x19f)](_0x4378a3[_0x2f3ecd(0x25f)]),console[_0x2f3ecd(0x250)](JSON[_0x2f3ecd(0x215)](_0x271b7b,null,0x3));}else{if(_0x4378a3[_0x2f3ecd(0x255)](_0x358592,_0x4378a3[_0x2f3ecd(0x194)])){let _0x3f7d8a;const _0xf7febd=_0x4378a3[_0x2f3ecd(0x21b)];_0x9e157e&&(_0x3f7d8a=_0x9e157e[_0x2f3ecd(0x1bf)]);_0x3f7d8a=_0x4378a3[_0x2f3ecd(0x23d)](_0x3f7d8a,_0xf7febd);let _0x58b196=0x0,_0x5a50a3=0x0,_0x18a834=0x0,_0x5d3497=0x0;_0x57b1ca[_0x2f3ecd(0x1d5)](_0x1dea57=>{const _0x25c135=_0x2f3ecd;_0x42872b[_0x1dea57][_0x4378a3[_0x25c135(0x219)]][_0x25c135(0x1d5)](_0xfba601=>{const _0x57f487=_0x25c135;if(_0x4378a3[_0x57f487(0x26a)](_0xfba601[_0x57f487(0x23c)],_0x4378a3[_0x57f487(0x193)]))_0x58b196++;else _0x4378a3[_0x57f487(0x203)](_0xfba601[_0x57f487(0x23c)],_0x4378a3[_0x57f487(0x1bd)])&&_0x5a50a3++;_0x18a834++,_0x5d3497+=_0x4378a3[_0x57f487(0x1be)](_0xfba601[_0x57f487(0x202)],0x1);});}),_0x4378a3[_0x2f3ecd(0x19d)](xunitWrite,_0x4378a3['kHmby'](tag,_0x4378a3['Nqchq'],{'name':_0x3f7d8a,'tests':_0x18a834,'failures':0x0,'errors':_0x5a50a3,'skipped':_0x4378a3['FetIU'](_0x4378a3[_0x2f3ecd(0x249)](_0x18a834,_0x5a50a3),_0x58b196),'timestamp':new Date()[_0x2f3ecd(0x214)](),'time':_0x4378a3[_0x2f3ecd(0x251)](_0x5d3497,0x3e8)||0x0},![])),_0x57b1ca[_0x2f3ecd(0x1d5)](_0xb27989=>{_0x42872b[_0xb27989][_0x4378a3['DaUJw']]['forEach'](_0x2e0e4d=>{const _0x1d3063=a28_0x26c6;_0x4378a3[_0x1d3063(0x20e)](xunitTest,_0x2e0e4d,_0xb27989);});}),_0x4378a3['hGEVI'](xunitWrite,_0x4378a3['LDVAM']);if(_0x9e157e[_0x2f3ecd(0x1fd)])try{logger['debug'](_0x4378a3['BHxLT'],_0x9e157e[_0x2f3ecd(0x1fd)]),fs[_0x2f3ecd(0x26f)](_0x9e157e[_0x2f3ecd(0x1fd)],xunitContent);}catch(_0xd3ff14){logger['error'](_0x4378a3[_0x2f3ecd(0x1ea)],_0x9e157e['output']),logger['debug'](_0xd3ff14);}else logger[_0x2f3ecd(0x19f)](_0x4378a3[_0x2f3ecd(0x21d)]),console[_0x2f3ecd(0x250)](xunitContent);}else{if(_0x4378a3['vFeqy'](_0x4a63b,0x0))return;console['log'](),logger[_0x2f3ecd(0x19f)](_0x4378a3['WhARG']),console[_0x2f3ecd(0x250)](chalk[_0x2f3ecd(0x241)][_0x2f3ecd(0x237)](_0x4378a3[_0x2f3ecd(0x224)])),_0x57b1ca[_0x2f3ecd(0x1d5)](_0x4a505c=>{const _0xbb8458=_0x2f3ecd,_0x2c2792={'pLSoI':function(_0x3ce4ec,_0x4e88d8){const _0x107325=a28_0x26c6;return _0x4378a3[_0x107325(0x264)](_0x3ce4ec,_0x4e88d8);},'BhKLV':_0x4378a3[_0xbb8458(0x1bd)]},_0x57a448=[];_0x42872b[_0x4a505c][_0x4378a3[_0xbb8458(0x219)]][_0xbb8458(0x1d5)](_0x5bad1e=>{const _0x42b65c=_0xbb8458;_0x2c2792[_0x42b65c(0x234)](_0x5bad1e['state'],_0x2c2792['BhKLV'])&&(_0x5bad1e[_0x42b65c(0x239)]=()=>_0x5bad1e['titlePathV'],_0x57a448[_0x42b65c(0x1c1)](_0x5bad1e));}),_0x4378a3[_0xbb8458(0x1c6)](_0x57a448['length'],0x0)&&(Base[_0xbb8458(0x17e)](),Base['consoleLog'](_0x4378a3[_0xbb8458(0x258)](_0x14d9f4),chalk[_0xbb8458(0x241)][_0xbb8458(0x1ef)](_0x4a505c)),Base[_0xbb8458(0x20c)](_0x57a448));});}}}async function run(_0x33dedb,_0x4a5086,_0x59fea4){const _0x934b57=a28_0x229e72,_0x1353a8={'aVepZ':function(_0x596bcd,_0x7aced0,_0x373a7b,_0x5e0b73){return _0x596bcd(_0x7aced0,_0x373a7b,_0x5e0b73);},'UhyRT':_0x934b57(0x1fb),'VgFZH':_0x934b57(0x26d),'hvcsQ':_0x934b57(0x269),'FZJtK':_0x934b57(0x24f),'PTNYX':function(_0x406439,_0x47c0fd){return _0x406439!=_0x47c0fd;},'jVqzx':'cjs','sfcIE':_0x934b57(0x16e),'dbQiy':'test','aTwry':_0x934b57(0x1e1),'ZxsrU':function(_0x239dd8,_0x14fe6c){return _0x239dd8(_0x14fe6c);},'HVMtT':function(_0x183728,_0x206bfa,_0xdcf627){return _0x183728(_0x206bfa,_0xdcf627);},'UAGcs':_0x934b57(0x1e7),'ATmue':_0x934b57(0x1bc),'TpSFc':'Now,\x20showing\x20logs\x20from\x20mocha','roJPQ':function(_0x1ab79f,_0x17d0e7,_0x29fc59,_0x1f9bb2){return _0x1ab79f(_0x17d0e7,_0x29fc59,_0x1f9bb2);},'inFaa':function(_0x1aba28,_0x8fb5d6){return _0x1aba28*_0x8fb5d6;},'XtTFv':function(_0x373bb3,_0x45f7c2){return _0x373bb3!==_0x45f7c2;},'OfCWk':function(_0x43a2f1,_0x6dc479,_0x49c9a4,_0x2b3c86){return _0x43a2f1(_0x6dc479,_0x49c9a4,_0x2b3c86);}};helper[_0x934b57(0x1f1)](_0x59fea4[_0x934b57(0x1aa)],_0x33dedb);helper[_0x934b57(0x1a5)]()?(await _0x59fea4['initialize'](_0x33dedb),await helper['handleApp'](_0x59fea4['config'])):await _0x59fea4[_0x934b57(0x187)]();const _0x120e63=[];let _0x53ca4e=[];if(!_0x59fea4[_0x934b57(0x207)])return;!helper[_0x934b57(0x23b)](_0x59fea4[_0x934b57(0x207)][_0x934b57(0x259)])&&(process[_0x934b57(0x1b9)][_0x934b57(0x1f7)]=JSON['stringify'](_0x59fea4[_0x934b57(0x207)]['accessibilityOptions']));const _0x37792d=await TestHubHandler[_0x934b57(0x271)](FRAMEWORKS[_0x934b57(0x185)],_0x59fea4);_0x1353a8[_0x934b57(0x1f9)](_0x59fea4[_0x934b57(0x207)][_0x934b57(0x1a1)],null)&&(process[_0x934b57(0x1b9)][_0x934b57(0x243)]=_0x59fea4[_0x934b57(0x207)][_0x934b57(0x1a1)]);!helper[_0x934b57(0x23b)](_0x59fea4[_0x934b57(0x207)]['accessibility'])&&(process['env'][_0x934b57(0x190)]=_0x59fea4[_0x934b57(0x207)][_0x934b57(0x266)]);const {extension:extension=['js',_0x1353a8['jVqzx'],_0x1353a8[_0x934b57(0x211)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x1353a8[_0x934b57(0x24e)]]}=_0x33dedb,_0x1a70cf={..._0x33dedb};_0x1a70cf[_0x934b57(0x20b)]=null;const _0x557b9d=_0x1a70cf;let _0x3e4d58;if(testOpsHelper[_0x934b57(0x175)]()&&testOpsHelper[_0x934b57(0x1cc)]()){let _0x2a1ed2=process[_0x934b57(0x1b9)][_0x934b57(0x244)];!helper[_0x934b57(0x23b)](_0x59fea4[_0x934b57(0x1cb)])&&_0x59fea4[_0x934b57(0x1cb)][_0x934b57(0x18a)](_0x1353a8[_0x934b57(0x1eb)])&&(_0x2a1ed2=_0x59fea4[_0x934b57(0x1cb)][_0x934b57(0x25e)](_0x1353a8['aTwry'])),_0x3e4d58=testOpsHelper[_0x934b57(0x261)](_0x2a1ed2);}if(helper[_0x934b57(0x23b)](_0x3e4d58)){const _0xf2d4fa={};_0xf2d4fa[_0x934b57(0x226)]=ignore,_0xf2d4fa[_0x934b57(0x25a)]=extension,_0xf2d4fa[_0x934b57(0x1b8)]=file,_0xf2d4fa[_0x934b57(0x16a)]=recursive,_0xf2d4fa[_0x934b57(0x228)]=sort,_0xf2d4fa[_0x934b57(0x1a7)]=spec,_0x3e4d58=_0x1353a8[_0x934b57(0x169)](collectFiles,_0xf2d4fa),_0x1353a8['HVMtT'](nestedKeyValue,_0x3e4d58,[_0x1353a8[_0x934b57(0x230)]])&&(_0x3e4d58=_0x3e4d58[_0x934b57(0x1e7)]);}const _0xfa02d8=helper[_0x934b57(0x1c2)](_0x59fea4[_0x934b57(0x207)]);!helper[_0x934b57(0x204)](_0xfa02d8)&&helper[_0x934b57(0x209)](_0xfa02d8[_0x934b57(0x229)])&&(_0x557b9d['retries']=_0xfa02d8[_0x934b57(0x229)][_0x934b57(0x1e5)]);if(!helper[_0x934b57(0x1a5)]()){const _0x421785=0x1,_0x1c6b65={..._0x557b9d};_0x1c6b65['spec']=[..._0x3e4d58],_0x120e63[_0x934b57(0x1c1)]({'mochaOpts':_0x1c6b65,'configuration':{'platform':os['platform']()}}),logger[_0x934b57(0x23f)](_0x1353a8['ATmue']),logger[_0x934b57(0x23f)](_0x1353a8[_0x934b57(0x1c9)]),_0x1353a8[_0x934b57(0x223)](parallelTestRun,_0x120e63,_0x421785,_0x59fea4)[_0x934b57(0x168)](_0x2db8d5=>{const _0x567e1d=_0x934b57;PerformanceTester['start'](PerformanceEvents[_0x567e1d(0x1a8)]),_0x1353a8[_0x567e1d(0x1ce)](printStats,_0x2db8d5,_0x33dedb['reporter'],_0x33dedb[_0x567e1d(0x16d)]||_0x33dedb[_0x1353a8[_0x567e1d(0x1ad)]]);})[_0x934b57(0x1b1)](()=>{const _0x24f105=_0x934b57;PerformanceTester['start'](PerformanceEvents[_0x24f105(0x1a8)]);try{const {browserstackFolderPath:_0x1d40db,tcgConfigPath:_0xd09e9e}=helper[_0x24f105(0x265)]();fs[_0x24f105(0x25d)](_0xd09e9e),fs[_0x24f105(0x213)](_0x1d40db);}catch(_0x2519c8){logger[_0x24f105(0x19f)](_0x1353a8['VgFZH'],_0x2519c8);}try{utilities[_0x24f105(0x1ed)](_0x1353a8[_0x24f105(0x22a)],{},_0x59fea4['config'],_0x59fea4[_0x24f105(0x1aa)]);}catch(_0x3649ee){logger['debug'](_0x24f105(0x186)+_0x3649ee[_0x24f105(0x1e6)]);}try{helper['notifyUpdate']();}catch(_0x2fbd9a){logger[_0x24f105(0x19f)]('Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20'+_0x2fbd9a);}testOpsHelper[_0x24f105(0x1b5)]();});}else{const _0x57ad46=helper['useW3C'](_0x59fea4['config']);let _0x24da86=helper['getHubUrl'](_0x59fea4[_0x934b57(0x207)]);_0x53ca4e=helper[_0x934b57(0x1fa)](_0x59fea4[_0x934b57(0x207)],_0x57ad46,constants[_0x934b57(0x1e4)]['MOCHA']);helper[_0x934b57(0x24b)]()[_0x934b57(0x22e)]&&(_0x24da86=centralScannerConstants[_0x934b57(0x200)]);let _0x3ecab6;const _0x4d04a3=_0x59fea4[_0x934b57(0x207)]['parallelsPerPlatform']||helper[_0x934b57(0x1c3)](_0x33dedb,_0x4a5086,_0x59fea4[_0x934b57(0x207)],constants[_0x934b57(0x1e4)][_0x934b57(0x185)])||0x1;helper[_0x934b57(0x188)](_0x59fea4['config'])?_0x3ecab6=_0x1353a8[_0x934b57(0x23e)](_0x59fea4['config'][_0x934b57(0x24c)][_0x934b57(0x182)],_0x4d04a3):_0x3ecab6=_0x4d04a3;const _0x1162a1=_0x1353a8[_0x934b57(0x169)](getPercyOptions,_0x59fea4['config']);if(_0x1353a8[_0x934b57(0x1af)](_0x59fea4[_0x934b57(0x207)][_0x934b57(0x184)],0x1))_0x3e4d58[_0x934b57(0x1d5)](_0x4f994=>{const _0x4da17e=[];_0x53ca4e['forEach']((_0x16d9e4,_0x18943b)=>{const _0x5aff1d=a28_0x26c6,_0xc5cdd={};_0xc5cdd['spec']=[_0x4f994],_0x4da17e['push']({'mochaOpts':Object[_0x5aff1d(0x218)]({},_0x557b9d,_0xc5cdd),'configuration':{'server':_0x24da86,'capability':_0x16d9e4,'proxySettings':_0x59fea4['config'][_0x5aff1d(0x16f)],'platform':helper['getPlatformName'](_0x16d9e4),'browserStackLogLevel':_0x59fea4[_0x5aff1d(0x207)]['logLevel'],'platformIndex':_0x18943b,'browserStackPercyOptions':_0x1162a1,'platformCaps':Object[_0x5aff1d(0x218)]({'index':_0x18943b},_0x59fea4['config']['platforms'][_0x18943b])}});}),_0x120e63['push'](..._0x4da17e);});else{const _0x8e024b=[];_0x53ca4e[_0x934b57(0x1d5)]((_0x4c4e0f,_0x38f225)=>{const _0x1689f2=_0x934b57;let _0x3f5c2e=Object[_0x1689f2(0x218)]({},_0x557b9d);testOpsHelper[_0x1689f2(0x175)]()&&testOpsHelper['shouldReRunObservabilityTests']()&&(_0x3f5c2e={..._0x3f5c2e,'spec':[..._0x3e4d58]}),_0x8e024b[_0x1689f2(0x1c1)]({'mochaOpts':_0x3f5c2e,'configuration':{'server':_0x24da86,'capability':_0x4c4e0f,'proxySettings':_0x59fea4[_0x1689f2(0x207)][_0x1689f2(0x16f)],'platform':helper[_0x1689f2(0x16b)](_0x4c4e0f),'browserStackLogLevel':_0x59fea4[_0x1689f2(0x207)][_0x1689f2(0x170)],'platformIndex':_0x38f225,'browserStackPercyOptions':_0x1162a1,'platformCaps':Object[_0x1689f2(0x218)]({'index':_0x38f225},_0x59fea4[_0x1689f2(0x207)]['platforms'][_0x38f225])}});}),_0x120e63[_0x934b57(0x1c1)](..._0x8e024b);}logger[_0x934b57(0x23f)](_0x934b57(0x22f)+_0x59fea4[_0x934b57(0x207)][_0x934b57(0x24c)][_0x934b57(0x182)]+_0x934b57(0x1ee)),logger['info'](_0x1353a8[_0x934b57(0x1c9)]);let _0x201d5b;_0x1353a8[_0x934b57(0x1ba)](parallelTestRun,_0x120e63,_0x3ecab6,_0x59fea4)[_0x934b57(0x168)](_0x90fcfd=>{const _0x46a989=_0x934b57;PerformanceTester[_0x46a989(0x18e)](PerformanceEvents[_0x46a989(0x1a8)]),_0x201d5b=_0x90fcfd,_0x1353a8[_0x46a989(0x1ce)](printStats,_0x90fcfd,_0x33dedb[_0x46a989(0x179)],_0x33dedb['reporterOptions']||_0x33dedb[_0x1353a8['UhyRT']]);})[_0x934b57(0x1b1)](async()=>{const _0x491533=_0x934b57;PerformanceTester[_0x491533(0x18e)](PerformanceEvents['SDK_CLEANUP']),_0x59fea4[_0x491533(0x1a6)]=helper[_0x491533(0x17f)](_0x201d5b,_0x1353a8[_0x491533(0x22b)]),await utilities['finalExecution'](_0x59fea4),testOpsHelper[_0x491533(0x1b5)]();});}}module[a28_0x229e72(0x19c)]=run;