browserstack-node-sdk 1.63.1 → 1.63.2

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 (218) 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 -1
  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/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a18_0x2c3244=a18_0x4b97;(function(_0x375042,_0x56bc44){const _0x1a02fd=a18_0x4b97,_0x265895=_0x375042();while(!![]){try{const _0x1d7e40=parseInt(_0x1a02fd(0x162))/0x1+parseInt(_0x1a02fd(0x1c4))/0x2+-parseInt(_0x1a02fd(0x1af))/0x3*(parseInt(_0x1a02fd(0xcc))/0x4)+-parseInt(_0x1a02fd(0xdd))/0x5+parseInt(_0x1a02fd(0x100))/0x6+-parseInt(_0x1a02fd(0xec))/0x7+parseInt(_0x1a02fd(0x17f))/0x8;if(_0x1d7e40===_0x56bc44)break;else _0x265895['push'](_0x265895['shift']());}catch(_0x557802){_0x265895['push'](_0x265895['shift']());}}}(a18_0x2820,0xec02a));const fs=require('fs'),path=require(a18_0x2c3244(0x10f)),util=require(a18_0x2c3244(0x183)),{spawn}=require(a18_0x2c3244(0x1a6)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a18_0x2c3244(0x140)),helper=require('../../helpers/helper'),utilities=require(a18_0x2c3244(0x14a)),constants=require(a18_0x2c3244(0x1b3)),accessibilityHelper=require(a18_0x2c3244(0xf2)),{updateTestRerunConfig}=require(a18_0x2c3244(0x172)),testOpsHelper=require(a18_0x2c3244(0xf1)),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a18_0x2c3244(0x1b7)),TestHubHandler=require(a18_0x2c3244(0xf3)),testhubUtils=require(a18_0x2c3244(0x1be)),{FRAMEWORKS}=require(a18_0x2c3244(0xfa)),PerformanceTester=require(a18_0x2c3244(0x1c6)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],TestOrchestrationHandler=require(a18_0x2c3244(0xe6)),BrowserstackCLI=require(a18_0x2c3244(0xd6)),{checkPwandBootstrapCli}=require(a18_0x2c3244(0x1c3)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x2c3244(0x18c)),ClientTroubleShootingService=require(a18_0x2c3244(0x1ca)),{checkAccessibilityPlatformConfig}=require(a18_0x2c3244(0xf2)),getUserJestConfigs=async(_0x1af0b0,_0x57f71e)=>{const _0x2fb19c=a18_0x2c3244,_0x4f0409={'hVmOS':_0x2fb19c(0xe4),'vxgpv':_0x2fb19c(0x15a),'lnDMp':function(_0x4cfd5a,_0x2f1085){return _0x4cfd5a||_0x2f1085;},'BNNfY':function(_0x1595ea,_0x326083){return _0x1595ea(_0x326083);},'HRbUw':_0x2fb19c(0x106),'yRYaU':_0x2fb19c(0x11e),'MQplh':_0x2fb19c(0x15d),'FjQUX':'cjs','ZUpxp':_0x2fb19c(0x171)};let _0x28ac9a;try{_0x28ac9a=helper[_0x2fb19c(0x149)](_0x4f0409[_0x2fb19c(0x182)],_0x4f0409[_0x2fb19c(0x122)]);}catch{const _0x51c769=helper[_0x2fb19c(0x149)](_0x4f0409[_0x2fb19c(0x122)]);_0x28ac9a={'default':async _0x418dfa=>{const _0x1e5159=_0x2fb19c,_0x12e4c2=await _0x51c769[_0x1e5159(0x11c)](_0x418dfa,{});return _0x12e4c2[_0x1e5159(0x188)];}};}const _0x46533e=_0x57f71e[_0x2fb19c(0x147)](_0x51a534=>_0x51a534==='--config');if(!helper[_0x2fb19c(0x1a5)](_0x1af0b0['config'])){logger[_0x2fb19c(0x163)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x1af0b0[_0x2fb19c(0x188)]),process['env'][_0x2fb19c(0x14c)]=_0x1af0b0[_0x2fb19c(0x188)];const _0x6fba56=await(0x0,_0x28ac9a[_0x2fb19c(0x1b2)])(path[_0x2fb19c(0x17c)](_0x1af0b0['config']));return _0x57f71e[_0x2fb19c(0x11d)](_0x46533e,0x2),_0x4f0409[_0x2fb19c(0x1a3)](_0x6fba56,{});}const _0x18f34b=_0x4f0409['BNNfY'](require,path[_0x2fb19c(0x108)](process['cwd'](),_0x4f0409[_0x2fb19c(0xd9)]));if(_0x18f34b[_0x2fb19c(0x1a2)])return logger['info'](_0x4f0409['yRYaU']),_0x18f34b['jest'];const _0x11c02d=['js',_0x4f0409['MQplh'],_0x4f0409['FjQUX'],_0x4f0409[_0x2fb19c(0x109)],'ts'];for(const _0x19fbc2 of _0x11c02d){const _0x30a16c=path['join'](process[_0x2fb19c(0x127)](),_0x2fb19c(0x158)+_0x19fbc2);if(fs['existsSync'](_0x30a16c)){process['env'][_0x2fb19c(0x14c)]=_0x30a16c;const _0x12b3a3=await(0x0,_0x28ac9a['default'])(_0x30a16c);return _0x12b3a3;}}return{};},getSerial=(_0x57aedc,_0x1471b8)=>{const _0x3dd594=a18_0x2c3244,_0x2b4036={};_0x2b4036[_0x3dd594(0x104)]=_0x3dd594(0x12f),_0x2b4036['agZLd']=function(_0x4124c0,_0x3d7e9d){return _0x4124c0>_0x3d7e9d;},_0x2b4036['VZdPI']=function(_0x463977,_0x25818a){return _0x463977>_0x25818a;},_0x2b4036[_0x3dd594(0x175)]=_0x3dd594(0xef);const _0x2833a0=_0x2b4036;let _0x3360c9=_0x2833a0[_0x3dd594(0x104)];return _0x2833a0['agZLd'](_0x57aedc['length'],0x1)&&(!_0x1471b8[_0x3dd594(0x189)]&&(helper[_0x3dd594(0x1a5)](_0x1471b8[_0x3dd594(0x130)])||_0x2833a0[_0x3dd594(0xdb)](_0x1471b8[_0x3dd594(0x130)],0x1)))&&(_0x3360c9=_0x2833a0[_0x3dd594(0x175)]),_0x3360c9;},getMaxWorkers=(_0x438f7a,_0x11c0d6,_0x18220c)=>{const _0xc61ebe=a18_0x2c3244,_0x9fdf6b={'RLrci':function(_0x31e6d5,_0x45735f){return _0x31e6d5(_0x45735f);}};let _0x5edb57=0x1;if(!helper[_0xc61ebe(0x1a5)](_0x11c0d6[_0xc61ebe(0x10a)]))_0x5edb57=_0x9fdf6b[_0xc61ebe(0xfb)](parseInt,_0x11c0d6[_0xc61ebe(0x10a)]);else{if(!helper[_0xc61ebe(0x1a5)](_0x438f7a[_0xc61ebe(0x130)]))_0x5edb57=_0x438f7a[_0xc61ebe(0x130)];else!helper[_0xc61ebe(0x1a5)](_0x18220c['maxWorkers'])&&(_0x5edb57=_0x18220c[_0xc61ebe(0x130)]);}return _0x5edb57;};function a18_0x4b97(_0x34b841,_0x5fc5f3){const _0x282051=a18_0x2820();return a18_0x4b97=function(_0x4b9762,_0x244729){_0x4b9762=_0x4b9762-0xc7;let _0x27da1e=_0x282051[_0x4b9762];return _0x27da1e;},a18_0x4b97(_0x34b841,_0x5fc5f3);}async function run(_0x221521,_0x6446d9,_0x1ef93c){const _0x7d3e5a=a18_0x2c3244,_0xf7461c={'gGzXg':_0x7d3e5a(0x110),'alSUI':_0x7d3e5a(0x1a2),'MyPxQ':function(_0x3ea358,_0x372803){return _0x3ea358(_0x372803);},'xByqV':_0x7d3e5a(0x15f),'eMhsm':function(_0x5b4706){return _0x5b4706();},'SyXmp':function(_0x52bddb,_0xbb9ada,_0x3fd6ee,_0x4301d7){return _0x52bddb(_0xbb9ada,_0x3fd6ee,_0x4301d7);},'cifOi':function(_0x34a9a4,_0x138e2d,_0x1682b9,_0x5ca99a){return _0x34a9a4(_0x138e2d,_0x1682b9,_0x5ca99a);},'YStwP':function(_0x4cfafb,_0x315a11){return _0x4cfafb!=_0x315a11;},'vvQsZ':_0x7d3e5a(0x12f),'SCygT':function(_0x1f2390,_0xa41b68,_0x15a51a){return _0x1f2390(_0xa41b68,_0x15a51a);},'tPwho':_0x7d3e5a(0x185),'HEdNm':_0x7d3e5a(0xef),'NZged':function(_0x2074b5,_0x5917c1,_0x2e8f48,_0x521c07){return _0x2074b5(_0x5917c1,_0x2e8f48,_0x521c07);},'PBMpt':function(_0x4890ca,_0x3b9383){return _0x4890ca*_0x3b9383;},'JXtKk':function(_0x4c87a7,_0x665a76){return _0x4c87a7===_0x665a76;},'hXIWi':_0x7d3e5a(0xda),'JikRP':'jest_browserstack.config.js','DsbBV':_0x7d3e5a(0x134),'cAGjz':_0x7d3e5a(0xc8),'Xsycx':_0x7d3e5a(0xce),'eTtbI':_0x7d3e5a(0x1ab),'ayiJM':_0x7d3e5a(0x13a),'ZBOAC':function(_0x1cc2c4,_0x8759ce){return _0x1cc2c4!==_0x8759ce;},'AGxIX':_0x7d3e5a(0x1bd),'FNlqJ':_0x7d3e5a(0x18d),'QAusq':_0x7d3e5a(0xd5),'ZUJQS':_0x7d3e5a(0x1c1),'vsmcY':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','OjKvE':'jest-circus','ShgNN':_0x7d3e5a(0x159),'PcpYC':function(_0x5c4c34,_0x353f54){return _0x5c4c34(_0x353f54);},'yuLQQ':_0x7d3e5a(0x17a),'KDObb':_0x7d3e5a(0xf9),'mnkrm':_0x7d3e5a(0x1a9),'rVhrE':_0x7d3e5a(0x12b),'nLsZL':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','AokOC':'playwright','gunNN':_0x7d3e5a(0xde),'haFkf':_0x7d3e5a(0xcd),'XcOsw':_0x7d3e5a(0x124),'BXXbW':function(_0x23a7f5,_0xdefc9a){return _0x23a7f5&&_0xdefc9a;},'dTKQA':_0x7d3e5a(0x186),'FpkFo':_0x7d3e5a(0x144),'bNeZi':_0x7d3e5a(0x1aa),'OdHoV':_0x7d3e5a(0x1b2),'imxUc':function(_0x5d088f,_0x10aee7,_0x5734a0){return _0x5d088f(_0x10aee7,_0x5734a0);},'TFgqh':'@jest/core/build/ReporterDispatcher.js','Vzqfn':_0x7d3e5a(0x167),'vDVrf':_0x7d3e5a(0x152),'mPkFX':function(_0x23120c,_0x3cbd63){return _0x23120c>_0x3cbd63;},'xGKeq':_0x7d3e5a(0x111),'lIlgM':'--config','gOETG':_0x7d3e5a(0x116),'SPMxb':function(_0x123c19,_0x39d840){return _0x123c19===_0x39d840;},'jUVzP':_0x7d3e5a(0x1b4),'gzTyj':_0x7d3e5a(0x13e),'sJhKQ':_0x7d3e5a(0x198)},_0x5c84f3=helper[_0x7d3e5a(0xeb)](_0xf7461c['xByqV']);global[_0x7d3e5a(0x16e)]=!!_0x5c84f3;const _0xec621a=_0xf7461c[_0x7d3e5a(0xc9)](getPuppeteerVersion);global[_0x7d3e5a(0x13f)]=!!_0xec621a;helper[_0x7d3e5a(0x103)]()?(await _0x1ef93c[_0x7d3e5a(0x190)](_0x221521),await helper[_0x7d3e5a(0x13b)](_0x1ef93c[_0x7d3e5a(0x188)])):await _0x1ef93c['setupTCGAuth']();if(_0x5c84f3)await _0xf7461c[_0x7d3e5a(0x145)](checkPwandBootstrapCli,_0x5c84f3,constants[_0x7d3e5a(0x180)]['JEST'],_0x1ef93c);else _0xec621a&&await _0xf7461c[_0x7d3e5a(0x138)](checkPuppeteerAndBootstrapCli,_0xec621a,constants[_0x7d3e5a(0x180)][_0x7d3e5a(0x18a)],_0x1ef93c);!BrowserstackCLI[_0x7d3e5a(0x1b6)]()[_0x7d3e5a(0x16d)]()&&await _0x1ef93c[_0x7d3e5a(0x19a)]();if(!_0x1ef93c['config'])return;_0xf7461c[_0x7d3e5a(0x156)](_0x1ef93c[_0x7d3e5a(0x188)][_0x7d3e5a(0x1b0)],null)?process[_0x7d3e5a(0x194)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1ef93c[_0x7d3e5a(0x188)][_0x7d3e5a(0x1b0)]:process[_0x7d3e5a(0x194)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xf7461c[_0x7d3e5a(0x19b)];const _0x34cb9f=new TestOrchestrationHandler(_0x1ef93c['config']),_0x5642ac=await _0xf7461c['SCygT'](getUserJestConfigs,_0x221521,_0x6446d9);logger[_0x7d3e5a(0x163)](_0xf7461c[_0x7d3e5a(0x181)]);const _0x5aef55=Object['assign']({},_0x5642ac);_0x5aef55[_0x7d3e5a(0x1bf)]=Object[_0x7d3e5a(0xe1)]({},_0x5aef55[_0x7d3e5a(0x1bf)],{'server':helper['getHubUrl'](_0x1ef93c[_0x7d3e5a(0x188)]),'environment':_0x5642ac[_0x7d3e5a(0x148)]}),_0x5aef55[_0x7d3e5a(0x1bf)]['browserStackPercyOptions']=_0xf7461c['MyPxQ'](getPercyOptions,_0x1ef93c['config']);const _0x3dd43d=helper[_0x7d3e5a(0x17b)](_0x1ef93c[_0x7d3e5a(0x188)]);!helper[_0x7d3e5a(0x1a5)](_0x1ef93c[_0x7d3e5a(0x188)][_0x7d3e5a(0x105)])&&(process['env'][_0x7d3e5a(0xd2)]=JSON[_0x7d3e5a(0x1bb)](_0x1ef93c[_0x7d3e5a(0x188)]['accessibilityOptions']));if(!BrowserstackCLI[_0x7d3e5a(0x1b6)]()[_0x7d3e5a(0x16d)]()){const _0x36e6e9=await TestHubHandler[_0x7d3e5a(0x1c5)](FRAMEWORKS[_0x7d3e5a(0x18a)],_0x1ef93c);}const _0x5cf7a7=helper['prepareCapabilities'](_0x1ef93c[_0x7d3e5a(0x188)],_0x3dd43d,constants[_0x7d3e5a(0x180)]['JEST']);process[_0x7d3e5a(0x194)][_0x7d3e5a(0x155)]=JSON[_0x7d3e5a(0x1bb)](_0x5cf7a7);let _0x4cdd38=_0x1ef93c[_0x7d3e5a(0x188)][_0x7d3e5a(0x173)];_0x4cdd38=_0x4cdd38||accessibilityHelper[_0x7d3e5a(0x1c7)](_0x1ef93c[_0x7d3e5a(0x188)]),process['env'][_0x7d3e5a(0x157)]=_0x4cdd38,logger[_0x7d3e5a(0xff)]('[Jest\x20Command]\x20Accessibility\x20enabled:\x20'+_0x4cdd38+_0x7d3e5a(0x139)+BrowserstackCLI[_0x7d3e5a(0x1b6)]()[_0x7d3e5a(0x16d)]());if(_0x5c84f3)try{const _0x2e0429=_0xf7461c[_0x7d3e5a(0x179)](checkAccessibilityPlatformConfig,_0x1ef93c[_0x7d3e5a(0x188)]);process[_0x7d3e5a(0x194)][_0x7d3e5a(0x121)]=_0x2e0429?_0xf7461c['vvQsZ']:_0xf7461c[_0x7d3e5a(0x1ad)],logger[_0x7d3e5a(0xff)](_0x7d3e5a(0x114)+_0x2e0429+_0x7d3e5a(0xdc)+process['env'][_0x7d3e5a(0x121)]);}catch(_0x322f2a){logger[_0x7d3e5a(0xff)](_0x7d3e5a(0x199)+util[_0x7d3e5a(0x19f)](_0x322f2a));}_0x5aef55[_0x7d3e5a(0x1bf)][_0x7d3e5a(0xfe)]=_0x5cf7a7,_0x5aef55['testEnvironmentOptions'][_0x7d3e5a(0x131)]=_0xf7461c[_0x7d3e5a(0xee)](getSerial,_0x5cf7a7,_0x221521),_0x5aef55['testEnvironmentOptions']['parallels__']=_0xf7461c[_0x7d3e5a(0xe7)](getMaxWorkers,_0x221521,_0x1ef93c[_0x7d3e5a(0x188)],_0x5642ac),_0x5aef55[_0x7d3e5a(0x1bf)][_0x7d3e5a(0x193)]=_0x1ef93c[_0x7d3e5a(0x188)][_0x7d3e5a(0x193)],_0x5aef55[_0x7d3e5a(0x1bf)][_0x7d3e5a(0x101)]=_0xf7461c['PBMpt'](_0x221521[_0x7d3e5a(0x19d)],0x1)||0x1388,_0x5aef55[_0x7d3e5a(0x1bf)][_0x7d3e5a(0x153)]=_0x1ef93c[_0x7d3e5a(0x188)]['testContextOptions'][_0x7d3e5a(0x153)],_0x5aef55[_0x7d3e5a(0x1bf)][_0x7d3e5a(0x142)]=_0x1ef93c[_0x7d3e5a(0x188)]['testContextOptions']['skipSessionStatus'],_0x5aef55[_0x7d3e5a(0x1bf)][_0x7d3e5a(0x1a4)]=_0x1ef93c[_0x7d3e5a(0x188)]['logLevel'],_0x5aef55[_0x7d3e5a(0x1bf)][_0x7d3e5a(0xf8)]=_0x1ef93c[_0x7d3e5a(0x188)][_0x7d3e5a(0xf8)],_0x5aef55['testEnvironmentOptions'][_0x7d3e5a(0xcf)]=_0x1ef93c['config']['platforms'];const _0x1e8781=helper['parseTestOrchestrationOptions'](_0x1ef93c[_0x7d3e5a(0x188)]);if(!helper['isEmpty'](_0x1e8781)){helper['isNotUndefined'](_0x1e8781['retryTestsOnFailure'])&&(_0x5aef55['testEnvironmentOptions'][_0x7d3e5a(0xfd)]=_0x1e8781[_0x7d3e5a(0x1c9)][_0x7d3e5a(0x196)]);if(helper[_0x7d3e5a(0x1b9)](_0x1e8781[_0x7d3e5a(0x17e)])&&helper[_0x7d3e5a(0x1b9)](_0x1e8781[_0x7d3e5a(0x17e)]['workingDir'])){const _0x51f2d1={};_0x51f2d1[_0x7d3e5a(0x170)]=_0x1e8781[_0x7d3e5a(0x17e)][_0x7d3e5a(0x118)],_0x51f2d1[_0x7d3e5a(0xe2)]=_0x1e8781['abortBuildOnFailure'][_0x7d3e5a(0xe2)],_0x5aef55[_0x7d3e5a(0x1bf)]['failFast']=_0x51f2d1;}}let _0x3f3f79='';_0xf7461c['JXtKk'](helper[_0x7d3e5a(0x1c8)](),constants[_0x7d3e5a(0x191)][_0x7d3e5a(0xf7)])?_0x3f3f79=_0xf7461c[_0x7d3e5a(0x164)]:_0x3f3f79=_0xf7461c[_0x7d3e5a(0x13c)];const _0x499e73=_0x3f3f79,_0x29e1ec=path[_0x7d3e5a(0x108)](__dirname,_0xf7461c[_0x7d3e5a(0x11a)],_0xf7461c[_0x7d3e5a(0x1b1)]),_0x18b795=path[_0x7d3e5a(0x108)](__dirname,_0xf7461c['DsbBV'],_0xf7461c['Xsycx']),_0x39cc30=path[_0x7d3e5a(0x108)](__dirname,_0xf7461c[_0x7d3e5a(0x11a)],_0xf7461c[_0x7d3e5a(0x178)]);_0x5aef55[_0x7d3e5a(0x148)]&&(process[_0x7d3e5a(0x194)]['BSTACK_JEST_TEST_ENV']=_0x5aef55[_0x7d3e5a(0x148)]);_0x5aef55['testEnvironment']=path[_0x7d3e5a(0x108)](__dirname,_0xf7461c['DsbBV'],_0xf7461c[_0x7d3e5a(0x146)]);const _0x37aae3=_0x5642ac['runner'];if(_0x37aae3&&_0xf7461c['ZBOAC'](_0x37aae3,_0xf7461c[_0x7d3e5a(0x135)])){const _0x56cc09=_0x37aae3[_0x7d3e5a(0xe5)](_0xf7461c['FNlqJ'])?_0x37aae3:_0x7d3e5a(0x18d)+_0x37aae3;process[_0x7d3e5a(0x194)][_0x7d3e5a(0x16c)]=_0x56cc09,logger[_0x7d3e5a(0x163)](_0x7d3e5a(0x174)+_0x56cc09);}_0x5aef55[_0x7d3e5a(0x10b)]=_0x18b795,_0x5aef55[_0x7d3e5a(0x15c)]=_0x5aef55[_0x7d3e5a(0x15c)]||[],_0x5aef55[_0x7d3e5a(0x15c)]['push'](path[_0x7d3e5a(0x108)](__dirname,_0xf7461c[_0x7d3e5a(0x123)]));_0x34cb9f[_0x7d3e5a(0x151)]()&&(_0x5aef55[_0x7d3e5a(0x12e)]=path[_0x7d3e5a(0x108)](__dirname,_0xf7461c[_0x7d3e5a(0x11a)],_0xf7461c[_0x7d3e5a(0xc7)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI['getInstance']()['isCliEnabled']()){let _0x3065c7=null;try{_0x3065c7=helper[_0x7d3e5a(0x149)](_0xf7461c[_0x7d3e5a(0x187)],_0xf7461c['OjKvE']);}catch(_0x19cddc){try{_0x3065c7=helper['requireModule'](_0xf7461c[_0x7d3e5a(0x1a8)],_0xf7461c['OjKvE']);}catch(_0x547e96){_0xf7461c[_0x7d3e5a(0x1a7)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x547e96);}}_0x3065c7&&(testhubUtils[_0x7d3e5a(0x141)]()&&_0x5aef55[_0x7d3e5a(0x15c)][_0x7d3e5a(0xea)](path[_0x7d3e5a(0x108)](__dirname,_0xf7461c[_0x7d3e5a(0xf0)],_0xf7461c[_0x7d3e5a(0x12c)])),_0x5aef55[_0x7d3e5a(0xf5)]=path[_0x7d3e5a(0x108)](__dirname,_0xf7461c[_0x7d3e5a(0x11a)],_0xf7461c['mnkrm']));}_0x5aef55[_0x7d3e5a(0x125)]=_0x5aef55[_0x7d3e5a(0x125)]||[];try{helper[_0x7d3e5a(0x17d)](),_0x5aef55[_0x7d3e5a(0x125)][_0x7d3e5a(0xea)](path[_0x7d3e5a(0x108)](__dirname,_0xf7461c[_0x7d3e5a(0x16b)]));}catch{logger['debug'](_0xf7461c['nLsZL']);}try{helper[_0x7d3e5a(0xf4)][_0x7d3e5a(0x169)](null,[_0xf7461c[_0x7d3e5a(0x1c2)],_0xf7461c[_0x7d3e5a(0x10e)]]),logger[_0x7d3e5a(0xff)](_0xf7461c[_0x7d3e5a(0x176)]),_0x5aef55[_0x7d3e5a(0x125)][_0x7d3e5a(0xea)](path['join'](__dirname,_0xf7461c[_0x7d3e5a(0x18b)]));}catch(_0x16df75){logger[_0x7d3e5a(0xff)](_0xf7461c[_0x7d3e5a(0xd8)],_0x16df75);}if(_0xf7461c[_0x7d3e5a(0x197)](!_0x5c84f3,_0xec621a)){try{logger[_0x7d3e5a(0xff)](_0xf7461c['dTKQA']),_0x5aef55[_0x7d3e5a(0x125)][_0x7d3e5a(0xea)](path[_0x7d3e5a(0x108)](__dirname,'..',_0xf7461c[_0x7d3e5a(0x166)],_0xf7461c['haFkf']));}catch(_0x2f85b7){logger[_0x7d3e5a(0xff)]('Puppeteer\x20setup\x20error:\x20'+_0x2f85b7[_0x7d3e5a(0x150)]);}try{const _0x421b2b=require[_0x7d3e5a(0x17c)](_0xf7461c[_0x7d3e5a(0x102)]),_0x424fab=path[_0x7d3e5a(0x115)](_0x421b2b)[_0x7d3e5a(0x184)](/\\/g,'/'),_0x2a9e66={};_0x2a9e66['^puppeteer-core/internal/(.*)']=_0x424fab+_0x7d3e5a(0x1ac),_0x5aef55[_0x7d3e5a(0xd1)]=Object[_0x7d3e5a(0xe1)]({},_0x5aef55['moduleNameMapper']||{},_0x2a9e66),logger[_0x7d3e5a(0xff)](_0x7d3e5a(0x168)+_0x424fab);}catch(_0x53cad8){logger['debug']('[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20'+_0x53cad8['message']);}}_0x5aef55[_0x7d3e5a(0x10d)]=_0x5aef55['reporters']||[_0xf7461c[_0x7d3e5a(0x16f)]],_0xf7461c[_0x7d3e5a(0x1bc)](updateTestRerunConfig,_0x5aef55,_0x1ef93c);const _0x12a69a=fs[_0x7d3e5a(0xe3)](_0x39cc30),_0x36f496=helper[_0x7d3e5a(0x192)](_0xf7461c[_0x7d3e5a(0x18e)],_0xf7461c['Vzqfn']);!_0x36f496[_0x7d3e5a(0xe9)]?fs['writeFileSync'](_0x5aef55[_0x7d3e5a(0x10b)],_0x7d3e5a(0xfc)+_0x12a69a+'\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x1ef93c['config'][_0x7d3e5a(0x120)][_0x7d3e5a(0xd4)]+_0x7d3e5a(0x195)):fs[_0x7d3e5a(0xe8)](_0x5aef55[_0x7d3e5a(0x10b)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x12a69a+_0x7d3e5a(0x113)+_0x1ef93c['config'][_0x7d3e5a(0x120)]['length']+_0x7d3e5a(0xed));logger['info'](_0x7d3e5a(0x19e)+_0x499e73+_0x7d3e5a(0x119)),fs[_0x7d3e5a(0xe8)](_0x499e73,_0x7d3e5a(0xe0)+JSON[_0x7d3e5a(0x1bb)](_0x5aef55)+'\x0amodule.exports\x20=\x20config;');if(_0x34cb9f[_0x7d3e5a(0x151)]()){logger['debug'](_0xf7461c[_0x7d3e5a(0x128)]);const _0x3d3782=await _0x34cb9f[_0x7d3e5a(0x129)](_0x5aef55,_0x6446d9[_0x7d3e5a(0x1a1)](0x1),_0x499e73);logger['debug'](_0x7d3e5a(0x161)+JSON[_0x7d3e5a(0x1bb)](_0x3d3782)+_0x7d3e5a(0x177));const _0x284cb9=await _0x34cb9f[_0x7d3e5a(0x11b)](_0x3d3782);logger[_0x7d3e5a(0xff)]('Reodered\x20Test\x20Files:\x20'+JSON[_0x7d3e5a(0x1bb)](_0x284cb9)),_0x284cb9&&_0xf7461c[_0x7d3e5a(0xd0)](_0x284cb9['length'],0x0)&&(process[_0x7d3e5a(0x194)][_0x7d3e5a(0x1a0)]=_0x284cb9?.['join'](','));}logger[_0x7d3e5a(0x163)](_0xf7461c[_0x7d3e5a(0x136)]);testhubUtils[_0x7d3e5a(0x141)]()&&TestDetails[_0x7d3e5a(0xf6)]();helper['filterBrowserstackArgs']({},_0x6446d9),PerformanceTester['end'](PerformanceEvents['SDK_SETUP']);const _0xb662c2=[_0xf7461c[_0x7d3e5a(0x10c)],_0xf7461c[_0x7d3e5a(0x112)],_0x499e73,..._0x6446d9['slice'](0x1)];process[_0x7d3e5a(0x194)][_0x7d3e5a(0x1ba)]=process[_0x7d3e5a(0x194)][_0x7d3e5a(0x1ba)]||_0xf7461c['alSUI'];const _0x136233=_0xf7461c[_0x7d3e5a(0x138)](spawn,_0xf7461c[_0x7d3e5a(0x14e)],_0xb662c2,{'shell':_0xf7461c[_0x7d3e5a(0x154)](process[_0x7d3e5a(0x1ae)],_0xf7461c[_0x7d3e5a(0x11f)]),'stdio':_0xf7461c[_0x7d3e5a(0x1b8)],'env':Object[_0x7d3e5a(0xe1)]({},process[_0x7d3e5a(0x194)])});_0x136233['on'](_0xf7461c[_0x7d3e5a(0x160)],async _0x326dc9=>{const _0x28e8e2=_0x7d3e5a;PerformanceTester[_0x28e8e2(0x15e)](PerformanceEvents[_0x28e8e2(0xcb)]);try{const {browserstackFolderPath:_0x20e672,tcgConfigPath:_0x1fd739}=helper[_0x28e8e2(0x19c)]();fs[_0x28e8e2(0x165)](_0x1fd739),fs[_0x28e8e2(0x117)](_0x20e672);}catch(_0x50cbb5){logger['debug'](_0xf7461c[_0x28e8e2(0x14b)],_0x50cbb5);}process[_0x28e8e2(0x14d)]=_0x326dc9,logger[_0x28e8e2(0xff)](_0x28e8e2(0x12a)+_0x326dc9),logger[_0x28e8e2(0x163)](_0x28e8e2(0x143)+_0x499e73);if(helper[_0x28e8e2(0x1b9)](_0x1e8781)&&helper[_0x28e8e2(0x1b9)](_0x1e8781[_0x28e8e2(0x17e)])&&fs[_0x28e8e2(0x14f)](_0x1e8781['abortBuildOnFailure'][_0x28e8e2(0xe2)]))try{const _0x2bc64a={};_0x2bc64a[_0x28e8e2(0xd7)]=!![],_0x2bc64a[_0x28e8e2(0x18f)]=!![],fs[_0x28e8e2(0x133)](_0x1e8781[_0x28e8e2(0x17e)][_0x28e8e2(0xe2)],_0x2bc64a),logger[_0x28e8e2(0xff)](_0x28e8e2(0x107)+_0x1e8781[_0x28e8e2(0x17e)][_0x28e8e2(0xe2)]);}catch(_0x45be35){logger[_0x28e8e2(0xe9)](_0x28e8e2(0xdf)+_0x45be35);}let _0x2efcfb=null;if(fs[_0x28e8e2(0x14f)](_0x29e1ec)){_0x2efcfb=fs['readFileSync'](_0x29e1ec);try{_0x2efcfb=JSON[_0x28e8e2(0x132)](_0x2efcfb);}catch(_0x36ae82){logger[_0x28e8e2(0xff)](_0x28e8e2(0x13d)+_0x29e1ec+',\x20'+_0x2efcfb+_0x28e8e2(0x126)+_0x36ae82);}fs[_0x28e8e2(0x165)](_0x29e1ec);}fs[_0x28e8e2(0x165)](_0x499e73),fs[_0x28e8e2(0x165)](_0x18b795),_0x2efcfb&&(_0x1ef93c[_0x28e8e2(0x1c0)]=helper[_0x28e8e2(0x16a)](_0x2efcfb,_0xf7461c[_0x28e8e2(0x10c)],_0x1ef93c));const _0x11e30c=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x28e8e2(0x1b5)](),await BrowserstackCLI[_0x28e8e2(0x1b6)]()[_0x28e8e2(0x1b5)]();}catch(_0x37fc53){console[_0x28e8e2(0x137)](_0x37fc53),_0xf7461c[_0x28e8e2(0x179)](debug,_0x28e8e2(0xca)+util[_0x28e8e2(0x19f)](_0x37fc53));}testOpsHelper[_0x28e8e2(0x15b)](),TestDetails[_0x28e8e2(0xd3)](),await utilities['finalExecution'](_0x1ef93c,_0x11e30c);});}function a18_0x2820(){const _0x585bec=['isRunning','__isPlaywrightInstalled','OdHoV','failureThresholdCount','json','./test-observability/helper','accessibility','Preserving\x20user\x27s\x20Jest\x20runner:\x20','oCVcU','gunNN','\x20test\x20files\x20to\x20run.','eTtbI','MyPxQ','test-observability','useW3C','resolve','requireSeleniumWebdriver','abortBuildOnFailure','15422032LGznXM','FRAMEWORKS','tPwho','hVmOS','util','replace','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','vsmcY','config','runInBand','JEST','haFkf','../../helpers/puppeteer-helper','jest-runner-','TFgqh','force','initialize','PACKAGE_TYPE','resolveModule','proxySettings','env',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','maxRetries','BXXbW','close','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','setupBrowserstackLocal','vvQsZ','getTCGConfigFilePaths','testTimeout','Creating\x20','format','JEST_TEST_ORDER','slice','jest','lnDMp','browserStackLogLevel','isUndefined','child_process','PcpYC','ShgNN','customCircus.js','puppeteer-core/package.json','customTestRunnerTemplate.js','/internal/$1','HEdNm','platform','3OVxIJK','testObservability','cAGjz','default','../utils/constants','win32','stop','getInstance','../../helpers/percy/utils','gzTyj','isNotUndefined','BROWSERSTACK_FRAMEWORK','stringify','imxUc','jest-runner','../../helpers/testhub/utils','testEnvironmentOptions','errorMessage','customSequencer.js','xByqV','../../helpers/playwright-helper','3502566GyWEgQ','launchBuild','../../helpers/performance/performance-tester','checkAccessibilityPlatformConfig','getPackageType','retryTestsOnFailure','../utils/clientTroubleshootingService','ZUJQS','jest_browserstack_results.json','eMhsm','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','SDK_CLEANUP','6914348axIAZO','test.setup.js','customTestRunner.js','platformCaps','mPkFX','moduleNameMapper','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','shutdown','length','jest.setup.js','../v2/browserstackCLI','recursive','XcOsw','HRbUw','jest_browserstack.config.cjs','VZdPI',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','5283060kRwSph','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','const\x20config=','assign','workingDir','readFileSync','jest-config/build/readConfigFileAndSetRootDir.js','startsWith','../../helpers/test-orchestration/testOrchestrationHandler','NZged','writeFileSync','error','push','getPackageVersion','1087009fJwFNl',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20','SCygT','false','yuLQQ','../../helpers/test-observability/utils','../../helpers/accessibility-automation/helper','../../helpers/testhub/testhubHandler','requirePWModule','testRunner','setup','MODULE','turboScaleUrl','data-hooks.js','../../helpers/test-observability/constants','RLrci','\x0a\x20\x20\x20\x20\x20\x20','retries__','capabilities','debug','284082QEbZgv','timeout__','bNeZi','isBrowserstackInfra','YMPWV','accessibilityOptions','package.json','Deleted\x20fail-fast\x20state\x20folder:\x20','join','ZUpxp','parallelsPerPlatform','runner','alSUI','reporters','AokOC','path','error\x20removing\x20tcg\x20config\x20file','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','lIlgM','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','dirname','npx','rmdirSync','maxFailures','\x20with\x20browserstack\x20jest\x20configs','DsbBV','reorderTestFiles','readInitialOptions','splice','Getting\x20your\x20jest\x20configs\x20from\x20package.json','jUVzP','platforms','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','vxgpv','QAusq','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','setupFiles','\x20:\x20','cwd','vDVrf','findTestFiles','child\x20process\x20exited\x20with\x20code\x20','test_before.setup.js','KDObb','exports','testSequencer','true','maxWorkers','serial__','parse','rmSync','customImplements','AGxIX','xGKeq','log','cifOi',',\x20CLI\x20running:\x20','customEnvironment.js','handleApp','JikRP','Error\x20while\x20parsing\x20','inherit','__isPuppeteerInstalled','../../helpers/BrowserStackSetup','shouldProcessEventForTesthub','skipSessionStatus','Deleting\x20','puppeteer','SyXmp','ayiJM','findIndex','testEnvironment','requireModule','../../helpers/utilities','gGzXg','USER_CONFIG_DETAILS_PATH','exitCode','gOETG','existsSync','message','isTestOrchestrationEnabled','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','skipSessionName','SPMxb','BROWSERSTACK_CAPABILITIES','YStwP','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jest.config.','jest-circus/build/runner.js','jest-config','printBuildLink','setupFilesAfterEnv','mjs','start','@playwright/test','sJhKQ','Found:\x20','180800VwPdzX','info','hXIWi','unlinkSync','FpkFo','@jest/core','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','apply','getErrorMessageFromResults','rVhrE','BSTACK_USER_JEST_RUNNER'];a18_0x2820=function(){return _0x585bec;};return a18_0x2820();}module[a18_0x2c3244(0x12d)]=run;
2
+ 'use strict';const a18_0x25c992=a18_0xa43c;(function(_0x59ca9c,_0xb2df0b){const _0x278dab=a18_0xa43c,_0x5dbf47=_0x59ca9c();while(!![]){try{const _0x5d7041=parseInt(_0x278dab(0x157))/0x1+-parseInt(_0x278dab(0xa8))/0x2+-parseInt(_0x278dab(0x11f))/0x3+-parseInt(_0x278dab(0xda))/0x4*(-parseInt(_0x278dab(0xec))/0x5)+parseInt(_0x278dab(0x9b))/0x6*(-parseInt(_0x278dab(0x12f))/0x7)+-parseInt(_0x278dab(0xcb))/0x8*(-parseInt(_0x278dab(0x131))/0x9)+-parseInt(_0x278dab(0x9e))/0xa;if(_0x5d7041===_0xb2df0b)break;else _0x5dbf47['push'](_0x5dbf47['shift']());}catch(_0x5a05b4){_0x5dbf47['push'](_0x5dbf47['shift']());}}}(a18_0x50a1,0xad4d2));function a18_0x50a1(){const _0x30ff16=['../../helpers/percy/utils','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','requireSeleniumWebdriver','BROWSERSTACK_TEST_ACCESSIBILITY_YML','./test-observability/test-details','getPackageType','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isTestOrchestrationEnabled','setupFilesAfterEnv','recursive','reporters','finalExecution','8rlAuOV','XTLwW','Dydfk','platforms','info','slice','useW3C','isCLIEnabled','startsWith','USER_CONFIG_DETAILS_PATH','CjlUQ','adsph','false','isNotUndefined','retries__','66848XtCJYI','testRunner','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','setupFiles','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','getInstance','accessibility','jest.setup.js','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','close','@jest/core','accessibilityOptions','JEST_TEST_ORDER','RFWxa','join','BSTACK_USER_JEST_RUNNER','package.json','Sdhws','385MqtxFx','__isPlaywrightInstalled','skipSessionName','SNDMP','rmdirSync','retryTestsOnFailure','./test-observability/helper','fMQUK','length','moduleNameMapper','true','exports','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','Getting\x20your\x20jest\x20configs\x20from\x20','testTimeout','env','MODULE','child_process','../../helpers/accessibility-automation/helper','kicgd','PACKAGE_TYPE','\x20:\x20','log','../../helpers/performance/performance-tester','testContextOptions','tFvNN','filterBrowserstackArgs','format','jest-runner-','jest.config.','UqHpd','../../helpers/testhub/testhubHandler','Creating\x20','resolve','push','../../helpers/BrowserStackSetup','HpvgS','../../helpers/test-orchestration/testOrchestrationHandler','fwaXv','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','Deleting\x20','customTestRunnerTemplate.js','platform','splice','Error\x20while\x20parsing\x20','OxQhq','rmSync','error','parallels__','launchBuild','frrXR','1833453pcZaYJ','BROWSERSTACK_TEST_OBSERVABILITY_YML','setupBrowserstackLocal','mnIpT','platformCaps','../../helpers/test-observability/utils','jest-circus','inherit','test.setup.js','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','../utils/constants','MKmYv','iPgtQ','jest_browserstack.config.cjs','customTestRunner.js','../../helpers/logger','4539269aEPnPM','setup','3834009diBCgK','customCircus.js','testObservability','mjs','MvngS','end','config','test_before.setup.js','../../helpers/utilities','parallelsPerPlatform','error\x20removing\x20tcg\x20config\x20file','XhtIQ','^puppeteer-core/internal/(.*)','json','YqScQ','jest','jest-config/build/readConfigFileAndSetRootDir.js','readFileSync','win32','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','requireModule','SDK_CLEANUP','FRAMEWORKS','getPackageVersion','WJaTO','ehVwB','YwWjv','workingDir','Puppeteer\x20setup\x20error:\x20','Deleted\x20fail-fast\x20state\x20folder:\x20','../../helpers/puppeteer-helper','assign','NOMZt','BROWSERSTACK_CAPABILITIES','jest-runner','parse','Unable\x20to\x20find\x20jest-circus,\x20','isEmpty','1065992oiGPiu','child\x20process\x20exited\x20with\x20code\x20','rdhZu','maxFailures','SCCXQ','exitCode','testEnvironment','stop','reorderTestFiles','cwd','testSequencer','\x0a\x20\x20\x20\x20\x20\x20','errorMessage','customSequencer.js','getHubUrl',',\x20CLI\x20running:\x20','BSTACK_JEST_TEST_ENV','Ifxcr','existsSync','runInBand','message','cjs','prepareCapabilities','testEnvironmentOptions','gVLGN','../../helpers/test-observability/constants','proxySettings','HhFev','DoAjq','readInitialOptions','skipSessionStatus','maxWorkers','HBbJe','\x20with\x20browserstack\x20jest\x20configs',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','parseTestOrchestrationOptions','VNBhc','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','debug','Oxgow','resolveModule','Found:\x20','customEnvironment.js','tAJGI','Getting\x20your\x20jest\x20configs\x20from\x20package.json','ScNHv','timeout__','default','isUndefined','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','unlinkSync','wSadZ','ENYRW','__isPuppeteerInstalled','setupTCGAuth','osIxQ','/internal/$1','GpSQP','@jest/core/build/ReporterDispatcher.js','customImplements','QWEfB','puppeteer','failureThresholdCount','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','Pujco','stringify','initialize','isBrowserstackInfra','replace','6mPfJJE','AEroS','Bkfsw','7450780EGvbia','browserStackPercyOptions','kUZxV','shouldProcessEventForTesthub','wiQys','turboScaleUrl','ukDjJ','BROWSERSTACK_FRAMEWORK','writeFileSync','--config','128558hETbmB','UjqkG','XIVWr','abortBuildOnFailure','path','Ytvdy','JEST','jest_browserstack.config.js','isRunning','../../helpers/playwright-helper','capabilities','printBuildLink','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','findTestFiles','bKfLj','runner','GtAMR','uRqcd','force','util',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','ddjJX','bVOzG'];a18_0x50a1=function(){return _0x30ff16;};return a18_0x50a1();}const fs=require('fs'),path=require(a18_0x25c992(0xac)),util=require(a18_0x25c992(0xbb)),{spawn}=require(a18_0x25c992(0xfd)),logger=require(a18_0x25c992(0x12e))['winstonLogger'],{default:BrowserStackSetup}=require(a18_0x25c992(0x10f)),helper=require('../../helpers/helper'),utilities=require(a18_0x25c992(0x139)),constants=require(a18_0x25c992(0x129)),accessibilityHelper=require(a18_0x25c992(0xfe)),{updateTestRerunConfig}=require(a18_0x25c992(0xf2)),testOpsHelper=require(a18_0x25c992(0x124)),{debug}=require(a18_0x25c992(0x124)),TestDetails=require(a18_0x25c992(0xc3)),{getPercyOptions}=require(a18_0x25c992(0xbf)),TestHubHandler=require(a18_0x25c992(0x10b)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a18_0x25c992(0x170)),PerformanceTester=require(a18_0x25c992(0x103)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],TestOrchestrationHandler=require(a18_0x25c992(0x111)),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a18_0x25c992(0xb1)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x25c992(0x14f)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),{checkAccessibilityPlatformConfig}=require(a18_0x25c992(0xfe)),getUserJestConfigs=async(_0x8ad994,_0x458af8)=>{const _0x348383=a18_0x25c992,_0x51d883={'OxQhq':_0x348383(0x141),'Ytvdy':'jest-config','ehVwB':function(_0x2a9cc9,_0x23f825){return _0x2a9cc9||_0x23f825;},'adsph':function(_0x4dfdc6,_0x2dbaa9){return _0x4dfdc6(_0x2dbaa9);},'MKmYv':_0x348383(0xea),'UdGZE':_0x348383(0x183),'VqUHw':_0x348383(0x134),'XIVWr':_0x348383(0x16c),'bVOzG':_0x348383(0x13e)};let _0x2a876d;try{_0x2a876d=helper[_0x348383(0x145)](_0x51d883[_0x348383(0x119)],_0x51d883[_0x348383(0xad)]);}catch{const _0x4a32ad=helper['requireModule'](_0x51d883[_0x348383(0xad)]);_0x2a876d={'default':async _0x59a8c5=>{const _0xb40c6d=_0x348383,_0x203606=await _0x4a32ad[_0xb40c6d(0x174)](_0x59a8c5,{});return _0x203606['config'];}};}const _0x1237a3=_0x458af8['findIndex'](_0x275ee3=>_0x275ee3===_0x348383(0xa7));if(!helper['isUndefined'](_0x8ad994[_0x348383(0x137)])){logger[_0x348383(0xcf)](_0x348383(0xf9)+_0x8ad994[_0x348383(0x137)]),process['env'][_0x348383(0xd4)]=_0x8ad994[_0x348383(0x137)];const _0x26069d=await(0x0,_0x2a876d[_0x348383(0x186)])(path[_0x348383(0x10d)](_0x8ad994['config']));return _0x458af8[_0x348383(0x117)](_0x1237a3,0x2),_0x51d883[_0x348383(0x14a)](_0x26069d,{});}const _0x57a2e0=_0x51d883[_0x348383(0xd6)](require,path['join'](process[_0x348383(0x160)](),_0x51d883[_0x348383(0x12a)]));if(_0x57a2e0[_0x348383(0x140)])return logger[_0x348383(0xcf)](_0x51d883['UdGZE']),_0x57a2e0[_0x348383(0x140)];const _0x2d2577=['js',_0x51d883['VqUHw'],_0x51d883[_0x348383(0xaa)],_0x51d883[_0x348383(0xbe)],'ts'];for(const _0x47655f of _0x2d2577){const _0x3e8347=path['join'](process[_0x348383(0x160)](),_0x348383(0x109)+_0x47655f);if(fs[_0x348383(0x169)](_0x3e8347)){process[_0x348383(0xfb)][_0x348383(0xd4)]=_0x3e8347;const _0x407629=await(0x0,_0x2a876d['default'])(_0x3e8347);return _0x407629;}}return{};},getSerial=(_0x39aefc,_0x16e67b)=>{const _0x5f5077=a18_0x25c992,_0x3995ea={};_0x3995ea[_0x5f5077(0xa4)]=_0x5f5077(0xf6),_0x3995ea[_0x5f5077(0x193)]=function(_0x254dcb,_0x197563){return _0x254dcb>_0x197563;},_0x3995ea['HhFev']=_0x5f5077(0xd7);const _0x57748c=_0x3995ea;let _0x3780e2=_0x57748c['ukDjJ'];return _0x57748c[_0x5f5077(0x193)](_0x39aefc[_0x5f5077(0xf4)],0x1)&&(!_0x16e67b[_0x5f5077(0x16a)]&&(helper['isUndefined'](_0x16e67b[_0x5f5077(0x176)])||_0x57748c[_0x5f5077(0x193)](_0x16e67b['maxWorkers'],0x1)))&&(_0x3780e2=_0x57748c[_0x5f5077(0x172)]),_0x3780e2;},getMaxWorkers=(_0x39a511,_0x25198a,_0x35e514)=>{const _0x2cbdfa=a18_0x25c992,_0x2509b6={'UjqkG':function(_0x2e5d65,_0x15d6b1){return _0x2e5d65(_0x15d6b1);}};let _0x5bd44f=0x1;if(!helper[_0x2cbdfa(0x187)](_0x25198a[_0x2cbdfa(0x13a)]))_0x5bd44f=_0x2509b6[_0x2cbdfa(0xa9)](parseInt,_0x25198a[_0x2cbdfa(0x13a)]);else{if(!helper[_0x2cbdfa(0x187)](_0x39a511['maxWorkers']))_0x5bd44f=_0x39a511[_0x2cbdfa(0x176)];else!helper['isUndefined'](_0x35e514[_0x2cbdfa(0x176)])&&(_0x5bd44f=_0x35e514[_0x2cbdfa(0x176)]);}return _0x5bd44f;};function a18_0xa43c(_0x297e32,_0xc813ce){const _0x50a1f7=a18_0x50a1();return a18_0xa43c=function(_0xa43cf4,_0x1a7751){_0xa43cf4=_0xa43cf4-0x96;let _0xfdc524=_0x50a1f7[_0xa43cf4];return _0xfdc524;},a18_0xa43c(_0x297e32,_0xc813ce);}async function run(_0x111998,_0x1b9dde,_0x15a92a){const _0x19c26d=a18_0x25c992,_0x439574={'mJSsW':_0x19c26d(0x13b),'Dydfk':'jest','NBRov':function(_0x30b119,_0x9a188c){return _0x30b119(_0x9a188c);},'IDUzG':'@playwright/test','Bkfsw':function(_0x180f17){return _0x180f17();},'ddjJX':function(_0x19f48f,_0x2e2490,_0x1a612d,_0x1fdf39){return _0x19f48f(_0x2e2490,_0x1a612d,_0x1fdf39);},'pOPGy':function(_0x2d8c3c,_0x55ba35,_0x3fa9f0,_0x3206ef){return _0x2d8c3c(_0x55ba35,_0x3fa9f0,_0x3206ef);},'UqHpd':function(_0x98375b,_0x13b1ad){return _0x98375b!=_0x13b1ad;},'XTLwW':_0x19c26d(0xf6),'YwWjv':function(_0x6d8b42,_0x133ae2,_0x49d5e7){return _0x6d8b42(_0x133ae2,_0x49d5e7);},'RFWxa':_0x19c26d(0xdc),'RjihO':function(_0x2b54b8,_0x21ab74){return _0x2b54b8(_0x21ab74);},'gmCBf':function(_0x4ce8b5,_0x487e1d){return _0x4ce8b5(_0x487e1d);},'guOdp':'false','SNDMP':function(_0x4c272e,_0x4cc6dc,_0x34ec6a){return _0x4c272e(_0x4cc6dc,_0x34ec6a);},'YqScQ':function(_0x4d9ccd,_0xb88752){return _0x4d9ccd*_0xb88752;},'GtAMR':function(_0x101cbd,_0x3d23af){return _0x101cbd===_0x3d23af;},'wSadZ':_0x19c26d(0x12c),'wiQys':_0x19c26d(0xaf),'tAJGI':_0x19c26d(0x192),'fwaXv':'jest_browserstack_results.json','fMQUK':_0x19c26d(0x12d),'gVLGN':_0x19c26d(0x115),'CjlUQ':_0x19c26d(0x181),'ODBpk':function(_0x3af8b4,_0x4dff16){return _0x3af8b4!==_0x4dff16;},'IdMDb':_0x19c26d(0x153),'WJaTO':'jest-runner-','NOMZt':_0x19c26d(0xe1),'osIxQ':_0x19c26d(0x164),'HpvgS':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','frrXR':_0x19c26d(0x125),'uRqcd':'jest-circus/build/runner.js','HBbJe':function(_0x44d624,_0x381276){return _0x44d624(_0x381276);},'kUZxV':'test-observability','qnDJO':'data-hooks.js','JKxWa':_0x19c26d(0x132),'dIMnu':_0x19c26d(0x138),'ENYRW':_0x19c26d(0x113),'feZVi':'playwright','zQDmH':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','Oxgow':_0x19c26d(0x127),'XhtIQ':'Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','Sdhws':function(_0xec051a,_0x43b476){return _0xec051a&&_0x43b476;},'mnIpT':_0x19c26d(0xc0),'DoAjq':_0x19c26d(0x194),'AEroS':'puppeteer-core/package.json','Pujco':_0x19c26d(0x186),'MvngS':_0x19c26d(0x191),'VNBhc':_0x19c26d(0xe4),'GpSQP':_0x19c26d(0x144),'rdhZu':function(_0x45466c,_0x3d5b45){return _0x45466c>_0x3d5b45;},'Ifxcr':_0x19c26d(0xde),'SCCXQ':_0x19c26d(0xa7),'tFvNN':function(_0x5ef93c,_0x4ea038,_0x49f9e5,_0x22ca2a){return _0x5ef93c(_0x4ea038,_0x49f9e5,_0x22ca2a);},'iPgtQ':'npx','bKfLj':function(_0x27fbcd,_0x470b71){return _0x27fbcd===_0x470b71;},'ScNHv':_0x19c26d(0x143),'MKwrR':_0x19c26d(0x126),'kicgd':_0x19c26d(0xe3)},_0x33f1f2=helper[_0x19c26d(0x148)](_0x439574['IDUzG']);global[_0x19c26d(0xed)]=!!_0x33f1f2;const _0x4d9398=_0x439574[_0x19c26d(0x9d)](getPuppeteerVersion);global[_0x19c26d(0x18c)]=!!_0x4d9398;helper[_0x19c26d(0x99)]()?(await _0x15a92a[_0x19c26d(0x98)](_0x111998),await helper['handleApp'](_0x15a92a[_0x19c26d(0x137)])):await _0x15a92a[_0x19c26d(0x18d)]();if(_0x33f1f2)await _0x439574[_0x19c26d(0xbd)](checkPwandBootstrapCli,_0x33f1f2,constants[_0x19c26d(0x147)][_0x19c26d(0xae)],_0x15a92a);else _0x4d9398&&await _0x439574['pOPGy'](checkPuppeteerAndBootstrapCli,_0x4d9398,constants[_0x19c26d(0x147)][_0x19c26d(0xae)],_0x15a92a);!BrowserstackCLI[_0x19c26d(0xdf)]()[_0x19c26d(0xb0)]()&&await _0x15a92a[_0x19c26d(0x121)]();if(!_0x15a92a[_0x19c26d(0x137)])return;_0x439574[_0x19c26d(0x10a)](_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0x133)],null)?process['env'][_0x19c26d(0x120)]=_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0x133)]:process[_0x19c26d(0xfb)][_0x19c26d(0x120)]=_0x439574['XTLwW'];const _0x5d4837=new TestOrchestrationHandler(_0x15a92a[_0x19c26d(0x137)]),_0x27fdf9=await _0x439574[_0x19c26d(0x14b)](getUserJestConfigs,_0x111998,_0x1b9dde);logger['info'](_0x439574[_0x19c26d(0xe7)]);const _0x60350e=Object['assign']({},_0x27fdf9);_0x60350e['testEnvironmentOptions']=Object[_0x19c26d(0x150)]({},_0x60350e[_0x19c26d(0x16e)],{'server':helper[_0x19c26d(0x165)](_0x15a92a[_0x19c26d(0x137)]),'environment':_0x27fdf9[_0x19c26d(0x15d)]}),_0x60350e[_0x19c26d(0x16e)][_0x19c26d(0x9f)]=_0x439574['RjihO'](getPercyOptions,_0x15a92a[_0x19c26d(0x137)]);const _0x1c058a=helper[_0x19c26d(0xd1)](_0x15a92a[_0x19c26d(0x137)]);!helper[_0x19c26d(0x187)](_0x15a92a['config'][_0x19c26d(0xe5)])&&(process[_0x19c26d(0xfb)][_0x19c26d(0xc5)]=JSON[_0x19c26d(0x97)](_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0xe5)]));if(!BrowserstackCLI[_0x19c26d(0xdf)]()[_0x19c26d(0xb0)]()){const _0x1acdbd=await TestHubHandler[_0x19c26d(0x11d)](FRAMEWORKS[_0x19c26d(0xae)],_0x15a92a);}const _0x2e0c77=helper[_0x19c26d(0x16d)](_0x15a92a[_0x19c26d(0x137)],_0x1c058a,constants[_0x19c26d(0x147)][_0x19c26d(0xae)]);process[_0x19c26d(0xfb)][_0x19c26d(0x152)]=JSON['stringify'](_0x2e0c77);let _0x66b778=_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0xe0)];_0x66b778=_0x66b778||accessibilityHelper['checkAccessibilityPlatformConfig'](_0x15a92a[_0x19c26d(0x137)]),process[_0x19c26d(0xfb)][_0x19c26d(0xc2)]=_0x66b778,logger[_0x19c26d(0x17d)]('[Jest\x20Command]\x20Accessibility\x20enabled:\x20'+_0x66b778+_0x19c26d(0x166)+BrowserstackCLI[_0x19c26d(0xdf)]()['isRunning']());if(_0x33f1f2)try{const _0xea1674=_0x439574['gmCBf'](checkAccessibilityPlatformConfig,_0x15a92a[_0x19c26d(0x137)]);process[_0x19c26d(0xfb)][_0x19c26d(0x17c)]=_0xea1674?_0x439574[_0x19c26d(0xcc)]:_0x439574['guOdp'],logger[_0x19c26d(0x17d)](_0x19c26d(0x188)+_0xea1674+_0x19c26d(0xbc)+process[_0x19c26d(0xfb)][_0x19c26d(0x17c)]);}catch(_0x3edbf8){logger[_0x19c26d(0x17d)](_0x19c26d(0xb4)+util['format'](_0x3edbf8));}_0x60350e['testEnvironmentOptions'][_0x19c26d(0xb2)]=_0x2e0c77,_0x60350e[_0x19c26d(0x16e)]['serial__']=_0x439574[_0x19c26d(0xef)](getSerial,_0x2e0c77,_0x111998),_0x60350e[_0x19c26d(0x16e)][_0x19c26d(0x11c)]=_0x439574[_0x19c26d(0xbd)](getMaxWorkers,_0x111998,_0x15a92a['config'],_0x27fdf9),_0x60350e['testEnvironmentOptions'][_0x19c26d(0x171)]=_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0x171)],_0x60350e[_0x19c26d(0x16e)][_0x19c26d(0x185)]=_0x439574[_0x19c26d(0x13f)](_0x111998[_0x19c26d(0xfa)],0x1)||0x1388,_0x60350e[_0x19c26d(0x16e)][_0x19c26d(0xee)]=_0x15a92a['config'][_0x19c26d(0x104)]['skipSessionName'],_0x60350e['testEnvironmentOptions'][_0x19c26d(0x175)]=_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0x104)]['skipSessionStatus'],_0x60350e[_0x19c26d(0x16e)]['browserStackLogLevel']=_0x15a92a[_0x19c26d(0x137)]['logLevel'],_0x60350e['testEnvironmentOptions'][_0x19c26d(0xa3)]=_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0xa3)],_0x60350e[_0x19c26d(0x16e)][_0x19c26d(0x123)]=_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0xce)];const _0xfe8162=helper[_0x19c26d(0x17a)](_0x15a92a[_0x19c26d(0x137)]);if(!helper[_0x19c26d(0x156)](_0xfe8162)){helper[_0x19c26d(0xd8)](_0xfe8162[_0x19c26d(0xf1)])&&(_0x60350e[_0x19c26d(0x16e)][_0x19c26d(0xd9)]=_0xfe8162[_0x19c26d(0xf1)]['maxRetries']);if(helper[_0x19c26d(0xd8)](_0xfe8162[_0x19c26d(0xab)])&&helper['isNotUndefined'](_0xfe8162['abortBuildOnFailure'][_0x19c26d(0x14c)])){const _0x17924f={};_0x17924f[_0x19c26d(0x195)]=_0xfe8162['abortBuildOnFailure'][_0x19c26d(0x15a)],_0x17924f['workingDir']=_0xfe8162[_0x19c26d(0xab)][_0x19c26d(0x14c)],_0x60350e[_0x19c26d(0x16e)]['failFast']=_0x17924f;}}let _0x50608e='';_0x439574[_0x19c26d(0xb8)](helper[_0x19c26d(0xc4)](),constants[_0x19c26d(0x100)][_0x19c26d(0xfc)])?_0x50608e=_0x439574[_0x19c26d(0x18a)]:_0x50608e=_0x439574[_0x19c26d(0xa2)];const _0x5eef4c=_0x50608e,_0x536892=path['join'](__dirname,_0x439574[_0x19c26d(0x182)],_0x439574[_0x19c26d(0x112)]),_0x5d8365=path['join'](__dirname,_0x439574[_0x19c26d(0x182)],_0x439574[_0x19c26d(0xf3)]),_0x4f2498=path[_0x19c26d(0xe8)](__dirname,_0x439574[_0x19c26d(0x182)],_0x439574[_0x19c26d(0x16f)]);_0x60350e[_0x19c26d(0x15d)]&&(process[_0x19c26d(0xfb)][_0x19c26d(0x167)]=_0x60350e[_0x19c26d(0x15d)]);_0x60350e[_0x19c26d(0x15d)]=path['join'](__dirname,_0x439574[_0x19c26d(0x182)],_0x439574[_0x19c26d(0xd5)]);const _0x45c77d=_0x27fdf9['runner'];if(_0x45c77d&&_0x439574['ODBpk'](_0x45c77d,_0x439574['IdMDb'])){const _0x31891b=_0x45c77d[_0x19c26d(0xd3)](_0x439574[_0x19c26d(0x149)])?_0x45c77d:_0x19c26d(0x108)+_0x45c77d;process[_0x19c26d(0xfb)][_0x19c26d(0xe9)]=_0x31891b,logger['info']('Preserving\x20user\x27s\x20Jest\x20runner:\x20'+_0x31891b);}_0x60350e['runner']=_0x5d8365,_0x60350e[_0x19c26d(0xc7)]=_0x60350e[_0x19c26d(0xc7)]||[],_0x60350e['setupFilesAfterEnv'][_0x19c26d(0x10e)](path[_0x19c26d(0xe8)](__dirname,_0x439574[_0x19c26d(0x151)]));_0x5d4837[_0x19c26d(0xc6)]()&&(_0x60350e[_0x19c26d(0x161)]=path[_0x19c26d(0xe8)](__dirname,_0x439574[_0x19c26d(0x182)],_0x439574[_0x19c26d(0x18e)]));if(testhubUtils[_0x19c26d(0xa1)]()||BrowserstackCLI[_0x19c26d(0xdf)]()['isCliEnabled']()){let _0x35ab9c=null;try{_0x35ab9c=helper[_0x19c26d(0x145)](_0x439574[_0x19c26d(0x110)],_0x439574[_0x19c26d(0x11e)]);}catch(_0x5c629e){try{_0x35ab9c=helper['requireModule'](_0x439574[_0x19c26d(0xb9)],_0x439574['frrXR']);}catch(_0x53450a){_0x439574[_0x19c26d(0x177)](debug,_0x19c26d(0x155)+_0x53450a);}}_0x35ab9c&&(testhubUtils[_0x19c26d(0xa1)]()&&_0x60350e[_0x19c26d(0xc7)][_0x19c26d(0x10e)](path[_0x19c26d(0xe8)](__dirname,_0x439574[_0x19c26d(0xa0)],_0x439574['qnDJO'])),_0x60350e[_0x19c26d(0xdb)]=path[_0x19c26d(0xe8)](__dirname,_0x439574[_0x19c26d(0x182)],_0x439574['JKxWa']));}_0x60350e[_0x19c26d(0xdd)]=_0x60350e[_0x19c26d(0xdd)]||[];try{helper[_0x19c26d(0xc1)](),_0x60350e['setupFiles']['push'](path[_0x19c26d(0xe8)](__dirname,_0x439574['dIMnu']));}catch{logger[_0x19c26d(0x17d)](_0x439574[_0x19c26d(0x18b)]);}try{helper['requirePWModule']['apply'](null,[_0x439574['IDUzG'],_0x439574['feZVi']]),logger['debug'](_0x439574['zQDmH']),_0x60350e['setupFiles']['push'](path['join'](__dirname,_0x439574[_0x19c26d(0x17e)]));}catch(_0x4c3386){logger[_0x19c26d(0x17d)](_0x439574[_0x19c26d(0x13c)],_0x4c3386);}if(_0x439574[_0x19c26d(0xeb)](!_0x33f1f2,_0x4d9398)){try{logger[_0x19c26d(0x17d)](_0x439574[_0x19c26d(0x122)]),_0x60350e[_0x19c26d(0xdd)]['push'](path[_0x19c26d(0xe8)](__dirname,'..',_0x439574[_0x19c26d(0x173)],_0x439574[_0x19c26d(0x17e)]));}catch(_0x17c405){logger['debug'](_0x19c26d(0x14d)+_0x17c405[_0x19c26d(0x16b)]);}try{const _0x4c42f6=require[_0x19c26d(0x10d)](_0x439574[_0x19c26d(0x9c)]),_0x2bf385=path['dirname'](_0x4c42f6)[_0x19c26d(0x9a)](/\\/g,'/'),_0x39ea0a={};_0x39ea0a[_0x19c26d(0x13d)]=_0x2bf385+_0x19c26d(0x18f),_0x60350e[_0x19c26d(0xf5)]=Object[_0x19c26d(0x150)]({},_0x60350e[_0x19c26d(0xf5)]||{},_0x39ea0a),logger[_0x19c26d(0x17d)](_0x19c26d(0x128)+_0x2bf385);}catch(_0x3e2e2){logger[_0x19c26d(0x17d)]('[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20'+_0x3e2e2['message']);}}_0x60350e[_0x19c26d(0xc9)]=_0x60350e[_0x19c26d(0xc9)]||[_0x439574[_0x19c26d(0x96)]],_0x439574[_0x19c26d(0xef)](updateTestRerunConfig,_0x60350e,_0x15a92a);const _0x266be3=fs[_0x19c26d(0x142)](_0x4f2498),_0x203c5b=helper[_0x19c26d(0x17f)](_0x439574[_0x19c26d(0x135)],_0x439574[_0x19c26d(0x17b)]);!_0x203c5b[_0x19c26d(0x11b)]?fs[_0x19c26d(0xa6)](_0x60350e['runner'],_0x19c26d(0x162)+_0x266be3+'\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0x15a92a['config']['platforms'][_0x19c26d(0xf4)]+_0x19c26d(0x179)):fs['writeFileSync'](_0x60350e[_0x19c26d(0xb7)],_0x19c26d(0x162)+_0x266be3+_0x19c26d(0xf8)+_0x15a92a[_0x19c26d(0x137)][_0x19c26d(0xce)][_0x19c26d(0xf4)]+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20');logger[_0x19c26d(0xcf)](_0x19c26d(0x10c)+_0x5eef4c+_0x19c26d(0x178)),fs['writeFileSync'](_0x5eef4c,'const\x20config='+JSON[_0x19c26d(0x97)](_0x60350e)+'\x0amodule.exports\x20=\x20config;');if(_0x5d4837[_0x19c26d(0xc6)]()){logger[_0x19c26d(0x17d)](_0x439574[_0x19c26d(0x190)]);const _0x2538ab=await _0x5d4837[_0x19c26d(0xb5)](_0x60350e,_0x1b9dde[_0x19c26d(0xd0)](0x1),_0x5eef4c);logger[_0x19c26d(0x17d)](_0x19c26d(0x180)+JSON[_0x19c26d(0x97)](_0x2538ab)+'\x20test\x20files\x20to\x20run.');const _0x4d5886=await _0x5d4837[_0x19c26d(0x15f)](_0x2538ab);logger[_0x19c26d(0x17d)]('Reodered\x20Test\x20Files:\x20'+JSON[_0x19c26d(0x97)](_0x4d5886)),_0x4d5886&&_0x439574[_0x19c26d(0x159)](_0x4d5886[_0x19c26d(0xf4)],0x0)&&(process[_0x19c26d(0xfb)][_0x19c26d(0xe6)]=_0x4d5886?.[_0x19c26d(0xe8)](','));}logger[_0x19c26d(0xcf)](_0x439574[_0x19c26d(0x168)]);testhubUtils[_0x19c26d(0xa1)]()&&TestDetails[_0x19c26d(0x130)]();helper[_0x19c26d(0x106)]({},_0x1b9dde),PerformanceTester[_0x19c26d(0x136)](PerformanceEvents['SDK_SETUP']);const _0xc424d9=[_0x439574[_0x19c26d(0xcd)],_0x439574[_0x19c26d(0x15b)],_0x5eef4c,..._0x1b9dde[_0x19c26d(0xd0)](0x1)];process[_0x19c26d(0xfb)]['BROWSERSTACK_FRAMEWORK']=process['env'][_0x19c26d(0xa5)]||_0x439574[_0x19c26d(0xcd)];const _0x5d5a5e=_0x439574[_0x19c26d(0x105)](spawn,_0x439574[_0x19c26d(0x12b)],_0xc424d9,{'shell':_0x439574[_0x19c26d(0xb6)](process[_0x19c26d(0x116)],_0x439574[_0x19c26d(0x184)]),'stdio':_0x439574['MKwrR'],'env':Object[_0x19c26d(0x150)]({},process[_0x19c26d(0xfb)])});_0x5d5a5e['on'](_0x439574[_0x19c26d(0xff)],async _0x1bfc47=>{const _0x16bfd5=_0x19c26d;PerformanceTester['start'](PerformanceEvents[_0x16bfd5(0x146)]);try{const {browserstackFolderPath:_0xd2dfa,tcgConfigPath:_0x4b7ffa}=helper['getTCGConfigFilePaths']();fs[_0x16bfd5(0x189)](_0x4b7ffa),fs[_0x16bfd5(0xf0)](_0xd2dfa);}catch(_0x539230){logger['debug'](_0x439574['mJSsW'],_0x539230);}process[_0x16bfd5(0x15c)]=_0x1bfc47,logger[_0x16bfd5(0x17d)](_0x16bfd5(0x158)+_0x1bfc47),logger[_0x16bfd5(0xcf)](_0x16bfd5(0x114)+_0x5eef4c);if(helper[_0x16bfd5(0xd8)](_0xfe8162)&&helper[_0x16bfd5(0xd8)](_0xfe8162[_0x16bfd5(0xab)])&&fs[_0x16bfd5(0x169)](_0xfe8162['abortBuildOnFailure'][_0x16bfd5(0x14c)]))try{const _0x2b964c={};_0x2b964c[_0x16bfd5(0xc8)]=!![],_0x2b964c[_0x16bfd5(0xba)]=!![],fs[_0x16bfd5(0x11a)](_0xfe8162[_0x16bfd5(0xab)]['workingDir'],_0x2b964c),logger[_0x16bfd5(0x17d)](_0x16bfd5(0x14e)+_0xfe8162[_0x16bfd5(0xab)][_0x16bfd5(0x14c)]);}catch(_0x273ac8){logger[_0x16bfd5(0x11b)](_0x16bfd5(0x196)+_0x273ac8);}let _0x2b07f5=null;if(fs['existsSync'](_0x536892)){_0x2b07f5=fs[_0x16bfd5(0x142)](_0x536892);try{_0x2b07f5=JSON[_0x16bfd5(0x154)](_0x2b07f5);}catch(_0x4aa753){logger[_0x16bfd5(0x17d)](_0x16bfd5(0x118)+_0x536892+',\x20'+_0x2b07f5+_0x16bfd5(0x101)+_0x4aa753);}fs[_0x16bfd5(0x189)](_0x536892);}fs['unlinkSync'](_0x5eef4c),fs[_0x16bfd5(0x189)](_0x5d8365),_0x2b07f5&&(_0x15a92a[_0x16bfd5(0x163)]=helper['getErrorMessageFromResults'](_0x2b07f5,_0x439574['Dydfk'],_0x15a92a));const _0x365e17=BrowserstackCLI[_0x16bfd5(0xd2)]();try{await TestHubHandler[_0x16bfd5(0x15e)](),await BrowserstackCLI['getInstance']()[_0x16bfd5(0x15e)]();}catch(_0x308afb){console[_0x16bfd5(0x102)](_0x308afb),_0x439574['NBRov'](debug,_0x16bfd5(0xe2)+util[_0x16bfd5(0x107)](_0x308afb));}testOpsHelper[_0x16bfd5(0xb3)](),TestDetails['shutdown'](),await utilities[_0x16bfd5(0xca)](_0x15a92a,_0x365e17);});}module[a18_0x25c992(0xf7)]=run;
@@ -1 +1 @@
1
- const a19_0x487ddc=a19_0x4d1f;(function(_0x3ac076,_0x2ddf06){const _0x421a43=a19_0x4d1f,_0xd08848=_0x3ac076();while(!![]){try{const _0x2a754a=parseInt(_0x421a43(0x17b))/0x1*(parseInt(_0x421a43(0x17e))/0x2)+parseInt(_0x421a43(0x184))/0x3+parseInt(_0x421a43(0x181))/0x4+-parseInt(_0x421a43(0x17a))/0x5+-parseInt(_0x421a43(0x18c))/0x6*(-parseInt(_0x421a43(0x178))/0x7)+-parseInt(_0x421a43(0x183))/0x8*(parseInt(_0x421a43(0x18d))/0x9)+-parseInt(_0x421a43(0x18e))/0xa;if(_0x2a754a===_0x2ddf06)break;else _0xd08848['push'](_0xd08848['shift']());}catch(_0x36884f){_0xd08848['push'](_0xd08848['shift']());}}}(a19_0x4656,0xd36ef));const path=require(a19_0x487ddc(0x188)),{requireModule}=require(a19_0x487ddc(0x187));let initJestAdapter;function a19_0x4d1f(_0x205370,_0x1d9188){const _0x465669=a19_0x4656();return a19_0x4d1f=function(_0x4d1f5f,_0x30017b){_0x4d1f5f=_0x4d1f5f-0x177;let _0x39bd13=_0x465669[_0x4d1f5f];return _0x39bd13;},a19_0x4d1f(_0x205370,_0x1d9188);}try{initJestAdapter=requireModule(a19_0x487ddc(0x189),'jest-circus');}catch{initJestAdapter=requireModule(a19_0x487ddc(0x185),a19_0x487ddc(0x17f));}initJestAdapter=typeof initJestAdapter===a19_0x487ddc(0x177)?initJestAdapter:initJestAdapter[a19_0x487ddc(0x18a)];function a19_0x4656(){const _0x554cc0=['RkRlM','../../../helpers/helper','path','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','default','initRequireModule','82452FCaGJh','3792753BfjaMA','6772900PNKVQY','function','469wtMwZc','join','3509040EcMBUb','1lKnddD','requireInternalModule','jestAdapterInit','2003934WmPivN','jest-circus','customJestAdapterInit.js','600844JTioPC','includes','16vMCflq','3045213megEhI','jest-circus/build/runner.js'];a19_0x4656=function(){return _0x554cc0;};return a19_0x4656();}const FRAMEWORK_INITIALIZER=path[a19_0x487ddc(0x179)](__dirname,a19_0x487ddc(0x180));module['exports']=(..._0x38bed7)=>{const _0x17e159=a19_0x487ddc,_0x529247={'ZPWzZ':_0x17e159(0x17d),'sAizx':function(_0x5380ea,_0xfec7c2){return _0x5380ea===_0xfec7c2;},'RkRlM':function(_0x3735f7,..._0x2afc13){return _0x3735f7(..._0x2afc13);}};return _0x38bed7[0x3][_0x17e159(0x18b)]=_0x38bed7[0x3][_0x17e159(0x17c)],_0x38bed7[0x3][_0x17e159(0x17c)]=(..._0x42d792)=>{const _0x5ccb37=_0x17e159;if(_0x42d792[0x0]&&_0x42d792[0x0][_0x5ccb37(0x182)](_0x529247['ZPWzZ'])&&_0x529247['sAizx'](_0x42d792[0x1],undefined))return _0x38bed7[0x3][_0x5ccb37(0x18b)](FRAMEWORK_INITIALIZER);return _0x38bed7[0x3][_0x5ccb37(0x18b)](..._0x42d792);},_0x529247[_0x17e159(0x186)](initJestAdapter,..._0x38bed7);};
1
+ function a19_0x34ad(){const _0x27e663=['initRequireModule','customJestAdapterInit.js','1679531HNOWvk','default','1485846XMhOTZ','KAspC','path','jest-circus','259031safppw','2775TLRxXJ','3345152OwkarI','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','38940fxAUmF','requireInternalModule','jestAdapterInit','107348JXTrKo','../../../helpers/helper','40pGOUVM','phKUE','function','jest-circus/build/runner.js'];a19_0x34ad=function(){return _0x27e663;};return a19_0x34ad();}const a19_0x552ec0=a19_0x24c9;(function(_0x1036f5,_0x2b02ae){const _0x53d8ef=a19_0x24c9,_0x4e996e=_0x1036f5();while(!![]){try{const _0x46a2c9=parseInt(_0x53d8ef(0x149))/0x1+parseInt(_0x53d8ef(0x150))/0x2+-parseInt(_0x53d8ef(0x14a))/0x3+parseInt(_0x53d8ef(0x152))/0x4*(-parseInt(_0x53d8ef(0x14d))/0x5)+-parseInt(_0x53d8ef(0x145))/0x6+-parseInt(_0x53d8ef(0x143))/0x7+parseInt(_0x53d8ef(0x14b))/0x8;if(_0x46a2c9===_0x2b02ae)break;else _0x4e996e['push'](_0x4e996e['shift']());}catch(_0x5efe8c){_0x4e996e['push'](_0x4e996e['shift']());}}}(a19_0x34ad,0x28276));const path=require(a19_0x552ec0(0x147)),{requireModule}=require(a19_0x552ec0(0x151));let initJestAdapter;try{initJestAdapter=requireModule(a19_0x552ec0(0x14c),a19_0x552ec0(0x148));}catch{initJestAdapter=requireModule(a19_0x552ec0(0x155),a19_0x552ec0(0x148));}function a19_0x24c9(_0x9653da,_0x1057cb){const _0x34ad96=a19_0x34ad();return a19_0x24c9=function(_0x24c95a,_0x1bf437){_0x24c95a=_0x24c95a-0x142;let _0x1f91ed=_0x34ad96[_0x24c95a];return _0x1f91ed;},a19_0x24c9(_0x9653da,_0x1057cb);}initJestAdapter=typeof initJestAdapter===a19_0x552ec0(0x154)?initJestAdapter:initJestAdapter[a19_0x552ec0(0x144)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a19_0x552ec0(0x142));module['exports']=(..._0x4a549e)=>{const _0x3366c1=a19_0x552ec0,_0xf1e45e={'KAspC':_0x3366c1(0x14f),'phKUE':function(_0x24846f,_0x4ba1b4){return _0x24846f===_0x4ba1b4;},'zYNgx':function(_0x2c75da,..._0x4966d7){return _0x2c75da(..._0x4966d7);}};return _0x4a549e[0x3][_0x3366c1(0x156)]=_0x4a549e[0x3][_0x3366c1(0x14e)],_0x4a549e[0x3][_0x3366c1(0x14e)]=(..._0x36758d)=>{const _0x536321=_0x3366c1;if(_0x36758d[0x0]&&_0x36758d[0x0]['includes'](_0xf1e45e[_0x536321(0x146)])&&_0xf1e45e[_0x536321(0x153)](_0x36758d[0x1],undefined))return _0x4a549e[0x3][_0x536321(0x156)](FRAMEWORK_INITIALIZER);return _0x4a549e[0x3][_0x536321(0x156)](..._0x36758d);},_0xf1e45e['zYNgx'](initJestAdapter,..._0x4a549e);};
@@ -1 +1 @@
1
- const a20_0x140163=a20_0x39f4;(function(_0x5dc0df,_0x10a103){const _0x4fc2b2=a20_0x39f4,_0x569095=_0x5dc0df();while(!![]){try{const _0x9074cd=parseInt(_0x4fc2b2(0x237))/0x1*(-parseInt(_0x4fc2b2(0x1fa))/0x2)+parseInt(_0x4fc2b2(0x1dc))/0x3*(parseInt(_0x4fc2b2(0x229))/0x4)+parseInt(_0x4fc2b2(0x1f3))/0x5+parseInt(_0x4fc2b2(0x1f5))/0x6*(parseInt(_0x4fc2b2(0x209))/0x7)+parseInt(_0x4fc2b2(0x223))/0x8+-parseInt(_0x4fc2b2(0x1f7))/0x9*(-parseInt(_0x4fc2b2(0x1d9))/0xa)+-parseInt(_0x4fc2b2(0x246))/0xb*(parseInt(_0x4fc2b2(0x23d))/0xc);if(_0x9074cd===_0x10a103)break;else _0x569095['push'](_0x569095['shift']());}catch(_0x4a1066){_0x569095['push'](_0x569095['shift']());}}}(a20_0x5b27,0xac9b4));const helper=require(a20_0x140163(0x1f8)),constants=require(a20_0x140163(0x1e5)),{isTestObservabilitySession}=require(a20_0x140163(0x20b)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require('../../../helpers/testhub/utils'),logger=require(a20_0x140163(0x1e8))[a20_0x140163(0x217)],getTestEnvironment=((()=>{const _0x2f2e03=a20_0x140163,_0x19c399={};_0x19c399[_0x2f2e03(0x20f)]=_0x2f2e03(0x228),_0x19c399['lpGPk']=_0x2f2e03(0x1f1);const _0x58a17a=_0x19c399;try{const _0x504c39=helper[_0x2f2e03(0x1eb)](_0x58a17a[_0x2f2e03(0x20f)]);if(_0x504c39[_0x2f2e03(0x1da)])return _0x504c39[_0x2f2e03(0x1da)];const _0x101329=helper[_0x2f2e03(0x1eb)](_0x58a17a[_0x2f2e03(0x215)]);if(_0x101329[_0x2f2e03(0x22f)])return _0x101329[_0x2f2e03(0x22f)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x15cb71=a20_0x140163,_0x11c950={'QrDoG':function(_0x3842dd,_0xbb2264){return _0x3842dd(_0xbb2264);},'UduHE':_0x15cb71(0x248),'TpALk':_0x15cb71(0x1e9)},_0xa107c4=_0x11c950[_0x15cb71(0x23f)](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x15cb71(0x1f9)]['BSTACK_JEST_TEST_ENV']||_0x11c950['UduHE']});if(!_0xa107c4)return _0x11c950[_0x15cb71(0x23f)](_interopRequireDefault,helper['requireModule'](_0x11c950[_0x15cb71(0x1e3)]));return _0x11c950[_0x15cb71(0x23f)](_interopRequireDefault,helper[_0x15cb71(0x1eb)](_0xa107c4));})()),_seleniumWebdriver2=((()=>{const _0x332a5f=a20_0x140163,_0x8feb74={'CFgay':function(_0x2d9b93,_0x20854f){return _0x2d9b93(_0x20854f);}};try{const _0x2c48ba=helper['requireSeleniumWebdriver']();return helper['modifyCommand'](),_0x8feb74[_0x332a5f(0x208)](_interopRequireDefault,_0x2c48ba);}catch{return null;}})());function _interopRequireDefault(_0x2ea6cd){const _0x2a347e=a20_0x140163;return _0x2ea6cd&&_0x2ea6cd[_0x2a347e(0x23b)]?_0x2ea6cd:{'default':_0x2ea6cd};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a20_0x140163(0x201)]:null;function a20_0x5b27(){const _0x45bd96=['9580712gEwVTU','capabilities','failFastOptions','KbPfF','timeout__','jest-resolve','76ReeqcX','sessionNameProvided','jestConfig','xbNZv','nestedKeyValue','test_done','getTestEnvironment','testContext','name','__jestRetries','QXDAB','getInstance','isBrowserstackInfra','registerListeners','130009MwZtOb','../../../index','OXpGZ','percyCaptureMode','__esModule','browserStackPercyOptions','1487676HTlABl','retries__','QrDoG','skip','YmygA','7|3|5|1|0|2|6|4','rHMvA','AocbF','skipSessionName','253yazAgL','isArray','node','split','exports','shouldProcessEventForTesthub','isTrue','cleanupDrivers','driver','capability','global','Error\x20in\x20fail-fast\x20test_done\x20handler:','6347810YSfAZk','resolveTestEnvironment','Ztzvn','143958hfRQvW','JEST','setup','__timeout','WeiPL','errors','test','TpALk','PQtWY','../../utils/constants','yBiEu','percy','../../../helpers/logger','jest-environment-node','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','requireModule','__drivers','testPath','fawwE','browserStackGlobals','SMyvs','jest-config','XMIdk','6317440BJnLqw','projectName','6erfzWk','__platformCaps','9aqgOrj','../../../helpers/helper','env','14lAZbLx','isNotUndefined','browserstackPlatformIndex','browserstackPercyBestPlatform','ZLhCB','teardown','GzsQe','Builder','kzokb','failFastActive','lIbWg','testEnvironmentOptions','message','buildName','CFgay','3225922bQwKUm','mode','../../../helpers/test-observability/utils','FRAMEWORKS','projectConfig','shouldFailFast','YcslO','__webdriver','builder','cEXfL','shutdown','debug','lpGPk','__skipSessionStatus','winstonLogger','KOHmf','cleanup','framework','nvKsc','configuration','info','gGCJK','platformCaps','quit','test_start','failFast'];a20_0x5b27=function(){return _0x45bd96;};return a20_0x5b27();}function a20_0x39f4(_0xe83446,_0x22529a){const _0x5b2756=a20_0x5b27();return a20_0x39f4=function(_0x39f4a7,_0x418747){_0x39f4a7=_0x39f4a7-0x1d6;let _0x92f916=_0x5b2756[_0x39f4a7];return _0x92f916;},a20_0x39f4(_0xe83446,_0x22529a);}class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x5ce554){const _0x229162=a20_0x140163,_0x4faca1={'xbNZv':'quit','lIbWg':function(_0x1604f8,_0x3c7897){return _0x1604f8+_0x3c7897;},'GzsQe':'bstack:options','KOHmf':function(_0x30bd33,_0xc6433a){return _0x30bd33(_0xc6433a);},'AocbF':'../../../helpers/test-orchestration/failfastManager','ZLhCB':_0x229162(0x242),'KbPfF':'testEnvironmentOptions','fawwE':_0x229162(0x23c),'XMIdk':_0x229162(0x23a),'Ztzvn':_0x229162(0x1e7),'aNdkQ':function(_0x45a3af,_0x52ee0d){return _0x45a3af(_0x52ee0d);},'rHMvA':_0x229162(0x238),'QXDAB':_0x229162(0x1fd)};super(_0x5ce554),this[_0x229162(0x1d7)][_0x229162(0x1df)]=0x0,this[_0x229162(0x21c)]={};!_0x5ce554['testEnvironmentOptions']&&(_0x5ce554[_0x229162(0x205)]={});if(helper[_0x229162(0x235)]()){_0x5ce554[_0x229162(0x205)]=_0x5ce554[_0x229162(0x20d)]?_0x5ce554[_0x229162(0x20d)][_0x229162(0x205)]:_0x5ce554[_0x229162(0x205)];_seleniumWebdriver2&&(this[_0x229162(0x211)]=new _seleniumWebdriver2['default'][(_0x229162(0x201))]());this[_0x229162(0x1d6)]=_0x5ce554[_0x229162(0x20d)]?_0x5ce554[_0x229162(0x20d)][_0x229162(0x1d6)]:_0x5ce554[_0x229162(0x1d6)],this[_0x229162(0x1d7)][_0x229162(0x1df)]=_0x4faca1[_0x229162(0x204)](_0x5ce554[_0x229162(0x205)][_0x229162(0x227)]||0x1388,constants['BSTACK_DELTA']),this[_0x229162(0x225)]=_0x5ce554[_0x229162(0x205)][_0x229162(0x222)];if(this[_0x229162(0x225)]){const _0x3c3c35=this[_0x229162(0x1d6)][_0x4faca1[_0x229162(0x200)]]?.[_0x229162(0x207)]||'',_0x534b5d=this[_0x229162(0x1d6)][_0x4faca1[_0x229162(0x200)]]?.[_0x229162(0x1f4)]||'';this[_0x229162(0x222)]=new(_0x4faca1[_0x229162(0x218)](require,_0x4faca1[_0x229162(0x244)]))(this[_0x229162(0x225)],_0x3c3c35,_0x534b5d),this['global'][_0x229162(0x203)]=![];}helper[_0x229162(0x1fb)](_0x5ce554[_0x229162(0x205)][_0x229162(0x23e)])&&(this[_0x229162(0x1d7)][_0x229162(0x232)]=_0x5ce554[_0x229162(0x205)]['retries__']);}if(testhubUtils[_0x229162(0x24b)]()){const _0x1853ee=new ObservabilityReporter();_0x1853ee[_0x229162(0x236)]();}this['global'][_0x229162(0x1ef)]={},this[_0x229162(0x21c)]=_0x5ce554[_0x229162(0x205)],this[_0x229162(0x21c)][_0x229162(0x21a)]=constants[_0x229162(0x20c)][_0x229162(0x1dd)],this[_0x229162(0x1d7)][_0x229162(0x1fc)]=(_0x5ce554[_0x229162(0x20d)]?_0x5ce554['projectConfig'][_0x229162(0x1fc)]:_0x5ce554[_0x229162(0x1fc)])||0x0,this[_0x229162(0x1d7)][_0x229162(0x1f6)]=this[_0x229162(0x21c)]&&this['configuration'][_0x229162(0x21f)]&&Array[_0x229162(0x247)](this[_0x229162(0x21c)][_0x229162(0x21f)])&&this['configuration']['platformCaps'][this[_0x229162(0x1d7)]['browserstackPlatformIndex']]||{};const _0x44b347=this[_0x229162(0x1d7)][_0x229162(0x1fc)],_0x477d29={...this[_0x229162(0x21c)],'capability':this[_0x229162(0x21c)][_0x229162(0x224)]&&Array['isArray'](this[_0x229162(0x21c)]['capabilities'])&&this[_0x229162(0x21c)][_0x229162(0x224)][_0x44b347]||{},'platformCaps':this[_0x229162(0x21c)]['platformCaps']&&Array[_0x229162(0x247)](this[_0x229162(0x21c)]['platformCaps'])&&this[_0x229162(0x21c)]['platformCaps'][_0x44b347]||{}};delete _0x477d29[_0x229162(0x224)],this[_0x229162(0x1d7)][_0x229162(0x22b)]=_0x477d29;if(_seleniumWebdriver2){const _0x13d20e=_0x4faca1[_0x229162(0x1fe)][_0x229162(0x249)]('|');let _0x249229=0x0;while(!![]){switch(_0x13d20e[_0x249229++]){case'0':this[_0x229162(0x1d7)][_0x229162(0x23a)]=helper[_0x229162(0x22d)](_0x5ce554,[_0x4faca1[_0x229162(0x226)],_0x4faca1[_0x229162(0x1ee)],_0x4faca1[_0x229162(0x1f2)]]);continue;case'1':this['global'][_0x229162(0x1e7)]=helper[_0x229162(0x22d)](_0x5ce554,[_0x4faca1[_0x229162(0x226)],_0x4faca1['fawwE'],_0x4faca1[_0x229162(0x1db)]]);continue;case'2':helper[_0x229162(0x24c)](this['configuration'][_0x229162(0x245)])?this[_0x229162(0x1d7)][_0x229162(0x22a)]=!![]:this[_0x229162(0x1d7)]['sessionNameProvided']=![];continue;case'3':this['global']['__webdriver']=_0x4faca1['aNdkQ'](require,_0x4faca1[_0x229162(0x243)])['browserstackAgentV2']({...this[_0x229162(0x21c)],'capability':this[_0x229162(0x1d6)]||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'4':this['global'][_0x229162(0x219)]=async()=>{const _0x2e808d=_0x229162;await this[_0x2e808d(0x1d7)][_0x2e808d(0x24e)][_0x2e808d(0x220)](_0x4faca1[_0x2e808d(0x22c)]);};continue;case'5':this[_0x229162(0x1d7)]['browserstackPercyBestPlatform']=helper['nestedKeyValue'](_0x5ce554,[_0x4faca1[_0x229162(0x226)],_0x4faca1[_0x229162(0x1ee)],_0x4faca1[_0x229162(0x233)]]);continue;case'6':this['global'][_0x229162(0x216)]=helper[_0x229162(0x24c)](this[_0x229162(0x21c)]['skipSessionStatus']);continue;case'7':this[_0x229162(0x1d7)][_0x229162(0x1ec)]=[];continue;}break;}}}async[a20_0x140163(0x1ff)](){const _0x21b54e=a20_0x140163;_seleniumWebdriver2&&(await helper[_0x21b54e(0x24d)](this['global']['__driversArray']),this['global'][_0x21b54e(0x210)][_0x21b54e(0x201)]=originalBuilder),await RequestQueueHandler[_0x21b54e(0x234)]()[_0x21b54e(0x213)]();}async[a20_0x140163(0x1de)](){}async['handleTestEvent'](_0x9c7b7a,_0x4891a8){const _0x38ff08=a20_0x140163,_0x10c415={};_0x10c415['cEXfL']=function(_0x53ce4e,_0x48dc9b){return _0x53ce4e===_0x48dc9b;},_0x10c415[_0x38ff08(0x21e)]=_0x38ff08(0x221),_0x10c415[_0x38ff08(0x1e6)]=function(_0xdc82a5,_0x1d590b){return _0xdc82a5===_0x1d590b;},_0x10c415[_0x38ff08(0x1f0)]=_0x38ff08(0x240),_0x10c415[_0x38ff08(0x239)]=function(_0x446efa,_0x69e73){return _0x446efa===_0x69e73;},_0x10c415[_0x38ff08(0x202)]=_0x38ff08(0x22e),_0x10c415[_0x38ff08(0x1e4)]='\x20>\x20',_0x10c415['YmygA']=_0x38ff08(0x1d8),_0x10c415['nvKsc']=function(_0x13c777,_0x596fde){return _0x13c777===_0x596fde;},_0x10c415[_0x38ff08(0x1e0)]='teardown';const _0x3ac4ec=_0x10c415,{name:_0x31121e}=_0x9c7b7a;if(_0x3ac4ec[_0x38ff08(0x212)](_0x31121e,_0x3ac4ec[_0x38ff08(0x21e)])){this[_0x38ff08(0x1d7)][_0x38ff08(0x230)]=_0x9c7b7a[_0x38ff08(0x1e2)];if(_0x3ac4ec[_0x38ff08(0x1e6)](this[_0x38ff08(0x1d7)][_0x38ff08(0x203)],!![])){const _0x3cd93e=_0x9c7b7a['test'][_0x38ff08(0x231)];logger[_0x38ff08(0x21d)](_0x38ff08(0x1ea)+_0x3cd93e),_0x9c7b7a['test'][_0x38ff08(0x20a)]=_0x3ac4ec[_0x38ff08(0x1f0)];}}if(this['failFast']&&_0x3ac4ec[_0x38ff08(0x239)](_0x31121e,_0x3ac4ec['kzokb']))try{const _0x711b05=_0x9c7b7a[_0x38ff08(0x1e2)][_0x38ff08(0x1ed)]['join'](_0x3ac4ec['PQtWY']),_0x18963d=_0x9c7b7a[_0x38ff08(0x1e2)][_0x38ff08(0x1e1)];await this[_0x38ff08(0x222)]['onTestDone'](_0x711b05,_0x18963d);const _0x316ad7=await this['failFast'][_0x38ff08(0x20e)]();_0x3ac4ec[_0x38ff08(0x239)](this[_0x38ff08(0x1d7)][_0x38ff08(0x203)],![])&&_0x3ac4ec[_0x38ff08(0x1e6)](_0x316ad7,!![])&&(this[_0x38ff08(0x1d7)][_0x38ff08(0x203)]=!![]);}catch(_0x4e3c54){logger[_0x38ff08(0x214)](_0x3ac4ec[_0x38ff08(0x241)],_0x4e3c54[_0x38ff08(0x206)]);}_0x3ac4ec[_0x38ff08(0x21b)](_0x31121e,_0x3ac4ec['WeiPL'])&&(this[_0x38ff08(0x222)]&&this['failFast'][_0x38ff08(0x219)]());}}module[a20_0x140163(0x24a)]=CustomEnvironment;
1
+ const a20_0x39acb2=a20_0x279d;function a20_0x5f1f(){const _0x195700=['shouldFailFast','getInstance','projectConfig','default','FRAMEWORKS','retries__','requireModule','buildName','GrarG','LbPfx','tiRxO','voVdx','alVNT','framework','FMotE','__drivers','test','failFast','Error\x20in\x20fail-fast\x20test_done\x20handler:','Builder','BSTACK_DELTA','BSTACK_JEST_TEST_ENV','name','onTestDone','6nPzASf','hlIRU','sCyqG','testContext','bstack:options','Vzahk','jfFeF','isNotUndefined','bvEfx','916422jiCsel','isArray','configuration','MhqQC','WdMKJ','XVHEX','kjGWt','quit','LtuIE','hDIff','handleTestEvent','getTestEnvironment','test_start','resolveTestEnvironment','skipSessionName','TjXwb','capabilities','JEST','jest-environment-node','wfmjG','7SaQXTk','__webdriver','global','../test-observability/obsReporter','__jestRetries','5450285xJGCLF','winstonLogger','capability','crGpU','browserstackPercyBestPlatform','jest-config','__platformCaps','join','browserstackPlatformIndex','percy','timeout__','1348128khRiNg','jestConfig','rjCGx','__skipSessionStatus','11671024KqmfNc','browserstackAgentV2','__timeout','1078578IDTOPN','../../../helpers/helper','failFastOptions','\x20>\x20','projectName','../../../helpers/test-observability/utils','node','mode','percyCaptureMode','shouldProcessEventForTesthub','../../../helpers/testhub/utils','2410GKSfPW','teardown','driver','message','__esModule','platformCaps','testEnvironmentOptions','failFastActive','requireSeleniumWebdriver','browserStackPercyOptions','debug','wwYiN','registerListeners','isBrowserstackInfra','cleanup','env','2vxwbRG','setup','../../../index','nestedKeyValue','test_done','auNBW','__driversArray','31757sELMlQ','isTrue','NSSRh','13972185BfOlrQ','../../../helpers/test-observability/requestQueueHandler','skipSessionStatus','skip'];a20_0x5f1f=function(){return _0x195700;};return a20_0x5f1f();}(function(_0x9bad79,_0x390404){const _0xb1998b=a20_0x279d,_0x2b227e=_0x9bad79();while(!![]){try{const _0x12b628=parseInt(_0xb1998b(0x1af))/0x1*(-parseInt(_0xb1998b(0x1ca))/0x2)+-parseInt(_0xb1998b(0x184))/0x3+parseInt(_0xb1998b(0x1a8))/0x4+parseInt(_0xb1998b(0x19d))/0x5*(parseInt(_0xb1998b(0x17b))/0x6)+parseInt(_0xb1998b(0x198))/0x7*(-parseInt(_0xb1998b(0x1ac))/0x8)+parseInt(_0xb1998b(0x1d4))/0x9+parseInt(_0xb1998b(0x1ba))/0xa*(parseInt(_0xb1998b(0x1d1))/0xb);if(_0x12b628===_0x390404)break;else _0x2b227e['push'](_0x2b227e['shift']());}catch(_0x284ed8){_0x2b227e['push'](_0x2b227e['shift']());}}}(a20_0x5f1f,0xcb387));const helper=require(a20_0x39acb2(0x1b0)),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a20_0x39acb2(0x1b4)),RequestQueueHandler=require(a20_0x39acb2(0x1d5)),ObservabilityReporter=require(a20_0x39acb2(0x19b)),testhubUtils=require(a20_0x39acb2(0x1b9)),logger=require('../../../helpers/logger')[a20_0x39acb2(0x19e)],getTestEnvironment=((()=>{const _0x55209c=a20_0x39acb2,_0x5997da={};_0x5997da['jfFeF']='jest-resolve',_0x5997da[_0x55209c(0x1c5)]=_0x55209c(0x1a2);const _0x5d28f2=_0x5997da;try{const _0x4980f2=helper[_0x55209c(0x169)](_0x5d28f2[_0x55209c(0x181)]);if(_0x4980f2[_0x55209c(0x191)])return _0x4980f2[_0x55209c(0x191)];const _0x54745d=helper[_0x55209c(0x169)](_0x5d28f2[_0x55209c(0x1c5)]);if(_0x54745d[_0x55209c(0x18f)])return _0x54745d[_0x55209c(0x18f)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x2c4244=a20_0x39acb2,_0x5c6ca8={'QwnVV':function(_0x3ae4e0,_0x23d6e6){return _0x3ae4e0(_0x23d6e6);},'XVHEX':_0x2c4244(0x1b5),'qhZLR':function(_0x3f0044,_0x500446){return _0x3f0044(_0x500446);},'rjCGx':_0x2c4244(0x196)},_0x50cfdf=_0x5c6ca8['QwnVV'](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x2c4244(0x1c9)][_0x2c4244(0x178)]||_0x5c6ca8[_0x2c4244(0x189)]});if(!_0x50cfdf)return _0x5c6ca8['qhZLR'](_interopRequireDefault,helper[_0x2c4244(0x169)](_0x5c6ca8[_0x2c4244(0x1aa)]));return _0x5c6ca8['qhZLR'](_interopRequireDefault,helper[_0x2c4244(0x169)](_0x50cfdf));})()),_seleniumWebdriver2=((()=>{const _0x58dbaa=a20_0x39acb2,_0x3e5046={'vRFeJ':function(_0x15eb02,_0x570ed8){return _0x15eb02(_0x570ed8);}};try{const _0x22a0c1=helper[_0x58dbaa(0x1c2)]();return helper['modifyCommand'](),_0x3e5046['vRFeJ'](_interopRequireDefault,_0x22a0c1);}catch{return null;}})());function a20_0x279d(_0x123f6a,_0x50fa7f){const _0x5f1f0a=a20_0x5f1f();return a20_0x279d=function(_0x279dfc,_0x28077d){_0x279dfc=_0x279dfc-0x161;let _0x289e97=_0x5f1f0a[_0x279dfc];return _0x289e97;},a20_0x279d(_0x123f6a,_0x50fa7f);}function _interopRequireDefault(_0x20e21b){const _0x4b2896=a20_0x39acb2;return _0x20e21b&&_0x20e21b[_0x4b2896(0x1be)]?_0x20e21b:{'default':_0x20e21b};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default']['Builder']:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x555b7d){const _0x16d382=a20_0x39acb2,_0x4e2a52={'bvEfx':_0x16d382(0x18b),'kjGWt':function(_0x572bbd,_0x5be4e6){return _0x572bbd+_0x5be4e6;},'hlIRU':_0x16d382(0x17f),'LbPfx':function(_0x15acbc,_0x5e2314){return _0x15acbc(_0x5e2314);},'tiRxO':'../../../helpers/test-orchestration/failfastManager','NOghk':'7|6|3|5|4|1|2|0','sCyqG':'testEnvironmentOptions','alVNT':_0x16d382(0x1c3),'utSkk':_0x16d382(0x1a1),'MhqQC':'percyCaptureMode','GrarG':_0x16d382(0x1a6),'NSSRh':function(_0x35aa65,_0x45b7be){return _0x35aa65(_0x45b7be);},'TjXwb':_0x16d382(0x1cc)};super(_0x555b7d),this[_0x16d382(0x19a)][_0x16d382(0x1ae)]=0x0,this[_0x16d382(0x186)]={};!_0x555b7d[_0x16d382(0x1c0)]&&(_0x555b7d[_0x16d382(0x1c0)]={});if(helper[_0x16d382(0x1c7)]()){_0x555b7d['testEnvironmentOptions']=_0x555b7d[_0x16d382(0x165)]?_0x555b7d[_0x16d382(0x165)][_0x16d382(0x1c0)]:_0x555b7d[_0x16d382(0x1c0)];_seleniumWebdriver2&&(this['builder']=new _seleniumWebdriver2[(_0x16d382(0x166))][(_0x16d382(0x176))]());this[_0x16d382(0x19f)]=_0x555b7d[_0x16d382(0x165)]?_0x555b7d['projectConfig'][_0x16d382(0x19f)]:_0x555b7d[_0x16d382(0x19f)],this[_0x16d382(0x19a)][_0x16d382(0x1ae)]=_0x4e2a52[_0x16d382(0x18a)](_0x555b7d[_0x16d382(0x1c0)][_0x16d382(0x1a7)]||0x1388,constants[_0x16d382(0x177)]),this['failFastOptions']=_0x555b7d[_0x16d382(0x1c0)][_0x16d382(0x174)];if(this[_0x16d382(0x1b1)]){const _0x10fb67=this[_0x16d382(0x19f)][_0x4e2a52[_0x16d382(0x17c)]]?.[_0x16d382(0x16a)]||'',_0x5eb3d4=this[_0x16d382(0x19f)][_0x4e2a52[_0x16d382(0x17c)]]?.[_0x16d382(0x1b3)]||'';this[_0x16d382(0x174)]=new(_0x4e2a52[_0x16d382(0x16c)](require,_0x4e2a52[_0x16d382(0x16d)]))(this[_0x16d382(0x1b1)],_0x10fb67,_0x5eb3d4),this[_0x16d382(0x19a)][_0x16d382(0x1c1)]=![];}helper[_0x16d382(0x182)](_0x555b7d[_0x16d382(0x1c0)][_0x16d382(0x168)])&&(this[_0x16d382(0x19a)][_0x16d382(0x19c)]=_0x555b7d['testEnvironmentOptions'][_0x16d382(0x168)]);}if(testhubUtils[_0x16d382(0x1b8)]()){const _0x3e7928=new ObservabilityReporter();_0x3e7928[_0x16d382(0x1c6)]();}this[_0x16d382(0x19a)]['browserStackGlobals']={},this[_0x16d382(0x186)]=_0x555b7d[_0x16d382(0x1c0)],this[_0x16d382(0x186)][_0x16d382(0x170)]=constants[_0x16d382(0x167)][_0x16d382(0x195)],this['global'][_0x16d382(0x1a5)]=(_0x555b7d[_0x16d382(0x165)]?_0x555b7d['projectConfig'][_0x16d382(0x1a5)]:_0x555b7d[_0x16d382(0x1a5)])||0x0,this[_0x16d382(0x19a)][_0x16d382(0x1a3)]=this['configuration']&&this[_0x16d382(0x186)][_0x16d382(0x1bf)]&&Array['isArray'](this[_0x16d382(0x186)][_0x16d382(0x1bf)])&&this['configuration'][_0x16d382(0x1bf)][this[_0x16d382(0x19a)][_0x16d382(0x1a5)]]||{};const _0x2ce15d=this[_0x16d382(0x19a)]['browserstackPlatformIndex'],_0x1bdf0f={...this['configuration'],'capability':this[_0x16d382(0x186)][_0x16d382(0x194)]&&Array['isArray'](this['configuration'][_0x16d382(0x194)])&&this[_0x16d382(0x186)][_0x16d382(0x194)][_0x2ce15d]||{},'platformCaps':this[_0x16d382(0x186)][_0x16d382(0x1bf)]&&Array[_0x16d382(0x185)](this[_0x16d382(0x186)][_0x16d382(0x1bf)])&&this[_0x16d382(0x186)][_0x16d382(0x1bf)][_0x2ce15d]||{}};delete _0x1bdf0f[_0x16d382(0x194)],this[_0x16d382(0x19a)][_0x16d382(0x1a9)]=_0x1bdf0f;if(_seleniumWebdriver2){const _0x539861=_0x4e2a52['NOghk']['split']('|');let _0x4d2676=0x0;while(!![]){switch(_0x539861[_0x4d2676++]){case'0':this[_0x16d382(0x19a)][_0x16d382(0x1c8)]=async()=>{const _0x4f7018=_0x16d382;await this[_0x4f7018(0x19a)][_0x4f7018(0x1bc)]['quit'](_0x4e2a52[_0x4f7018(0x183)]);};continue;case'1':helper[_0x16d382(0x1d2)](this[_0x16d382(0x186)][_0x16d382(0x192)])?this[_0x16d382(0x19a)]['sessionNameProvided']=!![]:this[_0x16d382(0x19a)]['sessionNameProvided']=![];continue;case'2':this['global'][_0x16d382(0x1ab)]=helper[_0x16d382(0x1d2)](this[_0x16d382(0x186)][_0x16d382(0x161)]);continue;case'3':this[_0x16d382(0x19a)][_0x16d382(0x1a1)]=helper[_0x16d382(0x1cd)](_0x555b7d,[_0x4e2a52[_0x16d382(0x17d)],_0x4e2a52[_0x16d382(0x16f)],_0x4e2a52['utSkk']]);continue;case'4':this['global'][_0x16d382(0x1b7)]=helper[_0x16d382(0x1cd)](_0x555b7d,[_0x4e2a52[_0x16d382(0x17d)],_0x4e2a52['alVNT'],_0x4e2a52[_0x16d382(0x187)]]);continue;case'5':this[_0x16d382(0x19a)][_0x16d382(0x1a6)]=helper[_0x16d382(0x1cd)](_0x555b7d,[_0x4e2a52[_0x16d382(0x17d)],_0x4e2a52[_0x16d382(0x16f)],_0x4e2a52[_0x16d382(0x16b)]]);continue;case'6':this['global']['__webdriver']=_0x4e2a52[_0x16d382(0x1d3)](require,_0x4e2a52[_0x16d382(0x193)])[_0x16d382(0x1ad)]({...this['configuration'],'capability':this[_0x16d382(0x19f)]||{}},this,testhubUtils[_0x16d382(0x1b8)]());continue;case'7':this[_0x16d382(0x19a)][_0x16d382(0x172)]=[];continue;}break;}}}async['teardown'](){const _0x374cc4=a20_0x39acb2;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0x374cc4(0x19a)][_0x374cc4(0x1d0)]),this[_0x374cc4(0x19a)][_0x374cc4(0x199)][_0x374cc4(0x176)]=originalBuilder),await RequestQueueHandler[_0x374cc4(0x164)]()['shutdown']();}async[a20_0x39acb2(0x1cb)](){}async[a20_0x39acb2(0x18e)](_0x7c6ef0,_0x3ccd15){const _0x350707=a20_0x39acb2,_0x4fddd9={};_0x4fddd9[_0x350707(0x16e)]=function(_0x20c787,_0x4f2ba1){return _0x20c787===_0x4f2ba1;},_0x4fddd9[_0x350707(0x1cf)]=_0x350707(0x190),_0x4fddd9[_0x350707(0x171)]=_0x350707(0x162),_0x4fddd9[_0x350707(0x188)]=_0x350707(0x1ce),_0x4fddd9[_0x350707(0x18c)]=_0x350707(0x1b2),_0x4fddd9[_0x350707(0x197)]=function(_0x2ef653,_0x4cb6bc){return _0x2ef653===_0x4cb6bc;},_0x4fddd9['Vzahk']=function(_0xacfa1c,_0x29bc13){return _0xacfa1c===_0x29bc13;},_0x4fddd9['hDIff']=_0x350707(0x175),_0x4fddd9[_0x350707(0x1a0)]=_0x350707(0x1bb);const _0x55dedb=_0x4fddd9,{name:_0x18d7ce}=_0x7c6ef0;if(_0x55dedb[_0x350707(0x16e)](_0x18d7ce,_0x55dedb[_0x350707(0x1cf)])){this[_0x350707(0x19a)][_0x350707(0x17e)]=_0x7c6ef0[_0x350707(0x173)];if(_0x55dedb[_0x350707(0x16e)](this[_0x350707(0x19a)][_0x350707(0x1c1)],!![])){const _0x32bbbe=_0x7c6ef0[_0x350707(0x173)][_0x350707(0x179)];logger['info']('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0x32bbbe),_0x7c6ef0[_0x350707(0x173)][_0x350707(0x1b6)]=_0x55dedb[_0x350707(0x171)];}}if(this[_0x350707(0x174)]&&_0x55dedb[_0x350707(0x16e)](_0x18d7ce,_0x55dedb['WdMKJ']))try{const _0x43603b=_0x7c6ef0[_0x350707(0x173)]['testPath'][_0x350707(0x1a4)](_0x55dedb[_0x350707(0x18c)]),_0x1dbfdf=_0x7c6ef0[_0x350707(0x173)]['errors'];await this[_0x350707(0x174)][_0x350707(0x17a)](_0x43603b,_0x1dbfdf);const _0x5deb7a=await this['failFast'][_0x350707(0x163)]();_0x55dedb[_0x350707(0x197)](this[_0x350707(0x19a)]['failFastActive'],![])&&_0x55dedb[_0x350707(0x180)](_0x5deb7a,!![])&&(this[_0x350707(0x19a)][_0x350707(0x1c1)]=!![]);}catch(_0x19d747){logger[_0x350707(0x1c4)](_0x55dedb[_0x350707(0x18d)],_0x19d747[_0x350707(0x1bd)]);}_0x55dedb[_0x350707(0x197)](_0x18d7ce,_0x55dedb['crGpU'])&&(this['failFast']&&this[_0x350707(0x174)][_0x350707(0x1c8)]());}}module['exports']=CustomEnvironment;
@@ -1 +1 @@
1
- const a21_0x1e49db=a21_0x1a97;(function(_0x28c718,_0x110ea5){const _0x3b78c6=a21_0x1a97,_0x2d604b=_0x28c718();while(!![]){try{const _0x130657=parseInt(_0x3b78c6(0x16e))/0x1+-parseInt(_0x3b78c6(0x155))/0x2*(-parseInt(_0x3b78c6(0x150))/0x3)+parseInt(_0x3b78c6(0x16b))/0x4+-parseInt(_0x3b78c6(0xd2))/0x5*(-parseInt(_0x3b78c6(0x1a0))/0x6)+parseInt(_0x3b78c6(0x171))/0x7+-parseInt(_0x3b78c6(0x157))/0x8*(parseInt(_0x3b78c6(0x134))/0x9)+parseInt(_0x3b78c6(0xce))/0xa*(-parseInt(_0x3b78c6(0xc9))/0xb);if(_0x130657===_0x110ea5)break;else _0x2d604b['push'](_0x2d604b['shift']());}catch(_0x3f0426){_0x2d604b['push'](_0x2d604b['shift']());}}}(a21_0x3fd3,0xa3ac5));const {requireModule,isTrue}=require('../../../helpers/helper'),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a21_0x1e49db(0x1ce)),TestDetails=require(a21_0x1e49db(0x19d)),{patchConsoleLogger,debug}=require(a21_0x1e49db(0x1a4)),{o11yErrorHandler}=require(a21_0x1e49db(0xd1)),{shouldProcessEventForTesthub}=require(a21_0x1e49db(0x110)),testHubConstants=require(a21_0x1e49db(0x1c5)),BrowserstackCLI=require('../../v2/browserstackCLI'),TestFrameworkState=require('../../v2/state/testFrameworkState'),HookState=require(a21_0x1e49db(0x177)),JestUtils=require(a21_0x1e49db(0x18b)),{v4:uuidv4}=require(a21_0x1e49db(0x10e)),util=require(a21_0x1e49db(0xd0)),logger=require(a21_0x1e49db(0x173))[a21_0x1e49db(0xca)],{FRAMEWORKS}=require(a21_0x1e49db(0xf6));let exportsI;try{exportsI=requireModule(a21_0x1e49db(0xc3),a21_0x1e49db(0xf7));}catch{exportsI=requireModule(a21_0x1e49db(0x130),a21_0x1e49db(0xf7));}function a21_0x3fd3(){const _0x2c701d=['status','function','NtfPK','15CtpUKJ','tDfBU','nUKyZ','string','QGlPL','278722pFcShq','match','9707584LqtVWV','lshEL','split',',\x20BROWSERSTACK_PUPPETEER=','current_test','gGduM','EVENT','eHHef','debug','hook_failure','WzMsA','ZseYN','naeaE','add','getTestFramework','pdhcY','EShvb','name','prcTO','beforeAll','1910096xWWKyB','includes','FsLla','569269UfIkpl','khTDm','slice','2325743woauUH','RIXvU','../../../helpers/logger','xdZYK','rxcPH','QxuCr','../../v2/state/hookState','__bstackPlatformIndex','HookRunFinished','\x20for\x20hook\x20type:\x20','../../v2/cliUtils','getFileName','xZSNG','file','KOmNe','passed','QKjHQ','test_done','Error\x20checking\x20CLI\x20readiness:\x20','wvXKi','getActiveTestNamePattern','getInstance','startsWith','testUUID','__jestCurrentTestIdentifier','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','../../v2/utils/jest-utils','browserstackPlatformIndex',',\x20re-registering\x20event\x20handler','vbbcI','shutdown','oNolP','getFullJestTestName','originalTest','TNGaD','jestConfig','hook_start','createTestFrameworkData','ijEsn','vDrPo','MwykQ','hLpnt','juMtN','hookAnalyticsId','../test-observability/test-details','removeActiveHook','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','42SyXICE','type','argv','GXdes','../../../helpers/test-observability/utils','env','jRAAR','BROWSERSTACK_PUPPETEER','BEFORE_ALL','xqqoA','FIPCT','markedStatus','bootstrap','true','isCliEnabled','length','PUPPETEER','jest-circus/build/state.js','error','setFrameworkDetail','HookRunStarted','VyZwr','yIfhE','has','hookData','Handling\x20hook\x20event\x20for\x20CLI:\x20','HookStarted','test','BcpqF','XXbRq','zevrP','[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','mbFiB','message','IpgUy','FiSHf','parse','../../../helpers/testhub/constants','Bdehd','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','__rerunFilterHelpers','XEdBB','jest-circus/build/utils.js','RSnaJ','CLI\x20is\x20enabled\x20and\x20running.','BROWSERSTACK_PLATFORM_INDEX','../../../helpers/test-observability/requestQueueHandler','run_describe_finish','addEventHandler','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','TestRunStarted','yWJRa','EventHandler','testNamePattern','OguWs','TZOfp','setActiveHook','unhandledErrors','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','isRunning','createHookData','errors','BROWSERSTACK_RERUN','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','973478zukdPY','winstonLogger','testPath','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','aIOOI','170UsPhGN','sendTestRunEvent','util','../../../helpers/test-observability/error-handler','937480vUKacV','DDXbd','join','nbgJB','YsBop','cAgtM','PTRxA','bYiFa','oYjVB','LOG_REPORT','wxjRO','kQAvV','JEST','failed','currentHook','--testNamePattern=','unshift','yVcoK','TNZUB','Error\x20routing\x20to\x20JestTestFramework:\x20','PLAYWRIGHT','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22',':hookAnalyticsId','_bstackTestStatus','__workerDetails','ZhOTq','errorsDetailed','call','fmQpW','getAutomationFrameworkDetail','format','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','forEach','nGwkC','cOFAj','../../utils/constants','jest-circus','BPQyT','HookFinished','retryOf','hook','configuration','tGjZz','lzsCt','hookUUID','TEST','makeSingleTestResult','afterAll','Ztvxm','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','title','testAnalyticsId','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','afterEach','BAMzI','QWjfQ','pxrMV','beforeEach','--testNamePattern','uuid','kQvpF','../../../helpers/testhub/utils','NdLNt','BglKm','xynou','Error\x20reading\x20platformIndex\x20from\x20args:\x20','_currentRetry','state','BROWSERSTACK_CLI_BIN_SESSION_ID','Aqlcr','stack-trace','toString','trackEvent','setTestUUID','fail','DVKQu','ROOT_DESCRIBE_BLOCK','parent','testIdentifier','failureMessage','RSvVD','SKQsb','xmoIQ','toISOString','IHWrA','cWBLp','qWnEP','ALpUc','Ctiac','removeAllListeners','BEFORE_EACH','registerListeners','PRE','jest-circus/build/jestAdapterInit.js','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','test_skip','started_at','9mixjzd','currentTest','MoXIb','config','test_start','number','tOhxG','isArray','IHyCC','OzzpW','jGTdO','PTRAh','asyncError','createIdentifierFromJestTest','keys','HOYiX','POST','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','VUCgV','testInfo','ODXHV','uAnxC','pid','initialize','_bstackTestFailureReason'];a21_0x3fd3=function(){return _0x2c701d;};return a21_0x3fd3();}const initInitialize=exportsI[a21_0x1e49db(0x14b)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();let _currentTestPath=null;function getFullJestTestName(_0xd14a0){const _0x3f953d=a21_0x1e49db,_0x2c5204={};_0x2c5204[_0x3f953d(0x109)]=function(_0x56ec85,_0x3f5a25){return _0x56ec85!==_0x3f5a25;},_0x2c5204[_0x3f953d(0xfd)]=_0x3f953d(0x11f);const _0x37bcfe=_0x2c5204;try{const _0x419c47=[];let _0x598b55=_0xd14a0;while(_0x598b55){_0x598b55[_0x3f953d(0x168)]&&_0x37bcfe[_0x3f953d(0x109)](_0x598b55[_0x3f953d(0x168)],_0x37bcfe['tGjZz'])&&_0x419c47[_0x3f953d(0xe2)](_0x598b55[_0x3f953d(0x168)]),_0x598b55=_0x598b55['parent'];}return _0x419c47['join']('\x20');}catch(_0x2a56e1){return _0xd14a0&&_0xd14a0[_0x3f953d(0x168)]||'';}}function getActiveTestNamePattern(){const _0xaa021f=a21_0x1e49db,_0x2ad568={'xdZYK':function(_0x23bb06,_0x199b7b,_0x1539a2){return _0x23bb06(_0x199b7b,_0x1539a2);},'xZSNG':_0xaa021f(0x1b1),'spYTr':_0xaa021f(0xf7),'juMtN':function(_0x50270d,_0xf35458){return _0x50270d(_0xf35458);},'qWnEP':function(_0x14bbcb,_0xf82f72){return _0x14bbcb===_0xf82f72;},'IHWrA':_0xaa021f(0x14e),'xynou':function(_0x8ce1d0,_0x5c6dc9){return _0x8ce1d0 instanceof _0x5c6dc9;},'yWJRa':_0xaa021f(0x153),'fnRGp':function(_0x3f8027,_0x5bc1fa){return _0x3f8027>_0x5bc1fa;},'ZseYN':function(_0x25bdec,_0x5539a7){return _0x25bdec<_0x5539a7;},'TZOfp':function(_0x580d88,_0x3b79bc){return _0x580d88===_0x3b79bc;},'hLpnt':_0xaa021f(0x10d),'nbgJB':function(_0x5620e,_0x38e541){return _0x5620e+_0x38e541;},'uAnxC':_0xaa021f(0xe1),'bYiFa':'-t='};try{let _0x4fcbbd;try{_0x4fcbbd=_0x2ad568[_0xaa021f(0x174)](requireModule,_0x2ad568[_0xaa021f(0x17d)],_0x2ad568['spYTr']);}catch{_0x4fcbbd=_0x2ad568[_0xaa021f(0x19b)](requireModule,_0x2ad568['spYTr']);}if(_0x4fcbbd&&_0x2ad568['qWnEP'](typeof _0x4fcbbd['getState'],_0x2ad568[_0xaa021f(0x127)])){const _0x1cb0c6=_0x4fcbbd['getState']();if(_0x1cb0c6&&_0x1cb0c6[_0xaa021f(0xbe)]){if(_0x2ad568[_0xaa021f(0x113)](_0x1cb0c6[_0xaa021f(0xbe)],RegExp))return _0x1cb0c6[_0xaa021f(0xbe)];if(_0x2ad568[_0xaa021f(0x129)](typeof _0x1cb0c6['testNamePattern'],_0x2ad568[_0xaa021f(0xbc)])&&_0x2ad568['fnRGp'](_0x1cb0c6['testNamePattern'][_0xaa021f(0x1af)],0x0))return new RegExp(_0x1cb0c6[_0xaa021f(0xbe)],'i');}}}catch(_0x50ec3f){}try{const _0x20321d=process[_0xaa021f(0x1a2)]||[];for(let _0x26d9ef=0x0;_0x2ad568[_0xaa021f(0x162)](_0x26d9ef,_0x20321d[_0xaa021f(0x1af)]);_0x26d9ef++){const _0x48c66c=_0x20321d[_0x26d9ef];if(_0x2ad568[_0xaa021f(0x129)](_0x48c66c,'-t')||_0x2ad568[_0xaa021f(0xc0)](_0x48c66c,_0x2ad568[_0xaa021f(0x19a)])){const _0x407d4e=_0x20321d[_0x2ad568[_0xaa021f(0xd5)](_0x26d9ef,0x1)];if(_0x407d4e&&!_0x407d4e[_0xaa021f(0x187)]('-'))return new RegExp(_0x407d4e,'i');}else{if(_0x48c66c&&(_0x48c66c[_0xaa021f(0x187)](_0x2ad568[_0xaa021f(0x149)])||_0x48c66c['startsWith'](_0x2ad568[_0xaa021f(0xd9)]))){const _0x583c3f=_0x48c66c[_0xaa021f(0x159)]('=')[_0xaa021f(0x170)](0x1)[_0xaa021f(0xd4)]('=');if(_0x583c3f)return new RegExp(_0x583c3f,'i');}}}}catch(_0x4a27d3){}return null;}function isPhantomSkipFromNameFilter(_0x19481f){const _0x4115ef=a21_0x1e49db,_0x52c433={'toOTF':function(_0x11f687){return _0x11f687();},'FiSHf':function(_0x4ac8b6,_0x515fe4){return _0x4ac8b6(_0x515fe4);}},_0xdcf339=_0x52c433['toOTF'](getActiveTestNamePattern);if(!_0xdcf339)return![];const _0x402e1d=_0x52c433[_0x4115ef(0x1c3)](getFullJestTestName,_0x19481f);if(!_0x402e1d)return![];return!_0xdcf339[_0x4115ef(0x1bb)](_0x402e1d);}async function isCLIReady(){const _0x34a5c3=a21_0x1e49db,_0x36d978={'mbFiB':_0x34a5c3(0x1cc),'BglKm':function(_0x1f71cf,_0x7ecd12){return _0x1f71cf(_0x7ecd12);},'nDCkd':_0x34a5c3(0x17b),'khTDm':function(_0x4f558a,_0x3fa100){return _0x4f558a===_0x3fa100;},'DVKQu':_0x34a5c3(0x1ad),'vbbcI':function(_0x4f0e74,_0xc62341){return _0x4f0e74(_0xc62341);}};try{const _0x29d826=BrowserstackCLI[_0x34a5c3(0x186)]();if(_0x29d826['isCliEnabled']()&&_0x29d826[_0x34a5c3(0xc4)]())return logger['debug'](_0x36d978[_0x34a5c3(0x1c0)]),!![];const _0x2b0498=process[_0x34a5c3(0x1a5)][_0x34a5c3(0x117)];if(_0x2b0498&&_0x29d826[_0x34a5c3(0x1ae)]()){if(!_0x29d826[_0x34a5c3(0xc4)]())try{const _0x483788=_0x36d978[_0x34a5c3(0x112)](require,_0x36d978['nDCkd']),_0x476b6e=_0x483788[_0x34a5c3(0xf0)]();(!_0x476b6e||!_0x476b6e['name'])&&(_0x36d978[_0x34a5c3(0x16f)](process[_0x34a5c3(0x1a5)][_0x34a5c3(0x1a7)],_0x36d978[_0x34a5c3(0x11e)])?_0x483788[_0x34a5c3(0x1b3)](FRAMEWORKS[_0x34a5c3(0xde)],FRAMEWORKS[_0x34a5c3(0x1b0)]):_0x483788[_0x34a5c3(0x1b3)](FRAMEWORKS[_0x34a5c3(0xde)],FRAMEWORKS[_0x34a5c3(0xe6)])),await _0x29d826[_0x34a5c3(0x1ac)]();}catch(_0x5edff1){return _0x36d978[_0x34a5c3(0x18e)](debug,_0x34a5c3(0x145)+util[_0x34a5c3(0xf1)](_0x5edff1)),![];}return _0x29d826[_0x34a5c3(0xc4)]();}return![];}catch(_0x2e6cae){return _0x36d978[_0x34a5c3(0x112)](debug,_0x34a5c3(0x183)+util[_0x34a5c3(0xf1)](_0x2e6cae)),![];}}function getTestIdentifierForHook(_0x26d8af){const _0x4d0d25=a21_0x1e49db,_0x2a6374={};_0x2a6374[_0x4d0d25(0x152)]=function(_0x58e39e,_0x2a76a4){return _0x58e39e===_0x2a76a4;},_0x2a6374[_0x4d0d25(0x1aa)]=_0x4d0d25(0x10c),_0x2a6374[_0x4d0d25(0x111)]='beforeAll',_0x2a6374[_0x4d0d25(0x16d)]=function(_0x578e4a,_0x11d41a){return _0x578e4a===_0x11d41a;};const _0x54d77a=_0x2a6374;if(_0x54d77a[_0x4d0d25(0x152)](_0x26d8af[_0x4d0d25(0x1a1)],_0x54d77a[_0x4d0d25(0x1aa)])||_0x54d77a['nUKyZ'](_0x26d8af[_0x4d0d25(0x1a1)],_0x54d77a[_0x4d0d25(0x111)])){let _0x1b5f01=global[_0x4d0d25(0x189)];if(!_0x1b5f01&&_0x54d77a[_0x4d0d25(0x16d)](_0x26d8af['type'],_0x54d77a['NdLNt'])&&_0x26d8af[_0x4d0d25(0x120)]){const _0xa58278={};_0xa58278['name']=_0x26d8af[_0x4d0d25(0x120)][_0x4d0d25(0x168)],_0xa58278[_0x4d0d25(0x120)]=_0x26d8af[_0x4d0d25(0x120)]['parent'],_0xa58278[_0x4d0d25(0x140)]=_0x26d8af[_0x4d0d25(0x140)],_0xa58278['file']=_0x26d8af[_0x4d0d25(0x17e)];const _0x5d2473=_0xa58278;_0x1b5f01=jestUtils[_0x4d0d25(0x141)](_0x5d2473);}return _0x1b5f01;}return global[_0x4d0d25(0x189)];}function mapHookTypeToState(_0x1e2e51){const _0x374580=a21_0x1e49db,_0x2a7095={};_0x2a7095[_0x374580(0x16a)]=TestFrameworkState[_0x374580(0x1a8)],_0x2a7095[_0x374580(0x102)]=TestFrameworkState['AFTER_ALL'],_0x2a7095[_0x374580(0x10c)]=TestFrameworkState[_0x374580(0x12d)],_0x2a7095['afterEach']=TestFrameworkState['AFTER_EACH'];const _0x3618f0=_0x2a7095;return _0x3618f0[_0x1e2e51]||TestFrameworkState[_0x374580(0x12d)];}async function handleHookEventCLI(_0x127cff,_0x228bc8,_0x20605e){const _0x1e4cfe=a21_0x1e49db,_0x516128={'RSnaJ':function(_0x571cf2,_0x132e08){return _0x571cf2(_0x132e08);},'DYBST':_0x1e4cfe(0x119),'PTRAh':function(_0xb07710,_0x5925d7){return _0xb07710===_0x5925d7;},'fmQpW':'ROOT_DESCRIBE_BLOCK','cOFAj':function(_0x256b2e){return _0x256b2e();},'OzzpW':function(_0xa4184c){return _0xa4184c();},'Aqlcr':'HookRunStarted','NtfPK':function(_0x1d8fc2,_0x354a94){return _0x1d8fc2===_0x354a94;},'xmoIQ':function(_0x28efc9,_0x448b43){return _0x28efc9===_0x448b43;},'KOmNe':function(_0x2fe1a8,_0x376989){return _0x2fe1a8===_0x376989;},'quigK':_0x1e4cfe(0x179),'ijEsn':_0x1e4cfe(0xfb)};logger[_0x1e4cfe(0x15f)](_0x1e4cfe(0x1b9)+_0x228bc8+_0x1e4cfe(0x17a)+_0x127cff['type']);try{if(_0x127cff['fn']&&_0x127cff['fn'][_0x1e4cfe(0x11a)]()['match'](/browserstack internal helper hook/))return;if(_0x127cff[_0x1e4cfe(0x120)]&&_0x516128[_0x1e4cfe(0x13f)](_0x127cff[_0x1e4cfe(0x120)][_0x1e4cfe(0x168)],_0x516128[_0x1e4cfe(0xef)])){const _0x4a1216=_0x127cff['asyncError']&&((()=>{const _0xd009df=_0x1e4cfe;try{const _0x4ca0a3=_0x516128[_0xd009df(0x1cb)](require,_0x516128['DYBST']),_0x5057c3=_0x4ca0a3['parse'][_0xd009df(0xee)](_0x4ca0a3,_0x127cff['asyncError']);return _0x5057c3[0x0]&&_0x5057c3[0x0]['getFileName']?_0x5057c3[0x0][_0xd009df(0x17c)]():null;}catch(_0x222532){return logger[_0xd009df(0x15f)](_0xd009df(0x18a)+_0x222532[_0xd009df(0x1c1)]),null;}})())||_0x127cff[_0x1e4cfe(0x17e)]||null;if(!_0x4a1216)return;}let _0x4d876f=_0x127cff[_0x1e4cfe(0x19c)];if(!_0x4d876f)_0x4d876f=_0x516128[_0x1e4cfe(0xf5)](uuidv4),_0x127cff[_0x1e4cfe(0x19c)]=_0x4d876f;else _0x127cff[_0x1e4cfe(0x1ab)]&&(_0x4d876f=_0x516128[_0x1e4cfe(0x13d)](uuidv4),_0x127cff[_0x1e4cfe(0x19c)]=_0x4d876f,delete _0x127cff[_0x1e4cfe(0x1ab)]);_0x516128[_0x1e4cfe(0x13f)](_0x228bc8,_0x516128['Aqlcr'])&&(_0x127cff['started_at']=new Date()[_0x1e4cfe(0x126)]());const _0x3620c4=_0x516128['RSnaJ'](getTestIdentifierForHook,_0x127cff);!global[_0x1e4cfe(0xeb)]&&(global[_0x1e4cfe(0xeb)]={});if(_0x516128[_0x1e4cfe(0x14f)](_0x228bc8,_0x516128['Aqlcr'])){global[_0x1e4cfe(0xeb)]['currentHook']={'hookUUID':_0x4d876f,'testIdentifier':_0x3620c4,'hookType':_0x127cff['type'],'startedAt':new Date()[_0x1e4cfe(0x126)]()};const _0x1f5c25=BrowserstackCLI['getInstance']()[_0x1e4cfe(0x165)]();_0x1f5c25&&_0x1f5c25[_0x1e4cfe(0xc1)]&&_0x1f5c25[_0x1e4cfe(0xc1)](_0x3620c4,_0x4d876f,_0x127cff[_0x1e4cfe(0x1a1)]);}const _0x5b06a3=await jestUtils[_0x1e4cfe(0xc5)](_0x127cff,_0x4d876f,_0x228bc8,_0x3620c4);if(!_0x5b06a3)return;const _0x2fe6d7=_0x516128[_0x1e4cfe(0x1cb)](mapHookTypeToState,_0x127cff[_0x1e4cfe(0x1a1)]),_0x263c8b=_0x516128[_0x1e4cfe(0x125)](_0x228bc8,_0x516128[_0x1e4cfe(0x118)])?HookState['PRE']:HookState['POST'],_0x8e09c1=BrowserstackCLI[_0x1e4cfe(0x186)]()[_0x1e4cfe(0x165)]();if(_0x8e09c1){const _0x32563f={};_0x32563f[_0x1e4cfe(0x1b8)]=_0x5b06a3,await _0x8e09c1[_0x1e4cfe(0x11b)](_0x2fe6d7,_0x263c8b,_0x32563f);if(_0x516128[_0x1e4cfe(0x17f)](_0x228bc8,_0x516128['quigK'])){const _0x211ab1={};_0x211ab1[_0x1e4cfe(0x188)]=_0x3620c4,_0x211ab1[_0x1e4cfe(0x1a1)]=_0x516128[_0x1e4cfe(0x197)],await _0x8e09c1[_0x1e4cfe(0x11b)](TestFrameworkState[_0x1e4cfe(0xdb)],HookState[_0x1e4cfe(0x144)],_0x211ab1),global[_0x1e4cfe(0xeb)]&&global[_0x1e4cfe(0xeb)][_0x1e4cfe(0xe0)]&&_0x516128[_0x1e4cfe(0x125)](global['__workerDetails'][_0x1e4cfe(0xe0)][_0x1e4cfe(0xff)],_0x4d876f)&&delete global['__workerDetails'][_0x1e4cfe(0xe0)],_0x8e09c1[_0x1e4cfe(0x19e)]&&_0x8e09c1[_0x1e4cfe(0x19e)](_0x3620c4,_0x4d876f);}}}catch(_0x59a15c){logger['error'](_0x1e4cfe(0xe7)+util[_0x1e4cfe(0xf1)](_0x59a15c));throw _0x59a15c;}}async function handleTestEventCLI(_0x49d06b,_0x5394fa,_0x3bed1c){const _0x17abfa=a21_0x1e49db,_0x3d2c60={};_0x3d2c60[_0x17abfa(0x1bd)]=function(_0x2ee936,_0x44bf78){return _0x2ee936===_0x44bf78;},_0x3d2c60[_0x17abfa(0x1c2)]=_0x17abfa(0x1d2),_0x3d2c60['EShvb']=function(_0x38ea07,_0x3ab3ac){return _0x38ea07>_0x3ab3ac;},_0x3d2c60['rxcPH']=function(_0x2b5291,_0x5b04ec){return _0x2b5291&&_0x5b04ec;},_0x3d2c60[_0x17abfa(0x169)]=_0x17abfa(0xdf),_0x3d2c60[_0x17abfa(0x10a)]='TestRunFinished',_0x3d2c60[_0x17abfa(0xd6)]=function(_0x11bdd7,_0x42fe26){return _0x11bdd7&&_0x42fe26;},_0x3d2c60['SKQsb']=_0x17abfa(0x1bb);const _0x347278=_0x3d2c60;logger[_0x17abfa(0x15f)]('Handling\x20test\x20event\x20for\x20CLI:\x20'+_0x5394fa);try{let _0x184ce3;if(_0x347278['XXbRq'](_0x5394fa,_0x347278['IpgUy'])){_0x184ce3=jestUtils[_0x17abfa(0x141)](_0x49d06b),global[_0x17abfa(0x189)]=_0x184ce3,_0x49d06b[_0x17abfa(0x106)]=_0x184ce3,_0x49d06b['id']=_0x184ce3,_0x49d06b[_0x17abfa(0x133)]=new Date()[_0x17abfa(0x126)]();const _0x222f18=_0x3bed1c['current_test'];_0x3bed1c[_0x17abfa(0x15b)]=_0x49d06b,_0x49d06b[_0x17abfa(0xfa)]=null;if(_0x347278[_0x17abfa(0x167)](_0x49d06b[_0x17abfa(0x115)],0x0)&&_0x222f18&&_0x347278[_0x17abfa(0x1bd)](_0x222f18[_0x17abfa(0x105)],_0x49d06b[_0x17abfa(0x105)])){_0x49d06b[_0x17abfa(0xfa)]=_0x222f18[_0x17abfa(0x106)];const _0x5a357b=await jestUtils[_0x17abfa(0x196)](_0x49d06b,_0x184ce3,_0x347278['IpgUy']),_0x4b5775=BrowserstackCLI[_0x17abfa(0x186)]()[_0x17abfa(0x165)]();if(_0x347278[_0x17abfa(0x175)](_0x5a357b,_0x4b5775)){const _0x2e5745={};_0x2e5745['test']=_0x5a357b,await _0x4b5775[_0x17abfa(0x11b)](TestFrameworkState['TEST'],HookState[_0x17abfa(0x12f)],_0x2e5745);}_0x222f18[_0x17abfa(0x116)]=_0x347278[_0x17abfa(0x169)];const _0x17a012=await jestUtils[_0x17abfa(0x196)](_0x222f18,_0x222f18[_0x17abfa(0x106)],_0x347278[_0x17abfa(0x10a)]);if(_0x347278[_0x17abfa(0xd6)](_0x17a012,_0x4b5775)){const _0x18f6af={};_0x18f6af[_0x17abfa(0x1bb)]=_0x17a012,await _0x4b5775['trackEvent'](TestFrameworkState[_0x17abfa(0x100)],HookState[_0x17abfa(0x144)],_0x18f6af);}}else{const _0x9cba16=await jestUtils['createTestFrameworkData'](_0x49d06b,_0x184ce3,_0x347278['IpgUy']),_0x410e7b=BrowserstackCLI[_0x17abfa(0x186)]()['getTestFramework']();if(_0x347278[_0x17abfa(0x175)](_0x9cba16,_0x410e7b)){const _0x1a4542={};_0x1a4542[_0x17abfa(0x1bb)]=_0x9cba16,await _0x410e7b[_0x17abfa(0x11b)](TestFrameworkState[_0x17abfa(0x100)],HookState[_0x17abfa(0x12f)],_0x1a4542);}}}else{_0x184ce3=_0x49d06b[_0x17abfa(0x106)]||_0x49d06b['id']||global[_0x17abfa(0x189)];const _0x48e87b=await jestUtils['createTestFrameworkData'](_0x49d06b,_0x184ce3,_0x5394fa),_0x1cd4ab=BrowserstackCLI[_0x17abfa(0x186)]()[_0x17abfa(0x165)]();if(_0x347278['YsBop'](_0x48e87b,_0x1cd4ab)){const _0x38a76c={};_0x38a76c[_0x17abfa(0x1bb)]=_0x48e87b,_0x38a76c[_0x17abfa(0x192)]=_0x49d06b,_0x38a76c[_0x17abfa(0x121)]=_0x184ce3,await _0x1cd4ab[_0x17abfa(0x11b)](TestFrameworkState['TEST'],HookState[_0x17abfa(0x144)],_0x38a76c);const _0x1d66a5={};_0x1d66a5['testUUID']=_0x184ce3,_0x1d66a5['type']=_0x347278[_0x17abfa(0x124)],await _0x1cd4ab['trackEvent'](TestFrameworkState[_0x17abfa(0xdb)],HookState['POST'],_0x1d66a5);}}}catch(_0xceb755){logger[_0x17abfa(0x1b2)](_0x17abfa(0x131)+util['format'](_0xceb755));throw _0xceb755;}}exportsI[a21_0x1e49db(0x14b)]=(..._0x4b314d)=>{const _0x4c7c13=a21_0x1e49db,_0x2750c5={'TNZUB':function(_0x39afc5,_0x19aef8){return _0x39afc5(_0x19aef8);},'yIfhE':_0x4c7c13(0x119),'qPVYd':function(_0xdfc0d6,_0x26d616){return _0xdfc0d6&&_0x26d616;},'abhIN':_0x4c7c13(0x195),'UMvDO':function(_0x2eead9,_0x5e21fb){return _0x2eead9===_0x5e21fb;},'ALpUc':'ROOT_DESCRIBE_BLOCK','cWBLp':function(_0x14811a){return _0x14811a();},'ymQFh':function(_0x1e903a,_0x1ebe49){return _0x1e903a(_0x1ebe49);},'BPQyT':function(_0x53e68a,_0x421c49,_0x5b0b04,_0x36ea0a){return _0x53e68a(_0x421c49,_0x5b0b04,_0x36ea0a);},'tOhxG':_0x4c7c13(0x1b4),'BcpqF':function(_0x5c696b,_0x5e4a3e){return _0x5c696b(_0x5e4a3e);},'Ztvxm':function(_0x29327d,_0x1f25a2){return _0x29327d(_0x1f25a2);},'iaOGT':'hook_success','QxuCr':function(_0x5961ed){return _0x5961ed();},'VUCgV':function(_0x5d3770,_0x590492){return _0x5d3770(_0x590492);},'HOYiX':_0x4c7c13(0x179),'oYjVB':function(_0x548bc0,_0x229700){return _0x548bc0(_0x229700);},'PTRxA':_0x4c7c13(0x160),'ODXHV':_0x4c7c13(0x16a),'RSvVD':_0x4c7c13(0x10c),'xqqoA':_0x4c7c13(0x108),'JOQCd':function(_0x554b33,_0x45e6a0){return _0x554b33>_0x45e6a0;},'naeaE':function(_0x174100){return _0x174100();},'nGwkC':function(_0x3acee3,_0x4565ad){return _0x3acee3(_0x4565ad);},'aIOOI':function(_0x4f06e1,_0xc287d){return _0x4f06e1(_0xc287d);},'ZhOTq':_0x4c7c13(0x138),'GjqRK':function(_0x36c862,_0x440dc9){return _0x36c862(_0x440dc9);},'cAgtM':function(_0x2f8a43,_0x1b0b86){return _0x2f8a43!==_0x1b0b86;},'tZOwV':'\x20>\x20','pxrMV':function(_0x56c09e){return _0x56c09e();},'AaXxI':'TestRunStarted','QGlPL':function(_0x1af4ca,_0x519184){return _0x1af4ca(_0x519184);},'VyZwr':function(_0x1d14b6){return _0x1d14b6();},'eHHef':_0x4c7c13(0x182),'zevrP':function(_0x199b12,_0x161ef1){return _0x199b12(_0x161ef1);},'gGduM':function(_0x3bd905,_0x320ca0){return _0x3bd905(_0x320ca0);},'tDfBU':function(_0x298655,_0x105ee6){return _0x298655(_0x105ee6);},'snqvg':function(_0x3c0798,_0x5c2c9a){return _0x3c0798>_0x5c2c9a;},'kQvpF':function(_0x42aeea,_0x37c3a2){return _0x42aeea===_0x37c3a2;},'pdhcY':_0x4c7c13(0x11d),'Bdehd':_0x4c7c13(0xdf),'QrtsN':_0x4c7c13(0x180),'lzsCt':function(_0x295ba8,_0x430487){return _0x295ba8||_0x430487;},'XEdBB':'TestRunFinished','QauKX':_0x4c7c13(0x132),'MwykQ':function(_0x2d8352,_0x5e6736){return _0x2d8352(_0x5e6736);},'oNolP':'TestRunSkipped','yVcoK':function(_0x3e0604,_0x3aac20){return _0x3e0604(_0x3aac20);},'jGTdO':_0x4c7c13(0x1cf),'BwtsF':'teardown','kQAvV':_0x4c7c13(0x153),'vDrPo':function(_0x571f62,_0x493d4c){return _0x571f62===_0x493d4c;},'lshEL':_0x4c7c13(0x139),'GXdes':function(_0x39dbef,_0x1a994f){return _0x39dbef(_0x1a994f);},'MoXIb':function(_0x80e25d,_0x1cbc44,_0x31cabc){return _0x80e25d(_0x1cbc44,_0x31cabc);},'WzMsA':'jest-circus/build/state.js','TNGaD':_0x4c7c13(0xf7),'wxjRO':function(_0x3190f4,_0x4b43ce,_0x10773a){return _0x3190f4(_0x4b43ce,_0x10773a);},'DDXbd':_0x4c7c13(0x1ca),'QKjHQ':function(_0x53fa60){return _0x53fa60();},'wvXKi':function(_0x5b3538,_0x288fd1,_0x252b3c){return _0x5b3538(_0x288fd1,_0x252b3c);},'IHyCC':_0x4c7c13(0xbd),'OguWs':function(_0x2ffb5d,_0x26f4a9){return _0x2ffb5d(_0x26f4a9);},'jRAAR':function(_0x2ba005,..._0x563cd0){return _0x2ba005(..._0x563cd0);}};try{logger[_0x4c7c13(0x15f)]('[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub='+_0x2750c5[_0x4c7c13(0x10b)](shouldProcessEventForTesthub)+_0x4c7c13(0x15a)+process[_0x4c7c13(0x1a5)][_0x4c7c13(0x1a7)]);const _0x20d94e=_0x4b314d&&_0x4b314d[0x0]?_0x4b314d[0x0]:{};_0x20d94e&&_0x2750c5[_0x4c7c13(0x10f)](typeof _0x20d94e[_0x4c7c13(0xcb)],_0x2750c5[_0x4c7c13(0xdd)])&&_0x20d94e[_0x4c7c13(0xcb)]&&(_currentTestPath=_0x20d94e[_0x4c7c13(0xcb)]);let _0x521aa5=0x0;try{if(_0x20d94e[_0x4c7c13(0x137)]&&_0x2750c5[_0x4c7c13(0x198)](typeof _0x20d94e[_0x4c7c13(0x137)][_0x4c7c13(0x18c)],_0x2750c5[_0x4c7c13(0x158)]))_0x521aa5=_0x20d94e[_0x4c7c13(0x137)][_0x4c7c13(0x18c)];else{if(_0x20d94e[_0x4c7c13(0xfc)]&&_0x2750c5[_0x4c7c13(0x10f)](typeof _0x20d94e[_0x4c7c13(0xfc)][_0x4c7c13(0x18c)],_0x2750c5[_0x4c7c13(0x158)]))_0x521aa5=_0x20d94e[_0x4c7c13(0xfc)][_0x4c7c13(0x18c)];else global[_0x4c7c13(0x194)]&&_0x2750c5['kQvpF'](typeof global['jestConfig'][_0x4c7c13(0x18c)],_0x2750c5[_0x4c7c13(0x158)])&&(_0x521aa5=global['jestConfig']['browserstackPlatformIndex']);}}catch(_0x3bfecd){logger[_0x4c7c13(0x15f)](_0x4c7c13(0x114)+util[_0x4c7c13(0xf1)](_0x3bfecd));}global[_0x4c7c13(0x178)]=_0x521aa5,process[_0x4c7c13(0x1a5)][_0x4c7c13(0x1cd)]=_0x2750c5[_0x4c7c13(0x1a3)](String,_0x521aa5);const _0x617707=new ObservabilityReporter();!_initializedPlatformIndices[_0x4c7c13(0x1b7)](_0x521aa5)?(logger['debug'](_0x4c7c13(0xc8)+_0x521aa5),_initializedPlatformIndices[_0x4c7c13(0x164)](_0x521aa5),_0x2750c5[_0x4c7c13(0x163)](shouldProcessEventForTesthub)&&(_0x2750c5[_0x4c7c13(0x163)](patchConsoleLogger),_0x617707[_0x4c7c13(0x12e)]())):logger[_0x4c7c13(0x15f)](_0x4c7c13(0x107)+_0x521aa5+_0x4c7c13(0x18d));let _0x5a08da;try{_0x5a08da=_0x2750c5[_0x4c7c13(0x136)](requireModule,_0x2750c5[_0x4c7c13(0x161)],_0x2750c5[_0x4c7c13(0x193)]);}catch{_0x5a08da=_0x2750c5[_0x4c7c13(0x151)](requireModule,_0x2750c5[_0x4c7c13(0x193)]);}let _0x2d2323;try{_0x2d2323=_0x2750c5[_0x4c7c13(0xdc)](requireModule,_0x2750c5[_0x4c7c13(0xd3)],_0x2750c5[_0x4c7c13(0x193)])[_0x4c7c13(0x101)];}catch{_0x2d2323=_0x2750c5[_0x4c7c13(0xcd)](requireModule,_0x2750c5[_0x4c7c13(0x193)])[_0x4c7c13(0x101)]||(()=>({}));}const _0x103bff=BrowserstackCLI[_0x4c7c13(0x186)]()['isCliEnabled']();(_0x2750c5[_0x4c7c13(0x181)](shouldProcessEventForTesthub)||_0x103bff)&&_0x5a08da[_0x4c7c13(0x1d0)](_0x2750c5[_0x4c7c13(0x184)](o11yErrorHandler,async(_0x1af8b1,_0x226118)=>{const _0x4022b2=_0x4c7c13,_0x2fa266={'Ctiac':function(_0x270297,_0x3b7846){const _0x13e9a5=a21_0x1a97;return _0x2750c5[_0x13e9a5(0xe4)](_0x270297,_0x3b7846);}};_0x2750c5['qPVYd'](_currentTestPath,_0x1af8b1)&&_0x1af8b1[_0x4022b2(0x1bb)]&&!_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0x17e)]&&(_0x1af8b1[_0x4022b2(0x1bb)]['file']=_currentTestPath);switch(_0x1af8b1[_0x4022b2(0x168)]){case _0x2750c5['abhIN']:if(_0x1af8b1[_0x4022b2(0xfb)]['fn']&&_0x1af8b1['hook']['fn'][_0x4022b2(0x11a)]()[_0x4022b2(0x156)](/browserstack internal helper hook/))break;if(_0x1af8b1[_0x4022b2(0xfb)][_0x4022b2(0x120)]&&_0x2750c5['UMvDO'](_0x1af8b1['hook'][_0x4022b2(0x120)][_0x4022b2(0x168)],_0x2750c5['ALpUc'])){const _0x348c21=_0x1af8b1[_0x4022b2(0xfb)][_0x4022b2(0x140)]&&((()=>{const _0x9e35af=_0x4022b2;try{const _0x169bb7=_0x2750c5[_0x9e35af(0xe4)](require,_0x2750c5[_0x9e35af(0x1b6)]),_0x3fe49a=_0x169bb7[_0x9e35af(0x1c4)]['call'](_0x169bb7,_0x1af8b1['hook'][_0x9e35af(0x140)]);return _0x3fe49a[0x0]&&_0x3fe49a[0x0][_0x9e35af(0x17c)]?_0x3fe49a[0x0][_0x9e35af(0x17c)]():null;}catch(_0x565360){return logger['debug'](_0x9e35af(0x18a)+_0x565360['message']),null;}})())||_0x1af8b1['hook'][_0x4022b2(0x17e)]||null;if(!_0x348c21)break;}if(BrowserstackCLI[_0x4022b2(0x186)]()[_0x4022b2(0x1ae)]()&&await _0x2750c5[_0x4022b2(0x128)](isCLIReady)){if(_0x2750c5['ymQFh'](shouldProcessEventForTesthub,testHubConstants[_0x4022b2(0x15d)][_0x4022b2(0x1ba)]))try{await _0x2750c5[_0x4022b2(0xf8)](handleHookEventCLI,_0x1af8b1[_0x4022b2(0xfb)],_0x2750c5[_0x4022b2(0x13a)],_0x226118);break;}catch(_0x19f25f){_0x2750c5['BcpqF'](debug,_0x4022b2(0xe5)+util[_0x4022b2(0xf1)](_0x19f25f));}}if(_0x2750c5[_0x4022b2(0x103)](shouldProcessEventForTesthub,testHubConstants[_0x4022b2(0x15d)]['HookStarted'])){if(!_0x1af8b1[_0x4022b2(0xfb)]['hookAnalyticsId']){const _0x1337a4=TestDetails['setTestUUID'](process[_0x4022b2(0x14a)]+':hookAnalyticsId');_0x1af8b1[_0x4022b2(0xfb)][_0x4022b2(0x19c)]=_0x1337a4;}else _0x1af8b1[_0x4022b2(0xfb)][_0x4022b2(0x1ab)]&&(_0x1af8b1[_0x4022b2(0xfb)][_0x4022b2(0x19c)]=TestDetails[_0x4022b2(0x11c)](process[_0x4022b2(0x14a)]+':hookAnalyticsId'),delete _0x1af8b1[_0x4022b2(0xfb)][_0x4022b2(0x1ab)]);_0x1af8b1[_0x4022b2(0xfb)]['started_at']=new Date()[_0x4022b2(0x126)](),await _0x617707[_0x4022b2(0xcf)](_0x1af8b1['hook'],undefined,![],_0x2750c5[_0x4022b2(0x13a)]);}break;case _0x2750c5['iaOGT']:if(BrowserstackCLI[_0x4022b2(0x186)]()[_0x4022b2(0x1ae)]()&&await _0x2750c5[_0x4022b2(0x176)](isCLIReady)){if(_0x2750c5[_0x4022b2(0x146)](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookFinished']))try{await _0x2750c5['BPQyT'](handleHookEventCLI,_0x1af8b1[_0x4022b2(0xfb)],_0x2750c5[_0x4022b2(0x143)],_0x226118);break;}catch(_0x463731){_0x2750c5[_0x4022b2(0xda)](debug,_0x4022b2(0xe5)+util[_0x4022b2(0xf1)](_0x463731));}}_0x2750c5[_0x4022b2(0x103)](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookFinished'])&&(await _0x617707[_0x4022b2(0xcf)](_0x1af8b1[_0x4022b2(0xfb)],undefined,![],_0x2750c5[_0x4022b2(0x143)]),TestDetails['removeTestUUID'](process[_0x4022b2(0x14a)]+_0x4022b2(0xe9)));break;case _0x2750c5[_0x4022b2(0xd8)]:[_0x2750c5[_0x4022b2(0x148)],_0x2750c5[_0x4022b2(0x123)],_0x2750c5[_0x4022b2(0x1a9)]][_0x4022b2(0x16c)](_0x1af8b1['hook'][_0x4022b2(0x1a1)])&&(_0x617707[_0x4022b2(0x160)]=_0x1af8b1['hook']['type']),_0x226118[_0x4022b2(0xc2)]&&_0x2750c5['JOQCd'](_0x226118['unhandledErrors'][_0x4022b2(0x1af)],0x0)&&(_0x1af8b1[_0x4022b2(0xfb)][_0x4022b2(0xed)]=[_0x226118[_0x4022b2(0xc2)][0x0][0x0]]);if(BrowserstackCLI[_0x4022b2(0x186)]()['isCliEnabled']()&&await _0x2750c5[_0x4022b2(0x163)](isCLIReady)){if(_0x2750c5[_0x4022b2(0xe4)](shouldProcessEventForTesthub,testHubConstants[_0x4022b2(0x15d)][_0x4022b2(0xf9)]))try{await _0x2750c5[_0x4022b2(0xf8)](handleHookEventCLI,_0x1af8b1['hook'],_0x2750c5[_0x4022b2(0x143)],_0x226118);break;}catch(_0x3c7e07){_0x2750c5['nGwkC'](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x4022b2(0xf1)](_0x3c7e07));}}_0x2750c5[_0x4022b2(0xcd)](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookFinished'])&&(await _0x617707[_0x4022b2(0xcf)](_0x1af8b1[_0x4022b2(0xfb)],undefined,![],_0x2750c5[_0x4022b2(0x143)]),TestDetails['removeTestUUID'](process['pid']+_0x4022b2(0xe9)));break;case _0x2750c5[_0x4022b2(0xec)]:if(_0x2750c5[_0x4022b2(0x1bc)](isTrue,process[_0x4022b2(0x1a5)][_0x4022b2(0xc7)])&&_0x2750c5[_0x4022b2(0xe4)](isPhantomSkipFromNameFilter,_0x1af8b1[_0x4022b2(0x1bb)])){const _0x5f27aa=_0x2750c5['GjqRK'](getFullJestTestName,_0x1af8b1[_0x4022b2(0x1bb)]);logger['debug'](_0x4022b2(0x1bf)+_0x5f27aa+'\x22');break;}try{let _0x26dc6f=_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0x168)]||'';try{let _0x5d935d=_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0x120)];const _0x35bbab=[_0x26dc6f];while(_0x5d935d&&_0x5d935d[_0x4022b2(0x168)]&&_0x2750c5[_0x4022b2(0xd7)](_0x5d935d[_0x4022b2(0x168)],_0x2750c5[_0x4022b2(0x12a)])){_0x35bbab[_0x4022b2(0xe2)](_0x5d935d[_0x4022b2(0x168)]),_0x5d935d=_0x5d935d[_0x4022b2(0x120)];}_0x26dc6f=_0x35bbab['join'](_0x2750c5['tZOwV']);}catch(_0x201310){logger['debug'](_0x4022b2(0xf2)+_0x201310[_0x4022b2(0x1c1)]);}process['_bstackTestName']=_0x26dc6f,process[_0x4022b2(0xea)]=null,process[_0x4022b2(0x14c)]=null,logger[_0x4022b2(0x15f)](_0x4022b2(0x104)+_0x26dc6f+'\x22');if(!global[_0x4022b2(0xeb)]){const _0x34bc17={};_0x34bc17[_0x4022b2(0x135)]={},global[_0x4022b2(0xeb)]=_0x34bc17;}!global[_0x4022b2(0xeb)]['currentTest']&&(global['__workerDetails'][_0x4022b2(0x135)]={});const _0x22d102={};_0x22d102[_0x4022b2(0x105)]=_0x26dc6f,_0x22d102[_0x4022b2(0x168)]=_0x26dc6f,global[_0x4022b2(0xeb)][_0x4022b2(0x135)][_0x4022b2(0x147)]=_0x22d102,global['browserstackTestName']=_0x26dc6f;}catch(_0x4cce20){logger['debug']('[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20'+_0x4cce20['message']);}if(BrowserstackCLI[_0x4022b2(0x186)]()[_0x4022b2(0x1ae)]()&&await _0x2750c5[_0x4022b2(0x10b)](isCLIReady))try{await _0x2750c5[_0x4022b2(0xf8)](handleTestEventCLI,_0x1af8b1[_0x4022b2(0x1bb)],_0x2750c5['AaXxI'],_0x617707);break;}catch(_0x1e2601){_0x2750c5['QGlPL'](debug,_0x4022b2(0xe5)+util['format'](_0x1e2601));}_0x2750c5[_0x4022b2(0x1b5)](shouldProcessEventForTesthub)&&await _0x617707['testStarted'](_0x1af8b1[_0x4022b2(0x1bb)]);break;case _0x2750c5[_0x4022b2(0x15e)]:{const _0x5977b3=_0x1af8b1[_0x4022b2(0x1bb)];if(_0x2750c5[_0x4022b2(0x1be)](isTrue,process['env'][_0x4022b2(0xc7)])&&_0x2750c5[_0x4022b2(0x15c)](isPhantomSkipFromNameFilter,_0x5977b3)){const _0x3093c5=_0x2750c5[_0x4022b2(0x151)](getFullJestTestName,_0x5977b3);logger[_0x4022b2(0x15f)](_0x4022b2(0x1c7)+_0x3093c5+'\x22'),_0x5977b3[_0x4022b2(0x1ab)]=!![];break;}_0x1af8b1[_0x4022b2(0x1bb)]={..._0x2750c5[_0x4022b2(0xcd)](_0x2d2323,_0x1af8b1['test']),..._0x1af8b1[_0x4022b2(0x1bb)]};try{const _0x43154e=_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0xc6)]||[],_0x18d514=_0x2750c5['snqvg'](_0x43154e[_0x4022b2(0x1af)],0x0)||_0x2750c5['kQvpF'](_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0x14d)],_0x2750c5[_0x4022b2(0x166)]),_0x266a32=_0x18d514?_0x2750c5[_0x4022b2(0x1c6)]:_0x2750c5['QrtsN'];let _0x2cd9c4='';_0x18d514&&(_0x2cd9c4=_0x43154e['map'](_0x49a930=>{const _0x511159=_0x4022b2;if(Array[_0x511159(0x13b)](_0x49a930))return _0x49a930['map'](_0x20c279=>_0x20c279&&_0x20c279[_0x511159(0x1c1)]||String(_0x20c279))[_0x511159(0xd4)](';\x20');return _0x49a930&&_0x49a930['message']||_0x2fa266[_0x511159(0x12b)](String,_0x49a930);})[_0x4022b2(0xd4)](';\x20')),process[_0x4022b2(0xea)]=_0x266a32,process[_0x4022b2(0x14c)]=_0x2750c5[_0x4022b2(0xfe)](_0x2cd9c4,''),logger[_0x4022b2(0x15f)](_0x4022b2(0x19f)+_0x266a32+'\x22'),global[_0x4022b2(0xeb)]&&global['__workerDetails'][_0x4022b2(0x135)]&&(!global[_0x4022b2(0xeb)][_0x4022b2(0x135)]['testInfo']&&(global['__workerDetails'][_0x4022b2(0x135)][_0x4022b2(0x147)]={}),global[_0x4022b2(0xeb)]['currentTest'][_0x4022b2(0x147)][_0x4022b2(0x14d)]=_0x266a32,_0x18d514&&(global[_0x4022b2(0xeb)][_0x4022b2(0x135)]['testInfo'][_0x4022b2(0x122)]=_0x2cd9c4));}catch(_0x17d49c){logger[_0x4022b2(0x15f)]('[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20'+_0x17d49c[_0x4022b2(0x1c1)]);}if(!_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0x1ab)]){_0x1af8b1['test']['markedStatus']=!![];if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x2750c5[_0x4022b2(0x128)](isCLIReady))try{await _0x2750c5[_0x4022b2(0xf8)](handleTestEventCLI,_0x1af8b1[_0x4022b2(0x1bb)],_0x2750c5[_0x4022b2(0x1c9)],_0x617707);break;}catch(_0x39049d){_0x2750c5[_0x4022b2(0x154)](debug,_0x4022b2(0xe5)+util['format'](_0x39049d));}_0x2750c5[_0x4022b2(0x176)](shouldProcessEventForTesthub)&&await _0x617707[_0x4022b2(0xcf)](_0x1af8b1['test']);}break;}case _0x2750c5['QauKX']:{const _0x108bc5=_0x1af8b1[_0x4022b2(0x1bb)];if(_0x2750c5[_0x4022b2(0x1bc)](isTrue,process[_0x4022b2(0x1a5)][_0x4022b2(0xc7)])&&_0x2750c5[_0x4022b2(0xf4)](isPhantomSkipFromNameFilter,_0x108bc5)){const _0x4550c1=_0x2750c5[_0x4022b2(0x199)](getFullJestTestName,_0x108bc5);logger[_0x4022b2(0x15f)](_0x4022b2(0xe8)+_0x4550c1+'\x22'),_0x108bc5[_0x4022b2(0x1ab)]=!![];break;}_0x1af8b1[_0x4022b2(0x1bb)]={..._0x2750c5[_0x4022b2(0xf4)](_0x2d2323,_0x1af8b1[_0x4022b2(0x1bb)]),..._0x1af8b1[_0x4022b2(0x1bb)]};if(!_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0x1ab)]){_0x1af8b1[_0x4022b2(0x1bb)][_0x4022b2(0x1ab)]=!![];if(BrowserstackCLI[_0x4022b2(0x186)]()[_0x4022b2(0x1ae)]()&&await _0x2750c5[_0x4022b2(0x163)](isCLIReady))try{await _0x2750c5[_0x4022b2(0xf8)](handleTestEventCLI,_0x1af8b1[_0x4022b2(0x1bb)],_0x2750c5[_0x4022b2(0x190)],_0x617707);break;}catch(_0x2c00de){_0x2750c5[_0x4022b2(0xe3)](debug,_0x4022b2(0xe5)+util[_0x4022b2(0xf1)](_0x2c00de));}_0x2750c5[_0x4022b2(0x176)](shouldProcessEventForTesthub)&&await _0x617707[_0x4022b2(0xcf)](_0x1af8b1['test'],undefined,![],_0x2750c5[_0x4022b2(0x190)]);}break;}case _0x2750c5[_0x4022b2(0x13e)]:_0x617707[_0x4022b2(0x160)]=null;break;case _0x2750c5['BwtsF']:await RequestQueueHandler[_0x4022b2(0x186)]()[_0x4022b2(0x18f)](),process[_0x4022b2(0x12c)]();break;default:}},_0x2750c5[_0x4c7c13(0x13c)]));}catch(_0x4306bc){_0x2750c5[_0x4c7c13(0xbf)](debug,_0x4c7c13(0x1d1)+_0x4306bc);}return _0x2750c5[_0x4c7c13(0x1a6)](initInitialize,..._0x4b314d);};function a21_0x1a97(_0x1d32d6,_0x5d00ea){const _0x3fd3dd=a21_0x3fd3();return a21_0x1a97=function(_0x1a97cb,_0x52fca3){_0x1a97cb=_0x1a97cb-0xbc;let _0x507fb5=_0x3fd3dd[_0x1a97cb];return _0x507fb5;},a21_0x1a97(_0x1d32d6,_0x5d00ea);}try{Object[a21_0x1e49db(0x142)](exportsI)[a21_0x1e49db(0xf3)](_0x3dae2d=>{const _0x23d08e=a21_0x1e49db,_0x2a628a={'RIXvU':function(_0x456946,_0x9e2970){return _0x456946(_0x9e2970);}};try{exports&&(exports[_0x3dae2d]=exportsI[_0x3dae2d]);}catch(_0xd12418){_0x2a628a[_0x23d08e(0x172)](debug,'Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20'+_0xd12418);}});}catch(a21_0x1729af){debug(a21_0x1e49db(0xcc)+a21_0x1729af);}const a21_0x5c8454={};a21_0x5c8454[a21_0x1e49db(0x191)]=getFullJestTestName,a21_0x5c8454[a21_0x1e49db(0x185)]=getActiveTestNamePattern,a21_0x5c8454['isPhantomSkipFromNameFilter']=isPhantomSkipFromNameFilter,exports[a21_0x1e49db(0x1c8)]=a21_0x5c8454;
1
+ const a21_0x30652d=a21_0x3c36;(function(_0x52e000,_0x3cae28){const _0x138af1=a21_0x3c36,_0x3405e1=_0x52e000();while(!![]){try{const _0x4c5061=parseInt(_0x138af1(0xfe))/0x1+parseInt(_0x138af1(0x177))/0x2+-parseInt(_0x138af1(0xc1))/0x3+-parseInt(_0x138af1(0xea))/0x4+-parseInt(_0x138af1(0x139))/0x5+-parseInt(_0x138af1(0x105))/0x6+parseInt(_0x138af1(0x13b))/0x7;if(_0x4c5061===_0x3cae28)break;else _0x3405e1['push'](_0x3405e1['shift']());}catch(_0x5847a0){_0x3405e1['push'](_0x3405e1['shift']());}}}(a21_0x5da7,0x8d690));const {requireModule,isTrue}=require('../../../helpers/helper'),ObservabilityReporter=require(a21_0x30652d(0x128)),RequestQueueHandler=require(a21_0x30652d(0xdc)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a21_0x30652d(0xde)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils'),testHubConstants=require(a21_0x30652d(0x182)),BrowserstackCLI=require(a21_0x30652d(0x17d)),TestFrameworkState=require(a21_0x30652d(0xd3)),HookState=require('../../v2/state/hookState'),JestUtils=require(a21_0x30652d(0x18b)),{v4:uuidv4}=require(a21_0x30652d(0x167)),util=require('util'),logger=require(a21_0x30652d(0x187))['winstonLogger'],{FRAMEWORKS}=require(a21_0x30652d(0x110));let exportsI;try{exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js',a21_0x30652d(0x127));}catch{exportsI=requireModule(a21_0x30652d(0x14e),a21_0x30652d(0x127));}const initInitialize=exportsI[a21_0x30652d(0x108)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();let _currentTestPath=null;function getFullJestTestName(_0x24c0dd){const _0x410ba4=a21_0x30652d,_0x5e3e18={};_0x5e3e18['wglrD']=function(_0x22141,_0x1f3c33){return _0x22141!==_0x1f3c33;},_0x5e3e18[_0x410ba4(0xf4)]='ROOT_DESCRIBE_BLOCK';const _0x57a796=_0x5e3e18;try{const _0x304526=[];let _0x2a1d80=_0x24c0dd;while(_0x2a1d80){_0x2a1d80[_0x410ba4(0xb3)]&&_0x57a796[_0x410ba4(0x17f)](_0x2a1d80['name'],_0x57a796[_0x410ba4(0xf4)])&&_0x304526[_0x410ba4(0x140)](_0x2a1d80[_0x410ba4(0xb3)]),_0x2a1d80=_0x2a1d80[_0x410ba4(0xa9)];}return _0x304526['join']('\x20');}catch(_0x3fa2b1){return _0x24c0dd&&_0x24c0dd[_0x410ba4(0xb3)]||'';}}function getActiveTestNamePattern(){const _0xd3d28=a21_0x30652d,_0x251c97={'qnzuv':function(_0x1c5f6c,_0x39821f,_0x1e1d92){return _0x1c5f6c(_0x39821f,_0x1e1d92);},'BFhGN':_0xd3d28(0xad),'ddlNS':_0xd3d28(0x127),'hlkwT':function(_0x16b3a0,_0x590be8){return _0x16b3a0(_0x590be8);},'Fzynv':function(_0x251658,_0x3aaebc){return _0x251658===_0x3aaebc;},'ZcoIZ':_0xd3d28(0x126),'LlKoX':function(_0x268814,_0x29cd60){return _0x268814 instanceof _0x29cd60;},'MmHKb':_0xd3d28(0x129),'HEhMD':function(_0x187e73,_0x5aa8f5){return _0x187e73>_0x5aa8f5;},'nADVq':function(_0x30f0bf,_0x471552){return _0x30f0bf<_0x471552;},'SupZV':function(_0x2bb55b,_0x5a6fd1){return _0x2bb55b===_0x5a6fd1;},'JzsJO':'--testNamePattern','QUzOy':function(_0x2aff9f,_0x56270f){return _0x2aff9f+_0x56270f;},'MYJtZ':'--testNamePattern=','lhNPI':'-t='};try{let _0x16f737;try{_0x16f737=_0x251c97[_0xd3d28(0x13c)](requireModule,_0x251c97[_0xd3d28(0xb5)],_0x251c97[_0xd3d28(0x11d)]);}catch{_0x16f737=_0x251c97[_0xd3d28(0x156)](requireModule,_0x251c97[_0xd3d28(0x11d)]);}if(_0x16f737&&_0x251c97[_0xd3d28(0xd7)](typeof _0x16f737['getState'],_0x251c97[_0xd3d28(0x174)])){const _0x44cf76=_0x16f737[_0xd3d28(0xa6)]();if(_0x44cf76&&_0x44cf76['testNamePattern']){if(_0x251c97[_0xd3d28(0x10d)](_0x44cf76[_0xd3d28(0x10e)],RegExp))return _0x44cf76['testNamePattern'];if(_0x251c97['Fzynv'](typeof _0x44cf76[_0xd3d28(0x10e)],_0x251c97[_0xd3d28(0x90)])&&_0x251c97[_0xd3d28(0x158)](_0x44cf76['testNamePattern'][_0xd3d28(0x93)],0x0))return new RegExp(_0x44cf76[_0xd3d28(0x10e)],'i');}}}catch(_0x2697e0){}try{const _0x31b8bd=process['argv']||[];for(let _0x1931a9=0x0;_0x251c97[_0xd3d28(0x184)](_0x1931a9,_0x31b8bd[_0xd3d28(0x93)]);_0x1931a9++){const _0x24c469=_0x31b8bd[_0x1931a9];if(_0x251c97[_0xd3d28(0xd7)](_0x24c469,'-t')||_0x251c97[_0xd3d28(0x15c)](_0x24c469,_0x251c97[_0xd3d28(0x152)])){const _0x3ef90b=_0x31b8bd[_0x251c97[_0xd3d28(0x86)](_0x1931a9,0x1)];if(_0x3ef90b&&!_0x3ef90b[_0xd3d28(0x172)]('-'))return new RegExp(_0x3ef90b,'i');}else{if(_0x24c469&&(_0x24c469[_0xd3d28(0x172)](_0x251c97[_0xd3d28(0x117)])||_0x24c469['startsWith'](_0x251c97[_0xd3d28(0x179)]))){const _0x266174=_0x24c469[_0xd3d28(0xbd)]('=')[_0xd3d28(0x168)](0x1)[_0xd3d28(0x11e)]('=');if(_0x266174)return new RegExp(_0x266174,'i');}}}}catch(_0x386352){}return null;}function isPhantomSkipFromNameFilter(_0x5aacc6){const _0x5025d8=a21_0x30652d,_0x578630={'JsSdG':function(_0x3a37eb){return _0x3a37eb();},'XPbiz':function(_0xbbb7d8,_0x40f6a9){return _0xbbb7d8(_0x40f6a9);}},_0x5204e0=_0x578630[_0x5025d8(0x135)](getActiveTestNamePattern);if(!_0x5204e0)return![];const _0x20d386=_0x578630[_0x5025d8(0x8f)](getFullJestTestName,_0x5aacc6);if(!_0x20d386)return![];return!_0x5204e0[_0x5025d8(0x148)](_0x20d386);}async function isCLIReady(){const _0x41db08=a21_0x30652d,_0x286c34={'zZUFa':_0x41db08(0xda),'gqxEJ':function(_0x56139f,_0x1779b8){return _0x56139f(_0x1779b8);},'vkzeI':'../../v2/cliUtils','vlJQv':function(_0x5a4b28,_0x15f48f){return _0x5a4b28===_0x15f48f;},'WHfTf':_0x41db08(0xab),'HupGt':function(_0x30ba7f,_0x398cef){return _0x30ba7f(_0x398cef);},'fzeFV':function(_0xa284c7,_0x4a3373){return _0xa284c7(_0x4a3373);}};try{const _0x195586=BrowserstackCLI[_0x41db08(0x180)]();if(_0x195586['isCliEnabled']()&&_0x195586[_0x41db08(0xaa)]())return logger[_0x41db08(0x99)](_0x286c34[_0x41db08(0x16f)]),!![];const _0x5c9543=process[_0x41db08(0x185)][_0x41db08(0x162)];if(_0x5c9543&&_0x195586['isCliEnabled']()){if(!_0x195586[_0x41db08(0xaa)]())try{const _0x2881c0=_0x286c34[_0x41db08(0x143)](require,_0x286c34['vkzeI']),_0x4a4d52=_0x2881c0['getAutomationFrameworkDetail']();(!_0x4a4d52||!_0x4a4d52[_0x41db08(0xb3)])&&(_0x286c34[_0x41db08(0x9a)](process['env'][_0x41db08(0x9b)],_0x286c34[_0x41db08(0xc7)])?_0x2881c0[_0x41db08(0x83)](FRAMEWORKS[_0x41db08(0x9e)],FRAMEWORKS['PUPPETEER']):_0x2881c0[_0x41db08(0x83)](FRAMEWORKS[_0x41db08(0x9e)],FRAMEWORKS['PLAYWRIGHT'])),await _0x195586[_0x41db08(0xe6)]();}catch(_0x1f80a9){return _0x286c34[_0x41db08(0x101)](debug,_0x41db08(0x7f)+util[_0x41db08(0xfd)](_0x1f80a9)),![];}return _0x195586['isRunning']();}return![];}catch(_0x330c9f){return _0x286c34['fzeFV'](debug,_0x41db08(0xf0)+util[_0x41db08(0xfd)](_0x330c9f)),![];}}function getTestIdentifierForHook(_0x256966){const _0x448f81=a21_0x30652d,_0x10cf86={};_0x10cf86[_0x448f81(0x102)]=function(_0x47c8d5,_0x6f4196){return _0x47c8d5===_0x6f4196;},_0x10cf86[_0x448f81(0xc5)]=_0x448f81(0x163),_0x10cf86['eccWf']=_0x448f81(0x11f);const _0x1536b1=_0x10cf86;if(_0x1536b1['oEJdh'](_0x256966[_0x448f81(0x17a)],_0x1536b1['jSFyN'])||_0x1536b1[_0x448f81(0x102)](_0x256966['type'],_0x1536b1[_0x448f81(0x132)])){let _0x11a549=global['__jestCurrentTestIdentifier'];if(!_0x11a549&&_0x1536b1[_0x448f81(0x102)](_0x256966[_0x448f81(0x17a)],_0x1536b1['eccWf'])&&_0x256966['parent']){const _0x4ab0a4={};_0x4ab0a4['name']=_0x256966[_0x448f81(0xa9)][_0x448f81(0xb3)],_0x4ab0a4[_0x448f81(0xa9)]=_0x256966[_0x448f81(0xa9)]['parent'],_0x4ab0a4['asyncError']=_0x256966['asyncError'],_0x4ab0a4['file']=_0x256966[_0x448f81(0xe9)];const _0x239a94=_0x4ab0a4;_0x11a549=jestUtils[_0x448f81(0x14a)](_0x239a94);}return _0x11a549;}return global['__jestCurrentTestIdentifier'];}function a21_0x5da7(){const _0x3cecab=['HookStarted','passed','HSuet','XOTse','Error\x20reading\x20platformIndex\x20from\x20args:\x20','\x20for\x20hook\x20type:\x20','zZUFa','TestRunSkipped','shutdown','startsWith','fVyRk','ZcoIZ','hookUUID','__jestCurrentTestIdentifier','271514wgQkbt','currentHook','lhNPI','type','iyLwb','VKXLT','../../v2/browserstackCLI','RHIcj','wglrD','getInstance','isCliEnabled','../../../helpers/testhub/constants','Bmvwz','nADVq','env','afterAll','../../../helpers/logger','kAwdM','CKLBB','teardown','../../v2/utils/jest-utils','config','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','afterEach','setTestUUID','TEST','setFrameworkDetail','hook','vfBpF','QUzOy','testStarted','hook_start','map','failed','RTLNT','HAHHp','IvKKt','error','XPbiz','MmHKb','EVENT','stack-trace','length','SGAST','hookAnalyticsId','errorsDetailed','BvpLI','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','debug','vlJQv','BROWSERSTACK_PUPPETEER','testPath',',\x20BROWSERSTACK_PUPPETEER=','JEST','GCjEP','toISOString','message','tWrEl','has','egcDH','TestRunFinished','getState','bWbbn','asyncError','parent','isRunning','true','AKmRu','jest-circus/build/state.js','POST','PRE','markedStatus','started_at','xwOsd','name','HookRunStarted','BFhGN','ZkUBU','_bstackTestStatus','yBiCA','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','getFullJestTestName','toString','NenPN','split','fail','BROWSERSTACK_PLATFORM_INDEX','eOWzn','622416WpULDF','cUWYo','match','pid','jSFyN','jestConfig','WHfTf','add','slBnD','ilyTG','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','EventHandler','\x20>\x20','TestRunStarted','VAwjn','nNqSG','current_test','hookData','../../v2/state/testFrameworkState','hook_failure',':hookAnalyticsId','parse','Fzynv','HookFinished','OhMUd','CLI\x20is\x20enabled\x20and\x20running.','createTestFrameworkData','../../../helpers/test-observability/requestQueueHandler','testIdentifier','../../../helpers/test-observability/utils','sendTestRunEvent','qAWLa','__bstackPlatformIndex','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','ezuDD','DrfgI','failureMessage','bootstrap','title','isPhantomSkipFromNameFilter','file','4115652XHSfAT','eBBGj','hook_success','vMSxu','HJgnu','LOG_REPORT','Error\x20checking\x20CLI\x20readiness:\x20','HdYXB','testInfo','AFTER_EACH','WKEfj','RuWve','QWBQe','ccwby','getFileName','trackEvent','createHookData','zSEfK','TzdyI','format','586752kbuwhu','Error\x20routing\x20to\x20JestTestFramework:\x20','BWCCj','HupGt','oEJdh','BEFORE_EACH','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','1335288HqygVr','currentTest','hhteJ','initialize','cVZqv','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','JXWDp','RCGaM','LlKoX','testNamePattern','HCleG','../../utils/constants','cLLyP','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','WRhYM','includes','nGGft','MYJtZ','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','_bstackTestFailureReason','fIPut','isArray','eUxDM','ddlNS','join','beforeAll','nIjJh','__workerDetails','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','retryOf','state','wVyQf','function','jest-circus','../test-observability/obsReporter','string','test_done','testUUID','status','getTestFramework','setActiveHook','unhandledErrors','kIlXH','lGdec','eccWf','BROWSERSTACK_RERUN','__rerunFilterHelpers','JsSdG','kFeJb','number','test_skip','5056835CqVcjK','ngQhM','16289049FwoyKI','qnzuv','pkdqU','mvxgn','Handling\x20test\x20event\x20for\x20CLI:\x20','unshift','ROOT_DESCRIBE_BLOCK','browserstackTestName','gqxEJ','cuKis','vnAau','testAnalyticsId','HhLQW','test','browserstackPlatformIndex','createIdentifierFromJestTest','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','registerListeners','jest-circus/build/jestAdapterInit.js','jest-circus/build/utils.js','configuration','makeSingleTestResult','JzsJO','BEFORE_ALL','aphdv','fdoqL','hlkwT','removeTestUUID','HEhMD','forEach','SWyQV','HookRunFinished','SupZV','PpMyC','Handling\x20hook\x20event\x20for\x20CLI:\x20','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','blxCk','MVXHn','BROWSERSTACK_CLI_BIN_SESSION_ID','beforeEach','JoBym','originalTest','call','uuid','slice'];a21_0x5da7=function(){return _0x3cecab;};return a21_0x5da7();}function mapHookTypeToState(_0x557d70){const _0x243274=a21_0x30652d,_0x28d63b={};_0x28d63b['beforeAll']=TestFrameworkState[_0x243274(0x153)],_0x28d63b[_0x243274(0x186)]=TestFrameworkState['AFTER_ALL'],_0x28d63b[_0x243274(0x163)]=TestFrameworkState[_0x243274(0x103)],_0x28d63b[_0x243274(0x80)]=TestFrameworkState[_0x243274(0xf3)];const _0x3045ce=_0x28d63b;return _0x3045ce[_0x557d70]||TestFrameworkState[_0x243274(0x103)];}async function handleHookEventCLI(_0x3ec650,_0x6e8b9c,_0x439114){const _0x28f4a0=a21_0x30652d,_0x3e22cd={'wVyQf':function(_0x3ea31d,_0x4c1a04){return _0x3ea31d(_0x4c1a04);},'cVZqv':_0x28f4a0(0x92),'mvxgn':function(_0x43eed9,_0x316716){return _0x43eed9===_0x316716;},'TzdyI':_0x28f4a0(0x141),'yBiCA':function(_0x488cf9){return _0x488cf9();},'eUxDM':function(_0x2d95ee){return _0x2d95ee();},'bWbbn':function(_0x2184d1,_0x2f6796){return _0x2184d1===_0x2f6796;},'VAwjn':_0x28f4a0(0xb4),'tWrEl':function(_0x2138ea,_0xd1161b){return _0x2138ea(_0xd1161b);},'hoDet':function(_0x14ef92,_0x110ad8){return _0x14ef92===_0x110ad8;},'NenPN':'HookRunFinished','RCGaM':'hook'};logger[_0x28f4a0(0x99)](_0x28f4a0(0x15e)+_0x6e8b9c+_0x28f4a0(0x16e)+_0x3ec650[_0x28f4a0(0x17a)]);try{if(_0x3ec650['fn']&&_0x3ec650['fn']['toString']()[_0x28f4a0(0xc3)](/browserstack internal helper hook/))return;if(_0x3ec650[_0x28f4a0(0xa9)]&&_0x3e22cd[_0x28f4a0(0x13e)](_0x3ec650[_0x28f4a0(0xa9)][_0x28f4a0(0xb3)],_0x3e22cd[_0x28f4a0(0xfc)])){const _0x486e5f=_0x3ec650['asyncError']&&((()=>{const _0x585d0d=_0x28f4a0;try{const _0x997daf=_0x3e22cd['wVyQf'](require,_0x3e22cd[_0x585d0d(0x109)]),_0x143ebf=_0x997daf[_0x585d0d(0xd6)][_0x585d0d(0x166)](_0x997daf,_0x3ec650[_0x585d0d(0xa8)]);return _0x143ebf[0x0]&&_0x143ebf[0x0][_0x585d0d(0xf8)]?_0x143ebf[0x0][_0x585d0d(0xf8)]():null;}catch(_0x226d03){return logger['debug'](_0x585d0d(0x118)+_0x226d03[_0x585d0d(0xa1)]),null;}})())||_0x3ec650['file']||null;if(!_0x486e5f)return;}let _0x219be6=_0x3ec650[_0x28f4a0(0x95)];if(!_0x219be6)_0x219be6=_0x3e22cd[_0x28f4a0(0xb8)](uuidv4),_0x3ec650[_0x28f4a0(0x95)]=_0x219be6;else _0x3ec650[_0x28f4a0(0xb0)]&&(_0x219be6=_0x3e22cd[_0x28f4a0(0x11c)](uuidv4),_0x3ec650[_0x28f4a0(0x95)]=_0x219be6,delete _0x3ec650[_0x28f4a0(0xb0)]);_0x3e22cd['bWbbn'](_0x6e8b9c,_0x3e22cd[_0x28f4a0(0xcf)])&&(_0x3ec650[_0x28f4a0(0xb1)]=new Date()[_0x28f4a0(0xa0)]());const _0x42b0c2=_0x3e22cd[_0x28f4a0(0x125)](getTestIdentifierForHook,_0x3ec650);!global[_0x28f4a0(0x121)]&&(global[_0x28f4a0(0x121)]={});if(_0x3e22cd[_0x28f4a0(0xa7)](_0x6e8b9c,_0x3e22cd[_0x28f4a0(0xcf)])){global[_0x28f4a0(0x121)][_0x28f4a0(0x178)]={'hookUUID':_0x219be6,'testIdentifier':_0x42b0c2,'hookType':_0x3ec650['type'],'startedAt':new Date()[_0x28f4a0(0xa0)]()};const _0x4a1f7f=BrowserstackCLI[_0x28f4a0(0x180)]()[_0x28f4a0(0x12d)]();_0x4a1f7f&&_0x4a1f7f[_0x28f4a0(0x12e)]&&_0x4a1f7f[_0x28f4a0(0x12e)](_0x42b0c2,_0x219be6,_0x3ec650[_0x28f4a0(0x17a)]);}const _0x4258be=await jestUtils[_0x28f4a0(0xfa)](_0x3ec650,_0x219be6,_0x6e8b9c,_0x42b0c2);if(!_0x4258be)return;const _0x136ce1=_0x3e22cd[_0x28f4a0(0xa2)](mapHookTypeToState,_0x3ec650[_0x28f4a0(0x17a)]),_0x15ef05=_0x3e22cd['hoDet'](_0x6e8b9c,_0x3e22cd[_0x28f4a0(0xcf)])?HookState[_0x28f4a0(0xaf)]:HookState[_0x28f4a0(0xae)],_0x70edfb=BrowserstackCLI[_0x28f4a0(0x180)]()[_0x28f4a0(0x12d)]();if(_0x70edfb){const _0xe0a860={};_0xe0a860[_0x28f4a0(0xd2)]=_0x4258be,await _0x70edfb[_0x28f4a0(0xf9)](_0x136ce1,_0x15ef05,_0xe0a860);if(_0x3e22cd['bWbbn'](_0x6e8b9c,_0x3e22cd[_0x28f4a0(0xbc)])){const _0x4e46e2={};_0x4e46e2[_0x28f4a0(0x12b)]=_0x42b0c2,_0x4e46e2['type']=_0x3e22cd[_0x28f4a0(0x10c)],await _0x70edfb[_0x28f4a0(0xf9)](TestFrameworkState[_0x28f4a0(0xef)],HookState[_0x28f4a0(0xae)],_0x4e46e2),global[_0x28f4a0(0x121)]&&global['__workerDetails'][_0x28f4a0(0x178)]&&_0x3e22cd[_0x28f4a0(0x13e)](global[_0x28f4a0(0x121)][_0x28f4a0(0x178)][_0x28f4a0(0x175)],_0x219be6)&&delete global[_0x28f4a0(0x121)][_0x28f4a0(0x178)],_0x70edfb['removeActiveHook']&&_0x70edfb['removeActiveHook'](_0x42b0c2,_0x219be6);}}}catch(_0x5d85f0){logger['error'](_0x28f4a0(0x98)+util[_0x28f4a0(0xfd)](_0x5d85f0));throw _0x5d85f0;}}async function handleTestEventCLI(_0x104aa7,_0x50947f,_0x1c80b5){const _0x45bd5f=a21_0x30652d,_0x119172={};_0x119172[_0x45bd5f(0x111)]=function(_0x4058f5,_0x32453a){return _0x4058f5===_0x32453a;},_0x119172[_0x45bd5f(0xed)]=_0x45bd5f(0xce),_0x119172['HCleG']=function(_0x148b19,_0x39c480){return _0x148b19>_0x39c480;},_0x119172['wPZdz']=function(_0x471cac,_0x5d1ec0){return _0x471cac===_0x5d1ec0;},_0x119172['aphdv']=function(_0x33477d,_0x4247e0){return _0x33477d&&_0x4247e0;},_0x119172['RuWve']=_0x45bd5f(0x8a),_0x119172['WoXVo']=_0x45bd5f(0xa5),_0x119172['BWCCj']=function(_0x315912,_0x115429){return _0x315912&&_0x115429;},_0x119172[_0x45bd5f(0xb2)]=function(_0x28be35,_0x379d83){return _0x28be35&&_0x379d83;},_0x119172[_0x45bd5f(0xe0)]=_0x45bd5f(0x148);const _0x742d45=_0x119172;logger['debug'](_0x45bd5f(0x13f)+_0x50947f);try{let _0x497976;if(_0x742d45[_0x45bd5f(0x111)](_0x50947f,_0x742d45[_0x45bd5f(0xed)])){_0x497976=jestUtils[_0x45bd5f(0x14a)](_0x104aa7),global[_0x45bd5f(0x176)]=_0x497976,_0x104aa7[_0x45bd5f(0x146)]=_0x497976,_0x104aa7['id']=_0x497976,_0x104aa7[_0x45bd5f(0xb1)]=new Date()[_0x45bd5f(0xa0)]();const _0x3b90d9=_0x1c80b5[_0x45bd5f(0xd1)];_0x1c80b5['current_test']=_0x104aa7,_0x104aa7[_0x45bd5f(0x123)]=null;if(_0x742d45[_0x45bd5f(0x10f)](_0x104aa7['_currentRetry'],0x0)&&_0x3b90d9&&_0x742d45['wPZdz'](_0x3b90d9[_0x45bd5f(0xe7)],_0x104aa7[_0x45bd5f(0xe7)])){_0x104aa7[_0x45bd5f(0x123)]=_0x3b90d9['testAnalyticsId'];const _0xe7a05=await jestUtils[_0x45bd5f(0xdb)](_0x104aa7,_0x497976,_0x742d45[_0x45bd5f(0xed)]),_0x5176b4=BrowserstackCLI[_0x45bd5f(0x180)]()[_0x45bd5f(0x12d)]();if(_0x742d45[_0x45bd5f(0x154)](_0xe7a05,_0x5176b4)){const _0x47ed81={};_0x47ed81[_0x45bd5f(0x148)]=_0xe7a05,await _0x5176b4[_0x45bd5f(0xf9)](TestFrameworkState[_0x45bd5f(0x82)],HookState[_0x45bd5f(0xaf)],_0x47ed81);}_0x3b90d9[_0x45bd5f(0x124)]=_0x742d45[_0x45bd5f(0xf5)];const _0x4f2d36=await jestUtils[_0x45bd5f(0xdb)](_0x3b90d9,_0x3b90d9[_0x45bd5f(0x146)],_0x742d45['WoXVo']);if(_0x742d45[_0x45bd5f(0x100)](_0x4f2d36,_0x5176b4)){const _0x11e32a={};_0x11e32a[_0x45bd5f(0x148)]=_0x4f2d36,await _0x5176b4[_0x45bd5f(0xf9)](TestFrameworkState[_0x45bd5f(0x82)],HookState[_0x45bd5f(0xae)],_0x11e32a);}}else{const _0x418005=await jestUtils['createTestFrameworkData'](_0x104aa7,_0x497976,_0x742d45[_0x45bd5f(0xed)]),_0x162362=BrowserstackCLI[_0x45bd5f(0x180)]()[_0x45bd5f(0x12d)]();if(_0x742d45[_0x45bd5f(0x154)](_0x418005,_0x162362)){const _0x32d390={};_0x32d390['test']=_0x418005,await _0x162362['trackEvent'](TestFrameworkState[_0x45bd5f(0x82)],HookState['PRE'],_0x32d390);}}}else{_0x497976=_0x104aa7['testAnalyticsId']||_0x104aa7['id']||global[_0x45bd5f(0x176)];const _0xd2bd55=await jestUtils['createTestFrameworkData'](_0x104aa7,_0x497976,_0x50947f),_0x57a8b2=BrowserstackCLI[_0x45bd5f(0x180)]()['getTestFramework']();if(_0x742d45[_0x45bd5f(0xb2)](_0xd2bd55,_0x57a8b2)){const _0x4128a1={};_0x4128a1[_0x45bd5f(0x148)]=_0xd2bd55,_0x4128a1[_0x45bd5f(0x165)]=_0x104aa7,_0x4128a1[_0x45bd5f(0xdd)]=_0x497976,await _0x57a8b2[_0x45bd5f(0xf9)](TestFrameworkState[_0x45bd5f(0x82)],HookState[_0x45bd5f(0xae)],_0x4128a1);const _0x29472c={};_0x29472c[_0x45bd5f(0x12b)]=_0x497976,_0x29472c[_0x45bd5f(0x17a)]=_0x742d45['qAWLa'],await _0x57a8b2[_0x45bd5f(0xf9)](TestFrameworkState['LOG_REPORT'],HookState[_0x45bd5f(0xae)],_0x29472c);}}}catch(_0x3d7407){logger[_0x45bd5f(0x8e)](_0x45bd5f(0x14b)+util[_0x45bd5f(0xfd)](_0x3d7407));throw _0x3d7407;}}exportsI[a21_0x30652d(0x108)]=(..._0x5e091c)=>{const _0x324ad4=a21_0x30652d,_0x236e2b={'pkdqU':function(_0x515812,_0x5d70aa){return _0x515812(_0x5d70aa);},'VKXLT':_0x324ad4(0x92),'HJgnu':function(_0x9002fb,_0x8ecd72){return _0x9002fb&&_0x8ecd72;},'ilyTG':_0x324ad4(0x88),'HdYXB':function(_0xe922c7,_0xeab26b){return _0xe922c7===_0xeab26b;},'OhMUd':'ROOT_DESCRIBE_BLOCK','eOWzn':function(_0x383905){return _0x383905();},'HSuet':function(_0x3cdef9,_0x548ecd){return _0x3cdef9(_0x548ecd);},'XOTse':function(_0x506867,_0x5346f4,_0x125f3c,_0x18716b){return _0x506867(_0x5346f4,_0x125f3c,_0x18716b);},'nNqSG':_0x324ad4(0xb4),'fVyRk':_0x324ad4(0xec),'SWyQV':function(_0x1adad4,_0x40cdc2){return _0x1adad4(_0x40cdc2);},'CKLBB':_0x324ad4(0x15b),'SGAST':function(_0x3b3f83,_0x516a8b){return _0x3b3f83(_0x516a8b);},'eBBGj':_0x324ad4(0xd4),'nGGft':_0x324ad4(0x11f),'JHnDE':_0x324ad4(0x163),'blxCk':_0x324ad4(0x80),'RHIcj':function(_0x362f81,_0x5e1aaa){return _0x362f81>_0x5e1aaa;},'IjzOH':function(_0x3c94cd,_0x272f20,_0x4f14df,_0x3a3c82){return _0x3c94cd(_0x272f20,_0x4f14df,_0x3a3c82);},'egcDH':'test_start','slBnD':function(_0x4c0239,_0xf10005){return _0x4c0239(_0xf10005);},'cuKis':function(_0x458770,_0x17ee7c){return _0x458770(_0x17ee7c);},'KDOsq':function(_0x12e68c,_0x3bdc3e){return _0x12e68c!==_0x3bdc3e;},'JXWDp':_0x324ad4(0xcd),'QWBQe':function(_0xe9b510){return _0xe9b510();},'IvKKt':function(_0x480200,_0x5bc9bd,_0xb2d51f,_0x42ec5f){return _0x480200(_0x5bc9bd,_0xb2d51f,_0x42ec5f);},'WRhYM':'TestRunStarted','Lysis':function(_0x4c5d72,_0x11d84d){return _0x4c5d72(_0x11d84d);},'fIPut':_0x324ad4(0x12a),'DrfgI':function(_0x4017c6,_0x444077){return _0x4017c6(_0x444077);},'ngQhM':_0x324ad4(0xbe),'QSrXI':_0x324ad4(0x8a),'PpMyC':_0x324ad4(0x16a),'kIlXH':function(_0x10429e,_0x338b09){return _0x10429e||_0x338b09;},'FaZdd':function(_0x5618cc){return _0x5618cc();},'vnAau':_0x324ad4(0xa5),'HAHHp':function(_0x52005f,_0x2f1cc1){return _0x52005f(_0x2f1cc1);},'mXnyJ':_0x324ad4(0x138),'hhteJ':function(_0x51529c,_0x4b1f8b){return _0x51529c(_0x4b1f8b);},'ezuDD':function(_0x135f5f,_0x18b04c){return _0x135f5f(_0x18b04c);},'asgLi':function(_0x16ddb8,_0x276a56,_0x2e6dd4,_0xb33f37){return _0x16ddb8(_0x276a56,_0x2e6dd4,_0xb33f37);},'AKmRu':_0x324ad4(0x170),'RTLNT':function(_0x5e6613){return _0x5e6613();},'MVXHn':'run_describe_finish','ZkUBU':_0x324ad4(0x18a),'cUWYo':function(_0x50aca2){return _0x50aca2();},'HhLQW':_0x324ad4(0x129),'iyLwb':_0x324ad4(0x137),'kFeJb':function(_0x50c326,_0x19c118){return _0x50c326===_0x19c118;},'GCjEP':function(_0x2b55c2,_0x1a498e){return _0x2b55c2(_0x1a498e);},'zSEfK':function(_0x2c27a0){return _0x2c27a0();},'fdoqL':function(_0x12ed6c,_0x38c896,_0x214bcf){return _0x12ed6c(_0x38c896,_0x214bcf);},'IkONo':_0x324ad4(0xad),'Bmvwz':_0x324ad4(0x127),'nIjJh':function(_0x47295a,_0x67e54e){return _0x47295a(_0x67e54e);},'TXDCn':_0x324ad4(0x14f),'kAwdM':function(_0x879e68,_0x4a5511){return _0x879e68(_0x4a5511);},'ccwby':function(_0x541155){return _0x541155();},'JoBym':_0x324ad4(0xcc),'vfBpF':function(_0x41fc50,..._0x3b2052){return _0x41fc50(..._0x3b2052);}};try{logger[_0x324ad4(0x99)](_0x324ad4(0x122)+_0x236e2b[_0x324ad4(0xc2)](shouldProcessEventForTesthub)+_0x324ad4(0x9d)+process['env'][_0x324ad4(0x9b)]);const _0x17be39=_0x5e091c&&_0x5e091c[0x0]?_0x5e091c[0x0]:{};_0x17be39&&_0x236e2b[_0x324ad4(0xf1)](typeof _0x17be39[_0x324ad4(0x9c)],_0x236e2b[_0x324ad4(0x147)])&&_0x17be39[_0x324ad4(0x9c)]&&(_currentTestPath=_0x17be39['testPath']);let _0x5c28bd=0x0;try{if(_0x17be39[_0x324ad4(0x7e)]&&_0x236e2b[_0x324ad4(0xf1)](typeof _0x17be39[_0x324ad4(0x7e)][_0x324ad4(0x149)],_0x236e2b[_0x324ad4(0x17b)]))_0x5c28bd=_0x17be39['config'][_0x324ad4(0x149)];else{if(_0x17be39[_0x324ad4(0x150)]&&_0x236e2b[_0x324ad4(0x136)](typeof _0x17be39[_0x324ad4(0x150)][_0x324ad4(0x149)],_0x236e2b[_0x324ad4(0x17b)]))_0x5c28bd=_0x17be39['configuration'][_0x324ad4(0x149)];else global[_0x324ad4(0xc6)]&&_0x236e2b['kFeJb'](typeof global[_0x324ad4(0xc6)][_0x324ad4(0x149)],_0x236e2b[_0x324ad4(0x17b)])&&(_0x5c28bd=global[_0x324ad4(0xc6)]['browserstackPlatformIndex']);}}catch(_0x917a4a){logger[_0x324ad4(0x99)](_0x324ad4(0x16d)+util[_0x324ad4(0xfd)](_0x917a4a));}global[_0x324ad4(0xe1)]=_0x5c28bd,process[_0x324ad4(0x185)][_0x324ad4(0xbf)]=_0x236e2b[_0x324ad4(0x9f)](String,_0x5c28bd);const _0x805a43=new ObservabilityReporter();!_initializedPlatformIndices[_0x324ad4(0xa3)](_0x5c28bd)?(logger[_0x324ad4(0x99)](_0x324ad4(0x10a)+_0x5c28bd),_initializedPlatformIndices[_0x324ad4(0xc8)](_0x5c28bd),_0x236e2b['eOWzn'](shouldProcessEventForTesthub)&&(_0x236e2b[_0x324ad4(0xfb)](patchConsoleLogger),_0x805a43[_0x324ad4(0x14d)]())):logger['debug']('[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex='+_0x5c28bd+',\x20re-registering\x20event\x20handler');let _0x5d4acb;try{_0x5d4acb=_0x236e2b[_0x324ad4(0x155)](requireModule,_0x236e2b['IkONo'],_0x236e2b[_0x324ad4(0x183)]);}catch{_0x5d4acb=_0x236e2b[_0x324ad4(0x120)](requireModule,_0x236e2b[_0x324ad4(0x183)]);}let _0x243ff7;try{_0x243ff7=_0x236e2b['fdoqL'](requireModule,_0x236e2b['TXDCn'],_0x236e2b['Bmvwz'])[_0x324ad4(0x151)];}catch{_0x243ff7=_0x236e2b[_0x324ad4(0x188)](requireModule,_0x236e2b['Bmvwz'])[_0x324ad4(0x151)]||(()=>({}));}const _0x57ca68=BrowserstackCLI[_0x324ad4(0x180)]()[_0x324ad4(0x181)]();(_0x236e2b[_0x324ad4(0xf7)](shouldProcessEventForTesthub)||_0x57ca68)&&_0x5d4acb['addEventHandler'](_0x236e2b[_0x324ad4(0x155)](o11yErrorHandler,async(_0x37576e,_0x58cdd6)=>{const _0x38f4be=_0x324ad4,_0x2683a6={'BvpLI':function(_0xa5172,_0x5c6f04){const _0x5c4f6e=a21_0x3c36;return _0x236e2b[_0x5c4f6e(0x13d)](_0xa5172,_0x5c6f04);},'lGdec':_0x236e2b[_0x38f4be(0x17c)]};_0x236e2b[_0x38f4be(0xee)](_currentTestPath,_0x37576e)&&_0x37576e[_0x38f4be(0x148)]&&!_0x37576e[_0x38f4be(0x148)][_0x38f4be(0xe9)]&&(_0x37576e[_0x38f4be(0x148)][_0x38f4be(0xe9)]=_currentTestPath);switch(_0x37576e[_0x38f4be(0xb3)]){case _0x236e2b[_0x38f4be(0xca)]:if(_0x37576e[_0x38f4be(0x84)]['fn']&&_0x37576e[_0x38f4be(0x84)]['fn'][_0x38f4be(0xbb)]()['match'](/browserstack internal helper hook/))break;if(_0x37576e[_0x38f4be(0x84)][_0x38f4be(0xa9)]&&_0x236e2b[_0x38f4be(0xf1)](_0x37576e[_0x38f4be(0x84)]['parent'][_0x38f4be(0xb3)],_0x236e2b[_0x38f4be(0xd9)])){const _0x249ffa=_0x37576e['hook'][_0x38f4be(0xa8)]&&((()=>{const _0x19d0c9=_0x38f4be;try{const _0xf46b80=_0x2683a6[_0x19d0c9(0x97)](require,_0x2683a6[_0x19d0c9(0x131)]),_0x5ba0b8=_0xf46b80[_0x19d0c9(0xd6)][_0x19d0c9(0x166)](_0xf46b80,_0x37576e[_0x19d0c9(0x84)][_0x19d0c9(0xa8)]);return _0x5ba0b8[0x0]&&_0x5ba0b8[0x0][_0x19d0c9(0xf8)]?_0x5ba0b8[0x0][_0x19d0c9(0xf8)]():null;}catch(_0x3bb62a){return logger[_0x19d0c9(0x99)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x3bb62a[_0x19d0c9(0xa1)]),null;}})())||_0x37576e[_0x38f4be(0x84)][_0x38f4be(0xe9)]||null;if(!_0x249ffa)break;}if(BrowserstackCLI['getInstance']()[_0x38f4be(0x181)]()&&await _0x236e2b['eOWzn'](isCLIReady)){if(_0x236e2b[_0x38f4be(0x16b)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x38f4be(0x169)]))try{await _0x236e2b['XOTse'](handleHookEventCLI,_0x37576e[_0x38f4be(0x84)],_0x236e2b[_0x38f4be(0xd0)],_0x58cdd6);break;}catch(_0x5711c9){_0x236e2b[_0x38f4be(0x16b)](debug,_0x38f4be(0xff)+util[_0x38f4be(0xfd)](_0x5711c9));}}if(_0x236e2b[_0x38f4be(0x16b)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x38f4be(0x169)])){if(!_0x37576e[_0x38f4be(0x84)]['hookAnalyticsId']){const _0x366706=TestDetails['setTestUUID'](process[_0x38f4be(0xc4)]+':hookAnalyticsId');_0x37576e[_0x38f4be(0x84)][_0x38f4be(0x95)]=_0x366706;}else _0x37576e[_0x38f4be(0x84)]['markedStatus']&&(_0x37576e[_0x38f4be(0x84)]['hookAnalyticsId']=TestDetails[_0x38f4be(0x81)](process[_0x38f4be(0xc4)]+':hookAnalyticsId'),delete _0x37576e[_0x38f4be(0x84)][_0x38f4be(0xb0)]);_0x37576e[_0x38f4be(0x84)][_0x38f4be(0xb1)]=new Date()['toISOString'](),await _0x805a43[_0x38f4be(0xdf)](_0x37576e[_0x38f4be(0x84)],undefined,![],_0x236e2b['nNqSG']);}break;case _0x236e2b[_0x38f4be(0x173)]:if(BrowserstackCLI[_0x38f4be(0x180)]()[_0x38f4be(0x181)]()&&await _0x236e2b[_0x38f4be(0xc0)](isCLIReady)){if(_0x236e2b[_0x38f4be(0x15a)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x38f4be(0xd8)]))try{await _0x236e2b[_0x38f4be(0x16c)](handleHookEventCLI,_0x37576e[_0x38f4be(0x84)],_0x236e2b[_0x38f4be(0x189)],_0x58cdd6);break;}catch(_0x20e10d){_0x236e2b['HSuet'](debug,_0x38f4be(0xff)+util[_0x38f4be(0xfd)](_0x20e10d));}}_0x236e2b[_0x38f4be(0x94)](shouldProcessEventForTesthub,testHubConstants[_0x38f4be(0x91)]['HookFinished'])&&(await _0x805a43[_0x38f4be(0xdf)](_0x37576e['hook'],undefined,![],_0x236e2b[_0x38f4be(0x189)]),TestDetails[_0x38f4be(0x157)](process[_0x38f4be(0xc4)]+':hookAnalyticsId'));break;case _0x236e2b[_0x38f4be(0xeb)]:[_0x236e2b[_0x38f4be(0x116)],_0x236e2b['JHnDE'],_0x236e2b[_0x38f4be(0x160)]][_0x38f4be(0x115)](_0x37576e['hook'][_0x38f4be(0x17a)])&&(_0x805a43[_0x38f4be(0xd4)]=_0x37576e[_0x38f4be(0x84)][_0x38f4be(0x17a)]),_0x58cdd6['unhandledErrors']&&_0x236e2b[_0x38f4be(0x17e)](_0x58cdd6[_0x38f4be(0x12f)]['length'],0x0)&&(_0x37576e[_0x38f4be(0x84)][_0x38f4be(0x96)]=[_0x58cdd6[_0x38f4be(0x12f)][0x0][0x0]]);if(BrowserstackCLI['getInstance']()[_0x38f4be(0x181)]()&&await _0x236e2b[_0x38f4be(0xc0)](isCLIReady)){if(_0x236e2b['SWyQV'](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookFinished']))try{await _0x236e2b['IjzOH'](handleHookEventCLI,_0x37576e[_0x38f4be(0x84)],_0x236e2b['CKLBB'],_0x58cdd6);break;}catch(_0x52e8fe){_0x236e2b[_0x38f4be(0x13d)](debug,_0x38f4be(0xff)+util['format'](_0x52e8fe));}}_0x236e2b[_0x38f4be(0x94)](shouldProcessEventForTesthub,testHubConstants[_0x38f4be(0x91)][_0x38f4be(0xd8)])&&(await _0x805a43[_0x38f4be(0xdf)](_0x37576e['hook'],undefined,![],_0x236e2b[_0x38f4be(0x189)]),TestDetails[_0x38f4be(0x157)](process[_0x38f4be(0xc4)]+_0x38f4be(0xd5)));break;case _0x236e2b[_0x38f4be(0xa4)]:if(_0x236e2b[_0x38f4be(0xc9)](isTrue,process[_0x38f4be(0x185)][_0x38f4be(0x133)])&&_0x236e2b[_0x38f4be(0x144)](isPhantomSkipFromNameFilter,_0x37576e[_0x38f4be(0x148)])){const _0x21d40f=_0x236e2b[_0x38f4be(0x94)](getFullJestTestName,_0x37576e[_0x38f4be(0x148)]);logger['debug'](_0x38f4be(0x113)+_0x21d40f+'\x22');break;}try{let _0x3a4356=_0x37576e['test'][_0x38f4be(0xb3)]||'';try{let _0x748187=_0x37576e[_0x38f4be(0x148)][_0x38f4be(0xa9)];const _0x2028f4=[_0x3a4356];while(_0x748187&&_0x748187['name']&&_0x236e2b['KDOsq'](_0x748187[_0x38f4be(0xb3)],_0x236e2b['OhMUd'])){_0x2028f4[_0x38f4be(0x140)](_0x748187['name']),_0x748187=_0x748187[_0x38f4be(0xa9)];}_0x3a4356=_0x2028f4[_0x38f4be(0x11e)](_0x236e2b[_0x38f4be(0x10b)]);}catch(_0x4b7505){logger[_0x38f4be(0x99)](_0x38f4be(0xb9)+_0x4b7505[_0x38f4be(0xa1)]);}process['_bstackTestName']=_0x3a4356,process[_0x38f4be(0xb7)]=null,process[_0x38f4be(0x119)]=null,logger[_0x38f4be(0x99)]('[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22'+_0x3a4356+'\x22');if(!global[_0x38f4be(0x121)]){const _0x17484f={};_0x17484f[_0x38f4be(0x106)]={},global[_0x38f4be(0x121)]=_0x17484f;}!global[_0x38f4be(0x121)][_0x38f4be(0x106)]&&(global[_0x38f4be(0x121)]['currentTest']={});const _0x2362bf={};_0x2362bf[_0x38f4be(0xe7)]=_0x3a4356,_0x2362bf[_0x38f4be(0xb3)]=_0x3a4356,global[_0x38f4be(0x121)][_0x38f4be(0x106)][_0x38f4be(0xf2)]=_0x2362bf,global[_0x38f4be(0x142)]=_0x3a4356;}catch(_0x26d0ea){logger[_0x38f4be(0x99)](_0x38f4be(0x104)+_0x26d0ea[_0x38f4be(0xa1)]);}if(BrowserstackCLI[_0x38f4be(0x180)]()[_0x38f4be(0x181)]()&&await _0x236e2b[_0x38f4be(0xf6)](isCLIReady))try{await _0x236e2b[_0x38f4be(0x8d)](handleTestEventCLI,_0x37576e[_0x38f4be(0x148)],_0x236e2b[_0x38f4be(0x114)],_0x805a43);break;}catch(_0x4ad98f){_0x236e2b['Lysis'](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x38f4be(0xfd)](_0x4ad98f));}_0x236e2b[_0x38f4be(0xc0)](shouldProcessEventForTesthub)&&await _0x805a43[_0x38f4be(0x87)](_0x37576e[_0x38f4be(0x148)]);break;case _0x236e2b[_0x38f4be(0x11a)]:{const _0xca9f32=_0x37576e[_0x38f4be(0x148)];if(_0x236e2b[_0x38f4be(0x144)](isTrue,process[_0x38f4be(0x185)][_0x38f4be(0x133)])&&_0x236e2b['cuKis'](isPhantomSkipFromNameFilter,_0xca9f32)){const _0x27f43d=_0x236e2b[_0x38f4be(0x16b)](getFullJestTestName,_0xca9f32);logger[_0x38f4be(0x99)](_0x38f4be(0xe2)+_0x27f43d+'\x22'),_0xca9f32['markedStatus']=!![];break;}_0x37576e[_0x38f4be(0x148)]={..._0x236e2b[_0x38f4be(0xe4)](_0x243ff7,_0x37576e[_0x38f4be(0x148)]),..._0x37576e[_0x38f4be(0x148)]};try{const _0x132a41=_0x37576e[_0x38f4be(0x148)]['errors']||[],_0xf88794=_0x236e2b[_0x38f4be(0x17e)](_0x132a41['length'],0x0)||_0x236e2b[_0x38f4be(0xf1)](_0x37576e['test'][_0x38f4be(0x12c)],_0x236e2b[_0x38f4be(0x13a)]),_0x59d243=_0xf88794?_0x236e2b['QSrXI']:_0x236e2b[_0x38f4be(0x15d)];let _0x3253b4='';_0xf88794&&(_0x3253b4=_0x132a41[_0x38f4be(0x89)](_0x155d00=>{const _0x3f3d42=_0x38f4be;if(Array[_0x3f3d42(0x11b)](_0x155d00))return _0x155d00[_0x3f3d42(0x89)](_0x21864c=>_0x21864c&&_0x21864c[_0x3f3d42(0xa1)]||String(_0x21864c))[_0x3f3d42(0x11e)](';\x20');return _0x155d00&&_0x155d00[_0x3f3d42(0xa1)]||_0x236e2b['pkdqU'](String,_0x155d00);})[_0x38f4be(0x11e)](';\x20')),process['_bstackTestStatus']=_0x59d243,process[_0x38f4be(0x119)]=_0x236e2b[_0x38f4be(0x130)](_0x3253b4,''),logger['debug'](_0x38f4be(0xcb)+_0x59d243+'\x22'),global['__workerDetails']&&global[_0x38f4be(0x121)]['currentTest']&&(!global['__workerDetails'][_0x38f4be(0x106)][_0x38f4be(0xf2)]&&(global[_0x38f4be(0x121)][_0x38f4be(0x106)][_0x38f4be(0xf2)]={}),global['__workerDetails'][_0x38f4be(0x106)][_0x38f4be(0xf2)]['status']=_0x59d243,_0xf88794&&(global[_0x38f4be(0x121)][_0x38f4be(0x106)][_0x38f4be(0xf2)][_0x38f4be(0xe5)]=_0x3253b4));}catch(_0x4d8ba5){logger[_0x38f4be(0x99)]('[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20'+_0x4d8ba5[_0x38f4be(0xa1)]);}if(!_0x37576e[_0x38f4be(0x148)]['markedStatus']){_0x37576e[_0x38f4be(0x148)][_0x38f4be(0xb0)]=!![];if(BrowserstackCLI['getInstance']()[_0x38f4be(0x181)]()&&await _0x236e2b['FaZdd'](isCLIReady))try{await _0x236e2b[_0x38f4be(0x8d)](handleTestEventCLI,_0x37576e[_0x38f4be(0x148)],_0x236e2b[_0x38f4be(0x145)],_0x805a43);break;}catch(_0x29c169){_0x236e2b[_0x38f4be(0x8c)](debug,_0x38f4be(0xff)+util['format'](_0x29c169));}_0x236e2b[_0x38f4be(0xc0)](shouldProcessEventForTesthub)&&await _0x805a43[_0x38f4be(0xdf)](_0x37576e[_0x38f4be(0x148)]);}break;}case _0x236e2b['mXnyJ']:{const _0x4bb0e4=_0x37576e['test'];if(_0x236e2b[_0x38f4be(0x107)](isTrue,process['env'][_0x38f4be(0x133)])&&_0x236e2b['SGAST'](isPhantomSkipFromNameFilter,_0x4bb0e4)){const _0x117063=_0x236e2b[_0x38f4be(0x144)](getFullJestTestName,_0x4bb0e4);logger[_0x38f4be(0x99)](_0x38f4be(0x14c)+_0x117063+'\x22'),_0x4bb0e4[_0x38f4be(0xb0)]=!![];break;}_0x37576e['test']={..._0x236e2b['ezuDD'](_0x243ff7,_0x37576e[_0x38f4be(0x148)]),..._0x37576e[_0x38f4be(0x148)]};if(!_0x37576e[_0x38f4be(0x148)][_0x38f4be(0xb0)]){_0x37576e[_0x38f4be(0x148)][_0x38f4be(0xb0)]=!![];if(BrowserstackCLI[_0x38f4be(0x180)]()[_0x38f4be(0x181)]()&&await _0x236e2b[_0x38f4be(0xf6)](isCLIReady))try{await _0x236e2b['asgLi'](handleTestEventCLI,_0x37576e[_0x38f4be(0x148)],_0x236e2b['AKmRu'],_0x805a43);break;}catch(_0x17a5c4){_0x236e2b[_0x38f4be(0xe3)](debug,_0x38f4be(0xff)+util['format'](_0x17a5c4));}_0x236e2b[_0x38f4be(0x8b)](shouldProcessEventForTesthub)&&await _0x805a43[_0x38f4be(0xdf)](_0x37576e[_0x38f4be(0x148)],undefined,![],_0x236e2b[_0x38f4be(0xac)]);}break;}case _0x236e2b[_0x38f4be(0x161)]:_0x805a43[_0x38f4be(0xd4)]=null;break;case _0x236e2b[_0x38f4be(0xb6)]:await RequestQueueHandler[_0x38f4be(0x180)]()[_0x38f4be(0x171)](),process['removeAllListeners']();break;default:}},_0x236e2b[_0x324ad4(0x164)]));}catch(_0x138b56){_0x236e2b[_0x324ad4(0x15a)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x138b56);}return _0x236e2b[_0x324ad4(0x85)](initInitialize,..._0x5e091c);};function a21_0x3c36(_0x4b3ff3,_0x476361){const _0x5da7eb=a21_0x5da7();return a21_0x3c36=function(_0x3c3697,_0x2b1926){_0x3c3697=_0x3c3697-0x7e;let _0x58eb2e=_0x5da7eb[_0x3c3697];return _0x58eb2e;},a21_0x3c36(_0x4b3ff3,_0x476361);}try{Object['keys'](exportsI)[a21_0x30652d(0x159)](_0x36a453=>{const _0x2d3691=a21_0x30652d,_0xca5ffb={'ByOnf':function(_0x330586,_0x267bf2){return _0x330586(_0x267bf2);}};try{exports&&(exports[_0x36a453]=exportsI[_0x36a453]);}catch(_0x3ade7a){_0xca5ffb['ByOnf'](debug,_0x2d3691(0x112)+_0x3ade7a);}});}catch(a21_0x177475){debug(a21_0x30652d(0x15f)+a21_0x177475);}const a21_0x1f6740={};a21_0x1f6740[a21_0x30652d(0xba)]=getFullJestTestName,a21_0x1f6740['getActiveTestNamePattern']=getActiveTestNamePattern,a21_0x1f6740[a21_0x30652d(0xe8)]=isPhantomSkipFromNameFilter,exports[a21_0x30652d(0x134)]=a21_0x1f6740;
@@ -1 +1 @@
1
- const a22_0x41cb8c=a22_0x3ab7;function a22_0x3ab7(_0x393627,_0x32a100){const _0x62aa08=a22_0x62aa();return a22_0x3ab7=function(_0x3ab756,_0x107fdf){_0x3ab756=_0x3ab756-0x181;let _0x558325=_0x62aa08[_0x3ab756];return _0x558325;},a22_0x3ab7(_0x393627,_0x32a100);}(function(_0xf04804,_0x5bc24a){const _0x4d4b38=a22_0x3ab7,_0x35f2b7=_0xf04804();while(!![]){try{const _0xdf56ce=parseInt(_0x4d4b38(0x18d))/0x1*(-parseInt(_0x4d4b38(0x187))/0x2)+-parseInt(_0x4d4b38(0x192))/0x3+parseInt(_0x4d4b38(0x18c))/0x4+-parseInt(_0x4d4b38(0x18a))/0x5*(-parseInt(_0x4d4b38(0x186))/0x6)+-parseInt(_0x4d4b38(0x182))/0x7+parseInt(_0x4d4b38(0x184))/0x8*(-parseInt(_0x4d4b38(0x183))/0x9)+parseInt(_0x4d4b38(0x18b))/0xa;if(_0xdf56ce===_0x5bc24a)break;else _0x35f2b7['push'](_0x35f2b7['shift']());}catch(_0xb81d1e){_0x35f2b7['push'](_0x35f2b7['shift']());}}}(a22_0x62aa,0xa9655));const Sequencer=require(a22_0x41cb8c(0x188))['default'];class CustomSequencer extends Sequencer{[a22_0x41cb8c(0x190)](_0x193f74){const _0xc197c8=a22_0x41cb8c,_0x2d731a=process[_0xc197c8(0x185)][_0xc197c8(0x193)];if(!_0x2d731a)return _0x193f74;const _0x37b06a=_0x2d731a['split'](','),_0x2f0f46=new Map(_0x193f74['filter'](_0x460367=>_0x37b06a[_0xc197c8(0x181)](_0x460367[_0xc197c8(0x194)]))[_0xc197c8(0x18f)](_0x57a077=>[_0x57a077[_0xc197c8(0x194)],_0x57a077]));return _0x37b06a[_0xc197c8(0x18f)](_0x335f3e=>_0x2f0f46[_0xc197c8(0x18e)](_0x335f3e))[_0xc197c8(0x189)](Boolean);}}function a22_0x62aa(){const _0x5e4b5f=['4044672mbtgTg','JEST_TEST_ORDER','path','includes','4691799IJbmct','9CatKqh','9018968uOuCKo','env','7098okMuTw','214754KgAHyd','@jest/test-sequencer','filter','3245jrLtyM','32200920SQaWQX','266368dfdESr','2hykOrx','get','map','sort','exports'];a22_0x62aa=function(){return _0x5e4b5f;};return a22_0x62aa();}module[a22_0x41cb8c(0x191)]=CustomSequencer;
1
+ const a22_0x5541df=a22_0x2cbf;(function(_0x2624f5,_0x2047ea){const _0x145979=a22_0x2cbf,_0x2d3754=_0x2624f5();while(!![]){try{const _0x30b5e0=parseInt(_0x145979(0x129))/0x1*(parseInt(_0x145979(0x12f))/0x2)+parseInt(_0x145979(0x127))/0x3+parseInt(_0x145979(0x124))/0x4*(-parseInt(_0x145979(0x121))/0x5)+parseInt(_0x145979(0x128))/0x6+parseInt(_0x145979(0x122))/0x7+parseInt(_0x145979(0x12e))/0x8*(-parseInt(_0x145979(0x11f))/0x9)+parseInt(_0x145979(0x132))/0xa;if(_0x30b5e0===_0x2047ea)break;else _0x2d3754['push'](_0x2d3754['shift']());}catch(_0x296a9f){_0x2d3754['push'](_0x2d3754['shift']());}}}(a22_0x5532,0x2eda1));function a22_0x5532(){const _0x49160b=['path','env','exports','@jest/test-sequencer','133064RTBktm','12obRKZt','split','default','1576370fCMqin','filter','153bzCkIU','includes','1815UOsdFN','128996pSYkJZ','JEST_TEST_ORDER','3036igPocV','map','sort','429420tyoNYf','2137272CcMVlH','12461erfclG'];a22_0x5532=function(){return _0x49160b;};return a22_0x5532();}function a22_0x2cbf(_0x4c5200,_0x32ee2f){const _0x5532a6=a22_0x5532();return a22_0x2cbf=function(_0x2cbf57,_0x19c42a){_0x2cbf57=_0x2cbf57-0x11f;let _0x28904f=_0x5532a6[_0x2cbf57];return _0x28904f;},a22_0x2cbf(_0x4c5200,_0x32ee2f);}const Sequencer=require(a22_0x5541df(0x12d))[a22_0x5541df(0x131)];class CustomSequencer extends Sequencer{[a22_0x5541df(0x126)](_0x455571){const _0x2ff7a2=a22_0x5541df,_0x5ef9b9=process[_0x2ff7a2(0x12b)][_0x2ff7a2(0x123)];if(!_0x5ef9b9)return _0x455571;const _0x5969b2=_0x5ef9b9[_0x2ff7a2(0x130)](','),_0x362e2c=new Map(_0x455571[_0x2ff7a2(0x133)](_0x48d2eb=>_0x5969b2[_0x2ff7a2(0x120)](_0x48d2eb['path']))[_0x2ff7a2(0x125)](_0x1a847a=>[_0x1a847a[_0x2ff7a2(0x12a)],_0x1a847a]));return _0x5969b2['map'](_0x293e98=>_0x362e2c['get'](_0x293e98))[_0x2ff7a2(0x133)](Boolean);}}module[a22_0x5541df(0x12c)]=CustomSequencer;
@@ -1 +1 @@
1
- 'use strict';function a23_0xcda8(){const _0x1d71ca=['runTests','rzqYd','UIPSH','false','value','3534398PWmGfm','../../../helpers/helper','capabilities','41754QGhiUx','push','serial__','206iOcEpA','10lDTtRZ','slice','BSTACK_USER_JEST_RUNNER','345JNIDHE','5997eBPehV','8566974gzcrHl','2570607ZEFJMO','nAOnb','default','testEnvironmentOptions','19743240JvBFyF','context','parallels__','serial','ASltG','jest-runner','2813024zEqeMK','config','_globalConfig','DioAz','exports','8RKGHeX','defineProperty','freeze','bbaHO','length'];a23_0xcda8=function(){return _0x1d71ca;};return a23_0xcda8();}const a23_0x4d03ee=a23_0x4bd5;(function(_0x4c7935,_0x61a1e5){const _0x1cf241=a23_0x4bd5,_0x5c1bbd=_0x4c7935();while(!![]){try{const _0x915517=-parseInt(_0x1cf241(0x1d7))/0x1*(parseInt(_0x1cf241(0x1d2))/0x2)+-parseInt(_0x1cf241(0x1d9))/0x3+-parseInt(_0x1cf241(0x1e3))/0x4+parseInt(_0x1cf241(0x1d6))/0x5*(parseInt(_0x1cf241(0x1cf))/0x6)+-parseInt(_0x1cf241(0x1cc))/0x7*(parseInt(_0x1cf241(0x1e8))/0x8)+parseInt(_0x1cf241(0x1d8))/0x9*(parseInt(_0x1cf241(0x1d3))/0xa)+parseInt(_0x1cf241(0x1dd))/0xb;if(_0x915517===_0x61a1e5)break;else _0x5c1bbd['push'](_0x5c1bbd['shift']());}catch(_0x4cbdf1){_0x5c1bbd['push'](_0x5c1bbd['shift']());}}}(a23_0xcda8,0x84da7));const {requireModule,isBrowserstackInfra}=require(a23_0x4d03ee(0x1cd)),a23_0x29d135={};a23_0x29d135[a23_0x4d03ee(0x1cb)]=!![],Object[a23_0x4d03ee(0x1e9)](exports,'__esModule',a23_0x29d135),exports[a23_0x4d03ee(0x1db)]=void 0x0;function _interopRequireDefault(_0x4bf560){return _0x4bf560&&_0x4bf560['__esModule']?_0x4bf560:{'default':_0x4bf560};}function a23_0x4bd5(_0x40194b,_0x529fe7){const _0xcda8f5=a23_0xcda8();return a23_0x4bd5=function(_0x4bd59c,_0x4c5b56){_0x4bd59c=_0x4bd59c-0x1c7;let _0x57a474=_0xcda8f5[_0x4bd59c];return _0x57a474;},a23_0x4bd5(_0x40194b,_0x529fe7);};const runnerModule=process['env'][a23_0x4d03ee(0x1d5)]||a23_0x4d03ee(0x1e2),JestRunner=_interopRequireDefault(requireModule(runnerModule))[a23_0x4d03ee(0x1db)];class TestRunner extends JestRunner{constructor(..._0x4cf5d3){super(..._0x4cf5d3);}[a23_0x4d03ee(0x1c7)](..._0xa73e5c){const _0x502147=a23_0x4d03ee,_0x161cb7={'nAOnb':function(_0x30e000){return _0x30e000();},'UIPSH':function(_0x347529,_0x2fd1c3){return _0x347529-_0x2fd1c3;},'rzqYd':function(_0xfe301c,_0x42a381){return _0xfe301c*_0x42a381;},'bbaHO':function(_0x12ef8d,_0x5bfd46){return _0x12ef8d===_0x5bfd46;},'ASltG':_0x502147(0x1ca),'DioAz':function(_0x71bff0,_0x3e9b05){return _0x71bff0<_0x3e9b05;}};if(!_0x161cb7[_0x502147(0x1da)](isBrowserstackInfra))return super[_0x502147(0x1c7)](..._0xa73e5c);const _0xe18772=_0xa73e5c[0x0],_0x26a297=_0xa73e5c[_0x161cb7[_0x502147(0x1c9)](_0xa73e5c[_0x502147(0x1ec)],0x1)],_0x1535ca=_0xe18772[0x0][_0x502147(0x1de)]['config'][_0x502147(0x1dc)][_0x502147(0x1ce)],_0x419d37=_0xe18772[0x0][_0x502147(0x1de)][_0x502147(0x1e4)][_0x502147(0x1dc)][_0x502147(0x1df)];_0x419d37&&(this[_0x502147(0x1e5)]=Object[_0x502147(0x1ea)]({...this[_0x502147(0x1e5)],'maxWorkers':_0x161cb7[_0x502147(0x1c8)](_0x419d37,_0x1535ca[_0x502147(0x1ec)])}));_0x161cb7[_0x502147(0x1eb)](_0xe18772[0x0][_0x502147(0x1de)][_0x502147(0x1e4)][_0x502147(0x1dc)][_0x502147(0x1d1)],_0x161cb7[_0x502147(0x1e1)])&&(_0x26a297&&(_0x26a297[_0x502147(0x1e0)]=![]));const _0x211a9c=[];for(let _0x277bf9=0x0;_0x161cb7[_0x502147(0x1e6)](_0x277bf9,_0xe18772[_0x502147(0x1ec)]);_0x277bf9++){const _0xd0dba7=[];_0x1535ca['forEach']((_0x360aa6,_0x48dc1d)=>{const _0x3ad3f9=_0x502147,_0x62879e={..._0xe18772[_0x277bf9]},_0x568076=_0x62879e;_0x568076[_0x3ad3f9(0x1de)]=Object['freeze']({..._0x568076[_0x3ad3f9(0x1de)],'config':{..._0x568076[_0x3ad3f9(0x1de)][_0x3ad3f9(0x1e4)],'capability':_0x360aa6,'browserstackPlatformIndex':_0x48dc1d}}),_0xd0dba7[_0x3ad3f9(0x1d0)](_0x568076);}),_0x211a9c[_0x502147(0x1d0)](..._0xd0dba7);}return super['runTests'](_0x211a9c,..._0xa73e5c[_0x502147(0x1d4)](0x1));}}module[a23_0x4d03ee(0x1e7)]=TestRunner;
1
+ 'use strict';const a23_0x5c6331=a23_0x2395;(function(_0x25d3a4,_0x478488){const _0x1a55c1=a23_0x2395,_0x269cea=_0x25d3a4();while(!![]){try{const _0x1aaba6=-parseInt(_0x1a55c1(0x190))/0x1*(-parseInt(_0x1a55c1(0x18a))/0x2)+parseInt(_0x1a55c1(0x189))/0x3+parseInt(_0x1a55c1(0x193))/0x4+-parseInt(_0x1a55c1(0x17d))/0x5+-parseInt(_0x1a55c1(0x18c))/0x6*(-parseInt(_0x1a55c1(0x196))/0x7)+-parseInt(_0x1a55c1(0x18f))/0x8+-parseInt(_0x1a55c1(0x185))/0x9;if(_0x1aaba6===_0x478488)break;else _0x269cea['push'](_0x269cea['shift']());}catch(_0x3e9f8e){_0x269cea['push'](_0x269cea['shift']());}}}(a23_0x345f,0xdb49e));const {requireModule,isBrowserstackInfra}=require(a23_0x5c6331(0x17f)),a23_0x4b22b8={};function a23_0x2395(_0x3fa864,_0x564776){const _0x345fed=a23_0x345f();return a23_0x2395=function(_0x23957f,_0x2394c6){_0x23957f=_0x23957f-0x177;let _0xf4e232=_0x345fed[_0x23957f];return _0xf4e232;},a23_0x2395(_0x3fa864,_0x564776);}a23_0x4b22b8[a23_0x5c6331(0x179)]=!![],Object[a23_0x5c6331(0x17c)](exports,a23_0x5c6331(0x188),a23_0x4b22b8),exports[a23_0x5c6331(0x18e)]=void 0x0;function _interopRequireDefault(_0x2e91b7){return _0x2e91b7&&_0x2e91b7['__esModule']?_0x2e91b7:{'default':_0x2e91b7};};const runnerModule=process[a23_0x5c6331(0x177)][a23_0x5c6331(0x182)]||a23_0x5c6331(0x180),JestRunner=_interopRequireDefault(requireModule(runnerModule))[a23_0x5c6331(0x18e)];class TestRunner extends JestRunner{constructor(..._0x51f41c){super(..._0x51f41c);}[a23_0x5c6331(0x191)](..._0x27627b){const _0x3499c4=a23_0x5c6331,_0x162910={'GUEiN':function(_0x343f5c){return _0x343f5c();},'CACnz':function(_0x485ec3,_0x466cd8){return _0x485ec3-_0x466cd8;},'gGmoL':function(_0x5b492c,_0x3e1396){return _0x5b492c*_0x3e1396;},'sGLfZ':function(_0x4e1b2c,_0x28ebfa){return _0x4e1b2c===_0x28ebfa;},'nHqGr':_0x3499c4(0x181),'htCLG':function(_0x1c66b9,_0x2140bb){return _0x1c66b9<_0x2140bb;}};if(!_0x162910[_0x3499c4(0x195)](isBrowserstackInfra))return super[_0x3499c4(0x191)](..._0x27627b);const _0x57853c=_0x27627b[0x0],_0x2f790c=_0x27627b[_0x162910[_0x3499c4(0x19c)](_0x27627b[_0x3499c4(0x186)],0x1)],_0x1d07b5=_0x57853c[0x0]['context']['config'][_0x3499c4(0x18b)][_0x3499c4(0x19b)],_0x3859e3=_0x57853c[0x0][_0x3499c4(0x17b)][_0x3499c4(0x18d)][_0x3499c4(0x18b)][_0x3499c4(0x17a)];_0x3859e3&&(this[_0x3499c4(0x17e)]=Object[_0x3499c4(0x19a)]({...this[_0x3499c4(0x17e)],'maxWorkers':_0x162910[_0x3499c4(0x199)](_0x3859e3,_0x1d07b5[_0x3499c4(0x186)])}));_0x162910['sGLfZ'](_0x57853c[0x0]['context'][_0x3499c4(0x18d)][_0x3499c4(0x18b)][_0x3499c4(0x184)],_0x162910[_0x3499c4(0x197)])&&(_0x2f790c&&(_0x2f790c[_0x3499c4(0x194)]=![]));const _0x501527=[];for(let _0x150e27=0x0;_0x162910[_0x3499c4(0x178)](_0x150e27,_0x57853c[_0x3499c4(0x186)]);_0x150e27++){const _0x256cca=[];_0x1d07b5[_0x3499c4(0x198)]((_0x5343ea,_0x475eee)=>{const _0x5961b4=_0x3499c4,_0x1a645d={..._0x57853c[_0x150e27]},_0x2e6d9d=_0x1a645d;_0x2e6d9d[_0x5961b4(0x17b)]=Object[_0x5961b4(0x19a)]({..._0x2e6d9d[_0x5961b4(0x17b)],'config':{..._0x2e6d9d[_0x5961b4(0x17b)][_0x5961b4(0x18d)],'capability':_0x5343ea,'browserstackPlatformIndex':_0x475eee}}),_0x256cca[_0x5961b4(0x183)](_0x2e6d9d);}),_0x501527[_0x3499c4(0x183)](..._0x256cca);}return super[_0x3499c4(0x191)](_0x501527,..._0x27627b[_0x3499c4(0x187)](0x1));}}module[a23_0x5c6331(0x192)]=TestRunner;function a23_0x345f(){const _0x31226a=['138288zifuoc','26hDMlSi','testEnvironmentOptions','44946GHorJH','config','default','11985640BAXWkR','122656qjUEqp','runTests','exports','5583400AKWVSy','serial','GUEiN','602TALxvT','nHqGr','forEach','gGmoL','freeze','capabilities','CACnz','env','htCLG','value','parallels__','context','defineProperty','1715740glbowJ','_globalConfig','../../../helpers/helper','jest-runner','false','BSTACK_USER_JEST_RUNNER','push','serial__','8470269EdYaTM','length','slice','__esModule'];a23_0x345f=function(){return _0x31226a;};return a23_0x345f();}