browserstack-node-sdk 1.66.1 → 1.66.2

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 (220) 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/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a15_0x230e6f=a15_0x2543;function a15_0x3d7b(){const _0x58c00e=['bxliY','epilogue','options','missing','nbtpD','bstackAccessKey','usage','browserStackLocalOptions','XEEWm','Failed\x20to\x20establish\x20connection.','hostname','iAJhj','4gjWEQQ','bstackAccesskey','info','BrowserStack\x20access\x20key\x20missing.','config','setProxySettings','protocol','kfvnT','zLwtM','Hosts\x20not\x20valid','lNzdC','938555TfcokG','footer','SSTVP','command','27IvbQFI','demandOption','https:','443','undefined','Connection\x20established\x20successfully.','describe','222aKXAje','hosts','360371gJHdyM','10QTEAoo','QLJos','Dmher','BiTNb','accessKey','41202QJWLFp','error','toString','connect','NbUaJ','trim','demandCommand','url','STzma','Integration\x20hosts\x20missing.','81846cdrygL','3885876TmhHjG','JzMZC','string','../../helpers/logger','help','kqvSf','jzbKp','integrations-repeater','replace','bstack-accesskey','split','type','winstonLogger','localIdentifier','map','476600eHrhHn','YxGmi','3213529cJGGIr'];a15_0x3d7b=function(){return _0x58c00e;};return a15_0x3d7b();}(function(_0x373a15,_0x1e1bbc){const _0x3b8097=a15_0x2543,_0xacd0c8=_0x373a15();while(!![]){try{const _0x3c842d=parseInt(_0x3b8097(0xb0))/0x1+-parseInt(_0x3b8097(0xc0))/0x2*(parseInt(_0x3b8097(0xee))/0x3)+-parseInt(_0x3b8097(0xdf))/0x4*(-parseInt(_0x3b8097(0xea))/0x5)+parseInt(_0x3b8097(0xf5))/0x6*(parseInt(_0x3b8097(0xb6))/0x7)+parseInt(_0x3b8097(0xd0))/0x8+-parseInt(_0x3b8097(0xc1))/0x9+parseInt(_0x3b8097(0xb1))/0xa*(parseInt(_0x3b8097(0xd2))/0xb);if(_0x3c842d===_0x1e1bbc)break;else _0xacd0c8['push'](_0xacd0c8['shift']());}catch(_0x5c1199){_0xacd0c8['push'](_0xacd0c8['shift']());}}}(a15_0x3d7b,0x4d843));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a15_0x230e6f(0xc4))[a15_0x230e6f(0xcd)],{URL}=require(a15_0x230e6f(0xbd)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x5ad184){const _0x47389d=a15_0x230e6f;return _0x5ad184[_0x47389d(0xcb)](',')['every'](_0x6873c5=>{const _0x4344bd=_0x47389d;try{new URL(_0x6873c5[_0x4344bd(0xbb)]());}catch(_0x5bf669){return![];}return!![];});},parseOnPremHosts=function(_0x48789a){const _0x3a35e2=a15_0x230e6f,_0x3c9c30={};_0x3c9c30[_0x3a35e2(0xc2)]=function(_0x154cac,_0x3140f6){return _0x154cac===_0x3140f6;},_0x3c9c30[_0x3a35e2(0xbe)]=_0x3a35e2(0xf0),_0x3c9c30['kqvSf']=_0x3a35e2(0xf1),_0x3c9c30[_0x3a35e2(0xec)]='https';const _0x3b9674=_0x3c9c30;return _0x48789a['split'](',')[_0x3a35e2(0xcf)](_0x4322dc=>{const _0x474f52=_0x3a35e2,_0x55ee9e=new URL(_0x4322dc[_0x474f52(0xbb)]()),_0x3d1a48=_0x55ee9e[_0x474f52(0xdd)],_0x29240a=_0x55ee9e['port']||(_0x3b9674[_0x474f52(0xc2)](_0x55ee9e[_0x474f52(0xe5)],_0x3b9674[_0x474f52(0xbe)])?_0x3b9674[_0x474f52(0xc6)]:'80'),_0xd3cfc3=_0x55ee9e[_0x474f52(0xe5)][_0x474f52(0xc9)](':',''),_0x3564d9=_0x3b9674[_0x474f52(0xc2)](_0xd3cfc3,_0x3b9674[_0x474f52(0xec)])?0x1:0x0;return _0x3d1a48+','+_0x29240a+','+_0x3564d9;});},connectCommandBuilder=function(_0x4a6022){const _0x55a08a=a15_0x230e6f,_0x48ac76={};_0x48ac76[_0x55a08a(0xc7)]=_0x55a08a(0xc3);const _0x5a224a=_0x48ac76,_0x263238={};_0x263238[_0x55a08a(0xf4)]=HELP_MESSAGES[_0x55a08a(0xd5)][_0x55a08a(0xd8)],_0x263238[_0x55a08a(0xcc)]=_0x5a224a['jzbKp'];const _0x480c42={};_0x480c42['describe']=HELP_MESSAGES['options'][_0x55a08a(0xaf)],_0x480c42[_0x55a08a(0xcc)]=_0x5a224a[_0x55a08a(0xc7)],_0x480c42[_0x55a08a(0xef)]=!![];const _0x22f7af={};return _0x22f7af[_0x55a08a(0xca)]=_0x263238,_0x22f7af[_0x55a08a(0xaf)]=_0x480c42,_0x4a6022['options'](_0x22f7af);},connectCommandHandler=async function(_0x297219){const _0x3a270c=a15_0x230e6f,_0x433877={'bxliY':'integrations','Dmher':function(_0x997edd,_0x14bd71){return _0x997edd===_0x14bd71;},'BiTNb':_0x3a270c(0xf2),'zLwtM':_0x3a270c(0xe2),'HVjKx':function(_0x691e99,_0x40b642){return _0x691e99===_0x40b642;},'nbtpD':_0x3a270c(0xbf),'YxGmi':function(_0x4f75db,_0xbea32c){return _0x4f75db(_0xbea32c);},'kfvnT':_0x3a270c(0xe8),'QLJos':_0x3a270c(0xc8),'lNzdC':_0x3a270c(0xf3),'iAJhj':_0x3a270c(0xdc)};try{const _0x550d94=new BrowserStackSetup(_0x297219,_0x433877[_0x3a270c(0xd3)]);_0x297219[_0x3a270c(0xe0)]&&(_0x550d94[_0x3a270c(0xe3)][_0x3a270c(0xb5)]=_0x297219['bstackAccesskey']);if(_0x433877[_0x3a270c(0xb3)](typeof _0x550d94['config'][_0x3a270c(0xb5)],_0x433877[_0x3a270c(0xb4)])){logger[_0x3a270c(0xb7)](_0x433877[_0x3a270c(0xe7)]);throw new Error(ERROR_MESSAGES[_0x3a270c(0xd8)][_0x3a270c(0xd6)]);}const _0x345eda=_0x297219['hosts'];if(_0x433877['HVjKx'](typeof _0x345eda,_0x433877[_0x3a270c(0xb4)])){logger[_0x3a270c(0xb7)](_0x433877[_0x3a270c(0xd7)]);throw new Error(ERROR_MESSAGES['hosts'][_0x3a270c(0xd6)]);}if(!_0x433877[_0x3a270c(0xd1)](validHosts,_0x345eda)){logger[_0x3a270c(0xb7)](_0x433877[_0x3a270c(0xe6)]);throw new Error(ERROR_MESSAGES[_0x3a270c(0xaf)]['invalid']);}const _0x105dc3=_0x433877['YxGmi'](parseOnPremHosts,_0x345eda);_0x550d94[_0x3a270c(0xe3)]['browserstackLocal']=!![],_0x550d94[_0x3a270c(0xe3)]['browserStackLocalOptions'][_0x3a270c(0xce)]=_0x433877[_0x3a270c(0xb2)],_0x550d94[_0x3a270c(0xe3)][_0x3a270c(0xda)]['only']=_0x105dc3['join'](','),helper[_0x3a270c(0xe4)](_0x550d94[_0x3a270c(0xe3)]),await _0x550d94['setupBrowserstackLocal'](),logger[_0x3a270c(0xe1)](_0x433877[_0x3a270c(0xe9)]);}catch(_0x12bd68){logger[_0x3a270c(0xb7)](_0x433877[_0x3a270c(0xde)]);throw new Error(_0x12bd68[_0x3a270c(0xb8)]());}};function run(_0x2d6c32){const _0xfcdccc=a15_0x230e6f,_0x43530d={};_0x43530d[_0xfcdccc(0xba)]=_0xfcdccc(0xb9),_0x43530d[_0xfcdccc(0xdb)]=_0xfcdccc(0xc5);const _0x244bb7=_0x43530d;_0x2d6c32[_0xfcdccc(0xd9)](HELP_MESSAGES[_0xfcdccc(0xed)]['root'])['command'](_0x244bb7['NbUaJ'],HELP_MESSAGES[_0xfcdccc(0xed)]['connect'],connectCommandBuilder,connectCommandHandler)[_0xfcdccc(0xbc)]()[_0xfcdccc(0xc5)](_0x244bb7['XEEWm'])[_0xfcdccc(0xd4)](HELP_MESSAGES[_0xfcdccc(0xed)][_0xfcdccc(0xeb)]);}function a15_0x2543(_0x1156eb,_0x468029){const _0x3d7b56=a15_0x3d7b();return a15_0x2543=function(_0x2543ba,_0x1f1edb){_0x2543ba=_0x2543ba-0xaf;let _0x1bce77=_0x3d7b56[_0x2543ba];return _0x1bce77;},a15_0x2543(_0x1156eb,_0x468029);}module['exports']=run;
2
+ 'use strict';const a15_0xee2b73=a15_0x4ad8;function a15_0x4ad8(_0x3a591c,_0xcd93a8){const _0x495cf5=a15_0x495c();return a15_0x4ad8=function(_0x4ad886,_0x9358c8){_0x4ad886=_0x4ad886-0x12c;let _0x4656e9=_0x495cf5[_0x4ad886];return _0x4656e9;},a15_0x4ad8(_0x3a591c,_0xcd93a8);}(function(_0xef42f0,_0x5a9345){const _0x2b9c81=a15_0x4ad8,_0x407615=_0xef42f0();while(!![]){try{const _0x1fb799=-parseInt(_0x2b9c81(0x156))/0x1+-parseInt(_0x2b9c81(0x150))/0x2+parseInt(_0x2b9c81(0x12f))/0x3*(-parseInt(_0x2b9c81(0x163))/0x4)+-parseInt(_0x2b9c81(0x153))/0x5+parseInt(_0x2b9c81(0x12d))/0x6+parseInt(_0x2b9c81(0x147))/0x7+parseInt(_0x2b9c81(0x133))/0x8;if(_0x1fb799===_0x5a9345)break;else _0x407615['push'](_0x407615['shift']());}catch(_0x50e9b6){_0x407615['push'](_0x407615['shift']());}}}(a15_0x495c,0xbf66f));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require('../../helpers/logger')[a15_0xee2b73(0x16f)],{URL}=require(a15_0xee2b73(0x155)),helper=require(a15_0xee2b73(0x14f)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x21b4f3){const _0x333130=a15_0xee2b73;return _0x21b4f3[_0x333130(0x167)](',')[_0x333130(0x13b)](_0x5a557f=>{try{new URL(_0x5a557f['trim']());}catch(_0x2f378a){return![];}return!![];});},parseOnPremHosts=function(_0x5cb970){const _0x494c96=a15_0xee2b73,_0x30cd90={};_0x30cd90[_0x494c96(0x138)]=function(_0x2e0a52,_0x4eda3b){return _0x2e0a52===_0x4eda3b;},_0x30cd90[_0x494c96(0x140)]=_0x494c96(0x15f),_0x30cd90[_0x494c96(0x13d)]=_0x494c96(0x16c),_0x30cd90[_0x494c96(0x13e)]='https';const _0x577e68=_0x30cd90;return _0x5cb970[_0x494c96(0x167)](',')[_0x494c96(0x149)](_0x179944=>{const _0x20e96a=_0x494c96,_0x56447b=new URL(_0x179944[_0x20e96a(0x169)]()),_0x20193b=_0x56447b[_0x20e96a(0x154)],_0x2cb9ce=_0x56447b[_0x20e96a(0x143)]||(_0x577e68[_0x20e96a(0x138)](_0x56447b[_0x20e96a(0x12c)],_0x577e68[_0x20e96a(0x140)])?_0x577e68['vhEhL']:'80'),_0x59be1f=_0x56447b['protocol'][_0x20e96a(0x130)](':',''),_0x3ee3a3=_0x577e68[_0x20e96a(0x138)](_0x59be1f,_0x577e68[_0x20e96a(0x13e)])?0x1:0x0;return _0x20193b+','+_0x2cb9ce+','+_0x3ee3a3;});},connectCommandBuilder=function(_0x378da3){const _0x5e06e2=a15_0xee2b73,_0x35d7d9={};_0x35d7d9[_0x5e06e2(0x14e)]='string';const _0x300620=_0x35d7d9,_0x33ffc8={};_0x33ffc8['describe']=HELP_MESSAGES[_0x5e06e2(0x136)]['bstackAccessKey'],_0x33ffc8[_0x5e06e2(0x14c)]=_0x300620[_0x5e06e2(0x14e)];const _0x432b87={};_0x432b87[_0x5e06e2(0x12e)]=HELP_MESSAGES[_0x5e06e2(0x136)][_0x5e06e2(0x15a)],_0x432b87[_0x5e06e2(0x14c)]=_0x300620[_0x5e06e2(0x14e)],_0x432b87[_0x5e06e2(0x15d)]=!![];const _0xb53b4={};return _0xb53b4[_0x5e06e2(0x135)]=_0x33ffc8,_0xb53b4[_0x5e06e2(0x15a)]=_0x432b87,_0x378da3[_0x5e06e2(0x136)](_0xb53b4);},connectCommandHandler=async function(_0x1c64f8){const _0x14adb7=a15_0xee2b73,_0xf6dbf9={'tWspX':_0x14adb7(0x162),'DwHYX':function(_0x55993b,_0xe8d7bb){return _0x55993b===_0xe8d7bb;},'oepIm':_0x14adb7(0x131),'YqVJy':'BrowserStack\x20access\x20key\x20missing.','hFymy':_0x14adb7(0x157),'fBQPn':function(_0x4f065b,_0x276055){return _0x4f065b(_0x276055);},'WBahk':_0x14adb7(0x14d),'CzkaO':_0x14adb7(0x168),'KHFCv':'Connection\x20established\x20successfully.','JlDfw':_0x14adb7(0x13a)};try{const _0x2636eb=new BrowserStackSetup(_0x1c64f8,_0xf6dbf9[_0x14adb7(0x15b)]);_0x1c64f8[_0x14adb7(0x151)]&&(_0x2636eb[_0x14adb7(0x132)][_0x14adb7(0x139)]=_0x1c64f8[_0x14adb7(0x151)]);if(_0xf6dbf9[_0x14adb7(0x152)](typeof _0x2636eb[_0x14adb7(0x132)][_0x14adb7(0x139)],_0xf6dbf9['oepIm'])){logger[_0x14adb7(0x159)](_0xf6dbf9[_0x14adb7(0x14b)]);throw new Error(ERROR_MESSAGES[_0x14adb7(0x13f)][_0x14adb7(0x14a)]);}const _0x34305a=_0x1c64f8[_0x14adb7(0x15a)];if(_0xf6dbf9[_0x14adb7(0x152)](typeof _0x34305a,_0xf6dbf9['oepIm'])){logger[_0x14adb7(0x159)](_0xf6dbf9[_0x14adb7(0x161)]);throw new Error(ERROR_MESSAGES[_0x14adb7(0x15a)][_0x14adb7(0x14a)]);}if(!_0xf6dbf9[_0x14adb7(0x164)](validHosts,_0x34305a)){logger[_0x14adb7(0x159)](_0xf6dbf9[_0x14adb7(0x165)]);throw new Error(ERROR_MESSAGES[_0x14adb7(0x15a)][_0x14adb7(0x141)]);}const _0x1ae1d6=_0xf6dbf9['fBQPn'](parseOnPremHosts,_0x34305a);_0x2636eb[_0x14adb7(0x132)]['browserstackLocal']=!![],_0x2636eb[_0x14adb7(0x132)][_0x14adb7(0x137)][_0x14adb7(0x134)]=_0xf6dbf9[_0x14adb7(0x160)],_0x2636eb[_0x14adb7(0x132)][_0x14adb7(0x137)][_0x14adb7(0x15e)]=_0x1ae1d6['join'](','),helper['setProxySettings'](_0x2636eb['config']),await _0x2636eb[_0x14adb7(0x166)](),logger['info'](_0xf6dbf9[_0x14adb7(0x13c)]);}catch(_0x25296a){logger[_0x14adb7(0x159)](_0xf6dbf9['JlDfw']);throw new Error(_0x25296a[_0x14adb7(0x158)]());}};function run(_0x37c553){const _0x5862dd=a15_0xee2b73,_0x406a46={};_0x406a46[_0x5862dd(0x16d)]=_0x5862dd(0x146),_0x406a46[_0x5862dd(0x142)]=_0x5862dd(0x15c);const _0x128aea=_0x406a46;_0x37c553[_0x5862dd(0x16e)](HELP_MESSAGES['command'][_0x5862dd(0x145)])[_0x5862dd(0x16a)](_0x128aea[_0x5862dd(0x16d)],HELP_MESSAGES['command'][_0x5862dd(0x146)],connectCommandBuilder,connectCommandHandler)[_0x5862dd(0x16b)]()[_0x5862dd(0x15c)](_0x128aea[_0x5862dd(0x142)])[_0x5862dd(0x148)](HELP_MESSAGES['command']['footer']);}module[a15_0xee2b73(0x144)]=run;function a15_0x495c(){const _0x4e45d6=['WBahk','setupBrowserstackLocal','split','integrations-repeater','trim','command','demandCommand','443','VGgPs','usage','winstonLogger','protocol','9101454XcKiHZ','describe','2022cURCIg','replace','undefined','config','22804344IkzycE','localIdentifier','bstack-accesskey','options','browserStackLocalOptions','vZVEe','accessKey','Failed\x20to\x20establish\x20connection.','every','KHFCv','vhEhL','gLniN','bstackAccessKey','yxnxq','invalid','PsKaA','port','exports','root','connect','1514667bIuvhb','epilogue','map','missing','YqVJy','type','Hosts\x20not\x20valid','OIzJd','../../helpers/helper','999670KgNYOA','bstackAccesskey','DwHYX','4663510FPTRhz','hostname','url','1344855aNiQSG','Integration\x20hosts\x20missing.','toString','error','hosts','tWspX','help','demandOption','only','https:','CzkaO','hFymy','integrations','6068RTjEvO','fBQPn'];a15_0x495c=function(){return _0x4e45d6;};return a15_0x495c();}
@@ -1 +1 @@
1
- var a16_0x3475fb=a16_0x4792;(function(_0x3cf0ea,_0xac4840){var _0x39189c=a16_0x4792,_0x53fed1=_0x3cf0ea();while(!![]){try{var _0xe28a4b=-parseInt(_0x39189c(0xb8))/0x1+-parseInt(_0x39189c(0xb3))/0x2*(-parseInt(_0x39189c(0xc5))/0x3)+parseInt(_0x39189c(0xb0))/0x4+-parseInt(_0x39189c(0xc1))/0x5+-parseInt(_0x39189c(0xc4))/0x6*(-parseInt(_0x39189c(0xbd))/0x7)+-parseInt(_0x39189c(0xc0))/0x8+-parseInt(_0x39189c(0xc2))/0x9*(parseInt(_0x39189c(0xb2))/0xa);if(_0xe28a4b===_0xac4840)break;else _0x53fed1['push'](_0x53fed1['shift']());}catch(_0x1d0b4e){_0x53fed1['push'](_0x53fed1['shift']());}}}(a16_0x40f1,0x5dfe6));var a16_0x134c8d={};a16_0x134c8d[a16_0x3475fb(0xbe)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a16_0x134c8d[a16_0x3475fb(0xb1)]='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a16_0x56b2a5={};a16_0x56b2a5[a16_0x3475fb(0xbf)]=a16_0x3475fb(0xbc),a16_0x56b2a5['connect']=a16_0x3475fb(0xb4),a16_0x56b2a5[a16_0x3475fb(0xaf)]=a16_0x3475fb(0xb6);function a16_0x4792(_0x579946,_0x19f75f){var _0x40f131=a16_0x40f1();return a16_0x4792=function(_0x4792fc,_0x134b96){_0x4792fc=_0x4792fc-0xae;var _0x8517fa=_0x40f131[_0x4792fc];return _0x8517fa;},a16_0x4792(_0x579946,_0x19f75f);}var a16_0x332059={};a16_0x332059[a16_0x3475fb(0xae)]=a16_0x134c8d,a16_0x332059['command']=a16_0x56b2a5,exports[a16_0x3475fb(0xb7)]=a16_0x332059;var a16_0x14bde4={};a16_0x14bde4['missing']=a16_0x3475fb(0xc3);var a16_0x51bdd5={};a16_0x51bdd5[a16_0x3475fb(0xb9)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a16_0x51bdd5[a16_0x3475fb(0xba)]=a16_0x3475fb(0xbb);var a16_0x2d0614={};function a16_0x40f1(){var _0x59c131=['root','2718376XTwPZu','109215gQPpyX','198rcCehL','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','84558SzLLdo','47169FfXFXJ','options','footer','1944828DRkmad','hosts','293880DkQXZC','52wWDsTm','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','ERROR_MESSAGES','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','HELP_MESSAGES','107830gzoboa','missing','invalid','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','301oyKRbF','bstackAccessKey'];a16_0x40f1=function(){return _0x59c131;};return a16_0x40f1();}a16_0x2d0614['bstackAccessKey']=a16_0x14bde4,a16_0x2d0614['hosts']=a16_0x51bdd5,exports[a16_0x3475fb(0xb5)]=a16_0x2d0614;
1
+ var a16_0x36e800=a16_0x3e36;(function(_0x565af4,_0x18509e){var _0x6145b5=a16_0x3e36,_0x29f254=_0x565af4();while(!![]){try{var _0x50b54a=parseInt(_0x6145b5(0x1b8))/0x1+parseInt(_0x6145b5(0x1bf))/0x2*(-parseInt(_0x6145b5(0x1a8))/0x3)+-parseInt(_0x6145b5(0x1b0))/0x4*(parseInt(_0x6145b5(0x1b9))/0x5)+-parseInt(_0x6145b5(0x1ab))/0x6+parseInt(_0x6145b5(0x1be))/0x7*(parseInt(_0x6145b5(0x1c1))/0x8)+parseInt(_0x6145b5(0x1ae))/0x9+-parseInt(_0x6145b5(0x1bd))/0xa;if(_0x50b54a===_0x18509e)break;else _0x29f254['push'](_0x29f254['shift']());}catch(_0x1747d5){_0x29f254['push'](_0x29f254['shift']());}}}(a16_0x49be,0xa68fd));var a16_0x10bc28={};function a16_0x3e36(_0x2058c8,_0x253432){var _0x49be9a=a16_0x49be();return a16_0x3e36=function(_0x3e3653,_0xd6657e){_0x3e3653=_0x3e3653-0x1a8;var _0x37b05d=_0x49be9a[_0x3e3653];return _0x37b05d;},a16_0x3e36(_0x2058c8,_0x253432);}a16_0x10bc28['bstackAccessKey']=a16_0x36e800(0x1b2),a16_0x10bc28[a16_0x36e800(0x1bb)]=a16_0x36e800(0x1b4);var a16_0x21e550={};a16_0x21e550[a16_0x36e800(0x1b6)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a16_0x21e550[a16_0x36e800(0x1b5)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a16_0x21e550[a16_0x36e800(0x1bc)]=a16_0x36e800(0x1ad);var a16_0x501cf3={};a16_0x501cf3[a16_0x36e800(0x1af)]=a16_0x10bc28,a16_0x501cf3[a16_0x36e800(0x1b3)]=a16_0x21e550,exports[a16_0x36e800(0x1ba)]=a16_0x501cf3;var a16_0x4ca634={};function a16_0x49be(){var _0x2520d4=['119268cmLjOi','invalid','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','command','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','connect','root','bstackAccessKey','1223209mbfMGp','125sCDgkN','HELP_MESSAGES','hosts','footer','6870630dUehrx','31199bwInpd','4DiQJLy','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','2248lVIFBd','151467kmsuXk','missing','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','2764020EUZUmx','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','1806723AECZHT','options'];a16_0x49be=function(){return _0x2520d4;};return a16_0x49be();}a16_0x4ca634[a16_0x36e800(0x1a9)]=a16_0x36e800(0x1aa);var a16_0xcd5502={};a16_0xcd5502[a16_0x36e800(0x1a9)]=a16_0x36e800(0x1c0),a16_0xcd5502[a16_0x36e800(0x1b1)]=a16_0x36e800(0x1ac);var a16_0x238776={};a16_0x238776[a16_0x36e800(0x1b7)]=a16_0x4ca634,a16_0x238776[a16_0x36e800(0x1bb)]=a16_0xcd5502,exports['ERROR_MESSAGES']=a16_0x238776;
@@ -1 +1 @@
1
- 'use strict';const a17_0x513d0e=a17_0x18a2;(function(_0x43a57e,_0x5e79d0){const _0x146a61=a17_0x18a2,_0x4020ba=_0x43a57e();while(!![]){try{const _0x103f25=-parseInt(_0x146a61(0x1b1))/0x1*(-parseInt(_0x146a61(0x183))/0x2)+-parseInt(_0x146a61(0x18b))/0x3*(-parseInt(_0x146a61(0x19b))/0x4)+-parseInt(_0x146a61(0x1c6))/0x5+parseInt(_0x146a61(0x1ff))/0x6+-parseInt(_0x146a61(0x18f))/0x7+-parseInt(_0x146a61(0x19e))/0x8+parseInt(_0x146a61(0x1d7))/0x9;if(_0x103f25===_0x5e79d0)break;else _0x4020ba['push'](_0x4020ba['shift']());}catch(_0x699400){_0x4020ba['push'](_0x4020ba['shift']());}}}(a17_0x2dd5,0x5ade9));const path=require(a17_0x513d0e(0x1fd)),fs=require('fs'),{v4:uuidv4}=require(a17_0x513d0e(0x1e8)),testhubUtils=require(a17_0x513d0e(0x1f7)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a17_0x513d0e(0x186)),testRunMap=require(a17_0x513d0e(0x1cf)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a17_0x513d0e(0x1b4),a17_0x47c30d={};a17_0x47c30d[a17_0x513d0e(0x1a6)]='passed',a17_0x47c30d[a17_0x513d0e(0x1a7)]=a17_0x513d0e(0x1a7),a17_0x47c30d['pending']=a17_0x513d0e(0x1eb),a17_0x47c30d['excluded']=a17_0x513d0e(0x1e9);function a17_0x2dd5(){const _0x51ffc4=['jasmineStarted','DRXcc','err','sep','VVWFs','uploadEventData','duration','JASMINE','TestRunSkipped','has','actual','specStarted','gSMZR','EzJDG','_collapseFailedExpectations','expanded','2025640WyFzVA','_paths','TsJuC','_findGitConfig','fhmvW','add','failure_backtrace','message','delete','../testRunMap','EgNKY','EpVGN','backtrace','ooCjH','_sendSpecEvent','AOCLm','SrNuZ','5133492loTsSG','_suitesById','elmCJ','qOnmG','.git','RjsKU','relative','GuRmX','jasmineDone','endsWith','YCCXG','FghLw','matcherName','kbLix','_resolveFilePath','ONxIx','mbWTE','uuid','skipped','fullName','pending','config','UnhandledError','AUTNI','fileNameByFullName','DVUzO','testObservability','jFhHt','failure_reason_expanded','javascript','failedExpectations','reverse','../../../helpers/testhub/utils','appendTesthubParams','CqFnj','OZDuG','medku','brspY','path','stack','3347976nANofb','aVQKe','kVLIR','2ewJIRS','match','TestRunStarted','../../../helpers/test-observability/utils','statSync','\x20:\x20','expected','join','486pYEwrZ','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','status','MGmlS','941101beJUcG','_scopes','push','RfZtf','TestRunFinished','shouldProcessEventForTesthub','length','parentSuiteId','zlmyn','OqxJa','description','mjytb','4572HvmsIl','zGNsI','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','5927096fEwJgR','piTIT','vlljB','utEpf','lang','number','filename','_fileNameByFullName','passed','failed','split','exports','finished_at','set','dirname','code','IWYxh','isArray','get','339109xAxkeo','bGAaf','CuUKA','Jasmine','specDone'];a17_0x2dd5=function(){return _0x51ffc4;};return a17_0x2dd5();}const STATUS_MAP=a17_0x47c30d;function a17_0x18a2(_0x10dcb7,_0x4797e2){const _0x2dd595=a17_0x2dd5();return a17_0x18a2=function(_0x18a238,_0x2bef9b){_0x18a238=_0x18a238-0x181;let _0x19a311=_0x2dd595[_0x18a238];return _0x19a311;},a17_0x18a2(_0x10dcb7,_0x4797e2);}class BrowserStackJasmineReporter{constructor(_0x289de9={}){const _0x27d58d=a17_0x513d0e,_0x4f7bc5={'BJpOD':function(_0x3c19d3){return _0x3c19d3();}};this[_0x27d58d(0x1f1)]=_0x4f7bc5['BJpOD'](isTestObservabilitySession),this[_0x27d58d(0x1c7)]=new PathHelper({'cwd':process['cwd']()},undefined),this[_0x27d58d(0x1a5)]=_0x289de9&&_0x289de9[_0x27d58d(0x1ef)]||{},this[_0x27d58d(0x1d8)]=new Map();}[a17_0x513d0e(0x1b6)](){}['suiteStarted'](_0xd5068a){const _0x4e2e2f=a17_0x513d0e,_0xf2ec46={'VVWFs':function(_0x2c2ee2,_0x2e3047){return _0x2c2ee2!==_0x2e3047;},'EgNKY':function(_0x4aeb97,_0x5c8d0a){return _0x4aeb97(_0x5c8d0a);}};try{_0xd5068a&&_0xf2ec46['VVWFs'](_0xd5068a['id'],undefined)&&_0xf2ec46[_0x4e2e2f(0x1ba)](_0xd5068a['id'],null)&&this[_0x4e2e2f(0x1d8)][_0x4e2e2f(0x1ab)](_0xd5068a['id'],{'description':_0xd5068a[_0x4e2e2f(0x199)],'parentSuiteId':_0xd5068a[_0x4e2e2f(0x196)]});}catch(_0x112e74){_0xf2ec46[_0x4e2e2f(0x1d0)](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0xd5068a&&_0xd5068a[_0x4e2e2f(0x1ea)])+_0x4e2e2f(0x188)+_0x112e74);}}[a17_0x513d0e(0x1c1)](_0x1e81fb){const _0x1017c0=a17_0x513d0e,_0xb69061={'KbVoP':function(_0x43da7f,_0x2a231a){return _0x43da7f!==_0x2a231a;},'wsZvW':function(_0x57e36a){return _0x57e36a();},'IWYxh':'TestRunStarted','BnCVj':function(_0x30bda4,_0x271c43){return _0x30bda4(_0x271c43);}};try{if(_0xb69061['KbVoP'](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x18662e=_0xb69061['wsZvW'](uuidv4);testRunMap[_0x1017c0(0x1ab)](_0x1e81fb['id'],_0x18662e),this[_0x1017c0(0x1d4)](_0x1e81fb,_0x18662e,_0xb69061[_0x1017c0(0x1ae)]);}catch(_0x5de9bc){_0xb69061['BnCVj'](debug,_0x1017c0(0x18c)+(_0x1e81fb&&_0x1e81fb[_0x1017c0(0x1ea)])+_0x1017c0(0x188)+_0x5de9bc);}}[a17_0x513d0e(0x1b5)](_0x5be931){const _0x27a4db=a17_0x513d0e,_0x128b81={'EpVGN':function(_0x47ec27,_0x257b50){return _0x47ec27!==_0x257b50;},'zlmyn':function(_0x5390b1){return _0x5390b1();},'utEpf':function(_0x7b8083,_0x7e6c7a){return _0x7b8083===_0x7e6c7a;},'qOnmG':'excluded','mbWTE':_0x27a4db(0x1be),'GuRmX':_0x27a4db(0x193),'aVQKe':function(_0x308cfd,_0x58f5a4){return _0x308cfd(_0x58f5a4);}};try{if(_0x128b81[_0x27a4db(0x1d1)](testhubUtils[_0x27a4db(0x194)](),!![]))return;const _0x1ca2ce=testRunMap['get'](_0x5be931['id'])||_0x128b81[_0x27a4db(0x197)](uuidv4),_0x14f246=_0x128b81[_0x27a4db(0x1a1)](_0x5be931['status'],_0x128b81[_0x27a4db(0x1da)])?_0x128b81[_0x27a4db(0x1e7)]:_0x128b81[_0x27a4db(0x1de)];this['_sendSpecEvent'](_0x5be931,_0x1ca2ce,_0x14f246);}catch(_0x4ad00e){_0x128b81[_0x27a4db(0x181)](debug,'Exception\x20in\x20jasmine\x20specDone\x20for\x20'+(_0x5be931&&_0x5be931[_0x27a4db(0x1ea)])+_0x27a4db(0x188)+_0x4ad00e);}finally{_0x5be931&&(testRunMap['remove'](_0x5be931['id']),_specStartTimes[_0x27a4db(0x1ce)](_0x5be931['id']));}}['suiteDone'](){}[a17_0x513d0e(0x1df)](){}[a17_0x513d0e(0x1d4)](_0x26c504,_0x1ec504,_0x2feb37){const _0x60c336=a17_0x513d0e,_0xd40943={'bGAaf':function(_0x54f52a,_0x16573b){return _0x54f52a===_0x16573b;},'ooCjH':_0x60c336(0x193),'jFhHt':_0x60c336(0x1be),'WyFcZ':'File\x20path\x20could\x20not\x20be\x20found','iybcU':function(_0x5b5928,_0x2f8d1e,_0x2faaca){return _0x5b5928(_0x2f8d1e,_0x2faaca);},'KHKvQ':_0x60c336(0x1b8),'RjsKU':_0x60c336(0x185),'gwaVv':function(_0xd6dd0d,_0x471a92){return _0xd6dd0d!==_0x471a92;},'zGNsI':function(_0x12936e,_0x253243){return _0x12936e!==_0x253243;},'kVLIR':_0x60c336(0x1f4),'CuUKA':function(_0x59d13e,_0x21bfdd){return _0x59d13e&&_0x21bfdd;},'OZDuG':_0x60c336(0x1e9),'DVUzO':'passed','fhmvW':_0x60c336(0x1a3),'FghLw':'AssertionError','AUTNI':_0x60c336(0x1ed),'brspY':function(_0x4e3192,_0x59af51){return _0x4e3192===_0x59af51;},'mjytb':'started_at','CqFnj':_0x60c336(0x1aa),'EzJDG':'failure','CbYgR':_0x60c336(0x1cc),'kbLix':_0x60c336(0x1d2),'RfZtf':_0x60c336(0x1f3),'DRXcc':_0x60c336(0x1c5),'JjjzC':function(_0xb99327,_0x338680){return _0xb99327(_0x338680);}};try{const _0x2fc9bd=_0xd40943[_0x60c336(0x1b2)](_0x2feb37,_0xd40943['ooCjH'])||_0xd40943[_0x60c336(0x1b2)](_0x2feb37,_0xd40943[_0x60c336(0x1f2)]),_0x1b604a=this[_0x60c336(0x1e5)](_0x26c504),_0x4f562e=_0x1b604a?this['_paths']['prefixTestPath'](_0x1b604a):_0xd40943['WyFcZ'],_0x23b86b=_0x1b604a?this['_findGitConfig'](path[_0x60c336(0x1ac)](_0x1b604a)):null,_0xca1a8=this[_0x60c336(0x1c4)](_0x26c504[_0x60c336(0x1f5)]),_0x558e01=_0xca1a8?_0xca1a8[_0x60c336(0x1cd)]:undefined,_0x43b0a1=_0xca1a8?_0xd40943['iybcU'](failureData,_0xca1a8,_0xd40943['KHKvQ']):[],_0x1a4749=new Date()['toISOString'](),_0x1ca01f=this[_0x60c336(0x190)](_0x26c504);_0xd40943[_0x60c336(0x1b2)](_0x2feb37,_0xd40943[_0x60c336(0x1dc)])&&_0x26c504&&_0xd40943['gwaVv'](_0x26c504['id'],undefined)&&_0xd40943[_0x60c336(0x19c)](_0x26c504['id'],null)&&_specStartTimes[_0x60c336(0x1ab)](_0x26c504['id'],_0x1a4749);const _0x4ad9db=_0xd40943['bGAaf'](_0x2feb37,_0xd40943[_0x60c336(0x1dc)])?_0x1a4749:_0x26c504&&_specStartTimes[_0x60c336(0x1b0)](_0x26c504['id'])||null,_0x92ccd6={};_0x92ccd6[_0x60c336(0x1a2)]=_0xd40943[_0x60c336(0x182)],_0x92ccd6[_0x60c336(0x1ad)]=null;const _0x5f35bb={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x1ec504,'name':_0x26c504[_0x60c336(0x199)],'body':_0x92ccd6,'scope':_0x1ca01f[_0x60c336(0x18a)]('\x20'),'scopes':_0x1ca01f,'identifier':_0x26c504[_0x60c336(0x1ea)],'file_name':_0x4f562e,'vc_filepath':_0xd40943[_0x60c336(0x1b3)](_0x23b86b,_0x1b604a)?path[_0x60c336(0x1dd)](_0x23b86b,_0x1b604a):null,'location':_0x4f562e,'result':_0xd40943[_0x60c336(0x1b2)](_0x2feb37,_0xd40943[_0x60c336(0x1f2)])?_0xd40943[_0x60c336(0x1fa)]:STATUS_MAP[_0x26c504[_0x60c336(0x18d)]]||_0xd40943[_0x60c336(0x1f0)],'failure_reason':_0x558e01,'duration_in_ms':_0xd40943['bGAaf'](typeof _0x26c504[_0x60c336(0x1bc)],_0xd40943[_0x60c336(0x1ca)])?_0x26c504['duration']:null,'started_at':_0x4ad9db,'finished_at':_0x2fc9bd?_0x1a4749:null,'failure':_0x43b0a1,'failure_type':!_0x558e01?null:_0x558e01[_0x60c336(0x184)](/AssertionError/)?_0xd40943[_0x60c336(0x1e2)]:_0xd40943[_0x60c336(0x1ee)],'retry_of':null};_0xd40943[_0x60c336(0x1fc)](_0x2feb37,_0xd40943['jFhHt'])&&!_0x5f35bb[_0xd40943['mjytb']]&&(_0x5f35bb[_0xd40943[_0x60c336(0x19a)]]=_0x5f35bb[_0xd40943[_0x60c336(0x1f9)]]);const _0x1713a1=_0x5f35bb[_0xd40943[_0x60c336(0x1c3)]][0x0];_0x1713a1&&(_0x5f35bb[_0xd40943['CbYgR']]=_0x1713a1[_0xd40943[_0x60c336(0x1e4)]],_0x5f35bb[_0xd40943[_0x60c336(0x192)]]=_0x1713a1[_0xd40943[_0x60c336(0x1b7)]]);testhubUtils[_0x60c336(0x1f8)](_0x5f35bb,_0x2feb37,_0x26c504,FRAMEWORKS[_0x60c336(0x1bd)]);const _0x328a6d={'event_type':_0xd40943[_0x60c336(0x1b2)](_0x2feb37,_0xd40943[_0x60c336(0x1f2)])?_0xd40943[_0x60c336(0x1d3)]:_0x2feb37,'test_run':_0x5f35bb};return testhubUtils['setCurrentTestData'](FRAMEWORKS[_0x60c336(0x1bd)],_0x328a6d),SessionHandler[_0x60c336(0x1bb)](_0x328a6d);}catch(_0x1a237f){_0xd40943['JjjzC'](debug,_0x60c336(0x19d)+_0x2feb37+'\x20:\x20'+_0x1a237f);}}[a17_0x513d0e(0x190)](_0x51a305){const _0x46bfda=a17_0x513d0e,_0x2e3d60={'HmbxA':function(_0x4d7e82,_0x29c706){return _0x4d7e82!==_0x29c706;},'medku':function(_0x53f9dd,_0x3629e4){return _0x53f9dd>_0x3629e4;},'YCCXG':function(_0x1a4051,_0x4fed8a){return _0x1a4051(_0x4fed8a);},'HiQUh':function(_0x2c5376,_0x4dd6aa){return _0x2c5376-_0x4dd6aa;}};try{const _0x2b8e19=[];let _0x1f4d2b=_0x51a305&&_0x51a305[_0x46bfda(0x196)];const _0x2ee809=new Set();while(_0x2e3d60['HmbxA'](_0x1f4d2b,undefined)&&_0x2e3d60['HmbxA'](_0x1f4d2b,null)&&this[_0x46bfda(0x1d8)][_0x46bfda(0x1bf)](_0x1f4d2b)&&!_0x2ee809['has'](_0x1f4d2b)){_0x2ee809[_0x46bfda(0x1cb)](_0x1f4d2b);const _0x7cd840=this[_0x46bfda(0x1d8)][_0x46bfda(0x1b0)](_0x1f4d2b);_0x7cd840&&_0x7cd840[_0x46bfda(0x199)]&&_0x2b8e19[_0x46bfda(0x191)](_0x7cd840[_0x46bfda(0x199)]),_0x1f4d2b=_0x7cd840?_0x7cd840[_0x46bfda(0x196)]:null;}if(_0x2e3d60[_0x46bfda(0x1fb)](_0x2b8e19[_0x46bfda(0x195)],0x0))return _0x2b8e19[_0x46bfda(0x1f6)]();}catch(_0x446a29){_0x2e3d60[_0x46bfda(0x1e1)](debug,'Exception\x20deriving\x20jasmine\x20scopes\x20for\x20'+(_0x51a305&&_0x51a305['fullName'])+'\x20:\x20'+_0x446a29);}const _0x221480=_0x51a305&&_0x51a305[_0x46bfda(0x1ea)]||'',_0x548441=_0x51a305&&_0x51a305[_0x46bfda(0x199)]||'';let _0x4f656f=_0x221480;return _0x548441&&_0x221480[_0x46bfda(0x1e0)](_0x548441)&&(_0x4f656f=_0x221480['slice'](0x0,_0x2e3d60['HiQUh'](_0x221480['length'],_0x548441[_0x46bfda(0x195)]))['trim']()),_0x4f656f?_0x4f656f[_0x46bfda(0x1a8)](/\s+/):[];}['_resolveFilePath'](_0x26d9e3){const _0x3c7fa7=a17_0x513d0e,_0x367c8c={};_0x367c8c[_0x3c7fa7(0x1d5)]=function(_0x5bed9a,_0x4b5aad){return _0x5bed9a===_0x4b5aad;},_0x367c8c['elmCJ']=function(_0x39ca53,_0x5d7005){return _0x39ca53+_0x5d7005;},_0x367c8c[_0x3c7fa7(0x19f)]=function(_0x46cfa0,_0x528799){return _0x46cfa0>_0x528799;};const _0x588b20=_0x367c8c;if(_0x26d9e3&&_0x26d9e3['filename'])return _0x26d9e3[_0x3c7fa7(0x1a4)];if(_0x26d9e3&&_0x26d9e3['fullName']){if(this[_0x3c7fa7(0x1a5)][_0x26d9e3[_0x3c7fa7(0x1ea)]])return this[_0x3c7fa7(0x1a5)][_0x26d9e3[_0x3c7fa7(0x1ea)]];let _0x3bb987=null,_0xef012c=-0x1;for(const _0xde247 of Object['keys'](this[_0x3c7fa7(0x1a5)])){(_0x588b20[_0x3c7fa7(0x1d5)](_0x26d9e3[_0x3c7fa7(0x1ea)],_0xde247)||_0x26d9e3['fullName']['startsWith'](_0x588b20[_0x3c7fa7(0x1d9)](_0xde247,'\x20')))&&_0x588b20[_0x3c7fa7(0x19f)](_0xde247[_0x3c7fa7(0x195)],_0xef012c)&&(_0x3bb987=this[_0x3c7fa7(0x1a5)][_0xde247],_0xef012c=_0xde247[_0x3c7fa7(0x195)]);}if(_0x3bb987)return _0x3bb987;}return null;}[a17_0x513d0e(0x1c4)](_0xc37af7){const _0x29a9f7=a17_0x513d0e,_0x58dd6d={};_0x58dd6d[_0x29a9f7(0x198)]=function(_0x425b4b,_0x378ac7){return _0x425b4b===_0x378ac7;},_0x58dd6d['MGmlS']='Spec\x20failed';const _0x323706=_0x58dd6d;if(!Array[_0x29a9f7(0x1af)](_0xc37af7)||_0x323706[_0x29a9f7(0x198)](_0xc37af7[_0x29a9f7(0x195)],0x0))return undefined;const _0x383ff3=[],_0x12808d=[];for(const _0x1c568b of _0xc37af7){_0x1c568b&&_0x1c568b[_0x29a9f7(0x1cd)]&&_0x383ff3[_0x29a9f7(0x191)](_0x1c568b['message']),_0x1c568b&&_0x1c568b[_0x29a9f7(0x1fe)]&&_0x12808d[_0x29a9f7(0x191)](_0x1c568b['stack']);}const _0x13e476=_0xc37af7[0x0]||{},_0x3f90e9=_0x383ff3[_0x29a9f7(0x18a)]('\x0a')||_0x13e476[_0x29a9f7(0x1cd)]||_0x323706[_0x29a9f7(0x18e)],_0x1b63e3=_0x12808d[_0x29a9f7(0x18a)]('\x0a\x0a')||_0x13e476[_0x29a9f7(0x1fe)]||_0x3f90e9,_0x3c1cc5={};return _0x3c1cc5['message']=_0x3f90e9,_0x3c1cc5[_0x29a9f7(0x1fe)]=_0x1b63e3,_0x3c1cc5[_0x29a9f7(0x1e3)]=_0x13e476[_0x29a9f7(0x1e3)],_0x3c1cc5[_0x29a9f7(0x189)]=_0x13e476[_0x29a9f7(0x189)],_0x3c1cc5[_0x29a9f7(0x1c0)]=_0x13e476[_0x29a9f7(0x1c0)],_0x3c1cc5;}[a17_0x513d0e(0x1c9)](_0x5e1c8e){const _0x12cf15=a17_0x513d0e,_0x12fb65={};_0x12fb65[_0x12cf15(0x1e6)]=function(_0x47a80e,_0x1d5351){return _0x47a80e===_0x1d5351;},_0x12fb65[_0x12cf15(0x1a0)]=function(_0x40f58e,_0x42807b){return _0x40f58e===_0x42807b;},_0x12fb65[_0x12cf15(0x1d6)]=function(_0x2e7ca3,_0x547463){return _0x2e7ca3===_0x547463;},_0x12fb65[_0x12cf15(0x1c2)]=_0x12cf15(0x1db),_0x12fb65[_0x12cf15(0x1c8)]=_0x12cf15(0x1ec);const _0x41c1a6=_0x12fb65,_0x14a500=path[_0x12cf15(0x1b9)];if(_0x41c1a6[_0x12cf15(0x1e6)](_0x5e1c8e,null)||_0x41c1a6[_0x12cf15(0x1e6)](_0x5e1c8e,'')||_0x41c1a6[_0x12cf15(0x1a0)](_0x5e1c8e,_0x14a500)||_0x41c1a6[_0x12cf15(0x1d6)](_0x5e1c8e,path[_0x12cf15(0x1ac)](_0x5e1c8e)))return null;try{return fs[_0x12cf15(0x187)](path[_0x12cf15(0x18a)](_0x5e1c8e,_0x41c1a6[_0x12cf15(0x1c2)],_0x41c1a6['TsJuC'])),_0x5e1c8e;}catch(_0x894c27){return this[_0x12cf15(0x1c9)](path['dirname'](_0x5e1c8e));}}}module[a17_0x513d0e(0x1a9)]=BrowserStackJasmineReporter;
1
+ 'use strict';const a17_0x4d7f94=a17_0x2a86;(function(_0x2216c4,_0x35411c){const _0x3a83fe=a17_0x2a86,_0xd2764b=_0x2216c4();while(!![]){try{const _0x2783e0=parseInt(_0x3a83fe(0x21e))/0x1*(-parseInt(_0x3a83fe(0x1bf))/0x2)+-parseInt(_0x3a83fe(0x1e5))/0x3*(parseInt(_0x3a83fe(0x1d9))/0x4)+parseInt(_0x3a83fe(0x19e))/0x5+-parseInt(_0x3a83fe(0x1b6))/0x6+-parseInt(_0x3a83fe(0x1d3))/0x7*(-parseInt(_0x3a83fe(0x1e4))/0x8)+parseInt(_0x3a83fe(0x1b8))/0x9+-parseInt(_0x3a83fe(0x1ca))/0xa*(-parseInt(_0x3a83fe(0x1f0))/0xb);if(_0x2783e0===_0x35411c)break;else _0xd2764b['push'](_0xd2764b['shift']());}catch(_0x39f396){_0xd2764b['push'](_0xd2764b['shift']());}}}(a17_0x559b,0x5c6f5));function a17_0x2a86(_0x2c19d2,_0x2e99d5){const _0x559bd4=a17_0x559b();return a17_0x2a86=function(_0x2a86b4,_0x5e1f6b){_0x2a86b4=_0x2a86b4-0x19e;let _0x36aa7d=_0x559bd4[_0x2a86b4];return _0x36aa7d;},a17_0x2a86(_0x2c19d2,_0x2e99d5);}function a17_0x559b(){const _0x1b6d8e=['_collapseFailedExpectations','reverse','matcherName','err','nucEY','HBCsb','cwd','failed','DojoR','iGHnh','uploadEventData','MRFVA','excluded','setCurrentTestData','description','skipped','Mywlf','File\x20path\x20could\x20not\x20be\x20found','UMWqY','get','_fileNameByFullName','135395PuqIpE','prefixTestPath','pending','statSync','specDone','JASMINE','LgMNj','oUVmL','remove','1610700ozPLyg','push','passed','expected','testObservability','length','expanded','XGWrg','sSOti','_findGitConfig','../../../helpers/test-observability/utils','startsWith','add','delete','_suitesById','../../../helpers/testhub/utils','message','xcfre','yWRRX','endsWith','TestRunSkipped','_sendSpecEvent','TuXGJ','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','2472096sDXpaq','ReIYE','383121jPKSEe','jasmineDone','BYFLO','bTzpi','shouldProcessEventForTesthub','duration','aWecK','4BntTtm','LxKiG','zWiwY','split','finished_at','Exception\x20in\x20jasmine\x20specDone\x20for\x20','failedExpectations','qFDtC','gWmWI','UnhandledError','status','1309580HGrgIi','vbbfw','code','\x20:\x20','set','jasmineStarted','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','cckTX','sep','115241jLRuFg','yClJL','config','frxDF','actual','uQKKe','427972QNTwZn','khddD','_resolveFilePath','PMFCI','join','kKwzh','failure_backtrace','Uryle','lang','isArray','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','136SRlQSM','3mWwolh','_paths','dirname','feVkq','parentSuiteId','stack','GVaUt','failure_reason_expanded','failure','../../../helpers/test-observability/constants','NZTuX','44uKCLgG','cYALb','tTySD','MfLmZ','eybmE','../../../helpers/test-observability/sessionHandler','fullName','filename','../testRunMap','.git','Spec\x20failed','lXgjW','jevnl','trim','_scopes','DnnuG','TestRunFinished','specStarted','ofPjl','fileNameByFullName','AssertionError','toISOString','suiteStarted','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','has'];a17_0x559b=function(){return _0x1b6d8e;};return a17_0x559b();}const path=require('path'),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require(a17_0x4d7f94(0x1ad)),{FRAMEWORKS}=require(a17_0x4d7f94(0x1ee)),SessionHandler=require(a17_0x4d7f94(0x1f5)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a17_0x4d7f94(0x1a8)),testRunMap=require(a17_0x4d7f94(0x1f8)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL='Jasmine',a17_0x2dbac9={};a17_0x2dbac9[a17_0x4d7f94(0x1a0)]=a17_0x4d7f94(0x1a0),a17_0x2dbac9['failed']=a17_0x4d7f94(0x210),a17_0x2dbac9[a17_0x4d7f94(0x220)]=a17_0x4d7f94(0x220),a17_0x2dbac9[a17_0x4d7f94(0x215)]='skipped';const STATUS_MAP=a17_0x2dbac9;class BrowserStackJasmineReporter{constructor(_0x49e62e={}){const _0x167ec1=a17_0x4d7f94,_0x241028={'JApTK':function(_0x4409a7){return _0x4409a7();}};this[_0x167ec1(0x1a2)]=_0x241028['JApTK'](isTestObservabilitySession),this[_0x167ec1(0x1e6)]=new PathHelper({'cwd':process[_0x167ec1(0x20f)]()},undefined),this['_fileNameByFullName']=_0x49e62e&&_0x49e62e[_0x167ec1(0x203)]||{},this[_0x167ec1(0x1ac)]=new Map();}[a17_0x4d7f94(0x1cf)](){}[a17_0x4d7f94(0x206)](_0xeb4823){const _0x56a832=a17_0x4d7f94,_0x48a182={'GVaUt':function(_0x3d3a5f,_0x5af007){return _0x3d3a5f!==_0x5af007;},'lXgjW':function(_0x3d2f0e,_0x2f4477){return _0x3d2f0e(_0x2f4477);}};try{_0xeb4823&&_0x48a182[_0x56a832(0x1eb)](_0xeb4823['id'],undefined)&&_0x48a182[_0x56a832(0x1eb)](_0xeb4823['id'],null)&&this['_suitesById']['set'](_0xeb4823['id'],{'description':_0xeb4823[_0x56a832(0x217)],'parentSuiteId':_0xeb4823[_0x56a832(0x1e9)]});}catch(_0x3343e4){_0x48a182[_0x56a832(0x1fb)](debug,_0x56a832(0x1d0)+(_0xeb4823&&_0xeb4823[_0x56a832(0x1f6)])+_0x56a832(0x1cd)+_0x3343e4);}}[a17_0x4d7f94(0x201)](_0x3322ff){const _0x598a4a=a17_0x4d7f94,_0x28315f={'cVxxn':function(_0x17e029,_0xee6892){return _0x17e029!==_0xee6892;},'sSOti':function(_0x3ed328){return _0x3ed328();},'yASRj':'TestRunStarted','yWRRX':function(_0x2029fc,_0x649bca){return _0x2029fc(_0x649bca);}};try{if(_0x28315f['cVxxn'](testhubUtils[_0x598a4a(0x1bc)](),!![]))return;const _0x121544=_0x28315f[_0x598a4a(0x1a6)](uuidv4);testRunMap['set'](_0x3322ff['id'],_0x121544),this[_0x598a4a(0x1b3)](_0x3322ff,_0x121544,_0x28315f['yASRj']);}catch(_0x344959){_0x28315f[_0x598a4a(0x1b0)](debug,_0x598a4a(0x1e3)+(_0x3322ff&&_0x3322ff[_0x598a4a(0x1f6)])+_0x598a4a(0x1cd)+_0x344959);}}[a17_0x4d7f94(0x222)](_0x5634ee){const _0x59c8ac=a17_0x4d7f94,_0x316faf={'DnnuG':function(_0x408140,_0x12d8cf){return _0x408140!==_0x12d8cf;},'MfLmZ':function(_0x5f3923){return _0x5f3923();},'NZTuX':function(_0x402baf,_0x49d3fd){return _0x402baf===_0x49d3fd;},'Uryle':_0x59c8ac(0x215),'VnHFY':_0x59c8ac(0x1b2),'ofPjl':_0x59c8ac(0x200),'oUVmL':function(_0x291cf8,_0x3e4b2c){return _0x291cf8(_0x3e4b2c);}};try{if(_0x316faf[_0x59c8ac(0x1ff)](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x2c327e=testRunMap[_0x59c8ac(0x21c)](_0x5634ee['id'])||_0x316faf[_0x59c8ac(0x1f3)](uuidv4),_0x293cc8=_0x316faf[_0x59c8ac(0x1ef)](_0x5634ee['status'],_0x316faf[_0x59c8ac(0x1e0)])?_0x316faf['VnHFY']:_0x316faf[_0x59c8ac(0x202)];this[_0x59c8ac(0x1b3)](_0x5634ee,_0x2c327e,_0x293cc8);}catch(_0x2e66c8){_0x316faf[_0x59c8ac(0x225)](debug,_0x59c8ac(0x1c4)+(_0x5634ee&&_0x5634ee[_0x59c8ac(0x1f6)])+_0x59c8ac(0x1cd)+_0x2e66c8);}finally{_0x5634ee&&(testRunMap[_0x59c8ac(0x226)](_0x5634ee['id']),_specStartTimes[_0x59c8ac(0x1ab)](_0x5634ee['id']));}}['suiteDone'](){}[a17_0x4d7f94(0x1b9)](){}[a17_0x4d7f94(0x1b3)](_0x39d1bf,_0x37b50b,_0x376d1f){const _0x277150=a17_0x4d7f94,_0x21c360={'kKwzh':function(_0x127745,_0x135442){return _0x127745===_0x135442;},'LgMNj':_0x277150(0x200),'jevnl':function(_0x2118ad,_0x23b722){return _0x2118ad===_0x23b722;},'UMWqY':_0x277150(0x1b2),'tNsFq':_0x277150(0x21a),'RqWbP':function(_0x5cf6ea,_0x14f46d,_0xb5b446){return _0x5cf6ea(_0x14f46d,_0xb5b446);},'ReIYE':_0x277150(0x20c),'vbbfw':'TestRunStarted','JXgtv':function(_0x4d063b,_0x2e847f){return _0x4d063b!==_0x2e847f;},'qFDtC':function(_0x586e43,_0x588e40){return _0x586e43!==_0x588e40;},'frxDF':function(_0x59ecb0,_0x3be4dc){return _0x59ecb0===_0x3be4dc;},'cYALb':'javascript','aEkIH':function(_0x96335b,_0x457d62){return _0x96335b&&_0x457d62;},'yClJL':_0x277150(0x218),'oGsPb':_0x277150(0x1a0),'PMFCI':'number','HBCsb':_0x277150(0x204),'BzFEx':_0x277150(0x1c8),'tTySD':function(_0x463ca5,_0x24a14d){return _0x463ca5===_0x24a14d;},'Mywlf':'started_at','xcfre':_0x277150(0x1c3),'gWmWI':_0x277150(0x1ed),'suVuo':_0x277150(0x1df),'khddD':'backtrace','bTzpi':_0x277150(0x1ec),'XGWrg':_0x277150(0x1a4),'FSfOD':function(_0x491eea,_0x3e0a82){return _0x491eea(_0x3e0a82);}};try{const _0x3a9369=_0x21c360[_0x277150(0x1de)](_0x376d1f,_0x21c360[_0x277150(0x224)])||_0x21c360[_0x277150(0x1fc)](_0x376d1f,_0x21c360[_0x277150(0x21b)]),_0xfc7d09=this['_resolveFilePath'](_0x39d1bf),_0x3cc3fd=_0xfc7d09?this[_0x277150(0x1e6)][_0x277150(0x21f)](_0xfc7d09):_0x21c360['tNsFq'],_0x1b5d92=_0xfc7d09?this[_0x277150(0x1a7)](path[_0x277150(0x1e7)](_0xfc7d09)):null,_0x3bdaf3=this[_0x277150(0x209)](_0x39d1bf[_0x277150(0x1c5)]),_0x239a02=_0x3bdaf3?_0x3bdaf3[_0x277150(0x1ae)]:undefined,_0x3e2bfa=_0x3bdaf3?_0x21c360['RqWbP'](failureData,_0x3bdaf3,_0x21c360[_0x277150(0x1b7)]):[],_0x590e10=new Date()[_0x277150(0x205)](),_0x4e1d25=this[_0x277150(0x1fe)](_0x39d1bf);_0x21c360[_0x277150(0x1fc)](_0x376d1f,_0x21c360[_0x277150(0x1cb)])&&_0x39d1bf&&_0x21c360['JXgtv'](_0x39d1bf['id'],undefined)&&_0x21c360[_0x277150(0x1c6)](_0x39d1bf['id'],null)&&_specStartTimes[_0x277150(0x1ce)](_0x39d1bf['id'],_0x590e10);const _0x1eeb26=_0x21c360[_0x277150(0x1d6)](_0x376d1f,_0x21c360[_0x277150(0x1cb)])?_0x590e10:_0x39d1bf&&_specStartTimes[_0x277150(0x21c)](_0x39d1bf['id'])||null,_0x1b7446={};_0x1b7446[_0x277150(0x1e1)]=_0x21c360[_0x277150(0x1f1)],_0x1b7446[_0x277150(0x1cc)]=null;const _0x3093be={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x37b50b,'name':_0x39d1bf[_0x277150(0x217)],'body':_0x1b7446,'scope':_0x4e1d25[_0x277150(0x1dd)]('\x20'),'scopes':_0x4e1d25,'identifier':_0x39d1bf[_0x277150(0x1f6)],'file_name':_0x3cc3fd,'vc_filepath':_0x21c360['aEkIH'](_0x1b5d92,_0xfc7d09)?path['relative'](_0x1b5d92,_0xfc7d09):null,'location':_0x3cc3fd,'result':_0x21c360[_0x277150(0x1d6)](_0x376d1f,_0x21c360[_0x277150(0x21b)])?_0x21c360[_0x277150(0x1d4)]:STATUS_MAP[_0x39d1bf[_0x277150(0x1c9)]]||_0x21c360['oGsPb'],'failure_reason':_0x239a02,'duration_in_ms':_0x21c360[_0x277150(0x1fc)](typeof _0x39d1bf[_0x277150(0x1bd)],_0x21c360[_0x277150(0x1dc)])?_0x39d1bf[_0x277150(0x1bd)]:null,'started_at':_0x1eeb26,'finished_at':_0x3a9369?_0x590e10:null,'failure':_0x3e2bfa,'failure_type':!_0x239a02?null:_0x239a02['match'](/AssertionError/)?_0x21c360[_0x277150(0x20e)]:_0x21c360['BzFEx'],'retry_of':null};_0x21c360[_0x277150(0x1f2)](_0x376d1f,_0x21c360[_0x277150(0x21b)])&&!_0x3093be[_0x21c360[_0x277150(0x219)]]&&(_0x3093be[_0x21c360['Mywlf']]=_0x3093be[_0x21c360[_0x277150(0x1af)]]);const _0x4972cc=_0x3093be[_0x21c360[_0x277150(0x1c7)]][0x0];_0x4972cc&&(_0x3093be[_0x21c360['suVuo']]=_0x4972cc[_0x21c360[_0x277150(0x1da)]],_0x3093be[_0x21c360[_0x277150(0x1bb)]]=_0x4972cc[_0x21c360[_0x277150(0x1a5)]]);testhubUtils['appendTesthubParams'](_0x3093be,_0x376d1f,_0x39d1bf,FRAMEWORKS[_0x277150(0x223)]);const _0x357dba={'event_type':_0x21c360[_0x277150(0x1de)](_0x376d1f,_0x21c360[_0x277150(0x21b)])?_0x21c360[_0x277150(0x224)]:_0x376d1f,'test_run':_0x3093be};return testhubUtils[_0x277150(0x216)](FRAMEWORKS[_0x277150(0x223)],_0x357dba),SessionHandler[_0x277150(0x213)](_0x357dba);}catch(_0x30b3b3){_0x21c360['FSfOD'](debug,_0x277150(0x207)+_0x376d1f+_0x277150(0x1cd)+_0x30b3b3);}}[a17_0x4d7f94(0x1fe)](_0x58bb70){const _0x959a02=a17_0x4d7f94,_0x43ff95={'iGHnh':function(_0x1966cd,_0x1d3620){return _0x1966cd!==_0x1d3620;},'TuXGJ':function(_0x519569,_0x3ee62d){return _0x519569>_0x3ee62d;},'cckTX':function(_0x567a53,_0x3d04e6){return _0x567a53(_0x3d04e6);},'nucEY':function(_0x2311ef,_0x328bf8){return _0x2311ef-_0x328bf8;}};try{const _0x53e0f4=[];let _0x331f30=_0x58bb70&&_0x58bb70[_0x959a02(0x1e9)];const _0x545153=new Set();while(_0x43ff95[_0x959a02(0x212)](_0x331f30,undefined)&&_0x43ff95[_0x959a02(0x212)](_0x331f30,null)&&this['_suitesById'][_0x959a02(0x208)](_0x331f30)&&!_0x545153[_0x959a02(0x208)](_0x331f30)){_0x545153[_0x959a02(0x1aa)](_0x331f30);const _0x46c035=this[_0x959a02(0x1ac)][_0x959a02(0x21c)](_0x331f30);_0x46c035&&_0x46c035[_0x959a02(0x217)]&&_0x53e0f4['push'](_0x46c035[_0x959a02(0x217)]),_0x331f30=_0x46c035?_0x46c035[_0x959a02(0x1e9)]:null;}if(_0x43ff95[_0x959a02(0x1b4)](_0x53e0f4[_0x959a02(0x1a3)],0x0))return _0x53e0f4[_0x959a02(0x20a)]();}catch(_0x1b14ab){_0x43ff95[_0x959a02(0x1d1)](debug,_0x959a02(0x1b5)+(_0x58bb70&&_0x58bb70[_0x959a02(0x1f6)])+_0x959a02(0x1cd)+_0x1b14ab);}const _0x41bad9=_0x58bb70&&_0x58bb70[_0x959a02(0x1f6)]||'',_0xa79092=_0x58bb70&&_0x58bb70[_0x959a02(0x217)]||'';let _0x187909=_0x41bad9;return _0xa79092&&_0x41bad9[_0x959a02(0x1b1)](_0xa79092)&&(_0x187909=_0x41bad9['slice'](0x0,_0x43ff95[_0x959a02(0x20d)](_0x41bad9[_0x959a02(0x1a3)],_0xa79092[_0x959a02(0x1a3)]))[_0x959a02(0x1fd)]()),_0x187909?_0x187909[_0x959a02(0x1c2)](/\s+/):[];}[a17_0x4d7f94(0x1db)](_0x1705c5){const _0xa1137f=a17_0x4d7f94,_0x71b77b={};_0x71b77b[_0xa1137f(0x1e8)]=function(_0x525dcd,_0x3775f5){return _0x525dcd===_0x3775f5;},_0x71b77b['aWecK']=function(_0x78b075,_0x21f15d){return _0x78b075+_0x21f15d;},_0x71b77b[_0xa1137f(0x214)]=function(_0x453d70,_0x51f3db){return _0x453d70>_0x51f3db;};const _0x3ac22e=_0x71b77b;if(_0x1705c5&&_0x1705c5[_0xa1137f(0x1f7)])return _0x1705c5[_0xa1137f(0x1f7)];if(_0x1705c5&&_0x1705c5[_0xa1137f(0x1f6)]){if(this[_0xa1137f(0x21d)][_0x1705c5['fullName']])return this['_fileNameByFullName'][_0x1705c5['fullName']];let _0x162d7e=null,_0x567038=-0x1;for(const _0x4e3866 of Object['keys'](this[_0xa1137f(0x21d)])){(_0x3ac22e[_0xa1137f(0x1e8)](_0x1705c5['fullName'],_0x4e3866)||_0x1705c5[_0xa1137f(0x1f6)][_0xa1137f(0x1a9)](_0x3ac22e[_0xa1137f(0x1be)](_0x4e3866,'\x20')))&&_0x3ac22e[_0xa1137f(0x214)](_0x4e3866[_0xa1137f(0x1a3)],_0x567038)&&(_0x162d7e=this[_0xa1137f(0x21d)][_0x4e3866],_0x567038=_0x4e3866['length']);}if(_0x162d7e)return _0x162d7e;}return null;}[a17_0x4d7f94(0x209)](_0x261554){const _0x4940a3=a17_0x4d7f94,_0x579d1b={};_0x579d1b[_0x4940a3(0x211)]=function(_0x14a4b2,_0x2f1b74){return _0x14a4b2===_0x2f1b74;},_0x579d1b['BYFLO']=_0x4940a3(0x1fa);const _0x201f18=_0x579d1b;if(!Array[_0x4940a3(0x1e2)](_0x261554)||_0x201f18[_0x4940a3(0x211)](_0x261554['length'],0x0))return undefined;const _0x5a352a=[],_0xecf224=[];for(const _0x101e3a of _0x261554){_0x101e3a&&_0x101e3a[_0x4940a3(0x1ae)]&&_0x5a352a[_0x4940a3(0x19f)](_0x101e3a['message']),_0x101e3a&&_0x101e3a[_0x4940a3(0x1ea)]&&_0xecf224[_0x4940a3(0x19f)](_0x101e3a['stack']);}const _0x22f3d4=_0x261554[0x0]||{},_0x21878d=_0x5a352a[_0x4940a3(0x1dd)]('\x0a')||_0x22f3d4[_0x4940a3(0x1ae)]||_0x201f18[_0x4940a3(0x1ba)],_0xa206e2=_0xecf224[_0x4940a3(0x1dd)]('\x0a\x0a')||_0x22f3d4['stack']||_0x21878d,_0x13e298={};return _0x13e298['message']=_0x21878d,_0x13e298[_0x4940a3(0x1ea)]=_0xa206e2,_0x13e298[_0x4940a3(0x20b)]=_0x22f3d4[_0x4940a3(0x20b)],_0x13e298[_0x4940a3(0x1a1)]=_0x22f3d4[_0x4940a3(0x1a1)],_0x13e298[_0x4940a3(0x1d7)]=_0x22f3d4['actual'],_0x13e298;}['_findGitConfig'](_0x3e5548){const _0xa37572=a17_0x4d7f94,_0x539a09={};_0x539a09['LxKiG']=function(_0x2f6a06,_0x488ff9){return _0x2f6a06===_0x488ff9;},_0x539a09[_0xa37572(0x1d8)]=function(_0x23ac28,_0x1c3d39){return _0x23ac28===_0x1c3d39;},_0x539a09[_0xa37572(0x1f4)]=function(_0x14237d,_0x2b38dc){return _0x14237d===_0x2b38dc;},_0x539a09['zWiwY']=_0xa37572(0x1f9),_0x539a09['rKcLG']=_0xa37572(0x1d5);const _0x5ddddf=_0x539a09,_0x33709d=path[_0xa37572(0x1d2)];if(_0x5ddddf[_0xa37572(0x1c0)](_0x3e5548,null)||_0x5ddddf['LxKiG'](_0x3e5548,'')||_0x5ddddf['uQKKe'](_0x3e5548,_0x33709d)||_0x5ddddf['eybmE'](_0x3e5548,path[_0xa37572(0x1e7)](_0x3e5548)))return null;try{return fs[_0xa37572(0x221)](path[_0xa37572(0x1dd)](_0x3e5548,_0x5ddddf[_0xa37572(0x1c1)],_0x5ddddf['rKcLG'])),_0x3e5548;}catch(_0x26c762){return this['_findGitConfig'](path[_0xa37572(0x1e7)](_0x3e5548));}}}module['exports']=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a18_0x2e61fd=a18_0x16e6;function a18_0x41a1(){const _0x10f628=['OkLIc',',\x20specs=','getInstance','platformIndex','winstonLogger','../utils/constants','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','BROWSERSTACK_TEST_OBSERVABILITY_YML','Mzanx','from','niFOk','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','BROWSERSTACK_CAPABILITIES','printBuildLink','OGsKS','KfGeu','../../helpers/helper','__isPlaywrightInstalled','globSync','map','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','spec_files','p-limit','FRAMEWORKS','assign','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','format','getPlatformName','../../helpers/logger','join','ylimo','__isPuppeteerInstalled','slice','BhtYu','parallelsPerPlatform','../../helpers/performance/performance-tester','\x20work-item(s),\x20max\x20','end','logLevel','binSessionId','pdNel','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','parseFileNames','BROWSERSTACK_RERUN_TESTS','error','646426iAGRYc','../../helpers/performance/constants','true','UadYF','stop','\x27\x20:\x20','EUeGj','BROWSERSTACK_JASMINE_PARALLELS','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','RvmgW','inherit','9OgURdS','yzLFF','Nowea','JASMINE','Pzkxq','mxsqV','spec','readFileSync','spec_dir','start','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','rBktA','6HIsavR','aVlFo','path','2926590DOHCKy','120kWPoAS','finalExecution','filter','child_process','sVZvB','UpHeF','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','HJJWa','OOfVJ','getHubUrl','exitCode','testObservability','prepareCapabilities','length','gzYZd','config','dAqKg','OvDEx','push','JASMINE_CONFIG_PATH','posix','CqviJ','GBumR','2679943dZpwes','platform','startsWith','TFCOU','iPXco','accessibilityOptions','platforms','stringify','cwd','XlwFr','maxWorkers','all','sFLnZ','env','1233076IsMrlU','launchBuild','iLjMP','JQSZp','string','Lvazh','../../helpers/playwright-helper','**/*[sS]pec.?(m)js','resolve','SDK_SETUP','6893608dXucMI','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','zcRsH','handleApp','parse','mlmIs','isCLIEnabled','../../helpers/puppeteer-helper','djCkx','debug','qQrri','utf8','win32','NtxFw','OQFaf','npx','sRmzj','6509940KdhmPV','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','initialize','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','13dlTJxi','isUndefined','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','info','ZcKWl','existsSync',')\x20:\x20','spec/support/jasmine.json','9ZSbrTz','glob','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20',';\x20proceeding\x20without\x20injection','specArgs','1579fSxyoh','jasmine\x20child\x20(platformIndex=','useW3C','366JDINQi',')\x20exited\x20with\x20code\x20','trim','lZjPH','isArray'];a18_0x41a1=function(){return _0x10f628;};return a18_0x41a1();}(function(_0x529897,_0x3ba6aa){const _0x344857=a18_0x16e6,_0x44ce79=_0x529897();while(!![]){try{const _0x5a72d6=-parseInt(_0x344857(0x164))/0x1*(parseInt(_0x344857(0x167))/0x2)+parseInt(_0x344857(0x1a4))/0x3*(parseInt(_0x344857(0x1d9))/0x4)+-parseInt(_0x344857(0x1b3))/0x5*(parseInt(_0x344857(0x1b0))/0x6)+-parseInt(_0x344857(0x1cb))/0x7+parseInt(_0x344857(0x1e3))/0x8*(parseInt(_0x344857(0x15f))/0x9)+parseInt(_0x344857(0x1b4))/0xa*(parseInt(_0x344857(0x199))/0xb)+-parseInt(_0x344857(0x1f4))/0xc*(parseInt(_0x344857(0x1f8))/0xd);if(_0x5a72d6===_0x3ba6aa)break;else _0x44ce79['push'](_0x44ce79['shift']());}catch(_0x7930b9){_0x44ce79['push'](_0x44ce79['shift']());}}}(a18_0x41a1,0xa8f71));const fs=require('fs'),path=require(a18_0x2e61fd(0x1b2)),util=require('util'),{spawn}=require(a18_0x2e61fd(0x1b7)),glob=require(a18_0x2e61fd(0x160)),pLimit=require(a18_0x2e61fd(0x182)),logger=require(a18_0x2e61fd(0x188))[a18_0x2e61fd(0x170)],helper=require(a18_0x2e61fd(0x17c)),utilities=require('../../helpers/utilities'),constants=require(a18_0x2e61fd(0x171)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require('../../helpers/test-observability/utils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a18_0x2e61fd(0x18f)),PerformanceEvents=require(a18_0x2e61fd(0x19a))['EVENTS'],BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a18_0x2e61fd(0x1df)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x2e61fd(0x1ea)),getMaxWorkers=(_0x378136,_0x66bc72)=>{const _0x3c27d1=a18_0x2e61fd,_0x947b76={'EUeGj':function(_0x4f8594,_0x36c78f){return _0x4f8594(_0x36c78f);}};let _0x5c00ee=0x1;if(!helper[_0x3c27d1(0x1f9)](_0x66bc72[_0x3c27d1(0x18e)]))_0x5c00ee=_0x947b76[_0x3c27d1(0x19f)](parseInt,_0x66bc72['parallelsPerPlatform']);else!helper[_0x3c27d1(0x1f9)](_0x378136[_0x3c27d1(0x1d5)])&&(_0x5c00ee=_0x378136[_0x3c27d1(0x1d5)]);return _0x5c00ee;},resolveJasmineConfigPath=()=>{const _0x22c0c1=a18_0x2e61fd,_0x36c108={};_0x36c108[_0x22c0c1(0x1e5)]=_0x22c0c1(0x15e);const _0x4f0ae9=_0x36c108,_0x429de1=[];process[_0x22c0c1(0x1d8)][_0x22c0c1(0x1c7)]&&_0x429de1[_0x22c0c1(0x1c6)](path['resolve'](process[_0x22c0c1(0x1d3)](),process[_0x22c0c1(0x1d8)][_0x22c0c1(0x1c7)]));_0x429de1[_0x22c0c1(0x1c6)](path['resolve'](process[_0x22c0c1(0x1d3)](),_0x4f0ae9['zcRsH']));for(const _0x33ee4c of _0x429de1){try{if(fs[_0x22c0c1(0x1fd)](_0x33ee4c))return _0x33ee4c;}catch(_0x312adf){}}return null;},enumerateSpecFiles=_0x467328=>{const _0x518b5b=a18_0x2e61fd,_0xa6e960={'JQSZp':function(_0x19311f,_0x4d8ff0){return _0x19311f(_0x4d8ff0);},'Nowea':function(_0x168c6e,_0xd5e30c){return _0x168c6e>_0xd5e30c;},'BZerQ':function(_0x10c9b7,_0x3aabdd){return _0x10c9b7<_0x3aabdd;},'CqviJ':function(_0x2e8bd6,_0x2aef99){return _0x2e8bd6===_0x2aef99;},'OOfVJ':_0x518b5b(0x1dd),'lZjPH':function(_0x491311,_0x94346d,_0x50d45c){return _0x491311(_0x94346d,_0x50d45c);},'sFLnZ':function(_0x1cedfa,_0x6e1714){return _0x1cedfa>_0x6e1714;},'yzLFF':function(_0x40f160){return _0x40f160();},'TFCOU':_0x518b5b(0x1ee),'pdNel':_0x518b5b(0x1aa),'iPXco':function(_0x50c6d0,_0x50dd81){return _0x50c6d0>_0x50dd81;},'RvmgW':_0x518b5b(0x1e0),'SNrXp':function(_0x16dc35,_0x4a7408,_0x54b246){return _0x16dc35(_0x4a7408,_0x54b246);},'sVZvB':function(_0x2cdc69,_0x1b0cef){return _0x2cdc69(_0x1b0cef);}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x1dc1bd=testOpsHelper[_0x518b5b(0x196)](process[_0x518b5b(0x1d8)][_0x518b5b(0x197)]);if(Array[_0x518b5b(0x16b)](_0x1dc1bd)&&_0xa6e960[_0x518b5b(0x1a6)](_0x1dc1bd[_0x518b5b(0x1c1)],0x0))return _0x1dc1bd[_0x518b5b(0x17f)](_0x1cab71=>path[_0x518b5b(0x1e1)](process[_0x518b5b(0x1d3)](),_0x1cab71[_0x518b5b(0x169)]()))[_0x518b5b(0x1b6)](Boolean);}}catch(_0x2268b3){_0xa6e960[_0x518b5b(0x1dc)](debug,_0x518b5b(0x1ba)+util[_0x518b5b(0x186)](_0x2268b3));}const _0x773868=[];try{for(let _0x366257=0x1;_0xa6e960['BZerQ'](_0x366257,_0x467328['length']);_0x366257++){const _0x4d9d4d=_0x467328[_0x366257];_0xa6e960[_0x518b5b(0x1c9)](typeof _0x4d9d4d,_0xa6e960[_0x518b5b(0x1bc)])&&!_0x4d9d4d[_0x518b5b(0x1cd)]('-')&&_0x773868[_0x518b5b(0x1c6)](_0x4d9d4d);}}catch(_0x1a0499){}const _0x35d313={'cwd':process[_0x518b5b(0x1d3)](),'absolute':!![],'nodir':!![]},_0x5c0484=(_0x24cbf7,_0x5502ba)=>{const _0x504beb=_0x518b5b,_0x493ee9=[];for(const _0x3834f3 of _0x24cbf7){try{const _0x26f6f4=_0x5502ba?path[_0x504beb(0x1c8)][_0x504beb(0x189)](_0x5502ba,_0x3834f3):_0x3834f3,_0xe65420=glob[_0x504beb(0x17e)](_0x26f6f4,_0x35d313);Array[_0x504beb(0x16b)](_0xe65420)&&_0x493ee9[_0x504beb(0x1c6)](..._0xe65420);}catch(_0x447c50){_0xa6e960['JQSZp'](debug,'Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27'+_0x3834f3+_0x504beb(0x19e)+util[_0x504beb(0x186)](_0x447c50));}}return _0x493ee9;};if(_0xa6e960[_0x518b5b(0x1a6)](_0x773868[_0x518b5b(0x1c1)],0x0)){const _0x5758a3=_0xa6e960[_0x518b5b(0x16a)](_0x5c0484,_0x773868,null);if(_0xa6e960[_0x518b5b(0x1d7)](_0x5758a3['length'],0x0))return Array[_0x518b5b(0x175)](new Set(_0x5758a3));return _0x773868[_0x518b5b(0x17f)](_0x2004ae=>path['resolve'](process['cwd'](),_0x2004ae));}try{const _0x5dec27=_0xa6e960[_0x518b5b(0x1a5)](resolveJasmineConfigPath);if(_0x5dec27){const _0x29c6e9=JSON[_0x518b5b(0x1e7)](fs[_0x518b5b(0x1ab)](_0x5dec27,_0xa6e960[_0x518b5b(0x1ce)])),_0x69ffd2=_0x29c6e9[_0x518b5b(0x1ac)]||_0xa6e960[_0x518b5b(0x194)],_0x16c1e4=Array['isArray'](_0x29c6e9[_0x518b5b(0x181)])&&_0xa6e960[_0x518b5b(0x1cf)](_0x29c6e9[_0x518b5b(0x181)][_0x518b5b(0x1c1)],0x0)?_0x29c6e9[_0x518b5b(0x181)]:[_0xa6e960[_0x518b5b(0x1a2)]],_0x236366=_0xa6e960['SNrXp'](_0x5c0484,_0x16c1e4,_0x69ffd2);if(_0xa6e960[_0x518b5b(0x1cf)](_0x236366['length'],0x0))return Array['from'](new Set(_0x236366));}}catch(_0x414454){_0xa6e960[_0x518b5b(0x1b8)](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util[_0x518b5b(0x186)](_0x414454));}return null;};async function run(_0x5aa73b,_0x3f482c,_0x2e2c14){const _0x43f459=a18_0x2e61fd,_0x581966={'aVlFo':function(_0x494028,_0xa401dc){return _0x494028>_0xa401dc;},'ZcKWl':_0x43f459(0x1d6),'sRmzj':function(_0x3ccf1a,_0x7c0eda){return _0x3ccf1a(_0x7c0eda);},'ylimo':function(_0x522228,_0x272db8){return _0x522228||_0x272db8;},'OGsKS':function(_0x3d5fec,_0x67fc7d){return _0x3d5fec(_0x67fc7d);},'dAqKg':function(_0x46e478,_0x9bff03){return _0x46e478(_0x9bff03);},'MlMmw':function(_0x44ccba,_0xfa6302){return _0x44ccba(_0xfa6302);},'pnDoG':function(_0x4250f6,_0x4c4c90,_0x55b8a3,_0x9cc8fe){return _0x4250f6(_0x4c4c90,_0x55b8a3,_0x9cc8fe);},'djCkx':_0x43f459(0x1f2),'mxsqV':'jasmine','XlwFr':function(_0x186440,_0x34d295){return _0x186440===_0x34d295;},'Pzkxq':_0x43f459(0x1ef),'qQrri':_0x43f459(0x1a3),'zHNvJ':'close','GBumR':'error','OvDEx':function(_0x3b8868,_0x3eaa35){return _0x3b8868(_0x3eaa35);},'iLjMP':function(_0x5f59b5,_0xcc0ad9){return _0x5f59b5(_0xcc0ad9);},'Lvazh':'@playwright/test','HJJWa':function(_0x1ecfc8){return _0x1ecfc8();},'OQFaf':function(_0x15da0e,_0x2b7980,_0x23218d,_0xef2894){return _0x15da0e(_0x2b7980,_0x23218d,_0xef2894);},'RcdMb':function(_0x11499b,_0x1838d6,_0x51f8b5,_0x5b9a44){return _0x11499b(_0x1838d6,_0x51f8b5,_0x5b9a44);},'UpHeF':function(_0x3f7e77,_0xd5dd55){return _0x3f7e77!=_0xd5dd55;},'BhtYu':_0x43f459(0x19b),'EhINO':function(_0x23f527,_0x4337f9){return _0x23f527(_0x4337f9);},'EtCzf':function(_0x543bd4,_0x497d07,_0x30d4db){return _0x543bd4(_0x497d07,_0x30d4db);},'Mzanx':function(_0x3d545e,_0xb0c541){return _0x3d545e*_0xb0c541;},'UadYF':function(_0x81d52d,_0x5bee30){return _0x81d52d(_0x5bee30);},'OkLIc':function(_0x3ca9a4,_0x18510f){return _0x3ca9a4(_0x18510f);},'mlmIs':'test.setup.js','rUFfb':function(_0x49b789,_0x556659){return _0x49b789(_0x556659);},'rBktA':function(_0x81ecb5,_0x4ead82){return _0x81ecb5<_0x4ead82;},'KfGeu':function(_0x5d46a8,_0x2c928f){return _0x5d46a8(_0x2c928f);},'niFOk':function(_0x267926,_0x400ce9){return _0x267926(_0x400ce9);}},_0x53c6bc=helper['getPackageVersion'](_0x581966[_0x43f459(0x1de)]);global[_0x43f459(0x17d)]=!!_0x53c6bc;const _0x4a43df=_0x581966[_0x43f459(0x1bb)](getPuppeteerVersion);global[_0x43f459(0x18b)]=!!_0x4a43df;helper['isBrowserstackInfra']()&&(await _0x2e2c14[_0x43f459(0x1f6)](_0x5aa73b),await helper[_0x43f459(0x1e6)](_0x2e2c14[_0x43f459(0x1c3)]));if(_0x53c6bc)await _0x581966[_0x43f459(0x1f1)](checkPwandBootstrapCli,_0x53c6bc,constants[_0x43f459(0x183)][_0x43f459(0x1a7)],_0x2e2c14);else _0x4a43df&&await _0x581966['RcdMb'](checkPuppeteerAndBootstrapCli,_0x4a43df,constants[_0x43f459(0x183)][_0x43f459(0x1a7)],_0x2e2c14);if(!_0x2e2c14[_0x43f459(0x1c3)])return;_0x581966[_0x43f459(0x1b9)](_0x2e2c14[_0x43f459(0x1c3)][_0x43f459(0x1bf)],null)?process[_0x43f459(0x1d8)][_0x43f459(0x173)]=_0x2e2c14['config'][_0x43f459(0x1bf)]:process[_0x43f459(0x1d8)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x581966[_0x43f459(0x18d)];!helper['isUndefined'](_0x2e2c14[_0x43f459(0x1c3)][_0x43f459(0x1d0)])&&(process[_0x43f459(0x1d8)][_0x43f459(0x1f5)]=JSON[_0x43f459(0x1d2)](_0x2e2c14['config'][_0x43f459(0x1d0)]));try{await TestHubHandler[_0x43f459(0x1da)](FRAMEWORKS['JASMINE'],_0x2e2c14);}catch(_0x4de83e){logger[_0x43f459(0x198)](_0x43f459(0x161)+util[_0x43f459(0x186)](_0x4de83e)),_0x581966['EhINO'](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util[_0x43f459(0x186)](_0x4de83e));}let _0x5c9944=![],_0x1dc06a=[];try{_0x5c9944=helper[_0x43f459(0x166)](_0x2e2c14['config']),_0x1dc06a=helper[_0x43f459(0x1c0)](_0x2e2c14[_0x43f459(0x1c3)],_0x5c9944,constants[_0x43f459(0x183)][_0x43f459(0x1a7)]),process['env'][_0x43f459(0x178)]=JSON['stringify'](_0x1dc06a);}catch(_0x23816f){_0x581966[_0x43f459(0x1f3)](debug,_0x43f459(0x1f7)+util[_0x43f459(0x186)](_0x23816f));}let _0x4f82e0=null,_0x5cc6f9=![];try{_0x4f82e0=helper[_0x43f459(0x1bd)](_0x2e2c14[_0x43f459(0x1c3)]),_0x5cc6f9=helper['validPlatformsPresent'](_0x2e2c14[_0x43f459(0x1c3)]);}catch(_0x70b7a1){_0x581966[_0x43f459(0x17a)](debug,_0x43f459(0x1fa)+util['format'](_0x70b7a1));}const _0x2e2f4c=_0x14fe92=>{const _0x2a4ec2=_0x43f459,_0x138d98=Array[_0x2a4ec2(0x16b)](_0x1dc06a)&&_0x581966['aVlFo'](_0x1dc06a[_0x2a4ec2(0x1c1)],_0x14fe92)?_0x1dc06a[_0x14fe92]:Array[_0x2a4ec2(0x16b)](_0x1dc06a)&&_0x581966[_0x2a4ec2(0x1b1)](_0x1dc06a[_0x2a4ec2(0x1c1)],0x0)?_0x1dc06a[0x0]:{};return{'server':_0x4f82e0,'capability':_0x138d98,'proxySettings':_0x2e2c14[_0x2a4ec2(0x1c3)]['proxySettings'],'platform':helper[_0x2a4ec2(0x187)](_0x138d98),'browserStackLogLevel':_0x2e2c14[_0x2a4ec2(0x1c3)][_0x2a4ec2(0x192)],'platformIndex':_0x14fe92,'framework':constants[_0x2a4ec2(0x183)]['JASMINE'],'platformCaps':_0x5cc6f9?Object['assign']({'index':_0x14fe92},_0x2e2c14[_0x2a4ec2(0x1c3)][_0x2a4ec2(0x1d1)][_0x14fe92]):{'index':_0x14fe92}};};let _0x169451=0x1,_0xd5076b=0x1,_0x351679=0x1;try{_0x169451=_0x581966['EtCzf'](getMaxWorkers,_0x5aa73b,_0x2e2c14['config']),_0xd5076b=_0x5cc6f9?_0x2e2c14[_0x43f459(0x1c3)]['platforms']['length']:0x1,_0x351679=_0x581966[_0x43f459(0x174)](_0xd5076b,_0x169451),process['env'][_0x43f459(0x1a0)]=_0x581966[_0x43f459(0x19c)](String,_0x351679);}catch(_0x4224ff){_0x581966[_0x43f459(0x1f3)](debug,_0x43f459(0x1ae)+util['format'](_0x4224ff));}try{BrowserstackCLI['getInstance']()[_0x43f459(0x193)]&&(process[_0x43f459(0x1d8)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI[_0x43f459(0x16e)]()['binSessionId']);}catch(_0x35dc46){_0x581966[_0x43f459(0x16c)](debug,_0x43f459(0x1e4)+util[_0x43f459(0x186)](_0x35dc46));}const _0x3d690d=[];try{const _0x11e268=path[_0x43f459(0x1e1)](__dirname,_0x581966[_0x43f459(0x1e8)]);fs[_0x43f459(0x1fd)](_0x11e268)?_0x3d690d[_0x43f459(0x1c6)]('--helper='+_0x11e268):_0x581966['EhINO'](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x11e268+_0x43f459(0x162));}catch(_0x562a48){_0x581966['rUFfb'](debug,_0x43f459(0x185)+util[_0x43f459(0x186)](_0x562a48));}const _0x3c399c=_0x3f482c[_0x43f459(0x18c)](0x1),_0x29bec4=_0x581966[_0x43f459(0x19c)](enumerateSpecFiles,_0x3f482c),_0x4968d8=[];for(let _0x24f6d9=0x0;_0x581966[_0x43f459(0x1af)](_0x24f6d9,_0xd5076b);_0x24f6d9++){if(_0x581966['aVlFo'](_0x169451,0x1)&&Array[_0x43f459(0x16b)](_0x29bec4)&&_0x581966[_0x43f459(0x1b1)](_0x29bec4[_0x43f459(0x1c1)],0x0))for(const _0x2b7852 of _0x29bec4){const _0x5bc621={};_0x5bc621['platformIndex']=_0x24f6d9,_0x5bc621[_0x43f459(0x163)]=[_0x2b7852],_0x4968d8['push'](_0x5bc621);}else{const _0x4a0005={};_0x4a0005[_0x43f459(0x16f)]=_0x24f6d9,_0x4a0005[_0x43f459(0x163)]=_0x29bec4,_0x4968d8[_0x43f459(0x1c6)](_0x4a0005);}}logger[_0x43f459(0x1fb)]('Running\x20your\x20Jasmine\x20tests\x20across\x20'+_0xd5076b+'\x20platform(s),\x20parallelsPerPlatform='+_0x169451+'\x20('+_0x4968d8['length']+_0x43f459(0x190)+_0x351679+'\x20concurrent)'),PerformanceTester[_0x43f459(0x191)](PerformanceEvents[_0x43f459(0x1e2)]);const _0x1e7476=_0x4c4724=>new Promise(_0x51b0a6=>{const _0x5c9f90=_0x43f459,_0x321243={'NtxFw':function(_0x564481,_0x532ae7){const _0x55e02b=a18_0x16e6;return _0x581966[_0x55e02b(0x17a)](_0x564481,_0x532ae7);},'gzYZd':function(_0x33b0a8,_0x2c1b62){const _0xd42bfb=a18_0x16e6;return _0x581966[_0xd42bfb(0x17a)](_0x33b0a8,_0x2c1b62);}};let _0x4a7e8f;try{const _0x17f4ac=_0x581966[_0x5c9f90(0x1c4)](_0x2e2f4c,_0x4c4724[_0x5c9f90(0x16f)]);_0x4a7e8f=Object[_0x5c9f90(0x184)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x5c9f90(0x1d2)](_0x17f4ac),'BROWSERSTACK_CAPABILITIES':JSON[_0x5c9f90(0x1d2)]([_0x17f4ac['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x1e7c34){_0x581966['MlMmw'](debug,_0x5c9f90(0x180)+_0x4c4724[_0x5c9f90(0x16f)]+'\x20:\x20'+util[_0x5c9f90(0x186)](_0x1e7c34)),_0x4a7e8f=Object[_0x5c9f90(0x184)]({},process['env']);}const _0x18fc18=Array['isArray'](_0x4c4724['specArgs'])?_0x4c4724[_0x5c9f90(0x163)]:[],_0x4df29b=_0x581966['aVlFo'](_0x18fc18[_0x5c9f90(0x1c1)],0x0)?_0x3c399c[_0x5c9f90(0x1b6)](_0x4542cb=>typeof _0x4542cb===_0x5c9f90(0x1dd)&&_0x4542cb[_0x5c9f90(0x1cd)]('-')):_0x3c399c,_0x482d4c=[..._0x3d690d,..._0x4df29b,..._0x18fc18];try{const _0xbbf9f9=_0x581966['pnDoG'](spawn,_0x581966[_0x5c9f90(0x1eb)],[_0x581966[_0x5c9f90(0x1a9)],..._0x482d4c],{'shell':_0x581966[_0x5c9f90(0x1d4)](process[_0x5c9f90(0x1cc)],_0x581966[_0x5c9f90(0x1a8)]),'stdio':_0x581966[_0x5c9f90(0x1ed)],'env':_0x4a7e8f});_0xbbf9f9['on'](_0x581966['zHNvJ'],_0x4290e5=>{const _0x202d79=_0x5c9f90;logger['debug'](_0x202d79(0x165)+_0x4c4724['platformIndex']+_0x202d79(0x16d)+(_0x18fc18[_0x202d79(0x1c1)]?_0x18fc18['join'](','):_0x581966[_0x202d79(0x1fc)])+_0x202d79(0x168)+_0x4290e5),_0x581966['sRmzj'](_0x51b0a6,_0x581966[_0x202d79(0x18a)](_0x4290e5,0x0));}),_0xbbf9f9['on'](_0x581966[_0x5c9f90(0x1ca)],_0x299b3d=>{const _0x524386=_0x5c9f90;_0x321243[_0x524386(0x1f0)](debug,_0x524386(0x177)+_0x4c4724[_0x524386(0x16f)]+')\x20:\x20'+util[_0x524386(0x186)](_0x299b3d)),_0x321243[_0x524386(0x1c2)](_0x51b0a6,0x1);});}catch(_0x272d1e){_0x581966[_0x5c9f90(0x1c5)](debug,_0x5c9f90(0x172)+_0x4c4724[_0x5c9f90(0x16f)]+_0x5c9f90(0x15d)+util[_0x5c9f90(0x186)](_0x272d1e)),_0x581966[_0x5c9f90(0x1db)](_0x51b0a6,0x1);}}),_0x1991fe=_0x581966[_0x43f459(0x17b)](pLimit,_0x581966[_0x43f459(0x1b1)](_0x351679,0x0)?_0x351679:0x1),_0xf033db=await Promise[_0x43f459(0x1d6)](_0x4968d8[_0x43f459(0x17f)](_0x22225f=>_0x1991fe(()=>_0x1e7476(_0x22225f))));PerformanceTester[_0x43f459(0x1ad)](PerformanceEvents['SDK_CLEANUP']);const _0x1bcf9d=_0xf033db['find'](_0x2ed542=>_0x2ed542!==0x0)||0x0;process[_0x43f459(0x1be)]=_0x1bcf9d,logger[_0x43f459(0x1ec)](_0x43f459(0x1a1)+_0x1bcf9d);const _0x52b38b=BrowserstackCLI[_0x43f459(0x1e9)]();try{await TestHubHandler[_0x43f459(0x19d)](),await BrowserstackCLI['getInstance']()[_0x43f459(0x19d)]();}catch(_0x4da4c0){_0x581966[_0x43f459(0x176)](debug,_0x43f459(0x195)+util[_0x43f459(0x186)](_0x4da4c0));}testOpsHelper[_0x43f459(0x179)](),await utilities[_0x43f459(0x1b5)](_0x2e2c14,_0x52b38b);}function a18_0x16e6(_0x28058c,_0x4113cd){const _0x41a108=a18_0x41a1();return a18_0x16e6=function(_0x16e63d,_0x141a53){_0x16e63d=_0x16e63d-0x15d;let _0x4f82e9=_0x41a108[_0x16e63d];return _0x4f82e9;},a18_0x16e6(_0x28058c,_0x4113cd);}module['exports']=run;
2
+ 'use strict';function a18_0x16e4(){const _0x5e6b8a=['jasmine','WJZYo','WyAfw','BROWSERSTACK_RERUN_TESTS','Ehhpc','winstonLogger','map','Running\x20your\x20Jasmine\x20tests\x20across\x20','mNIYN','JASMINE','BROWSERSTACK_JASMINE_PARALLELS','KgxWV','BROWSERSTACK_CAPABILITIES','handleApp','isUndefined','start','1775823LyyRhY','pKeaY',';\x20proceeding\x20without\x20injection','../../helpers/test-observability/utils','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','../../helpers/puppeteer-helper','\x20:\x20','binSessionId','\x27\x20:\x20','specArgs','AuOmR','syOxl','sBUyy','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','getPackageVersion','true','info','JASMINE_CONFIG_PATH','jKMuC','KeVpW','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','cwd','finalExecution','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','53260WcYpsu','spec','gEktR','BROWSERSTACK_CLI_BIN_SESSION_ID','string','fBrzg','brxpL','9HTvQAt','platform','isBrowserstackInfra','VtAKm','existsSync','11801360HVBhML','child_process','Beiqi','find','SDK_CLEANUP','prepareCapabilities','MRVvv','BROWSERSTACK_TEST_OBSERVABILITY_YML','@playwright/test','startsWith','EVENTS','getHubUrl','../../helpers/helper','\x20concurrent)','tYqjG','\x20platform(s),\x20parallelsPerPlatform=','bagFr','IZJQa','yzcmF','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','__isPlaywrightInstalled','stop','testObservability','format','filter','93oMjZfq','maxWorkers','LCGmK','close','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','\x20work-item(s),\x20max\x20',',\x20specs=','nSyqC','rhFJh','slice','lXMkm','validPlatformsPresent','mkJdf','../v2/browserstackCLI',')\x20exited\x20with\x20code\x20','exports','platformIndex','oPufT','../../helpers/test-observability/constants','launchBuild','from','KzKrd','win32','npshO','../../helpers/playwright-helper','mbszF','--helper=','assign','13312152HCdsiX',')\x20:\x20','readFileSync','parallelsPerPlatform','636RqWYEh','npx','spec_dir','config','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','platforms','Gupqt','../../helpers/performance/constants','error','exitCode','end','posix','isArray','spec_files','../../helpers/utilities','fLEnt','13065420pQcxeb','env','isCLIEnabled','length','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','SuwGR','114596TpHqFn','VUVXH','proxySettings','stringify','2871594DuBRjG','test.setup.js','push','../utils/constants','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parseFileNames','FORLY','parse','FRAMEWORKS','SJjxI','NAQXz','capability','getInstance','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','accessibilityOptions','qszXQ','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','resolve','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','debug','trim','p-limit'];a18_0x16e4=function(){return _0x5e6b8a;};return a18_0x16e4();}const a18_0x39d0bf=a18_0x37a9;(function(_0x2f10ef,_0x3775a3){const _0x5a675d=a18_0x37a9,_0x396afc=_0x2f10ef();while(!![]){try{const _0x22ef28=parseInt(_0x5a675d(0x22f))/0x1+-parseInt(_0x5a675d(0x208))/0x2+-parseInt(_0x5a675d(0x26c))/0x3*(-parseInt(_0x5a675d(0x204))/0x4)+parseInt(_0x5a675d(0x247))/0x5*(-parseInt(_0x5a675d(0x1ee))/0x6)+-parseInt(_0x5a675d(0x1ea))/0x7+parseInt(_0x5a675d(0x253))/0x8*(parseInt(_0x5a675d(0x24e))/0x9)+parseInt(_0x5a675d(0x1fe))/0xa;if(_0x22ef28===_0x3775a3)break;else _0x396afc['push'](_0x396afc['shift']());}catch(_0x43909d){_0x396afc['push'](_0x396afc['shift']());}}}(a18_0x16e4,0xef041));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a18_0x39d0bf(0x254)),glob=require('glob'),pLimit=require(a18_0x39d0bf(0x21e)),logger=require('../../helpers/logger')[a18_0x39d0bf(0x224)],helper=require(a18_0x39d0bf(0x25f)),utilities=require(a18_0x39d0bf(0x1fc)),constants=require(a18_0x39d0bf(0x20b)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a18_0x39d0bf(0x232)),{debug}=require(a18_0x39d0bf(0x232)),{FRAMEWORKS}=require(a18_0x39d0bf(0x1e0)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a18_0x39d0bf(0x1f5))[a18_0x39d0bf(0x25d)],BrowserstackCLI=require(a18_0x39d0bf(0x1db)),{checkPwandBootstrapCli}=require(a18_0x39d0bf(0x1e6)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x39d0bf(0x234)),getMaxWorkers=(_0x43b8ae,_0x25aef0)=>{const _0x505182=a18_0x39d0bf,_0x5551e9={'mkJdf':function(_0x83564b,_0xb56a0){return _0x83564b(_0xb56a0);}};let _0x2ab5a2=0x1;if(!helper['isUndefined'](_0x25aef0['parallelsPerPlatform']))_0x2ab5a2=_0x5551e9[_0x505182(0x1da)](parseInt,_0x25aef0[_0x505182(0x1ed)]);else!helper[_0x505182(0x22d)](_0x43b8ae['maxWorkers'])&&(_0x2ab5a2=_0x43b8ae[_0x505182(0x26d)]);return _0x2ab5a2;},resolveJasmineConfigPath=()=>{const _0x39a287=a18_0x39d0bf,_0x2dab05={};_0x2dab05[_0x39a287(0x265)]='spec/support/jasmine.json';const _0x3c42c0=_0x2dab05,_0x386691=[];process[_0x39a287(0x1ff)][_0x39a287(0x240)]&&_0x386691[_0x39a287(0x20a)](path['resolve'](process[_0x39a287(0x244)](),process[_0x39a287(0x1ff)]['JASMINE_CONFIG_PATH']));_0x386691[_0x39a287(0x20a)](path[_0x39a287(0x21a)](process[_0x39a287(0x244)](),_0x3c42c0[_0x39a287(0x265)]));for(const _0x1bf99e of _0x386691){try{if(fs[_0x39a287(0x252)](_0x1bf99e))return _0x1bf99e;}catch(_0x58178a){}}return null;},enumerateSpecFiles=_0x375691=>{const _0x212d7a=a18_0x39d0bf,_0x2cd92f={'mNIYN':function(_0x5f2f87,_0x427db0){return _0x5f2f87(_0x427db0);},'SuwGR':function(_0x38712f,_0x311d56){return _0x38712f>_0x311d56;},'LCGmK':function(_0x5e388b,_0x4e78cf){return _0x5e388b(_0x4e78cf);},'Beiqi':function(_0x456069,_0x2bfb9c){return _0x456069<_0x2bfb9c;},'IZJQa':function(_0x3cc8f9,_0x24f786){return _0x3cc8f9===_0x24f786;},'WJZYo':_0x212d7a(0x24b),'gEktR':function(_0x57c192,_0x1b7039){return _0x57c192>_0x1b7039;},'JASqF':function(_0x537535,_0x1bfa56,_0x27b8d7){return _0x537535(_0x1bfa56,_0x27b8d7);},'pKeaY':function(_0x1e9c1d,_0x68b14c){return _0x1e9c1d>_0x68b14c;},'mbszF':function(_0x4569c7){return _0x4569c7();},'WyAfw':'utf8','fBrzg':_0x212d7a(0x248),'AuOmR':'**/*[sS]pec.?(m)js','KUBvg':function(_0x213f84,_0x48d345){return _0x213f84>_0x48d345;},'SevaJ':function(_0x12c763,_0x2a98aa){return _0x12c763(_0x2a98aa);}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x2f8a14=testOpsHelper[_0x212d7a(0x20d)](process[_0x212d7a(0x1ff)][_0x212d7a(0x222)]);if(Array[_0x212d7a(0x1fa)](_0x2f8a14)&&_0x2cd92f[_0x212d7a(0x203)](_0x2f8a14['length'],0x0))return _0x2f8a14[_0x212d7a(0x225)](_0x255c74=>path[_0x212d7a(0x21a)](process[_0x212d7a(0x244)](),_0x255c74[_0x212d7a(0x21d)]()))[_0x212d7a(0x26b)](Boolean);}}catch(_0x5ed686){_0x2cd92f[_0x212d7a(0x1d0)](debug,'Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20'+util['format'](_0x5ed686));}const _0x46f6f8=[];try{for(let _0x410b24=0x1;_0x2cd92f[_0x212d7a(0x255)](_0x410b24,_0x375691[_0x212d7a(0x201)]);_0x410b24++){const _0x4e5e62=_0x375691[_0x410b24];_0x2cd92f[_0x212d7a(0x264)](typeof _0x4e5e62,_0x2cd92f[_0x212d7a(0x220)])&&!_0x4e5e62[_0x212d7a(0x25c)]('-')&&_0x46f6f8[_0x212d7a(0x20a)](_0x4e5e62);}}catch(_0x4b7e00){}const _0xf044d6={'cwd':process['cwd'](),'absolute':!![],'nodir':!![]},_0x5867b7=(_0x925679,_0x31c3a3)=>{const _0x3c535d=_0x212d7a,_0x1c28c5=[];for(const _0x16eaf1 of _0x925679){try{const _0x1d5252=_0x31c3a3?path[_0x3c535d(0x1f9)]['join'](_0x31c3a3,_0x16eaf1):_0x16eaf1,_0x59dc52=glob['globSync'](_0x1d5252,_0xf044d6);Array[_0x3c535d(0x1fa)](_0x59dc52)&&_0x1c28c5[_0x3c535d(0x20a)](..._0x59dc52);}catch(_0x4d89b0){_0x2cd92f[_0x3c535d(0x227)](debug,_0x3c535d(0x219)+_0x16eaf1+_0x3c535d(0x237)+util[_0x3c535d(0x26a)](_0x4d89b0));}}return _0x1c28c5;};if(_0x2cd92f[_0x212d7a(0x249)](_0x46f6f8['length'],0x0)){const _0x13d666=_0x2cd92f['JASqF'](_0x5867b7,_0x46f6f8,null);if(_0x2cd92f[_0x212d7a(0x230)](_0x13d666[_0x212d7a(0x201)],0x0))return Array[_0x212d7a(0x1e2)](new Set(_0x13d666));return _0x46f6f8[_0x212d7a(0x225)](_0xb8011e=>path[_0x212d7a(0x21a)](process[_0x212d7a(0x244)](),_0xb8011e));}try{const _0x2c9615=_0x2cd92f[_0x212d7a(0x1e7)](resolveJasmineConfigPath);if(_0x2c9615){const _0x40cce2=JSON[_0x212d7a(0x20f)](fs[_0x212d7a(0x1ec)](_0x2c9615,_0x2cd92f[_0x212d7a(0x221)])),_0x2bced8=_0x40cce2[_0x212d7a(0x1f0)]||_0x2cd92f[_0x212d7a(0x24c)],_0x5e2515=Array[_0x212d7a(0x1fa)](_0x40cce2[_0x212d7a(0x1fb)])&&_0x2cd92f[_0x212d7a(0x203)](_0x40cce2[_0x212d7a(0x1fb)]['length'],0x0)?_0x40cce2[_0x212d7a(0x1fb)]:[_0x2cd92f[_0x212d7a(0x239)]],_0x45e284=_0x2cd92f['JASqF'](_0x5867b7,_0x5e2515,_0x2bced8);if(_0x2cd92f['KUBvg'](_0x45e284['length'],0x0))return Array[_0x212d7a(0x1e2)](new Set(_0x45e284));}}catch(_0x364e9a){_0x2cd92f['SevaJ'](debug,_0x212d7a(0x21b)+util[_0x212d7a(0x26a)](_0x364e9a));}return null;};async function run(_0x4ea76e,_0x223cf5,_0x3db0af){const _0x3efd97=a18_0x39d0bf,_0x111263={'sBUyy':function(_0x128ea3,_0x44b538){return _0x128ea3>_0x44b538;},'ZrRxU':'all','oPufT':function(_0x814d03,_0x555892){return _0x814d03(_0x555892);},'brxpL':function(_0x36b609,_0x424c5d){return _0x36b609||_0x424c5d;},'nSyqC':function(_0xb9cf1d,_0x4d80e2){return _0xb9cf1d(_0x4d80e2);},'Gupqt':function(_0x3c299c,_0x2c8f80){return _0x3c299c>_0x2c8f80;},'fLEnt':function(_0x546ad9,_0x291b90,_0x41f72c,_0x525c2c){return _0x546ad9(_0x291b90,_0x41f72c,_0x525c2c);},'lXMkm':_0x3efd97(0x1ef),'KeVpW':_0x3efd97(0x21f),'VtAKm':function(_0x3659c2,_0x37d303){return _0x3659c2===_0x37d303;},'VUVXH':_0x3efd97(0x1e4),'jKMuC':'inherit','sxhnq':_0x3efd97(0x1d1),'Ehhpc':'error','qszXQ':function(_0x257aa1,_0x1649dc){return _0x257aa1(_0x1649dc);},'PpylQ':function(_0x54a276,_0x1d6560){return _0x54a276(_0x1d6560);},'FORLY':_0x3efd97(0x25b),'sIAEO':function(_0xdd1b9b){return _0xdd1b9b();},'pVvys':function(_0x46c4d7,_0x4896b4,_0x107b42,_0x569df9){return _0x46c4d7(_0x4896b4,_0x107b42,_0x569df9);},'sjTEw':function(_0x1e665c,_0x3f39e7){return _0x1e665c!=_0x3f39e7;},'NAQXz':_0x3efd97(0x23e),'tYqjG':function(_0x21bef3,_0x2bdc32,_0x2fcbfb){return _0x21bef3(_0x2bdc32,_0x2fcbfb);},'KzKrd':function(_0x322187,_0x372dee){return _0x322187*_0x372dee;},'syOxl':function(_0x523e54,_0x23ae82){return _0x523e54(_0x23ae82);},'KgxWV':_0x3efd97(0x209),'npshO':function(_0x311d61,_0x1f028){return _0x311d61(_0x1f028);},'qZMSB':function(_0x5d999f,_0x233904){return _0x5d999f<_0x233904;},'xlUAK':function(_0x498319,_0x406262){return _0x498319>_0x406262;},'bagFr':function(_0x5d5ede,_0x371f74){return _0x5d5ede>_0x371f74;},'rhFJh':function(_0x58f749,_0x321954){return _0x58f749(_0x321954);},'MRVvv':function(_0x39507a,_0x521a26){return _0x39507a>_0x521a26;}},_0x63440e=helper[_0x3efd97(0x23d)](_0x111263[_0x3efd97(0x20e)]);global[_0x3efd97(0x267)]=!!_0x63440e;const _0x38e4ae=_0x111263['sIAEO'](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x38e4ae;helper[_0x3efd97(0x250)]()&&(await _0x3db0af['initialize'](_0x4ea76e),await helper[_0x3efd97(0x22c)](_0x3db0af[_0x3efd97(0x1f1)]));if(_0x63440e)await _0x111263[_0x3efd97(0x1fd)](checkPwandBootstrapCli,_0x63440e,constants[_0x3efd97(0x210)][_0x3efd97(0x228)],_0x3db0af);else _0x38e4ae&&await _0x111263['pVvys'](checkPuppeteerAndBootstrapCli,_0x38e4ae,constants['FRAMEWORKS'][_0x3efd97(0x228)],_0x3db0af);if(!_0x3db0af[_0x3efd97(0x1f1)])return;_0x111263['sjTEw'](_0x3db0af[_0x3efd97(0x1f1)][_0x3efd97(0x269)],null)?process[_0x3efd97(0x1ff)][_0x3efd97(0x25a)]=_0x3db0af[_0x3efd97(0x1f1)][_0x3efd97(0x269)]:process[_0x3efd97(0x1ff)][_0x3efd97(0x25a)]=_0x111263[_0x3efd97(0x212)];!helper[_0x3efd97(0x22d)](_0x3db0af['config'][_0x3efd97(0x217)])&&(process[_0x3efd97(0x1ff)][_0x3efd97(0x20c)]=JSON[_0x3efd97(0x207)](_0x3db0af['config']['accessibilityOptions']));try{await TestHubHandler[_0x3efd97(0x1e1)](FRAMEWORKS[_0x3efd97(0x228)],_0x3db0af);}catch(_0x43ce51){logger[_0x3efd97(0x1f6)](_0x3efd97(0x233)+util[_0x3efd97(0x26a)](_0x43ce51)),_0x111263[_0x3efd97(0x218)](debug,_0x3efd97(0x1d2)+util[_0x3efd97(0x26a)](_0x43ce51));}let _0x58b4ea=![],_0x56faa4=[];try{_0x58b4ea=helper['useW3C'](_0x3db0af[_0x3efd97(0x1f1)]),_0x56faa4=helper[_0x3efd97(0x258)](_0x3db0af['config'],_0x58b4ea,constants[_0x3efd97(0x210)]['JASMINE']),process[_0x3efd97(0x1ff)][_0x3efd97(0x22b)]=JSON[_0x3efd97(0x207)](_0x56faa4);}catch(_0x58f0b1){_0x111263[_0x3efd97(0x218)](debug,_0x3efd97(0x202)+util[_0x3efd97(0x26a)](_0x58f0b1));}let _0x18cd85=null,_0x5ef809=![];try{_0x18cd85=helper[_0x3efd97(0x25e)](_0x3db0af[_0x3efd97(0x1f1)]),_0x5ef809=helper[_0x3efd97(0x1d9)](_0x3db0af[_0x3efd97(0x1f1)]);}catch(_0x4e3ce8){_0x111263[_0x3efd97(0x1d5)](debug,_0x3efd97(0x243)+util[_0x3efd97(0x26a)](_0x4e3ce8));}const _0x71b87e=_0x25a419=>{const _0x14db4c=_0x3efd97,_0x4ae70d=Array[_0x14db4c(0x1fa)](_0x56faa4)&&_0x111263['sBUyy'](_0x56faa4[_0x14db4c(0x201)],_0x25a419)?_0x56faa4[_0x25a419]:Array[_0x14db4c(0x1fa)](_0x56faa4)&&_0x111263[_0x14db4c(0x23b)](_0x56faa4[_0x14db4c(0x201)],0x0)?_0x56faa4[0x0]:{};return{'server':_0x18cd85,'capability':_0x4ae70d,'proxySettings':_0x3db0af[_0x14db4c(0x1f1)][_0x14db4c(0x206)],'platform':helper['getPlatformName'](_0x4ae70d),'browserStackLogLevel':_0x3db0af[_0x14db4c(0x1f1)]['logLevel'],'platformIndex':_0x25a419,'framework':constants['FRAMEWORKS'][_0x14db4c(0x228)],'platformCaps':_0x5ef809?Object['assign']({'index':_0x25a419},_0x3db0af['config'][_0x14db4c(0x1f3)][_0x25a419]):{'index':_0x25a419}};};let _0x399c0d=0x1,_0x2ac30f=0x1,_0x3663a0=0x1;try{_0x399c0d=_0x111263[_0x3efd97(0x261)](getMaxWorkers,_0x4ea76e,_0x3db0af['config']),_0x2ac30f=_0x5ef809?_0x3db0af[_0x3efd97(0x1f1)][_0x3efd97(0x1f3)][_0x3efd97(0x201)]:0x1,_0x3663a0=_0x111263[_0x3efd97(0x1e3)](_0x2ac30f,_0x399c0d),process[_0x3efd97(0x1ff)][_0x3efd97(0x229)]=_0x111263['oPufT'](String,_0x3663a0);}catch(_0x522687){_0x111263[_0x3efd97(0x1df)](debug,_0x3efd97(0x266)+util['format'](_0x522687));}try{BrowserstackCLI['getInstance']()[_0x3efd97(0x236)]&&(process[_0x3efd97(0x1ff)][_0x3efd97(0x24a)]=BrowserstackCLI['getInstance']()[_0x3efd97(0x236)]);}catch(_0x4d45f1){_0x111263[_0x3efd97(0x23a)](debug,_0x3efd97(0x215)+util[_0x3efd97(0x26a)](_0x4d45f1));}const _0xcdd042=[];try{const _0x396f72=path[_0x3efd97(0x21a)](__dirname,_0x111263[_0x3efd97(0x22a)]);fs[_0x3efd97(0x252)](_0x396f72)?_0xcdd042['push'](_0x3efd97(0x1e8)+_0x396f72):_0x111263[_0x3efd97(0x1e5)](debug,_0x3efd97(0x246)+_0x396f72+_0x3efd97(0x231));}catch(_0x4b22f7){_0x111263['nSyqC'](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x3efd97(0x26a)](_0x4b22f7));}const _0x39025a=_0x223cf5[_0x3efd97(0x1d7)](0x1),_0x220cc7=_0x111263[_0x3efd97(0x1d5)](enumerateSpecFiles,_0x223cf5),_0xe1e003=[];for(let _0x3c43d0=0x0;_0x111263['qZMSB'](_0x3c43d0,_0x2ac30f);_0x3c43d0++){if(_0x111263['xlUAK'](_0x399c0d,0x1)&&Array['isArray'](_0x220cc7)&&_0x111263[_0x3efd97(0x263)](_0x220cc7['length'],0x0))for(const _0x976fc4 of _0x220cc7){const _0x1d838e={};_0x1d838e['platformIndex']=_0x3c43d0,_0x1d838e[_0x3efd97(0x238)]=[_0x976fc4],_0xe1e003[_0x3efd97(0x20a)](_0x1d838e);}else{const _0x28f1ca={};_0x28f1ca[_0x3efd97(0x1de)]=_0x3c43d0,_0x28f1ca[_0x3efd97(0x238)]=_0x220cc7,_0xe1e003[_0x3efd97(0x20a)](_0x28f1ca);}}logger[_0x3efd97(0x23f)](_0x3efd97(0x226)+_0x2ac30f+_0x3efd97(0x262)+_0x399c0d+'\x20('+_0xe1e003[_0x3efd97(0x201)]+_0x3efd97(0x1d3)+_0x3663a0+_0x3efd97(0x260)),PerformanceTester[_0x3efd97(0x1f8)](PerformanceEvents['SDK_SETUP']);const _0x180e49=_0x2ae441=>new Promise(_0x42256a=>{const _0x521ef4=_0x3efd97,_0x5f4dc4={'SJjxI':function(_0x4b4738,_0x47b9bd){const _0x2dbd83=a18_0x37a9;return _0x111263[_0x2dbd83(0x1d5)](_0x4b4738,_0x47b9bd);}};let _0xbb217c;try{const _0x1e2787=_0x111263[_0x521ef4(0x1d5)](_0x71b87e,_0x2ae441['platformIndex']);_0xbb217c=Object[_0x521ef4(0x1e9)]({},process[_0x521ef4(0x1ff)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x521ef4(0x207)](_0x1e2787),'BROWSERSTACK_CAPABILITIES':JSON[_0x521ef4(0x207)]([_0x1e2787[_0x521ef4(0x213)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0xe813bc){_0x111263[_0x521ef4(0x1d5)](debug,_0x521ef4(0x23c)+_0x2ae441[_0x521ef4(0x1de)]+_0x521ef4(0x235)+util[_0x521ef4(0x26a)](_0xe813bc)),_0xbb217c=Object[_0x521ef4(0x1e9)]({},process[_0x521ef4(0x1ff)]);}const _0x5f5d6b=Array[_0x521ef4(0x1fa)](_0x2ae441[_0x521ef4(0x238)])?_0x2ae441[_0x521ef4(0x238)]:[],_0x222e8c=_0x111263[_0x521ef4(0x1f4)](_0x5f5d6b[_0x521ef4(0x201)],0x0)?_0x39025a[_0x521ef4(0x26b)](_0x2503d1=>typeof _0x2503d1===_0x521ef4(0x24b)&&_0x2503d1[_0x521ef4(0x25c)]('-')):_0x39025a,_0x4f4aac=[..._0xcdd042,..._0x222e8c,..._0x5f5d6b];try{const _0x37502b=_0x111263[_0x521ef4(0x1fd)](spawn,_0x111263[_0x521ef4(0x1d8)],[_0x111263[_0x521ef4(0x242)],..._0x4f4aac],{'shell':_0x111263[_0x521ef4(0x251)](process[_0x521ef4(0x24f)],_0x111263[_0x521ef4(0x205)]),'stdio':_0x111263[_0x521ef4(0x241)],'env':_0xbb217c});_0x37502b['on'](_0x111263['sxhnq'],_0x277cb0=>{const _0x56b09a=_0x521ef4;logger[_0x56b09a(0x21c)]('jasmine\x20child\x20(platformIndex='+_0x2ae441[_0x56b09a(0x1de)]+_0x56b09a(0x1d4)+(_0x5f5d6b['length']?_0x5f5d6b['join'](','):_0x111263['ZrRxU'])+_0x56b09a(0x1dc)+_0x277cb0),_0x111263[_0x56b09a(0x1df)](_0x42256a,_0x111263[_0x56b09a(0x24d)](_0x277cb0,0x0));}),_0x37502b['on'](_0x111263[_0x521ef4(0x223)],_0x53ad12=>{const _0x4fdffc=_0x521ef4;_0x5f4dc4['SJjxI'](debug,_0x4fdffc(0x1f2)+_0x2ae441[_0x4fdffc(0x1de)]+_0x4fdffc(0x1eb)+util[_0x4fdffc(0x26a)](_0x53ad12)),_0x5f4dc4[_0x4fdffc(0x211)](_0x42256a,0x1);});}catch(_0x4f09b4){_0x111263[_0x521ef4(0x218)](debug,'Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex='+_0x2ae441['platformIndex']+_0x521ef4(0x1eb)+util[_0x521ef4(0x26a)](_0x4f09b4)),_0x111263['PpylQ'](_0x42256a,0x1);}}),_0x214f15=_0x111263[_0x3efd97(0x1d6)](pLimit,_0x111263[_0x3efd97(0x259)](_0x3663a0,0x0)?_0x3663a0:0x1),_0x16c890=await Promise['all'](_0xe1e003[_0x3efd97(0x225)](_0x2fa16e=>_0x214f15(()=>_0x180e49(_0x2fa16e))));PerformanceTester[_0x3efd97(0x22e)](PerformanceEvents[_0x3efd97(0x257)]);const _0x1987e9=_0x16c890[_0x3efd97(0x256)](_0x111dba=>_0x111dba!==0x0)||0x0;process[_0x3efd97(0x1f7)]=_0x1987e9,logger[_0x3efd97(0x21c)](_0x3efd97(0x216)+_0x1987e9);const _0x29631f=BrowserstackCLI[_0x3efd97(0x200)]();try{await TestHubHandler[_0x3efd97(0x268)](),await BrowserstackCLI[_0x3efd97(0x214)]()[_0x3efd97(0x268)]();}catch(_0x489832){_0x111263[_0x3efd97(0x218)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util[_0x3efd97(0x26a)](_0x489832));}testOpsHelper['printBuildLink'](),await utilities[_0x3efd97(0x245)](_0x3db0af,_0x29631f);}function a18_0x37a9(_0x308fb0,_0x2b2ce7){const _0x16e485=a18_0x16e4();return a18_0x37a9=function(_0x37a967,_0x1dc33a){_0x37a967=_0x37a967-0x1d0;let _0x4fb9f2=_0x16e485[_0x37a967];return _0x4fb9f2;},a18_0x37a9(_0x308fb0,_0x2b2ce7);}module[a18_0x39d0bf(0x1dd)]=run;
@@ -1 +1 @@
1
- 'use strict';const a19_0x3f54a1=a19_0x13c2;(function(_0x4419e5,_0x441a7f){const _0x48a43b=a19_0x13c2,_0x435d29=_0x4419e5();while(!![]){try{const _0x16b242=parseInt(_0x48a43b(0x1e5))/0x1*(-parseInt(_0x48a43b(0x21d))/0x2)+parseInt(_0x48a43b(0x21f))/0x3+-parseInt(_0x48a43b(0x234))/0x4+parseInt(_0x48a43b(0x21c))/0x5+-parseInt(_0x48a43b(0x1e0))/0x6*(parseInt(_0x48a43b(0x247))/0x7)+-parseInt(_0x48a43b(0x239))/0x8+-parseInt(_0x48a43b(0x1de))/0x9*(-parseInt(_0x48a43b(0x1f8))/0xa);if(_0x16b242===_0x441a7f)break;else _0x435d29['push'](_0x435d29['shift']());}catch(_0x508aa9){_0x435d29['push'](_0x435d29['shift']());}}}(a19_0x4daa,0x98114));const util=require('util'),logger=require(a19_0x3f54a1(0x235))[a19_0x3f54a1(0x1dc)],helper=require('../../helpers/helper'),globals=require(a19_0x3f54a1(0x1f7)),{shouldProcessEventForTesthub}=require(a19_0x3f54a1(0x216)),testHubConstants=require(a19_0x3f54a1(0x227)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a19_0x3f54a1(0x202)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),testRunMap=require(a19_0x3f54a1(0x24e));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a19_0x3f54a1(0x1ed)][a19_0x3f54a1(0x22f)]||process[a19_0x3f54a1(0x1ed)]['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON[a19_0x3f54a1(0x214)](rawConfig));}catch(a19_0x25f237){logger[a19_0x3f54a1(0x230)]('[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20'+util[a19_0x3f54a1(0x1ec)](a19_0x25f237));}try{if(_bstackConfig&&!helper[a19_0x3f54a1(0x20f)](a19_0x3f54a1(0x209))){const naWPew=a19_0x3f54a1(0x20a)['split']('|');let JPYvUQ=0x0;while(!![]){switch(naWPew[JPYvUQ++]){case'0':shouldProcessEventForTesthub()?require(a19_0x3f54a1(0x258))['browserstackAgentV2'](_bstackConfig,null,!![]):require('../../index')[a19_0x3f54a1(0x255)](_bstackConfig);continue;case'1':global[a19_0x3f54a1(0x219)]=_bstackConfig['platformIndex'];continue;case'2':logger[a19_0x3f54a1(0x230)](a19_0x3f54a1(0x21b));continue;case'3':global['__platformCaps']=_bstackConfig['platformCaps']||{};continue;case'4':helper['isBrowserstackInfra']()?(global[a19_0x3f54a1(0x253)]=helper[a19_0x3f54a1(0x240)](_bstackConfig[a19_0x3f54a1(0x206)]),global[a19_0x3f54a1(0x20e)]=helper[a19_0x3f54a1(0x240)](_bstackConfig[a19_0x3f54a1(0x223)])):(global['__skipSessionName']=!![],global[a19_0x3f54a1(0x20e)]=!![]);continue;}break;}}}catch(a19_0x4ec33a){logger[a19_0x3f54a1(0x230)](a19_0x3f54a1(0x215)+util['format'](a19_0x4ec33a));}function a19_0x13c2(_0x25f716,_0x44ad61){const _0x4daaec=a19_0x4daa();return a19_0x13c2=function(_0x13c26f,_0x2a7595){_0x13c26f=_0x13c26f-0x1dc;let _0x240100=_0x4daaec[_0x13c26f];return _0x240100;},a19_0x13c2(_0x25f716,_0x44ad61);}const _fileNameByFullName={};try{if(typeof describe===a19_0x3f54a1(0x249)&&typeof global!==a19_0x3f54a1(0x23b)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x13eaa1=a19_0x3f54a1,_0x4c752b={'bsiJm':function(_0x519e79,_0x255721){return _0x519e79(_0x255721);},'cRinF':'path','vHMFN':_0x13eaa1(0x203),'Muiiz':_0x13eaa1(0x1ff)},_0x3ce854=Error[_0x13eaa1(0x23c)];try{const _0x3728df=new Error();Error['prepareStackTrace']=(_0x43ac0d,_0x4bcea5)=>_0x4bcea5;const _0x2a6a71=_0x3728df['stack'];Error[_0x13eaa1(0x23c)]=_0x3ce854;if(Array[_0x13eaa1(0x244)](_0x2a6a71))for(const _0x4a4b5e of _0x2a6a71){const _0x3b755a=_0x4a4b5e[_0x13eaa1(0x224)]&&_0x4a4b5e[_0x13eaa1(0x224)]();if(_0x3b755a&&!_0x3b755a[_0x13eaa1(0x218)]('bin'+_0x4c752b[_0x13eaa1(0x237)](require,_0x4c752b[_0x13eaa1(0x1f6)])[_0x13eaa1(0x225)]+_0x13eaa1(0x24d)+_0x4c752b[_0x13eaa1(0x237)](require,_0x4c752b[_0x13eaa1(0x1f6)])[_0x13eaa1(0x225)])&&!_0x3b755a[_0x13eaa1(0x1f9)](_0x4c752b[_0x13eaa1(0x1e3)])&&!_0x3b755a['includes'](_0x4c752b[_0x13eaa1(0x20b)]))return _0x3b755a;}}catch(_0x765add){Error[_0x13eaa1(0x23c)]=_0x3ce854;}return null;},_wrappedDescribe=function(_0x3fb819,_0x3aa9f2){const _0x4c20fa=a19_0x3f54a1,_0x2ffd6b={'jmLyY':function(_0xc8e682){return _0xc8e682();},'SToMU':function(_0x555274,_0x3d6bbd){return _0x555274&&_0x3d6bbd;},'HxnkR':function(_0x336960,_0x328386,_0x5e770f){return _0x336960(_0x328386,_0x5e770f);}};let _0x541ab7=null;try{_0x541ab7=_0x2ffd6b['jmLyY'](_resolveCallerFile);}catch(_0x13ebce){}_describeTitleStack[_0x4c20fa(0x222)](_0x3fb819);const _0x5dda03=_describeTitleStack[_0x4c20fa(0x201)]('\x20');_0x2ffd6b[_0x4c20fa(0x1f5)](_0x541ab7,_0x5dda03)&&(_fileNameByFullName[_0x5dda03]=_0x541ab7);try{return _0x2ffd6b[_0x4c20fa(0x241)](_origDescribe,_0x3fb819,_0x3aa9f2);}finally{_describeTitleStack[_0x4c20fa(0x20c)]();}};Object['keys'](_origDescribe)[a19_0x3f54a1(0x1f2)](_0x3573c5=>{_wrappedDescribe[_0x3573c5]=_origDescribe[_0x3573c5];}),global[a19_0x3f54a1(0x208)]=_wrappedDescribe;}}catch(a19_0xe10c73){logger['debug'](a19_0x3f54a1(0x221)+util[a19_0x3f54a1(0x1ec)](a19_0xe10c73));}try{if(typeof jasmine!==a19_0x3f54a1(0x23b)&&jasmine[a19_0x3f54a1(0x1e8)]){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a19_0x2e40a2={};a19_0x2e40a2[a19_0x3f54a1(0x1fe)]=_fileNameByFullName,jasmine[a19_0x3f54a1(0x1e8)]()[a19_0x3f54a1(0x1df)](new BrowserStackJasmineReporter(a19_0x2e40a2)),logger[a19_0x3f54a1(0x230)](a19_0x3f54a1(0x22d));}else logger[a19_0x3f54a1(0x230)](a19_0x3f54a1(0x251));}catch(a19_0x2f4a2a){logger[a19_0x3f54a1(0x230)]('[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20'+util['format'](a19_0x2f4a2a));}try{typeof jasmine!==a19_0x3f54a1(0x23b)&&jasmine[a19_0x3f54a1(0x1e8)]&&jasmine[a19_0x3f54a1(0x1e8)]()[a19_0x3f54a1(0x1df)]({'specStarted'(_0x3bf5de){const _0x5d2982=a19_0x3f54a1,_0x415e81={};_0x415e81[_0x5d2982(0x1fa)]=function(_0x421b4e,_0x5e2dea){return _0x421b4e||_0x5e2dea;};const _0x4b1cf2=_0x415e81;_activeResultId=_0x3bf5de&&_0x3bf5de['id'],_activeFullName=_0x3bf5de&&_0x3bf5de[_0x5d2982(0x250)],_activeResultRef=_0x4b1cf2[_0x5d2982(0x1fa)](_0x3bf5de,null);},'specDone'(){}});}catch(a19_0x372166){logger['debug'](a19_0x3f54a1(0x200)+util['format'](a19_0x372166));}const _resolveAutoScanning=()=>{const _0x5b4e76=a19_0x3f54a1,_0x471f52={};_0x471f52[_0x5b4e76(0x246)]=function(_0x47c6f2,_0x40d82c){return _0x47c6f2===_0x40d82c;};const _0x317a10=_0x471f52;let _0x30de3f=!![];try{const _0x14ef2a=JSON[_0x5b4e76(0x214)](process[_0x5b4e76(0x1ed)][_0x5b4e76(0x1ea)]||'{}');_0x317a10[_0x5b4e76(0x246)](_0x14ef2a['autoScanning'],![])&&(_0x30de3f=![]);}catch(_0x495e8b){logger[_0x5b4e76(0x230)]('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x495e8b[_0x5b4e76(0x24f)]);}return _0x30de3f;};function a19_0x4daa(){const _0x151b75=['20277WQyPqD','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','getEnv','getGlobal','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','tgGwK','format','env','setGlobal','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','DYXJe','isMobilePlatform','forEach','BROWSERSTACK_TESTHUB_UUID','RRfnP','SToMU','cRinF','../../helpers/globals','1620ttPaCN','startsWith','FPSYS','NstnA','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','warn','fileNameByFullName','jasmine-core','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','join','../../helpers/accessibility-automation/helper','node:','passed','info','skipSessionName','markSessionStatus','describe','@playwright/test','2|0|3|1|4','Muiiz','pop','executeScript','__skipSessionStatus','getPackageVersion',',\x22level\x22:\x20\x22','browserstackSessionName','failed','HXFVX','parse','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','../../helpers/testhub/utils','KqOLE','includes','browserstackPlatformIndex','Failed:\x20','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','3773860qicdWd','90RCxXvY','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','377091PgcqON','LEBsT','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','push','skipSessionStatus','getFileName','sep','QDeCJ','../../helpers/testhub/constants','utOIz','__drivers','Passed','bstackA11yScanOptions','urWKh','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','bstackA11yShouldScan','BROWSERSTACK_JASMINE_CONFIG','debug','eXEki','isAccessibilityPlatform','xGqdI','3749492RVyOZn','../../helpers/logger','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','bsiJm','error','9701296AAxUEP','performScanWithRetry','undefined','prepareStackTrace','WVHwv','BROWSERSTACK_TESTHUB_JWT','length','isTrue','HxnkR','\x22}}','ENV_VAR','isArray','stringify','eZUvl','77eyvBTa','failedExpectations','function','sXenb','EqlaX','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','jasmine','./testRunMap','message','fullName','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','__skipSessionName','is_mobile_session','browserstackAgentV2','cOyKa','vuACk','../../index','saveAccessibilityResultsWithRetry','OGanD','exports','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','rWtrK','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','winstonLogger','cEQHs','184113XcuvkW','addReporter','277710Raakpn','mAEoc','HCNeM','vHMFN','OKxtt'];a19_0x4daa=function(){return _0x151b75;};return a19_0x4daa();}try{typeof beforeEach===a19_0x3f54a1(0x249)&&beforeEach(function bstackA11yBeforeEach(){const _0x5a0a5a=a19_0x3f54a1,_0xfb1633={'eXEki':function(_0x50cea8){return _0x50cea8();},'WVHwv':function(_0x2054ab,_0x41483e,_0x36a33d){return _0x2054ab(_0x41483e,_0x36a33d);},'LEBsT':function(_0x8f2232,_0x28b569){return _0x8f2232&&_0x28b569;},'vuACk':'bstackA11yShouldScan','NstnA':_0x5a0a5a(0x22b)};try{const _0x5c4d9d=_0xfb1633[_0x5a0a5a(0x231)](_resolveAutoScanning),_0x145ede=_0xfb1633[_0x5a0a5a(0x23d)](shouldScanTestForAccessibility,null,![]),_0x2a3e53=_0xfb1633[_0x5a0a5a(0x220)](_0x5c4d9d,_0x145ede);globals[_0x5a0a5a(0x1ee)](_0xfb1633[_0x5a0a5a(0x257)],_0x2a3e53),globals[_0x5a0a5a(0x1ee)](_0xfb1633[_0x5a0a5a(0x1fb)],null);}catch(_0x2ef1c6){logger[_0x5a0a5a(0x230)]('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x5a0a5a(0x1ec)](_0x2ef1c6));}}),typeof afterEach===a19_0x3f54a1(0x249)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x74041e=a19_0x3f54a1,_0x479f9a={'QDeCJ':function(_0x5e3344,_0x1b783c){return _0x5e3344>_0x1b783c;},'urWKh':function(_0x53740b,_0x2bb6d4){return _0x53740b>_0x2bb6d4;},'EqlaX':'Spec\x20failed','DYXJe':function(_0x3c5fb2,_0x14f3c7){return _0x3c5fb2+_0x14f3c7;},'OKxtt':_0x74041e(0x21a),'hrItJ':_0x74041e(0x22a),'cOyKa':_0x74041e(0x238),'utOIz':_0x74041e(0x205),'HXFVX':_0x74041e(0x212),'mAEoc':_0x74041e(0x204),'OGanD':function(_0x398a76){return _0x398a76();},'xGqdI':_0x74041e(0x232),'sXenb':function(_0x497dd9,_0x759545){return _0x497dd9>_0x759545;},'WGhnS':_0x74041e(0x22e),'HCNeM':_0x74041e(0x1e7),'RRfnP':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','rWtrK':_0x74041e(0x25e),'cEQHs':_0x74041e(0x21e),'KqOLE':_0x74041e(0x1f1),'tgGwK':_0x74041e(0x24c),'Amrse':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array['isArray'](global[_0x74041e(0x229)])&&_0x479f9a[_0x74041e(0x226)](global[_0x74041e(0x229)][_0x74041e(0x23f)],0x0)&&global[_0x74041e(0x229)][0x0]){const _0x4e0da3=_activeFullName||global['sessionName'];if(!global[_0x74041e(0x253)]&&_0x4e0da3){global['sessionName']=_0x4e0da3;try{await global[_0x74041e(0x229)][0x0][_0x74041e(0x20d)](_0x74041e(0x1fc)+JSON[_0x74041e(0x245)](_0x4e0da3)+'}}'),global[_0x74041e(0x229)][0x0]['sessionNameSet__']=!![];}catch(_0x4a1e0d){logger[_0x74041e(0x230)](_0x74041e(0x1ef)+util['format'](_0x4a1e0d));}}if(!global['__skipSessionStatus'])try{const _0x5e6d87=_activeResultRef&&Array[_0x74041e(0x244)](_activeResultRef['failedExpectations'])?_activeResultRef[_0x74041e(0x248)]:[],_0x2b34ba=_0x479f9a[_0x74041e(0x22c)](_0x5e6d87['length'],0x0),_0x48dd15=_0x2b34ba?_0x5e6d87[0x0]&&_0x5e6d87[0x0][_0x74041e(0x24f)]||_0x479f9a[_0x74041e(0x24b)]:null;try{await global['__drivers'][0x0][_0x74041e(0x20d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON['stringify'](_0x2b34ba?_0x479f9a[_0x74041e(0x1f0)](_0x479f9a[_0x74041e(0x1e4)],_0x48dd15):_0x479f9a['hrItJ'])+_0x74041e(0x210)+(_0x2b34ba?_0x479f9a[_0x74041e(0x256)]:_0x479f9a[_0x74041e(0x228)])+_0x74041e(0x242));}catch(_0x218258){logger[_0x74041e(0x230)](_0x74041e(0x236)+util[_0x74041e(0x1ec)](_0x218258));}_0x2b34ba&&(global['__sessionFailed']=!![]),await helper[_0x74041e(0x207)](global[_0x74041e(0x229)][0x0],_0x2b34ba?_0x479f9a[_0x74041e(0x213)]:_0x479f9a[_0x74041e(0x1e1)],_0x48dd15);}catch(_0x4f53ad){logger[_0x74041e(0x230)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util[_0x74041e(0x1ec)](_0x4f53ad));}}}catch(_0x1c6a22){logger[_0x74041e(0x230)](_0x74041e(0x252)+util[_0x74041e(0x1ec)](_0x1c6a22));}try{if(_0x479f9a[_0x74041e(0x25a)](isAccessibilityAutomationSession)&&globals[_0x74041e(0x1e9)](_0x479f9a[_0x74041e(0x233)])&&Array[_0x74041e(0x244)](global[_0x74041e(0x229)])&&_0x479f9a[_0x74041e(0x24a)](global['__drivers'][_0x74041e(0x23f)],0x0)&&global[_0x74041e(0x229)][0x0]){const _0x7621e6=testRunMap['get'](_activeResultId),_0x181f10={};_0x181f10['thTestRunUuid']=_0x7621e6,_0x181f10['thBuildUuid']=process[_0x74041e(0x1ed)][testHubConstants['ENV_VAR'][_0x74041e(0x1f3)]],_0x181f10['thJwtToken']=process[_0x74041e(0x1ed)][testHubConstants[_0x74041e(0x243)][_0x74041e(0x23e)]];const _0x3e8449=_0x181f10;logger[_0x74041e(0x230)](_0x74041e(0x1e6)+JSON[_0x74041e(0x245)](_0x3e8449));if(globals[_0x74041e(0x1e9)](_0x479f9a['WGhnS'])){logger[_0x74041e(0x230)](_0x479f9a[_0x74041e(0x1e2)]);const _0x53f485=await accessibilityRetryHelper[_0x74041e(0x23a)](global[_0x74041e(0x229)][0x0],global[_0x74041e(0x211)]);_0x53f485?logger[_0x74041e(0x230)](_0x479f9a[_0x74041e(0x1f4)]):logger['warn'](_0x479f9a[_0x74041e(0x25d)]);}else logger[_0x74041e(0x230)](_0x479f9a[_0x74041e(0x1dd)]);globals[_0x74041e(0x1e9)](_0x479f9a[_0x74041e(0x217)])&&(_0x3e8449[_0x74041e(0x254)]=!![]);const _0x13d207=await accessibilityRetryHelper[_0x74041e(0x259)](global[_0x74041e(0x229)][0x0],_0x3e8449);_0x13d207?logger['debug'](_0x479f9a[_0x74041e(0x1eb)]):logger[_0x74041e(0x1fd)](_0x479f9a['Amrse']);}}catch(_0x4e4e76){logger[_0x74041e(0x238)](_0x74041e(0x25c)+util['format'](_0x4e4e76));}});}catch(a19_0x1d4767){logger[a19_0x3f54a1(0x230)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util['format'](a19_0x1d4767));}module[a19_0x3f54a1(0x25b)]={};
1
+ 'use strict';const a19_0x37517b=a19_0x6719;(function(_0x1c1550,_0x4c38ae){const _0x370bd1=a19_0x6719,_0x43f10d=_0x1c1550();while(!![]){try{const _0x3917ee=-parseInt(_0x370bd1(0x1f9))/0x1*(parseInt(_0x370bd1(0x212))/0x2)+-parseInt(_0x370bd1(0x1bb))/0x3+-parseInt(_0x370bd1(0x1cb))/0x4*(-parseInt(_0x370bd1(0x1d5))/0x5)+-parseInt(_0x370bd1(0x1c7))/0x6+-parseInt(_0x370bd1(0x1d1))/0x7+-parseInt(_0x370bd1(0x20c))/0x8+parseInt(_0x370bd1(0x1c3))/0x9;if(_0x3917ee===_0x4c38ae)break;else _0x43f10d['push'](_0x43f10d['shift']());}catch(_0x159c2e){_0x43f10d['push'](_0x43f10d['shift']());}}}(a19_0x2d4a,0x6ac5b));const util=require(a19_0x37517b(0x1cf)),logger=require(a19_0x37517b(0x1d6))['winstonLogger'],helper=require(a19_0x37517b(0x1e8)),globals=require(a19_0x37517b(0x1bf)),{shouldProcessEventForTesthub}=require(a19_0x37517b(0x1da)),testHubConstants=require(a19_0x37517b(0x1e3)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a19_0x37517b(0x1ed)),accessibilityRetryHelper=require(a19_0x37517b(0x1d0)),testRunMap=require(a19_0x37517b(0x1e4));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a19_0x37517b(0x1bc)][a19_0x37517b(0x1aa)]||process[a19_0x37517b(0x1bc)]['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON['parse'](rawConfig));}catch(a19_0x2c138c){logger[a19_0x37517b(0x223)]('[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20'+util[a19_0x37517b(0x1c5)](a19_0x2c138c));}try{if(_bstackConfig&&!helper[a19_0x37517b(0x217)]('@playwright/test')){const TvkXeu=a19_0x37517b(0x1ad)[a19_0x37517b(0x21e)]('|');let XnVHvc=0x0;while(!![]){switch(TvkXeu[XnVHvc++]){case'0':logger[a19_0x37517b(0x223)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'1':global[a19_0x37517b(0x1d2)]=_bstackConfig[a19_0x37517b(0x1a5)];continue;case'2':global[a19_0x37517b(0x1b5)]=_bstackConfig[a19_0x37517b(0x1ac)]||{};continue;case'3':helper['isBrowserstackInfra']()?(global[a19_0x37517b(0x1a6)]=helper[a19_0x37517b(0x1dd)](_bstackConfig[a19_0x37517b(0x220)]),global[a19_0x37517b(0x1be)]=helper[a19_0x37517b(0x1dd)](_bstackConfig['skipSessionStatus'])):(global[a19_0x37517b(0x1a6)]=!![],global['__skipSessionStatus']=!![]);continue;case'4':shouldProcessEventForTesthub()?require(a19_0x37517b(0x1dc))[a19_0x37517b(0x1ff)](_bstackConfig,null,!![]):require('../../index')[a19_0x37517b(0x1ff)](_bstackConfig);continue;}break;}}}catch(a19_0x2bab84){logger['debug'](a19_0x37517b(0x1a4)+util[a19_0x37517b(0x1c5)](a19_0x2bab84));}const _fileNameByFullName={};try{if(typeof describe===a19_0x37517b(0x1f0)&&typeof global!==a19_0x37517b(0x1d7)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x227ad7=a19_0x37517b,_0x29d049={'aBBmz':function(_0x3698f5,_0x3439dd){return _0x3698f5(_0x3439dd);},'wHOnZ':_0x227ad7(0x1fa),'Tfoqz':function(_0x3a4f04,_0x5d9bb4){return _0x3a4f04(_0x5d9bb4);},'uzItX':_0x227ad7(0x1c9),'bbNkH':'jasmine-core'},_0x4e40b5=Error['prepareStackTrace'];try{const _0x2551d3=new Error();Error['prepareStackTrace']=(_0x121656,_0x41f144)=>_0x41f144;const _0x1c35fb=_0x2551d3[_0x227ad7(0x210)];Error[_0x227ad7(0x1f2)]=_0x4e40b5;if(Array[_0x227ad7(0x1a7)](_0x1c35fb))for(const _0x5a5f74 of _0x1c35fb){const _0x5168f3=_0x5a5f74[_0x227ad7(0x1e7)]&&_0x5a5f74['getFileName']();if(_0x5168f3&&!_0x5168f3[_0x227ad7(0x1b8)](_0x227ad7(0x1f7)+_0x29d049[_0x227ad7(0x1c2)](require,_0x29d049['wHOnZ'])[_0x227ad7(0x1fc)]+_0x227ad7(0x21b)+_0x29d049['Tfoqz'](require,_0x29d049[_0x227ad7(0x20b)])[_0x227ad7(0x1fc)])&&!_0x5168f3[_0x227ad7(0x1e5)](_0x29d049[_0x227ad7(0x222)])&&!_0x5168f3[_0x227ad7(0x1b8)](_0x29d049[_0x227ad7(0x221)]))return _0x5168f3;}}catch(_0x168f52){Error[_0x227ad7(0x1f2)]=_0x4e40b5;}return null;},_wrappedDescribe=function(_0x5df016,_0x5d0ce7){const _0x3804d1=a19_0x37517b,_0x9de1b6={'WHZqi':function(_0x9c6707){return _0x9c6707();},'CzrIv':function(_0x29e155,_0x121e10){return _0x29e155&&_0x121e10;},'mNcBX':function(_0xaf9ca4,_0x590cdc,_0x2b85e0){return _0xaf9ca4(_0x590cdc,_0x2b85e0);}};let _0x3fda5b=null;try{_0x3fda5b=_0x9de1b6['WHZqi'](_resolveCallerFile);}catch(_0x1d1dba){}_describeTitleStack['push'](_0x5df016);const _0x3d40ef=_describeTitleStack[_0x3804d1(0x1b2)]('\x20');_0x9de1b6['CzrIv'](_0x3fda5b,_0x3d40ef)&&(_fileNameByFullName[_0x3d40ef]=_0x3fda5b);try{return _0x9de1b6[_0x3804d1(0x21f)](_origDescribe,_0x5df016,_0x5d0ce7);}finally{_describeTitleStack[_0x3804d1(0x1af)]();}};Object['keys'](_origDescribe)[a19_0x37517b(0x213)](_0x5a16b7=>{_wrappedDescribe[_0x5a16b7]=_origDescribe[_0x5a16b7];}),global[a19_0x37517b(0x1f3)]=_wrappedDescribe;}}catch(a19_0x1cdc37){logger[a19_0x37517b(0x223)](a19_0x37517b(0x216)+util['format'](a19_0x1cdc37));}function a19_0x6719(_0x566982,_0x63a87c){const _0x2d4a41=a19_0x2d4a();return a19_0x6719=function(_0x671994,_0x580cf3){_0x671994=_0x671994-0x1a2;let _0x4aace7=_0x2d4a41[_0x671994];return _0x4aace7;},a19_0x6719(_0x566982,_0x63a87c);}try{if(typeof jasmine!==a19_0x37517b(0x1d7)&&jasmine[a19_0x37517b(0x205)]){const BrowserStackJasmineReporter=require(a19_0x37517b(0x1d3)),a19_0x53e2bb={};a19_0x53e2bb['fileNameByFullName']=_fileNameByFullName,jasmine[a19_0x37517b(0x205)]()[a19_0x37517b(0x1c8)](new BrowserStackJasmineReporter(a19_0x53e2bb)),logger[a19_0x37517b(0x223)](a19_0x37517b(0x20e));}else logger[a19_0x37517b(0x223)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a19_0x13e783){logger[a19_0x37517b(0x223)](a19_0x37517b(0x204)+util['format'](a19_0x13e783));}function a19_0x2d4a(){const _0x71a64d=['MUKnk','../../index','isTrue','fullName','__sessionFailed','pzLab','failedExpectations','sessionNameSet__','../../helpers/testhub/constants','./testRunMap','startsWith','BROWSERSTACK_TESTHUB_JWT','getFileName','../../helpers/helper','parse','isMobilePlatform','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','exports','../../helpers/accessibility-automation/helper','thBuildUuid','bstackA11yScanOptions','function','executeScript','prepareStackTrace','describe','performScanWithRetry','ZKJys','eUBCB','bin','adkmx','75RKojPq','path','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','sep','ENV_VAR','Failed:\x20','browserstackAgentV2','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getGlobal','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','getEnv','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','hxYVQ','\x22}}','wHOnZ','6213904uhafAa','message','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','gEYGV','stack','YsAap','816BvBLGh','forEach','DCYWv','warn','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','getPackageVersion','BROWSERSTACK_TESTHUB_UUID','fyewG','__drivers','jasmine','HvJKJ','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','split','mNcBX','skipSessionName','bbNkH','uzItX','debug','setGlobal','dYdqx','furnr','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','platformIndex','__skipSessionName','isArray','autoScanning','Spec\x20failed','BROWSERSTACK_JASMINE_CONFIG','oBdly','platformCaps','0|4|2|1|3','stringify','pop','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','info','join','odiPg','gGaMk','__platformCaps','SEUkW','error','includes','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','765141pXRMUH','env','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','__skipSessionStatus','../../helpers/globals','fGCDn','thTestRunUuid','aBBmz','21068793CLoWtg','aiYUQ','format','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','4997112jambvq','addReporter','node:','Passed','112IsMKTg','sessionName','length','jDVME','util','../../helpers/accessibility-automation/accessibilityRetryHelper','4116203MzINIR','browserstackPlatformIndex','./bstack-reporter/customReporter','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','103505wKgWhV','../../helpers/logger','undefined','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','failed','../../helpers/testhub/utils'];a19_0x2d4a=function(){return _0x71a64d;};return a19_0x2d4a();}try{typeof jasmine!==a19_0x37517b(0x1d7)&&jasmine['getEnv']&&jasmine[a19_0x37517b(0x205)]()[a19_0x37517b(0x1c8)]({'specStarted'(_0x35f3b5){const _0x2ab12b=a19_0x37517b,_0x32630a={};_0x32630a[_0x2ab12b(0x21c)]=function(_0x101d9d,_0x4c4354){return _0x101d9d||_0x4c4354;};const _0x109945=_0x32630a;_activeResultId=_0x35f3b5&&_0x35f3b5['id'],_activeFullName=_0x35f3b5&&_0x35f3b5[_0x2ab12b(0x1de)],_activeResultRef=_0x109945[_0x2ab12b(0x21c)](_0x35f3b5,null);},'specDone'(){}});}catch(a19_0x477d15){logger[a19_0x37517b(0x223)](a19_0x37517b(0x1b9)+util['format'](a19_0x477d15));}const _resolveAutoScanning=()=>{const _0x24eee3=a19_0x37517b,_0x3de5a6={};_0x3de5a6['oBdly']=function(_0x48bc6a,_0x41f2e2){return _0x48bc6a===_0x41f2e2;};const _0x217996=_0x3de5a6;let _0x15e87a=!![];try{const _0x41e1e7=JSON[_0x24eee3(0x1e9)](process['env'][_0x24eee3(0x200)]||'{}');_0x217996[_0x24eee3(0x1ab)](_0x41e1e7[_0x24eee3(0x1a8)],![])&&(_0x15e87a=![]);}catch(_0x19aa83){logger[_0x24eee3(0x223)](_0x24eee3(0x1ba)+_0x19aa83['message']);}return _0x15e87a;};try{typeof beforeEach===a19_0x37517b(0x1f0)&&beforeEach(function bstackA11yBeforeEach(){const _0x760349=a19_0x37517b,_0x52a633={'DCYWv':function(_0x244c23){return _0x244c23();},'BRyue':function(_0x2e8114,_0x32b7a2,_0x71deb){return _0x2e8114(_0x32b7a2,_0x71deb);},'odiPg':function(_0x2d0eca,_0x4f4042){return _0x2d0eca&&_0x4f4042;},'EPFpL':'bstackA11yShouldScan','YsAap':_0x760349(0x1ef)};try{const _0x1f7716=_0x52a633[_0x760349(0x214)](_resolveAutoScanning),_0x5ddad5=_0x52a633['BRyue'](shouldScanTestForAccessibility,null,![]),_0x1a7513=_0x52a633[_0x760349(0x1b3)](_0x1f7716,_0x5ddad5);globals[_0x760349(0x224)](_0x52a633['EPFpL'],_0x1a7513),globals[_0x760349(0x224)](_0x52a633[_0x760349(0x211)],null);}catch(_0xc694e5){logger[_0x760349(0x223)](_0x760349(0x1fb)+util[_0x760349(0x1c5)](_0xc694e5));}}),typeof afterEach===a19_0x37517b(0x1f0)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x17179a=a19_0x37517b,_0xf8eb4c={'dYdqx':function(_0x43f6aa,_0x3eed2c){return _0x43f6aa>_0x3eed2c;},'pzLab':_0x17179a(0x1a9),'ZKJys':function(_0x260884,_0x1cdb77){return _0x260884+_0x1cdb77;},'fyewG':_0x17179a(0x1fe),'gGaMk':_0x17179a(0x1ca),'MUKnk':'error','krbpR':_0x17179a(0x1b1),'hxYVQ':_0x17179a(0x1d9),'furnr':'passed','jDVME':function(_0xfd0646){return _0xfd0646();},'adkmx':'isAccessibilityPlatform','fGCDn':'bstackA11yShouldScan','LWsSR':_0x17179a(0x1eb),'hidXA':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','gEYGV':_0x17179a(0x21d),'tzCbu':_0x17179a(0x1bd),'SEUkW':_0x17179a(0x1ea),'eUBCB':_0x17179a(0x1d4),'aiYUQ':_0x17179a(0x1b0)};try{if(Array[_0x17179a(0x1a7)](global[_0x17179a(0x21a)])&&_0xf8eb4c[_0x17179a(0x1a2)](global[_0x17179a(0x21a)][_0x17179a(0x1cd)],0x0)&&global[_0x17179a(0x21a)][0x0]){const _0x21f877=_activeFullName||global[_0x17179a(0x1cc)];if(!global[_0x17179a(0x1a6)]&&_0x21f877){global[_0x17179a(0x1cc)]=_0x21f877;try{await global[_0x17179a(0x21a)][0x0]['executeScript'](_0x17179a(0x1c6)+JSON[_0x17179a(0x1ae)](_0x21f877)+'}}'),global[_0x17179a(0x21a)][0x0][_0x17179a(0x1e2)]=!![];}catch(_0x40b0dc){logger[_0x17179a(0x223)](_0x17179a(0x1d8)+util[_0x17179a(0x1c5)](_0x40b0dc));}}if(!global['__skipSessionStatus'])try{const _0x4449c4=_activeResultRef&&Array[_0x17179a(0x1a7)](_activeResultRef[_0x17179a(0x1e1)])?_activeResultRef[_0x17179a(0x1e1)]:[],_0x37b51c=_0xf8eb4c['dYdqx'](_0x4449c4[_0x17179a(0x1cd)],0x0),_0x58d6fa=_0x37b51c?_0x4449c4[0x0]&&_0x4449c4[0x0][_0x17179a(0x20d)]||_0xf8eb4c[_0x17179a(0x1e0)]:null;try{await global[_0x17179a(0x21a)][0x0][_0x17179a(0x1f1)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON[_0x17179a(0x1ae)](_0x37b51c?_0xf8eb4c[_0x17179a(0x1f5)](_0xf8eb4c[_0x17179a(0x219)],_0x58d6fa):_0xf8eb4c[_0x17179a(0x1b4)])+',\x22level\x22:\x20\x22'+(_0x37b51c?_0xf8eb4c[_0x17179a(0x1db)]:_0xf8eb4c['krbpR'])+_0x17179a(0x20a));}catch(_0x4918a9){logger[_0x17179a(0x223)](_0x17179a(0x203)+util['format'](_0x4918a9));}_0x37b51c&&(global[_0x17179a(0x1df)]=!![]),await helper['markSessionStatus'](global['__drivers'][0x0],_0x37b51c?_0xf8eb4c[_0x17179a(0x209)]:_0xf8eb4c[_0x17179a(0x1a3)],_0x58d6fa);}catch(_0x38f6f1){logger['debug'](_0x17179a(0x208)+util[_0x17179a(0x1c5)](_0x38f6f1));}}}catch(_0x31b5f2){logger[_0x17179a(0x223)](_0x17179a(0x207)+util['format'](_0x31b5f2));}try{if(_0xf8eb4c[_0x17179a(0x1ce)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0xf8eb4c[_0x17179a(0x1f8)])&&Array['isArray'](global[_0x17179a(0x21a)])&&_0xf8eb4c['dYdqx'](global[_0x17179a(0x21a)]['length'],0x0)&&global[_0x17179a(0x21a)][0x0]){const _0x47b6cd=testRunMap['get'](_activeResultId),_0x2353c8={};_0x2353c8[_0x17179a(0x1c1)]=_0x47b6cd,_0x2353c8[_0x17179a(0x1ee)]=process['env'][testHubConstants[_0x17179a(0x1fd)][_0x17179a(0x218)]],_0x2353c8['thJwtToken']=process[_0x17179a(0x1bc)][testHubConstants[_0x17179a(0x1fd)][_0x17179a(0x1e6)]];const _0x2c39a1=_0x2353c8;logger['debug']('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON[_0x17179a(0x1ae)](_0x2c39a1));if(globals[_0x17179a(0x201)](_0xf8eb4c[_0x17179a(0x1c0)])){logger[_0x17179a(0x223)](_0xf8eb4c['LWsSR']);const _0x142d38=await accessibilityRetryHelper[_0x17179a(0x1f4)](global[_0x17179a(0x21a)][0x0],global['browserstackSessionName']);_0x142d38?logger[_0x17179a(0x223)](_0xf8eb4c['hidXA']):logger['warn'](_0xf8eb4c[_0x17179a(0x20f)]);}else logger['debug'](_0xf8eb4c['tzCbu']);globals[_0x17179a(0x201)](_0xf8eb4c[_0x17179a(0x1b6)])&&(_0x2c39a1['is_mobile_session']=!![]);const _0x22e2fd=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x17179a(0x21a)][0x0],_0x2c39a1);_0x22e2fd?logger[_0x17179a(0x223)](_0xf8eb4c[_0x17179a(0x1f6)]):logger[_0x17179a(0x215)](_0xf8eb4c[_0x17179a(0x1c4)]);}}catch(_0x4a1346){logger[_0x17179a(0x1b7)](_0x17179a(0x202)+util[_0x17179a(0x1c5)](_0x4a1346));}});}catch(a19_0x38cc33){logger['debug'](a19_0x37517b(0x206)+util[a19_0x37517b(0x1c5)](a19_0x38cc33));}module[a19_0x37517b(0x1ec)]={};
@@ -1 +1 @@
1
- 'use strict';const a20_0x21cd5a=a20_0x3785;function a20_0x3785(_0x576c7b,_0x28fa41){const _0x2ddd38=a20_0x2ddd();return a20_0x3785=function(_0x3785f8,_0x22df3d){_0x3785f8=_0x3785f8-0x174;let _0x2a34c0=_0x2ddd38[_0x3785f8];return _0x2a34c0;},a20_0x3785(_0x576c7b,_0x28fa41);}function a20_0x2ddd(){const _0x2c7476=['1616111vGwYPt','FDPFE','1844586AQuqkE','4856744UkqKiM','_size','1390199PWOqRw','Pbiaf','821925DyoNAo','191474qpJpJO','size','783714IyWprO','set','24UpNmZM','get','delete','iPQZO','80cDynQv','gHhhM'];a20_0x2ddd=function(){return _0x2c7476;};return a20_0x2ddd();}(function(_0x875bdd,_0x2e62c5){const _0x13edcd=a20_0x3785,_0x41dbbd=_0x875bdd();while(!![]){try{const _0x51b1ed=parseInt(_0x13edcd(0x177))/0x1+-parseInt(_0x13edcd(0x17a))/0x2+-parseInt(_0x13edcd(0x17c))/0x3+-parseInt(_0x13edcd(0x175))/0x4+-parseInt(_0x13edcd(0x179))/0x5+parseInt(_0x13edcd(0x17e))/0x6*(-parseInt(_0x13edcd(0x184))/0x7)+-parseInt(_0x13edcd(0x182))/0x8*(-parseInt(_0x13edcd(0x174))/0x9);if(_0x51b1ed===_0x2e62c5)break;else _0x41dbbd['push'](_0x41dbbd['shift']());}catch(_0x2cc7b4){_0x41dbbd['push'](_0x41dbbd['shift']());}}}(a20_0x2ddd,0xbe99d));const _specUuidById=new Map();exports[a20_0x21cd5a(0x17d)]=(_0x4d36bd,_0x5dcaf5)=>{const _0x524d08=a20_0x21cd5a,_0x2b972e={};_0x2b972e['FDPFE']=function(_0x18c62b,_0x2401f0){return _0x18c62b===_0x2401f0;},_0x2b972e[_0x524d08(0x178)]=function(_0x46b59f,_0x354069){return _0x46b59f===_0x354069;};const _0x40a7c0=_0x2b972e;if(_0x40a7c0[_0x524d08(0x185)](_0x4d36bd,undefined)||_0x40a7c0['Pbiaf'](_0x4d36bd,null))return;_specUuidById[_0x524d08(0x17d)](_0x4d36bd,_0x5dcaf5);},exports[a20_0x21cd5a(0x17f)]=_0x113c59=>{const _0x2d86fa=a20_0x21cd5a,_0x365804={};_0x365804[_0x2d86fa(0x183)]=function(_0x14882a,_0x3c1bcc){return _0x14882a===_0x3c1bcc;};const _0x3fb1c3=_0x365804;if(_0x3fb1c3[_0x2d86fa(0x183)](_0x113c59,undefined)||_0x3fb1c3[_0x2d86fa(0x183)](_0x113c59,null))return undefined;return _specUuidById[_0x2d86fa(0x17f)](_0x113c59);},exports['remove']=_0x8707fa=>{const _0x29718a=a20_0x21cd5a,_0x221382={};_0x221382[_0x29718a(0x181)]=function(_0x1d825b,_0x3a8d45){return _0x1d825b===_0x3a8d45;};const _0x23126a=_0x221382;if(_0x23126a[_0x29718a(0x181)](_0x8707fa,undefined)||_0x23126a['iPQZO'](_0x8707fa,null))return;_specUuidById[_0x29718a(0x180)](_0x8707fa);},exports[a20_0x21cd5a(0x176)]=()=>_specUuidById[a20_0x21cd5a(0x17b)];
1
+ 'use strict';function a20_0x1e5d(_0x43a3f4,_0x7afb22){const _0x395325=a20_0x3953();return a20_0x1e5d=function(_0x1e5dbf,_0x36a061){_0x1e5dbf=_0x1e5dbf-0x94;let _0x1df061=_0x395325[_0x1e5dbf];return _0x1df061;},a20_0x1e5d(_0x43a3f4,_0x7afb22);}const a20_0x30dffe=a20_0x1e5d;(function(_0x39df5b,_0x55a990){const _0x4a918c=a20_0x1e5d,_0x538dc5=_0x39df5b();while(!![]){try{const _0x821dfa=parseInt(_0x4a918c(0x95))/0x1*(parseInt(_0x4a918c(0x97))/0x2)+-parseInt(_0x4a918c(0xa2))/0x3+parseInt(_0x4a918c(0x9a))/0x4+parseInt(_0x4a918c(0x99))/0x5*(-parseInt(_0x4a918c(0x9d))/0x6)+parseInt(_0x4a918c(0xa7))/0x7*(parseInt(_0x4a918c(0xa0))/0x8)+parseInt(_0x4a918c(0x9f))/0x9*(-parseInt(_0x4a918c(0x94))/0xa)+parseInt(_0x4a918c(0x98))/0xb*(parseInt(_0x4a918c(0x96))/0xc);if(_0x821dfa===_0x55a990)break;else _0x538dc5['push'](_0x538dc5['shift']());}catch(_0x5191f4){_0x538dc5['push'](_0x538dc5['shift']());}}}(a20_0x3953,0xcc63a));function a20_0x3953(){const _0x126399=['CsBwF','delete','18lLzgUz','_size','76554LLqmgG','8fKcued','size','255996USIwwV','CIZUX','get','TfYLx','XSpwX','3891524vhgRyL','set','1040utbicz','98629FCEAbP','5698092kpBIzF','18alJynv','11mXZmYl','2704965cNWGUB','6046716pLeJJH'];a20_0x3953=function(){return _0x126399;};return a20_0x3953();}const _specUuidById=new Map();exports[a20_0x30dffe(0xa8)]=(_0x38515a,_0x5e6cfb)=>{const _0x3c71ef=a20_0x30dffe,_0x1b504c={};_0x1b504c['CIZUX']=function(_0xb57ff7,_0x314e3e){return _0xb57ff7===_0x314e3e;},_0x1b504c[_0x3c71ef(0xa6)]=function(_0x299027,_0x33030c){return _0x299027===_0x33030c;};const _0x5dd42d=_0x1b504c;if(_0x5dd42d[_0x3c71ef(0xa3)](_0x38515a,undefined)||_0x5dd42d[_0x3c71ef(0xa6)](_0x38515a,null))return;_specUuidById['set'](_0x38515a,_0x5e6cfb);},exports[a20_0x30dffe(0xa4)]=_0x253d04=>{const _0x49190e=a20_0x30dffe,_0x148d6b={};_0x148d6b[_0x49190e(0x9b)]=function(_0x13b477,_0x3c4dd0){return _0x13b477===_0x3c4dd0;};const _0x1e5f50=_0x148d6b;if(_0x1e5f50['CsBwF'](_0x253d04,undefined)||_0x1e5f50[_0x49190e(0x9b)](_0x253d04,null))return undefined;return _specUuidById[_0x49190e(0xa4)](_0x253d04);},exports['remove']=_0x306154=>{const _0x5c49f6=a20_0x30dffe,_0x599abd={};_0x599abd['TfYLx']=function(_0x154537,_0x2c4937){return _0x154537===_0x2c4937;};const _0x516b56=_0x599abd;if(_0x516b56[_0x5c49f6(0xa5)](_0x306154,undefined)||_0x516b56[_0x5c49f6(0xa5)](_0x306154,null))return;_specUuidById[_0x5c49f6(0x9c)](_0x306154);},exports[a20_0x30dffe(0x9e)]=()=>_specUuidById[a20_0x30dffe(0xa1)];
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a21_0x2b64b6=a21_0x1525;(function(_0x2b42e4,_0x4d3e6){const _0x53f913=a21_0x1525,_0x3beaa8=_0x2b42e4();while(!![]){try{const _0x17e943=-parseInt(_0x53f913(0x2d2))/0x1+-parseInt(_0x53f913(0x246))/0x2*(-parseInt(_0x53f913(0x2cf))/0x3)+-parseInt(_0x53f913(0x1f2))/0x4+-parseInt(_0x53f913(0x233))/0x5+parseInt(_0x53f913(0x279))/0x6+-parseInt(_0x53f913(0x2b9))/0x7+parseInt(_0x53f913(0x24b))/0x8*(parseInt(_0x53f913(0x28b))/0x9);if(_0x17e943===_0x4d3e6)break;else _0x3beaa8['push'](_0x3beaa8['shift']());}catch(_0x16e110){_0x3beaa8['push'](_0x3beaa8['shift']());}}}(a21_0x1afc,0x5336f));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a21_0x2b64b6(0x23c)),logger=require(a21_0x2b64b6(0x255))['winstonLogger'],{default:BrowserStackSetup}=require(a21_0x2b64b6(0x1e7)),helper=require(a21_0x2b64b6(0x1e8)),utilities=require(a21_0x2b64b6(0x2de)),constants=require(a21_0x2b64b6(0x2c3)),accessibilityHelper=require(a21_0x2b64b6(0x258)),{updateTestRerunConfig}=require(a21_0x2b64b6(0x23b)),testOpsHelper=require(a21_0x2b64b6(0x21c)),{debug}=require(a21_0x2b64b6(0x21c)),TestDetails=require(a21_0x2b64b6(0x207)),{getPercyOptions}=require(a21_0x2b64b6(0x247)),TestHubHandler=require(a21_0x2b64b6(0x25f)),testhubUtils=require(a21_0x2b64b6(0x22e)),{FRAMEWORKS}=require(a21_0x2b64b6(0x2b1)),PerformanceTester=require(a21_0x2b64b6(0x27e)),PerformanceEvents=require(a21_0x2b64b6(0x25c))['EVENTS'],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a21_0x2b64b6(0x27a)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a21_0x2b64b6(0x2be)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),getUserJestConfigs=async(_0x4d596c,_0x5627e2)=>{const _0x32488f=a21_0x2b64b6,_0x1ee38e={'WShoO':'jest-config/build/readConfigFileAndSetRootDir.js','JDabg':_0x32488f(0x213),'FbfNK':function(_0x295cd3,_0x4edf51){return _0x295cd3||_0x4edf51;},'Qrkwn':function(_0x55744c,_0x171264){return _0x55744c(_0x171264);},'CWjbp':_0x32488f(0x23e),'qlCDn':_0x32488f(0x2b2),'RTAqD':_0x32488f(0x231),'ibryl':_0x32488f(0x2dc),'ZMaGD':'json'};let _0x2f9f47;try{_0x2f9f47=helper[_0x32488f(0x26a)](_0x1ee38e[_0x32488f(0x28a)],_0x1ee38e[_0x32488f(0x1ec)]);}catch{const _0x4cc257=helper[_0x32488f(0x26a)](_0x1ee38e[_0x32488f(0x1ec)]);_0x2f9f47={'default':async _0x3a5547=>{const _0x3796cb=_0x32488f,_0x4b32bf=await _0x4cc257[_0x3796cb(0x215)](_0x3a5547,{});return _0x4b32bf[_0x3796cb(0x1f1)];}};}const _0x25c109=_0x5627e2[_0x32488f(0x2b3)](_0x8c169f=>_0x8c169f==='--config');if(!helper[_0x32488f(0x209)](_0x4d596c[_0x32488f(0x1f1)])){logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x4d596c['config']),process[_0x32488f(0x244)][_0x32488f(0x264)]=_0x4d596c[_0x32488f(0x1f1)];const _0x3d5d68=await(0x0,_0x2f9f47['default'])(path[_0x32488f(0x236)](_0x4d596c[_0x32488f(0x1f1)]));return _0x5627e2['splice'](_0x25c109,0x2),_0x1ee38e['FbfNK'](_0x3d5d68,{});}const _0x1f36f1=_0x1ee38e[_0x32488f(0x238)](require,path[_0x32488f(0x21f)](process[_0x32488f(0x2b5)](),_0x1ee38e[_0x32488f(0x285)]));if(_0x1f36f1[_0x32488f(0x1e6)])return logger['info'](_0x1ee38e[_0x32488f(0x298)]),_0x1f36f1['jest'];const _0x1eed2a=['js',_0x1ee38e['RTAqD'],_0x1ee38e[_0x32488f(0x259)],_0x1ee38e[_0x32488f(0x1ee)],'ts'];for(const _0x1de2a3 of _0x1eed2a){const _0x9972b7=path[_0x32488f(0x21f)](process['cwd'](),_0x32488f(0x278)+_0x1de2a3);if(fs[_0x32488f(0x239)](_0x9972b7)){process['env']['USER_CONFIG_DETAILS_PATH']=_0x9972b7;const _0x2ed676=await(0x0,_0x2f9f47[_0x32488f(0x220)])(_0x9972b7);return _0x2ed676;}}return{};},getSerial=(_0x2e6638,_0xc8837c)=>{const _0x40468b=a21_0x2b64b6,_0xd9dadf={};_0xd9dadf[_0x40468b(0x295)]=_0x40468b(0x257),_0xd9dadf[_0x40468b(0x2a1)]=function(_0x4295cf,_0x322b62){return _0x4295cf>_0x322b62;},_0xd9dadf[_0x40468b(0x240)]=_0x40468b(0x20a);const _0x335fc9=_0xd9dadf;let _0x1d1be3=_0x335fc9[_0x40468b(0x295)];return _0x335fc9['BlToy'](_0x2e6638[_0x40468b(0x280)],0x1)&&(!_0xc8837c[_0x40468b(0x2d6)]&&(helper[_0x40468b(0x209)](_0xc8837c[_0x40468b(0x249)])||_0x335fc9[_0x40468b(0x2a1)](_0xc8837c[_0x40468b(0x249)],0x1)))&&(_0x1d1be3=_0x335fc9[_0x40468b(0x240)]),_0x1d1be3;},getMaxWorkers=(_0x4c4a2e,_0x3e253c,_0x449180)=>{const _0x5a0b99=a21_0x2b64b6,_0x3cc232={'QRIcm':function(_0x78df0d,_0x59f2a5){return _0x78df0d(_0x59f2a5);}};let _0x155b56=0x1;if(!helper[_0x5a0b99(0x209)](_0x3e253c[_0x5a0b99(0x1f0)]))_0x155b56=_0x3cc232[_0x5a0b99(0x1ff)](parseInt,_0x3e253c['parallelsPerPlatform']);else{if(!helper['isUndefined'](_0x4c4a2e[_0x5a0b99(0x249)]))_0x155b56=_0x4c4a2e[_0x5a0b99(0x249)];else!helper[_0x5a0b99(0x209)](_0x449180[_0x5a0b99(0x249)])&&(_0x155b56=_0x449180[_0x5a0b99(0x249)]);}return _0x155b56;};async function run(_0x3c6128,_0x297317,_0x4d3743){const _0x1712f5=a21_0x2b64b6,_0xd498c4={'FLoKJ':_0x1712f5(0x1e6),'WBoHS':function(_0x2c40d6,_0x3348f9){return _0x2c40d6(_0x3348f9);},'GrIlO':_0x1712f5(0x272),'ZFoLL':function(_0x34daab){return _0x34daab();},'GpJba':function(_0xadcb0b,_0x40ef0,_0x1d5885,_0x7cdb1d){return _0xadcb0b(_0x40ef0,_0x1d5885,_0x7cdb1d);},'NkEln':function(_0x5a4936,_0x5cf5ce){return _0x5a4936!=_0x5cf5ce;},'XMYMz':_0x1712f5(0x257),'mZgqo':function(_0x48546c,_0x26715c,_0x7d9bcf){return _0x48546c(_0x26715c,_0x7d9bcf);},'GZoVD':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','SlSCq':function(_0x3cbdd9,_0x3ec525){return _0x3cbdd9(_0x3ec525);},'sYdDa':_0x1712f5(0x20a),'xLKmT':function(_0x4f01e6,_0x4797ef){return _0x4f01e6*_0x4797ef;},'zOBsD':function(_0x53d279,_0x5e6bba){return _0x53d279===_0x5e6bba;},'CRpdw':_0x1712f5(0x253),'lPXnb':_0x1712f5(0x265),'YWJBF':'customImplements','katew':_0x1712f5(0x227),'nVtKe':'customTestRunner.js','XPrZc':_0x1712f5(0x263),'GdQsb':'customEnvironment.js','ADslT':function(_0x36925d,_0x49aba3){return _0x36925d!==_0x49aba3;},'whjDv':_0x1712f5(0x27b),'Ohhxn':'jest-runner-','lluHz':_0x1712f5(0x212),'TOBYn':_0x1712f5(0x299),'CplsE':_0x1712f5(0x2a7),'PVwel':_0x1712f5(0x237),'BhjQF':_0x1712f5(0x294),'KGfdy':function(_0x5497ec,_0x370523){return _0x5497ec(_0x370523);},'ylbLh':_0x1712f5(0x224),'lpuox':_0x1712f5(0x1e4),'qlEON':_0x1712f5(0x2ad),'FVlYu':_0x1712f5(0x217),'shvWf':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','fgfln':'playwright','uWGMs':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','VZJtx':_0x1712f5(0x23f),'yogDi':_0x1712f5(0x2ba),'pdPmd':function(_0xe9aaf1,_0x202ea7){return _0xe9aaf1&&_0x202ea7;},'xZWVG':'Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','GfRTh':'puppeteer','zLgRb':_0x1712f5(0x290),'gioZj':_0x1712f5(0x220),'imJST':function(_0x3a9fd5,_0x43cfb7,_0x5a5068){return _0x3a9fd5(_0x43cfb7,_0x5a5068);},'SToJI':_0x1712f5(0x284),'sVGrv':_0x1712f5(0x219),'oIDOL':_0x1712f5(0x26f),'YeMjX':function(_0x374510,_0x12ed66){return _0x374510>_0x12ed66;},'myzOy':_0x1712f5(0x276),'mWhNO':_0x1712f5(0x293),'oFaQa':function(_0x59c40e,_0x21c7e6,_0x18a346,_0x39d2eb){return _0x59c40e(_0x21c7e6,_0x18a346,_0x39d2eb);},'NyPVt':_0x1712f5(0x282),'ipaJW':_0x1712f5(0x20e),'gVepg':_0x1712f5(0x2cb),'SCEWN':'close'},_0x58e5c7=helper[_0x1712f5(0x271)](_0xd498c4[_0x1712f5(0x1e5)]);global[_0x1712f5(0x2b8)]=!!_0x58e5c7;const _0x4049ff=_0xd498c4['ZFoLL'](getPuppeteerVersion);global[_0x1712f5(0x203)]=!!_0x4049ff;helper[_0x1712f5(0x1e9)]()&&(await _0x4d3743[_0x1712f5(0x28c)](_0x3c6128),await helper['handleApp'](_0x4d3743['config']));if(_0x58e5c7)await _0xd498c4['GpJba'](checkPwandBootstrapCli,_0x58e5c7,constants[_0x1712f5(0x21b)]['JEST'],_0x4d3743);else _0x4049ff&&await _0xd498c4['GpJba'](checkPuppeteerAndBootstrapCli,_0x4049ff,constants['FRAMEWORKS'][_0x1712f5(0x200)],_0x4d3743);!BrowserstackCLI[_0x1712f5(0x24d)]()[_0x1712f5(0x1ed)]()&&await _0x4d3743[_0x1712f5(0x2a5)]();if(!_0x4d3743[_0x1712f5(0x1f1)])return;_0xd498c4['NkEln'](_0x4d3743['config'][_0x1712f5(0x1fa)],null)?process[_0x1712f5(0x244)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4d3743['config'][_0x1712f5(0x1fa)]:process['env'][_0x1712f5(0x225)]=_0xd498c4['XMYMz'];const _0xbba20b=new TestOrchestrationHandler(_0x4d3743['config']),_0x3ed176=await _0xd498c4[_0x1712f5(0x216)](getUserJestConfigs,_0x3c6128,_0x297317);logger[_0x1712f5(0x260)](_0xd498c4[_0x1712f5(0x20d)]);const _0x335e13=Object[_0x1712f5(0x2a9)]({},_0x3ed176);_0x335e13[_0x1712f5(0x21d)]=Object[_0x1712f5(0x2a9)]({},_0x335e13[_0x1712f5(0x21d)],{'server':helper[_0x1712f5(0x2c1)](_0x4d3743[_0x1712f5(0x1f1)]),'environment':_0x3ed176[_0x1712f5(0x283)]}),_0x335e13[_0x1712f5(0x21d)]['browserStackPercyOptions']=_0xd498c4[_0x1712f5(0x234)](getPercyOptions,_0x4d3743[_0x1712f5(0x1f1)]);const _0x571493=helper[_0x1712f5(0x206)](_0x4d3743['config']);!helper[_0x1712f5(0x209)](_0x4d3743['config']['accessibilityOptions'])&&(process[_0x1712f5(0x244)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1712f5(0x251)](_0x4d3743['config']['accessibilityOptions']));if(!BrowserstackCLI[_0x1712f5(0x24d)]()[_0x1712f5(0x1ed)]()){const _0xce7848=await TestHubHandler[_0x1712f5(0x1e1)](FRAMEWORKS[_0x1712f5(0x200)],_0x4d3743);}const _0x5e3ed4=helper[_0x1712f5(0x229)](_0x4d3743[_0x1712f5(0x1f1)],_0x571493,constants[_0x1712f5(0x21b)][_0x1712f5(0x200)]);process[_0x1712f5(0x244)][_0x1712f5(0x24f)]=JSON[_0x1712f5(0x251)](_0x5e3ed4);let _0x244475=_0x4d3743[_0x1712f5(0x1f1)][_0x1712f5(0x2ca)];_0x244475=_0x244475||accessibilityHelper[_0x1712f5(0x202)](_0x4d3743[_0x1712f5(0x1f1)]),process[_0x1712f5(0x244)][_0x1712f5(0x22b)]=_0x244475,logger[_0x1712f5(0x2ab)](_0x1712f5(0x262)+_0x244475+_0x1712f5(0x210)+BrowserstackCLI[_0x1712f5(0x24d)]()[_0x1712f5(0x1ed)]());if(_0x58e5c7)try{const _0x4a17c1=_0xd498c4[_0x1712f5(0x221)](checkAccessibilityPlatformConfig,_0x4d3743[_0x1712f5(0x1f1)]);process[_0x1712f5(0x244)][_0x1712f5(0x2d8)]=_0x4a17c1?_0xd498c4['XMYMz']:_0xd498c4['sYdDa'],logger[_0x1712f5(0x2ab)]('[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20'+_0x4a17c1+_0x1712f5(0x288)+process[_0x1712f5(0x244)][_0x1712f5(0x2d8)]);}catch(_0x573722){logger['debug'](_0x1712f5(0x2d1)+util[_0x1712f5(0x235)](_0x573722));}_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x2d4)]=_0x5e3ed4,_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x277)]=_0xd498c4['mZgqo'](getSerial,_0x5e3ed4,_0x3c6128),_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x2c6)]=_0xd498c4[_0x1712f5(0x29f)](getMaxWorkers,_0x3c6128,_0x4d3743[_0x1712f5(0x1f1)],_0x3ed176),_0x335e13[_0x1712f5(0x21d)]['proxySettings']=_0x4d3743[_0x1712f5(0x1f1)][_0x1712f5(0x266)],_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x289)]=_0xd498c4['xLKmT'](_0x3c6128[_0x1712f5(0x2af)],0x1)||0x1388,_0x335e13['testEnvironmentOptions'][_0x1712f5(0x275)]=_0x4d3743['config'][_0x1712f5(0x21e)][_0x1712f5(0x275)],_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x23d)]=_0x4d3743['config'][_0x1712f5(0x21e)][_0x1712f5(0x23d)],_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x2c5)]=_0x4d3743[_0x1712f5(0x1f1)][_0x1712f5(0x25a)],_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x29c)]=_0x4d3743['config'][_0x1712f5(0x29c)],_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x230)]=_0x4d3743[_0x1712f5(0x1f1)][_0x1712f5(0x250)];const _0x12b5aa=helper[_0x1712f5(0x223)](_0x4d3743[_0x1712f5(0x1f1)]);if(!helper[_0x1712f5(0x269)](_0x12b5aa)){helper[_0x1712f5(0x273)](_0x12b5aa[_0x1712f5(0x1e3)])&&(_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x2a4)]=_0x12b5aa[_0x1712f5(0x1e3)][_0x1712f5(0x2c4)]);if(helper[_0x1712f5(0x273)](_0x12b5aa[_0x1712f5(0x252)])&&helper[_0x1712f5(0x273)](_0x12b5aa['abortBuildOnFailure'][_0x1712f5(0x211)])){const _0x159252={};_0x159252[_0x1712f5(0x2a6)]=_0x12b5aa['abortBuildOnFailure'][_0x1712f5(0x2a0)],_0x159252[_0x1712f5(0x211)]=_0x12b5aa[_0x1712f5(0x252)]['workingDir'],_0x335e13[_0x1712f5(0x21d)][_0x1712f5(0x21a)]=_0x159252;}}let _0x21174a='';_0xd498c4[_0x1712f5(0x22d)](helper['getPackageType'](),constants['PACKAGE_TYPE'][_0x1712f5(0x242)])?_0x21174a=_0xd498c4[_0x1712f5(0x20b)]:_0x21174a=_0xd498c4[_0x1712f5(0x26d)];const _0x3ccf75=_0x21174a,_0x1a1ccf=path[_0x1712f5(0x21f)](__dirname,_0xd498c4[_0x1712f5(0x274)],_0xd498c4['katew']),_0x37dd7e=path['join'](__dirname,_0xd498c4['YWJBF'],_0xd498c4[_0x1712f5(0x24e)]),_0x339543=path[_0x1712f5(0x21f)](__dirname,_0xd498c4[_0x1712f5(0x274)],_0xd498c4['XPrZc']);_0x335e13[_0x1712f5(0x283)]&&(process[_0x1712f5(0x244)][_0x1712f5(0x1f9)]=_0x335e13[_0x1712f5(0x283)]);_0x335e13['testEnvironment']=path[_0x1712f5(0x21f)](__dirname,_0xd498c4['YWJBF'],_0xd498c4[_0x1712f5(0x28d)]);const _0x3f457e=_0x3ed176[_0x1712f5(0x2ac)];if(_0x3f457e&&_0xd498c4['ADslT'](_0x3f457e,_0xd498c4[_0x1712f5(0x23a)])){const _0x167a44=_0x3f457e[_0x1712f5(0x29e)](_0xd498c4[_0x1712f5(0x2aa)])?_0x3f457e:_0x1712f5(0x25e)+_0x3f457e;process['env'][_0x1712f5(0x28e)]=_0x167a44,logger[_0x1712f5(0x260)](_0x1712f5(0x29a)+_0x167a44);}_0x335e13[_0x1712f5(0x2ac)]=_0x37dd7e,_0x335e13[_0x1712f5(0x2bd)]=_0x335e13[_0x1712f5(0x2bd)]||[],_0x335e13[_0x1712f5(0x2bd)][_0x1712f5(0x2ce)](path[_0x1712f5(0x21f)](__dirname,_0xd498c4[_0x1712f5(0x2c0)]));_0xbba20b['isTestOrchestrationEnabled']()&&(_0x335e13[_0x1712f5(0x292)]=path[_0x1712f5(0x21f)](__dirname,_0xd498c4['YWJBF'],_0xd498c4['TOBYn']));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI['getInstance']()['isCliEnabled']()){let _0x1d6df2=null;try{_0x1d6df2=helper[_0x1712f5(0x26a)](_0xd498c4[_0x1712f5(0x2bf)],_0xd498c4[_0x1712f5(0x201)]);}catch(_0xc468fa){try{_0x1d6df2=helper['requireModule'](_0xd498c4[_0x1712f5(0x245)],_0xd498c4['PVwel']);}catch(_0x5ba8e8){_0xd498c4[_0x1712f5(0x286)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x5ba8e8);}}_0x1d6df2&&(testhubUtils[_0x1712f5(0x26c)]()&&_0x335e13[_0x1712f5(0x2bd)]['push'](path[_0x1712f5(0x21f)](__dirname,_0xd498c4['ylbLh'],_0xd498c4[_0x1712f5(0x1ea)])),_0x335e13[_0x1712f5(0x1fb)]=path[_0x1712f5(0x21f)](__dirname,_0xd498c4[_0x1712f5(0x274)],_0xd498c4[_0x1712f5(0x20f)]));}_0x335e13[_0x1712f5(0x22c)]=_0x335e13['setupFiles']||[];try{helper[_0x1712f5(0x1f4)](),_0x335e13[_0x1712f5(0x22c)][_0x1712f5(0x2ce)](path['join'](__dirname,_0xd498c4[_0x1712f5(0x2bb)]));}catch{logger[_0x1712f5(0x2ab)](_0xd498c4[_0x1712f5(0x2c2)]);}try{helper[_0x1712f5(0x2dd)][_0x1712f5(0x243)](null,[_0xd498c4[_0x1712f5(0x1e5)],_0xd498c4[_0x1712f5(0x27c)]]),logger[_0x1712f5(0x2ab)](_0xd498c4[_0x1712f5(0x25b)]),_0x335e13[_0x1712f5(0x22c)][_0x1712f5(0x2ce)](path['join'](__dirname,_0xd498c4[_0x1712f5(0x296)]));}catch(_0x3f3b03){logger[_0x1712f5(0x2ab)](_0xd498c4[_0x1712f5(0x241)],_0x3f3b03);}if(_0xd498c4['pdPmd'](!_0x58e5c7,_0x4049ff)){try{logger[_0x1712f5(0x2ab)](_0xd498c4[_0x1712f5(0x1f6)]),_0x335e13['setupFilesAfterEnv'][_0x1712f5(0x2ce)](path['join'](__dirname,'..',_0xd498c4[_0x1712f5(0x291)],_0xd498c4[_0x1712f5(0x296)]));}catch(_0x137373){logger[_0x1712f5(0x2ab)]('Puppeteer\x20setup\x20error:\x20'+_0x137373[_0x1712f5(0x2c7)]);}try{const _0x31b1c8=require[_0x1712f5(0x236)](_0xd498c4[_0x1712f5(0x2d9)]),_0x369d07=path['dirname'](_0x31b1c8)[_0x1712f5(0x22f)](/\\/g,'/'),_0x260bec={};_0x260bec[_0x1712f5(0x270)]=_0x369d07+_0x1712f5(0x1e2),_0x335e13[_0x1712f5(0x1e0)]=Object[_0x1712f5(0x2a9)]({},_0x335e13[_0x1712f5(0x1e0)]||{},_0x260bec),logger[_0x1712f5(0x2ab)](_0x1712f5(0x25d)+_0x369d07);}catch(_0x115ca5){logger['debug'](_0x1712f5(0x24c)+_0x115ca5[_0x1712f5(0x2c7)]);}}_0x335e13[_0x1712f5(0x2db)]=_0x335e13[_0x1712f5(0x2db)]||[_0xd498c4[_0x1712f5(0x29d)]],_0xd498c4['imJST'](updateTestRerunConfig,_0x335e13,_0x4d3743);const _0x17d4c5=fs[_0x1712f5(0x222)](_0x339543),_0x7519ac=helper[_0x1712f5(0x228)](_0xd498c4[_0x1712f5(0x1fd)],_0xd498c4[_0x1712f5(0x2bc)]);!_0x7519ac[_0x1712f5(0x2a2)]?fs[_0x1712f5(0x248)](_0x335e13[_0x1712f5(0x2ac)],_0x1712f5(0x2d0)+_0x17d4c5+'\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'+_0x4d3743[_0x1712f5(0x1f1)]['platforms'][_0x1712f5(0x280)]+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20'):fs[_0x1712f5(0x248)](_0x335e13[_0x1712f5(0x2ac)],_0x1712f5(0x2d0)+_0x17d4c5+_0x1712f5(0x1fc)+_0x4d3743[_0x1712f5(0x1f1)][_0x1712f5(0x250)]['length']+_0x1712f5(0x2d5));logger[_0x1712f5(0x260)](_0x1712f5(0x29b)+_0x3ccf75+_0x1712f5(0x2d7)),fs['writeFileSync'](_0x3ccf75,'const\x20config='+JSON[_0x1712f5(0x251)](_0x335e13)+'\x0amodule.exports\x20=\x20config;');if(_0xbba20b[_0x1712f5(0x20c)]()){logger[_0x1712f5(0x2ab)](_0xd498c4[_0x1712f5(0x28f)]);const _0x3d40aa=await _0xbba20b[_0x1712f5(0x2a8)](_0x335e13,_0x297317[_0x1712f5(0x297)](0x1),_0x3ccf75);logger[_0x1712f5(0x2ab)](_0x1712f5(0x1f5)+JSON[_0x1712f5(0x251)](_0x3d40aa)+_0x1712f5(0x208));const _0x454786=await _0xbba20b[_0x1712f5(0x2b7)](_0x3d40aa);logger[_0x1712f5(0x2ab)](_0x1712f5(0x26b)+JSON['stringify'](_0x454786)),_0x454786&&_0xd498c4[_0x1712f5(0x1f3)](_0x454786['length'],0x0)&&(process[_0x1712f5(0x244)][_0x1712f5(0x205)]=_0x454786?.[_0x1712f5(0x21f)](','));}logger['info'](_0xd498c4['myzOy']);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails[_0x1712f5(0x261)]();helper[_0x1712f5(0x1f8)]({},_0x297317),PerformanceTester[_0x1712f5(0x2c9)](PerformanceEvents[_0x1712f5(0x2a3)]);const _0x47c0ea=[_0xd498c4[_0x1712f5(0x1ef)],_0xd498c4['mWhNO'],_0x3ccf75,..._0x297317['slice'](0x1)];process['env'][_0x1712f5(0x226)]=process['env'][_0x1712f5(0x226)]||_0xd498c4[_0x1712f5(0x1ef)];const _0x1ab1d5=_0xd498c4[_0x1712f5(0x24a)](spawn,_0xd498c4[_0x1712f5(0x254)],_0x47c0ea,{'shell':_0xd498c4[_0x1712f5(0x22d)](process[_0x1712f5(0x2c8)],_0xd498c4['ipaJW']),'stdio':_0xd498c4[_0x1712f5(0x214)],'env':Object[_0x1712f5(0x2a9)]({},process['env'])});_0x1ab1d5['on'](_0xd498c4['SCEWN'],async _0x33fdf3=>{const _0x3254fa=_0x1712f5;PerformanceTester[_0x3254fa(0x232)](PerformanceEvents[_0x3254fa(0x268)]),process[_0x3254fa(0x1fe)]=_0x33fdf3,logger[_0x3254fa(0x2ab)](_0x3254fa(0x287)+_0x33fdf3),logger[_0x3254fa(0x260)](_0x3254fa(0x27f)+_0x3ccf75);if(helper[_0x3254fa(0x273)](_0x12b5aa)&&helper[_0x3254fa(0x273)](_0x12b5aa[_0x3254fa(0x252)])&&fs[_0x3254fa(0x239)](_0x12b5aa['abortBuildOnFailure']['workingDir']))try{const _0x1a922c={};_0x1a922c[_0x3254fa(0x1f7)]=!![],_0x1a922c[_0x3254fa(0x1eb)]=!![],fs[_0x3254fa(0x256)](_0x12b5aa[_0x3254fa(0x252)][_0x3254fa(0x211)],_0x1a922c),logger[_0x3254fa(0x2ab)](_0x3254fa(0x204)+_0x12b5aa[_0x3254fa(0x252)][_0x3254fa(0x211)]);}catch(_0x1a83a6){logger[_0x3254fa(0x2a2)](_0x3254fa(0x2b0)+_0x1a83a6);}let _0xb8a8a3=null;if(fs[_0x3254fa(0x239)](_0x1a1ccf)){_0xb8a8a3=fs[_0x3254fa(0x222)](_0x1a1ccf);try{_0xb8a8a3=JSON[_0x3254fa(0x2b6)](_0xb8a8a3);}catch(_0x1c7a08){logger[_0x3254fa(0x2ab)](_0x3254fa(0x218)+_0x1a1ccf+',\x20'+_0xb8a8a3+_0x3254fa(0x22a)+_0x1c7a08);}fs['unlinkSync'](_0x1a1ccf);}fs[_0x3254fa(0x2cc)](_0x3ccf75),fs[_0x3254fa(0x2cc)](_0x37dd7e),_0xb8a8a3&&(_0x4d3743[_0x3254fa(0x2ae)]=helper[_0x3254fa(0x281)](_0xb8a8a3,_0xd498c4[_0x3254fa(0x1ef)],_0x4d3743));const _0x3e0753=BrowserstackCLI[_0x3254fa(0x2d3)]();try{await TestHubHandler[_0x3254fa(0x2da)](),await BrowserstackCLI['getInstance']()[_0x3254fa(0x2da)]();}catch(_0x35d4c6){console[_0x3254fa(0x2b4)](_0x35d4c6),_0xd498c4[_0x3254fa(0x221)](debug,_0x3254fa(0x267)+util[_0x3254fa(0x235)](_0x35d4c6));}testOpsHelper[_0x3254fa(0x27d)](),TestDetails[_0x3254fa(0x2cd)](),await utilities[_0x3254fa(0x26e)](_0x4d3743,_0x3e0753);});}module['exports']=run;function a21_0x1525(_0x4d9b61,_0x447998){const _0x1afc65=a21_0x1afc();return a21_0x1525=function(_0x152510,_0x26bc14){_0x152510=_0x152510-0x1e0;let _0x18b0e4=_0x1afc65[_0x152510];return _0x18b0e4;},a21_0x1525(_0x4d9b61,_0x447998);}function a21_0x1afc(){const _0x2e7714=['resolveModule','prepareCapabilities','\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','setupFiles','zOBsD','../../helpers/testhub/utils','replace','platformCaps','mjs','start','690650rOhNCl','SlSCq','format','resolve','jest-circus','Qrkwn','existsSync','whjDv','./test-observability/helper','child_process','skipSessionStatus','package.json','test.setup.js','TvrYY','yogDi','MODULE','apply','env','BhjQF','4FIEgyz','../../helpers/percy/utils','writeFileSync','maxWorkers','oFaQa','153200bIdoeg','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','getInstance','nVtKe','BROWSERSTACK_CAPABILITIES','platforms','stringify','abortBuildOnFailure','jest_browserstack.config.cjs','NyPVt','../../helpers/logger','rmSync','true','../../helpers/accessibility-automation/helper','ibryl','logLevel','uWGMs','../../helpers/performance/constants','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','jest-runner-','../../helpers/testhub/testhubHandler','info','setup','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','customTestRunnerTemplate.js','USER_CONFIG_DETAILS_PATH','jest_browserstack.config.js','proxySettings','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','SDK_CLEANUP','isEmpty','requireModule','Reodered\x20Test\x20Files:\x20','shouldProcessEventForTesthub','lPXnb','finalExecution','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','^puppeteer-core/internal/(.*)','getPackageVersion','@playwright/test','isNotUndefined','YWJBF','skipSessionName','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','serial__','jest.config.','1260918sblEVs','../../helpers/playwright-helper','jest-runner','fgfln','printBuildLink','../../helpers/performance/performance-tester','Deleting\x20','length','getErrorMessageFromResults','npx','testEnvironment','@jest/core/build/ReporterDispatcher.js','CWjbp','KGfdy','child\x20process\x20exited\x20with\x20code\x20',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','timeout__','WShoO','198ZKqEBV','initialize','GdQsb','BSTACK_USER_JEST_RUNNER','oIDOL','puppeteer-core/package.json','GfRTh','testSequencer','--config','jest-circus/build/runner.js','JSuLS','VZJtx','slice','qlCDn','customSequencer.js','Preserving\x20user\x27s\x20Jest\x20runner:\x20','Creating\x20','turboScaleUrl','gioZj','startsWith','GpJba','maxFailures','BlToy','error','SDK_SETUP','retries__','setupBrowserstackLocal','failureThresholdCount','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','findTestFiles','assign','Ohhxn','debug','runner','customCircus.js','errorMessage','testTimeout','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','../../helpers/test-observability/constants','Getting\x20your\x20jest\x20configs\x20from\x20package.json','findIndex','log','cwd','parse','reorderTestFiles','__isPlaywrightInstalled','1032850pFFYhT','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','FVlYu','sVGrv','setupFilesAfterEnv','../../helpers/puppeteer-helper','CplsE','lluHz','getHubUrl','shvWf','../utils/constants','maxRetries','browserStackLogLevel','parallels__','message','platform','end','accessibility','inherit','unlinkSync','shutdown','push','965877ODwIHl','\x0a\x20\x20\x20\x20\x20\x20','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','585933fYefaS','isCLIEnabled','capabilities',';\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','runInBand','\x20with\x20browserstack\x20jest\x20configs','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','zLgRb','stop','reporters','cjs','requirePWModule','../../helpers/utilities','moduleNameMapper','launchBuild','/internal/$1','retryTestsOnFailure','data-hooks.js','GrIlO','jest','../../helpers/BrowserStackSetup','../../helpers/helper','isBrowserstackInfra','lpuox','force','JDabg','isRunning','ZMaGD','FLoKJ','parallelsPerPlatform','config','251644gTbbLN','YeMjX','requireSeleniumWebdriver','Found:\x20','xZWVG','recursive','filterBrowserstackArgs','BSTACK_JEST_TEST_ENV','testObservability','testRunner','\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','SToJI','exitCode','QRIcm','JEST','PVwel','checkAccessibilityPlatformConfig','__isPuppeteerInstalled','Deleted\x20fail-fast\x20state\x20folder:\x20','JEST_TEST_ORDER','useW3C','./test-observability/test-details','\x20test\x20files\x20to\x20run.','isUndefined','false','CRpdw','isTestOrchestrationEnabled','GZoVD','win32','qlEON',',\x20CLI\x20running:\x20','workingDir','jest.setup.js','jest-config','gVepg','readInitialOptions','mZgqo','test_before.setup.js','Error\x20while\x20parsing\x20','@jest/core','failFast','FRAMEWORKS','../../helpers/test-observability/utils','testEnvironmentOptions','testContextOptions','join','default','WBoHS','readFileSync','parseTestOrchestrationOptions','test-observability','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_FRAMEWORK','jest_browserstack_results.json'];a21_0x1afc=function(){return _0x2e7714;};return a21_0x1afc();}
2
+ 'use strict';function a21_0x1b9f(_0x3f4035,_0x24e7ae){const _0x406d9e=a21_0x406d();return a21_0x1b9f=function(_0x1b9f8e,_0x4408ec){_0x1b9f8e=_0x1b9f8e-0xea;let _0x396c3f=_0x406d9e[_0x1b9f8e];return _0x396c3f;},a21_0x1b9f(_0x3f4035,_0x24e7ae);}const a21_0x2da262=a21_0x1b9f;(function(_0x5e40ef,_0x15f48c){const _0x1fd166=a21_0x1b9f,_0x7eadc=_0x5e40ef();while(!![]){try{const _0x11c913=-parseInt(_0x1fd166(0x1de))/0x1*(-parseInt(_0x1fd166(0x1d6))/0x2)+parseInt(_0x1fd166(0x1cd))/0x3+parseInt(_0x1fd166(0x166))/0x4*(parseInt(_0x1fd166(0x1f2))/0x5)+-parseInt(_0x1fd166(0x136))/0x6+parseInt(_0x1fd166(0x1e9))/0x7+parseInt(_0x1fd166(0x11a))/0x8*(-parseInt(_0x1fd166(0x108))/0x9)+-parseInt(_0x1fd166(0x128))/0xa;if(_0x11c913===_0x15f48c)break;else _0x7eadc['push'](_0x7eadc['shift']());}catch(_0x391f77){_0x7eadc['push'](_0x7eadc['shift']());}}}(a21_0x406d,0xbf7ec));function a21_0x406d(){const _0x32fac0=['Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','readFileSync','qlOVR','ujPin','customCircus.js','mNNKR','isNotUndefined','../../helpers/testhub/testhubHandler','ttcPZ','@playwright/test','../../helpers/BrowserStackSetup','BROWSERSTACK_TEST_OBSERVABILITY_YML','pFUko','jest-config/build/readConfigFileAndSetRootDir.js','MgNqE','findIndex','printBuildLink','shouldProcessEventForTesthub','customTestRunnerTemplate.js','FFyZU','FEUmR','opPKU','mjs','apply','BCGAn','format','runner','Deleted\x20fail-fast\x20state\x20folder:\x20','shutdown','testObservability','\x0a\x20\x20\x20\x20\x20\x20','USER_CONFIG_DETAILS_PATH','maxFailures','env','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','accessibilityOptions','isUndefined','info','aDXCy','KQRBl','getPackageVersion','failureThresholdCount','Unable\x20to\x20find\x20jest-circus,\x20','YWQQQ','accessibility','setupFilesAfterEnv','requireSeleniumWebdriver','handleApp','true','Afaba','parse','logLevel','end','Creating\x20','../utils/constants','DWhhz','SDK_CLEANUP','workingDir','obIAq','mnJJC','serial__','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','capabilities','testContextOptions','test.setup.js','child_process','stop','\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','BROWSERSTACK_FRAMEWORK','jNszO','EVENTS','puppeteer','splice','../../helpers/testhub/utils','force','GYBKn','rXaTu','testSequencer','2651808yLoNzf','./test-observability/helper','jest-circus','maxWorkers','replace','../../helpers/performance/performance-tester','jest-runner','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','setupBrowserstackLocal','3118DWbMWP','initialize','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','abortBuildOnFailure','eiogW','push','ZmtcT','ngpfD','413UxZXbs','njYLp','BROWSERSTACK_TEST_ACCESSIBILITY_YML','platformCaps','FRAMEWORKS','jest','../../helpers/logger','jest-runner-','isCliEnabled','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','\x0amodule.exports\x20=\x20config;','3997112Zqrbpy','resolve','customSequencer.js','jest_browserstack.config.js','inherit','dgUgg','skipSessionName','platform','getHubUrl','35uUznCC','join','Getting\x20your\x20jest\x20configs\x20from\x20','parallels__','uGjIz','isRunning','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','jest-config','startsWith','testEnvironment','\x20test\x20files\x20to\x20run.','package.json','ShyOw','writeFileSync','path','length','recursive','browserStackPercyOptions','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','../../helpers/test-observability/constants','aYwcM','Puppeteer\x20setup\x20error:\x20','testEnvironmentOptions','BSTACK_USER_JEST_RUNNER','VdqlV','FyNtg','Mqvpo','default','filterBrowserstackArgs','tpRmR','debug','runInBand','error','106317XiGnFe','OmUnv','jest_browserstack_results.json','../../helpers/accessibility-automation/helper','../v2/browserstackCLI','util','json','oBpxo',',\x20CLI\x20running:\x20','qvslI','cwd','DPcvV','customImplements','getInstance','npx','jest.config.','stringify','BSTACK_JEST_TEST_ENV','488QDjhJs','message','rmSync','../../helpers/test-observability/utils','requireModule','exports','FClsL','../../helpers/puppeteer-helper','existsSync','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','finalExecution','iaASr','^puppeteer-core/internal/(.*)','dirname','11782420BYjyGZ','exitCode','zlkAg',';\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','utQtj','unlinkSync','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','false','close','GXeXb','XNlgK','data-hooks.js','turboScaleUrl','Preserving\x20user\x27s\x20Jest\x20runner:\x20','5841282UnnJpb','ZvarJ','aenqG','customEnvironment.js','../../helpers/helper','JEST','testRunner','slice','browserStackLogLevel','retries__','/internal/$1','start','setup','--config','platforms','parseTestOrchestrationOptions','win32','\x20:\x20','launchBuild','parallelsPerPlatform','isTestOrchestrationEnabled','Fnpze','EAQvv','child\x20process\x20exited\x20with\x20code\x20','prepareCapabilities','\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','skipSessionStatus','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','jest_browserstack.config.cjs','cjs','MODULE','reporters','BROWSERSTACK_CAPABILITIES',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','getErrorMessageFromResults','nNlUG','yHfzd','Wuxcn','@jest/core','const\x20config=','VjyyL','Found:\x20','assign','jest.setup.js','rZhqX','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','maxRetries','playwright','890244HXmQUr','vIpAU','retryTestsOnFailure','findTestFiles','../../helpers/utilities','tWThn','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','pJzmX','GNgIK','winstonLogger','checkAccessibilityPlatformConfig','\x20with\x20browserstack\x20jest\x20configs','readInitialOptions','fvRhv','DrKup','Getting\x20your\x20jest\x20configs\x20from\x20package.json','Reodered\x20Test\x20Files:\x20','../utils/clientTroubleshootingService','oFktg','config','setupFiles','Deleting\x20','testTimeout','pnimO','moduleNameMapper'];a21_0x406d=function(){return _0x32fac0;};return a21_0x406d();}const fs=require('fs'),path=require(a21_0x2da262(0xf5)),util=require(a21_0x2da262(0x10d)),{spawn}=require(a21_0x2da262(0x1c0)),logger=require(a21_0x2da262(0x1e4))[a21_0x2da262(0x16f)],{default:BrowserStackSetup}=require(a21_0x2da262(0x189)),helper=require(a21_0x2da262(0x13a)),utilities=require(a21_0x2da262(0x16a)),constants=require(a21_0x2da262(0x1b5)),accessibilityHelper=require(a21_0x2da262(0x10b)),{updateTestRerunConfig}=require(a21_0x2da262(0x1ce)),testOpsHelper=require(a21_0x2da262(0x11d)),{debug}=require(a21_0x2da262(0x11d)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require(a21_0x2da262(0x186)),testhubUtils=require(a21_0x2da262(0x1c8)),{FRAMEWORKS}=require(a21_0x2da262(0xfa)),PerformanceTester=require(a21_0x2da262(0x1d2)),PerformanceEvents=require('../../helpers/performance/constants')[a21_0x2da262(0x1c5)],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),BrowserstackCLI=require(a21_0x2da262(0x10c)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a21_0x2da262(0x121)),ClientTroubleShootingService=require(a21_0x2da262(0x177)),{checkAccessibilityPlatformConfig}=require(a21_0x2da262(0x10b)),getUserJestConfigs=async(_0x5a9d7b,_0x1e0c10)=>{const _0xdb0bbe=a21_0x2da262,_0x15f2da={'TOtOz':_0xdb0bbe(0x18c),'aenqG':_0xdb0bbe(0xee),'eiogW':function(_0x2761e2,_0x2908fc){return _0x2761e2||_0x2908fc;},'utQtj':function(_0x120246,_0xcb863e){return _0x120246(_0xcb863e);},'dgUgg':_0xdb0bbe(0xf2),'AmwKb':_0xdb0bbe(0x175),'rXaTu':_0xdb0bbe(0x195),'itABJ':_0xdb0bbe(0x153),'qvslI':_0xdb0bbe(0x10e)};let _0x252b51;try{_0x252b51=helper[_0xdb0bbe(0x11e)](_0x15f2da['TOtOz'],_0x15f2da[_0xdb0bbe(0x138)]);}catch{const _0x2ea8ed=helper[_0xdb0bbe(0x11e)](_0x15f2da[_0xdb0bbe(0x138)]);_0x252b51={'default':async _0x4955a5=>{const _0x498cee=_0xdb0bbe,_0x1e5fdb=await _0x2ea8ed[_0x498cee(0x172)](_0x4955a5,{});return _0x1e5fdb[_0x498cee(0x179)];}};}const _0x53f6d8=_0x1e0c10[_0xdb0bbe(0x18e)](_0x2cdecb=>_0x2cdecb===_0xdb0bbe(0x143));if(!helper['isUndefined'](_0x5a9d7b[_0xdb0bbe(0x179)])){logger[_0xdb0bbe(0x1a4)](_0xdb0bbe(0x1f4)+_0x5a9d7b[_0xdb0bbe(0x179)]),process[_0xdb0bbe(0x1a0)][_0xdb0bbe(0x19e)]=_0x5a9d7b[_0xdb0bbe(0x179)];const _0x2290e4=await(0x0,_0x252b51[_0xdb0bbe(0x102)])(path['resolve'](_0x5a9d7b[_0xdb0bbe(0x179)]));return _0x1e0c10[_0xdb0bbe(0x1c7)](_0x53f6d8,0x2),_0x15f2da[_0xdb0bbe(0x1da)](_0x2290e4,{});}const _0x2daba3=_0x15f2da[_0xdb0bbe(0x12c)](require,path[_0xdb0bbe(0x1f3)](process[_0xdb0bbe(0x112)](),_0x15f2da[_0xdb0bbe(0x1ee)]));if(_0x2daba3['jest'])return logger[_0xdb0bbe(0x1a4)](_0x15f2da['AmwKb']),_0x2daba3[_0xdb0bbe(0x1e3)];const _0x47077d=['js',_0x15f2da[_0xdb0bbe(0x1cb)],_0x15f2da['itABJ'],_0x15f2da[_0xdb0bbe(0x111)],'ts'];for(const _0x14347e of _0x47077d){const _0x538235=path[_0xdb0bbe(0x1f3)](process[_0xdb0bbe(0x112)](),_0xdb0bbe(0x117)+_0x14347e);if(fs[_0xdb0bbe(0x122)](_0x538235)){process[_0xdb0bbe(0x1a0)]['USER_CONFIG_DETAILS_PATH']=_0x538235;const _0x2982bc=await(0x0,_0x252b51[_0xdb0bbe(0x102)])(_0x538235);return _0x2982bc;}}return{};},getSerial=(_0x31cb54,_0x29ede5)=>{const _0x30e234=a21_0x2da262,_0x535062={};_0x535062[_0x30e234(0x193)]=_0x30e234(0x1af),_0x535062[_0x30e234(0x16d)]=function(_0x501e6b,_0x3ffb49){return _0x501e6b>_0x3ffb49;},_0x535062[_0x30e234(0x1dd)]=function(_0x252f9c,_0x307bfa){return _0x252f9c>_0x307bfa;},_0x535062[_0x30e234(0x184)]=_0x30e234(0x12f);const _0x54651c=_0x535062;let _0x1fa58a=_0x54651c[_0x30e234(0x193)];return _0x54651c[_0x30e234(0x16d)](_0x31cb54[_0x30e234(0xf6)],0x1)&&(!_0x29ede5[_0x30e234(0x106)]&&(helper['isUndefined'](_0x29ede5[_0x30e234(0x1d0)])||_0x54651c[_0x30e234(0x1dd)](_0x29ede5[_0x30e234(0x1d0)],0x1)))&&(_0x1fa58a=_0x54651c[_0x30e234(0x184)]),_0x1fa58a;},getMaxWorkers=(_0xb9e72f,_0x4d97ae,_0x18f3c2)=>{const _0x171cbd=a21_0x2da262,_0x30a196={'jNszO':function(_0xaf8e6,_0xe486b7){return _0xaf8e6(_0xe486b7);}};let _0x58078b=0x1;if(!helper[_0x171cbd(0x1a3)](_0x4d97ae['parallelsPerPlatform']))_0x58078b=_0x30a196[_0x171cbd(0x1c4)](parseInt,_0x4d97ae[_0x171cbd(0x149)]);else{if(!helper[_0x171cbd(0x1a3)](_0xb9e72f[_0x171cbd(0x1d0)]))_0x58078b=_0xb9e72f[_0x171cbd(0x1d0)];else!helper[_0x171cbd(0x1a3)](_0x18f3c2[_0x171cbd(0x1d0)])&&(_0x58078b=_0x18f3c2[_0x171cbd(0x1d0)]);}return _0x58078b;};async function run(_0xe6b467,_0x344f5d,_0x3ee232){const _0x130191=a21_0x2da262,_0xcb9a53={'GYBKn':'jest','uGjIz':function(_0x1e0e2d,_0x49fc25){return _0x1e0e2d(_0x49fc25);},'XNlgK':_0x130191(0x188),'aDXCy':function(_0x41ed03){return _0x41ed03();},'ZvarJ':function(_0x54170d,_0x5eb04d,_0x51053a,_0x24593a){return _0x54170d(_0x5eb04d,_0x51053a,_0x24593a);},'GXeXb':function(_0x46434d,_0x7a5a23){return _0x46434d!=_0x7a5a23;},'GNgIK':_0x130191(0x1af),'VdqlV':function(_0x5965e0,_0x808393,_0x38c175){return _0x5965e0(_0x808393,_0x38c175);},'qlOVR':_0x130191(0xf9),'MgNqE':function(_0x240566,_0x2afff5){return _0x240566(_0x2afff5);},'pFUko':function(_0x386d33,_0x2c8448){return _0x386d33(_0x2c8448);},'oBpxo':_0x130191(0x12f),'rZhqX':function(_0x3461d6,_0x5d27f4,_0x5c3f7f,_0x365632){return _0x3461d6(_0x5d27f4,_0x5c3f7f,_0x365632);},'ZmtcT':function(_0x524cb0,_0xeb0583){return _0x524cb0*_0xeb0583;},'oFktg':function(_0x3c86ff,_0x40bea9){return _0x3c86ff===_0x40bea9;},'DPcvV':_0x130191(0x152),'ZDQOe':_0x130191(0x1ec),'obIAq':_0x130191(0x114),'njYLp':_0x130191(0x10a),'zlkAg':'customTestRunner.js','ShyOw':_0x130191(0x191),'OmUnv':_0x130191(0x139),'jUazW':function(_0x351527,_0x4b5239){return _0x351527!==_0x4b5239;},'vIpAU':_0x130191(0x1d3),'YWQQQ':'jest-runner-','ttcPZ':_0x130191(0x161),'NaHuK':_0x130191(0x1eb),'FClsL':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','DrKup':_0x130191(0x1cf),'ptShW':'jest-circus/build/runner.js','DWhhz':function(_0x3aa97c,_0x1b1e24){return _0x3aa97c(_0x1b1e24);},'yHfzd':'test-observability','MATJJ':_0x130191(0x133),'PvXZP':_0x130191(0x183),'Afaba':'test_before.setup.js','ujPin':_0x130191(0x123),'aYwcM':_0x130191(0x165),'opPKU':_0x130191(0x1d8),'tWThn':_0x130191(0x1bf),'Fnpze':_0x130191(0x151),'mnJJC':function(_0x112774,_0x3d4013){return _0x112774&&_0x3d4013;},'ZKkBM':_0x130191(0x163),'EAQvv':_0x130191(0x1c6),'fvRhv':'puppeteer-core/package.json','Wuxcn':'default','Mqvpo':function(_0x36ee8c,_0x3fc3d6,_0x5b6a7b){return _0x36ee8c(_0x3fc3d6,_0x5b6a7b);},'pnimO':'@jest/core/build/ReporterDispatcher.js','iaASr':_0x130191(0x15c),'KQRBl':_0x130191(0x1d4),'IAlgJ':function(_0x3848d3,_0x3b4982){return _0x3848d3>_0x3b4982;},'BCGAn':_0x130191(0x17f),'FyNtg':_0x130191(0x143),'FFyZU':_0x130191(0x116),'nNlUG':function(_0x1eca75,_0x141d8d){return _0x1eca75===_0x141d8d;},'kItWk':_0x130191(0x146),'tpRmR':_0x130191(0x1ed),'VjyyL':_0x130191(0x130)},_0x2946e9=helper[_0x130191(0x1a7)](_0xcb9a53[_0x130191(0x132)]);global['__isPlaywrightInstalled']=!!_0x2946e9;const _0xa1a105=_0xcb9a53[_0x130191(0x1a5)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0xa1a105;helper['isBrowserstackInfra']()&&(await _0x3ee232[_0x130191(0x1d7)](_0xe6b467),await helper[_0x130191(0x1ae)](_0x3ee232[_0x130191(0x179)]));if(_0x2946e9)await _0xcb9a53[_0x130191(0x137)](checkPwandBootstrapCli,_0x2946e9,constants[_0x130191(0x1e2)][_0x130191(0x13b)],_0x3ee232);else _0xa1a105&&await _0xcb9a53[_0x130191(0x137)](checkPuppeteerAndBootstrapCli,_0xa1a105,constants[_0x130191(0x1e2)]['JEST'],_0x3ee232);!BrowserstackCLI['getInstance']()[_0x130191(0xeb)]()&&await _0x3ee232[_0x130191(0x1d5)]();if(!_0x3ee232['config'])return;_0xcb9a53[_0x130191(0x131)](_0x3ee232[_0x130191(0x179)][_0x130191(0x19c)],null)?process[_0x130191(0x1a0)][_0x130191(0x18a)]=_0x3ee232[_0x130191(0x179)]['testObservability']:process[_0x130191(0x1a0)][_0x130191(0x18a)]=_0xcb9a53[_0x130191(0x16e)];const _0x2e7119=new TestOrchestrationHandler(_0x3ee232[_0x130191(0x179)]),_0xffe2d7=await _0xcb9a53[_0x130191(0xff)](getUserJestConfigs,_0xe6b467,_0x344f5d);logger[_0x130191(0x1a4)](_0xcb9a53[_0x130191(0x181)]);const _0x557b3e=Object[_0x130191(0x160)]({},_0xffe2d7);_0x557b3e[_0x130191(0xfd)]=Object[_0x130191(0x160)]({},_0x557b3e['testEnvironmentOptions'],{'server':helper[_0x130191(0x1f1)](_0x3ee232[_0x130191(0x179)]),'environment':_0xffe2d7[_0x130191(0xf0)]}),_0x557b3e[_0x130191(0xfd)][_0x130191(0xf8)]=_0xcb9a53[_0x130191(0x18d)](getPercyOptions,_0x3ee232[_0x130191(0x179)]);const _0x132578=helper['useW3C'](_0x3ee232[_0x130191(0x179)]);!helper['isUndefined'](_0x3ee232[_0x130191(0x179)][_0x130191(0x1a2)])&&(process[_0x130191(0x1a0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x130191(0x118)](_0x3ee232[_0x130191(0x179)][_0x130191(0x1a2)]));if(!BrowserstackCLI[_0x130191(0x115)]()[_0x130191(0xeb)]()){const _0x309060=await TestHubHandler[_0x130191(0x148)](FRAMEWORKS[_0x130191(0x13b)],_0x3ee232);}const _0x4ea66a=helper[_0x130191(0x14e)](_0x3ee232[_0x130191(0x179)],_0x132578,constants[_0x130191(0x1e2)][_0x130191(0x13b)]);process[_0x130191(0x1a0)][_0x130191(0x156)]=JSON[_0x130191(0x118)](_0x4ea66a);let _0x146503=_0x3ee232[_0x130191(0x179)][_0x130191(0x1ab)];_0x146503=_0x146503||accessibilityHelper[_0x130191(0x170)](_0x3ee232[_0x130191(0x179)]),process[_0x130191(0x1a0)][_0x130191(0x1e0)]=_0x146503,logger[_0x130191(0x105)](_0x130191(0x1bc)+_0x146503+_0x130191(0x110)+BrowserstackCLI[_0x130191(0x115)]()[_0x130191(0xeb)]());if(_0x2946e9)try{const _0x1e0594=_0xcb9a53[_0x130191(0x18b)](checkAccessibilityPlatformConfig,_0x3ee232[_0x130191(0x179)]);process['env'][_0x130191(0x1e7)]=_0x1e0594?_0xcb9a53['GNgIK']:_0xcb9a53[_0x130191(0x10f)],logger[_0x130191(0x105)](_0x130191(0x16c)+_0x1e0594+_0x130191(0x157)+process[_0x130191(0x1a0)][_0x130191(0x1e7)]);}catch(_0x35641d){logger[_0x130191(0x105)]('Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20'+util['format'](_0x35641d));}_0x557b3e['testEnvironmentOptions'][_0x130191(0x1bd)]=_0x4ea66a,_0x557b3e['testEnvironmentOptions'][_0x130191(0x1bb)]=_0xcb9a53[_0x130191(0xff)](getSerial,_0x4ea66a,_0xe6b467),_0x557b3e[_0x130191(0xfd)][_0x130191(0x1f5)]=_0xcb9a53[_0x130191(0x162)](getMaxWorkers,_0xe6b467,_0x3ee232[_0x130191(0x179)],_0xffe2d7),_0x557b3e[_0x130191(0xfd)]['proxySettings']=_0x3ee232[_0x130191(0x179)]['proxySettings'],_0x557b3e[_0x130191(0xfd)]['timeout__']=_0xcb9a53[_0x130191(0x1dc)](_0xe6b467[_0x130191(0x17c)],0x1)||0x1388,_0x557b3e[_0x130191(0xfd)][_0x130191(0x1ef)]=_0x3ee232[_0x130191(0x179)][_0x130191(0x1be)][_0x130191(0x1ef)],_0x557b3e[_0x130191(0xfd)][_0x130191(0x150)]=_0x3ee232[_0x130191(0x179)][_0x130191(0x1be)]['skipSessionStatus'],_0x557b3e[_0x130191(0xfd)][_0x130191(0x13e)]=_0x3ee232[_0x130191(0x179)][_0x130191(0x1b2)],_0x557b3e['testEnvironmentOptions']['turboScaleUrl']=_0x3ee232[_0x130191(0x179)][_0x130191(0x134)],_0x557b3e[_0x130191(0xfd)][_0x130191(0x1e1)]=_0x3ee232[_0x130191(0x179)][_0x130191(0x144)];const _0x43072e=helper[_0x130191(0x145)](_0x3ee232[_0x130191(0x179)]);if(!helper['isEmpty'](_0x43072e)){helper[_0x130191(0x185)](_0x43072e['retryTestsOnFailure'])&&(_0x557b3e[_0x130191(0xfd)][_0x130191(0x13f)]=_0x43072e[_0x130191(0x168)][_0x130191(0x164)]);if(helper[_0x130191(0x185)](_0x43072e['abortBuildOnFailure'])&&helper['isNotUndefined'](_0x43072e['abortBuildOnFailure'][_0x130191(0x1b8)])){const _0x1734c9={};_0x1734c9[_0x130191(0x1a8)]=_0x43072e[_0x130191(0x1d9)][_0x130191(0x19f)],_0x1734c9[_0x130191(0x1b8)]=_0x43072e[_0x130191(0x1d9)][_0x130191(0x1b8)],_0x557b3e[_0x130191(0xfd)]['failFast']=_0x1734c9;}}let _0x396d59='';_0xcb9a53[_0x130191(0x178)](helper['getPackageType'](),constants['PACKAGE_TYPE'][_0x130191(0x154)])?_0x396d59=_0xcb9a53[_0x130191(0x113)]:_0x396d59=_0xcb9a53['ZDQOe'];const _0x5918e7=_0x396d59,_0x490ae8=path['join'](__dirname,_0xcb9a53[_0x130191(0x1b9)],_0xcb9a53[_0x130191(0x1df)]),_0x1c0782=path[_0x130191(0x1f3)](__dirname,_0xcb9a53[_0x130191(0x1b9)],_0xcb9a53[_0x130191(0x12a)]),_0x3fe0c2=path['join'](__dirname,_0xcb9a53['obIAq'],_0xcb9a53[_0x130191(0xf3)]);_0x557b3e[_0x130191(0xf0)]&&(process[_0x130191(0x1a0)][_0x130191(0x119)]=_0x557b3e[_0x130191(0xf0)]);_0x557b3e[_0x130191(0xf0)]=path['join'](__dirname,_0xcb9a53[_0x130191(0x1b9)],_0xcb9a53[_0x130191(0x109)]);const _0x433d62=_0xffe2d7[_0x130191(0x199)];if(_0x433d62&&_0xcb9a53['jUazW'](_0x433d62,_0xcb9a53[_0x130191(0x167)])){const _0x1e1885=_0x433d62[_0x130191(0xef)](_0xcb9a53[_0x130191(0x1aa)])?_0x433d62:_0x130191(0x1e5)+_0x433d62;process[_0x130191(0x1a0)][_0x130191(0xfe)]=_0x1e1885,logger[_0x130191(0x1a4)](_0x130191(0x135)+_0x1e1885);}_0x557b3e[_0x130191(0x199)]=_0x1c0782,_0x557b3e['setupFilesAfterEnv']=_0x557b3e[_0x130191(0x1ac)]||[],_0x557b3e[_0x130191(0x1ac)][_0x130191(0x1db)](path[_0x130191(0x1f3)](__dirname,_0xcb9a53[_0x130191(0x187)]));_0x2e7119[_0x130191(0x14a)]()&&(_0x557b3e[_0x130191(0x1cc)]=path[_0x130191(0x1f3)](__dirname,_0xcb9a53[_0x130191(0x1b9)],_0xcb9a53['NaHuK']));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0x130191(0x115)]()[_0x130191(0x1e6)]()){let _0x14ed87=null;try{_0x14ed87=helper['requireModule'](_0xcb9a53[_0x130191(0x120)],_0xcb9a53[_0x130191(0x174)]);}catch(_0x573bce){try{_0x14ed87=helper[_0x130191(0x11e)](_0xcb9a53['ptShW'],_0xcb9a53[_0x130191(0x174)]);}catch(_0x1258a7){_0xcb9a53[_0x130191(0x1b6)](debug,_0x130191(0x1a9)+_0x1258a7);}}_0x14ed87&&(testhubUtils[_0x130191(0x190)]()&&_0x557b3e[_0x130191(0x1ac)][_0x130191(0x1db)](path[_0x130191(0x1f3)](__dirname,_0xcb9a53[_0x130191(0x15a)],_0xcb9a53['MATJJ'])),_0x557b3e[_0x130191(0x13c)]=path[_0x130191(0x1f3)](__dirname,_0xcb9a53[_0x130191(0x1b9)],_0xcb9a53['PvXZP']));}_0x557b3e[_0x130191(0x17a)]=_0x557b3e[_0x130191(0x17a)]||[];try{helper[_0x130191(0x1ad)](),_0x557b3e['setupFiles'][_0x130191(0x1db)](path[_0x130191(0x1f3)](__dirname,_0xcb9a53[_0x130191(0x1b0)]));}catch{logger[_0x130191(0x105)](_0xcb9a53[_0x130191(0x182)]);}try{helper['requirePWModule'][_0x130191(0x196)](null,[_0xcb9a53[_0x130191(0x132)],_0xcb9a53[_0x130191(0xfb)]]),logger[_0x130191(0x105)](_0xcb9a53[_0x130191(0x194)]),_0x557b3e[_0x130191(0x17a)]['push'](path[_0x130191(0x1f3)](__dirname,_0xcb9a53[_0x130191(0x16b)]));}catch(_0x3d4c73){logger[_0x130191(0x105)](_0xcb9a53[_0x130191(0x14b)],_0x3d4c73);}if(_0xcb9a53[_0x130191(0x1ba)](!_0x2946e9,_0xa1a105)){try{logger[_0x130191(0x105)](_0xcb9a53['ZKkBM']),_0x557b3e['setupFilesAfterEnv'][_0x130191(0x1db)](path[_0x130191(0x1f3)](__dirname,'..',_0xcb9a53[_0x130191(0x14c)],_0xcb9a53[_0x130191(0x16b)]));}catch(_0x399815){logger[_0x130191(0x105)](_0x130191(0xfc)+_0x399815[_0x130191(0x11b)]);}try{const _0x3c487c=require[_0x130191(0x1ea)](_0xcb9a53[_0x130191(0x173)]),_0x43c653=path[_0x130191(0x127)](_0x3c487c)[_0x130191(0x1d1)](/\\/g,'/'),_0x28ff68={};_0x28ff68[_0x130191(0x126)]=_0x43c653+_0x130191(0x140),_0x557b3e[_0x130191(0x17e)]=Object[_0x130191(0x160)]({},_0x557b3e[_0x130191(0x17e)]||{},_0x28ff68),logger['debug'](_0x130191(0x12e)+_0x43c653);}catch(_0x192e1d){logger[_0x130191(0x105)](_0x130191(0xec)+_0x192e1d[_0x130191(0x11b)]);}}_0x557b3e[_0x130191(0x155)]=_0x557b3e[_0x130191(0x155)]||[_0xcb9a53[_0x130191(0x15b)]],_0xcb9a53[_0x130191(0x101)](updateTestRerunConfig,_0x557b3e,_0x3ee232);const _0x1c6351=fs[_0x130191(0x180)](_0x3fe0c2),_0x125881=helper['resolveModule'](_0xcb9a53[_0x130191(0x17d)],_0xcb9a53[_0x130191(0x125)]);!_0x125881[_0x130191(0x107)]?fs[_0x130191(0xf4)](_0x557b3e[_0x130191(0x199)],_0x130191(0x19d)+_0x1c6351+_0x130191(0x1c2)+_0x3ee232[_0x130191(0x179)][_0x130191(0x144)]['length']+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20'):fs[_0x130191(0xf4)](_0x557b3e[_0x130191(0x199)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x1c6351+_0x130191(0x14f)+_0x3ee232[_0x130191(0x179)][_0x130191(0x144)][_0x130191(0xf6)]+_0x130191(0x12b));logger[_0x130191(0x1a4)](_0x130191(0x1b4)+_0x5918e7+_0x130191(0x171)),fs[_0x130191(0xf4)](_0x5918e7,_0x130191(0x15d)+JSON['stringify'](_0x557b3e)+_0x130191(0x1e8));if(_0x2e7119['isTestOrchestrationEnabled']()){logger[_0x130191(0x105)](_0xcb9a53[_0x130191(0x1a6)]);const _0x472efa=await _0x2e7119[_0x130191(0x169)](_0x557b3e,_0x344f5d['slice'](0x1),_0x5918e7);logger['debug'](_0x130191(0x15f)+JSON[_0x130191(0x118)](_0x472efa)+_0x130191(0xf1));const _0x46d145=await _0x2e7119['reorderTestFiles'](_0x472efa);logger[_0x130191(0x105)](_0x130191(0x176)+JSON[_0x130191(0x118)](_0x46d145)),_0x46d145&&_0xcb9a53['IAlgJ'](_0x46d145['length'],0x0)&&(process[_0x130191(0x1a0)]['JEST_TEST_ORDER']=_0x46d145?.['join'](','));}logger[_0x130191(0x1a4)](_0xcb9a53[_0x130191(0x197)]);testhubUtils[_0x130191(0x190)]()&&TestDetails[_0x130191(0x142)]();helper[_0x130191(0x103)]({},_0x344f5d),PerformanceTester[_0x130191(0x1b3)](PerformanceEvents['SDK_SETUP']);const _0x1a8dd5=[_0xcb9a53[_0x130191(0x1ca)],_0xcb9a53[_0x130191(0x100)],_0x5918e7,..._0x344f5d[_0x130191(0x13d)](0x1)];process[_0x130191(0x1a0)][_0x130191(0x1c3)]=process[_0x130191(0x1a0)][_0x130191(0x1c3)]||_0xcb9a53[_0x130191(0x1ca)];const _0x9d780f=_0xcb9a53['ZvarJ'](spawn,_0xcb9a53[_0x130191(0x192)],_0x1a8dd5,{'shell':_0xcb9a53[_0x130191(0x159)](process[_0x130191(0x1f0)],_0xcb9a53['kItWk']),'stdio':_0xcb9a53[_0x130191(0x104)],'env':Object[_0x130191(0x160)]({},process[_0x130191(0x1a0)])});_0x9d780f['on'](_0xcb9a53[_0x130191(0x15e)],async _0x569c0e=>{const _0x3efb63=_0x130191;PerformanceTester[_0x3efb63(0x141)](PerformanceEvents[_0x3efb63(0x1b7)]),process[_0x3efb63(0x129)]=_0x569c0e,logger['debug'](_0x3efb63(0x14d)+_0x569c0e),logger[_0x3efb63(0x1a4)](_0x3efb63(0x17b)+_0x5918e7);if(helper[_0x3efb63(0x185)](_0x43072e)&&helper[_0x3efb63(0x185)](_0x43072e['abortBuildOnFailure'])&&fs[_0x3efb63(0x122)](_0x43072e['abortBuildOnFailure'][_0x3efb63(0x1b8)]))try{const _0x4efb48={};_0x4efb48[_0x3efb63(0xf7)]=!![],_0x4efb48[_0x3efb63(0x1c9)]=!![],fs[_0x3efb63(0x11c)](_0x43072e[_0x3efb63(0x1d9)][_0x3efb63(0x1b8)],_0x4efb48),logger[_0x3efb63(0x105)](_0x3efb63(0x19a)+_0x43072e[_0x3efb63(0x1d9)]['workingDir']);}catch(_0x24d7c3){logger[_0x3efb63(0x107)](_0x3efb63(0x1a1)+_0x24d7c3);}let _0x5e23e8=null;if(fs[_0x3efb63(0x122)](_0x490ae8)){_0x5e23e8=fs[_0x3efb63(0x180)](_0x490ae8);try{_0x5e23e8=JSON[_0x3efb63(0x1b1)](_0x5e23e8);}catch(_0x288e70){logger[_0x3efb63(0x105)]('Error\x20while\x20parsing\x20'+_0x490ae8+',\x20'+_0x5e23e8+_0x3efb63(0x147)+_0x288e70);}fs[_0x3efb63(0x12d)](_0x490ae8);}fs[_0x3efb63(0x12d)](_0x5918e7),fs[_0x3efb63(0x12d)](_0x1c0782),_0x5e23e8&&(_0x3ee232['errorMessage']=helper[_0x3efb63(0x158)](_0x5e23e8,_0xcb9a53[_0x3efb63(0x1ca)],_0x3ee232));const _0x4f3a91=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x3efb63(0x115)]()[_0x3efb63(0x1c1)]();}catch(_0x435f44){console['log'](_0x435f44),_0xcb9a53[_0x3efb63(0xea)](debug,_0x3efb63(0xed)+util[_0x3efb63(0x198)](_0x435f44));}testOpsHelper[_0x3efb63(0x18f)](),TestDetails[_0x3efb63(0x19b)](),await utilities[_0x3efb63(0x124)](_0x3ee232,_0x4f3a91);});}module[a21_0x2da262(0x11f)]=run;
@@ -1 +1 @@
1
- const a22_0x13783e=a22_0xcc1f;(function(_0x2c5a50,_0x1d657f){const _0x3fabab=a22_0xcc1f,_0x5239d4=_0x2c5a50();while(!![]){try{const _0x1f9cd6=parseInt(_0x3fabab(0x112))/0x1+parseInt(_0x3fabab(0x122))/0x2+parseInt(_0x3fabab(0x113))/0x3*(-parseInt(_0x3fabab(0x119))/0x4)+parseInt(_0x3fabab(0x120))/0x5+parseInt(_0x3fabab(0x11e))/0x6+parseInt(_0x3fabab(0x116))/0x7+-parseInt(_0x3fabab(0x115))/0x8;if(_0x1f9cd6===_0x1d657f)break;else _0x5239d4['push'](_0x5239d4['shift']());}catch(_0x487a51){_0x5239d4['push'](_0x5239d4['shift']());}}}(a22_0x52c4,0xee0e4));const path=require('path'),{requireModule}=require(a22_0x13783e(0x11f));let initJestAdapter;try{initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','jest-circus');}catch{initJestAdapter=requireModule(a22_0x13783e(0x121),a22_0x13783e(0x11d));}function a22_0xcc1f(_0x1b6975,_0x15e02c){const _0x52c4cd=a22_0x52c4();return a22_0xcc1f=function(_0xcc1fcf,_0x31e431){_0xcc1fcf=_0xcc1fcf-0x112;let _0x421c37=_0x52c4cd[_0xcc1fcf];return _0x421c37;},a22_0xcc1f(_0x1b6975,_0x15e02c);}initJestAdapter=typeof initJestAdapter===a22_0x13783e(0x117)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a22_0x13783e(0x11a));module[a22_0x13783e(0x123)]=(..._0x1529b9)=>{const _0x1fc289=a22_0x13783e,_0x18e26e={'ZeGUd':'jestAdapterInit','NPAXc':function(_0x3fef7e,_0x3926f1){return _0x3fef7e===_0x3926f1;},'HYCUd':function(_0x20d171,..._0x3bae2e){return _0x20d171(..._0x3bae2e);}};return _0x1529b9[0x3]['initRequireModule']=_0x1529b9[0x3][_0x1fc289(0x11b)],_0x1529b9[0x3][_0x1fc289(0x11b)]=(..._0x5863e3)=>{const _0x45e1a7=_0x1fc289;if(_0x5863e3[0x0]&&_0x5863e3[0x0][_0x45e1a7(0x11c)](_0x18e26e['ZeGUd'])&&_0x18e26e['NPAXc'](_0x5863e3[0x1],undefined))return _0x1529b9[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x1529b9[0x3][_0x45e1a7(0x114)](..._0x5863e3);},_0x18e26e[_0x1fc289(0x118)](initJestAdapter,..._0x1529b9);};function a22_0x52c4(){const _0x87e22b=['185820IPlbVJ','initRequireModule','40055240iDsJoK','128268TWLQYp','function','HYCUd','24NZFGmI','customJestAdapterInit.js','requireInternalModule','includes','jest-circus','9716964cHhkIR','../../../helpers/helper','8813155DGhVBs','jest-circus/build/runner.js','2257712rnmIKY','exports','1824316rPQnLA'];a22_0x52c4=function(){return _0x87e22b;};return a22_0x52c4();}
1
+ function a22_0x4ae0(){const _0xd1738e=['21203870WDFCQA','1122pfvrIF','exports','function','jest-circus/build/runner.js','1140240ltjRGZ','4802518KJwRwj','customJestAdapterInit.js','../../../helpers/helper','jest-circus','path','4276BDqnUD','3740544xzOQtr','751888joekjI','9XGbLoR','301986ZrEyEL','lItNb','hDxCz','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','initRequireModule','20aSOcaB','includes','join','eYXIj'];a22_0x4ae0=function(){return _0xd1738e;};return a22_0x4ae0();}const a22_0x41940c=a22_0x4d59;(function(_0x47ca25,_0x16f484){const _0x5b8885=a22_0x4d59,_0x2c749e=_0x47ca25();while(!![]){try{const _0x418c6e=-parseInt(_0x5b8885(0x1ca))/0x1+-parseInt(_0x5b8885(0x1cc))/0x2+parseInt(_0x5b8885(0x1be))/0x3*(-parseInt(_0x5b8885(0x1c8))/0x4)+-parseInt(_0x5b8885(0x1b9))/0x5*(-parseInt(_0x5b8885(0x1c2))/0x6)+-parseInt(_0x5b8885(0x1c3))/0x7+-parseInt(_0x5b8885(0x1c9))/0x8+parseInt(_0x5b8885(0x1cb))/0x9*(parseInt(_0x5b8885(0x1bd))/0xa);if(_0x418c6e===_0x16f484)break;else _0x2c749e['push'](_0x2c749e['shift']());}catch(_0x52b5e3){_0x2c749e['push'](_0x2c749e['shift']());}}}(a22_0x4ae0,0x6791a));const path=require(a22_0x41940c(0x1c7)),{requireModule}=require(a22_0x41940c(0x1c5));function a22_0x4d59(_0x2af06c,_0x30e9a1){const _0x4ae0ab=a22_0x4ae0();return a22_0x4d59=function(_0x4d593c,_0x370b01){_0x4d593c=_0x4d593c-0x1b7;let _0x4b340b=_0x4ae0ab[_0x4d593c];return _0x4b340b;},a22_0x4d59(_0x2af06c,_0x30e9a1);}let initJestAdapter;try{initJestAdapter=requireModule(a22_0x41940c(0x1b7),a22_0x41940c(0x1c6));}catch{initJestAdapter=requireModule(a22_0x41940c(0x1c1),'jest-circus');}initJestAdapter=typeof initJestAdapter===a22_0x41940c(0x1c0)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a22_0x41940c(0x1bb)](__dirname,a22_0x41940c(0x1c4));module[a22_0x41940c(0x1bf)]=(..._0x1369f4)=>{const _0x268c3c=a22_0x41940c,_0x9086f9={'lItNb':'jestAdapterInit','eYXIj':function(_0x1df4b3,_0x5ab3b7){return _0x1df4b3===_0x5ab3b7;},'hDxCz':function(_0x4cfcec,..._0x123a61){return _0x4cfcec(..._0x123a61);}};return _0x1369f4[0x3][_0x268c3c(0x1b8)]=_0x1369f4[0x3]['requireInternalModule'],_0x1369f4[0x3]['requireInternalModule']=(..._0x1bc630)=>{const _0x12f78b=_0x268c3c;if(_0x1bc630[0x0]&&_0x1bc630[0x0][_0x12f78b(0x1ba)](_0x9086f9[_0x12f78b(0x1cd)])&&_0x9086f9[_0x12f78b(0x1bc)](_0x1bc630[0x1],undefined))return _0x1369f4[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x1369f4[0x3]['initRequireModule'](..._0x1bc630);},_0x9086f9[_0x268c3c(0x1ce)](initJestAdapter,..._0x1369f4);};