browserstack-node-sdk 1.50.10 → 1.50.11

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 (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a9_0x3362a9=a9_0x28eb;(function(_0x598309,_0x168093){const _0x5696d9=a9_0x28eb,_0x3004e1=_0x598309();while(!![]){try{const _0x15ce8f=parseInt(_0x5696d9(0x229))/0x1+parseInt(_0x5696d9(0x24d))/0x2+parseInt(_0x5696d9(0x1b9))/0x3+parseInt(_0x5696d9(0x1c5))/0x4*(-parseInt(_0x5696d9(0x27f))/0x5)+-parseInt(_0x5696d9(0x1e1))/0x6*(-parseInt(_0x5696d9(0x294))/0x7)+parseInt(_0x5696d9(0x239))/0x8*(parseInt(_0x5696d9(0x1e8))/0x9)+-parseInt(_0x5696d9(0x222))/0xa;if(_0x15ce8f===_0x168093)break;else _0x3004e1['push'](_0x3004e1['shift']());}catch(_0xe262e0){_0x3004e1['push'](_0x3004e1['shift']());}}}(a9_0x2d23,0x2fd5c));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require('../../helpers/helper'),{TEST_FRAMEWORK_HOOK_TIMEOUT,FRAMEWORKS}=require(a9_0x3362a9(0x25c)),setKeepAlive=require(a9_0x3362a9(0x19d)),util=require('util'),PerformanceTester=require(a9_0x3362a9(0x1a1)),{EVENTS:PerformanceEvents}=require('../../helpers/performance/constants'),{commandRepository}=require(a9_0x3362a9(0x1fb)),cucumberModule=requireModule(a9_0x3362a9(0x25b),a9_0x3362a9(0x272)),logger=require(a9_0x3362a9(0x1b4))[a9_0x3362a9(0x1bd)],{shouldProcessEventForTesthub}=require(a9_0x3362a9(0x235)),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3362a9(0x259)),TestDetails=require(a9_0x3362a9(0x1c2)),TestInfo=require(a9_0x3362a9(0x265)),RequestQueueHandler=require(a9_0x3362a9(0x19f)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),MyReporter=require(a9_0x3362a9(0x1f7)),SessionHandler=require(a9_0x3362a9(0x24b)),scripts=require(a9_0x3362a9(0x1d8)),globals=require(a9_0x3362a9(0x276)),testHubConstants=require(a9_0x3362a9(0x19b)),{shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a9_0x3362a9(0x237)),helper=require('../../helpers/helper'),a9_0x3dc8f6={};function a9_0x28eb(_0x45bddf,_0x23e325){const _0x2d23db=a9_0x2d23();return a9_0x28eb=function(_0x28ebea,_0xc06c83){_0x28ebea=_0x28ebea-0x192;let _0x18dd65=_0x2d23db[_0x28ebea];return _0x18dd65;},a9_0x28eb(_0x45bddf,_0x23e325);}a9_0x3dc8f6[a9_0x3362a9(0x240)]=undefined,a9_0x3dc8f6[a9_0x3362a9(0x1ba)]={},a9_0x3dc8f6['o11ySyncDone']=![],a9_0x3dc8f6['pwPage']=null,a9_0x3dc8f6[a9_0x3362a9(0x21a)]=![],a9_0x3dc8f6[a9_0x3362a9(0x1ba)]['id']=undefined,a9_0x3dc8f6[a9_0x3362a9(0x1ba)][a9_0x3362a9(0x1b8)]=undefined;const workerDetails=a9_0x3dc8f6;global['__workerDetails']=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x4abb02){const _0xc558d1=a9_0x3362a9,_0x5d4787={'kBfiX':function(_0x4fdf07,_0xe98df7){return _0x4fdf07(_0xe98df7);},'hiDRU':'../v2/browserstackCLI','GojHv':_0xc558d1(0x1c4)},_0x4b2b1d=workerDetails['currentTest'][_0xc558d1(0x1b8)];if(!_0x4b2b1d)return;if(playwrightPatcher)try{const _0x30c60e=_0x5d4787[_0xc558d1(0x232)](require,_0x5d4787[_0xc558d1(0x214)]);if(_0x30c60e[_0xc558d1(0x1b2)]()[_0xc558d1(0x1b1)]()){const _0x1bcbbe=_0x4b2b1d[_0xc558d1(0x21c)];_0x1bcbbe?(_0x4abb02[_0xc558d1(0x1be)]=_0x1bcbbe,_0x4abb02[_0xc558d1(0x277)]=_0x1bcbbe,TestInfo[_0xc558d1(0x1b6)](_0x1bcbbe,_0x4abb02)):logger[_0xc558d1(0x28c)](_0x5d4787[_0xc558d1(0x26f)]);return;}}catch(_0xa071f6){logger[_0xc558d1(0x28c)](_0xc558d1(0x1ff)+util[_0xc558d1(0x1e3)](_0xa071f6));}await MyReporter['addTestUIDAndReportLog'](_0x4b2b1d,_0x4abb02);}),registerListeners=()=>{const _0x537d62=a9_0x3362a9,_0x1ccf01={};_0x1ccf01[_0x537d62(0x1ef)]='Inside\x20browserstack\x20registerListeners';const _0x5bed0a=_0x1ccf01;logger[_0x537d62(0x28c)](_0x5bed0a[_0x537d62(0x1ef)]),process['removeAllListeners'](_0x537d62(0x1f3)+process[_0x537d62(0x1a8)]),process['on'](_0x537d62(0x1f3)+process[_0x537d62(0x1a8)],sendTestLog),PerformanceTester[_0x537d62(0x248)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3362a9(0x217)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x3362a9(0x25a)],BeforeAll=cucumberModule[a9_0x3362a9(0x21d)],AfterStep=cucumberModule[a9_0x3362a9(0x204)],configuration=process[a9_0x3362a9(0x200)][a9_0x3362a9(0x218)],bstackConfig=process[a9_0x3362a9(0x200)][a9_0x3362a9(0x199)];if(configuration!==undefined){const config=JSON[a9_0x3362a9(0x25f)](configuration);isBrowserstackInfra()?(global[a9_0x3362a9(0x299)]=isTrue(config[a9_0x3362a9(0x1f5)]),global[a9_0x3362a9(0x21b)]=isTrue(config[a9_0x3362a9(0x1ee)])):(global[a9_0x3362a9(0x299)]=!![],global[a9_0x3362a9(0x21b)]=!![]);!helper['getPackageVersion'](a9_0x3362a9(0x1d7))&&(logger['debug']('Patching\x20Selenium'),shouldProcessEventForTesthub()?require(a9_0x3362a9(0x264))['browserstackAgentV2'](config,null,!![]):require(a9_0x3362a9(0x264))[a9_0x3362a9(0x1d2)](config));global['__platformCaps']=config[a9_0x3362a9(0x298)]||{};if(helper['getPackageVersion']('@playwright/test'))try{logger[a9_0x3362a9(0x28c)](a9_0x3362a9(0x26e)),playwrightPatcher=require(a9_0x3362a9(0x1e5)),playwrightPatcher[a9_0x3362a9(0x282)](config),logger[a9_0x3362a9(0x28c)](a9_0x3362a9(0x266));}catch(a9_0x32464f){logger['debug'](a9_0x3362a9(0x238)+util[a9_0x3362a9(0x1e3)](a9_0x32464f));}}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3362a9(0x1d6)](browserStackConfig),commandRepository[a9_0x3362a9(0x230)](a9_0x3362a9(0x216)));}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a9_0x3362a9(0x27a)];cucumberModule['setDefaultTimeout']=_0x57e28c=>{const _0x39edc9=a9_0x3362a9,_0x7f4647={'SKMyu':function(_0x131599,_0x2b3160){return _0x131599(_0x2b3160);}};global[_0x39edc9(0x250)]=_0x57e28c,_0x7f4647['SKMyu'](__setDefaultTimeout,_0x57e28c);};const a9_0x140702={};a9_0x140702['name']=a9_0x3362a9(0x1a2),BeforeAll(a9_0x140702,async function(){const _0x741e14=a9_0x3362a9,_0x2ee547={'TXLgb':function(_0x4473eb,_0x67e7c6,_0x5e629a,_0x4a34de){return _0x4473eb(_0x67e7c6,_0x5e629a,_0x4a34de);},'lfemr':'failed','QTPaI':_0x741e14(0x28f),'HzHZn':function(_0x58c85b,_0x2730af,_0xbc19a){return _0x58c85b(_0x2730af,_0xbc19a);},'qvDCI':_0x741e14(0x1fe),'xQPXT':_0x741e14(0x1c1),'YPDOj':function(_0x50f339,_0x19777f){return _0x50f339(_0x19777f);},'Ylmfb':'../v2/browserstackCLI','YdTen':function(_0x57653d,_0xdab3a9){return _0x57653d(_0xdab3a9);},'YzhIp':_0x741e14(0x1a4),'KobLb':_0x741e14(0x1a0),'IRjkR':function(_0x2f5ede){return _0x2f5ede();}};PerformanceTester['startMonitoring'](),logger[_0x741e14(0x28c)](_0x2ee547[_0x741e14(0x251)]),global['__error_messages__']=[],global['__sessionFailed']=![];if(playwrightPatcher)try{const _0x5e562b=_0x2ee547['YPDOj'](require,_0x2ee547[_0x741e14(0x287)]),_0xa61a32=_0x2ee547['YdTen'](require,_0x2ee547[_0x741e14(0x256)]);_0x5e562b[_0x741e14(0x1b2)]()[_0x741e14(0x28a)]()&&(logger[_0x741e14(0x28c)](_0x2ee547[_0x741e14(0x281)]),_0xa61a32[_0x741e14(0x20c)](FRAMEWORKS[_0x741e14(0x1cc)],FRAMEWORKS[_0x741e14(0x1cd)]),await _0x5e562b['getInstance']()[_0x741e14(0x203)]());}catch(_0xb6cb25){logger[_0x741e14(0x28c)](_0x741e14(0x262)+util[_0x741e14(0x1e3)](_0xb6cb25));}_0x2ee547[_0x741e14(0x268)](shouldProcessEventForTesthub)&&(_0x2ee547[_0x741e14(0x268)](registerListeners),_0x2ee547[_0x741e14(0x252)](addRequestSpy,![])),global[_0x741e14(0x1a6)]=async()=>{const _0x368748=_0x741e14;let _0x31c5c0=![];try{global[_0x368748(0x221)]&&global[_0x368748(0x221)][0x0]&&(await global['__drivers'][0x0][_0x368748(0x23f)],_0x31c5c0=!![],global[_0x368748(0x20e)]?await _0x2ee547[_0x368748(0x24e)](markSessionStatus,global['__drivers'][0x0],_0x2ee547['lfemr'],global[_0x368748(0x1fa)]['join'](_0x2ee547['QTPaI'])):await _0x2ee547['HzHZn'](markSessionStatus,global[_0x368748(0x221)][0x0],_0x2ee547['qvDCI']));}catch(_0x1739ab){logger[_0x368748(0x28c)](_0x368748(0x21f)+_0x1739ab);}global['__error_messages__']=[],global[_0x368748(0x20e)]=![];if(_0x31c5c0)try{await global[_0x368748(0x221)][0x0][_0x368748(0x1db)](),global[_0x368748(0x221)][0x0][_0x368748(0x23f)][_0x368748(0x1ab)](_0x2fbeb2=>{const _0x3bfa59=_0x368748;logger[_0x3bfa59(0x28c)](_0x3bfa59(0x253)+_0x2fbeb2[_0x3bfa59(0x23e)]());})[_0x368748(0x1a9)](_0x44d490=>{});}catch(_0x4ffd71){logger[_0x368748(0x28c)](_0x368748(0x197)+_0x4ffd71);}};});const a9_0x2effe6={};a9_0x2effe6[a9_0x3362a9(0x255)]='bstack',a9_0x2effe6['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3362a9(0x270)],Before(a9_0x2effe6,function(_0x359826,_0x18b9ef){const _0x17044b=a9_0x3362a9,_0x105e19={'qsSGd':function(_0x2bd7d4,_0x469c61){return _0x2bd7d4>_0x469c61;},'bgWli':function(_0x5a2f76,_0x12d428){return _0x5a2f76>_0x12d428;},'kSYbV':function(_0x50d750,_0x6a1f10){return _0x50d750(_0x6a1f10);},'SmluV':function(_0x3fb5dc,_0x2417fa,_0x1ed2d5,_0x2cc0c7){return _0x3fb5dc(_0x2417fa,_0x1ed2d5,_0x2cc0c7);},'wHvyc':_0x17044b(0x193),'vxney':function(_0x4e2bea,_0x109a91){return _0x4e2bea(_0x109a91);},'leAja':'../v2/browserstackCLI','pNMxC':_0x17044b(0x295),'WYZwe':function(_0xa8a88a,_0x2019ac){return _0xa8a88a(_0x2019ac);},'CxqPr':_0x17044b(0x220),'THQwN':_0x17044b(0x233),'jrtzP':'cucumber-test','thHfc':function(_0x480c10){return _0x480c10();},'FExYo':'Inside\x20browserstack\x20Before'};commandRepository['setTestNameForHealingContext'](_0x359826['pickle'][_0x17044b(0x255)]),logger[_0x17044b(0x28c)](_0x105e19[_0x17044b(0x201)]),new Promise(async _0xaab122=>{const _0x1f836c=_0x17044b;try{global['__drivers']&&_0x105e19[_0x1f836c(0x249)](global[_0x1f836c(0x221)][_0x1f836c(0x20b)],0x1)&&(await global[_0x1f836c(0x1a6)](),global['__drivers'][_0x1f836c(0x28e)]()),global[_0x1f836c(0x221)]&&global[_0x1f836c(0x221)][0x0]&&global[_0x1f836c(0x221)][0x0][_0x1f836c(0x1da)]&&_0x105e19[_0x1f836c(0x245)](global[_0x1f836c(0x221)][0x0][_0x1f836c(0x1da)],0x0)&&await global[_0x1f836c(0x1a6)]();}catch(_0x35728d){logger['debug'](_0x1f836c(0x1ca)+_0x35728d);}workerDetails[_0x1f836c(0x1ba)][_0x1f836c(0x1b8)]=_0x359826;if(!playwrightPatcher)try{if(!_0x105e19[_0x1f836c(0x22a)](isUndefined,_0x359826[_0x1f836c(0x1e4)][_0x1f836c(0x267)])){const _0x255c8f=_0x105e19[_0x1f836c(0x195)](shouldScanTestForAccessibility,null,![],_0x359826['pickle'][_0x1f836c(0x267)][_0x1f836c(0x1e6)](({name:_0x232166})=>_0x232166));globals[_0x1f836c(0x28d)](_0x105e19[_0x1f836c(0x224)],_0x255c8f);}}catch(_0x17edfe){logger[_0x1f836c(0x28c)](_0x1f836c(0x22f)+util['format'](_0x17edfe));}if(playwrightPatcher)try{await playwrightPatcher[_0x1f836c(0x1ed)](_0x359826),global[_0x1f836c(0x20a)]&&global['__workerDetails'][_0x1f836c(0x223)]&&playwrightPatcher[_0x1f836c(0x269)](global['__workerDetails'][_0x1f836c(0x223)]);}catch(_0xc21c44){logger[_0x1f836c(0x28c)](_0x1f836c(0x226)+util['format'](_0xc21c44));}if(playwrightPatcher)try{const _0x3b0b81=_0x105e19[_0x1f836c(0x24c)](require,_0x105e19[_0x1f836c(0x1aa)]),_0x3bc504=_0x105e19['kSYbV'](require,_0x105e19['pNMxC']),_0xc49782=_0x105e19[_0x1f836c(0x279)](require,_0x105e19[_0x1f836c(0x1fd)]);if(_0x3b0b81[_0x1f836c(0x1b2)]()[_0x1f836c(0x1b1)]()){const _0x3eb73e={'title':_0x359826['pickle'][_0x1f836c(0x255)]||_0x105e19[_0x1f836c(0x22d)],'titlePath':[_0x359826[_0x1f836c(0x1e4)][_0x1f836c(0x255)]||_0x105e19[_0x1f836c(0x22d)]],'id':_0x359826[_0x1f836c(0x21c)]||_0x105e19[_0x1f836c(0x227)],'tags':_0x359826[_0x1f836c(0x1e4)][_0x1f836c(0x267)]||[],..._0x359826},_0x3acc69=_0x3eb73e;global[_0x1f836c(0x261)]=_0x3acc69,logger[_0x1f836c(0x28c)](_0x1f836c(0x1ae)+_0x359826[_0x1f836c(0x1e4)]['name']);}}catch(_0x3228a1){logger[_0x1f836c(0x28c)](_0x1f836c(0x212)+util[_0x1f836c(0x1e3)](_0x3228a1));}_0x105e19[_0x1f836c(0x20f)](_0xaab122);})[_0x17044b(0x1bb)](_0x18b9ef);});function a9_0x2d23(){const _0x474d0f=['dYGxV','pid','catch','leAja','then','Error:\x20sendPlatformDetails\x20at\x20After:\x20','ENV_VAR','Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20','Performing\x20scan\x20before\x20saving\x20results','EhebC','isRunning','getInstance','../v2/browserstackCLI','../../helpers/logger','stringify','storeLogObjects','info','testInfo','490719gyndsH','currentTest','finally','Cleaned\x20up\x20Playwright\x20close\x20tracker','winstonLogger','uuid','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Inside\x20browserstack\x20BeforeAll','../playwright/reporter/test-details.js','toString','sendTestLog:\x20No\x20testId\x20found\x20in\x20testInfo','1528QsjfBw','../v2/browserstackCLI.js','CXOoZ','Error:\x20at\x20After\x20(Selenium):\x20','Error\x20cleaning\x20up\x20close\x20tracker:\x20','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','FNvrD','CUCUMBER','PLAYWRIGHT','GaoJa','oZZdZ','Cleaned\x20up\x20close\x20tracker','uGedT','browserstackAgentV2','Error\x20in\x20fallback\x20cleanup:\x20','ViCQj','vjTmD','setConfig','@playwright/test','../../helpers/accessibility-automation/scripts','getTestUUID','quitCount_','initQuit','KrFzv','VdqvV','Ebold','CanCL','HIGJZ','6BdDlBQ','split','format','pickle','../utils/playwright-patcher','map','fLTph','72bodxyY','AutomationFramework\x20QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20','result','SDcxq','message','beforeTestHook','skipSessionStatus','licmg','BROWSERSTACK_TESTHUB_JWT','4|1|2|0|3','text','bs:addLog:','YDDYK','skipSessionName','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20','../playwright/reporter/reporter.js','befOI','QUIT','__error_messages__','../../helpers/ai-sdk/autoHealHelper','Flow\x20detection:\x20isSeleniumFlow=','CxqPr','passed','Error\x20sending\x20log\x20created\x20event:\x20','env','FExYo','uploadEventData','bootstrap','AfterStep','executeDeferredCloses','timeout','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','dousx','Wbkxp','__workerDetails','length','setFrameworkDetail','JcgUg','__sessionFailed','thHfc','rJWQC','shutdown','Error\x20triggering\x20AutomationFramework\x20events:\x20','thTestRunUuid','hiDRU','UorOp','cucumber-js','Before','CONFIG','Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20','isPageFixture','__skipSessionStatus','testCaseStartedId','BeforeAll','Error:\x20at\x20After\x20(Playwright):\x20','Error:\x20cleaning\x20up\x20driver:\x20','../v2/state/hookState','__drivers','5887800DxVyCL','pwPage','wHvyc','uEndt','Error\x20in\x20playwright\x20beforeTestHook:\x20','jrtzP','Passed:\x20','248188AgcZgn','kSYbV','HnGoC','thJwtToken','THQwN','xkzFW','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20','setFramework','jcThg','kBfiX','Unknown\x20Test','afterTestHook','../../helpers/testhub/utils','BROWSERSTACK_TESTHUB_UUID','lodash','Error\x20initializing\x20Playwright\x20patching:\x20','208456NyntHR','getGlobal','executeAsyncScript','toLowerCase','gtqFi','getId','session_','workerInfo','getAutomationFramework','eFpwu','Error:\x20at\x20After\x20Step:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','bgWli','Inside\x20browserstack\x20AfterStep','GwvZf','startMonitoring','qsSGd','status','../../helpers/test-observability/sessionHandler','vxney','557290koDgfd','TXLgb','Error\x20triggering\x20AutomationFramework\x20QUIT\x20PRE\x20event:\x20','__timeout','xQPXT','YdTen','Error:\x20in\x20quitting\x20driver\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','name','YzhIp','closeTracker','browserstackSessionName','../../helpers/test-observability/utils','AfterAll','@cucumber/cucumber/lib/index.js','../utils/constants','Error\x20determining\x20test\x20flow:\x20','Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','parse','QSyqi','__currentTestInfo','Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','error','../../index','../v2/TestInfo.js','Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS','tags','IRjkR','patchPageCommandsForAccessibility','zamIJ','Failed:\x20','\x0aError:\x20','trackEvent','Patching\x20Playwright','GojHv','Cucumber-JS','isAccessibilityPlatform','@cucumber/cucumber','VDUfI','test_run','performScan','../../helpers/globals','test_run_uuid','nFwIq','WYZwe','setDefaultTimeout','NPjBH','executeScript','\x22}}','integrations','2945iJXAdX','Error:\x20quiting\x20driver\x20at\x20After:\x20','KobLb','initializePlaywrightPatching','fLBMF','AreTG','lSmpM','eXdJP','Ylmfb','Completed\x20Playwright\x20afterTestHook\x20execution','cleanup','isCliEnabled','psTDn','debug','setGlobal','shift','\x20|\x20','Error\x20executing\x20deferred\x20closes:\x20','Inside\x20browserstack\x20After','pickleStep','Knrqq','775936UFxwHR','../v2/state/automationFrameworkState','CBTSessionCreated','EfBwk','platformCaps','__skipSessionName','zqtIe','bstackA11yShouldScan','CCKKA','SmluV','scenario','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','failed','BSTACK_CONFIG','yNmlj','../../helpers/testhub/constants.js','xJOxy','../../helpers/setKeepAlive','push','../../helpers/test-observability/requestQueueHandler','Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','../../helpers/performance/performance-tester','bstack','gKMcX','../v2/cliUtils','Executed\x20fallback\x20close\x20tracker\x20cleanup\x20after\x20error','driverCleanup'];a9_0x2d23=function(){return _0x474d0f;};return a9_0x2d23();}const a9_0x24cfcb={};a9_0x24cfcb['name']=a9_0x3362a9(0x1a2),a9_0x24cfcb['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3362a9(0x270)],After(a9_0x24cfcb,function(_0x491b26,_0x1ee58b){const _0x338ddb=a9_0x3362a9,_0x2acbe0={'vjTmD':function(_0x29f307,_0x355fb7){return _0x29f307>_0x355fb7;},'zqtIe':function(_0x2a100e,_0x1bc376){return _0x2a100e===_0x1bc376;},'uEndt':_0x338ddb(0x198),'NPjBH':function(_0x418371,_0x12827f){return _0x418371>_0x12827f;},'lSmpM':function(_0x530c34,_0x5162d6,_0x4624c1,_0x40f5c7){return _0x530c34(_0x5162d6,_0x4624c1,_0x40f5c7);},'GwvZf':_0x338ddb(0x28f),'Knrqq':function(_0x9c7c53,_0x25ff34,_0x3d7b71){return _0x9c7c53(_0x25ff34,_0x3d7b71);},'dYGxV':_0x338ddb(0x1fe),'xkzFW':function(_0x2d69be,_0x182f11){return _0x2d69be(_0x182f11);},'ViCQj':_0x338ddb(0x1b3),'fLTph':_0x338ddb(0x295),'JcgUg':function(_0x965feb,_0x5bf44b){return _0x965feb(_0x5bf44b);},'HIGJZ':_0x338ddb(0x220),'HnGoC':_0x338ddb(0x233),'oZZdZ':'cucumber-test','Wbkxp':_0x338ddb(0x288),'VDUfI':'Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','psTDn':_0x338ddb(0x1d0),'gtqFi':_0x338ddb(0x25e),'rJWQC':_0x338ddb(0x1a5),'RNvFS':function(_0x32a0bf,_0x3a708c){return _0x32a0bf(_0x3a708c);},'CXOoZ':_0x338ddb(0x1c6),'uGedT':function(_0x53de85){return _0x53de85();},'UorOp':function(_0x2ad7a5,_0x1aff4e,_0x10e6e6,_0x209bdf){return _0x2ad7a5(_0x1aff4e,_0x10e6e6,_0x209bdf);},'fLBMF':_0x338ddb(0x296),'EfBwk':_0x338ddb(0x271),'AUUjC':_0x338ddb(0x193),'CCKKA':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','gKMcX':_0x338ddb(0x1af),'EhebC':_0x338ddb(0x1c0),'YDDYK':_0x338ddb(0x291)};logger[_0x338ddb(0x28c)](_0x2acbe0[_0x338ddb(0x1f4)]),workerDetails[_0x338ddb(0x1ba)]['testInfo']=_0x491b26,new Promise(async _0x3188c4=>{const _0x582032=_0x338ddb;let _0x32d4c3=![],_0x5a45ff=![],_0x1e3080=![];try{global[_0x582032(0x221)]&&_0x2acbe0[_0x582032(0x1d5)](global['__drivers'][_0x582032(0x20b)],0x0)&&(_0x5a45ff=!![]),playwrightPatcher&&global[_0x582032(0x20a)]&&global[_0x582032(0x20a)][_0x582032(0x223)]&&(_0x1e3080=!![],logger['debug']('Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20'+!!global[_0x582032(0x20a)]['pwPage']));}catch(_0x2f3761){logger[_0x582032(0x28c)](_0x582032(0x25d)+_0x2f3761);}logger['debug'](_0x582032(0x1fc)+_0x5a45ff+',\x20isPlaywrightFlow='+_0x1e3080);const _0x49eeb4=_0x491b26['result'][_0x582032(0x24a)]['toString']()[_0x582032(0x23c)](),_0x5257f9=_0x2acbe0[_0x582032(0x192)](_0x49eeb4,_0x2acbe0['uEndt'])||_0x2acbe0[_0x582032(0x192)](_0x49eeb4,'6'),_0x458afd=_0x5257f9?_0x491b26[_0x582032(0x1ea)][_0x582032(0x1ec)]:null;if(_0x5257f9)try{global['__error_messages__'][_0x582032(0x19e)](_0x491b26[_0x582032(0x1ea)][_0x582032(0x1ec)]),global[_0x582032(0x20e)]=!![];}catch(_0x1a16d2){logger[_0x582032(0x28c)](_0x582032(0x207)+_0x1a16d2);}if(_0x5a45ff)try{global[_0x582032(0x221)]&&_0x2acbe0[_0x582032(0x27b)](global[_0x582032(0x221)][_0x582032(0x20b)],0x1)&&(await global[_0x582032(0x1a6)](),global[_0x582032(0x221)][_0x582032(0x28e)](),global[_0x582032(0x1fa)]=[],global[_0x582032(0x20e)]=![]),global[_0x582032(0x221)]&&global[_0x582032(0x221)][0x0]&&(await global['__drivers'][0x0][_0x582032(0x23f)],_0x32d4c3=!![],!global['__skipSessionName']&&await global[_0x582032(0x221)][0x0]['executeScript'](_0x582032(0x244)+_0x491b26[_0x582032(0x1e4)][_0x582032(0x255)]+_0x582032(0x27d)),_0x5257f9?await _0x2acbe0[_0x582032(0x285)](markSessionStatus,global[_0x582032(0x221)][0x0],_0x2acbe0[_0x582032(0x225)],global['__error_messages__']['join'](_0x2acbe0[_0x582032(0x247)])):await _0x2acbe0[_0x582032(0x293)](markSessionStatus,global[_0x582032(0x221)][0x0],_0x2acbe0[_0x582032(0x1a7)]));}catch(_0x4018aa){logger['debug'](_0x582032(0x1c8)+util[_0x582032(0x1e3)](_0x4018aa));}if(_0x1e3080)try{try{const _0x145ed5=_0x2acbe0[_0x582032(0x22e)](require,_0x2acbe0[_0x582032(0x1d4)]),_0x3e9065=_0x2acbe0[_0x582032(0x22e)](require,_0x2acbe0[_0x582032(0x1e7)]),_0xa004f4=_0x2acbe0[_0x582032(0x20d)](require,_0x2acbe0[_0x582032(0x1e0)]);if(_0x145ed5[_0x582032(0x1b2)]()[_0x582032(0x1b1)]()){const _0x2310b8={'title':_0x491b26[_0x582032(0x1e4)][_0x582032(0x255)]||_0x2acbe0['HnGoC'],'titlePath':[_0x491b26[_0x582032(0x1e4)]['name']||_0x2acbe0[_0x582032(0x22b)]],'id':_0x491b26['testCaseStartedId']||_0x2acbe0[_0x582032(0x1cf)],'status':_0x5257f9?_0x2acbe0['uEndt']:_0x2acbe0[_0x582032(0x1a7)],'error':_0x458afd?{'message':_0x458afd}:null,'tags':_0x491b26[_0x582032(0x1e4)][_0x582032(0x267)]||[],..._0x491b26},_0x5e3de4=_0x2310b8,_0x75f73e={};_0x75f73e[_0x582032(0x1b8)]=_0x5e3de4,_0x75f73e[_0x582032(0x196)]=_0x491b26,_0x75f73e['page']=global['__workerDetails'][_0x582032(0x223)],_0x75f73e['testFramework']=FRAMEWORKS[_0x582032(0x1cc)],await _0x145ed5['getInstance']()[_0x582032(0x241)]()[_0x582032(0x26d)](_0x3e9065[_0x582032(0x1f9)],_0xa004f4['PRE'],_0x75f73e),logger[_0x582032(0x28c)](_0x582032(0x1e9)+_0x491b26[_0x582032(0x1e4)][_0x582032(0x255)]);}}catch(_0x5a14d9){logger['debug'](_0x582032(0x24f)+util[_0x582032(0x1e3)](_0x5a14d9));}const _0x1ab69f=_0x5257f9?_0x2acbe0['uEndt']:_0x2acbe0[_0x582032(0x1a7)];await playwrightPatcher[_0x582032(0x234)](_0x491b26,_0x1ab69f,_0x458afd),logger[_0x582032(0x28c)](_0x2acbe0[_0x582032(0x209)]);try{await playwrightPatcher[_0x582032(0x205)](),logger['debug'](_0x2acbe0[_0x582032(0x273)]);}catch(_0x2dd855){logger['debug'](_0x582032(0x290)+util['format'](_0x2dd855));}try{playwrightPatcher[_0x582032(0x257)]['cleanup'](),logger['debug'](_0x2acbe0[_0x582032(0x28b)]);}catch(_0x15a758){logger[_0x582032(0x28c)](_0x582032(0x1c9)+util[_0x582032(0x1e3)](_0x15a758));}}catch(_0x55f90a){logger[_0x582032(0x28c)](_0x582032(0x21e)+util[_0x582032(0x1e3)](_0x55f90a));try{playwrightPatcher['executeDeferredCloses']&&(await playwrightPatcher[_0x582032(0x205)](),logger['debug'](_0x2acbe0[_0x582032(0x23d)])),playwrightPatcher['closeTracker']&&playwrightPatcher['closeTracker'][_0x582032(0x289)]&&(playwrightPatcher[_0x582032(0x257)][_0x582032(0x289)](),logger['debug'](_0x2acbe0[_0x582032(0x210)]));}catch(_0x4de24d){logger[_0x582032(0x28c)](_0x582032(0x1d3)+util[_0x582032(0x1e3)](_0x4de24d));}}const _0x21390d=_0x2acbe0['RNvFS'](require,_0x2acbe0[_0x582032(0x1c7)]);if(!_0x21390d[_0x582032(0x1b2)]()['isRunning']())try{if(_0x2acbe0[_0x582032(0x1d1)](shouldProcessEventForTesthub)){const _0xc84451=TestDetails[_0x582032(0x1d9)](_0x491b26[_0x582032(0x21c)]);let _0x385b55=null;global[_0x582032(0x221)]&&global[_0x582032(0x221)][0x0]&&(_0x385b55=await _0x2acbe0[_0x582032(0x215)](sendPlatformDetails,global[_0x582032(0x221)][0x0],_0xc84451,!![]));const _0xc453d={};_0xc453d[_0x582032(0x1be)]=_0xc84451,_0xc453d[_0x582032(0x27e)]=_0x385b55;const _0x5c39ea=_0xc453d,_0x4ccac8={};_0x4ccac8['event_type']=_0x2acbe0[_0x582032(0x283)],_0x4ccac8[_0x582032(0x274)]=_0x5c39ea,await SessionHandler[_0x582032(0x202)](_0x4ccac8);}}catch(_0x12881f){logger[_0x582032(0x28c)](_0x582032(0x1ac)+util['format'](_0x12881f));}try{if(globals[_0x582032(0x23a)](_0x2acbe0[_0x582032(0x297)])&&globals['getGlobal'](_0x2acbe0['AUUjC'])){logger['info'](_0x2acbe0[_0x582032(0x194)]);const _0x13e2c4=TestDetails[_0x582032(0x1d9)](_0x491b26['testCaseStartedId']),_0x4d2ac8={};_0x4d2ac8[_0x582032(0x213)]=_0x13e2c4,_0x4d2ac8['thBuildUuid']=process['env'][testHubConstants[_0x582032(0x1ad)][_0x582032(0x236)]],_0x4d2ac8[_0x582032(0x22c)]=process['env'][testHubConstants['ENV_VAR'][_0x582032(0x1f0)]];const _0xd2efa7=_0x4d2ac8;logger[_0x582032(0x28c)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x582032(0x1b5)](_0xd2efa7)),logger[_0x582032(0x28c)](_0x2acbe0[_0x582032(0x1a3)]),global[_0x582032(0x221)]&&global['__drivers'][0x0]&&(logger[_0x582032(0x28c)](util[_0x582032(0x1e3)](await global[_0x582032(0x221)][0x0][_0x582032(0x23b)](scripts[_0x582032(0x275)],{'method':global[_0x582032(0x258)]}))),await global[_0x582032(0x221)][0x0][_0x582032(0x23b)](scripts['saveTestResults'],_0xd2efa7)),logger[_0x582032(0x1b7)](_0x2acbe0[_0x582032(0x1b0)]);}}catch(_0xc3f436){logger['error'](_0x582032(0x1f6)+util[_0x582032(0x1e3)](_0xc3f436));}if(_0x32d4c3)try{global['__drivers'][0x0]&&_0x2acbe0[_0x582032(0x1d5)](global[_0x582032(0x221)][0x0]['quitCount_'],0x0)&&await global['__drivers'][0x0][_0x582032(0x1db)]();}catch(_0x1affa2){logger[_0x582032(0x28c)](_0x582032(0x280)+_0x1affa2);}_0x2acbe0['uGedT'](_0x3188c4);})['finally'](()=>_0x1ee58b());});const a9_0x2b60b7={};a9_0x2b60b7[a9_0x3362a9(0x255)]='bstack',a9_0x2b60b7[a9_0x3362a9(0x206)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3362a9(0x270)],AfterStep(a9_0x2b60b7,function(_0x9b5eb5,_0x1dc8ad){const _0x3455dc=a9_0x3362a9,_0x2b384d={'QSyqi':function(_0x22e449,_0x3806fc){return _0x22e449===_0x3806fc;},'VdqvV':'failed','nFwIq':function(_0x4b7251,_0x1f455c){return _0x4b7251!==_0x1f455c;},'SDcxq':function(_0x182962,_0x5df11c,_0x1f13bf){return _0x182962(_0x5df11c,_0x1f13bf);},'AreTG':function(_0x1c67fc,_0x362f1b){return _0x1c67fc+_0x362f1b;},'befOI':function(_0x807074,_0x49f71a){return _0x807074+_0x49f71a;},'Ebold':_0x3455dc(0x26b),'eFpwu':_0x3455dc(0x26c),'dousx':_0x3455dc(0x263),'jcThg':function(_0x12c9b9,_0x296c38,_0x44978e){return _0x12c9b9(_0x296c38,_0x44978e);},'xJOxy':function(_0x3f0f51,_0x1d6173){return _0x3f0f51+_0x1d6173;},'GaoJa':function(_0x22e4d6,_0x2d22ed){return _0x22e4d6!==_0x2d22ed;},'ZeMcY':function(_0x20d08d,_0x416996){return _0x20d08d+_0x416996;},'eXdJP':_0x3455dc(0x228),'KrFzv':_0x3455dc(0x1b7),'sHoEz':function(_0x2756ac,_0x11580b,_0x1ad61d){return _0x2756ac(_0x11580b,_0x1ad61d);},'dXDim':'Passed','ZcKjk':function(_0x5a182c){return _0x5a182c();},'yNmlj':_0x3455dc(0x246)};logger[_0x3455dc(0x28c)](_0x2b384d[_0x3455dc(0x19a)]);const _0x515622=async(_0x34242a,_0x3dbbd5)=>{const _0x34959a=_0x3455dc;global[_0x34959a(0x221)]&&global[_0x34959a(0x221)][0x0]&&await global['__drivers'][0x0][_0x34959a(0x27c)](_0x34959a(0x254)+_0x34242a+',\x22level\x22:\x20\x22'+_0x3dbbd5+_0x34959a(0x27d));};new Promise(async _0x1d0a28=>{const _0x1b4519=_0x3455dc;try{const _0x123ff0=_0x2b384d[_0x1b4519(0x260)](_0x9b5eb5[_0x1b4519(0x1ea)][_0x1b4519(0x24a)][_0x1b4519(0x1c3)]()[_0x1b4519(0x23c)](),_0x2b384d[_0x1b4519(0x1dd)])||_0x2b384d['QSyqi'](_0x9b5eb5['result'][_0x1b4519(0x24a)][_0x1b4519(0x1c3)]()[_0x1b4519(0x23c)](),'6');_0x123ff0?(global[_0x1b4519(0x20e)]=!![],global[_0x1b4519(0x1fa)][_0x1b4519(0x19e)](_0x9b5eb5[_0x1b4519(0x1ea)][_0x1b4519(0x1ec)]),_0x2b384d[_0x1b4519(0x278)](_0x9b5eb5[_0x1b4519(0x292)],undefined)?await _0x2b384d[_0x1b4519(0x1eb)](_0x515622,JSON['stringify'](_0x2b384d['AreTG'](_0x2b384d[_0x1b4519(0x284)](_0x2b384d[_0x1b4519(0x1f8)](_0x2b384d[_0x1b4519(0x1de)],'\x22'+_0x9b5eb5[_0x1b4519(0x292)][_0x1b4519(0x1f2)]+'\x22\x20'),_0x2b384d[_0x1b4519(0x242)]),_0x9b5eb5['result'][_0x1b4519(0x1ec)])),_0x2b384d['dousx']):await _0x2b384d[_0x1b4519(0x231)](_0x515622,JSON[_0x1b4519(0x1b5)](_0x2b384d[_0x1b4519(0x19c)](_0x2b384d['Ebold'],_0x9b5eb5[_0x1b4519(0x1ea)][_0x1b4519(0x1ec)])),_0x2b384d[_0x1b4519(0x208)])):_0x2b384d[_0x1b4519(0x1ce)](_0x9b5eb5[_0x1b4519(0x292)],undefined)?await _0x2b384d[_0x1b4519(0x1eb)](_0x515622,JSON[_0x1b4519(0x1b5)](_0x2b384d['ZeMcY'](_0x2b384d[_0x1b4519(0x286)],'\x22'+_0x9b5eb5[_0x1b4519(0x292)]['text']+'\x22')),_0x2b384d[_0x1b4519(0x1dc)]):await _0x2b384d['sHoEz'](_0x515622,JSON[_0x1b4519(0x1b5)](_0x2b384d['dXDim']),_0x2b384d['KrFzv']),global[_0x1b4519(0x221)]&&global[_0x1b4519(0x221)][0x0]&&global['__drivers'][0x0]['session_'][_0x1b4519(0x1ab)](_0x3c5227=>{})[_0x1b4519(0x1a9)](_0x45e00d=>{const _0x13b58a=_0x1b4519;logger[_0x13b58a(0x28c)](_0x13b58a(0x1bf)+util[_0x13b58a(0x1e3)](_0x45e00d));});}catch(_0x213c16){logger['debug'](_0x1b4519(0x243)+_0x213c16);}_0x2b384d['ZcKjk'](_0x1d0a28);})['finally'](()=>_0x1dc8ad());});const a9_0x1bb795={};a9_0x1bb795[a9_0x3362a9(0x255)]='bstack',a9_0x1bb795[a9_0x3362a9(0x206)]=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],AfterAll(a9_0x1bb795,async function(_0x42d89a,_0x5d3382){const _0xa27b49=a9_0x3362a9,_0x44e69f={'CanCL':_0xa27b49(0x1f1),'PpAGA':_0xa27b49(0x1bc),'zamIJ':function(_0x4ce538){return _0x4ce538();},'FNvrD':'Inside\x20browserstack\x20AfterAll'};logger[_0xa27b49(0x28c)](_0x44e69f[_0xa27b49(0x1cb)]),await new Promise(async _0x1ba439=>{const _0x2427ea=_0xa27b49,_0x2a1741=_0x44e69f[_0x2427ea(0x1df)][_0x2427ea(0x1e2)]('|');let _0x5ea370=0x0;while(!![]){switch(_0x2a1741[_0x5ea370++]){case'0':await global['driverCleanup']();continue;case'1':PerformanceTester['stopMonitoring']();continue;case'2':try{playwrightPatcher&&playwrightPatcher[_0x2427ea(0x205)]&&(await playwrightPatcher['executeDeferredCloses'](),playwrightPatcher[_0x2427ea(0x257)]&&playwrightPatcher[_0x2427ea(0x257)]['cleanup'](),logger['debug'](_0x44e69f['PpAGA']));}catch(_0x1db02){logger[_0x2427ea(0x28c)](_0x2427ea(0x219)+util[_0x2427ea(0x1e3)](_0x1db02));}continue;case'3':_0x44e69f[_0x2427ea(0x26a)](_0x1ba439);continue;case'4':await RequestQueueHandler[_0x2427ea(0x1b2)]()[_0x2427ea(0x211)]();continue;}break;}});});
1
+ const a9_0x3e384c=a9_0x2b43;(function(_0x25d490,_0x48722f){const _0x517396=a9_0x2b43,_0x428dd6=_0x25d490();while(!![]){try{const _0x42d584=-parseInt(_0x517396(0x1b1))/0x1+parseInt(_0x517396(0x132))/0x2+-parseInt(_0x517396(0xd5))/0x3+-parseInt(_0x517396(0x184))/0x4+-parseInt(_0x517396(0xec))/0x5*(-parseInt(_0x517396(0x17f))/0x6)+parseInt(_0x517396(0x174))/0x7*(-parseInt(_0x517396(0x12a))/0x8)+parseInt(_0x517396(0x155))/0x9;if(_0x42d584===_0x48722f)break;else _0x428dd6['push'](_0x428dd6['shift']());}catch(_0x4311db){_0x428dd6['push'](_0x428dd6['shift']());}}}(a9_0x3f84,0x4e881));const {requireModule,modifyCommand,isTrue,markSessionStatus,isBrowserstackInfra,playwrightSetSessionName,playwrightMarkSessionStatus,nestedKeyValue}=require(a9_0x3e384c(0xf8)),{TEST_FRAMEWORK_HOOK_TIMEOUT,FRAMEWORKS}=require(a9_0x3e384c(0x194)),setKeepAlive=require(a9_0x3e384c(0x106)),util=require(a9_0x3e384c(0x1a2)),PerformanceTester=require(a9_0x3e384c(0xfc)),{EVENTS:PerformanceEvents}=require(a9_0x3e384c(0x198)),{commandRepository}=require(a9_0x3e384c(0x11a)),cucumberModule=requireModule(a9_0x3e384c(0xd8),a9_0x3e384c(0x145)),logger=require('../../helpers/logger')[a9_0x3e384c(0x15c)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),{sendPlatformDetails,addRequestSpy,patchConsoleLogger}=require(a9_0x3e384c(0x104)),TestDetails=require('../playwright/reporter/test-details.js'),TestInfo=require('../v2/TestInfo.js'),RequestQueueHandler=require(a9_0x3e384c(0x136)),{o11yErrorHandler}=require(a9_0x3e384c(0xf2)),MyReporter=require(a9_0x3e384c(0x1a3)),SessionHandler=require(a9_0x3e384c(0x17b)),scripts=require(a9_0x3e384c(0x107)),globals=require(a9_0x3e384c(0x154)),testHubConstants=require(a9_0x3e384c(0x126)),{shouldScanTestForAccessibility}=require(a9_0x3e384c(0x1a6)),{isUndefined}=require(a9_0x3e384c(0x16e)),helper=require(a9_0x3e384c(0xf8)),a9_0x43dfca={};a9_0x43dfca[a9_0x3e384c(0x137)]=undefined,a9_0x43dfca[a9_0x3e384c(0x19e)]={},a9_0x43dfca[a9_0x3e384c(0x101)]=![],a9_0x43dfca['pwPage']=null,a9_0x43dfca[a9_0x3e384c(0x16b)]=![],a9_0x43dfca[a9_0x3e384c(0x19e)]['id']=undefined,a9_0x43dfca[a9_0x3e384c(0x19e)][a9_0x3e384c(0x18f)]=undefined;const workerDetails=a9_0x43dfca;global[a9_0x3e384c(0x156)]=workerDetails;let playwrightPatcher=null;shouldProcessEventForTesthub()&&patchConsoleLogger();const sendTestLog=o11yErrorHandler(async function sendTestLog(_0x2010dc){const _0x2e579e=a9_0x3e384c,_0x8369e2={'SzCNH':function(_0x4b5e77,_0x132695){return _0x4b5e77(_0x132695);},'JaPsV':'../v2/browserstackCLI','vyjDa':_0x2e579e(0x103)},_0x25bab9=workerDetails[_0x2e579e(0x19e)][_0x2e579e(0x18f)];if(!_0x25bab9)return;if(playwrightPatcher)try{const _0x2372a6=_0x8369e2['SzCNH'](require,_0x8369e2['JaPsV']);if(_0x2372a6[_0x2e579e(0xe0)]()[_0x2e579e(0x1b9)]()){const _0x52ad1d=_0x25bab9[_0x2e579e(0x1b8)];_0x52ad1d?(_0x2010dc[_0x2e579e(0x1c9)]=_0x52ad1d,_0x2010dc[_0x2e579e(0xed)]=_0x52ad1d,TestInfo['storeLogObjects'](_0x52ad1d,_0x2010dc)):logger[_0x2e579e(0x114)](_0x8369e2[_0x2e579e(0x1c6)]);return;}}catch(_0x274a90){logger['debug'](_0x2e579e(0xdc)+util[_0x2e579e(0x12c)](_0x274a90));}await MyReporter[_0x2e579e(0xe8)](_0x25bab9,_0x2010dc);}),registerListeners=()=>{const _0x2ebf95=a9_0x3e384c,_0x4872a7={};_0x4872a7[_0x2ebf95(0x1c7)]=_0x2ebf95(0x15f);const _0xfa61b8=_0x4872a7;logger[_0x2ebf95(0x114)](_0xfa61b8['bHdmo']),process[_0x2ebf95(0x181)](_0x2ebf95(0x160)+process[_0x2ebf95(0x195)]),process['on']('bs:addLog:'+process[_0x2ebf95(0x195)],sendTestLog),PerformanceTester[_0x2ebf95(0x111)]();};modifyCommand(),setKeepAlive();const Before=cucumberModule[a9_0x3e384c(0x1a1)],After=cucumberModule['After'],AfterAll=cucumberModule[a9_0x3e384c(0x10e)],BeforeAll=cucumberModule['BeforeAll'],AfterStep=cucumberModule[a9_0x3e384c(0x14c)],configuration=process[a9_0x3e384c(0x19d)][a9_0x3e384c(0xd0)],bstackConfig=process[a9_0x3e384c(0x19d)]['BSTACK_CONFIG'];if(configuration!==undefined){const config=JSON[a9_0x3e384c(0xdf)](configuration);isBrowserstackInfra()?(global[a9_0x3e384c(0x19c)]=isTrue(config['skipSessionName']),global[a9_0x3e384c(0x143)]=isTrue(config[a9_0x3e384c(0x1c3)])):(global[a9_0x3e384c(0x19c)]=!![],global[a9_0x3e384c(0x143)]=!![]);!helper[a9_0x3e384c(0x16a)](a9_0x3e384c(0x134))&&(logger[a9_0x3e384c(0x114)](a9_0x3e384c(0x166)),shouldProcessEventForTesthub()?require(a9_0x3e384c(0x1c2))[a9_0x3e384c(0x1ab)](config,null,!![]):require('../../index')[a9_0x3e384c(0x1ab)](config));global['__platformCaps']=config[a9_0x3e384c(0x171)]||{};if(helper[a9_0x3e384c(0x16a)]('@playwright/test'))try{logger[a9_0x3e384c(0x114)](a9_0x3e384c(0x12f)),playwrightPatcher=require(a9_0x3e384c(0x110)),playwrightPatcher[a9_0x3e384c(0xea)](config),logger[a9_0x3e384c(0x114)](a9_0x3e384c(0xfb));}catch(a9_0x2764c6){logger['debug'](a9_0x3e384c(0xe3)+util['format'](a9_0x2764c6));}}if(bstackConfig!==undefined){const browserStackConfig=JSON['parse'](bstackConfig);browserStackConfig&&(commandRepository[a9_0x3e384c(0x13c)](browserStackConfig),commandRepository[a9_0x3e384c(0x18c)](a9_0x3e384c(0x121)));}global[a9_0x3e384c(0x10a)]=0x0;const __setDefaultTimeout=cucumberModule[a9_0x3e384c(0x1b0)];cucumberModule['setDefaultTimeout']=_0x434ad5=>{const _0x5b8421=a9_0x3e384c,_0x3edbda={'FJxem':function(_0x43ae33,_0x245a51){return _0x43ae33(_0x245a51);}};global[_0x5b8421(0x10a)]=_0x434ad5,_0x3edbda['FJxem'](__setDefaultTimeout,_0x434ad5);};const a9_0x1dd608={};a9_0x1dd608[a9_0x3e384c(0x15d)]='bstack',BeforeAll(a9_0x1dd608,async function(){const _0x14e46f=a9_0x3e384c,_0x559613={'hjFTw':function(_0x134d44,_0x11ed1e,_0x541a2f,_0x34b62a){return _0x134d44(_0x11ed1e,_0x541a2f,_0x34b62a);},'TGPGQ':'failed','zeDUR':_0x14e46f(0x11e),'yopjf':function(_0x29c0c6,_0x15114a,_0x32a653){return _0x29c0c6(_0x15114a,_0x32a653);},'zJIZc':_0x14e46f(0x119),'qUimC':_0x14e46f(0x1b3),'KnOAO':function(_0x22a232,_0x14a544){return _0x22a232(_0x14a544);},'aAjAj':'../v2/browserstackCLI','ztvgl':function(_0xb89930,_0x593767){return _0xb89930(_0x593767);},'TkbzK':_0x14e46f(0x1ae),'tDvPX':_0x14e46f(0xda),'pyKwU':function(_0x4176fe){return _0x4176fe();},'nVbNS':function(_0x5e5bfb,_0x54bf74){return _0x5e5bfb(_0x54bf74);}};PerformanceTester[_0x14e46f(0x111)](),logger[_0x14e46f(0x114)](_0x559613[_0x14e46f(0x12b)]),global[_0x14e46f(0xd1)]=[],global[_0x14e46f(0x1aa)]=![];if(playwrightPatcher)try{const _0x891abf=_0x559613[_0x14e46f(0x192)](require,_0x559613[_0x14e46f(0x148)]),_0xddb153=_0x559613[_0x14e46f(0x131)](require,_0x559613['TkbzK']);_0x891abf[_0x14e46f(0xe0)]()[_0x14e46f(0x11d)]()&&(logger[_0x14e46f(0x114)](_0x559613[_0x14e46f(0x179)]),_0xddb153[_0x14e46f(0x1a7)](FRAMEWORKS[_0x14e46f(0x11f)],FRAMEWORKS[_0x14e46f(0x14b)]),await _0x891abf['getInstance']()['bootstrap']());}catch(_0x430bd4){logger['debug'](_0x14e46f(0xf5)+util[_0x14e46f(0x12c)](_0x430bd4));}_0x559613[_0x14e46f(0x1ba)](shouldProcessEventForTesthub)&&(_0x559613[_0x14e46f(0x1ba)](registerListeners),_0x559613[_0x14e46f(0xd2)](addRequestSpy,![])),global[_0x14e46f(0x186)]=async()=>{const _0x1d7bea=_0x14e46f;let _0x509796=![];try{global[_0x1d7bea(0x112)]&&global['__drivers'][0x0]&&(await global[_0x1d7bea(0x112)][0x0][_0x1d7bea(0x115)],_0x509796=!![],global['__sessionFailed']?await _0x559613[_0x1d7bea(0x1a4)](markSessionStatus,global['__drivers'][0x0],_0x559613['TGPGQ'],global[_0x1d7bea(0xd1)][_0x1d7bea(0x163)](_0x559613[_0x1d7bea(0xf1)])):await _0x559613['yopjf'](markSessionStatus,global['__drivers'][0x0],_0x559613[_0x1d7bea(0x158)]));}catch(_0x49ba2b){logger[_0x1d7bea(0x114)](_0x1d7bea(0x1a0)+_0x49ba2b);}global[_0x1d7bea(0xd1)]=[],global['__sessionFailed']=![];if(_0x509796)try{await global[_0x1d7bea(0x112)][0x0][_0x1d7bea(0x14f)](),global[_0x1d7bea(0x112)][0x0]['session_'][_0x1d7bea(0x149)](_0x3a42b2=>{const _0x44d057=_0x1d7bea;logger['debug']('Error:\x20in\x20quitting\x20driver\x20'+_0x3a42b2[_0x44d057(0x17a)]());})[_0x1d7bea(0x1af)](_0x4f19eb=>{});}catch(_0x4b3c08){logger[_0x1d7bea(0x114)](_0x1d7bea(0x1ca)+_0x4b3c08);}};});const a9_0x2ffca2={};function a9_0x3f84(){const _0x56c8b0=['setFrameworkDetail','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Inside\x20browserstack\x20After','__sessionFailed','browserstackAgentV2','BROWSERSTACK_TESTHUB_JWT','getAutomationFramework','../v2/cliUtils','catch','setDefaultTimeout','244913vFbNWJ','WWFnu','Inside\x20browserstack\x20BeforeAll','patchPageCommandsForAccessibility','TuDDK','stopMonitoring','fHTRu','testCaseStartedId','isRunning','pyKwU','NVMFG','mitPf','pickleStep','PdelE','MwWAu','JJHrs','../v2/state/hookState','../../index','skipSessionStatus','executeDeferredCloses','browserstackSessionName','vyjDa','bHdmo','gFEAu','uuid','Error:\x20quiting\x20driver\x20at\x20driver\x20cleanup:\x20','pickle','CONFIG','__error_messages__','nVbNS','\x22}}','PRE','1774158MrvEWj','result','Error:\x20at\x20After\x20(Selenium):\x20','@cucumber/cucumber/lib/index.js','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Bootstrapping\x20BrowserstackCLI\x20for\x20cucumber-js\x20worker\x20process','Failed:\x20','Error\x20sending\x20log\x20created\x20event:\x20','zRUyf','gOhMj','parse','getInstance','Error\x20in\x20fallback\x20cleanup:\x20','rsvbH','Error\x20initializing\x20Playwright\x20patching:\x20','ppWha','cleanup','shift','Error:\x20in\x20After\x20Step\x20for\x20driver\x20','addTestUIDAndReportLog','failed','initializePlaywrightPatching',',\x22level\x22:\x20\x22','1459660FZLuWH','test_run_uuid','../v2/state/automationFrameworkState','PKepJ','Cleaned\x20up\x20close\x20tracker','zeDUR','../../helpers/test-observability/error-handler','Performing\x20scan\x20before\x20saving\x20results','pwPage','Error\x20setting\x20up\x20BrowserstackCLI\x20bootstrap:\x20','Error\x20determining\x20test\x20flow:\x20','ZcAtz','../../helpers/helper','length','saveTestResults','Playwright\x20patching\x20initialized\x20for\x20Cucumber-JS','../../helpers/performance/performance-tester','executeAsyncScript','Inside\x20browserstack\x20AfterStep','bstack','text','o11ySyncDone','Error:\x20at\x20After\x20(Playwright):\x20','sendTestLog:\x20No\x20testId\x20found\x20in\x20testInfo','../../helpers/test-observability/utils','GPKBy','../../helpers/setKeepAlive','../../helpers/accessibility-automation/scripts','rKwcA','closeTracker','__timeout','getGlobal','XGkqn','Error:\x20adding\x20scenario\x20error\x20at\x20After:\x20','AfterAll','AdmzH','../utils/playwright-patcher','startMonitoring','__drivers','SZbHo','debug','session_','status','page','executeScript','passed','../../helpers/ai-sdk/autoHealHelper','beforeTestHook','Gzaol','isCliEnabled','\x20|\x20','CUCUMBER','Inside\x20browserstack\x20Before','cucumber-js','xQtQN','blpaR','../v2/browserstackCLI.js','bWrlM','../../helpers/testhub/constants.js','itFpe','Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','hxDMz','1385992HXXelS','qUimC','format','acQQM','nyofZ','Patching\x20Playwright','push','ztvgl','497042LsZtee','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','@playwright/test','goTWt','../../helpers/test-observability/requestQueueHandler','workerInfo','stringify','eOWmj','../v2/browserstackCLI','Passed:\x20','setConfig','omGRF','hHhXY','AutomationFramework\x20QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20','trackEvent','tags','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','__skipSessionStatus','thBuildUuid','@cucumber/cucumber','Completed\x20Playwright\x20afterTestHook\x20execution',',\x20isPlaywrightFlow=','aAjAj','then','omFeB','PLAYWRIGHT','AfterStep','cucumber-test','thJwtToken','initQuit','message','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','oVCKr','BhPFK','../../helpers/globals','7671879wNgSCL','__workerDetails','BUjeT','zJIZc','mZQeP','bstackA11yShouldScan','finally','winstonLogger','name','2|4|3|0|1','Inside\x20browserstack\x20registerListeners','bs:addLog:','nXvqA','Error\x20cleaning\x20up\x20Playwright\x20close\x20tracker:\x20','join','quitCount_','ZtoUS','Patching\x20Selenium','split','IQXtI','khoUJ','getPackageVersion','isPageFixture','map','bhMle','lodash','xOtKk','isAccessibilityPlatform','platformCaps','Passed','Cucumber-JS','7JsueHI','DaIWT','afterTestHook','Flow\x20detection:\x20isSeleniumFlow=','mVRLH','tDvPX','getId','../../helpers/test-observability/sessionHandler','getTestUUID','shutdown','ENV_VAR','12KEUiCB','toLowerCase','removeAllListeners','NevhN','QUIT','1414412fkNfQN','HsItG','driverCleanup','info','wHgST','Unknown\x20Test','fqNOJ','error','setFramework','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','jMcCC','testInfo','Error\x20in\x20playwright\x20beforeTestHook:\x20','CqYaa','KnOAO','BROWSERSTACK_TESTHUB_UUID','../utils/constants','pid','WcySJ','jBJjN','../../helpers/performance/constants','Error:\x20at\x20After\x20Step:\x20','timeout','ziMZk','__skipSessionName','env','currentTest','OoIbW','Error:\x20cleaning\x20up\x20driver:\x20','Before','util','../playwright/reporter/reporter.js','hjFTw','opHSt','../../helpers/accessibility-automation/helper'];a9_0x3f84=function(){return _0x56c8b0;};return a9_0x3f84();}a9_0x2ffca2[a9_0x3e384c(0x15d)]='bstack',a9_0x2ffca2[a9_0x3e384c(0x19a)]=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],Before(a9_0x2ffca2,function(_0x14dd79,_0x28704d){const _0x4841c9=a9_0x3e384c,_0x243e93={'goTWt':function(_0xbaf8bc,_0x115316){return _0xbaf8bc>_0x115316;},'oVCKr':function(_0x4e1d1e,_0x5caac8){return _0x4e1d1e>_0x5caac8;},'Gzaol':function(_0xdcc181,_0x135edb){return _0xdcc181(_0x135edb);},'mZQeP':function(_0x38ea82,_0xfe7e1,_0x527501,_0x514c6d){return _0x38ea82(_0xfe7e1,_0x527501,_0x514c6d);},'TuDDK':_0x4841c9(0x15a),'acQQM':_0x4841c9(0x13a),'XGkqn':_0x4841c9(0xee),'eOWmj':function(_0x12aeb7,_0x21bcac){return _0x12aeb7(_0x21bcac);},'jMcCC':_0x4841c9(0x1c1),'khoUJ':'Unknown\x20Test','omGRF':_0x4841c9(0x14d),'hxDMz':function(_0x1e12ee){return _0x1e12ee();},'EARuQ':_0x4841c9(0x120)};commandRepository['setTestNameForHealingContext'](_0x14dd79[_0x4841c9(0x1cb)]['name']),logger['debug'](_0x243e93['EARuQ']),new Promise(async _0x33a47f=>{const _0x213c4f=_0x4841c9;try{global[_0x213c4f(0x112)]&&_0x243e93[_0x213c4f(0x135)](global[_0x213c4f(0x112)]['length'],0x1)&&(await global[_0x213c4f(0x186)](),global[_0x213c4f(0x112)]['shift']()),global[_0x213c4f(0x112)]&&global[_0x213c4f(0x112)][0x0]&&global[_0x213c4f(0x112)][0x0]['quitCount_']&&_0x243e93[_0x213c4f(0x152)](global[_0x213c4f(0x112)][0x0][_0x213c4f(0x164)],0x0)&&await global['driverCleanup']();}catch(_0x4c52b5){logger[_0x213c4f(0x114)](_0x213c4f(0x18d)+_0x4c52b5);}workerDetails[_0x213c4f(0x19e)][_0x213c4f(0x18f)]=_0x14dd79;if(!playwrightPatcher)try{if(!_0x243e93['Gzaol'](isUndefined,_0x14dd79['pickle'][_0x213c4f(0x141)])){const _0x5b68cf=_0x243e93[_0x213c4f(0x159)](shouldScanTestForAccessibility,null,![],_0x14dd79[_0x213c4f(0x1cb)]['tags'][_0x213c4f(0x16c)](({name:_0x26792b})=>_0x26792b));globals['setGlobal'](_0x243e93[_0x213c4f(0x1b5)],_0x5b68cf);}}catch(_0x5244dc){logger[_0x213c4f(0x114)]('Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20Before\x20Scenario\x20'+util[_0x213c4f(0x12c)](_0x5244dc));}if(playwrightPatcher)try{await playwrightPatcher[_0x213c4f(0x11b)](_0x14dd79),global['__workerDetails']&&global['__workerDetails'][_0x213c4f(0xf4)]&&playwrightPatcher[_0x213c4f(0x1b4)](global['__workerDetails'][_0x213c4f(0xf4)]);}catch(_0x26b2ad){logger[_0x213c4f(0x114)](_0x213c4f(0x190)+util[_0x213c4f(0x12c)](_0x26b2ad));}if(playwrightPatcher)try{const _0x174bb7=_0x243e93[_0x213c4f(0x11c)](require,_0x243e93[_0x213c4f(0x12d)]),_0x1daee1=_0x243e93['Gzaol'](require,_0x243e93[_0x213c4f(0x10c)]),_0x205840=_0x243e93[_0x213c4f(0x139)](require,_0x243e93[_0x213c4f(0x18e)]);if(_0x174bb7['getInstance']()[_0x213c4f(0x1b9)]()){const _0x28822d={'title':_0x14dd79['pickle'][_0x213c4f(0x15d)]||_0x243e93[_0x213c4f(0x169)],'titlePath':[_0x14dd79[_0x213c4f(0x1cb)][_0x213c4f(0x15d)]||_0x243e93[_0x213c4f(0x169)]],'id':_0x14dd79[_0x213c4f(0x1b8)]||_0x243e93[_0x213c4f(0x13d)],'tags':_0x14dd79['pickle'][_0x213c4f(0x141)]||[],..._0x14dd79},_0x5e5e03=_0x28822d;global['__currentTestInfo']=_0x5e5e03,logger[_0x213c4f(0x114)]('Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20'+_0x14dd79[_0x213c4f(0x1cb)]['name']);}}catch(_0x392e1f){logger[_0x213c4f(0x114)]('Error\x20triggering\x20AutomationFramework\x20events:\x20'+util[_0x213c4f(0x12c)](_0x392e1f));}_0x243e93[_0x213c4f(0x129)](_0x33a47f);})['finally'](_0x28704d);});const a9_0x327e5e={};a9_0x327e5e[a9_0x3e384c(0x15d)]=a9_0x3e384c(0xff),a9_0x327e5e[a9_0x3e384c(0x19a)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3e384c(0x173)],After(a9_0x327e5e,function(_0x987687,_0x5b26e6){const _0x4e8a7e=a9_0x3e384c,_0x357f62={'WWFnu':function(_0x20343a,_0x57838d){return _0x20343a>_0x57838d;},'gFEAu':function(_0x240452,_0x2c4362){return _0x240452===_0x2c4362;},'WcySJ':'failed','vDZpV':function(_0x3e7756,_0x35777f){return _0x3e7756===_0x35777f;},'NevhN':function(_0x20b53a,_0x483d62,_0x525f87,_0xcfac1a){return _0x20b53a(_0x483d62,_0x525f87,_0xcfac1a);},'Hqtnj':_0x4e8a7e(0x11e),'fqNOJ':function(_0x55cc9d,_0x146326,_0x461942){return _0x55cc9d(_0x146326,_0x461942);},'aTcoo':_0x4e8a7e(0x119),'omFeB':function(_0x424a4f,_0x5230c8){return _0x424a4f(_0x5230c8);},'GPKBy':_0x4e8a7e(0x13a),'gOhMj':function(_0x20a735,_0x59b1f9){return _0x20a735(_0x59b1f9);},'iaknS':_0x4e8a7e(0xee),'wHgST':_0x4e8a7e(0x1c1),'blpaR':_0x4e8a7e(0x189),'mVRLH':_0x4e8a7e(0x14d),'fHTRu':_0x4e8a7e(0x146),'opHSt':'Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','rsvbH':_0x4e8a7e(0xf0),'BhPFK':_0x4e8a7e(0x128),'AdmzH':'Executed\x20fallback\x20close\x20tracker\x20cleanup\x20after\x20error','VSzta':function(_0x39d409,_0xa7e7fa){return _0x39d409(_0xa7e7fa);},'uZcSr':_0x4e8a7e(0x124),'ZtoUS':function(_0x4ccae6){return _0x4ccae6();},'HsItG':'CBTSessionCreated','BUjeT':_0x4e8a7e(0x170),'bhMle':_0x4e8a7e(0x15a),'QqZJf':_0x4e8a7e(0x151),'ZcAtz':_0x4e8a7e(0xf3),'CqYaa':_0x4e8a7e(0xd9),'WiJQK':function(_0x431f1f,_0x50a8df){return _0x431f1f>_0x50a8df;},'bWrlM':_0x4e8a7e(0x1a9)};logger[_0x4e8a7e(0x114)](_0x357f62[_0x4e8a7e(0x125)]),workerDetails[_0x4e8a7e(0x19e)][_0x4e8a7e(0x18f)]=_0x987687,new Promise(async _0x2e1b12=>{const _0x1b475c=_0x4e8a7e;let _0x3f58dd=![],_0xfac5cb=![],_0x54826d=![];try{global[_0x1b475c(0x112)]&&_0x357f62['WWFnu'](global[_0x1b475c(0x112)][_0x1b475c(0xf9)],0x0)&&(_0xfac5cb=!![]),playwrightPatcher&&global[_0x1b475c(0x156)]&&global[_0x1b475c(0x156)][_0x1b475c(0xf4)]&&(_0x54826d=!![],logger[_0x1b475c(0x114)]('Playwright\x20flow\x20detected\x20-\x20page\x20exists:\x20'+!!global[_0x1b475c(0x156)][_0x1b475c(0xf4)]));}catch(_0x1d53e1){logger['debug'](_0x1b475c(0xf6)+_0x1d53e1);}logger[_0x1b475c(0x114)](_0x1b475c(0x177)+_0xfac5cb+_0x1b475c(0x147)+_0x54826d);const _0x5a08e8=_0x987687[_0x1b475c(0xd6)][_0x1b475c(0x116)]['toString']()[_0x1b475c(0x180)](),_0x5d63c0=_0x357f62[_0x1b475c(0x1c8)](_0x5a08e8,_0x357f62[_0x1b475c(0x196)])||_0x357f62['vDZpV'](_0x5a08e8,'6'),_0x5c9ebb=_0x5d63c0?_0x987687[_0x1b475c(0xd6)]['message']:null;if(_0x5d63c0)try{global[_0x1b475c(0xd1)][_0x1b475c(0x130)](_0x987687[_0x1b475c(0xd6)][_0x1b475c(0x150)]),global[_0x1b475c(0x1aa)]=!![];}catch(_0x58a084){logger['debug'](_0x1b475c(0x10d)+_0x58a084);}if(_0xfac5cb)try{global['__drivers']&&_0x357f62[_0x1b475c(0x1b2)](global[_0x1b475c(0x112)][_0x1b475c(0xf9)],0x1)&&(await global[_0x1b475c(0x186)](),global[_0x1b475c(0x112)][_0x1b475c(0xe6)](),global[_0x1b475c(0xd1)]=[],global['__sessionFailed']=![]),global[_0x1b475c(0x112)]&&global[_0x1b475c(0x112)][0x0]&&(await global['__drivers'][0x0][_0x1b475c(0x115)],_0x3f58dd=!![],!global[_0x1b475c(0x19c)]&&await global['__drivers'][0x0][_0x1b475c(0x118)](_0x1b475c(0x133)+_0x987687[_0x1b475c(0x1cb)]['name']+_0x1b475c(0xd3)),_0x5d63c0?await _0x357f62[_0x1b475c(0x182)](markSessionStatus,global['__drivers'][0x0],_0x357f62[_0x1b475c(0x196)],global[_0x1b475c(0xd1)][_0x1b475c(0x163)](_0x357f62['Hqtnj'])):await _0x357f62[_0x1b475c(0x18a)](markSessionStatus,global['__drivers'][0x0],_0x357f62['aTcoo']));}catch(_0x3965b6){logger[_0x1b475c(0x114)](_0x1b475c(0xd7)+util[_0x1b475c(0x12c)](_0x3965b6));}if(_0x54826d)try{try{const _0x163ba4=_0x357f62[_0x1b475c(0x14a)](require,_0x357f62[_0x1b475c(0x105)]),_0x234685=_0x357f62[_0x1b475c(0xde)](require,_0x357f62['iaknS']),_0x17ed4d=_0x357f62[_0x1b475c(0xde)](require,_0x357f62[_0x1b475c(0x188)]);if(_0x163ba4['getInstance']()[_0x1b475c(0x1b9)]()){const _0x1b7e4b={'title':_0x987687[_0x1b475c(0x1cb)][_0x1b475c(0x15d)]||_0x357f62[_0x1b475c(0x123)],'titlePath':[_0x987687[_0x1b475c(0x1cb)]['name']||_0x357f62[_0x1b475c(0x123)]],'id':_0x987687[_0x1b475c(0x1b8)]||_0x357f62[_0x1b475c(0x178)],'status':_0x5d63c0?_0x357f62[_0x1b475c(0x196)]:_0x357f62['aTcoo'],'error':_0x5c9ebb?{'message':_0x5c9ebb}:null,'tags':_0x987687[_0x1b475c(0x1cb)]['tags']||[],..._0x987687},_0x2b0b8e=_0x1b7e4b,_0x15e368={};_0x15e368['testInfo']=_0x2b0b8e,_0x15e368['scenario']=_0x987687,_0x15e368[_0x1b475c(0x117)]=global[_0x1b475c(0x156)][_0x1b475c(0xf4)],_0x15e368['testFramework']=FRAMEWORKS[_0x1b475c(0x11f)],await _0x163ba4[_0x1b475c(0xe0)]()[_0x1b475c(0x1ad)]()[_0x1b475c(0x140)](_0x234685[_0x1b475c(0x183)],_0x17ed4d[_0x1b475c(0xd4)],_0x15e368),logger['debug'](_0x1b475c(0x13f)+_0x987687['pickle'][_0x1b475c(0x15d)]);}}catch(_0x596e59){logger[_0x1b475c(0x114)]('Error\x20triggering\x20AutomationFramework\x20QUIT\x20PRE\x20event:\x20'+util['format'](_0x596e59));}const _0x5a7f79=_0x5d63c0?_0x357f62[_0x1b475c(0x196)]:_0x357f62['aTcoo'];await playwrightPatcher[_0x1b475c(0x176)](_0x987687,_0x5a7f79,_0x5c9ebb),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x1b7)]);try{await playwrightPatcher[_0x1b475c(0x1c4)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x1a5)]);}catch(_0x40bfb5){logger[_0x1b475c(0x114)]('Error\x20executing\x20deferred\x20closes:\x20'+util[_0x1b475c(0x12c)](_0x40bfb5));}try{playwrightPatcher['closeTracker'][_0x1b475c(0xe5)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0xe2)]);}catch(_0x2960fc){logger['debug']('Error\x20cleaning\x20up\x20close\x20tracker:\x20'+util[_0x1b475c(0x12c)](_0x2960fc));}}catch(_0x161857){logger[_0x1b475c(0x114)](_0x1b475c(0x102)+util['format'](_0x161857));try{playwrightPatcher['executeDeferredCloses']&&(await playwrightPatcher[_0x1b475c(0x1c4)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x153)])),playwrightPatcher[_0x1b475c(0x109)]&&playwrightPatcher['closeTracker'][_0x1b475c(0xe5)]&&(playwrightPatcher[_0x1b475c(0x109)][_0x1b475c(0xe5)](),logger[_0x1b475c(0x114)](_0x357f62[_0x1b475c(0x10f)]));}catch(_0x682543){logger[_0x1b475c(0x114)](_0x1b475c(0xe1)+util['format'](_0x682543));}}const _0x444b9a=_0x357f62['VSzta'](require,_0x357f62['uZcSr']);if(!_0x444b9a['getInstance']()[_0x1b475c(0x1b9)]())try{if(_0x357f62['ZtoUS'](shouldProcessEventForTesthub)){const _0x55a3f6=TestDetails[_0x1b475c(0x17c)](_0x987687['testCaseStartedId']);let _0x475fd5=null;global[_0x1b475c(0x112)]&&global[_0x1b475c(0x112)][0x0]&&(_0x475fd5=await _0x357f62['NevhN'](sendPlatformDetails,global[_0x1b475c(0x112)][0x0],_0x55a3f6,!![]));const _0x58509b={};_0x58509b[_0x1b475c(0x1c9)]=_0x55a3f6,_0x58509b['integrations']=_0x475fd5;const _0x4a9040=_0x58509b,_0x32d3cd={};_0x32d3cd['event_type']=_0x357f62[_0x1b475c(0x185)],_0x32d3cd['test_run']=_0x4a9040,await SessionHandler['uploadEventData'](_0x32d3cd);}}catch(_0x2dbe07){logger[_0x1b475c(0x114)]('Error:\x20sendPlatformDetails\x20at\x20After:\x20'+util[_0x1b475c(0x12c)](_0x2dbe07));}try{if(globals['getGlobal'](_0x357f62[_0x1b475c(0x157)])&&globals[_0x1b475c(0x10b)](_0x357f62[_0x1b475c(0x16d)])){logger[_0x1b475c(0x187)](_0x357f62['QqZJf']);const _0x39abfb=TestDetails['getTestUUID'](_0x987687['testCaseStartedId']),_0x5c6ab9={};_0x5c6ab9['thTestRunUuid']=_0x39abfb,_0x5c6ab9[_0x1b475c(0x144)]=process['env'][testHubConstants[_0x1b475c(0x17e)][_0x1b475c(0x193)]],_0x5c6ab9[_0x1b475c(0x14e)]=process[_0x1b475c(0x19d)][testHubConstants[_0x1b475c(0x17e)][_0x1b475c(0x1ac)]];const _0x299129=_0x5c6ab9;logger[_0x1b475c(0x114)](_0x1b475c(0x142)+JSON['stringify'](_0x299129)),logger['debug'](_0x357f62[_0x1b475c(0xf7)]),global[_0x1b475c(0x112)]&&global['__drivers'][0x0]&&(logger[_0x1b475c(0x114)](util[_0x1b475c(0x12c)](await global[_0x1b475c(0x112)][0x0]['executeAsyncScript'](scripts['performScan'],{'method':global[_0x1b475c(0x1c5)]}))),await global[_0x1b475c(0x112)][0x0][_0x1b475c(0xfd)](scripts[_0x1b475c(0xfa)],_0x299129)),logger['info'](_0x357f62[_0x1b475c(0x191)]);}}catch(_0x48b269){logger[_0x1b475c(0x18b)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case.\x20Error\x20:\x20'+util['format'](_0x48b269));}if(_0x3f58dd)try{global[_0x1b475c(0x112)][0x0]&&_0x357f62['WiJQK'](global[_0x1b475c(0x112)][0x0][_0x1b475c(0x164)],0x0)&&await global['__drivers'][0x0][_0x1b475c(0x14f)]();}catch(_0x29f68e){logger[_0x1b475c(0x114)]('Error:\x20quiting\x20driver\x20at\x20After:\x20'+_0x29f68e);}_0x357f62[_0x1b475c(0x165)](_0x2e1b12);})[_0x4e8a7e(0x15b)](()=>_0x5b26e6());});const a9_0x316e45={};a9_0x316e45[a9_0x3e384c(0x15d)]='bstack',a9_0x316e45[a9_0x3e384c(0x19a)]=TEST_FRAMEWORK_HOOK_TIMEOUT[a9_0x3e384c(0x173)],AfterStep(a9_0x316e45,function(_0x3d371d,_0x7d12aa){const _0x12a04b=a9_0x3e384c,_0x2db146={'DaIWT':function(_0x57854e,_0x193056){return _0x57854e===_0x193056;},'SZbHo':_0x12a04b(0xe9),'PdelE':function(_0x271e85,_0x38023e){return _0x271e85===_0x38023e;},'zRUyf':function(_0x415a9e,_0x14659e){return _0x415a9e!==_0x14659e;},'jBJjN':function(_0x546f4a,_0x44c811,_0x2562af){return _0x546f4a(_0x44c811,_0x2562af);},'OoIbW':function(_0xacf4f3,_0x2864ee){return _0xacf4f3+_0x2864ee;},'xOtKk':function(_0x3e66b5,_0x4ed4bf){return _0x3e66b5+_0x4ed4bf;},'NVMFG':function(_0x31c77f,_0x265621){return _0x31c77f+_0x265621;},'mitPf':_0x12a04b(0xdb),'ppWha':'\x0aError:\x20','hHhXY':_0x12a04b(0x18b),'nyofZ':function(_0x1d67ba,_0x40b945,_0x1108c8){return _0x1d67ba(_0x40b945,_0x1108c8);},'JJHrs':_0x12a04b(0x13b),'MwWAu':'info','rKwcA':_0x12a04b(0x172),'itFpe':function(_0x11b74e){return _0x11b74e();},'IQXtI':_0x12a04b(0xfe)};logger['debug'](_0x2db146[_0x12a04b(0x168)]);const _0x101529=async(_0xac18fd,_0x2971d9)=>{const _0x50bd1e=_0x12a04b;global[_0x50bd1e(0x112)]&&global[_0x50bd1e(0x112)][0x0]&&await global[_0x50bd1e(0x112)][0x0][_0x50bd1e(0x118)](_0x50bd1e(0x1a8)+_0xac18fd+_0x50bd1e(0xeb)+_0x2971d9+'\x22}}');};new Promise(async _0xb5d333=>{const _0x1f74ac=_0x12a04b;try{const _0x909d71=_0x2db146[_0x1f74ac(0x175)](_0x3d371d[_0x1f74ac(0xd6)][_0x1f74ac(0x116)]['toString']()[_0x1f74ac(0x180)](),_0x2db146[_0x1f74ac(0x113)])||_0x2db146[_0x1f74ac(0x1be)](_0x3d371d[_0x1f74ac(0xd6)]['status']['toString']()[_0x1f74ac(0x180)](),'6');_0x909d71?(global[_0x1f74ac(0x1aa)]=!![],global[_0x1f74ac(0xd1)][_0x1f74ac(0x130)](_0x3d371d[_0x1f74ac(0xd6)][_0x1f74ac(0x150)]),_0x2db146[_0x1f74ac(0xdd)](_0x3d371d['pickleStep'],undefined)?await _0x2db146[_0x1f74ac(0x197)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146[_0x1f74ac(0x19f)](_0x2db146[_0x1f74ac(0x16f)](_0x2db146[_0x1f74ac(0x1bb)](_0x2db146[_0x1f74ac(0x1bc)],'\x22'+_0x3d371d[_0x1f74ac(0x1bd)][_0x1f74ac(0x100)]+'\x22\x20'),_0x2db146[_0x1f74ac(0xe4)]),_0x3d371d[_0x1f74ac(0xd6)][_0x1f74ac(0x150)])),_0x2db146['hHhXY']):await _0x2db146[_0x1f74ac(0x197)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146[_0x1f74ac(0x16f)](_0x2db146['mitPf'],_0x3d371d[_0x1f74ac(0xd6)]['message'])),_0x2db146[_0x1f74ac(0x13e)])):_0x2db146[_0x1f74ac(0xdd)](_0x3d371d[_0x1f74ac(0x1bd)],undefined)?await _0x2db146[_0x1f74ac(0x12e)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146['xOtKk'](_0x2db146[_0x1f74ac(0x1c0)],'\x22'+_0x3d371d[_0x1f74ac(0x1bd)][_0x1f74ac(0x100)]+'\x22')),_0x2db146[_0x1f74ac(0x1bf)]):await _0x2db146[_0x1f74ac(0x197)](_0x101529,JSON[_0x1f74ac(0x138)](_0x2db146[_0x1f74ac(0x108)]),_0x2db146[_0x1f74ac(0x1bf)]),global[_0x1f74ac(0x112)]&&global['__drivers'][0x0]&&global[_0x1f74ac(0x112)][0x0]['session_'][_0x1f74ac(0x149)](_0x5d753f=>{})['catch'](_0xba9c7d=>{const _0x388965=_0x1f74ac;logger[_0x388965(0x114)](_0x388965(0xe7)+util['format'](_0xba9c7d));});}catch(_0x22ffb1){logger['debug'](_0x1f74ac(0x199)+_0x22ffb1);}_0x2db146[_0x1f74ac(0x127)](_0xb5d333);})[_0x12a04b(0x15b)](()=>_0x7d12aa());});function a9_0x2b43(_0x2e7459,_0x3b1194){const _0x3f8463=a9_0x3f84();return a9_0x2b43=function(_0x2b4328,_0x47e0ba){_0x2b4328=_0x2b4328-0xd0;let _0x454dbe=_0x3f8463[_0x2b4328];return _0x454dbe;},a9_0x2b43(_0x2e7459,_0x3b1194);}const a9_0x26d8bc={};a9_0x26d8bc['name']=a9_0x3e384c(0xff),a9_0x26d8bc['timeout']=TEST_FRAMEWORK_HOOK_TIMEOUT['Cucumber-JS'],AfterAll(a9_0x26d8bc,async function(_0x1133a8,_0x3bb248){const _0x577bcd=a9_0x3e384c,_0x4d9776={'PKepJ':_0x577bcd(0x15e),'ziMZk':function(_0x5d1b81){return _0x5d1b81();},'nXvqA':'Cleaned\x20up\x20Playwright\x20close\x20tracker','xQtQN':'Inside\x20browserstack\x20AfterAll'};logger[_0x577bcd(0x114)](_0x4d9776[_0x577bcd(0x122)]),await new Promise(async _0x24bc24=>{const _0x294ee3=_0x577bcd,_0x156ade=_0x4d9776[_0x294ee3(0xef)][_0x294ee3(0x167)]('|');let _0x56d26b=0x0;while(!![]){switch(_0x156ade[_0x56d26b++]){case'0':await global[_0x294ee3(0x186)]();continue;case'1':_0x4d9776[_0x294ee3(0x19b)](_0x24bc24);continue;case'2':await RequestQueueHandler[_0x294ee3(0xe0)]()[_0x294ee3(0x17d)]();continue;case'3':try{playwrightPatcher&&playwrightPatcher['executeDeferredCloses']&&(await playwrightPatcher[_0x294ee3(0x1c4)](),playwrightPatcher[_0x294ee3(0x109)]&&playwrightPatcher['closeTracker'][_0x294ee3(0xe5)](),logger[_0x294ee3(0x114)](_0x4d9776[_0x294ee3(0x161)]));}catch(_0x558c25){logger[_0x294ee3(0x114)](_0x294ee3(0x162)+util['format'](_0x558c25));}continue;case'4':PerformanceTester[_0x294ee3(0x1b6)]();continue;}break;}});});
@@ -1 +1 @@
1
- const a10_0x27948d=a10_0x2395;(function(_0x2e1f42,_0xb2d56f){const _0x4b26f6=a10_0x2395,_0x3418be=_0x2e1f42();while(!![]){try{const _0x23c342=-parseInt(_0x4b26f6(0x9b))/0x1+parseInt(_0x4b26f6(0xaa))/0x2*(-parseInt(_0x4b26f6(0xbb))/0x3)+-parseInt(_0x4b26f6(0xa8))/0x4+-parseInt(_0x4b26f6(0xbd))/0x5*(-parseInt(_0x4b26f6(0xb4))/0x6)+-parseInt(_0x4b26f6(0x91))/0x7+-parseInt(_0x4b26f6(0xa4))/0x8*(parseInt(_0x4b26f6(0xb1))/0x9)+parseInt(_0x4b26f6(0x92))/0xa;if(_0x23c342===_0xb2d56f)break;else _0x3418be['push'](_0x3418be['shift']());}catch(_0x4d1f62){_0x3418be['push'](_0x3418be['shift']());}}}(a10_0x3dae,0x9d76f));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x27948d(0x95)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x27948d(0xa9),a10_0x27948d(0x94)),logger=require(a10_0x27948d(0xb0))[a10_0x27948d(0xc0)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x27948d(0x99)],After=cucumberModule[a10_0x27948d(0x9a)],configuration=process[a10_0x27948d(0xb9)][a10_0x27948d(0xa3)];if(configuration!==undefined){const config=JSON[a10_0x27948d(0xb3)](configuration);isTrue(config[a10_0x27948d(0xc8)])&&(global['__skipSessionName']=!![]),global[a10_0x27948d(0x9d)]=isTrue(config[a10_0x27948d(0xa0)]),require(a10_0x27948d(0xa2))[a10_0x27948d(0x97)](config),global[a10_0x27948d(0xc9)]=config['platformCaps']||{};}global[a10_0x27948d(0x96)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x27948d(0xaf)];function a10_0x2395(_0x35c80d,_0x400a56){const _0x3daea6=a10_0x3dae();return a10_0x2395=function(_0x239562,_0x2e7fec){_0x239562=_0x239562-0x8f;let _0x1b95bc=_0x3daea6[_0x239562];return _0x1b95bc;},a10_0x2395(_0x35c80d,_0x400a56);}cucumberModule[a10_0x27948d(0xaf)]=_0x51a2ee=>{const _0x209312=a10_0x27948d,_0x5c27e0={'bBYUW':function(_0x113418,_0x14caf9){return _0x113418(_0x14caf9);}};global['__timeout']=_0x51a2ee,_0x5c27e0[_0x209312(0x9f)](__setDefaultTimeout,_0x51a2ee);};const a10_0x385671={};a10_0x385671['name']=a10_0x27948d(0xc4),Before(a10_0x385671,function(){const _0x525ba8=a10_0x27948d,_0x2950f3={};_0x2950f3[_0x525ba8(0x8f)]='Inside\x20browserstack\x20Before';const _0x3311d5=_0x2950f3;logger[_0x525ba8(0xa6)](_0x3311d5[_0x525ba8(0x8f)]),global[_0x525ba8(0xba)]=[];});function a10_0x3dae(){const _0x1b4fb2=['winstonLogger','name','fKlQO','MKHDH','bstack','Error:\x20setting\x20status\x20at\x20After:\x20','result','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','skipSessionName','__platformCaps','ENqrM','\x22}}','5254774fDCKjN','30069140YPiHYz','failed','cucumber','../../helpers/helper','__timeout','browserstackAgentV2','NDCUA','Before','After','516257wjTrtF','join','__skipSessionStatus','JumZE','bBYUW','skipSessionStatus','__skipSessionName','../../index','CONFIG','7624168qnSqhL','passed','debug','__driver','2635712joSYyD','cucumber/lib/index.js','26hQJVCP','session_','OoFqG','\x20|\x20','TkxSw','setDefaultTimeout','../../helpers/logger','9frZJMd','status','parse','1374cWjPNU','then','Inside\x20browserstack\x20After','toLowerCase','Error:\x20quiting\x20at\x20After:\x20','env','__error_messages__','147630RnUfXg','pickle','25255kKHjfv','executeScript','hjzht'];a10_0x3dae=function(){return _0x1b4fb2;};return a10_0x3dae();}const a10_0x33694b={};a10_0x33694b[a10_0x27948d(0xc1)]=a10_0x27948d(0xc4),a10_0x33694b['timeout']=0x2710,After(a10_0x33694b,function(_0x7f4e4a,_0x35ebe5){const _0x656ad3=a10_0x27948d,_0x30ef19={'fKlQO':function(_0x47b3dc,_0x58ae23){return _0x47b3dc===_0x58ae23;},'hjzht':_0x656ad3(0x93),'kMcrt':function(_0x4d280e,_0x69452d,_0x3cbc30,_0x2dcf4d){return _0x4d280e(_0x69452d,_0x3cbc30,_0x2dcf4d);},'TkxSw':_0x656ad3(0xad),'JumZE':function(_0x285b8d,_0x19c6f1,_0x3bed47){return _0x285b8d(_0x19c6f1,_0x3bed47);},'OoFqG':_0x656ad3(0xa5),'NDCUA':function(_0x46b005){return _0x46b005();},'PquZW':function(_0x537553,_0x474f75){return _0x537553(_0x474f75);},'McNzC':function(_0x41a7a4){return _0x41a7a4();},'MKHDH':_0x656ad3(0xb6)};logger[_0x656ad3(0xa6)](_0x30ef19[_0x656ad3(0xc3)]),new Promise(async(_0x583ebb,_0x551bed)=>{const _0x4f7dc8=_0x656ad3;let _0x133d20=![];try{await global[_0x4f7dc8(0xa7)][_0x4f7dc8(0xab)],_0x133d20=!![],!global[_0x4f7dc8(0xa1)]&&await global['__driver'][_0x4f7dc8(0xbe)](_0x4f7dc8(0xc7)+_0x7f4e4a[_0x4f7dc8(0xbc)][_0x4f7dc8(0xc1)]+_0x4f7dc8(0x90)),_0x30ef19[_0x4f7dc8(0xc2)](_0x7f4e4a[_0x4f7dc8(0xc6)][_0x4f7dc8(0xb2)][_0x4f7dc8(0xb7)](),_0x30ef19[_0x4f7dc8(0xbf)])?await _0x30ef19['kMcrt'](markSessionStatus,global['__driver'],_0x30ef19['hjzht'],global[_0x4f7dc8(0xba)][_0x4f7dc8(0x9c)](_0x30ef19[_0x4f7dc8(0xae)])):await _0x30ef19[_0x4f7dc8(0x9e)](markSessionStatus,global[_0x4f7dc8(0xa7)],_0x30ef19[_0x4f7dc8(0xac)]);}catch(_0x5a96de){logger[_0x4f7dc8(0xa6)](_0x4f7dc8(0xc5)+_0x5a96de);}if(_0x133d20)try{await global['__driver']['initQuit'](),_0x30ef19[_0x4f7dc8(0x98)](_0x583ebb);}catch(_0x5a4f9e){logger[_0x4f7dc8(0xa6)](_0x4f7dc8(0xb8)+_0x5a4f9e),_0x30ef19['PquZW'](_0x551bed,_0x5a4f9e);}else _0x30ef19['McNzC'](_0x551bed);})[_0x656ad3(0xb5)](()=>_0x35ebe5());});
1
+ const a10_0x5ed58b=a10_0x835e;function a10_0x57fe(){const _0x21cb60=['failed','CONFIG','skipSessionName','180BcJbzL','__error_messages__','iQAAO','21EQbsGe','passed','1079862ilJBMT','setDefaultTimeout','executeScript','platformCaps','bstack','../../index','status','Error:\x20setting\x20status\x20at\x20After:\x20','__skipSessionName','join','\x20|\x20','name','2543715YFQaQt','2660vzCztM','__timeout','winstonLogger','skipSessionStatus','debug','../../helpers/setKeepAlive','../../helpers/helper','TjIju','\x22}}','9AYDEvK','4859960dhgSlN','__driver','__skipSessionStatus','Error:\x20quiting\x20at\x20After:\x20','env','LOabM','ppxRd','browserstackAgentV2','timeout','initQuit','QLunG','cucumber','806315whErmQ','20vdDnrb','../../helpers/logger','1885ksvLBt','qMfYQ','1245596gbhFnP','kgdcM','Inside\x20browserstack\x20Before','564878PaUfyx','result','parse','RAxjS','After','cucumber/lib/index.js','arxPD','toLowerCase'];a10_0x57fe=function(){return _0x21cb60;};return a10_0x57fe();}(function(_0x39584a,_0x15fa1f){const _0xaaae25=a10_0x835e,_0x1858cf=_0x39584a();while(!![]){try{const _0x18e78f=parseInt(_0xaaae25(0x134))/0x1+parseInt(_0xaaae25(0x13c))/0x2*(-parseInt(_0xaaae25(0x127))/0x3)+parseInt(_0xaaae25(0x159))/0x4*(-parseInt(_0xaaae25(0x137))/0x5)+-parseInt(_0xaaae25(0x14c))/0x6*(-parseInt(_0xaaae25(0x14a))/0x7)+-parseInt(_0xaaae25(0x128))/0x8+-parseInt(_0xaaae25(0x158))/0x9*(parseInt(_0xaaae25(0x135))/0xa)+parseInt(_0xaaae25(0x139))/0xb*(parseInt(_0xaaae25(0x147))/0xc);if(_0x18e78f===_0x15fa1f)break;else _0x1858cf['push'](_0x1858cf['shift']());}catch(_0x576ae6){_0x1858cf['push'](_0x1858cf['shift']());}}}(a10_0x57fe,0xbcf6f));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x5ed58b(0x124)),setKeepAlive=require(a10_0x5ed58b(0x123)),cucumberModule=requireModule(a10_0x5ed58b(0x141),a10_0x5ed58b(0x133)),logger=require(a10_0x5ed58b(0x136))[a10_0x5ed58b(0x15b)];modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x5ed58b(0x140)],configuration=process[a10_0x5ed58b(0x12c)][a10_0x5ed58b(0x145)];if(configuration!==undefined){const config=JSON[a10_0x5ed58b(0x13e)](configuration);isTrue(config[a10_0x5ed58b(0x146)])&&(global[a10_0x5ed58b(0x154)]=!![]),global[a10_0x5ed58b(0x12a)]=isTrue(config[a10_0x5ed58b(0x15c)]),require(a10_0x5ed58b(0x151))[a10_0x5ed58b(0x12f)](config),global['__platformCaps']=config[a10_0x5ed58b(0x14f)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x5ed58b(0x14d)];cucumberModule['setDefaultTimeout']=_0x5878ad=>{const _0x3637f8=a10_0x5ed58b,_0x1fd862={'QUeKS':function(_0x4d7af1,_0x253a60){return _0x4d7af1(_0x253a60);}};global[_0x3637f8(0x15a)]=_0x5878ad,_0x1fd862['QUeKS'](__setDefaultTimeout,_0x5878ad);};function a10_0x835e(_0x371118,_0x3441c1){const _0x57fe4c=a10_0x57fe();return a10_0x835e=function(_0x835e5f,_0x266302){_0x835e5f=_0x835e5f-0x123;let _0x253b0c=_0x57fe4c[_0x835e5f];return _0x253b0c;},a10_0x835e(_0x371118,_0x3441c1);}const a10_0x44ce32={};a10_0x44ce32[a10_0x5ed58b(0x157)]='bstack',Before(a10_0x44ce32,function(){const _0x39e2f6=a10_0x5ed58b,_0x56bcfd={};_0x56bcfd[_0x39e2f6(0x138)]=_0x39e2f6(0x13b);const _0x1644c5=_0x56bcfd;logger['debug'](_0x1644c5[_0x39e2f6(0x138)]),global['__error_messages__']=[];});const a10_0x21d53e={};a10_0x21d53e[a10_0x5ed58b(0x157)]=a10_0x5ed58b(0x150),a10_0x21d53e[a10_0x5ed58b(0x130)]=0x2710,After(a10_0x21d53e,function(_0x1fce29,_0x4a4fee){const _0x2be8d4=a10_0x5ed58b,_0x4d372a={'YcorP':function(_0x20f452,_0x3d80d8){return _0x20f452===_0x3d80d8;},'kgdcM':_0x2be8d4(0x144),'ppxRd':function(_0x1da650,_0x47a86b,_0x13c0e3,_0x5f4ac7){return _0x1da650(_0x47a86b,_0x13c0e3,_0x5f4ac7);},'QLunG':_0x2be8d4(0x156),'iQAAO':function(_0x219adf,_0x11368c,_0x4ac109){return _0x219adf(_0x11368c,_0x4ac109);},'arxPD':_0x2be8d4(0x14b),'TjIju':function(_0x37aa33){return _0x37aa33();},'LOabM':function(_0x24ff48,_0x959b7f){return _0x24ff48(_0x959b7f);},'CBAxC':function(_0x13cb0e){return _0x13cb0e();},'RAxjS':'Inside\x20browserstack\x20After'};logger['debug'](_0x4d372a[_0x2be8d4(0x13f)]),new Promise(async(_0x3e64da,_0xd63f03)=>{const _0x3eea92=_0x2be8d4;let _0xa4e82=![];try{await global['__driver']['session_'],_0xa4e82=!![],!global[_0x3eea92(0x154)]&&await global[_0x3eea92(0x129)][_0x3eea92(0x14e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x1fce29['pickle'][_0x3eea92(0x157)]+_0x3eea92(0x126)),_0x4d372a['YcorP'](_0x1fce29[_0x3eea92(0x13d)][_0x3eea92(0x152)][_0x3eea92(0x143)](),_0x4d372a['kgdcM'])?await _0x4d372a[_0x3eea92(0x12e)](markSessionStatus,global[_0x3eea92(0x129)],_0x4d372a[_0x3eea92(0x13a)],global[_0x3eea92(0x148)][_0x3eea92(0x155)](_0x4d372a[_0x3eea92(0x132)])):await _0x4d372a[_0x3eea92(0x149)](markSessionStatus,global['__driver'],_0x4d372a[_0x3eea92(0x142)]);}catch(_0x3e157f){logger[_0x3eea92(0x15d)](_0x3eea92(0x153)+_0x3e157f);}if(_0xa4e82)try{await global['__driver'][_0x3eea92(0x131)](),_0x4d372a[_0x3eea92(0x125)](_0x3e64da);}catch(_0x579343){logger[_0x3eea92(0x15d)](_0x3eea92(0x12b)+_0x579343),_0x4d372a[_0x3eea92(0x12d)](_0xd63f03,_0x579343);}else _0x4d372a['CBAxC'](_0xd63f03);})['then'](()=>_0x4a4fee());});
@@ -1 +1 @@
1
- const a11_0xc79130=a11_0x56f6;function a11_0x5e23(){const _0x5e484d=['395SKGJYJ','584961MVlvGR','207670lPsGSL','5538890tmvGvV','../utils/constants','@cucumber/cucumber','15954rEtHby','209mPrxoh','BSTACK_DELTA','520654dRfdWT','12uyQhJD','../../helpers/helper','setDefaultTimeout','cucumber','9cBAbre','6793480yxgBsv','1367708BBBTwJ'];a11_0x5e23=function(){return _0x5e484d;};return a11_0x5e23();}(function(_0x262612,_0x158b9f){const _0x37d482=a11_0x56f6,_0x18634c=_0x262612();while(!![]){try{const _0x525792=-parseInt(_0x37d482(0xc3))/0x1+-parseInt(_0x37d482(0xcb))/0x2*(-parseInt(_0x37d482(0xcc))/0x3)+parseInt(_0x37d482(0xd2))/0x4+-parseInt(_0x37d482(0xd3))/0x5*(-parseInt(_0x37d482(0xc8))/0x6)+-parseInt(_0x37d482(0xc5))/0x7+parseInt(_0x37d482(0xd1))/0x8*(parseInt(_0x37d482(0xd0))/0x9)+-parseInt(_0x37d482(0xc4))/0xa*(parseInt(_0x37d482(0xc9))/0xb);if(_0x525792===_0x158b9f)break;else _0x18634c['push'](_0x18634c['shift']());}catch(_0x2440fa){_0x18634c['push'](_0x18634c['shift']());}}}(a11_0x5e23,0xa3fbd));const {requireModule}=require(a11_0xc79130(0xcd)),constants=require(a11_0xc79130(0xc6));;function a11_0x56f6(_0x4c4801,_0x507412){const _0x5e239c=a11_0x5e23();return a11_0x56f6=function(_0x56f666,_0x5445d1){_0x56f666=_0x56f666-0xc3;let _0x274348=_0x5e239c[_0x56f666];return _0x274348;},a11_0x56f6(_0x4c4801,_0x507412);}let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0xc79130(0xc7));}catch(a11_0xdd83cb){cucumberModule=requireModule('cucumber/lib/index.js',a11_0xc79130(0xcf));}cucumberModule[a11_0xc79130(0xce)](constants[a11_0xc79130(0xca)]+global['__timeout']*0x1);
1
+ const a11_0x3ff220=a11_0xa281;(function(_0x1834f2,_0x2beb80){const _0x404baf=a11_0xa281,_0x28dd9e=_0x1834f2();while(!![]){try{const _0x4679b2=parseInt(_0x404baf(0x1cd))/0x1+-parseInt(_0x404baf(0x1c0))/0x2*(parseInt(_0x404baf(0x1c2))/0x3)+-parseInt(_0x404baf(0x1cc))/0x4+-parseInt(_0x404baf(0x1c7))/0x5*(parseInt(_0x404baf(0x1c1))/0x6)+-parseInt(_0x404baf(0x1c4))/0x7+-parseInt(_0x404baf(0x1c3))/0x8*(-parseInt(_0x404baf(0x1ca))/0x9)+parseInt(_0x404baf(0x1cb))/0xa*(parseInt(_0x404baf(0x1c9))/0xb);if(_0x4679b2===_0x2beb80)break;else _0x28dd9e['push'](_0x28dd9e['shift']());}catch(_0x31b96b){_0x28dd9e['push'](_0x28dd9e['shift']());}}}(a11_0x5f20,0xae136));const {requireModule}=require(a11_0x3ff220(0x1c5)),constants=require(a11_0x3ff220(0x1c6));;function a11_0x5f20(){const _0x2fd7bf=['38504IpLPXs','3524241cbqJic','../../helpers/helper','../utils/constants','15IfOEFk','cucumber/lib/index.js','149743SAvcvD','2529wdnKNA','770HShAGv','938332nvrFGc','766506loLOgC','__timeout','98gQlNQb','2616546vEuItA','24969vlsaFe'];a11_0x5f20=function(){return _0x2fd7bf;};return a11_0x5f20();}let cucumberModule=null;function a11_0xa281(_0x4d5124,_0x2d8f01){const _0x5f2092=a11_0x5f20();return a11_0xa281=function(_0xa28153,_0x87e926){_0xa28153=_0xa28153-0x1c0;let _0xbc4ba=_0x5f2092[_0xa28153];return _0xbc4ba;},a11_0xa281(_0x4d5124,_0x2d8f01);}try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js','@cucumber/cucumber');}catch(a11_0x277b85){cucumberModule=requireModule(a11_0x3ff220(0x1c8),'cucumber');}cucumberModule['setDefaultTimeout'](constants['BSTACK_DELTA']+global[a11_0x3ff220(0x1ce)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x38085f=a12_0x340b;function a12_0x340b(_0x5b2cdd,_0x5f1ec1){const _0x29294a=a12_0x2929();return a12_0x340b=function(_0x340ba1,_0x37c8ba){_0x340ba1=_0x340ba1-0x6e;let _0x548873=_0x29294a[_0x340ba1];return _0x548873;},a12_0x340b(_0x5b2cdd,_0x5f1ec1);}(function(_0x54c10d,_0x2b2ef7){const _0x1a8986=a12_0x340b,_0x44f165=_0x54c10d();while(!![]){try{const _0x56b449=parseInt(_0x1a8986(0x80))/0x1*(-parseInt(_0x1a8986(0x98))/0x2)+-parseInt(_0x1a8986(0x9f))/0x3+-parseInt(_0x1a8986(0x79))/0x4*(parseInt(_0x1a8986(0x9d))/0x5)+parseInt(_0x1a8986(0x93))/0x6*(parseInt(_0x1a8986(0x9e))/0x7)+-parseInt(_0x1a8986(0x97))/0x8*(parseInt(_0x1a8986(0xa1))/0x9)+-parseInt(_0x1a8986(0x7d))/0xa+parseInt(_0x1a8986(0xa5))/0xb;if(_0x56b449===_0x2b2ef7)break;else _0x44f165['push'](_0x44f165['shift']());}catch(_0x272790){_0x44f165['push'](_0x44f165['shift']());}}}(a12_0x2929,0x905e5));const {default:BrowserStackSetup}=require(a12_0x38085f(0x77)),logger=require('../../helpers/logger')[a12_0x38085f(0x86)],{URL}=require(a12_0x38085f(0x9a)),helper=require(a12_0x38085f(0x7c)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x38085f(0x6f)),validHosts=function(_0x4dc9f5){const _0x3c34ea=a12_0x38085f;return _0x4dc9f5[_0x3c34ea(0x70)](',')['every'](_0x43b4c3=>{const _0x55fc5e=_0x3c34ea;try{new URL(_0x43b4c3[_0x55fc5e(0x83)]());}catch(_0x5de71e){return![];}return!![];});},parseOnPremHosts=function(_0x46402f){const _0x16307c=a12_0x38085f,_0x3c8fb0={};_0x3c8fb0[_0x16307c(0x91)]=function(_0x532703,_0xa292a7){return _0x532703===_0xa292a7;},_0x3c8fb0[_0x16307c(0x8e)]=_0x16307c(0xa7),_0x3c8fb0[_0x16307c(0x82)]='443',_0x3c8fb0['PwhvV']=function(_0x3ccd80,_0x410603){return _0x3ccd80===_0x410603;},_0x3c8fb0[_0x16307c(0x85)]=_0x16307c(0xa6);const _0x3366bc=_0x3c8fb0;return _0x46402f['split'](',')[_0x16307c(0x88)](_0x3d8df2=>{const _0x32ebee=_0x16307c,_0x64ccf2=new URL(_0x3d8df2[_0x32ebee(0x83)]()),_0x1af890=_0x64ccf2[_0x32ebee(0x8d)],_0x560758=_0x64ccf2[_0x32ebee(0xab)]||(_0x3366bc[_0x32ebee(0x91)](_0x64ccf2[_0x32ebee(0x76)],_0x3366bc[_0x32ebee(0x8e)])?_0x3366bc['OwqFY']:'80'),_0x472779=_0x64ccf2[_0x32ebee(0x76)][_0x32ebee(0x71)](':',''),_0x3a0ee5=_0x3366bc['PwhvV'](_0x472779,_0x3366bc['oQEwR'])?0x1:0x0;return _0x1af890+','+_0x560758+','+_0x3a0ee5;});},connectCommandBuilder=function(_0x41dfa1){const _0x567b3e=a12_0x38085f,_0x8a65a6={};_0x8a65a6[_0x567b3e(0x74)]=_0x567b3e(0xb3);const _0x3c29b8=_0x8a65a6,_0x54dd22={};_0x54dd22[_0x567b3e(0x78)]=HELP_MESSAGES[_0x567b3e(0x7f)]['bstackAccessKey'],_0x54dd22[_0x567b3e(0xa0)]=_0x3c29b8[_0x567b3e(0x74)];const _0x262519={};_0x262519[_0x567b3e(0x78)]=HELP_MESSAGES[_0x567b3e(0x7f)][_0x567b3e(0x7a)],_0x262519['type']=_0x3c29b8['HFbUO'],_0x262519[_0x567b3e(0x72)]=!![];const _0x48a553={};return _0x48a553[_0x567b3e(0xac)]=_0x54dd22,_0x48a553['hosts']=_0x262519,_0x41dfa1[_0x567b3e(0x7f)](_0x48a553);},connectCommandHandler=async function(_0x4995bb){const _0x4535a3=a12_0x38085f,_0x205303={'FMeDJ':_0x4535a3(0x87),'cDfbi':function(_0x23c763,_0x2f2f44){return _0x23c763===_0x2f2f44;},'zoDRr':'undefined','fPJYs':'BrowserStack\x20access\x20key\x20missing.','GUCtl':_0x4535a3(0x9b),'Wxznm':function(_0x14b1ae,_0x29a19a){return _0x14b1ae(_0x29a19a);},'WggQT':_0x4535a3(0xa2),'OUhKi':function(_0x2ad686,_0x5eb1b7){return _0x2ad686(_0x5eb1b7);},'rIvil':_0x4535a3(0x95),'IpQkq':'Connection\x20established\x20successfully.','pbjoM':_0x4535a3(0xa3)};try{const _0x5338a1=new BrowserStackSetup(_0x4995bb,_0x205303[_0x4535a3(0xb0)]);_0x4995bb[_0x4535a3(0xaa)]&&(_0x5338a1['config'][_0x4535a3(0x89)]=_0x4995bb[_0x4535a3(0xaa)]);if(_0x205303[_0x4535a3(0x9c)](typeof _0x5338a1['config'][_0x4535a3(0x89)],_0x205303[_0x4535a3(0x8b)])){logger[_0x4535a3(0x75)](_0x205303['fPJYs']);throw new Error(ERROR_MESSAGES[_0x4535a3(0x94)]['missing']);}const _0x135d93=_0x4995bb[_0x4535a3(0x7a)];if(_0x205303['cDfbi'](typeof _0x135d93,_0x205303[_0x4535a3(0x8b)])){logger['error'](_0x205303[_0x4535a3(0x8a)]);throw new Error(ERROR_MESSAGES[_0x4535a3(0x7a)]['missing']);}if(!_0x205303[_0x4535a3(0x92)](validHosts,_0x135d93)){logger[_0x4535a3(0x75)](_0x205303['WggQT']);throw new Error(ERROR_MESSAGES[_0x4535a3(0x7a)]['invalid']);}const _0xd7bb65=_0x205303[_0x4535a3(0x6e)](parseOnPremHosts,_0x135d93);_0x5338a1[_0x4535a3(0xa8)][_0x4535a3(0x8f)]=!![],_0x5338a1[_0x4535a3(0xa8)][_0x4535a3(0xb2)][_0x4535a3(0xb1)]=_0x205303[_0x4535a3(0x90)],_0x5338a1['config'][_0x4535a3(0xb2)][_0x4535a3(0x96)]=_0xd7bb65['join'](','),helper[_0x4535a3(0x84)](_0x5338a1[_0x4535a3(0xa8)]),await _0x5338a1[_0x4535a3(0x8c)](),logger[_0x4535a3(0xa9)](_0x205303[_0x4535a3(0xad)]);}catch(_0x560a2e){logger[_0x4535a3(0x75)](_0x205303['pbjoM']);throw new Error(_0x560a2e[_0x4535a3(0xa4)]());}};function run(_0xeb2dab){const _0x355a75=a12_0x38085f,_0x41b9db={};_0x41b9db['LUMIK']=_0x355a75(0xaf),_0x41b9db[_0x355a75(0x81)]=_0x355a75(0xb4);const _0x29bb14=_0x41b9db;_0xeb2dab['usage'](HELP_MESSAGES['command']['root'])[_0x355a75(0x73)](_0x29bb14[_0x355a75(0x7b)],HELP_MESSAGES[_0x355a75(0x73)][_0x355a75(0xaf)],connectCommandBuilder,connectCommandHandler)[_0x355a75(0x99)]()['help'](_0x29bb14[_0x355a75(0x81)])[_0x355a75(0x7e)](HELP_MESSAGES[_0x355a75(0x73)][_0x355a75(0xae)]);}module['exports']=run;function a12_0x2929(){const _0x5d7f97=['FMeDJ','localIdentifier','browserStackLocalOptions','string','help','OUhKi','./constants','split','replace','demandOption','command','HFbUO','error','protocol','../../helpers/BrowserStackSetup','describe','4cNzyGx','hosts','LUMIK','../../helpers/helper','5422390CQflrV','epilogue','options','52pLYWiu','IsIiR','OwqFY','trim','setProxySettings','oQEwR','winstonLogger','integrations','map','accessKey','GUCtl','zoDRr','setupBrowserstackLocal','hostname','ckKAZ','browserstackLocal','rIvil','AXfGR','Wxznm','402eHLENz','bstackAccessKey','integrations-repeater','only','24ilSnNF','1364KNBVQI','demandCommand','url','Integration\x20hosts\x20missing.','cDfbi','4928915Wqondc','73773atBVxD','1632663WXozoO','type','1667466TZIcxX','Hosts\x20not\x20valid','Failed\x20to\x20establish\x20connection.','toString','28036239IKppBG','https','https:','config','info','bstackAccesskey','port','bstack-accesskey','IpQkq','footer','connect'];a12_0x2929=function(){return _0x5d7f97;};return a12_0x2929();}
2
+ 'use strict';function a12_0x5588(){const _0x501a2c=['bstackAccesskey','eaWpP','integrations','443','938VUjTvY','AuPLy','Connection\x20established\x20successfully.','435815IVnVQB','HPJIw','BrowserStack\x20access\x20key\x20missing.','bstack-accesskey','VfuVr','PJtVH','QJFMj','replace','split','type','error','2967GCwYVC','NLPnf','https:','718335NcaVdY','exports','HdExd','connect','port','describe','rnZQM','epilogue','integrations-repeater','setupBrowserstackLocal','lHfsF','bstackAccessKey','vtmxF','config','only','LzWqj','hosts','map','9aidoFM','accessKey','3386284QWLqPD','command','options','https','demandOption','trim','31672lEISXl','shZlW','./constants','winstonLogger','browserstackLocal','hWMpJ','vOIRl','302TUOtYE','HkvIL','missing','url','undefined','Integration\x20hosts\x20missing.','812830TfPgdm','every','toString','root','121RFPXDe','687228kHCPCK','browserStackLocalOptions','54IUmZMq','../../helpers/logger','protocol'];a12_0x5588=function(){return _0x501a2c;};return a12_0x5588();}const a12_0x29211f=a12_0x215a;function a12_0x215a(_0x5baed3,_0x2b2675){const _0x5588b8=a12_0x5588();return a12_0x215a=function(_0x215a88,_0x1aed28){_0x215a88=_0x215a88-0x144;let _0x16f4b5=_0x5588b8[_0x215a88];return _0x16f4b5;},a12_0x215a(_0x5baed3,_0x2b2675);}(function(_0x353125,_0x42844b){const _0x33e2c1=a12_0x215a,_0x1345b1=_0x353125();while(!![]){try{const _0x220223=parseInt(_0x33e2c1(0x14d))/0x1+parseInt(_0x33e2c1(0x16e))/0x2*(-parseInt(_0x33e2c1(0x14a))/0x3)+-parseInt(_0x33e2c1(0x161))/0x4+-parseInt(_0x33e2c1(0x185))/0x5*(-parseInt(_0x33e2c1(0x17b))/0x6)+parseInt(_0x33e2c1(0x182))/0x7*(parseInt(_0x33e2c1(0x167))/0x8)+-parseInt(_0x33e2c1(0x15f))/0x9*(-parseInt(_0x33e2c1(0x174))/0xa)+-parseInt(_0x33e2c1(0x178))/0xb*(parseInt(_0x33e2c1(0x179))/0xc);if(_0x220223===_0x42844b)break;else _0x1345b1['push'](_0x1345b1['shift']());}catch(_0x1cd197){_0x1345b1['push'](_0x1345b1['shift']());}}}(a12_0x5588,0x77512));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x29211f(0x17c))[a12_0x29211f(0x16a)],{URL}=require(a12_0x29211f(0x171)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x29211f(0x169)),validHosts=function(_0xdafec7){const _0xd54758=a12_0x29211f;return _0xdafec7[_0xd54758(0x147)](',')[_0xd54758(0x175)](_0x5924de=>{try{new URL(_0x5924de['trim']());}catch(_0x244f45){return![];}return!![];});},parseOnPremHosts=function(_0x2b7124){const _0x38c113=a12_0x29211f,_0x58b70e={};_0x58b70e[_0x38c113(0x186)]=function(_0x55d017,_0x22b98f){return _0x55d017===_0x22b98f;},_0x58b70e[_0x38c113(0x153)]=_0x38c113(0x14c),_0x58b70e[_0x38c113(0x157)]=_0x38c113(0x181),_0x58b70e[_0x38c113(0x16c)]=_0x38c113(0x164);const _0x7f186e=_0x58b70e;return _0x2b7124['split'](',')[_0x38c113(0x15e)](_0x23577d=>{const _0x2d9e02=_0x38c113,_0x5a8b0d=new URL(_0x23577d[_0x2d9e02(0x166)]()),_0x208d7d=_0x5a8b0d['hostname'],_0x2445d3=_0x5a8b0d[_0x2d9e02(0x151)]||(_0x7f186e[_0x2d9e02(0x186)](_0x5a8b0d[_0x2d9e02(0x17d)],_0x7f186e[_0x2d9e02(0x153)])?_0x7f186e[_0x2d9e02(0x157)]:'80'),_0x30fc8b=_0x5a8b0d[_0x2d9e02(0x17d)][_0x2d9e02(0x146)](':',''),_0x7f8a67=_0x7f186e[_0x2d9e02(0x186)](_0x30fc8b,_0x7f186e[_0x2d9e02(0x16c)])?0x1:0x0;return _0x208d7d+','+_0x2445d3+','+_0x7f8a67;});},connectCommandBuilder=function(_0x3ea2bb){const _0xa81378=a12_0x29211f,_0x527379={};_0x527379['AuPLy']='string';const _0x345329=_0x527379,_0x21dffa={};_0x21dffa[_0xa81378(0x152)]=HELP_MESSAGES['options'][_0xa81378(0x158)],_0x21dffa[_0xa81378(0x148)]=_0x345329[_0xa81378(0x183)];const _0x8d197c={};_0x8d197c[_0xa81378(0x152)]=HELP_MESSAGES[_0xa81378(0x163)][_0xa81378(0x15d)],_0x8d197c[_0xa81378(0x148)]=_0x345329[_0xa81378(0x183)],_0x8d197c[_0xa81378(0x165)]=!![];const _0x5216d5={};return _0x5216d5[_0xa81378(0x188)]=_0x21dffa,_0x5216d5[_0xa81378(0x15d)]=_0x8d197c,_0x3ea2bb[_0xa81378(0x163)](_0x5216d5);},connectCommandHandler=async function(_0x5e6960){const _0x427674=a12_0x29211f,_0x42f076={'sAIPZ':_0x427674(0x180),'HkvIL':function(_0x26d1ce,_0x3cea03){return _0x26d1ce===_0x3cea03;},'QJFMj':_0x427674(0x172),'shZlW':_0x427674(0x187),'NLPnf':_0x427674(0x173),'LzWqj':function(_0x40b60f,_0x1c2c87){return _0x40b60f(_0x1c2c87);},'PJtVH':'Hosts\x20not\x20valid','VfuVr':_0x427674(0x155),'vtmxF':_0x427674(0x184),'vOIRl':'Failed\x20to\x20establish\x20connection.'};try{const _0x5a7bf5=new BrowserStackSetup(_0x5e6960,_0x42f076['sAIPZ']);_0x5e6960[_0x427674(0x17e)]&&(_0x5a7bf5['config']['accessKey']=_0x5e6960[_0x427674(0x17e)]);if(_0x42f076[_0x427674(0x16f)](typeof _0x5a7bf5[_0x427674(0x15a)][_0x427674(0x160)],_0x42f076[_0x427674(0x145)])){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x168)]);throw new Error(ERROR_MESSAGES[_0x427674(0x158)][_0x427674(0x170)]);}const _0x45d676=_0x5e6960[_0x427674(0x15d)];if(_0x42f076[_0x427674(0x16f)](typeof _0x45d676,_0x42f076[_0x427674(0x145)])){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x14b)]);throw new Error(ERROR_MESSAGES[_0x427674(0x15d)][_0x427674(0x170)]);}if(!_0x42f076['LzWqj'](validHosts,_0x45d676)){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x144)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x3d4101=_0x42f076[_0x427674(0x15c)](parseOnPremHosts,_0x45d676);_0x5a7bf5[_0x427674(0x15a)][_0x427674(0x16b)]=!![],_0x5a7bf5['config']['browserStackLocalOptions']['localIdentifier']=_0x42f076[_0x427674(0x189)],_0x5a7bf5['config'][_0x427674(0x17a)][_0x427674(0x15b)]=_0x3d4101['join'](','),helper['setProxySettings'](_0x5a7bf5['config']),await _0x5a7bf5[_0x427674(0x156)](),logger['info'](_0x42f076[_0x427674(0x159)]);}catch(_0x38cdfe){logger[_0x427674(0x149)](_0x42f076[_0x427674(0x16d)]);throw new Error(_0x38cdfe[_0x427674(0x176)]());}};function run(_0x10435b){const _0x12e2f2=a12_0x29211f,_0x1af861={};_0x1af861[_0x12e2f2(0x14f)]=_0x12e2f2(0x150),_0x1af861[_0x12e2f2(0x17f)]='help';const _0x2af0b8=_0x1af861;_0x10435b['usage'](HELP_MESSAGES['command'][_0x12e2f2(0x177)])[_0x12e2f2(0x162)](_0x2af0b8['HdExd'],HELP_MESSAGES[_0x12e2f2(0x162)][_0x12e2f2(0x150)],connectCommandBuilder,connectCommandHandler)['demandCommand']()['help'](_0x2af0b8[_0x12e2f2(0x17f)])[_0x12e2f2(0x154)](HELP_MESSAGES[_0x12e2f2(0x162)]['footer']);}module[a12_0x29211f(0x14e)]=run;
@@ -1 +1 @@
1
- var a13_0x12bf0c=a13_0x39dd;(function(_0x5f4d64,_0x376d03){var _0x5f96db=a13_0x39dd,_0x4e2a92=_0x5f4d64();while(!![]){try{var _0x265738=parseInt(_0x5f96db(0x189))/0x1*(parseInt(_0x5f96db(0x183))/0x2)+-parseInt(_0x5f96db(0x18d))/0x3*(parseInt(_0x5f96db(0x18b))/0x4)+parseInt(_0x5f96db(0x17e))/0x5+-parseInt(_0x5f96db(0x187))/0x6*(parseInt(_0x5f96db(0x18a))/0x7)+parseInt(_0x5f96db(0x186))/0x8+-parseInt(_0x5f96db(0x188))/0x9*(parseInt(_0x5f96db(0x17b))/0xa)+parseInt(_0x5f96db(0x190))/0xb;if(_0x265738===_0x376d03)break;else _0x4e2a92['push'](_0x4e2a92['shift']());}catch(_0x1c2eba){_0x4e2a92['push'](_0x4e2a92['shift']());}}}(a13_0x4849,0x2dff3));var a13_0x2bd7e4={};a13_0x2bd7e4['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x2bd7e4['hosts']=a13_0x12bf0c(0x17d);var a13_0x3a4f6a={};function a13_0x39dd(_0x74e6f9,_0x2f4b47){var _0x484995=a13_0x4849();return a13_0x39dd=function(_0x39dd72,_0x411941){_0x39dd72=_0x39dd72-0x17b;var _0xcf2db3=_0x484995[_0x39dd72];return _0xcf2db3;},a13_0x39dd(_0x74e6f9,_0x2f4b47);}a13_0x3a4f6a['root']='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x3a4f6a['connect']='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x3a4f6a[a13_0x12bf0c(0x17f)]=a13_0x12bf0c(0x18f);function a13_0x4849(){var _0x500a65=['missing','12cznnqN','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.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','2579511KrjIlQ','20XrZvpC','hosts','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.','1088085yJzvUU','footer','bstackAccessKey','HELP_MESSAGES','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','213706RphRxk','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','command','2133664arwgHo','6852SSqtMf','1341351RQTSzv','3GqZIbD','1708UYrzVt','274256KJPibL'];a13_0x4849=function(){return _0x500a65;};return a13_0x4849();}var a13_0x938ce8={};a13_0x938ce8['options']=a13_0x2bd7e4,a13_0x938ce8[a13_0x12bf0c(0x185)]=a13_0x3a4f6a,exports[a13_0x12bf0c(0x181)]=a13_0x938ce8;var a13_0xf20746={};a13_0xf20746['missing']=a13_0x12bf0c(0x184);var a13_0x100be7={};a13_0x100be7[a13_0x12bf0c(0x18c)]=a13_0x12bf0c(0x182),a13_0x100be7['invalid']=a13_0x12bf0c(0x18e);var a13_0x1302c4={};a13_0x1302c4[a13_0x12bf0c(0x180)]=a13_0xf20746,a13_0x1302c4[a13_0x12bf0c(0x17c)]=a13_0x100be7,exports['ERROR_MESSAGES']=a13_0x1302c4;
1
+ function a13_0x57b1(){var _0x948e41=['2236614YbUapf','2382158BlOovA','7AAQcUj','ERROR_MESSAGES','19869817xWcUKH','5044576wBMwjN','28oHGEIr','1YUpBjK','footer','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','bstackAccessKey','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','360190QWBOCa','options','command','3884754hPeydH','root','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','10EHTayq','missing','connect','invalid','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','806535XambPV','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','HELP_MESSAGES'];a13_0x57b1=function(){return _0x948e41;};return a13_0x57b1();}var a13_0x2b0ba1=a13_0x1eaf;(function(_0x59c652,_0x260f83){var _0x56e35d=a13_0x1eaf,_0x547a84=_0x59c652();while(!![]){try{var _0x21b5fb=-parseInt(_0x56e35d(0xb5))/0x1*(-parseInt(_0x56e35d(0xaf))/0x2)+parseInt(_0x56e35d(0xae))/0x3+-parseInt(_0x56e35d(0xb4))/0x4*(-parseInt(_0x56e35d(0xba))/0x5)+-parseInt(_0x56e35d(0xbd))/0x6*(-parseInt(_0x56e35d(0xb0))/0x7)+-parseInt(_0x56e35d(0xb3))/0x8+parseInt(_0x56e35d(0xc5))/0x9+-parseInt(_0x56e35d(0xc0))/0xa*(parseInt(_0x56e35d(0xb2))/0xb);if(_0x21b5fb===_0x260f83)break;else _0x547a84['push'](_0x547a84['shift']());}catch(_0x1a5eeb){_0x547a84['push'](_0x547a84['shift']());}}}(a13_0x57b1,0xb4eae));var a13_0x4582a3={};a13_0x4582a3[a13_0x2b0ba1(0xb8)]=a13_0x2b0ba1(0xbf),a13_0x4582a3['hosts']=a13_0x2b0ba1(0xb7);function a13_0x1eaf(_0xbc1daf,_0x200ec1){var _0x57b102=a13_0x57b1();return a13_0x1eaf=function(_0x1eafb6,_0x9bc164){_0x1eafb6=_0x1eafb6-0xae;var _0x24001e=_0x57b102[_0x1eafb6];return _0x24001e;},a13_0x1eaf(_0xbc1daf,_0x200ec1);}var a13_0x16cd5c={};a13_0x16cd5c[a13_0x2b0ba1(0xbe)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x16cd5c[a13_0x2b0ba1(0xc2)]=a13_0x2b0ba1(0xc7),a13_0x16cd5c[a13_0x2b0ba1(0xb6)]=a13_0x2b0ba1(0xc6);var a13_0x261582={};a13_0x261582[a13_0x2b0ba1(0xbb)]=a13_0x4582a3,a13_0x261582[a13_0x2b0ba1(0xbc)]=a13_0x16cd5c,exports[a13_0x2b0ba1(0xc8)]=a13_0x261582;var a13_0x2139c9={};a13_0x2139c9[a13_0x2b0ba1(0xc1)]=a13_0x2b0ba1(0xb9);var a13_0x5bb9c0={};a13_0x5bb9c0[a13_0x2b0ba1(0xc1)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x5bb9c0[a13_0x2b0ba1(0xc3)]=a13_0x2b0ba1(0xc4);var a13_0x127f78={};a13_0x127f78[a13_0x2b0ba1(0xb8)]=a13_0x2139c9,a13_0x127f78['hosts']=a13_0x5bb9c0,exports[a13_0x2b0ba1(0xb1)]=a13_0x127f78;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0x615867=a14_0x20f0;(function(_0x2b74b9,_0x540280){const _0x56c238=a14_0x20f0,_0x5555b3=_0x2b74b9();while(!![]){try{const _0x564497=-parseInt(_0x56c238(0x26c))/0x1*(parseInt(_0x56c238(0x2d3))/0x2)+parseInt(_0x56c238(0x1f4))/0x3+-parseInt(_0x56c238(0x1ec))/0x4+-parseInt(_0x56c238(0x24a))/0x5*(parseInt(_0x56c238(0x211))/0x6)+-parseInt(_0x56c238(0x2b6))/0x7+parseInt(_0x56c238(0x273))/0x8*(parseInt(_0x56c238(0x2d1))/0x9)+parseInt(_0x56c238(0x1f3))/0xa*(parseInt(_0x56c238(0x204))/0xb);if(_0x564497===_0x540280)break;else _0x5555b3['push'](_0x5555b3['shift']());}catch(_0x177b2c){_0x5555b3['push'](_0x5555b3['shift']());}}}(a14_0x56a8,0x9a9b6));function a14_0x56a8(){const _0x21fc0e=['logLevel','jest-config','existsSync','Error\x20while\x20parsing\x20','inherit','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','BXwQY','SDK_SETUP','isBrowserstackInfra','HuteJ','readFileSync','abortBuildOnFailure','BROWSERSTACK_TEST_ACCESSIBILITY_YML','174830HqZjHJ','jest-runner','start','nQvps','Deleted\x20fail-fast\x20state\x20folder:\x20','error','../../helpers/percy/utils','PACKAGE_TYPE','initialize','\x20:\x20','end','getErrorMessageFromResults','jest','HWqsC','shouldProcessEventForTesthub','xpQeM','customTestRunnerTemplate.js','SDK_CLEANUP','../../helpers/performance/performance-tester','findIndex','EXrtO','wyZjR','dhqhw','isUndefined','json','launchBuild','retryTestsOnFailure','test.setup.js','apply','jBrNC','../../helpers/BrowserStackSetup','../../helpers/performance/constants','zBlyW','workingDir','114973wnAdhy','format','JdLAv','mrJdr','readInitialOptions','SnNCD','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','8sJrwCO','../../helpers/logger','timeout__','assign','getTCGConfigFilePaths','close','jest-runner-','reporters','setup','fWuJx','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','pqGOz','HybHk','rnTNv','../../helpers/test-observability/constants','finalExecution','shutdown','MODULE','child_process','exports','--config','../../helpers/accessibility-automation/helper','testObservability','turboScaleUrl','win32','BSTACK_USER_JEST_RUNNER','JrKmv','isNotUndefined','HzNaQ','customTestRunner.js','runner','runInBand','vReUd','platformCaps','accessibility','dMhqD','jest-circus','isTestOrchestrationEnabled','isCLIEnabled','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','force','nYmCW','NeAZz','capabilities','winstonLogger','../utils/constants','PQtRL','OLJNj','JEST','splice','serial__','GzvWt','setupTCGAuth','JEST_TEST_ORDER','kdkjd','CcATt','xdXpr','testEnvironment','testRunner','setupFiles','UYeie','prepareCapabilities','default','requireSeleniumWebdriver','../../helpers/test-observability/utils','__isPlaywrightInstalled','6357358PivMAx','rmSync','wufcW','epVms','isEmpty','config','BROWSERSTACK_CAPABILITIES','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','parse','getPackageVersion','join','stringify','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','setupFilesAfterEnv','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','oQquP','getInstance','slice','playwright','tLHvT','push','test_before.setup.js','writeFileSync','../../helpers/testhub/testhubHandler','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','Getting\x20your\x20jest\x20configs\x20from\x20package.json','platforms','1813131QJDYnY','customSequencer.js','12MPdinz','oHohe','fjufn','gyPof','accessibilityOptions','1895020LUmrGP','getHubUrl',',\x20CLI\x20running:\x20','mjs','skipSessionStatus','jest-circus/build/runner.js','tvzzO','2698420ruEIMB','1873770weXOtW','jest.setup.js','printBuildLink','../v2/browserstackCLI','@playwright/test','platform','checkAccessibilityPlatformConfig','reorderTestFiles','BSTACK_JEST_TEST_ENV','../../helpers/test-orchestration/testOrchestrationHandler','info','vwHsE','UziPs','parseTestOrchestrationOptions','../../helpers/testhub/utils','nFhCB','88gPuALk','XOjnE','qmKPB','length','true','requirePWModule','nzNjG','maxFailures','path','maxRetries','recursive','\x0amodule.exports\x20=\x20config;',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20','48LtCSkI','Unable\x20to\x20find\x20jest-circus,\x20','util','USER_CONFIG_DETAILS_PATH','\x0a\x20\x20\x20\x20\x20\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/utilities','pvMZV','isRunning','titZy','browserStackLogLevel','testContextOptions','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','requireModule','parallelsPerPlatform','../utils/clientTroubleshootingService','HWkBA','Found:\x20','../../helpers/helper','HDwRE','customImplements','handleApp','unlinkSync','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','\x20with\x20browserstack\x20jest\x20configs','package.json','debug','maxWorkers','testEnvironmentOptions','EVENTS','@jest/core','Reodered\x20Test\x20Files:\x20','env','jest_browserstack.config.cjs','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','filterBrowserstackArgs','@jest/core/build/ReporterDispatcher.js','errorMessage','cFOje','test-observability','jest_browserstack.config.js','FRAMEWORKS','startsWith'];a14_0x56a8=function(){return _0x21fc0e;};return a14_0x56a8();}const fs=require('fs'),path=require(a14_0x615867(0x20c)),util=require(a14_0x615867(0x213)),{spawn}=require(a14_0x615867(0x286)),logger=require(a14_0x615867(0x274))[a14_0x615867(0x2a0)],{default:BrowserStackSetup}=require(a14_0x615867(0x268)),helper=require(a14_0x615867(0x224)),utilities=require(a14_0x615867(0x217)),constants=require(a14_0x615867(0x2a1)),accessibilityHelper=require(a14_0x615867(0x289)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a14_0x615867(0x2b4)),{debug}=require(a14_0x615867(0x2b4)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x615867(0x250)),TestHubHandler=require(a14_0x615867(0x2cd)),testhubUtils=require(a14_0x615867(0x202)),{FRAMEWORKS}=require(a14_0x615867(0x282)),PerformanceTester=require(a14_0x615867(0x25c)),PerformanceEvents=require(a14_0x615867(0x269))[a14_0x615867(0x22f)],TestOrchestrationHandler=require(a14_0x615867(0x1fd)),BrowserstackCLI=require(a14_0x615867(0x1f7)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),ClientTroubleShootingService=require(a14_0x615867(0x221)),{checkAccessibilityPlatformConfig}=require(a14_0x615867(0x289)),getUserJestConfigs=async(_0x48104b,_0x1376dd)=>{const _0x21874a=a14_0x615867,_0x5ca569={'dMhqD':'jest-config/build/readConfigFileAndSetRootDir.js','nQvps':_0x21874a(0x23e),'UYeie':function(_0xc6fd4e,_0x488ccb){return _0xc6fd4e||_0x488ccb;},'epVms':function(_0x481d39,_0x3d3fc0){return _0x481d39(_0x3d3fc0);},'ErzmK':_0x21874a(0x22b),'HzNaQ':_0x21874a(0x2cf),'HDwRE':_0x21874a(0x1ef),'TBeeN':'cjs','dLfpq':_0x21874a(0x262)};let _0x14bd20;try{_0x14bd20=helper[_0x21874a(0x21f)](_0x5ca569[_0x21874a(0x297)],_0x5ca569[_0x21874a(0x24d)]);}catch{const _0x9ba6d0=helper[_0x21874a(0x21f)](_0x5ca569['nQvps']);_0x14bd20={'default':async _0x4062cd=>{const _0x47d8d6=_0x21874a,_0x1a1801=await _0x9ba6d0[_0x47d8d6(0x270)](_0x4062cd,{});return _0x1a1801[_0x47d8d6(0x2bb)];}};}const _0x1946ed=_0x1376dd[_0x21874a(0x25d)](_0x4c01dc=>_0x4c01dc===_0x21874a(0x288));if(!helper[_0x21874a(0x261)](_0x48104b['config'])){logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x48104b[_0x21874a(0x2bb)]),process[_0x21874a(0x232)][_0x21874a(0x214)]=_0x48104b[_0x21874a(0x2bb)];const _0x4cdd9e=await(0x0,_0x14bd20[_0x21874a(0x2b2)])(path['resolve'](_0x48104b[_0x21874a(0x2bb)]));return _0x1376dd[_0x21874a(0x2a5)](_0x1946ed,0x2),_0x5ca569[_0x21874a(0x2b0)](_0x4cdd9e,{});}const _0x22e1aa=_0x5ca569[_0x21874a(0x2b9)](require,path[_0x21874a(0x2c0)](process['cwd'](),_0x5ca569['ErzmK']));if(_0x22e1aa[_0x21874a(0x256)])return logger[_0x21874a(0x1fe)](_0x5ca569[_0x21874a(0x290)]),_0x22e1aa['jest'];const _0x52d16e=['js',_0x5ca569[_0x21874a(0x225)],_0x5ca569['TBeeN'],_0x5ca569['dLfpq'],'ts'];for(const _0x17e5a8 of _0x52d16e){const _0x298d5b=path[_0x21874a(0x2c0)](process['cwd'](),'jest.config.'+_0x17e5a8);if(fs[_0x21874a(0x23f)](_0x298d5b)){process['env'][_0x21874a(0x214)]=_0x298d5b;const _0x889714=await(0x0,_0x14bd20[_0x21874a(0x2b2)])(_0x298d5b);return _0x889714;}}return{};},getSerial=(_0x3626c4,_0x34f6dd)=>{const _0x1c09af=a14_0x615867,_0x3d221a={};_0x3d221a['mrJdr']=_0x1c09af(0x208),_0x3d221a[_0x1c09af(0x238)]=function(_0x3a435c,_0x82a9ac){return _0x3a435c>_0x82a9ac;},_0x3d221a[_0x1c09af(0x2c9)]='false';const _0x187cf9=_0x3d221a;let _0x417147=_0x187cf9[_0x1c09af(0x26f)];return _0x187cf9[_0x1c09af(0x238)](_0x3626c4['length'],0x1)&&(!_0x34f6dd[_0x1c09af(0x293)]&&(helper[_0x1c09af(0x261)](_0x34f6dd[_0x1c09af(0x22d)])||_0x187cf9[_0x1c09af(0x238)](_0x34f6dd[_0x1c09af(0x22d)],0x1)))&&(_0x417147=_0x187cf9[_0x1c09af(0x2c9)]),_0x417147;},getMaxWorkers=(_0x52adeb,_0x17ae0a,_0x672766)=>{const _0x219492=a14_0x615867,_0x301b59={'boDpB':function(_0x39de21,_0x42a986){return _0x39de21(_0x42a986);}};let _0x2b6e10=0x1;if(!helper['isUndefined'](_0x17ae0a[_0x219492(0x220)]))_0x2b6e10=_0x301b59['boDpB'](parseInt,_0x17ae0a[_0x219492(0x220)]);else{if(!helper[_0x219492(0x261)](_0x52adeb[_0x219492(0x22d)]))_0x2b6e10=_0x52adeb[_0x219492(0x22d)];else!helper[_0x219492(0x261)](_0x672766[_0x219492(0x22d)])&&(_0x2b6e10=_0x672766[_0x219492(0x22d)]);}return _0x2b6e10;};async function run(_0x4429cf,_0x41d4e1,_0x140626){const _0x442fe0=a14_0x615867,_0x1d796e={'zBlyW':'error\x20removing\x20tcg\x20config\x20file','tvzzO':'jest','vReUd':function(_0x3ffb3f,_0x2f0a3f){return _0x3ffb3f(_0x2f0a3f);},'rnTNv':_0x442fe0(0x1f8),'nYmCW':function(_0x429709,_0x2a3ba3,_0x3ccd20,_0x2967f2){return _0x429709(_0x2a3ba3,_0x3ccd20,_0x2967f2);},'gyPof':function(_0x4df7d2,_0x29bc5f){return _0x4df7d2!=_0x29bc5f;},'fWuJx':'true','BXwQY':function(_0x1ed6fd,_0x5c512b,_0x49ec3a){return _0x1ed6fd(_0x5c512b,_0x49ec3a);},'nFhCB':_0x442fe0(0x27d),'HWkBA':function(_0x6ac102,_0x56bfa1){return _0x6ac102(_0x56bfa1);},'HuteJ':function(_0x5c807d,_0x38e3e2){return _0x5c807d(_0x38e3e2);},'titZy':'false','wyZjR':function(_0x2d0184,_0x16b8ab){return _0x2d0184*_0x16b8ab;},'GzvWt':function(_0x2ff6f0,_0x40f7af){return _0x2ff6f0===_0x40f7af;},'kdkjd':_0x442fe0(0x233),'OkBQy':_0x442fe0(0x23a),'xpQeM':_0x442fe0(0x226),'hLtfV':'jest_browserstack_results.json','PQtRL':_0x442fe0(0x291),'XOjnE':_0x442fe0(0x25a),'pqGOz':'customEnvironment.js','JrKmv':function(_0x50148e,_0x2f1663){return _0x50148e!==_0x2f1663;},'oHohe':_0x442fe0(0x24b),'UGsxv':_0x442fe0(0x279),'UziPs':_0x442fe0(0x1f5),'wufcW':_0x442fe0(0x2d2),'jBrNC':_0x442fe0(0x2c2),'EXrtO':_0x442fe0(0x298),'fjufn':_0x442fe0(0x1f1),'oQquP':_0x442fe0(0x239),'nzNjG':'data-hooks.js','YoxBM':'customCircus.js','mqrJO':_0x442fe0(0x2cb),'pvMZV':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','dhqhw':_0x442fe0(0x2c8),'NeAZz':_0x442fe0(0x229),'ZpmnZ':_0x442fe0(0x265),'lozAJ':_0x442fe0(0x2bd),'sHXtb':_0x442fe0(0x2b2),'vwHsE':function(_0xa7d8bd,_0x2e5187,_0x2b239c){return _0xa7d8bd(_0x2e5187,_0x2b239c);},'HybHk':_0x442fe0(0x236),'CcATt':_0x442fe0(0x230),'Ajdny':_0x442fe0(0x234),'JdLAv':function(_0x25c1dc,_0x18c8e5){return _0x25c1dc>_0x18c8e5;},'OLJNj':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','HWqsC':'--config','iHOTN':function(_0x40a2da,_0x18c13c,_0x36c76a,_0x876aac){return _0x40a2da(_0x18c13c,_0x36c76a,_0x876aac);},'xdXpr':'npx','qmKPB':_0x442fe0(0x28c),'SnNCD':_0x442fe0(0x241),'vnfgH':_0x442fe0(0x278)},_0x3f4326=helper[_0x442fe0(0x2bf)](_0x1d796e[_0x442fe0(0x281)]);global[_0x442fe0(0x2b5)]=!!_0x3f4326;helper[_0x442fe0(0x245)]()?(await _0x140626[_0x442fe0(0x252)](_0x4429cf),await helper[_0x442fe0(0x227)](_0x140626[_0x442fe0(0x2bb)])):await _0x140626[_0x442fe0(0x2a8)]();await _0x1d796e[_0x442fe0(0x29d)](checkPwandBootstrapCli,_0x3f4326,constants[_0x442fe0(0x23b)][_0x442fe0(0x2a4)],_0x140626);if(!_0x140626[_0x442fe0(0x2bb)])return;_0x1d796e[_0x442fe0(0x2d6)](_0x140626[_0x442fe0(0x2bb)][_0x442fe0(0x28a)],null)?process[_0x442fe0(0x232)][_0x442fe0(0x216)]=_0x140626[_0x442fe0(0x2bb)]['testObservability']:process[_0x442fe0(0x232)][_0x442fe0(0x216)]=_0x1d796e[_0x442fe0(0x27c)];const _0x204efb=new TestOrchestrationHandler(_0x140626[_0x442fe0(0x2bb)]),_0x8754d7=await _0x1d796e[_0x442fe0(0x243)](getUserJestConfigs,_0x4429cf,_0x41d4e1);logger[_0x442fe0(0x1fe)](_0x1d796e[_0x442fe0(0x203)]);const _0x43fdc9=Object[_0x442fe0(0x276)]({},_0x8754d7);_0x43fdc9[_0x442fe0(0x22e)]=Object['assign']({},_0x43fdc9['testEnvironmentOptions'],{'server':helper[_0x442fe0(0x1ed)](_0x140626[_0x442fe0(0x2bb)]),'environment':_0x8754d7[_0x442fe0(0x2ad)]}),_0x43fdc9[_0x442fe0(0x22e)]['browserStackPercyOptions']=_0x1d796e[_0x442fe0(0x222)](getPercyOptions,_0x140626[_0x442fe0(0x2bb)]);const _0x573f24=helper['useW3C'](_0x140626[_0x442fe0(0x2bb)]);!helper['isUndefined'](_0x140626[_0x442fe0(0x2bb)][_0x442fe0(0x1eb)])&&(process[_0x442fe0(0x232)][_0x442fe0(0x272)]=JSON['stringify'](_0x140626['config']['accessibilityOptions']));if(!BrowserstackCLI['getInstance']()['isRunning']()){const _0x99b837=await TestHubHandler[_0x442fe0(0x263)](FRAMEWORKS[_0x442fe0(0x2a4)],_0x140626);}const _0x272eac=helper[_0x442fe0(0x2b1)](_0x140626[_0x442fe0(0x2bb)],_0x573f24,constants[_0x442fe0(0x23b)][_0x442fe0(0x2a4)]);process[_0x442fe0(0x232)][_0x442fe0(0x2bc)]=JSON[_0x442fe0(0x2c1)](_0x272eac);let _0x4a918d=_0x140626[_0x442fe0(0x2bb)][_0x442fe0(0x296)];_0x4a918d=_0x4a918d||accessibilityHelper[_0x442fe0(0x1fa)](_0x140626[_0x442fe0(0x2bb)]),process['env'][_0x442fe0(0x249)]=_0x4a918d,logger[_0x442fe0(0x22c)]('[Jest\x20Command]\x20Accessibility\x20enabled:\x20'+_0x4a918d+_0x442fe0(0x1ee)+BrowserstackCLI[_0x442fe0(0x2c6)]()[_0x442fe0(0x219)]());if(_0x3f4326)try{const _0x1b5661=_0x1d796e[_0x442fe0(0x246)](checkAccessibilityPlatformConfig,_0x140626[_0x442fe0(0x2bb)]);process[_0x442fe0(0x232)][_0x442fe0(0x2c4)]=_0x1b5661?_0x1d796e['fWuJx']:_0x1d796e[_0x442fe0(0x21a)],logger['debug']('[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20'+_0x1b5661+_0x442fe0(0x21e)+process[_0x442fe0(0x232)][_0x442fe0(0x2c4)]);}catch(_0x4681b7){logger[_0x442fe0(0x22c)](_0x442fe0(0x29b)+util[_0x442fe0(0x26d)](_0x4681b7));}_0x43fdc9['testEnvironmentOptions'][_0x442fe0(0x29f)]=_0x272eac,_0x43fdc9['testEnvironmentOptions'][_0x442fe0(0x2a6)]=_0x1d796e[_0x442fe0(0x243)](getSerial,_0x272eac,_0x4429cf),_0x43fdc9[_0x442fe0(0x22e)]['parallels__']=_0x1d796e[_0x442fe0(0x29d)](getMaxWorkers,_0x4429cf,_0x140626[_0x442fe0(0x2bb)],_0x8754d7),_0x43fdc9[_0x442fe0(0x22e)]['proxySettings']=_0x140626[_0x442fe0(0x2bb)]['proxySettings'],_0x43fdc9[_0x442fe0(0x22e)][_0x442fe0(0x275)]=_0x1d796e[_0x442fe0(0x25f)](_0x4429cf['testTimeout'],0x1)||0x1388,_0x43fdc9[_0x442fe0(0x22e)]['skipSessionName']=_0x140626[_0x442fe0(0x2bb)]['testContextOptions']['skipSessionName'],_0x43fdc9[_0x442fe0(0x22e)]['skipSessionStatus']=_0x140626[_0x442fe0(0x2bb)][_0x442fe0(0x21c)][_0x442fe0(0x1f0)],_0x43fdc9['testEnvironmentOptions'][_0x442fe0(0x21b)]=_0x140626['config'][_0x442fe0(0x23d)],_0x43fdc9[_0x442fe0(0x22e)][_0x442fe0(0x28b)]=_0x140626[_0x442fe0(0x2bb)][_0x442fe0(0x28b)],_0x43fdc9[_0x442fe0(0x22e)][_0x442fe0(0x295)]=_0x140626[_0x442fe0(0x2bb)]['platforms'];const _0x26595f=helper[_0x442fe0(0x201)](_0x140626[_0x442fe0(0x2bb)]);if(!helper[_0x442fe0(0x2ba)](_0x26595f)){helper['isNotUndefined'](_0x26595f[_0x442fe0(0x264)])&&(_0x43fdc9[_0x442fe0(0x22e)]['retries__']=_0x26595f[_0x442fe0(0x264)][_0x442fe0(0x20d)]);if(helper[_0x442fe0(0x28f)](_0x26595f[_0x442fe0(0x248)])&&helper['isNotUndefined'](_0x26595f[_0x442fe0(0x248)][_0x442fe0(0x26b)])){const _0x2132f6={};_0x2132f6['failureThresholdCount']=_0x26595f[_0x442fe0(0x248)][_0x442fe0(0x20b)],_0x2132f6[_0x442fe0(0x26b)]=_0x26595f[_0x442fe0(0x248)]['workingDir'],_0x43fdc9['testEnvironmentOptions']['failFast']=_0x2132f6;}}let _0x2f6b00='';_0x1d796e[_0x442fe0(0x2a7)](helper['getPackageType'](),constants[_0x442fe0(0x251)][_0x442fe0(0x285)])?_0x2f6b00=_0x1d796e[_0x442fe0(0x2aa)]:_0x2f6b00=_0x1d796e['OkBQy'];const _0x4c2cae=_0x2f6b00,_0x2f6e0c=path['join'](__dirname,_0x1d796e[_0x442fe0(0x259)],_0x1d796e['hLtfV']),_0xb07d52=path['join'](__dirname,_0x1d796e[_0x442fe0(0x259)],_0x1d796e[_0x442fe0(0x2a2)]),_0x27e152=path[_0x442fe0(0x2c0)](__dirname,_0x1d796e[_0x442fe0(0x259)],_0x1d796e[_0x442fe0(0x205)]);_0x43fdc9[_0x442fe0(0x2ad)]&&(process[_0x442fe0(0x232)][_0x442fe0(0x1fc)]=_0x43fdc9[_0x442fe0(0x2ad)]);_0x43fdc9['testEnvironment']=path[_0x442fe0(0x2c0)](__dirname,_0x1d796e['xpQeM'],_0x1d796e[_0x442fe0(0x27f)]);const _0x3e7318=_0x8754d7[_0x442fe0(0x292)];if(_0x3e7318&&_0x1d796e[_0x442fe0(0x28e)](_0x3e7318,_0x1d796e[_0x442fe0(0x2d4)])){const _0x4538a7=_0x3e7318[_0x442fe0(0x23c)](_0x1d796e['UGsxv'])?_0x3e7318:_0x442fe0(0x279)+_0x3e7318;process[_0x442fe0(0x232)][_0x442fe0(0x28d)]=_0x4538a7,logger[_0x442fe0(0x1fe)]('Preserving\x20user\x27s\x20Jest\x20runner:\x20'+_0x4538a7);}_0x43fdc9[_0x442fe0(0x292)]=_0xb07d52,_0x43fdc9[_0x442fe0(0x2c3)]=_0x43fdc9['setupFilesAfterEnv']||[],_0x43fdc9[_0x442fe0(0x2c3)][_0x442fe0(0x2ca)](path[_0x442fe0(0x2c0)](__dirname,_0x1d796e[_0x442fe0(0x200)]));_0x204efb['isTestOrchestrationEnabled']()&&(_0x43fdc9['testSequencer']=path[_0x442fe0(0x2c0)](__dirname,_0x1d796e[_0x442fe0(0x259)],_0x1d796e[_0x442fe0(0x2b8)]));if(testhubUtils[_0x442fe0(0x258)]()){let _0x4d743e=null;try{_0x4d743e=helper[_0x442fe0(0x21f)](_0x1d796e[_0x442fe0(0x267)],_0x1d796e[_0x442fe0(0x25e)]);}catch(_0x445f1e){try{_0x4d743e=helper['requireModule'](_0x1d796e[_0x442fe0(0x2d5)],_0x1d796e[_0x442fe0(0x25e)]);}catch(_0x1d0eb9){_0x1d796e[_0x442fe0(0x294)](debug,_0x442fe0(0x212)+_0x1d0eb9);}}_0x4d743e&&(_0x43fdc9[_0x442fe0(0x2c3)][_0x442fe0(0x2ca)](path[_0x442fe0(0x2c0)](__dirname,_0x1d796e[_0x442fe0(0x2c5)],_0x1d796e[_0x442fe0(0x20a)])),_0x43fdc9[_0x442fe0(0x2ae)]=path['join'](__dirname,_0x1d796e[_0x442fe0(0x259)],_0x1d796e['YoxBM']));}_0x43fdc9['setupFiles']=_0x43fdc9['setupFiles']||[];try{helper[_0x442fe0(0x2b3)](),_0x43fdc9[_0x442fe0(0x2af)][_0x442fe0(0x2ca)](path[_0x442fe0(0x2c0)](__dirname,_0x1d796e['mqrJO']));}catch{logger[_0x442fe0(0x22c)](_0x1d796e[_0x442fe0(0x218)]);}try{helper[_0x442fe0(0x209)][_0x442fe0(0x266)](null,[_0x1d796e[_0x442fe0(0x281)],_0x1d796e[_0x442fe0(0x260)]]),logger[_0x442fe0(0x22c)](_0x1d796e[_0x442fe0(0x29e)]),_0x43fdc9[_0x442fe0(0x2af)][_0x442fe0(0x2ca)](path[_0x442fe0(0x2c0)](__dirname,_0x1d796e['ZpmnZ']));}catch(_0x275d55){logger[_0x442fe0(0x22c)](_0x1d796e['lozAJ'],_0x275d55);}_0x43fdc9[_0x442fe0(0x27a)]=_0x43fdc9[_0x442fe0(0x27a)]||[_0x1d796e['sHXtb']],_0x1d796e[_0x442fe0(0x1ff)](updateTestRerunConfig,_0x43fdc9,_0x140626);const _0x40593d=fs[_0x442fe0(0x247)](_0x27e152),_0x219e37=helper['resolveModule'](_0x1d796e[_0x442fe0(0x280)],_0x1d796e[_0x442fe0(0x2ab)]);!_0x219e37[_0x442fe0(0x24f)]?fs[_0x442fe0(0x2cc)](_0x43fdc9[_0x442fe0(0x292)],_0x442fe0(0x215)+_0x40593d+_0x442fe0(0x242)+_0x140626['config'][_0x442fe0(0x2d0)][_0x442fe0(0x207)]+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20'):fs['writeFileSync'](_0x43fdc9['runner'],'\x0a\x20\x20\x20\x20\x20\x20'+_0x40593d+_0x442fe0(0x21d)+_0x140626[_0x442fe0(0x2bb)][_0x442fe0(0x2d0)][_0x442fe0(0x207)]+_0x442fe0(0x210));logger['info']('Creating\x20'+_0x4c2cae+_0x442fe0(0x22a)),fs[_0x442fe0(0x2cc)](_0x4c2cae,'const\x20config='+JSON[_0x442fe0(0x2c1)](_0x43fdc9)+_0x442fe0(0x20f));if(_0x204efb[_0x442fe0(0x299)]()){logger[_0x442fe0(0x22c)](_0x1d796e['Ajdny']);const _0x3e7ff4=await _0x204efb['findTestFiles'](_0x43fdc9,_0x41d4e1[_0x442fe0(0x2c7)](0x1),_0x4c2cae);logger[_0x442fe0(0x22c)](_0x442fe0(0x223)+JSON[_0x442fe0(0x2c1)](_0x3e7ff4)+'\x20test\x20files\x20to\x20run.');const _0x41ebf8=await _0x204efb[_0x442fe0(0x1fb)](_0x3e7ff4);logger['debug'](_0x442fe0(0x231)+JSON['stringify'](_0x41ebf8)),_0x41ebf8&&_0x1d796e[_0x442fe0(0x26e)](_0x41ebf8[_0x442fe0(0x207)],0x0)&&(process[_0x442fe0(0x232)][_0x442fe0(0x2a9)]=_0x41ebf8?.[_0x442fe0(0x2c0)](','));}logger['info'](_0x1d796e[_0x442fe0(0x2a3)]);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails[_0x442fe0(0x27b)]();helper[_0x442fe0(0x235)]({},_0x41d4e1),PerformanceTester[_0x442fe0(0x254)](PerformanceEvents[_0x442fe0(0x244)]);const _0x1402eb=[_0x1d796e[_0x442fe0(0x1f2)],_0x1d796e[_0x442fe0(0x257)],_0x4c2cae,..._0x41d4e1[_0x442fe0(0x2c7)](0x1)],_0x270ace=_0x1d796e['iHOTN'](spawn,_0x1d796e[_0x442fe0(0x2ac)],_0x1402eb,{'shell':_0x1d796e['GzvWt'](process[_0x442fe0(0x1f9)],_0x1d796e[_0x442fe0(0x206)]),'stdio':_0x1d796e[_0x442fe0(0x271)],'env':Object[_0x442fe0(0x276)]({},process[_0x442fe0(0x232)])});_0x270ace['on'](_0x1d796e['vnfgH'],async _0x1b441d=>{const _0x4f2e9b=_0x442fe0;PerformanceTester[_0x4f2e9b(0x24c)](PerformanceEvents[_0x4f2e9b(0x25b)]);try{const {browserstackFolderPath:_0x34a878,tcgConfigPath:_0x1b883d}=helper[_0x4f2e9b(0x277)]();fs['unlinkSync'](_0x1b883d),fs['rmdirSync'](_0x34a878);}catch(_0x5b4c1a){logger[_0x4f2e9b(0x22c)](_0x1d796e[_0x4f2e9b(0x26a)],_0x5b4c1a);}process['exitCode']=_0x1b441d,logger[_0x4f2e9b(0x22c)]('child\x20process\x20exited\x20with\x20code\x20'+_0x1b441d),logger[_0x4f2e9b(0x1fe)]('Deleting\x20'+_0x4c2cae);if(helper[_0x4f2e9b(0x28f)](_0x26595f)&&helper[_0x4f2e9b(0x28f)](_0x26595f[_0x4f2e9b(0x248)])&&fs['existsSync'](_0x26595f[_0x4f2e9b(0x248)][_0x4f2e9b(0x26b)]))try{const _0x1de33d={};_0x1de33d[_0x4f2e9b(0x20e)]=!![],_0x1de33d[_0x4f2e9b(0x29c)]=!![],fs[_0x4f2e9b(0x2b7)](_0x26595f[_0x4f2e9b(0x248)][_0x4f2e9b(0x26b)],_0x1de33d),logger[_0x4f2e9b(0x22c)](_0x4f2e9b(0x24e)+_0x26595f[_0x4f2e9b(0x248)][_0x4f2e9b(0x26b)]);}catch(_0x1152e5){logger[_0x4f2e9b(0x24f)](_0x4f2e9b(0x27e)+_0x1152e5);}let _0x86e08c=null;if(fs[_0x4f2e9b(0x23f)](_0x2f6e0c)){_0x86e08c=fs['readFileSync'](_0x2f6e0c);try{_0x86e08c=JSON[_0x4f2e9b(0x2be)](_0x86e08c);}catch(_0x1f38c9){logger[_0x4f2e9b(0x22c)](_0x4f2e9b(0x240)+_0x2f6e0c+',\x20'+_0x86e08c+_0x4f2e9b(0x253)+_0x1f38c9);}fs[_0x4f2e9b(0x228)](_0x2f6e0c);}fs[_0x4f2e9b(0x228)](_0x4c2cae),fs[_0x4f2e9b(0x228)](_0xb07d52),_0x86e08c&&(_0x140626[_0x4f2e9b(0x237)]=helper[_0x4f2e9b(0x255)](_0x86e08c,_0x1d796e[_0x4f2e9b(0x1f2)],_0x140626));const _0x52a94b=BrowserstackCLI[_0x4f2e9b(0x29a)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x4f2e9b(0x2c6)]()['stop']();}catch(_0x36a987){console['log'](_0x36a987),_0x1d796e[_0x4f2e9b(0x294)](debug,_0x4f2e9b(0x2ce)+util[_0x4f2e9b(0x26d)](_0x36a987));}testOpsHelper[_0x4f2e9b(0x1f6)](),TestDetails[_0x4f2e9b(0x284)](),await utilities[_0x4f2e9b(0x283)](_0x140626,_0x52a94b);});}function a14_0x20f0(_0x59c8ba,_0x578928){const _0x56a81a=a14_0x56a8();return a14_0x20f0=function(_0x20f093,_0x1b8860){_0x20f093=_0x20f093-0x1eb;let _0x12d59b=_0x56a81a[_0x20f093];return _0x12d59b;},a14_0x20f0(_0x59c8ba,_0x578928);}module[a14_0x615867(0x287)]=run;
2
+ 'use strict';const a14_0x4b1e73=a14_0x5812;(function(_0x3d2c72,_0x4ec292){const _0x5895c2=a14_0x5812,_0x1d0a48=_0x3d2c72();while(!![]){try{const _0x44edec=-parseInt(_0x5895c2(0x16d))/0x1+-parseInt(_0x5895c2(0x219))/0x2+parseInt(_0x5895c2(0x181))/0x3+-parseInt(_0x5895c2(0x1ba))/0x4*(parseInt(_0x5895c2(0x1a8))/0x5)+parseInt(_0x5895c2(0x1ca))/0x6*(parseInt(_0x5895c2(0x15e))/0x7)+-parseInt(_0x5895c2(0x19d))/0x8*(parseInt(_0x5895c2(0x223))/0x9)+parseInt(_0x5895c2(0x213))/0xa*(parseInt(_0x5895c2(0x168))/0xb);if(_0x44edec===_0x4ec292)break;else _0x1d0a48['push'](_0x1d0a48['shift']());}catch(_0x2f2cc8){_0x1d0a48['push'](_0x1d0a48['shift']());}}}(a14_0x381c,0xeaf9a));function a14_0x5812(_0xa08d69,_0x248193){const _0x381c4f=a14_0x381c();return a14_0x5812=function(_0x581213,_0x4c063a){_0x581213=_0x581213-0x13d;let _0x4d8aef=_0x381c4f[_0x581213];return _0x4d8aef;},a14_0x5812(_0xa08d69,_0x248193);}const fs=require('fs'),path=require('path'),util=require(a14_0x4b1e73(0x14b)),{spawn}=require(a14_0x4b1e73(0x1d1)),logger=require('../../helpers/logger')[a14_0x4b1e73(0x22b)],{default:BrowserStackSetup}=require(a14_0x4b1e73(0x1e3)),helper=require('../../helpers/helper'),utilities=require(a14_0x4b1e73(0x20d)),constants=require(a14_0x4b1e73(0x1d2)),accessibilityHelper=require(a14_0x4b1e73(0x1d4)),{updateTestRerunConfig}=require(a14_0x4b1e73(0x206)),testOpsHelper=require(a14_0x4b1e73(0x20f)),{debug}=require(a14_0x4b1e73(0x20f)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x4b1e73(0x1cf)),TestHubHandler=require(a14_0x4b1e73(0x179)),testhubUtils=require(a14_0x4b1e73(0x18e)),{FRAMEWORKS}=require(a14_0x4b1e73(0x173)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0x4b1e73(0x196))[a14_0x4b1e73(0x1f3)],TestOrchestrationHandler=require(a14_0x4b1e73(0x142)),BrowserstackCLI=require(a14_0x4b1e73(0x17b)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),ClientTroubleShootingService=require(a14_0x4b1e73(0x20c)),{checkAccessibilityPlatformConfig}=require(a14_0x4b1e73(0x1d4)),getUserJestConfigs=async(_0x14090b,_0x565311)=>{const _0x4ea1d7=a14_0x4b1e73,_0x38288a={'cmlKB':'jest-config/build/readConfigFileAndSetRootDir.js','JQnZP':_0x4ea1d7(0x13f),'qpAIO':function(_0x4ef727,_0xe8dd3e){return _0x4ef727||_0xe8dd3e;},'fiRSv':function(_0x5b553c,_0x1103db){return _0x5b553c(_0x1103db);},'KfFli':_0x4ea1d7(0x1fb),'mUyCP':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','vVZyO':'mjs','WoAMe':_0x4ea1d7(0x1d3),'cghaE':_0x4ea1d7(0x193)};let _0x1c934c;try{_0x1c934c=helper[_0x4ea1d7(0x16b)](_0x38288a['cmlKB'],_0x38288a['JQnZP']);}catch{const _0x1412b8=helper[_0x4ea1d7(0x16b)](_0x38288a[_0x4ea1d7(0x19a)]);_0x1c934c={'default':async _0x230e3a=>{const _0x52eb3b=_0x4ea1d7,_0x523175=await _0x1412b8['readInitialOptions'](_0x230e3a,{});return _0x523175[_0x52eb3b(0x208)];}};}const _0xfa8010=_0x565311[_0x4ea1d7(0x1b5)](_0x1237d9=>_0x1237d9===_0x4ea1d7(0x1da));if(!helper[_0x4ea1d7(0x18c)](_0x14090b[_0x4ea1d7(0x208)])){logger[_0x4ea1d7(0x1c2)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x14090b[_0x4ea1d7(0x208)]),process[_0x4ea1d7(0x1aa)][_0x4ea1d7(0x1e7)]=_0x14090b['config'];const _0x114331=await(0x0,_0x1c934c['default'])(path['resolve'](_0x14090b['config']));return _0x565311[_0x4ea1d7(0x17e)](_0xfa8010,0x2),_0x38288a['qpAIO'](_0x114331,{});}const _0x5c6d4f=_0x38288a[_0x4ea1d7(0x1f7)](require,path[_0x4ea1d7(0x205)](process[_0x4ea1d7(0x20e)](),_0x38288a[_0x4ea1d7(0x175)]));if(_0x5c6d4f[_0x4ea1d7(0x1cd)])return logger[_0x4ea1d7(0x1c2)](_0x38288a[_0x4ea1d7(0x202)]),_0x5c6d4f['jest'];const _0xcc7b0f=['js',_0x38288a[_0x4ea1d7(0x21f)],_0x38288a['WoAMe'],_0x38288a[_0x4ea1d7(0x15a)],'ts'];for(const _0x3eea12 of _0xcc7b0f){const _0x949440=path[_0x4ea1d7(0x205)](process[_0x4ea1d7(0x20e)](),_0x4ea1d7(0x1df)+_0x3eea12);if(fs[_0x4ea1d7(0x204)](_0x949440)){process['env'][_0x4ea1d7(0x1e7)]=_0x949440;const _0x4155e1=await(0x0,_0x1c934c[_0x4ea1d7(0x1e9)])(_0x949440);return _0x4155e1;}}return{};},getSerial=(_0x19fbff,_0x21a13c)=>{const _0x41250c=a14_0x4b1e73,_0xf9eb9d={};_0xf9eb9d[_0x41250c(0x209)]=_0x41250c(0x1be),_0xf9eb9d[_0x41250c(0x18d)]=function(_0x5388d7,_0x2a379f){return _0x5388d7>_0x2a379f;},_0xf9eb9d['WfMKM']=function(_0xae0017,_0xe4b1cf){return _0xae0017>_0xe4b1cf;},_0xf9eb9d[_0x41250c(0x1bc)]=_0x41250c(0x1d8);const _0x2a142e=_0xf9eb9d;let _0x1abd12=_0x2a142e['CqyGh'];return _0x2a142e['BHpQQ'](_0x19fbff[_0x41250c(0x164)],0x1)&&(!_0x21a13c['runInBand']&&(helper['isUndefined'](_0x21a13c[_0x41250c(0x1f6)])||_0x2a142e[_0x41250c(0x1de)](_0x21a13c[_0x41250c(0x1f6)],0x1)))&&(_0x1abd12=_0x2a142e[_0x41250c(0x1bc)]),_0x1abd12;},getMaxWorkers=(_0x5ed8b4,_0x480b4d,_0x5382f9)=>{const _0x450ee=a14_0x4b1e73,_0x145595={'isdYT':function(_0x293546,_0x4b4a67){return _0x293546(_0x4b4a67);}};let _0x2f6553=0x1;if(!helper[_0x450ee(0x18c)](_0x480b4d[_0x450ee(0x13d)]))_0x2f6553=_0x145595['isdYT'](parseInt,_0x480b4d['parallelsPerPlatform']);else{if(!helper[_0x450ee(0x18c)](_0x5ed8b4[_0x450ee(0x1f6)]))_0x2f6553=_0x5ed8b4['maxWorkers'];else!helper['isUndefined'](_0x5382f9[_0x450ee(0x1f6)])&&(_0x2f6553=_0x5382f9[_0x450ee(0x1f6)]);}return _0x2f6553;};async function run(_0x3b72c3,_0x1bd58b,_0x5cd224){const _0x3967d0=a14_0x4b1e73,_0x585f79={'qmLAJ':_0x3967d0(0x1cb),'vjFSB':'jest','qHwUm':function(_0x20548c,_0x3ed621){return _0x20548c(_0x3ed621);},'QnWkb':_0x3967d0(0x1d0),'KJiFi':function(_0x91ac8b,_0x12929c,_0xee6226,_0x37d5fe){return _0x91ac8b(_0x12929c,_0xee6226,_0x37d5fe);},'uusRh':function(_0x5ad3a1,_0x46d209){return _0x5ad3a1!=_0x46d209;},'lqqjx':_0x3967d0(0x1be),'noKDi':function(_0x3e9fb4,_0x4579de,_0x3c9334){return _0x3e9fb4(_0x4579de,_0x3c9334);},'jaeJI':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','sMtLi':function(_0x926bf2,_0x1c122e){return _0x926bf2(_0x1c122e);},'ruUMp':function(_0x56d985,_0x48e6a4){return _0x56d985(_0x48e6a4);},'eudEE':_0x3967d0(0x1d8),'ogrhZ':function(_0x56c9f7,_0x14e5b3){return _0x56c9f7*_0x14e5b3;},'QXVPi':function(_0x59e4dc,_0x4a942f){return _0x59e4dc===_0x4a942f;},'aEBea':_0x3967d0(0x1db),'lzTjm':_0x3967d0(0x14c),'JNhFF':'customImplements','SeHlP':_0x3967d0(0x177),'MeaLt':_0x3967d0(0x159),'oARAd':'customTestRunnerTemplate.js','EjVeJ':'customEnvironment.js','BWCie':function(_0x439e8a,_0x5ad412){return _0x439e8a!==_0x5ad412;},'ZsRdi':_0x3967d0(0x1b6),'iratX':'jest-runner-','YMeOJ':_0x3967d0(0x221),'DpZsv':_0x3967d0(0x201),'PiPnb':_0x3967d0(0x1e8),'RodBE':'jest-circus','GNbbf':_0x3967d0(0x1bb),'APrlF':function(_0x2da83c,_0x1995fa){return _0x2da83c(_0x1995fa);},'awtnS':'test-observability','iWbtr':_0x3967d0(0x1a0),'jbvmM':_0x3967d0(0x184),'ZIqJA':_0x3967d0(0x1a3),'sGHvl':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','lbixB':_0x3967d0(0x1a9),'rnSsZ':_0x3967d0(0x203),'WvMYD':_0x3967d0(0x1b3),'GNHKr':_0x3967d0(0x225),'oBiJN':_0x3967d0(0x1e9),'JJZBn':function(_0xda19a8,_0x19adfb,_0x5a8311){return _0xda19a8(_0x19adfb,_0x5a8311);},'HurJW':_0x3967d0(0x1f9),'hfZpJ':_0x3967d0(0x1c3),'vBXgA':_0x3967d0(0x215),'uFBCk':function(_0x3ca1ed,_0x296d7c){return _0x3ca1ed>_0x296d7c;},'TynTF':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','RiHgS':'--config','pjVkP':_0x3967d0(0x212),'jlmoR':function(_0x3dd715,_0x247379){return _0x3dd715===_0x247379;},'wCzjo':'win32','JfFWy':_0x3967d0(0x170),'FBQBG':_0x3967d0(0x195)},_0x110bc5=helper['getPackageVersion'](_0x585f79[_0x3967d0(0x152)]);global['__isPlaywrightInstalled']=!!_0x110bc5;helper[_0x3967d0(0x1a6)]()?(await _0x5cd224[_0x3967d0(0x1c1)](_0x3b72c3),await helper[_0x3967d0(0x149)](_0x5cd224['config'])):await _0x5cd224[_0x3967d0(0x21e)]();await _0x585f79[_0x3967d0(0x17a)](checkPwandBootstrapCli,_0x110bc5,constants['FRAMEWORKS'][_0x3967d0(0x155)],_0x5cd224);if(!_0x5cd224[_0x3967d0(0x208)])return;_0x585f79[_0x3967d0(0x15b)](_0x5cd224[_0x3967d0(0x208)]['testObservability'],null)?process[_0x3967d0(0x1aa)][_0x3967d0(0x186)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x200)]:process['env'][_0x3967d0(0x186)]=_0x585f79['lqqjx'];const _0x20e838=new TestOrchestrationHandler(_0x5cd224['config']),_0x53d2a3=await _0x585f79[_0x3967d0(0x1f5)](getUserJestConfigs,_0x3b72c3,_0x1bd58b);logger[_0x3967d0(0x1c2)](_0x585f79['jaeJI']);const _0x2ab0f6=Object[_0x3967d0(0x1ea)]({},_0x53d2a3);_0x2ab0f6[_0x3967d0(0x16e)]=Object[_0x3967d0(0x1ea)]({},_0x2ab0f6[_0x3967d0(0x16e)],{'server':helper[_0x3967d0(0x140)](_0x5cd224[_0x3967d0(0x208)]),'environment':_0x53d2a3['testEnvironment']}),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x1c7)]=_0x585f79[_0x3967d0(0x161)](getPercyOptions,_0x5cd224[_0x3967d0(0x208)]);const _0x378b15=helper[_0x3967d0(0x146)](_0x5cd224[_0x3967d0(0x208)]);!helper['isUndefined'](_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x166)])&&(process[_0x3967d0(0x1aa)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3967d0(0x14f)](_0x5cd224['config'][_0x3967d0(0x166)]));if(!BrowserstackCLI[_0x3967d0(0x17c)]()['isRunning']()){const _0x1945bf=await TestHubHandler[_0x3967d0(0x15f)](FRAMEWORKS[_0x3967d0(0x155)],_0x5cd224);}const _0x550e9e=helper[_0x3967d0(0x1d5)](_0x5cd224['config'],_0x378b15,constants[_0x3967d0(0x17f)][_0x3967d0(0x155)]);process['env'][_0x3967d0(0x19c)]=JSON[_0x3967d0(0x14f)](_0x550e9e);let _0x24d366=_0x5cd224['config'][_0x3967d0(0x1c0)];_0x24d366=_0x24d366||accessibilityHelper[_0x3967d0(0x1e4)](_0x5cd224[_0x3967d0(0x208)]),process[_0x3967d0(0x1aa)][_0x3967d0(0x1f4)]=_0x24d366,logger[_0x3967d0(0x222)](_0x3967d0(0x1ad)+_0x24d366+_0x3967d0(0x22a)+BrowserstackCLI[_0x3967d0(0x17c)]()['isRunning']());if(_0x110bc5)try{const _0x10a420=_0x585f79[_0x3967d0(0x163)](checkAccessibilityPlatformConfig,_0x5cd224['config']);process[_0x3967d0(0x1aa)][_0x3967d0(0x1c6)]=_0x10a420?_0x585f79['lqqjx']:_0x585f79['eudEE'],logger['debug'](_0x3967d0(0x182)+_0x10a420+_0x3967d0(0x18f)+process[_0x3967d0(0x1aa)][_0x3967d0(0x1c6)]);}catch(_0x168dff){logger[_0x3967d0(0x222)](_0x3967d0(0x162)+util[_0x3967d0(0x150)](_0x168dff));}_0x2ab0f6[_0x3967d0(0x16e)]['capabilities']=_0x550e9e,_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x1ae)]=_0x585f79[_0x3967d0(0x1f5)](getSerial,_0x550e9e,_0x3b72c3),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x148)]=_0x585f79[_0x3967d0(0x17a)](getMaxWorkers,_0x3b72c3,_0x5cd224[_0x3967d0(0x208)],_0x53d2a3),_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x14a)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x14a)],_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x218)]=_0x585f79[_0x3967d0(0x1d6)](_0x3b72c3[_0x3967d0(0x1a7)],0x1)||0x1388,_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x15c)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1d7)][_0x3967d0(0x15c)],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x19f)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1d7)][_0x3967d0(0x19f)],_0x2ab0f6[_0x3967d0(0x16e)]['browserStackLogLevel']=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1ab)],_0x2ab0f6[_0x3967d0(0x16e)][_0x3967d0(0x21d)]=_0x5cd224[_0x3967d0(0x208)]['turboScaleUrl'],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x1ef)]=_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)];const _0x494710=helper[_0x3967d0(0x1c5)](_0x5cd224['config']);if(!helper[_0x3967d0(0x1ee)](_0x494710)){helper['isNotUndefined'](_0x494710[_0x3967d0(0x1e6)])&&(_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x1f1)]=_0x494710[_0x3967d0(0x1e6)][_0x3967d0(0x20b)]);if(helper['isNotUndefined'](_0x494710['abortBuildOnFailure'])&&helper[_0x3967d0(0x178)](_0x494710[_0x3967d0(0x174)]['workingDir'])){const _0x121e3b={};_0x121e3b[_0x3967d0(0x1fd)]=_0x494710[_0x3967d0(0x174)][_0x3967d0(0x224)],_0x121e3b[_0x3967d0(0x1b9)]=_0x494710[_0x3967d0(0x174)]['workingDir'],_0x2ab0f6['testEnvironmentOptions'][_0x3967d0(0x185)]=_0x121e3b;}}let _0x44826d='';_0x585f79[_0x3967d0(0x1ed)](helper[_0x3967d0(0x16a)](),constants['PACKAGE_TYPE'][_0x3967d0(0x19b)])?_0x44826d=_0x585f79['aEBea']:_0x44826d=_0x585f79[_0x3967d0(0x153)];const _0x393e94=_0x44826d,_0x2a14b7=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79['SeHlP']),_0xe770a3=path['join'](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x198)]),_0xd9f551=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x1a2)]);_0x2ab0f6[_0x3967d0(0x217)]&&(process[_0x3967d0(0x1aa)][_0x3967d0(0x15d)]=_0x2ab0f6[_0x3967d0(0x217)]);_0x2ab0f6[_0x3967d0(0x217)]=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x1fc)]);const _0x24d98e=_0x53d2a3[_0x3967d0(0x187)];if(_0x24d98e&&_0x585f79[_0x3967d0(0x210)](_0x24d98e,_0x585f79[_0x3967d0(0x147)])){const _0x2b73d9=_0x24d98e[_0x3967d0(0x172)](_0x585f79['iratX'])?_0x24d98e:_0x3967d0(0x154)+_0x24d98e;process['env'][_0x3967d0(0x144)]=_0x2b73d9,logger[_0x3967d0(0x1c2)](_0x3967d0(0x1ce)+_0x2b73d9);}_0x2ab0f6[_0x3967d0(0x187)]=_0xe770a3,_0x2ab0f6[_0x3967d0(0x192)]=_0x2ab0f6['setupFilesAfterEnv']||[],_0x2ab0f6['setupFilesAfterEnv'][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x197)]));_0x20e838[_0x3967d0(0x190)]()&&(_0x2ab0f6[_0x3967d0(0x1b4)]=path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x141)]));if(testhubUtils[_0x3967d0(0x22c)]()){let _0x45d28c=null;try{_0x45d28c=helper[_0x3967d0(0x16b)](_0x585f79['PiPnb'],_0x585f79['RodBE']);}catch(_0x10f5b0){try{_0x45d28c=helper[_0x3967d0(0x16b)](_0x585f79[_0x3967d0(0x1c4)],_0x585f79[_0x3967d0(0x143)]);}catch(_0x5d678d){_0x585f79[_0x3967d0(0x214)](debug,_0x3967d0(0x194)+_0x5d678d);}}_0x45d28c&&(_0x2ab0f6[_0x3967d0(0x192)][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79['awtnS'],_0x585f79[_0x3967d0(0x1ec)])),_0x2ab0f6[_0x3967d0(0x16c)]=path['join'](__dirname,_0x585f79[_0x3967d0(0x226)],_0x585f79[_0x3967d0(0x189)]));}_0x2ab0f6[_0x3967d0(0x211)]=_0x2ab0f6[_0x3967d0(0x211)]||[];try{helper[_0x3967d0(0x1af)](),_0x2ab0f6[_0x3967d0(0x211)][_0x3967d0(0x1a1)](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x1eb)]));}catch{logger['debug'](_0x585f79[_0x3967d0(0x18a)]);}try{helper['requirePWModule'][_0x3967d0(0x1a4)](null,[_0x585f79[_0x3967d0(0x152)],_0x585f79[_0x3967d0(0x1dc)]]),logger[_0x3967d0(0x222)](_0x585f79[_0x3967d0(0x227)]),_0x2ab0f6[_0x3967d0(0x211)]['push'](path[_0x3967d0(0x205)](__dirname,_0x585f79[_0x3967d0(0x1ff)]));}catch(_0x330678){logger[_0x3967d0(0x222)](_0x585f79[_0x3967d0(0x1b7)],_0x330678);}_0x2ab0f6['reporters']=_0x2ab0f6[_0x3967d0(0x169)]||[_0x585f79[_0x3967d0(0x1ac)]],_0x585f79['JJZBn'](updateTestRerunConfig,_0x2ab0f6,_0x5cd224);const _0x13992d=fs[_0x3967d0(0x1a5)](_0xd9f551),_0x2d2e6c=helper[_0x3967d0(0x1fa)](_0x585f79['HurJW'],_0x585f79['hfZpJ']);!_0x2d2e6c['error']?fs[_0x3967d0(0x1f2)](_0x2ab0f6[_0x3967d0(0x187)],_0x3967d0(0x188)+_0x13992d+_0x3967d0(0x1e1)+_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)]['length']+_0x3967d0(0x167)):fs[_0x3967d0(0x1f2)](_0x2ab0f6[_0x3967d0(0x187)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x13992d+_0x3967d0(0x229)+_0x5cd224[_0x3967d0(0x208)][_0x3967d0(0x1b0)][_0x3967d0(0x164)]+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20');logger['info']('Creating\x20'+_0x393e94+_0x3967d0(0x21a)),fs[_0x3967d0(0x1f2)](_0x393e94,_0x3967d0(0x157)+JSON[_0x3967d0(0x14f)](_0x2ab0f6)+'\x0amodule.exports\x20=\x20config;');if(_0x20e838[_0x3967d0(0x190)]()){logger[_0x3967d0(0x222)](_0x585f79['vBXgA']);const _0x22ccb3=await _0x20e838[_0x3967d0(0x14e)](_0x2ab0f6,_0x1bd58b[_0x3967d0(0x171)](0x1),_0x393e94);logger[_0x3967d0(0x222)](_0x3967d0(0x156)+JSON[_0x3967d0(0x14f)](_0x22ccb3)+_0x3967d0(0x1e2));const _0xc2a36f=await _0x20e838['reorderTestFiles'](_0x22ccb3);logger[_0x3967d0(0x222)]('Reodered\x20Test\x20Files:\x20'+JSON[_0x3967d0(0x14f)](_0xc2a36f)),_0xc2a36f&&_0x585f79[_0x3967d0(0x191)](_0xc2a36f[_0x3967d0(0x164)],0x0)&&(process[_0x3967d0(0x1aa)][_0x3967d0(0x160)]=_0xc2a36f?.['join'](','));}logger[_0x3967d0(0x1c2)](_0x585f79[_0x3967d0(0x145)]);testhubUtils[_0x3967d0(0x22c)]()&&TestDetails[_0x3967d0(0x1e0)]();helper[_0x3967d0(0x1fe)]({},_0x1bd58b),PerformanceTester[_0x3967d0(0x20a)](PerformanceEvents[_0x3967d0(0x19e)]);const _0x5974d9=[_0x585f79[_0x3967d0(0x207)],_0x585f79[_0x3967d0(0x1e5)],_0x393e94,..._0x1bd58b[_0x3967d0(0x171)](0x1)],_0x50952e=_0x585f79['KJiFi'](spawn,_0x585f79[_0x3967d0(0x1bd)],_0x5974d9,{'shell':_0x585f79[_0x3967d0(0x1cc)](process[_0x3967d0(0x151)],_0x585f79[_0x3967d0(0x1b1)]),'stdio':_0x585f79['JfFWy'],'env':Object['assign']({},process[_0x3967d0(0x1aa)])});_0x50952e['on'](_0x585f79[_0x3967d0(0x1b2)],async _0x2f828a=>{const _0x1f466b=_0x3967d0;PerformanceTester[_0x1f466b(0x1c8)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x22d481,tcgConfigPath:_0x16b37f}=helper[_0x1f466b(0x17d)]();fs['unlinkSync'](_0x16b37f),fs[_0x1f466b(0x199)](_0x22d481);}catch(_0x49d544){logger['debug'](_0x585f79[_0x1f466b(0x1dd)],_0x49d544);}process[_0x1f466b(0x1c9)]=_0x2f828a,logger[_0x1f466b(0x222)]('child\x20process\x20exited\x20with\x20code\x20'+_0x2f828a),logger[_0x1f466b(0x1c2)](_0x1f466b(0x1b8)+_0x393e94);if(helper[_0x1f466b(0x178)](_0x494710)&&helper[_0x1f466b(0x178)](_0x494710[_0x1f466b(0x174)])&&fs['existsSync'](_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)]))try{const _0x104ab9={};_0x104ab9[_0x1f466b(0x14d)]=!![],_0x104ab9[_0x1f466b(0x220)]=!![],fs[_0x1f466b(0x21b)](_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)],_0x104ab9),logger[_0x1f466b(0x222)]('Deleted\x20fail-fast\x20state\x20folder:\x20'+_0x494710[_0x1f466b(0x174)][_0x1f466b(0x1b9)]);}catch(_0x2922b3){logger[_0x1f466b(0x176)](_0x1f466b(0x1f0)+_0x2922b3);}let _0x258a3e=null;if(fs[_0x1f466b(0x204)](_0x2a14b7)){_0x258a3e=fs['readFileSync'](_0x2a14b7);try{_0x258a3e=JSON['parse'](_0x258a3e);}catch(_0x3a28f6){logger[_0x1f466b(0x222)](_0x1f466b(0x183)+_0x2a14b7+',\x20'+_0x258a3e+_0x1f466b(0x1d9)+_0x3a28f6);}fs[_0x1f466b(0x18b)](_0x2a14b7);}fs[_0x1f466b(0x18b)](_0x393e94),fs[_0x1f466b(0x18b)](_0xe770a3),_0x258a3e&&(_0x5cd224[_0x1f466b(0x13e)]=helper[_0x1f466b(0x165)](_0x258a3e,_0x585f79['vjFSB'],_0x5cd224));const _0x3490f9=BrowserstackCLI[_0x1f466b(0x1f8)]();try{await TestHubHandler[_0x1f466b(0x216)](),await BrowserstackCLI[_0x1f466b(0x17c)]()[_0x1f466b(0x216)]();}catch(_0x5afd49){console[_0x1f466b(0x1bf)](_0x5afd49),_0x585f79['qHwUm'](debug,_0x1f466b(0x16f)+util[_0x1f466b(0x150)](_0x5afd49));}testOpsHelper[_0x1f466b(0x180)](),TestDetails[_0x1f466b(0x158)](),await utilities[_0x1f466b(0x228)](_0x5cd224,_0x3490f9);});}module[a14_0x4b1e73(0x21c)]=run;function a14_0x381c(){const _0x16f652=['rnSsZ','finalExecution','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20',',\x20CLI\x20running:\x20','winstonLogger','shouldProcessEventForTesthub','parallelsPerPlatform','errorMessage','jest-config','getHubUrl','DpZsv','../../helpers/test-orchestration/testOrchestrationHandler','RodBE','BSTACK_USER_JEST_RUNNER','TynTF','useW3C','ZsRdi','parallels__','handleApp','proxySettings','util','jest_browserstack.config.js','recursive','findTestFiles','stringify','format','platform','QnWkb','lzTjm','jest-runner-','JEST','Found:\x20','const\x20config=','shutdown','customTestRunner.js','cghaE','uusRh','skipSessionName','BSTACK_JEST_TEST_ENV','79114gvNVZF','launchBuild','JEST_TEST_ORDER','sMtLi','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','ruUMp','length','getErrorMessageFromResults','accessibilityOptions',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','231TGbXBh','reporters','getPackageType','requireModule','testRunner','1757306ljuRXH','testEnvironmentOptions','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','inherit','slice','startsWith','../../helpers/test-observability/constants','abortBuildOnFailure','KfFli','error','jest_browserstack_results.json','isNotUndefined','../../helpers/testhub/testhubHandler','KJiFi','../v2/browserstackCLI','getInstance','getTCGConfigFilePaths','splice','FRAMEWORKS','printBuildLink','5186187YANiUC','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','Error\x20while\x20parsing\x20','customCircus.js','failFast','BROWSERSTACK_TEST_OBSERVABILITY_YML','runner','\x0a\x20\x20\x20\x20\x20\x20','jbvmM','sGHvl','unlinkSync','isUndefined','BHpQQ','../../helpers/testhub/utils',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','isTestOrchestrationEnabled','uFBCk','setupFilesAfterEnv','json','Unable\x20to\x20find\x20jest-circus,\x20','close','../../helpers/performance/constants','YMeOJ','MeaLt','rmdirSync','JQnZP','MODULE','BROWSERSTACK_CAPABILITIES','11735528fDVgMm','SDK_SETUP','skipSessionStatus','data-hooks.js','push','oARAd','test_before.setup.js','apply','readFileSync','isBrowserstackInfra','testTimeout','1086495WYWOXk','playwright','env','logLevel','oBiJN','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','serial__','requireSeleniumWebdriver','platforms','wCzjo','FBQBG','test.setup.js','testSequencer','findIndex','jest-runner','GNHKr','Deleting\x20','workingDir','24JsrsfY','jest-circus/build/runner.js','MKleG','pjVkP','true','log','accessibility','initialize','info','@jest/core','GNbbf','parseTestOrchestrationOptions','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','browserStackPercyOptions','start','exitCode','834hMdBzl','error\x20removing\x20tcg\x20config\x20file','jlmoR','jest','Preserving\x20user\x27s\x20Jest\x20runner:\x20','../../helpers/percy/utils','@playwright/test','child_process','../utils/constants','cjs','../../helpers/accessibility-automation/helper','prepareCapabilities','ogrhZ','testContextOptions','false','\x20:\x20','--config','jest_browserstack.config.cjs','lbixB','qmLAJ','WfMKM','jest.config.','setup','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','\x20test\x20files\x20to\x20run.','../../helpers/BrowserStackSetup','checkAccessibilityPlatformConfig','RiHgS','retryTestsOnFailure','USER_CONFIG_DETAILS_PATH','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','default','assign','ZIqJA','iWbtr','QXVPi','isEmpty','platformCaps','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','retries__','writeFileSync','EVENTS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','noKDi','maxWorkers','fiRSv','isCLIEnabled','@jest/core/build/ReporterDispatcher.js','resolveModule','package.json','EjVeJ','failureThresholdCount','filterBrowserstackArgs','WvMYD','testObservability','customSequencer.js','mUyCP','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','existsSync','join','./test-observability/helper','vjFSB','config','CqyGh','end','maxRetries','../utils/clientTroubleshootingService','../../helpers/utilities','cwd','../../helpers/test-observability/utils','BWCie','setupFiles','npx','1721110XHrCXw','APrlF','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','stop','testEnvironment','timeout__','2847078bihipO','\x20with\x20browserstack\x20jest\x20configs','rmSync','exports','turboScaleUrl','setupTCGAuth','vVZyO','force','jest.setup.js','debug','9AAuRnV','maxFailures','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','JNhFF'];a14_0x381c=function(){return _0x16f652;};return a14_0x381c();}
@@ -1 +1 @@
1
- const a15_0x378aa2=a15_0x503a;(function(_0x5db6d8,_0x2f1102){const _0x23b49f=a15_0x503a,_0x12f3a0=_0x5db6d8();while(!![]){try{const _0x47a5df=parseInt(_0x23b49f(0xf1))/0x1*(parseInt(_0x23b49f(0xf7))/0x2)+-parseInt(_0x23b49f(0xf8))/0x3+-parseInt(_0x23b49f(0xfa))/0x4+parseInt(_0x23b49f(0xf9))/0x5*(parseInt(_0x23b49f(0xe5))/0x6)+-parseInt(_0x23b49f(0xf4))/0x7*(-parseInt(_0x23b49f(0xec))/0x8)+parseInt(_0x23b49f(0xed))/0x9*(parseInt(_0x23b49f(0xf2))/0xa)+-parseInt(_0x23b49f(0xe6))/0xb*(parseInt(_0x23b49f(0xea))/0xc);if(_0x47a5df===_0x2f1102)break;else _0x12f3a0['push'](_0x12f3a0['shift']());}catch(_0xfa24ad){_0x12f3a0['push'](_0x12f3a0['shift']());}}}(a15_0x191b,0x33036));function a15_0x191b(){const _0x5d902e=['1908EbheRP','initRequireModule','929296fRSSMV','2439FZLLUz','ImLmb','function','CCrry','1nYmFYP','6220SPpTbq','../../../helpers/helper','7cIhAcI','default','customJestAdapterInit.js','272186GMhJNA','404730pHGwnG','600iKxsTc','81652jzGyMa','uasqa','10974DVqXdK','19096GrKxHs','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','includes','requireInternalModule'];a15_0x191b=function(){return _0x5d902e;};return a15_0x191b();}const path=require('path'),{requireModule}=require(a15_0x378aa2(0xf3));let initJestAdapter;try{initJestAdapter=requireModule(a15_0x378aa2(0xe7),'jest-circus');}catch{initJestAdapter=requireModule('jest-circus/build/runner.js','jest-circus');}function a15_0x503a(_0x1a16a9,_0x3add56){const _0x191b87=a15_0x191b();return a15_0x503a=function(_0x503a09,_0x5a6c51){_0x503a09=_0x503a09-0xe5;let _0x596c9a=_0x191b87[_0x503a09];return _0x596c9a;},a15_0x503a(_0x1a16a9,_0x3add56);}initJestAdapter=typeof initJestAdapter===a15_0x378aa2(0xef)?initJestAdapter:initJestAdapter[a15_0x378aa2(0xf5)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a15_0x378aa2(0xf6));module['exports']=(..._0x3df851)=>{const _0x2f32f5=a15_0x378aa2,_0x1a5b1f={'CCrry':'jestAdapterInit','uasqa':function(_0x539d1a,_0x14f6fe){return _0x539d1a===_0x14f6fe;},'ImLmb':function(_0x566e3b,..._0x4b7e46){return _0x566e3b(..._0x4b7e46);}};return _0x3df851[0x3]['initRequireModule']=_0x3df851[0x3][_0x2f32f5(0xe9)],_0x3df851[0x3][_0x2f32f5(0xe9)]=(..._0x161489)=>{const _0x132b67=_0x2f32f5;if(_0x161489[0x0]&&_0x161489[0x0][_0x132b67(0xe8)](_0x1a5b1f[_0x132b67(0xf0)])&&_0x1a5b1f[_0x132b67(0xfb)](_0x161489[0x1],undefined))return _0x3df851[0x3][_0x132b67(0xeb)](FRAMEWORK_INITIALIZER);return _0x3df851[0x3]['initRequireModule'](..._0x161489);},_0x1a5b1f[_0x2f32f5(0xee)](initJestAdapter,..._0x3df851);};
1
+ const a15_0x614ffa=a15_0x3f01;(function(_0x1982f5,_0x3c0835){const _0x101668=a15_0x3f01,_0x5d7e0a=_0x1982f5();while(!![]){try{const _0x1a525f=parseInt(_0x101668(0x102))/0x1+parseInt(_0x101668(0xeb))/0x2*(parseInt(_0x101668(0x101))/0x3)+-parseInt(_0x101668(0xf2))/0x4+parseInt(_0x101668(0xfb))/0x5+parseInt(_0x101668(0xed))/0x6*(parseInt(_0x101668(0x103))/0x7)+parseInt(_0x101668(0xf3))/0x8*(-parseInt(_0x101668(0xfd))/0x9)+parseInt(_0x101668(0xf8))/0xa*(-parseInt(_0x101668(0xf7))/0xb);if(_0x1a525f===_0x3c0835)break;else _0x5d7e0a['push'](_0x5d7e0a['shift']());}catch(_0xd4e0cc){_0x5d7e0a['push'](_0x5d7e0a['shift']());}}}(a15_0x16a4,0x34eda));const path=require('path'),{requireModule}=require(a15_0x614ffa(0xf9));let initJestAdapter;try{initJestAdapter=requireModule(a15_0x614ffa(0xfa),'jest-circus');}catch{initJestAdapter=requireModule(a15_0x614ffa(0xff),a15_0x614ffa(0x100));}function a15_0x16a4(){const _0xe0e46c=['326178GadJvg','join','jest-circus/build/runner.js','jest-circus','1173714dWIBwC','96861ytqHTu','7ispNxk','function','2zFKgwE','exports','1579716wLCufC','requireInternalModule','default','customJestAdapterInit.js','jestAdapterInit','1482952ZaYHth','8SUglSH','initRequireModule','includes','MPzgq','4673097RTNNnD','10DRdOec','../../../helpers/helper','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','1486080sESUey','FEunc'];a15_0x16a4=function(){return _0xe0e46c;};return a15_0x16a4();}function a15_0x3f01(_0x1cdb3e,_0x17170c){const _0x16a4eb=a15_0x16a4();return a15_0x3f01=function(_0x3f01ba,_0x1a54a9){_0x3f01ba=_0x3f01ba-0xea;let _0x27ed71=_0x16a4eb[_0x3f01ba];return _0x27ed71;},a15_0x3f01(_0x1cdb3e,_0x17170c);}initJestAdapter=typeof initJestAdapter===a15_0x614ffa(0xea)?initJestAdapter:initJestAdapter[a15_0x614ffa(0xef)];const FRAMEWORK_INITIALIZER=path[a15_0x614ffa(0xfe)](__dirname,a15_0x614ffa(0xf0));module[a15_0x614ffa(0xec)]=(..._0x1a1170)=>{const _0x551bec=a15_0x614ffa,_0x15edcb={'FEunc':_0x551bec(0xf1),'tQsKq':function(_0x399846,_0x89d15d){return _0x399846===_0x89d15d;},'MPzgq':function(_0x227b26,..._0x38b601){return _0x227b26(..._0x38b601);}};return _0x1a1170[0x3][_0x551bec(0xf4)]=_0x1a1170[0x3][_0x551bec(0xee)],_0x1a1170[0x3][_0x551bec(0xee)]=(..._0x153ec4)=>{const _0x2af496=_0x551bec;if(_0x153ec4[0x0]&&_0x153ec4[0x0][_0x2af496(0xf5)](_0x15edcb[_0x2af496(0xfc)])&&_0x15edcb['tQsKq'](_0x153ec4[0x1],undefined))return _0x1a1170[0x3][_0x2af496(0xf4)](FRAMEWORK_INITIALIZER);return _0x1a1170[0x3][_0x2af496(0xf4)](..._0x153ec4);},_0x15edcb[_0x551bec(0xf6)](initJestAdapter,..._0x1a1170);};
@@ -1 +1 @@
1
- const a16_0x3b3ff3=a16_0x354d;(function(_0x17f695,_0x505117){const _0x2b94ac=a16_0x354d,_0x3cca92=_0x17f695();while(!![]){try{const _0xc6f36b=parseInt(_0x2b94ac(0x13c))/0x1*(parseInt(_0x2b94ac(0x11d))/0x2)+parseInt(_0x2b94ac(0xe3))/0x3+parseInt(_0x2b94ac(0xcb))/0x4+-parseInt(_0x2b94ac(0x137))/0x5*(parseInt(_0x2b94ac(0xdf))/0x6)+-parseInt(_0x2b94ac(0x10c))/0x7+parseInt(_0x2b94ac(0x120))/0x8*(-parseInt(_0x2b94ac(0x13d))/0x9)+-parseInt(_0x2b94ac(0xda))/0xa*(-parseInt(_0x2b94ac(0xf2))/0xb);if(_0xc6f36b===_0x505117)break;else _0x3cca92['push'](_0x3cca92['shift']());}catch(_0x5ebe9e){_0x3cca92['push'](_0x3cca92['shift']());}}}(a16_0xe9c0,0x71951));function a16_0xe9c0(){const _0x489644=['browserstackPercyBestPlatform','teardown','GmeYw','2382165bScFvY','test_start','configuration','requireSeleniumWebdriver','__webdriver','../../../helpers/test-orchestration/failfastManager','failFast','__timeout','mgFVe','browserstackPlatformIndex','message','../../utils/constants','capabilities','nwDSC','test_done','209TiVFtH','isNotUndefined','Error\x20in\x20fail-fast\x20test_done\x20handler:','shouldProcessEventForTesthub','builder','XZpbT','winstonLogger','info','khPIS','failFastActive','__jestRetries','testContext','Builder','shutdown','BSTACK_JEST_TEST_ENV','browserStackGlobals','registerListeners','mode','bstack:options','AdUBP','upuDD','timeout__','projectConfig','failFastOptions','modifyCommand','__drivers','2742761OerStV','errors','projectName','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','ELqEf','platformCaps','JOkea','isTrue','getTestEnvironment','capability','shouldFailFast','retries__','percy','ekXhY','FiHWL','jest-resolve','bajBG','2ALGEOg','dbUwn','requireModule','549176PQWqMq','test','sUmPZ','__platformCaps','ZqEmv','env','FRAMEWORKS','hqMbp','../../../helpers/logger','testEnvironmentOptions','lGGVa','oUfAa','iWHnT','default','../../../helpers/test-observability/utils','skipSessionName','3|6|5|2|1|7|0|4','__skipSessionStatus','sessionNameProvided','percyCaptureMode','quit','resolveTestEnvironment','split','9565UvKDay','isArray','Oafux','juNXm','name','277347yXUMAm','117PorCUp','2496596CtASSM','global','browserStackPercyOptions','CLCuG','setup','vKmqd','JEST','../../../index','cleanup','browserstackAgentV2','LTlts','driver','isBrowserstackInfra','XIYZm','BXiMH','180410LbDbKg','nestedKeyValue','exports','BsUBh','pKerr','906Sitvjm'];a16_0xe9c0=function(){return _0x489644;};return a16_0xe9c0();}function a16_0x354d(_0x464ed6,_0x564eb7){const _0xe9c0ad=a16_0xe9c0();return a16_0x354d=function(_0x354ddc,_0x15db84){_0x354ddc=_0x354ddc-0xcb;let _0x306b6b=_0xe9c0ad[_0x354ddc];return _0x306b6b;},a16_0x354d(_0x464ed6,_0x564eb7);}const helper=require('../../../helpers/helper'),constants=require(a16_0x3b3ff3(0xee)),{isTestObservabilitySession}=require(a16_0x3b3ff3(0x12e)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require('../../../helpers/testhub/utils'),logger=require(a16_0x3b3ff3(0x128))[a16_0x3b3ff3(0xf8)],getTestEnvironment=((()=>{const _0x2f49cf=a16_0x3b3ff3,_0x40305f={};_0x40305f[_0x2f49cf(0x110)]=_0x2f49cf(0x11b),_0x40305f[_0x2f49cf(0x12b)]='jest-config';const _0x347c9b=_0x40305f;try{const _0x32caa3=helper['requireModule'](_0x347c9b[_0x2f49cf(0x110)]);if(_0x32caa3[_0x2f49cf(0x135)])return _0x32caa3[_0x2f49cf(0x135)];const _0x6627d9=helper['requireModule'](_0x347c9b[_0x2f49cf(0x12b)]);if(_0x6627d9[_0x2f49cf(0x114)])return _0x6627d9[_0x2f49cf(0x114)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x517cc1=a16_0x3b3ff3,_0x1faa6c={'BXiMH':function(_0x4fe0ca,_0xc6816d){return _0x4fe0ca(_0xc6816d);},'yyZNM':'node','khPIS':function(_0x218e09,_0x927acd){return _0x218e09(_0x927acd);},'XIYZm':'jest-environment-node','hqMbp':function(_0x53356d,_0x3b7828){return _0x53356d(_0x3b7828);}},_0x497233=_0x1faa6c[_0x517cc1(0xd9)](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x517cc1(0x125)][_0x517cc1(0x100)]||_0x1faa6c['yyZNM']});if(!_0x497233)return _0x1faa6c[_0x517cc1(0xfa)](_interopRequireDefault,helper[_0x517cc1(0x11f)](_0x1faa6c[_0x517cc1(0xd8)]));return _0x1faa6c[_0x517cc1(0x127)](_interopRequireDefault,helper['requireModule'](_0x497233));})()),_seleniumWebdriver2=((()=>{const _0x21e6fa=a16_0x3b3ff3,_0x2e61ac={'vKmqd':function(_0x346670,_0x2fece5){return _0x346670(_0x2fece5);}};try{const _0x1ab7ba=helper[_0x21e6fa(0xe6)]();return helper[_0x21e6fa(0x10a)](),_0x2e61ac[_0x21e6fa(0xd0)](_interopRequireDefault,_0x1ab7ba);}catch{return null;}})());function _interopRequireDefault(_0x3ecb03){return _0x3ecb03&&_0x3ecb03['__esModule']?_0x3ecb03:{'default':_0x3ecb03};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a16_0x3b3ff3(0xfe)]:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x3b3ff3(0x12d)]{constructor(_0x5aa63f){const _0x1a95f6=a16_0x3b3ff3,_0x126f6e={'JOkea':_0x1a95f6(0x134),'lGGVa':function(_0x10eb84,_0x47a2f7){return _0x10eb84+_0x47a2f7;},'AdUBP':_0x1a95f6(0x104),'upuDD':function(_0x231a6a,_0x3a4305){return _0x231a6a(_0x3a4305);},'dbUwn':_0x1a95f6(0xe8),'iWHnT':_0x1a95f6(0x130),'GmeYw':'testEnvironmentOptions','CLCuG':_0x1a95f6(0xcd),'nwDSC':_0x1a95f6(0x133),'mIJyY':_0x1a95f6(0x118),'juNXm':_0x1a95f6(0xe0),'XZpbT':function(_0x1183f3,_0x395f59){return _0x1183f3(_0x395f59);},'LTlts':_0x1a95f6(0xd2)};super(_0x5aa63f),this[_0x1a95f6(0xcc)][_0x1a95f6(0xea)]=0x0,this[_0x1a95f6(0xe5)]={};!_0x5aa63f[_0x1a95f6(0x129)]&&(_0x5aa63f[_0x1a95f6(0x129)]={});if(helper[_0x1a95f6(0xd7)]()){_0x5aa63f[_0x1a95f6(0x129)]=_0x5aa63f[_0x1a95f6(0x108)]?_0x5aa63f[_0x1a95f6(0x108)]['testEnvironmentOptions']:_0x5aa63f[_0x1a95f6(0x129)];_seleniumWebdriver2&&(this[_0x1a95f6(0xf6)]=new _seleniumWebdriver2[(_0x1a95f6(0x12d))]['Builder']());this[_0x1a95f6(0x115)]=_0x5aa63f[_0x1a95f6(0x108)]?_0x5aa63f[_0x1a95f6(0x108)][_0x1a95f6(0x115)]:_0x5aa63f[_0x1a95f6(0x115)],this[_0x1a95f6(0xcc)][_0x1a95f6(0xea)]=_0x126f6e[_0x1a95f6(0x12a)](_0x5aa63f[_0x1a95f6(0x129)][_0x1a95f6(0x107)]||0x1388,constants['BSTACK_DELTA']),this[_0x1a95f6(0x109)]=_0x5aa63f[_0x1a95f6(0x129)][_0x1a95f6(0xe9)];if(this[_0x1a95f6(0x109)]){const _0x44cb31=this['capability'][_0x126f6e[_0x1a95f6(0x105)]]?.['buildName']||'',_0x2a164e=this[_0x1a95f6(0x115)][_0x126f6e[_0x1a95f6(0x105)]]?.[_0x1a95f6(0x10e)]||'';this['failFast']=new(_0x126f6e[_0x1a95f6(0x106)](require,_0x126f6e[_0x1a95f6(0x11e)]))(this[_0x1a95f6(0x109)],_0x44cb31,_0x2a164e),this[_0x1a95f6(0xcc)][_0x1a95f6(0xfb)]=![];}helper[_0x1a95f6(0xf3)](_0x5aa63f[_0x1a95f6(0x129)][_0x1a95f6(0x117)])&&(this[_0x1a95f6(0xcc)][_0x1a95f6(0xfc)]=_0x5aa63f[_0x1a95f6(0x129)]['retries__']);}if(testhubUtils[_0x1a95f6(0xf5)]()){const _0x312a10=new ObservabilityReporter();_0x312a10[_0x1a95f6(0x102)]();}this[_0x1a95f6(0xcc)][_0x1a95f6(0x101)]={},this[_0x1a95f6(0xe5)]=_0x5aa63f[_0x1a95f6(0x129)],this[_0x1a95f6(0xe5)]['framework']=constants[_0x1a95f6(0x126)][_0x1a95f6(0xd1)],this['global'][_0x1a95f6(0xec)]=(_0x5aa63f[_0x1a95f6(0x108)]?_0x5aa63f[_0x1a95f6(0x108)][_0x1a95f6(0xec)]:_0x5aa63f['browserstackPlatformIndex'])||0x0,this[_0x1a95f6(0xcc)][_0x1a95f6(0x123)]=this[_0x1a95f6(0xe5)]&&this[_0x1a95f6(0xe5)][_0x1a95f6(0x111)]&&Array[_0x1a95f6(0x138)](this[_0x1a95f6(0xe5)][_0x1a95f6(0x111)])&&this[_0x1a95f6(0xe5)][_0x1a95f6(0x111)][this[_0x1a95f6(0xcc)][_0x1a95f6(0xec)]]||{};const _0x11ca8b=this[_0x1a95f6(0xcc)][_0x1a95f6(0xec)],_0x5c9882={...this[_0x1a95f6(0xe5)],'capability':this['configuration'][_0x1a95f6(0xef)]&&Array['isArray'](this[_0x1a95f6(0xe5)]['capabilities'])&&this[_0x1a95f6(0xe5)][_0x1a95f6(0xef)][_0x11ca8b]||{},'platformCaps':this['configuration'][_0x1a95f6(0x111)]&&Array['isArray'](this['configuration']['platformCaps'])&&this['configuration'][_0x1a95f6(0x111)][_0x11ca8b]||{}};delete _0x5c9882[_0x1a95f6(0xef)],this[_0x1a95f6(0xcc)]['jestConfig']=_0x5c9882;if(_seleniumWebdriver2){const _0xe74714=_0x126f6e[_0x1a95f6(0x12c)][_0x1a95f6(0x136)]('|');let _0x1d5b1a=0x0;while(!![]){switch(_0xe74714[_0x1d5b1a++]){case'0':this[_0x1a95f6(0xcc)][_0x1a95f6(0x131)]=helper[_0x1a95f6(0x113)](this[_0x1a95f6(0xe5)]['skipSessionStatus']);continue;case'1':this[_0x1a95f6(0xcc)][_0x1a95f6(0x133)]=helper[_0x1a95f6(0xdb)](_0x5aa63f,[_0x126f6e[_0x1a95f6(0xe2)],_0x126f6e[_0x1a95f6(0xce)],_0x126f6e[_0x1a95f6(0xf0)]]);continue;case'2':this[_0x1a95f6(0xcc)]['percy']=helper[_0x1a95f6(0xdb)](_0x5aa63f,[_0x126f6e['GmeYw'],_0x126f6e[_0x1a95f6(0xce)],_0x126f6e['mIJyY']]);continue;case'3':this['global'][_0x1a95f6(0x10b)]=[];continue;case'4':this[_0x1a95f6(0xcc)][_0x1a95f6(0xd3)]=async()=>{const _0x294da3=_0x1a95f6;await this[_0x294da3(0xcc)][_0x294da3(0xd6)][_0x294da3(0x134)](_0x126f6e[_0x294da3(0x112)]);};continue;case'5':this[_0x1a95f6(0xcc)][_0x1a95f6(0xe0)]=helper[_0x1a95f6(0xdb)](_0x5aa63f,[_0x126f6e[_0x1a95f6(0xe2)],_0x126f6e[_0x1a95f6(0xce)],_0x126f6e[_0x1a95f6(0x13a)]]);continue;case'6':this['global'][_0x1a95f6(0xe7)]=_0x126f6e[_0x1a95f6(0xf7)](require,_0x126f6e[_0x1a95f6(0xd5)])[_0x1a95f6(0xd4)]({...this[_0x1a95f6(0xe5)],'capability':this['capability']||{}},this,testhubUtils[_0x1a95f6(0xf5)]());continue;case'7':helper[_0x1a95f6(0x113)](this['configuration'][_0x1a95f6(0x12f)])?this['global']['sessionNameProvided']=!![]:this[_0x1a95f6(0xcc)][_0x1a95f6(0x132)]=![];continue;}break;}}}async[a16_0x3b3ff3(0xe1)](){const _0x2e8ff1=a16_0x3b3ff3;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0x2e8ff1(0xcc)]['__driversArray']),this[_0x2e8ff1(0xcc)]['__webdriver'][_0x2e8ff1(0xfe)]=originalBuilder),await RequestQueueHandler['getInstance']()[_0x2e8ff1(0xff)]();}async[a16_0x3b3ff3(0xcf)](){}async['handleTestEvent'](_0x12bb4b,_0x598b1e){const _0x49d130=a16_0x3b3ff3,_0x3d16e3={};_0x3d16e3[_0x49d130(0xeb)]=function(_0x391ebf,_0x36ec91){return _0x391ebf===_0x36ec91;},_0x3d16e3[_0x49d130(0x139)]=_0x49d130(0xe4),_0x3d16e3[_0x49d130(0x122)]=function(_0x5ef662,_0x3ec991){return _0x5ef662===_0x3ec991;},_0x3d16e3[_0x49d130(0x124)]='skip',_0x3d16e3['bajBG']=function(_0x3a0736,_0x302b99){return _0x3a0736===_0x302b99;},_0x3d16e3['ekXhY']=_0x49d130(0xf1),_0x3d16e3['qicMg']='\x20>\x20',_0x3d16e3[_0x49d130(0x11a)]=_0x49d130(0xf4),_0x3d16e3[_0x49d130(0xdd)]=function(_0x257691,_0x351ea3){return _0x257691===_0x351ea3;},_0x3d16e3[_0x49d130(0xde)]='teardown';const _0x59ac7d=_0x3d16e3,{name:_0xecdb10}=_0x12bb4b;if(_0x59ac7d[_0x49d130(0xeb)](_0xecdb10,_0x59ac7d[_0x49d130(0x139)])){this[_0x49d130(0xcc)][_0x49d130(0xfd)]=_0x12bb4b['test'];if(_0x59ac7d[_0x49d130(0x122)](this['global'][_0x49d130(0xfb)],!![])){const _0x2b683b=_0x12bb4b['test'][_0x49d130(0x13b)];logger[_0x49d130(0xf9)](_0x49d130(0x10f)+_0x2b683b),_0x12bb4b[_0x49d130(0x121)][_0x49d130(0x103)]=_0x59ac7d[_0x49d130(0x124)];}}if(this[_0x49d130(0xe9)]&&_0x59ac7d[_0x49d130(0x11c)](_0xecdb10,_0x59ac7d[_0x49d130(0x119)]))try{const _0x58baee=_0x12bb4b[_0x49d130(0x121)]['testPath']['join'](_0x59ac7d['qicMg']),_0xe34000=_0x12bb4b[_0x49d130(0x121)][_0x49d130(0x10d)];await this[_0x49d130(0xe9)]['onTestDone'](_0x58baee,_0xe34000);const _0x538def=await this[_0x49d130(0xe9)][_0x49d130(0x116)]();_0x59ac7d[_0x49d130(0x122)](this[_0x49d130(0xcc)][_0x49d130(0xfb)],![])&&_0x59ac7d[_0x49d130(0x11c)](_0x538def,!![])&&(this['global'][_0x49d130(0xfb)]=!![]);}catch(_0x48bf6d){logger['debug'](_0x59ac7d[_0x49d130(0x11a)],_0x48bf6d[_0x49d130(0xed)]);}_0x59ac7d['BsUBh'](_0xecdb10,_0x59ac7d[_0x49d130(0xde)])&&(this[_0x49d130(0xe9)]&&this[_0x49d130(0xe9)][_0x49d130(0xd3)]());}}module[a16_0x3b3ff3(0xdc)]=CustomEnvironment;
1
+ const a16_0x425c7b=a16_0x2ce6;(function(_0x397143,_0xd2d5c0){const _0x484bd7=a16_0x2ce6,_0x13d335=_0x397143();while(!![]){try{const _0x4bbebd=-parseInt(_0x484bd7(0x165))/0x1*(parseInt(_0x484bd7(0x168))/0x2)+-parseInt(_0x484bd7(0x1a0))/0x3+parseInt(_0x484bd7(0x1ba))/0x4+-parseInt(_0x484bd7(0x150))/0x5+parseInt(_0x484bd7(0x14f))/0x6+-parseInt(_0x484bd7(0x157))/0x7+parseInt(_0x484bd7(0x171))/0x8;if(_0x4bbebd===_0xd2d5c0)break;else _0x13d335['push'](_0x13d335['shift']());}catch(_0x31fa49){_0x13d335['push'](_0x13d335['shift']());}}}(a16_0x5375,0xe00c8));const helper=require(a16_0x425c7b(0x16a)),constants=require(a16_0x425c7b(0x1a3)),{isTestObservabilitySession}=require(a16_0x425c7b(0x178)),RequestQueueHandler=require(a16_0x425c7b(0x1a9)),ObservabilityReporter=require(a16_0x425c7b(0x196)),testhubUtils=require('../../../helpers/testhub/utils'),logger=require(a16_0x425c7b(0x185))['winstonLogger'],getTestEnvironment=((()=>{const _0x4c25d8=a16_0x425c7b,_0x4f5e29={};_0x4f5e29[_0x4c25d8(0x155)]=_0x4c25d8(0x167),_0x4f5e29[_0x4c25d8(0x17d)]=_0x4c25d8(0x18c);const _0x496819=_0x4f5e29;try{const _0x236464=helper[_0x4c25d8(0x17c)](_0x496819[_0x4c25d8(0x155)]);if(_0x236464[_0x4c25d8(0x186)])return _0x236464[_0x4c25d8(0x186)];const _0x452b76=helper[_0x4c25d8(0x17c)](_0x496819['sGjBq']);if(_0x452b76[_0x4c25d8(0x1b9)])return _0x452b76[_0x4c25d8(0x1b9)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x5f5216=a16_0x425c7b,_0x59f3fd={'uBdMB':function(_0x4b16e4,_0x202333){return _0x4b16e4(_0x202333);},'BtBHi':_0x5f5216(0x16e),'BdmTS':_0x5f5216(0x16b)},_0x49bcd7=_0x59f3fd[_0x5f5216(0x18b)](getTestEnvironment,{'rootDir':process[_0x5f5216(0x19a)](),'testEnvironment':process[_0x5f5216(0x184)][_0x5f5216(0x197)]||_0x59f3fd[_0x5f5216(0x1bb)]});if(!_0x49bcd7)return _0x59f3fd[_0x5f5216(0x18b)](_interopRequireDefault,helper[_0x5f5216(0x17c)](_0x59f3fd[_0x5f5216(0x1b6)]));return _0x59f3fd[_0x5f5216(0x18b)](_interopRequireDefault,helper['requireModule'](_0x49bcd7));})()),_seleniumWebdriver2=((()=>{const _0x5b9195=a16_0x425c7b,_0x5c9692={'xuIHQ':function(_0x1582d3,_0x378d33){return _0x1582d3(_0x378d33);}};try{const _0x178a91=helper[_0x5b9195(0x1b5)]();return helper[_0x5b9195(0x17b)](),_0x5c9692['xuIHQ'](_interopRequireDefault,_0x178a91);}catch{return null;}})());function a16_0x2ce6(_0x238d97,_0x1550b1){const _0x537551=a16_0x5375();return a16_0x2ce6=function(_0x2ce66c,_0x44da63){_0x2ce66c=_0x2ce66c-0x14f;let _0x56f70d=_0x537551[_0x2ce66c];return _0x56f70d;},a16_0x2ce6(_0x238d97,_0x1550b1);}function _interopRequireDefault(_0x5ca5b0){return _0x5ca5b0&&_0x5ca5b0['__esModule']?_0x5ca5b0:{'default':_0x5ca5b0};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x425c7b(0x19f)][a16_0x425c7b(0x17e)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x1f5536){const _0x20a095=a16_0x425c7b,_0x4db2c6={'CwuQF':_0x20a095(0x194),'aonFB':function(_0x4b854a,_0xa859af){return _0x4b854a+_0xa859af;},'VWplw':_0x20a095(0x1b8),'JINEi':function(_0x5471ed,_0x267d6d){return _0x5471ed(_0x267d6d);},'qXnOJ':_0x20a095(0x1a7),'eZsnV':_0x20a095(0x1b4),'YQuMn':_0x20a095(0x19d),'UNgag':_0x20a095(0x163),'UxKOq':_0x20a095(0x162),'MVtew':_0x20a095(0x15b),'VCsDP':_0x20a095(0x161),'SeCKX':function(_0x53d1ca,_0x2150d6){return _0x53d1ca(_0x2150d6);},'dJovS':_0x20a095(0x17a)};super(_0x1f5536),this[_0x20a095(0x1a1)][_0x20a095(0x174)]=0x0,this[_0x20a095(0x18f)]={};!_0x1f5536[_0x20a095(0x19d)]&&(_0x1f5536['testEnvironmentOptions']={});if(helper['isBrowserstackInfra']()){_0x1f5536['testEnvironmentOptions']=_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x19d)]:_0x1f5536[_0x20a095(0x19d)];_seleniumWebdriver2&&(this[_0x20a095(0x19c)]=new _seleniumWebdriver2['default']['Builder']());this[_0x20a095(0x15f)]=_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x15f)]:_0x1f5536[_0x20a095(0x15f)],this[_0x20a095(0x1a1)][_0x20a095(0x174)]=_0x4db2c6[_0x20a095(0x1a5)](_0x1f5536[_0x20a095(0x19d)][_0x20a095(0x1af)]||0x1388,constants['BSTACK_DELTA']),this[_0x20a095(0x153)]=_0x1f5536['testEnvironmentOptions'][_0x20a095(0x159)];if(this[_0x20a095(0x153)]){const _0x4614df=this[_0x20a095(0x15f)][_0x4db2c6[_0x20a095(0x15d)]]?.[_0x20a095(0x15e)]||'',_0x3a0e20=this[_0x20a095(0x15f)][_0x4db2c6[_0x20a095(0x15d)]]?.[_0x20a095(0x19e)]||'';this[_0x20a095(0x159)]=new(_0x4db2c6[_0x20a095(0x1ab)](require,_0x4db2c6[_0x20a095(0x152)]))(this[_0x20a095(0x153)],_0x4614df,_0x3a0e20),this[_0x20a095(0x1a1)][_0x20a095(0x1ac)]=![];}helper[_0x20a095(0x15c)](_0x1f5536[_0x20a095(0x19d)][_0x20a095(0x1b0)])&&(this[_0x20a095(0x1a1)][_0x20a095(0x18d)]=_0x1f5536[_0x20a095(0x19d)]['retries__']);}if(testhubUtils['shouldProcessEventForTesthub']()){const _0x473246=new ObservabilityReporter();_0x473246['registerListeners']();}this[_0x20a095(0x1a1)][_0x20a095(0x192)]={},this[_0x20a095(0x18f)]=_0x1f5536[_0x20a095(0x19d)],this[_0x20a095(0x18f)][_0x20a095(0x193)]=constants['FRAMEWORKS'][_0x20a095(0x1bc)],this[_0x20a095(0x1a1)][_0x20a095(0x180)]=(_0x1f5536[_0x20a095(0x166)]?_0x1f5536[_0x20a095(0x166)][_0x20a095(0x180)]:_0x1f5536['browserstackPlatformIndex'])||0x0,this[_0x20a095(0x1a1)][_0x20a095(0x151)]=this[_0x20a095(0x18f)]&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)]['platformCaps'])&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)][this[_0x20a095(0x1a1)][_0x20a095(0x180)]]||{};const _0x28d4fc=this['global'][_0x20a095(0x180)],_0x110553={...this[_0x20a095(0x18f)],'capability':this[_0x20a095(0x18f)][_0x20a095(0x156)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)][_0x20a095(0x156)])&&this[_0x20a095(0x18f)][_0x20a095(0x156)][_0x28d4fc]||{},'platformCaps':this[_0x20a095(0x18f)][_0x20a095(0x1aa)]&&Array[_0x20a095(0x1ad)](this[_0x20a095(0x18f)][_0x20a095(0x1aa)])&&this[_0x20a095(0x18f)][_0x20a095(0x1aa)][_0x28d4fc]||{}};delete _0x110553[_0x20a095(0x156)],this[_0x20a095(0x1a1)][_0x20a095(0x1b2)]=_0x110553;if(_seleniumWebdriver2){const _0x26a7b6=_0x4db2c6[_0x20a095(0x1a6)][_0x20a095(0x190)]('|');let _0x289f9e=0x0;while(!![]){switch(_0x26a7b6[_0x289f9e++]){case'0':this['global']['cleanup']=async()=>{const _0x2fee98=_0x20a095;await this[_0x2fee98(0x1a1)][_0x2fee98(0x188)][_0x2fee98(0x194)](_0x4db2c6[_0x2fee98(0x160)]);};continue;case'1':this[_0x20a095(0x1a1)]['__skipSessionStatus']=helper['isTrue'](this[_0x20a095(0x18f)][_0x20a095(0x198)]);continue;case'2':this[_0x20a095(0x1a1)]['percyCaptureMode']=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6['UNgag'],_0x4db2c6['UxKOq']]);continue;case'3':this[_0x20a095(0x1a1)][_0x20a095(0x15b)]=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6['UNgag'],_0x4db2c6['MVtew']]);continue;case'4':helper['isTrue'](this[_0x20a095(0x18f)][_0x20a095(0x191)])?this[_0x20a095(0x1a1)][_0x20a095(0x170)]=!![]:this[_0x20a095(0x1a1)][_0x20a095(0x170)]=![];continue;case'5':this[_0x20a095(0x1a1)][_0x20a095(0x161)]=helper[_0x20a095(0x1b7)](_0x1f5536,[_0x4db2c6[_0x20a095(0x19b)],_0x4db2c6[_0x20a095(0x187)],_0x4db2c6['VCsDP']]);continue;case'6':this[_0x20a095(0x1a1)][_0x20a095(0x1a4)]=_0x4db2c6[_0x20a095(0x16c)](require,_0x4db2c6['dJovS'])[_0x20a095(0x173)]({...this['configuration'],'capability':this[_0x20a095(0x15f)]||{}},this,testhubUtils[_0x20a095(0x1b1)]());continue;case'7':this[_0x20a095(0x1a1)]['__drivers']=[];continue;}break;}}}async[a16_0x425c7b(0x181)](){const _0x3bbb61=a16_0x425c7b;_seleniumWebdriver2&&(await helper[_0x3bbb61(0x172)](this['global'][_0x3bbb61(0x177)]),this[_0x3bbb61(0x1a1)][_0x3bbb61(0x1a4)]['Builder']=originalBuilder),await RequestQueueHandler[_0x3bbb61(0x1ae)]()[_0x3bbb61(0x175)]();}async[a16_0x425c7b(0x179)](){}async['handleTestEvent'](_0x643d9a,_0xa10e5e){const _0xb380da=a16_0x425c7b,_0xe1abed={};_0xe1abed[_0xb380da(0x18e)]=function(_0x4693fb,_0x5096d2){return _0x4693fb===_0x5096d2;},_0xe1abed[_0xb380da(0x1bd)]='test_start',_0xe1abed['BdxAr']='skip',_0xe1abed[_0xb380da(0x195)]='test_done',_0xe1abed[_0xb380da(0x15a)]=_0xb380da(0x16f),_0xe1abed[_0xb380da(0x189)]=function(_0x5d135e,_0x457374){return _0x5d135e===_0x457374;},_0xe1abed[_0xb380da(0x154)]=_0xb380da(0x1a2),_0xe1abed[_0xb380da(0x183)]=function(_0x8b00c3,_0x1ee65f){return _0x8b00c3===_0x1ee65f;},_0xe1abed[_0xb380da(0x17f)]='teardown';const _0x595b90=_0xe1abed,{name:_0x34c900}=_0x643d9a;if(_0x595b90[_0xb380da(0x18e)](_0x34c900,_0x595b90[_0xb380da(0x1bd)])){this[_0xb380da(0x1a1)][_0xb380da(0x176)]=_0x643d9a[_0xb380da(0x1a8)];if(_0x595b90[_0xb380da(0x18e)](this['global'][_0xb380da(0x1ac)],!![])){const _0xabc38=_0x643d9a[_0xb380da(0x1a8)]['name'];logger['info']('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0xabc38),_0x643d9a[_0xb380da(0x1a8)]['mode']=_0x595b90['BdxAr'];}}if(this[_0xb380da(0x159)]&&_0x595b90[_0xb380da(0x18e)](_0x34c900,_0x595b90[_0xb380da(0x195)]))try{const _0xe68a0=_0x643d9a['test'][_0xb380da(0x16d)][_0xb380da(0x1b3)](_0x595b90['KLpuU']),_0x537794=_0x643d9a[_0xb380da(0x1a8)]['errors'];await this[_0xb380da(0x159)][_0xb380da(0x169)](_0xe68a0,_0x537794);const _0x1fdaee=await this[_0xb380da(0x159)][_0xb380da(0x18a)]();_0x595b90[_0xb380da(0x18e)](this[_0xb380da(0x1a1)][_0xb380da(0x1ac)],![])&&_0x595b90['ncJMz'](_0x1fdaee,!![])&&(this[_0xb380da(0x1a1)][_0xb380da(0x1ac)]=!![]);}catch(_0x1b354c){logger[_0xb380da(0x158)](_0x595b90['ZsDJu'],_0x1b354c[_0xb380da(0x182)]);}_0x595b90[_0xb380da(0x183)](_0x34c900,_0x595b90['DiImQ'])&&(this[_0xb380da(0x159)]&&this['failFast'][_0xb380da(0x199)]());}}module[a16_0x425c7b(0x164)]=CustomEnvironment;function a16_0x5375(){const _0x220577=['../../../helpers/test-observability/utils','setup','../../../index','modifyCommand','requireModule','sGjBq','Builder','DiImQ','browserstackPlatformIndex','teardown','message','pHiFH','env','../../../helpers/logger','resolveTestEnvironment','UNgag','driver','ncJMz','shouldFailFast','uBdMB','jest-config','__jestRetries','iWjch','configuration','split','skipSessionName','browserStackGlobals','framework','quit','TdMRP','../test-observability/obsReporter','BSTACK_JEST_TEST_ENV','skipSessionStatus','cleanup','cwd','YQuMn','builder','testEnvironmentOptions','projectName','default','5235543bKUqCx','global','Error\x20in\x20fail-fast\x20test_done\x20handler:','../../utils/constants','__webdriver','aonFB','eZsnV','../../../helpers/test-orchestration/failfastManager','test','../../../helpers/test-observability/requestQueueHandler','platformCaps','JINEi','failFastActive','isArray','getInstance','timeout__','retries__','shouldProcessEventForTesthub','jestConfig','join','7|6|3|5|2|4|1|0','requireSeleniumWebdriver','BdmTS','nestedKeyValue','bstack:options','getTestEnvironment','6955500SNMgRP','BtBHi','JEST','pKCPQ','4183308SHCzqT','6094490oxPPcq','__platformCaps','qXnOJ','failFastOptions','ZsDJu','zUuBW','capabilities','9185568ybjeeT','debug','failFast','KLpuU','browserstackPercyBestPlatform','isNotUndefined','VWplw','buildName','capability','CwuQF','percy','percyCaptureMode','browserStackPercyOptions','exports','65065emrcfn','projectConfig','jest-resolve','4YmxDPD','onTestDone','../../../helpers/helper','jest-environment-node','SeCKX','testPath','node','\x20>\x20','sessionNameProvided','23104352zOeCbl','cleanupDrivers','browserstackAgentV2','__timeout','shutdown','testContext','__driversArray'];a16_0x5375=function(){return _0x220577;};return a16_0x5375();}