browserstack-node-sdk 1.65.1 → 1.65.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a11_0x42af60=a11_0x559a;(function(_0x2b7fcb,_0xeb1712){const _0x3156a7=a11_0x559a,_0x19a4fb=_0x2b7fcb();while(!![]){try{const _0x22db70=parseInt(_0x3156a7(0xcc))/0x1+parseInt(_0x3156a7(0xd5))/0x2+-parseInt(_0x3156a7(0xb8))/0x3*(-parseInt(_0x3156a7(0xe4))/0x4)+parseInt(_0x3156a7(0xf5))/0x5*(parseInt(_0x3156a7(0xe9))/0x6)+parseInt(_0x3156a7(0xce))/0x7*(-parseInt(_0x3156a7(0xee))/0x8)+-parseInt(_0x3156a7(0xc9))/0x9*(parseInt(_0x3156a7(0xc8))/0xa)+parseInt(_0x3156a7(0xde))/0xb*(parseInt(_0x3156a7(0xb4))/0xc);if(_0x22db70===_0xeb1712)break;else _0x19a4fb['push'](_0x19a4fb['shift']());}catch(_0x23cb2d){_0x19a4fb['push'](_0x19a4fb['shift']());}}}(a11_0x1c38,0xedfed));function a11_0x559a(_0x17d431,_0x34ac42){const _0x1c38a0=a11_0x1c38();return a11_0x559a=function(_0x559a13,_0xeb9245){_0x559a13=_0x559a13-0xb3;let _0x4c04d5=_0x1c38a0[_0x559a13];return _0x4c04d5;},a11_0x559a(_0x17d431,_0x34ac42);}const {default:BrowserStackSetup}=require(a11_0x42af60(0xfc)),logger=require(a11_0x42af60(0xc6))[a11_0x42af60(0xdc)],{URL}=require(a11_0x42af60(0xf4)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a11_0x42af60(0xb9)),validHosts=function(_0x5c0b78){const _0xc3e126=a11_0x42af60;return _0x5c0b78['split'](',')[_0xc3e126(0xb3)](_0x4c7716=>{const _0x40e7b4=_0xc3e126;try{new URL(_0x4c7716[_0x40e7b4(0xcf)]());}catch(_0x1d9b9e){return![];}return!![];});},parseOnPremHosts=function(_0x1ab50a){const _0x41704e=a11_0x42af60,_0x1b279f={};_0x1b279f['yFJBG']=function(_0x1a0aa2,_0x18e1fd){return _0x1a0aa2===_0x18e1fd;},_0x1b279f[_0x41704e(0xd4)]=_0x41704e(0xda),_0x1b279f[_0x41704e(0xdd)]=_0x41704e(0xe0),_0x1b279f[_0x41704e(0xbc)]=_0x41704e(0xbf);const _0x4eccc8=_0x1b279f;return _0x1ab50a[_0x41704e(0xca)](',')['map'](_0x1a9049=>{const _0xd50f8c=_0x41704e,_0x250d2e=new URL(_0x1a9049[_0xd50f8c(0xcf)]()),_0x3e7bcb=_0x250d2e[_0xd50f8c(0xcb)],_0x105484=_0x250d2e['port']||(_0x4eccc8[_0xd50f8c(0xdb)](_0x250d2e[_0xd50f8c(0xd7)],_0x4eccc8[_0xd50f8c(0xd4)])?_0x4eccc8[_0xd50f8c(0xdd)]:'80'),_0x2b940f=_0x250d2e[_0xd50f8c(0xd7)][_0xd50f8c(0xf2)](':',''),_0x1c60e0=_0x4eccc8[_0xd50f8c(0xdb)](_0x2b940f,_0x4eccc8[_0xd50f8c(0xbc)])?0x1:0x0;return _0x3e7bcb+','+_0x105484+','+_0x1c60e0;});},connectCommandBuilder=function(_0x531958){const _0x304a7c=a11_0x42af60,_0x5babaa={};_0x5babaa[_0x304a7c(0xd2)]=_0x304a7c(0xc2);const _0x400abf=_0x5babaa,_0x57f7a2={};_0x57f7a2['describe']=HELP_MESSAGES[_0x304a7c(0xed)][_0x304a7c(0xcd)],_0x57f7a2[_0x304a7c(0xe3)]=_0x400abf[_0x304a7c(0xd2)];const _0x5c22d9={};_0x5c22d9[_0x304a7c(0xd3)]=HELP_MESSAGES[_0x304a7c(0xed)][_0x304a7c(0xc3)],_0x5c22d9[_0x304a7c(0xe3)]=_0x400abf[_0x304a7c(0xd2)],_0x5c22d9[_0x304a7c(0xf6)]=!![];const _0x1f8a36={};return _0x1f8a36[_0x304a7c(0xbe)]=_0x57f7a2,_0x1f8a36[_0x304a7c(0xc3)]=_0x5c22d9,_0x531958[_0x304a7c(0xed)](_0x1f8a36);},connectCommandHandler=async function(_0x4e655d){const _0x4e3acb=a11_0x42af60,_0x4d9b1b={'QtSiR':_0x4e3acb(0xeb),'lqdQE':function(_0x260ff3,_0xf5510){return _0x260ff3===_0xf5510;},'OtOnT':_0x4e3acb(0xf0),'tXhqf':_0x4e3acb(0xe6),'PvDip':'Integration\x20hosts\x20missing.','ZATwI':function(_0x3b8b30,_0x2c40a9){return _0x3b8b30(_0x2c40a9);},'ZeCxO':_0x4e3acb(0xe7),'MFcku':'integrations-repeater','pPGOv':'Connection\x20established\x20successfully.','pXToe':_0x4e3acb(0xbd)};try{const _0x42d6f5=new BrowserStackSetup(_0x4e655d,_0x4d9b1b[_0x4e3acb(0xe5)]);_0x4e655d['bstackAccesskey']&&(_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf8)]=_0x4e655d['bstackAccesskey']);if(_0x4d9b1b[_0x4e3acb(0xd8)](typeof _0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf8)],_0x4d9b1b[_0x4e3acb(0xc0)])){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xef)]);throw new Error(ERROR_MESSAGES[_0x4e3acb(0xcd)][_0x4e3acb(0xe8)]);}const _0x486278=_0x4e655d[_0x4e3acb(0xc3)];if(_0x4d9b1b[_0x4e3acb(0xd8)](typeof _0x486278,_0x4d9b1b[_0x4e3acb(0xc0)])){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xf7)]);throw new Error(ERROR_MESSAGES[_0x4e3acb(0xc3)]['missing']);}if(!_0x4d9b1b[_0x4e3acb(0xea)](validHosts,_0x486278)){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xc4)]);throw new Error(ERROR_MESSAGES['hosts'][_0x4e3acb(0xd6)]);}const _0x22c04c=_0x4d9b1b[_0x4e3acb(0xea)](parseOnPremHosts,_0x486278);_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xfb)]=!![],_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf3)][_0x4e3acb(0xf1)]=_0x4d9b1b[_0x4e3acb(0xe2)],_0x42d6f5[_0x4e3acb(0xbb)][_0x4e3acb(0xf3)][_0x4e3acb(0xc5)]=_0x22c04c[_0x4e3acb(0xd0)](','),helper[_0x4e3acb(0xc1)](_0x42d6f5[_0x4e3acb(0xbb)]),await _0x42d6f5[_0x4e3acb(0xec)](),logger['info'](_0x4d9b1b['pPGOv']);}catch(_0x2023db){logger[_0x4e3acb(0xb7)](_0x4d9b1b[_0x4e3acb(0xdf)]);throw new Error(_0x2023db[_0x4e3acb(0xb5)]());}};function run(_0x4c6f57){const _0x2127b5=a11_0x42af60,_0x3c7f89={};_0x3c7f89[_0x2127b5(0xba)]='connect',_0x3c7f89[_0x2127b5(0xb6)]='help';const _0x5b3442=_0x3c7f89;_0x4c6f57[_0x2127b5(0xd1)](HELP_MESSAGES[_0x2127b5(0xf9)]['root'])[_0x2127b5(0xf9)](_0x5b3442[_0x2127b5(0xba)],HELP_MESSAGES[_0x2127b5(0xf9)][_0x2127b5(0xd9)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x2127b5(0xe1)](_0x5b3442[_0x2127b5(0xb6)])[_0x2127b5(0xfa)](HELP_MESSAGES[_0x2127b5(0xf9)][_0x2127b5(0xc7)]);}module['exports']=run;function a11_0x1c38(){const _0xa9af96=['browserstackLocal','../../helpers/BrowserStackSetup','every','67476stJhln','toString','nWsos','error','2576325mHXNyE','./constants','jsmJu','config','eAmrD','Failed\x20to\x20establish\x20connection.','bstack-accesskey','https','OtOnT','setProxySettings','string','hosts','ZeCxO','only','../../helpers/logger','footer','10IvKxIu','15324462TFhYAv','split','hostname','1131118xZZIfd','bstackAccessKey','28wOAzrh','trim','join','usage','swomz','describe','ASNSu','725662iTNYic','invalid','protocol','lqdQE','connect','https:','yFJBG','winstonLogger','EWVQZ','803jJYQgl','pXToe','443','help','MFcku','type','4oSnfig','QtSiR','BrowserStack\x20access\x20key\x20missing.','Hosts\x20not\x20valid','missing','4997676bLXjOu','ZATwI','integrations','setupBrowserstackLocal','options','3503096pTUHYp','tXhqf','undefined','localIdentifier','replace','browserStackLocalOptions','url','10joypIP','demandOption','PvDip','accessKey','command','epilogue'];a11_0x1c38=function(){return _0xa9af96;};return a11_0x1c38();}
2
+ 'use strict';const a11_0x449d5a=a11_0x2ced;(function(_0x24cfff,_0x40e4bf){const _0x3cda9c=a11_0x2ced,_0x5dea0d=_0x24cfff();while(!![]){try{const _0x172399=parseInt(_0x3cda9c(0xdf))/0x1*(-parseInt(_0x3cda9c(0xe0))/0x2)+-parseInt(_0x3cda9c(0x113))/0x3*(-parseInt(_0x3cda9c(0xfc))/0x4)+-parseInt(_0x3cda9c(0x101))/0x5+parseInt(_0x3cda9c(0xdd))/0x6+parseInt(_0x3cda9c(0x102))/0x7+parseInt(_0x3cda9c(0xfe))/0x8+-parseInt(_0x3cda9c(0xe1))/0x9*(parseInt(_0x3cda9c(0xf6))/0xa);if(_0x172399===_0x40e4bf)break;else _0x5dea0d['push'](_0x5dea0d['shift']());}catch(_0x48e683){_0x5dea0d['push'](_0x5dea0d['shift']());}}}(a11_0x56d2,0xa6611));function a11_0x2ced(_0x432d06,_0x457473){const _0x56d25e=a11_0x56d2();return a11_0x2ced=function(_0x2cedf4,_0x2ac3d6){_0x2cedf4=_0x2cedf4-0xdd;let _0x26f924=_0x56d25e[_0x2cedf4];return _0x26f924;},a11_0x2ced(_0x432d06,_0x457473);}function a11_0x56d2(){const _0x50f5b4=['ARlEj','epilogue','iXHVv','hosts','75BXiCof','setupBrowserstackLocal','only','config','demandOption','every','undefined','Failed\x20to\x20establish\x20connection.','usage','SsGbY','connect','6356736pWUrJf','ngwPx','48409PmEHdx','26nRXtkx','36tNcBkG','browserStackLocalOptions','bstack-accesskey','nVQnB','exports','command','jvJCC','../../helpers/logger','nztKx','tjLgf','uXobL','replace','443','help','demandCommand','join','iOLUz','drZrM','protocol','bstackAccesskey','VAhEc','6074980zeZLBO','integrations-repeater','bstackAccessKey','options','type','footer','155236AzfIER','trim','10256384foAkQI','localIdentifier','map','2426230gUkTMD','6400205qmBsNb','error','integrations','url','string','./constants','describe','toString','zvbRi','port','split','browserstackLocal','Hosts\x20not\x20valid'];a11_0x56d2=function(){return _0x50f5b4;};return a11_0x56d2();}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a11_0x449d5a(0xe8))['winstonLogger'],{URL}=require(a11_0x449d5a(0x105)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a11_0x449d5a(0x107)),validHosts=function(_0x32ca42){const _0x640ae9=a11_0x449d5a;return _0x32ca42[_0x640ae9(0x10c)](',')[_0x640ae9(0x118)](_0x37b0a6=>{try{new URL(_0x37b0a6['trim']());}catch(_0x3d09f1){return![];}return!![];});},parseOnPremHosts=function(_0x5d2997){const _0x268382=a11_0x449d5a,_0x1105c7={};_0x1105c7['wNzVu']=function(_0x5bcbb3,_0x69d8e5){return _0x5bcbb3===_0x69d8e5;},_0x1105c7[_0x268382(0xf2)]='https:',_0x1105c7[_0x268382(0xf5)]=_0x268382(0xed),_0x1105c7[_0x268382(0xe9)]='https';const _0x7d7d55=_0x1105c7;return _0x5d2997['split'](',')[_0x268382(0x100)](_0x49901f=>{const _0x4fc396=_0x268382,_0x2469e8=new URL(_0x49901f[_0x4fc396(0xfd)]()),_0x5966e7=_0x2469e8['hostname'],_0xa38fdd=_0x2469e8[_0x4fc396(0x10b)]||(_0x7d7d55['wNzVu'](_0x2469e8['protocol'],_0x7d7d55[_0x4fc396(0xf2)])?_0x7d7d55[_0x4fc396(0xf5)]:'80'),_0xc16fe5=_0x2469e8[_0x4fc396(0xf3)][_0x4fc396(0xec)](':',''),_0x9215ec=_0x7d7d55['wNzVu'](_0xc16fe5,_0x7d7d55[_0x4fc396(0xe9)])?0x1:0x0;return _0x5966e7+','+_0xa38fdd+','+_0x9215ec;});},connectCommandBuilder=function(_0xafa9ff){const _0xe64e8c=a11_0x449d5a,_0x4abc13={};_0x4abc13['tjLgf']=_0xe64e8c(0x106);const _0x494d55=_0x4abc13,_0xbfe06d={};_0xbfe06d[_0xe64e8c(0x108)]=HELP_MESSAGES[_0xe64e8c(0xf9)]['bstackAccessKey'],_0xbfe06d[_0xe64e8c(0xfa)]=_0x494d55[_0xe64e8c(0xea)];const _0x3fe3ad={};_0x3fe3ad[_0xe64e8c(0x108)]=HELP_MESSAGES[_0xe64e8c(0xf9)][_0xe64e8c(0x112)],_0x3fe3ad[_0xe64e8c(0xfa)]=_0x494d55['tjLgf'],_0x3fe3ad[_0xe64e8c(0x117)]=!![];const _0x4dd4a9={};return _0x4dd4a9[_0xe64e8c(0xe3)]=_0xbfe06d,_0x4dd4a9[_0xe64e8c(0x112)]=_0x3fe3ad,_0xafa9ff['options'](_0x4dd4a9);},connectCommandHandler=async function(_0x2b97f8){const _0x3b429b=a11_0x449d5a,_0x3af4aa={'nVQnB':_0x3b429b(0x104),'SsGbY':function(_0x5c3b86,_0x1d0474){return _0x5c3b86===_0x1d0474;},'uXobL':_0x3b429b(0x119),'QjDOm':'BrowserStack\x20access\x20key\x20missing.','iXHVv':'Integration\x20hosts\x20missing.','iOLUz':function(_0x433123,_0x56747b){return _0x433123(_0x56747b);},'nuGof':_0x3b429b(0x10e),'jvJCC':_0x3b429b(0xf7),'WVZUI':'Connection\x20established\x20successfully.','ngwPx':_0x3b429b(0x11a)};try{const _0x4c7fa0=new BrowserStackSetup(_0x2b97f8,_0x3af4aa[_0x3b429b(0xe4)]);_0x2b97f8[_0x3b429b(0xf4)]&&(_0x4c7fa0[_0x3b429b(0x116)]['accessKey']=_0x2b97f8['bstackAccesskey']);if(_0x3af4aa[_0x3b429b(0x11c)](typeof _0x4c7fa0[_0x3b429b(0x116)]['accessKey'],_0x3af4aa['uXobL'])){logger[_0x3b429b(0x103)](_0x3af4aa['QjDOm']);throw new Error(ERROR_MESSAGES[_0x3b429b(0xf8)]['missing']);}const _0x1b20aa=_0x2b97f8[_0x3b429b(0x112)];if(_0x3af4aa[_0x3b429b(0x11c)](typeof _0x1b20aa,_0x3af4aa[_0x3b429b(0xeb)])){logger[_0x3b429b(0x103)](_0x3af4aa[_0x3b429b(0x111)]);throw new Error(ERROR_MESSAGES[_0x3b429b(0x112)]['missing']);}if(!_0x3af4aa[_0x3b429b(0xf1)](validHosts,_0x1b20aa)){logger['error'](_0x3af4aa['nuGof']);throw new Error(ERROR_MESSAGES[_0x3b429b(0x112)]['invalid']);}const _0x15bbf7=_0x3af4aa[_0x3b429b(0xf1)](parseOnPremHosts,_0x1b20aa);_0x4c7fa0['config'][_0x3b429b(0x10d)]=!![],_0x4c7fa0[_0x3b429b(0x116)][_0x3b429b(0xe2)][_0x3b429b(0xff)]=_0x3af4aa[_0x3b429b(0xe7)],_0x4c7fa0[_0x3b429b(0x116)][_0x3b429b(0xe2)][_0x3b429b(0x115)]=_0x15bbf7[_0x3b429b(0xf0)](','),helper['setProxySettings'](_0x4c7fa0[_0x3b429b(0x116)]),await _0x4c7fa0[_0x3b429b(0x114)](),logger['info'](_0x3af4aa['WVZUI']);}catch(_0x5b7073){logger[_0x3b429b(0x103)](_0x3af4aa[_0x3b429b(0xde)]);throw new Error(_0x5b7073[_0x3b429b(0x109)]());}};function run(_0x3d8589){const _0x53d5c2=a11_0x449d5a,_0x56f20f={};_0x56f20f['zvbRi']=_0x53d5c2(0x11d),_0x56f20f[_0x53d5c2(0x10f)]=_0x53d5c2(0xee);const _0xd156db=_0x56f20f;_0x3d8589[_0x53d5c2(0x11b)](HELP_MESSAGES[_0x53d5c2(0xe6)]['root'])[_0x53d5c2(0xe6)](_0xd156db[_0x53d5c2(0x10a)],HELP_MESSAGES['command'][_0x53d5c2(0x11d)],connectCommandBuilder,connectCommandHandler)[_0x53d5c2(0xef)]()['help'](_0xd156db[_0x53d5c2(0x10f)])[_0x53d5c2(0x110)](HELP_MESSAGES[_0x53d5c2(0xe6)][_0x53d5c2(0xfb)]);}module[a11_0x449d5a(0xe5)]=run;
@@ -1 +1 @@
1
- var a12_0x52ceb9=a12_0x2469;(function(_0x14af45,_0x16803f){var _0xec3b1b=a12_0x2469,_0x366c2f=_0x14af45();while(!![]){try{var _0x1bd561=parseInt(_0xec3b1b(0x107))/0x1+parseInt(_0xec3b1b(0x10d))/0x2*(parseInt(_0xec3b1b(0x101))/0x3)+parseInt(_0xec3b1b(0xfa))/0x4+parseInt(_0xec3b1b(0x10c))/0x5+-parseInt(_0xec3b1b(0x102))/0x6+parseInt(_0xec3b1b(0xf7))/0x7*(parseInt(_0xec3b1b(0x100))/0x8)+-parseInt(_0xec3b1b(0x10e))/0x9;if(_0x1bd561===_0x16803f)break;else _0x366c2f['push'](_0x366c2f['shift']());}catch(_0xe2a597){_0x366c2f['push'](_0x366c2f['shift']());}}}(a12_0x51f8,0xd1103));var a12_0x590346={};a12_0x590346[a12_0x52ceb9(0xfe)]=a12_0x52ceb9(0xf5),a12_0x590346[a12_0x52ceb9(0xf8)]='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.';function a12_0x51f8(){var _0x2523f2=['1461177kAuKLo','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','missing','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.','connect','4784885VSBvyc','1082906NQstSH','27597537EtDVYn','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','root','7JsvYLe','hosts','command','3974884KikTqo','HELP_MESSAGES','ERROR_MESSAGES','footer','bstackAccessKey','invalid','511448KMdgNO','3ARwMcf','567258csxwBS','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','options'];a12_0x51f8=function(){return _0x2523f2;};return a12_0x51f8();}var a12_0x1263aa={};a12_0x1263aa[a12_0x52ceb9(0xf6)]=a12_0x52ceb9(0x103),a12_0x1263aa[a12_0x52ceb9(0x10b)]=a12_0x52ceb9(0x105),a12_0x1263aa[a12_0x52ceb9(0xfd)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';function a12_0x2469(_0x14f294,_0x428e34){var _0x51f8da=a12_0x51f8();return a12_0x2469=function(_0x2469e9,_0x435508){_0x2469e9=_0x2469e9-0xf5;var _0x49253b=_0x51f8da[_0x2469e9];return _0x49253b;},a12_0x2469(_0x14f294,_0x428e34);}var a12_0x19ec7b={};a12_0x19ec7b[a12_0x52ceb9(0x106)]=a12_0x590346,a12_0x19ec7b[a12_0x52ceb9(0xf9)]=a12_0x1263aa,exports[a12_0x52ceb9(0xfb)]=a12_0x19ec7b;var a12_0x549f99={};a12_0x549f99['missing']=a12_0x52ceb9(0x108);var a12_0x4455c1={};a12_0x4455c1[a12_0x52ceb9(0x109)]=a12_0x52ceb9(0x104),a12_0x4455c1[a12_0x52ceb9(0xff)]=a12_0x52ceb9(0x10a);var a12_0x1c8798={};a12_0x1c8798['bstackAccessKey']=a12_0x549f99,a12_0x1c8798[a12_0x52ceb9(0xf8)]=a12_0x4455c1,exports[a12_0x52ceb9(0xfc)]=a12_0x1c8798;
1
+ var a12_0x3c9f9c=a12_0x14a7;(function(_0x4af87b,_0x582676){var _0x5ad8cf=a12_0x14a7,_0x507e0d=_0x4af87b();while(!![]){try{var _0x198cf3=parseInt(_0x5ad8cf(0x1a4))/0x1+parseInt(_0x5ad8cf(0x1a5))/0x2+parseInt(_0x5ad8cf(0x1a8))/0x3+-parseInt(_0x5ad8cf(0x1b3))/0x4+parseInt(_0x5ad8cf(0x1b2))/0x5+-parseInt(_0x5ad8cf(0x1b4))/0x6+-parseInt(_0x5ad8cf(0x1a7))/0x7*(-parseInt(_0x5ad8cf(0x1a0))/0x8);if(_0x198cf3===_0x582676)break;else _0x507e0d['push'](_0x507e0d['shift']());}catch(_0x4b8d52){_0x507e0d['push'](_0x507e0d['shift']());}}}(a12_0x2b99,0xee31e));var a12_0x43b94e={};a12_0x43b94e[a12_0x3c9f9c(0x1a1)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a12_0x43b94e[a12_0x3c9f9c(0x1ad)]=a12_0x3c9f9c(0x1ac);var a12_0x41c905={};a12_0x41c905['root']=a12_0x3c9f9c(0x1b5),a12_0x41c905[a12_0x3c9f9c(0x1aa)]=a12_0x3c9f9c(0x1ab),a12_0x41c905[a12_0x3c9f9c(0x1b6)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';function a12_0x14a7(_0x4ecdfa,_0x4eabec){var _0x2b99ce=a12_0x2b99();return a12_0x14a7=function(_0x14a785,_0x5441e0){_0x14a785=_0x14a785-0x1a0;var _0x318b88=_0x2b99ce[_0x14a785];return _0x318b88;},a12_0x14a7(_0x4ecdfa,_0x4eabec);}var a12_0x3fa4d8={};a12_0x3fa4d8[a12_0x3c9f9c(0x1a3)]=a12_0x43b94e,a12_0x3fa4d8[a12_0x3c9f9c(0x1ae)]=a12_0x41c905,exports[a12_0x3c9f9c(0x1b1)]=a12_0x3fa4d8;var a12_0x340da1={};a12_0x340da1[a12_0x3c9f9c(0x1af)]=a12_0x3c9f9c(0x1a6);var a12_0xdbd6ef={};function a12_0x2b99(){var _0x13ea7e=['1666606rEfRZA','738838HjyiJA','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','329546LmXnxB','457293xMRPzI','invalid','connect','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','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.','hosts','command','missing','ERROR_MESSAGES','HELP_MESSAGES','5677985EysqNs','6670416cDUvMY','6344562nxlejA','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','footer','64hClGay','bstackAccessKey','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.','options'];a12_0x2b99=function(){return _0x13ea7e;};return a12_0x2b99();}a12_0xdbd6ef[a12_0x3c9f9c(0x1af)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a12_0xdbd6ef[a12_0x3c9f9c(0x1a9)]=a12_0x3c9f9c(0x1a2);var a12_0x36a154={};a12_0x36a154['bstackAccessKey']=a12_0x340da1,a12_0x36a154[a12_0x3c9f9c(0x1ad)]=a12_0xdbd6ef,exports[a12_0x3c9f9c(0x1b0)]=a12_0x36a154;
@@ -1 +1 @@
1
- 'use strict';const a13_0x131871=a13_0x558c;(function(_0x310691,_0x2d2c8f){const _0x5e18e8=a13_0x558c,_0x33209f=_0x310691();while(!![]){try{const _0x2b04d4=-parseInt(_0x5e18e8(0x128))/0x1+-parseInt(_0x5e18e8(0x118))/0x2*(parseInt(_0x5e18e8(0x119))/0x3)+-parseInt(_0x5e18e8(0x150))/0x4+-parseInt(_0x5e18e8(0xfb))/0x5*(-parseInt(_0x5e18e8(0x137))/0x6)+parseInt(_0x5e18e8(0x156))/0x7+-parseInt(_0x5e18e8(0x12a))/0x8+-parseInt(_0x5e18e8(0xf5))/0x9*(-parseInt(_0x5e18e8(0xf4))/0xa);if(_0x2b04d4===_0x2d2c8f)break;else _0x33209f['push'](_0x33209f['shift']());}catch(_0x59876f){_0x33209f['push'](_0x33209f['shift']());}}}(a13_0x28b5,0x8f3cf));const path=require(a13_0x131871(0x108)),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require(a13_0x131871(0xe2)),{FRAMEWORKS}=require(a13_0x131871(0x154)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a13_0x131871(0xfe)),testRunMap=require('../testRunMap'),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a13_0x131871(0xec),a13_0x5697cd={};function a13_0x558c(_0x360e19,_0x109001){const _0x28b5e0=a13_0x28b5();return a13_0x558c=function(_0x558c74,_0x25ae61){_0x558c74=_0x558c74-0xd6;let _0x409246=_0x28b5e0[_0x558c74];return _0x409246;},a13_0x558c(_0x360e19,_0x109001);}a13_0x5697cd[a13_0x131871(0x12f)]=a13_0x131871(0x12f),a13_0x5697cd[a13_0x131871(0x136)]='failed',a13_0x5697cd[a13_0x131871(0x14a)]='pending',a13_0x5697cd[a13_0x131871(0xf3)]=a13_0x131871(0x14b);const STATUS_MAP=a13_0x5697cd;class BrowserStackJasmineReporter{constructor(_0xf4cfa5={}){const _0x5e6790=a13_0x131871,_0x194274={'SKoSf':function(_0x387c1a){return _0x387c1a();}};this[_0x5e6790(0xe4)]=_0x194274[_0x5e6790(0x10c)](isTestObservabilitySession),this[_0x5e6790(0xf9)]=new PathHelper({'cwd':process[_0x5e6790(0x157)]()},undefined),this[_0x5e6790(0x111)]=_0xf4cfa5&&_0xf4cfa5[_0x5e6790(0xff)]||{},this[_0x5e6790(0x13f)]=new Map();}['jasmineStarted'](){}['suiteStarted'](_0x818a69){const _0x12a4ce=a13_0x131871,_0x3c6e74={'Sesbb':function(_0xb7e3b3,_0x2cfdf9){return _0xb7e3b3!==_0x2cfdf9;},'gAGdE':function(_0x444fb5,_0x59dcce){return _0x444fb5(_0x59dcce);}};try{_0x818a69&&_0x3c6e74[_0x12a4ce(0xf7)](_0x818a69['id'],undefined)&&_0x3c6e74['Sesbb'](_0x818a69['id'],null)&&this[_0x12a4ce(0x13f)][_0x12a4ce(0x125)](_0x818a69['id'],{'description':_0x818a69[_0x12a4ce(0xd7)],'parentSuiteId':_0x818a69['parentSuiteId']});}catch(_0x17da57){_0x3c6e74[_0x12a4ce(0x146)](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0x818a69&&_0x818a69[_0x12a4ce(0xe7)])+_0x12a4ce(0xef)+_0x17da57);}}[a13_0x131871(0x14e)](_0xfb0209){const _0x50370b=a13_0x131871,_0x59a100={'fXYyU':function(_0x2f4160,_0x16f60e){return _0x2f4160!==_0x16f60e;},'uivEP':function(_0x554732){return _0x554732();},'djyxE':'TestRunStarted','AIwNA':function(_0x218e4c,_0x45894){return _0x218e4c(_0x45894);}};try{if(_0x59a100[_0x50370b(0xde)](testhubUtils[_0x50370b(0x133)](),!![]))return;const _0x36004b=_0x59a100[_0x50370b(0xe0)](uuidv4);testRunMap[_0x50370b(0x125)](_0xfb0209['id'],_0x36004b),this[_0x50370b(0x155)](_0xfb0209,_0x36004b,_0x59a100[_0x50370b(0x153)]);}catch(_0xfdb938){_0x59a100['AIwNA'](debug,_0x50370b(0x149)+(_0xfb0209&&_0xfb0209['fullName'])+'\x20:\x20'+_0xfdb938);}}['specDone'](_0x1bc421){const _0x59a1e1=a13_0x131871,_0x3734a6={'nmwXl':function(_0x170290,_0x5202bf){return _0x170290!==_0x5202bf;},'vvQVH':function(_0x204664){return _0x204664();},'UqLzA':function(_0x30de74,_0x100db9){return _0x30de74===_0x100db9;},'TVXrS':_0x59a1e1(0xf3),'UaGvQ':_0x59a1e1(0x10e),'yCeIV':_0x59a1e1(0xdc),'CCsFm':function(_0x1d815e,_0x5832d8){return _0x1d815e(_0x5832d8);}};try{if(_0x3734a6[_0x59a1e1(0x15c)](testhubUtils[_0x59a1e1(0x133)](),!![]))return;const _0x455e2a=testRunMap['get'](_0x1bc421['id'])||_0x3734a6[_0x59a1e1(0x139)](uuidv4),_0x2d9a85=_0x3734a6[_0x59a1e1(0x100)](_0x1bc421[_0x59a1e1(0x152)],_0x3734a6[_0x59a1e1(0x141)])?_0x3734a6[_0x59a1e1(0xdd)]:_0x3734a6['yCeIV'];this['_sendSpecEvent'](_0x1bc421,_0x455e2a,_0x2d9a85);}catch(_0xd4faff){_0x3734a6[_0x59a1e1(0x113)](debug,_0x59a1e1(0x12d)+(_0x1bc421&&_0x1bc421[_0x59a1e1(0xe7)])+_0x59a1e1(0xef)+_0xd4faff);}finally{_0x1bc421&&(testRunMap[_0x59a1e1(0x15a)](_0x1bc421['id']),_specStartTimes['delete'](_0x1bc421['id']));}}[a13_0x131871(0x11f)](){}['jasmineDone'](){}[a13_0x131871(0x155)](_0x10c2c4,_0x509d9a,_0xb71abf){const _0x270180=a13_0x131871,_0xd10bd1={'supmG':function(_0x201f76,_0x1f4dab){return _0x201f76===_0x1f4dab;},'CNJMB':_0x270180(0xdc),'bMyOO':_0x270180(0x10e),'hZkcH':_0x270180(0xdf),'bSuBp':function(_0x3baeb5,_0x1ce10a,_0x12fbbd){return _0x3baeb5(_0x1ce10a,_0x12fbbd);},'mVpwS':'err','xacMq':function(_0x2fe083,_0xe1be45){return _0x2fe083===_0xe1be45;},'bWtBI':_0x270180(0x103),'jZYGV':function(_0x13a517,_0x1c3a76){return _0x13a517!==_0x1c3a76;},'EgVcw':function(_0x542eef,_0x1c8b14){return _0x542eef!==_0x1c8b14;},'MqqRK':_0x270180(0x107),'zktns':function(_0x3cd6b8,_0x3ec170){return _0x3cd6b8&&_0x3ec170;},'KiHoV':_0x270180(0x14b),'xwvSB':_0x270180(0x12f),'UPLAw':function(_0xa3e08f,_0xcb451f){return _0xa3e08f===_0xcb451f;},'gnINF':'number','BKMmI':'AssertionError','sHDGE':_0x270180(0xe5),'FfMtG':'started_at','GJkrj':_0x270180(0xee),'nkqFV':_0x270180(0xd9),'aJjHn':_0x270180(0x106),'NZzHv':_0x270180(0x159),'LajAs':_0x270180(0x11c),'cPFhP':'expanded','RzpeL':function(_0x1da408,_0x3f6513){return _0x1da408===_0x3f6513;},'eVmud':function(_0x44e97c,_0xff22fd){return _0x44e97c(_0xff22fd);}};try{const _0x34d7e8=_0xd10bd1[_0x270180(0xf8)](_0xb71abf,_0xd10bd1[_0x270180(0x10f)])||_0xd10bd1[_0x270180(0xf8)](_0xb71abf,_0xd10bd1['bMyOO']),_0x19f4a3=this[_0x270180(0x126)](_0x10c2c4),_0x19665e=_0x19f4a3?this[_0x270180(0xf9)][_0x270180(0xf2)](_0x19f4a3):_0xd10bd1[_0x270180(0x115)],_0x1cb42f=_0x19f4a3?this[_0x270180(0x15b)](path[_0x270180(0x145)](_0x19f4a3)):null,_0x133c24=this[_0x270180(0xed)](_0x10c2c4[_0x270180(0xd8)]),_0x9ae82b=_0x133c24?_0x133c24[_0x270180(0xe8)]:undefined,_0x56ed3a=_0x133c24?_0xd10bd1[_0x270180(0xdb)](failureData,_0x133c24,_0xd10bd1[_0x270180(0x104)]):[],_0x25286d=new Date()[_0x270180(0x105)](),_0x2b58e1=this['_scopes'](_0x10c2c4);_0xd10bd1[_0x270180(0x148)](_0xb71abf,_0xd10bd1[_0x270180(0x127)])&&_0x10c2c4&&_0xd10bd1[_0x270180(0x11a)](_0x10c2c4['id'],undefined)&&_0xd10bd1['EgVcw'](_0x10c2c4['id'],null)&&_specStartTimes['set'](_0x10c2c4['id'],_0x25286d);const _0x7b959d=_0xd10bd1['xacMq'](_0xb71abf,_0xd10bd1[_0x270180(0x127)])?_0x25286d:_0x10c2c4&&_specStartTimes[_0x270180(0x109)](_0x10c2c4['id'])||null,_0x50ce25={};_0x50ce25[_0x270180(0x13e)]=_0xd10bd1[_0x270180(0x120)],_0x50ce25['code']=null;const _0x37efda={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x509d9a,'name':_0x10c2c4[_0x270180(0xd7)],'body':_0x50ce25,'scope':_0x2b58e1['join']('\x20'),'scopes':_0x2b58e1,'identifier':_0x10c2c4['fullName'],'file_name':_0x19665e,'vc_filepath':_0xd10bd1[_0x270180(0x101)](_0x1cb42f,_0x19f4a3)?path[_0x270180(0x130)](_0x1cb42f,_0x19f4a3):null,'location':_0x19665e,'result':_0xd10bd1[_0x270180(0xf8)](_0xb71abf,_0xd10bd1[_0x270180(0x15d)])?_0xd10bd1[_0x270180(0x110)]:STATUS_MAP[_0x10c2c4[_0x270180(0x152)]]||_0xd10bd1[_0x270180(0x143)],'failure_reason':_0x9ae82b,'duration_in_ms':_0xd10bd1['UPLAw'](typeof _0x10c2c4[_0x270180(0x10a)],_0xd10bd1[_0x270180(0x124)])?_0x10c2c4[_0x270180(0x10a)]:null,'started_at':_0x7b959d,'finished_at':_0x34d7e8?_0x25286d:null,'failure':_0x56ed3a,'failure_type':!_0x9ae82b?null:_0x9ae82b[_0x270180(0x135)](/AssertionError/)?_0xd10bd1[_0x270180(0x144)]:_0xd10bd1['sHDGE'],'retry_of':null};_0xd10bd1[_0x270180(0xd6)](_0xb71abf,_0xd10bd1[_0x270180(0x15d)])&&!_0x37efda[_0xd10bd1['FfMtG']]&&(_0x37efda[_0xd10bd1['FfMtG']]=_0x37efda[_0xd10bd1[_0x270180(0x151)]]);const _0x49727a=_0x37efda[_0xd10bd1[_0x270180(0xeb)]][0x0];_0x49727a&&(_0x37efda[_0xd10bd1[_0x270180(0xe1)]]=_0x49727a[_0xd10bd1[_0x270180(0x14c)]],_0x37efda[_0xd10bd1[_0x270180(0x117)]]=_0x49727a[_0xd10bd1[_0x270180(0x14f)]]);testhubUtils[_0x270180(0x142)](_0x37efda,_0xb71abf,_0x10c2c4,FRAMEWORKS[_0x270180(0x10b)]);const _0x57ba99={'event_type':_0xd10bd1[_0x270180(0x138)](_0xb71abf,_0xd10bd1[_0x270180(0x15d)])?_0xd10bd1[_0x270180(0x10f)]:_0xb71abf,'test_run':_0x37efda};return testhubUtils[_0x270180(0xea)](FRAMEWORKS[_0x270180(0x10b)],_0x57ba99),SessionHandler[_0x270180(0x12e)](_0x57ba99);}catch(_0x38414f){_0xd10bd1[_0x270180(0x122)](debug,_0x270180(0x13b)+_0xb71abf+'\x20:\x20'+_0x38414f);}}[a13_0x131871(0x140)](_0xb4c823){const _0x4515df=a13_0x131871,_0xc4fc04={'epBGU':function(_0x48c32d,_0x3bbada){return _0x48c32d!==_0x3bbada;},'fePtc':function(_0x4be5b5,_0x365b27){return _0x4be5b5>_0x365b27;},'Hvrye':function(_0xda188a,_0x51e8ab){return _0xda188a(_0x51e8ab);},'tHGdO':function(_0x27d5ce,_0x19ee8d){return _0x27d5ce-_0x19ee8d;}};try{const _0x381d6a=[];let _0x2196d7=_0xb4c823&&_0xb4c823[_0x4515df(0xfa)];const _0x28ec2c=new Set();while(_0xc4fc04['epBGU'](_0x2196d7,undefined)&&_0xc4fc04[_0x4515df(0x129)](_0x2196d7,null)&&this[_0x4515df(0x13f)][_0x4515df(0x11d)](_0x2196d7)&&!_0x28ec2c[_0x4515df(0x11d)](_0x2196d7)){_0x28ec2c[_0x4515df(0x12b)](_0x2196d7);const _0x3a5a74=this[_0x4515df(0x13f)][_0x4515df(0x109)](_0x2196d7);_0x3a5a74&&_0x3a5a74['description']&&_0x381d6a[_0x4515df(0x147)](_0x3a5a74[_0x4515df(0xd7)]),_0x2196d7=_0x3a5a74?_0x3a5a74[_0x4515df(0xfa)]:null;}if(_0xc4fc04['fePtc'](_0x381d6a[_0x4515df(0x13d)],0x0))return _0x381d6a['reverse']();}catch(_0x1e6718){_0xc4fc04['Hvrye'](debug,_0x4515df(0xf1)+(_0xb4c823&&_0xb4c823[_0x4515df(0xe7)])+'\x20:\x20'+_0x1e6718);}const _0x244102=_0xb4c823&&_0xb4c823[_0x4515df(0xe7)]||'',_0x293992=_0xb4c823&&_0xb4c823['description']||'';let _0x277760=_0x244102;return _0x293992&&_0x244102[_0x4515df(0xda)](_0x293992)&&(_0x277760=_0x244102[_0x4515df(0x134)](0x0,_0xc4fc04[_0x4515df(0x121)](_0x244102[_0x4515df(0x13d)],_0x293992['length']))[_0x4515df(0x114)]()),_0x277760?_0x277760[_0x4515df(0x14d)](/\s+/):[];}[a13_0x131871(0x126)](_0x3d64d3){const _0x3207e5=a13_0x131871,_0x34b190={};_0x34b190[_0x3207e5(0xe3)]=function(_0x21cd9e,_0x50b9de){return _0x21cd9e===_0x50b9de;},_0x34b190[_0x3207e5(0x12c)]=function(_0x34cef8,_0x2be9a8){return _0x34cef8+_0x2be9a8;},_0x34b190[_0x3207e5(0x123)]=function(_0x2ea47e,_0x506682){return _0x2ea47e>_0x506682;};const _0x21bcfb=_0x34b190;if(_0x3d64d3&&_0x3d64d3['filename'])return _0x3d64d3['filename'];if(_0x3d64d3&&_0x3d64d3['fullName']){if(this[_0x3207e5(0x111)][_0x3d64d3[_0x3207e5(0xe7)]])return this['_fileNameByFullName'][_0x3d64d3[_0x3207e5(0xe7)]];let _0x20259b=null,_0x462df4=-0x1;for(const _0x4f9b4c of Object['keys'](this[_0x3207e5(0x111)])){(_0x21bcfb[_0x3207e5(0xe3)](_0x3d64d3[_0x3207e5(0xe7)],_0x4f9b4c)||_0x3d64d3[_0x3207e5(0xe7)][_0x3207e5(0x112)](_0x21bcfb[_0x3207e5(0x12c)](_0x4f9b4c,'\x20')))&&_0x21bcfb[_0x3207e5(0x123)](_0x4f9b4c[_0x3207e5(0x13d)],_0x462df4)&&(_0x20259b=this[_0x3207e5(0x111)][_0x4f9b4c],_0x462df4=_0x4f9b4c['length']);}if(_0x20259b)return _0x20259b;}return null;}[a13_0x131871(0xed)](_0x227f4f){const _0x538452=a13_0x131871,_0x3c2acb={};_0x3c2acb[_0x538452(0x10d)]=function(_0x30ebed,_0x4fcbea){return _0x30ebed===_0x4fcbea;},_0x3c2acb['RpRLN']=_0x538452(0xfc);const _0x8c7d43=_0x3c2acb;if(!Array[_0x538452(0x116)](_0x227f4f)||_0x8c7d43['JtCKz'](_0x227f4f[_0x538452(0x13d)],0x0))return undefined;const _0x2d1c2c=[],_0x145d02=[];for(const _0x5d2d7d of _0x227f4f){_0x5d2d7d&&_0x5d2d7d[_0x538452(0xe8)]&&_0x2d1c2c[_0x538452(0x147)](_0x5d2d7d[_0x538452(0xe8)]),_0x5d2d7d&&_0x5d2d7d[_0x538452(0x11b)]&&_0x145d02[_0x538452(0x147)](_0x5d2d7d[_0x538452(0x11b)]);}const _0x478af9=_0x227f4f[0x0]||{},_0x1e1884=_0x2d1c2c['join']('\x0a')||_0x478af9[_0x538452(0xe8)]||_0x8c7d43[_0x538452(0x13a)],_0x469cc6=_0x145d02[_0x538452(0x102)]('\x0a\x0a')||_0x478af9['stack']||_0x1e1884,_0x594c45={};return _0x594c45[_0x538452(0xe8)]=_0x1e1884,_0x594c45['stack']=_0x469cc6,_0x594c45[_0x538452(0xfd)]=_0x478af9['matcherName'],_0x594c45[_0x538452(0xe9)]=_0x478af9[_0x538452(0xe9)],_0x594c45[_0x538452(0x13c)]=_0x478af9[_0x538452(0x13c)],_0x594c45;}[a13_0x131871(0x15b)](_0x2fb31f){const _0x3e96c7=a13_0x131871,_0x2d6a37={};_0x2d6a37[_0x3e96c7(0xf6)]=function(_0x3d446c,_0x595616){return _0x3d446c===_0x595616;},_0x2d6a37['AjpxM']=_0x3e96c7(0x132),_0x2d6a37['hgTaB']='config';const _0x29af26=_0x2d6a37,_0x2c9db3=path[_0x3e96c7(0xe6)];if(_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,null)||_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,'')||_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,_0x2c9db3)||_0x29af26[_0x3e96c7(0xf6)](_0x2fb31f,path[_0x3e96c7(0x145)](_0x2fb31f)))return null;try{return fs[_0x3e96c7(0x11e)](path[_0x3e96c7(0x102)](_0x2fb31f,_0x29af26[_0x3e96c7(0x131)],_0x29af26[_0x3e96c7(0x158)])),_0x2fb31f;}catch(_0x2aedba){return this['_findGitConfig'](path[_0x3e96c7(0x145)](_0x2fb31f));}}}function a13_0x28b5(){const _0x3bd2bc=['djyxE','../../../helpers/test-observability/constants','_sendSpecEvent','4552548kshqDb','cwd','hgTaB','backtrace','remove','_findGitConfig','nmwXl','bMyOO','UPLAw','description','failedExpectations','failure','endsWith','bSuBp','TestRunFinished','UaGvQ','fXYyU','File\x20path\x20could\x20not\x20be\x20found','uivEP','aJjHn','../../../helpers/testhub/utils','jnsSy','testObservability','UnhandledError','sep','fullName','message','expected','setCurrentTestData','nkqFV','Jasmine','_collapseFailedExpectations','finished_at','\x20:\x20','exports','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','prefixTestPath','excluded','290170FDopYz','477DLaxUs','rQgJE','Sesbb','supmG','_paths','parentSuiteId','18965ufPlxm','Spec\x20failed','matcherName','../../../helpers/test-observability/utils','fileNameByFullName','UqLzA','zktns','join','TestRunStarted','mVpwS','toISOString','failure_backtrace','javascript','path','get','duration','JASMINE','SKoSf','JtCKz','TestRunSkipped','CNJMB','KiHoV','_fileNameByFullName','startsWith','CCsFm','trim','hZkcH','isArray','LajAs','22mWiZly','88959soUIUm','jZYGV','stack','failure_reason_expanded','has','statSync','suiteDone','MqqRK','tHGdO','eVmud','gzIEx','gnINF','set','_resolveFilePath','bWtBI','771539UeHFzA','epBGU','6635088iuUnwP','add','XbvpW','Exception\x20in\x20jasmine\x20specDone\x20for\x20','uploadEventData','passed','relative','AjpxM','.git','shouldProcessEventForTesthub','slice','match','failed','1296PlDzuQ','RzpeL','vvQVH','RpRLN','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','actual','length','lang','_suitesById','_scopes','TVXrS','appendTesthubParams','xwvSB','BKMmI','dirname','gAGdE','push','xacMq','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','pending','skipped','NZzHv','split','specStarted','cPFhP','1974968NyjvkQ','GJkrj','status'];a13_0x28b5=function(){return _0x3bd2bc;};return a13_0x28b5();}module[a13_0x131871(0xf0)]=BrowserStackJasmineReporter;
1
+ 'use strict';function a13_0x14f4(_0x4adf62,_0x1eda74){const _0x34405e=a13_0x3440();return a13_0x14f4=function(_0x14f4f3,_0xb39ad){_0x14f4f3=_0x14f4f3-0x143;let _0x110a50=_0x34405e[_0x14f4f3];return _0x110a50;},a13_0x14f4(_0x4adf62,_0x1eda74);}const a13_0x345306=a13_0x14f4;(function(_0x5b3035,_0x3fdaf9){const _0x53bda0=a13_0x14f4,_0x16c839=_0x5b3035();while(!![]){try{const _0x1729cd=parseInt(_0x53bda0(0x193))/0x1*(-parseInt(_0x53bda0(0x185))/0x2)+-parseInt(_0x53bda0(0x1c8))/0x3+parseInt(_0x53bda0(0x1a0))/0x4+parseInt(_0x53bda0(0x156))/0x5*(-parseInt(_0x53bda0(0x19d))/0x6)+parseInt(_0x53bda0(0x19c))/0x7*(-parseInt(_0x53bda0(0x18a))/0x8)+-parseInt(_0x53bda0(0x1bf))/0x9+parseInt(_0x53bda0(0x172))/0xa;if(_0x1729cd===_0x3fdaf9)break;else _0x16c839['push'](_0x16c839['shift']());}catch(_0x53d85e){_0x16c839['push'](_0x16c839['shift']());}}}(a13_0x3440,0xabdba));const path=require(a13_0x345306(0x174)),fs=require('fs'),{v4:uuidv4}=require(a13_0x345306(0x1ac)),testhubUtils=require(a13_0x345306(0x14f)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a13_0x345306(0x146)),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),testRunMap=require(a13_0x345306(0x145)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL='Jasmine',a13_0xea3167={};a13_0xea3167[a13_0x345306(0x187)]='passed',a13_0xea3167[a13_0x345306(0x18f)]=a13_0x345306(0x18f),a13_0xea3167[a13_0x345306(0x1bd)]=a13_0x345306(0x1bd),a13_0xea3167[a13_0x345306(0x1ba)]=a13_0x345306(0x1c9);function a13_0x3440(){const _0x41b651=['fileNameByFullName','1232112ytqacg','skipped','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','mdanO','../testRunMap','../../../helpers/test-observability/sessionHandler','trim','wYilR','expected','\x20:\x20','waFhA','dMxXM','specDone','rURIE','../../../helpers/testhub/utils','prefixTestPath','finished_at','number','aMxyJ','uploadEventData','keLVu','1420sqpBLr','message','mfRGy','RKdyK','JASMINE','FjMRQ','toISOString','fOvku','join','TestRunStarted','err','RCsUJ','.git','oZCFb','UnhandledError','uRBsv','Wewki','xkuQR','filename','statSync','duration','_suitesById','_sendSpecEvent','keys','AssertionError','iaRKe','esKJt','Exception\x20in\x20jasmine\x20specDone\x20for\x20','57735300xyufmW','failedExpectations','path','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','match','Vmajl','length','EBwkf','EgYEl','aOTwv','iouRz','YIoQI','delete','specStarted','slice','has','fullName','add','cwd','2466230Tmjmll','YavXu','passed','lVHep','snPCt','16ZvJiDd','shouldProcessEventForTesthub','relative','set','znUfz','failed','_collapseFailedExpectations','ZMKzY','config','1ZJPBAh','LeiOb','matcherName','startsWith','_resolveFilePath','setCurrentTestData','_findGitConfig','ygZXu','failure_backtrace','3208667biQDZw','26778coUcEk','dirname','_scopes','212676liYYqi','urrUL','pBDJd','MxoZx','Spec\x20failed','endsWith','ZFmRq','backtrace','stack','xEoxn','lang','parentSuiteId','uuid','failure_reason_expanded','FovwL','TestRunSkipped','reverse','get','GDUuL','status','TestRunFinished','actual','sep','kwCnP','_fileNameByFullName','XkhQO','excluded','VXZvp','suiteDone','pending','javascript','11652264bMwKLc','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','description','fFJZl','_paths','isArray','FfJFP','push'];a13_0x3440=function(){return _0x41b651;};return a13_0x3440();}const STATUS_MAP=a13_0xea3167;class BrowserStackJasmineReporter{constructor(_0x193eaa={}){const _0x3fb1fd=a13_0x345306,_0x5196af={'OiYny':function(_0x3a72f9){return _0x3a72f9();}};this['testObservability']=_0x5196af['OiYny'](isTestObservabilitySession),this[_0x3fb1fd(0x1c3)]=new PathHelper({'cwd':process[_0x3fb1fd(0x184)]()},undefined),this[_0x3fb1fd(0x1b8)]=_0x193eaa&&_0x193eaa[_0x3fb1fd(0x1c7)]||{},this[_0x3fb1fd(0x16b)]=new Map();}['jasmineStarted'](){}['suiteStarted'](_0x12e6eb){const _0x4fccd8=a13_0x345306,_0x26160c={'ZsYEg':function(_0x1cc563,_0x4b218e){return _0x1cc563!==_0x4b218e;},'fFJZl':function(_0x12147c,_0x4d2940){return _0x12147c!==_0x4d2940;},'qsbNc':function(_0x4b3cee,_0x1a64ad){return _0x4b3cee(_0x1a64ad);}};try{_0x12e6eb&&_0x26160c['ZsYEg'](_0x12e6eb['id'],undefined)&&_0x26160c[_0x4fccd8(0x1c2)](_0x12e6eb['id'],null)&&this[_0x4fccd8(0x16b)][_0x4fccd8(0x18d)](_0x12e6eb['id'],{'description':_0x12e6eb['description'],'parentSuiteId':_0x12e6eb[_0x4fccd8(0x1ab)]});}catch(_0x4d6bd4){_0x26160c['qsbNc'](debug,_0x4fccd8(0x1c0)+(_0x12e6eb&&_0x12e6eb[_0x4fccd8(0x182)])+'\x20:\x20'+_0x4d6bd4);}}[a13_0x345306(0x17f)](_0x47405f){const _0x968088=a13_0x345306,_0x405d8b={'xkuQR':function(_0x22560e,_0x28c364){return _0x22560e!==_0x28c364;},'LeiOb':function(_0x2f0f11){return _0x2f0f11();},'RCsUJ':_0x968088(0x15f),'EBwkf':function(_0x1f3eb4,_0xa9103f){return _0x1f3eb4(_0xa9103f);}};try{if(_0x405d8b[_0x968088(0x167)](testhubUtils[_0x968088(0x18b)](),!![]))return;const _0x1554fa=_0x405d8b[_0x968088(0x194)](uuidv4);testRunMap[_0x968088(0x18d)](_0x47405f['id'],_0x1554fa),this[_0x968088(0x16c)](_0x47405f,_0x1554fa,_0x405d8b[_0x968088(0x161)]);}catch(_0x4d86f6){_0x405d8b[_0x968088(0x179)](debug,'Exception\x20in\x20jasmine\x20specStarted\x20for\x20'+(_0x47405f&&_0x47405f['fullName'])+'\x20:\x20'+_0x4d86f6);}}[a13_0x345306(0x14d)](_0x4a77b8){const _0x7c90c0=a13_0x345306,_0x2a5ed2={'oZCFb':function(_0x10a112,_0xebe371){return _0x10a112!==_0xebe371;},'aOTwv':function(_0x4d4104){return _0x4d4104();},'dMxXM':function(_0x40492c,_0x47b9d2){return _0x40492c===_0x47b9d2;},'esKJt':'excluded','oGvgh':_0x7c90c0(0x1af),'IhCCx':_0x7c90c0(0x1b4),'kwCnP':function(_0x57655a,_0x11d9a3){return _0x57655a(_0x11d9a3);}};try{if(_0x2a5ed2[_0x7c90c0(0x163)](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x16a1f2=testRunMap[_0x7c90c0(0x1b1)](_0x4a77b8['id'])||_0x2a5ed2[_0x7c90c0(0x17b)](uuidv4),_0x196d39=_0x2a5ed2[_0x7c90c0(0x14c)](_0x4a77b8[_0x7c90c0(0x1b3)],_0x2a5ed2[_0x7c90c0(0x170)])?_0x2a5ed2['oGvgh']:_0x2a5ed2['IhCCx'];this[_0x7c90c0(0x16c)](_0x4a77b8,_0x16a1f2,_0x196d39);}catch(_0x4afc82){_0x2a5ed2[_0x7c90c0(0x1b7)](debug,_0x7c90c0(0x171)+(_0x4a77b8&&_0x4a77b8[_0x7c90c0(0x182)])+_0x7c90c0(0x14a)+_0x4afc82);}finally{_0x4a77b8&&(testRunMap['remove'](_0x4a77b8['id']),_specStartTimes[_0x7c90c0(0x17e)](_0x4a77b8['id']));}}[a13_0x345306(0x1bc)](){}['jasmineDone'](){}['_sendSpecEvent'](_0x23fb04,_0x2a0f8f,_0x511492){const _0x1628aa=a13_0x345306,_0x5b8cf2={'ygZXu':function(_0x232b5e,_0x42433e){return _0x232b5e===_0x42433e;},'urrUL':_0x1628aa(0x1b4),'XkhQO':function(_0x1ebf0e,_0x15bbf7){return _0x1ebf0e===_0x15bbf7;},'ZMKzY':_0x1628aa(0x1af),'FovwL':'File\x20path\x20could\x20not\x20be\x20found','NfDYF':function(_0x253120,_0x4b4dad,_0x2bf19d){return _0x253120(_0x4b4dad,_0x2bf19d);},'mdanO':_0x1628aa(0x160),'keLVu':_0x1628aa(0x15f),'aMxyJ':function(_0x494e3d,_0x54706a){return _0x494e3d!==_0x54706a;},'fOvku':_0x1628aa(0x1be),'znUfz':function(_0x45a113,_0xcfcf37){return _0x45a113&&_0xcfcf37;},'mfRGy':_0x1628aa(0x1c9),'GkiOr':_0x1628aa(0x187),'lVHep':function(_0x25f36d,_0x25405b){return _0x25f36d===_0x25405b;},'jfHHx':_0x1628aa(0x152),'MxoZx':_0x1628aa(0x16e),'xEoxn':_0x1628aa(0x164),'rURIE':'started_at','waFhA':_0x1628aa(0x151),'EgYEl':'failure','RaFEt':_0x1628aa(0x19b),'Wewki':_0x1628aa(0x1a7),'daKUW':_0x1628aa(0x1ad),'YavXu':'expanded','YIoQI':function(_0x1a6442,_0x4f9777){return _0x1a6442(_0x4f9777);}};try{const _0x199a5d=_0x5b8cf2[_0x1628aa(0x19a)](_0x511492,_0x5b8cf2[_0x1628aa(0x1a1)])||_0x5b8cf2[_0x1628aa(0x1b9)](_0x511492,_0x5b8cf2[_0x1628aa(0x191)]),_0x34742a=this[_0x1628aa(0x197)](_0x23fb04),_0x17f125=_0x34742a?this[_0x1628aa(0x1c3)][_0x1628aa(0x150)](_0x34742a):_0x5b8cf2[_0x1628aa(0x1ae)],_0x51ed26=_0x34742a?this[_0x1628aa(0x199)](path[_0x1628aa(0x19e)](_0x34742a)):null,_0x448829=this[_0x1628aa(0x190)](_0x23fb04[_0x1628aa(0x173)]),_0x1ef554=_0x448829?_0x448829['message']:undefined,_0x46acba=_0x448829?_0x5b8cf2['NfDYF'](failureData,_0x448829,_0x5b8cf2[_0x1628aa(0x144)]):[],_0x257b7a=new Date()[_0x1628aa(0x15c)](),_0x50c590=this[_0x1628aa(0x19f)](_0x23fb04);_0x5b8cf2[_0x1628aa(0x19a)](_0x511492,_0x5b8cf2[_0x1628aa(0x155)])&&_0x23fb04&&_0x5b8cf2['aMxyJ'](_0x23fb04['id'],undefined)&&_0x5b8cf2[_0x1628aa(0x153)](_0x23fb04['id'],null)&&_specStartTimes[_0x1628aa(0x18d)](_0x23fb04['id'],_0x257b7a);const _0x5fb38d=_0x5b8cf2[_0x1628aa(0x1b9)](_0x511492,_0x5b8cf2[_0x1628aa(0x155)])?_0x257b7a:_0x23fb04&&_specStartTimes['get'](_0x23fb04['id'])||null,_0x36501d={};_0x36501d[_0x1628aa(0x1aa)]=_0x5b8cf2[_0x1628aa(0x15d)],_0x36501d['code']=null;const _0x646a70={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x2a0f8f,'name':_0x23fb04[_0x1628aa(0x1c1)],'body':_0x36501d,'scope':_0x50c590[_0x1628aa(0x15e)]('\x20'),'scopes':_0x50c590,'identifier':_0x23fb04[_0x1628aa(0x182)],'file_name':_0x17f125,'vc_filepath':_0x5b8cf2[_0x1628aa(0x18e)](_0x51ed26,_0x34742a)?path[_0x1628aa(0x18c)](_0x51ed26,_0x34742a):null,'location':_0x17f125,'result':_0x5b8cf2['ygZXu'](_0x511492,_0x5b8cf2['ZMKzY'])?_0x5b8cf2[_0x1628aa(0x158)]:STATUS_MAP[_0x23fb04['status']]||_0x5b8cf2['GkiOr'],'failure_reason':_0x1ef554,'duration_in_ms':_0x5b8cf2[_0x1628aa(0x188)](typeof _0x23fb04['duration'],_0x5b8cf2['jfHHx'])?_0x23fb04[_0x1628aa(0x16a)]:null,'started_at':_0x5fb38d,'finished_at':_0x199a5d?_0x257b7a:null,'failure':_0x46acba,'failure_type':!_0x1ef554?null:_0x1ef554[_0x1628aa(0x176)](/AssertionError/)?_0x5b8cf2[_0x1628aa(0x1a3)]:_0x5b8cf2[_0x1628aa(0x1a9)],'retry_of':null};_0x5b8cf2[_0x1628aa(0x19a)](_0x511492,_0x5b8cf2[_0x1628aa(0x191)])&&!_0x646a70[_0x5b8cf2[_0x1628aa(0x14e)]]&&(_0x646a70[_0x5b8cf2['rURIE']]=_0x646a70[_0x5b8cf2[_0x1628aa(0x14b)]]);const _0x5819ac=_0x646a70[_0x5b8cf2[_0x1628aa(0x17a)]][0x0];_0x5819ac&&(_0x646a70[_0x5b8cf2['RaFEt']]=_0x5819ac[_0x5b8cf2[_0x1628aa(0x166)]],_0x646a70[_0x5b8cf2['daKUW']]=_0x5819ac[_0x5b8cf2[_0x1628aa(0x186)]]);testhubUtils['appendTesthubParams'](_0x646a70,_0x511492,_0x23fb04,FRAMEWORKS[_0x1628aa(0x15a)]);const _0x5d0d15={'event_type':_0x5b8cf2[_0x1628aa(0x19a)](_0x511492,_0x5b8cf2['ZMKzY'])?_0x5b8cf2['urrUL']:_0x511492,'test_run':_0x646a70};return testhubUtils[_0x1628aa(0x198)](FRAMEWORKS[_0x1628aa(0x15a)],_0x5d0d15),SessionHandler[_0x1628aa(0x154)](_0x5d0d15);}catch(_0xc8a046){_0x5b8cf2[_0x1628aa(0x17d)](debug,_0x1628aa(0x143)+_0x511492+_0x1628aa(0x14a)+_0xc8a046);}}['_scopes'](_0x97e529){const _0x5dd572=a13_0x345306,_0x4f9871={'FgcVQ':function(_0x22015b,_0x4034b6){return _0x22015b!==_0x4034b6;},'pmBwK':function(_0x3bb3df,_0x5943a4){return _0x3bb3df!==_0x5943a4;},'FfJFP':function(_0x16c256,_0x59d66e){return _0x16c256>_0x59d66e;},'RKdyK':function(_0x4f40b5,_0x532d29){return _0x4f40b5(_0x532d29);},'FjMRQ':function(_0x5a1413,_0x678140){return _0x5a1413-_0x678140;}};try{const _0x1f1aeb=[];let _0x2f0e11=_0x97e529&&_0x97e529[_0x5dd572(0x1ab)];const _0x138a26=new Set();while(_0x4f9871['FgcVQ'](_0x2f0e11,undefined)&&_0x4f9871['pmBwK'](_0x2f0e11,null)&&this[_0x5dd572(0x16b)][_0x5dd572(0x181)](_0x2f0e11)&&!_0x138a26[_0x5dd572(0x181)](_0x2f0e11)){_0x138a26[_0x5dd572(0x183)](_0x2f0e11);const _0x1fcef3=this['_suitesById']['get'](_0x2f0e11);_0x1fcef3&&_0x1fcef3['description']&&_0x1f1aeb[_0x5dd572(0x1c6)](_0x1fcef3[_0x5dd572(0x1c1)]),_0x2f0e11=_0x1fcef3?_0x1fcef3['parentSuiteId']:null;}if(_0x4f9871[_0x5dd572(0x1c5)](_0x1f1aeb[_0x5dd572(0x178)],0x0))return _0x1f1aeb[_0x5dd572(0x1b0)]();}catch(_0x367a8f){_0x4f9871[_0x5dd572(0x159)](debug,_0x5dd572(0x175)+(_0x97e529&&_0x97e529['fullName'])+_0x5dd572(0x14a)+_0x367a8f);}const _0x49d99b=_0x97e529&&_0x97e529[_0x5dd572(0x182)]||'',_0x9196ee=_0x97e529&&_0x97e529[_0x5dd572(0x1c1)]||'';let _0x3ff632=_0x49d99b;return _0x9196ee&&_0x49d99b[_0x5dd572(0x1a5)](_0x9196ee)&&(_0x3ff632=_0x49d99b[_0x5dd572(0x180)](0x0,_0x4f9871[_0x5dd572(0x15b)](_0x49d99b[_0x5dd572(0x178)],_0x9196ee[_0x5dd572(0x178)]))[_0x5dd572(0x147)]()),_0x3ff632?_0x3ff632['split'](/\s+/):[];}[a13_0x345306(0x197)](_0xd594fe){const _0xbfacc1=a13_0x345306,_0x582f7a={};_0x582f7a[_0xbfacc1(0x1a2)]=function(_0x5996d1,_0x3cb430){return _0x5996d1===_0x3cb430;},_0x582f7a[_0xbfacc1(0x16f)]=function(_0x5dd823,_0x52eaf1){return _0x5dd823+_0x52eaf1;},_0x582f7a[_0xbfacc1(0x148)]=function(_0x2c2478,_0x4ab33b){return _0x2c2478>_0x4ab33b;};const _0x4dc983=_0x582f7a;if(_0xd594fe&&_0xd594fe[_0xbfacc1(0x168)])return _0xd594fe[_0xbfacc1(0x168)];if(_0xd594fe&&_0xd594fe[_0xbfacc1(0x182)]){if(this[_0xbfacc1(0x1b8)][_0xd594fe['fullName']])return this['_fileNameByFullName'][_0xd594fe['fullName']];let _0x375c36=null,_0x490700=-0x1;for(const _0x1fd6cb of Object[_0xbfacc1(0x16d)](this['_fileNameByFullName'])){(_0x4dc983['pBDJd'](_0xd594fe['fullName'],_0x1fd6cb)||_0xd594fe[_0xbfacc1(0x182)][_0xbfacc1(0x196)](_0x4dc983['iaRKe'](_0x1fd6cb,'\x20')))&&_0x4dc983[_0xbfacc1(0x148)](_0x1fd6cb[_0xbfacc1(0x178)],_0x490700)&&(_0x375c36=this[_0xbfacc1(0x1b8)][_0x1fd6cb],_0x490700=_0x1fd6cb[_0xbfacc1(0x178)]);}if(_0x375c36)return _0x375c36;}return null;}[a13_0x345306(0x190)](_0x3c4e04){const _0x49cc4a=a13_0x345306,_0x358726={};_0x358726[_0x49cc4a(0x1b2)]=function(_0x1de0fd,_0x578ea9){return _0x1de0fd===_0x578ea9;},_0x358726[_0x49cc4a(0x165)]=_0x49cc4a(0x1a4);const _0x25d4ee=_0x358726;if(!Array[_0x49cc4a(0x1c4)](_0x3c4e04)||_0x25d4ee[_0x49cc4a(0x1b2)](_0x3c4e04[_0x49cc4a(0x178)],0x0))return undefined;const _0x532af9=[],_0x22b559=[];for(const _0x5a9dd1 of _0x3c4e04){_0x5a9dd1&&_0x5a9dd1[_0x49cc4a(0x157)]&&_0x532af9['push'](_0x5a9dd1[_0x49cc4a(0x157)]),_0x5a9dd1&&_0x5a9dd1[_0x49cc4a(0x1a8)]&&_0x22b559[_0x49cc4a(0x1c6)](_0x5a9dd1[_0x49cc4a(0x1a8)]);}const _0x5d889b=_0x3c4e04[0x0]||{},_0x780b59=_0x532af9[_0x49cc4a(0x15e)]('\x0a')||_0x5d889b[_0x49cc4a(0x157)]||_0x25d4ee[_0x49cc4a(0x165)],_0x54bac7=_0x22b559[_0x49cc4a(0x15e)]('\x0a\x0a')||_0x5d889b['stack']||_0x780b59,_0x1ce8d8={};return _0x1ce8d8[_0x49cc4a(0x157)]=_0x780b59,_0x1ce8d8['stack']=_0x54bac7,_0x1ce8d8[_0x49cc4a(0x195)]=_0x5d889b[_0x49cc4a(0x195)],_0x1ce8d8[_0x49cc4a(0x149)]=_0x5d889b[_0x49cc4a(0x149)],_0x1ce8d8[_0x49cc4a(0x1b5)]=_0x5d889b[_0x49cc4a(0x1b5)],_0x1ce8d8;}[a13_0x345306(0x199)](_0x33fc8b){const _0x2c4dfb=a13_0x345306,_0x869f10={};_0x869f10[_0x2c4dfb(0x189)]=function(_0x485664,_0x84be53){return _0x485664===_0x84be53;},_0x869f10[_0x2c4dfb(0x17c)]=function(_0x3b223a,_0xc27eb3){return _0x3b223a===_0xc27eb3;},_0x869f10[_0x2c4dfb(0x177)]=function(_0x46e23f,_0x3d2046){return _0x46e23f===_0x3d2046;},_0x869f10['VXZvp']=_0x2c4dfb(0x162),_0x869f10['ZFmRq']=_0x2c4dfb(0x192);const _0x9c856b=_0x869f10,_0x6bf3a8=path[_0x2c4dfb(0x1b6)];if(_0x9c856b[_0x2c4dfb(0x189)](_0x33fc8b,null)||_0x9c856b[_0x2c4dfb(0x17c)](_0x33fc8b,'')||_0x9c856b['snPCt'](_0x33fc8b,_0x6bf3a8)||_0x9c856b[_0x2c4dfb(0x177)](_0x33fc8b,path['dirname'](_0x33fc8b)))return null;try{return fs[_0x2c4dfb(0x169)](path[_0x2c4dfb(0x15e)](_0x33fc8b,_0x9c856b[_0x2c4dfb(0x1bb)],_0x9c856b[_0x2c4dfb(0x1a6)])),_0x33fc8b;}catch(_0x32df02){return this[_0x2c4dfb(0x199)](path[_0x2c4dfb(0x19e)](_0x33fc8b));}}}module['exports']=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0x368dcf=a14_0x4f44;(function(_0x2c6cbf,_0x3c4ef4){const _0x3dfb45=a14_0x4f44,_0x478446=_0x2c6cbf();while(!![]){try{const _0x2e1201=-parseInt(_0x3dfb45(0x1ad))/0x1+parseInt(_0x3dfb45(0x17d))/0x2+-parseInt(_0x3dfb45(0x1c0))/0x3+parseInt(_0x3dfb45(0x18d))/0x4*(-parseInt(_0x3dfb45(0x1f8))/0x5)+parseInt(_0x3dfb45(0x1a6))/0x6*(parseInt(_0x3dfb45(0x186))/0x7)+parseInt(_0x3dfb45(0x1b6))/0x8*(parseInt(_0x3dfb45(0x1ba))/0x9)+-parseInt(_0x3dfb45(0x196))/0xa*(parseInt(_0x3dfb45(0x1df))/0xb);if(_0x2e1201===_0x3c4ef4)break;else _0x478446['push'](_0x478446['shift']());}catch(_0x16f9f1){_0x478446['push'](_0x478446['shift']());}}}(a14_0x44ed,0x4c6da));function a14_0x44ed(){const _0x111488=['../v2/browserstackCLI','push','format','resolve','\x20platform(s),\x20parallelsPerPlatform=','isBrowserstackInfra','wcqfl','jasmine\x20child\x20(platformIndex=','../../helpers/test-observability/utils','glob','WCXHy','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20',',\x20specs=','string','GMTPv','gpUtR','521178fPzxbU','ctrPX','true','trim','BROWSERSTACK_TEST_OBSERVABILITY_YML','iwJGj','slice','maxWorkers','BROWSERSTACK_RERUN_TESTS','7OTBWiz','initialize','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','spec_dir','globSync','gUEuw','../../helpers/playwright-helper','699764KKLzay','specArgs',')\x20:\x20','YDbWr','\x20work-item(s),\x20max\x20','find','map','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','info','310rHAvcC','tSeDD','assign','error','spec/support/jasmine.json','end','XJLOF','JASMINE_CONFIG_PATH','start','tGSZB','oTtlz','testObservability','stringify','accessibilityOptions','../../helpers/logger','../../helpers/testhub/testhubHandler','3227586UJwQBY','getPackageVersion','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','__isPlaywrightInstalled','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','pCnGx','BROWSERSTACK_JASMINE_PARALLELS','547972XqTGGe','cwd','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','rXcrz','platform','posix','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','Running\x20your\x20Jasmine\x20tests\x20across\x20','24gXqRRP','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','BmLeq','BROWSERSTACK_CLI_BIN_SESSION_ID','1678149tOHYet','jdaQA','FgEeE','exports','JASMINE','xUvHz','729507cTkjGO','parallelsPerPlatform','isUndefined','join','AWnDA','PzgyF','MiztD','length','dkSNM','obNQb','kjmAm','p-limit','utf8','handleApp','startsWith','platformIndex','../../helpers/puppeteer-helper','launchBuild','platforms','capability','AcKuQ','stop','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','../../helpers/utilities','jasmine','JxxwO','from','all','AyzqE','OiQjS','FRAMEWORKS','27951dBLKvC','proxySettings','prepareCapabilities','\x20concurrent)','win32','printBuildLink','\x20:\x20','TFnVl','junZz','wcLiW','logLevel','eAMlJ','../../helpers/performance/performance-tester','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','agmTt','getHubUrl','../../helpers/helper','rEtKW','child_process','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','binSessionId','kieMP',';\x20proceeding\x20without\x20injection','npx',')\x20exited\x20with\x20code\x20','5xPdcaW','useW3C','parse','Viyiy','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','itABu','env','isArray','**/*[sS]pec.?(m)js','config','SDK_CLEANUP','exitCode','util','Kpwls','lnQPY','\x27\x20:\x20','jwqOr','znWhE','finalExecution','kKFqb','filter'];a14_0x44ed=function(){return _0x111488;};return a14_0x44ed();}const fs=require('fs'),path=require('path'),util=require(a14_0x368dcf(0x204)),{spawn}=require(a14_0x368dcf(0x1f1)),glob=require(a14_0x368dcf(0x176)),pLimit=require(a14_0x368dcf(0x1cb)),logger=require(a14_0x368dcf(0x1a4))['winstonLogger'],helper=require(a14_0x368dcf(0x1ef)),utilities=require(a14_0x368dcf(0x1d7)),constants=require('../utils/constants'),TestHubHandler=require(a14_0x368dcf(0x1a5)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x368dcf(0x175)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a14_0x368dcf(0x1eb)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],BrowserstackCLI=require(a14_0x368dcf(0x16d)),{checkPwandBootstrapCli}=require(a14_0x368dcf(0x18c)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x368dcf(0x1d0)),getMaxWorkers=(_0x1aa9bb,_0x4d3ef6)=>{const _0x1f0cf2=a14_0x368dcf,_0x2d39a9={'iwJGj':function(_0x84bfa2,_0x10d83c){return _0x84bfa2(_0x10d83c);}};let _0x4501fe=0x1;if(!helper[_0x1f0cf2(0x1c2)](_0x4d3ef6['parallelsPerPlatform']))_0x4501fe=_0x2d39a9[_0x1f0cf2(0x182)](parseInt,_0x4d3ef6[_0x1f0cf2(0x1c1)]);else!helper[_0x1f0cf2(0x1c2)](_0x1aa9bb[_0x1f0cf2(0x184)])&&(_0x4501fe=_0x1aa9bb['maxWorkers']);return _0x4501fe;},resolveJasmineConfigPath=()=>{const _0x173ac7=a14_0x368dcf,_0xcbe102={};_0xcbe102[_0x173ac7(0x1dd)]=_0x173ac7(0x19a);const _0x1fd8b0=_0xcbe102,_0x5dff13=[];process[_0x173ac7(0x1fe)]['JASMINE_CONFIG_PATH']&&_0x5dff13[_0x173ac7(0x16e)](path[_0x173ac7(0x170)](process[_0x173ac7(0x1ae)](),process[_0x173ac7(0x1fe)][_0x173ac7(0x19d)]));_0x5dff13['push'](path[_0x173ac7(0x170)](process[_0x173ac7(0x1ae)](),_0x1fd8b0[_0x173ac7(0x1dd)]));for(const _0x3bacf2 of _0x5dff13){try{if(fs['existsSync'](_0x3bacf2))return _0x3bacf2;}catch(_0x473dd2){}}return null;},enumerateSpecFiles=_0x358a2f=>{const _0x3fee3c=a14_0x368dcf,_0x83ca9c={'ctrPX':function(_0x111756,_0x9828f7){return _0x111756(_0x9828f7);},'BmLeq':function(_0x43a799,_0x1be418){return _0x43a799>_0x1be418;},'lnQPY':function(_0x1f0d85,_0x45be70){return _0x1f0d85(_0x45be70);},'junZz':function(_0x4846e9,_0x30c1ec){return _0x4846e9<_0x30c1ec;},'PzgyF':function(_0x1ac628,_0x5dc560){return _0x1ac628===_0x5dc560;},'AcKuQ':_0x3fee3c(0x17a),'Kpwls':function(_0x329ffb,_0x536cec,_0x2e6a0c){return _0x329ffb(_0x536cec,_0x2e6a0c);},'Nsplf':function(_0xffc7a5){return _0xffc7a5();},'Viyiy':_0x3fee3c(0x1cc),'agmTt':'spec','WgGmm':_0x3fee3c(0x200),'wcqfl':function(_0x35c1af,_0x52c7db){return _0x35c1af>_0x52c7db;}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x5aff70=testOpsHelper['parseFileNames'](process[_0x3fee3c(0x1fe)][_0x3fee3c(0x185)]);if(Array[_0x3fee3c(0x1ff)](_0x5aff70)&&_0x83ca9c['BmLeq'](_0x5aff70[_0x3fee3c(0x1c7)],0x0))return _0x5aff70[_0x3fee3c(0x193)](_0x17501c=>path[_0x3fee3c(0x170)](process[_0x3fee3c(0x1ae)](),_0x17501c[_0x3fee3c(0x180)]()))[_0x3fee3c(0x16c)](Boolean);}}catch(_0x5c7a14){_0x83ca9c[_0x3fee3c(0x206)](debug,_0x3fee3c(0x188)+util['format'](_0x5c7a14));}const _0x625582=[];try{for(let _0x3bb549=0x1;_0x83ca9c[_0x3fee3c(0x1e7)](_0x3bb549,_0x358a2f['length']);_0x3bb549++){const _0x47dc1d=_0x358a2f[_0x3bb549];_0x83ca9c[_0x3fee3c(0x1c5)](typeof _0x47dc1d,_0x83ca9c[_0x3fee3c(0x1d4)])&&!_0x47dc1d[_0x3fee3c(0x1ce)]('-')&&_0x625582[_0x3fee3c(0x16e)](_0x47dc1d);}}catch(_0x3f32a4){}const _0x42f3d0={'cwd':process[_0x3fee3c(0x1ae)](),'absolute':!![],'nodir':!![]},_0x4150b9=(_0x2514bc,_0x513d5b)=>{const _0x2c09ff=_0x3fee3c,_0x185a36=[];for(const _0x588cb0 of _0x2514bc){try{const _0x5b2dc7=_0x513d5b?path[_0x2c09ff(0x1b3)][_0x2c09ff(0x1c3)](_0x513d5b,_0x588cb0):_0x588cb0,_0x47ae66=glob[_0x2c09ff(0x18a)](_0x5b2dc7,_0x42f3d0);Array[_0x2c09ff(0x1ff)](_0x47ae66)&&_0x185a36[_0x2c09ff(0x16e)](..._0x47ae66);}catch(_0x2ad651){_0x83ca9c[_0x2c09ff(0x17e)](debug,_0x2c09ff(0x194)+_0x588cb0+_0x2c09ff(0x207)+util[_0x2c09ff(0x16f)](_0x2ad651));}}return _0x185a36;};if(_0x83ca9c[_0x3fee3c(0x1b8)](_0x625582[_0x3fee3c(0x1c7)],0x0)){const _0x3e9c7e=_0x83ca9c[_0x3fee3c(0x205)](_0x4150b9,_0x625582,null);if(_0x83ca9c[_0x3fee3c(0x1b8)](_0x3e9c7e['length'],0x0))return Array[_0x3fee3c(0x1da)](new Set(_0x3e9c7e));return _0x625582[_0x3fee3c(0x193)](_0x2cbe2a=>path[_0x3fee3c(0x170)](process[_0x3fee3c(0x1ae)](),_0x2cbe2a));}try{const _0x1812fe=_0x83ca9c['Nsplf'](resolveJasmineConfigPath);if(_0x1812fe){const _0x100ec9=JSON[_0x3fee3c(0x1fa)](fs['readFileSync'](_0x1812fe,_0x83ca9c[_0x3fee3c(0x1fb)])),_0xd64d3b=_0x100ec9[_0x3fee3c(0x189)]||_0x83ca9c[_0x3fee3c(0x1ed)],_0x3c6e67=Array[_0x3fee3c(0x1ff)](_0x100ec9['spec_files'])&&_0x83ca9c['BmLeq'](_0x100ec9['spec_files'][_0x3fee3c(0x1c7)],0x0)?_0x100ec9['spec_files']:[_0x83ca9c['WgGmm']],_0x391abf=_0x83ca9c['Kpwls'](_0x4150b9,_0x3c6e67,_0xd64d3b);if(_0x83ca9c[_0x3fee3c(0x173)](_0x391abf[_0x3fee3c(0x1c7)],0x0))return Array[_0x3fee3c(0x1da)](new Set(_0x391abf));}}catch(_0x45d561){_0x83ca9c[_0x3fee3c(0x17e)](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util['format'](_0x45d561));}return null;};async function run(_0x1c9c56,_0x3c853a,_0x3b4d29){const _0x3004a9=a14_0x368dcf,_0x1657f8={'kKFqb':function(_0x8935a0,_0x18679f){return _0x8935a0>_0x18679f;},'kjmAm':function(_0x27dec2,_0x4bdcf2){return _0x27dec2(_0x4bdcf2);},'xUvHz':function(_0x451fee,_0x3c9418){return _0x451fee(_0x3c9418);},'JxxwO':'all','VoLGx':function(_0x1f2778,_0x3df374){return _0x1f2778(_0x3df374);},'AWnDA':function(_0x98291,_0x5b9388){return _0x98291||_0x5b9388;},'rEtKW':function(_0x1e0351,_0x4606d5){return _0x1e0351(_0x4606d5);},'jdaQA':function(_0x3b17f8,_0x59039a){return _0x3b17f8(_0x59039a);},'tGSZB':function(_0x45fa0d,_0x8a2239,_0x52e306,_0x3b3c22){return _0x45fa0d(_0x8a2239,_0x52e306,_0x3b3c22);},'znWhE':_0x3004a9(0x1f6),'AyzqE':_0x3004a9(0x1d8),'rXcrz':function(_0x4010e0,_0x1bf7ee){return _0x4010e0===_0x1bf7ee;},'tSeDD':_0x3004a9(0x1e3),'gpUtR':'inherit','obNQb':'close','wcLiW':'error','gUEuw':function(_0x385fed,_0x2d1606){return _0x385fed(_0x2d1606);},'dkSNM':function(_0x552bc,_0x4a2f6){return _0x552bc(_0x4a2f6);},'kieMP':'@playwright/test','ayCRj':function(_0x1e16fa){return _0x1e16fa();},'pCnGx':function(_0x4ad0f9,_0x5ac1f5,_0x9fdfe1,_0x50a442){return _0x4ad0f9(_0x5ac1f5,_0x9fdfe1,_0x50a442);},'ABQLT':function(_0x232d95,_0x3f8740){return _0x232d95!=_0x3f8740;},'SHaCb':_0x3004a9(0x17f),'MGpwG':function(_0x3e25a8,_0x228919){return _0x3e25a8(_0x228919);},'MiztD':function(_0x5c5be7,_0x4c71a6,_0x52ec6d){return _0x5c5be7(_0x4c71a6,_0x52ec6d);},'FgEeE':function(_0x2a66ad,_0xabcdfe){return _0x2a66ad*_0xabcdfe;},'jwqOr':function(_0x366da5,_0x473c3e){return _0x366da5(_0x473c3e);},'itABu':function(_0xa611a6,_0x18e063){return _0xa611a6(_0x18e063);},'TFnVl':function(_0x3f45fe,_0x58a0c8){return _0x3f45fe(_0x58a0c8);},'eAMlJ':'test.setup.js','YDbWr':function(_0x1523cb,_0x3ff36e){return _0x1523cb<_0x3ff36e;},'XJLOF':function(_0x46b3bc,_0xf45189){return _0x46b3bc>_0xf45189;},'WCXHy':function(_0x112d1f,_0x2498c5){return _0x112d1f(_0x2498c5);},'oTtlz':function(_0x1326be,_0x1c3a4d){return _0x1326be(_0x1c3a4d);}},_0x2bfc4e=helper[_0x3004a9(0x1a7)](_0x1657f8[_0x3004a9(0x1f4)]);global[_0x3004a9(0x1a9)]=!!_0x2bfc4e;const _0x4015d6=_0x1657f8['ayCRj'](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x4015d6;helper[_0x3004a9(0x172)]()&&(await _0x3b4d29[_0x3004a9(0x187)](_0x1c9c56),await helper[_0x3004a9(0x1cd)](_0x3b4d29[_0x3004a9(0x201)]));if(_0x2bfc4e)await _0x1657f8[_0x3004a9(0x19f)](checkPwandBootstrapCli,_0x2bfc4e,constants[_0x3004a9(0x1de)][_0x3004a9(0x1be)],_0x3b4d29);else _0x4015d6&&await _0x1657f8[_0x3004a9(0x1ab)](checkPuppeteerAndBootstrapCli,_0x4015d6,constants[_0x3004a9(0x1de)]['JASMINE'],_0x3b4d29);if(!_0x3b4d29[_0x3004a9(0x201)])return;_0x1657f8['ABQLT'](_0x3b4d29[_0x3004a9(0x201)][_0x3004a9(0x1a1)],null)?process[_0x3004a9(0x1fe)][_0x3004a9(0x181)]=_0x3b4d29['config'][_0x3004a9(0x1a1)]:process[_0x3004a9(0x1fe)][_0x3004a9(0x181)]=_0x1657f8['SHaCb'];!helper[_0x3004a9(0x1c2)](_0x3b4d29[_0x3004a9(0x201)][_0x3004a9(0x1a3)])&&(process[_0x3004a9(0x1fe)][_0x3004a9(0x1ec)]=JSON[_0x3004a9(0x1a2)](_0x3b4d29[_0x3004a9(0x201)]['accessibilityOptions']));try{await TestHubHandler[_0x3004a9(0x1d1)](FRAMEWORKS[_0x3004a9(0x1be)],_0x3b4d29);}catch(_0x2591e){logger[_0x3004a9(0x199)]('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x3004a9(0x16f)](_0x2591e)),_0x1657f8[_0x3004a9(0x1f0)](debug,_0x3004a9(0x178)+util[_0x3004a9(0x16f)](_0x2591e));}let _0x503180=![],_0x1e7b2b=[];try{_0x503180=helper[_0x3004a9(0x1f9)](_0x3b4d29['config']),_0x1e7b2b=helper[_0x3004a9(0x1e1)](_0x3b4d29['config'],_0x503180,constants[_0x3004a9(0x1de)][_0x3004a9(0x1be)]),process[_0x3004a9(0x1fe)]['BROWSERSTACK_CAPABILITIES']=JSON[_0x3004a9(0x1a2)](_0x1e7b2b);}catch(_0x36c7f0){_0x1657f8[_0x3004a9(0x1bf)](debug,_0x3004a9(0x1fc)+util[_0x3004a9(0x16f)](_0x36c7f0));}let _0x109a1c=null,_0x1cd7e4=![];try{_0x109a1c=helper[_0x3004a9(0x1ee)](_0x3b4d29[_0x3004a9(0x201)]),_0x1cd7e4=helper['validPlatformsPresent'](_0x3b4d29[_0x3004a9(0x201)]);}catch(_0x30715b){_0x1657f8['MGpwG'](debug,_0x3004a9(0x1f2)+util['format'](_0x30715b));}const _0x1638cb=_0x29992f=>{const _0x43c9a5=_0x3004a9,_0x2d1344=Array[_0x43c9a5(0x1ff)](_0x1e7b2b)&&_0x1657f8[_0x43c9a5(0x20b)](_0x1e7b2b[_0x43c9a5(0x1c7)],_0x29992f)?_0x1e7b2b[_0x29992f]:Array[_0x43c9a5(0x1ff)](_0x1e7b2b)&&_0x1657f8[_0x43c9a5(0x20b)](_0x1e7b2b['length'],0x0)?_0x1e7b2b[0x0]:{};return{'server':_0x109a1c,'capability':_0x2d1344,'proxySettings':_0x3b4d29['config'][_0x43c9a5(0x1e0)],'platform':helper['getPlatformName'](_0x2d1344),'browserStackLogLevel':_0x3b4d29[_0x43c9a5(0x201)][_0x43c9a5(0x1e9)],'platformIndex':_0x29992f,'framework':constants['FRAMEWORKS'][_0x43c9a5(0x1be)],'platformCaps':_0x1cd7e4?Object['assign']({'index':_0x29992f},_0x3b4d29[_0x43c9a5(0x201)][_0x43c9a5(0x1d2)][_0x29992f]):{'index':_0x29992f}};};let _0x475289=0x1,_0x6981a0=0x1,_0x4d69ac=0x1;try{_0x475289=_0x1657f8[_0x3004a9(0x1c6)](getMaxWorkers,_0x1c9c56,_0x3b4d29[_0x3004a9(0x201)]),_0x6981a0=_0x1cd7e4?_0x3b4d29[_0x3004a9(0x201)][_0x3004a9(0x1d2)]['length']:0x1,_0x4d69ac=_0x1657f8[_0x3004a9(0x1bc)](_0x6981a0,_0x475289),process['env'][_0x3004a9(0x1ac)]=_0x1657f8[_0x3004a9(0x208)](String,_0x4d69ac);}catch(_0x2dbdaa){_0x1657f8[_0x3004a9(0x1fd)](debug,_0x3004a9(0x1aa)+util[_0x3004a9(0x16f)](_0x2dbdaa));}try{BrowserstackCLI['getInstance']()[_0x3004a9(0x1f3)]&&(process['env'][_0x3004a9(0x1b9)]=BrowserstackCLI['getInstance']()[_0x3004a9(0x1f3)]);}catch(_0x5170e0){_0x1657f8[_0x3004a9(0x1e6)](debug,_0x3004a9(0x1af)+util['format'](_0x5170e0));}const _0x1dde25=[];try{const _0x149e95=path[_0x3004a9(0x170)](__dirname,_0x1657f8[_0x3004a9(0x1ea)]);fs['existsSync'](_0x149e95)?_0x1dde25[_0x3004a9(0x16e)]('--helper='+_0x149e95):_0x1657f8[_0x3004a9(0x1f0)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x149e95+_0x3004a9(0x1f5));}catch(_0x28e808){_0x1657f8[_0x3004a9(0x1c8)](debug,_0x3004a9(0x1b0)+util['format'](_0x28e808));}const _0x378bf8=_0x3c853a[_0x3004a9(0x183)](0x1),_0x2f2a46=_0x1657f8['jwqOr'](enumerateSpecFiles,_0x3c853a),_0x4c8a8d=[];for(let _0x5bd604=0x0;_0x1657f8[_0x3004a9(0x190)](_0x5bd604,_0x6981a0);_0x5bd604++){if(_0x1657f8[_0x3004a9(0x19c)](_0x475289,0x1)&&Array[_0x3004a9(0x1ff)](_0x2f2a46)&&_0x1657f8['kKFqb'](_0x2f2a46[_0x3004a9(0x1c7)],0x0))for(const _0x5e6085 of _0x2f2a46){const _0x530ed3={};_0x530ed3['platformIndex']=_0x5bd604,_0x530ed3[_0x3004a9(0x18e)]=[_0x5e6085],_0x4c8a8d['push'](_0x530ed3);}else{const _0x457458={};_0x457458[_0x3004a9(0x1cf)]=_0x5bd604,_0x457458[_0x3004a9(0x18e)]=_0x2f2a46,_0x4c8a8d[_0x3004a9(0x16e)](_0x457458);}}logger[_0x3004a9(0x195)](_0x3004a9(0x1b5)+_0x6981a0+_0x3004a9(0x171)+_0x475289+'\x20('+_0x4c8a8d[_0x3004a9(0x1c7)]+_0x3004a9(0x191)+_0x4d69ac+_0x3004a9(0x1e2)),PerformanceTester[_0x3004a9(0x19b)](PerformanceEvents['SDK_SETUP']);const _0x411137=_0x4fb930=>new Promise(_0x1641a0=>{const _0x5f5a8e=_0x3004a9,_0x5c5f66={'GMTPv':_0x1657f8[_0x5f5a8e(0x1d9)],'DrBXs':function(_0x493233,_0x38ef08){return _0x1657f8['VoLGx'](_0x493233,_0x38ef08);},'IEESO':function(_0x100d23,_0x5e017f){const _0x296cae=_0x5f5a8e;return _0x1657f8[_0x296cae(0x1c4)](_0x100d23,_0x5e017f);}};let _0x110dc7;try{const _0x2b366b=_0x1657f8[_0x5f5a8e(0x1f0)](_0x1638cb,_0x4fb930[_0x5f5a8e(0x1cf)]);_0x110dc7=Object[_0x5f5a8e(0x198)]({},process[_0x5f5a8e(0x1fe)],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x2b366b),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x2b366b[_0x5f5a8e(0x1d3)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x1a83e3){_0x1657f8[_0x5f5a8e(0x1bb)](debug,_0x5f5a8e(0x1b7)+_0x4fb930[_0x5f5a8e(0x1cf)]+_0x5f5a8e(0x1e5)+util[_0x5f5a8e(0x16f)](_0x1a83e3)),_0x110dc7=Object['assign']({},process[_0x5f5a8e(0x1fe)]);}const _0x5ca007=Array[_0x5f5a8e(0x1ff)](_0x4fb930[_0x5f5a8e(0x18e)])?_0x4fb930[_0x5f5a8e(0x18e)]:[],_0xc1b97d=_0x1657f8[_0x5f5a8e(0x20b)](_0x5ca007[_0x5f5a8e(0x1c7)],0x0)?_0x378bf8['filter'](_0x489877=>typeof _0x489877===_0x5f5a8e(0x17a)&&_0x489877[_0x5f5a8e(0x1ce)]('-')):_0x378bf8,_0x1b68db=[..._0x1dde25,..._0xc1b97d,..._0x5ca007];try{const _0x7c9ad8=_0x1657f8[_0x5f5a8e(0x19f)](spawn,_0x1657f8[_0x5f5a8e(0x209)],[_0x1657f8[_0x5f5a8e(0x1dc)],..._0x1b68db],{'shell':_0x1657f8[_0x5f5a8e(0x1b1)](process[_0x5f5a8e(0x1b2)],_0x1657f8[_0x5f5a8e(0x197)]),'stdio':_0x1657f8[_0x5f5a8e(0x17c)],'env':_0x110dc7});_0x7c9ad8['on'](_0x1657f8[_0x5f5a8e(0x1c9)],_0x26ab20=>{const _0x4959f0=_0x5f5a8e;logger['debug'](_0x4959f0(0x174)+_0x4fb930[_0x4959f0(0x1cf)]+_0x4959f0(0x179)+(_0x5ca007[_0x4959f0(0x1c7)]?_0x5ca007[_0x4959f0(0x1c3)](','):_0x5c5f66[_0x4959f0(0x17b)])+_0x4959f0(0x1f7)+_0x26ab20),_0x5c5f66['DrBXs'](_0x1641a0,_0x5c5f66['IEESO'](_0x26ab20,0x0));}),_0x7c9ad8['on'](_0x1657f8[_0x5f5a8e(0x1e8)],_0x169ac0=>{const _0x29b931=_0x5f5a8e;_0x1657f8[_0x29b931(0x1ca)](debug,_0x29b931(0x1d6)+_0x4fb930[_0x29b931(0x1cf)]+_0x29b931(0x18f)+util[_0x29b931(0x16f)](_0x169ac0)),_0x1657f8[_0x29b931(0x1bf)](_0x1641a0,0x1);});}catch(_0x4f8c13){_0x1657f8[_0x5f5a8e(0x18b)](debug,_0x5f5a8e(0x1b4)+_0x4fb930[_0x5f5a8e(0x1cf)]+_0x5f5a8e(0x18f)+util[_0x5f5a8e(0x16f)](_0x4f8c13)),_0x1657f8[_0x5f5a8e(0x1c8)](_0x1641a0,0x1);}}),_0x473695=_0x1657f8[_0x3004a9(0x177)](pLimit,_0x1657f8[_0x3004a9(0x20b)](_0x4d69ac,0x0)?_0x4d69ac:0x1),_0x409b50=await Promise[_0x3004a9(0x1db)](_0x4c8a8d[_0x3004a9(0x193)](_0x161d4a=>_0x473695(()=>_0x411137(_0x161d4a))));PerformanceTester[_0x3004a9(0x19e)](PerformanceEvents[_0x3004a9(0x202)]);const _0x4f1860=_0x409b50[_0x3004a9(0x192)](_0x1420f4=>_0x1420f4!==0x0)||0x0;process[_0x3004a9(0x203)]=_0x4f1860,logger['debug']('All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20'+_0x4f1860);const _0x30f96d=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x3004a9(0x1d5)](),await BrowserstackCLI['getInstance']()[_0x3004a9(0x1d5)]();}catch(_0x184626){_0x1657f8[_0x3004a9(0x1a0)](debug,_0x3004a9(0x1a8)+util[_0x3004a9(0x16f)](_0x184626));}testOpsHelper[_0x3004a9(0x1e4)](),await utilities[_0x3004a9(0x20a)](_0x3b4d29,_0x30f96d);}function a14_0x4f44(_0x9ca0d,_0x1f01a7){const _0x44ed5b=a14_0x44ed();return a14_0x4f44=function(_0x4f445e,_0x5e65d0){_0x4f445e=_0x4f445e-0x16c;let _0x7bf979=_0x44ed5b[_0x4f445e];return _0x7bf979;},a14_0x4f44(_0x9ca0d,_0x1f01a7);}module[a14_0x368dcf(0x1bd)]=run;
2
+ 'use strict';function a14_0x53fb(_0xf61bd6,_0x53317f){const _0x55dc60=a14_0x55dc();return a14_0x53fb=function(_0x53fbdb,_0x19e5e7){_0x53fbdb=_0x53fbdb-0x65;let _0x1a5d52=_0x55dc60[_0x53fbdb];return _0x1a5d52;},a14_0x53fb(_0xf61bd6,_0x53317f);}function a14_0x55dc(){const _0x52acf9=['../../helpers/testhub/testhubHandler','exports','win32','SkgMC','BFsmI','cwd','glob','getHubUrl','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','30iUlTnC','stringify','startsWith','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','spec_files','../../helpers/puppeteer-helper','test.setup.js','length','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','slice','40ppVcvc','TrYVZ','ZjXOF','YeLWG','specArgs','all','FRAMEWORKS','qkOhO','isUndefined','p-limit','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','eqrxn','globSync','format','stop',')\x20:\x20','IRQSj','sohzW','\x20platform(s),\x20parallelsPerPlatform=','BROWSERSTACK_RERUN_TESTS','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','KiEBT','260679fUwTPf','WQSsO','env','assign','181530hsXYLv','handleApp','binSessionId','lhSbA','../../helpers/test-observability/utils','FZKHw','Uqqkb','debug','winstonLogger','start','../../helpers/utilities','getPlatformName','qpXPC','testObservability','platform','qAhBR','prepareCapabilities','isCLIEnabled','maxWorkers','capability','exitCode','accessibilityOptions','from','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','child_process','BROWSERSTACK_CAPABILITIES','vkthn','inherit','__isPuppeteerInstalled','QOBiY','ORyvG','spec/support/jasmine.json','../../helpers/performance/constants','isBrowserstackInfra','join','filter','qnoZz','info','mgLkw','eAMWM','getPackageVersion','error','UOmYD','shouldReRunObservabilityTests','vSVpG','KNWOH','BxjTw','\x20work-item(s),\x20max\x20','sFJcI','BROWSERSTACK_JASMINE_PARALLELS','KeVBi','**/*[sS]pec.?(m)js','end','IRrMu','NUGZT','OqKOD','1318122knlYil','bTgnb','config','eFHYi','NAlnL','jasmine\x20child\x20(platformIndex=','IRHwv','\x20concurrent)','tgNLp',';\x20proceeding\x20without\x20injection','getInstance','utf8','XzJhX','poWEn','push','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','string',',\x20specs=','QdJWi','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','map','32083381ScGUGx','../v2/browserstackCLI','validPlatformsPresent','close','parallelsPerPlatform','GdVDH','BROWSERSTACK_TEST_OBSERVABILITY_YML','\x20:\x20','2dogjfa','platformIndex','../../helpers/test-observability/constants','resolve','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','888082LXXCiZ',')\x20exited\x20with\x20code\x20','JASMINE','152548OoWRAN','initialize','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','JASMINE_CONFIG_PATH','spec_dir','SDK_CLEANUP','100BJRYkg','spec','isArray','YSmre','dlYUO','570290kjoLmq','existsSync','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','../../helpers/logger'];a14_0x55dc=function(){return _0x52acf9;};return a14_0x55dc();}const a14_0x5f5cd9=a14_0x53fb;(function(_0x2afa93,_0x31874f){const _0x536f16=a14_0x53fb,_0x5081fa=_0x2afa93();while(!![]){try{const _0x3ac304=-parseInt(_0x536f16(0x8d))/0x1*(parseInt(_0x536f16(0x92))/0x2)+parseInt(_0x536f16(0xce))/0x3+-parseInt(_0x536f16(0x95))/0x4*(parseInt(_0x536f16(0x9b))/0x5)+-parseInt(_0x536f16(0xd2))/0x6+parseInt(_0x536f16(0xa0))/0x7*(-parseInt(_0x536f16(0xb7))/0x8)+-parseInt(_0x536f16(0x70))/0x9*(parseInt(_0x536f16(0xad))/0xa)+parseInt(_0x536f16(0x85))/0xb;if(_0x3ac304===_0x31874f)break;else _0x5081fa['push'](_0x5081fa['shift']());}catch(_0x269d43){_0x5081fa['push'](_0x5081fa['shift']());}}}(a14_0x55dc,0x74273));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a14_0x5f5cd9(0xea)),glob=require(a14_0x5f5cd9(0xaa)),pLimit=require(a14_0x5f5cd9(0xc0)),logger=require(a14_0x5f5cd9(0xa3))[a14_0x5f5cd9(0xda)],helper=require('../../helpers/helper'),utilities=require(a14_0x5f5cd9(0xdc)),constants=require('../utils/constants'),TestHubHandler=require(a14_0x5f5cd9(0xa4)),testOpsHelper=require(a14_0x5f5cd9(0xd6)),{debug}=require(a14_0x5f5cd9(0xd6)),{FRAMEWORKS}=require(a14_0x5f5cd9(0x8f)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0x5f5cd9(0xf2))['EVENTS'],BrowserstackCLI=require(a14_0x5f5cd9(0x86)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x5f5cd9(0xb2)),getMaxWorkers=(_0x487a3f,_0x39a155)=>{const _0x5bb09e=a14_0x5f5cd9,_0x1e523c={'qnoZz':function(_0x39868f,_0x5e37f7){return _0x39868f(_0x5e37f7);}};let _0x58c19d=0x1;if(!helper['isUndefined'](_0x39a155[_0x5bb09e(0x89)]))_0x58c19d=_0x1e523c[_0x5bb09e(0xf6)](parseInt,_0x39a155[_0x5bb09e(0x89)]);else!helper[_0x5bb09e(0xbf)](_0x487a3f[_0x5bb09e(0xe4)])&&(_0x58c19d=_0x487a3f['maxWorkers']);return _0x58c19d;},resolveJasmineConfigPath=()=>{const _0x3f58fe=a14_0x5f5cd9,_0x56f4dc={};_0x56f4dc[_0x3f58fe(0xd8)]=_0x3f58fe(0xf1);const _0x53bd2c=_0x56f4dc,_0x524ee8=[];process['env']['JASMINE_CONFIG_PATH']&&_0x524ee8[_0x3f58fe(0x7e)](path['resolve'](process[_0x3f58fe(0xa9)](),process[_0x3f58fe(0xd0)][_0x3f58fe(0x98)]));_0x524ee8[_0x3f58fe(0x7e)](path['resolve'](process[_0x3f58fe(0xa9)](),_0x53bd2c[_0x3f58fe(0xd8)]));for(const _0x4c83f8 of _0x524ee8){try{if(fs[_0x3f58fe(0xa1)](_0x4c83f8))return _0x4c83f8;}catch(_0x33b5eb){}}return null;},enumerateSpecFiles=_0x3592a6=>{const _0x5be5c3=a14_0x5f5cd9,_0x4088d2={'tgNLp':function(_0x4c2130,_0x5d84af){return _0x4c2130(_0x5d84af);},'YeLWG':function(_0x5e0e44,_0x1e9cc3){return _0x5e0e44>_0x1e9cc3;},'PocAc':function(_0x28f954,_0xd83125){return _0x28f954(_0xd83125);},'duBDU':function(_0x1709bd,_0x53f3c3){return _0x1709bd<_0x53f3c3;},'BxjTw':function(_0x2b982f,_0x3e8703){return _0x2b982f===_0x3e8703;},'QdJWi':_0x5be5c3(0x80),'WQSsO':function(_0x7bb63,_0x4e62a2,_0x80fd44){return _0x7bb63(_0x4e62a2,_0x80fd44);},'dfmxk':function(_0x204351){return _0x204351();},'TrYVZ':_0x5be5c3(0x7b),'bTgnb':_0x5be5c3(0x9c),'IRrMu':function(_0x3ce242,_0x2e44c7){return _0x3ce242>_0x2e44c7;},'OqKOD':_0x5be5c3(0x6b),'lhSbA':function(_0x5663bb,_0x5ed707){return _0x5663bb(_0x5ed707);}};try{if(testOpsHelper[_0x5be5c3(0xfd)]()){const _0x411141=testOpsHelper['parseFileNames'](process['env'][_0x5be5c3(0xca)]);if(Array[_0x5be5c3(0x9d)](_0x411141)&&_0x4088d2[_0x5be5c3(0xba)](_0x411141[_0x5be5c3(0xb4)],0x0))return _0x411141[_0x5be5c3(0x84)](_0x346323=>path[_0x5be5c3(0x90)](process[_0x5be5c3(0xa9)](),_0x346323['trim']()))[_0x5be5c3(0xf5)](Boolean);}}catch(_0x12b2f0){_0x4088d2['PocAc'](debug,_0x5be5c3(0xb0)+util[_0x5be5c3(0xc4)](_0x12b2f0));}const _0x2519c0=[];try{for(let _0x4c45ac=0x1;_0x4088d2['duBDU'](_0x4c45ac,_0x3592a6[_0x5be5c3(0xb4)]);_0x4c45ac++){const _0x1141cf=_0x3592a6[_0x4c45ac];_0x4088d2[_0x5be5c3(0x66)](typeof _0x1141cf,_0x4088d2[_0x5be5c3(0x82)])&&!_0x1141cf[_0x5be5c3(0xaf)]('-')&&_0x2519c0[_0x5be5c3(0x7e)](_0x1141cf);}}catch(_0x7384a2){}const _0x535de2={'cwd':process[_0x5be5c3(0xa9)](),'absolute':!![],'nodir':!![]},_0x14834b=(_0x4de582,_0x32c5c6)=>{const _0xf0f525=_0x5be5c3,_0x550232=[];for(const _0x165625 of _0x4de582){try{const _0x58284e=_0x32c5c6?path['posix']['join'](_0x32c5c6,_0x165625):_0x165625,_0x141fd9=glob[_0xf0f525(0xc3)](_0x58284e,_0x535de2);Array[_0xf0f525(0x9d)](_0x141fd9)&&_0x550232['push'](..._0x141fd9);}catch(_0x5a7005){_0x4088d2[_0xf0f525(0x78)](debug,_0xf0f525(0x7f)+_0x165625+'\x27\x20:\x20'+util['format'](_0x5a7005));}}return _0x550232;};if(_0x4088d2[_0x5be5c3(0xba)](_0x2519c0[_0x5be5c3(0xb4)],0x0)){const _0x279a7b=_0x4088d2[_0x5be5c3(0xcf)](_0x14834b,_0x2519c0,null);if(_0x4088d2[_0x5be5c3(0xba)](_0x279a7b[_0x5be5c3(0xb4)],0x0))return Array[_0x5be5c3(0xe8)](new Set(_0x279a7b));return _0x2519c0['map'](_0xbb31d1=>path[_0x5be5c3(0x90)](process[_0x5be5c3(0xa9)](),_0xbb31d1));}try{const _0x54742e=_0x4088d2['dfmxk'](resolveJasmineConfigPath);if(_0x54742e){const _0x2bad42=JSON['parse'](fs['readFileSync'](_0x54742e,_0x4088d2[_0x5be5c3(0xb8)])),_0x2fa9eb=_0x2bad42[_0x5be5c3(0x99)]||_0x4088d2[_0x5be5c3(0x71)],_0x57bc41=Array[_0x5be5c3(0x9d)](_0x2bad42[_0x5be5c3(0xb1)])&&_0x4088d2[_0x5be5c3(0x6d)](_0x2bad42[_0x5be5c3(0xb1)][_0x5be5c3(0xb4)],0x0)?_0x2bad42[_0x5be5c3(0xb1)]:[_0x4088d2[_0x5be5c3(0x6f)]],_0x58defa=_0x4088d2[_0x5be5c3(0xcf)](_0x14834b,_0x57bc41,_0x2fa9eb);if(_0x4088d2[_0x5be5c3(0x6d)](_0x58defa['length'],0x0))return Array[_0x5be5c3(0xe8)](new Set(_0x58defa));}}catch(_0x4706aa){_0x4088d2[_0x5be5c3(0xd5)](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util[_0x5be5c3(0xc4)](_0x4706aa));}return null;};async function run(_0x4f41d5,_0x1243b7,_0x4538c4){const _0x4212b2=a14_0x5f5cd9,_0x18c8a4={'NUGZT':function(_0x46a3cf,_0x5e2399){return _0x46a3cf>_0x5e2399;},'fAenA':'all','XzJhX':function(_0x2ac63b,_0x2e8837){return _0x2ac63b(_0x2e8837);},'ZjXOF':function(_0x3eb828,_0x39e37d){return _0x3eb828||_0x39e37d;},'mgLkw':function(_0x37b1ba,_0x59d0cd){return _0x37b1ba(_0x59d0cd);},'KNWOH':function(_0x26597a,_0x121540){return _0x26597a(_0x121540);},'NAlnL':function(_0x334180,_0xa0608b){return _0x334180>_0xa0608b;},'SkgMC':function(_0x518c88,_0x509520,_0x78d9be,_0x5838e3){return _0x518c88(_0x509520,_0x78d9be,_0x5838e3);},'FZKHw':'npx','YSmre':'jasmine','vSVpG':function(_0x2992f0,_0x2a26cd){return _0x2992f0===_0x2a26cd;},'KeVBi':_0x4212b2(0xa6),'qkOhO':_0x4212b2(0xed),'QOBiY':_0x4212b2(0x88),'sohzW':_0x4212b2(0xfb),'fvJnk':'@playwright/test','IRHwv':function(_0xc2ccf4){return _0xc2ccf4();},'vkthn':function(_0xa7f44c,_0x36a725){return _0xa7f44c!=_0x36a725;},'UOmYD':'true','eFHYi':function(_0x1ca360,_0x575236){return _0x1ca360(_0x575236);},'qpXPC':function(_0x58b67a,_0x451c28,_0x5b60f5){return _0x58b67a(_0x451c28,_0x5b60f5);},'poWEn':function(_0x23bd7f,_0x10da88){return _0x23bd7f*_0x10da88;},'BFsmI':function(_0x53235c,_0x3c4c15){return _0x53235c(_0x3c4c15);},'eAMWM':function(_0x16c330,_0x58d89b){return _0x16c330(_0x58d89b);},'TqKek':_0x4212b2(0xb3),'IRQSj':function(_0x39c275,_0xca647c){return _0x39c275(_0xca647c);},'ORyvG':function(_0x2d0ca5,_0x49a6d0){return _0x2d0ca5(_0x49a6d0);},'eqrxn':function(_0x204d7c,_0x4a5d61){return _0x204d7c<_0x4a5d61;},'dlYUO':function(_0x305226,_0x214d3e){return _0x305226(_0x214d3e);}},_0x45c229=helper[_0x4212b2(0xfa)](_0x18c8a4['fvJnk']);global['__isPlaywrightInstalled']=!!_0x45c229;const _0x189ac8=_0x18c8a4[_0x4212b2(0x76)](getPuppeteerVersion);global[_0x4212b2(0xee)]=!!_0x189ac8;helper[_0x4212b2(0xf3)]()&&(await _0x4538c4[_0x4212b2(0x96)](_0x4f41d5),await helper[_0x4212b2(0xd3)](_0x4538c4[_0x4212b2(0x72)]));if(_0x45c229)await _0x18c8a4[_0x4212b2(0xa7)](checkPwandBootstrapCli,_0x45c229,constants[_0x4212b2(0xbd)][_0x4212b2(0x94)],_0x4538c4);else _0x189ac8&&await _0x18c8a4[_0x4212b2(0xa7)](checkPuppeteerAndBootstrapCli,_0x189ac8,constants[_0x4212b2(0xbd)]['JASMINE'],_0x4538c4);if(!_0x4538c4[_0x4212b2(0x72)])return;_0x18c8a4[_0x4212b2(0xec)](_0x4538c4[_0x4212b2(0x72)][_0x4212b2(0xdf)],null)?process[_0x4212b2(0xd0)][_0x4212b2(0x8b)]=_0x4538c4['config']['testObservability']:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x18c8a4[_0x4212b2(0xfc)];!helper[_0x4212b2(0xbf)](_0x4538c4[_0x4212b2(0x72)][_0x4212b2(0xe7)])&&(process[_0x4212b2(0xd0)][_0x4212b2(0x97)]=JSON[_0x4212b2(0xae)](_0x4538c4['config'][_0x4212b2(0xe7)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS[_0x4212b2(0x94)],_0x4538c4);}catch(_0x1a1d94){logger[_0x4212b2(0xfb)]('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x4212b2(0xc4)](_0x1a1d94)),_0x18c8a4[_0x4212b2(0x65)](debug,_0x4212b2(0xcb)+util['format'](_0x1a1d94));}let _0x2f30a9=![],_0x45ec36=[];try{_0x2f30a9=helper['useW3C'](_0x4538c4[_0x4212b2(0x72)]),_0x45ec36=helper[_0x4212b2(0xe2)](_0x4538c4['config'],_0x2f30a9,constants[_0x4212b2(0xbd)]['JASMINE']),process[_0x4212b2(0xd0)][_0x4212b2(0xeb)]=JSON[_0x4212b2(0xae)](_0x45ec36);}catch(_0x14981a){_0x18c8a4['eFHYi'](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util[_0x4212b2(0xc4)](_0x14981a));}let _0x31e2ad=null,_0x59e1d7=![];try{_0x31e2ad=helper[_0x4212b2(0xab)](_0x4538c4[_0x4212b2(0x72)]),_0x59e1d7=helper[_0x4212b2(0x87)](_0x4538c4['config']);}catch(_0x4db878){_0x18c8a4['XzJhX'](debug,_0x4212b2(0xcc)+util['format'](_0x4db878));}const _0xf2a5a3=_0x25cc82=>{const _0x1d5eda=_0x4212b2,_0x56fa7d=Array[_0x1d5eda(0x9d)](_0x45ec36)&&_0x18c8a4['NUGZT'](_0x45ec36['length'],_0x25cc82)?_0x45ec36[_0x25cc82]:Array[_0x1d5eda(0x9d)](_0x45ec36)&&_0x18c8a4[_0x1d5eda(0x6e)](_0x45ec36[_0x1d5eda(0xb4)],0x0)?_0x45ec36[0x0]:{};return{'server':_0x31e2ad,'capability':_0x56fa7d,'proxySettings':_0x4538c4['config']['proxySettings'],'platform':helper[_0x1d5eda(0xdd)](_0x56fa7d),'browserStackLogLevel':_0x4538c4['config']['logLevel'],'platformIndex':_0x25cc82,'framework':constants['FRAMEWORKS']['JASMINE'],'platformCaps':_0x59e1d7?Object[_0x1d5eda(0xd1)]({'index':_0x25cc82},_0x4538c4['config']['platforms'][_0x25cc82]):{'index':_0x25cc82}};};let _0x5cc527=0x1,_0x1ce3da=0x1,_0x5dbfc9=0x1;try{_0x5cc527=_0x18c8a4[_0x4212b2(0xde)](getMaxWorkers,_0x4f41d5,_0x4538c4[_0x4212b2(0x72)]),_0x1ce3da=_0x59e1d7?_0x4538c4[_0x4212b2(0x72)]['platforms'][_0x4212b2(0xb4)]:0x1,_0x5dbfc9=_0x18c8a4[_0x4212b2(0x7d)](_0x1ce3da,_0x5cc527),process[_0x4212b2(0xd0)][_0x4212b2(0x69)]=_0x18c8a4[_0x4212b2(0xa8)](String,_0x5dbfc9);}catch(_0x40d26c){_0x18c8a4[_0x4212b2(0xa8)](debug,_0x4212b2(0xe9)+util['format'](_0x40d26c));}try{BrowserstackCLI[_0x4212b2(0x7a)]()[_0x4212b2(0xd4)]&&(process[_0x4212b2(0xd0)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI[_0x4212b2(0x7a)]()[_0x4212b2(0xd4)]);}catch(_0x19d5d0){_0x18c8a4[_0x4212b2(0xf9)](debug,_0x4212b2(0xa2)+util[_0x4212b2(0xc4)](_0x19d5d0));}const _0x5bbe45=[];try{const _0x48dc76=path[_0x4212b2(0x90)](__dirname,_0x18c8a4['TqKek']);fs['existsSync'](_0x48dc76)?_0x5bbe45[_0x4212b2(0x7e)]('--helper='+_0x48dc76):_0x18c8a4[_0x4212b2(0xc7)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x48dc76+_0x4212b2(0x79));}catch(_0x22f03b){_0x18c8a4[_0x4212b2(0xa8)](debug,_0x4212b2(0x91)+util[_0x4212b2(0xc4)](_0x22f03b));}const _0x3c9dfb=_0x1243b7[_0x4212b2(0xb6)](0x1),_0x594831=_0x18c8a4[_0x4212b2(0xf0)](enumerateSpecFiles,_0x1243b7),_0x5b6604=[];for(let _0x3d251a=0x0;_0x18c8a4[_0x4212b2(0xc2)](_0x3d251a,_0x1ce3da);_0x3d251a++){if(_0x18c8a4['NUGZT'](_0x5cc527,0x1)&&Array['isArray'](_0x594831)&&_0x18c8a4[_0x4212b2(0x6e)](_0x594831[_0x4212b2(0xb4)],0x0))for(const _0x19a86e of _0x594831){const _0x5f2b49={};_0x5f2b49[_0x4212b2(0x8e)]=_0x3d251a,_0x5f2b49[_0x4212b2(0xbb)]=[_0x19a86e],_0x5b6604[_0x4212b2(0x7e)](_0x5f2b49);}else{const _0x54988a={};_0x54988a['platformIndex']=_0x3d251a,_0x54988a[_0x4212b2(0xbb)]=_0x594831,_0x5b6604['push'](_0x54988a);}}logger[_0x4212b2(0xf7)]('Running\x20your\x20Jasmine\x20tests\x20across\x20'+_0x1ce3da+_0x4212b2(0xc9)+_0x5cc527+'\x20('+_0x5b6604[_0x4212b2(0xb4)]+_0x4212b2(0x67)+_0x5dbfc9+_0x4212b2(0x77)),PerformanceTester[_0x4212b2(0x6c)](PerformanceEvents['SDK_SETUP']);const _0x4394b5=_0x44d1f4=>new Promise(_0xd61185=>{const _0x4ac89f=_0x4212b2,_0x384e24={'qAhBR':_0x18c8a4['fAenA'],'GdVDH':function(_0x371f9a,_0x4f6c5a){const _0xc6cd71=a14_0x53fb;return _0x18c8a4[_0xc6cd71(0x7c)](_0x371f9a,_0x4f6c5a);},'aEbHw':function(_0x37f8b5,_0x2380dc){const _0x8f83f5=a14_0x53fb;return _0x18c8a4[_0x8f83f5(0xb9)](_0x37f8b5,_0x2380dc);},'sFJcI':function(_0x232cff,_0x1b8085){const _0x599ecb=a14_0x53fb;return _0x18c8a4[_0x599ecb(0xf8)](_0x232cff,_0x1b8085);},'KiEBT':function(_0xb266c8,_0x12c9bf){const _0x24ba68=a14_0x53fb;return _0x18c8a4[_0x24ba68(0x65)](_0xb266c8,_0x12c9bf);}};let _0x5b99b5;try{const _0x491111=_0x18c8a4['XzJhX'](_0xf2a5a3,_0x44d1f4[_0x4ac89f(0x8e)]);_0x5b99b5=Object[_0x4ac89f(0xd1)]({},process[_0x4ac89f(0xd0)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x4ac89f(0xae)](_0x491111),'BROWSERSTACK_CAPABILITIES':JSON[_0x4ac89f(0xae)]([_0x491111[_0x4ac89f(0xe5)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x56994f){_0x18c8a4['KNWOH'](debug,'Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'+_0x44d1f4[_0x4ac89f(0x8e)]+_0x4ac89f(0x8c)+util[_0x4ac89f(0xc4)](_0x56994f)),_0x5b99b5=Object[_0x4ac89f(0xd1)]({},process[_0x4ac89f(0xd0)]);}const _0x49bad3=Array['isArray'](_0x44d1f4[_0x4ac89f(0xbb)])?_0x44d1f4[_0x4ac89f(0xbb)]:[],_0x25d256=_0x18c8a4[_0x4ac89f(0x74)](_0x49bad3[_0x4ac89f(0xb4)],0x0)?_0x3c9dfb[_0x4ac89f(0xf5)](_0x2733ec=>typeof _0x2733ec===_0x4ac89f(0x80)&&_0x2733ec['startsWith']('-')):_0x3c9dfb,_0x50861a=[..._0x5bbe45,..._0x25d256,..._0x49bad3];try{const _0x281b7e=_0x18c8a4[_0x4ac89f(0xa7)](spawn,_0x18c8a4[_0x4ac89f(0xd7)],[_0x18c8a4[_0x4ac89f(0x9e)],..._0x50861a],{'shell':_0x18c8a4[_0x4ac89f(0xfe)](process[_0x4ac89f(0xe0)],_0x18c8a4[_0x4ac89f(0x6a)]),'stdio':_0x18c8a4[_0x4ac89f(0xbe)],'env':_0x5b99b5});_0x281b7e['on'](_0x18c8a4[_0x4ac89f(0xef)],_0x59c456=>{const _0x27dcd9=_0x4ac89f;logger[_0x27dcd9(0xd9)](_0x27dcd9(0x75)+_0x44d1f4[_0x27dcd9(0x8e)]+_0x27dcd9(0x81)+(_0x49bad3[_0x27dcd9(0xb4)]?_0x49bad3[_0x27dcd9(0xf4)](','):_0x384e24[_0x27dcd9(0xe1)])+_0x27dcd9(0x93)+_0x59c456),_0x384e24[_0x27dcd9(0x8a)](_0xd61185,_0x384e24['aEbHw'](_0x59c456,0x0));}),_0x281b7e['on'](_0x18c8a4[_0x4ac89f(0xc8)],_0x2d5545=>{const _0x1c64e5=_0x4ac89f;_0x384e24[_0x1c64e5(0x68)](debug,_0x1c64e5(0xb5)+_0x44d1f4[_0x1c64e5(0x8e)]+_0x1c64e5(0xc6)+util[_0x1c64e5(0xc4)](_0x2d5545)),_0x384e24[_0x1c64e5(0xcd)](_0xd61185,0x1);});}catch(_0x4c629e){_0x18c8a4[_0x4ac89f(0x65)](debug,_0x4ac89f(0xc1)+_0x44d1f4[_0x4ac89f(0x8e)]+_0x4ac89f(0xc6)+util['format'](_0x4c629e)),_0x18c8a4[_0x4ac89f(0x7c)](_0xd61185,0x1);}}),_0x4fabe8=_0x18c8a4[_0x4212b2(0x73)](pLimit,_0x18c8a4['NAlnL'](_0x5dbfc9,0x0)?_0x5dbfc9:0x1),_0x56d779=await Promise[_0x4212b2(0xbc)](_0x5b6604[_0x4212b2(0x84)](_0xfd43d9=>_0x4fabe8(()=>_0x4394b5(_0xfd43d9))));PerformanceTester[_0x4212b2(0xdb)](PerformanceEvents[_0x4212b2(0x9a)]);const _0x34db31=_0x56d779['find'](_0x5a9ed7=>_0x5a9ed7!==0x0)||0x0;process[_0x4212b2(0xe6)]=_0x34db31,logger[_0x4212b2(0xd9)](_0x4212b2(0xac)+_0x34db31);const _0x2f5e0c=BrowserstackCLI[_0x4212b2(0xe3)]();try{await TestHubHandler[_0x4212b2(0xc5)](),await BrowserstackCLI[_0x4212b2(0x7a)]()['stop']();}catch(_0x1bb551){_0x18c8a4[_0x4212b2(0x9f)](debug,_0x4212b2(0x83)+util['format'](_0x1bb551));}testOpsHelper['printBuildLink'](),await utilities['finalExecution'](_0x4538c4,_0x2f5e0c);}module[a14_0x5f5cd9(0xa5)]=run;
@@ -1 +1 @@
1
- 'use strict';function a15_0x28ba(){const _0x5a35bd=['ENV_VAR','fDYDI','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','getEnv','YcRQf','saveAccessibilityResultsWithRetry','is_mobile_session','failedExpectations','message','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','CONFIG','bstackA11yShouldScan','pop','getGlobal','bin','getPackageVersion','__skipSessionStatus','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','427595KvBbGL','../../helpers/accessibility-automation/accessibilityRetryHelper','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Failed:\x20','36tyfPZe','YqGsh','EadBW','winstonLogger','ImyhH','dIWlZ','../../helpers/logger','startsWith','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','stack','warn','isTrue','thTestRunUuid','isMobilePlatform','executeScript','BROWSERSTACK_TESTHUB_UUID','format','../../helpers/helper','FLVrp','getFileName','WLjDs','util','push','Passed','sessionNameSet__','63wrjFud','uDivl','./bstack-reporter/customReporter','browserstackPlatformIndex','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','VDShL','function','plSBf','SWsqW','EDIqi','600Jgpjqx','env','node:','browserstackAgentV2','jasmine','FjlBt','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','dYtiQ','99286HbWTlT','__drivers','__skipSessionName','fileNameByFullName','undefined','jXExO','performScanWithRetry','../../helpers/testhub/utils','skipSessionStatus','9854EwwKmY','1605390dSfNEi','qYKZn','167aMITBv','get','../../helpers/accessibility-automation/helper','includes','split','3950792URKvuV','sessionName','SprBC','wEynl','info','passed','bstackA11yScanOptions','VnkBZ','OJsgB','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','rTxOA','addReporter','MremX','isAccessibilityPlatform',',\x22level\x22:\x20\x22','__platformCaps','platformIndex','184206MnUfeR','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','@playwright/test','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','uQzht','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','36jpbwbP','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','forEach','exports','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','__sessionFailed','keys','skipSessionName','setGlobal','prepareStackTrace','isArray','vQgco','875913YrdXEx','../../helpers/globals','browserstackSessionName','stringify','length','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','Spec\x20failed','error','markSessionStatus','\x22}}','itGHm','cwkGc','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','XLsGA','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','../../index','platformCaps','debug'];a15_0x28ba=function(){return _0x5a35bd;};return a15_0x28ba();}const a15_0x2913bd=a15_0x1da2;(function(_0x62da49,_0xac4fbc){const _0x4375d5=a15_0x1da2,_0x42bd4d=_0x62da49();while(!![]){try{const _0xf7cc95=-parseInt(_0x4375d5(0x187))/0x1*(-parseInt(_0x4375d5(0x184))/0x2)+-parseInt(_0x4375d5(0x1b0))/0x3+parseInt(_0x4375d5(0x1a4))/0x4*(parseInt(_0x4375d5(0x1d4))/0x5)+-parseInt(_0x4375d5(0x19d))/0x6*(parseInt(_0x4375d5(0x168))/0x7)+parseInt(_0x4375d5(0x18c))/0x8+-parseInt(_0x4375d5(0x1d8))/0x9*(parseInt(_0x4375d5(0x185))/0xa)+-parseInt(_0x4375d5(0x17b))/0xb*(parseInt(_0x4375d5(0x173))/0xc);if(_0xf7cc95===_0xac4fbc)break;else _0x42bd4d['push'](_0x42bd4d['shift']());}catch(_0x34c87d){_0x42bd4d['push'](_0x42bd4d['shift']());}}}(a15_0x28ba,0x67a91));const util=require(a15_0x2913bd(0x164)),logger=require(a15_0x2913bd(0x1de))[a15_0x2913bd(0x1db)],helper=require(a15_0x2913bd(0x1e9)),globals=require(a15_0x2913bd(0x1b1)),{shouldProcessEventForTesthub}=require(a15_0x2913bd(0x182)),testHubConstants=require('../../helpers/testhub/constants'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a15_0x2913bd(0x189)),accessibilityRetryHelper=require(a15_0x2913bd(0x1d5)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a15_0x2913bd(0x174)]['BROWSERSTACK_JASMINE_CONFIG']||process[a15_0x2913bd(0x174)][a15_0x2913bd(0x1cc)];rawConfig!==undefined&&(_bstackConfig=JSON['parse'](rawConfig));}catch(a15_0x1473fb){logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x1a8)+util['format'](a15_0x1473fb));}function a15_0x1da2(_0x4da13f,_0x556baf){const _0x28ba86=a15_0x28ba();return a15_0x1da2=function(_0x1da2d8,_0x57f02b){_0x1da2d8=_0x1da2d8-0x162;let _0x32d0b8=_0x28ba86[_0x1da2d8];return _0x32d0b8;},a15_0x1da2(_0x4da13f,_0x556baf);}try{if(_bstackConfig&&!helper[a15_0x2913bd(0x1d1)](a15_0x2913bd(0x19f))){const gjGRPt='0|1|4|3|2'[a15_0x2913bd(0x18b)]('|');let RnkqJB=0x0;while(!![]){switch(gjGRPt[RnkqJB++]){case'0':logger[a15_0x2913bd(0x1c1)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'1':shouldProcessEventForTesthub()?require(a15_0x2913bd(0x1bf))[a15_0x2913bd(0x176)](_bstackConfig,null,!![]):require(a15_0x2913bd(0x1bf))['browserstackAgentV2'](_bstackConfig);continue;case'2':helper['isBrowserstackInfra']()?(global[a15_0x2913bd(0x17d)]=helper[a15_0x2913bd(0x1e3)](_bstackConfig[a15_0x2913bd(0x1ab)]),global[a15_0x2913bd(0x1d2)]=helper[a15_0x2913bd(0x1e3)](_bstackConfig[a15_0x2913bd(0x183)])):(global[a15_0x2913bd(0x17d)]=!![],global[a15_0x2913bd(0x1d2)]=!![]);continue;case'3':global[a15_0x2913bd(0x16b)]=_bstackConfig[a15_0x2913bd(0x19c)];continue;case'4':global[a15_0x2913bd(0x19b)]=_bstackConfig[a15_0x2913bd(0x1c0)]||{};continue;}break;}}}catch(a15_0x469b5e){logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x16d)+util[a15_0x2913bd(0x1e8)](a15_0x469b5e));}const _fileNameByFullName={};try{if(typeof describe===a15_0x2913bd(0x16f)&&typeof global!==a15_0x2913bd(0x17f)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x491c3f=a15_0x2913bd,_0xb3c9ee={'jXExO':function(_0x2ac38e,_0x57e35f){return _0x2ac38e(_0x57e35f);},'EadBW':'path','NMLvO':function(_0x2c31bc,_0x16e5ea){return _0x2c31bc(_0x16e5ea);},'uDivl':_0x491c3f(0x175),'FLVrp':'jasmine-core'},_0x320499=Error[_0x491c3f(0x1ad)];try{const _0x406fa3=new Error();Error[_0x491c3f(0x1ad)]=(_0xf87422,_0x2b5c1b)=>_0x2b5c1b;const _0xef627a=_0x406fa3[_0x491c3f(0x1e1)];Error[_0x491c3f(0x1ad)]=_0x320499;if(Array[_0x491c3f(0x1ae)](_0xef627a))for(const _0x5b5856 of _0xef627a){const _0x588f23=_0x5b5856[_0x491c3f(0x162)]&&_0x5b5856[_0x491c3f(0x162)]();if(_0x588f23&&!_0x588f23[_0x491c3f(0x18a)](_0x491c3f(0x1d0)+_0xb3c9ee[_0x491c3f(0x180)](require,_0xb3c9ee[_0x491c3f(0x1da)])['sep']+_0x491c3f(0x177)+_0xb3c9ee['NMLvO'](require,_0xb3c9ee['EadBW'])['sep'])&&!_0x588f23[_0x491c3f(0x1df)](_0xb3c9ee[_0x491c3f(0x169)])&&!_0x588f23['includes'](_0xb3c9ee[_0x491c3f(0x1ea)]))return _0x588f23;}}catch(_0x18a51e){Error[_0x491c3f(0x1ad)]=_0x320499;}return null;},_wrappedDescribe=function(_0x138569,_0x4f1daa){const _0xfeab34=a15_0x2913bd,_0x4f1a79={'OJsgB':function(_0x5b71b7){return _0x5b71b7();},'ImyhH':function(_0x39d044,_0x10677c){return _0x39d044&&_0x10677c;},'zjLeh':function(_0x44b9df,_0x2822ab,_0x490647){return _0x44b9df(_0x2822ab,_0x490647);}};let _0x49c33a=null;try{_0x49c33a=_0x4f1a79[_0xfeab34(0x194)](_resolveCallerFile);}catch(_0x1d7bc9){}_describeTitleStack[_0xfeab34(0x165)](_0x138569);const _0x32b907=_describeTitleStack['join']('\x20');_0x4f1a79[_0xfeab34(0x1dc)](_0x49c33a,_0x32b907)&&(_fileNameByFullName[_0x32b907]=_0x49c33a);try{return _0x4f1a79['zjLeh'](_origDescribe,_0x138569,_0x4f1daa);}finally{_describeTitleStack[_0xfeab34(0x1ce)]();}};Object[a15_0x2913bd(0x1aa)](_origDescribe)[a15_0x2913bd(0x1a6)](_0x1487b2=>{_wrappedDescribe[_0x1487b2]=_origDescribe[_0x1487b2];}),global['describe']=_wrappedDescribe;}}catch(a15_0x12d128){logger['debug']('[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20'+util[a15_0x2913bd(0x1e8)](a15_0x12d128));}try{if(typeof jasmine!==a15_0x2913bd(0x17f)&&jasmine[a15_0x2913bd(0x1c5)]){const BrowserStackJasmineReporter=require(a15_0x2913bd(0x16a)),a15_0x16fbf1={};a15_0x16fbf1[a15_0x2913bd(0x17e)]=_fileNameByFullName,jasmine['getEnv']()[a15_0x2913bd(0x197)](new BrowserStackJasmineReporter(a15_0x16fbf1)),logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x1e0));}else logger['debug'](a15_0x2913bd(0x1be));}catch(a15_0x702b3b){logger['debug'](a15_0x2913bd(0x1c4)+util[a15_0x2913bd(0x1e8)](a15_0x702b3b));}try{typeof jasmine!==a15_0x2913bd(0x17f)&&jasmine[a15_0x2913bd(0x1c5)]&&jasmine[a15_0x2913bd(0x1c5)]()[a15_0x2913bd(0x197)]({'specStarted'(_0x1f3e1f){const _0x34df9a={};_0x34df9a['wBWoY']=function(_0x3cde46,_0x14f0aa){return _0x3cde46||_0x14f0aa;};const _0x556014=_0x34df9a;_activeResultId=_0x1f3e1f&&_0x1f3e1f['id'],_activeFullName=_0x1f3e1f&&_0x1f3e1f['fullName'],_activeResultRef=_0x556014['wBWoY'](_0x1f3e1f,null);},'specDone'(){}});}catch(a15_0x2494ab){logger[a15_0x2913bd(0x1c1)](a15_0x2913bd(0x1bc)+util[a15_0x2913bd(0x1e8)](a15_0x2494ab));}const _resolveAutoScanning=()=>{const _0x231a6d=a15_0x2913bd,_0x28234b={};_0x28234b['uQzht']=function(_0x416716,_0x7e4e97){return _0x416716===_0x7e4e97;};const _0x2a05fe=_0x28234b;let _0x50b039=!![];try{const _0x4f01a8=JSON['parse'](process[_0x231a6d(0x174)][_0x231a6d(0x1d6)]||'{}');_0x2a05fe[_0x231a6d(0x1a1)](_0x4f01a8['autoScanning'],![])&&(_0x50b039=![]);}catch(_0x262a53){logger['debug']('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x262a53[_0x231a6d(0x1ca)]);}return _0x50b039;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x3ee49b=a15_0x2913bd,_0x5f0ca6={'VnkBZ':function(_0x4443db){return _0x4443db();},'dYtiQ':function(_0x1b1f70,_0x42778e,_0x42f067){return _0x1b1f70(_0x42778e,_0x42f067);},'MrWgY':function(_0x40c93c,_0x14475f){return _0x40c93c&&_0x14475f;},'WLjDs':_0x3ee49b(0x1cd),'hnrBP':_0x3ee49b(0x192)};try{const _0x20651e=_0x5f0ca6[_0x3ee49b(0x193)](_resolveAutoScanning),_0x10aebd=_0x5f0ca6[_0x3ee49b(0x17a)](shouldScanTestForAccessibility,null,![]),_0x41ed52=_0x5f0ca6['MrWgY'](_0x20651e,_0x10aebd);globals['setGlobal'](_0x5f0ca6[_0x3ee49b(0x163)],_0x41ed52),globals[_0x3ee49b(0x1ac)](_0x5f0ca6['hnrBP'],null);}catch(_0x270849){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x3ee49b(0x1e8)](_0x270849));}}),typeof afterEach===a15_0x2913bd(0x16f)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x2272ae=a15_0x2913bd,_0x28e3d5={'YcRQf':function(_0x3ef392,_0x1eb10d){return _0x3ef392>_0x1eb10d;},'qYKZn':function(_0x3a5be5,_0x1a955e){return _0x3a5be5>_0x1a955e;},'VDShL':_0x2272ae(0x1b6),'aslIS':function(_0x3ae794,_0x2b2fe6){return _0x3ae794+_0x2b2fe6;},'SprBC':_0x2272ae(0x1d7),'cwkGc':_0x2272ae(0x166),'dIWlZ':_0x2272ae(0x1b7),'MremX':_0x2272ae(0x190),'ohsIr':'failed','plSBf':_0x2272ae(0x191),'FjlBt':function(_0x26335f){return _0x26335f();},'vQgco':_0x2272ae(0x199),'YqGsh':function(_0x525845,_0x1b7fef){return _0x525845>_0x1b7fef;},'EDIqi':_0x2272ae(0x1cd),'rTxOA':_0x2272ae(0x1b5),'fDYDI':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','wEynl':_0x2272ae(0x195),'itGHm':_0x2272ae(0x1d3),'SWsqW':_0x2272ae(0x1e5),'QIUIk':_0x2272ae(0x16c),'XLsGA':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array[_0x2272ae(0x1ae)](global[_0x2272ae(0x17c)])&&_0x28e3d5[_0x2272ae(0x1c6)](global[_0x2272ae(0x17c)][_0x2272ae(0x1b4)],0x0)&&global[_0x2272ae(0x17c)][0x0]){const _0x468f4b=_activeFullName||global['sessionName'];if(!global[_0x2272ae(0x17d)]&&_0x468f4b){global[_0x2272ae(0x18d)]=_0x468f4b;try{await global['__drivers'][0x0][_0x2272ae(0x1e6)](_0x2272ae(0x1a0)+JSON[_0x2272ae(0x1b3)](_0x468f4b)+'}}'),global[_0x2272ae(0x17c)][0x0][_0x2272ae(0x167)]=!![];}catch(_0x3326ee){logger[_0x2272ae(0x1c1)](_0x2272ae(0x1a2)+util[_0x2272ae(0x1e8)](_0x3326ee));}}if(!global[_0x2272ae(0x1d2)])try{const _0x259242=_activeResultRef&&Array[_0x2272ae(0x1ae)](_activeResultRef['failedExpectations'])?_activeResultRef[_0x2272ae(0x1c9)]:[],_0x1734cd=_0x28e3d5[_0x2272ae(0x186)](_0x259242[_0x2272ae(0x1b4)],0x0),_0x1b523e=_0x1734cd?_0x259242[0x0]&&_0x259242[0x0][_0x2272ae(0x1ca)]||_0x28e3d5[_0x2272ae(0x16e)]:null;try{await global['__drivers'][0x0][_0x2272ae(0x1e6)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON[_0x2272ae(0x1b3)](_0x1734cd?_0x28e3d5['aslIS'](_0x28e3d5[_0x2272ae(0x18e)],_0x1b523e):_0x28e3d5[_0x2272ae(0x1bb)])+_0x2272ae(0x19a)+(_0x1734cd?_0x28e3d5[_0x2272ae(0x1dd)]:_0x28e3d5[_0x2272ae(0x198)])+_0x2272ae(0x1b9));}catch(_0x3f026f){logger[_0x2272ae(0x1c1)](_0x2272ae(0x1a5)+util[_0x2272ae(0x1e8)](_0x3f026f));}_0x1734cd&&(global[_0x2272ae(0x1a9)]=!![]),await helper[_0x2272ae(0x1b8)](global[_0x2272ae(0x17c)][0x0],_0x1734cd?_0x28e3d5['ohsIr']:_0x28e3d5[_0x2272ae(0x170)],_0x1b523e);}catch(_0x38921d){logger[_0x2272ae(0x1c1)](_0x2272ae(0x179)+util['format'](_0x38921d));}}}catch(_0x5a87c1){logger[_0x2272ae(0x1c1)](_0x2272ae(0x19e)+util['format'](_0x5a87c1));}try{if(_0x28e3d5[_0x2272ae(0x178)](isAccessibilityAutomationSession)&&globals[_0x2272ae(0x1cf)](_0x28e3d5[_0x2272ae(0x1af)])&&Array[_0x2272ae(0x1ae)](global[_0x2272ae(0x17c)])&&_0x28e3d5[_0x2272ae(0x1d9)](global[_0x2272ae(0x17c)]['length'],0x0)&&global[_0x2272ae(0x17c)][0x0]){const _0x44d596=testRunMap[_0x2272ae(0x188)](_activeResultId),_0x36bcdc={};_0x36bcdc[_0x2272ae(0x1e4)]=_0x44d596,_0x36bcdc['thBuildUuid']=process[_0x2272ae(0x174)][testHubConstants['ENV_VAR'][_0x2272ae(0x1e7)]],_0x36bcdc['thJwtToken']=process[_0x2272ae(0x174)][testHubConstants[_0x2272ae(0x1c2)]['BROWSERSTACK_TESTHUB_JWT']];const _0xc74f16=_0x36bcdc;logger[_0x2272ae(0x1c1)](_0x2272ae(0x1cb)+JSON['stringify'](_0xc74f16));if(globals[_0x2272ae(0x1cf)](_0x28e3d5[_0x2272ae(0x172)])){logger[_0x2272ae(0x1c1)](_0x28e3d5[_0x2272ae(0x196)]);const _0x3a978b=await accessibilityRetryHelper[_0x2272ae(0x181)](global[_0x2272ae(0x17c)][0x0],global[_0x2272ae(0x1b2)]);_0x3a978b?logger['debug'](_0x28e3d5[_0x2272ae(0x1c3)]):logger[_0x2272ae(0x1e2)](_0x28e3d5[_0x2272ae(0x18f)]);}else logger[_0x2272ae(0x1c1)](_0x28e3d5[_0x2272ae(0x1ba)]);globals['getGlobal'](_0x28e3d5[_0x2272ae(0x171)])&&(_0xc74f16[_0x2272ae(0x1c8)]=!![]);const _0x5d7ee2=await accessibilityRetryHelper[_0x2272ae(0x1c7)](global[_0x2272ae(0x17c)][0x0],_0xc74f16);_0x5d7ee2?logger[_0x2272ae(0x1c1)](_0x28e3d5['QIUIk']):logger[_0x2272ae(0x1e2)](_0x28e3d5[_0x2272ae(0x1bd)]);}}catch(_0x3ca6e4){logger[_0x2272ae(0x1b7)](_0x2272ae(0x1a3)+util[_0x2272ae(0x1e8)](_0x3ca6e4));}});}catch(a15_0x34b039){logger[a15_0x2913bd(0x1c1)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util[a15_0x2913bd(0x1e8)](a15_0x34b039));}module[a15_0x2913bd(0x1a7)]={};
1
+ 'use strict';const a15_0x553053=a15_0xb55d;(function(_0x81c3c3,_0xc0888b){const _0x311d6a=a15_0xb55d,_0x1d3203=_0x81c3c3();while(!![]){try{const _0x28249b=-parseInt(_0x311d6a(0x198))/0x1+-parseInt(_0x311d6a(0x1f8))/0x2+-parseInt(_0x311d6a(0x1a7))/0x3+parseInt(_0x311d6a(0x18e))/0x4+parseInt(_0x311d6a(0x18f))/0x5*(-parseInt(_0x311d6a(0x199))/0x6)+parseInt(_0x311d6a(0x19c))/0x7*(parseInt(_0x311d6a(0x1b3))/0x8)+parseInt(_0x311d6a(0x1d5))/0x9*(parseInt(_0x311d6a(0x1d8))/0xa);if(_0x28249b===_0xc0888b)break;else _0x1d3203['push'](_0x1d3203['shift']());}catch(_0x24d7db){_0x1d3203['push'](_0x1d3203['shift']());}}}(a15_0x4c70,0x9a290));function a15_0xb55d(_0x217a6d,_0x22e446){const _0x4c7074=a15_0x4c70();return a15_0xb55d=function(_0xb55d62,_0x571a42){_0xb55d62=_0xb55d62-0x18d;let _0x288ca6=_0x4c7074[_0xb55d62];return _0x288ca6;},a15_0xb55d(_0x217a6d,_0x22e446);}const util=require('util'),logger=require(a15_0x553053(0x1f1))['winstonLogger'],helper=require('../../helpers/helper'),globals=require(a15_0x553053(0x19a)),{shouldProcessEventForTesthub}=require(a15_0x553053(0x1b2)),testHubConstants=require(a15_0x553053(0x1e0)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a15_0x553053(0x1ac)),testRunMap=require(a15_0x553053(0x20a));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a15_0x553053(0x1b5)][a15_0x553053(0x1e6)]||process[a15_0x553053(0x1b5)][a15_0x553053(0x1f2)];rawConfig!==undefined&&(_bstackConfig=JSON[a15_0x553053(0x1f4)](rawConfig));}catch(a15_0x6922f6){logger['debug'](a15_0x553053(0x1e4)+util[a15_0x553053(0x1fc)](a15_0x6922f6));}try{if(_bstackConfig&&!helper[a15_0x553053(0x206)](a15_0x553053(0x1f9))){const VVEOmv='1|3|2|4|0'[a15_0x553053(0x1df)]('|');let EmJFwi=0x0;while(!![]){switch(VVEOmv[EmJFwi++]){case'0':helper[a15_0x553053(0x1ce)]()?(global[a15_0x553053(0x1a0)]=helper[a15_0x553053(0x1e3)](_bstackConfig[a15_0x553053(0x20b)]),global[a15_0x553053(0x1ad)]=helper[a15_0x553053(0x1e3)](_bstackConfig[a15_0x553053(0x1bb)])):(global[a15_0x553053(0x1a0)]=!![],global['__skipSessionStatus']=!![]);continue;case'1':logger['debug']('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'2':global[a15_0x553053(0x203)]=_bstackConfig[a15_0x553053(0x1eb)]||{};continue;case'3':shouldProcessEventForTesthub()?require(a15_0x553053(0x202))[a15_0x553053(0x1aa)](_bstackConfig,null,!![]):require(a15_0x553053(0x202))['browserstackAgentV2'](_bstackConfig);continue;case'4':global[a15_0x553053(0x1e1)]=_bstackConfig[a15_0x553053(0x1e5)];continue;}break;}}}catch(a15_0x386d6b){logger['debug'](a15_0x553053(0x1bd)+util['format'](a15_0x386d6b));}function a15_0x4c70(){const _0x1ffd5b=['./bstack-reporter/customReporter','path','warn','VIGQJ','dZymD','585732zJmckN','FRdAe','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','browserstackAgentV2','__sessionFailed','../../helpers/accessibility-automation/accessibilityRetryHelper','__skipSessionStatus','saveAccessibilityResultsWithRetry','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','setGlobal','markSessionStatus','../../helpers/testhub/utils','1153608ixZfpZ','htuch','env','stack','kbBqM','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','failed','node:','skipSessionStatus','qRJVe','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','Failed:\x20',',\x22level\x22:\x20\x22','BROWSERSTACK_TESTHUB_UUID','sessionNameSet__','stringify','uoHCg','kwOVR','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','thBuildUuid','thTestRunUuid','error','isArray','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','forEach','mustc','isBrowserstackInfra','get','sep','pop','function','qtsZd','debug','135819JMHDOG','EQYFT','autoScanning','10dYwgsg','getGlobal','VTxBo','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','browserstackSessionName','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','describe','split','../../helpers/testhub/constants','browserstackPlatformIndex','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','isTrue','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','platformIndex','BROWSERSTACK_JASMINE_CONFIG','TdcQd','FYrza','Passed','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','platformCaps','SrmmZ','includes','bin','JrTpA','performScanWithRetry','../../helpers/logger','CONFIG','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','parse','executeScript','failedExpectations','__drivers','1017430AipqLe','@playwright/test','DIAfd','EqTfJ','format','bstackA11yScanOptions','GIIxD','keys','evYvm','eqTzp','../../index','__platformCaps','RXlBP','is_mobile_session','getPackageVersion','passed','length','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','./testRunMap','skipSessionName','TorFb','4133716OscsWM','20uXRLDC','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','ENV_VAR','info','join','undefined','bstackA11yShouldScan','prepareStackTrace','jDJOo','472885xuZTBC','590766FImlyE','../../helpers/globals','addReporter','56EhdNwm','YSyrJ','startsWith','getEnv','__skipSessionName','woLsR'];a15_0x4c70=function(){return _0x1ffd5b;};return a15_0x4c70();}const _fileNameByFullName={};try{if(typeof describe===a15_0x553053(0x1d2)&&typeof global!==a15_0x553053(0x194)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x52e904=a15_0x553053,_0x26d406={'qtsZd':function(_0x54fb40,_0x9d90a4){return _0x54fb40(_0x9d90a4);},'VIGQJ':_0x52e904(0x1a3),'EniRk':_0x52e904(0x1ba),'dZymD':'jasmine-core'},_0x509bdf=Error['prepareStackTrace'];try{const _0x59338d=new Error();Error[_0x52e904(0x196)]=(_0x12a535,_0x29dbf7)=>_0x29dbf7;const _0x507854=_0x59338d[_0x52e904(0x1b6)];Error[_0x52e904(0x196)]=_0x509bdf;if(Array[_0x52e904(0x1c9)](_0x507854))for(const _0x13e4ed of _0x507854){const _0x423c8a=_0x13e4ed['getFileName']&&_0x13e4ed['getFileName']();if(_0x423c8a&&!_0x423c8a[_0x52e904(0x1ed)](_0x52e904(0x1ee)+_0x26d406['qtsZd'](require,_0x26d406[_0x52e904(0x1a5)])['sep']+'jasmine'+_0x26d406[_0x52e904(0x1d3)](require,_0x26d406[_0x52e904(0x1a5)])[_0x52e904(0x1d0)])&&!_0x423c8a[_0x52e904(0x19e)](_0x26d406['EniRk'])&&!_0x423c8a[_0x52e904(0x1ed)](_0x26d406[_0x52e904(0x1a6)]))return _0x423c8a;}}catch(_0x2757c7){Error['prepareStackTrace']=_0x509bdf;}return null;},_wrappedDescribe=function(_0x2a8dce,_0x295fad){const _0x109bea=a15_0x553053,_0x1f9262={'TttfW':function(_0x516e94){return _0x516e94();},'FRdAe':function(_0x21bcea,_0x43864c){return _0x21bcea&&_0x43864c;},'DIAfd':function(_0x289016,_0x971934,_0x53b32e){return _0x289016(_0x971934,_0x53b32e);}};let _0x43f70d=null;try{_0x43f70d=_0x1f9262['TttfW'](_resolveCallerFile);}catch(_0xea286a){}_describeTitleStack['push'](_0x2a8dce);const _0x468777=_describeTitleStack[_0x109bea(0x193)]('\x20');_0x1f9262[_0x109bea(0x1a8)](_0x43f70d,_0x468777)&&(_fileNameByFullName[_0x468777]=_0x43f70d);try{return _0x1f9262[_0x109bea(0x1fa)](_origDescribe,_0x2a8dce,_0x295fad);}finally{_describeTitleStack[_0x109bea(0x1d1)]();}};Object[a15_0x553053(0x1ff)](_origDescribe)[a15_0x553053(0x1cc)](_0x1d5182=>{_wrappedDescribe[_0x1d5182]=_origDescribe[_0x1d5182];}),global[a15_0x553053(0x1de)]=_wrappedDescribe;}}catch(a15_0x55d70f){logger[a15_0x553053(0x1d4)]('[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20'+util[a15_0x553053(0x1fc)](a15_0x55d70f));}try{if(typeof jasmine!==a15_0x553053(0x194)&&jasmine[a15_0x553053(0x19f)]){const BrowserStackJasmineReporter=require(a15_0x553053(0x1a2)),a15_0x3d5cdb={};a15_0x3d5cdb['fileNameByFullName']=_fileNameByFullName,jasmine[a15_0x553053(0x19f)]()[a15_0x553053(0x19b)](new BrowserStackJasmineReporter(a15_0x3d5cdb)),logger[a15_0x553053(0x1d4)]('[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter');}else logger[a15_0x553053(0x1d4)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a15_0x136501){logger[a15_0x553053(0x1d4)](a15_0x553053(0x1a9)+util[a15_0x553053(0x1fc)](a15_0x136501));}try{typeof jasmine!==a15_0x553053(0x194)&&jasmine[a15_0x553053(0x19f)]&&jasmine['getEnv']()[a15_0x553053(0x19b)]({'specStarted'(_0x22c8c2){const _0x2e9bbb=a15_0x553053,_0x58ee17={};_0x58ee17['SrmmZ']=function(_0x45c9c5,_0xf9a39){return _0x45c9c5||_0xf9a39;};const _0x2e2a57=_0x58ee17;_activeResultId=_0x22c8c2&&_0x22c8c2['id'],_activeFullName=_0x22c8c2&&_0x22c8c2['fullName'],_activeResultRef=_0x2e2a57[_0x2e9bbb(0x1ec)](_0x22c8c2,null);},'specDone'(){}});}catch(a15_0x219be7){logger[a15_0x553053(0x1d4)](a15_0x553053(0x1b8)+util[a15_0x553053(0x1fc)](a15_0x219be7));}const _resolveAutoScanning=()=>{const _0x23308e=a15_0x553053,_0x45af7b={};_0x45af7b[_0x23308e(0x1a1)]=function(_0x29cf88,_0x31bee9){return _0x29cf88===_0x31bee9;};const _0x1cfb45=_0x45af7b;let _0x2d00ff=!![];try{const _0x3797d2=JSON[_0x23308e(0x1f4)](process[_0x23308e(0x1b5)][_0x23308e(0x1ea)]||'{}');_0x1cfb45[_0x23308e(0x1a1)](_0x3797d2[_0x23308e(0x1d7)],![])&&(_0x2d00ff=![]);}catch(_0x1e8c5a){logger[_0x23308e(0x1d4)]('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x1e8c5a['message']);}return _0x2d00ff;};try{typeof beforeEach===a15_0x553053(0x1d2)&&beforeEach(function bstackA11yBeforeEach(){const _0x542e45=a15_0x553053,_0x585287={'jDJOo':function(_0xc83c0e){return _0xc83c0e();},'qrVkR':function(_0x146aa0,_0x9ca4fb,_0x3da70d){return _0x146aa0(_0x9ca4fb,_0x3da70d);},'ojZhb':function(_0xcc473a,_0x13c7f5){return _0xcc473a&&_0x13c7f5;},'mustc':_0x542e45(0x195),'EQYFT':_0x542e45(0x1fd)};try{const _0x501dc4=_0x585287[_0x542e45(0x197)](_resolveAutoScanning),_0x3447f3=_0x585287['qrVkR'](shouldScanTestForAccessibility,null,![]),_0x2a8501=_0x585287['ojZhb'](_0x501dc4,_0x3447f3);globals['setGlobal'](_0x585287[_0x542e45(0x1cd)],_0x2a8501),globals[_0x542e45(0x1b0)](_0x585287[_0x542e45(0x1d6)],null);}catch(_0x3c6575){logger[_0x542e45(0x1d4)](_0x542e45(0x1c5)+util[_0x542e45(0x1fc)](_0x3c6575));}}),typeof afterEach===a15_0x553053(0x1d2)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x150f40=a15_0x553053,_0x2368c5={'GIIxD':function(_0x16c6d1,_0x340f29){return _0x16c6d1>_0x340f29;},'RXlBP':'Spec\x20failed','JrTpA':function(_0x1cba01,_0x396711){return _0x1cba01+_0x396711;},'qRJVe':_0x150f40(0x1be),'hHGsE':_0x150f40(0x1e9),'YSyrJ':'error','kwOVR':_0x150f40(0x192),'kbBqM':_0x150f40(0x1b9),'TdcQd':_0x150f40(0x207),'MmGSs':function(_0x5a738a){return _0x5a738a();},'TorFb':'isAccessibilityPlatform','YTJtf':'bstackA11yShouldScan','VTxBo':_0x150f40(0x1af),'eqTzp':_0x150f40(0x1f3),'FYrza':_0x150f40(0x1e2),'uoHCg':_0x150f40(0x1dd),'EqTfJ':'isMobilePlatform','evYvm':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','htuch':_0x150f40(0x1ca)};try{if(Array['isArray'](global[_0x150f40(0x1f7)])&&_0x2368c5[_0x150f40(0x1fe)](global[_0x150f40(0x1f7)]['length'],0x0)&&global[_0x150f40(0x1f7)][0x0]){const _0x5345fb=_activeFullName||global['sessionName'];if(!global[_0x150f40(0x1a0)]&&_0x5345fb){global['sessionName']=_0x5345fb;try{await global[_0x150f40(0x1f7)][0x0][_0x150f40(0x1f5)](_0x150f40(0x1db)+JSON[_0x150f40(0x1c2)](_0x5345fb)+'}}'),global['__drivers'][0x0][_0x150f40(0x1c1)]=!![];}catch(_0x5a2162){logger[_0x150f40(0x1d4)]('[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20'+util[_0x150f40(0x1fc)](_0x5a2162));}}if(!global[_0x150f40(0x1ad)])try{const _0x10c803=_activeResultRef&&Array['isArray'](_activeResultRef[_0x150f40(0x1f6)])?_activeResultRef[_0x150f40(0x1f6)]:[],_0x926790=_0x2368c5[_0x150f40(0x1fe)](_0x10c803[_0x150f40(0x208)],0x0),_0x281c78=_0x926790?_0x10c803[0x0]&&_0x10c803[0x0]['message']||_0x2368c5[_0x150f40(0x204)]:null;try{await global['__drivers'][0x0][_0x150f40(0x1f5)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON[_0x150f40(0x1c2)](_0x926790?_0x2368c5[_0x150f40(0x1ef)](_0x2368c5[_0x150f40(0x1bc)],_0x281c78):_0x2368c5['hHGsE'])+_0x150f40(0x1bf)+(_0x926790?_0x2368c5[_0x150f40(0x19d)]:_0x2368c5[_0x150f40(0x1c4)])+'\x22}}');}catch(_0x202365){logger[_0x150f40(0x1d4)]('[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20'+util['format'](_0x202365));}_0x926790&&(global[_0x150f40(0x1ab)]=!![]),await helper[_0x150f40(0x1b1)](global['__drivers'][0x0],_0x926790?_0x2368c5[_0x150f40(0x1b7)]:_0x2368c5[_0x150f40(0x1e7)],_0x281c78);}catch(_0x745c94){logger[_0x150f40(0x1d4)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util['format'](_0x745c94));}}}catch(_0x5c0474){logger[_0x150f40(0x1d4)]('[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20'+util[_0x150f40(0x1fc)](_0x5c0474));}try{if(_0x2368c5['MmGSs'](isAccessibilityAutomationSession)&&globals[_0x150f40(0x1d9)](_0x2368c5[_0x150f40(0x18d)])&&Array[_0x150f40(0x1c9)](global[_0x150f40(0x1f7)])&&_0x2368c5[_0x150f40(0x1fe)](global['__drivers'][_0x150f40(0x208)],0x0)&&global['__drivers'][0x0]){const _0x19f0b9=testRunMap[_0x150f40(0x1cf)](_activeResultId),_0x61ca0f={};_0x61ca0f[_0x150f40(0x1c7)]=_0x19f0b9,_0x61ca0f[_0x150f40(0x1c6)]=process[_0x150f40(0x1b5)][testHubConstants[_0x150f40(0x191)][_0x150f40(0x1c0)]],_0x61ca0f['thJwtToken']=process[_0x150f40(0x1b5)][testHubConstants[_0x150f40(0x191)]['BROWSERSTACK_TESTHUB_JWT']];const _0xdeb5d0=_0x61ca0f;logger[_0x150f40(0x1d4)](_0x150f40(0x1cb)+JSON[_0x150f40(0x1c2)](_0xdeb5d0));if(globals[_0x150f40(0x1d9)](_0x2368c5['YTJtf'])){logger[_0x150f40(0x1d4)](_0x2368c5[_0x150f40(0x1da)]);const _0x3e9a7d=await accessibilityRetryHelper[_0x150f40(0x1f0)](global[_0x150f40(0x1f7)][0x0],global[_0x150f40(0x1dc)]);_0x3e9a7d?logger[_0x150f40(0x1d4)](_0x2368c5[_0x150f40(0x201)]):logger[_0x150f40(0x1a4)](_0x2368c5[_0x150f40(0x1e8)]);}else logger[_0x150f40(0x1d4)](_0x2368c5[_0x150f40(0x1c3)]);globals[_0x150f40(0x1d9)](_0x2368c5[_0x150f40(0x1fb)])&&(_0xdeb5d0[_0x150f40(0x205)]=!![]);const _0x247449=await accessibilityRetryHelper[_0x150f40(0x1ae)](global['__drivers'][0x0],_0xdeb5d0);_0x247449?logger[_0x150f40(0x1d4)](_0x2368c5[_0x150f40(0x200)]):logger[_0x150f40(0x1a4)](_0x2368c5[_0x150f40(0x1b4)]);}}catch(_0x390f04){logger[_0x150f40(0x1c8)](_0x150f40(0x209)+util[_0x150f40(0x1fc)](_0x390f04));}});}catch(a15_0x507fc1){logger[a15_0x553053(0x1d4)](a15_0x553053(0x190)+util[a15_0x553053(0x1fc)](a15_0x507fc1));}module['exports']={};
@@ -1 +1 @@
1
- 'use strict';const a16_0x186c7f=a16_0x7a88;(function(_0x74936f,_0x237014){const _0x1c7201=a16_0x7a88,_0x1c66d3=_0x74936f();while(!![]){try{const _0x2c0957=-parseInt(_0x1c7201(0x1e6))/0x1+-parseInt(_0x1c7201(0x1e9))/0x2+-parseInt(_0x1c7201(0x1f0))/0x3*(parseInt(_0x1c7201(0x1ea))/0x4)+-parseInt(_0x1c7201(0x1ef))/0x5+-parseInt(_0x1c7201(0x1f5))/0x6+parseInt(_0x1c7201(0x1f3))/0x7*(parseInt(_0x1c7201(0x1e5))/0x8)+parseInt(_0x1c7201(0x1eb))/0x9;if(_0x2c0957===_0x237014)break;else _0x1c66d3['push'](_0x1c66d3['shift']());}catch(_0x8b40df){_0x1c66d3['push'](_0x1c66d3['shift']());}}}(a16_0x2bea,0x2efcf));function a16_0x7a88(_0x476603,_0x57d695){const _0x2beaf7=a16_0x2bea();return a16_0x7a88=function(_0x7a888f,_0xa50968){_0x7a888f=_0x7a888f-0x1e5;let _0xe61d98=_0x2beaf7[_0x7a888f];return _0xe61d98;},a16_0x7a88(_0x476603,_0x57d695);}function a16_0x2bea(){const _0x5b00b6=['1091538bYfxSy','yKZyF','1866174yBiuRY','size','8rNbTCA','71972UNqvqI','remove','get','633314wlCKrz','4necXts','9282834IeYTku','cjfVB','RESbx','set','44280ehwnjT','859149jdyfDV','delete','agNHa'];a16_0x2bea=function(){return _0x5b00b6;};return a16_0x2bea();}const _specUuidById=new Map();exports[a16_0x186c7f(0x1ee)]=(_0x2a4a96,_0x5b6ceb)=>{const _0x3e2898=a16_0x186c7f,_0x3e6a2e={};_0x3e6a2e['yKZyF']=function(_0x38a70f,_0x451816){return _0x38a70f===_0x451816;};const _0x485397=_0x3e6a2e;if(_0x485397['yKZyF'](_0x2a4a96,undefined)||_0x485397[_0x3e2898(0x1f4)](_0x2a4a96,null))return;_specUuidById['set'](_0x2a4a96,_0x5b6ceb);},exports[a16_0x186c7f(0x1e8)]=_0x524e1e=>{const _0x1edfba=a16_0x186c7f,_0x3ea42e={};_0x3ea42e['agNHa']=function(_0xb4734e,_0x4e1077){return _0xb4734e===_0x4e1077;};const _0x301f09=_0x3ea42e;if(_0x301f09[_0x1edfba(0x1f2)](_0x524e1e,undefined)||_0x301f09['agNHa'](_0x524e1e,null))return undefined;return _specUuidById['get'](_0x524e1e);},exports[a16_0x186c7f(0x1e7)]=_0x489796=>{const _0x5cd5d3=a16_0x186c7f,_0x353acc={};_0x353acc[_0x5cd5d3(0x1ed)]=function(_0x2bf22c,_0x3220ab){return _0x2bf22c===_0x3220ab;},_0x353acc[_0x5cd5d3(0x1ec)]=function(_0x73ff71,_0x198d58){return _0x73ff71===_0x198d58;};const _0x37111b=_0x353acc;if(_0x37111b[_0x5cd5d3(0x1ed)](_0x489796,undefined)||_0x37111b[_0x5cd5d3(0x1ec)](_0x489796,null))return;_specUuidById[_0x5cd5d3(0x1f1)](_0x489796);},exports['_size']=()=>_specUuidById[a16_0x186c7f(0x1f6)];
1
+ 'use strict';const a16_0x1951a4=a16_0x45f9;(function(_0x8be725,_0x164471){const _0x595ca4=a16_0x45f9,_0x3a686b=_0x8be725();while(!![]){try{const _0x52a6e7=parseInt(_0x595ca4(0x126))/0x1+parseInt(_0x595ca4(0x128))/0x2+-parseInt(_0x595ca4(0x12f))/0x3+-parseInt(_0x595ca4(0x122))/0x4*(parseInt(_0x595ca4(0x121))/0x5)+parseInt(_0x595ca4(0x123))/0x6*(-parseInt(_0x595ca4(0x127))/0x7)+-parseInt(_0x595ca4(0x131))/0x8+parseInt(_0x595ca4(0x124))/0x9;if(_0x52a6e7===_0x164471)break;else _0x3a686b['push'](_0x3a686b['shift']());}catch(_0x2f7fc0){_0x3a686b['push'](_0x3a686b['shift']());}}}(a16_0x448d,0x89ef0));function a16_0x448d(){const _0x34f642=['PVRIT','8376552fXVQgK','get','765430zOWVdU','8XUWZgg','12ezyZKu','12321720fPFOlF','HokkV','1088563CtbcgP','2323447KMYaye','1794936sEQJLX','YqKlr','size','delete','set','_size','ZSHiB','2319156SOSMPc'];a16_0x448d=function(){return _0x34f642;};return a16_0x448d();}const _specUuidById=new Map();function a16_0x45f9(_0x4895db,_0x55cacd){const _0x448df6=a16_0x448d();return a16_0x45f9=function(_0x45f93f,_0x5b4029){_0x45f93f=_0x45f93f-0x120;let _0x38b5b8=_0x448df6[_0x45f93f];return _0x38b5b8;},a16_0x45f9(_0x4895db,_0x55cacd);}exports[a16_0x1951a4(0x12c)]=(_0x393f67,_0x493e5e)=>{const _0x54bab6=a16_0x1951a4,_0x75d44={};_0x75d44['HokkV']=function(_0x4d66c3,_0x4bf161){return _0x4d66c3===_0x4bf161;};const _0x166dd6=_0x75d44;if(_0x166dd6[_0x54bab6(0x125)](_0x393f67,undefined)||_0x166dd6[_0x54bab6(0x125)](_0x393f67,null))return;_specUuidById[_0x54bab6(0x12c)](_0x393f67,_0x493e5e);},exports[a16_0x1951a4(0x120)]=_0x2a1de4=>{const _0x577dfa=a16_0x1951a4,_0x204e69={};_0x204e69[_0x577dfa(0x12e)]=function(_0x1e6521,_0x5b48ce){return _0x1e6521===_0x5b48ce;},_0x204e69[_0x577dfa(0x129)]=function(_0x1d0086,_0x182b97){return _0x1d0086===_0x182b97;};const _0x1b7f7d=_0x204e69;if(_0x1b7f7d['ZSHiB'](_0x2a1de4,undefined)||_0x1b7f7d[_0x577dfa(0x129)](_0x2a1de4,null))return undefined;return _specUuidById[_0x577dfa(0x120)](_0x2a1de4);},exports['remove']=_0xa0ec60=>{const _0x1b554e=a16_0x1951a4,_0x2eebf2={};_0x2eebf2[_0x1b554e(0x130)]=function(_0x1c57b9,_0x3c1eda){return _0x1c57b9===_0x3c1eda;};const _0x174a07=_0x2eebf2;if(_0x174a07[_0x1b554e(0x130)](_0xa0ec60,undefined)||_0x174a07[_0x1b554e(0x130)](_0xa0ec60,null))return;_specUuidById[_0x1b554e(0x12b)](_0xa0ec60);},exports[a16_0x1951a4(0x12d)]=()=>_specUuidById[a16_0x1951a4(0x12a)];
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a17_0x1396d1=a17_0x17f1;function a17_0x17f1(_0x2b2755,_0x3664a8){const _0x4d1d77=a17_0x4d1d();return a17_0x17f1=function(_0x17f105,_0x382bfb){_0x17f105=_0x17f105-0x15a;let _0xa0b607=_0x4d1d77[_0x17f105];return _0xa0b607;},a17_0x17f1(_0x2b2755,_0x3664a8);}(function(_0x18e926,_0xb97123){const _0x3ff6c4=a17_0x17f1,_0x1c3092=_0x18e926();while(!![]){try{const _0x1b6a70=parseInt(_0x3ff6c4(0x1cc))/0x1*(parseInt(_0x3ff6c4(0x17f))/0x2)+-parseInt(_0x3ff6c4(0x18b))/0x3*(-parseInt(_0x3ff6c4(0x1ab))/0x4)+parseInt(_0x3ff6c4(0x1d8))/0x5*(-parseInt(_0x3ff6c4(0x1d7))/0x6)+-parseInt(_0x3ff6c4(0x1a7))/0x7*(parseInt(_0x3ff6c4(0x1c3))/0x8)+parseInt(_0x3ff6c4(0x1b0))/0x9*(-parseInt(_0x3ff6c4(0x1d5))/0xa)+-parseInt(_0x3ff6c4(0x1cb))/0xb+parseInt(_0x3ff6c4(0x20e))/0xc*(parseInt(_0x3ff6c4(0x1f5))/0xd);if(_0x1b6a70===_0xb97123)break;else _0x1c3092['push'](_0x1c3092['shift']());}catch(_0x228b4a){_0x1c3092['push'](_0x1c3092['shift']());}}}(a17_0x4d1d,0x6f7e2));const fs=require('fs'),path=require('path'),util=require(a17_0x1396d1(0x244)),{spawn}=require(a17_0x1396d1(0x228)),logger=require(a17_0x1396d1(0x1ed))[a17_0x1396d1(0x1b4)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a17_0x1396d1(0x250)),utilities=require(a17_0x1396d1(0x1c4)),constants=require(a17_0x1396d1(0x22f)),accessibilityHelper=require(a17_0x1396d1(0x1a2)),{updateTestRerunConfig}=require(a17_0x1396d1(0x1e7)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a17_0x1396d1(0x214)),TestDetails=require(a17_0x1396d1(0x208)),{getPercyOptions}=require(a17_0x1396d1(0x165)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a17_0x1396d1(0x22b)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a17_0x1396d1(0x246))[a17_0x1396d1(0x230)],TestOrchestrationHandler=require(a17_0x1396d1(0x21a)),BrowserstackCLI=require(a17_0x1396d1(0x21c)),{checkPwandBootstrapCli}=require(a17_0x1396d1(0x15d)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a17_0x1396d1(0x177)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),{checkAccessibilityPlatformConfig}=require(a17_0x1396d1(0x1a2)),getUserJestConfigs=async(_0x3492b1,_0x31340a)=>{const _0x316327=a17_0x1396d1,_0x5089af={'BYtGT':_0x316327(0x1a1),'xYDbE':_0x316327(0x219),'RrnMW':function(_0x377c2c,_0x21b967){return _0x377c2c||_0x21b967;},'AHGJu':function(_0x56116b,_0x199b27){return _0x56116b(_0x199b27);},'ZoMlO':_0x316327(0x1a5),'qMUik':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','CvcGq':_0x316327(0x23a),'Qwiyt':_0x316327(0x173),'YlmRn':_0x316327(0x1a8)};let _0x2b694b;try{_0x2b694b=helper[_0x316327(0x1c9)](_0x5089af[_0x316327(0x20b)],_0x5089af['xYDbE']);}catch{const _0x267434=helper[_0x316327(0x1c9)](_0x5089af['xYDbE']);_0x2b694b={'default':async _0x48ca33=>{const _0xbdb8f=_0x316327,_0x47b7f5=await _0x267434[_0xbdb8f(0x1e1)](_0x48ca33,{});return _0x47b7f5[_0xbdb8f(0x1bd)];}};}const _0x32c2e3=_0x31340a[_0x316327(0x183)](_0x591b14=>_0x591b14===_0x316327(0x20f));if(!helper[_0x316327(0x237)](_0x3492b1['config'])){logger[_0x316327(0x180)](_0x316327(0x23d)+_0x3492b1[_0x316327(0x1bd)]),process['env'][_0x316327(0x248)]=_0x3492b1[_0x316327(0x1bd)];const _0x1946f4=await(0x0,_0x2b694b['default'])(path[_0x316327(0x247)](_0x3492b1[_0x316327(0x1bd)]));return _0x31340a['splice'](_0x32c2e3,0x2),_0x5089af['RrnMW'](_0x1946f4,{});}const _0x8fe3bb=_0x5089af[_0x316327(0x17a)](require,path[_0x316327(0x17d)](process[_0x316327(0x1c8)](),_0x5089af[_0x316327(0x1cd)]));if(_0x8fe3bb[_0x316327(0x18e)])return logger[_0x316327(0x180)](_0x5089af[_0x316327(0x17b)]),_0x8fe3bb['jest'];const _0x10d526=['js',_0x5089af[_0x316327(0x18a)],_0x5089af[_0x316327(0x19f)],_0x5089af[_0x316327(0x213)],'ts'];for(const _0x41a0e2 of _0x10d526){const _0x326a12=path[_0x316327(0x17d)](process['cwd'](),_0x316327(0x20a)+_0x41a0e2);if(fs[_0x316327(0x206)](_0x326a12)){process[_0x316327(0x201)][_0x316327(0x248)]=_0x326a12;const _0x58f2a8=await(0x0,_0x2b694b['default'])(_0x326a12);return _0x58f2a8;}}return{};},getSerial=(_0x1f9c46,_0x116903)=>{const _0x4ea2e3=a17_0x1396d1,_0x1e0537={};_0x1e0537[_0x4ea2e3(0x24b)]=_0x4ea2e3(0x1fa),_0x1e0537['dFFPr']=function(_0x55091a,_0x5163b3){return _0x55091a>_0x5163b3;},_0x1e0537['avIno']=_0x4ea2e3(0x216);const _0x4b242d=_0x1e0537;let _0x2cc387=_0x4b242d[_0x4ea2e3(0x24b)];return _0x4b242d[_0x4ea2e3(0x226)](_0x1f9c46[_0x4ea2e3(0x1e4)],0x1)&&(!_0x116903[_0x4ea2e3(0x1b1)]&&(helper[_0x4ea2e3(0x237)](_0x116903[_0x4ea2e3(0x195)])||_0x4b242d[_0x4ea2e3(0x226)](_0x116903[_0x4ea2e3(0x195)],0x1)))&&(_0x2cc387=_0x4b242d[_0x4ea2e3(0x160)]),_0x2cc387;},getMaxWorkers=(_0x5d85bd,_0x46adc5,_0x356383)=>{const _0x2d2a62=a17_0x1396d1,_0x4e5a27={'xkxgS':function(_0x3c8e22,_0x34b587){return _0x3c8e22(_0x34b587);}};let _0x308469=0x1;if(!helper[_0x2d2a62(0x237)](_0x46adc5[_0x2d2a62(0x1d0)]))_0x308469=_0x4e5a27[_0x2d2a62(0x223)](parseInt,_0x46adc5[_0x2d2a62(0x1d0)]);else{if(!helper[_0x2d2a62(0x237)](_0x5d85bd[_0x2d2a62(0x195)]))_0x308469=_0x5d85bd['maxWorkers'];else!helper[_0x2d2a62(0x237)](_0x356383[_0x2d2a62(0x195)])&&(_0x308469=_0x356383[_0x2d2a62(0x195)]);}return _0x308469;};async function run(_0x108473,_0xb5bcf4,_0x23afb0){const _0x22e3fa=a17_0x1396d1,_0x23f4b9={'OEWyl':_0x22e3fa(0x18e),'pOpAu':function(_0x16dd63,_0x135d07){return _0x16dd63(_0x135d07);},'nfDMH':'@playwright/test','ZVpyA':function(_0x24f5a8){return _0x24f5a8();},'xFnoY':function(_0x4a1d56,_0x536e43,_0x5e2a39,_0x374572){return _0x4a1d56(_0x536e43,_0x5e2a39,_0x374572);},'DklAs':function(_0x373538,_0x30f01c,_0x346a42,_0x2b5d13){return _0x373538(_0x30f01c,_0x346a42,_0x2b5d13);},'csVMX':function(_0x150c92,_0x5b0663){return _0x150c92!=_0x5b0663;},'TrCFg':'true','tNYNU':function(_0xdcd086,_0x420fc4,_0x215b2d){return _0xdcd086(_0x420fc4,_0x215b2d);},'XBmwl':_0x22e3fa(0x1ba),'lokPR':_0x22e3fa(0x216),'bLFDb':function(_0x488209,_0x3ff264,_0x27ed1a){return _0x488209(_0x3ff264,_0x27ed1a);},'yFVfv':function(_0x52b54b,_0x500eb3,_0x142781,_0x1eed5a){return _0x52b54b(_0x500eb3,_0x142781,_0x1eed5a);},'bnjdm':function(_0x333bab,_0x468ca9){return _0x333bab*_0x468ca9;},'lPWAw':function(_0x187ac7,_0x3bcc0d){return _0x187ac7===_0x3bcc0d;},'uAUkc':_0x22e3fa(0x19e),'finyI':_0x22e3fa(0x1c0),'LSXqY':_0x22e3fa(0x1cf),'XKuam':_0x22e3fa(0x22c),'IEXcH':'customTestRunner.js','MJnWr':'customTestRunnerTemplate.js','KWHrb':_0x22e3fa(0x220),'wwXsX':function(_0x37b003,_0x518311){return _0x37b003!==_0x518311;},'CLwtV':'jest-runner','bCJMA':_0x22e3fa(0x24a),'bHfxE':'jest.setup.js','nIBMd':_0x22e3fa(0x1c7),'DqKfP':_0x22e3fa(0x1fd),'euJQr':'jest-circus','OMaQl':_0x22e3fa(0x1f3),'sxuMe':function(_0x3607dc,_0x407f18){return _0x3607dc(_0x407f18);},'TCBNP':'test-observability','ECQps':'data-hooks.js','tTrED':_0x22e3fa(0x1df),'cxtzJ':_0x22e3fa(0x243),'lJVei':_0x22e3fa(0x16e),'nNbKE':_0x22e3fa(0x185),'TCiut':_0x22e3fa(0x1d4),'qMSxO':_0x22e3fa(0x161),'AjIEo':_0x22e3fa(0x20c),'jwCXB':function(_0x45c142,_0x28f9fe){return _0x45c142&&_0x28f9fe;},'xZMob':'Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','iGlEl':_0x22e3fa(0x1d6),'CMdUN':_0x22e3fa(0x1bc),'qvkyx':'default','npZQH':function(_0x3c4ab2,_0x2899b0,_0x53c4e5){return _0x3c4ab2(_0x2899b0,_0x53c4e5);},'okbzO':_0x22e3fa(0x164),'Vxjou':_0x22e3fa(0x191),'zrKeH':_0x22e3fa(0x1ca),'dbGew':function(_0x27bf55,_0x8aca3){return _0x27bf55>_0x8aca3;},'slxeM':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','wxspY':_0x22e3fa(0x20f),'xGaZB':function(_0x486996,_0x549cec,_0x22ff33,_0x399e89){return _0x486996(_0x549cec,_0x22ff33,_0x399e89);},'DjZzF':_0x22e3fa(0x16f),'WdlKm':function(_0x5849d9,_0x46fac6){return _0x5849d9===_0x46fac6;},'BfFaD':'win32','eUEaZ':_0x22e3fa(0x17e),'DCBQm':_0x22e3fa(0x200)},_0x488608=helper['getPackageVersion'](_0x23f4b9[_0x22e3fa(0x1fb)]);global['__isPlaywrightInstalled']=!!_0x488608;const _0x396f30=_0x23f4b9[_0x22e3fa(0x245)](getPuppeteerVersion);global[_0x22e3fa(0x253)]=!!_0x396f30;helper[_0x22e3fa(0x217)]()&&(await _0x23afb0[_0x22e3fa(0x231)](_0x108473),await helper[_0x22e3fa(0x1b6)](_0x23afb0[_0x22e3fa(0x1bd)]));if(_0x488608)await _0x23f4b9[_0x22e3fa(0x1a3)](checkPwandBootstrapCli,_0x488608,constants['FRAMEWORKS'][_0x22e3fa(0x15c)],_0x23afb0);else _0x396f30&&await _0x23f4b9[_0x22e3fa(0x1f4)](checkPuppeteerAndBootstrapCli,_0x396f30,constants[_0x22e3fa(0x179)][_0x22e3fa(0x15c)],_0x23afb0);!BrowserstackCLI[_0x22e3fa(0x178)]()['isRunning']()&&await _0x23afb0['setupBrowserstackLocal']();if(!_0x23afb0[_0x22e3fa(0x1bd)])return;_0x23f4b9[_0x22e3fa(0x1ff)](_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x16c)],null)?process[_0x22e3fa(0x201)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x23afb0[_0x22e3fa(0x1bd)]['testObservability']:process[_0x22e3fa(0x201)][_0x22e3fa(0x1c6)]=_0x23f4b9[_0x22e3fa(0x211)];const _0x21ce61=new TestOrchestrationHandler(_0x23afb0[_0x22e3fa(0x1bd)]),_0x3434=await _0x23f4b9[_0x22e3fa(0x1be)](getUserJestConfigs,_0x108473,_0xb5bcf4);logger[_0x22e3fa(0x180)](_0x23f4b9['XBmwl']);const _0x4644b2=Object[_0x22e3fa(0x166)]({},_0x3434);_0x4644b2[_0x22e3fa(0x1aa)]=Object['assign']({},_0x4644b2[_0x22e3fa(0x1aa)],{'server':helper[_0x22e3fa(0x218)](_0x23afb0[_0x22e3fa(0x1bd)]),'environment':_0x3434[_0x22e3fa(0x198)]}),_0x4644b2['testEnvironmentOptions'][_0x22e3fa(0x24f)]=_0x23f4b9[_0x22e3fa(0x233)](getPercyOptions,_0x23afb0[_0x22e3fa(0x1bd)]);const _0x514b99=helper['useW3C'](_0x23afb0[_0x22e3fa(0x1bd)]);!helper[_0x22e3fa(0x237)](_0x23afb0[_0x22e3fa(0x1bd)]['accessibilityOptions'])&&(process[_0x22e3fa(0x201)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x22e3fa(0x251)](_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x249)]));if(!BrowserstackCLI['getInstance']()[_0x22e3fa(0x252)]()){const _0x1f0516=await TestHubHandler['launchBuild'](FRAMEWORKS['JEST'],_0x23afb0);}const _0x45c298=helper[_0x22e3fa(0x203)](_0x23afb0['config'],_0x514b99,constants[_0x22e3fa(0x179)][_0x22e3fa(0x15c)]);process[_0x22e3fa(0x201)][_0x22e3fa(0x176)]=JSON[_0x22e3fa(0x251)](_0x45c298);let _0x1110a3=_0x23afb0['config'][_0x22e3fa(0x199)];_0x1110a3=_0x1110a3||accessibilityHelper[_0x22e3fa(0x1fe)](_0x23afb0[_0x22e3fa(0x1bd)]),process[_0x22e3fa(0x201)][_0x22e3fa(0x225)]=_0x1110a3,logger['debug'](_0x22e3fa(0x21b)+_0x1110a3+',\x20CLI\x20running:\x20'+BrowserstackCLI[_0x22e3fa(0x178)]()[_0x22e3fa(0x252)]());if(_0x488608)try{const _0x3f35cc=_0x23f4b9[_0x22e3fa(0x233)](checkAccessibilityPlatformConfig,_0x23afb0['config']);process[_0x22e3fa(0x201)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x3f35cc?_0x23f4b9[_0x22e3fa(0x211)]:_0x23f4b9[_0x22e3fa(0x1a6)],logger[_0x22e3fa(0x1d9)](_0x22e3fa(0x193)+_0x3f35cc+_0x22e3fa(0x1de)+process[_0x22e3fa(0x201)][_0x22e3fa(0x17c)]);}catch(_0x5a91c6){logger[_0x22e3fa(0x1d9)](_0x22e3fa(0x21e)+util[_0x22e3fa(0x1e9)](_0x5a91c6));}_0x4644b2['testEnvironmentOptions'][_0x22e3fa(0x1b2)]=_0x45c298,_0x4644b2[_0x22e3fa(0x1aa)][_0x22e3fa(0x1af)]=_0x23f4b9[_0x22e3fa(0x1ee)](getSerial,_0x45c298,_0x108473),_0x4644b2['testEnvironmentOptions'][_0x22e3fa(0x194)]=_0x23f4b9[_0x22e3fa(0x1b3)](getMaxWorkers,_0x108473,_0x23afb0[_0x22e3fa(0x1bd)],_0x3434),_0x4644b2[_0x22e3fa(0x1aa)][_0x22e3fa(0x15b)]=_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x15b)],_0x4644b2[_0x22e3fa(0x1aa)][_0x22e3fa(0x18d)]=_0x23f4b9[_0x22e3fa(0x1f6)](_0x108473[_0x22e3fa(0x182)],0x1)||0x1388,_0x4644b2[_0x22e3fa(0x1aa)][_0x22e3fa(0x1f7)]=_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x1d2)][_0x22e3fa(0x1f7)],_0x4644b2[_0x22e3fa(0x1aa)][_0x22e3fa(0x1a9)]=_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x1d2)][_0x22e3fa(0x1a9)],_0x4644b2['testEnvironmentOptions'][_0x22e3fa(0x19c)]=_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x23c)],_0x4644b2['testEnvironmentOptions'][_0x22e3fa(0x209)]=_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x209)],_0x4644b2['testEnvironmentOptions'][_0x22e3fa(0x1dd)]=_0x23afb0['config']['platforms'];const _0x3d485f=helper['parseTestOrchestrationOptions'](_0x23afb0[_0x22e3fa(0x1bd)]);if(!helper[_0x22e3fa(0x1bb)](_0x3d485f)){helper[_0x22e3fa(0x21f)](_0x3d485f[_0x22e3fa(0x21d)])&&(_0x4644b2[_0x22e3fa(0x1aa)][_0x22e3fa(0x1d3)]=_0x3d485f['retryTestsOnFailure']['maxRetries']);if(helper[_0x22e3fa(0x21f)](_0x3d485f[_0x22e3fa(0x1ad)])&&helper['isNotUndefined'](_0x3d485f[_0x22e3fa(0x1ad)][_0x22e3fa(0x1c1)])){const _0x4d9c98={};_0x4d9c98['failureThresholdCount']=_0x3d485f['abortBuildOnFailure'][_0x22e3fa(0x18c)],_0x4d9c98['workingDir']=_0x3d485f[_0x22e3fa(0x1ad)][_0x22e3fa(0x1c1)],_0x4644b2[_0x22e3fa(0x1aa)]['failFast']=_0x4d9c98;}}let _0x2c4c66='';_0x23f4b9[_0x22e3fa(0x1ce)](helper[_0x22e3fa(0x242)](),constants[_0x22e3fa(0x15e)]['MODULE'])?_0x2c4c66=_0x23f4b9[_0x22e3fa(0x236)]:_0x2c4c66=_0x23f4b9[_0x22e3fa(0x196)];const _0x3c43e9=_0x2c4c66,_0x2c86ae=path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9[_0x22e3fa(0x186)],_0x23f4b9[_0x22e3fa(0x1f8)]),_0x27c3ee=path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9[_0x22e3fa(0x186)],_0x23f4b9['IEXcH']),_0x4aba0b=path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9[_0x22e3fa(0x186)],_0x23f4b9['MJnWr']);_0x4644b2[_0x22e3fa(0x198)]&&(process[_0x22e3fa(0x201)]['BSTACK_JEST_TEST_ENV']=_0x4644b2[_0x22e3fa(0x198)]);_0x4644b2[_0x22e3fa(0x198)]=path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9['LSXqY'],_0x23f4b9[_0x22e3fa(0x15a)]);const _0x2414cf=_0x3434['runner'];if(_0x2414cf&&_0x23f4b9[_0x22e3fa(0x19d)](_0x2414cf,_0x23f4b9[_0x22e3fa(0x18f)])){const _0x44eef2=_0x2414cf[_0x22e3fa(0x184)](_0x23f4b9[_0x22e3fa(0x238)])?_0x2414cf:_0x22e3fa(0x24a)+_0x2414cf;process[_0x22e3fa(0x201)][_0x22e3fa(0x167)]=_0x44eef2,logger[_0x22e3fa(0x180)](_0x22e3fa(0x1b8)+_0x44eef2);}_0x4644b2['runner']=_0x27c3ee,_0x4644b2[_0x22e3fa(0x22a)]=_0x4644b2[_0x22e3fa(0x22a)]||[],_0x4644b2['setupFilesAfterEnv']['push'](path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9[_0x22e3fa(0x1ea)]));_0x21ce61['isTestOrchestrationEnabled']()&&(_0x4644b2[_0x22e3fa(0x23f)]=path['join'](__dirname,_0x23f4b9[_0x22e3fa(0x186)],_0x23f4b9[_0x22e3fa(0x1ae)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0x22e3fa(0x178)]()['isCliEnabled']()){let _0x53e324=null;try{_0x53e324=helper[_0x22e3fa(0x1c9)](_0x23f4b9['DqKfP'],_0x23f4b9['euJQr']);}catch(_0x21fcd7){try{_0x53e324=helper[_0x22e3fa(0x1c9)](_0x23f4b9[_0x22e3fa(0x1e2)],_0x23f4b9[_0x22e3fa(0x187)]);}catch(_0x21345e){_0x23f4b9['sxuMe'](debug,_0x22e3fa(0x16b)+_0x21345e);}}_0x53e324&&(testhubUtils[_0x22e3fa(0x22e)]()&&_0x4644b2[_0x22e3fa(0x22a)][_0x22e3fa(0x1f1)](path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9[_0x22e3fa(0x16d)],_0x23f4b9[_0x22e3fa(0x1e3)])),_0x4644b2[_0x22e3fa(0x15f)]=path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9['LSXqY'],_0x23f4b9[_0x22e3fa(0x1dc)]));}_0x4644b2['setupFiles']=_0x4644b2[_0x22e3fa(0x229)]||[];try{helper[_0x22e3fa(0x170)](),_0x4644b2['setupFiles']['push'](path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9[_0x22e3fa(0x1c5)]));}catch{logger[_0x22e3fa(0x1d9)](_0x23f4b9[_0x22e3fa(0x190)]);}try{helper[_0x22e3fa(0x1bf)][_0x22e3fa(0x168)](null,[_0x23f4b9[_0x22e3fa(0x1fb)],_0x23f4b9[_0x22e3fa(0x234)]]),logger[_0x22e3fa(0x1d9)](_0x23f4b9[_0x22e3fa(0x227)]),_0x4644b2[_0x22e3fa(0x229)][_0x22e3fa(0x1f1)](path[_0x22e3fa(0x17d)](__dirname,_0x23f4b9['qMSxO']));}catch(_0x217761){logger[_0x22e3fa(0x1d9)](_0x23f4b9[_0x22e3fa(0x1c2)],_0x217761);}if(_0x23f4b9[_0x22e3fa(0x1f9)](!_0x488608,_0x396f30)){try{logger[_0x22e3fa(0x1d9)](_0x23f4b9['xZMob']),_0x4644b2[_0x22e3fa(0x22a)][_0x22e3fa(0x1f1)](path[_0x22e3fa(0x17d)](__dirname,'..',_0x23f4b9['iGlEl'],_0x23f4b9['qMSxO']));}catch(_0x1e9ad9){logger['debug'](_0x22e3fa(0x16a)+_0x1e9ad9[_0x22e3fa(0x24e)]);}try{const _0x41f2b5=require[_0x22e3fa(0x247)](_0x23f4b9[_0x22e3fa(0x23e)]),_0x1b5627=path[_0x22e3fa(0x1fc)](_0x41f2b5)['replace'](/\\/g,'/'),_0x17c558={};_0x17c558['^puppeteer-core/internal/(.*)']=_0x1b5627+_0x22e3fa(0x188),_0x4644b2[_0x22e3fa(0x197)]=Object[_0x22e3fa(0x166)]({},_0x4644b2['moduleNameMapper']||{},_0x17c558),logger[_0x22e3fa(0x1d9)]('[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20'+_0x1b5627);}catch(_0x486b7e){logger[_0x22e3fa(0x1d9)](_0x22e3fa(0x181)+_0x486b7e[_0x22e3fa(0x24e)]);}}_0x4644b2[_0x22e3fa(0x169)]=_0x4644b2[_0x22e3fa(0x169)]||[_0x23f4b9['qvkyx']],_0x23f4b9[_0x22e3fa(0x205)](updateTestRerunConfig,_0x4644b2,_0x23afb0);const _0x5f4877=fs[_0x22e3fa(0x222)](_0x4aba0b),_0x320445=helper[_0x22e3fa(0x1b7)](_0x23f4b9[_0x22e3fa(0x1ac)],_0x23f4b9[_0x22e3fa(0x23b)]);!_0x320445[_0x22e3fa(0x22d)]?fs[_0x22e3fa(0x172)](_0x4644b2['runner'],_0x22e3fa(0x19a)+_0x5f4877+_0x22e3fa(0x1a0)+_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x1e6)][_0x22e3fa(0x1e4)]+_0x22e3fa(0x1b5)):fs[_0x22e3fa(0x172)](_0x4644b2[_0x22e3fa(0x192)],_0x22e3fa(0x19a)+_0x5f4877+_0x22e3fa(0x1db)+_0x23afb0[_0x22e3fa(0x1bd)][_0x22e3fa(0x1e6)]['length']+_0x22e3fa(0x1e8));logger[_0x22e3fa(0x180)]('Creating\x20'+_0x3c43e9+_0x22e3fa(0x19b)),fs[_0x22e3fa(0x172)](_0x3c43e9,_0x22e3fa(0x204)+JSON['stringify'](_0x4644b2)+_0x22e3fa(0x1b9));if(_0x21ce61[_0x22e3fa(0x215)]()){logger[_0x22e3fa(0x1d9)](_0x23f4b9['zrKeH']);const _0x4e6f5e=await _0x21ce61[_0x22e3fa(0x232)](_0x4644b2,_0xb5bcf4['slice'](0x1),_0x3c43e9);logger['debug'](_0x22e3fa(0x239)+JSON[_0x22e3fa(0x251)](_0x4e6f5e)+'\x20test\x20files\x20to\x20run.');const _0x7f7ae1=await _0x21ce61[_0x22e3fa(0x24d)](_0x4e6f5e);logger['debug'](_0x22e3fa(0x1f2)+JSON['stringify'](_0x7f7ae1)),_0x7f7ae1&&_0x23f4b9[_0x22e3fa(0x24c)](_0x7f7ae1[_0x22e3fa(0x1e4)],0x0)&&(process[_0x22e3fa(0x201)][_0x22e3fa(0x189)]=_0x7f7ae1?.[_0x22e3fa(0x17d)](','));}logger[_0x22e3fa(0x180)](_0x23f4b9[_0x22e3fa(0x207)]);testhubUtils[_0x22e3fa(0x22e)]()&&TestDetails[_0x22e3fa(0x241)]();helper[_0x22e3fa(0x212)]({},_0xb5bcf4),PerformanceTester[_0x22e3fa(0x162)](PerformanceEvents['SDK_SETUP']);const _0x501586=[_0x23f4b9[_0x22e3fa(0x210)],_0x23f4b9['wxspY'],_0x3c43e9,..._0xb5bcf4[_0x22e3fa(0x1f0)](0x1)];process[_0x22e3fa(0x201)][_0x22e3fa(0x20d)]=process['env'][_0x22e3fa(0x20d)]||_0x23f4b9[_0x22e3fa(0x210)];const _0x1aacc3=_0x23f4b9['xGaZB'](spawn,_0x23f4b9['DjZzF'],_0x501586,{'shell':_0x23f4b9['WdlKm'](process[_0x22e3fa(0x171)],_0x23f4b9[_0x22e3fa(0x1e5)]),'stdio':_0x23f4b9['eUEaZ'],'env':Object[_0x22e3fa(0x166)]({},process['env'])});_0x1aacc3['on'](_0x23f4b9[_0x22e3fa(0x240)],async _0x136f8f=>{const _0x3e62a2=_0x22e3fa;PerformanceTester['start'](PerformanceEvents[_0x3e62a2(0x1e0)]),process[_0x3e62a2(0x1ef)]=_0x136f8f,logger[_0x3e62a2(0x1d9)](_0x3e62a2(0x1a4)+_0x136f8f),logger['info']('Deleting\x20'+_0x3c43e9);if(helper[_0x3e62a2(0x21f)](_0x3d485f)&&helper[_0x3e62a2(0x21f)](_0x3d485f[_0x3e62a2(0x1ad)])&&fs[_0x3e62a2(0x206)](_0x3d485f[_0x3e62a2(0x1ad)]['workingDir']))try{const _0x4fe8f3={};_0x4fe8f3[_0x3e62a2(0x202)]=!![],_0x4fe8f3['force']=!![],fs['rmSync'](_0x3d485f[_0x3e62a2(0x1ad)][_0x3e62a2(0x1c1)],_0x4fe8f3),logger[_0x3e62a2(0x1d9)](_0x3e62a2(0x163)+_0x3d485f[_0x3e62a2(0x1ad)][_0x3e62a2(0x1c1)]);}catch(_0x6e186f){logger[_0x3e62a2(0x22d)](_0x3e62a2(0x235)+_0x6e186f);}let _0x400ed3=null;if(fs['existsSync'](_0x2c86ae)){_0x400ed3=fs[_0x3e62a2(0x222)](_0x2c86ae);try{_0x400ed3=JSON[_0x3e62a2(0x1d1)](_0x400ed3);}catch(_0x50c17f){logger[_0x3e62a2(0x1d9)]('Error\x20while\x20parsing\x20'+_0x2c86ae+',\x20'+_0x400ed3+'\x20:\x20'+_0x50c17f);}fs[_0x3e62a2(0x174)](_0x2c86ae);}fs['unlinkSync'](_0x3c43e9),fs[_0x3e62a2(0x174)](_0x27c3ee),_0x400ed3&&(_0x23afb0['errorMessage']=helper[_0x3e62a2(0x1ec)](_0x400ed3,_0x23f4b9[_0x3e62a2(0x210)],_0x23afb0));const _0x5e5142=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x3e62a2(0x175)](),await BrowserstackCLI[_0x3e62a2(0x178)]()[_0x3e62a2(0x175)]();}catch(_0x1488f6){console[_0x3e62a2(0x1eb)](_0x1488f6),_0x23f4b9[_0x3e62a2(0x233)](debug,_0x3e62a2(0x1da)+util[_0x3e62a2(0x1e9)](_0x1488f6));}testOpsHelper[_0x3e62a2(0x224)](),TestDetails['shutdown'](),await utilities[_0x3e62a2(0x221)](_0x23afb0,_0x5e5142);});}function a17_0x4d1d(){const _0x9b2008=['join','inherit','894414dmkdZe','info','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','testTimeout','findIndex','startsWith','playwright','LSXqY','euJQr','/internal/$1','JEST_TEST_ORDER','CvcGq','99cFzHgU','maxFailures','timeout__','jest','CLwtV','lJVei','@jest/core','runner','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','parallels__','maxWorkers','finyI','moduleNameMapper','testEnvironment','accessibility','\x0a\x20\x20\x20\x20\x20\x20','\x20with\x20browserstack\x20jest\x20configs','browserStackLogLevel','wwXsX','jest_browserstack.config.cjs','Qwiyt','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','jest-config/build/readConfigFileAndSetRootDir.js','../../helpers/accessibility-automation/helper','xFnoY','child\x20process\x20exited\x20with\x20code\x20','package.json','lokPR','251020BvVzQk','json','skipSessionStatus','testEnvironmentOptions','47148KyUWWn','okbzO','abortBuildOnFailure','nIBMd','serial__','396VKypMd','runInBand','capabilities','yFVfv','winstonLogger',';\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','handleApp','resolveModule','Preserving\x20user\x27s\x20Jest\x20runner:\x20','\x0amodule.exports\x20=\x20config;','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','isEmpty','puppeteer-core/package.json','config','tNYNU','requirePWModule','jest_browserstack.config.js','workingDir','AjIEo','88GkBXif','../../helpers/utilities','cxtzJ','BROWSERSTACK_TEST_OBSERVABILITY_YML','customSequencer.js','cwd','requireModule','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','6540633GBQaJb','1ZKLPAs','ZoMlO','lPWAw','customImplements','parallelsPerPlatform','parse','testContextOptions','retries__','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','114440TJHCsL','puppeteer','34842dYowRb','245mPmakd','debug','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','\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','tTrED','platformCaps',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','customCircus.js','SDK_CLEANUP','readInitialOptions','OMaQl','ECQps','length','BfFaD','platforms','./test-observability/helper',';\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','format','bHfxE','log','getErrorMessageFromResults','../../helpers/logger','bLFDb','exitCode','slice','push','Reodered\x20Test\x20Files:\x20','jest-circus/build/runner.js','DklAs','1651754MjcIXa','bnjdm','skipSessionName','XKuam','jwCXB','true','nfDMH','dirname','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','checkAccessibilityPlatformConfig','csVMX','close','env','recursive','prepareCapabilities','const\x20config=','npZQH','existsSync','slxeM','./test-observability/test-details','turboScaleUrl','jest.config.','BYtGT','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','BROWSERSTACK_FRAMEWORK','132hEXpAZ','--config','OEWyl','TrCFg','filterBrowserstackArgs','YlmRn','../../helpers/test-observability/utils','isTestOrchestrationEnabled','false','isBrowserstackInfra','getHubUrl','jest-config','../../helpers/test-orchestration/testOrchestrationHandler','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','../v2/browserstackCLI','retryTestsOnFailure','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','isNotUndefined','customEnvironment.js','finalExecution','readFileSync','xkxgS','printBuildLink','BROWSERSTACK_TEST_ACCESSIBILITY_YML','dFFPr','TCiut','child_process','setupFiles','setupFilesAfterEnv','../../helpers/test-observability/constants','jest_browserstack_results.json','error','shouldProcessEventForTesthub','../utils/constants','EVENTS','initialize','findTestFiles','pOpAu','nNbKE','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','uAUkc','isUndefined','bCJMA','Found:\x20','mjs','Vxjou','logLevel','Getting\x20your\x20jest\x20configs\x20from\x20','CMdUN','testSequencer','DCBQm','setup','getPackageType','test_before.setup.js','util','ZVpyA','../../helpers/performance/constants','resolve','USER_CONFIG_DETAILS_PATH','accessibilityOptions','jest-runner-','MxMfM','dbGew','reorderTestFiles','message','browserStackPercyOptions','../../helpers/helper','stringify','isRunning','__isPuppeteerInstalled','KWHrb','proxySettings','JEST','../../helpers/playwright-helper','PACKAGE_TYPE','testRunner','avIno','test.setup.js','end','Deleted\x20fail-fast\x20state\x20folder:\x20','@jest/core/build/ReporterDispatcher.js','../../helpers/percy/utils','assign','BSTACK_USER_JEST_RUNNER','apply','reporters','Puppeteer\x20setup\x20error:\x20','Unable\x20to\x20find\x20jest-circus,\x20','testObservability','TCBNP','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','npx','requireSeleniumWebdriver','platform','writeFileSync','cjs','unlinkSync','stop','BROWSERSTACK_CAPABILITIES','../../helpers/puppeteer-helper','getInstance','FRAMEWORKS','AHGJu','qMUik','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'];a17_0x4d1d=function(){return _0x9b2008;};return a17_0x4d1d();}module['exports']=run;
2
+ 'use strict';const a17_0x58451a=a17_0x5aba;(function(_0x4a3d02,_0x45e413){const _0x2260dd=a17_0x5aba,_0x55c333=_0x4a3d02();while(!![]){try{const _0x241132=-parseInt(_0x2260dd(0x177))/0x1*(-parseInt(_0x2260dd(0xfb))/0x2)+parseInt(_0x2260dd(0xee))/0x3*(parseInt(_0x2260dd(0xfa))/0x4)+-parseInt(_0x2260dd(0x11e))/0x5*(parseInt(_0x2260dd(0x180))/0x6)+-parseInt(_0x2260dd(0x19e))/0x7*(parseInt(_0x2260dd(0x136))/0x8)+parseInt(_0x2260dd(0x187))/0x9*(-parseInt(_0x2260dd(0xfc))/0xa)+-parseInt(_0x2260dd(0x105))/0xb+parseInt(_0x2260dd(0x117))/0xc*(parseInt(_0x2260dd(0xea))/0xd);if(_0x241132===_0x45e413)break;else _0x55c333['push'](_0x55c333['shift']());}catch(_0xacd86a){_0x55c333['push'](_0x55c333['shift']());}}}(a17_0x11df,0x29014));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a17_0x58451a(0x167)),logger=require('../../helpers/logger')[a17_0x58451a(0xcf)],{default:BrowserStackSetup}=require(a17_0x58451a(0x16e)),helper=require(a17_0x58451a(0xc9)),utilities=require(a17_0x58451a(0x100)),constants=require(a17_0x58451a(0x151)),accessibilityHelper=require(a17_0x58451a(0x19d)),{updateTestRerunConfig}=require(a17_0x58451a(0x120)),testOpsHelper=require(a17_0x58451a(0xdf)),{debug}=require(a17_0x58451a(0xdf)),TestDetails=require(a17_0x58451a(0xeb)),{getPercyOptions}=require(a17_0x58451a(0xc0)),TestHubHandler=require(a17_0x58451a(0xa5)),testhubUtils=require(a17_0x58451a(0x13f)),{FRAMEWORKS}=require(a17_0x58451a(0x11b)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a17_0x58451a(0x102))['EVENTS'],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a17_0x58451a(0xac)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a17_0x58451a(0x149)),ClientTroubleShootingService=require(a17_0x58451a(0xc2)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),getUserJestConfigs=async(_0x480d9f,_0x1c281e)=>{const _0x20df50=a17_0x58451a,_0x4cd71e={'IOFaC':_0x20df50(0x17e),'JHrvz':_0x20df50(0x110),'ZgTpE':function(_0x227520,_0x28fde1){return _0x227520||_0x28fde1;},'gvFdp':function(_0x26562c,_0x5d9a4d){return _0x26562c(_0x5d9a4d);},'bmdpO':_0x20df50(0x124),'BRjYM':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','QsBjQ':_0x20df50(0x103),'RMqGa':_0x20df50(0x199),'CLGlI':_0x20df50(0xba)};let _0x17995e;try{_0x17995e=helper[_0x20df50(0xce)](_0x4cd71e[_0x20df50(0x139)],_0x4cd71e['JHrvz']);}catch{const _0xdd22ef=helper['requireModule'](_0x4cd71e[_0x20df50(0x128)]);_0x17995e={'default':async _0x355a54=>{const _0x275403=await _0xdd22ef['readInitialOptions'](_0x355a54,{});return _0x275403['config'];}};}const _0x4916cd=_0x1c281e[_0x20df50(0x135)](_0x4a3c33=>_0x4a3c33==='--config');if(!helper['isUndefined'](_0x480d9f['config'])){logger[_0x20df50(0x12f)](_0x20df50(0x122)+_0x480d9f[_0x20df50(0x133)]),process['env'][_0x20df50(0x19f)]=_0x480d9f[_0x20df50(0x133)];const _0x3aa74f=await(0x0,_0x17995e['default'])(path[_0x20df50(0x114)](_0x480d9f['config']));return _0x1c281e[_0x20df50(0xd6)](_0x4916cd,0x2),_0x4cd71e['ZgTpE'](_0x3aa74f,{});}const _0x4fa489=_0x4cd71e[_0x20df50(0xc3)](require,path[_0x20df50(0x134)](process[_0x20df50(0xbf)](),_0x4cd71e[_0x20df50(0xc5)]));if(_0x4fa489[_0x20df50(0x188)])return logger[_0x20df50(0x12f)](_0x4cd71e[_0x20df50(0x132)]),_0x4fa489['jest'];const _0xebe44d=['js',_0x4cd71e[_0x20df50(0xb5)],_0x4cd71e[_0x20df50(0x123)],_0x4cd71e['CLGlI'],'ts'];for(const _0x497834 of _0xebe44d){const _0xdf4a15=path[_0x20df50(0x134)](process['cwd'](),_0x20df50(0x13e)+_0x497834);if(fs[_0x20df50(0x175)](_0xdf4a15)){process['env'][_0x20df50(0x19f)]=_0xdf4a15;const _0x368a91=await(0x0,_0x17995e[_0x20df50(0x161)])(_0xdf4a15);return _0x368a91;}}return{};},getSerial=(_0x2373c8,_0x1161fe)=>{const _0x29ef79=a17_0x58451a,_0x45efe0={};_0x45efe0[_0x29ef79(0x152)]='true',_0x45efe0['NjVIe']=function(_0xac5063,_0x790705){return _0xac5063>_0x790705;},_0x45efe0[_0x29ef79(0xd2)]=function(_0x4fb01e,_0x2e9d28){return _0x4fb01e>_0x2e9d28;},_0x45efe0[_0x29ef79(0xf6)]=_0x29ef79(0x104);const _0x455d91=_0x45efe0;let _0x2f34cb=_0x455d91[_0x29ef79(0x152)];return _0x455d91[_0x29ef79(0xa7)](_0x2373c8[_0x29ef79(0xde)],0x1)&&(!_0x1161fe[_0x29ef79(0x111)]&&(helper[_0x29ef79(0xe8)](_0x1161fe[_0x29ef79(0x171)])||_0x455d91[_0x29ef79(0xd2)](_0x1161fe[_0x29ef79(0x171)],0x1)))&&(_0x2f34cb=_0x455d91[_0x29ef79(0xf6)]),_0x2f34cb;},getMaxWorkers=(_0x1089cb,_0x4a1f47,_0xc8da51)=>{const _0x11e45c=a17_0x58451a,_0x291ab4={'LmFIO':function(_0x6fe1eb,_0x2a688b){return _0x6fe1eb(_0x2a688b);}};let _0x16bcf0=0x1;if(!helper[_0x11e45c(0xe8)](_0x4a1f47[_0x11e45c(0x12d)]))_0x16bcf0=_0x291ab4[_0x11e45c(0x16f)](parseInt,_0x4a1f47[_0x11e45c(0x12d)]);else{if(!helper[_0x11e45c(0xe8)](_0x1089cb[_0x11e45c(0x171)]))_0x16bcf0=_0x1089cb[_0x11e45c(0x171)];else!helper[_0x11e45c(0xe8)](_0xc8da51['maxWorkers'])&&(_0x16bcf0=_0xc8da51[_0x11e45c(0x171)]);}return _0x16bcf0;};function a17_0x5aba(_0xd08057,_0x425a52){const _0x11df9e=a17_0x11df();return a17_0x5aba=function(_0x5aba27,_0x288e5f){_0x5aba27=_0x5aba27-0xa2;let _0x3001b7=_0x11df9e[_0x5aba27];return _0x3001b7;},a17_0x5aba(_0xd08057,_0x425a52);}async function run(_0x85e2df,_0x2b763b,_0x2f6c28){const _0x515370=a17_0x58451a,_0x1ef147={'EfBAB':_0x515370(0x188),'jcJGW':function(_0x40cd43,_0x1cda32){return _0x40cd43(_0x1cda32);},'yIyhV':_0x515370(0x172),'ubgzA':function(_0x448816){return _0x448816();},'VIfJD':function(_0x3b9630,_0x2d5593,_0x4c3faa,_0x843f46){return _0x3b9630(_0x2d5593,_0x4c3faa,_0x843f46);},'tpQuD':function(_0x413ce7,_0x378d9b){return _0x413ce7!=_0x378d9b;},'bZYZK':_0x515370(0x173),'grINN':function(_0x36ad18,_0xe8b179,_0x4c888b){return _0x36ad18(_0xe8b179,_0x4c888b);},'sfZaq':_0x515370(0x154),'FrLEC':function(_0x93e8e3,_0x40b715){return _0x93e8e3(_0x40b715);},'zsmwR':function(_0x95b76a,_0x1479db){return _0x95b76a(_0x1479db);},'SXscI':_0x515370(0x104),'HQiDq':function(_0x103ed1,_0x346f25,_0x44d6f6,_0x53363c){return _0x103ed1(_0x346f25,_0x44d6f6,_0x53363c);},'mMEsm':function(_0x55d4a9,_0x10a849){return _0x55d4a9*_0x10a849;},'hLpXe':function(_0xc384,_0xf10dc0){return _0xc384===_0xf10dc0;},'ILQfG':_0x515370(0x10f),'zpIbc':_0x515370(0x195),'GVYBR':_0x515370(0xda),'Mmhxb':_0x515370(0xca),'iFHeJ':'customTestRunner.js','vQlpJ':_0x515370(0x194),'gTDMc':_0x515370(0xe6),'MGebQ':function(_0x1601bc,_0x1558ee){return _0x1601bc!==_0x1558ee;},'emhQB':_0x515370(0xf5),'XLwyi':_0x515370(0x183),'DzKNT':'jest.setup.js','bwbCk':_0x515370(0x15b),'JuaNl':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','yFeLy':_0x515370(0x1a0),'sBJUu':_0x515370(0xcc),'VsxBv':function(_0xdee328,_0x58d691){return _0xdee328(_0x58d691);},'BJBwj':'test-observability','BFMGr':_0x515370(0x16d),'HCBvB':_0x515370(0xd4),'PqHzy':_0x515370(0xd3),'sykPr':_0x515370(0xe0),'dpzRs':_0x515370(0x18c),'PwuGw':_0x515370(0x19b),'Pfwsa':'test.setup.js','eMxJn':_0x515370(0xe4),'GLdJc':function(_0x5c4848,_0x35a2e8){return _0x5c4848&&_0x35a2e8;},'XQyQF':'Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','TmTcD':_0x515370(0x16a),'ksCwZ':_0x515370(0xf7),'yyAtT':_0x515370(0x161),'ybdEs':function(_0x326efd,_0x580848,_0x5d9c72){return _0x326efd(_0x580848,_0x5d9c72);},'skblS':_0x515370(0xd8),'nSlad':_0x515370(0xfd),'JSNSh':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','lEcwV':function(_0x34efa6,_0x133e11){return _0x34efa6>_0x133e11;},'leGWm':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','OOUiJ':_0x515370(0x18f),'OVsfZ':function(_0x445eab,_0x1efb2d,_0x5a3c66,_0x3b64a1){return _0x445eab(_0x1efb2d,_0x5a3c66,_0x3b64a1);},'ASshg':_0x515370(0x1a1),'yFkso':function(_0x11aa63,_0x3ea2f9){return _0x11aa63===_0x3ea2f9;},'yJrDr':_0x515370(0xcd),'UTXlg':'inherit','EWOuf':_0x515370(0xab)},_0x373bf4=helper[_0x515370(0x10e)](_0x1ef147[_0x515370(0x109)]);global[_0x515370(0xd5)]=!!_0x373bf4;const _0x232c8e=_0x1ef147[_0x515370(0x143)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x232c8e;helper[_0x515370(0xb6)]()&&(await _0x2f6c28[_0x515370(0x147)](_0x85e2df),await helper[_0x515370(0x186)](_0x2f6c28[_0x515370(0x133)]));if(_0x373bf4)await _0x1ef147[_0x515370(0xbb)](checkPwandBootstrapCli,_0x373bf4,constants[_0x515370(0x185)][_0x515370(0xaa)],_0x2f6c28);else _0x232c8e&&await _0x1ef147[_0x515370(0xbb)](checkPuppeteerAndBootstrapCli,_0x232c8e,constants[_0x515370(0x185)][_0x515370(0xaa)],_0x2f6c28);!BrowserstackCLI['getInstance']()[_0x515370(0xe9)]()&&await _0x2f6c28[_0x515370(0x17a)]();if(!_0x2f6c28[_0x515370(0x133)])return;_0x1ef147[_0x515370(0x191)](_0x2f6c28[_0x515370(0x133)][_0x515370(0x137)],null)?process['env'][_0x515370(0xad)]=_0x2f6c28[_0x515370(0x133)][_0x515370(0x137)]:process[_0x515370(0xaf)][_0x515370(0xad)]=_0x1ef147['bZYZK'];const _0x3f31c2=new TestOrchestrationHandler(_0x2f6c28[_0x515370(0x133)]),_0xd9380=await _0x1ef147[_0x515370(0x107)](getUserJestConfigs,_0x85e2df,_0x2b763b);logger[_0x515370(0x12f)](_0x1ef147[_0x515370(0x16b)]);const _0x1fdb60=Object['assign']({},_0xd9380);_0x1fdb60[_0x515370(0x15e)]=Object[_0x515370(0x156)]({},_0x1fdb60[_0x515370(0x15e)],{'server':helper[_0x515370(0xcb)](_0x2f6c28[_0x515370(0x133)]),'environment':_0xd9380['testEnvironment']}),_0x1fdb60[_0x515370(0x15e)][_0x515370(0x198)]=_0x1ef147[_0x515370(0x184)](getPercyOptions,_0x2f6c28[_0x515370(0x133)]);const _0x121a40=helper[_0x515370(0xb7)](_0x2f6c28['config']);!helper['isUndefined'](_0x2f6c28[_0x515370(0x133)][_0x515370(0xf2)])&&(process[_0x515370(0xaf)][_0x515370(0x14f)]=JSON[_0x515370(0x18e)](_0x2f6c28[_0x515370(0x133)][_0x515370(0xf2)]));if(!BrowserstackCLI[_0x515370(0xe2)]()['isRunning']()){const _0x1ae3fc=await TestHubHandler[_0x515370(0x197)](FRAMEWORKS['JEST'],_0x2f6c28);}const _0x44db7a=helper[_0x515370(0x159)](_0x2f6c28[_0x515370(0x133)],_0x121a40,constants['FRAMEWORKS'][_0x515370(0xaa)]);process['env'][_0x515370(0xef)]=JSON[_0x515370(0x18e)](_0x44db7a);let _0x76bc17=_0x2f6c28[_0x515370(0x133)]['accessibility'];_0x76bc17=_0x76bc17||accessibilityHelper[_0x515370(0x14b)](_0x2f6c28[_0x515370(0x133)]),process[_0x515370(0xaf)][_0x515370(0x142)]=_0x76bc17,logger[_0x515370(0x12a)](_0x515370(0x112)+_0x76bc17+_0x515370(0xc4)+BrowserstackCLI[_0x515370(0xe2)]()['isRunning']());if(_0x373bf4)try{const _0x243b7a=_0x1ef147[_0x515370(0xf1)](checkAccessibilityPlatformConfig,_0x2f6c28[_0x515370(0x133)]);process[_0x515370(0xaf)][_0x515370(0x15c)]=_0x243b7a?_0x1ef147['bZYZK']:_0x1ef147[_0x515370(0x18b)],logger['debug'](_0x515370(0xb0)+_0x243b7a+_0x515370(0x14e)+process[_0x515370(0xaf)][_0x515370(0x15c)]);}catch(_0x33f05e){logger['debug']('Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20'+util[_0x515370(0xa8)](_0x33f05e));}_0x1fdb60[_0x515370(0x15e)]['capabilities']=_0x44db7a,_0x1fdb60['testEnvironmentOptions']['serial__']=_0x1ef147[_0x515370(0x107)](getSerial,_0x44db7a,_0x85e2df),_0x1fdb60[_0x515370(0x15e)][_0x515370(0x11f)]=_0x1ef147[_0x515370(0xfe)](getMaxWorkers,_0x85e2df,_0x2f6c28[_0x515370(0x133)],_0xd9380),_0x1fdb60[_0x515370(0x15e)][_0x515370(0xa3)]=_0x2f6c28[_0x515370(0x133)][_0x515370(0xa3)],_0x1fdb60[_0x515370(0x15e)][_0x515370(0x11a)]=_0x1ef147[_0x515370(0xa6)](_0x85e2df['testTimeout'],0x1)||0x1388,_0x1fdb60[_0x515370(0x15e)][_0x515370(0xf0)]=_0x2f6c28[_0x515370(0x133)]['testContextOptions'][_0x515370(0xf0)],_0x1fdb60[_0x515370(0x15e)]['skipSessionStatus']=_0x2f6c28['config']['testContextOptions']['skipSessionStatus'],_0x1fdb60[_0x515370(0x15e)][_0x515370(0xf4)]=_0x2f6c28[_0x515370(0x133)][_0x515370(0x160)],_0x1fdb60[_0x515370(0x15e)][_0x515370(0x17c)]=_0x2f6c28['config'][_0x515370(0x17c)],_0x1fdb60[_0x515370(0x15e)]['platformCaps']=_0x2f6c28['config'][_0x515370(0xb2)];const _0x28e570=helper['parseTestOrchestrationOptions'](_0x2f6c28[_0x515370(0x133)]);if(!helper[_0x515370(0xc8)](_0x28e570)){helper[_0x515370(0x10c)](_0x28e570[_0x515370(0x190)])&&(_0x1fdb60[_0x515370(0x15e)][_0x515370(0x115)]=_0x28e570[_0x515370(0x190)][_0x515370(0xbd)]);if(helper['isNotUndefined'](_0x28e570['abortBuildOnFailure'])&&helper['isNotUndefined'](_0x28e570[_0x515370(0xff)]['workingDir'])){const _0x31d1db={};_0x31d1db[_0x515370(0x168)]=_0x28e570[_0x515370(0xff)][_0x515370(0x16c)],_0x31d1db['workingDir']=_0x28e570[_0x515370(0xff)]['workingDir'],_0x1fdb60[_0x515370(0x15e)][_0x515370(0xe7)]=_0x31d1db;}}let _0x11cfd0='';_0x1ef147[_0x515370(0xc7)](helper[_0x515370(0x1a2)](),constants[_0x515370(0x162)][_0x515370(0x129)])?_0x11cfd0=_0x1ef147[_0x515370(0x118)]:_0x11cfd0=_0x1ef147[_0x515370(0x13a)];const _0x4c4aa1=_0x11cfd0,_0x58bb85=path['join'](__dirname,_0x1ef147[_0x515370(0x116)],_0x1ef147[_0x515370(0x10a)]),_0x1e011f=path[_0x515370(0x134)](__dirname,_0x1ef147['GVYBR'],_0x1ef147['iFHeJ']),_0x5b2420=path['join'](__dirname,_0x1ef147[_0x515370(0x116)],_0x1ef147[_0x515370(0x138)]);_0x1fdb60['testEnvironment']&&(process[_0x515370(0xaf)][_0x515370(0x126)]=_0x1fdb60[_0x515370(0x141)]);_0x1fdb60[_0x515370(0x141)]=path[_0x515370(0x134)](__dirname,_0x1ef147['GVYBR'],_0x1ef147[_0x515370(0xe5)]);const _0x57e9f6=_0xd9380['runner'];if(_0x57e9f6&&_0x1ef147[_0x515370(0x146)](_0x57e9f6,_0x1ef147[_0x515370(0x144)])){const _0x45b32c=_0x57e9f6[_0x515370(0xc6)](_0x1ef147[_0x515370(0x15f)])?_0x57e9f6:_0x515370(0x183)+_0x57e9f6;process[_0x515370(0xaf)][_0x515370(0xdd)]=_0x45b32c,logger['info']('Preserving\x20user\x27s\x20Jest\x20runner:\x20'+_0x45b32c);}_0x1fdb60[_0x515370(0x196)]=_0x1e011f,_0x1fdb60['setupFilesAfterEnv']=_0x1fdb60[_0x515370(0x166)]||[],_0x1fdb60['setupFilesAfterEnv'][_0x515370(0x157)](path[_0x515370(0x134)](__dirname,_0x1ef147['DzKNT']));_0x3f31c2[_0x515370(0xf3)]()&&(_0x1fdb60['testSequencer']=path[_0x515370(0x134)](__dirname,_0x1ef147[_0x515370(0x116)],_0x1ef147['bwbCk']));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0x515370(0xe2)]()[_0x515370(0xe3)]()){let _0x2cd4ff=null;try{_0x2cd4ff=helper['requireModule'](_0x1ef147['JuaNl'],_0x1ef147['yFeLy']);}catch(_0x494287){try{_0x2cd4ff=helper[_0x515370(0xce)](_0x1ef147[_0x515370(0x131)],_0x1ef147[_0x515370(0xb1)]);}catch(_0x58671b){_0x1ef147[_0x515370(0xd9)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x58671b);}}_0x2cd4ff&&(testhubUtils['shouldProcessEventForTesthub']()&&_0x1fdb60[_0x515370(0x166)][_0x515370(0x157)](path[_0x515370(0x134)](__dirname,_0x1ef147[_0x515370(0x19a)],_0x1ef147[_0x515370(0xdb)])),_0x1fdb60[_0x515370(0x164)]=path[_0x515370(0x134)](__dirname,_0x1ef147[_0x515370(0x116)],_0x1ef147['HCBvB']));}_0x1fdb60[_0x515370(0x19c)]=_0x1fdb60['setupFiles']||[];try{helper['requireSeleniumWebdriver'](),_0x1fdb60[_0x515370(0x19c)][_0x515370(0x157)](path[_0x515370(0x134)](__dirname,_0x1ef147[_0x515370(0x13b)]));}catch{logger[_0x515370(0x12a)](_0x1ef147['sykPr']);}try{helper[_0x515370(0x182)][_0x515370(0x12b)](null,[_0x1ef147[_0x515370(0x109)],_0x1ef147[_0x515370(0x12c)]]),logger['debug'](_0x1ef147[_0x515370(0x119)]),_0x1fdb60[_0x515370(0x19c)][_0x515370(0x157)](path[_0x515370(0x134)](__dirname,_0x1ef147[_0x515370(0x18a)]));}catch(_0x188406){logger[_0x515370(0x12a)](_0x1ef147[_0x515370(0x10b)],_0x188406);}if(_0x1ef147[_0x515370(0x192)](!_0x373bf4,_0x232c8e)){try{logger[_0x515370(0x12a)](_0x1ef147[_0x515370(0xd1)]),_0x1fdb60[_0x515370(0x166)][_0x515370(0x157)](path['join'](__dirname,'..',_0x1ef147[_0x515370(0x148)],_0x1ef147[_0x515370(0x18a)]));}catch(_0x18515c){logger[_0x515370(0x12a)](_0x515370(0x127)+_0x18515c[_0x515370(0xa2)]);}try{const _0x373c3c=require[_0x515370(0x114)](_0x1ef147[_0x515370(0x113)]),_0x33ad19=path[_0x515370(0x14a)](_0x373c3c)[_0x515370(0xdc)](/\\/g,'/'),_0x191890={};_0x191890['^puppeteer-core/internal/(.*)']=_0x33ad19+_0x515370(0x18d),_0x1fdb60[_0x515370(0xb9)]=Object[_0x515370(0x156)]({},_0x1fdb60[_0x515370(0xb9)]||{},_0x191890),logger[_0x515370(0x12a)](_0x515370(0x11c)+_0x33ad19);}catch(_0xdd738f){logger[_0x515370(0x12a)](_0x515370(0x14d)+_0xdd738f[_0x515370(0xa2)]);}}_0x1fdb60[_0x515370(0xec)]=_0x1fdb60['reporters']||[_0x1ef147[_0x515370(0x13c)]],_0x1ef147['ybdEs'](updateTestRerunConfig,_0x1fdb60,_0x2f6c28);const _0x3a605b=fs[_0x515370(0xa4)](_0x5b2420),_0x3a3f23=helper[_0x515370(0xe1)](_0x1ef147[_0x515370(0xd0)],_0x1ef147['nSlad']);!_0x3a3f23[_0x515370(0xae)]?fs[_0x515370(0xf8)](_0x1fdb60[_0x515370(0x196)],_0x515370(0x163)+_0x3a605b+'\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'+_0x2f6c28[_0x515370(0x133)][_0x515370(0xb2)][_0x515370(0xde)]+';\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[_0x515370(0xf8)](_0x1fdb60[_0x515370(0x196)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x3a605b+_0x515370(0x125)+_0x2f6c28[_0x515370(0x133)][_0x515370(0xb2)][_0x515370(0xde)]+_0x515370(0x181));logger[_0x515370(0x12f)](_0x515370(0x158)+_0x4c4aa1+_0x515370(0x140)),fs[_0x515370(0xf8)](_0x4c4aa1,'const\x20config='+JSON[_0x515370(0x18e)](_0x1fdb60)+_0x515370(0xb4));if(_0x3f31c2[_0x515370(0xf3)]()){logger['debug'](_0x1ef147[_0x515370(0x12e)]);const _0x3c1030=await _0x3f31c2[_0x515370(0xc1)](_0x1fdb60,_0x2b763b['slice'](0x1),_0x4c4aa1);logger['debug'](_0x515370(0xed)+JSON[_0x515370(0x18e)](_0x3c1030)+_0x515370(0x101));const _0x14f624=await _0x3f31c2[_0x515370(0x17f)](_0x3c1030);logger[_0x515370(0x12a)](_0x515370(0x153)+JSON[_0x515370(0x18e)](_0x14f624)),_0x14f624&&_0x1ef147[_0x515370(0x155)](_0x14f624[_0x515370(0xde)],0x0)&&(process[_0x515370(0xaf)]['JEST_TEST_ORDER']=_0x14f624?.['join'](','));}logger['info'](_0x1ef147[_0x515370(0xa9)]);testhubUtils[_0x515370(0x121)]()&&TestDetails[_0x515370(0x150)]();helper[_0x515370(0x108)]({},_0x2b763b),PerformanceTester[_0x515370(0x193)](PerformanceEvents['SDK_SETUP']);const _0x44700e=[_0x1ef147[_0x515370(0x11d)],_0x1ef147[_0x515370(0x169)],_0x4c4aa1,..._0x2b763b[_0x515370(0xbe)](0x1)];process[_0x515370(0xaf)][_0x515370(0x178)]=process[_0x515370(0xaf)][_0x515370(0x178)]||_0x1ef147[_0x515370(0x11d)];const _0x2ba31d=_0x1ef147[_0x515370(0x165)](spawn,_0x1ef147[_0x515370(0x14c)],_0x44700e,{'shell':_0x1ef147[_0x515370(0xd7)](process[_0x515370(0xbc)],_0x1ef147[_0x515370(0xb8)]),'stdio':_0x1ef147[_0x515370(0x106)],'env':Object['assign']({},process[_0x515370(0xaf)])});_0x2ba31d['on'](_0x1ef147['EWOuf'],async _0x449f26=>{const _0x49c46c=_0x515370;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),process[_0x49c46c(0x13d)]=_0x449f26,logger[_0x49c46c(0x12a)](_0x49c46c(0x170)+_0x449f26),logger['info'](_0x49c46c(0xf9)+_0x4c4aa1);if(helper['isNotUndefined'](_0x28e570)&&helper['isNotUndefined'](_0x28e570[_0x49c46c(0xff)])&&fs[_0x49c46c(0x175)](_0x28e570[_0x49c46c(0xff)][_0x49c46c(0x145)]))try{const _0x5c04eb={};_0x5c04eb['recursive']=!![],_0x5c04eb[_0x49c46c(0xb3)]=!![],fs['rmSync'](_0x28e570['abortBuildOnFailure'][_0x49c46c(0x145)],_0x5c04eb),logger[_0x49c46c(0x12a)](_0x49c46c(0x174)+_0x28e570[_0x49c46c(0xff)][_0x49c46c(0x145)]);}catch(_0x1ab57c){logger[_0x49c46c(0xae)](_0x49c46c(0x10d)+_0x1ab57c);}let _0x525ee9=null;if(fs[_0x49c46c(0x175)](_0x58bb85)){_0x525ee9=fs[_0x49c46c(0xa4)](_0x58bb85);try{_0x525ee9=JSON[_0x49c46c(0x176)](_0x525ee9);}catch(_0x5772a8){logger['debug'](_0x49c46c(0x189)+_0x58bb85+',\x20'+_0x525ee9+'\x20:\x20'+_0x5772a8);}fs['unlinkSync'](_0x58bb85);}fs['unlinkSync'](_0x4c4aa1),fs[_0x49c46c(0x15d)](_0x1e011f),_0x525ee9&&(_0x2f6c28['errorMessage']=helper[_0x49c46c(0x130)](_0x525ee9,_0x1ef147[_0x49c46c(0x11d)],_0x2f6c28));const _0xc15f28=BrowserstackCLI[_0x49c46c(0x15a)]();try{await TestHubHandler[_0x49c46c(0x179)](),await BrowserstackCLI[_0x49c46c(0xe2)]()[_0x49c46c(0x179)]();}catch(_0x3b51a1){console['log'](_0x3b51a1),_0x1ef147['jcJGW'](debug,_0x49c46c(0x17d)+util[_0x49c46c(0xa8)](_0x3b51a1));}testOpsHelper[_0x49c46c(0x17b)](),TestDetails['shutdown'](),await utilities['finalExecution'](_0x2f6c28,_0xc15f28);});}module['exports']=run;function a17_0x11df(){const _0x30c341=['BSTACK_USER_JEST_RUNNER','length','../../helpers/test-observability/utils','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','resolveModule','getInstance','isCliEnabled','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','gTDMc','customEnvironment.js','failFast','isUndefined','isRunning','6382909tDWoYD','./test-observability/test-details','reporters','Found:\x20','238821pTETLF','BROWSERSTACK_CAPABILITIES','skipSessionName','zsmwR','accessibilityOptions','isTestOrchestrationEnabled','browserStackLogLevel','jest-runner','OcyaV','puppeteer-core/package.json','writeFileSync','Deleting\x20','8ukZzNT','176014LWnXkZ','3190xIQYrY','@jest/core','HQiDq','abortBuildOnFailure','../../helpers/utilities','\x20test\x20files\x20to\x20run.','../../helpers/performance/constants','mjs','false','2624655FGXhzJ','UTXlg','grINN','filterBrowserstackArgs','yIyhV','Mmhxb','eMxJn','isNotUndefined','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','getPackageVersion','jest_browserstack.config.cjs','jest-config','runInBand','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','ksCwZ','resolve','retries__','GVYBR','12GGcfxH','ILQfG','PwuGw','timeout__','../../helpers/test-observability/constants','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','EfBAB','1205dIRTjF','parallels__','./test-observability/helper','shouldProcessEventForTesthub','Getting\x20your\x20jest\x20configs\x20from\x20','RMqGa','package.json','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','BSTACK_JEST_TEST_ENV','Puppeteer\x20setup\x20error:\x20','JHrvz','MODULE','debug','apply','dpzRs','parallelsPerPlatform','JSNSh','info','getErrorMessageFromResults','sBJUu','BRjYM','config','join','findIndex','3824hrxONW','testObservability','vQlpJ','IOFaC','zpIbc','PqHzy','yyAtT','exitCode','jest.config.','../../helpers/testhub/utils','\x20with\x20browserstack\x20jest\x20configs','testEnvironment','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ubgzA','emhQB','workingDir','MGebQ','initialize','TmTcD','../../helpers/puppeteer-helper','dirname','checkAccessibilityPlatformConfig','ASshg','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setup','../utils/constants','TSHeE','Reodered\x20Test\x20Files:\x20','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','lEcwV','assign','push','Creating\x20','prepareCapabilities','isCLIEnabled','customSequencer.js','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','unlinkSync','testEnvironmentOptions','XLwyi','logLevel','default','PACKAGE_TYPE','\x0a\x20\x20\x20\x20\x20\x20','testRunner','OVsfZ','setupFilesAfterEnv','child_process','failureThresholdCount','OOUiJ','puppeteer','sfZaq','maxFailures','data-hooks.js','../../helpers/BrowserStackSetup','LmFIO','child\x20process\x20exited\x20with\x20code\x20','maxWorkers','@playwright/test','true','Deleted\x20fail-fast\x20state\x20folder:\x20','existsSync','parse','3vpPNic','BROWSERSTACK_FRAMEWORK','stop','setupBrowserstackLocal','printBuildLink','turboScaleUrl','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','jest-config/build/readConfigFileAndSetRootDir.js','reorderTestFiles','3846BakTPM',';\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','requirePWModule','jest-runner-','FrLEC','FRAMEWORKS','handleApp','7092jSbEEh','jest','Error\x20while\x20parsing\x20','Pfwsa','SXscI','playwright','/internal/$1','stringify','--config','retryTestsOnFailure','tpQuD','GLdJc','end','customTestRunnerTemplate.js','jest_browserstack.config.js','runner','launchBuild','browserStackPercyOptions','cjs','BJBwj','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','setupFiles','../../helpers/accessibility-automation/helper','1491GpAodz','USER_CONFIG_DETAILS_PATH','jest-circus','npx','getPackageType','message','proxySettings','readFileSync','../../helpers/testhub/testhubHandler','mMEsm','NjVIe','format','leGWm','JEST','close','../../helpers/playwright-helper','BROWSERSTACK_TEST_OBSERVABILITY_YML','error','env','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','yFeLy','platforms','force','\x0amodule.exports\x20=\x20config;','QsBjQ','isBrowserstackInfra','useW3C','yJrDr','moduleNameMapper','json','VIfJD','platform','maxRetries','slice','cwd','../../helpers/percy/utils','findTestFiles','../utils/clientTroubleshootingService','gvFdp',',\x20CLI\x20running:\x20','bmdpO','startsWith','hLpXe','isEmpty','../../helpers/helper','jest_browserstack_results.json','getHubUrl','jest-circus/build/runner.js','win32','requireModule','winstonLogger','skblS','XQyQF','aWtbc','test_before.setup.js','customCircus.js','__isPlaywrightInstalled','splice','yFkso','@jest/core/build/ReporterDispatcher.js','VsxBv','customImplements','BFMGr','replace'];a17_0x11df=function(){return _0x30c341;};return a17_0x11df();}
@@ -1 +1 @@
1
- const a18_0xf7b141=a18_0x4ee8;function a18_0xce55(){const _0x2f2582=['5VkICYy','325455tXnCol','join','initRequireModule','20COIrop','exports','322076pAVOcv','6795NHQWbw','includes','default','321822ucxnNQ','2RAEdMN','jest-circus','../../../helpers/helper','921206BOfwyg','requireInternalModule','KUYVB','DypHb','jestAdapterInit','customJestAdapterInit.js','path','3848AGQLYE','1385307HAnMsj','jest-circus/build/runner.js','1796070lYXQdO'];a18_0xce55=function(){return _0x2f2582;};return a18_0xce55();}(function(_0x5757da,_0x14c35a){const _0x5cefa3=a18_0x4ee8,_0x32775e=_0x5757da();while(!![]){try{const _0x1a24d7=-parseInt(_0x5cefa3(0x92))/0x1*(-parseInt(_0x5cefa3(0x91))/0x2)+-parseInt(_0x5cefa3(0x88))/0x3+-parseInt(_0x5cefa3(0x8d))/0x4*(parseInt(_0x5cefa3(0x87))/0x5)+-parseInt(_0x5cefa3(0x86))/0x6+parseInt(_0x5cefa3(0x9d))/0x7+-parseInt(_0x5cefa3(0x9c))/0x8*(-parseInt(_0x5cefa3(0x8e))/0x9)+-parseInt(_0x5cefa3(0x8b))/0xa*(parseInt(_0x5cefa3(0x95))/0xb);if(_0x1a24d7===_0x14c35a)break;else _0x32775e['push'](_0x32775e['shift']());}catch(_0x1d452d){_0x32775e['push'](_0x32775e['shift']());}}}(a18_0xce55,0x376dd));const path=require(a18_0xf7b141(0x9b)),{requireModule}=require(a18_0xf7b141(0x94));let initJestAdapter;try{initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js',a18_0xf7b141(0x93));}catch{initJestAdapter=requireModule(a18_0xf7b141(0x9e),a18_0xf7b141(0x93));}function a18_0x4ee8(_0x28ab43,_0x1fa054){const _0xce5572=a18_0xce55();return a18_0x4ee8=function(_0x4ee894,_0xb91fb3){_0x4ee894=_0x4ee894-0x86;let _0x2f5392=_0xce5572[_0x4ee894];return _0x2f5392;},a18_0x4ee8(_0x28ab43,_0x1fa054);}initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a18_0xf7b141(0x90)];const FRAMEWORK_INITIALIZER=path[a18_0xf7b141(0x89)](__dirname,a18_0xf7b141(0x9a));module[a18_0xf7b141(0x8c)]=(..._0x307a12)=>{const _0x11558e=a18_0xf7b141,_0x1b628b={'DypHb':_0x11558e(0x99),'OHoRu':function(_0x18d3da,_0x2bf145){return _0x18d3da===_0x2bf145;},'KUYVB':function(_0xa86daa,..._0x1f0bb2){return _0xa86daa(..._0x1f0bb2);}};return _0x307a12[0x3][_0x11558e(0x8a)]=_0x307a12[0x3]['requireInternalModule'],_0x307a12[0x3][_0x11558e(0x96)]=(..._0x3e6924)=>{const _0xd0ba72=_0x11558e;if(_0x3e6924[0x0]&&_0x3e6924[0x0][_0xd0ba72(0x8f)](_0x1b628b[_0xd0ba72(0x98)])&&_0x1b628b['OHoRu'](_0x3e6924[0x1],undefined))return _0x307a12[0x3][_0xd0ba72(0x8a)](FRAMEWORK_INITIALIZER);return _0x307a12[0x3][_0xd0ba72(0x8a)](..._0x3e6924);},_0x1b628b[_0x11558e(0x97)](initJestAdapter,..._0x307a12);};
1
+ function a18_0x28fd(_0x21fd91,_0x5a48b2){const _0x28776e=a18_0x2877();return a18_0x28fd=function(_0x28fd66,_0x3309b9){_0x28fd66=_0x28fd66-0xda;let _0x2a3879=_0x28776e[_0x28fd66];return _0x2a3879;},a18_0x28fd(_0x21fd91,_0x5a48b2);}const a18_0x90173c=a18_0x28fd;(function(_0x5a60ed,_0x579f32){const _0x4313e3=a18_0x28fd,_0x5c60ab=_0x5a60ed();while(!![]){try{const _0x1e5746=parseInt(_0x4313e3(0xe2))/0x1*(parseInt(_0x4313e3(0xe9))/0x2)+parseInt(_0x4313e3(0xeb))/0x3+parseInt(_0x4313e3(0xee))/0x4+-parseInt(_0x4313e3(0xe1))/0x5+parseInt(_0x4313e3(0xe0))/0x6*(-parseInt(_0x4313e3(0xe7))/0x7)+-parseInt(_0x4313e3(0xed))/0x8+-parseInt(_0x4313e3(0xde))/0x9*(parseInt(_0x4313e3(0xdb))/0xa);if(_0x1e5746===_0x579f32)break;else _0x5c60ab['push'](_0x5c60ab['shift']());}catch(_0x447969){_0x5c60ab['push'](_0x5c60ab['shift']());}}}(a18_0x2877,0xf40c0));const path=require(a18_0x90173c(0xe4)),{requireModule}=require(a18_0x90173c(0xec));let initJestAdapter;try{initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','jest-circus');}catch{initJestAdapter=requireModule(a18_0x90173c(0xea),a18_0x90173c(0xf0));}initJestAdapter=typeof initJestAdapter===a18_0x90173c(0xdc)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a18_0x90173c(0xda)](__dirname,a18_0x90173c(0xe6));module[a18_0x90173c(0xe5)]=(..._0x446d68)=>{const _0x40ce71=a18_0x90173c,_0x46cb6c={'EmZgs':'jestAdapterInit','tnIZx':function(_0x57f17c,_0x51d1d2){return _0x57f17c===_0x51d1d2;},'bKQXU':function(_0x5c149d,..._0x6e2f57){return _0x5c149d(..._0x6e2f57);}};return _0x446d68[0x3]['initRequireModule']=_0x446d68[0x3][_0x40ce71(0xdf)],_0x446d68[0x3][_0x40ce71(0xdf)]=(..._0x396abc)=>{const _0x17383c=_0x40ce71;if(_0x396abc[0x0]&&_0x396abc[0x0][_0x17383c(0xdd)](_0x46cb6c['EmZgs'])&&_0x46cb6c[_0x17383c(0xe8)](_0x396abc[0x1],undefined))return _0x446d68[0x3][_0x17383c(0xe3)](FRAMEWORK_INITIALIZER);return _0x446d68[0x3]['initRequireModule'](..._0x396abc);},_0x46cb6c[_0x40ce71(0xef)](initJestAdapter,..._0x446d68);};function a18_0x2877(){const _0x4adc0e=['requireInternalModule','4362FVuMwt','842020qKvIud','332YVdZfz','initRequireModule','path','exports','customJestAdapterInit.js','1652zrIgcl','tnIZx','11888kLPxCJ','jest-circus/build/runner.js','2195676Dxwbvm','../../../helpers/helper','15662832ujZdcd','5425876iEINoI','bKQXU','jest-circus','join','9590PJspbG','function','includes','7173csNCGn'];a18_0x2877=function(){return _0x4adc0e;};return a18_0x2877();}