browserstack-node-sdk 1.53.4 → 1.53.5

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 (193) 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/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a10_0x2cdf0a=a10_0x4bed;(function(_0x447313,_0x19cf85){const _0x5bce0c=a10_0x4bed,_0x1e84cb=_0x447313();while(!![]){try{const _0x336c98=-parseInt(_0x5bce0c(0x1f9))/0x1*(-parseInt(_0x5bce0c(0x207))/0x2)+parseInt(_0x5bce0c(0x1df))/0x3*(parseInt(_0x5bce0c(0x1d6))/0x4)+-parseInt(_0x5bce0c(0x203))/0x5+parseInt(_0x5bce0c(0x1f5))/0x6+-parseInt(_0x5bce0c(0x1fb))/0x7+parseInt(_0x5bce0c(0x204))/0x8*(parseInt(_0x5bce0c(0x1fa))/0x9)+-parseInt(_0x5bce0c(0x202))/0xa;if(_0x336c98===_0x19cf85)break;else _0x1e84cb['push'](_0x1e84cb['shift']());}catch(_0x45c23c){_0x1e84cb['push'](_0x1e84cb['shift']());}}}(a10_0x501e,0xbe6ed));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x2cdf0a(0x1d5)),setKeepAlive=require(a10_0x2cdf0a(0x1e9)),cucumberModule=requireModule(a10_0x2cdf0a(0x1f3),a10_0x2cdf0a(0x1ec)),logger=require('../../helpers/logger')[a10_0x2cdf0a(0x1f0)];modifyCommand(),setKeepAlive();function a10_0x4bed(_0x46ece2,_0x262664){const _0x501e42=a10_0x501e();return a10_0x4bed=function(_0x4bed00,_0x55847a){_0x4bed00=_0x4bed00-0x1d5;let _0x115d75=_0x501e42[_0x4bed00];return _0x115d75;},a10_0x4bed(_0x46ece2,_0x262664);}const Before=cucumberModule['Before'],After=cucumberModule[a10_0x2cdf0a(0x201)],configuration=process[a10_0x2cdf0a(0x20d)]['CONFIG'];if(configuration!==undefined){const config=JSON[a10_0x2cdf0a(0x1d9)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x2cdf0a(0x1de)]=!![]),global[a10_0x2cdf0a(0x1ea)]=isTrue(config[a10_0x2cdf0a(0x20c)]),require(a10_0x2cdf0a(0x1f2))[a10_0x2cdf0a(0x1dd)](config),global[a10_0x2cdf0a(0x1ff)]=config[a10_0x2cdf0a(0x1e2)]||{};}function a10_0x501e(){const _0x519d89=['browserstackAgentV2','__skipSessionName','743583fuKFFb','__driver','fscWK','platformCaps','RGyUQ','ywzGY','__error_messages__','PpQmQ','result','BRUdN','../../helpers/setKeepAlive','__skipSessionStatus','hUOJF','cucumber','bDBHe','failed','Inside\x20browserstack\x20After','winstonLogger','timeout','../../index','cucumber/lib/index.js','toLowerCase','4113294fvFinA','session_','name','join','331QSHntR','18nQLbTr','7473123phjXky','setDefaultTimeout','\x22}}','bstack','__platformCaps','hswwJ','After','1847620IYbzvo','7296005yNlFQy','2107696TsuNPv','passed','acOFn','9278GsOjqi','debug','__timeout','qooHA','initQuit','skipSessionStatus','env','../../helpers/helper','12VvMotx','then','\x20|\x20','parse','baSCt','Error:\x20quiting\x20at\x20After:\x20','Inside\x20browserstack\x20Before'];a10_0x501e=function(){return _0x519d89;};return a10_0x501e();}global[a10_0x2cdf0a(0x209)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x2cdf0a(0x1fc)];cucumberModule[a10_0x2cdf0a(0x1fc)]=_0x581793=>{const _0x3c4f0b=a10_0x2cdf0a,_0x250ccd={'PpQmQ':function(_0x28c22d,_0x3477c5){return _0x28c22d(_0x3477c5);}};global[_0x3c4f0b(0x209)]=_0x581793,_0x250ccd[_0x3c4f0b(0x1e6)](__setDefaultTimeout,_0x581793);};const a10_0x159982={};a10_0x159982[a10_0x2cdf0a(0x1f7)]=a10_0x2cdf0a(0x1fe),Before(a10_0x159982,function(){const _0x2d5fff=a10_0x2cdf0a,_0x38552b={};_0x38552b[_0x2d5fff(0x1e8)]=_0x2d5fff(0x1dc);const _0x2a6299=_0x38552b;logger['debug'](_0x2a6299[_0x2d5fff(0x1e8)]),global['__error_messages__']=[];});const a10_0x40727e={};a10_0x40727e[a10_0x2cdf0a(0x1f7)]=a10_0x2cdf0a(0x1fe),a10_0x40727e[a10_0x2cdf0a(0x1f1)]=0x2710,After(a10_0x40727e,function(_0x44bddf,_0x4cae18){const _0x122d06=a10_0x2cdf0a,_0x4b3f33={'fscWK':function(_0xd7a10f,_0x290191){return _0xd7a10f===_0x290191;},'qooHA':_0x122d06(0x1ee),'hswwJ':function(_0x47ddd9,_0x15ba60,_0x2c24c6,_0x4cc0b1){return _0x47ddd9(_0x15ba60,_0x2c24c6,_0x4cc0b1);},'ywzGY':_0x122d06(0x1d8),'hUOJF':function(_0x515fca,_0x16622c,_0x4f99f0){return _0x515fca(_0x16622c,_0x4f99f0);},'bDBHe':_0x122d06(0x205),'RGyUQ':function(_0x2922cb){return _0x2922cb();},'acOFn':function(_0x384285,_0x488664){return _0x384285(_0x488664);},'etzyM':function(_0x23c2bf){return _0x23c2bf();},'baSCt':_0x122d06(0x1ef)};logger[_0x122d06(0x208)](_0x4b3f33[_0x122d06(0x1da)]),new Promise(async(_0xe7099b,_0x47cb50)=>{const _0x52ea4b=_0x122d06;let _0x47dae3=![];try{await global[_0x52ea4b(0x1e0)][_0x52ea4b(0x1f6)],_0x47dae3=!![],!global[_0x52ea4b(0x1de)]&&await global[_0x52ea4b(0x1e0)]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x44bddf['pickle'][_0x52ea4b(0x1f7)]+_0x52ea4b(0x1fd)),_0x4b3f33[_0x52ea4b(0x1e1)](_0x44bddf[_0x52ea4b(0x1e7)]['status'][_0x52ea4b(0x1f4)](),_0x4b3f33[_0x52ea4b(0x20a)])?await _0x4b3f33[_0x52ea4b(0x200)](markSessionStatus,global[_0x52ea4b(0x1e0)],_0x4b3f33[_0x52ea4b(0x20a)],global[_0x52ea4b(0x1e5)][_0x52ea4b(0x1f8)](_0x4b3f33[_0x52ea4b(0x1e4)])):await _0x4b3f33[_0x52ea4b(0x1eb)](markSessionStatus,global['__driver'],_0x4b3f33[_0x52ea4b(0x1ed)]);}catch(_0x418471){logger[_0x52ea4b(0x208)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x418471);}if(_0x47dae3)try{await global['__driver'][_0x52ea4b(0x20b)](),_0x4b3f33[_0x52ea4b(0x1e3)](_0xe7099b);}catch(_0x52c2f8){logger['debug'](_0x52ea4b(0x1db)+_0x52c2f8),_0x4b3f33[_0x52ea4b(0x206)](_0x47cb50,_0x52c2f8);}else _0x4b3f33['etzyM'](_0x47cb50);})[_0x122d06(0x1d7)](()=>_0x4cae18());});
1
+ const a10_0xd116a1=a10_0x48c3;function a10_0xcb49(){const _0x5d23c5=['\x20|\x20','PvZCf','After','__platformCaps','2050PlCUnx','timeout','passed','5894JaDxKQ','env','skipSessionName','join','__skipSessionStatus','dHUld','cucumber/lib/index.js','xqbSf','CONFIG','bstack','../../helpers/setKeepAlive','result','ujExi','2242365WzUZrZ','debug','LbcjL','18pCdmty','13732qaXkPg','name','Inside\x20browserstack\x20Before','__skipSessionName','11064ZlebwC','status','__driver','../../helpers/helper','KhMGl','JyeoW','bNzQh','cucumber','QCaqL','16332701gkKKeZ','XDKWD','19557vzWyyk','Before','session_','77178RjVFEL','IaIUx','9dbEbdY','__timeout','then','4450320imPRLP','__error_messages__','skipSessionStatus','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','winstonLogger','\x22}}','615kUfWKD','setDefaultTimeout'];a10_0xcb49=function(){return _0x5d23c5;};return a10_0xcb49();}(function(_0x3e9189,_0x3d7512){const _0x12fc42=a10_0x48c3,_0xa34afe=_0x3e9189();while(!![]){try{const _0x31837d=parseInt(_0x12fc42(0x169))/0x1*(-parseInt(_0x12fc42(0x167))/0x2)+-parseInt(_0x12fc42(0x172))/0x3*(parseInt(_0x12fc42(0x18c))/0x4)+parseInt(_0x12fc42(0x188))/0x5*(parseInt(_0x12fc42(0x18b))/0x6)+-parseInt(_0x12fc42(0x17b))/0x7*(-parseInt(_0x12fc42(0x190))/0x8)+parseInt(_0x12fc42(0x164))/0x9*(parseInt(_0x12fc42(0x178))/0xa)+-parseInt(_0x12fc42(0x162))/0xb+parseInt(_0x12fc42(0x16c))/0xc;if(_0x31837d===_0x3d7512)break;else _0xa34afe['push'](_0xa34afe['shift']());}catch(_0x14922a){_0xa34afe['push'](_0xa34afe['shift']());}}}(a10_0xcb49,0xc0f65));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0xd116a1(0x15c)),setKeepAlive=require(a10_0xd116a1(0x185)),cucumberModule=requireModule(a10_0xd116a1(0x181),a10_0xd116a1(0x160)),logger=require('../../helpers/logger')[a10_0xd116a1(0x170)];function a10_0x48c3(_0xf9aff9,_0x506329){const _0xcb4947=a10_0xcb49();return a10_0x48c3=function(_0x48c35e,_0x8e88d){_0x48c35e=_0x48c35e-0x15a;let _0x3616b5=_0xcb4947[_0x48c35e];return _0x3616b5;},a10_0x48c3(_0xf9aff9,_0x506329);}modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0xd116a1(0x165)],After=cucumberModule[a10_0xd116a1(0x176)],configuration=process[a10_0xd116a1(0x17c)][a10_0xd116a1(0x183)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0xd116a1(0x17d)])&&(global['__skipSessionName']=!![]),global[a10_0xd116a1(0x17f)]=isTrue(config[a10_0xd116a1(0x16e)]),require('../../index')['browserstackAgentV2'](config),global[a10_0xd116a1(0x177)]=config['platformCaps']||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0xd116a1(0x173)];cucumberModule[a10_0xd116a1(0x173)]=_0x34395a=>{const _0x5e739d=a10_0xd116a1,_0x2c6fb9={'dHUld':function(_0x5800b6,_0x1e4243){return _0x5800b6(_0x1e4243);}};global[_0x5e739d(0x16a)]=_0x34395a,_0x2c6fb9[_0x5e739d(0x180)](__setDefaultTimeout,_0x34395a);};const a10_0x11772b={};a10_0x11772b['name']='bstack',Before(a10_0x11772b,function(){const _0x2e5b74=a10_0xd116a1,_0x582d51={};_0x582d51['KhMGl']=_0x2e5b74(0x18e);const _0x301fac=_0x582d51;logger[_0x2e5b74(0x189)](_0x301fac[_0x2e5b74(0x15d)]),global[_0x2e5b74(0x16d)]=[];});const a10_0x2717b7={};a10_0x2717b7[a10_0xd116a1(0x18d)]=a10_0xd116a1(0x184),a10_0x2717b7[a10_0xd116a1(0x179)]=0x2710,After(a10_0x2717b7,function(_0x3cbec6,_0x42f97d){const _0x5bb313=a10_0xd116a1,_0x552f90={'XDKWD':function(_0x59cfb9,_0x4934ef){return _0x59cfb9===_0x4934ef;},'LbcjL':'failed','IaIUx':function(_0x351b5d,_0x50933b,_0x4a2712,_0x4301fc){return _0x351b5d(_0x50933b,_0x4a2712,_0x4301fc);},'JyeoW':_0x5bb313(0x174),'xqbSf':function(_0x132d59,_0x43f17b,_0x64a6c3){return _0x132d59(_0x43f17b,_0x64a6c3);},'bNzQh':_0x5bb313(0x17a),'QCaqL':function(_0x3d80e4){return _0x3d80e4();},'PvZCf':function(_0x521feb,_0x357fe9){return _0x521feb(_0x357fe9);},'ujExi':'Inside\x20browserstack\x20After'};logger[_0x5bb313(0x189)](_0x552f90[_0x5bb313(0x187)]),new Promise(async(_0xaff1fb,_0x3f7254)=>{const _0x2ba09c=_0x5bb313;let _0x3e8bb8=![];try{await global[_0x2ba09c(0x15b)][_0x2ba09c(0x166)],_0x3e8bb8=!![],!global[_0x2ba09c(0x18f)]&&await global[_0x2ba09c(0x15b)]['executeScript'](_0x2ba09c(0x16f)+_0x3cbec6['pickle']['name']+_0x2ba09c(0x171)),_0x552f90[_0x2ba09c(0x163)](_0x3cbec6[_0x2ba09c(0x186)][_0x2ba09c(0x15a)]['toLowerCase'](),_0x552f90[_0x2ba09c(0x18a)])?await _0x552f90[_0x2ba09c(0x168)](markSessionStatus,global[_0x2ba09c(0x15b)],_0x552f90[_0x2ba09c(0x18a)],global['__error_messages__'][_0x2ba09c(0x17e)](_0x552f90[_0x2ba09c(0x15e)])):await _0x552f90[_0x2ba09c(0x182)](markSessionStatus,global[_0x2ba09c(0x15b)],_0x552f90[_0x2ba09c(0x15f)]);}catch(_0x248d28){logger[_0x2ba09c(0x189)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x248d28);}if(_0x3e8bb8)try{await global['__driver']['initQuit'](),_0x552f90[_0x2ba09c(0x161)](_0xaff1fb);}catch(_0x2bc87c){logger[_0x2ba09c(0x189)]('Error:\x20quiting\x20at\x20After:\x20'+_0x2bc87c),_0x552f90[_0x2ba09c(0x175)](_0x3f7254,_0x2bc87c);}else _0x552f90[_0x2ba09c(0x161)](_0x3f7254);})[_0x5bb313(0x16b)](()=>_0x42f97d());});
@@ -1 +1 @@
1
- const a11_0x30e04f=a11_0xb7ab;function a11_0xb7ab(_0x59a4df,_0x580bf6){const _0x4f25f9=a11_0x4f25();return a11_0xb7ab=function(_0xb7abcd,_0x2a4655){_0xb7abcd=_0xb7abcd-0x104;let _0x341531=_0x4f25f9[_0xb7abcd];return _0x341531;},a11_0xb7ab(_0x59a4df,_0x580bf6);}function a11_0x4f25(){const _0x105779=['9AeyUZv','4932BGaEwN','290HsVUjV','@cucumber/cucumber','5411880tLjokZ','1135028JyitJU','72RBRvvw','BSTACK_DELTA','10558580jZJTxF','__timeout','../utils/constants','412cMCmFV','setDefaultTimeout','@cucumber/cucumber/lib/index.js','1992eKnIhq','72960TJdPoJ','7397951Unpjcr','21581TQIRXL','../../helpers/helper'];a11_0x4f25=function(){return _0x105779;};return a11_0x4f25();}(function(_0x32988c,_0x571161){const _0x1c2932=a11_0xb7ab,_0x20d505=_0x32988c();while(!![]){try{const _0x2e8f0a=parseInt(_0x1c2932(0x108))/0x1+parseInt(_0x1c2932(0x10e))/0x2*(-parseInt(_0x1c2932(0x104))/0x3)+-parseInt(_0x1c2932(0x112))/0x4*(-parseInt(_0x1c2932(0x105))/0x5)+parseInt(_0x1c2932(0x111))/0x6*(parseInt(_0x1c2932(0x114))/0x7)+parseInt(_0x1c2932(0x107))/0x8+parseInt(_0x1c2932(0x116))/0x9*(parseInt(_0x1c2932(0x10b))/0xa)+-parseInt(_0x1c2932(0x113))/0xb*(parseInt(_0x1c2932(0x109))/0xc);if(_0x2e8f0a===_0x571161)break;else _0x20d505['push'](_0x20d505['shift']());}catch(_0x139471){_0x20d505['push'](_0x20d505['shift']());}}}(a11_0x4f25,0x8c5d9));const {requireModule}=require(a11_0x30e04f(0x115)),constants=require(a11_0x30e04f(0x10d));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x30e04f(0x110),a11_0x30e04f(0x106));}catch(a11_0x30eeec){cucumberModule=requireModule('cucumber/lib/index.js','cucumber');}cucumberModule[a11_0x30e04f(0x10f)](constants[a11_0x30e04f(0x10a)]+global[a11_0x30e04f(0x10c)]*0x1);
1
+ const a11_0x2a1197=a11_0xb4fc;(function(_0x341d85,_0x1cac52){const _0x22be29=a11_0xb4fc,_0x3c2272=_0x341d85();while(!![]){try{const _0x4932bc=parseInt(_0x22be29(0xd4))/0x1*(-parseInt(_0x22be29(0xcf))/0x2)+parseInt(_0x22be29(0xce))/0x3*(-parseInt(_0x22be29(0xd2))/0x4)+parseInt(_0x22be29(0xd6))/0x5*(parseInt(_0x22be29(0xda))/0x6)+-parseInt(_0x22be29(0xcb))/0x7+-parseInt(_0x22be29(0xdb))/0x8+-parseInt(_0x22be29(0xcd))/0x9+parseInt(_0x22be29(0xd0))/0xa*(parseInt(_0x22be29(0xd1))/0xb);if(_0x4932bc===_0x1cac52)break;else _0x3c2272['push'](_0x3c2272['shift']());}catch(_0x222f8a){_0x3c2272['push'](_0x3c2272['shift']());}}}(a11_0x7491,0xaa709));const {requireModule}=require(a11_0x2a1197(0xca)),constants=require(a11_0x2a1197(0xd7));;let cucumberModule=null;function a11_0x7491(){const _0x2bbdfb=['35299lChakU','332BgTGTe','BSTACK_DELTA','40751BBFjoP','setDefaultTimeout','4732855gQXtxq','../utils/constants','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','6BrLyhr','2831264krhNtb','__timeout','cucumber','../../helpers/helper','8342936UdcZWo','@cucumber/cucumber','10085706NEfHsD','9609eslqYQ','62xjvXvn','12300ZYnshr'];a11_0x7491=function(){return _0x2bbdfb;};return a11_0x7491();}try{cucumberModule=requireModule(a11_0x2a1197(0xd9),a11_0x2a1197(0xcc));}catch(a11_0x5ea517){cucumberModule=requireModule(a11_0x2a1197(0xd8),a11_0x2a1197(0xc9));}function a11_0xb4fc(_0x118476,_0xf075e4){const _0x749191=a11_0x7491();return a11_0xb4fc=function(_0xb4fcf,_0x2d1d70){_0xb4fcf=_0xb4fcf-0xc8;let _0x5b0628=_0x749191[_0xb4fcf];return _0x5b0628;},a11_0xb4fc(_0x118476,_0xf075e4);}cucumberModule[a11_0x2a1197(0xd5)](constants[a11_0x2a1197(0xd3)]+global[a11_0x2a1197(0xc8)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x22dc33=a12_0x2d6d;function a12_0x2d6d(_0x3841b6,_0x16f789){const _0x1bd4ac=a12_0x1bd4();return a12_0x2d6d=function(_0x2d6d78,_0x2680fc){_0x2d6d78=_0x2d6d78-0x1a6;let _0x20784c=_0x1bd4ac[_0x2d6d78];return _0x20784c;},a12_0x2d6d(_0x3841b6,_0x16f789);}(function(_0x1932c1,_0x36b3ab){const _0x2108fb=a12_0x2d6d,_0xeba7ff=_0x1932c1();while(!![]){try{const _0x37bafd=parseInt(_0x2108fb(0x1d3))/0x1+-parseInt(_0x2108fb(0x1b9))/0x2*(-parseInt(_0x2108fb(0x1ef))/0x3)+parseInt(_0x2108fb(0x1a6))/0x4*(parseInt(_0x2108fb(0x1e8))/0x5)+parseInt(_0x2108fb(0x1c9))/0x6*(parseInt(_0x2108fb(0x1c0))/0x7)+-parseInt(_0x2108fb(0x1cd))/0x8*(parseInt(_0x2108fb(0x1ec))/0x9)+parseInt(_0x2108fb(0x1b8))/0xa*(parseInt(_0x2108fb(0x1d9))/0xb)+-parseInt(_0x2108fb(0x1be))/0xc*(parseInt(_0x2108fb(0x1d8))/0xd);if(_0x37bafd===_0x36b3ab)break;else _0xeba7ff['push'](_0xeba7ff['shift']());}catch(_0x1d99dd){_0xeba7ff['push'](_0xeba7ff['shift']());}}}(a12_0x1bd4,0x47f12));const {default:BrowserStackSetup}=require(a12_0x22dc33(0x1d4)),logger=require('../../helpers/logger')[a12_0x22dc33(0x1cc)],{URL}=require(a12_0x22dc33(0x1bd)),helper=require(a12_0x22dc33(0x1bb)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x22dc33(0x1de)),validHosts=function(_0x56319b){const _0x3df973=a12_0x22dc33;return _0x56319b[_0x3df973(0x1a7)](',')[_0x3df973(0x1e6)](_0x67b5a8=>{const _0xa2d66b=_0x3df973;try{new URL(_0x67b5a8[_0xa2d66b(0x1e9)]());}catch(_0x121864){return![];}return!![];});},parseOnPremHosts=function(_0x10a4db){const _0x4e430c=a12_0x22dc33,_0x2f6d00={};_0x2f6d00['Abfrx']=function(_0x3daae0,_0x1eac6f){return _0x3daae0===_0x1eac6f;},_0x2f6d00[_0x4e430c(0x1b3)]='https:',_0x2f6d00[_0x4e430c(0x1e0)]=_0x4e430c(0x1dc),_0x2f6d00[_0x4e430c(0x1da)]=_0x4e430c(0x1d2);const _0x225d7a=_0x2f6d00;return _0x10a4db[_0x4e430c(0x1a7)](',')[_0x4e430c(0x1ca)](_0x4ba859=>{const _0x1fc050=_0x4e430c,_0x4a9876=new URL(_0x4ba859['trim']()),_0x4b764f=_0x4a9876[_0x1fc050(0x1d5)],_0x6e2697=_0x4a9876['port']||(_0x225d7a[_0x1fc050(0x1b1)](_0x4a9876['protocol'],_0x225d7a[_0x1fc050(0x1b3)])?_0x225d7a[_0x1fc050(0x1e0)]:'80'),_0x3c25ea=_0x4a9876[_0x1fc050(0x1b4)][_0x1fc050(0x1e7)](':',''),_0x2e9166=_0x225d7a[_0x1fc050(0x1b1)](_0x3c25ea,_0x225d7a['kIvqW'])?0x1:0x0;return _0x4b764f+','+_0x6e2697+','+_0x2e9166;});},connectCommandBuilder=function(_0x964f78){const _0x4fe5c8=a12_0x22dc33,_0x265438={};_0x265438[_0x4fe5c8(0x1cb)]='string';const _0x5383b7=_0x265438,_0x2de563={};_0x2de563[_0x4fe5c8(0x1dd)]=HELP_MESSAGES[_0x4fe5c8(0x1a8)][_0x4fe5c8(0x1c1)],_0x2de563[_0x4fe5c8(0x1ba)]=_0x5383b7['BtNxV'];const _0xb28a4={};_0xb28a4[_0x4fe5c8(0x1dd)]=HELP_MESSAGES[_0x4fe5c8(0x1a8)][_0x4fe5c8(0x1bc)],_0xb28a4[_0x4fe5c8(0x1ba)]=_0x5383b7[_0x4fe5c8(0x1cb)],_0xb28a4['demandOption']=!![];const _0x1d5f13={};return _0x1d5f13[_0x4fe5c8(0x1e5)]=_0x2de563,_0x1d5f13[_0x4fe5c8(0x1bc)]=_0xb28a4,_0x964f78[_0x4fe5c8(0x1a8)](_0x1d5f13);},connectCommandHandler=async function(_0x5c8eaa){const _0x2a296e=a12_0x22dc33,_0x417ccc={'BNRbx':_0x2a296e(0x1ae),'bkNXi':function(_0x2557c7,_0x5342fc){return _0x2557c7===_0x5342fc;},'YRuhY':_0x2a296e(0x1c6),'bYEaJ':'BrowserStack\x20access\x20key\x20missing.','ZmZDv':function(_0x2bba3d,_0x4c937d){return _0x2bba3d===_0x4c937d;},'KzDPR':_0x2a296e(0x1ee),'EgSNP':function(_0x5349a1,_0x3a0650){return _0x5349a1(_0x3a0650);},'AmznZ':'Hosts\x20not\x20valid','CvcOv':function(_0x5a284b,_0x165cb8){return _0x5a284b(_0x165cb8);},'aaOwD':_0x2a296e(0x1d6),'nmkVN':_0x2a296e(0x1c5),'ZKQmt':'Failed\x20to\x20establish\x20connection.'};try{const _0x3508ad=new BrowserStackSetup(_0x5c8eaa,_0x417ccc[_0x2a296e(0x1d0)]);_0x5c8eaa[_0x2a296e(0x1c7)]&&(_0x3508ad[_0x2a296e(0x1ea)]['accessKey']=_0x5c8eaa[_0x2a296e(0x1c7)]);if(_0x417ccc['bkNXi'](typeof _0x3508ad['config'][_0x2a296e(0x1ac)],_0x417ccc[_0x2a296e(0x1b2)])){logger[_0x2a296e(0x1df)](_0x417ccc[_0x2a296e(0x1ad)]);throw new Error(ERROR_MESSAGES[_0x2a296e(0x1c1)][_0x2a296e(0x1b7)]);}const _0x39f30c=_0x5c8eaa[_0x2a296e(0x1bc)];if(_0x417ccc[_0x2a296e(0x1c4)](typeof _0x39f30c,_0x417ccc[_0x2a296e(0x1b2)])){logger[_0x2a296e(0x1df)](_0x417ccc[_0x2a296e(0x1e4)]);throw new Error(ERROR_MESSAGES[_0x2a296e(0x1bc)][_0x2a296e(0x1b7)]);}if(!_0x417ccc[_0x2a296e(0x1a9)](validHosts,_0x39f30c)){logger[_0x2a296e(0x1df)](_0x417ccc[_0x2a296e(0x1d7)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0xff12e4=_0x417ccc['CvcOv'](parseOnPremHosts,_0x39f30c);_0x3508ad[_0x2a296e(0x1ea)]['browserstackLocal']=!![],_0x3508ad['config'][_0x2a296e(0x1eb)][_0x2a296e(0x1d1)]=_0x417ccc[_0x2a296e(0x1bf)],_0x3508ad[_0x2a296e(0x1ea)][_0x2a296e(0x1eb)][_0x2a296e(0x1b0)]=_0xff12e4[_0x2a296e(0x1cf)](','),helper[_0x2a296e(0x1ce)](_0x3508ad['config']),await _0x3508ad[_0x2a296e(0x1e1)](),logger[_0x2a296e(0x1db)](_0x417ccc[_0x2a296e(0x1e2)]);}catch(_0x244d85){logger['error'](_0x417ccc[_0x2a296e(0x1c8)]);throw new Error(_0x244d85[_0x2a296e(0x1aa)]());}};function run(_0x4dbd8a){const _0x1a8954=a12_0x22dc33,_0x7fb8d2={};_0x7fb8d2[_0x1a8954(0x1c2)]=_0x1a8954(0x1ed),_0x7fb8d2[_0x1a8954(0x1af)]='help';const _0x2ffa10=_0x7fb8d2;_0x4dbd8a['usage'](HELP_MESSAGES[_0x1a8954(0x1e3)][_0x1a8954(0x1c3)])[_0x1a8954(0x1e3)](_0x2ffa10[_0x1a8954(0x1c2)],HELP_MESSAGES['command'][_0x1a8954(0x1ed)],connectCommandBuilder,connectCommandHandler)[_0x1a8954(0x1ab)]()['help'](_0x2ffa10['oUVnZ'])[_0x1a8954(0x1b6)](HELP_MESSAGES[_0x1a8954(0x1e3)]['footer']);}module[a12_0x22dc33(0x1b5)]=run;function a12_0x1bd4(){const _0x1b3c95=['replace','2121335DnUrJt','trim','config','browserStackLocalOptions','27yAMLle','connect','Integration\x20hosts\x20missing.','129PjFseJ','4vKtAkh','split','options','EgSNP','toString','demandCommand','accessKey','bYEaJ','integrations','oUVnZ','only','Abfrx','YRuhY','CBELC','protocol','exports','epilogue','missing','11580vbtdaV','15874OoGwpw','type','../../helpers/helper','hosts','url','146244UIMZxu','aaOwD','1014041PKnUdp','bstackAccessKey','xMCgM','root','ZmZDv','Connection\x20established\x20successfully.','undefined','bstackAccesskey','ZKQmt','6gbJtXy','map','BtNxV','winstonLogger','1431288KJVNlx','setProxySettings','join','BNRbx','localIdentifier','https','94639fogcVa','../../helpers/BrowserStackSetup','hostname','integrations-repeater','AmznZ','247WORung','550gcbNCk','kIvqW','info','443','describe','./constants','error','gDcpD','setupBrowserstackLocal','nmkVN','command','KzDPR','bstack-accesskey','every'];a12_0x1bd4=function(){return _0x1b3c95;};return a12_0x1bd4();}
2
+ 'use strict';const a12_0x2691bd=a12_0x2b7d;function a12_0x4fbd(){const _0x10e93b=['setupBrowserstackLocal','demandOption','oERHc','https:','oKQSK','protocol','undefined','winstonLogger','ZIWtx','config','every','YZooL','DGRqq','error','Integration\x20hosts\x20missing.','map','uBSgr','browserstackLocal','145196BPjvzv','Failed\x20to\x20establish\x20connection.','toString','4249720kJmCRr','Hosts\x20not\x20valid','url','localIdentifier','nnTAH','split','nbdzY','bstack-accesskey','PtAHp','join','2374992fHWkCC','IQKJG','aOQIW','describe','hosts','ileOn','sVFuf','footer','bJWOP','2AvwRUm','integrations','16DDmEDX','ZofvW','invalid','replace','hostname','string','7922383wVawVd','bstackAccessKey','vuvLu','trim','96AKqJKl','../../helpers/logger','exports','1069362bQflpT','BrowserStack\x20access\x20key\x20missing.','connect','./constants','DqJkK','../../helpers/helper','ntmQo','Connection\x20established\x20successfully.','usage','options','info','22145040vTGRhI','accessKey','missing','command','777173GhVOfe','GKHnJ','demandCommand','type','browserStackLocalOptions','setProxySettings','bstackAccesskey','help'];a12_0x4fbd=function(){return _0x10e93b;};return a12_0x4fbd();}(function(_0x525a22,_0x1adf9a){const _0x2f16fc=a12_0x2b7d,_0x305b3b=_0x525a22();while(!![]){try{const _0x15d4e8=parseInt(_0x2f16fc(0xa6))/0x1*(-parseInt(_0x2f16fc(0x88))/0x2)+-parseInt(_0x2f16fc(0x94))/0x3*(-parseInt(_0x2f16fc(0xc0))/0x4)+parseInt(_0x2f16fc(0xc3))/0x5+parseInt(_0x2f16fc(0xcd))/0x6+parseInt(_0x2f16fc(0x90))/0x7+parseInt(_0x2f16fc(0x8a))/0x8*(parseInt(_0x2f16fc(0x97))/0x9)+-parseInt(_0x2f16fc(0xa2))/0xa;if(_0x15d4e8===_0x1adf9a)break;else _0x305b3b['push'](_0x305b3b['shift']());}catch(_0x286e4e){_0x305b3b['push'](_0x305b3b['shift']());}}}(a12_0x4fbd,0xbfab0));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x2691bd(0x95))[a12_0x2691bd(0xb5)],{URL}=require(a12_0x2691bd(0xc5)),helper=require(a12_0x2691bd(0x9c)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x2691bd(0x9a)),validHosts=function(_0x510d89){const _0x2005c0=a12_0x2691bd;return _0x510d89[_0x2005c0(0xc8)](',')[_0x2005c0(0xb8)](_0x5a49ef=>{const _0x3d612e=_0x2005c0;try{new URL(_0x5a49ef[_0x3d612e(0x93)]());}catch(_0x5a4cae){return![];}return!![];});},parseOnPremHosts=function(_0x5f10d3){const _0x52101e=a12_0x2691bd,_0x26eef7={};_0x26eef7[_0x52101e(0xa7)]=function(_0x1338bf,_0x52cbbd){return _0x1338bf===_0x52cbbd;},_0x26eef7[_0x52101e(0x8b)]=_0x52101e(0xb1),_0x26eef7[_0x52101e(0xbe)]='443',_0x26eef7[_0x52101e(0xb0)]='https';const _0x114a2d=_0x26eef7;return _0x5f10d3[_0x52101e(0xc8)](',')[_0x52101e(0xbd)](_0x2f0970=>{const _0x281389=_0x52101e,_0x5bef4e=new URL(_0x2f0970['trim']()),_0x7d7297=_0x5bef4e[_0x281389(0x8e)],_0x1db313=_0x5bef4e['port']||(_0x114a2d['GKHnJ'](_0x5bef4e[_0x281389(0xb3)],_0x114a2d[_0x281389(0x8b)])?_0x114a2d['uBSgr']:'80'),_0x2fa044=_0x5bef4e[_0x281389(0xb3)][_0x281389(0x8d)](':',''),_0x5c877b=_0x114a2d[_0x281389(0xa7)](_0x2fa044,_0x114a2d['oERHc'])?0x1:0x0;return _0x7d7297+','+_0x1db313+','+_0x5c877b;});},connectCommandBuilder=function(_0x21ab96){const _0x59f1bf=a12_0x2691bd,_0x318d8e={};_0x318d8e[_0x59f1bf(0x84)]=_0x59f1bf(0x8f);const _0x12262e=_0x318d8e,_0x5627e9={};_0x5627e9[_0x59f1bf(0xd0)]=HELP_MESSAGES['options']['bstackAccessKey'],_0x5627e9[_0x59f1bf(0xa9)]=_0x12262e[_0x59f1bf(0x84)];const _0x428be5={};_0x428be5[_0x59f1bf(0xd0)]=HELP_MESSAGES['options'][_0x59f1bf(0x83)],_0x428be5['type']=_0x12262e[_0x59f1bf(0x84)],_0x428be5[_0x59f1bf(0xaf)]=!![];const _0x2a6e39={};return _0x2a6e39[_0x59f1bf(0xca)]=_0x5627e9,_0x2a6e39[_0x59f1bf(0x83)]=_0x428be5,_0x21ab96[_0x59f1bf(0xa0)](_0x2a6e39);},connectCommandHandler=async function(_0x4f9a02){const _0x2ac031=a12_0x2691bd,_0x2e3e7a={'vuvLu':_0x2ac031(0x89),'nnTAH':function(_0x4bce7b,_0x307447){return _0x4bce7b===_0x307447;},'PtAHp':_0x2ac031(0xb4),'bJWOP':_0x2ac031(0x98),'DGRqq':function(_0x3e0b3e,_0x4ee1d6){return _0x3e0b3e===_0x4ee1d6;},'aOQIW':_0x2ac031(0xbc),'sVFuf':function(_0x1fd248,_0x1e4120){return _0x1fd248(_0x1e4120);},'ntmQo':_0x2ac031(0xc4),'nbdzY':function(_0x525265,_0x1d3b72){return _0x525265(_0x1d3b72);},'IQKJG':'integrations-repeater','oKQSK':_0x2ac031(0x9e),'ZIWtx':_0x2ac031(0xc1)};try{const _0x84eb99=new BrowserStackSetup(_0x4f9a02,_0x2e3e7a[_0x2ac031(0x92)]);_0x4f9a02[_0x2ac031(0xac)]&&(_0x84eb99[_0x2ac031(0xb7)]['accessKey']=_0x4f9a02['bstackAccesskey']);if(_0x2e3e7a[_0x2ac031(0xc7)](typeof _0x84eb99[_0x2ac031(0xb7)][_0x2ac031(0xa3)],_0x2e3e7a[_0x2ac031(0xcb)])){logger[_0x2ac031(0xbb)](_0x2e3e7a[_0x2ac031(0x87)]);throw new Error(ERROR_MESSAGES[_0x2ac031(0x91)][_0x2ac031(0xa4)]);}const _0x4d8fa4=_0x4f9a02[_0x2ac031(0x83)];if(_0x2e3e7a[_0x2ac031(0xba)](typeof _0x4d8fa4,_0x2e3e7a['PtAHp'])){logger[_0x2ac031(0xbb)](_0x2e3e7a[_0x2ac031(0xcf)]);throw new Error(ERROR_MESSAGES[_0x2ac031(0x83)][_0x2ac031(0xa4)]);}if(!_0x2e3e7a[_0x2ac031(0x85)](validHosts,_0x4d8fa4)){logger[_0x2ac031(0xbb)](_0x2e3e7a[_0x2ac031(0x9d)]);throw new Error(ERROR_MESSAGES[_0x2ac031(0x83)][_0x2ac031(0x8c)]);}const _0x2f2298=_0x2e3e7a[_0x2ac031(0xc9)](parseOnPremHosts,_0x4d8fa4);_0x84eb99[_0x2ac031(0xb7)][_0x2ac031(0xbf)]=!![],_0x84eb99[_0x2ac031(0xb7)]['browserStackLocalOptions'][_0x2ac031(0xc6)]=_0x2e3e7a[_0x2ac031(0xce)],_0x84eb99[_0x2ac031(0xb7)][_0x2ac031(0xaa)]['only']=_0x2f2298[_0x2ac031(0xcc)](','),helper[_0x2ac031(0xab)](_0x84eb99[_0x2ac031(0xb7)]),await _0x84eb99[_0x2ac031(0xae)](),logger[_0x2ac031(0xa1)](_0x2e3e7a[_0x2ac031(0xb2)]);}catch(_0x13c8c1){logger[_0x2ac031(0xbb)](_0x2e3e7a[_0x2ac031(0xb6)]);throw new Error(_0x13c8c1[_0x2ac031(0xc2)]());}};function run(_0x476af7){const _0x3a5609=a12_0x2691bd,_0x9c31fa={};_0x9c31fa[_0x3a5609(0xb9)]=_0x3a5609(0x99),_0x9c31fa[_0x3a5609(0x9b)]=_0x3a5609(0xad);const _0x4a192b=_0x9c31fa;_0x476af7[_0x3a5609(0x9f)](HELP_MESSAGES[_0x3a5609(0xa5)]['root'])[_0x3a5609(0xa5)](_0x4a192b[_0x3a5609(0xb9)],HELP_MESSAGES[_0x3a5609(0xa5)][_0x3a5609(0x99)],connectCommandBuilder,connectCommandHandler)[_0x3a5609(0xa8)]()[_0x3a5609(0xad)](_0x4a192b['DqJkK'])['epilogue'](HELP_MESSAGES[_0x3a5609(0xa5)][_0x3a5609(0x86)]);}function a12_0x2b7d(_0x4a4a9b,_0x5a7255){const _0x4fbd9f=a12_0x4fbd();return a12_0x2b7d=function(_0x2b7d90,_0x29d895){_0x2b7d90=_0x2b7d90-0x83;let _0x74e1ec=_0x4fbd9f[_0x2b7d90];return _0x74e1ec;},a12_0x2b7d(_0x4a4a9b,_0x5a7255);}module[a12_0x2691bd(0x96)]=run;
@@ -1 +1 @@
1
- var a13_0x21c2f8=a13_0x2dee;function a13_0x2dee(_0x5a39db,_0x2c8c66){var _0x3bdf8d=a13_0x3bdf();return a13_0x2dee=function(_0x2dee58,_0x54afb4){_0x2dee58=_0x2dee58-0xbf;var _0x25243e=_0x3bdf8d[_0x2dee58];return _0x25243e;},a13_0x2dee(_0x5a39db,_0x2c8c66);}(function(_0x2023c2,_0x13d4f0){var _0x324479=a13_0x2dee,_0x24511c=_0x2023c2();while(!![]){try{var _0x44a903=-parseInt(_0x324479(0xbf))/0x1+-parseInt(_0x324479(0xc0))/0x2+-parseInt(_0x324479(0xd8))/0x3+parseInt(_0x324479(0xd5))/0x4*(parseInt(_0x324479(0xd1))/0x5)+-parseInt(_0x324479(0xd7))/0x6*(-parseInt(_0x324479(0xc9))/0x7)+parseInt(_0x324479(0xc3))/0x8*(-parseInt(_0x324479(0xce))/0x9)+parseInt(_0x324479(0xc1))/0xa;if(_0x44a903===_0x13d4f0)break;else _0x24511c['push'](_0x24511c['shift']());}catch(_0x3fe658){_0x24511c['push'](_0x24511c['shift']());}}}(a13_0x3bdf,0x69f8f));var a13_0x504211={};a13_0x504211['bstackAccessKey']=a13_0x21c2f8(0xd2),a13_0x504211[a13_0x21c2f8(0xc5)]=a13_0x21c2f8(0xca);var a13_0x87ec5e={};a13_0x87ec5e[a13_0x21c2f8(0xd6)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x87ec5e[a13_0x21c2f8(0xc6)]=a13_0x21c2f8(0xc7),a13_0x87ec5e[a13_0x21c2f8(0xc2)]=a13_0x21c2f8(0xcc);var a13_0x2deceb={};a13_0x2deceb[a13_0x21c2f8(0xcb)]=a13_0x504211,a13_0x2deceb[a13_0x21c2f8(0xcf)]=a13_0x87ec5e,exports[a13_0x21c2f8(0xd0)]=a13_0x2deceb;var a13_0x11127d={};a13_0x11127d[a13_0x21c2f8(0xc4)]=a13_0x21c2f8(0xcd);function a13_0x3bdf(){var _0x29a5a4=['1976812PGPqJM','root','27222vQzKhQ','1748457cyjsAq','271447YIRzlc','339722aFmWMS','7394600aWewDO','footer','2531864gqqodn','missing','hosts','connect','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','1323ZMmqNc','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','options','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','18ujGPdb','command','HELP_MESSAGES','5boxvgw','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','invalid'];a13_0x3bdf=function(){return _0x29a5a4;};return a13_0x3bdf();}var a13_0x4aabd1={};a13_0x4aabd1[a13_0x21c2f8(0xc4)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x4aabd1[a13_0x21c2f8(0xd4)]=a13_0x21c2f8(0xc8);var a13_0x3a5518={};a13_0x3a5518['bstackAccessKey']=a13_0x11127d,a13_0x3a5518[a13_0x21c2f8(0xc5)]=a13_0x4aabd1,exports[a13_0x21c2f8(0xd3)]=a13_0x3a5518;
1
+ var a13_0x524f2e=a13_0x3084;(function(_0x45ac3a,_0x11872d){var _0x5b6f44=a13_0x3084,_0x54836a=_0x45ac3a();while(!![]){try{var _0x2fc26c=-parseInt(_0x5b6f44(0x147))/0x1*(-parseInt(_0x5b6f44(0x13e))/0x2)+parseInt(_0x5b6f44(0x148))/0x3+parseInt(_0x5b6f44(0x146))/0x4+parseInt(_0x5b6f44(0x140))/0x5+-parseInt(_0x5b6f44(0x13d))/0x6*(-parseInt(_0x5b6f44(0x142))/0x7)+-parseInt(_0x5b6f44(0x155))/0x8*(-parseInt(_0x5b6f44(0x153))/0x9)+-parseInt(_0x5b6f44(0x145))/0xa*(parseInt(_0x5b6f44(0x14a))/0xb);if(_0x2fc26c===_0x11872d)break;else _0x54836a['push'](_0x54836a['shift']());}catch(_0xc5df73){_0x54836a['push'](_0x54836a['shift']());}}}(a13_0x2c72,0xa3b87));var a13_0x3fb646={};a13_0x3fb646[a13_0x524f2e(0x13f)]=a13_0x524f2e(0x150),a13_0x3fb646[a13_0x524f2e(0x152)]=a13_0x524f2e(0x154);var a13_0x9de7d3={};a13_0x9de7d3['root']=a13_0x524f2e(0x141),a13_0x9de7d3[a13_0x524f2e(0x149)]=a13_0x524f2e(0x14c),a13_0x9de7d3[a13_0x524f2e(0x143)]=a13_0x524f2e(0x13c);function a13_0x3084(_0x576685,_0x3daf21){var _0x2c7238=a13_0x2c72();return a13_0x3084=function(_0x308489,_0x25bdf6){_0x308489=_0x308489-0x13b;var _0x368cf2=_0x2c7238[_0x308489];return _0x368cf2;},a13_0x3084(_0x576685,_0x3daf21);}function a13_0x2c72(){var _0x5ec2e7=['Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','2611MAPjME','footer','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','23179400xxVkuR','2866160tPZmst','1022563IDjsTe','5403OuNWhK','connect','11cpQIkd','options','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','invalid','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','command','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','HELP_MESSAGES','hosts','27QBfWsE','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','1393432EKcBiJ','missing','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','3294DaktEZ','2hjuPwH','bstackAccessKey','2601605zERkBg'];a13_0x2c72=function(){return _0x5ec2e7;};return a13_0x2c72();}var a13_0x2a1838={};a13_0x2a1838[a13_0x524f2e(0x14b)]=a13_0x3fb646,a13_0x2a1838[a13_0x524f2e(0x14f)]=a13_0x9de7d3,exports[a13_0x524f2e(0x151)]=a13_0x2a1838;var a13_0x17ac45={};a13_0x17ac45[a13_0x524f2e(0x13b)]=a13_0x524f2e(0x14e);var a13_0x1c87c7={};a13_0x1c87c7[a13_0x524f2e(0x13b)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x1c87c7[a13_0x524f2e(0x14d)]=a13_0x524f2e(0x144);var a13_0x1be910={};a13_0x1be910['bstackAccessKey']=a13_0x17ac45,a13_0x1be910['hosts']=a13_0x1c87c7,exports['ERROR_MESSAGES']=a13_0x1be910;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0x31c112=a14_0x228c;function a14_0x2bb2(){const _0x20f728=['jest_browserstack.config.cjs','Found:\x20','JqVWx','\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','UVfDe','rmSync','exitCode','Deleting\x20','446552GuJyjF','isCliEnabled','asUgo','env','jest-config/build/readConfigFileAndSetRootDir.js','Getting\x20your\x20jest\x20configs\x20from\x20','wOVmc','MQGym','BROWSERSTACK_TEST_OBSERVABILITY_YML','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','wQZsk','parseTestOrchestrationOptions','THjyF','test_before.setup.js','child\x20process\x20exited\x20with\x20code\x20','maxWorkers','path','AKuLp','testEnvironment','qtSKq','XnOlL','push','useW3C','join','timeout__','cjs','message','881404ujnPFG','retryTestsOnFailure','findTestFiles','307722EJHXvf','debug','false','config','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','viJcw','Reodered\x20Test\x20Files:\x20','runInBand','bjFGn','isNotUndefined','zZGAp','MLssr','BbEcI','JEST_TEST_ORDER','testContextOptions','skipSessionStatus','GOisp','MAgED','xQksf','testRunner','NnRTw','playwright','../../helpers/utilities','nWNbC','HTcsL','exports','serial__','@playwright/test','getPackageType','setupTCGAuth','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','maxFailures','MJPnR','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','writeFileSync','package.json','BROWSERSTACK_CAPABILITIES','customTestRunner.js','JEST','setup','inherit','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','12CDtbZF','shouldProcessEventForTesthub','logLevel','dirname','test-observability','getInstance','existsSync','Kbwca','BROWSERSTACK_TEST_ACCESSIBILITY_YML','error','abortBuildOnFailure','accessibilityOptions','NhWqm','isRunning','zECkj','@jest/core','testEnvironmentOptions','ySWRo','PNdCO','slice',';\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','reporters','jest.setup.js','getHubUrl','HgmfL','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','platform','lJDOd','uJyNa','child_process','lQtbo','ScfsG','customSequencer.js','skipSessionName','LfhBc','shutdown','getErrorMessageFromResults','Ssyni','browserStackLogLevel','win32','platformCaps','force','aRaUT','../../helpers/testhub/testhubHandler','customTestRunnerTemplate.js','isBrowserstackInfra','PACKAGE_TYPE','errorMessage','jest-circus','end','dMlhR','3551922thJBWe','getTCGConfigFilePaths','../../helpers/BrowserStackSetup','jest_browserstack.config.js','readInitialOptions','jest.config.','yObdg','FctBI','500474ajPYOY','json','jest-circus/build/runner.js','runner','resolveModule','dFOIl','proxySettings','moduleNameMapper','apply','\x20:\x20',',\x20CLI\x20running:\x20','replace','fjpwQ','Puppeteer\x20setup\x20error:\x20','requireSeleniumWebdriver','setupFilesAfterEnv','EnZAb','YmQQX','../../helpers/playwright-helper','default','\x0a\x20\x20\x20\x20\x20\x20','AwEUW','customEnvironment.js','isEmpty','qPMVB','winstonLogger','AZtTT','testSequencer','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','KDsHA','checkAccessibilityPlatformConfig','parse','test.setup.js','launchBuild','jest-runner','isUndefined','../../helpers/test-orchestration/testOrchestrationHandler','iLPhd','AGBCe','21TXLfDb','wrjKE','../../helpers/accessibility-automation/helper','../../helpers/test-observability/constants','OWGwA','AclZz','jest-runner-','jest-config','../../helpers/puppeteer-helper','testObservability','parallels__','puppeteer-core/package.json','log','requireModule','@jest/core/build/ReporterDispatcher.js','workingDir','SDK_SETUP','failFast','../../helpers/percy/utils','isTestOrchestrationEnabled','\x20with\x20browserstack\x20jest\x20configs','owJPj','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','assign','../../helpers/helper','kjsuh','jest','printBuildLink','resolve','util','USER_CONFIG_DETAILS_PATH',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','122300leHMPs','LmKei','customCircus.js','setupFiles','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','recursive','AJfCE','2847035BPxJbz','tEvuM','findIndex',';\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','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','aBqNr','error\x20removing\x20tcg\x20config\x20file','GoTiJ','cwd','platforms','stringify','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','stop','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','parallelsPerPlatform','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','FWnbA','splice','../utils/clientTroubleshootingService','capabilities','../../helpers/testhub/utils','browserStackPercyOptions','Preserving\x20user\x27s\x20Jest\x20runner:\x20','Unable\x20to\x20find\x20jest-circus,\x20','wgzbD','info','../../helpers/performance/performance-tester','FRAMEWORKS','../../helpers/test-observability/utils','isCLIEnabled','unlinkSync','turboScaleUrl','length','1323FEtrjP','\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','--config','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','ZFWIE','format','EVENTS','rmdirSync','Deleted\x20fail-fast\x20state\x20folder:\x20','/internal/$1','gCKNM','readFileSync','initialize'];a14_0x2bb2=function(){return _0x20f728;};return a14_0x2bb2();}function a14_0x228c(_0x4f0e52,_0x11a53b){const _0x2bb2c7=a14_0x2bb2();return a14_0x228c=function(_0x228c4e,_0x38e595){_0x228c4e=_0x228c4e-0x139;let _0x1c0c88=_0x2bb2c7[_0x228c4e];return _0x1c0c88;},a14_0x228c(_0x4f0e52,_0x11a53b);}(function(_0x30aff5,_0x3374ea){const _0xe68a39=a14_0x228c,_0x5a961d=_0x30aff5();while(!![]){try{const _0x15dc02=-parseInt(_0xe68a39(0x1e9))/0x1+-parseInt(_0xe68a39(0x17f))/0x2+-parseInt(_0xe68a39(0x182))/0x3*(parseInt(_0xe68a39(0x1ae))/0x4)+parseInt(_0xe68a39(0x237))/0x5+-parseInt(_0xe68a39(0x1e1))/0x6+-parseInt(_0xe68a39(0x210))/0x7*(parseInt(_0xe68a39(0x164))/0x8)+-parseInt(_0xe68a39(0x14f))/0x9*(-parseInt(_0xe68a39(0x230))/0xa);if(_0x15dc02===_0x3374ea)break;else _0x5a961d['push'](_0x5a961d['shift']());}catch(_0x17a049){_0x5a961d['push'](_0x5a961d['shift']());}}}(a14_0x2bb2,0x579db));const fs=require('fs'),path=require(a14_0x31c112(0x174)),util=require(a14_0x31c112(0x22d)),{spawn}=require(a14_0x31c112(0x1cb)),logger=require('../../helpers/logger')[a14_0x31c112(0x202)],{default:BrowserStackSetup}=require(a14_0x31c112(0x1e3)),helper=require(a14_0x31c112(0x228)),utilities=require(a14_0x31c112(0x198)),constants=require('../utils/constants'),accessibilityHelper=require(a14_0x31c112(0x212)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x31c112(0x14a)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x31c112(0x222)),TestHubHandler=require(a14_0x31c112(0x1d9)),testhubUtils=require(a14_0x31c112(0x142)),{FRAMEWORKS}=require(a14_0x31c112(0x213)),PerformanceTester=require(a14_0x31c112(0x148)),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x31c112(0x155)],TestOrchestrationHandler=require(a14_0x31c112(0x20d)),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a14_0x31c112(0x1fb)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x31c112(0x218)),ClientTroubleShootingService=require(a14_0x31c112(0x140)),{checkAccessibilityPlatformConfig}=require(a14_0x31c112(0x212)),getUserJestConfigs=async(_0x34498e,_0x1a597c)=>{const _0x15211e=a14_0x31c112,_0x24fa03={'wrjKE':_0x15211e(0x168),'aRaUT':_0x15211e(0x217),'yObdg':function(_0x2c2d49,_0x4ed7f5){return _0x2c2d49||_0x4ed7f5;},'wQZsk':function(_0x4354b1,_0x4cee67){return _0x4354b1(_0x4cee67);},'gCKNM':_0x15211e(0x1a7),'xQksf':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','Ssyni':'mjs','NnRTw':_0x15211e(0x17d),'AZtTT':_0x15211e(0x1ea)};let _0x888550;try{_0x888550=helper[_0x15211e(0x21d)](_0x24fa03[_0x15211e(0x211)],_0x24fa03[_0x15211e(0x1d8)]);}catch{const _0x2b3ea7=helper[_0x15211e(0x21d)](_0x24fa03['aRaUT']);_0x888550={'default':async _0xb6838a=>{const _0x25eaf6=_0x15211e,_0x358ee6=await _0x2b3ea7[_0x25eaf6(0x1e5)](_0xb6838a,{});return _0x358ee6[_0x25eaf6(0x185)];}};}const _0x8e69b9=_0x1a597c[_0x15211e(0x239)](_0x39b169=>_0x39b169===_0x15211e(0x151));if(!helper[_0x15211e(0x20c)](_0x34498e[_0x15211e(0x185)])){logger[_0x15211e(0x147)](_0x15211e(0x169)+_0x34498e[_0x15211e(0x185)]),process[_0x15211e(0x167)][_0x15211e(0x22e)]=_0x34498e['config'];const _0x3854df=await(0x0,_0x888550[_0x15211e(0x1fc)])(path[_0x15211e(0x22c)](_0x34498e[_0x15211e(0x185)]));return _0x1a597c[_0x15211e(0x13f)](_0x8e69b9,0x2),_0x24fa03[_0x15211e(0x1e7)](_0x3854df,{});}const _0x7e28f3=_0x24fa03[_0x15211e(0x16e)](require,path[_0x15211e(0x17b)](process[_0x15211e(0x23f)](),_0x24fa03[_0x15211e(0x159)]));if(_0x7e28f3[_0x15211e(0x22a)])return logger[_0x15211e(0x147)](_0x24fa03[_0x15211e(0x194)]),_0x7e28f3['jest'];const _0x3f0aed=['js',_0x24fa03[_0x15211e(0x1d3)],_0x24fa03[_0x15211e(0x196)],_0x24fa03[_0x15211e(0x203)],'ts'];for(const _0xec01bb of _0x3f0aed){const _0x3e6c67=path[_0x15211e(0x17b)](process[_0x15211e(0x23f)](),_0x15211e(0x1e6)+_0xec01bb);if(fs[_0x15211e(0x1b4)](_0x3e6c67)){process[_0x15211e(0x167)][_0x15211e(0x22e)]=_0x3e6c67;const _0x3543bc=await(0x0,_0x888550[_0x15211e(0x1fc)])(_0x3e6c67);return _0x3543bc;}}return{};},getSerial=(_0x3f6cfa,_0x3307b4)=>{const _0x3e3d62=a14_0x31c112,_0xdf2643={};_0xdf2643[_0x3e3d62(0x16b)]='true',_0xdf2643[_0x3e3d62(0x206)]=function(_0x55a981,_0x20818f){return _0x55a981>_0x20818f;},_0xdf2643['bjFGn']=function(_0x54b37e,_0x5b4ec3){return _0x54b37e>_0x5b4ec3;},_0xdf2643[_0x3e3d62(0x1d0)]=_0x3e3d62(0x184);const _0x272ea7=_0xdf2643;let _0x42667b=_0x272ea7['MQGym'];return _0x272ea7[_0x3e3d62(0x206)](_0x3f6cfa[_0x3e3d62(0x14e)],0x1)&&(!_0x3307b4[_0x3e3d62(0x189)]&&(helper['isUndefined'](_0x3307b4[_0x3e3d62(0x173)])||_0x272ea7[_0x3e3d62(0x18a)](_0x3307b4['maxWorkers'],0x1)))&&(_0x42667b=_0x272ea7[_0x3e3d62(0x1d0)]),_0x42667b;},getMaxWorkers=(_0x3202a1,_0x50f387,_0x43bb8c)=>{const _0x4e614e=a14_0x31c112,_0x1c4ea5={'JqVWx':function(_0x338bb4,_0x17e18a){return _0x338bb4(_0x17e18a);}};let _0x427b58=0x1;if(!helper[_0x4e614e(0x20c)](_0x50f387[_0x4e614e(0x13c)]))_0x427b58=_0x1c4ea5[_0x4e614e(0x15e)](parseInt,_0x50f387[_0x4e614e(0x13c)]);else{if(!helper[_0x4e614e(0x20c)](_0x3202a1['maxWorkers']))_0x427b58=_0x3202a1[_0x4e614e(0x173)];else!helper['isUndefined'](_0x43bb8c['maxWorkers'])&&(_0x427b58=_0x43bb8c[_0x4e614e(0x173)]);}return _0x427b58;};async function run(_0x208398,_0x4cd110,_0x2e0510){const _0xeb9dcd=a14_0x31c112,_0x55ed31={'wgzbD':_0xeb9dcd(0x23d),'ScfsG':_0xeb9dcd(0x22a),'AwEUW':function(_0x3e22f9,_0x1f1c57){return _0x3e22f9(_0x1f1c57);},'dFOIl':_0xeb9dcd(0x19d),'nWNbC':function(_0x4b70fd){return _0x4b70fd();},'OsTOL':function(_0x40833e,_0xa6421b,_0x141fb4,_0x510825){return _0x40833e(_0xa6421b,_0x141fb4,_0x510825);},'iLPhd':function(_0x2c36e7,_0x32b712,_0x31afd8,_0x524773){return _0x2c36e7(_0x32b712,_0x31afd8,_0x524773);},'lQtbo':function(_0x2a2e34,_0x26dab1){return _0x2a2e34!=_0x26dab1;},'owJPj':'true','wOVmc':function(_0x4f41e5,_0x3dd030,_0x3d4e8f){return _0x4f41e5(_0x3dd030,_0x3d4e8f);},'lJDOd':_0xeb9dcd(0x152),'ZFWIE':function(_0x497ded,_0xea12c1){return _0x497ded(_0xea12c1);},'XnOlL':function(_0x2417bf,_0x974cd2){return _0x2417bf(_0x974cd2);},'MLssr':'false','THjyF':function(_0x443551,_0x27cb82,_0x44655f){return _0x443551(_0x27cb82,_0x44655f);},'aBqNr':function(_0x211a8e,_0x25fffa,_0x225dbd,_0xc59ec7){return _0x211a8e(_0x25fffa,_0x225dbd,_0xc59ec7);},'MJPnR':function(_0x4f51a0,_0x3efc50){return _0x4f51a0*_0x3efc50;},'ySWRo':function(_0x551ead,_0x1595e5){return _0x551ead===_0x1595e5;},'PNdCO':_0xeb9dcd(0x15c),'FctBI':_0xeb9dcd(0x1e4),'BbEcI':'customImplements','AGBCe':'jest_browserstack_results.json','FUvUx':_0xeb9dcd(0x1a9),'UVfDe':_0xeb9dcd(0x1da),'WLCTD':_0xeb9dcd(0x1ff),'uJyNa':function(_0x232752,_0x41f6cc){return _0x232752!==_0x41f6cc;},'EnZAb':_0xeb9dcd(0x20b),'nhXkA':_0xeb9dcd(0x216),'TdUSE':_0xeb9dcd(0x1c4),'AclZz':_0xeb9dcd(0x1ce),'AKuLp':_0xeb9dcd(0x1c7),'LmKei':_0xeb9dcd(0x1de),'NhWqm':_0xeb9dcd(0x1eb),'qtSKq':function(_0x1cb4f2,_0x2d2b23){return _0x1cb4f2(_0x2d2b23);},'MAgED':_0xeb9dcd(0x1b2),'viJcw':'data-hooks.js','zZGAp':_0xeb9dcd(0x232),'OIiQV':_0xeb9dcd(0x171),'ScLPB':_0xeb9dcd(0x1a0),'wdQoz':_0xeb9dcd(0x197),'asUgo':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','zECkj':_0xeb9dcd(0x209),'GoTiJ':_0xeb9dcd(0x234),'tEvuM':function(_0x1a38b2,_0x1c1f66){return _0x1a38b2&&_0x1c1f66;},'naYBY':_0xeb9dcd(0x16d),'OWGwA':'puppeteer','AJfCE':_0xeb9dcd(0x21b),'fjpwQ':'default','YmQQX':function(_0x2ccb48,_0x2103c7,_0x44033a){return _0x2ccb48(_0x2103c7,_0x44033a);},'FWnbA':_0xeb9dcd(0x21e),'UzoLx':_0xeb9dcd(0x1bd),'dMlhR':_0xeb9dcd(0x13b),'GOisp':function(_0x491cb4,_0x3a7f04){return _0x491cb4>_0x3a7f04;},'HgmfL':_0xeb9dcd(0x186),'oxrPT':'--config','qPMVB':'npx','kjsuh':function(_0x5f416d,_0x35ac74){return _0x5f416d===_0x35ac74;},'nTZxZ':_0xeb9dcd(0x1d5),'HTcsL':_0xeb9dcd(0x1ac),'Kbwca':'close'},_0x1b8bad=helper['getPackageVersion'](_0x55ed31[_0xeb9dcd(0x1ee)]);global['__isPlaywrightInstalled']=!!_0x1b8bad;const _0x14edc0=_0x55ed31[_0xeb9dcd(0x199)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x14edc0;helper[_0xeb9dcd(0x1db)]()?(await _0x2e0510[_0xeb9dcd(0x15b)](_0x208398),await helper['handleApp'](_0x2e0510[_0xeb9dcd(0x185)])):await _0x2e0510[_0xeb9dcd(0x19f)]();if(_0x1b8bad)await _0x55ed31['OsTOL'](checkPwandBootstrapCli,_0x1b8bad,constants[_0xeb9dcd(0x149)][_0xeb9dcd(0x1aa)],_0x2e0510);else _0x14edc0&&await _0x55ed31[_0xeb9dcd(0x20e)](checkPuppeteerAndBootstrapCli,_0x14edc0,constants['FRAMEWORKS']['JEST'],_0x2e0510);if(!_0x2e0510[_0xeb9dcd(0x185)])return;_0x55ed31[_0xeb9dcd(0x1cc)](_0x2e0510[_0xeb9dcd(0x185)]['testObservability'],null)?process['env'][_0xeb9dcd(0x16c)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x219)]:process['env'][_0xeb9dcd(0x16c)]=_0x55ed31['owJPj'];const _0x1c543d=new TestOrchestrationHandler(_0x2e0510[_0xeb9dcd(0x185)]),_0x4e20da=await _0x55ed31[_0xeb9dcd(0x16a)](getUserJestConfigs,_0x208398,_0x4cd110);logger['info'](_0x55ed31[_0xeb9dcd(0x1c9)]);const _0x113b1d=Object[_0xeb9dcd(0x227)]({},_0x4e20da);_0x113b1d[_0xeb9dcd(0x1be)]=Object[_0xeb9dcd(0x227)]({},_0x113b1d[_0xeb9dcd(0x1be)],{'server':helper[_0xeb9dcd(0x1c5)](_0x2e0510['config']),'environment':_0x4e20da[_0xeb9dcd(0x176)]}),_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x143)]=_0x55ed31[_0xeb9dcd(0x153)](getPercyOptions,_0x2e0510['config']);const _0x557b33=helper[_0xeb9dcd(0x17a)](_0x2e0510[_0xeb9dcd(0x185)]);!helper[_0xeb9dcd(0x20c)](_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x1b9)])&&(process[_0xeb9dcd(0x167)][_0xeb9dcd(0x1a5)]=JSON[_0xeb9dcd(0x241)](_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x1b9)]));if(!BrowserstackCLI['getInstance']()[_0xeb9dcd(0x1bb)]()){const _0x241da7=await TestHubHandler[_0xeb9dcd(0x20a)](FRAMEWORKS[_0xeb9dcd(0x1aa)],_0x2e0510);}const _0x16606c=helper['prepareCapabilities'](_0x2e0510[_0xeb9dcd(0x185)],_0x557b33,constants['FRAMEWORKS'][_0xeb9dcd(0x1aa)]);process[_0xeb9dcd(0x167)][_0xeb9dcd(0x1a8)]=JSON[_0xeb9dcd(0x241)](_0x16606c);let _0x49bcd0=_0x2e0510[_0xeb9dcd(0x185)]['accessibility'];_0x49bcd0=_0x49bcd0||accessibilityHelper[_0xeb9dcd(0x207)](_0x2e0510[_0xeb9dcd(0x185)]),process[_0xeb9dcd(0x167)][_0xeb9dcd(0x1b6)]=_0x49bcd0,logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x1a3)+_0x49bcd0+_0xeb9dcd(0x1f3)+BrowserstackCLI[_0xeb9dcd(0x1b3)]()[_0xeb9dcd(0x1bb)]());if(_0x1b8bad)try{const _0x38c76c=_0x55ed31[_0xeb9dcd(0x178)](checkAccessibilityPlatformConfig,_0x2e0510['config']);process[_0xeb9dcd(0x167)][_0xeb9dcd(0x23b)]=_0x38c76c?_0x55ed31[_0xeb9dcd(0x225)]:_0x55ed31[_0xeb9dcd(0x18d)],logger['debug'](_0xeb9dcd(0x1ad)+_0x38c76c+_0xeb9dcd(0x22f)+process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);}catch(_0x3db5cd){logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x139)+util[_0xeb9dcd(0x154)](_0x3db5cd));}_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x141)]=_0x16606c,_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x19c)]=_0x55ed31[_0xeb9dcd(0x170)](getSerial,_0x16606c,_0x208398),_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x21a)]=_0x55ed31[_0xeb9dcd(0x23c)](getMaxWorkers,_0x208398,_0x2e0510[_0xeb9dcd(0x185)],_0x4e20da),_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1ef)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x1ef)],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x17c)]=_0x55ed31[_0xeb9dcd(0x1a2)](_0x208398['testTimeout'],0x1)||0x1388,_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1cf)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x190)][_0xeb9dcd(0x1cf)],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x191)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x190)]['skipSessionStatus'],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1d4)]=_0x2e0510['config'][_0xeb9dcd(0x1b0)],_0x113b1d[_0xeb9dcd(0x1be)]['turboScaleUrl']=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x14d)],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1d6)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x240)];const _0x582e59=helper[_0xeb9dcd(0x16f)](_0x2e0510[_0xeb9dcd(0x185)]);if(!helper[_0xeb9dcd(0x200)](_0x582e59)){helper[_0xeb9dcd(0x18b)](_0x582e59[_0xeb9dcd(0x180)])&&(_0x113b1d[_0xeb9dcd(0x1be)]['retries__']=_0x582e59[_0xeb9dcd(0x180)]['maxRetries']);if(helper['isNotUndefined'](_0x582e59['abortBuildOnFailure'])&&helper[_0xeb9dcd(0x18b)](_0x582e59['abortBuildOnFailure'][_0xeb9dcd(0x21f)])){const _0x37744e={};_0x37744e['failureThresholdCount']=_0x582e59[_0xeb9dcd(0x1b8)][_0xeb9dcd(0x1a1)],_0x37744e['workingDir']=_0x582e59[_0xeb9dcd(0x1b8)][_0xeb9dcd(0x21f)],_0x113b1d['testEnvironmentOptions'][_0xeb9dcd(0x221)]=_0x37744e;}}let _0x484548='';_0x55ed31[_0xeb9dcd(0x1bf)](helper[_0xeb9dcd(0x19e)](),constants[_0xeb9dcd(0x1dc)]['MODULE'])?_0x484548=_0x55ed31[_0xeb9dcd(0x1c0)]:_0x484548=_0x55ed31[_0xeb9dcd(0x1e8)];const _0x226107=_0x484548,_0xbdaca6=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x20f)]),_0x24a145=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31['FUvUx']),_0x22585b=path['join'](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x160)]);_0x113b1d[_0xeb9dcd(0x176)]&&(process[_0xeb9dcd(0x167)]['BSTACK_JEST_TEST_ENV']=_0x113b1d[_0xeb9dcd(0x176)]);_0x113b1d[_0xeb9dcd(0x176)]=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31['WLCTD']);const _0x2d20ea=_0x4e20da[_0xeb9dcd(0x1ec)];if(_0x2d20ea&&_0x55ed31[_0xeb9dcd(0x1ca)](_0x2d20ea,_0x55ed31[_0xeb9dcd(0x1f9)])){const _0x3d7f0f=_0x2d20ea['startsWith'](_0x55ed31['nhXkA'])?_0x2d20ea:_0xeb9dcd(0x216)+_0x2d20ea;process['env']['BSTACK_USER_JEST_RUNNER']=_0x3d7f0f,logger[_0xeb9dcd(0x147)](_0xeb9dcd(0x144)+_0x3d7f0f);}_0x113b1d[_0xeb9dcd(0x1ec)]=_0x24a145,_0x113b1d['setupFilesAfterEnv']=_0x113b1d[_0xeb9dcd(0x1f8)]||[],_0x113b1d[_0xeb9dcd(0x1f8)][_0xeb9dcd(0x179)](path['join'](__dirname,_0x55ed31['TdUSE']));_0x1c543d[_0xeb9dcd(0x223)]()&&(_0x113b1d[_0xeb9dcd(0x204)]=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x215)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0xeb9dcd(0x1b3)]()[_0xeb9dcd(0x165)]()){let _0x4b7f80=null;try{_0x4b7f80=helper[_0xeb9dcd(0x21d)](_0x55ed31[_0xeb9dcd(0x175)],_0x55ed31[_0xeb9dcd(0x231)]);}catch(_0x8b43cc){try{_0x4b7f80=helper[_0xeb9dcd(0x21d)](_0x55ed31[_0xeb9dcd(0x1ba)],_0x55ed31[_0xeb9dcd(0x231)]);}catch(_0x3a9a52){_0x55ed31[_0xeb9dcd(0x177)](debug,_0xeb9dcd(0x145)+_0x3a9a52);}}_0x4b7f80&&(testhubUtils[_0xeb9dcd(0x1af)]()&&_0x113b1d['setupFilesAfterEnv'][_0xeb9dcd(0x179)](path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x193)],_0x55ed31[_0xeb9dcd(0x187)])),_0x113b1d[_0xeb9dcd(0x195)]=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x18c)]));}_0x113b1d[_0xeb9dcd(0x233)]=_0x113b1d[_0xeb9dcd(0x233)]||[];try{helper[_0xeb9dcd(0x1f7)](),_0x113b1d[_0xeb9dcd(0x233)][_0xeb9dcd(0x179)](path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31['OIiQV']));}catch{logger[_0xeb9dcd(0x183)](_0x55ed31['ScLPB']);}try{helper['requirePWModule'][_0xeb9dcd(0x1f1)](null,[_0x55ed31['dFOIl'],_0x55ed31['wdQoz']]),logger[_0xeb9dcd(0x183)](_0x55ed31[_0xeb9dcd(0x166)]),_0x113b1d[_0xeb9dcd(0x233)][_0xeb9dcd(0x179)](path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x1bc)]));}catch(_0x4ac879){logger['debug'](_0x55ed31[_0xeb9dcd(0x23e)],_0x4ac879);}if(_0x55ed31[_0xeb9dcd(0x238)](!_0x1b8bad,_0x14edc0)){try{logger[_0xeb9dcd(0x183)](_0x55ed31['naYBY']),_0x113b1d[_0xeb9dcd(0x233)]['push'](path[_0xeb9dcd(0x17b)](__dirname,'..',_0x55ed31[_0xeb9dcd(0x214)],_0x55ed31[_0xeb9dcd(0x1bc)]));}catch(_0x48a917){logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x1f6)+_0x48a917[_0xeb9dcd(0x17e)]);}try{const _0x36eb71=require[_0xeb9dcd(0x22c)](_0x55ed31[_0xeb9dcd(0x236)]),_0x1460e6=path[_0xeb9dcd(0x1b1)](_0x36eb71)[_0xeb9dcd(0x1f4)](/\\/g,'/'),_0x36c226={};_0x36c226['^puppeteer-core/internal/(.*)']=_0x1460e6+_0xeb9dcd(0x158),_0x113b1d[_0xeb9dcd(0x1f0)]=Object[_0xeb9dcd(0x227)]({},_0x113b1d['moduleNameMapper']||{},_0x36c226),logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x13d)+_0x1460e6);}catch(_0x4499c4){logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x205)+_0x4499c4[_0xeb9dcd(0x17e)]);}}_0x113b1d[_0xeb9dcd(0x1c3)]=_0x113b1d[_0xeb9dcd(0x1c3)]||[_0x55ed31[_0xeb9dcd(0x1f5)]],_0x55ed31[_0xeb9dcd(0x1fa)](updateTestRerunConfig,_0x113b1d,_0x2e0510);const _0x4a19c5=fs[_0xeb9dcd(0x15a)](_0x22585b),_0x391b06=helper[_0xeb9dcd(0x1ed)](_0x55ed31[_0xeb9dcd(0x13e)],_0x55ed31['UzoLx']);!_0x391b06[_0xeb9dcd(0x1b7)]?fs[_0xeb9dcd(0x1a6)](_0x113b1d[_0xeb9dcd(0x1ec)],_0xeb9dcd(0x1fd)+_0x4a19c5+_0xeb9dcd(0x15f)+_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x240)][_0xeb9dcd(0x14e)]+_0xeb9dcd(0x23a)):fs[_0xeb9dcd(0x1a6)](_0x113b1d[_0xeb9dcd(0x1ec)],_0xeb9dcd(0x1fd)+_0x4a19c5+_0xeb9dcd(0x150)+_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x240)][_0xeb9dcd(0x14e)]+_0xeb9dcd(0x1c2));logger['info']('Creating\x20'+_0x226107+_0xeb9dcd(0x224)),fs[_0xeb9dcd(0x1a6)](_0x226107,'const\x20config='+JSON[_0xeb9dcd(0x241)](_0x113b1d)+'\x0amodule.exports\x20=\x20config;');if(_0x1c543d['isTestOrchestrationEnabled']()){logger[_0xeb9dcd(0x183)](_0x55ed31[_0xeb9dcd(0x1e0)]);const _0x27dcf7=await _0x1c543d[_0xeb9dcd(0x181)](_0x113b1d,_0x4cd110[_0xeb9dcd(0x1c1)](0x1),_0x226107);logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x15d)+JSON['stringify'](_0x27dcf7)+'\x20test\x20files\x20to\x20run.');const _0x4dc324=await _0x1c543d['reorderTestFiles'](_0x27dcf7);logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x188)+JSON[_0xeb9dcd(0x241)](_0x4dc324)),_0x4dc324&&_0x55ed31[_0xeb9dcd(0x192)](_0x4dc324[_0xeb9dcd(0x14e)],0x0)&&(process[_0xeb9dcd(0x167)][_0xeb9dcd(0x18f)]=_0x4dc324?.[_0xeb9dcd(0x17b)](','));}logger[_0xeb9dcd(0x147)](_0x55ed31[_0xeb9dcd(0x1c6)]);testhubUtils[_0xeb9dcd(0x1af)]()&&TestDetails[_0xeb9dcd(0x1ab)]();helper['filterBrowserstackArgs']({},_0x4cd110),PerformanceTester[_0xeb9dcd(0x1df)](PerformanceEvents[_0xeb9dcd(0x220)]);const _0x6bc5b9=[_0x55ed31[_0xeb9dcd(0x1cd)],_0x55ed31['oxrPT'],_0x226107,..._0x4cd110[_0xeb9dcd(0x1c1)](0x1)],_0x2fa325=_0x55ed31[_0xeb9dcd(0x23c)](spawn,_0x55ed31[_0xeb9dcd(0x201)],_0x6bc5b9,{'shell':_0x55ed31[_0xeb9dcd(0x229)](process[_0xeb9dcd(0x1c8)],_0x55ed31['nTZxZ']),'stdio':_0x55ed31[_0xeb9dcd(0x19a)],'env':Object[_0xeb9dcd(0x227)]({},process[_0xeb9dcd(0x167)])});_0x2fa325['on'](_0x55ed31[_0xeb9dcd(0x1b5)],async _0x42c2d3=>{const _0x4206df=_0xeb9dcd;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x3fa3f6,tcgConfigPath:_0x53e3a9}=helper[_0x4206df(0x1e2)]();fs[_0x4206df(0x14c)](_0x53e3a9),fs[_0x4206df(0x156)](_0x3fa3f6);}catch(_0x3178fb){logger[_0x4206df(0x183)](_0x55ed31[_0x4206df(0x146)],_0x3178fb);}process[_0x4206df(0x162)]=_0x42c2d3,logger[_0x4206df(0x183)](_0x4206df(0x172)+_0x42c2d3),logger[_0x4206df(0x147)](_0x4206df(0x163)+_0x226107);if(helper[_0x4206df(0x18b)](_0x582e59)&&helper[_0x4206df(0x18b)](_0x582e59[_0x4206df(0x1b8)])&&fs[_0x4206df(0x1b4)](_0x582e59[_0x4206df(0x1b8)][_0x4206df(0x21f)]))try{const _0x14b1d2={};_0x14b1d2[_0x4206df(0x235)]=!![],_0x14b1d2[_0x4206df(0x1d7)]=!![],fs[_0x4206df(0x161)](_0x582e59[_0x4206df(0x1b8)]['workingDir'],_0x14b1d2),logger[_0x4206df(0x183)](_0x4206df(0x157)+_0x582e59['abortBuildOnFailure'][_0x4206df(0x21f)]);}catch(_0x53a09f){logger[_0x4206df(0x1b7)](_0x4206df(0x1a4)+_0x53a09f);}let _0x6dbe78=null;if(fs['existsSync'](_0xbdaca6)){_0x6dbe78=fs[_0x4206df(0x15a)](_0xbdaca6);try{_0x6dbe78=JSON[_0x4206df(0x208)](_0x6dbe78);}catch(_0x349fe3){logger['debug']('Error\x20while\x20parsing\x20'+_0xbdaca6+',\x20'+_0x6dbe78+_0x4206df(0x1f2)+_0x349fe3);}fs[_0x4206df(0x14c)](_0xbdaca6);}fs[_0x4206df(0x14c)](_0x226107),fs[_0x4206df(0x14c)](_0x24a145),_0x6dbe78&&(_0x2e0510[_0x4206df(0x1dd)]=helper[_0x4206df(0x1d2)](_0x6dbe78,_0x55ed31[_0x4206df(0x1cd)],_0x2e0510));const _0x2d18fb=BrowserstackCLI[_0x4206df(0x14b)]();try{await TestHubHandler[_0x4206df(0x13a)](),await BrowserstackCLI[_0x4206df(0x1b3)]()[_0x4206df(0x13a)]();}catch(_0x19da3f){console[_0x4206df(0x21c)](_0x19da3f),_0x55ed31[_0x4206df(0x1fe)](debug,_0x4206df(0x226)+util[_0x4206df(0x154)](_0x19da3f));}testOpsHelper[_0x4206df(0x22b)](),TestDetails[_0x4206df(0x1d1)](),await utilities['finalExecution'](_0x2e0510,_0x2d18fb);});}module[a14_0x31c112(0x19b)]=run;
2
+ 'use strict';const a14_0x18fb21=a14_0x321e;(function(_0x9492c2,_0x523752){const _0xf05f55=a14_0x321e,_0x14aba8=_0x9492c2();while(!![]){try{const _0x1ee3cb=-parseInt(_0xf05f55(0x2e9))/0x1+-parseInt(_0xf05f55(0x217))/0x2*(parseInt(_0xf05f55(0x21e))/0x3)+parseInt(_0xf05f55(0x243))/0x4+parseInt(_0xf05f55(0x2f0))/0x5+parseInt(_0xf05f55(0x201))/0x6*(-parseInt(_0xf05f55(0x289))/0x7)+parseInt(_0xf05f55(0x22c))/0x8*(-parseInt(_0xf05f55(0x2e2))/0x9)+parseInt(_0xf05f55(0x208))/0xa;if(_0x1ee3cb===_0x523752)break;else _0x14aba8['push'](_0x14aba8['shift']());}catch(_0x1691a5){_0x14aba8['push'](_0x14aba8['shift']());}}}(a14_0x1dfa,0x450fc));const fs=require('fs'),path=require(a14_0x18fb21(0x220)),util=require(a14_0x18fb21(0x22f)),{spawn}=require(a14_0x18fb21(0x212)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a14_0x18fb21(0x202)),helper=require(a14_0x18fb21(0x223)),utilities=require('../../helpers/utilities'),constants=require(a14_0x18fb21(0x25f)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a14_0x18fb21(0x245)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x18fb21(0x269)),TestDetails=require(a14_0x18fb21(0x2c4)),{getPercyOptions}=require(a14_0x18fb21(0x1f2)),TestHubHandler=require(a14_0x18fb21(0x2ab)),testhubUtils=require(a14_0x18fb21(0x2f6)),{FRAMEWORKS}=require(a14_0x18fb21(0x2bc)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x18fb21(0x2db)],TestOrchestrationHandler=require(a14_0x18fb21(0x2d0)),BrowserstackCLI=require(a14_0x18fb21(0x25b)),{checkPwandBootstrapCli}=require(a14_0x18fb21(0x2b2)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x18fb21(0x28e)),ClientTroubleShootingService=require(a14_0x18fb21(0x214)),{checkAccessibilityPlatformConfig}=require(a14_0x18fb21(0x2ec)),getUserJestConfigs=async(_0x12a3fb,_0x57d41c)=>{const _0x338907=a14_0x18fb21,_0x52e9c6={'LmywH':_0x338907(0x246),'pQUCN':'jest-config','ZnzXD':function(_0x5baa6f,_0x4ffacb){return _0x5baa6f||_0x4ffacb;},'AvNlQ':function(_0x3afb2f,_0x333f31){return _0x3afb2f(_0x333f31);},'tCGDa':_0x338907(0x20e),'OLHeq':_0x338907(0x22a),'LSdwy':_0x338907(0x230),'ifysh':_0x338907(0x25d),'omeGV':_0x338907(0x293)};let _0x5efc46;try{_0x5efc46=helper[_0x338907(0x23c)](_0x52e9c6['LmywH'],_0x52e9c6[_0x338907(0x27a)]);}catch{const _0xd40ad8=helper[_0x338907(0x23c)](_0x52e9c6['pQUCN']);_0x5efc46={'default':async _0x1f3e99=>{const _0x7fb645=_0x338907,_0x2dfdb3=await _0xd40ad8[_0x7fb645(0x2d8)](_0x1f3e99,{});return _0x2dfdb3[_0x7fb645(0x2e1)];}};}const _0x3c4fad=_0x57d41c['findIndex'](_0x2cadc3=>_0x2cadc3===_0x338907(0x2a7));if(!helper[_0x338907(0x2f1)](_0x12a3fb['config'])){logger[_0x338907(0x20d)](_0x338907(0x258)+_0x12a3fb[_0x338907(0x2e1)]),process[_0x338907(0x1f7)][_0x338907(0x200)]=_0x12a3fb[_0x338907(0x2e1)];const _0x5ad8af=await(0x0,_0x5efc46[_0x338907(0x2ba)])(path['resolve'](_0x12a3fb[_0x338907(0x2e1)]));return _0x57d41c[_0x338907(0x259)](_0x3c4fad,0x2),_0x52e9c6[_0x338907(0x203)](_0x5ad8af,{});}const _0x245ef2=_0x52e9c6['AvNlQ'](require,path[_0x338907(0x1f6)](process[_0x338907(0x286)](),_0x52e9c6['tCGDa']));if(_0x245ef2[_0x338907(0x26b)])return logger[_0x338907(0x20d)](_0x52e9c6[_0x338907(0x207)]),_0x245ef2['jest'];const _0x4eee06=['js',_0x52e9c6[_0x338907(0x2b6)],_0x52e9c6[_0x338907(0x210)],_0x52e9c6['omeGV'],'ts'];for(const _0x3c42c5 of _0x4eee06){const _0xeff378=path[_0x338907(0x1f6)](process[_0x338907(0x286)](),_0x338907(0x20b)+_0x3c42c5);if(fs['existsSync'](_0xeff378)){process[_0x338907(0x1f7)][_0x338907(0x200)]=_0xeff378;const _0x47f7ac=await(0x0,_0x5efc46[_0x338907(0x2ba)])(_0xeff378);return _0x47f7ac;}}return{};},getSerial=(_0x3f565f,_0x481684)=>{const _0x2331cd=a14_0x18fb21,_0x54c68c={};_0x54c68c['BJFaF']=_0x2331cd(0x228),_0x54c68c[_0x2331cd(0x25e)]=function(_0x30f41d,_0x550fc9){return _0x30f41d>_0x550fc9;},_0x54c68c[_0x2331cd(0x281)]=function(_0x1b944c,_0x22b8d3){return _0x1b944c>_0x22b8d3;},_0x54c68c[_0x2331cd(0x229)]='false';const _0x2c9bc0=_0x54c68c;let _0x14377a=_0x2c9bc0[_0x2331cd(0x233)];return _0x2c9bc0[_0x2331cd(0x25e)](_0x3f565f[_0x2331cd(0x2bf)],0x1)&&(!_0x481684['runInBand']&&(helper['isUndefined'](_0x481684[_0x2331cd(0x244)])||_0x2c9bc0[_0x2331cd(0x281)](_0x481684[_0x2331cd(0x244)],0x1)))&&(_0x14377a=_0x2c9bc0[_0x2331cd(0x229)]),_0x14377a;},getMaxWorkers=(_0x376936,_0x1bee14,_0x31c6b8)=>{const _0x432736=a14_0x18fb21,_0x237428={'TVSzt':function(_0x21a7d2,_0x2a6085){return _0x21a7d2(_0x2a6085);}};let _0x1647a5=0x1;if(!helper['isUndefined'](_0x1bee14['parallelsPerPlatform']))_0x1647a5=_0x237428[_0x432736(0x28d)](parseInt,_0x1bee14[_0x432736(0x1fd)]);else{if(!helper['isUndefined'](_0x376936[_0x432736(0x244)]))_0x1647a5=_0x376936[_0x432736(0x244)];else!helper['isUndefined'](_0x31c6b8[_0x432736(0x244)])&&(_0x1647a5=_0x31c6b8['maxWorkers']);}return _0x1647a5;};async function run(_0x5f4061,_0xc0bdd2,_0x2da7cf){const _0x554e01=a14_0x18fb21,_0x194abf={'MNoHh':_0x554e01(0x2d7),'xHgYr':_0x554e01(0x26b),'cwxFy':function(_0x45035b,_0x4c5a7a){return _0x45035b(_0x4c5a7a);},'LMWcW':'@playwright/test','BCYkc':function(_0x12a360){return _0x12a360();},'TAaHT':function(_0x24b5fb,_0x3d406f,_0x27bd9a,_0x3dfe87){return _0x24b5fb(_0x3d406f,_0x27bd9a,_0x3dfe87);},'VvfmV':function(_0x2d7600,_0x13e6c3){return _0x2d7600!=_0x13e6c3;},'DNiUl':_0x554e01(0x228),'KgzMM':function(_0x3b2c52,_0x108035,_0x3ac587){return _0x3b2c52(_0x108035,_0x3ac587);},'fpJSP':_0x554e01(0x2e8),'rUCyM':function(_0x547333,_0x1287b5){return _0x547333(_0x1287b5);},'mGotP':'false','inXit':function(_0x418c16,_0x59f5a5,_0x559c1d,_0x43b915){return _0x418c16(_0x59f5a5,_0x559c1d,_0x43b915);},'EAifJ':function(_0xb885e5,_0x20370f){return _0xb885e5*_0x20370f;},'AHlJN':function(_0x59e70e,_0x520c1f){return _0x59e70e===_0x520c1f;},'TqsQP':_0x554e01(0x1fc),'swKBY':_0x554e01(0x23e),'aPNYP':_0x554e01(0x299),'bRXxZ':_0x554e01(0x29a),'fhLrW':_0x554e01(0x29c),'wBZpk':_0x554e01(0x22e),'afxvN':_0x554e01(0x2d3),'ecAjc':function(_0x2c7ab5,_0x483c0a){return _0x2c7ab5!==_0x483c0a;},'CFWnB':_0x554e01(0x2c7),'sIEqU':_0x554e01(0x242),'hELvG':'jest.setup.js','jwdZc':'customSequencer.js','GkJHX':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','huVjU':_0x554e01(0x254),'JvHCV':_0x554e01(0x2d1),'krcSy':_0x554e01(0x2cf),'kdkpF':_0x554e01(0x22d),'PdhPG':'customCircus.js','qwGMS':_0x554e01(0x2a9),'SwXst':_0x554e01(0x2c5),'TmrYo':_0x554e01(0x2c6),'yDDwp':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','LOiDQ':_0x554e01(0x2ad),'pfXio':_0x554e01(0x27c),'YmpEH':function(_0x201e02,_0xd91a6b){return _0x201e02&&_0xd91a6b;},'sHTBR':'Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','eCRhr':_0x554e01(0x255),'VCPjD':_0x554e01(0x2ca),'VFHzV':_0x554e01(0x2ba),'abIQb':function(_0x50012b,_0xeddcb8,_0x5ca915){return _0x50012b(_0xeddcb8,_0x5ca915);},'UhtBe':_0x554e01(0x249),'CZJDE':_0x554e01(0x2b7),'vMeTh':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','tkoyY':function(_0xde93a6,_0x1f8a68){return _0xde93a6>_0x1f8a68;},'cNQrH':_0x554e01(0x2de),'YGrOb':_0x554e01(0x2a7),'oCnnp':_0x554e01(0x283),'SYpxr':_0x554e01(0x2a1),'yApmk':_0x554e01(0x2f5),'hMKuj':_0x554e01(0x2b4)},_0x46d15b=helper[_0x554e01(0x1fe)](_0x194abf[_0x554e01(0x1f4)]);global[_0x554e01(0x235)]=!!_0x46d15b;const _0x13ab0c=_0x194abf[_0x554e01(0x26c)](getPuppeteerVersion);global[_0x554e01(0x225)]=!!_0x13ab0c;helper[_0x554e01(0x237)]()?(await _0x2da7cf[_0x554e01(0x2eb)](_0x5f4061),await helper[_0x554e01(0x256)](_0x2da7cf[_0x554e01(0x2e1)])):await _0x2da7cf[_0x554e01(0x253)]();if(_0x46d15b)await _0x194abf[_0x554e01(0x23a)](checkPwandBootstrapCli,_0x46d15b,constants[_0x554e01(0x1f3)][_0x554e01(0x2e3)],_0x2da7cf);else _0x13ab0c&&await _0x194abf[_0x554e01(0x23a)](checkPuppeteerAndBootstrapCli,_0x13ab0c,constants[_0x554e01(0x1f3)][_0x554e01(0x2e3)],_0x2da7cf);if(!_0x2da7cf['config'])return;_0x194abf[_0x554e01(0x2ac)](_0x2da7cf[_0x554e01(0x2e1)][_0x554e01(0x295)],null)?process['env'][_0x554e01(0x1f9)]=_0x2da7cf['config'][_0x554e01(0x295)]:process[_0x554e01(0x1f7)][_0x554e01(0x1f9)]=_0x194abf['DNiUl'];const _0x4d6e65=new TestOrchestrationHandler(_0x2da7cf[_0x554e01(0x2e1)]),_0x9a22cb=await _0x194abf[_0x554e01(0x2a0)](getUserJestConfigs,_0x5f4061,_0xc0bdd2);logger[_0x554e01(0x20d)](_0x194abf[_0x554e01(0x222)]);const _0x151b08=Object[_0x554e01(0x224)]({},_0x9a22cb);_0x151b08[_0x554e01(0x21b)]=Object[_0x554e01(0x224)]({},_0x151b08[_0x554e01(0x21b)],{'server':helper[_0x554e01(0x264)](_0x2da7cf[_0x554e01(0x2e1)]),'environment':_0x9a22cb['testEnvironment']}),_0x151b08['testEnvironmentOptions']['browserStackPercyOptions']=_0x194abf['rUCyM'](getPercyOptions,_0x2da7cf[_0x554e01(0x2e1)]);const _0x5d2dfc=helper[_0x554e01(0x297)](_0x2da7cf['config']);!helper[_0x554e01(0x2f1)](_0x2da7cf[_0x554e01(0x2e1)]['accessibilityOptions'])&&(process['env'][_0x554e01(0x2c3)]=JSON[_0x554e01(0x248)](_0x2da7cf['config'][_0x554e01(0x277)]));if(!BrowserstackCLI[_0x554e01(0x298)]()['isRunning']()){const _0x3a0946=await TestHubHandler[_0x554e01(0x2d2)](FRAMEWORKS[_0x554e01(0x2e3)],_0x2da7cf);}const _0x4cc634=helper['prepareCapabilities'](_0x2da7cf[_0x554e01(0x2e1)],_0x5d2dfc,constants[_0x554e01(0x1f3)][_0x554e01(0x2e3)]);process['env'][_0x554e01(0x20c)]=JSON['stringify'](_0x4cc634);let _0x939fba=_0x2da7cf['config']['accessibility'];_0x939fba=_0x939fba||accessibilityHelper[_0x554e01(0x206)](_0x2da7cf[_0x554e01(0x2e1)]),process[_0x554e01(0x1f7)][_0x554e01(0x25c)]=_0x939fba,logger[_0x554e01(0x28c)](_0x554e01(0x2a2)+_0x939fba+_0x554e01(0x211)+BrowserstackCLI[_0x554e01(0x298)]()[_0x554e01(0x285)]());if(_0x46d15b)try{const _0x306c01=_0x194abf[_0x554e01(0x28f)](checkAccessibilityPlatformConfig,_0x2da7cf['config']);process[_0x554e01(0x1f7)][_0x554e01(0x29b)]=_0x306c01?_0x194abf[_0x554e01(0x2ae)]:_0x194abf[_0x554e01(0x2b5)],logger[_0x554e01(0x28c)](_0x554e01(0x267)+_0x306c01+_0x554e01(0x23d)+process[_0x554e01(0x1f7)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);}catch(_0x13b98b){logger[_0x554e01(0x28c)](_0x554e01(0x2c0)+util[_0x554e01(0x268)](_0x13b98b));}_0x151b08['testEnvironmentOptions']['capabilities']=_0x4cc634,_0x151b08[_0x554e01(0x21b)][_0x554e01(0x250)]=_0x194abf['KgzMM'](getSerial,_0x4cc634,_0x5f4061),_0x151b08['testEnvironmentOptions'][_0x554e01(0x2e7)]=_0x194abf[_0x554e01(0x24f)](getMaxWorkers,_0x5f4061,_0x2da7cf[_0x554e01(0x2e1)],_0x9a22cb),_0x151b08[_0x554e01(0x21b)][_0x554e01(0x272)]=_0x2da7cf['config'][_0x554e01(0x272)],_0x151b08[_0x554e01(0x21b)][_0x554e01(0x219)]=_0x194abf[_0x554e01(0x266)](_0x5f4061[_0x554e01(0x2cd)],0x1)||0x1388,_0x151b08[_0x554e01(0x21b)][_0x554e01(0x2df)]=_0x2da7cf[_0x554e01(0x2e1)][_0x554e01(0x23b)][_0x554e01(0x2df)],_0x151b08[_0x554e01(0x21b)]['skipSessionStatus']=_0x2da7cf[_0x554e01(0x2e1)]['testContextOptions']['skipSessionStatus'],_0x151b08['testEnvironmentOptions'][_0x554e01(0x2ea)]=_0x2da7cf['config'][_0x554e01(0x2a5)],_0x151b08[_0x554e01(0x21b)][_0x554e01(0x236)]=_0x2da7cf[_0x554e01(0x2e1)][_0x554e01(0x236)],_0x151b08[_0x554e01(0x21b)]['platformCaps']=_0x2da7cf['config'][_0x554e01(0x2af)];const _0x3d37fd=helper[_0x554e01(0x234)](_0x2da7cf[_0x554e01(0x2e1)]);if(!helper[_0x554e01(0x2ce)](_0x3d37fd)){helper[_0x554e01(0x2da)](_0x3d37fd['retryTestsOnFailure'])&&(_0x151b08[_0x554e01(0x21b)][_0x554e01(0x24d)]=_0x3d37fd[_0x554e01(0x1fa)][_0x554e01(0x27e)]);if(helper['isNotUndefined'](_0x3d37fd[_0x554e01(0x279)])&&helper[_0x554e01(0x2da)](_0x3d37fd[_0x554e01(0x279)][_0x554e01(0x2a8)])){const _0x58a4ec={};_0x58a4ec['failureThresholdCount']=_0x3d37fd[_0x554e01(0x279)][_0x554e01(0x2b1)],_0x58a4ec['workingDir']=_0x3d37fd[_0x554e01(0x279)][_0x554e01(0x2a8)],_0x151b08[_0x554e01(0x21b)][_0x554e01(0x2f2)]=_0x58a4ec;}}let _0x5433e1='';_0x194abf[_0x554e01(0x215)](helper[_0x554e01(0x21f)](),constants[_0x554e01(0x2a3)]['MODULE'])?_0x5433e1=_0x194abf[_0x554e01(0x260)]:_0x5433e1=_0x194abf[_0x554e01(0x2d4)];const _0xee40d1=_0x5433e1,_0x3cf017=path[_0x554e01(0x1f6)](__dirname,_0x194abf['aPNYP'],_0x194abf[_0x554e01(0x205)]),_0x3c4909=path[_0x554e01(0x1f6)](__dirname,_0x194abf[_0x554e01(0x22b)],_0x194abf[_0x554e01(0x2c8)]),_0x4a734a=path[_0x554e01(0x1f6)](__dirname,_0x194abf[_0x554e01(0x22b)],_0x194abf[_0x554e01(0x274)]);_0x151b08[_0x554e01(0x2b8)]&&(process[_0x554e01(0x1f7)][_0x554e01(0x292)]=_0x151b08[_0x554e01(0x2b8)]);_0x151b08[_0x554e01(0x2b8)]=path[_0x554e01(0x1f6)](__dirname,_0x194abf[_0x554e01(0x22b)],_0x194abf[_0x554e01(0x2bb)]);const _0x2d1826=_0x9a22cb['runner'];if(_0x2d1826&&_0x194abf['ecAjc'](_0x2d1826,_0x194abf[_0x554e01(0x294)])){const _0x10917a=_0x2d1826[_0x554e01(0x231)](_0x194abf['sIEqU'])?_0x2d1826:_0x554e01(0x242)+_0x2d1826;process[_0x554e01(0x1f7)][_0x554e01(0x2c9)]=_0x10917a,logger[_0x554e01(0x20d)](_0x554e01(0x1f8)+_0x10917a);}_0x151b08[_0x554e01(0x21c)]=_0x3c4909,_0x151b08[_0x554e01(0x247)]=_0x151b08[_0x554e01(0x247)]||[],_0x151b08[_0x554e01(0x247)]['push'](path[_0x554e01(0x1f6)](__dirname,_0x194abf[_0x554e01(0x24a)]));_0x4d6e65[_0x554e01(0x1f5)]()&&(_0x151b08[_0x554e01(0x240)]=path[_0x554e01(0x1f6)](__dirname,_0x194abf['aPNYP'],_0x194abf['jwdZc']));if(testhubUtils[_0x554e01(0x29f)]()||BrowserstackCLI[_0x554e01(0x298)]()['isCliEnabled']()){let _0x25ca4d=null;try{_0x25ca4d=helper[_0x554e01(0x23c)](_0x194abf[_0x554e01(0x2ee)],_0x194abf['huVjU']);}catch(_0x48aca8){try{_0x25ca4d=helper[_0x554e01(0x23c)](_0x194abf[_0x554e01(0x287)],_0x194abf['huVjU']);}catch(_0x2fca77){_0x194abf[_0x554e01(0x251)](debug,_0x554e01(0x21a)+_0x2fca77);}}_0x25ca4d&&(testhubUtils[_0x554e01(0x29f)]()&&_0x151b08[_0x554e01(0x247)][_0x554e01(0x1fb)](path[_0x554e01(0x1f6)](__dirname,_0x194abf[_0x554e01(0x21d)],_0x194abf['kdkpF'])),_0x151b08[_0x554e01(0x26f)]=path[_0x554e01(0x1f6)](__dirname,_0x194abf['aPNYP'],_0x194abf['PdhPG']));}_0x151b08[_0x554e01(0x2e5)]=_0x151b08[_0x554e01(0x2e5)]||[];try{helper[_0x554e01(0x27d)](),_0x151b08[_0x554e01(0x2e5)]['push'](path[_0x554e01(0x1f6)](__dirname,_0x194abf['qwGMS']));}catch{logger[_0x554e01(0x28c)](_0x194abf[_0x554e01(0x24e)]);}try{helper[_0x554e01(0x2dc)][_0x554e01(0x2c1)](null,[_0x194abf['LMWcW'],_0x194abf[_0x554e01(0x2d5)]]),logger[_0x554e01(0x28c)](_0x194abf[_0x554e01(0x221)]),_0x151b08[_0x554e01(0x2e5)][_0x554e01(0x1fb)](path[_0x554e01(0x1f6)](__dirname,_0x194abf['LOiDQ']));}catch(_0x26bf73){logger[_0x554e01(0x28c)](_0x194abf['pfXio'],_0x26bf73);}if(_0x194abf[_0x554e01(0x263)](!_0x46d15b,_0x13ab0c)){try{logger['debug'](_0x194abf['sHTBR']),_0x151b08[_0x554e01(0x2e5)]['push'](path[_0x554e01(0x1f6)](__dirname,'..',_0x194abf['eCRhr'],_0x194abf[_0x554e01(0x2a6)]));}catch(_0x42e677){logger[_0x554e01(0x28c)](_0x554e01(0x2b9)+_0x42e677['message']);}try{const _0x183909=require[_0x554e01(0x273)](_0x194abf[_0x554e01(0x284)]),_0x19748c=path[_0x554e01(0x252)](_0x183909)[_0x554e01(0x2e0)](/\\/g,'/'),_0x434af9={};_0x434af9[_0x554e01(0x2bd)]=_0x19748c+_0x554e01(0x26d),_0x151b08[_0x554e01(0x27f)]=Object['assign']({},_0x151b08['moduleNameMapper']||{},_0x434af9),logger[_0x554e01(0x28c)](_0x554e01(0x241)+_0x19748c);}catch(_0x1b1bb5){logger[_0x554e01(0x28c)](_0x554e01(0x278)+_0x1b1bb5[_0x554e01(0x270)]);}}_0x151b08[_0x554e01(0x209)]=_0x151b08[_0x554e01(0x209)]||[_0x194abf[_0x554e01(0x213)]],_0x194abf[_0x554e01(0x1ff)](updateTestRerunConfig,_0x151b08,_0x2da7cf);const _0x4c6f58=fs[_0x554e01(0x288)](_0x4a734a),_0x48831a=helper[_0x554e01(0x26e)](_0x194abf[_0x554e01(0x265)],_0x194abf[_0x554e01(0x227)]);!_0x48831a[_0x554e01(0x2aa)]?fs[_0x554e01(0x2be)](_0x151b08[_0x554e01(0x21c)],_0x554e01(0x26a)+_0x4c6f58+_0x554e01(0x29e)+_0x2da7cf[_0x554e01(0x2e1)][_0x554e01(0x2af)][_0x554e01(0x2bf)]+_0x554e01(0x2e4)):fs['writeFileSync'](_0x151b08['runner'],'\x0a\x20\x20\x20\x20\x20\x20'+_0x4c6f58+_0x554e01(0x23f)+_0x2da7cf[_0x554e01(0x2e1)][_0x554e01(0x2af)]['length']+_0x554e01(0x20f));logger[_0x554e01(0x20d)](_0x554e01(0x282)+_0xee40d1+_0x554e01(0x24c)),fs[_0x554e01(0x2be)](_0xee40d1,_0x554e01(0x2ef)+JSON['stringify'](_0x151b08)+_0x554e01(0x2d6));if(_0x4d6e65['isTestOrchestrationEnabled']()){logger[_0x554e01(0x28c)](_0x194abf[_0x554e01(0x2c2)]);const _0x5d0819=await _0x4d6e65['findTestFiles'](_0x151b08,_0xc0bdd2[_0x554e01(0x218)](0x1),_0xee40d1);logger[_0x554e01(0x28c)]('Found:\x20'+JSON['stringify'](_0x5d0819)+_0x554e01(0x20a));const _0x519a9d=await _0x4d6e65[_0x554e01(0x290)](_0x5d0819);logger[_0x554e01(0x28c)](_0x554e01(0x2cc)+JSON[_0x554e01(0x248)](_0x519a9d)),_0x519a9d&&_0x194abf[_0x554e01(0x2b0)](_0x519a9d[_0x554e01(0x2bf)],0x0)&&(process[_0x554e01(0x1f7)][_0x554e01(0x24b)]=_0x519a9d?.['join'](','));}logger['info'](_0x194abf[_0x554e01(0x29d)]);testhubUtils[_0x554e01(0x29f)]()&&TestDetails['setup']();helper[_0x554e01(0x238)]({},_0xc0bdd2),PerformanceTester[_0x554e01(0x271)](PerformanceEvents[_0x554e01(0x204)]);const _0x28e218=[_0x194abf['xHgYr'],_0x194abf['YGrOb'],_0xee40d1,..._0xc0bdd2[_0x554e01(0x218)](0x1)],_0x2ff340=_0x194abf['TAaHT'](spawn,_0x194abf[_0x554e01(0x2e6)],_0x28e218,{'shell':_0x194abf[_0x554e01(0x215)](process[_0x554e01(0x261)],_0x194abf['SYpxr']),'stdio':_0x194abf[_0x554e01(0x296)],'env':Object[_0x554e01(0x224)]({},process[_0x554e01(0x1f7)])});_0x2ff340['on'](_0x194abf[_0x554e01(0x2dd)],async _0x7b45f3=>{const _0xce1c57=_0x554e01;PerformanceTester[_0xce1c57(0x257)](PerformanceEvents[_0xce1c57(0x2cb)]);try{const {browserstackFolderPath:_0x4a4d6c,tcgConfigPath:_0x2c44fd}=helper[_0xce1c57(0x2f4)]();fs[_0xce1c57(0x239)](_0x2c44fd),fs[_0xce1c57(0x2a4)](_0x4a4d6c);}catch(_0x54756c){logger['debug'](_0x194abf[_0xce1c57(0x2f3)],_0x54756c);}process[_0xce1c57(0x280)]=_0x7b45f3,logger[_0xce1c57(0x28c)]('child\x20process\x20exited\x20with\x20code\x20'+_0x7b45f3),logger[_0xce1c57(0x20d)]('Deleting\x20'+_0xee40d1);if(helper['isNotUndefined'](_0x3d37fd)&&helper[_0xce1c57(0x2da)](_0x3d37fd['abortBuildOnFailure'])&&fs['existsSync'](_0x3d37fd['abortBuildOnFailure'][_0xce1c57(0x2a8)]))try{const _0x5b6e56={};_0x5b6e56[_0xce1c57(0x226)]=!![],_0x5b6e56['force']=!![],fs[_0xce1c57(0x262)](_0x3d37fd['abortBuildOnFailure']['workingDir'],_0x5b6e56),logger['debug'](_0xce1c57(0x2ed)+_0x3d37fd['abortBuildOnFailure'][_0xce1c57(0x2a8)]);}catch(_0x2054c7){logger[_0xce1c57(0x2aa)](_0xce1c57(0x276)+_0x2054c7);}let _0x47f466=null;if(fs['existsSync'](_0x3cf017)){_0x47f466=fs[_0xce1c57(0x288)](_0x3cf017);try{_0x47f466=JSON[_0xce1c57(0x216)](_0x47f466);}catch(_0x404dcc){logger[_0xce1c57(0x28c)](_0xce1c57(0x2b3)+_0x3cf017+',\x20'+_0x47f466+'\x20:\x20'+_0x404dcc);}fs[_0xce1c57(0x239)](_0x3cf017);}fs[_0xce1c57(0x239)](_0xee40d1),fs[_0xce1c57(0x239)](_0x3c4909),_0x47f466&&(_0x2da7cf[_0xce1c57(0x27b)]=helper['getErrorMessageFromResults'](_0x47f466,_0x194abf[_0xce1c57(0x291)],_0x2da7cf));const _0x59a341=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0xce1c57(0x275)](),await BrowserstackCLI[_0xce1c57(0x298)]()[_0xce1c57(0x275)]();}catch(_0x383363){console[_0xce1c57(0x2d9)](_0x383363),_0x194abf[_0xce1c57(0x28f)](debug,_0xce1c57(0x28a)+util['format'](_0x383363));}testOpsHelper[_0xce1c57(0x232)](),TestDetails[_0xce1c57(0x28b)](),await utilities[_0xce1c57(0x25a)](_0x2da7cf,_0x59a341);});}function a14_0x1dfa(){const _0x5da1e6=['exitCode','WVGYz','Creating\x20','npx','VCPjD','isRunning','cwd','JvHCV','readFileSync','39417mRvDkx','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','shutdown','debug','TVSzt','../../helpers/puppeteer-helper','cwxFy','reorderTestFiles','xHgYr','BSTACK_JEST_TEST_ENV','json','CFWnB','testObservability','yApmk','useW3C','getInstance','customImplements','jest_browserstack_results.json','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','customTestRunner.js','cNQrH','\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','shouldProcessEventForTesthub','KgzMM','win32','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','PACKAGE_TYPE','rmdirSync','logLevel','LOiDQ','--config','workingDir','test_before.setup.js','error','../../helpers/testhub/testhubHandler','VvfmV','test.setup.js','DNiUl','platforms','tkoyY','maxFailures','../../helpers/playwright-helper','Error\x20while\x20parsing\x20','close','mGotP','LSdwy','@jest/core','testEnvironment','Puppeteer\x20setup\x20error:\x20','default','afxvN','../../helpers/test-observability/constants','^puppeteer-core/internal/(.*)','writeFileSync','length','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','apply','vMeTh','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','./test-observability/test-details','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','playwright','jest-runner','fhLrW','BSTACK_USER_JEST_RUNNER','puppeteer-core/package.json','SDK_CLEANUP','Reodered\x20Test\x20Files:\x20','testTimeout','isEmpty','test-observability','../../helpers/test-orchestration/testOrchestrationHandler','jest-circus/build/runner.js','launchBuild','customEnvironment.js','swKBY','TmrYo','\x0amodule.exports\x20=\x20config;','error\x20removing\x20tcg\x20config\x20file','readInitialOptions','log','isNotUndefined','EVENTS','requirePWModule','hMKuj','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','skipSessionName','replace','config','1737uZbEyP','JEST',';\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','setupFiles','oCnnp','parallels__','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','199721aKHprE','browserStackLogLevel','initialize','../../helpers/accessibility-automation/helper','Deleted\x20fail-fast\x20state\x20folder:\x20','GkJHX','const\x20config=','1804415aYGFKD','isUndefined','failFast','MNoHh','getTCGConfigFilePaths','inherit','../../helpers/testhub/utils','../../helpers/percy/utils','FRAMEWORKS','LMWcW','isTestOrchestrationEnabled','join','env','Preserving\x20user\x27s\x20Jest\x20runner:\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','retryTestsOnFailure','push','jest_browserstack.config.cjs','parallelsPerPlatform','getPackageVersion','abIQb','USER_CONFIG_DETAILS_PATH','18ErTJdF','../../helpers/BrowserStackSetup','ZnzXD','SDK_SETUP','bRXxZ','checkAccessibilityPlatformConfig','OLHeq','2550260HDDYGX','reporters','\x20test\x20files\x20to\x20run.','jest.config.','BROWSERSTACK_CAPABILITIES','info','package.json',';\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','ifysh',',\x20CLI\x20running:\x20','child_process','VFHzV','../utils/clientTroubleshootingService','AHlJN','parse','228YrqBOH','slice','timeout__','Unable\x20to\x20find\x20jest-circus,\x20','testEnvironmentOptions','runner','krcSy','5229xBnFUY','getPackageType','path','yDDwp','fpJSP','../../helpers/helper','assign','__isPuppeteerInstalled','recursive','CZJDE','true','pQoWO','Getting\x20your\x20jest\x20configs\x20from\x20package.json','aPNYP','5408TnXnZh','data-hooks.js','customTestRunnerTemplate.js','util','mjs','startsWith','printBuildLink','BJFaF','parseTestOrchestrationOptions','__isPlaywrightInstalled','turboScaleUrl','isBrowserstackInfra','filterBrowserstackArgs','unlinkSync','TAaHT','testContextOptions','requireModule',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','jest_browserstack.config.js','\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','testSequencer','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','jest-runner-','851004eiHipd','maxWorkers','./test-observability/helper','jest-config/build/readConfigFileAndSetRootDir.js','setupFilesAfterEnv','stringify','@jest/core/build/ReporterDispatcher.js','hELvG','JEST_TEST_ORDER','\x20with\x20browserstack\x20jest\x20configs','retries__','SwXst','inXit','serial__','rUCyM','dirname','setupTCGAuth','jest-circus','puppeteer','handleApp','start','Getting\x20your\x20jest\x20configs\x20from\x20','splice','finalExecution','../v2/browserstackCLI','BROWSERSTACK_TEST_ACCESSIBILITY_YML','cjs','gzfWs','../utils/constants','TqsQP','platform','rmSync','YmpEH','getHubUrl','UhtBe','EAifJ','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','format','../../helpers/test-observability/utils','\x0a\x20\x20\x20\x20\x20\x20','jest','BCYkc','/internal/$1','resolveModule','testRunner','message','end','proxySettings','resolve','wBZpk','stop','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','accessibilityOptions','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','abortBuildOnFailure','pQUCN','errorMessage','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','requireSeleniumWebdriver','maxRetries','moduleNameMapper'];a14_0x1dfa=function(){return _0x5da1e6;};return a14_0x1dfa();}function a14_0x321e(_0x5b09f1,_0x4d3a71){const _0x1dfaed=a14_0x1dfa();return a14_0x321e=function(_0x321ea8,_0x5b297b){_0x321ea8=_0x321ea8-0x1f2;let _0x217605=_0x1dfaed[_0x321ea8];return _0x217605;},a14_0x321e(_0x5b09f1,_0x4d3a71);}module['exports']=run;
@@ -1 +1 @@
1
- function a15_0x5261(){const _0x4b6235=['initRequireModule','8090160aUMufz','334539DRmjTK','11leJRsI','requireInternalModule','customJestAdapterInit.js','function','16wWsjWp','exports','sReHx','3479655UCgUtG','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','26717856PSeDvA','yuuVU','68330niRxcM','jest-circus/build/runner.js','BhnAG','6382271MhdPdr','join','22cswBey','785277PrbcYe','jest-circus','6qaDPdj','jestAdapterInit','path','10xPyqCN'];a15_0x5261=function(){return _0x4b6235;};return a15_0x5261();}const a15_0x47a320=a15_0x9c17;(function(_0xdec995,_0x10d763){const _0x11efc8=a15_0x9c17,_0x348108=_0xdec995();while(!![]){try{const _0x229584=parseInt(_0x11efc8(0x105))/0x1*(parseInt(_0x11efc8(0x100))/0x2)+-parseInt(_0x11efc8(0x10e))/0x3*(-parseInt(_0x11efc8(0x113))/0x4)+parseInt(_0x11efc8(0x116))/0x5*(-parseInt(_0x11efc8(0x108))/0x6)+-parseInt(_0x11efc8(0x103))/0x7+-parseInt(_0x11efc8(0x10d))/0x8+-parseInt(_0x11efc8(0x106))/0x9*(parseInt(_0x11efc8(0x10b))/0xa)+parseInt(_0x11efc8(0x10f))/0xb*(parseInt(_0x11efc8(0x118))/0xc);if(_0x229584===_0x10d763)break;else _0x348108['push'](_0x348108['shift']());}catch(_0x18de31){_0x348108['push'](_0x348108['shift']());}}}(a15_0x5261,0xaf48b));function a15_0x9c17(_0x468b90,_0x42c2b8){const _0x526151=a15_0x5261();return a15_0x9c17=function(_0x9c1718,_0xcfd090){_0x9c1718=_0x9c1718-0xff;let _0x1b4f19=_0x526151[_0x9c1718];return _0x1b4f19;},a15_0x9c17(_0x468b90,_0x42c2b8);}const path=require(a15_0x47a320(0x10a)),{requireModule}=require('../../../helpers/helper');let initJestAdapter;try{initJestAdapter=requireModule(a15_0x47a320(0x117),a15_0x47a320(0x107));}catch{initJestAdapter=requireModule(a15_0x47a320(0x101),'jest-circus');}initJestAdapter=typeof initJestAdapter===a15_0x47a320(0x112)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a15_0x47a320(0x104)](__dirname,a15_0x47a320(0x111));module[a15_0x47a320(0x114)]=(..._0x2c0de7)=>{const _0x3ccadb=a15_0x47a320,_0x9b5cb9={'BhnAG':_0x3ccadb(0x109),'sReHx':function(_0x45857a,_0x45b17a){return _0x45857a===_0x45b17a;},'yuuVU':function(_0x4df81f,..._0x11ab0d){return _0x4df81f(..._0x11ab0d);}};return _0x2c0de7[0x3][_0x3ccadb(0x10c)]=_0x2c0de7[0x3][_0x3ccadb(0x110)],_0x2c0de7[0x3][_0x3ccadb(0x110)]=(..._0x265c0b)=>{const _0x1ec4ef=_0x3ccadb;if(_0x265c0b[0x0]&&_0x265c0b[0x0]['includes'](_0x9b5cb9[_0x1ec4ef(0x102)])&&_0x9b5cb9[_0x1ec4ef(0x115)](_0x265c0b[0x1],undefined))return _0x2c0de7[0x3][_0x1ec4ef(0x10c)](FRAMEWORK_INITIALIZER);return _0x2c0de7[0x3][_0x1ec4ef(0x10c)](..._0x265c0b);},_0x9b5cb9[_0x3ccadb(0xff)](initJestAdapter,..._0x2c0de7);};
1
+ const a15_0x27c400=a15_0xdda2;(function(_0x548c3d,_0x28fdf7){const _0x399c56=a15_0xdda2,_0x2370b9=_0x548c3d();while(!![]){try{const _0x371fc2=parseInt(_0x399c56(0xa2))/0x1*(-parseInt(_0x399c56(0xa5))/0x2)+parseInt(_0x399c56(0xae))/0x3*(parseInt(_0x399c56(0xb0))/0x4)+parseInt(_0x399c56(0xab))/0x5+-parseInt(_0x399c56(0xa0))/0x6*(-parseInt(_0x399c56(0xa7))/0x7)+-parseInt(_0x399c56(0x9f))/0x8*(parseInt(_0x399c56(0xac))/0x9)+-parseInt(_0x399c56(0x9d))/0xa+parseInt(_0x399c56(0xa6))/0xb*(parseInt(_0x399c56(0xb2))/0xc);if(_0x371fc2===_0x28fdf7)break;else _0x2370b9['push'](_0x2370b9['shift']());}catch(_0x3bbe91){_0x2370b9['push'](_0x2370b9['shift']());}}}(a15_0x1a83,0xf0b8a));const path=require(a15_0x27c400(0xa3)),{requireModule}=require(a15_0x27c400(0xad));function a15_0x1a83(){const _0x35dcba=['exports','52856MuuRse','144VcPPbE','join','12089tUuLGj','path','default','288Gtniuw','12152756LZLLPx','111433aapQFV','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','xYcBg','function','478385AddzDf','396rUOrQZ','../../../helpers/helper','4668795mgQwzi','jestAdapterInit','4QfqWtS','YQbyA','24eYlIZZ','jest-circus','gINBS','requireInternalModule','initRequireModule','12260720wJWUEd'];a15_0x1a83=function(){return _0x35dcba;};return a15_0x1a83();}let initJestAdapter;try{initJestAdapter=requireModule(a15_0x27c400(0xa8),a15_0x27c400(0xb3));}catch{initJestAdapter=requireModule('jest-circus/build/runner.js','jest-circus');}function a15_0xdda2(_0xbfe3db,_0x5ae1d2){const _0x1a83d4=a15_0x1a83();return a15_0xdda2=function(_0xdda25b,_0x2519f9){_0xdda25b=_0xdda25b-0x9c;let _0x1ab308=_0x1a83d4[_0xdda25b];return _0x1ab308;},a15_0xdda2(_0xbfe3db,_0x5ae1d2);}initJestAdapter=typeof initJestAdapter===a15_0x27c400(0xaa)?initJestAdapter:initJestAdapter[a15_0x27c400(0xa4)];const FRAMEWORK_INITIALIZER=path[a15_0x27c400(0xa1)](__dirname,'customJestAdapterInit.js');module[a15_0x27c400(0x9e)]=(..._0x14fbf6)=>{const _0x57980=a15_0x27c400,_0x3ef29d={'xYcBg':_0x57980(0xaf),'YQbyA':function(_0x4862e1,_0x166c38){return _0x4862e1===_0x166c38;},'gINBS':function(_0xf4a249,..._0x534b2e){return _0xf4a249(..._0x534b2e);}};return _0x14fbf6[0x3][_0x57980(0x9c)]=_0x14fbf6[0x3][_0x57980(0xb5)],_0x14fbf6[0x3]['requireInternalModule']=(..._0x390f6d)=>{const _0x1289d9=_0x57980;if(_0x390f6d[0x0]&&_0x390f6d[0x0]['includes'](_0x3ef29d[_0x1289d9(0xa9)])&&_0x3ef29d[_0x1289d9(0xb1)](_0x390f6d[0x1],undefined))return _0x14fbf6[0x3][_0x1289d9(0x9c)](FRAMEWORK_INITIALIZER);return _0x14fbf6[0x3]['initRequireModule'](..._0x390f6d);},_0x3ef29d[_0x57980(0xb4)](initJestAdapter,..._0x14fbf6);};
@@ -1 +1 @@
1
- function a16_0x4663(_0x508a88,_0x174844){const _0x2211e1=a16_0x2211();return a16_0x4663=function(_0x4663d1,_0x19b1e3){_0x4663d1=_0x4663d1-0x116;let _0x346a48=_0x2211e1[_0x4663d1];return _0x346a48;},a16_0x4663(_0x508a88,_0x174844);}const a16_0x1065c1=a16_0x4663;function a16_0x2211(){const _0x542d51=['browserStackPercyOptions','retries__','__drivers','test','__esModule','jest-environment-node','9848tsxmGi','plmGR','Error\x20in\x20fail-fast\x20test_done\x20handler:','fLxyk','shouldFailFast','teardown','BSTACK_DELTA','../../../helpers/helper','requireModule','buildName','winstonLogger','isTrue','EZkLd','builder','vdZkh','setup','isBrowserstackInfra','__platformCaps','message','4OgDLfe','test_start','SLLLc','info','6361479NXnAOD','nNrvY','exports','cwd','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','configuration','failFast','env','sDHnI','xAPtx','failFastOptions','4636881HHnqaU','cleanup','framework','quit','name','../../utils/constants','failFastActive','__skipSessionStatus','browserstackAgentV2','TDJrc','__webdriver','resolveTestEnvironment','getTestEnvironment','browserstackPlatformIndex','driver','test_done','ZRpdC','jestConfig','testPath','split','__jestRetries','default','7467747zZeROD','dINpr','jest-config','capability','browserStackGlobals','1716410ucTuCa','requireSeleniumWebdriver','registerListeners','16gkabif','errors','nByWO','isArray','global','timeout__','../../../helpers/test-observability/requestQueueHandler','55eQWDRD','zoCxE','testContext','../../../helpers/test-orchestration/failfastManager','jest-resolve','node','Builder','shouldProcessEventForTesthub','\x20>\x20','cRMqW','SmYzv','__driversArray','capabilities','join','SCcUT','skip','percyCaptureMode','32EETzby','percy','bstack:options','projectConfig','RjOcD','testEnvironmentOptions','Ggeml','6814450pQxGbe','platformCaps','../../../helpers/testhub/utils','onTestDone','../test-observability/obsReporter','xVeuv','../../../index','projectName','../../../helpers/test-observability/utils','5451468lGQfvg','getInstance','nestedKeyValue','cleanupDrivers','sessionNameProvided','YQNLr','tfDsJ','__timeout'];a16_0x2211=function(){return _0x542d51;};return a16_0x2211();}(function(_0x199386,_0x259f85){const _0x3ab234=a16_0x4663,_0x245742=_0x199386();while(!![]){try{const _0xda3c07=-parseInt(_0x3ab234(0x14a))/0x1*(parseInt(_0x3ab234(0x12c))/0x2)+-parseInt(_0x3ab234(0x16c))/0x3+parseInt(_0x3ab234(0x15d))/0x4*(-parseInt(_0x3ab234(0x187))/0x5)+-parseInt(_0x3ab234(0x13c))/0x6+-parseInt(_0x3ab234(0x182))/0x7+parseInt(_0x3ab234(0x18a))/0x8*(parseInt(_0x3ab234(0x161))/0x9)+-parseInt(_0x3ab234(0x133))/0xa*(-parseInt(_0x3ab234(0x11b))/0xb);if(_0xda3c07===_0x259f85)break;else _0x245742['push'](_0x245742['shift']());}catch(_0x1abdb5){_0x245742['push'](_0x245742['shift']());}}}(a16_0x2211,0xc3123));const helper=require(a16_0x1065c1(0x151)),constants=require(a16_0x1065c1(0x171)),{isTestObservabilitySession}=require(a16_0x1065c1(0x13b)),RequestQueueHandler=require(a16_0x1065c1(0x11a)),ObservabilityReporter=require(a16_0x1065c1(0x137)),testhubUtils=require(a16_0x1065c1(0x135)),logger=require('../../../helpers/logger')[a16_0x1065c1(0x154)],getTestEnvironment=((()=>{const _0x4e2133=a16_0x1065c1,_0x38e64e={};_0x38e64e[_0x4e2133(0x169)]=_0x4e2133(0x11f),_0x38e64e[_0x4e2133(0x16a)]=_0x4e2133(0x184);const _0x5aeefa=_0x38e64e;try{const _0x57a298=helper[_0x4e2133(0x152)](_0x5aeefa[_0x4e2133(0x169)]);if(_0x57a298['resolveTestEnvironment'])return _0x57a298[_0x4e2133(0x177)];const _0x3dc2ea=helper[_0x4e2133(0x152)](_0x5aeefa['xAPtx']);if(_0x3dc2ea[_0x4e2133(0x178)])return _0x3dc2ea[_0x4e2133(0x178)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x1e5504=a16_0x1065c1,_0x19cfca={'plmGR':function(_0x5eb6c2,_0x11c0d2){return _0x5eb6c2(_0x11c0d2);},'SLLLc':_0x1e5504(0x120),'EZkLd':_0x1e5504(0x149)},_0x59646e=_0x19cfca[_0x1e5504(0x14b)](getTestEnvironment,{'rootDir':process[_0x1e5504(0x164)](),'testEnvironment':process[_0x1e5504(0x168)]['BSTACK_JEST_TEST_ENV']||_0x19cfca[_0x1e5504(0x15f)]});if(!_0x59646e)return _0x19cfca['plmGR'](_interopRequireDefault,helper[_0x1e5504(0x152)](_0x19cfca[_0x1e5504(0x156)]));return _0x19cfca[_0x1e5504(0x14b)](_interopRequireDefault,helper[_0x1e5504(0x152)](_0x59646e));})()),_seleniumWebdriver2=((()=>{const _0x44c284=a16_0x1065c1,_0x12bb6a={'CNtbW':function(_0x3e397f,_0x5bf55f){return _0x3e397f(_0x5bf55f);}};try{const _0x8b4780=helper[_0x44c284(0x188)]();return helper['modifyCommand'](),_0x12bb6a['CNtbW'](_interopRequireDefault,_0x8b4780);}catch{return null;}})());function _interopRequireDefault(_0x3b4bbd){const _0x2dc734=a16_0x1065c1;return _0x3b4bbd&&_0x3b4bbd[_0x2dc734(0x148)]?_0x3b4bbd:{'default':_0x3b4bbd};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default']['Builder']:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x1065c1(0x181)]{constructor(_0x1f8bb2){const _0x43314f=a16_0x1065c1,_0x4b6c9d={'FYoxr':_0x43314f(0x16f),'xVeuv':function(_0x3e5310,_0x275b3b){return _0x3e5310+_0x275b3b;},'YQNLr':_0x43314f(0x12e),'vdZkh':function(_0x294594,_0x5a900c){return _0x294594(_0x5a900c);},'zoCxE':_0x43314f(0x11e),'nNrvY':'0|4|5|3|7|6|1|2','fLxyk':_0x43314f(0x131),'SCcUT':_0x43314f(0x144),'oICcJ':_0x43314f(0x12d),'MHXPe':_0x43314f(0x139),'CKyYE':'browserstackPercyBestPlatform','nByWO':_0x43314f(0x12b)};super(_0x1f8bb2),this[_0x43314f(0x118)][_0x43314f(0x143)]=0x0,this[_0x43314f(0x166)]={};!_0x1f8bb2[_0x43314f(0x131)]&&(_0x1f8bb2['testEnvironmentOptions']={});if(helper[_0x43314f(0x15a)]()){_0x1f8bb2[_0x43314f(0x131)]=_0x1f8bb2[_0x43314f(0x12f)]?_0x1f8bb2[_0x43314f(0x12f)][_0x43314f(0x131)]:_0x1f8bb2[_0x43314f(0x131)];_seleniumWebdriver2&&(this[_0x43314f(0x157)]=new _seleniumWebdriver2[(_0x43314f(0x181))][(_0x43314f(0x121))]());this[_0x43314f(0x185)]=_0x1f8bb2[_0x43314f(0x12f)]?_0x1f8bb2[_0x43314f(0x12f)][_0x43314f(0x185)]:_0x1f8bb2[_0x43314f(0x185)],this[_0x43314f(0x118)][_0x43314f(0x143)]=_0x4b6c9d[_0x43314f(0x138)](_0x1f8bb2[_0x43314f(0x131)][_0x43314f(0x119)]||0x1388,constants[_0x43314f(0x150)]),this[_0x43314f(0x16b)]=_0x1f8bb2[_0x43314f(0x131)][_0x43314f(0x167)];if(this['failFastOptions']){const _0x213114=this[_0x43314f(0x185)][_0x4b6c9d[_0x43314f(0x141)]]?.[_0x43314f(0x153)]||'',_0x2049c2=this[_0x43314f(0x185)][_0x4b6c9d[_0x43314f(0x141)]]?.[_0x43314f(0x13a)]||'';this[_0x43314f(0x167)]=new(_0x4b6c9d[_0x43314f(0x158)](require,_0x4b6c9d[_0x43314f(0x11c)]))(this[_0x43314f(0x16b)],_0x213114,_0x2049c2),this[_0x43314f(0x118)]['failFastActive']=![];}helper['isNotUndefined'](_0x1f8bb2[_0x43314f(0x131)][_0x43314f(0x145)])&&(this[_0x43314f(0x118)][_0x43314f(0x180)]=_0x1f8bb2['testEnvironmentOptions'][_0x43314f(0x145)]);}if(testhubUtils[_0x43314f(0x122)]()){const _0x3e4e25=new ObservabilityReporter();_0x3e4e25[_0x43314f(0x189)]();}this[_0x43314f(0x118)][_0x43314f(0x186)]={},this[_0x43314f(0x166)]=_0x1f8bb2['testEnvironmentOptions'],this[_0x43314f(0x166)][_0x43314f(0x16e)]=constants['FRAMEWORKS']['JEST'],this[_0x43314f(0x118)][_0x43314f(0x179)]=(_0x1f8bb2['projectConfig']?_0x1f8bb2[_0x43314f(0x12f)]['browserstackPlatformIndex']:_0x1f8bb2[_0x43314f(0x179)])||0x0,this['global'][_0x43314f(0x15b)]=this[_0x43314f(0x166)]&&this[_0x43314f(0x166)][_0x43314f(0x134)]&&Array[_0x43314f(0x117)](this[_0x43314f(0x166)][_0x43314f(0x134)])&&this[_0x43314f(0x166)][_0x43314f(0x134)][this[_0x43314f(0x118)]['browserstackPlatformIndex']]||{};const _0x117941=this[_0x43314f(0x118)][_0x43314f(0x179)],_0x280af3={...this[_0x43314f(0x166)],'capability':this[_0x43314f(0x166)][_0x43314f(0x127)]&&Array[_0x43314f(0x117)](this[_0x43314f(0x166)]['capabilities'])&&this['configuration']['capabilities'][_0x117941]||{},'platformCaps':this[_0x43314f(0x166)][_0x43314f(0x134)]&&Array[_0x43314f(0x117)](this[_0x43314f(0x166)][_0x43314f(0x134)])&&this[_0x43314f(0x166)][_0x43314f(0x134)][_0x117941]||{}};delete _0x280af3[_0x43314f(0x127)],this[_0x43314f(0x118)][_0x43314f(0x17d)]=_0x280af3;if(_seleniumWebdriver2){const _0x8ca87f=_0x4b6c9d[_0x43314f(0x162)][_0x43314f(0x17f)]('|');let _0x374167=0x0;while(!![]){switch(_0x8ca87f[_0x374167++]){case'0':this[_0x43314f(0x118)][_0x43314f(0x146)]=[];continue;case'1':this[_0x43314f(0x118)][_0x43314f(0x173)]=helper[_0x43314f(0x155)](this[_0x43314f(0x166)]['skipSessionStatus']);continue;case'2':this[_0x43314f(0x118)][_0x43314f(0x16d)]=async()=>{const _0x2d0ccc=_0x43314f;await this['global'][_0x2d0ccc(0x17a)][_0x2d0ccc(0x16f)](_0x4b6c9d['FYoxr']);};continue;case'3':this['global'][_0x43314f(0x12d)]=helper[_0x43314f(0x13e)](_0x1f8bb2,[_0x4b6c9d['fLxyk'],_0x4b6c9d[_0x43314f(0x129)],_0x4b6c9d['oICcJ']]);continue;case'4':this['global'][_0x43314f(0x176)]=_0x4b6c9d[_0x43314f(0x158)](require,_0x4b6c9d['MHXPe'])[_0x43314f(0x174)]({...this[_0x43314f(0x166)],'capability':this[_0x43314f(0x185)]||{}},this,testhubUtils[_0x43314f(0x122)]());continue;case'5':this['global']['browserstackPercyBestPlatform']=helper[_0x43314f(0x13e)](_0x1f8bb2,[_0x4b6c9d[_0x43314f(0x14d)],_0x4b6c9d[_0x43314f(0x129)],_0x4b6c9d['CKyYE']]);continue;case'6':helper[_0x43314f(0x155)](this['configuration']['skipSessionName'])?this[_0x43314f(0x118)]['sessionNameProvided']=!![]:this['global'][_0x43314f(0x140)]=![];continue;case'7':this[_0x43314f(0x118)]['percyCaptureMode']=helper['nestedKeyValue'](_0x1f8bb2,[_0x4b6c9d[_0x43314f(0x14d)],_0x4b6c9d['SCcUT'],_0x4b6c9d[_0x43314f(0x116)]]);continue;}break;}}}async[a16_0x1065c1(0x14f)](){const _0xa397fa=a16_0x1065c1;_seleniumWebdriver2&&(await helper[_0xa397fa(0x13f)](this[_0xa397fa(0x118)][_0xa397fa(0x126)]),this['global'][_0xa397fa(0x176)]['Builder']=originalBuilder),await RequestQueueHandler[_0xa397fa(0x13d)]()['shutdown']();}async[a16_0x1065c1(0x159)](){}async['handleTestEvent'](_0x1762e0,_0x4fe213){const _0x5a7f5f=a16_0x1065c1,_0x133b0e={};_0x133b0e[_0x5a7f5f(0x132)]=function(_0x418bf6,_0x3d10cb){return _0x418bf6===_0x3d10cb;},_0x133b0e['TDJrc']=_0x5a7f5f(0x15e),_0x133b0e[_0x5a7f5f(0x142)]=_0x5a7f5f(0x12a),_0x133b0e[_0x5a7f5f(0x17c)]=_0x5a7f5f(0x17b),_0x133b0e[_0x5a7f5f(0x124)]=_0x5a7f5f(0x123),_0x133b0e[_0x5a7f5f(0x130)]=function(_0x51ce9d,_0x61c8d3){return _0x51ce9d===_0x61c8d3;},_0x133b0e[_0x5a7f5f(0x183)]=_0x5a7f5f(0x14c),_0x133b0e[_0x5a7f5f(0x125)]=_0x5a7f5f(0x14f);const _0x2c9bae=_0x133b0e,{name:_0x1756e6}=_0x1762e0;if(_0x2c9bae[_0x5a7f5f(0x132)](_0x1756e6,_0x2c9bae[_0x5a7f5f(0x175)])){this[_0x5a7f5f(0x118)][_0x5a7f5f(0x11d)]=_0x1762e0[_0x5a7f5f(0x147)];if(_0x2c9bae['Ggeml'](this[_0x5a7f5f(0x118)][_0x5a7f5f(0x172)],!![])){const _0x1f8621=_0x1762e0[_0x5a7f5f(0x147)][_0x5a7f5f(0x170)];logger[_0x5a7f5f(0x160)](_0x5a7f5f(0x165)+_0x1f8621),_0x1762e0[_0x5a7f5f(0x147)]['mode']=_0x2c9bae[_0x5a7f5f(0x142)];}}if(this['failFast']&&_0x2c9bae['Ggeml'](_0x1756e6,_0x2c9bae['ZRpdC']))try{const _0x2fac27=_0x1762e0[_0x5a7f5f(0x147)][_0x5a7f5f(0x17e)][_0x5a7f5f(0x128)](_0x2c9bae[_0x5a7f5f(0x124)]),_0x7e78b6=_0x1762e0['test'][_0x5a7f5f(0x18b)];await this[_0x5a7f5f(0x167)][_0x5a7f5f(0x136)](_0x2fac27,_0x7e78b6);const _0x22c367=await this[_0x5a7f5f(0x167)][_0x5a7f5f(0x14e)]();_0x2c9bae['RjOcD'](this[_0x5a7f5f(0x118)][_0x5a7f5f(0x172)],![])&&_0x2c9bae[_0x5a7f5f(0x132)](_0x22c367,!![])&&(this[_0x5a7f5f(0x118)][_0x5a7f5f(0x172)]=!![]);}catch(_0xc3a805){logger['debug'](_0x2c9bae['dINpr'],_0xc3a805[_0x5a7f5f(0x15c)]);}_0x2c9bae['Ggeml'](_0x1756e6,_0x2c9bae[_0x5a7f5f(0x125)])&&(this[_0x5a7f5f(0x167)]&&this['failFast']['cleanup']());}}module[a16_0x1065c1(0x163)]=CustomEnvironment;
1
+ function a16_0x1a20(){const _0x2b57ae=['Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','split','../../../helpers/test-observability/utils','jest-environment-node','debug','projectConfig','IKmAx','nQjDh','../../../helpers/logger','browserstackPercyBestPlatform','iOGDW','__driversArray','90329EMiPeL','Error\x20in\x20fail-fast\x20test_done\x20handler:','framework','JEST','nTsnX','browserstackPlatformIndex','__jestRetries','414664NGQxJa','FwsCD','__webdriver','rbPYd','builder','jvZpJ','../../../helpers/testhub/utils','getTestEnvironment','mkhqg','MSwWk','RNkpr','name','3504416bwgiYR','1103065yDjwNZ','capabilities','../../../index','test_done','UzekJ','driver','3|0|1|7|5|2|6|4','1175150rrnCZk','env','BSTACK_DELTA','27fLHsTz','9QRDefz','3416826YIHmMO','../../../helpers/test-orchestration/failfastManager','zFYHH','965280dflTsa','RDYQd','configuration','onTestDone','__skipSessionStatus','resolveTestEnvironment','__esModule','mhTRH','__timeout','failFastActive','__platformCaps','global','default','cleanup','YUhNh','nestedKeyValue','ahQuG','skip','LOOWJ','ALtjy','dKzch','retries__','bstack:options','test_start','testEnvironmentOptions','cZLYC','errors','../../../helpers/helper','../test-observability/obsReporter','obsOk','failFastOptions','isArray','FRAMEWORKS','shouldFailFast','skipSessionStatus','handleTestEvent','DZubs','quit','\x20>\x20','failFast','percyCaptureMode','teardown','projectName','7smJTtl','testPath','cleanupDrivers','platformCaps','percy','skipSessionName','requireModule','isTrue','shutdown','RxwMP','capability','Builder','kYzsF','GOvPh','timeout__','winstonLogger','message','jest-config','requireSeleniumWebdriver','test','shouldProcessEventForTesthub','TpYFl','hNpGP','LCbUf','browserStackPercyOptions','../../../helpers/test-observability/requestQueueHandler','isNotUndefined','amfWh','isBrowserstackInfra'];a16_0x1a20=function(){return _0x2b57ae;};return a16_0x1a20();}const a16_0x25b010=a16_0x45a1;(function(_0x346997,_0x19eb3e){const _0x2662d1=a16_0x45a1,_0x20f225=_0x346997();while(!![]){try{const _0x5d396e=parseInt(_0x2662d1(0x9b))/0x1+-parseInt(_0x2662d1(0xb6))/0x2+parseInt(_0x2662d1(0xba))/0x3*(parseInt(_0x2662d1(0xa2))/0x4)+-parseInt(_0x2662d1(0xaf))/0x5+-parseInt(_0x2662d1(0xbb))/0x6*(-parseInt(_0x2662d1(0xe9))/0x7)+parseInt(_0x2662d1(0xae))/0x8+-parseInt(_0x2662d1(0xb9))/0x9*(parseInt(_0x2662d1(0xbe))/0xa);if(_0x5d396e===_0x19eb3e)break;else _0x20f225['push'](_0x20f225['shift']());}catch(_0x25dacf){_0x20f225['push'](_0x20f225['shift']());}}}(a16_0x1a20,0x4bf26));function a16_0x45a1(_0x4b358b,_0x50f225){const _0x1a2079=a16_0x1a20();return a16_0x45a1=function(_0x45a177,_0x423596){_0x45a177=_0x45a177-0x97;let _0x2f979f=_0x1a2079[_0x45a177];return _0x2f979f;},a16_0x45a1(_0x4b358b,_0x50f225);}const helper=require(a16_0x25b010(0xd9)),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a16_0x25b010(0x108)),RequestQueueHandler=require(a16_0x25b010(0x102)),ObservabilityReporter=require(a16_0x25b010(0xda)),testhubUtils=require(a16_0x25b010(0xa8)),logger=require(a16_0x25b010(0x97))[a16_0x25b010(0xf8)],getTestEnvironment=((()=>{const _0x2d5ecc=a16_0x25b010,_0x362678={};_0x362678[_0x2d5ecc(0xbf)]='jest-resolve',_0x362678[_0x2d5ecc(0xc5)]=_0x2d5ecc(0xfa);const _0x18e6fb=_0x362678;try{const _0x465471=helper[_0x2d5ecc(0xef)](_0x18e6fb[_0x2d5ecc(0xbf)]);if(_0x465471[_0x2d5ecc(0xc3)])return _0x465471[_0x2d5ecc(0xc3)];const _0x4ecd5b=helper[_0x2d5ecc(0xef)](_0x18e6fb[_0x2d5ecc(0xc5)]);if(_0x4ecd5b[_0x2d5ecc(0xa9)])return _0x4ecd5b[_0x2d5ecc(0xa9)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x5ad57c=a16_0x25b010,_0x14c0cc={'amfWh':function(_0x4a4747,_0x136b5e){return _0x4a4747(_0x136b5e);},'dKzch':'node','RxwMP':function(_0x2bb60c,_0x16df46){return _0x2bb60c(_0x16df46);},'MSwWk':_0x5ad57c(0x109),'nTsnX':function(_0x399d49,_0x35d732){return _0x399d49(_0x35d732);}},_0x199c71=_0x14c0cc[_0x5ad57c(0x104)](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x5ad57c(0xb7)]['BSTACK_JEST_TEST_ENV']||_0x14c0cc[_0x5ad57c(0xd2)]});if(!_0x199c71)return _0x14c0cc[_0x5ad57c(0xf2)](_interopRequireDefault,helper[_0x5ad57c(0xef)](_0x14c0cc[_0x5ad57c(0xab)]));return _0x14c0cc[_0x5ad57c(0x9f)](_interopRequireDefault,helper[_0x5ad57c(0xef)](_0x199c71));})()),_seleniumWebdriver2=((()=>{const _0x645457=a16_0x25b010,_0x30b27a={'mkhqg':function(_0x36a5ce,_0x395b8d){return _0x36a5ce(_0x395b8d);}};try{const _0x56021f=helper[_0x645457(0xfb)]();return helper['modifyCommand'](),_0x30b27a[_0x645457(0xaa)](_interopRequireDefault,_0x56021f);}catch{return null;}})());function _interopRequireDefault(_0xaabf45){const _0x4f32e5=a16_0x25b010;return _0xaabf45&&_0xaabf45[_0x4f32e5(0xc4)]?_0xaabf45:{'default':_0xaabf45};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a16_0x25b010(0xf4)]:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x25b010(0xca)]{constructor(_0x3f022){const _0x376df4=a16_0x25b010,_0x37031b={'cZLYC':_0x376df4(0xe3),'IKmAx':function(_0x2e222c,_0x4f9251){return _0x2e222c+_0x4f9251;},'hNpGP':_0x376df4(0xd4),'zFYHH':function(_0x3372ce,_0x53ae11){return _0x3372ce(_0x53ae11);},'LCbUf':_0x376df4(0xbc),'obsOk':_0x376df4(0xb5),'YUhNh':_0x376df4(0xb1),'jvZpJ':_0x376df4(0xd6),'FwsCD':_0x376df4(0x101),'kYzsF':_0x376df4(0x98),'wGHTZ':'percyCaptureMode','LOOWJ':_0x376df4(0xed)};super(_0x3f022),this[_0x376df4(0xc9)][_0x376df4(0xc6)]=0x0,this[_0x376df4(0xc0)]={};!_0x3f022[_0x376df4(0xd6)]&&(_0x3f022[_0x376df4(0xd6)]={});if(helper[_0x376df4(0x105)]()){_0x3f022[_0x376df4(0xd6)]=_0x3f022[_0x376df4(0x10b)]?_0x3f022[_0x376df4(0x10b)]['testEnvironmentOptions']:_0x3f022[_0x376df4(0xd6)];_seleniumWebdriver2&&(this[_0x376df4(0xa6)]=new _seleniumWebdriver2[(_0x376df4(0xca))]['Builder']());this['capability']=_0x3f022['projectConfig']?_0x3f022[_0x376df4(0x10b)][_0x376df4(0xf3)]:_0x3f022['capability'],this[_0x376df4(0xc9)][_0x376df4(0xc6)]=_0x37031b[_0x376df4(0x10c)](_0x3f022[_0x376df4(0xd6)][_0x376df4(0xf7)]||0x1388,constants[_0x376df4(0xb8)]),this['failFastOptions']=_0x3f022[_0x376df4(0xd6)][_0x376df4(0xe5)];if(this[_0x376df4(0xdc)]){const _0x31f953=this[_0x376df4(0xf3)][_0x37031b[_0x376df4(0xff)]]?.['buildName']||'',_0x246319=this['capability'][_0x37031b['hNpGP']]?.[_0x376df4(0xe8)]||'';this['failFast']=new(_0x37031b[_0x376df4(0xbd)](require,_0x37031b[_0x376df4(0x100)]))(this[_0x376df4(0xdc)],_0x31f953,_0x246319),this[_0x376df4(0xc9)][_0x376df4(0xc7)]=![];}helper[_0x376df4(0x103)](_0x3f022['testEnvironmentOptions'][_0x376df4(0xd3)])&&(this[_0x376df4(0xc9)][_0x376df4(0xa1)]=_0x3f022[_0x376df4(0xd6)][_0x376df4(0xd3)]);}if(testhubUtils['shouldProcessEventForTesthub']()){const _0x3306b5=new ObservabilityReporter();_0x3306b5['registerListeners']();}this[_0x376df4(0xc9)]['browserStackGlobals']={},this[_0x376df4(0xc0)]=_0x3f022[_0x376df4(0xd6)],this[_0x376df4(0xc0)][_0x376df4(0x9d)]=constants[_0x376df4(0xde)][_0x376df4(0x9e)],this[_0x376df4(0xc9)][_0x376df4(0xa0)]=(_0x3f022[_0x376df4(0x10b)]?_0x3f022[_0x376df4(0x10b)]['browserstackPlatformIndex']:_0x3f022['browserstackPlatformIndex'])||0x0,this['global'][_0x376df4(0xc8)]=this[_0x376df4(0xc0)]&&this[_0x376df4(0xc0)][_0x376df4(0xec)]&&Array[_0x376df4(0xdd)](this['configuration'][_0x376df4(0xec)])&&this['configuration'][_0x376df4(0xec)][this[_0x376df4(0xc9)][_0x376df4(0xa0)]]||{};const _0x10a998=this['global']['browserstackPlatformIndex'],_0x706ef5={...this[_0x376df4(0xc0)],'capability':this[_0x376df4(0xc0)]['capabilities']&&Array['isArray'](this[_0x376df4(0xc0)][_0x376df4(0xb0)])&&this[_0x376df4(0xc0)][_0x376df4(0xb0)][_0x10a998]||{},'platformCaps':this[_0x376df4(0xc0)]['platformCaps']&&Array['isArray'](this[_0x376df4(0xc0)][_0x376df4(0xec)])&&this[_0x376df4(0xc0)][_0x376df4(0xec)][_0x10a998]||{}};delete _0x706ef5['capabilities'],this[_0x376df4(0xc9)]['jestConfig']=_0x706ef5;if(_seleniumWebdriver2){const _0x391822=_0x37031b[_0x376df4(0xdb)][_0x376df4(0x107)]('|');let _0x18b35e=0x0;while(!![]){switch(_0x391822[_0x18b35e++]){case'0':this[_0x376df4(0xc9)][_0x376df4(0xa4)]=_0x37031b[_0x376df4(0xbd)](require,_0x37031b[_0x376df4(0xcc)])['browserstackAgentV2']({...this[_0x376df4(0xc0)],'capability':this[_0x376df4(0xf3)]||{}},this,testhubUtils[_0x376df4(0xfd)]());continue;case'1':this[_0x376df4(0xc9)][_0x376df4(0x98)]=helper['nestedKeyValue'](_0x3f022,[_0x37031b[_0x376df4(0xa7)],_0x37031b[_0x376df4(0xa3)],_0x37031b[_0x376df4(0xf5)]]);continue;case'2':helper['isTrue'](this[_0x376df4(0xc0)][_0x376df4(0xee)])?this[_0x376df4(0xc9)]['sessionNameProvided']=!![]:this['global']['sessionNameProvided']=![];continue;case'3':this['global']['__drivers']=[];continue;case'4':this[_0x376df4(0xc9)][_0x376df4(0xcb)]=async()=>{const _0x9276c9=_0x376df4;await this['global'][_0x9276c9(0xb4)][_0x9276c9(0xe3)](_0x37031b[_0x9276c9(0xd7)]);};continue;case'5':this[_0x376df4(0xc9)][_0x376df4(0xe6)]=helper[_0x376df4(0xcd)](_0x3f022,[_0x37031b['jvZpJ'],_0x37031b[_0x376df4(0xa3)],_0x37031b['wGHTZ']]);continue;case'6':this['global'][_0x376df4(0xc2)]=helper[_0x376df4(0xf0)](this[_0x376df4(0xc0)][_0x376df4(0xe0)]);continue;case'7':this[_0x376df4(0xc9)]['percy']=helper[_0x376df4(0xcd)](_0x3f022,[_0x37031b[_0x376df4(0xa7)],_0x37031b[_0x376df4(0xa3)],_0x37031b[_0x376df4(0xd0)]]);continue;}break;}}}async[a16_0x25b010(0xe7)](){const _0x6a782f=a16_0x25b010;_seleniumWebdriver2&&(await helper[_0x6a782f(0xeb)](this[_0x6a782f(0xc9)][_0x6a782f(0x9a)]),this['global'][_0x6a782f(0xa4)][_0x6a782f(0xf4)]=originalBuilder),await RequestQueueHandler['getInstance']()[_0x6a782f(0xf1)]();}async['setup'](){}async[a16_0x25b010(0xe1)](_0x18507b,_0x3d8c65){const _0x2e9dd3=a16_0x25b010,_0x35d9ed={};_0x35d9ed[_0x2e9dd3(0xd1)]=function(_0x28fa9d,_0x2f1c5){return _0x28fa9d===_0x2f1c5;},_0x35d9ed['TpYFl']=_0x2e9dd3(0xd5),_0x35d9ed[_0x2e9dd3(0x10d)]=function(_0x38418b,_0xabf45d){return _0x38418b===_0xabf45d;},_0x35d9ed['IsFPA']=_0x2e9dd3(0xcf),_0x35d9ed[_0x2e9dd3(0xa5)]=function(_0x3f9627,_0x2b8d04){return _0x3f9627===_0x2b8d04;},_0x35d9ed['GOvPh']=_0x2e9dd3(0xb2),_0x35d9ed[_0x2e9dd3(0xe2)]=_0x2e9dd3(0xe4),_0x35d9ed[_0x2e9dd3(0xac)]=function(_0x5ba564,_0x7182b2){return _0x5ba564===_0x7182b2;},_0x35d9ed[_0x2e9dd3(0xb3)]=function(_0xb1b872,_0x162b25){return _0xb1b872===_0x162b25;},_0x35d9ed[_0x2e9dd3(0xce)]=_0x2e9dd3(0x9c),_0x35d9ed[_0x2e9dd3(0x99)]='teardown';const _0x51de7f=_0x35d9ed,{name:_0x51d5c4}=_0x18507b;if(_0x51de7f[_0x2e9dd3(0xd1)](_0x51d5c4,_0x51de7f[_0x2e9dd3(0xfe)])){this[_0x2e9dd3(0xc9)]['testContext']=_0x18507b[_0x2e9dd3(0xfc)];if(_0x51de7f[_0x2e9dd3(0x10d)](this[_0x2e9dd3(0xc9)][_0x2e9dd3(0xc7)],!![])){const _0x55b1b5=_0x18507b[_0x2e9dd3(0xfc)][_0x2e9dd3(0xad)];logger['info'](_0x2e9dd3(0x106)+_0x55b1b5),_0x18507b[_0x2e9dd3(0xfc)]['mode']=_0x51de7f['IsFPA'];}}if(this['failFast']&&_0x51de7f[_0x2e9dd3(0xa5)](_0x51d5c4,_0x51de7f[_0x2e9dd3(0xf6)]))try{const _0x3fca06=_0x18507b['test'][_0x2e9dd3(0xea)]['join'](_0x51de7f['DZubs']),_0xc6a48c=_0x18507b[_0x2e9dd3(0xfc)][_0x2e9dd3(0xd8)];await this[_0x2e9dd3(0xe5)][_0x2e9dd3(0xc1)](_0x3fca06,_0xc6a48c);const _0x195a04=await this['failFast'][_0x2e9dd3(0xdf)]();_0x51de7f[_0x2e9dd3(0xac)](this[_0x2e9dd3(0xc9)]['failFastActive'],![])&&_0x51de7f['UzekJ'](_0x195a04,!![])&&(this['global'][_0x2e9dd3(0xc7)]=!![]);}catch(_0x4c671d){logger[_0x2e9dd3(0x10a)](_0x51de7f[_0x2e9dd3(0xce)],_0x4c671d[_0x2e9dd3(0xf9)]);}_0x51de7f[_0x2e9dd3(0xd1)](_0x51d5c4,_0x51de7f[_0x2e9dd3(0x99)])&&(this[_0x2e9dd3(0xe5)]&&this[_0x2e9dd3(0xe5)][_0x2e9dd3(0xcb)]());}}module['exports']=CustomEnvironment;
@@ -1 +1 @@
1
- const a17_0x9083b0=a17_0x3a2b;(function(_0x4c4552,_0x7bf114){const _0x32fed8=a17_0x3a2b,_0x242e06=_0x4c4552();while(!![]){try{const _0x84cb2c=parseInt(_0x32fed8(0x234))/0x1*(-parseInt(_0x32fed8(0x1b9))/0x2)+-parseInt(_0x32fed8(0x22c))/0x3*(-parseInt(_0x32fed8(0x1e9))/0x4)+-parseInt(_0x32fed8(0x23f))/0x5*(-parseInt(_0x32fed8(0x225))/0x6)+-parseInt(_0x32fed8(0x250))/0x7+-parseInt(_0x32fed8(0x23d))/0x8+-parseInt(_0x32fed8(0x25b))/0x9+-parseInt(_0x32fed8(0x1f5))/0xa*(-parseInt(_0x32fed8(0x1f8))/0xb);if(_0x84cb2c===_0x7bf114)break;else _0x242e06['push'](_0x242e06['shift']());}catch(_0x46028f){_0x242e06['push'](_0x242e06['shift']());}}}(a17_0x5ab0,0x82995));const {requireModule}=require(a17_0x9083b0(0x243)),ObservabilityReporter=require(a17_0x9083b0(0x232)),RequestQueueHandler=require(a17_0x9083b0(0x18f)),TestDetails=require(a17_0x9083b0(0x1a3)),{patchConsoleLogger,debug}=require(a17_0x9083b0(0x1d5)),{o11yErrorHandler}=require(a17_0x9083b0(0x186)),{shouldProcessEventForTesthub}=require(a17_0x9083b0(0x1b1)),testHubConstants=require(a17_0x9083b0(0x222)),BrowserstackCLI=require(a17_0x9083b0(0x24c)),TestFrameworkState=require(a17_0x9083b0(0x242)),HookState=require(a17_0x9083b0(0x226)),JestUtils=require(a17_0x9083b0(0x262)),{v4:uuidv4}=require('uuid'),util=require('util'),logger=require(a17_0x9083b0(0x218))[a17_0x9083b0(0x1d3)],{FRAMEWORKS}=require(a17_0x9083b0(0x22a));let exportsI;try{exportsI=requireModule(a17_0x9083b0(0x215),'jest-circus');}catch{exportsI=requireModule(a17_0x9083b0(0x1ca),'jest-circus');}function a17_0x3a2b(_0x7b4c4d,_0x4164c5){const _0x5ab0d8=a17_0x5ab0();return a17_0x3a2b=function(_0x3a2b12,_0x456cbe){_0x3a2b12=_0x3a2b12-0x185;let _0x3cd43d=_0x5ab0d8[_0x3a2b12];return _0x3cd43d;},a17_0x3a2b(_0x7b4c4d,_0x4164c5);}const initInitialize=exportsI[a17_0x9083b0(0x1a2)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();async function isCLIReady(){const _0x13f09f=a17_0x9083b0,_0x1edb09={'FbNDd':_0x13f09f(0x213),'IiXEO':function(_0x59873a,_0x5a47a3){return _0x59873a(_0x5a47a3);},'yOEfP':_0x13f09f(0x1ee),'wmuGe':function(_0x289f33,_0x18dd1b){return _0x289f33===_0x18dd1b;},'FeMYF':_0x13f09f(0x1dd)};try{const _0x5b7a7c=BrowserstackCLI['getInstance']();if(_0x5b7a7c[_0x13f09f(0x23c)]()&&_0x5b7a7c[_0x13f09f(0x1ac)]())return logger[_0x13f09f(0x210)](_0x1edb09['FbNDd']),!![];const _0x53b1ac=process[_0x13f09f(0x20a)][_0x13f09f(0x205)];if(_0x53b1ac&&_0x5b7a7c[_0x13f09f(0x23c)]()){if(!_0x5b7a7c['isRunning']())try{const _0x18028f=_0x1edb09['IiXEO'](require,_0x1edb09[_0x13f09f(0x1e5)]),_0x38b4c9=_0x18028f['getAutomationFrameworkDetail']();(!_0x38b4c9||!_0x38b4c9['name'])&&(_0x1edb09[_0x13f09f(0x1e2)](process[_0x13f09f(0x20a)][_0x13f09f(0x18d)],_0x1edb09[_0x13f09f(0x20b)])?_0x18028f[_0x13f09f(0x194)](FRAMEWORKS['JEST'],FRAMEWORKS[_0x13f09f(0x248)]):_0x18028f[_0x13f09f(0x194)](FRAMEWORKS[_0x13f09f(0x223)],FRAMEWORKS[_0x13f09f(0x1f9)])),await _0x5b7a7c[_0x13f09f(0x203)]();}catch(_0x185aa0){return _0x1edb09[_0x13f09f(0x24b)](debug,'Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20'+util[_0x13f09f(0x20f)](_0x185aa0)),![];}return _0x5b7a7c[_0x13f09f(0x1ac)]();}return![];}catch(_0x56ff82){return _0x1edb09[_0x13f09f(0x24b)](debug,_0x13f09f(0x1be)+util[_0x13f09f(0x20f)](_0x56ff82)),![];}}function getTestIdentifierForHook(_0x3b616f){const _0x4caca4=a17_0x9083b0,_0x514a77={};_0x514a77[_0x4caca4(0x256)]=function(_0x3c3e7a,_0xaf6ffa){return _0x3c3e7a===_0xaf6ffa;},_0x514a77[_0x4caca4(0x207)]=_0x4caca4(0x1e1),_0x514a77['QCDSZ']=_0x4caca4(0x1a8),_0x514a77['MhQKn']=function(_0x2f2c23,_0x3279ba){return _0x2f2c23===_0x3279ba;};const _0x271357=_0x514a77;if(_0x271357[_0x4caca4(0x256)](_0x3b616f[_0x4caca4(0x196)],_0x271357[_0x4caca4(0x207)])||_0x271357[_0x4caca4(0x256)](_0x3b616f[_0x4caca4(0x196)],_0x271357[_0x4caca4(0x1eb)])){let _0x4b0bd6=global[_0x4caca4(0x23b)];if(!_0x4b0bd6&&_0x271357[_0x4caca4(0x1df)](_0x3b616f[_0x4caca4(0x196)],_0x271357[_0x4caca4(0x1eb)])&&_0x3b616f[_0x4caca4(0x224)]){const _0x10532a={};_0x10532a[_0x4caca4(0x1ae)]=_0x3b616f[_0x4caca4(0x224)]['name'],_0x10532a[_0x4caca4(0x224)]=_0x3b616f[_0x4caca4(0x224)][_0x4caca4(0x224)],_0x10532a[_0x4caca4(0x1af)]=_0x3b616f[_0x4caca4(0x1af)],_0x10532a['file']=_0x3b616f[_0x4caca4(0x1f2)];const _0x25f6ce=_0x10532a;_0x4b0bd6=jestUtils['createIdentifierFromJestTest'](_0x25f6ce);}return _0x4b0bd6;}return global[_0x4caca4(0x23b)];}function mapHookTypeToState(_0x5e2eed){const _0xbda10=a17_0x9083b0,_0x579386={};_0x579386[_0xbda10(0x1a8)]=TestFrameworkState['BEFORE_ALL'],_0x579386[_0xbda10(0x212)]=TestFrameworkState[_0xbda10(0x251)],_0x579386[_0xbda10(0x1e1)]=TestFrameworkState[_0xbda10(0x254)],_0x579386[_0xbda10(0x1cf)]=TestFrameworkState[_0xbda10(0x21c)];const _0x4d6569=_0x579386;return _0x4d6569[_0x5e2eed]||TestFrameworkState[_0xbda10(0x254)];}async function handleHookEventCLI(_0x5ba239,_0x5bd14d,_0x18b45c){const _0x2ccd25=a17_0x9083b0,_0x548aaa={'CNpwv':function(_0x4cebfe,_0x4fe6a3){return _0x4cebfe(_0x4fe6a3);},'sBgbu':_0x2ccd25(0x23a),'OCFaU':function(_0x2a27ee,_0x12781d){return _0x2a27ee===_0x12781d;},'RHzNj':_0x2ccd25(0x1dc),'qtPsB':function(_0x4bb4b1){return _0x4bb4b1();},'ffeCv':function(_0x57a183,_0x914311){return _0x57a183===_0x914311;},'dbInJ':_0x2ccd25(0x261),'objii':function(_0x47d210,_0x5570c1){return _0x47d210(_0x5570c1);},'yBFnr':function(_0x35a3a2,_0x3bff16){return _0x35a3a2===_0x3bff16;},'WzwWN':function(_0xcaf002,_0x18f1d3){return _0xcaf002===_0x18f1d3;},'EwYbe':function(_0x1be034,_0x4ba5e0){return _0x1be034===_0x4ba5e0;},'CKlwT':_0x2ccd25(0x1c1),'HOLlQ':_0x2ccd25(0x1a9)};logger[_0x2ccd25(0x210)](_0x2ccd25(0x1e0)+_0x5bd14d+'\x20for\x20hook\x20type:\x20'+_0x5ba239['type']);try{if(_0x5ba239['fn']&&_0x5ba239['fn'][_0x2ccd25(0x1d0)]()[_0x2ccd25(0x25f)](/browserstack internal helper hook/))return;if(_0x5ba239[_0x2ccd25(0x224)]&&_0x548aaa['OCFaU'](_0x5ba239['parent'][_0x2ccd25(0x1ae)],_0x548aaa[_0x2ccd25(0x1bb)])){const _0x10e3a4=_0x5ba239[_0x2ccd25(0x1af)]&&((()=>{const _0x2cb241=_0x2ccd25;try{const _0x4d91aa=_0x548aaa[_0x2cb241(0x25e)](require,_0x548aaa[_0x2cb241(0x191)]),_0x5be78a=_0x4d91aa[_0x2cb241(0x239)][_0x2cb241(0x25d)](_0x4d91aa,_0x5ba239[_0x2cb241(0x1af)]);return _0x5be78a[0x0]&&_0x5be78a[0x0][_0x2cb241(0x1bd)]?_0x5be78a[0x0]['getFileName']():null;}catch(_0x353f3a){return logger[_0x2cb241(0x210)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x353f3a[_0x2cb241(0x1f1)]),null;}})())||_0x5ba239[_0x2ccd25(0x1f2)]||null;if(!_0x10e3a4)return;}let _0x4348fa=_0x5ba239[_0x2ccd25(0x22b)];if(!_0x4348fa)_0x4348fa=_0x548aaa[_0x2ccd25(0x19a)](uuidv4),_0x5ba239[_0x2ccd25(0x22b)]=_0x4348fa;else _0x5ba239[_0x2ccd25(0x220)]&&(_0x4348fa=_0x548aaa[_0x2ccd25(0x19a)](uuidv4),_0x5ba239[_0x2ccd25(0x22b)]=_0x4348fa,delete _0x5ba239[_0x2ccd25(0x220)]);_0x548aaa[_0x2ccd25(0x219)](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1bf)])&&(_0x5ba239[_0x2ccd25(0x1ed)]=new Date()[_0x2ccd25(0x187)]());const _0x435c18=_0x548aaa[_0x2ccd25(0x19c)](getTestIdentifierForHook,_0x5ba239);!global[_0x2ccd25(0x1d6)]&&(global[_0x2ccd25(0x1d6)]={});if(_0x548aaa['yBFnr'](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1bf)])){global['__workerDetails']['currentHook']={'hookUUID':_0x4348fa,'testIdentifier':_0x435c18,'hookType':_0x5ba239['type'],'startedAt':new Date()[_0x2ccd25(0x187)]()};const _0x53781b=BrowserstackCLI[_0x2ccd25(0x233)]()['getTestFramework']();_0x53781b&&_0x53781b[_0x2ccd25(0x1de)]&&_0x53781b['setActiveHook'](_0x435c18,_0x4348fa,_0x5ba239['type']);}const _0x243387=await jestUtils[_0x2ccd25(0x201)](_0x5ba239,_0x4348fa,_0x5bd14d,_0x435c18);if(!_0x243387)return;const _0x52c149=_0x548aaa['CNpwv'](mapHookTypeToState,_0x5ba239[_0x2ccd25(0x196)]),_0xdd8258=_0x548aaa[_0x2ccd25(0x193)](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1bf)])?HookState[_0x2ccd25(0x1aa)]:HookState[_0x2ccd25(0x1f6)],_0x49d4dd=BrowserstackCLI['getInstance']()['getTestFramework']();if(_0x49d4dd){const _0x1d9261={};_0x1d9261[_0x2ccd25(0x1b8)]=_0x243387,await _0x49d4dd[_0x2ccd25(0x19b)](_0x52c149,_0xdd8258,_0x1d9261);if(_0x548aaa['EwYbe'](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1d9)])){const _0x15f153={};_0x15f153[_0x2ccd25(0x1ff)]=_0x435c18,_0x15f153[_0x2ccd25(0x196)]=_0x548aaa['HOLlQ'],await _0x49d4dd[_0x2ccd25(0x19b)](TestFrameworkState[_0x2ccd25(0x19e)],HookState[_0x2ccd25(0x1f6)],_0x15f153),global[_0x2ccd25(0x1d6)]&&global[_0x2ccd25(0x1d6)]['currentHook']&&_0x548aaa['WzwWN'](global['__workerDetails']['currentHook'][_0x2ccd25(0x1ad)],_0x4348fa)&&delete global['__workerDetails'][_0x2ccd25(0x221)],_0x49d4dd[_0x2ccd25(0x20d)]&&_0x49d4dd['removeActiveHook'](_0x435c18,_0x4348fa);}}}catch(_0x5ce829){logger[_0x2ccd25(0x253)](_0x2ccd25(0x1fd)+util[_0x2ccd25(0x20f)](_0x5ce829));throw _0x5ce829;}}async function handleTestEventCLI(_0x149a2c,_0x4e6a9e,_0x2356d6){const _0x4ccc15=a17_0x9083b0,_0x41787c={};_0x41787c[_0x4ccc15(0x260)]=function(_0x710282,_0x2fafb4){return _0x710282===_0x2fafb4;},_0x41787c[_0x4ccc15(0x211)]=_0x4ccc15(0x227),_0x41787c[_0x4ccc15(0x1f4)]=function(_0x2586b1,_0x43bc5e){return _0x2586b1>_0x43bc5e;},_0x41787c['RWkKk']=function(_0x36f131,_0x2deafa){return _0x36f131===_0x2deafa;},_0x41787c[_0x4ccc15(0x21a)]=function(_0x146e16,_0x338c65){return _0x146e16&&_0x338c65;},_0x41787c[_0x4ccc15(0x263)]='failed',_0x41787c[_0x4ccc15(0x1a0)]='TestRunFinished',_0x41787c[_0x4ccc15(0x197)]=function(_0x17110f,_0xf19d1b){return _0x17110f&&_0xf19d1b;},_0x41787c[_0x4ccc15(0x185)]=_0x4ccc15(0x1b3);const _0x45305c=_0x41787c;logger[_0x4ccc15(0x210)](_0x4ccc15(0x247)+_0x4e6a9e);try{let _0x38278d;if(_0x45305c[_0x4ccc15(0x260)](_0x4e6a9e,_0x45305c[_0x4ccc15(0x211)])){_0x38278d=jestUtils[_0x4ccc15(0x1e3)](_0x149a2c),global[_0x4ccc15(0x23b)]=_0x38278d,_0x149a2c['testAnalyticsId']=_0x38278d,_0x149a2c['id']=_0x38278d,_0x149a2c[_0x4ccc15(0x1ed)]=new Date()[_0x4ccc15(0x187)]();const _0x5b971f=_0x2356d6[_0x4ccc15(0x257)];_0x2356d6[_0x4ccc15(0x257)]=_0x149a2c,_0x149a2c[_0x4ccc15(0x18b)]=null;if(_0x45305c[_0x4ccc15(0x1f4)](_0x149a2c[_0x4ccc15(0x208)],0x0)&&_0x5b971f&&_0x45305c['RWkKk'](_0x5b971f['title'],_0x149a2c[_0x4ccc15(0x255)])){_0x149a2c[_0x4ccc15(0x18b)]=_0x5b971f['testAnalyticsId'];const _0x3c561f=await jestUtils[_0x4ccc15(0x1c7)](_0x149a2c,_0x38278d,_0x45305c['QWBkx']),_0x48d26d=BrowserstackCLI[_0x4ccc15(0x233)]()[_0x4ccc15(0x1e6)]();if(_0x45305c[_0x4ccc15(0x21a)](_0x3c561f,_0x48d26d)){const _0x4f96da={};_0x4f96da[_0x4ccc15(0x1b3)]=_0x3c561f,await _0x48d26d[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState[_0x4ccc15(0x1aa)],_0x4f96da);}_0x5b971f[_0x4ccc15(0x1cc)]=_0x45305c[_0x4ccc15(0x263)];const _0xb85f74=await jestUtils[_0x4ccc15(0x1c7)](_0x5b971f,_0x5b971f[_0x4ccc15(0x21b)],_0x45305c[_0x4ccc15(0x1a0)]);if(_0x45305c['ZosET'](_0xb85f74,_0x48d26d)){const _0x431cee={};_0x431cee[_0x4ccc15(0x1b3)]=_0xb85f74,await _0x48d26d[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState[_0x4ccc15(0x1f6)],_0x431cee);}}else{const _0x59bf63=await jestUtils[_0x4ccc15(0x1c7)](_0x149a2c,_0x38278d,_0x45305c['QWBkx']),_0x1b0865=BrowserstackCLI[_0x4ccc15(0x233)]()['getTestFramework']();if(_0x45305c[_0x4ccc15(0x197)](_0x59bf63,_0x1b0865)){const _0x3b2510={};_0x3b2510[_0x4ccc15(0x1b3)]=_0x59bf63,await _0x1b0865[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState[_0x4ccc15(0x1aa)],_0x3b2510);}}}else{_0x38278d=_0x149a2c[_0x4ccc15(0x21b)]||_0x149a2c['id']||global[_0x4ccc15(0x23b)];const _0x1c6934=await jestUtils[_0x4ccc15(0x1c7)](_0x149a2c,_0x38278d,_0x4e6a9e),_0x33cd19=BrowserstackCLI['getInstance']()[_0x4ccc15(0x1e6)]();if(_0x45305c[_0x4ccc15(0x21a)](_0x1c6934,_0x33cd19)){const _0x34817b={};_0x34817b[_0x4ccc15(0x1b3)]=_0x1c6934,_0x34817b[_0x4ccc15(0x24d)]=_0x149a2c,_0x34817b[_0x4ccc15(0x202)]=_0x38278d,await _0x33cd19[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState['POST'],_0x34817b);const _0x50054d={};_0x50054d[_0x4ccc15(0x1ff)]=_0x38278d,_0x50054d[_0x4ccc15(0x196)]=_0x45305c[_0x4ccc15(0x185)],await _0x33cd19['trackEvent'](TestFrameworkState[_0x4ccc15(0x19e)],HookState[_0x4ccc15(0x1f6)],_0x50054d);}}}catch(_0x1da17c){logger[_0x4ccc15(0x253)](_0x4ccc15(0x1b0)+util['format'](_0x1da17c));throw _0x1da17c;}}exportsI[a17_0x9083b0(0x1a2)]=(..._0xcb61ec)=>{const _0x37bd40=a17_0x9083b0,_0x27ff13={'UAIgG':function(_0x2d2345,_0xc62c31){return _0x2d2345(_0xc62c31);},'lRSQW':_0x37bd40(0x23a),'dcXsM':function(_0x51b613,_0x549c24){return _0x51b613(_0x549c24);},'FjVWO':_0x37bd40(0x258),'DDfRn':function(_0x22c652,_0x3ebb53){return _0x22c652===_0x3ebb53;},'SMHwD':_0x37bd40(0x1dc),'VVdsL':function(_0x4dc41e){return _0x4dc41e();},'mSJrr':function(_0x42c17e,_0x1ba202){return _0x42c17e(_0x1ba202);},'Rhldm':function(_0x262a0f,_0x11b1a0,_0x55b692,_0x1c965b){return _0x262a0f(_0x11b1a0,_0x55b692,_0x1c965b);},'PKBKc':_0x37bd40(0x261),'Cjptb':function(_0x94137c,_0x352001){return _0x94137c(_0x352001);},'tZDkT':function(_0x1ef2eb,_0x23a6cf){return _0x1ef2eb(_0x23a6cf);},'vztPk':'hook_success','eVePi':_0x37bd40(0x1c1),'nHjyh':_0x37bd40(0x1cb),'RFPyi':_0x37bd40(0x1a8),'DXiYV':_0x37bd40(0x1e1),'EYkTW':_0x37bd40(0x1cf),'hFsUl':function(_0x5eeaeb,_0x53c827){return _0x5eeaeb>_0x53c827;},'AqjEj':function(_0x2ea44c,_0x4ccc4f,_0x41dbec,_0x170298){return _0x2ea44c(_0x4ccc4f,_0x41dbec,_0x170298);},'ZWRsR':function(_0x45617a,_0x46cda0){return _0x45617a(_0x46cda0);},'pgAoc':_0x37bd40(0x249),'RqpkM':function(_0x13d732,_0x1c2992){return _0x13d732!==_0x1c2992;},'zFIwJ':'\x20>\x20','REXLQ':function(_0x2f5ae2){return _0x2f5ae2();},'xXCpX':'TestRunStarted','bbVks':'test_done','rJXAG':function(_0x3f6d56,_0x459bcf){return _0x3f6d56===_0x459bcf;},'dHRJs':_0x37bd40(0x190),'jGMLq':_0x37bd40(0x1c0),'yYZhY':_0x37bd40(0x1fc),'pukrx':function(_0x4a447e,_0x26c667){return _0x4a447e||_0x26c667;},'BeHeM':function(_0x5e79d9){return _0x5e79d9();},'FnlJj':_0x37bd40(0x237),'mSgcO':function(_0x81ca2c){return _0x81ca2c();},'BDOyO':_0x37bd40(0x1f3),'fqgGp':function(_0x3f5e7f,_0x203a74){return _0x3f5e7f(_0x203a74);},'ulqFM':function(_0x5ab690,_0x145300,_0x341525,_0x31aa60){return _0x5ab690(_0x145300,_0x341525,_0x31aa60);},'aeuUk':_0x37bd40(0x1bc),'LlyUl':function(_0x54ab50,_0x413bc3){return _0x54ab50(_0x413bc3);},'poQSr':function(_0x319e87){return _0x319e87();},'KJtYk':'run_describe_finish','YOqoR':_0x37bd40(0x199),'yjlfS':function(_0x29a51b){return _0x29a51b();},'LmaRY':'number','vfFFu':function(_0x3a9c79,_0x551060){return _0x3a9c79(_0x551060);},'ZiCRb':function(_0x3232f8){return _0x3232f8();},'lNRLe':function(_0x58d899,_0x35c24b,_0x2b5315){return _0x58d899(_0x35c24b,_0x2b5315);},'nvemB':_0x37bd40(0x259),'Rmhbj':'jest-circus','XGtOn':_0x37bd40(0x188),'sbOPR':function(_0x152229){return _0x152229();},'AlpnT':function(_0x3179c2,_0x69be02,_0x2bd330){return _0x3179c2(_0x69be02,_0x2bd330);},'Yrctn':_0x37bd40(0x1e7),'KQKcF':function(_0x3a6567,..._0x5a3ce9){return _0x3a6567(..._0x5a3ce9);}};try{logger['debug'](_0x37bd40(0x1b5)+_0x27ff13['yjlfS'](shouldProcessEventForTesthub)+',\x20BROWSERSTACK_PUPPETEER='+process['env'][_0x37bd40(0x18d)]);const _0xa031f9=_0xcb61ec&&_0xcb61ec[0x0]?_0xcb61ec[0x0]:{};let _0x170ec6=0x0;try{if(_0xa031f9['config']&&_0x27ff13[_0x37bd40(0x231)](typeof _0xa031f9[_0x37bd40(0x1ef)]['browserstackPlatformIndex'],_0x27ff13[_0x37bd40(0x1c5)]))_0x170ec6=_0xa031f9[_0x37bd40(0x1ef)][_0x37bd40(0x1f0)];else{if(_0xa031f9[_0x37bd40(0x1b6)]&&_0x27ff13['rJXAG'](typeof _0xa031f9['configuration']['browserstackPlatformIndex'],_0x27ff13[_0x37bd40(0x1c5)]))_0x170ec6=_0xa031f9['configuration'][_0x37bd40(0x1f0)];else global[_0x37bd40(0x1a5)]&&_0x27ff13[_0x37bd40(0x22e)](typeof global[_0x37bd40(0x1a5)][_0x37bd40(0x1f0)],_0x27ff13[_0x37bd40(0x1c5)])&&(_0x170ec6=global[_0x37bd40(0x1a5)][_0x37bd40(0x1f0)]);}}catch(_0x536a8b){logger[_0x37bd40(0x210)](_0x37bd40(0x1e4)+util[_0x37bd40(0x20f)](_0x536a8b));}global['__bstackPlatformIndex']=_0x170ec6,process[_0x37bd40(0x20a)]['BROWSERSTACK_PLATFORM_INDEX']=_0x27ff13['vfFFu'](String,_0x170ec6);const _0x1aab9b=new ObservabilityReporter();!_initializedPlatformIndices['has'](_0x170ec6)?(logger[_0x37bd40(0x210)](_0x37bd40(0x206)+_0x170ec6),_initializedPlatformIndices[_0x37bd40(0x24a)](_0x170ec6),_0x27ff13['VVdsL'](shouldProcessEventForTesthub)&&(_0x27ff13[_0x37bd40(0x1c2)](patchConsoleLogger),_0x1aab9b[_0x37bd40(0x20c)]())):logger[_0x37bd40(0x210)](_0x37bd40(0x241)+_0x170ec6+_0x37bd40(0x1ce));let _0x31ae4f;try{_0x31ae4f=_0x27ff13[_0x37bd40(0x1e8)](requireModule,_0x27ff13['nvemB'],_0x27ff13[_0x37bd40(0x1da)]);}catch{_0x31ae4f=_0x27ff13['Cjptb'](requireModule,_0x27ff13['Rmhbj']);}let _0x113298;try{_0x113298=_0x27ff13[_0x37bd40(0x1e8)](requireModule,_0x27ff13['XGtOn'],_0x27ff13[_0x37bd40(0x1da)])[_0x37bd40(0x25a)];}catch{_0x113298=_0x27ff13[_0x37bd40(0x1c4)](requireModule,_0x27ff13[_0x37bd40(0x1da)])[_0x37bd40(0x25a)]||(()=>({}));}const _0x32d09f=BrowserstackCLI[_0x37bd40(0x233)]()[_0x37bd40(0x23c)]();(_0x27ff13[_0x37bd40(0x19f)](shouldProcessEventForTesthub)||_0x32d09f)&&_0x31ae4f[_0x37bd40(0x230)](_0x27ff13['AlpnT'](o11yErrorHandler,async(_0x2caa1d,_0xe9183b)=>{const _0xa1e91e=_0x37bd40,_0x43df8f={'ZGICJ':function(_0x2879d8,_0x162c39){const _0xbbfbcf=a17_0x3a2b;return _0x27ff13[_0xbbfbcf(0x1c4)](_0x2879d8,_0x162c39);}};switch(_0x2caa1d[_0xa1e91e(0x1ae)]){case _0x27ff13[_0xa1e91e(0x24e)]:if(_0x2caa1d[_0xa1e91e(0x1a9)]['fn']&&_0x2caa1d[_0xa1e91e(0x1a9)]['fn'][_0xa1e91e(0x1d0)]()[_0xa1e91e(0x25f)](/browserstack internal helper hook/))break;if(_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x224)]&&_0x27ff13['DDfRn'](_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x224)][_0xa1e91e(0x1ae)],_0x27ff13[_0xa1e91e(0x214)])){const _0x11b6a5=_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x1af)]&&((()=>{const _0x408ef4=_0xa1e91e;try{const _0x3e9a6c=_0x27ff13[_0x408ef4(0x1ea)](require,_0x27ff13['lRSQW']),_0x434dc3=_0x3e9a6c[_0x408ef4(0x239)][_0x408ef4(0x25d)](_0x3e9a6c,_0x2caa1d[_0x408ef4(0x1a9)][_0x408ef4(0x1af)]);return _0x434dc3[0x0]&&_0x434dc3[0x0]['getFileName']?_0x434dc3[0x0][_0x408ef4(0x1bd)]():null;}catch(_0x507f95){return logger[_0x408ef4(0x210)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x507f95[_0x408ef4(0x1f1)]),null;}})())||_0x2caa1d['hook']['file']||null;if(!_0x11b6a5)break;}if(BrowserstackCLI['getInstance']()[_0xa1e91e(0x23c)]()&&await _0x27ff13[_0xa1e91e(0x1c3)](isCLIReady)){if(_0x27ff13[_0xa1e91e(0x195)](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1c9)]))try{await _0x27ff13[_0xa1e91e(0x18a)](handleHookEventCLI,_0x2caa1d[_0xa1e91e(0x1a9)],_0x27ff13['PKBKc'],_0xe9183b);break;}catch(_0x380c74){_0x27ff13['Cjptb'](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0xa1e91e(0x20f)](_0x380c74));}}if(_0x27ff13['tZDkT'](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0xa1e91e(0x1c9)])){if(!_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x22b)]){const _0x446f74=TestDetails[_0xa1e91e(0x229)](process[_0xa1e91e(0x24f)]+_0xa1e91e(0x1d8));_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x22b)]=_0x446f74;}else _0x2caa1d['hook'][_0xa1e91e(0x220)]&&(_0x2caa1d['hook'][_0xa1e91e(0x22b)]=TestDetails[_0xa1e91e(0x229)](process['pid']+_0xa1e91e(0x1d8)),delete _0x2caa1d['hook'][_0xa1e91e(0x220)]);_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x1ed)]=new Date()[_0xa1e91e(0x187)](),await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d[_0xa1e91e(0x1a9)],undefined,![],_0x27ff13['PKBKc']);}break;case _0x27ff13[_0xa1e91e(0x1c8)]:if(BrowserstackCLI[_0xa1e91e(0x233)]()[_0xa1e91e(0x23c)]()&&await _0x27ff13[_0xa1e91e(0x1c3)](isCLIReady)){if(_0x27ff13['UAIgG'](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1fa)]))try{await _0x27ff13[_0xa1e91e(0x18a)](handleHookEventCLI,_0x2caa1d[_0xa1e91e(0x1a9)],_0x27ff13[_0xa1e91e(0x1a1)],_0xe9183b);break;}catch(_0x2d6a1d){_0x27ff13[_0xa1e91e(0x1ec)](debug,_0xa1e91e(0x1fb)+util[_0xa1e91e(0x20f)](_0x2d6a1d));}}_0x27ff13['dcXsM'](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1fa)])&&(await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d[_0xa1e91e(0x1a9)],undefined,![],_0x27ff13[_0xa1e91e(0x1a1)]),TestDetails[_0xa1e91e(0x216)](process[_0xa1e91e(0x24f)]+_0xa1e91e(0x1d8)));break;case _0x27ff13['nHjyh']:[_0x27ff13[_0xa1e91e(0x1f7)],_0x27ff13[_0xa1e91e(0x1a6)],_0x27ff13['EYkTW']][_0xa1e91e(0x244)](_0x2caa1d['hook'][_0xa1e91e(0x196)])&&(_0x1aab9b[_0xa1e91e(0x1cb)]=_0x2caa1d['hook'][_0xa1e91e(0x196)]),_0xe9183b[_0xa1e91e(0x21f)]&&_0x27ff13[_0xa1e91e(0x22f)](_0xe9183b[_0xa1e91e(0x21f)]['length'],0x0)&&(_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x204)]=[_0xe9183b['unhandledErrors'][0x0][0x0]]);if(BrowserstackCLI[_0xa1e91e(0x233)]()[_0xa1e91e(0x23c)]()&&await _0x27ff13[_0xa1e91e(0x1c3)](isCLIReady)){if(_0x27ff13[_0xa1e91e(0x1ec)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0xa1e91e(0x1fa)]))try{await _0x27ff13['AqjEj'](handleHookEventCLI,_0x2caa1d[_0xa1e91e(0x1a9)],_0x27ff13[_0xa1e91e(0x1a1)],_0xe9183b);break;}catch(_0xfcd178){_0x27ff13[_0xa1e91e(0x1b7)](debug,_0xa1e91e(0x1fb)+util['format'](_0xfcd178));}}_0x27ff13['Cjptb'](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1fa)])&&(await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d['hook'],undefined,![],_0x27ff13[_0xa1e91e(0x1a1)]),TestDetails[_0xa1e91e(0x216)](process[_0xa1e91e(0x24f)]+':hookAnalyticsId'));break;case _0x27ff13[_0xa1e91e(0x18c)]:try{let _0x4527ab=_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x1ae)]||'';try{let _0x4ee528=_0x2caa1d['test'][_0xa1e91e(0x224)];const _0xc7f31a=[_0x4527ab];while(_0x4ee528&&_0x4ee528['name']&&_0x27ff13[_0xa1e91e(0x22d)](_0x4ee528[_0xa1e91e(0x1ae)],_0x27ff13[_0xa1e91e(0x214)])){_0xc7f31a['unshift'](_0x4ee528['name']),_0x4ee528=_0x4ee528[_0xa1e91e(0x224)];}_0x4527ab=_0xc7f31a[_0xa1e91e(0x19d)](_0x27ff13[_0xa1e91e(0x23e)]);}catch(_0x494a85){logger[_0xa1e91e(0x210)](_0xa1e91e(0x252)+_0x494a85[_0xa1e91e(0x1f1)]);}process['_bstackTestName']=_0x4527ab,process[_0xa1e91e(0x20e)]=null,process[_0xa1e91e(0x228)]=null,logger[_0xa1e91e(0x210)](_0xa1e91e(0x245)+_0x4527ab+'\x22');if(!global['__workerDetails']){const _0x4a5d3f={};_0x4a5d3f[_0xa1e91e(0x1a7)]={},global[_0xa1e91e(0x1d6)]=_0x4a5d3f;}!global[_0xa1e91e(0x1d6)]['currentTest']&&(global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]={});const _0x14ca3b={};_0x14ca3b[_0xa1e91e(0x255)]=_0x4527ab,_0x14ca3b[_0xa1e91e(0x1ae)]=_0x4527ab,global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)][_0xa1e91e(0x198)]=_0x14ca3b,global[_0xa1e91e(0x238)]=_0x4527ab;}catch(_0x1c3ebe){logger['debug']('[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20'+_0x1c3ebe[_0xa1e91e(0x1f1)]);}if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x27ff13[_0xa1e91e(0x1d4)](isCLIReady))try{await _0x27ff13['Rhldm'](handleTestEventCLI,_0x2caa1d[_0xa1e91e(0x1b3)],_0x27ff13[_0xa1e91e(0x1b2)],_0x1aab9b);break;}catch(_0x478a09){_0x27ff13[_0xa1e91e(0x1c4)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0xa1e91e(0x20f)](_0x478a09));}_0x27ff13[_0xa1e91e(0x1d4)](shouldProcessEventForTesthub)&&await _0x1aab9b[_0xa1e91e(0x1fe)](_0x2caa1d[_0xa1e91e(0x1b3)]);break;case _0x27ff13[_0xa1e91e(0x1d7)]:_0x2caa1d['test']={..._0x27ff13[_0xa1e91e(0x195)](_0x113298,_0x2caa1d[_0xa1e91e(0x1b3)]),..._0x2caa1d[_0xa1e91e(0x1b3)]};try{const _0x289a01=_0x2caa1d['test']['errors']||[],_0x56f775=_0x27ff13[_0xa1e91e(0x22f)](_0x289a01[_0xa1e91e(0x209)],0x0)||_0x27ff13[_0xa1e91e(0x231)](_0x2caa1d[_0xa1e91e(0x1b3)]['status'],_0x27ff13[_0xa1e91e(0x1b4)]),_0xa8989d=_0x56f775?_0x27ff13['jGMLq']:_0x27ff13[_0xa1e91e(0x240)];let _0x1f16ee='';_0x56f775&&(_0x1f16ee=_0x289a01['map'](_0x44bacf=>{const _0x506562=_0xa1e91e;if(Array['isArray'](_0x44bacf))return _0x44bacf['map'](_0x2abd80=>_0x2abd80&&_0x2abd80[_0x506562(0x1f1)]||String(_0x2abd80))['join'](';\x20');return _0x44bacf&&_0x44bacf[_0x506562(0x1f1)]||_0x43df8f[_0x506562(0x189)](String,_0x44bacf);})[_0xa1e91e(0x19d)](';\x20')),process[_0xa1e91e(0x20e)]=_0xa8989d,process['_bstackTestFailureReason']=_0x27ff13[_0xa1e91e(0x1d1)](_0x1f16ee,''),logger[_0xa1e91e(0x210)]('[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22'+_0xa8989d+'\x22'),global[_0xa1e91e(0x1d6)]&&global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]&&(!global[_0xa1e91e(0x1d6)]['currentTest'][_0xa1e91e(0x198)]&&(global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]['testInfo']={}),global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)][_0xa1e91e(0x198)][_0xa1e91e(0x1ba)]=_0xa8989d,_0x56f775&&(global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]['testInfo'][_0xa1e91e(0x192)]=_0x1f16ee));}catch(_0xd51bab){logger[_0xa1e91e(0x210)](_0xa1e91e(0x1a4)+_0xd51bab[_0xa1e91e(0x1f1)]);}if(!_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x220)]){_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x220)]=!![];if(BrowserstackCLI[_0xa1e91e(0x233)]()[_0xa1e91e(0x23c)]()&&await _0x27ff13['BeHeM'](isCLIReady))try{await _0x27ff13['AqjEj'](handleTestEventCLI,_0x2caa1d['test'],_0x27ff13[_0xa1e91e(0x21d)],_0x1aab9b);break;}catch(_0x5d9e2e){_0x27ff13[_0xa1e91e(0x1ec)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util['format'](_0x5d9e2e));}_0x27ff13[_0xa1e91e(0x236)](shouldProcessEventForTesthub)&&await _0x1aab9b['sendTestRunEvent'](_0x2caa1d[_0xa1e91e(0x1b3)]);}break;case _0x27ff13[_0xa1e91e(0x200)]:_0x2caa1d['test']={..._0x27ff13[_0xa1e91e(0x25c)](_0x113298,_0x2caa1d[_0xa1e91e(0x1b3)]),..._0x2caa1d['test']};if(!_0x2caa1d[_0xa1e91e(0x1b3)]['markedStatus']){_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x220)]=!![];if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x27ff13['mSgcO'](isCLIReady))try{await _0x27ff13['ulqFM'](handleTestEventCLI,_0x2caa1d[_0xa1e91e(0x1b3)],_0x27ff13[_0xa1e91e(0x217)],_0x1aab9b);break;}catch(_0x47f3b0){_0x27ff13[_0xa1e91e(0x246)](debug,_0xa1e91e(0x1fb)+util[_0xa1e91e(0x20f)](_0x47f3b0));}_0x27ff13['poQSr'](shouldProcessEventForTesthub)&&await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d['test'],undefined,![],_0x27ff13[_0xa1e91e(0x217)]);}break;case _0x27ff13['KJtYk']:_0x1aab9b[_0xa1e91e(0x1cb)]=null;break;case _0x27ff13['YOqoR']:await RequestQueueHandler[_0xa1e91e(0x233)]()[_0xa1e91e(0x1c6)](),process['removeAllListeners']();break;default:}},_0x27ff13[_0x37bd40(0x21e)]));}catch(_0x2e8202){_0x27ff13[_0x37bd40(0x1ea)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x2e8202);}return _0x27ff13[_0x37bd40(0x1d2)](initInitialize,..._0xcb61ec);};try{Object[a17_0x9083b0(0x1cd)](exportsI)['forEach'](_0x931348=>{const _0x1c2e7f=a17_0x9083b0,_0xaf543c={'XNVrE':function(_0x31f371,_0x522c93){return _0x31f371(_0x522c93);}};try{exports&&(exports[_0x931348]=exportsI[_0x931348]);}catch(_0x5221f7){_0xaf543c['XNVrE'](debug,_0x1c2e7f(0x1ab)+_0x5221f7);}});}catch(a17_0x4c67df){debug('Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20'+a17_0x4c67df);}function a17_0x5ab0(){const _0x4ef3d3=['sendTestRunEvent','../../../helpers/test-observability/requestQueueHandler','fail','sBgbu','failureMessage','WzwWN','setFrameworkDetail','mSJrr','type','oywnM','testInfo','teardown','qtPsB','trackEvent','objii','join','LOG_REPORT','sbOPR','QEgyN','eVePi','initialize','../test-observability/test-details','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','jestConfig','DXiYV','currentTest','beforeAll','hook','PRE','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','isRunning','hookUUID','name','asyncError','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','../../../helpers/testhub/utils','xXCpX','test','dHRJs','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','configuration','ZWRsR','hookData','129670OYrBpJ','status','RHzNj','TestRunSkipped','getFileName','Error\x20checking\x20CLI\x20readiness:\x20','dbInJ','failed','HookRunFinished','ZiCRb','VVdsL','dcXsM','LmaRY','shutdown','createTestFrameworkData','vztPk','HookStarted','jest-circus/build/jestAdapterInit.js','hook_failure','state','keys',',\x20re-registering\x20event\x20handler','afterEach','toString','pukrx','KQKcF','winstonLogger','REXLQ','../../../helpers/test-observability/utils','__workerDetails','bbVks',':hookAnalyticsId','CKlwT','Rmhbj','TEST','ROOT_DESCRIBE_BLOCK','true','setActiveHook','MhQKn','Handling\x20hook\x20event\x20for\x20CLI:\x20','beforeEach','wmuGe','createIdentifierFromJestTest','Error\x20reading\x20platformIndex\x20from\x20args:\x20','yOEfP','getTestFramework','EventHandler','lNRLe','1052XFzPzt','UAIgG','QCDSZ','tZDkT','started_at','../../v2/cliUtils','config','browserstackPlatformIndex','message','file','test_skip','uHlkI','12759820MtmNVH','POST','RFPyi','11oMWXRO','PLAYWRIGHT','HookFinished','Error\x20routing\x20to\x20JestTestFramework:\x20','passed','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','testStarted','testUUID','BDOyO','createHookData','testIdentifier','bootstrap','errorsDetailed','BROWSERSTACK_CLI_BIN_SESSION_ID','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','oDCOB','_currentRetry','length','env','FeMYF','registerListeners','removeActiveHook','_bstackTestStatus','format','debug','QWBkx','afterAll','CLI\x20is\x20enabled\x20and\x20running.','SMHwD','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','removeTestUUID','aeuUk','../../../helpers/logger','ffeCv','ZosET','testAnalyticsId','AFTER_EACH','FnlJj','Yrctn','unhandledErrors','markedStatus','currentHook','../../../helpers/testhub/constants','JEST','parent','36XuORNH','../../v2/state/hookState','TestRunStarted','_bstackTestFailureReason','setTestUUID','../../utils/constants','hookAnalyticsId','7089aqzVJs','RqpkM','DDfRn','hFsUl','addEventHandler','rJXAG','../test-observability/obsReporter','getInstance','14oxvwAC','EVENT','mSgcO','TestRunFinished','browserstackTestName','parse','stack-trace','__jestCurrentTestIdentifier','isCliEnabled','749352IRvcJF','zFIwJ','610600KhbTMW','yYZhY','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','../../v2/state/testFrameworkState','../../../helpers/helper','includes','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','LlyUl','Handling\x20test\x20event\x20for\x20CLI:\x20','PUPPETEER','test_start','add','IiXEO','../../v2/browserstackCLI','originalTest','FjVWO','pid','2418395eKxbSO','AFTER_ALL','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','error','BEFORE_EACH','title','EajAf','current_test','hook_start','jest-circus/build/state.js','makeSingleTestResult','6735546ICSHKI','fqgGp','call','CNpwv','match','MoEwX','HookRunStarted','../../v2/utils/jest-utils','gFuNa','JbVEm','../../../helpers/test-observability/error-handler','toISOString','jest-circus/build/utils.js','ZGICJ','Rhldm','retryOf','pgAoc','BROWSERSTACK_PUPPETEER'];a17_0x5ab0=function(){return _0x4ef3d3;};return a17_0x5ab0();}
1
+ const a17_0x587653=a17_0x467e;(function(_0x86e5d5,_0x2203ea){const _0x4bb840=a17_0x467e,_0x22c5b4=_0x86e5d5();while(!![]){try{const _0x19b0c3=parseInt(_0x4bb840(0x22d))/0x1*(parseInt(_0x4bb840(0x2cc))/0x2)+-parseInt(_0x4bb840(0x24e))/0x3+parseInt(_0x4bb840(0x1f6))/0x4*(-parseInt(_0x4bb840(0x204))/0x5)+-parseInt(_0x4bb840(0x29b))/0x6*(-parseInt(_0x4bb840(0x28f))/0x7)+parseInt(_0x4bb840(0x2c3))/0x8+-parseInt(_0x4bb840(0x276))/0x9*(-parseInt(_0x4bb840(0x240))/0xa)+-parseInt(_0x4bb840(0x2a8))/0xb;if(_0x19b0c3===_0x2203ea)break;else _0x22c5b4['push'](_0x22c5b4['shift']());}catch(_0xbaa97d){_0x22c5b4['push'](_0x22c5b4['shift']());}}}(a17_0x2459,0x4eaec));const {requireModule}=require(a17_0x587653(0x24b)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a17_0x587653(0x206)),TestDetails=require(a17_0x587653(0x27e)),{patchConsoleLogger,debug}=require(a17_0x587653(0x256)),{o11yErrorHandler}=require(a17_0x587653(0x2ad)),{shouldProcessEventForTesthub}=require(a17_0x587653(0x298)),testHubConstants=require(a17_0x587653(0x2a7)),BrowserstackCLI=require('../../v2/browserstackCLI'),TestFrameworkState=require(a17_0x587653(0x26c)),HookState=require(a17_0x587653(0x269)),JestUtils=require(a17_0x587653(0x2d0)),{v4:uuidv4}=require(a17_0x587653(0x222)),util=require(a17_0x587653(0x244)),logger=require('../../../helpers/logger')[a17_0x587653(0x2b6)],{FRAMEWORKS}=require(a17_0x587653(0x2b7));let exportsI;function a17_0x467e(_0x57ee9c,_0x42ea67){const _0x2459c9=a17_0x2459();return a17_0x467e=function(_0x467ea0,_0x26fc4b){_0x467ea0=_0x467ea0-0x1f4;let _0x407e0d=_0x2459c9[_0x467ea0];return _0x407e0d;},a17_0x467e(_0x57ee9c,_0x42ea67);}try{exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js',a17_0x587653(0x252));}catch{exportsI=requireModule(a17_0x587653(0x25b),a17_0x587653(0x252));}const initInitialize=exportsI[a17_0x587653(0x28d)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();async function isCLIReady(){const _0x11aa64=a17_0x587653,_0x255c15={'TVJRc':'CLI\x20is\x20enabled\x20and\x20running.','GprTn':function(_0x4be3b1,_0x3076e1){return _0x4be3b1(_0x3076e1);},'XUSpE':'../../v2/cliUtils','XSoCA':function(_0xc5bee9,_0x323d0e){return _0xc5bee9===_0x323d0e;},'sFIfF':'true'};try{const _0x35e521=BrowserstackCLI[_0x11aa64(0x27f)]();if(_0x35e521[_0x11aa64(0x220)]()&&_0x35e521['isRunning']())return logger[_0x11aa64(0x219)](_0x255c15[_0x11aa64(0x23a)]),!![];const _0x5dc89e=process['env'][_0x11aa64(0x205)];if(_0x5dc89e&&_0x35e521['isCliEnabled']()){if(!_0x35e521[_0x11aa64(0x2ca)]())try{const _0xa94973=_0x255c15['GprTn'](require,_0x255c15['XUSpE']),_0x3ef1b3=_0xa94973[_0x11aa64(0x234)]();(!_0x3ef1b3||!_0x3ef1b3['name'])&&(_0x255c15[_0x11aa64(0x2d1)](process[_0x11aa64(0x293)][_0x11aa64(0x2bf)],_0x255c15['sFIfF'])?_0xa94973['setFrameworkDetail'](FRAMEWORKS[_0x11aa64(0x2c7)],FRAMEWORKS[_0x11aa64(0x1ff)]):_0xa94973[_0x11aa64(0x221)](FRAMEWORKS[_0x11aa64(0x2c7)],FRAMEWORKS[_0x11aa64(0x25c)])),await _0x35e521[_0x11aa64(0x2ab)]();}catch(_0x469e05){return _0x255c15[_0x11aa64(0x294)](debug,_0x11aa64(0x1fd)+util[_0x11aa64(0x284)](_0x469e05)),![];}return _0x35e521[_0x11aa64(0x2ca)]();}return![];}catch(_0x524ebf){return _0x255c15['GprTn'](debug,_0x11aa64(0x236)+util[_0x11aa64(0x284)](_0x524ebf)),![];}}function getTestIdentifierForHook(_0x3212b3){const _0x2085e6=a17_0x587653,_0x4fce57={};_0x4fce57[_0x2085e6(0x295)]=function(_0x2b033c,_0x2165bc){return _0x2b033c===_0x2165bc;},_0x4fce57[_0x2085e6(0x26e)]='beforeEach',_0x4fce57[_0x2085e6(0x209)]=function(_0x4450a0,_0x4473e0){return _0x4450a0===_0x4473e0;},_0x4fce57[_0x2085e6(0x278)]=_0x2085e6(0x29d);const _0x44419a=_0x4fce57;if(_0x44419a[_0x2085e6(0x295)](_0x3212b3[_0x2085e6(0x200)],_0x44419a[_0x2085e6(0x26e)])||_0x44419a[_0x2085e6(0x209)](_0x3212b3[_0x2085e6(0x200)],_0x44419a['IZQDx'])){let _0x21d011=global['__jestCurrentTestIdentifier'];if(!_0x21d011&&_0x44419a[_0x2085e6(0x295)](_0x3212b3['type'],_0x44419a[_0x2085e6(0x278)])&&_0x3212b3['parent']){const _0x369203={};_0x369203['name']=_0x3212b3['parent'][_0x2085e6(0x1f7)],_0x369203['parent']=_0x3212b3[_0x2085e6(0x26d)]['parent'],_0x369203[_0x2085e6(0x28c)]=_0x3212b3[_0x2085e6(0x28c)],_0x369203[_0x2085e6(0x253)]=_0x3212b3[_0x2085e6(0x253)];const _0x35f690=_0x369203;_0x21d011=jestUtils[_0x2085e6(0x216)](_0x35f690);}return _0x21d011;}return global[_0x2085e6(0x2c9)];}function mapHookTypeToState(_0xb50465){const _0x3ef66e=a17_0x587653,_0xabaab1={};_0xabaab1[_0x3ef66e(0x29d)]=TestFrameworkState[_0x3ef66e(0x270)],_0xabaab1[_0x3ef66e(0x2b8)]=TestFrameworkState[_0x3ef66e(0x258)],_0xabaab1[_0x3ef66e(0x21f)]=TestFrameworkState[_0x3ef66e(0x2ae)],_0xabaab1[_0x3ef66e(0x2be)]=TestFrameworkState[_0x3ef66e(0x266)];const _0x202a5f=_0xabaab1;return _0x202a5f[_0xb50465]||TestFrameworkState[_0x3ef66e(0x2ae)];}async function handleHookEventCLI(_0x584d21,_0x28a75e,_0xefbbc0){const _0x33231f=a17_0x587653,_0x132c0a={'lKwVT':function(_0x30c19b,_0x27ff94){return _0x30c19b(_0x27ff94);},'OGUNE':'stack-trace','lqAEe':function(_0xc89f52,_0x526539){return _0xc89f52===_0x526539;},'lSykH':_0x33231f(0x297),'wVeAB':function(_0x437be0){return _0x437be0();},'MQspg':function(_0x1b34d8){return _0x1b34d8();},'UFKgI':'HookRunStarted','GEKRi':function(_0x3efb6f,_0x31ce91){return _0x3efb6f(_0x31ce91);},'XcROn':function(_0x5ddbee,_0x4beb5e){return _0x5ddbee===_0x4beb5e;},'shNHr':function(_0x36107d,_0x486472){return _0x36107d===_0x486472;},'dbFle':_0x33231f(0x235),'rKiMG':_0x33231f(0x281)};logger[_0x33231f(0x219)]('Handling\x20hook\x20event\x20for\x20CLI:\x20'+_0x28a75e+'\x20for\x20hook\x20type:\x20'+_0x584d21[_0x33231f(0x200)]);try{if(_0x584d21['fn']&&_0x584d21['fn'][_0x33231f(0x251)]()[_0x33231f(0x22c)](/browserstack internal helper hook/))return;if(_0x584d21[_0x33231f(0x26d)]&&_0x132c0a[_0x33231f(0x230)](_0x584d21[_0x33231f(0x26d)]['name'],_0x132c0a[_0x33231f(0x231)])){const _0x2eb406=_0x584d21[_0x33231f(0x28c)]&&((()=>{const _0x213950=_0x33231f;try{const _0x1d7c27=_0x132c0a[_0x213950(0x2c5)](require,_0x132c0a[_0x213950(0x246)]),_0x3db524=_0x1d7c27[_0x213950(0x1fa)][_0x213950(0x2ba)](_0x1d7c27,_0x584d21[_0x213950(0x28c)]);return _0x3db524[0x0]&&_0x3db524[0x0][_0x213950(0x2af)]?_0x3db524[0x0][_0x213950(0x2af)]():null;}catch(_0x2d284d){return logger[_0x213950(0x219)](_0x213950(0x233)+_0x2d284d[_0x213950(0x2a6)]),null;}})())||_0x584d21[_0x33231f(0x253)]||null;if(!_0x2eb406)return;}let _0x5b69c6=_0x584d21[_0x33231f(0x242)];if(!_0x5b69c6)_0x5b69c6=_0x132c0a[_0x33231f(0x2bd)](uuidv4),_0x584d21[_0x33231f(0x242)]=_0x5b69c6;else _0x584d21[_0x33231f(0x26f)]&&(_0x5b69c6=_0x132c0a[_0x33231f(0x2c6)](uuidv4),_0x584d21[_0x33231f(0x242)]=_0x5b69c6,delete _0x584d21[_0x33231f(0x26f)]);_0x132c0a[_0x33231f(0x230)](_0x28a75e,_0x132c0a[_0x33231f(0x286)])&&(_0x584d21[_0x33231f(0x2b1)]=new Date()['toISOString']());const _0x20ac96=_0x132c0a[_0x33231f(0x2c5)](getTestIdentifierForHook,_0x584d21);!global[_0x33231f(0x24d)]&&(global[_0x33231f(0x24d)]={});if(_0x132c0a[_0x33231f(0x230)](_0x28a75e,_0x132c0a['UFKgI'])){global['__workerDetails'][_0x33231f(0x289)]={'hookUUID':_0x5b69c6,'testIdentifier':_0x20ac96,'hookType':_0x584d21['type'],'startedAt':new Date()[_0x33231f(0x2ce)]()};const _0x48b993=BrowserstackCLI[_0x33231f(0x27f)]()[_0x33231f(0x2d3)]();_0x48b993&&_0x48b993[_0x33231f(0x279)]&&_0x48b993[_0x33231f(0x279)](_0x20ac96,_0x5b69c6,_0x584d21[_0x33231f(0x200)]);}const _0x10ce9c=await jestUtils['createHookData'](_0x584d21,_0x5b69c6,_0x28a75e,_0x20ac96);if(!_0x10ce9c)return;const _0x4f599b=_0x132c0a['GEKRi'](mapHookTypeToState,_0x584d21[_0x33231f(0x200)]),_0x18de15=_0x132c0a[_0x33231f(0x2d8)](_0x28a75e,_0x132c0a['UFKgI'])?HookState[_0x33231f(0x290)]:HookState['POST'],_0x16f0f1=BrowserstackCLI[_0x33231f(0x27f)]()['getTestFramework']();if(_0x16f0f1){const _0x3e90df={};_0x3e90df[_0x33231f(0x212)]=_0x10ce9c,await _0x16f0f1[_0x33231f(0x248)](_0x4f599b,_0x18de15,_0x3e90df);if(_0x132c0a[_0x33231f(0x27d)](_0x28a75e,_0x132c0a[_0x33231f(0x238)])){const _0x426506={};_0x426506['testUUID']=_0x20ac96,_0x426506[_0x33231f(0x200)]=_0x132c0a[_0x33231f(0x25d)],await _0x16f0f1[_0x33231f(0x248)](TestFrameworkState[_0x33231f(0x21a)],HookState[_0x33231f(0x264)],_0x426506),global[_0x33231f(0x24d)]&&global['__workerDetails']['currentHook']&&_0x132c0a[_0x33231f(0x2d8)](global[_0x33231f(0x24d)]['currentHook'][_0x33231f(0x26b)],_0x5b69c6)&&delete global[_0x33231f(0x24d)][_0x33231f(0x289)],_0x16f0f1['removeActiveHook']&&_0x16f0f1['removeActiveHook'](_0x20ac96,_0x5b69c6);}}}catch(_0x105407){logger['error'](_0x33231f(0x24c)+util[_0x33231f(0x284)](_0x105407));throw _0x105407;}}async function handleTestEventCLI(_0x295cbe,_0x52873e,_0x41a497){const _0x123b15=a17_0x587653,_0x3c8085={};_0x3c8085[_0x123b15(0x263)]=function(_0x5bdfb4,_0x224609){return _0x5bdfb4===_0x224609;},_0x3c8085[_0x123b15(0x29c)]=_0x123b15(0x277),_0x3c8085['zSNTa']=function(_0x157867,_0x800593){return _0x157867>_0x800593;},_0x3c8085[_0x123b15(0x245)]=function(_0x148f1a,_0x294d3b){return _0x148f1a===_0x294d3b;},_0x3c8085[_0x123b15(0x271)]=function(_0x4a3375,_0x15a072){return _0x4a3375&&_0x15a072;},_0x3c8085[_0x123b15(0x288)]=_0x123b15(0x226),_0x3c8085[_0x123b15(0x1fb)]='TestRunFinished',_0x3c8085['SpYFt']=_0x123b15(0x239);const _0x1d090b=_0x3c8085;logger[_0x123b15(0x219)]('Handling\x20test\x20event\x20for\x20CLI:\x20'+_0x52873e);try{let _0x36dec5;if(_0x1d090b['OkLwZ'](_0x52873e,_0x1d090b[_0x123b15(0x29c)])){_0x36dec5=jestUtils[_0x123b15(0x216)](_0x295cbe),global[_0x123b15(0x2c9)]=_0x36dec5,_0x295cbe[_0x123b15(0x207)]=_0x36dec5,_0x295cbe['id']=_0x36dec5,_0x295cbe['started_at']=new Date()['toISOString']();const _0x14736b=_0x41a497[_0x123b15(0x2c1)];_0x41a497['current_test']=_0x295cbe,_0x295cbe[_0x123b15(0x25a)]=null;if(_0x1d090b[_0x123b15(0x2a5)](_0x295cbe['_currentRetry'],0x0)&&_0x14736b&&_0x1d090b['eruLG'](_0x14736b[_0x123b15(0x23e)],_0x295cbe[_0x123b15(0x23e)])){_0x295cbe[_0x123b15(0x25a)]=_0x14736b['testAnalyticsId'];const _0x38c781=await jestUtils[_0x123b15(0x21b)](_0x295cbe,_0x36dec5,_0x1d090b[_0x123b15(0x29c)]),_0x897721=BrowserstackCLI['getInstance']()[_0x123b15(0x2d3)]();if(_0x1d090b[_0x123b15(0x271)](_0x38c781,_0x897721)){const _0x2c856e={};_0x2c856e[_0x123b15(0x239)]=_0x38c781,await _0x897721[_0x123b15(0x248)](TestFrameworkState[_0x123b15(0x267)],HookState[_0x123b15(0x290)],_0x2c856e);}_0x14736b[_0x123b15(0x28b)]=_0x1d090b[_0x123b15(0x288)];const _0x57cf9b=await jestUtils[_0x123b15(0x21b)](_0x14736b,_0x14736b[_0x123b15(0x207)],_0x1d090b['bzWZr']);if(_0x1d090b[_0x123b15(0x271)](_0x57cf9b,_0x897721)){const _0x354c63={};_0x354c63['test']=_0x57cf9b,await _0x897721[_0x123b15(0x248)](TestFrameworkState['TEST'],HookState[_0x123b15(0x264)],_0x354c63);}}else{const _0x555112=await jestUtils[_0x123b15(0x21b)](_0x295cbe,_0x36dec5,_0x1d090b[_0x123b15(0x29c)]),_0x1df40a=BrowserstackCLI[_0x123b15(0x27f)]()[_0x123b15(0x2d3)]();if(_0x1d090b[_0x123b15(0x271)](_0x555112,_0x1df40a)){const _0x3fa3bf={};_0x3fa3bf[_0x123b15(0x239)]=_0x555112,await _0x1df40a[_0x123b15(0x248)](TestFrameworkState[_0x123b15(0x267)],HookState['PRE'],_0x3fa3bf);}}}else{_0x36dec5=_0x295cbe[_0x123b15(0x207)]||_0x295cbe['id']||global[_0x123b15(0x2c9)];const _0x2dee52=await jestUtils[_0x123b15(0x21b)](_0x295cbe,_0x36dec5,_0x52873e),_0x4ab6e1=BrowserstackCLI['getInstance']()[_0x123b15(0x2d3)]();if(_0x1d090b['nEXiS'](_0x2dee52,_0x4ab6e1)){const _0x4de36e={};_0x4de36e['test']=_0x2dee52,_0x4de36e[_0x123b15(0x225)]=_0x295cbe,_0x4de36e[_0x123b15(0x26a)]=_0x36dec5,await _0x4ab6e1['trackEvent'](TestFrameworkState[_0x123b15(0x267)],HookState[_0x123b15(0x264)],_0x4de36e);const _0x37c0be={};_0x37c0be[_0x123b15(0x268)]=_0x36dec5,_0x37c0be[_0x123b15(0x200)]=_0x1d090b[_0x123b15(0x28a)],await _0x4ab6e1[_0x123b15(0x248)](TestFrameworkState[_0x123b15(0x21a)],HookState[_0x123b15(0x264)],_0x37c0be);}}}catch(_0x34ff4d){logger[_0x123b15(0x2aa)]('Error\x20handling\x20test\x20event\x20for\x20CLI:\x20'+util['format'](_0x34ff4d));throw _0x34ff4d;}}exportsI[a17_0x587653(0x28d)]=(..._0x52820a)=>{const _0x419048=a17_0x587653,_0x396b58={'ICHAs':function(_0x2b6070,_0x520a81){return _0x2b6070(_0x520a81);},'lPffB':'stack-trace','xVsSr':function(_0x3cfce1,_0x53fdae){return _0x3cfce1(_0x53fdae);},'mOEnG':_0x419048(0x237),'sbjBn':function(_0x305dee,_0x576e65){return _0x305dee===_0x576e65;},'iEEiK':_0x419048(0x297),'DXmFh':function(_0x2bdf98){return _0x2bdf98();},'scedq':function(_0x1c7cd4,_0x44d39a){return _0x1c7cd4(_0x44d39a);},'MSvUU':function(_0xfe2e0,_0x845019,_0x2517d1,_0x462e83){return _0xfe2e0(_0x845019,_0x2517d1,_0x462e83);},'eXlnn':_0x419048(0x203),'uBOBe':function(_0x56af8d,_0x3fb9fc){return _0x56af8d(_0x3fb9fc);},'XrXBR':function(_0x5b368f,_0x3e3c9d){return _0x5b368f(_0x3e3c9d);},'uSOSF':_0x419048(0x1f4),'HUaNL':function(_0xfdf9b7){return _0xfdf9b7();},'MvrxM':function(_0x340863,_0x4b708c,_0x2d5637,_0x164676){return _0x340863(_0x4b708c,_0x2d5637,_0x164676);},'eYBjS':'HookRunFinished','zFDyN':function(_0x4748d6,_0x1f1675){return _0x4748d6(_0x1f1675);},'IJETB':_0x419048(0x2a1),'GhCAM':_0x419048(0x29d),'CBBBF':_0x419048(0x21f),'fGIOp':_0x419048(0x2be),'RsvNs':function(_0x26955e,_0xe62c99){return _0x26955e>_0xe62c99;},'zrhga':function(_0x39786c,_0x32e3a5){return _0x39786c(_0x32e3a5);},'XbNgv':function(_0x3a3e60,_0x1c9d86,_0x7233a1,_0x10438c){return _0x3a3e60(_0x1c9d86,_0x7233a1,_0x10438c);},'QkSCN':function(_0x3476f5,_0xceb433){return _0x3476f5(_0xceb433);},'uELfa':'test_start','hkIqo':function(_0x5a5870,_0x505101){return _0x5a5870!==_0x505101;},'sVQJB':'\x20>\x20','WxdtX':function(_0x13676c){return _0x13676c();},'dURur':function(_0x136128,_0x17c85a,_0x129d8d,_0x39f876){return _0x136128(_0x17c85a,_0x129d8d,_0x39f876);},'yLDgo':_0x419048(0x277),'yqfNz':function(_0xc9fac){return _0xc9fac();},'kfksA':_0x419048(0x24f),'TOpvT':'fail','XpxfI':_0x419048(0x226),'ZHXFc':'passed','rETJD':function(_0x56fb65,_0x5d9051){return _0x56fb65||_0x5d9051;},'XMDct':_0x419048(0x285),'urzIz':_0x419048(0x2bb),'pSKkK':function(_0x48b322,_0x1b2335,_0x35d6f7,_0x765182){return _0x48b322(_0x1b2335,_0x35d6f7,_0x765182);},'iCsDK':_0x419048(0x261),'ZPXhE':function(_0xe9de8f,_0x552738){return _0xe9de8f(_0x552738);},'ycyMW':_0x419048(0x2a3),'xdCPc':_0x419048(0x202),'TmLKL':function(_0x18e0d1){return _0x18e0d1();},'pORRm':_0x419048(0x1f8),'oVySZ':function(_0x4e49c0,_0x88e163){return _0x4e49c0===_0x88e163;},'OuPSy':function(_0x139201,_0x48e1d5){return _0x139201===_0x48e1d5;},'AOJUC':function(_0x3a11cd,_0x4b56c5){return _0x3a11cd(_0x4b56c5);},'VYYTY':function(_0x341cd0){return _0x341cd0();},'AoklJ':function(_0x2cde41,_0x5a1e1e,_0x118d45){return _0x2cde41(_0x5a1e1e,_0x118d45);},'HYKLY':_0x419048(0x2c4),'lfxtv':_0x419048(0x252),'UpakA':'jest-circus/build/utils.js','qlOLE':function(_0x3e2171,_0x2d69bd){return _0x3e2171(_0x2d69bd);},'mQTXN':function(_0x2127de){return _0x2127de();},'Vffto':function(_0x48097a,_0x5450a0,_0x4b9452){return _0x48097a(_0x5450a0,_0x4b9452);},'xwpxo':_0x419048(0x2d4),'GZbzk':function(_0x7056c,..._0x182d79){return _0x7056c(..._0x182d79);}};try{logger[_0x419048(0x219)]('[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub='+_0x396b58[_0x419048(0x2c2)](shouldProcessEventForTesthub)+',\x20BROWSERSTACK_PUPPETEER='+process[_0x419048(0x293)][_0x419048(0x2bf)]);const _0x381ed1=_0x52820a&&_0x52820a[0x0]?_0x52820a[0x0]:{};let _0x56c2ed=0x0;try{if(_0x381ed1[_0x419048(0x1fc)]&&_0x396b58[_0x419048(0x243)](typeof _0x381ed1[_0x419048(0x1fc)]['browserstackPlatformIndex'],_0x396b58[_0x419048(0x283)]))_0x56c2ed=_0x381ed1[_0x419048(0x1fc)][_0x419048(0x273)];else{if(_0x381ed1['configuration']&&_0x396b58['oVySZ'](typeof _0x381ed1[_0x419048(0x2ac)][_0x419048(0x273)],_0x396b58[_0x419048(0x283)]))_0x56c2ed=_0x381ed1[_0x419048(0x2ac)][_0x419048(0x273)];else global[_0x419048(0x208)]&&_0x396b58[_0x419048(0x28e)](typeof global[_0x419048(0x208)]['browserstackPlatformIndex'],_0x396b58[_0x419048(0x283)])&&(_0x56c2ed=global[_0x419048(0x208)][_0x419048(0x273)]);}}catch(_0x128c92){logger[_0x419048(0x219)]('Error\x20reading\x20platformIndex\x20from\x20args:\x20'+util['format'](_0x128c92));}global['__bstackPlatformIndex']=_0x56c2ed,process['env'][_0x419048(0x287)]=_0x396b58[_0x419048(0x223)](String,_0x56c2ed);const _0x39f41d=new ObservabilityReporter();!_initializedPlatformIndices[_0x419048(0x20a)](_0x56c2ed)?(logger['debug'](_0x419048(0x20e)+_0x56c2ed),_initializedPlatformIndices[_0x419048(0x214)](_0x56c2ed),_0x396b58[_0x419048(0x23c)](shouldProcessEventForTesthub)&&(_0x396b58[_0x419048(0x291)](patchConsoleLogger),_0x39f41d[_0x419048(0x2b2)]())):logger[_0x419048(0x219)](_0x419048(0x27a)+_0x56c2ed+_0x419048(0x21e));let _0x3e7ec9;try{_0x3e7ec9=_0x396b58['AoklJ'](requireModule,_0x396b58[_0x419048(0x27c)],_0x396b58[_0x419048(0x2bc)]);}catch{_0x3e7ec9=_0x396b58[_0x419048(0x2a4)](requireModule,_0x396b58[_0x419048(0x2bc)]);}let _0x3fc497;try{_0x3fc497=_0x396b58[_0x419048(0x2b5)](requireModule,_0x396b58['UpakA'],_0x396b58['lfxtv'])[_0x419048(0x2c0)];}catch{_0x3fc497=_0x396b58[_0x419048(0x227)](requireModule,_0x396b58[_0x419048(0x2bc)])['makeSingleTestResult']||(()=>({}));}const _0x12a29f=BrowserstackCLI[_0x419048(0x27f)]()[_0x419048(0x220)]();(_0x396b58[_0x419048(0x229)](shouldProcessEventForTesthub)||_0x12a29f)&&_0x3e7ec9[_0x419048(0x22a)](_0x396b58[_0x419048(0x249)](o11yErrorHandler,async(_0x7e928c,_0x1f34d9)=>{const _0x76eca0=_0x419048;switch(_0x7e928c[_0x76eca0(0x1f7)]){case _0x396b58[_0x76eca0(0x23f)]:if(_0x7e928c[_0x76eca0(0x281)]['fn']&&_0x7e928c[_0x76eca0(0x281)]['fn'][_0x76eca0(0x251)]()[_0x76eca0(0x22c)](/browserstack internal helper hook/))break;if(_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x26d)]&&_0x396b58[_0x76eca0(0x243)](_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x26d)][_0x76eca0(0x1f7)],_0x396b58['iEEiK'])){const _0xb6a0bf=_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x28c)]&&((()=>{const _0x1c467c=_0x76eca0;try{const _0x1a240b=_0x396b58['ICHAs'](require,_0x396b58[_0x1c467c(0x20c)]),_0x3689e0=_0x1a240b['parse'][_0x1c467c(0x2ba)](_0x1a240b,_0x7e928c[_0x1c467c(0x281)]['asyncError']);return _0x3689e0[0x0]&&_0x3689e0[0x0]['getFileName']?_0x3689e0[0x0][_0x1c467c(0x2af)]():null;}catch(_0x451907){return logger[_0x1c467c(0x219)](_0x1c467c(0x233)+_0x451907[_0x1c467c(0x2a6)]),null;}})())||_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x253)]||null;if(!_0xb6a0bf)break;}if(BrowserstackCLI[_0x76eca0(0x27f)]()[_0x76eca0(0x220)]()&&await _0x396b58[_0x76eca0(0x272)](isCLIReady)){if(_0x396b58['scedq'](shouldProcessEventForTesthub,testHubConstants[_0x76eca0(0x282)][_0x76eca0(0x23d)]))try{await _0x396b58[_0x76eca0(0x2d2)](handleHookEventCLI,_0x7e928c[_0x76eca0(0x281)],_0x396b58[_0x76eca0(0x2d5)],_0x1f34d9);break;}catch(_0x5e8dce){_0x396b58[_0x76eca0(0x2cb)](debug,_0x76eca0(0x2b9)+util['format'](_0x5e8dce));}}if(_0x396b58[_0x76eca0(0x22f)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x76eca0(0x23d)])){if(!_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x242)]){const _0x204530=TestDetails['setTestUUID'](process[_0x76eca0(0x259)]+_0x76eca0(0x210));_0x7e928c['hook'][_0x76eca0(0x242)]=_0x204530;}else _0x7e928c[_0x76eca0(0x281)]['markedStatus']&&(_0x7e928c['hook'][_0x76eca0(0x242)]=TestDetails[_0x76eca0(0x23b)](process['pid']+_0x76eca0(0x210)),delete _0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x26f)]);_0x7e928c[_0x76eca0(0x281)]['started_at']=new Date()[_0x76eca0(0x2ce)](),await _0x39f41d[_0x76eca0(0x20f)](_0x7e928c['hook'],undefined,![],_0x396b58[_0x76eca0(0x2d5)]);}break;case _0x396b58[_0x76eca0(0x2d7)]:if(BrowserstackCLI[_0x76eca0(0x27f)]()['isCliEnabled']()&&await _0x396b58['HUaNL'](isCLIReady)){if(_0x396b58['scedq'](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x76eca0(0x217)]))try{await _0x396b58['MvrxM'](handleHookEventCLI,_0x7e928c[_0x76eca0(0x281)],_0x396b58[_0x76eca0(0x20d)],_0x1f34d9);break;}catch(_0x448897){_0x396b58[_0x76eca0(0x2cb)](debug,_0x76eca0(0x2b9)+util['format'](_0x448897));}}_0x396b58['zFDyN'](shouldProcessEventForTesthub,testHubConstants[_0x76eca0(0x282)][_0x76eca0(0x217)])&&(await _0x39f41d[_0x76eca0(0x20f)](_0x7e928c[_0x76eca0(0x281)],undefined,![],_0x396b58[_0x76eca0(0x20d)]),TestDetails[_0x76eca0(0x2cf)](process[_0x76eca0(0x259)]+_0x76eca0(0x210)));break;case _0x396b58[_0x76eca0(0x296)]:[_0x396b58['GhCAM'],_0x396b58[_0x76eca0(0x228)],_0x396b58[_0x76eca0(0x265)]][_0x76eca0(0x25e)](_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x200)])&&(_0x39f41d[_0x76eca0(0x2a1)]=_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x200)]),_0x1f34d9[_0x76eca0(0x215)]&&_0x396b58[_0x76eca0(0x2cd)](_0x1f34d9['unhandledErrors'][_0x76eca0(0x299)],0x0)&&(_0x7e928c[_0x76eca0(0x281)][_0x76eca0(0x29e)]=[_0x1f34d9['unhandledErrors'][0x0][0x0]]);if(BrowserstackCLI['getInstance']()[_0x76eca0(0x220)]()&&await _0x396b58['HUaNL'](isCLIReady)){if(_0x396b58[_0x76eca0(0x2a4)](shouldProcessEventForTesthub,testHubConstants[_0x76eca0(0x282)][_0x76eca0(0x217)]))try{await _0x396b58['XbNgv'](handleHookEventCLI,_0x7e928c[_0x76eca0(0x281)],_0x396b58['eYBjS'],_0x1f34d9);break;}catch(_0x228509){_0x396b58[_0x76eca0(0x292)](debug,_0x76eca0(0x2b9)+util[_0x76eca0(0x284)](_0x228509));}}_0x396b58['QkSCN'](shouldProcessEventForTesthub,testHubConstants[_0x76eca0(0x282)][_0x76eca0(0x217)])&&(await _0x39f41d[_0x76eca0(0x20f)](_0x7e928c[_0x76eca0(0x281)],undefined,![],_0x396b58[_0x76eca0(0x20d)]),TestDetails[_0x76eca0(0x2cf)](process[_0x76eca0(0x259)]+_0x76eca0(0x210)));break;case _0x396b58[_0x76eca0(0x2c8)]:try{let _0xf1adc0=_0x7e928c[_0x76eca0(0x239)][_0x76eca0(0x1f7)]||'';try{let _0x25cc4d=_0x7e928c[_0x76eca0(0x239)]['parent'];const _0x18ed5f=[_0xf1adc0];while(_0x25cc4d&&_0x25cc4d[_0x76eca0(0x1f7)]&&_0x396b58['hkIqo'](_0x25cc4d['name'],_0x396b58[_0x76eca0(0x22b)])){_0x18ed5f['unshift'](_0x25cc4d[_0x76eca0(0x1f7)]),_0x25cc4d=_0x25cc4d[_0x76eca0(0x26d)];}_0xf1adc0=_0x18ed5f['join'](_0x396b58[_0x76eca0(0x21c)]);}catch(_0x4a195e){logger[_0x76eca0(0x219)](_0x76eca0(0x1f5)+_0x4a195e[_0x76eca0(0x2a6)]);}process['_bstackTestName']=_0xf1adc0,process[_0x76eca0(0x213)]=null,process[_0x76eca0(0x22e)]=null,logger[_0x76eca0(0x219)](_0x76eca0(0x2b0)+_0xf1adc0+'\x22');if(!global[_0x76eca0(0x24d)]){const _0x8f32d3={};_0x8f32d3[_0x76eca0(0x247)]={},global[_0x76eca0(0x24d)]=_0x8f32d3;}!global[_0x76eca0(0x24d)][_0x76eca0(0x247)]&&(global[_0x76eca0(0x24d)][_0x76eca0(0x247)]={});const _0x164e3d={};_0x164e3d[_0x76eca0(0x23e)]=_0xf1adc0,_0x164e3d['name']=_0xf1adc0,global['__workerDetails'][_0x76eca0(0x247)][_0x76eca0(0x280)]=_0x164e3d,global[_0x76eca0(0x29f)]=_0xf1adc0;}catch(_0x311fae){logger[_0x76eca0(0x219)](_0x76eca0(0x2a2)+_0x311fae[_0x76eca0(0x2a6)]);}if(BrowserstackCLI[_0x76eca0(0x27f)]()[_0x76eca0(0x220)]()&&await _0x396b58[_0x76eca0(0x241)](isCLIReady))try{await _0x396b58[_0x76eca0(0x254)](handleTestEventCLI,_0x7e928c[_0x76eca0(0x239)],_0x396b58['yLDgo'],_0x39f41d);break;}catch(_0x1d417d){_0x396b58[_0x76eca0(0x22f)](debug,_0x76eca0(0x2b9)+util[_0x76eca0(0x284)](_0x1d417d));}_0x396b58[_0x76eca0(0x224)](shouldProcessEventForTesthub)&&await _0x39f41d[_0x76eca0(0x29a)](_0x7e928c[_0x76eca0(0x239)]);break;case _0x396b58[_0x76eca0(0x218)]:_0x7e928c[_0x76eca0(0x239)]={..._0x396b58[_0x76eca0(0x24a)](_0x3fc497,_0x7e928c['test']),..._0x7e928c[_0x76eca0(0x239)]};try{const _0x81d1ae=_0x7e928c['test'][_0x76eca0(0x250)]||[],_0x5e8a8e=_0x396b58[_0x76eca0(0x2cd)](_0x81d1ae[_0x76eca0(0x299)],0x0)||_0x396b58[_0x76eca0(0x243)](_0x7e928c[_0x76eca0(0x239)][_0x76eca0(0x2b4)],_0x396b58[_0x76eca0(0x201)]),_0x26b657=_0x5e8a8e?_0x396b58['XpxfI']:_0x396b58['ZHXFc'];let _0x12e983='';_0x5e8a8e&&(_0x12e983=_0x81d1ae[_0x76eca0(0x1f9)](_0x1c5d7d=>{const _0x3afd2b=_0x76eca0;if(Array['isArray'](_0x1c5d7d))return _0x1c5d7d[_0x3afd2b(0x1f9)](_0x6523e4=>_0x6523e4&&_0x6523e4[_0x3afd2b(0x2a6)]||String(_0x6523e4))[_0x3afd2b(0x211)](';\x20');return _0x1c5d7d&&_0x1c5d7d[_0x3afd2b(0x2a6)]||_0x396b58[_0x3afd2b(0x292)](String,_0x1c5d7d);})[_0x76eca0(0x211)](';\x20')),process['_bstackTestStatus']=_0x26b657,process['_bstackTestFailureReason']=_0x396b58[_0x76eca0(0x1fe)](_0x12e983,''),logger[_0x76eca0(0x219)](_0x76eca0(0x2b3)+_0x26b657+'\x22'),global[_0x76eca0(0x24d)]&&global[_0x76eca0(0x24d)][_0x76eca0(0x247)]&&(!global[_0x76eca0(0x24d)]['currentTest'][_0x76eca0(0x280)]&&(global[_0x76eca0(0x24d)][_0x76eca0(0x247)][_0x76eca0(0x280)]={}),global[_0x76eca0(0x24d)][_0x76eca0(0x247)]['testInfo'][_0x76eca0(0x2b4)]=_0x26b657,_0x5e8a8e&&(global[_0x76eca0(0x24d)][_0x76eca0(0x247)][_0x76eca0(0x280)][_0x76eca0(0x262)]=_0x12e983));}catch(_0x13901a){logger['debug'](_0x76eca0(0x21d)+_0x13901a['message']);}if(!_0x7e928c[_0x76eca0(0x239)][_0x76eca0(0x26f)]){_0x7e928c[_0x76eca0(0x239)][_0x76eca0(0x26f)]=!![];if(BrowserstackCLI[_0x76eca0(0x27f)]()[_0x76eca0(0x220)]()&&await _0x396b58[_0x76eca0(0x291)](isCLIReady))try{await _0x396b58[_0x76eca0(0x254)](handleTestEventCLI,_0x7e928c['test'],_0x396b58[_0x76eca0(0x2a0)],_0x39f41d);break;}catch(_0x23d69d){_0x396b58['ICHAs'](debug,_0x76eca0(0x2b9)+util[_0x76eca0(0x284)](_0x23d69d));}_0x396b58[_0x76eca0(0x241)](shouldProcessEventForTesthub)&&await _0x39f41d[_0x76eca0(0x20f)](_0x7e928c[_0x76eca0(0x239)]);}break;case _0x396b58['urzIz']:_0x7e928c[_0x76eca0(0x239)]={..._0x396b58[_0x76eca0(0x292)](_0x3fc497,_0x7e928c[_0x76eca0(0x239)]),..._0x7e928c[_0x76eca0(0x239)]};if(!_0x7e928c[_0x76eca0(0x239)][_0x76eca0(0x26f)]){_0x7e928c[_0x76eca0(0x239)][_0x76eca0(0x26f)]=!![];if(BrowserstackCLI[_0x76eca0(0x27f)]()['isCliEnabled']()&&await _0x396b58[_0x76eca0(0x291)](isCLIReady))try{await _0x396b58['pSKkK'](handleTestEventCLI,_0x7e928c[_0x76eca0(0x239)],_0x396b58[_0x76eca0(0x232)],_0x39f41d);break;}catch(_0x59e523){_0x396b58[_0x76eca0(0x2d6)](debug,_0x76eca0(0x2b9)+util[_0x76eca0(0x284)](_0x59e523));}_0x396b58[_0x76eca0(0x272)](shouldProcessEventForTesthub)&&await _0x39f41d[_0x76eca0(0x20f)](_0x7e928c['test'],undefined,![],_0x396b58[_0x76eca0(0x232)]);}break;case _0x396b58['ycyMW']:_0x39f41d[_0x76eca0(0x2a1)]=null;break;case _0x396b58[_0x76eca0(0x2a9)]:await RequestQueueHandler[_0x76eca0(0x27f)]()[_0x76eca0(0x274)](),process[_0x76eca0(0x257)]();break;default:}},_0x396b58[_0x419048(0x25f)]));}catch(_0x574695){_0x396b58[_0x419048(0x255)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x574695);}return _0x396b58[_0x419048(0x260)](initInitialize,..._0x52820a);};function a17_0x2459(){const _0x36ca4d=['call','test_skip','lfxtv','wVeAB','afterEach','BROWSERSTACK_PUPPETEER','makeSingleTestResult','current_test','TmLKL','872400YhZFuX','jest-circus/build/state.js','lKwVT','MQspg','JEST','uELfa','__jestCurrentTestIdentifier','isRunning','uBOBe','2gTVXgX','RsvNs','toISOString','removeTestUUID','../../v2/utils/jest-utils','XSoCA','MSvUU','getTestFramework','EventHandler','eXlnn','ZPXhE','uSOSF','XcROn','hook_success','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','838548Qpbxrn','name','number','map','parse','bzWZr','config','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','rETJD','PUPPETEER','type','TOpvT','teardown','HookRunStarted','15XsLQJN','BROWSERSTACK_CLI_BIN_SESSION_ID','../../../helpers/test-observability/requestQueueHandler','testAnalyticsId','jestConfig','ELxHR','has','keys','lPffB','eYBjS','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','sendTestRunEvent',':hookAnalyticsId','join','hookData','_bstackTestStatus','add','unhandledErrors','createIdentifierFromJestTest','HookFinished','kfksA','debug','LOG_REPORT','createTestFrameworkData','sVQJB','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20',',\x20re-registering\x20event\x20handler','beforeEach','isCliEnabled','setFrameworkDetail','uuid','AOJUC','yqfNz','originalTest','failed','qlOLE','CBBBF','mQTXN','addEventHandler','iEEiK','match','93516cjpLHN','_bstackTestFailureReason','XrXBR','lqAEe','lSykH','iCsDK','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','getAutomationFrameworkDetail','HookRunFinished','Error\x20checking\x20CLI\x20readiness:\x20','hook_start','dbFle','test','TVJRc','setTestUUID','VYYTY','HookStarted','title','mOEnG','549410innwKB','WxdtX','hookAnalyticsId','sbjBn','util','eruLG','OGUNE','currentTest','trackEvent','Vffto','QkSCN','../../../helpers/helper','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','__workerDetails','1237659CAHOwL','test_done','errors','toString','jest-circus','file','dURur','zFDyN','../../../helpers/test-observability/utils','removeAllListeners','AFTER_ALL','pid','retryOf','jest-circus/build/jestAdapterInit.js','PLAYWRIGHT','rKiMG','includes','xwpxo','GZbzk','TestRunSkipped','failureMessage','OkLwZ','POST','fGIOp','AFTER_EACH','TEST','testUUID','../../v2/state/hookState','testIdentifier','hookUUID','../../v2/state/testFrameworkState','parent','rBeBM','markedStatus','BEFORE_ALL','nEXiS','DXmFh','browserstackPlatformIndex','shutdown','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','99bkpGKE','TestRunStarted','IZQDx','setActiveHook','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','ybQHN','HYKLY','shNHr','../test-observability/test-details','getInstance','testInfo','hook','EVENT','pORRm','format','TestRunFinished','UFKgI','BROWSERSTACK_PLATFORM_INDEX','pkVeu','currentHook','SpYFt','state','asyncError','initialize','OuPSy','91OjeolY','PRE','HUaNL','xVsSr','env','GprTn','BIsHF','IJETB','ROOT_DESCRIBE_BLOCK','../../../helpers/testhub/utils','length','testStarted','290694Wwogys','yKmaW','beforeAll','errorsDetailed','browserstackTestName','XMDct','hook_failure','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','run_describe_finish','zrhga','zSNTa','message','../../../helpers/testhub/constants','803066CZqlQH','xdCPc','error','bootstrap','configuration','../../../helpers/test-observability/error-handler','BEFORE_EACH','getFileName','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','started_at','registerListeners','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','status','AoklJ','winstonLogger','../../utils/constants','afterAll','Error\x20routing\x20to\x20JestTestFramework:\x20'];a17_0x2459=function(){return _0x36ca4d;};return a17_0x2459();}try{Object[a17_0x587653(0x20b)](exportsI)['forEach'](_0x579972=>{const _0x285dbb=a17_0x587653,_0x475263={'ybQHN':function(_0x5798fd,_0x25cdae){return _0x5798fd(_0x25cdae);}};try{exports&&(exports[_0x579972]=exportsI[_0x579972]);}catch(_0x461b4d){_0x475263[_0x285dbb(0x27b)](debug,_0x285dbb(0x275)+_0x461b4d);}});}catch(a17_0xfe4b68){debug('Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20'+a17_0xfe4b68);}
@@ -1 +1 @@
1
- const a18_0x264c37=a18_0x461e;(function(_0x2e7e19,_0x194fe6){const _0x5e1ac0=a18_0x461e,_0x334eac=_0x2e7e19();while(!![]){try{const _0x5c579b=-parseInt(_0x5e1ac0(0x11c))/0x1*(parseInt(_0x5e1ac0(0x126))/0x2)+-parseInt(_0x5e1ac0(0x129))/0x3*(-parseInt(_0x5e1ac0(0x11f))/0x4)+parseInt(_0x5e1ac0(0x114))/0x5+-parseInt(_0x5e1ac0(0x11a))/0x6+-parseInt(_0x5e1ac0(0x119))/0x7*(-parseInt(_0x5e1ac0(0x121))/0x8)+-parseInt(_0x5e1ac0(0x125))/0x9*(parseInt(_0x5e1ac0(0x118))/0xa)+-parseInt(_0x5e1ac0(0x116))/0xb*(parseInt(_0x5e1ac0(0x115))/0xc);if(_0x5c579b===_0x194fe6)break;else _0x334eac['push'](_0x334eac['shift']());}catch(_0x28180b){_0x334eac['push'](_0x334eac['shift']());}}}(a18_0x3e1c,0x6ecfe));function a18_0x461e(_0x454477,_0x20c6c9){const _0x3e1cf5=a18_0x3e1c();return a18_0x461e=function(_0x461ee8,_0x2d4718){_0x461ee8=_0x461ee8-0x114;let _0x2c31d8=_0x3e1cf5[_0x461ee8];return _0x2c31d8;},a18_0x461e(_0x454477,_0x20c6c9);}const Sequencer=require('@jest/test-sequencer')[a18_0x264c37(0x117)];class CustomSequencer extends Sequencer{[a18_0x264c37(0x11b)](_0x1c3a39){const _0xaac6f0=a18_0x264c37,_0x161c7c=process[_0xaac6f0(0x127)][_0xaac6f0(0x124)];if(!_0x161c7c)return _0x1c3a39;const _0x368f5c=_0x161c7c[_0xaac6f0(0x11e)](','),_0x4a7e57=new Map(_0x1c3a39[_0xaac6f0(0x128)](_0x863c88=>_0x368f5c[_0xaac6f0(0x120)](_0x863c88[_0xaac6f0(0x11d)]))[_0xaac6f0(0x123)](_0x542634=>[_0x542634[_0xaac6f0(0x11d)],_0x542634]));return _0x368f5c[_0xaac6f0(0x123)](_0x51a1b8=>_0x4a7e57[_0xaac6f0(0x122)](_0x51a1b8))[_0xaac6f0(0x128)](Boolean);}}module['exports']=CustomSequencer;function a18_0x3e1c(){const _0x22cc69=['3234210paDVgL','9194124iPzLbF','11eBEkQI','default','4010RhcRPr','7GTxXme','2788086kPnmiH','sort','605EVRbsx','path','split','2724NfbiEj','includes','4560008alcjcL','get','map','JEST_TEST_ORDER','6939CSqIfC','306NvJlLj','env','filter','3831LJzXOI'];a18_0x3e1c=function(){return _0x22cc69;};return a18_0x3e1c();}
1
+ const a18_0x393c4a=a18_0x56c7;(function(_0x59eec1,_0x122ea8){const _0x390eab=a18_0x56c7,_0x2255a1=_0x59eec1();while(!![]){try{const _0x23146f=parseInt(_0x390eab(0x1c5))/0x1+parseInt(_0x390eab(0x1c1))/0x2+parseInt(_0x390eab(0x1c7))/0x3*(parseInt(_0x390eab(0x1c4))/0x4)+-parseInt(_0x390eab(0x1cc))/0x5*(-parseInt(_0x390eab(0x1ba))/0x6)+-parseInt(_0x390eab(0x1be))/0x7*(parseInt(_0x390eab(0x1c3))/0x8)+parseInt(_0x390eab(0x1b8))/0x9*(parseInt(_0x390eab(0x1c2))/0xa)+-parseInt(_0x390eab(0x1ca))/0xb;if(_0x23146f===_0x122ea8)break;else _0x2255a1['push'](_0x2255a1['shift']());}catch(_0xd2dc19){_0x2255a1['push'](_0x2255a1['shift']());}}}(a18_0x3dee,0x8dc77));const Sequencer=require(a18_0x393c4a(0x1c9))[a18_0x393c4a(0x1b9)];class CustomSequencer extends Sequencer{[a18_0x393c4a(0x1c6)](_0x4095a8){const _0x21c554=a18_0x393c4a,_0x57b1ce=process['env'][_0x21c554(0x1c0)];if(!_0x57b1ce)return _0x4095a8;const _0x39ef20=_0x57b1ce[_0x21c554(0x1c8)](','),_0x2296f1=new Map(_0x4095a8[_0x21c554(0x1b7)](_0x2f8ee6=>_0x39ef20[_0x21c554(0x1bd)](_0x2f8ee6[_0x21c554(0x1bb)]))[_0x21c554(0x1bc)](_0x440426=>[_0x440426[_0x21c554(0x1bb)],_0x440426]));return _0x39ef20['map'](_0x119839=>_0x2296f1[_0x21c554(0x1bf)](_0x119839))[_0x21c554(0x1b7)](Boolean);}}function a18_0x56c7(_0x5df835,_0x27dfac){const _0x3dee3a=a18_0x3dee();return a18_0x56c7=function(_0x56c712,_0x4f2dfa){_0x56c712=_0x56c712-0x1b7;let _0xab97d=_0x3dee3a[_0x56c712];return _0xab97d;},a18_0x56c7(_0x5df835,_0x27dfac);}function a18_0x3dee(){const _0x537ff9=['3VNQvAR','split','@jest/test-sequencer','12075514OIuaFM','exports','5YZqCOg','filter','621QNlWQv','default','516642YaHdGn','path','map','includes','14LxhmrO','get','JEST_TEST_ORDER','1899690CKYAkH','40770YQXXBS','1806992LrAYxO','1756084ooAzny','373963mKEHVn','sort'];a18_0x3dee=function(){return _0x537ff9;};return a18_0x3dee();}module[a18_0x393c4a(0x1cb)]=CustomSequencer;