browserstack-node-sdk 1.64.0 → 1.64.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 +1 @@
1
- 'use strict';const a16_0x2016a2=a16_0x4238;(function(_0x2bd951,_0x2ae8ba){const _0x3498ed=a16_0x4238,_0x1778ce=_0x2bd951();while(!![]){try{const _0x1f7405=parseInt(_0x3498ed(0x1a2))/0x1+parseInt(_0x3498ed(0x18b))/0x2+parseInt(_0x3498ed(0x19d))/0x3+-parseInt(_0x3498ed(0x1b8))/0x4*(-parseInt(_0x3498ed(0x18d))/0x5)+parseInt(_0x3498ed(0x1c4))/0x6+-parseInt(_0x3498ed(0x1f1))/0x7*(parseInt(_0x3498ed(0x196))/0x8)+parseInt(_0x3498ed(0x1e3))/0x9*(-parseInt(_0x3498ed(0x1c2))/0xa);if(_0x1f7405===_0x2ae8ba)break;else _0x1778ce['push'](_0x1778ce['shift']());}catch(_0x35fc7f){_0x1778ce['push'](_0x1778ce['shift']());}}}(a16_0x1719,0x8d710));function a16_0x4238(_0x3ffee4,_0x5309bd){const _0x17191c=a16_0x1719();return a16_0x4238=function(_0x423815,_0x443526){_0x423815=_0x423815-0x17e;let _0x4e21c3=_0x17191c[_0x423815];return _0x4e21c3;},a16_0x4238(_0x3ffee4,_0x5309bd);}function a16_0x1719(){const _0x544ea6=['getEnv','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','KEWzI','Qhsvq','format','bstackA11yShouldScan','sessionNameSet__','970086awdCKG','getFileName','15dXJKaH','warn','prepareStackTrace','oWgle','dhLeG','getPackageVersion','__skipSessionStatus','function','includes','889720mBdgJy','get','platformCaps','failedExpectations','performScanWithRetry','markSessionStatus','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','2595531WUnVqX','isAccessibilityPlatform','../../index','Spec\x20failed','node:','1027682AHFWuN','forEach','error','sep','BROWSERSTACK_JASMINE_CONFIG','stringify','setGlobal','parse','saveAccessibilityResultsWithRetry','qUTXR','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20',',\x22level\x22:\x20\x22','ENV_VAR','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getGlobal','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','epmgX','IQdab','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','BROWSERSTACK_TESTHUB_JWT','SQcny','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','820892ClXMWG','split','browserstackAgentV2','../../helpers/accessibility-automation/accessibilityRetryHelper','skipSessionStatus','FTOqw','BROWSERSTACK_TESTHUB_UUID','2|4|1|3|0','uwpov','stack','62420KFwlFK','env','6783750QwlznZ','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','DReVU','executeScript','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','debug','jzilR','autoScanning','browserstackSessionName','./testRunMap','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','isArray','sessionName','__drivers','__skipSessionName','describe','\x22}}','isTrue','__platformCaps','LwviA','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','Failed:\x20','thJwtToken','../../helpers/testhub/constants','jasmine-core','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','nCksD','CETAs','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','../../helpers/accessibility-automation/helper','4149bQfqAx','CDdrZ','addReporter','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','Passed','is_mobile_session','VyxRB','dZwQt','ubYjF','jasmine','bstackA11yScanOptions','join','@playwright/test','GLLiE','42MuObno','snpCh','__sessionFailed','bin','skipSessionName','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','pop','../../helpers/globals','fileNameByFullName','length','OLJnB','message','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','path','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','undefined'];a16_0x1719=function(){return _0x544ea6;};return a16_0x1719();}const util=require('util'),logger=require('../../helpers/logger')['winstonLogger'],helper=require('../../helpers/helper'),globals=require(a16_0x2016a2(0x1f8)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a16_0x2016a2(0x1db)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x2016a2(0x1e2)),accessibilityRetryHelper=require(a16_0x2016a2(0x1bb)),testRunMap=require(a16_0x2016a2(0x1cd));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x2016a2(0x1c3)][a16_0x2016a2(0x1a6)]||process[a16_0x2016a2(0x1c3)]['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x2016a2(0x1a9)](rawConfig));}catch(a16_0x1142f8){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x185)+util[a16_0x2016a2(0x188)](a16_0x1142f8));}try{if(_bstackConfig&&!helper[a16_0x2016a2(0x192)](a16_0x2016a2(0x1ef))){const gmTivh=a16_0x2016a2(0x1bf)[a16_0x2016a2(0x1b9)]('|');let wVqjjN=0x0;while(!![]){switch(gmTivh[wVqjjN++]){case'0':helper['isBrowserstackInfra']()?(global['__skipSessionName']=helper[a16_0x2016a2(0x1d5)](_bstackConfig[a16_0x2016a2(0x1f5)]),global[a16_0x2016a2(0x193)]=helper[a16_0x2016a2(0x1d5)](_bstackConfig[a16_0x2016a2(0x1bc)])):(global[a16_0x2016a2(0x1d2)]=!![],global[a16_0x2016a2(0x193)]=!![]);continue;case'1':global[a16_0x2016a2(0x1d6)]=_bstackConfig[a16_0x2016a2(0x198)]||{};continue;case'2':logger['debug'](a16_0x2016a2(0x1d8));continue;case'3':global['browserstackPlatformIndex']=_bstackConfig['platformIndex'];continue;case'4':shouldProcessEventForTesthub()?require(a16_0x2016a2(0x19f))[a16_0x2016a2(0x1ba)](_bstackConfig,null,!![]):require(a16_0x2016a2(0x19f))[a16_0x2016a2(0x1ba)](_bstackConfig);continue;}break;}}}catch(a16_0x40b1ff){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1dd)+util['format'](a16_0x40b1ff));}const _fileNameByFullName={};try{if(typeof describe===a16_0x2016a2(0x194)&&typeof global!=='undefined'){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x256fe6=a16_0x2016a2,_0x4ac852={'RHEYQ':function(_0x442374,_0x1567d6){return _0x442374(_0x1567d6);},'Qhsvq':_0x256fe6(0x181),'GBelu':function(_0x26c356,_0x3ab54a){return _0x26c356(_0x3ab54a);},'XByMu':_0x256fe6(0x1a1),'OLJnB':_0x256fe6(0x1dc)},_0xade5dc=Error[_0x256fe6(0x18f)];try{const _0x9fbdde=new Error();Error[_0x256fe6(0x18f)]=(_0x6ae68c,_0x2eec9a)=>_0x2eec9a;const _0x184ba9=_0x9fbdde[_0x256fe6(0x1c1)];Error[_0x256fe6(0x18f)]=_0xade5dc;if(Array['isArray'](_0x184ba9))for(const _0x1076ee of _0x184ba9){const _0x1fdcd6=_0x1076ee[_0x256fe6(0x18c)]&&_0x1076ee[_0x256fe6(0x18c)]();if(_0x1fdcd6&&!_0x1fdcd6[_0x256fe6(0x195)](_0x256fe6(0x1f4)+_0x4ac852['RHEYQ'](require,_0x4ac852[_0x256fe6(0x187)])[_0x256fe6(0x1a5)]+_0x256fe6(0x1ec)+_0x4ac852['GBelu'](require,_0x4ac852[_0x256fe6(0x187)])[_0x256fe6(0x1a5)])&&!_0x1fdcd6['startsWith'](_0x4ac852['XByMu'])&&!_0x1fdcd6[_0x256fe6(0x195)](_0x4ac852[_0x256fe6(0x17e)]))return _0x1fdcd6;}}catch(_0x1512bc){Error[_0x256fe6(0x18f)]=_0xade5dc;}return null;},_wrappedDescribe=function(_0x376979,_0x5798a7){const _0x17fb74=a16_0x2016a2,_0x5daf86={'StsEg':function(_0x475ad6){return _0x475ad6();},'GkCBP':function(_0x3c651d,_0x27d6e1){return _0x3c651d&&_0x27d6e1;},'epmgX':function(_0x1cd939,_0x9dd0ae,_0x45a590){return _0x1cd939(_0x9dd0ae,_0x45a590);}};let _0x1e3e5c=null;try{_0x1e3e5c=_0x5daf86['StsEg'](_resolveCallerFile);}catch(_0x42b2c0){}_describeTitleStack['push'](_0x376979);const _0x39ab8d=_describeTitleStack[_0x17fb74(0x1ee)]('\x20');_0x5daf86['GkCBP'](_0x1e3e5c,_0x39ab8d)&&(_fileNameByFullName[_0x39ab8d]=_0x1e3e5c);try{return _0x5daf86[_0x17fb74(0x1b2)](_origDescribe,_0x376979,_0x5798a7);}finally{_describeTitleStack[_0x17fb74(0x1f7)]();}};Object['keys'](_origDescribe)[a16_0x2016a2(0x1a3)](_0x2a3fff=>{_wrappedDescribe[_0x2a3fff]=_origDescribe[_0x2a3fff];}),global[a16_0x2016a2(0x1d3)]=_wrappedDescribe;}}catch(a16_0x1473e4){logger['debug'](a16_0x2016a2(0x1ac)+util['format'](a16_0x1473e4));}try{if(typeof jasmine!==a16_0x2016a2(0x183)&&jasmine[a16_0x2016a2(0x184)]){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a16_0xeac921={};a16_0xeac921[a16_0x2016a2(0x1f9)]=_fileNameByFullName,jasmine[a16_0x2016a2(0x184)]()[a16_0x2016a2(0x1e5)](new BrowserStackJasmineReporter(a16_0xeac921)),logger[a16_0x2016a2(0x1c9)]('[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter');}else logger[a16_0x2016a2(0x1c9)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a16_0x3e6709){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1e6)+util[a16_0x2016a2(0x188)](a16_0x3e6709));}try{typeof jasmine!==a16_0x2016a2(0x183)&&jasmine[a16_0x2016a2(0x184)]&&jasmine[a16_0x2016a2(0x184)]()['addReporter']({'specStarted'(_0x5a7ed4){const _0x18c151=a16_0x2016a2,_0x3258e4={};_0x3258e4['GLLiE']=function(_0x4f5ff7,_0x218cbb){return _0x4f5ff7||_0x218cbb;};const _0x207048=_0x3258e4;_activeResultId=_0x5a7ed4&&_0x5a7ed4['id'],_activeFullName=_0x5a7ed4&&_0x5a7ed4['fullName'],_activeResultRef=_0x207048[_0x18c151(0x1f0)](_0x5a7ed4,null);},'specDone'(){}});}catch(a16_0x30c4ec){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1c8)+util[a16_0x2016a2(0x188)](a16_0x30c4ec));}const _resolveAutoScanning=()=>{const _0x2bd26e=a16_0x2016a2,_0x4cc6fc={};_0x4cc6fc[_0x2bd26e(0x1ca)]=function(_0x18dafe,_0x56fd2a){return _0x18dafe===_0x56fd2a;};const _0x38740e=_0x4cc6fc;let _0x201f5d=!![];try{const _0xb5dadd=JSON[_0x2bd26e(0x1a9)](process['env'][_0x2bd26e(0x1af)]||'{}');_0x38740e[_0x2bd26e(0x1ca)](_0xb5dadd[_0x2bd26e(0x1cb)],![])&&(_0x201f5d=![]);}catch(_0xbdbdae){logger[_0x2bd26e(0x1c9)](_0x2bd26e(0x1c5)+_0xbdbdae[_0x2bd26e(0x17f)]);}return _0x201f5d;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x204887=a16_0x2016a2,_0x2edcd3={'FTOqw':function(_0x2da5cc){return _0x2da5cc();},'IQdab':function(_0x229779,_0x3cbdf2,_0x63d0ca){return _0x229779(_0x3cbdf2,_0x63d0ca);},'LwviA':function(_0x54d79c,_0x2d65e9){return _0x54d79c&&_0x2d65e9;},'KEWzI':'bstackA11yShouldScan','RzIgI':_0x204887(0x1ed)};try{const _0x4aa566=_0x2edcd3[_0x204887(0x1bd)](_resolveAutoScanning),_0x10e744=_0x2edcd3[_0x204887(0x1b3)](shouldScanTestForAccessibility,null,![]),_0x1f5d28=_0x2edcd3[_0x204887(0x1d7)](_0x4aa566,_0x10e744);globals[_0x204887(0x1a8)](_0x2edcd3[_0x204887(0x186)],_0x1f5d28),globals[_0x204887(0x1a8)](_0x2edcd3['RzIgI'],null);}catch(_0x4654e2){logger[_0x204887(0x1c9)]('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x204887(0x188)](_0x4654e2));}}),typeof afterEach==='function'&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x202c24=a16_0x2016a2,_0x39a1cc={'nCksD':function(_0x426a7a,_0x46204e){return _0x426a7a>_0x46204e;},'LpZCg':_0x202c24(0x1a0),'DReVU':function(_0x5bd732,_0x4c13d2){return _0x5bd732+_0x4c13d2;},'CETAs':_0x202c24(0x1d9),'yzVvY':_0x202c24(0x1e7),'uwpov':_0x202c24(0x1a4),'CSzbN':'info','dZwQt':'failed','oWgle':'passed','qUTXR':function(_0x117e5d){return _0x117e5d();},'VyxRB':_0x202c24(0x19e),'dhLeG':function(_0x52e190,_0x48e5c1){return _0x52e190>_0x48e5c1;},'ubYjF':_0x202c24(0x189),'CDdrZ':'[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','snpCh':_0x202c24(0x1ce),'ReFQJ':_0x202c24(0x180),'XpfOZ':_0x202c24(0x1e0),'beywO':'isMobilePlatform','JYbry':_0x202c24(0x182),'SQcny':_0x202c24(0x1f6)};try{if(Array[_0x202c24(0x1cf)](global[_0x202c24(0x1d1)])&&_0x39a1cc[_0x202c24(0x1de)](global[_0x202c24(0x1d1)][_0x202c24(0x1fa)],0x0)&&global['__drivers'][0x0]){const _0x293b02=_activeFullName||global['sessionName'];if(!global[_0x202c24(0x1d2)]&&_0x293b02){global[_0x202c24(0x1d0)]=_0x293b02;try{await global[_0x202c24(0x1d1)][0x0][_0x202c24(0x1c7)](_0x202c24(0x1b4)+JSON[_0x202c24(0x1a7)](_0x293b02)+'}}'),global[_0x202c24(0x1d1)][0x0][_0x202c24(0x18a)]=!![];}catch(_0x9a4a20){logger[_0x202c24(0x1c9)](_0x202c24(0x1b1)+util[_0x202c24(0x188)](_0x9a4a20));}}if(!global[_0x202c24(0x193)])try{const _0x20bbec=_activeResultRef&&Array[_0x202c24(0x1cf)](_activeResultRef[_0x202c24(0x199)])?_activeResultRef[_0x202c24(0x199)]:[],_0x4f39bb=_0x39a1cc['nCksD'](_0x20bbec[_0x202c24(0x1fa)],0x0),_0x2bf16b=_0x4f39bb?_0x20bbec[0x0]&&_0x20bbec[0x0][_0x202c24(0x17f)]||_0x39a1cc['LpZCg']:null;try{await global[_0x202c24(0x1d1)][0x0][_0x202c24(0x1c7)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON[_0x202c24(0x1a7)](_0x4f39bb?_0x39a1cc[_0x202c24(0x1c6)](_0x39a1cc[_0x202c24(0x1df)],_0x2bf16b):_0x39a1cc['yzVvY'])+_0x202c24(0x1ad)+(_0x4f39bb?_0x39a1cc[_0x202c24(0x1c0)]:_0x39a1cc['CSzbN'])+_0x202c24(0x1d4));}catch(_0xb8a111){logger[_0x202c24(0x1c9)]('[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20'+util[_0x202c24(0x188)](_0xb8a111));}_0x4f39bb&&(global[_0x202c24(0x1f3)]=!![]),await helper[_0x202c24(0x19b)](global[_0x202c24(0x1d1)][0x0],_0x4f39bb?_0x39a1cc[_0x202c24(0x1ea)]:_0x39a1cc[_0x202c24(0x190)],_0x2bf16b);}catch(_0x163bc9){logger[_0x202c24(0x1c9)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util[_0x202c24(0x188)](_0x163bc9));}}}catch(_0x221eb3){logger[_0x202c24(0x1c9)](_0x202c24(0x19c)+util[_0x202c24(0x188)](_0x221eb3));}try{if(_0x39a1cc[_0x202c24(0x1ab)](isAccessibilityAutomationSession)&&globals[_0x202c24(0x1b0)](_0x39a1cc[_0x202c24(0x1e9)])&&Array[_0x202c24(0x1cf)](global[_0x202c24(0x1d1)])&&_0x39a1cc[_0x202c24(0x191)](global[_0x202c24(0x1d1)][_0x202c24(0x1fa)],0x0)&&global['__drivers'][0x0]){const _0x4ecaf8=testRunMap[_0x202c24(0x197)](_activeResultId),_0x161540={};_0x161540['thTestRunUuid']=_0x4ecaf8,_0x161540['thBuildUuid']=process[_0x202c24(0x1c3)][testHubConstants[_0x202c24(0x1ae)][_0x202c24(0x1be)]],_0x161540[_0x202c24(0x1da)]=process[_0x202c24(0x1c3)][testHubConstants[_0x202c24(0x1ae)][_0x202c24(0x1b5)]];const _0x456990=_0x161540;logger[_0x202c24(0x1c9)](_0x202c24(0x1e1)+JSON[_0x202c24(0x1a7)](_0x456990));if(globals[_0x202c24(0x1b0)](_0x39a1cc[_0x202c24(0x1eb)])){logger[_0x202c24(0x1c9)](_0x39a1cc[_0x202c24(0x1e4)]);const _0x4e25f1=await accessibilityRetryHelper[_0x202c24(0x19a)](global['__drivers'][0x0],global[_0x202c24(0x1cc)]);_0x4e25f1?logger['debug'](_0x39a1cc[_0x202c24(0x1f2)]):logger[_0x202c24(0x18e)](_0x39a1cc['ReFQJ']);}else logger[_0x202c24(0x1c9)](_0x39a1cc['XpfOZ']);globals[_0x202c24(0x1b0)](_0x39a1cc['beywO'])&&(_0x456990[_0x202c24(0x1e8)]=!![]);const _0x207df3=await accessibilityRetryHelper[_0x202c24(0x1aa)](global['__drivers'][0x0],_0x456990);_0x207df3?logger[_0x202c24(0x1c9)](_0x39a1cc['JYbry']):logger['warn'](_0x39a1cc[_0x202c24(0x1b6)]);}}catch(_0x3986df){logger[_0x202c24(0x1a4)]('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x202c24(0x188)](_0x3986df));}});}catch(a16_0x55b9e9){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1b7)+util['format'](a16_0x55b9e9));}module['exports']={};
1
+ 'use strict';const a16_0x28a1f4=a16_0x280f;(function(_0x1fd5b2,_0x31e24d){const _0xe0c33a=a16_0x280f,_0x293d7=_0x1fd5b2();while(!![]){try{const _0x27c649=-parseInt(_0xe0c33a(0x120))/0x1+-parseInt(_0xe0c33a(0x17e))/0x2+-parseInt(_0xe0c33a(0x191))/0x3*(parseInt(_0xe0c33a(0x123))/0x4)+-parseInt(_0xe0c33a(0x14d))/0x5*(parseInt(_0xe0c33a(0x19c))/0x6)+-parseInt(_0xe0c33a(0x14b))/0x7*(-parseInt(_0xe0c33a(0x15c))/0x8)+-parseInt(_0xe0c33a(0x17f))/0x9+parseInt(_0xe0c33a(0x160))/0xa;if(_0x27c649===_0x31e24d)break;else _0x293d7['push'](_0x293d7['shift']());}catch(_0x5eba46){_0x293d7['push'](_0x293d7['shift']());}}}(a16_0x316a,0xb1907));const util=require('util'),logger=require(a16_0x28a1f4(0x12c))[a16_0x28a1f4(0x13b)],helper=require(a16_0x28a1f4(0x13d)),globals=require(a16_0x28a1f4(0x179)),{shouldProcessEventForTesthub}=require(a16_0x28a1f4(0x178)),testHubConstants=require(a16_0x28a1f4(0x11c)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x28a1f4(0x132)),accessibilityRetryHelper=require(a16_0x28a1f4(0x152)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;function a16_0x280f(_0x5644ab,_0x42275f){const _0x316aae=a16_0x316a();return a16_0x280f=function(_0x280fd7,_0x4c91dc){_0x280fd7=_0x280fd7-0x119;let _0x48ea37=_0x316aae[_0x280fd7];return _0x48ea37;},a16_0x280f(_0x5644ab,_0x42275f);}try{const rawConfig=process['env'][a16_0x28a1f4(0x190)]||process[a16_0x28a1f4(0x17a)][a16_0x28a1f4(0x14c)];rawConfig!==undefined&&(_bstackConfig=JSON['parse'](rawConfig));}catch(a16_0x2ae383){logger[a16_0x28a1f4(0x18a)](a16_0x28a1f4(0x168)+util[a16_0x28a1f4(0x16d)](a16_0x2ae383));}try{if(_bstackConfig&&!helper['getPackageVersion'](a16_0x28a1f4(0x183))){const GXWREf=a16_0x28a1f4(0x12a)[a16_0x28a1f4(0x154)]('|');let Rtzrhl=0x0;while(!![]){switch(GXWREf[Rtzrhl++]){case'0':global['browserstackPlatformIndex']=_bstackConfig[a16_0x28a1f4(0x143)];continue;case'1':helper[a16_0x28a1f4(0x14f)]()?(global['__skipSessionName']=helper[a16_0x28a1f4(0x1a1)](_bstackConfig[a16_0x28a1f4(0x157)]),global[a16_0x28a1f4(0x196)]=helper['isTrue'](_bstackConfig[a16_0x28a1f4(0x173)])):(global[a16_0x28a1f4(0x13f)]=!![],global['__skipSessionStatus']=!![]);continue;case'2':shouldProcessEventForTesthub()?require('../../index')[a16_0x28a1f4(0x11e)](_bstackConfig,null,!![]):require(a16_0x28a1f4(0x11f))['browserstackAgentV2'](_bstackConfig);continue;case'3':logger['debug'](a16_0x28a1f4(0x136));continue;case'4':global[a16_0x28a1f4(0x12d)]=_bstackConfig[a16_0x28a1f4(0x165)]||{};continue;}break;}}}catch(a16_0x16851b){logger[a16_0x28a1f4(0x18a)](a16_0x28a1f4(0x189)+util['format'](a16_0x16851b));}const _fileNameByFullName={};try{if(typeof describe===a16_0x28a1f4(0x155)&&typeof global!==a16_0x28a1f4(0x16c)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x5c9aef=a16_0x28a1f4,_0x3debd6={'ckAkk':function(_0x96d44e,_0x1e7c5c){return _0x96d44e(_0x1e7c5c);},'ygcia':_0x5c9aef(0x148),'cpwpO':function(_0x5d6263,_0x442bec){return _0x5d6263(_0x442bec);},'vRCJB':'node:','QzLbx':_0x5c9aef(0x153)},_0x2c4110=Error[_0x5c9aef(0x15e)];try{const _0x11e1fd=new Error();Error[_0x5c9aef(0x15e)]=(_0x312a1d,_0x47684a)=>_0x47684a;const _0x4d1320=_0x11e1fd[_0x5c9aef(0x16b)];Error['prepareStackTrace']=_0x2c4110;if(Array[_0x5c9aef(0x119)](_0x4d1320))for(const _0x545b6b of _0x4d1320){const _0x11c940=_0x545b6b[_0x5c9aef(0x18e)]&&_0x545b6b[_0x5c9aef(0x18e)]();if(_0x11c940&&!_0x11c940[_0x5c9aef(0x1a0)]('bin'+_0x3debd6[_0x5c9aef(0x13e)](require,_0x3debd6[_0x5c9aef(0x15b)])[_0x5c9aef(0x198)]+_0x5c9aef(0x17c)+_0x3debd6[_0x5c9aef(0x164)](require,_0x3debd6[_0x5c9aef(0x15b)])[_0x5c9aef(0x198)])&&!_0x11c940[_0x5c9aef(0x134)](_0x3debd6[_0x5c9aef(0x159)])&&!_0x11c940[_0x5c9aef(0x1a0)](_0x3debd6['QzLbx']))return _0x11c940;}}catch(_0x424150){Error[_0x5c9aef(0x15e)]=_0x2c4110;}return null;},_wrappedDescribe=function(_0x572abe,_0xfb2559){const _0x57fac7=a16_0x28a1f4,_0x39bf37={'FvPKw':function(_0x180cde){return _0x180cde();},'clkRR':function(_0x471071,_0x42e32f){return _0x471071&&_0x42e32f;},'FcVNG':function(_0x144ef8,_0x117a3d,_0x433b1e){return _0x144ef8(_0x117a3d,_0x433b1e);}};let _0x3ac286=null;try{_0x3ac286=_0x39bf37[_0x57fac7(0x170)](_resolveCallerFile);}catch(_0x46a278){}_describeTitleStack[_0x57fac7(0x17b)](_0x572abe);const _0x3159a8=_describeTitleStack['join']('\x20');_0x39bf37['clkRR'](_0x3ac286,_0x3159a8)&&(_fileNameByFullName[_0x3159a8]=_0x3ac286);try{return _0x39bf37['FcVNG'](_origDescribe,_0x572abe,_0xfb2559);}finally{_describeTitleStack['pop']();}};Object[a16_0x28a1f4(0x19a)](_origDescribe)[a16_0x28a1f4(0x18c)](_0x492870=>{_wrappedDescribe[_0x492870]=_origDescribe[_0x492870];}),global[a16_0x28a1f4(0x161)]=_wrappedDescribe;}}catch(a16_0x390723){logger[a16_0x28a1f4(0x18a)](a16_0x28a1f4(0x17d)+util[a16_0x28a1f4(0x16d)](a16_0x390723));}try{if(typeof jasmine!==a16_0x28a1f4(0x16c)&&jasmine[a16_0x28a1f4(0x127)]){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a16_0x2beb0f={};a16_0x2beb0f[a16_0x28a1f4(0x193)]=_fileNameByFullName,jasmine[a16_0x28a1f4(0x127)]()[a16_0x28a1f4(0x11b)](new BrowserStackJasmineReporter(a16_0x2beb0f)),logger[a16_0x28a1f4(0x18a)](a16_0x28a1f4(0x140));}else logger[a16_0x28a1f4(0x18a)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a16_0x5e59c8){logger[a16_0x28a1f4(0x18a)](a16_0x28a1f4(0x129)+util[a16_0x28a1f4(0x16d)](a16_0x5e59c8));}function a16_0x316a(){const _0x5715b2=['__sessionFailed','startsWith','jjyXH','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','passed','yBttq','qAMvE','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','winstonLogger','performScanWithRetry','../../helpers/helper','ckAkk','__skipSessionName','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','edCVw','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','platformIndex','thTestRunUuid','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ENV_VAR','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','path','is_mobile_session','autoScanning','1635151sQOJlT','CONFIG','7750ssITfx','error','isBrowserstackInfra','Spec\x20failed','sessionNameSet__','../../helpers/accessibility-automation/accessibilityRetryHelper','jasmine-core','split','function','RblOv','skipSessionName','BROWSERSTACK_TESTHUB_JWT','vRCJB','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','ygcia','24JpGUsI','kWIKM','prepareStackTrace','failedExpectations','34397740SIcMfU','describe','nGOcG','get','cpwpO','platformCaps','thBuildUuid','DlxTe','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','KZerx','stack','undefined','format','spqVq','bxbYZ','FvPKw','mfXyd','exports','skipSessionStatus','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','isMobilePlatform','rJTjM','length','../../helpers/testhub/utils','../../helpers/globals','env','push','jasmine','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','723050sDVwld','2541708gNDbvZ','MIWkP','BgTfD','message','@playwright/test','miiou','bstackA11yScanOptions','qrHdP',',\x22level\x22:\x20\x22','BROWSERSTACK_TESTHUB_UUID','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','debug','failed','forEach','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','getFileName','wfAYl','BROWSERSTACK_JASMINE_CONFIG','2853969jZHdfE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','fileNameByFullName','VBOju','Passed','__skipSessionStatus','Failed:\x20','sep','stringify','keys','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','4326wRGofn','eVevd','thJwtToken','executeScript','includes','isTrue','isArray','getGlobal','addReporter','../../helpers/testhub/constants','setGlobal','browserstackAgentV2','../../index','700440UxeSQn','__drivers','zsMuH','4pyVtuA','parse','NwnvR','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','getEnv','\x22}}','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','3|2|4|0|1','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','../../helpers/logger','__platformCaps','zeWPc','WhDxf','warn','markSessionStatus','../../helpers/accessibility-automation/helper'];a16_0x316a=function(){return _0x5715b2;};return a16_0x316a();}try{typeof jasmine!==a16_0x28a1f4(0x16c)&&jasmine['getEnv']&&jasmine[a16_0x28a1f4(0x127)]()['addReporter']({'specStarted'(_0x13fdb4){const _0x465544=a16_0x28a1f4,_0x530bf3={};_0x530bf3['jjyXH']=function(_0x2e7916,_0x37f46d){return _0x2e7916||_0x37f46d;};const _0x290c1a=_0x530bf3;_activeResultId=_0x13fdb4&&_0x13fdb4['id'],_activeFullName=_0x13fdb4&&_0x13fdb4['fullName'],_activeResultRef=_0x290c1a[_0x465544(0x135)](_0x13fdb4,null);},'specDone'(){}});}catch(a16_0xa4b287){logger[a16_0x28a1f4(0x18a)](a16_0x28a1f4(0x169)+util[a16_0x28a1f4(0x16d)](a16_0xa4b287));}const _resolveAutoScanning=()=>{const _0x3934bf=a16_0x28a1f4,_0x573745={};_0x573745[_0x3934bf(0x184)]=function(_0x9837f0,_0x9295ac){return _0x9837f0===_0x9295ac;};const _0x3d26d0=_0x573745;let _0x23b4ac=!![];try{const _0x548604=JSON[_0x3934bf(0x124)](process[_0x3934bf(0x17a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x3d26d0[_0x3934bf(0x184)](_0x548604[_0x3934bf(0x14a)],![])&&(_0x23b4ac=![]);}catch(_0x252153){logger[_0x3934bf(0x18a)]('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x252153[_0x3934bf(0x182)]);}return _0x23b4ac;};try{typeof beforeEach===a16_0x28a1f4(0x155)&&beforeEach(function bstackA11yBeforeEach(){const _0x484cf2=a16_0x28a1f4,_0x5d9158={'WhDxf':function(_0x3f6600){return _0x3f6600();},'eVevd':function(_0x268c6d,_0x212a45,_0x8a039){return _0x268c6d(_0x212a45,_0x8a039);},'KZerx':function(_0x5600fa,_0x56e02d){return _0x5600fa&&_0x56e02d;},'RblOv':'bstackA11yShouldScan','yBttq':_0x484cf2(0x185)};try{const _0x2e5217=_0x5d9158[_0x484cf2(0x12f)](_resolveAutoScanning),_0x2d8fe5=_0x5d9158[_0x484cf2(0x19d)](shouldScanTestForAccessibility,null,![]),_0x31a9fc=_0x5d9158[_0x484cf2(0x16a)](_0x2e5217,_0x2d8fe5);globals['setGlobal'](_0x5d9158[_0x484cf2(0x156)],_0x31a9fc),globals[_0x484cf2(0x11d)](_0x5d9158[_0x484cf2(0x138)],null);}catch(_0x2d8b30){logger[_0x484cf2(0x18a)](_0x484cf2(0x15a)+util[_0x484cf2(0x16d)](_0x2d8b30));}}),typeof afterEach===a16_0x28a1f4(0x155)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x3e9814=a16_0x28a1f4,_0x3a83df={'mfXyd':function(_0x497da7,_0x28f521){return _0x497da7>_0x28f521;},'zsMuH':_0x3e9814(0x150),'nGOcG':function(_0x3619cb,_0x584123){return _0x3619cb+_0x584123;},'kFZNQ':_0x3e9814(0x197),'spqVq':_0x3e9814(0x195),'bxbYZ':_0x3e9814(0x14e),'qrHdP':'info','VBOju':_0x3e9814(0x18b),'BgTfD':_0x3e9814(0x137),'qAMvE':function(_0x24a844){return _0x24a844();},'MIWkP':'isAccessibilityPlatform','wfAYl':function(_0x1cb03e,_0x380738){return _0x1cb03e>_0x380738;},'flYyX':'bstackA11yShouldScan','edCVw':_0x3e9814(0x126),'rJTjM':_0x3e9814(0x19b),'kLFDd':_0x3e9814(0x18d),'NwnvR':'[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','DlxTe':_0x3e9814(0x175),'zeWPc':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','kWIKM':_0x3e9814(0x174)};try{if(Array['isArray'](global[_0x3e9814(0x121)])&&_0x3a83df[_0x3e9814(0x171)](global['__drivers'][_0x3e9814(0x177)],0x0)&&global[_0x3e9814(0x121)][0x0]){const _0x3edf7c=_activeFullName||global['sessionName'];if(!global[_0x3e9814(0x13f)]&&_0x3edf7c){global['sessionName']=_0x3edf7c;try{await global['__drivers'][0x0][_0x3e9814(0x19f)](_0x3e9814(0x192)+JSON[_0x3e9814(0x199)](_0x3edf7c)+'}}'),global[_0x3e9814(0x121)][0x0][_0x3e9814(0x151)]=!![];}catch(_0x4e7c9c){logger[_0x3e9814(0x18a)](_0x3e9814(0x12b)+util[_0x3e9814(0x16d)](_0x4e7c9c));}}if(!global[_0x3e9814(0x196)])try{const _0x4a6527=_activeResultRef&&Array['isArray'](_activeResultRef['failedExpectations'])?_activeResultRef[_0x3e9814(0x15f)]:[],_0x6cb666=_0x3a83df[_0x3e9814(0x171)](_0x4a6527['length'],0x0),_0x1abb8c=_0x6cb666?_0x4a6527[0x0]&&_0x4a6527[0x0]['message']||_0x3a83df[_0x3e9814(0x122)]:null;try{await global[_0x3e9814(0x121)][0x0][_0x3e9814(0x19f)](_0x3e9814(0x145)+JSON['stringify'](_0x6cb666?_0x3a83df[_0x3e9814(0x162)](_0x3a83df['kFZNQ'],_0x1abb8c):_0x3a83df[_0x3e9814(0x16e)])+_0x3e9814(0x187)+(_0x6cb666?_0x3a83df[_0x3e9814(0x16f)]:_0x3a83df[_0x3e9814(0x186)])+_0x3e9814(0x128));}catch(_0x329841){logger['debug'](_0x3e9814(0x147)+util[_0x3e9814(0x16d)](_0x329841));}_0x6cb666&&(global[_0x3e9814(0x133)]=!![]),await helper[_0x3e9814(0x131)](global[_0x3e9814(0x121)][0x0],_0x6cb666?_0x3a83df[_0x3e9814(0x194)]:_0x3a83df[_0x3e9814(0x181)],_0x1abb8c);}catch(_0x3f51ab){logger['debug'](_0x3e9814(0x13a)+util[_0x3e9814(0x16d)](_0x3f51ab));}}}catch(_0xfd79c2){logger[_0x3e9814(0x18a)](_0x3e9814(0x142)+util[_0x3e9814(0x16d)](_0xfd79c2));}try{if(_0x3a83df[_0x3e9814(0x139)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x3a83df[_0x3e9814(0x180)])&&Array[_0x3e9814(0x119)](global[_0x3e9814(0x121)])&&_0x3a83df[_0x3e9814(0x18f)](global['__drivers'][_0x3e9814(0x177)],0x0)&&global[_0x3e9814(0x121)][0x0]){const _0x11e06e=testRunMap[_0x3e9814(0x163)](_activeResultId),_0x16d5be={};_0x16d5be[_0x3e9814(0x144)]=_0x11e06e,_0x16d5be[_0x3e9814(0x166)]=process[_0x3e9814(0x17a)][testHubConstants[_0x3e9814(0x146)][_0x3e9814(0x188)]],_0x16d5be[_0x3e9814(0x19e)]=process['env'][testHubConstants[_0x3e9814(0x146)][_0x3e9814(0x158)]];const _0x2e6ebc=_0x16d5be;logger['debug']('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON[_0x3e9814(0x199)](_0x2e6ebc));if(globals['getGlobal'](_0x3a83df['flYyX'])){logger['debug'](_0x3a83df[_0x3e9814(0x141)]);const _0x4263a7=await accessibilityRetryHelper[_0x3e9814(0x13c)](global[_0x3e9814(0x121)][0x0],global['browserstackSessionName']);_0x4263a7?logger[_0x3e9814(0x18a)](_0x3a83df[_0x3e9814(0x176)]):logger[_0x3e9814(0x130)](_0x3a83df['kLFDd']);}else logger[_0x3e9814(0x18a)](_0x3a83df[_0x3e9814(0x125)]);globals[_0x3e9814(0x11a)](_0x3a83df[_0x3e9814(0x167)])&&(_0x2e6ebc[_0x3e9814(0x149)]=!![]);const _0xe1f850=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x3e9814(0x121)][0x0],_0x2e6ebc);_0xe1f850?logger['debug'](_0x3a83df[_0x3e9814(0x12e)]):logger[_0x3e9814(0x130)](_0x3a83df[_0x3e9814(0x15d)]);}}catch(_0x5516fe){logger[_0x3e9814(0x14e)]('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x3e9814(0x16d)](_0x5516fe));}});}catch(a16_0x2e37fd){logger[a16_0x28a1f4(0x18a)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util[a16_0x28a1f4(0x16d)](a16_0x2e37fd));}module[a16_0x28a1f4(0x172)]={};
@@ -1 +1 @@
1
- 'use strict';function a17_0x2ecc(_0x12afa2,_0xd9eac3){const _0x1ddc25=a17_0x1ddc();return a17_0x2ecc=function(_0x2ecc0a,_0x65824c){_0x2ecc0a=_0x2ecc0a-0x68;let _0x4041da=_0x1ddc25[_0x2ecc0a];return _0x4041da;},a17_0x2ecc(_0x12afa2,_0xd9eac3);}const a17_0x58e551=a17_0x2ecc;(function(_0x409dd2,_0x3fb3eb){const _0x9b8f31=a17_0x2ecc,_0x86efb0=_0x409dd2();while(!![]){try{const _0x3d18fe=-parseInt(_0x9b8f31(0x71))/0x1+parseInt(_0x9b8f31(0x7c))/0x2*(-parseInt(_0x9b8f31(0x6f))/0x3)+-parseInt(_0x9b8f31(0x79))/0x4*(parseInt(_0x9b8f31(0x78))/0x5)+-parseInt(_0x9b8f31(0x6b))/0x6*(parseInt(_0x9b8f31(0x7a))/0x7)+-parseInt(_0x9b8f31(0x68))/0x8+parseInt(_0x9b8f31(0x75))/0x9*(parseInt(_0x9b8f31(0x6a))/0xa)+parseInt(_0x9b8f31(0x72))/0xb*(parseInt(_0x9b8f31(0x6d))/0xc);if(_0x3d18fe===_0x3fb3eb)break;else _0x86efb0['push'](_0x86efb0['shift']());}catch(_0x322492){_0x86efb0['push'](_0x86efb0['shift']());}}}(a17_0x1ddc,0x6ec6a));const _specUuidById=new Map();exports[a17_0x58e551(0x70)]=(_0x255a33,_0x173a62)=>{const _0x1e84ac=a17_0x58e551,_0x3f017b={};_0x3f017b[_0x1e84ac(0x74)]=function(_0x5a122a,_0x2412a0){return _0x5a122a===_0x2412a0;},_0x3f017b[_0x1e84ac(0x73)]=function(_0x2e60ec,_0x2c497e){return _0x2e60ec===_0x2c497e;};const _0x4240e7=_0x3f017b;if(_0x4240e7[_0x1e84ac(0x74)](_0x255a33,undefined)||_0x4240e7[_0x1e84ac(0x73)](_0x255a33,null))return;_specUuidById[_0x1e84ac(0x70)](_0x255a33,_0x173a62);},exports[a17_0x58e551(0x7b)]=_0x11be70=>{const _0x434e90=a17_0x58e551,_0x573a73={};_0x573a73[_0x434e90(0x76)]=function(_0x37d7d4,_0x2e2f15){return _0x37d7d4===_0x2e2f15;};const _0x58841b=_0x573a73;if(_0x58841b['vxcOs'](_0x11be70,undefined)||_0x58841b[_0x434e90(0x76)](_0x11be70,null))return undefined;return _specUuidById[_0x434e90(0x7b)](_0x11be70);},exports['remove']=_0x4f222a=>{const _0x44d970=a17_0x58e551,_0x6560b3={};_0x6560b3[_0x44d970(0x69)]=function(_0x125dfd,_0x2baf7a){return _0x125dfd===_0x2baf7a;};const _0x1b0d0c=_0x6560b3;if(_0x1b0d0c[_0x44d970(0x69)](_0x4f222a,undefined)||_0x1b0d0c['DbVkB'](_0x4f222a,null))return;_specUuidById[_0x44d970(0x77)](_0x4f222a);},exports[a17_0x58e551(0x6c)]=()=>_specUuidById[a17_0x58e551(0x6e)];function a17_0x1ddc(){const _0x4c9626=['9924muDhGA','set','879234ipZigl','957EnQqHp','ehVRB','EKgVv','627381LyheaJ','vxcOs','delete','318415uMkMMe','24OJdXuh','5110xtrNid','get','298VZPOHL','3695344jBXoZS','DbVkB','130OpxuJB','6648crCPWE','_size','354828VhxANF','size'];a17_0x1ddc=function(){return _0x4c9626;};return a17_0x1ddc();}
1
+ 'use strict';const a17_0x4e1b11=a17_0x5b15;function a17_0x10a7(){const _0x2e3c49=['3675976ckFQOM','set','remove','916880lFhCKh','479836ODLFJK','get','delete','zJZJI','227697TzLXrg','DFkGA','419568qGUwfj','217363XRsAJW','332090dHUYxx','CSRHx','_size','2tjYsAb'];a17_0x10a7=function(){return _0x2e3c49;};return a17_0x10a7();}function a17_0x5b15(_0x3b471d,_0x4ed1fd){const _0x10a7cc=a17_0x10a7();return a17_0x5b15=function(_0x5b15ff,_0x28c0db){_0x5b15ff=_0x5b15ff-0x1b3;let _0x543341=_0x10a7cc[_0x5b15ff];return _0x543341;},a17_0x5b15(_0x3b471d,_0x4ed1fd);}(function(_0x24ba3b,_0x78d2cb){const _0x44bc4a=a17_0x5b15,_0x3500ae=_0x24ba3b();while(!![]){try{const _0x15d7e=parseInt(_0x44bc4a(0x1c2))/0x1*(-parseInt(_0x44bc4a(0x1b6))/0x2)+parseInt(_0x44bc4a(0x1bf))/0x3+-parseInt(_0x44bc4a(0x1ba))/0x4+parseInt(_0x44bc4a(0x1b3))/0x5+-parseInt(_0x44bc4a(0x1c1))/0x6+parseInt(_0x44bc4a(0x1bb))/0x7+parseInt(_0x44bc4a(0x1b7))/0x8;if(_0x15d7e===_0x78d2cb)break;else _0x3500ae['push'](_0x3500ae['shift']());}catch(_0x294119){_0x3500ae['push'](_0x3500ae['shift']());}}}(a17_0x10a7,0x258fb));const _specUuidById=new Map();exports[a17_0x4e1b11(0x1b8)]=(_0x567360,_0x26ced2)=>{const _0x160158=a17_0x4e1b11,_0x1d30bc={};_0x1d30bc['DFkGA']=function(_0x1b48c1,_0x4936b6){return _0x1b48c1===_0x4936b6;};const _0x130be2=_0x1d30bc;if(_0x130be2[_0x160158(0x1c0)](_0x567360,undefined)||_0x130be2[_0x160158(0x1c0)](_0x567360,null))return;_specUuidById[_0x160158(0x1b8)](_0x567360,_0x26ced2);},exports[a17_0x4e1b11(0x1bc)]=_0x26a519=>{const _0x5cb6c0=a17_0x4e1b11,_0x34d483={};_0x34d483['CSRHx']=function(_0x31905f,_0x2295c3){return _0x31905f===_0x2295c3;};const _0x321eed=_0x34d483;if(_0x321eed[_0x5cb6c0(0x1b4)](_0x26a519,undefined)||_0x321eed[_0x5cb6c0(0x1b4)](_0x26a519,null))return undefined;return _specUuidById[_0x5cb6c0(0x1bc)](_0x26a519);},exports[a17_0x4e1b11(0x1b9)]=_0x2d03e8=>{const _0x366343=a17_0x4e1b11,_0x5ccdfe={};_0x5ccdfe[_0x366343(0x1be)]=function(_0x5aa80c,_0x11181a){return _0x5aa80c===_0x11181a;};const _0x15787e=_0x5ccdfe;if(_0x15787e[_0x366343(0x1be)](_0x2d03e8,undefined)||_0x15787e[_0x366343(0x1be)](_0x2d03e8,null))return;_specUuidById[_0x366343(0x1bd)](_0x2d03e8);},exports[a17_0x4e1b11(0x1b5)]=()=>_specUuidById['size'];
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a18_0x33fce1=a18_0x5e6e;function a18_0x5e6e(_0x5b109f,_0x38f445){const _0xc1b106=a18_0xc1b1();return a18_0x5e6e=function(_0x5e6e75,_0x12033e){_0x5e6e75=_0x5e6e75-0xae;let _0x454a80=_0xc1b106[_0x5e6e75];return _0x454a80;},a18_0x5e6e(_0x5b109f,_0x38f445);}(function(_0x239c73,_0x2ffcfa){const _0x3fe906=a18_0x5e6e,_0x216b05=_0x239c73();while(!![]){try{const _0x30ad14=-parseInt(_0x3fe906(0x124))/0x1+parseInt(_0x3fe906(0x104))/0x2+parseInt(_0x3fe906(0xcb))/0x3+parseInt(_0x3fe906(0x164))/0x4+-parseInt(_0x3fe906(0x185))/0x5*(-parseInt(_0x3fe906(0x14e))/0x6)+-parseInt(_0x3fe906(0x177))/0x7+parseInt(_0x3fe906(0x12e))/0x8*(parseInt(_0x3fe906(0x142))/0x9);if(_0x30ad14===_0x2ffcfa)break;else _0x216b05['push'](_0x216b05['shift']());}catch(_0x390666){_0x216b05['push'](_0x216b05['shift']());}}}(a18_0xc1b1,0xd0812));function a18_0xc1b1(){const _0x5f2d07=['readFileSync','data-hooks.js','3066088BTULjR','config','testSequencer','prepareCapabilities','guzOE','\x20with\x20browserstack\x20jest\x20configs','exitCode','PLGNO','Ujstk','../v2/browserstackCLI','\x0a\x20\x20\x20\x20\x20\x20','MODULE','GUtkz','FUrii','log','npx','../../helpers/utilities','findIndex','Deleted\x20fail-fast\x20state\x20folder:\x20','getTCGConfigFilePaths','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','kADJH','jGMQZ','\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','ofOLo','splice','platform','readInitialOptions','bwxtB','rmdirSync','^puppeteer-core/internal/(.*)','../utils/clientTroubleshootingService','1669291hEMprl','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','isCliEnabled','proxySettings','jest_browserstack_results.json','stringify','aAPgf','VltOl','../../helpers/BrowserStackSetup','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','32udmcaP','apply','BROWSERSTACK_TEST_OBSERVABILITY_YML','JMqak','debug','XNXvK','OdaNE','isTestOrchestrationEnabled','exports','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','turboScaleUrl','requireSeleniumWebdriver','unlinkSync','LXdJV','message','setupTCGAuth','dirname','abortBuildOnFailure','testEnvironmentOptions','vJcmg','2040966pnRmzU','../../helpers/testhub/utils','VYfsK','push','start','getPackageVersion','isUndefined','launchBuild','true','env','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','../../helpers/playwright-helper','194298pmlXfJ','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','maxFailures','jest-runner','EaATn','win32','pXGjQ','jest.config.','Preserving\x20user\x27s\x20Jest\x20runner:\x20','@jest/core','testObservability','skipSessionStatus','jest_browserstack.config.js','Deleting\x20','jest-runner-','BROWSERSTACK_CAPABILITIES','Unable\x20to\x20find\x20jest-circus,\x20','isBrowserstackInfra','setupFiles','force','browserStackPercyOptions','pJxRE','1047724iCdLoS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','KcIFi','test_before.setup.js','../../helpers/logger','NKLHB','\x20:\x20','slice','getInstance','length','recursive','retryTestsOnFailure','RsoAI','isCLIEnabled','bECbz',';\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','lPgyM','join','QswqG','11006695zUrqpq','false','../../helpers/performance/performance-tester','initialize','requireModule','../../helpers/puppeteer-helper','testRunner','Found:\x20','parse','parseTestOrchestrationOptions','close','VjOth','writeFileSync','test.setup.js','45avHfPu',';\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','skipSessionName','maxRetries','assign','FRsiZ','stop','cQMKW','HmLzG','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','error','testContextOptions','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','oVhIY','jest','JEST_TEST_ORDER','MunQk',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','runner','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','ASMMq','\x20test\x20files\x20to\x20run.','isNotUndefined','isEmpty','osruN','customTestRunnerTemplate.js','shutdown','feFUF','testEnvironment','BSTACK_JEST_TEST_ENV','error\x20removing\x20tcg\x20config\x20file',',\x20CLI\x20running:\x20','JEST','../../helpers/test-observability/utils','qvFaE','child_process','yWUdK','shouldProcessEventForTesthub','eeIXw','platformCaps','Tmtcr','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','../../helpers/performance/constants','package.json','WZAHH','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','moduleNameMapper','BROWSERSTACK_FRAMEWORK','GpUzB','setup','isRunning','zSAvL','info','SQfTF','jest-circus/build/runner.js','/internal/$1','@playwright/test','customTestRunner.js','Aqlec','NyAJB','customCircus.js','AMKEg','parallels__','../../helpers/accessibility-automation/helper','getErrorMessageFromResults','util','FRAMEWORKS','Xuwmw','existsSync','cwd','Getting\x20your\x20jest\x20configs\x20from\x20package.json','./test-observability/helper','3306576djZekq','jest.setup.js','const\x20config=','default','testTimeout','customImplements','USER_CONFIG_DETAILS_PATH','deSsV','JOybq','resolve','eitIQ','jest-config/build/readConfigFileAndSetRootDir.js','reorderTestFiles','replace','oIwpB','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','accessibilityOptions','jVYnR','runInBand','format','requirePWModule','__isPlaywrightInstalled','timeout__','test-observability','fSJHO','resolveModule','SDK_SETUP','@jest/core/build/ReporterDispatcher.js','customSequencer.js','EVENTS','accessibility','jest-config','workingDir','browserStackLogLevel','jest-circus','playwright','platforms','evtgD','./test-observability/test-details','capabilities','useW3C','Getting\x20your\x20jest\x20configs\x20from\x20','HYNxP','setupFilesAfterEnv','reporters','puppeteer','piBzX','checkAccessibilityPlatformConfig','JhCeA','gQWjR','IzggR','ZxxIM','../../helpers/test-orchestration/testOrchestrationHandler','maxWorkers','dHDJw'];a18_0xc1b1=function(){return _0x5f2d07;};return a18_0xc1b1();}const fs=require('fs'),path=require('path'),util=require(a18_0x33fce1(0xc4)),{spawn}=require(a18_0x33fce1(0x1a8)),logger=require(a18_0x33fce1(0x168))['winstonLogger'],{default:BrowserStackSetup}=require(a18_0x33fce1(0x12c)),helper=require('../../helpers/helper'),utilities=require(a18_0x33fce1(0x114)),constants=require('../utils/constants'),accessibilityHelper=require(a18_0x33fce1(0xc2)),{updateTestRerunConfig}=require(a18_0x33fce1(0xca)),testOpsHelper=require(a18_0x33fce1(0x1a6)),{debug}=require(a18_0x33fce1(0x1a6)),TestDetails=require(a18_0x33fce1(0xf1)),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testhubUtils=require(a18_0x33fce1(0x143)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a18_0x33fce1(0x179)),PerformanceEvents=require(a18_0x33fce1(0x1af))[a18_0x33fce1(0xe8)],TestOrchestrationHandler=require(a18_0x33fce1(0xff)),BrowserstackCLI=require(a18_0x33fce1(0x10d)),{checkPwandBootstrapCli}=require(a18_0x33fce1(0x14d)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x33fce1(0x17c)),ClientTroubleShootingService=require(a18_0x33fce1(0x123)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),getUserJestConfigs=async(_0x5a840a,_0x599235)=>{const _0x52f9ae=a18_0x33fce1,_0x1356b1={'XNXvK':_0x52f9ae(0xd6),'bECbz':_0x52f9ae(0xea),'zSAvL':function(_0x192899,_0x58b807){return _0x192899||_0x58b807;},'pJxRE':function(_0x244fbc,_0x1511f3){return _0x244fbc(_0x1511f3);},'unkCX':_0x52f9ae(0xae),'gQWjR':_0x52f9ae(0xc9),'FUrii':'mjs','SQfTF':'cjs','zbdCA':'json'};let _0x13927a;try{_0x13927a=helper[_0x52f9ae(0x17b)](_0x1356b1[_0x52f9ae(0x133)],_0x1356b1[_0x52f9ae(0x172)]);}catch{const _0x2cdbe8=helper['requireModule'](_0x1356b1[_0x52f9ae(0x172)]);_0x13927a={'default':async _0xcac63b=>{const _0x34afc7=_0x52f9ae,_0x47f571=await _0x2cdbe8[_0x34afc7(0x11f)](_0xcac63b,{});return _0x47f571[_0x34afc7(0x105)];}};}const _0x52f7c7=_0x599235[_0x52f9ae(0x115)](_0x5b031d=>_0x5b031d==='--config');if(!helper[_0x52f9ae(0x148)](_0x5a840a[_0x52f9ae(0x105)])){logger[_0x52f9ae(0xb7)](_0x52f9ae(0xf4)+_0x5a840a['config']),process[_0x52f9ae(0x14b)][_0x52f9ae(0xd1)]=_0x5a840a['config'];const _0x4eb3c5=await(0x0,_0x13927a['default'])(path[_0x52f9ae(0xd4)](_0x5a840a['config']));return _0x599235[_0x52f9ae(0x11d)](_0x52f7c7,0x2),_0x1356b1[_0x52f9ae(0xb6)](_0x4eb3c5,{});}const _0x3d7551=_0x1356b1[_0x52f9ae(0x163)](require,path['join'](process[_0x52f9ae(0xc8)](),_0x1356b1['unkCX']));if(_0x3d7551[_0x52f9ae(0x193)])return logger['info'](_0x1356b1[_0x52f9ae(0xfc)]),_0x3d7551['jest'];const _0x551611=['js',_0x1356b1[_0x52f9ae(0x111)],_0x1356b1[_0x52f9ae(0xb8)],_0x1356b1['zbdCA'],'ts'];for(const _0x525b27 of _0x551611){const _0x59c3d4=path['join'](process[_0x52f9ae(0xc8)](),_0x52f9ae(0x155)+_0x525b27);if(fs[_0x52f9ae(0xc7)](_0x59c3d4)){process[_0x52f9ae(0x14b)][_0x52f9ae(0xd1)]=_0x59c3d4;const _0x2c9ba4=await(0x0,_0x13927a[_0x52f9ae(0xce)])(_0x59c3d4);return _0x2c9ba4;}}return{};},getSerial=(_0x320af4,_0x5e466f)=>{const _0x122e67=a18_0x33fce1,_0x355346={};_0x355346[_0x122e67(0x166)]=_0x122e67(0x14a),_0x355346[_0x122e67(0x108)]=function(_0xa1226d,_0x471e76){return _0xa1226d>_0x471e76;},_0x355346['NKLHB']=function(_0xdc0383,_0x7f5837){return _0xdc0383>_0x7f5837;},_0x355346[_0x122e67(0xe3)]=_0x122e67(0x178);const _0x117640=_0x355346;let _0x28e4a0=_0x117640[_0x122e67(0x166)];return _0x117640['guzOE'](_0x320af4[_0x122e67(0x16d)],0x1)&&(!_0x5e466f[_0x122e67(0xdd)]&&(helper[_0x122e67(0x148)](_0x5e466f[_0x122e67(0x100)])||_0x117640[_0x122e67(0x169)](_0x5e466f[_0x122e67(0x100)],0x1)))&&(_0x28e4a0=_0x117640[_0x122e67(0xe3)]),_0x28e4a0;},getMaxWorkers=(_0x25dfd9,_0x47bdf0,_0x5ec1ad)=>{const _0x54e3b7=a18_0x33fce1,_0x3a47d2={'kADJH':function(_0x119b76,_0x107dda){return _0x119b76(_0x107dda);}};let _0x14a93e=0x1;if(!helper[_0x54e3b7(0x148)](_0x47bdf0['parallelsPerPlatform']))_0x14a93e=_0x3a47d2[_0x54e3b7(0x119)](parseInt,_0x47bdf0['parallelsPerPlatform']);else{if(!helper[_0x54e3b7(0x148)](_0x25dfd9[_0x54e3b7(0x100)]))_0x14a93e=_0x25dfd9[_0x54e3b7(0x100)];else!helper[_0x54e3b7(0x148)](_0x5ec1ad[_0x54e3b7(0x100)])&&(_0x14a93e=_0x5ec1ad[_0x54e3b7(0x100)]);}return _0x14a93e;};async function run(_0xf55ece,_0x2a1db0,_0xebd75e){const _0x1eb95c=a18_0x33fce1,_0x432f52={'EaATn':_0x1eb95c(0x1a3),'JOybq':_0x1eb95c(0x193),'evtgD':function(_0x539a81,_0x71611b){return _0x539a81(_0x71611b);},'LXdJV':_0x1eb95c(0xbb),'PLGNO':function(_0x3e5ac7){return _0x3e5ac7();},'FRsiZ':function(_0xd7c6db,_0x36926d,_0xe882bc,_0x2ce775){return _0xd7c6db(_0x36926d,_0xe882bc,_0x2ce775);},'JMqak':function(_0x26eb62,_0x4f4a3c){return _0x26eb62!=_0x4f4a3c;},'VjOth':_0x1eb95c(0x14a),'oIwpB':function(_0x4553b6,_0x49a7e7,_0xe738d){return _0x4553b6(_0x49a7e7,_0xe738d);},'TmmVU':_0x1eb95c(0x191),'GpUzB':function(_0x3d9de9,_0x3b0136){return _0x3d9de9(_0x3b0136);},'VltOl':'false','osruN':function(_0x414552,_0x1d413b,_0x5be8f6){return _0x414552(_0x1d413b,_0x5be8f6);},'TxbIy':function(_0x43c5bb,_0x4c7670,_0x11ac40,_0x4d5802){return _0x43c5bb(_0x4c7670,_0x11ac40,_0x4d5802);},'GUtkz':function(_0x33ca42,_0x48b541){return _0x33ca42*_0x48b541;},'Xuwmw':function(_0x18ddf1,_0x552ef8){return _0x18ddf1===_0x552ef8;},'bwxtB':'jest_browserstack.config.cjs','dHDJw':_0x1eb95c(0x15a),'JhCeA':_0x1eb95c(0xd0),'deSsV':_0x1eb95c(0x128),'eitIQ':_0x1eb95c(0xbc),'Aqlec':_0x1eb95c(0x19e),'ofOLo':'customEnvironment.js','jVYnR':function(_0x355802,_0x4531d5){return _0x355802!==_0x4531d5;},'wtlna':_0x1eb95c(0x151),'cQMKW':_0x1eb95c(0x15c),'VYfsK':_0x1eb95c(0xcc),'NyAJB':_0x1eb95c(0xe7),'aAPgf':_0x1eb95c(0x125),'pXGjQ':_0x1eb95c(0xed),'HYNxP':_0x1eb95c(0xb9),'Ujstk':_0x1eb95c(0xe2),'OdaNE':_0x1eb95c(0x103),'WZAHH':_0x1eb95c(0xbf),'oVhIY':_0x1eb95c(0x167),'vJcmg':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','AMKEg':_0x1eb95c(0xee),'msqyY':_0x1eb95c(0x14c),'jGMQZ':_0x1eb95c(0x184),'feFUF':_0x1eb95c(0x118),'HmLzG':function(_0x4b4933,_0x16f073){return _0x4b4933&&_0x16f073;},'OSdiB':_0x1eb95c(0x137),'WZyua':_0x1eb95c(0xf8),'ZxxIM':'puppeteer-core/package.json','RsoAI':'default','yWUdK':_0x1eb95c(0xe6),'ASMMq':_0x1eb95c(0x157),'lPgyM':_0x1eb95c(0x18e),'eeIXw':function(_0x16eafe,_0x330000){return _0x16eafe>_0x330000;},'qvFaE':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','iRDiS':'--config','QswqG':function(_0x4e88a8,_0x53fbf1,_0x51955d,_0x4d69da){return _0x4e88a8(_0x53fbf1,_0x51955d,_0x4d69da);},'SPlSJ':_0x1eb95c(0x113),'Tmtcr':function(_0x346721,_0x393b33){return _0x346721===_0x393b33;},'piBzX':_0x1eb95c(0x153),'MunQk':'inherit','IzggR':_0x1eb95c(0x181)},_0x459b61=helper[_0x1eb95c(0x147)](_0x432f52[_0x1eb95c(0x13b)]);global[_0x1eb95c(0xe0)]=!!_0x459b61;const _0x4bc1f3=_0x432f52[_0x1eb95c(0x10b)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x4bc1f3;helper[_0x1eb95c(0x15f)]()?(await _0xebd75e[_0x1eb95c(0x17a)](_0xf55ece),await helper['handleApp'](_0xebd75e[_0x1eb95c(0x105)])):await _0xebd75e[_0x1eb95c(0x13d)]();if(_0x459b61)await _0x432f52[_0x1eb95c(0x18a)](checkPwandBootstrapCli,_0x459b61,constants[_0x1eb95c(0xc5)][_0x1eb95c(0x1a5)],_0xebd75e);else _0x4bc1f3&&await _0x432f52[_0x1eb95c(0x18a)](checkPuppeteerAndBootstrapCli,_0x4bc1f3,constants['FRAMEWORKS'][_0x1eb95c(0x1a5)],_0xebd75e);!BrowserstackCLI[_0x1eb95c(0x16c)]()[_0x1eb95c(0xb5)]()&&await _0xebd75e['setupBrowserstackLocal']();if(!_0xebd75e[_0x1eb95c(0x105)])return;_0x432f52[_0x1eb95c(0x131)](_0xebd75e[_0x1eb95c(0x105)]['testObservability'],null)?process['env'][_0x1eb95c(0x130)]=_0xebd75e[_0x1eb95c(0x105)][_0x1eb95c(0x158)]:process[_0x1eb95c(0x14b)][_0x1eb95c(0x130)]=_0x432f52[_0x1eb95c(0x182)];const _0x1e038f=new TestOrchestrationHandler(_0xebd75e[_0x1eb95c(0x105)]),_0x2733e3=await _0x432f52[_0x1eb95c(0xd9)](getUserJestConfigs,_0xf55ece,_0x2a1db0);logger[_0x1eb95c(0xb7)](_0x432f52['TmmVU']);const _0x5e009f=Object[_0x1eb95c(0x189)]({},_0x2733e3);_0x5e009f[_0x1eb95c(0x140)]=Object['assign']({},_0x5e009f[_0x1eb95c(0x140)],{'server':helper['getHubUrl'](_0xebd75e[_0x1eb95c(0x105)]),'environment':_0x2733e3[_0x1eb95c(0x1a1)]}),_0x5e009f[_0x1eb95c(0x140)][_0x1eb95c(0x162)]=_0x432f52['GpUzB'](getPercyOptions,_0xebd75e[_0x1eb95c(0x105)]);const _0x4176de=helper[_0x1eb95c(0xf3)](_0xebd75e[_0x1eb95c(0x105)]);!helper['isUndefined'](_0xebd75e['config'][_0x1eb95c(0xdb)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0xebd75e['config'][_0x1eb95c(0xdb)]));if(!BrowserstackCLI['getInstance']()['isRunning']()){const _0x26163e=await TestHubHandler[_0x1eb95c(0x149)](FRAMEWORKS['JEST'],_0xebd75e);}const _0x25f966=helper[_0x1eb95c(0x107)](_0xebd75e[_0x1eb95c(0x105)],_0x4176de,constants['FRAMEWORKS'][_0x1eb95c(0x1a5)]);process[_0x1eb95c(0x14b)][_0x1eb95c(0x15d)]=JSON[_0x1eb95c(0x129)](_0x25f966);let _0x3c0825=_0xebd75e[_0x1eb95c(0x105)][_0x1eb95c(0xe9)];_0x3c0825=_0x3c0825||accessibilityHelper[_0x1eb95c(0xfa)](_0xebd75e['config']),process[_0x1eb95c(0x14b)][_0x1eb95c(0x165)]=_0x3c0825,logger[_0x1eb95c(0x132)](_0x1eb95c(0xb0)+_0x3c0825+_0x1eb95c(0x1a4)+BrowserstackCLI[_0x1eb95c(0x16c)]()[_0x1eb95c(0xb5)]());if(_0x459b61)try{const _0x576e1a=_0x432f52[_0x1eb95c(0xb3)](checkAccessibilityPlatformConfig,_0xebd75e['config']);process[_0x1eb95c(0x14b)][_0x1eb95c(0x12d)]=_0x576e1a?_0x432f52[_0x1eb95c(0x182)]:_0x432f52[_0x1eb95c(0x12b)],logger['debug'](_0x1eb95c(0xda)+_0x576e1a+_0x1eb95c(0x196)+process[_0x1eb95c(0x14b)][_0x1eb95c(0x12d)]);}catch(_0x58681d){logger['debug'](_0x1eb95c(0x198)+util[_0x1eb95c(0xde)](_0x58681d));}_0x5e009f[_0x1eb95c(0x140)][_0x1eb95c(0xf2)]=_0x25f966,_0x5e009f[_0x1eb95c(0x140)]['serial__']=_0x432f52[_0x1eb95c(0x19d)](getSerial,_0x25f966,_0xf55ece),_0x5e009f[_0x1eb95c(0x140)][_0x1eb95c(0xc1)]=_0x432f52['TxbIy'](getMaxWorkers,_0xf55ece,_0xebd75e[_0x1eb95c(0x105)],_0x2733e3),_0x5e009f[_0x1eb95c(0x140)]['proxySettings']=_0xebd75e[_0x1eb95c(0x105)][_0x1eb95c(0x127)],_0x5e009f[_0x1eb95c(0x140)][_0x1eb95c(0xe1)]=_0x432f52[_0x1eb95c(0x110)](_0xf55ece[_0x1eb95c(0xcf)],0x1)||0x1388,_0x5e009f[_0x1eb95c(0x140)][_0x1eb95c(0x187)]=_0xebd75e[_0x1eb95c(0x105)]['testContextOptions'][_0x1eb95c(0x187)],_0x5e009f['testEnvironmentOptions'][_0x1eb95c(0x159)]=_0xebd75e['config'][_0x1eb95c(0x190)][_0x1eb95c(0x159)],_0x5e009f['testEnvironmentOptions'][_0x1eb95c(0xec)]=_0xebd75e[_0x1eb95c(0x105)]['logLevel'],_0x5e009f['testEnvironmentOptions'][_0x1eb95c(0x138)]=_0xebd75e['config']['turboScaleUrl'],_0x5e009f[_0x1eb95c(0x140)][_0x1eb95c(0x1ac)]=_0xebd75e['config'][_0x1eb95c(0xef)];const _0x41685b=helper[_0x1eb95c(0x180)](_0xebd75e[_0x1eb95c(0x105)]);if(!helper[_0x1eb95c(0x19c)](_0x41685b)){helper[_0x1eb95c(0x19b)](_0x41685b[_0x1eb95c(0x16f)])&&(_0x5e009f['testEnvironmentOptions']['retries__']=_0x41685b[_0x1eb95c(0x16f)][_0x1eb95c(0x188)]);if(helper['isNotUndefined'](_0x41685b['abortBuildOnFailure'])&&helper[_0x1eb95c(0x19b)](_0x41685b['abortBuildOnFailure']['workingDir'])){const _0x264f63={};_0x264f63['failureThresholdCount']=_0x41685b[_0x1eb95c(0x13f)][_0x1eb95c(0x150)],_0x264f63['workingDir']=_0x41685b[_0x1eb95c(0x13f)]['workingDir'],_0x5e009f[_0x1eb95c(0x140)]['failFast']=_0x264f63;}}let _0x5a9057='';_0x432f52[_0x1eb95c(0xc6)](helper['getPackageType'](),constants['PACKAGE_TYPE'][_0x1eb95c(0x10f)])?_0x5a9057=_0x432f52[_0x1eb95c(0x120)]:_0x5a9057=_0x432f52[_0x1eb95c(0x101)];const _0xc55c4d=_0x5a9057,_0x878817=path[_0x1eb95c(0x175)](__dirname,_0x432f52[_0x1eb95c(0xfb)],_0x432f52[_0x1eb95c(0xd2)]),_0x35de7b=path['join'](__dirname,_0x432f52['JhCeA'],_0x432f52[_0x1eb95c(0xd5)]),_0x578062=path[_0x1eb95c(0x175)](__dirname,_0x432f52[_0x1eb95c(0xfb)],_0x432f52[_0x1eb95c(0xbd)]);_0x5e009f[_0x1eb95c(0x1a1)]&&(process[_0x1eb95c(0x14b)][_0x1eb95c(0x1a2)]=_0x5e009f[_0x1eb95c(0x1a1)]);_0x5e009f[_0x1eb95c(0x1a1)]=path[_0x1eb95c(0x175)](__dirname,_0x432f52['JhCeA'],_0x432f52[_0x1eb95c(0x11c)]);const _0x4bfe3c=_0x2733e3[_0x1eb95c(0x197)];if(_0x4bfe3c&&_0x432f52[_0x1eb95c(0xdc)](_0x4bfe3c,_0x432f52['wtlna'])){const _0x26304d=_0x4bfe3c['startsWith'](_0x432f52[_0x1eb95c(0x18c)])?_0x4bfe3c:_0x1eb95c(0x15c)+_0x4bfe3c;process[_0x1eb95c(0x14b)]['BSTACK_USER_JEST_RUNNER']=_0x26304d,logger[_0x1eb95c(0xb7)](_0x1eb95c(0x156)+_0x26304d);}_0x5e009f['runner']=_0x35de7b,_0x5e009f[_0x1eb95c(0xf6)]=_0x5e009f[_0x1eb95c(0xf6)]||[],_0x5e009f[_0x1eb95c(0xf6)][_0x1eb95c(0x145)](path[_0x1eb95c(0x175)](__dirname,_0x432f52[_0x1eb95c(0x144)]));_0x1e038f[_0x1eb95c(0x135)]()&&(_0x5e009f[_0x1eb95c(0x106)]=path[_0x1eb95c(0x175)](__dirname,_0x432f52[_0x1eb95c(0xfb)],_0x432f52[_0x1eb95c(0xbe)]));if(testhubUtils[_0x1eb95c(0x1aa)]()||BrowserstackCLI[_0x1eb95c(0x16c)]()[_0x1eb95c(0x126)]()){let _0x38d6d7=null;try{_0x38d6d7=helper[_0x1eb95c(0x17b)](_0x432f52[_0x1eb95c(0x12a)],_0x432f52[_0x1eb95c(0x154)]);}catch(_0x34283d){try{_0x38d6d7=helper[_0x1eb95c(0x17b)](_0x432f52[_0x1eb95c(0xf5)],_0x432f52[_0x1eb95c(0x154)]);}catch(_0x58e4a5){_0x432f52[_0x1eb95c(0xb3)](debug,_0x1eb95c(0x15e)+_0x58e4a5);}}_0x38d6d7&&(testhubUtils['shouldProcessEventForTesthub']()&&_0x5e009f['setupFilesAfterEnv'][_0x1eb95c(0x145)](path[_0x1eb95c(0x175)](__dirname,_0x432f52[_0x1eb95c(0x10c)],_0x432f52[_0x1eb95c(0x134)])),_0x5e009f[_0x1eb95c(0x17d)]=path[_0x1eb95c(0x175)](__dirname,_0x432f52[_0x1eb95c(0xfb)],_0x432f52[_0x1eb95c(0xaf)]));}_0x5e009f[_0x1eb95c(0x160)]=_0x5e009f[_0x1eb95c(0x160)]||[];try{helper[_0x1eb95c(0x139)](),_0x5e009f[_0x1eb95c(0x160)]['push'](path['join'](__dirname,_0x432f52[_0x1eb95c(0x192)]));}catch{logger[_0x1eb95c(0x132)](_0x432f52[_0x1eb95c(0x141)]);}try{helper[_0x1eb95c(0xdf)][_0x1eb95c(0x12f)](null,[_0x432f52[_0x1eb95c(0x13b)],_0x432f52[_0x1eb95c(0xc0)]]),logger[_0x1eb95c(0x132)](_0x432f52['msqyY']),_0x5e009f[_0x1eb95c(0x160)][_0x1eb95c(0x145)](path[_0x1eb95c(0x175)](__dirname,_0x432f52[_0x1eb95c(0x11a)]));}catch(_0x15c1d1){logger[_0x1eb95c(0x132)](_0x432f52[_0x1eb95c(0x1a0)],_0x15c1d1);}if(_0x432f52[_0x1eb95c(0x18d)](!_0x459b61,_0x4bc1f3)){try{logger[_0x1eb95c(0x132)](_0x432f52['OSdiB']),_0x5e009f[_0x1eb95c(0xf6)][_0x1eb95c(0x145)](path[_0x1eb95c(0x175)](__dirname,'..',_0x432f52['WZyua'],_0x432f52[_0x1eb95c(0x11a)]));}catch(_0x274b95){logger['debug']('Puppeteer\x20setup\x20error:\x20'+_0x274b95[_0x1eb95c(0x13c)]);}try{const _0x3a58e9=require[_0x1eb95c(0xd4)](_0x432f52[_0x1eb95c(0xfe)]),_0x456044=path[_0x1eb95c(0x13e)](_0x3a58e9)[_0x1eb95c(0xd8)](/\\/g,'/'),_0x566078={};_0x566078[_0x1eb95c(0x122)]=_0x456044+_0x1eb95c(0xba),_0x5e009f['moduleNameMapper']=Object[_0x1eb95c(0x189)]({},_0x5e009f[_0x1eb95c(0xb1)]||{},_0x566078),logger['debug']('[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20'+_0x456044);}catch(_0x4635e0){logger[_0x1eb95c(0x132)]('[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20'+_0x4635e0[_0x1eb95c(0x13c)]);}}_0x5e009f[_0x1eb95c(0xf7)]=_0x5e009f[_0x1eb95c(0xf7)]||[_0x432f52[_0x1eb95c(0x170)]],_0x432f52[_0x1eb95c(0xd9)](updateTestRerunConfig,_0x5e009f,_0xebd75e);const _0x33ed3e=fs['readFileSync'](_0x578062),_0x3d8a81=helper[_0x1eb95c(0xe4)](_0x432f52[_0x1eb95c(0x1a9)],_0x432f52[_0x1eb95c(0x199)]);!_0x3d8a81[_0x1eb95c(0x18f)]?fs[_0x1eb95c(0x183)](_0x5e009f[_0x1eb95c(0x197)],_0x1eb95c(0x10e)+_0x33ed3e+_0x1eb95c(0x11b)+_0xebd75e['config'][_0x1eb95c(0xef)]['length']+_0x1eb95c(0x173)):fs[_0x1eb95c(0x183)](_0x5e009f[_0x1eb95c(0x197)],_0x1eb95c(0x10e)+_0x33ed3e+'\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'+_0xebd75e[_0x1eb95c(0x105)][_0x1eb95c(0xef)][_0x1eb95c(0x16d)]+_0x1eb95c(0x186));logger['info']('Creating\x20'+_0xc55c4d+_0x1eb95c(0x109)),fs[_0x1eb95c(0x183)](_0xc55c4d,_0x1eb95c(0xcd)+JSON[_0x1eb95c(0x129)](_0x5e009f)+'\x0amodule.exports\x20=\x20config;');if(_0x1e038f[_0x1eb95c(0x135)]()){logger[_0x1eb95c(0x132)](_0x432f52[_0x1eb95c(0x174)]);const _0x4c319c=await _0x1e038f['findTestFiles'](_0x5e009f,_0x2a1db0[_0x1eb95c(0x16b)](0x1),_0xc55c4d);logger[_0x1eb95c(0x132)](_0x1eb95c(0x17e)+JSON[_0x1eb95c(0x129)](_0x4c319c)+_0x1eb95c(0x19a));const _0x52d086=await _0x1e038f[_0x1eb95c(0xd7)](_0x4c319c);logger['debug']('Reodered\x20Test\x20Files:\x20'+JSON[_0x1eb95c(0x129)](_0x52d086)),_0x52d086&&_0x432f52[_0x1eb95c(0x1ab)](_0x52d086['length'],0x0)&&(process[_0x1eb95c(0x14b)][_0x1eb95c(0x194)]=_0x52d086?.['join'](','));}logger[_0x1eb95c(0xb7)](_0x432f52[_0x1eb95c(0x1a7)]);testhubUtils[_0x1eb95c(0x1aa)]()&&TestDetails[_0x1eb95c(0xb4)]();helper['filterBrowserstackArgs']({},_0x2a1db0),PerformanceTester['end'](PerformanceEvents[_0x1eb95c(0xe5)]);const _0x42b011=[_0x432f52[_0x1eb95c(0xd3)],_0x432f52['iRDiS'],_0xc55c4d,..._0x2a1db0[_0x1eb95c(0x16b)](0x1)];process[_0x1eb95c(0x14b)][_0x1eb95c(0xb2)]=process[_0x1eb95c(0x14b)]['BROWSERSTACK_FRAMEWORK']||_0x432f52[_0x1eb95c(0xd3)];const _0x1bfac1=_0x432f52[_0x1eb95c(0x176)](spawn,_0x432f52['SPlSJ'],_0x42b011,{'shell':_0x432f52[_0x1eb95c(0x1ad)](process[_0x1eb95c(0x11e)],_0x432f52[_0x1eb95c(0xf9)]),'stdio':_0x432f52[_0x1eb95c(0x195)],'env':Object[_0x1eb95c(0x189)]({},process[_0x1eb95c(0x14b)])});_0x1bfac1['on'](_0x432f52[_0x1eb95c(0xfd)],async _0x2dbfa4=>{const _0x5357f4=_0x1eb95c;PerformanceTester[_0x5357f4(0x146)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x369bf5,tcgConfigPath:_0x42e529}=helper[_0x5357f4(0x117)]();fs['unlinkSync'](_0x42e529),fs[_0x5357f4(0x121)](_0x369bf5);}catch(_0x5cf1b8){logger[_0x5357f4(0x132)](_0x432f52[_0x5357f4(0x152)],_0x5cf1b8);}process[_0x5357f4(0x10a)]=_0x2dbfa4,logger[_0x5357f4(0x132)]('child\x20process\x20exited\x20with\x20code\x20'+_0x2dbfa4),logger[_0x5357f4(0xb7)](_0x5357f4(0x15b)+_0xc55c4d);if(helper[_0x5357f4(0x19b)](_0x41685b)&&helper[_0x5357f4(0x19b)](_0x41685b[_0x5357f4(0x13f)])&&fs['existsSync'](_0x41685b[_0x5357f4(0x13f)]['workingDir']))try{const _0x237818={};_0x237818[_0x5357f4(0x16e)]=!![],_0x237818[_0x5357f4(0x161)]=!![],fs['rmSync'](_0x41685b[_0x5357f4(0x13f)][_0x5357f4(0xeb)],_0x237818),logger['debug'](_0x5357f4(0x116)+_0x41685b[_0x5357f4(0x13f)]['workingDir']);}catch(_0x227d2d){logger['error'](_0x5357f4(0x1ae)+_0x227d2d);}let _0x54a51b=null;if(fs[_0x5357f4(0xc7)](_0x878817)){_0x54a51b=fs[_0x5357f4(0x102)](_0x878817);try{_0x54a51b=JSON[_0x5357f4(0x17f)](_0x54a51b);}catch(_0x134713){logger[_0x5357f4(0x132)]('Error\x20while\x20parsing\x20'+_0x878817+',\x20'+_0x54a51b+_0x5357f4(0x16a)+_0x134713);}fs[_0x5357f4(0x13a)](_0x878817);}fs[_0x5357f4(0x13a)](_0xc55c4d),fs[_0x5357f4(0x13a)](_0x35de7b),_0x54a51b&&(_0xebd75e['errorMessage']=helper[_0x5357f4(0xc3)](_0x54a51b,_0x432f52['JOybq'],_0xebd75e));const _0x1d019f=BrowserstackCLI[_0x5357f4(0x171)]();try{await TestHubHandler[_0x5357f4(0x18b)](),await BrowserstackCLI[_0x5357f4(0x16c)]()['stop']();}catch(_0x37310f){console[_0x5357f4(0x112)](_0x37310f),_0x432f52[_0x5357f4(0xf0)](debug,_0x5357f4(0x14f)+util[_0x5357f4(0xde)](_0x37310f));}testOpsHelper['printBuildLink'](),TestDetails[_0x5357f4(0x19f)](),await utilities['finalExecution'](_0xebd75e,_0x1d019f);});}module[a18_0x33fce1(0x136)]=run;
2
+ 'use strict';const a18_0x3687bd=a18_0x4158;(function(_0x3fa1b6,_0x57b8a4){const _0x5e61c3=a18_0x4158,_0x230ec9=_0x3fa1b6();while(!![]){try{const _0x33d67b=parseInt(_0x5e61c3(0x106))/0x1+-parseInt(_0x5e61c3(0x126))/0x2*(parseInt(_0x5e61c3(0x12e))/0x3)+-parseInt(_0x5e61c3(0x1a2))/0x4+parseInt(_0x5e61c3(0x13f))/0x5+parseInt(_0x5e61c3(0xf9))/0x6*(parseInt(_0x5e61c3(0x1d5))/0x7)+parseInt(_0x5e61c3(0x11c))/0x8*(-parseInt(_0x5e61c3(0x1c3))/0x9)+-parseInt(_0x5e61c3(0x1a9))/0xa;if(_0x33d67b===_0x57b8a4)break;else _0x230ec9['push'](_0x230ec9['shift']());}catch(_0x19e1d4){_0x230ec9['push'](_0x230ec9['shift']());}}}(a18_0x567a,0x26cf5));function a18_0x567a(){const _0x2f647f=['readInitialOptions','Ubgyf','launchBuild','878860TDMhrl','jest-circus','Error\x20while\x20parsing\x20','failureThresholdCount','umXRQ','LtTGA','../../helpers/test-observability/constants','runInBand','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','log','child\x20process\x20exited\x20with\x20code\x20','SmvXA','dirname','--config','../../helpers/test-observability/utils','\x0amodule.exports\x20=\x20config;','child_process','BROWSERSTACK_TEST_OBSERVABILITY_YML','reporters','inherit','test_before.setup.js','../../helpers/playwright-helper','@jest/core','abortBuildOnFailure','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','env','JEST','stringify','EVENTS','platform','logLevel','@jest/core/build/ReporterDispatcher.js','aJwkR','startsWith','mMncy','isCLIEnabled','existsSync','Getting\x20your\x20jest\x20configs\x20from\x20','getErrorMessageFromResults','\x20:\x20','BSTACK_USER_JEST_RUNNER','\x0a\x20\x20\x20\x20\x20\x20','testTimeout','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','platforms','getTCGConfigFilePaths','../../helpers/testhub/testhubHandler','error','qqfnm','wfHma','printBuildLink','rmdirSync','requireModule','jest_browserstack.config.js','../../helpers/puppeteer-helper','cwd','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','GKbBW','data-hooks.js','sUDWu','unlinkSync','zWShE','info','lCOst','requirePWModule','SDK_CLEANUP','ACnLr','retryTestsOnFailure','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','proxySettings','setupFiles','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','failFast','__isPlaywrightInstalled','recursive','Preserving\x20user\x27s\x20Jest\x20runner:\x20','fkIPR','ZiDiO','lTUst','message','handleApp','fdFzR','jahwM','FmrTH','isUndefined','dtsbB','../../helpers/logger','sGtLj','jest-runner','__isPuppeteerInstalled','assign','exports','jest-config','splice','prepareCapabilities','jest-runner-',';\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','530324LlNqzi','getHubUrl','capabilities','path','isNotUndefined','../../helpers/testhub/utils','parseTestOrchestrationOptions','404710rinsfr','MODULE','jest_browserstack.config.cjs','findIndex','USER_CONFIG_DETAILS_PATH','initialize','XcOet','Found:\x20','Puppeteer\x20setup\x20error:\x20','BROWSERSTACK_FRAMEWORK','resolve','AKMMY','../../helpers/performance/constants','push','testRunner','test.setup.js','dRHmt','XoxxR','win32','length','PqrdD','FRAMEWORKS','Getting\x20your\x20jest\x20configs\x20from\x20package.json','pgfTm','xkIPO','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','260559MHmCWy','jest.setup.js','cjs','EpzMD','close','ktqzv','../../helpers/BrowserStackSetup','const\x20config=','sghcX','writeFileSync','QaTBF','reorderTestFiles','findTestFiles','workingDir','platformCaps','isEmpty','parallelsPerPlatform','skipSessionStatus','35hEQAWO','accessibility','yofIN','MDeca','readFileSync','../v2/browserstackCLI','/internal/$1','jOvec','jest_browserstack_results.json','getPackageVersion','../../helpers/helper','ZiJhJ','HrFWa','BROWSERSTACK_CAPABILITIES','checkAccessibilityPlatformConfig','jest-config/build/readConfigFileAndSetRootDir.js','error\x20removing\x20tcg\x20config\x20file','false','winstonLogger','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','NtczL','testObservability','testEnvironmentOptions','CZnSF','ivCgn','CNINa','testContextOptions','AIvoF','default','replace','MogrT','puppeteer','abCze','browserStackPercyOptions','SDK_SETUP','JEST_TEST_ORDER','maxWorkers','customTestRunner.js','pbBBp','true','vrzZT','skipSessionName','BSTACK_JEST_TEST_ENV','mjs','exitCode','SOVDs','jest','147234CnjniE','sSHaI','./test-observability/test-details','puppeteer-core/package.json','apply','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','Deleting\x20','runner','testSequencer','serial__','customTestRunnerTemplate.js','Fawqc',',\x20CLI\x20running:\x20','249721WtKAtG','Deleted\x20fail-fast\x20state\x20folder:\x20','format','slice','../utils/constants','npx','PACKAGE_TYPE','setupFilesAfterEnv','../../helpers/accessibility-automation/helper','nnwXm','filterBrowserstackArgs','debug','getInstance','xqZEV','shutdown','retries__','NjpDd','FQopJ','rmSync','../../helpers/performance/performance-tester','useW3C','customSequencer.js','24PCXqaW','Kouwy','isTestOrchestrationEnabled','shouldProcessEventForTesthub','util','yNLJL','BROWSERSTACK_TEST_ACCESSIBILITY_YML','customEnvironment.js','\x20test\x20files\x20to\x20run.','Reodered\x20Test\x20Files:\x20','42rYyPHZ','force','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','turboScaleUrl','hlKeT','accessibilityOptions','stop','isRunning','18474eOJPYH','finalExecution','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','TROuR','@playwright/test','kToys','Unable\x20to\x20find\x20jest-circus,\x20','join','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','eWENd','config','testEnvironment','browserStackLogLevel','end'];a18_0x567a=function(){return _0x2f647f;};return a18_0x567a();}const fs=require('fs'),path=require(a18_0x3687bd(0x1a5)),util=require(a18_0x3687bd(0x120)),{spawn}=require(a18_0x3687bd(0x150)),logger=require(a18_0x3687bd(0x197))[a18_0x3687bd(0xdc)],{default:BrowserStackSetup}=require(a18_0x3687bd(0x1c9)),helper=require(a18_0x3687bd(0xd4)),utilities=require('../../helpers/utilities'),constants=require(a18_0x3687bd(0x10a)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a18_0x3687bd(0x14e)),{debug}=require(a18_0x3687bd(0x14e)),TestDetails=require(a18_0x3687bd(0xfb)),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require(a18_0x3687bd(0x16e)),testhubUtils=require(a18_0x3687bd(0x1a7)),{FRAMEWORKS}=require(a18_0x3687bd(0x145)),PerformanceTester=require(a18_0x3687bd(0x119)),PerformanceEvents=require(a18_0x3687bd(0x1b5))[a18_0x3687bd(0x15c)],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),BrowserstackCLI=require(a18_0x3687bd(0x1da)),{checkPwandBootstrapCli}=require(a18_0x3687bd(0x155)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x3687bd(0x176)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),{checkAccessibilityPlatformConfig}=require(a18_0x3687bd(0x10e)),getUserJestConfigs=async(_0x3d2ee5,_0x27a547)=>{const _0x54c6cc=a18_0x3687bd,_0x36dea7={'AEUxQ':_0x54c6cc(0xd9),'Kouwy':_0x54c6cc(0x19d),'HrFWa':function(_0x28639e,_0x5460ed){return _0x28639e||_0x5460ed;},'tMgUc':function(_0x2fc51e,_0x52150f){return _0x2fc51e(_0x52150f);},'XcOet':'package.json','BbCaZ':_0x54c6cc(0x1bf),'zWShE':_0x54c6cc(0xf5),'PqrdD':_0x54c6cc(0x1c5),'xJUAe':'json'};let _0x2962e9;try{_0x2962e9=helper[_0x54c6cc(0x174)](_0x36dea7['AEUxQ'],_0x36dea7[_0x54c6cc(0x11d)]);}catch{const _0xd1ec91=helper['requireModule'](_0x36dea7[_0x54c6cc(0x11d)]);_0x2962e9={'default':async _0x4403ae=>{const _0x56216f=_0x54c6cc,_0x4b30e4=await _0xd1ec91[_0x56216f(0x13c)](_0x4403ae,{});return _0x4b30e4[_0x56216f(0x138)];}};}const _0x4f01df=_0x27a547[_0x54c6cc(0x1ac)](_0x42fb5a=>_0x42fb5a===_0x54c6cc(0x14d));if(!helper[_0x54c6cc(0x195)](_0x3d2ee5[_0x54c6cc(0x138)])){logger[_0x54c6cc(0x17e)](_0x54c6cc(0x165)+_0x3d2ee5[_0x54c6cc(0x138)]),process[_0x54c6cc(0x159)][_0x54c6cc(0x1ad)]=_0x3d2ee5[_0x54c6cc(0x138)];const _0x380d24=await(0x0,_0x2962e9[_0x54c6cc(0xe6)])(path[_0x54c6cc(0x1b3)](_0x3d2ee5[_0x54c6cc(0x138)]));return _0x27a547[_0x54c6cc(0x19e)](_0x4f01df,0x2),_0x36dea7[_0x54c6cc(0xd6)](_0x380d24,{});}const _0x14514a=_0x36dea7['tMgUc'](require,path[_0x54c6cc(0x135)](process[_0x54c6cc(0x177)](),_0x36dea7[_0x54c6cc(0x1af)]));if(_0x14514a[_0x54c6cc(0xf8)])return logger[_0x54c6cc(0x17e)](_0x36dea7['BbCaZ']),_0x14514a['jest'];const _0x30fe96=['js',_0x36dea7[_0x54c6cc(0x17d)],_0x36dea7[_0x54c6cc(0x1bd)],_0x36dea7['xJUAe'],'ts'];for(const _0x502fbe of _0x30fe96){const _0x359340=path[_0x54c6cc(0x135)](process['cwd'](),'jest.config.'+_0x502fbe);if(fs[_0x54c6cc(0x164)](_0x359340)){process['env'][_0x54c6cc(0x1ad)]=_0x359340;const _0x106bcc=await(0x0,_0x2962e9['default'])(_0x359340);return _0x106bcc;}}return{};},getSerial=(_0x1e8ed5,_0x2aa579)=>{const _0x39b5e2=a18_0x3687bd,_0x1e018e={};_0x1e018e[_0x39b5e2(0xf7)]=_0x39b5e2(0xf1),_0x1e018e['jOvec']=function(_0x1e0226,_0x4527c8){return _0x1e0226>_0x4527c8;},_0x1e018e[_0x39b5e2(0x1b9)]='false';const _0x52431b=_0x1e018e;let _0x19f588=_0x52431b['SOVDs'];return _0x52431b[_0x39b5e2(0x1dc)](_0x1e8ed5[_0x39b5e2(0x1bc)],0x1)&&(!_0x2aa579[_0x39b5e2(0x146)]&&(helper['isUndefined'](_0x2aa579[_0x39b5e2(0xee)])||_0x52431b[_0x39b5e2(0x1dc)](_0x2aa579['maxWorkers'],0x1)))&&(_0x19f588=_0x52431b[_0x39b5e2(0x1b9)]),_0x19f588;},getMaxWorkers=(_0x35b412,_0x54f17a,_0x135e37)=>{const _0x381706=a18_0x3687bd,_0x5104dd={'SmvXA':function(_0x18fc02,_0x48cae5){return _0x18fc02(_0x48cae5);}};let _0x450900=0x1;if(!helper[_0x381706(0x195)](_0x54f17a[_0x381706(0x1d3)]))_0x450900=_0x5104dd[_0x381706(0x14b)](parseInt,_0x54f17a[_0x381706(0x1d3)]);else{if(!helper[_0x381706(0x195)](_0x35b412[_0x381706(0xee)]))_0x450900=_0x35b412['maxWorkers'];else!helper[_0x381706(0x195)](_0x135e37['maxWorkers'])&&(_0x450900=_0x135e37[_0x381706(0xee)]);}return _0x450900;};function a18_0x4158(_0x3122c5,_0x42524d){const _0x567ab8=a18_0x567a();return a18_0x4158=function(_0x415831,_0x497d7c){_0x415831=_0x415831-0xd3;let _0x147a7c=_0x567ab8[_0x415831];return _0x147a7c;},a18_0x4158(_0x3122c5,_0x42524d);}async function run(_0x1182d1,_0x3a1157,_0x449516){const _0xd2ac22=a18_0x3687bd,_0x32a0ed={'sghcX':_0xd2ac22(0xda),'CNINa':_0xd2ac22(0xf8),'MDeca':function(_0xda4723,_0x5398bb){return _0xda4723(_0x5398bb);},'yNLJL':_0xd2ac22(0x132),'sGtLj':function(_0x43007e){return _0x43007e();},'aJwkR':function(_0xb602d6,_0x4f0d91,_0x2244d5,_0x48bba6){return _0xb602d6(_0x4f0d91,_0x2244d5,_0x48bba6);},'LtTGA':function(_0x381d7e,_0x581d2c,_0x461eab,_0x50fe49){return _0x381d7e(_0x581d2c,_0x461eab,_0x50fe49);},'ojQOv':function(_0x2ddc7a,_0x4722f5){return _0x2ddc7a!=_0x4722f5;},'xqZEV':'true','sSHaI':function(_0x1d27fd,_0x150e90,_0x2ea619){return _0x1d27fd(_0x150e90,_0x2ea619);},'ZiDiO':_0xd2ac22(0x128),'jahwM':function(_0x480476,_0x1c72a1){return _0x480476(_0x1c72a1);},'ACnLr':_0xd2ac22(0xdb),'AKMMY':function(_0x37a418,_0x4e568b){return _0x37a418*_0x4e568b;},'IKdsd':function(_0x17be21,_0x5657d5){return _0x17be21===_0x5657d5;},'wfHma':_0xd2ac22(0x1ab),'MogrT':_0xd2ac22(0x175),'GKbBW':'customImplements','abCze':_0xd2ac22(0x1dd),'kToys':_0xd2ac22(0xef),'Ubgyf':_0xd2ac22(0x103),'qqfnm':_0xd2ac22(0x123),'fdFzR':function(_0x51c568,_0x2b62eb){return _0x51c568!==_0x2b62eb;},'dtsbB':_0xd2ac22(0x199),'AIvoF':_0xd2ac22(0x1a0),'hlKeT':_0xd2ac22(0x1c4),'FmrTH':_0xd2ac22(0x11b),'sUDWu':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','lCOst':_0xd2ac22(0x140),'ktqzv':'jest-circus/build/runner.js','pgfTm':'test-observability','nnwXm':_0xd2ac22(0x17a),'nkdIy':'customCircus.js','Fawqc':_0xd2ac22(0x154),'ZiJhJ':_0xd2ac22(0x187),'FQopJ':'playwright','pbBBp':_0xd2ac22(0x158),'xkIPO':_0xd2ac22(0x1b8),'umXRQ':'Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','XoxxR':function(_0x431394,_0x4ad406){return _0x431394&&_0x4ad406;},'CZnSF':_0xd2ac22(0x184),'ivCgn':_0xd2ac22(0xe9),'OBykH':_0xd2ac22(0xfc),'ftLyr':_0xd2ac22(0xe6),'TROuR':function(_0x10bc83,_0x2c0948,_0x11fb35){return _0x10bc83(_0x2c0948,_0x11fb35);},'eWENd':_0xd2ac22(0x15f),'fkIPR':_0xd2ac22(0x156),'NjpDd':_0xd2ac22(0x147),'mMncy':function(_0x8887ca,_0x4ef0a6){return _0x8887ca>_0x4ef0a6;},'QaTBF':_0xd2ac22(0x130),'PlLEF':'--config','vrzZT':_0xd2ac22(0x10b),'yofIN':function(_0x443b1d,_0x9a16e5){return _0x443b1d===_0x9a16e5;},'EpzMD':_0xd2ac22(0x1bb),'lTUst':_0xd2ac22(0x153),'NtczL':_0xd2ac22(0x1c7)},_0x16015c=helper[_0xd2ac22(0xd3)](_0x32a0ed['yNLJL']);global[_0xd2ac22(0x18a)]=!!_0x16015c;const _0x4880cc=_0x32a0ed[_0xd2ac22(0x198)](getPuppeteerVersion);global[_0xd2ac22(0x19a)]=!!_0x4880cc;helper['isBrowserstackInfra']()?(await _0x449516[_0xd2ac22(0x1ae)](_0x1182d1),await helper[_0xd2ac22(0x191)](_0x449516[_0xd2ac22(0x138)])):await _0x449516['setupTCGAuth']();if(_0x16015c)await _0x32a0ed['aJwkR'](checkPwandBootstrapCli,_0x16015c,constants[_0xd2ac22(0x1be)][_0xd2ac22(0x15a)],_0x449516);else _0x4880cc&&await _0x32a0ed[_0xd2ac22(0x144)](checkPuppeteerAndBootstrapCli,_0x4880cc,constants[_0xd2ac22(0x1be)][_0xd2ac22(0x15a)],_0x449516);!BrowserstackCLI[_0xd2ac22(0x112)]()['isRunning']()&&await _0x449516['setupBrowserstackLocal']();if(!_0x449516['config'])return;_0x32a0ed['ojQOv'](_0x449516[_0xd2ac22(0x138)][_0xd2ac22(0xdf)],null)?process[_0xd2ac22(0x159)][_0xd2ac22(0x151)]=_0x449516[_0xd2ac22(0x138)][_0xd2ac22(0xdf)]:process[_0xd2ac22(0x159)][_0xd2ac22(0x151)]=_0x32a0ed[_0xd2ac22(0x113)];const _0x4ecfaa=new TestOrchestrationHandler(_0x449516[_0xd2ac22(0x138)]),_0x51c3d0=await _0x32a0ed[_0xd2ac22(0xfa)](getUserJestConfigs,_0x1182d1,_0x3a1157);logger['info'](_0x32a0ed[_0xd2ac22(0x18e)]);const _0x378b9b=Object[_0xd2ac22(0x19b)]({},_0x51c3d0);_0x378b9b[_0xd2ac22(0xe0)]=Object[_0xd2ac22(0x19b)]({},_0x378b9b[_0xd2ac22(0xe0)],{'server':helper[_0xd2ac22(0x1a3)](_0x449516[_0xd2ac22(0x138)]),'environment':_0x51c3d0['testEnvironment']}),_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0xeb)]=_0x32a0ed[_0xd2ac22(0x1d8)](getPercyOptions,_0x449516[_0xd2ac22(0x138)]);const _0x116749=helper[_0xd2ac22(0x11a)](_0x449516[_0xd2ac22(0x138)]);!helper[_0xd2ac22(0x195)](_0x449516[_0xd2ac22(0x138)][_0xd2ac22(0x12b)])&&(process[_0xd2ac22(0x159)][_0xd2ac22(0x1c2)]=JSON[_0xd2ac22(0x15b)](_0x449516[_0xd2ac22(0x138)]['accessibilityOptions']));if(!BrowserstackCLI['getInstance']()[_0xd2ac22(0x12d)]()){const _0x256d8b=await TestHubHandler[_0xd2ac22(0x13e)](FRAMEWORKS[_0xd2ac22(0x15a)],_0x449516);}const _0x1550f0=helper[_0xd2ac22(0x19f)](_0x449516[_0xd2ac22(0x138)],_0x116749,constants[_0xd2ac22(0x1be)][_0xd2ac22(0x15a)]);process[_0xd2ac22(0x159)][_0xd2ac22(0xd7)]=JSON[_0xd2ac22(0x15b)](_0x1550f0);let _0x57b440=_0x449516['config'][_0xd2ac22(0x1d6)];_0x57b440=_0x57b440||accessibilityHelper[_0xd2ac22(0xd8)](_0x449516['config']),process[_0xd2ac22(0x159)][_0xd2ac22(0x122)]=_0x57b440,logger[_0xd2ac22(0x111)](_0xd2ac22(0x16b)+_0x57b440+_0xd2ac22(0x105)+BrowserstackCLI[_0xd2ac22(0x112)]()[_0xd2ac22(0x12d)]());if(_0x16015c)try{const _0x19ebc6=_0x32a0ed[_0xd2ac22(0x193)](checkAccessibilityPlatformConfig,_0x449516[_0xd2ac22(0x138)]);process[_0xd2ac22(0x159)][_0xd2ac22(0xdd)]=_0x19ebc6?_0x32a0ed[_0xd2ac22(0x113)]:_0x32a0ed[_0xd2ac22(0x182)],logger['debug'](_0xd2ac22(0xfe)+_0x19ebc6+',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM='+process[_0xd2ac22(0x159)][_0xd2ac22(0xdd)]);}catch(_0x6b999){logger['debug'](_0xd2ac22(0x178)+util[_0xd2ac22(0x108)](_0x6b999));}_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0x1a4)]=_0x1550f0,_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0x102)]=_0x32a0ed[_0xd2ac22(0xfa)](getSerial,_0x1550f0,_0x1182d1),_0x378b9b[_0xd2ac22(0xe0)]['parallels__']=_0x32a0ed[_0xd2ac22(0x160)](getMaxWorkers,_0x1182d1,_0x449516[_0xd2ac22(0x138)],_0x51c3d0),_0x378b9b['testEnvironmentOptions'][_0xd2ac22(0x185)]=_0x449516[_0xd2ac22(0x138)]['proxySettings'],_0x378b9b[_0xd2ac22(0xe0)]['timeout__']=_0x32a0ed[_0xd2ac22(0x1b4)](_0x1182d1[_0xd2ac22(0x16a)],0x1)||0x1388,_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0xf3)]=_0x449516[_0xd2ac22(0x138)][_0xd2ac22(0xe4)][_0xd2ac22(0xf3)],_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0x1d4)]=_0x449516[_0xd2ac22(0x138)]['testContextOptions']['skipSessionStatus'],_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0x13a)]=_0x449516[_0xd2ac22(0x138)][_0xd2ac22(0x15e)],_0x378b9b['testEnvironmentOptions'][_0xd2ac22(0x129)]=_0x449516['config'][_0xd2ac22(0x129)],_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0x1d1)]=_0x449516['config'][_0xd2ac22(0x16c)];const _0x3bafbd=helper[_0xd2ac22(0x1a8)](_0x449516[_0xd2ac22(0x138)]);if(!helper[_0xd2ac22(0x1d2)](_0x3bafbd)){helper[_0xd2ac22(0x1a6)](_0x3bafbd['retryTestsOnFailure'])&&(_0x378b9b[_0xd2ac22(0xe0)][_0xd2ac22(0x115)]=_0x3bafbd[_0xd2ac22(0x183)]['maxRetries']);if(helper['isNotUndefined'](_0x3bafbd[_0xd2ac22(0x157)])&&helper['isNotUndefined'](_0x3bafbd[_0xd2ac22(0x157)][_0xd2ac22(0x1d0)])){const _0x413366={};_0x413366[_0xd2ac22(0x142)]=_0x3bafbd[_0xd2ac22(0x157)]['maxFailures'],_0x413366['workingDir']=_0x3bafbd['abortBuildOnFailure'][_0xd2ac22(0x1d0)],_0x378b9b['testEnvironmentOptions'][_0xd2ac22(0x189)]=_0x413366;}}let _0x263aa5='';_0x32a0ed['IKdsd'](helper['getPackageType'](),constants[_0xd2ac22(0x10c)][_0xd2ac22(0x1aa)])?_0x263aa5=_0x32a0ed[_0xd2ac22(0x171)]:_0x263aa5=_0x32a0ed[_0xd2ac22(0xe8)];const _0x598b02=_0x263aa5,_0x3ee692=path[_0xd2ac22(0x135)](__dirname,_0x32a0ed[_0xd2ac22(0x179)],_0x32a0ed[_0xd2ac22(0xea)]),_0x228cd5=path[_0xd2ac22(0x135)](__dirname,_0x32a0ed[_0xd2ac22(0x179)],_0x32a0ed[_0xd2ac22(0x133)]),_0x15016e=path['join'](__dirname,_0x32a0ed[_0xd2ac22(0x179)],_0x32a0ed[_0xd2ac22(0x13d)]);_0x378b9b[_0xd2ac22(0x139)]&&(process[_0xd2ac22(0x159)][_0xd2ac22(0xf4)]=_0x378b9b[_0xd2ac22(0x139)]);_0x378b9b[_0xd2ac22(0x139)]=path[_0xd2ac22(0x135)](__dirname,_0x32a0ed[_0xd2ac22(0x179)],_0x32a0ed[_0xd2ac22(0x170)]);const _0x3d667f=_0x51c3d0['runner'];if(_0x3d667f&&_0x32a0ed[_0xd2ac22(0x192)](_0x3d667f,_0x32a0ed[_0xd2ac22(0x196)])){const _0x8f4731=_0x3d667f[_0xd2ac22(0x161)](_0x32a0ed[_0xd2ac22(0xe5)])?_0x3d667f:_0xd2ac22(0x1a0)+_0x3d667f;process['env'][_0xd2ac22(0x168)]=_0x8f4731,logger['info'](_0xd2ac22(0x18c)+_0x8f4731);}_0x378b9b['runner']=_0x228cd5,_0x378b9b['setupFilesAfterEnv']=_0x378b9b['setupFilesAfterEnv']||[],_0x378b9b['setupFilesAfterEnv'][_0xd2ac22(0x1b6)](path['join'](__dirname,_0x32a0ed[_0xd2ac22(0x12a)]));_0x4ecfaa[_0xd2ac22(0x11e)]()&&(_0x378b9b[_0xd2ac22(0x101)]=path[_0xd2ac22(0x135)](__dirname,_0x32a0ed[_0xd2ac22(0x179)],_0x32a0ed[_0xd2ac22(0x194)]));if(testhubUtils[_0xd2ac22(0x11f)]()||BrowserstackCLI[_0xd2ac22(0x112)]()['isCliEnabled']()){let _0x8d2dad=null;try{_0x8d2dad=helper[_0xd2ac22(0x174)](_0x32a0ed[_0xd2ac22(0x17b)],_0x32a0ed[_0xd2ac22(0x17f)]);}catch(_0x3573fe){try{_0x8d2dad=helper[_0xd2ac22(0x174)](_0x32a0ed[_0xd2ac22(0x1c8)],_0x32a0ed[_0xd2ac22(0x17f)]);}catch(_0x1f52d0){_0x32a0ed[_0xd2ac22(0x1d8)](debug,_0xd2ac22(0x134)+_0x1f52d0);}}_0x8d2dad&&(testhubUtils[_0xd2ac22(0x11f)]()&&_0x378b9b[_0xd2ac22(0x10d)][_0xd2ac22(0x1b6)](path[_0xd2ac22(0x135)](__dirname,_0x32a0ed[_0xd2ac22(0x1c0)],_0x32a0ed[_0xd2ac22(0x10f)])),_0x378b9b[_0xd2ac22(0x1b7)]=path[_0xd2ac22(0x135)](__dirname,_0x32a0ed['GKbBW'],_0x32a0ed['nkdIy']));}_0x378b9b[_0xd2ac22(0x186)]=_0x378b9b[_0xd2ac22(0x186)]||[];try{helper['requireSeleniumWebdriver'](),_0x378b9b[_0xd2ac22(0x186)][_0xd2ac22(0x1b6)](path['join'](__dirname,_0x32a0ed[_0xd2ac22(0x104)]));}catch{logger['debug'](_0x32a0ed[_0xd2ac22(0xd5)]);}try{helper[_0xd2ac22(0x180)][_0xd2ac22(0xfd)](null,[_0x32a0ed[_0xd2ac22(0x121)],_0x32a0ed[_0xd2ac22(0x117)]]),logger[_0xd2ac22(0x111)](_0x32a0ed[_0xd2ac22(0xf0)]),_0x378b9b[_0xd2ac22(0x186)][_0xd2ac22(0x1b6)](path[_0xd2ac22(0x135)](__dirname,_0x32a0ed[_0xd2ac22(0x1c1)]));}catch(_0x381310){logger['debug'](_0x32a0ed[_0xd2ac22(0x143)],_0x381310);}if(_0x32a0ed[_0xd2ac22(0x1ba)](!_0x16015c,_0x4880cc)){try{logger['debug'](_0x32a0ed[_0xd2ac22(0xe1)]),_0x378b9b[_0xd2ac22(0x10d)]['push'](path[_0xd2ac22(0x135)](__dirname,'..',_0x32a0ed[_0xd2ac22(0xe2)],_0x32a0ed[_0xd2ac22(0x1c1)]));}catch(_0x490095){logger[_0xd2ac22(0x111)](_0xd2ac22(0x1b1)+_0x490095[_0xd2ac22(0x190)]);}try{const _0x5612e2=require[_0xd2ac22(0x1b3)](_0x32a0ed['OBykH']),_0x51ff8b=path[_0xd2ac22(0x14c)](_0x5612e2)[_0xd2ac22(0xe7)](/\\/g,'/'),_0x4c7547={};_0x4c7547['^puppeteer-core/internal/(.*)']=_0x51ff8b+_0xd2ac22(0x1db),_0x378b9b['moduleNameMapper']=Object['assign']({},_0x378b9b['moduleNameMapper']||{},_0x4c7547),logger['debug'](_0xd2ac22(0x188)+_0x51ff8b);}catch(_0x10b68b){logger['debug'](_0xd2ac22(0x148)+_0x10b68b['message']);}}_0x378b9b[_0xd2ac22(0x152)]=_0x378b9b[_0xd2ac22(0x152)]||[_0x32a0ed['ftLyr']],_0x32a0ed[_0xd2ac22(0x131)](updateTestRerunConfig,_0x378b9b,_0x449516);const _0x6a5738=fs[_0xd2ac22(0x1d9)](_0x15016e),_0x419921=helper['resolveModule'](_0x32a0ed[_0xd2ac22(0x137)],_0x32a0ed[_0xd2ac22(0x18d)]);!_0x419921[_0xd2ac22(0x16f)]?fs[_0xd2ac22(0x1cc)](_0x378b9b[_0xd2ac22(0x100)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x6a5738+'\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'+_0x449516[_0xd2ac22(0x138)][_0xd2ac22(0x16c)][_0xd2ac22(0x1bc)]+_0xd2ac22(0x1a1)):fs[_0xd2ac22(0x1cc)](_0x378b9b[_0xd2ac22(0x100)],_0xd2ac22(0x169)+_0x6a5738+'\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'+_0x449516['config'][_0xd2ac22(0x16c)]['length']+';\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['info']('Creating\x20'+_0x598b02+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0xd2ac22(0x1cc)](_0x598b02,_0xd2ac22(0x1ca)+JSON[_0xd2ac22(0x15b)](_0x378b9b)+_0xd2ac22(0x14f));if(_0x4ecfaa['isTestOrchestrationEnabled']()){logger[_0xd2ac22(0x111)](_0x32a0ed[_0xd2ac22(0x116)]);const _0x3fb681=await _0x4ecfaa[_0xd2ac22(0x1cf)](_0x378b9b,_0x3a1157[_0xd2ac22(0x109)](0x1),_0x598b02);logger[_0xd2ac22(0x111)](_0xd2ac22(0x1b0)+JSON[_0xd2ac22(0x15b)](_0x3fb681)+_0xd2ac22(0x124));const _0x39db55=await _0x4ecfaa[_0xd2ac22(0x1ce)](_0x3fb681);logger['debug'](_0xd2ac22(0x125)+JSON[_0xd2ac22(0x15b)](_0x39db55)),_0x39db55&&_0x32a0ed[_0xd2ac22(0x162)](_0x39db55[_0xd2ac22(0x1bc)],0x0)&&(process[_0xd2ac22(0x159)][_0xd2ac22(0xed)]=_0x39db55?.[_0xd2ac22(0x135)](','));}logger[_0xd2ac22(0x17e)](_0x32a0ed[_0xd2ac22(0x1cd)]);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails['setup']();helper[_0xd2ac22(0x110)]({},_0x3a1157),PerformanceTester[_0xd2ac22(0x13b)](PerformanceEvents[_0xd2ac22(0xec)]);const _0x1e8165=[_0x32a0ed['CNINa'],_0x32a0ed['PlLEF'],_0x598b02,..._0x3a1157['slice'](0x1)];process[_0xd2ac22(0x159)][_0xd2ac22(0x1b2)]=process[_0xd2ac22(0x159)]['BROWSERSTACK_FRAMEWORK']||_0x32a0ed['CNINa'];const _0xb8d58e=_0x32a0ed[_0xd2ac22(0x160)](spawn,_0x32a0ed[_0xd2ac22(0xf2)],_0x1e8165,{'shell':_0x32a0ed[_0xd2ac22(0x1d7)](process[_0xd2ac22(0x15d)],_0x32a0ed[_0xd2ac22(0x1c6)]),'stdio':_0x32a0ed[_0xd2ac22(0x18f)],'env':Object[_0xd2ac22(0x19b)]({},process[_0xd2ac22(0x159)])});_0xb8d58e['on'](_0x32a0ed[_0xd2ac22(0xde)],async _0x4a6e86=>{const _0x483869=_0xd2ac22;PerformanceTester['start'](PerformanceEvents[_0x483869(0x181)]);try{const {browserstackFolderPath:_0x4f26b8,tcgConfigPath:_0xb2a229}=helper[_0x483869(0x16d)]();fs[_0x483869(0x17c)](_0xb2a229),fs[_0x483869(0x173)](_0x4f26b8);}catch(_0x9611a5){logger['debug'](_0x32a0ed[_0x483869(0x1cb)],_0x9611a5);}process[_0x483869(0xf6)]=_0x4a6e86,logger[_0x483869(0x111)](_0x483869(0x14a)+_0x4a6e86),logger[_0x483869(0x17e)](_0x483869(0xff)+_0x598b02);if(helper['isNotUndefined'](_0x3bafbd)&&helper[_0x483869(0x1a6)](_0x3bafbd[_0x483869(0x157)])&&fs[_0x483869(0x164)](_0x3bafbd[_0x483869(0x157)][_0x483869(0x1d0)]))try{const _0x487816={};_0x487816[_0x483869(0x18b)]=!![],_0x487816[_0x483869(0x127)]=!![],fs[_0x483869(0x118)](_0x3bafbd[_0x483869(0x157)][_0x483869(0x1d0)],_0x487816),logger[_0x483869(0x111)](_0x483869(0x107)+_0x3bafbd[_0x483869(0x157)][_0x483869(0x1d0)]);}catch(_0x2979a1){logger[_0x483869(0x16f)]('Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20'+_0x2979a1);}let _0x515721=null;if(fs[_0x483869(0x164)](_0x3ee692)){_0x515721=fs[_0x483869(0x1d9)](_0x3ee692);try{_0x515721=JSON['parse'](_0x515721);}catch(_0x18eac3){logger['debug'](_0x483869(0x141)+_0x3ee692+',\x20'+_0x515721+_0x483869(0x167)+_0x18eac3);}fs[_0x483869(0x17c)](_0x3ee692);}fs['unlinkSync'](_0x598b02),fs['unlinkSync'](_0x228cd5),_0x515721&&(_0x449516['errorMessage']=helper[_0x483869(0x166)](_0x515721,_0x32a0ed[_0x483869(0xe3)],_0x449516));const _0x26b85f=BrowserstackCLI[_0x483869(0x163)]();try{await TestHubHandler[_0x483869(0x12c)](),await BrowserstackCLI[_0x483869(0x112)]()[_0x483869(0x12c)]();}catch(_0x35e47f){console[_0x483869(0x149)](_0x35e47f),_0x32a0ed[_0x483869(0x1d8)](debug,_0x483869(0x136)+util['format'](_0x35e47f));}testOpsHelper[_0x483869(0x172)](),TestDetails[_0x483869(0x114)](),await utilities[_0x483869(0x12f)](_0x449516,_0x26b85f);});}module[a18_0x3687bd(0x19c)]=run;
@@ -1 +1 @@
1
- const a19_0x495b1a=a19_0x4ca6;(function(_0x3cc01f,_0x372531){const _0x321ef9=a19_0x4ca6,_0x3ad92f=_0x3cc01f();while(!![]){try{const _0x3c526e=parseInt(_0x321ef9(0x1f0))/0x1*(-parseInt(_0x321ef9(0x1e5))/0x2)+-parseInt(_0x321ef9(0x1e7))/0x3*(parseInt(_0x321ef9(0x1da))/0x4)+-parseInt(_0x321ef9(0x1de))/0x5*(parseInt(_0x321ef9(0x1e6))/0x6)+parseInt(_0x321ef9(0x1ef))/0x7+-parseInt(_0x321ef9(0x1ea))/0x8+-parseInt(_0x321ef9(0x1e2))/0x9*(parseInt(_0x321ef9(0x1e9))/0xa)+parseInt(_0x321ef9(0x1ee))/0xb;if(_0x3c526e===_0x372531)break;else _0x3ad92f['push'](_0x3ad92f['shift']());}catch(_0x795392){_0x3ad92f['push'](_0x3ad92f['shift']());}}}(a19_0x369b,0xcd690));function a19_0x369b(){const _0x16bb18=['5981325IGLUrh','2BOcAvv','LaDMm','hiicy','505648puVzhc','jestAdapterInit','jest-circus','function','5xlgPpe','requireInternalModule','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','../../../helpers/helper','36PwjtaZ','initRequireModule','path','1269440sxKtGl','9719100szbWTu','27jPdpFr','jest-circus/build/runner.js','4162030IPARPh','13174208eKirJj','rbTDr','customJestAdapterInit.js','includes','80580181wPjMrk'];a19_0x369b=function(){return _0x16bb18;};return a19_0x369b();}const path=require(a19_0x495b1a(0x1e4)),{requireModule}=require(a19_0x495b1a(0x1e1));let initJestAdapter;try{initJestAdapter=requireModule(a19_0x495b1a(0x1e0),'jest-circus');}catch{initJestAdapter=requireModule(a19_0x495b1a(0x1e8),a19_0x495b1a(0x1dc));}initJestAdapter=typeof initJestAdapter===a19_0x495b1a(0x1dd)?initJestAdapter:initJestAdapter['default'];function a19_0x4ca6(_0x18e44d,_0xfb5e9a){const _0x369bed=a19_0x369b();return a19_0x4ca6=function(_0x4ca624,_0x5f54a8){_0x4ca624=_0x4ca624-0x1d8;let _0x4b3034=_0x369bed[_0x4ca624];return _0x4b3034;},a19_0x4ca6(_0x18e44d,_0xfb5e9a);}const FRAMEWORK_INITIALIZER=path['join'](__dirname,a19_0x495b1a(0x1ec));module['exports']=(..._0x5ddf9c)=>{const _0x1874bd=a19_0x495b1a,_0x12faa6={'rbTDr':_0x1874bd(0x1db),'hiicy':function(_0x5ca501,_0x566fc7){return _0x5ca501===_0x566fc7;},'LaDMm':function(_0x2f502b,..._0x163da6){return _0x2f502b(..._0x163da6);}};return _0x5ddf9c[0x3][_0x1874bd(0x1e3)]=_0x5ddf9c[0x3][_0x1874bd(0x1df)],_0x5ddf9c[0x3][_0x1874bd(0x1df)]=(..._0x119e80)=>{const _0x8ffc57=_0x1874bd;if(_0x119e80[0x0]&&_0x119e80[0x0][_0x8ffc57(0x1ed)](_0x12faa6[_0x8ffc57(0x1eb)])&&_0x12faa6[_0x8ffc57(0x1d9)](_0x119e80[0x1],undefined))return _0x5ddf9c[0x3][_0x8ffc57(0x1e3)](FRAMEWORK_INITIALIZER);return _0x5ddf9c[0x3][_0x8ffc57(0x1e3)](..._0x119e80);},_0x12faa6[_0x1874bd(0x1d8)](initJestAdapter,..._0x5ddf9c);};
1
+ const a19_0x5189f4=a19_0x22ce;(function(_0xaa9c5,_0x3f75ef){const _0x343a11=a19_0x22ce,_0x3a129c=_0xaa9c5();while(!![]){try{const _0xfb7cc3=-parseInt(_0x343a11(0x128))/0x1*(-parseInt(_0x343a11(0x111))/0x2)+-parseInt(_0x343a11(0x121))/0x3+parseInt(_0x343a11(0x126))/0x4+-parseInt(_0x343a11(0x118))/0x5+parseInt(_0x343a11(0x114))/0x6+parseInt(_0x343a11(0x11e))/0x7*(-parseInt(_0x343a11(0x11b))/0x8)+-parseInt(_0x343a11(0x11d))/0x9*(parseInt(_0x343a11(0x116))/0xa);if(_0xfb7cc3===_0x3f75ef)break;else _0x3a129c['push'](_0x3a129c['shift']());}catch(_0x32dce3){_0x3a129c['push'](_0x3a129c['shift']());}}}(a19_0x58b9,0x58ec9));const path=require(a19_0x5189f4(0x117)),{requireModule}=require(a19_0x5189f4(0x11c));let initJestAdapter;try{initJestAdapter=requireModule(a19_0x5189f4(0x113),a19_0x5189f4(0x115));}catch{initJestAdapter=requireModule(a19_0x5189f4(0x124),'jest-circus');}function a19_0x22ce(_0x382ae8,_0x40237f){const _0x58b9b4=a19_0x58b9();return a19_0x22ce=function(_0x22cef3,_0x224e81){_0x22cef3=_0x22cef3-0x110;let _0x29dd68=_0x58b9b4[_0x22cef3];return _0x29dd68;},a19_0x22ce(_0x382ae8,_0x40237f);}initJestAdapter=typeof initJestAdapter===a19_0x5189f4(0x122)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a19_0x5189f4(0x110)](__dirname,a19_0x5189f4(0x119));module[a19_0x5189f4(0x125)]=(..._0x5087f0)=>{const _0x19579b=a19_0x5189f4,_0x26ce92={'qDcaZ':_0x19579b(0x127),'yhgov':function(_0x3a9cc2,_0x1bdf9b){return _0x3a9cc2===_0x1bdf9b;},'WDPaV':function(_0x305d0f,..._0x81a236){return _0x305d0f(..._0x81a236);}};return _0x5087f0[0x3][_0x19579b(0x112)]=_0x5087f0[0x3][_0x19579b(0x11f)],_0x5087f0[0x3]['requireInternalModule']=(..._0x19eaca)=>{const _0x2d5649=_0x19579b;if(_0x19eaca[0x0]&&_0x19eaca[0x0][_0x2d5649(0x120)](_0x26ce92[_0x2d5649(0x123)])&&_0x26ce92[_0x2d5649(0x11a)](_0x19eaca[0x1],undefined))return _0x5087f0[0x3][_0x2d5649(0x112)](FRAMEWORK_INITIALIZER);return _0x5087f0[0x3]['initRequireModule'](..._0x19eaca);},_0x26ce92['WDPaV'](initJestAdapter,..._0x5087f0);};function a19_0x58b9(){const _0x5a1cde=['362ZeFcMe','initRequireModule','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','3821706DMUWnH','jest-circus','1375950eLBqiB','path','198345DjCJhq','customJestAdapterInit.js','yhgov','183608MgHgnW','../../../helpers/helper','9mGfDUL','7JLWrZC','requireInternalModule','includes','1326342igbjDf','function','qDcaZ','jest-circus/build/runner.js','exports','123840pSrTzt','jestAdapterInit','1871GvJrHV','join'];a19_0x58b9=function(){return _0x5a1cde;};return a19_0x58b9();}
@@ -1 +1 @@
1
- const a20_0x45bc72=a20_0x10ef;(function(_0x4ccc56,_0x19b6ad){const _0x171053=a20_0x10ef,_0x3846ce=_0x4ccc56();while(!![]){try{const _0x82006f=-parseInt(_0x171053(0x1f2))/0x1+-parseInt(_0x171053(0x1a7))/0x2*(parseInt(_0x171053(0x1fc))/0x3)+parseInt(_0x171053(0x1f8))/0x4*(parseInt(_0x171053(0x1c1))/0x5)+-parseInt(_0x171053(0x1c4))/0x6+-parseInt(_0x171053(0x211))/0x7*(parseInt(_0x171053(0x209))/0x8)+parseInt(_0x171053(0x1b3))/0x9*(-parseInt(_0x171053(0x1ec))/0xa)+parseInt(_0x171053(0x1ae))/0xb;if(_0x82006f===_0x19b6ad)break;else _0x3846ce['push'](_0x3846ce['shift']());}catch(_0xf5d134){_0x3846ce['push'](_0x3846ce['shift']());}}}(a20_0x2f34,0x9b38d));function a20_0x10ef(_0x178727,_0x293855){const _0x2f3459=a20_0x2f34();return a20_0x10ef=function(_0x10efe2,_0x131534){_0x10efe2=_0x10efe2-0x1a6;let _0x2de9ec=_0x2f3459[_0x10efe2];return _0x2de9ec;},a20_0x10ef(_0x178727,_0x293855);}function a20_0x2f34(){const _0x1ef565=['nfsfU','browserStackGlobals','bKYRM','configuration','winstonLogger','4269062zCFYYb','jestConfig','\x20>\x20','env','cleanup','testContext','qtlrW','116uQjKWS','__drivers','join','wsckh','info','browserstackAgentV2','zNmGU','36581182GVLnrR','split','aBFAP','framework','isArray','2318310LfxQCj','timeout__','failFast','skipSessionName','test_start','teardown','quit','__webdriver','WNOOz','debug','UDIYy','failFastActive','BLYHC','isTrue','75YbQHqz','TsRSL','kiNso','6365112leZuRR','../../../helpers/test-orchestration/failfastManager','zPttA','handleTestEvent','skip','shouldFailFast','FXWXj','bHHiu','test','../../../index','global','AqUWr','driver','retries__','eBmXv','message','__esModule','tgztn','Error\x20in\x20fail-fast\x20test_done\x20handler:','exports','mode','cFOvk','onTestDone','setup','../test-observability/obsReporter','errors','browserstackPercyBestPlatform','percyCaptureMode','nestedKeyValue','ITHAk','shutdown','capabilities','registerListeners','testEnvironmentOptions','../../../helpers/testhub/utils','getInstance','Builder','capability','testPath','../../../helpers/test-observability/utils','10GIQAXd','wtYLe','2|4|7|6|0|1|5|3','../../../helpers/logger','browserstackPlatformIndex','requireModule','387052ZbmpLq','../../utils/constants','__platformCaps','JEST','projectName','builder','13388qCJdCc','platformCaps','__timeout','modifyCommand','21963NVRbLp','jest-config','shouldProcessEventForTesthub','failFastOptions','default','PWPwO','projectConfig','resolveTestEnvironment','__jestRetries','hdFcy','__skipSessionStatus','rWFtl','FVNFf','8lWGfVp','lEmwp','getTestEnvironment'];a20_0x2f34=function(){return _0x1ef565;};return a20_0x2f34();}const helper=require('../../../helpers/helper'),constants=require(a20_0x45bc72(0x1f3)),{isTestObservabilitySession}=require(a20_0x45bc72(0x1eb)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),ObservabilityReporter=require(a20_0x45bc72(0x1dc)),testhubUtils=require(a20_0x45bc72(0x1e6)),logger=require(a20_0x45bc72(0x1ef))[a20_0x45bc72(0x210)],getTestEnvironment=((()=>{const _0x310818=a20_0x45bc72,_0x546547={};_0x546547[_0x310818(0x1e1)]='jest-resolve',_0x546547[_0x310818(0x1d2)]=_0x310818(0x1fd);const _0xf4c036=_0x546547;try{const _0x2d2fa0=helper['requireModule'](_0xf4c036[_0x310818(0x1e1)]);if(_0x2d2fa0[_0x310818(0x203)])return _0x2d2fa0[_0x310818(0x203)];const _0x5e04f6=helper[_0x310818(0x1f1)](_0xf4c036['eBmXv']);if(_0x5e04f6[_0x310818(0x20b)])return _0x5e04f6['getTestEnvironment'];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x57e405=a20_0x45bc72,_0x214632={'BLYHC':function(_0x3680ae,_0x3c0267){return _0x3680ae(_0x3c0267);},'wsckh':'node','FVNFf':'jest-environment-node','YnfqO':function(_0x5c3be0,_0x2ad551){return _0x5c3be0(_0x2ad551);}},_0x2f179f=_0x214632[_0x57e405(0x1bf)](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x57e405(0x214)]['BSTACK_JEST_TEST_ENV']||_0x214632[_0x57e405(0x1aa)]});if(!_0x2f179f)return _0x214632['BLYHC'](_interopRequireDefault,helper[_0x57e405(0x1f1)](_0x214632[_0x57e405(0x208)]));return _0x214632['YnfqO'](_interopRequireDefault,helper['requireModule'](_0x2f179f));})()),_seleniumWebdriver2=((()=>{const _0x3bd861=a20_0x45bc72,_0x4f0b45={'FXWXj':function(_0x566fa2,_0x901f6b){return _0x566fa2(_0x901f6b);}};try{const _0x508927=helper['requireSeleniumWebdriver']();return helper[_0x3bd861(0x1fb)](),_0x4f0b45[_0x3bd861(0x1ca)](_interopRequireDefault,_0x508927);}catch{return null;}})());function _interopRequireDefault(_0x2eab83){const _0x577a79=a20_0x45bc72;return _0x2eab83&&_0x2eab83[_0x577a79(0x1d4)]?_0x2eab83:{'default':_0x2eab83};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a20_0x45bc72(0x1e8)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0xc4917d){const _0x26c37f=a20_0x45bc72,_0x24bcc1={'zPttA':_0x26c37f(0x1b9),'aBFAP':function(_0x27f6b9,_0x5bdb4c){return _0x27f6b9+_0x5bdb4c;},'tgztn':'bstack:options','lEmwp':function(_0x2c3f08,_0x507603){return _0x2c3f08(_0x507603);},'bKYRM':_0x26c37f(0x1c5),'wtYLe':_0x26c37f(0x1ee),'PWPwO':_0x26c37f(0x1e5),'rWFtl':'browserStackPercyOptions','DfWYl':'percyCaptureMode','bHHiu':_0x26c37f(0x1cd),'cRWUr':'percy','UDIYy':_0x26c37f(0x1de)};super(_0xc4917d),this[_0x26c37f(0x1ce)]['__timeout']=0x0,this['configuration']={};!_0xc4917d['testEnvironmentOptions']&&(_0xc4917d[_0x26c37f(0x1e5)]={});if(helper['isBrowserstackInfra']()){_0xc4917d['testEnvironmentOptions']=_0xc4917d['projectConfig']?_0xc4917d[_0x26c37f(0x202)][_0x26c37f(0x1e5)]:_0xc4917d[_0x26c37f(0x1e5)];_seleniumWebdriver2&&(this[_0x26c37f(0x1f7)]=new _seleniumWebdriver2[(_0x26c37f(0x200))][(_0x26c37f(0x1e8))]());this[_0x26c37f(0x1e9)]=_0xc4917d[_0x26c37f(0x202)]?_0xc4917d['projectConfig'][_0x26c37f(0x1e9)]:_0xc4917d[_0x26c37f(0x1e9)],this[_0x26c37f(0x1ce)][_0x26c37f(0x1fa)]=_0x24bcc1[_0x26c37f(0x1b0)](_0xc4917d[_0x26c37f(0x1e5)][_0x26c37f(0x1b4)]||0x1388,constants['BSTACK_DELTA']),this[_0x26c37f(0x1ff)]=_0xc4917d[_0x26c37f(0x1e5)][_0x26c37f(0x1b5)];if(this[_0x26c37f(0x1ff)]){const _0x39529e=this[_0x26c37f(0x1e9)][_0x24bcc1[_0x26c37f(0x1d5)]]?.['buildName']||'',_0xd230a2=this[_0x26c37f(0x1e9)][_0x24bcc1['tgztn']]?.[_0x26c37f(0x1f6)]||'';this['failFast']=new(_0x24bcc1[_0x26c37f(0x20a)](require,_0x24bcc1[_0x26c37f(0x20e)]))(this[_0x26c37f(0x1ff)],_0x39529e,_0xd230a2),this[_0x26c37f(0x1ce)][_0x26c37f(0x1be)]=![];}helper['isNotUndefined'](_0xc4917d[_0x26c37f(0x1e5)][_0x26c37f(0x1d1)])&&(this[_0x26c37f(0x1ce)][_0x26c37f(0x204)]=_0xc4917d['testEnvironmentOptions'][_0x26c37f(0x1d1)]);}if(testhubUtils[_0x26c37f(0x1fe)]()){const _0x5b6f7c=new ObservabilityReporter();_0x5b6f7c[_0x26c37f(0x1e4)]();}this[_0x26c37f(0x1ce)][_0x26c37f(0x20d)]={},this[_0x26c37f(0x20f)]=_0xc4917d[_0x26c37f(0x1e5)],this[_0x26c37f(0x20f)][_0x26c37f(0x1b1)]=constants['FRAMEWORKS'][_0x26c37f(0x1f5)],this[_0x26c37f(0x1ce)][_0x26c37f(0x1f0)]=(_0xc4917d[_0x26c37f(0x202)]?_0xc4917d[_0x26c37f(0x202)][_0x26c37f(0x1f0)]:_0xc4917d['browserstackPlatformIndex'])||0x0,this[_0x26c37f(0x1ce)][_0x26c37f(0x1f4)]=this['configuration']&&this['configuration'][_0x26c37f(0x1f9)]&&Array[_0x26c37f(0x1b2)](this[_0x26c37f(0x20f)][_0x26c37f(0x1f9)])&&this[_0x26c37f(0x20f)][_0x26c37f(0x1f9)][this['global'][_0x26c37f(0x1f0)]]||{};const _0x41b420=this[_0x26c37f(0x1ce)][_0x26c37f(0x1f0)],_0x47b5e5={...this[_0x26c37f(0x20f)],'capability':this['configuration'][_0x26c37f(0x1e3)]&&Array[_0x26c37f(0x1b2)](this[_0x26c37f(0x20f)][_0x26c37f(0x1e3)])&&this['configuration']['capabilities'][_0x41b420]||{},'platformCaps':this[_0x26c37f(0x20f)]['platformCaps']&&Array['isArray'](this['configuration'][_0x26c37f(0x1f9)])&&this[_0x26c37f(0x20f)][_0x26c37f(0x1f9)][_0x41b420]||{}};delete _0x47b5e5[_0x26c37f(0x1e3)],this[_0x26c37f(0x1ce)][_0x26c37f(0x212)]=_0x47b5e5;if(_seleniumWebdriver2){const _0x5c0c09=_0x24bcc1[_0x26c37f(0x1ed)][_0x26c37f(0x1af)]('|');let _0x4d3b72=0x0;while(!![]){switch(_0x5c0c09[_0x4d3b72++]){case'0':this['global'][_0x26c37f(0x1df)]=helper[_0x26c37f(0x1e0)](_0xc4917d,[_0x24bcc1[_0x26c37f(0x201)],_0x24bcc1[_0x26c37f(0x207)],_0x24bcc1['DfWYl']]);continue;case'1':helper[_0x26c37f(0x1c0)](this[_0x26c37f(0x20f)][_0x26c37f(0x1b6)])?this[_0x26c37f(0x1ce)]['sessionNameProvided']=!![]:this[_0x26c37f(0x1ce)]['sessionNameProvided']=![];continue;case'2':this[_0x26c37f(0x1ce)][_0x26c37f(0x1a8)]=[];continue;case'3':this['global'][_0x26c37f(0x215)]=async()=>{const _0x4da8c1=_0x26c37f;await this[_0x4da8c1(0x1ce)][_0x4da8c1(0x1d0)][_0x4da8c1(0x1b9)](_0x24bcc1[_0x4da8c1(0x1c6)]);};continue;case'4':this[_0x26c37f(0x1ce)][_0x26c37f(0x1ba)]=_0x24bcc1[_0x26c37f(0x20a)](require,_0x24bcc1[_0x26c37f(0x1cb)])[_0x26c37f(0x1ac)]({...this[_0x26c37f(0x20f)],'capability':this[_0x26c37f(0x1e9)]||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'5':this[_0x26c37f(0x1ce)][_0x26c37f(0x206)]=helper[_0x26c37f(0x1c0)](this[_0x26c37f(0x20f)]['skipSessionStatus']);continue;case'6':this[_0x26c37f(0x1ce)]['percy']=helper['nestedKeyValue'](_0xc4917d,[_0x24bcc1['PWPwO'],_0x24bcc1['rWFtl'],_0x24bcc1['cRWUr']]);continue;case'7':this[_0x26c37f(0x1ce)][_0x26c37f(0x1de)]=helper['nestedKeyValue'](_0xc4917d,[_0x24bcc1[_0x26c37f(0x201)],_0x24bcc1[_0x26c37f(0x207)],_0x24bcc1[_0x26c37f(0x1bd)]]);continue;}break;}}}async[a20_0x45bc72(0x1b8)](){const _0x2fd9b0=a20_0x45bc72;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0x2fd9b0(0x1ce)]['__driversArray']),this[_0x2fd9b0(0x1ce)]['__webdriver'][_0x2fd9b0(0x1e8)]=originalBuilder),await RequestQueueHandler[_0x2fd9b0(0x1e7)]()[_0x2fd9b0(0x1e2)]();}async[a20_0x45bc72(0x1db)](){}async[a20_0x45bc72(0x1c7)](_0x2248db,_0x1850e1){const _0x470773=a20_0x45bc72,_0x32f6e2={};_0x32f6e2[_0x470773(0x1bb)]=function(_0x2f6461,_0x5931c7){return _0x2f6461===_0x5931c7;},_0x32f6e2[_0x470773(0x1a6)]=_0x470773(0x1b7),_0x32f6e2[_0x470773(0x1c3)]=_0x470773(0x1c8),_0x32f6e2['XlRUr']=function(_0x4d65fc,_0x3e1de8){return _0x4d65fc===_0x3e1de8;},_0x32f6e2[_0x470773(0x1cf)]='test_done',_0x32f6e2[_0x470773(0x1ad)]=_0x470773(0x213),_0x32f6e2['nfsfU']=function(_0x2ac072,_0x2a7ca9){return _0x2ac072===_0x2a7ca9;},_0x32f6e2['FrXin']=function(_0x8a0f1a,_0xdc1753){return _0x8a0f1a===_0xdc1753;},_0x32f6e2[_0x470773(0x1d9)]=_0x470773(0x1d6),_0x32f6e2[_0x470773(0x205)]=function(_0x43d27a,_0x5b1199){return _0x43d27a===_0x5b1199;},_0x32f6e2['TsRSL']=_0x470773(0x1b8);const _0x4dcad2=_0x32f6e2,{name:_0x17719d}=_0x2248db;if(_0x4dcad2[_0x470773(0x1bb)](_0x17719d,_0x4dcad2[_0x470773(0x1a6)])){this['global'][_0x470773(0x216)]=_0x2248db[_0x470773(0x1cc)];if(_0x4dcad2['WNOOz'](this[_0x470773(0x1ce)][_0x470773(0x1be)],!![])){const _0x230039=_0x2248db[_0x470773(0x1cc)]['name'];logger[_0x470773(0x1ab)]('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0x230039),_0x2248db['test'][_0x470773(0x1d8)]=_0x4dcad2[_0x470773(0x1c3)];}}if(this[_0x470773(0x1b5)]&&_0x4dcad2['XlRUr'](_0x17719d,_0x4dcad2[_0x470773(0x1cf)]))try{const _0x597bed=_0x2248db[_0x470773(0x1cc)][_0x470773(0x1ea)][_0x470773(0x1a9)](_0x4dcad2[_0x470773(0x1ad)]),_0xe23d5c=_0x2248db[_0x470773(0x1cc)][_0x470773(0x1dd)];await this['failFast'][_0x470773(0x1da)](_0x597bed,_0xe23d5c);const _0x57dcd2=await this[_0x470773(0x1b5)][_0x470773(0x1c9)]();_0x4dcad2[_0x470773(0x20c)](this[_0x470773(0x1ce)][_0x470773(0x1be)],![])&&_0x4dcad2['FrXin'](_0x57dcd2,!![])&&(this[_0x470773(0x1ce)][_0x470773(0x1be)]=!![]);}catch(_0x190768){logger[_0x470773(0x1bc)](_0x4dcad2[_0x470773(0x1d9)],_0x190768[_0x470773(0x1d3)]);}_0x4dcad2[_0x470773(0x205)](_0x17719d,_0x4dcad2[_0x470773(0x1c2)])&&(this[_0x470773(0x1b5)]&&this[_0x470773(0x1b5)][_0x470773(0x215)]());}}module[a20_0x45bc72(0x1d7)]=CustomEnvironment;
1
+ const a20_0x2da141=a20_0x1abe;function a20_0x1abe(_0x1233f3,_0x34d635){const _0xda86e5=a20_0xda86();return a20_0x1abe=function(_0x1abec4,_0x1698ce){_0x1abec4=_0x1abec4-0x13e;let _0xabd47a=_0xda86e5[_0x1abec4];return _0xabd47a;},a20_0x1abe(_0x1233f3,_0x34d635);}function a20_0xda86(){const _0xd6bb0a=['quit','59588ukkFWN','cwd','__skipSessionStatus','failFastActive','browserStackPercyOptions','../../../helpers/logger','vXhJy','NILmS','2003946HIuYOi','modifyCommand','nZhdg','bHJye','debug','env','99052hZxmeJ','\x20>\x20','../test-observability/obsReporter','pXDqy','sessionNameProvided','jest-environment-node','acxUU','testEnvironmentOptions','Builder','Error\x20in\x20fail-fast\x20test_done\x20handler:','browserStackGlobals','mDNJR','yBIfS','global','configuration','getTestEnvironment','BSTACK_JEST_TEST_ENV','1801311TfpQni','jest-config','failFast','132750lxvoCp','resolveTestEnvironment','name','../../../helpers/testhub/utils','ANRos','retries__','teardown','nestedKeyValue','../../../index','timeout__','failFastOptions','vFTxX','message','isArray','olqxK','test','115vqdxcs','wXSup','__timeout','exports','__driversArray','info','bWGjc','cleanup','testContext','63ePMham','requireSeleniumWebdriver','isNotUndefined','../../../helpers/helper','OjhYL','shouldFailFast','4411170myDIax','node','hDYnn','htIws','driver','isTrue','__platformCaps','../../utils/constants','qXrZi','capability','__webdriver','browserstackAgentV2','percyCaptureMode','browserstackPercyBestPlatform','../../../helpers/test-observability/utils','platformCaps','isBrowserstackInfra','8435960RnGcmU','default','mode','../../../helpers/test-observability/requestQueueHandler','pIriz','projectConfig','__esModule','projectName','Vftch','getInstance','buildName','jest-resolve','HrmXH','browserstackPlatformIndex','LqoYk','skipSessionStatus','mIFXY','handleTestEvent','../../../helpers/test-orchestration/failfastManager','requireModule','join','test_start','winstonLogger','bstack:options','vrwMU','percy','onTestDone'];a20_0xda86=function(){return _0xd6bb0a;};return a20_0xda86();}(function(_0x3b3a16,_0x44900b){const _0x57d529=a20_0x1abe,_0x2f1567=_0x3b3a16();while(!![]){try{const _0x2dabba=parseInt(_0x57d529(0x153))/0x1+-parseInt(_0x57d529(0x15b))/0x2+-parseInt(_0x57d529(0x172))/0x3+-parseInt(_0x57d529(0x161))/0x4*(-parseInt(_0x57d529(0x185))/0x5)+-parseInt(_0x57d529(0x175))/0x6*(-parseInt(_0x57d529(0x18e))/0x7)+parseInt(_0x57d529(0x1a5))/0x8+parseInt(_0x57d529(0x194))/0x9;if(_0x2dabba===_0x44900b)break;else _0x2f1567['push'](_0x2f1567['shift']());}catch(_0x41e235){_0x2f1567['push'](_0x2f1567['shift']());}}}(a20_0xda86,0xbc1ad));const helper=require(a20_0x2da141(0x191)),constants=require(a20_0x2da141(0x19b)),{isTestObservabilitySession}=require(a20_0x2da141(0x1a2)),RequestQueueHandler=require(a20_0x2da141(0x1a8)),ObservabilityReporter=require(a20_0x2da141(0x163)),testhubUtils=require(a20_0x2da141(0x178)),logger=require(a20_0x2da141(0x158))[a20_0x2da141(0x14d)],getTestEnvironment=((()=>{const _0x527eb3=a20_0x2da141,_0x4488bc={};_0x4488bc['qXrZi']=_0x527eb3(0x142),_0x4488bc['bWGjc']=_0x527eb3(0x173);const _0xdb944a=_0x4488bc;try{const _0xf6220f=helper[_0x527eb3(0x14a)](_0xdb944a[_0x527eb3(0x19c)]);if(_0xf6220f[_0x527eb3(0x176)])return _0xf6220f[_0x527eb3(0x176)];const _0x3012dc=helper[_0x527eb3(0x14a)](_0xdb944a[_0x527eb3(0x18b)]);if(_0x3012dc[_0x527eb3(0x170)])return _0x3012dc[_0x527eb3(0x170)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x53095f=a20_0x2da141,_0x51d3f9={'ZZWrc':function(_0x25ecdd,_0x5a9231){return _0x25ecdd(_0x5a9231);},'acxUU':_0x53095f(0x195),'olqxK':function(_0x34a18b,_0x1e3db0){return _0x34a18b(_0x1e3db0);},'pXDqy':_0x53095f(0x166)},_0x146569=_0x51d3f9['ZZWrc'](getTestEnvironment,{'rootDir':process[_0x53095f(0x154)](),'testEnvironment':process[_0x53095f(0x160)][_0x53095f(0x171)]||_0x51d3f9[_0x53095f(0x167)]});if(!_0x146569)return _0x51d3f9[_0x53095f(0x183)](_interopRequireDefault,helper[_0x53095f(0x14a)](_0x51d3f9[_0x53095f(0x164)]));return _0x51d3f9[_0x53095f(0x183)](_interopRequireDefault,helper[_0x53095f(0x14a)](_0x146569));})()),_seleniumWebdriver2=((()=>{const _0x407282=a20_0x2da141,_0x3af2e2={'ANRos':function(_0x4c2bc2,_0x5ea907){return _0x4c2bc2(_0x5ea907);}};try{const _0x37b7c8=helper[_0x407282(0x18f)]();return helper[_0x407282(0x15c)](),_0x3af2e2[_0x407282(0x179)](_interopRequireDefault,_0x37b7c8);}catch{return null;}})());function _interopRequireDefault(_0x5ae20d){const _0x3a29d8=a20_0x2da141;return _0x5ae20d&&_0x5ae20d[_0x3a29d8(0x1ab)]?_0x5ae20d:{'default':_0x5ae20d};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default']['Builder']:null;class CustomEnvironment extends _jestUserEnvironment[a20_0x2da141(0x1a6)]{constructor(_0x553f2d){const _0x19dd02=a20_0x2da141,_0x177e25={'bHJye':_0x19dd02(0x152),'wXSup':function(_0x240fe7,_0x4c20df){return _0x240fe7+_0x4c20df;},'yBIfS':_0x19dd02(0x14e),'LqoYk':function(_0x3c385a,_0x469d7a){return _0x3c385a(_0x469d7a);},'vCQVZ':_0x19dd02(0x149),'DiOiq':'5|3|6|7|2|4|0|1','Vftch':_0x19dd02(0x168),'mDNJR':_0x19dd02(0x157),'NILmS':_0x19dd02(0x1a0),'NkUSQ':_0x19dd02(0x17d),'hDYnn':_0x19dd02(0x1a1),'OjhYL':_0x19dd02(0x150)};super(_0x553f2d),this[_0x19dd02(0x16e)][_0x19dd02(0x187)]=0x0,this[_0x19dd02(0x16f)]={};!_0x553f2d['testEnvironmentOptions']&&(_0x553f2d[_0x19dd02(0x168)]={});if(helper[_0x19dd02(0x1a4)]()){_0x553f2d[_0x19dd02(0x168)]=_0x553f2d[_0x19dd02(0x1aa)]?_0x553f2d['projectConfig'][_0x19dd02(0x168)]:_0x553f2d['testEnvironmentOptions'];_seleniumWebdriver2&&(this['builder']=new _seleniumWebdriver2[(_0x19dd02(0x1a6))][(_0x19dd02(0x169))]());this[_0x19dd02(0x19d)]=_0x553f2d[_0x19dd02(0x1aa)]?_0x553f2d['projectConfig']['capability']:_0x553f2d[_0x19dd02(0x19d)],this[_0x19dd02(0x16e)][_0x19dd02(0x187)]=_0x177e25[_0x19dd02(0x186)](_0x553f2d[_0x19dd02(0x168)][_0x19dd02(0x17e)]||0x1388,constants['BSTACK_DELTA']),this[_0x19dd02(0x17f)]=_0x553f2d[_0x19dd02(0x168)][_0x19dd02(0x174)];if(this[_0x19dd02(0x17f)]){const _0x3a0023=this[_0x19dd02(0x19d)][_0x177e25[_0x19dd02(0x16d)]]?.[_0x19dd02(0x141)]||'',_0x23d30b=this['capability'][_0x177e25['yBIfS']]?.[_0x19dd02(0x13e)]||'';this[_0x19dd02(0x174)]=new(_0x177e25['LqoYk'](require,_0x177e25['vCQVZ']))(this[_0x19dd02(0x17f)],_0x3a0023,_0x23d30b),this['global']['failFastActive']=![];}helper[_0x19dd02(0x190)](_0x553f2d[_0x19dd02(0x168)][_0x19dd02(0x17a)])&&(this[_0x19dd02(0x16e)]['__jestRetries']=_0x553f2d[_0x19dd02(0x168)][_0x19dd02(0x17a)]);}if(testhubUtils['shouldProcessEventForTesthub']()){const _0x13252b=new ObservabilityReporter();_0x13252b['registerListeners']();}this['global'][_0x19dd02(0x16b)]={},this[_0x19dd02(0x16f)]=_0x553f2d[_0x19dd02(0x168)],this[_0x19dd02(0x16f)]['framework']=constants['FRAMEWORKS']['JEST'],this[_0x19dd02(0x16e)][_0x19dd02(0x144)]=(_0x553f2d[_0x19dd02(0x1aa)]?_0x553f2d['projectConfig']['browserstackPlatformIndex']:_0x553f2d[_0x19dd02(0x144)])||0x0,this[_0x19dd02(0x16e)][_0x19dd02(0x19a)]=this[_0x19dd02(0x16f)]&&this[_0x19dd02(0x16f)][_0x19dd02(0x1a3)]&&Array[_0x19dd02(0x182)](this['configuration'][_0x19dd02(0x1a3)])&&this['configuration'][_0x19dd02(0x1a3)][this[_0x19dd02(0x16e)][_0x19dd02(0x144)]]||{};const _0x2de204=this[_0x19dd02(0x16e)][_0x19dd02(0x144)],_0x119911={...this['configuration'],'capability':this[_0x19dd02(0x16f)]['capabilities']&&Array['isArray'](this[_0x19dd02(0x16f)]['capabilities'])&&this[_0x19dd02(0x16f)]['capabilities'][_0x2de204]||{},'platformCaps':this[_0x19dd02(0x16f)][_0x19dd02(0x1a3)]&&Array[_0x19dd02(0x182)](this[_0x19dd02(0x16f)][_0x19dd02(0x1a3)])&&this['configuration'][_0x19dd02(0x1a3)][_0x2de204]||{}};delete _0x119911['capabilities'],this[_0x19dd02(0x16e)]['jestConfig']=_0x119911;if(_seleniumWebdriver2){const _0x4657aa=_0x177e25['DiOiq']['split']('|');let _0xde11a8=0x0;while(!![]){switch(_0x4657aa[_0xde11a8++]){case'0':this['global'][_0x19dd02(0x155)]=helper[_0x19dd02(0x199)](this[_0x19dd02(0x16f)][_0x19dd02(0x146)]);continue;case'1':this['global'][_0x19dd02(0x18c)]=async()=>{const _0x448be1=_0x19dd02;await this[_0x448be1(0x16e)][_0x448be1(0x198)][_0x448be1(0x152)](_0x177e25[_0x448be1(0x15e)]);};continue;case'2':this[_0x19dd02(0x16e)][_0x19dd02(0x1a0)]=helper['nestedKeyValue'](_0x553f2d,[_0x177e25[_0x19dd02(0x13f)],_0x177e25[_0x19dd02(0x16c)],_0x177e25[_0x19dd02(0x15a)]]);continue;case'3':this['global']['__webdriver']=_0x177e25[_0x19dd02(0x145)](require,_0x177e25['NkUSQ'])[_0x19dd02(0x19f)]({...this[_0x19dd02(0x16f)],'capability':this['capability']||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'4':helper[_0x19dd02(0x199)](this[_0x19dd02(0x16f)]['skipSessionName'])?this[_0x19dd02(0x16e)][_0x19dd02(0x165)]=!![]:this[_0x19dd02(0x16e)][_0x19dd02(0x165)]=![];continue;case'5':this['global']['__drivers']=[];continue;case'6':this[_0x19dd02(0x16e)][_0x19dd02(0x1a1)]=helper[_0x19dd02(0x17c)](_0x553f2d,[_0x177e25['Vftch'],_0x177e25['mDNJR'],_0x177e25[_0x19dd02(0x196)]]);continue;case'7':this[_0x19dd02(0x16e)][_0x19dd02(0x150)]=helper['nestedKeyValue'](_0x553f2d,[_0x177e25[_0x19dd02(0x13f)],_0x177e25[_0x19dd02(0x16c)],_0x177e25[_0x19dd02(0x192)]]);continue;}break;}}}async['teardown'](){const _0x413a77=a20_0x2da141;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this['global'][_0x413a77(0x189)]),this[_0x413a77(0x16e)][_0x413a77(0x19e)][_0x413a77(0x169)]=originalBuilder),await RequestQueueHandler[_0x413a77(0x140)]()['shutdown']();}async['setup'](){}async[a20_0x2da141(0x148)](_0x57c380,_0x363693){const _0x3526e5=a20_0x2da141,_0x4a6504={};_0x4a6504[_0x3526e5(0x180)]=function(_0x1bada4,_0x34e64c){return _0x1bada4===_0x34e64c;},_0x4a6504[_0x3526e5(0x14f)]=_0x3526e5(0x14c),_0x4a6504['pjNAf']='skip',_0x4a6504['mIFXY']='test_done',_0x4a6504[_0x3526e5(0x159)]=_0x3526e5(0x162),_0x4a6504[_0x3526e5(0x143)]=function(_0x3d570f,_0x5ae58b){return _0x3d570f===_0x5ae58b;},_0x4a6504[_0x3526e5(0x15d)]=_0x3526e5(0x16a),_0x4a6504[_0x3526e5(0x197)]=function(_0x373ad8,_0x3d07b9){return _0x373ad8===_0x3d07b9;},_0x4a6504[_0x3526e5(0x1a9)]=_0x3526e5(0x17b);const _0x44039a=_0x4a6504,{name:_0x11e710}=_0x57c380;if(_0x44039a[_0x3526e5(0x180)](_0x11e710,_0x44039a[_0x3526e5(0x14f)])){this[_0x3526e5(0x16e)][_0x3526e5(0x18d)]=_0x57c380[_0x3526e5(0x184)];if(_0x44039a['vFTxX'](this['global'][_0x3526e5(0x156)],!![])){const _0x521d27=_0x57c380[_0x3526e5(0x184)][_0x3526e5(0x177)];logger[_0x3526e5(0x18a)]('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0x521d27),_0x57c380['test'][_0x3526e5(0x1a7)]=_0x44039a['pjNAf'];}}if(this['failFast']&&_0x44039a[_0x3526e5(0x180)](_0x11e710,_0x44039a[_0x3526e5(0x147)]))try{const _0x4df322=_0x57c380[_0x3526e5(0x184)]['testPath'][_0x3526e5(0x14b)](_0x44039a[_0x3526e5(0x159)]),_0x334af7=_0x57c380[_0x3526e5(0x184)]['errors'];await this[_0x3526e5(0x174)][_0x3526e5(0x151)](_0x4df322,_0x334af7);const _0xa95340=await this[_0x3526e5(0x174)][_0x3526e5(0x193)]();_0x44039a[_0x3526e5(0x143)](this[_0x3526e5(0x16e)][_0x3526e5(0x156)],![])&&_0x44039a['vFTxX'](_0xa95340,!![])&&(this['global'][_0x3526e5(0x156)]=!![]);}catch(_0x2a24c4){logger[_0x3526e5(0x15f)](_0x44039a[_0x3526e5(0x15d)],_0x2a24c4[_0x3526e5(0x181)]);}_0x44039a[_0x3526e5(0x197)](_0x11e710,_0x44039a[_0x3526e5(0x1a9)])&&(this[_0x3526e5(0x174)]&&this[_0x3526e5(0x174)][_0x3526e5(0x18c)]());}}module[a20_0x2da141(0x188)]=CustomEnvironment;
@@ -1 +1 @@
1
- const a21_0x1adaaa=a21_0x3a1d;(function(_0xd07324,_0x1904a6){const _0x5a6173=a21_0x3a1d,_0x1aa2d6=_0xd07324();while(!![]){try{const _0xd74d13=-parseInt(_0x5a6173(0xf0))/0x1+parseInt(_0x5a6173(0x182))/0x2+-parseInt(_0x5a6173(0xa4))/0x3*(parseInt(_0x5a6173(0x118))/0x4)+parseInt(_0x5a6173(0xde))/0x5+parseInt(_0x5a6173(0xfa))/0x6+parseInt(_0x5a6173(0x9b))/0x7*(-parseInt(_0x5a6173(0xe7))/0x8)+parseInt(_0x5a6173(0x1a8))/0x9*(parseInt(_0x5a6173(0x1b4))/0xa);if(_0xd74d13===_0x1904a6)break;else _0x1aa2d6['push'](_0x1aa2d6['shift']());}catch(_0x76de35){_0x1aa2d6['push'](_0x1aa2d6['shift']());}}}(a21_0x5ed9,0x66555));const {requireModule,isTrue}=require(a21_0x1adaaa(0xbe)),ObservabilityReporter=require(a21_0x1adaaa(0x107)),RequestQueueHandler=require(a21_0x1adaaa(0xc6)),TestDetails=require(a21_0x1adaaa(0xcd)),{patchConsoleLogger,debug}=require(a21_0x1adaaa(0xa0)),{o11yErrorHandler}=require(a21_0x1adaaa(0x137)),{shouldProcessEventForTesthub}=require(a21_0x1adaaa(0xc3)),testHubConstants=require(a21_0x1adaaa(0x110)),BrowserstackCLI=require(a21_0x1adaaa(0x17a)),TestFrameworkState=require(a21_0x1adaaa(0xf2)),HookState=require(a21_0x1adaaa(0xd9)),JestUtils=require(a21_0x1adaaa(0x188)),{v4:uuidv4}=require(a21_0x1adaaa(0x108)),util=require('util'),logger=require(a21_0x1adaaa(0xf4))[a21_0x1adaaa(0xf5)],{FRAMEWORKS}=require(a21_0x1adaaa(0xd2));let exportsI;try{exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js',a21_0x1adaaa(0xba));}catch{exportsI=requireModule('jest-circus/build/jestAdapterInit.js',a21_0x1adaaa(0xba));}const initInitialize=exportsI[a21_0x1adaaa(0x126)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();let _currentTestPath=null;function getFullJestTestName(_0x2ce9a9){const _0x1cd980=a21_0x1adaaa,_0x4a9c89={};_0x4a9c89[_0x1cd980(0xe9)]=function(_0x24cd4a,_0x12923f){return _0x24cd4a!==_0x12923f;},_0x4a9c89['qACKw']=_0x1cd980(0x12b);const _0x5bb1f1=_0x4a9c89;try{const _0x3b103f=[];let _0x4da129=_0x2ce9a9;while(_0x4da129){_0x4da129[_0x1cd980(0x1a1)]&&_0x5bb1f1[_0x1cd980(0xe9)](_0x4da129[_0x1cd980(0x1a1)],_0x5bb1f1['qACKw'])&&_0x3b103f['unshift'](_0x4da129[_0x1cd980(0x1a1)]),_0x4da129=_0x4da129[_0x1cd980(0xd6)];}return _0x3b103f[_0x1cd980(0xd1)]('\x20');}catch(_0x5955fb){return _0x2ce9a9&&_0x2ce9a9[_0x1cd980(0x1a1)]||'';}}function getActiveTestNamePattern(){const _0x2bae44=a21_0x1adaaa,_0x5e1add={'widKE':function(_0x1c4230,_0x20ad9a,_0x30d3a4){return _0x1c4230(_0x20ad9a,_0x30d3a4);},'HClXH':_0x2bae44(0x9a),'fGUof':'jest-circus','RiBRh':function(_0xab19d1,_0x4ba34e){return _0xab19d1(_0x4ba34e);},'THIlk':function(_0x5ea2d9,_0x3f4b8e){return _0x5ea2d9===_0x3f4b8e;},'MUyaZ':_0x2bae44(0x170),'Yzwdd':function(_0x35a049,_0xc9b276){return _0x35a049 instanceof _0xc9b276;},'SllAH':_0x2bae44(0x100),'EvxTb':function(_0x29bcfa,_0x4725d1){return _0x29bcfa>_0x4725d1;},'OYMTw':function(_0x40e396,_0x4a6112){return _0x40e396<_0x4a6112;},'VqIeG':function(_0x2e7f8b,_0x15e456){return _0x2e7f8b===_0x15e456;},'Isalb':function(_0x24a3a5,_0x1030ec){return _0x24a3a5===_0x1030ec;},'uexEh':_0x2bae44(0xcc),'ziZHW':function(_0xed1011,_0xe3e609){return _0xed1011+_0xe3e609;},'IsuRk':_0x2bae44(0x1af),'oYQRs':_0x2bae44(0xab)};try{let _0x1e6f0c;try{_0x1e6f0c=_0x5e1add['widKE'](requireModule,_0x5e1add[_0x2bae44(0x163)],_0x5e1add[_0x2bae44(0x144)]);}catch{_0x1e6f0c=_0x5e1add['RiBRh'](requireModule,_0x5e1add[_0x2bae44(0x144)]);}if(_0x1e6f0c&&_0x5e1add['THIlk'](typeof _0x1e6f0c[_0x2bae44(0x164)],_0x5e1add[_0x2bae44(0x198)])){const _0x4d0864=_0x1e6f0c[_0x2bae44(0x164)]();if(_0x4d0864&&_0x4d0864[_0x2bae44(0xe6)]){if(_0x5e1add[_0x2bae44(0x12e)](_0x4d0864[_0x2bae44(0xe6)],RegExp))return _0x4d0864[_0x2bae44(0xe6)];if(_0x5e1add[_0x2bae44(0x111)](typeof _0x4d0864['testNamePattern'],_0x5e1add[_0x2bae44(0x18e)])&&_0x5e1add[_0x2bae44(0xfb)](_0x4d0864[_0x2bae44(0xe6)]['length'],0x0))return new RegExp(_0x4d0864[_0x2bae44(0xe6)],'i');}}}catch(_0x117fec){}try{const _0x5e8b02=process[_0x2bae44(0xfc)]||[];for(let _0x48e853=0x0;_0x5e1add[_0x2bae44(0x19f)](_0x48e853,_0x5e8b02[_0x2bae44(0xe5)]);_0x48e853++){const _0x17aeaf=_0x5e8b02[_0x48e853];if(_0x5e1add[_0x2bae44(0xa2)](_0x17aeaf,'-t')||_0x5e1add[_0x2bae44(0x1a2)](_0x17aeaf,_0x5e1add[_0x2bae44(0xc8)])){const _0x5be274=_0x5e8b02[_0x5e1add[_0x2bae44(0x176)](_0x48e853,0x1)];if(_0x5be274&&!_0x5be274['startsWith']('-'))return new RegExp(_0x5be274,'i');}else{if(_0x17aeaf&&(_0x17aeaf['startsWith'](_0x5e1add[_0x2bae44(0xb1)])||_0x17aeaf[_0x2bae44(0x19c)](_0x5e1add[_0x2bae44(0xbb)]))){const _0xdf70c4=_0x17aeaf[_0x2bae44(0xc4)]('=')[_0x2bae44(0x1a9)](0x1)[_0x2bae44(0xd1)]('=');if(_0xdf70c4)return new RegExp(_0xdf70c4,'i');}}}}catch(_0x1ca045){}return null;}function a21_0x5ed9(){const _0x35d86a=['[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','PRE','getActiveTestNamePattern','getFullJestTestName','../../../helpers/test-observability/error-handler','passed','FLMJB','_bstackTestName','makeSingleTestResult','call','vSUzZ','VewfR','VMNqV','asyncError','map','uzrbT','BEFORE_EACH','fGUof','oVvPK','beforeEach','removeActiveHook','LJMOv','getFileName','hookData','env','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','FNzDk','Error\x20checking\x20CLI\x20readiness:\x20','__bstackPlatformIndex','SQhWM','FHXgS','ztAQS','JEST','cWcOa','BWNWu','registerListeners','getTestFramework','currentTest','testAnalyticsId','Urvyq','getAutomationFrameworkDetail','retryOf','isRunning','HookStarted','EventHandler','shutdown','addEventHandler','KyVAV','HClXH','getState','beHMb',',\x20re-registering\x20event\x20handler','TsNrS','test_start','setTestUUID','Error\x20reading\x20platformIndex\x20from\x20args:\x20','browserstackPlatformIndex','isCliEnabled','TestRunSkipped','WZdxA','error','function','CLI\x20is\x20enabled\x20and\x20running.','setActiveHook','errorsDetailed','__jestCurrentTestIdentifier','cwlzb','ziZHW','NRaAB','fail','hookUUID','../../v2/browserstackCLI','CxVLn','TestRunStarted','vQjTe','beforeAll','jest-circus/build/utils.js','testStarted','testPath','1221418VzPAqW','__workerDetails','match','BROWSERSTACK_CLI_BIN_SESSION_ID','afterAll','ZVYHd','../../v2/utils/jest-utils','cbXDN','UVLqj','zLOzA','\x20for\x20hook\x20type:\x20','currentHook','SllAH','sendTestRunEvent','_bstackTestStatus','TEST','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','agPxz','eVtFm','fUcBg','AFTER_ALL','format','MUyaZ','fEOBn','njPqq','qWcgO','startsWith','ybHaa','bootstrap','OYMTw','LqJve','name','Isalb','Error\x20routing\x20to\x20JestTestFramework:\x20','POST','createIdentifierFromJestTest','xerkz','forEach','108ZrIPQL','slice','testInfo','RTNSj','UBmMc','fAKNp','Handling\x20hook\x20event\x20for\x20CLI:\x20','--testNamePattern=','OzGEf','includes','heeJr','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','114650aLMLaW','jest-circus/build/state.js','3017749pAvvfW','HGMgf','file','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','../../../helpers/test-observability/utils','toBbd','VqIeG','unhandledErrors','2931JhWdPg','BROWSERSTACK_RERUN','testIdentifier','hook','HookRunStarted','test','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','-t=','mXJQJ','hookAnalyticsId','iAwwj','failureMessage','uZwwH','IsuRk','nlZxZ','HookFinished','_currentRetry','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','current_test','trackEvent','toISOString','ULIRT','jest-circus','oYQRs','LOG_REPORT','isPhantomSkipFromNameFilter','../../../helpers/helper','PrCyn',',\x20BROWSERSTACK_PUPPETEER=','has','mpCoc','../../../helpers/testhub/utils','split','ghiuv','../../../helpers/test-observability/requestQueueHandler','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','uexEh','GQfnJ','EnMDM','pid','--testNamePattern','../test-observability/test-details','parse','number','fVwxb','join','../../utils/constants','unshift','state','NIyff','parent','[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','message','../../v2/state/hookState','browserstackTestName','status','wIFBo','tLhSu','871195MOpmkh','ONkHN','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','hook_failure','jestConfig','FOuBy','length','testNamePattern','8cfQOor','markedStatus','VIjva','ViMEZ','true','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','removeTestUUID','_bstackTestFailureReason','createHookData','169036fprAkh','tePBJ','../../v2/state/testFrameworkState','originalTest','../../../helpers/logger','winstonLogger',':hookAnalyticsId','testUUID','PUPPETEER','getInstance','4080246TigfiG','EvxTb','argv','__rerunFilterHelpers','removeAllListeners','TestRunFinished','string','HookRunFinished','NqCeB','failed','DWXVW','omFZF','EVENT','../test-observability/obsReporter','uuid','setFrameworkDetail','TLQCY','PLAYWRIGHT','add','gOvcp','createTestFrameworkData','teardown','../../../helpers/testhub/constants','THIlk','BROWSERSTACK_PUPPETEER','KxZtx','GkKqQ','JTvMY','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','config','2388rwTFBb','OJavX','type','started_at','debug','errors','toString','tlKZD','Knadw','test_skip','sWNjH','afterEach','XSOaL','TKFjY','initialize','test_done','rjNsA','hAeBX','title','ROOT_DESCRIBE_BLOCK','fRjUf','configuration','Yzwdd','VRLNk','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'];a21_0x5ed9=function(){return _0x35d86a;};return a21_0x5ed9();}function a21_0x3a1d(_0x4ecd28,_0x4d63a6){const _0x5ed9be=a21_0x5ed9();return a21_0x3a1d=function(_0x3a1dec,_0x595cbd){_0x3a1dec=_0x3a1dec-0x9a;let _0x32ab7b=_0x5ed9be[_0x3a1dec];return _0x32ab7b;},a21_0x3a1d(_0x4ecd28,_0x4d63a6);}function isPhantomSkipFromNameFilter(_0x15582b){const _0x1f0b60=a21_0x1adaaa,_0x4186a6={'tePBJ':function(_0x41d3ca){return _0x41d3ca();},'SQhWM':function(_0x45d4bd,_0x293cb7){return _0x45d4bd(_0x293cb7);}},_0x1eb8d4=_0x4186a6[_0x1f0b60(0xf1)](getActiveTestNamePattern);if(!_0x1eb8d4)return![];const _0x34ed33=_0x4186a6[_0x1f0b60(0x150)](getFullJestTestName,_0x15582b);if(!_0x34ed33)return![];return!_0x1eb8d4['test'](_0x34ed33);}async function isCLIReady(){const _0x54bb91=a21_0x1adaaa,_0x359dfa={'iAwwj':_0x54bb91(0x171),'qWcgO':function(_0x432c11,_0x2eb7ee){return _0x432c11(_0x2eb7ee);},'NXVIL':'../../v2/cliUtils','gfOZb':function(_0x2db95f,_0x4704b9){return _0x2db95f===_0x4704b9;},'TcKrW':_0x54bb91(0xeb),'sWNjH':function(_0x5e074f,_0x515c2a){return _0x5e074f(_0x515c2a);}};try{const _0x18ecb6=BrowserstackCLI[_0x54bb91(0xf9)]();if(_0x18ecb6['isCliEnabled']()&&_0x18ecb6['isRunning']())return logger[_0x54bb91(0x11c)](_0x359dfa[_0x54bb91(0xae)]),!![];const _0x4dc009=process[_0x54bb91(0x14b)][_0x54bb91(0x185)];if(_0x4dc009&&_0x18ecb6['isCliEnabled']()){if(!_0x18ecb6[_0x54bb91(0x15d)]())try{const _0x3673e7=_0x359dfa[_0x54bb91(0x19b)](require,_0x359dfa['NXVIL']),_0x37ee78=_0x3673e7[_0x54bb91(0x15b)]();(!_0x37ee78||!_0x37ee78['name'])&&(_0x359dfa['gfOZb'](process[_0x54bb91(0x14b)][_0x54bb91(0x112)],_0x359dfa['TcKrW'])?_0x3673e7[_0x54bb91(0x109)](FRAMEWORKS[_0x54bb91(0x153)],FRAMEWORKS[_0x54bb91(0xf8)]):_0x3673e7[_0x54bb91(0x109)](FRAMEWORKS[_0x54bb91(0x153)],FRAMEWORKS[_0x54bb91(0x10b)])),await _0x18ecb6[_0x54bb91(0x19e)]();}catch(_0x550d02){return _0x359dfa[_0x54bb91(0x122)](debug,_0x54bb91(0xaa)+util[_0x54bb91(0x197)](_0x550d02)),![];}return _0x18ecb6[_0x54bb91(0x15d)]();}return![];}catch(_0x5dc60a){return _0x359dfa[_0x54bb91(0x19b)](debug,_0x54bb91(0x14e)+util['format'](_0x5dc60a)),![];}}function getTestIdentifierForHook(_0x22fe64){const _0x954ada=a21_0x1adaaa,_0xcc6f96={};_0xcc6f96[_0x954ada(0xc5)]=function(_0x223393,_0x513c98){return _0x223393===_0x513c98;},_0xcc6f96[_0x954ada(0x125)]=_0x954ada(0x146),_0xcc6f96[_0x954ada(0xd5)]=function(_0x19148a,_0x487d51){return _0x19148a===_0x487d51;},_0xcc6f96[_0x954ada(0x195)]='beforeAll',_0xcc6f96['VewfR']=function(_0x3c2875,_0x155309){return _0x3c2875===_0x155309;};const _0x3862bc=_0xcc6f96;if(_0x3862bc[_0x954ada(0xc5)](_0x22fe64[_0x954ada(0x11a)],_0x3862bc[_0x954ada(0x125)])||_0x3862bc[_0x954ada(0xd5)](_0x22fe64['type'],_0x3862bc['fUcBg'])){let _0xe83636=global[_0x954ada(0x174)];if(!_0xe83636&&_0x3862bc[_0x954ada(0x13e)](_0x22fe64[_0x954ada(0x11a)],_0x3862bc[_0x954ada(0x195)])&&_0x22fe64[_0x954ada(0xd6)]){const _0x4f34e9={};_0x4f34e9[_0x954ada(0x1a1)]=_0x22fe64[_0x954ada(0xd6)][_0x954ada(0x1a1)],_0x4f34e9[_0x954ada(0xd6)]=_0x22fe64[_0x954ada(0xd6)]['parent'],_0x4f34e9[_0x954ada(0x140)]=_0x22fe64['asyncError'],_0x4f34e9[_0x954ada(0x9d)]=_0x22fe64[_0x954ada(0x9d)];const _0x48d552=_0x4f34e9;_0xe83636=jestUtils[_0x954ada(0x1a5)](_0x48d552);}return _0xe83636;}return global[_0x954ada(0x174)];}function mapHookTypeToState(_0x34cb95){const _0x2d58d7=a21_0x1adaaa,_0x109f6f={};_0x109f6f[_0x2d58d7(0x17e)]=TestFrameworkState['BEFORE_ALL'],_0x109f6f[_0x2d58d7(0x186)]=TestFrameworkState[_0x2d58d7(0x196)],_0x109f6f[_0x2d58d7(0x146)]=TestFrameworkState[_0x2d58d7(0x143)],_0x109f6f[_0x2d58d7(0x123)]=TestFrameworkState['AFTER_EACH'];const _0x589099=_0x109f6f;return _0x589099[_0x34cb95]||TestFrameworkState[_0x2d58d7(0x143)];}async function handleHookEventCLI(_0x4a48b6,_0x250534,_0xe61a5e){const _0x515939=a21_0x1adaaa,_0x4c91af={'fEOBn':function(_0x358fc5,_0x5cf50b){return _0x358fc5(_0x5cf50b);},'VRLNk':'stack-trace','mpCoc':function(_0x17ea0a,_0x59ed1b){return _0x17ea0a===_0x59ed1b;},'zLOzA':'ROOT_DESCRIBE_BLOCK','MrvIX':function(_0x1a8473){return _0x1a8473();},'ybHaa':function(_0x4db335){return _0x4db335();},'beHMb':function(_0x51ce55,_0x46556e){return _0x51ce55===_0x46556e;},'ULIRT':_0x515939(0xa8),'mXJQJ':function(_0x2e9386,_0x4907ed){return _0x2e9386===_0x4907ed;},'agPxz':'HookRunFinished','uzrbT':'hook'};logger[_0x515939(0x11c)](_0x515939(0x1ae)+_0x250534+_0x515939(0x18c)+_0x4a48b6[_0x515939(0x11a)]);try{if(_0x4a48b6['fn']&&_0x4a48b6['fn'][_0x515939(0x11e)]()[_0x515939(0x184)](/browserstack internal helper hook/))return;if(_0x4a48b6[_0x515939(0xd6)]&&_0x4c91af[_0x515939(0xc2)](_0x4a48b6[_0x515939(0xd6)][_0x515939(0x1a1)],_0x4c91af[_0x515939(0x18b)])){const _0xbd2148=_0x4a48b6[_0x515939(0x140)]&&((()=>{const _0x25a556=_0x515939;try{const _0xa99572=_0x4c91af[_0x25a556(0x199)](require,_0x4c91af[_0x25a556(0x12f)]),_0x278386=_0xa99572['parse'][_0x25a556(0x13c)](_0xa99572,_0x4a48b6[_0x25a556(0x140)]);return _0x278386[0x0]&&_0x278386[0x0][_0x25a556(0x149)]?_0x278386[0x0]['getFileName']():null;}catch(_0x4eb3b9){return logger[_0x25a556(0x11c)](_0x25a556(0xc7)+_0x4eb3b9[_0x25a556(0xd8)]),null;}})())||_0x4a48b6['file']||null;if(!_0xbd2148)return;}let _0x110141=_0x4a48b6['hookAnalyticsId'];if(!_0x110141)_0x110141=_0x4c91af['MrvIX'](uuidv4),_0x4a48b6[_0x515939(0xad)]=_0x110141;else _0x4a48b6['markedStatus']&&(_0x110141=_0x4c91af[_0x515939(0x19d)](uuidv4),_0x4a48b6['hookAnalyticsId']=_0x110141,delete _0x4a48b6[_0x515939(0xe8)]);_0x4c91af[_0x515939(0x165)](_0x250534,_0x4c91af[_0x515939(0xb9)])&&(_0x4a48b6[_0x515939(0x11b)]=new Date()[_0x515939(0xb8)]());const _0x330ec5=_0x4c91af['fEOBn'](getTestIdentifierForHook,_0x4a48b6);!global[_0x515939(0x183)]&&(global['__workerDetails']={});if(_0x4c91af[_0x515939(0xc2)](_0x250534,_0x4c91af[_0x515939(0xb9)])){global[_0x515939(0x183)][_0x515939(0x18d)]={'hookUUID':_0x110141,'testIdentifier':_0x330ec5,'hookType':_0x4a48b6[_0x515939(0x11a)],'startedAt':new Date()[_0x515939(0xb8)]()};const _0xf5ac2b=BrowserstackCLI[_0x515939(0xf9)]()['getTestFramework']();_0xf5ac2b&&_0xf5ac2b['setActiveHook']&&_0xf5ac2b[_0x515939(0x172)](_0x330ec5,_0x110141,_0x4a48b6[_0x515939(0x11a)]);}const _0x29bac5=await jestUtils[_0x515939(0xef)](_0x4a48b6,_0x110141,_0x250534,_0x330ec5);if(!_0x29bac5)return;const _0x5c8a31=_0x4c91af[_0x515939(0x199)](mapHookTypeToState,_0x4a48b6[_0x515939(0x11a)]),_0x1a2548=_0x4c91af[_0x515939(0xac)](_0x250534,_0x4c91af['ULIRT'])?HookState[_0x515939(0x134)]:HookState['POST'],_0x28f1ef=BrowserstackCLI['getInstance']()['getTestFramework']();if(_0x28f1ef){const _0x455287={};_0x455287[_0x515939(0x14a)]=_0x29bac5,await _0x28f1ef['trackEvent'](_0x5c8a31,_0x1a2548,_0x455287);if(_0x4c91af['beHMb'](_0x250534,_0x4c91af[_0x515939(0x193)])){const _0x1c0b9b={};_0x1c0b9b[_0x515939(0xf7)]=_0x330ec5,_0x1c0b9b['type']=_0x4c91af[_0x515939(0x142)],await _0x28f1ef[_0x515939(0xb7)](TestFrameworkState[_0x515939(0xbc)],HookState[_0x515939(0x1a4)],_0x1c0b9b),global[_0x515939(0x183)]&&global[_0x515939(0x183)][_0x515939(0x18d)]&&_0x4c91af['beHMb'](global[_0x515939(0x183)][_0x515939(0x18d)][_0x515939(0x179)],_0x110141)&&delete global[_0x515939(0x183)][_0x515939(0x18d)],_0x28f1ef[_0x515939(0x147)]&&_0x28f1ef[_0x515939(0x147)](_0x330ec5,_0x110141);}}}catch(_0x352211){logger[_0x515939(0x16f)](_0x515939(0x192)+util['format'](_0x352211));throw _0x352211;}}async function handleTestEventCLI(_0x252fb4,_0x4dbcf6,_0x2479bb){const _0x5d13b1=a21_0x1adaaa,_0x2f8059={};_0x2f8059[_0x5d13b1(0x102)]=function(_0x54f101,_0x3675f6){return _0x54f101===_0x3675f6;},_0x2f8059[_0x5d13b1(0x15a)]=_0x5d13b1(0x17c),_0x2f8059[_0x5d13b1(0x11f)]=function(_0x223cd2,_0x43ad81){return _0x223cd2>_0x43ad81;},_0x2f8059[_0x5d13b1(0x124)]=function(_0x41a9b0,_0x21b167){return _0x41a9b0===_0x21b167;},_0x2f8059[_0x5d13b1(0x105)]=function(_0x254408,_0x15dece){return _0x254408&&_0x15dece;},_0x2f8059[_0x5d13b1(0x177)]=_0x5d13b1(0x103),_0x2f8059['YmNpx']=_0x5d13b1(0xff),_0x2f8059['Knadw']=_0x5d13b1(0xa9);const _0x286ee7=_0x2f8059;logger[_0x5d13b1(0x11c)]('Handling\x20test\x20event\x20for\x20CLI:\x20'+_0x4dbcf6);try{let _0x4f7998;if(_0x286ee7['NqCeB'](_0x4dbcf6,_0x286ee7[_0x5d13b1(0x15a)])){_0x4f7998=jestUtils[_0x5d13b1(0x1a5)](_0x252fb4),global[_0x5d13b1(0x174)]=_0x4f7998,_0x252fb4[_0x5d13b1(0x159)]=_0x4f7998,_0x252fb4['id']=_0x4f7998,_0x252fb4[_0x5d13b1(0x11b)]=new Date()['toISOString']();const _0x4b1b6b=_0x2479bb['current_test'];_0x2479bb[_0x5d13b1(0xb6)]=_0x252fb4,_0x252fb4[_0x5d13b1(0x15c)]=null;if(_0x286ee7[_0x5d13b1(0x11f)](_0x252fb4[_0x5d13b1(0xb4)],0x0)&&_0x4b1b6b&&_0x286ee7[_0x5d13b1(0x124)](_0x4b1b6b[_0x5d13b1(0x12a)],_0x252fb4['title'])){_0x252fb4[_0x5d13b1(0x15c)]=_0x4b1b6b[_0x5d13b1(0x159)];const _0x349bdd=await jestUtils[_0x5d13b1(0x10e)](_0x252fb4,_0x4f7998,_0x286ee7[_0x5d13b1(0x15a)]),_0x52f8f1=BrowserstackCLI[_0x5d13b1(0xf9)]()[_0x5d13b1(0x157)]();if(_0x286ee7['omFZF'](_0x349bdd,_0x52f8f1)){const _0x28bd75={};_0x28bd75['test']=_0x349bdd,await _0x52f8f1[_0x5d13b1(0xb7)](TestFrameworkState[_0x5d13b1(0x191)],HookState[_0x5d13b1(0x134)],_0x28bd75);}_0x4b1b6b[_0x5d13b1(0xd4)]=_0x286ee7[_0x5d13b1(0x177)];const _0x1b94db=await jestUtils[_0x5d13b1(0x10e)](_0x4b1b6b,_0x4b1b6b[_0x5d13b1(0x159)],_0x286ee7['YmNpx']);if(_0x286ee7[_0x5d13b1(0x105)](_0x1b94db,_0x52f8f1)){const _0x9ffa30={};_0x9ffa30['test']=_0x1b94db,await _0x52f8f1[_0x5d13b1(0xb7)](TestFrameworkState[_0x5d13b1(0x191)],HookState[_0x5d13b1(0x1a4)],_0x9ffa30);}}else{const _0x1b6ea6=await jestUtils[_0x5d13b1(0x10e)](_0x252fb4,_0x4f7998,_0x286ee7[_0x5d13b1(0x15a)]),_0x5c2486=BrowserstackCLI['getInstance']()['getTestFramework']();if(_0x286ee7[_0x5d13b1(0x105)](_0x1b6ea6,_0x5c2486)){const _0x513f7c={};_0x513f7c['test']=_0x1b6ea6,await _0x5c2486['trackEvent'](TestFrameworkState[_0x5d13b1(0x191)],HookState[_0x5d13b1(0x134)],_0x513f7c);}}}else{_0x4f7998=_0x252fb4[_0x5d13b1(0x159)]||_0x252fb4['id']||global[_0x5d13b1(0x174)];const _0x100f2=await jestUtils[_0x5d13b1(0x10e)](_0x252fb4,_0x4f7998,_0x4dbcf6),_0x9630a1=BrowserstackCLI[_0x5d13b1(0xf9)]()[_0x5d13b1(0x157)]();if(_0x286ee7['omFZF'](_0x100f2,_0x9630a1)){const _0x49bf11={};_0x49bf11[_0x5d13b1(0xa9)]=_0x100f2,_0x49bf11[_0x5d13b1(0xf3)]=_0x252fb4,_0x49bf11[_0x5d13b1(0xa6)]=_0x4f7998,await _0x9630a1[_0x5d13b1(0xb7)](TestFrameworkState[_0x5d13b1(0x191)],HookState[_0x5d13b1(0x1a4)],_0x49bf11);const _0x2528d8={};_0x2528d8[_0x5d13b1(0xf7)]=_0x4f7998,_0x2528d8['type']=_0x286ee7[_0x5d13b1(0x120)],await _0x9630a1[_0x5d13b1(0xb7)](TestFrameworkState[_0x5d13b1(0xbc)],HookState[_0x5d13b1(0x1a4)],_0x2528d8);}}}catch(_0x5a8dd0){logger[_0x5d13b1(0x16f)](_0x5d13b1(0x132)+util['format'](_0x5a8dd0));throw _0x5a8dd0;}}exportsI[a21_0x1adaaa(0x126)]=(..._0x3f4f3b)=>{const _0x10da75=a21_0x1adaaa,_0x326e18={'eVtFm':function(_0x2254dd,_0x25907c){return _0x2254dd(_0x25907c);},'ONkHN':'stack-trace','malKh':function(_0x524e17,_0x716103){return _0x524e17&&_0x716103;},'EnMDM':'hook_start','heeJr':function(_0x109aeb,_0x4149af){return _0x109aeb===_0x4149af;},'OzGEf':_0x10da75(0x12b),'RTNSj':function(_0x2373b9){return _0x2373b9();},'FHXgS':function(_0x26c5e5,_0x16b0ab,_0x374c46,_0x47570d){return _0x26c5e5(_0x16b0ab,_0x374c46,_0x47570d);},'uZwwH':'HookRunStarted','oVvPK':function(_0x1048fc,_0x1c7995){return _0x1048fc(_0x1c7995);},'kvNBD':'hook_success','LJMOv':function(_0x1159c4,_0xf1dced){return _0x1159c4(_0xf1dced);},'OazTf':function(_0x4d49e0,_0x20f38c,_0x269de9,_0x213902){return _0x4d49e0(_0x20f38c,_0x269de9,_0x213902);},'ZVYHd':_0x10da75(0x101),'UVLqj':function(_0x52386d,_0x45853c){return _0x52386d(_0x45853c);},'KyVAV':_0x10da75(0xe2),'fAKNp':_0x10da75(0x17e),'QsqZS':_0x10da75(0x146),'FLMJB':_0x10da75(0x123),'toBbd':function(_0x4e3a1f,_0x43aac2){return _0x4e3a1f>_0x43aac2;},'rjNsA':function(_0x1f4cc4,_0x5a767a){return _0x1f4cc4(_0x5a767a);},'TLQCY':function(_0x147227,_0x5c0961,_0x1c5830,_0x3f0e04){return _0x147227(_0x5c0961,_0x1c5830,_0x3f0e04);},'PrCyn':function(_0x52d6ea,_0x132854){return _0x52d6ea(_0x132854);},'KxZtx':_0x10da75(0x168),'GQfnJ':function(_0x2e25ad,_0x3f2c23){return _0x2e25ad(_0x3f2c23);},'JTvMY':function(_0x47565c,_0x54f89e){return _0x47565c(_0x54f89e);},'OJavX':function(_0x51b81a,_0x1ba533){return _0x51b81a!==_0x1ba533;},'cWcOa':'\x20>\x20','TsNrS':_0x10da75(0x17c),'rMWJD':function(_0x40f95a){return _0x40f95a();},'HtOHh':_0x10da75(0x127),'vFhtl':function(_0x56ccfb,_0x41eacf){return _0x56ccfb(_0x41eacf);},'YoEcH':function(_0x7338fc,_0x1f9c0a){return _0x7338fc(_0x1f9c0a);},'AGWKc':function(_0x3125c2,_0x2cb400){return _0x3125c2(_0x2cb400);},'vSUzZ':function(_0x5d6eac,_0x2473bd){return _0x5d6eac>_0x2473bd;},'DWXVW':function(_0x3044b5,_0x1300c1){return _0x3044b5===_0x1300c1;},'GxSaS':_0x10da75(0x178),'tTYky':'failed','xerkz':_0x10da75(0x138),'njPqq':function(_0x27860c,_0x46a58c){return _0x27860c||_0x46a58c;},'cbXDN':'TestRunFinished','VMNqV':function(_0x4e54fe,_0x5a558a){return _0x4e54fe(_0x5a558a);},'WTcds':_0x10da75(0x121),'DqImX':function(_0x595ff8,_0x432ad8){return _0x595ff8(_0x432ad8);},'cwlzb':function(_0xbde118,_0x1c8dfa){return _0xbde118(_0x1c8dfa);},'gOvcp':function(_0x252c09,_0x3af17c){return _0x252c09(_0x3af17c);},'nlZxZ':function(_0x5f249c,_0x3c5509,_0x2cbcf2,_0x6f7faf){return _0x5f249c(_0x3c5509,_0x2cbcf2,_0x6f7faf);},'fRjUf':_0x10da75(0x16d),'VliOc':function(_0x42d2c7,_0x104038){return _0x42d2c7(_0x104038);},'LqJve':function(_0x12f206){return _0x12f206();},'vQjTe':'run_describe_finish','ztAQS':_0x10da75(0x10f),'YzPja':function(_0x2d402a){return _0x2d402a();},'zCWar':function(_0x43ff55,_0x2d655c){return _0x43ff55===_0x2d655c;},'UBmMc':_0x10da75(0x100),'BWNWu':function(_0x5d5c34,_0x1ec02b){return _0x5d5c34===_0x1ec02b;},'FOuBy':_0x10da75(0xcf),'ViMEZ':function(_0x450691,_0x37d920){return _0x450691===_0x37d920;},'wIFBo':function(_0x20162b){return _0x20162b();},'SrpmW':function(_0x1ea6ed){return _0x1ea6ed();},'CxVLn':function(_0x4a9b3b,_0x4f9844,_0x238c79){return _0x4a9b3b(_0x4f9844,_0x238c79);},'HGMgf':_0x10da75(0x9a),'WZdxA':_0x10da75(0xba),'JslFg':function(_0xff0fdf,_0x5c8a32){return _0xff0fdf(_0x5c8a32);},'FNzDk':_0x10da75(0x17f),'hAeBX':function(_0x39b6c4,_0x44895f){return _0x39b6c4(_0x44895f);},'bHkGo':_0x10da75(0x15f),'GkKqQ':function(_0x5beb74,_0x56951b){return _0x5beb74(_0x56951b);},'tLhSu':function(_0x18711a,..._0x458071){return _0x18711a(..._0x458071);}};try{logger[_0x10da75(0x11c)](_0x10da75(0xb5)+_0x326e18['YzPja'](shouldProcessEventForTesthub)+_0x10da75(0xc0)+process['env'][_0x10da75(0x112)]);const _0x2461ae=_0x3f4f3b&&_0x3f4f3b[0x0]?_0x3f4f3b[0x0]:{};_0x2461ae&&_0x326e18['zCWar'](typeof _0x2461ae['testPath'],_0x326e18[_0x10da75(0x1ac)])&&_0x2461ae['testPath']&&(_currentTestPath=_0x2461ae[_0x10da75(0x181)]);let _0x22cbcf=0x0;try{if(_0x2461ae['config']&&_0x326e18['BWNWu'](typeof _0x2461ae[_0x10da75(0x117)][_0x10da75(0x16b)],_0x326e18[_0x10da75(0xe4)]))_0x22cbcf=_0x2461ae[_0x10da75(0x117)]['browserstackPlatformIndex'];else{if(_0x2461ae[_0x10da75(0x12d)]&&_0x326e18[_0x10da75(0xea)](typeof _0x2461ae[_0x10da75(0x12d)]['browserstackPlatformIndex'],_0x326e18[_0x10da75(0xe4)]))_0x22cbcf=_0x2461ae[_0x10da75(0x12d)][_0x10da75(0x16b)];else global[_0x10da75(0xe3)]&&_0x326e18[_0x10da75(0x155)](typeof global[_0x10da75(0xe3)][_0x10da75(0x16b)],_0x326e18[_0x10da75(0xe4)])&&(_0x22cbcf=global[_0x10da75(0xe3)][_0x10da75(0x16b)]);}}catch(_0x3c6c6f){logger[_0x10da75(0x11c)](_0x10da75(0x16a)+util[_0x10da75(0x197)](_0x3c6c6f));}global[_0x10da75(0x14f)]=_0x22cbcf,process[_0x10da75(0x14b)]['BROWSERSTACK_PLATFORM_INDEX']=_0x326e18[_0x10da75(0x115)](String,_0x22cbcf);const _0x2a02c6=new ObservabilityReporter();!_initializedPlatformIndices[_0x10da75(0xc1)](_0x22cbcf)?(logger[_0x10da75(0x11c)](_0x10da75(0x133)+_0x22cbcf),_initializedPlatformIndices[_0x10da75(0x10c)](_0x22cbcf),_0x326e18[_0x10da75(0xdc)](shouldProcessEventForTesthub)&&(_0x326e18['SrpmW'](patchConsoleLogger),_0x2a02c6[_0x10da75(0x156)]())):logger[_0x10da75(0x11c)](_0x10da75(0xec)+_0x22cbcf+_0x10da75(0x166));let _0x335992;try{_0x335992=_0x326e18['CxVLn'](requireModule,_0x326e18[_0x10da75(0x9c)],_0x326e18[_0x10da75(0x16e)]);}catch{_0x335992=_0x326e18['JslFg'](requireModule,_0x326e18[_0x10da75(0x16e)]);}let _0x35b6f2;try{_0x35b6f2=_0x326e18[_0x10da75(0x17b)](requireModule,_0x326e18[_0x10da75(0x14d)],_0x326e18[_0x10da75(0x16e)])[_0x10da75(0x13b)];}catch{_0x35b6f2=_0x326e18[_0x10da75(0x129)](requireModule,_0x326e18[_0x10da75(0x16e)])[_0x10da75(0x13b)]||(()=>({}));}const _0x5b7a2e=BrowserstackCLI[_0x10da75(0xf9)]()[_0x10da75(0x16c)]();(_0x326e18[_0x10da75(0x1ab)](shouldProcessEventForTesthub)||_0x5b7a2e)&&_0x335992[_0x10da75(0x161)](_0x326e18[_0x10da75(0x17b)](o11yErrorHandler,async(_0x39f9a5,_0x42ffbf)=>{const _0x4db8e1=_0x10da75;_0x326e18['malKh'](_currentTestPath,_0x39f9a5)&&_0x39f9a5[_0x4db8e1(0xa9)]&&!_0x39f9a5['test']['file']&&(_0x39f9a5['test']['file']=_currentTestPath);switch(_0x39f9a5['name']){case _0x326e18[_0x4db8e1(0xca)]:if(_0x39f9a5[_0x4db8e1(0xa7)]['fn']&&_0x39f9a5['hook']['fn'][_0x4db8e1(0x11e)]()[_0x4db8e1(0x184)](/browserstack internal helper hook/))break;if(_0x39f9a5['hook']['parent']&&_0x326e18[_0x4db8e1(0x1b2)](_0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0xd6)][_0x4db8e1(0x1a1)],_0x326e18[_0x4db8e1(0x1b0)])){const _0x560ebf=_0x39f9a5[_0x4db8e1(0xa7)]['asyncError']&&((()=>{const _0x2e7d61=_0x4db8e1;try{const _0x1bbeac=_0x326e18[_0x2e7d61(0x194)](require,_0x326e18[_0x2e7d61(0xdf)]),_0x3f5ae6=_0x1bbeac[_0x2e7d61(0xce)][_0x2e7d61(0x13c)](_0x1bbeac,_0x39f9a5[_0x2e7d61(0xa7)][_0x2e7d61(0x140)]);return _0x3f5ae6[0x0]&&_0x3f5ae6[0x0][_0x2e7d61(0x149)]?_0x3f5ae6[0x0][_0x2e7d61(0x149)]():null;}catch(_0x10e4ad){return logger[_0x2e7d61(0x11c)](_0x2e7d61(0xc7)+_0x10e4ad['message']),null;}})())||_0x39f9a5[_0x4db8e1(0xa7)]['file']||null;if(!_0x560ebf)break;}if(BrowserstackCLI[_0x4db8e1(0xf9)]()['isCliEnabled']()&&await _0x326e18[_0x4db8e1(0x1ab)](isCLIReady)){if(_0x326e18[_0x4db8e1(0x194)](shouldProcessEventForTesthub,testHubConstants[_0x4db8e1(0x106)][_0x4db8e1(0x15e)]))try{await _0x326e18[_0x4db8e1(0x151)](handleHookEventCLI,_0x39f9a5[_0x4db8e1(0xa7)],_0x326e18[_0x4db8e1(0xb0)],_0x42ffbf);break;}catch(_0x1ac92e){_0x326e18[_0x4db8e1(0x194)](debug,_0x4db8e1(0x1a3)+util['format'](_0x1ac92e));}}if(_0x326e18['oVvPK'](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookStarted'])){if(!_0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0xad)]){const _0x25b2ec=TestDetails[_0x4db8e1(0x169)](process[_0x4db8e1(0xcb)]+_0x4db8e1(0xf6));_0x39f9a5[_0x4db8e1(0xa7)]['hookAnalyticsId']=_0x25b2ec;}else _0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0xe8)]&&(_0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0xad)]=TestDetails[_0x4db8e1(0x169)](process[_0x4db8e1(0xcb)]+':hookAnalyticsId'),delete _0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0xe8)]);_0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0x11b)]=new Date()[_0x4db8e1(0xb8)](),await _0x2a02c6[_0x4db8e1(0x18f)](_0x39f9a5[_0x4db8e1(0xa7)],undefined,![],_0x326e18[_0x4db8e1(0xb0)]);}break;case _0x326e18['kvNBD']:if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x326e18[_0x4db8e1(0x1ab)](isCLIReady)){if(_0x326e18[_0x4db8e1(0x148)](shouldProcessEventForTesthub,testHubConstants[_0x4db8e1(0x106)][_0x4db8e1(0xb3)]))try{await _0x326e18['OazTf'](handleHookEventCLI,_0x39f9a5['hook'],_0x326e18[_0x4db8e1(0x187)],_0x42ffbf);break;}catch(_0x455854){_0x326e18[_0x4db8e1(0x148)](debug,_0x4db8e1(0x1a3)+util[_0x4db8e1(0x197)](_0x455854));}}_0x326e18[_0x4db8e1(0x18a)](shouldProcessEventForTesthub,testHubConstants[_0x4db8e1(0x106)]['HookFinished'])&&(await _0x2a02c6[_0x4db8e1(0x18f)](_0x39f9a5[_0x4db8e1(0xa7)],undefined,![],_0x326e18[_0x4db8e1(0x187)]),TestDetails[_0x4db8e1(0xed)](process[_0x4db8e1(0xcb)]+_0x4db8e1(0xf6)));break;case _0x326e18[_0x4db8e1(0x162)]:[_0x326e18[_0x4db8e1(0x1ad)],_0x326e18['QsqZS'],_0x326e18[_0x4db8e1(0x139)]][_0x4db8e1(0x1b1)](_0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0x11a)])&&(_0x2a02c6[_0x4db8e1(0xe2)]=_0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0x11a)]),_0x42ffbf[_0x4db8e1(0xa3)]&&_0x326e18[_0x4db8e1(0xa1)](_0x42ffbf[_0x4db8e1(0xa3)]['length'],0x0)&&(_0x39f9a5[_0x4db8e1(0xa7)][_0x4db8e1(0x173)]=[_0x42ffbf[_0x4db8e1(0xa3)][0x0][0x0]]);if(BrowserstackCLI[_0x4db8e1(0xf9)]()[_0x4db8e1(0x16c)]()&&await _0x326e18[_0x4db8e1(0x1ab)](isCLIReady)){if(_0x326e18[_0x4db8e1(0x128)](shouldProcessEventForTesthub,testHubConstants[_0x4db8e1(0x106)][_0x4db8e1(0xb3)]))try{await _0x326e18['TLQCY'](handleHookEventCLI,_0x39f9a5[_0x4db8e1(0xa7)],_0x326e18[_0x4db8e1(0x187)],_0x42ffbf);break;}catch(_0x470e74){_0x326e18['PrCyn'](debug,_0x4db8e1(0x1a3)+util[_0x4db8e1(0x197)](_0x470e74));}}_0x326e18['PrCyn'](shouldProcessEventForTesthub,testHubConstants[_0x4db8e1(0x106)][_0x4db8e1(0xb3)])&&(await _0x2a02c6[_0x4db8e1(0x18f)](_0x39f9a5['hook'],undefined,![],_0x326e18[_0x4db8e1(0x187)]),TestDetails[_0x4db8e1(0xed)](process[_0x4db8e1(0xcb)]+_0x4db8e1(0xf6)));break;case _0x326e18[_0x4db8e1(0x113)]:if(_0x326e18[_0x4db8e1(0xc9)](isTrue,process[_0x4db8e1(0x14b)]['BROWSERSTACK_RERUN'])&&_0x326e18['JTvMY'](isPhantomSkipFromNameFilter,_0x39f9a5['test'])){const _0x3d47f5=_0x326e18[_0x4db8e1(0xbf)](getFullJestTestName,_0x39f9a5[_0x4db8e1(0xa9)]);logger[_0x4db8e1(0x11c)](_0x4db8e1(0xd7)+_0x3d47f5+'\x22');break;}try{let _0x24585f=_0x39f9a5[_0x4db8e1(0xa9)][_0x4db8e1(0x1a1)]||'';try{let _0x104f06=_0x39f9a5[_0x4db8e1(0xa9)][_0x4db8e1(0xd6)];const _0x31865=[_0x24585f];while(_0x104f06&&_0x104f06['name']&&_0x326e18[_0x4db8e1(0x119)](_0x104f06[_0x4db8e1(0x1a1)],_0x326e18[_0x4db8e1(0x1b0)])){_0x31865[_0x4db8e1(0xd3)](_0x104f06[_0x4db8e1(0x1a1)]),_0x104f06=_0x104f06[_0x4db8e1(0xd6)];}_0x24585f=_0x31865[_0x4db8e1(0xd1)](_0x326e18[_0x4db8e1(0x154)]);}catch(_0x1f8475){logger['debug'](_0x4db8e1(0x9f)+_0x1f8475[_0x4db8e1(0xd8)]);}process[_0x4db8e1(0x13a)]=_0x24585f,process[_0x4db8e1(0x190)]=null,process[_0x4db8e1(0xee)]=null,logger['debug'](_0x4db8e1(0xe0)+_0x24585f+'\x22');if(!global[_0x4db8e1(0x183)]){const _0x48a572={};_0x48a572[_0x4db8e1(0x158)]={},global[_0x4db8e1(0x183)]=_0x48a572;}!global[_0x4db8e1(0x183)][_0x4db8e1(0x158)]&&(global[_0x4db8e1(0x183)][_0x4db8e1(0x158)]={});const _0x192703={};_0x192703['title']=_0x24585f,_0x192703[_0x4db8e1(0x1a1)]=_0x24585f,global[_0x4db8e1(0x183)][_0x4db8e1(0x158)][_0x4db8e1(0x1aa)]=_0x192703,global[_0x4db8e1(0xda)]=_0x24585f;}catch(_0x265756){logger['debug'](_0x4db8e1(0x14c)+_0x265756[_0x4db8e1(0xd8)]);}if(BrowserstackCLI[_0x4db8e1(0xf9)]()['isCliEnabled']()&&await _0x326e18[_0x4db8e1(0x1ab)](isCLIReady))try{await _0x326e18['TLQCY'](handleTestEventCLI,_0x39f9a5[_0x4db8e1(0xa9)],_0x326e18[_0x4db8e1(0x167)],_0x2a02c6);break;}catch(_0x45cbb2){_0x326e18[_0x4db8e1(0x145)](debug,_0x4db8e1(0x1a3)+util['format'](_0x45cbb2));}_0x326e18['rMWJD'](shouldProcessEventForTesthub)&&await _0x2a02c6[_0x4db8e1(0x180)](_0x39f9a5[_0x4db8e1(0xa9)]);break;case _0x326e18['HtOHh']:{const _0x538bc8=_0x39f9a5[_0x4db8e1(0xa9)];if(_0x326e18['vFhtl'](isTrue,process[_0x4db8e1(0x14b)][_0x4db8e1(0xa5)])&&_0x326e18[_0x4db8e1(0x194)](isPhantomSkipFromNameFilter,_0x538bc8)){const _0xb8ed87=_0x326e18['YoEcH'](getFullJestTestName,_0x538bc8);logger[_0x4db8e1(0x11c)](_0x4db8e1(0x9e)+_0xb8ed87+'\x22'),_0x538bc8[_0x4db8e1(0xe8)]=!![];break;}_0x39f9a5[_0x4db8e1(0xa9)]={..._0x326e18['AGWKc'](_0x35b6f2,_0x39f9a5['test']),..._0x39f9a5[_0x4db8e1(0xa9)]};try{const _0x4aebe8=_0x39f9a5[_0x4db8e1(0xa9)][_0x4db8e1(0x11d)]||[],_0x4503d5=_0x326e18[_0x4db8e1(0x13d)](_0x4aebe8[_0x4db8e1(0xe5)],0x0)||_0x326e18[_0x4db8e1(0x104)](_0x39f9a5[_0x4db8e1(0xa9)]['status'],_0x326e18['GxSaS']),_0x5b99ab=_0x4503d5?_0x326e18['tTYky']:_0x326e18[_0x4db8e1(0x1a6)];let _0x5cc288='';_0x4503d5&&(_0x5cc288=_0x4aebe8['map'](_0x219330=>{const _0x1448e4=_0x4db8e1;if(Array['isArray'](_0x219330))return _0x219330[_0x1448e4(0x141)](_0x188d5c=>_0x188d5c&&_0x188d5c[_0x1448e4(0xd8)]||String(_0x188d5c))[_0x1448e4(0xd1)](';\x20');return _0x219330&&_0x219330[_0x1448e4(0xd8)]||_0x326e18['eVtFm'](String,_0x219330);})[_0x4db8e1(0xd1)](';\x20')),process[_0x4db8e1(0x190)]=_0x5b99ab,process[_0x4db8e1(0xee)]=_0x326e18[_0x4db8e1(0x19a)](_0x5cc288,''),logger[_0x4db8e1(0x11c)](_0x4db8e1(0x131)+_0x5b99ab+'\x22'),global['__workerDetails']&&global[_0x4db8e1(0x183)]['currentTest']&&(!global[_0x4db8e1(0x183)][_0x4db8e1(0x158)]['testInfo']&&(global[_0x4db8e1(0x183)][_0x4db8e1(0x158)][_0x4db8e1(0x1aa)]={}),global[_0x4db8e1(0x183)]['currentTest'][_0x4db8e1(0x1aa)][_0x4db8e1(0xdb)]=_0x5b99ab,_0x4503d5&&(global[_0x4db8e1(0x183)][_0x4db8e1(0x158)][_0x4db8e1(0x1aa)][_0x4db8e1(0xaf)]=_0x5cc288));}catch(_0x581c46){logger[_0x4db8e1(0x11c)](_0x4db8e1(0xe1)+_0x581c46[_0x4db8e1(0xd8)]);}if(!_0x39f9a5[_0x4db8e1(0xa9)]['markedStatus']){_0x39f9a5[_0x4db8e1(0xa9)]['markedStatus']=!![];if(BrowserstackCLI[_0x4db8e1(0xf9)]()[_0x4db8e1(0x16c)]()&&await _0x326e18['RTNSj'](isCLIReady))try{await _0x326e18[_0x4db8e1(0x10a)](handleTestEventCLI,_0x39f9a5[_0x4db8e1(0xa9)],_0x326e18[_0x4db8e1(0x189)],_0x2a02c6);break;}catch(_0x337fb7){_0x326e18[_0x4db8e1(0x13f)](debug,_0x4db8e1(0x1a3)+util[_0x4db8e1(0x197)](_0x337fb7));}_0x326e18[_0x4db8e1(0x1ab)](shouldProcessEventForTesthub)&&await _0x2a02c6[_0x4db8e1(0x18f)](_0x39f9a5[_0x4db8e1(0xa9)]);}break;}case _0x326e18['WTcds']:{const _0x4dfa1f=_0x39f9a5[_0x4db8e1(0xa9)];if(_0x326e18[_0x4db8e1(0x194)](isTrue,process[_0x4db8e1(0x14b)][_0x4db8e1(0xa5)])&&_0x326e18['DqImX'](isPhantomSkipFromNameFilter,_0x4dfa1f)){const _0x482c70=_0x326e18[_0x4db8e1(0x175)](getFullJestTestName,_0x4dfa1f);logger[_0x4db8e1(0x11c)]('[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22'+_0x482c70+'\x22'),_0x4dfa1f['markedStatus']=!![];break;}_0x39f9a5[_0x4db8e1(0xa9)]={..._0x326e18[_0x4db8e1(0x10d)](_0x35b6f2,_0x39f9a5['test']),..._0x39f9a5[_0x4db8e1(0xa9)]};if(!_0x39f9a5[_0x4db8e1(0xa9)][_0x4db8e1(0xe8)]){_0x39f9a5[_0x4db8e1(0xa9)][_0x4db8e1(0xe8)]=!![];if(BrowserstackCLI['getInstance']()[_0x4db8e1(0x16c)]()&&await _0x326e18[_0x4db8e1(0x1ab)](isCLIReady))try{await _0x326e18[_0x4db8e1(0xb2)](handleTestEventCLI,_0x39f9a5[_0x4db8e1(0xa9)],_0x326e18[_0x4db8e1(0x12c)],_0x2a02c6);break;}catch(_0x206e65){_0x326e18['VliOc'](debug,_0x4db8e1(0x1a3)+util[_0x4db8e1(0x197)](_0x206e65));}_0x326e18[_0x4db8e1(0x1a0)](shouldProcessEventForTesthub)&&await _0x2a02c6[_0x4db8e1(0x18f)](_0x39f9a5[_0x4db8e1(0xa9)],undefined,![],_0x326e18['fRjUf']);}break;}case _0x326e18[_0x4db8e1(0x17d)]:_0x2a02c6[_0x4db8e1(0xe2)]=null;break;case _0x326e18[_0x4db8e1(0x152)]:await RequestQueueHandler[_0x4db8e1(0xf9)]()[_0x4db8e1(0x160)](),process[_0x4db8e1(0xfe)]();break;default:}},_0x326e18['bHkGo']));}catch(_0x184630){_0x326e18[_0x10da75(0x114)](debug,_0x10da75(0x130)+_0x184630);}return _0x326e18[_0x10da75(0xdd)](initInitialize,..._0x3f4f3b);};try{Object['keys'](exportsI)[a21_0x1adaaa(0x1a7)](_0x4bb51a=>{const _0x5e1a8e=a21_0x1adaaa,_0x5345c5={'fVwxb':function(_0x558c64,_0x57097e){return _0x558c64(_0x57097e);}};try{exports&&(exports[_0x4bb51a]=exportsI[_0x4bb51a]);}catch(_0xb17afc){_0x5345c5[_0x5e1a8e(0xd0)](debug,_0x5e1a8e(0x116)+_0xb17afc);}});}catch(a21_0x2dcd29){debug(a21_0x1adaaa(0x1b3)+a21_0x2dcd29);}const a21_0x18dd0d={};a21_0x18dd0d[a21_0x1adaaa(0x136)]=getFullJestTestName,a21_0x18dd0d[a21_0x1adaaa(0x135)]=getActiveTestNamePattern,a21_0x18dd0d[a21_0x1adaaa(0xbd)]=isPhantomSkipFromNameFilter,exports[a21_0x1adaaa(0xfd)]=a21_0x18dd0d;
1
+ const a21_0x2a4b8=a21_0x6512;(function(_0x25284c,_0x2a398c){const _0x523d93=a21_0x6512,_0x552853=_0x25284c();while(!![]){try{const _0x594439=parseInt(_0x523d93(0x2b2))/0x1*(parseInt(_0x523d93(0x1e3))/0x2)+parseInt(_0x523d93(0x297))/0x3+parseInt(_0x523d93(0x28c))/0x4+-parseInt(_0x523d93(0x204))/0x5+parseInt(_0x523d93(0x1f5))/0x6*(-parseInt(_0x523d93(0x1c6))/0x7)+parseInt(_0x523d93(0x277))/0x8+-parseInt(_0x523d93(0x2a1))/0x9;if(_0x594439===_0x2a398c)break;else _0x552853['push'](_0x552853['shift']());}catch(_0x212443){_0x552853['push'](_0x552853['shift']());}}}(a21_0x4556,0x4e0f8));const {requireModule,isTrue}=require('../../../helpers/helper'),ObservabilityReporter=require(a21_0x2a4b8(0x2b4)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),TestDetails=require(a21_0x2a4b8(0x289)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a21_0x2a4b8(0x1a8)),{shouldProcessEventForTesthub}=require(a21_0x2a4b8(0x273)),testHubConstants=require(a21_0x2a4b8(0x1e4)),BrowserstackCLI=require(a21_0x2a4b8(0x221)),TestFrameworkState=require(a21_0x2a4b8(0x215)),HookState=require(a21_0x2a4b8(0x209)),JestUtils=require(a21_0x2a4b8(0x23e)),{v4:uuidv4}=require('uuid'),util=require('util'),logger=require(a21_0x2a4b8(0x231))[a21_0x2a4b8(0x1cc)],{FRAMEWORKS}=require('../../utils/constants');function a21_0x6512(_0x28e5b0,_0x534bc7){const _0x455658=a21_0x4556();return a21_0x6512=function(_0x651244,_0x1c10e7){_0x651244=_0x651244-0x1a5;let _0x1ab09a=_0x455658[_0x651244];return _0x1ab09a;},a21_0x6512(_0x28e5b0,_0x534bc7);}let exportsI;try{exportsI=requireModule(a21_0x2a4b8(0x210),'jest-circus');}catch{exportsI=requireModule(a21_0x2a4b8(0x288),a21_0x2a4b8(0x220));}const initInitialize=exportsI['initialize'],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();let _currentTestPath=null;function getFullJestTestName(_0x2fcca7){const _0x218704=a21_0x2a4b8,_0x206ffd={};_0x206ffd[_0x218704(0x222)]=function(_0x1a560b,_0x1a4b45){return _0x1a560b!==_0x1a4b45;},_0x206ffd[_0x218704(0x1f0)]=_0x218704(0x1e6);const _0xffa1e5=_0x206ffd;try{const _0x2b61b3=[];let _0x412fe1=_0x2fcca7;while(_0x412fe1){_0x412fe1[_0x218704(0x276)]&&_0xffa1e5['zyudm'](_0x412fe1[_0x218704(0x276)],_0xffa1e5[_0x218704(0x1f0)])&&_0x2b61b3[_0x218704(0x234)](_0x412fe1['name']),_0x412fe1=_0x412fe1[_0x218704(0x26e)];}return _0x2b61b3[_0x218704(0x27a)]('\x20');}catch(_0x5bd5a5){return _0x2fcca7&&_0x2fcca7[_0x218704(0x276)]||'';}}function getActiveTestNamePattern(){const _0x1b4d65=a21_0x2a4b8,_0xdbf29={'ZzCQj':function(_0x55b057,_0x307dde,_0x5ec14f){return _0x55b057(_0x307dde,_0x5ec14f);},'GwbMU':_0x1b4d65(0x265),'lNWnQ':_0x1b4d65(0x220),'cDVHn':function(_0x242a02,_0x23a3b2){return _0x242a02(_0x23a3b2);},'OvlQK':function(_0xe7a381,_0xe4d868){return _0xe7a381===_0xe4d868;},'IVefY':_0x1b4d65(0x293),'sdlNZ':function(_0x2933d6,_0x95e6d4){return _0x2933d6 instanceof _0x95e6d4;},'HsJes':'string','MzviM':function(_0x14365d,_0x3a174c){return _0x14365d>_0x3a174c;},'NmTjh':function(_0x152569,_0x439ae1){return _0x152569<_0x439ae1;},'qSgXq':function(_0x1d7f4e,_0x317cf6){return _0x1d7f4e===_0x317cf6;},'RilmR':_0x1b4d65(0x1d0),'vQymI':function(_0x37abe6,_0x17a431){return _0x37abe6+_0x17a431;},'HJJuV':_0x1b4d65(0x1b7),'AiHIX':_0x1b4d65(0x26f)};try{let _0x316f35;try{_0x316f35=_0xdbf29[_0x1b4d65(0x27d)](requireModule,_0xdbf29[_0x1b4d65(0x281)],_0xdbf29[_0x1b4d65(0x20e)]);}catch{_0x316f35=_0xdbf29[_0x1b4d65(0x23f)](requireModule,_0xdbf29['lNWnQ']);}if(_0x316f35&&_0xdbf29[_0x1b4d65(0x26a)](typeof _0x316f35[_0x1b4d65(0x22c)],_0xdbf29[_0x1b4d65(0x20f)])){const _0x367293=_0x316f35[_0x1b4d65(0x22c)]();if(_0x367293&&_0x367293['testNamePattern']){if(_0xdbf29[_0x1b4d65(0x223)](_0x367293[_0x1b4d65(0x284)],RegExp))return _0x367293[_0x1b4d65(0x284)];if(_0xdbf29[_0x1b4d65(0x26a)](typeof _0x367293[_0x1b4d65(0x284)],_0xdbf29['HsJes'])&&_0xdbf29[_0x1b4d65(0x28f)](_0x367293[_0x1b4d65(0x284)][_0x1b4d65(0x1ea)],0x0))return new RegExp(_0x367293[_0x1b4d65(0x284)],'i');}}}catch(_0x47a303){}try{const _0x1edc04=process['argv']||[];for(let _0x2197e6=0x0;_0xdbf29['NmTjh'](_0x2197e6,_0x1edc04[_0x1b4d65(0x1ea)]);_0x2197e6++){const _0x2759ba=_0x1edc04[_0x2197e6];if(_0xdbf29[_0x1b4d65(0x26a)](_0x2759ba,'-t')||_0xdbf29[_0x1b4d65(0x2ac)](_0x2759ba,_0xdbf29[_0x1b4d65(0x1cb)])){const _0x2bc7a=_0x1edc04[_0xdbf29[_0x1b4d65(0x1f1)](_0x2197e6,0x1)];if(_0x2bc7a&&!_0x2bc7a[_0x1b4d65(0x25e)]('-'))return new RegExp(_0x2bc7a,'i');}else{if(_0x2759ba&&(_0x2759ba['startsWith'](_0xdbf29[_0x1b4d65(0x267)])||_0x2759ba[_0x1b4d65(0x25e)](_0xdbf29['AiHIX']))){const _0x107d2f=_0x2759ba['split']('=')[_0x1b4d65(0x1a6)](0x1)[_0x1b4d65(0x27a)]('=');if(_0x107d2f)return new RegExp(_0x107d2f,'i');}}}}catch(_0x2562d7){}return null;}function isPhantomSkipFromNameFilter(_0x3347c8){const _0x36c578=a21_0x2a4b8,_0x5cccbc={'hAtLF':function(_0x1331c6){return _0x1331c6();},'woLJT':function(_0xd96215,_0x10b31d){return _0xd96215(_0x10b31d);}},_0x453ba0=_0x5cccbc['hAtLF'](getActiveTestNamePattern);if(!_0x453ba0)return![];const _0x1385ab=_0x5cccbc[_0x36c578(0x1db)](getFullJestTestName,_0x3347c8);if(!_0x1385ab)return![];return!_0x453ba0[_0x36c578(0x22f)](_0x1385ab);}async function isCLIReady(){const _0x592d8e=a21_0x2a4b8,_0x449ecb={'YsIPb':_0x592d8e(0x2a3),'DhECN':function(_0x5213e2,_0x5817a9){return _0x5213e2(_0x5817a9);},'IuWGG':'../../v2/cliUtils','PZgWt':function(_0x4f2e5b,_0x5d5c28){return _0x4f2e5b===_0x5d5c28;},'QpPsR':'true','FWkiF':function(_0x1be2b6,_0x382996){return _0x1be2b6(_0x382996);},'WzuqN':function(_0x4c8aba,_0xc7452b){return _0x4c8aba(_0xc7452b);}};try{const _0x1ae8a6=BrowserstackCLI[_0x592d8e(0x20d)]();if(_0x1ae8a6[_0x592d8e(0x258)]()&&_0x1ae8a6[_0x592d8e(0x280)]())return logger['debug'](_0x449ecb[_0x592d8e(0x1f9)]),!![];const _0x2d91ce=process[_0x592d8e(0x287)][_0x592d8e(0x279)];if(_0x2d91ce&&_0x1ae8a6[_0x592d8e(0x258)]()){if(!_0x1ae8a6[_0x592d8e(0x280)]())try{const _0x1dd2ab=_0x449ecb[_0x592d8e(0x1a9)](require,_0x449ecb[_0x592d8e(0x228)]),_0x5980a8=_0x1dd2ab[_0x592d8e(0x2b5)]();(!_0x5980a8||!_0x5980a8['name'])&&(_0x449ecb['PZgWt'](process[_0x592d8e(0x287)][_0x592d8e(0x256)],_0x449ecb[_0x592d8e(0x24e)])?_0x1dd2ab['setFrameworkDetail'](FRAMEWORKS[_0x592d8e(0x275)],FRAMEWORKS[_0x592d8e(0x205)]):_0x1dd2ab[_0x592d8e(0x285)](FRAMEWORKS['JEST'],FRAMEWORKS[_0x592d8e(0x27c)])),await _0x1ae8a6[_0x592d8e(0x253)]();}catch(_0x29d4fd){return _0x449ecb['FWkiF'](debug,_0x592d8e(0x1bd)+util[_0x592d8e(0x278)](_0x29d4fd)),![];}return _0x1ae8a6[_0x592d8e(0x280)]();}return![];}catch(_0x29a78a){return _0x449ecb['WzuqN'](debug,_0x592d8e(0x1a5)+util[_0x592d8e(0x278)](_0x29a78a)),![];}}function getTestIdentifierForHook(_0x39b693){const _0x49c529=a21_0x2a4b8,_0xaf1ae6={};_0xaf1ae6[_0x49c529(0x28b)]=function(_0x177490,_0x58a509){return _0x177490===_0x58a509;},_0xaf1ae6[_0x49c529(0x2ae)]='beforeEach',_0xaf1ae6[_0x49c529(0x237)]=function(_0x596b1f,_0x5d2729){return _0x596b1f===_0x5d2729;},_0xaf1ae6[_0x49c529(0x227)]='beforeAll';const _0x30671c=_0xaf1ae6;if(_0x30671c[_0x49c529(0x28b)](_0x39b693[_0x49c529(0x245)],_0x30671c['rFxiy'])||_0x30671c[_0x49c529(0x237)](_0x39b693['type'],_0x30671c[_0x49c529(0x227)])){let _0x1e2e8c=global[_0x49c529(0x21f)];if(!_0x1e2e8c&&_0x30671c[_0x49c529(0x28b)](_0x39b693['type'],_0x30671c['QQrwG'])&&_0x39b693[_0x49c529(0x26e)]){const _0x475e8d={};_0x475e8d['name']=_0x39b693['parent'][_0x49c529(0x276)],_0x475e8d[_0x49c529(0x26e)]=_0x39b693[_0x49c529(0x26e)]['parent'],_0x475e8d[_0x49c529(0x1ad)]=_0x39b693[_0x49c529(0x1ad)],_0x475e8d[_0x49c529(0x25a)]=_0x39b693[_0x49c529(0x25a)];const _0x49c381=_0x475e8d;_0x1e2e8c=jestUtils[_0x49c529(0x2a5)](_0x49c381);}return _0x1e2e8c;}return global[_0x49c529(0x21f)];}function mapHookTypeToState(_0x2fd075){const _0x2c129d=a21_0x2a4b8,_0x56569a={};_0x56569a[_0x2c129d(0x226)]=TestFrameworkState['BEFORE_ALL'],_0x56569a['afterAll']=TestFrameworkState['AFTER_ALL'],_0x56569a[_0x2c129d(0x1e0)]=TestFrameworkState[_0x2c129d(0x269)],_0x56569a[_0x2c129d(0x28d)]=TestFrameworkState[_0x2c129d(0x1c4)];const _0x4644e4=_0x56569a;return _0x4644e4[_0x2fd075]||TestFrameworkState['BEFORE_EACH'];}async function handleHookEventCLI(_0x381634,_0x25221d,_0x3248e8){const _0x5f5b99=a21_0x2a4b8,_0x3703f7={'ZivTm':function(_0x10fc37,_0x41efe2){return _0x10fc37(_0x41efe2);},'nQAcu':_0x5f5b99(0x1fb),'gdZuB':function(_0x4cceda,_0x4291db){return _0x4cceda===_0x4291db;},'liJVa':_0x5f5b99(0x1e6),'YKxwW':function(_0x5b0140){return _0x5b0140();},'EysTQ':'HookRunStarted','sWTcQ':_0x5f5b99(0x261),'cxife':'hook','uiazT':function(_0x2efbc0,_0xf7febc){return _0x2efbc0===_0xf7febc;}};logger[_0x5f5b99(0x2a8)](_0x5f5b99(0x266)+_0x25221d+_0x5f5b99(0x230)+_0x381634[_0x5f5b99(0x245)]);try{if(_0x381634['fn']&&_0x381634['fn'][_0x5f5b99(0x23a)]()[_0x5f5b99(0x299)](/browserstack internal helper hook/))return;if(_0x381634[_0x5f5b99(0x26e)]&&_0x3703f7['gdZuB'](_0x381634[_0x5f5b99(0x26e)][_0x5f5b99(0x276)],_0x3703f7[_0x5f5b99(0x206)])){const _0xdb328c=_0x381634[_0x5f5b99(0x1ad)]&&((()=>{const _0x3f2204=_0x5f5b99;try{const _0x320812=_0x3703f7[_0x3f2204(0x1b1)](require,_0x3703f7[_0x3f2204(0x216)]),_0x2b253a=_0x320812[_0x3f2204(0x290)][_0x3f2204(0x21d)](_0x320812,_0x381634['asyncError']);return _0x2b253a[0x0]&&_0x2b253a[0x0][_0x3f2204(0x236)]?_0x2b253a[0x0][_0x3f2204(0x236)]():null;}catch(_0x3b2681){return logger['debug'](_0x3f2204(0x1aa)+_0x3b2681[_0x3f2204(0x242)]),null;}})())||_0x381634[_0x5f5b99(0x25a)]||null;if(!_0xdb328c)return;}let _0x1faba8=_0x381634[_0x5f5b99(0x1d6)];if(!_0x1faba8)_0x1faba8=_0x3703f7[_0x5f5b99(0x264)](uuidv4),_0x381634[_0x5f5b99(0x1d6)]=_0x1faba8;else _0x381634[_0x5f5b99(0x24c)]&&(_0x1faba8=_0x3703f7['YKxwW'](uuidv4),_0x381634[_0x5f5b99(0x1d6)]=_0x1faba8,delete _0x381634[_0x5f5b99(0x24c)]);_0x3703f7[_0x5f5b99(0x291)](_0x25221d,_0x3703f7[_0x5f5b99(0x21c)])&&(_0x381634['started_at']=new Date()[_0x5f5b99(0x1e7)]());const _0x34b2aa=_0x3703f7[_0x5f5b99(0x1b1)](getTestIdentifierForHook,_0x381634);!global['__workerDetails']&&(global[_0x5f5b99(0x1af)]={});if(_0x3703f7['gdZuB'](_0x25221d,_0x3703f7[_0x5f5b99(0x21c)])){global[_0x5f5b99(0x1af)]['currentHook']={'hookUUID':_0x1faba8,'testIdentifier':_0x34b2aa,'hookType':_0x381634[_0x5f5b99(0x245)],'startedAt':new Date()[_0x5f5b99(0x1e7)]()};const _0x78d730=BrowserstackCLI[_0x5f5b99(0x20d)]()[_0x5f5b99(0x212)]();_0x78d730&&_0x78d730[_0x5f5b99(0x25d)]&&_0x78d730[_0x5f5b99(0x25d)](_0x34b2aa,_0x1faba8,_0x381634[_0x5f5b99(0x245)]);}const _0x4f6b19=await jestUtils[_0x5f5b99(0x1eb)](_0x381634,_0x1faba8,_0x25221d,_0x34b2aa);if(!_0x4f6b19)return;const _0x23ad7b=_0x3703f7['ZivTm'](mapHookTypeToState,_0x381634['type']),_0x487af2=_0x3703f7[_0x5f5b99(0x291)](_0x25221d,_0x3703f7[_0x5f5b99(0x21c)])?HookState[_0x5f5b99(0x24f)]:HookState[_0x5f5b99(0x1cf)],_0x436c57=BrowserstackCLI[_0x5f5b99(0x20d)]()[_0x5f5b99(0x212)]();if(_0x436c57){const _0x2eb012={};_0x2eb012[_0x5f5b99(0x229)]=_0x4f6b19,await _0x436c57[_0x5f5b99(0x2b0)](_0x23ad7b,_0x487af2,_0x2eb012);if(_0x3703f7['gdZuB'](_0x25221d,_0x3703f7['sWTcQ'])){const _0x102e85={};_0x102e85[_0x5f5b99(0x1bb)]=_0x34b2aa,_0x102e85[_0x5f5b99(0x245)]=_0x3703f7[_0x5f5b99(0x263)],await _0x436c57[_0x5f5b99(0x2b0)](TestFrameworkState['LOG_REPORT'],HookState[_0x5f5b99(0x1cf)],_0x102e85),global[_0x5f5b99(0x1af)]&&global[_0x5f5b99(0x1af)][_0x5f5b99(0x243)]&&_0x3703f7[_0x5f5b99(0x25c)](global[_0x5f5b99(0x1af)][_0x5f5b99(0x243)][_0x5f5b99(0x23b)],_0x1faba8)&&delete global[_0x5f5b99(0x1af)][_0x5f5b99(0x243)],_0x436c57['removeActiveHook']&&_0x436c57['removeActiveHook'](_0x34b2aa,_0x1faba8);}}}catch(_0x52ddc0){logger[_0x5f5b99(0x1e1)](_0x5f5b99(0x1ef)+util[_0x5f5b99(0x278)](_0x52ddc0));throw _0x52ddc0;}}async function handleTestEventCLI(_0x473049,_0x24547b,_0x1bf58a){const _0x44b410=a21_0x2a4b8,_0x24c073={};_0x24c073['rCbmh']=function(_0x300a33,_0x1d75a0){return _0x300a33===_0x1d75a0;},_0x24c073[_0x44b410(0x1d5)]=_0x44b410(0x26b),_0x24c073['YMyFK']=function(_0x42132c,_0x5df43e){return _0x42132c>_0x5df43e;},_0x24c073[_0x44b410(0x2ad)]=function(_0x3d803c,_0x25e488){return _0x3d803c===_0x25e488;},_0x24c073['LdpRi']=function(_0x4bbfd3,_0x31d88f){return _0x4bbfd3&&_0x31d88f;},_0x24c073[_0x44b410(0x25b)]=_0x44b410(0x28a),_0x24c073[_0x44b410(0x1ec)]=_0x44b410(0x1ba),_0x24c073[_0x44b410(0x2a4)]=function(_0x57a95a,_0x17715d){return _0x57a95a&&_0x17715d;},_0x24c073[_0x44b410(0x1a7)]=function(_0x1cfa6a,_0x230a99){return _0x1cfa6a&&_0x230a99;},_0x24c073[_0x44b410(0x22a)]=_0x44b410(0x22f);const _0x419f8b=_0x24c073;logger[_0x44b410(0x2a8)]('Handling\x20test\x20event\x20for\x20CLI:\x20'+_0x24547b);try{let _0x4db3b7;if(_0x419f8b['rCbmh'](_0x24547b,_0x419f8b['VrlVC'])){_0x4db3b7=jestUtils[_0x44b410(0x2a5)](_0x473049),global['__jestCurrentTestIdentifier']=_0x4db3b7,_0x473049['testAnalyticsId']=_0x4db3b7,_0x473049['id']=_0x4db3b7,_0x473049[_0x44b410(0x1d7)]=new Date()[_0x44b410(0x1e7)]();const _0x2f6912=_0x1bf58a[_0x44b410(0x254)];_0x1bf58a[_0x44b410(0x254)]=_0x473049,_0x473049['retryOf']=null;if(_0x419f8b['YMyFK'](_0x473049['_currentRetry'],0x0)&&_0x2f6912&&_0x419f8b['WoOcX'](_0x2f6912[_0x44b410(0x292)],_0x473049[_0x44b410(0x292)])){_0x473049[_0x44b410(0x21e)]=_0x2f6912[_0x44b410(0x1e5)];const _0x2419cb=await jestUtils['createTestFrameworkData'](_0x473049,_0x4db3b7,_0x419f8b[_0x44b410(0x1d5)]),_0x1c82ed=BrowserstackCLI[_0x44b410(0x20d)]()[_0x44b410(0x212)]();if(_0x419f8b['LdpRi'](_0x2419cb,_0x1c82ed)){const _0x549556={};_0x549556[_0x44b410(0x22f)]=_0x2419cb,await _0x1c82ed[_0x44b410(0x2b0)](TestFrameworkState[_0x44b410(0x224)],HookState[_0x44b410(0x24f)],_0x549556);}_0x2f6912[_0x44b410(0x1ee)]=_0x419f8b['hYLHJ'];const _0x55a66=await jestUtils[_0x44b410(0x257)](_0x2f6912,_0x2f6912[_0x44b410(0x1e5)],_0x419f8b[_0x44b410(0x1ec)]);if(_0x419f8b[_0x44b410(0x272)](_0x55a66,_0x1c82ed)){const _0x19b88c={};_0x19b88c[_0x44b410(0x22f)]=_0x55a66,await _0x1c82ed[_0x44b410(0x2b0)](TestFrameworkState[_0x44b410(0x224)],HookState['POST'],_0x19b88c);}}else{const _0x2d9795=await jestUtils[_0x44b410(0x257)](_0x473049,_0x4db3b7,_0x419f8b[_0x44b410(0x1d5)]),_0x24d655=BrowserstackCLI[_0x44b410(0x20d)]()['getTestFramework']();if(_0x419f8b[_0x44b410(0x2a4)](_0x2d9795,_0x24d655)){const _0x299f8d={};_0x299f8d[_0x44b410(0x22f)]=_0x2d9795,await _0x24d655[_0x44b410(0x2b0)](TestFrameworkState['TEST'],HookState['PRE'],_0x299f8d);}}}else{_0x4db3b7=_0x473049['testAnalyticsId']||_0x473049['id']||global[_0x44b410(0x21f)];const _0x5519fb=await jestUtils[_0x44b410(0x257)](_0x473049,_0x4db3b7,_0x24547b),_0x37fe30=BrowserstackCLI[_0x44b410(0x20d)]()[_0x44b410(0x212)]();if(_0x419f8b['ImSDM'](_0x5519fb,_0x37fe30)){const _0x144de6={};_0x144de6[_0x44b410(0x22f)]=_0x5519fb,_0x144de6[_0x44b410(0x20b)]=_0x473049,_0x144de6[_0x44b410(0x29f)]=_0x4db3b7,await _0x37fe30[_0x44b410(0x2b0)](TestFrameworkState[_0x44b410(0x224)],HookState[_0x44b410(0x1cf)],_0x144de6);const _0x33feaf={};_0x33feaf[_0x44b410(0x1bb)]=_0x4db3b7,_0x33feaf[_0x44b410(0x245)]=_0x419f8b[_0x44b410(0x22a)],await _0x37fe30[_0x44b410(0x2b0)](TestFrameworkState[_0x44b410(0x298)],HookState[_0x44b410(0x1cf)],_0x33feaf);}}}catch(_0x655bca){logger['error'](_0x44b410(0x2a6)+util['format'](_0x655bca));throw _0x655bca;}}exportsI[a21_0x2a4b8(0x20c)]=(..._0x1896aa)=>{const _0x1f5eeb=a21_0x2a4b8,_0x3905f1={'zEMxO':function(_0x23f180,_0x12fe9b){return _0x23f180(_0x12fe9b);},'RGKfY':'stack-trace','ybFQW':function(_0x79b0b3,_0x55f776){return _0x79b0b3(_0x55f776);},'esFKn':function(_0x4d41d6,_0x36f4f1){return _0x4d41d6&&_0x36f4f1;},'PoWVd':'hook_start','PGWtV':function(_0xb5303e,_0x1062dd){return _0xb5303e===_0x1062dd;},'kppAm':_0x1f5eeb(0x1e6),'OnUEx':function(_0x345b1c){return _0x345b1c();},'MhSSD':function(_0x51ab40,_0x5958c7,_0x57700f,_0x51b310){return _0x51ab40(_0x5958c7,_0x57700f,_0x51b310);},'sMlAL':_0x1f5eeb(0x29d),'XPibo':function(_0xb5774e,_0x440094){return _0xb5774e(_0x440094);},'ltraF':_0x1f5eeb(0x29c),'GbbAB':function(_0x26d480){return _0x26d480();},'Pcpqj':function(_0x15ab68,_0x414f0d){return _0x15ab68(_0x414f0d);},'Uhyrl':_0x1f5eeb(0x261),'PdRYi':function(_0x46fd4e,_0x3d86b2){return _0x46fd4e(_0x3d86b2);},'xyvoU':'hook_failure','dhEqU':'beforeAll','MrmBY':_0x1f5eeb(0x1e0),'ShjWj':'afterEach','ldfGc':function(_0x158188,_0x4e0168){return _0x158188>_0x4e0168;},'NdqHb':function(_0x4f92cb){return _0x4f92cb();},'JMQMb':function(_0x122abb,_0x50ceae,_0x2a6677,_0x512ca2){return _0x122abb(_0x50ceae,_0x2a6677,_0x512ca2);},'XAycd':function(_0x2db17a,_0x159490){return _0x2db17a(_0x159490);},'qiHDh':function(_0x58e114,_0x33f3a2){return _0x58e114(_0x33f3a2);},'Koxle':_0x1f5eeb(0x1e2),'uMzxZ':function(_0x3ee866,_0x119487){return _0x3ee866(_0x119487);},'vqBmx':function(_0xd80fdf,_0x4e4e8f){return _0xd80fdf(_0x4e4e8f);},'uFfdi':function(_0x3b86f0,_0x272ba3){return _0x3b86f0!==_0x272ba3;},'niZzP':_0x1f5eeb(0x241),'TgTXv':function(_0x6d6277){return _0x6d6277();},'PBlyv':function(_0x2849c9,_0x5cf003,_0x54199e,_0x4b910f){return _0x2849c9(_0x5cf003,_0x54199e,_0x4b910f);},'OpdGT':'TestRunStarted','bFvGX':function(_0x2d3106,_0x52279b){return _0x2d3106(_0x52279b);},'EGpAy':function(_0x37b278){return _0x37b278();},'JVXRC':_0x1f5eeb(0x239),'shlTc':function(_0x4003ee,_0x2def54){return _0x4003ee(_0x2def54);},'gLJLR':function(_0x1246bc,_0x27aa64){return _0x1246bc(_0x27aa64);},'vAqDH':function(_0x4cf0bc,_0x2a2b69){return _0x4cf0bc(_0x2a2b69);},'rLONy':function(_0x5d5b35,_0x27189f){return _0x5d5b35(_0x27189f);},'yjmhJ':function(_0x6ae2b0,_0x37a3b7){return _0x6ae2b0>_0x37a3b7;},'sIOKx':'fail','GiFLY':'failed','QDIuR':_0x1f5eeb(0x23c),'bphPU':function(_0xe13ba3,_0x328392){return _0xe13ba3||_0x328392;},'QdTUB':function(_0x4d3dc9){return _0x4d3dc9();},'qomwb':_0x1f5eeb(0x1ba),'oVyjn':function(_0x35087f,_0x797816){return _0x35087f(_0x797816);},'gqSAb':function(_0x58f325){return _0x58f325();},'usNil':_0x1f5eeb(0x1dc),'cWdfl':function(_0x1b1ead,_0x11162f){return _0x1b1ead(_0x11162f);},'HOGTz':function(_0x371a87,_0x32d1c6){return _0x371a87(_0x32d1c6);},'ZKSuh':_0x1f5eeb(0x1df),'IFAZi':function(_0x1ea287,_0x37969b){return _0x1ea287(_0x37969b);},'FiiHa':_0x1f5eeb(0x232),'iYZSH':_0x1f5eeb(0x1b9),'xZROV':function(_0x3065cb){return _0x3065cb();},'VMBwc':_0x1f5eeb(0x244),'XJtcG':_0x1f5eeb(0x29b),'qCCOb':function(_0x2c4ef1,_0x19464e){return _0x2c4ef1===_0x19464e;},'DOTHq':function(_0x52b1bd){return _0x52b1bd();},'rOnZe':function(_0x198b3f,_0x1dd9e8,_0x42b620){return _0x198b3f(_0x1dd9e8,_0x42b620);},'KRWYx':_0x1f5eeb(0x265),'saVCb':_0x1f5eeb(0x220),'gEwXf':function(_0x5c29ba,_0x324b97){return _0x5c29ba(_0x324b97);},'HbHAm':function(_0x27d358,_0x3dcb5a,_0x2a41cb){return _0x27d358(_0x3dcb5a,_0x2a41cb);},'jCyYH':'jest-circus/build/utils.js','LSIXq':function(_0x42c061,_0x1425f2){return _0x42c061(_0x1425f2);},'xUQbp':function(_0x6a7839){return _0x6a7839();},'WYxsZ':function(_0x151c5b,_0x1ce091,_0x4830ba){return _0x151c5b(_0x1ce091,_0x4830ba);},'TLZKv':_0x1f5eeb(0x1fc),'NmGDj':function(_0x1b443d,..._0x2facff){return _0x1b443d(..._0x2facff);}};try{logger[_0x1f5eeb(0x2a8)]('[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub='+_0x3905f1[_0x1f5eeb(0x1ab)](shouldProcessEventForTesthub)+',\x20BROWSERSTACK_PUPPETEER='+process[_0x1f5eeb(0x287)][_0x1f5eeb(0x256)]);const _0x14d9ba=_0x1896aa&&_0x1896aa[0x0]?_0x1896aa[0x0]:{};_0x14d9ba&&_0x3905f1[_0x1f5eeb(0x1be)](typeof _0x14d9ba['testPath'],_0x3905f1[_0x1f5eeb(0x255)])&&_0x14d9ba[_0x1f5eeb(0x200)]&&(_currentTestPath=_0x14d9ba[_0x1f5eeb(0x200)]);let _0x305392=0x0;try{if(_0x14d9ba[_0x1f5eeb(0x1d1)]&&_0x3905f1['PGWtV'](typeof _0x14d9ba[_0x1f5eeb(0x1d1)][_0x1f5eeb(0x294)],_0x3905f1['XJtcG']))_0x305392=_0x14d9ba[_0x1f5eeb(0x1d1)][_0x1f5eeb(0x294)];else{if(_0x14d9ba[_0x1f5eeb(0x283)]&&_0x3905f1[_0x1f5eeb(0x249)](typeof _0x14d9ba[_0x1f5eeb(0x283)][_0x1f5eeb(0x294)],_0x3905f1[_0x1f5eeb(0x2b1)]))_0x305392=_0x14d9ba[_0x1f5eeb(0x283)][_0x1f5eeb(0x294)];else global[_0x1f5eeb(0x27f)]&&_0x3905f1['PGWtV'](typeof global[_0x1f5eeb(0x27f)][_0x1f5eeb(0x294)],_0x3905f1[_0x1f5eeb(0x2b1)])&&(_0x305392=global[_0x1f5eeb(0x27f)][_0x1f5eeb(0x294)]);}}catch(_0x10d1cc){logger[_0x1f5eeb(0x2a8)]('Error\x20reading\x20platformIndex\x20from\x20args:\x20'+util[_0x1f5eeb(0x278)](_0x10d1cc));}global['__bstackPlatformIndex']=_0x305392,process['env']['BROWSERSTACK_PLATFORM_INDEX']=_0x3905f1[_0x1f5eeb(0x1fe)](String,_0x305392);const _0x230232=new ObservabilityReporter();!_initializedPlatformIndices[_0x1f5eeb(0x1d9)](_0x305392)?(logger['debug'](_0x1f5eeb(0x240)+_0x305392),_initializedPlatformIndices[_0x1f5eeb(0x286)](_0x305392),_0x3905f1[_0x1f5eeb(0x1f3)](shouldProcessEventForTesthub)&&(_0x3905f1[_0x1f5eeb(0x1ac)](patchConsoleLogger),_0x230232[_0x1f5eeb(0x217)]())):logger[_0x1f5eeb(0x2a8)](_0x1f5eeb(0x233)+_0x305392+_0x1f5eeb(0x1bf));let _0x271cdd;try{_0x271cdd=_0x3905f1[_0x1f5eeb(0x27e)](requireModule,_0x3905f1[_0x1f5eeb(0x1ca)],_0x3905f1[_0x1f5eeb(0x1c3)]);}catch{_0x271cdd=_0x3905f1[_0x1f5eeb(0x208)](requireModule,_0x3905f1[_0x1f5eeb(0x1c3)]);}let _0x20546b;try{_0x20546b=_0x3905f1[_0x1f5eeb(0x29e)](requireModule,_0x3905f1['jCyYH'],_0x3905f1[_0x1f5eeb(0x1c3)])['makeSingleTestResult'];}catch{_0x20546b=_0x3905f1['LSIXq'](requireModule,_0x3905f1['saVCb'])[_0x1f5eeb(0x2b3)]||(()=>({}));}const _0x161e63=BrowserstackCLI['getInstance']()['isCliEnabled']();(_0x3905f1[_0x1f5eeb(0x282)](shouldProcessEventForTesthub)||_0x161e63)&&_0x271cdd[_0x1f5eeb(0x1d4)](_0x3905f1[_0x1f5eeb(0x1f8)](o11yErrorHandler,async(_0x4aa624,_0x4666e9)=>{const _0x593bdf=_0x1f5eeb,_0xca4f77={'YZgvP':function(_0x124556,_0x25e4b4){const _0x3ca21d=a21_0x6512;return _0x3905f1[_0x3ca21d(0x1ce)](_0x124556,_0x25e4b4);},'CVkxd':_0x3905f1[_0x593bdf(0x214)],'tNZVT':function(_0x23e47a,_0x2f71ec){const _0x1f60f3=_0x593bdf;return _0x3905f1[_0x1f60f3(0x268)](_0x23e47a,_0x2f71ec);}};_0x3905f1['esFKn'](_currentTestPath,_0x4aa624)&&_0x4aa624[_0x593bdf(0x22f)]&&!_0x4aa624[_0x593bdf(0x22f)][_0x593bdf(0x25a)]&&(_0x4aa624[_0x593bdf(0x22f)][_0x593bdf(0x25a)]=_currentTestPath);switch(_0x4aa624[_0x593bdf(0x276)]){case _0x3905f1['PoWVd']:if(_0x4aa624[_0x593bdf(0x1b8)]['fn']&&_0x4aa624[_0x593bdf(0x1b8)]['fn'][_0x593bdf(0x23a)]()[_0x593bdf(0x299)](/browserstack internal helper hook/))break;if(_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x26e)]&&_0x3905f1['PGWtV'](_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x26e)][_0x593bdf(0x276)],_0x3905f1[_0x593bdf(0x1f7)])){const _0x357a50=_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x1ad)]&&((()=>{const _0x456856=_0x593bdf;try{const _0x29893e=_0xca4f77[_0x456856(0x1fd)](require,_0xca4f77[_0x456856(0x1b0)]),_0x4a75e6=_0x29893e[_0x456856(0x290)]['call'](_0x29893e,_0x4aa624['hook'][_0x456856(0x1ad)]);return _0x4a75e6[0x0]&&_0x4a75e6[0x0][_0x456856(0x236)]?_0x4a75e6[0x0][_0x456856(0x236)]():null;}catch(_0xb92bad){return logger[_0x456856(0x2a8)](_0x456856(0x1aa)+_0xb92bad['message']),null;}})())||_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x25a)]||null;if(!_0x357a50)break;}if(BrowserstackCLI[_0x593bdf(0x20d)]()[_0x593bdf(0x258)]()&&await _0x3905f1[_0x593bdf(0x2a0)](isCLIReady)){if(_0x3905f1[_0x593bdf(0x1ce)](shouldProcessEventForTesthub,testHubConstants[_0x593bdf(0x271)][_0x593bdf(0x1b2)]))try{await _0x3905f1[_0x593bdf(0x23d)](handleHookEventCLI,_0x4aa624['hook'],_0x3905f1[_0x593bdf(0x20a)],_0x4666e9);break;}catch(_0x12dd5f){_0x3905f1[_0x593bdf(0x1c7)](debug,_0x593bdf(0x259)+util['format'](_0x12dd5f));}}if(_0x3905f1['XPibo'](shouldProcessEventForTesthub,testHubConstants[_0x593bdf(0x271)][_0x593bdf(0x1b2)])){if(!_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x1d6)]){const _0x27330f=TestDetails[_0x593bdf(0x247)](process['pid']+':hookAnalyticsId');_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x1d6)]=_0x27330f;}else _0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x24c)]&&(_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x1d6)]=TestDetails[_0x593bdf(0x247)](process[_0x593bdf(0x202)]+_0x593bdf(0x250)),delete _0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x24c)]);_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x1d7)]=new Date()[_0x593bdf(0x1e7)](),await _0x230232[_0x593bdf(0x1c9)](_0x4aa624[_0x593bdf(0x1b8)],undefined,![],_0x3905f1[_0x593bdf(0x20a)]);}break;case _0x3905f1[_0x593bdf(0x1d8)]:if(BrowserstackCLI[_0x593bdf(0x20d)]()[_0x593bdf(0x258)]()&&await _0x3905f1[_0x593bdf(0x1e8)](isCLIReady)){if(_0x3905f1['Pcpqj'](shouldProcessEventForTesthub,testHubConstants[_0x593bdf(0x271)]['HookFinished']))try{await _0x3905f1[_0x593bdf(0x23d)](handleHookEventCLI,_0x4aa624[_0x593bdf(0x1b8)],_0x3905f1[_0x593bdf(0x21b)],_0x4666e9);break;}catch(_0x2c88c7){_0x3905f1[_0x593bdf(0x268)](debug,_0x593bdf(0x259)+util[_0x593bdf(0x278)](_0x2c88c7));}}_0x3905f1['PdRYi'](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x593bdf(0x1f6)])&&(await _0x230232[_0x593bdf(0x1c9)](_0x4aa624[_0x593bdf(0x1b8)],undefined,![],_0x3905f1[_0x593bdf(0x21b)]),TestDetails[_0x593bdf(0x1bc)](process[_0x593bdf(0x202)]+_0x593bdf(0x250)));break;case _0x3905f1[_0x593bdf(0x2af)]:[_0x3905f1['dhEqU'],_0x3905f1[_0x593bdf(0x1fa)],_0x3905f1['ShjWj']][_0x593bdf(0x1b4)](_0x4aa624['hook'][_0x593bdf(0x245)])&&(_0x230232['hook_failure']=_0x4aa624[_0x593bdf(0x1b8)][_0x593bdf(0x245)]),_0x4666e9[_0x593bdf(0x1f4)]&&_0x3905f1[_0x593bdf(0x1b3)](_0x4666e9[_0x593bdf(0x1f4)][_0x593bdf(0x1ea)],0x0)&&(_0x4aa624['hook'][_0x593bdf(0x26c)]=[_0x4666e9[_0x593bdf(0x1f4)][0x0][0x0]]);if(BrowserstackCLI['getInstance']()[_0x593bdf(0x258)]()&&await _0x3905f1['NdqHb'](isCLIReady)){if(_0x3905f1[_0x593bdf(0x213)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x593bdf(0x1f6)]))try{await _0x3905f1[_0x593bdf(0x2a7)](handleHookEventCLI,_0x4aa624[_0x593bdf(0x1b8)],_0x3905f1[_0x593bdf(0x21b)],_0x4666e9);break;}catch(_0x24f068){_0x3905f1['XAycd'](debug,_0x593bdf(0x259)+util[_0x593bdf(0x278)](_0x24f068));}}_0x3905f1[_0x593bdf(0x203)](shouldProcessEventForTesthub,testHubConstants[_0x593bdf(0x271)][_0x593bdf(0x1f6)])&&(await _0x230232[_0x593bdf(0x1c9)](_0x4aa624['hook'],undefined,![],_0x3905f1[_0x593bdf(0x21b)]),TestDetails[_0x593bdf(0x1bc)](process[_0x593bdf(0x202)]+':hookAnalyticsId'));break;case _0x3905f1['Koxle']:if(_0x3905f1[_0x593bdf(0x1c8)](isTrue,process[_0x593bdf(0x287)][_0x593bdf(0x29a)])&&_0x3905f1[_0x593bdf(0x218)](isPhantomSkipFromNameFilter,_0x4aa624['test'])){const _0x141e6a=_0x3905f1[_0x593bdf(0x1c7)](getFullJestTestName,_0x4aa624[_0x593bdf(0x22f)]);logger[_0x593bdf(0x2a8)](_0x593bdf(0x1dd)+_0x141e6a+'\x22');break;}try{let _0x336aeb=_0x4aa624[_0x593bdf(0x22f)][_0x593bdf(0x276)]||'';try{let _0x306fcb=_0x4aa624[_0x593bdf(0x22f)]['parent'];const _0x4b347e=[_0x336aeb];while(_0x306fcb&&_0x306fcb[_0x593bdf(0x276)]&&_0x3905f1[_0x593bdf(0x25f)](_0x306fcb[_0x593bdf(0x276)],_0x3905f1['kppAm'])){_0x4b347e[_0x593bdf(0x234)](_0x306fcb[_0x593bdf(0x276)]),_0x306fcb=_0x306fcb[_0x593bdf(0x26e)];}_0x336aeb=_0x4b347e[_0x593bdf(0x27a)](_0x3905f1[_0x593bdf(0x22e)]);}catch(_0xd81ac){logger[_0x593bdf(0x2a8)](_0x593bdf(0x2aa)+_0xd81ac[_0x593bdf(0x242)]);}process['_bstackTestName']=_0x336aeb,process[_0x593bdf(0x235)]=null,process[_0x593bdf(0x1f2)]=null,logger[_0x593bdf(0x2a8)](_0x593bdf(0x225)+_0x336aeb+'\x22');if(!global[_0x593bdf(0x1af)]){const _0x283c50={};_0x283c50[_0x593bdf(0x1c2)]={},global[_0x593bdf(0x1af)]=_0x283c50;}!global[_0x593bdf(0x1af)][_0x593bdf(0x1c2)]&&(global[_0x593bdf(0x1af)][_0x593bdf(0x1c2)]={});const _0x4704a3={};_0x4704a3[_0x593bdf(0x292)]=_0x336aeb,_0x4704a3['name']=_0x336aeb,global['__workerDetails'][_0x593bdf(0x1c2)]['testInfo']=_0x4704a3,global[_0x593bdf(0x1de)]=_0x336aeb;}catch(_0x57cc7f){logger[_0x593bdf(0x2a8)](_0x593bdf(0x22d)+_0x57cc7f[_0x593bdf(0x242)]);}if(BrowserstackCLI[_0x593bdf(0x20d)]()[_0x593bdf(0x258)]()&&await _0x3905f1[_0x593bdf(0x2ab)](isCLIReady))try{await _0x3905f1['PBlyv'](handleTestEventCLI,_0x4aa624[_0x593bdf(0x22f)],_0x3905f1[_0x593bdf(0x260)],_0x230232);break;}catch(_0x562fea){_0x3905f1['bFvGX'](debug,_0x593bdf(0x259)+util[_0x593bdf(0x278)](_0x562fea));}_0x3905f1['EGpAy'](shouldProcessEventForTesthub)&&await _0x230232[_0x593bdf(0x201)](_0x4aa624[_0x593bdf(0x22f)]);break;case _0x3905f1[_0x593bdf(0x1c1)]:{const _0x3fda1f=_0x4aa624[_0x593bdf(0x22f)];if(_0x3905f1[_0x593bdf(0x1b5)](isTrue,process[_0x593bdf(0x287)][_0x593bdf(0x29a)])&&_0x3905f1[_0x593bdf(0x246)](isPhantomSkipFromNameFilter,_0x3fda1f)){const _0x5519da=_0x3905f1[_0x593bdf(0x295)](getFullJestTestName,_0x3fda1f);logger[_0x593bdf(0x2a8)](_0x593bdf(0x24b)+_0x5519da+'\x22'),_0x3fda1f['markedStatus']=!![];break;}_0x4aa624[_0x593bdf(0x22f)]={..._0x3905f1[_0x593bdf(0x2a2)](_0x20546b,_0x4aa624[_0x593bdf(0x22f)]),..._0x4aa624['test']};try{const _0x2fd6fc=_0x4aa624[_0x593bdf(0x22f)][_0x593bdf(0x270)]||[],_0x226403=_0x3905f1[_0x593bdf(0x27b)](_0x2fd6fc[_0x593bdf(0x1ea)],0x0)||_0x3905f1[_0x593bdf(0x1be)](_0x4aa624[_0x593bdf(0x22f)]['status'],_0x3905f1[_0x593bdf(0x22b)]),_0x551c50=_0x226403?_0x3905f1[_0x593bdf(0x28e)]:_0x3905f1[_0x593bdf(0x1b6)];let _0x56b344='';_0x226403&&(_0x56b344=_0x2fd6fc[_0x593bdf(0x1ae)](_0x11a587=>{const _0x22a1ac=_0x593bdf;if(Array['isArray'](_0x11a587))return _0x11a587['map'](_0x3be7d8=>_0x3be7d8&&_0x3be7d8[_0x22a1ac(0x242)]||String(_0x3be7d8))[_0x22a1ac(0x27a)](';\x20');return _0x11a587&&_0x11a587['message']||_0xca4f77[_0x22a1ac(0x1c5)](String,_0x11a587);})[_0x593bdf(0x27a)](';\x20')),process[_0x593bdf(0x235)]=_0x551c50,process[_0x593bdf(0x1f2)]=_0x3905f1[_0x593bdf(0x1da)](_0x56b344,''),logger['debug'](_0x593bdf(0x1c0)+_0x551c50+'\x22'),global[_0x593bdf(0x1af)]&&global[_0x593bdf(0x1af)][_0x593bdf(0x1c2)]&&(!global[_0x593bdf(0x1af)]['currentTest'][_0x593bdf(0x219)]&&(global[_0x593bdf(0x1af)][_0x593bdf(0x1c2)][_0x593bdf(0x219)]={}),global[_0x593bdf(0x1af)][_0x593bdf(0x1c2)][_0x593bdf(0x219)][_0x593bdf(0x252)]=_0x551c50,_0x226403&&(global[_0x593bdf(0x1af)][_0x593bdf(0x1c2)][_0x593bdf(0x219)]['failureMessage']=_0x56b344));}catch(_0x4864f6){logger['debug'](_0x593bdf(0x1e9)+_0x4864f6[_0x593bdf(0x242)]);}if(!_0x4aa624['test'][_0x593bdf(0x24c)]){_0x4aa624[_0x593bdf(0x22f)][_0x593bdf(0x24c)]=!![];if(BrowserstackCLI[_0x593bdf(0x20d)]()[_0x593bdf(0x258)]()&&await _0x3905f1[_0x593bdf(0x238)](isCLIReady))try{await _0x3905f1['MhSSD'](handleTestEventCLI,_0x4aa624['test'],_0x3905f1['qomwb'],_0x230232);break;}catch(_0x4b5b39){_0x3905f1[_0x593bdf(0x251)](debug,_0x593bdf(0x259)+util[_0x593bdf(0x278)](_0x4b5b39));}_0x3905f1['gqSAb'](shouldProcessEventForTesthub)&&await _0x230232[_0x593bdf(0x1c9)](_0x4aa624[_0x593bdf(0x22f)]);}break;}case _0x3905f1['usNil']:{const _0x1dcc33=_0x4aa624[_0x593bdf(0x22f)];if(_0x3905f1[_0x593bdf(0x213)](isTrue,process[_0x593bdf(0x287)][_0x593bdf(0x29a)])&&_0x3905f1[_0x593bdf(0x246)](isPhantomSkipFromNameFilter,_0x1dcc33)){const _0x570c79=_0x3905f1['cWdfl'](getFullJestTestName,_0x1dcc33);logger[_0x593bdf(0x2a8)](_0x593bdf(0x24a)+_0x570c79+'\x22'),_0x1dcc33[_0x593bdf(0x24c)]=!![];break;}_0x4aa624['test']={..._0x3905f1[_0x593bdf(0x1fe)](_0x20546b,_0x4aa624[_0x593bdf(0x22f)]),..._0x4aa624[_0x593bdf(0x22f)]};if(!_0x4aa624[_0x593bdf(0x22f)][_0x593bdf(0x24c)]){_0x4aa624[_0x593bdf(0x22f)][_0x593bdf(0x24c)]=!![];if(BrowserstackCLI[_0x593bdf(0x20d)]()[_0x593bdf(0x258)]()&&await _0x3905f1[_0x593bdf(0x238)](isCLIReady))try{await _0x3905f1[_0x593bdf(0x23d)](handleTestEventCLI,_0x4aa624[_0x593bdf(0x22f)],_0x3905f1[_0x593bdf(0x211)],_0x230232);break;}catch(_0xcb482e){_0x3905f1[_0x593bdf(0x1ff)](debug,_0x593bdf(0x259)+util[_0x593bdf(0x278)](_0xcb482e));}_0x3905f1['OnUEx'](shouldProcessEventForTesthub)&&await _0x230232[_0x593bdf(0x1c9)](_0x4aa624[_0x593bdf(0x22f)],undefined,![],_0x3905f1[_0x593bdf(0x211)]);}break;}case _0x3905f1[_0x593bdf(0x2a9)]:_0x230232[_0x593bdf(0x21a)]=null;break;case _0x3905f1['iYZSH']:await RequestQueueHandler['getInstance']()[_0x593bdf(0x1d2)](),process[_0x593bdf(0x296)]();break;default:}},_0x3905f1[_0x1f5eeb(0x24d)]));}catch(_0x3f3d75){_0x3905f1[_0x1f5eeb(0x1ff)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x3f3d75);}return _0x3905f1['NmGDj'](initInitialize,..._0x1896aa);};try{Object[a21_0x2a4b8(0x26d)](exportsI)[a21_0x2a4b8(0x1d3)](_0x362a44=>{const _0x3ec3e4=a21_0x2a4b8,_0x5585c0={'ahDpr':function(_0x4c04c6,_0x565231){return _0x4c04c6(_0x565231);}};try{exports&&(exports[_0x362a44]=exportsI[_0x362a44]);}catch(_0x5ce15b){_0x5585c0[_0x3ec3e4(0x274)](debug,_0x3ec3e4(0x1cd)+_0x5ce15b);}});}catch(a21_0x3d075c){debug(a21_0x2a4b8(0x1ed)+a21_0x3d075c);}const a21_0x59b767={};function a21_0x4556(){const _0x1ee6e9=['Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','zEMxO','POST','--testNamePattern','config','shutdown','forEach','addEventHandler','VrlVC','hookAnalyticsId','started_at','ltraF','has','bphPU','woLJT','test_skip','[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','browserstackTestName','TestRunSkipped','beforeEach','error','test_start','263282MBXpSi','../../../helpers/testhub/constants','testAnalyticsId','ROOT_DESCRIBE_BLOCK','toISOString','GbbAB','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','length','createHookData','xbfEd','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','state','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','NsqeF','vQymI','_bstackTestFailureReason','gqSAb','unhandledErrors','6bEZXhA','HookFinished','kppAm','WYxsZ','YsIPb','MrmBY','stack-trace','EventHandler','YZgvP','HOGTz','IFAZi','testPath','testStarted','pid','qiHDh','2368270vVWcyO','PUPPETEER','liJVa','__rerunFilterHelpers','gEwXf','../../v2/state/hookState','sMlAL','originalTest','initialize','getInstance','lNWnQ','IVefY','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','ZKSuh','getTestFramework','Pcpqj','RGKfY','../../v2/state/testFrameworkState','nQAcu','registerListeners','vqBmx','testInfo','hook_failure','Uhyrl','EysTQ','call','retryOf','__jestCurrentTestIdentifier','jest-circus','../../v2/browserstackCLI','zyudm','sdlNZ','TEST','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','beforeAll','QQrwG','IuWGG','hookData','SzfAP','sIOKx','getState','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','niZzP','test','\x20for\x20hook\x20type:\x20','../../../helpers/logger','run_describe_finish','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','unshift','_bstackTestStatus','getFileName','mQcpn','QdTUB','test_done','toString','hookUUID','passed','MhSSD','../../v2/utils/jest-utils','cDVHn','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','\x20>\x20','message','currentHook','string','type','gLJLR','setTestUUID','getActiveTestNamePattern','qCCOb','[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','markedStatus','TLZKv','QpPsR','PRE',':hookAnalyticsId','oVyjn','status','bootstrap','current_test','VMBwc','BROWSERSTACK_PUPPETEER','createTestFrameworkData','isCliEnabled','Error\x20routing\x20to\x20JestTestFramework:\x20','file','hYLHJ','uiazT','setActiveHook','startsWith','uFfdi','OpdGT','HookRunFinished','isPhantomSkipFromNameFilter','cxife','YKxwW','jest-circus/build/state.js','Handling\x20hook\x20event\x20for\x20CLI:\x20','HJJuV','ybFQW','BEFORE_EACH','OvlQK','TestRunStarted','errorsDetailed','keys','parent','-t=','errors','EVENT','LdpRi','../../../helpers/testhub/utils','ahDpr','JEST','name','3477648JUseoi','format','BROWSERSTACK_CLI_BIN_SESSION_ID','join','yjmhJ','PLAYWRIGHT','ZzCQj','rOnZe','jestConfig','isRunning','GwbMU','xUQbp','configuration','testNamePattern','setFrameworkDetail','add','env','jest-circus/build/jestAdapterInit.js','../test-observability/test-details','failed','gKMmz','98060akyOEK','afterEach','GiFLY','MzviM','parse','gdZuB','title','function','browserstackPlatformIndex','vAqDH','removeAllListeners','1527588rjyrGu','LOG_REPORT','match','BROWSERSTACK_RERUN','number','hook_success','HookRunStarted','HbHAm','testIdentifier','OnUEx','5069421ZcvaVy','rLONy','CLI\x20is\x20enabled\x20and\x20running.','rJBBI','createIdentifierFromJestTest','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','JMQMb','debug','FiiHa','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','TgTXv','qSgXq','WoOcX','rFxiy','xyvoU','trackEvent','XJtcG','4MDwdCa','makeSingleTestResult','../test-observability/obsReporter','getAutomationFrameworkDetail','Error\x20checking\x20CLI\x20readiness:\x20','slice','ImSDM','../../../helpers/test-observability/error-handler','DhECN','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','xZROV','DOTHq','asyncError','map','__workerDetails','CVkxd','ZivTm','HookStarted','ldfGc','includes','shlTc','QDIuR','--testNamePattern=','hook','teardown','TestRunFinished','testUUID','removeTestUUID','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','PGWtV',',\x20re-registering\x20event\x20handler','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','JVXRC','currentTest','saVCb','AFTER_EACH','tNZVT','968254ursoos','XPibo','uMzxZ','sendTestRunEvent','KRWYx','RilmR','winstonLogger'];a21_0x4556=function(){return _0x1ee6e9;};return a21_0x4556();}a21_0x59b767['getFullJestTestName']=getFullJestTestName,a21_0x59b767[a21_0x2a4b8(0x248)]=getActiveTestNamePattern,a21_0x59b767[a21_0x2a4b8(0x262)]=isPhantomSkipFromNameFilter,exports[a21_0x2a4b8(0x207)]=a21_0x59b767;
@@ -1 +1 @@
1
- function a22_0x1f9d(_0x4ac35a,_0x4dd51c){const _0x3eb81a=a22_0x3eb8();return a22_0x1f9d=function(_0x1f9d22,_0x1843df){_0x1f9d22=_0x1f9d22-0x6e;let _0x5cca0d=_0x3eb81a[_0x1f9d22];return _0x5cca0d;},a22_0x1f9d(_0x4ac35a,_0x4dd51c);}const a22_0x3746a3=a22_0x1f9d;function a22_0x3eb8(){const _0x3577e5=['map','771078YiUKOd','1531924uzvSxu','1189785qFaHxW','includes','sort','path','4235fFdxxs','@jest/test-sequencer','2472eKizcA','216bmcYaF','filter','default','3133152hfCODT','env','JEST_TEST_ORDER','26929qAinHu','267714IkyEUB','get'];a22_0x3eb8=function(){return _0x3577e5;};return a22_0x3eb8();}(function(_0x1224b9,_0x2a369e){const _0x9078ef=a22_0x1f9d,_0x1cde80=_0x1224b9();while(!![]){try{const _0x185a4c=-parseInt(_0x9078ef(0x79))/0x1+-parseInt(_0x9078ef(0x7c))/0x2+parseInt(_0x9078ef(0x7e))/0x3+parseInt(_0x9078ef(0x7d))/0x4+-parseInt(_0x9078ef(0x6f))/0x5*(-parseInt(_0x9078ef(0x71))/0x6)+parseInt(_0x9078ef(0x78))/0x7*(parseInt(_0x9078ef(0x72))/0x8)+-parseInt(_0x9078ef(0x75))/0x9;if(_0x185a4c===_0x2a369e)break;else _0x1cde80['push'](_0x1cde80['shift']());}catch(_0x270de1){_0x1cde80['push'](_0x1cde80['shift']());}}}(a22_0x3eb8,0x38674));const Sequencer=require(a22_0x3746a3(0x70))[a22_0x3746a3(0x74)];class CustomSequencer extends Sequencer{[a22_0x3746a3(0x80)](_0x2c81f0){const _0x508511=a22_0x3746a3,_0x9b412c=process[_0x508511(0x76)][_0x508511(0x77)];if(!_0x9b412c)return _0x2c81f0;const _0x114e87=_0x9b412c['split'](','),_0x3b1935=new Map(_0x2c81f0[_0x508511(0x73)](_0x2f4ed1=>_0x114e87[_0x508511(0x7f)](_0x2f4ed1[_0x508511(0x6e)]))[_0x508511(0x7b)](_0x27f448=>[_0x27f448['path'],_0x27f448]));return _0x114e87[_0x508511(0x7b)](_0x4a1321=>_0x3b1935[_0x508511(0x7a)](_0x4a1321))[_0x508511(0x73)](Boolean);}}module['exports']=CustomSequencer;
1
+ const a22_0x2d51e4=a22_0x5c7a;function a22_0x5c7a(_0x4ef7b4,_0x4ab507){const _0xef4fbe=a22_0xef4f();return a22_0x5c7a=function(_0x5c7a03,_0x5d4ba2){_0x5c7a03=_0x5c7a03-0x113;let _0x57a41d=_0xef4fbe[_0x5c7a03];return _0x57a41d;},a22_0x5c7a(_0x4ef7b4,_0x4ab507);}(function(_0x57ecc0,_0x144718){const _0x211237=a22_0x5c7a,_0x33637a=_0x57ecc0();while(!![]){try{const _0x202527=parseInt(_0x211237(0x120))/0x1*(-parseInt(_0x211237(0x114))/0x2)+-parseInt(_0x211237(0x124))/0x3+parseInt(_0x211237(0x11d))/0x4+-parseInt(_0x211237(0x116))/0x5*(-parseInt(_0x211237(0x123))/0x6)+-parseInt(_0x211237(0x115))/0x7+-parseInt(_0x211237(0x11b))/0x8+parseInt(_0x211237(0x119))/0x9;if(_0x202527===_0x144718)break;else _0x33637a['push'](_0x33637a['shift']());}catch(_0x3d0f03){_0x33637a['push'](_0x33637a['shift']());}}}(a22_0xef4f,0x92980));const Sequencer=require(a22_0x2d51e4(0x117))[a22_0x2d51e4(0x11e)];class CustomSequencer extends Sequencer{[a22_0x2d51e4(0x11a)](_0x36c8bc){const _0x44b1ec=a22_0x2d51e4,_0x2e02f6=process[_0x44b1ec(0x126)][_0x44b1ec(0x118)];if(!_0x2e02f6)return _0x36c8bc;const _0x1ac843=_0x2e02f6[_0x44b1ec(0x122)](','),_0x108e34=new Map(_0x36c8bc['filter'](_0x4f28d3=>_0x1ac843['includes'](_0x4f28d3['path']))[_0x44b1ec(0x121)](_0x3f9e9d=>[_0x3f9e9d[_0x44b1ec(0x11c)],_0x3f9e9d]));return _0x1ac843[_0x44b1ec(0x121)](_0x3acedc=>_0x108e34[_0x44b1ec(0x125)](_0x3acedc))[_0x44b1ec(0x11f)](Boolean);}}function a22_0xef4f(){const _0x3598c2=['path','2559652VKTkQT','default','filter','2aPqvsM','map','split','23658fkJVvQ','2359107GjlNPE','get','env','exports','1146682XrEVGe','7860839OAXJXv','360EKFSpa','@jest/test-sequencer','JEST_TEST_ORDER','27905859PACFaI','sort','2943872sBENgQ'];a22_0xef4f=function(){return _0x3598c2;};return a22_0xef4f();}module[a22_0x2d51e4(0x113)]=CustomSequencer;