browserstack-node-sdk 1.50.11 → 1.52.0

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 (195) 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/generated/sdk-messages_pb.d.ts +12 -0
  41. package/generated/sdk-messages_pb.js +97 -1
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test.setup.js +1 -1
  69. package/src/bin/jest/test_before.setup.js +1 -1
  70. package/src/bin/launcher/launcher.js +1 -1
  71. package/src/bin/load/index.js +1 -1
  72. package/src/bin/load/loadUtils.js +1 -1
  73. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  74. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  75. package/src/bin/mocha/command.js +1 -1
  76. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  77. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  78. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  79. package/src/bin/mocha/test.setup.js +1 -1
  80. package/src/bin/nightwatch/command.js +1 -1
  81. package/src/bin/playwright/accessibility-helper.js +1 -1
  82. package/src/bin/playwright/command.js +1 -1
  83. package/src/bin/playwright/globalSetup.js +1 -1
  84. package/src/bin/playwright/mock-process.js +1 -1
  85. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  86. package/src/bin/playwright/patches.js +1 -1
  87. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  88. package/src/bin/playwright/reporter/reporter.js +1 -1
  89. package/src/bin/playwright/reporter/test-details.js +1 -1
  90. package/src/bin/playwright/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/patches.js +1 -0
  92. package/src/bin/puppeteer/sessionDetails.js +1 -0
  93. package/src/bin/puppeteer/test.setup.js +1 -0
  94. package/src/bin/runner.js +1 -1
  95. package/src/bin/setup.js +1 -1
  96. package/src/bin/test-runner/index.js +1 -1
  97. package/src/bin/test-runner/runTest.js +1 -1
  98. package/src/bin/test-runner/testWorker.js +1 -1
  99. package/src/bin/utils/apiUtilityMethods.js +1 -1
  100. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  101. package/src/bin/utils/constants.js +1 -1
  102. package/src/bin/utils/log4jsAppender.js +1 -1
  103. package/src/bin/utils/logPatcher.js +1 -1
  104. package/src/bin/utils/logReportingAPI.js +1 -1
  105. package/src/bin/utils/playwright-patcher.js +1 -1
  106. package/src/bin/utils/puppeteer-patcher.js +1 -0
  107. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  108. package/src/bin/utils/sharedUtils.js +1 -1
  109. package/src/bin/v2/TestInfo.js +1 -1
  110. package/src/bin/v2/browserstackCLI.js +1 -1
  111. package/src/bin/v2/cliUtils.js +1 -1
  112. package/src/bin/v2/customTagManager.js +1 -1
  113. package/src/bin/v2/eventDispatcher.js +1 -1
  114. package/src/bin/v2/framework/automationFramework.js +1 -1
  115. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  116. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  117. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  118. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  119. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  121. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -0
  122. package/src/bin/v2/framework/testFramework.js +1 -1
  123. package/src/bin/v2/grpcClient.js +1 -1
  124. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  125. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  126. package/src/bin/v2/instances/trackedContext.js +1 -1
  127. package/src/bin/v2/instances/trackedInstance.js +1 -1
  128. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  129. package/src/bin/v2/modules/baseModule.js +1 -1
  130. package/src/bin/v2/modules/loadTestModule.js +1 -1
  131. package/src/bin/v2/modules/observabilityModule.js +1 -1
  132. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  133. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -0
  134. package/src/bin/v2/modules/testhubModule.js +1 -1
  135. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  136. package/src/bin/v2/state/hookState.js +1 -1
  137. package/src/bin/v2/state/testFrameworkState.js +1 -1
  138. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  139. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  140. package/src/bin/v2/utils/jest-utils.js +1 -1
  141. package/src/bin/vanilla-js/command.js +1 -1
  142. package/src/browserStackSdk.js +1 -1
  143. package/src/helpers/BrowserStackSetup.js +1 -1
  144. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  145. package/src/helpers/accessibility-automation/constants.js +1 -1
  146. package/src/helpers/accessibility-automation/helper.js +1 -1
  147. package/src/helpers/accessibility-automation/scripts.js +1 -1
  148. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  149. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  150. package/src/helpers/ats/constants.js +1 -1
  151. package/src/helpers/ats/helper.js +1 -1
  152. package/src/helpers/capsMapping.js +1 -1
  153. package/src/helpers/central-scanner/constants.js +1 -1
  154. package/src/helpers/central-scanner/helpers.js +1 -1
  155. package/src/helpers/classLogger.js +1 -1
  156. package/src/helpers/globals.js +1 -1
  157. package/src/helpers/helper.js +1 -1
  158. package/src/helpers/logger.js +1 -1
  159. package/src/helpers/metadata.js +1 -1
  160. package/src/helpers/patchHelper.js +1 -1
  161. package/src/helpers/patchHelpers.js +1 -1
  162. package/src/helpers/percy/Percy.js +1 -1
  163. package/src/helpers/percy/PercyBinary.js +1 -1
  164. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  165. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  166. package/src/helpers/percy/PercySDK.js +1 -1
  167. package/src/helpers/percy/index.js +1 -1
  168. package/src/helpers/percy/utils.js +1 -1
  169. package/src/helpers/performance/constants.js +1 -1
  170. package/src/helpers/performance/performance-tester.js +1 -1
  171. package/src/helpers/playwright-helper.js +1 -1
  172. package/src/helpers/processHelper.js +1 -1
  173. package/src/helpers/puppeteer-helper.js +1 -0
  174. package/src/helpers/request-spy.js +1 -1
  175. package/src/helpers/setKeepAlive.js +1 -1
  176. package/src/helpers/test-observability/constants.js +1 -1
  177. package/src/helpers/test-observability/error-handler.js +1 -1
  178. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  179. package/src/helpers/test-observability/sessionHandler.js +1 -1
  180. package/src/helpers/test-observability/utils.js +1 -1
  181. package/src/helpers/test-orchestration/constants.js +1 -1
  182. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  183. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  184. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  185. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  186. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  187. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  188. package/src/helpers/testhub/constants.js +1 -1
  189. package/src/helpers/testhub/testhubHandler.js +1 -1
  190. package/src/helpers/testhub/utils.js +1 -1
  191. package/src/helpers/timeoutPromise.js +1 -1
  192. package/src/helpers/utilities.js +1 -1
  193. package/src/helpers/w3cMapping.js +1 -1
  194. package/src/hubAllocationMethods.js +1 -1
  195. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a10_0x5ed58b=a10_0x835e;function a10_0x57fe(){const _0x21cb60=['failed','CONFIG','skipSessionName','180BcJbzL','__error_messages__','iQAAO','21EQbsGe','passed','1079862ilJBMT','setDefaultTimeout','executeScript','platformCaps','bstack','../../index','status','Error:\x20setting\x20status\x20at\x20After:\x20','__skipSessionName','join','\x20|\x20','name','2543715YFQaQt','2660vzCztM','__timeout','winstonLogger','skipSessionStatus','debug','../../helpers/setKeepAlive','../../helpers/helper','TjIju','\x22}}','9AYDEvK','4859960dhgSlN','__driver','__skipSessionStatus','Error:\x20quiting\x20at\x20After:\x20','env','LOabM','ppxRd','browserstackAgentV2','timeout','initQuit','QLunG','cucumber','806315whErmQ','20vdDnrb','../../helpers/logger','1885ksvLBt','qMfYQ','1245596gbhFnP','kgdcM','Inside\x20browserstack\x20Before','564878PaUfyx','result','parse','RAxjS','After','cucumber/lib/index.js','arxPD','toLowerCase'];a10_0x57fe=function(){return _0x21cb60;};return a10_0x57fe();}(function(_0x39584a,_0x15fa1f){const _0xaaae25=a10_0x835e,_0x1858cf=_0x39584a();while(!![]){try{const _0x18e78f=parseInt(_0xaaae25(0x134))/0x1+parseInt(_0xaaae25(0x13c))/0x2*(-parseInt(_0xaaae25(0x127))/0x3)+parseInt(_0xaaae25(0x159))/0x4*(-parseInt(_0xaaae25(0x137))/0x5)+-parseInt(_0xaaae25(0x14c))/0x6*(-parseInt(_0xaaae25(0x14a))/0x7)+-parseInt(_0xaaae25(0x128))/0x8+-parseInt(_0xaaae25(0x158))/0x9*(parseInt(_0xaaae25(0x135))/0xa)+parseInt(_0xaaae25(0x139))/0xb*(parseInt(_0xaaae25(0x147))/0xc);if(_0x18e78f===_0x15fa1f)break;else _0x1858cf['push'](_0x1858cf['shift']());}catch(_0x576ae6){_0x1858cf['push'](_0x1858cf['shift']());}}}(a10_0x57fe,0xbcf6f));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5ed58b(0x124)),setKeepAlive=require(a10_0x5ed58b(0x123)),cucumberModule=requireModule(a10_0x5ed58b(0x141),a10_0x5ed58b(0x133)),logger=require(a10_0x5ed58b(0x136))[a10_0x5ed58b(0x15b)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x5ed58b(0x140)],configuration=process[a10_0x5ed58b(0x12c)][a10_0x5ed58b(0x145)];if(configuration!==undefined){const config=JSON[a10_0x5ed58b(0x13e)](configuration);isTrue(config[a10_0x5ed58b(0x146)])&&(global[a10_0x5ed58b(0x154)]=!![]),global[a10_0x5ed58b(0x12a)]=isTrue(config[a10_0x5ed58b(0x15c)]),require(a10_0x5ed58b(0x151))[a10_0x5ed58b(0x12f)](config),global['__platformCaps']=config[a10_0x5ed58b(0x14f)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x5ed58b(0x14d)];cucumberModule['setDefaultTimeout']=_0x5878ad=>{const _0x3637f8=a10_0x5ed58b,_0x1fd862={'QUeKS':function(_0x4d7af1,_0x253a60){return _0x4d7af1(_0x253a60);}};global[_0x3637f8(0x15a)]=_0x5878ad,_0x1fd862['QUeKS'](__setDefaultTimeout,_0x5878ad);};function a10_0x835e(_0x371118,_0x3441c1){const _0x57fe4c=a10_0x57fe();return a10_0x835e=function(_0x835e5f,_0x266302){_0x835e5f=_0x835e5f-0x123;let _0x253b0c=_0x57fe4c[_0x835e5f];return _0x253b0c;},a10_0x835e(_0x371118,_0x3441c1);}const a10_0x44ce32={};a10_0x44ce32[a10_0x5ed58b(0x157)]='bstack',Before(a10_0x44ce32,function(){const _0x39e2f6=a10_0x5ed58b,_0x56bcfd={};_0x56bcfd[_0x39e2f6(0x138)]=_0x39e2f6(0x13b);const _0x1644c5=_0x56bcfd;logger['debug'](_0x1644c5[_0x39e2f6(0x138)]),global['__error_messages__']=[];});const a10_0x21d53e={};a10_0x21d53e[a10_0x5ed58b(0x157)]=a10_0x5ed58b(0x150),a10_0x21d53e[a10_0x5ed58b(0x130)]=0x2710,After(a10_0x21d53e,function(_0x1fce29,_0x4a4fee){const _0x2be8d4=a10_0x5ed58b,_0x4d372a={'YcorP':function(_0x20f452,_0x3d80d8){return _0x20f452===_0x3d80d8;},'kgdcM':_0x2be8d4(0x144),'ppxRd':function(_0x1da650,_0x47a86b,_0x13c0e3,_0x5f4ac7){return _0x1da650(_0x47a86b,_0x13c0e3,_0x5f4ac7);},'QLunG':_0x2be8d4(0x156),'iQAAO':function(_0x219adf,_0x11368c,_0x4ac109){return _0x219adf(_0x11368c,_0x4ac109);},'arxPD':_0x2be8d4(0x14b),'TjIju':function(_0x37aa33){return _0x37aa33();},'LOabM':function(_0x24ff48,_0x959b7f){return _0x24ff48(_0x959b7f);},'CBAxC':function(_0x13cb0e){return _0x13cb0e();},'RAxjS':'Inside\x20browserstack\x20After'};logger['debug'](_0x4d372a[_0x2be8d4(0x13f)]),new Promise(async(_0x3e64da,_0xd63f03)=>{const _0x3eea92=_0x2be8d4;let _0xa4e82=![];try{await global['__driver']['session_'],_0xa4e82=!![],!global[_0x3eea92(0x154)]&&await global[_0x3eea92(0x129)][_0x3eea92(0x14e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x1fce29['pickle'][_0x3eea92(0x157)]+_0x3eea92(0x126)),_0x4d372a['YcorP'](_0x1fce29[_0x3eea92(0x13d)][_0x3eea92(0x152)][_0x3eea92(0x143)](),_0x4d372a['kgdcM'])?await _0x4d372a[_0x3eea92(0x12e)](markSessionStatus,global[_0x3eea92(0x129)],_0x4d372a[_0x3eea92(0x13a)],global[_0x3eea92(0x148)][_0x3eea92(0x155)](_0x4d372a[_0x3eea92(0x132)])):await _0x4d372a[_0x3eea92(0x149)](markSessionStatus,global['__driver'],_0x4d372a[_0x3eea92(0x142)]);}catch(_0x3e157f){logger[_0x3eea92(0x15d)](_0x3eea92(0x153)+_0x3e157f);}if(_0xa4e82)try{await global['__driver'][_0x3eea92(0x131)](),_0x4d372a[_0x3eea92(0x125)](_0x3e64da);}catch(_0x579343){logger[_0x3eea92(0x15d)](_0x3eea92(0x12b)+_0x579343),_0x4d372a[_0x3eea92(0x12d)](_0xd63f03,_0x579343);}else _0x4d372a['CBAxC'](_0xd63f03);})['then'](()=>_0x4a4fee());});
1
+ const a10_0x1b4db0=a10_0x8a2e;(function(_0x33ee24,_0x3ecde7){const _0x5a03e1=a10_0x8a2e,_0x505c04=_0x33ee24();while(!![]){try{const _0x35eca1=parseInt(_0x5a03e1(0x152))/0x1+-parseInt(_0x5a03e1(0x180))/0x2*(-parseInt(_0x5a03e1(0x174))/0x3)+-parseInt(_0x5a03e1(0x186))/0x4*(parseInt(_0x5a03e1(0x16d))/0x5)+-parseInt(_0x5a03e1(0x171))/0x6*(-parseInt(_0x5a03e1(0x150))/0x7)+parseInt(_0x5a03e1(0x172))/0x8*(-parseInt(_0x5a03e1(0x15c))/0x9)+parseInt(_0x5a03e1(0x14f))/0xa+-parseInt(_0x5a03e1(0x15e))/0xb;if(_0x35eca1===_0x3ecde7)break;else _0x505c04['push'](_0x505c04['shift']());}catch(_0x1fb714){_0x505c04['push'](_0x505c04['shift']());}}}(a10_0x58f5,0x988df));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x1b4db0(0x163)),setKeepAlive=require(a10_0x1b4db0(0x17c)),cucumberModule=requireModule(a10_0x1b4db0(0x177),'cucumber'),logger=require('../../helpers/logger')[a10_0x1b4db0(0x162)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x1b4db0(0x182)],After=cucumberModule[a10_0x1b4db0(0x167)],configuration=process[a10_0x1b4db0(0x164)][a10_0x1b4db0(0x15f)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x1b4db0(0x165)])&&(global[a10_0x1b4db0(0x15a)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x1b4db0(0x168)]),require(a10_0x1b4db0(0x16c))[a10_0x1b4db0(0x188)](config),global[a10_0x1b4db0(0x161)]=config['platformCaps']||{};}function a10_0x8a2e(_0x2763c3,_0x5eb706){const _0x58f575=a10_0x58f5();return a10_0x8a2e=function(_0x8a2e49,_0x1a59ed){_0x8a2e49=_0x8a2e49-0x14f;let _0x4ba64b=_0x58f575[_0x8a2e49];return _0x4ba64b;},a10_0x8a2e(_0x2763c3,_0x5eb706);}global[a10_0x1b4db0(0x15d)]=0x0;function a10_0x58f5(){const _0x1b683e=['930318OURdAk','8Yzgybd','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','16944QQAMwd','UiIdR','pHpIU','cucumber/lib/index.js','bstack','timeout','setDefaultTimeout','result','../../helpers/setKeepAlive','executeScript','initQuit','ujrVJ','160gqIskT','then','Before','pickle','\x22}}','status','499892CsSgwA','debug','browserstackAgentV2','12002420IRAjUH','7CECiML','join','863193BIsogX','bxnUz','bXxUc','failed','toLowerCase','LPvtm','MBNJQ','Inside\x20browserstack\x20Before','__skipSessionName','ctune','302184evDBGX','__timeout','16631967VqtHUW','CONFIG','zWYbR','__platformCaps','winstonLogger','../../helpers/helper','env','skipSessionName','__driver','After','skipSessionStatus','name','session_','Inside\x20browserstack\x20After','../../index','20nYzNsN','__error_messages__','\x20|\x20','Error:\x20quiting\x20at\x20After:\x20'];a10_0x58f5=function(){return _0x1b683e;};return a10_0x58f5();}const __setDefaultTimeout=cucumberModule[a10_0x1b4db0(0x17a)];cucumberModule['setDefaultTimeout']=_0xe14826=>{const _0xbaeb07=a10_0x1b4db0,_0x22d118={'MBNJQ':function(_0x60826e,_0x30da31){return _0x60826e(_0x30da31);}};global[_0xbaeb07(0x15d)]=_0xe14826,_0x22d118[_0xbaeb07(0x158)](__setDefaultTimeout,_0xe14826);};const a10_0x427998={};a10_0x427998[a10_0x1b4db0(0x169)]=a10_0x1b4db0(0x178),Before(a10_0x427998,function(){const _0x318d64=a10_0x1b4db0,_0xc34fb3={};_0xc34fb3[_0x318d64(0x15b)]=_0x318d64(0x159);const _0x53f554=_0xc34fb3;logger['debug'](_0x53f554[_0x318d64(0x15b)]),global[_0x318d64(0x16e)]=[];});const a10_0x5e6290={};a10_0x5e6290[a10_0x1b4db0(0x169)]=a10_0x1b4db0(0x178),a10_0x5e6290[a10_0x1b4db0(0x179)]=0x2710,After(a10_0x5e6290,function(_0x90d0e2,_0x4ad4d5){const _0x59b7da=a10_0x1b4db0,_0x58c454={'pHpIU':function(_0x29777b,_0x2f4249){return _0x29777b===_0x2f4249;},'LPvtm':_0x59b7da(0x155),'bXxUc':function(_0x54120d,_0x4ec3ca,_0x3e20bd,_0xfa8e40){return _0x54120d(_0x4ec3ca,_0x3e20bd,_0xfa8e40);},'UiIdR':_0x59b7da(0x16f),'bxnUz':function(_0x291d3c,_0x1eab4b,_0x36d2a5){return _0x291d3c(_0x1eab4b,_0x36d2a5);},'ujrVJ':'passed','zWYbR':function(_0xe32ac0){return _0xe32ac0();},'sJLHR':function(_0x5667d1,_0x2b1fcc){return _0x5667d1(_0x2b1fcc);},'KMQBB':_0x59b7da(0x16b)};logger[_0x59b7da(0x187)](_0x58c454['KMQBB']),new Promise(async(_0x4f7c19,_0x5a6dfb)=>{const _0x21f533=_0x59b7da;let _0x204c0a=![];try{await global['__driver'][_0x21f533(0x16a)],_0x204c0a=!![],!global[_0x21f533(0x15a)]&&await global[_0x21f533(0x166)][_0x21f533(0x17d)](_0x21f533(0x173)+_0x90d0e2[_0x21f533(0x183)][_0x21f533(0x169)]+_0x21f533(0x184)),_0x58c454[_0x21f533(0x176)](_0x90d0e2[_0x21f533(0x17b)][_0x21f533(0x185)][_0x21f533(0x156)](),_0x58c454[_0x21f533(0x157)])?await _0x58c454[_0x21f533(0x154)](markSessionStatus,global[_0x21f533(0x166)],_0x58c454[_0x21f533(0x157)],global[_0x21f533(0x16e)][_0x21f533(0x151)](_0x58c454[_0x21f533(0x175)])):await _0x58c454[_0x21f533(0x153)](markSessionStatus,global[_0x21f533(0x166)],_0x58c454[_0x21f533(0x17f)]);}catch(_0x38b67a){logger[_0x21f533(0x187)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x38b67a);}if(_0x204c0a)try{await global['__driver'][_0x21f533(0x17e)](),_0x58c454[_0x21f533(0x160)](_0x4f7c19);}catch(_0x128620){logger[_0x21f533(0x187)](_0x21f533(0x170)+_0x128620),_0x58c454['sJLHR'](_0x5a6dfb,_0x128620);}else _0x58c454['zWYbR'](_0x5a6dfb);})[_0x59b7da(0x181)](()=>_0x4ad4d5());});
@@ -1 +1 @@
1
- const a11_0x3ff220=a11_0xa281;(function(_0x1834f2,_0x2beb80){const _0x404baf=a11_0xa281,_0x28dd9e=_0x1834f2();while(!![]){try{const _0x4679b2=parseInt(_0x404baf(0x1cd))/0x1+-parseInt(_0x404baf(0x1c0))/0x2*(parseInt(_0x404baf(0x1c2))/0x3)+-parseInt(_0x404baf(0x1cc))/0x4+-parseInt(_0x404baf(0x1c7))/0x5*(parseInt(_0x404baf(0x1c1))/0x6)+-parseInt(_0x404baf(0x1c4))/0x7+-parseInt(_0x404baf(0x1c3))/0x8*(-parseInt(_0x404baf(0x1ca))/0x9)+parseInt(_0x404baf(0x1cb))/0xa*(parseInt(_0x404baf(0x1c9))/0xb);if(_0x4679b2===_0x2beb80)break;else _0x28dd9e['push'](_0x28dd9e['shift']());}catch(_0x31b96b){_0x28dd9e['push'](_0x28dd9e['shift']());}}}(a11_0x5f20,0xae136));const {requireModule}=require(a11_0x3ff220(0x1c5)),constants=require(a11_0x3ff220(0x1c6));;function a11_0x5f20(){const _0x2fd7bf=['38504IpLPXs','3524241cbqJic','../../helpers/helper','../utils/constants','15IfOEFk','cucumber/lib/index.js','149743SAvcvD','2529wdnKNA','770HShAGv','938332nvrFGc','766506loLOgC','__timeout','98gQlNQb','2616546vEuItA','24969vlsaFe'];a11_0x5f20=function(){return _0x2fd7bf;};return a11_0x5f20();}let cucumberModule=null;function a11_0xa281(_0x4d5124,_0x2d8f01){const _0x5f2092=a11_0x5f20();return a11_0xa281=function(_0xa28153,_0x87e926){_0xa28153=_0xa28153-0x1c0;let _0xbc4ba=_0x5f2092[_0xa28153];return _0xbc4ba;},a11_0xa281(_0x4d5124,_0x2d8f01);}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js','@cucumber/cucumber');}catch(a11_0x277b85){cucumberModule=requireModule(a11_0x3ff220(0x1c8),'cucumber');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a11_0x3ff220(0x1ce)]*0x1);
1
+ const a11_0x2ce45e=a11_0x1ca4;(function(_0x23f08a,_0x457673){const _0x2f552b=a11_0x1ca4,_0x1c2c17=_0x23f08a();while(!![]){try{const _0x480d16=parseInt(_0x2f552b(0xce))/0x1*(-parseInt(_0x2f552b(0xc8))/0x2)+-parseInt(_0x2f552b(0xd4))/0x3+parseInt(_0x2f552b(0xd6))/0x4*(parseInt(_0x2f552b(0xd2))/0x5)+parseInt(_0x2f552b(0xd9))/0x6*(parseInt(_0x2f552b(0xcc))/0x7)+parseInt(_0x2f552b(0xd5))/0x8*(-parseInt(_0x2f552b(0xd7))/0x9)+parseInt(_0x2f552b(0xd1))/0xa+-parseInt(_0x2f552b(0xc9))/0xb*(-parseInt(_0x2f552b(0xca))/0xc);if(_0x480d16===_0x457673)break;else _0x1c2c17['push'](_0x1c2c17['shift']());}catch(_0x1d1958){_0x1c2c17['push'](_0x1c2c17['shift']());}}}(a11_0x552b,0xe7c51));const {requireModule}=require(a11_0x2ce45e(0xcd)),constants=require(a11_0x2ce45e(0xcf));;function a11_0x552b(){const _0x5cebf9=['7281glWYhL','cucumber','834imaqpC','32646JUbixy','7965089BoOsqb','12cbZmfp','__timeout','89334WprctW','../../helpers/helper','59DbUgDC','../utils/constants','@cucumber/cucumber/lib/index.js','6624260bJuIff','4405rWegzk','cucumber/lib/index.js','3218508YSIUJp','6080BYurHg','1996XkDBBJ'];a11_0x552b=function(){return _0x5cebf9;};return a11_0x552b();}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x2ce45e(0xd0),'@cucumber/cucumber');}catch(a11_0x198169){cucumberModule=requireModule(a11_0x2ce45e(0xd3),a11_0x2ce45e(0xd8));}function a11_0x1ca4(_0x4f2c93,_0x50f1e8){const _0x552b7b=a11_0x552b();return a11_0x1ca4=function(_0x1ca4a1,_0xd214be){_0x1ca4a1=_0x1ca4a1-0xc8;let _0x1934a9=_0x552b7b[_0x1ca4a1];return _0x1934a9;},a11_0x1ca4(_0x4f2c93,_0x50f1e8);}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a11_0x2ce45e(0xcb)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a12_0x5588(){const _0x501a2c=['bstackAccesskey','eaWpP','integrations','443','938VUjTvY','AuPLy','Connection\x20established\x20successfully.','435815IVnVQB','HPJIw','BrowserStack\x20access\x20key\x20missing.','bstack-accesskey','VfuVr','PJtVH','QJFMj','replace','split','type','error','2967GCwYVC','NLPnf','https:','718335NcaVdY','exports','HdExd','connect','port','describe','rnZQM','epilogue','integrations-repeater','setupBrowserstackLocal','lHfsF','bstackAccessKey','vtmxF','config','only','LzWqj','hosts','map','9aidoFM','accessKey','3386284QWLqPD','command','options','https','demandOption','trim','31672lEISXl','shZlW','./constants','winstonLogger','browserstackLocal','hWMpJ','vOIRl','302TUOtYE','HkvIL','missing','url','undefined','Integration\x20hosts\x20missing.','812830TfPgdm','every','toString','root','121RFPXDe','687228kHCPCK','browserStackLocalOptions','54IUmZMq','../../helpers/logger','protocol'];a12_0x5588=function(){return _0x501a2c;};return a12_0x5588();}const a12_0x29211f=a12_0x215a;function a12_0x215a(_0x5baed3,_0x2b2675){const _0x5588b8=a12_0x5588();return a12_0x215a=function(_0x215a88,_0x1aed28){_0x215a88=_0x215a88-0x144;let _0x16f4b5=_0x5588b8[_0x215a88];return _0x16f4b5;},a12_0x215a(_0x5baed3,_0x2b2675);}(function(_0x353125,_0x42844b){const _0x33e2c1=a12_0x215a,_0x1345b1=_0x353125();while(!![]){try{const _0x220223=parseInt(_0x33e2c1(0x14d))/0x1+parseInt(_0x33e2c1(0x16e))/0x2*(-parseInt(_0x33e2c1(0x14a))/0x3)+-parseInt(_0x33e2c1(0x161))/0x4+-parseInt(_0x33e2c1(0x185))/0x5*(-parseInt(_0x33e2c1(0x17b))/0x6)+parseInt(_0x33e2c1(0x182))/0x7*(parseInt(_0x33e2c1(0x167))/0x8)+-parseInt(_0x33e2c1(0x15f))/0x9*(-parseInt(_0x33e2c1(0x174))/0xa)+-parseInt(_0x33e2c1(0x178))/0xb*(parseInt(_0x33e2c1(0x179))/0xc);if(_0x220223===_0x42844b)break;else _0x1345b1['push'](_0x1345b1['shift']());}catch(_0x1cd197){_0x1345b1['push'](_0x1345b1['shift']());}}}(a12_0x5588,0x77512));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x29211f(0x17c))[a12_0x29211f(0x16a)],{URL}=require(a12_0x29211f(0x171)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x29211f(0x169)),validHosts=function(_0xdafec7){const _0xd54758=a12_0x29211f;return _0xdafec7[_0xd54758(0x147)](',')[_0xd54758(0x175)](_0x5924de=>{try{new URL(_0x5924de['trim']());}catch(_0x244f45){return![];}return!![];});},parseOnPremHosts=function(_0x2b7124){const _0x38c113=a12_0x29211f,_0x58b70e={};_0x58b70e[_0x38c113(0x186)]=function(_0x55d017,_0x22b98f){return _0x55d017===_0x22b98f;},_0x58b70e[_0x38c113(0x153)]=_0x38c113(0x14c),_0x58b70e[_0x38c113(0x157)]=_0x38c113(0x181),_0x58b70e[_0x38c113(0x16c)]=_0x38c113(0x164);const _0x7f186e=_0x58b70e;return _0x2b7124['split'](',')[_0x38c113(0x15e)](_0x23577d=>{const _0x2d9e02=_0x38c113,_0x5a8b0d=new URL(_0x23577d[_0x2d9e02(0x166)]()),_0x208d7d=_0x5a8b0d['hostname'],_0x2445d3=_0x5a8b0d[_0x2d9e02(0x151)]||(_0x7f186e[_0x2d9e02(0x186)](_0x5a8b0d[_0x2d9e02(0x17d)],_0x7f186e[_0x2d9e02(0x153)])?_0x7f186e[_0x2d9e02(0x157)]:'80'),_0x30fc8b=_0x5a8b0d[_0x2d9e02(0x17d)][_0x2d9e02(0x146)](':',''),_0x7f8a67=_0x7f186e[_0x2d9e02(0x186)](_0x30fc8b,_0x7f186e[_0x2d9e02(0x16c)])?0x1:0x0;return _0x208d7d+','+_0x2445d3+','+_0x7f8a67;});},connectCommandBuilder=function(_0x3ea2bb){const _0xa81378=a12_0x29211f,_0x527379={};_0x527379['AuPLy']='string';const _0x345329=_0x527379,_0x21dffa={};_0x21dffa[_0xa81378(0x152)]=HELP_MESSAGES['options'][_0xa81378(0x158)],_0x21dffa[_0xa81378(0x148)]=_0x345329[_0xa81378(0x183)];const _0x8d197c={};_0x8d197c[_0xa81378(0x152)]=HELP_MESSAGES[_0xa81378(0x163)][_0xa81378(0x15d)],_0x8d197c[_0xa81378(0x148)]=_0x345329[_0xa81378(0x183)],_0x8d197c[_0xa81378(0x165)]=!![];const _0x5216d5={};return _0x5216d5[_0xa81378(0x188)]=_0x21dffa,_0x5216d5[_0xa81378(0x15d)]=_0x8d197c,_0x3ea2bb[_0xa81378(0x163)](_0x5216d5);},connectCommandHandler=async function(_0x5e6960){const _0x427674=a12_0x29211f,_0x42f076={'sAIPZ':_0x427674(0x180),'HkvIL':function(_0x26d1ce,_0x3cea03){return _0x26d1ce===_0x3cea03;},'QJFMj':_0x427674(0x172),'shZlW':_0x427674(0x187),'NLPnf':_0x427674(0x173),'LzWqj':function(_0x40b60f,_0x1c2c87){return _0x40b60f(_0x1c2c87);},'PJtVH':'Hosts\x20not\x20valid','VfuVr':_0x427674(0x155),'vtmxF':_0x427674(0x184),'vOIRl':'Failed\x20to\x20establish\x20connection.'};try{const _0x5a7bf5=new BrowserStackSetup(_0x5e6960,_0x42f076['sAIPZ']);_0x5e6960[_0x427674(0x17e)]&&(_0x5a7bf5['config']['accessKey']=_0x5e6960[_0x427674(0x17e)]);if(_0x42f076[_0x427674(0x16f)](typeof _0x5a7bf5[_0x427674(0x15a)][_0x427674(0x160)],_0x42f076[_0x427674(0x145)])){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x168)]);throw new Error(ERROR_MESSAGES[_0x427674(0x158)][_0x427674(0x170)]);}const _0x45d676=_0x5e6960[_0x427674(0x15d)];if(_0x42f076[_0x427674(0x16f)](typeof _0x45d676,_0x42f076[_0x427674(0x145)])){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x14b)]);throw new Error(ERROR_MESSAGES[_0x427674(0x15d)][_0x427674(0x170)]);}if(!_0x42f076['LzWqj'](validHosts,_0x45d676)){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x144)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x3d4101=_0x42f076[_0x427674(0x15c)](parseOnPremHosts,_0x45d676);_0x5a7bf5[_0x427674(0x15a)][_0x427674(0x16b)]=!![],_0x5a7bf5['config']['browserStackLocalOptions']['localIdentifier']=_0x42f076[_0x427674(0x189)],_0x5a7bf5['config'][_0x427674(0x17a)][_0x427674(0x15b)]=_0x3d4101['join'](','),helper['setProxySettings'](_0x5a7bf5['config']),await _0x5a7bf5[_0x427674(0x156)](),logger['info'](_0x42f076[_0x427674(0x159)]);}catch(_0x38cdfe){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x16d)]);throw new Error(_0x38cdfe[_0x427674(0x176)]());}};function run(_0x10435b){const _0x12e2f2=a12_0x29211f,_0x1af861={};_0x1af861[_0x12e2f2(0x14f)]=_0x12e2f2(0x150),_0x1af861[_0x12e2f2(0x17f)]='help';const _0x2af0b8=_0x1af861;_0x10435b['usage'](HELP_MESSAGES['command'][_0x12e2f2(0x177)])[_0x12e2f2(0x162)](_0x2af0b8['HdExd'],HELP_MESSAGES[_0x12e2f2(0x162)][_0x12e2f2(0x150)],connectCommandBuilder,connectCommandHandler)['demandCommand']()['help'](_0x2af0b8[_0x12e2f2(0x17f)])[_0x12e2f2(0x154)](HELP_MESSAGES[_0x12e2f2(0x162)]['footer']);}module[a12_0x29211f(0x14e)]=run;
2
+ 'use strict';const a12_0x2874ec=a12_0x28e1;(function(_0xcb7b98,_0xc43dd3){const _0x5de640=a12_0x28e1,_0x32c81e=_0xcb7b98();while(!![]){try{const _0x267180=-parseInt(_0x5de640(0x196))/0x1+parseInt(_0x5de640(0x165))/0x2*(parseInt(_0x5de640(0x19d))/0x3)+-parseInt(_0x5de640(0x161))/0x4+-parseInt(_0x5de640(0x182))/0x5*(-parseInt(_0x5de640(0x16b))/0x6)+-parseInt(_0x5de640(0x15e))/0x7+parseInt(_0x5de640(0x162))/0x8*(parseInt(_0x5de640(0x15d))/0x9)+-parseInt(_0x5de640(0x180))/0xa;if(_0x267180===_0xc43dd3)break;else _0x32c81e['push'](_0x32c81e['shift']());}catch(_0x276bd9){_0x32c81e['push'](_0x32c81e['shift']());}}}(a12_0x2a7b,0x9dcd0));function a12_0x28e1(_0x171993,_0x4abb9c){const _0x2a7bc9=a12_0x2a7b();return a12_0x28e1=function(_0x28e15d,_0x42f684){_0x28e15d=_0x28e15d-0x159;let _0xbe3ebc=_0x2a7bc9[_0x28e15d];return _0xbe3ebc;},a12_0x28e1(_0x171993,_0x4abb9c);}const {default:BrowserStackSetup}=require(a12_0x2874ec(0x172)),logger=require(a12_0x2874ec(0x173))[a12_0x2874ec(0x170)],{URL}=require(a12_0x2874ec(0x167)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x2874ec(0x16d)),validHosts=function(_0x461608){return _0x461608['split'](',')['every'](_0x25de0e=>{const _0xee38c6=a12_0x28e1;try{new URL(_0x25de0e[_0xee38c6(0x17e)]());}catch(_0x1e1b53){return![];}return!![];});},parseOnPremHosts=function(_0x36de3a){const _0x1ec8aa=a12_0x2874ec,_0x3f90fa={};_0x3f90fa['Qzdye']=function(_0x4ea64d,_0x2d7444){return _0x4ea64d===_0x2d7444;},_0x3f90fa[_0x1ec8aa(0x187)]=_0x1ec8aa(0x19e),_0x3f90fa[_0x1ec8aa(0x159)]=_0x1ec8aa(0x192),_0x3f90fa[_0x1ec8aa(0x17f)]=function(_0x3af362,_0x25478e){return _0x3af362===_0x25478e;},_0x3f90fa[_0x1ec8aa(0x16a)]=_0x1ec8aa(0x177);const _0xedf131=_0x3f90fa;return _0x36de3a[_0x1ec8aa(0x15a)](',')[_0x1ec8aa(0x164)](_0x324751=>{const _0x329a6e=_0x1ec8aa,_0x30cf4b=new URL(_0x324751['trim']()),_0x394d52=_0x30cf4b[_0x329a6e(0x18e)],_0x376edf=_0x30cf4b[_0x329a6e(0x1a2)]||(_0xedf131[_0x329a6e(0x17d)](_0x30cf4b[_0x329a6e(0x16e)],_0xedf131['KeYBG'])?_0xedf131[_0x329a6e(0x159)]:'80'),_0x2a40d6=_0x30cf4b[_0x329a6e(0x16e)]['replace'](':',''),_0x2518cb=_0xedf131[_0x329a6e(0x17f)](_0x2a40d6,_0xedf131[_0x329a6e(0x16a)])?0x1:0x0;return _0x394d52+','+_0x376edf+','+_0x2518cb;});},connectCommandBuilder=function(_0x1c865b){const _0x3448d1=a12_0x2874ec,_0x36f805={};_0x36f805[_0x3448d1(0x179)]=_0x3448d1(0x178);const _0x44740c=_0x36f805,_0x204c55={};_0x204c55[_0x3448d1(0x193)]=HELP_MESSAGES['options'][_0x3448d1(0x17c)],_0x204c55['type']=_0x44740c[_0x3448d1(0x179)];const _0x54b623={};_0x54b623[_0x3448d1(0x193)]=HELP_MESSAGES[_0x3448d1(0x15b)][_0x3448d1(0x15c)],_0x54b623[_0x3448d1(0x197)]=_0x44740c['Slztc'],_0x54b623[_0x3448d1(0x195)]=!![];const _0x1c6fcb={};return _0x1c6fcb['bstack-accesskey']=_0x204c55,_0x1c6fcb[_0x3448d1(0x15c)]=_0x54b623,_0x1c865b[_0x3448d1(0x15b)](_0x1c6fcb);},connectCommandHandler=async function(_0x52a534){const _0x1af42d=a12_0x2874ec,_0x2c4570={'Qrerb':_0x1af42d(0x18a),'ibLIO':function(_0x5cae1b,_0x4556a7){return _0x5cae1b===_0x4556a7;},'srtyP':_0x1af42d(0x18b),'TwfRa':_0x1af42d(0x191),'wvBUw':function(_0x4b1ee4,_0x21e276){return _0x4b1ee4===_0x21e276;},'bkrof':_0x1af42d(0x166),'UzVtf':function(_0x1b5978,_0x1cb033){return _0x1b5978(_0x1cb033);},'GwhFX':'Hosts\x20not\x20valid','tTsLn':function(_0x12b787,_0x558f1f){return _0x12b787(_0x558f1f);},'rKtvZ':_0x1af42d(0x19a),'qemqK':_0x1af42d(0x160),'xpjpz':_0x1af42d(0x194)};try{const _0x3d0825=new BrowserStackSetup(_0x52a534,_0x2c4570[_0x1af42d(0x16c)]);_0x52a534['bstackAccesskey']&&(_0x3d0825[_0x1af42d(0x174)]['accessKey']=_0x52a534[_0x1af42d(0x183)]);if(_0x2c4570['ibLIO'](typeof _0x3d0825[_0x1af42d(0x174)][_0x1af42d(0x198)],_0x2c4570['srtyP'])){logger[_0x1af42d(0x18f)](_0x2c4570[_0x1af42d(0x168)]);throw new Error(ERROR_MESSAGES[_0x1af42d(0x17c)][_0x1af42d(0x188)]);}const _0x495c93=_0x52a534['hosts'];if(_0x2c4570[_0x1af42d(0x189)](typeof _0x495c93,_0x2c4570[_0x1af42d(0x163)])){logger['error'](_0x2c4570[_0x1af42d(0x1a0)]);throw new Error(ERROR_MESSAGES[_0x1af42d(0x15c)]['missing']);}if(!_0x2c4570[_0x1af42d(0x185)](validHosts,_0x495c93)){logger[_0x1af42d(0x18f)](_0x2c4570[_0x1af42d(0x1a3)]);throw new Error(ERROR_MESSAGES[_0x1af42d(0x15c)][_0x1af42d(0x19f)]);}const _0x4201fe=_0x2c4570['tTsLn'](parseOnPremHosts,_0x495c93);_0x3d0825[_0x1af42d(0x174)]['browserstackLocal']=!![],_0x3d0825['config'][_0x1af42d(0x171)][_0x1af42d(0x199)]=_0x2c4570['rKtvZ'],_0x3d0825[_0x1af42d(0x174)][_0x1af42d(0x171)][_0x1af42d(0x190)]=_0x4201fe[_0x1af42d(0x175)](','),helper['setProxySettings'](_0x3d0825['config']),await _0x3d0825['setupBrowserstackLocal'](),logger[_0x1af42d(0x17b)](_0x2c4570[_0x1af42d(0x19c)]);}catch(_0x559718){logger[_0x1af42d(0x18f)](_0x2c4570['xpjpz']);throw new Error(_0x559718[_0x1af42d(0x184)]());}};function a12_0x2a7b(){const _0x2f1c3d=['bkrof','wEPdY','port','GwhFX','VokAV','split','options','hosts','2325789WKUghS','189329GBHEFH','vGarR','Connection\x20established\x20successfully.','2630372XLWgAu','16KrIPzk','srtyP','map','1173778KolXaP','Integration\x20hosts\x20missing.','url','TwfRa','demandCommand','KmsVY','96QdVflC','Qrerb','./constants','protocol','exports','winstonLogger','browserStackLocalOptions','../../helpers/BrowserStackSetup','../../helpers/logger','config','join','command','https','string','Slztc','connect','info','bstackAccessKey','Qzdye','trim','xvJby','879830UtUzxM','root','266610vnLEro','bstackAccesskey','toString','UzVtf','usage','KeYBG','missing','wvBUw','integrations','undefined','epilogue','help','hostname','error','only','BrowserStack\x20access\x20key\x20missing.','443','describe','Failed\x20to\x20establish\x20connection.','demandOption','1124797PTZQEr','type','accessKey','localIdentifier','integrations-repeater','footer','qemqK','6ezosMM','https:','invalid'];a12_0x2a7b=function(){return _0x2f1c3d;};return a12_0x2a7b();}function run(_0x4f76c6){const _0x75765a=a12_0x2874ec,_0x253f52={};_0x253f52[_0x75765a(0x15f)]=_0x75765a(0x17a),_0x253f52[_0x75765a(0x1a1)]=_0x75765a(0x18d);const _0x16c1b9=_0x253f52;_0x4f76c6[_0x75765a(0x186)](HELP_MESSAGES[_0x75765a(0x176)][_0x75765a(0x181)])[_0x75765a(0x176)](_0x16c1b9[_0x75765a(0x15f)],HELP_MESSAGES[_0x75765a(0x176)][_0x75765a(0x17a)],connectCommandBuilder,connectCommandHandler)[_0x75765a(0x169)]()[_0x75765a(0x18d)](_0x16c1b9[_0x75765a(0x1a1)])[_0x75765a(0x18c)](HELP_MESSAGES[_0x75765a(0x176)][_0x75765a(0x19b)]);}module[a12_0x2874ec(0x16f)]=run;
@@ -1 +1 @@
1
- function a13_0x57b1(){var _0x948e41=['2236614YbUapf','2382158BlOovA','7AAQcUj','ERROR_MESSAGES','19869817xWcUKH','5044576wBMwjN','28oHGEIr','1YUpBjK','footer','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.','bstackAccessKey','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','360190QWBOCa','options','command','3884754hPeydH','root','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','10EHTayq','missing','connect','invalid','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.','806535XambPV','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','HELP_MESSAGES'];a13_0x57b1=function(){return _0x948e41;};return a13_0x57b1();}var a13_0x2b0ba1=a13_0x1eaf;(function(_0x59c652,_0x260f83){var _0x56e35d=a13_0x1eaf,_0x547a84=_0x59c652();while(!![]){try{var _0x21b5fb=-parseInt(_0x56e35d(0xb5))/0x1*(-parseInt(_0x56e35d(0xaf))/0x2)+parseInt(_0x56e35d(0xae))/0x3+-parseInt(_0x56e35d(0xb4))/0x4*(-parseInt(_0x56e35d(0xba))/0x5)+-parseInt(_0x56e35d(0xbd))/0x6*(-parseInt(_0x56e35d(0xb0))/0x7)+-parseInt(_0x56e35d(0xb3))/0x8+parseInt(_0x56e35d(0xc5))/0x9+-parseInt(_0x56e35d(0xc0))/0xa*(parseInt(_0x56e35d(0xb2))/0xb);if(_0x21b5fb===_0x260f83)break;else _0x547a84['push'](_0x547a84['shift']());}catch(_0x1a5eeb){_0x547a84['push'](_0x547a84['shift']());}}}(a13_0x57b1,0xb4eae));var a13_0x4582a3={};a13_0x4582a3[a13_0x2b0ba1(0xb8)]=a13_0x2b0ba1(0xbf),a13_0x4582a3['hosts']=a13_0x2b0ba1(0xb7);function a13_0x1eaf(_0xbc1daf,_0x200ec1){var _0x57b102=a13_0x57b1();return a13_0x1eaf=function(_0x1eafb6,_0x9bc164){_0x1eafb6=_0x1eafb6-0xae;var _0x24001e=_0x57b102[_0x1eafb6];return _0x24001e;},a13_0x1eaf(_0xbc1daf,_0x200ec1);}var a13_0x16cd5c={};a13_0x16cd5c[a13_0x2b0ba1(0xbe)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x16cd5c[a13_0x2b0ba1(0xc2)]=a13_0x2b0ba1(0xc7),a13_0x16cd5c[a13_0x2b0ba1(0xb6)]=a13_0x2b0ba1(0xc6);var a13_0x261582={};a13_0x261582[a13_0x2b0ba1(0xbb)]=a13_0x4582a3,a13_0x261582[a13_0x2b0ba1(0xbc)]=a13_0x16cd5c,exports[a13_0x2b0ba1(0xc8)]=a13_0x261582;var a13_0x2139c9={};a13_0x2139c9[a13_0x2b0ba1(0xc1)]=a13_0x2b0ba1(0xb9);var a13_0x5bb9c0={};a13_0x5bb9c0[a13_0x2b0ba1(0xc1)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x5bb9c0[a13_0x2b0ba1(0xc3)]=a13_0x2b0ba1(0xc4);var a13_0x127f78={};a13_0x127f78[a13_0x2b0ba1(0xb8)]=a13_0x2139c9,a13_0x127f78['hosts']=a13_0x5bb9c0,exports[a13_0x2b0ba1(0xb1)]=a13_0x127f78;
1
+ var a13_0x4540ac=a13_0x4fec;(function(_0xc3ad35,_0x2a0cf4){var _0x517de0=a13_0x4fec,_0x1d2b2e=_0xc3ad35();while(!![]){try{var _0xe3c34e=-parseInt(_0x517de0(0xdd))/0x1+-parseInt(_0x517de0(0xdb))/0x2*(parseInt(_0x517de0(0xe3))/0x3)+-parseInt(_0x517de0(0xe5))/0x4*(-parseInt(_0x517de0(0xe6))/0x5)+-parseInt(_0x517de0(0xf1))/0x6*(-parseInt(_0x517de0(0xf3))/0x7)+-parseInt(_0x517de0(0xe0))/0x8*(parseInt(_0x517de0(0xea))/0x9)+parseInt(_0x517de0(0xde))/0xa+parseInt(_0x517de0(0xeb))/0xb*(parseInt(_0x517de0(0xf2))/0xc);if(_0xe3c34e===_0x2a0cf4)break;else _0x1d2b2e['push'](_0x1d2b2e['shift']());}catch(_0xdea28b){_0x1d2b2e['push'](_0x1d2b2e['shift']());}}}(a13_0x1a10,0x6d82e));var a13_0x21ae5e={};a13_0x21ae5e['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x21ae5e[a13_0x4540ac(0xdc)]=a13_0x4540ac(0xe7);var a13_0x39b053={};function a13_0x4fec(_0x543736,_0xadf9ee){var _0x1a1071=a13_0x1a10();return a13_0x4fec=function(_0x4feccb,_0x566e06){_0x4feccb=_0x4feccb-0xda;var _0x13013c=_0x1a1071[_0x4feccb];return _0x13013c;},a13_0x4fec(_0x543736,_0xadf9ee);}a13_0x39b053[a13_0x4540ac(0xee)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x39b053[a13_0x4540ac(0xec)]=a13_0x4540ac(0xe4),a13_0x39b053[a13_0x4540ac(0xe8)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x22c40d={};a13_0x22c40d['options']=a13_0x21ae5e,a13_0x22c40d[a13_0x4540ac(0xda)]=a13_0x39b053,exports[a13_0x4540ac(0xdf)]=a13_0x22c40d;var a13_0x37a405={};a13_0x37a405[a13_0x4540ac(0xed)]=a13_0x4540ac(0xef);var a13_0x3f129b={};a13_0x3f129b[a13_0x4540ac(0xed)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x3f129b[a13_0x4540ac(0xe1)]=a13_0x4540ac(0xf0);var a13_0x169861={};a13_0x169861[a13_0x4540ac(0xe9)]=a13_0x37a405,a13_0x169861[a13_0x4540ac(0xdc)]=a13_0x3f129b,exports[a13_0x4540ac(0xe2)]=a13_0x169861;function a13_0x1a10(){var _0x1be32e=['1925256XKZEMq','7QouMwm','command','1520ivwuAe','hosts','320569WYCgas','4581060hyKCik','HELP_MESSAGES','6824Vydifa','invalid','ERROR_MESSAGES','2712SAMkxj','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','321908YQReOU','5EtxqoJ','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.','footer','bstackAccessKey','27tsxNUP','33SXRmEe','connect','missing','root','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','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.','2632974PBewxj'];a13_0x1a10=function(){return _0x1be32e;};return a13_0x1a10();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0x4b1e73=a14_0x5812;(function(_0x3d2c72,_0x4ec292){const _0x5895c2=a14_0x5812,_0x1d0a48=_0x3d2c72();while(!![]){try{const _0x44edec=-parseInt(_0x5895c2(0x16d))/0x1+-parseInt(_0x5895c2(0x219))/0x2+parseInt(_0x5895c2(0x181))/0x3+-parseInt(_0x5895c2(0x1ba))/0x4*(parseInt(_0x5895c2(0x1a8))/0x5)+parseInt(_0x5895c2(0x1ca))/0x6*(parseInt(_0x5895c2(0x15e))/0x7)+-parseInt(_0x5895c2(0x19d))/0x8*(parseInt(_0x5895c2(0x223))/0x9)+parseInt(_0x5895c2(0x213))/0xa*(parseInt(_0x5895c2(0x168))/0xb);if(_0x44edec===_0x4ec292)break;else _0x1d0a48['push'](_0x1d0a48['shift']());}catch(_0x2f2cc8){_0x1d0a48['push'](_0x1d0a48['shift']());}}}(a14_0x381c,0xeaf9a));function a14_0x5812(_0xa08d69,_0x248193){const _0x381c4f=a14_0x381c();return a14_0x5812=function(_0x581213,_0x4c063a){_0x581213=_0x581213-0x13d;let _0x4d8aef=_0x381c4f[_0x581213];return _0x4d8aef;},a14_0x5812(_0xa08d69,_0x248193);}const fs=require('fs'),path=require('path'),util=require(a14_0x4b1e73(0x14b)),{spawn}=require(a14_0x4b1e73(0x1d1)),logger=require('../../helpers/logger')[a14_0x4b1e73(0x22b)],{default:BrowserStackSetup}=require(a14_0x4b1e73(0x1e3)),helper=require('../../helpers/helper'),utilities=require(a14_0x4b1e73(0x20d)),constants=require(a14_0x4b1e73(0x1d2)),accessibilityHelper=require(a14_0x4b1e73(0x1d4)),{updateTestRerunConfig}=require(a14_0x4b1e73(0x206)),testOpsHelper=require(a14_0x4b1e73(0x20f)),{debug}=require(a14_0x4b1e73(0x20f)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x4b1e73(0x1cf)),TestHubHandler=require(a14_0x4b1e73(0x179)),testhubUtils=require(a14_0x4b1e73(0x18e)),{FRAMEWORKS}=require(a14_0x4b1e73(0x173)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0x4b1e73(0x196))[a14_0x4b1e73(0x1f3)],TestOrchestrationHandler=require(a14_0x4b1e73(0x142)),BrowserstackCLI=require(a14_0x4b1e73(0x17b)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),ClientTroubleShootingService=require(a14_0x4b1e73(0x20c)),{checkAccessibilityPlatformConfig}=require(a14_0x4b1e73(0x1d4)),getUserJestConfigs=async(_0x14090b,_0x565311)=>{const _0x4ea1d7=a14_0x4b1e73,_0x38288a={'cmlKB':'jest-config/build/readConfigFileAndSetRootDir.js','JQnZP':_0x4ea1d7(0x13f),'qpAIO':function(_0x4ef727,_0xe8dd3e){return _0x4ef727||_0xe8dd3e;},'fiRSv':function(_0x5b553c,_0x1103db){return _0x5b553c(_0x1103db);},'KfFli':_0x4ea1d7(0x1fb),'mUyCP':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','vVZyO':'mjs','WoAMe':_0x4ea1d7(0x1d3),'cghaE':_0x4ea1d7(0x193)};let _0x1c934c;try{_0x1c934c=helper[_0x4ea1d7(0x16b)](_0x38288a['cmlKB'],_0x38288a['JQnZP']);}catch{const _0x1412b8=helper[_0x4ea1d7(0x16b)](_0x38288a[_0x4ea1d7(0x19a)]);_0x1c934c={'default':async _0x230e3a=>{const _0x52eb3b=_0x4ea1d7,_0x523175=await _0x1412b8['readInitialOptions'](_0x230e3a,{});return _0x523175[_0x52eb3b(0x208)];}};}const _0xfa8010=_0x565311[_0x4ea1d7(0x1b5)](_0x1237d9=>_0x1237d9===_0x4ea1d7(0x1da));if(!helper[_0x4ea1d7(0x18c)](_0x14090b[_0x4ea1d7(0x208)])){logger[_0x4ea1d7(0x1c2)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x14090b[_0x4ea1d7(0x208)]),process[_0x4ea1d7(0x1aa)][_0x4ea1d7(0x1e7)]=_0x14090b['config'];const _0x114331=await(0x0,_0x1c934c['default'])(path['resolve'](_0x14090b['config']));return _0x565311[_0x4ea1d7(0x17e)](_0xfa8010,0x2),_0x38288a['qpAIO'](_0x114331,{});}const _0x5c6d4f=_0x38288a[_0x4ea1d7(0x1f7)](require,path[_0x4ea1d7(0x205)](process[_0x4ea1d7(0x20e)](),_0x38288a[_0x4ea1d7(0x175)]));if(_0x5c6d4f[_0x4ea1d7(0x1cd)])return logger[_0x4ea1d7(0x1c2)](_0x38288a[_0x4ea1d7(0x202)]),_0x5c6d4f['jest'];const _0xcc7b0f=['js',_0x38288a[_0x4ea1d7(0x21f)],_0x38288a['WoAMe'],_0x38288a[_0x4ea1d7(0x15a)],'ts'];for(const _0x3eea12 of _0xcc7b0f){const _0x949440=path[_0x4ea1d7(0x205)](process[_0x4ea1d7(0x20e)](),_0x4ea1d7(0x1df)+_0x3eea12);if(fs[_0x4ea1d7(0x204)](_0x949440)){process['env'][_0x4ea1d7(0x1e7)]=_0x949440;const _0x4155e1=await(0x0,_0x1c934c[_0x4ea1d7(0x1e9)])(_0x949440);return _0x4155e1;}}return{};},getSerial=(_0x19fbff,_0x21a13c)=>{const _0x41250c=a14_0x4b1e73,_0xf9eb9d={};_0xf9eb9d[_0x41250c(0x209)]=_0x41250c(0x1be),_0xf9eb9d[_0x41250c(0x18d)]=function(_0x5388d7,_0x2a379f){return _0x5388d7>_0x2a379f;},_0xf9eb9d['WfMKM']=function(_0xae0017,_0xe4b1cf){return _0xae0017>_0xe4b1cf;},_0xf9eb9d[_0x41250c(0x1bc)]=_0x41250c(0x1d8);const _0x2a142e=_0xf9eb9d;let _0x1abd12=_0x2a142e['CqyGh'];return _0x2a142e['BHpQQ'](_0x19fbff[_0x41250c(0x164)],0x1)&&(!_0x21a13c['runInBand']&&(helper['isUndefined'](_0x21a13c[_0x41250c(0x1f6)])||_0x2a142e[_0x41250c(0x1de)](_0x21a13c[_0x41250c(0x1f6)],0x1)))&&(_0x1abd12=_0x2a142e[_0x41250c(0x1bc)]),_0x1abd12;},getMaxWorkers=(_0x5ed8b4,_0x480b4d,_0x5382f9)=>{const _0x450ee=a14_0x4b1e73,_0x145595={'isdYT':function(_0x293546,_0x4b4a67){return _0x293546(_0x4b4a67);}};let _0x2f6553=0x1;if(!helper[_0x450ee(0x18c)](_0x480b4d[_0x450ee(0x13d)]))_0x2f6553=_0x145595['isdYT'](parseInt,_0x480b4d['parallelsPerPlatform']);else{if(!helper[_0x450ee(0x18c)](_0x5ed8b4[_0x450ee(0x1f6)]))_0x2f6553=_0x5ed8b4['maxWorkers'];else!helper['isUndefined'](_0x5382f9[_0x450ee(0x1f6)])&&(_0x2f6553=_0x5382f9[_0x450ee(0x1f6)]);}return _0x2f6553;};async function run(_0x3b72c3,_0x1bd58b,_0x5cd224){const _0x3967d0=a14_0x4b1e73,_0x585f79={'qmLAJ':_0x3967d0(0x1cb),'vjFSB':'jest','qHwUm':function(_0x20548c,_0x3ed621){return _0x20548c(_0x3ed621);},'QnWkb':_0x3967d0(0x1d0),'KJiFi':function(_0x91ac8b,_0x12929c,_0xee6226,_0x37d5fe){return _0x91ac8b(_0x12929c,_0xee6226,_0x37d5fe);},'uusRh':function(_0x5ad3a1,_0x46d209){return _0x5ad3a1!=_0x46d209;},'lqqjx':_0x3967d0(0x1be),'noKDi':function(_0x3e9fb4,_0x4579de,_0x3c9334){return _0x3e9fb4(_0x4579de,_0x3c9334);},'jaeJI':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','sMtLi':function(_0x926bf2,_0x1c122e){return _0x926bf2(_0x1c122e);},'ruUMp':function(_0x56d985,_0x48e6a4){return _0x56d985(_0x48e6a4);},'eudEE':_0x3967d0(0x1d8),'ogrhZ':function(_0x56c9f7,_0x14e5b3){return _0x56c9f7*_0x14e5b3;},'QXVPi':function(_0x59e4dc,_0x4a942f){return _0x59e4dc===_0x4a942f;},'aEBea':_0x3967d0(0x1db),'lzTjm':_0x3967d0(0x14c),'JNhFF':'customImplements','SeHlP':_0x3967d0(0x177),'MeaLt':_0x3967d0(0x159),'oARAd':'customTestRunnerTemplate.js','EjVeJ':'customEnvironment.js','BWCie':function(_0x439e8a,_0x5ad412){return _0x439e8a!==_0x5ad412;},'ZsRdi':_0x3967d0(0x1b6),'iratX':'jest-runner-','YMeOJ':_0x3967d0(0x221),'DpZsv':_0x3967d0(0x201),'PiPnb':_0x3967d0(0x1e8),'RodBE':'jest-circus','GNbbf':_0x3967d0(0x1bb),'APrlF':function(_0x2da83c,_0x1995fa){return _0x2da83c(_0x1995fa);},'awtnS':'test-observability','iWbtr':_0x3967d0(0x1a0),'jbvmM':_0x3967d0(0x184),'ZIqJA':_0x3967d0(0x1a3),'sGHvl':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','lbixB':_0x3967d0(0x1a9),'rnSsZ':_0x3967d0(0x203),'WvMYD':_0x3967d0(0x1b3),'GNHKr':_0x3967d0(0x225),'oBiJN':_0x3967d0(0x1e9),'JJZBn':function(_0xda19a8,_0x19adfb,_0x5a8311){return _0xda19a8(_0x19adfb,_0x5a8311);},'HurJW':_0x3967d0(0x1f9),'hfZpJ':_0x3967d0(0x1c3),'vBXgA':_0x3967d0(0x215),'uFBCk':function(_0x3ca1ed,_0x296d7c){return _0x3ca1ed>_0x296d7c;},'TynTF':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','RiHgS':'--config','pjVkP':_0x3967d0(0x212),'jlmoR':function(_0x3dd715,_0x247379){return _0x3dd715===_0x247379;},'wCzjo':'win32','JfFWy':_0x3967d0(0x170),'FBQBG':_0x3967d0(0x195)},_0x110bc5=helper['getPackageVersion'](_0x585f79[_0x3967d0(0x152)]);global['__isPlaywrightInstalled']=!!_0x110bc5;helper[_0x3967d0(0x1a6)]()?(await _0x5cd224[_0x3967d0(0x1c1)](_0x3b72c3),await helper[_0x3967d0(0x149)](_0x5cd224['config'])):await _0x5cd224[_0x3967d0(0x21e)]();await _0x585f79[_0x3967d0(0x17a)](checkPwandBootstrapCli,_0x110bc5,constants['FRAMEWORKS'][_0x3967d0(0x155)],_0x5cd224);if(!_0x5cd224[_0x3967d0(0x208)])return;_0x585f79[_0x3967d0(0x15b)](_0x5cd224[_0x3967d0(0x208)]['testObservability'],null)?process[_0x3967d0(0x1aa)][_0x3967d0(0x186)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x200)]:process['env'][_0x3967d0(0x186)]=_0x585f79['lqqjx'];const _0x20e838=new TestOrchestrationHandler(_0x5cd224['config']),_0x53d2a3=await _0x585f79[_0x3967d0(0x1f5)](getUserJestConfigs,_0x3b72c3,_0x1bd58b);logger[_0x3967d0(0x1c2)](_0x585f79['jaeJI']);const _0x2ab0f6=Object[_0x3967d0(0x1ea)]({},_0x53d2a3);_0x2ab0f6[_0x3967d0(0x16e)]=Object[_0x3967d0(0x1ea)]({},_0x2ab0f6[_0x3967d0(0x16e)],{'server':helper[_0x3967d0(0x140)](_0x5cd224[_0x3967d0(0x208)]),'environment':_0x53d2a3['testEnvironment']}),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x1c7)]=_0x585f79[_0x3967d0(0x161)](getPercyOptions,_0x5cd224[_0x3967d0(0x208)]);const _0x378b15=helper[_0x3967d0(0x146)](_0x5cd224[_0x3967d0(0x208)]);!helper['isUndefined'](_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x166)])&&(process[_0x3967d0(0x1aa)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3967d0(0x14f)](_0x5cd224['config'][_0x3967d0(0x166)]));if(!BrowserstackCLI[_0x3967d0(0x17c)]()['isRunning']()){const _0x1945bf=await TestHubHandler[_0x3967d0(0x15f)](FRAMEWORKS[_0x3967d0(0x155)],_0x5cd224);}const _0x550e9e=helper[_0x3967d0(0x1d5)](_0x5cd224['config'],_0x378b15,constants[_0x3967d0(0x17f)][_0x3967d0(0x155)]);process['env'][_0x3967d0(0x19c)]=JSON[_0x3967d0(0x14f)](_0x550e9e);let _0x24d366=_0x5cd224['config'][_0x3967d0(0x1c0)];_0x24d366=_0x24d366||accessibilityHelper[_0x3967d0(0x1e4)](_0x5cd224[_0x3967d0(0x208)]),process[_0x3967d0(0x1aa)][_0x3967d0(0x1f4)]=_0x24d366,logger[_0x3967d0(0x222)](_0x3967d0(0x1ad)+_0x24d366+_0x3967d0(0x22a)+BrowserstackCLI[_0x3967d0(0x17c)]()['isRunning']());if(_0x110bc5)try{const _0x10a420=_0x585f79[_0x3967d0(0x163)](checkAccessibilityPlatformConfig,_0x5cd224['config']);process[_0x3967d0(0x1aa)][_0x3967d0(0x1c6)]=_0x10a420?_0x585f79['lqqjx']:_0x585f79['eudEE'],logger['debug'](_0x3967d0(0x182)+_0x10a420+_0x3967d0(0x18f)+process[_0x3967d0(0x1aa)][_0x3967d0(0x1c6)]);}catch(_0x168dff){logger[_0x3967d0(0x222)](_0x3967d0(0x162)+util[_0x3967d0(0x150)](_0x168dff));}_0x2ab0f6[_0x3967d0(0x16e)]['capabilities']=_0x550e9e,_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x1ae)]=_0x585f79[_0x3967d0(0x1f5)](getSerial,_0x550e9e,_0x3b72c3),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x148)]=_0x585f79[_0x3967d0(0x17a)](getMaxWorkers,_0x3b72c3,_0x5cd224[_0x3967d0(0x208)],_0x53d2a3),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x14a)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x14a)],_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x218)]=_0x585f79[_0x3967d0(0x1d6)](_0x3b72c3[_0x3967d0(0x1a7)],0x1)||0x1388,_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x15c)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1d7)][_0x3967d0(0x15c)],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x19f)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1d7)][_0x3967d0(0x19f)],_0x2ab0f6[_0x3967d0(0x16e)]['browserStackLogLevel']=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1ab)],_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x21d)]=_0x5cd224[_0x3967d0(0x208)]['turboScaleUrl'],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x1ef)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)];const _0x494710=helper[_0x3967d0(0x1c5)](_0x5cd224['config']);if(!helper[_0x3967d0(0x1ee)](_0x494710)){helper['isNotUndefined'](_0x494710[_0x3967d0(0x1e6)])&&(_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x1f1)]=_0x494710[_0x3967d0(0x1e6)][_0x3967d0(0x20b)]);if(helper['isNotUndefined'](_0x494710['abortBuildOnFailure'])&&helper[_0x3967d0(0x178)](_0x494710[_0x3967d0(0x174)]['workingDir'])){const _0x121e3b={};_0x121e3b[_0x3967d0(0x1fd)]=_0x494710[_0x3967d0(0x174)][_0x3967d0(0x224)],_0x121e3b[_0x3967d0(0x1b9)]=_0x494710[_0x3967d0(0x174)]['workingDir'],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x185)]=_0x121e3b;}}let _0x44826d='';_0x585f79[_0x3967d0(0x1ed)](helper[_0x3967d0(0x16a)](),constants['PACKAGE_TYPE'][_0x3967d0(0x19b)])?_0x44826d=_0x585f79['aEBea']:_0x44826d=_0x585f79[_0x3967d0(0x153)];const _0x393e94=_0x44826d,_0x2a14b7=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79['SeHlP']),_0xe770a3=path['join'](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x198)]),_0xd9f551=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x1a2)]);_0x2ab0f6[_0x3967d0(0x217)]&&(process[_0x3967d0(0x1aa)][_0x3967d0(0x15d)]=_0x2ab0f6[_0x3967d0(0x217)]);_0x2ab0f6[_0x3967d0(0x217)]=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x1fc)]);const _0x24d98e=_0x53d2a3[_0x3967d0(0x187)];if(_0x24d98e&&_0x585f79[_0x3967d0(0x210)](_0x24d98e,_0x585f79[_0x3967d0(0x147)])){const _0x2b73d9=_0x24d98e[_0x3967d0(0x172)](_0x585f79['iratX'])?_0x24d98e:_0x3967d0(0x154)+_0x24d98e;process['env'][_0x3967d0(0x144)]=_0x2b73d9,logger[_0x3967d0(0x1c2)](_0x3967d0(0x1ce)+_0x2b73d9);}_0x2ab0f6[_0x3967d0(0x187)]=_0xe770a3,_0x2ab0f6[_0x3967d0(0x192)]=_0x2ab0f6['setupFilesAfterEnv']||[],_0x2ab0f6['setupFilesAfterEnv'][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x197)]));_0x20e838[_0x3967d0(0x190)]()&&(_0x2ab0f6[_0x3967d0(0x1b4)]=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x141)]));if(testhubUtils[_0x3967d0(0x22c)]()){let _0x45d28c=null;try{_0x45d28c=helper[_0x3967d0(0x16b)](_0x585f79['PiPnb'],_0x585f79['RodBE']);}catch(_0x10f5b0){try{_0x45d28c=helper[_0x3967d0(0x16b)](_0x585f79[_0x3967d0(0x1c4)],_0x585f79[_0x3967d0(0x143)]);}catch(_0x5d678d){_0x585f79[_0x3967d0(0x214)](debug,_0x3967d0(0x194)+_0x5d678d);}}_0x45d28c&&(_0x2ab0f6[_0x3967d0(0x192)][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79['awtnS'],_0x585f79[_0x3967d0(0x1ec)])),_0x2ab0f6[_0x3967d0(0x16c)]=path['join'](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x189)]));}_0x2ab0f6[_0x3967d0(0x211)]=_0x2ab0f6[_0x3967d0(0x211)]||[];try{helper[_0x3967d0(0x1af)](),_0x2ab0f6[_0x3967d0(0x211)][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x1eb)]));}catch{logger['debug'](_0x585f79[_0x3967d0(0x18a)]);}try{helper['requirePWModule'][_0x3967d0(0x1a4)](null,[_0x585f79[_0x3967d0(0x152)],_0x585f79[_0x3967d0(0x1dc)]]),logger[_0x3967d0(0x222)](_0x585f79[_0x3967d0(0x227)]),_0x2ab0f6[_0x3967d0(0x211)]['push'](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x1ff)]));}catch(_0x330678){logger[_0x3967d0(0x222)](_0x585f79[_0x3967d0(0x1b7)],_0x330678);}_0x2ab0f6['reporters']=_0x2ab0f6[_0x3967d0(0x169)]||[_0x585f79[_0x3967d0(0x1ac)]],_0x585f79['JJZBn'](updateTestRerunConfig,_0x2ab0f6,_0x5cd224);const _0x13992d=fs[_0x3967d0(0x1a5)](_0xd9f551),_0x2d2e6c=helper[_0x3967d0(0x1fa)](_0x585f79['HurJW'],_0x585f79['hfZpJ']);!_0x2d2e6c['error']?fs[_0x3967d0(0x1f2)](_0x2ab0f6[_0x3967d0(0x187)],_0x3967d0(0x188)+_0x13992d+_0x3967d0(0x1e1)+_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)]['length']+_0x3967d0(0x167)):fs[_0x3967d0(0x1f2)](_0x2ab0f6[_0x3967d0(0x187)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x13992d+_0x3967d0(0x229)+_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)][_0x3967d0(0x164)]+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20');logger['info']('Creating\x20'+_0x393e94+_0x3967d0(0x21a)),fs[_0x3967d0(0x1f2)](_0x393e94,_0x3967d0(0x157)+JSON[_0x3967d0(0x14f)](_0x2ab0f6)+'\x0amodule.exports\x20=\x20config;');if(_0x20e838[_0x3967d0(0x190)]()){logger[_0x3967d0(0x222)](_0x585f79['vBXgA']);const _0x22ccb3=await _0x20e838[_0x3967d0(0x14e)](_0x2ab0f6,_0x1bd58b[_0x3967d0(0x171)](0x1),_0x393e94);logger[_0x3967d0(0x222)](_0x3967d0(0x156)+JSON[_0x3967d0(0x14f)](_0x22ccb3)+_0x3967d0(0x1e2));const _0xc2a36f=await _0x20e838['reorderTestFiles'](_0x22ccb3);logger[_0x3967d0(0x222)]('Reodered\x20Test\x20Files:\x20'+JSON[_0x3967d0(0x14f)](_0xc2a36f)),_0xc2a36f&&_0x585f79[_0x3967d0(0x191)](_0xc2a36f[_0x3967d0(0x164)],0x0)&&(process[_0x3967d0(0x1aa)][_0x3967d0(0x160)]=_0xc2a36f?.['join'](','));}logger[_0x3967d0(0x1c2)](_0x585f79[_0x3967d0(0x145)]);testhubUtils[_0x3967d0(0x22c)]()&&TestDetails[_0x3967d0(0x1e0)]();helper[_0x3967d0(0x1fe)]({},_0x1bd58b),PerformanceTester[_0x3967d0(0x20a)](PerformanceEvents[_0x3967d0(0x19e)]);const _0x5974d9=[_0x585f79[_0x3967d0(0x207)],_0x585f79[_0x3967d0(0x1e5)],_0x393e94,..._0x1bd58b[_0x3967d0(0x171)](0x1)],_0x50952e=_0x585f79['KJiFi'](spawn,_0x585f79[_0x3967d0(0x1bd)],_0x5974d9,{'shell':_0x585f79[_0x3967d0(0x1cc)](process[_0x3967d0(0x151)],_0x585f79[_0x3967d0(0x1b1)]),'stdio':_0x585f79['JfFWy'],'env':Object['assign']({},process[_0x3967d0(0x1aa)])});_0x50952e['on'](_0x585f79[_0x3967d0(0x1b2)],async _0x2f828a=>{const _0x1f466b=_0x3967d0;PerformanceTester[_0x1f466b(0x1c8)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x22d481,tcgConfigPath:_0x16b37f}=helper[_0x1f466b(0x17d)]();fs['unlinkSync'](_0x16b37f),fs[_0x1f466b(0x199)](_0x22d481);}catch(_0x49d544){logger['debug'](_0x585f79[_0x1f466b(0x1dd)],_0x49d544);}process[_0x1f466b(0x1c9)]=_0x2f828a,logger[_0x1f466b(0x222)]('child\x20process\x20exited\x20with\x20code\x20'+_0x2f828a),logger[_0x1f466b(0x1c2)](_0x1f466b(0x1b8)+_0x393e94);if(helper[_0x1f466b(0x178)](_0x494710)&&helper[_0x1f466b(0x178)](_0x494710[_0x1f466b(0x174)])&&fs['existsSync'](_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)]))try{const _0x104ab9={};_0x104ab9[_0x1f466b(0x14d)]=!![],_0x104ab9[_0x1f466b(0x220)]=!![],fs[_0x1f466b(0x21b)](_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)],_0x104ab9),logger[_0x1f466b(0x222)]('Deleted\x20fail-fast\x20state\x20folder:\x20'+_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)]);}catch(_0x2922b3){logger[_0x1f466b(0x176)](_0x1f466b(0x1f0)+_0x2922b3);}let _0x258a3e=null;if(fs[_0x1f466b(0x204)](_0x2a14b7)){_0x258a3e=fs['readFileSync'](_0x2a14b7);try{_0x258a3e=JSON['parse'](_0x258a3e);}catch(_0x3a28f6){logger[_0x1f466b(0x222)](_0x1f466b(0x183)+_0x2a14b7+',\x20'+_0x258a3e+_0x1f466b(0x1d9)+_0x3a28f6);}fs[_0x1f466b(0x18b)](_0x2a14b7);}fs[_0x1f466b(0x18b)](_0x393e94),fs[_0x1f466b(0x18b)](_0xe770a3),_0x258a3e&&(_0x5cd224[_0x1f466b(0x13e)]=helper[_0x1f466b(0x165)](_0x258a3e,_0x585f79['vjFSB'],_0x5cd224));const _0x3490f9=BrowserstackCLI[_0x1f466b(0x1f8)]();try{await TestHubHandler[_0x1f466b(0x216)](),await BrowserstackCLI[_0x1f466b(0x17c)]()[_0x1f466b(0x216)]();}catch(_0x5afd49){console[_0x1f466b(0x1bf)](_0x5afd49),_0x585f79['qHwUm'](debug,_0x1f466b(0x16f)+util[_0x1f466b(0x150)](_0x5afd49));}testOpsHelper[_0x1f466b(0x180)](),TestDetails[_0x1f466b(0x158)](),await utilities[_0x1f466b(0x228)](_0x5cd224,_0x3490f9);});}module[a14_0x4b1e73(0x21c)]=run;function a14_0x381c(){const _0x16f652=['rnSsZ','finalExecution','\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',',\x20CLI\x20running:\x20','winstonLogger','shouldProcessEventForTesthub','parallelsPerPlatform','errorMessage','jest-config','getHubUrl','DpZsv','../../helpers/test-orchestration/testOrchestrationHandler','RodBE','BSTACK_USER_JEST_RUNNER','TynTF','useW3C','ZsRdi','parallels__','handleApp','proxySettings','util','jest_browserstack.config.js','recursive','findTestFiles','stringify','format','platform','QnWkb','lzTjm','jest-runner-','JEST','Found:\x20','const\x20config=','shutdown','customTestRunner.js','cghaE','uusRh','skipSessionName','BSTACK_JEST_TEST_ENV','79114gvNVZF','launchBuild','JEST_TEST_ORDER','sMtLi','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','ruUMp','length','getErrorMessageFromResults','accessibilityOptions',';\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','231TGbXBh','reporters','getPackageType','requireModule','testRunner','1757306ljuRXH','testEnvironmentOptions','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','inherit','slice','startsWith','../../helpers/test-observability/constants','abortBuildOnFailure','KfFli','error','jest_browserstack_results.json','isNotUndefined','../../helpers/testhub/testhubHandler','KJiFi','../v2/browserstackCLI','getInstance','getTCGConfigFilePaths','splice','FRAMEWORKS','printBuildLink','5186187YANiUC','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','Error\x20while\x20parsing\x20','customCircus.js','failFast','BROWSERSTACK_TEST_OBSERVABILITY_YML','runner','\x0a\x20\x20\x20\x20\x20\x20','jbvmM','sGHvl','unlinkSync','isUndefined','BHpQQ','../../helpers/testhub/utils',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','isTestOrchestrationEnabled','uFBCk','setupFilesAfterEnv','json','Unable\x20to\x20find\x20jest-circus,\x20','close','../../helpers/performance/constants','YMeOJ','MeaLt','rmdirSync','JQnZP','MODULE','BROWSERSTACK_CAPABILITIES','11735528fDVgMm','SDK_SETUP','skipSessionStatus','data-hooks.js','push','oARAd','test_before.setup.js','apply','readFileSync','isBrowserstackInfra','testTimeout','1086495WYWOXk','playwright','env','logLevel','oBiJN','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','serial__','requireSeleniumWebdriver','platforms','wCzjo','FBQBG','test.setup.js','testSequencer','findIndex','jest-runner','GNHKr','Deleting\x20','workingDir','24JsrsfY','jest-circus/build/runner.js','MKleG','pjVkP','true','log','accessibility','initialize','info','@jest/core','GNbbf','parseTestOrchestrationOptions','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','browserStackPercyOptions','start','exitCode','834hMdBzl','error\x20removing\x20tcg\x20config\x20file','jlmoR','jest','Preserving\x20user\x27s\x20Jest\x20runner:\x20','../../helpers/percy/utils','@playwright/test','child_process','../utils/constants','cjs','../../helpers/accessibility-automation/helper','prepareCapabilities','ogrhZ','testContextOptions','false','\x20:\x20','--config','jest_browserstack.config.cjs','lbixB','qmLAJ','WfMKM','jest.config.','setup','\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','\x20test\x20files\x20to\x20run.','../../helpers/BrowserStackSetup','checkAccessibilityPlatformConfig','RiHgS','retryTestsOnFailure','USER_CONFIG_DETAILS_PATH','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','default','assign','ZIqJA','iWbtr','QXVPi','isEmpty','platformCaps','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','retries__','writeFileSync','EVENTS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','noKDi','maxWorkers','fiRSv','isCLIEnabled','@jest/core/build/ReporterDispatcher.js','resolveModule','package.json','EjVeJ','failureThresholdCount','filterBrowserstackArgs','WvMYD','testObservability','customSequencer.js','mUyCP','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','existsSync','join','./test-observability/helper','vjFSB','config','CqyGh','end','maxRetries','../utils/clientTroubleshootingService','../../helpers/utilities','cwd','../../helpers/test-observability/utils','BWCie','setupFiles','npx','1721110XHrCXw','APrlF','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','stop','testEnvironment','timeout__','2847078bihipO','\x20with\x20browserstack\x20jest\x20configs','rmSync','exports','turboScaleUrl','setupTCGAuth','vVZyO','force','jest.setup.js','debug','9AAuRnV','maxFailures','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','JNhFF'];a14_0x381c=function(){return _0x16f652;};return a14_0x381c();}
2
+ 'use strict';const a14_0x5c5bd7=a14_0x60a3;(function(_0x1958c3,_0x445ed3){const _0x142cd1=a14_0x60a3,_0x406ba7=_0x1958c3();while(!![]){try{const _0x415699=parseInt(_0x142cd1(0x20a))/0x1+parseInt(_0x142cd1(0x195))/0x2*(parseInt(_0x142cd1(0x1e1))/0x3)+-parseInt(_0x142cd1(0x1db))/0x4*(parseInt(_0x142cd1(0x237))/0x5)+parseInt(_0x142cd1(0x22b))/0x6*(parseInt(_0x142cd1(0x24b))/0x7)+parseInt(_0x142cd1(0x245))/0x8+parseInt(_0x142cd1(0x172))/0x9+-parseInt(_0x142cd1(0x1af))/0xa*(parseInt(_0x142cd1(0x1c8))/0xb);if(_0x415699===_0x445ed3)break;else _0x406ba7['push'](_0x406ba7['shift']());}catch(_0x16266c){_0x406ba7['push'](_0x406ba7['shift']());}}}(a14_0x468f,0x96d38));const fs=require('fs'),path=require(a14_0x5c5bd7(0x197)),util=require(a14_0x5c5bd7(0x260)),{spawn}=require('child_process'),logger=require(a14_0x5c5bd7(0x226))[a14_0x5c5bd7(0x1de)],{default:BrowserStackSetup}=require(a14_0x5c5bd7(0x240)),helper=require('../../helpers/helper'),utilities=require(a14_0x5c5bd7(0x209)),constants=require(a14_0x5c5bd7(0x187)),accessibilityHelper=require(a14_0x5c5bd7(0x1b7)),{updateTestRerunConfig}=require(a14_0x5c5bd7(0x227)),testOpsHelper=require(a14_0x5c5bd7(0x1fa)),{debug}=require(a14_0x5c5bd7(0x1fa)),TestDetails=require(a14_0x5c5bd7(0x241)),{getPercyOptions}=require(a14_0x5c5bd7(0x168)),TestHubHandler=require(a14_0x5c5bd7(0x1f4)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x5c5bd7(0x1a9)),PerformanceTester=require(a14_0x5c5bd7(0x23c)),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x5c5bd7(0x1c5)],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a14_0x5c5bd7(0x182)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x5c5bd7(0x199)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),getUserJestConfigs=async(_0x1f62a5,_0x1bcfa9)=>{const _0x20e050=a14_0x5c5bd7,_0x48befb={'SsrAi':_0x20e050(0x1c4),'miOTe':'jest-config','rCJbX':function(_0x3ceea9,_0x4262a6){return _0x3ceea9||_0x4262a6;},'vEFDR':function(_0x7cdb0f,_0x28f4d5){return _0x7cdb0f(_0x28f4d5);},'gohTW':_0x20e050(0x259),'yLDVl':_0x20e050(0x1d2),'clRdU':_0x20e050(0x24e),'tVFHy':_0x20e050(0x1a4),'JKyUt':_0x20e050(0x1b9)};let _0x5bbc17;try{_0x5bbc17=helper['requireModule'](_0x48befb[_0x20e050(0x213)],_0x48befb[_0x20e050(0x18a)]);}catch{const _0x6a2c06=helper['requireModule'](_0x48befb[_0x20e050(0x18a)]);_0x5bbc17={'default':async _0xe7f024=>{const _0x488964=_0x20e050,_0x57458b=await _0x6a2c06[_0x488964(0x211)](_0xe7f024,{});return _0x57458b[_0x488964(0x1ed)];}};}const _0x15e9c9=_0x1bcfa9[_0x20e050(0x216)](_0x421563=>_0x421563===_0x20e050(0x21c));if(!helper[_0x20e050(0x1c6)](_0x1f62a5[_0x20e050(0x1ed)])){logger[_0x20e050(0x171)](_0x20e050(0x166)+_0x1f62a5['config']),process[_0x20e050(0x181)]['USER_CONFIG_DETAILS_PATH']=_0x1f62a5['config'];const _0x1ab354=await(0x0,_0x5bbc17['default'])(path[_0x20e050(0x194)](_0x1f62a5[_0x20e050(0x1ed)]));return _0x1bcfa9[_0x20e050(0x1ae)](_0x15e9c9,0x2),_0x48befb['rCJbX'](_0x1ab354,{});}const _0x66356e=_0x48befb[_0x20e050(0x203)](require,path[_0x20e050(0x22d)](process['cwd'](),_0x48befb[_0x20e050(0x21b)]));if(_0x66356e[_0x20e050(0x1bb)])return logger[_0x20e050(0x171)](_0x48befb[_0x20e050(0x238)]),_0x66356e['jest'];const _0x44706e=['js',_0x48befb[_0x20e050(0x1ff)],_0x48befb[_0x20e050(0x1a1)],_0x48befb[_0x20e050(0x18e)],'ts'];for(const _0x18331e of _0x44706e){const _0x5f386e=path[_0x20e050(0x22d)](process[_0x20e050(0x1dc)](),_0x20e050(0x17d)+_0x18331e);if(fs['existsSync'](_0x5f386e)){process[_0x20e050(0x181)]['USER_CONFIG_DETAILS_PATH']=_0x5f386e;const _0x2442b0=await(0x0,_0x5bbc17['default'])(_0x5f386e);return _0x2442b0;}}return{};},getSerial=(_0x4c83e1,_0x330076)=>{const _0x3b0867=a14_0x5c5bd7,_0x1a103b={};_0x1a103b[_0x3b0867(0x20c)]='true',_0x1a103b['ueXyb']=function(_0x57b9fa,_0x34f539){return _0x57b9fa>_0x34f539;},_0x1a103b[_0x3b0867(0x25e)]=function(_0x234d78,_0x3ccf24){return _0x234d78>_0x3ccf24;},_0x1a103b[_0x3b0867(0x1da)]=_0x3b0867(0x1c7);const _0x1bdb34=_0x1a103b;let _0x3b1168=_0x1bdb34[_0x3b0867(0x20c)];return _0x1bdb34[_0x3b0867(0x247)](_0x4c83e1[_0x3b0867(0x186)],0x1)&&(!_0x330076[_0x3b0867(0x206)]&&(helper[_0x3b0867(0x1c6)](_0x330076[_0x3b0867(0x1cf)])||_0x1bdb34['aaHzz'](_0x330076[_0x3b0867(0x1cf)],0x1)))&&(_0x3b1168=_0x1bdb34['cBPPo']),_0x3b1168;},getMaxWorkers=(_0x37d1d8,_0x23bf1e,_0x599a21)=>{const _0x52a678=a14_0x5c5bd7,_0x4bfb90={'flYay':function(_0x1f08b0,_0x2ec883){return _0x1f08b0(_0x2ec883);}};let _0x2db7b4=0x1;if(!helper[_0x52a678(0x1c6)](_0x23bf1e[_0x52a678(0x256)]))_0x2db7b4=_0x4bfb90[_0x52a678(0x176)](parseInt,_0x23bf1e[_0x52a678(0x256)]);else{if(!helper['isUndefined'](_0x37d1d8[_0x52a678(0x1cf)]))_0x2db7b4=_0x37d1d8[_0x52a678(0x1cf)];else!helper[_0x52a678(0x1c6)](_0x599a21[_0x52a678(0x1cf)])&&(_0x2db7b4=_0x599a21[_0x52a678(0x1cf)]);}return _0x2db7b4;};function a14_0x60a3(_0x46b354,_0x5f0a5){const _0x468f6a=a14_0x468f();return a14_0x60a3=function(_0x60a361,_0x1afbaf){_0x60a361=_0x60a361-0x166;let _0x4b1c99=_0x468f6a[_0x60a361];return _0x4b1c99;},a14_0x60a3(_0x46b354,_0x5f0a5);}async function run(_0x374f2c,_0x469677,_0x58c69e){const _0x278fba=a14_0x5c5bd7,_0x5d3860={'GpsBn':_0x278fba(0x208),'orJfs':'jest','JEpJG':function(_0x3d4b5e,_0x4b3880){return _0x3d4b5e(_0x4b3880);},'NRhkW':_0x278fba(0x266),'mSxVo':function(_0x4b4afa){return _0x4b4afa();},'Szwiw':function(_0x454d32,_0x527425,_0x1a0d76,_0x125813){return _0x454d32(_0x527425,_0x1a0d76,_0x125813);},'gKnQZ':function(_0xfd8c6b,_0x53768b,_0x318317,_0x58ada7){return _0xfd8c6b(_0x53768b,_0x318317,_0x58ada7);},'pNsvo':function(_0x106524,_0x6ff135){return _0x106524!=_0x6ff135;},'ukdfW':_0x278fba(0x248),'URxxI':function(_0x25623e,_0x5962c5,_0x31f24f){return _0x25623e(_0x5962c5,_0x31f24f);},'jDHQv':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','ykPAv':'false','Nmhjn':function(_0x8d9d55,_0x3ef187,_0x5c5a6c,_0x30bc8b){return _0x8d9d55(_0x3ef187,_0x5c5a6c,_0x30bc8b);},'sUOzB':function(_0x3133e9,_0xe51b6a){return _0x3133e9*_0xe51b6a;},'rgKnv':function(_0x23508d,_0x554e61){return _0x23508d===_0x554e61;},'QHGNU':_0x278fba(0x1bf),'ejbjd':_0x278fba(0x175),'MCCDr':_0x278fba(0x246),'LeAjM':_0x278fba(0x222),'fyvuA':_0x278fba(0x1a2),'TfoRq':_0x278fba(0x1e2),'iDToQ':_0x278fba(0x242),'UvLyt':function(_0x8ff572,_0x35deba){return _0x8ff572!==_0x35deba;},'LKUWl':_0x278fba(0x1d1),'vQrqR':_0x278fba(0x24c),'CMXHg':_0x278fba(0x255),'cMWgx':'customSequencer.js','sZPMa':_0x278fba(0x229),'FZbdT':_0x278fba(0x250),'fdNIi':_0x278fba(0x1fb),'ttzUE':_0x278fba(0x174),'ksgtD':'data-hooks.js','tewpu':_0x278fba(0x23f),'EQtsF':_0x278fba(0x17b),'IPZuu':_0x278fba(0x232),'LmnXD':_0x278fba(0x19d),'iZgmP':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','NOtez':_0x278fba(0x265),'xnzLo':_0x278fba(0x205),'RafkA':function(_0x43b3ef,_0x101e9f){return _0x43b3ef&&_0x101e9f;},'HGdOc':'Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','TBjuc':_0x278fba(0x1e0),'DrUnS':_0x278fba(0x1cb),'ISlJv':_0x278fba(0x239),'uYdLh':function(_0x4b3680,_0x18b901,_0x172dd2){return _0x4b3680(_0x18b901,_0x172dd2);},'lOTPp':_0x278fba(0x24a),'kpnNR':_0x278fba(0x1e4),'RyppX':_0x278fba(0x1f6),'fiwIe':function(_0x175d45,_0x296944){return _0x175d45>_0x296944;},'NiCRd':_0x278fba(0x25c),'beCff':'--config','cCJzl':_0x278fba(0x178),'nQjnc':'win32','IkBHL':_0x278fba(0x25b),'ZgSQZ':'close'},_0x3fce7e=helper[_0x278fba(0x198)](_0x5d3860['NRhkW']);global[_0x278fba(0x210)]=!!_0x3fce7e;const _0x5d9aa3=_0x5d3860[_0x278fba(0x1ab)](getPuppeteerVersion);global[_0x278fba(0x1e3)]=!!_0x5d9aa3;helper[_0x278fba(0x1e5)]()?(await _0x58c69e[_0x278fba(0x254)](_0x374f2c),await helper[_0x278fba(0x235)](_0x58c69e[_0x278fba(0x1ed)])):await _0x58c69e[_0x278fba(0x16a)]();if(_0x3fce7e)await _0x5d3860[_0x278fba(0x219)](checkPwandBootstrapCli,_0x3fce7e,constants[_0x278fba(0x264)]['JEST'],_0x58c69e);else _0x5d9aa3&&await _0x5d3860['gKnQZ'](checkPuppeteerAndBootstrapCli,_0x5d9aa3,constants[_0x278fba(0x264)][_0x278fba(0x1a8)],_0x58c69e);if(!_0x58c69e['config'])return;_0x5d3860['pNsvo'](_0x58c69e[_0x278fba(0x1ed)][_0x278fba(0x19c)],null)?process[_0x278fba(0x181)][_0x278fba(0x16b)]=_0x58c69e[_0x278fba(0x1ed)][_0x278fba(0x19c)]:process[_0x278fba(0x181)][_0x278fba(0x16b)]=_0x5d3860[_0x278fba(0x16f)];const _0x4df860=new TestOrchestrationHandler(_0x58c69e[_0x278fba(0x1ed)]),_0x50c552=await _0x5d3860[_0x278fba(0x170)](getUserJestConfigs,_0x374f2c,_0x469677);logger[_0x278fba(0x171)](_0x5d3860[_0x278fba(0x25d)]);const _0x3a65f0=Object[_0x278fba(0x223)]({},_0x50c552);_0x3a65f0[_0x278fba(0x1f8)]=Object[_0x278fba(0x223)]({},_0x3a65f0[_0x278fba(0x1f8)],{'server':helper[_0x278fba(0x217)](_0x58c69e['config']),'environment':_0x50c552[_0x278fba(0x1bd)]}),_0x3a65f0[_0x278fba(0x1f8)][_0x278fba(0x18c)]=_0x5d3860[_0x278fba(0x1e7)](getPercyOptions,_0x58c69e[_0x278fba(0x1ed)]);const _0x3c26e8=helper[_0x278fba(0x252)](_0x58c69e['config']);!helper['isUndefined'](_0x58c69e['config']['accessibilityOptions'])&&(process[_0x278fba(0x181)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x278fba(0x1a3)](_0x58c69e[_0x278fba(0x1ed)]['accessibilityOptions']));if(!BrowserstackCLI['getInstance']()[_0x278fba(0x1c3)]()){const _0x182ab6=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x278fba(0x1a8)],_0x58c69e);}const _0x1d728f=helper[_0x278fba(0x177)](_0x58c69e[_0x278fba(0x1ed)],_0x3c26e8,constants[_0x278fba(0x264)]['JEST']);process[_0x278fba(0x181)][_0x278fba(0x25f)]=JSON[_0x278fba(0x1a3)](_0x1d728f);let _0x123f29=_0x58c69e[_0x278fba(0x1ed)]['accessibility'];_0x123f29=_0x123f29||accessibilityHelper[_0x278fba(0x189)](_0x58c69e[_0x278fba(0x1ed)]),process[_0x278fba(0x181)][_0x278fba(0x21e)]=_0x123f29,logger[_0x278fba(0x257)]('[Jest\x20Command]\x20Accessibility\x20enabled:\x20'+_0x123f29+_0x278fba(0x1ca)+BrowserstackCLI[_0x278fba(0x1c2)]()[_0x278fba(0x1c3)]());if(_0x3fce7e)try{const _0x1b2968=_0x5d3860['JEpJG'](checkAccessibilityPlatformConfig,_0x58c69e[_0x278fba(0x1ed)]);process[_0x278fba(0x181)][_0x278fba(0x1ba)]=_0x1b2968?_0x5d3860[_0x278fba(0x16f)]:_0x5d3860['ykPAv'],logger['debug'](_0x278fba(0x16e)+_0x1b2968+_0x278fba(0x19e)+process[_0x278fba(0x181)][_0x278fba(0x1ba)]);}catch(_0x2562d7){logger[_0x278fba(0x257)](_0x278fba(0x23a)+util[_0x278fba(0x200)](_0x2562d7));}_0x3a65f0[_0x278fba(0x1f8)][_0x278fba(0x221)]=_0x1d728f,_0x3a65f0['testEnvironmentOptions'][_0x278fba(0x253)]=_0x5d3860['URxxI'](getSerial,_0x1d728f,_0x374f2c),_0x3a65f0['testEnvironmentOptions'][_0x278fba(0x17f)]=_0x5d3860[_0x278fba(0x1e8)](getMaxWorkers,_0x374f2c,_0x58c69e[_0x278fba(0x1ed)],_0x50c552),_0x3a65f0[_0x278fba(0x1f8)]['proxySettings']=_0x58c69e[_0x278fba(0x1ed)][_0x278fba(0x190)],_0x3a65f0['testEnvironmentOptions'][_0x278fba(0x1ee)]=_0x5d3860[_0x278fba(0x1ce)](_0x374f2c['testTimeout'],0x1)||0x1388,_0x3a65f0[_0x278fba(0x1f8)][_0x278fba(0x243)]=_0x58c69e[_0x278fba(0x1ed)][_0x278fba(0x1fc)]['skipSessionName'],_0x3a65f0[_0x278fba(0x1f8)][_0x278fba(0x24f)]=_0x58c69e[_0x278fba(0x1ed)][_0x278fba(0x1fc)][_0x278fba(0x24f)],_0x3a65f0[_0x278fba(0x1f8)]['browserStackLogLevel']=_0x58c69e[_0x278fba(0x1ed)]['logLevel'],_0x3a65f0[_0x278fba(0x1f8)][_0x278fba(0x1eb)]=_0x58c69e[_0x278fba(0x1ed)]['turboScaleUrl'],_0x3a65f0[_0x278fba(0x1f8)][_0x278fba(0x224)]=_0x58c69e['config']['platforms'];const _0x29e24d=helper[_0x278fba(0x193)](_0x58c69e[_0x278fba(0x1ed)]);if(!helper['isEmpty'](_0x29e24d)){helper[_0x278fba(0x1e9)](_0x29e24d['retryTestsOnFailure'])&&(_0x3a65f0[_0x278fba(0x1f8)][_0x278fba(0x1f9)]=_0x29e24d['retryTestsOnFailure'][_0x278fba(0x21d)]);if(helper['isNotUndefined'](_0x29e24d[_0x278fba(0x19f)])&&helper[_0x278fba(0x1e9)](_0x29e24d[_0x278fba(0x19f)][_0x278fba(0x261)])){const _0x290b5d={};_0x290b5d['failureThresholdCount']=_0x29e24d[_0x278fba(0x19f)]['maxFailures'],_0x290b5d[_0x278fba(0x261)]=_0x29e24d['abortBuildOnFailure'][_0x278fba(0x261)],_0x3a65f0[_0x278fba(0x1f8)]['failFast']=_0x290b5d;}}let _0x882027='';_0x5d3860[_0x278fba(0x183)](helper[_0x278fba(0x20e)](),constants[_0x278fba(0x1cc)][_0x278fba(0x22f)])?_0x882027=_0x5d3860[_0x278fba(0x230)]:_0x882027=_0x5d3860[_0x278fba(0x1a0)];const _0x16a955=_0x882027,_0x108634=path['join'](__dirname,_0x5d3860[_0x278fba(0x23b)],_0x5d3860[_0x278fba(0x249)]),_0x3c62c8=path['join'](__dirname,_0x5d3860[_0x278fba(0x23b)],_0x5d3860[_0x278fba(0x1d6)]),_0xd0a9e4=path[_0x278fba(0x22d)](__dirname,_0x5d3860['MCCDr'],_0x5d3860[_0x278fba(0x251)]);_0x3a65f0['testEnvironment']&&(process[_0x278fba(0x181)]['BSTACK_JEST_TEST_ENV']=_0x3a65f0['testEnvironment']);_0x3a65f0[_0x278fba(0x1bd)]=path[_0x278fba(0x22d)](__dirname,_0x5d3860[_0x278fba(0x23b)],_0x5d3860[_0x278fba(0x16d)]);const _0xf45fc5=_0x50c552[_0x278fba(0x204)];if(_0xf45fc5&&_0x5d3860[_0x278fba(0x218)](_0xf45fc5,_0x5d3860[_0x278fba(0x18d)])){const _0x2e78f1=_0xf45fc5[_0x278fba(0x188)](_0x5d3860[_0x278fba(0x215)])?_0xf45fc5:_0x278fba(0x24c)+_0xf45fc5;process['env']['BSTACK_USER_JEST_RUNNER']=_0x2e78f1,logger[_0x278fba(0x171)](_0x278fba(0x233)+_0x2e78f1);}_0x3a65f0[_0x278fba(0x204)]=_0x3c62c8,_0x3a65f0['setupFilesAfterEnv']=_0x3a65f0['setupFilesAfterEnv']||[],_0x3a65f0['setupFilesAfterEnv'][_0x278fba(0x1cd)](path[_0x278fba(0x22d)](__dirname,_0x5d3860[_0x278fba(0x1d0)]));_0x4df860[_0x278fba(0x20b)]()&&(_0x3a65f0['testSequencer']=path[_0x278fba(0x22d)](__dirname,_0x5d3860[_0x278fba(0x23b)],_0x5d3860['cMWgx']));if(testhubUtils[_0x278fba(0x1c9)]()||BrowserstackCLI[_0x278fba(0x1c2)]()[_0x278fba(0x1bc)]()){let _0x37049d=null;try{_0x37049d=helper[_0x278fba(0x1aa)](_0x5d3860[_0x278fba(0x22a)],_0x5d3860['FZbdT']);}catch(_0x2d6ebc){try{_0x37049d=helper['requireModule'](_0x5d3860['fdNIi'],_0x5d3860[_0x278fba(0x212)]);}catch(_0x589e86){_0x5d3860[_0x278fba(0x1e7)](debug,_0x278fba(0x1b1)+_0x589e86);}}_0x37049d&&(testhubUtils[_0x278fba(0x1c9)]()&&_0x3a65f0[_0x278fba(0x1f7)][_0x278fba(0x1cd)](path['join'](__dirname,_0x5d3860[_0x278fba(0x192)],_0x5d3860[_0x278fba(0x207)])),_0x3a65f0[_0x278fba(0x1ef)]=path[_0x278fba(0x22d)](__dirname,_0x5d3860[_0x278fba(0x23b)],_0x5d3860[_0x278fba(0x1f0)]));}_0x3a65f0[_0x278fba(0x1f3)]=_0x3a65f0['setupFiles']||[];try{helper['requireSeleniumWebdriver'](),_0x3a65f0['setupFiles'][_0x278fba(0x1cd)](path['join'](__dirname,_0x5d3860[_0x278fba(0x1b3)]));}catch{logger[_0x278fba(0x257)](_0x5d3860['IPZuu']);}try{helper[_0x278fba(0x185)][_0x278fba(0x1b5)](null,[_0x5d3860[_0x278fba(0x180)],_0x5d3860[_0x278fba(0x23e)]]),logger['debug'](_0x5d3860[_0x278fba(0x20d)]),_0x3a65f0[_0x278fba(0x1f3)][_0x278fba(0x1cd)](path['join'](__dirname,_0x5d3860[_0x278fba(0x236)]));}catch(_0xf32828){logger[_0x278fba(0x257)](_0x5d3860[_0x278fba(0x184)],_0xf32828);}if(_0x5d3860[_0x278fba(0x201)](!_0x3fce7e,_0x5d9aa3)){try{logger[_0x278fba(0x257)](_0x5d3860[_0x278fba(0x1fd)]),_0x3a65f0[_0x278fba(0x1f3)]['push'](path['join'](__dirname,'..',_0x5d3860[_0x278fba(0x173)],_0x5d3860[_0x278fba(0x236)]));}catch(_0x2a7f67){logger[_0x278fba(0x257)](_0x278fba(0x18b)+_0x2a7f67[_0x278fba(0x23d)]);}try{const _0x762207=require[_0x278fba(0x194)](_0x5d3860['DrUnS']),_0x8be798=path[_0x278fba(0x1d5)](_0x762207)[_0x278fba(0x1ea)](/\\/g,'/'),_0xa45d25={};_0xa45d25[_0x278fba(0x19a)]=_0x8be798+_0x278fba(0x1b6),_0x3a65f0['moduleNameMapper']=Object[_0x278fba(0x223)]({},_0x3a65f0[_0x278fba(0x1d3)]||{},_0xa45d25),logger[_0x278fba(0x257)](_0x278fba(0x196)+_0x8be798);}catch(_0x1eb333){logger[_0x278fba(0x257)](_0x278fba(0x21a)+_0x1eb333[_0x278fba(0x23d)]);}}_0x3a65f0[_0x278fba(0x1c1)]=_0x3a65f0[_0x278fba(0x1c1)]||[_0x5d3860['ISlJv']],_0x5d3860['uYdLh'](updateTestRerunConfig,_0x3a65f0,_0x58c69e);const _0x2062ce=fs['readFileSync'](_0xd0a9e4),_0x2793b1=helper['resolveModule'](_0x5d3860['lOTPp'],_0x5d3860['kpnNR']);!_0x2793b1[_0x278fba(0x1be)]?fs['writeFileSync'](_0x3a65f0[_0x278fba(0x204)],_0x278fba(0x1b2)+_0x2062ce+_0x278fba(0x25a)+_0x58c69e[_0x278fba(0x1ed)]['platforms'][_0x278fba(0x186)]+';\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'):fs[_0x278fba(0x1dd)](_0x3a65f0[_0x278fba(0x204)],_0x278fba(0x1b2)+_0x2062ce+_0x278fba(0x1f5)+_0x58c69e[_0x278fba(0x1ed)][_0x278fba(0x214)][_0x278fba(0x186)]+_0x278fba(0x225));logger[_0x278fba(0x171)](_0x278fba(0x1c0)+_0x16a955+_0x278fba(0x234)),fs[_0x278fba(0x1dd)](_0x16a955,_0x278fba(0x167)+JSON[_0x278fba(0x1a3)](_0x3a65f0)+_0x278fba(0x17e));if(_0x4df860[_0x278fba(0x20b)]()){logger[_0x278fba(0x257)](_0x5d3860[_0x278fba(0x1d8)]);const _0x2c0dbc=await _0x4df860['findTestFiles'](_0x3a65f0,_0x469677['slice'](0x1),_0x16a955);logger['debug'](_0x278fba(0x1ec)+JSON[_0x278fba(0x1a3)](_0x2c0dbc)+_0x278fba(0x1ac));const _0x875b02=await _0x4df860[_0x278fba(0x169)](_0x2c0dbc);logger[_0x278fba(0x257)](_0x278fba(0x17a)+JSON['stringify'](_0x875b02)),_0x875b02&&_0x5d3860[_0x278fba(0x1f1)](_0x875b02[_0x278fba(0x186)],0x0)&&(process['env'][_0x278fba(0x262)]=_0x875b02?.[_0x278fba(0x22d)](','));}logger['info'](_0x5d3860[_0x278fba(0x202)]);testhubUtils[_0x278fba(0x1c9)]()&&TestDetails[_0x278fba(0x244)]();helper[_0x278fba(0x24d)]({},_0x469677),PerformanceTester[_0x278fba(0x1a6)](PerformanceEvents[_0x278fba(0x1b4)]);const _0x113f60=[_0x5d3860[_0x278fba(0x179)],_0x5d3860[_0x278fba(0x220)],_0x16a955,..._0x469677[_0x278fba(0x191)](0x1)],_0x2ddbbb=_0x5d3860[_0x278fba(0x1e8)](spawn,_0x5d3860[_0x278fba(0x1fe)],_0x113f60,{'shell':_0x5d3860['rgKnv'](process[_0x278fba(0x263)],_0x5d3860['nQjnc']),'stdio':_0x5d3860[_0x278fba(0x16c)],'env':Object[_0x278fba(0x223)]({},process[_0x278fba(0x181)])});_0x2ddbbb['on'](_0x5d3860[_0x278fba(0x1d9)],async _0x5589ca=>{const _0x2a944b=_0x278fba;PerformanceTester[_0x2a944b(0x1df)](PerformanceEvents[_0x2a944b(0x258)]);try{const {browserstackFolderPath:_0x2d8593,tcgConfigPath:_0x83934b}=helper['getTCGConfigFilePaths']();fs[_0x2a944b(0x21f)](_0x83934b),fs['rmdirSync'](_0x2d8593);}catch(_0x579bdb){logger[_0x2a944b(0x257)](_0x5d3860[_0x2a944b(0x20f)],_0x579bdb);}process[_0x2a944b(0x22c)]=_0x5589ca,logger[_0x2a944b(0x257)]('child\x20process\x20exited\x20with\x20code\x20'+_0x5589ca),logger[_0x2a944b(0x171)](_0x2a944b(0x1d7)+_0x16a955);if(helper[_0x2a944b(0x1e9)](_0x29e24d)&&helper[_0x2a944b(0x1e9)](_0x29e24d[_0x2a944b(0x19f)])&&fs[_0x2a944b(0x1d4)](_0x29e24d[_0x2a944b(0x19f)][_0x2a944b(0x261)]))try{const _0x1dae2c={};_0x1dae2c[_0x2a944b(0x1ad)]=!![],_0x1dae2c['force']=!![],fs[_0x2a944b(0x1e6)](_0x29e24d['abortBuildOnFailure']['workingDir'],_0x1dae2c),logger[_0x2a944b(0x257)](_0x2a944b(0x17c)+_0x29e24d['abortBuildOnFailure'][_0x2a944b(0x261)]);}catch(_0x5938e9){logger[_0x2a944b(0x1be)](_0x2a944b(0x18f)+_0x5938e9);}let _0x42754b=null;if(fs['existsSync'](_0x108634)){_0x42754b=fs['readFileSync'](_0x108634);try{_0x42754b=JSON[_0x2a944b(0x231)](_0x42754b);}catch(_0x3aac03){logger['debug']('Error\x20while\x20parsing\x20'+_0x108634+',\x20'+_0x42754b+'\x20:\x20'+_0x3aac03);}fs[_0x2a944b(0x21f)](_0x108634);}fs[_0x2a944b(0x21f)](_0x16a955),fs[_0x2a944b(0x21f)](_0x3c62c8),_0x42754b&&(_0x58c69e[_0x2a944b(0x1b0)]=helper[_0x2a944b(0x1b8)](_0x42754b,_0x5d3860['orJfs'],_0x58c69e));const _0x2f0d66=BrowserstackCLI[_0x2a944b(0x228)]();try{await TestHubHandler[_0x2a944b(0x1a5)](),await BrowserstackCLI[_0x2a944b(0x1c2)]()['stop']();}catch(_0x20b88d){console[_0x2a944b(0x1f2)](_0x20b88d),_0x5d3860[_0x2a944b(0x1e7)](debug,_0x2a944b(0x1a7)+util['format'](_0x20b88d));}testOpsHelper[_0x2a944b(0x22e)](),TestDetails[_0x2a944b(0x19b)](),await utilities['finalExecution'](_0x58c69e,_0x2f0d66);});}function a14_0x468f(){const _0x170506=['puppeteer','342777JKMZTm','customTestRunnerTemplate.js','__isPuppeteerInstalled','@jest/core','isBrowserstackInfra','rmSync','JEpJG','Nmhjn','isNotUndefined','replace','turboScaleUrl','Found:\x20','config','timeout__','testRunner','tewpu','fiwIe','log','setupFiles','../../helpers/testhub/testhubHandler','\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','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','setupFilesAfterEnv','testEnvironmentOptions','retries__','../../helpers/test-observability/utils','jest-circus/build/runner.js','testContextOptions','HGdOc','cCJzl','clRdU','format','RafkA','NiCRd','vEFDR','runner','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','runInBand','ksgtD','error\x20removing\x20tcg\x20config\x20file','../../helpers/utilities','154840gUSFoq','isTestOrchestrationEnabled','NVKvR','iZgmP','getPackageType','GpsBn','__isPlaywrightInstalled','readInitialOptions','FZbdT','SsrAi','platforms','vQrqR','findIndex','getHubUrl','UvLyt','Szwiw','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','gohTW','--config','maxRetries','BROWSERSTACK_TEST_ACCESSIBILITY_YML','unlinkSync','beCff','capabilities','jest_browserstack_results.json','assign','platformCaps',';\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','../../helpers/logger','./test-observability/helper','isCLIEnabled','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','sZPMa','1056qlfxEb','exitCode','join','printBuildLink','MODULE','QHGNU','parse','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','Preserving\x20user\x27s\x20Jest\x20runner:\x20','\x20with\x20browserstack\x20jest\x20configs','handleApp','NOtez','323815qRfNhd','yLDVl','default','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','MCCDr','../../helpers/performance/performance-tester','message','LmnXD','customCircus.js','../../helpers/BrowserStackSetup','./test-observability/test-details','customEnvironment.js','skipSessionName','setup','7649440BVvAVY','customImplements','ueXyb','true','LeAjM','@jest/core/build/ReporterDispatcher.js','42196hZLYlq','jest-runner-','filterBrowserstackArgs','mjs','skipSessionStatus','jest-circus','TfoRq','useW3C','serial__','initialize','jest.setup.js','parallelsPerPlatform','debug','SDK_CLEANUP','package.json','\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','inherit','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','jDHQv','aaHzz','BROWSERSTACK_CAPABILITIES','util','workingDir','JEST_TEST_ORDER','platform','FRAMEWORKS','test.setup.js','@playwright/test','Getting\x20your\x20jest\x20configs\x20from\x20','const\x20config=','../../helpers/percy/utils','reorderTestFiles','setupTCGAuth','BROWSERSTACK_TEST_OBSERVABILITY_YML','IkBHL','iDToQ','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','ukdfW','URxxI','info','2634678UZyIwl','TBjuc','test-observability','jest_browserstack.config.js','flYay','prepareCapabilities','npx','orJfs','Reodered\x20Test\x20Files:\x20','test_before.setup.js','Deleted\x20fail-fast\x20state\x20folder:\x20','jest.config.','\x0amodule.exports\x20=\x20config;','parallels__','NRhkW','env','../../helpers/playwright-helper','rgKnv','xnzLo','requirePWModule','length','../utils/constants','startsWith','checkAccessibilityPlatformConfig','miOTe','Puppeteer\x20setup\x20error:\x20','browserStackPercyOptions','LKUWl','JKyUt','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','proxySettings','slice','ttzUE','parseTestOrchestrationOptions','resolve','2vWmTOH','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','path','getPackageVersion','../../helpers/puppeteer-helper','^puppeteer-core/internal/(.*)','shutdown','testObservability','playwright',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','abortBuildOnFailure','ejbjd','tVFHy','customTestRunner.js','stringify','cjs','stop','end','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','JEST','../../helpers/test-observability/constants','requireModule','mSxVo','\x20test\x20files\x20to\x20run.','recursive','splice','10qGZxop','errorMessage','Unable\x20to\x20find\x20jest-circus,\x20','\x0a\x20\x20\x20\x20\x20\x20','EQtsF','SDK_SETUP','apply','/internal/$1','../../helpers/accessibility-automation/helper','getErrorMessageFromResults','json','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','jest','isCliEnabled','testEnvironment','error','jest_browserstack.config.cjs','Creating\x20','reporters','getInstance','isRunning','jest-config/build/readConfigFileAndSetRootDir.js','EVENTS','isUndefined','false','9462134vQbsdo','shouldProcessEventForTesthub',',\x20CLI\x20running:\x20','puppeteer-core/package.json','PACKAGE_TYPE','push','sUOzB','maxWorkers','CMXHg','jest-runner','Getting\x20your\x20jest\x20configs\x20from\x20package.json','moduleNameMapper','existsSync','dirname','fyvuA','Deleting\x20','RyppX','ZgSQZ','cBPPo','68vblLLC','cwd','writeFileSync','winstonLogger','start'];a14_0x468f=function(){return _0x170506;};return a14_0x468f();}module['exports']=run;
@@ -1 +1 @@
1
- const a15_0x614ffa=a15_0x3f01;(function(_0x1982f5,_0x3c0835){const _0x101668=a15_0x3f01,_0x5d7e0a=_0x1982f5();while(!![]){try{const _0x1a525f=parseInt(_0x101668(0x102))/0x1+parseInt(_0x101668(0xeb))/0x2*(parseInt(_0x101668(0x101))/0x3)+-parseInt(_0x101668(0xf2))/0x4+parseInt(_0x101668(0xfb))/0x5+parseInt(_0x101668(0xed))/0x6*(parseInt(_0x101668(0x103))/0x7)+parseInt(_0x101668(0xf3))/0x8*(-parseInt(_0x101668(0xfd))/0x9)+parseInt(_0x101668(0xf8))/0xa*(-parseInt(_0x101668(0xf7))/0xb);if(_0x1a525f===_0x3c0835)break;else _0x5d7e0a['push'](_0x5d7e0a['shift']());}catch(_0xd4e0cc){_0x5d7e0a['push'](_0x5d7e0a['shift']());}}}(a15_0x16a4,0x34eda));const path=require('path'),{requireModule}=require(a15_0x614ffa(0xf9));let initJestAdapter;try{initJestAdapter=requireModule(a15_0x614ffa(0xfa),'jest-circus');}catch{initJestAdapter=requireModule(a15_0x614ffa(0xff),a15_0x614ffa(0x100));}function a15_0x16a4(){const _0xe0e46c=['326178GadJvg','join','jest-circus/build/runner.js','jest-circus','1173714dWIBwC','96861ytqHTu','7ispNxk','function','2zFKgwE','exports','1579716wLCufC','requireInternalModule','default','customJestAdapterInit.js','jestAdapterInit','1482952ZaYHth','8SUglSH','initRequireModule','includes','MPzgq','4673097RTNNnD','10DRdOec','../../../helpers/helper','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','1486080sESUey','FEunc'];a15_0x16a4=function(){return _0xe0e46c;};return a15_0x16a4();}function a15_0x3f01(_0x1cdb3e,_0x17170c){const _0x16a4eb=a15_0x16a4();return a15_0x3f01=function(_0x3f01ba,_0x1a54a9){_0x3f01ba=_0x3f01ba-0xea;let _0x27ed71=_0x16a4eb[_0x3f01ba];return _0x27ed71;},a15_0x3f01(_0x1cdb3e,_0x17170c);}initJestAdapter=typeof initJestAdapter===a15_0x614ffa(0xea)?initJestAdapter:initJestAdapter[a15_0x614ffa(0xef)];const FRAMEWORK_INITIALIZER=path[a15_0x614ffa(0xfe)](__dirname,a15_0x614ffa(0xf0));module[a15_0x614ffa(0xec)]=(..._0x1a1170)=>{const _0x551bec=a15_0x614ffa,_0x15edcb={'FEunc':_0x551bec(0xf1),'tQsKq':function(_0x399846,_0x89d15d){return _0x399846===_0x89d15d;},'MPzgq':function(_0x227b26,..._0x38b601){return _0x227b26(..._0x38b601);}};return _0x1a1170[0x3][_0x551bec(0xf4)]=_0x1a1170[0x3][_0x551bec(0xee)],_0x1a1170[0x3][_0x551bec(0xee)]=(..._0x153ec4)=>{const _0x2af496=_0x551bec;if(_0x153ec4[0x0]&&_0x153ec4[0x0][_0x2af496(0xf5)](_0x15edcb[_0x2af496(0xfc)])&&_0x15edcb['tQsKq'](_0x153ec4[0x1],undefined))return _0x1a1170[0x3][_0x2af496(0xf4)](FRAMEWORK_INITIALIZER);return _0x1a1170[0x3][_0x2af496(0xf4)](..._0x153ec4);},_0x15edcb[_0x551bec(0xf6)](initJestAdapter,..._0x1a1170);};
1
+ const a15_0x28fabf=a15_0x26ae;(function(_0x3366c3,_0x5516ec){const _0x2113fb=a15_0x26ae,_0x4bde9=_0x3366c3();while(!![]){try{const _0x43b74a=-parseInt(_0x2113fb(0x128))/0x1+parseInt(_0x2113fb(0x130))/0x2*(parseInt(_0x2113fb(0x138))/0x3)+-parseInt(_0x2113fb(0x133))/0x4*(-parseInt(_0x2113fb(0x12e))/0x5)+parseInt(_0x2113fb(0x12d))/0x6*(parseInt(_0x2113fb(0x131))/0x7)+parseInt(_0x2113fb(0x139))/0x8+parseInt(_0x2113fb(0x136))/0x9*(-parseInt(_0x2113fb(0x135))/0xa)+-parseInt(_0x2113fb(0x12f))/0xb*(-parseInt(_0x2113fb(0x12b))/0xc);if(_0x43b74a===_0x5516ec)break;else _0x4bde9['push'](_0x4bde9['shift']());}catch(_0x5e60ec){_0x4bde9['push'](_0x4bde9['shift']());}}}(a15_0x4d22,0xc506d));const path=require('path'),{requireModule}=require(a15_0x28fabf(0x13a));let initJestAdapter;function a15_0x26ae(_0x53f391,_0x3b652d){const _0x4d22fd=a15_0x4d22();return a15_0x26ae=function(_0x26ae38,_0x168b51){_0x26ae38=_0x26ae38-0x122;let _0x1e2a9b=_0x4d22fd[_0x26ae38];return _0x1e2a9b;},a15_0x26ae(_0x53f391,_0x3b652d);}try{initJestAdapter=requireModule(a15_0x28fabf(0x137),a15_0x28fabf(0x12a));}catch{initJestAdapter=requireModule(a15_0x28fabf(0x124),a15_0x28fabf(0x12a));}function a15_0x4d22(){const _0x297af3=['customJestAdapterInit.js','6nkTidZ','5EkVAqh','12353wfJTWO','597462WLCHju','3972031EqhLDd','PFKXx','1872820YBTiJr','join','15064970mgYzmo','9CEGHoN','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','15gMrrcG','299944nqZrsd','../../../helpers/helper','function','requireInternalModule','default','exports','jest-circus/build/runner.js','initRequireModule','includes','jestAdapterInit','982095VRDeYS','nyYsc','jest-circus','7788aglGfj'];a15_0x4d22=function(){return _0x297af3;};return a15_0x4d22();}initJestAdapter=typeof initJestAdapter===a15_0x28fabf(0x13b)?initJestAdapter:initJestAdapter[a15_0x28fabf(0x122)];const FRAMEWORK_INITIALIZER=path[a15_0x28fabf(0x134)](__dirname,a15_0x28fabf(0x12c));module[a15_0x28fabf(0x123)]=(..._0x317948)=>{const _0x2f6c7a=a15_0x28fabf,_0x21f514={'vOTMo':_0x2f6c7a(0x127),'PFKXx':function(_0x22325a,_0x2d2c04){return _0x22325a===_0x2d2c04;},'nyYsc':function(_0x1ec059,..._0x96ed0e){return _0x1ec059(..._0x96ed0e);}};return _0x317948[0x3]['initRequireModule']=_0x317948[0x3][_0x2f6c7a(0x13c)],_0x317948[0x3][_0x2f6c7a(0x13c)]=(..._0x19bfa3)=>{const _0x3d51df=_0x2f6c7a;if(_0x19bfa3[0x0]&&_0x19bfa3[0x0][_0x3d51df(0x126)](_0x21f514['vOTMo'])&&_0x21f514[_0x3d51df(0x132)](_0x19bfa3[0x1],undefined))return _0x317948[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x317948[0x3][_0x3d51df(0x125)](..._0x19bfa3);},_0x21f514[_0x2f6c7a(0x129)](initJestAdapter,..._0x317948);};
@@ -1 +1 @@
1
- const a16_0x425c7b=a16_0x2ce6;(function(_0x397143,_0xd2d5c0){const _0x484bd7=a16_0x2ce6,_0x13d335=_0x397143();while(!![]){try{const _0x4bbebd=-parseInt(_0x484bd7(0x165))/0x1*(parseInt(_0x484bd7(0x168))/0x2)+-parseInt(_0x484bd7(0x1a0))/0x3+parseInt(_0x484bd7(0x1ba))/0x4+-parseInt(_0x484bd7(0x150))/0x5+parseInt(_0x484bd7(0x14f))/0x6+-parseInt(_0x484bd7(0x157))/0x7+parseInt(_0x484bd7(0x171))/0x8;if(_0x4bbebd===_0xd2d5c0)break;else _0x13d335['push'](_0x13d335['shift']());}catch(_0x31fa49){_0x13d335['push'](_0x13d335['shift']());}}}(a16_0x5375,0xe00c8));const helper=require(a16_0x425c7b(0x16a)),constants=require(a16_0x425c7b(0x1a3)),{isTestObservabilitySession}=require(a16_0x425c7b(0x178)),RequestQueueHandler=require(a16_0x425c7b(0x1a9)),ObservabilityReporter=require(a16_0x425c7b(0x196)),testhubUtils=require('../../../helpers/testhub/utils'),logger=require(a16_0x425c7b(0x185))['winstonLogger'],getTestEnvironment=((()=>{const _0x4c25d8=a16_0x425c7b,_0x4f5e29={};_0x4f5e29[_0x4c25d8(0x155)]=_0x4c25d8(0x167),_0x4f5e29[_0x4c25d8(0x17d)]=_0x4c25d8(0x18c);const _0x496819=_0x4f5e29;try{const _0x236464=helper[_0x4c25d8(0x17c)](_0x496819[_0x4c25d8(0x155)]);if(_0x236464[_0x4c25d8(0x186)])return _0x236464[_0x4c25d8(0x186)];const _0x452b76=helper[_0x4c25d8(0x17c)](_0x496819['sGjBq']);if(_0x452b76[_0x4c25d8(0x1b9)])return _0x452b76[_0x4c25d8(0x1b9)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x5f5216=a16_0x425c7b,_0x59f3fd={'uBdMB':function(_0x4b16e4,_0x202333){return _0x4b16e4(_0x202333);},'BtBHi':_0x5f5216(0x16e),'BdmTS':_0x5f5216(0x16b)},_0x49bcd7=_0x59f3fd[_0x5f5216(0x18b)](getTestEnvironment,{'rootDir':process[_0x5f5216(0x19a)](),'testEnvironment':process[_0x5f5216(0x184)][_0x5f5216(0x197)]||_0x59f3fd[_0x5f5216(0x1bb)]});if(!_0x49bcd7)return _0x59f3fd[_0x5f5216(0x18b)](_interopRequireDefault,helper[_0x5f5216(0x17c)](_0x59f3fd[_0x5f5216(0x1b6)]));return _0x59f3fd[_0x5f5216(0x18b)](_interopRequireDefault,helper['requireModule'](_0x49bcd7));})()),_seleniumWebdriver2=((()=>{const _0x5b9195=a16_0x425c7b,_0x5c9692={'xuIHQ':function(_0x1582d3,_0x378d33){return _0x1582d3(_0x378d33);}};try{const _0x178a91=helper[_0x5b9195(0x1b5)]();return helper[_0x5b9195(0x17b)](),_0x5c9692['xuIHQ'](_interopRequireDefault,_0x178a91);}catch{return null;}})());function a16_0x2ce6(_0x238d97,_0x1550b1){const _0x537551=a16_0x5375();return a16_0x2ce6=function(_0x2ce66c,_0x44da63){_0x2ce66c=_0x2ce66c-0x14f;let _0x56f70d=_0x537551[_0x2ce66c];return _0x56f70d;},a16_0x2ce6(_0x238d97,_0x1550b1);}function _interopRequireDefault(_0x5ca5b0){return _0x5ca5b0&&_0x5ca5b0['__esModule']?_0x5ca5b0:{'default':_0x5ca5b0};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x425c7b(0x19f)][a16_0x425c7b(0x17e)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x1f5536){const _0x20a095=a16_0x425c7b,_0x4db2c6={'CwuQF':_0x20a095(0x194),'aonFB':function(_0x4b854a,_0xa859af){return _0x4b854a+_0xa859af;},'VWplw':_0x20a095(0x1b8),'JINEi':function(_0x5471ed,_0x267d6d){return _0x5471ed(_0x267d6d);},'qXnOJ':_0x20a095(0x1a7),'eZsnV':_0x20a095(0x1b4),'YQuMn':_0x20a095(0x19d),'UNgag':_0x20a095(0x163),'UxKOq':_0x20a095(0x162),'MVtew':_0x20a095(0x15b),'VCsDP':_0x20a095(0x161),'SeCKX':function(_0x53d1ca,_0x2150d6){return _0x53d1ca(_0x2150d6);},'dJovS':_0x20a095(0x17a)};super(_0x1f5536),this[_0x20a095(0x1a1)][_0x20a095(0x174)]=0x0,this[_0x20a095(0x18f)]={};!_0x1f5536[_0x20a095(0x19d)]&&(_0x1f5536['testEnvironmentOptions']={});if(helper['isBrowserstackInfra']()){_0x1f5536['testEnvironmentOptions']=_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x19d)]:_0x1f5536[_0x20a095(0x19d)];_seleniumWebdriver2&&(this[_0x20a095(0x19c)]=new _seleniumWebdriver2['default']['Builder']());this[_0x20a095(0x15f)]=_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x15f)]:_0x1f5536[_0x20a095(0x15f)],this[_0x20a095(0x1a1)][_0x20a095(0x174)]=_0x4db2c6[_0x20a095(0x1a5)](_0x1f5536[_0x20a095(0x19d)][_0x20a095(0x1af)]||0x1388,constants['BSTACK_DELTA']),this[_0x20a095(0x153)]=_0x1f5536['testEnvironmentOptions'][_0x20a095(0x159)];if(this[_0x20a095(0x153)]){const _0x4614df=this[_0x20a095(0x15f)][_0x4db2c6[_0x20a095(0x15d)]]?.[_0x20a095(0x15e)]||'',_0x3a0e20=this[_0x20a095(0x15f)][_0x4db2c6[_0x20a095(0x15d)]]?.[_0x20a095(0x19e)]||'';this[_0x20a095(0x159)]=new(_0x4db2c6[_0x20a095(0x1ab)](require,_0x4db2c6[_0x20a095(0x152)]))(this[_0x20a095(0x153)],_0x4614df,_0x3a0e20),this[_0x20a095(0x1a1)][_0x20a095(0x1ac)]=![];}helper[_0x20a095(0x15c)](_0x1f5536[_0x20a095(0x19d)][_0x20a095(0x1b0)])&&(this[_0x20a095(0x1a1)][_0x20a095(0x18d)]=_0x1f5536[_0x20a095(0x19d)]['retries__']);}if(testhubUtils['shouldProcessEventForTesthub']()){const _0x473246=new ObservabilityReporter();_0x473246['registerListeners']();}this[_0x20a095(0x1a1)][_0x20a095(0x192)]={},this[_0x20a095(0x18f)]=_0x1f5536[_0x20a095(0x19d)],this[_0x20a095(0x18f)][_0x20a095(0x193)]=constants['FRAMEWORKS'][_0x20a095(0x1bc)],this[_0x20a095(0x1a1)][_0x20a095(0x180)]=(_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x180)]:_0x1f5536['browserstackPlatformIndex'])||0x0,this[_0x20a095(0x1a1)][_0x20a095(0x151)]=this[_0x20a095(0x18f)]&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)]['platformCaps'])&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)][this[_0x20a095(0x1a1)][_0x20a095(0x180)]]||{};const _0x28d4fc=this['global'][_0x20a095(0x180)],_0x110553={...this[_0x20a095(0x18f)],'capability':this[_0x20a095(0x18f)][_0x20a095(0x156)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)][_0x20a095(0x156)])&&this[_0x20a095(0x18f)][_0x20a095(0x156)][_0x28d4fc]||{},'platformCaps':this[_0x20a095(0x18f)][_0x20a095(0x1aa)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)][_0x20a095(0x1aa)])&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)][_0x28d4fc]||{}};delete _0x110553[_0x20a095(0x156)],this[_0x20a095(0x1a1)][_0x20a095(0x1b2)]=_0x110553;if(_seleniumWebdriver2){const _0x26a7b6=_0x4db2c6[_0x20a095(0x1a6)][_0x20a095(0x190)]('|');let _0x289f9e=0x0;while(!![]){switch(_0x26a7b6[_0x289f9e++]){case'0':this['global']['cleanup']=async()=>{const _0x2fee98=_0x20a095;await this[_0x2fee98(0x1a1)][_0x2fee98(0x188)][_0x2fee98(0x194)](_0x4db2c6[_0x2fee98(0x160)]);};continue;case'1':this[_0x20a095(0x1a1)]['__skipSessionStatus']=helper['isTrue'](this[_0x20a095(0x18f)][_0x20a095(0x198)]);continue;case'2':this[_0x20a095(0x1a1)]['percyCaptureMode']=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6['UNgag'],_0x4db2c6['UxKOq']]);continue;case'3':this[_0x20a095(0x1a1)][_0x20a095(0x15b)]=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6['UNgag'],_0x4db2c6['MVtew']]);continue;case'4':helper['isTrue'](this[_0x20a095(0x18f)][_0x20a095(0x191)])?this[_0x20a095(0x1a1)][_0x20a095(0x170)]=!![]:this[_0x20a095(0x1a1)][_0x20a095(0x170)]=![];continue;case'5':this[_0x20a095(0x1a1)][_0x20a095(0x161)]=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6[_0x20a095(0x187)],_0x4db2c6['VCsDP']]);continue;case'6':this[_0x20a095(0x1a1)][_0x20a095(0x1a4)]=_0x4db2c6[_0x20a095(0x16c)](require,_0x4db2c6['dJovS'])[_0x20a095(0x173)]({...this['configuration'],'capability':this[_0x20a095(0x15f)]||{}},this,testhubUtils[_0x20a095(0x1b1)]());continue;case'7':this[_0x20a095(0x1a1)]['__drivers']=[];continue;}break;}}}async[a16_0x425c7b(0x181)](){const _0x3bbb61=a16_0x425c7b;_seleniumWebdriver2&&(await helper[_0x3bbb61(0x172)](this['global'][_0x3bbb61(0x177)]),this[_0x3bbb61(0x1a1)][_0x3bbb61(0x1a4)]['Builder']=originalBuilder),await RequestQueueHandler[_0x3bbb61(0x1ae)]()[_0x3bbb61(0x175)]();}async[a16_0x425c7b(0x179)](){}async['handleTestEvent'](_0x643d9a,_0xa10e5e){const _0xb380da=a16_0x425c7b,_0xe1abed={};_0xe1abed[_0xb380da(0x18e)]=function(_0x4693fb,_0x5096d2){return _0x4693fb===_0x5096d2;},_0xe1abed[_0xb380da(0x1bd)]='test_start',_0xe1abed['BdxAr']='skip',_0xe1abed[_0xb380da(0x195)]='test_done',_0xe1abed[_0xb380da(0x15a)]=_0xb380da(0x16f),_0xe1abed[_0xb380da(0x189)]=function(_0x5d135e,_0x457374){return _0x5d135e===_0x457374;},_0xe1abed[_0xb380da(0x154)]=_0xb380da(0x1a2),_0xe1abed[_0xb380da(0x183)]=function(_0x8b00c3,_0x1ee65f){return _0x8b00c3===_0x1ee65f;},_0xe1abed[_0xb380da(0x17f)]='teardown';const _0x595b90=_0xe1abed,{name:_0x34c900}=_0x643d9a;if(_0x595b90[_0xb380da(0x18e)](_0x34c900,_0x595b90[_0xb380da(0x1bd)])){this[_0xb380da(0x1a1)][_0xb380da(0x176)]=_0x643d9a[_0xb380da(0x1a8)];if(_0x595b90[_0xb380da(0x18e)](this['global'][_0xb380da(0x1ac)],!![])){const _0xabc38=_0x643d9a[_0xb380da(0x1a8)]['name'];logger['info']('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0xabc38),_0x643d9a[_0xb380da(0x1a8)]['mode']=_0x595b90['BdxAr'];}}if(this[_0xb380da(0x159)]&&_0x595b90[_0xb380da(0x18e)](_0x34c900,_0x595b90[_0xb380da(0x195)]))try{const _0xe68a0=_0x643d9a['test'][_0xb380da(0x16d)][_0xb380da(0x1b3)](_0x595b90['KLpuU']),_0x537794=_0x643d9a[_0xb380da(0x1a8)]['errors'];await this[_0xb380da(0x159)][_0xb380da(0x169)](_0xe68a0,_0x537794);const _0x1fdaee=await this[_0xb380da(0x159)][_0xb380da(0x18a)]();_0x595b90[_0xb380da(0x18e)](this[_0xb380da(0x1a1)][_0xb380da(0x1ac)],![])&&_0x595b90['ncJMz'](_0x1fdaee,!![])&&(this[_0xb380da(0x1a1)][_0xb380da(0x1ac)]=!![]);}catch(_0x1b354c){logger[_0xb380da(0x158)](_0x595b90['ZsDJu'],_0x1b354c[_0xb380da(0x182)]);}_0x595b90[_0xb380da(0x183)](_0x34c900,_0x595b90['DiImQ'])&&(this[_0xb380da(0x159)]&&this['failFast'][_0xb380da(0x199)]());}}module[a16_0x425c7b(0x164)]=CustomEnvironment;function a16_0x5375(){const _0x220577=['../../../helpers/test-observability/utils','setup','../../../index','modifyCommand','requireModule','sGjBq','Builder','DiImQ','browserstackPlatformIndex','teardown','message','pHiFH','env','../../../helpers/logger','resolveTestEnvironment','UNgag','driver','ncJMz','shouldFailFast','uBdMB','jest-config','__jestRetries','iWjch','configuration','split','skipSessionName','browserStackGlobals','framework','quit','TdMRP','../test-observability/obsReporter','BSTACK_JEST_TEST_ENV','skipSessionStatus','cleanup','cwd','YQuMn','builder','testEnvironmentOptions','projectName','default','5235543bKUqCx','global','Error\x20in\x20fail-fast\x20test_done\x20handler:','../../utils/constants','__webdriver','aonFB','eZsnV','../../../helpers/test-orchestration/failfastManager','test','../../../helpers/test-observability/requestQueueHandler','platformCaps','JINEi','failFastActive','isArray','getInstance','timeout__','retries__','shouldProcessEventForTesthub','jestConfig','join','7|6|3|5|2|4|1|0','requireSeleniumWebdriver','BdmTS','nestedKeyValue','bstack:options','getTestEnvironment','6955500SNMgRP','BtBHi','JEST','pKCPQ','4183308SHCzqT','6094490oxPPcq','__platformCaps','qXnOJ','failFastOptions','ZsDJu','zUuBW','capabilities','9185568ybjeeT','debug','failFast','KLpuU','browserstackPercyBestPlatform','isNotUndefined','VWplw','buildName','capability','CwuQF','percy','percyCaptureMode','browserStackPercyOptions','exports','65065emrcfn','projectConfig','jest-resolve','4YmxDPD','onTestDone','../../../helpers/helper','jest-environment-node','SeCKX','testPath','node','\x20>\x20','sessionNameProvided','23104352zOeCbl','cleanupDrivers','browserstackAgentV2','__timeout','shutdown','testContext','__driversArray'];a16_0x5375=function(){return _0x220577;};return a16_0x5375();}
1
+ const a16_0xdbb286=a16_0x53fb;(function(_0x2a8326,_0x2a7b55){const _0x174f3d=a16_0x53fb,_0x9c1a2=_0x2a8326();while(!![]){try{const _0x2ffaf2=-parseInt(_0x174f3d(0x94))/0x1*(parseInt(_0x174f3d(0xae))/0x2)+parseInt(_0x174f3d(0x99))/0x3*(parseInt(_0x174f3d(0xc8))/0x4)+parseInt(_0x174f3d(0xc0))/0x5*(parseInt(_0x174f3d(0xb4))/0x6)+parseInt(_0x174f3d(0xc5))/0x7+-parseInt(_0x174f3d(0xe8))/0x8+parseInt(_0x174f3d(0x9c))/0x9*(-parseInt(_0x174f3d(0xd1))/0xa)+parseInt(_0x174f3d(0xa0))/0xb;if(_0x2ffaf2===_0x2a7b55)break;else _0x9c1a2['push'](_0x9c1a2['shift']());}catch(_0x335e5c){_0x9c1a2['push'](_0x9c1a2['shift']());}}}(a16_0x5f5a,0xc6801));const helper=require(a16_0xdbb286(0x8f)),constants=require(a16_0xdbb286(0x9f)),{isTestObservabilitySession}=require(a16_0xdbb286(0x92)),RequestQueueHandler=require(a16_0xdbb286(0xf3)),ObservabilityReporter=require(a16_0xdbb286(0xf0)),testhubUtils=require(a16_0xdbb286(0xd7)),logger=require(a16_0xdbb286(0xb7))[a16_0xdbb286(0xdb)],getTestEnvironment=((()=>{const _0x2d3c5e=a16_0xdbb286,_0x196727={};_0x196727[_0x2d3c5e(0xb1)]=_0x2d3c5e(0xa2),_0x196727[_0x2d3c5e(0xd3)]=_0x2d3c5e(0xaa);const _0x5945d4=_0x196727;try{const _0x5c589f=helper['requireModule'](_0x5945d4['VhROd']);if(_0x5c589f['resolveTestEnvironment'])return _0x5c589f['resolveTestEnvironment'];const _0x2f81fb=helper[_0x2d3c5e(0xbf)](_0x5945d4['HZLMP']);if(_0x2f81fb['getTestEnvironment'])return _0x2f81fb[_0x2d3c5e(0x9e)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x2fd2fc=a16_0xdbb286,_0x1dd2cc={'mQbEo':function(_0x23a5e0,_0x20d2d1){return _0x23a5e0(_0x20d2d1);},'QmoSC':_0x2fd2fc(0x95),'qpjhM':_0x2fd2fc(0xe7)},_0x4c4d7c=_0x1dd2cc['mQbEo'](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x2fd2fc(0xdf)]['BSTACK_JEST_TEST_ENV']||_0x1dd2cc[_0x2fd2fc(0xe2)]});if(!_0x4c4d7c)return _0x1dd2cc['mQbEo'](_interopRequireDefault,helper[_0x2fd2fc(0xbf)](_0x1dd2cc[_0x2fd2fc(0x97)]));return _0x1dd2cc[_0x2fd2fc(0x8b)](_interopRequireDefault,helper[_0x2fd2fc(0xbf)](_0x4c4d7c));})()),_seleniumWebdriver2=((()=>{const _0x5bb62e=a16_0xdbb286,_0x236400={'YdiAG':function(_0x213dbc,_0x19ed69){return _0x213dbc(_0x19ed69);}};try{const _0x517e06=helper[_0x5bb62e(0xd6)]();return helper[_0x5bb62e(0xce)](),_0x236400[_0x5bb62e(0x93)](_interopRequireDefault,_0x517e06);}catch{return null;}})());function _interopRequireDefault(_0x565897){const _0x475d41=a16_0xdbb286;return _0x565897&&_0x565897[_0x475d41(0xfb)]?_0x565897:{'default':_0x565897};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default']['Builder']:null;class CustomEnvironment extends _jestUserEnvironment[a16_0xdbb286(0xc7)]{constructor(_0x2650a1){const _0x3fccac=a16_0xdbb286,_0x4e7b6a={'EFlYv':_0x3fccac(0xe5),'YtKDU':function(_0x4492e6,_0x562238){return _0x4492e6+_0x562238;},'YyRcQ':_0x3fccac(0xcb),'PuMAO':function(_0x237c8a,_0x1b9522){return _0x237c8a(_0x1b9522);},'LfjfD':'../../../helpers/test-orchestration/failfastManager','dJJUI':_0x3fccac(0xb3),'HvnrQ':'testEnvironmentOptions','BuRmB':_0x3fccac(0x88),'FgCkS':_0x3fccac(0x89),'UvmKu':_0x3fccac(0xcc),'TOvsb':'../../../index','wJRcS':'percy'};super(_0x2650a1),this[_0x3fccac(0xb8)][_0x3fccac(0xb5)]=0x0,this[_0x3fccac(0xe4)]={};!_0x2650a1[_0x3fccac(0xc6)]&&(_0x2650a1[_0x3fccac(0xc6)]={});if(helper[_0x3fccac(0xdd)]()){_0x2650a1[_0x3fccac(0xc6)]=_0x2650a1[_0x3fccac(0xe9)]?_0x2650a1['projectConfig']['testEnvironmentOptions']:_0x2650a1[_0x3fccac(0xc6)];_seleniumWebdriver2&&(this[_0x3fccac(0xcd)]=new _seleniumWebdriver2[(_0x3fccac(0xc7))][(_0x3fccac(0xc2))]());this[_0x3fccac(0xb0)]=_0x2650a1[_0x3fccac(0xe9)]?_0x2650a1['projectConfig'][_0x3fccac(0xb0)]:_0x2650a1[_0x3fccac(0xb0)],this[_0x3fccac(0xb8)]['__timeout']=_0x4e7b6a['YtKDU'](_0x2650a1[_0x3fccac(0xc6)][_0x3fccac(0xef)]||0x1388,constants['BSTACK_DELTA']),this[_0x3fccac(0xf8)]=_0x2650a1[_0x3fccac(0xc6)][_0x3fccac(0xa1)];if(this[_0x3fccac(0xf8)]){const _0x2a62df=this[_0x3fccac(0xb0)][_0x4e7b6a[_0x3fccac(0xbc)]]?.[_0x3fccac(0xde)]||'',_0x4f8036=this[_0x3fccac(0xb0)][_0x4e7b6a['YyRcQ']]?.[_0x3fccac(0xda)]||'';this[_0x3fccac(0xa1)]=new(_0x4e7b6a[_0x3fccac(0xe0)](require,_0x4e7b6a['LfjfD']))(this['failFastOptions'],_0x2a62df,_0x4f8036),this[_0x3fccac(0xb8)][_0x3fccac(0x8a)]=![];}helper['isNotUndefined'](_0x2650a1[_0x3fccac(0xc6)]['retries__'])&&(this[_0x3fccac(0xb8)]['__jestRetries']=_0x2650a1[_0x3fccac(0xc6)][_0x3fccac(0xbb)]);}if(testhubUtils[_0x3fccac(0xec)]()){const _0x5a70fa=new ObservabilityReporter();_0x5a70fa[_0x3fccac(0xf6)]();}this[_0x3fccac(0xb8)][_0x3fccac(0xee)]={},this['configuration']=_0x2650a1[_0x3fccac(0xc6)],this['configuration']['framework']=constants['FRAMEWORKS']['JEST'],this[_0x3fccac(0xb8)][_0x3fccac(0xca)]=(_0x2650a1['projectConfig']?_0x2650a1['projectConfig'][_0x3fccac(0xca)]:_0x2650a1[_0x3fccac(0xca)])||0x0,this[_0x3fccac(0xb8)]['__platformCaps']=this[_0x3fccac(0xe4)]&&this[_0x3fccac(0xe4)][_0x3fccac(0xf7)]&&Array[_0x3fccac(0x9d)](this[_0x3fccac(0xe4)]['platformCaps'])&&this['configuration']['platformCaps'][this['global']['browserstackPlatformIndex']]||{};const _0x3a8d12=this[_0x3fccac(0xb8)][_0x3fccac(0xca)],_0x29d180={...this['configuration'],'capability':this[_0x3fccac(0xe4)][_0x3fccac(0xba)]&&Array[_0x3fccac(0x9d)](this[_0x3fccac(0xe4)][_0x3fccac(0xba)])&&this[_0x3fccac(0xe4)][_0x3fccac(0xba)][_0x3a8d12]||{},'platformCaps':this[_0x3fccac(0xe4)][_0x3fccac(0xf7)]&&Array['isArray'](this[_0x3fccac(0xe4)][_0x3fccac(0xf7)])&&this[_0x3fccac(0xe4)][_0x3fccac(0xf7)][_0x3a8d12]||{}};delete _0x29d180[_0x3fccac(0xba)],this['global'][_0x3fccac(0xe1)]=_0x29d180;if(_seleniumWebdriver2){const _0x36200d=_0x4e7b6a[_0x3fccac(0xbe)][_0x3fccac(0xac)]('|');let _0x94437c=0x0;while(!![]){switch(_0x36200d[_0x94437c++]){case'0':this[_0x3fccac(0xb8)][_0x3fccac(0x9a)]=async()=>{const _0x4fe0cb=_0x3fccac;await this[_0x4fe0cb(0xb8)][_0x4fe0cb(0xc1)][_0x4fe0cb(0xe5)](_0x4e7b6a[_0x4fe0cb(0xf1)]);};continue;case'1':this[_0x3fccac(0xb8)][_0x3fccac(0xf5)]=[];continue;case'2':this[_0x3fccac(0xb8)][_0x3fccac(0x89)]=helper['nestedKeyValue'](_0x2650a1,[_0x4e7b6a[_0x3fccac(0x8e)],_0x4e7b6a[_0x3fccac(0xfa)],_0x4e7b6a[_0x3fccac(0xf4)]]);continue;case'3':this['global'][_0x3fccac(0xcc)]=helper[_0x3fccac(0x98)](_0x2650a1,[_0x4e7b6a[_0x3fccac(0x8e)],_0x4e7b6a[_0x3fccac(0xfa)],_0x4e7b6a[_0x3fccac(0xeb)]]);continue;case'4':helper['isTrue'](this[_0x3fccac(0xe4)]['skipSessionName'])?this[_0x3fccac(0xb8)][_0x3fccac(0xab)]=!![]:this[_0x3fccac(0xb8)]['sessionNameProvided']=![];continue;case'5':this[_0x3fccac(0xb8)]['__webdriver']=_0x4e7b6a[_0x3fccac(0xe0)](require,_0x4e7b6a[_0x3fccac(0xd0)])[_0x3fccac(0xb9)]({...this[_0x3fccac(0xe4)],'capability':this[_0x3fccac(0xb0)]||{}},this,testhubUtils[_0x3fccac(0xec)]());continue;case'6':this[_0x3fccac(0xb8)][_0x3fccac(0xdc)]=helper[_0x3fccac(0x98)](_0x2650a1,[_0x4e7b6a[_0x3fccac(0x8e)],_0x4e7b6a[_0x3fccac(0xfa)],_0x4e7b6a['wJRcS']]);continue;case'7':this[_0x3fccac(0xb8)][_0x3fccac(0xe3)]=helper[_0x3fccac(0xe6)](this['configuration'][_0x3fccac(0xfc)]);continue;}break;}}}async['teardown'](){const _0x3d2ceb=a16_0xdbb286;_seleniumWebdriver2&&(await helper[_0x3d2ceb(0xa9)](this[_0x3d2ceb(0xb8)][_0x3d2ceb(0xf2)]),this['global'][_0x3d2ceb(0xa6)]['Builder']=originalBuilder),await RequestQueueHandler[_0x3d2ceb(0x96)]()[_0x3d2ceb(0xd4)]();}async['setup'](){}async[a16_0xdbb286(0xa5)](_0x2ab6fe,_0x593ab9){const _0x2b6ab5=a16_0xdbb286,_0x43886c={};_0x43886c[_0x2b6ab5(0xa7)]=function(_0x163067,_0x5b5983){return _0x163067===_0x5b5983;},_0x43886c[_0x2b6ab5(0xc9)]=_0x2b6ab5(0x8c),_0x43886c[_0x2b6ab5(0xd9)]=_0x2b6ab5(0xcf),_0x43886c['rcRes']='test_done',_0x43886c['izdBQ']=_0x2b6ab5(0x90),_0x43886c[_0x2b6ab5(0xa4)]=function(_0xbeb948,_0x559ff8){return _0xbeb948===_0x559ff8;},_0x43886c[_0x2b6ab5(0xd8)]=_0x2b6ab5(0xf9),_0x43886c['LpRbo']=function(_0x599458,_0x5865a6){return _0x599458===_0x5865a6;},_0x43886c[_0x2b6ab5(0xa8)]=_0x2b6ab5(0x91);const _0x230a64=_0x43886c,{name:_0x572bd6}=_0x2ab6fe;if(_0x230a64[_0x2b6ab5(0xa7)](_0x572bd6,_0x230a64[_0x2b6ab5(0xc9)])){this[_0x2b6ab5(0xb8)][_0x2b6ab5(0xaf)]=_0x2ab6fe[_0x2b6ab5(0xad)];if(_0x230a64[_0x2b6ab5(0xa7)](this[_0x2b6ab5(0xb8)]['failFastActive'],!![])){const _0xdf6cca=_0x2ab6fe[_0x2b6ab5(0xad)][_0x2b6ab5(0xbd)];logger[_0x2b6ab5(0xc3)](_0x2b6ab5(0xd5)+_0xdf6cca),_0x2ab6fe[_0x2b6ab5(0xad)][_0x2b6ab5(0x8d)]=_0x230a64[_0x2b6ab5(0xd9)];}}if(this[_0x2b6ab5(0xa1)]&&_0x230a64['JnQuv'](_0x572bd6,_0x230a64['rcRes']))try{const _0x13df41=_0x2ab6fe['test'][_0x2b6ab5(0xc4)][_0x2b6ab5(0xfd)](_0x230a64[_0x2b6ab5(0xb6)]),_0x466d7d=_0x2ab6fe[_0x2b6ab5(0xad)][_0x2b6ab5(0xa3)];await this[_0x2b6ab5(0xa1)][_0x2b6ab5(0xed)](_0x13df41,_0x466d7d);const _0x30fac7=await this['failFast'][_0x2b6ab5(0xea)]();_0x230a64[_0x2b6ab5(0xa4)](this[_0x2b6ab5(0xb8)]['failFastActive'],![])&&_0x230a64['tIJzk'](_0x30fac7,!![])&&(this[_0x2b6ab5(0xb8)][_0x2b6ab5(0x8a)]=!![]);}catch(_0x109a2b){logger[_0x2b6ab5(0xd2)](_0x230a64[_0x2b6ab5(0xd8)],_0x109a2b['message']);}_0x230a64[_0x2b6ab5(0x9b)](_0x572bd6,_0x230a64[_0x2b6ab5(0xa8)])&&(this['failFast']&&this['failFast'][_0x2b6ab5(0x9a)]());}}function a16_0x53fb(_0x4b8aeb,_0xef1178){const _0x5f5ad0=a16_0x5f5a();return a16_0x53fb=function(_0x53fb7e,_0x448cab){_0x53fb7e=_0x53fb7e-0x88;let _0x1d29f1=_0x5f5ad0[_0x53fb7e];return _0x1d29f1;},a16_0x53fb(_0x4b8aeb,_0xef1178);}function a16_0x5f5a(){const _0x103aa6=['isTrue','jest-environment-node','9807576NOenhG','projectConfig','shouldFailFast','UvmKu','shouldProcessEventForTesthub','onTestDone','browserStackGlobals','timeout__','../test-observability/obsReporter','EFlYv','__driversArray','../../../helpers/test-observability/requestQueueHandler','FgCkS','__drivers','registerListeners','platformCaps','failFastOptions','Error\x20in\x20fail-fast\x20test_done\x20handler:','BuRmB','__esModule','skipSessionStatus','join','browserStackPercyOptions','percyCaptureMode','failFastActive','mQbEo','test_start','mode','HvnrQ','../../../helpers/helper','\x20>\x20','teardown','../../../helpers/test-observability/utils','YdiAG','13693WIEOEu','node','getInstance','qpjhM','nestedKeyValue','21usfDJO','cleanup','LpRbo','153WTkqqg','isArray','getTestEnvironment','../../utils/constants','6579551BzJXED','failFast','jest-resolve','errors','tIJzk','handleTestEvent','__webdriver','JnQuv','XGyVw','cleanupDrivers','jest-config','sessionNameProvided','split','test','230xaWSUy','testContext','capability','VhROd','exports','1|5|3|6|2|4|7|0','1933332rzAuij','__timeout','izdBQ','../../../helpers/logger','global','browserstackAgentV2','capabilities','retries__','YyRcQ','name','dJJUI','requireModule','10kekwcx','driver','Builder','info','testPath','9773925bHSCXP','testEnvironmentOptions','default','648812lhzjDI','WGadD','browserstackPlatformIndex','bstack:options','browserstackPercyBestPlatform','builder','modifyCommand','skip','TOvsb','94460lNRJCG','debug','HZLMP','shutdown','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','requireSeleniumWebdriver','../../../helpers/testhub/utils','cLYdN','zwiYd','projectName','winstonLogger','percy','isBrowserstackInfra','buildName','env','PuMAO','jestConfig','QmoSC','__skipSessionStatus','configuration','quit'];a16_0x5f5a=function(){return _0x103aa6;};return a16_0x5f5a();}module[a16_0xdbb286(0xb2)]=CustomEnvironment;
@@ -1 +1 @@
1
- function a17_0x34a5(_0x49670d,_0x3c15ad){const _0x17d539=a17_0x17d5();return a17_0x34a5=function(_0x34a58e,_0x260ed9){_0x34a58e=_0x34a58e-0xf8;let _0x2627a4=_0x17d539[_0x34a58e];return _0x2627a4;},a17_0x34a5(_0x49670d,_0x3c15ad);}const a17_0x24e414=a17_0x34a5;(function(_0x2bd69a,_0x51a7ef){const _0x3a6d1c=a17_0x34a5,_0x383c7d=_0x2bd69a();while(!![]){try{const _0x5a471f=-parseInt(_0x3a6d1c(0x147))/0x1*(parseInt(_0x3a6d1c(0x10c))/0x2)+parseInt(_0x3a6d1c(0x18d))/0x3*(-parseInt(_0x3a6d1c(0x128))/0x4)+-parseInt(_0x3a6d1c(0x152))/0x5+-parseInt(_0x3a6d1c(0x125))/0x6+-parseInt(_0x3a6d1c(0x118))/0x7*(parseInt(_0x3a6d1c(0x15a))/0x8)+parseInt(_0x3a6d1c(0x16f))/0x9+parseInt(_0x3a6d1c(0x177))/0xa;if(_0x5a471f===_0x51a7ef)break;else _0x383c7d['push'](_0x383c7d['shift']());}catch(_0x37d639){_0x383c7d['push'](_0x383c7d['shift']());}}}(a17_0x17d5,0x5426d));const {requireModule}=require(a17_0x24e414(0x122)),ObservabilityReporter=require(a17_0x24e414(0x10d)),RequestQueueHandler=require(a17_0x24e414(0x13e)),TestDetails=require(a17_0x24e414(0x103)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils'),testHubConstants=require('../../../helpers/testhub/constants'),BrowserstackCLI=require(a17_0x24e414(0x12a)),TestFrameworkState=require(a17_0x24e414(0x13b)),HookState=require(a17_0x24e414(0x10f)),JestUtils=require(a17_0x24e414(0x139)),{v4:uuidv4}=require(a17_0x24e414(0xfa)),util=require('util'),logger=require(a17_0x24e414(0x150))[a17_0x24e414(0x14a)],{FRAMEWORKS}=require('../../utils/constants');let exportsI;try{exportsI=requireModule(a17_0x24e414(0x17c),a17_0x24e414(0x142));}catch{exportsI=requireModule(a17_0x24e414(0x175),a17_0x24e414(0x142));}const initInitialize=exportsI['initialize'],jestUtils=new JestUtils();function a17_0x17d5(){const _0x1865e0=['qpERW','cCCqF','Handling\x20hook\x20event\x20for\x20CLI:\x20','CLI\x20is\x20enabled\x20and\x20running.','ZyaTp','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','uuid','toString','isCliEnabled','xGCrA','createTestFrameworkData','vvEID','_currentRetry','POST','maZHZ','../test-observability/test-details','run_describe_finish','riXib','failed','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','createIdentifierFromJestTest','setTestUUID','removeActiveHook','test_start','42690EmwZOd','../test-observability/obsReporter','QuhVm','../../v2/state/hookState','YpHUG','sendTestRunEvent','createHookData','retryOf','originalTest','SNsul','KerIY','rOmAc','7OjfJdM','OnGcA','EventHandler','TestRunSkipped','started_at','\x20for\x20hook\x20type:\x20','includes','test_done','pSHtF','KySJr','../../../helpers/helper','SLKhm','oTBGc','3970986ZHJSXp','Ndsqw','uGuxc','356rYyDlh','markedStatus','../../v2/browserstackCLI','testAnalyticsId','env','HookRunStarted','parent','xGqzS','keys','TEST','unhandledErrors','FYDDX','testUUID','wjMqD','toISOString','format','imIaW','../../v2/utils/jest-utils','Error\x20routing\x20to\x20JestTestFramework:\x20','../../v2/state/testFrameworkState','BEFORE_EACH','match','../../../helpers/test-observability/requestQueueHandler','debug','cdSov','afterAll','jest-circus','name','KehoL','kgVRU','title','11pmCidV','BEFORE_ALL','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','winstonLogger','PRE','JhDJE','pljda','TestRunFinished','BSOtv','../../../helpers/logger','BEadq','935640semaFS','afterEach',':hookAnalyticsId','ypWAZ','kAWeM','test','hookData','initialize','4370296mLtQiH','vnrDg','VcotO','hook_failure','__workerDetails','TestRunStarted','getInstance','Handling\x20test\x20event\x20for\x20CLI:\x20','uKzYj','error','jest-circus/build/utils.js','LOG_REPORT','file','Error\x20checking\x20CLI\x20readiness:\x20','HookFinished','TtrVz','pid','taADj','length','__jestCurrentTestIdentifier','trackEvent','3095838fYZYtx','UeOhB','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','setActiveHook','GytpS','AFTER_ALL','jest-circus/build/jestAdapterInit.js','hwWNE','22575710wQXAyS','getTestFramework','AUpss','RyIsi','AfcGR','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','removeTestUUID','ZVrWP','hook_success','asyncError','../../v2/cliUtils','WTUOV','PLAYWRIGHT','hook','vRIDj','tHFGH','sAiag','xZOYB','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','pSzBu','state','uoxvl','21129FnSFzi','YgzPS','testStarted','beforeAll','hookAnalyticsId','vmkEG','iXKmy','makeSingleTestResult','type','currentHook','MEtwW','beforeEach','shutdown','wmtAk','LBgkw','hook_start','errorsDetailed','UllrJ','EVENT','OKGlQ','removeAllListeners','wSUAC','current_test','aBgfD'];a17_0x17d5=function(){return _0x1865e0;};return a17_0x17d5();}async function isCLIReady(){const _0x8890ea=a17_0x24e414,_0xfd70b8={'pSzBu':_0x8890ea(0x1a8),'kgVRU':function(_0x506a01,_0x224b0e){return _0x506a01(_0x224b0e);},'SLKhm':_0x8890ea(0x181),'wmtAk':function(_0x54baa7,_0x19dba3){return _0x54baa7(_0x19dba3);}};try{const _0x1c7c4d=BrowserstackCLI[_0x8890ea(0x160)]();if(_0x1c7c4d[_0x8890ea(0xfc)]()&&_0x1c7c4d['isRunning']())return logger['debug'](_0xfd70b8[_0x8890ea(0x18a)]),!![];const _0x7a7963=process[_0x8890ea(0x12c)]['BROWSERSTACK_CLI_BIN_SESSION_ID'];if(_0x7a7963&&_0x1c7c4d[_0x8890ea(0xfc)]()){if(!_0x1c7c4d['isRunning']())try{const _0x21f917=_0xfd70b8[_0x8890ea(0x145)](require,_0xfd70b8[_0x8890ea(0x123)]);_0x21f917['setFrameworkDetail'](FRAMEWORKS['JEST'],FRAMEWORKS[_0x8890ea(0x183)]),await _0x1c7c4d['bootstrap']();}catch(_0x4d9978){return _0xfd70b8[_0x8890ea(0x19a)](debug,'Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20'+util['format'](_0x4d9978)),![];}return _0x1c7c4d['isRunning']();}return![];}catch(_0x486e15){return _0xfd70b8['kgVRU'](debug,_0x8890ea(0x167)+util[_0x8890ea(0x137)](_0x486e15)),![];}}function getTestIdentifierForHook(_0x4e8736){const _0x1b1d6b=a17_0x24e414,_0x4baac2={};_0x4baac2[_0x1b1d6b(0x14c)]=function(_0x278a82,_0x37ab7c){return _0x278a82===_0x37ab7c;},_0x4baac2[_0x1b1d6b(0x14f)]=_0x1b1d6b(0x198),_0x4baac2[_0x1b1d6b(0x170)]=function(_0x47e3bf,_0x274a8d){return _0x47e3bf===_0x274a8d;},_0x4baac2['nVgld']=_0x1b1d6b(0x190),_0x4baac2[_0x1b1d6b(0x176)]=function(_0x1db390,_0x4151d6){return _0x1db390===_0x4151d6;};const _0x85c4ed=_0x4baac2;if(_0x85c4ed[_0x1b1d6b(0x14c)](_0x4e8736['type'],_0x85c4ed[_0x1b1d6b(0x14f)])||_0x85c4ed[_0x1b1d6b(0x170)](_0x4e8736[_0x1b1d6b(0x195)],_0x85c4ed['nVgld'])){let _0x32bf7e=global[_0x1b1d6b(0x16d)];if(!_0x32bf7e&&_0x85c4ed[_0x1b1d6b(0x176)](_0x4e8736['type'],_0x85c4ed['nVgld'])&&_0x4e8736[_0x1b1d6b(0x12e)]){const _0x33f7a9={};_0x33f7a9[_0x1b1d6b(0x143)]=_0x4e8736[_0x1b1d6b(0x12e)][_0x1b1d6b(0x143)],_0x33f7a9['parent']=_0x4e8736['parent'][_0x1b1d6b(0x12e)],_0x33f7a9[_0x1b1d6b(0x180)]=_0x4e8736['asyncError'],_0x33f7a9['file']=_0x4e8736[_0x1b1d6b(0x166)];const _0x3cbd25=_0x33f7a9;_0x32bf7e=jestUtils[_0x1b1d6b(0x108)](_0x3cbd25);}return _0x32bf7e;}return global[_0x1b1d6b(0x16d)];}function mapHookTypeToState(_0x2dee3b){const _0x24f154=a17_0x24e414,_0x3bfe9d={};_0x3bfe9d[_0x24f154(0x190)]=TestFrameworkState[_0x24f154(0x148)],_0x3bfe9d[_0x24f154(0x141)]=TestFrameworkState[_0x24f154(0x174)],_0x3bfe9d['beforeEach']=TestFrameworkState[_0x24f154(0x13c)],_0x3bfe9d[_0x24f154(0x153)]=TestFrameworkState['AFTER_EACH'];const _0x5c5a7f=_0x3bfe9d;return _0x5c5a7f[_0x2dee3b]||TestFrameworkState[_0x24f154(0x13c)];}async function handleHookEventCLI(_0x43d7be,_0x36f627,_0x304242){const _0x31200c=a17_0x24e414,_0x27461a={'xZOYB':function(_0x5d6c55){return _0x5d6c55();},'xGCrA':function(_0x422338,_0x5946dc){return _0x422338===_0x5946dc;},'wjMqD':_0x31200c(0x12d),'xGqzS':function(_0x8b5505,_0x4bfa43){return _0x8b5505(_0x4bfa43);},'imIaW':function(_0x3f0d22,_0xbf8129){return _0x3f0d22===_0xbf8129;},'ZZmHC':function(_0x29e88e,_0x463a0f){return _0x29e88e===_0x463a0f;},'kAWeM':'HookRunFinished','tHFGH':_0x31200c(0x184)};logger[_0x31200c(0x13f)](_0x31200c(0x1a7)+_0x36f627+_0x31200c(0x11d)+_0x43d7be[_0x31200c(0x195)]);try{if(_0x43d7be['fn']&&_0x43d7be['fn'][_0x31200c(0xfb)]()['match'](/browserstack internal helper hook/))return;let _0x52a4c8=_0x43d7be[_0x31200c(0x191)];if(!_0x52a4c8)_0x52a4c8=_0x27461a[_0x31200c(0x188)](uuidv4),_0x43d7be['hookAnalyticsId']=_0x52a4c8;else _0x43d7be['markedStatus']&&(_0x52a4c8=_0x27461a[_0x31200c(0x188)](uuidv4),_0x43d7be[_0x31200c(0x191)]=_0x52a4c8,delete _0x43d7be[_0x31200c(0x129)]);_0x27461a[_0x31200c(0xfd)](_0x36f627,_0x27461a['wjMqD'])&&(_0x43d7be[_0x31200c(0x11c)]=new Date()[_0x31200c(0x136)]());const _0x17a210=_0x27461a[_0x31200c(0x12f)](getTestIdentifierForHook,_0x43d7be);!global['__workerDetails']&&(global[_0x31200c(0x15e)]={});if(_0x27461a[_0x31200c(0x138)](_0x36f627,_0x27461a[_0x31200c(0x135)])){global['__workerDetails'][_0x31200c(0x196)]={'hookUUID':_0x52a4c8,'testIdentifier':_0x17a210,'hookType':_0x43d7be[_0x31200c(0x195)],'startedAt':new Date()[_0x31200c(0x136)]()};const _0x3260e9=BrowserstackCLI[_0x31200c(0x160)]()[_0x31200c(0x178)]();_0x3260e9&&_0x3260e9[_0x31200c(0x172)]&&_0x3260e9['setActiveHook'](_0x17a210,_0x52a4c8,_0x43d7be[_0x31200c(0x195)]);}const _0x3ed20d=await jestUtils[_0x31200c(0x112)](_0x43d7be,_0x52a4c8,_0x36f627,_0x17a210);if(!_0x3ed20d)return;const _0x434ab8=_0x27461a[_0x31200c(0x12f)](mapHookTypeToState,_0x43d7be[_0x31200c(0x195)]),_0x4cfa33=_0x27461a['ZZmHC'](_0x36f627,_0x27461a[_0x31200c(0x135)])?HookState[_0x31200c(0x14b)]:HookState[_0x31200c(0x101)],_0x562dea=BrowserstackCLI[_0x31200c(0x160)]()['getTestFramework']();if(_0x562dea){const _0x1ae763={};_0x1ae763[_0x31200c(0x158)]=_0x3ed20d,await _0x562dea['trackEvent'](_0x434ab8,_0x4cfa33,_0x1ae763);if(_0x27461a['ZZmHC'](_0x36f627,_0x27461a[_0x31200c(0x156)])){const _0x121136={};_0x121136[_0x31200c(0x134)]=_0x17a210,_0x121136[_0x31200c(0x195)]=_0x27461a[_0x31200c(0x186)],await _0x562dea[_0x31200c(0x16e)](TestFrameworkState[_0x31200c(0x165)],HookState['POST'],_0x121136),global['__workerDetails']&&global[_0x31200c(0x15e)][_0x31200c(0x196)]&&_0x27461a[_0x31200c(0xfd)](global[_0x31200c(0x15e)][_0x31200c(0x196)]['hookUUID'],_0x52a4c8)&&delete global[_0x31200c(0x15e)]['currentHook'],_0x562dea[_0x31200c(0x10a)]&&_0x562dea[_0x31200c(0x10a)](_0x17a210,_0x52a4c8);}}}catch(_0x274b0a){logger[_0x31200c(0x163)](_0x31200c(0x149)+util[_0x31200c(0x137)](_0x274b0a));throw _0x274b0a;}}async function handleTestEventCLI(_0x44bdcf,_0x50b2d3,_0x26ec0f){const _0x490757=a17_0x24e414,_0x2d577e={};_0x2d577e[_0x490757(0x117)]=function(_0x3c06ca,_0x4a0314){return _0x3c06ca===_0x4a0314;},_0x2d577e[_0x490757(0x119)]=_0x490757(0x15f),_0x2d577e[_0x490757(0x1a2)]=function(_0x39717e,_0x4c3a53){return _0x39717e>_0x4c3a53;},_0x2d577e[_0x490757(0x173)]=function(_0x3c04ee,_0x150289){return _0x3c04ee===_0x150289;},_0x2d577e[_0x490757(0x14d)]=function(_0x6c9b9d,_0x2bad3a){return _0x6c9b9d&&_0x2bad3a;},_0x2d577e[_0x490757(0x19b)]=_0x490757(0x106),_0x2d577e[_0x490757(0x133)]='TestRunFinished',_0x2d577e['RyIsi']=function(_0x3bc805,_0x30f46b){return _0x3bc805&&_0x30f46b;},_0x2d577e[_0x490757(0x17b)]=function(_0x1de599,_0x349344){return _0x1de599&&_0x349344;},_0x2d577e[_0x490757(0x110)]=_0x490757(0x157);const _0x1ebef4=_0x2d577e;logger[_0x490757(0x13f)](_0x490757(0x161)+_0x50b2d3);try{let _0x18859a;if(_0x1ebef4[_0x490757(0x117)](_0x50b2d3,_0x1ebef4[_0x490757(0x119)])){_0x18859a=jestUtils[_0x490757(0x108)](_0x44bdcf),global[_0x490757(0x16d)]=_0x18859a,_0x44bdcf[_0x490757(0x12b)]=_0x18859a,_0x44bdcf['id']=_0x18859a,_0x44bdcf[_0x490757(0x11c)]=new Date()[_0x490757(0x136)]();const _0x35d6a8=_0x26ec0f[_0x490757(0x1a3)];_0x26ec0f['current_test']=_0x44bdcf,_0x44bdcf['retryOf']=null;if(_0x1ebef4[_0x490757(0x1a2)](_0x44bdcf[_0x490757(0x100)],0x0)&&_0x35d6a8&&_0x1ebef4[_0x490757(0x173)](_0x35d6a8['title'],_0x44bdcf[_0x490757(0x146)])){_0x44bdcf[_0x490757(0x113)]=_0x35d6a8['testAnalyticsId'];const _0x6cbad3=await jestUtils[_0x490757(0xfe)](_0x44bdcf,_0x18859a,_0x1ebef4[_0x490757(0x119)]),_0x3e7881=BrowserstackCLI[_0x490757(0x160)]()[_0x490757(0x178)]();if(_0x1ebef4[_0x490757(0x14d)](_0x6cbad3,_0x3e7881)){const _0x465df0={};_0x465df0[_0x490757(0x157)]=_0x6cbad3,await _0x3e7881['trackEvent'](TestFrameworkState[_0x490757(0x131)],HookState['PRE'],_0x465df0);}_0x35d6a8[_0x490757(0x18b)]=_0x1ebef4[_0x490757(0x19b)];const _0x17b240=await jestUtils[_0x490757(0xfe)](_0x35d6a8,_0x35d6a8[_0x490757(0x12b)],_0x1ebef4['FYDDX']);if(_0x1ebef4[_0x490757(0x17a)](_0x17b240,_0x3e7881)){const _0x4b7559={};_0x4b7559['test']=_0x17b240,await _0x3e7881[_0x490757(0x16e)](TestFrameworkState[_0x490757(0x131)],HookState[_0x490757(0x101)],_0x4b7559);}}else{const _0x58e5b4=await jestUtils[_0x490757(0xfe)](_0x44bdcf,_0x18859a,_0x1ebef4[_0x490757(0x119)]),_0x578bfa=BrowserstackCLI['getInstance']()['getTestFramework']();if(_0x1ebef4[_0x490757(0x17a)](_0x58e5b4,_0x578bfa)){const _0x12531d={};_0x12531d['test']=_0x58e5b4,await _0x578bfa[_0x490757(0x16e)](TestFrameworkState[_0x490757(0x131)],HookState[_0x490757(0x14b)],_0x12531d);}}}else{_0x18859a=_0x44bdcf['testAnalyticsId']||_0x44bdcf['id']||global[_0x490757(0x16d)];const _0x292f05=await jestUtils[_0x490757(0xfe)](_0x44bdcf,_0x18859a,_0x50b2d3),_0x84260c=BrowserstackCLI[_0x490757(0x160)]()[_0x490757(0x178)]();if(_0x1ebef4[_0x490757(0x17b)](_0x292f05,_0x84260c)){const _0x11133d={};_0x11133d[_0x490757(0x157)]=_0x292f05,_0x11133d[_0x490757(0x114)]=_0x44bdcf,await _0x84260c['trackEvent'](TestFrameworkState[_0x490757(0x131)],HookState[_0x490757(0x101)],_0x11133d);const _0x2edd7e={};_0x2edd7e[_0x490757(0x134)]=_0x18859a,_0x2edd7e[_0x490757(0x195)]=_0x1ebef4[_0x490757(0x110)],await _0x84260c['trackEvent'](TestFrameworkState['LOG_REPORT'],HookState[_0x490757(0x101)],_0x2edd7e);}}}catch(_0x69a799){logger[_0x490757(0x163)](_0x490757(0x171)+util[_0x490757(0x137)](_0x69a799));throw _0x69a799;}}exportsI[a17_0x24e414(0x159)]=(..._0x5bec4d)=>{const _0x2eed73=a17_0x24e414,_0x32754a={'bDFEn':_0x2eed73(0x19c),'iXKmy':function(_0x5d9f61,_0x5a4b0f){return _0x5d9f61(_0x5a4b0f);},'MFrCp':function(_0x48168b){return _0x48168b();},'vvEID':function(_0x3fff47,_0x14e5e8,_0x5569d2,_0x1a1010){return _0x3fff47(_0x14e5e8,_0x5569d2,_0x1a1010);},'WTUOV':_0x2eed73(0x12d),'QuhVm':function(_0x293177,_0x298d5f){return _0x293177(_0x298d5f);},'QKkLN':_0x2eed73(0x17f),'pSHtF':function(_0x566149){return _0x566149();},'YgzPS':'HookRunFinished','KehoL':function(_0xacd0e3,_0x43c8e1){return _0xacd0e3(_0x43c8e1);},'kNFKK':_0x2eed73(0x15d),'UllrJ':'beforeAll','SNsul':_0x2eed73(0x198),'VcotO':'afterEach','vnrDg':function(_0x4ffed5,_0x2ad932){return _0x4ffed5>_0x2ad932;},'vRIDj':function(_0xc5dba1,_0x3e1604){return _0xc5dba1(_0x3e1604);},'qpERW':function(_0xf037ef){return _0xf037ef();},'qZlKK':function(_0x19d3bc,_0x5718af,_0x4c5f44,_0x308b5f){return _0x19d3bc(_0x5718af,_0x4c5f44,_0x308b5f);},'BEadq':function(_0xe98ae2,_0x4b28d1){return _0xe98ae2(_0x4b28d1);},'GFvIL':_0x2eed73(0x10b),'sAiag':function(_0x24b4ba){return _0x24b4ba();},'TtrVz':function(_0x553df2){return _0x553df2();},'uKzYj':function(_0x1975e3,_0x3dc330,_0x567609,_0x521c83){return _0x1975e3(_0x3dc330,_0x567609,_0x521c83);},'cCCqF':'TestRunStarted','KySJr':_0x2eed73(0x11f),'AUpss':function(_0x2683e5){return _0x2683e5();},'uGuxc':function(_0x432f98,_0x38862a,_0x250c1f,_0x3e740e){return _0x432f98(_0x38862a,_0x250c1f,_0x3e740e);},'KerIY':_0x2eed73(0x14e),'cdSov':function(_0x4a9c2f,_0x218528){return _0x4a9c2f(_0x218528);},'OKGlQ':'test_skip','maZHZ':function(_0x3dfd2d,_0x105b76){return _0x3dfd2d(_0x105b76);},'MEtwW':function(_0xa800df){return _0xa800df();},'uoxvl':function(_0x2bfd9f,_0x160b24,_0x4efb2f,_0x3c4edf){return _0x2bfd9f(_0x160b24,_0x4efb2f,_0x3c4edf);},'ZVrWP':_0x2eed73(0x11b),'oTBGc':function(_0x3ab8c9,_0x331fb7){return _0x3ab8c9(_0x331fb7);},'aBgfD':_0x2eed73(0x104),'mNmAA':'teardown','Ndsqw':function(_0x3969d8){return _0x3969d8();},'YWyts':function(_0x74115b,_0x1e4391,_0x51a187){return _0x74115b(_0x1e4391,_0x51a187);},'ypWAZ':'jest-circus/build/state.js','vmkEG':_0x2eed73(0x142),'fLMfD':function(_0x2713a1,_0x27d7e5){return _0x2713a1(_0x27d7e5);},'riXib':function(_0x33e640,_0x226dd1,_0x4e1f16){return _0x33e640(_0x226dd1,_0x4e1f16);},'taADj':_0x2eed73(0x164),'ZyaTp':function(_0xd9ef68,_0x39e62d,_0x1c2c64){return _0xd9ef68(_0x39e62d,_0x1c2c64);},'WqXry':_0x2eed73(0x11a)};try{const _0x4bdbd6=new ObservabilityReporter();_0x32754a[_0x2eed73(0x120)](shouldProcessEventForTesthub)&&(_0x32754a[_0x2eed73(0x126)](patchConsoleLogger),_0x4bdbd6['registerListeners']());let _0x4a85b1;try{_0x4a85b1=_0x32754a['YWyts'](requireModule,_0x32754a[_0x2eed73(0x155)],_0x32754a[_0x2eed73(0x192)]);}catch{_0x4a85b1=_0x32754a['fLMfD'](requireModule,_0x32754a[_0x2eed73(0x192)]);}let _0x4752ef;try{_0x4752ef=_0x32754a[_0x2eed73(0x105)](requireModule,_0x32754a[_0x2eed73(0x16b)],_0x32754a[_0x2eed73(0x192)])[_0x2eed73(0x194)];}catch{_0x4752ef=_0x32754a[_0x2eed73(0x193)](requireModule,_0x32754a[_0x2eed73(0x192)])[_0x2eed73(0x194)];}_0x32754a['TtrVz'](shouldProcessEventForTesthub)&&_0x4a85b1['addEventHandler'](_0x32754a[_0x2eed73(0xf8)](o11yErrorHandler,async(_0x705251,_0x276e43)=>{const _0x4bd21a=_0x2eed73;switch(_0x705251[_0x4bd21a(0x143)]){case _0x32754a['bDFEn']:if(_0x32754a[_0x4bd21a(0x193)](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookStarted'])){if(_0x705251['hook']['fn']&&_0x705251[_0x4bd21a(0x184)]['fn']['toString']()[_0x4bd21a(0x13d)](/browserstack internal helper hook/))break;if(BrowserstackCLI[_0x4bd21a(0x160)]()[_0x4bd21a(0xfc)]()&&await _0x32754a['MFrCp'](isCLIReady))try{await _0x32754a[_0x4bd21a(0xff)](handleHookEventCLI,_0x705251['hook'],_0x32754a[_0x4bd21a(0x182)],_0x276e43);break;}catch(_0x3401c6){_0x32754a[_0x4bd21a(0x10e)](debug,_0x4bd21a(0x13a)+util[_0x4bd21a(0x137)](_0x3401c6));}if(!_0x705251[_0x4bd21a(0x184)][_0x4bd21a(0x191)]){const _0xd3300d=TestDetails['setTestUUID'](process[_0x4bd21a(0x16a)]+':hookAnalyticsId');_0x705251[_0x4bd21a(0x184)]['hookAnalyticsId']=_0xd3300d;}else _0x705251['hook']['markedStatus']&&(_0x705251['hook']['hookAnalyticsId']=TestDetails[_0x4bd21a(0x109)](process[_0x4bd21a(0x16a)]+':hookAnalyticsId'),delete _0x705251[_0x4bd21a(0x184)][_0x4bd21a(0x129)]);_0x705251[_0x4bd21a(0x184)]['started_at']=new Date()['toISOString'](),await _0x4bdbd6[_0x4bd21a(0x111)](_0x705251[_0x4bd21a(0x184)],undefined,![],_0x32754a[_0x4bd21a(0x182)]);}break;case _0x32754a['QKkLN']:if(_0x32754a[_0x4bd21a(0x193)](shouldProcessEventForTesthub,testHubConstants[_0x4bd21a(0x19f)][_0x4bd21a(0x168)])){if(BrowserstackCLI[_0x4bd21a(0x160)]()[_0x4bd21a(0xfc)]()&&await _0x32754a[_0x4bd21a(0x120)](isCLIReady))try{await _0x32754a['vvEID'](handleHookEventCLI,_0x705251[_0x4bd21a(0x184)],_0x32754a[_0x4bd21a(0x18e)],_0x276e43);break;}catch(_0x2eae8b){_0x32754a[_0x4bd21a(0x144)](debug,_0x4bd21a(0x13a)+util['format'](_0x2eae8b));}await _0x4bdbd6[_0x4bd21a(0x111)](_0x705251['hook'],undefined,![],_0x32754a[_0x4bd21a(0x18e)]),TestDetails[_0x4bd21a(0x17d)](process[_0x4bd21a(0x16a)]+_0x4bd21a(0x154));}break;case _0x32754a['kNFKK']:[_0x32754a[_0x4bd21a(0x19e)],_0x32754a[_0x4bd21a(0x115)],_0x32754a[_0x4bd21a(0x15c)]][_0x4bd21a(0x11e)](_0x705251[_0x4bd21a(0x184)][_0x4bd21a(0x195)])&&(_0x4bdbd6[_0x4bd21a(0x15d)]=_0x705251['hook'][_0x4bd21a(0x195)]),_0x276e43[_0x4bd21a(0x132)]&&_0x32754a[_0x4bd21a(0x15b)](_0x276e43[_0x4bd21a(0x132)][_0x4bd21a(0x16c)],0x0)&&(_0x705251[_0x4bd21a(0x184)][_0x4bd21a(0x19d)]=[_0x276e43[_0x4bd21a(0x132)][0x0][0x0]]);if(_0x32754a[_0x4bd21a(0x185)](shouldProcessEventForTesthub,testHubConstants[_0x4bd21a(0x19f)]['HookFinished'])){if(BrowserstackCLI[_0x4bd21a(0x160)]()[_0x4bd21a(0xfc)]()&&await _0x32754a[_0x4bd21a(0x1a5)](isCLIReady))try{await _0x32754a['qZlKK'](handleHookEventCLI,_0x705251['hook'],_0x32754a[_0x4bd21a(0x18e)],_0x276e43);break;}catch(_0xf593b0){_0x32754a[_0x4bd21a(0x151)](debug,_0x4bd21a(0x13a)+util[_0x4bd21a(0x137)](_0xf593b0));}await _0x4bdbd6['sendTestRunEvent'](_0x705251['hook'],undefined,![],_0x32754a[_0x4bd21a(0x18e)]),TestDetails['removeTestUUID'](process['pid']+_0x4bd21a(0x154));}break;case _0x32754a['GFvIL']:if(_0x32754a[_0x4bd21a(0x187)](shouldProcessEventForTesthub)){if(BrowserstackCLI[_0x4bd21a(0x160)]()[_0x4bd21a(0xfc)]()&&await _0x32754a[_0x4bd21a(0x169)](isCLIReady))try{await _0x32754a[_0x4bd21a(0x162)](handleTestEventCLI,_0x705251['test'],_0x32754a[_0x4bd21a(0x1a6)],_0x4bdbd6);break;}catch(_0x1451d9){_0x32754a[_0x4bd21a(0x185)](debug,_0x4bd21a(0x13a)+util[_0x4bd21a(0x137)](_0x1451d9));}await _0x4bdbd6[_0x4bd21a(0x18f)](_0x705251[_0x4bd21a(0x157)]);}break;case _0x32754a[_0x4bd21a(0x121)]:_0x705251[_0x4bd21a(0x157)]={..._0x32754a['BEadq'](_0x4752ef,_0x705251[_0x4bd21a(0x157)]),..._0x705251[_0x4bd21a(0x157)]};if(_0x32754a[_0x4bd21a(0x1a5)](shouldProcessEventForTesthub)){if(!_0x705251['test'][_0x4bd21a(0x129)]){_0x705251[_0x4bd21a(0x157)][_0x4bd21a(0x129)]=!![];if(BrowserstackCLI[_0x4bd21a(0x160)]()['isCliEnabled']()&&await _0x32754a[_0x4bd21a(0x179)](isCLIReady))try{await _0x32754a[_0x4bd21a(0x127)](handleTestEventCLI,_0x705251[_0x4bd21a(0x157)],_0x32754a[_0x4bd21a(0x116)],_0x4bdbd6);break;}catch(_0x1d01ac){_0x32754a['cdSov'](debug,_0x4bd21a(0x13a)+util[_0x4bd21a(0x137)](_0x1d01ac));}await _0x4bdbd6[_0x4bd21a(0x111)](_0x705251['test']);}}break;case _0x32754a[_0x4bd21a(0x1a0)]:_0x705251[_0x4bd21a(0x157)]={..._0x32754a[_0x4bd21a(0x102)](_0x4752ef,_0x705251[_0x4bd21a(0x157)]),..._0x705251[_0x4bd21a(0x157)]};if(_0x32754a[_0x4bd21a(0x1a5)](shouldProcessEventForTesthub)){if(!_0x705251[_0x4bd21a(0x157)][_0x4bd21a(0x129)]){_0x705251[_0x4bd21a(0x157)][_0x4bd21a(0x129)]=!![];if(BrowserstackCLI[_0x4bd21a(0x160)]()['isCliEnabled']()&&await _0x32754a[_0x4bd21a(0x197)](isCLIReady))try{await _0x32754a[_0x4bd21a(0x18c)](handleTestEventCLI,_0x705251[_0x4bd21a(0x157)],_0x32754a[_0x4bd21a(0x17e)],_0x4bdbd6);break;}catch(_0x45760f){_0x32754a[_0x4bd21a(0x124)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x4bd21a(0x137)](_0x45760f));}await _0x4bdbd6[_0x4bd21a(0x111)](_0x705251[_0x4bd21a(0x157)],undefined,![],_0x32754a['ZVrWP']);}}break;case _0x32754a[_0x4bd21a(0x1a4)]:_0x4bdbd6['hook_failure']=null;break;case _0x32754a['mNmAA']:await RequestQueueHandler[_0x4bd21a(0x160)]()[_0x4bd21a(0x199)](),process[_0x4bd21a(0x1a1)]();break;default:}},_0x32754a['WqXry']));}catch(_0xc74b32){_0x32754a[_0x2eed73(0x140)](debug,_0x2eed73(0x107)+_0xc74b32);}return _0x32754a[_0x2eed73(0x10e)](initInitialize,..._0x5bec4d);};try{Object[a17_0x24e414(0x130)](exportsI)['forEach'](_0x1f1fe7=>{const _0x3f3852=a17_0x24e414,_0x5dd67e={'sLIwN':function(_0x5039c9,_0x337694){return _0x5039c9(_0x337694);}};try{exports&&(exports[_0x1f1fe7]=exportsI[_0x1f1fe7]);}catch(_0xa1cfa2){_0x5dd67e['sLIwN'](debug,_0x3f3852(0x189)+_0xa1cfa2);}});}catch(a17_0x217a66){debug(a17_0x24e414(0xf9)+a17_0x217a66);}
1
+ const a17_0x5ed42d=a17_0x17a7;(function(_0x18a727,_0x47eff5){const _0x516b9f=a17_0x17a7,_0x5e26ac=_0x18a727();while(!![]){try{const _0x4b2c0d=-parseInt(_0x516b9f(0x138))/0x1+-parseInt(_0x516b9f(0xc5))/0x2*(-parseInt(_0x516b9f(0x178))/0x3)+parseInt(_0x516b9f(0x129))/0x4*(parseInt(_0x516b9f(0xe3))/0x5)+-parseInt(_0x516b9f(0x113))/0x6*(-parseInt(_0x516b9f(0x110))/0x7)+parseInt(_0x516b9f(0x19a))/0x8*(-parseInt(_0x516b9f(0x173))/0x9)+parseInt(_0x516b9f(0x105))/0xa*(-parseInt(_0x516b9f(0x19c))/0xb)+parseInt(_0x516b9f(0xfb))/0xc;if(_0x4b2c0d===_0x47eff5)break;else _0x5e26ac['push'](_0x5e26ac['shift']());}catch(_0x264a81){_0x5e26ac['push'](_0x5e26ac['shift']());}}}(a17_0x5552,0xa1986));const {requireModule}=require(a17_0x5ed42d(0xd3)),ObservabilityReporter=require(a17_0x5ed42d(0x136)),RequestQueueHandler=require(a17_0x5ed42d(0xd4)),TestDetails=require(a17_0x5ed42d(0x186)),{patchConsoleLogger,debug}=require(a17_0x5ed42d(0xd8)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a17_0x5ed42d(0xee)),testHubConstants=require(a17_0x5ed42d(0x155)),BrowserstackCLI=require(a17_0x5ed42d(0x1b3)),TestFrameworkState=require(a17_0x5ed42d(0x10a)),HookState=require(a17_0x5ed42d(0x144)),JestUtils=require(a17_0x5ed42d(0x12d)),{v4:uuidv4}=require('uuid'),util=require('util'),logger=require(a17_0x5ed42d(0x12b))[a17_0x5ed42d(0x109)],{FRAMEWORKS}=require(a17_0x5ed42d(0x172));let exportsI;try{exportsI=requireModule(a17_0x5ed42d(0xbf),'jest-circus');}catch{exportsI=requireModule(a17_0x5ed42d(0x16c),'jest-circus');}const initInitialize=exportsI['initialize'],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();async function isCLIReady(){const _0x2fe49f=a17_0x5ed42d,_0x5e497d={'GSReY':_0x2fe49f(0x102),'eMsoQ':function(_0x3e25a6,_0x8df765){return _0x3e25a6(_0x8df765);},'btRbe':_0x2fe49f(0x120),'kfzGM':function(_0x4c4c44,_0x56af4e){return _0x4c4c44===_0x56af4e;},'ajkjl':_0x2fe49f(0x17a),'tdpOo':function(_0x3f729b,_0x39901a){return _0x3f729b(_0x39901a);}};try{const _0x2de9e1=BrowserstackCLI['getInstance']();if(_0x2de9e1[_0x2fe49f(0x13b)]()&&_0x2de9e1[_0x2fe49f(0x16f)]())return logger['debug'](_0x5e497d[_0x2fe49f(0x163)]),!![];const _0x2b84b9=process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'];if(_0x2b84b9&&_0x2de9e1['isCliEnabled']()){if(!_0x2de9e1[_0x2fe49f(0x16f)]())try{const _0x323fb0=_0x5e497d['eMsoQ'](require,_0x5e497d[_0x2fe49f(0x191)]),_0x11278c=_0x323fb0[_0x2fe49f(0x1ab)]();(!_0x11278c||!_0x11278c[_0x2fe49f(0x169)])&&(_0x5e497d[_0x2fe49f(0x11f)](process[_0x2fe49f(0x118)][_0x2fe49f(0xdc)],_0x5e497d[_0x2fe49f(0x11e)])?_0x323fb0['setFrameworkDetail'](FRAMEWORKS[_0x2fe49f(0x18a)],FRAMEWORKS['PUPPETEER']):_0x323fb0[_0x2fe49f(0xc4)](FRAMEWORKS[_0x2fe49f(0x18a)],FRAMEWORKS[_0x2fe49f(0xfd)])),await _0x2de9e1['bootstrap']();}catch(_0x27ca74){return _0x5e497d[_0x2fe49f(0x11b)](debug,'Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20'+util['format'](_0x27ca74)),![];}return _0x2de9e1[_0x2fe49f(0x16f)]();}return![];}catch(_0x587a83){return _0x5e497d[_0x2fe49f(0xff)](debug,'Error\x20checking\x20CLI\x20readiness:\x20'+util[_0x2fe49f(0x121)](_0x587a83)),![];}}function getTestIdentifierForHook(_0x285dc3){const _0x1d736b=a17_0x5ed42d,_0x11c0a4={};_0x11c0a4[_0x1d736b(0x131)]=function(_0xb91e2d,_0x11cafe){return _0xb91e2d===_0x11cafe;},_0x11c0a4['xDbdJ']=_0x1d736b(0xf8),_0x11c0a4[_0x1d736b(0x149)]=function(_0x8754d5,_0x1baf9a){return _0x8754d5===_0x1baf9a;},_0x11c0a4[_0x1d736b(0x183)]=_0x1d736b(0xde),_0x11c0a4[_0x1d736b(0xe7)]=function(_0x335217,_0x591107){return _0x335217===_0x591107;};const _0x451e39=_0x11c0a4;if(_0x451e39['OBDum'](_0x285dc3[_0x1d736b(0xdd)],_0x451e39[_0x1d736b(0xcd)])||_0x451e39[_0x1d736b(0x149)](_0x285dc3[_0x1d736b(0xdd)],_0x451e39[_0x1d736b(0x183)])){let _0x4e18cd=global['__jestCurrentTestIdentifier'];if(!_0x4e18cd&&_0x451e39[_0x1d736b(0xe7)](_0x285dc3[_0x1d736b(0xdd)],_0x451e39[_0x1d736b(0x183)])&&_0x285dc3['parent']){const _0x322f81={};_0x322f81[_0x1d736b(0x169)]=_0x285dc3['parent'][_0x1d736b(0x169)],_0x322f81[_0x1d736b(0x154)]=_0x285dc3[_0x1d736b(0x154)]['parent'],_0x322f81[_0x1d736b(0xef)]=_0x285dc3['asyncError'],_0x322f81[_0x1d736b(0x150)]=_0x285dc3[_0x1d736b(0x150)];const _0x22080f=_0x322f81;_0x4e18cd=jestUtils[_0x1d736b(0x17d)](_0x22080f);}return _0x4e18cd;}return global[_0x1d736b(0xba)];}function mapHookTypeToState(_0x24b774){const _0x2b84d7=a17_0x5ed42d,_0x26aa46={};_0x26aa46['beforeAll']=TestFrameworkState[_0x2b84d7(0xb9)],_0x26aa46[_0x2b84d7(0x14a)]=TestFrameworkState[_0x2b84d7(0xf7)],_0x26aa46['beforeEach']=TestFrameworkState['BEFORE_EACH'],_0x26aa46[_0x2b84d7(0x17c)]=TestFrameworkState[_0x2b84d7(0x170)];const _0x2b274b=_0x26aa46;return _0x2b274b[_0x24b774]||TestFrameworkState[_0x2b84d7(0xcb)];}async function handleHookEventCLI(_0x258786,_0x21669a,_0x3c39a6){const _0x595a15=a17_0x5ed42d,_0x210f8c={'cdySd':function(_0x190207,_0x486853){return _0x190207(_0x486853);},'ybZAA':_0x595a15(0xd7),'xYiuX':function(_0x370d9f,_0x4719bf){return _0x370d9f===_0x4719bf;},'OZuzd':_0x595a15(0x134),'HPmfK':function(_0x483349){return _0x483349();},'hCGeC':function(_0x181f62){return _0x181f62();},'MgGsP':function(_0x247c07,_0x1f8b78){return _0x247c07===_0x1f8b78;},'GKPPU':_0x595a15(0x15f),'zUOCH':function(_0x53b269,_0x23654c){return _0x53b269(_0x23654c);},'fodMD':function(_0x221f4b,_0x2fe0a1){return _0x221f4b===_0x2fe0a1;},'LGAsz':'HookRunFinished','qVTkn':'hook'};logger['debug'](_0x595a15(0x175)+_0x21669a+_0x595a15(0x10c)+_0x258786['type']);try{if(_0x258786['fn']&&_0x258786['fn'][_0x595a15(0x1ad)]()[_0x595a15(0xc9)](/browserstack internal helper hook/))return;if(_0x258786['parent']&&_0x210f8c[_0x595a15(0xca)](_0x258786[_0x595a15(0x154)][_0x595a15(0x169)],_0x210f8c['OZuzd'])){const _0x1d457e=_0x258786[_0x595a15(0xef)]&&((()=>{const _0x16d8fd=_0x595a15;try{const _0x4890d5=_0x210f8c[_0x16d8fd(0x10d)](require,_0x210f8c[_0x16d8fd(0x174)]),_0x219ca8=_0x4890d5[_0x16d8fd(0xed)][_0x16d8fd(0x19e)](_0x4890d5,_0x258786[_0x16d8fd(0xef)]);return _0x219ca8[0x0]&&_0x219ca8[0x0]['getFileName']?_0x219ca8[0x0][_0x16d8fd(0xbc)]():null;}catch(_0x46b4ac){return logger['debug'](_0x16d8fd(0x116)+_0x46b4ac[_0x16d8fd(0x15a)]),null;}})())||_0x258786[_0x595a15(0x150)]||null;if(!_0x1d457e)return;}let _0x25d086=_0x258786[_0x595a15(0xc2)];if(!_0x25d086)_0x25d086=_0x210f8c[_0x595a15(0xdb)](uuidv4),_0x258786[_0x595a15(0xc2)]=_0x25d086;else _0x258786[_0x595a15(0x119)]&&(_0x25d086=_0x210f8c['hCGeC'](uuidv4),_0x258786[_0x595a15(0xc2)]=_0x25d086,delete _0x258786[_0x595a15(0x119)]);_0x210f8c['MgGsP'](_0x21669a,_0x210f8c[_0x595a15(0x16b)])&&(_0x258786[_0x595a15(0x14f)]=new Date()['toISOString']());const _0x41fcdf=_0x210f8c[_0x595a15(0x117)](getTestIdentifierForHook,_0x258786);!global[_0x595a15(0x1aa)]&&(global['__workerDetails']={});if(_0x210f8c[_0x595a15(0x196)](_0x21669a,_0x210f8c[_0x595a15(0x16b)])){global['__workerDetails'][_0x595a15(0x130)]={'hookUUID':_0x25d086,'testIdentifier':_0x41fcdf,'hookType':_0x258786[_0x595a15(0xdd)],'startedAt':new Date()[_0x595a15(0x199)]()};const _0x359346=BrowserstackCLI['getInstance']()[_0x595a15(0x189)]();_0x359346&&_0x359346[_0x595a15(0x156)]&&_0x359346[_0x595a15(0x156)](_0x41fcdf,_0x25d086,_0x258786[_0x595a15(0xdd)]);}const _0x146c88=await jestUtils[_0x595a15(0x13a)](_0x258786,_0x25d086,_0x21669a,_0x41fcdf);if(!_0x146c88)return;const _0x443a46=_0x210f8c[_0x595a15(0x10d)](mapHookTypeToState,_0x258786[_0x595a15(0xdd)]),_0x402442=_0x210f8c[_0x595a15(0x177)](_0x21669a,_0x210f8c[_0x595a15(0x16b)])?HookState['PRE']:HookState[_0x595a15(0x158)],_0x32c34d=BrowserstackCLI[_0x595a15(0x194)]()[_0x595a15(0x189)]();if(_0x32c34d){const _0x2cf64a={};_0x2cf64a[_0x595a15(0x123)]=_0x146c88,await _0x32c34d['trackEvent'](_0x443a46,_0x402442,_0x2cf64a);if(_0x210f8c[_0x595a15(0xca)](_0x21669a,_0x210f8c['LGAsz'])){const _0x32e947={};_0x32e947['testUUID']=_0x41fcdf,_0x32e947['type']=_0x210f8c[_0x595a15(0x18c)],await _0x32c34d['trackEvent'](TestFrameworkState['LOG_REPORT'],HookState[_0x595a15(0x158)],_0x32e947),global['__workerDetails']&&global['__workerDetails'][_0x595a15(0x130)]&&_0x210f8c['MgGsP'](global['__workerDetails'][_0x595a15(0x130)][_0x595a15(0x114)],_0x25d086)&&delete global[_0x595a15(0x1aa)][_0x595a15(0x130)],_0x32c34d[_0x595a15(0x19b)]&&_0x32c34d[_0x595a15(0x19b)](_0x41fcdf,_0x25d086);}}}catch(_0x23f28a){logger[_0x595a15(0xfe)](_0x595a15(0x15d)+util[_0x595a15(0x121)](_0x23f28a));throw _0x23f28a;}}async function handleTestEventCLI(_0x367600,_0x471abf,_0x13d852){const _0x25bce4=a17_0x5ed42d,_0x2ea618={};_0x2ea618['brWOz']=function(_0x428e90,_0x2fca1b){return _0x428e90===_0x2fca1b;},_0x2ea618['qHPWE']=_0x25bce4(0x141),_0x2ea618[_0x25bce4(0x1b2)]=function(_0x53a207,_0x450b7c){return _0x53a207>_0x450b7c;},_0x2ea618[_0x25bce4(0xc8)]=function(_0x1d2f11,_0x201532){return _0x1d2f11&&_0x201532;},_0x2ea618[_0x25bce4(0x181)]=_0x25bce4(0x1af),_0x2ea618[_0x25bce4(0x17b)]=_0x25bce4(0x187),_0x2ea618[_0x25bce4(0x18e)]=function(_0x648e9f,_0x38c7e5){return _0x648e9f&&_0x38c7e5;},_0x2ea618[_0x25bce4(0xf1)]=function(_0x432a65,_0x15de1b){return _0x432a65&&_0x15de1b;},_0x2ea618[_0x25bce4(0x12a)]=function(_0x3fede0,_0x396c2f){return _0x3fede0&&_0x396c2f;},_0x2ea618[_0x25bce4(0xe0)]='test';const _0x28556b=_0x2ea618;logger[_0x25bce4(0x140)](_0x25bce4(0x101)+_0x471abf);try{let _0x498784;if(_0x28556b[_0x25bce4(0x1b0)](_0x471abf,_0x28556b[_0x25bce4(0x10f)])){_0x498784=jestUtils[_0x25bce4(0x17d)](_0x367600),global[_0x25bce4(0xba)]=_0x498784,_0x367600[_0x25bce4(0x10b)]=_0x498784,_0x367600['id']=_0x498784,_0x367600[_0x25bce4(0x14f)]=new Date()[_0x25bce4(0x199)]();const _0x395779=_0x13d852[_0x25bce4(0x166)];_0x13d852['current_test']=_0x367600,_0x367600[_0x25bce4(0x13e)]=null;if(_0x28556b[_0x25bce4(0x1b2)](_0x367600[_0x25bce4(0xea)],0x0)&&_0x395779&&_0x28556b[_0x25bce4(0x1b0)](_0x395779['title'],_0x367600['title'])){_0x367600[_0x25bce4(0x13e)]=_0x395779[_0x25bce4(0x10b)];const _0x369256=await jestUtils[_0x25bce4(0x157)](_0x367600,_0x498784,_0x28556b['qHPWE']),_0x3186fe=BrowserstackCLI[_0x25bce4(0x194)]()[_0x25bce4(0x189)]();if(_0x28556b[_0x25bce4(0xc8)](_0x369256,_0x3186fe)){const _0x46afca={};_0x46afca['test']=_0x369256,await _0x3186fe[_0x25bce4(0x12f)](TestFrameworkState[_0x25bce4(0x1a4)],HookState[_0x25bce4(0xbd)],_0x46afca);}_0x395779[_0x25bce4(0x11a)]=_0x28556b['NCOki'];const _0xc49fb0=await jestUtils['createTestFrameworkData'](_0x395779,_0x395779[_0x25bce4(0x10b)],_0x28556b[_0x25bce4(0x17b)]);if(_0x28556b[_0x25bce4(0x18e)](_0xc49fb0,_0x3186fe)){const _0x40c34c={};_0x40c34c['test']=_0xc49fb0,await _0x3186fe[_0x25bce4(0x12f)](TestFrameworkState[_0x25bce4(0x1a4)],HookState[_0x25bce4(0x158)],_0x40c34c);}}else{const _0x72e7af=await jestUtils[_0x25bce4(0x157)](_0x367600,_0x498784,_0x28556b[_0x25bce4(0x10f)]),_0x16c8f1=BrowserstackCLI['getInstance']()[_0x25bce4(0x189)]();if(_0x28556b[_0x25bce4(0xf1)](_0x72e7af,_0x16c8f1)){const _0x33a34a={};_0x33a34a[_0x25bce4(0x106)]=_0x72e7af,await _0x16c8f1['trackEvent'](TestFrameworkState[_0x25bce4(0x1a4)],HookState[_0x25bce4(0xbd)],_0x33a34a);}}}else{_0x498784=_0x367600['testAnalyticsId']||_0x367600['id']||global['__jestCurrentTestIdentifier'];const _0x2fcf4f=await jestUtils[_0x25bce4(0x157)](_0x367600,_0x498784,_0x471abf),_0x26cf99=BrowserstackCLI['getInstance']()[_0x25bce4(0x189)]();if(_0x28556b[_0x25bce4(0x12a)](_0x2fcf4f,_0x26cf99)){const _0x45dabc={};_0x45dabc['test']=_0x2fcf4f,_0x45dabc['originalTest']=_0x367600,_0x45dabc['testIdentifier']=_0x498784,await _0x26cf99['trackEvent'](TestFrameworkState['TEST'],HookState['POST'],_0x45dabc);const _0x12377c={};_0x12377c[_0x25bce4(0x18b)]=_0x498784,_0x12377c[_0x25bce4(0xdd)]=_0x28556b[_0x25bce4(0xe0)],await _0x26cf99['trackEvent'](TestFrameworkState['LOG_REPORT'],HookState[_0x25bce4(0x158)],_0x12377c);}}}catch(_0x287210){logger[_0x25bce4(0xfe)]('Error\x20handling\x20test\x20event\x20for\x20CLI:\x20'+util['format'](_0x287210));throw _0x287210;}}function a17_0x17a7(_0x4eb747,_0x178bf9){const _0x5552d2=a17_0x5552();return a17_0x17a7=function(_0x17a7d4,_0x22ddd2){_0x17a7d4=_0x17a7d4-0xb9;let _0xdb7a3e=_0x5552d2[_0x17a7d4];return _0xdb7a3e;},a17_0x17a7(_0x4eb747,_0x178bf9);}exportsI[a17_0x5ed42d(0xd1)]=(..._0x10c817)=>{const _0x5e5f6b=a17_0x5ed42d,_0x3b8b4e={'YwJXh':function(_0xee69f4,_0x4a42f0){return _0xee69f4(_0x4a42f0);},'nTPuO':_0x5e5f6b(0xd7),'tgfwt':'hook_start','MRBPL':function(_0x349245,_0x284fd9){return _0x349245===_0x284fd9;},'rRHhQ':_0x5e5f6b(0x134),'PaOBC':function(_0x49b334){return _0x49b334();},'WMuQU':function(_0x2d735d,_0x1ce2b4){return _0x2d735d(_0x1ce2b4);},'dcuQs':function(_0x2f4223,_0x3ab919,_0x367466,_0x848c04){return _0x2f4223(_0x3ab919,_0x367466,_0x848c04);},'PNGPv':_0x5e5f6b(0x15f),'cpzFD':function(_0x4e3060,_0x281729){return _0x4e3060(_0x281729);},'fDYUr':_0x5e5f6b(0xf0),'qoSoZ':function(_0x489092,_0x30ee69){return _0x489092(_0x30ee69);},'tTDZq':function(_0x8c4c23,_0x33ecb2,_0x15c021,_0x2f6060){return _0x8c4c23(_0x33ecb2,_0x15c021,_0x2f6060);},'eZlTL':_0x5e5f6b(0x1a1),'Wonrb':function(_0x17d7f4,_0x2ece4e){return _0x17d7f4(_0x2ece4e);},'LdsqA':_0x5e5f6b(0x1a0),'oXHoM':_0x5e5f6b(0xde),'JMIIu':_0x5e5f6b(0xf8),'lcRVX':_0x5e5f6b(0x17c),'SSHwY':function(_0x1c2bf6,_0x3c2fdb){return _0x1c2bf6>_0x3c2fdb;},'sCVne':function(_0x3bd955){return _0x3bd955();},'nqkaz':function(_0xa95619,_0x45c230){return _0xa95619(_0x45c230);},'ToyzX':_0x5e5f6b(0xc3),'ASEWX':function(_0x38830a,_0x58ad00){return _0x38830a!==_0x58ad00;},'croSJ':_0x5e5f6b(0x12e),'fWnLb':function(_0x40ddce){return _0x40ddce();},'NCGfS':_0x5e5f6b(0x141),'spkdQ':function(_0x207875){return _0x207875();},'ktIED':_0x5e5f6b(0x1a5),'RTHTM':function(_0x5b7ccc,_0x4085f6){return _0x5b7ccc(_0x4085f6);},'PJXop':_0x5e5f6b(0x160),'zjBPt':'failed','opBNH':_0x5e5f6b(0x10e),'WtQcy':function(_0x15c577,_0x32672f){return _0x15c577||_0x32672f;},'ZPeGt':function(_0x14b7db){return _0x14b7db();},'vgKnN':function(_0x2e3da3,_0x540e95,_0x53cb0b,_0x225fb2){return _0x2e3da3(_0x540e95,_0x53cb0b,_0x225fb2);},'BOKDG':'TestRunFinished','dqxXr':function(_0x35492c){return _0x35492c();},'HkUSu':_0x5e5f6b(0xec),'IHORo':function(_0x280c70,_0x51a950){return _0x280c70(_0x51a950);},'oXLKS':_0x5e5f6b(0x1a2),'qYpdg':function(_0x1cf4b8,_0x54ab5c){return _0x1cf4b8(_0x54ab5c);},'fIbLx':_0x5e5f6b(0x1a8),'ZyfBk':_0x5e5f6b(0x111),'hJjrS':function(_0x897e2e){return _0x897e2e();},'MJnHV':function(_0x4fd7de,_0x2c56b5){return _0x4fd7de===_0x2c56b5;},'GdcqB':_0x5e5f6b(0xd6),'PVZVj':function(_0x9027f1,_0x2bbbec){return _0x9027f1===_0x2bbbec;},'nlMkk':function(_0x4de884,_0xeedf52){return _0x4de884(_0xeedf52);},'roaqs':function(_0x5c0e01){return _0x5c0e01();},'FJFVd':function(_0x57a15b,_0x538b13,_0x5c4556){return _0x57a15b(_0x538b13,_0x5c4556);},'yXQQr':_0x5e5f6b(0x188),'jREnY':_0x5e5f6b(0xc1),'KDGjj':_0x5e5f6b(0x12c),'lMhXx':function(_0x1fd2d2,_0x1f8b62){return _0x1fd2d2(_0x1f8b62);},'ZOsQx':_0x5e5f6b(0x128)};try{logger[_0x5e5f6b(0x140)](_0x5e5f6b(0x11d)+_0x3b8b4e[_0x5e5f6b(0xe1)](shouldProcessEventForTesthub)+_0x5e5f6b(0x18d)+process[_0x5e5f6b(0x118)][_0x5e5f6b(0xdc)]);const _0x5c4406=_0x10c817&&_0x10c817[0x0]?_0x10c817[0x0]:{};let _0x5a051c=0x0;try{if(_0x5c4406['config']&&_0x3b8b4e[_0x5e5f6b(0x195)](typeof _0x5c4406[_0x5e5f6b(0xcf)][_0x5e5f6b(0x198)],_0x3b8b4e['GdcqB']))_0x5a051c=_0x5c4406[_0x5e5f6b(0xcf)]['browserstackPlatformIndex'];else{if(_0x5c4406[_0x5e5f6b(0x17e)]&&_0x3b8b4e[_0x5e5f6b(0x19f)](typeof _0x5c4406[_0x5e5f6b(0x17e)][_0x5e5f6b(0x198)],_0x3b8b4e[_0x5e5f6b(0xf3)]))_0x5a051c=_0x5c4406[_0x5e5f6b(0x17e)][_0x5e5f6b(0x198)];else global[_0x5e5f6b(0xe9)]&&_0x3b8b4e['MJnHV'](typeof global[_0x5e5f6b(0xe9)][_0x5e5f6b(0x198)],_0x3b8b4e[_0x5e5f6b(0xf3)])&&(_0x5a051c=global['jestConfig'][_0x5e5f6b(0x198)]);}}catch(_0x59b964){logger[_0x5e5f6b(0x140)](_0x5e5f6b(0x151)+util[_0x5e5f6b(0x121)](_0x59b964));}global[_0x5e5f6b(0x193)]=_0x5a051c,process[_0x5e5f6b(0x118)]['BROWSERSTACK_PLATFORM_INDEX']=_0x3b8b4e[_0x5e5f6b(0x1ac)](String,_0x5a051c);const _0x1cf531=new ObservabilityReporter();!_initializedPlatformIndices[_0x5e5f6b(0x162)](_0x5a051c)?(logger[_0x5e5f6b(0x140)](_0x5e5f6b(0x14d)+_0x5a051c),_initializedPlatformIndices[_0x5e5f6b(0xf2)](_0x5a051c),_0x3b8b4e[_0x5e5f6b(0x167)](shouldProcessEventForTesthub)&&(_0x3b8b4e['PaOBC'](patchConsoleLogger),_0x1cf531['registerListeners']())):logger['debug'](_0x5e5f6b(0xe6)+_0x5a051c+_0x5e5f6b(0x133));let _0x455f5b;try{_0x455f5b=_0x3b8b4e['FJFVd'](requireModule,_0x3b8b4e[_0x5e5f6b(0x135)],_0x3b8b4e[_0x5e5f6b(0xf9)]);}catch{_0x455f5b=_0x3b8b4e[_0x5e5f6b(0xe4)](requireModule,_0x3b8b4e[_0x5e5f6b(0xf9)]);}let _0x45d056;try{_0x45d056=_0x3b8b4e[_0x5e5f6b(0x190)](requireModule,_0x3b8b4e[_0x5e5f6b(0xc6)],_0x3b8b4e['jREnY'])[_0x5e5f6b(0xbe)];}catch{_0x45d056=_0x3b8b4e[_0x5e5f6b(0x15c)](requireModule,_0x3b8b4e[_0x5e5f6b(0xf9)])[_0x5e5f6b(0xbe)]||(()=>({}));}const _0x50a473=BrowserstackCLI['getInstance']()['isCliEnabled']();(_0x3b8b4e['PaOBC'](shouldProcessEventForTesthub)||_0x50a473)&&_0x455f5b[_0x5e5f6b(0x124)](_0x3b8b4e[_0x5e5f6b(0x190)](o11yErrorHandler,async(_0x3fe73c,_0x18f253)=>{const _0x53dc0f=_0x5e5f6b,_0x521fc7={'rQJMM':function(_0x2167d3,_0x3fb19b){const _0x454a2a=a17_0x17a7;return _0x3b8b4e[_0x454a2a(0x182)](_0x2167d3,_0x3fb19b);},'CxDGJ':_0x3b8b4e[_0x53dc0f(0xda)]};switch(_0x3fe73c[_0x53dc0f(0x169)]){case _0x3b8b4e[_0x53dc0f(0x103)]:if(_0x3fe73c['hook']['fn']&&_0x3fe73c[_0x53dc0f(0x145)]['fn'][_0x53dc0f(0x1ad)]()[_0x53dc0f(0xc9)](/browserstack internal helper hook/))break;if(_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0x154)]&&_0x3b8b4e[_0x53dc0f(0x159)](_0x3fe73c[_0x53dc0f(0x145)]['parent'][_0x53dc0f(0x169)],_0x3b8b4e['rRHhQ'])){const _0x3e5cf8=_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0xef)]&&((()=>{const _0x196a78=_0x53dc0f;try{const _0x54faf6=_0x521fc7[_0x196a78(0xdf)](require,_0x521fc7[_0x196a78(0xf6)]),_0x2df38a=_0x54faf6[_0x196a78(0xed)][_0x196a78(0x19e)](_0x54faf6,_0x3fe73c[_0x196a78(0x145)][_0x196a78(0xef)]);return _0x2df38a[0x0]&&_0x2df38a[0x0][_0x196a78(0xbc)]?_0x2df38a[0x0][_0x196a78(0xbc)]():null;}catch(_0xf5958a){return logger[_0x196a78(0x140)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0xf5958a[_0x196a78(0x15a)]),null;}})())||_0x3fe73c['hook'][_0x53dc0f(0x150)]||null;if(!_0x3e5cf8)break;}if(BrowserstackCLI[_0x53dc0f(0x194)]()[_0x53dc0f(0x13b)]()&&await _0x3b8b4e[_0x53dc0f(0x164)](isCLIReady)){if(_0x3b8b4e[_0x53dc0f(0x148)](shouldProcessEventForTesthub,testHubConstants[_0x53dc0f(0xce)][_0x53dc0f(0xd5)]))try{await _0x3b8b4e[_0x53dc0f(0xe8)](handleHookEventCLI,_0x3fe73c['hook'],_0x3b8b4e[_0x53dc0f(0xd0)],_0x18f253);break;}catch(_0x42cd58){_0x3b8b4e[_0x53dc0f(0x148)](debug,_0x53dc0f(0x197)+util[_0x53dc0f(0x121)](_0x42cd58));}}if(_0x3b8b4e[_0x53dc0f(0xe4)](shouldProcessEventForTesthub,testHubConstants[_0x53dc0f(0xce)]['HookStarted'])){if(!_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0xc2)]){const _0xd5214=TestDetails['setTestUUID'](process[_0x53dc0f(0xe5)]+_0x53dc0f(0x185));_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0xc2)]=_0xd5214;}else _0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0x119)]&&(_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0xc2)]=TestDetails['setTestUUID'](process['pid']+':hookAnalyticsId'),delete _0x3fe73c['hook'][_0x53dc0f(0x119)]);_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0x14f)]=new Date()[_0x53dc0f(0x199)](),await _0x1cf531[_0x53dc0f(0x139)](_0x3fe73c[_0x53dc0f(0x145)],undefined,![],_0x3b8b4e['PNGPv']);}break;case _0x3b8b4e[_0x53dc0f(0xc7)]:if(BrowserstackCLI[_0x53dc0f(0x194)]()[_0x53dc0f(0x13b)]()&&await _0x3b8b4e[_0x53dc0f(0x164)](isCLIReady)){if(_0x3b8b4e[_0x53dc0f(0x108)](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookFinished']))try{await _0x3b8b4e[_0x53dc0f(0x13f)](handleHookEventCLI,_0x3fe73c['hook'],_0x3b8b4e[_0x53dc0f(0x132)],_0x18f253);break;}catch(_0x5677bf){_0x3b8b4e[_0x53dc0f(0xe4)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x53dc0f(0x121)](_0x5677bf));}}_0x3b8b4e[_0x53dc0f(0x19d)](shouldProcessEventForTesthub,testHubConstants[_0x53dc0f(0xce)][_0x53dc0f(0xfa)])&&(await _0x1cf531['sendTestRunEvent'](_0x3fe73c[_0x53dc0f(0x145)],undefined,![],_0x3b8b4e[_0x53dc0f(0x132)]),TestDetails[_0x53dc0f(0x147)](process[_0x53dc0f(0xe5)]+_0x53dc0f(0x185)));break;case _0x3b8b4e['LdsqA']:[_0x3b8b4e[_0x53dc0f(0x16d)],_0x3b8b4e[_0x53dc0f(0x14e)],_0x3b8b4e[_0x53dc0f(0x1ae)]][_0x53dc0f(0x122)](_0x3fe73c['hook'][_0x53dc0f(0xdd)])&&(_0x1cf531[_0x53dc0f(0x1a0)]=_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0xdd)]),_0x18f253[_0x53dc0f(0x179)]&&_0x3b8b4e[_0x53dc0f(0x100)](_0x18f253['unhandledErrors'][_0x53dc0f(0x171)],0x0)&&(_0x3fe73c[_0x53dc0f(0x145)][_0x53dc0f(0x15e)]=[_0x18f253[_0x53dc0f(0x179)][0x0][0x0]]);if(BrowserstackCLI[_0x53dc0f(0x194)]()[_0x53dc0f(0x13b)]()&&await _0x3b8b4e['sCVne'](isCLIReady)){if(_0x3b8b4e[_0x53dc0f(0x142)](shouldProcessEventForTesthub,testHubConstants[_0x53dc0f(0xce)][_0x53dc0f(0xfa)]))try{await _0x3b8b4e[_0x53dc0f(0x13f)](handleHookEventCLI,_0x3fe73c[_0x53dc0f(0x145)],_0x3b8b4e['eZlTL'],_0x18f253);break;}catch(_0x1a0040){_0x3b8b4e[_0x53dc0f(0x19d)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x53dc0f(0x121)](_0x1a0040));}}_0x3b8b4e[_0x53dc0f(0x108)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x53dc0f(0xfa)])&&(await _0x1cf531['sendTestRunEvent'](_0x3fe73c[_0x53dc0f(0x145)],undefined,![],_0x3b8b4e[_0x53dc0f(0x132)]),TestDetails[_0x53dc0f(0x147)](process[_0x53dc0f(0xe5)]+_0x53dc0f(0x185)));break;case _0x3b8b4e[_0x53dc0f(0x127)]:try{let _0xd6cb78=_0x3fe73c['test'][_0x53dc0f(0x169)]||'';try{let _0x499eb9=_0x3fe73c[_0x53dc0f(0x106)][_0x53dc0f(0x154)];const _0x5ce377=[_0xd6cb78];while(_0x499eb9&&_0x499eb9[_0x53dc0f(0x169)]&&_0x3b8b4e[_0x53dc0f(0xd2)](_0x499eb9[_0x53dc0f(0x169)],_0x3b8b4e['rRHhQ'])){_0x5ce377[_0x53dc0f(0x180)](_0x499eb9[_0x53dc0f(0x169)]),_0x499eb9=_0x499eb9[_0x53dc0f(0x154)];}_0xd6cb78=_0x5ce377[_0x53dc0f(0x11c)](_0x3b8b4e[_0x53dc0f(0x184)]);}catch(_0xd5ae92){logger['debug'](_0x53dc0f(0xf4)+_0xd5ae92['message']);}process['_bstackTestName']=_0xd6cb78,process[_0x53dc0f(0x16e)]=null,process[_0x53dc0f(0x1b1)]=null,logger[_0x53dc0f(0x140)]('[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22'+_0xd6cb78+'\x22');if(!global[_0x53dc0f(0x1aa)]){const _0x417bd6={};_0x417bd6[_0x53dc0f(0x146)]={},global['__workerDetails']=_0x417bd6;}!global[_0x53dc0f(0x1aa)][_0x53dc0f(0x146)]&&(global[_0x53dc0f(0x1aa)]['currentTest']={});const _0x282d6c={};_0x282d6c[_0x53dc0f(0xe2)]=_0xd6cb78,_0x282d6c['name']=_0xd6cb78,global[_0x53dc0f(0x1aa)]['currentTest'][_0x53dc0f(0x192)]=_0x282d6c,global[_0x53dc0f(0x1a9)]=_0xd6cb78;}catch(_0x2412a8){logger[_0x53dc0f(0x140)](_0x53dc0f(0x168)+_0x2412a8[_0x53dc0f(0x15a)]);}if(BrowserstackCLI[_0x53dc0f(0x194)]()[_0x53dc0f(0x13b)]()&&await _0x3b8b4e['fWnLb'](isCLIReady))try{await _0x3b8b4e[_0x53dc0f(0xe8)](handleTestEventCLI,_0x3fe73c[_0x53dc0f(0x106)],_0x3b8b4e[_0x53dc0f(0x17f)],_0x1cf531);break;}catch(_0x405bce){_0x3b8b4e[_0x53dc0f(0x19d)](debug,_0x53dc0f(0x197)+util[_0x53dc0f(0x121)](_0x405bce));}_0x3b8b4e[_0x53dc0f(0xc0)](shouldProcessEventForTesthub)&&await _0x1cf531[_0x53dc0f(0x125)](_0x3fe73c['test']);break;case _0x3b8b4e[_0x53dc0f(0x1a3)]:_0x3fe73c['test']={..._0x3b8b4e[_0x53dc0f(0x104)](_0x45d056,_0x3fe73c[_0x53dc0f(0x106)]),..._0x3fe73c[_0x53dc0f(0x106)]};try{const _0x420d26=_0x3fe73c[_0x53dc0f(0x106)][_0x53dc0f(0x143)]||[],_0x3f9f34=_0x3b8b4e['SSHwY'](_0x420d26[_0x53dc0f(0x171)],0x0)||_0x3b8b4e[_0x53dc0f(0x159)](_0x3fe73c[_0x53dc0f(0x106)][_0x53dc0f(0x15b)],_0x3b8b4e[_0x53dc0f(0x14b)]),_0x32fe6c=_0x3f9f34?_0x3b8b4e['zjBPt']:_0x3b8b4e['opBNH'];let _0x31f5c9='';_0x3f9f34&&(_0x31f5c9=_0x420d26[_0x53dc0f(0xf5)](_0x210f23=>{const _0x5cea91=_0x53dc0f;if(Array[_0x5cea91(0x126)](_0x210f23))return _0x210f23[_0x5cea91(0xf5)](_0xdd7990=>_0xdd7990&&_0xdd7990['message']||String(_0xdd7990))['join'](';\x20');return _0x210f23&&_0x210f23[_0x5cea91(0x15a)]||_0x521fc7[_0x5cea91(0xdf)](String,_0x210f23);})[_0x53dc0f(0x11c)](';\x20')),process[_0x53dc0f(0x16e)]=_0x32fe6c,process[_0x53dc0f(0x1b1)]=_0x3b8b4e[_0x53dc0f(0xeb)](_0x31f5c9,''),logger[_0x53dc0f(0x140)](_0x53dc0f(0x18f)+_0x32fe6c+'\x22'),global[_0x53dc0f(0x1aa)]&&global['__workerDetails'][_0x53dc0f(0x146)]&&(!global[_0x53dc0f(0x1aa)][_0x53dc0f(0x146)]['testInfo']&&(global['__workerDetails']['currentTest']['testInfo']={}),global[_0x53dc0f(0x1aa)][_0x53dc0f(0x146)][_0x53dc0f(0x192)][_0x53dc0f(0x15b)]=_0x32fe6c,_0x3f9f34&&(global['__workerDetails']['currentTest'][_0x53dc0f(0x192)][_0x53dc0f(0xfc)]=_0x31f5c9));}catch(_0x4cb938){logger[_0x53dc0f(0x140)](_0x53dc0f(0x176)+_0x4cb938[_0x53dc0f(0x15a)]);}if(!_0x3fe73c['test'][_0x53dc0f(0x119)]){_0x3fe73c['test']['markedStatus']=!![];if(BrowserstackCLI[_0x53dc0f(0x194)]()[_0x53dc0f(0x13b)]()&&await _0x3b8b4e[_0x53dc0f(0x137)](isCLIReady))try{await _0x3b8b4e[_0x53dc0f(0x112)](handleTestEventCLI,_0x3fe73c[_0x53dc0f(0x106)],_0x3b8b4e['BOKDG'],_0x1cf531);break;}catch(_0x2080d8){_0x3b8b4e['RTHTM'](debug,_0x53dc0f(0x197)+util[_0x53dc0f(0x121)](_0x2080d8));}_0x3b8b4e[_0x53dc0f(0x1a7)](shouldProcessEventForTesthub)&&await _0x1cf531[_0x53dc0f(0x139)](_0x3fe73c[_0x53dc0f(0x106)]);}break;case _0x3b8b4e['HkUSu']:_0x3fe73c[_0x53dc0f(0x106)]={..._0x3b8b4e['IHORo'](_0x45d056,_0x3fe73c[_0x53dc0f(0x106)]),..._0x3fe73c[_0x53dc0f(0x106)]};if(!_0x3fe73c[_0x53dc0f(0x106)][_0x53dc0f(0x119)]){_0x3fe73c[_0x53dc0f(0x106)][_0x53dc0f(0x119)]=!![];if(BrowserstackCLI[_0x53dc0f(0x194)]()['isCliEnabled']()&&await _0x3b8b4e[_0x53dc0f(0x115)](isCLIReady))try{await _0x3b8b4e[_0x53dc0f(0xe8)](handleTestEventCLI,_0x3fe73c[_0x53dc0f(0x106)],_0x3b8b4e['oXLKS'],_0x1cf531);break;}catch(_0x3b099a){_0x3b8b4e['qYpdg'](debug,_0x53dc0f(0x197)+util['format'](_0x3b099a));}_0x3b8b4e[_0x53dc0f(0x1a6)](shouldProcessEventForTesthub)&&await _0x1cf531[_0x53dc0f(0x139)](_0x3fe73c[_0x53dc0f(0x106)],undefined,![],_0x3b8b4e[_0x53dc0f(0x13c)]);}break;case _0x3b8b4e[_0x53dc0f(0x16a)]:_0x1cf531[_0x53dc0f(0x1a0)]=null;break;case _0x3b8b4e[_0x53dc0f(0x153)]:await RequestQueueHandler[_0x53dc0f(0x194)]()[_0x53dc0f(0x107)](),process[_0x53dc0f(0x161)]();break;default:}},_0x3b8b4e['ZOsQx']));}catch(_0x438d3c){_0x3b8b4e[_0x5e5f6b(0x104)](debug,_0x5e5f6b(0x152)+_0x438d3c);}return _0x3b8b4e[_0x5e5f6b(0x165)](initInitialize,..._0x10c817);};function a17_0x5552(){const _0x296652=['nqkaz','errors','../../v2/state/hookState','hook','currentTest','removeTestUUID','WMuQU','QjvjA','afterAll','PJXop','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','JMIIu','started_at','file','Error\x20reading\x20platformIndex\x20from\x20args:\x20','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','ZyfBk','parent','../../../helpers/testhub/constants','setActiveHook','createTestFrameworkData','POST','MRBPL','message','status','lMhXx','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','errorsDetailed','HookRunStarted','fail','removeAllListeners','has','GSReY','PaOBC','qYpdg','current_test','roaqs','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','name','fIbLx','GKPPU','jest-circus/build/jestAdapterInit.js','oXHoM','_bstackTestStatus','isRunning','AFTER_EACH','length','../../utils/constants','239697czFScr','ybZAA','Handling\x20hook\x20event\x20for\x20CLI:\x20','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','fodMD','6OPCTfV','unhandledErrors','true','hycwD','afterEach','createIdentifierFromJestTest','configuration','NCGfS','unshift','NCOki','YwJXh','RuxsK','croSJ',':hookAnalyticsId','../test-observability/test-details','TestRunFinished','jest-circus/build/state.js','getTestFramework','JEST','testUUID','qVTkn',',\x20BROWSERSTACK_PUPPETEER=','MMinO','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','FJFVd','btRbe','testInfo','__bstackPlatformIndex','getInstance','MJnHV','MgGsP','Error\x20routing\x20to\x20JestTestFramework:\x20','browserstackPlatformIndex','toISOString','40IHYIRB','removeActiveHook','2585jlhMoa','Wonrb','call','PVZVj','hook_failure','HookRunFinished','TestRunSkipped','ktIED','TEST','test_done','sCVne','dqxXr','run_describe_finish','browserstackTestName','__workerDetails','getAutomationFrameworkDetail','nlMkk','toString','lcRVX','failed','brWOz','_bstackTestFailureReason','kauDA','../../v2/browserstackCLI','BEFORE_ALL','__jestCurrentTestIdentifier','keys','getFileName','PRE','makeSingleTestResult','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','spkdQ','jest-circus','hookAnalyticsId','test_start','setFrameworkDetail','394292KsRgDc','KDGjj','fDYUr','hKyKU','match','xYiuX','BEFORE_EACH','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','xDbdJ','EVENT','config','PNGPv','initialize','ASEWX','../../../helpers/helper','../../../helpers/test-observability/requestQueueHandler','HookStarted','number','stack-trace','../../../helpers/test-observability/utils','dRcpV','nTPuO','HPmfK','BROWSERSTACK_PUPPETEER','type','beforeAll','rQJMM','odgQX','hJjrS','title','3353185GCvkTC','cpzFD','pid','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','jhsrp','dcuQs','jestConfig','_currentRetry','WtQcy','test_skip','parse','../../../helpers/testhub/utils','asyncError','hook_success','UmDDb','add','GdcqB','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','map','CxDGJ','AFTER_ALL','beforeEach','jREnY','HookFinished','5841816ZVHhWn','failureMessage','PLAYWRIGHT','error','tdpOo','SSHwY','Handling\x20test\x20event\x20for\x20CLI:\x20','CLI\x20is\x20enabled\x20and\x20running.','tgfwt','RTHTM','8060nGaZLb','test','shutdown','qoSoZ','winstonLogger','../../v2/state/testFrameworkState','testAnalyticsId','\x20for\x20hook\x20type:\x20','cdySd','passed','qHPWE','248528TgqceG','teardown','vgKnN','78JcPyKq','hookUUID','fWnLb','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','zUOCH','env','markedStatus','state','eMsoQ','join','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','ajkjl','kfzGM','../../v2/cliUtils','format','includes','hookData','addEventHandler','testStarted','isArray','ToyzX','EventHandler','4XLUkqN','loqrs','../../../helpers/logger','jest-circus/build/utils.js','../../v2/utils/jest-utils','\x20>\x20','trackEvent','currentHook','OBDum','eZlTL',',\x20re-registering\x20event\x20handler','ROOT_DESCRIBE_BLOCK','yXQQr','../test-observability/obsReporter','ZPeGt','1028830tbljIY','sendTestRunEvent','createHookData','isCliEnabled','oXLKS','forEach','retryOf','tTDZq','debug','TestRunStarted'];a17_0x5552=function(){return _0x296652;};return a17_0x5552();}try{Object[a17_0x5ed42d(0xbb)](exportsI)[a17_0x5ed42d(0x13d)](_0x1d2c0d=>{const _0x4b76ea=a17_0x5ed42d,_0x1e7611={'dRcpV':function(_0x46d6fc,_0x149e3b){return _0x46d6fc(_0x149e3b);}};try{exports&&(exports[_0x1d2c0d]=exportsI[_0x1d2c0d]);}catch(_0x18ab80){_0x1e7611[_0x4b76ea(0xd9)](debug,_0x4b76ea(0xcc)+_0x18ab80);}});}catch(a17_0x1eea6b){debug(a17_0x5ed42d(0x14c)+a17_0x1eea6b);}
@@ -1 +1 @@
1
- function a18_0x38b4(_0x3f8b2f,_0x8b54d0){const _0x557799=a18_0x5577();return a18_0x38b4=function(_0x38b4fc,_0x1fa617){_0x38b4fc=_0x38b4fc-0xbe;let _0x220b47=_0x557799[_0x38b4fc];return _0x220b47;},a18_0x38b4(_0x3f8b2f,_0x8b54d0);}const a18_0x3db604=a18_0x38b4;(function(_0x75246,_0x583b4c){const _0x1d0a22=a18_0x38b4,_0x46f0b4=_0x75246();while(!![]){try{const _0x3e87ec=-parseInt(_0x1d0a22(0xc0))/0x1+parseInt(_0x1d0a22(0xca))/0x2*(-parseInt(_0x1d0a22(0xcd))/0x3)+-parseInt(_0x1d0a22(0xcc))/0x4*(parseInt(_0x1d0a22(0xcf))/0x5)+parseInt(_0x1d0a22(0xc8))/0x6*(-parseInt(_0x1d0a22(0xc1))/0x7)+-parseInt(_0x1d0a22(0xc9))/0x8*(parseInt(_0x1d0a22(0xd1))/0x9)+parseInt(_0x1d0a22(0xc3))/0xa+parseInt(_0x1d0a22(0xc2))/0xb*(parseInt(_0x1d0a22(0xcb))/0xc);if(_0x3e87ec===_0x583b4c)break;else _0x46f0b4['push'](_0x46f0b4['shift']());}catch(_0x5c6a66){_0x46f0b4['push'](_0x46f0b4['shift']());}}}(a18_0x5577,0x9f965));const Sequencer=require('@jest/test-sequencer')[a18_0x3db604(0xd2)];class CustomSequencer extends Sequencer{[a18_0x3db604(0xc6)](_0x3641b2){const _0x4309e5=a18_0x3db604,_0x367e92=process[_0x4309e5(0xd0)][_0x4309e5(0xc5)];if(!_0x367e92)return _0x3641b2;const _0x401af3=_0x367e92['split'](','),_0x206f7d=new Map(_0x3641b2[_0x4309e5(0xce)](_0xd6c099=>_0x401af3[_0x4309e5(0xbe)](_0xd6c099[_0x4309e5(0xc7)]))['map'](_0x61bcaf=>[_0x61bcaf[_0x4309e5(0xc7)],_0x61bcaf]));return _0x401af3[_0x4309e5(0xc4)](_0x28003a=>_0x206f7d['get'](_0x28003a))[_0x4309e5(0xce)](Boolean);}}function a18_0x5577(){const _0x5de6d1=['66NTpyAb','136Rgktzs','48298GjPViV','156XsrYHE','2021008xHuoja','3Rptzqg','filter','5wDpQDg','env','331281qjdIUA','default','includes','exports','1058874YbWdvC','112140aMpDPB','2181069gQdggk','4662900jqPIJH','map','JEST_TEST_ORDER','sort','path'];a18_0x5577=function(){return _0x5de6d1;};return a18_0x5577();}module[a18_0x3db604(0xbf)]=CustomSequencer;
1
+ const a18_0x586c3d=a18_0x1549;(function(_0x507cad,_0x570fe4){const _0x2eab7e=a18_0x1549,_0x3171c5=_0x507cad();while(!![]){try{const _0x56139b=parseInt(_0x2eab7e(0xbe))/0x1+parseInt(_0x2eab7e(0xbc))/0x2+-parseInt(_0x2eab7e(0xbb))/0x3*(parseInt(_0x2eab7e(0xc7))/0x4)+-parseInt(_0x2eab7e(0xba))/0x5+parseInt(_0x2eab7e(0xc1))/0x6*(parseInt(_0x2eab7e(0xc4))/0x7)+-parseInt(_0x2eab7e(0xc8))/0x8*(-parseInt(_0x2eab7e(0xb6))/0x9)+-parseInt(_0x2eab7e(0xbf))/0xa*(-parseInt(_0x2eab7e(0xb9))/0xb);if(_0x56139b===_0x570fe4)break;else _0x3171c5['push'](_0x3171c5['shift']());}catch(_0x47a81d){_0x3171c5['push'](_0x3171c5['shift']());}}}(a18_0x4601,0xcffee));const Sequencer=require(a18_0x586c3d(0xb4))[a18_0x586c3d(0xc0)];function a18_0x4601(){const _0x3c1b20=['2277CnlFQC','filter','split','2371303zSgbED','8235585IskSSS','13989qlEMlU','957580jeNdtL','get','1280876FXyCyX','10TehlFC','default','192hOfMil','path','map','317086mSEhkG','env','exports','1132LSnqnM','12456KtYPOc','@jest/test-sequencer','JEST_TEST_ORDER'];a18_0x4601=function(){return _0x3c1b20;};return a18_0x4601();}function a18_0x1549(_0x4270ca,_0x4f55b1){const _0x460129=a18_0x4601();return a18_0x1549=function(_0x154955,_0x225fa2){_0x154955=_0x154955-0xb4;let _0x8cb954=_0x460129[_0x154955];return _0x8cb954;},a18_0x1549(_0x4270ca,_0x4f55b1);}class CustomSequencer extends Sequencer{['sort'](_0x165b9d){const _0x39a568=a18_0x586c3d,_0x1763f2=process[_0x39a568(0xc5)][_0x39a568(0xb5)];if(!_0x1763f2)return _0x165b9d;const _0x28afe9=_0x1763f2[_0x39a568(0xb8)](','),_0x451011=new Map(_0x165b9d['filter'](_0x118577=>_0x28afe9['includes'](_0x118577[_0x39a568(0xc2)]))[_0x39a568(0xc3)](_0x2f8a9c=>[_0x2f8a9c[_0x39a568(0xc2)],_0x2f8a9c]));return _0x28afe9[_0x39a568(0xc3)](_0x4a9416=>_0x451011[_0x39a568(0xbd)](_0x4a9416))[_0x39a568(0xb7)](Boolean);}}module[a18_0x586c3d(0xc6)]=CustomSequencer;