browserstack-node-sdk 1.41.1 → 1.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) 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/cucumber-sessionDetails.js +1 -0
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/playwright-patcher.js +1 -0
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test_before.setup.js +1 -1
  69. package/src/bin/launcher/launcher.js +1 -1
  70. package/src/bin/load/index.js +1 -1
  71. package/src/bin/load/loadUtils.js +1 -1
  72. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  73. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  74. package/src/bin/mocha/command.js +1 -1
  75. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  76. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  77. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  78. package/src/bin/mocha/test.setup.js +1 -1
  79. package/src/bin/nightwatch/command.js +1 -1
  80. package/src/bin/playwright/accessibility-helper.js +1 -1
  81. package/src/bin/playwright/command.js +1 -1
  82. package/src/bin/playwright/globalSetup.js +1 -1
  83. package/src/bin/playwright/mock-process.js +1 -1
  84. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  85. package/src/bin/playwright/patches.js +1 -1
  86. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  87. package/src/bin/playwright/reporter/reporter.js +1 -1
  88. package/src/bin/playwright/reporter/test-details.js +1 -1
  89. package/src/bin/playwright/sessionDetails.js +1 -1
  90. package/src/bin/runner.js +1 -1
  91. package/src/bin/setup.js +1 -1
  92. package/src/bin/test-runner/index.js +1 -1
  93. package/src/bin/test-runner/runTest.js +1 -1
  94. package/src/bin/test-runner/testWorker.js +1 -1
  95. package/src/bin/utils/constants.js +1 -1
  96. package/src/bin/utils/log4jsAppender.js +1 -1
  97. package/src/bin/utils/logPatcher.js +1 -1
  98. package/src/bin/utils/logReportingAPI.js +1 -1
  99. package/src/bin/v2/TestInfo.js +1 -1
  100. package/src/bin/v2/browserstackCLI.js +1 -1
  101. package/src/bin/v2/cliUtils.js +1 -1
  102. package/src/bin/v2/customTagManager.js +1 -1
  103. package/src/bin/v2/eventDispatcher.js +1 -1
  104. package/src/bin/v2/framework/automationFramework.js +1 -1
  105. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  106. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  107. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  108. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  109. package/src/bin/v2/framework/testFramework.js +1 -1
  110. package/src/bin/v2/grpcClient.js +1 -1
  111. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  112. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  113. package/src/bin/v2/instances/trackedContext.js +1 -1
  114. package/src/bin/v2/instances/trackedInstance.js +1 -1
  115. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  116. package/src/bin/v2/modules/baseModule.js +1 -1
  117. package/src/bin/v2/modules/observabilityModule.js +1 -1
  118. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  119. package/src/bin/v2/modules/testhubModule.js +1 -1
  120. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  121. package/src/bin/v2/state/hookState.js +1 -1
  122. package/src/bin/v2/state/testFrameworkState.js +1 -1
  123. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  124. package/src/bin/vanilla-js/command.js +1 -1
  125. package/src/browserStackSdk.js +1 -1
  126. package/src/helpers/BrowserStackSetup.js +1 -1
  127. package/src/helpers/accessibility-automation/constants.js +1 -1
  128. package/src/helpers/accessibility-automation/helper.js +1 -1
  129. package/src/helpers/accessibility-automation/scripts.js +1 -1
  130. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  131. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  132. package/src/helpers/ats/constants.js +1 -1
  133. package/src/helpers/ats/helper.js +1 -1
  134. package/src/helpers/capsMapping.js +1 -1
  135. package/src/helpers/central-scanner/constants.js +1 -1
  136. package/src/helpers/central-scanner/helpers.js +1 -1
  137. package/src/helpers/classLogger.js +1 -1
  138. package/src/helpers/globals.js +1 -1
  139. package/src/helpers/helper.js +1 -1
  140. package/src/helpers/logger.js +1 -1
  141. package/src/helpers/metadata.js +1 -1
  142. package/src/helpers/patchHelper.js +1 -1
  143. package/src/helpers/patchHelpers.js +1 -1
  144. package/src/helpers/percy/Percy.js +1 -1
  145. package/src/helpers/percy/PercyBinary.js +1 -1
  146. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  147. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  148. package/src/helpers/percy/PercySDK.js +1 -1
  149. package/src/helpers/percy/index.js +1 -1
  150. package/src/helpers/percy/utils.js +1 -1
  151. package/src/helpers/performance/constants.js +1 -1
  152. package/src/helpers/performance/performance-tester.js +1 -1
  153. package/src/helpers/playwright-helper.js +1 -0
  154. package/src/helpers/processHelper.js +1 -1
  155. package/src/helpers/request-spy.js +1 -1
  156. package/src/helpers/setKeepAlive.js +1 -1
  157. package/src/helpers/test-observability/constants.js +1 -1
  158. package/src/helpers/test-observability/error-handler.js +1 -1
  159. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  160. package/src/helpers/test-observability/sessionHandler.js +1 -1
  161. package/src/helpers/test-observability/utils.js +1 -1
  162. package/src/helpers/test-orchestration/constants.js +1 -1
  163. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  164. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  165. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  166. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  167. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  168. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  169. package/src/helpers/testhub/constants.js +1 -1
  170. package/src/helpers/testhub/testhubHandler.js +1 -1
  171. package/src/helpers/testhub/utils.js +1 -1
  172. package/src/helpers/timeoutPromise.js +1 -1
  173. package/src/helpers/utilities.js +1 -1
  174. package/src/helpers/w3cMapping.js +1 -1
  175. package/src/hubAllocationMethods.js +1 -1
  176. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a9_0x4cc8d8=a9_0x3d51;(function(_0x20925d,_0x55e7f7){const _0x55cd81=a9_0x3d51,_0x475343=_0x20925d();while(!![]){try{const _0x324447=parseInt(_0x55cd81(0x1ba))/0x1*(parseInt(_0x55cd81(0x1b0))/0x2)+parseInt(_0x55cd81(0x22a))/0x3+parseInt(_0x55cd81(0x1f2))/0x4+parseInt(_0x55cd81(0x1fb))/0x5*(-parseInt(_0x55cd81(0x1fe))/0x6)+parseInt(_0x55cd81(0x226))/0x7*(-parseInt(_0x55cd81(0x207))/0x8)+parseInt(_0x55cd81(0x23c))/0x9*(-parseInt(_0x55cd81(0x243))/0xa)+parseInt(_0x55cd81(0x200))/0xb*(parseInt(_0x55cd81(0x1ea))/0xc);if(_0x324447===_0x55e7f7)break;else _0x475343['push'](_0x475343['shift']());}catch(_0x13526e){_0x475343['push'](_0x475343['shift']());}}}(a9_0x5574,0xaa14f));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra}=require('../../helpers/helper'),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a9_0x4cc8d8(0x247)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a9_0x4cc8d8(0x24b)),PerformanceTester=require(a9_0x4cc8d8(0x23e)),{commandRepository}=require(a9_0x4cc8d8(0x1c3)),cucumberModule=requireModule(a9_0x4cc8d8(0x255),a9_0x4cc8d8(0x1db)),logger=require('../../helpers/logger')[a9_0x4cc8d8(0x20d)],{shouldProcessEventForTesthub}=require(a9_0x4cc8d8(0x1dc)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x4cc8d8(0x232)),TestDetails=require(a9_0x4cc8d8(0x220)),RequestQueueHandler=require(a9_0x4cc8d8(0x223)),{o11yErrorHandler}=require(a9_0x4cc8d8(0x253)),MyReporter=require(a9_0x4cc8d8(0x1e2)),SessionHandler=require(a9_0x4cc8d8(0x245)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a9_0x4cc8d8(0x216)),testHubConstants=require(a9_0x4cc8d8(0x1f6)),{shouldScanTestForAccessibility}=require(a9_0x4cc8d8(0x250)),{isUndefined}=require(a9_0x4cc8d8(0x222)),a9_0x59f061={};a9_0x59f061[a9_0x4cc8d8(0x1d5)]=undefined,a9_0x59f061[a9_0x4cc8d8(0x20c)]={},a9_0x59f061[a9_0x4cc8d8(0x1df)]=![],a9_0x59f061[a9_0x4cc8d8(0x20c)]['id']=undefined,a9_0x59f061[a9_0x4cc8d8(0x20c)][a9_0x4cc8d8(0x1e6)]=undefined;const workerDetails=a9_0x59f061;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x5c81a9){const _0x29fd92=a9_0x4cc8d8,_0x56ba1b=workerDetails[_0x29fd92(0x20c)][_0x29fd92(0x1e6)];if(!_0x56ba1b)return;await MyReporter[_0x29fd92(0x21b)](_0x56ba1b,_0x5c81a9);}),registerListeners=()=>{const _0x2b52e0=a9_0x4cc8d8,_0x52e2d5={};_0x52e2d5[_0x2b52e0(0x1fa)]=_0x2b52e0(0x1e9);const _0x1cb5b3=_0x52e2d5;logger[_0x2b52e0(0x21c)](_0x1cb5b3[_0x2b52e0(0x1fa)]),process['removeAllListeners']('bs:addLog:'+process[_0x2b52e0(0x1a7)]),process['on'](_0x2b52e0(0x214)+process[_0x2b52e0(0x1a7)],sendTestLog),PerformanceTester['startMonitoring']();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x4cc8d8(0x1e3)],After=cucumberModule['After'],AfterAll=cucumberModule['AfterAll'],BeforeAll=cucumberModule[a9_0x4cc8d8(0x233)],AfterStep=cucumberModule[a9_0x4cc8d8(0x1b4)],configuration=process[a9_0x4cc8d8(0x1cb)][a9_0x4cc8d8(0x1f0)],bstackConfig=process[a9_0x4cc8d8(0x1cb)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x4cc8d8(0x229)](configuration);isBrowserstackInfra()?(global[a9_0x4cc8d8(0x1b3)]=isTrue(config[a9_0x4cc8d8(0x256)]),global[a9_0x4cc8d8(0x237)]=isTrue(config[a9_0x4cc8d8(0x1de)])):(global[a9_0x4cc8d8(0x1b3)]=!![],global[a9_0x4cc8d8(0x237)]=!![]),shouldProcessEventForTesthub()?require('../../index')[a9_0x4cc8d8(0x210)](config,null,!![]):require(a9_0x4cc8d8(0x1d0))[a9_0x4cc8d8(0x210)](config),global[a9_0x4cc8d8(0x219)]=config['platformCaps']||{};}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x4cc8d8(0x1ae)](browserStackConfig),commandRepository[a9_0x4cc8d8(0x230)](a9_0x4cc8d8(0x1f3)));}global[a9_0x4cc8d8(0x1c5)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x4cc8d8(0x228)];cucumberModule[a9_0x4cc8d8(0x228)]=_0x3ce758=>{const _0x4f5960=a9_0x4cc8d8,_0x5d1c8a={'ScaLT':function(_0x517cbb,_0x24c542){return _0x517cbb(_0x24c542);}};global[_0x4f5960(0x1c5)]=_0x3ce758,_0x5d1c8a[_0x4f5960(0x1bc)](__setDefaultTimeout,_0x3ce758);};const a9_0xa4af79={};a9_0xa4af79[a9_0x4cc8d8(0x1ed)]='bstack',BeforeAll(a9_0xa4af79,function(){const _0x8bc643=a9_0x4cc8d8,_0x4a09e3={'iBJMl':function(_0x13e160,_0x286508,_0x37a9d9,_0x4e1567){return _0x13e160(_0x286508,_0x37a9d9,_0x4e1567);},'fLQNG':_0x8bc643(0x1ee),'hmEoT':_0x8bc643(0x1f1),'paVRo':function(_0x45cf10,_0x461391,_0x1a3003){return _0x45cf10(_0x461391,_0x1a3003);},'AuHgO':_0x8bc643(0x1fd),'mCzrM':_0x8bc643(0x244),'PQGiz':function(_0x472a49){return _0x472a49();},'yrCZa':function(_0x323b4b){return _0x323b4b();},'iIVQT':function(_0x55d12f,_0x34ffbb){return _0x55d12f(_0x34ffbb);}};PerformanceTester[_0x8bc643(0x236)](),logger[_0x8bc643(0x21c)](_0x4a09e3[_0x8bc643(0x22b)]),global[_0x8bc643(0x1ef)]=[],global[_0x8bc643(0x1bd)]=![],_0x4a09e3[_0x8bc643(0x23a)](shouldProcessEventForTesthub)&&(_0x4a09e3[_0x8bc643(0x224)](registerListeners),_0x4a09e3['iIVQT'](addRequestSpy,![])),global[_0x8bc643(0x1e0)]=async()=>{const _0x1cc7d2=_0x8bc643;let _0x4a134d=![];try{await global[_0x1cc7d2(0x21d)][0x0][_0x1cc7d2(0x221)],_0x4a134d=!![],global[_0x1cc7d2(0x1bd)]?await _0x4a09e3[_0x1cc7d2(0x1ec)](markSessionStatus,global[_0x1cc7d2(0x21d)][0x0],_0x4a09e3[_0x1cc7d2(0x1d6)],global[_0x1cc7d2(0x1ef)]['join'](_0x4a09e3[_0x1cc7d2(0x1da)])):await _0x4a09e3['paVRo'](markSessionStatus,global[_0x1cc7d2(0x21d)][0x0],_0x4a09e3[_0x1cc7d2(0x1b9)]);}catch(_0x35a1b6){logger[_0x1cc7d2(0x21c)](_0x1cc7d2(0x1e5)+_0x35a1b6);}global[_0x1cc7d2(0x1ef)]=[],global[_0x1cc7d2(0x1bd)]=![];if(_0x4a134d)try{await global['__drivers'][0x0]['initQuit'](),global[_0x1cc7d2(0x21d)][0x0][_0x1cc7d2(0x221)][_0x1cc7d2(0x1c9)](_0x129c6b=>{const _0x401cd2=_0x1cc7d2;logger['debug'](_0x401cd2(0x1ab)+_0x129c6b[_0x401cd2(0x21f)]());})[_0x1cc7d2(0x225)](_0x1f3c76=>{});}catch(_0x2b9e25){logger[_0x1cc7d2(0x21c)](_0x1cc7d2(0x20b)+_0x2b9e25);}};});const a9_0x373e83={};a9_0x373e83[a9_0x4cc8d8(0x1ed)]=a9_0x4cc8d8(0x235),a9_0x373e83[a9_0x4cc8d8(0x1a8)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],Before(a9_0x373e83,function(_0x79a214,_0x17b8cf){const _0x298e0d=a9_0x4cc8d8,_0x370ca0={'bohsW':function(_0x4f169e,_0x5efa8b){return _0x4f169e>_0x5efa8b;},'OprFW':function(_0xed9590,_0x3c26a7){return _0xed9590(_0x3c26a7);},'QtkGc':function(_0x2def6f,_0x450d8c,_0x43daa1,_0xd174c0){return _0x2def6f(_0x450d8c,_0x43daa1,_0xd174c0);},'QHgMF':_0x298e0d(0x1a9),'cmFBC':function(_0x1ab023){return _0x1ab023();},'WAdKR':_0x298e0d(0x227)};commandRepository['setTestNameForHealingContext'](_0x79a214[_0x298e0d(0x1ad)][_0x298e0d(0x1ed)]),logger['debug'](_0x370ca0[_0x298e0d(0x22c)]),new Promise(async _0x19535c=>{const _0x1cac51=_0x298e0d;try{_0x370ca0[_0x1cac51(0x1f5)](global[_0x1cac51(0x21d)][_0x1cac51(0x1a6)],0x1)&&(await global[_0x1cac51(0x1e0)](),global[_0x1cac51(0x21d)]['shift']()),global['__drivers'][0x0]['quitCount_']&&_0x370ca0[_0x1cac51(0x1f5)](global['__drivers'][0x0][_0x1cac51(0x254)],0x0)&&await global[_0x1cac51(0x1e0)]();}catch(_0x41acb6){logger[_0x1cac51(0x21c)](_0x1cac51(0x23f)+_0x41acb6);}workerDetails[_0x1cac51(0x20c)][_0x1cac51(0x1e6)]=_0x79a214[_0x1cac51(0x1ce)];try{if(!_0x370ca0[_0x1cac51(0x234)](isUndefined,_0x79a214[_0x1cac51(0x1ad)][_0x1cac51(0x1c0)])){const _0x1e3a85=_0x370ca0[_0x1cac51(0x22d)](shouldScanTestForAccessibility,null,![],_0x79a214[_0x1cac51(0x1ad)][_0x1cac51(0x1c0)][_0x1cac51(0x24e)](({name:_0x501b71})=>_0x501b71));globals[_0x1cac51(0x241)](_0x370ca0[_0x1cac51(0x218)],_0x1e3a85);}}catch(_0x3ebdde){logger['debug'](_0x1cac51(0x1f4)+util['format'](_0x3ebdde));}_0x370ca0[_0x1cac51(0x1eb)](_0x19535c);})[_0x298e0d(0x1b5)](_0x17b8cf);});const a9_0x23f7a={};a9_0x23f7a[a9_0x4cc8d8(0x1ed)]='bstack',a9_0x23f7a['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],After(a9_0x23f7a,function(_0x18abd9,_0x11cc7c){const _0x3ed222=a9_0x4cc8d8,_0x540022={'qBFou':'1|0|2|3|4','yQMMp':function(_0x2941ce,_0xa21be8){return _0x2941ce>_0xa21be8;},'kuLlk':function(_0x12bb5c,_0x54edee){return _0x12bb5c===_0x54edee;},'yQnmj':_0x3ed222(0x1ee),'ySHtd':function(_0x866c81,_0x164004){return _0x866c81===_0x164004;},'CqbwY':function(_0x459991,_0x19f032,_0x38db84,_0x3b1e13){return _0x459991(_0x19f032,_0x38db84,_0x3b1e13);},'lBEUg':_0x3ed222(0x1f1),'Ucllg':function(_0x104524,_0x3631a0,_0x420bc9){return _0x104524(_0x3631a0,_0x420bc9);},'OHGME':_0x3ed222(0x1fd),'HAuWw':function(_0x375b71){return _0x375b71();},'LlqxV':function(_0x4f8d97,_0x2655d2,_0x6d6198,_0x3f3532){return _0x4f8d97(_0x2655d2,_0x6d6198,_0x3f3532);},'DTgcv':_0x3ed222(0x1b7),'CZvMc':_0x3ed222(0x246),'YcJBr':_0x3ed222(0x1a9),'uqmTr':_0x3ed222(0x20e),'tCrqO':_0x3ed222(0x1f9),'BObod':_0x3ed222(0x1a5),'NFEnK':_0x3ed222(0x1f8)};logger[_0x3ed222(0x21c)](_0x540022['NFEnK']),workerDetails[_0x3ed222(0x20c)][_0x3ed222(0x1e6)]=_0x18abd9[_0x3ed222(0x1ce)],new Promise(async _0x3baa05=>{const _0x1151c6=_0x3ed222;let _0x2c836=![];try{const _0x22510e=_0x540022['qBFou'][_0x1151c6(0x1ff)]('|');let _0x134840=0x0;while(!![]){switch(_0x22510e[_0x134840++]){case'0':await global[_0x1151c6(0x21d)][0x0]['session_'];continue;case'1':_0x540022['yQMMp'](global['__drivers']['length'],0x1)&&(await global['driverCleanup'](),global[_0x1151c6(0x21d)][_0x1151c6(0x205)](),global['__error_messages__']=[],global['__sessionFailed']=![]);continue;case'2':_0x2c836=!![];continue;case'3':!global[_0x1151c6(0x1b3)]&&await global['__drivers'][0x0][_0x1151c6(0x1c6)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x18abd9[_0x1151c6(0x1ad)][_0x1151c6(0x1ed)]+_0x1151c6(0x240));continue;case'4':if(_0x540022[_0x1151c6(0x213)](_0x18abd9[_0x1151c6(0x1c4)]['status'][_0x1151c6(0x1cc)]()['toLowerCase'](),_0x540022[_0x1151c6(0x204)])||_0x540022[_0x1151c6(0x202)](_0x18abd9[_0x1151c6(0x1c4)][_0x1151c6(0x1fc)]['toString']()['toLowerCase'](),'6')){try{global[_0x1151c6(0x1ef)][_0x1151c6(0x23b)](_0x18abd9[_0x1151c6(0x1c4)][_0x1151c6(0x1cd)]);}catch(_0x2eda86){logger[_0x1151c6(0x21c)](_0x1151c6(0x24c)+_0x2eda86);}await _0x540022[_0x1151c6(0x1aa)](markSessionStatus,global[_0x1151c6(0x21d)][0x0],_0x540022[_0x1151c6(0x204)],global[_0x1151c6(0x1ef)]['join'](_0x540022['lBEUg']));}else await _0x540022[_0x1151c6(0x1c2)](markSessionStatus,global[_0x1151c6(0x21d)][0x0],_0x540022[_0x1151c6(0x249)]);continue;}break;}}catch(_0x3daf8d){logger['debug'](_0x1151c6(0x1a4)+util['format'](_0x3daf8d));}try{if(_0x540022['HAuWw'](shouldProcessEventForTesthub)){const _0x5b1aa8=TestDetails[_0x1151c6(0x1b1)](_0x18abd9[_0x1151c6(0x1ce)]),_0x40aeac=await _0x540022[_0x1151c6(0x1b8)](sendPlatformDetails,global['__drivers'][0x0],_0x5b1aa8,!![]),_0x576380={};_0x576380[_0x1151c6(0x21e)]=_0x5b1aa8,_0x576380['integrations']=_0x40aeac;const _0x45e7da=_0x576380,_0x42dce3={};_0x42dce3['event_type']=_0x540022[_0x1151c6(0x1d4)],_0x42dce3[_0x1151c6(0x1e4)]=_0x45e7da,await SessionHandler['uploadEventData'](_0x42dce3);}}catch(_0x201fa7){logger['debug'](_0x1151c6(0x251)+util['format'](_0x201fa7));}try{if(globals[_0x1151c6(0x248)](_0x540022[_0x1151c6(0x1d2)])&&globals[_0x1151c6(0x248)](_0x540022[_0x1151c6(0x24f)])){logger['info'](_0x540022[_0x1151c6(0x24d)]);const _0x5c9e41=TestDetails[_0x1151c6(0x1b1)](_0x18abd9[_0x1151c6(0x1ce)]),_0x35080e={};_0x35080e[_0x1151c6(0x1a2)]=_0x5c9e41,_0x35080e[_0x1151c6(0x1c8)]=process[_0x1151c6(0x1cb)][testHubConstants['ENV_VAR'][_0x1151c6(0x1c1)]],_0x35080e[_0x1151c6(0x1a3)]=process[_0x1151c6(0x1cb)][testHubConstants['ENV_VAR'][_0x1151c6(0x1d8)]];const _0x5a2fb4=_0x35080e;logger[_0x1151c6(0x21c)](_0x1151c6(0x1ac)+JSON[_0x1151c6(0x239)](_0x5a2fb4)),logger['debug'](_0x540022[_0x1151c6(0x1e7)]),logger[_0x1151c6(0x21c)](util[_0x1151c6(0x238)](await global[_0x1151c6(0x21d)][0x0][_0x1151c6(0x1cf)](scripts['performScan'],{'method':global[_0x1151c6(0x21a)]}))),await global[_0x1151c6(0x21d)][0x0][_0x1151c6(0x1cf)](scripts[_0x1151c6(0x1d3)],_0x5a2fb4),logger[_0x1151c6(0x1f7)](_0x540022[_0x1151c6(0x1d9)]);}}catch(_0x11964d){logger['error'](_0x1151c6(0x217)+util[_0x1151c6(0x238)]);}if(_0x2c836)try{global[_0x1151c6(0x21d)][0x0]&&_0x540022['yQMMp'](global[_0x1151c6(0x21d)][0x0][_0x1151c6(0x254)],0x0)&&await global[_0x1151c6(0x21d)][0x0]['initQuit']();}catch(_0x1d3f2a){logger[_0x1151c6(0x21c)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x1d3f2a);}_0x540022[_0x1151c6(0x1e1)](_0x3baa05);})['finally'](()=>_0x11cc7c());});function a9_0x5574(){const _0x57bf82=['Inside\x20browserstack\x20registerListeners','1013808eEDdrc','cmFBC','iBJMl','name','failed','__error_messages__','CONFIG','\x20|\x20','3133196jAisyJ','cucumber-js','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','bohsW','../../helpers/testhub/constants.js','info','Inside\x20browserstack\x20After','Performing\x20scan\x20before\x20saving\x20results','Wkpkp','25kFvvkC','status','passed','1354236SqnnQF','split','44hsKAqA','getInstance','ySHtd','GHfWx','yQnmj','shift','shutdown','1607328cFRuLm','Inside\x20browserstack\x20AfterStep','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','DTbCL','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','currentTest','winstonLogger','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','xVNrj','browserstackAgentV2','IBPXJ','NgeTm','kuLlk','bs:addLog:','toLowerCase','../../helpers/globals','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','QHgMF','__platformCaps','browserstackSessionName','addTestUIDAndReportLog','debug','__drivers','uuid','getId','../playwright/reporter/test-details.js','session_','lodash','../../helpers/test-observability/requestQueueHandler','yrCZa','catch','7MYznKs','Inside\x20browserstack\x20Before','setDefaultTimeout','parse','3351282XyBHjA','mCzrM','WAdKR','QtkGc','mwrBV','xkArx','setFramework','YWxWc','../../helpers/test-observability/utils','BeforeAll','OprFW','bstack','startMonitoring','__skipSessionStatus','format','stringify','PQGiz','push','306MeUJMY','FdxCH','../../helpers/performance/performance-tester','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','\x22}}','setGlobal','qKCGu','110990QOfDXw','Inside\x20browserstack\x20BeforeAll','../../helpers/test-observability/sessionHandler','isAccessibilityPlatform','../utils/constants','getGlobal','OHGME','tMmMw','util','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','uqmTr','map','YcJBr','../../helpers/accessibility-automation/helper','Error:\x20sendPlatformDetails\x20at\x20After:\x20','Passed','../../helpers/test-observability/error-handler','quitCount_','@cucumber/cucumber/lib/index.js','skipSessionName','thTestRunUuid','thJwtToken','Error:\x20at\x20After:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','length','pid','timeout','bstackA11yShouldScan','CqbwY','Error:\x20in\x20quitting\x20driver\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','pickle','setConfig','Passed:\x20','6saKZSA','getTestUUID','jtyng','__skipSessionName','AfterStep','finally','text','CBTSessionCreated','LlqxV','AuHgO','55046usvrNI',',\x22level\x22:\x20\x22','ScaLT','__sessionFailed','\x0aError:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','tags','BROWSERSTACK_TESTHUB_UUID','Ucllg','../../helpers/ai-sdk/autoHealHelper','result','__timeout','executeScript','Failed:\x20','thBuildUuid','then','pickleStep','env','toString','message','testCaseStartedId','executeAsyncScript','../../index','LmKMQ','CZvMc','saveTestResults','DTgcv','workerInfo','fLQNG','QBStJ','BROWSERSTACK_TESTHUB_JWT','BObod','hmEoT','@cucumber/cucumber','../../helpers/testhub/utils','BVBqL','skipSessionStatus','o11ySyncDone','driverCleanup','HAuWw','../playwright/reporter/reporter.js','Before','test_run','Error:\x20cleaning\x20up\x20driver:\x20','testInfo','tCrqO','Cucumber-JS'];a9_0x5574=function(){return _0x57bf82;};return a9_0x5574();}const a9_0x500bb7={};a9_0x500bb7[a9_0x4cc8d8(0x1ed)]=a9_0x4cc8d8(0x235),a9_0x500bb7['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],AfterStep(a9_0x500bb7,function(_0x3165e2,_0x187dd5){const _0x390414=a9_0x4cc8d8,_0xd85229={'DTbCL':function(_0x2a1ce7,_0x19c714){return _0x2a1ce7===_0x19c714;},'mwrBV':'failed','xVNrj':function(_0x4fc410,_0x21c7b4){return _0x4fc410===_0x21c7b4;},'jtyng':function(_0x953cdf,_0x568eee){return _0x953cdf!==_0x568eee;},'NgnMX':function(_0x37a74d,_0x128181,_0x3c9664){return _0x37a74d(_0x128181,_0x3c9664);},'LmKMQ':function(_0x109fbf,_0x36b7dc){return _0x109fbf+_0x36b7dc;},'BVBqL':_0x390414(0x1c7),'YWxWc':_0x390414(0x1be),'qKCGu':'error','QBStJ':function(_0x4be199,_0x64255,_0x22d70b){return _0x4be199(_0x64255,_0x22d70b);},'JzxVu':_0x390414(0x1af),'NgeTm':_0x390414(0x1f7),'IBPXJ':_0x390414(0x252),'FdxCH':function(_0x5df0ec){return _0x5df0ec();},'xkArx':_0x390414(0x208)};logger['debug'](_0xd85229[_0x390414(0x22f)]);const _0x4c7a98=async(_0x13d9ed,_0x1363b8)=>{const _0x5d25ba=_0x390414;await global['__drivers'][0x0][_0x5d25ba(0x1c6)](_0x5d25ba(0x1bf)+_0x13d9ed+_0x5d25ba(0x1bb)+_0x1363b8+'\x22}}');};new Promise(async _0x151066=>{const _0x13c83b=_0x390414;try{_0xd85229[_0x13c83b(0x20a)](_0x3165e2[_0x13c83b(0x1c4)][_0x13c83b(0x1fc)][_0x13c83b(0x1cc)]()[_0x13c83b(0x215)](),_0xd85229[_0x13c83b(0x22e)])||_0xd85229[_0x13c83b(0x20f)](_0x3165e2[_0x13c83b(0x1c4)]['status'][_0x13c83b(0x1cc)]()[_0x13c83b(0x215)](),'6')?(global[_0x13c83b(0x1bd)]=!![],global[_0x13c83b(0x1ef)][_0x13c83b(0x23b)](_0x3165e2[_0x13c83b(0x1c4)][_0x13c83b(0x1cd)]),_0xd85229['jtyng'](_0x3165e2[_0x13c83b(0x1ca)],undefined)?await _0xd85229['NgnMX'](_0x4c7a98,JSON[_0x13c83b(0x239)](_0xd85229[_0x13c83b(0x1d1)](_0xd85229['LmKMQ'](_0xd85229[_0x13c83b(0x1d1)](_0xd85229[_0x13c83b(0x1dd)],'\x22'+_0x3165e2[_0x13c83b(0x1ca)][_0x13c83b(0x1b6)]+'\x22\x20'),_0xd85229[_0x13c83b(0x231)]),_0x3165e2['result'][_0x13c83b(0x1cd)])),_0xd85229['qKCGu']):await _0xd85229[_0x13c83b(0x1d7)](_0x4c7a98,JSON[_0x13c83b(0x239)](_0xd85229[_0x13c83b(0x1d1)](_0xd85229[_0x13c83b(0x1dd)],_0x3165e2[_0x13c83b(0x1c4)][_0x13c83b(0x1cd)])),_0xd85229[_0x13c83b(0x242)])):_0xd85229[_0x13c83b(0x1b2)](_0x3165e2[_0x13c83b(0x1ca)],undefined)?await _0xd85229[_0x13c83b(0x1d7)](_0x4c7a98,JSON['stringify'](_0xd85229[_0x13c83b(0x1d1)](_0xd85229['JzxVu'],'\x22'+_0x3165e2['pickleStep'][_0x13c83b(0x1b6)]+'\x22')),_0xd85229[_0x13c83b(0x212)]):await _0xd85229[_0x13c83b(0x1d7)](_0x4c7a98,JSON[_0x13c83b(0x239)](_0xd85229[_0x13c83b(0x211)]),_0xd85229[_0x13c83b(0x212)]),global[_0x13c83b(0x21d)][0x0][_0x13c83b(0x221)]['then'](_0x381aaa=>{})[_0x13c83b(0x225)](_0x1700f9=>{const _0x10bdaa=_0x13c83b;logger[_0x10bdaa(0x21c)](_0x10bdaa(0x209)+util['format'](_0x1700f9));});}catch(_0x8e3dde){logger[_0x13c83b(0x21c)]('Error:\x20at\x20After\x20Step:\x20'+_0x8e3dde);}_0xd85229[_0x13c83b(0x23d)](_0x151066);})[_0x390414(0x1b5)](()=>_0x187dd5());});const a9_0x52c2ea={};function a9_0x3d51(_0x3fbbc0,_0xbf9c5d){const _0x55740b=a9_0x5574();return a9_0x3d51=function(_0x3d5182,_0x3c3e2a){_0x3d5182=_0x3d5182-0x1a2;let _0x57505b=_0x55740b[_0x3d5182];return _0x57505b;},a9_0x3d51(_0x3fbbc0,_0xbf9c5d);}a9_0x52c2ea[a9_0x4cc8d8(0x1ed)]=a9_0x4cc8d8(0x235),a9_0x52c2ea['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x4cc8d8(0x1e8)],AfterAll(a9_0x52c2ea,async function(_0x1971ef,_0x2160cd){const _0x8eae96=a9_0x4cc8d8,_0x1947e4={'tMmMw':function(_0x2b2081){return _0x2b2081();},'GHfWx':'Inside\x20browserstack\x20AfterAll'};logger['debug'](_0x1947e4[_0x8eae96(0x203)]),await new Promise(async _0x8c4ae0=>{const _0x375603=_0x8eae96;await RequestQueueHandler[_0x375603(0x201)]()[_0x375603(0x206)](),PerformanceTester['stopMonitoring'](),await global[_0x375603(0x1e0)](),_0x1947e4[_0x375603(0x24a)](_0x8c4ae0);});});
1
+ const a11_0x56db94=a11_0x2cd5;(function(_0x447a80,_0x176fcb){const _0x30b616=a11_0x2cd5,_0xb156a5=_0x447a80();while(!![]){try{const _0x45c356=parseInt(_0x30b616(0x18f))/0x1*(parseInt(_0x30b616(0x1cc))/0x2)+parseInt(_0x30b616(0x1d1))/0x3*(parseInt(_0x30b616(0x193))/0x4)+-parseInt(_0x30b616(0x158))/0x5+parseInt(_0x30b616(0x18d))/0x6*(parseInt(_0x30b616(0x190))/0x7)+-parseInt(_0x30b616(0x1cf))/0x8+-parseInt(_0x30b616(0x154))/0x9+-parseInt(_0x30b616(0x163))/0xa*(-parseInt(_0x30b616(0x1e5))/0xb);if(_0x45c356===_0x176fcb)break;else _0xb156a5['push'](_0xb156a5['shift']());}catch(_0x1c03e8){_0xb156a5['push'](_0xb156a5['shift']());}}}(a11_0xcf3a,0x7beee));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require(a11_0x56db94(0x17c)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a11_0x56db94(0x1ca)),setKeepAlive=require('../../helpers/setKeepAlive'),util=require(a11_0x56db94(0x1ef)),PerformanceTester=require(a11_0x56db94(0x1f7)),{commandRepository}=require('../../helpers/ai-sdk/autoHealHelper'),cucumberModule=requireModule(a11_0x56db94(0x1be),a11_0x56db94(0x1dc)),logger=require(a11_0x56db94(0x199))[a11_0x56db94(0x13c)],{shouldProcessEventForTesthub}=require(a11_0x56db94(0x1a0)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a11_0x56db94(0x132)),TestDetails=require('../playwright/reporter/test-details.js'),RequestQueueHandler=require(a11_0x56db94(0x1a1)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a11_0x56db94(0x160)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),scripts=require(a11_0x56db94(0x1de)),globals=require(a11_0x56db94(0x1c0)),testHubConstants=require(a11_0x56db94(0x1d5)),{shouldScanTestForAccessibility}=require(a11_0x56db94(0x189)),{isUndefined}=require(a11_0x56db94(0x18a)),helper=require(a11_0x56db94(0x17c)),a11_0x314355={};a11_0x314355[a11_0x56db94(0x1a4)]=undefined,a11_0x314355[a11_0x56db94(0x1e6)]={},a11_0x314355[a11_0x56db94(0x1e3)]=![],a11_0x314355[a11_0x56db94(0x133)]=null,a11_0x314355[a11_0x56db94(0x1bf)]=![],a11_0x314355[a11_0x56db94(0x1e6)]['id']=undefined,a11_0x314355[a11_0x56db94(0x1e6)]['testInfo']=undefined;const workerDetails=a11_0x314355;global[a11_0x56db94(0x1f1)]=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x35b133){const _0x3d8507=a11_0x56db94,_0x3e34b0=workerDetails[_0x3d8507(0x1e6)][_0x3d8507(0x139)];if(!_0x3e34b0)return;await MyReporter[_0x3d8507(0x12d)](_0x3e34b0,_0x35b133);}),registerListeners=()=>{const _0x141efb=a11_0x56db94,_0xf0593a={};_0xf0593a[_0x141efb(0x1b3)]=_0x141efb(0x1a5);const _0x2b3418=_0xf0593a;logger[_0x141efb(0x191)](_0x2b3418[_0x141efb(0x1b3)]),process['removeAllListeners'](_0x141efb(0x1a9)+process[_0x141efb(0x195)]),process['on'](_0x141efb(0x1a9)+process[_0x141efb(0x195)],sendTestLog),PerformanceTester[_0x141efb(0x13b)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a11_0x56db94(0x1c7)],After=cucumberModule['After'],AfterAll=cucumberModule[a11_0x56db94(0x1cd)],BeforeAll=cucumberModule[a11_0x56db94(0x1a6)],AfterStep=cucumberModule['AfterStep'],configuration=process[a11_0x56db94(0x188)][a11_0x56db94(0x1e1)],bstackConfig=process[a11_0x56db94(0x188)][a11_0x56db94(0x1b7)];if(configuration!==undefined){const config=JSON[a11_0x56db94(0x12f)](configuration);isBrowserstackInfra()?(global[a11_0x56db94(0x156)]=isTrue(config['skipSessionName']),global[a11_0x56db94(0x1d3)]=isTrue(config[a11_0x56db94(0x14b)])):(global['__skipSessionName']=!![],global[a11_0x56db94(0x1d3)]=!![]);!helper[a11_0x56db94(0x1f5)](a11_0x56db94(0x153))&&(logger['debug'](a11_0x56db94(0x1b5)),shouldProcessEventForTesthub()?require(a11_0x56db94(0x184))[a11_0x56db94(0x176)](config,null,!![]):require(a11_0x56db94(0x184))[a11_0x56db94(0x176)](config));global['__platformCaps']=config[a11_0x56db94(0x131)]||{};if(helper[a11_0x56db94(0x1f5)](a11_0x56db94(0x153)))try{logger[a11_0x56db94(0x191)]('Performing\x20Playwright\x20Patching'),playwrightPatcher=require(a11_0x56db94(0x14f)),playwrightPatcher['initializePlaywrightPatching'](config),logger[a11_0x56db94(0x191)]('Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS');}catch(a11_0x13c9fd){logger[a11_0x56db94(0x191)](a11_0x56db94(0x16a)+util[a11_0x56db94(0x1ed)](a11_0x13c9fd));}}function a11_0xcf3a(){const _0x5ee931=['Inside\x20browserstack\x20Before','uaBFP','../v2/browserstackCLI','SqSQs',',\x20isPlaywrightFlow=','Performing\x20Selenium\x20Patching','pickle','BSTACK_CONFIG','initQuit','status','Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20','Inside\x20browserstack\x20AfterStep','then','toString','@cucumber/cucumber/lib/index.js','isPageFixture','../../helpers/globals','Passed:\x20','ImRyP','shift','kNbBO','CZIcK','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','Before','__error_messages__','XvynZ','../utils/constants','odLVv','98sISdWE','AfterAll','Cleaned\x20up\x20Playwright\x20close\x20tracker','3092232WNvKQP','beforeTestHook','1671xCoqeI','Inside\x20browserstack\x20After','__skipSessionStatus','BROWSERSTACK_TESTHUB_JWT','../../helpers/testhub/constants.js','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','testCaseStartedId','eAhyW','exjse','BROWSERSTACK_TESTHUB_UUID','map','@cucumber/cucumber','tXXTB','../../helpers/accessibility-automation/scripts','cucumber-js','integrations','CONFIG','quitCount_','o11ySyncDone','SrOJp','55uLipTU','currentTest','bstackA11yShouldScan','pickleStep','OWueD','getInstance','getGlobal','session_','format','__timeout','util','NLJcN','__workerDetails','tags','bstack','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','getPackageVersion','yRQFP','../../helpers/performance/performance-tester','toLowerCase','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','setDefaultTimeout','failed','WuzRK','Error:\x20at\x20After\x20(Playwright):\x20','uiHhh','UAUjj','addTestUIDAndReportLog','CDpPa','parse','lMsbT','platformCaps','../../helpers/test-observability/utils','pwPage','thJwtToken','Error\x20in\x20playwright\x20beforeTestHook:\x20','executeDeferredCloses','\x20|\x20','info','testInfo','Error:\x20at\x20After\x20Step:\x20','startMonitoring','winstonLogger','XkUFw','Error:\x20in\x20quitting\x20driver\x20','Error:\x20quiting\x20driver\x20at\x20After:\x20','closeTracker','sKrNh','YmEHg','LlGbA','MzCZj','PHkiP','stringify','error','Error:\x20cleaning\x20up\x20driver:\x20','KDIKu','iRgOa','skipSessionStatus','finally','Failed:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','./playwright-patcher','AOKax','__drivers','event_type','@playwright/test','5857479BOhtwI','text','__skipSessionName','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','4200200aZwmPL','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','executeAsyncScript','0|4|2|3|1','saveTestResults','setFrameworkDetail','NMPVQ','HaCMF','../playwright/reporter/reporter.js','timeout','WRxXc','1980710qKKgqK','QufJi','test_run','getTestUUID','length','UjDLA','QoZfg','Error\x20initializing\x20Playwright\x20patching:\x20','passed','Inside\x20browserstack\x20BeforeAll','executeScript','zYcYn','Error:\x20sendPlatformDetails\x20at\x20After:\x20','\x0aError:\x20','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','uuid','push','rRtRQ','browserstackAgentV2','setTestNameForHealingContext','Cucumber-JS','catch','wzTSh','CUCUMBER','../../helpers/helper','message','xRFRd','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Inside\x20browserstack\x20AfterAll','sNbal','Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','UxzcN','../../index','Cqxwa','thBuildUuid','__sessionFailed','env','../../helpers/accessibility-automation/helper','lodash',',\x22level\x22:\x20\x22','driverCleanup','6UThOgK','ECpDM','14750wsYrsF','1681750KnsmXt','debug','name','3100mXrSjx','ENV_VAR','pid','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','hfRtM','IUABj','../../helpers/logger','result','stopMonitoring','uploadEventData','join','isAccessibilityPlatform','split','../../helpers/testhub/utils','../../helpers/test-observability/requestQueueHandler','CBTSessionCreated','\x22}}','workerInfo','Inside\x20browserstack\x20registerListeners','BeforeAll','lxJhg','Error\x20executing\x20fallback\x20deferred\x20closes:\x20','bs:addLog:','GMcft','WmIpj','dNbeE','Passed','QLJsi','uQUXu'];a11_0xcf3a=function(){return _0x5ee931;};return a11_0xcf3a();}if(bstackConfig!==undefined){const browserStackConfig=JSON[a11_0x56db94(0x12f)](bstackConfig);browserStackConfig&&(commandRepository['setConfig'](browserStackConfig),commandRepository['setFramework'](a11_0x56db94(0x1df)));}global[a11_0x56db94(0x1ee)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule[a11_0x56db94(0x127)]=_0x4d2a91=>{const _0x239a84=a11_0x56db94,_0x116696={'LlGbA':function(_0x5cb915,_0x145a1f){return _0x5cb915(_0x145a1f);}};global[_0x239a84(0x1ee)]=_0x4d2a91,_0x116696[_0x239a84(0x143)](__setDefaultTimeout,_0x4d2a91);};const a11_0x4f3eba={};a11_0x4f3eba[a11_0x56db94(0x192)]=a11_0x56db94(0x1f3),BeforeAll(a11_0x4f3eba,async function(){const _0x38e4b1=a11_0x56db94,_0x2c034b={'TgwYG':function(_0x1cd34b,_0xe5cbae,_0x1b06b5,_0x3f7d5e){return _0x1cd34b(_0xe5cbae,_0x1b06b5,_0x3f7d5e);},'ImRyP':'failed','HaCMF':_0x38e4b1(0x137),'uQUXu':function(_0xe01a07,_0x32567c,_0x2196ce){return _0xe01a07(_0x32567c,_0x2196ce);},'NMPVQ':_0x38e4b1(0x16b),'GMcft':_0x38e4b1(0x16c),'QufJi':function(_0x32d062,_0x25ea17){return _0x32d062(_0x25ea17);},'UAUjj':_0x38e4b1(0x1b2),'WuzRK':'../v2/cliUtils','lxJhg':_0x38e4b1(0x1ca),'PHkiP':_0x38e4b1(0x182),'XvynZ':function(_0x6e9211){return _0x6e9211();},'MNBNY':function(_0x4f71e7){return _0x4f71e7();},'NLJcN':function(_0x3d98b2,_0x3a5f24){return _0x3d98b2(_0x3a5f24);}};PerformanceTester[_0x38e4b1(0x13b)](),logger[_0x38e4b1(0x191)](_0x2c034b[_0x38e4b1(0x1aa)]),global[_0x38e4b1(0x1c8)]=[],global[_0x38e4b1(0x187)]=![];if(playwrightPatcher)try{const _0x18a718=_0x2c034b['QufJi'](require,_0x2c034b[_0x38e4b1(0x12c)]),_0x31ddc1=_0x2c034b['QufJi'](require,_0x2c034b[_0x38e4b1(0x129)]),{FRAMEWORKS:_0x1dead2}=_0x2c034b[_0x38e4b1(0x164)](require,_0x2c034b[_0x38e4b1(0x1a7)]);_0x18a718[_0x38e4b1(0x1ea)]()['isCliEnabled']()&&(logger[_0x38e4b1(0x191)](_0x2c034b[_0x38e4b1(0x145)]),_0x31ddc1[_0x38e4b1(0x15d)](_0x1dead2[_0x38e4b1(0x17b)],_0x1dead2['PLAYWRIGHT']),await _0x18a718[_0x38e4b1(0x1ea)]()['bootstrap']());}catch(_0x14f47a){logger[_0x38e4b1(0x191)](_0x38e4b1(0x172)+util[_0x38e4b1(0x1ed)](_0x14f47a));}_0x2c034b[_0x38e4b1(0x1c9)](shouldProcessEventForTesthub)&&(_0x2c034b['MNBNY'](registerListeners),_0x2c034b[_0x38e4b1(0x1f0)](addRequestSpy,![])),global[_0x38e4b1(0x18c)]=async()=>{const _0x41f23a=_0x38e4b1;let _0x1895dd=![];try{global['__drivers']&&global[_0x41f23a(0x151)][0x0]&&(await global[_0x41f23a(0x151)][0x0][_0x41f23a(0x1ec)],_0x1895dd=!![],global[_0x41f23a(0x187)]?await _0x2c034b['TgwYG'](markSessionStatus,global['__drivers'][0x0],_0x2c034b[_0x41f23a(0x1c2)],global[_0x41f23a(0x1c8)][_0x41f23a(0x19d)](_0x2c034b[_0x41f23a(0x15f)])):await _0x2c034b[_0x41f23a(0x1af)](markSessionStatus,global[_0x41f23a(0x151)][0x0],_0x2c034b[_0x41f23a(0x15e)]));}catch(_0x2a01b9){logger['debug'](_0x41f23a(0x148)+_0x2a01b9);}global[_0x41f23a(0x1c8)]=[],global[_0x41f23a(0x187)]=![];if(_0x1895dd)try{await global[_0x41f23a(0x151)][0x0][_0x41f23a(0x1b8)](),global[_0x41f23a(0x151)][0x0][_0x41f23a(0x1ec)][_0x41f23a(0x1bc)](_0x10311a=>{const _0x47ab1f=_0x41f23a;logger[_0x47ab1f(0x191)](_0x47ab1f(0x13e)+_0x10311a['getId']());})[_0x41f23a(0x179)](_0x3a1540=>{});}catch(_0x33c5fc){logger['debug'](_0x41f23a(0x159)+_0x33c5fc);}};});function a11_0x2cd5(_0x47001e,_0x4c5b80){const _0xcf3ae9=a11_0xcf3a();return a11_0x2cd5=function(_0x2cd588,_0x4cdcc2){_0x2cd588=_0x2cd588-0x127;let _0x3fb111=_0xcf3ae9[_0x2cd588];return _0x3fb111;},a11_0x2cd5(_0x47001e,_0x4c5b80);}const a11_0x26c47e={};a11_0x26c47e[a11_0x56db94(0x192)]='bstack',a11_0x26c47e[a11_0x56db94(0x161)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a11_0x56db94(0x178)],Before(a11_0x26c47e,function(_0x54cdfc,_0x59183d){const _0x16bda0=a11_0x56db94,_0x3d5d74={'uiHhh':function(_0x1d4c3e,_0xb4a031){return _0x1d4c3e>_0xb4a031;},'DFnUQ':function(_0x257745,_0x4d5cde){return _0x257745(_0x4d5cde);},'lwVnp':function(_0x3205cd,_0x53fa09,_0x4b11c0,_0x19690a){return _0x3205cd(_0x53fa09,_0x4b11c0,_0x19690a);},'wzTSh':_0x16bda0(0x1e7),'dNbeE':function(_0x58ef9d){return _0x58ef9d();},'tXXTB':_0x16bda0(0x1b0)};commandRepository[_0x16bda0(0x177)](_0x54cdfc['pickle'][_0x16bda0(0x192)]),logger['debug'](_0x3d5d74[_0x16bda0(0x1dd)]),new Promise(async _0x53003a=>{const _0x586000=_0x16bda0;try{global['__drivers']&&_0x3d5d74[_0x586000(0x12b)](global[_0x586000(0x151)]['length'],0x1)&&(await global[_0x586000(0x18c)](),global[_0x586000(0x151)][_0x586000(0x1c3)]()),global[_0x586000(0x151)]&&global[_0x586000(0x151)][0x0]&&global['__drivers'][0x0][_0x586000(0x1e2)]&&_0x3d5d74[_0x586000(0x12b)](global['__drivers'][0x0][_0x586000(0x1e2)],0x0)&&await global[_0x586000(0x18c)]();}catch(_0x1c845d){logger['debug'](_0x586000(0x1f9)+_0x1c845d);}workerDetails[_0x586000(0x1e6)][_0x586000(0x139)]=_0x54cdfc;if(playwrightPatcher)try{await playwrightPatcher[_0x586000(0x1d0)](_0x54cdfc);}catch(_0x316e4a){logger[_0x586000(0x191)](_0x586000(0x135)+util[_0x586000(0x1ed)](_0x316e4a));}try{if(!_0x3d5d74['DFnUQ'](isUndefined,_0x54cdfc[_0x586000(0x1b6)][_0x586000(0x1f2)])){const _0xb04fd8=_0x3d5d74['lwVnp'](shouldScanTestForAccessibility,null,![],_0x54cdfc[_0x586000(0x1b6)][_0x586000(0x1f2)][_0x586000(0x1db)](({name:_0x2a7a1d})=>_0x2a7a1d));globals['setGlobal'](_0x3d5d74[_0x586000(0x17a)],_0xb04fd8);}}catch(_0x119e8e){logger[_0x586000(0x191)](_0x586000(0x1f4)+util[_0x586000(0x1ed)](_0x119e8e));}_0x3d5d74[_0x586000(0x1ac)](_0x53003a);})['finally'](_0x59183d);});const a11_0x176e92={};a11_0x176e92[a11_0x56db94(0x192)]=a11_0x56db94(0x1f3),a11_0x176e92['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],After(a11_0x176e92,function(_0x2a2b41,_0x42d56e){const _0x45a1c5=a11_0x56db94,_0x4f991a={'zYcYn':function(_0x1f57ee,_0x3f73e5){return _0x1f57ee>_0x3f73e5;},'yRQFP':function(_0x3d6ccf,_0x514b1c){return _0x3d6ccf===_0x514b1c;},'UxzcN':_0x45a1c5(0x128),'iRgOa':function(_0x1dbba5,_0x305776,_0x36866a,_0xdf6a5a){return _0x1dbba5(_0x305776,_0x36866a,_0xdf6a5a);},'WRxXc':_0x45a1c5(0x137),'OSiPB':function(_0x3d7cc3,_0x1d94a8,_0x1e7a1c){return _0x3d7cc3(_0x1d94a8,_0x1e7a1c);},'xRFRd':_0x45a1c5(0x16b),'MzCZj':'Completed\x20Playwright\x20afterTestHook\x20execution','eiVXE':'Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','FnPVs':function(_0x2e96d4){return _0x2e96d4();},'SrOJp':function(_0x2eeecd,_0x341516,_0xa1d821,_0x34e349){return _0x2eeecd(_0x341516,_0xa1d821,_0x34e349);},'YmEHg':_0x45a1c5(0x1a2),'KDIKu':_0x45a1c5(0x19e),'WmIpj':_0x45a1c5(0x1e7),'rRtRQ':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','PBORX':'Performing\x20scan\x20before\x20saving\x20results','Cqxwa':_0x45a1c5(0x14e),'QoZfg':function(_0x4096cb){return _0x4096cb();},'AoMBN':_0x45a1c5(0x1d2)};logger['debug'](_0x4f991a['AoMBN']),workerDetails[_0x45a1c5(0x1e6)]['testInfo']=_0x2a2b41,new Promise(async _0xe2b4ad=>{const _0x13188a=_0x45a1c5;let _0x513b03=![],_0x443a5d=![],_0x38f1aa=![];try{global[_0x13188a(0x151)]&&_0x4f991a[_0x13188a(0x16e)](global[_0x13188a(0x151)][_0x13188a(0x167)],0x0)&&(_0x443a5d=!![]),playwrightPatcher&&global[_0x13188a(0x1f1)]&&global[_0x13188a(0x1f1)]['pwPage']&&(_0x38f1aa=!![],logger[_0x13188a(0x191)]('Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20'+!!global[_0x13188a(0x1f1)]['pwPage']));}catch(_0x5d875b){logger[_0x13188a(0x191)]('Error\x20determining\x20test\x20flow:\x20'+_0x5d875b);}logger[_0x13188a(0x191)]('Flow\x20detection:\x20isSeleniumFlow='+_0x443a5d+_0x13188a(0x1b4)+_0x38f1aa);const _0x295a5e=_0x2a2b41[_0x13188a(0x19a)]['status'][_0x13188a(0x1bd)]()[_0x13188a(0x1f8)](),_0x29ff39=_0x4f991a[_0x13188a(0x1f6)](_0x295a5e,_0x4f991a[_0x13188a(0x183)])||_0x4f991a[_0x13188a(0x1f6)](_0x295a5e,'6'),_0xc0d2b1=_0x29ff39?_0x2a2b41[_0x13188a(0x19a)][_0x13188a(0x17d)]:null;if(_0x29ff39)try{global[_0x13188a(0x1c8)][_0x13188a(0x174)](_0x2a2b41[_0x13188a(0x19a)]['message']),global[_0x13188a(0x187)]=!![];}catch(_0x357975){logger[_0x13188a(0x191)](_0x13188a(0x171)+_0x357975);}if(_0x443a5d)try{global[_0x13188a(0x151)]&&_0x4f991a[_0x13188a(0x16e)](global[_0x13188a(0x151)]['length'],0x1)&&(await global[_0x13188a(0x18c)](),global[_0x13188a(0x151)]['shift'](),global[_0x13188a(0x1c8)]=[],global['__sessionFailed']=![]),global[_0x13188a(0x151)]&&global[_0x13188a(0x151)][0x0]&&(await global[_0x13188a(0x151)][0x0][_0x13188a(0x1ec)],_0x513b03=!![],!global[_0x13188a(0x156)]&&await global[_0x13188a(0x151)][0x0][_0x13188a(0x16d)](_0x13188a(0x17f)+_0x2a2b41[_0x13188a(0x1b6)][_0x13188a(0x192)]+_0x13188a(0x1a3)),_0x29ff39?await _0x4f991a[_0x13188a(0x14a)](markSessionStatus,global[_0x13188a(0x151)][0x0],_0x4f991a[_0x13188a(0x183)],global['__error_messages__']['join'](_0x4f991a[_0x13188a(0x162)])):await _0x4f991a['OSiPB'](markSessionStatus,global[_0x13188a(0x151)][0x0],_0x4f991a[_0x13188a(0x17e)]));}catch(_0x90760d){logger[_0x13188a(0x191)]('Error:\x20at\x20After\x20(Selenium):\x20'+util[_0x13188a(0x1ed)](_0x90760d));}if(_0x38f1aa)try{const _0x30ccef=_0x29ff39?_0x4f991a[_0x13188a(0x183)]:_0x4f991a['xRFRd'];await playwrightPatcher['afterTestHook'](_0x2a2b41,_0x30ccef,_0xc0d2b1),logger['debug'](_0x4f991a[_0x13188a(0x144)]);}catch(_0x428139){logger[_0x13188a(0x191)](_0x13188a(0x12a)+util[_0x13188a(0x1ed)](_0x428139));try{playwrightPatcher[_0x13188a(0x136)]&&(await playwrightPatcher[_0x13188a(0x136)](),logger['debug'](_0x4f991a['eiVXE']));}catch(_0x39900f){logger[_0x13188a(0x191)](_0x13188a(0x1a8)+util['format'](_0x39900f));}}try{if(_0x4f991a['FnPVs'](shouldProcessEventForTesthub)){const _0x1d4053=TestDetails['getTestUUID'](_0x2a2b41[_0x13188a(0x1d7)]);let _0x487d94=null;global[_0x13188a(0x151)]&&global[_0x13188a(0x151)][0x0]&&(_0x487d94=await _0x4f991a[_0x13188a(0x1e4)](sendPlatformDetails,global['__drivers'][0x0],_0x1d4053,!![]));const _0x56d979={};_0x56d979[_0x13188a(0x173)]=_0x1d4053,_0x56d979[_0x13188a(0x1e0)]=_0x487d94;const _0x4e01ce=_0x56d979,_0x58ead9={};_0x58ead9[_0x13188a(0x152)]=_0x4f991a[_0x13188a(0x142)],_0x58ead9[_0x13188a(0x165)]=_0x4e01ce,await SessionHandler[_0x13188a(0x19c)](_0x58ead9);}}catch(_0x149097){logger[_0x13188a(0x191)](_0x13188a(0x16f)+util['format'](_0x149097));}try{if(globals[_0x13188a(0x1eb)](_0x4f991a[_0x13188a(0x149)])&&globals[_0x13188a(0x1eb)](_0x4f991a[_0x13188a(0x1ab)])){logger[_0x13188a(0x138)](_0x4f991a[_0x13188a(0x175)]);const _0x8b2851=TestDetails[_0x13188a(0x166)](_0x2a2b41[_0x13188a(0x1d7)]),_0x1a55be={};_0x1a55be['thTestRunUuid']=_0x8b2851,_0x1a55be[_0x13188a(0x186)]=process[_0x13188a(0x188)][testHubConstants[_0x13188a(0x194)][_0x13188a(0x1da)]],_0x1a55be[_0x13188a(0x134)]=process[_0x13188a(0x188)][testHubConstants[_0x13188a(0x194)][_0x13188a(0x1d4)]];const _0x5029a8=_0x1a55be;logger[_0x13188a(0x191)](_0x13188a(0x1d6)+JSON[_0x13188a(0x146)](_0x5029a8)),logger[_0x13188a(0x191)](_0x4f991a['PBORX']),global['__drivers']&&global[_0x13188a(0x151)][0x0]&&(logger[_0x13188a(0x191)](util[_0x13188a(0x1ed)](await global[_0x13188a(0x151)][0x0]['executeAsyncScript'](scripts['performScan'],{'method':global['browserstackSessionName']}))),await global[_0x13188a(0x151)][0x0][_0x13188a(0x15a)](scripts[_0x13188a(0x15c)],_0x5029a8)),logger[_0x13188a(0x138)](_0x4f991a[_0x13188a(0x185)]);}}catch(_0x1dcd21){logger[_0x13188a(0x147)](_0x13188a(0x157)+util[_0x13188a(0x1ed)]);}if(_0x513b03)try{global['__drivers'][0x0]&&_0x4f991a[_0x13188a(0x16e)](global['__drivers'][0x0][_0x13188a(0x1e2)],0x0)&&await global['__drivers'][0x0]['initQuit']();}catch(_0x39abdd){logger[_0x13188a(0x191)](_0x13188a(0x13f)+_0x39abdd);}_0x4f991a[_0x13188a(0x169)](_0xe2b4ad);})[_0x45a1c5(0x14c)](()=>_0x42d56e());});const a11_0x3c1a2e={};a11_0x3c1a2e[a11_0x56db94(0x192)]=a11_0x56db94(0x1f3),a11_0x3c1a2e[a11_0x56db94(0x161)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a11_0x56db94(0x178)],AfterStep(a11_0x3c1a2e,function(_0x1df907,_0x1d6773){const _0x5574b1=a11_0x56db94,_0x1ef5fd={'sNbal':function(_0x4b387b,_0x55d184){return _0x4b387b===_0x55d184;},'QMyDG':_0x5574b1(0x128),'kNbBO':function(_0x373f6a,_0x4cf504){return _0x373f6a!==_0x4cf504;},'lMsbT':function(_0x22a899,_0x2ce748,_0xc5dd5c){return _0x22a899(_0x2ce748,_0xc5dd5c);},'sKrNh':function(_0x132ca8,_0x413765){return _0x132ca8+_0x413765;},'XkUFw':function(_0x1d5261,_0x44779b){return _0x1d5261+_0x44779b;},'CDpPa':_0x5574b1(0x14d),'odLVv':_0x5574b1(0x170),'UjDLA':_0x5574b1(0x147),'CZIcK':function(_0x32a1db,_0x362dc1,_0x59e78f){return _0x32a1db(_0x362dc1,_0x59e78f);},'QLJsi':function(_0x406ae9,_0x5e1c1a){return _0x406ae9!==_0x5e1c1a;},'IUABj':function(_0x291831,_0x432a6b,_0x418672){return _0x291831(_0x432a6b,_0x418672);},'hfRtM':_0x5574b1(0x1c1),'AOKax':_0x5574b1(0x138),'ECpDM':function(_0x541c87,_0xcb8897,_0x3a238d){return _0x541c87(_0xcb8897,_0x3a238d);},'osNMp':_0x5574b1(0x1ad),'OWueD':function(_0x53c9e0){return _0x53c9e0();},'exjse':_0x5574b1(0x1bb)};logger[_0x5574b1(0x191)](_0x1ef5fd[_0x5574b1(0x1d9)]);const _0x5d3a67=async(_0x54381c,_0x1c14e7)=>{const _0x5dd93b=_0x5574b1;global[_0x5dd93b(0x151)]&&global[_0x5dd93b(0x151)][0x0]&&await global[_0x5dd93b(0x151)][0x0][_0x5dd93b(0x16d)](_0x5dd93b(0x196)+_0x54381c+_0x5dd93b(0x18b)+_0x1c14e7+_0x5dd93b(0x1a3));};new Promise(async _0x379066=>{const _0x599405=_0x5574b1;try{_0x1ef5fd[_0x599405(0x181)](_0x1df907[_0x599405(0x19a)]['status'][_0x599405(0x1bd)]()['toLowerCase'](),_0x1ef5fd['QMyDG'])||_0x1ef5fd[_0x599405(0x181)](_0x1df907[_0x599405(0x19a)][_0x599405(0x1b9)][_0x599405(0x1bd)]()[_0x599405(0x1f8)](),'6')?(global[_0x599405(0x187)]=!![],global[_0x599405(0x1c8)][_0x599405(0x174)](_0x1df907[_0x599405(0x19a)][_0x599405(0x17d)]),_0x1ef5fd[_0x599405(0x1c4)](_0x1df907[_0x599405(0x1e8)],undefined)?await _0x1ef5fd[_0x599405(0x130)](_0x5d3a67,JSON[_0x599405(0x146)](_0x1ef5fd['sKrNh'](_0x1ef5fd[_0x599405(0x141)](_0x1ef5fd[_0x599405(0x13d)](_0x1ef5fd[_0x599405(0x12e)],'\x22'+_0x1df907[_0x599405(0x1e8)]['text']+'\x22\x20'),_0x1ef5fd[_0x599405(0x1cb)]),_0x1df907['result']['message'])),_0x1ef5fd[_0x599405(0x168)]):await _0x1ef5fd[_0x599405(0x1c5)](_0x5d3a67,JSON[_0x599405(0x146)](_0x1ef5fd[_0x599405(0x141)](_0x1ef5fd[_0x599405(0x12e)],_0x1df907[_0x599405(0x19a)]['message'])),_0x1ef5fd[_0x599405(0x168)])):_0x1ef5fd[_0x599405(0x1ae)](_0x1df907[_0x599405(0x1e8)],undefined)?await _0x1ef5fd[_0x599405(0x198)](_0x5d3a67,JSON['stringify'](_0x1ef5fd[_0x599405(0x13d)](_0x1ef5fd[_0x599405(0x197)],'\x22'+_0x1df907[_0x599405(0x1e8)][_0x599405(0x155)]+'\x22')),_0x1ef5fd[_0x599405(0x150)]):await _0x1ef5fd[_0x599405(0x18e)](_0x5d3a67,JSON[_0x599405(0x146)](_0x1ef5fd['osNMp']),_0x1ef5fd[_0x599405(0x150)]),global['__drivers']&&global[_0x599405(0x151)][0x0]&&global[_0x599405(0x151)][0x0][_0x599405(0x1ec)][_0x599405(0x1bc)](_0x2622d9=>{})['catch'](_0x20012f=>{const _0x3ab19e=_0x599405;logger[_0x3ab19e(0x191)](_0x3ab19e(0x1c6)+util['format'](_0x20012f));});}catch(_0x2a3bfa){logger['debug'](_0x599405(0x13a)+_0x2a3bfa);}_0x1ef5fd[_0x599405(0x1e9)](_0x379066);})[_0x5574b1(0x14c)](()=>_0x1d6773());});const a11_0x2bd6d8={};a11_0x2bd6d8['name']='bstack',a11_0x2bd6d8[a11_0x56db94(0x161)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a11_0x56db94(0x178)],AfterAll(a11_0x2bd6d8,async function(_0x43e34b,_0x10d930){const _0x36db4e=a11_0x56db94,_0x12926b={'umXnu':_0x36db4e(0x15b),'uaBFP':function(_0x1bf896){return _0x1bf896();},'eAhyW':_0x36db4e(0x1ce),'uoucw':_0x36db4e(0x180)};logger[_0x36db4e(0x191)](_0x12926b['uoucw']),await new Promise(async _0x247bc9=>{const _0x20a0bf=_0x36db4e,_0x54b9e0=_0x12926b['umXnu'][_0x20a0bf(0x19f)]('|');let _0x181fb9=0x0;while(!![]){switch(_0x54b9e0[_0x181fb9++]){case'0':await RequestQueueHandler[_0x20a0bf(0x1ea)]()['shutdown']();continue;case'1':_0x12926b[_0x20a0bf(0x1b1)](_0x247bc9);continue;case'2':try{playwrightPatcher&&playwrightPatcher[_0x20a0bf(0x136)]&&(await playwrightPatcher[_0x20a0bf(0x136)](),playwrightPatcher[_0x20a0bf(0x140)]&&playwrightPatcher['closeTracker']['cleanup'](),logger[_0x20a0bf(0x191)](_0x12926b[_0x20a0bf(0x1d8)]));}catch(_0x5379a6){logger[_0x20a0bf(0x191)](_0x20a0bf(0x1ba)+util[_0x20a0bf(0x1ed)](_0x5379a6));}continue;case'3':await global[_0x20a0bf(0x18c)]();continue;case'4':PerformanceTester[_0x20a0bf(0x19b)]();continue;}break;}});});
@@ -1 +1 @@
1
- const a10_0x1a37ec=a10_0x5457;function a10_0x5457(_0x3d0af1,_0x39e352){const _0x53aeeb=a10_0x53ae();return a10_0x5457=function(_0x545729,_0x254b60){_0x545729=_0x545729-0x117;let _0x4f5217=_0x53aeeb[_0x545729];return _0x4f5217;},a10_0x5457(_0x3d0af1,_0x39e352);}(function(_0x3c1761,_0x293c21){const _0x2fd34f=a10_0x5457,_0x1c2da6=_0x3c1761();while(!![]){try{const _0x3acc0c=parseInt(_0x2fd34f(0x149))/0x1*(-parseInt(_0x2fd34f(0x11f))/0x2)+parseInt(_0x2fd34f(0x14c))/0x3+-parseInt(_0x2fd34f(0x117))/0x4+-parseInt(_0x2fd34f(0x13d))/0x5+parseInt(_0x2fd34f(0x134))/0x6*(-parseInt(_0x2fd34f(0x121))/0x7)+parseInt(_0x2fd34f(0x145))/0x8+parseInt(_0x2fd34f(0x13b))/0x9;if(_0x3acc0c===_0x293c21)break;else _0x1c2da6['push'](_0x1c2da6['shift']());}catch(_0x3d777c){_0x1c2da6['push'](_0x1c2da6['shift']());}}}(a10_0x53ae,0xe479a));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x1a37ec(0x13e)),setKeepAlive=require(a10_0x1a37ec(0x125)),cucumberModule=requireModule(a10_0x1a37ec(0x129),a10_0x1a37ec(0x11e)),logger=require(a10_0x1a37ec(0x14b))['winstonLogger'];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x1a37ec(0x12e)],configuration=process[a10_0x1a37ec(0x122)][a10_0x1a37ec(0x120)];if(configuration!==undefined){const config=JSON[a10_0x1a37ec(0x146)](configuration);isTrue(config[a10_0x1a37ec(0x137)])&&(global[a10_0x1a37ec(0x13a)]=!![]),global[a10_0x1a37ec(0x12f)]=isTrue(config[a10_0x1a37ec(0x124)]),require(a10_0x1a37ec(0x118))[a10_0x1a37ec(0x148)](config),global[a10_0x1a37ec(0x144)]=config[a10_0x1a37ec(0x130)]||{};}global[a10_0x1a37ec(0x132)]=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x1cfad5=>{const _0x2bbd7e=a10_0x1a37ec,_0x57eab0={'iPnIB':function(_0x1546ba,_0x26f5ef){return _0x1546ba(_0x26f5ef);}};global[_0x2bbd7e(0x132)]=_0x1cfad5,_0x57eab0['iPnIB'](__setDefaultTimeout,_0x1cfad5);};const a10_0x291281={};a10_0x291281[a10_0x1a37ec(0x143)]='bstack',Before(a10_0x291281,function(){const _0x51003c=a10_0x1a37ec,_0x3e59d8={};_0x3e59d8[_0x51003c(0x147)]='Inside\x20browserstack\x20Before';const _0x54863c=_0x3e59d8;logger[_0x51003c(0x126)](_0x54863c[_0x51003c(0x147)]),global['__error_messages__']=[];});const a10_0x43b444={};function a10_0x53ae(){const _0x437f05=['../../helpers/setKeepAlive','debug','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','toLowerCase','cucumber/lib/index.js','cWKzv','\x22}}','__driver','initQuit','After','__skipSessionStatus','platformCaps','bstack','__timeout','UMVms','85440rroenf','IwMCD','status','skipSessionName','__error_messages__','ubhEF','__skipSessionName','18427248vMnEKQ','timeout','7960305wvntoG','../../helpers/helper','xqarm','Error:\x20quiting\x20at\x20After:\x20','executeScript','passed','name','__platformCaps','10628984FKRRLV','parse','onWEa','browserstackAgentV2','500771gkRmsM','result','../../helpers/logger','5117535ECudSK','4216412wrvbVi','../../index','join','XzUrD','Inside\x20browserstack\x20After','kxnCp','Error:\x20setting\x20status\x20at\x20After:\x20','cucumber','4nBtQid','CONFIG','245gySQlu','env','JkLOz','skipSessionStatus'];a10_0x53ae=function(){return _0x437f05;};return a10_0x53ae();}a10_0x43b444[a10_0x1a37ec(0x143)]=a10_0x1a37ec(0x131),a10_0x43b444[a10_0x1a37ec(0x13c)]=0x2710,After(a10_0x43b444,function(_0x4bf436,_0x2631ed){const _0x2b3d72=a10_0x1a37ec,_0x5c5e8b={'OrLQT':function(_0x1afb36,_0x3f6260){return _0x1afb36===_0x3f6260;},'cWKzv':'failed','XzUrD':function(_0x7b20e1,_0x508a87,_0x2bbbf2,_0x2a70cc){return _0x7b20e1(_0x508a87,_0x2bbbf2,_0x2a70cc);},'kxnCp':'\x20|\x20','UMVms':function(_0x479f8d,_0x382508,_0x5df928){return _0x479f8d(_0x382508,_0x5df928);},'xqarm':_0x2b3d72(0x142),'JkLOz':function(_0x29cde8){return _0x29cde8();},'IwMCD':function(_0x43dede,_0x19b5f1){return _0x43dede(_0x19b5f1);},'ubhEF':_0x2b3d72(0x11b)};logger[_0x2b3d72(0x126)](_0x5c5e8b[_0x2b3d72(0x139)]),new Promise(async(_0x36b575,_0x2f5121)=>{const _0x4b80b=_0x2b3d72;let _0x4a8bac=![];try{await global[_0x4b80b(0x12c)]['session_'],_0x4a8bac=!![],!global['__skipSessionName']&&await global[_0x4b80b(0x12c)][_0x4b80b(0x141)](_0x4b80b(0x127)+_0x4bf436['pickle']['name']+_0x4b80b(0x12b)),_0x5c5e8b['OrLQT'](_0x4bf436[_0x4b80b(0x14a)][_0x4b80b(0x136)][_0x4b80b(0x128)](),_0x5c5e8b['cWKzv'])?await _0x5c5e8b[_0x4b80b(0x11a)](markSessionStatus,global[_0x4b80b(0x12c)],_0x5c5e8b[_0x4b80b(0x12a)],global[_0x4b80b(0x138)][_0x4b80b(0x119)](_0x5c5e8b[_0x4b80b(0x11c)])):await _0x5c5e8b[_0x4b80b(0x133)](markSessionStatus,global['__driver'],_0x5c5e8b[_0x4b80b(0x13f)]);}catch(_0x39961a){logger['debug'](_0x4b80b(0x11d)+_0x39961a);}if(_0x4a8bac)try{await global['__driver'][_0x4b80b(0x12d)](),_0x5c5e8b['JkLOz'](_0x36b575);}catch(_0x327cc6){logger['debug'](_0x4b80b(0x140)+_0x327cc6),_0x5c5e8b[_0x4b80b(0x135)](_0x2f5121,_0x327cc6);}else _0x5c5e8b[_0x4b80b(0x123)](_0x2f5121);})['then'](()=>_0x2631ed());});
1
+ const a12_0xa5e78=a12_0x397e;(function(_0x4dae68,_0x3fe22d){const _0x3ea77d=a12_0x397e,_0xc02e35=_0x4dae68();while(!![]){try{const _0x4a51f7=parseInt(_0x3ea77d(0x79))/0x1*(-parseInt(_0x3ea77d(0x82))/0x2)+-parseInt(_0x3ea77d(0x89))/0x3*(-parseInt(_0x3ea77d(0xa7))/0x4)+-parseInt(_0x3ea77d(0xa4))/0x5+-parseInt(_0x3ea77d(0xac))/0x6*(parseInt(_0x3ea77d(0x97))/0x7)+parseInt(_0x3ea77d(0x9b))/0x8*(-parseInt(_0x3ea77d(0xa2))/0x9)+parseInt(_0x3ea77d(0x8b))/0xa+parseInt(_0x3ea77d(0x81))/0xb*(parseInt(_0x3ea77d(0x7d))/0xc);if(_0x4a51f7===_0x3fe22d)break;else _0xc02e35['push'](_0xc02e35['shift']());}catch(_0x409306){_0xc02e35['push'](_0xc02e35['shift']());}}}(a12_0xacbf,0x29119));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a12_0xa5e78(0xa3)),setKeepAlive=require(a12_0xa5e78(0x80)),cucumberModule=requireModule(a12_0xa5e78(0x9e),a12_0xa5e78(0xa0)),logger=require(a12_0xa5e78(0x93))[a12_0xa5e78(0x95)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a12_0xa5e78(0x90)],After=cucumberModule[a12_0xa5e78(0x96)],configuration=process['env'][a12_0xa5e78(0x9f)];function a12_0xacbf(){const _0x11ac69=['__platformCaps','45HbNcOp','../../helpers/helper','548645OGjGAi','__timeout','status','211832MMEQhq','__error_messages__','debug','XrTds','NpZiW','621270hpVUFo','platformCaps','skipSessionName','then','2857ArQYuN','\x20|\x20','guRPQ','gerVC','137568gLjlab','FChNC','cgTEv','../../helpers/setKeepAlive','704xntKZp','160CcZswl','../../index','Error:\x20setting\x20status\x20at\x20After:\x20','DKlKa','\x22}}','CzmBM','passed','12ZxFYGT','__driver','650730uuJOUx','__skipSessionStatus','join','executeScript','VwBpB','Before','Inside\x20browserstack\x20After','Error:\x20quiting\x20at\x20After:\x20','../../helpers/logger','Inside\x20browserstack\x20Before','winstonLogger','After','14IrBvWB','bstack','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','pickle','475208ukwouB','result','name','cucumber/lib/index.js','CONFIG','cucumber'];a12_0xacbf=function(){return _0x11ac69;};return a12_0xacbf();}if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a12_0xa5e78(0xae)])&&(global['__skipSessionName']=!![]),global[a12_0xa5e78(0x8c)]=isTrue(config['skipSessionStatus']),require(a12_0xa5e78(0x83))['browserstackAgentV2'](config),global[a12_0xa5e78(0xa1)]=config[a12_0xa5e78(0xad)]||{};}global[a12_0xa5e78(0xa5)]=0x0;function a12_0x397e(_0xf93922,_0xbee5c8){const _0xacbf41=a12_0xacbf();return a12_0x397e=function(_0x397e0e,_0x369b9d){_0x397e0e=_0x397e0e-0x78;let _0x5ab7d6=_0xacbf41[_0x397e0e];return _0x5ab7d6;},a12_0x397e(_0xf93922,_0xbee5c8);}const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x26c526=>{const _0x5b562a=a12_0xa5e78,_0x3be4cd={'cgTEv':function(_0x4b08b0,_0x21989c){return _0x4b08b0(_0x21989c);}};global['__timeout']=_0x26c526,_0x3be4cd[_0x5b562a(0x7f)](__setDefaultTimeout,_0x26c526);};const a12_0x315f4d={};a12_0x315f4d['name']=a12_0xa5e78(0x98),Before(a12_0x315f4d,function(){const _0xfb8fa7=a12_0xa5e78,_0x3fcd67={};_0x3fcd67[_0xfb8fa7(0xaa)]=_0xfb8fa7(0x94);const _0x3b9909=_0x3fcd67;logger[_0xfb8fa7(0xa9)](_0x3b9909['XrTds']),global[_0xfb8fa7(0xa8)]=[];});const a12_0x54c391={};a12_0x54c391[a12_0xa5e78(0x9d)]=a12_0xa5e78(0x98),a12_0x54c391['timeout']=0x2710,After(a12_0x54c391,function(_0x576811,_0x566845){const _0x34d759=a12_0xa5e78,_0x41bec={'NpZiW':function(_0x2deb4b,_0x2a3cf5){return _0x2deb4b===_0x2a3cf5;},'CzmBM':'failed','FChNC':function(_0x374ea6,_0xd06ef4,_0x107aa3,_0x742d41){return _0x374ea6(_0xd06ef4,_0x107aa3,_0x742d41);},'DKlKa':_0x34d759(0x7a),'uugCa':function(_0x5c5d90,_0x1a1515,_0x2133ab){return _0x5c5d90(_0x1a1515,_0x2133ab);},'gerVC':_0x34d759(0x88),'TnLEv':function(_0xde6a70){return _0xde6a70();},'VwBpB':function(_0x886d0d,_0x558040){return _0x886d0d(_0x558040);},'guRPQ':_0x34d759(0x91)};logger[_0x34d759(0xa9)](_0x41bec[_0x34d759(0x7b)]),new Promise(async(_0x464415,_0x227c62)=>{const _0x3761a3=_0x34d759;let _0x319f8e=![];try{await global[_0x3761a3(0x8a)]['session_'],_0x319f8e=!![],!global['__skipSessionName']&&await global[_0x3761a3(0x8a)][_0x3761a3(0x8e)](_0x3761a3(0x99)+_0x576811[_0x3761a3(0x9a)]['name']+_0x3761a3(0x86)),_0x41bec[_0x3761a3(0xab)](_0x576811[_0x3761a3(0x9c)][_0x3761a3(0xa6)]['toLowerCase'](),_0x41bec['CzmBM'])?await _0x41bec[_0x3761a3(0x7e)](markSessionStatus,global[_0x3761a3(0x8a)],_0x41bec[_0x3761a3(0x87)],global[_0x3761a3(0xa8)][_0x3761a3(0x8d)](_0x41bec[_0x3761a3(0x85)])):await _0x41bec['uugCa'](markSessionStatus,global[_0x3761a3(0x8a)],_0x41bec[_0x3761a3(0x7c)]);}catch(_0x4d10d7){logger[_0x3761a3(0xa9)](_0x3761a3(0x84)+_0x4d10d7);}if(_0x319f8e)try{await global['__driver']['initQuit'](),_0x41bec['TnLEv'](_0x464415);}catch(_0x569d97){logger[_0x3761a3(0xa9)](_0x3761a3(0x92)+_0x569d97),_0x41bec[_0x3761a3(0x8f)](_0x227c62,_0x569d97);}else _0x41bec['TnLEv'](_0x227c62);})[_0x34d759(0x78)](()=>_0x566845());});
@@ -1 +1 @@
1
- function a11_0xb584(){const _0x364fbc=['@cucumber/cucumber/lib/index.js','__timeout','1521725CZWXJj','47169rxokez','../utils/constants','1918628WxQgst','BSTACK_DELTA','69492cbFyCr','../../helpers/helper','cucumber','setDefaultTimeout','5402784rryoQe','47010edinII','504cHWNwb','174CDLSYS','5310wqOAWO','539100RyogUT'];a11_0xb584=function(){return _0x364fbc;};return a11_0xb584();}const a11_0x5812e9=a11_0x1cac;(function(_0x5c1037,_0x1dccf0){const _0x2f6cff=a11_0x1cac,_0x438ef9=_0x5c1037();while(!![]){try{const _0x246def=parseInt(_0x2f6cff(0x12e))/0x1+parseInt(_0x2f6cff(0x123))/0x2+parseInt(_0x2f6cff(0x12c))/0x3*(parseInt(_0x2f6cff(0x125))/0x4)+-parseInt(_0x2f6cff(0x131))/0x5+parseInt(_0x2f6cff(0x12a))/0x6*(parseInt(_0x2f6cff(0x12b))/0x7)+parseInt(_0x2f6cff(0x129))/0x8+parseInt(_0x2f6cff(0x132))/0x9*(-parseInt(_0x2f6cff(0x12d))/0xa);if(_0x246def===_0x1dccf0)break;else _0x438ef9['push'](_0x438ef9['shift']());}catch(_0x431617){_0x438ef9['push'](_0x438ef9['shift']());}}}(a11_0xb584,0xa0b18));function a11_0x1cac(_0x1023af,_0x3aea2f){const _0xb5841a=a11_0xb584();return a11_0x1cac=function(_0x1cac38,_0x36dc81){_0x1cac38=_0x1cac38-0x122;let _0x51bbfc=_0xb5841a[_0x1cac38];return _0x51bbfc;},a11_0x1cac(_0x1023af,_0x3aea2f);}const {requireModule}=require(a11_0x5812e9(0x126)),constants=require(a11_0x5812e9(0x122));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x5812e9(0x12f),'@cucumber/cucumber');}catch(a11_0x12337e){cucumberModule=requireModule('cucumber/lib/index.js',a11_0x5812e9(0x127));}cucumberModule[a11_0x5812e9(0x128)](constants[a11_0x5812e9(0x124)]+global[a11_0x5812e9(0x130)]*0x1);
1
+ const a13_0x1f35df=a13_0x351a;(function(_0x6d2377,_0x16c0ec){const _0x38f99f=a13_0x351a,_0x37d6e3=_0x6d2377();while(!![]){try{const _0x20dbf8=-parseInt(_0x38f99f(0x154))/0x1+-parseInt(_0x38f99f(0x155))/0x2+-parseInt(_0x38f99f(0x152))/0x3+-parseInt(_0x38f99f(0x150))/0x4+parseInt(_0x38f99f(0x151))/0x5+-parseInt(_0x38f99f(0x15e))/0x6+parseInt(_0x38f99f(0x159))/0x7;if(_0x20dbf8===_0x16c0ec)break;else _0x37d6e3['push'](_0x37d6e3['shift']());}catch(_0x1b4d5d){_0x37d6e3['push'](_0x37d6e3['shift']());}}}(a13_0x45f7,0xe32aa));const {requireModule}=require(a13_0x1f35df(0x15c)),constants=require(a13_0x1f35df(0x157));;function a13_0x45f7(){const _0x10c143=['725418JXPGBt','cucumber/lib/index.js','../utils/constants','BSTACK_DELTA','16435034AzDnoQ','__timeout','@cucumber/cucumber','../../helpers/helper','@cucumber/cucumber/lib/index.js','1527354Aqbwug','setDefaultTimeout','347620oizwmY','4531190ZnlHlL','119193vbgrgb','cucumber','1579722IIeFvM'];a13_0x45f7=function(){return _0x10c143;};return a13_0x45f7();}function a13_0x351a(_0x158d99,_0x20e32e){const _0x45f7c9=a13_0x45f7();return a13_0x351a=function(_0x351a64,_0x1fb08c){_0x351a64=_0x351a64-0x14f;let _0x4ca7bc=_0x45f7c9[_0x351a64];return _0x4ca7bc;},a13_0x351a(_0x158d99,_0x20e32e);}let cucumberModule=null;try{cucumberModule=requireModule(a13_0x1f35df(0x15d),a13_0x1f35df(0x15b));}catch(a13_0x520905){cucumberModule=requireModule(a13_0x1f35df(0x156),a13_0x1f35df(0x153));}cucumberModule[a13_0x1f35df(0x14f)](constants[a13_0x1f35df(0x158)]+global[a13_0x1f35df(0x15a)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x2ec740=a12_0x18c8;function a12_0x18c8(_0x575dee,_0x3bc140){const _0x1bd77b=a12_0x1bd7();return a12_0x18c8=function(_0x18c8db,_0x3e60bc){_0x18c8db=_0x18c8db-0x137;let _0x486a0b=_0x1bd77b[_0x18c8db];return _0x486a0b;},a12_0x18c8(_0x575dee,_0x3bc140);}(function(_0x4be78d,_0x328c86){const _0x7fd0a3=a12_0x18c8,_0x303bfd=_0x4be78d();while(!![]){try{const _0x3aef6a=-parseInt(_0x7fd0a3(0x14e))/0x1+parseInt(_0x7fd0a3(0x139))/0x2+-parseInt(_0x7fd0a3(0x167))/0x3+parseInt(_0x7fd0a3(0x148))/0x4+-parseInt(_0x7fd0a3(0x177))/0x5+-parseInt(_0x7fd0a3(0x146))/0x6*(-parseInt(_0x7fd0a3(0x17a))/0x7)+parseInt(_0x7fd0a3(0x16e))/0x8;if(_0x3aef6a===_0x328c86)break;else _0x303bfd['push'](_0x303bfd['shift']());}catch(_0x1ded58){_0x303bfd['push'](_0x303bfd['shift']());}}}(a12_0x1bd7,0x63811));function a12_0x1bd7(){const _0x1cb199=['missing','type','error','tphzc','url','every','only','usage','BrowserStack\x20access\x20key\x20missing.','kUoML','CWANy','command','3198TPRPkY','protocol','2477432IXkgtV','../../helpers/logger','https:','connect','aHpzH','browserStackLocalOptions','577848zdnMlD','qyNho','wjzXS','zbRDT','hosts','winstonLogger','Hosts\x20not\x20valid','laCkj','describe','mTKyo','hostname','string','invalid','toString','info','trim','wMvhD','bstackAccessKey','undefined','browserstackLocal','epilogue','options','split','bstack-accesskey','../../helpers/helper','609885MXAZdT','./constants','accessKey','footer','root','config','uxLRU','5827872qDqwZh','https','GFnQM','help','TghEK','../../helpers/BrowserStackSetup','ALoOq','yHMGT','demandCommand','3725265mYqNVt','Connection\x20established\x20successfully.','bstackAccesskey','6895mnMUis','Failed\x20to\x20establish\x20connection.','localIdentifier','FMoFx','QTvKL','port','443','exports','121836XBLXXF'];a12_0x1bd7=function(){return _0x1cb199;};return a12_0x1bd7();}const {default:BrowserStackSetup}=require(a12_0x2ec740(0x173)),logger=require(a12_0x2ec740(0x149))[a12_0x2ec740(0x153)],{URL}=require(a12_0x2ec740(0x13e)),helper=require(a12_0x2ec740(0x166)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x2ec740(0x168)),validHosts=function(_0x21a060){const _0x330367=a12_0x2ec740;return _0x21a060[_0x330367(0x164)](',')[_0x330367(0x13f)](_0x11c3f8=>{const _0xa671d5=_0x330367;try{new URL(_0x11c3f8[_0xa671d5(0x15d)]());}catch(_0x34aa95){return![];}return!![];});},parseOnPremHosts=function(_0x3f6537){const _0x4970a5=a12_0x2ec740,_0x40dbe6={};_0x40dbe6[_0x4970a5(0x170)]=function(_0x10a0d4,_0x13b980){return _0x10a0d4===_0x13b980;},_0x40dbe6[_0x4970a5(0x13d)]=_0x4970a5(0x14a),_0x40dbe6[_0x4970a5(0x150)]=_0x4970a5(0x137),_0x40dbe6[_0x4970a5(0x143)]=function(_0x2eb662,_0x5665cd){return _0x2eb662===_0x5665cd;},_0x40dbe6[_0x4970a5(0x17e)]=_0x4970a5(0x16f);const _0x5b371a=_0x40dbe6;return _0x3f6537[_0x4970a5(0x164)](',')['map'](_0x38f3f3=>{const _0xab7035=_0x4970a5,_0x5394b5=new URL(_0x38f3f3[_0xab7035(0x15d)]()),_0x29d85a=_0x5394b5[_0xab7035(0x158)],_0x1209c4=_0x5394b5[_0xab7035(0x17f)]||(_0x5b371a['GFnQM'](_0x5394b5['protocol'],_0x5b371a[_0xab7035(0x13d)])?_0x5b371a[_0xab7035(0x150)]:'80'),_0x31f234=_0x5394b5[_0xab7035(0x147)]['replace'](':',''),_0x16249a=_0x5b371a[_0xab7035(0x143)](_0x31f234,_0x5b371a[_0xab7035(0x17e)])?0x1:0x0;return _0x29d85a+','+_0x1209c4+','+_0x16249a;});},connectCommandBuilder=function(_0x21e358){const _0x4d1836=a12_0x2ec740,_0x27ce86={};_0x27ce86[_0x4d1836(0x14c)]=_0x4d1836(0x159);const _0x4b950e=_0x27ce86,_0x4e46a0={};_0x4e46a0[_0x4d1836(0x156)]=HELP_MESSAGES[_0x4d1836(0x163)][_0x4d1836(0x15f)],_0x4e46a0[_0x4d1836(0x13b)]=_0x4b950e[_0x4d1836(0x14c)];const _0x550c35={};_0x550c35[_0x4d1836(0x156)]=HELP_MESSAGES['options'][_0x4d1836(0x152)],_0x550c35['type']=_0x4b950e[_0x4d1836(0x14c)],_0x550c35['demandOption']=!![];const _0xe42537={};return _0xe42537[_0x4d1836(0x165)]=_0x4e46a0,_0xe42537[_0x4d1836(0x152)]=_0x550c35,_0x21e358[_0x4d1836(0x163)](_0xe42537);},connectCommandHandler=async function(_0x527e8e){const _0x4ebcf5=a12_0x2ec740,_0xac7aaf={'ALoOq':'integrations','uxLRU':function(_0x322f7c,_0x20e712){return _0x322f7c===_0x20e712;},'zbRDT':_0x4ebcf5(0x160),'wMvhD':_0x4ebcf5(0x142),'yHMGT':'Integration\x20hosts\x20missing.','mTKyo':function(_0x2778c4,_0xca6a8a){return _0x2778c4(_0xca6a8a);},'FMoFx':_0x4ebcf5(0x154),'CWANy':function(_0x382d2a,_0x57fc39){return _0x382d2a(_0x57fc39);},'uOVsv':'integrations-repeater','TghEK':_0x4ebcf5(0x178),'UaslW':_0x4ebcf5(0x17b)};try{const _0x42034b=new BrowserStackSetup(_0x527e8e,_0xac7aaf[_0x4ebcf5(0x174)]);_0x527e8e['bstackAccesskey']&&(_0x42034b[_0x4ebcf5(0x16c)][_0x4ebcf5(0x169)]=_0x527e8e[_0x4ebcf5(0x179)]);if(_0xac7aaf[_0x4ebcf5(0x16d)](typeof _0x42034b[_0x4ebcf5(0x16c)][_0x4ebcf5(0x169)],_0xac7aaf[_0x4ebcf5(0x151)])){logger[_0x4ebcf5(0x13c)](_0xac7aaf[_0x4ebcf5(0x15e)]);throw new Error(ERROR_MESSAGES[_0x4ebcf5(0x15f)]['missing']);}const _0x21de97=_0x527e8e[_0x4ebcf5(0x152)];if(_0xac7aaf['uxLRU'](typeof _0x21de97,_0xac7aaf[_0x4ebcf5(0x151)])){logger['error'](_0xac7aaf[_0x4ebcf5(0x175)]);throw new Error(ERROR_MESSAGES[_0x4ebcf5(0x152)][_0x4ebcf5(0x13a)]);}if(!_0xac7aaf[_0x4ebcf5(0x157)](validHosts,_0x21de97)){logger['error'](_0xac7aaf[_0x4ebcf5(0x17d)]);throw new Error(ERROR_MESSAGES[_0x4ebcf5(0x152)][_0x4ebcf5(0x15a)]);}const _0x365611=_0xac7aaf[_0x4ebcf5(0x144)](parseOnPremHosts,_0x21de97);_0x42034b[_0x4ebcf5(0x16c)][_0x4ebcf5(0x161)]=!![],_0x42034b[_0x4ebcf5(0x16c)][_0x4ebcf5(0x14d)][_0x4ebcf5(0x17c)]=_0xac7aaf['uOVsv'],_0x42034b[_0x4ebcf5(0x16c)]['browserStackLocalOptions'][_0x4ebcf5(0x140)]=_0x365611['join'](','),helper['setProxySettings'](_0x42034b['config']),await _0x42034b['setupBrowserstackLocal'](),logger[_0x4ebcf5(0x15c)](_0xac7aaf[_0x4ebcf5(0x172)]);}catch(_0x1f649){logger[_0x4ebcf5(0x13c)](_0xac7aaf['UaslW']);throw new Error(_0x1f649[_0x4ebcf5(0x15b)]());}};function run(_0x4133d1){const _0x598487=a12_0x2ec740,_0x3a4a64={};_0x3a4a64[_0x598487(0x14f)]=_0x598487(0x14b),_0x3a4a64[_0x598487(0x155)]=_0x598487(0x171);const _0x18d8d1=_0x3a4a64;_0x4133d1[_0x598487(0x141)](HELP_MESSAGES['command'][_0x598487(0x16b)])['command'](_0x18d8d1[_0x598487(0x14f)],HELP_MESSAGES['command']['connect'],connectCommandBuilder,connectCommandHandler)[_0x598487(0x176)]()[_0x598487(0x171)](_0x18d8d1[_0x598487(0x155)])[_0x598487(0x162)](HELP_MESSAGES[_0x598487(0x145)][_0x598487(0x16a)]);}module[a12_0x2ec740(0x138)]=run;
2
+ 'use strict';const a14_0x3a3527=a14_0x2f4e;(function(_0x8e05f,_0x38ad51){const _0x4be423=a14_0x2f4e,_0xc89b7e=_0x8e05f();while(!![]){try{const _0xb07aae=parseInt(_0x4be423(0x176))/0x1*(-parseInt(_0x4be423(0x158))/0x2)+parseInt(_0x4be423(0x14f))/0x3*(parseInt(_0x4be423(0x163))/0x4)+parseInt(_0x4be423(0x156))/0x5+-parseInt(_0x4be423(0x173))/0x6*(parseInt(_0x4be423(0x144))/0x7)+parseInt(_0x4be423(0x164))/0x8+parseInt(_0x4be423(0x14b))/0x9+-parseInt(_0x4be423(0x16f))/0xa;if(_0xb07aae===_0x38ad51)break;else _0xc89b7e['push'](_0xc89b7e['shift']());}catch(_0x15e4ca){_0xc89b7e['push'](_0xc89b7e['shift']());}}}(a14_0x46ac,0xa51bc));const {default:BrowserStackSetup}=require(a14_0x3a3527(0x162)),logger=require(a14_0x3a3527(0x15c))[a14_0x3a3527(0x166)],{URL}=require(a14_0x3a3527(0x16c)),helper=require(a14_0x3a3527(0x154)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a14_0x3a3527(0x13d)),validHosts=function(_0x159f92){const _0x52b76d=a14_0x3a3527;return _0x159f92[_0x52b76d(0x143)](',')['every'](_0x1a26dd=>{const _0x1badbc=_0x52b76d;try{new URL(_0x1a26dd[_0x1badbc(0x159)]());}catch(_0x40572e){return![];}return!![];});},parseOnPremHosts=function(_0x2a54de){const _0x19fa25=a14_0x3a3527,_0x475d4f={};_0x475d4f['pBTLq']=function(_0x45c0db,_0x5c8089){return _0x45c0db===_0x5c8089;},_0x475d4f[_0x19fa25(0x15f)]='https:',_0x475d4f[_0x19fa25(0x130)]='443',_0x475d4f[_0x19fa25(0x169)]=_0x19fa25(0x132);const _0x5891f4=_0x475d4f;return _0x2a54de['split'](',')['map'](_0x49aba=>{const _0x49c793=_0x19fa25,_0x3f0604=new URL(_0x49aba[_0x49c793(0x159)]()),_0x24e929=_0x3f0604[_0x49c793(0x13c)],_0x25e20e=_0x3f0604[_0x49c793(0x13b)]||(_0x5891f4[_0x49c793(0x170)](_0x3f0604[_0x49c793(0x146)],_0x5891f4[_0x49c793(0x15f)])?_0x5891f4[_0x49c793(0x130)]:'80'),_0x353098=_0x3f0604['protocol'][_0x49c793(0x177)](':',''),_0x5712b8=_0x5891f4[_0x49c793(0x170)](_0x353098,_0x5891f4[_0x49c793(0x169)])?0x1:0x0;return _0x24e929+','+_0x25e20e+','+_0x5712b8;});},connectCommandBuilder=function(_0x10928d){const _0x26065b=a14_0x3a3527,_0x4619b0={};_0x4619b0[_0x26065b(0x16b)]='string';const _0x18e8fe=_0x4619b0,_0x258ec2={};_0x258ec2[_0x26065b(0x133)]=HELP_MESSAGES['options'][_0x26065b(0x16a)],_0x258ec2[_0x26065b(0x139)]=_0x18e8fe[_0x26065b(0x16b)];const _0x11ea97={};_0x11ea97[_0x26065b(0x133)]=HELP_MESSAGES[_0x26065b(0x160)]['hosts'],_0x11ea97[_0x26065b(0x139)]=_0x18e8fe[_0x26065b(0x16b)],_0x11ea97['demandOption']=!![];const _0x35d546={};return _0x35d546[_0x26065b(0x149)]=_0x258ec2,_0x35d546[_0x26065b(0x147)]=_0x11ea97,_0x10928d[_0x26065b(0x160)](_0x35d546);},connectCommandHandler=async function(_0x5adb3f){const _0x34f0ea=a14_0x3a3527,_0xbcca5e={'SZexm':_0x34f0ea(0x157),'bLrCd':function(_0x481120,_0x1de06e){return _0x481120===_0x1de06e;},'aoErX':_0x34f0ea(0x15d),'sHRxK':_0x34f0ea(0x16d),'ykBCx':function(_0x211680,_0x5e2d32){return _0x211680===_0x5e2d32;},'JzIDY':'Integration\x20hosts\x20missing.','mXUVa':function(_0x3583ea,_0x1f2a73){return _0x3583ea(_0x1f2a73);},'DIKhK':_0x34f0ea(0x145),'appbc':function(_0x11e1af,_0x5c5e25){return _0x11e1af(_0x5c5e25);},'vJCUO':'integrations-repeater','EWJMj':_0x34f0ea(0x135),'xjJjt':_0x34f0ea(0x13f)};try{const _0x3a91c9=new BrowserStackSetup(_0x5adb3f,_0xbcca5e[_0x34f0ea(0x155)]);_0x5adb3f[_0x34f0ea(0x138)]&&(_0x3a91c9['config'][_0x34f0ea(0x13e)]=_0x5adb3f[_0x34f0ea(0x138)]);if(_0xbcca5e[_0x34f0ea(0x167)](typeof _0x3a91c9[_0x34f0ea(0x150)][_0x34f0ea(0x13e)],_0xbcca5e[_0x34f0ea(0x131)])){logger['error'](_0xbcca5e[_0x34f0ea(0x16e)]);throw new Error(ERROR_MESSAGES[_0x34f0ea(0x16a)][_0x34f0ea(0x136)]);}const _0x3cf567=_0x5adb3f['hosts'];if(_0xbcca5e[_0x34f0ea(0x134)](typeof _0x3cf567,_0xbcca5e[_0x34f0ea(0x131)])){logger[_0x34f0ea(0x14a)](_0xbcca5e[_0x34f0ea(0x179)]);throw new Error(ERROR_MESSAGES[_0x34f0ea(0x147)][_0x34f0ea(0x136)]);}if(!_0xbcca5e[_0x34f0ea(0x14e)](validHosts,_0x3cf567)){logger[_0x34f0ea(0x14a)](_0xbcca5e[_0x34f0ea(0x153)]);throw new Error(ERROR_MESSAGES[_0x34f0ea(0x147)][_0x34f0ea(0x15a)]);}const _0x20c78e=_0xbcca5e[_0x34f0ea(0x15b)](parseOnPremHosts,_0x3cf567);_0x3a91c9[_0x34f0ea(0x150)][_0x34f0ea(0x168)]=!![],_0x3a91c9[_0x34f0ea(0x150)][_0x34f0ea(0x165)][_0x34f0ea(0x174)]=_0xbcca5e[_0x34f0ea(0x148)],_0x3a91c9[_0x34f0ea(0x150)][_0x34f0ea(0x165)][_0x34f0ea(0x13a)]=_0x20c78e[_0x34f0ea(0x137)](','),helper[_0x34f0ea(0x161)](_0x3a91c9['config']),await _0x3a91c9['setupBrowserstackLocal'](),logger[_0x34f0ea(0x140)](_0xbcca5e[_0x34f0ea(0x142)]);}catch(_0x589112){logger['error'](_0xbcca5e['xjJjt']);throw new Error(_0x589112[_0x34f0ea(0x14c)]());}};function a14_0x2f4e(_0x333e42,_0x456402){const _0x46ac45=a14_0x46ac();return a14_0x2f4e=function(_0x2f4e00,_0x463b8b){_0x2f4e00=_0x2f4e00-0x130;let _0x472734=_0x46ac45[_0x2f4e00];return _0x472734;},a14_0x2f4e(_0x333e42,_0x456402);}function run(_0x185236){const _0x5548a=a14_0x3a3527,_0x55cf92={};_0x55cf92[_0x5548a(0x141)]=_0x5548a(0x152),_0x55cf92[_0x5548a(0x14d)]=_0x5548a(0x171);const _0x305ac8=_0x55cf92;_0x185236[_0x5548a(0x172)](HELP_MESSAGES[_0x5548a(0x175)][_0x5548a(0x15e)])[_0x5548a(0x175)](_0x305ac8[_0x5548a(0x141)],HELP_MESSAGES[_0x5548a(0x175)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x5548a(0x178)]()[_0x5548a(0x171)](_0x305ac8['aWDYb'])[_0x5548a(0x151)](HELP_MESSAGES['command']['footer']);}module['exports']=run;function a14_0x46ac(){const _0x541397=['12rbqlTR','trim','invalid','appbc','../../helpers/logger','undefined','root','ttXac','options','setProxySettings','../../helpers/BrowserStackSetup','4fRrDAa','3046248HmmrTy','browserStackLocalOptions','winstonLogger','bLrCd','browserstackLocal','zzlLX','bstackAccessKey','wByKC','url','BrowserStack\x20access\x20key\x20missing.','sHRxK','3568040GVVpJK','pBTLq','help','usage','6701172lZyTph','localIdentifier','command','225303OHzbQU','replace','demandCommand','JzIDY','JqvMH','aoErX','https','describe','ykBCx','Connection\x20established\x20successfully.','missing','join','bstackAccesskey','type','only','port','hostname','./constants','accessKey','Failed\x20to\x20establish\x20connection.','info','zvXLx','EWJMj','split','7CkBZAf','Hosts\x20not\x20valid','protocol','hosts','vJCUO','bstack-accesskey','error','10750635YOvBmR','toString','aWDYb','mXUVa','2828649XoNkhn','config','epilogue','connect','DIKhK','../../helpers/helper','SZexm','4917945FsHUny','integrations'];a14_0x46ac=function(){return _0x541397;};return a14_0x46ac();}
@@ -1 +1 @@
1
- var a13_0x401edb=a13_0x1112;(function(_0x273e5d,_0x5951ca){var _0x1146cf=a13_0x1112,_0x1640b2=_0x273e5d();while(!![]){try{var _0x37a615=parseInt(_0x1146cf(0x83))/0x1*(parseInt(_0x1146cf(0x85))/0x2)+parseInt(_0x1146cf(0x93))/0x3*(parseInt(_0x1146cf(0x8d))/0x4)+-parseInt(_0x1146cf(0x90))/0x5*(parseInt(_0x1146cf(0x98))/0x6)+-parseInt(_0x1146cf(0x88))/0x7*(-parseInt(_0x1146cf(0x8c))/0x8)+-parseInt(_0x1146cf(0x92))/0x9*(parseInt(_0x1146cf(0x89))/0xa)+parseInt(_0x1146cf(0x9b))/0xb*(-parseInt(_0x1146cf(0x8b))/0xc)+-parseInt(_0x1146cf(0x82))/0xd*(parseInt(_0x1146cf(0x9f))/0xe);if(_0x37a615===_0x5951ca)break;else _0x1640b2['push'](_0x1640b2['shift']());}catch(_0x5c923f){_0x1640b2['push'](_0x1640b2['shift']());}}}(a13_0x4b08,0x91140));var a13_0x313a2c={};function a13_0x4b08(){var _0x1b540c=['55vTcTga','invalid','options','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','6636iHHepJ','16133mkHSev','12686qtjbZy','hosts','14cXuJcj','bstackAccessKey','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','22435JCxQUY','360SAJFpy','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','57876xUqdza','1680vFMsCx','12tVOuAD','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','command','14515ApSHVI','connect','48753OIIVXl','1028751aFDwEi','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','root','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','missing','804fChyLk','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.','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.'];a13_0x4b08=function(){return _0x1b540c;};return a13_0x4b08();}a13_0x313a2c[a13_0x401edb(0x86)]=a13_0x401edb(0x8e),a13_0x313a2c['hosts']=a13_0x401edb(0x99);var a13_0x5e244b={};a13_0x5e244b[a13_0x401edb(0x95)]=a13_0x401edb(0x96),a13_0x5e244b[a13_0x401edb(0x91)]=a13_0x401edb(0x87),a13_0x5e244b['footer']=a13_0x401edb(0x9e);var a13_0x36da6f={};a13_0x36da6f[a13_0x401edb(0x9d)]=a13_0x313a2c,a13_0x36da6f[a13_0x401edb(0x8f)]=a13_0x5e244b,exports['HELP_MESSAGES']=a13_0x36da6f;var a13_0x4d35c8={};a13_0x4d35c8[a13_0x401edb(0x97)]=a13_0x401edb(0x8a);var a13_0x46b338={};a13_0x46b338[a13_0x401edb(0x97)]=a13_0x401edb(0x94),a13_0x46b338[a13_0x401edb(0x9c)]=a13_0x401edb(0x9a);var a13_0x23e742={};function a13_0x1112(_0xbf16f2,_0x1115a8){var _0x4b084a=a13_0x4b08();return a13_0x1112=function(_0x111286,_0x5a58b4){_0x111286=_0x111286-0x82;var _0x476345=_0x4b084a[_0x111286];return _0x476345;},a13_0x1112(_0xbf16f2,_0x1115a8);}a13_0x23e742[a13_0x401edb(0x86)]=a13_0x4d35c8,a13_0x23e742[a13_0x401edb(0x84)]=a13_0x46b338,exports['ERROR_MESSAGES']=a13_0x23e742;
1
+ var a15_0x2b95f0=a15_0x4eb6;(function(_0x277266,_0x206115){var _0x46aba1=a15_0x4eb6,_0x1a60be=_0x277266();while(!![]){try{var _0x55c4c9=parseInt(_0x46aba1(0x10f))/0x1+-parseInt(_0x46aba1(0x105))/0x2*(parseInt(_0x46aba1(0x10a))/0x3)+-parseInt(_0x46aba1(0x115))/0x4+parseInt(_0x46aba1(0x111))/0x5+-parseInt(_0x46aba1(0x10b))/0x6*(-parseInt(_0x46aba1(0x107))/0x7)+parseInt(_0x46aba1(0xfb))/0x8*(-parseInt(_0x46aba1(0x114))/0x9)+-parseInt(_0x46aba1(0xfe))/0xa;if(_0x55c4c9===_0x206115)break;else _0x1a60be['push'](_0x1a60be['shift']());}catch(_0x142fbf){_0x1a60be['push'](_0x1a60be['shift']());}}}(a15_0x396b,0x24c82));var a15_0x540b54={};function a15_0x396b(){var _0x2c5e4d=['ERROR_MESSAGES','106799wDdcKa','options','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.','3951iMDsTX','30RzvTuS','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.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','missing','254481QFBFlV','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','643245bXfZEE','hosts','root','108pcevaR','188508pEINwZ','62304cxjhyv','footer','invalid','193530brPTga','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','bstackAccessKey','command','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','226ATAYWW'];a15_0x396b=function(){return _0x2c5e4d;};return a15_0x396b();}a15_0x540b54[a15_0x2b95f0(0x101)]=a15_0x2b95f0(0x103),a15_0x540b54[a15_0x2b95f0(0x112)]=a15_0x2b95f0(0x109);var a15_0x48dfb4={};a15_0x48dfb4[a15_0x2b95f0(0x113)]=a15_0x2b95f0(0x104),a15_0x48dfb4['connect']=a15_0x2b95f0(0x100),a15_0x48dfb4[a15_0x2b95f0(0xfc)]=a15_0x2b95f0(0x110);var a15_0x545f3c={};a15_0x545f3c[a15_0x2b95f0(0x108)]=a15_0x540b54,a15_0x545f3c[a15_0x2b95f0(0x102)]=a15_0x48dfb4,exports['HELP_MESSAGES']=a15_0x545f3c;var a15_0x4f0bcf={};a15_0x4f0bcf[a15_0x2b95f0(0x10e)]=a15_0x2b95f0(0x10d);var a15_0x5134d4={};a15_0x5134d4[a15_0x2b95f0(0x10e)]=a15_0x2b95f0(0xff),a15_0x5134d4[a15_0x2b95f0(0xfd)]=a15_0x2b95f0(0x10c);var a15_0x1553e1={};function a15_0x4eb6(_0x50e0f6,_0x47e043){var _0x396bdd=a15_0x396b();return a15_0x4eb6=function(_0x4eb692,_0x13ab4c){_0x4eb692=_0x4eb692-0xfb;var _0x509edd=_0x396bdd[_0x4eb692];return _0x509edd;},a15_0x4eb6(_0x50e0f6,_0x47e043);}a15_0x1553e1[a15_0x2b95f0(0x101)]=a15_0x4f0bcf,a15_0x1553e1[a15_0x2b95f0(0x112)]=a15_0x5134d4,exports[a15_0x2b95f0(0x106)]=a15_0x1553e1;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0x4d046b=a14_0x59e2;(function(_0x504a0d,_0x5b0504){const _0x2bb6cb=a14_0x59e2,_0x2b6533=_0x504a0d();while(!![]){try{const _0x38f659=parseInt(_0x2bb6cb(0x17a))/0x1+parseInt(_0x2bb6cb(0x1fe))/0x2*(parseInt(_0x2bb6cb(0x19d))/0x3)+parseInt(_0x2bb6cb(0x1a0))/0x4*(parseInt(_0x2bb6cb(0x1a3))/0x5)+-parseInt(_0x2bb6cb(0x198))/0x6*(-parseInt(_0x2bb6cb(0x14c))/0x7)+-parseInt(_0x2bb6cb(0x13a))/0x8*(parseInt(_0x2bb6cb(0x16a))/0x9)+-parseInt(_0x2bb6cb(0x13e))/0xa*(parseInt(_0x2bb6cb(0x180))/0xb)+parseInt(_0x2bb6cb(0x1f5))/0xc;if(_0x38f659===_0x5b0504)break;else _0x2b6533['push'](_0x2b6533['shift']());}catch(_0x456be9){_0x2b6533['push'](_0x2b6533['shift']());}}}(a14_0x468c,0xb1995));function a14_0x59e2(_0x2f0a4f,_0x5de5bb){const _0x468c1f=a14_0x468c();return a14_0x59e2=function(_0x59e2fc,_0x6581de){_0x59e2fc=_0x59e2fc-0x135;let _0x4063b4=_0x468c1f[_0x59e2fc];return _0x4063b4;},a14_0x59e2(_0x2f0a4f,_0x5de5bb);}const fs=require('fs'),path=require(a14_0x4d046b(0x194)),util=require(a14_0x4d046b(0x162)),{spawn}=require(a14_0x4d046b(0x1fc)),logger=require(a14_0x4d046b(0x1db))[a14_0x4d046b(0x1cb)],{default:BrowserStackSetup}=require(a14_0x4d046b(0x1ea)),helper=require(a14_0x4d046b(0x191)),utilities=require('../../helpers/utilities'),constants=require('../utils/constants'),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a14_0x4d046b(0x1d0)),{getPercyOptions}=require(a14_0x4d046b(0x176)),TestHubHandler=require(a14_0x4d046b(0x183)),testhubUtils=require(a14_0x4d046b(0x1ac)),{FRAMEWORKS}=require(a14_0x4d046b(0x172)),PerformanceTester=require(a14_0x4d046b(0x1f8)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),getUserJestConfigs=async(_0x20209d,_0x4679cc)=>{const _0x569f39=a14_0x4d046b,_0x5507ed={'wSEbA':'jest-config/build/readConfigFileAndSetRootDir.js','CenBA':_0x569f39(0x174),'ZqpJZ':function(_0x28f044,_0x17179e){return _0x28f044||_0x17179e;},'dDCNv':function(_0x39f0dc,_0x400b4d){return _0x39f0dc(_0x400b4d);},'eDyaU':_0x569f39(0x159),'GsUxD':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','kCgFo':'mjs','wOTkb':_0x569f39(0x196),'CqLgB':_0x569f39(0x1ff)},_0x4bc4a3=helper[_0x569f39(0x1a1)](_0x5507ed['wSEbA'],_0x5507ed['CenBA']),_0x3c8a54=_0x4679cc['findIndex'](_0x281fc5=>_0x281fc5==='--config');if(!helper[_0x569f39(0x1f1)](_0x20209d[_0x569f39(0x1e9)])){logger[_0x569f39(0x17f)](_0x569f39(0x1cd)+_0x20209d['config']),process[_0x569f39(0x16c)][_0x569f39(0x1b2)]=_0x20209d['config'];const _0x25a1e6=await(0x0,_0x4bc4a3[_0x569f39(0x142)])(path[_0x569f39(0x1a7)](_0x20209d[_0x569f39(0x1e9)]));return _0x4679cc[_0x569f39(0x156)](_0x3c8a54,0x2),_0x5507ed[_0x569f39(0x15d)](_0x25a1e6,{});}const _0xd95159=_0x5507ed[_0x569f39(0x1d4)](require,path['join'](process[_0x569f39(0x197)](),_0x5507ed[_0x569f39(0x179)]));if(_0xd95159['jest'])return logger[_0x569f39(0x17f)](_0x5507ed[_0x569f39(0x1ca)]),_0xd95159[_0x569f39(0x18d)];const _0x24f96f=['js',_0x5507ed[_0x569f39(0x150)],_0x5507ed[_0x569f39(0x165)],_0x5507ed[_0x569f39(0x1f7)],'ts'];for(const _0x3509fd of _0x24f96f){const _0x72d7e8=path[_0x569f39(0x1df)](process[_0x569f39(0x197)](),_0x569f39(0x1bc)+_0x3509fd);if(fs[_0x569f39(0x154)](_0x72d7e8)){process[_0x569f39(0x16c)][_0x569f39(0x1b2)]=_0x72d7e8;const _0x3300a3=await(0x0,_0x4bc4a3[_0x569f39(0x142)])(_0x72d7e8);return _0x3300a3;}}return{};},getSerial=(_0x487854,_0x12fb9f)=>{const _0x386aaa=a14_0x4d046b,_0x16b4df={};_0x16b4df[_0x386aaa(0x177)]=_0x386aaa(0x18a),_0x16b4df[_0x386aaa(0x1cc)]=function(_0x2f12d7,_0x2064f5){return _0x2f12d7>_0x2064f5;},_0x16b4df[_0x386aaa(0x1e1)]=function(_0x1e92be,_0x214187){return _0x1e92be>_0x214187;},_0x16b4df['lGOXF']='false';const _0x10e7dd=_0x16b4df;let _0x37841d=_0x10e7dd[_0x386aaa(0x177)];return _0x10e7dd['ZIisH'](_0x487854['length'],0x1)&&(!_0x12fb9f[_0x386aaa(0x168)]&&(helper[_0x386aaa(0x1f1)](_0x12fb9f['maxWorkers'])||_0x10e7dd[_0x386aaa(0x1e1)](_0x12fb9f['maxWorkers'],0x1)))&&(_0x37841d=_0x10e7dd[_0x386aaa(0x15b)]),_0x37841d;},getMaxWorkers=(_0x48141e,_0x13929c,_0x6e53d)=>{const _0x2dd01d=a14_0x4d046b,_0x4036e0={'SjMjD':function(_0x3be798,_0x58b921){return _0x3be798(_0x58b921);}};let _0x3c0245=0x1;if(!helper[_0x2dd01d(0x1f1)](_0x13929c['parallelsPerPlatform']))_0x3c0245=_0x4036e0['SjMjD'](parseInt,_0x13929c[_0x2dd01d(0x1b5)]);else{if(!helper['isUndefined'](_0x48141e[_0x2dd01d(0x1e2)]))_0x3c0245=_0x48141e[_0x2dd01d(0x1e2)];else!helper[_0x2dd01d(0x1f1)](_0x6e53d[_0x2dd01d(0x1e2)])&&(_0x3c0245=_0x6e53d[_0x2dd01d(0x1e2)]);}return _0x3c0245;};async function run(_0x3280e8,_0x5951c7,_0xc01494){const _0xa5ba4c=a14_0x4d046b,_0x122183={'alXjI':_0xa5ba4c(0x190),'MKWsp':_0xa5ba4c(0x18d),'CWxwd':function(_0x16e5dd,_0x5705f7){return _0x16e5dd(_0x5705f7);},'gDZGB':function(_0x3477ec,_0x15fc2f){return _0x3477ec!=_0x15fc2f;},'ySgjK':_0xa5ba4c(0x18a),'OgRtS':function(_0x6cccc4,_0x5f838d,_0x39cd40){return _0x6cccc4(_0x5f838d,_0x39cd40);},'ynKdj':_0xa5ba4c(0x1d8),'Ocggf':function(_0x6447d5,_0x817c8a){return _0x6447d5(_0x817c8a);},'yXaAo':function(_0x510aa9,_0x5df23d,_0x5af64c,_0x4f9c52){return _0x510aa9(_0x5df23d,_0x5af64c,_0x4f9c52);},'GqGXI':function(_0x3c619e,_0x1ffd63){return _0x3c619e*_0x1ffd63;},'SMCHq':function(_0x5a6847,_0x179754){return _0x5a6847===_0x179754;},'RyaEq':_0xa5ba4c(0x1a2),'VjQtc':_0xa5ba4c(0x1d1),'uTcUB':_0xa5ba4c(0x18f),'ZgykB':_0xa5ba4c(0x186),'TjcLu':_0xa5ba4c(0x1d9),'qpfdw':_0xa5ba4c(0x1b0),'zrQiW':_0xa5ba4c(0x147),'EwAQO':'jest.setup.js','staKw':'customSequencer.js','DtODC':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','kEgZu':_0xa5ba4c(0x158),'FzAol':_0xa5ba4c(0x15f),'WEkfK':'data-hooks.js','qVRmX':'customCircus.js','vmxJI':_0xa5ba4c(0x160),'doWgQ':_0xa5ba4c(0x166),'bNZvB':_0xa5ba4c(0x142),'sgUiP':function(_0x7d6b8a,_0x5644c9,_0x5d08e4){return _0x7d6b8a(_0x5644c9,_0x5d08e4);},'xUZgs':_0xa5ba4c(0x1e4),'XyHEW':function(_0x17fc2f,_0x38bcdf){return _0x17fc2f>_0x38bcdf;},'iyKNM':_0xa5ba4c(0x1a9),'wVlWl':function(_0x36eefb,_0x523286,_0x31364c,_0x11ea1e){return _0x36eefb(_0x523286,_0x31364c,_0x11ea1e);},'aHTxQ':_0xa5ba4c(0x185),'MnLgS':_0xa5ba4c(0x1ec),'TpeBM':_0xa5ba4c(0x1eb),'BFLZl':_0xa5ba4c(0x19f),'BYjPD':'close'};helper[_0xa5ba4c(0x157)]()?(await _0xc01494['initialize'](_0x3280e8),await helper[_0xa5ba4c(0x1b9)](_0xc01494[_0xa5ba4c(0x1e9)])):await _0xc01494[_0xa5ba4c(0x189)]();if(!_0xc01494[_0xa5ba4c(0x1e9)])return;_0x122183[_0xa5ba4c(0x164)](_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1b3)],null)?process['env'][_0xa5ba4c(0x1f3)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1b3)]:process[_0xa5ba4c(0x16c)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x122183[_0xa5ba4c(0x138)];const _0x5f393b=new TestOrchestrationHandler(_0xc01494[_0xa5ba4c(0x1e9)]),_0x78b689=await _0x122183['OgRtS'](getUserJestConfigs,_0x3280e8,_0x5951c7);logger['info'](_0x122183['ynKdj']);const _0x440c75=Object[_0xa5ba4c(0x1dd)]({},_0x78b689);_0x440c75[_0xa5ba4c(0x18e)]=Object[_0xa5ba4c(0x1dd)]({},_0x440c75[_0xa5ba4c(0x18e)],{'server':helper[_0xa5ba4c(0x152)](_0xc01494[_0xa5ba4c(0x1e9)]),'environment':_0x78b689[_0xa5ba4c(0x16d)]}),_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c9)]=_0x122183['Ocggf'](getPercyOptions,_0xc01494[_0xa5ba4c(0x1e9)]);const _0x3136ac=helper[_0xa5ba4c(0x1c0)](_0xc01494['config']);!helper[_0xa5ba4c(0x1f1)](_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x199)])&&(process[_0xa5ba4c(0x16c)][_0xa5ba4c(0x16b)]=JSON[_0xa5ba4c(0x184)](_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x199)]));const _0x3445c2=await TestHubHandler[_0xa5ba4c(0x15e)](FRAMEWORKS[_0xa5ba4c(0x1d7)],_0xc01494),_0x386d21=helper[_0xa5ba4c(0x193)](_0xc01494[_0xa5ba4c(0x1e9)],_0x3136ac,constants[_0xa5ba4c(0x192)][_0xa5ba4c(0x1d7)]);let _0x6de4f3=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f2)];_0x6de4f3=_0x6de4f3||accessibilityHelper[_0xa5ba4c(0x1c2)](_0xc01494[_0xa5ba4c(0x1e9)]),process[_0xa5ba4c(0x16c)][_0xa5ba4c(0x19b)]=_0x6de4f3,_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x149)]=_0x386d21,_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1b8)]=_0x122183[_0xa5ba4c(0x151)](getSerial,_0x386d21,_0x3280e8),_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x169)]=_0x122183[_0xa5ba4c(0x1d5)](getMaxWorkers,_0x3280e8,_0xc01494['config'],_0x78b689),_0x440c75['testEnvironmentOptions'][_0xa5ba4c(0x1ef)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1ef)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x181)]=_0x122183['GqGXI'](_0x3280e8[_0xa5ba4c(0x1a5)],0x1)||0x1388,_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c7)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f0)]['skipSessionName'],_0x440c75['testEnvironmentOptions'][_0xa5ba4c(0x136)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f0)][_0xa5ba4c(0x136)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x146)]=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1ae)],_0x440c75[_0xa5ba4c(0x18e)]['turboScaleUrl']=_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x1f9)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c1)]=_0xc01494['config'][_0xa5ba4c(0x13f)];const _0x53fe49=helper[_0xa5ba4c(0x167)](_0xc01494[_0xa5ba4c(0x1e9)]);if(!helper[_0xa5ba4c(0x13b)](_0x53fe49)){helper[_0xa5ba4c(0x16f)](_0x53fe49[_0xa5ba4c(0x14b)])&&(_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1c3)]=_0x53fe49[_0xa5ba4c(0x14b)][_0xa5ba4c(0x1b7)]);if(helper[_0xa5ba4c(0x16f)](_0x53fe49['abortBuildOnFailure'])&&helper[_0xa5ba4c(0x16f)](_0x53fe49[_0xa5ba4c(0x1be)][_0xa5ba4c(0x19e)])){const _0x454d31={};_0x454d31[_0xa5ba4c(0x171)]=_0x53fe49[_0xa5ba4c(0x1be)][_0xa5ba4c(0x13d)],_0x454d31['workingDir']=_0x53fe49[_0xa5ba4c(0x1be)][_0xa5ba4c(0x19e)],_0x440c75[_0xa5ba4c(0x18e)][_0xa5ba4c(0x1e0)]=_0x454d31;}}let _0x34e205='';_0x122183[_0xa5ba4c(0x1ab)](helper['getPackageType'](),constants[_0xa5ba4c(0x15c)][_0xa5ba4c(0x1c5)])?_0x34e205=_0x122183[_0xa5ba4c(0x18c)]:_0x34e205=_0x122183[_0xa5ba4c(0x1af)];const _0x4de32b=_0x34e205,_0x9f3b65=path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183[_0xa5ba4c(0x175)]),_0x49cbee=path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183['TjcLu']),_0x5cf321=path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183['qpfdw']);_0x440c75[_0xa5ba4c(0x16d)]&&(process[_0xa5ba4c(0x16c)][_0xa5ba4c(0x170)]=_0x440c75[_0xa5ba4c(0x16d)]);_0x440c75[_0xa5ba4c(0x16d)]=path['join'](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183[_0xa5ba4c(0x1d3)]),_0x440c75[_0xa5ba4c(0x135)]=_0x49cbee,_0x440c75[_0xa5ba4c(0x15a)]=_0x440c75['setupFilesAfterEnv']||[],_0x440c75[_0xa5ba4c(0x15a)][_0xa5ba4c(0x163)](path[_0xa5ba4c(0x1df)](__dirname,_0x122183['EwAQO']));_0x5f393b[_0xa5ba4c(0x1fd)]()&&(_0x440c75[_0xa5ba4c(0x1aa)]=path[_0xa5ba4c(0x1df)](__dirname,_0x122183['uTcUB'],_0x122183['staKw']));if(testhubUtils[_0xa5ba4c(0x17b)]()){let _0x4a64ac=null;try{_0x4a64ac=helper[_0xa5ba4c(0x1a1)](_0x122183[_0xa5ba4c(0x1b1)],_0x122183['kEgZu']);}catch(_0x56b9f7){_0x122183[_0xa5ba4c(0x143)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x56b9f7);}_0x4a64ac&&(_0x440c75['setupFilesAfterEnv'][_0xa5ba4c(0x163)](path['join'](__dirname,_0x122183[_0xa5ba4c(0x140)],_0x122183[_0xa5ba4c(0x1dc)])),_0x440c75[_0xa5ba4c(0x1a8)]=path['join'](__dirname,_0x122183[_0xa5ba4c(0x145)],_0x122183[_0xa5ba4c(0x14d)]));}_0x440c75[_0xa5ba4c(0x188)]=_0x440c75[_0xa5ba4c(0x188)]||[];try{helper[_0xa5ba4c(0x19a)](),_0x440c75[_0xa5ba4c(0x188)]['push'](path[_0xa5ba4c(0x1df)](__dirname,_0x122183[_0xa5ba4c(0x182)]));}catch{logger[_0xa5ba4c(0x187)](_0x122183['doWgQ']);}_0x440c75[_0xa5ba4c(0x1bb)]=_0x440c75[_0xa5ba4c(0x1bb)]||[_0x122183[_0xa5ba4c(0x1ce)]],_0x122183[_0xa5ba4c(0x195)](updateTestRerunConfig,_0x440c75,_0xc01494);const _0x4296f2=fs[_0xa5ba4c(0x148)](_0x5cf321);fs[_0xa5ba4c(0x1bd)](_0x440c75[_0xa5ba4c(0x135)],_0xa5ba4c(0x161)+_0x4296f2+'\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'+_0xc01494[_0xa5ba4c(0x1e9)][_0xa5ba4c(0x13f)]['length']+_0xa5ba4c(0x1bf)),logger[_0xa5ba4c(0x17f)](_0xa5ba4c(0x1c6)+_0x4de32b+_0xa5ba4c(0x17e)),fs[_0xa5ba4c(0x1bd)](_0x4de32b,'const\x20config='+JSON[_0xa5ba4c(0x184)](_0x440c75)+'\x0amodule.exports\x20=\x20config;');if(_0x5f393b['isTestOrchestrationEnabled']()){logger['debug'](_0x122183[_0xa5ba4c(0x1a4)]);const _0x1a3409=await _0x5f393b[_0xa5ba4c(0x1cf)](_0x440c75,_0x5951c7[_0xa5ba4c(0x178)](0x1),_0x4de32b);logger['debug'](_0xa5ba4c(0x1ee)+JSON['stringify'](_0x1a3409)+_0xa5ba4c(0x1de));const _0x5b84d9=await _0x5f393b[_0xa5ba4c(0x19c)](_0x1a3409);logger[_0xa5ba4c(0x187)](_0xa5ba4c(0x1fa)+JSON[_0xa5ba4c(0x184)](_0x5b84d9)),_0x5b84d9&&_0x122183[_0xa5ba4c(0x1a6)](_0x5b84d9[_0xa5ba4c(0x1c8)],0x0)&&(process[_0xa5ba4c(0x16c)]['JEST_TEST_ORDER']=_0x5b84d9?.[_0xa5ba4c(0x1df)](','));}logger[_0xa5ba4c(0x17f)](_0x122183[_0xa5ba4c(0x16e)]);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails[_0xa5ba4c(0x1c4)]();helper[_0xa5ba4c(0x1e6)]({},_0x5951c7),PerformanceTester[_0xa5ba4c(0x1ad)](PerformanceEvents['SDK_SETUP']);const _0x46543c=_0x122183[_0xa5ba4c(0x173)](spawn,_0x122183[_0xa5ba4c(0x1e5)],[_0x122183[_0xa5ba4c(0x18b)],_0x122183[_0xa5ba4c(0x1d2)],_0x4de32b,..._0x5951c7[_0xa5ba4c(0x178)](0x1)],{'shell':_0x122183['SMCHq'](process[_0xa5ba4c(0x13c)],_0x122183[_0xa5ba4c(0x139)]),'stdio':_0x122183[_0xa5ba4c(0x1fb)],'env':Object[_0xa5ba4c(0x1dd)]({},process[_0xa5ba4c(0x16c)])});_0x46543c['on'](_0x122183[_0xa5ba4c(0x1ed)],async _0x440aeb=>{const _0x5d1ce7=_0xa5ba4c;PerformanceTester[_0x5d1ce7(0x1d6)](PerformanceEvents[_0x5d1ce7(0x14f)]);try{const {browserstackFolderPath:_0x503dfd,tcgConfigPath:_0x963093}=helper[_0x5d1ce7(0x14a)]();fs[_0x5d1ce7(0x144)](_0x963093),fs['rmdirSync'](_0x503dfd);}catch(_0xe0e245){logger[_0x5d1ce7(0x187)](_0x122183[_0x5d1ce7(0x1e8)],_0xe0e245);}process[_0x5d1ce7(0x1e7)]=_0x440aeb,logger[_0x5d1ce7(0x187)](_0x5d1ce7(0x1f6)+_0x440aeb),logger[_0x5d1ce7(0x17f)](_0x5d1ce7(0x17c)+_0x4de32b);if(helper[_0x5d1ce7(0x16f)](_0x53fe49)&&helper['isNotUndefined'](_0x53fe49[_0x5d1ce7(0x1be)])&&fs['existsSync'](_0x53fe49[_0x5d1ce7(0x1be)][_0x5d1ce7(0x19e)]))try{const _0x2d244c={};_0x2d244c[_0x5d1ce7(0x1da)]=!![],_0x2d244c['force']=!![],fs['rmSync'](_0x53fe49[_0x5d1ce7(0x1be)]['workingDir'],_0x2d244c),logger[_0x5d1ce7(0x187)](_0x5d1ce7(0x1b4)+_0x53fe49[_0x5d1ce7(0x1be)]['workingDir']);}catch(_0x3f5947){logger[_0x5d1ce7(0x141)](_0x5d1ce7(0x14e)+_0x3f5947);}let _0x2a892a=null;if(fs[_0x5d1ce7(0x154)](_0x9f3b65)){_0x2a892a=fs[_0x5d1ce7(0x148)](_0x9f3b65);try{_0x2a892a=JSON['parse'](_0x2a892a);}catch(_0x2a09d3){logger[_0x5d1ce7(0x187)]('Error\x20while\x20parsing\x20'+_0x9f3b65+',\x20'+_0x2a892a+_0x5d1ce7(0x1e3)+_0x2a09d3);}fs['unlinkSync'](_0x9f3b65);}fs[_0x5d1ce7(0x144)](_0x4de32b),fs[_0x5d1ce7(0x144)](_0x49cbee),_0x2a892a&&(_0xc01494[_0x5d1ce7(0x155)]=helper[_0x5d1ce7(0x17d)](_0x2a892a,_0x122183[_0x5d1ce7(0x18b)],_0xc01494));try{await TestHubHandler['stop']();}catch(_0x3182cc){console[_0x5d1ce7(0x137)](_0x3182cc),_0x122183['CWxwd'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util['format'](_0x3182cc));}testOpsHelper[_0x5d1ce7(0x1f4)](),TestDetails[_0x5d1ce7(0x1ba)](),await utilities[_0x5d1ce7(0x153)](_0xc01494);});}module[a14_0x4d046b(0x1b6)]=run;function a14_0x468c(){const _0x177399=['handleApp','shutdown','reporters','jest.config.','writeFileSync','abortBuildOnFailure',';\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','useW3C','platformCaps','checkAccessibilityPlatformConfig','retries__','setup','MODULE','Creating\x20','skipSessionName','length','browserStackPercyOptions','GsUxD','winstonLogger','ZIisH','Getting\x20your\x20jest\x20configs\x20from\x20','bNZvB','findTestFiles','./test-observability/test-details','jest_browserstack.config.js','MnLgS','zrQiW','dDCNv','yXaAo','start','JEST','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','customTestRunner.js','recursive','../../helpers/logger','WEkfK','assign','\x20test\x20files\x20to\x20run.','join','failFast','dCEGU','maxWorkers','\x20:\x20','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','aHTxQ','filterBrowserstackArgs','exitCode','alXjI','config','../../helpers/BrowserStackSetup','win32','--config','BYjPD','Found:\x20','proxySettings','testContextOptions','isUndefined','accessibility','BROWSERSTACK_TEST_OBSERVABILITY_YML','printBuildLink','15660864DXKChS','child\x20process\x20exited\x20with\x20code\x20','CqLgB','../../helpers/performance/performance-tester','turboScaleUrl','Reodered\x20Test\x20Files:\x20','BFLZl','child_process','isTestOrchestrationEnabled','378866LRPpvE','json','runner','skipSessionStatus','log','ySgjK','TpeBM','8gsmDPL','isEmpty','platform','maxFailures','31910fHUarW','platforms','FzAol','error','default','Ocggf','unlinkSync','uTcUB','browserStackLogLevel','customEnvironment.js','readFileSync','capabilities','getTCGConfigFilePaths','retryTestsOnFailure','172795jcDjth','qVRmX','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','SDK_CLEANUP','kCgFo','OgRtS','getHubUrl','finalExecution','existsSync','errorMessage','splice','isBrowserstackInfra','jest-circus','package.json','setupFilesAfterEnv','lGOXF','PACKAGE_TYPE','ZqpJZ','launchBuild','test-observability','test_before.setup.js','\x0a\x20\x20\x20\x20','util','push','gDZGB','wOTkb','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','parseTestOrchestrationOptions','runInBand','parallels__','9290286telsrR','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','env','testEnvironment','iyKNM','isNotUndefined','BSTACK_JEST_TEST_ENV','failureThresholdCount','../../helpers/test-observability/constants','wVlWl','jest-config','ZgykB','../../helpers/percy/utils','qxskg','slice','eDyaU','1136287vRUMBb','shouldProcessEventForTesthub','Deleting\x20','getErrorMessageFromResults','\x20with\x20browserstack\x20jest\x20configs','info','4587UezNGd','timeout__','vmxJI','../../helpers/testhub/testhubHandler','stringify','npx','jest_browserstack_results.json','debug','setupFiles','setupTCGAuth','true','MKWsp','RyaEq','jest','testEnvironmentOptions','customImplements','error\x20removing\x20tcg\x20config\x20file','../../helpers/helper','FRAMEWORKS','prepareCapabilities','path','sgUiP','cjs','cwd','54rNDaMs','accessibilityOptions','requireSeleniumWebdriver','BROWSERSTACK_TEST_ACCESSIBILITY_YML','reorderTestFiles','3vudQqj','workingDir','inherit','4PFfism','requireModule','jest_browserstack.config.cjs','1186945KeuIfz','xUZgs','testTimeout','XyHEW','resolve','testRunner','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','testSequencer','SMCHq','../../helpers/testhub/utils','end','logLevel','VjQtc','customTestRunnerTemplate.js','DtODC','USER_CONFIG_DETAILS_PATH','testObservability','Deleted\x20fail-fast\x20state\x20folder:\x20','parallelsPerPlatform','exports','maxRetries','serial__'];a14_0x468c=function(){return _0x177399;};return a14_0x468c();}
2
+ 'use strict';const a16_0x25834f=a16_0x1ef0;(function(_0x5064da,_0x1293ab){const _0x4b6624=a16_0x1ef0,_0x230cdf=_0x5064da();while(!![]){try{const _0x76af48=parseInt(_0x4b6624(0x15e))/0x1+parseInt(_0x4b6624(0x118))/0x2*(parseInt(_0x4b6624(0xeb))/0x3)+-parseInt(_0x4b6624(0x172))/0x4+parseInt(_0x4b6624(0x138))/0x5+-parseInt(_0x4b6624(0x12a))/0x6+-parseInt(_0x4b6624(0x12e))/0x7+parseInt(_0x4b6624(0x17e))/0x8*(parseInt(_0x4b6624(0x14f))/0x9);if(_0x76af48===_0x1293ab)break;else _0x230cdf['push'](_0x230cdf['shift']());}catch(_0x28cc95){_0x230cdf['push'](_0x230cdf['shift']());}}}(a16_0x7f03,0xe042a));function a16_0x7f03(){const _0x67a8b5=['maxFailures','\x20:\x20','AKXWD','SubBV','isTestOrchestrationEnabled','retryTestsOnFailure','jest.setup.js','Fsdqw','accessibility','env','Unable\x20to\x20find\x20jest-circus,\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','\x20test\x20files\x20to\x20run.','7506324dONoHg','yafcX','useW3C','jest','10379558DMzSsz','resolve','QjNUu','USER_CONFIG_DETAILS_PATH','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','udVNo','./test-observability/helper','../../helpers/utilities','EVENTS','testObservability','2366785LFhdRb','isNotUndefined','customCircus.js','customImplements','Ycrrh','setupFiles','rmdirSync','requireModule','runner','abortBuildOnFailure','\x0a\x20\x20\x20\x20','readFileSync','test_before.setup.js','lgwpP','cOpIP','jest-config/build/readConfigFileAndSetRootDir.js','turboScaleUrl','slice','setup','fHUxG','BSTACK_JEST_TEST_ENV','Getting\x20your\x20jest\x20configs\x20from\x20','exitCode','23364qPKLfL','jest_browserstack.config.cjs','length','../../helpers/test-observability/utils','logLevel','QIbYn','isUndefined','serial__','assign','stringify','Dgetz','accessibilityOptions','findIndex','setupFilesAfterEnv','../../helpers/BrowserStackSetup','901237WHDJaQ','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','stop','end','TCZok','tYfeX','errorMessage','util','data-hooks.js','pQssy','skipSessionStatus','../../helpers/performance/performance-tester','SDK_SETUP','maxWorkers','error\x20removing\x20tcg\x20config\x20file','vgzYN','config','jest_browserstack.config.js','Error\x20while\x20parsing\x20','browserStackPercyOptions','3782648bUOSPa','rmSync','json','WbWes','proxySettings','krrQb','testEnvironmentOptions','testEnvironment','cwd','IPsUr','shouldProcessEventForTesthub','sjjgg','8128GSViEq','Deleted\x20fail-fast\x20state\x20folder:\x20','reorderTestFiles','isEmpty','browserStackLogLevel','testContextOptions','failureThresholdCount','getHubUrl','../../helpers/percy/utils','qlhgx','skipSessionName','writeFileSync','error','isBrowserstackInfra','\x20with\x20browserstack\x20jest\x20configs','XQzxo','launchBuild','workingDir','MmQTI','\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','biTVE','exports','\x0amodule.exports\x20=\x20config;','child\x20process\x20exited\x20with\x20code\x20','kCRrD','../../helpers/helper','debug','JEST','peNzF','force','true','VDrDQ','zAvFe','testSequencer','AktkD','const\x20config=','../../helpers/testhub/utils','dbXQG','JEST_TEST_ORDER','close','unlinkSync','Eezgt','getPackageType','30ciavIO','../../helpers/test-observability/constants','cOfdM','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','getErrorMessageFromResults','testTimeout','child_process','parallelsPerPlatform','retries__','splice','failFast','prvhH','info','jest_browserstack_results.json','existsSync','ohnNW','default','capabilities','winstonLogger','parallels__','FRAMEWORKS','MODULE','customTestRunnerTemplate.js','reporters','log','../../helpers/test-orchestration/testOrchestrationHandler','MWnlD','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','prepareCapabilities','jest-circus','Getting\x20your\x20jest\x20configs\x20from\x20package.json','false','join',';\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','clXoa','testRunner','platforms','maxRetries','Found:\x20','aJlTJ','push','checkAccessibilityPlatformConfig','requireSeleniumWebdriver','runInBand','117190gHpKrT','--config','../../helpers/performance/constants','FJlsm','../../helpers/accessibility-automation/helper'];a16_0x7f03=function(){return _0x67a8b5;};return a16_0x7f03();}function a16_0x1ef0(_0x32aeec,_0x351348){const _0x7f0321=a16_0x7f03();return a16_0x1ef0=function(_0x1ef02f,_0x5ef960){_0x1ef02f=_0x1ef02f-0xc6;let _0xca12cc=_0x7f0321[_0x1ef02f];return _0xca12cc;},a16_0x1ef0(_0x32aeec,_0x351348);}const fs=require('fs'),path=require('path'),util=require(a16_0x25834f(0x165)),{spawn}=require(a16_0x25834f(0xf2)),logger=require('../../helpers/logger')[a16_0x25834f(0xfe)],{default:BrowserStackSetup}=require(a16_0x25834f(0x15d)),helper=require(a16_0x25834f(0xd9)),utilities=require(a16_0x25834f(0x135)),constants=require('../utils/constants'),accessibilityHelper=require(a16_0x25834f(0x11c)),{updateTestRerunConfig}=require(a16_0x25834f(0x134)),testOpsHelper=require(a16_0x25834f(0x152)),{debug}=require(a16_0x25834f(0x152)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a16_0x25834f(0xc8)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testhubUtils=require(a16_0x25834f(0xe4)),{FRAMEWORKS}=require(a16_0x25834f(0xec)),PerformanceTester=require(a16_0x25834f(0x169)),PerformanceEvents=require(a16_0x25834f(0x11a))[a16_0x25834f(0x136)],TestOrchestrationHandler=require(a16_0x25834f(0x105)),getUserJestConfigs=async(_0x4f18fb,_0x16b7f9)=>{const _0x6d20a1=a16_0x25834f,_0x1ec390={'npuqt':_0x6d20a1(0x147),'NyfGN':'jest-config','prvhH':function(_0x431d97,_0x66f3d0){return _0x431d97||_0x66f3d0;},'ijVRm':function(_0x4535e7,_0xe647e9){return _0x4535e7(_0xe647e9);},'Ycrrh':'package.json','PLLDK':_0x6d20a1(0x10a),'OxApQ':'mjs','QIbYn':'cjs','dbXQG':_0x6d20a1(0x174)},_0x568295=helper[_0x6d20a1(0x13f)](_0x1ec390['npuqt'],_0x1ec390['NyfGN']),_0x5b7da8=_0x16b7f9[_0x6d20a1(0x15b)](_0x518938=>_0x518938==='--config');if(!helper[_0x6d20a1(0x155)](_0x4f18fb[_0x6d20a1(0x16e)])){logger[_0x6d20a1(0xf8)](_0x6d20a1(0x14d)+_0x4f18fb[_0x6d20a1(0x16e)]),process['env'][_0x6d20a1(0x131)]=_0x4f18fb[_0x6d20a1(0x16e)];const _0x212193=await(0x0,_0x568295['default'])(path[_0x6d20a1(0x12f)](_0x4f18fb[_0x6d20a1(0x16e)]));return _0x16b7f9[_0x6d20a1(0xf5)](_0x5b7da8,0x2),_0x1ec390[_0x6d20a1(0xf7)](_0x212193,{});}const _0x333b02=_0x1ec390['ijVRm'](require,path['join'](process['cwd'](),_0x1ec390[_0x6d20a1(0x13c)]));if(_0x333b02[_0x6d20a1(0x12d)])return logger[_0x6d20a1(0xf8)](_0x1ec390['PLLDK']),_0x333b02[_0x6d20a1(0x12d)];const _0x132680=['js',_0x1ec390['OxApQ'],_0x1ec390[_0x6d20a1(0x154)],_0x1ec390[_0x6d20a1(0xe5)],'ts'];for(const _0x1b9f5c of _0x132680){const _0x14392e=path['join'](process[_0x6d20a1(0x17a)](),'jest.config.'+_0x1b9f5c);if(fs[_0x6d20a1(0xfa)](_0x14392e)){process['env'][_0x6d20a1(0x131)]=_0x14392e;const _0x4493fc=await(0x0,_0x568295[_0x6d20a1(0xfc)])(_0x14392e);return _0x4493fc;}}return{};},getSerial=(_0x27aea2,_0x37ca84)=>{const _0x1bb1bb=a16_0x25834f,_0xa3120a={};_0xa3120a[_0x1bb1bb(0xd2)]=_0x1bb1bb(0xde),_0xa3120a[_0x1bb1bb(0xe2)]=function(_0x126eac,_0xf9515c){return _0x126eac>_0xf9515c;},_0xa3120a['vgzYN']=_0x1bb1bb(0x10b);const _0x1296c7=_0xa3120a;let _0x184363=_0x1296c7['MmQTI'];return _0x1296c7[_0x1bb1bb(0xe2)](_0x27aea2[_0x1bb1bb(0x151)],0x1)&&(!_0x37ca84[_0x1bb1bb(0x117)]&&(helper['isUndefined'](_0x37ca84['maxWorkers'])||_0x1296c7[_0x1bb1bb(0xe2)](_0x37ca84[_0x1bb1bb(0x16b)],0x1)))&&(_0x184363=_0x1296c7[_0x1bb1bb(0x16d)]),_0x184363;},getMaxWorkers=(_0x28a24a,_0x18f71d,_0x3d5ec5)=>{const _0x53bd02=a16_0x25834f,_0x1b65b0={'gQtBm':function(_0x4544ad,_0x213399){return _0x4544ad(_0x213399);}};let _0x4baf78=0x1;if(!helper['isUndefined'](_0x18f71d[_0x53bd02(0xf3)]))_0x4baf78=_0x1b65b0['gQtBm'](parseInt,_0x18f71d[_0x53bd02(0xf3)]);else{if(!helper[_0x53bd02(0x155)](_0x28a24a[_0x53bd02(0x16b)]))_0x4baf78=_0x28a24a[_0x53bd02(0x16b)];else!helper[_0x53bd02(0x155)](_0x3d5ec5[_0x53bd02(0x16b)])&&(_0x4baf78=_0x3d5ec5[_0x53bd02(0x16b)]);}return _0x4baf78;};async function run(_0x19837a,_0x4721b0,_0x19af38){const _0x528504=a16_0x25834f,_0x54341b={'cOfdM':_0x528504(0x16c),'lgwpP':_0x528504(0x12d),'YbdlM':function(_0x425ef0,_0x42516e){return _0x425ef0(_0x42516e);},'cOpIP':function(_0x3ac7b1,_0xa86bef){return _0x3ac7b1!=_0xa86bef;},'biTVE':'true','TCZok':function(_0x4c53bb,_0x44b850,_0x1f439f){return _0x4c53bb(_0x44b850,_0x1f439f);},'yafcX':_0x528504(0xef),'dsWwn':function(_0xe28740,_0xc39908,_0x5cbf25,_0x464f4a){return _0xe28740(_0xc39908,_0x5cbf25,_0x464f4a);},'Fsdqw':function(_0x37a764,_0x1f86b9){return _0x37a764*_0x1f86b9;},'WbWes':function(_0x4bf703,_0x1f259b){return _0x4bf703===_0x1f259b;},'udVNo':_0x528504(0x150),'clXoa':_0x528504(0x16f),'zAvFe':_0x528504(0x13b),'XQzxo':_0x528504(0xf9),'PtUod':'customTestRunner.js','IPsUr':_0x528504(0x102),'tYfeX':'customEnvironment.js','FJlsm':_0x528504(0x123),'MHddy':'customSequencer.js','qlhgx':_0x528504(0x15f),'fHUxG':_0x528504(0x109),'kKadr':function(_0x1e521a,_0xb18025){return _0x1e521a(_0xb18025);},'ACZzl':'test-observability','Eezgt':_0x528504(0x166),'VDrDQ':_0x528504(0x13a),'krrQb':_0x528504(0x144),'gKZLP':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','sjjgg':_0x528504(0xfc),'SubBV':function(_0x12a3cc,_0x5b24c5,_0x3e2281){return _0x12a3cc(_0x5b24c5,_0x3e2281);},'Dgetz':_0x528504(0x132),'pQssy':function(_0x11d554,_0x390096){return _0x11d554>_0x390096;},'ohnNW':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','kCRrD':'npx','aJlTJ':_0x528504(0x119),'peNzF':function(_0x21600c,_0x13533b){return _0x21600c===_0x13533b;},'AKXWD':'win32','MWnlD':'inherit','QjNUu':_0x528504(0xe7)};helper[_0x528504(0xcd)]()?(await _0x19af38['initialize'](_0x19837a),await helper['handleApp'](_0x19af38[_0x528504(0x16e)])):await _0x19af38['setupTCGAuth']();if(!_0x19af38[_0x528504(0x16e)])return;_0x54341b[_0x528504(0x146)](_0x19af38['config'][_0x528504(0x137)],null)?process[_0x528504(0x126)][_0x528504(0x128)]=_0x19af38[_0x528504(0x16e)][_0x528504(0x137)]:process[_0x528504(0x126)][_0x528504(0x128)]=_0x54341b[_0x528504(0xd4)];const _0x2faef0=new TestOrchestrationHandler(_0x19af38['config']),_0x2085ba=await _0x54341b[_0x528504(0x162)](getUserJestConfigs,_0x19837a,_0x4721b0);logger[_0x528504(0xf8)](_0x54341b[_0x528504(0x12b)]);const _0x2bbc3e=Object[_0x528504(0x157)]({},_0x2085ba);_0x2bbc3e[_0x528504(0x178)]=Object['assign']({},_0x2bbc3e[_0x528504(0x178)],{'server':helper[_0x528504(0xc7)](_0x19af38['config']),'environment':_0x2085ba['testEnvironment']}),_0x2bbc3e[_0x528504(0x178)][_0x528504(0x171)]=_0x54341b['YbdlM'](getPercyOptions,_0x19af38[_0x528504(0x16e)]);const _0x193203=helper[_0x528504(0x12c)](_0x19af38[_0x528504(0x16e)]);!helper[_0x528504(0x155)](_0x19af38[_0x528504(0x16e)][_0x528504(0x15a)])&&(process[_0x528504(0x126)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x528504(0x158)](_0x19af38[_0x528504(0x16e)][_0x528504(0x15a)]));const _0x47bd6b=await TestHubHandler[_0x528504(0xd0)](FRAMEWORKS[_0x528504(0xdb)],_0x19af38),_0x23c896=helper[_0x528504(0x108)](_0x19af38[_0x528504(0x16e)],_0x193203,constants[_0x528504(0x100)][_0x528504(0xdb)]);let _0xfcf407=_0x19af38[_0x528504(0x16e)][_0x528504(0x125)];_0xfcf407=_0xfcf407||accessibilityHelper[_0x528504(0x115)](_0x19af38[_0x528504(0x16e)]),process[_0x528504(0x126)][_0x528504(0xee)]=_0xfcf407,_0x2bbc3e[_0x528504(0x178)][_0x528504(0xfd)]=_0x23c896,_0x2bbc3e[_0x528504(0x178)][_0x528504(0x156)]=_0x54341b[_0x528504(0x162)](getSerial,_0x23c896,_0x19837a),_0x2bbc3e[_0x528504(0x178)][_0x528504(0xff)]=_0x54341b['dsWwn'](getMaxWorkers,_0x19837a,_0x19af38['config'],_0x2085ba),_0x2bbc3e[_0x528504(0x178)][_0x528504(0x176)]=_0x19af38[_0x528504(0x16e)][_0x528504(0x176)],_0x2bbc3e[_0x528504(0x178)]['timeout__']=_0x54341b[_0x528504(0x124)](_0x19837a[_0x528504(0xf1)],0x1)||0x1388,_0x2bbc3e[_0x528504(0x178)][_0x528504(0xca)]=_0x19af38[_0x528504(0x16e)]['testContextOptions'][_0x528504(0xca)],_0x2bbc3e[_0x528504(0x178)]['skipSessionStatus']=_0x19af38[_0x528504(0x16e)][_0x528504(0x183)][_0x528504(0x168)],_0x2bbc3e[_0x528504(0x178)][_0x528504(0x182)]=_0x19af38[_0x528504(0x16e)][_0x528504(0x153)],_0x2bbc3e[_0x528504(0x178)]['turboScaleUrl']=_0x19af38[_0x528504(0x16e)][_0x528504(0x148)],_0x2bbc3e[_0x528504(0x178)]['platformCaps']=_0x19af38[_0x528504(0x16e)][_0x528504(0x110)];const _0x54789c=helper['parseTestOrchestrationOptions'](_0x19af38[_0x528504(0x16e)]);if(!helper[_0x528504(0x181)](_0x54789c)){helper[_0x528504(0x139)](_0x54789c[_0x528504(0x122)])&&(_0x2bbc3e[_0x528504(0x178)][_0x528504(0xf4)]=_0x54789c[_0x528504(0x122)][_0x528504(0x111)]);if(helper[_0x528504(0x139)](_0x54789c['abortBuildOnFailure'])&&helper[_0x528504(0x139)](_0x54789c[_0x528504(0x141)][_0x528504(0xd1)])){const _0x4fee42={};_0x4fee42[_0x528504(0xc6)]=_0x54789c['abortBuildOnFailure'][_0x528504(0x11d)],_0x4fee42[_0x528504(0xd1)]=_0x54789c[_0x528504(0x141)][_0x528504(0xd1)],_0x2bbc3e[_0x528504(0x178)][_0x528504(0xf6)]=_0x4fee42;}}let _0x24e1fc='';_0x54341b[_0x528504(0x175)](helper[_0x528504(0xea)](),constants['PACKAGE_TYPE'][_0x528504(0x101)])?_0x24e1fc=_0x54341b[_0x528504(0x133)]:_0x24e1fc=_0x54341b[_0x528504(0x10e)];const _0x528a1a=_0x24e1fc,_0xe273c2=path[_0x528504(0x10c)](__dirname,_0x54341b['zAvFe'],_0x54341b[_0x528504(0xcf)]),_0x1013c6=path[_0x528504(0x10c)](__dirname,_0x54341b[_0x528504(0xe0)],_0x54341b['PtUod']),_0x7e0559=path[_0x528504(0x10c)](__dirname,_0x54341b[_0x528504(0xe0)],_0x54341b[_0x528504(0x17b)]);_0x2bbc3e[_0x528504(0x179)]&&(process[_0x528504(0x126)][_0x528504(0x14c)]=_0x2bbc3e[_0x528504(0x179)]);_0x2bbc3e[_0x528504(0x179)]=path[_0x528504(0x10c)](__dirname,_0x54341b[_0x528504(0xe0)],_0x54341b[_0x528504(0x163)]),_0x2bbc3e[_0x528504(0x140)]=_0x1013c6,_0x2bbc3e[_0x528504(0x15c)]=_0x2bbc3e['setupFilesAfterEnv']||[],_0x2bbc3e[_0x528504(0x15c)][_0x528504(0x114)](path[_0x528504(0x10c)](__dirname,_0x54341b[_0x528504(0x11b)]));_0x2faef0['isTestOrchestrationEnabled']()&&(_0x2bbc3e[_0x528504(0xe1)]=path['join'](__dirname,_0x54341b[_0x528504(0xe0)],_0x54341b['MHddy']));if(testhubUtils[_0x528504(0x17c)]()){let _0x26dddf=null;try{_0x26dddf=helper[_0x528504(0x13f)](_0x54341b[_0x528504(0xc9)],_0x54341b[_0x528504(0x14b)]);}catch(_0x458928){_0x54341b['kKadr'](debug,_0x528504(0x127)+_0x458928);}_0x26dddf&&(_0x2bbc3e[_0x528504(0x15c)]['push'](path[_0x528504(0x10c)](__dirname,_0x54341b['ACZzl'],_0x54341b[_0x528504(0xe9)])),_0x2bbc3e[_0x528504(0x10f)]=path['join'](__dirname,_0x54341b[_0x528504(0xe0)],_0x54341b[_0x528504(0xdf)]));}_0x2bbc3e[_0x528504(0x13d)]=_0x2bbc3e[_0x528504(0x13d)]||[];try{helper[_0x528504(0x116)](),_0x2bbc3e[_0x528504(0x13d)][_0x528504(0x114)](path[_0x528504(0x10c)](__dirname,_0x54341b[_0x528504(0x177)]));}catch{logger[_0x528504(0xda)](_0x54341b['gKZLP']);}_0x2bbc3e[_0x528504(0x103)]=_0x2bbc3e[_0x528504(0x103)]||[_0x54341b[_0x528504(0x17d)]],_0x54341b[_0x528504(0x120)](updateTestRerunConfig,_0x2bbc3e,_0x19af38);const _0x2cd35e=fs[_0x528504(0x143)](_0x7e0559);fs[_0x528504(0xcb)](_0x2bbc3e[_0x528504(0x140)],_0x528504(0x142)+_0x2cd35e+_0x528504(0xd3)+_0x19af38[_0x528504(0x16e)][_0x528504(0x110)][_0x528504(0x151)]+_0x528504(0x10d)),logger[_0x528504(0xf8)]('Creating\x20'+_0x528a1a+_0x528504(0xce)),fs['writeFileSync'](_0x528a1a,_0x528504(0xe3)+JSON[_0x528504(0x158)](_0x2bbc3e)+_0x528504(0xd6));if(_0x2faef0[_0x528504(0x121)]()){logger[_0x528504(0xda)](_0x54341b[_0x528504(0x159)]);const _0x102e8e=await _0x2faef0['findTestFiles'](_0x2bbc3e,_0x4721b0[_0x528504(0x149)](0x1),_0x528a1a);logger[_0x528504(0xda)](_0x528504(0x112)+JSON['stringify'](_0x102e8e)+_0x528504(0x129));const _0xa5f862=await _0x2faef0[_0x528504(0x180)](_0x102e8e);logger['debug']('Reodered\x20Test\x20Files:\x20'+JSON[_0x528504(0x158)](_0xa5f862)),_0xa5f862&&_0x54341b[_0x528504(0x167)](_0xa5f862[_0x528504(0x151)],0x0)&&(process[_0x528504(0x126)][_0x528504(0xe6)]=_0xa5f862?.['join'](','));}logger[_0x528504(0xf8)](_0x54341b[_0x528504(0xfb)]);testhubUtils[_0x528504(0x17c)]()&&TestDetails[_0x528504(0x14a)]();helper['filterBrowserstackArgs']({},_0x4721b0),PerformanceTester[_0x528504(0x161)](PerformanceEvents[_0x528504(0x16a)]);const _0x34a60d=_0x54341b['dsWwn'](spawn,_0x54341b[_0x528504(0xd8)],[_0x54341b[_0x528504(0x145)],_0x54341b[_0x528504(0x113)],_0x528a1a,..._0x4721b0[_0x528504(0x149)](0x1)],{'shell':_0x54341b[_0x528504(0xdc)](process['platform'],_0x54341b[_0x528504(0x11f)]),'stdio':_0x54341b[_0x528504(0x106)],'env':Object[_0x528504(0x157)]({},process['env'])});_0x34a60d['on'](_0x54341b[_0x528504(0x130)],async _0x502a16=>{const _0x516db0=_0x528504;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x15b10b,tcgConfigPath:_0x56b126}=helper['getTCGConfigFilePaths']();fs['unlinkSync'](_0x56b126),fs[_0x516db0(0x13e)](_0x15b10b);}catch(_0x55b80c){logger[_0x516db0(0xda)](_0x54341b[_0x516db0(0xed)],_0x55b80c);}process[_0x516db0(0x14e)]=_0x502a16,logger['debug'](_0x516db0(0xd7)+_0x502a16),logger[_0x516db0(0xf8)]('Deleting\x20'+_0x528a1a);if(helper[_0x516db0(0x139)](_0x54789c)&&helper[_0x516db0(0x139)](_0x54789c[_0x516db0(0x141)])&&fs['existsSync'](_0x54789c[_0x516db0(0x141)][_0x516db0(0xd1)]))try{const _0x436368={};_0x436368['recursive']=!![],_0x436368[_0x516db0(0xdd)]=!![],fs[_0x516db0(0x173)](_0x54789c['abortBuildOnFailure'][_0x516db0(0xd1)],_0x436368),logger['debug'](_0x516db0(0x17f)+_0x54789c[_0x516db0(0x141)][_0x516db0(0xd1)]);}catch(_0x2a986f){logger[_0x516db0(0xcc)]('Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20'+_0x2a986f);}let _0x15721f=null;if(fs[_0x516db0(0xfa)](_0xe273c2)){_0x15721f=fs['readFileSync'](_0xe273c2);try{_0x15721f=JSON['parse'](_0x15721f);}catch(_0x5d6713){logger['debug'](_0x516db0(0x170)+_0xe273c2+',\x20'+_0x15721f+_0x516db0(0x11e)+_0x5d6713);}fs[_0x516db0(0xe8)](_0xe273c2);}fs[_0x516db0(0xe8)](_0x528a1a),fs[_0x516db0(0xe8)](_0x1013c6),_0x15721f&&(_0x19af38[_0x516db0(0x164)]=helper[_0x516db0(0xf0)](_0x15721f,_0x54341b['lgwpP'],_0x19af38));try{await TestHubHandler[_0x516db0(0x160)]();}catch(_0x5bd32e){console[_0x516db0(0x104)](_0x5bd32e),_0x54341b['YbdlM'](debug,_0x516db0(0x107)+util['format'](_0x5bd32e));}testOpsHelper['printBuildLink'](),TestDetails['shutdown'](),await utilities['finalExecution'](_0x19af38);});}module[a16_0x25834f(0xd5)]=run;
@@ -1 +1 @@
1
- const a15_0x3a4396=a15_0x1e0c;(function(_0x422c17,_0x282905){const _0x2b2609=a15_0x1e0c,_0x9be2e3=_0x422c17();while(!![]){try{const _0x297f14=-parseInt(_0x2b2609(0xb8))/0x1+parseInt(_0x2b2609(0xc6))/0x2+-parseInt(_0x2b2609(0xbf))/0x3*(-parseInt(_0x2b2609(0xbc))/0x4)+parseInt(_0x2b2609(0xbb))/0x5+parseInt(_0x2b2609(0xc9))/0x6*(-parseInt(_0x2b2609(0xc8))/0x7)+parseInt(_0x2b2609(0xba))/0x8+-parseInt(_0x2b2609(0xc0))/0x9;if(_0x297f14===_0x282905)break;else _0x9be2e3['push'](_0x9be2e3['shift']());}catch(_0x59156a){_0x9be2e3['push'](_0x9be2e3['shift']());}}}(a15_0x2769,0xb8333));const path=require(a15_0x3a4396(0xca)),{requireModule}=require(a15_0x3a4396(0xc4));let initJestAdapter=requireModule(a15_0x3a4396(0xcb),'jest-circus');function a15_0x1e0c(_0x54a696,_0x1a6b6a){const _0x276901=a15_0x2769();return a15_0x1e0c=function(_0x1e0c5a,_0x48b24a){_0x1e0c5a=_0x1e0c5a-0xb7;let _0x76f02a=_0x276901[_0x1e0c5a];return _0x76f02a;},a15_0x1e0c(_0x54a696,_0x1a6b6a);}initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a15_0x3a4396(0xc3)];const FRAMEWORK_INITIALIZER=path[a15_0x3a4396(0xb7)](__dirname,a15_0x3a4396(0xbd));module[a15_0x3a4396(0xc2)]=(..._0xe8236c)=>{const _0x35f87c=a15_0x3a4396,_0x309d11={'avZGh':_0x35f87c(0xc5),'oKiqc':function(_0x5e9fed,_0x1323fc){return _0x5e9fed===_0x1323fc;},'lCXDi':function(_0x925558,..._0x113538){return _0x925558(..._0x113538);}};return _0xe8236c[0x3][_0x35f87c(0xc1)]=_0xe8236c[0x3]['requireInternalModule'],_0xe8236c[0x3]['requireInternalModule']=(..._0x106a99)=>{const _0x3aee0c=_0x35f87c;if(_0x106a99[0x0]&&_0x106a99[0x0]['includes'](_0x309d11[_0x3aee0c(0xb9)])&&_0x309d11[_0x3aee0c(0xc7)](_0x106a99[0x1],undefined))return _0xe8236c[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0xe8236c[0x3][_0x3aee0c(0xc1)](..._0x106a99);},_0x309d11[_0x35f87c(0xbe)](initJestAdapter,..._0xe8236c);};function a15_0x2769(){const _0x436406=['exports','default','../../../helpers/helper','jestAdapterInit','81216HovzAZ','oKiqc','7BcmPmW','3519930PiMBnz','path','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','join','238276qrpAau','avZGh','9361040gLvAGR','998235nydVZC','4516PWXbNy','customJestAdapterInit.js','lCXDi','459XYmOok','33372AiRgVo','initRequireModule'];a15_0x2769=function(){return _0x436406;};return a15_0x2769();}
1
+ function a17_0x2a13(){const _0x17ce5c=['3363032nZJlGE','jest-circus','RYBNp','function','3ByqmmB','jestAdapterInit','../../../helpers/helper','exports','join','826723VSCIKy','5051205juBjwz','default','2660862XcwicK','initRequireModule','33295023AjHSpp','requireInternalModule','1552FBOvLp','MRzwW','4949NKtCiz','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','jIGVt','includes','4247058lQfhlO','path'];a17_0x2a13=function(){return _0x17ce5c;};return a17_0x2a13();}const a17_0x2e5756=a17_0x1b1b;(function(_0x4dc327,_0xbd589e){const _0x32057e=a17_0x1b1b,_0x2b47ea=_0x4dc327();while(!![]){try{const _0x5717b5=parseInt(_0x32057e(0x1b4))/0x1+-parseInt(_0x32057e(0x1b7))/0x2*(parseInt(_0x32057e(0x1af))/0x3)+-parseInt(_0x32057e(0x1ab))/0x4+-parseInt(_0x32057e(0x1b5))/0x5+-parseInt(_0x32057e(0x1a9))/0x6+parseInt(_0x32057e(0x1bd))/0x7*(parseInt(_0x32057e(0x1bb))/0x8)+parseInt(_0x32057e(0x1b9))/0x9;if(_0x5717b5===_0xbd589e)break;else _0x2b47ea['push'](_0x2b47ea['shift']());}catch(_0x509111){_0x2b47ea['push'](_0x2b47ea['shift']());}}}(a17_0x2a13,0xbcfa7));const path=require(a17_0x2e5756(0x1aa)),{requireModule}=require(a17_0x2e5756(0x1b1));let initJestAdapter=requireModule(a17_0x2e5756(0x1a6),a17_0x2e5756(0x1ac));function a17_0x1b1b(_0x13d524,_0x3f7130){const _0x2a13e3=a17_0x2a13();return a17_0x1b1b=function(_0x1b1be7,_0x80aabb){_0x1b1be7=_0x1b1be7-0x1a6;let _0x5367c4=_0x2a13e3[_0x1b1be7];return _0x5367c4;},a17_0x1b1b(_0x13d524,_0x3f7130);}initJestAdapter=typeof initJestAdapter===a17_0x2e5756(0x1ae)?initJestAdapter:initJestAdapter[a17_0x2e5756(0x1b6)];const FRAMEWORK_INITIALIZER=path[a17_0x2e5756(0x1b3)](__dirname,'customJestAdapterInit.js');module[a17_0x2e5756(0x1b2)]=(..._0x4edad7)=>{const _0x1ce7c5=a17_0x2e5756,_0x3f96f3={'jIGVt':_0x1ce7c5(0x1b0),'RYBNp':function(_0x5d7a03,_0x520dd0){return _0x5d7a03===_0x520dd0;},'MRzwW':function(_0x3b8602,..._0xce3813){return _0x3b8602(..._0xce3813);}};return _0x4edad7[0x3][_0x1ce7c5(0x1b8)]=_0x4edad7[0x3][_0x1ce7c5(0x1ba)],_0x4edad7[0x3]['requireInternalModule']=(..._0x28e4dd)=>{const _0x24127d=_0x1ce7c5;if(_0x28e4dd[0x0]&&_0x28e4dd[0x0][_0x24127d(0x1a8)](_0x3f96f3[_0x24127d(0x1a7)])&&_0x3f96f3[_0x24127d(0x1ad)](_0x28e4dd[0x1],undefined))return _0x4edad7[0x3][_0x24127d(0x1b8)](FRAMEWORK_INITIALIZER);return _0x4edad7[0x3][_0x24127d(0x1b8)](..._0x28e4dd);},_0x3f96f3[_0x1ce7c5(0x1bc)](initJestAdapter,..._0x4edad7);};
@@ -1 +1 @@
1
- const a16_0x1ed8f8=a16_0x25d2;(function(_0x2c0e4,_0x1105c9){const _0x22333a=a16_0x25d2,_0x2eeddf=_0x2c0e4();while(!![]){try{const _0x2a393e=-parseInt(_0x22333a(0x1ee))/0x1*(parseInt(_0x22333a(0x212))/0x2)+parseInt(_0x22333a(0x1e1))/0x3+-parseInt(_0x22333a(0x1ba))/0x4*(parseInt(_0x22333a(0x1bd))/0x5)+parseInt(_0x22333a(0x1b6))/0x6+-parseInt(_0x22333a(0x1be))/0x7+-parseInt(_0x22333a(0x1ec))/0x8+parseInt(_0x22333a(0x200))/0x9*(parseInt(_0x22333a(0x1ea))/0xa);if(_0x2a393e===_0x1105c9)break;else _0x2eeddf['push'](_0x2eeddf['shift']());}catch(_0x786699){_0x2eeddf['push'](_0x2eeddf['shift']());}}}(a16_0x3c9e,0x5fd00));const helper=require(a16_0x1ed8f8(0x1e3)),constants=require(a16_0x1ed8f8(0x1d6)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x1ed8f8(0x1c8)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a16_0x1ed8f8(0x1e6)),logger=require(a16_0x1ed8f8(0x1bb))[a16_0x1ed8f8(0x21c)],getTestEnvironment=((()=>{const _0x1a5969=a16_0x1ed8f8,_0x259e70={};_0x259e70[_0x1a5969(0x206)]=_0x1a5969(0x1fb),_0x259e70[_0x1a5969(0x1c7)]=_0x1a5969(0x1f5);const _0x2528ee=_0x259e70;try{const _0x47a114=helper['requireModule'](_0x2528ee[_0x1a5969(0x206)]);if(_0x47a114[_0x1a5969(0x202)])return _0x47a114[_0x1a5969(0x202)];const _0x1e57f6=helper['requireModule'](_0x2528ee[_0x1a5969(0x1c7)]);if(_0x1e57f6[_0x1a5969(0x219)])return _0x1e57f6[_0x1a5969(0x219)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x31d985=a16_0x1ed8f8,_0x375acd={'RksCl':function(_0x342d04,_0x2afc13){return _0x342d04(_0x2afc13);},'zpBiR':_0x31d985(0x21d),'EbsyW':function(_0x36b7c0,_0xcf1fd8){return _0x36b7c0(_0xcf1fd8);},'mVlWK':_0x31d985(0x1d5)},_0x2a2357=_0x375acd[_0x31d985(0x1ad)](getTestEnvironment,{'rootDir':process[_0x31d985(0x1f7)](),'testEnvironment':process[_0x31d985(0x20f)][_0x31d985(0x1eb)]||_0x375acd[_0x31d985(0x218)]});if(!_0x2a2357)return _0x375acd[_0x31d985(0x1e5)](_interopRequireDefault,helper['requireModule'](_0x375acd[_0x31d985(0x1ef)]));return _0x375acd[_0x31d985(0x1e5)](_interopRequireDefault,helper[_0x31d985(0x21e)](_0x2a2357));})()),_seleniumWebdriver2=((()=>{const _0x1ef733=a16_0x1ed8f8,_0x4e461b={'HKoLK':function(_0x416e60,_0x4ca19c){return _0x416e60(_0x4ca19c);}};try{const _0x4949c5=helper['requireSeleniumWebdriver']();return helper[_0x1ef733(0x213)](),_0x4e461b['HKoLK'](_interopRequireDefault,_0x4949c5);}catch{return null;}})());function _interopRequireDefault(_0x14f2cc){const _0x2f005e=a16_0x1ed8f8;return _0x14f2cc&&_0x14f2cc[_0x2f005e(0x21f)]?_0x14f2cc:{'default':_0x14f2cc};}function a16_0x3c9e(){const _0x2328b2=['1|6|3|2|9|0|8|7|5|4','../../../index','jest-environment-node','../../utils/constants','Yrnbq','configuration','BSTACK_DELTA','testContext','testPath','registerListeners','errors','default','MVrql','uajWP','876027AduAyv','__webdriver','../../../helpers/helper','testEnvironmentOptions','EbsyW','../../../helpers/testhub/utils','Error\x20in\x20fail-fast\x20test_done\x20handler:','skipSessionStatus','test','10vXCcAJ','BSTACK_JEST_TEST_ENV','1489400iUWJqK','mode','249ELRLGB','mVlWK','failFastOptions','gkGNb','sessionNameProvided','teardown','piTBB','jest-config','skip','cwd','test_done','browserstackPercyBestPlatform','debug','jest-resolve','timeout__','PTgKT','skipSessionName','quit','9760221OtNMYj','percyCaptureMode','resolveTestEnvironment','framework','duIgy','FlnAZ','LqwCE','../../../helpers/test-orchestration/failfastManager','JUvWC','JJuGA','YCowM','nestedKeyValue','isTrue','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','cleanupDrivers','env','UttFb','Builder','4846nQcqQU','modifyCommand','browserStackGlobals','info','__jestRetries','FRAMEWORKS','zpBiR','getTestEnvironment','browserStackPercyOptions','buildName','winstonLogger','node','requireModule','__esModule','ZnSxl','isBrowserstackInfra','SuNnQ','rMyjA','split','jmhlY','RksCl','name','iRYAS','__driversArray','epTes','__skipSessionStatus','global','yRewQ','onTestDone','3667878iexHnX','failFast','projectConfig','exports','47356XzvjSW','../../../helpers/logger','browserstackPlatformIndex','185sGqlNR','2574586dtZMLN','hzcTd','platformCaps','__timeout','capability','isNotUndefined','getInstance','bstack:options','retries__','wYbrv','../../../helpers/test-observability/requestQueueHandler','join','SkEud','shutdown','test_start','__platformCaps','XnaaH','driver','shouldProcessEventForTesthub','\x20>\x20','projectName'];a16_0x3c9e=function(){return _0x2328b2;};return a16_0x3c9e();}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x1ed8f8(0x1de)][a16_0x1ed8f8(0x211)]:null;function a16_0x25d2(_0x414201,_0x3a1237){const _0x3c9ee9=a16_0x3c9e();return a16_0x25d2=function(_0x25d23f,_0x50bce5){_0x25d23f=_0x25d23f-0x1aa;let _0x1fc093=_0x3c9ee9[_0x25d23f];return _0x1fc093;},a16_0x25d2(_0x414201,_0x3a1237);}class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0xb5c00){const _0x321183=a16_0x1ed8f8,_0x43d5e6={'UaBue':_0x321183(0x1ff),'SuNnQ':function(_0x3da6d5,_0x42290e){return _0x3da6d5+_0x42290e;},'hzcTd':_0x321183(0x1c5),'jmhlY':function(_0x252119,_0x584c8f){return _0x252119(_0x584c8f);},'YCowM':_0x321183(0x207),'FlnAZ':_0x321183(0x1d3),'Yrnbq':_0x321183(0x1e4),'SkEud':_0x321183(0x21a),'duIgy':'percyCaptureMode','PTgKT':_0x321183(0x1f9),'yRewQ':_0x321183(0x1d4),'NgFvl':_0x321183(0x1c0),'ZnSxl':'percy'};super(_0xb5c00),this[_0x321183(0x1b3)][_0x321183(0x1c1)]=0x0,this['configuration']={};!_0xb5c00[_0x321183(0x1e4)]&&(_0xb5c00[_0x321183(0x1e4)]={});if(helper[_0x321183(0x221)]()){_0xb5c00[_0x321183(0x1e4)]=_0xb5c00[_0x321183(0x1b8)]?_0xb5c00[_0x321183(0x1b8)][_0x321183(0x1e4)]:_0xb5c00[_0x321183(0x1e4)],this['builder']=new _seleniumWebdriver2[(_0x321183(0x1de))][(_0x321183(0x211))](),this[_0x321183(0x1c2)]=_0xb5c00[_0x321183(0x1b8)]?_0xb5c00[_0x321183(0x1b8)][_0x321183(0x1c2)]:_0xb5c00['capability'],this[_0x321183(0x1b3)][_0x321183(0x1c1)]=_0x43d5e6[_0x321183(0x222)](this[_0x321183(0x1d8)][_0x321183(0x1fc)],constants[_0x321183(0x1d9)]),this[_0x321183(0x1f0)]=_0xb5c00[_0x321183(0x1e4)]['failFast'];if(this[_0x321183(0x1f0)]){const _0x11e0ea=this['capability'][_0x43d5e6[_0x321183(0x1bf)]]?.[_0x321183(0x21b)]||'',_0x25825e=this[_0x321183(0x1c2)][_0x43d5e6[_0x321183(0x1bf)]]?.[_0x321183(0x1d2)]||'';this[_0x321183(0x1b7)]=new(_0x43d5e6[_0x321183(0x1ac)](require,_0x43d5e6[_0x321183(0x20a)]))(this[_0x321183(0x1f0)],_0x11e0ea,_0x25825e),this[_0x321183(0x1b3)]['failFastActive']=![];}helper[_0x321183(0x1c3)](this[_0x321183(0x1d8)][_0x321183(0x1c6)])&&(this[_0x321183(0x1b3)][_0x321183(0x216)]=this[_0x321183(0x1d8)][_0x321183(0x1c6)]);}if(testhubUtils[_0x321183(0x1d0)]()){const _0x1333f1=new ObservabilityReporter();_0x1333f1[_0x321183(0x1dc)]();}this[_0x321183(0x1b3)][_0x321183(0x214)]={},this[_0x321183(0x1d8)]=_0xb5c00[_0x321183(0x1e4)],this[_0x321183(0x1d8)][_0x321183(0x203)]=constants[_0x321183(0x217)]['JEST'];if(_seleniumWebdriver2){const _0x3a8cf0=_0x43d5e6[_0x321183(0x205)][_0x321183(0x1ab)]('|');let _0x306c97=0x0;while(!![]){switch(_0x3a8cf0[_0x306c97++]){case'0':this[_0x321183(0x1b3)][_0x321183(0x201)]=helper['nestedKeyValue'](_0xb5c00,[_0x43d5e6[_0x321183(0x1d7)],_0x43d5e6[_0x321183(0x1ca)],_0x43d5e6[_0x321183(0x204)]]);continue;case'1':this['global']['__drivers']=[];continue;case'2':this[_0x321183(0x1b3)][_0x321183(0x1f9)]=helper[_0x321183(0x20b)](_0xb5c00,[_0x43d5e6[_0x321183(0x1d7)],_0x43d5e6[_0x321183(0x1ca)],_0x43d5e6[_0x321183(0x1fd)]]);continue;case'3':this[_0x321183(0x1b3)][_0x321183(0x1bc)]=(_0xb5c00[_0x321183(0x1b8)]?_0xb5c00[_0x321183(0x1b8)][_0x321183(0x1bc)]:_0xb5c00[_0x321183(0x1bc)])||0x0;continue;case'4':this['global']['cleanup']=async()=>{const _0x220047=_0x321183;await this[_0x220047(0x1b3)][_0x220047(0x1cf)][_0x220047(0x1ff)](_0x43d5e6['UaBue']);};continue;case'5':this[_0x321183(0x1b3)][_0x321183(0x1b2)]=helper[_0x321183(0x20c)](this['configuration'][_0x321183(0x1e8)]);continue;case'6':this[_0x321183(0x1b3)][_0x321183(0x1e2)]=_0x43d5e6['jmhlY'](require,_0x43d5e6[_0x321183(0x1b4)])['browserstackAgentV2']({...this['configuration'],'capability':this[_0x321183(0x1c2)]||{}},this,testhubUtils[_0x321183(0x1d0)]());continue;case'7':helper[_0x321183(0x20c)](this['configuration'][_0x321183(0x1fe)])?this[_0x321183(0x1b3)][_0x321183(0x1f2)]=!![]:this['global']['sessionNameProvided']=![];continue;case'8':this['global'][_0x321183(0x1cd)]=helper[_0x321183(0x20b)](this['configuration'],[_0x43d5e6['NgFvl'],this['global'][_0x321183(0x1bc)]])||{};continue;case'9':this[_0x321183(0x1b3)]['percy']=helper['nestedKeyValue'](_0xb5c00,[_0x43d5e6[_0x321183(0x1d7)],_0x43d5e6[_0x321183(0x1ca)],_0x43d5e6[_0x321183(0x220)]]);continue;}break;}}}async[a16_0x1ed8f8(0x1f3)](){const _0x41fdc0=a16_0x1ed8f8;_seleniumWebdriver2&&(await helper[_0x41fdc0(0x20e)](this['global'][_0x41fdc0(0x1b0)]),this[_0x41fdc0(0x1b3)]['__webdriver']['Builder']=originalBuilder),await RequestQueueHandler[_0x41fdc0(0x1c4)]()[_0x41fdc0(0x1cb)]();}async['setup'](){}async['handleTestEvent'](_0xe6c95f,_0x108038){const _0x59b276=a16_0x1ed8f8,_0x375c2f={};_0x375c2f['JJuGA']=function(_0x299fa1,_0x478a9c){return _0x299fa1===_0x478a9c;},_0x375c2f[_0x59b276(0x1aa)]=_0x59b276(0x1cc),_0x375c2f['piTBB']=function(_0x48307c,_0x5ee322){return _0x48307c===_0x5ee322;},_0x375c2f[_0x59b276(0x210)]=_0x59b276(0x1f6),_0x375c2f[_0x59b276(0x1e0)]=function(_0x3d4c4e,_0x497a85){return _0x3d4c4e===_0x497a85;},_0x375c2f[_0x59b276(0x1df)]=_0x59b276(0x1f8),_0x375c2f[_0x59b276(0x1f1)]=_0x59b276(0x1d1),_0x375c2f['JUvWC']=function(_0x74f782,_0x4157c2){return _0x74f782===_0x4157c2;},_0x375c2f[_0x59b276(0x1b1)]=_0x59b276(0x1e7),_0x375c2f[_0x59b276(0x1ce)]=function(_0x5cad52,_0x296d5e){return _0x5cad52===_0x296d5e;},_0x375c2f[_0x59b276(0x1af)]=_0x59b276(0x1f3);const _0x4f2d14=_0x375c2f,{name:_0x56eef5}=_0xe6c95f;if(_0x4f2d14[_0x59b276(0x209)](_0x56eef5,_0x4f2d14[_0x59b276(0x1aa)])){this['global'][_0x59b276(0x1da)]=_0xe6c95f['test'];if(_0x4f2d14[_0x59b276(0x1f4)](this[_0x59b276(0x1b3)]['failFastActive'],!![])){const _0x258618=_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1ae)];logger[_0x59b276(0x215)](_0x59b276(0x20d)+_0x258618),_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1ed)]=_0x4f2d14[_0x59b276(0x210)];}}if(this['failFast']&&_0x4f2d14[_0x59b276(0x1e0)](_0x56eef5,_0x4f2d14[_0x59b276(0x1df)]))try{const _0x4697d2=_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1db)][_0x59b276(0x1c9)](_0x4f2d14[_0x59b276(0x1f1)]),_0x4bb9ca=_0xe6c95f[_0x59b276(0x1e9)][_0x59b276(0x1dd)];await this[_0x59b276(0x1b7)][_0x59b276(0x1b5)](_0x4697d2,_0x4bb9ca);const _0x5f2021=await this[_0x59b276(0x1b7)]['shouldFailFast']();_0x4f2d14['JJuGA'](this['global']['failFastActive'],![])&&_0x4f2d14[_0x59b276(0x208)](_0x5f2021,!![])&&(this[_0x59b276(0x1b3)]['failFastActive']=!![]);}catch(_0x7e9ebd){logger[_0x59b276(0x1fa)](_0x4f2d14[_0x59b276(0x1b1)],_0x7e9ebd['message']);}_0x4f2d14[_0x59b276(0x1ce)](_0x56eef5,_0x4f2d14[_0x59b276(0x1af)])&&(this[_0x59b276(0x1b7)]&&this['failFast']['cleanup']());}}module[a16_0x1ed8f8(0x1b9)]=CustomEnvironment;
1
+ const a18_0x44bb93=a18_0x4921;function a18_0x1c46(){const _0x57725e=['Builder','jest-environment-node','testContext','testEnvironmentOptions','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','WUSqa','platformCaps','UpFsw','xaZvQ','join','resolveTestEnvironment','test_start','projectConfig','../test-observability/obsReporter','5|6|1|3|8|7|9|2|0|4','vyQxa','errors','MtcnA','shouldProcessEventForTesthub','9GNaxwC','failFast','2414550qkByNI','69OOFwPu','cleanupDrivers','capability','Error\x20in\x20fail-fast\x20test_done\x20handler:','BSTACK_JEST_TEST_ENV','ORUvj','requireSeleniumWebdriver','percyCaptureMode','skipSessionStatus','shutdown','../../../helpers/logger','driver','quit','__webdriver','KgSRv','browserStackPercyOptions','cwd','failFastActive','pxowH','__skipSessionStatus','../../../helpers/test-orchestration/failfastManager','isBrowserstackInfra','cleanup','isNotUndefined','VsHFR','default','builder','setup','10176890bXxqcz','529325zxVzsh','env','framework','7QIytEZ','getTestEnvironment','MVEKf','test_done','nestedKeyValue','../../utils/constants','configuration','winstonLogger','browserstackPlatformIndex','fGMqU','PXZFU','2AgThMJ','839195KMjowi','name','../../../helpers/test-observability/requestQueueHandler','browserStackGlobals','AeFtD','skipSessionName','teardown','__timeout','bgJlL','orqaR','XMwiO','getInstance','../../../helpers/testhub/utils','HGATV','failFastOptions','registerListeners','wIRUJ','requireModule','../../../index','sessionNameProvided','DcAvz','bstack:options','global','10786831fNEMUV','LkKMb','cDQzk','handleTestEvent','debug','percy','BSTACK_DELTA','test','EihBs','fpElO','__platformCaps','CGyrG','retries__','../../../helpers/test-observability/utils','2734432DaFzsx','CHgbe','__esModule','isTrue','166180daEHIe','onTestDone','info','__driversArray','24iHykUs','browserstackPercyBestPlatform','JEST','jest-config','WQjGz'];a18_0x1c46=function(){return _0x57725e;};return a18_0x1c46();}(function(_0x7274d6,_0x3570f3){const _0x2a364a=a18_0x4921,_0x27b85e=_0x7274d6();while(!![]){try{const _0x4345fc=-parseInt(_0x2a364a(0x1ed))/0x1*(-parseInt(_0x2a364a(0x1ec))/0x2)+-parseInt(_0x2a364a(0x235))/0x3*(parseInt(_0x2a364a(0x216))/0x4)+-parseInt(_0x2a364a(0x252))/0x5+-parseInt(_0x2a364a(0x234))/0x6*(-parseInt(_0x2a364a(0x1e1))/0x7)+parseInt(_0x2a364a(0x212))/0x8*(-parseInt(_0x2a364a(0x232))/0x9)+-parseInt(_0x2a364a(0x251))/0xa+-parseInt(_0x2a364a(0x204))/0xb*(-parseInt(_0x2a364a(0x21a))/0xc);if(_0x4345fc===_0x3570f3)break;else _0x27b85e['push'](_0x27b85e['shift']());}catch(_0x19dab6){_0x27b85e['push'](_0x27b85e['shift']());}}}(a18_0x1c46,0xbee91));const helper=require('../../../helpers/helper'),constants=require(a18_0x44bb93(0x1e6)),{isTestObservabilitySession}=require(a18_0x44bb93(0x211)),RequestQueueHandler=require(a18_0x44bb93(0x1ef)),ObservabilityReporter=require(a18_0x44bb93(0x22c)),testhubUtils=require(a18_0x44bb93(0x1f9)),logger=require(a18_0x44bb93(0x23f))[a18_0x44bb93(0x1e8)],getTestEnvironment=((()=>{const _0x4ec00a=a18_0x44bb93,_0x17edc6={};_0x17edc6[_0x4ec00a(0x24d)]='jest-resolve',_0x17edc6[_0x4ec00a(0x1e3)]=_0x4ec00a(0x21d);const _0x2ce36e=_0x17edc6;try{const _0x4becfb=helper[_0x4ec00a(0x1fe)](_0x2ce36e['VsHFR']);if(_0x4becfb[_0x4ec00a(0x229)])return _0x4becfb[_0x4ec00a(0x229)];const _0x4505f3=helper[_0x4ec00a(0x1fe)](_0x2ce36e[_0x4ec00a(0x1e3)]);if(_0x4505f3[_0x4ec00a(0x1e2)])return _0x4505f3['getTestEnvironment'];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x151fda=a18_0x44bb93,_0x4e9a3e={'fpElO':function(_0x4c46f5,_0x192436){return _0x4c46f5(_0x192436);},'CHgbe':'node','MtcnA':function(_0x5b5d86,_0x1b757f){return _0x5b5d86(_0x1b757f);},'ORUvj':_0x151fda(0x220),'VhVuL':function(_0x59b2e9,_0x3d7595){return _0x59b2e9(_0x3d7595);}},_0xad4972=_0x4e9a3e[_0x151fda(0x20d)](getTestEnvironment,{'rootDir':process[_0x151fda(0x245)](),'testEnvironment':process[_0x151fda(0x253)][_0x151fda(0x239)]||_0x4e9a3e[_0x151fda(0x213)]});if(!_0xad4972)return _0x4e9a3e[_0x151fda(0x230)](_interopRequireDefault,helper[_0x151fda(0x1fe)](_0x4e9a3e[_0x151fda(0x23a)]));return _0x4e9a3e['VhVuL'](_interopRequireDefault,helper['requireModule'](_0xad4972));})()),_seleniumWebdriver2=((()=>{const _0x2f702c=a18_0x44bb93,_0x2881cc={'WaeHs':function(_0x3398d0,_0x15cfb8){return _0x3398d0(_0x15cfb8);}};try{const _0x139706=helper[_0x2f702c(0x23b)]();return helper['modifyCommand'](),_0x2881cc['WaeHs'](_interopRequireDefault,_0x139706);}catch{return null;}})());function _interopRequireDefault(_0x3b5f4f){const _0x37e6b5=a18_0x44bb93;return _0x3b5f4f&&_0x3b5f4f[_0x37e6b5(0x214)]?_0x3b5f4f:{'default':_0x3b5f4f};}function a18_0x4921(_0x4e0415,_0x385d66){const _0x1c46d6=a18_0x1c46();return a18_0x4921=function(_0x4921bc,_0x131e3e){_0x4921bc=_0x4921bc-0x1e0;let _0x46d172=_0x1c46d6[_0x4921bc];return _0x46d172;},a18_0x4921(_0x4e0415,_0x385d66);}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a18_0x44bb93(0x24e)][a18_0x44bb93(0x21f)]:null;class CustomEnvironment extends _jestUserEnvironment[a18_0x44bb93(0x24e)]{constructor(_0x435259){const _0x3cf26a=a18_0x44bb93,_0x3f5426={'WUSqa':_0x3cf26a(0x241),'cDQzk':function(_0x4b5efe,_0x94739c){return _0x4b5efe+_0x94739c;},'KgSRv':_0x3cf26a(0x202),'HGATV':function(_0x3af5d3,_0x28ecb0){return _0x3af5d3(_0x28ecb0);},'ZMTZz':_0x3cf26a(0x249),'tdxbz':_0x3cf26a(0x22d),'AeFtD':_0x3cf26a(0x222),'UpFsw':_0x3cf26a(0x244),'fGMqU':_0x3cf26a(0x21b),'xaZvQ':_0x3cf26a(0x1ff),'vyQxa':_0x3cf26a(0x23c),'WQjGz':_0x3cf26a(0x209),'bgJlL':_0x3cf26a(0x225)};super(_0x435259),this[_0x3cf26a(0x203)][_0x3cf26a(0x1f4)]=0x0,this[_0x3cf26a(0x1e7)]={};!_0x435259[_0x3cf26a(0x222)]&&(_0x435259['testEnvironmentOptions']={});if(helper[_0x3cf26a(0x24a)]()){_0x435259[_0x3cf26a(0x222)]=_0x435259[_0x3cf26a(0x22b)]?_0x435259[_0x3cf26a(0x22b)][_0x3cf26a(0x222)]:_0x435259[_0x3cf26a(0x222)],this[_0x3cf26a(0x24f)]=new _seleniumWebdriver2['default'][(_0x3cf26a(0x21f))](),this[_0x3cf26a(0x237)]=_0x435259[_0x3cf26a(0x22b)]?_0x435259['projectConfig'][_0x3cf26a(0x237)]:_0x435259[_0x3cf26a(0x237)],this[_0x3cf26a(0x203)]['__timeout']=_0x3f5426[_0x3cf26a(0x206)](this['configuration']['timeout__'],constants[_0x3cf26a(0x20a)]),this['failFastOptions']=_0x435259[_0x3cf26a(0x222)][_0x3cf26a(0x233)];if(this[_0x3cf26a(0x1fb)]){const _0x5a8a39=this[_0x3cf26a(0x237)][_0x3f5426[_0x3cf26a(0x243)]]?.['buildName']||'',_0x518b61=this[_0x3cf26a(0x237)][_0x3f5426['KgSRv']]?.['projectName']||'';this['failFast']=new(_0x3f5426['HGATV'](require,_0x3f5426['ZMTZz']))(this[_0x3cf26a(0x1fb)],_0x5a8a39,_0x518b61),this['global'][_0x3cf26a(0x246)]=![];}helper[_0x3cf26a(0x24c)](this['configuration']['retries__'])&&(this[_0x3cf26a(0x203)]['__jestRetries']=this[_0x3cf26a(0x1e7)][_0x3cf26a(0x210)]);}if(testhubUtils[_0x3cf26a(0x231)]()){const _0x1d118f=new ObservabilityReporter();_0x1d118f[_0x3cf26a(0x1fc)]();}this[_0x3cf26a(0x203)][_0x3cf26a(0x1f0)]={},this[_0x3cf26a(0x1e7)]=_0x435259[_0x3cf26a(0x222)],this[_0x3cf26a(0x1e7)][_0x3cf26a(0x1e0)]=constants['FRAMEWORKS'][_0x3cf26a(0x21c)];if(_seleniumWebdriver2){const _0x4a32e0=_0x3f5426['tdxbz']['split']('|');let _0xdec46a=0x0;while(!![]){switch(_0x4a32e0[_0xdec46a++]){case'0':this[_0x3cf26a(0x203)][_0x3cf26a(0x248)]=helper[_0x3cf26a(0x215)](this[_0x3cf26a(0x1e7)][_0x3cf26a(0x23d)]);continue;case'1':this[_0x3cf26a(0x203)]['browserstackPlatformIndex']=(_0x435259['projectConfig']?_0x435259[_0x3cf26a(0x22b)][_0x3cf26a(0x1e9)]:_0x435259[_0x3cf26a(0x1e9)])||0x0;continue;case'2':helper[_0x3cf26a(0x215)](this[_0x3cf26a(0x1e7)][_0x3cf26a(0x1f2)])?this[_0x3cf26a(0x203)][_0x3cf26a(0x200)]=!![]:this[_0x3cf26a(0x203)]['sessionNameProvided']=![];continue;case'3':this['global'][_0x3cf26a(0x21b)]=helper[_0x3cf26a(0x1e5)](_0x435259,[_0x3f5426['AeFtD'],_0x3f5426[_0x3cf26a(0x226)],_0x3f5426[_0x3cf26a(0x1ea)]]);continue;case'4':this[_0x3cf26a(0x203)][_0x3cf26a(0x24b)]=async()=>{const _0x21f2e6=_0x3cf26a;await this['global'][_0x21f2e6(0x240)][_0x21f2e6(0x241)](_0x3f5426[_0x21f2e6(0x224)]);};continue;case'5':this['global']['__drivers']=[];continue;case'6':this[_0x3cf26a(0x203)]['__webdriver']=_0x3f5426[_0x3cf26a(0x1fa)](require,_0x3f5426[_0x3cf26a(0x227)])['browserstackAgentV2']({...this[_0x3cf26a(0x1e7)],'capability':this['capability']||{}},this,testhubUtils[_0x3cf26a(0x231)]());continue;case'7':this[_0x3cf26a(0x203)][_0x3cf26a(0x23c)]=helper['nestedKeyValue'](_0x435259,[_0x3f5426[_0x3cf26a(0x1f1)],_0x3f5426[_0x3cf26a(0x226)],_0x3f5426[_0x3cf26a(0x22e)]]);continue;case'8':this['global'][_0x3cf26a(0x209)]=helper[_0x3cf26a(0x1e5)](_0x435259,[_0x3f5426[_0x3cf26a(0x1f1)],_0x3f5426[_0x3cf26a(0x226)],_0x3f5426[_0x3cf26a(0x21e)]]);continue;case'9':this[_0x3cf26a(0x203)][_0x3cf26a(0x20e)]=helper[_0x3cf26a(0x1e5)](this['configuration'],[_0x3f5426[_0x3cf26a(0x1f5)],this[_0x3cf26a(0x203)]['browserstackPlatformIndex']])||{};continue;}break;}}}async[a18_0x44bb93(0x1f3)](){const _0x3541b5=a18_0x44bb93;_seleniumWebdriver2&&(await helper[_0x3541b5(0x236)](this[_0x3541b5(0x203)][_0x3541b5(0x219)]),this[_0x3541b5(0x203)][_0x3541b5(0x242)][_0x3541b5(0x21f)]=originalBuilder),await RequestQueueHandler[_0x3541b5(0x1f8)]()[_0x3541b5(0x23e)]();}async[a18_0x44bb93(0x250)](){}async[a18_0x44bb93(0x207)](_0xcb513f,_0x1a11b4){const _0xbdabad=a18_0x44bb93,_0x4741b4={};_0x4741b4[_0xbdabad(0x247)]=function(_0x51601b,_0x13d5f2){return _0x51601b===_0x13d5f2;},_0x4741b4['LkKMb']=_0xbdabad(0x22a),_0x4741b4[_0xbdabad(0x1f7)]='skip',_0x4741b4['EihBs']=_0xbdabad(0x1e4),_0x4741b4[_0xbdabad(0x1eb)]='\x20>\x20',_0x4741b4['CGyrG']=function(_0x43219e,_0x256eeb){return _0x43219e===_0x256eeb;},_0x4741b4[_0xbdabad(0x201)]=_0xbdabad(0x238),_0x4741b4[_0xbdabad(0x1fd)]=function(_0x34a2ea,_0x4bddc6){return _0x34a2ea===_0x4bddc6;},_0x4741b4[_0xbdabad(0x1f6)]='teardown';const _0x303e5a=_0x4741b4,{name:_0x97fdf5}=_0xcb513f;if(_0x303e5a['pxowH'](_0x97fdf5,_0x303e5a[_0xbdabad(0x205)])){this[_0xbdabad(0x203)][_0xbdabad(0x221)]=_0xcb513f['test'];if(_0x303e5a['pxowH'](this['global'][_0xbdabad(0x246)],!![])){const _0x10235c=_0xcb513f[_0xbdabad(0x20b)][_0xbdabad(0x1ee)];logger[_0xbdabad(0x218)](_0xbdabad(0x223)+_0x10235c),_0xcb513f[_0xbdabad(0x20b)]['mode']=_0x303e5a[_0xbdabad(0x1f7)];}}if(this['failFast']&&_0x303e5a[_0xbdabad(0x247)](_0x97fdf5,_0x303e5a[_0xbdabad(0x20c)]))try{const _0x55000f=_0xcb513f['test']['testPath'][_0xbdabad(0x228)](_0x303e5a['PXZFU']),_0x50d44f=_0xcb513f['test'][_0xbdabad(0x22f)];await this[_0xbdabad(0x233)][_0xbdabad(0x217)](_0x55000f,_0x50d44f);const _0x4a9535=await this[_0xbdabad(0x233)]['shouldFailFast']();_0x303e5a[_0xbdabad(0x20f)](this[_0xbdabad(0x203)]['failFastActive'],![])&&_0x303e5a[_0xbdabad(0x20f)](_0x4a9535,!![])&&(this[_0xbdabad(0x203)]['failFastActive']=!![]);}catch(_0x36584f){logger[_0xbdabad(0x208)](_0x303e5a[_0xbdabad(0x201)],_0x36584f['message']);}_0x303e5a[_0xbdabad(0x1fd)](_0x97fdf5,_0x303e5a[_0xbdabad(0x1f6)])&&(this[_0xbdabad(0x233)]&&this[_0xbdabad(0x233)]['cleanup']());}}module['exports']=CustomEnvironment;
@@ -1 +1 @@
1
- function a17_0x5870(){const _0x51acbe=['markedStatus','yKGaC','length','shutdown','test_start','aaSKm','sendTestRunEvent','EventHandler','OSbgw','hookAnalyticsId','WXuBy','NNmGs','12203379gvfHlQ','toISOString','../test-observability/obsReporter','keys','registerListeners','diuVQ','removeAllListeners','ZhRCO','type','eTUlK','alVsz','351368xRdGOd','606872XMEFea','name',':hookAnalyticsId','Joldd','../../../helpers/test-observability/error-handler','5849648eyACIq','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','started_at','GPAiW','bZDbN','piKpU','run_describe_finish','jest-circus/build/state.js','hook','unhandledErrors','setTestUUID','jest-circus/build/utils.js','HookRunStarted','../../../helpers/testhub/constants','pVUNi','test','afterEach','dxxBt','xuNcf','testStarted','jest-circus','21sgXiGX','HookRunFinished','isCto','beforeEach','243635PhzxfQ','pid','../../../helpers/testhub/utils','234RWxIeT','20eWSdmQ','hook_success','LTecO','errorsDetailed','test_done','hook_failure','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','EVENT','EfeDu','teardown','QwzCk','includes','removeTestUUID','../../../helpers/test-observability/utils','../test-observability/test-details','1162798RPeqYh','Rzmmj','forEach','../../../helpers/test-observability/requestQueueHandler','getInstance','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','1053348UaaPWE','test_skip'];a17_0x5870=function(){return _0x51acbe;};return a17_0x5870();}const a17_0x169c52=a17_0x5795;(function(_0x7506e9,_0x4b7046){const _0x4888e0=a17_0x5795,_0x1c7d21=_0x7506e9();while(!![]){try{const _0x3004e9=-parseInt(_0x4888e0(0x16f))/0x1+parseInt(_0x4888e0(0x18e))/0x2+parseInt(_0x4888e0(0x158))/0x3*(parseInt(_0x4888e0(0x175))/0x4)+-parseInt(_0x4888e0(0x15c))/0x5*(-parseInt(_0x4888e0(0x15f))/0x6)+parseInt(_0x4888e0(0x194))/0x7+parseInt(_0x4888e0(0x18f))/0x8+-parseInt(_0x4888e0(0x183))/0x9*(parseInt(_0x4888e0(0x160))/0xa);if(_0x3004e9===_0x4b7046)break;else _0x1c7d21['push'](_0x1c7d21['shift']());}catch(_0x3f7f14){_0x1c7d21['push'](_0x1c7d21['shift']());}}}(a17_0x5870,0xe9763));const {requireModule}=require('../../../helpers/helper'),ObservabilityReporter=require(a17_0x169c52(0x185)),RequestQueueHandler=require(a17_0x169c52(0x172)),TestDetails=require(a17_0x169c52(0x16e)),{patchConsoleLogger,debug}=require(a17_0x169c52(0x16d)),{o11yErrorHandler}=require(a17_0x169c52(0x193)),{shouldProcessEventForTesthub}=require(a17_0x169c52(0x15e)),testHubConstants=require(a17_0x169c52(0x150)),exportsI=requireModule(a17_0x169c52(0x195),a17_0x169c52(0x157)),initInitialize=exportsI['initialize'];function a17_0x5795(_0x38d42f,_0x51fd62){const _0x587035=a17_0x5870();return a17_0x5795=function(_0x5795b5,_0x42a4e8){_0x5795b5=_0x5795b5-0x14e;let _0x2edc7b=_0x587035[_0x5795b5];return _0x2edc7b;},a17_0x5795(_0x38d42f,_0x51fd62);}exportsI['initialize']=(..._0x83b928)=>{const _0x62ada4=a17_0x169c52,_0x2c8cc7={'NMBIr':function(_0x4312e2,_0xe50eb,_0x496b64){return _0x4312e2(_0xe50eb,_0x496b64);},'GPAiW':_0x62ada4(0x14e),'Joldd':_0x62ada4(0x157),'UjGGL':'hook_start','QwzCk':function(_0x34bbf7,_0x2f4aff){return _0x34bbf7(_0x2f4aff);},'WXuBy':_0x62ada4(0x14f),'DJsdv':_0x62ada4(0x161),'piKpU':_0x62ada4(0x159),'dxxBt':_0x62ada4(0x165),'isCto':'beforeAll','LTecO':_0x62ada4(0x15b),'aaSKm':_0x62ada4(0x153),'EfeDu':function(_0x3af343,_0x52b2d7){return _0x3af343>_0x52b2d7;},'ZhRCO':_0x62ada4(0x17b),'bZDbN':function(_0xb26ef1){return _0xb26ef1();},'dtAQq':_0x62ada4(0x164),'NYXQv':function(_0x3f1f6b,_0x2deb18){return _0x3f1f6b(_0x2deb18);},'yKGaC':function(_0x5174b3){return _0x5174b3();},'Rzmmj':_0x62ada4(0x176),'YuAnL':'TestRunSkipped','xuNcf':_0x62ada4(0x19a),'diuVQ':_0x62ada4(0x169),'eTUlK':function(_0x870538){return _0x870538();},'WipuG':function(_0x4502cd){return _0x4502cd();},'NNmGs':function(_0x6bc59){return _0x6bc59();},'OSbgw':function(_0x3f8841,_0xd125c9,_0x531768){return _0x3f8841(_0xd125c9,_0x531768);},'alVsz':_0x62ada4(0x19b),'OkArw':_0x62ada4(0x17e),'pVUNi':function(_0x32669b,..._0x3472d9){return _0x32669b(..._0x3472d9);}};try{const _0x5af562=new ObservabilityReporter();_0x2c8cc7[_0x62ada4(0x18c)](shouldProcessEventForTesthub)&&(_0x2c8cc7['WipuG'](patchConsoleLogger),_0x5af562[_0x62ada4(0x187)]()),_0x2c8cc7[_0x62ada4(0x182)](shouldProcessEventForTesthub)&&_0x2c8cc7[_0x62ada4(0x17f)](requireModule,_0x2c8cc7[_0x62ada4(0x18d)],_0x2c8cc7[_0x62ada4(0x192)])['addEventHandler'](_0x2c8cc7[_0x62ada4(0x17f)](o11yErrorHandler,async(_0x4281e4,_0x36a88c)=>{const _0x57de9d=_0x62ada4,_0x445a41=_0x2c8cc7['NMBIr'](requireModule,_0x2c8cc7[_0x57de9d(0x197)],_0x2c8cc7[_0x57de9d(0x192)])['makeSingleTestResult'];switch(_0x4281e4[_0x57de9d(0x190)]){case _0x2c8cc7['UjGGL']:if(_0x2c8cc7[_0x57de9d(0x16a)](shouldProcessEventForTesthub,testHubConstants[_0x57de9d(0x167)]['HookStarted'])){if(!_0x4281e4['hook'][_0x57de9d(0x180)]){const _0x1aaa3e=TestDetails[_0x57de9d(0x19e)](process[_0x57de9d(0x15d)]+_0x57de9d(0x191));_0x4281e4[_0x57de9d(0x19c)][_0x57de9d(0x180)]=_0x1aaa3e;}else _0x4281e4[_0x57de9d(0x19c)][_0x57de9d(0x177)]&&(_0x4281e4['hook']['hookAnalyticsId']=TestDetails[_0x57de9d(0x19e)](process[_0x57de9d(0x15d)]+_0x57de9d(0x191)),delete _0x4281e4[_0x57de9d(0x19c)][_0x57de9d(0x177)]);_0x4281e4[_0x57de9d(0x19c)][_0x57de9d(0x196)]=new Date()[_0x57de9d(0x184)](),await _0x5af562[_0x57de9d(0x17d)](_0x4281e4[_0x57de9d(0x19c)],undefined,![],_0x2c8cc7[_0x57de9d(0x181)]);}break;case _0x2c8cc7['DJsdv']:_0x2c8cc7['QwzCk'](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookFinished'])&&(await _0x5af562[_0x57de9d(0x17d)](_0x4281e4[_0x57de9d(0x19c)],undefined,![],_0x2c8cc7['piKpU']),TestDetails[_0x57de9d(0x16c)](process[_0x57de9d(0x15d)]+_0x57de9d(0x191)));break;case _0x2c8cc7[_0x57de9d(0x154)]:[_0x2c8cc7[_0x57de9d(0x15a)],_0x2c8cc7[_0x57de9d(0x162)],_0x2c8cc7[_0x57de9d(0x17c)]][_0x57de9d(0x16b)](_0x4281e4[_0x57de9d(0x19c)][_0x57de9d(0x18b)])&&(_0x5af562[_0x57de9d(0x165)]=_0x4281e4[_0x57de9d(0x19c)][_0x57de9d(0x18b)]),_0x36a88c[_0x57de9d(0x19d)]&&_0x2c8cc7[_0x57de9d(0x168)](_0x36a88c['unhandledErrors'][_0x57de9d(0x179)],0x0)&&(_0x4281e4[_0x57de9d(0x19c)][_0x57de9d(0x163)]=[_0x36a88c[_0x57de9d(0x19d)][0x0][0x0]]);_0x2c8cc7[_0x57de9d(0x16a)](shouldProcessEventForTesthub,testHubConstants[_0x57de9d(0x167)]['HookFinished'])&&(await _0x5af562[_0x57de9d(0x17d)](_0x4281e4['hook'],undefined,![],_0x2c8cc7[_0x57de9d(0x199)]),TestDetails['removeTestUUID'](process[_0x57de9d(0x15d)]+_0x57de9d(0x191)));break;case _0x2c8cc7[_0x57de9d(0x18a)]:_0x2c8cc7[_0x57de9d(0x198)](shouldProcessEventForTesthub)&&await _0x5af562[_0x57de9d(0x156)](_0x4281e4['test']);break;case _0x2c8cc7['dtAQq']:_0x4281e4[_0x57de9d(0x152)]={..._0x2c8cc7['NYXQv'](_0x445a41,_0x4281e4[_0x57de9d(0x152)]),..._0x4281e4[_0x57de9d(0x152)]};_0x2c8cc7[_0x57de9d(0x178)](shouldProcessEventForTesthub)&&(!_0x4281e4[_0x57de9d(0x152)][_0x57de9d(0x177)]&&(_0x4281e4[_0x57de9d(0x152)][_0x57de9d(0x177)]=!![],await _0x5af562[_0x57de9d(0x17d)](_0x4281e4[_0x57de9d(0x152)])));break;case _0x2c8cc7[_0x57de9d(0x170)]:_0x4281e4[_0x57de9d(0x152)]={..._0x2c8cc7[_0x57de9d(0x16a)](_0x445a41,_0x4281e4[_0x57de9d(0x152)]),..._0x4281e4[_0x57de9d(0x152)]};_0x2c8cc7[_0x57de9d(0x178)](shouldProcessEventForTesthub)&&(!_0x4281e4['test']['markedStatus']&&(_0x4281e4[_0x57de9d(0x152)][_0x57de9d(0x177)]=!![],await _0x5af562[_0x57de9d(0x17d)](_0x4281e4[_0x57de9d(0x152)],undefined,![],_0x2c8cc7['YuAnL'])));break;case _0x2c8cc7[_0x57de9d(0x155)]:_0x5af562[_0x57de9d(0x165)]=null;break;case _0x2c8cc7[_0x57de9d(0x188)]:await RequestQueueHandler[_0x57de9d(0x173)]()[_0x57de9d(0x17a)](),process[_0x57de9d(0x189)]();break;default:}},_0x2c8cc7['OkArw']));}catch(_0x34de28){_0x2c8cc7[_0x62ada4(0x16a)](debug,_0x62ada4(0x174)+_0x34de28);}return _0x2c8cc7[_0x62ada4(0x151)](initInitialize,..._0x83b928);};try{Object[a17_0x169c52(0x186)](exportsI)[a17_0x169c52(0x171)](_0x3c7a1f=>{const _0x1fb311={'eLqQj':function(_0x3dd8de,_0x15c830){return _0x3dd8de(_0x15c830);}};try{exports&&(exports[_0x3c7a1f]=exportsI[_0x3c7a1f]);}catch(_0x3f7161){_0x1fb311['eLqQj'](debug,'Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20'+_0x3f7161);}});}catch(a17_0xcdd400){debug(a17_0x169c52(0x166)+a17_0xcdd400);}
1
+ const a19_0x31f957=a19_0x11be;(function(_0xa5e736,_0x3c48bf){const _0x36ad4c=a19_0x11be,_0x2147d7=_0xa5e736();while(!![]){try{const _0x59c595=-parseInt(_0x36ad4c(0x1c1))/0x1*(parseInt(_0x36ad4c(0x1a3))/0x2)+-parseInt(_0x36ad4c(0x1ae))/0x3+parseInt(_0x36ad4c(0x1b6))/0x4+-parseInt(_0x36ad4c(0x1b9))/0x5+parseInt(_0x36ad4c(0x199))/0x6+parseInt(_0x36ad4c(0x181))/0x7+parseInt(_0x36ad4c(0x196))/0x8;if(_0x59c595===_0x3c48bf)break;else _0x2147d7['push'](_0x2147d7['shift']());}catch(_0x530a7f){_0x2147d7['push'](_0x2147d7['shift']());}}}(a19_0x37b6,0x28307));function a19_0x37b6(){const _0x3963e0=['removeAllListeners','iffrX','1547148DwTKpC','teardown','TestRunSkipped','inhZZ','beforeEach','hook_failure','started_at','AwOkI','initialize','hook_success','2ypFYrk','../../../helpers/test-observability/requestQueueHandler','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','qneti','wFIBS','iFPtA','EventHandler','fpQhg','keys','sendTestRunEvent','makeSingleTestResult','667944KHetEr','beYus','mNavx','OhRgL','errorsDetailed','testStarted','getInstance','HookFinished','526496OAjqzQ','OFHll','../../../helpers/helper','538790uyRIcf','toISOString','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','afterEach','markedStatus','HookStarted','hook_start','ZPLSR','128096KqBzFC','test','HookRunStarted','JnrlW','beforeAll','jest-circus/build/state.js','nwxaT','type','QHiHR','aWAXH','../../../helpers/test-observability/utils','removeTestUUID','hookAnalyticsId','hZWot','setTestUUID','EVENT','../../../helpers/testhub/utils','RDzYw','name','922887nLduae','unhandledErrors','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','CURTV','rhXbZ','ktNmZ','hook','HookRunFinished','hskTH','includes','../../../helpers/testhub/constants','ZlkVe','wJSIP',':hookAnalyticsId','length','forEach','../test-observability/test-details','shutdown','registerListeners','jest-circus','test_skip','814352NfUYSL'];a19_0x37b6=function(){return _0x3963e0;};return a19_0x37b6();}const {requireModule}=require(a19_0x31f957(0x1b8)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a19_0x31f957(0x1a4)),TestDetails=require(a19_0x31f957(0x191)),{patchConsoleLogger,debug}=require(a19_0x31f957(0x178)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a19_0x31f957(0x17e)),testHubConstants=require(a19_0x31f957(0x18b)),exportsI=requireModule(a19_0x31f957(0x183),a19_0x31f957(0x194)),initInitialize=exportsI[a19_0x31f957(0x1a1)];function a19_0x11be(_0x24540e,_0x50928f){const _0x37b6b2=a19_0x37b6();return a19_0x11be=function(_0x11be60,_0x37a1a5){_0x11be60=_0x11be60-0x172;let _0x53d28e=_0x37b6b2[_0x11be60];return _0x53d28e;},a19_0x11be(_0x24540e,_0x50928f);}exportsI[a19_0x31f957(0x1a1)]=(..._0xbdb00b)=>{const _0x523fc8=a19_0x31f957,_0x3312ab={'inhZZ':function(_0x5af884,_0x429eec,_0x4fd3a6){return _0x5af884(_0x429eec,_0x4fd3a6);},'hskTH':'jest-circus/build/utils.js','qneti':'jest-circus','rASGR':_0x523fc8(0x1bf),'beYus':function(_0x37d7f9,_0x4c0f35){return _0x37d7f9(_0x4c0f35);},'ktNmZ':_0x523fc8(0x1c3),'RDzYw':_0x523fc8(0x1a2),'wFIBS':_0x523fc8(0x188),'lAiCv':_0x523fc8(0x19e),'IKnjS':_0x523fc8(0x172),'ZPLSR':_0x523fc8(0x19d),'wJSIP':_0x523fc8(0x1bc),'OhRgL':function(_0x25ae3d,_0x432743){return _0x25ae3d>_0x432743;},'mNavx':function(_0xcd48df,_0x1c8f6c){return _0xcd48df(_0x1c8f6c);},'AwOkI':'test_start','CURTV':function(_0x380984){return _0x380984();},'aWAXH':'test_done','nwxaT':function(_0x15d617){return _0x15d617();},'hZWot':_0x523fc8(0x195),'bdSkl':function(_0x22394b){return _0x22394b();},'iffrX':_0x523fc8(0x19b),'rhXbZ':'run_describe_finish','rQSxz':_0x523fc8(0x19a),'OFHll':function(_0x10a4c9){return _0x10a4c9();},'JnrlW':function(_0x57ab22){return _0x57ab22();},'iFPtA':function(_0x4995b9,_0x5aed2c,_0x3e4d96){return _0x4995b9(_0x5aed2c,_0x3e4d96);},'nUYKy':_0x523fc8(0x173),'ZlkVe':function(_0x43b1c1,_0x2b5fd0,_0x39f4c9){return _0x43b1c1(_0x2b5fd0,_0x39f4c9);},'fpQhg':_0x523fc8(0x1a9),'MnpVK':function(_0x2327cc,_0x1e341b){return _0x2327cc(_0x1e341b);}};try{const _0xc175a8=new ObservabilityReporter();_0x3312ab['nwxaT'](shouldProcessEventForTesthub)&&(_0x3312ab[_0x523fc8(0x1b7)](patchConsoleLogger),_0xc175a8[_0x523fc8(0x193)]()),_0x3312ab[_0x523fc8(0x1c4)](shouldProcessEventForTesthub)&&_0x3312ab[_0x523fc8(0x1a8)](requireModule,_0x3312ab['nUYKy'],_0x3312ab[_0x523fc8(0x1a6)])['addEventHandler'](_0x3312ab[_0x523fc8(0x18c)](o11yErrorHandler,async(_0x55bef3,_0x31c0e2)=>{const _0x2177d7=_0x523fc8,_0x5d62ff=_0x3312ab[_0x2177d7(0x19c)](requireModule,_0x3312ab[_0x2177d7(0x189)],_0x3312ab[_0x2177d7(0x1a6)])[_0x2177d7(0x1ad)];switch(_0x55bef3[_0x2177d7(0x180)]){case _0x3312ab['rASGR']:if(_0x3312ab['beYus'](shouldProcessEventForTesthub,testHubConstants[_0x2177d7(0x17d)][_0x2177d7(0x1be)])){if(!_0x55bef3[_0x2177d7(0x187)][_0x2177d7(0x17a)]){const _0x398df3=TestDetails['setTestUUID'](process['pid']+_0x2177d7(0x18e));_0x55bef3[_0x2177d7(0x187)][_0x2177d7(0x17a)]=_0x398df3;}else _0x55bef3[_0x2177d7(0x187)]['markedStatus']&&(_0x55bef3[_0x2177d7(0x187)][_0x2177d7(0x17a)]=TestDetails[_0x2177d7(0x17c)](process['pid']+':hookAnalyticsId'),delete _0x55bef3['hook'][_0x2177d7(0x1bd)]);_0x55bef3[_0x2177d7(0x187)][_0x2177d7(0x19f)]=new Date()[_0x2177d7(0x1ba)](),await _0xc175a8[_0x2177d7(0x1ac)](_0x55bef3[_0x2177d7(0x187)],undefined,![],_0x3312ab[_0x2177d7(0x186)]);}break;case _0x3312ab[_0x2177d7(0x17f)]:_0x3312ab[_0x2177d7(0x1af)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x2177d7(0x1b5)])&&(await _0xc175a8[_0x2177d7(0x1ac)](_0x55bef3['hook'],undefined,![],_0x3312ab[_0x2177d7(0x1a7)]),TestDetails[_0x2177d7(0x179)](process['pid']+_0x2177d7(0x18e)));break;case _0x3312ab['lAiCv']:[_0x3312ab['IKnjS'],_0x3312ab[_0x2177d7(0x1c0)],_0x3312ab[_0x2177d7(0x18d)]][_0x2177d7(0x18a)](_0x55bef3[_0x2177d7(0x187)]['type'])&&(_0xc175a8[_0x2177d7(0x19e)]=_0x55bef3[_0x2177d7(0x187)][_0x2177d7(0x175)]),_0x31c0e2['unhandledErrors']&&_0x3312ab[_0x2177d7(0x1b1)](_0x31c0e2[_0x2177d7(0x182)][_0x2177d7(0x18f)],0x0)&&(_0x55bef3[_0x2177d7(0x187)][_0x2177d7(0x1b2)]=[_0x31c0e2['unhandledErrors'][0x0][0x0]]);_0x3312ab[_0x2177d7(0x1b0)](shouldProcessEventForTesthub,testHubConstants[_0x2177d7(0x17d)][_0x2177d7(0x1b5)])&&(await _0xc175a8[_0x2177d7(0x1ac)](_0x55bef3[_0x2177d7(0x187)],undefined,![],_0x3312ab['wFIBS']),TestDetails[_0x2177d7(0x179)](process['pid']+_0x2177d7(0x18e)));break;case _0x3312ab[_0x2177d7(0x1a0)]:_0x3312ab[_0x2177d7(0x184)](shouldProcessEventForTesthub)&&await _0xc175a8[_0x2177d7(0x1b3)](_0x55bef3[_0x2177d7(0x1c2)]);break;case _0x3312ab[_0x2177d7(0x177)]:_0x55bef3['test']={..._0x3312ab[_0x2177d7(0x1af)](_0x5d62ff,_0x55bef3['test']),..._0x55bef3[_0x2177d7(0x1c2)]};_0x3312ab[_0x2177d7(0x174)](shouldProcessEventForTesthub)&&(!_0x55bef3[_0x2177d7(0x1c2)][_0x2177d7(0x1bd)]&&(_0x55bef3[_0x2177d7(0x1c2)][_0x2177d7(0x1bd)]=!![],await _0xc175a8[_0x2177d7(0x1ac)](_0x55bef3[_0x2177d7(0x1c2)])));break;case _0x3312ab[_0x2177d7(0x17b)]:_0x55bef3[_0x2177d7(0x1c2)]={..._0x3312ab[_0x2177d7(0x1b0)](_0x5d62ff,_0x55bef3['test']),..._0x55bef3['test']};_0x3312ab['bdSkl'](shouldProcessEventForTesthub)&&(!_0x55bef3[_0x2177d7(0x1c2)][_0x2177d7(0x1bd)]&&(_0x55bef3[_0x2177d7(0x1c2)][_0x2177d7(0x1bd)]=!![],await _0xc175a8['sendTestRunEvent'](_0x55bef3['test'],undefined,![],_0x3312ab[_0x2177d7(0x198)])));break;case _0x3312ab[_0x2177d7(0x185)]:_0xc175a8[_0x2177d7(0x19e)]=null;break;case _0x3312ab['rQSxz']:await RequestQueueHandler[_0x2177d7(0x1b4)]()[_0x2177d7(0x192)](),process[_0x2177d7(0x197)]();break;default:}},_0x3312ab[_0x523fc8(0x1aa)]));}catch(_0x330565){_0x3312ab['MnpVK'](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x330565);}return _0x3312ab['mNavx'](initInitialize,..._0xbdb00b);};try{Object[a19_0x31f957(0x1ab)](exportsI)[a19_0x31f957(0x190)](_0x6c4205=>{const _0xf4f947=a19_0x31f957,_0x1df656={'QHiHR':function(_0x1a099d,_0x557afb){return _0x1a099d(_0x557afb);}};try{exports&&(exports[_0x6c4205]=exportsI[_0x6c4205]);}catch(_0x3a86cf){_0x1df656[_0xf4f947(0x176)](debug,_0xf4f947(0x1bb)+_0x3a86cf);}});}catch(a19_0x1a159b){debug(a19_0x31f957(0x1a5)+a19_0x1a159b);}
@@ -1 +1 @@
1
- const a18_0x2dda1d=a18_0x142d;(function(_0x3a86f,_0x2c934d){const _0x1f5c27=a18_0x142d,_0x3d3733=_0x3a86f();while(!![]){try{const _0xaaca9b=parseInt(_0x1f5c27(0x113))/0x1+-parseInt(_0x1f5c27(0x10d))/0x2*(-parseInt(_0x1f5c27(0x10c))/0x3)+-parseInt(_0x1f5c27(0x112))/0x4*(parseInt(_0x1f5c27(0x111))/0x5)+-parseInt(_0x1f5c27(0x115))/0x6*(-parseInt(_0x1f5c27(0x10b))/0x7)+parseInt(_0x1f5c27(0x106))/0x8*(-parseInt(_0x1f5c27(0x114))/0x9)+-parseInt(_0x1f5c27(0x10e))/0xa*(parseInt(_0x1f5c27(0x104))/0xb)+parseInt(_0x1f5c27(0x110))/0xc;if(_0xaaca9b===_0x2c934d)break;else _0x3d3733['push'](_0x3d3733['shift']());}catch(_0x308915){_0x3d3733['push'](_0x3d3733['shift']());}}}(a18_0x51bd,0xca4c7));function a18_0x51bd(){const _0x461607=['filter','1131992Gmgssw','exports','map','env','sort','68348hDDwff','1231077TktHPW','8GGpSzt','1520dTZxGj','split','2301444TFyZAt','5680sRUqdO','2536SowtpO','1012608WrYCcn','72WKUQve','468DeyKnE','@jest/test-sequencer','67056AOnfwx'];a18_0x51bd=function(){return _0x461607;};return a18_0x51bd();}const Sequencer=require(a18_0x2dda1d(0x103))['default'];function a18_0x142d(_0x1dd4e8,_0x109a63){const _0x51bdcf=a18_0x51bd();return a18_0x142d=function(_0x142dfa,_0x10e2f7){_0x142dfa=_0x142dfa-0x103;let _0x59b565=_0x51bdcf[_0x142dfa];return _0x59b565;},a18_0x142d(_0x1dd4e8,_0x109a63);}class CustomSequencer extends Sequencer{[a18_0x2dda1d(0x10a)](_0x193560){const _0x214dd0=a18_0x2dda1d,_0x4534c4=process[_0x214dd0(0x109)]['JEST_TEST_ORDER'];if(!_0x4534c4)return _0x193560;const _0x4b6cd5=_0x4534c4[_0x214dd0(0x10f)](','),_0x1e5fa4=new Map(_0x193560[_0x214dd0(0x105)](_0x11ed69=>_0x4b6cd5['includes'](_0x11ed69['path']))[_0x214dd0(0x108)](_0x1487e0=>[_0x1487e0['path'],_0x1487e0]));return _0x4b6cd5[_0x214dd0(0x108)](_0x24679d=>_0x1e5fa4['get'](_0x24679d))[_0x214dd0(0x105)](Boolean);}}module[a18_0x2dda1d(0x107)]=CustomSequencer;
1
+ const a20_0xc727f2=a20_0x3043;(function(_0x58f841,_0x1d7e02){const _0x8d1e67=a20_0x3043,_0x434fdf=_0x58f841();while(!![]){try{const _0x107ed4=parseInt(_0x8d1e67(0x166))/0x1*(-parseInt(_0x8d1e67(0x170))/0x2)+-parseInt(_0x8d1e67(0x177))/0x3+-parseInt(_0x8d1e67(0x174))/0x4*(-parseInt(_0x8d1e67(0x171))/0x5)+parseInt(_0x8d1e67(0x172))/0x6*(parseInt(_0x8d1e67(0x16d))/0x7)+parseInt(_0x8d1e67(0x165))/0x8*(-parseInt(_0x8d1e67(0x16b))/0x9)+-parseInt(_0x8d1e67(0x16a))/0xa+parseInt(_0x8d1e67(0x167))/0xb;if(_0x107ed4===_0x1d7e02)break;else _0x434fdf['push'](_0x434fdf['shift']());}catch(_0x433fcb){_0x434fdf['push'](_0x434fdf['shift']());}}}(a20_0x43f5,0x81a67));const Sequencer=require(a20_0xc727f2(0x16f))[a20_0xc727f2(0x176)];function a20_0x3043(_0x1ff4b4,_0x4d573c){const _0x43f5c5=a20_0x43f5();return a20_0x3043=function(_0x30437e,_0x44ba34){_0x30437e=_0x30437e-0x165;let _0x2c284f=_0x43f5c5[_0x30437e];return _0x2c284f;},a20_0x3043(_0x1ff4b4,_0x4d573c);}class CustomSequencer extends Sequencer{[a20_0xc727f2(0x169)](_0x14a097){const _0x4739b0=a20_0xc727f2,_0x1a2b26=process[_0x4739b0(0x175)]['JEST_TEST_ORDER'];if(!_0x1a2b26)return _0x14a097;const _0x164f2f=_0x1a2b26[_0x4739b0(0x16c)](','),_0x97240c=new Map(_0x14a097['filter'](_0x43a0cf=>_0x164f2f['includes'](_0x43a0cf[_0x4739b0(0x173)]))[_0x4739b0(0x168)](_0x36cc2f=>[_0x36cc2f[_0x4739b0(0x173)],_0x36cc2f]));return _0x164f2f[_0x4739b0(0x168)](_0x201e16=>_0x97240c[_0x4739b0(0x16e)](_0x201e16))['filter'](Boolean);}}module['exports']=CustomSequencer;function a20_0x43f5(){const _0x1de9a1=['path','20780zmWAGN','env','default','3028845jOIptI','18992zyzgjB','9MJDbiC','18248681pstKdd','map','sort','2166040CKMwXN','117lseVpw','split','424109nreYZz','get','@jest/test-sequencer','229476Lpgewz','710WsEZii','42iQofqL'];a20_0x43f5=function(){return _0x1de9a1;};return a20_0x43f5();}