browserstack-node-sdk 1.66.1 → 1.66.3

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_0x36a615=a15_0x4827;(function(_0x378c17,_0x4c2b9e){const _0x37e9c0=a15_0x4827,_0xfd662f=_0x378c17();while(!![]){try{const _0x57e597=-parseInt(_0x37e9c0(0x10d))/0x1+parseInt(_0x37e9c0(0x118))/0x2+parseInt(_0x37e9c0(0x101))/0x3+-parseInt(_0x37e9c0(0x10e))/0x4*(parseInt(_0x37e9c0(0x11c))/0x5)+-parseInt(_0x37e9c0(0x100))/0x6*(-parseInt(_0x37e9c0(0x12d))/0x7)+parseInt(_0x37e9c0(0x104))/0x8+parseInt(_0x37e9c0(0xfe))/0x9*(-parseInt(_0x37e9c0(0x114))/0xa);if(_0x57e597===_0x4c2b9e)break;else _0xfd662f['push'](_0xfd662f['shift']());}catch(_0x3a9a3b){_0xfd662f['push'](_0xfd662f['shift']());}}}(a15_0x2342,0x4f308));const {default:BrowserStackSetup}=require(a15_0x36a615(0xf2)),logger=require('../../helpers/logger')[a15_0x36a615(0x12b)],{URL}=require(a15_0x36a615(0x126)),helper=require(a15_0x36a615(0x117)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a15_0x36a615(0x12e)),validHosts=function(_0x286214){const _0x563c12=a15_0x36a615;return _0x286214[_0x563c12(0xf5)](',')['every'](_0x4ce319=>{const _0x8c3dcb=_0x563c12;try{new URL(_0x4ce319[_0x8c3dcb(0x108)]());}catch(_0xbd42be){return![];}return!![];});},parseOnPremHosts=function(_0x3a0d6c){const _0x42ba13=a15_0x36a615,_0x5cb774={};_0x5cb774[_0x42ba13(0x10b)]=function(_0x145322,_0x442d86){return _0x145322===_0x442d86;},_0x5cb774[_0x42ba13(0x119)]=_0x42ba13(0xf8),_0x5cb774[_0x42ba13(0x111)]='443',_0x5cb774[_0x42ba13(0xf6)]=function(_0x2be00c,_0x26b01e){return _0x2be00c===_0x26b01e;},_0x5cb774[_0x42ba13(0xfc)]=_0x42ba13(0x132);const _0x172926=_0x5cb774;return _0x3a0d6c['split'](',')[_0x42ba13(0x103)](_0x5316f2=>{const _0x56526a=_0x42ba13,_0x1666ae=new URL(_0x5316f2[_0x56526a(0x108)]()),_0x4b6d65=_0x1666ae[_0x56526a(0x12f)],_0x2e3cf5=_0x1666ae[_0x56526a(0x106)]||(_0x172926[_0x56526a(0x10b)](_0x1666ae['protocol'],_0x172926[_0x56526a(0x119)])?_0x172926['fppKw']:'80'),_0x3df98c=_0x1666ae[_0x56526a(0x10a)][_0x56526a(0x12c)](':',''),_0x10fee8=_0x172926['sCiTZ'](_0x3df98c,_0x172926[_0x56526a(0xfc)])?0x1:0x0;return _0x4b6d65+','+_0x2e3cf5+','+_0x10fee8;});},connectCommandBuilder=function(_0x5b469f){const _0x37ee41=a15_0x36a615,_0x479de6={};_0x479de6[_0x37ee41(0x109)]=_0x37ee41(0xf4);const _0x503b1f=_0x479de6,_0x4ac37c={};_0x4ac37c[_0x37ee41(0x10c)]=HELP_MESSAGES[_0x37ee41(0x115)][_0x37ee41(0x11d)],_0x4ac37c[_0x37ee41(0xfa)]=_0x503b1f['KIzZi'];const _0x4b14da={};_0x4b14da['describe']=HELP_MESSAGES['options'][_0x37ee41(0xf9)],_0x4b14da['type']=_0x503b1f[_0x37ee41(0x109)],_0x4b14da[_0x37ee41(0x11f)]=!![];const _0x1e2a5d={};return _0x1e2a5d[_0x37ee41(0x11b)]=_0x4ac37c,_0x1e2a5d['hosts']=_0x4b14da,_0x5b469f[_0x37ee41(0x115)](_0x1e2a5d);},connectCommandHandler=async function(_0x55da3e){const _0x346da5=a15_0x36a615,_0x2dd452={'fjItT':_0x346da5(0x130),'dNykO':function(_0x25ce8b,_0x5a4475){return _0x25ce8b===_0x5a4475;},'DIZmO':_0x346da5(0x138),'KzkkG':_0x346da5(0x107),'BwRpk':function(_0x1cceaa,_0x150c62){return _0x1cceaa===_0x150c62;},'JCwBN':_0x346da5(0x133),'EPEIg':function(_0xf4c53d,_0x48e125){return _0xf4c53d(_0x48e125);},'XoCUX':_0x346da5(0x121),'NBJbl':function(_0x15ebd6,_0x4ec630){return _0x15ebd6(_0x4ec630);},'OECSG':_0x346da5(0x123),'cBCDu':'Connection\x20established\x20successfully.','VSBbK':_0x346da5(0x136)};try{const _0x3319cf=new BrowserStackSetup(_0x55da3e,_0x2dd452['fjItT']);_0x55da3e[_0x346da5(0x129)]&&(_0x3319cf[_0x346da5(0x134)]['accessKey']=_0x55da3e[_0x346da5(0x129)]);if(_0x2dd452[_0x346da5(0x113)](typeof _0x3319cf[_0x346da5(0x134)][_0x346da5(0x137)],_0x2dd452['DIZmO'])){logger['error'](_0x2dd452[_0x346da5(0x122)]);throw new Error(ERROR_MESSAGES[_0x346da5(0x11d)][_0x346da5(0x11a)]);}const _0x267b03=_0x55da3e['hosts'];if(_0x2dd452[_0x346da5(0xfb)](typeof _0x267b03,_0x2dd452['DIZmO'])){logger[_0x346da5(0x128)](_0x2dd452[_0x346da5(0x11e)]);throw new Error(ERROR_MESSAGES[_0x346da5(0xf9)]['missing']);}if(!_0x2dd452['EPEIg'](validHosts,_0x267b03)){logger[_0x346da5(0x128)](_0x2dd452[_0x346da5(0x105)]);throw new Error(ERROR_MESSAGES[_0x346da5(0xf9)][_0x346da5(0xf3)]);}const _0x2b00b9=_0x2dd452[_0x346da5(0x120)](parseOnPremHosts,_0x267b03);_0x3319cf[_0x346da5(0x134)][_0x346da5(0x112)]=!![],_0x3319cf[_0x346da5(0x134)][_0x346da5(0x124)][_0x346da5(0x116)]=_0x2dd452[_0x346da5(0xfd)],_0x3319cf[_0x346da5(0x134)][_0x346da5(0x124)]['only']=_0x2b00b9[_0x346da5(0xf7)](','),helper[_0x346da5(0x135)](_0x3319cf['config']),await _0x3319cf[_0x346da5(0x131)](),logger[_0x346da5(0x110)](_0x2dd452['cBCDu']);}catch(_0x2ed3d3){logger[_0x346da5(0x128)](_0x2dd452[_0x346da5(0x125)]);throw new Error(_0x2ed3d3['toString']());}};function a15_0x4827(_0x3c95bf,_0x5c7490){const _0x2342ea=a15_0x2342();return a15_0x4827=function(_0x4827f7,_0xab842c){_0x4827f7=_0x4827f7-0xf2;let _0x2b2d4a=_0x2342ea[_0x4827f7];return _0x2b2d4a;},a15_0x4827(_0x3c95bf,_0x5c7490);}function run(_0x193c9b){const _0x5b274b=a15_0x36a615,_0x1867fd={};_0x1867fd['abzei']=_0x5b274b(0x12a),_0x1867fd[_0x5b274b(0x10f)]='help';const _0x9cc798=_0x1867fd;_0x193c9b['usage'](HELP_MESSAGES['command'][_0x5b274b(0x127)])[_0x5b274b(0x139)](_0x9cc798['abzei'],HELP_MESSAGES[_0x5b274b(0x139)]['connect'],connectCommandBuilder,connectCommandHandler)['demandCommand']()['help'](_0x9cc798[_0x5b274b(0x10f)])['epilogue'](HELP_MESSAGES[_0x5b274b(0x139)][_0x5b274b(0xff)]);}module[a15_0x36a615(0x102)]=run;function a15_0x2342(){const _0x19cc1a=['port','BrowserStack\x20access\x20key\x20missing.','trim','KIzZi','protocol','tLPUd','describe','34500ngremw','4SNJMsf','ezBdv','info','fppKw','browserstackLocal','dNykO','10BbKzUY','options','localIdentifier','../../helpers/helper','744326mALNcu','eOHhS','missing','bstack-accesskey','1508470sHZmwb','bstackAccessKey','JCwBN','demandOption','NBJbl','Hosts\x20not\x20valid','KzkkG','integrations-repeater','browserStackLocalOptions','VSBbK','url','root','error','bstackAccesskey','connect','winstonLogger','replace','40201LojPKI','./constants','hostname','integrations','setupBrowserstackLocal','https','Integration\x20hosts\x20missing.','config','setProxySettings','Failed\x20to\x20establish\x20connection.','accessKey','undefined','command','../../helpers/BrowserStackSetup','invalid','string','split','sCiTZ','join','https:','hosts','type','BwRpk','LUaGb','OECSG','11724678KgoujF','footer','474vJwYhj','1607499ZCxdDn','exports','map','4812824ODySIM','XoCUX'];a15_0x2342=function(){return _0x19cc1a;};return a15_0x2342();}
@@ -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
+ function a16_0x25be(_0x15dd22,_0x36794b){var _0x4c3e3e=a16_0x4c3e();return a16_0x25be=function(_0x25becd,_0x27d703){_0x25becd=_0x25becd-0x146;var _0x4cec45=_0x4c3e3e[_0x25becd];return _0x4cec45;},a16_0x25be(_0x15dd22,_0x36794b);}var a16_0x1e4da1=a16_0x25be;function a16_0x4c3e(){var _0x4e8516=['1537500ayulGf','root','3465264HWZSSM','missing','820447EyDObJ','4276170exahoL','invalid','bstackAccessKey','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','6759168GdfeXH','1763200OAZBsw','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','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.','27902rASoQM','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','options','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','connect','1808BdqwgF','HELP_MESSAGES','hosts','ERROR_MESSAGES'];a16_0x4c3e=function(){return _0x4e8516;};return a16_0x4c3e();}(function(_0x10e507,_0x4e6a95){var _0x16d989=a16_0x25be,_0x172d66=_0x10e507();while(!![]){try{var _0x19934c=parseInt(_0x16d989(0x15b))/0x1+parseInt(_0x16d989(0x14a))/0x2+-parseInt(_0x16d989(0x159))/0x3+-parseInt(_0x16d989(0x149))/0x4+parseInt(_0x16d989(0x15c))/0x5+parseInt(_0x16d989(0x157))/0x6+-parseInt(_0x16d989(0x14d))/0x7*(-parseInt(_0x16d989(0x153))/0x8);if(_0x19934c===_0x4e6a95)break;else _0x172d66['push'](_0x172d66['shift']());}catch(_0x5d8fc3){_0x172d66['push'](_0x172d66['shift']());}}}(a16_0x4c3e,0xd446f));var a16_0x110514={};a16_0x110514[a16_0x1e4da1(0x147)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a16_0x110514[a16_0x1e4da1(0x155)]=a16_0x1e4da1(0x14c);var a16_0x419715={};a16_0x419715[a16_0x1e4da1(0x158)]=a16_0x1e4da1(0x14b),a16_0x419715[a16_0x1e4da1(0x152)]=a16_0x1e4da1(0x148),a16_0x419715['footer']=a16_0x1e4da1(0x14e);var a16_0x4e729e={};a16_0x4e729e[a16_0x1e4da1(0x150)]=a16_0x110514,a16_0x4e729e['command']=a16_0x419715,exports[a16_0x1e4da1(0x154)]=a16_0x4e729e;var a16_0xba3c7f={};a16_0xba3c7f[a16_0x1e4da1(0x15a)]=a16_0x1e4da1(0x151);var a16_0x891aae={};a16_0x891aae['missing']=a16_0x1e4da1(0x14f),a16_0x891aae[a16_0x1e4da1(0x146)]='Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a16_0x6ad043={};a16_0x6ad043[a16_0x1e4da1(0x147)]=a16_0xba3c7f,a16_0x6ad043['hosts']=a16_0x891aae,exports[a16_0x1e4da1(0x156)]=a16_0x6ad043;
@@ -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_0xa15e1f=a17_0x5d07;(function(_0x3a1542,_0x338792){const _0x1dfa96=a17_0x5d07,_0x1da1e8=_0x3a1542();while(!![]){try{const _0x10c8ba=-parseInt(_0x1dfa96(0x21f))/0x1*(-parseInt(_0x1dfa96(0x205))/0x2)+-parseInt(_0x1dfa96(0x201))/0x3+parseInt(_0x1dfa96(0x214))/0x4+-parseInt(_0x1dfa96(0x23a))/0x5*(parseInt(_0x1dfa96(0x25f))/0x6)+parseInt(_0x1dfa96(0x234))/0x7*(-parseInt(_0x1dfa96(0x21e))/0x8)+parseInt(_0x1dfa96(0x248))/0x9+-parseInt(_0x1dfa96(0x244))/0xa*(-parseInt(_0x1dfa96(0x1f6))/0xb);if(_0x10c8ba===_0x338792)break;else _0x1da1e8['push'](_0x1da1e8['shift']());}catch(_0x1e423a){_0x1da1e8['push'](_0x1da1e8['shift']());}}}(a17_0x2265,0xc03c8));const path=require(a17_0xa15e1f(0x1e8)),fs=require('fs'),{v4:uuidv4}=require(a17_0xa15e1f(0x1e9)),testhubUtils=require('../../../helpers/testhub/utils'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a17_0xa15e1f(0x26b)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a17_0xa15e1f(0x267)),testRunMap=require('../testRunMap'),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a17_0xa15e1f(0x215),a17_0xc32845={};a17_0xc32845[a17_0xa15e1f(0x253)]=a17_0xa15e1f(0x253),a17_0xc32845[a17_0xa15e1f(0x202)]=a17_0xa15e1f(0x202),a17_0xc32845[a17_0xa15e1f(0x257)]=a17_0xa15e1f(0x257),a17_0xc32845[a17_0xa15e1f(0x251)]=a17_0xa15e1f(0x238);const STATUS_MAP=a17_0xc32845;function a17_0x5d07(_0x5d9b18,_0x119ab){const _0x2265e1=a17_0x2265();return a17_0x5d07=function(_0x5d0710,_0x5a42e8){_0x5d0710=_0x5d0710-0x1e3;let _0xcbbd70=_0x2265e1[_0x5d0710];return _0xcbbd70;},a17_0x5d07(_0x5d9b18,_0x119ab);}class BrowserStackJasmineReporter{constructor(_0x116737={}){const _0x139272=a17_0xa15e1f,_0x12873b={'HUyWn':function(_0x1a1207){return _0x1a1207();}};this['testObservability']=_0x12873b[_0x139272(0x263)](isTestObservabilitySession),this[_0x139272(0x24e)]=new PathHelper({'cwd':process[_0x139272(0x1f3)]()},undefined),this['_fileNameByFullName']=_0x116737&&_0x116737[_0x139272(0x1fb)]||{},this[_0x139272(0x225)]=new Map();}[a17_0xa15e1f(0x23b)](){}['suiteStarted'](_0x834a0f){const _0x3566dd=a17_0xa15e1f,_0x369ecd={'MfDjj':function(_0x3915b6,_0xe1badf){return _0x3915b6!==_0xe1badf;},'EEoVS':function(_0x2701e4,_0x2aa1f0){return _0x2701e4(_0x2aa1f0);}};try{_0x834a0f&&_0x369ecd[_0x3566dd(0x26c)](_0x834a0f['id'],undefined)&&_0x369ecd['MfDjj'](_0x834a0f['id'],null)&&this[_0x3566dd(0x225)]['set'](_0x834a0f['id'],{'description':_0x834a0f['description'],'parentSuiteId':_0x834a0f[_0x3566dd(0x206)]});}catch(_0x2a2c16){_0x369ecd[_0x3566dd(0x271)](debug,_0x3566dd(0x255)+(_0x834a0f&&_0x834a0f[_0x3566dd(0x1ef)])+_0x3566dd(0x25a)+_0x2a2c16);}}[a17_0xa15e1f(0x212)](_0x587a23){const _0x54c530=a17_0xa15e1f,_0x168103={'kXwuk':function(_0x15d891,_0x4f0d52){return _0x15d891!==_0x4f0d52;},'PBfPY':function(_0x2e59f7){return _0x2e59f7();},'fsYlX':_0x54c530(0x22b),'kSMpf':function(_0x48a702,_0x3d5d23){return _0x48a702(_0x3d5d23);}};try{if(_0x168103[_0x54c530(0x23f)](testhubUtils[_0x54c530(0x21c)](),!![]))return;const _0x46cb34=_0x168103[_0x54c530(0x216)](uuidv4);testRunMap[_0x54c530(0x21a)](_0x587a23['id'],_0x46cb34),this[_0x54c530(0x258)](_0x587a23,_0x46cb34,_0x168103[_0x54c530(0x1ee)]);}catch(_0x103512){_0x168103[_0x54c530(0x1f4)](debug,_0x54c530(0x250)+(_0x587a23&&_0x587a23[_0x54c530(0x1ef)])+_0x54c530(0x25a)+_0x103512);}}['specDone'](_0x44f80d){const _0x5e62dd=a17_0xa15e1f,_0x33a66b={'ibFgW':function(_0x12f715,_0x259b02){return _0x12f715!==_0x259b02;},'qzJwp':function(_0x1f5adf){return _0x1f5adf();},'GMYjr':function(_0x595218,_0x2bee43){return _0x595218===_0x2bee43;},'fdyfE':_0x5e62dd(0x251),'swgWk':_0x5e62dd(0x242),'oFFZz':_0x5e62dd(0x24f),'MyXVk':function(_0x3b7306,_0x22d93b){return _0x3b7306(_0x22d93b);}};try{if(_0x33a66b[_0x5e62dd(0x262)](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x29ba60=testRunMap[_0x5e62dd(0x1f8)](_0x44f80d['id'])||_0x33a66b['qzJwp'](uuidv4),_0x53130c=_0x33a66b[_0x5e62dd(0x228)](_0x44f80d[_0x5e62dd(0x200)],_0x33a66b[_0x5e62dd(0x209)])?_0x33a66b[_0x5e62dd(0x243)]:_0x33a66b[_0x5e62dd(0x26a)];this['_sendSpecEvent'](_0x44f80d,_0x29ba60,_0x53130c);}catch(_0x5cf20e){_0x33a66b[_0x5e62dd(0x261)](debug,_0x5e62dd(0x233)+(_0x44f80d&&_0x44f80d['fullName'])+_0x5e62dd(0x25a)+_0x5cf20e);}finally{_0x44f80d&&(testRunMap[_0x5e62dd(0x23d)](_0x44f80d['id']),_specStartTimes['delete'](_0x44f80d['id']));}}[a17_0xa15e1f(0x1e5)](){}[a17_0xa15e1f(0x219)](){}[a17_0xa15e1f(0x258)](_0x19b6d3,_0x573956,_0x397c57){const _0x4a47a5=a17_0xa15e1f,_0x4bc5f8={'lwNMW':function(_0x262369,_0x1cd03d){return _0x262369===_0x1cd03d;},'mXDYr':'TestRunFinished','uxkQM':function(_0x4efa16,_0xb905c){return _0x4efa16===_0xb905c;},'tcxED':_0x4a47a5(0x242),'ubtSj':_0x4a47a5(0x24c),'xuZGr':function(_0x3cca29,_0x38bca4,_0x1c94b3){return _0x3cca29(_0x38bca4,_0x1c94b3);},'UiztQ':_0x4a47a5(0x259),'wYsol':_0x4a47a5(0x22b),'QdfdG':function(_0x37bbfe,_0x3bb4f8){return _0x37bbfe!==_0x3bb4f8;},'VrSEh':function(_0x4217a0,_0x3df2ca){return _0x4217a0===_0x3df2ca;},'BlokG':_0x4a47a5(0x272),'QTUkG':function(_0x2c37fd,_0xeb1f23){return _0x2c37fd&&_0xeb1f23;},'mOrhb':function(_0x1ba24b,_0x54cb4d){return _0x1ba24b===_0x54cb4d;},'iQBtp':_0x4a47a5(0x238),'iMRQm':'passed','LYrkX':function(_0x5e7032,_0x5af9f9){return _0x5e7032===_0x5af9f9;},'ItPMU':_0x4a47a5(0x203),'uvMtd':_0x4a47a5(0x26d),'jUrNN':_0x4a47a5(0x20b),'BfIBl':function(_0x3ad226,_0x4298e1){return _0x3ad226===_0x4298e1;},'RVrzH':_0x4a47a5(0x1f0),'bIkOQ':_0x4a47a5(0x22c),'HnHQF':_0x4a47a5(0x240),'ripCK':_0x4a47a5(0x241),'XhIYy':_0x4a47a5(0x22e),'KesAb':_0x4a47a5(0x21b),'KFoYO':_0x4a47a5(0x20d),'YYXVt':function(_0x208099,_0x2131ed){return _0x208099===_0x2131ed;},'Nqvuy':function(_0x55c4d1,_0x10dd25){return _0x55c4d1(_0x10dd25);}};try{const _0x14db6d=_0x4bc5f8[_0x4a47a5(0x1ea)](_0x397c57,_0x4bc5f8[_0x4a47a5(0x208)])||_0x4bc5f8[_0x4a47a5(0x22f)](_0x397c57,_0x4bc5f8[_0x4a47a5(0x1eb)]),_0x25e964=this[_0x4a47a5(0x270)](_0x19b6d3),_0x4663c7=_0x25e964?this[_0x4a47a5(0x24e)][_0x4a47a5(0x235)](_0x25e964):_0x4bc5f8[_0x4a47a5(0x204)],_0x2c8aa7=_0x25e964?this[_0x4a47a5(0x245)](path[_0x4a47a5(0x218)](_0x25e964)):null,_0x33751b=this[_0x4a47a5(0x1ff)](_0x19b6d3[_0x4a47a5(0x21d)]),_0x3432ae=_0x33751b?_0x33751b[_0x4a47a5(0x254)]:undefined,_0xa93220=_0x33751b?_0x4bc5f8[_0x4a47a5(0x20a)](failureData,_0x33751b,_0x4bc5f8[_0x4a47a5(0x211)]):[],_0x3e3685=new Date()[_0x4a47a5(0x274)](),_0x5c461f=this[_0x4a47a5(0x239)](_0x19b6d3);_0x4bc5f8['lwNMW'](_0x397c57,_0x4bc5f8[_0x4a47a5(0x1f1)])&&_0x19b6d3&&_0x4bc5f8[_0x4a47a5(0x1e3)](_0x19b6d3['id'],undefined)&&_0x4bc5f8[_0x4a47a5(0x1e3)](_0x19b6d3['id'],null)&&_specStartTimes[_0x4a47a5(0x21a)](_0x19b6d3['id'],_0x3e3685);const _0x2bd5a0=_0x4bc5f8[_0x4a47a5(0x1f5)](_0x397c57,_0x4bc5f8[_0x4a47a5(0x1f1)])?_0x3e3685:_0x19b6d3&&_specStartTimes['get'](_0x19b6d3['id'])||null,_0x536949={};_0x536949['lang']=_0x4bc5f8[_0x4a47a5(0x269)],_0x536949['code']=null;const _0x289a1c={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x573956,'name':_0x19b6d3[_0x4a47a5(0x22d)],'body':_0x536949,'scope':_0x5c461f[_0x4a47a5(0x25e)]('\x20'),'scopes':_0x5c461f,'identifier':_0x19b6d3[_0x4a47a5(0x1ef)],'file_name':_0x4663c7,'vc_filepath':_0x4bc5f8[_0x4a47a5(0x226)](_0x2c8aa7,_0x25e964)?path[_0x4a47a5(0x20c)](_0x2c8aa7,_0x25e964):null,'location':_0x4663c7,'result':_0x4bc5f8[_0x4a47a5(0x26f)](_0x397c57,_0x4bc5f8[_0x4a47a5(0x1eb)])?_0x4bc5f8[_0x4a47a5(0x227)]:STATUS_MAP[_0x19b6d3[_0x4a47a5(0x200)]]||_0x4bc5f8['iMRQm'],'failure_reason':_0x3432ae,'duration_in_ms':_0x4bc5f8[_0x4a47a5(0x256)](typeof _0x19b6d3['duration'],_0x4bc5f8[_0x4a47a5(0x246)])?_0x19b6d3[_0x4a47a5(0x20f)]:null,'started_at':_0x2bd5a0,'finished_at':_0x14db6d?_0x3e3685:null,'failure':_0xa93220,'failure_type':!_0x3432ae?null:_0x3432ae[_0x4a47a5(0x224)](/AssertionError/)?_0x4bc5f8[_0x4a47a5(0x213)]:_0x4bc5f8[_0x4a47a5(0x1ec)],'retry_of':null};_0x4bc5f8['BfIBl'](_0x397c57,_0x4bc5f8['tcxED'])&&!_0x289a1c[_0x4bc5f8[_0x4a47a5(0x236)]]&&(_0x289a1c[_0x4bc5f8[_0x4a47a5(0x236)]]=_0x289a1c[_0x4bc5f8[_0x4a47a5(0x24b)]]);const _0x1cda9f=_0x289a1c[_0x4bc5f8[_0x4a47a5(0x247)]][0x0];_0x1cda9f&&(_0x289a1c[_0x4bc5f8['ripCK']]=_0x1cda9f[_0x4bc5f8[_0x4a47a5(0x252)]],_0x289a1c[_0x4bc5f8[_0x4a47a5(0x230)]]=_0x1cda9f[_0x4bc5f8[_0x4a47a5(0x249)]]);testhubUtils['appendTesthubParams'](_0x289a1c,_0x397c57,_0x19b6d3,FRAMEWORKS['JASMINE']);const _0x1bf453={'event_type':_0x4bc5f8[_0x4a47a5(0x25d)](_0x397c57,_0x4bc5f8[_0x4a47a5(0x1eb)])?_0x4bc5f8[_0x4a47a5(0x208)]:_0x397c57,'test_run':_0x289a1c};return testhubUtils[_0x4a47a5(0x231)](FRAMEWORKS[_0x4a47a5(0x229)],_0x1bf453),SessionHandler['uploadEventData'](_0x1bf453);}catch(_0xbff480){_0x4bc5f8['Nqvuy'](debug,_0x4a47a5(0x24d)+_0x397c57+_0x4a47a5(0x25a)+_0xbff480);}}[a17_0xa15e1f(0x239)](_0xc84bb1){const _0x4e12d0=a17_0xa15e1f,_0x52dcb7={'TnGfL':function(_0x25bdff,_0x578f2d){return _0x25bdff!==_0x578f2d;},'vDJVD':function(_0x156ccb,_0x46cd45){return _0x156ccb>_0x46cd45;},'ftjda':function(_0xb647d1,_0x47a462){return _0xb647d1(_0x47a462);},'BpJiR':function(_0x4f44a0,_0x2f373b){return _0x4f44a0-_0x2f373b;}};try{const _0x13c964=[];let _0x404191=_0xc84bb1&&_0xc84bb1[_0x4e12d0(0x206)];const _0x177551=new Set();while(_0x52dcb7[_0x4e12d0(0x264)](_0x404191,undefined)&&_0x52dcb7[_0x4e12d0(0x264)](_0x404191,null)&&this[_0x4e12d0(0x225)][_0x4e12d0(0x1ed)](_0x404191)&&!_0x177551[_0x4e12d0(0x1ed)](_0x404191)){_0x177551[_0x4e12d0(0x237)](_0x404191);const _0x2bc473=this['_suitesById'][_0x4e12d0(0x1f8)](_0x404191);_0x2bc473&&_0x2bc473['description']&&_0x13c964['push'](_0x2bc473[_0x4e12d0(0x22d)]),_0x404191=_0x2bc473?_0x2bc473[_0x4e12d0(0x206)]:null;}if(_0x52dcb7[_0x4e12d0(0x24a)](_0x13c964['length'],0x0))return _0x13c964[_0x4e12d0(0x23c)]();}catch(_0x4ee06e){_0x52dcb7[_0x4e12d0(0x265)](debug,_0x4e12d0(0x217)+(_0xc84bb1&&_0xc84bb1[_0x4e12d0(0x1ef)])+_0x4e12d0(0x25a)+_0x4ee06e);}const _0x278b8d=_0xc84bb1&&_0xc84bb1['fullName']||'',_0x43f116=_0xc84bb1&&_0xc84bb1['description']||'';let _0x3a11d5=_0x278b8d;return _0x43f116&&_0x278b8d['endsWith'](_0x43f116)&&(_0x3a11d5=_0x278b8d[_0x4e12d0(0x207)](0x0,_0x52dcb7[_0x4e12d0(0x1f2)](_0x278b8d[_0x4e12d0(0x23e)],_0x43f116[_0x4e12d0(0x23e)]))[_0x4e12d0(0x1fa)]()),_0x3a11d5?_0x3a11d5[_0x4e12d0(0x1e4)](/\s+/):[];}[a17_0xa15e1f(0x270)](_0xbe67fb){const _0x2ffe60=a17_0xa15e1f,_0x10904e={};_0x10904e[_0x2ffe60(0x1f7)]=function(_0x4c2ed4,_0x1335cd){return _0x4c2ed4===_0x1335cd;},_0x10904e['xzurV']=function(_0x3d039e,_0x4457a5){return _0x3d039e+_0x4457a5;},_0x10904e['YXmqg']=function(_0x254d4a,_0x2599b3){return _0x254d4a>_0x2599b3;};const _0x33c617=_0x10904e;if(_0xbe67fb&&_0xbe67fb['filename'])return _0xbe67fb[_0x2ffe60(0x1f9)];if(_0xbe67fb&&_0xbe67fb[_0x2ffe60(0x1ef)]){if(this[_0x2ffe60(0x273)][_0xbe67fb[_0x2ffe60(0x1ef)]])return this[_0x2ffe60(0x273)][_0xbe67fb[_0x2ffe60(0x1ef)]];let _0x34d075=null,_0x318e76=-0x1;for(const _0x232712 of Object['keys'](this[_0x2ffe60(0x273)])){(_0x33c617['ZFcjE'](_0xbe67fb['fullName'],_0x232712)||_0xbe67fb[_0x2ffe60(0x1ef)][_0x2ffe60(0x1e7)](_0x33c617['xzurV'](_0x232712,'\x20')))&&_0x33c617[_0x2ffe60(0x268)](_0x232712['length'],_0x318e76)&&(_0x34d075=this[_0x2ffe60(0x273)][_0x232712],_0x318e76=_0x232712[_0x2ffe60(0x23e)]);}if(_0x34d075)return _0x34d075;}return null;}['_collapseFailedExpectations'](_0x4d1202){const _0x216fb9=a17_0xa15e1f,_0x49ba7b={};_0x49ba7b['rtKDo']=function(_0x294d04,_0x4833d9){return _0x294d04===_0x4833d9;},_0x49ba7b[_0x216fb9(0x1e6)]=_0x216fb9(0x260);const _0x1fac47=_0x49ba7b;if(!Array['isArray'](_0x4d1202)||_0x1fac47[_0x216fb9(0x223)](_0x4d1202[_0x216fb9(0x23e)],0x0))return undefined;const _0x4b7ce4=[],_0x506d4f=[];for(const _0x3f723b of _0x4d1202){_0x3f723b&&_0x3f723b[_0x216fb9(0x254)]&&_0x4b7ce4[_0x216fb9(0x1fd)](_0x3f723b[_0x216fb9(0x254)]),_0x3f723b&&_0x3f723b[_0x216fb9(0x222)]&&_0x506d4f[_0x216fb9(0x1fd)](_0x3f723b[_0x216fb9(0x222)]);}const _0x27cea6=_0x4d1202[0x0]||{},_0x10fdb9=_0x4b7ce4[_0x216fb9(0x25e)]('\x0a')||_0x27cea6['message']||_0x1fac47['skffy'],_0x577cae=_0x506d4f[_0x216fb9(0x25e)]('\x0a\x0a')||_0x27cea6[_0x216fb9(0x222)]||_0x10fdb9,_0x316ce0={};return _0x316ce0[_0x216fb9(0x254)]=_0x10fdb9,_0x316ce0[_0x216fb9(0x222)]=_0x577cae,_0x316ce0[_0x216fb9(0x221)]=_0x27cea6[_0x216fb9(0x221)],_0x316ce0['expected']=_0x27cea6[_0x216fb9(0x210)],_0x316ce0[_0x216fb9(0x220)]=_0x27cea6['actual'],_0x316ce0;}[a17_0xa15e1f(0x245)](_0x2286c4){const _0x379e44=a17_0xa15e1f,_0x420a16={};_0x420a16['wCcqU']=function(_0xef468,_0x5156d9){return _0xef468===_0x5156d9;},_0x420a16[_0x379e44(0x25c)]=function(_0x4bb487,_0x3bccb0){return _0x4bb487===_0x3bccb0;},_0x420a16['iJKJZ']=function(_0x4f540e,_0x2fbb3c){return _0x4f540e===_0x2fbb3c;},_0x420a16[_0x379e44(0x266)]=_0x379e44(0x22a),_0x420a16[_0x379e44(0x20e)]='config';const _0x28184d=_0x420a16,_0x33453a=path[_0x379e44(0x26e)];if(_0x28184d[_0x379e44(0x1fc)](_0x2286c4,null)||_0x28184d[_0x379e44(0x25c)](_0x2286c4,'')||_0x28184d[_0x379e44(0x25c)](_0x2286c4,_0x33453a)||_0x28184d[_0x379e44(0x1fe)](_0x2286c4,path[_0x379e44(0x218)](_0x2286c4)))return null;try{return fs[_0x379e44(0x232)](path[_0x379e44(0x25e)](_0x2286c4,_0x28184d[_0x379e44(0x266)],_0x28184d[_0x379e44(0x20e)])),_0x2286c4;}catch(_0x5c0350){return this['_findGitConfig'](path[_0x379e44(0x218)](_0x2286c4));}}}module[a17_0xa15e1f(0x25b)]=BrowserStackJasmineReporter;function a17_0x2265(){const _0x33c6da=['xuZGr','UnhandledError','relative','expanded','ATenF','duration','expected','UiztQ','specStarted','uvMtd','3650996Cvfiqn','Jasmine','PBfPY','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','dirname','jasmineDone','set','failure_reason_expanded','shouldProcessEventForTesthub','failedExpectations','296zhYvgk','15twFihj','actual','matcherName','stack','rtKDo','match','_suitesById','QTUkG','iQBtp','GMYjr','JASMINE','.git','TestRunStarted','finished_at','description','backtrace','uxkQM','KesAb','setCurrentTestData','statSync','Exception\x20in\x20jasmine\x20specDone\x20for\x20','78036EUKANg','prefixTestPath','RVrzH','add','skipped','_scopes','1555slCEfl','jasmineStarted','reverse','remove','length','kXwuk','failure','failure_backtrace','TestRunSkipped','swgWk','4245810elReGO','_findGitConfig','ItPMU','HnHQF','7443765fyKXBv','KFoYO','vDJVD','bIkOQ','File\x20path\x20could\x20not\x20be\x20found','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','_paths','TestRunFinished','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','excluded','XhIYy','passed','message','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','LYrkX','pending','_sendSpecEvent','err','\x20:\x20','exports','SIblq','YYXVt','join','29694locBms','Spec\x20failed','MyXVk','ibFgW','HUyWn','TnGfL','ftjda','wLAFB','../../../helpers/test-observability/utils','YXmqg','BlokG','oFFZz','../../../helpers/test-observability/sessionHandler','MfDjj','AssertionError','sep','mOrhb','_resolveFilePath','EEoVS','javascript','_fileNameByFullName','toISOString','QdfdG','split','suiteDone','skffy','startsWith','path','uuid','lwNMW','tcxED','jUrNN','has','fsYlX','fullName','started_at','wYsol','BpJiR','cwd','kSMpf','VrSEh','22PRwQpO','ZFcjE','get','filename','trim','fileNameByFullName','wCcqU','push','iJKJZ','_collapseFailedExpectations','status','483378AbmRSG','failed','number','ubtSj','41486PbDnYW','parentSuiteId','slice','mXDYr','fdyfE'];a17_0x2265=function(){return _0x33c6da;};return a17_0x2265();}
@@ -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';const a18_0x571564=a18_0x4a74;(function(_0xef3e87,_0x3517f0){const _0xc8493b=a18_0x4a74,_0xf1cd80=_0xef3e87();while(!![]){try{const _0x109d33=parseInt(_0xc8493b(0xd6))/0x1+parseInt(_0xc8493b(0x94))/0x2*(-parseInt(_0xc8493b(0x9a))/0x3)+-parseInt(_0xc8493b(0xe9))/0x4+parseInt(_0xc8493b(0xd5))/0x5*(-parseInt(_0xc8493b(0xff))/0x6)+parseInt(_0xc8493b(0xe6))/0x7*(parseInt(_0xc8493b(0x98))/0x8)+parseInt(_0xc8493b(0xa4))/0x9*(-parseInt(_0xc8493b(0xec))/0xa)+parseInt(_0xc8493b(0x8d))/0xb;if(_0x109d33===_0x3517f0)break;else _0xf1cd80['push'](_0xf1cd80['shift']());}catch(_0x1eca6c){_0xf1cd80['push'](_0xf1cd80['shift']());}}}(a18_0x4d68,0x61b9d));function a18_0x4a74(_0x17ebb5,_0x160450){const _0x4d6823=a18_0x4d68();return a18_0x4a74=function(_0x4a744a,_0x38e95f){_0x4a744a=_0x4a744a-0x77;let _0x107403=_0x4d6823[_0x4a744a];return _0x107403;},a18_0x4a74(_0x17ebb5,_0x160450);}const fs=require('fs'),path=require(a18_0x571564(0xa7)),util=require(a18_0x571564(0xc1)),{spawn}=require(a18_0x571564(0xa1)),glob=require('glob'),pLimit=require(a18_0x571564(0xd2)),logger=require(a18_0x571564(0x10b))[a18_0x571564(0xd0)],helper=require('../../helpers/helper'),utilities=require(a18_0x571564(0xf7)),constants=require(a18_0x571564(0x113)),TestHubHandler=require(a18_0x571564(0xb7)),testOpsHelper=require(a18_0x571564(0xa3)),{debug}=require('../../helpers/test-observability/utils'),{FRAMEWORKS}=require(a18_0x571564(0x9f)),PerformanceTester=require(a18_0x571564(0xcc)),PerformanceEvents=require(a18_0x571564(0xab))[a18_0x571564(0xb5)],BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x571564(0x8c)),getMaxWorkers=(_0x79ef0b,_0x3a7fe8)=>{const _0x8ef7b6=a18_0x571564,_0x16db64={'ALFqy':function(_0x4d9403,_0x15cf9b){return _0x4d9403(_0x15cf9b);}};let _0x367601=0x1;if(!helper['isUndefined'](_0x3a7fe8[_0x8ef7b6(0x9e)]))_0x367601=_0x16db64[_0x8ef7b6(0xbd)](parseInt,_0x3a7fe8[_0x8ef7b6(0x9e)]);else!helper[_0x8ef7b6(0xe4)](_0x79ef0b[_0x8ef7b6(0x112)])&&(_0x367601=_0x79ef0b[_0x8ef7b6(0x112)]);return _0x367601;},resolveJasmineConfigPath=()=>{const _0x43d143=a18_0x571564,_0xcd0987={};_0xcd0987[_0x43d143(0xed)]=_0x43d143(0x8e);const _0x3fc6b8=_0xcd0987,_0x5418b0=[];process['env'][_0x43d143(0xa0)]&&_0x5418b0[_0x43d143(0x104)](path['resolve'](process['cwd'](),process[_0x43d143(0x100)][_0x43d143(0xa0)]));_0x5418b0[_0x43d143(0x104)](path[_0x43d143(0x9c)](process[_0x43d143(0xf0)](),_0x3fc6b8[_0x43d143(0xed)]));for(const _0x32d901 of _0x5418b0){try{if(fs[_0x43d143(0xcf)](_0x32d901))return _0x32d901;}catch(_0x30f267){}}return null;},enumerateSpecFiles=_0x5ac0ed=>{const _0x3a820a=a18_0x571564,_0x1a8254={'gDCtB':function(_0xedd598,_0xdfafee){return _0xedd598(_0xdfafee);},'OnBSo':function(_0x203eed,_0x1b61f8){return _0x203eed>_0x1b61f8;},'AFwpZ':function(_0x519861,_0x195a87){return _0x519861(_0x195a87);},'bEfWH':function(_0x318eaf,_0x436360){return _0x318eaf<_0x436360;},'yNaiy':function(_0x28b02b,_0x37f887){return _0x28b02b===_0x37f887;},'bRFmO':'string','iRMgN':function(_0x2b2444,_0x2e7020,_0x3aa5ed){return _0x2b2444(_0x2e7020,_0x3aa5ed);},'zLuPE':function(_0x4478f3,_0x1f6091){return _0x4478f3>_0x1f6091;},'UKeYj':function(_0x4a7ad5){return _0x4a7ad5();},'LzzEs':_0x3a820a(0x7a),'uvXsL':'spec','OzIid':_0x3a820a(0xc7),'xwDYN':function(_0x170f1e,_0x1ade10){return _0x170f1e(_0x1ade10);}};try{if(testOpsHelper[_0x3a820a(0xb0)]()){const _0x5bf727=testOpsHelper[_0x3a820a(0x101)](process['env']['BROWSERSTACK_RERUN_TESTS']);if(Array[_0x3a820a(0x90)](_0x5bf727)&&_0x1a8254[_0x3a820a(0xf2)](_0x5bf727[_0x3a820a(0x93)],0x0))return _0x5bf727['map'](_0x101c43=>path[_0x3a820a(0x9c)](process[_0x3a820a(0xf0)](),_0x101c43['trim']()))[_0x3a820a(0x8f)](Boolean);}}catch(_0xb238b9){_0x1a8254[_0x3a820a(0xbf)](debug,'Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20'+util[_0x3a820a(0x10e)](_0xb238b9));}const _0x9c2528=[];try{for(let _0x44c37c=0x1;_0x1a8254['bEfWH'](_0x44c37c,_0x5ac0ed[_0x3a820a(0x93)]);_0x44c37c++){const _0x5e2aa4=_0x5ac0ed[_0x44c37c];_0x1a8254[_0x3a820a(0x9b)](typeof _0x5e2aa4,_0x1a8254['bRFmO'])&&!_0x5e2aa4['startsWith']('-')&&_0x9c2528[_0x3a820a(0x104)](_0x5e2aa4);}}catch(_0x535221){}const _0x281270={'cwd':process[_0x3a820a(0xf0)](),'absolute':!![],'nodir':!![]},_0x1e4159=(_0x77eb95,_0x2b4c17)=>{const _0x5068ae=_0x3a820a,_0x204c44=[];for(const _0x230002 of _0x77eb95){try{const _0x3011ec=_0x2b4c17?path['posix'][_0x5068ae(0xdf)](_0x2b4c17,_0x230002):_0x230002,_0x3e2be9=glob[_0x5068ae(0xb8)](_0x3011ec,_0x281270);Array[_0x5068ae(0x90)](_0x3e2be9)&&_0x204c44[_0x5068ae(0x104)](..._0x3e2be9);}catch(_0x1c08e7){_0x1a8254[_0x5068ae(0xc6)](debug,_0x5068ae(0xb3)+_0x230002+_0x5068ae(0xa6)+util[_0x5068ae(0x10e)](_0x1c08e7));}}return _0x204c44;};if(_0x1a8254[_0x3a820a(0xf2)](_0x9c2528[_0x3a820a(0x93)],0x0)){const _0x4ad3ae=_0x1a8254[_0x3a820a(0xef)](_0x1e4159,_0x9c2528,null);if(_0x1a8254['zLuPE'](_0x4ad3ae['length'],0x0))return Array[_0x3a820a(0xb2)](new Set(_0x4ad3ae));return _0x9c2528['map'](_0x56a7ca=>path[_0x3a820a(0x9c)](process[_0x3a820a(0xf0)](),_0x56a7ca));}try{const _0x39c0aa=_0x1a8254[_0x3a820a(0xb9)](resolveJasmineConfigPath);if(_0x39c0aa){const _0x131ef8=JSON['parse'](fs[_0x3a820a(0x86)](_0x39c0aa,_0x1a8254[_0x3a820a(0xee)])),_0x534304=_0x131ef8['spec_dir']||_0x1a8254[_0x3a820a(0xde)],_0x2ff8f9=Array[_0x3a820a(0x90)](_0x131ef8[_0x3a820a(0xc4)])&&_0x1a8254['zLuPE'](_0x131ef8[_0x3a820a(0xc4)][_0x3a820a(0x93)],0x0)?_0x131ef8[_0x3a820a(0xc4)]:[_0x1a8254['OzIid']],_0x559800=_0x1a8254['iRMgN'](_0x1e4159,_0x2ff8f9,_0x534304);if(_0x1a8254[_0x3a820a(0xf2)](_0x559800[_0x3a820a(0x93)],0x0))return Array['from'](new Set(_0x559800));}}catch(_0x2ad36e){_0x1a8254[_0x3a820a(0xd9)](debug,_0x3a820a(0xd4)+util['format'](_0x2ad36e));}return null;};async function run(_0x479333,_0x59d07b,_0x4590c3){const _0x15d5f6=a18_0x571564,_0x5e1e48={'itAAQ':function(_0x4c2cac,_0x4bc151){return _0x4c2cac>_0x4bc151;},'scuaR':_0x15d5f6(0x81),'dtmXj':function(_0x39e4fc,_0x1b08eb){return _0x39e4fc(_0x1b08eb);},'MHhKO':function(_0x3bd589,_0x555f42){return _0x3bd589||_0x555f42;},'sWtJS':function(_0x41ce97,_0x122d6d){return _0x41ce97(_0x122d6d);},'mMFBl':function(_0x2b8601,_0x196a95){return _0x2b8601(_0x196a95);},'YljpX':function(_0x1dd109,_0x52b978){return _0x1dd109(_0x52b978);},'caVtA':function(_0x3b4a58,_0x46b893){return _0x3b4a58>_0x46b893;},'biMzd':function(_0x137692,_0x4929f2,_0x2f2456,_0x2821c7){return _0x137692(_0x4929f2,_0x2f2456,_0x2821c7);},'UMvob':_0x15d5f6(0xb1),'PVyLO':_0x15d5f6(0xe3),'HJkVb':function(_0x2cabae,_0x31f64d){return _0x2cabae===_0x31f64d;},'pLHqE':_0x15d5f6(0xd1),'cpkJt':_0x15d5f6(0x87),'FOdVZ':'close','JsqwP':'error','uoJHT':function(_0x2c48f0,_0x1bb363){return _0x2c48f0(_0x1bb363);},'yzWRo':_0x15d5f6(0x105),'PwnBT':function(_0xc2ca){return _0xc2ca();},'aOOZV':function(_0x2e13d7,_0x20eba4,_0x4e2823,_0x2c0b8f){return _0x2e13d7(_0x20eba4,_0x4e2823,_0x2c0b8f);},'nirJf':function(_0x576581,_0x1372e7){return _0x576581!=_0x1372e7;},'UPWPX':'true','BepaW':function(_0x365e1d,_0x348dde){return _0x365e1d(_0x348dde);},'ZpGCP':function(_0x5e4df5,_0x4d7d6e){return _0x5e4df5(_0x4d7d6e);},'iasfx':function(_0xc5b4cb,_0x1ee27d,_0x2e6d08){return _0xc5b4cb(_0x1ee27d,_0x2e6d08);},'pwYYF':function(_0x545c06,_0x3eef2e){return _0x545c06*_0x3eef2e;},'pIBSi':function(_0x1f8763,_0x45f671){return _0x1f8763(_0x45f671);},'DdpEZ':_0x15d5f6(0xd7),'VTTno':function(_0x30bda5,_0x40f067){return _0x30bda5(_0x40f067);},'rrkKO':function(_0x48fa2b,_0x167141){return _0x48fa2b(_0x167141);},'sVHlz':function(_0x386ddc,_0xde132c){return _0x386ddc<_0xde132c;},'NRIbX':function(_0x1068fe,_0x47336f){return _0x1068fe(_0x47336f);},'iyWOQ':function(_0x9a2c82,_0x5b120d){return _0x9a2c82>_0x5b120d;},'LxAcT':function(_0x190a55,_0x53d69a){return _0x190a55(_0x53d69a);}},_0x14fcd6=helper[_0x15d5f6(0x79)](_0x5e1e48['yzWRo']);global[_0x15d5f6(0x88)]=!!_0x14fcd6;const _0x1137b2=_0x5e1e48['PwnBT'](getPuppeteerVersion);global[_0x15d5f6(0x97)]=!!_0x1137b2;helper[_0x15d5f6(0x102)]()&&(await _0x4590c3[_0x15d5f6(0x89)](_0x479333),await helper[_0x15d5f6(0xa9)](_0x4590c3[_0x15d5f6(0xad)]));if(_0x14fcd6)await _0x5e1e48[_0x15d5f6(0xdc)](checkPwandBootstrapCli,_0x14fcd6,constants[_0x15d5f6(0xe5)][_0x15d5f6(0xc9)],_0x4590c3);else _0x1137b2&&await _0x5e1e48[_0x15d5f6(0xae)](checkPuppeteerAndBootstrapCli,_0x1137b2,constants[_0x15d5f6(0xe5)]['JASMINE'],_0x4590c3);if(!_0x4590c3[_0x15d5f6(0xad)])return;_0x5e1e48[_0x15d5f6(0xd3)](_0x4590c3[_0x15d5f6(0xad)]['testObservability'],null)?process['env'][_0x15d5f6(0xa8)]=_0x4590c3[_0x15d5f6(0xad)][_0x15d5f6(0x85)]:process[_0x15d5f6(0x100)][_0x15d5f6(0xa8)]=_0x5e1e48[_0x15d5f6(0x99)];!helper['isUndefined'](_0x4590c3[_0x15d5f6(0xad)][_0x15d5f6(0x109)])&&(process[_0x15d5f6(0x100)][_0x15d5f6(0xe8)]=JSON[_0x15d5f6(0xc2)](_0x4590c3[_0x15d5f6(0xad)][_0x15d5f6(0x109)]));try{await TestHubHandler[_0x15d5f6(0xfd)](FRAMEWORKS[_0x15d5f6(0xc9)],_0x4590c3);}catch(_0x2e24bf){logger[_0x15d5f6(0x77)](_0x15d5f6(0x10c)+util[_0x15d5f6(0x10e)](_0x2e24bf)),_0x5e1e48[_0x15d5f6(0x108)](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util['format'](_0x2e24bf));}let _0x170e4b=![],_0x40c3ab=[];try{_0x170e4b=helper[_0x15d5f6(0x10a)](_0x4590c3[_0x15d5f6(0xad)]),_0x40c3ab=helper[_0x15d5f6(0x107)](_0x4590c3[_0x15d5f6(0xad)],_0x170e4b,constants[_0x15d5f6(0xe5)]['JASMINE']),process[_0x15d5f6(0x100)][_0x15d5f6(0xd8)]=JSON[_0x15d5f6(0xc2)](_0x40c3ab);}catch(_0x53d891){_0x5e1e48[_0x15d5f6(0xda)](debug,_0x15d5f6(0x7e)+util[_0x15d5f6(0x10e)](_0x53d891));}let _0x39fa80=null,_0x1dcea4=![];try{_0x39fa80=helper[_0x15d5f6(0xa5)](_0x4590c3[_0x15d5f6(0xad)]),_0x1dcea4=helper[_0x15d5f6(0xf9)](_0x4590c3[_0x15d5f6(0xad)]);}catch(_0x5ddf13){_0x5e1e48[_0x15d5f6(0xc5)](debug,_0x15d5f6(0x8b)+util[_0x15d5f6(0x10e)](_0x5ddf13));}const _0x42e4fa=_0x4841a5=>{const _0x103467=_0x15d5f6,_0x2b21d4=Array['isArray'](_0x40c3ab)&&_0x5e1e48[_0x103467(0xbc)](_0x40c3ab['length'],_0x4841a5)?_0x40c3ab[_0x4841a5]:Array[_0x103467(0x90)](_0x40c3ab)&&_0x5e1e48[_0x103467(0xbc)](_0x40c3ab[_0x103467(0x93)],0x0)?_0x40c3ab[0x0]:{};return{'server':_0x39fa80,'capability':_0x2b21d4,'proxySettings':_0x4590c3[_0x103467(0xad)]['proxySettings'],'platform':helper[_0x103467(0xfb)](_0x2b21d4),'browserStackLogLevel':_0x4590c3[_0x103467(0xad)][_0x103467(0xe7)],'platformIndex':_0x4841a5,'framework':constants[_0x103467(0xe5)]['JASMINE'],'platformCaps':_0x1dcea4?Object['assign']({'index':_0x4841a5},_0x4590c3['config']['platforms'][_0x4841a5]):{'index':_0x4841a5}};};let _0x4d0a33=0x1,_0x4e254c=0x1,_0x34cb65=0x1;try{_0x4d0a33=_0x5e1e48['iasfx'](getMaxWorkers,_0x479333,_0x4590c3[_0x15d5f6(0xad)]),_0x4e254c=_0x1dcea4?_0x4590c3[_0x15d5f6(0xad)][_0x15d5f6(0x106)][_0x15d5f6(0x93)]:0x1,_0x34cb65=_0x5e1e48[_0x15d5f6(0xcd)](_0x4e254c,_0x4d0a33),process[_0x15d5f6(0x100)][_0x15d5f6(0xcb)]=_0x5e1e48['pIBSi'](String,_0x34cb65);}catch(_0x5f3496){_0x5e1e48[_0x15d5f6(0xda)](debug,'Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20'+util[_0x15d5f6(0x10e)](_0x5f3496));}try{BrowserstackCLI['getInstance']()['binSessionId']&&(process[_0x15d5f6(0x100)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI[_0x15d5f6(0xc3)]()[_0x15d5f6(0xe0)]);}catch(_0x3ed39d){_0x5e1e48[_0x15d5f6(0xda)](debug,_0x15d5f6(0xfe)+util[_0x15d5f6(0x10e)](_0x3ed39d));}const _0x3e5b16=[];try{const _0x1b996d=path[_0x15d5f6(0x9c)](__dirname,_0x5e1e48['DdpEZ']);fs['existsSync'](_0x1b996d)?_0x3e5b16[_0x15d5f6(0x104)]('--helper='+_0x1b996d):_0x5e1e48[_0x15d5f6(0xc8)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x1b996d+';\x20proceeding\x20without\x20injection');}catch(_0x1ef084){_0x5e1e48[_0x15d5f6(0x7f)](debug,_0x15d5f6(0x91)+util[_0x15d5f6(0x10e)](_0x1ef084));}const _0x2a5d29=_0x59d07b[_0x15d5f6(0xe2)](0x1),_0x2df379=_0x5e1e48[_0x15d5f6(0x83)](enumerateSpecFiles,_0x59d07b),_0x2b417d=[];for(let _0x203ac5=0x0;_0x5e1e48[_0x15d5f6(0xbb)](_0x203ac5,_0x4e254c);_0x203ac5++){if(_0x5e1e48[_0x15d5f6(0xbc)](_0x4d0a33,0x1)&&Array[_0x15d5f6(0x90)](_0x2df379)&&_0x5e1e48[_0x15d5f6(0xdb)](_0x2df379['length'],0x0))for(const _0x2e04bf of _0x2df379){const _0x5de1c0={};_0x5de1c0[_0x15d5f6(0x110)]=_0x203ac5,_0x5de1c0[_0x15d5f6(0x8a)]=[_0x2e04bf],_0x2b417d[_0x15d5f6(0x104)](_0x5de1c0);}else{const _0x3a4a0e={};_0x3a4a0e[_0x15d5f6(0x110)]=_0x203ac5,_0x3a4a0e[_0x15d5f6(0x8a)]=_0x2df379,_0x2b417d['push'](_0x3a4a0e);}}logger[_0x15d5f6(0xbe)](_0x15d5f6(0x9d)+_0x4e254c+_0x15d5f6(0xb6)+_0x4d0a33+'\x20('+_0x2b417d[_0x15d5f6(0x93)]+_0x15d5f6(0xe1)+_0x34cb65+_0x15d5f6(0x78)),PerformanceTester[_0x15d5f6(0xb4)](PerformanceEvents['SDK_SETUP']);const _0x583ade=_0x3c54ba=>new Promise(_0x1e2fd4=>{const _0x9f2432=_0x15d5f6,_0x185d9e={'ORizP':function(_0x4072a6,_0x240e80){const _0x5acab1=a18_0x4a74;return _0x5e1e48[_0x5acab1(0xc8)](_0x4072a6,_0x240e80);}};let _0x5b3747;try{const _0x3a87dc=_0x5e1e48[_0x9f2432(0x80)](_0x42e4fa,_0x3c54ba[_0x9f2432(0x110)]);_0x5b3747=Object[_0x9f2432(0x96)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x3a87dc),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x3a87dc[_0x9f2432(0x7c)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x257a42){_0x5e1e48[_0x9f2432(0xce)](debug,_0x9f2432(0x7b)+_0x3c54ba[_0x9f2432(0x110)]+_0x9f2432(0x103)+util['format'](_0x257a42)),_0x5b3747=Object[_0x9f2432(0x96)]({},process[_0x9f2432(0x100)]);}const _0x14771e=Array['isArray'](_0x3c54ba[_0x9f2432(0x8a)])?_0x3c54ba[_0x9f2432(0x8a)]:[],_0x29e2f7=_0x5e1e48[_0x9f2432(0xdb)](_0x14771e[_0x9f2432(0x93)],0x0)?_0x2a5d29['filter'](_0x42c015=>typeof _0x42c015==='string'&&_0x42c015['startsWith']('-')):_0x2a5d29,_0x9b8abb=[..._0x3e5b16,..._0x29e2f7,..._0x14771e];try{const _0x5272ba=_0x5e1e48[_0x9f2432(0xdc)](spawn,_0x5e1e48[_0x9f2432(0xeb)],[_0x5e1e48['PVyLO'],..._0x9b8abb],{'shell':_0x5e1e48[_0x9f2432(0xfc)](process[_0x9f2432(0x92)],_0x5e1e48[_0x9f2432(0xac)]),'stdio':_0x5e1e48['cpkJt'],'env':_0x5b3747});_0x5272ba['on'](_0x5e1e48[_0x9f2432(0xdd)],_0x25c585=>{const _0x275534=_0x9f2432;logger[_0x275534(0x95)](_0x275534(0xf1)+_0x3c54ba['platformIndex']+',\x20specs='+(_0x14771e[_0x275534(0x93)]?_0x14771e[_0x275534(0xdf)](','):_0x5e1e48['scuaR'])+_0x275534(0xfa)+_0x25c585),_0x5e1e48[_0x275534(0xca)](_0x1e2fd4,_0x5e1e48[_0x275534(0x82)](_0x25c585,0x0));}),_0x5272ba['on'](_0x5e1e48[_0x9f2432(0xa2)],_0x2c5209=>{const _0x92c4d4=_0x9f2432;_0x185d9e[_0x92c4d4(0xf5)](debug,_0x92c4d4(0xba)+_0x3c54ba[_0x92c4d4(0x110)]+')\x20:\x20'+util[_0x92c4d4(0x10e)](_0x2c5209)),_0x185d9e['ORizP'](_0x1e2fd4,0x1);});}catch(_0x53bada){_0x5e1e48[_0x9f2432(0xc5)](debug,_0x9f2432(0x111)+_0x3c54ba[_0x9f2432(0x110)]+_0x9f2432(0xf3)+util['format'](_0x53bada)),_0x5e1e48[_0x9f2432(0xca)](_0x1e2fd4,0x1);}}),_0x5105ab=_0x5e1e48[_0x15d5f6(0x10d)](pLimit,_0x5e1e48[_0x15d5f6(0x7d)](_0x34cb65,0x0)?_0x34cb65:0x1),_0x3229fa=await Promise[_0x15d5f6(0x81)](_0x2b417d[_0x15d5f6(0xf4)](_0x2fcbb2=>_0x5105ab(()=>_0x583ade(_0x2fcbb2))));PerformanceTester[_0x15d5f6(0x10f)](PerformanceEvents[_0x15d5f6(0xaa)]);const _0x5ad715=_0x3229fa[_0x15d5f6(0xc0)](_0x80a9e5=>_0x80a9e5!==0x0)||0x0;process[_0x15d5f6(0xf6)]=_0x5ad715,logger[_0x15d5f6(0x95)]('All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20'+_0x5ad715);const _0x19fa00=BrowserstackCLI[_0x15d5f6(0x84)]();try{await TestHubHandler['stop'](),await BrowserstackCLI['getInstance']()[_0x15d5f6(0xf8)]();}catch(_0x2388d4){_0x5e1e48['LxAcT'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util[_0x15d5f6(0x10e)](_0x2388d4));}testOpsHelper[_0x15d5f6(0xea)](),await utilities['finalExecution'](_0x4590c3,_0x19fa00);}module[a18_0x571564(0xaf)]=run;function a18_0x4d68(){const _0xe712cd=['\x20platform(s),\x20parallelsPerPlatform=','../../helpers/testhub/testhubHandler','globSync','UKeYj','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','sVHlz','itAAQ','ALFqy','info','AFwpZ','find','util','stringify','getInstance','spec_files','uoJHT','gDCtB','**/*[sS]pec.?(m)js','sWtJS','JASMINE','dtmXj','BROWSERSTACK_JASMINE_PARALLELS','../../helpers/performance/performance-tester','pwYYF','YljpX','existsSync','winstonLogger','win32','p-limit','nirJf','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','329440bIKanj','255913xFTfZa','test.setup.js','BROWSERSTACK_CAPABILITIES','xwDYN','ZpGCP','caVtA','biMzd','FOdVZ','uvXsL','join','binSessionId','\x20work-item(s),\x20max\x20','slice','jasmine','isUndefined','FRAMEWORKS','2877kGtzAk','logLevel','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','1484224sjmvdM','printBuildLink','UMvob','10sgCHsw','iCgBO','LzzEs','iRMgN','cwd','jasmine\x20child\x20(platformIndex=','OnBSo',')\x20:\x20','map','ORizP','exitCode','../../helpers/utilities','stop','validPlatformsPresent',')\x20exited\x20with\x20code\x20','getPlatformName','HJkVb','launchBuild','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','18zdphAY','env','parseFileNames','isBrowserstackInfra','\x20:\x20','push','@playwright/test','platforms','prepareCapabilities','BepaW','accessibilityOptions','useW3C','../../helpers/logger','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','NRIbX','format','start','platformIndex','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','maxWorkers','../utils/constants','error','\x20concurrent)','getPackageVersion','utf8','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','capability','iyWOQ','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','VTTno','mMFBl','all','MHhKO','rrkKO','isCLIEnabled','testObservability','readFileSync','inherit','__isPlaywrightInstalled','initialize','specArgs','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','../../helpers/puppeteer-helper','3962772PnhdwK','spec/support/jasmine.json','filter','isArray','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','platform','length','1146DwsltA','debug','assign','__isPuppeteerInstalled','14208hanQcx','UPWPX','237VSgEnm','yNaiy','resolve','Running\x20your\x20Jasmine\x20tests\x20across\x20','parallelsPerPlatform','../../helpers/test-observability/constants','JASMINE_CONFIG_PATH','child_process','JsqwP','../../helpers/test-observability/utils','2986461pZkAWh','getHubUrl','\x27\x20:\x20','path','BROWSERSTACK_TEST_OBSERVABILITY_YML','handleApp','SDK_CLEANUP','../../helpers/performance/constants','pLHqE','config','aOOZV','exports','shouldReRunObservabilityTests','npx','from','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','end','EVENTS'];a18_0x4d68=function(){return _0xe712cd;};return a18_0x4d68();}
@@ -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_0x1b1980=a19_0x5f3a;(function(_0x29fd7f,_0x5f4e45){const _0x5a0179=a19_0x5f3a,_0x4e764a=_0x29fd7f();while(!![]){try{const _0x1b776f=-parseInt(_0x5a0179(0x1a8))/0x1+parseInt(_0x5a0179(0x1ba))/0x2+parseInt(_0x5a0179(0x1f0))/0x3*(parseInt(_0x5a0179(0x18d))/0x4)+-parseInt(_0x5a0179(0x1a5))/0x5*(-parseInt(_0x5a0179(0x19f))/0x6)+parseInt(_0x5a0179(0x1f7))/0x7+parseInt(_0x5a0179(0x1c3))/0x8*(parseInt(_0x5a0179(0x1eb))/0x9)+-parseInt(_0x5a0179(0x1a7))/0xa*(parseInt(_0x5a0179(0x1d8))/0xb);if(_0x1b776f===_0x5f4e45)break;else _0x4e764a['push'](_0x4e764a['shift']());}catch(_0x172484){_0x4e764a['push'](_0x4e764a['shift']());}}}(a19_0x495e,0x1f9d9));const util=require(a19_0x1b1980(0x1c7)),logger=require(a19_0x1b1980(0x185))['winstonLogger'],helper=require(a19_0x1b1980(0x18f)),globals=require(a19_0x1b1980(0x1be)),{shouldProcessEventForTesthub}=require(a19_0x1b1980(0x1bf)),testHubConstants=require(a19_0x1b1980(0x1ab)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a19_0x1b1980(0x1ad)),testRunMap=require(a19_0x1b1980(0x18a));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process['env'][a19_0x1b1980(0x203)]||process['env']['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON[a19_0x1b1980(0x1dd)](rawConfig));}catch(a19_0x5758bf){logger[a19_0x1b1980(0x1f3)](a19_0x1b1980(0x1b6)+util['format'](a19_0x5758bf));}try{if(_bstackConfig&&!helper['getPackageVersion']('@playwright/test')){const kYjBnK='4|2|0|3|1'[a19_0x1b1980(0x1c2)]('|');let cWrppr=0x0;while(!![]){switch(kYjBnK[cWrppr++]){case'0':global['__platformCaps']=_bstackConfig['platformCaps']||{};continue;case'1':helper[a19_0x1b1980(0x1cf)]()?(global[a19_0x1b1980(0x1b8)]=helper[a19_0x1b1980(0x1fc)](_bstackConfig[a19_0x1b1980(0x1aa)]),global[a19_0x1b1980(0x1b0)]=helper[a19_0x1b1980(0x1fc)](_bstackConfig[a19_0x1b1980(0x1d0)])):(global[a19_0x1b1980(0x1b8)]=!![],global[a19_0x1b1980(0x1b0)]=!![]);continue;case'2':shouldProcessEventForTesthub()?require(a19_0x1b1980(0x192))['browserstackAgentV2'](_bstackConfig,null,!![]):require(a19_0x1b1980(0x192))[a19_0x1b1980(0x188)](_bstackConfig);continue;case'3':global[a19_0x1b1980(0x1e3)]=_bstackConfig[a19_0x1b1980(0x1e4)];continue;case'4':logger['debug'](a19_0x1b1980(0x1d3));continue;}break;}}}catch(a19_0x3d5333){logger[a19_0x1b1980(0x1f3)](a19_0x1b1980(0x197)+util['format'](a19_0x3d5333));}const _fileNameByFullName={};try{if(typeof describe===a19_0x1b1980(0x1b4)&&typeof global!==a19_0x1b1980(0x1f6)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x1c1a0c=a19_0x1b1980,_0x38739f={'GHXMC':function(_0xcfa642,_0x358b1f){return _0xcfa642(_0x358b1f);},'ILAFj':'path','OSyQi':function(_0x2f1ffa,_0x1d81ea){return _0x2f1ffa(_0x1d81ea);},'qNZtz':_0x1c1a0c(0x1f9),'lnupq':_0x1c1a0c(0x184)},_0x4cd0d5=Error[_0x1c1a0c(0x1a1)];try{const _0x2b5a5e=new Error();Error[_0x1c1a0c(0x1a1)]=(_0x1fc706,_0x2f225e)=>_0x2f225e;const _0x49fb29=_0x2b5a5e[_0x1c1a0c(0x1ce)];Error[_0x1c1a0c(0x1a1)]=_0x4cd0d5;if(Array[_0x1c1a0c(0x1dc)](_0x49fb29))for(const _0x136767 of _0x49fb29){const _0x179566=_0x136767['getFileName']&&_0x136767[_0x1c1a0c(0x1b2)]();if(_0x179566&&!_0x179566[_0x1c1a0c(0x1ec)]('bin'+_0x38739f['GHXMC'](require,_0x38739f[_0x1c1a0c(0x1c1)])['sep']+_0x1c1a0c(0x196)+_0x38739f[_0x1c1a0c(0x1a6)](require,_0x38739f[_0x1c1a0c(0x1c1)])[_0x1c1a0c(0x1d7)])&&!_0x179566['startsWith'](_0x38739f['qNZtz'])&&!_0x179566[_0x1c1a0c(0x1ec)](_0x38739f[_0x1c1a0c(0x19c)]))return _0x179566;}}catch(_0x11557b){Error[_0x1c1a0c(0x1a1)]=_0x4cd0d5;}return null;},_wrappedDescribe=function(_0x5cfa5a,_0x5eca91){const _0x487951=a19_0x1b1980,_0x30b904={'yVNHM':function(_0x1dca1d){return _0x1dca1d();},'tHGRa':function(_0x881e9a,_0x5dadf5){return _0x881e9a&&_0x5dadf5;},'HxpoP':function(_0x196c79,_0x151ba1,_0x213953){return _0x196c79(_0x151ba1,_0x213953);}};let _0x1a7d3f=null;try{_0x1a7d3f=_0x30b904[_0x487951(0x1e5)](_resolveCallerFile);}catch(_0x8f155b){}_describeTitleStack[_0x487951(0x187)](_0x5cfa5a);const _0x50c57c=_describeTitleStack['join']('\x20');_0x30b904[_0x487951(0x204)](_0x1a7d3f,_0x50c57c)&&(_fileNameByFullName[_0x50c57c]=_0x1a7d3f);try{return _0x30b904[_0x487951(0x19a)](_origDescribe,_0x5cfa5a,_0x5eca91);}finally{_describeTitleStack['pop']();}};Object[a19_0x1b1980(0x1f4)](_origDescribe)[a19_0x1b1980(0x1e7)](_0x4dc367=>{_wrappedDescribe[_0x4dc367]=_origDescribe[_0x4dc367];}),global['describe']=_wrappedDescribe;}}catch(a19_0x3865c7){logger['debug']('[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20'+util['format'](a19_0x3865c7));}function a19_0x5f3a(_0x13ea6e,_0x15391f){const _0x495e06=a19_0x495e();return a19_0x5f3a=function(_0x5f3a62,_0x396d8f){_0x5f3a62=_0x5f3a62-0x183;let _0x3bf040=_0x495e06[_0x5f3a62];return _0x3bf040;},a19_0x5f3a(_0x13ea6e,_0x15391f);}try{if(typeof jasmine!==a19_0x1b1980(0x1f6)&&jasmine[a19_0x1b1980(0x1a9)]){const BrowserStackJasmineReporter=require(a19_0x1b1980(0x19e)),a19_0x2ab8d9={};a19_0x2ab8d9[a19_0x1b1980(0x1c6)]=_fileNameByFullName,jasmine['getEnv']()[a19_0x1b1980(0x1c5)](new BrowserStackJasmineReporter(a19_0x2ab8d9)),logger[a19_0x1b1980(0x1f3)](a19_0x1b1980(0x1b5));}else logger[a19_0x1b1980(0x1f3)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a19_0x1b00a6){logger[a19_0x1b1980(0x1f3)](a19_0x1b1980(0x1f5)+util[a19_0x1b1980(0x1d1)](a19_0x1b00a6));}function a19_0x495e(){const _0x15445a=['thBuildUuid','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','qXrjy','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','is_mobile_session','sep','11agLrxD','setGlobal','seWfT','EOPOG','isArray','parse','failedExpectations','JWtSW','GrbuQ','WvoDN','failed','browserstackPlatformIndex','platformIndex','yVNHM','uXzmL','forEach','length','IdvCW','passed','27bIBrXW','includes','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','markSessionStatus','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','74946NfChTz',',\x22level\x22:\x20\x22','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','debug','keys','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','undefined','1370642HyRUfZ','sessionNameSet__','node:','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','bstackA11yShouldScan','isTrue','bstackA11yScanOptions','env','BROWSERSTACK_TESTHUB_JWT','ENV_VAR','exports','nfKwH','BROWSERSTACK_JASMINE_CONFIG','tHGRa','error','executeScript','jasmine-core','../../helpers/logger','warn','push','browserstackAgentV2','saveAccessibilityResultsWithRetry','./testRunMap','DVmQT','BFXYc','32GgMCsl','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','../../helpers/helper','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','Failed:\x20','../../index','thJwtToken','get','jdnvb','jasmine','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','wEuCz','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','HxpoP','Spec\x20failed','lnupq','sessionName','./bstack-reporter/customReporter','36bfUnxX','stringify','prepareStackTrace','GfIZr','iaNjv','__drivers','210745BDkOnB','OSyQi','7323650YlUZNP','19383wsfICY','getEnv','skipSessionName','../../helpers/testhub/constants','getGlobal','../../helpers/accessibility-automation/accessibilityRetryHelper','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','autoScanning','__skipSessionStatus','message','getFileName','RvaXc','function','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','__skipSessionName','qAjBV','153294LmLlCa','yEYpt','__sessionFailed','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','../../helpers/globals','../../helpers/testhub/utils','thTestRunUuid','ILAFj','split','416112xoZPFp','XpgJd','addReporter','fileNameByFullName','util','ZxEAX','fullName','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','info','MZYJL','HnIrE','stack','isBrowserstackInfra','skipSessionStatus','format'];a19_0x495e=function(){return _0x15445a;};return a19_0x495e();}try{typeof jasmine!==a19_0x1b1980(0x1f6)&&jasmine[a19_0x1b1980(0x1a9)]&&jasmine[a19_0x1b1980(0x1a9)]()[a19_0x1b1980(0x1c5)]({'specStarted'(_0x517b0b){const _0x37c1d4=a19_0x1b1980,_0x51592a={};_0x51592a['UfzaJ']=function(_0x505d9b,_0x13fae3){return _0x505d9b||_0x13fae3;};const _0x89f9d0=_0x51592a;_activeResultId=_0x517b0b&&_0x517b0b['id'],_activeFullName=_0x517b0b&&_0x517b0b[_0x37c1d4(0x1c9)],_activeResultRef=_0x89f9d0['UfzaJ'](_0x517b0b,null);},'specDone'(){}});}catch(a19_0x425f80){logger[a19_0x1b1980(0x1f3)](a19_0x1b1980(0x190)+util[a19_0x1b1980(0x1d1)](a19_0x425f80));}const _resolveAutoScanning=()=>{const _0x5a0644=a19_0x1b1980,_0x121420={};_0x121420[_0x5a0644(0x1cd)]=function(_0xe4a750,_0x549935){return _0xe4a750===_0x549935;};const _0x433dde=_0x121420;let _0x769879=!![];try{const _0x4f10b8=JSON[_0x5a0644(0x1dd)](process[_0x5a0644(0x1fe)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x433dde[_0x5a0644(0x1cd)](_0x4f10b8[_0x5a0644(0x1af)],![])&&(_0x769879=![]);}catch(_0x5689db){logger['debug']('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x5689db['message']);}return _0x769879;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x57f62f=a19_0x1b1980,_0x42f4f5={'BFXYc':function(_0x570517){return _0x570517();},'RvaXc':function(_0x44e403,_0x41b0f1,_0x3a7493){return _0x44e403(_0x41b0f1,_0x3a7493);},'yEYpt':function(_0x309f38,_0xd36f7a){return _0x309f38&&_0xd36f7a;},'wEuCz':_0x57f62f(0x1fb),'UHZjw':_0x57f62f(0x1fd)};try{const _0x2445fd=_0x42f4f5[_0x57f62f(0x18c)](_resolveAutoScanning),_0x7ae30=_0x42f4f5[_0x57f62f(0x1b3)](shouldScanTestForAccessibility,null,![]),_0x53f911=_0x42f4f5[_0x57f62f(0x1bb)](_0x2445fd,_0x7ae30);globals['setGlobal'](_0x42f4f5[_0x57f62f(0x198)],_0x53f911),globals[_0x57f62f(0x1d9)](_0x42f4f5['UHZjw'],null);}catch(_0x497417){logger[_0x57f62f(0x1f3)](_0x57f62f(0x1ed)+util['format'](_0x497417));}}),typeof afterEach==='function'&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x243483=a19_0x1b1980,_0x12e857={'MZYJL':function(_0x4b79fe,_0x26ffaf){return _0x4b79fe>_0x26ffaf;},'uXzmL':_0x243483(0x19b),'jTzwI':function(_0x23a9b7,_0x42d491){return _0x23a9b7+_0x42d491;},'seWfT':_0x243483(0x191),'qAjBV':'Passed','XpgJd':_0x243483(0x205),'iaNjv':_0x243483(0x1cb),'ZxEAX':_0x243483(0x1e2),'vhhkq':_0x243483(0x1ea),'DVmQT':function(_0x3bbf04){return _0x3bbf04();},'GfIZr':'isAccessibilityPlatform','qXrjy':function(_0x51dc05,_0x1e973f){return _0x51dc05>_0x1e973f;},'jdnvb':_0x243483(0x1fb),'KvytY':_0x243483(0x1bd),'GrbuQ':_0x243483(0x18e),'IdvCW':_0x243483(0x1d5),'JWtSW':'[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','WvoDN':'isMobilePlatform','nfKwH':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','EOPOG':_0x243483(0x1b7)};try{if(Array[_0x243483(0x1dc)](global[_0x243483(0x1a4)])&&_0x12e857[_0x243483(0x1cc)](global[_0x243483(0x1a4)][_0x243483(0x1e8)],0x0)&&global[_0x243483(0x1a4)][0x0]){const _0x2a158d=_activeFullName||global[_0x243483(0x19d)];if(!global['__skipSessionName']&&_0x2a158d){global[_0x243483(0x19d)]=_0x2a158d;try{await global['__drivers'][0x0][_0x243483(0x183)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x243483(0x1a0)](_0x2a158d)+'}}'),global['__drivers'][0x0][_0x243483(0x1f8)]=!![];}catch(_0x2e73d5){logger['debug'](_0x243483(0x1ae)+util[_0x243483(0x1d1)](_0x2e73d5));}}if(!global[_0x243483(0x1b0)])try{const _0x1d854a=_activeResultRef&&Array[_0x243483(0x1dc)](_activeResultRef[_0x243483(0x1de)])?_activeResultRef['failedExpectations']:[],_0x4ba682=_0x12e857[_0x243483(0x1cc)](_0x1d854a['length'],0x0),_0x1d0a86=_0x4ba682?_0x1d854a[0x0]&&_0x1d854a[0x0][_0x243483(0x1b1)]||_0x12e857[_0x243483(0x1e6)]:null;try{await global[_0x243483(0x1a4)][0x0][_0x243483(0x183)](_0x243483(0x1ef)+JSON[_0x243483(0x1a0)](_0x4ba682?_0x12e857['jTzwI'](_0x12e857[_0x243483(0x1da)],_0x1d0a86):_0x12e857[_0x243483(0x1b9)])+_0x243483(0x1f1)+(_0x4ba682?_0x12e857[_0x243483(0x1c4)]:_0x12e857[_0x243483(0x1a3)])+'\x22}}');}catch(_0x24f0dc){logger[_0x243483(0x1f3)](_0x243483(0x1fa)+util[_0x243483(0x1d1)](_0x24f0dc));}_0x4ba682&&(global[_0x243483(0x1bc)]=!![]),await helper[_0x243483(0x1ee)](global[_0x243483(0x1a4)][0x0],_0x4ba682?_0x12e857[_0x243483(0x1c8)]:_0x12e857['vhhkq'],_0x1d0a86);}catch(_0x21d159){logger[_0x243483(0x1f3)](_0x243483(0x1f2)+util[_0x243483(0x1d1)](_0x21d159));}}}catch(_0xef96bc){logger[_0x243483(0x1f3)](_0x243483(0x199)+util[_0x243483(0x1d1)](_0xef96bc));}try{if(_0x12e857[_0x243483(0x18b)](isAccessibilityAutomationSession)&&globals[_0x243483(0x1ac)](_0x12e857[_0x243483(0x1a2)])&&Array[_0x243483(0x1dc)](global[_0x243483(0x1a4)])&&_0x12e857[_0x243483(0x1d4)](global['__drivers'][_0x243483(0x1e8)],0x0)&&global['__drivers'][0x0]){const _0x39e9d1=testRunMap[_0x243483(0x194)](_activeResultId),_0x39beca={};_0x39beca[_0x243483(0x1c0)]=_0x39e9d1,_0x39beca[_0x243483(0x1d2)]=process['env'][testHubConstants[_0x243483(0x200)]['BROWSERSTACK_TESTHUB_UUID']],_0x39beca[_0x243483(0x193)]=process[_0x243483(0x1fe)][testHubConstants[_0x243483(0x200)][_0x243483(0x1ff)]];const _0x4a1c70=_0x39beca;logger['debug'](_0x243483(0x1ca)+JSON['stringify'](_0x4a1c70));if(globals[_0x243483(0x1ac)](_0x12e857[_0x243483(0x195)])){logger[_0x243483(0x1f3)](_0x12e857['KvytY']);const _0xb575c1=await accessibilityRetryHelper['performScanWithRetry'](global[_0x243483(0x1a4)][0x0],global['browserstackSessionName']);_0xb575c1?logger[_0x243483(0x1f3)](_0x12e857[_0x243483(0x1e0)]):logger[_0x243483(0x186)](_0x12e857[_0x243483(0x1e9)]);}else logger[_0x243483(0x1f3)](_0x12e857[_0x243483(0x1df)]);globals[_0x243483(0x1ac)](_0x12e857[_0x243483(0x1e1)])&&(_0x4a1c70[_0x243483(0x1d6)]=!![]);const _0x1f9d37=await accessibilityRetryHelper[_0x243483(0x189)](global[_0x243483(0x1a4)][0x0],_0x4a1c70);_0x1f9d37?logger['debug'](_0x12e857[_0x243483(0x202)]):logger[_0x243483(0x186)](_0x12e857[_0x243483(0x1db)]);}}catch(_0x22546b){logger['error']('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x243483(0x1d1)](_0x22546b));}});}catch(a19_0x1e55f2){logger[a19_0x1b1980(0x1f3)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util[a19_0x1b1980(0x1d1)](a19_0x1e55f2));}module[a19_0x1b1980(0x201)]={};
@@ -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';const a20_0x3cf029=a20_0x7ab3;function a20_0x3e6e(){const _0x3bdd11=['48mFNpoo','3040726yDjsNY','9LCAWfP','get','eDdMM','uBzaE','8422662JpPthE','217LklKqF','50865urTlNR','4178061IKBctk','626280ygusnd','set','182368FMxdOk','Vgqof','dxvlU','size','9249160FBspsU'];a20_0x3e6e=function(){return _0x3bdd11;};return a20_0x3e6e();}(function(_0x706276,_0x4ac80e){const _0x3d5825=a20_0x7ab3,_0x290e09=_0x706276();while(!![]){try{const _0x4b5382=-parseInt(_0x3d5825(0xcd))/0x1+parseInt(_0x3d5825(0xd5))/0x2+parseInt(_0x3d5825(0xcc))/0x3+parseInt(_0x3d5825(0xd4))/0x4*(parseInt(_0x3d5825(0xcb))/0x5)+-parseInt(_0x3d5825(0xc9))/0x6+-parseInt(_0x3d5825(0xca))/0x7*(-parseInt(_0x3d5825(0xcf))/0x8)+-parseInt(_0x3d5825(0xd6))/0x9*(parseInt(_0x3d5825(0xd3))/0xa);if(_0x4b5382===_0x4ac80e)break;else _0x290e09['push'](_0x290e09['shift']());}catch(_0x231597){_0x290e09['push'](_0x290e09['shift']());}}}(a20_0x3e6e,0xc018d));const _specUuidById=new Map();function a20_0x7ab3(_0x47008e,_0x58fe0b){const _0x3e6e9f=a20_0x3e6e();return a20_0x7ab3=function(_0x7ab388,_0x6b893e){_0x7ab388=_0x7ab388-0xc8;let _0x3e49e5=_0x3e6e9f[_0x7ab388];return _0x3e49e5;},a20_0x7ab3(_0x47008e,_0x58fe0b);}exports[a20_0x3cf029(0xce)]=(_0x6a90b9,_0x10513f)=>{const _0x16262f=a20_0x3cf029,_0x465b18={};_0x465b18[_0x16262f(0xd0)]=function(_0x361204,_0x4bb929){return _0x361204===_0x4bb929;};const _0x2017ac=_0x465b18;if(_0x2017ac[_0x16262f(0xd0)](_0x6a90b9,undefined)||_0x2017ac[_0x16262f(0xd0)](_0x6a90b9,null))return;_specUuidById[_0x16262f(0xce)](_0x6a90b9,_0x10513f);},exports[a20_0x3cf029(0xd7)]=_0x5936cf=>{const _0x4278ee=a20_0x3cf029,_0x19e26f={};_0x19e26f['dxvlU']=function(_0x1b663b,_0x4c76b1){return _0x1b663b===_0x4c76b1;},_0x19e26f[_0x4278ee(0xd8)]=function(_0x81fa35,_0x59cd60){return _0x81fa35===_0x59cd60;};const _0x376e68=_0x19e26f;if(_0x376e68[_0x4278ee(0xd1)](_0x5936cf,undefined)||_0x376e68['eDdMM'](_0x5936cf,null))return undefined;return _specUuidById[_0x4278ee(0xd7)](_0x5936cf);},exports['remove']=_0x58a4b3=>{const _0x3db98b=a20_0x3cf029,_0x5bf31e={};_0x5bf31e[_0x3db98b(0xc8)]=function(_0x382159,_0x53ab62){return _0x382159===_0x53ab62;};const _0x87684=_0x5bf31e;if(_0x87684[_0x3db98b(0xc8)](_0x58a4b3,undefined)||_0x87684[_0x3db98b(0xc8)](_0x58a4b3,null))return;_specUuidById['delete'](_0x58a4b3);},exports['_size']=()=>_specUuidById[a20_0x3cf029(0xd2)];
@@ -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';const a21_0x433682=a21_0x2bd6;(function(_0x2c7153,_0x102bc3){const _0xb58ae8=a21_0x2bd6,_0x5ef116=_0x2c7153();while(!![]){try{const _0x53d75b=-parseInt(_0xb58ae8(0x17b))/0x1+parseInt(_0xb58ae8(0x133))/0x2+-parseInt(_0xb58ae8(0x9b))/0x3+parseInt(_0xb58ae8(0x148))/0x4*(parseInt(_0xb58ae8(0x11c))/0x5)+parseInt(_0xb58ae8(0x126))/0x6*(-parseInt(_0xb58ae8(0xf0))/0x7)+-parseInt(_0xb58ae8(0x8e))/0x8+parseInt(_0xb58ae8(0x167))/0x9;if(_0x53d75b===_0x102bc3)break;else _0x5ef116['push'](_0x5ef116['shift']());}catch(_0x4f02e1){_0x5ef116['push'](_0x5ef116['shift']());}}}(a21_0x13be,0xa892e));function a21_0x13be(){const _0x49fa8c=['Deleting\x20','Pnaxb','CCbAA','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','pDasp','jest.config.','browserStackPercyOptions','PLUzA','testEnvironmentOptions','Found:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','jnFPL','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','NIPKl','BROWSERSTACK_CAPABILITIES','../../helpers/performance/performance-tester','setupFiles','MODULE','cEidF','../../helpers/testhub/utils','getInstance','recursive','skipSessionName','jest-config/build/readConfigFileAndSetRootDir.js','14256558naXKcQ','testObservability','getHubUrl','tGKAS','YXVHj','jaREu','resolve','EVENTS','customTestRunner.js','handleApp','Getting\x20your\x20jest\x20configs\x20from\x20','mjs','parallels__','join','message','default','child_process','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','DJqJF','errorMessage','1307634BbgemS','SDK_CLEANUP','ElnJJ','bUMSd','cwd','existsSync','true','jest-config','\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','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BROWSERSTACK_FRAMEWORK','retries__','slice','isRunning','ZxbJP','getPackageType','data-hooks.js','kXnYm','1321832bcilgZ','false','end','start','requirePWModule','findTestFiles','Getting\x20your\x20jest\x20configs\x20from\x20package.json','eOavH','isTestOrchestrationEnabled','turboScaleUrl','SDK_SETUP','FRAMEWORKS','useW3C','1059072GVcPdY','proxySettings','../../helpers/test-observability/utils','config','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','platformCaps','../../helpers/test-observability/constants','setupFilesAfterEnv','accessibilityOptions','timeout__','moduleNameMapper','exports','\x20:\x20','rohpP','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','BSTACK_JEST_TEST_ENV','test.setup.js','splice','bdKVQ','failFast','util','dMdkc','test-observability','jest-circus','QznQb',';\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','zNruP','jest','JEST','RUQYS',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','Unable\x20to\x20find\x20jest-circus,\x20','parallelsPerPlatform','Creating\x20','customTestRunnerTemplate.js','fMWRH','writeFileSync','Preserving\x20user\x27s\x20Jest\x20runner:\x20','capabilities','const\x20config=','retryTestsOnFailure','jest_browserstack_results.json','requireSeleniumWebdriver','../../helpers/test-orchestration/testOrchestrationHandler','maxWorkers','debug','@jest/core','runner','package.json','ujAOt','setupBrowserstackLocal','stringify','length','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','stop','Error\x20while\x20parsing\x20','/internal/$1','lEHCv','child\x20process\x20exited\x20with\x20code\x20','yADus','PACKAGE_TYPE','__isPuppeteerInstalled','cjs','zByFy','resolveModule','BSTACK_USER_JEST_RUNNER','qsELc','../../helpers/puppeteer-helper','jest-circus/build/runner.js','\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','SRBKU','npx','push','customImplements','serial__','jest_browserstack.config.cjs','getErrorMessageFromResults','parse','VZNIM','env','VwOjE','vAdtK','shutdown','xQZIr','jest-runner-','105GQZkdE','playwright','../../helpers/helper','inherit','../../helpers/utilities','customEnvironment.js','exitCode','apply',';\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','ceomi','MAjJL','vuOWf','workingDir','KLAgn','assign','requireModule','isNotUndefined','isUndefined','eUlXp','startsWith','testContextOptions','readFileSync','PZSxy','\x0a\x20\x20\x20\x20\x20\x20','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','BROWSERSTACK_TEST_OBSERVABILITY_YML','gxijE','runInBand','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','./test-observability/test-details','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','../utils/constants','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','testTimeout','json','iDJCF','Dyrjv','Puppeteer\x20setup\x20error:\x20','--config','platforms','getPackageVersion','jest-runner','testEnvironment','USER_CONFIG_DETAILS_PATH','20PLwyGm','Deleted\x20fail-fast\x20state\x20folder:\x20','rSOYn','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','nKfvZ','vakVJ','reporters','winstonLogger','maxRetries','error','92934NlDhdu','abortBuildOnFailure','WXhox','../../helpers/performance/constants','Reodered\x20Test\x20Files:\x20','\x20with\x20browserstack\x20jest\x20configs','info','rmSync','../../helpers/accessibility-automation/helper','readInitialOptions','prepareCapabilities','CmWkC','log','2289300zepWns','skipSessionStatus','unlinkSync','RnZFl','\x0amodule.exports\x20=\x20config;','kqlvo','anGAE','filterBrowserstackArgs','INtod','jest_browserstack.config.js','path','shouldProcessEventForTesthub','format','force','accessibility','customSequencer.js','../../helpers/percy/utils','kZdSA','checkAccessibilityPlatformConfig','isEmpty','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','19988jgPYMQ','parseTestOrchestrationOptions','\x20test\x20files\x20to\x20run.','KRJzu','../../helpers/BrowserStackSetup','pZVkl',',\x20CLI\x20running:\x20'];a21_0x13be=function(){return _0x49fa8c;};return a21_0x13be();}const fs=require('fs'),path=require(a21_0x433682(0x13d)),util=require(a21_0x433682(0xaf)),{spawn}=require(a21_0x433682(0x177)),logger=require('../../helpers/logger')[a21_0x433682(0x123)],{default:BrowserStackSetup}=require(a21_0x433682(0x14c)),helper=require(a21_0x433682(0xf2)),utilities=require(a21_0x433682(0xf4)),constants=require(a21_0x433682(0x10f)),accessibilityHelper=require(a21_0x433682(0x12e)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a21_0x433682(0x9d)),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a21_0x433682(0x10d)),{getPercyOptions}=require(a21_0x433682(0x143)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testhubUtils=require(a21_0x433682(0x162)),{FRAMEWORKS}=require(a21_0x433682(0xa1)),PerformanceTester=require(a21_0x433682(0x15e)),PerformanceEvents=require(a21_0x433682(0x129))[a21_0x433682(0x16e)],TestOrchestrationHandler=require(a21_0x433682(0xc6)),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a21_0x433682(0xde)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),{checkAccessibilityPlatformConfig}=require(a21_0x433682(0x12e)),getUserJestConfigs=async(_0x1a3a9c,_0xfdf7d2)=>{const _0x60d59d=a21_0x433682,_0x949460={'oGQec':_0x60d59d(0x166),'xQZIr':_0x60d59d(0x83),'pDasp':function(_0x98953f,_0x53cac1){return _0x98953f||_0x53cac1;},'zByFy':function(_0x1fcc21,_0x58a1fd){return _0x1fcc21(_0x58a1fd);},'jaREu':_0x60d59d(0xcb),'ceomi':_0x60d59d(0x94),'WXhox':_0x60d59d(0x172),'vwmXq':_0x60d59d(0xd9),'kqlvo':_0x60d59d(0x112)};let _0x309ab2;try{_0x309ab2=helper[_0x60d59d(0xff)](_0x949460['oGQec'],_0x949460[_0x60d59d(0xee)]);}catch{const _0x21df21=helper[_0x60d59d(0xff)](_0x949460['xQZIr']);_0x309ab2={'default':async _0x273016=>{const _0x4e2910=_0x60d59d,_0x18bac6=await _0x21df21[_0x4e2910(0x12f)](_0x273016,{});return _0x18bac6[_0x4e2910(0x9e)];}};}const _0x23c71d=_0xfdf7d2['findIndex'](_0x46ea57=>_0x46ea57==='--config');if(!helper[_0x60d59d(0x101)](_0x1a3a9c[_0x60d59d(0x9e)])){logger[_0x60d59d(0x12c)](_0x60d59d(0x171)+_0x1a3a9c[_0x60d59d(0x9e)]),process[_0x60d59d(0xea)][_0x60d59d(0x11b)]=_0x1a3a9c['config'];const _0x27447b=await(0x0,_0x309ab2[_0x60d59d(0x176)])(path[_0x60d59d(0x16d)](_0x1a3a9c[_0x60d59d(0x9e)]));return _0xfdf7d2[_0x60d59d(0xac)](_0x23c71d,0x2),_0x949460[_0x60d59d(0x153)](_0x27447b,{});}const _0x117dd1=_0x949460[_0x60d59d(0xda)](require,path['join'](process[_0x60d59d(0x80)](),_0x949460[_0x60d59d(0x16c)]));if(_0x117dd1['jest'])return logger['info'](_0x949460[_0x60d59d(0xf9)]),_0x117dd1[_0x60d59d(0xb6)];const _0x5e3340=['js',_0x949460[_0x60d59d(0x128)],_0x949460['vwmXq'],_0x949460[_0x60d59d(0x138)],'ts'];for(const _0x3813f7 of _0x5e3340){const _0x4c77d4=path[_0x60d59d(0x174)](process[_0x60d59d(0x80)](),_0x60d59d(0x154)+_0x3813f7);if(fs['existsSync'](_0x4c77d4)){process['env'][_0x60d59d(0x11b)]=_0x4c77d4;const _0x3e1fbd=await(0x0,_0x309ab2[_0x60d59d(0x176)])(_0x4c77d4);return _0x3e1fbd;}}return{};},getSerial=(_0x1368ed,_0x4ddfa8)=>{const _0x4944a0=a21_0x433682,_0x1662de={};_0x1662de[_0x4944a0(0x16a)]=_0x4944a0(0x82),_0x1662de[_0x4944a0(0xb8)]=function(_0x444253,_0x534b1d){return _0x444253>_0x534b1d;},_0x1662de['lEHCv']=function(_0x4a14c4,_0x3af3eb){return _0x4a14c4>_0x3af3eb;},_0x1662de['uEFSu']=_0x4944a0(0x8f);const _0x52d43f=_0x1662de;let _0x4a4a93=_0x52d43f[_0x4944a0(0x16a)];return _0x52d43f['RUQYS'](_0x1368ed[_0x4944a0(0xcf)],0x1)&&(!_0x4ddfa8[_0x4944a0(0x10b)]&&(helper['isUndefined'](_0x4ddfa8[_0x4944a0(0xc7)])||_0x52d43f[_0x4944a0(0xd4)](_0x4ddfa8[_0x4944a0(0xc7)],0x1)))&&(_0x4a4a93=_0x52d43f['uEFSu']),_0x4a4a93;},getMaxWorkers=(_0x5acd36,_0x56e10a,_0x214a19)=>{const _0x2550da=a21_0x433682,_0x2efeb6={'zNruP':function(_0x2fcb9a,_0x5ee666){return _0x2fcb9a(_0x5ee666);}};let _0x127386=0x1;if(!helper['isUndefined'](_0x56e10a['parallelsPerPlatform']))_0x127386=_0x2efeb6[_0x2550da(0xb5)](parseInt,_0x56e10a[_0x2550da(0xbb)]);else{if(!helper[_0x2550da(0x101)](_0x5acd36[_0x2550da(0xc7)]))_0x127386=_0x5acd36[_0x2550da(0xc7)];else!helper[_0x2550da(0x101)](_0x214a19['maxWorkers'])&&(_0x127386=_0x214a19[_0x2550da(0xc7)]);}return _0x127386;};async function run(_0x253f8e,_0x30ca1e,_0xf85aad){const _0x520078=a21_0x433682,_0x26c56c={'CmWkC':_0x520078(0xb6),'yADus':function(_0x47db3a,_0x4576a9){return _0x47db3a(_0x4576a9);},'bUMSd':'@playwright/test','MAjJL':function(_0x18ba7c){return _0x18ba7c();},'eOavH':function(_0x53179d,_0x417ec5,_0x554669,_0xc87787){return _0x53179d(_0x417ec5,_0x554669,_0xc87787);},'gxijE':function(_0x1a923e,_0x2d9291){return _0x1a923e!=_0x2d9291;},'pZVkl':'true','SGRVm':function(_0x2c2ffe,_0x2dceaa,_0x42d8be){return _0x2c2ffe(_0x2dceaa,_0x42d8be);},'KRJzu':_0x520078(0x10c),'yUUIy':function(_0xc32d80,_0x5ed4b7){return _0xc32d80(_0x5ed4b7);},'vAdtK':function(_0x35c1f4,_0x1f1b91){return _0x35c1f4(_0x1f1b91);},'BGKNP':_0x520078(0x8f),'qsELc':function(_0x3b7388,_0x11b84c,_0x37875f){return _0x3b7388(_0x11b84c,_0x37875f);},'rohpP':function(_0x92211b,_0x7a56b5,_0x4d5271,_0x5c7fcd){return _0x92211b(_0x7a56b5,_0x4d5271,_0x5c7fcd);},'vuOWf':function(_0x5e9fdd,_0x5873ca){return _0x5e9fdd*_0x5873ca;},'rSOYn':function(_0x578e43,_0x19729f){return _0x578e43===_0x19729f;},'VwOjE':_0x520078(0xe6),'fMWRH':_0x520078(0x13c),'NIPKl':_0x520078(0xe4),'CCbAA':_0x520078(0xc4),'jnFPL':_0x520078(0x16f),'SRBKU':_0x520078(0xbd),'kXnYm':_0x520078(0xf5),'dMdkc':function(_0x24ec0b,_0x130bbd){return _0x24ec0b!==_0x130bbd;},'nKfvZ':_0x520078(0x119),'QznQb':'jest-runner-','CtbgL':'jest.setup.js','DMYWG':_0x520078(0x142),'GRCjH':_0x520078(0x147),'anGAE':_0x520078(0xb2),'RnZFl':_0x520078(0xdf),'vakVJ':_0x520078(0xb1),'ZxbJP':_0x520078(0x8c),'PZSxy':'customCircus.js','Dyrjv':'test_before.setup.js','Urwss':_0x520078(0x9f),'axZxp':_0x520078(0xf1),'cEidF':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','dveGG':_0x520078(0xab),'ElnJJ':'Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','VZNIM':function(_0x462ad4,_0x37b0e4){return _0x462ad4&&_0x37b0e4;},'DuuwS':_0x520078(0x108),'YXVHj':'puppeteer','iDJCF':'puppeteer-core/package.json','Pnaxb':_0x520078(0x176),'DJqJF':'@jest/core/build/ReporterDispatcher.js','gIJhF':_0x520078(0xc9),'ujAOt':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','KLAgn':function(_0x55a56a,_0x419dba){return _0x55a56a>_0x419dba;},'bdKVQ':_0x520078(0xa9),'INtod':_0x520078(0x116),'PLUzA':_0x520078(0xe2),'eUlXp':function(_0x3600a7,_0x5f00df){return _0x3600a7===_0x5f00df;},'kZdSA':'win32','yzwgG':_0x520078(0xf3),'LTOrT':'close'},_0x5b1de3=helper[_0x520078(0x118)](_0x26c56c[_0x520078(0x7f)]);global['__isPlaywrightInstalled']=!!_0x5b1de3;const _0x3aca08=_0x26c56c[_0x520078(0xfa)](getPuppeteerVersion);global[_0x520078(0xd8)]=!!_0x3aca08;helper['isBrowserstackInfra']()&&(await _0xf85aad['initialize'](_0x253f8e),await helper[_0x520078(0x170)](_0xf85aad[_0x520078(0x9e)]));if(_0x5b1de3)await _0x26c56c['eOavH'](checkPwandBootstrapCli,_0x5b1de3,constants[_0x520078(0x99)][_0x520078(0xb7)],_0xf85aad);else _0x3aca08&&await _0x26c56c['eOavH'](checkPuppeteerAndBootstrapCli,_0x3aca08,constants[_0x520078(0x99)][_0x520078(0xb7)],_0xf85aad);!BrowserstackCLI[_0x520078(0x163)]()['isRunning']()&&await _0xf85aad[_0x520078(0xcd)]();if(!_0xf85aad[_0x520078(0x9e)])return;_0x26c56c[_0x520078(0x10a)](_0xf85aad['config'][_0x520078(0x168)],null)?process[_0x520078(0xea)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0xf85aad[_0x520078(0x9e)][_0x520078(0x168)]:process[_0x520078(0xea)][_0x520078(0x109)]=_0x26c56c[_0x520078(0x14d)];const _0x1b15ec=new TestOrchestrationHandler(_0xf85aad[_0x520078(0x9e)]),_0x1808fa=await _0x26c56c['SGRVm'](getUserJestConfigs,_0x253f8e,_0x30ca1e);logger[_0x520078(0x12c)](_0x26c56c[_0x520078(0x14b)]);const _0x1112b2=Object[_0x520078(0xfe)]({},_0x1808fa);_0x1112b2[_0x520078(0x157)]=Object[_0x520078(0xfe)]({},_0x1112b2[_0x520078(0x157)],{'server':helper[_0x520078(0x169)](_0xf85aad[_0x520078(0x9e)]),'environment':_0x1808fa[_0x520078(0x11a)]}),_0x1112b2[_0x520078(0x157)][_0x520078(0x155)]=_0x26c56c['yUUIy'](getPercyOptions,_0xf85aad[_0x520078(0x9e)]);const _0x3a2ebd=helper[_0x520078(0x9a)](_0xf85aad[_0x520078(0x9e)]);!helper[_0x520078(0x101)](_0xf85aad[_0x520078(0x9e)][_0x520078(0xa3)])&&(process[_0x520078(0xea)][_0x520078(0x159)]=JSON['stringify'](_0xf85aad[_0x520078(0x9e)][_0x520078(0xa3)]));if(!BrowserstackCLI[_0x520078(0x163)]()[_0x520078(0x89)]()){const _0x47d2f5=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x520078(0xb7)],_0xf85aad);}const _0x5a4c23=helper[_0x520078(0x130)](_0xf85aad[_0x520078(0x9e)],_0x3a2ebd,constants[_0x520078(0x99)][_0x520078(0xb7)]);process[_0x520078(0xea)][_0x520078(0x15d)]=JSON[_0x520078(0xce)](_0x5a4c23);let _0x181b3f=_0xf85aad['config'][_0x520078(0x141)];_0x181b3f=_0x181b3f||accessibilityHelper[_0x520078(0x145)](_0xf85aad['config']),process['env'][_0x520078(0x85)]=_0x181b3f,logger[_0x520078(0xc8)](_0x520078(0x152)+_0x181b3f+_0x520078(0x14e)+BrowserstackCLI[_0x520078(0x163)]()[_0x520078(0x89)]());if(_0x5b1de3)try{const _0x300e78=_0x26c56c[_0x520078(0xec)](checkAccessibilityPlatformConfig,_0xf85aad[_0x520078(0x9e)]);process[_0x520078(0xea)][_0x520078(0x15b)]=_0x300e78?_0x26c56c[_0x520078(0x14d)]:_0x26c56c['BGKNP'],logger[_0x520078(0xc8)](_0x520078(0x10e)+_0x300e78+_0x520078(0xb9)+process[_0x520078(0xea)][_0x520078(0x15b)]);}catch(_0x4e337a){logger[_0x520078(0xc8)](_0x520078(0x178)+util[_0x520078(0x13f)](_0x4e337a));}_0x1112b2[_0x520078(0x157)][_0x520078(0xc1)]=_0x5a4c23,_0x1112b2[_0x520078(0x157)][_0x520078(0xe5)]=_0x26c56c[_0x520078(0xdd)](getSerial,_0x5a4c23,_0x253f8e),_0x1112b2[_0x520078(0x157)][_0x520078(0x173)]=_0x26c56c[_0x520078(0xa8)](getMaxWorkers,_0x253f8e,_0xf85aad[_0x520078(0x9e)],_0x1808fa),_0x1112b2[_0x520078(0x157)][_0x520078(0x9c)]=_0xf85aad[_0x520078(0x9e)][_0x520078(0x9c)],_0x1112b2[_0x520078(0x157)][_0x520078(0xa4)]=_0x26c56c[_0x520078(0xfb)](_0x253f8e[_0x520078(0x111)],0x1)||0x1388,_0x1112b2['testEnvironmentOptions'][_0x520078(0x165)]=_0xf85aad['config'][_0x520078(0x104)]['skipSessionName'],_0x1112b2[_0x520078(0x157)][_0x520078(0x134)]=_0xf85aad['config'][_0x520078(0x104)][_0x520078(0x134)],_0x1112b2[_0x520078(0x157)]['browserStackLogLevel']=_0xf85aad['config']['logLevel'],_0x1112b2[_0x520078(0x157)]['turboScaleUrl']=_0xf85aad[_0x520078(0x9e)][_0x520078(0x97)],_0x1112b2['testEnvironmentOptions'][_0x520078(0xa0)]=_0xf85aad[_0x520078(0x9e)][_0x520078(0x117)];const _0x1f98dc=helper[_0x520078(0x149)](_0xf85aad[_0x520078(0x9e)]);if(!helper[_0x520078(0x146)](_0x1f98dc)){helper[_0x520078(0x100)](_0x1f98dc[_0x520078(0xc3)])&&(_0x1112b2[_0x520078(0x157)][_0x520078(0x87)]=_0x1f98dc[_0x520078(0xc3)][_0x520078(0x124)]);if(helper[_0x520078(0x100)](_0x1f98dc[_0x520078(0x127)])&&helper['isNotUndefined'](_0x1f98dc['abortBuildOnFailure'][_0x520078(0xfc)])){const _0x148d7b={};_0x148d7b['failureThresholdCount']=_0x1f98dc['abortBuildOnFailure']['maxFailures'],_0x148d7b[_0x520078(0xfc)]=_0x1f98dc[_0x520078(0x127)]['workingDir'],_0x1112b2[_0x520078(0x157)][_0x520078(0xae)]=_0x148d7b;}}let _0x30835c='';_0x26c56c[_0x520078(0x11e)](helper[_0x520078(0x8b)](),constants[_0x520078(0xd7)][_0x520078(0x160)])?_0x30835c=_0x26c56c[_0x520078(0xeb)]:_0x30835c=_0x26c56c[_0x520078(0xbe)];const _0x303675=_0x30835c,_0x3f0a4b=path['join'](__dirname,_0x26c56c[_0x520078(0x15c)],_0x26c56c[_0x520078(0x151)]),_0x56b4ac=path[_0x520078(0x174)](__dirname,_0x26c56c[_0x520078(0x15c)],_0x26c56c[_0x520078(0x15a)]),_0x5ecf2d=path[_0x520078(0x174)](__dirname,_0x26c56c[_0x520078(0x15c)],_0x26c56c[_0x520078(0xe1)]);_0x1112b2[_0x520078(0x11a)]&&(process[_0x520078(0xea)][_0x520078(0xaa)]=_0x1112b2[_0x520078(0x11a)]);_0x1112b2[_0x520078(0x11a)]=path[_0x520078(0x174)](__dirname,_0x26c56c[_0x520078(0x15c)],_0x26c56c[_0x520078(0x8d)]);const _0x55b9b3=_0x1808fa[_0x520078(0xca)];if(_0x55b9b3&&_0x26c56c[_0x520078(0xb0)](_0x55b9b3,_0x26c56c[_0x520078(0x120)])){const _0x21520b=_0x55b9b3[_0x520078(0x103)](_0x26c56c[_0x520078(0xb3)])?_0x55b9b3:_0x520078(0xef)+_0x55b9b3;process[_0x520078(0xea)][_0x520078(0xdc)]=_0x21520b,logger['info'](_0x520078(0xc0)+_0x21520b);}_0x1112b2[_0x520078(0xca)]=_0x56b4ac,_0x1112b2[_0x520078(0xa2)]=_0x1112b2[_0x520078(0xa2)]||[],_0x1112b2['setupFilesAfterEnv'][_0x520078(0xe3)](path[_0x520078(0x174)](__dirname,_0x26c56c['CtbgL']));_0x1b15ec[_0x520078(0x96)]()&&(_0x1112b2['testSequencer']=path[_0x520078(0x174)](__dirname,_0x26c56c[_0x520078(0x15c)],_0x26c56c['DMYWG']));if(testhubUtils[_0x520078(0x13e)]()||BrowserstackCLI[_0x520078(0x163)]()['isCliEnabled']()){let _0x4ebac1=null;try{_0x4ebac1=helper[_0x520078(0xff)](_0x26c56c['GRCjH'],_0x26c56c['anGAE']);}catch(_0x34b563){try{_0x4ebac1=helper[_0x520078(0xff)](_0x26c56c[_0x520078(0x136)],_0x26c56c[_0x520078(0x139)]);}catch(_0x308cab){_0x26c56c[_0x520078(0xec)](debug,_0x520078(0xba)+_0x308cab);}}_0x4ebac1&&(testhubUtils[_0x520078(0x13e)]()&&_0x1112b2[_0x520078(0xa2)][_0x520078(0xe3)](path[_0x520078(0x174)](__dirname,_0x26c56c[_0x520078(0x121)],_0x26c56c[_0x520078(0x8a)])),_0x1112b2['testRunner']=path[_0x520078(0x174)](__dirname,_0x26c56c[_0x520078(0x15c)],_0x26c56c[_0x520078(0x106)]));}_0x1112b2[_0x520078(0x15f)]=_0x1112b2[_0x520078(0x15f)]||[];try{helper[_0x520078(0xc5)](),_0x1112b2[_0x520078(0x15f)][_0x520078(0xe3)](path[_0x520078(0x174)](__dirname,_0x26c56c[_0x520078(0x114)]));}catch{logger[_0x520078(0xc8)](_0x26c56c['Urwss']);}try{helper[_0x520078(0x92)][_0x520078(0xf7)](null,[_0x26c56c['bUMSd'],_0x26c56c['axZxp']]),logger[_0x520078(0xc8)](_0x26c56c[_0x520078(0x161)]),_0x1112b2[_0x520078(0x15f)][_0x520078(0xe3)](path[_0x520078(0x174)](__dirname,_0x26c56c['dveGG']));}catch(_0x188b9f){logger[_0x520078(0xc8)](_0x26c56c[_0x520078(0x17d)],_0x188b9f);}if(_0x26c56c[_0x520078(0xe9)](!_0x5b1de3,_0x3aca08)){try{logger[_0x520078(0xc8)](_0x26c56c['DuuwS']),_0x1112b2['setupFilesAfterEnv']['push'](path[_0x520078(0x174)](__dirname,'..',_0x26c56c[_0x520078(0x16b)],_0x26c56c['dveGG']));}catch(_0x1247c1){logger['debug'](_0x520078(0x115)+_0x1247c1[_0x520078(0x175)]);}try{const _0x4118ca=require[_0x520078(0x16d)](_0x26c56c[_0x520078(0x113)]),_0x4d7974=path['dirname'](_0x4118ca)['replace'](/\\/g,'/'),_0x1d6525={};_0x1d6525['^puppeteer-core/internal/(.*)']=_0x4d7974+_0x520078(0xd3),_0x1112b2[_0x520078(0xa5)]=Object[_0x520078(0xfe)]({},_0x1112b2[_0x520078(0xa5)]||{},_0x1d6525),logger[_0x520078(0xc8)](_0x520078(0xd0)+_0x4d7974);}catch(_0x14de89){logger[_0x520078(0xc8)]('[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20'+_0x14de89[_0x520078(0x175)]);}}_0x1112b2[_0x520078(0x122)]=_0x1112b2['reporters']||[_0x26c56c[_0x520078(0x150)]],_0x26c56c['SGRVm'](updateTestRerunConfig,_0x1112b2,_0xf85aad);const _0x1f2ab2=fs[_0x520078(0x105)](_0x5ecf2d),_0x235117=helper[_0x520078(0xdb)](_0x26c56c[_0x520078(0x179)],_0x26c56c['gIJhF']);!_0x235117[_0x520078(0x125)]?fs[_0x520078(0xbf)](_0x1112b2['runner'],_0x520078(0x107)+_0x1f2ab2+_0x520078(0xe0)+_0xf85aad[_0x520078(0x9e)][_0x520078(0x117)]['length']+_0x520078(0xb4)):fs[_0x520078(0xbf)](_0x1112b2[_0x520078(0xca)],_0x520078(0x107)+_0x1f2ab2+_0x520078(0x84)+_0xf85aad[_0x520078(0x9e)][_0x520078(0x117)]['length']+_0x520078(0xf8));logger[_0x520078(0x12c)](_0x520078(0xbc)+_0x303675+_0x520078(0x12b)),fs['writeFileSync'](_0x303675,_0x520078(0xc2)+JSON[_0x520078(0xce)](_0x1112b2)+_0x520078(0x137));if(_0x1b15ec[_0x520078(0x96)]()){logger[_0x520078(0xc8)](_0x26c56c[_0x520078(0xcc)]);const _0x2b4fe0=await _0x1b15ec[_0x520078(0x93)](_0x1112b2,_0x30ca1e[_0x520078(0x88)](0x1),_0x303675);logger[_0x520078(0xc8)](_0x520078(0x158)+JSON[_0x520078(0xce)](_0x2b4fe0)+_0x520078(0x14a));const _0x47b972=await _0x1b15ec['reorderTestFiles'](_0x2b4fe0);logger['debug'](_0x520078(0x12a)+JSON[_0x520078(0xce)](_0x47b972)),_0x47b972&&_0x26c56c[_0x520078(0xfd)](_0x47b972['length'],0x0)&&(process[_0x520078(0xea)]['JEST_TEST_ORDER']=_0x47b972?.[_0x520078(0x174)](','));}logger['info'](_0x26c56c[_0x520078(0xad)]);testhubUtils[_0x520078(0x13e)]()&&TestDetails['setup']();helper[_0x520078(0x13a)]({},_0x30ca1e),PerformanceTester[_0x520078(0x90)](PerformanceEvents[_0x520078(0x98)]);const _0x53fe06=[_0x26c56c[_0x520078(0x131)],_0x26c56c[_0x520078(0x13b)],_0x303675,..._0x30ca1e[_0x520078(0x88)](0x1)];process[_0x520078(0xea)][_0x520078(0x86)]=process['env'][_0x520078(0x86)]||_0x26c56c[_0x520078(0x131)];const _0x57cbb8=_0x26c56c[_0x520078(0x95)](spawn,_0x26c56c[_0x520078(0x156)],_0x53fe06,{'shell':_0x26c56c[_0x520078(0x102)](process['platform'],_0x26c56c[_0x520078(0x144)]),'stdio':_0x26c56c['yzwgG'],'env':Object[_0x520078(0xfe)]({},process[_0x520078(0xea)])});_0x57cbb8['on'](_0x26c56c['LTOrT'],async _0x20ac12=>{const _0x3b8e30=_0x520078;PerformanceTester[_0x3b8e30(0x91)](PerformanceEvents[_0x3b8e30(0x17c)]),process[_0x3b8e30(0xf6)]=_0x20ac12,logger[_0x3b8e30(0xc8)](_0x3b8e30(0xd5)+_0x20ac12),logger[_0x3b8e30(0x12c)](_0x3b8e30(0x14f)+_0x303675);if(helper['isNotUndefined'](_0x1f98dc)&&helper[_0x3b8e30(0x100)](_0x1f98dc[_0x3b8e30(0x127)])&&fs['existsSync'](_0x1f98dc['abortBuildOnFailure']['workingDir']))try{const _0x400b4e={};_0x400b4e[_0x3b8e30(0x164)]=!![],_0x400b4e[_0x3b8e30(0x140)]=!![],fs[_0x3b8e30(0x12d)](_0x1f98dc[_0x3b8e30(0x127)]['workingDir'],_0x400b4e),logger[_0x3b8e30(0xc8)](_0x3b8e30(0x11d)+_0x1f98dc[_0x3b8e30(0x127)][_0x3b8e30(0xfc)]);}catch(_0x159e11){logger[_0x3b8e30(0x125)](_0x3b8e30(0x110)+_0x159e11);}let _0x14c548=null;if(fs[_0x3b8e30(0x81)](_0x3f0a4b)){_0x14c548=fs['readFileSync'](_0x3f0a4b);try{_0x14c548=JSON[_0x3b8e30(0xe8)](_0x14c548);}catch(_0x43d174){logger[_0x3b8e30(0xc8)](_0x3b8e30(0xd2)+_0x3f0a4b+',\x20'+_0x14c548+_0x3b8e30(0xa7)+_0x43d174);}fs['unlinkSync'](_0x3f0a4b);}fs[_0x3b8e30(0x135)](_0x303675),fs[_0x3b8e30(0x135)](_0x56b4ac),_0x14c548&&(_0xf85aad[_0x3b8e30(0x17a)]=helper[_0x3b8e30(0xe7)](_0x14c548,_0x26c56c['CmWkC'],_0xf85aad));const _0x5b4ef1=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x3b8e30(0xd1)](),await BrowserstackCLI['getInstance']()[_0x3b8e30(0xd1)]();}catch(_0x56da8e){console[_0x3b8e30(0x132)](_0x56da8e),_0x26c56c[_0x3b8e30(0xd6)](debug,_0x3b8e30(0x11f)+util[_0x3b8e30(0x13f)](_0x56da8e));}testOpsHelper['printBuildLink'](),TestDetails[_0x3b8e30(0xed)](),await utilities['finalExecution'](_0xf85aad,_0x5b4ef1);});}function a21_0x2bd6(_0x4557db,_0x28ee67){const _0x13beba=a21_0x13be();return a21_0x2bd6=function(_0x2bd6dd,_0x39e74c){_0x2bd6dd=_0x2bd6dd-0x7f;let _0x58cff9=_0x13beba[_0x2bd6dd];return _0x58cff9;},a21_0x2bd6(_0x4557db,_0x28ee67);}module[a21_0x433682(0xa6)]=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
+ const a22_0x48279e=a22_0x1dc9;function a22_0x1dc9(_0x3122b6,_0x396163){const _0x205d24=a22_0x205d();return a22_0x1dc9=function(_0x1dc9df,_0x28b7bc){_0x1dc9df=_0x1dc9df-0xe8;let _0x5d7d49=_0x205d24[_0x1dc9df];return _0x5d7d49;},a22_0x1dc9(_0x3122b6,_0x396163);}(function(_0xe41ce7,_0x5e1363){const _0x252ccb=a22_0x1dc9,_0x445eba=_0xe41ce7();while(!![]){try{const _0x5e3d3a=parseInt(_0x252ccb(0xec))/0x1+parseInt(_0x252ccb(0xfb))/0x2+-parseInt(_0x252ccb(0xf2))/0x3+parseInt(_0x252ccb(0xf8))/0x4*(parseInt(_0x252ccb(0xeb))/0x5)+parseInt(_0x252ccb(0xed))/0x6*(parseInt(_0x252ccb(0xf7))/0x7)+-parseInt(_0x252ccb(0xe8))/0x8*(-parseInt(_0x252ccb(0x103))/0x9)+-parseInt(_0x252ccb(0xf4))/0xa*(parseInt(_0x252ccb(0xf6))/0xb);if(_0x5e3d3a===_0x5e1363)break;else _0x445eba['push'](_0x445eba['shift']());}catch(_0x3db0d4){_0x445eba['push'](_0x445eba['shift']());}}}(a22_0x205d,0xc46d9));const path=require(a22_0x48279e(0xff)),{requireModule}=require(a22_0x48279e(0xf1));let initJestAdapter;try{initJestAdapter=requireModule(a22_0x48279e(0xf9),'jest-circus');}catch{initJestAdapter=requireModule(a22_0x48279e(0x101),a22_0x48279e(0xfe));}function a22_0x205d(){const _0x30e087=['jest-circus/build/runner.js','exports','317871myOerD','312grgfXO','requireInternalModule','initRequireModule','785szPEqx','84594exFwIq','6Yppndf','default','join','jestAdapterInit','../../../helpers/helper','1836483pFIHiG','YHlVg','19429070rRncSd','includes','11MqUmil','7578977bVaQYe','1708GIzptk','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','customJestAdapterInit.js','1495704BohUOv','ZYNio','function','jest-circus','path','nnPSs'];a22_0x205d=function(){return _0x30e087;};return a22_0x205d();}initJestAdapter=typeof initJestAdapter===a22_0x48279e(0xfd)?initJestAdapter:initJestAdapter[a22_0x48279e(0xee)];const FRAMEWORK_INITIALIZER=path[a22_0x48279e(0xef)](__dirname,a22_0x48279e(0xfa));module[a22_0x48279e(0x102)]=(..._0x1d3b80)=>{const _0x2be784=a22_0x48279e,_0x70f5ce={'YHlVg':_0x2be784(0xf0),'nnPSs':function(_0x301948,_0xc2e3a6){return _0x301948===_0xc2e3a6;},'ZYNio':function(_0x363e65,..._0x4ca563){return _0x363e65(..._0x4ca563);}};return _0x1d3b80[0x3][_0x2be784(0xea)]=_0x1d3b80[0x3][_0x2be784(0xe9)],_0x1d3b80[0x3][_0x2be784(0xe9)]=(..._0x49e201)=>{const _0x1c6453=_0x2be784;if(_0x49e201[0x0]&&_0x49e201[0x0][_0x1c6453(0xf5)](_0x70f5ce[_0x1c6453(0xf3)])&&_0x70f5ce[_0x1c6453(0x100)](_0x49e201[0x1],undefined))return _0x1d3b80[0x3][_0x1c6453(0xea)](FRAMEWORK_INITIALIZER);return _0x1d3b80[0x3]['initRequireModule'](..._0x49e201);},_0x70f5ce[_0x2be784(0xfc)](initJestAdapter,..._0x1d3b80);};