browserstack-node-sdk 1.65.3 → 1.65.4

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 (216) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0xfa1657=a14_0x2865;function a14_0x2865(_0x23271f,_0x427540){const _0x456db1=a14_0x456d();return a14_0x2865=function(_0x286535,_0x5898bc){_0x286535=_0x286535-0x107;let _0x7309f7=_0x456db1[_0x286535];return _0x7309f7;},a14_0x2865(_0x23271f,_0x427540);}(function(_0x464701,_0x19dea4){const _0x3be57c=a14_0x2865,_0x507f6d=_0x464701();while(!![]){try{const _0x686fec=parseInt(_0x3be57c(0x197))/0x1+-parseInt(_0x3be57c(0x126))/0x2+parseInt(_0x3be57c(0x191))/0x3*(-parseInt(_0x3be57c(0x134))/0x4)+-parseInt(_0x3be57c(0x12f))/0x5+parseInt(_0x3be57c(0x172))/0x6*(-parseInt(_0x3be57c(0x15a))/0x7)+parseInt(_0x3be57c(0x142))/0x8+parseInt(_0x3be57c(0x11d))/0x9*(parseInt(_0x3be57c(0x118))/0xa);if(_0x686fec===_0x19dea4)break;else _0x507f6d['push'](_0x507f6d['shift']());}catch(_0x394509){_0x507f6d['push'](_0x507f6d['shift']());}}}(a14_0x456d,0xc4bf3));const fs=require('fs'),path=require('path'),util=require(a14_0xfa1657(0x15e)),{spawn}=require(a14_0xfa1657(0x156)),glob=require(a14_0xfa1657(0x17e)),pLimit=require(a14_0xfa1657(0x150)),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a14_0xfa1657(0x12d)),utilities=require(a14_0xfa1657(0x18e)),constants=require(a14_0xfa1657(0x10f)),TestHubHandler=require(a14_0xfa1657(0x19f)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0xfa1657(0x140)),{FRAMEWORKS}=require(a14_0xfa1657(0x116)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0xfa1657(0x152))['EVENTS'],BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a14_0xfa1657(0x1a1)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0xfa1657(0x141)),getMaxWorkers=(_0x39f791,_0x59b4c6)=>{const _0x54b5f3=a14_0xfa1657,_0x2f83c0={'JOkZB':function(_0x4509c6,_0x4f73b7){return _0x4509c6(_0x4f73b7);}};let _0xfb1895=0x1;if(!helper[_0x54b5f3(0x114)](_0x59b4c6['parallelsPerPlatform']))_0xfb1895=_0x2f83c0[_0x54b5f3(0x1aa)](parseInt,_0x59b4c6[_0x54b5f3(0x183)]);else!helper[_0x54b5f3(0x114)](_0x39f791[_0x54b5f3(0x169)])&&(_0xfb1895=_0x39f791['maxWorkers']);return _0xfb1895;},resolveJasmineConfigPath=()=>{const _0x1829a9=a14_0xfa1657,_0x16b9e2={};_0x16b9e2[_0x1829a9(0x1ab)]=_0x1829a9(0x18c);const _0x5da654=_0x16b9e2,_0x43f831=[];process[_0x1829a9(0x1a9)][_0x1829a9(0x173)]&&_0x43f831[_0x1829a9(0x10a)](path['resolve'](process[_0x1829a9(0x187)](),process[_0x1829a9(0x1a9)][_0x1829a9(0x173)]));_0x43f831[_0x1829a9(0x10a)](path[_0x1829a9(0x174)](process[_0x1829a9(0x187)](),_0x5da654[_0x1829a9(0x1ab)]));for(const _0x4e9525 of _0x43f831){try{if(fs[_0x1829a9(0x137)](_0x4e9525))return _0x4e9525;}catch(_0x35fb4b){}}return null;},enumerateSpecFiles=_0x5ec5c7=>{const _0x288795=a14_0xfa1657,_0xd7a7c6={'KDWqH':function(_0x39a239,_0x4d75d8){return _0x39a239(_0x4d75d8);},'ndLsl':function(_0x205561,_0xb97e09){return _0x205561>_0xb97e09;},'JQixf':function(_0x35c9a6,_0x45d63b){return _0x35c9a6<_0x45d63b;},'XkyYF':function(_0x119005,_0x594bba){return _0x119005===_0x594bba;},'LtSZm':_0x288795(0x165),'UpFIo':function(_0x3fdb72,_0x14b54f){return _0x3fdb72>_0x14b54f;},'XJJxr':function(_0x4ea052,_0x5c45d3,_0x1ba59f){return _0x4ea052(_0x5c45d3,_0x1ba59f);},'mkwmk':function(_0x4ad7c1,_0x1a803a){return _0x4ad7c1>_0x1a803a;},'ugWYZ':function(_0x4dd088){return _0x4dd088();},'bcKwN':_0x288795(0x18d),'jUfOV':'spec','AomKL':_0x288795(0x178),'yZzIa':function(_0x175276,_0x343fe6,_0x1688fc){return _0x175276(_0x343fe6,_0x1688fc);},'DWNUD':function(_0x434483,_0x2a7a53){return _0x434483(_0x2a7a53);}};try{if(testOpsHelper[_0x288795(0x13d)]()){const _0x2f5c09=testOpsHelper[_0x288795(0x13c)](process[_0x288795(0x1a9)][_0x288795(0x193)]);if(Array['isArray'](_0x2f5c09)&&_0xd7a7c6[_0x288795(0x180)](_0x2f5c09[_0x288795(0x1a0)],0x0))return _0x2f5c09['map'](_0x5120b9=>path[_0x288795(0x174)](process[_0x288795(0x187)](),_0x5120b9[_0x288795(0x14e)]()))['filter'](Boolean);}}catch(_0x4b7a74){_0xd7a7c6[_0x288795(0x17c)](debug,_0x288795(0x159)+util[_0x288795(0x11a)](_0x4b7a74));}const _0x1afb9a=[];try{for(let _0x4e56ec=0x1;_0xd7a7c6['JQixf'](_0x4e56ec,_0x5ec5c7['length']);_0x4e56ec++){const _0x46b1c3=_0x5ec5c7[_0x4e56ec];_0xd7a7c6[_0x288795(0x123)](typeof _0x46b1c3,_0xd7a7c6[_0x288795(0x19b)])&&!_0x46b1c3[_0x288795(0x192)]('-')&&_0x1afb9a[_0x288795(0x10a)](_0x46b1c3);}}catch(_0x2b67b5){}const _0x493275={'cwd':process[_0x288795(0x187)](),'absolute':!![],'nodir':!![]},_0x346b44=(_0x1e5ccc,_0x57e7af)=>{const _0x502358=_0x288795,_0x3c56ec=[];for(const _0x1fe52b of _0x1e5ccc){try{const _0x45b1c2=_0x57e7af?path[_0x502358(0x185)]['join'](_0x57e7af,_0x1fe52b):_0x1fe52b,_0x2a7274=glob[_0x502358(0x196)](_0x45b1c2,_0x493275);Array[_0x502358(0x139)](_0x2a7274)&&_0x3c56ec[_0x502358(0x10a)](..._0x2a7274);}catch(_0x4508ba){_0xd7a7c6[_0x502358(0x17c)](debug,'Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27'+_0x1fe52b+'\x27\x20:\x20'+util[_0x502358(0x11a)](_0x4508ba));}}return _0x3c56ec;};if(_0xd7a7c6[_0x288795(0x145)](_0x1afb9a[_0x288795(0x1a0)],0x0)){const _0x379b60=_0xd7a7c6[_0x288795(0x17a)](_0x346b44,_0x1afb9a,null);if(_0xd7a7c6[_0x288795(0x1a4)](_0x379b60['length'],0x0))return Array[_0x288795(0x155)](new Set(_0x379b60));return _0x1afb9a[_0x288795(0x15c)](_0x410417=>path[_0x288795(0x174)](process['cwd'](),_0x410417));}try{const _0x3a56f7=_0xd7a7c6['ugWYZ'](resolveJasmineConfigPath);if(_0x3a56f7){const _0x120157=JSON[_0x288795(0x107)](fs[_0x288795(0x12a)](_0x3a56f7,_0xd7a7c6['bcKwN'])),_0x395767=_0x120157[_0x288795(0x190)]||_0xd7a7c6[_0x288795(0x131)],_0xd94eb0=Array[_0x288795(0x139)](_0x120157[_0x288795(0x1a5)])&&_0xd7a7c6[_0x288795(0x1a4)](_0x120157['spec_files']['length'],0x0)?_0x120157[_0x288795(0x1a5)]:[_0xd7a7c6[_0x288795(0x199)]],_0x2737e5=_0xd7a7c6[_0x288795(0x128)](_0x346b44,_0xd94eb0,_0x395767);if(_0xd7a7c6[_0x288795(0x1a4)](_0x2737e5['length'],0x0))return Array[_0x288795(0x155)](new Set(_0x2737e5));}}catch(_0xa6e0ce){_0xd7a7c6[_0x288795(0x12c)](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util[_0x288795(0x11a)](_0xa6e0ce));}return null;};function a14_0x456d(){const _0x3d71f5=['IwYcK','\x20:\x20','trim',',\x20specs=','p-limit','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','../../helpers/performance/constants','find','diOcd','from','child_process','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','982324WzpMwl','testObservability','map','xPmRb','util','BROWSERSTACK_CAPABILITIES','ciASd','end','all','config','getPlatformName','string','exitCode','ppoQL','__isPuppeteerInstalled','maxWorkers','true','npx','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20',')\x20:\x20','BROWSERSTACK_JASMINE_PARALLELS','svzUP','kIbAs','XIfHE','66wGweRI','JASMINE_CONFIG_PATH','resolve','getPackageVersion','OeGhD','IKftW','**/*[sS]pec.?(m)js','printBuildLink','XJJxr','initialize','KDWqH','start','glob','RoTfR','ndLsl','FRAMEWORKS','accessibilityOptions','parallelsPerPlatform','BAQWV','posix','PCSyK','cwd','seCpm','clZZl','binSessionId','inherit','spec/support/jasmine.json','utf8','../../helpers/utilities','assign','spec_dir','57RBiFpv','startsWith','BROWSERSTACK_RERUN_TESTS','MJYNx','specArgs','globSync','43166IfPaOX','finalExecution','AomKL','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','LtSZm','slice','JftzU','CeUbR','../../helpers/testhub/testhubHandler','length','../../helpers/playwright-helper','WMCLC','BROWSERSTACK_TEST_OBSERVABILITY_YML','mkwmk','spec_files','LdIBV','handleApp','\x20platform(s),\x20parallelsPerPlatform=','env','JOkZB','EcTov','parse','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','capability','push','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','close','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','../utils/constants','XsQqE','WNeeu','stringify',';\x20proceeding\x20without\x20injection','isUndefined','platform','../../helpers/test-observability/constants','\x20work-item(s),\x20max\x20','2610WfaPWT',')\x20exited\x20with\x20code\x20','format','BaxZk','DmEKT','112383XnceFY','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','error','test.setup.js','filter','XkyYF','NalYg','launchBuild','1561596LCrrNf','getInstance','yZzIa','IdsMt','readFileSync','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','DWNUD','../../helpers/helper','isBrowserstackInfra','4833575ywmWUa','info','jUfOV','debug','__isPlaywrightInstalled','92788dEogYy','JASMINE','win32','existsSync','mbaZp','isArray','mTFgh','cuOVl','parseFileNames','shouldReRunObservabilityTests','stop','LUCzj','../../helpers/test-observability/utils','../../helpers/puppeteer-helper','9884080MkbkCO','--helper=','validPlatformsPresent','UpFIo','irtdW','platformIndex','SffCH','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','platforms','EWOtw'];a14_0x456d=function(){return _0x3d71f5;};return a14_0x456d();}async function run(_0x23af8a,_0x7af9af,_0x5d4754){const _0x55b326=a14_0xfa1657,_0x37e6c1={'cuOVl':function(_0x2c2b50,_0x2321b5){return _0x2c2b50>_0x2321b5;},'NalYg':function(_0x280739,_0x2915ab){return _0x280739>_0x2915ab;},'mqTdw':'all','LUCzj':function(_0x5ae46a,_0x49f4a9){return _0x5ae46a(_0x49f4a9);},'JftzU':function(_0x1105ee,_0x272fae){return _0x1105ee||_0x272fae;},'RoTfR':function(_0x5e0b20,_0x25b31a){return _0x5e0b20(_0x25b31a);},'DmEKT':function(_0x2797fa,_0x1b3c13){return _0x2797fa(_0x1b3c13);},'IKftW':function(_0x372a55,_0x1eaebe,_0x420b0f,_0x15264c){return _0x372a55(_0x1eaebe,_0x420b0f,_0x15264c);},'mbaZp':_0x55b326(0x16b),'kIbAs':'jasmine','IwYcK':function(_0x49ae09,_0x46f2fe){return _0x49ae09===_0x46f2fe;},'WMCLC':_0x55b326(0x136),'LdIBV':_0x55b326(0x18b),'OeGhD':_0x55b326(0x10d),'oLPtK':_0x55b326(0x120),'AcJyT':function(_0x511105,_0x44ecd9){return _0x511105(_0x44ecd9);},'WNeeu':function(_0x313257,_0x2d9dcb){return _0x313257(_0x2d9dcb);},'BAQWV':'@playwright/test','CeUbR':function(_0x461d9c){return _0x461d9c();},'EWOtw':function(_0x1d73b0,_0x5c204b,_0x3c9e15,_0x2acf3d){return _0x1d73b0(_0x5c204b,_0x3c9e15,_0x2acf3d);},'mTFgh':function(_0x1e95de,_0x571b5a,_0x3d6010,_0x3d5fb8){return _0x1e95de(_0x571b5a,_0x3d6010,_0x3d5fb8);},'clZZl':function(_0x36dd67,_0xd6ef01){return _0x36dd67!=_0xd6ef01;},'MJYNx':_0x55b326(0x16a),'ppoQL':function(_0x511285,_0x3c53ea){return _0x511285(_0x3c53ea);},'ciASd':function(_0x3d5baa,_0x257c07){return _0x3d5baa(_0x257c07);},'diOcd':function(_0x5dc699,_0x4c7dc9,_0x4ab6b2){return _0x5dc699(_0x4c7dc9,_0x4ab6b2);},'XIfHE':function(_0x34f643,_0x3a94c0){return _0x34f643*_0x3a94c0;},'seCpm':function(_0x4a0ea8,_0x4b5b7c){return _0x4a0ea8(_0x4b5b7c);},'XsQqE':function(_0x532360,_0x255141){return _0x532360(_0x255141);},'LxDbw':_0x55b326(0x121),'PCSyK':function(_0x42f145,_0x1ffa03){return _0x42f145(_0x1ffa03);},'mMIRH':function(_0x1577dc,_0x246ff1){return _0x1577dc(_0x246ff1);},'svzUP':function(_0x3a1db8,_0x3aad5a){return _0x3a1db8<_0x3aad5a;},'xPmRb':function(_0xca9c50,_0x7efec){return _0xca9c50>_0x7efec;},'SffCH':function(_0x573519,_0x4f7c27){return _0x573519(_0x4f7c27);},'IdsMt':function(_0x1532fb,_0x5eae08){return _0x1532fb>_0x5eae08;}},_0x2c3e97=helper[_0x55b326(0x175)](_0x37e6c1[_0x55b326(0x184)]);global[_0x55b326(0x133)]=!!_0x2c3e97;const _0xf4c564=_0x37e6c1[_0x55b326(0x19e)](getPuppeteerVersion);global[_0x55b326(0x168)]=!!_0xf4c564;helper[_0x55b326(0x12e)]()&&(await _0x5d4754[_0x55b326(0x17b)](_0x23af8a),await helper[_0x55b326(0x1a7)](_0x5d4754[_0x55b326(0x163)]));if(_0x2c3e97)await _0x37e6c1[_0x55b326(0x14b)](checkPwandBootstrapCli,_0x2c3e97,constants[_0x55b326(0x181)][_0x55b326(0x135)],_0x5d4754);else _0xf4c564&&await _0x37e6c1[_0x55b326(0x13a)](checkPuppeteerAndBootstrapCli,_0xf4c564,constants[_0x55b326(0x181)][_0x55b326(0x135)],_0x5d4754);if(!_0x5d4754['config'])return;_0x37e6c1[_0x55b326(0x189)](_0x5d4754[_0x55b326(0x163)][_0x55b326(0x15b)],null)?process['env'][_0x55b326(0x1a3)]=_0x5d4754[_0x55b326(0x163)][_0x55b326(0x15b)]:process[_0x55b326(0x1a9)][_0x55b326(0x1a3)]=_0x37e6c1[_0x55b326(0x194)];!helper['isUndefined'](_0x5d4754[_0x55b326(0x163)]['accessibilityOptions'])&&(process[_0x55b326(0x1a9)][_0x55b326(0x157)]=JSON[_0x55b326(0x112)](_0x5d4754[_0x55b326(0x163)][_0x55b326(0x182)]));try{await TestHubHandler[_0x55b326(0x125)](FRAMEWORKS['JASMINE'],_0x5d4754);}catch(_0x239843){logger[_0x55b326(0x120)](_0x55b326(0x19a)+util[_0x55b326(0x11a)](_0x239843)),_0x37e6c1[_0x55b326(0x167)](debug,_0x55b326(0x10c)+util[_0x55b326(0x11a)](_0x239843));}let _0x1ab72b=![],_0x1ad39e=[];try{_0x1ab72b=helper['useW3C'](_0x5d4754['config']),_0x1ad39e=helper['prepareCapabilities'](_0x5d4754[_0x55b326(0x163)],_0x1ab72b,constants[_0x55b326(0x181)][_0x55b326(0x135)]),process['env'][_0x55b326(0x15f)]=JSON[_0x55b326(0x112)](_0x1ad39e);}catch(_0x53f5d3){_0x37e6c1[_0x55b326(0x160)](debug,_0x55b326(0x11e)+util[_0x55b326(0x11a)](_0x53f5d3));}let _0x2b01c2=null,_0x59ce40=![];try{_0x2b01c2=helper['getHubUrl'](_0x5d4754[_0x55b326(0x163)]),_0x59ce40=helper[_0x55b326(0x144)](_0x5d4754[_0x55b326(0x163)]);}catch(_0x3ab4cf){_0x37e6c1[_0x55b326(0x160)](debug,_0x55b326(0x10b)+util[_0x55b326(0x11a)](_0x3ab4cf));}const _0x13441d=_0xc7e13=>{const _0x1af81e=_0x55b326,_0x50daae=Array[_0x1af81e(0x139)](_0x1ad39e)&&_0x37e6c1[_0x1af81e(0x13b)](_0x1ad39e[_0x1af81e(0x1a0)],_0xc7e13)?_0x1ad39e[_0xc7e13]:Array[_0x1af81e(0x139)](_0x1ad39e)&&_0x37e6c1[_0x1af81e(0x124)](_0x1ad39e[_0x1af81e(0x1a0)],0x0)?_0x1ad39e[0x0]:{};return{'server':_0x2b01c2,'capability':_0x50daae,'proxySettings':_0x5d4754['config']['proxySettings'],'platform':helper[_0x1af81e(0x164)](_0x50daae),'browserStackLogLevel':_0x5d4754[_0x1af81e(0x163)]['logLevel'],'platformIndex':_0xc7e13,'framework':constants[_0x1af81e(0x181)][_0x1af81e(0x135)],'platformCaps':_0x59ce40?Object[_0x1af81e(0x18f)]({'index':_0xc7e13},_0x5d4754[_0x1af81e(0x163)][_0x1af81e(0x14a)][_0xc7e13]):{'index':_0xc7e13}};};let _0x49c26a=0x1,_0x3ea195=0x1,_0x1bae12=0x1;try{_0x49c26a=_0x37e6c1[_0x55b326(0x154)](getMaxWorkers,_0x23af8a,_0x5d4754[_0x55b326(0x163)]),_0x3ea195=_0x59ce40?_0x5d4754[_0x55b326(0x163)][_0x55b326(0x14a)]['length']:0x1,_0x1bae12=_0x37e6c1[_0x55b326(0x171)](_0x3ea195,_0x49c26a),process[_0x55b326(0x1a9)][_0x55b326(0x16e)]=_0x37e6c1['ppoQL'](String,_0x1bae12);}catch(_0x3193b1){_0x37e6c1[_0x55b326(0x188)](debug,_0x55b326(0x151)+util[_0x55b326(0x11a)](_0x3193b1));}try{BrowserstackCLI[_0x55b326(0x127)]()[_0x55b326(0x18a)]&&(process[_0x55b326(0x1a9)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI[_0x55b326(0x127)]()[_0x55b326(0x18a)]);}catch(_0x2ced67){_0x37e6c1[_0x55b326(0x110)](debug,_0x55b326(0x10e)+util[_0x55b326(0x11a)](_0x2ced67));}const _0x1a378f=[];try{const _0x34de68=path[_0x55b326(0x174)](__dirname,_0x37e6c1['LxDbw']);fs[_0x55b326(0x137)](_0x34de68)?_0x1a378f[_0x55b326(0x10a)](_0x55b326(0x143)+_0x34de68):_0x37e6c1[_0x55b326(0x188)](debug,_0x55b326(0x11f)+_0x34de68+_0x55b326(0x113));}catch(_0x3650db){_0x37e6c1[_0x55b326(0x186)](debug,_0x55b326(0x16c)+util[_0x55b326(0x11a)](_0x3650db));}const _0x1580d7=_0x7af9af[_0x55b326(0x19c)](0x1),_0x5e3936=_0x37e6c1['mMIRH'](enumerateSpecFiles,_0x7af9af),_0x37fb63=[];for(let _0x49ed1a=0x0;_0x37e6c1[_0x55b326(0x16f)](_0x49ed1a,_0x3ea195);_0x49ed1a++){if(_0x37e6c1[_0x55b326(0x124)](_0x49c26a,0x1)&&Array[_0x55b326(0x139)](_0x5e3936)&&_0x37e6c1[_0x55b326(0x15d)](_0x5e3936[_0x55b326(0x1a0)],0x0))for(const _0x5d96e4 of _0x5e3936){const _0x67b058={};_0x67b058['platformIndex']=_0x49ed1a,_0x67b058[_0x55b326(0x195)]=[_0x5d96e4],_0x37fb63[_0x55b326(0x10a)](_0x67b058);}else{const _0x57d38a={};_0x57d38a['platformIndex']=_0x49ed1a,_0x57d38a[_0x55b326(0x195)]=_0x5e3936,_0x37fb63[_0x55b326(0x10a)](_0x57d38a);}}logger[_0x55b326(0x130)]('Running\x20your\x20Jasmine\x20tests\x20across\x20'+_0x3ea195+_0x55b326(0x1a8)+_0x49c26a+'\x20('+_0x37fb63[_0x55b326(0x1a0)]+_0x55b326(0x117)+_0x1bae12+'\x20concurrent)'),PerformanceTester[_0x55b326(0x161)](PerformanceEvents['SDK_SETUP']);const _0x23eb85=_0x59fae6=>new Promise(_0x2d13a8=>{const _0x2fbdf3=_0x55b326,_0x33277d={'HuEZd':_0x37e6c1['mqTdw'],'irtdW':function(_0x16b8e8,_0x5e2c04){const _0x288d39=a14_0x2865;return _0x37e6c1[_0x288d39(0x13f)](_0x16b8e8,_0x5e2c04);},'BaxZk':function(_0x441411,_0x28a574){const _0x5f38ed=a14_0x2865;return _0x37e6c1[_0x5f38ed(0x19d)](_0x441411,_0x28a574);}};let _0x25caf5;try{const _0x599dc5=_0x37e6c1[_0x2fbdf3(0x17f)](_0x13441d,_0x59fae6['platformIndex']);_0x25caf5=Object[_0x2fbdf3(0x18f)]({},process[_0x2fbdf3(0x1a9)],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x599dc5),'BROWSERSTACK_CAPABILITIES':JSON[_0x2fbdf3(0x112)]([_0x599dc5[_0x2fbdf3(0x109)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x3d60be){_0x37e6c1[_0x2fbdf3(0x11c)](debug,_0x2fbdf3(0x108)+_0x59fae6['platformIndex']+_0x2fbdf3(0x14d)+util[_0x2fbdf3(0x11a)](_0x3d60be)),_0x25caf5=Object['assign']({},process[_0x2fbdf3(0x1a9)]);}const _0x16ac46=Array['isArray'](_0x59fae6[_0x2fbdf3(0x195)])?_0x59fae6[_0x2fbdf3(0x195)]:[],_0x432023=_0x37e6c1[_0x2fbdf3(0x13b)](_0x16ac46[_0x2fbdf3(0x1a0)],0x0)?_0x1580d7[_0x2fbdf3(0x122)](_0x2393f4=>typeof _0x2393f4===_0x2fbdf3(0x165)&&_0x2393f4['startsWith']('-')):_0x1580d7,_0x369292=[..._0x1a378f,..._0x432023,..._0x16ac46];try{const _0xad1b59=_0x37e6c1[_0x2fbdf3(0x177)](spawn,_0x37e6c1[_0x2fbdf3(0x138)],[_0x37e6c1[_0x2fbdf3(0x170)],..._0x369292],{'shell':_0x37e6c1[_0x2fbdf3(0x14c)](process[_0x2fbdf3(0x115)],_0x37e6c1[_0x2fbdf3(0x1a2)]),'stdio':_0x37e6c1[_0x2fbdf3(0x1a6)],'env':_0x25caf5});_0xad1b59['on'](_0x37e6c1[_0x2fbdf3(0x176)],_0x50367f=>{const _0x12f19c=_0x2fbdf3;logger[_0x12f19c(0x132)]('jasmine\x20child\x20(platformIndex='+_0x59fae6[_0x12f19c(0x147)]+_0x12f19c(0x14f)+(_0x16ac46[_0x12f19c(0x1a0)]?_0x16ac46['join'](','):_0x33277d['HuEZd'])+_0x12f19c(0x119)+_0x50367f),_0x33277d[_0x12f19c(0x146)](_0x2d13a8,_0x33277d[_0x12f19c(0x11b)](_0x50367f,0x0));}),_0xad1b59['on'](_0x37e6c1['oLPtK'],_0x4872fc=>{const _0xea5b5b=_0x2fbdf3;_0x33277d[_0xea5b5b(0x146)](debug,_0xea5b5b(0x149)+_0x59fae6['platformIndex']+_0xea5b5b(0x16d)+util[_0xea5b5b(0x11a)](_0x4872fc)),_0x33277d['irtdW'](_0x2d13a8,0x1);});}catch(_0x4974b3){_0x37e6c1['AcJyT'](debug,_0x2fbdf3(0x12b)+_0x59fae6[_0x2fbdf3(0x147)]+')\x20:\x20'+util[_0x2fbdf3(0x11a)](_0x4974b3)),_0x37e6c1[_0x2fbdf3(0x111)](_0x2d13a8,0x1);}}),_0x4269f7=_0x37e6c1[_0x55b326(0x148)](pLimit,_0x37e6c1[_0x55b326(0x129)](_0x1bae12,0x0)?_0x1bae12:0x1),_0x2cb9bb=await Promise[_0x55b326(0x162)](_0x37fb63[_0x55b326(0x15c)](_0x5b4004=>_0x4269f7(()=>_0x23eb85(_0x5b4004))));PerformanceTester[_0x55b326(0x17d)](PerformanceEvents['SDK_CLEANUP']);const _0x178016=_0x2cb9bb[_0x55b326(0x153)](_0x471f4b=>_0x471f4b!==0x0)||0x0;process[_0x55b326(0x166)]=_0x178016,logger[_0x55b326(0x132)](_0x55b326(0x158)+_0x178016);const _0x482bef=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x55b326(0x13e)](),await BrowserstackCLI[_0x55b326(0x127)]()['stop']();}catch(_0x2c5fae){_0x37e6c1[_0x55b326(0x111)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util['format'](_0x2c5fae));}testOpsHelper[_0x55b326(0x179)](),await utilities[_0x55b326(0x198)](_0x5d4754,_0x482bef);}module['exports']=run;
2
+ 'use strict';const a14_0x5507ab=a14_0x35af;(function(_0x2174ac,_0x2b44c8){const _0x44cdb2=a14_0x35af,_0x447d81=_0x2174ac();while(!![]){try{const _0x396fef=parseInt(_0x44cdb2(0x1fe))/0x1+parseInt(_0x44cdb2(0x1cd))/0x2*(parseInt(_0x44cdb2(0x189))/0x3)+parseInt(_0x44cdb2(0x1e2))/0x4*(parseInt(_0x44cdb2(0x1b6))/0x5)+-parseInt(_0x44cdb2(0x1de))/0x6+-parseInt(_0x44cdb2(0x1ea))/0x7+parseInt(_0x44cdb2(0x1ad))/0x8*(parseInt(_0x44cdb2(0x1f2))/0x9)+parseInt(_0x44cdb2(0x1a4))/0xa*(-parseInt(_0x44cdb2(0x1ec))/0xb);if(_0x396fef===_0x2b44c8)break;else _0x447d81['push'](_0x447d81['shift']());}catch(_0x47d97d){_0x447d81['push'](_0x447d81['shift']());}}}(a14_0xd360,0x272bd));const fs=require('fs'),path=require(a14_0x5507ab(0x1a8)),util=require(a14_0x5507ab(0x1b9)),{spawn}=require('child_process'),glob=require(a14_0x5507ab(0x1d1)),pLimit=require(a14_0x5507ab(0x1ed)),logger=require(a14_0x5507ab(0x213))[a14_0x5507ab(0x1d2)],helper=require(a14_0x5507ab(0x1f5)),utilities=require('../../helpers/utilities'),constants=require('../utils/constants'),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a14_0x5507ab(0x219)),{debug}=require(a14_0x5507ab(0x219)),{FRAMEWORKS}=require(a14_0x5507ab(0x1d6)),PerformanceTester=require(a14_0x5507ab(0x192)),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x5507ab(0x178)],BrowserstackCLI=require(a14_0x5507ab(0x1e4)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x5507ab(0x1c3)),getMaxWorkers=(_0x4c7915,_0x135e5e)=>{const _0x4665fd=a14_0x5507ab,_0x1bc224={'ARjly':function(_0x40dcaf,_0x10e184){return _0x40dcaf(_0x10e184);}};let _0x5284e6=0x1;if(!helper[_0x4665fd(0x182)](_0x135e5e['parallelsPerPlatform']))_0x5284e6=_0x1bc224[_0x4665fd(0x18d)](parseInt,_0x135e5e['parallelsPerPlatform']);else!helper['isUndefined'](_0x4c7915['maxWorkers'])&&(_0x5284e6=_0x4c7915[_0x4665fd(0x187)]);return _0x5284e6;},resolveJasmineConfigPath=()=>{const _0x473804=a14_0x5507ab,_0x303af4={};_0x303af4[_0x473804(0x20c)]=_0x473804(0x1df);const _0x55a41a=_0x303af4,_0x260219=[];process[_0x473804(0x20b)][_0x473804(0x1c7)]&&_0x260219[_0x473804(0x185)](path[_0x473804(0x1aa)](process[_0x473804(0x1ee)](),process[_0x473804(0x20b)][_0x473804(0x1c7)]));_0x260219[_0x473804(0x185)](path[_0x473804(0x1aa)](process[_0x473804(0x1ee)](),_0x55a41a[_0x473804(0x20c)]));for(const _0x3445c2 of _0x260219){try{if(fs['existsSync'](_0x3445c2))return _0x3445c2;}catch(_0x5f3714){}}return null;},enumerateSpecFiles=_0x2887b2=>{const _0x404b6b=a14_0x5507ab,_0x4258a9={'mWBrq':function(_0x55bcb9,_0x2e7265){return _0x55bcb9(_0x2e7265);},'HQoBp':function(_0x34b024,_0x312bb4){return _0x34b024>_0x312bb4;},'rWDqw':function(_0x18fbf5,_0x30d170){return _0x18fbf5(_0x30d170);},'siBol':function(_0x4cfb4a,_0x51bf0f){return _0x4cfb4a<_0x51bf0f;},'kSgkr':function(_0x28813d,_0x109101){return _0x28813d===_0x109101;},'rJqxM':_0x404b6b(0x209),'EfRJa':function(_0xb3fdce,_0x4cc792,_0x5cad93){return _0xb3fdce(_0x4cc792,_0x5cad93);},'WiRoJ':function(_0x1c5c6e){return _0x1c5c6e();},'hjhBf':'utf8','GsvAN':_0x404b6b(0x180),'qNuFq':_0x404b6b(0x1b2),'HsSej':function(_0x2ce697,_0x43972d,_0x5f3470){return _0x2ce697(_0x43972d,_0x5f3470);},'eMHwj':function(_0x9808e5,_0x2997fd){return _0x9808e5>_0x2997fd;}};try{if(testOpsHelper[_0x404b6b(0x20a)]()){const _0x7ce362=testOpsHelper[_0x404b6b(0x1b8)](process['env'][_0x404b6b(0x17a)]);if(Array[_0x404b6b(0x215)](_0x7ce362)&&_0x4258a9[_0x404b6b(0x208)](_0x7ce362[_0x404b6b(0x17c)],0x0))return _0x7ce362[_0x404b6b(0x1f1)](_0x5a3ee5=>path[_0x404b6b(0x1aa)](process['cwd'](),_0x5a3ee5[_0x404b6b(0x1a9)]()))['filter'](Boolean);}}catch(_0x56bf7c){_0x4258a9['rWDqw'](debug,_0x404b6b(0x1cb)+util[_0x404b6b(0x1ae)](_0x56bf7c));}const _0x45a259=[];try{for(let _0x557b23=0x1;_0x4258a9[_0x404b6b(0x1c9)](_0x557b23,_0x2887b2[_0x404b6b(0x17c)]);_0x557b23++){const _0x5700e1=_0x2887b2[_0x557b23];_0x4258a9['kSgkr'](typeof _0x5700e1,_0x4258a9[_0x404b6b(0x206)])&&!_0x5700e1[_0x404b6b(0x1bf)]('-')&&_0x45a259['push'](_0x5700e1);}}catch(_0x565b2c){}const _0x54c269={'cwd':process[_0x404b6b(0x1ee)](),'absolute':!![],'nodir':!![]},_0x452115=(_0x520305,_0x6bfd50)=>{const _0x32650a=_0x404b6b,_0x13fc15=[];for(const _0x50ab25 of _0x520305){try{const _0xa05e4f=_0x6bfd50?path['posix'][_0x32650a(0x1b3)](_0x6bfd50,_0x50ab25):_0x50ab25,_0x4d5a74=glob[_0x32650a(0x19e)](_0xa05e4f,_0x54c269);Array[_0x32650a(0x215)](_0x4d5a74)&&_0x13fc15[_0x32650a(0x185)](..._0x4d5a74);}catch(_0x339e02){_0x4258a9['mWBrq'](debug,_0x32650a(0x1b4)+_0x50ab25+_0x32650a(0x1cc)+util[_0x32650a(0x1ae)](_0x339e02));}}return _0x13fc15;};if(_0x4258a9[_0x404b6b(0x208)](_0x45a259[_0x404b6b(0x17c)],0x0)){const _0x3538db=_0x4258a9[_0x404b6b(0x193)](_0x452115,_0x45a259,null);if(_0x4258a9['HQoBp'](_0x3538db[_0x404b6b(0x17c)],0x0))return Array[_0x404b6b(0x1f9)](new Set(_0x3538db));return _0x45a259[_0x404b6b(0x1f1)](_0x56fcbb=>path[_0x404b6b(0x1aa)](process[_0x404b6b(0x1ee)](),_0x56fcbb));}try{const _0x5dd17d=_0x4258a9[_0x404b6b(0x19c)](resolveJasmineConfigPath);if(_0x5dd17d){const _0x3280c8=JSON[_0x404b6b(0x1e8)](fs[_0x404b6b(0x200)](_0x5dd17d,_0x4258a9['hjhBf'])),_0x1e5f3c=_0x3280c8[_0x404b6b(0x214)]||_0x4258a9[_0x404b6b(0x1c4)],_0x587cd2=Array[_0x404b6b(0x215)](_0x3280c8[_0x404b6b(0x1bb)])&&_0x4258a9[_0x404b6b(0x208)](_0x3280c8[_0x404b6b(0x1bb)][_0x404b6b(0x17c)],0x0)?_0x3280c8[_0x404b6b(0x1bb)]:[_0x4258a9['qNuFq']],_0x19a154=_0x4258a9[_0x404b6b(0x1b1)](_0x452115,_0x587cd2,_0x1e5f3c);if(_0x4258a9[_0x404b6b(0x1e0)](_0x19a154[_0x404b6b(0x17c)],0x0))return Array[_0x404b6b(0x1f9)](new Set(_0x19a154));}}catch(_0x1bce61){_0x4258a9['rWDqw'](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util[_0x404b6b(0x1ae)](_0x1bce61));}return null;};function a14_0x35af(_0x3c0ffa,_0x58cb67){const _0xd3605c=a14_0xd360();return a14_0x35af=function(_0x35aff6,_0x58debb){_0x35aff6=_0x35aff6-0x176;let _0x301d93=_0xd3605c[_0x35aff6];return _0x301d93;},a14_0x35af(_0x3c0ffa,_0x58cb67);}async function run(_0x1a0c35,_0x491b03,_0xdd9f76){const _0x47f1da=a14_0x5507ab,_0x259dab={'pYpny':function(_0x1e9a7c,_0x51a601){return _0x1e9a7c>_0x51a601;},'DXqGs':'all','IbjmF':function(_0x356621,_0x2516d2){return _0x356621(_0x2516d2);},'qbuEu':function(_0x5b95ea,_0x2086fa){return _0x5b95ea||_0x2086fa;},'dYyWm':function(_0x329f64,_0x2e6645){return _0x329f64(_0x2e6645);},'iNqvS':function(_0x523ac4,_0xe1052a,_0x4aeb78,_0x378ad6){return _0x523ac4(_0xe1052a,_0x4aeb78,_0x378ad6);},'YbsKn':_0x47f1da(0x1fd),'rJvEq':_0x47f1da(0x1d0),'seagz':function(_0x3797a6,_0x1d65db){return _0x3797a6===_0x1d65db;},'CHnpm':_0x47f1da(0x19a),'krcQZ':_0x47f1da(0x1b0),'fSTAg':_0x47f1da(0x1dd),'SdbBl':_0x47f1da(0x19b),'zHCeD':function(_0x2078c7,_0x3f823f){return _0x2078c7(_0x3f823f);},'gyGrT':_0x47f1da(0x1e9),'sITyh':function(_0x473e10){return _0x473e10();},'UWqbP':function(_0xd031ad,_0x5878fe){return _0xd031ad!=_0x5878fe;},'UjrVx':'true','zuBOq':function(_0x20eb95,_0x213991){return _0x20eb95(_0x213991);},'qrcdo':function(_0xc9d11c,_0x5de8ef){return _0xc9d11c(_0x5de8ef);},'FnOMf':function(_0x3d2615,_0xc5442c){return _0x3d2615(_0xc5442c);},'kXwIQ':function(_0x11cdbe,_0x35dec8,_0x5ccb90){return _0x11cdbe(_0x35dec8,_0x5ccb90);},'ezfeQ':function(_0x40d351,_0x39cc45){return _0x40d351*_0x39cc45;},'iCPjt':function(_0x12139a,_0x399650){return _0x12139a(_0x399650);},'LaTJk':_0x47f1da(0x1ba),'RSgQa':function(_0xa1f84f,_0x29b028){return _0xa1f84f(_0x29b028);},'FgavV':function(_0x4063a3,_0x29e91c){return _0x4063a3(_0x29e91c);},'ExtnW':function(_0x13d24d,_0x38095d){return _0x13d24d(_0x38095d);},'HSoFs':function(_0x821be1,_0x2a07ee){return _0x821be1<_0x2a07ee;},'aBhRS':function(_0x52eefa,_0x23db76){return _0x52eefa>_0x23db76;},'tZQwC':function(_0x250a8f,_0x2205d7){return _0x250a8f>_0x2205d7;},'uVGFl':function(_0x596645,_0x5b34a0){return _0x596645(_0x5b34a0);}},_0x513773=helper[_0x47f1da(0x1b7)](_0x259dab[_0x47f1da(0x1e1)]);global[_0x47f1da(0x184)]=!!_0x513773;const _0x184e8f=_0x259dab['sITyh'](getPuppeteerVersion);global[_0x47f1da(0x1db)]=!!_0x184e8f;helper[_0x47f1da(0x179)]()&&(await _0xdd9f76[_0x47f1da(0x207)](_0x1a0c35),await helper['handleApp'](_0xdd9f76[_0x47f1da(0x1ca)]));if(_0x513773)await _0x259dab[_0x47f1da(0x1b5)](checkPwandBootstrapCli,_0x513773,constants['FRAMEWORKS'][_0x47f1da(0x1bd)],_0xdd9f76);else _0x184e8f&&await _0x259dab[_0x47f1da(0x1b5)](checkPuppeteerAndBootstrapCli,_0x184e8f,constants[_0x47f1da(0x1ab)]['JASMINE'],_0xdd9f76);if(!_0xdd9f76[_0x47f1da(0x1ca)])return;_0x259dab[_0x47f1da(0x188)](_0xdd9f76[_0x47f1da(0x1ca)][_0x47f1da(0x1eb)],null)?process[_0x47f1da(0x20b)][_0x47f1da(0x19f)]=_0xdd9f76[_0x47f1da(0x1ca)][_0x47f1da(0x1eb)]:process['env'][_0x47f1da(0x19f)]=_0x259dab[_0x47f1da(0x199)];!helper['isUndefined'](_0xdd9f76[_0x47f1da(0x1ca)][_0x47f1da(0x1c8)])&&(process[_0x47f1da(0x20b)][_0x47f1da(0x17e)]=JSON[_0x47f1da(0x20f)](_0xdd9f76[_0x47f1da(0x1ca)][_0x47f1da(0x1c8)]));try{await TestHubHandler[_0x47f1da(0x1af)](FRAMEWORKS['JASMINE'],_0xdd9f76);}catch(_0x13eddd){logger['error']('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x47f1da(0x1ae)](_0x13eddd)),_0x259dab['zuBOq'](debug,_0x47f1da(0x210)+util[_0x47f1da(0x1ae)](_0x13eddd));}let _0x2f8989=![],_0x379f5f=[];try{_0x2f8989=helper['useW3C'](_0xdd9f76['config']),_0x379f5f=helper[_0x47f1da(0x1a5)](_0xdd9f76[_0x47f1da(0x1ca)],_0x2f8989,constants[_0x47f1da(0x1ab)][_0x47f1da(0x1bd)]),process[_0x47f1da(0x20b)][_0x47f1da(0x17f)]=JSON[_0x47f1da(0x20f)](_0x379f5f);}catch(_0x3f9936){_0x259dab[_0x47f1da(0x17d)](debug,_0x47f1da(0x1a1)+util[_0x47f1da(0x1ae)](_0x3f9936));}let _0x5e15fb=null,_0x530ab0=![];try{_0x5e15fb=helper[_0x47f1da(0x216)](_0xdd9f76[_0x47f1da(0x1ca)]),_0x530ab0=helper['validPlatformsPresent'](_0xdd9f76[_0x47f1da(0x1ca)]);}catch(_0x4c0ed7){_0x259dab[_0x47f1da(0x190)](debug,_0x47f1da(0x1d8)+util[_0x47f1da(0x1ae)](_0x4c0ed7));}const _0x2b0e1f=_0x30d5df=>{const _0x4b8bdb=_0x47f1da,_0x5012b9=Array['isArray'](_0x379f5f)&&_0x259dab[_0x4b8bdb(0x196)](_0x379f5f[_0x4b8bdb(0x17c)],_0x30d5df)?_0x379f5f[_0x30d5df]:Array['isArray'](_0x379f5f)&&_0x259dab[_0x4b8bdb(0x196)](_0x379f5f['length'],0x0)?_0x379f5f[0x0]:{};return{'server':_0x5e15fb,'capability':_0x5012b9,'proxySettings':_0xdd9f76[_0x4b8bdb(0x1ca)][_0x4b8bdb(0x1a3)],'platform':helper[_0x4b8bdb(0x1e3)](_0x5012b9),'browserStackLogLevel':_0xdd9f76[_0x4b8bdb(0x1ca)][_0x4b8bdb(0x1fb)],'platformIndex':_0x30d5df,'framework':constants[_0x4b8bdb(0x1ab)]['JASMINE'],'platformCaps':_0x530ab0?Object[_0x4b8bdb(0x197)]({'index':_0x30d5df},_0xdd9f76[_0x4b8bdb(0x1ca)][_0x4b8bdb(0x1ef)][_0x30d5df]):{'index':_0x30d5df}};};let _0x28a9fe=0x1,_0x511864=0x1,_0x2deec5=0x1;try{_0x28a9fe=_0x259dab[_0x47f1da(0x212)](getMaxWorkers,_0x1a0c35,_0xdd9f76['config']),_0x511864=_0x530ab0?_0xdd9f76[_0x47f1da(0x1ca)][_0x47f1da(0x1ef)][_0x47f1da(0x17c)]:0x1,_0x2deec5=_0x259dab[_0x47f1da(0x211)](_0x511864,_0x28a9fe),process['env'][_0x47f1da(0x1fc)]=_0x259dab['dYyWm'](String,_0x2deec5);}catch(_0x16ede7){_0x259dab['dYyWm'](debug,_0x47f1da(0x194)+util[_0x47f1da(0x1ae)](_0x16ede7));}try{BrowserstackCLI[_0x47f1da(0x1be)]()['binSessionId']&&(process[_0x47f1da(0x20b)][_0x47f1da(0x1e6)]=BrowserstackCLI['getInstance']()[_0x47f1da(0x18a)]);}catch(_0x4482e1){_0x259dab[_0x47f1da(0x1e7)](debug,_0x47f1da(0x176)+util['format'](_0x4482e1));}const _0x3a56e7=[];try{const _0x37252d=path[_0x47f1da(0x1aa)](__dirname,_0x259dab['LaTJk']);fs[_0x47f1da(0x1ff)](_0x37252d)?_0x3a56e7[_0x47f1da(0x185)](_0x47f1da(0x20e)+_0x37252d):_0x259dab[_0x47f1da(0x1c5)](debug,_0x47f1da(0x1a0)+_0x37252d+';\x20proceeding\x20without\x20injection');}catch(_0x263847){_0x259dab[_0x47f1da(0x201)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x47f1da(0x1ae)](_0x263847));}const _0x79009b=_0x491b03[_0x47f1da(0x1dc)](0x1),_0x16dc15=_0x259dab[_0x47f1da(0x205)](enumerateSpecFiles,_0x491b03),_0x357d23=[];for(let _0x35b024=0x0;_0x259dab['HSoFs'](_0x35b024,_0x511864);_0x35b024++){if(_0x259dab[_0x47f1da(0x1e5)](_0x28a9fe,0x1)&&Array[_0x47f1da(0x215)](_0x16dc15)&&_0x259dab[_0x47f1da(0x218)](_0x16dc15[_0x47f1da(0x17c)],0x0))for(const _0x320843 of _0x16dc15){const _0x6265d7={};_0x6265d7[_0x47f1da(0x19d)]=_0x35b024,_0x6265d7[_0x47f1da(0x1d7)]=[_0x320843],_0x357d23[_0x47f1da(0x185)](_0x6265d7);}else{const _0x824012={};_0x824012[_0x47f1da(0x19d)]=_0x35b024,_0x824012[_0x47f1da(0x1d7)]=_0x16dc15,_0x357d23[_0x47f1da(0x185)](_0x824012);}}logger['info']('Running\x20your\x20Jasmine\x20tests\x20across\x20'+_0x511864+_0x47f1da(0x1f7)+_0x28a9fe+'\x20('+_0x357d23[_0x47f1da(0x17c)]+_0x47f1da(0x198)+_0x2deec5+_0x47f1da(0x1a2)),PerformanceTester['end'](PerformanceEvents[_0x47f1da(0x1ce)]);const _0x27e918=_0x1a9724=>new Promise(_0x3c773c=>{const _0x2ad4b8=_0x47f1da,_0x5e1120={'XtCll':_0x259dab['DXqGs'],'btrtX':function(_0x1f80bf,_0x3bf50a){const _0x3687b0=a14_0x35af;return _0x259dab[_0x3687b0(0x1da)](_0x1f80bf,_0x3bf50a);},'NlMLm':function(_0x449d66,_0x1dd3fa){const _0xb6b060=a14_0x35af;return _0x259dab[_0xb6b060(0x1d5)](_0x449d66,_0x1dd3fa);},'uEAep':function(_0x31fc00,_0x512a60){const _0x1257f6=a14_0x35af;return _0x259dab[_0x1257f6(0x203)](_0x31fc00,_0x512a60);}};let _0x420f20;try{const _0x23f89b=_0x259dab['dYyWm'](_0x2b0e1f,_0x1a9724[_0x2ad4b8(0x19d)]);_0x420f20=Object['assign']({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x2ad4b8(0x20f)](_0x23f89b),'BROWSERSTACK_CAPABILITIES':JSON[_0x2ad4b8(0x20f)]([_0x23f89b[_0x2ad4b8(0x1ac)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x21fe29){_0x259dab[_0x2ad4b8(0x1da)](debug,_0x2ad4b8(0x186)+_0x1a9724[_0x2ad4b8(0x19d)]+_0x2ad4b8(0x20d)+util[_0x2ad4b8(0x1ae)](_0x21fe29)),_0x420f20=Object['assign']({},process[_0x2ad4b8(0x20b)]);}const _0x34fe24=Array['isArray'](_0x1a9724[_0x2ad4b8(0x1d7)])?_0x1a9724[_0x2ad4b8(0x1d7)]:[],_0x3e766a=_0x259dab[_0x2ad4b8(0x196)](_0x34fe24[_0x2ad4b8(0x17c)],0x0)?_0x79009b[_0x2ad4b8(0x1c2)](_0x59cbd6=>typeof _0x59cbd6===_0x2ad4b8(0x209)&&_0x59cbd6[_0x2ad4b8(0x1bf)]('-')):_0x79009b,_0x45264c=[..._0x3a56e7,..._0x3e766a,..._0x34fe24];try{const _0x5a955=_0x259dab['iNqvS'](spawn,_0x259dab[_0x2ad4b8(0x1d9)],[_0x259dab[_0x2ad4b8(0x1f4)],..._0x45264c],{'shell':_0x259dab[_0x2ad4b8(0x1c6)](process['platform'],_0x259dab[_0x2ad4b8(0x1a6)]),'stdio':_0x259dab[_0x2ad4b8(0x181)],'env':_0x420f20});_0x5a955['on'](_0x259dab[_0x2ad4b8(0x1f6)],_0x2aa276=>{const _0x1268f9=_0x2ad4b8;logger[_0x1268f9(0x204)](_0x1268f9(0x18f)+_0x1a9724[_0x1268f9(0x19d)]+_0x1268f9(0x217)+(_0x34fe24[_0x1268f9(0x17c)]?_0x34fe24[_0x1268f9(0x1b3)](','):_0x5e1120[_0x1268f9(0x1f0)])+_0x1268f9(0x1bc)+_0x2aa276),_0x5e1120[_0x1268f9(0x1d4)](_0x3c773c,_0x5e1120[_0x1268f9(0x18c)](_0x2aa276,0x0));}),_0x5a955['on'](_0x259dab[_0x2ad4b8(0x191)],_0x598bb3=>{const _0x1e1bd7=_0x2ad4b8;_0x5e1120[_0x1e1bd7(0x1d4)](debug,_0x1e1bd7(0x202)+_0x1a9724[_0x1e1bd7(0x19d)]+_0x1e1bd7(0x1c1)+util[_0x1e1bd7(0x1ae)](_0x598bb3)),_0x5e1120[_0x1e1bd7(0x177)](_0x3c773c,0x1);});}catch(_0x17f55){_0x259dab[_0x2ad4b8(0x195)](debug,_0x2ad4b8(0x1a7)+_0x1a9724[_0x2ad4b8(0x19d)]+_0x2ad4b8(0x1c1)+util['format'](_0x17f55)),_0x259dab['zHCeD'](_0x3c773c,0x1);}}),_0x58bca3=_0x259dab['uVGFl'](pLimit,_0x259dab[_0x47f1da(0x1e5)](_0x2deec5,0x0)?_0x2deec5:0x1),_0x22f55a=await Promise[_0x47f1da(0x1fa)](_0x357d23[_0x47f1da(0x1f1)](_0x479f60=>_0x58bca3(()=>_0x27e918(_0x479f60))));PerformanceTester[_0x47f1da(0x18b)](PerformanceEvents[_0x47f1da(0x1f8)]);const _0x5c299d=_0x22f55a[_0x47f1da(0x1d3)](_0x479f8=>_0x479f8!==0x0)||0x0;process[_0x47f1da(0x1cf)]=_0x5c299d,logger['debug'](_0x47f1da(0x18e)+_0x5c299d);const _0xe4f56b=BrowserstackCLI[_0x47f1da(0x183)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x47f1da(0x1be)]()[_0x47f1da(0x1c0)]();}catch(_0x388b9b){_0x259dab[_0x47f1da(0x1da)](debug,_0x47f1da(0x1f3)+util[_0x47f1da(0x1ae)](_0x388b9b));}testOpsHelper['printBuildLink'](),await utilities[_0x47f1da(0x17b)](_0xdd9f76,_0xe4f56b);}function a14_0xd360(){const _0x2e2994=['Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','uEAep','EVENTS','isBrowserstackInfra','BROWSERSTACK_RERUN_TESTS','finalExecution','length','qrcdo','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_CAPABILITIES','spec','krcQZ','isUndefined','isCLIEnabled','__isPlaywrightInstalled','push','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','maxWorkers','UWqbP','6wyxpJg','binSessionId','start','NlMLm','ARjly','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','jasmine\x20child\x20(platformIndex=','FnOMf','SdbBl','../../helpers/performance/performance-tester','EfRJa','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','zHCeD','pYpny','assign','\x20work-item(s),\x20max\x20','UjrVx','win32','error','WiRoJ','platformIndex','globSync','BROWSERSTACK_TEST_OBSERVABILITY_YML','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','\x20concurrent)','proxySettings','73950jBNAJN','prepareCapabilities','CHnpm','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','path','trim','resolve','FRAMEWORKS','capability','144NgHlJy','format','launchBuild','inherit','HsSej','**/*[sS]pec.?(m)js','join','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','iNqvS','5LeqcKy','getPackageVersion','parseFileNames','util','test.setup.js','spec_files',')\x20exited\x20with\x20code\x20','JASMINE','getInstance','startsWith','stop',')\x20:\x20','filter','../../helpers/puppeteer-helper','GsvAN','RSgQa','seagz','JASMINE_CONFIG_PATH','accessibilityOptions','siBol','config','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','\x27\x20:\x20','184532WgxZug','SDK_SETUP','exitCode','jasmine','glob','winstonLogger','find','btrtX','qbuEu','../../helpers/test-observability/constants','specArgs','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','YbsKn','IbjmF','__isPuppeteerInstalled','slice','close','1223922fBLlvC','spec/support/jasmine.json','eMHwj','gyGrT','972124OTDsvb','getPlatformName','../v2/browserstackCLI','aBhRS','BROWSERSTACK_CLI_BIN_SESSION_ID','iCPjt','parse','@playwright/test','1322055BBpQgQ','testObservability','121icQYvV','p-limit','cwd','platforms','XtCll','map','43137DXbopc','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','rJvEq','../../helpers/helper','fSTAg','\x20platform(s),\x20parallelsPerPlatform=','SDK_CLEANUP','from','all','logLevel','BROWSERSTACK_JASMINE_PARALLELS','npx','120805vqirKo','existsSync','readFileSync','FgavV','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','dYyWm','debug','ExtnW','rJqxM','initialize','HQoBp','string','shouldReRunObservabilityTests','env','UpoNe','\x20:\x20','--helper=','stringify','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','ezfeQ','kXwIQ','../../helpers/logger','spec_dir','isArray','getHubUrl',',\x20specs=','tZQwC','../../helpers/test-observability/utils'];a14_0xd360=function(){return _0x2e2994;};return a14_0xd360();}module['exports']=run;
@@ -1 +1 @@
1
- 'use strict';const a15_0x1d01ee=a15_0x3c32;(function(_0x43b5af,_0x15c77f){const _0xfa6243=a15_0x3c32,_0x48f50b=_0x43b5af();while(!![]){try{const _0x1dfd0d=parseInt(_0xfa6243(0x15c))/0x1+-parseInt(_0xfa6243(0x157))/0x2*(parseInt(_0xfa6243(0x151))/0x3)+-parseInt(_0xfa6243(0x1ad))/0x4*(-parseInt(_0xfa6243(0x13c))/0x5)+parseInt(_0xfa6243(0x12d))/0x6*(parseInt(_0xfa6243(0x140))/0x7)+-parseInt(_0xfa6243(0x197))/0x8+parseInt(_0xfa6243(0x185))/0x9+-parseInt(_0xfa6243(0x148))/0xa*(parseInt(_0xfa6243(0x173))/0xb);if(_0x1dfd0d===_0x15c77f)break;else _0x48f50b['push'](_0x48f50b['shift']());}catch(_0x40e910){_0x48f50b['push'](_0x48f50b['shift']());}}}(a15_0x26d8,0xbc31b));const util=require('util'),logger=require(a15_0x1d01ee(0x144))[a15_0x1d01ee(0x15b)],helper=require(a15_0x1d01ee(0x14e)),globals=require(a15_0x1d01ee(0x17d)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a15_0x1d01ee(0x138)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a15_0x1d01ee(0x190)),accessibilityRetryHelper=require(a15_0x1d01ee(0x1a7)),testRunMap=require(a15_0x1d01ee(0x147));function a15_0x3c32(_0x37fdb4,_0x1f1744){const _0x26d8d3=a15_0x26d8();return a15_0x3c32=function(_0x3c3268,_0x225f6c){_0x3c3268=_0x3c3268-0x12d;let _0x12e779=_0x26d8d3[_0x3c3268];return _0x12e779;},a15_0x3c32(_0x37fdb4,_0x1f1744);}let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process['env'][a15_0x1d01ee(0x187)]||process[a15_0x1d01ee(0x13f)]['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON[a15_0x1d01ee(0x132)](rawConfig));}catch(a15_0x5ae9c6){logger['debug'](a15_0x1d01ee(0x199)+util['format'](a15_0x5ae9c6));}try{if(_bstackConfig&&!helper['getPackageVersion'](a15_0x1d01ee(0x16e))){const UOfGlE=a15_0x1d01ee(0x184)['split']('|');let LZwyCw=0x0;while(!![]){switch(UOfGlE[LZwyCw++]){case'0':helper[a15_0x1d01ee(0x15e)]()?(global[a15_0x1d01ee(0x18b)]=helper[a15_0x1d01ee(0x183)](_bstackConfig[a15_0x1d01ee(0x146)]),global[a15_0x1d01ee(0x13b)]=helper[a15_0x1d01ee(0x183)](_bstackConfig[a15_0x1d01ee(0x180)])):(global[a15_0x1d01ee(0x18b)]=!![],global[a15_0x1d01ee(0x13b)]=!![]);continue;case'1':global['__platformCaps']=_bstackConfig[a15_0x1d01ee(0x1a3)]||{};continue;case'2':global['browserstackPlatformIndex']=_bstackConfig[a15_0x1d01ee(0x156)];continue;case'3':shouldProcessEventForTesthub()?require(a15_0x1d01ee(0x198))['browserstackAgentV2'](_bstackConfig,null,!![]):require(a15_0x1d01ee(0x198))[a15_0x1d01ee(0x16f)](_bstackConfig);continue;case'4':logger[a15_0x1d01ee(0x143)](a15_0x1d01ee(0x192));continue;}break;}}}catch(a15_0x30c87a){logger['debug']('[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20'+util[a15_0x1d01ee(0x1a2)](a15_0x30c87a));}const _fileNameByFullName={};try{if(typeof describe==='function'&&typeof global!==a15_0x1d01ee(0x176)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x3853d1=a15_0x1d01ee,_0x40cbc8={'Rxxee':function(_0x120ad7,_0x2d3974){return _0x120ad7(_0x2d3974);},'kijdx':_0x3853d1(0x179),'ykKpX':_0x3853d1(0x16b),'buSDX':_0x3853d1(0x17c)},_0x55708c=Error[_0x3853d1(0x135)];try{const _0x474256=new Error();Error[_0x3853d1(0x135)]=(_0x4547b6,_0x226ed8)=>_0x226ed8;const _0x4cc4d1=_0x474256['stack'];Error[_0x3853d1(0x135)]=_0x55708c;if(Array['isArray'](_0x4cc4d1))for(const _0x1f2d64 of _0x4cc4d1){const _0x81c39a=_0x1f2d64[_0x3853d1(0x172)]&&_0x1f2d64[_0x3853d1(0x172)]();if(_0x81c39a&&!_0x81c39a[_0x3853d1(0x18c)](_0x3853d1(0x145)+_0x40cbc8['Rxxee'](require,_0x40cbc8[_0x3853d1(0x1a9)])[_0x3853d1(0x133)]+_0x3853d1(0x142)+_0x40cbc8[_0x3853d1(0x137)](require,_0x40cbc8['kijdx'])[_0x3853d1(0x133)])&&!_0x81c39a['startsWith'](_0x40cbc8['ykKpX'])&&!_0x81c39a['includes'](_0x40cbc8['buSDX']))return _0x81c39a;}}catch(_0x2199ab){Error[_0x3853d1(0x135)]=_0x55708c;}return null;},_wrappedDescribe=function(_0x11fb55,_0x4bdfa0){const _0x44ce64=a15_0x1d01ee,_0x156699={'crRZM':function(_0x17b762){return _0x17b762();},'qzGFX':function(_0x2cf2ce,_0x2678d6){return _0x2cf2ce&&_0x2678d6;},'kmuxB':function(_0x285e00,_0x57ec8c,_0x48917f){return _0x285e00(_0x57ec8c,_0x48917f);}};let _0x2e52ca=null;try{_0x2e52ca=_0x156699[_0x44ce64(0x14d)](_resolveCallerFile);}catch(_0xecdb2f){}_describeTitleStack[_0x44ce64(0x163)](_0x11fb55);const _0x14657c=_describeTitleStack[_0x44ce64(0x162)]('\x20');_0x156699['qzGFX'](_0x2e52ca,_0x14657c)&&(_fileNameByFullName[_0x14657c]=_0x2e52ca);try{return _0x156699[_0x44ce64(0x188)](_origDescribe,_0x11fb55,_0x4bdfa0);}finally{_describeTitleStack[_0x44ce64(0x1a0)]();}};Object[a15_0x1d01ee(0x174)](_origDescribe)['forEach'](_0x6d3e66=>{_wrappedDescribe[_0x6d3e66]=_origDescribe[_0x6d3e66];}),global['describe']=_wrappedDescribe;}}catch(a15_0x2162d6){logger[a15_0x1d01ee(0x143)](a15_0x1d01ee(0x175)+util[a15_0x1d01ee(0x1a2)](a15_0x2162d6));}try{if(typeof jasmine!=='undefined'&&jasmine[a15_0x1d01ee(0x181)]){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a15_0x30bd89={};a15_0x30bd89[a15_0x1d01ee(0x168)]=_fileNameByFullName,jasmine[a15_0x1d01ee(0x181)]()[a15_0x1d01ee(0x141)](new BrowserStackJasmineReporter(a15_0x30bd89)),logger[a15_0x1d01ee(0x143)](a15_0x1d01ee(0x1aa));}else logger[a15_0x1d01ee(0x143)](a15_0x1d01ee(0x134));}catch(a15_0x2b15ba){logger['debug']('[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20'+util[a15_0x1d01ee(0x1a2)](a15_0x2b15ba));}function a15_0x26d8(){const _0xa91973=['85855RQouAl','addReporter','jasmine','debug','../../helpers/logger','bin','skipSessionName','./testRunMap','4542050lahBNR','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','jXSfO','warn','DmPzT','crRZM','../../helpers/helper','getGlobal','ENV_VAR','679359mzoOKV','is_mobile_session','setGlobal','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','markSessionStatus','platformIndex','12SGqyjX','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','bXNAP','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','winstonLogger','850295dSJAfU','zJoJE','isBrowserstackInfra','stringify','pYRaM','Passed','join','push','error','thJwtToken','isBvi','function','fileNameByFullName','EUlUH','message','node:','failedExpectations','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','@playwright/test','browserstackAgentV2','performScanWithRetry','BROWSERSTACK_TESTHUB_UUID','getFileName','11AAPZpM','keys','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','undefined','BROWSERSTACK_TESTHUB_JWT','bstackA11yScanOptions','path','zKZin','__sessionFailed','jasmine-core','../../helpers/globals','saveAccessibilityResultsWithRetry','browserstackSessionName','skipSessionStatus','getEnv',',\x22level\x22:\x20\x22','isTrue','4|3|1|2|0','5824701EKmSFq','info','BROWSERSTACK_JASMINE_CONFIG','kmuxB','bstackA11yShouldScan','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','__skipSessionName','includes','__drivers','LYmJf','isArray','../../helpers/accessibility-automation/helper','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','DkbDq','waCac','executeScript','4496992RInzZR','../../index','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','BKZpm','WWAEk','nAThN','\x22}}','thTestRunUuid','pop','vtodH','format','platformCaps','isMobilePlatform','geMSv','Spec\x20failed','../../helpers/accessibility-automation/accessibilityRetryHelper','exports','kijdx','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','zwYbQ','1352qvQJtj','length','396CvFcFn','Kipzi','Failed:\x20','aTBNT','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','parse','sep','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','prepareStackTrace','uBvgr','Rxxee','../../helpers/testhub/constants','sessionName','NdImy','__skipSessionStatus','12410xbssUG','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','env'];a15_0x26d8=function(){return _0xa91973;};return a15_0x26d8();}try{typeof jasmine!==a15_0x1d01ee(0x176)&&jasmine['getEnv']&&jasmine[a15_0x1d01ee(0x181)]()[a15_0x1d01ee(0x141)]({'specStarted'(_0x26d44c){const _0x456ddb=a15_0x1d01ee,_0x38a5d7={};_0x38a5d7[_0x456ddb(0x19b)]=function(_0x2af864,_0x2080d6){return _0x2af864||_0x2080d6;};const _0x5683e7=_0x38a5d7;_activeResultId=_0x26d44c&&_0x26d44c['id'],_activeFullName=_0x26d44c&&_0x26d44c['fullName'],_activeResultRef=_0x5683e7[_0x456ddb(0x19b)](_0x26d44c,null);},'specDone'(){}});}catch(a15_0x23367a){logger[a15_0x1d01ee(0x143)](a15_0x1d01ee(0x13d)+util[a15_0x1d01ee(0x1a2)](a15_0x23367a));}const _resolveAutoScanning=()=>{const _0x47ed1f=a15_0x1d01ee,_0x1faa99={};_0x1faa99[_0x47ed1f(0x136)]=function(_0xb8bca7,_0x5b30d8){return _0xb8bca7===_0x5b30d8;};const _0x493e4f=_0x1faa99;let _0x6ace51=!![];try{const _0x1200f2=JSON[_0x47ed1f(0x132)](process[_0x47ed1f(0x13f)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x493e4f['uBvgr'](_0x1200f2['autoScanning'],![])&&(_0x6ace51=![]);}catch(_0x1f18ea){logger[_0x47ed1f(0x143)](_0x47ed1f(0x193)+_0x1f18ea['message']);}return _0x6ace51;};try{typeof beforeEach===a15_0x1d01ee(0x167)&&beforeEach(function bstackA11yBeforeEach(){const _0x8af7f4=a15_0x1d01ee,_0xd26a54={'aTBNT':function(_0x41e20c){return _0x41e20c();},'tITHj':function(_0x5aa1bb,_0xd535fd,_0x2d1892){return _0x5aa1bb(_0xd535fd,_0x2d1892);},'JnSYC':function(_0x207fc3,_0x413241){return _0x207fc3&&_0x413241;},'DmPzT':_0x8af7f4(0x189),'LZbmp':_0x8af7f4(0x178)};try{const _0x3eb8d9=_0xd26a54[_0x8af7f4(0x130)](_resolveAutoScanning),_0xbb6ef8=_0xd26a54['tITHj'](shouldScanTestForAccessibility,null,![]),_0x48b09b=_0xd26a54['JnSYC'](_0x3eb8d9,_0xbb6ef8);globals[_0x8af7f4(0x153)](_0xd26a54[_0x8af7f4(0x14c)],_0x48b09b),globals[_0x8af7f4(0x153)](_0xd26a54['LZbmp'],null);}catch(_0x5ae396){logger[_0x8af7f4(0x143)]('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x8af7f4(0x1a2)](_0x5ae396));}}),typeof afterEach===a15_0x1d01ee(0x167)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x11f692=a15_0x1d01ee,_0x532755={'zKZin':function(_0x5665e3,_0xfed0e1){return _0x5665e3>_0xfed0e1;},'zJoJE':_0x11f692(0x1a6),'uKXoQ':function(_0x84d1f9,_0x2e64e7){return _0x84d1f9+_0x2e64e7;},'EUlUH':_0x11f692(0x12f),'zwYbQ':_0x11f692(0x161),'jXSfO':_0x11f692(0x164),'isBvi':_0x11f692(0x186),'LYmJf':'failed','Kipzi':'passed','ZFbtq':function(_0x5682ec){return _0x5682ec();},'WWAEk':'isAccessibilityPlatform','DkbDq':function(_0x8c0d98,_0x4085ca){return _0x8c0d98>_0x4085ca;},'nAThN':_0x11f692(0x189),'bXNAP':_0x11f692(0x16d),'waCac':_0x11f692(0x158),'pYRaM':'[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','twiGz':_0x11f692(0x15a),'geMSv':_0x11f692(0x1a4),'vtodH':_0x11f692(0x18a),'NdImy':_0x11f692(0x1ab)};try{if(Array[_0x11f692(0x18f)](global[_0x11f692(0x18d)])&&_0x532755[_0x11f692(0x17a)](global[_0x11f692(0x18d)][_0x11f692(0x1ae)],0x0)&&global[_0x11f692(0x18d)][0x0]){const _0x26d152=_activeFullName||global['sessionName'];if(!global[_0x11f692(0x18b)]&&_0x26d152){global[_0x11f692(0x139)]=_0x26d152;try{await global[_0x11f692(0x18d)][0x0]['executeScript'](_0x11f692(0x13e)+JSON[_0x11f692(0x15f)](_0x26d152)+'}}'),global[_0x11f692(0x18d)][0x0]['sessionNameSet__']=!![];}catch(_0x19ac4c){logger[_0x11f692(0x143)](_0x11f692(0x191)+util[_0x11f692(0x1a2)](_0x19ac4c));}}if(!global[_0x11f692(0x13b)])try{const _0x2875c6=_activeResultRef&&Array[_0x11f692(0x18f)](_activeResultRef[_0x11f692(0x16c)])?_activeResultRef[_0x11f692(0x16c)]:[],_0x5188ef=_0x532755[_0x11f692(0x17a)](_0x2875c6[_0x11f692(0x1ae)],0x0),_0x207597=_0x5188ef?_0x2875c6[0x0]&&_0x2875c6[0x0][_0x11f692(0x16a)]||_0x532755[_0x11f692(0x15d)]:null;try{await global[_0x11f692(0x18d)][0x0][_0x11f692(0x196)](_0x11f692(0x154)+JSON[_0x11f692(0x15f)](_0x5188ef?_0x532755['uKXoQ'](_0x532755[_0x11f692(0x169)],_0x207597):_0x532755[_0x11f692(0x1ac)])+_0x11f692(0x182)+(_0x5188ef?_0x532755[_0x11f692(0x14a)]:_0x532755[_0x11f692(0x166)])+_0x11f692(0x19e));}catch(_0x5277f5){logger[_0x11f692(0x143)](_0x11f692(0x149)+util[_0x11f692(0x1a2)](_0x5277f5));}_0x5188ef&&(global[_0x11f692(0x17b)]=!![]),await helper[_0x11f692(0x155)](global['__drivers'][0x0],_0x5188ef?_0x532755[_0x11f692(0x18e)]:_0x532755[_0x11f692(0x12e)],_0x207597);}catch(_0x4e75cd){logger[_0x11f692(0x143)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util['format'](_0x4e75cd));}}}catch(_0x500509){logger[_0x11f692(0x143)]('[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20'+util[_0x11f692(0x1a2)](_0x500509));}try{if(_0x532755['ZFbtq'](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x532755[_0x11f692(0x19c)])&&Array[_0x11f692(0x18f)](global[_0x11f692(0x18d)])&&_0x532755[_0x11f692(0x194)](global[_0x11f692(0x18d)][_0x11f692(0x1ae)],0x0)&&global[_0x11f692(0x18d)][0x0]){const _0x224c35=testRunMap['get'](_activeResultId),_0x1709e0={};_0x1709e0[_0x11f692(0x19f)]=_0x224c35,_0x1709e0['thBuildUuid']=process['env'][testHubConstants[_0x11f692(0x150)][_0x11f692(0x171)]],_0x1709e0[_0x11f692(0x165)]=process['env'][testHubConstants['ENV_VAR'][_0x11f692(0x177)]];const _0x4acda6=_0x1709e0;logger[_0x11f692(0x143)](_0x11f692(0x131)+JSON['stringify'](_0x4acda6));if(globals[_0x11f692(0x14f)](_0x532755[_0x11f692(0x19d)])){logger[_0x11f692(0x143)](_0x532755[_0x11f692(0x159)]);const _0x4af8f9=await accessibilityRetryHelper[_0x11f692(0x170)](global[_0x11f692(0x18d)][0x0],global[_0x11f692(0x17f)]);_0x4af8f9?logger[_0x11f692(0x143)](_0x532755[_0x11f692(0x195)]):logger[_0x11f692(0x14b)](_0x532755[_0x11f692(0x160)]);}else logger[_0x11f692(0x143)](_0x532755['twiGz']);globals[_0x11f692(0x14f)](_0x532755[_0x11f692(0x1a5)])&&(_0x4acda6[_0x11f692(0x152)]=!![]);const _0x4167ec=await accessibilityRetryHelper[_0x11f692(0x17e)](global['__drivers'][0x0],_0x4acda6);_0x4167ec?logger[_0x11f692(0x143)](_0x532755[_0x11f692(0x1a1)]):logger[_0x11f692(0x14b)](_0x532755[_0x11f692(0x13a)]);}}catch(_0x3894e2){logger[_0x11f692(0x164)](_0x11f692(0x19a)+util['format'](_0x3894e2));}});}catch(a15_0x1ab305){logger[a15_0x1d01ee(0x143)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util['format'](a15_0x1ab305));}module[a15_0x1d01ee(0x1a8)]={};
1
+ 'use strict';function a15_0x1c2a(){const _0x2dff81=['bstackA11yShouldScan','isArray','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','prepareStackTrace','Passed','3460jaGdbu','./bstack-reporter/customReporter','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','error','skipSessionName','\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','quydu','stack','1407vJcnJJ','saveAccessibilityResultsWithRetry','thBuildUuid','__platformCaps','stringify','yRIHr','browserstackAgentV2','fullName','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','2829605cNWeLU','../../helpers/testhub/constants','fileNameByFullName','node:','jasmine-core','autoScanning','__drivers','NMnjp','describe','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','evJZc','executeScript','env','oTmZH','../../index','xgfMk','failed','ENV_VAR','browserstackPlatformIndex','undefined','10827tEzjaF','ysnLa','wHtbB','exports','failedExpectations','../../helpers/helper','Spec\x20failed','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','EIUgZ','tReFb','path','BROWSERSTACK_TESTHUB_UUID','eiGZZ','CONFIG','IQkeW','bin','./testRunMap','28562ihdvaj','isTrue','isMobilePlatform','rEnMb','bstackA11yScanOptions','sessionNameSet__','setGlobal','vswxm','JJZup','function','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','includes','uRTQy','platformCaps','34288eLGNzo','keys','hQrdn','108cALNZd','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','78qDvMgK','markSessionStatus','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','startsWith','__skipSessionName','getEnv','length','parse','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','split','is_mobile_session','join','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','warn','PaAzb','jxAQL','HnQQC','isBrowserstackInfra','message','debug','../../helpers/accessibility-automation/helper','isAccessibilityPlatform','@playwright/test','browserstackSessionName','12xlpWIu','aZfIs','PpBPS','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','util','2876Vsfjmf','HAMyT','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','format','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','jasmine','BROWSERSTACK_TESTHUB_JWT','2439492zAcDCh','UzXTw','sep','passed','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','DhYjB','pop','__sessionFailed','qElVC','BROWSERSTACK_JASMINE_CONFIG','platformIndex','JkaXA','thTestRunUuid','../../helpers/globals','mXRKq','info','../../helpers/accessibility-automation/accessibilityRetryHelper','TCAEs','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','performScanWithRetry','getPackageVersion','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','9855527mOKnNQ','sessionName','0|4|3|2|1','addReporter','getFileName','push','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','__skipSessionStatus'];a15_0x1c2a=function(){return _0x2dff81;};return a15_0x1c2a();}function a15_0x5c19(_0x1cc2e2,_0x34b239){const _0x1c2ae3=a15_0x1c2a();return a15_0x5c19=function(_0x5c1918,_0xc3a3c7){_0x5c1918=_0x5c1918-0x1dc;let _0x328569=_0x1c2ae3[_0x5c1918];return _0x328569;},a15_0x5c19(_0x1cc2e2,_0x34b239);}const a15_0x3e4ab4=a15_0x5c19;(function(_0x1eeee0,_0x256f1f){const _0x24e9fd=a15_0x5c19,_0x55b0ee=_0x1eeee0();while(!![]){try{const _0x59ab99=parseInt(_0x24e9fd(0x246))/0x1*(-parseInt(_0x24e9fd(0x257))/0x2)+parseInt(_0x24e9fd(0x259))/0x3*(parseInt(_0x24e9fd(0x1e4))/0x4)+parseInt(_0x24e9fd(0x221))/0x5+parseInt(_0x24e9fd(0x1eb))/0x6+-parseInt(_0x24e9fd(0x217))/0x7*(-parseInt(_0x24e9fd(0x254))/0x8)+-parseInt(_0x24e9fd(0x235))/0x9*(parseInt(_0x24e9fd(0x20e))/0xa)+parseInt(_0x24e9fd(0x201))/0xb*(parseInt(_0x24e9fd(0x1df))/0xc);if(_0x59ab99===_0x256f1f)break;else _0x55b0ee['push'](_0x55b0ee['shift']());}catch(_0x4482ea){_0x55b0ee['push'](_0x55b0ee['shift']());}}}(a15_0x1c2a,0xc0e26));const util=require(a15_0x3e4ab4(0x1e3)),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a15_0x3e4ab4(0x23a)),globals=require(a15_0x3e4ab4(0x1f8)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a15_0x3e4ab4(0x222)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a15_0x3e4ab4(0x26d)),accessibilityRetryHelper=require(a15_0x3e4ab4(0x1fb)),testRunMap=require(a15_0x3e4ab4(0x245));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process['env'][a15_0x3e4ab4(0x1f4)]||process[a15_0x3e4ab4(0x22d)][a15_0x3e4ab4(0x242)];rawConfig!==undefined&&(_bstackConfig=JSON[a15_0x3e4ab4(0x260)](rawConfig));}catch(a15_0x19cbb7){logger[a15_0x3e4ab4(0x26c)](a15_0x3e4ab4(0x22a)+util['format'](a15_0x19cbb7));}try{if(_bstackConfig&&!helper[a15_0x3e4ab4(0x1ff)](a15_0x3e4ab4(0x1dd))){const wgVNfy=a15_0x3e4ab4(0x203)[a15_0x3e4ab4(0x262)]('|');let djzhwa=0x0;while(!![]){switch(wgVNfy[djzhwa++]){case'0':logger['debug'](a15_0x3e4ab4(0x1fd));continue;case'1':helper[a15_0x3e4ab4(0x26a)]()?(global['__skipSessionName']=helper['isTrue'](_bstackConfig[a15_0x3e4ab4(0x212)]),global[a15_0x3e4ab4(0x208)]=helper[a15_0x3e4ab4(0x247)](_bstackConfig['skipSessionStatus'])):(global[a15_0x3e4ab4(0x25d)]=!![],global[a15_0x3e4ab4(0x208)]=!![]);continue;case'2':global[a15_0x3e4ab4(0x233)]=_bstackConfig[a15_0x3e4ab4(0x1f5)];continue;case'3':global[a15_0x3e4ab4(0x21a)]=_bstackConfig[a15_0x3e4ab4(0x253)]||{};continue;case'4':shouldProcessEventForTesthub()?require(a15_0x3e4ab4(0x22f))[a15_0x3e4ab4(0x21d)](_bstackConfig,null,!![]):require(a15_0x3e4ab4(0x22f))[a15_0x3e4ab4(0x21d)](_bstackConfig);continue;}break;}}}catch(a15_0x30ca2f){logger[a15_0x3e4ab4(0x26c)]('[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20'+util['format'](a15_0x30ca2f));}const _fileNameByFullName={};try{if(typeof describe==='function'&&typeof global!=='undefined'){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x4c2039=a15_0x3e4ab4,_0x5003c4={'rEnMb':function(_0xaf7198,_0x356080){return _0xaf7198(_0x356080);},'PaAzb':_0x4c2039(0x23f),'vswxm':function(_0x1fff57,_0x51f7e3){return _0x1fff57(_0x51f7e3);},'wqZZd':_0x4c2039(0x224),'pETCl':_0x4c2039(0x225)},_0x4f5aab=Error['prepareStackTrace'];try{const _0x4b4578=new Error();Error[_0x4c2039(0x20c)]=(_0x5f0956,_0x4f6a18)=>_0x4f6a18;const _0x461110=_0x4b4578[_0x4c2039(0x216)];Error['prepareStackTrace']=_0x4f5aab;if(Array[_0x4c2039(0x20a)](_0x461110))for(const _0x1b3059 of _0x461110){const _0x230fe5=_0x1b3059[_0x4c2039(0x205)]&&_0x1b3059[_0x4c2039(0x205)]();if(_0x230fe5&&!_0x230fe5['includes'](_0x4c2039(0x244)+_0x5003c4[_0x4c2039(0x249)](require,_0x5003c4[_0x4c2039(0x267)])[_0x4c2039(0x1ed)]+_0x4c2039(0x1e9)+_0x5003c4[_0x4c2039(0x24d)](require,_0x5003c4[_0x4c2039(0x267)])[_0x4c2039(0x1ed)])&&!_0x230fe5[_0x4c2039(0x25c)](_0x5003c4['wqZZd'])&&!_0x230fe5[_0x4c2039(0x251)](_0x5003c4['pETCl']))return _0x230fe5;}}catch(_0x52f393){Error['prepareStackTrace']=_0x4f5aab;}return null;},_wrappedDescribe=function(_0x343a19,_0x1446d5){const _0x40a932=a15_0x3e4ab4,_0x26b157={'NMnjp':function(_0x5f3468){return _0x5f3468();},'tReFb':function(_0x293d5f,_0xe7a96c){return _0x293d5f&&_0xe7a96c;},'wHtbB':function(_0xc51706,_0xf78d68,_0x18fe78){return _0xc51706(_0xf78d68,_0x18fe78);}};let _0x1c57c5=null;try{_0x1c57c5=_0x26b157[_0x40a932(0x228)](_resolveCallerFile);}catch(_0x162dc9){}_describeTitleStack[_0x40a932(0x206)](_0x343a19);const _0x299db8=_describeTitleStack[_0x40a932(0x264)]('\x20');_0x26b157[_0x40a932(0x23e)](_0x1c57c5,_0x299db8)&&(_fileNameByFullName[_0x299db8]=_0x1c57c5);try{return _0x26b157[_0x40a932(0x237)](_origDescribe,_0x343a19,_0x1446d5);}finally{_describeTitleStack[_0x40a932(0x1f1)]();}};Object[a15_0x3e4ab4(0x255)](_origDescribe)['forEach'](_0x43b78e=>{_wrappedDescribe[_0x43b78e]=_origDescribe[_0x43b78e];}),global[a15_0x3e4ab4(0x229)]=_wrappedDescribe;}}catch(a15_0xa86619){logger[a15_0x3e4ab4(0x26c)](a15_0x3e4ab4(0x1e8)+util[a15_0x3e4ab4(0x1e7)](a15_0xa86619));}try{if(typeof jasmine!==a15_0x3e4ab4(0x234)&&jasmine[a15_0x3e4ab4(0x25e)]){const BrowserStackJasmineReporter=require(a15_0x3e4ab4(0x20f)),a15_0x54dc59={};a15_0x54dc59[a15_0x3e4ab4(0x223)]=_fileNameByFullName,jasmine[a15_0x3e4ab4(0x25e)]()[a15_0x3e4ab4(0x204)](new BrowserStackJasmineReporter(a15_0x54dc59)),logger['debug']('[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter');}else logger[a15_0x3e4ab4(0x26c)](a15_0x3e4ab4(0x250));}catch(a15_0x257b9b){logger[a15_0x3e4ab4(0x26c)](a15_0x3e4ab4(0x265)+util[a15_0x3e4ab4(0x1e7)](a15_0x257b9b));}try{typeof jasmine!==a15_0x3e4ab4(0x234)&&jasmine['getEnv']&&jasmine[a15_0x3e4ab4(0x25e)]()[a15_0x3e4ab4(0x204)]({'specStarted'(_0x4c8e43){const _0x57560f=a15_0x3e4ab4,_0x466e82={};_0x466e82[_0x57560f(0x256)]=function(_0x2c8856,_0x5a1892){return _0x2c8856||_0x5a1892;};const _0x3be99f=_0x466e82;_activeResultId=_0x4c8e43&&_0x4c8e43['id'],_activeFullName=_0x4c8e43&&_0x4c8e43[_0x57560f(0x21e)],_activeResultRef=_0x3be99f['hQrdn'](_0x4c8e43,null);},'specDone'(){}});}catch(a15_0xc46365){logger[a15_0x3e4ab4(0x26c)](a15_0x3e4ab4(0x20b)+util[a15_0x3e4ab4(0x1e7)](a15_0xc46365));}const _resolveAutoScanning=()=>{const _0x4c8984=a15_0x3e4ab4,_0x974dce={};_0x974dce[_0x4c8984(0x269)]=function(_0x53acc6,_0x4cc1db){return _0x53acc6===_0x4cc1db;};const _0x4df935=_0x974dce;let _0x575dcb=!![];try{const _0x4b5405=JSON['parse'](process['env'][_0x4c8984(0x23c)]||'{}');_0x4df935[_0x4c8984(0x269)](_0x4b5405[_0x4c8984(0x226)],![])&&(_0x575dcb=![]);}catch(_0x3aaf30){logger[_0x4c8984(0x26c)](_0x4c8984(0x1ef)+_0x3aaf30['message']);}return _0x575dcb;};try{typeof beforeEach===a15_0x3e4ab4(0x24f)&&beforeEach(function bstackA11yBeforeEach(){const _0x153db9=a15_0x3e4ab4,_0x2ed3cc={'DhYjB':function(_0x12a835){return _0x12a835();},'EIUgZ':function(_0x412c41,_0x5de850,_0x1a949f){return _0x412c41(_0x5de850,_0x1a949f);},'PpBPS':function(_0xd3a894,_0x5ddf2e){return _0xd3a894&&_0x5ddf2e;},'aZfIs':_0x153db9(0x209),'eiGZZ':_0x153db9(0x24a)};try{const _0x10da01=_0x2ed3cc[_0x153db9(0x1f0)](_resolveAutoScanning),_0x5ef9af=_0x2ed3cc[_0x153db9(0x23d)](shouldScanTestForAccessibility,null,![]),_0x57c510=_0x2ed3cc[_0x153db9(0x1e1)](_0x10da01,_0x5ef9af);globals[_0x153db9(0x24c)](_0x2ed3cc[_0x153db9(0x1e0)],_0x57c510),globals['setGlobal'](_0x2ed3cc[_0x153db9(0x241)],null);}catch(_0xd5bf85){logger[_0x153db9(0x26c)](_0x153db9(0x261)+util[_0x153db9(0x1e7)](_0xd5bf85));}}),typeof afterEach===a15_0x3e4ab4(0x24f)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x23a071=a15_0x3e4ab4,_0x2fd2b1={'uRTQy':function(_0x219628,_0x2d9ddf){return _0x219628>_0x2d9ddf;},'HAMyT':function(_0x912a96,_0x6a81d9){return _0x912a96>_0x6a81d9;},'quydu':_0x23a071(0x23b),'ysnLa':function(_0x3522f3,_0x26ddf0){return _0x3522f3+_0x26ddf0;},'jxAQL':'Failed:\x20','JJZup':_0x23a071(0x20d),'yRIHr':_0x23a071(0x211),'xgfMk':_0x23a071(0x1fa),'UeHft':_0x23a071(0x231),'yyDoE':_0x23a071(0x1ee),'oTmZH':function(_0x1de507){return _0x1de507();},'qElVC':_0x23a071(0x1dc),'evJZc':_0x23a071(0x209),'TCAEs':_0x23a071(0x210),'mXRKq':_0x23a071(0x220),'JkaXA':'[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','JWglt':_0x23a071(0x1e2),'EeXwZ':_0x23a071(0x248),'UzXTw':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','IQkeW':_0x23a071(0x200)};try{if(Array['isArray'](global[_0x23a071(0x227)])&&_0x2fd2b1[_0x23a071(0x252)](global[_0x23a071(0x227)][_0x23a071(0x25f)],0x0)&&global[_0x23a071(0x227)][0x0]){const _0x506dd1=_activeFullName||global[_0x23a071(0x202)];if(!global[_0x23a071(0x25d)]&&_0x506dd1){global[_0x23a071(0x202)]=_0x506dd1;try{await global['__drivers'][0x0][_0x23a071(0x22c)](_0x23a071(0x214)+JSON['stringify'](_0x506dd1)+'}}'),global[_0x23a071(0x227)][0x0][_0x23a071(0x24b)]=!![];}catch(_0x1622fa){logger['debug']('[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20'+util['format'](_0x1622fa));}}if(!global[_0x23a071(0x208)])try{const _0x452dbb=_activeResultRef&&Array[_0x23a071(0x20a)](_activeResultRef['failedExpectations'])?_activeResultRef[_0x23a071(0x239)]:[],_0x2d79bc=_0x2fd2b1[_0x23a071(0x1e5)](_0x452dbb[_0x23a071(0x25f)],0x0),_0xd57585=_0x2d79bc?_0x452dbb[0x0]&&_0x452dbb[0x0][_0x23a071(0x26b)]||_0x2fd2b1[_0x23a071(0x215)]:null;try{await global[_0x23a071(0x227)][0x0][_0x23a071(0x22c)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON['stringify'](_0x2d79bc?_0x2fd2b1[_0x23a071(0x236)](_0x2fd2b1[_0x23a071(0x268)],_0xd57585):_0x2fd2b1[_0x23a071(0x24e)])+',\x22level\x22:\x20\x22'+(_0x2d79bc?_0x2fd2b1[_0x23a071(0x21c)]:_0x2fd2b1[_0x23a071(0x230)])+_0x23a071(0x213));}catch(_0x16802e){logger[_0x23a071(0x26c)](_0x23a071(0x25b)+util[_0x23a071(0x1e7)](_0x16802e));}_0x2d79bc&&(global[_0x23a071(0x1f2)]=!![]),await helper[_0x23a071(0x25a)](global[_0x23a071(0x227)][0x0],_0x2d79bc?_0x2fd2b1['UeHft']:_0x2fd2b1['yyDoE'],_0xd57585);}catch(_0x270d21){logger[_0x23a071(0x26c)](_0x23a071(0x21f)+util[_0x23a071(0x1e7)](_0x270d21));}}}catch(_0x75d528){logger[_0x23a071(0x26c)](_0x23a071(0x258)+util['format'](_0x75d528));}try{if(_0x2fd2b1[_0x23a071(0x22e)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x2fd2b1[_0x23a071(0x1f3)])&&Array[_0x23a071(0x20a)](global['__drivers'])&&_0x2fd2b1['HAMyT'](global[_0x23a071(0x227)][_0x23a071(0x25f)],0x0)&&global['__drivers'][0x0]){const _0x1bd381=testRunMap['get'](_activeResultId),_0x32de46={};_0x32de46[_0x23a071(0x1f7)]=_0x1bd381,_0x32de46[_0x23a071(0x219)]=process[_0x23a071(0x22d)][testHubConstants[_0x23a071(0x232)][_0x23a071(0x240)]],_0x32de46['thJwtToken']=process[_0x23a071(0x22d)][testHubConstants[_0x23a071(0x232)][_0x23a071(0x1ea)]];const _0x2f328e=_0x32de46;logger[_0x23a071(0x26c)](_0x23a071(0x1e6)+JSON[_0x23a071(0x21b)](_0x2f328e));if(globals['getGlobal'](_0x2fd2b1[_0x23a071(0x22b)])){logger[_0x23a071(0x26c)](_0x2fd2b1[_0x23a071(0x1fc)]);const _0x4492d1=await accessibilityRetryHelper[_0x23a071(0x1fe)](global['__drivers'][0x0],global[_0x23a071(0x1de)]);_0x4492d1?logger[_0x23a071(0x26c)](_0x2fd2b1[_0x23a071(0x1f9)]):logger['warn'](_0x2fd2b1[_0x23a071(0x1f6)]);}else logger['debug'](_0x2fd2b1['JWglt']);globals['getGlobal'](_0x2fd2b1['EeXwZ'])&&(_0x2f328e[_0x23a071(0x263)]=!![]);const _0x34ce26=await accessibilityRetryHelper[_0x23a071(0x218)](global[_0x23a071(0x227)][0x0],_0x2f328e);_0x34ce26?logger['debug'](_0x2fd2b1[_0x23a071(0x1ec)]):logger[_0x23a071(0x266)](_0x2fd2b1[_0x23a071(0x243)]);}}catch(_0x171338){logger['error'](_0x23a071(0x207)+util['format'](_0x171338));}});}catch(a15_0x18f415){logger[a15_0x3e4ab4(0x26c)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util['format'](a15_0x18f415));}module[a15_0x3e4ab4(0x238)]={};
@@ -1 +1 @@
1
- 'use strict';const a16_0x57b422=a16_0x2486;(function(_0x5ab774,_0x11ebdb){const _0x442b51=a16_0x2486,_0x2715d0=_0x5ab774();while(!![]){try{const _0x4846a3=-parseInt(_0x442b51(0x1ef))/0x1+-parseInt(_0x442b51(0x1f2))/0x2+-parseInt(_0x442b51(0x1eb))/0x3*(parseInt(_0x442b51(0x1e8))/0x4)+parseInt(_0x442b51(0x1f1))/0x5+-parseInt(_0x442b51(0x1ee))/0x6*(parseInt(_0x442b51(0x1f0))/0x7)+-parseInt(_0x442b51(0x1f4))/0x8+parseInt(_0x442b51(0x1e9))/0x9;if(_0x4846a3===_0x11ebdb)break;else _0x2715d0['push'](_0x2715d0['shift']());}catch(_0x47fe5b){_0x2715d0['push'](_0x2715d0['shift']());}}}(a16_0x1d42,0x62f7b));function a16_0x1d42(){const _0x2e7b34=['1054086jpTxNA','498165AaVbqJ','7tLUriz','1451500mclxLh','1035048KXJofK','set','3673288RXxBZk','qqziN','delete','aXCtG','get','259620WXJCRk','19395288kkFfvr','sfjBY','18WhTDDi','remove','tnVKY'];a16_0x1d42=function(){return _0x2e7b34;};return a16_0x1d42();}const _specUuidById=new Map();function a16_0x2486(_0x296c0f,_0x443e9d){const _0x1d428e=a16_0x1d42();return a16_0x2486=function(_0x248617,_0x539d26){_0x248617=_0x248617-0x1e7;let _0x1f6edf=_0x1d428e[_0x248617];return _0x1f6edf;},a16_0x2486(_0x296c0f,_0x443e9d);}exports[a16_0x57b422(0x1f3)]=(_0x12af44,_0x4e01a1)=>{const _0x405cfb=a16_0x57b422,_0x43f410={};_0x43f410['aXCtG']=function(_0x36536e,_0x1c9763){return _0x36536e===_0x1c9763;};const _0x5035dc=_0x43f410;if(_0x5035dc['aXCtG'](_0x12af44,undefined)||_0x5035dc[_0x405cfb(0x1f7)](_0x12af44,null))return;_specUuidById[_0x405cfb(0x1f3)](_0x12af44,_0x4e01a1);},exports['get']=_0x418765=>{const _0x46f1ce=a16_0x57b422,_0x35fc6b={};_0x35fc6b['tnVKY']=function(_0x5b7470,_0x1fbc32){return _0x5b7470===_0x1fbc32;};const _0x2bcf86=_0x35fc6b;if(_0x2bcf86[_0x46f1ce(0x1ed)](_0x418765,undefined)||_0x2bcf86[_0x46f1ce(0x1ed)](_0x418765,null))return undefined;return _specUuidById[_0x46f1ce(0x1e7)](_0x418765);},exports[a16_0x57b422(0x1ec)]=_0x5a8cd0=>{const _0x1970ec=a16_0x57b422,_0x28b5cd={};_0x28b5cd['sfjBY']=function(_0x10e27f,_0x307148){return _0x10e27f===_0x307148;},_0x28b5cd[_0x1970ec(0x1f5)]=function(_0x4bb8ca,_0x41814b){return _0x4bb8ca===_0x41814b;};const _0x2ec1a=_0x28b5cd;if(_0x2ec1a[_0x1970ec(0x1ea)](_0x5a8cd0,undefined)||_0x2ec1a[_0x1970ec(0x1f5)](_0x5a8cd0,null))return;_specUuidById[_0x1970ec(0x1f6)](_0x5a8cd0);},exports['_size']=()=>_specUuidById['size'];
1
+ 'use strict';function a16_0x4335(){const _0x5c5734=['2306468FxuYva','2KmMrQO','3HrTReG','1832877PObkvf','gLWTV','DEfGd','set','YtCFn','get','10194173iuoKxV','40jEFLxS','5882408cYwkkg','remove','uxJxL','340526ogFTMO','6RajjET','1819105Kizfbo','7305940xlblyv'];a16_0x4335=function(){return _0x5c5734;};return a16_0x4335();}function a16_0x4b72(_0x4376cb,_0x21fed0){const _0x4335c2=a16_0x4335();return a16_0x4b72=function(_0x4b7241,_0x2d7575){_0x4b7241=_0x4b7241-0x1b8;let _0x21492c=_0x4335c2[_0x4b7241];return _0x21492c;},a16_0x4b72(_0x4376cb,_0x21fed0);}const a16_0x568b38=a16_0x4b72;(function(_0x4f964b,_0xa38302){const _0x35438a=a16_0x4b72,_0x11fa68=_0x4f964b();while(!![]){try{const _0x29bbda=parseInt(_0x35438a(0x1c2))/0x1*(-parseInt(_0x35438a(0x1c7))/0x2)+parseInt(_0x35438a(0x1c8))/0x3*(parseInt(_0x35438a(0x1c6))/0x4)+parseInt(_0x35438a(0x1c4))/0x5*(parseInt(_0x35438a(0x1c3))/0x6)+-parseInt(_0x35438a(0x1bf))/0x7+-parseInt(_0x35438a(0x1be))/0x8*(-parseInt(_0x35438a(0x1c9))/0x9)+parseInt(_0x35438a(0x1c5))/0xa+-parseInt(_0x35438a(0x1bd))/0xb;if(_0x29bbda===_0xa38302)break;else _0x11fa68['push'](_0x11fa68['shift']());}catch(_0x113807){_0x11fa68['push'](_0x11fa68['shift']());}}}(a16_0x4335,0x8e034));const _specUuidById=new Map();exports[a16_0x568b38(0x1ba)]=(_0x1d38e7,_0x150cd8)=>{const _0x225dec=a16_0x568b38,_0x5e03f8={};_0x5e03f8[_0x225dec(0x1b8)]=function(_0x408fd9,_0x5d55de){return _0x408fd9===_0x5d55de;},_0x5e03f8[_0x225dec(0x1b9)]=function(_0x5e448f,_0x373e15){return _0x5e448f===_0x373e15;};const _0x27ec9b=_0x5e03f8;if(_0x27ec9b['gLWTV'](_0x1d38e7,undefined)||_0x27ec9b[_0x225dec(0x1b9)](_0x1d38e7,null))return;_specUuidById[_0x225dec(0x1ba)](_0x1d38e7,_0x150cd8);},exports[a16_0x568b38(0x1bc)]=_0xf2ce4c=>{const _0x5e5a4d=a16_0x568b38,_0x3c4e92={};_0x3c4e92[_0x5e5a4d(0x1bb)]=function(_0x526394,_0x582b37){return _0x526394===_0x582b37;};const _0x227ef3=_0x3c4e92;if(_0x227ef3[_0x5e5a4d(0x1bb)](_0xf2ce4c,undefined)||_0x227ef3['YtCFn'](_0xf2ce4c,null))return undefined;return _specUuidById['get'](_0xf2ce4c);},exports[a16_0x568b38(0x1c0)]=_0x53f05b=>{const _0x54f4ae=a16_0x568b38,_0x31d084={};_0x31d084['uxJxL']=function(_0x5e8b35,_0xb1834d){return _0x5e8b35===_0xb1834d;};const _0x5efbfa=_0x31d084;if(_0x5efbfa[_0x54f4ae(0x1c1)](_0x53f05b,undefined)||_0x5efbfa[_0x54f4ae(0x1c1)](_0x53f05b,null))return;_specUuidById['delete'](_0x53f05b);},exports['_size']=()=>_specUuidById['size'];
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a17_0x3422d6=a17_0x2423;(function(_0x3132e9,_0x1b25e8){const _0x54ba16=a17_0x2423,_0x57fdba=_0x3132e9();while(!![]){try{const _0x4c5b09=-parseInt(_0x54ba16(0x1dc))/0x1+-parseInt(_0x54ba16(0x10e))/0x2+parseInt(_0x54ba16(0x1de))/0x3+-parseInt(_0x54ba16(0x1e8))/0x4+parseInt(_0x54ba16(0x1bf))/0x5+-parseInt(_0x54ba16(0x167))/0x6+parseInt(_0x54ba16(0x10c))/0x7*(parseInt(_0x54ba16(0x120))/0x8);if(_0x4c5b09===_0x1b25e8)break;else _0x57fdba['push'](_0x57fdba['shift']());}catch(_0x23a2ec){_0x57fdba['push'](_0x57fdba['shift']());}}}(a17_0x3562,0xd48c5));function a17_0x2423(_0x565a00,_0x36b141){const _0x356240=a17_0x3562();return a17_0x2423=function(_0x2423b2,_0x256e5a){_0x2423b2=_0x2423b2-0xf4;let _0x3234c9=_0x356240[_0x2423b2];return _0x3234c9;},a17_0x2423(_0x565a00,_0x36b141);}function a17_0x3562(){const _0x57cdb4=['cwd','test.setup.js','554778NKxvrw','\x20test\x20files\x20to\x20run.','1540640tDMvzO','wXeuK','assign','parseTestOrchestrationOptions','QxIfr','zYiCc','browserStackPercyOptions','\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','parse',';\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','proxySettings','timeout__','\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','BSTACK_USER_JEST_RUNNER','force','EVENTS','testEnvironmentOptions','SOzFs','80DskIPy','bPFIT','jest_browserstack.config.js','./test-observability/test-details','unRpv','lKWak','BROWSERSTACK_TEST_OBSERVABILITY_YML','cFpgW','setupFiles','tsoIP','../../helpers/puppeteer-helper','testEnvironment','BROWSERSTACK_FRAMEWORK','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','BSTACK_JEST_TEST_ENV','jest-runner-','tGDbv','testContextOptions','VXNpi','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','../../helpers/test-observability/constants','handleApp','fcJPz','ZktVz','useW3C','printBuildLink','\x0a\x20\x20\x20\x20\x20\x20','LMYUp','WgHip','isCLIEnabled','apply','xmMZY','../../helpers/playwright-helper','SDK_SETUP','USER_CONFIG_DETAILS_PATH','jest-config','win32','../../helpers/logger','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','unlinkSync','setupFilesAfterEnv','Deleting\x20','accessibility','../../helpers/performance/performance-tester','abortBuildOnFailure','--config','writeFileSync','errorMessage','path','Kfrja','customEnvironment.js','requirePWModule','findIndex',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','reporters','PitFX','requireModule','vibBA','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','join','retryTestsOnFailure','../../helpers/performance/constants','XQaty','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','../../helpers/test-observability/utils','Unable\x20to\x20find\x20jest-circus,\x20','isUndefined','@playwright/test','platforms','../../helpers/testhub/testhubHandler','JEST_TEST_ORDER','98556DccvRT','parallels__','existsSync','testRunner','customImplements','KYpNK','jest_browserstack_results.json','RskCr','bdDEy','qdyEs','jest.setup.js','lIJfM','/internal/$1','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','dirname','serial__','const\x20config=','jest.config.','MODULE','moduleNameMapper','PbbsF','../../helpers/utilities','isBrowserstackInfra','testObservability','maxRetries','format','initialize','exports','../../helpers/helper','../utils/clientTroubleshootingService','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','message','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','jest-runner','end','package.json','recursive','logLevel','FRAMEWORKS','iUTqB','default','Reodered\x20Test\x20Files:\x20','OEYjh','\x0amodule.exports\x20=\x20config;','finalExecution','jest','debug','JEST','workingDir','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','length','config','resolve','isNotUndefined','stringify','findTestFiles','resolveModule','winstonLogger','isCliEnabled','__isPuppeteerInstalled','jClwG','jest-circus/build/runner.js','OxLHx','data-hooks.js','parallelsPerPlatform','skipSessionStatus','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','TlAid','kSKUx','PACKAGE_TYPE','beVbF','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','KEuVG','startsWith','stop','REBgK','cjs','child_process','POXII','Getting\x20your\x20jest\x20configs\x20from\x20package.json','requireSeleniumWebdriver','readFileSync','true','rmSync','getErrorMessageFromResults','splice','getPackageType','7672455INpjRc','testSequencer','\x20:\x20','CTQpo','setup','getPackageVersion','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','push','ffEKe','accessibilityOptions','VdChy','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','log','customCircus.js','NDsXB','\x20with\x20browserstack\x20jest\x20configs','puppeteer-core/package.json','env',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','shouldProcessEventForTesthub','json','runner','../../helpers/test-orchestration/testOrchestrationHandler','setupBrowserstackLocal','customSequencer.js','slice','KrvHn','isEmpty','isTestOrchestrationEnabled','647531SqoFeL','../../helpers/percy/utils','4794216duZBKr','SDK_CLEANUP','error',',\x20CLI\x20running:\x20','isRunning','checkAccessibilityPlatformConfig','turboScaleUrl','playwright','gxfKn','platform','6480916aYemyy','jLLuJ','dPZxg','filterBrowserstackArgs','tNWyC','getInstance','info','close','customTestRunner.js','^puppeteer-core/internal/(.*)','puppeteer','child\x20process\x20exited\x20with\x20code\x20','mjs','anQWo','Creating\x20','dPDgi','failureThresholdCount','XnyaO','retries__','maxWorkers','../../helpers/accessibility-automation/helper','hXTfu','YHTKE'];a17_0x3562=function(){return _0x57cdb4;};return a17_0x3562();}const fs=require('fs'),path=require(a17_0x3422d6(0x150)),util=require('util'),{spawn}=require(a17_0x3422d6(0x1b5)),logger=require(a17_0x3422d6(0x145))[a17_0x3422d6(0x1a1)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a17_0x3422d6(0x184)),utilities=require(a17_0x3422d6(0x17d)),constants=require('../utils/constants'),accessibilityHelper=require(a17_0x3422d6(0x107)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a17_0x3422d6(0x160)),{debug}=require(a17_0x3422d6(0x160)),TestDetails=require(a17_0x3422d6(0x123)),{getPercyOptions}=require(a17_0x3422d6(0x1dd)),TestHubHandler=require(a17_0x3422d6(0x165)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a17_0x3422d6(0x134)),PerformanceTester=require(a17_0x3422d6(0x14b)),PerformanceEvents=require(a17_0x3422d6(0x15d))[a17_0x3422d6(0x11d)],TestOrchestrationHandler=require(a17_0x3422d6(0x1d5)),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a17_0x3422d6(0x140)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a17_0x3422d6(0x12a)),ClientTroubleShootingService=require(a17_0x3422d6(0x185)),{checkAccessibilityPlatformConfig}=require(a17_0x3422d6(0x107)),getUserJestConfigs=async(_0x5b9c4f,_0xf82661)=>{const _0x2e84b8=a17_0x3422d6,_0x3938a2={'unRpv':'jest-config/build/readConfigFileAndSetRootDir.js','NDsXB':_0x2e84b8(0x143),'bdDEy':function(_0x55d17f,_0x38c730){return _0x55d17f||_0x38c730;},'REBgK':function(_0x2875e1,_0x4f3e7f){return _0x2875e1(_0x4f3e7f);},'VdChy':_0x2e84b8(0x18b),'lIJfM':_0x2e84b8(0x1b7),'iUTqB':_0x2e84b8(0xff),'CTQpo':_0x2e84b8(0x1b4),'hXTfu':_0x2e84b8(0x1d3)};let _0x27ea04;try{_0x27ea04=helper['requireModule'](_0x3938a2[_0x2e84b8(0x124)],_0x3938a2[_0x2e84b8(0x1cd)]);}catch{const _0x193b21=helper['requireModule'](_0x3938a2[_0x2e84b8(0x1cd)]);_0x27ea04={'default':async _0x10395d=>{const _0x310393=_0x2e84b8,_0x5e754c=await _0x193b21['readInitialOptions'](_0x10395d,{});return _0x5e754c[_0x310393(0x19b)];}};}const _0x37c320=_0xf82661[_0x2e84b8(0x154)](_0x475cb5=>_0x475cb5===_0x2e84b8(0x14d));if(!helper['isUndefined'](_0x5b9c4f[_0x2e84b8(0x19b)])){logger[_0x2e84b8(0xf9)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x5b9c4f[_0x2e84b8(0x19b)]),process[_0x2e84b8(0x1d0)][_0x2e84b8(0x142)]=_0x5b9c4f[_0x2e84b8(0x19b)];const _0x2a4371=await(0x0,_0x27ea04['default'])(path[_0x2e84b8(0x19c)](_0x5b9c4f['config']));return _0xf82661[_0x2e84b8(0x1bd)](_0x37c320,0x2),_0x3938a2[_0x2e84b8(0x16f)](_0x2a4371,{});}const _0x2b517c=_0x3938a2[_0x2e84b8(0x1b3)](require,path[_0x2e84b8(0x15b)](process[_0x2e84b8(0x10a)](),_0x3938a2[_0x2e84b8(0x1c9)]));if(_0x2b517c['jest'])return logger['info'](_0x3938a2[_0x2e84b8(0x172)]),_0x2b517c[_0x2e84b8(0x195)];const _0x2f9234=['js',_0x3938a2[_0x2e84b8(0x18f)],_0x3938a2[_0x2e84b8(0x1c2)],_0x3938a2[_0x2e84b8(0x108)],'ts'];for(const _0x201326 of _0x2f9234){const _0x129d5f=path[_0x2e84b8(0x15b)](process['cwd'](),_0x2e84b8(0x179)+_0x201326);if(fs[_0x2e84b8(0x169)](_0x129d5f)){process[_0x2e84b8(0x1d0)][_0x2e84b8(0x142)]=_0x129d5f;const _0x433fb2=await(0x0,_0x27ea04[_0x2e84b8(0x190)])(_0x129d5f);return _0x433fb2;}}return{};},getSerial=(_0x4dab3b,_0x3161bb)=>{const _0x21cd9e=a17_0x3422d6,_0x4578c1={};_0x4578c1[_0x21cd9e(0x151)]=_0x21cd9e(0x1ba),_0x4578c1[_0x21cd9e(0x121)]=function(_0xeca1ff,_0x487adc){return _0xeca1ff>_0x487adc;},_0x4578c1['KEuVG']='false';const _0x9d1a78=_0x4578c1;let _0x16d8c0=_0x9d1a78[_0x21cd9e(0x151)];return _0x9d1a78['bPFIT'](_0x4dab3b['length'],0x1)&&(!_0x3161bb['runInBand']&&(helper['isUndefined'](_0x3161bb['maxWorkers'])||_0x9d1a78[_0x21cd9e(0x121)](_0x3161bb[_0x21cd9e(0x106)],0x1)))&&(_0x16d8c0=_0x9d1a78[_0x21cd9e(0x1b0)]),_0x16d8c0;},getMaxWorkers=(_0x5c8be0,_0x4fba3b,_0x5596c9)=>{const _0x180514=a17_0x3422d6,_0x1c1df0={'ffEKe':function(_0x145e96,_0x22ae72){return _0x145e96(_0x22ae72);}};let _0x1bc568=0x1;if(!helper['isUndefined'](_0x4fba3b[_0x180514(0x1a8)]))_0x1bc568=_0x1c1df0[_0x180514(0x1c7)](parseInt,_0x4fba3b[_0x180514(0x1a8)]);else{if(!helper[_0x180514(0x162)](_0x5c8be0[_0x180514(0x106)]))_0x1bc568=_0x5c8be0['maxWorkers'];else!helper['isUndefined'](_0x5596c9[_0x180514(0x106)])&&(_0x1bc568=_0x5596c9[_0x180514(0x106)]);}return _0x1bc568;};async function run(_0x5df61b,_0x26cadc,_0x58827c){const _0x2365ff=a17_0x3422d6,_0x5e9278={'anQWo':_0x2365ff(0x195),'lKWak':function(_0x27a67d,_0x5c14db){return _0x27a67d(_0x5c14db);},'KYpNK':_0x2365ff(0x163),'YHTKE':function(_0x318c66){return _0x318c66();},'KFuYP':function(_0x5e5c49,_0x1c1d9b,_0x33c372,_0x24ab8b){return _0x5e5c49(_0x1c1d9b,_0x33c372,_0x24ab8b);},'jLLuJ':function(_0x3b6c36,_0x2d1270,_0x26c1fb,_0x2b6543){return _0x3b6c36(_0x2d1270,_0x26c1fb,_0x2b6543);},'tGDbv':function(_0x42af9e,_0x467adb){return _0x42af9e!=_0x467adb;},'mNWAi':'true','GblAl':function(_0x375bce,_0x263e40,_0x314fba){return _0x375bce(_0x263e40,_0x314fba);},'oKifr':_0x2365ff(0x1aa),'vibBA':function(_0x53ed79,_0x5d89a6){return _0x53ed79(_0x5d89a6);},'OxLHx':function(_0x2452b9,_0x500313){return _0x2452b9(_0x500313);},'UguPR':'false','PbbsF':function(_0x1afcb5,_0x1e2ecc,_0x53392b){return _0x1afcb5(_0x1e2ecc,_0x53392b);},'WFsFC':function(_0x39ed40,_0x26a854,_0x2fb6a0,_0x5360ff){return _0x39ed40(_0x26a854,_0x2fb6a0,_0x5360ff);},'xmMZY':function(_0x405fde,_0x420655){return _0x405fde*_0x420655;},'afTFw':function(_0x6c9f02,_0x1ba742){return _0x6c9f02===_0x1ba742;},'jClwG':'jest_browserstack.config.cjs','xIpjl':_0x2365ff(0x122),'KrvHn':_0x2365ff(0x16b),'dPZxg':_0x2365ff(0x16d),'MfaEl':_0x2365ff(0xfb),'zYiCc':'customTestRunnerTemplate.js','uPbBH':_0x2365ff(0x152),'tNWyC':function(_0x2dcd5b,_0x3d36d8){return _0x2dcd5b!==_0x3d36d8;},'UbpSg':_0x2365ff(0x189),'jWtdV':_0x2365ff(0x12f),'WgHip':_0x2365ff(0x171),'OEYjh':_0x2365ff(0x1d7),'rdkOU':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','qYLfz':'jest-circus','QxIfr':_0x2365ff(0x1a5),'xciiQ':function(_0x50b4d0,_0x504495){return _0x50b4d0(_0x504495);},'VXNpi':'test-observability','qdyEs':_0x2365ff(0x1a7),'QQyDX':_0x2365ff(0x1cc),'XQaty':'test_before.setup.js','POXII':_0x2365ff(0x12d),'CdbPU':_0x2365ff(0x1e5),'wXeuK':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','SOzFs':_0x2365ff(0x10b),'fcJPz':_0x2365ff(0x174),'beVbF':function(_0xc3a599,_0x109da6){return _0xc3a599&&_0x109da6;},'gxfKn':_0x2365ff(0x133),'cFpgW':_0x2365ff(0xfd),'kSKUx':_0x2365ff(0x1cf),'dPDgi':_0x2365ff(0x190),'RskCr':function(_0x3b4103,_0x371300,_0x13bf3d){return _0x3b4103(_0x371300,_0x13bf3d);},'JVOLd':'@jest/core/build/ReporterDispatcher.js','wVOiX':'@jest/core','LMYUp':_0x2365ff(0x1c5),'ZktVz':function(_0x407a73,_0x237674){return _0x407a73>_0x237674;},'bAyfw':_0x2365ff(0x146),'FydyT':_0x2365ff(0x14d),'TlAid':'npx','XnyaO':function(_0x4da91c,_0x4b4b54){return _0x4da91c===_0x4b4b54;},'PitFX':_0x2365ff(0x144),'slhkr':'inherit','tsoIP':_0x2365ff(0xfa)},_0x2b3309=helper[_0x2365ff(0x1c4)](_0x5e9278[_0x2365ff(0x16c)]);global['__isPlaywrightInstalled']=!!_0x2b3309;const _0x5487e7=_0x5e9278[_0x2365ff(0x109)](getPuppeteerVersion);global[_0x2365ff(0x1a3)]=!!_0x5487e7;helper[_0x2365ff(0x17e)]()&&(await _0x58827c[_0x2365ff(0x182)](_0x5df61b),await helper[_0x2365ff(0x135)](_0x58827c[_0x2365ff(0x19b)]));if(_0x2b3309)await _0x5e9278['KFuYP'](checkPwandBootstrapCli,_0x2b3309,constants[_0x2365ff(0x18e)]['JEST'],_0x58827c);else _0x5487e7&&await _0x5e9278['jLLuJ'](checkPuppeteerAndBootstrapCli,_0x5487e7,constants[_0x2365ff(0x18e)][_0x2365ff(0x197)],_0x58827c);!BrowserstackCLI[_0x2365ff(0xf8)]()[_0x2365ff(0x1e2)]()&&await _0x58827c[_0x2365ff(0x1d6)]();if(!_0x58827c[_0x2365ff(0x19b)])return;_0x5e9278[_0x2365ff(0x130)](_0x58827c[_0x2365ff(0x19b)][_0x2365ff(0x17f)],null)?process['env'][_0x2365ff(0x126)]=_0x58827c['config'][_0x2365ff(0x17f)]:process[_0x2365ff(0x1d0)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5e9278['mNWAi'];const _0x1e75db=new TestOrchestrationHandler(_0x58827c['config']),_0xed4333=await _0x5e9278['GblAl'](getUserJestConfigs,_0x5df61b,_0x26cadc);logger[_0x2365ff(0xf9)](_0x5e9278['oKifr']);const _0x44015e=Object[_0x2365ff(0x110)]({},_0xed4333);_0x44015e[_0x2365ff(0x11e)]=Object[_0x2365ff(0x110)]({},_0x44015e[_0x2365ff(0x11e)],{'server':helper['getHubUrl'](_0x58827c[_0x2365ff(0x19b)]),'environment':_0xed4333[_0x2365ff(0x12b)]}),_0x44015e[_0x2365ff(0x11e)][_0x2365ff(0x114)]=_0x5e9278[_0x2365ff(0x159)](getPercyOptions,_0x58827c[_0x2365ff(0x19b)]);const _0xadf65=helper[_0x2365ff(0x138)](_0x58827c[_0x2365ff(0x19b)]);!helper[_0x2365ff(0x162)](_0x58827c[_0x2365ff(0x19b)]['accessibilityOptions'])&&(process[_0x2365ff(0x1d0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2365ff(0x19e)](_0x58827c['config'][_0x2365ff(0x1c8)]));if(!BrowserstackCLI[_0x2365ff(0xf8)]()['isRunning']()){const _0x54b466=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x2365ff(0x197)],_0x58827c);}const _0x381479=helper['prepareCapabilities'](_0x58827c['config'],_0xadf65,constants[_0x2365ff(0x18e)][_0x2365ff(0x197)]);process['env']['BROWSERSTACK_CAPABILITIES']=JSON['stringify'](_0x381479);let _0x170b9e=_0x58827c[_0x2365ff(0x19b)][_0x2365ff(0x14a)];_0x170b9e=_0x170b9e||accessibilityHelper[_0x2365ff(0x1e3)](_0x58827c[_0x2365ff(0x19b)]),process[_0x2365ff(0x1d0)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x170b9e,logger[_0x2365ff(0x196)](_0x2365ff(0x175)+_0x170b9e+_0x2365ff(0x1e1)+BrowserstackCLI[_0x2365ff(0xf8)]()['isRunning']());if(_0x2b3309)try{const _0x3f0098=_0x5e9278[_0x2365ff(0x1a6)](checkAccessibilityPlatformConfig,_0x58827c[_0x2365ff(0x19b)]);process[_0x2365ff(0x1d0)][_0x2365ff(0x1ca)]=_0x3f0098?_0x5e9278['mNWAi']:_0x5e9278['UguPR'],logger[_0x2365ff(0x196)](_0x2365ff(0x186)+_0x3f0098+_0x2365ff(0x1d1)+process[_0x2365ff(0x1d0)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);}catch(_0x1108bc){logger[_0x2365ff(0x196)](_0x2365ff(0x15a)+util[_0x2365ff(0x181)](_0x1108bc));}_0x44015e[_0x2365ff(0x11e)]['capabilities']=_0x381479,_0x44015e[_0x2365ff(0x11e)][_0x2365ff(0x177)]=_0x5e9278[_0x2365ff(0x17c)](getSerial,_0x381479,_0x5df61b),_0x44015e[_0x2365ff(0x11e)][_0x2365ff(0x168)]=_0x5e9278['WFsFC'](getMaxWorkers,_0x5df61b,_0x58827c[_0x2365ff(0x19b)],_0xed4333),_0x44015e[_0x2365ff(0x11e)][_0x2365ff(0x118)]=_0x58827c[_0x2365ff(0x19b)][_0x2365ff(0x118)],_0x44015e[_0x2365ff(0x11e)][_0x2365ff(0x119)]=_0x5e9278[_0x2365ff(0x13f)](_0x5df61b['testTimeout'],0x1)||0x1388,_0x44015e[_0x2365ff(0x11e)]['skipSessionName']=_0x58827c[_0x2365ff(0x19b)][_0x2365ff(0x131)]['skipSessionName'],_0x44015e['testEnvironmentOptions'][_0x2365ff(0x1a9)]=_0x58827c[_0x2365ff(0x19b)][_0x2365ff(0x131)]['skipSessionStatus'],_0x44015e[_0x2365ff(0x11e)]['browserStackLogLevel']=_0x58827c[_0x2365ff(0x19b)][_0x2365ff(0x18d)],_0x44015e[_0x2365ff(0x11e)][_0x2365ff(0x1e4)]=_0x58827c['config'][_0x2365ff(0x1e4)],_0x44015e['testEnvironmentOptions']['platformCaps']=_0x58827c['config'][_0x2365ff(0x164)];const _0x2cf20a=helper[_0x2365ff(0x111)](_0x58827c[_0x2365ff(0x19b)]);if(!helper[_0x2365ff(0x1da)](_0x2cf20a)){helper[_0x2365ff(0x19d)](_0x2cf20a['retryTestsOnFailure'])&&(_0x44015e[_0x2365ff(0x11e)][_0x2365ff(0x105)]=_0x2cf20a[_0x2365ff(0x15c)][_0x2365ff(0x180)]);if(helper[_0x2365ff(0x19d)](_0x2cf20a[_0x2365ff(0x14c)])&&helper[_0x2365ff(0x19d)](_0x2cf20a['abortBuildOnFailure'][_0x2365ff(0x198)])){const _0x5c32d6={};_0x5c32d6[_0x2365ff(0x103)]=_0x2cf20a['abortBuildOnFailure']['maxFailures'],_0x5c32d6['workingDir']=_0x2cf20a[_0x2365ff(0x14c)][_0x2365ff(0x198)],_0x44015e['testEnvironmentOptions']['failFast']=_0x5c32d6;}}let _0x550077='';_0x5e9278['afTFw'](helper[_0x2365ff(0x1be)](),constants[_0x2365ff(0x1ad)][_0x2365ff(0x17a)])?_0x550077=_0x5e9278[_0x2365ff(0x1a4)]:_0x550077=_0x5e9278['xIpjl'];const _0x10b492=_0x550077,_0x216dc8=path['join'](__dirname,_0x5e9278[_0x2365ff(0x1d9)],_0x5e9278[_0x2365ff(0xf5)]),_0x309843=path[_0x2365ff(0x15b)](__dirname,_0x5e9278[_0x2365ff(0x1d9)],_0x5e9278['MfaEl']),_0x277d47=path[_0x2365ff(0x15b)](__dirname,_0x5e9278['KrvHn'],_0x5e9278[_0x2365ff(0x113)]);_0x44015e[_0x2365ff(0x12b)]&&(process[_0x2365ff(0x1d0)][_0x2365ff(0x12e)]=_0x44015e[_0x2365ff(0x12b)]);_0x44015e[_0x2365ff(0x12b)]=path[_0x2365ff(0x15b)](__dirname,_0x5e9278[_0x2365ff(0x1d9)],_0x5e9278['uPbBH']);const _0x2156bb=_0xed4333[_0x2365ff(0x1d4)];if(_0x2156bb&&_0x5e9278[_0x2365ff(0xf7)](_0x2156bb,_0x5e9278['UbpSg'])){const _0x596109=_0x2156bb[_0x2365ff(0x1b1)](_0x5e9278['jWtdV'])?_0x2156bb:_0x2365ff(0x12f)+_0x2156bb;process[_0x2365ff(0x1d0)][_0x2365ff(0x11b)]=_0x596109,logger[_0x2365ff(0xf9)]('Preserving\x20user\x27s\x20Jest\x20runner:\x20'+_0x596109);}_0x44015e[_0x2365ff(0x1d4)]=_0x309843,_0x44015e['setupFilesAfterEnv']=_0x44015e['setupFilesAfterEnv']||[],_0x44015e[_0x2365ff(0x148)][_0x2365ff(0x1c6)](path[_0x2365ff(0x15b)](__dirname,_0x5e9278[_0x2365ff(0x13c)]));_0x1e75db[_0x2365ff(0x1db)]()&&(_0x44015e[_0x2365ff(0x1c0)]=path[_0x2365ff(0x15b)](__dirname,_0x5e9278['KrvHn'],_0x5e9278[_0x2365ff(0x192)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0x2365ff(0xf8)]()[_0x2365ff(0x1a2)]()){let _0x4dfec9=null;try{_0x4dfec9=helper['requireModule'](_0x5e9278['rdkOU'],_0x5e9278['qYLfz']);}catch(_0x368778){try{_0x4dfec9=helper[_0x2365ff(0x158)](_0x5e9278[_0x2365ff(0x112)],_0x5e9278['qYLfz']);}catch(_0x2df7e8){_0x5e9278['xciiQ'](debug,_0x2365ff(0x161)+_0x2df7e8);}}_0x4dfec9&&(testhubUtils[_0x2365ff(0x1d2)]()&&_0x44015e['setupFilesAfterEnv'][_0x2365ff(0x1c6)](path['join'](__dirname,_0x5e9278[_0x2365ff(0x132)],_0x5e9278[_0x2365ff(0x170)])),_0x44015e[_0x2365ff(0x16a)]=path[_0x2365ff(0x15b)](__dirname,_0x5e9278[_0x2365ff(0x1d9)],_0x5e9278['QQyDX']));}_0x44015e['setupFiles']=_0x44015e[_0x2365ff(0x128)]||[];try{helper[_0x2365ff(0x1b8)](),_0x44015e[_0x2365ff(0x128)][_0x2365ff(0x1c6)](path[_0x2365ff(0x15b)](__dirname,_0x5e9278[_0x2365ff(0x15e)]));}catch{logger[_0x2365ff(0x196)](_0x5e9278[_0x2365ff(0x1b6)]);}try{helper[_0x2365ff(0x153)][_0x2365ff(0x13e)](null,[_0x5e9278[_0x2365ff(0x16c)],_0x5e9278['CdbPU']]),logger[_0x2365ff(0x196)](_0x5e9278[_0x2365ff(0x10f)]),_0x44015e[_0x2365ff(0x128)][_0x2365ff(0x1c6)](path[_0x2365ff(0x15b)](__dirname,_0x5e9278[_0x2365ff(0x11f)]));}catch(_0x161223){logger[_0x2365ff(0x196)](_0x5e9278[_0x2365ff(0x136)],_0x161223);}if(_0x5e9278[_0x2365ff(0x1ae)](!_0x2b3309,_0x5487e7)){try{logger[_0x2365ff(0x196)](_0x5e9278[_0x2365ff(0x1e6)]),_0x44015e[_0x2365ff(0x148)][_0x2365ff(0x1c6)](path[_0x2365ff(0x15b)](__dirname,'..',_0x5e9278[_0x2365ff(0x127)],_0x5e9278['SOzFs']));}catch(_0x5e4894){logger[_0x2365ff(0x196)]('Puppeteer\x20setup\x20error:\x20'+_0x5e4894[_0x2365ff(0x187)]);}try{const _0x22b896=require[_0x2365ff(0x19c)](_0x5e9278[_0x2365ff(0x1ac)]),_0x173fe8=path[_0x2365ff(0x176)](_0x22b896)['replace'](/\\/g,'/'),_0x4959ee={};_0x4959ee[_0x2365ff(0xfc)]=_0x173fe8+_0x2365ff(0x173),_0x44015e[_0x2365ff(0x17b)]=Object[_0x2365ff(0x110)]({},_0x44015e['moduleNameMapper']||{},_0x4959ee),logger['debug'](_0x2365ff(0x15f)+_0x173fe8);}catch(_0x3aee5c){logger[_0x2365ff(0x196)](_0x2365ff(0x199)+_0x3aee5c[_0x2365ff(0x187)]);}}_0x44015e['reporters']=_0x44015e[_0x2365ff(0x156)]||[_0x5e9278[_0x2365ff(0x102)]],_0x5e9278[_0x2365ff(0x16e)](updateTestRerunConfig,_0x44015e,_0x58827c);const _0x3056c7=fs[_0x2365ff(0x1b9)](_0x277d47),_0x49e078=helper[_0x2365ff(0x1a0)](_0x5e9278['JVOLd'],_0x5e9278['wVOiX']);!_0x49e078[_0x2365ff(0x1e0)]?fs[_0x2365ff(0x14e)](_0x44015e[_0x2365ff(0x1d4)],_0x2365ff(0x13a)+_0x3056c7+_0x2365ff(0x115)+_0x58827c[_0x2365ff(0x19b)]['platforms']['length']+_0x2365ff(0x155)):fs[_0x2365ff(0x14e)](_0x44015e[_0x2365ff(0x1d4)],_0x2365ff(0x13a)+_0x3056c7+_0x2365ff(0x11a)+_0x58827c[_0x2365ff(0x19b)]['platforms'][_0x2365ff(0x19a)]+_0x2365ff(0x117));logger['info'](_0x2365ff(0x101)+_0x10b492+_0x2365ff(0x1ce)),fs[_0x2365ff(0x14e)](_0x10b492,_0x2365ff(0x178)+JSON[_0x2365ff(0x19e)](_0x44015e)+_0x2365ff(0x193));if(_0x1e75db[_0x2365ff(0x1db)]()){logger[_0x2365ff(0x196)](_0x5e9278[_0x2365ff(0x13b)]);const _0x206651=await _0x1e75db[_0x2365ff(0x19f)](_0x44015e,_0x26cadc['slice'](0x1),_0x10b492);logger[_0x2365ff(0x196)]('Found:\x20'+JSON[_0x2365ff(0x19e)](_0x206651)+_0x2365ff(0x10d));const _0x550252=await _0x1e75db['reorderTestFiles'](_0x206651);logger[_0x2365ff(0x196)](_0x2365ff(0x191)+JSON[_0x2365ff(0x19e)](_0x550252)),_0x550252&&_0x5e9278[_0x2365ff(0x137)](_0x550252[_0x2365ff(0x19a)],0x0)&&(process[_0x2365ff(0x1d0)][_0x2365ff(0x166)]=_0x550252?.[_0x2365ff(0x15b)](','));}logger['info'](_0x5e9278['bAyfw']);testhubUtils[_0x2365ff(0x1d2)]()&&TestDetails[_0x2365ff(0x1c3)]();helper[_0x2365ff(0xf6)]({},_0x26cadc),PerformanceTester[_0x2365ff(0x18a)](PerformanceEvents[_0x2365ff(0x141)]);const _0x17bc31=[_0x5e9278[_0x2365ff(0x100)],_0x5e9278['FydyT'],_0x10b492,..._0x26cadc[_0x2365ff(0x1d8)](0x1)];process['env'][_0x2365ff(0x12c)]=process[_0x2365ff(0x1d0)][_0x2365ff(0x12c)]||_0x5e9278[_0x2365ff(0x100)];const _0x4f385d=_0x5e9278[_0x2365ff(0xf4)](spawn,_0x5e9278[_0x2365ff(0x1ab)],_0x17bc31,{'shell':_0x5e9278[_0x2365ff(0x104)](process[_0x2365ff(0x1e7)],_0x5e9278[_0x2365ff(0x157)]),'stdio':_0x5e9278['slhkr'],'env':Object['assign']({},process[_0x2365ff(0x1d0)])});_0x4f385d['on'](_0x5e9278[_0x2365ff(0x129)],async _0xeab14f=>{const _0x3d3712=_0x2365ff;PerformanceTester['start'](PerformanceEvents[_0x3d3712(0x1df)]),process['exitCode']=_0xeab14f,logger[_0x3d3712(0x196)](_0x3d3712(0xfe)+_0xeab14f),logger[_0x3d3712(0xf9)](_0x3d3712(0x149)+_0x10b492);if(helper[_0x3d3712(0x19d)](_0x2cf20a)&&helper[_0x3d3712(0x19d)](_0x2cf20a[_0x3d3712(0x14c)])&&fs['existsSync'](_0x2cf20a[_0x3d3712(0x14c)][_0x3d3712(0x198)]))try{const _0x2fde2a={};_0x2fde2a[_0x3d3712(0x18c)]=!![],_0x2fde2a[_0x3d3712(0x11c)]=!![],fs[_0x3d3712(0x1bb)](_0x2cf20a[_0x3d3712(0x14c)][_0x3d3712(0x198)],_0x2fde2a),logger[_0x3d3712(0x196)]('Deleted\x20fail-fast\x20state\x20folder:\x20'+_0x2cf20a[_0x3d3712(0x14c)][_0x3d3712(0x198)]);}catch(_0x3a80fa){logger['error'](_0x3d3712(0x1af)+_0x3a80fa);}let _0x1db0c5=null;if(fs[_0x3d3712(0x169)](_0x216dc8)){_0x1db0c5=fs['readFileSync'](_0x216dc8);try{_0x1db0c5=JSON[_0x3d3712(0x116)](_0x1db0c5);}catch(_0x18f282){logger[_0x3d3712(0x196)]('Error\x20while\x20parsing\x20'+_0x216dc8+',\x20'+_0x1db0c5+_0x3d3712(0x1c1)+_0x18f282);}fs[_0x3d3712(0x147)](_0x216dc8);}fs[_0x3d3712(0x147)](_0x10b492),fs['unlinkSync'](_0x309843),_0x1db0c5&&(_0x58827c[_0x3d3712(0x14f)]=helper[_0x3d3712(0x1bc)](_0x1db0c5,_0x5e9278['anQWo'],_0x58827c));const _0x471509=BrowserstackCLI[_0x3d3712(0x13d)]();try{await TestHubHandler[_0x3d3712(0x1b2)](),await BrowserstackCLI[_0x3d3712(0xf8)]()[_0x3d3712(0x1b2)]();}catch(_0x4f0008){console[_0x3d3712(0x1cb)](_0x4f0008),_0x5e9278[_0x3d3712(0x125)](debug,_0x3d3712(0x188)+util[_0x3d3712(0x181)](_0x4f0008));}testOpsHelper[_0x3d3712(0x139)](),TestDetails['shutdown'](),await utilities[_0x3d3712(0x194)](_0x58827c,_0x471509);});}module[a17_0x3422d6(0x183)]=run;
2
+ 'use strict';function a17_0x10cb(){const _0x1fc28a=['isBrowserstackInfra','readFileSync','capabilities','findIndex','EVENTS','kSFFw','testContextOptions','puppeteer','maxWorkers','getErrorMessageFromResults','../../helpers/test-observability/constants','aAtgh','requireSeleniumWebdriver','hblev','maxRetries','\x20:\x20','slice','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','data-hooks.js','checkAccessibilityPlatformConfig','isNotUndefined','getPackageVersion','jest.config.','false','../../helpers/utilities','\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','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','FdxlZ','default','RMLzB','filterBrowserstackArgs','qYKid','platformCaps','4CKAnUU','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','jest-circus','682353LDgkgd','Deleted\x20fail-fast\x20state\x20folder:\x20','NKvGj','jest-runner-','bvFqY','isCLIEnabled','testEnvironmentOptions','__isPuppeteerInstalled','test_before.setup.js','true','Unable\x20to\x20find\x20jest-circus,\x20','--config','maxFailures','message','cnmAG','BROWSERSTACK_FRAMEWORK','exitCode','ZZpMm','join','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','12bPeSEd','JZPpE','BSTACK_JEST_TEST_ENV','isUndefined','\x0a\x20\x20\x20\x20\x20\x20','ucaFl','testTimeout','KfZUI','stringify','Deleting\x20','ywqNo','tmUYW','parse','jqtTh','JEST_TEST_ORDER','launchBuild','customEnvironment.js','proxySettings','FRAMEWORKS','okVbB','push','sbETK','jest.setup.js','mjs','XSoTw','recursive','turboScaleUrl','stop',';\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','isRunning','skipSessionStatus','Getting\x20your\x20jest\x20configs\x20from\x20package.json','setupFilesAfterEnv','unlinkSync','jest-runner','parallelsPerPlatform','printBuildLink','rJWZj','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','apply','setupBrowserstackLocal','173726ZnyOpT','util','@jest/core','Reodered\x20Test\x20Files:\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','customImplements','oUxrl','Puppeteer\x20setup\x20error:\x20','Creating\x20','shouldProcessEventForTesthub','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','resolve','workingDir','jest-config/build/readConfigFileAndSetRootDir.js','../../helpers/test-observability/utils','aMFtW','../../helpers/BrowserStackSetup','./test-observability/helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','9pSBqOl','parallels__','YoyqS','parseTestOrchestrationOptions','SDK_SETUP','end','kZyTE','EcxVJ','wjZSy','config',',\x20CLI\x20running:\x20','logLevel','jest-circus/build/runner.js','Preserving\x20user\x27s\x20Jest\x20runner:\x20','browserStackPercyOptions','isEmpty','1771992mttazd','../../helpers/playwright-helper','22CeBSzD','testObservability','432172MdmYrI','splice','32fcliSw','eTpMH','failureThresholdCount','failFast','@playwright/test','reporters','runInBand','WDefU','retryTestsOnFailure','package.json','abortBuildOnFailure','close','JLMiM','kbEto','rmSync','roUrH','getPackageType','testSequencer','ccttm','../../helpers/performance/constants','qFoTy','readInitialOptions','info','^puppeteer-core/internal/(.*)','TzMzq','requireModule','assign','../../helpers/puppeteer-helper','useW3C','\x20test\x20files\x20to\x20run.','../../helpers/testhub/testhubHandler','isTestOrchestrationEnabled','getInstance','@jest/core/build/ReporterDispatcher.js','browserStackLogLevel','BSTACK_USER_JEST_RUNNER','JCDKc','setupFiles','\x20with\x20browserstack\x20jest\x20configs','wZXtH','startsWith','test.setup.js','findTestFiles','TsUnP','Getting\x20your\x20jest\x20configs\x20from\x20','PACKAGE_TYPE','350715vaLJMk','jest','iRHRX','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','customTestRunner.js','child\x20process\x20exited\x20with\x20code\x20','cBZHv','jest-config','jEFIt','MODULE','nOiTK','existsSync','dJJid','nYxMv','errorMessage','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','/internal/$1','../utils/constants','length','requirePWModule','cwd','puppeteer-core/package.json','BYvNl','platform','660350qTjVzc','accessibility','json','writeFileSync','getHubUrl','finalExecution','wzmBI','../../helpers/test-orchestration/testOrchestrationHandler','jest_browserstack.config.cjs','RQvnu','wXGjy','error','YJaSp','../../helpers/logger',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','../../helpers/performance/performance-tester','qvvBS','inherit','__isPlaywrightInstalled','CTksT','testRunner','etPrH','gtkqE','force','accessibilityOptions','../utils/clientTroubleshootingService','JEST','customTestRunnerTemplate.js','platforms','format','testEnvironment','setup','env','./test-observability/test-details','oHIoo','debug','../v2/browserstackCLI','BXtRH','USER_CONFIG_DETAILS_PATH','../../helpers/testhub/utils','ylJnn','egFjO','moduleNameMapper','eLSCK','1593490UbjVew'];a17_0x10cb=function(){return _0x1fc28a;};return a17_0x10cb();}const a17_0x3f5572=a17_0x1354;(function(_0x40d6fb,_0x1d2de2){const _0x2e5d0e=a17_0x1354,_0x48e016=_0x40d6fb();while(!![]){try{const _0x387d9b=parseInt(_0x2e5d0e(0x24c))/0x1+parseInt(_0x2e5d0e(0x273))/0x2+parseInt(_0x2e5d0e(0x2a3))/0x3*(-parseInt(_0x2e5d0e(0x20c))/0x4)+-parseInt(_0x2e5d0e(0x2bb))/0x5*(parseInt(_0x2e5d0e(0x223))/0x6)+parseInt(_0x2e5d0e(0x20f))/0x7*(parseInt(_0x2e5d0e(0x275))/0x8)+parseInt(_0x2e5d0e(0x25f))/0x9*(parseInt(_0x2e5d0e(0x1ea))/0xa)+parseInt(_0x2e5d0e(0x271))/0xb*(-parseInt(_0x2e5d0e(0x26f))/0xc);if(_0x387d9b===_0x1d2de2)break;else _0x48e016['push'](_0x48e016['shift']());}catch(_0x5b4de4){_0x48e016['push'](_0x48e016['shift']());}}}(a17_0x10cb,0x4022c));const fs=require('fs'),path=require('path'),util=require(a17_0x3f5572(0x24d)),{spawn}=require('child_process'),logger=require(a17_0x3f5572(0x2c8))['winstonLogger'],{default:BrowserStackSetup}=require(a17_0x3f5572(0x25c)),helper=require('../../helpers/helper'),utilities=require(a17_0x3f5572(0x203)),constants=require(a17_0x3f5572(0x2b4)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a17_0x3f5572(0x25d)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a17_0x3f5572(0x25a)),TestDetails=require(a17_0x3f5572(0x1df)),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require(a17_0x3f5572(0x293)),testhubUtils=require(a17_0x3f5572(0x1e5)),{FRAMEWORKS}=require(a17_0x3f5572(0x1f5)),PerformanceTester=require(a17_0x3f5572(0x2cb)),PerformanceEvents=require(a17_0x3f5572(0x288))[a17_0x3f5572(0x1ef)],TestOrchestrationHandler=require(a17_0x3f5572(0x2c2)),BrowserstackCLI=require(a17_0x3f5572(0x1e2)),{checkPwandBootstrapCli}=require(a17_0x3f5572(0x270)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a17_0x3f5572(0x290)),ClientTroubleShootingService=require(a17_0x3f5572(0x1d7)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),getUserJestConfigs=async(_0x40b4ab,_0x1b2bb2)=>{const _0x12dd86=a17_0x3f5572,_0x356e82={'oHIoo':_0x12dd86(0x259),'qFoTy':_0x12dd86(0x2aa),'okVbB':function(_0xbc94e1,_0xd6eee){return _0xbc94e1||_0xd6eee;},'aAtgh':function(_0xaaf3a6,_0x434824){return _0xaaf3a6(_0x434824);},'kZyTE':_0x12dd86(0x27e),'etPrH':_0x12dd86(0x242),'kbEto':_0x12dd86(0x23a),'nYxMv':'cjs','VdygO':_0x12dd86(0x2bd)};let _0x55b9a3;try{_0x55b9a3=helper[_0x12dd86(0x28e)](_0x356e82[_0x12dd86(0x1e0)],_0x356e82[_0x12dd86(0x289)]);}catch{const _0x46e2cf=helper[_0x12dd86(0x28e)](_0x356e82[_0x12dd86(0x289)]);_0x55b9a3={'default':async _0x1f60e8=>{const _0x279638=_0x12dd86,_0x21a7e6=await _0x46e2cf[_0x279638(0x28a)](_0x1f60e8,{});return _0x21a7e6[_0x279638(0x268)];}};}const _0x3c4788=_0x1b2bb2[_0x12dd86(0x1ee)](_0x21695d=>_0x21695d===_0x12dd86(0x21a));if(!helper[_0x12dd86(0x226)](_0x40b4ab['config'])){logger[_0x12dd86(0x28b)](_0x12dd86(0x2a1)+_0x40b4ab[_0x12dd86(0x268)]),process[_0x12dd86(0x1de)][_0x12dd86(0x1e4)]=_0x40b4ab['config'];const _0x5b4dba=await(0x0,_0x55b9a3[_0x12dd86(0x207)])(path[_0x12dd86(0x257)](_0x40b4ab[_0x12dd86(0x268)]));return _0x1b2bb2[_0x12dd86(0x274)](_0x3c4788,0x2),_0x356e82[_0x12dd86(0x236)](_0x5b4dba,{});}const _0x296ff6=_0x356e82[_0x12dd86(0x1f6)](require,path[_0x12dd86(0x221)](process[_0x12dd86(0x2b7)](),_0x356e82[_0x12dd86(0x265)]));if(_0x296ff6[_0x12dd86(0x2a4)])return logger['info'](_0x356e82[_0x12dd86(0x1d3)]),_0x296ff6[_0x12dd86(0x2a4)];const _0x4fd1e1=['js',_0x356e82[_0x12dd86(0x282)],_0x356e82[_0x12dd86(0x2b0)],_0x356e82['VdygO'],'ts'];for(const _0x3d5d81 of _0x4fd1e1){const _0x35ae43=path[_0x12dd86(0x221)](process[_0x12dd86(0x2b7)](),_0x12dd86(0x201)+_0x3d5d81);if(fs[_0x12dd86(0x2ae)](_0x35ae43)){process[_0x12dd86(0x1de)][_0x12dd86(0x1e4)]=_0x35ae43;const _0x42db98=await(0x0,_0x55b9a3[_0x12dd86(0x207)])(_0x35ae43);return _0x42db98;}}return{};},getSerial=(_0x5c1769,_0x32c982)=>{const _0x3803e4=a17_0x3f5572,_0x2cd975={};_0x2cd975[_0x3803e4(0x213)]='true',_0x2cd975[_0x3803e4(0x230)]=function(_0x355013,_0x3c411a){return _0x355013>_0x3c411a;},_0x2cd975[_0x3803e4(0x276)]=function(_0x5ee802,_0x250693){return _0x5ee802>_0x250693;},_0x2cd975['NKvGj']=_0x3803e4(0x202);const _0x55fdf3=_0x2cd975;let _0xee246f=_0x55fdf3[_0x3803e4(0x213)];return _0x55fdf3[_0x3803e4(0x230)](_0x5c1769[_0x3803e4(0x2b5)],0x1)&&(!_0x32c982[_0x3803e4(0x27b)]&&(helper[_0x3803e4(0x226)](_0x32c982[_0x3803e4(0x1f3)])||_0x55fdf3['eTpMH'](_0x32c982['maxWorkers'],0x1)))&&(_0xee246f=_0x55fdf3[_0x3803e4(0x211)]),_0xee246f;},getMaxWorkers=(_0x3813c7,_0x17d213,_0x17bdab)=>{const _0x4b6e78=a17_0x3f5572,_0x2dc01b={'ywqNo':function(_0x28d126,_0x449a8f){return _0x28d126(_0x449a8f);}};let _0x5b12e5=0x1;if(!helper[_0x4b6e78(0x226)](_0x17d213[_0x4b6e78(0x246)]))_0x5b12e5=_0x2dc01b[_0x4b6e78(0x22d)](parseInt,_0x17d213[_0x4b6e78(0x246)]);else{if(!helper[_0x4b6e78(0x226)](_0x3813c7[_0x4b6e78(0x1f3)]))_0x5b12e5=_0x3813c7['maxWorkers'];else!helper[_0x4b6e78(0x226)](_0x17bdab[_0x4b6e78(0x1f3)])&&(_0x5b12e5=_0x17bdab[_0x4b6e78(0x1f3)]);}return _0x5b12e5;};async function run(_0x4dc7ed,_0x5c1e2d,_0x42ed29){const _0x41f6af=a17_0x3f5572,_0xe72d69={'BYvNl':'jest','cnmAG':function(_0x27ca4b,_0x9ae1eb){return _0x27ca4b(_0x9ae1eb);},'egFjO':_0x41f6af(0x279),'iRHRX':function(_0x37f247){return _0x37f247();},'CTksT':function(_0x466bf6,_0x3fdff5,_0x3f041c,_0x4184ec){return _0x466bf6(_0x3fdff5,_0x3f041c,_0x4184ec);},'hblev':function(_0x2ae496,_0x5b0013){return _0x2ae496!=_0x5b0013;},'wzmBI':_0x41f6af(0x218),'KfZUI':function(_0x54f232,_0x54adce,_0x162e67){return _0x54f232(_0x54adce,_0x162e67);},'eLSCK':_0x41f6af(0x2a6),'tmUYW':function(_0x1fdf04,_0x1195a3){return _0x1fdf04(_0x1195a3);},'tIfeB':'false','BXtRH':function(_0x58850d,_0x30bbd0){return _0x58850d*_0x30bbd0;},'ylJnn':function(_0x346df9,_0x2374ad){return _0x346df9===_0x2374ad;},'ZZpMm':_0x41f6af(0x2c3),'roUrH':'jest_browserstack.config.js','rJWZj':_0x41f6af(0x251),'aMFtW':'jest_browserstack_results.json','WJcGP':_0x41f6af(0x2a7),'qsduw':_0x41f6af(0x1d9),'TsUnP':_0x41f6af(0x233),'wZXtH':function(_0x1f125b,_0x81e661){return _0x1f125b!==_0x81e661;},'vCmSc':_0x41f6af(0x245),'TzMzq':_0x41f6af(0x212),'YoyqS':_0x41f6af(0x239),'ccttm':'customSequencer.js','qYKid':_0x41f6af(0x1fc),'YJaSp':_0x41f6af(0x20e),'ucaFl':_0x41f6af(0x26b),'JLMiM':function(_0x3c1666,_0x1e1440){return _0x3c1666(_0x1e1440);},'RMLzB':'test-observability','sbETK':_0x41f6af(0x1fd),'mMAqj':'customCircus.js','wXGjy':_0x41f6af(0x217),'DwbPF':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','szlVm':'playwright','RQvnu':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','jEFIt':_0x41f6af(0x29e),'FdxlZ':_0x41f6af(0x249),'Wwcnj':function(_0x286d58,_0x1cd331){return _0x286d58&&_0x1cd331;},'JZPpE':_0x41f6af(0x2ca),'oUxrl':_0x41f6af(0x1f2),'cBZHv':_0x41f6af(0x2b8),'wjZSy':_0x41f6af(0x207),'BJRwg':function(_0x108034,_0x2de6aa,_0x53748a){return _0x108034(_0x2de6aa,_0x53748a);},'ieYNk':_0x41f6af(0x296),'XSoTw':_0x41f6af(0x24e),'nOiTK':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','CMYBS':function(_0xa329b9,_0x454a18){return _0xa329b9>_0x454a18;},'EcxVJ':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','kSFFw':'--config','gtkqE':function(_0x272394,_0x425b47,_0x12946e,_0x2f8e39){return _0x272394(_0x425b47,_0x12946e,_0x2f8e39);},'JCDKc':'npx','dJJid':'win32','WDefU':_0x41f6af(0x2cd),'qvvBS':_0x41f6af(0x280)},_0x2b67d7=helper[_0x41f6af(0x200)](_0xe72d69[_0x41f6af(0x1e7)]);global[_0x41f6af(0x2ce)]=!!_0x2b67d7;const _0x40c816=_0xe72d69[_0x41f6af(0x2a5)](getPuppeteerVersion);global[_0x41f6af(0x216)]=!!_0x40c816;helper[_0x41f6af(0x1eb)]()&&(await _0x42ed29['initialize'](_0x4dc7ed),await helper['handleApp'](_0x42ed29['config']));if(_0x2b67d7)await _0xe72d69['CTksT'](checkPwandBootstrapCli,_0x2b67d7,constants[_0x41f6af(0x235)]['JEST'],_0x42ed29);else _0x40c816&&await _0xe72d69[_0x41f6af(0x1d1)](checkPuppeteerAndBootstrapCli,_0x40c816,constants[_0x41f6af(0x235)][_0x41f6af(0x1d8)],_0x42ed29);!BrowserstackCLI['getInstance']()['isRunning']()&&await _0x42ed29[_0x41f6af(0x24b)]();if(!_0x42ed29['config'])return;_0xe72d69[_0x41f6af(0x1f8)](_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x272)],null)?process[_0x41f6af(0x1de)][_0x41f6af(0x250)]=_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x272)]:process[_0x41f6af(0x1de)][_0x41f6af(0x250)]=_0xe72d69['wzmBI'];const _0x22200b=new TestOrchestrationHandler(_0x42ed29['config']),_0x37ad56=await _0xe72d69[_0x41f6af(0x22a)](getUserJestConfigs,_0x4dc7ed,_0x5c1e2d);logger[_0x41f6af(0x28b)](_0xe72d69[_0x41f6af(0x1e9)]);const _0x25749f=Object[_0x41f6af(0x28f)]({},_0x37ad56);_0x25749f[_0x41f6af(0x215)]=Object['assign']({},_0x25749f['testEnvironmentOptions'],{'server':helper[_0x41f6af(0x2bf)](_0x42ed29[_0x41f6af(0x268)]),'environment':_0x37ad56[_0x41f6af(0x1dc)]}),_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x26d)]=_0xe72d69[_0x41f6af(0x22e)](getPercyOptions,_0x42ed29[_0x41f6af(0x268)]);const _0x499131=helper[_0x41f6af(0x291)](_0x42ed29['config']);!helper['isUndefined'](_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x1d6)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x41f6af(0x22b)](_0x42ed29[_0x41f6af(0x268)]['accessibilityOptions']));if(!BrowserstackCLI[_0x41f6af(0x295)]()['isRunning']()){const _0x578de8=await TestHubHandler[_0x41f6af(0x232)](FRAMEWORKS[_0x41f6af(0x1d8)],_0x42ed29);}const _0x3c47dd=helper['prepareCapabilities'](_0x42ed29[_0x41f6af(0x268)],_0x499131,constants[_0x41f6af(0x235)][_0x41f6af(0x1d8)]);process[_0x41f6af(0x1de)]['BROWSERSTACK_CAPABILITIES']=JSON[_0x41f6af(0x22b)](_0x3c47dd);let _0x4c2292=_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x2bc)];_0x4c2292=_0x4c2292||accessibilityHelper[_0x41f6af(0x1fe)](_0x42ed29[_0x41f6af(0x268)]),process[_0x41f6af(0x1de)][_0x41f6af(0x25e)]=_0x4c2292,logger['debug'](_0x41f6af(0x205)+_0x4c2292+_0x41f6af(0x269)+BrowserstackCLI[_0x41f6af(0x295)]()[_0x41f6af(0x240)]());if(_0x2b67d7)try{const _0x33c887=_0xe72d69[_0x41f6af(0x21d)](checkAccessibilityPlatformConfig,_0x42ed29[_0x41f6af(0x268)]);process[_0x41f6af(0x1de)][_0x41f6af(0x256)]=_0x33c887?_0xe72d69[_0x41f6af(0x2c1)]:_0xe72d69['tIfeB'],logger[_0x41f6af(0x1e1)]('[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20'+_0x33c887+_0x41f6af(0x2c9)+process[_0x41f6af(0x1de)][_0x41f6af(0x256)]);}catch(_0x22d389){logger[_0x41f6af(0x1e1)](_0x41f6af(0x222)+util[_0x41f6af(0x1db)](_0x22d389));}_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x1ed)]=_0x3c47dd,_0x25749f[_0x41f6af(0x215)]['serial__']=_0xe72d69['KfZUI'](getSerial,_0x3c47dd,_0x4dc7ed),_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x260)]=_0xe72d69[_0x41f6af(0x1d1)](getMaxWorkers,_0x4dc7ed,_0x42ed29[_0x41f6af(0x268)],_0x37ad56),_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x234)]=_0x42ed29['config']['proxySettings'],_0x25749f['testEnvironmentOptions']['timeout__']=_0xe72d69[_0x41f6af(0x1e3)](_0x4dc7ed[_0x41f6af(0x229)],0x1)||0x1388,_0x25749f[_0x41f6af(0x215)]['skipSessionName']=_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x1f1)]['skipSessionName'],_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x241)]=_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x1f1)][_0x41f6af(0x241)],_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x297)]=_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x26a)],_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x23d)]=_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x23d)],_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x20b)]=_0x42ed29[_0x41f6af(0x268)]['platforms'];const _0x47c5ac=helper[_0x41f6af(0x262)](_0x42ed29[_0x41f6af(0x268)]);if(!helper[_0x41f6af(0x26e)](_0x47c5ac)){helper[_0x41f6af(0x1ff)](_0x47c5ac[_0x41f6af(0x27d)])&&(_0x25749f['testEnvironmentOptions']['retries__']=_0x47c5ac['retryTestsOnFailure'][_0x41f6af(0x1f9)]);if(helper[_0x41f6af(0x1ff)](_0x47c5ac[_0x41f6af(0x27f)])&&helper['isNotUndefined'](_0x47c5ac[_0x41f6af(0x27f)][_0x41f6af(0x258)])){const _0x5cb487={};_0x5cb487[_0x41f6af(0x277)]=_0x47c5ac[_0x41f6af(0x27f)][_0x41f6af(0x21b)],_0x5cb487[_0x41f6af(0x258)]=_0x47c5ac[_0x41f6af(0x27f)][_0x41f6af(0x258)],_0x25749f[_0x41f6af(0x215)][_0x41f6af(0x278)]=_0x5cb487;}}let _0x164c85='';_0xe72d69[_0x41f6af(0x1e6)](helper[_0x41f6af(0x285)](),constants[_0x41f6af(0x2a2)][_0x41f6af(0x2ac)])?_0x164c85=_0xe72d69[_0x41f6af(0x220)]:_0x164c85=_0xe72d69[_0x41f6af(0x284)];const _0x4c365d=_0x164c85,_0x3b23a6=path[_0x41f6af(0x221)](__dirname,_0xe72d69[_0x41f6af(0x248)],_0xe72d69[_0x41f6af(0x25b)]),_0x26e843=path['join'](__dirname,_0xe72d69[_0x41f6af(0x248)],_0xe72d69['WJcGP']),_0x14b109=path[_0x41f6af(0x221)](__dirname,_0xe72d69[_0x41f6af(0x248)],_0xe72d69['qsduw']);_0x25749f[_0x41f6af(0x1dc)]&&(process[_0x41f6af(0x1de)][_0x41f6af(0x225)]=_0x25749f[_0x41f6af(0x1dc)]);_0x25749f['testEnvironment']=path['join'](__dirname,_0xe72d69[_0x41f6af(0x248)],_0xe72d69[_0x41f6af(0x2a0)]);const _0x271258=_0x37ad56['runner'];if(_0x271258&&_0xe72d69[_0x41f6af(0x29c)](_0x271258,_0xe72d69['vCmSc'])){const _0x2e8396=_0x271258[_0x41f6af(0x29d)](_0xe72d69[_0x41f6af(0x28d)])?_0x271258:'jest-runner-'+_0x271258;process[_0x41f6af(0x1de)][_0x41f6af(0x298)]=_0x2e8396,logger[_0x41f6af(0x28b)](_0x41f6af(0x26c)+_0x2e8396);}_0x25749f['runner']=_0x26e843,_0x25749f[_0x41f6af(0x243)]=_0x25749f[_0x41f6af(0x243)]||[],_0x25749f['setupFilesAfterEnv'][_0x41f6af(0x237)](path[_0x41f6af(0x221)](__dirname,_0xe72d69[_0x41f6af(0x261)]));_0x22200b['isTestOrchestrationEnabled']()&&(_0x25749f[_0x41f6af(0x286)]=path['join'](__dirname,_0xe72d69[_0x41f6af(0x248)],_0xe72d69[_0x41f6af(0x287)]));if(testhubUtils[_0x41f6af(0x255)]()||BrowserstackCLI['getInstance']()['isCliEnabled']()){let _0x523655=null;try{_0x523655=helper[_0x41f6af(0x28e)](_0xe72d69[_0x41f6af(0x20a)],_0xe72d69[_0x41f6af(0x2c7)]);}catch(_0x13e96d){try{_0x523655=helper[_0x41f6af(0x28e)](_0xe72d69[_0x41f6af(0x228)],_0xe72d69['YJaSp']);}catch(_0x220102){_0xe72d69[_0x41f6af(0x281)](debug,_0x41f6af(0x219)+_0x220102);}}_0x523655&&(testhubUtils[_0x41f6af(0x255)]()&&_0x25749f[_0x41f6af(0x243)]['push'](path[_0x41f6af(0x221)](__dirname,_0xe72d69[_0x41f6af(0x208)],_0xe72d69[_0x41f6af(0x238)])),_0x25749f[_0x41f6af(0x1d2)]=path[_0x41f6af(0x221)](__dirname,_0xe72d69[_0x41f6af(0x248)],_0xe72d69['mMAqj']));}_0x25749f[_0x41f6af(0x29a)]=_0x25749f[_0x41f6af(0x29a)]||[];try{helper[_0x41f6af(0x1f7)](),_0x25749f['setupFiles']['push'](path[_0x41f6af(0x221)](__dirname,_0xe72d69[_0x41f6af(0x2c5)]));}catch{logger['debug'](_0xe72d69['DwbPF']);}try{helper[_0x41f6af(0x2b6)][_0x41f6af(0x24a)](null,[_0xe72d69['egFjO'],_0xe72d69['szlVm']]),logger[_0x41f6af(0x1e1)](_0xe72d69[_0x41f6af(0x2c4)]),_0x25749f[_0x41f6af(0x29a)][_0x41f6af(0x237)](path[_0x41f6af(0x221)](__dirname,_0xe72d69[_0x41f6af(0x2ab)]));}catch(_0x50abd5){logger[_0x41f6af(0x1e1)](_0xe72d69[_0x41f6af(0x206)],_0x50abd5);}if(_0xe72d69['Wwcnj'](!_0x2b67d7,_0x40c816)){try{logger[_0x41f6af(0x1e1)](_0xe72d69[_0x41f6af(0x224)]),_0x25749f[_0x41f6af(0x243)]['push'](path[_0x41f6af(0x221)](__dirname,'..',_0xe72d69[_0x41f6af(0x252)],_0xe72d69[_0x41f6af(0x2ab)]));}catch(_0x598de7){logger[_0x41f6af(0x1e1)](_0x41f6af(0x253)+_0x598de7[_0x41f6af(0x21c)]);}try{const _0x310107=require['resolve'](_0xe72d69[_0x41f6af(0x2a9)]),_0x934056=path['dirname'](_0x310107)['replace'](/\\/g,'/'),_0x40fcf1={};_0x40fcf1[_0x41f6af(0x28c)]=_0x934056+_0x41f6af(0x2b3),_0x25749f[_0x41f6af(0x1e8)]=Object[_0x41f6af(0x28f)]({},_0x25749f['moduleNameMapper']||{},_0x40fcf1),logger[_0x41f6af(0x1e1)]('[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20'+_0x934056);}catch(_0x4456bb){logger[_0x41f6af(0x1e1)]('[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20'+_0x4456bb[_0x41f6af(0x21c)]);}}_0x25749f[_0x41f6af(0x27a)]=_0x25749f[_0x41f6af(0x27a)]||[_0xe72d69[_0x41f6af(0x267)]],_0xe72d69['BJRwg'](updateTestRerunConfig,_0x25749f,_0x42ed29);const _0xa9ec7f=fs[_0x41f6af(0x1ec)](_0x14b109),_0x333d49=helper['resolveModule'](_0xe72d69['ieYNk'],_0xe72d69[_0x41f6af(0x23b)]);!_0x333d49[_0x41f6af(0x2c6)]?fs[_0x41f6af(0x2be)](_0x25749f['runner'],'\x0a\x20\x20\x20\x20\x20\x20'+_0xa9ec7f+_0x41f6af(0x204)+_0x42ed29[_0x41f6af(0x268)]['platforms'][_0x41f6af(0x2b5)]+_0x41f6af(0x23f)):fs[_0x41f6af(0x2be)](_0x25749f['runner'],_0x41f6af(0x227)+_0xa9ec7f+'\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'+_0x42ed29[_0x41f6af(0x268)][_0x41f6af(0x1da)]['length']+';\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[_0x41f6af(0x28b)](_0x41f6af(0x254)+_0x4c365d+_0x41f6af(0x29b)),fs[_0x41f6af(0x2be)](_0x4c365d,'const\x20config='+JSON[_0x41f6af(0x22b)](_0x25749f)+'\x0amodule.exports\x20=\x20config;');if(_0x22200b[_0x41f6af(0x294)]()){logger['debug'](_0xe72d69[_0x41f6af(0x2ad)]);const _0x50cef0=await _0x22200b[_0x41f6af(0x29f)](_0x25749f,_0x5c1e2d[_0x41f6af(0x1fb)](0x1),_0x4c365d);logger[_0x41f6af(0x1e1)]('Found:\x20'+JSON[_0x41f6af(0x22b)](_0x50cef0)+_0x41f6af(0x292));const _0x2ff025=await _0x22200b['reorderTestFiles'](_0x50cef0);logger[_0x41f6af(0x1e1)](_0x41f6af(0x24f)+JSON[_0x41f6af(0x22b)](_0x2ff025)),_0x2ff025&&_0xe72d69['CMYBS'](_0x2ff025[_0x41f6af(0x2b5)],0x0)&&(process['env'][_0x41f6af(0x231)]=_0x2ff025?.[_0x41f6af(0x221)](','));}logger[_0x41f6af(0x28b)](_0xe72d69[_0x41f6af(0x266)]);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails[_0x41f6af(0x1dd)]();helper[_0x41f6af(0x209)]({},_0x5c1e2d),PerformanceTester[_0x41f6af(0x264)](PerformanceEvents[_0x41f6af(0x263)]);const _0x1ce304=[_0xe72d69[_0x41f6af(0x2b9)],_0xe72d69[_0x41f6af(0x1f0)],_0x4c365d,..._0x5c1e2d['slice'](0x1)];process['env'][_0x41f6af(0x21e)]=process[_0x41f6af(0x1de)][_0x41f6af(0x21e)]||_0xe72d69[_0x41f6af(0x2b9)];const _0x468191=_0xe72d69[_0x41f6af(0x1d4)](spawn,_0xe72d69[_0x41f6af(0x299)],_0x1ce304,{'shell':_0xe72d69[_0x41f6af(0x1e6)](process[_0x41f6af(0x2ba)],_0xe72d69[_0x41f6af(0x2af)]),'stdio':_0xe72d69[_0x41f6af(0x27c)],'env':Object[_0x41f6af(0x28f)]({},process[_0x41f6af(0x1de)])});_0x468191['on'](_0xe72d69[_0x41f6af(0x2cc)],async _0x191ee3=>{const _0x245a23=_0x41f6af;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),process[_0x245a23(0x21f)]=_0x191ee3,logger[_0x245a23(0x1e1)](_0x245a23(0x2a8)+_0x191ee3),logger['info'](_0x245a23(0x22c)+_0x4c365d);if(helper['isNotUndefined'](_0x47c5ac)&&helper[_0x245a23(0x1ff)](_0x47c5ac[_0x245a23(0x27f)])&&fs[_0x245a23(0x2ae)](_0x47c5ac['abortBuildOnFailure']['workingDir']))try{const _0x44963c={};_0x44963c[_0x245a23(0x23c)]=!![],_0x44963c[_0x245a23(0x1d5)]=!![],fs[_0x245a23(0x283)](_0x47c5ac['abortBuildOnFailure'][_0x245a23(0x258)],_0x44963c),logger['debug'](_0x245a23(0x210)+_0x47c5ac['abortBuildOnFailure'][_0x245a23(0x258)]);}catch(_0x58547c){logger[_0x245a23(0x2c6)](_0x245a23(0x20d)+_0x58547c);}let _0x17a32e=null;if(fs[_0x245a23(0x2ae)](_0x3b23a6)){_0x17a32e=fs[_0x245a23(0x1ec)](_0x3b23a6);try{_0x17a32e=JSON[_0x245a23(0x22f)](_0x17a32e);}catch(_0xb50d81){logger[_0x245a23(0x1e1)]('Error\x20while\x20parsing\x20'+_0x3b23a6+',\x20'+_0x17a32e+_0x245a23(0x1fa)+_0xb50d81);}fs[_0x245a23(0x244)](_0x3b23a6);}fs[_0x245a23(0x244)](_0x4c365d),fs['unlinkSync'](_0x26e843),_0x17a32e&&(_0x42ed29[_0x245a23(0x2b1)]=helper[_0x245a23(0x1f4)](_0x17a32e,_0xe72d69[_0x245a23(0x2b9)],_0x42ed29));const _0x1ef141=BrowserstackCLI[_0x245a23(0x214)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x245a23(0x295)]()[_0x245a23(0x23e)]();}catch(_0x1acf1f){console['log'](_0x1acf1f),_0xe72d69[_0x245a23(0x21d)](debug,_0x245a23(0x2b2)+util[_0x245a23(0x1db)](_0x1acf1f));}testOpsHelper[_0x245a23(0x247)](),TestDetails['shutdown'](),await utilities[_0x245a23(0x2c0)](_0x42ed29,_0x1ef141);});}function a17_0x1354(_0x5c830a,_0x52745a){const _0x10cb34=a17_0x10cb();return a17_0x1354=function(_0x1354c0,_0x28323d){_0x1354c0=_0x1354c0-0x1d1;let _0xf0040e=_0x10cb34[_0x1354c0];return _0xf0040e;},a17_0x1354(_0x5c830a,_0x52745a);}module['exports']=run;
@@ -1 +1 @@
1
- const a18_0x5760f2=a18_0x5d0c;(function(_0x510f12,_0x3c785f){const _0x334805=a18_0x5d0c,_0xd86f0=_0x510f12();while(!![]){try{const _0x247bfc=-parseInt(_0x334805(0x1c2))/0x1*(parseInt(_0x334805(0x1c4))/0x2)+parseInt(_0x334805(0x1c0))/0x3*(parseInt(_0x334805(0x1c6))/0x4)+-parseInt(_0x334805(0x1bb))/0x5*(-parseInt(_0x334805(0x1be))/0x6)+parseInt(_0x334805(0x1cb))/0x7*(-parseInt(_0x334805(0x1c5))/0x8)+parseInt(_0x334805(0x1c8))/0x9+-parseInt(_0x334805(0x1cd))/0xa+-parseInt(_0x334805(0x1ba))/0xb;if(_0x247bfc===_0x3c785f)break;else _0xd86f0['push'](_0xd86f0['shift']());}catch(_0x4c9eea){_0xd86f0['push'](_0xd86f0['shift']());}}}(a18_0x49d0,0x8552d));const path=require('path'),{requireModule}=require('../../../helpers/helper');let initJestAdapter;function a18_0x49d0(){const _0x4c9a95=['5HoGdUf','includes','jestAdapterInit','4064406Vuonim','requireInternalModule','234900xiZnFD','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','2AQajmt','default','107736fqqwyi','8sOqGvn','40teIBrG','customJestAdapterInit.js','7685973SrNbVC','bohdW','initRequireModule','4042199xqLIif','jest-circus/build/runner.js','3975930jBDtxj','jest-circus','7540709yfyIza'];a18_0x49d0=function(){return _0x4c9a95;};return a18_0x49d0();}try{initJestAdapter=requireModule(a18_0x5760f2(0x1c1),a18_0x5760f2(0x1ce));}catch{initJestAdapter=requireModule(a18_0x5760f2(0x1cc),a18_0x5760f2(0x1ce));}initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a18_0x5760f2(0x1c3)];function a18_0x5d0c(_0x5497ac,_0x467436){const _0x49d0d4=a18_0x49d0();return a18_0x5d0c=function(_0x5d0ca0,_0x19f570){_0x5d0ca0=_0x5d0ca0-0x1ba;let _0x42a5ef=_0x49d0d4[_0x5d0ca0];return _0x42a5ef;},a18_0x5d0c(_0x5497ac,_0x467436);}const FRAMEWORK_INITIALIZER=path['join'](__dirname,a18_0x5760f2(0x1c7));module['exports']=(..._0x406132)=>{const _0x997213=a18_0x5760f2,_0x1a4643={'eEfrP':_0x997213(0x1bd),'bohdW':function(_0xaefce5,_0x168333){return _0xaefce5===_0x168333;},'MUqAv':function(_0x3907e3,..._0x2605ce){return _0x3907e3(..._0x2605ce);}};return _0x406132[0x3]['initRequireModule']=_0x406132[0x3][_0x997213(0x1bf)],_0x406132[0x3]['requireInternalModule']=(..._0x50edd4)=>{const _0x31aebe=_0x997213;if(_0x50edd4[0x0]&&_0x50edd4[0x0][_0x31aebe(0x1bc)](_0x1a4643['eEfrP'])&&_0x1a4643[_0x31aebe(0x1c9)](_0x50edd4[0x1],undefined))return _0x406132[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x406132[0x3][_0x31aebe(0x1ca)](..._0x50edd4);},_0x1a4643['MUqAv'](initJestAdapter,..._0x406132);};
1
+ function a18_0x12e8(){const _0x5b44d6=['requireInternalModule','1830780Gdnhau','8OqfzAS','default','join','1329518akywTd','initRequireModule','jest-circus','customJestAdapterInit.js','788196COlYfM','includes','../../../helpers/helper','570069uhSbJO','ipaFn','path','exports','15970320mHGDIU','7983640PAwgbq','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','570824qWMiOc','35PdbOCs'];a18_0x12e8=function(){return _0x5b44d6;};return a18_0x12e8();}const a18_0x739aed=a18_0x40fd;(function(_0x291c38,_0x244b25){const _0x302d07=a18_0x40fd,_0x5b4190=_0x291c38();while(!![]){try{const _0x17d1c8=-parseInt(_0x302d07(0x1d5))/0x1+-parseInt(_0x302d07(0x1d1))/0x2+-parseInt(_0x302d07(0x1d8))/0x3+-parseInt(_0x302d07(0x1df))/0x4*(parseInt(_0x302d07(0x1e0))/0x5)+parseInt(_0x302d07(0x1e2))/0x6+parseInt(_0x302d07(0x1dd))/0x7+parseInt(_0x302d07(0x1e3))/0x8*(parseInt(_0x302d07(0x1dc))/0x9);if(_0x17d1c8===_0x244b25)break;else _0x5b4190['push'](_0x5b4190['shift']());}catch(_0x33b0e4){_0x5b4190['push'](_0x5b4190['shift']());}}}(a18_0x12e8,0x8d2a2));const path=require(a18_0x739aed(0x1da)),{requireModule}=require(a18_0x739aed(0x1d7));let initJestAdapter;try{initJestAdapter=requireModule(a18_0x739aed(0x1de),'jest-circus');}catch{initJestAdapter=requireModule('jest-circus/build/runner.js',a18_0x739aed(0x1d3));}initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a18_0x739aed(0x1e4)];function a18_0x40fd(_0x433a2a,_0x2490b1){const _0x12e83b=a18_0x12e8();return a18_0x40fd=function(_0x40fdc6,_0x195c65){_0x40fdc6=_0x40fdc6-0x1d0;let _0x388c61=_0x12e83b[_0x40fdc6];return _0x388c61;},a18_0x40fd(_0x433a2a,_0x2490b1);}const FRAMEWORK_INITIALIZER=path[a18_0x739aed(0x1d0)](__dirname,a18_0x739aed(0x1d4));module[a18_0x739aed(0x1db)]=(..._0x28f43e)=>{const _0x25f82a=a18_0x739aed,_0x3f1120={'PeNrN':'jestAdapterInit','ipaFn':function(_0x4083de,_0x677f70){return _0x4083de===_0x677f70;},'qzdIF':function(_0x3e00b6,..._0x5c5b59){return _0x3e00b6(..._0x5c5b59);}};return _0x28f43e[0x3][_0x25f82a(0x1d2)]=_0x28f43e[0x3][_0x25f82a(0x1e1)],_0x28f43e[0x3]['requireInternalModule']=(..._0x3ee49d)=>{const _0x583d70=_0x25f82a;if(_0x3ee49d[0x0]&&_0x3ee49d[0x0][_0x583d70(0x1d6)](_0x3f1120['PeNrN'])&&_0x3f1120[_0x583d70(0x1d9)](_0x3ee49d[0x1],undefined))return _0x28f43e[0x3][_0x583d70(0x1d2)](FRAMEWORK_INITIALIZER);return _0x28f43e[0x3][_0x583d70(0x1d2)](..._0x3ee49d);},_0x3f1120['qzdIF'](initJestAdapter,..._0x28f43e);};
@@ -1 +1 @@
1
- function a19_0x328c(_0x4576c9,_0x1b5794){const _0x14cb30=a19_0x14cb();return a19_0x328c=function(_0x328c90,_0x2d3b9a){_0x328c90=_0x328c90-0xd3;let _0xa26b4d=_0x14cb30[_0x328c90];return _0xa26b4d;},a19_0x328c(_0x4576c9,_0x1b5794);}const a19_0x47d32f=a19_0x328c;(function(_0xf37b30,_0x33a177){const _0x2db99b=a19_0x328c,_0xadd39f=_0xf37b30();while(!![]){try{const _0x124a8b=parseInt(_0x2db99b(0x102))/0x1*(-parseInt(_0x2db99b(0x11e))/0x2)+parseInt(_0x2db99b(0x105))/0x3+-parseInt(_0x2db99b(0x136))/0x4+-parseInt(_0x2db99b(0x116))/0x5+-parseInt(_0x2db99b(0xd5))/0x6+-parseInt(_0x2db99b(0xf9))/0x7+parseInt(_0x2db99b(0xfb))/0x8*(parseInt(_0x2db99b(0x111))/0x9);if(_0x124a8b===_0x33a177)break;else _0xadd39f['push'](_0xadd39f['shift']());}catch(_0xa89a90){_0xadd39f['push'](_0xadd39f['shift']());}}}(a19_0x14cb,0x91099));const helper=require(a19_0x47d32f(0xea)),constants=require(a19_0x47d32f(0x129)),{isTestObservabilitySession}=require(a19_0x47d32f(0xdc)),RequestQueueHandler=require(a19_0x47d32f(0x10c)),ObservabilityReporter=require(a19_0x47d32f(0xf2)),testhubUtils=require(a19_0x47d32f(0xf3)),logger=require(a19_0x47d32f(0x130))[a19_0x47d32f(0x104)],getTestEnvironment=((()=>{const _0x2c13ea=a19_0x47d32f,_0x4fb594={};_0x4fb594['EMNIw']=_0x2c13ea(0x134),_0x4fb594[_0x2c13ea(0x10b)]='jest-config';const _0x5104a0=_0x4fb594;try{const _0x11ca5d=helper[_0x2c13ea(0xef)](_0x5104a0['EMNIw']);if(_0x11ca5d['resolveTestEnvironment'])return _0x11ca5d[_0x2c13ea(0x12a)];const _0x31a41f=helper[_0x2c13ea(0xef)](_0x5104a0[_0x2c13ea(0x10b)]);if(_0x31a41f[_0x2c13ea(0xfe)])return _0x31a41f[_0x2c13ea(0xfe)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x47dba4=a19_0x47d32f,_0x51da9e={'NJxaD':function(_0xed4201,_0x1e675d){return _0xed4201(_0x1e675d);},'zweFq':_0x47dba4(0x12f),'qKxPg':function(_0x810958,_0x587486){return _0x810958(_0x587486);},'jZUHi':_0x47dba4(0xde)},_0x1dd2b5=_0x51da9e[_0x47dba4(0xe8)](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x47dba4(0x114)]['BSTACK_JEST_TEST_ENV']||_0x51da9e['zweFq']});if(!_0x1dd2b5)return _0x51da9e[_0x47dba4(0x13b)](_interopRequireDefault,helper['requireModule'](_0x51da9e[_0x47dba4(0x106)]));return _0x51da9e[_0x47dba4(0xe8)](_interopRequireDefault,helper[_0x47dba4(0xef)](_0x1dd2b5));})()),_seleniumWebdriver2=((()=>{const _0x184280=a19_0x47d32f,_0x574662={'AcdMO':function(_0x576efe,_0x242909){return _0x576efe(_0x242909);}};try{const _0x464cec=helper['requireSeleniumWebdriver']();return helper[_0x184280(0xfa)](),_0x574662[_0x184280(0x108)](_interopRequireDefault,_0x464cec);}catch{return null;}})());function _interopRequireDefault(_0x965e7f){const _0x39b0ca=a19_0x47d32f;return _0x965e7f&&_0x965e7f[_0x39b0ca(0xe2)]?_0x965e7f:{'default':_0x965e7f};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a19_0x47d32f(0xff)][a19_0x47d32f(0x145)]:null;class CustomEnvironment extends _jestUserEnvironment[a19_0x47d32f(0xff)]{constructor(_0x2fb05a){const _0x920fdc=a19_0x47d32f,_0x1666fc={'oipWK':'quit','wiFqG':function(_0x3fa2e9,_0x306d09){return _0x3fa2e9+_0x306d09;},'gXdrk':_0x920fdc(0xd9),'UPzQs':function(_0x5c6f38,_0x2c7bc5){return _0x5c6f38(_0x2c7bc5);},'KpNcN':_0x920fdc(0xe3),'TOZPo':_0x920fdc(0x11f),'OFWzB':'testEnvironmentOptions','psRtb':_0x920fdc(0xfc),'EYriP':_0x920fdc(0x112),'TRbOI':_0x920fdc(0x122),'yrwcK':_0x920fdc(0x117),'gaTSQ':_0x920fdc(0x142)};super(_0x2fb05a),this[_0x920fdc(0x13e)][_0x920fdc(0xdb)]=0x0,this['configuration']={};!_0x2fb05a[_0x920fdc(0xeb)]&&(_0x2fb05a['testEnvironmentOptions']={});if(helper['isBrowserstackInfra']()){_0x2fb05a['testEnvironmentOptions']=_0x2fb05a[_0x920fdc(0xe6)]?_0x2fb05a[_0x920fdc(0xe6)]['testEnvironmentOptions']:_0x2fb05a['testEnvironmentOptions'];_seleniumWebdriver2&&(this[_0x920fdc(0xd6)]=new _seleniumWebdriver2['default'][(_0x920fdc(0x145))]());this[_0x920fdc(0x11d)]=_0x2fb05a['projectConfig']?_0x2fb05a[_0x920fdc(0xe6)]['capability']:_0x2fb05a[_0x920fdc(0x11d)],this['global'][_0x920fdc(0xdb)]=_0x1666fc[_0x920fdc(0xd8)](_0x2fb05a[_0x920fdc(0xeb)][_0x920fdc(0xe9)]||0x1388,constants[_0x920fdc(0x13d)]),this['failFastOptions']=_0x2fb05a[_0x920fdc(0xeb)][_0x920fdc(0x137)];if(this[_0x920fdc(0x13a)]){const _0x31af68=this[_0x920fdc(0x11d)][_0x1666fc[_0x920fdc(0xdf)]]?.[_0x920fdc(0xed)]||'',_0x577b87=this[_0x920fdc(0x11d)][_0x1666fc[_0x920fdc(0xdf)]]?.[_0x920fdc(0x126)]||'';this[_0x920fdc(0x137)]=new(_0x1666fc[_0x920fdc(0xe0)](require,_0x1666fc[_0x920fdc(0xfd)]))(this[_0x920fdc(0x13a)],_0x31af68,_0x577b87),this[_0x920fdc(0x13e)][_0x920fdc(0x119)]=![];}helper['isNotUndefined'](_0x2fb05a[_0x920fdc(0xeb)][_0x920fdc(0xda)])&&(this[_0x920fdc(0x13e)][_0x920fdc(0x115)]=_0x2fb05a['testEnvironmentOptions'][_0x920fdc(0xda)]);}if(testhubUtils[_0x920fdc(0x144)]()){const _0x5eeaaf=new ObservabilityReporter();_0x5eeaaf[_0x920fdc(0x13c)]();}this[_0x920fdc(0x13e)][_0x920fdc(0x13f)]={},this[_0x920fdc(0x121)]=_0x2fb05a[_0x920fdc(0xeb)],this[_0x920fdc(0x121)][_0x920fdc(0xe1)]=constants[_0x920fdc(0x109)][_0x920fdc(0xe4)],this[_0x920fdc(0x13e)][_0x920fdc(0x113)]=(_0x2fb05a[_0x920fdc(0xe6)]?_0x2fb05a[_0x920fdc(0xe6)][_0x920fdc(0x113)]:_0x2fb05a[_0x920fdc(0x113)])||0x0,this[_0x920fdc(0x13e)][_0x920fdc(0xf0)]=this[_0x920fdc(0x121)]&&this[_0x920fdc(0x121)][_0x920fdc(0x11c)]&&Array['isArray'](this[_0x920fdc(0x121)][_0x920fdc(0x11c)])&&this[_0x920fdc(0x121)][_0x920fdc(0x11c)][this[_0x920fdc(0x13e)]['browserstackPlatformIndex']]||{};const _0x3290a2=this['global'][_0x920fdc(0x113)],_0x5f30cc={...this['configuration'],'capability':this[_0x920fdc(0x121)]['capabilities']&&Array[_0x920fdc(0x100)](this[_0x920fdc(0x121)][_0x920fdc(0x127)])&&this[_0x920fdc(0x121)][_0x920fdc(0x127)][_0x3290a2]||{},'platformCaps':this['configuration'][_0x920fdc(0x11c)]&&Array[_0x920fdc(0x100)](this[_0x920fdc(0x121)][_0x920fdc(0x11c)])&&this['configuration'][_0x920fdc(0x11c)][_0x3290a2]||{}};delete _0x5f30cc[_0x920fdc(0x127)],this[_0x920fdc(0x13e)]['jestConfig']=_0x5f30cc;if(_seleniumWebdriver2){const _0x3d0199=_0x1666fc[_0x920fdc(0x135)][_0x920fdc(0x124)]('|');let _0x456b97=0x0;while(!![]){switch(_0x3d0199[_0x456b97++]){case'0':this[_0x920fdc(0x13e)][_0x920fdc(0x112)]=helper[_0x920fdc(0xf4)](_0x2fb05a,[_0x1666fc[_0x920fdc(0x110)],_0x1666fc[_0x920fdc(0x12d)],_0x1666fc[_0x920fdc(0x123)]]);continue;case'1':this[_0x920fdc(0x13e)]['percy']=helper[_0x920fdc(0xf4)](_0x2fb05a,[_0x1666fc[_0x920fdc(0x110)],_0x1666fc[_0x920fdc(0x12d)],_0x1666fc['TRbOI']]);continue;case'2':helper[_0x920fdc(0x10e)](this[_0x920fdc(0x121)][_0x920fdc(0xf6)])?this['global'][_0x920fdc(0x11b)]=!![]:this[_0x920fdc(0x13e)][_0x920fdc(0x11b)]=![];continue;case'3':this[_0x920fdc(0x13e)][_0x920fdc(0x12e)]=_0x1666fc[_0x920fdc(0xe0)](require,_0x1666fc['yrwcK'])[_0x920fdc(0x10f)]({...this[_0x920fdc(0x121)],'capability':this['capability']||{}},this,testhubUtils[_0x920fdc(0x144)]());continue;case'4':this['global'][_0x920fdc(0xee)]=helper['isTrue'](this[_0x920fdc(0x121)][_0x920fdc(0x131)]);continue;case'5':this['global'][_0x920fdc(0xf5)]=async()=>{const _0x1dae68=_0x920fdc;await this['global'][_0x1dae68(0x143)][_0x1dae68(0x107)](_0x1666fc['oipWK']);};continue;case'6':this['global'][_0x920fdc(0xd4)]=[];continue;case'7':this[_0x920fdc(0x13e)][_0x920fdc(0x142)]=helper['nestedKeyValue'](_0x2fb05a,[_0x1666fc[_0x920fdc(0x110)],_0x1666fc[_0x920fdc(0x12d)],_0x1666fc[_0x920fdc(0x125)]]);continue;}break;}}}async[a19_0x47d32f(0x128)](){const _0xe1d6f6=a19_0x47d32f;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0xe1d6f6(0x13e)]['__driversArray']),this[_0xe1d6f6(0x13e)][_0xe1d6f6(0x12e)][_0xe1d6f6(0x145)]=originalBuilder),await RequestQueueHandler['getInstance']()[_0xe1d6f6(0x139)]();}async[a19_0x47d32f(0x10d)](){}async[a19_0x47d32f(0x138)](_0x2885dc,_0x3634a7){const _0x4ab242=a19_0x47d32f,_0x493fe6={};_0x493fe6['OxXgX']=function(_0x3fe9d0,_0x23a24a){return _0x3fe9d0===_0x23a24a;},_0x493fe6[_0x4ab242(0x101)]='test_start',_0x493fe6[_0x4ab242(0xd7)]=_0x4ab242(0x120),_0x493fe6['TGRaW']=_0x4ab242(0xe5),_0x493fe6[_0x4ab242(0xec)]=_0x4ab242(0xf1),_0x493fe6[_0x4ab242(0xf7)]=function(_0x51104d,_0x1e9e6b){return _0x51104d===_0x1e9e6b;},_0x493fe6['nZBlN']=_0x4ab242(0xdd),_0x493fe6[_0x4ab242(0x10a)]=_0x4ab242(0x128);const _0x3284d5=_0x493fe6,{name:_0x4705fb}=_0x2885dc;if(_0x3284d5[_0x4ab242(0x11a)](_0x4705fb,_0x3284d5[_0x4ab242(0x101)])){this[_0x4ab242(0x13e)][_0x4ab242(0x133)]=_0x2885dc[_0x4ab242(0x141)];if(_0x3284d5['OxXgX'](this[_0x4ab242(0x13e)]['failFastActive'],!![])){const _0x2bdfb0=_0x2885dc[_0x4ab242(0x141)]['name'];logger[_0x4ab242(0x132)](_0x4ab242(0x103)+_0x2bdfb0),_0x2885dc[_0x4ab242(0x141)][_0x4ab242(0xe7)]=_0x3284d5[_0x4ab242(0xd7)];}}if(this[_0x4ab242(0x137)]&&_0x3284d5[_0x4ab242(0x11a)](_0x4705fb,_0x3284d5['TGRaW']))try{const _0x3535d0=_0x2885dc[_0x4ab242(0x141)][_0x4ab242(0x118)]['join'](_0x3284d5[_0x4ab242(0xec)]),_0xe4560e=_0x2885dc[_0x4ab242(0x141)][_0x4ab242(0xf8)];await this['failFast']['onTestDone'](_0x3535d0,_0xe4560e);const _0x1eba07=await this['failFast'][_0x4ab242(0xd3)]();_0x3284d5['OxXgX'](this[_0x4ab242(0x13e)][_0x4ab242(0x119)],![])&&_0x3284d5[_0x4ab242(0xf7)](_0x1eba07,!![])&&(this[_0x4ab242(0x13e)][_0x4ab242(0x119)]=!![]);}catch(_0x2af26b){logger[_0x4ab242(0x12b)](_0x3284d5[_0x4ab242(0x140)],_0x2af26b['message']);}_0x3284d5['sGFUM'](_0x4705fb,_0x3284d5[_0x4ab242(0x10a)])&&(this[_0x4ab242(0x137)]&&this[_0x4ab242(0x137)][_0x4ab242(0xf5)]());}}module[a19_0x47d32f(0x12c)]=CustomEnvironment;function a19_0x14cb(){const _0x10603e=['6|3|7|1|0|2|4|5','skip','configuration','percy','EYriP','split','gaTSQ','projectName','capabilities','teardown','../../utils/constants','resolveTestEnvironment','debug','exports','psRtb','__webdriver','node','../../../helpers/logger','skipSessionStatus','info','testContext','jest-resolve','TOZPo','3716476dWzkxq','failFast','handleTestEvent','shutdown','failFastOptions','qKxPg','registerListeners','BSTACK_DELTA','global','browserStackGlobals','nZBlN','test','browserstackPercyBestPlatform','driver','shouldProcessEventForTesthub','Builder','shouldFailFast','__drivers','5041386RNAxbu','builder','bJjaC','wiFqG','bstack:options','retries__','__timeout','../../../helpers/test-observability/utils','Error\x20in\x20fail-fast\x20test_done\x20handler:','jest-environment-node','gXdrk','UPzQs','framework','__esModule','../../../helpers/test-orchestration/failfastManager','JEST','test_done','projectConfig','mode','NJxaD','timeout__','../../../helpers/helper','testEnvironmentOptions','TWtLE','buildName','__skipSessionStatus','requireModule','__platformCaps','\x20>\x20','../test-observability/obsReporter','../../../helpers/testhub/utils','nestedKeyValue','cleanup','skipSessionName','sGFUM','errors','761747mGkona','modifyCommand','24767864BppeFe','browserStackPercyOptions','KpNcN','getTestEnvironment','default','isArray','NHiSL','188926fujFSq','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','winstonLogger','3563631bcyyBZ','jZUHi','quit','AcdMO','FRAMEWORKS','eqBGL','EExfw','../../../helpers/test-observability/requestQueueHandler','setup','isTrue','browserstackAgentV2','OFWzB','9yGlsTp','percyCaptureMode','browserstackPlatformIndex','env','__jestRetries','4334930QkefSf','../../../index','testPath','failFastActive','OxXgX','sessionNameProvided','platformCaps','capability','10RvpdNo'];a19_0x14cb=function(){return _0x10603e;};return a19_0x14cb();}
1
+ function a19_0x1106(_0x19e148,_0x4f6d03){const _0xed597e=a19_0xed59();return a19_0x1106=function(_0x1106a6,_0x4aaa32){_0x1106a6=_0x1106a6-0x68;let _0x37971d=_0xed597e[_0x1106a6];return _0x37971d;},a19_0x1106(_0x19e148,_0x4f6d03);}const a19_0x4eb5f5=a19_0x1106;function a19_0xed59(){const _0x61b4d7=['quit','DqKcT','bfdfX','OMMrV','GZUzj','TNHFC','browserstackAgentV2','ubXmE','xFPUn','platformCaps','projectName','default','__drivers','aCzxE','../../utils/constants','message','testPath','__timeout','browserstackPlatformIndex','nestedKeyValue','framework','sessionNameProvided','browserStackGlobals','SlsmF','global','ukBtN','4UBckPb','sMrKg','CMKfd','BSTACK_JEST_TEST_ENV','percyCaptureMode','cleanupDrivers','env','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','isTrue','crGdR','\x20>\x20','skip','12bHGMsl','configuration','registerListeners','projectConfig','failFast','../../../helpers/test-orchestration/failfastManager','requireSeleniumWebdriver','jest-environment-node','../../../helpers/testhub/utils','GMRoH','../../../helpers/test-observability/requestQueueHandler','shouldProcessEventForTesthub','../../../index','../../../helpers/test-observability/utils','jest-config','230615iLKmdN','skipSessionStatus','driver','capabilities','Osypj','nnkGM','1GxeLvJ','isNotUndefined','isBrowserstackInfra','capability','split','__platformCaps','10Kndoog','browserstackPercyBestPlatform','DCrmN','Builder','FRAMEWORKS','3304wUZFTV','failFastOptions','isArray','IYVez','6601005mxSmQT','BSTACK_DELTA','4|6|2|1|0|5|3|7','252330nhJBwE','1280340tkitDK','aVgQG','testEnvironmentOptions','exports','getTestEnvironment','EXPdT','testContext','failFastActive','winstonLogger','test','XgKZn','join','percy','../test-observability/obsReporter','getInstance','4246290kykCgV','retries__','requireModule','UtIQn','resolveTestEnvironment','__esModule','10045nPCJvL','dsfDD','jest-resolve','../../../helpers/helper','__webdriver','__driversArray','cleanup','mode','teardown','TdEmy','29602738iKgBJX'];a19_0xed59=function(){return _0x61b4d7;};return a19_0xed59();}(function(_0x1ed66b,_0x3e1c16){const _0x5e8112=a19_0x1106,_0x12f2df=_0x1ed66b();while(!![]){try{const _0x386b80=-parseInt(_0x5e8112(0x82))/0x1*(-parseInt(_0x5e8112(0x94))/0x2)+-parseInt(_0x5e8112(0x95))/0x3+parseInt(_0x5e8112(0xcf))/0x4*(parseInt(_0x5e8112(0x7c))/0x5)+-parseInt(_0x5e8112(0xa4))/0x6+-parseInt(_0x5e8112(0xaa))/0x7*(parseInt(_0x5e8112(0x8d))/0x8)+parseInt(_0x5e8112(0x91))/0x9*(-parseInt(_0x5e8112(0x88))/0xa)+-parseInt(_0x5e8112(0xb4))/0xb*(-parseInt(_0x5e8112(0x6d))/0xc);if(_0x386b80===_0x3e1c16)break;else _0x12f2df['push'](_0x12f2df['shift']());}catch(_0x8acb42){_0x12f2df['push'](_0x12f2df['shift']());}}}(a19_0xed59,0x625a3));const helper=require(a19_0x4eb5f5(0xad)),constants=require(a19_0x4eb5f5(0xc3)),{isTestObservabilitySession}=require(a19_0x4eb5f5(0x7a)),RequestQueueHandler=require(a19_0x4eb5f5(0x77)),ObservabilityReporter=require(a19_0x4eb5f5(0xa2)),testhubUtils=require(a19_0x4eb5f5(0x75)),logger=require('../../../helpers/logger')[a19_0x4eb5f5(0x9d)],getTestEnvironment=((()=>{const _0x317c1c=a19_0x4eb5f5,_0x30f3ec={};_0x30f3ec[_0x317c1c(0x90)]=_0x317c1c(0xac),_0x30f3ec[_0x317c1c(0xd1)]=_0x317c1c(0x7b);const _0x40324f=_0x30f3ec;try{const _0x4ac3f3=helper[_0x317c1c(0xa6)](_0x40324f[_0x317c1c(0x90)]);if(_0x4ac3f3[_0x317c1c(0xa8)])return _0x4ac3f3[_0x317c1c(0xa8)];const _0x57b774=helper[_0x317c1c(0xa6)](_0x40324f['CMKfd']);if(_0x57b774['getTestEnvironment'])return _0x57b774[_0x317c1c(0x99)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x1fa42b=a19_0x4eb5f5,_0x42ef23={'DqKcT':function(_0x4fcaf8,_0x3911bd){return _0x4fcaf8(_0x3911bd);},'XgKZn':'node','plDUR':_0x1fa42b(0x74)},_0x41534a=_0x42ef23['DqKcT'](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x1fa42b(0xd5)][_0x1fa42b(0xd2)]||_0x42ef23[_0x1fa42b(0x9f)]});if(!_0x41534a)return _0x42ef23[_0x1fa42b(0xb6)](_interopRequireDefault,helper['requireModule'](_0x42ef23['plDUR']));return _0x42ef23['DqKcT'](_interopRequireDefault,helper[_0x1fa42b(0xa6)](_0x41534a));})()),_seleniumWebdriver2=((()=>{const _0x261b2a=a19_0x4eb5f5,_0x50dc83={'bfdfX':function(_0x22fd2a,_0x38fee3){return _0x22fd2a(_0x38fee3);}};try{const _0x3163d1=helper[_0x261b2a(0x73)]();return helper['modifyCommand'](),_0x50dc83[_0x261b2a(0xb7)](_interopRequireDefault,_0x3163d1);}catch{return null;}})());function _interopRequireDefault(_0x30534b){const _0x37e488=a19_0x4eb5f5;return _0x30534b&&_0x30534b[_0x37e488(0xa9)]?_0x30534b:{'default':_0x30534b};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a19_0x4eb5f5(0xc0)][a19_0x4eb5f5(0x8b)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x3b5291){const _0x10b3be=a19_0x4eb5f5,_0x5147b6={'TNHFC':'quit','TuDBq':function(_0x5452b4,_0x30cdbb){return _0x5452b4+_0x30cdbb;},'Osypj':'bstack:options','GMRoH':function(_0x514585,_0x260192){return _0x514585(_0x260192);},'sMrKg':_0x10b3be(0x72),'SlsmF':_0x10b3be(0x93),'DCrmN':_0x10b3be(0x97),'OMMrV':'browserStackPercyOptions','TdEmy':_0x10b3be(0xd3),'xFPUn':_0x10b3be(0xa1),'nnkGM':_0x10b3be(0x89),'EXPdT':_0x10b3be(0x79)};super(_0x3b5291),this['global']['__timeout']=0x0,this[_0x10b3be(0x6e)]={};!_0x3b5291[_0x10b3be(0x97)]&&(_0x3b5291[_0x10b3be(0x97)]={});if(helper[_0x10b3be(0x84)]()){_0x3b5291[_0x10b3be(0x97)]=_0x3b5291[_0x10b3be(0x70)]?_0x3b5291['projectConfig'][_0x10b3be(0x97)]:_0x3b5291[_0x10b3be(0x97)];_seleniumWebdriver2&&(this['builder']=new _seleniumWebdriver2[(_0x10b3be(0xc0))][(_0x10b3be(0x8b))]());this[_0x10b3be(0x85)]=_0x3b5291[_0x10b3be(0x70)]?_0x3b5291[_0x10b3be(0x70)][_0x10b3be(0x85)]:_0x3b5291[_0x10b3be(0x85)],this['global'][_0x10b3be(0xc6)]=_0x5147b6['TuDBq'](_0x3b5291[_0x10b3be(0x97)]['timeout__']||0x1388,constants[_0x10b3be(0x92)]),this[_0x10b3be(0x8e)]=_0x3b5291[_0x10b3be(0x97)][_0x10b3be(0x71)];if(this[_0x10b3be(0x8e)]){const _0x39675c=this[_0x10b3be(0x85)][_0x5147b6[_0x10b3be(0x80)]]?.['buildName']||'',_0x1420fd=this[_0x10b3be(0x85)][_0x5147b6[_0x10b3be(0x80)]]?.[_0x10b3be(0xbf)]||'';this['failFast']=new(_0x5147b6[_0x10b3be(0x76)](require,_0x5147b6[_0x10b3be(0xd0)]))(this[_0x10b3be(0x8e)],_0x39675c,_0x1420fd),this['global'][_0x10b3be(0x9c)]=![];}helper[_0x10b3be(0x83)](_0x3b5291[_0x10b3be(0x97)][_0x10b3be(0xa5)])&&(this[_0x10b3be(0xcd)]['__jestRetries']=_0x3b5291[_0x10b3be(0x97)][_0x10b3be(0xa5)]);}if(testhubUtils[_0x10b3be(0x78)]()){const _0x5a101e=new ObservabilityReporter();_0x5a101e[_0x10b3be(0x6f)]();}this[_0x10b3be(0xcd)][_0x10b3be(0xcb)]={},this['configuration']=_0x3b5291[_0x10b3be(0x97)],this[_0x10b3be(0x6e)][_0x10b3be(0xc9)]=constants[_0x10b3be(0x8c)]['JEST'],this[_0x10b3be(0xcd)][_0x10b3be(0xc7)]=(_0x3b5291[_0x10b3be(0x70)]?_0x3b5291[_0x10b3be(0x70)][_0x10b3be(0xc7)]:_0x3b5291[_0x10b3be(0xc7)])||0x0,this['global'][_0x10b3be(0x87)]=this['configuration']&&this[_0x10b3be(0x6e)][_0x10b3be(0xbe)]&&Array[_0x10b3be(0x8f)](this[_0x10b3be(0x6e)]['platformCaps'])&&this[_0x10b3be(0x6e)][_0x10b3be(0xbe)][this['global'][_0x10b3be(0xc7)]]||{};const _0x2e0ad2=this[_0x10b3be(0xcd)][_0x10b3be(0xc7)],_0xf77cc0={...this['configuration'],'capability':this[_0x10b3be(0x6e)]['capabilities']&&Array['isArray'](this['configuration']['capabilities'])&&this[_0x10b3be(0x6e)][_0x10b3be(0x7f)][_0x2e0ad2]||{},'platformCaps':this[_0x10b3be(0x6e)][_0x10b3be(0xbe)]&&Array[_0x10b3be(0x8f)](this[_0x10b3be(0x6e)][_0x10b3be(0xbe)])&&this[_0x10b3be(0x6e)][_0x10b3be(0xbe)][_0x2e0ad2]||{}};delete _0xf77cc0[_0x10b3be(0x7f)],this[_0x10b3be(0xcd)]['jestConfig']=_0xf77cc0;if(_seleniumWebdriver2){const _0x339b5b=_0x5147b6[_0x10b3be(0xcc)][_0x10b3be(0x86)]('|');let _0x5e182d=0x0;while(!![]){switch(_0x339b5b[_0x5e182d++]){case'0':this[_0x10b3be(0xcd)]['percyCaptureMode']=helper[_0x10b3be(0xc8)](_0x3b5291,[_0x5147b6[_0x10b3be(0x8a)],_0x5147b6[_0x10b3be(0xb8)],_0x5147b6[_0x10b3be(0xb3)]]);continue;case'1':this['global'][_0x10b3be(0xa1)]=helper['nestedKeyValue'](_0x3b5291,[_0x5147b6[_0x10b3be(0x8a)],_0x5147b6[_0x10b3be(0xb8)],_0x5147b6[_0x10b3be(0xbd)]]);continue;case'2':this[_0x10b3be(0xcd)][_0x10b3be(0x89)]=helper[_0x10b3be(0xc8)](_0x3b5291,[_0x5147b6['DCrmN'],_0x5147b6[_0x10b3be(0xb8)],_0x5147b6[_0x10b3be(0x81)]]);continue;case'3':this[_0x10b3be(0xcd)]['__skipSessionStatus']=helper[_0x10b3be(0x69)](this[_0x10b3be(0x6e)][_0x10b3be(0x7d)]);continue;case'4':this['global'][_0x10b3be(0xc1)]=[];continue;case'5':helper[_0x10b3be(0x69)](this[_0x10b3be(0x6e)]['skipSessionName'])?this[_0x10b3be(0xcd)][_0x10b3be(0xca)]=!![]:this[_0x10b3be(0xcd)][_0x10b3be(0xca)]=![];continue;case'6':this[_0x10b3be(0xcd)][_0x10b3be(0xae)]=_0x5147b6[_0x10b3be(0x76)](require,_0x5147b6[_0x10b3be(0x9a)])[_0x10b3be(0xbb)]({...this[_0x10b3be(0x6e)],'capability':this[_0x10b3be(0x85)]||{}},this,testhubUtils[_0x10b3be(0x78)]());continue;case'7':this[_0x10b3be(0xcd)][_0x10b3be(0xb0)]=async()=>{const _0x5467ac=_0x10b3be;await this[_0x5467ac(0xcd)][_0x5467ac(0x7e)][_0x5467ac(0xb5)](_0x5147b6[_0x5467ac(0xba)]);};continue;}break;}}}async['teardown'](){const _0x1552a5=a19_0x4eb5f5;_seleniumWebdriver2&&(await helper[_0x1552a5(0xd4)](this[_0x1552a5(0xcd)][_0x1552a5(0xaf)]),this[_0x1552a5(0xcd)][_0x1552a5(0xae)]['Builder']=originalBuilder),await RequestQueueHandler[_0x1552a5(0xa3)]()['shutdown']();}async['setup'](){}async['handleTestEvent'](_0x6a6771,_0x213213){const _0x497258=a19_0x4eb5f5,_0x377128={};_0x377128[_0x497258(0xab)]=function(_0x2c2010,_0x1dfeaf){return _0x2c2010===_0x1dfeaf;},_0x377128[_0x497258(0xbc)]='test_start',_0x377128['crGdR']=function(_0x6169eb,_0x45814f){return _0x6169eb===_0x45814f;},_0x377128['UtIQn']=_0x497258(0x6c),_0x377128[_0x497258(0xb9)]='test_done',_0x377128[_0x497258(0x96)]=_0x497258(0x6b),_0x377128[_0x497258(0xc2)]='Error\x20in\x20fail-fast\x20test_done\x20handler:',_0x377128[_0x497258(0xce)]=_0x497258(0xb2);const _0x3ed661=_0x377128,{name:_0x5881e8}=_0x6a6771;if(_0x3ed661[_0x497258(0xab)](_0x5881e8,_0x3ed661[_0x497258(0xbc)])){this[_0x497258(0xcd)][_0x497258(0x9b)]=_0x6a6771['test'];if(_0x3ed661[_0x497258(0x6a)](this['global'][_0x497258(0x9c)],!![])){const _0x4d6670=_0x6a6771[_0x497258(0x9e)]['name'];logger['info'](_0x497258(0x68)+_0x4d6670),_0x6a6771['test'][_0x497258(0xb1)]=_0x3ed661[_0x497258(0xa7)];}}if(this[_0x497258(0x71)]&&_0x3ed661[_0x497258(0xab)](_0x5881e8,_0x3ed661[_0x497258(0xb9)]))try{const _0x4b8a2e=_0x6a6771[_0x497258(0x9e)][_0x497258(0xc5)][_0x497258(0xa0)](_0x3ed661[_0x497258(0x96)]),_0x53eab1=_0x6a6771['test']['errors'];await this[_0x497258(0x71)]['onTestDone'](_0x4b8a2e,_0x53eab1);const _0x4beef0=await this[_0x497258(0x71)]['shouldFailFast']();_0x3ed661[_0x497258(0xab)](this[_0x497258(0xcd)][_0x497258(0x9c)],![])&&_0x3ed661[_0x497258(0xab)](_0x4beef0,!![])&&(this[_0x497258(0xcd)]['failFastActive']=!![]);}catch(_0x29e77e){logger['debug'](_0x3ed661[_0x497258(0xc2)],_0x29e77e[_0x497258(0xc4)]);}_0x3ed661[_0x497258(0xab)](_0x5881e8,_0x3ed661[_0x497258(0xce)])&&(this[_0x497258(0x71)]&&this[_0x497258(0x71)][_0x497258(0xb0)]());}}module[a19_0x4eb5f5(0x98)]=CustomEnvironment;