browserstack-node-sdk 1.46.7 → 1.46.8

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 (183) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  114. package/src/bin/v2/framework/testFramework.js +1 -1
  115. package/src/bin/v2/grpcClient.js +1 -1
  116. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  117. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/trackedContext.js +1 -1
  119. package/src/bin/v2/instances/trackedInstance.js +1 -1
  120. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  121. package/src/bin/v2/modules/baseModule.js +1 -1
  122. package/src/bin/v2/modules/observabilityModule.js +1 -1
  123. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  124. package/src/bin/v2/modules/testhubModule.js +1 -1
  125. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  126. package/src/bin/v2/state/hookState.js +1 -1
  127. package/src/bin/v2/state/testFrameworkState.js +1 -1
  128. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  129. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  130. package/src/bin/vanilla-js/command.js +1 -1
  131. package/src/browserStackSdk.js +1 -1
  132. package/src/helpers/BrowserStackSetup.js +1 -1
  133. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  134. package/src/helpers/accessibility-automation/constants.js +1 -1
  135. package/src/helpers/accessibility-automation/helper.js +1 -1
  136. package/src/helpers/accessibility-automation/scripts.js +1 -1
  137. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  138. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  139. package/src/helpers/ats/constants.js +1 -1
  140. package/src/helpers/ats/helper.js +1 -1
  141. package/src/helpers/capsMapping.js +1 -1
  142. package/src/helpers/central-scanner/constants.js +1 -1
  143. package/src/helpers/central-scanner/helpers.js +1 -1
  144. package/src/helpers/classLogger.js +1 -1
  145. package/src/helpers/globals.js +1 -1
  146. package/src/helpers/helper.js +1 -1
  147. package/src/helpers/logger.js +1 -1
  148. package/src/helpers/metadata.js +1 -1
  149. package/src/helpers/patchHelper.js +1 -1
  150. package/src/helpers/patchHelpers.js +1 -1
  151. package/src/helpers/percy/Percy.js +1 -1
  152. package/src/helpers/percy/PercyBinary.js +1 -1
  153. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  154. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  155. package/src/helpers/percy/PercySDK.js +1 -1
  156. package/src/helpers/percy/index.js +1 -1
  157. package/src/helpers/percy/utils.js +1 -1
  158. package/src/helpers/performance/constants.js +1 -1
  159. package/src/helpers/performance/performance-tester.js +1 -1
  160. package/src/helpers/playwright-helper.js +1 -1
  161. package/src/helpers/processHelper.js +1 -1
  162. package/src/helpers/request-spy.js +1 -1
  163. package/src/helpers/setKeepAlive.js +1 -1
  164. package/src/helpers/test-observability/constants.js +1 -1
  165. package/src/helpers/test-observability/error-handler.js +1 -1
  166. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  167. package/src/helpers/test-observability/sessionHandler.js +1 -1
  168. package/src/helpers/test-observability/utils.js +1 -1
  169. package/src/helpers/test-orchestration/constants.js +1 -1
  170. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  171. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  172. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  173. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  174. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  175. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  176. package/src/helpers/testhub/constants.js +1 -1
  177. package/src/helpers/testhub/testhubHandler.js +1 -1
  178. package/src/helpers/testhub/utils.js +1 -1
  179. package/src/helpers/timeoutPromise.js +1 -1
  180. package/src/helpers/utilities.js +1 -1
  181. package/src/helpers/w3cMapping.js +1 -1
  182. package/src/hubAllocationMethods.js +1 -1
  183. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a10_0x33f6(_0x2456e3,_0x5d7ba4){const _0x50c949=a10_0x50c9();return a10_0x33f6=function(_0x33f606,_0xe85aa9){_0x33f606=_0x33f606-0x195;let _0x3e7b1d=_0x50c949[_0x33f606];return _0x3e7b1d;},a10_0x33f6(_0x2456e3,_0x5d7ba4);}const a10_0x401389=a10_0x33f6;function a10_0x50c9(){const _0x4ecfee=['156024feRpXG','skipSessionName','status','171064etNBGT','../../helpers/setKeepAlive','11560ZlLRpL','cucumber/lib/index.js','debug','\x20|\x20','YMTuY','setDefaultTimeout','__driver','name','HGAUB','../../index','bstack','euRPH','then','initQuit','After','70RdVhAX','Before','toLowerCase','626658iElBeM','../../helpers/logger','parse','Error:\x20quiting\x20at\x20After:\x20','platformCaps','CONFIG','krApH','skipSessionStatus','JYAtY','718300bNNyNL','pickle','Inside\x20browserstack\x20After','YJliq','767494HetXNL','../../helpers/helper','\x22}}','winstonLogger','result','hHBQH','failed','__platformCaps','SHeFz','5PyOzWM','8lGqmjC','__skipSessionName','join','Error:\x20setting\x20status\x20at\x20After:\x20','session_','__timeout','36009yaBfYM','executeScript','Inside\x20browserstack\x20Before','quGhs','qJTNa','CJBvC'];a10_0x50c9=function(){return _0x4ecfee;};return a10_0x50c9();}(function(_0x1d050f,_0x189cfd){const _0x3d8233=a10_0x33f6,_0x485d16=_0x1d050f();while(!![]){try{const _0xc45f5e=-parseInt(_0x3d8233(0x19f))/0x1+-parseInt(_0x3d8233(0x19d))/0x2+parseInt(_0x3d8233(0x19a))/0x3+-parseInt(_0x3d8233(0x1ba))/0x4*(-parseInt(_0x3d8233(0x1c7))/0x5)+-parseInt(_0x3d8233(0x1b1))/0x6+-parseInt(_0x3d8233(0x1be))/0x7*(-parseInt(_0x3d8233(0x1c8))/0x8)+parseInt(_0x3d8233(0x1ce))/0x9*(-parseInt(_0x3d8233(0x1ae))/0xa);if(_0xc45f5e===_0x189cfd)break;else _0x485d16['push'](_0x485d16['shift']());}catch(_0x2a8607){_0x485d16['push'](_0x485d16['shift']());}}}(a10_0x50c9,0x1b443));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x401389(0x1bf)),setKeepAlive=require(a10_0x401389(0x19e)),cucumberModule=requireModule(a10_0x401389(0x1a0),'cucumber'),logger=require(a10_0x401389(0x1b2))[a10_0x401389(0x1c1)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x401389(0x1af)],After=cucumberModule[a10_0x401389(0x1ad)],configuration=process['env'][a10_0x401389(0x1b6)];if(configuration!==undefined){const config=JSON[a10_0x401389(0x1b3)](configuration);isTrue(config[a10_0x401389(0x19b)])&&(global[a10_0x401389(0x1c9)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x401389(0x1b8)]),require(a10_0x401389(0x1a8))['browserstackAgentV2'](config),global[a10_0x401389(0x1c5)]=config[a10_0x401389(0x1b5)]||{};}global[a10_0x401389(0x1cd)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x401389(0x1a4)];cucumberModule['setDefaultTimeout']=_0x54e34e=>{const _0x1b741d=a10_0x401389,_0x343581={'YMTuY':function(_0x390851,_0x1be29d){return _0x390851(_0x1be29d);}};global[_0x1b741d(0x1cd)]=_0x54e34e,_0x343581[_0x1b741d(0x1a3)](__setDefaultTimeout,_0x54e34e);};const a10_0x37c0d1={};a10_0x37c0d1[a10_0x401389(0x1a6)]=a10_0x401389(0x1a9),Before(a10_0x37c0d1,function(){const _0x3436f1=a10_0x401389,_0x37c87e={};_0x37c87e[_0x3436f1(0x1b9)]=_0x3436f1(0x196);const _0x5ac9b1=_0x37c87e;logger['debug'](_0x5ac9b1['JYAtY']),global['__error_messages__']=[];});const a10_0x2e27dd={};a10_0x2e27dd[a10_0x401389(0x1a6)]='bstack',a10_0x2e27dd['timeout']=0x2710,After(a10_0x2e27dd,function(_0x4c51dd,_0x3ea718){const _0x5059e0=a10_0x401389,_0xbc34f0={'SHeFz':function(_0x86114e,_0x5eb1ce){return _0x86114e===_0x5eb1ce;},'HGAUB':_0x5059e0(0x1c4),'euRPH':function(_0x47a3f8,_0x542bf2,_0xea8271,_0x24b34c){return _0x47a3f8(_0x542bf2,_0xea8271,_0x24b34c);},'CJBvC':_0x5059e0(0x1a2),'qJTNa':function(_0x157b39,_0x5dcdec,_0x5509d2){return _0x157b39(_0x5dcdec,_0x5509d2);},'quGhs':'passed','YJliq':function(_0x537821){return _0x537821();},'krApH':function(_0x529ba5,_0xa68b49){return _0x529ba5(_0xa68b49);},'hHBQH':_0x5059e0(0x1bc)};logger[_0x5059e0(0x1a1)](_0xbc34f0[_0x5059e0(0x1c3)]),new Promise(async(_0x299929,_0x25c96f)=>{const _0x113d36=_0x5059e0;let _0xb2791f=![];try{await global[_0x113d36(0x1a5)][_0x113d36(0x1cc)],_0xb2791f=!![],!global[_0x113d36(0x1c9)]&&await global[_0x113d36(0x1a5)][_0x113d36(0x195)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4c51dd[_0x113d36(0x1bb)]['name']+_0x113d36(0x1c0)),_0xbc34f0[_0x113d36(0x1c6)](_0x4c51dd[_0x113d36(0x1c2)][_0x113d36(0x19c)][_0x113d36(0x1b0)](),_0xbc34f0[_0x113d36(0x1a7)])?await _0xbc34f0[_0x113d36(0x1aa)](markSessionStatus,global['__driver'],_0xbc34f0[_0x113d36(0x1a7)],global['__error_messages__'][_0x113d36(0x1ca)](_0xbc34f0[_0x113d36(0x199)])):await _0xbc34f0[_0x113d36(0x198)](markSessionStatus,global['__driver'],_0xbc34f0[_0x113d36(0x197)]);}catch(_0x4e066a){logger['debug'](_0x113d36(0x1cb)+_0x4e066a);}if(_0xb2791f)try{await global['__driver'][_0x113d36(0x1ac)](),_0xbc34f0['YJliq'](_0x299929);}catch(_0x46ebe8){logger['debug'](_0x113d36(0x1b4)+_0x46ebe8),_0xbc34f0[_0x113d36(0x1b7)](_0x25c96f,_0x46ebe8);}else _0xbc34f0[_0x113d36(0x1bd)](_0x25c96f);})[_0x5059e0(0x1ab)](()=>_0x3ea718());});
1
+ const a10_0x5b048b=a10_0x5ee1;(function(_0x5ee1e6,_0x557ef4){const _0x564b33=a10_0x5ee1,_0x511b05=_0x5ee1e6();while(!![]){try{const _0x25692e=-parseInt(_0x564b33(0x1da))/0x1*(parseInt(_0x564b33(0x1e9))/0x2)+-parseInt(_0x564b33(0x1f1))/0x3*(-parseInt(_0x564b33(0x1f7))/0x4)+parseInt(_0x564b33(0x1bc))/0x5*(parseInt(_0x564b33(0x1c8))/0x6)+parseInt(_0x564b33(0x1ed))/0x7+-parseInt(_0x564b33(0x1dc))/0x8*(-parseInt(_0x564b33(0x1c9))/0x9)+-parseInt(_0x564b33(0x1f9))/0xa+parseInt(_0x564b33(0x1e2))/0xb*(-parseInt(_0x564b33(0x1ce))/0xc);if(_0x25692e===_0x557ef4)break;else _0x511b05['push'](_0x511b05['shift']());}catch(_0x2ae7f5){_0x511b05['push'](_0x511b05['shift']());}}}(a10_0x1fa5,0x9c677));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5b048b(0x1e6)),setKeepAlive=require(a10_0x5b048b(0x1e1)),cucumberModule=requireModule(a10_0x5b048b(0x1cf),a10_0x5b048b(0x1e5)),logger=require(a10_0x5b048b(0x1d7))[a10_0x5b048b(0x1eb)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x5b048b(0x1c5)],After=cucumberModule[a10_0x5b048b(0x1bd)],configuration=process['env'][a10_0x5b048b(0x1cc)];function a10_0x5ee1(_0x20102c,_0x325ccb){const _0x1fa512=a10_0x1fa5();return a10_0x5ee1=function(_0x5ee177,_0x48edb6){_0x5ee177=_0x5ee177-0x1bc;let _0x1e904b=_0x1fa512[_0x5ee177];return _0x1e904b;},a10_0x5ee1(_0x20102c,_0x325ccb);}if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x5b048b(0x1de)])&&(global['__skipSessionName']=!![]),global[a10_0x5b048b(0x1c2)]=isTrue(config[a10_0x5b048b(0x1e3)]),require(a10_0x5b048b(0x1ef))[a10_0x5b048b(0x1f3)](config),global[a10_0x5b048b(0x1d9)]=config[a10_0x5b048b(0x1d4)]||{};}global[a10_0x5b048b(0x1be)]=0x0;function a10_0x1fa5(){const _0x4bc9eb=['After','__timeout','Inside\x20browserstack\x20After','dhKEM','__skipSessionName','__skipSessionStatus','__error_messages__','Inside\x20browserstack\x20Before','Before','passed','name','771000njJqOh','2682KhsOVc','\x22}}','result','CONFIG','\x20|\x20','264OokeSs','cucumber/lib/index.js','status','INUAo','DnnAH','initQuit','platformCaps','failed','HALON','../../helpers/logger','timeout','__platformCaps','12373oDGQfG','executeScript','32264YzuPzP','Error:\x20quiting\x20at\x20After:\x20','skipSessionName','join','pawiO','../../helpers/setKeepAlive','1040974ZXgfjo','skipSessionStatus','pickle','cucumber','../../helpers/helper','setDefaultTimeout','toLowerCase','20xeMKKh','uGQsj','winstonLogger','debug','3929968UnNTXp','fbTOg','../../index','VcIZV','1893MVMkHF','bstack','browserstackAgentV2','__driver','jNrpt','Error:\x20setting\x20status\x20at\x20After:\x20','3064qIsLVm','session_','427950bNlggQ','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','25tWrGsW'];a10_0x1fa5=function(){return _0x4bc9eb;};return a10_0x1fa5();}const __setDefaultTimeout=cucumberModule[a10_0x5b048b(0x1e7)];cucumberModule[a10_0x5b048b(0x1e7)]=_0x101604=>{const _0x4ffe4d=a10_0x5b048b,_0x4d1684={'VcIZV':function(_0x3d9791,_0x48d5f5){return _0x3d9791(_0x48d5f5);}};global[_0x4ffe4d(0x1be)]=_0x101604,_0x4d1684[_0x4ffe4d(0x1f0)](__setDefaultTimeout,_0x101604);};const a10_0x4acb44={};a10_0x4acb44[a10_0x5b048b(0x1c7)]=a10_0x5b048b(0x1f2),Before(a10_0x4acb44,function(){const _0x29a8bf=a10_0x5b048b,_0x55a841={};_0x55a841[_0x29a8bf(0x1e0)]=_0x29a8bf(0x1c4);const _0x53783e=_0x55a841;logger[_0x29a8bf(0x1ec)](_0x53783e[_0x29a8bf(0x1e0)]),global['__error_messages__']=[];});const a10_0xbb6bb9={};a10_0xbb6bb9['name']=a10_0x5b048b(0x1f2),a10_0xbb6bb9[a10_0x5b048b(0x1d8)]=0x2710,After(a10_0xbb6bb9,function(_0x29fc7b,_0x58d964){const _0x468731=a10_0x5b048b,_0x46aec2={'dhKEM':function(_0x46984a,_0x3347f5){return _0x46984a===_0x3347f5;},'HALON':_0x468731(0x1d5),'SzLHn':function(_0x111080,_0x1eb90d,_0x214891,_0x525c14){return _0x111080(_0x1eb90d,_0x214891,_0x525c14);},'uGQsj':_0x468731(0x1cd),'tqpYw':function(_0x5a0e36,_0x52bbb3,_0x4ead43){return _0x5a0e36(_0x52bbb3,_0x4ead43);},'jNrpt':_0x468731(0x1c6),'DnnAH':function(_0x354225){return _0x354225();},'fbTOg':function(_0x5c7a74,_0x178477){return _0x5c7a74(_0x178477);},'INUAo':_0x468731(0x1bf)};logger[_0x468731(0x1ec)](_0x46aec2[_0x468731(0x1d1)]),new Promise(async(_0x53512e,_0x2db395)=>{const _0x1d3a17=_0x468731;let _0x35b390=![];try{await global[_0x1d3a17(0x1f4)][_0x1d3a17(0x1f8)],_0x35b390=!![],!global[_0x1d3a17(0x1c1)]&&await global[_0x1d3a17(0x1f4)][_0x1d3a17(0x1db)](_0x1d3a17(0x1fa)+_0x29fc7b[_0x1d3a17(0x1e4)]['name']+_0x1d3a17(0x1ca)),_0x46aec2[_0x1d3a17(0x1c0)](_0x29fc7b[_0x1d3a17(0x1cb)][_0x1d3a17(0x1d0)][_0x1d3a17(0x1e8)](),_0x46aec2[_0x1d3a17(0x1d6)])?await _0x46aec2['SzLHn'](markSessionStatus,global[_0x1d3a17(0x1f4)],_0x46aec2[_0x1d3a17(0x1d6)],global[_0x1d3a17(0x1c3)][_0x1d3a17(0x1df)](_0x46aec2[_0x1d3a17(0x1ea)])):await _0x46aec2['tqpYw'](markSessionStatus,global[_0x1d3a17(0x1f4)],_0x46aec2[_0x1d3a17(0x1f5)]);}catch(_0x4b2be4){logger[_0x1d3a17(0x1ec)](_0x1d3a17(0x1f6)+_0x4b2be4);}if(_0x35b390)try{await global[_0x1d3a17(0x1f4)][_0x1d3a17(0x1d3)](),_0x46aec2['DnnAH'](_0x53512e);}catch(_0xb90009){logger[_0x1d3a17(0x1ec)](_0x1d3a17(0x1dd)+_0xb90009),_0x46aec2[_0x1d3a17(0x1ee)](_0x2db395,_0xb90009);}else _0x46aec2[_0x1d3a17(0x1d2)](_0x2db395);})['then'](()=>_0x58d964());});
@@ -1 +1 @@
1
- const a11_0x3707c2=a11_0x26c9;function a11_0x26c9(_0x358816,_0x2156a3){const _0x23f845=a11_0x23f8();return a11_0x26c9=function(_0x26c994,_0x570eb9){_0x26c994=_0x26c994-0x72;let _0x347dd0=_0x23f845[_0x26c994];return _0x347dd0;},a11_0x26c9(_0x358816,_0x2156a3);}(function(_0x7cd0cb,_0x396024){const _0x3ac36f=a11_0x26c9,_0x495050=_0x7cd0cb();while(!![]){try{const _0x44e129=parseInt(_0x3ac36f(0x7a))/0x1+-parseInt(_0x3ac36f(0x7b))/0x2*(-parseInt(_0x3ac36f(0x73))/0x3)+parseInt(_0x3ac36f(0x79))/0x4*(-parseInt(_0x3ac36f(0x75))/0x5)+-parseInt(_0x3ac36f(0x78))/0x6+-parseInt(_0x3ac36f(0x83))/0x7*(parseInt(_0x3ac36f(0x72))/0x8)+parseInt(_0x3ac36f(0x76))/0x9*(parseInt(_0x3ac36f(0x7c))/0xa)+parseInt(_0x3ac36f(0x77))/0xb*(-parseInt(_0x3ac36f(0x7e))/0xc);if(_0x44e129===_0x396024)break;else _0x495050['push'](_0x495050['shift']());}catch(_0x5c8124){_0x495050['push'](_0x495050['shift']());}}}(a11_0x23f8,0xef363));const {requireModule}=require('../../helpers/helper'),constants=require(a11_0x3707c2(0x7f));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x3707c2(0x81),'@cucumber/cucumber');}catch(a11_0x4e2909){cucumberModule=requireModule(a11_0x3707c2(0x74),a11_0x3707c2(0x82));}cucumberModule[a11_0x3707c2(0x80)](constants[a11_0x3707c2(0x7d)]+global['__timeout']*0x1);function a11_0x23f8(){const _0x2fbd99=['BSTACK_DELTA','12nzkRVH','../utils/constants','setDefaultTimeout','@cucumber/cucumber/lib/index.js','cucumber','1505XlFUkL','54632mgKgzO','2866998rRerhA','cucumber/lib/index.js','170tPGNlB','1859472Ncwenq','4743354TXYiJv','1071756VlleKf','108280hVGkpS','620678EhOJNk','4BvoTRl','70ZeeWew'];a11_0x23f8=function(){return _0x2fbd99;};return a11_0x23f8();}
1
+ function a11_0x3221(_0x212cfe,_0x3815fc){const _0x190a8f=a11_0x190a();return a11_0x3221=function(_0x322135,_0x5e33c2){_0x322135=_0x322135-0x105;let _0x516ef0=_0x190a8f[_0x322135];return _0x516ef0;},a11_0x3221(_0x212cfe,_0x3815fc);}const a11_0x20a7c4=a11_0x3221;(function(_0x2384bc,_0x1b3f3c){const _0x30f87a=a11_0x3221,_0x4c8e9a=_0x2384bc();while(!![]){try{const _0x680ea=parseInt(_0x30f87a(0x10f))/0x1+parseInt(_0x30f87a(0x10c))/0x2*(-parseInt(_0x30f87a(0x116))/0x3)+-parseInt(_0x30f87a(0x115))/0x4*(parseInt(_0x30f87a(0x10e))/0x5)+parseInt(_0x30f87a(0x111))/0x6+parseInt(_0x30f87a(0x117))/0x7+-parseInt(_0x30f87a(0x109))/0x8*(parseInt(_0x30f87a(0x106))/0x9)+parseInt(_0x30f87a(0x110))/0xa;if(_0x680ea===_0x1b3f3c)break;else _0x4c8e9a['push'](_0x4c8e9a['shift']());}catch(_0x1f6e8e){_0x4c8e9a['push'](_0x4c8e9a['shift']());}}}(a11_0x190a,0x32b74));const {requireModule}=require(a11_0x20a7c4(0x112)),constants=require(a11_0x20a7c4(0x10b));;let cucumberModule=null;function a11_0x190a(){const _0x4dfd41=['__timeout','4BMqJct','542697JRbrrx','473571ovukLN','cucumber/lib/index.js','76572NReNCN','BSTACK_DELTA','cucumber','56tzCyml','@cucumber/cucumber','../utils/constants','2JOcgoT','setDefaultTimeout','1748950DipeGJ','220365jrIysq','2039050ygtVul','1836324IwBgpb','../../helpers/helper','@cucumber/cucumber/lib/index.js'];a11_0x190a=function(){return _0x4dfd41;};return a11_0x190a();}try{cucumberModule=requireModule(a11_0x20a7c4(0x113),a11_0x20a7c4(0x10a));}catch(a11_0x3769c7){cucumberModule=requireModule(a11_0x20a7c4(0x105),a11_0x20a7c4(0x108));}cucumberModule[a11_0x20a7c4(0x10d)](constants[a11_0x20a7c4(0x107)]+global[a11_0x20a7c4(0x114)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x47aa43=a12_0x2b6e;(function(_0x53773d,_0x444941){const _0x548944=a12_0x2b6e,_0x1fe43a=_0x53773d();while(!![]){try{const _0x1ee010=parseInt(_0x548944(0x1c4))/0x1*(-parseInt(_0x548944(0x202))/0x2)+-parseInt(_0x548944(0x1f0))/0x3*(-parseInt(_0x548944(0x1fe))/0x4)+-parseInt(_0x548944(0x1d7))/0x5+-parseInt(_0x548944(0x1d0))/0x6+parseInt(_0x548944(0x1cb))/0x7*(-parseInt(_0x548944(0x1dc))/0x8)+parseInt(_0x548944(0x1fa))/0x9*(parseInt(_0x548944(0x1fd))/0xa)+-parseInt(_0x548944(0x1bf))/0xb*(-parseInt(_0x548944(0x1f5))/0xc);if(_0x1ee010===_0x444941)break;else _0x1fe43a['push'](_0x1fe43a['shift']());}catch(_0x5d269a){_0x1fe43a['push'](_0x1fe43a['shift']());}}}(a12_0x2f28,0x9c945));function a12_0x2b6e(_0x1d3022,_0x9f72e2){const _0x2f283a=a12_0x2f28();return a12_0x2b6e=function(_0x2b6ebd,_0x3d4b4c){_0x2b6ebd=_0x2b6ebd-0x1bf;let _0x22604c=_0x2f283a[_0x2b6ebd];return _0x22604c;},a12_0x2b6e(_0x1d3022,_0x9f72e2);}function a12_0x2f28(){const _0x44bfb9=['root','toString','moUer','trim','105xOsmeX','YYvdV','bstack-accesskey','exports','../../helpers/logger','35428740fFDRpc','PDefS','hosts','UBxEA','EPCiu','99kBXlua','qeJDq','split','1015960bOnOGe','15332mMEvTU','YeNKG','bstackAccesskey','blhXf','26YNiSEp','bJpPl','describe','accessKey','vtbiC','UejTX','Hosts\x20not\x20valid','IHhyz','11nXVfWK','demandOption','undefined','localIdentifier','help','78401AJIdcn','footer','options','setProxySettings','cRKGi','epilogue','qDBeU','361676LFhDlB','every','Connection\x20established\x20successfully.','abOBe','https','1854192TncQai','map','url','./constants','invalid','connect','CEnIQ','5230740TTlHgK','browserstackLocal','bstackAccessKey','winstonLogger','hostname','184pkSOUf','integrations-repeater','error','missing','only','DLCOG','port','info','config','Failed\x20to\x20establish\x20connection.','integrations','Integration\x20hosts\x20missing.','type','setupBrowserstackLocal','command','orgBr'];a12_0x2f28=function(){return _0x44bfb9;};return a12_0x2f28();}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x47aa43(0x1f4))[a12_0x47aa43(0x1da)],{URL}=require(a12_0x47aa43(0x1d2)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x47aa43(0x1d3)),validHosts=function(_0x395c8f){const _0x191e79=a12_0x47aa43;return _0x395c8f[_0x191e79(0x1fc)](',')[_0x191e79(0x1cc)](_0x3303eb=>{try{new URL(_0x3303eb['trim']());}catch(_0x52f97a){return![];}return!![];});},parseOnPremHosts=function(_0x3f24c4){const _0x11c0c6=a12_0x47aa43,_0xb73b4e={};_0xb73b4e[_0x11c0c6(0x1fb)]=function(_0xcf0bf8,_0x1e591f){return _0xcf0bf8===_0x1e591f;},_0xb73b4e[_0x11c0c6(0x1e1)]='https:',_0xb73b4e['moUer']='443',_0xb73b4e[_0x11c0c6(0x1f1)]=function(_0x17711f,_0x313b72){return _0x17711f===_0x313b72;},_0xb73b4e[_0x11c0c6(0x1ce)]=_0x11c0c6(0x1cf);const _0x47ef55=_0xb73b4e;return _0x3f24c4[_0x11c0c6(0x1fc)](',')[_0x11c0c6(0x1d1)](_0x1b960c=>{const _0x2a921d=_0x11c0c6,_0x26412f=new URL(_0x1b960c[_0x2a921d(0x1ef)]()),_0x1117a9=_0x26412f[_0x2a921d(0x1db)],_0x3a8582=_0x26412f[_0x2a921d(0x1e2)]||(_0x47ef55[_0x2a921d(0x1fb)](_0x26412f['protocol'],_0x47ef55[_0x2a921d(0x1e1)])?_0x47ef55[_0x2a921d(0x1ee)]:'80'),_0x590103=_0x26412f['protocol']['replace'](':',''),_0x145b0a=_0x47ef55['YYvdV'](_0x590103,_0x47ef55[_0x2a921d(0x1ce)])?0x1:0x0;return _0x1117a9+','+_0x3a8582+','+_0x145b0a;});},connectCommandBuilder=function(_0x2032c5){const _0x2ce69d=a12_0x47aa43,_0x1e2794={};_0x1e2794[_0x2ce69d(0x203)]='string';const _0x42c36d=_0x1e2794,_0x1b50be={};_0x1b50be[_0x2ce69d(0x204)]=HELP_MESSAGES[_0x2ce69d(0x1c6)][_0x2ce69d(0x1d9)],_0x1b50be[_0x2ce69d(0x1e8)]=_0x42c36d['bJpPl'];const _0x391304={};_0x391304[_0x2ce69d(0x204)]=HELP_MESSAGES[_0x2ce69d(0x1c6)]['hosts'],_0x391304[_0x2ce69d(0x1e8)]=_0x42c36d[_0x2ce69d(0x203)],_0x391304[_0x2ce69d(0x1c0)]=!![];const _0x5562c7={};return _0x5562c7[_0x2ce69d(0x1f2)]=_0x1b50be,_0x5562c7[_0x2ce69d(0x1f7)]=_0x391304,_0x2032c5[_0x2ce69d(0x1c6)](_0x5562c7);},connectCommandHandler=async function(_0x31e6d3){const _0x3c07c7=a12_0x47aa43,_0x459bea={'cRKGi':_0x3c07c7(0x1e6),'orgBr':function(_0xc736be,_0x334ea){return _0xc736be===_0x334ea;},'YeNKG':_0x3c07c7(0x1c1),'VTTqD':'BrowserStack\x20access\x20key\x20missing.','UejTX':_0x3c07c7(0x1e7),'EPCiu':function(_0x4420fe,_0x73afc4){return _0x4420fe(_0x73afc4);},'IHhyz':_0x3c07c7(0x208),'vtbiC':function(_0x1f1b71,_0x32af61){return _0x1f1b71(_0x32af61);},'CEnIQ':_0x3c07c7(0x1dd),'UBxEA':_0x3c07c7(0x1cd),'PDefS':_0x3c07c7(0x1e5)};try{const _0x46edf7=new BrowserStackSetup(_0x31e6d3,_0x459bea[_0x3c07c7(0x1c8)]);_0x31e6d3[_0x3c07c7(0x200)]&&(_0x46edf7[_0x3c07c7(0x1e4)][_0x3c07c7(0x205)]=_0x31e6d3[_0x3c07c7(0x200)]);if(_0x459bea[_0x3c07c7(0x1eb)](typeof _0x46edf7[_0x3c07c7(0x1e4)][_0x3c07c7(0x205)],_0x459bea[_0x3c07c7(0x1ff)])){logger[_0x3c07c7(0x1de)](_0x459bea['VTTqD']);throw new Error(ERROR_MESSAGES[_0x3c07c7(0x1d9)]['missing']);}const _0x245073=_0x31e6d3[_0x3c07c7(0x1f7)];if(_0x459bea[_0x3c07c7(0x1eb)](typeof _0x245073,_0x459bea[_0x3c07c7(0x1ff)])){logger[_0x3c07c7(0x1de)](_0x459bea[_0x3c07c7(0x207)]);throw new Error(ERROR_MESSAGES[_0x3c07c7(0x1f7)][_0x3c07c7(0x1df)]);}if(!_0x459bea[_0x3c07c7(0x1f9)](validHosts,_0x245073)){logger['error'](_0x459bea[_0x3c07c7(0x209)]);throw new Error(ERROR_MESSAGES[_0x3c07c7(0x1f7)][_0x3c07c7(0x1d4)]);}const _0x5364ba=_0x459bea[_0x3c07c7(0x206)](parseOnPremHosts,_0x245073);_0x46edf7['config'][_0x3c07c7(0x1d8)]=!![],_0x46edf7[_0x3c07c7(0x1e4)]['browserStackLocalOptions'][_0x3c07c7(0x1c2)]=_0x459bea[_0x3c07c7(0x1d6)],_0x46edf7[_0x3c07c7(0x1e4)]['browserStackLocalOptions'][_0x3c07c7(0x1e0)]=_0x5364ba['join'](','),helper[_0x3c07c7(0x1c7)](_0x46edf7[_0x3c07c7(0x1e4)]),await _0x46edf7[_0x3c07c7(0x1e9)](),logger[_0x3c07c7(0x1e3)](_0x459bea[_0x3c07c7(0x1f8)]);}catch(_0x2d498b){logger[_0x3c07c7(0x1de)](_0x459bea[_0x3c07c7(0x1f6)]);throw new Error(_0x2d498b[_0x3c07c7(0x1ed)]());}};function run(_0x5153d9){const _0x5cbdd2=a12_0x47aa43,_0x32fd09={};_0x32fd09[_0x5cbdd2(0x201)]=_0x5cbdd2(0x1d5),_0x32fd09[_0x5cbdd2(0x1ca)]=_0x5cbdd2(0x1c3);const _0x71eafb=_0x32fd09;_0x5153d9['usage'](HELP_MESSAGES[_0x5cbdd2(0x1ea)][_0x5cbdd2(0x1ec)])[_0x5cbdd2(0x1ea)](_0x71eafb[_0x5cbdd2(0x201)],HELP_MESSAGES[_0x5cbdd2(0x1ea)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x5cbdd2(0x1c3)](_0x71eafb[_0x5cbdd2(0x1ca)])[_0x5cbdd2(0x1c9)](HELP_MESSAGES[_0x5cbdd2(0x1ea)][_0x5cbdd2(0x1c5)]);}module[a12_0x47aa43(0x1f3)]=run;
2
+ 'use strict';function a12_0x3668(){const _0x4c51d8=['error','NdKsv','root','Failed\x20to\x20establish\x20connection.','72HoeKHe','browserstackLocal','31HoNpkv','help','string','425466NuNDvl','SjMmY','localIdentifier','connect','footer','options','14457710XlzXGL','bstack-accesskey','protocol','5867704cXrKig','AuOWF','63HnyLTh','zOfCe','https:','hosts','usage','KPxjq','90346WjZewZ','nRMRr','join','7031860JosviB','describe','dliMl','info','accessKey','browserStackLocalOptions','11IzhLoW','url','toString','demandCommand','BrowserStack\x20access\x20key\x20missing.','knqkt','missing','Integration\x20hosts\x20missing.','../../helpers/logger','integrations','command','exports','Snwnf','443','config','undefined','demandOption','trim','every','../../helpers/helper','LqZyt','split','setProxySettings','217044YmdXjU','wxTgE','setupBrowserstackLocal','cAjLI','only','bstackAccessKey','cRyfU','IHxrC','9EttDUA','mZcxc','integrations-repeater','76053216qiMGke','./constants','Jrohv','bstackAccesskey'];a12_0x3668=function(){return _0x4c51d8;};return a12_0x3668();}const a12_0x50aee0=a12_0x1d8d;(function(_0x3ffd1b,_0x513cd0){const _0x3c78df=a12_0x1d8d,_0x91796=_0x3ffd1b();while(!![]){try{const _0x50321e=parseInt(_0x3c78df(0x10b))/0x1*(-parseInt(_0x3c78df(0x11f))/0x2)+parseInt(_0x3c78df(0x13f))/0x3*(-parseInt(_0x3c78df(0x109))/0x4)+-parseInt(_0x3c78df(0x122))/0x5+-parseInt(_0x3c78df(0x10e))/0x6*(parseInt(_0x3c78df(0x119))/0x7)+-parseInt(_0x3c78df(0x117))/0x8*(-parseInt(_0x3c78df(0xfe))/0x9)+parseInt(_0x3c78df(0x114))/0xa*(-parseInt(_0x3c78df(0x128))/0xb)+parseInt(_0x3c78df(0x101))/0xc;if(_0x50321e===_0x513cd0)break;else _0x91796['push'](_0x91796['shift']());}catch(_0x2c01ab){_0x91796['push'](_0x91796['shift']());}}}(a12_0x3668,0xd66b6));function a12_0x1d8d(_0x44507c,_0xff62bb){const _0x36680a=a12_0x3668();return a12_0x1d8d=function(_0x1d8dc7,_0x48f2b1){_0x1d8dc7=_0x1d8dc7-0xfd;let _0x1c424d=_0x36680a[_0x1d8dc7];return _0x1c424d;},a12_0x1d8d(_0x44507c,_0xff62bb);}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x50aee0(0x130))['winstonLogger'],{URL}=require(a12_0x50aee0(0x129)),helper=require(a12_0x50aee0(0x13b)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x50aee0(0x102)),validHosts=function(_0x568891){const _0x2e4347=a12_0x50aee0;return _0x568891[_0x2e4347(0x13d)](',')[_0x2e4347(0x13a)](_0x1e2fc1=>{try{new URL(_0x1e2fc1['trim']());}catch(_0x544537){return![];}return!![];});},parseOnPremHosts=function(_0x1a670c){const _0x42cf1e=a12_0x50aee0,_0x520f1e={};_0x520f1e[_0x42cf1e(0x140)]=function(_0xb991e7,_0x3403c7){return _0xb991e7===_0x3403c7;},_0x520f1e[_0x42cf1e(0x142)]=_0x42cf1e(0x11b),_0x520f1e[_0x42cf1e(0x134)]=_0x42cf1e(0x135),_0x520f1e[_0x42cf1e(0x11e)]=function(_0x111c3c,_0x428e93){return _0x111c3c===_0x428e93;},_0x520f1e['BHMhC']='https';const _0xa1b929=_0x520f1e;return _0x1a670c[_0x42cf1e(0x13d)](',')['map'](_0x4dc00b=>{const _0x57f961=_0x42cf1e,_0x49bb22=new URL(_0x4dc00b[_0x57f961(0x139)]()),_0x40bd1c=_0x49bb22['hostname'],_0x21b10f=_0x49bb22['port']||(_0xa1b929[_0x57f961(0x140)](_0x49bb22[_0x57f961(0x116)],_0xa1b929[_0x57f961(0x142)])?_0xa1b929['Snwnf']:'80'),_0x58c398=_0x49bb22['protocol']['replace'](':',''),_0x4f037a=_0xa1b929[_0x57f961(0x11e)](_0x58c398,_0xa1b929['BHMhC'])?0x1:0x0;return _0x40bd1c+','+_0x21b10f+','+_0x4f037a;});},connectCommandBuilder=function(_0x55f4b9){const _0x223677=a12_0x50aee0,_0x54fc01={};_0x54fc01['knqkt']=_0x223677(0x10d);const _0x2a5bf5=_0x54fc01,_0x203718={};_0x203718[_0x223677(0x123)]=HELP_MESSAGES[_0x223677(0x113)][_0x223677(0x144)],_0x203718['type']=_0x2a5bf5[_0x223677(0x12d)];const _0x5a8227={};_0x5a8227[_0x223677(0x123)]=HELP_MESSAGES[_0x223677(0x113)][_0x223677(0x11c)],_0x5a8227['type']=_0x2a5bf5[_0x223677(0x12d)],_0x5a8227[_0x223677(0x138)]=!![];const _0x11913f={};return _0x11913f[_0x223677(0x115)]=_0x203718,_0x11913f[_0x223677(0x11c)]=_0x5a8227,_0x55f4b9['options'](_0x11913f);},connectCommandHandler=async function(_0x5990cd){const _0x1ff6f3=a12_0x50aee0,_0xa4e73b={'mZcxc':_0x1ff6f3(0x131),'SjMmY':function(_0x231809,_0x31585d){return _0x231809===_0x31585d;},'NdKsv':_0x1ff6f3(0x137),'LqZyt':_0x1ff6f3(0x12c),'zOfCe':_0x1ff6f3(0x12f),'HHqCo':function(_0x41ce90,_0xe752cf){return _0x41ce90(_0xe752cf);},'Jrohv':'Hosts\x20not\x20valid','IHxrC':function(_0x64515,_0x21f0b4){return _0x64515(_0x21f0b4);},'dliMl':_0x1ff6f3(0x100),'cRyfU':'Connection\x20established\x20successfully.','FMRVz':_0x1ff6f3(0x108)};try{const _0x10977d=new BrowserStackSetup(_0x5990cd,_0xa4e73b[_0x1ff6f3(0xff)]);_0x5990cd[_0x1ff6f3(0x104)]&&(_0x10977d[_0x1ff6f3(0x136)][_0x1ff6f3(0x126)]=_0x5990cd['bstackAccesskey']);if(_0xa4e73b[_0x1ff6f3(0x10f)](typeof _0x10977d[_0x1ff6f3(0x136)]['accessKey'],_0xa4e73b['NdKsv'])){logger[_0x1ff6f3(0x105)](_0xa4e73b[_0x1ff6f3(0x13c)]);throw new Error(ERROR_MESSAGES[_0x1ff6f3(0x144)][_0x1ff6f3(0x12e)]);}const _0x4d354b=_0x5990cd['hosts'];if(_0xa4e73b['SjMmY'](typeof _0x4d354b,_0xa4e73b[_0x1ff6f3(0x106)])){logger[_0x1ff6f3(0x105)](_0xa4e73b[_0x1ff6f3(0x11a)]);throw new Error(ERROR_MESSAGES[_0x1ff6f3(0x11c)][_0x1ff6f3(0x12e)]);}if(!_0xa4e73b['HHqCo'](validHosts,_0x4d354b)){logger[_0x1ff6f3(0x105)](_0xa4e73b[_0x1ff6f3(0x103)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x1322b2=_0xa4e73b[_0x1ff6f3(0xfd)](parseOnPremHosts,_0x4d354b);_0x10977d[_0x1ff6f3(0x136)][_0x1ff6f3(0x10a)]=!![],_0x10977d['config']['browserStackLocalOptions'][_0x1ff6f3(0x110)]=_0xa4e73b[_0x1ff6f3(0x124)],_0x10977d[_0x1ff6f3(0x136)][_0x1ff6f3(0x127)][_0x1ff6f3(0x143)]=_0x1322b2[_0x1ff6f3(0x121)](','),helper[_0x1ff6f3(0x13e)](_0x10977d[_0x1ff6f3(0x136)]),await _0x10977d[_0x1ff6f3(0x141)](),logger[_0x1ff6f3(0x125)](_0xa4e73b[_0x1ff6f3(0x145)]);}catch(_0x58ffc7){logger[_0x1ff6f3(0x105)](_0xa4e73b['FMRVz']);throw new Error(_0x58ffc7[_0x1ff6f3(0x12a)]());}};function run(_0x16c413){const _0x3f100b=a12_0x50aee0,_0x5a64f8={};_0x5a64f8[_0x3f100b(0x120)]=_0x3f100b(0x111),_0x5a64f8[_0x3f100b(0x118)]=_0x3f100b(0x10c);const _0x185acd=_0x5a64f8;_0x16c413[_0x3f100b(0x11d)](HELP_MESSAGES[_0x3f100b(0x132)][_0x3f100b(0x107)])['command'](_0x185acd['nRMRr'],HELP_MESSAGES[_0x3f100b(0x132)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x3f100b(0x12b)]()[_0x3f100b(0x10c)](_0x185acd[_0x3f100b(0x118)])['epilogue'](HELP_MESSAGES['command'][_0x3f100b(0x112)]);}module[a12_0x50aee0(0x133)]=run;
@@ -1 +1 @@
1
- var a13_0x547dce=a13_0x1c76;(function(_0x5c79f4,_0xb302f6){var _0x16598f=a13_0x1c76,_0x34a579=_0x5c79f4();while(!![]){try{var _0x1b6055=parseInt(_0x16598f(0xd9))/0x1*(-parseInt(_0x16598f(0xd0))/0x2)+-parseInt(_0x16598f(0xd1))/0x3+parseInt(_0x16598f(0xce))/0x4*(parseInt(_0x16598f(0xc9))/0x5)+parseInt(_0x16598f(0xd4))/0x6*(-parseInt(_0x16598f(0xc0))/0x7)+-parseInt(_0x16598f(0xc3))/0x8+-parseInt(_0x16598f(0xd2))/0x9*(parseInt(_0x16598f(0xd3))/0xa)+parseInt(_0x16598f(0xc4))/0xb;if(_0x1b6055===_0xb302f6)break;else _0x34a579['push'](_0x34a579['shift']());}catch(_0x46e338){_0x34a579['push'](_0x34a579['shift']());}}}(a13_0x3ff7,0xd2e7d));var a13_0x194a49={};a13_0x194a49['bstackAccessKey']=a13_0x547dce(0xc5),a13_0x194a49['hosts']=a13_0x547dce(0xd8);var a13_0x3471e9={};a13_0x3471e9[a13_0x547dce(0xbf)]=a13_0x547dce(0xcb),a13_0x3471e9['connect']=a13_0x547dce(0xc1),a13_0x3471e9[a13_0x547dce(0xcd)]=a13_0x547dce(0xd5);var a13_0x4275f8={};a13_0x4275f8[a13_0x547dce(0xc2)]=a13_0x194a49,a13_0x4275f8[a13_0x547dce(0xc8)]=a13_0x3471e9,exports[a13_0x547dce(0xd7)]=a13_0x4275f8;var a13_0x5ede6b={};function a13_0x3ff7(){var _0xb367e=['Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','2002312sfjaAM','3122934nvDexJ','214371qETpfd','710RSTzwy','2487234FFSzuc','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','invalid','HELP_MESSAGES','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.','1BceCrg','missing','root','14BqnsLK','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','options','7903344sNJJhg','60335484Spdnxg','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','bstackAccessKey','command','40HhuZmi','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','hosts','footer','464552WlWLGe'];a13_0x3ff7=function(){return _0xb367e;};return a13_0x3ff7();}a13_0x5ede6b['missing']=a13_0x547dce(0xca);var a13_0xabf8b7={};a13_0xabf8b7[a13_0x547dce(0xbe)]=a13_0x547dce(0xcf),a13_0xabf8b7[a13_0x547dce(0xd6)]='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.';var a13_0x2ca6a6={};function a13_0x1c76(_0xb2185b,_0x190f7f){var _0x3ff703=a13_0x3ff7();return a13_0x1c76=function(_0x1c76a8,_0x5dbd03){_0x1c76a8=_0x1c76a8-0xbe;var _0x13faf1=_0x3ff703[_0x1c76a8];return _0x13faf1;},a13_0x1c76(_0xb2185b,_0x190f7f);}a13_0x2ca6a6[a13_0x547dce(0xc7)]=a13_0x5ede6b,a13_0x2ca6a6[a13_0x547dce(0xcc)]=a13_0xabf8b7,exports[a13_0x547dce(0xc6)]=a13_0x2ca6a6;
1
+ var a13_0x3a3c0f=a13_0x2544;(function(_0x5f0fad,_0x21fa62){var _0x634a32=a13_0x2544,_0xa13590=_0x5f0fad();while(!![]){try{var _0x12566e=parseInt(_0x634a32(0x11b))/0x1+parseInt(_0x634a32(0x11e))/0x2*(parseInt(_0x634a32(0x117))/0x3)+parseInt(_0x634a32(0x113))/0x4+-parseInt(_0x634a32(0x112))/0x5*(-parseInt(_0x634a32(0x10d))/0x6)+parseInt(_0x634a32(0x10e))/0x7*(-parseInt(_0x634a32(0x122))/0x8)+parseInt(_0x634a32(0x10b))/0x9*(-parseInt(_0x634a32(0x119))/0xa)+-parseInt(_0x634a32(0x118))/0xb*(parseInt(_0x634a32(0x10f))/0xc);if(_0x12566e===_0x21fa62)break;else _0xa13590['push'](_0xa13590['shift']());}catch(_0x495924){_0xa13590['push'](_0xa13590['shift']());}}}(a13_0x361f,0xa9864));function a13_0x361f(){var _0x253cea=['options','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','20472bEvihH','connect','invalid','718488WKzYJi','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','1968zBvLpG','763ZfZlaT','23476740OqGENP','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','ERROR_MESSAGES','16370NxEqGN','1435460ExsVON','root','missing','hosts','72042BuvnoU','11iygtWY','20rRLMvF','footer','1344443GKPrWv','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.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','26YHtMYu','bstackAccessKey'];a13_0x361f=function(){return _0x253cea;};return a13_0x361f();}var a13_0x55d8e0={};a13_0x55d8e0['bstackAccessKey']=a13_0x3a3c0f(0x11d),a13_0x55d8e0[a13_0x3a3c0f(0x116)]=a13_0x3a3c0f(0x11c);var a13_0x509097={};a13_0x509097[a13_0x3a3c0f(0x114)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x509097[a13_0x3a3c0f(0x123)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x509097[a13_0x3a3c0f(0x11a)]=a13_0x3a3c0f(0x10c);function a13_0x2544(_0x4b1041,_0x413a83){var _0x361f5e=a13_0x361f();return a13_0x2544=function(_0x254441,_0x3b5c80){_0x254441=_0x254441-0x10b;var _0x5dae3f=_0x361f5e[_0x254441];return _0x5dae3f;},a13_0x2544(_0x4b1041,_0x413a83);}var a13_0x3e86c4={};a13_0x3e86c4[a13_0x3a3c0f(0x120)]=a13_0x55d8e0,a13_0x3e86c4['command']=a13_0x509097,exports['HELP_MESSAGES']=a13_0x3e86c4;var a13_0x203e9f={};a13_0x203e9f[a13_0x3a3c0f(0x115)]=a13_0x3a3c0f(0x121);var a13_0x7ef249={};a13_0x7ef249[a13_0x3a3c0f(0x115)]=a13_0x3a3c0f(0x110),a13_0x7ef249[a13_0x3a3c0f(0x124)]='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.';var a13_0x5af92d={};a13_0x5af92d[a13_0x3a3c0f(0x11f)]=a13_0x203e9f,a13_0x5af92d['hosts']=a13_0x7ef249,exports[a13_0x3a3c0f(0x111)]=a13_0x5af92d;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0x5a92fd=a14_0x487b;(function(_0x299b66,_0x286ed3){const _0x59b918=a14_0x487b,_0x1a3c85=_0x299b66();while(!![]){try{const _0x23eeb2=parseInt(_0x59b918(0x20a))/0x1+parseInt(_0x59b918(0x20d))/0x2*(parseInt(_0x59b918(0x1cc))/0x3)+-parseInt(_0x59b918(0x1d3))/0x4+-parseInt(_0x59b918(0x1a1))/0x5*(parseInt(_0x59b918(0x171))/0x6)+-parseInt(_0x59b918(0x214))/0x7*(parseInt(_0x59b918(0x1fa))/0x8)+-parseInt(_0x59b918(0x144))/0x9*(-parseInt(_0x59b918(0x1b1))/0xa)+parseInt(_0x59b918(0x1fb))/0xb*(parseInt(_0x59b918(0x198))/0xc);if(_0x23eeb2===_0x286ed3)break;else _0x1a3c85['push'](_0x1a3c85['shift']());}catch(_0x21207f){_0x1a3c85['push'](_0x1a3c85['shift']());}}}(a14_0x445a,0x332b5));const fs=require('fs'),path=require(a14_0x5a92fd(0x1ae)),util=require(a14_0x5a92fd(0x188)),{spawn}=require(a14_0x5a92fd(0x140)),logger=require(a14_0x5a92fd(0x1ef))[a14_0x5a92fd(0x166)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a14_0x5a92fd(0x1da)),utilities=require(a14_0x5a92fd(0x145)),constants=require(a14_0x5a92fd(0x150)),accessibilityHelper=require(a14_0x5a92fd(0x164)),{updateTestRerunConfig}=require(a14_0x5a92fd(0x169)),testOpsHelper=require(a14_0x5a92fd(0x191)),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a14_0x5a92fd(0x167)),{getPercyOptions}=require(a14_0x5a92fd(0x155)),TestHubHandler=require(a14_0x5a92fd(0x1ed)),testhubUtils=require(a14_0x5a92fd(0x195)),{FRAMEWORKS}=require(a14_0x5a92fd(0x17e)),PerformanceTester=require(a14_0x5a92fd(0x20b)),PerformanceEvents=require(a14_0x5a92fd(0x1dc))[a14_0x5a92fd(0x158)],TestOrchestrationHandler=require(a14_0x5a92fd(0x1ec)),BrowserstackCLI=require(a14_0x5a92fd(0x1c6)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),ClientTroubleShootingService=require(a14_0x5a92fd(0x15c)),getUserJestConfigs=async(_0x48571f,_0x3ccb1f)=>{const _0x4d73c8=a14_0x5a92fd,_0x55678c={'XdNrK':_0x4d73c8(0x14d),'PXhdn':_0x4d73c8(0x209),'XwrMx':function(_0x3d43c3,_0x5ecd96){return _0x3d43c3||_0x5ecd96;},'venFO':function(_0x5c86e2,_0x176f79){return _0x5c86e2(_0x176f79);},'SrOrk':_0x4d73c8(0x165),'wXlro':_0x4d73c8(0x1ba),'ksBBe':'mjs','RLVQQ':_0x4d73c8(0x1a0),'STyAx':_0x4d73c8(0x208)},_0xff09f4=helper[_0x4d73c8(0x1d5)](_0x55678c[_0x4d73c8(0x17b)],_0x55678c[_0x4d73c8(0x1e9)]),_0x5289b5=_0x3ccb1f['findIndex'](_0x560c98=>_0x560c98===_0x4d73c8(0x1a7));if(!helper[_0x4d73c8(0x178)](_0x48571f['config'])){logger[_0x4d73c8(0x1ca)](_0x4d73c8(0x142)+_0x48571f[_0x4d73c8(0x1a8)]),process[_0x4d73c8(0x1f0)][_0x4d73c8(0x182)]=_0x48571f[_0x4d73c8(0x1a8)];const _0x556614=await(0x0,_0xff09f4[_0x4d73c8(0x18a)])(path['resolve'](_0x48571f[_0x4d73c8(0x1a8)]));return _0x3ccb1f[_0x4d73c8(0x1ea)](_0x5289b5,0x2),_0x55678c[_0x4d73c8(0x1bf)](_0x556614,{});}const _0x332553=_0x55678c[_0x4d73c8(0x15d)](require,path[_0x4d73c8(0x20e)](process[_0x4d73c8(0x14f)](),_0x55678c[_0x4d73c8(0x203)]));if(_0x332553[_0x4d73c8(0x15b)])return logger[_0x4d73c8(0x1ca)](_0x55678c[_0x4d73c8(0x18f)]),_0x332553[_0x4d73c8(0x15b)];const _0x54121e=['js',_0x55678c[_0x4d73c8(0x168)],_0x55678c[_0x4d73c8(0x1ac)],_0x55678c[_0x4d73c8(0x141)],'ts'];for(const _0x1dd8d7 of _0x54121e){const _0x4f9478=path[_0x4d73c8(0x20e)](process[_0x4d73c8(0x14f)](),_0x4d73c8(0x163)+_0x1dd8d7);if(fs[_0x4d73c8(0x1f5)](_0x4f9478)){process[_0x4d73c8(0x1f0)][_0x4d73c8(0x182)]=_0x4f9478;const _0x4ef18b=await(0x0,_0xff09f4[_0x4d73c8(0x18a)])(_0x4f9478);return _0x4ef18b;}}return{};},getSerial=(_0x2ca931,_0x5db491)=>{const _0x5bed83=a14_0x5a92fd,_0x1221ff={};_0x1221ff[_0x5bed83(0x1a9)]=_0x5bed83(0x156),_0x1221ff['Pfwpx']=function(_0x4a8fd3,_0x4e1ec7){return _0x4a8fd3>_0x4e1ec7;},_0x1221ff[_0x5bed83(0x1f2)]='false';const _0x51f22f=_0x1221ff;let _0x28669f=_0x51f22f[_0x5bed83(0x1a9)];return _0x51f22f['Pfwpx'](_0x2ca931[_0x5bed83(0x1e2)],0x1)&&(!_0x5db491['runInBand']&&(helper[_0x5bed83(0x178)](_0x5db491[_0x5bed83(0x1c9)])||_0x51f22f['Pfwpx'](_0x5db491[_0x5bed83(0x1c9)],0x1)))&&(_0x28669f=_0x51f22f['eHeaa']),_0x28669f;},getMaxWorkers=(_0x3614e6,_0x375c53,_0xedd838)=>{const _0x378f98=a14_0x5a92fd,_0x3a9cb9={'htRkr':function(_0x37fe0a,_0x3dec32){return _0x37fe0a(_0x3dec32);}};let _0x2238f5=0x1;if(!helper['isUndefined'](_0x375c53[_0x378f98(0x212)]))_0x2238f5=_0x3a9cb9['htRkr'](parseInt,_0x375c53[_0x378f98(0x212)]);else{if(!helper['isUndefined'](_0x3614e6['maxWorkers']))_0x2238f5=_0x3614e6['maxWorkers'];else!helper[_0x378f98(0x178)](_0xedd838[_0x378f98(0x1c9)])&&(_0x2238f5=_0xedd838[_0x378f98(0x1c9)]);}return _0x2238f5;};function a14_0x445a(){const _0x437cc6=['customCircus.js','workingDir','jest-config/build/readConfigFileAndSetRootDir.js','apply','cwd','../utils/constants','serial__','BIwKN','xrONE','parallels__','../../helpers/percy/utils','true','rmSync','EVENTS','setupTCGAuth','lVFmB','jest','../utils/clientTroubleshootingService','venFO','BSTACK_JEST_TEST_ENV','push','browserStackPercyOptions','Creating\x20','shouldProcessEventForTesthub','jest.config.','../../helpers/accessibility-automation/helper','package.json','winstonLogger','./test-observability/test-details','ksBBe','./test-observability/helper','tQMjm','rmdirSync','pzviW','testSequencer','JEST_TEST_ORDER','filterBrowserstackArgs','platforms','1170qplORC','log','jest_browserstack.config.js','QBBNx','force','debug','SFvsg','isUndefined','aFacW','lugmK','XdNrK','printBuildLink','Reodered\x20Test\x20Files:\x20','../../helpers/test-observability/constants','capabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','USER_CONFIG_DETAILS_PATH','getPackageType','getPackageVersion','prepareCapabilities','assign','isNotUndefined','util','Unable\x20to\x20find\x20jest-circus,\x20','default','win32','isRunning','testTimeout','stringify','wXlro','npx','../../helpers/test-observability/utils','customTestRunnerTemplate.js','taYmX','stop','../../helpers/testhub/utils','gQIrk','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','344220dUNpUK','setup','testContextOptions','format','MKDtl','ScZAS','skipSessionStatus','NSRFL','cjs','5165YrJNTO','logLevel','\x20with\x20browserstack\x20jest\x20configs','SOqbD','\x0a\x20\x20\x20\x20','uslXW','--config','config','TDeMR','XcMeO','exports','RLVQQ','turboScaleUrl','path','rQjwj','jest_browserstack_results.json','109430IeZkIh','slice','reporters','accessibilityOptions','@playwright/test','Found:\x20','\x0amodule.exports\x20=\x20config;','FRAMEWORKS','close','Getting\x20your\x20jest\x20configs\x20from\x20package.json','abortBuildOnFailure','requirePWModule','sVoeb','eZkrD','XwrMx','playwright','skipSessionName','\x20:\x20','testObservability','shutdown','UEQAC','../v2/browserstackCLI','isBrowserstackInfra','runner','maxWorkers','info','start','3837tjbjjY','gHwTX','rkZSd','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','writeFileSync','testEnvironment','initialize','1052952PWVEjn','Deleted\x20fail-fast\x20state\x20folder:\x20','requireModule','maxRetries','Deleting\x20','getTCGConfigFilePaths','RlTYd','../../helpers/helper','nGkCN','../../helpers/performance/constants','SnRdv','PbmKH','getInstance',';\x0a\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\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','retryTestsOnFailure','length','PACKAGE_TYPE','SDK_SETUP','UCBzm','maxFailures','__isPlaywrightInstalled','failFast','PXhdn','splice','testEnvironmentOptions','../../helpers/test-orchestration/testOrchestrationHandler','../../helpers/testhub/testhubHandler','jest_browserstack.config.cjs','../../helpers/logger','env','reorderTestFiles','eHeaa','isEmpty','readFileSync','existsSync','data-hooks.js','const\x20config=','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','CZOnU','8qVHluz','286ohzTuf','setupFilesAfterEnv','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','launchBuild','testRunner','platformCaps','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','\x20test\x20files\x20to\x20run.','SrOrk','unlinkSync','customImplements','SDK_CLEANUP','rAOPd','json','jest-config','8655bwGXgQ','../../helpers/performance/performance-tester','error','326MawjQb','join','DsHJT','end','exitCode','parallelsPerPlatform','timeout__','2097361CDkqby','customTestRunner.js','parseTestOrchestrationOptions','getErrorMessageFromResults','findTestFiles','setupFiles','isTestOrchestrationEnabled','ktCmU','mjvEa','child_process','STyAx','Getting\x20your\x20jest\x20configs\x20from\x20','proxySettings','9pZdIkW','../../helpers/utilities','inherit','useW3C','browserStackLogLevel','Error\x20while\x20parsing\x20','test.setup.js'];a14_0x445a=function(){return _0x437cc6;};return a14_0x445a();}function a14_0x487b(_0x598438,_0x537cb6){const _0x445aa4=a14_0x445a();return a14_0x487b=function(_0x487b39,_0x15c9e0){_0x487b39=_0x487b39-0x13e;let _0x45fa90=_0x445aa4[_0x487b39];return _0x45fa90;},a14_0x487b(_0x598438,_0x537cb6);}async function run(_0x25f768,_0x1e1b65,_0xd52c93){const _0x103761=a14_0x5a92fd,_0x553e48={'PbmKH':'error\x20removing\x20tcg\x20config\x20file','gQIrk':'jest','taYmX':function(_0x3a5a2e,_0x5dafb4){return _0x3a5a2e(_0x5dafb4);},'aFacW':_0x103761(0x1b5),'SOqbD':function(_0x245374,_0x509f01,_0x161d80,_0x45f4df){return _0x245374(_0x509f01,_0x161d80,_0x45f4df);},'UCBzm':function(_0x7d888d,_0x3e2fbf){return _0x7d888d!=_0x3e2fbf;},'lugmK':'true','tQMjm':function(_0x964f2,_0x5b1ed4,_0x79296f){return _0x964f2(_0x5b1ed4,_0x79296f);},'SnRdv':_0x103761(0x197),'BIwKN':function(_0x5461a2,_0x195f33){return _0x5461a2(_0x195f33);},'sVoeb':function(_0x302a31,_0x2975f2,_0x258f9c,_0x3464e1){return _0x302a31(_0x2975f2,_0x258f9c,_0x3464e1);},'ScZAS':function(_0x361595,_0x45fd39){return _0x361595*_0x45fd39;},'QBBNx':function(_0x491f67,_0x45ed22){return _0x491f67===_0x45ed22;},'ktCmU':_0x103761(0x1ee),'MKDtl':_0x103761(0x173),'rAOPd':_0x103761(0x205),'ZChla':_0x103761(0x1b0),'PNbgs':_0x103761(0x215),'SFvsg':_0x103761(0x192),'rkZSd':'customEnvironment.js','DsHJT':'jest.setup.js','YkYgq':'customSequencer.js','NSRFL':_0x103761(0x1f8),'XcMeO':'jest-circus','gHwTX':'test-observability','nGkCN':_0x103761(0x1f6),'pPLFA':_0x103761(0x14b),'mjvEa':'test_before.setup.js','UzHyN':_0x103761(0x181),'uslXW':_0x103761(0x1c0),'pzviW':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','rQjwj':_0x103761(0x14a),'UEQAC':'Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','Vburh':_0x103761(0x18a),'eZkrD':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','gdTIG':function(_0x387b93,_0x20a1ac){return _0x387b93>_0x20a1ac;},'CZOnU':_0x103761(0x1fd),'lVFmB':_0x103761(0x190),'xrONE':_0x103761(0x1a7),'RlTYd':_0x103761(0x18b),'IoNYH':_0x103761(0x146),'aIbNT':_0x103761(0x1b9)},_0x4d82e6=helper[_0x103761(0x184)](_0x553e48[_0x103761(0x179)]);global[_0x103761(0x1e7)]=!!_0x4d82e6;helper[_0x103761(0x1c7)]()?(await _0xd52c93[_0x103761(0x1d2)](_0x25f768),await helper['handleApp'](_0xd52c93['config'])):await _0xd52c93[_0x103761(0x159)]();await _0x553e48[_0x103761(0x1a4)](checkPwandBootstrapCli,_0x4d82e6,constants[_0x103761(0x1b8)]['JEST'],_0xd52c93);if(!_0xd52c93[_0x103761(0x1a8)])return;_0x553e48[_0x103761(0x1e5)](_0xd52c93[_0x103761(0x1a8)][_0x103761(0x1c3)],null)?process[_0x103761(0x1f0)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xd52c93[_0x103761(0x1a8)][_0x103761(0x1c3)]:process[_0x103761(0x1f0)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x553e48[_0x103761(0x17a)];const _0x46f098=new TestOrchestrationHandler(_0xd52c93[_0x103761(0x1a8)]),_0x5db193=await _0x553e48[_0x103761(0x16a)](getUserJestConfigs,_0x25f768,_0x1e1b65);logger[_0x103761(0x1ca)](_0x553e48[_0x103761(0x1dd)]);const _0x482109=Object[_0x103761(0x186)]({},_0x5db193);_0x482109['testEnvironmentOptions']=Object[_0x103761(0x186)]({},_0x482109['testEnvironmentOptions'],{'server':helper['getHubUrl'](_0xd52c93[_0x103761(0x1a8)]),'environment':_0x5db193[_0x103761(0x1d1)]}),_0x482109['testEnvironmentOptions'][_0x103761(0x160)]=_0x553e48[_0x103761(0x152)](getPercyOptions,_0xd52c93[_0x103761(0x1a8)]);const _0xced76c=helper[_0x103761(0x147)](_0xd52c93[_0x103761(0x1a8)]);!helper[_0x103761(0x178)](_0xd52c93[_0x103761(0x1a8)][_0x103761(0x1b4)])&&(process['env'][_0x103761(0x180)]=JSON['stringify'](_0xd52c93[_0x103761(0x1a8)][_0x103761(0x1b4)]));if(!BrowserstackCLI[_0x103761(0x1df)]()[_0x103761(0x18c)]()){const _0x4b0aa6=await TestHubHandler[_0x103761(0x1fe)](FRAMEWORKS['JEST'],_0xd52c93);}const _0xc3c809=helper[_0x103761(0x185)](_0xd52c93['config'],_0xced76c,constants[_0x103761(0x1b8)]['JEST']);process[_0x103761(0x1f0)]['BROWSERSTACK_CAPABILITIES']=JSON[_0x103761(0x18e)](_0xc3c809);let _0x3e2bb8=_0xd52c93[_0x103761(0x1a8)]['accessibility'];_0x3e2bb8=_0x3e2bb8||accessibilityHelper['checkAccessibilityPlatformConfig'](_0xd52c93[_0x103761(0x1a8)]),process[_0x103761(0x1f0)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3e2bb8,_0x482109[_0x103761(0x1eb)][_0x103761(0x17f)]=_0xc3c809,_0x482109[_0x103761(0x1eb)][_0x103761(0x151)]=_0x553e48[_0x103761(0x16a)](getSerial,_0xc3c809,_0x25f768),_0x482109['testEnvironmentOptions'][_0x103761(0x154)]=_0x553e48[_0x103761(0x1bd)](getMaxWorkers,_0x25f768,_0xd52c93['config'],_0x5db193),_0x482109['testEnvironmentOptions'][_0x103761(0x143)]=_0xd52c93[_0x103761(0x1a8)][_0x103761(0x143)],_0x482109[_0x103761(0x1eb)][_0x103761(0x213)]=_0x553e48[_0x103761(0x19d)](_0x25f768[_0x103761(0x18d)],0x1)||0x1388,_0x482109[_0x103761(0x1eb)][_0x103761(0x1c1)]=_0xd52c93[_0x103761(0x1a8)][_0x103761(0x19a)][_0x103761(0x1c1)],_0x482109[_0x103761(0x1eb)][_0x103761(0x19e)]=_0xd52c93[_0x103761(0x1a8)][_0x103761(0x19a)][_0x103761(0x19e)],_0x482109['testEnvironmentOptions'][_0x103761(0x148)]=_0xd52c93[_0x103761(0x1a8)][_0x103761(0x1a2)],_0x482109[_0x103761(0x1eb)][_0x103761(0x1ad)]=_0xd52c93[_0x103761(0x1a8)][_0x103761(0x1ad)],_0x482109['testEnvironmentOptions'][_0x103761(0x200)]=_0xd52c93[_0x103761(0x1a8)][_0x103761(0x170)];const _0xfc3b60=helper[_0x103761(0x216)](_0xd52c93[_0x103761(0x1a8)]);if(!helper[_0x103761(0x1f3)](_0xfc3b60)){helper['isNotUndefined'](_0xfc3b60[_0x103761(0x1e1)])&&(_0x482109[_0x103761(0x1eb)]['retries__']=_0xfc3b60[_0x103761(0x1e1)][_0x103761(0x1d6)]);if(helper[_0x103761(0x187)](_0xfc3b60[_0x103761(0x1bb)])&&helper[_0x103761(0x187)](_0xfc3b60[_0x103761(0x1bb)][_0x103761(0x14c)])){const _0x5e289f={};_0x5e289f['failureThresholdCount']=_0xfc3b60[_0x103761(0x1bb)][_0x103761(0x1e6)],_0x5e289f[_0x103761(0x14c)]=_0xfc3b60[_0x103761(0x1bb)][_0x103761(0x14c)],_0x482109['testEnvironmentOptions'][_0x103761(0x1e8)]=_0x5e289f;}}let _0x46c3db='';_0x553e48[_0x103761(0x174)](helper[_0x103761(0x183)](),constants[_0x103761(0x1e3)]['MODULE'])?_0x46c3db=_0x553e48[_0x103761(0x13e)]:_0x46c3db=_0x553e48[_0x103761(0x19c)];const _0x28f770=_0x46c3db,_0x34b87=path[_0x103761(0x20e)](__dirname,_0x553e48[_0x103761(0x207)],_0x553e48['ZChla']),_0x1ce751=path['join'](__dirname,_0x553e48[_0x103761(0x207)],_0x553e48['PNbgs']),_0x1f0c33=path[_0x103761(0x20e)](__dirname,_0x553e48['rAOPd'],_0x553e48[_0x103761(0x177)]);_0x482109[_0x103761(0x1d1)]&&(process[_0x103761(0x1f0)][_0x103761(0x15e)]=_0x482109[_0x103761(0x1d1)]);_0x482109['testEnvironment']=path[_0x103761(0x20e)](__dirname,_0x553e48[_0x103761(0x207)],_0x553e48[_0x103761(0x1ce)]),_0x482109[_0x103761(0x1c8)]=_0x1ce751,_0x482109['setupFilesAfterEnv']=_0x482109[_0x103761(0x1fc)]||[],_0x482109[_0x103761(0x1fc)][_0x103761(0x15f)](path[_0x103761(0x20e)](__dirname,_0x553e48[_0x103761(0x20f)]));_0x46f098[_0x103761(0x21a)]()&&(_0x482109[_0x103761(0x16d)]=path['join'](__dirname,_0x553e48[_0x103761(0x207)],_0x553e48['YkYgq']));if(testhubUtils[_0x103761(0x162)]()){let _0x37632b=null;try{_0x37632b=helper['requireModule'](_0x553e48[_0x103761(0x19f)],_0x553e48[_0x103761(0x1aa)]);}catch(_0x10187f){_0x553e48[_0x103761(0x152)](debug,_0x103761(0x189)+_0x10187f);}_0x37632b&&(_0x482109['setupFilesAfterEnv'][_0x103761(0x15f)](path['join'](__dirname,_0x553e48[_0x103761(0x1cd)],_0x553e48[_0x103761(0x1db)])),_0x482109[_0x103761(0x1ff)]=path['join'](__dirname,_0x553e48[_0x103761(0x207)],_0x553e48['pPLFA']));}_0x482109[_0x103761(0x219)]=_0x482109['setupFiles']||[];try{helper['requireSeleniumWebdriver'](),_0x482109[_0x103761(0x219)][_0x103761(0x15f)](path[_0x103761(0x20e)](__dirname,_0x553e48[_0x103761(0x13f)]));}catch{logger[_0x103761(0x176)](_0x553e48['UzHyN']);}try{helper[_0x103761(0x1bc)][_0x103761(0x14e)](null,[_0x553e48[_0x103761(0x179)],_0x553e48[_0x103761(0x1a6)]]),logger[_0x103761(0x176)](_0x553e48[_0x103761(0x16c)]),_0x482109[_0x103761(0x219)][_0x103761(0x15f)](path['join'](__dirname,_0x553e48[_0x103761(0x1af)]));}catch(_0x148803){logger[_0x103761(0x176)](_0x553e48[_0x103761(0x1c5)],_0x148803);}_0x482109[_0x103761(0x1b3)]=_0x482109[_0x103761(0x1b3)]||[_0x553e48['Vburh']],_0x553e48[_0x103761(0x16a)](updateTestRerunConfig,_0x482109,_0xd52c93);const _0x3ddda2=fs[_0x103761(0x1f4)](_0x1f0c33);fs[_0x103761(0x1d0)](_0x482109[_0x103761(0x1c8)],_0x103761(0x1a5)+_0x3ddda2+'\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20'+_0xd52c93[_0x103761(0x1a8)][_0x103761(0x170)][_0x103761(0x1e2)]+_0x103761(0x1e0)),logger[_0x103761(0x1ca)](_0x103761(0x161)+_0x28f770+_0x103761(0x1a3)),fs[_0x103761(0x1d0)](_0x28f770,_0x103761(0x1f7)+JSON[_0x103761(0x18e)](_0x482109)+_0x103761(0x1b7));if(_0x46f098[_0x103761(0x21a)]()){logger[_0x103761(0x176)](_0x553e48[_0x103761(0x1be)]);const _0x46f89d=await _0x46f098[_0x103761(0x218)](_0x482109,_0x1e1b65[_0x103761(0x1b2)](0x1),_0x28f770);logger['debug'](_0x103761(0x1b6)+JSON[_0x103761(0x18e)](_0x46f89d)+_0x103761(0x202));const _0x256a77=await _0x46f098[_0x103761(0x1f1)](_0x46f89d);logger[_0x103761(0x176)](_0x103761(0x17d)+JSON['stringify'](_0x256a77)),_0x256a77&&_0x553e48['gdTIG'](_0x256a77[_0x103761(0x1e2)],0x0)&&(process['env'][_0x103761(0x16e)]=_0x256a77?.[_0x103761(0x20e)](','));}logger[_0x103761(0x1ca)](_0x553e48[_0x103761(0x1f9)]);testhubUtils[_0x103761(0x162)]()&&TestDetails[_0x103761(0x199)]();helper[_0x103761(0x16f)]({},_0x1e1b65),PerformanceTester[_0x103761(0x210)](PerformanceEvents[_0x103761(0x1e4)]);const _0x5b2bff=_0x553e48['SOqbD'](spawn,_0x553e48[_0x103761(0x15a)],[_0x553e48['gQIrk'],_0x553e48[_0x103761(0x153)],_0x28f770,..._0x1e1b65[_0x103761(0x1b2)](0x1)],{'shell':_0x553e48[_0x103761(0x174)](process['platform'],_0x553e48[_0x103761(0x1d9)]),'stdio':_0x553e48['IoNYH'],'env':Object['assign']({},process[_0x103761(0x1f0)])});_0x5b2bff['on'](_0x553e48['aIbNT'],async _0x788b62=>{const _0x13b11b=_0x103761;PerformanceTester[_0x13b11b(0x1cb)](PerformanceEvents[_0x13b11b(0x206)]);try{const {browserstackFolderPath:_0x159234,tcgConfigPath:_0x324e22}=helper[_0x13b11b(0x1d8)]();fs[_0x13b11b(0x204)](_0x324e22),fs[_0x13b11b(0x16b)](_0x159234);}catch(_0x261863){logger[_0x13b11b(0x176)](_0x553e48[_0x13b11b(0x1de)],_0x261863);}process[_0x13b11b(0x211)]=_0x788b62,logger[_0x13b11b(0x176)]('child\x20process\x20exited\x20with\x20code\x20'+_0x788b62),logger[_0x13b11b(0x1ca)](_0x13b11b(0x1d7)+_0x28f770);if(helper[_0x13b11b(0x187)](_0xfc3b60)&&helper[_0x13b11b(0x187)](_0xfc3b60[_0x13b11b(0x1bb)])&&fs[_0x13b11b(0x1f5)](_0xfc3b60[_0x13b11b(0x1bb)][_0x13b11b(0x14c)]))try{const _0x1d6790={};_0x1d6790['recursive']=!![],_0x1d6790[_0x13b11b(0x175)]=!![],fs[_0x13b11b(0x157)](_0xfc3b60[_0x13b11b(0x1bb)][_0x13b11b(0x14c)],_0x1d6790),logger['debug'](_0x13b11b(0x1d4)+_0xfc3b60[_0x13b11b(0x1bb)][_0x13b11b(0x14c)]);}catch(_0x24a47a){logger[_0x13b11b(0x20c)](_0x13b11b(0x201)+_0x24a47a);}let _0x59ce58=null;if(fs[_0x13b11b(0x1f5)](_0x34b87)){_0x59ce58=fs['readFileSync'](_0x34b87);try{_0x59ce58=JSON['parse'](_0x59ce58);}catch(_0x188e9f){logger[_0x13b11b(0x176)](_0x13b11b(0x149)+_0x34b87+',\x20'+_0x59ce58+_0x13b11b(0x1c2)+_0x188e9f);}fs['unlinkSync'](_0x34b87);}fs[_0x13b11b(0x204)](_0x28f770),fs['unlinkSync'](_0x1ce751),_0x59ce58&&(_0xd52c93['errorMessage']=helper[_0x13b11b(0x217)](_0x59ce58,_0x553e48[_0x13b11b(0x196)],_0xd52c93)),testOpsHelper[_0x13b11b(0x17c)](),TestDetails[_0x13b11b(0x1c4)]();try{await TestHubHandler[_0x13b11b(0x194)](),await BrowserstackCLI[_0x13b11b(0x1df)]()[_0x13b11b(0x194)]();}catch(_0x2c3cfd){console[_0x13b11b(0x172)](_0x2c3cfd),_0x553e48[_0x13b11b(0x193)](debug,_0x13b11b(0x1cf)+util[_0x13b11b(0x19b)](_0x2c3cfd));}await utilities['finalExecution'](_0xd52c93);});}module[a14_0x5a92fd(0x1ab)]=run;
2
+ 'use strict';const a14_0x2a4cf2=a14_0x2349;(function(_0x3cc31a,_0x18308f){const _0x3ab287=a14_0x2349,_0x2817fe=_0x3cc31a();while(!![]){try{const _0x38e37=parseInt(_0x3ab287(0x152))/0x1+-parseInt(_0x3ab287(0x192))/0x2*(parseInt(_0x3ab287(0x1b1))/0x3)+parseInt(_0x3ab287(0x11d))/0x4+-parseInt(_0x3ab287(0x1a0))/0x5*(parseInt(_0x3ab287(0x147))/0x6)+-parseInt(_0x3ab287(0x12c))/0x7+-parseInt(_0x3ab287(0x13a))/0x8+-parseInt(_0x3ab287(0x134))/0x9*(-parseInt(_0x3ab287(0x1d8))/0xa);if(_0x38e37===_0x18308f)break;else _0x2817fe['push'](_0x2817fe['shift']());}catch(_0x57d325){_0x2817fe['push'](_0x2817fe['shift']());}}}(a14_0x1d7c,0x58abc));const fs=require('fs'),path=require('path'),util=require(a14_0x2a4cf2(0x1c2)),{spawn}=require(a14_0x2a4cf2(0x19d)),logger=require(a14_0x2a4cf2(0x17d))[a14_0x2a4cf2(0x120)],{default:BrowserStackSetup}=require(a14_0x2a4cf2(0x1ce)),helper=require(a14_0x2a4cf2(0x1a4)),utilities=require(a14_0x2a4cf2(0x1c6)),constants=require(a14_0x2a4cf2(0x1e1)),accessibilityHelper=require(a14_0x2a4cf2(0x15e)),{updateTestRerunConfig}=require(a14_0x2a4cf2(0x189)),testOpsHelper=require(a14_0x2a4cf2(0x1c7)),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a14_0x2a4cf2(0x170)),{getPercyOptions}=require(a14_0x2a4cf2(0x1e8)),TestHubHandler=require(a14_0x2a4cf2(0x1e2)),testhubUtils=require(a14_0x2a4cf2(0x1d1)),{FRAMEWORKS}=require(a14_0x2a4cf2(0x156)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0x2a4cf2(0x1e6))[a14_0x2a4cf2(0x119)],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),BrowserstackCLI=require(a14_0x2a4cf2(0x12e)),{checkPwandBootstrapCli}=require(a14_0x2a4cf2(0x127)),ClientTroubleShootingService=require(a14_0x2a4cf2(0x115)),getUserJestConfigs=async(_0x155187,_0xc17945)=>{const _0x9d7d39=a14_0x2a4cf2,_0x1fdb50={'yJdBh':_0x9d7d39(0x13d),'ZcWHG':_0x9d7d39(0x117),'FtOwm':function(_0x128eac,_0x22ca62){return _0x128eac||_0x22ca62;},'dZQQq':function(_0x245f31,_0x268b36){return _0x245f31(_0x268b36);},'FGmio':_0x9d7d39(0x160),'RenrC':_0x9d7d39(0x15d),'qQxuB':'mjs','GpjpA':_0x9d7d39(0x1b7),'zHBCf':_0x9d7d39(0x186)},_0x49baca=helper[_0x9d7d39(0x153)](_0x1fdb50[_0x9d7d39(0x168)],_0x1fdb50[_0x9d7d39(0x16f)]),_0x2c148c=_0xc17945[_0x9d7d39(0x150)](_0x2b1803=>_0x2b1803===_0x9d7d39(0x1dc));if(!helper[_0x9d7d39(0x11e)](_0x155187[_0x9d7d39(0x182)])){logger[_0x9d7d39(0x13c)](_0x9d7d39(0x1d4)+_0x155187[_0x9d7d39(0x182)]),process[_0x9d7d39(0x1ab)][_0x9d7d39(0x1c0)]=_0x155187[_0x9d7d39(0x182)];const _0x4a3865=await(0x0,_0x49baca['default'])(path[_0x9d7d39(0x14c)](_0x155187[_0x9d7d39(0x182)]));return _0xc17945[_0x9d7d39(0x114)](_0x2c148c,0x2),_0x1fdb50[_0x9d7d39(0x14a)](_0x4a3865,{});}const _0x4981c7=_0x1fdb50['dZQQq'](require,path['join'](process[_0x9d7d39(0x154)](),_0x1fdb50[_0x9d7d39(0x1c5)]));if(_0x4981c7[_0x9d7d39(0x1cb)])return logger[_0x9d7d39(0x13c)](_0x1fdb50[_0x9d7d39(0x169)]),_0x4981c7[_0x9d7d39(0x1cb)];const _0x54f22e=['js',_0x1fdb50[_0x9d7d39(0x1d9)],_0x1fdb50[_0x9d7d39(0x1bd)],_0x1fdb50['zHBCf'],'ts'];for(const _0x21decb of _0x54f22e){const _0x623ea3=path[_0x9d7d39(0x175)](process[_0x9d7d39(0x154)](),'jest.config.'+_0x21decb);if(fs[_0x9d7d39(0x15b)](_0x623ea3)){process[_0x9d7d39(0x1ab)][_0x9d7d39(0x1c0)]=_0x623ea3;const _0x989fd8=await(0x0,_0x49baca[_0x9d7d39(0x166)])(_0x623ea3);return _0x989fd8;}}return{};},getSerial=(_0x586f2e,_0x47b722)=>{const _0x3b32d5=a14_0x2a4cf2,_0x4066f0={};_0x4066f0['qivyp']=_0x3b32d5(0x193),_0x4066f0[_0x3b32d5(0x16d)]=function(_0x110473,_0x407ae6){return _0x110473>_0x407ae6;},_0x4066f0[_0x3b32d5(0x1a9)]='false';const _0x4ace85=_0x4066f0;let _0x4dd18c=_0x4ace85['qivyp'];return _0x4ace85[_0x3b32d5(0x16d)](_0x586f2e[_0x3b32d5(0x14b)],0x1)&&(!_0x47b722[_0x3b32d5(0x1df)]&&(helper[_0x3b32d5(0x11e)](_0x47b722[_0x3b32d5(0x15f)])||_0x4ace85[_0x3b32d5(0x16d)](_0x47b722['maxWorkers'],0x1)))&&(_0x4dd18c=_0x4ace85['zesCJ']),_0x4dd18c;},getMaxWorkers=(_0x31debe,_0x56f875,_0x3246d7)=>{const _0x3a057c=a14_0x2a4cf2,_0x42586b={'BzzRQ':function(_0x57e226,_0x65dd58){return _0x57e226(_0x65dd58);}};let _0x57847b=0x1;if(!helper['isUndefined'](_0x56f875[_0x3a057c(0x138)]))_0x57847b=_0x42586b['BzzRQ'](parseInt,_0x56f875[_0x3a057c(0x138)]);else{if(!helper[_0x3a057c(0x11e)](_0x31debe[_0x3a057c(0x15f)]))_0x57847b=_0x31debe[_0x3a057c(0x15f)];else!helper[_0x3a057c(0x11e)](_0x3246d7[_0x3a057c(0x15f)])&&(_0x57847b=_0x3246d7[_0x3a057c(0x15f)]);}return _0x57847b;};function a14_0x1d7c(){const _0xb49490=['../../helpers/testhub/utils','\x20test\x20files\x20to\x20run.','SDK_CLEANUP','Getting\x20your\x20jest\x20configs\x20from\x20','mMyDD','lycFM','test-observability','347670VYGZLD','qQxuB','WkNxg','slJWd','--config','testRunner','Deleted\x20fail-fast\x20state\x20folder:\x20','runInBand','customImplements','../utils/constants','../../helpers/testhub/testhubHandler','UQhNB','playwright','testContextOptions','../../helpers/performance/constants','platforms','../../helpers/percy/utils','getTCGConfigFilePaths','\x0amodule.exports\x20=\x20config;','inherit','kiAWI','FRAMEWORKS','BROWSERSTACK_TEST_OBSERVABILITY_YML','splice','../utils/clientTroubleshootingService','maxRetries','jest-config','readFileSync','EVENTS','setupFilesAfterEnv','PWefT','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','2727708lgXrmK','isUndefined','parallels__','winstonLogger','FhqeD','parse','runner','VDVIG','JEST_TEST_ORDER','jest_browserstack.config.js','../../helpers/playwright-helper','mhaXr','slice','getPackageVersion','workingDir','4046630wnvuVD','getInstance','../v2/browserstackCLI','win32','printBuildLink','PACKAGE_TYPE','isTestOrchestrationEnabled','RtFLl','81dLtjKR','ywaWZ','npx','capabilities','parallelsPerPlatform','isNotUndefined','95640oCHxZa','retryTestsOnFailure','info','jest-config/build/readConfigFileAndSetRootDir.js','rmdirSync','Error\x20while\x20parsing\x20','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','umUBP','testEnvironment','VYiXO','BROWSERSTACK_TEST_ACCESSIBILITY_YML','accessibilityOptions','checkAccessibilityPlatformConfig','1824geSppn','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','tRtcj','FtOwm','length','resolve','force','log','KDmDS','findIndex','failureThresholdCount','581120gCujSD','requireModule','cwd','EHHbp','../../helpers/test-observability/constants','jest_browserstack_results.json','Reodered\x20Test\x20Files:\x20','LYynS','setupFiles','existsSync','abortBuildOnFailure','Getting\x20your\x20jest\x20configs\x20from\x20package.json','../../helpers/accessibility-automation/helper','maxWorkers','package.json','QRwwl','debug','error\x20removing\x20tcg\x20config\x20file','apply','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','default','writeFileSync','yJdBh','RenrC','platform','testObservability','QtTpz','hMwqB','requirePWModule','ZcWHG','./test-observability/test-details','handleApp','proxySettings','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','useW3C','join','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','JEST','NuiaK','parseTestOrchestrationOptions','customCircus.js','rLRVV','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','../../helpers/logger','filterBrowserstackArgs','rmSync','turboScaleUrl','TlyER','config','ACPfq','errorMessage','finalExecution','json','MODULE','const\x20config=','./test-observability/helper','\x20with\x20browserstack\x20jest\x20configs','reorderTestFiles','HjpWS','@playwright/test','skipSessionStatus','getErrorMessageFromResults','data-hooks.js','recursive','425834LlRxgW','true','failFast','stop','initialize','JdBoU','BSTACK_JEST_TEST_ENV','testEnvironmentOptions','Deleting\x20','shutdown','test_before.setup.js','child_process','VwfuY','exitCode','6740DnCbWj','NHMSQ','unlinkSync','reporters','../../helpers/helper','testSequencer','requireSeleniumWebdriver','dZRWq','\x0a\x20\x20\x20\x20','zesCJ','start','env','mDijw','zIeVC','tgxYA',';\x0a\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\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','Creating\x20','3BVIttK','end','BROWSERSTACK_CAPABILITIES','testTimeout','omYfQ','findTestFiles','cjs','jBvvH','timeout__','__isPlaywrightInstalled','customTestRunner.js','assign','GpjpA','Unable\x20to\x20find\x20jest-circus,\x20','lBKRU','USER_CONFIG_DETAILS_PATH','shouldProcessEventForTesthub','util','prepareCapabilities','error','FGmio','../../helpers/utilities','../../helpers/test-observability/utils','browserStackLogLevel','stringify','platformCaps','jest','yNoMj','jest_browserstack.config.cjs','../../helpers/BrowserStackSetup','push','browserStackPercyOptions'];a14_0x1d7c=function(){return _0xb49490;};return a14_0x1d7c();}function a14_0x2349(_0x292010,_0x479a3a){const _0x1d7c49=a14_0x1d7c();return a14_0x2349=function(_0x234932,_0x25c6aa){_0x234932=_0x234932-0x113;let _0x4b320c=_0x1d7c49[_0x234932];return _0x4b320c;},a14_0x2349(_0x292010,_0x479a3a);}async function run(_0x2525b1,_0x5bebbd,_0x4937ad){const _0x54ffc7=a14_0x2a4cf2,_0xf2e7ee={'slJWd':_0x54ffc7(0x163),'VwfuY':_0x54ffc7(0x1cb),'QRwwl':function(_0x37d5af,_0x32a496){return _0x37d5af(_0x32a496);},'LYynS':_0x54ffc7(0x18d),'NHMSQ':function(_0x2df791,_0x22f2fc,_0x2afa43,_0x358068){return _0x2df791(_0x22f2fc,_0x2afa43,_0x358068);},'jBvvH':function(_0x22b2ea,_0x2cd0e1){return _0x22b2ea!=_0x2cd0e1;},'uEdmq':'true','mDijw':function(_0x21b918,_0x22050e,_0xee0f44){return _0x21b918(_0x22050e,_0xee0f44);},'ACPfq':_0x54ffc7(0x165),'JdBoU':function(_0x224949,_0x514281){return _0x224949*_0x514281;},'dZRWq':function(_0x40dbdb,_0x255654){return _0x40dbdb===_0x255654;},'VYiXO':_0x54ffc7(0x1cd),'FhqeD':_0x54ffc7(0x126),'VDVIG':_0x54ffc7(0x1e0),'fXNkT':_0x54ffc7(0x157),'WkNxg':_0x54ffc7(0x1bb),'mhaXr':'customTestRunnerTemplate.js','kiAWI':'customEnvironment.js','rLRVV':'jest.setup.js','ZrYtg':'customSequencer.js','lycFM':_0x54ffc7(0x140),'tgxYA':'jest-circus','HjpWS':function(_0x2e7d3f,_0x3fd32b){return _0x2e7d3f(_0x3fd32b);},'RtFLl':_0x54ffc7(0x1d7),'QtTpz':_0x54ffc7(0x190),'UQhNB':_0x54ffc7(0x17a),'omYfQ':_0x54ffc7(0x19c),'zIeVC':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','PWefT':_0x54ffc7(0x1e4),'umUBP':_0x54ffc7(0x17c),'gUsKA':'test.setup.js','ZJOMu':_0x54ffc7(0x148),'tRtcj':'default','NuiaK':_0x54ffc7(0x176),'EHHbp':function(_0x4c8d6e,_0x19fa1a){return _0x4c8d6e>_0x19fa1a;},'lBKRU':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','KDmDS':function(_0x7760a8,_0x591318,_0x2b55a9,_0x4cdc38){return _0x7760a8(_0x591318,_0x2b55a9,_0x4cdc38);},'yNoMj':_0x54ffc7(0x136),'FjjkA':_0x54ffc7(0x1dc),'ywaWZ':_0x54ffc7(0x12f),'TlyER':_0x54ffc7(0x1eb),'mMyDD':'close'},_0x1c115e=helper[_0x54ffc7(0x12a)](_0xf2e7ee[_0x54ffc7(0x159)]);global[_0x54ffc7(0x1ba)]=!!_0x1c115e;helper['isBrowserstackInfra']()?(await _0x4937ad[_0x54ffc7(0x196)](_0x2525b1),await helper[_0x54ffc7(0x171)](_0x4937ad[_0x54ffc7(0x182)])):await _0x4937ad['setupTCGAuth']();await _0xf2e7ee['NHMSQ'](checkPwandBootstrapCli,_0x1c115e,constants[_0x54ffc7(0x1ed)][_0x54ffc7(0x177)],_0x4937ad);if(!_0x4937ad[_0x54ffc7(0x182)])return;_0xf2e7ee[_0x54ffc7(0x1b8)](_0x4937ad[_0x54ffc7(0x182)]['testObservability'],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4937ad[_0x54ffc7(0x182)][_0x54ffc7(0x16b)]:process[_0x54ffc7(0x1ab)][_0x54ffc7(0x113)]=_0xf2e7ee['uEdmq'];const _0x30fa82=new TestOrchestrationHandler(_0x4937ad[_0x54ffc7(0x182)]),_0xdf1187=await _0xf2e7ee[_0x54ffc7(0x1ac)](getUserJestConfigs,_0x2525b1,_0x5bebbd);logger[_0x54ffc7(0x13c)](_0xf2e7ee[_0x54ffc7(0x183)]);const _0x4819bd=Object['assign']({},_0xdf1187);_0x4819bd[_0x54ffc7(0x199)]=Object[_0x54ffc7(0x1bc)]({},_0x4819bd[_0x54ffc7(0x199)],{'server':helper['getHubUrl'](_0x4937ad['config']),'environment':_0xdf1187[_0x54ffc7(0x142)]}),_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x1d0)]=_0xf2e7ee[_0x54ffc7(0x161)](getPercyOptions,_0x4937ad[_0x54ffc7(0x182)]);const _0x1e1ee3=helper[_0x54ffc7(0x174)](_0x4937ad[_0x54ffc7(0x182)]);!helper[_0x54ffc7(0x11e)](_0x4937ad['config'][_0x54ffc7(0x145)])&&(process[_0x54ffc7(0x1ab)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x54ffc7(0x1c9)](_0x4937ad[_0x54ffc7(0x182)][_0x54ffc7(0x145)]));if(!BrowserstackCLI[_0x54ffc7(0x12d)]()['isRunning']()){const _0x10a464=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x54ffc7(0x177)],_0x4937ad);}const _0x342d50=helper[_0x54ffc7(0x1c3)](_0x4937ad[_0x54ffc7(0x182)],_0x1e1ee3,constants['FRAMEWORKS'][_0x54ffc7(0x177)]);process[_0x54ffc7(0x1ab)][_0x54ffc7(0x1b3)]=JSON[_0x54ffc7(0x1c9)](_0x342d50);let _0x5cb738=_0x4937ad[_0x54ffc7(0x182)]['accessibility'];_0x5cb738=_0x5cb738||accessibilityHelper[_0x54ffc7(0x146)](_0x4937ad['config']),process[_0x54ffc7(0x1ab)][_0x54ffc7(0x144)]=_0x5cb738,_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x137)]=_0x342d50,_0x4819bd[_0x54ffc7(0x199)]['serial__']=_0xf2e7ee[_0x54ffc7(0x1ac)](getSerial,_0x342d50,_0x2525b1),_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x11f)]=_0xf2e7ee[_0x54ffc7(0x1a1)](getMaxWorkers,_0x2525b1,_0x4937ad['config'],_0xdf1187),_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x172)]=_0x4937ad[_0x54ffc7(0x182)][_0x54ffc7(0x172)],_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x1b9)]=_0xf2e7ee[_0x54ffc7(0x197)](_0x2525b1[_0x54ffc7(0x1b4)],0x1)||0x1388,_0x4819bd[_0x54ffc7(0x199)]['skipSessionName']=_0x4937ad[_0x54ffc7(0x182)][_0x54ffc7(0x1e5)]['skipSessionName'],_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x18e)]=_0x4937ad['config'][_0x54ffc7(0x1e5)][_0x54ffc7(0x18e)],_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x1c8)]=_0x4937ad[_0x54ffc7(0x182)]['logLevel'],_0x4819bd['testEnvironmentOptions']['turboScaleUrl']=_0x4937ad['config'][_0x54ffc7(0x180)],_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x1ca)]=_0x4937ad[_0x54ffc7(0x182)][_0x54ffc7(0x1e7)];const _0x12efc0=helper[_0x54ffc7(0x179)](_0x4937ad['config']);if(!helper['isEmpty'](_0x12efc0)){helper[_0x54ffc7(0x139)](_0x12efc0[_0x54ffc7(0x13b)])&&(_0x4819bd[_0x54ffc7(0x199)]['retries__']=_0x12efc0['retryTestsOnFailure'][_0x54ffc7(0x116)]);if(helper[_0x54ffc7(0x139)](_0x12efc0[_0x54ffc7(0x15c)])&&helper['isNotUndefined'](_0x12efc0[_0x54ffc7(0x15c)][_0x54ffc7(0x12b)])){const _0x182c15={};_0x182c15[_0x54ffc7(0x151)]=_0x12efc0[_0x54ffc7(0x15c)]['maxFailures'],_0x182c15['workingDir']=_0x12efc0[_0x54ffc7(0x15c)][_0x54ffc7(0x12b)],_0x4819bd[_0x54ffc7(0x199)][_0x54ffc7(0x194)]=_0x182c15;}}let _0x2c4528='';_0xf2e7ee[_0x54ffc7(0x1a7)](helper['getPackageType'](),constants[_0x54ffc7(0x131)][_0x54ffc7(0x187)])?_0x2c4528=_0xf2e7ee[_0x54ffc7(0x143)]:_0x2c4528=_0xf2e7ee[_0x54ffc7(0x121)];const _0xb9d001=_0x2c4528,_0x17d31d=path[_0x54ffc7(0x175)](__dirname,_0xf2e7ee[_0x54ffc7(0x124)],_0xf2e7ee['fXNkT']),_0x28d231=path[_0x54ffc7(0x175)](__dirname,_0xf2e7ee[_0x54ffc7(0x124)],_0xf2e7ee[_0x54ffc7(0x1da)]),_0x3412af=path[_0x54ffc7(0x175)](__dirname,_0xf2e7ee[_0x54ffc7(0x124)],_0xf2e7ee[_0x54ffc7(0x128)]);_0x4819bd[_0x54ffc7(0x142)]&&(process[_0x54ffc7(0x1ab)][_0x54ffc7(0x198)]=_0x4819bd[_0x54ffc7(0x142)]);_0x4819bd['testEnvironment']=path[_0x54ffc7(0x175)](__dirname,_0xf2e7ee[_0x54ffc7(0x124)],_0xf2e7ee[_0x54ffc7(0x1ec)]),_0x4819bd[_0x54ffc7(0x123)]=_0x28d231,_0x4819bd[_0x54ffc7(0x11a)]=_0x4819bd[_0x54ffc7(0x11a)]||[],_0x4819bd['setupFilesAfterEnv']['push'](path[_0x54ffc7(0x175)](__dirname,_0xf2e7ee[_0x54ffc7(0x17b)]));_0x30fa82[_0x54ffc7(0x132)]()&&(_0x4819bd[_0x54ffc7(0x1a5)]=path['join'](__dirname,_0xf2e7ee[_0x54ffc7(0x124)],_0xf2e7ee['ZrYtg']));if(testhubUtils[_0x54ffc7(0x1c1)]()){let _0x573796=null;try{_0x573796=helper[_0x54ffc7(0x153)](_0xf2e7ee[_0x54ffc7(0x1d6)],_0xf2e7ee[_0x54ffc7(0x1ae)]);}catch(_0x1f170d){_0xf2e7ee[_0x54ffc7(0x18c)](debug,_0x54ffc7(0x1be)+_0x1f170d);}_0x573796&&(_0x4819bd[_0x54ffc7(0x11a)][_0x54ffc7(0x1cf)](path[_0x54ffc7(0x175)](__dirname,_0xf2e7ee[_0x54ffc7(0x133)],_0xf2e7ee[_0x54ffc7(0x16c)])),_0x4819bd[_0x54ffc7(0x1dd)]=path['join'](__dirname,_0xf2e7ee[_0x54ffc7(0x124)],_0xf2e7ee[_0x54ffc7(0x1e3)]));}_0x4819bd[_0x54ffc7(0x15a)]=_0x4819bd[_0x54ffc7(0x15a)]||[];try{helper[_0x54ffc7(0x1a6)](),_0x4819bd[_0x54ffc7(0x15a)][_0x54ffc7(0x1cf)](path['join'](__dirname,_0xf2e7ee[_0x54ffc7(0x1b5)]));}catch{logger[_0x54ffc7(0x162)](_0xf2e7ee[_0x54ffc7(0x1ad)]);}try{helper[_0x54ffc7(0x16e)][_0x54ffc7(0x164)](null,[_0xf2e7ee[_0x54ffc7(0x159)],_0xf2e7ee[_0x54ffc7(0x11b)]]),logger[_0x54ffc7(0x162)](_0xf2e7ee[_0x54ffc7(0x141)]),_0x4819bd[_0x54ffc7(0x15a)][_0x54ffc7(0x1cf)](path[_0x54ffc7(0x175)](__dirname,_0xf2e7ee['gUsKA']));}catch(_0x1143d0){logger[_0x54ffc7(0x162)](_0xf2e7ee['ZJOMu'],_0x1143d0);}_0x4819bd[_0x54ffc7(0x1a3)]=_0x4819bd[_0x54ffc7(0x1a3)]||[_0xf2e7ee[_0x54ffc7(0x149)]],_0xf2e7ee[_0x54ffc7(0x1ac)](updateTestRerunConfig,_0x4819bd,_0x4937ad);const _0x408769=fs[_0x54ffc7(0x118)](_0x3412af);fs['writeFileSync'](_0x4819bd['runner'],_0x54ffc7(0x1a8)+_0x408769+_0x54ffc7(0x11c)+_0x4937ad[_0x54ffc7(0x182)][_0x54ffc7(0x1e7)][_0x54ffc7(0x14b)]+_0x54ffc7(0x1af)),logger[_0x54ffc7(0x13c)](_0x54ffc7(0x1b0)+_0xb9d001+_0x54ffc7(0x18a)),fs[_0x54ffc7(0x167)](_0xb9d001,_0x54ffc7(0x188)+JSON['stringify'](_0x4819bd)+_0x54ffc7(0x1ea));if(_0x30fa82['isTestOrchestrationEnabled']()){logger[_0x54ffc7(0x162)](_0xf2e7ee[_0x54ffc7(0x178)]);const _0x5dee37=await _0x30fa82[_0x54ffc7(0x1b6)](_0x4819bd,_0x5bebbd[_0x54ffc7(0x129)](0x1),_0xb9d001);logger[_0x54ffc7(0x162)]('Found:\x20'+JSON['stringify'](_0x5dee37)+_0x54ffc7(0x1d2));const _0x42ff38=await _0x30fa82[_0x54ffc7(0x18b)](_0x5dee37);logger[_0x54ffc7(0x162)](_0x54ffc7(0x158)+JSON[_0x54ffc7(0x1c9)](_0x42ff38)),_0x42ff38&&_0xf2e7ee[_0x54ffc7(0x155)](_0x42ff38['length'],0x0)&&(process[_0x54ffc7(0x1ab)][_0x54ffc7(0x125)]=_0x42ff38?.[_0x54ffc7(0x175)](','));}logger['info'](_0xf2e7ee[_0x54ffc7(0x1bf)]);testhubUtils[_0x54ffc7(0x1c1)]()&&TestDetails['setup']();helper[_0x54ffc7(0x17e)]({},_0x5bebbd),PerformanceTester[_0x54ffc7(0x1b2)](PerformanceEvents['SDK_SETUP']);const _0x34ca94=_0xf2e7ee[_0x54ffc7(0x14f)](spawn,_0xf2e7ee[_0x54ffc7(0x1cc)],[_0xf2e7ee[_0x54ffc7(0x19e)],_0xf2e7ee['FjjkA'],_0xb9d001,..._0x5bebbd['slice'](0x1)],{'shell':_0xf2e7ee[_0x54ffc7(0x1a7)](process[_0x54ffc7(0x16a)],_0xf2e7ee[_0x54ffc7(0x135)]),'stdio':_0xf2e7ee[_0x54ffc7(0x181)],'env':Object['assign']({},process['env'])});_0x34ca94['on'](_0xf2e7ee[_0x54ffc7(0x1d5)],async _0x47cc10=>{const _0x59d5c5=_0x54ffc7;PerformanceTester[_0x59d5c5(0x1aa)](PerformanceEvents[_0x59d5c5(0x1d3)]);try{const {browserstackFolderPath:_0x144793,tcgConfigPath:_0xd6bc81}=helper[_0x59d5c5(0x1e9)]();fs[_0x59d5c5(0x1a2)](_0xd6bc81),fs[_0x59d5c5(0x13e)](_0x144793);}catch(_0x3d028){logger['debug'](_0xf2e7ee[_0x59d5c5(0x1db)],_0x3d028);}process[_0x59d5c5(0x19f)]=_0x47cc10,logger['debug']('child\x20process\x20exited\x20with\x20code\x20'+_0x47cc10),logger[_0x59d5c5(0x13c)](_0x59d5c5(0x19a)+_0xb9d001);if(helper[_0x59d5c5(0x139)](_0x12efc0)&&helper[_0x59d5c5(0x139)](_0x12efc0[_0x59d5c5(0x15c)])&&fs[_0x59d5c5(0x15b)](_0x12efc0[_0x59d5c5(0x15c)][_0x59d5c5(0x12b)]))try{const _0x2f1544={};_0x2f1544[_0x59d5c5(0x191)]=!![],_0x2f1544[_0x59d5c5(0x14d)]=!![],fs[_0x59d5c5(0x17f)](_0x12efc0[_0x59d5c5(0x15c)]['workingDir'],_0x2f1544),logger[_0x59d5c5(0x162)](_0x59d5c5(0x1de)+_0x12efc0[_0x59d5c5(0x15c)]['workingDir']);}catch(_0xa8b39d){logger[_0x59d5c5(0x1c4)]('Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20'+_0xa8b39d);}let _0x61b43d=null;if(fs['existsSync'](_0x17d31d)){_0x61b43d=fs[_0x59d5c5(0x118)](_0x17d31d);try{_0x61b43d=JSON[_0x59d5c5(0x122)](_0x61b43d);}catch(_0x533ecd){logger['debug'](_0x59d5c5(0x13f)+_0x17d31d+',\x20'+_0x61b43d+'\x20:\x20'+_0x533ecd);}fs[_0x59d5c5(0x1a2)](_0x17d31d);}fs[_0x59d5c5(0x1a2)](_0xb9d001),fs[_0x59d5c5(0x1a2)](_0x28d231),_0x61b43d&&(_0x4937ad[_0x59d5c5(0x184)]=helper[_0x59d5c5(0x18f)](_0x61b43d,_0xf2e7ee[_0x59d5c5(0x19e)],_0x4937ad)),testOpsHelper[_0x59d5c5(0x130)](),TestDetails[_0x59d5c5(0x19b)]();try{await TestHubHandler[_0x59d5c5(0x195)](),await BrowserstackCLI[_0x59d5c5(0x12d)]()[_0x59d5c5(0x195)]();}catch(_0x51653c){console[_0x59d5c5(0x14e)](_0x51653c),_0xf2e7ee[_0x59d5c5(0x161)](debug,_0x59d5c5(0x173)+util['format'](_0x51653c));}await utilities[_0x59d5c5(0x185)](_0x4937ad);});}module['exports']=run;
@@ -1 +1 @@
1
- const a15_0x2d0815=a15_0x4408;function a15_0x3b2e(){const _0x54b0da=['exports','join','35470TVcqzl','3VOibVN','DpLtk','sPRyn','2205188ZtSRmI','8fwcDGT','default','18036PtEizL','../../../helpers/helper','initRequireModule','customJestAdapterInit.js','3KAANjC','requireInternalModule','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','5673900KZeZgx','path','includes','12914dvBjsq','jest-circus','169838wbJAhR','1503eCigkc','4708600tkvrTt','6759333TmanLQ'];a15_0x3b2e=function(){return _0x54b0da;};return a15_0x3b2e();}(function(_0x1a7479,_0x199c43){const _0x4d632f=a15_0x4408,_0x452b5c=_0x1a7479();while(!![]){try{const _0xb3f00d=parseInt(_0x4d632f(0x1fb))/0x1*(parseInt(_0x4d632f(0x1ea))/0x2)+parseInt(_0x4d632f(0x1f1))/0x3*(parseInt(_0x4d632f(0x1f4))/0x4)+parseInt(_0x4d632f(0x1ec))/0x5+parseInt(_0x4d632f(0x1fe))/0x6+parseInt(_0x4d632f(0x1ed))/0x7*(-parseInt(_0x4d632f(0x1f5))/0x8)+parseInt(_0x4d632f(0x1eb))/0x9*(parseInt(_0x4d632f(0x1f0))/0xa)+-parseInt(_0x4d632f(0x1e8))/0xb*(parseInt(_0x4d632f(0x1f7))/0xc);if(_0xb3f00d===_0x199c43)break;else _0x452b5c['push'](_0x452b5c['shift']());}catch(_0x347e20){_0x452b5c['push'](_0x452b5c['shift']());}}}(a15_0x3b2e,0x87a70));const path=require(a15_0x2d0815(0x1ff)),{requireModule}=require(a15_0x2d0815(0x1f8));let initJestAdapter=requireModule(a15_0x2d0815(0x1fd),a15_0x2d0815(0x1e9));initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a15_0x2d0815(0x1f6)];const FRAMEWORK_INITIALIZER=path[a15_0x2d0815(0x1ef)](__dirname,a15_0x2d0815(0x1fa));function a15_0x4408(_0x4495e4,_0x164472){const _0x3b2e15=a15_0x3b2e();return a15_0x4408=function(_0x44088b,_0x16295b){_0x44088b=_0x44088b-0x1e7;let _0x36df33=_0x3b2e15[_0x44088b];return _0x36df33;},a15_0x4408(_0x4495e4,_0x164472);}module[a15_0x2d0815(0x1ee)]=(..._0x39a7be)=>{const _0x3bc8b6=a15_0x2d0815,_0x4ea985={'sPRyn':'jestAdapterInit','SsKqp':function(_0x229f75,_0x23fe14){return _0x229f75===_0x23fe14;},'DpLtk':function(_0x2a922e,..._0x3cdf74){return _0x2a922e(..._0x3cdf74);}};return _0x39a7be[0x3]['initRequireModule']=_0x39a7be[0x3][_0x3bc8b6(0x1fc)],_0x39a7be[0x3][_0x3bc8b6(0x1fc)]=(..._0x50137b)=>{const _0x5705e1=_0x3bc8b6;if(_0x50137b[0x0]&&_0x50137b[0x0][_0x5705e1(0x1e7)](_0x4ea985[_0x5705e1(0x1f3)])&&_0x4ea985['SsKqp'](_0x50137b[0x1],undefined))return _0x39a7be[0x3][_0x5705e1(0x1f9)](FRAMEWORK_INITIALIZER);return _0x39a7be[0x3][_0x5705e1(0x1f9)](..._0x50137b);},_0x4ea985[_0x3bc8b6(0x1f2)](initJestAdapter,..._0x39a7be);};
1
+ const a15_0xc26224=a15_0x37e3;(function(_0x4a9ea4,_0x287113){const _0x2ee7bb=a15_0x37e3,_0xd04aef=_0x4a9ea4();while(!![]){try{const _0x8143e3=parseInt(_0x2ee7bb(0x1f6))/0x1*(parseInt(_0x2ee7bb(0x1e2))/0x2)+parseInt(_0x2ee7bb(0x1ef))/0x3+parseInt(_0x2ee7bb(0x1e1))/0x4+-parseInt(_0x2ee7bb(0x1e5))/0x5+parseInt(_0x2ee7bb(0x1e6))/0x6+parseInt(_0x2ee7bb(0x1f4))/0x7*(parseInt(_0x2ee7bb(0x1f0))/0x8)+-parseInt(_0x2ee7bb(0x1ea))/0x9;if(_0x8143e3===_0x287113)break;else _0xd04aef['push'](_0xd04aef['shift']());}catch(_0x34d90d){_0xd04aef['push'](_0xd04aef['shift']());}}}(a15_0x5673,0xca11d));function a15_0x5673(){const _0xc1e363=['2779638glvyuw','16rAkYDg','requireInternalModule','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','jest-circus','929159QXftUI','path','6rkVPPw','2354004PoVwwD','335414YllnSZ','lheMX','function','2700610yLXfyG','1731660ZyOEPB','initRequireModule','exports','join','15368166xbllAg','default','includes','customJestAdapterInit.js','lXJFV'];a15_0x5673=function(){return _0xc1e363;};return a15_0x5673();}const path=require(a15_0xc26224(0x1f5)),{requireModule}=require('../../../helpers/helper');let initJestAdapter=requireModule(a15_0xc26224(0x1f2),a15_0xc26224(0x1f3));initJestAdapter=typeof initJestAdapter===a15_0xc26224(0x1e4)?initJestAdapter:initJestAdapter[a15_0xc26224(0x1eb)];const FRAMEWORK_INITIALIZER=path[a15_0xc26224(0x1e9)](__dirname,a15_0xc26224(0x1ed));function a15_0x37e3(_0x20c027,_0xcbbac1){const _0x5673cb=a15_0x5673();return a15_0x37e3=function(_0x37e34c,_0xea57f7){_0x37e34c=_0x37e34c-0x1e1;let _0x2f6b2b=_0x5673cb[_0x37e34c];return _0x2f6b2b;},a15_0x37e3(_0x20c027,_0xcbbac1);}module[a15_0xc26224(0x1e8)]=(..._0x5877d5)=>{const _0x544813=a15_0xc26224,_0x4d124c={'lXJFV':'jestAdapterInit','pHJDn':function(_0x29e04a,_0x584c88){return _0x29e04a===_0x584c88;},'lheMX':function(_0x401057,..._0x17c0eb){return _0x401057(..._0x17c0eb);}};return _0x5877d5[0x3]['initRequireModule']=_0x5877d5[0x3][_0x544813(0x1f1)],_0x5877d5[0x3]['requireInternalModule']=(..._0x260216)=>{const _0x1c74e0=_0x544813;if(_0x260216[0x0]&&_0x260216[0x0][_0x1c74e0(0x1ec)](_0x4d124c[_0x1c74e0(0x1ee)])&&_0x4d124c['pHJDn'](_0x260216[0x1],undefined))return _0x5877d5[0x3][_0x1c74e0(0x1e7)](FRAMEWORK_INITIALIZER);return _0x5877d5[0x3][_0x1c74e0(0x1e7)](..._0x260216);},_0x4d124c[_0x544813(0x1e3)](initJestAdapter,..._0x5877d5);};
@@ -1 +1 @@
1
- const a16_0x1c228c=a16_0x2d27;function a16_0x2d27(_0xa3be00,_0x4bed47){const _0x3d95d6=a16_0x3d95();return a16_0x2d27=function(_0x2d27ea,_0x5144dd){_0x2d27ea=_0x2d27ea-0x109;let _0xd8e36a=_0x3d95d6[_0x2d27ea];return _0xd8e36a;},a16_0x2d27(_0xa3be00,_0x4bed47);}(function(_0x5d9f3a,_0x1b03d7){const _0x33792b=a16_0x2d27,_0xaa1d87=_0x5d9f3a();while(!![]){try{const _0x3dfefb=-parseInt(_0x33792b(0x117))/0x1+parseInt(_0x33792b(0x15a))/0x2+parseInt(_0x33792b(0x125))/0x3*(-parseInt(_0x33792b(0x16f))/0x4)+parseInt(_0x33792b(0x169))/0x5+parseInt(_0x33792b(0x132))/0x6+parseInt(_0x33792b(0x112))/0x7*(parseInt(_0x33792b(0x10b))/0x8)+parseInt(_0x33792b(0x115))/0x9;if(_0x3dfefb===_0x1b03d7)break;else _0xaa1d87['push'](_0xaa1d87['shift']());}catch(_0x2f1d63){_0xaa1d87['push'](_0xaa1d87['shift']());}}}(a16_0x3d95,0x52985));function a16_0x3d95(){const _0x2aacfe=['SpJEk','gySVR','jest-resolve','ghqvk','browserStackGlobals','split','__jestRetries','capabilities','jestConfig','BSTACK_DELTA','join','cleanupDrivers','isTrue','modifyCommand','node','failFast','__driversArray','builder','wByff','test','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','../../utils/constants','1072BaeFEt','sessionNameProvided','cleanup','errors','TbRUL','capability','../../../helpers/test-observability/requestQueueHandler','browserstackAgentV2','configuration','../../../helpers/logger','getInstance','failFastActive','__webdriver','SEFuS','sXixD','95360kfOZAr','resolveTestEnvironment','__drivers','testEnvironmentOptions','getTestEnvironment','default','4sMtpLx','isBrowserstackInfra','oZqfz','quit','HPgwE','deMMk','Builder','driver','test_start','skipSessionStatus','8pFVqRF','BSTACK_JEST_TEST_ENV','Error\x20in\x20fail-fast\x20test_done\x20handler:','jest-config','handleTestEvent','setup','testPath','4492558qvCHEL','cwd','browserstackPlatformIndex','1867554KiuUUh','retries__','504286jDBUCn','browserstackPercyBestPlatform','message','name','iZHym','__platformCaps','isNotUndefined','nestedKeyValue','MAOds','__timeout','uQwRt','../../../helpers/helper','GHRCt','skipSessionName','302355PwPEdP','mode','global','EyLca','winstonLogger','test_done','percyCaptureMode','failFastOptions','debug','__esModule','dxcKH','platformCaps','odSta','446832QhqMiP','\x20>\x20','uSode','env','info','../../../helpers/testhub/utils','ejFUF','teardown','NWYQi','shouldProcessEventForTesthub','onTestDone','buildName','ZlbWQ','projectConfig','browserStackPercyOptions','requireModule','jest-environment-node','percy'];a16_0x3d95=function(){return _0x2aacfe;};return a16_0x3d95();}const helper=require(a16_0x1c228c(0x122)),constants=require(a16_0x1c228c(0x159)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x1c228c(0x160)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a16_0x1c228c(0x137)),logger=require(a16_0x1c228c(0x163))[a16_0x1c228c(0x129)],getTestEnvironment=((()=>{const _0x396146=a16_0x1c228c,_0x26fc4d={};_0x26fc4d[_0x396146(0x147)]=_0x396146(0x146),_0x26fc4d[_0x396146(0x144)]=_0x396146(0x10e);const _0x11c730=_0x26fc4d;try{const _0x587156=helper[_0x396146(0x141)](_0x11c730[_0x396146(0x147)]);if(_0x587156[_0x396146(0x16a)])return _0x587156[_0x396146(0x16a)];const _0x213441=helper[_0x396146(0x141)](_0x11c730[_0x396146(0x144)]);if(_0x213441[_0x396146(0x16d)])return _0x213441[_0x396146(0x16d)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x492f43=a16_0x1c228c,_0x20204a={'odSta':function(_0x8a3166,_0x3a748d){return _0x8a3166(_0x3a748d);},'GHRCt':_0x492f43(0x152),'gzVLn':_0x492f43(0x142),'ItviK':function(_0x1d886c,_0xad87d3){return _0x1d886c(_0xad87d3);}},_0x30ec4f=_0x20204a[_0x492f43(0x131)](getTestEnvironment,{'rootDir':process[_0x492f43(0x113)](),'testEnvironment':process[_0x492f43(0x135)][_0x492f43(0x10c)]||_0x20204a[_0x492f43(0x123)]});if(!_0x30ec4f)return _0x20204a['odSta'](_interopRequireDefault,helper['requireModule'](_0x20204a['gzVLn']));return _0x20204a['ItviK'](_interopRequireDefault,helper[_0x492f43(0x141)](_0x30ec4f));})()),_seleniumWebdriver2=((()=>{const _0x304cb5=a16_0x1c228c,_0x2f6bc5={'wByff':function(_0x249635,_0x4662d7){return _0x249635(_0x4662d7);}};try{const _0x4d34c5=helper['requireSeleniumWebdriver']();return helper[_0x304cb5(0x151)](),_0x2f6bc5[_0x304cb5(0x156)](_interopRequireDefault,_0x4d34c5);}catch{return null;}})());function _interopRequireDefault(_0x539151){const _0x22876c=a16_0x1c228c;return _0x539151&&_0x539151[_0x22876c(0x12e)]?_0x539151:{'default':_0x539151};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x1c228c(0x16e)][a16_0x1c228c(0x175)]:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x1c228c(0x16e)]{constructor(_0x2a5c4d){const _0x273540=a16_0x1c228c,_0x36cc46={'NjmcC':_0x273540(0x172),'ejFUF':function(_0x5d07df,_0x4eb51b){return _0x5d07df+_0x4eb51b;},'oZqfz':'bstack:options','taeKw':function(_0x5f07f8,_0x26e973){return _0x5f07f8(_0x26e973);},'deMMk':'../../../helpers/test-orchestration/failfastManager','Ersav':'2|0|3|1|5|7|4|6','EyLca':function(_0x2fbd74,_0x5c5175){return _0x2fbd74(_0x5c5175);},'SEFuS':'../../../index','uQwRt':'testEnvironmentOptions','dxcKH':_0x273540(0x140),'bHvBW':_0x273540(0x143),'uSode':'browserstackPercyBestPlatform','QvNnT':'percyCaptureMode'};super(_0x2a5c4d),this['global'][_0x273540(0x120)]=0x0,this['configuration']={};!_0x2a5c4d[_0x273540(0x16c)]&&(_0x2a5c4d[_0x273540(0x16c)]={});if(helper[_0x273540(0x170)]()){_0x2a5c4d[_0x273540(0x16c)]=_0x2a5c4d[_0x273540(0x13f)]?_0x2a5c4d[_0x273540(0x13f)][_0x273540(0x16c)]:_0x2a5c4d[_0x273540(0x16c)];_seleniumWebdriver2&&(this[_0x273540(0x155)]=new _seleniumWebdriver2[(_0x273540(0x16e))]['Builder']());this[_0x273540(0x15f)]=_0x2a5c4d[_0x273540(0x13f)]?_0x2a5c4d[_0x273540(0x13f)][_0x273540(0x15f)]:_0x2a5c4d[_0x273540(0x15f)],this['global'][_0x273540(0x120)]=_0x36cc46[_0x273540(0x138)](_0x2a5c4d[_0x273540(0x16c)]['timeout__']||0x1388,constants[_0x273540(0x14d)]),this[_0x273540(0x12c)]=_0x2a5c4d[_0x273540(0x16c)][_0x273540(0x153)];if(this['failFastOptions']){const _0x54dfb1=this[_0x273540(0x15f)][_0x36cc46['oZqfz']]?.[_0x273540(0x13d)]||'',_0xd0e72e=this[_0x273540(0x15f)][_0x36cc46[_0x273540(0x171)]]?.['projectName']||'';this[_0x273540(0x153)]=new(_0x36cc46['taeKw'](require,_0x36cc46[_0x273540(0x174)]))(this['failFastOptions'],_0x54dfb1,_0xd0e72e),this[_0x273540(0x127)][_0x273540(0x165)]=![];}helper[_0x273540(0x11d)](_0x2a5c4d['testEnvironmentOptions']['retries__'])&&(this[_0x273540(0x127)][_0x273540(0x14a)]=_0x2a5c4d[_0x273540(0x16c)][_0x273540(0x116)]);}if(testhubUtils[_0x273540(0x13b)]()){const _0x361a84=new ObservabilityReporter();_0x361a84['registerListeners']();}this[_0x273540(0x127)][_0x273540(0x148)]={},this[_0x273540(0x162)]=_0x2a5c4d['testEnvironmentOptions'],this[_0x273540(0x162)]['framework']=constants['FRAMEWORKS']['JEST'],this[_0x273540(0x127)][_0x273540(0x114)]=(_0x2a5c4d['projectConfig']?_0x2a5c4d['projectConfig']['browserstackPlatformIndex']:_0x2a5c4d[_0x273540(0x114)])||0x0,this[_0x273540(0x127)][_0x273540(0x11c)]=this[_0x273540(0x162)]&&this[_0x273540(0x162)][_0x273540(0x130)]&&Array['isArray'](this[_0x273540(0x162)]['platformCaps'])&&this[_0x273540(0x162)]['platformCaps'][this['global']['browserstackPlatformIndex']]||{};const _0x47d61f=this['global'][_0x273540(0x114)],_0x16918f={...this[_0x273540(0x162)],'capability':this['configuration'][_0x273540(0x14b)]&&Array['isArray'](this[_0x273540(0x162)][_0x273540(0x14b)])&&this[_0x273540(0x162)]['capabilities'][_0x47d61f]||{},'platformCaps':this[_0x273540(0x162)][_0x273540(0x130)]&&Array['isArray'](this[_0x273540(0x162)][_0x273540(0x130)])&&this[_0x273540(0x162)]['platformCaps'][_0x47d61f]||{}};delete _0x16918f[_0x273540(0x14b)],this[_0x273540(0x127)][_0x273540(0x14c)]=_0x16918f;if(_seleniumWebdriver2){const _0x506da7=_0x36cc46['Ersav'][_0x273540(0x149)]('|');let _0x214e85=0x0;while(!![]){switch(_0x506da7[_0x214e85++]){case'0':this['global'][_0x273540(0x166)]=_0x36cc46[_0x273540(0x128)](require,_0x36cc46[_0x273540(0x167)])[_0x273540(0x161)]({...this[_0x273540(0x162)],'capability':this[_0x273540(0x15f)]||{}},this,testhubUtils[_0x273540(0x13b)]());continue;case'1':this['global'][_0x273540(0x143)]=helper[_0x273540(0x11e)](_0x2a5c4d,[_0x36cc46['uQwRt'],_0x36cc46['dxcKH'],_0x36cc46['bHvBW']]);continue;case'2':this[_0x273540(0x127)][_0x273540(0x16b)]=[];continue;case'3':this[_0x273540(0x127)][_0x273540(0x118)]=helper[_0x273540(0x11e)](_0x2a5c4d,[_0x36cc46['uQwRt'],_0x36cc46['dxcKH'],_0x36cc46[_0x273540(0x134)]]);continue;case'4':this['global']['__skipSessionStatus']=helper[_0x273540(0x150)](this[_0x273540(0x162)][_0x273540(0x10a)]);continue;case'5':this[_0x273540(0x127)][_0x273540(0x12b)]=helper['nestedKeyValue'](_0x2a5c4d,[_0x36cc46[_0x273540(0x121)],_0x36cc46[_0x273540(0x12f)],_0x36cc46['QvNnT']]);continue;case'6':this[_0x273540(0x127)][_0x273540(0x15c)]=async()=>{const _0x4c0096=_0x273540;await this[_0x4c0096(0x127)][_0x4c0096(0x176)]['quit'](_0x36cc46['NjmcC']);};continue;case'7':helper[_0x273540(0x150)](this[_0x273540(0x162)][_0x273540(0x124)])?this[_0x273540(0x127)][_0x273540(0x15b)]=!![]:this[_0x273540(0x127)][_0x273540(0x15b)]=![];continue;}break;}}}async[a16_0x1c228c(0x139)](){const _0x3b8a90=a16_0x1c228c;_seleniumWebdriver2&&(await helper[_0x3b8a90(0x14f)](this[_0x3b8a90(0x127)][_0x3b8a90(0x154)]),this[_0x3b8a90(0x127)][_0x3b8a90(0x166)][_0x3b8a90(0x175)]=originalBuilder),await RequestQueueHandler[_0x3b8a90(0x164)]()['shutdown']();}async[a16_0x1c228c(0x110)](){}async[a16_0x1c228c(0x10f)](_0x7103be,_0x1bb096){const _0x53d152=a16_0x1c228c,_0x490824={};_0x490824[_0x53d152(0x15e)]=function(_0x500e1a,_0x4d5734){return _0x500e1a===_0x4d5734;},_0x490824[_0x53d152(0x173)]=_0x53d152(0x109),_0x490824['NWYQi']='skip',_0x490824[_0x53d152(0x13e)]=_0x53d152(0x12a),_0x490824['MAOds']=_0x53d152(0x133),_0x490824[_0x53d152(0x11b)]=function(_0x371377,_0x3e7bd6){return _0x371377===_0x3e7bd6;},_0x490824[_0x53d152(0x145)]=_0x53d152(0x10d),_0x490824[_0x53d152(0x168)]='teardown';const _0x39a846=_0x490824,{name:_0x295848}=_0x7103be;if(_0x39a846['TbRUL'](_0x295848,_0x39a846[_0x53d152(0x173)])){this[_0x53d152(0x127)]['testContext']=_0x7103be['test'];if(_0x39a846['TbRUL'](this[_0x53d152(0x127)]['failFastActive'],!![])){const _0x5f376b=_0x7103be[_0x53d152(0x157)][_0x53d152(0x11a)];logger[_0x53d152(0x136)](_0x53d152(0x158)+_0x5f376b),_0x7103be[_0x53d152(0x157)][_0x53d152(0x126)]=_0x39a846[_0x53d152(0x13a)];}}if(this[_0x53d152(0x153)]&&_0x39a846['TbRUL'](_0x295848,_0x39a846[_0x53d152(0x13e)]))try{const _0x515607=_0x7103be[_0x53d152(0x157)][_0x53d152(0x111)][_0x53d152(0x14e)](_0x39a846[_0x53d152(0x11f)]),_0x35aad2=_0x7103be[_0x53d152(0x157)][_0x53d152(0x15d)];await this[_0x53d152(0x153)][_0x53d152(0x13c)](_0x515607,_0x35aad2);const _0x1bced3=await this[_0x53d152(0x153)]['shouldFailFast']();_0x39a846['TbRUL'](this[_0x53d152(0x127)][_0x53d152(0x165)],![])&&_0x39a846['iZHym'](_0x1bced3,!![])&&(this[_0x53d152(0x127)]['failFastActive']=!![]);}catch(_0x1e6aea){logger[_0x53d152(0x12d)](_0x39a846['gySVR'],_0x1e6aea[_0x53d152(0x119)]);}_0x39a846[_0x53d152(0x15e)](_0x295848,_0x39a846['sXixD'])&&(this[_0x53d152(0x153)]&&this['failFast']['cleanup']());}}module['exports']=CustomEnvironment;
1
+ const a16_0x98b809=a16_0x6a94;(function(_0x1fb4f1,_0x5a06a7){const _0x134e3b=a16_0x6a94,_0xa8caa8=_0x1fb4f1();while(!![]){try{const _0x2386ae=-parseInt(_0x134e3b(0xfd))/0x1+parseInt(_0x134e3b(0x121))/0x2*(-parseInt(_0x134e3b(0xf1))/0x3)+-parseInt(_0x134e3b(0x12d))/0x4*(parseInt(_0x134e3b(0x11a))/0x5)+parseInt(_0x134e3b(0x12b))/0x6+parseInt(_0x134e3b(0x104))/0x7*(parseInt(_0x134e3b(0x12f))/0x8)+-parseInt(_0x134e3b(0x129))/0x9+parseInt(_0x134e3b(0x108))/0xa;if(_0x2386ae===_0x5a06a7)break;else _0xa8caa8['push'](_0xa8caa8['shift']());}catch(_0x57034d){_0xa8caa8['push'](_0xa8caa8['shift']());}}}(a16_0x1e65,0x5f522));const helper=require(a16_0x98b809(0x13b)),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a16_0x98b809(0x154)),RequestQueueHandler=require(a16_0x98b809(0x11c)),ObservabilityReporter=require(a16_0x98b809(0xfc)),testhubUtils=require('../../../helpers/testhub/utils'),logger=require(a16_0x98b809(0x131))[a16_0x98b809(0x142)],getTestEnvironment=((()=>{const _0x3436f7=a16_0x98b809,_0x3f631c={};_0x3f631c[_0x3436f7(0x137)]='jest-resolve',_0x3f631c['hDwPq']=_0x3436f7(0x159);const _0x1df0c9=_0x3f631c;try{const _0x43fb25=helper[_0x3436f7(0x101)](_0x1df0c9[_0x3436f7(0x137)]);if(_0x43fb25['resolveTestEnvironment'])return _0x43fb25[_0x3436f7(0x115)];const _0x4f9212=helper['requireModule'](_0x1df0c9['hDwPq']);if(_0x4f9212['getTestEnvironment'])return _0x4f9212[_0x3436f7(0x15e)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x11a72f=a16_0x98b809,_0x19dc06={'NZAll':function(_0x3dc0a4,_0x55f457){return _0x3dc0a4(_0x55f457);},'PeiJB':_0x11a72f(0x14a),'cLkla':_0x11a72f(0x15a),'suSFU':function(_0x4d2a34,_0x5772d2){return _0x4d2a34(_0x5772d2);}},_0x3bc51f=_0x19dc06[_0x11a72f(0x12c)](getTestEnvironment,{'rootDir':process[_0x11a72f(0x141)](),'testEnvironment':process[_0x11a72f(0xf2)][_0x11a72f(0x10e)]||_0x19dc06['PeiJB']});if(!_0x3bc51f)return _0x19dc06[_0x11a72f(0x12c)](_interopRequireDefault,helper[_0x11a72f(0x101)](_0x19dc06['cLkla']));return _0x19dc06['suSFU'](_interopRequireDefault,helper['requireModule'](_0x3bc51f));})()),_seleniumWebdriver2=((()=>{const _0x3ee86b=a16_0x98b809,_0x42a506={'aSTnV':function(_0x2b6650,_0x2569bc){return _0x2b6650(_0x2569bc);}};try{const _0x46e719=helper[_0x3ee86b(0x138)]();return helper[_0x3ee86b(0x134)](),_0x42a506['aSTnV'](_interopRequireDefault,_0x46e719);}catch{return null;}})());function _interopRequireDefault(_0x4764fe){const _0x44fcc8=a16_0x98b809;return _0x4764fe&&_0x4764fe[_0x44fcc8(0x139)]?_0x4764fe:{'default':_0x4764fe};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x98b809(0x146)][a16_0x98b809(0x15c)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x466e94){const _0x4f8597=a16_0x98b809,_0x4eacc6={'LONvj':_0x4f8597(0x13a),'IrmKt':function(_0x284502,_0x43cf59){return _0x284502+_0x43cf59;},'eyDGF':'bstack:options','KKnIE':function(_0x3e6cb7,_0xced4ad){return _0x3e6cb7(_0xced4ad);},'QfXKn':_0x4f8597(0xf9),'zcknh':'6|0|7|1|4|2|5|3','SFeor':_0x4f8597(0x11e),'hzZqL':_0x4f8597(0x103),'HlFzz':'browserStackPercyOptions','ZcBNR':_0x4f8597(0xf8),'TEzjB':_0x4f8597(0x125),'DpzQK':_0x4f8597(0x110)};super(_0x466e94),this[_0x4f8597(0x12e)]['__timeout']=0x0,this[_0x4f8597(0x151)]={};!_0x466e94['testEnvironmentOptions']&&(_0x466e94['testEnvironmentOptions']={});if(helper[_0x4f8597(0x122)]()){_0x466e94[_0x4f8597(0x103)]=_0x466e94[_0x4f8597(0x130)]?_0x466e94['projectConfig'][_0x4f8597(0x103)]:_0x466e94[_0x4f8597(0x103)];_seleniumWebdriver2&&(this[_0x4f8597(0x140)]=new _seleniumWebdriver2[(_0x4f8597(0x146))]['Builder']());this['capability']=_0x466e94[_0x4f8597(0x130)]?_0x466e94[_0x4f8597(0x130)][_0x4f8597(0x132)]:_0x466e94[_0x4f8597(0x132)],this[_0x4f8597(0x12e)][_0x4f8597(0x114)]=_0x4eacc6[_0x4f8597(0x15d)](_0x466e94[_0x4f8597(0x103)][_0x4f8597(0x126)]||0x1388,constants[_0x4f8597(0x136)]),this[_0x4f8597(0x150)]=_0x466e94[_0x4f8597(0x103)][_0x4f8597(0x153)];if(this[_0x4f8597(0x150)]){const _0x51aba8=this[_0x4f8597(0x132)][_0x4eacc6[_0x4f8597(0x158)]]?.[_0x4f8597(0x13d)]||'',_0x4152b5=this[_0x4f8597(0x132)][_0x4eacc6['eyDGF']]?.['projectName']||'';this[_0x4f8597(0x153)]=new(_0x4eacc6[_0x4f8597(0x124)](require,_0x4eacc6['QfXKn']))(this['failFastOptions'],_0x51aba8,_0x4152b5),this[_0x4f8597(0x12e)][_0x4f8597(0x15f)]=![];}helper[_0x4f8597(0x143)](_0x466e94[_0x4f8597(0x103)][_0x4f8597(0x106)])&&(this[_0x4f8597(0x12e)]['__jestRetries']=_0x466e94[_0x4f8597(0x103)][_0x4f8597(0x106)]);}if(testhubUtils[_0x4f8597(0x11f)]()){const _0x227f24=new ObservabilityReporter();_0x227f24[_0x4f8597(0x14e)]();}this[_0x4f8597(0x12e)][_0x4f8597(0xf3)]={},this[_0x4f8597(0x151)]=_0x466e94[_0x4f8597(0x103)],this[_0x4f8597(0x151)]['framework']=constants[_0x4f8597(0x145)][_0x4f8597(0x10a)],this[_0x4f8597(0x12e)][_0x4f8597(0x155)]=(_0x466e94['projectConfig']?_0x466e94[_0x4f8597(0x130)][_0x4f8597(0x155)]:_0x466e94[_0x4f8597(0x155)])||0x0,this[_0x4f8597(0x12e)][_0x4f8597(0x100)]=this[_0x4f8597(0x151)]&&this[_0x4f8597(0x151)]['platformCaps']&&Array['isArray'](this[_0x4f8597(0x151)]['platformCaps'])&&this[_0x4f8597(0x151)]['platformCaps'][this['global']['browserstackPlatformIndex']]||{};const _0x248da5=this[_0x4f8597(0x12e)][_0x4f8597(0x155)],_0x1ab82d={...this[_0x4f8597(0x151)],'capability':this[_0x4f8597(0x151)]['capabilities']&&Array[_0x4f8597(0x120)](this[_0x4f8597(0x151)][_0x4f8597(0x102)])&&this[_0x4f8597(0x151)]['capabilities'][_0x248da5]||{},'platformCaps':this['configuration'][_0x4f8597(0xfe)]&&Array[_0x4f8597(0x120)](this[_0x4f8597(0x151)]['platformCaps'])&&this[_0x4f8597(0x151)][_0x4f8597(0xfe)][_0x248da5]||{}};delete _0x1ab82d[_0x4f8597(0x102)],this[_0x4f8597(0x12e)][_0x4f8597(0x13c)]=_0x1ab82d;if(_seleniumWebdriver2){const _0x48062f=_0x4eacc6['zcknh'][_0x4f8597(0xf6)]('|');let _0x5496ab=0x0;while(!![]){switch(_0x48062f[_0x5496ab++]){case'0':this[_0x4f8597(0x12e)]['__webdriver']=_0x4eacc6['KKnIE'](require,_0x4eacc6[_0x4f8597(0x112)])[_0x4f8597(0xf4)]({...this['configuration'],'capability':this['capability']||{}},this,testhubUtils[_0x4f8597(0x11f)]());continue;case'1':this[_0x4f8597(0x12e)]['percy']=helper['nestedKeyValue'](_0x466e94,[_0x4eacc6['hzZqL'],_0x4eacc6[_0x4f8597(0x14c)],_0x4eacc6['ZcBNR']]);continue;case'2':helper[_0x4f8597(0x105)](this['configuration']['skipSessionName'])?this[_0x4f8597(0x12e)][_0x4f8597(0x116)]=!![]:this[_0x4f8597(0x12e)][_0x4f8597(0x116)]=![];continue;case'3':this['global'][_0x4f8597(0x111)]=async()=>{const _0x4f1065=_0x4f8597;await this[_0x4f1065(0x12e)]['driver']['quit'](_0x4eacc6['LONvj']);};continue;case'4':this['global'][_0x4f8597(0x125)]=helper[_0x4f8597(0x118)](_0x466e94,[_0x4eacc6['hzZqL'],_0x4eacc6[_0x4f8597(0x14c)],_0x4eacc6[_0x4f8597(0x10f)]]);continue;case'5':this[_0x4f8597(0x12e)][_0x4f8597(0x13e)]=helper[_0x4f8597(0x105)](this['configuration'][_0x4f8597(0x107)]);continue;case'6':this[_0x4f8597(0x12e)][_0x4f8597(0x10d)]=[];continue;case'7':this[_0x4f8597(0x12e)][_0x4f8597(0x110)]=helper['nestedKeyValue'](_0x466e94,[_0x4eacc6[_0x4f8597(0x149)],_0x4eacc6[_0x4f8597(0x14c)],_0x4eacc6[_0x4f8597(0x113)]]);continue;}break;}}}async[a16_0x98b809(0x10b)](){const _0x4363ae=a16_0x98b809;_seleniumWebdriver2&&(await helper[_0x4363ae(0x152)](this['global'][_0x4363ae(0x15b)]),this['global']['__webdriver']['Builder']=originalBuilder),await RequestQueueHandler['getInstance']()['shutdown']();}async[a16_0x98b809(0xf5)](){}async['handleTestEvent'](_0x5ad2b2,_0x1ac266){const _0x15795a=a16_0x98b809,_0x41fc93={};_0x41fc93[_0x15795a(0x147)]=function(_0x2f6680,_0x2536a8){return _0x2f6680===_0x2536a8;},_0x41fc93[_0x15795a(0x12a)]=_0x15795a(0x148),_0x41fc93[_0x15795a(0x14b)]=function(_0x3c5040,_0x48460c){return _0x3c5040===_0x48460c;},_0x41fc93[_0x15795a(0x13f)]=_0x15795a(0xff),_0x41fc93[_0x15795a(0x11b)]=function(_0x47b186,_0x3b472f){return _0x47b186===_0x3b472f;},_0x41fc93[_0x15795a(0xfa)]=_0x15795a(0xfb),_0x41fc93[_0x15795a(0x135)]=_0x15795a(0x123),_0x41fc93[_0x15795a(0x128)]=function(_0xe75af3,_0x35ad75){return _0xe75af3===_0x35ad75;},_0x41fc93[_0x15795a(0x14d)]=_0x15795a(0x109),_0x41fc93[_0x15795a(0x11d)]=_0x15795a(0x10b);const _0x586997=_0x41fc93,{name:_0x58938d}=_0x5ad2b2;if(_0x586997['VysCX'](_0x58938d,_0x586997[_0x15795a(0x12a)])){this['global'][_0x15795a(0x117)]=_0x5ad2b2[_0x15795a(0x133)];if(_0x586997[_0x15795a(0x14b)](this[_0x15795a(0x12e)]['failFastActive'],!![])){const _0x28ebd7=_0x5ad2b2[_0x15795a(0x133)][_0x15795a(0x10c)];logger['info'](_0x15795a(0x157)+_0x28ebd7),_0x5ad2b2[_0x15795a(0x133)][_0x15795a(0x156)]=_0x586997[_0x15795a(0x13f)];}}if(this[_0x15795a(0x153)]&&_0x586997['tZSSy'](_0x58938d,_0x586997[_0x15795a(0xfa)]))try{const _0x2778cd=_0x5ad2b2['test']['testPath'][_0x15795a(0x144)](_0x586997[_0x15795a(0x135)]),_0x400e4d=_0x5ad2b2[_0x15795a(0x133)][_0x15795a(0x127)];await this['failFast'][_0x15795a(0x119)](_0x2778cd,_0x400e4d);const _0x44e859=await this['failFast'][_0x15795a(0xf7)]();_0x586997[_0x15795a(0x11b)](this['global'][_0x15795a(0x15f)],![])&&_0x586997[_0x15795a(0x128)](_0x44e859,!![])&&(this[_0x15795a(0x12e)][_0x15795a(0x15f)]=!![]);}catch(_0x5c4897){logger['debug'](_0x586997[_0x15795a(0x14d)],_0x5c4897[_0x15795a(0x14f)]);}_0x586997['VysCX'](_0x58938d,_0x586997[_0x15795a(0x11d)])&&(this[_0x15795a(0x153)]&&this[_0x15795a(0x153)][_0x15795a(0x111)]());}}function a16_0x1e65(){const _0xea422b=['capability','test','modifyCommand','NQUnw','BSTACK_DELTA','iGpge','requireSeleniumWebdriver','__esModule','quit','../../../helpers/helper','jestConfig','buildName','__skipSessionStatus','Lqfxs','builder','cwd','winstonLogger','isNotUndefined','join','FRAMEWORKS','default','VysCX','test_start','hzZqL','node','WpVvu','HlFzz','IATZg','registerListeners','message','failFastOptions','configuration','cleanupDrivers','failFast','../../../helpers/test-observability/utils','browserstackPlatformIndex','mode','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','eyDGF','jest-config','jest-environment-node','__driversArray','Builder','IrmKt','getTestEnvironment','failFastActive','51YRbojT','env','browserStackGlobals','browserstackAgentV2','setup','split','shouldFailFast','percy','../../../helpers/test-orchestration/failfastManager','bXzzr','test_done','../test-observability/obsReporter','69476okXQeu','platformCaps','skip','__platformCaps','requireModule','capabilities','testEnvironmentOptions','14dZEqmi','isTrue','retries__','skipSessionStatus','10986720FHqXJt','Error\x20in\x20fail-fast\x20test_done\x20handler:','JEST','teardown','name','__drivers','BSTACK_JEST_TEST_ENV','TEzjB','browserstackPercyBestPlatform','cleanup','SFeor','DpzQK','__timeout','resolveTestEnvironment','sessionNameProvided','testContext','nestedKeyValue','onTestDone','3694070AbzhAL','tZSSy','../../../helpers/test-observability/requestQueueHandler','oFTNb','../../../index','shouldProcessEventForTesthub','isArray','76688zjJhKO','isBrowserstackInfra','\x20>\x20','KKnIE','percyCaptureMode','timeout__','errors','TAdnP','5231322DiDxwY','WlcVb','4379880RFgUcS','NZAll','4AKteur','global','2412712axLxYA','projectConfig','../../../helpers/logger'];a16_0x1e65=function(){return _0xea422b;};return a16_0x1e65();}function a16_0x6a94(_0x2365f0,_0x1c51db){const _0x1e65cf=a16_0x1e65();return a16_0x6a94=function(_0x6a9432,_0x39595d){_0x6a9432=_0x6a9432-0xf1;let _0x1ea404=_0x1e65cf[_0x6a9432];return _0x1ea404;},a16_0x6a94(_0x2365f0,_0x1c51db);}module['exports']=CustomEnvironment;
@@ -1 +1 @@
1
- const a17_0x4180fb=a17_0x14d0;(function(_0x5dcf54,_0x582cd6){const _0x59e78d=a17_0x14d0,_0x1fc746=_0x5dcf54();while(!![]){try{const _0x1fb846=parseInt(_0x59e78d(0x220))/0x1*(-parseInt(_0x59e78d(0x20f))/0x2)+parseInt(_0x59e78d(0x235))/0x3*(parseInt(_0x59e78d(0x22b))/0x4)+-parseInt(_0x59e78d(0x23a))/0x5+parseInt(_0x59e78d(0x233))/0x6+-parseInt(_0x59e78d(0x21d))/0x7*(parseInt(_0x59e78d(0x215))/0x8)+-parseInt(_0x59e78d(0x221))/0x9+-parseInt(_0x59e78d(0x1fa))/0xa*(-parseInt(_0x59e78d(0x1ff))/0xb);if(_0x1fb846===_0x582cd6)break;else _0x1fc746['push'](_0x1fc746['shift']());}catch(_0xdf3034){_0x1fc746['push'](_0x1fc746['shift']());}}}(a17_0xc9f9,0x52aca));function a17_0xc9f9(){const _0x59a003=['ICYcr','ngJCY','../../../helpers/test-observability/requestQueueHandler','Qfvdw','77455ZPJScK','jest-circus/build/utils.js','KvBiO','1zbKXGG','4346199rcaUHy','xHhjT','EVENT','test_skip','registerListeners','type','EzEvN','sendTestRunEvent','markedStatus','toISOString','84vJbqzF','pid','EaRyH','addEventHandler','LMzaF','TCvoc','started_at','iEkAO','3740178xhYZaz','run_describe_finish','47163BlpBui','../../../helpers/test-observability/utils','setTestUUID','JJwdJ','cuLHI','457170FJDmqU','lvKgv','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','test_done','hook','shutdown','TestRunSkipped','forEach','tEWll','msUeL','getInstance','657980thHQaC','Kjkwu','yblGK','HookStarted','HookFinished','88TTryEY','jest-circus','hWrVj',':hookAnalyticsId','../test-observability/test-details','IOCkm','test_start','test','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','hook_start','unhandledErrors','hookAnalyticsId','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','includes','../../../helpers/testhub/utils','YtzjG','270748lStdGU','testStarted','gzvHc','beforeAll','EventHandler','hook_success','312jRKidY','jest-circus/build/state.js','HookRunFinished','tiNLq'];a17_0xc9f9=function(){return _0x59a003;};return a17_0xc9f9();}const {requireModule}=require('../../../helpers/helper'),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a17_0x4180fb(0x21b)),TestDetails=require(a17_0x4180fb(0x203)),{patchConsoleLogger,debug}=require(a17_0x4180fb(0x236)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a17_0x4180fb(0x20d)),testHubConstants=require('../../../helpers/testhub/constants'),exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js',a17_0x4180fb(0x200)),initInitialize=exportsI['initialize'];function a17_0x14d0(_0x3d21fa,_0xca2129){const _0xc9f976=a17_0xc9f9();return a17_0x14d0=function(_0x14d0f3,_0x472454){_0x14d0f3=_0x14d0f3-0x1f4;let _0x539ed3=_0xc9f976[_0x14d0f3];return _0x539ed3;},a17_0x14d0(_0x3d21fa,_0xca2129);}exportsI['initialize']=(..._0x36b58a)=>{const _0x182714=a17_0x4180fb,_0xade93a={'hWrVj':function(_0x314c54,_0x423fab,_0x498e3c){return _0x314c54(_0x423fab,_0x498e3c);},'ICYcr':_0x182714(0x21e),'dzNdh':_0x182714(0x200),'KvBiO':_0x182714(0x208),'ngJCY':function(_0x5cd9a2,_0x2af693){return _0x5cd9a2(_0x2af693);},'cuLHI':'HookRunStarted','tiNLq':_0x182714(0x214),'lvKgv':_0x182714(0x217),'wnaeH':'hook_failure','JJwdJ':_0x182714(0x212),'dTCac':'beforeEach','iEkAO':'afterEach','LMzaF':function(_0x1fb39f,_0x4fd80b){return _0x1fb39f>_0x4fd80b;},'YtzjG':_0x182714(0x205),'xHhjT':function(_0x2b1421){return _0x2b1421();},'EaRyH':_0x182714(0x23d),'TCvoc':function(_0xb56e64){return _0xb56e64();},'EzEvN':_0x182714(0x224),'IOCkm':_0x182714(0x1f5),'gzvHc':_0x182714(0x234),'YpXye':'teardown','yblGK':function(_0x101cae){return _0x101cae();},'msUeL':function(_0x428e32){return _0x428e32();},'Kjkwu':function(_0x2fe675,_0x6acdf8,_0x15ea67){return _0x2fe675(_0x6acdf8,_0x15ea67);},'Qfvdw':_0x182714(0x216),'uoRHv':_0x182714(0x213),'czoyJ':function(_0x264379,..._0x5d19f9){return _0x264379(..._0x5d19f9);}};try{const _0x27b1b2=new ObservabilityReporter();_0xade93a[_0x182714(0x222)](shouldProcessEventForTesthub)&&(_0xade93a[_0x182714(0x1fc)](patchConsoleLogger),_0x27b1b2[_0x182714(0x225)]()),_0xade93a[_0x182714(0x1f8)](shouldProcessEventForTesthub)&&_0xade93a[_0x182714(0x1fb)](requireModule,_0xade93a[_0x182714(0x21c)],_0xade93a['dzNdh'])[_0x182714(0x22e)](_0xade93a[_0x182714(0x201)](o11yErrorHandler,async(_0x6668bc,_0x21d5ec)=>{const _0x3944e8=_0x182714,_0x1d7ac8=_0xade93a['hWrVj'](requireModule,_0xade93a[_0x3944e8(0x219)],_0xade93a['dzNdh'])['makeSingleTestResult'];switch(_0x6668bc['name']){case _0xade93a[_0x3944e8(0x21f)]:if(_0xade93a[_0x3944e8(0x21a)](shouldProcessEventForTesthub,testHubConstants[_0x3944e8(0x223)][_0x3944e8(0x1fd)])){if(!_0x6668bc['hook'][_0x3944e8(0x20a)]){const _0x3b78b7=TestDetails[_0x3944e8(0x237)](process['pid']+_0x3944e8(0x202));_0x6668bc['hook'][_0x3944e8(0x20a)]=_0x3b78b7;}else _0x6668bc[_0x3944e8(0x23e)][_0x3944e8(0x229)]&&(_0x6668bc[_0x3944e8(0x23e)][_0x3944e8(0x20a)]=TestDetails[_0x3944e8(0x237)](process['pid']+_0x3944e8(0x202)),delete _0x6668bc[_0x3944e8(0x23e)][_0x3944e8(0x229)]);_0x6668bc[_0x3944e8(0x23e)][_0x3944e8(0x231)]=new Date()[_0x3944e8(0x22a)](),await _0x27b1b2['sendTestRunEvent'](_0x6668bc[_0x3944e8(0x23e)],undefined,![],_0xade93a[_0x3944e8(0x239)]);}break;case _0xade93a[_0x3944e8(0x218)]:_0xade93a['ngJCY'](shouldProcessEventForTesthub,testHubConstants[_0x3944e8(0x223)][_0x3944e8(0x1fe)])&&(await _0x27b1b2[_0x3944e8(0x228)](_0x6668bc['hook'],undefined,![],_0xade93a[_0x3944e8(0x23b)]),TestDetails['removeTestUUID'](process[_0x3944e8(0x22c)]+_0x3944e8(0x202)));break;case _0xade93a['wnaeH']:[_0xade93a[_0x3944e8(0x238)],_0xade93a['dTCac'],_0xade93a[_0x3944e8(0x232)]][_0x3944e8(0x20c)](_0x6668bc[_0x3944e8(0x23e)][_0x3944e8(0x226)])&&(_0x27b1b2['hook_failure']=_0x6668bc['hook'][_0x3944e8(0x226)]),_0x21d5ec[_0x3944e8(0x209)]&&_0xade93a[_0x3944e8(0x22f)](_0x21d5ec[_0x3944e8(0x209)]['length'],0x0)&&(_0x6668bc[_0x3944e8(0x23e)]['errorsDetailed']=[_0x21d5ec[_0x3944e8(0x209)][0x0][0x0]]);_0xade93a['ngJCY'](shouldProcessEventForTesthub,testHubConstants[_0x3944e8(0x223)][_0x3944e8(0x1fe)])&&(await _0x27b1b2[_0x3944e8(0x228)](_0x6668bc[_0x3944e8(0x23e)],undefined,![],_0xade93a[_0x3944e8(0x23b)]),TestDetails['removeTestUUID'](process['pid']+_0x3944e8(0x202)));break;case _0xade93a[_0x3944e8(0x20e)]:_0xade93a[_0x3944e8(0x222)](shouldProcessEventForTesthub)&&await _0x27b1b2[_0x3944e8(0x210)](_0x6668bc[_0x3944e8(0x206)]);break;case _0xade93a[_0x3944e8(0x22d)]:_0x6668bc[_0x3944e8(0x206)]={..._0xade93a[_0x3944e8(0x21a)](_0x1d7ac8,_0x6668bc[_0x3944e8(0x206)]),..._0x6668bc[_0x3944e8(0x206)]};_0xade93a[_0x3944e8(0x230)](shouldProcessEventForTesthub)&&(!_0x6668bc[_0x3944e8(0x206)][_0x3944e8(0x229)]&&(_0x6668bc['test'][_0x3944e8(0x229)]=!![],await _0x27b1b2[_0x3944e8(0x228)](_0x6668bc[_0x3944e8(0x206)])));break;case _0xade93a[_0x3944e8(0x227)]:_0x6668bc[_0x3944e8(0x206)]={..._0xade93a[_0x3944e8(0x21a)](_0x1d7ac8,_0x6668bc[_0x3944e8(0x206)]),..._0x6668bc[_0x3944e8(0x206)]};_0xade93a[_0x3944e8(0x222)](shouldProcessEventForTesthub)&&(!_0x6668bc[_0x3944e8(0x206)][_0x3944e8(0x229)]&&(_0x6668bc[_0x3944e8(0x206)][_0x3944e8(0x229)]=!![],await _0x27b1b2['sendTestRunEvent'](_0x6668bc[_0x3944e8(0x206)],undefined,![],_0xade93a[_0x3944e8(0x204)])));break;case _0xade93a[_0x3944e8(0x211)]:_0x27b1b2['hook_failure']=null;break;case _0xade93a['YpXye']:await RequestQueueHandler[_0x3944e8(0x1f9)]()[_0x3944e8(0x1f4)](),process['removeAllListeners']();break;default:}},_0xade93a['uoRHv']));}catch(_0x3d40ef){_0xade93a['ngJCY'](debug,_0x182714(0x23c)+_0x3d40ef);}return _0xade93a['czoyJ'](initInitialize,..._0x36b58a);};try{Object['keys'](exportsI)[a17_0x4180fb(0x1f6)](_0x2ba1d0=>{const _0x247711=a17_0x4180fb,_0x54ea02={'tEWll':function(_0x4b3516,_0x4d7102){return _0x4b3516(_0x4d7102);}};try{exports&&(exports[_0x2ba1d0]=exportsI[_0x2ba1d0]);}catch(_0x474ace){_0x54ea02[_0x247711(0x1f7)](debug,_0x247711(0x20b)+_0x474ace);}});}catch(a17_0x11229e){debug(a17_0x4180fb(0x207)+a17_0x11229e);}
1
+ const a17_0x2e8f01=a17_0x2254;function a17_0x2254(_0x3d0054,_0x14ebb8){const _0x49cc49=a17_0x49cc();return a17_0x2254=function(_0x2254a5,_0x440fdb){_0x2254a5=_0x2254a5-0x157;let _0x31da9b=_0x49cc49[_0x2254a5];return _0x31da9b;},a17_0x2254(_0x3d0054,_0x14ebb8);}(function(_0x4a6871,_0x28d05e){const _0x473abf=a17_0x2254,_0x301cca=_0x4a6871();while(!![]){try{const _0x3f7e20=-parseInt(_0x473abf(0x168))/0x1*(parseInt(_0x473abf(0x170))/0x2)+parseInt(_0x473abf(0x177))/0x3+parseInt(_0x473abf(0x184))/0x4+-parseInt(_0x473abf(0x16c))/0x5*(parseInt(_0x473abf(0x160))/0x6)+parseInt(_0x473abf(0x17a))/0x7+parseInt(_0x473abf(0x18a))/0x8*(parseInt(_0x473abf(0x169))/0x9)+-parseInt(_0x473abf(0x15b))/0xa*(parseInt(_0x473abf(0x196))/0xb);if(_0x3f7e20===_0x28d05e)break;else _0x301cca['push'](_0x301cca['shift']());}catch(_0x4968bd){_0x301cca['push'](_0x301cca['shift']());}}}(a17_0x49cc,0x43422));const {requireModule}=require(a17_0x2e8f01(0x15d)),ObservabilityReporter=require(a17_0x2e8f01(0x173)),RequestQueueHandler=require(a17_0x2e8f01(0x18f)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a17_0x2e8f01(0x176)),{o11yErrorHandler}=require(a17_0x2e8f01(0x197)),{shouldProcessEventForTesthub}=require(a17_0x2e8f01(0x16f)),testHubConstants=require(a17_0x2e8f01(0x159)),exportsI=requireModule(a17_0x2e8f01(0x186),a17_0x2e8f01(0x15f)),initInitialize=exportsI[a17_0x2e8f01(0x1a0)];exportsI['initialize']=(..._0x2f4f05)=>{const _0x440ac0=a17_0x2e8f01,_0x878a70={'cqaFe':function(_0x2e672d,_0xcf2a7f,_0x27a55c){return _0x2e672d(_0xcf2a7f,_0x27a55c);},'tVNdB':_0x440ac0(0x16a),'trbgH':_0x440ac0(0x15f),'NVRQJ':_0x440ac0(0x191),'kQLJK':function(_0xb925cd,_0x4241c9){return _0xb925cd(_0x4241c9);},'Xgjbj':_0x440ac0(0x19a),'vAvmE':'hook_success','VjOGo':function(_0x4e0c43,_0x2dce68){return _0x4e0c43(_0x2dce68);},'gKSUX':_0x440ac0(0x171),'hOzBc':_0x440ac0(0x181),'oEDgO':_0x440ac0(0x15e),'qVHOD':'beforeEach','GRmqp':_0x440ac0(0x1a7),'hBRXU':function(_0x1ee4bc,_0x28d043){return _0x1ee4bc>_0x28d043;},'MzqTJ':_0x440ac0(0x15a),'pzwCq':function(_0x3506bf){return _0x3506bf();},'MxWWh':'test_done','hVAqj':'test_skip','aNxot':_0x440ac0(0x19e),'xGmTY':'run_describe_finish','drvfj':_0x440ac0(0x189),'PSeqP':function(_0x1cd1d3){return _0x1cd1d3();},'EaZYb':function(_0x594ef9){return _0x594ef9();},'ILasi':function(_0x4e5642,_0x2bee1c,_0x1653cd){return _0x4e5642(_0x2bee1c,_0x1653cd);},'wqCxa':_0x440ac0(0x199),'waEET':function(_0x426ddd,_0x301cc3,_0x2da768){return _0x426ddd(_0x301cc3,_0x2da768);},'uhMPG':_0x440ac0(0x187),'xOihB':function(_0x3eb18a,_0x126999){return _0x3eb18a(_0x126999);}};try{const _0x9d07c3=new ObservabilityReporter();_0x878a70['PSeqP'](shouldProcessEventForTesthub)&&(_0x878a70[_0x440ac0(0x1a6)](patchConsoleLogger),_0x9d07c3[_0x440ac0(0x178)]()),_0x878a70[_0x440ac0(0x158)](shouldProcessEventForTesthub)&&_0x878a70[_0x440ac0(0x1a5)](requireModule,_0x878a70['wqCxa'],_0x878a70[_0x440ac0(0x19d)])[_0x440ac0(0x17b)](_0x878a70[_0x440ac0(0x165)](o11yErrorHandler,async(_0x181515,_0x4f0a03)=>{const _0x3799af=_0x440ac0,_0xf6687b=_0x878a70[_0x3799af(0x1a3)](requireModule,_0x878a70[_0x3799af(0x185)],_0x878a70['trbgH'])[_0x3799af(0x157)];switch(_0x181515['name']){case _0x878a70['NVRQJ']:if(_0x878a70[_0x3799af(0x179)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x3799af(0x1a4)])){if(!_0x181515['hook']['hookAnalyticsId']){const _0xb888a2=TestDetails[_0x3799af(0x174)](process['pid']+_0x3799af(0x17f));_0x181515[_0x3799af(0x1a1)][_0x3799af(0x19f)]=_0xb888a2;}else _0x181515[_0x3799af(0x1a1)][_0x3799af(0x17e)]&&(_0x181515[_0x3799af(0x1a1)][_0x3799af(0x19f)]=TestDetails[_0x3799af(0x174)](process[_0x3799af(0x18d)]+':hookAnalyticsId'),delete _0x181515['hook'][_0x3799af(0x17e)]);_0x181515[_0x3799af(0x1a1)][_0x3799af(0x17c)]=new Date()[_0x3799af(0x16d)](),await _0x9d07c3['sendTestRunEvent'](_0x181515[_0x3799af(0x1a1)],undefined,![],_0x878a70['Xgjbj']);}break;case _0x878a70[_0x3799af(0x175)]:_0x878a70[_0x3799af(0x161)](shouldProcessEventForTesthub,testHubConstants[_0x3799af(0x18b)][_0x3799af(0x192)])&&(await _0x9d07c3['sendTestRunEvent'](_0x181515[_0x3799af(0x1a1)],undefined,![],_0x878a70[_0x3799af(0x188)]),TestDetails[_0x3799af(0x17d)](process[_0x3799af(0x18d)]+':hookAnalyticsId'));break;case _0x878a70[_0x3799af(0x16b)]:[_0x878a70['oEDgO'],_0x878a70[_0x3799af(0x162)],_0x878a70[_0x3799af(0x180)]][_0x3799af(0x182)](_0x181515[_0x3799af(0x1a1)][_0x3799af(0x18e)])&&(_0x9d07c3[_0x3799af(0x181)]=_0x181515[_0x3799af(0x1a1)][_0x3799af(0x18e)]),_0x4f0a03[_0x3799af(0x1a2)]&&_0x878a70[_0x3799af(0x198)](_0x4f0a03[_0x3799af(0x1a2)][_0x3799af(0x166)],0x0)&&(_0x181515[_0x3799af(0x1a1)][_0x3799af(0x16e)]=[_0x4f0a03[_0x3799af(0x1a2)][0x0][0x0]]);_0x878a70[_0x3799af(0x161)](shouldProcessEventForTesthub,testHubConstants[_0x3799af(0x18b)][_0x3799af(0x192)])&&(await _0x9d07c3[_0x3799af(0x193)](_0x181515[_0x3799af(0x1a1)],undefined,![],_0x878a70[_0x3799af(0x188)]),TestDetails[_0x3799af(0x17d)](process[_0x3799af(0x18d)]+':hookAnalyticsId'));break;case _0x878a70['MzqTJ']:_0x878a70[_0x3799af(0x195)](shouldProcessEventForTesthub)&&await _0x9d07c3[_0x3799af(0x183)](_0x181515[_0x3799af(0x15c)]);break;case _0x878a70['MxWWh']:_0x181515[_0x3799af(0x15c)]={..._0x878a70['kQLJK'](_0xf6687b,_0x181515[_0x3799af(0x15c)]),..._0x181515[_0x3799af(0x15c)]};_0x878a70['pzwCq'](shouldProcessEventForTesthub)&&(!_0x181515[_0x3799af(0x15c)][_0x3799af(0x17e)]&&(_0x181515[_0x3799af(0x15c)][_0x3799af(0x17e)]=!![],await _0x9d07c3[_0x3799af(0x193)](_0x181515[_0x3799af(0x15c)])));break;case _0x878a70[_0x3799af(0x194)]:_0x181515[_0x3799af(0x15c)]={..._0x878a70[_0x3799af(0x161)](_0xf6687b,_0x181515[_0x3799af(0x15c)]),..._0x181515['test']};_0x878a70[_0x3799af(0x195)](shouldProcessEventForTesthub)&&(!_0x181515[_0x3799af(0x15c)][_0x3799af(0x17e)]&&(_0x181515[_0x3799af(0x15c)][_0x3799af(0x17e)]=!![],await _0x9d07c3[_0x3799af(0x193)](_0x181515['test'],undefined,![],_0x878a70[_0x3799af(0x167)])));break;case _0x878a70[_0x3799af(0x190)]:_0x9d07c3[_0x3799af(0x181)]=null;break;case _0x878a70['drvfj']:await RequestQueueHandler['getInstance']()[_0x3799af(0x19c)](),process['removeAllListeners']();break;default:}},_0x878a70[_0x440ac0(0x163)]));}catch(_0x3d3c89){_0x878a70[_0x440ac0(0x164)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x3d3c89);}return _0x878a70[_0x440ac0(0x161)](initInitialize,..._0x2f4f05);};try{Object[a17_0x2e8f01(0x172)](exportsI)['forEach'](_0x20ce0b=>{const _0x2ebc3d=a17_0x2e8f01,_0x568251={'UpqAT':function(_0x1f9535,_0x4a43b6){return _0x1f9535(_0x4a43b6);}};try{exports&&(exports[_0x20ce0b]=exportsI[_0x20ce0b]);}catch(_0x5e2be5){_0x568251['UpqAT'](debug,_0x2ebc3d(0x18c)+_0x5e2be5);}});}catch(a17_0xbec227){debug(a17_0x2e8f01(0x19b)+a17_0xbec227);}function a17_0x49cc(){const _0x19ff20=[':hookAnalyticsId','GRmqp','hook_failure','includes','testStarted','133960LARJOa','tVNdB','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','EventHandler','gKSUX','teardown','3652024PyFshd','EVENT','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','pid','type','../../../helpers/test-observability/requestQueueHandler','xGmTY','hook_start','HookFinished','sendTestRunEvent','hVAqj','pzwCq','11ZavyOz','../../../helpers/test-observability/error-handler','hBRXU','jest-circus/build/state.js','HookRunStarted','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','shutdown','trbgH','TestRunSkipped','hookAnalyticsId','initialize','hook','unhandledErrors','cqaFe','HookStarted','ILasi','PSeqP','afterEach','makeSingleTestResult','EaZYb','../../../helpers/testhub/constants','test_start','2806270kZNvTM','test','../../../helpers/helper','beforeAll','jest-circus','2332500XWsAxn','VjOGo','qVHOD','uhMPG','xOihB','waEET','length','aNxot','1FgxWRz','9SNNqkF','jest-circus/build/utils.js','hOzBc','5xOLJdu','toISOString','errorsDetailed','../../../helpers/testhub/utils','411634yAJSYW','HookRunFinished','keys','../test-observability/obsReporter','setTestUUID','vAvmE','../../../helpers/test-observability/utils','1537887Rbbxet','registerListeners','kQLJK','1036434ugkLQk','addEventHandler','started_at','removeTestUUID','markedStatus'];a17_0x49cc=function(){return _0x19ff20;};return a17_0x49cc();}
@@ -1 +1 @@
1
- const a18_0x46102a=a18_0x4475;(function(_0x401f6e,_0x3b9498){const _0x2e6c4f=a18_0x4475,_0x550699=_0x401f6e();while(!![]){try{const _0xd131a0=-parseInt(_0x2e6c4f(0x154))/0x1+-parseInt(_0x2e6c4f(0x159))/0x2*(-parseInt(_0x2e6c4f(0x15c))/0x3)+parseInt(_0x2e6c4f(0x15e))/0x4+-parseInt(_0x2e6c4f(0x15b))/0x5+-parseInt(_0x2e6c4f(0x15d))/0x6*(parseInt(_0x2e6c4f(0x155))/0x7)+parseInt(_0x2e6c4f(0x156))/0x8*(parseInt(_0x2e6c4f(0x15f))/0x9)+parseInt(_0x2e6c4f(0x158))/0xa;if(_0xd131a0===_0x3b9498)break;else _0x550699['push'](_0x550699['shift']());}catch(_0x101412){_0x550699['push'](_0x550699['shift']());}}}(a18_0x16e1,0xe826c));const Sequencer=require('@jest/test-sequencer')[a18_0x46102a(0x157)];function a18_0x16e1(){const _0x33814a=['14BcXKhX','266232euLguM','default','5343130xlDhJs','14AgEtpy','includes','5824560ZVydnG','764343hkHsbN','1199118DyRmCA','493580kIZHBN','81htLBTb','get','map','filter','sort','225176JOrQpD'];a18_0x16e1=function(){return _0x33814a;};return a18_0x16e1();}class CustomSequencer extends Sequencer{[a18_0x46102a(0x153)](_0xea6e16){const _0x597370=a18_0x46102a,_0x394b12=process['env']['JEST_TEST_ORDER'];if(!_0x394b12)return _0xea6e16;const _0x487b75=_0x394b12['split'](','),_0x131800=new Map(_0xea6e16[_0x597370(0x152)](_0x4cecac=>_0x487b75[_0x597370(0x15a)](_0x4cecac['path']))[_0x597370(0x151)](_0x3e26b4=>[_0x3e26b4['path'],_0x3e26b4]));return _0x487b75[_0x597370(0x151)](_0x25e952=>_0x131800[_0x597370(0x150)](_0x25e952))[_0x597370(0x152)](Boolean);}}function a18_0x4475(_0xe7b52e,_0x387d3e){const _0x16e1eb=a18_0x16e1();return a18_0x4475=function(_0x44751e,_0x16be9a){_0x44751e=_0x44751e-0x150;let _0x13b504=_0x16e1eb[_0x44751e];return _0x13b504;},a18_0x4475(_0xe7b52e,_0x387d3e);}module['exports']=CustomSequencer;
1
+ const a18_0x4df9d6=a18_0x2442;function a18_0x5ab7(){const _0x1eb456=['env','59505ccNkyg','filter','646708NgtNWI','split','5caqDRO','1414328NbNfBh','path','48BujTBd','JEST_TEST_ORDER','298515mBAJDn','1304FJTaPX','@jest/test-sequencer','default','14787BDuQRE','map','117300uWTyVY','365483eJJlug','includes','704YGQfHB','get'];a18_0x5ab7=function(){return _0x1eb456;};return a18_0x5ab7();}(function(_0x420f61,_0x2781a2){const _0x11027b=a18_0x2442,_0x51f95f=_0x420f61();while(!![]){try{const _0x521f46=-parseInt(_0x11027b(0xa8))/0x1+parseInt(_0x11027b(0x9a))/0x2+-parseInt(_0x11027b(0x98))/0x3+parseInt(_0x11027b(0x9d))/0x4*(-parseInt(_0x11027b(0x9c))/0x5)+parseInt(_0x11027b(0x9f))/0x6*(-parseInt(_0x11027b(0xa1))/0x7)+-parseInt(_0x11027b(0xa2))/0x8*(-parseInt(_0x11027b(0xa5))/0x9)+-parseInt(_0x11027b(0xa7))/0xa*(-parseInt(_0x11027b(0xaa))/0xb);if(_0x521f46===_0x2781a2)break;else _0x51f95f['push'](_0x51f95f['shift']());}catch(_0x5a287d){_0x51f95f['push'](_0x51f95f['shift']());}}}(a18_0x5ab7,0x3febf));const Sequencer=require(a18_0x4df9d6(0xa3))[a18_0x4df9d6(0xa4)];class CustomSequencer extends Sequencer{['sort'](_0x357d59){const _0x115036=a18_0x4df9d6,_0x4f2c71=process[_0x115036(0x97)][_0x115036(0xa0)];if(!_0x4f2c71)return _0x357d59;const _0x5c9a11=_0x4f2c71[_0x115036(0x9b)](','),_0x2e62e3=new Map(_0x357d59[_0x115036(0x99)](_0x5a39eb=>_0x5c9a11[_0x115036(0xa9)](_0x5a39eb['path']))['map'](_0x581146=>[_0x581146[_0x115036(0x9e)],_0x581146]));return _0x5c9a11[_0x115036(0xa6)](_0x1dbf6b=>_0x2e62e3[_0x115036(0xab)](_0x1dbf6b))[_0x115036(0x99)](Boolean);}}function a18_0x2442(_0x27af44,_0x1e4c49){const _0x5ab78c=a18_0x5ab7();return a18_0x2442=function(_0x2442fc,_0xc17574){_0x2442fc=_0x2442fc-0x97;let _0x2b09ff=_0x5ab78c[_0x2442fc];return _0x2b09ff;},a18_0x2442(_0x27af44,_0x1e4c49);}module['exports']=CustomSequencer;
@@ -1 +1 @@
1
- 'use strict';const a19_0x1c9179=a19_0x2919;(function(_0x140b88,_0x352ef2){const _0x4e8c94=a19_0x2919,_0x32cefc=_0x140b88();while(!![]){try{const _0x543bd8=-parseInt(_0x4e8c94(0x102))/0x1*(-parseInt(_0x4e8c94(0xf5))/0x2)+-parseInt(_0x4e8c94(0x101))/0x3+-parseInt(_0x4e8c94(0x10f))/0x4*(parseInt(_0x4e8c94(0xff))/0x5)+parseInt(_0x4e8c94(0xfa))/0x6+-parseInt(_0x4e8c94(0x110))/0x7+-parseInt(_0x4e8c94(0x104))/0x8+parseInt(_0x4e8c94(0x103))/0x9;if(_0x543bd8===_0x352ef2)break;else _0x32cefc['push'](_0x32cefc['shift']());}catch(_0x3ec102){_0x32cefc['push'](_0x32cefc['shift']());}}}(a19_0x545f,0xed301));function a19_0x2919(_0x1ceca9,_0x54145a){const _0x545fa4=a19_0x545f();return a19_0x2919=function(_0x291949,_0x3f2f42){_0x291949=_0x291949-0xf5;let _0x1a86b7=_0x545fa4[_0x291949];return _0x1a86b7;},a19_0x2919(_0x1ceca9,_0x54145a);}const {requireModule,isBrowserstackInfra}=require('../../../helpers/helper'),a19_0x467922={};function a19_0x545f(){const _0x335bf8=['length','config','ECKYj','XZoql','PxRWI','context','push','4964fgZnHu','9232678YLiZuc','JsXYj','jest-runner','52kaFJkn','testEnvironmentOptions','serial__','capabilities','_globalConfig','5353938LlshXB','runTests','wklOI','__esModule','serial','2795TBjSVX','slice','5705625djRWAC','33975dcBBLQ','32001777CfxVdG','3562856NwUIcZ','freeze','defineProperty','default'];a19_0x545f=function(){return _0x335bf8;};return a19_0x545f();}a19_0x467922['value']=!![],Object[a19_0x1c9179(0x106)](exports,a19_0x1c9179(0xfd),a19_0x467922),exports[a19_0x1c9179(0x107)]=void 0x0;function _interopRequireDefault(_0x188a82){const _0x24baf9=a19_0x1c9179;return _0x188a82&&_0x188a82[_0x24baf9(0xfd)]?_0x188a82:{'default':_0x188a82};}const JestRunner=_interopRequireDefault(requireModule(a19_0x1c9179(0x112)))[a19_0x1c9179(0x107)];class TestRunner extends JestRunner{constructor(..._0x1b3557){super(..._0x1b3557);}[a19_0x1c9179(0xfb)](..._0xedcd2e){const _0x3d35e7=a19_0x1c9179,_0x477ada={'wklOI':function(_0x4354ab){return _0x4354ab();},'PxRWI':function(_0x4e7d95,_0x2391a8){return _0x4e7d95-_0x2391a8;},'WkVYs':function(_0x5a9ba8,_0x52f7e3){return _0x5a9ba8*_0x52f7e3;},'ECKYj':function(_0xc6b7ed,_0x36f810){return _0xc6b7ed===_0x36f810;},'JsXYj':'false','XZoql':function(_0x3b2fbf,_0x12aa2a){return _0x3b2fbf<_0x12aa2a;}};if(!_0x477ada[_0x3d35e7(0xfc)](isBrowserstackInfra))return super['runTests'](..._0xedcd2e);const _0x38af1b=_0xedcd2e[0x0],_0x7cadff=_0xedcd2e[_0x477ada[_0x3d35e7(0x10c)](_0xedcd2e[_0x3d35e7(0x108)],0x1)],_0x300eca=_0x38af1b[0x0][_0x3d35e7(0x10d)][_0x3d35e7(0x109)]['testEnvironmentOptions'][_0x3d35e7(0xf8)],_0x564840=_0x38af1b[0x0][_0x3d35e7(0x10d)][_0x3d35e7(0x109)][_0x3d35e7(0xf6)]['parallels__'];_0x564840&&(this[_0x3d35e7(0xf9)]=Object[_0x3d35e7(0x105)]({...this[_0x3d35e7(0xf9)],'maxWorkers':_0x477ada['WkVYs'](_0x564840,_0x300eca['length'])}));_0x477ada[_0x3d35e7(0x10a)](_0x38af1b[0x0][_0x3d35e7(0x10d)][_0x3d35e7(0x109)]['testEnvironmentOptions'][_0x3d35e7(0xf7)],_0x477ada[_0x3d35e7(0x111)])&&(_0x7cadff&&(_0x7cadff[_0x3d35e7(0xfe)]=![]));const _0x8661e6=[];for(let _0x3aea47=0x0;_0x477ada[_0x3d35e7(0x10b)](_0x3aea47,_0x38af1b[_0x3d35e7(0x108)]);_0x3aea47++){const _0x2d5b23=[];_0x300eca['forEach']((_0x475330,_0x26b7dc)=>{const _0x154f87=_0x3d35e7,_0x509991={..._0x38af1b[_0x3aea47]},_0x43f73a=_0x509991;_0x43f73a[_0x154f87(0x10d)]=Object['freeze']({..._0x43f73a[_0x154f87(0x10d)],'config':{..._0x43f73a[_0x154f87(0x10d)][_0x154f87(0x109)],'capability':_0x475330,'browserstackPlatformIndex':_0x26b7dc}}),_0x2d5b23[_0x154f87(0x10e)](_0x43f73a);}),_0x8661e6[_0x3d35e7(0x10e)](..._0x2d5b23);}return super[_0x3d35e7(0xfb)](_0x8661e6,..._0xedcd2e[_0x3d35e7(0x100)](0x1));}}module['exports']=TestRunner;
1
+ 'use strict';const a19_0x45adae=a19_0x10fb;(function(_0x15866f,_0x46f965){const _0xf5f44f=a19_0x10fb,_0x34cc25=_0x15866f();while(!![]){try{const _0x285b91=parseInt(_0xf5f44f(0x175))/0x1*(-parseInt(_0xf5f44f(0x184))/0x2)+-parseInt(_0xf5f44f(0x17a))/0x3+parseInt(_0xf5f44f(0x179))/0x4*(-parseInt(_0xf5f44f(0x177))/0x5)+-parseInt(_0xf5f44f(0x167))/0x6+parseInt(_0xf5f44f(0x170))/0x7+-parseInt(_0xf5f44f(0x168))/0x8+parseInt(_0xf5f44f(0x178))/0x9;if(_0x285b91===_0x46f965)break;else _0x34cc25['push'](_0x34cc25['shift']());}catch(_0x513856){_0x34cc25['push'](_0x34cc25['shift']());}}}(a19_0x24f0,0x73cc6));const {requireModule,isBrowserstackInfra}=require(a19_0x45adae(0x166)),a19_0x3f586a={};function a19_0x10fb(_0x5de3a0,_0x368f6e){const _0x24f090=a19_0x24f0();return a19_0x10fb=function(_0x10fbe7,_0x59f601){_0x10fbe7=_0x10fbe7-0x166;let _0xfe3c4a=_0x24f090[_0x10fbe7];return _0xfe3c4a;},a19_0x10fb(_0x5de3a0,_0x368f6e);}function a19_0x24f0(){const _0x12b10a=['default','NEWek','_globalConfig','capabilities','__esModule','length','serial__','push','515978VOsfME','../../../helpers/helper','764724tmUHpn','7539896meYMNO','Frnht','slice','jest-runner','testEnvironmentOptions','config','freeze','defineProperty','807660cIpjYH','CkaCj','forEach','serial','runTests','3SdUmDB','zDvcJ','1255paQvLJ','28673478dFhwks','5516cVPiig','1910925fQYywd','context'];a19_0x24f0=function(){return _0x12b10a;};return a19_0x24f0();}a19_0x3f586a['value']=!![],Object[a19_0x45adae(0x16f)](exports,a19_0x45adae(0x180),a19_0x3f586a),exports['default']=void 0x0;function _interopRequireDefault(_0x5ee98e){return _0x5ee98e&&_0x5ee98e['__esModule']?_0x5ee98e:{'default':_0x5ee98e};}const JestRunner=_interopRequireDefault(requireModule(a19_0x45adae(0x16b)))[a19_0x45adae(0x17c)];class TestRunner extends JestRunner{constructor(..._0x4a6df0){super(..._0x4a6df0);}[a19_0x45adae(0x174)](..._0x51949f){const _0x5a2922=a19_0x45adae,_0x21572a={'zDvcJ':function(_0x299cec){return _0x299cec();},'Frnht':function(_0x4e1aee,_0x3a307f){return _0x4e1aee-_0x3a307f;},'CkaCj':function(_0x58e982,_0x5c0f1e){return _0x58e982*_0x5c0f1e;},'ngqtn':function(_0x52f717,_0x37b92c){return _0x52f717===_0x37b92c;},'NEWek':'false','qmVNM':function(_0xd8c800,_0x512f14){return _0xd8c800<_0x512f14;}};if(!_0x21572a[_0x5a2922(0x176)](isBrowserstackInfra))return super['runTests'](..._0x51949f);const _0x785763=_0x51949f[0x0],_0x168a94=_0x51949f[_0x21572a[_0x5a2922(0x169)](_0x51949f[_0x5a2922(0x181)],0x1)],_0x526fda=_0x785763[0x0][_0x5a2922(0x17b)][_0x5a2922(0x16d)][_0x5a2922(0x16c)][_0x5a2922(0x17f)],_0x589b31=_0x785763[0x0][_0x5a2922(0x17b)]['config'][_0x5a2922(0x16c)]['parallels__'];_0x589b31&&(this[_0x5a2922(0x17e)]=Object['freeze']({...this[_0x5a2922(0x17e)],'maxWorkers':_0x21572a[_0x5a2922(0x171)](_0x589b31,_0x526fda['length'])}));_0x21572a['ngqtn'](_0x785763[0x0][_0x5a2922(0x17b)][_0x5a2922(0x16d)][_0x5a2922(0x16c)][_0x5a2922(0x182)],_0x21572a[_0x5a2922(0x17d)])&&(_0x168a94&&(_0x168a94[_0x5a2922(0x173)]=![]));const _0x228838=[];for(let _0x1d6f4d=0x0;_0x21572a['qmVNM'](_0x1d6f4d,_0x785763['length']);_0x1d6f4d++){const _0x2d5d97=[];_0x526fda[_0x5a2922(0x172)]((_0x2e0a1f,_0x484edc)=>{const _0x51cd85=_0x5a2922,_0x343449={..._0x785763[_0x1d6f4d]},_0x717929=_0x343449;_0x717929[_0x51cd85(0x17b)]=Object[_0x51cd85(0x16e)]({..._0x717929['context'],'config':{..._0x717929[_0x51cd85(0x17b)][_0x51cd85(0x16d)],'capability':_0x2e0a1f,'browserstackPlatformIndex':_0x484edc}}),_0x2d5d97[_0x51cd85(0x183)](_0x717929);}),_0x228838[_0x5a2922(0x183)](..._0x2d5d97);}return super[_0x5a2922(0x174)](_0x228838,..._0x51949f[_0x5a2922(0x16a)](0x1));}}module['exports']=TestRunner;