browserstack-node-sdk 1.65.6 → 1.65.7

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_0x46bf5a=a11_0x4138;(function(_0x188201,_0x36431e){const _0x4e1b65=a11_0x4138,_0x1a4cae=_0x188201();while(!![]){try{const _0x511d57=-parseInt(_0x4e1b65(0x1fd))/0x1+-parseInt(_0x4e1b65(0x216))/0x2+-parseInt(_0x4e1b65(0x230))/0x3+parseInt(_0x4e1b65(0x237))/0x4*(-parseInt(_0x4e1b65(0x21b))/0x5)+parseInt(_0x4e1b65(0x200))/0x6+-parseInt(_0x4e1b65(0x21c))/0x7+parseInt(_0x4e1b65(0x211))/0x8;if(_0x511d57===_0x36431e)break;else _0x1a4cae['push'](_0x1a4cae['shift']());}catch(_0x3d22ca){_0x1a4cae['push'](_0x1a4cae['shift']());}}}(a11_0xff2d,0x42ccc));function a11_0x4138(_0x52a486,_0x5dfa2e){const _0xff2d7a=a11_0xff2d();return a11_0x4138=function(_0x41382e,_0x21f230){_0x41382e=_0x41382e-0x1f0;let _0x13e86c=_0xff2d7a[_0x41382e];return _0x13e86c;},a11_0x4138(_0x52a486,_0x5dfa2e);}const {default:BrowserStackSetup}=require(a11_0x46bf5a(0x213)),logger=require(a11_0x46bf5a(0x224))[a11_0x46bf5a(0x20e)],{URL}=require(a11_0x46bf5a(0x1fc)),helper=require(a11_0x46bf5a(0x22a)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a11_0x46bf5a(0x21f)),validHosts=function(_0x530b76){const _0x47eed1=a11_0x46bf5a;return _0x530b76[_0x47eed1(0x22c)](',')[_0x47eed1(0x234)](_0x2fabde=>{try{new URL(_0x2fabde['trim']());}catch(_0x40f6b3){return![];}return!![];});},parseOnPremHosts=function(_0x5ccf0b){const _0x4eab32=a11_0x46bf5a,_0x3abe2e={};_0x3abe2e[_0x4eab32(0x1f5)]=function(_0x185be3,_0x13765b){return _0x185be3===_0x13765b;},_0x3abe2e[_0x4eab32(0x220)]=_0x4eab32(0x210),_0x3abe2e[_0x4eab32(0x203)]='443',_0x3abe2e[_0x4eab32(0x205)]=_0x4eab32(0x1f7);const _0x3db7e2=_0x3abe2e;return _0x5ccf0b['split'](',')[_0x4eab32(0x20b)](_0x2ec4bb=>{const _0x5c0482=_0x4eab32,_0x34aac4=new URL(_0x2ec4bb[_0x5c0482(0x214)]()),_0x534422=_0x34aac4[_0x5c0482(0x212)],_0x18c921=_0x34aac4[_0x5c0482(0x1fb)]||(_0x3db7e2[_0x5c0482(0x1f5)](_0x34aac4[_0x5c0482(0x207)],_0x3db7e2[_0x5c0482(0x220)])?_0x3db7e2[_0x5c0482(0x203)]:'80'),_0x4f2a32=_0x34aac4[_0x5c0482(0x207)][_0x5c0482(0x217)](':',''),_0x2226e0=_0x3db7e2[_0x5c0482(0x1f5)](_0x4f2a32,_0x3db7e2['oplDg'])?0x1:0x0;return _0x534422+','+_0x18c921+','+_0x2226e0;});},connectCommandBuilder=function(_0xa5df98){const _0x2d1050=a11_0x46bf5a,_0x5132a5={};_0x5132a5[_0x2d1050(0x219)]=_0x2d1050(0x1f6);const _0x30861f=_0x5132a5,_0xbfd4e6={};_0xbfd4e6[_0x2d1050(0x228)]=HELP_MESSAGES[_0x2d1050(0x206)][_0x2d1050(0x1f1)],_0xbfd4e6['type']=_0x30861f[_0x2d1050(0x219)];const _0x511c83={};_0x511c83[_0x2d1050(0x228)]=HELP_MESSAGES[_0x2d1050(0x206)]['hosts'],_0x511c83[_0x2d1050(0x21d)]=_0x30861f[_0x2d1050(0x219)],_0x511c83[_0x2d1050(0x22b)]=!![];const _0x9b1240={};return _0x9b1240['bstack-accesskey']=_0xbfd4e6,_0x9b1240[_0x2d1050(0x22e)]=_0x511c83,_0xa5df98['options'](_0x9b1240);},connectCommandHandler=async function(_0x17e01e){const _0x545e38=a11_0x46bf5a,_0x73123a={'NIoyu':_0x545e38(0x22d),'aqepm':function(_0x386bba,_0x50118f){return _0x386bba===_0x50118f;},'fjKyN':'undefined','tVvyV':_0x545e38(0x225),'AzpNs':function(_0x4531c5,_0x2e4de7){return _0x4531c5===_0x2e4de7;},'ilNDy':_0x545e38(0x201),'kHaYG':function(_0x1bc4ff,_0x586b69){return _0x1bc4ff(_0x586b69);},'uBivQ':_0x545e38(0x221),'oliho':_0x545e38(0x20c),'HSOxs':_0x545e38(0x20d),'iDSap':_0x545e38(0x227)};try{const _0x145a8b=new BrowserStackSetup(_0x17e01e,_0x73123a[_0x545e38(0x1f9)]);_0x17e01e[_0x545e38(0x223)]&&(_0x145a8b['config'][_0x545e38(0x202)]=_0x17e01e[_0x545e38(0x223)]);if(_0x73123a[_0x545e38(0x208)](typeof _0x145a8b[_0x545e38(0x1ff)][_0x545e38(0x202)],_0x73123a[_0x545e38(0x235)])){logger[_0x545e38(0x21e)](_0x73123a[_0x545e38(0x236)]);throw new Error(ERROR_MESSAGES[_0x545e38(0x1f1)][_0x545e38(0x1fe)]);}const _0x317c2f=_0x17e01e[_0x545e38(0x22e)];if(_0x73123a[_0x545e38(0x215)](typeof _0x317c2f,_0x73123a[_0x545e38(0x235)])){logger['error'](_0x73123a[_0x545e38(0x1f4)]);throw new Error(ERROR_MESSAGES[_0x545e38(0x22e)][_0x545e38(0x1fe)]);}if(!_0x73123a[_0x545e38(0x20a)](validHosts,_0x317c2f)){logger[_0x545e38(0x21e)](_0x73123a[_0x545e38(0x1f2)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0x51d9b9=_0x73123a[_0x545e38(0x20a)](parseOnPremHosts,_0x317c2f);_0x145a8b[_0x545e38(0x1ff)]['browserstackLocal']=!![],_0x145a8b[_0x545e38(0x1ff)][_0x545e38(0x21a)][_0x545e38(0x204)]=_0x73123a[_0x545e38(0x1f3)],_0x145a8b[_0x545e38(0x1ff)][_0x545e38(0x21a)][_0x545e38(0x231)]=_0x51d9b9[_0x545e38(0x1fa)](','),helper[_0x545e38(0x218)](_0x145a8b[_0x545e38(0x1ff)]),await _0x145a8b[_0x545e38(0x222)](),logger['info'](_0x73123a[_0x545e38(0x20f)]);}catch(_0x30ee2c){logger[_0x545e38(0x21e)](_0x73123a[_0x545e38(0x209)]);throw new Error(_0x30ee2c['toString']());}};function a11_0xff2d(){const _0x57d238=['OpHsd','../../helpers/helper','demandOption','split','integrations','hosts','help','345525sezKBL','only','exports','connect','every','fjKyN','tVvyV','1094656xHRdCw','command','bstackAccessKey','uBivQ','oliho','ilNDy','ckSPB','string','https','usage','NIoyu','join','port','url','176998NbfMqF','missing','config','3060126tIwFsT','Integration\x20hosts\x20missing.','accessKey','SGrBf','localIdentifier','oplDg','options','protocol','aqepm','iDSap','kHaYG','map','integrations-repeater','Connection\x20established\x20successfully.','winstonLogger','HSOxs','https:','6328000AeLbiP','hostname','../../helpers/BrowserStackSetup','trim','AzpNs','882472OdngVp','replace','setProxySettings','mzWeK','browserStackLocalOptions','5AOvEEA','142352fHVGja','type','error','./constants','tCwqB','Hosts\x20not\x20valid','setupBrowserstackLocal','bstackAccesskey','../../helpers/logger','BrowserStack\x20access\x20key\x20missing.','DcLCA','Failed\x20to\x20establish\x20connection.','describe'];a11_0xff2d=function(){return _0x57d238;};return a11_0xff2d();}function run(_0x58ed4e){const _0x5d18c6=a11_0x46bf5a,_0x2dbb21={};_0x2dbb21[_0x5d18c6(0x226)]=_0x5d18c6(0x233),_0x2dbb21[_0x5d18c6(0x229)]=_0x5d18c6(0x22f);const _0x2cef4d=_0x2dbb21;_0x58ed4e[_0x5d18c6(0x1f8)](HELP_MESSAGES['command']['root'])[_0x5d18c6(0x1f0)](_0x2cef4d[_0x5d18c6(0x226)],HELP_MESSAGES['command'][_0x5d18c6(0x233)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x5d18c6(0x22f)](_0x2cef4d[_0x5d18c6(0x229)])['epilogue'](HELP_MESSAGES['command']['footer']);}module[a11_0x46bf5a(0x232)]=run;
2
+ 'use strict';const a11_0x44e0be=a11_0x5a11;(function(_0x3e45ee,_0x1feb74){const _0x56ab48=a11_0x5a11,_0x4f0d91=_0x3e45ee();while(!![]){try{const _0x55866c=parseInt(_0x56ab48(0xa7))/0x1+-parseInt(_0x56ab48(0xbe))/0x2*(parseInt(_0x56ab48(0xb2))/0x3)+-parseInt(_0x56ab48(0xab))/0x4*(-parseInt(_0x56ab48(0x9e))/0x5)+-parseInt(_0x56ab48(0x91))/0x6+-parseInt(_0x56ab48(0xa0))/0x7+-parseInt(_0x56ab48(0x7e))/0x8*(-parseInt(_0x56ab48(0xa3))/0x9)+-parseInt(_0x56ab48(0xb3))/0xa*(-parseInt(_0x56ab48(0x9a))/0xb);if(_0x55866c===_0x1feb74)break;else _0x4f0d91['push'](_0x4f0d91['shift']());}catch(_0x4fae4a){_0x4f0d91['push'](_0x4f0d91['shift']());}}}(a11_0x4efb,0x9c1d4));function a11_0x4efb(){const _0x58970a=['443','port','exports','kynny','missing','foUgT','string','hostname','setProxySettings','integrations','2223994yvdZoq','qxGMW','../../helpers/BrowserStackSetup','hosts','BrowserStack\x20access\x20key\x20missing.','map','localIdentifier','NxFqo','options','toString','ctngB','XqaMq','invalid','describe','4375824BFtWCF','browserstackLocal','iBaAu','browserStackLocalOptions','every','usage','epilogue','https:','yxbjM','config','bstackAccesskey','undefined','connect','integrations-repeater','accessKey','JSEJP','MqHMA','split','only','55596ByyeaL','tsyYy','replace','trim','bstack-accesskey','demandCommand','footer','svZdj','error','1386YcnLnM','protocol','root','iCunN','505ktoyGM','info','8660505NUWfND','../../helpers/logger','help','9Yzkhyy','command','ShbgT','mDPiD','630093yPDCZH','Integration\x20hosts\x20missing.','Hosts\x20not\x20valid','./constants','44348nvWFWe','../../helpers/helper','demandOption','setupBrowserstackLocal','url','winstonLogger','pOFOt','3ejZCaH','55640jGtiLO'];a11_0x4efb=function(){return _0x58970a;};return a11_0x4efb();}function a11_0x5a11(_0x4989f8,_0x216ccf){const _0x4efb11=a11_0x4efb();return a11_0x5a11=function(_0x5a11ae,_0x1bec21){_0x5a11ae=_0x5a11ae-0x7d;let _0x345484=_0x4efb11[_0x5a11ae];return _0x345484;},a11_0x5a11(_0x4989f8,_0x216ccf);}const {default:BrowserStackSetup}=require(a11_0x44e0be(0xc0)),logger=require(a11_0x44e0be(0xa1))[a11_0x44e0be(0xb0)],{URL}=require(a11_0x44e0be(0xaf)),helper=require(a11_0x44e0be(0xac)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a11_0x44e0be(0xaa)),validHosts=function(_0x537fe4){const _0x5366d6=a11_0x44e0be;return _0x537fe4[_0x5366d6(0x8f)](',')[_0x5366d6(0x82)](_0x21a55a=>{const _0x5f581d=_0x5366d6;try{new URL(_0x21a55a[_0x5f581d(0x94)]());}catch(_0x52e33f){return![];}return!![];});},parseOnPremHosts=function(_0x387843){const _0x508655=a11_0x44e0be,_0x333407={};_0x333407[_0x508655(0x86)]=function(_0x2d4c41,_0x52296f){return _0x2d4c41===_0x52296f;},_0x333407[_0x508655(0xc8)]=_0x508655(0x85),_0x333407[_0x508655(0x80)]=_0x508655(0xb4),_0x333407['XqaMq']='https';const _0xdd2703=_0x333407;return _0x387843[_0x508655(0x8f)](',')[_0x508655(0xc3)](_0x46a926=>{const _0x26ef14=_0x508655,_0x6cb576=new URL(_0x46a926[_0x26ef14(0x94)]()),_0x6e0d1c=_0x6cb576[_0x26ef14(0xbb)],_0x5f4b8f=_0x6cb576[_0x26ef14(0xb5)]||(_0xdd2703[_0x26ef14(0x86)](_0x6cb576['protocol'],_0xdd2703[_0x26ef14(0xc8)])?_0xdd2703[_0x26ef14(0x80)]:'80'),_0x16e775=_0x6cb576[_0x26ef14(0x9b)][_0x26ef14(0x93)](':',''),_0x1cb21e=_0xdd2703[_0x26ef14(0x86)](_0x16e775,_0xdd2703[_0x26ef14(0xc9)])?0x1:0x0;return _0x6e0d1c+','+_0x5f4b8f+','+_0x1cb21e;});},connectCommandBuilder=function(_0x4bf88d){const _0x13c0b4=a11_0x44e0be,_0x448261={};_0x448261[_0x13c0b4(0xa6)]=_0x13c0b4(0xba);const _0x5e041f=_0x448261,_0x55bba0={};_0x55bba0[_0x13c0b4(0x7d)]=HELP_MESSAGES[_0x13c0b4(0xc6)]['bstackAccessKey'],_0x55bba0['type']=_0x5e041f[_0x13c0b4(0xa6)];const _0x4a6486={};_0x4a6486[_0x13c0b4(0x7d)]=HELP_MESSAGES[_0x13c0b4(0xc6)][_0x13c0b4(0xc1)],_0x4a6486['type']=_0x5e041f[_0x13c0b4(0xa6)],_0x4a6486[_0x13c0b4(0xad)]=!![];const _0x2245ee={};return _0x2245ee[_0x13c0b4(0x95)]=_0x55bba0,_0x2245ee[_0x13c0b4(0xc1)]=_0x4a6486,_0x4bf88d[_0x13c0b4(0xc6)](_0x2245ee);},connectCommandHandler=async function(_0x473c69){const _0x4de115=a11_0x44e0be,_0x5c6a19={'JSEJP':_0x4de115(0xbd),'qxGMW':function(_0x228935,_0x25baee){return _0x228935===_0x25baee;},'svZdj':_0x4de115(0x89),'pOFOt':_0x4de115(0xc2),'tsyYy':function(_0x25a217,_0xc7f459){return _0x25a217===_0xc7f459;},'uwmqx':_0x4de115(0xa8),'kynny':function(_0x3f6eae,_0x1e6692){return _0x3f6eae(_0x1e6692);},'IeZSs':_0x4de115(0xa9),'foUgT':_0x4de115(0x8b),'ShbgT':'Connection\x20established\x20successfully.','NxFqo':'Failed\x20to\x20establish\x20connection.'};try{const _0x55a1e5=new BrowserStackSetup(_0x473c69,_0x5c6a19[_0x4de115(0x8d)]);_0x473c69[_0x4de115(0x88)]&&(_0x55a1e5[_0x4de115(0x87)][_0x4de115(0x8c)]=_0x473c69[_0x4de115(0x88)]);if(_0x5c6a19[_0x4de115(0xbf)](typeof _0x55a1e5[_0x4de115(0x87)][_0x4de115(0x8c)],_0x5c6a19['svZdj'])){logger[_0x4de115(0x99)](_0x5c6a19[_0x4de115(0xb1)]);throw new Error(ERROR_MESSAGES['bstackAccessKey'][_0x4de115(0xb8)]);}const _0x5e3d76=_0x473c69['hosts'];if(_0x5c6a19[_0x4de115(0x92)](typeof _0x5e3d76,_0x5c6a19[_0x4de115(0x98)])){logger['error'](_0x5c6a19['uwmqx']);throw new Error(ERROR_MESSAGES['hosts'][_0x4de115(0xb8)]);}if(!_0x5c6a19[_0x4de115(0xb7)](validHosts,_0x5e3d76)){logger[_0x4de115(0x99)](_0x5c6a19['IeZSs']);throw new Error(ERROR_MESSAGES[_0x4de115(0xc1)][_0x4de115(0xca)]);}const _0x331c3e=_0x5c6a19[_0x4de115(0xb7)](parseOnPremHosts,_0x5e3d76);_0x55a1e5['config'][_0x4de115(0x7f)]=!![],_0x55a1e5[_0x4de115(0x87)][_0x4de115(0x81)][_0x4de115(0xc4)]=_0x5c6a19[_0x4de115(0xb9)],_0x55a1e5[_0x4de115(0x87)][_0x4de115(0x81)][_0x4de115(0x90)]=_0x331c3e['join'](','),helper[_0x4de115(0xbc)](_0x55a1e5[_0x4de115(0x87)]),await _0x55a1e5[_0x4de115(0xae)](),logger[_0x4de115(0x9f)](_0x5c6a19[_0x4de115(0xa5)]);}catch(_0x3839aa){logger[_0x4de115(0x99)](_0x5c6a19[_0x4de115(0xc5)]);throw new Error(_0x3839aa[_0x4de115(0xc7)]());}};function run(_0x3bfb2c){const _0x2222a0=a11_0x44e0be,_0x269c9b={};_0x269c9b[_0x2222a0(0x9d)]=_0x2222a0(0x8a),_0x269c9b['MqHMA']='help';const _0x3ad8d6=_0x269c9b;_0x3bfb2c[_0x2222a0(0x83)](HELP_MESSAGES[_0x2222a0(0xa4)][_0x2222a0(0x9c)])[_0x2222a0(0xa4)](_0x3ad8d6[_0x2222a0(0x9d)],HELP_MESSAGES['command'][_0x2222a0(0x8a)],connectCommandBuilder,connectCommandHandler)[_0x2222a0(0x96)]()[_0x2222a0(0xa2)](_0x3ad8d6[_0x2222a0(0x8e)])[_0x2222a0(0x84)](HELP_MESSAGES['command'][_0x2222a0(0x97)]);}module[a11_0x44e0be(0xb6)]=run;
@@ -1 +1 @@
1
- var a12_0x16ed5e=a12_0x49f2;(function(_0x32f4c3,_0x2b394b){var _0x152571=a12_0x49f2,_0xecbb86=_0x32f4c3();while(!![]){try{var _0x592d20=parseInt(_0x152571(0x1d6))/0x1*(-parseInt(_0x152571(0x1d8))/0x2)+-parseInt(_0x152571(0x1e3))/0x3*(-parseInt(_0x152571(0x1e5))/0x4)+-parseInt(_0x152571(0x1d4))/0x5+parseInt(_0x152571(0x1cc))/0x6+-parseInt(_0x152571(0x1d9))/0x7*(-parseInt(_0x152571(0x1d3))/0x8)+parseInt(_0x152571(0x1e6))/0x9*(-parseInt(_0x152571(0x1e7))/0xa)+-parseInt(_0x152571(0x1db))/0xb;if(_0x592d20===_0x2b394b)break;else _0xecbb86['push'](_0xecbb86['shift']());}catch(_0x2c5511){_0xecbb86['push'](_0xecbb86['shift']());}}}(a12_0x109d,0x524ad));var a12_0x26a512={};a12_0x26a512['bstackAccessKey']=a12_0x16ed5e(0x1d5),a12_0x26a512[a12_0x16ed5e(0x1e1)]=a12_0x16ed5e(0x1d2);var a12_0xcbb666={};a12_0xcbb666[a12_0x16ed5e(0x1cf)]=a12_0x16ed5e(0x1ce),a12_0xcbb666[a12_0x16ed5e(0x1d0)]=a12_0x16ed5e(0x1da),a12_0xcbb666[a12_0x16ed5e(0x1d1)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a12_0x3fbadc={};function a12_0x49f2(_0x16b076,_0x324fa2){var _0x109d3e=a12_0x109d();return a12_0x49f2=function(_0x49f25a,_0x1b3430){_0x49f25a=_0x49f25a-0x1cb;var _0x59a1b6=_0x109d3e[_0x49f25a];return _0x59a1b6;},a12_0x49f2(_0x16b076,_0x324fa2);}a12_0x3fbadc[a12_0x16ed5e(0x1cd)]=a12_0x26a512,a12_0x3fbadc[a12_0x16ed5e(0x1df)]=a12_0xcbb666,exports[a12_0x16ed5e(0x1cb)]=a12_0x3fbadc;var a12_0x5a3692={};function a12_0x109d(){var _0x100f37=['3898680AHUrRI','options','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','root','connect','footer','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','8ToLLdG','525325HVnJYg','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','1597jXcDPm','bstackAccessKey','422CXtsJK','1634283lTLADw','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','3074258wgufIE','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.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','command','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','hosts','ERROR_MESSAGES','1521075mFNZwS','invalid','4gnqTtP','142155BNLftP','210kQxlir','HELP_MESSAGES'];a12_0x109d=function(){return _0x100f37;};return a12_0x109d();}a12_0x5a3692[a12_0x16ed5e(0x1dc)]=a12_0x16ed5e(0x1e0);var a12_0x564181={};a12_0x564181['missing']=a12_0x16ed5e(0x1de),a12_0x564181[a12_0x16ed5e(0x1e4)]=a12_0x16ed5e(0x1dd);var a12_0x34bfe4={};a12_0x34bfe4[a12_0x16ed5e(0x1d7)]=a12_0x5a3692,a12_0x34bfe4[a12_0x16ed5e(0x1e1)]=a12_0x564181,exports[a12_0x16ed5e(0x1e2)]=a12_0x34bfe4;
1
+ var a12_0x14832c=a12_0x4e2c;(function(_0x3ec9a0,_0x379d33){var _0x125f2d=a12_0x4e2c,_0x1cd20b=_0x3ec9a0();while(!![]){try{var _0x326558=parseInt(_0x125f2d(0x114))/0x1+-parseInt(_0x125f2d(0x115))/0x2+-parseInt(_0x125f2d(0x109))/0x3+-parseInt(_0x125f2d(0x106))/0x4+parseInt(_0x125f2d(0x10b))/0x5+parseInt(_0x125f2d(0x11f))/0x6*(parseInt(_0x125f2d(0x117))/0x7)+parseInt(_0x125f2d(0x11c))/0x8*(parseInt(_0x125f2d(0x116))/0x9);if(_0x326558===_0x379d33)break;else _0x1cd20b['push'](_0x1cd20b['shift']());}catch(_0x529933){_0x1cd20b['push'](_0x1cd20b['shift']());}}}(a12_0x3659,0x755b6));var a12_0x2da1c7={};a12_0x2da1c7[a12_0x14832c(0x113)]=a12_0x14832c(0x119),a12_0x2da1c7[a12_0x14832c(0x11b)]=a12_0x14832c(0x107);var a12_0x18a5ee={};function a12_0x4e2c(_0xbc632e,_0x1cec1d){var _0x3659ae=a12_0x3659();return a12_0x4e2c=function(_0x4e2c7d,_0x598f80){_0x4e2c7d=_0x4e2c7d-0x106;var _0x67c1ac=_0x3659ae[_0x4e2c7d];return _0x67c1ac;},a12_0x4e2c(_0xbc632e,_0x1cec1d);}a12_0x18a5ee[a12_0x14832c(0x111)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a12_0x18a5ee[a12_0x14832c(0x11e)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a12_0x18a5ee[a12_0x14832c(0x10c)]=a12_0x14832c(0x112);var a12_0x38038e={};a12_0x38038e[a12_0x14832c(0x10f)]=a12_0x2da1c7,a12_0x38038e[a12_0x14832c(0x108)]=a12_0x18a5ee,exports[a12_0x14832c(0x10e)]=a12_0x38038e;var a12_0x497cec={};function a12_0x3659(){var _0x55b267=['1712780xGgVpA','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.','command','2118501opSeUo','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','3857585lZzLrp','footer','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','HELP_MESSAGES','options','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.','root','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','bstackAccessKey','533875ZZYQZt','1896346zsNMSl','1770309XplFml','4809xnYBNm','ERROR_MESSAGES','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','missing','hosts','48iWEwFc','invalid','connect','678EIYees'];a12_0x3659=function(){return _0x55b267;};return a12_0x3659();}a12_0x497cec[a12_0x14832c(0x11a)]=a12_0x14832c(0x10a);var a12_0x526558={};a12_0x526558[a12_0x14832c(0x11a)]=a12_0x14832c(0x10d),a12_0x526558[a12_0x14832c(0x11d)]=a12_0x14832c(0x110);var a12_0x10eae5={};a12_0x10eae5['bstackAccessKey']=a12_0x497cec,a12_0x10eae5[a12_0x14832c(0x11b)]=a12_0x526558,exports[a12_0x14832c(0x118)]=a12_0x10eae5;
@@ -1 +1 @@
1
- 'use strict';const a13_0x376405=a13_0x4698;(function(_0x3f0fcc,_0x3cebb9){const _0x384d32=a13_0x4698,_0x1cec0c=_0x3f0fcc();while(!![]){try{const _0x3b351f=parseInt(_0x384d32(0x177))/0x1+parseInt(_0x384d32(0x11d))/0x2*(-parseInt(_0x384d32(0x14f))/0x3)+-parseInt(_0x384d32(0x16b))/0x4*(-parseInt(_0x384d32(0x190))/0x5)+-parseInt(_0x384d32(0x198))/0x6*(-parseInt(_0x384d32(0x153))/0x7)+parseInt(_0x384d32(0x174))/0x8+-parseInt(_0x384d32(0x175))/0x9*(parseInt(_0x384d32(0x185))/0xa)+-parseInt(_0x384d32(0x1a0))/0xb*(parseInt(_0x384d32(0x11c))/0xc);if(_0x3b351f===_0x3cebb9)break;else _0x1cec0c['push'](_0x1cec0c['shift']());}catch(_0x2468aa){_0x1cec0c['push'](_0x1cec0c['shift']());}}}(a13_0x1d32,0x83c16));function a13_0x1d32(){const _0x5e0fcc=['startsWith','length','jasmineDone','sep','MexJm','TestRunSkipped','path','TgvbC','27840sfACIH','MYMcI','add','HBcwp','oHCHU','match','ZFUQf','jasmineStarted','pending','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','remove','4649465quYGSi','message','../../../helpers/testhub/utils','reverse','yKzGp','config','isArray','Eifeh','382008aHuziz','../testRunMap','excluded','gRFsO','TWMbj','_collapseFailedExpectations','File\x20path\x20could\x20not\x20be\x20found','specStarted','165jGcJAq','cPYLG','failure_backtrace','started_at','44988VzaHMN','245506pZBigv','endsWith','_paths','pSili','err','setCurrentTestData','AssertionError','_suitesById','zKSdm','ijrPi','stack','code','Exception\x20in\x20jasmine\x20specDone\x20for\x20','shouldProcessEventForTesthub','KQUVc','dirname','SdImp','_findGitConfig','lang','eUzIP','.git','status','_sendSpecEvent','number','AAYmc','uploadEventData','actual','parentSuiteId','filename','NsnQY','has','delete','../../../helpers/test-observability/sessionHandler','keys','felmC','JASMINE','sOaWa','backtrace','suiteDone','set','nchqA','WnVBk','expected','suiteStarted','xAgZk','qUNoW','xePWt','_fileNameByFullName','IhMmU','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','21BlvaHV','uXzvU','join','statSync','14IEiILT','../../../helpers/test-observability/constants','split','YwkiG','QwZXT','Jasmine','get','DglHS','TestRunStarted','matcherName','UnhandledError','failed','exports','JMDsI','IKHjg','agESk','push','_scopes','passed','failedExpectations','finished_at','tALJr','XYWcr','TestRunFinished','4mHjZOp','description','\x20:\x20','failure_reason_expanded','duration','YXVgt','prefixTestPath','EFsvL','zowxJ','2432584FIyhua','990tVyagY','lfaUR','400114YueTgX','FAIXU','_resolveFilePath','fullName','FTyOG','expanded'];a13_0x1d32=function(){return _0x5e0fcc;};return a13_0x1d32();}const path=require(a13_0x376405(0x183)),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require(a13_0x376405(0x192)),{FRAMEWORKS}=require(a13_0x376405(0x154)),SessionHandler=require(a13_0x376405(0x13d)),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),testRunMap=require(a13_0x376405(0x199)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a13_0x376405(0x158),a13_0x1ef412={};function a13_0x4698(_0x3cba49,_0x322c0a){const _0x1d3239=a13_0x1d32();return a13_0x4698=function(_0x469865,_0x3af75a){_0x469865=_0x469865-0x11c;let _0x1ff70c=_0x1d3239[_0x469865];return _0x1ff70c;},a13_0x4698(_0x3cba49,_0x322c0a);}a13_0x1ef412[a13_0x376405(0x165)]=a13_0x376405(0x165),a13_0x1ef412[a13_0x376405(0x15e)]='failed',a13_0x1ef412[a13_0x376405(0x18d)]=a13_0x376405(0x18d),a13_0x1ef412['excluded']='skipped';const STATUS_MAP=a13_0x1ef412;class BrowserStackJasmineReporter{constructor(_0xb90b91={}){const _0xeab9=a13_0x376405,_0x12d492={'TgvbC':function(_0x3e885e){return _0x3e885e();}};this['testObservability']=_0x12d492[_0xeab9(0x184)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process['cwd']()},undefined),this[_0xeab9(0x14c)]=_0xb90b91&&_0xb90b91['fileNameByFullName']||{},this[_0xeab9(0x124)]=new Map();}[a13_0x376405(0x18c)](){}[a13_0x376405(0x148)](_0x27e2dc){const _0x4551bc=a13_0x376405,_0x18576c={'EFsvL':function(_0x521adb,_0x2be4d9){return _0x521adb!==_0x2be4d9;},'FAIXU':function(_0x4f01d8,_0x4c8ef4){return _0x4f01d8(_0x4c8ef4);}};try{_0x27e2dc&&_0x18576c[_0x4551bc(0x172)](_0x27e2dc['id'],undefined)&&_0x18576c['EFsvL'](_0x27e2dc['id'],null)&&this['_suitesById'][_0x4551bc(0x144)](_0x27e2dc['id'],{'description':_0x27e2dc[_0x4551bc(0x16c)],'parentSuiteId':_0x27e2dc[_0x4551bc(0x138)]});}catch(_0x11820b){_0x18576c[_0x4551bc(0x178)](debug,_0x4551bc(0x18e)+(_0x27e2dc&&_0x27e2dc[_0x4551bc(0x17a)])+_0x4551bc(0x16d)+_0x11820b);}}[a13_0x376405(0x19f)](_0xbedc){const _0x17a63f=a13_0x376405,_0x4f0fb1={'XYWcr':function(_0xbab312,_0x2552da){return _0xbab312!==_0x2552da;},'KQUVc':function(_0x1ef855){return _0x1ef855();},'HBcwp':_0x17a63f(0x15b),'tALJr':function(_0x5c69d4,_0x5e4dbd){return _0x5c69d4(_0x5e4dbd);}};try{if(_0x4f0fb1[_0x17a63f(0x169)](testhubUtils[_0x17a63f(0x12a)](),!![]))return;const _0x40fbc8=_0x4f0fb1[_0x17a63f(0x12b)](uuidv4);testRunMap['set'](_0xbedc['id'],_0x40fbc8),this[_0x17a63f(0x133)](_0xbedc,_0x40fbc8,_0x4f0fb1[_0x17a63f(0x188)]);}catch(_0x21e873){_0x4f0fb1[_0x17a63f(0x168)](debug,_0x17a63f(0x14e)+(_0xbedc&&_0xbedc[_0x17a63f(0x17a)])+_0x17a63f(0x16d)+_0x21e873);}}['specDone'](_0x5e65c1){const _0x534012=a13_0x376405,_0xa0c616={'duzdK':function(_0x5604e0,_0x4c25af){return _0x5604e0!==_0x4c25af;},'tXVAN':function(_0xfbf02d){return _0xfbf02d();},'oHCHU':function(_0x534132,_0x42507e){return _0x534132===_0x42507e;},'xePWt':_0x534012(0x19a),'lfaUR':_0x534012(0x182),'nchqA':_0x534012(0x16a),'cPYLG':function(_0x1f42de,_0x234998){return _0x1f42de(_0x234998);}};try{if(_0xa0c616['duzdK'](testhubUtils[_0x534012(0x12a)](),!![]))return;const _0x1476a7=testRunMap[_0x534012(0x159)](_0x5e65c1['id'])||_0xa0c616['tXVAN'](uuidv4),_0x49a203=_0xa0c616[_0x534012(0x189)](_0x5e65c1[_0x534012(0x132)],_0xa0c616[_0x534012(0x14b)])?_0xa0c616[_0x534012(0x176)]:_0xa0c616[_0x534012(0x145)];this[_0x534012(0x133)](_0x5e65c1,_0x1476a7,_0x49a203);}catch(_0xad0b0f){_0xa0c616[_0x534012(0x1a1)](debug,_0x534012(0x129)+(_0x5e65c1&&_0x5e65c1['fullName'])+_0x534012(0x16d)+_0xad0b0f);}finally{_0x5e65c1&&(testRunMap[_0x534012(0x18f)](_0x5e65c1['id']),_specStartTimes[_0x534012(0x13c)](_0x5e65c1['id']));}}[a13_0x376405(0x143)](){}[a13_0x376405(0x17f)](){}[a13_0x376405(0x133)](_0x209df3,_0x308ba1,_0x5a68f8){const _0x7fba0=a13_0x376405,_0x3a16df={'FTyOG':function(_0x4b07f0,_0x107182){return _0x4b07f0===_0x107182;},'DglHS':'TestRunFinished','ZFUQf':_0x7fba0(0x182),'GFtNK':_0x7fba0(0x19e),'felmC':function(_0x5b5ee9,_0x333d8a,_0x1af3f4){return _0x5b5ee9(_0x333d8a,_0x1af3f4);},'TWMbj':_0x7fba0(0x121),'qUNoW':_0x7fba0(0x15b),'IKHjg':function(_0x2e8dac,_0x5d73cf){return _0x2e8dac!==_0x5d73cf;},'zXPuH':function(_0x3bdf2b,_0x5c5aef){return _0x3bdf2b!==_0x5c5aef;},'MexJm':function(_0x113713,_0x5edf9a){return _0x113713===_0x5edf9a;},'YwkiG':'javascript','YXVgt':function(_0x37f901,_0x3301a6){return _0x37f901&&_0x3301a6;},'YTenG':'skipped','AVtuJ':_0x7fba0(0x165),'nRcBW':_0x7fba0(0x134),'WnVBk':_0x7fba0(0x123),'AAYmc':_0x7fba0(0x15d),'zowxJ':_0x7fba0(0x1a3),'qGOAI':_0x7fba0(0x167),'CWBjq':'failure','LZsaC':_0x7fba0(0x1a2),'NsnQY':_0x7fba0(0x142),'Eifeh':_0x7fba0(0x16e),'JMDsI':_0x7fba0(0x17c),'pSili':function(_0x58d258,_0x14f076){return _0x58d258(_0x14f076);}};try{const _0x4f8ead=_0x3a16df[_0x7fba0(0x17b)](_0x5a68f8,_0x3a16df[_0x7fba0(0x15a)])||_0x3a16df[_0x7fba0(0x17b)](_0x5a68f8,_0x3a16df[_0x7fba0(0x18b)]),_0x5d24f0=this['_resolveFilePath'](_0x209df3),_0x510338=_0x5d24f0?this[_0x7fba0(0x11f)][_0x7fba0(0x171)](_0x5d24f0):_0x3a16df['GFtNK'],_0xf2dfc6=_0x5d24f0?this[_0x7fba0(0x12e)](path[_0x7fba0(0x12c)](_0x5d24f0)):null,_0x30c473=this[_0x7fba0(0x19d)](_0x209df3[_0x7fba0(0x166)]),_0x280a78=_0x30c473?_0x30c473[_0x7fba0(0x191)]:undefined,_0x441802=_0x30c473?_0x3a16df[_0x7fba0(0x13f)](failureData,_0x30c473,_0x3a16df[_0x7fba0(0x19c)]):[],_0x5b3346=new Date()['toISOString'](),_0x191934=this[_0x7fba0(0x164)](_0x209df3);_0x3a16df[_0x7fba0(0x17b)](_0x5a68f8,_0x3a16df[_0x7fba0(0x14a)])&&_0x209df3&&_0x3a16df[_0x7fba0(0x161)](_0x209df3['id'],undefined)&&_0x3a16df['zXPuH'](_0x209df3['id'],null)&&_specStartTimes[_0x7fba0(0x144)](_0x209df3['id'],_0x5b3346);const _0xb4e8cd=_0x3a16df[_0x7fba0(0x181)](_0x5a68f8,_0x3a16df[_0x7fba0(0x14a)])?_0x5b3346:_0x209df3&&_specStartTimes[_0x7fba0(0x159)](_0x209df3['id'])||null,_0x45b69e={};_0x45b69e[_0x7fba0(0x12f)]=_0x3a16df[_0x7fba0(0x156)],_0x45b69e[_0x7fba0(0x128)]=null;const _0x4fe3ce={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x308ba1,'name':_0x209df3[_0x7fba0(0x16c)],'body':_0x45b69e,'scope':_0x191934['join']('\x20'),'scopes':_0x191934,'identifier':_0x209df3['fullName'],'file_name':_0x510338,'vc_filepath':_0x3a16df[_0x7fba0(0x170)](_0xf2dfc6,_0x5d24f0)?path['relative'](_0xf2dfc6,_0x5d24f0):null,'location':_0x510338,'result':_0x3a16df[_0x7fba0(0x181)](_0x5a68f8,_0x3a16df[_0x7fba0(0x18b)])?_0x3a16df['YTenG']:STATUS_MAP[_0x209df3[_0x7fba0(0x132)]]||_0x3a16df['AVtuJ'],'failure_reason':_0x280a78,'duration_in_ms':_0x3a16df['FTyOG'](typeof _0x209df3[_0x7fba0(0x16f)],_0x3a16df['nRcBW'])?_0x209df3['duration']:null,'started_at':_0xb4e8cd,'finished_at':_0x4f8ead?_0x5b3346:null,'failure':_0x441802,'failure_type':!_0x280a78?null:_0x280a78[_0x7fba0(0x18a)](/AssertionError/)?_0x3a16df[_0x7fba0(0x146)]:_0x3a16df[_0x7fba0(0x135)],'retry_of':null};_0x3a16df[_0x7fba0(0x17b)](_0x5a68f8,_0x3a16df[_0x7fba0(0x18b)])&&!_0x4fe3ce[_0x3a16df[_0x7fba0(0x173)]]&&(_0x4fe3ce[_0x3a16df[_0x7fba0(0x173)]]=_0x4fe3ce[_0x3a16df['qGOAI']]);const _0xc9a91a=_0x4fe3ce[_0x3a16df['CWBjq']][0x0];_0xc9a91a&&(_0x4fe3ce[_0x3a16df['LZsaC']]=_0xc9a91a[_0x3a16df[_0x7fba0(0x13a)]],_0x4fe3ce[_0x3a16df[_0x7fba0(0x197)]]=_0xc9a91a[_0x3a16df[_0x7fba0(0x160)]]);testhubUtils['appendTesthubParams'](_0x4fe3ce,_0x5a68f8,_0x209df3,FRAMEWORKS[_0x7fba0(0x140)]);const _0x4540e7={'event_type':_0x3a16df[_0x7fba0(0x17b)](_0x5a68f8,_0x3a16df[_0x7fba0(0x18b)])?_0x3a16df[_0x7fba0(0x15a)]:_0x5a68f8,'test_run':_0x4fe3ce};return testhubUtils[_0x7fba0(0x122)](FRAMEWORKS[_0x7fba0(0x140)],_0x4540e7),SessionHandler[_0x7fba0(0x136)](_0x4540e7);}catch(_0x1c8706){_0x3a16df[_0x7fba0(0x120)](debug,'Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20'+_0x5a68f8+'\x20:\x20'+_0x1c8706);}}['_scopes'](_0x1b6e86){const _0x3937c7=a13_0x376405,_0x6a31a7={'zKSdm':function(_0x42777b,_0x2fc639){return _0x42777b!==_0x2fc639;},'eUzIP':function(_0x49df16,_0x5d47a3){return _0x49df16!==_0x5d47a3;},'ijrPi':function(_0x46ab80,_0x5f3333){return _0x46ab80>_0x5f3333;},'QwZXT':function(_0x557ae5,_0xc3de15){return _0x557ae5(_0xc3de15);},'sOaWa':function(_0xf1c788,_0xcebdd2){return _0xf1c788-_0xcebdd2;}};try{const _0x3c7539=[];let _0x380f58=_0x1b6e86&&_0x1b6e86[_0x3937c7(0x138)];const _0x43ca98=new Set();while(_0x6a31a7[_0x3937c7(0x125)](_0x380f58,undefined)&&_0x6a31a7[_0x3937c7(0x130)](_0x380f58,null)&&this['_suitesById'][_0x3937c7(0x13b)](_0x380f58)&&!_0x43ca98['has'](_0x380f58)){_0x43ca98[_0x3937c7(0x187)](_0x380f58);const _0x1cf9d2=this['_suitesById'][_0x3937c7(0x159)](_0x380f58);_0x1cf9d2&&_0x1cf9d2[_0x3937c7(0x16c)]&&_0x3c7539[_0x3937c7(0x163)](_0x1cf9d2['description']),_0x380f58=_0x1cf9d2?_0x1cf9d2[_0x3937c7(0x138)]:null;}if(_0x6a31a7[_0x3937c7(0x126)](_0x3c7539[_0x3937c7(0x17e)],0x0))return _0x3c7539[_0x3937c7(0x193)]();}catch(_0x30493a){_0x6a31a7[_0x3937c7(0x157)](debug,'Exception\x20deriving\x20jasmine\x20scopes\x20for\x20'+(_0x1b6e86&&_0x1b6e86[_0x3937c7(0x17a)])+_0x3937c7(0x16d)+_0x30493a);}const _0x2055dd=_0x1b6e86&&_0x1b6e86['fullName']||'',_0x254cc9=_0x1b6e86&&_0x1b6e86[_0x3937c7(0x16c)]||'';let _0x23b50f=_0x2055dd;return _0x254cc9&&_0x2055dd[_0x3937c7(0x11e)](_0x254cc9)&&(_0x23b50f=_0x2055dd['slice'](0x0,_0x6a31a7[_0x3937c7(0x141)](_0x2055dd[_0x3937c7(0x17e)],_0x254cc9[_0x3937c7(0x17e)]))['trim']()),_0x23b50f?_0x23b50f[_0x3937c7(0x155)](/\s+/):[];}[a13_0x376405(0x179)](_0x3d41e9){const _0x4e1bc3=a13_0x376405,_0x5036a1={};_0x5036a1[_0x4e1bc3(0x162)]=function(_0x3b28e1,_0x411c58){return _0x3b28e1===_0x411c58;},_0x5036a1['oYERQ']=function(_0x3b6d97,_0x381a5b){return _0x3b6d97+_0x381a5b;},_0x5036a1[_0x4e1bc3(0x186)]=function(_0x180f7e,_0x30e2fc){return _0x180f7e>_0x30e2fc;};const _0x4a9199=_0x5036a1;if(_0x3d41e9&&_0x3d41e9['filename'])return _0x3d41e9[_0x4e1bc3(0x139)];if(_0x3d41e9&&_0x3d41e9['fullName']){if(this[_0x4e1bc3(0x14c)][_0x3d41e9['fullName']])return this[_0x4e1bc3(0x14c)][_0x3d41e9['fullName']];let _0x2983e3=null,_0x3eb661=-0x1;for(const _0x23ec3b of Object[_0x4e1bc3(0x13e)](this['_fileNameByFullName'])){(_0x4a9199['agESk'](_0x3d41e9[_0x4e1bc3(0x17a)],_0x23ec3b)||_0x3d41e9[_0x4e1bc3(0x17a)][_0x4e1bc3(0x17d)](_0x4a9199['oYERQ'](_0x23ec3b,'\x20')))&&_0x4a9199[_0x4e1bc3(0x186)](_0x23ec3b[_0x4e1bc3(0x17e)],_0x3eb661)&&(_0x2983e3=this[_0x4e1bc3(0x14c)][_0x23ec3b],_0x3eb661=_0x23ec3b[_0x4e1bc3(0x17e)]);}if(_0x2983e3)return _0x2983e3;}return null;}[a13_0x376405(0x19d)](_0x4855ab){const _0x37bc99=a13_0x376405,_0x54c963={};_0x54c963[_0x37bc99(0x194)]=function(_0xed0c3,_0xe9a6de){return _0xed0c3===_0xe9a6de;},_0x54c963['gRFsO']='Spec\x20failed';const _0x26b66c=_0x54c963;if(!Array[_0x37bc99(0x196)](_0x4855ab)||_0x26b66c['yKzGp'](_0x4855ab[_0x37bc99(0x17e)],0x0))return undefined;const _0x51a1b2=[],_0x1688b1=[];for(const _0x505f4b of _0x4855ab){_0x505f4b&&_0x505f4b[_0x37bc99(0x191)]&&_0x51a1b2['push'](_0x505f4b[_0x37bc99(0x191)]),_0x505f4b&&_0x505f4b[_0x37bc99(0x127)]&&_0x1688b1[_0x37bc99(0x163)](_0x505f4b[_0x37bc99(0x127)]);}const _0x4cc0d3=_0x4855ab[0x0]||{},_0x168ded=_0x51a1b2[_0x37bc99(0x151)]('\x0a')||_0x4cc0d3[_0x37bc99(0x191)]||_0x26b66c[_0x37bc99(0x19b)],_0x5abb27=_0x1688b1[_0x37bc99(0x151)]('\x0a\x0a')||_0x4cc0d3[_0x37bc99(0x127)]||_0x168ded,_0x17031c={};return _0x17031c[_0x37bc99(0x191)]=_0x168ded,_0x17031c[_0x37bc99(0x127)]=_0x5abb27,_0x17031c['matcherName']=_0x4cc0d3[_0x37bc99(0x15c)],_0x17031c[_0x37bc99(0x147)]=_0x4cc0d3[_0x37bc99(0x147)],_0x17031c[_0x37bc99(0x137)]=_0x4cc0d3[_0x37bc99(0x137)],_0x17031c;}[a13_0x376405(0x12e)](_0x11cc16){const _0x2ca374=a13_0x376405,_0x473ec8={};_0x473ec8[_0x2ca374(0x149)]=function(_0x3ff096,_0x405ab8){return _0x3ff096===_0x405ab8;},_0x473ec8[_0x2ca374(0x12d)]=function(_0x10a76d,_0x23102d){return _0x10a76d===_0x23102d;},_0x473ec8[_0x2ca374(0x14d)]=_0x2ca374(0x131),_0x473ec8[_0x2ca374(0x150)]=_0x2ca374(0x195);const _0x1d2fc0=_0x473ec8,_0x1b12e9=path[_0x2ca374(0x180)];if(_0x1d2fc0[_0x2ca374(0x149)](_0x11cc16,null)||_0x1d2fc0[_0x2ca374(0x149)](_0x11cc16,'')||_0x1d2fc0['xAgZk'](_0x11cc16,_0x1b12e9)||_0x1d2fc0[_0x2ca374(0x12d)](_0x11cc16,path[_0x2ca374(0x12c)](_0x11cc16)))return null;try{return fs[_0x2ca374(0x152)](path[_0x2ca374(0x151)](_0x11cc16,_0x1d2fc0[_0x2ca374(0x14d)],_0x1d2fc0[_0x2ca374(0x150)])),_0x11cc16;}catch(_0x9894d1){return this[_0x2ca374(0x12e)](path[_0x2ca374(0x12c)](_0x11cc16));}}}module[a13_0x376405(0x15f)]=BrowserStackJasmineReporter;
1
+ 'use strict';function a13_0x40fe(){const _0x389eb6=['jhvtT','MhuKF','failed','jOLbo','split','nKPcD','started_at','dirname','actual','stack','matcherName','_sendSpecEvent','trim','endsWith','parentSuiteId','fnRzl','qJQuw','4266yXMRwE','suiteDone','lydCO','../../../helpers/test-observability/utils','JASMINE','shouldProcessEventForTesthub','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','err','get','pending','Exception\x20in\x20jasmine\x20specDone\x20for\x20','_suitesById','KaihT','../../../helpers/testhub/utils','expected','FUDBm','sep','609111EDkjHT','VXWcm','TestRunSkipped','passed','2178184GFyEOv','delete','AssertionError','join','match','toDDQ','uuid','QNwOM','fullName','set','XqFRd','path','has','zNbPY','failure','taSEL','isArray','oxLWl','.git','appendTesthubParams','finished_at','setCurrentTestData','3865nMWUNj','message','keys','duration','HyYqZ','_collapseFailedExpectations','reverse','4438080hQDnAc','DJpAS','toISOString','push','VJlrd','startsWith','\x20:\x20','../../../helpers/test-observability/sessionHandler','XocCH','RAFau','exports','cjMHK','fileNameByFullName','description','length','aYMxn','celtX','specStarted','../../../helpers/test-observability/constants','status','91kHfkYM','prefixTestPath','veNrQ','ckLzK','_findGitConfig','../testRunMap','relative','suiteStarted','iLaAi','fFIjo','File\x20path\x20could\x20not\x20be\x20found','cdcdW','dturM','IWkqJ','TestRunStarted','XhlVd','skipped','iTqtF','_scopes','FgpIE','slice','_paths','QcoPh','Rvics','failure_reason_expanded','Spec\x20failed','failedExpectations','vVPwu','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','_resolveFilePath','specDone','Jasmine','statSync','number','TestRunFinished','code','config','EGKOz','509072ulOkad','152487kflgsU','excluded','SeYcD','backtrace','expanded','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','XwtQL','aDapk','UnhandledError','knXvu','_fileNameByFullName','aLtSb','352600KzBdJH'];a13_0x40fe=function(){return _0x389eb6;};return a13_0x40fe();}const a13_0xda9819=a13_0x3126;(function(_0x256d91,_0x3d07c8){const _0x316fce=a13_0x3126,_0x28524a=_0x256d91();while(!![]){try{const _0x4a7f60=parseInt(_0x316fce(0x144))/0x1+parseInt(_0x316fce(0x150))/0x2+-parseInt(_0x316fce(0xe8))/0x3+parseInt(_0x316fce(0xec))/0x4+parseInt(_0x316fce(0x102))/0x5*(-parseInt(_0x316fce(0x162))/0x6)+-parseInt(_0x316fce(0x11d))/0x7*(-parseInt(_0x316fce(0x143))/0x8)+-parseInt(_0x316fce(0x109))/0x9;if(_0x4a7f60===_0x3d07c8)break;else _0x28524a['push'](_0x28524a['shift']());}catch(_0x3fe607){_0x28524a['push'](_0x28524a['shift']());}}}(a13_0x40fe,0x6f09f));const path=require(a13_0xda9819(0xf7)),fs=require('fs'),{v4:uuidv4}=require(a13_0xda9819(0xf2)),testhubUtils=require(a13_0xda9819(0xe4)),{FRAMEWORKS}=require(a13_0xda9819(0x11b)),SessionHandler=require(a13_0xda9819(0x110)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a13_0xda9819(0x165)),testRunMap=require(a13_0xda9819(0x122)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a13_0xda9819(0x13c),a13_0x12a0b8={};a13_0x12a0b8[a13_0xda9819(0xeb)]=a13_0xda9819(0xeb),a13_0x12a0b8[a13_0xda9819(0x153)]=a13_0xda9819(0x153),a13_0x12a0b8['pending']=a13_0xda9819(0x16b),a13_0x12a0b8[a13_0xda9819(0x145)]=a13_0xda9819(0x12d);const STATUS_MAP=a13_0x12a0b8;function a13_0x3126(_0x19602f,_0x5a377c){const _0x40fe15=a13_0x40fe();return a13_0x3126=function(_0x31267c,_0x24b8d2){_0x31267c=_0x31267c-0xe1;let _0xd185ec=_0x40fe15[_0x31267c];return _0xd185ec;},a13_0x3126(_0x19602f,_0x5a377c);}class BrowserStackJasmineReporter{constructor(_0x5a93e7={}){const _0x15642f=a13_0xda9819,_0x2ab258={'iLaAi':function(_0x356d4a){return _0x356d4a();}};this['testObservability']=_0x2ab258[_0x15642f(0x125)](isTestObservabilitySession),this[_0x15642f(0x132)]=new PathHelper({'cwd':process['cwd']()},undefined),this[_0x15642f(0x14e)]=_0x5a93e7&&_0x5a93e7[_0x15642f(0x115)]||{},this[_0x15642f(0xe2)]=new Map();}['jasmineStarted'](){}[a13_0xda9819(0x124)](_0x37ffff){const _0x3f41e4=a13_0xda9819,_0x18e4d4={'lydCO':function(_0x5f010e,_0x4bdbf9){return _0x5f010e!==_0x4bdbf9;},'zimgB':function(_0x34f852,_0x284f45){return _0x34f852(_0x284f45);}};try{_0x37ffff&&_0x18e4d4[_0x3f41e4(0x164)](_0x37ffff['id'],undefined)&&_0x18e4d4['lydCO'](_0x37ffff['id'],null)&&this['_suitesById'][_0x3f41e4(0xf5)](_0x37ffff['id'],{'description':_0x37ffff['description'],'parentSuiteId':_0x37ffff[_0x3f41e4(0x15f)]});}catch(_0x20e41b){_0x18e4d4['zimgB'](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0x37ffff&&_0x37ffff[_0x3f41e4(0xf4)])+'\x20:\x20'+_0x20e41b);}}[a13_0xda9819(0x11a)](_0x2d047b){const _0x48c9c6=a13_0xda9819,_0x58380f={'fFIjo':function(_0x4da900,_0x17df41){return _0x4da900!==_0x17df41;},'aDapk':function(_0x2c96cc){return _0x2c96cc();},'FgpIE':_0x48c9c6(0x12b),'taSEL':function(_0x1ed490,_0x20dbe9){return _0x1ed490(_0x20dbe9);}};try{if(_0x58380f[_0x48c9c6(0x126)](testhubUtils[_0x48c9c6(0x167)](),!![]))return;const _0x4c3ab8=_0x58380f[_0x48c9c6(0x14b)](uuidv4);testRunMap[_0x48c9c6(0xf5)](_0x2d047b['id'],_0x4c3ab8),this[_0x48c9c6(0x15c)](_0x2d047b,_0x4c3ab8,_0x58380f[_0x48c9c6(0x130)]);}catch(_0x5796b4){_0x58380f[_0x48c9c6(0xfb)](debug,_0x48c9c6(0x168)+(_0x2d047b&&_0x2d047b[_0x48c9c6(0xf4)])+_0x48c9c6(0x10f)+_0x5796b4);}}[a13_0xda9819(0x13b)](_0x418fa1){const _0xea918d=a13_0xda9819,_0x303ce7={'fnRzl':function(_0x5290fa,_0x4ce79b){return _0x5290fa!==_0x4ce79b;},'ImDjO':function(_0x53bf8c){return _0x53bf8c();},'aLtSb':function(_0x3f5b67,_0x4e8aa7){return _0x3f5b67===_0x4e8aa7;},'jOLbo':_0xea918d(0x145),'celtX':'TestRunSkipped','EGKOz':_0xea918d(0x13f),'tXfnm':function(_0x3164d8,_0x2a5c0f){return _0x3164d8(_0x2a5c0f);}};try{if(_0x303ce7[_0xea918d(0x160)](testhubUtils[_0xea918d(0x167)](),!![]))return;const _0x3d0641=testRunMap[_0xea918d(0x16a)](_0x418fa1['id'])||_0x303ce7['ImDjO'](uuidv4),_0x5a68e7=_0x303ce7[_0xea918d(0x14f)](_0x418fa1[_0xea918d(0x11c)],_0x303ce7[_0xea918d(0x154)])?_0x303ce7[_0xea918d(0x119)]:_0x303ce7[_0xea918d(0x142)];this[_0xea918d(0x15c)](_0x418fa1,_0x3d0641,_0x5a68e7);}catch(_0x466626){_0x303ce7['tXfnm'](debug,_0xea918d(0xe1)+(_0x418fa1&&_0x418fa1['fullName'])+'\x20:\x20'+_0x466626);}finally{_0x418fa1&&(testRunMap['remove'](_0x418fa1['id']),_specStartTimes[_0xea918d(0xed)](_0x418fa1['id']));}}[a13_0xda9819(0x163)](){}['jasmineDone'](){}[a13_0xda9819(0x15c)](_0x16aa23,_0x2b3658,_0x24afb8){const _0x5c7980=a13_0xda9819,_0x5e2110={'IWkqJ':function(_0x4d26f1,_0x1b2597){return _0x4d26f1===_0x1b2597;},'cdcdW':_0x5c7980(0x13f),'XhlVd':_0x5c7980(0xea),'aYMxn':_0x5c7980(0x127),'oGUZb':function(_0x1d8184,_0x38622a,_0x64fa86){return _0x1d8184(_0x38622a,_0x64fa86);},'VJlrd':_0x5c7980(0x169),'sHGIV':function(_0x3f6187,_0x4c4fb6){return _0x3f6187===_0x4c4fb6;},'XocCH':'TestRunStarted','fpZoG':function(_0x209188,_0x2e5836){return _0x209188!==_0x2e5836;},'ckLzK':function(_0x1b2458,_0x512949){return _0x1b2458!==_0x512949;},'HyYqZ':function(_0x35e77a,_0x476d25){return _0x35e77a===_0x476d25;},'FUDBm':'javascript','RAFau':function(_0x20a427,_0x22040f){return _0x20a427&&_0x22040f;},'knXvu':_0x5c7980(0x12d),'VXWcm':'passed','dturM':_0x5c7980(0x13e),'qJQuw':_0x5c7980(0xee),'oRfsr':_0x5c7980(0x14c),'eCwhf':function(_0x1de50a,_0x3f8fa3){return _0x1de50a===_0x3f8fa3;},'MhuKF':_0x5c7980(0x157),'KeUcK':_0x5c7980(0x100),'ksCtW':_0x5c7980(0xfa),'Rvics':'failure_backtrace','vVPwu':_0x5c7980(0x147),'iTqtF':_0x5c7980(0x135),'XqFRd':_0x5c7980(0x148),'weQBL':function(_0x12049e,_0x5e5599){return _0x12049e(_0x5e5599);}};try{const _0x5dc1e0=_0x5e2110['IWkqJ'](_0x24afb8,_0x5e2110[_0x5c7980(0x128)])||_0x5e2110[_0x5c7980(0x12a)](_0x24afb8,_0x5e2110[_0x5c7980(0x12c)]),_0x43807b=this['_resolveFilePath'](_0x16aa23),_0x3f82e6=_0x43807b?this[_0x5c7980(0x132)][_0x5c7980(0x11e)](_0x43807b):_0x5e2110[_0x5c7980(0x118)],_0x3bafc9=_0x43807b?this[_0x5c7980(0x121)](path[_0x5c7980(0x158)](_0x43807b)):null,_0x261f5e=this[_0x5c7980(0x107)](_0x16aa23[_0x5c7980(0x137)]),_0x2301fc=_0x261f5e?_0x261f5e[_0x5c7980(0x103)]:undefined,_0x34cdb8=_0x261f5e?_0x5e2110['oGUZb'](failureData,_0x261f5e,_0x5e2110[_0x5c7980(0x10d)]):[],_0x3b26ad=new Date()[_0x5c7980(0x10b)](),_0x1ca0cd=this[_0x5c7980(0x12f)](_0x16aa23);_0x5e2110['sHGIV'](_0x24afb8,_0x5e2110['XocCH'])&&_0x16aa23&&_0x5e2110['fpZoG'](_0x16aa23['id'],undefined)&&_0x5e2110[_0x5c7980(0x120)](_0x16aa23['id'],null)&&_specStartTimes[_0x5c7980(0xf5)](_0x16aa23['id'],_0x3b26ad);const _0xc90d2b=_0x5e2110[_0x5c7980(0x106)](_0x24afb8,_0x5e2110[_0x5c7980(0x111)])?_0x3b26ad:_0x16aa23&&_specStartTimes[_0x5c7980(0x16a)](_0x16aa23['id'])||null,_0x22adb7={};_0x22adb7['lang']=_0x5e2110[_0x5c7980(0xe6)],_0x22adb7[_0x5c7980(0x140)]=null;const _0x887978={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x2b3658,'name':_0x16aa23[_0x5c7980(0x116)],'body':_0x22adb7,'scope':_0x1ca0cd[_0x5c7980(0xef)]('\x20'),'scopes':_0x1ca0cd,'identifier':_0x16aa23[_0x5c7980(0xf4)],'file_name':_0x3f82e6,'vc_filepath':_0x5e2110[_0x5c7980(0x112)](_0x3bafc9,_0x43807b)?path[_0x5c7980(0x123)](_0x3bafc9,_0x43807b):null,'location':_0x3f82e6,'result':_0x5e2110[_0x5c7980(0x12a)](_0x24afb8,_0x5e2110['XhlVd'])?_0x5e2110[_0x5c7980(0x14d)]:STATUS_MAP[_0x16aa23[_0x5c7980(0x11c)]]||_0x5e2110[_0x5c7980(0xe9)],'failure_reason':_0x2301fc,'duration_in_ms':_0x5e2110['IWkqJ'](typeof _0x16aa23[_0x5c7980(0x105)],_0x5e2110[_0x5c7980(0x129)])?_0x16aa23['duration']:null,'started_at':_0xc90d2b,'finished_at':_0x5dc1e0?_0x3b26ad:null,'failure':_0x34cdb8,'failure_type':!_0x2301fc?null:_0x2301fc[_0x5c7980(0xf0)](/AssertionError/)?_0x5e2110[_0x5c7980(0x161)]:_0x5e2110['oRfsr'],'retry_of':null};_0x5e2110['eCwhf'](_0x24afb8,_0x5e2110[_0x5c7980(0x12c)])&&!_0x887978[_0x5e2110[_0x5c7980(0x152)]]&&(_0x887978[_0x5e2110[_0x5c7980(0x152)]]=_0x887978[_0x5e2110['KeUcK']]);const _0x4f22c0=_0x887978[_0x5e2110['ksCtW']][0x0];_0x4f22c0&&(_0x887978[_0x5e2110[_0x5c7980(0x134)]]=_0x4f22c0[_0x5e2110[_0x5c7980(0x138)]],_0x887978[_0x5e2110[_0x5c7980(0x12e)]]=_0x4f22c0[_0x5e2110[_0x5c7980(0xf6)]]);testhubUtils[_0x5c7980(0xff)](_0x887978,_0x24afb8,_0x16aa23,FRAMEWORKS[_0x5c7980(0x166)]);const _0x19a2f1={'event_type':_0x5e2110[_0x5c7980(0x106)](_0x24afb8,_0x5e2110['XhlVd'])?_0x5e2110['cdcdW']:_0x24afb8,'test_run':_0x887978};return testhubUtils[_0x5c7980(0x101)](FRAMEWORKS['JASMINE'],_0x19a2f1),SessionHandler['uploadEventData'](_0x19a2f1);}catch(_0x17e6c0){_0x5e2110['weQBL'](debug,_0x5c7980(0x139)+_0x24afb8+_0x5c7980(0x10f)+_0x17e6c0);}}['_scopes'](_0x4b967b){const _0x3a6786=a13_0xda9819,_0x523c8c={'SeYcD':function(_0x9c3671,_0xc7ce0e){return _0x9c3671!==_0xc7ce0e;},'KaihT':function(_0x3c4abf,_0x1a2dbd){return _0x3c4abf>_0x1a2dbd;},'XwtQL':function(_0x5d8116,_0x263e47){return _0x5d8116(_0x263e47);},'oxLWl':function(_0x203dd2,_0x1c094f){return _0x203dd2-_0x1c094f;}};try{const _0x257e5d=[];let _0x9c2cb8=_0x4b967b&&_0x4b967b[_0x3a6786(0x15f)];const _0x58e1b2=new Set();while(_0x523c8c[_0x3a6786(0x146)](_0x9c2cb8,undefined)&&_0x523c8c[_0x3a6786(0x146)](_0x9c2cb8,null)&&this[_0x3a6786(0xe2)][_0x3a6786(0xf8)](_0x9c2cb8)&&!_0x58e1b2[_0x3a6786(0xf8)](_0x9c2cb8)){_0x58e1b2['add'](_0x9c2cb8);const _0x4d9a3b=this[_0x3a6786(0xe2)][_0x3a6786(0x16a)](_0x9c2cb8);_0x4d9a3b&&_0x4d9a3b['description']&&_0x257e5d[_0x3a6786(0x10c)](_0x4d9a3b['description']),_0x9c2cb8=_0x4d9a3b?_0x4d9a3b[_0x3a6786(0x15f)]:null;}if(_0x523c8c[_0x3a6786(0xe3)](_0x257e5d['length'],0x0))return _0x257e5d[_0x3a6786(0x108)]();}catch(_0x24ce19){_0x523c8c[_0x3a6786(0x14a)](debug,_0x3a6786(0x149)+(_0x4b967b&&_0x4b967b[_0x3a6786(0xf4)])+_0x3a6786(0x10f)+_0x24ce19);}const _0x4343a8=_0x4b967b&&_0x4b967b[_0x3a6786(0xf4)]||'',_0x3e8773=_0x4b967b&&_0x4b967b['description']||'';let _0x27ab27=_0x4343a8;return _0x3e8773&&_0x4343a8[_0x3a6786(0x15e)](_0x3e8773)&&(_0x27ab27=_0x4343a8[_0x3a6786(0x131)](0x0,_0x523c8c[_0x3a6786(0xfd)](_0x4343a8[_0x3a6786(0x117)],_0x3e8773[_0x3a6786(0x117)]))[_0x3a6786(0x15d)]()),_0x27ab27?_0x27ab27[_0x3a6786(0x155)](/\s+/):[];}[a13_0xda9819(0x13a)](_0x3a37f0){const _0x5a9a14=a13_0xda9819,_0x36746e={};_0x36746e['VzgoT']=function(_0x5e8a3,_0x3887c1){return _0x5e8a3===_0x3887c1;},_0x36746e[_0x5a9a14(0x151)]=function(_0x797d3d,_0x348962){return _0x797d3d+_0x348962;},_0x36746e[_0x5a9a14(0xf1)]=function(_0x28d86d,_0x4f8752){return _0x28d86d>_0x4f8752;};const _0x42b097=_0x36746e;if(_0x3a37f0&&_0x3a37f0['filename'])return _0x3a37f0['filename'];if(_0x3a37f0&&_0x3a37f0[_0x5a9a14(0xf4)]){if(this['_fileNameByFullName'][_0x3a37f0['fullName']])return this[_0x5a9a14(0x14e)][_0x3a37f0[_0x5a9a14(0xf4)]];let _0x10fa86=null,_0x5c174d=-0x1;for(const _0x5ba0f2 of Object[_0x5a9a14(0x104)](this['_fileNameByFullName'])){(_0x42b097['VzgoT'](_0x3a37f0[_0x5a9a14(0xf4)],_0x5ba0f2)||_0x3a37f0[_0x5a9a14(0xf4)][_0x5a9a14(0x10e)](_0x42b097['jhvtT'](_0x5ba0f2,'\x20')))&&_0x42b097[_0x5a9a14(0xf1)](_0x5ba0f2[_0x5a9a14(0x117)],_0x5c174d)&&(_0x10fa86=this[_0x5a9a14(0x14e)][_0x5ba0f2],_0x5c174d=_0x5ba0f2[_0x5a9a14(0x117)]);}if(_0x10fa86)return _0x10fa86;}return null;}[a13_0xda9819(0x107)](_0x5465ff){const _0x179e47=a13_0xda9819,_0x2b7e4e={};_0x2b7e4e['oWubR']=function(_0x5bc229,_0x4d2205){return _0x5bc229===_0x4d2205;},_0x2b7e4e[_0x179e47(0xf9)]=_0x179e47(0x136);const _0x12d21b=_0x2b7e4e;if(!Array[_0x179e47(0xfc)](_0x5465ff)||_0x12d21b['oWubR'](_0x5465ff[_0x179e47(0x117)],0x0))return undefined;const _0xc85244=[],_0x5d49e2=[];for(const _0x7cd010 of _0x5465ff){_0x7cd010&&_0x7cd010[_0x179e47(0x103)]&&_0xc85244['push'](_0x7cd010[_0x179e47(0x103)]),_0x7cd010&&_0x7cd010[_0x179e47(0x15a)]&&_0x5d49e2[_0x179e47(0x10c)](_0x7cd010[_0x179e47(0x15a)]);}const _0x4362e7=_0x5465ff[0x0]||{},_0x431c5f=_0xc85244['join']('\x0a')||_0x4362e7[_0x179e47(0x103)]||_0x12d21b[_0x179e47(0xf9)],_0x2d387f=_0x5d49e2[_0x179e47(0xef)]('\x0a\x0a')||_0x4362e7[_0x179e47(0x15a)]||_0x431c5f,_0x26b649={};return _0x26b649[_0x179e47(0x103)]=_0x431c5f,_0x26b649[_0x179e47(0x15a)]=_0x2d387f,_0x26b649[_0x179e47(0x15b)]=_0x4362e7[_0x179e47(0x15b)],_0x26b649[_0x179e47(0xe5)]=_0x4362e7[_0x179e47(0xe5)],_0x26b649[_0x179e47(0x159)]=_0x4362e7[_0x179e47(0x159)],_0x26b649;}[a13_0xda9819(0x121)](_0x3f0acb){const _0x596376=a13_0xda9819,_0x2e07eb={};_0x2e07eb[_0x596376(0x156)]=function(_0x195aed,_0x23856a){return _0x195aed===_0x23856a;},_0x2e07eb['DJpAS']=function(_0x91aef1,_0x2c2b3d){return _0x91aef1===_0x2c2b3d;},_0x2e07eb[_0x596376(0xf3)]=function(_0x199d34,_0x494b15){return _0x199d34===_0x494b15;},_0x2e07eb[_0x596376(0x114)]=function(_0x3fd267,_0x29d05e){return _0x3fd267===_0x29d05e;},_0x2e07eb[_0x596376(0x133)]=_0x596376(0xfe),_0x2e07eb[_0x596376(0x11f)]=_0x596376(0x141);const _0x5335f1=_0x2e07eb,_0x47200d=path[_0x596376(0xe7)];if(_0x5335f1['nKPcD'](_0x3f0acb,null)||_0x5335f1[_0x596376(0x10a)](_0x3f0acb,'')||_0x5335f1['QNwOM'](_0x3f0acb,_0x47200d)||_0x5335f1[_0x596376(0x114)](_0x3f0acb,path[_0x596376(0x158)](_0x3f0acb)))return null;try{return fs[_0x596376(0x13d)](path[_0x596376(0xef)](_0x3f0acb,_0x5335f1[_0x596376(0x133)],_0x5335f1[_0x596376(0x11f)])),_0x3f0acb;}catch(_0x281dee){return this['_findGitConfig'](path[_0x596376(0x158)](_0x3f0acb));}}}module[a13_0xda9819(0x113)]=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a14_0x10cc(){const _0x50ecd3=['BROWSERSTACK_JASMINE_PARALLELS','trim','hQjAn','inherit',')\x20exited\x20with\x20code\x20','cwd','225GEpVlI','validPlatformsPresent','FXGlP','child_process','rRZuf','isUndefined','existsSync','getHubUrl','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_CAPABILITIES','utf8','launchBuild','path','qFwYC','proxySettings','spec','end','../../helpers/logger','\x20concurrent)','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','getInstance','env','wzGDT','testObservability','nEvqZ','txUIK','18885dZgBRN',')\x20:\x20','../../helpers/performance/performance-tester','npx','BROWSERSTACK_RERUN_TESTS','cCyeW','../../helpers/puppeteer-helper','logLevel','BmKEs','BIpad','../../helpers/test-observability/utils','posix','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','qFtyD','FRAMEWORKS','iQNoh','binSessionId','../v2/browserstackCLI','string','isBrowserstackInfra','from','globSync','**/*[sS]pec.?(m)js','746930hvVJqz','slice','HkibK','EVENTS','../../helpers/test-observability/constants','start','error','info','wVHop','jasmine','accessibilityOptions','readFileSync','kvzhJ','JASMINE','resolve','debug','dRint','isCLIEnabled','spec/support/jasmine.json','platform','platformIndex','vBNqN','win32','parallelsPerPlatform','PxiPn','JASMINE_CONFIG_PATH','prepareCapabilities','capability','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','length','SDK_SETUP','maxWorkers','teXLV','\x20:\x20','nnMdg','WSSKn','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','getPackageVersion','push','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','\x20work-item(s),\x20max\x20','exitCode','specArgs','../../helpers/utilities','152NNTxqr','config','map','1199720EhLuXN','../../helpers/helper','102jYFBgL','platforms','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','printBuildLink','JXpaA','18QMJYof','IoYLw','shouldReRunObservabilityTests',';\x20proceeding\x20without\x20injection','util','zPRNR','exports','spec_dir','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','initialize','../../helpers/performance/constants','isArray','229453ILpvUh','drRcM','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','parseFileNames','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','format','xhzsR',',\x20specs=','stringify','jasmine\x20child\x20(platformIndex=','21236ozJvXI','lzyyI','spec_files','1434730KNmpOP','assign','mbRtP','26262093JDRkwc','QrevU','@playwright/test','../../helpers/playwright-helper','all','join','filter','bBPIq','YaeOX','true','\x27\x20:\x20','close','GJtzD','startsWith','\x20platform(s),\x20parallelsPerPlatform=','Running\x20your\x20Jasmine\x20tests\x20across\x20','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','p-limit','SmQle','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','__isPuppeteerInstalled','WLNlk','../utils/constants'];a14_0x10cc=function(){return _0x50ecd3;};return a14_0x10cc();}const a14_0x35ce19=a14_0x8bcd;(function(_0x4e72d0,_0x4f2846){const _0x5ab8d4=a14_0x8bcd,_0x1aa7d8=_0x4e72d0();while(!![]){try{const _0x3ef3ec=-parseInt(_0x5ab8d4(0x184))/0x1+-parseInt(_0x5ab8d4(0x113))/0x2+-parseInt(_0x5ab8d4(0x153))/0x3*(-parseInt(_0x5ab8d4(0x130))/0x4)+-parseInt(_0x5ab8d4(0x16d))/0x5*(parseInt(_0x5ab8d4(0x115))/0x6)+-parseInt(_0x5ab8d4(0x126))/0x7*(parseInt(_0x5ab8d4(0x110))/0x8)+-parseInt(_0x5ab8d4(0x11a))/0x9*(parseInt(_0x5ab8d4(0x133))/0xa)+parseInt(_0x5ab8d4(0x136))/0xb;if(_0x3ef3ec===_0x4f2846)break;else _0x1aa7d8['push'](_0x1aa7d8['shift']());}catch(_0x56f6ac){_0x1aa7d8['push'](_0x1aa7d8['shift']());}}}(a14_0x10cc,0x717fc));function a14_0x8bcd(_0x5dce76,_0x364866){const _0x10cc98=a14_0x10cc();return a14_0x8bcd=function(_0x8bcd7b,_0x40b36e){_0x8bcd7b=_0x8bcd7b-0xe8;let _0x40481a=_0x10cc98[_0x8bcd7b];return _0x40481a;},a14_0x8bcd(_0x5dce76,_0x364866);}const fs=require('fs'),path=require(a14_0x35ce19(0x15f)),util=require(a14_0x35ce19(0x11e)),{spawn}=require(a14_0x35ce19(0x156)),glob=require('glob'),pLimit=require(a14_0x35ce19(0x147)),logger=require(a14_0x35ce19(0x164))['winstonLogger'],helper=require(a14_0x35ce19(0x114)),utilities=require(a14_0x35ce19(0x10f)),constants=require(a14_0x35ce19(0x14c)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x35ce19(0x177)),{FRAMEWORKS}=require(a14_0x35ce19(0xe8)),PerformanceTester=require(a14_0x35ce19(0x16f)),PerformanceEvents=require(a14_0x35ce19(0x124))[a14_0x35ce19(0x187)],BrowserstackCLI=require(a14_0x35ce19(0x17e)),{checkPwandBootstrapCli}=require(a14_0x35ce19(0x139)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x35ce19(0x173)),getMaxWorkers=(_0x5da645,_0x3b09d6)=>{const _0x155cb9=a14_0x35ce19,_0x40590f={'mbRtP':function(_0x1157fe,_0x442ff5){return _0x1157fe(_0x442ff5);}};let _0x23b4c2=0x1;if(!helper[_0x155cb9(0x158)](_0x3b09d6[_0x155cb9(0xfb)]))_0x23b4c2=_0x40590f[_0x155cb9(0x135)](parseInt,_0x3b09d6[_0x155cb9(0xfb)]);else!helper[_0x155cb9(0x158)](_0x5da645[_0x155cb9(0x103)])&&(_0x23b4c2=_0x5da645[_0x155cb9(0x103)]);return _0x23b4c2;},resolveJasmineConfigPath=()=>{const _0x2eed50=a14_0x35ce19,_0x506116={};_0x506116[_0x2eed50(0x175)]=_0x2eed50(0xf6);const _0x5600c7=_0x506116,_0x2c7dea=[];process['env'][_0x2eed50(0xfd)]&&_0x2c7dea[_0x2eed50(0x10a)](path['resolve'](process[_0x2eed50(0x152)](),process[_0x2eed50(0x168)][_0x2eed50(0xfd)]));_0x2c7dea[_0x2eed50(0x10a)](path[_0x2eed50(0xf2)](process[_0x2eed50(0x152)](),_0x5600c7[_0x2eed50(0x175)]));for(const _0x3f5ddd of _0x2c7dea){try{if(fs[_0x2eed50(0x159)](_0x3f5ddd))return _0x3f5ddd;}catch(_0x2151dd){}}return null;},enumerateSpecFiles=_0x1bcd97=>{const _0x42fb4c=a14_0x35ce19,_0x5e988a={'nnMdg':function(_0x58f4e,_0x161819){return _0x58f4e(_0x161819);},'kvzhJ':function(_0x4cc058,_0x59380c){return _0x4cc058>_0x59380c;},'hILRz':function(_0x2adbc3,_0x5b7005){return _0x2adbc3(_0x5b7005);},'DMZxd':function(_0xd0b506,_0x33b1fd){return _0xd0b506<_0x33b1fd;},'cCyeW':function(_0x5bbfca,_0x468f8a){return _0x5bbfca===_0x468f8a;},'bAnng':_0x42fb4c(0x17f),'XvQAq':function(_0xd03f41,_0x25b87,_0x11b37f){return _0xd03f41(_0x25b87,_0x11b37f);},'PxiPn':function(_0x2f0317){return _0x2f0317();},'bBPIq':_0x42fb4c(0x15d),'Dvwkk':_0x42fb4c(0x162),'qFtyD':_0x42fb4c(0x183),'GJtzD':function(_0x25cc6d,_0x303b49,_0x34e4da){return _0x25cc6d(_0x303b49,_0x34e4da);},'oBZJE':function(_0x2af8d7,_0x363fd4){return _0x2af8d7(_0x363fd4);}};try{if(testOpsHelper[_0x42fb4c(0x11c)]()){const _0x418f71=testOpsHelper[_0x42fb4c(0x129)](process['env'][_0x42fb4c(0x171)]);if(Array[_0x42fb4c(0x125)](_0x418f71)&&_0x5e988a[_0x42fb4c(0xf0)](_0x418f71['length'],0x0))return _0x418f71[_0x42fb4c(0x112)](_0x5f2b61=>path[_0x42fb4c(0xf2)](process[_0x42fb4c(0x152)](),_0x5f2b61[_0x42fb4c(0x14e)]()))[_0x42fb4c(0x13c)](Boolean);}}catch(_0x455c20){_0x5e988a['hILRz'](debug,_0x42fb4c(0x128)+util[_0x42fb4c(0x12b)](_0x455c20));}const _0x57509c=[];try{for(let _0x3beba1=0x1;_0x5e988a['DMZxd'](_0x3beba1,_0x1bcd97[_0x42fb4c(0x101)]);_0x3beba1++){const _0xbb3b2b=_0x1bcd97[_0x3beba1];_0x5e988a[_0x42fb4c(0x172)](typeof _0xbb3b2b,_0x5e988a['bAnng'])&&!_0xbb3b2b[_0x42fb4c(0x143)]('-')&&_0x57509c[_0x42fb4c(0x10a)](_0xbb3b2b);}}catch(_0x21ca48){}const _0x37f3f7={'cwd':process[_0x42fb4c(0x152)](),'absolute':!![],'nodir':!![]},_0x64294=(_0x51241b,_0x3d28f9)=>{const _0x2f2b2f=_0x42fb4c,_0x3a1e07=[];for(const _0x5e0b0d of _0x51241b){try{const _0x15843d=_0x3d28f9?path[_0x2f2b2f(0x178)][_0x2f2b2f(0x13b)](_0x3d28f9,_0x5e0b0d):_0x5e0b0d,_0x26c797=glob[_0x2f2b2f(0x182)](_0x15843d,_0x37f3f7);Array[_0x2f2b2f(0x125)](_0x26c797)&&_0x3a1e07[_0x2f2b2f(0x10a)](..._0x26c797);}catch(_0xfdfe25){_0x5e988a[_0x2f2b2f(0x106)](debug,'Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27'+_0x5e0b0d+_0x2f2b2f(0x140)+util[_0x2f2b2f(0x12b)](_0xfdfe25));}}return _0x3a1e07;};if(_0x5e988a[_0x42fb4c(0xf0)](_0x57509c[_0x42fb4c(0x101)],0x0)){const _0x33aaf1=_0x5e988a['XvQAq'](_0x64294,_0x57509c,null);if(_0x5e988a[_0x42fb4c(0xf0)](_0x33aaf1[_0x42fb4c(0x101)],0x0))return Array['from'](new Set(_0x33aaf1));return _0x57509c[_0x42fb4c(0x112)](_0x48b440=>path['resolve'](process['cwd'](),_0x48b440));}try{const _0x34710c=_0x5e988a[_0x42fb4c(0xfc)](resolveJasmineConfigPath);if(_0x34710c){const _0x20a810=JSON['parse'](fs[_0x42fb4c(0xef)](_0x34710c,_0x5e988a[_0x42fb4c(0x13d)])),_0x4c39b5=_0x20a810[_0x42fb4c(0x121)]||_0x5e988a['Dvwkk'],_0x4a9966=Array['isArray'](_0x20a810[_0x42fb4c(0x132)])&&_0x5e988a[_0x42fb4c(0xf0)](_0x20a810['spec_files']['length'],0x0)?_0x20a810['spec_files']:[_0x5e988a[_0x42fb4c(0x17a)]],_0x5cc405=_0x5e988a[_0x42fb4c(0x142)](_0x64294,_0x4a9966,_0x4c39b5);if(_0x5e988a[_0x42fb4c(0xf0)](_0x5cc405[_0x42fb4c(0x101)],0x0))return Array[_0x42fb4c(0x181)](new Set(_0x5cc405));}}catch(_0x47d201){_0x5e988a['oBZJE'](debug,_0x42fb4c(0x117)+util[_0x42fb4c(0x12b)](_0x47d201));}return null;};async function run(_0x2d3ba4,_0x3eeb25,_0x4e4200){const _0x272184=a14_0x35ce19,_0x4c81b2={'dRint':function(_0x37a9ab,_0x52a6d3){return _0x37a9ab>_0x52a6d3;},'zPRNR':function(_0x937500,_0x1b7fca){return _0x937500>_0x1b7fca;},'fmoSt':_0x272184(0x13a),'teXLV':function(_0x16af10,_0x1761e4){return _0x16af10(_0x1761e4);},'ccnhj':function(_0x5eb7c8,_0x1d6c32){return _0x5eb7c8||_0x1d6c32;},'TlKsG':function(_0x3972d2,_0x56c6e0){return _0x3972d2(_0x56c6e0);},'WLNlk':function(_0x36d687,_0x1e560f){return _0x36d687>_0x1e560f;},'drRcM':function(_0x46598a,_0x2705ea,_0x5c4935,_0x5df8ee){return _0x46598a(_0x2705ea,_0x5c4935,_0x5df8ee);},'HkibK':_0x272184(0x170),'wVHop':_0x272184(0xed),'DzBvD':function(_0x76ee82,_0x2db93a){return _0x76ee82===_0x2db93a;},'XtbVS':_0x272184(0xfa),'qFwYC':_0x272184(0x150),'WSSKn':_0x272184(0x141),'wzGDT':_0x272184(0xea),'mnpGG':function(_0x1e0de4,_0x1d0a07){return _0x1e0de4(_0x1d0a07);},'txUIK':function(_0x17ba7e,_0x242340){return _0x17ba7e(_0x242340);},'SmQle':_0x272184(0x138),'JXpaA':function(_0x2f4697){return _0x2f4697();},'iQNoh':function(_0x27ad97,_0x45a397,_0x1f082f,_0x4b2986){return _0x27ad97(_0x45a397,_0x1f082f,_0x4b2986);},'hQjAn':function(_0x49852e,_0x167772){return _0x49852e!=_0x167772;},'osVEG':_0x272184(0x13f),'xhzsR':function(_0xdb23e7,_0x3b85bd){return _0xdb23e7(_0x3b85bd);},'QrevU':function(_0x46a825,_0x4d2717,_0x393497){return _0x46a825(_0x4d2717,_0x393497);},'FXGlP':function(_0x41b582,_0x953960){return _0x41b582*_0x953960;},'nEvqZ':'test.setup.js','YaeOX':function(_0x14eb26,_0x284719){return _0x14eb26(_0x284719);},'BIpad':function(_0x1c856c,_0x44dbeb){return _0x1c856c(_0x44dbeb);},'bXKoC':function(_0xa371c8,_0x237083){return _0xa371c8(_0x237083);},'LiRlN':function(_0x5d34cd,_0x4cea84){return _0x5d34cd<_0x4cea84;},'IoYLw':function(_0xb86f79,_0x45255a){return _0xb86f79(_0x45255a);},'kIXVM':function(_0x1f3b83,_0x181609){return _0x1f3b83(_0x181609);}},_0x44a393=helper[_0x272184(0x109)](_0x4c81b2[_0x272184(0x148)]);global['__isPlaywrightInstalled']=!!_0x44a393;const _0x177ce7=_0x4c81b2[_0x272184(0x119)](getPuppeteerVersion);global[_0x272184(0x14a)]=!!_0x177ce7;helper[_0x272184(0x180)]()&&(await _0x4e4200[_0x272184(0x123)](_0x2d3ba4),await helper['handleApp'](_0x4e4200['config']));if(_0x44a393)await _0x4c81b2[_0x272184(0x17c)](checkPwandBootstrapCli,_0x44a393,constants[_0x272184(0x17b)][_0x272184(0xf1)],_0x4e4200);else _0x177ce7&&await _0x4c81b2[_0x272184(0x127)](checkPuppeteerAndBootstrapCli,_0x177ce7,constants[_0x272184(0x17b)][_0x272184(0xf1)],_0x4e4200);if(!_0x4e4200[_0x272184(0x111)])return;_0x4c81b2[_0x272184(0x14f)](_0x4e4200[_0x272184(0x111)]['testObservability'],null)?process[_0x272184(0x168)][_0x272184(0x15b)]=_0x4e4200[_0x272184(0x111)][_0x272184(0x16a)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4c81b2['osVEG'];!helper['isUndefined'](_0x4e4200[_0x272184(0x111)][_0x272184(0xee)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x272184(0x12e)](_0x4e4200[_0x272184(0x111)]['accessibilityOptions']));try{await TestHubHandler[_0x272184(0x15e)](FRAMEWORKS['JASMINE'],_0x4e4200);}catch(_0x13bc51){logger['error'](_0x272184(0x149)+util['format'](_0x13bc51)),_0x4c81b2[_0x272184(0x12c)](debug,_0x272184(0x166)+util[_0x272184(0x12b)](_0x13bc51));}let _0x71c092=![],_0x589573=[];try{_0x71c092=helper['useW3C'](_0x4e4200['config']),_0x589573=helper[_0x272184(0xfe)](_0x4e4200['config'],_0x71c092,constants[_0x272184(0x17b)][_0x272184(0xf1)]),process['env'][_0x272184(0x15c)]=JSON[_0x272184(0x12e)](_0x589573);}catch(_0x2c136b){_0x4c81b2[_0x272184(0x12c)](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util[_0x272184(0x12b)](_0x2c136b));}let _0x2b5302=null,_0x1bcabd=![];try{_0x2b5302=helper[_0x272184(0x15a)](_0x4e4200[_0x272184(0x111)]),_0x1bcabd=helper[_0x272184(0x154)](_0x4e4200['config']);}catch(_0xa55535){_0x4c81b2[_0x272184(0x104)](debug,'Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20'+util[_0x272184(0x12b)](_0xa55535));}const _0x100f48=_0x355a57=>{const _0x49430d=_0x272184,_0x3ad0c9=Array['isArray'](_0x589573)&&_0x4c81b2[_0x49430d(0xf4)](_0x589573[_0x49430d(0x101)],_0x355a57)?_0x589573[_0x355a57]:Array[_0x49430d(0x125)](_0x589573)&&_0x4c81b2[_0x49430d(0x11f)](_0x589573['length'],0x0)?_0x589573[0x0]:{};return{'server':_0x2b5302,'capability':_0x3ad0c9,'proxySettings':_0x4e4200['config'][_0x49430d(0x161)],'platform':helper['getPlatformName'](_0x3ad0c9),'browserStackLogLevel':_0x4e4200[_0x49430d(0x111)][_0x49430d(0x174)],'platformIndex':_0x355a57,'framework':constants['FRAMEWORKS'][_0x49430d(0xf1)],'platformCaps':_0x1bcabd?Object[_0x49430d(0x134)]({'index':_0x355a57},_0x4e4200[_0x49430d(0x111)][_0x49430d(0x116)][_0x355a57]):{'index':_0x355a57}};};let _0x33cb35=0x1,_0x10d1b8=0x1,_0x5083e2=0x1;try{_0x33cb35=_0x4c81b2[_0x272184(0x137)](getMaxWorkers,_0x2d3ba4,_0x4e4200[_0x272184(0x111)]),_0x10d1b8=_0x1bcabd?_0x4e4200[_0x272184(0x111)][_0x272184(0x116)]['length']:0x1,_0x5083e2=_0x4c81b2[_0x272184(0x155)](_0x10d1b8,_0x33cb35),process[_0x272184(0x168)][_0x272184(0x14d)]=_0x4c81b2[_0x272184(0x12c)](String,_0x5083e2);}catch(_0x1dc132){_0x4c81b2['mnpGG'](debug,_0x272184(0x179)+util[_0x272184(0x12b)](_0x1dc132));}try{BrowserstackCLI[_0x272184(0x167)]()[_0x272184(0x17d)]&&(process[_0x272184(0x168)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI[_0x272184(0x167)]()[_0x272184(0x17d)]);}catch(_0x4cb8f1){_0x4c81b2[_0x272184(0x104)](debug,_0x272184(0x12a)+util[_0x272184(0x12b)](_0x4cb8f1));}const _0x31e6a7=[];try{const _0x6dbe1f=path[_0x272184(0xf2)](__dirname,_0x4c81b2[_0x272184(0x16b)]);fs[_0x272184(0x159)](_0x6dbe1f)?_0x31e6a7[_0x272184(0x10a)]('--helper='+_0x6dbe1f):_0x4c81b2[_0x272184(0x13e)](debug,_0x272184(0x122)+_0x6dbe1f+_0x272184(0x11d));}catch(_0x52cb8b){_0x4c81b2[_0x272184(0x176)](debug,_0x272184(0x146)+util['format'](_0x52cb8b));}const _0x54303c=_0x3eeb25[_0x272184(0x185)](0x1),_0x1aa195=_0x4c81b2['bXKoC'](enumerateSpecFiles,_0x3eeb25),_0x11ebda=[];for(let _0x143860=0x0;_0x4c81b2['LiRlN'](_0x143860,_0x10d1b8);_0x143860++){if(_0x4c81b2[_0x272184(0xf4)](_0x33cb35,0x1)&&Array[_0x272184(0x125)](_0x1aa195)&&_0x4c81b2[_0x272184(0xf4)](_0x1aa195[_0x272184(0x101)],0x0))for(const _0xe87913 of _0x1aa195){const _0x1ea8f1={};_0x1ea8f1[_0x272184(0xf8)]=_0x143860,_0x1ea8f1[_0x272184(0x10e)]=[_0xe87913],_0x11ebda[_0x272184(0x10a)](_0x1ea8f1);}else{const _0x518a06={};_0x518a06[_0x272184(0xf8)]=_0x143860,_0x518a06[_0x272184(0x10e)]=_0x1aa195,_0x11ebda['push'](_0x518a06);}}logger[_0x272184(0xeb)](_0x272184(0x145)+_0x10d1b8+_0x272184(0x144)+_0x33cb35+'\x20('+_0x11ebda[_0x272184(0x101)]+_0x272184(0x10c)+_0x5083e2+_0x272184(0x165)),PerformanceTester[_0x272184(0x163)](PerformanceEvents[_0x272184(0x102)]);const _0xe9dc72=_0x3a4902=>new Promise(_0xd3b389=>{const _0x131072=_0x272184,_0x57333a={'vBNqN':_0x4c81b2['fmoSt'],'lzyyI':function(_0xc83df6,_0x489a22){const _0x4297de=a14_0x8bcd;return _0x4c81b2[_0x4297de(0x104)](_0xc83df6,_0x489a22);},'rRZuf':function(_0x36a5c6,_0xd233de){return _0x4c81b2['ccnhj'](_0x36a5c6,_0xd233de);}};let _0x399b67;try{const _0x290a5b=_0x4c81b2[_0x131072(0x104)](_0x100f48,_0x3a4902['platformIndex']);_0x399b67=Object[_0x131072(0x134)]({},process[_0x131072(0x168)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x131072(0x12e)](_0x290a5b),'BROWSERSTACK_CAPABILITIES':JSON[_0x131072(0x12e)]([_0x290a5b[_0x131072(0xff)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x1c64f7){_0x4c81b2['TlKsG'](debug,'Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'+_0x3a4902['platformIndex']+_0x131072(0x105)+util['format'](_0x1c64f7)),_0x399b67=Object[_0x131072(0x134)]({},process[_0x131072(0x168)]);}const _0x325c68=Array[_0x131072(0x125)](_0x3a4902[_0x131072(0x10e)])?_0x3a4902['specArgs']:[],_0x3e4056=_0x4c81b2[_0x131072(0x14b)](_0x325c68[_0x131072(0x101)],0x0)?_0x54303c[_0x131072(0x13c)](_0x40f924=>typeof _0x40f924===_0x131072(0x17f)&&_0x40f924[_0x131072(0x143)]('-')):_0x54303c,_0x5e30ef=[..._0x31e6a7,..._0x3e4056,..._0x325c68];try{const _0x436d31=_0x4c81b2['drRcM'](spawn,_0x4c81b2[_0x131072(0x186)],[_0x4c81b2[_0x131072(0xec)],..._0x5e30ef],{'shell':_0x4c81b2['DzBvD'](process[_0x131072(0xf7)],_0x4c81b2['XtbVS']),'stdio':_0x4c81b2[_0x131072(0x160)],'env':_0x399b67});_0x436d31['on'](_0x4c81b2[_0x131072(0x107)],_0x16a5b4=>{const _0x459def=_0x131072;logger[_0x459def(0xf3)](_0x459def(0x12f)+_0x3a4902[_0x459def(0xf8)]+_0x459def(0x12d)+(_0x325c68['length']?_0x325c68['join'](','):_0x57333a[_0x459def(0xf9)])+_0x459def(0x151)+_0x16a5b4),_0x57333a[_0x459def(0x131)](_0xd3b389,_0x57333a[_0x459def(0x157)](_0x16a5b4,0x0));}),_0x436d31['on'](_0x4c81b2[_0x131072(0x169)],_0x496c04=>{const _0xcc9d74=_0x131072;_0x57333a['lzyyI'](debug,_0xcc9d74(0x100)+_0x3a4902[_0xcc9d74(0xf8)]+')\x20:\x20'+util[_0xcc9d74(0x12b)](_0x496c04)),_0x57333a['lzyyI'](_0xd3b389,0x1);});}catch(_0x44331f){_0x4c81b2['mnpGG'](debug,'Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex='+_0x3a4902[_0x131072(0xf8)]+_0x131072(0x16e)+util[_0x131072(0x12b)](_0x44331f)),_0x4c81b2[_0x131072(0x16c)](_0xd3b389,0x1);}}),_0x6901d6=_0x4c81b2[_0x272184(0x11b)](pLimit,_0x4c81b2['WLNlk'](_0x5083e2,0x0)?_0x5083e2:0x1),_0x34eea1=await Promise['all'](_0x11ebda[_0x272184(0x112)](_0x258a6a=>_0x6901d6(()=>_0xe9dc72(_0x258a6a))));PerformanceTester[_0x272184(0xe9)](PerformanceEvents['SDK_CLEANUP']);const _0x483235=_0x34eea1['find'](_0x5ec6b9=>_0x5ec6b9!==0x0)||0x0;process[_0x272184(0x10d)]=_0x483235,logger['debug'](_0x272184(0x10b)+_0x483235);const _0x1f83b7=BrowserstackCLI[_0x272184(0xf5)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x272184(0x167)]()['stop']();}catch(_0x247434){_0x4c81b2['kIXVM'](debug,_0x272184(0x108)+util[_0x272184(0x12b)](_0x247434));}testOpsHelper[_0x272184(0x118)](),await utilities['finalExecution'](_0x4e4200,_0x1f83b7);}module[a14_0x35ce19(0x120)]=run;
2
+ 'use strict';function a14_0x54b2(_0x4ec80c,_0x470b8c){const _0x2f4865=a14_0x2f48();return a14_0x54b2=function(_0x54b20c,_0x5cbcdd){_0x54b20c=_0x54b20c-0x152;let _0x5b558d=_0x2f4865[_0x54b20c];return _0x5b558d;},a14_0x54b2(_0x4ec80c,_0x470b8c);}const a14_0x3362a5=a14_0x54b2;(function(_0xa4fc3b,_0x51859b){const _0x563789=a14_0x54b2,_0x2edb17=_0xa4fc3b();while(!![]){try{const _0x1d6266=parseInt(_0x563789(0x1a0))/0x1*(-parseInt(_0x563789(0x1aa))/0x2)+-parseInt(_0x563789(0x18c))/0x3*(-parseInt(_0x563789(0x1c4))/0x4)+-parseInt(_0x563789(0x1af))/0x5+parseInt(_0x563789(0x1f0))/0x6+-parseInt(_0x563789(0x1d5))/0x7+-parseInt(_0x563789(0x1be))/0x8*(parseInt(_0x563789(0x1d3))/0x9)+parseInt(_0x563789(0x192))/0xa;if(_0x1d6266===_0x51859b)break;else _0x2edb17['push'](_0x2edb17['shift']());}catch(_0x4c386a){_0x2edb17['push'](_0x2edb17['shift']());}}}(a14_0x2f48,0xca6cf));const fs=require('fs'),path=require(a14_0x3362a5(0x1c7)),util=require(a14_0x3362a5(0x170)),{spawn}=require(a14_0x3362a5(0x1b3)),glob=require(a14_0x3362a5(0x1b6)),pLimit=require(a14_0x3362a5(0x19e)),logger=require(a14_0x3362a5(0x1e8))[a14_0x3362a5(0x1ea)],helper=require(a14_0x3362a5(0x159)),utilities=require('../../helpers/utilities'),constants=require(a14_0x3362a5(0x1cf)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a14_0x3362a5(0x18e)),{debug}=require(a14_0x3362a5(0x18e)),{FRAMEWORKS}=require(a14_0x3362a5(0x1d7)),PerformanceTester=require(a14_0x3362a5(0x1cc)),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x3362a5(0x1e7)],BrowserstackCLI=require(a14_0x3362a5(0x1dc)),{checkPwandBootstrapCli}=require(a14_0x3362a5(0x1c3)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x3362a5(0x166)),getMaxWorkers=(_0x4a375b,_0x562dca)=>{const _0x4c9274=a14_0x3362a5,_0x4cff26={'pdqNj':function(_0x1654b3,_0x127a8a){return _0x1654b3(_0x127a8a);}};let _0x23fc2c=0x1;if(!helper[_0x4c9274(0x174)](_0x562dca['parallelsPerPlatform']))_0x23fc2c=_0x4cff26['pdqNj'](parseInt,_0x562dca[_0x4c9274(0x1b9)]);else!helper[_0x4c9274(0x174)](_0x4a375b[_0x4c9274(0x17d)])&&(_0x23fc2c=_0x4a375b[_0x4c9274(0x17d)]);return _0x23fc2c;},resolveJasmineConfigPath=()=>{const _0x4a5b2f=a14_0x3362a5,_0x41dc74={};_0x41dc74[_0x4a5b2f(0x1d2)]=_0x4a5b2f(0x186);const _0x12ea34=_0x41dc74,_0x4f5b39=[];process[_0x4a5b2f(0x1e9)][_0x4a5b2f(0x15a)]&&_0x4f5b39[_0x4a5b2f(0x161)](path['resolve'](process['cwd'](),process['env'][_0x4a5b2f(0x15a)]));_0x4f5b39['push'](path[_0x4a5b2f(0x190)](process[_0x4a5b2f(0x172)](),_0x12ea34[_0x4a5b2f(0x1d2)]));for(const _0x58647b of _0x4f5b39){try{if(fs[_0x4a5b2f(0x173)](_0x58647b))return _0x58647b;}catch(_0x3d5eac){}}return null;},enumerateSpecFiles=_0x163c8d=>{const _0x1b2fb2=a14_0x3362a5,_0x3be977={'Ueasp':function(_0x11cf5a,_0x245c3d){return _0x11cf5a(_0x245c3d);},'sExgT':function(_0x40bf99,_0x517c90){return _0x40bf99>_0x517c90;},'zWNTI':function(_0x38a585,_0x8f342c){return _0x38a585(_0x8f342c);},'SKNPY':function(_0x5b0574,_0x353c73){return _0x5b0574<_0x353c73;},'AXyYM':function(_0x86bdef,_0x4513dc){return _0x86bdef===_0x4513dc;},'KPLRs':_0x1b2fb2(0x195),'oqrBz':function(_0x2c27d0,_0x3335a6){return _0x2c27d0>_0x3335a6;},'FVGlf':function(_0x402801,_0x360962,_0x1043e8){return _0x402801(_0x360962,_0x1043e8);},'IqIuS':function(_0x5839af){return _0x5839af();},'cuJxp':_0x1b2fb2(0x182),'RAvHz':'spec','KvVSm':function(_0x10886a,_0x454081){return _0x10886a>_0x454081;},'JVDIE':_0x1b2fb2(0x196)};try{if(testOpsHelper[_0x1b2fb2(0x1e5)]()){const _0x272818=testOpsHelper[_0x1b2fb2(0x187)](process[_0x1b2fb2(0x1e9)][_0x1b2fb2(0x1c1)]);if(Array[_0x1b2fb2(0x198)](_0x272818)&&_0x3be977[_0x1b2fb2(0x1dd)](_0x272818['length'],0x0))return _0x272818[_0x1b2fb2(0x180)](_0x57f482=>path[_0x1b2fb2(0x190)](process['cwd'](),_0x57f482[_0x1b2fb2(0x18b)]()))['filter'](Boolean);}}catch(_0x4d1927){_0x3be977[_0x1b2fb2(0x1d4)](debug,_0x1b2fb2(0x162)+util[_0x1b2fb2(0x175)](_0x4d1927));}const _0x2f27cf=[];try{for(let _0x5e2100=0x1;_0x3be977[_0x1b2fb2(0x1b2)](_0x5e2100,_0x163c8d[_0x1b2fb2(0x1d0)]);_0x5e2100++){const _0x2b9ca4=_0x163c8d[_0x5e2100];_0x3be977[_0x1b2fb2(0x1e3)](typeof _0x2b9ca4,_0x3be977['KPLRs'])&&!_0x2b9ca4[_0x1b2fb2(0x18d)]('-')&&_0x2f27cf[_0x1b2fb2(0x161)](_0x2b9ca4);}}catch(_0x180c89){}const _0x506ed6={'cwd':process[_0x1b2fb2(0x172)](),'absolute':!![],'nodir':!![]},_0x5ef7ec=(_0x13aa66,_0x34b2a6)=>{const _0x5709a8=_0x1b2fb2,_0x71e8b0=[];for(const _0x397638 of _0x13aa66){try{const _0x1acf08=_0x34b2a6?path['posix'][_0x5709a8(0x15d)](_0x34b2a6,_0x397638):_0x397638,_0x3da212=glob['globSync'](_0x1acf08,_0x506ed6);Array[_0x5709a8(0x198)](_0x3da212)&&_0x71e8b0['push'](..._0x3da212);}catch(_0x3f3226){_0x3be977[_0x5709a8(0x160)](debug,_0x5709a8(0x19a)+_0x397638+_0x5709a8(0x18a)+util[_0x5709a8(0x175)](_0x3f3226));}}return _0x71e8b0;};if(_0x3be977['oqrBz'](_0x2f27cf[_0x1b2fb2(0x1d0)],0x0)){const _0x21d24f=_0x3be977[_0x1b2fb2(0x17c)](_0x5ef7ec,_0x2f27cf,null);if(_0x3be977[_0x1b2fb2(0x1ed)](_0x21d24f[_0x1b2fb2(0x1d0)],0x0))return Array[_0x1b2fb2(0x1a4)](new Set(_0x21d24f));return _0x2f27cf[_0x1b2fb2(0x180)](_0x4b58e9=>path['resolve'](process[_0x1b2fb2(0x172)](),_0x4b58e9));}try{const _0x42f101=_0x3be977[_0x1b2fb2(0x189)](resolveJasmineConfigPath);if(_0x42f101){const _0x1e7002=JSON[_0x1b2fb2(0x1b1)](fs[_0x1b2fb2(0x199)](_0x42f101,_0x3be977['cuJxp'])),_0x35085b=_0x1e7002[_0x1b2fb2(0x1bf)]||_0x3be977[_0x1b2fb2(0x1d8)],_0x52cbad=Array[_0x1b2fb2(0x198)](_0x1e7002[_0x1b2fb2(0x18f)])&&_0x3be977[_0x1b2fb2(0x1d1)](_0x1e7002[_0x1b2fb2(0x18f)][_0x1b2fb2(0x1d0)],0x0)?_0x1e7002[_0x1b2fb2(0x18f)]:[_0x3be977[_0x1b2fb2(0x19d)]],_0x2f157c=_0x3be977['FVGlf'](_0x5ef7ec,_0x52cbad,_0x35085b);if(_0x3be977[_0x1b2fb2(0x1dd)](_0x2f157c[_0x1b2fb2(0x1d0)],0x0))return Array[_0x1b2fb2(0x1a4)](new Set(_0x2f157c));}}catch(_0x29a671){_0x3be977['zWNTI'](debug,_0x1b2fb2(0x16b)+util[_0x1b2fb2(0x175)](_0x29a671));}return null;};function a14_0x2f48(){const _0x5c517f=['parallelsPerPlatform','pxaXm','exports','JASMINE','binSessionId','8075608uGnVZK','spec_dir','handleApp','BROWSERSTACK_RERUN_TESTS','yXJVU','../../helpers/playwright-helper','3816476gYcLXR','uVCva','launchBuild','path','QoKaD','npx','info','--helper=','../../helpers/performance/performance-tester','assign','config','../utils/constants','length','KvVSm','luKWF','9aznAah','zWNTI','5642070PEmpLe','true','../../helpers/test-observability/constants','RAvHz','close','\x20concurrent)','platforms','../v2/browserstackCLI','sExgT','\x20:\x20','xPAPI','iVtPU','specArgs','otLdb','AXyYM','BZrQd','shouldReRunObservabilityTests','LtNDw','EVENTS','../../helpers/logger','env','winstonLogger','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','hQwKo','oqrBz','getPlatformName','BROWSERSTACK_CAPABILITIES','9231798bGkNhx','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','__isPuppeteerInstalled','Dnarb','logLevel','inherit','MwKtc','Running\x20your\x20Jasmine\x20tests\x20across\x20','yovSJ','platformIndex','../../helpers/helper','JASMINE_CONFIG_PATH','wEELN',')\x20exited\x20with\x20code\x20','join','getHubUrl','test.setup.js','Ueasp','push','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','bAfoJ','capability','yaGSz','../../helpers/puppeteer-helper','zwgaS','\x20work-item(s),\x20max\x20','printBuildLink','stop','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','FRAMEWORKS','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','WORrD','testObservability','util','stringify','cwd','existsSync','isUndefined','format','tQfCq','useW3C','finalExecution','find','SDK_CLEANUP','ncVaE','FVGlf','maxWorkers','end','sOkRw','map',';\x20proceeding\x20without\x20injection','utf8','all','debug','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','spec/support/jasmine.json','parseFileNames','UdYkM','IqIuS','\x27\x20:\x20','trim','3dGXRBd','startsWith','../../helpers/test-observability/utils','spec_files','resolve',')\x20:\x20','19170030zfTVZL','hGptF','ZvWtM','string','**/*[sS]pec.?(m)js','win32','isArray','readFileSync','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','validPlatformsPresent','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','JVDIE','p-limit','proxySettings','169fBUmJZ','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','getInstance','isBrowserstackInfra','from','accessibilityOptions','getPackageVersion','jasmine','initialize','BROWSERSTACK_TEST_OBSERVABILITY_YML','3428vImvSC','pOCUM','slice','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','filter','7377465SzQkJs','SDK_SETUP','parse','SKNPY','child_process','Stjph','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','glob','vaQss','rXRXk'];a14_0x2f48=function(){return _0x5c517f;};return a14_0x2f48();}async function run(_0x1ec298,_0x333029,_0x3cf88b){const _0x2cc4b5=a14_0x3362a5,_0x24c49d={'uVCva':function(_0x102f7e,_0x59e2d9){return _0x102f7e>_0x59e2d9;},'hQwKo':function(_0x50ce5a,_0x2d29da){return _0x50ce5a>_0x2d29da;},'iVtPU':'all','BZrQd':function(_0x5a8c79,_0x782fc8){return _0x5a8c79(_0x782fc8);},'itVyV':function(_0x190a78,_0x5cc761){return _0x190a78||_0x5cc761;},'hGptF':function(_0x471cf4,_0x5427de){return _0x471cf4(_0x5427de);},'bMbwE':function(_0x26daec,_0x4d40c3,_0x7d002d,_0xd09342){return _0x26daec(_0x4d40c3,_0x7d002d,_0xd09342);},'LtNDw':_0x2cc4b5(0x1c9),'WORrD':_0x2cc4b5(0x1a7),'Stjph':function(_0x444057,_0x1eef6e){return _0x444057===_0x1eef6e;},'QoKaD':_0x2cc4b5(0x197),'pOCUM':_0x2cc4b5(0x154),'tQfCq':_0x2cc4b5(0x1d9),'rXRXk':'error','yovSJ':'@playwright/test','xPAPI':function(_0xbcf98f){return _0xbcf98f();},'pxaXm':function(_0x294d18,_0x5e0fce,_0x20aea,_0x1e2fd0){return _0x294d18(_0x5e0fce,_0x20aea,_0x1e2fd0);},'bAfoJ':function(_0x23c1ce,_0x382c90,_0x1758e4,_0x201f21){return _0x23c1ce(_0x382c90,_0x1758e4,_0x201f21);},'Dnarb':function(_0x227815,_0xd97637){return _0x227815!=_0xd97637;},'yaGSz':_0x2cc4b5(0x1d6),'ncVaE':function(_0x461b70,_0x5cb215){return _0x461b70(_0x5cb215);},'ZvWtM':function(_0x2e6b7e,_0x4027f6){return _0x2e6b7e(_0x4027f6);},'zwgaS':function(_0x35ff22,_0xddaf18,_0x496076){return _0x35ff22(_0xddaf18,_0x496076);},'sOkRw':function(_0x45166c,_0x536aae){return _0x45166c*_0x536aae;},'MwKtc':function(_0xa99ba9,_0x4244aa){return _0xa99ba9(_0x4244aa);},'yXJVU':_0x2cc4b5(0x15f),'wEELN':function(_0x22e73f,_0x3784d1){return _0x22e73f(_0x3784d1);},'fjYeh':function(_0x3f41a4,_0x26ae06){return _0x3f41a4<_0x26ae06;},'vaQss':function(_0x331a3c,_0xe7de7a){return _0x331a3c>_0xe7de7a;},'UdYkM':function(_0x1d6ad9,_0xad1351){return _0x1d6ad9(_0xad1351);}},_0x495e91=helper[_0x2cc4b5(0x1a6)](_0x24c49d[_0x2cc4b5(0x157)]);global['__isPlaywrightInstalled']=!!_0x495e91;const _0x2e187f=_0x24c49d[_0x2cc4b5(0x1df)](getPuppeteerVersion);global[_0x2cc4b5(0x1f4)]=!!_0x2e187f;helper[_0x2cc4b5(0x1a3)]()&&(await _0x3cf88b[_0x2cc4b5(0x1a8)](_0x1ec298),await helper[_0x2cc4b5(0x1c0)](_0x3cf88b[_0x2cc4b5(0x1ce)]));if(_0x495e91)await _0x24c49d[_0x2cc4b5(0x1ba)](checkPwandBootstrapCli,_0x495e91,constants[_0x2cc4b5(0x16c)]['JASMINE'],_0x3cf88b);else _0x2e187f&&await _0x24c49d[_0x2cc4b5(0x163)](checkPuppeteerAndBootstrapCli,_0x2e187f,constants[_0x2cc4b5(0x16c)][_0x2cc4b5(0x1bc)],_0x3cf88b);if(!_0x3cf88b['config'])return;_0x24c49d[_0x2cc4b5(0x152)](_0x3cf88b['config'][_0x2cc4b5(0x16f)],null)?process[_0x2cc4b5(0x1e9)][_0x2cc4b5(0x1a9)]=_0x3cf88b[_0x2cc4b5(0x1ce)][_0x2cc4b5(0x16f)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x24c49d[_0x2cc4b5(0x165)];!helper[_0x2cc4b5(0x174)](_0x3cf88b['config'][_0x2cc4b5(0x1a5)])&&(process[_0x2cc4b5(0x1e9)][_0x2cc4b5(0x19c)]=JSON[_0x2cc4b5(0x171)](_0x3cf88b[_0x2cc4b5(0x1ce)]['accessibilityOptions']));try{await TestHubHandler[_0x2cc4b5(0x1c6)](FRAMEWORKS[_0x2cc4b5(0x1bc)],_0x3cf88b);}catch(_0x59ec46){logger['error'](_0x2cc4b5(0x1f1)+util[_0x2cc4b5(0x175)](_0x59ec46)),_0x24c49d[_0x2cc4b5(0x17b)](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util[_0x2cc4b5(0x175)](_0x59ec46));}let _0x131dbc=![],_0x361196=[];try{_0x131dbc=helper[_0x2cc4b5(0x177)](_0x3cf88b['config']),_0x361196=helper['prepareCapabilities'](_0x3cf88b['config'],_0x131dbc,constants[_0x2cc4b5(0x16c)]['JASMINE']),process[_0x2cc4b5(0x1e9)][_0x2cc4b5(0x1ef)]=JSON[_0x2cc4b5(0x171)](_0x361196);}catch(_0x3b7e5b){_0x24c49d[_0x2cc4b5(0x194)](debug,_0x2cc4b5(0x1b5)+util[_0x2cc4b5(0x175)](_0x3b7e5b));}let _0x137a83=null,_0x379686=![];try{_0x137a83=helper[_0x2cc4b5(0x15e)](_0x3cf88b[_0x2cc4b5(0x1ce)]),_0x379686=helper[_0x2cc4b5(0x19b)](_0x3cf88b[_0x2cc4b5(0x1ce)]);}catch(_0x26e148){_0x24c49d[_0x2cc4b5(0x1e4)](debug,_0x2cc4b5(0x1a1)+util[_0x2cc4b5(0x175)](_0x26e148));}const _0x191682=_0x2f521d=>{const _0x575e5c=_0x2cc4b5,_0x32aa7e=Array['isArray'](_0x361196)&&_0x24c49d[_0x575e5c(0x1c5)](_0x361196['length'],_0x2f521d)?_0x361196[_0x2f521d]:Array['isArray'](_0x361196)&&_0x24c49d['hQwKo'](_0x361196['length'],0x0)?_0x361196[0x0]:{};return{'server':_0x137a83,'capability':_0x32aa7e,'proxySettings':_0x3cf88b[_0x575e5c(0x1ce)][_0x575e5c(0x19f)],'platform':helper[_0x575e5c(0x1ee)](_0x32aa7e),'browserStackLogLevel':_0x3cf88b[_0x575e5c(0x1ce)][_0x575e5c(0x153)],'platformIndex':_0x2f521d,'framework':constants[_0x575e5c(0x16c)][_0x575e5c(0x1bc)],'platformCaps':_0x379686?Object[_0x575e5c(0x1cd)]({'index':_0x2f521d},_0x3cf88b[_0x575e5c(0x1ce)][_0x575e5c(0x1db)][_0x2f521d]):{'index':_0x2f521d}};};let _0x4f084c=0x1,_0x18befc=0x1,_0x3c9746=0x1;try{_0x4f084c=_0x24c49d[_0x2cc4b5(0x167)](getMaxWorkers,_0x1ec298,_0x3cf88b[_0x2cc4b5(0x1ce)]),_0x18befc=_0x379686?_0x3cf88b[_0x2cc4b5(0x1ce)][_0x2cc4b5(0x1db)][_0x2cc4b5(0x1d0)]:0x1,_0x3c9746=_0x24c49d[_0x2cc4b5(0x17f)](_0x18befc,_0x4f084c),process[_0x2cc4b5(0x1e9)]['BROWSERSTACK_JASMINE_PARALLELS']=_0x24c49d[_0x2cc4b5(0x193)](String,_0x3c9746);}catch(_0x6b3256){_0x24c49d['ncVaE'](debug,_0x2cc4b5(0x1ad)+util[_0x2cc4b5(0x175)](_0x6b3256));}try{BrowserstackCLI[_0x2cc4b5(0x1a2)]()[_0x2cc4b5(0x1bd)]&&(process[_0x2cc4b5(0x1e9)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI[_0x2cc4b5(0x1a2)]()[_0x2cc4b5(0x1bd)]);}catch(_0x582b79){_0x24c49d[_0x2cc4b5(0x155)](debug,_0x2cc4b5(0x185)+util['format'](_0x582b79));}const _0x989c04=[];try{const _0x46e231=path[_0x2cc4b5(0x190)](__dirname,_0x24c49d[_0x2cc4b5(0x1c2)]);fs[_0x2cc4b5(0x173)](_0x46e231)?_0x989c04[_0x2cc4b5(0x161)](_0x2cc4b5(0x1cb)+_0x46e231):_0x24c49d[_0x2cc4b5(0x193)](debug,_0x2cc4b5(0x1f2)+_0x46e231+_0x2cc4b5(0x181));}catch(_0x2d06fc){_0x24c49d[_0x2cc4b5(0x15b)](debug,_0x2cc4b5(0x1f3)+util[_0x2cc4b5(0x175)](_0x2d06fc));}const _0x1cabac=_0x333029[_0x2cc4b5(0x1ac)](0x1),_0xb1913f=_0x24c49d[_0x2cc4b5(0x194)](enumerateSpecFiles,_0x333029),_0x1c122a=[];for(let _0x4c907a=0x0;_0x24c49d['fjYeh'](_0x4c907a,_0x18befc);_0x4c907a++){if(_0x24c49d[_0x2cc4b5(0x1ec)](_0x4f084c,0x1)&&Array['isArray'](_0xb1913f)&&_0x24c49d[_0x2cc4b5(0x1ec)](_0xb1913f[_0x2cc4b5(0x1d0)],0x0))for(const _0x5d6601 of _0xb1913f){const _0x4b414c={};_0x4b414c['platformIndex']=_0x4c907a,_0x4b414c['specArgs']=[_0x5d6601],_0x1c122a[_0x2cc4b5(0x161)](_0x4b414c);}else{const _0x1a104f={};_0x1a104f[_0x2cc4b5(0x158)]=_0x4c907a,_0x1a104f[_0x2cc4b5(0x1e1)]=_0xb1913f,_0x1c122a[_0x2cc4b5(0x161)](_0x1a104f);}}logger[_0x2cc4b5(0x1ca)](_0x2cc4b5(0x156)+_0x18befc+'\x20platform(s),\x20parallelsPerPlatform='+_0x4f084c+'\x20('+_0x1c122a['length']+_0x2cc4b5(0x168)+_0x3c9746+_0x2cc4b5(0x1da)),PerformanceTester[_0x2cc4b5(0x17e)](PerformanceEvents[_0x2cc4b5(0x1b0)]);const _0x1cbffa=_0x29206d=>new Promise(_0x50f02c=>{const _0x436b0f=_0x2cc4b5,_0x1c1401={'otLdb':function(_0x4ec4c4,_0x5380a8){const _0xf1aa5e=a14_0x54b2;return _0x24c49d[_0xf1aa5e(0x193)](_0x4ec4c4,_0x5380a8);}};let _0x3b8e26;try{const _0x46349d=_0x24c49d[_0x436b0f(0x193)](_0x191682,_0x29206d[_0x436b0f(0x158)]);_0x3b8e26=Object[_0x436b0f(0x1cd)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x46349d),'BROWSERSTACK_CAPABILITIES':JSON[_0x436b0f(0x171)]([_0x46349d[_0x436b0f(0x164)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x18e2d3){_0x24c49d[_0x436b0f(0x193)](debug,_0x436b0f(0x1eb)+_0x29206d['platformIndex']+_0x436b0f(0x1de)+util[_0x436b0f(0x175)](_0x18e2d3)),_0x3b8e26=Object[_0x436b0f(0x1cd)]({},process[_0x436b0f(0x1e9)]);}const _0xd089f7=Array[_0x436b0f(0x198)](_0x29206d[_0x436b0f(0x1e1)])?_0x29206d[_0x436b0f(0x1e1)]:[],_0x499931=_0x24c49d[_0x436b0f(0x1c5)](_0xd089f7[_0x436b0f(0x1d0)],0x0)?_0x1cabac[_0x436b0f(0x1ae)](_0x2c6cb7=>typeof _0x2c6cb7==='string'&&_0x2c6cb7['startsWith']('-')):_0x1cabac,_0x31e99a=[..._0x989c04,..._0x499931,..._0xd089f7];try{const _0xbd71fe=_0x24c49d['bMbwE'](spawn,_0x24c49d[_0x436b0f(0x1e6)],[_0x24c49d[_0x436b0f(0x16e)],..._0x31e99a],{'shell':_0x24c49d[_0x436b0f(0x1b4)](process['platform'],_0x24c49d[_0x436b0f(0x1c8)]),'stdio':_0x24c49d[_0x436b0f(0x1ab)],'env':_0x3b8e26});_0xbd71fe['on'](_0x24c49d[_0x436b0f(0x176)],_0x44a25c=>{const _0x32c90b=_0x436b0f;logger[_0x32c90b(0x184)]('jasmine\x20child\x20(platformIndex='+_0x29206d[_0x32c90b(0x158)]+',\x20specs='+(_0xd089f7[_0x32c90b(0x1d0)]?_0xd089f7[_0x32c90b(0x15d)](','):_0x24c49d[_0x32c90b(0x1e0)])+_0x32c90b(0x15c)+_0x44a25c),_0x24c49d[_0x32c90b(0x1e4)](_0x50f02c,_0x24c49d['itVyV'](_0x44a25c,0x0));}),_0xbd71fe['on'](_0x24c49d[_0x436b0f(0x1b8)],_0x2142f8=>{const _0x47bfc1=_0x436b0f;_0x1c1401[_0x47bfc1(0x1e2)](debug,'Jasmine\x20child\x20spawn\x20error\x20(platformIndex='+_0x29206d[_0x47bfc1(0x158)]+')\x20:\x20'+util[_0x47bfc1(0x175)](_0x2142f8)),_0x1c1401[_0x47bfc1(0x1e2)](_0x50f02c,0x1);});}catch(_0x5eee84){_0x24c49d[_0x436b0f(0x1e4)](debug,'Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex='+_0x29206d['platformIndex']+_0x436b0f(0x191)+util[_0x436b0f(0x175)](_0x5eee84)),_0x24c49d['hGptF'](_0x50f02c,0x1);}}),_0x5ef53e=_0x24c49d[_0x2cc4b5(0x194)](pLimit,_0x24c49d[_0x2cc4b5(0x1b7)](_0x3c9746,0x0)?_0x3c9746:0x1),_0x17fd2c=await Promise[_0x2cc4b5(0x183)](_0x1c122a[_0x2cc4b5(0x180)](_0x43c41c=>_0x5ef53e(()=>_0x1cbffa(_0x43c41c))));PerformanceTester['start'](PerformanceEvents[_0x2cc4b5(0x17a)]);const _0x1913ca=_0x17fd2c[_0x2cc4b5(0x179)](_0x1b7483=>_0x1b7483!==0x0)||0x0;process['exitCode']=_0x1913ca,logger[_0x2cc4b5(0x184)]('All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20'+_0x1913ca);const _0x13b13b=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x2cc4b5(0x16a)](),await BrowserstackCLI[_0x2cc4b5(0x1a2)]()[_0x2cc4b5(0x16a)]();}catch(_0x4c896e){_0x24c49d[_0x2cc4b5(0x188)](debug,_0x2cc4b5(0x16d)+util['format'](_0x4c896e));}testOpsHelper[_0x2cc4b5(0x169)](),await utilities[_0x2cc4b5(0x178)](_0x3cf88b,_0x13b13b);}module[a14_0x3362a5(0x1bb)]=run;
@@ -1 +1 @@
1
- 'use strict';const a15_0x3f85a5=a15_0xbcd4;(function(_0xf9d40b,_0x1cfafe){const _0x36a6fd=a15_0xbcd4,_0x3b468f=_0xf9d40b();while(!![]){try{const _0x120e1f=-parseInt(_0x36a6fd(0xb1))/0x1*(-parseInt(_0x36a6fd(0x121))/0x2)+-parseInt(_0x36a6fd(0x119))/0x3+parseInt(_0x36a6fd(0x11b))/0x4*(parseInt(_0x36a6fd(0xe4))/0x5)+parseInt(_0x36a6fd(0x101))/0x6*(parseInt(_0x36a6fd(0xad))/0x7)+parseInt(_0x36a6fd(0x110))/0x8+-parseInt(_0x36a6fd(0x9d))/0x9*(-parseInt(_0x36a6fd(0x9b))/0xa)+parseInt(_0x36a6fd(0x10b))/0xb*(-parseInt(_0x36a6fd(0xab))/0xc);if(_0x120e1f===_0x1cfafe)break;else _0x3b468f['push'](_0x3b468f['shift']());}catch(_0x49e742){_0x3b468f['push'](_0x3b468f['shift']());}}}(a15_0x4922,0x5d751));function a15_0xbcd4(_0x47f447,_0x447ec7){const _0x492256=a15_0x4922();return a15_0xbcd4=function(_0xbcd443,_0x1208fa){_0xbcd443=_0xbcd443-0x8f;let _0x41e4d7=_0x492256[_0xbcd443];return _0x41e4d7;},a15_0xbcd4(_0x47f447,_0x447ec7);}const util=require(a15_0x3f85a5(0xfc)),logger=require(a15_0x3f85a5(0x96))[a15_0x3f85a5(0xd4)],helper=require(a15_0x3f85a5(0xe5)),globals=require(a15_0x3f85a5(0xf6)),{shouldProcessEventForTesthub}=require(a15_0x3f85a5(0xaf)),testHubConstants=require(a15_0x3f85a5(0x99)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a15_0x3f85a5(0xff)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a15_0x3f85a5(0xfd)][a15_0x3f85a5(0xd0)]||process[a15_0x3f85a5(0xfd)][a15_0x3f85a5(0xb7)];rawConfig!==undefined&&(_bstackConfig=JSON[a15_0x3f85a5(0xae)](rawConfig));}catch(a15_0x19c343){logger[a15_0x3f85a5(0x9c)](a15_0x3f85a5(0xe9)+util[a15_0x3f85a5(0xb3)](a15_0x19c343));}try{if(_bstackConfig&&!helper[a15_0x3f85a5(0xa0)]('@playwright/test')){const qkxMPC=a15_0x3f85a5(0xf1)[a15_0x3f85a5(0xde)]('|');let REJsgd=0x0;while(!![]){switch(qkxMPC[REJsgd++]){case'0':global[a15_0x3f85a5(0x11f)]=_bstackConfig[a15_0x3f85a5(0xa4)];continue;case'1':shouldProcessEventForTesthub()?require('../../index')['browserstackAgentV2'](_bstackConfig,null,!![]):require(a15_0x3f85a5(0xfa))[a15_0x3f85a5(0xcf)](_bstackConfig);continue;case'2':helper[a15_0x3f85a5(0xe3)]()?(global[a15_0x3f85a5(0x127)]=helper[a15_0x3f85a5(0x124)](_bstackConfig[a15_0x3f85a5(0xb9)]),global['__skipSessionStatus']=helper[a15_0x3f85a5(0x124)](_bstackConfig[a15_0x3f85a5(0xef)])):(global[a15_0x3f85a5(0x127)]=!![],global['__skipSessionStatus']=!![]);continue;case'3':global[a15_0x3f85a5(0xa7)]=_bstackConfig[a15_0x3f85a5(0xa6)]||{};continue;case'4':logger[a15_0x3f85a5(0x9c)](a15_0x3f85a5(0x105));continue;}break;}}}catch(a15_0x50c3b7){logger[a15_0x3f85a5(0x9c)](a15_0x3f85a5(0xfe)+util[a15_0x3f85a5(0xb3)](a15_0x50c3b7));}const _fileNameByFullName={};try{if(typeof describe===a15_0x3f85a5(0x10d)&&typeof global!==a15_0x3f85a5(0xd3)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0xde87d5=a15_0x3f85a5,_0x4692bc={'ISmfB':function(_0xa714e6,_0x3d5d3f){return _0xa714e6(_0x3d5d3f);},'bWFcJ':_0xde87d5(0x97),'rxesJ':_0xde87d5(0xda),'sFDoq':_0xde87d5(0x9a)},_0x28ead0=Error[_0xde87d5(0xc3)];try{const _0x1488e9=new Error();Error['prepareStackTrace']=(_0x18817e,_0x154901)=>_0x154901;const _0x2ece5a=_0x1488e9['stack'];Error[_0xde87d5(0xc3)]=_0x28ead0;if(Array[_0xde87d5(0xb5)](_0x2ece5a))for(const _0x3a2a3b of _0x2ece5a){const _0x3947e6=_0x3a2a3b[_0xde87d5(0xac)]&&_0x3a2a3b[_0xde87d5(0xac)]();if(_0x3947e6&&!_0x3947e6[_0xde87d5(0x95)](_0xde87d5(0xf5)+_0x4692bc[_0xde87d5(0x11a)](require,_0x4692bc[_0xde87d5(0x93)])[_0xde87d5(0xea)]+'jasmine'+_0x4692bc[_0xde87d5(0x11a)](require,_0x4692bc[_0xde87d5(0x93)])[_0xde87d5(0xea)])&&!_0x3947e6[_0xde87d5(0x108)](_0x4692bc[_0xde87d5(0xf7)])&&!_0x3947e6[_0xde87d5(0x95)](_0x4692bc[_0xde87d5(0x109)]))return _0x3947e6;}}catch(_0x5daa37){Error[_0xde87d5(0xc3)]=_0x28ead0;}return null;},_wrappedDescribe=function(_0x1c1064,_0x3e95bc){const _0x3c83c5=a15_0x3f85a5,_0x2d6643={'WejZf':function(_0xb661cf){return _0xb661cf();},'HNplW':function(_0x263955,_0x215b1d){return _0x263955&&_0x215b1d;},'jyYTt':function(_0x2c2ca9,_0x28c15f,_0x3949dd){return _0x2c2ca9(_0x28c15f,_0x3949dd);}};let _0x5d7e84=null;try{_0x5d7e84=_0x2d6643[_0x3c83c5(0x10f)](_resolveCallerFile);}catch(_0x518b94){}_describeTitleStack[_0x3c83c5(0xdb)](_0x1c1064);const _0x46ed2a=_describeTitleStack[_0x3c83c5(0x10e)]('\x20');_0x2d6643[_0x3c83c5(0xe0)](_0x5d7e84,_0x46ed2a)&&(_fileNameByFullName[_0x46ed2a]=_0x5d7e84);try{return _0x2d6643['jyYTt'](_origDescribe,_0x1c1064,_0x3e95bc);}finally{_describeTitleStack[_0x3c83c5(0xd2)]();}};Object[a15_0x3f85a5(0xb2)](_origDescribe)[a15_0x3f85a5(0x111)](_0x2cd88f=>{_wrappedDescribe[_0x2cd88f]=_origDescribe[_0x2cd88f];}),global[a15_0x3f85a5(0xe7)]=_wrappedDescribe;}}catch(a15_0x27f57c){logger[a15_0x3f85a5(0x9c)](a15_0x3f85a5(0xbf)+util[a15_0x3f85a5(0xb3)](a15_0x27f57c));}try{if(typeof jasmine!=='undefined'&&jasmine[a15_0x3f85a5(0xc5)]){const BrowserStackJasmineReporter=require(a15_0x3f85a5(0xb6)),a15_0x4a2cef={};a15_0x4a2cef[a15_0x3f85a5(0xed)]=_fileNameByFullName,jasmine[a15_0x3f85a5(0xc5)]()['addReporter'](new BrowserStackJasmineReporter(a15_0x4a2cef)),logger['debug'](a15_0x3f85a5(0xbc));}else logger[a15_0x3f85a5(0x9c)](a15_0x3f85a5(0xd7));}catch(a15_0x465042){logger[a15_0x3f85a5(0x9c)](a15_0x3f85a5(0xc8)+util[a15_0x3f85a5(0xb3)](a15_0x465042));}try{typeof jasmine!=='undefined'&&jasmine[a15_0x3f85a5(0xc5)]&&jasmine['getEnv']()[a15_0x3f85a5(0xc0)]({'specStarted'(_0x4c34ca){const _0x447874=a15_0x3f85a5,_0x23234d={};_0x23234d[_0x447874(0xce)]=function(_0x5bd90a,_0x42d811){return _0x5bd90a||_0x42d811;};const _0x5ebed8=_0x23234d;_activeResultId=_0x4c34ca&&_0x4c34ca['id'],_activeFullName=_0x4c34ca&&_0x4c34ca[_0x447874(0x125)],_activeResultRef=_0x5ebed8[_0x447874(0xce)](_0x4c34ca,null);},'specDone'(){}});}catch(a15_0x4a11e8){logger['debug'](a15_0x3f85a5(0xba)+util['format'](a15_0x4a11e8));}const _resolveAutoScanning=()=>{const _0x22f24a=a15_0x3f85a5,_0x5448ec={};_0x5448ec[_0x22f24a(0x107)]=function(_0x48d072,_0x38d6fa){return _0x48d072===_0x38d6fa;};const _0x4db724=_0x5448ec;let _0x1e0eb4=!![];try{const _0xf9656b=JSON[_0x22f24a(0xae)](process[_0x22f24a(0xfd)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x4db724[_0x22f24a(0x107)](_0xf9656b[_0x22f24a(0xdd)],![])&&(_0x1e0eb4=![]);}catch(_0x16e947){logger[_0x22f24a(0x9c)](_0x22f24a(0xd9)+_0x16e947[_0x22f24a(0xf8)]);}return _0x1e0eb4;};function a15_0x4922(){const _0x457991=['skipSessionName','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','error','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','markSessionStatus','__skipSessionStatus','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','addReporter','gKMlz','thJwtToken','prepareStackTrace','IxETv','getEnv','warn','PHZgF','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','__drivers','roSnL','exports','BROWSERSTACK_TESTHUB_JWT','IopQr','browserstackAgentV2','BROWSERSTACK_JASMINE_CONFIG','oFkHp','pop','undefined','winstonLogger','BTONi','bFGfA','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','EAmra','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','node:','push','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','autoScanning','split','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','HNplW','thTestRunUuid','info','isBrowserstackInfra','2416835xJjdwc','../../helpers/helper','browserstackSessionName','describe','dIKbj','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','sep','\x22}}','getGlobal','fileNameByFullName','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','skipSessionStatus','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','4|1|3|0|2','__sessionFailed','TwKxd',',\x22level\x22:\x20\x22','bin','../../helpers/globals','rxesJ','message','failed','../../index','BROWSERSTACK_TESTHUB_UUID','util','env','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','../../helpers/accessibility-automation/accessibilityRetryHelper','CfZyl','254994eCDDXk','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','bstackA11yScanOptions','BHkES','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','hqbtv','startsWith','sFDoq','pTZzV','77LTyJdD','IMIPo','function','join','WejZf','2554968IAoOfH','forEach','failedExpectations','bstackA11yShouldScan','EonIZ','ENV_VAR','bSHil','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','1861572lZfHKf','ISmfB','4AzAlvp','ndvwV','length','sessionNameSet__','browserstackPlatformIndex','executeScript','83486SSJQRO','isMobilePlatform','setGlobal','isTrue','fullName','EXMvs','__skipSessionName','passed','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','isAccessibilityPlatform','sessionName','bWFcJ','is_mobile_session','includes','../../helpers/logger','path','Passed','../../helpers/testhub/constants','jasmine-core','40GVHYUV','debug','82755rXtGrM','Failed:\x20','gYFva','getPackageVersion','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','KsHxI','jXxbW','platformIndex','thBuildUuid','platformCaps','__platformCaps','stringify','lYTUh','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','1742292iWHdZd','getFileName','105KHqusi','parse','../../helpers/testhub/utils','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','13fzSVQJ','keys','format','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','isArray','./bstack-reporter/customReporter','CONFIG','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully'];a15_0x4922=function(){return _0x457991;};return a15_0x4922();}try{typeof beforeEach===a15_0x3f85a5(0x10d)&&beforeEach(function bstackA11yBeforeEach(){const _0x56d9cb=a15_0x3f85a5,_0x2bf287={'BTONi':function(_0x5c2617){return _0x5c2617();},'CfZyl':function(_0x6c6700,_0x3763c4,_0x3d6d84){return _0x6c6700(_0x3763c4,_0x3d6d84);},'PHZgF':function(_0x19d188,_0x27e2b6){return _0x19d188&&_0x27e2b6;},'jXxbW':_0x56d9cb(0x113),'roSnL':_0x56d9cb(0x103)};try{const _0x352267=_0x2bf287[_0x56d9cb(0xd5)](_resolveAutoScanning),_0x5bb728=_0x2bf287[_0x56d9cb(0x100)](shouldScanTestForAccessibility,null,![]),_0x27beb4=_0x2bf287[_0x56d9cb(0xc7)](_0x352267,_0x5bb728);globals[_0x56d9cb(0x123)](_0x2bf287[_0x56d9cb(0xa3)],_0x27beb4),globals['setGlobal'](_0x2bf287[_0x56d9cb(0xcb)],null);}catch(_0x2f6c0e){logger[_0x56d9cb(0x9c)](_0x56d9cb(0xa1)+util[_0x56d9cb(0xb3)](_0x2f6c0e));}}),typeof afterEach==='function'&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x214e20=a15_0x3f85a5,_0xca919={'BHkES':function(_0x356ed4,_0x3e5b4d){return _0x356ed4>_0x3e5b4d;},'bSHil':'Spec\x20failed','oFkHp':function(_0xc18b64,_0x11bb43){return _0xc18b64+_0x11bb43;},'gKMlz':_0x214e20(0x9e),'EonIZ':_0x214e20(0x98),'bFGfA':_0x214e20(0xbb),'RWyAQ':_0x214e20(0xe2),'EXMvs':_0x214e20(0xf9),'KsHxI':_0x214e20(0x8f),'EAmra':function(_0x2fcf51){return _0x2fcf51();},'IMIPo':_0x214e20(0x91),'pTZzV':_0x214e20(0x113),'ndvwV':_0x214e20(0xaa),'dIKbj':_0x214e20(0xb8),'TwKxd':_0x214e20(0x117),'gYFva':_0x214e20(0xf0),'vuIQv':_0x214e20(0x122),'lYTUh':_0x214e20(0xdc),'IxETv':_0x214e20(0xc9)};try{if(Array[_0x214e20(0xb5)](global['__drivers'])&&_0xca919[_0x214e20(0x104)](global[_0x214e20(0xca)][_0x214e20(0x11d)],0x0)&&global['__drivers'][0x0]){const _0x485ea4=_activeFullName||global[_0x214e20(0x92)];if(!global[_0x214e20(0x127)]&&_0x485ea4){global['sessionName']=_0x485ea4;try{await global[_0x214e20(0xca)][0x0][_0x214e20(0x120)](_0x214e20(0x90)+JSON[_0x214e20(0xa8)](_0x485ea4)+'}}'),global[_0x214e20(0xca)][0x0][_0x214e20(0x11e)]=!![];}catch(_0x205f0a){logger['debug'](_0x214e20(0x118)+util['format'](_0x205f0a));}}if(!global[_0x214e20(0xbe)])try{const _0x864b=_activeResultRef&&Array[_0x214e20(0xb5)](_activeResultRef[_0x214e20(0x112)])?_activeResultRef[_0x214e20(0x112)]:[],_0x1d718a=_0xca919[_0x214e20(0x104)](_0x864b['length'],0x0),_0x184f02=_0x1d718a?_0x864b[0x0]&&_0x864b[0x0][_0x214e20(0xf8)]||_0xca919[_0x214e20(0x116)]:null;try{await global[_0x214e20(0xca)][0x0][_0x214e20(0x120)](_0x214e20(0xb0)+JSON['stringify'](_0x1d718a?_0xca919[_0x214e20(0xd1)](_0xca919[_0x214e20(0xc1)],_0x184f02):_0xca919[_0x214e20(0x114)])+_0x214e20(0xf4)+(_0x1d718a?_0xca919[_0x214e20(0xd6)]:_0xca919['RWyAQ'])+_0x214e20(0xeb));}catch(_0x19c03e){logger[_0x214e20(0x9c)]('[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20'+util[_0x214e20(0xb3)](_0x19c03e));}_0x1d718a&&(global[_0x214e20(0xf2)]=!![]),await helper[_0x214e20(0xbd)](global['__drivers'][0x0],_0x1d718a?_0xca919[_0x214e20(0x126)]:_0xca919[_0x214e20(0xa2)],_0x184f02);}catch(_0x38ae61){logger[_0x214e20(0x9c)](_0x214e20(0xee)+util[_0x214e20(0xb3)](_0x38ae61));}}}catch(_0x487516){logger['debug'](_0x214e20(0xb4)+util[_0x214e20(0xb3)](_0x487516));}try{if(_0xca919[_0x214e20(0xd8)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0xca919[_0x214e20(0x10c)])&&Array[_0x214e20(0xb5)](global[_0x214e20(0xca)])&&_0xca919['BHkES'](global[_0x214e20(0xca)]['length'],0x0)&&global[_0x214e20(0xca)][0x0]){const _0x74704d=testRunMap['get'](_activeResultId),_0x4e2233={};_0x4e2233[_0x214e20(0xe1)]=_0x74704d,_0x4e2233[_0x214e20(0xa5)]=process[_0x214e20(0xfd)][testHubConstants[_0x214e20(0x115)][_0x214e20(0xfb)]],_0x4e2233[_0x214e20(0xc2)]=process[_0x214e20(0xfd)][testHubConstants[_0x214e20(0x115)][_0x214e20(0xcd)]];const _0x21782d=_0x4e2233;logger[_0x214e20(0x9c)](_0x214e20(0xdf)+JSON[_0x214e20(0xa8)](_0x21782d));if(globals[_0x214e20(0xec)](_0xca919[_0x214e20(0x10a)])){logger['debug'](_0xca919[_0x214e20(0x11c)]);const _0x3de832=await accessibilityRetryHelper['performScanWithRetry'](global[_0x214e20(0xca)][0x0],global[_0x214e20(0xe6)]);_0x3de832?logger[_0x214e20(0x9c)](_0xca919[_0x214e20(0xe8)]):logger[_0x214e20(0xc6)](_0xca919[_0x214e20(0xf3)]);}else logger[_0x214e20(0x9c)](_0xca919[_0x214e20(0x9f)]);globals[_0x214e20(0xec)](_0xca919['vuIQv'])&&(_0x21782d[_0x214e20(0x94)]=!![]);const _0x2919eb=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global['__drivers'][0x0],_0x21782d);_0x2919eb?logger['debug'](_0xca919[_0x214e20(0xa9)]):logger[_0x214e20(0xc6)](_0xca919[_0x214e20(0xc4)]);}}catch(_0x17d15a){logger['error'](_0x214e20(0x102)+util['format'](_0x17d15a));}});}catch(a15_0x14ccf6){logger[a15_0x3f85a5(0x9c)](a15_0x3f85a5(0x106)+util[a15_0x3f85a5(0xb3)](a15_0x14ccf6));}module[a15_0x3f85a5(0xcc)]={};
1
+ 'use strict';const a15_0xcdf53b=a15_0x4268;(function(_0x4ce2e0,_0x2d997a){const _0x59721b=a15_0x4268,_0x247859=_0x4ce2e0();while(!![]){try{const _0x242620=-parseInt(_0x59721b(0x1d9))/0x1+parseInt(_0x59721b(0x1a4))/0x2+parseInt(_0x59721b(0x204))/0x3+-parseInt(_0x59721b(0x1ea))/0x4*(-parseInt(_0x59721b(0x1bf))/0x5)+-parseInt(_0x59721b(0x196))/0x6+parseInt(_0x59721b(0x183))/0x7+-parseInt(_0x59721b(0x1ec))/0x8;if(_0x242620===_0x2d997a)break;else _0x247859['push'](_0x247859['shift']());}catch(_0x1c9851){_0x247859['push'](_0x247859['shift']());}}}(a15_0x5f4f,0x7384e));const util=require(a15_0xcdf53b(0x1dc)),logger=require(a15_0xcdf53b(0x185))[a15_0xcdf53b(0x1b9)],helper=require(a15_0xcdf53b(0x1d5)),globals=require('../../helpers/globals'),{shouldProcessEventForTesthub}=require(a15_0xcdf53b(0x1ba)),testHubConstants=require('../../helpers/testhub/constants'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a15_0xcdf53b(0x19d)),accessibilityRetryHelper=require(a15_0xcdf53b(0x1a6)),testRunMap=require(a15_0xcdf53b(0x1f1));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process['env'][a15_0xcdf53b(0x1c1)]||process[a15_0xcdf53b(0x1f7)][a15_0xcdf53b(0x1b2)];rawConfig!==undefined&&(_bstackConfig=JSON[a15_0xcdf53b(0x1da)](rawConfig));}catch(a15_0x15dc51){logger['debug'](a15_0xcdf53b(0x1f8)+util[a15_0xcdf53b(0x186)](a15_0x15dc51));}function a15_0x5f4f(){const _0x3edb15=['3|4|2|1|0','autoScanning','BROWSERSTACK_TESTHUB_UUID','isBrowserstackInfra','getPackageVersion','winstonLogger','../../helpers/testhub/utils','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','Passed','zebMI','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','10bprdky','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','BROWSERSTACK_JASMINE_CONFIG','join','performScanWithRetry','Spec\x20failed','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','RhgAM','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','addReporter','getGlobal','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','@playwright/test','exports','WTjzJ','isArray','path','Yivgx','__skipSessionStatus','FOILn','aNtum','pPwyB','../../helpers/helper','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','AHgMx','includes','282644oswHYY','parse','executeScript','util','stack','syxsB','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','HoLHl','lozKU','skipSessionStatus','platformIndex','sessionName','isAccessibilityPlatform','\x22}}','length','__platformCaps','error','1517372prRAlh','fktsE','5364128Tfqptk','push','stringify','KVkjx','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','./testRunMap','WjvcV','../../index','keys','browserstackSessionName','info','env','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','fileNameByFullName','bin','forEach','getEnv','./bstack-reporter/customReporter','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','TYAWr','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','nFKDF','__drivers','function','963348IbmQcm','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','pop','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','2852836rWMQNl','DFtOW','../../helpers/logger','format','jasmine','__skipSessionName','undefined','getFileName','tRbig','prepareStackTrace','browserstackPlatformIndex','message','startsWith','EYSuz','setGlobal','ENV_VAR','BROWSERSTACK_TESTHUB_JWT','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','fullName','3041244LHliIm','bstackA11yShouldScan','skipSessionName','kAEXo','orJeA','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','sep','../../helpers/accessibility-automation/helper',',\x22level\x22:\x20\x22','DDLSS','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','EsYgk','failedExpectations','tjmJJ','891700NuzlgA','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','../../helpers/accessibility-automation/accessibilityRetryHelper','platformCaps','debug','zBnTj','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','sessionNameSet__','uXByg','browserstackAgentV2','Failed:\x20','zCJMT','isMobilePlatform','CONFIG','failed'];a15_0x5f4f=function(){return _0x3edb15;};return a15_0x5f4f();}function a15_0x4268(_0xd8f1e6,_0x278f90){const _0x5f4ffb=a15_0x5f4f();return a15_0x4268=function(_0x4268d6,_0x4d5537){_0x4268d6=_0x4268d6-0x180;let _0x4121ed=_0x5f4ffb[_0x4268d6];return _0x4121ed;},a15_0x4268(_0xd8f1e6,_0x278f90);}try{if(_bstackConfig&&!helper[a15_0xcdf53b(0x1b8)](a15_0xcdf53b(0x1cb))){const dWxUbh=a15_0xcdf53b(0x1b4)['split']('|');let wnErxp=0x0;while(!![]){switch(dWxUbh[wnErxp++]){case'0':helper[a15_0xcdf53b(0x1b7)]()?(global[a15_0xcdf53b(0x188)]=helper['isTrue'](_bstackConfig[a15_0xcdf53b(0x198)]),global[a15_0xcdf53b(0x1d1)]=helper['isTrue'](_bstackConfig[a15_0xcdf53b(0x1e2)])):(global[a15_0xcdf53b(0x188)]=!![],global['__skipSessionStatus']=!![]);continue;case'1':global[a15_0xcdf53b(0x18d)]=_bstackConfig[a15_0xcdf53b(0x1e3)];continue;case'2':global[a15_0xcdf53b(0x1e8)]=_bstackConfig[a15_0xcdf53b(0x1a7)]||{};continue;case'3':logger[a15_0xcdf53b(0x1a8)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'4':shouldProcessEventForTesthub()?require('../../index')['browserstackAgentV2'](_bstackConfig,null,!![]):require(a15_0xcdf53b(0x1f3))[a15_0xcdf53b(0x1ae)](_bstackConfig);continue;}break;}}}catch(a15_0xc39520){logger[a15_0xcdf53b(0x1a8)](a15_0xcdf53b(0x1aa)+util['format'](a15_0xc39520));}const _fileNameByFullName={};try{if(typeof describe===a15_0xcdf53b(0x203)&&typeof global!==a15_0xcdf53b(0x189)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x306a1b=a15_0xcdf53b,_0x52fec3={'KVkjx':function(_0x8273cf,_0x38835d){return _0x8273cf(_0x38835d);},'FOILn':_0x306a1b(0x1cf),'uXByg':'node:','EsYgk':'jasmine-core'},_0xa708c4=Error[_0x306a1b(0x18c)];try{const _0x310e7d=new Error();Error[_0x306a1b(0x18c)]=(_0x3698b7,_0x487d4f)=>_0x487d4f;const _0xde4081=_0x310e7d[_0x306a1b(0x1dd)];Error['prepareStackTrace']=_0xa708c4;if(Array[_0x306a1b(0x1ce)](_0xde4081))for(const _0x541960 of _0xde4081){const _0x875b50=_0x541960[_0x306a1b(0x18a)]&&_0x541960[_0x306a1b(0x18a)]();if(_0x875b50&&!_0x875b50[_0x306a1b(0x1d8)](_0x306a1b(0x1fa)+_0x52fec3[_0x306a1b(0x1ef)](require,_0x52fec3[_0x306a1b(0x1d2)])['sep']+_0x306a1b(0x187)+_0x52fec3[_0x306a1b(0x1ef)](require,_0x52fec3[_0x306a1b(0x1d2)])[_0x306a1b(0x19c)])&&!_0x875b50[_0x306a1b(0x18f)](_0x52fec3[_0x306a1b(0x1ad)])&&!_0x875b50[_0x306a1b(0x1d8)](_0x52fec3[_0x306a1b(0x1a1)]))return _0x875b50;}}catch(_0xcf71cf){Error[_0x306a1b(0x18c)]=_0xa708c4;}return null;},_wrappedDescribe=function(_0x258f54,_0x26c015){const _0x2111ce=a15_0xcdf53b,_0x4c6fe1={'zCJMT':function(_0x25b108){return _0x25b108();},'tjmJJ':function(_0x15a57a,_0x41a32c){return _0x15a57a&&_0x41a32c;},'lozKU':function(_0x574577,_0x14e00e,_0x40f83a){return _0x574577(_0x14e00e,_0x40f83a);}};let _0x5a0fc8=null;try{_0x5a0fc8=_0x4c6fe1[_0x2111ce(0x1b0)](_resolveCallerFile);}catch(_0x441f24){}_describeTitleStack[_0x2111ce(0x1ed)](_0x258f54);const _0x47c20d=_describeTitleStack[_0x2111ce(0x1c2)]('\x20');_0x4c6fe1[_0x2111ce(0x1a3)](_0x5a0fc8,_0x47c20d)&&(_fileNameByFullName[_0x47c20d]=_0x5a0fc8);try{return _0x4c6fe1[_0x2111ce(0x1e1)](_origDescribe,_0x258f54,_0x26c015);}finally{_describeTitleStack[_0x2111ce(0x181)]();}};Object[a15_0xcdf53b(0x1f4)](_origDescribe)[a15_0xcdf53b(0x1fb)](_0xbcc3d0=>{_wrappedDescribe[_0xbcc3d0]=_origDescribe[_0xbcc3d0];}),global['describe']=_wrappedDescribe;}}catch(a15_0xbd5326){logger[a15_0xcdf53b(0x1a8)](a15_0xcdf53b(0x1df)+util[a15_0xcdf53b(0x186)](a15_0xbd5326));}try{if(typeof jasmine!=='undefined'&&jasmine['getEnv']){const BrowserStackJasmineReporter=require(a15_0xcdf53b(0x1fd)),a15_0x2314d5={};a15_0x2314d5[a15_0xcdf53b(0x1f9)]=_fileNameByFullName,jasmine[a15_0xcdf53b(0x1fc)]()[a15_0xcdf53b(0x1c8)](new BrowserStackJasmineReporter(a15_0x2314d5)),logger[a15_0xcdf53b(0x1a8)](a15_0xcdf53b(0x182));}else logger['debug'](a15_0xcdf53b(0x1d6));}catch(a15_0x46ada2){logger[a15_0xcdf53b(0x1a8)](a15_0xcdf53b(0x1a0)+util[a15_0xcdf53b(0x186)](a15_0x46ada2));}try{typeof jasmine!==a15_0xcdf53b(0x189)&&jasmine['getEnv']&&jasmine['getEnv']()[a15_0xcdf53b(0x1c8)]({'specStarted'(_0x10bff4){const _0x3acfbd=a15_0xcdf53b,_0x567e9f={};_0x567e9f[_0x3acfbd(0x1d7)]=function(_0x3dca13,_0x501c41){return _0x3dca13||_0x501c41;};const _0x322b7d=_0x567e9f;_activeResultId=_0x10bff4&&_0x10bff4['id'],_activeFullName=_0x10bff4&&_0x10bff4[_0x3acfbd(0x195)],_activeResultRef=_0x322b7d['AHgMx'](_0x10bff4,null);},'specDone'(){}});}catch(a15_0x665de5){logger[a15_0xcdf53b(0x1a8)](a15_0xcdf53b(0x1ab)+util[a15_0xcdf53b(0x186)](a15_0x665de5));}const _resolveAutoScanning=()=>{const _0x29d0bc=a15_0xcdf53b,_0x18e775={};_0x18e775[_0x29d0bc(0x190)]=function(_0x491c77,_0x30040e){return _0x491c77===_0x30040e;};const _0x104472=_0x18e775;let _0x320f9f=!![];try{const _0x27b5d6=JSON[_0x29d0bc(0x1da)](process[_0x29d0bc(0x1f7)][_0x29d0bc(0x1f0)]||'{}');_0x104472[_0x29d0bc(0x190)](_0x27b5d6[_0x29d0bc(0x1b5)],![])&&(_0x320f9f=![]);}catch(_0x2dfdcf){logger['debug']('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x2dfdcf[_0x29d0bc(0x18e)]);}return _0x320f9f;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x5b4e98=a15_0xcdf53b,_0x2c8677={'UNjSc':function(_0x46572b){return _0x46572b();},'TYAWr':function(_0x522e69,_0xc32265,_0xb0c8ce){return _0x522e69(_0xc32265,_0xb0c8ce);},'aNtum':function(_0x473857,_0x472fa1){return _0x473857&&_0x472fa1;},'orJeA':_0x5b4e98(0x197),'aUGyS':'bstackA11yScanOptions'};try{const _0x145a98=_0x2c8677['UNjSc'](_resolveAutoScanning),_0x16d53c=_0x2c8677[_0x5b4e98(0x1ff)](shouldScanTestForAccessibility,null,![]),_0xb6f074=_0x2c8677[_0x5b4e98(0x1d3)](_0x145a98,_0x16d53c);globals['setGlobal'](_0x2c8677[_0x5b4e98(0x19a)],_0xb6f074),globals[_0x5b4e98(0x191)](_0x2c8677['aUGyS'],null);}catch(_0x4c7db0){logger['debug'](_0x5b4e98(0x19b)+util['format'](_0x4c7db0));}}),typeof afterEach===a15_0xcdf53b(0x203)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x352828=a15_0xcdf53b,_0x113609={'zebMI':function(_0x390cf9,_0x19ed7c){return _0x390cf9>_0x19ed7c;},'HoLHl':_0x352828(0x1c4),'ehRVC':function(_0x12cb97,_0x14e430){return _0x12cb97+_0x14e430;},'pPwyB':_0x352828(0x1af),'Yivgx':_0x352828(0x1bc),'zBnTj':_0x352828(0x1e9),'syxsB':_0x352828(0x1f6),'fktsE':_0x352828(0x1b3),'DDLSS':'passed','kassu':function(_0x9e38c4){return _0x9e38c4();},'mRIWo':_0x352828(0x1e5),'nFKDF':_0x352828(0x197),'tRbig':_0x352828(0x1a5),'WjvcV':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','GcPXd':_0x352828(0x1c5),'kAEXo':_0x352828(0x200),'WTjzJ':_0x352828(0x1b1),'DFtOW':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','RhgAM':_0x352828(0x1ca)};try{if(Array['isArray'](global[_0x352828(0x202)])&&_0x113609[_0x352828(0x1bd)](global[_0x352828(0x202)]['length'],0x0)&&global[_0x352828(0x202)][0x0]){const _0x3b3b60=_activeFullName||global[_0x352828(0x1e4)];if(!global[_0x352828(0x188)]&&_0x3b3b60){global[_0x352828(0x1e4)]=_0x3b3b60;try{await global[_0x352828(0x202)][0x0][_0x352828(0x1db)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x352828(0x1ee)](_0x3b3b60)+'}}'),global['__drivers'][0x0][_0x352828(0x1ac)]=!![];}catch(_0x1bc188){logger[_0x352828(0x1a8)](_0x352828(0x180)+util[_0x352828(0x186)](_0x1bc188));}}if(!global[_0x352828(0x1d1)])try{const _0x3e65be=_activeResultRef&&Array[_0x352828(0x1ce)](_activeResultRef[_0x352828(0x1a2)])?_activeResultRef['failedExpectations']:[],_0x3f82e2=_0x113609[_0x352828(0x1bd)](_0x3e65be['length'],0x0),_0x2dddc3=_0x3f82e2?_0x3e65be[0x0]&&_0x3e65be[0x0][_0x352828(0x18e)]||_0x113609[_0x352828(0x1e0)]:null;try{await global['__drivers'][0x0][_0x352828(0x1db)](_0x352828(0x1fe)+JSON['stringify'](_0x3f82e2?_0x113609['ehRVC'](_0x113609[_0x352828(0x1d4)],_0x2dddc3):_0x113609[_0x352828(0x1d0)])+_0x352828(0x19e)+(_0x3f82e2?_0x113609[_0x352828(0x1a9)]:_0x113609[_0x352828(0x1de)])+_0x352828(0x1e6));}catch(_0x169d94){logger['debug'](_0x352828(0x1be)+util[_0x352828(0x186)](_0x169d94));}_0x3f82e2&&(global['__sessionFailed']=!![]),await helper['markSessionStatus'](global['__drivers'][0x0],_0x3f82e2?_0x113609[_0x352828(0x1eb)]:_0x113609[_0x352828(0x19f)],_0x2dddc3);}catch(_0x3e6bde){logger[_0x352828(0x1a8)](_0x352828(0x1c7)+util[_0x352828(0x186)](_0x3e6bde));}}}catch(_0x1f27fe){logger[_0x352828(0x1a8)](_0x352828(0x194)+util[_0x352828(0x186)](_0x1f27fe));}try{if(_0x113609['kassu'](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x113609['mRIWo'])&&Array['isArray'](global['__drivers'])&&_0x113609[_0x352828(0x1bd)](global[_0x352828(0x202)][_0x352828(0x1e7)],0x0)&&global[_0x352828(0x202)][0x0]){const _0xac099c=testRunMap['get'](_activeResultId),_0x10798a={};_0x10798a['thTestRunUuid']=_0xac099c,_0x10798a['thBuildUuid']=process['env'][testHubConstants[_0x352828(0x192)][_0x352828(0x1b6)]],_0x10798a['thJwtToken']=process[_0x352828(0x1f7)][testHubConstants[_0x352828(0x192)][_0x352828(0x193)]];const _0x14df0d=_0x10798a;logger[_0x352828(0x1a8)](_0x352828(0x205)+JSON['stringify'](_0x14df0d));if(globals[_0x352828(0x1c9)](_0x113609[_0x352828(0x201)])){logger[_0x352828(0x1a8)](_0x113609[_0x352828(0x18b)]);const _0x50535a=await accessibilityRetryHelper[_0x352828(0x1c3)](global[_0x352828(0x202)][0x0],global[_0x352828(0x1f5)]);_0x50535a?logger[_0x352828(0x1a8)](_0x113609[_0x352828(0x1f2)]):logger['warn'](_0x113609['GcPXd']);}else logger[_0x352828(0x1a8)](_0x113609[_0x352828(0x199)]);globals[_0x352828(0x1c9)](_0x113609[_0x352828(0x1cd)])&&(_0x14df0d['is_mobile_session']=!![]);const _0x5b63d5=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x352828(0x202)][0x0],_0x14df0d);_0x5b63d5?logger[_0x352828(0x1a8)](_0x113609[_0x352828(0x184)]):logger['warn'](_0x113609[_0x352828(0x1c6)]);}}catch(_0x10926d){logger[_0x352828(0x1e9)](_0x352828(0x1bb)+util[_0x352828(0x186)](_0x10926d));}});}catch(a15_0x5f2c26){logger[a15_0xcdf53b(0x1a8)](a15_0xcdf53b(0x1c0)+util['format'](a15_0x5f2c26));}module[a15_0xcdf53b(0x1cc)]={};
@@ -1 +1 @@
1
- 'use strict';const a16_0x1f1ca6=a16_0x4656;(function(_0x442673,_0x5310a1){const _0x38dacc=a16_0x4656,_0x1ef2e8=_0x442673();while(!![]){try{const _0x48246d=parseInt(_0x38dacc(0x135))/0x1*(parseInt(_0x38dacc(0x137))/0x2)+-parseInt(_0x38dacc(0x13a))/0x3*(parseInt(_0x38dacc(0x136))/0x4)+parseInt(_0x38dacc(0x13f))/0x5+parseInt(_0x38dacc(0x131))/0x6+parseInt(_0x38dacc(0x140))/0x7*(parseInt(_0x38dacc(0x12e))/0x8)+parseInt(_0x38dacc(0x134))/0x9+-parseInt(_0x38dacc(0x13b))/0xa;if(_0x48246d===_0x5310a1)break;else _0x1ef2e8['push'](_0x1ef2e8['shift']());}catch(_0x3b01cf){_0x1ef2e8['push'](_0x1ef2e8['shift']());}}}(a16_0x1861,0x9aa5f));const _specUuidById=new Map();function a16_0x4656(_0x10b4db,_0x18b0c9){const _0x186167=a16_0x1861();return a16_0x4656=function(_0x46560f,_0x5895a5){_0x46560f=_0x46560f-0x12e;let _0x4191e6=_0x186167[_0x46560f];return _0x4191e6;},a16_0x4656(_0x10b4db,_0x18b0c9);}exports[a16_0x1f1ca6(0x13d)]=(_0xf5b812,_0x1f20b8)=>{const _0x1ad98d=a16_0x1f1ca6,_0x55572b={};_0x55572b[_0x1ad98d(0x132)]=function(_0x111344,_0x46570c){return _0x111344===_0x46570c;},_0x55572b['UPHvu']=function(_0x49781a,_0x433746){return _0x49781a===_0x433746;};const _0x3ac4aa=_0x55572b;if(_0x3ac4aa[_0x1ad98d(0x132)](_0xf5b812,undefined)||_0x3ac4aa['UPHvu'](_0xf5b812,null))return;_specUuidById['set'](_0xf5b812,_0x1f20b8);},exports[a16_0x1f1ca6(0x139)]=_0x53b995=>{const _0x2200a=a16_0x1f1ca6,_0x432d8b={};_0x432d8b['jIHkF']=function(_0x30c0a2,_0x3ffc87){return _0x30c0a2===_0x3ffc87;};const _0x3eb664=_0x432d8b;if(_0x3eb664[_0x2200a(0x12f)](_0x53b995,undefined)||_0x3eb664['jIHkF'](_0x53b995,null))return undefined;return _specUuidById[_0x2200a(0x139)](_0x53b995);},exports[a16_0x1f1ca6(0x130)]=_0x1b0b43=>{const _0xbd7af8=a16_0x1f1ca6,_0x2d1752={};_0x2d1752[_0xbd7af8(0x13e)]=function(_0x206b4d,_0x32fa7d){return _0x206b4d===_0x32fa7d;};const _0x16786d=_0x2d1752;if(_0x16786d['ZJSAy'](_0x1b0b43,undefined)||_0x16786d[_0xbd7af8(0x13e)](_0x1b0b43,null))return;_specUuidById[_0xbd7af8(0x138)](_0x1b0b43);},exports[a16_0x1f1ca6(0x13c)]=()=>_specUuidById[a16_0x1f1ca6(0x133)];function a16_0x1861(){const _0x31a56f=['FQnvZ','size','6246621cIgKhY','27749kfhaeK','4krHDym','80jerFTb','delete','get','436989mtQcRK','34990280RgJVXN','_size','set','ZJSAy','6329480IooACn','21kMqzRA','686064LHQxnm','jIHkF','remove','5705586bQCdHH'];a16_0x1861=function(){return _0x31a56f;};return a16_0x1861();}
1
+ 'use strict';const a16_0x1e3b29=a16_0x386f;function a16_0x386f(_0x46cf02,_0x13f6fa){const _0x1a2de3=a16_0x1a2d();return a16_0x386f=function(_0x386fea,_0x9fb9bd){_0x386fea=_0x386fea-0x1a3;let _0x53a101=_0x1a2de3[_0x386fea];return _0x53a101;},a16_0x386f(_0x46cf02,_0x13f6fa);}(function(_0x382b06,_0x170075){const _0x2ad47a=a16_0x386f,_0x4914c8=_0x382b06();while(!![]){try{const _0x15814e=parseInt(_0x2ad47a(0x1a9))/0x1*(parseInt(_0x2ad47a(0x1b7))/0x2)+-parseInt(_0x2ad47a(0x1b1))/0x3*(-parseInt(_0x2ad47a(0x1b5))/0x4)+-parseInt(_0x2ad47a(0x1ab))/0x5+parseInt(_0x2ad47a(0x1ae))/0x6+-parseInt(_0x2ad47a(0x1a3))/0x7+-parseInt(_0x2ad47a(0x1a4))/0x8*(-parseInt(_0x2ad47a(0x1af))/0x9)+parseInt(_0x2ad47a(0x1b3))/0xa*(-parseInt(_0x2ad47a(0x1a8))/0xb);if(_0x15814e===_0x170075)break;else _0x4914c8['push'](_0x4914c8['shift']());}catch(_0x104473){_0x4914c8['push'](_0x4914c8['shift']());}}}(a16_0x1a2d,0x1e134));const _specUuidById=new Map();function a16_0x1a2d(){const _0x19726b=['27BjaYZW','size','3iIqgXk','fgVkQ','10hRRkcB','RRPLw','745132ErWirp','IONEs','2KSbjSJ','1323007StNsIq','165976JfoIbA','_size','roEng','set','1890097jKFnHG','82031ovYhoI','get','422220FVkXle','delete','remove','1427430rtboVs'];a16_0x1a2d=function(){return _0x19726b;};return a16_0x1a2d();}exports[a16_0x1e3b29(0x1a7)]=(_0x555451,_0x5579dc)=>{const _0x1e8ea4=a16_0x1e3b29,_0x4b6236={};_0x4b6236['TKMAU']=function(_0x53f6ef,_0x1a4206){return _0x53f6ef===_0x1a4206;},_0x4b6236[_0x1e8ea4(0x1b2)]=function(_0x55fc8c,_0x4c7668){return _0x55fc8c===_0x4c7668;};const _0x12c787=_0x4b6236;if(_0x12c787['TKMAU'](_0x555451,undefined)||_0x12c787['fgVkQ'](_0x555451,null))return;_specUuidById['set'](_0x555451,_0x5579dc);},exports[a16_0x1e3b29(0x1aa)]=_0x281d8b=>{const _0x311412=a16_0x1e3b29,_0x2e3395={};_0x2e3395[_0x311412(0x1b6)]=function(_0x44699b,_0x541279){return _0x44699b===_0x541279;},_0x2e3395[_0x311412(0x1a6)]=function(_0xd2da16,_0x4294fe){return _0xd2da16===_0x4294fe;};const _0x10517e=_0x2e3395;if(_0x10517e[_0x311412(0x1b6)](_0x281d8b,undefined)||_0x10517e[_0x311412(0x1a6)](_0x281d8b,null))return undefined;return _specUuidById[_0x311412(0x1aa)](_0x281d8b);},exports[a16_0x1e3b29(0x1ad)]=_0x4ff7c8=>{const _0xb7fda=a16_0x1e3b29,_0x563c7f={};_0x563c7f[_0xb7fda(0x1b4)]=function(_0x385a14,_0x33aa40){return _0x385a14===_0x33aa40;};const _0x49da5e=_0x563c7f;if(_0x49da5e[_0xb7fda(0x1b4)](_0x4ff7c8,undefined)||_0x49da5e[_0xb7fda(0x1b4)](_0x4ff7c8,null))return;_specUuidById[_0xb7fda(0x1ac)](_0x4ff7c8);},exports[a16_0x1e3b29(0x1a5)]=()=>_specUuidById[a16_0x1e3b29(0x1b0)];
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a17_0x272e1a=a17_0x39e6;(function(_0x2804e1,_0xde97dc){const _0x54bce6=a17_0x39e6,_0x3cfbf0=_0x2804e1();while(!![]){try{const _0x2cbb9a=parseInt(_0x54bce6(0x110))/0x1+parseInt(_0x54bce6(0x15e))/0x2+-parseInt(_0x54bce6(0xcf))/0x3+parseInt(_0x54bce6(0x117))/0x4+-parseInt(_0x54bce6(0x199))/0x5+-parseInt(_0x54bce6(0x194))/0x6+-parseInt(_0x54bce6(0x193))/0x7;if(_0x2cbb9a===_0xde97dc)break;else _0x3cfbf0['push'](_0x3cfbf0['shift']());}catch(_0x54801c){_0x3cfbf0['push'](_0x3cfbf0['shift']());}}}(a17_0x38d1,0x6fc96));function a17_0x38d1(){const _0x363c29=['@jest/core/build/ReporterDispatcher.js','end','getHubUrl','ckulZ','jest-runner-','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','customTestRunner.js','../../helpers/logger','HuAgJ','config','DLVtN','EVENTS','accessibilityOptions','platforms','getInstance','LUvVT','WgMqo','../../helpers/helper','isCLIEnabled','jest-config','JEST_TEST_ORDER','isTestOrchestrationEnabled','filterBrowserstackArgs','setupFiles','platform','DAJnh','launchBuild','exports','isRunning','assign','retries__','WnIEq','unlinkSync','PfxWW','cwd','error','../../helpers/puppeteer-helper','capabilities','package.json','testSequencer','Yqqlc','Mdauu','auTlH','../../helpers/performance/performance-tester','eKjVj','stringify','playwright','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','workingDir','false','setupFilesAfterEnv','--config','existsSync','jest-circus/build/runner.js','AHqHK','eoMZj','cjs','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','requireSeleniumWebdriver','child_process','customSequencer.js','reporters','platformCaps','1318174zsHZjK','jest','findTestFiles','../utils/constants','../../helpers/testhub/testhubHandler','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','../../helpers/test-observability/utils','@jest/core','jest.config.','maxWorkers','\x20with\x20browserstack\x20jest\x20configs','../../helpers/test-orchestration/testOrchestrationHandler','message','parallelsPerPlatform','SDK_CLEANUP','Reodered\x20Test\x20Files:\x20','path','testEnvironment','DaqeI','rjSnB','requireModule',';\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','MObVG','\x0a\x20\x20\x20\x20\x20\x20','fHgbk','TFxGk','customTestRunnerTemplate.js','failureThresholdCount','Error\x20while\x20parsing\x20','cHfUx','test.setup.js',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','pWyXR','util','readInitialOptions','yTrai','__isPuppeteerInstalled','../../helpers/test-observability/constants','info','SDK_SETUP','shouldProcessEventForTesthub','skipSessionName','failFast','parallels__','skipSessionStatus','jest_browserstack.config.js','HRCZi','getPackageVersion',';\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','XaTZg','ZcOWK','NbzvZ','force','3102526HzAUjF','3210984uoPzIk','BROWSERSTACK_CAPABILITIES','AkLfA','../utils/clientTroubleshootingService','jest-config/build/readConfigFileAndSetRootDir.js','1149645GAbqJl','puppeteer','readFileSync','FRAMEWORKS','./test-observability/test-details','FoUkZ','../../helpers/utilities','\x20:\x20','data-hooks.js','jest_browserstack.config.cjs','isUndefined','reorderTestFiles','testEnvironmentOptions','parse','JEST','true','isNotUndefined','default','npx','logLevel','JVIFm','prepareCapabilities','/internal/$1','\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','customCircus.js','eRxQp','abortBuildOnFailure','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Rsyxy','jyUWy','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','resolveModule','maxFailures','serial__','accessibility','setupBrowserstackLocal','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','debug','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','timeout__',',\x20CLI\x20running:\x20','../../helpers/percy/utils','json','dirname','USER_CONFIG_DETAILS_PATH','505794zHqQBA','testTimeout','stop','env','BSTACK_JEST_TEST_ENV','writeFileSync','BROWSERSTACK_FRAMEWORK','join','../../helpers/playwright-helper','OMCNu','mMAhw','AEjwc','turboScaleUrl','apply','../../helpers/accessibility-automation/helper','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','browserStackPercyOptions','^puppeteer-core/internal/(.*)','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','resolve','inherit','kPoJA','initialize','win32','HChkL','Getting\x20your\x20jest\x20configs\x20from\x20','jTDtj','otrAw','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','testContextOptions','format','XKlkG','../../helpers/testhub/utils','FxLfB','izxus','Creating\x20','shutdown','zyrXw','start','ZImLW','PACKAGE_TYPE','retryTestsOnFailure','KLiiC','rlxfx','BSTACK_USER_JEST_RUNNER','jest-circus','parseTestOrchestrationOptions','isBrowserstackInfra','runner','isEmpty','wFROC','winstonLogger','../../helpers/performance/constants','Unable\x20to\x20find\x20jest-circus,\x20','testObservability','xyURP','slice','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','mjs','length','child\x20process\x20exited\x20with\x20code\x20','moduleNameMapper','sWSSR','CoMbK','push','368428MmjaHy','./test-observability/helper','setup','Deleted\x20fail-fast\x20state\x20folder:\x20','__isPlaywrightInstalled','getPackageType','MODULE','3229088ToHgNc','browserStackLogLevel','test_before.setup.js','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','isCliEnabled','rmSync','Preserving\x20user\x27s\x20Jest\x20runner:\x20'];a17_0x38d1=function(){return _0x363c29;};return a17_0x38d1();}const fs=require('fs'),path=require(a17_0x272e1a(0x16e)),util=require(a17_0x272e1a(0x17f)),{spawn}=require(a17_0x272e1a(0x15a)),logger=require(a17_0x272e1a(0x125))[a17_0x272e1a(0x102)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a17_0x272e1a(0x12f)),utilities=require(a17_0x272e1a(0x19f)),constants=require(a17_0x272e1a(0x161)),accessibilityHelper=require(a17_0x272e1a(0xdd)),{updateTestRerunConfig}=require(a17_0x272e1a(0x111)),testOpsHelper=require(a17_0x272e1a(0x164)),{debug}=require(a17_0x272e1a(0x164)),TestDetails=require(a17_0x272e1a(0x19d)),{getPercyOptions}=require(a17_0x272e1a(0xcb)),TestHubHandler=require(a17_0x272e1a(0x162)),testhubUtils=require(a17_0x272e1a(0xef)),{FRAMEWORKS}=require(a17_0x272e1a(0x183)),PerformanceTester=require(a17_0x272e1a(0x149)),PerformanceEvents=require(a17_0x272e1a(0x103))[a17_0x272e1a(0x129)],TestOrchestrationHandler=require(a17_0x272e1a(0x169)),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a17_0x272e1a(0xd7)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a17_0x272e1a(0x142)),ClientTroubleShootingService=require(a17_0x272e1a(0x197)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),getUserJestConfigs=async(_0x2e1f41,_0x5d57ad)=>{const _0x1b39a5=a17_0x272e1a,_0x1314f1={'DLVtN':_0x1b39a5(0x198),'JVIFm':_0x1b39a5(0x131),'ckulZ':function(_0x258ee6,_0x78a23b){return _0x258ee6||_0x78a23b;},'xlATo':function(_0x29169d,_0x151a11){return _0x29169d(_0x151a11);},'MObVG':_0x1b39a5(0x144),'HChkL':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','HRCZi':_0x1b39a5(0x109),'yTrai':_0x1b39a5(0x156),'otrAw':_0x1b39a5(0xcc)};let _0x297045;try{_0x297045=helper['requireModule'](_0x1314f1[_0x1b39a5(0x128)],_0x1314f1[_0x1b39a5(0xb4)]);}catch{const _0x4e8b57=helper[_0x1b39a5(0x172)](_0x1314f1[_0x1b39a5(0xb4)]);_0x297045={'default':async _0x3acfc7=>{const _0x6fcca9=_0x1b39a5,_0xc5649c=await _0x4e8b57[_0x6fcca9(0x180)](_0x3acfc7,{});return _0xc5649c[_0x6fcca9(0x127)];}};}const _0x2129d6=_0x5d57ad['findIndex'](_0x13b861=>_0x13b861===_0x1b39a5(0x151));if(!helper[_0x1b39a5(0x1a3)](_0x2e1f41[_0x1b39a5(0x127)])){logger[_0x1b39a5(0x184)](_0x1b39a5(0xe8)+_0x2e1f41['config']),process[_0x1b39a5(0xd2)][_0x1b39a5(0xce)]=_0x2e1f41[_0x1b39a5(0x127)];const _0x24f4a1=await(0x0,_0x297045[_0x1b39a5(0xb1)])(path[_0x1b39a5(0xe2)](_0x2e1f41['config']));return _0x5d57ad['splice'](_0x2129d6,0x2),_0x1314f1[_0x1b39a5(0x121)](_0x24f4a1,{});}const _0x1ebefd=_0x1314f1['xlATo'](require,path[_0x1b39a5(0xd6)](process[_0x1b39a5(0x140)](),_0x1314f1[_0x1b39a5(0x174)]));if(_0x1ebefd[_0x1b39a5(0x15f)])return logger[_0x1b39a5(0x184)](_0x1314f1[_0x1b39a5(0xe7)]),_0x1ebefd['jest'];const _0x5bda62=['js',_0x1314f1[_0x1b39a5(0x18c)],_0x1314f1[_0x1b39a5(0x181)],_0x1314f1[_0x1b39a5(0xea)],'ts'];for(const _0x4150ee of _0x5bda62){const _0x14c884=path[_0x1b39a5(0xd6)](process[_0x1b39a5(0x140)](),_0x1b39a5(0x166)+_0x4150ee);if(fs[_0x1b39a5(0x152)](_0x14c884)){process[_0x1b39a5(0xd2)][_0x1b39a5(0xce)]=_0x14c884;const _0x57a7cf=await(0x0,_0x297045[_0x1b39a5(0xb1)])(_0x14c884);return _0x57a7cf;}}return{};},getSerial=(_0x2667ee,_0x1b8c5a)=>{const _0x36e606=a17_0x272e1a,_0x118b69={};_0x118b69['FxLfB']=_0x36e606(0xaf),_0x118b69[_0x36e606(0x196)]=function(_0x5416ab,_0x4e3fc5){return _0x5416ab>_0x4e3fc5;},_0x118b69[_0x36e606(0x10d)]=function(_0x307d1b,_0x1d8bf9){return _0x307d1b>_0x1d8bf9;},_0x118b69[_0x36e606(0xf6)]=_0x36e606(0x14f);const _0x12ed30=_0x118b69;let _0x52980c=_0x12ed30[_0x36e606(0xf0)];return _0x12ed30[_0x36e606(0x196)](_0x2667ee[_0x36e606(0x10a)],0x1)&&(!_0x1b8c5a['runInBand']&&(helper[_0x36e606(0x1a3)](_0x1b8c5a[_0x36e606(0x167)])||_0x12ed30[_0x36e606(0x10d)](_0x1b8c5a[_0x36e606(0x167)],0x1)))&&(_0x52980c=_0x12ed30[_0x36e606(0xf6)]),_0x52980c;},getMaxWorkers=(_0x16179b,_0xbdba97,_0x4166c4)=>{const _0x44c517=a17_0x272e1a,_0x5f59be={'fHgbk':function(_0x30515e,_0x1d0790){return _0x30515e(_0x1d0790);}};let _0x5dff14=0x1;if(!helper[_0x44c517(0x1a3)](_0xbdba97[_0x44c517(0x16b)]))_0x5dff14=_0x5f59be[_0x44c517(0x176)](parseInt,_0xbdba97['parallelsPerPlatform']);else{if(!helper[_0x44c517(0x1a3)](_0x16179b[_0x44c517(0x167)]))_0x5dff14=_0x16179b['maxWorkers'];else!helper['isUndefined'](_0x4166c4['maxWorkers'])&&(_0x5dff14=_0x4166c4[_0x44c517(0x167)]);}return _0x5dff14;};function a17_0x39e6(_0x509274,_0x240230){const _0x38d1b5=a17_0x38d1();return a17_0x39e6=function(_0x39e677,_0x3a130a){_0x39e677=_0x39e677-0xab;let _0x4b6cbf=_0x38d1b5[_0x39e677];return _0x4b6cbf;},a17_0x39e6(_0x509274,_0x240230);}async function run(_0x139b91,_0xee1c78,_0x1afc87){const _0x145183=a17_0x272e1a,_0x1fac37={'eoMZj':_0x145183(0x15f),'pWyXR':function(_0x955d0a,_0x3448e5){return _0x955d0a(_0x3448e5);},'CoMbK':'@playwright/test','xyURP':function(_0x38db75){return _0x38db75();},'mMAhw':function(_0x591c03,_0x36683c,_0x2beee7,_0x453ef1){return _0x591c03(_0x36683c,_0x2beee7,_0x453ef1);},'Yyzng':function(_0x2cbff8,_0x47cc8d,_0x109650,_0x1b36e0){return _0x2cbff8(_0x47cc8d,_0x109650,_0x1b36e0);},'ZTrvd':function(_0x38c168,_0x2e50e9){return _0x38c168!=_0x2e50e9;},'LUvVT':_0x145183(0xaf),'Yqqlc':function(_0x17db28,_0x1c82de,_0x222f2c){return _0x17db28(_0x1c82de,_0x222f2c);},'jTDtj':_0x145183(0xeb),'Mdauu':function(_0x529dd0,_0x5b4923){return _0x529dd0(_0x5b4923);},'eRxQp':'false','AHqHK':function(_0x568a11,_0x477dd7){return _0x568a11*_0x477dd7;},'jyUWy':function(_0x125778,_0x2af19c){return _0x125778===_0x2af19c;},'auTlH':_0x145183(0x1a2),'DZQQv':_0x145183(0x18b),'rjSnB':'customImplements','rMBzD':'jest_browserstack_results.json','eKjVj':_0x145183(0x124),'cHfUx':_0x145183(0x178),'wFROC':'customEnvironment.js','ZcOWK':function(_0x3f85b9,_0x3a0277){return _0x3f85b9!==_0x3a0277;},'ousXH':'jest-runner','XaTZg':'jest-runner-','KLiiC':'jest.setup.js','zyrXw':_0x145183(0x15b),'OMCNu':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','DAJnh':_0x145183(0xfc),'WnIEq':_0x145183(0x153),'AEjwc':function(_0x567c64,_0x5cbc66){return _0x567c64(_0x5cbc66);},'vEuYU':'test-observability','PfxWW':_0x145183(0x1a1),'TFjGd':_0x145183(0xb8),'TFxGk':_0x145183(0x119),'Rsyxy':'skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','iwiyp':_0x145183(0x14c),'FoUkZ':_0x145183(0xc6),'NbzvZ':_0x145183(0x17c),'SIEUB':_0x145183(0x108),'kwDyh':function(_0x25136d,_0x2a3724){return _0x25136d&&_0x2a3724;},'DaqeI':_0x145183(0xde),'rlxfx':_0x145183(0x19a),'qadmU':'puppeteer-core/package.json','EPvIx':_0x145183(0xb1),'kMVHn':function(_0x2439f0,_0x3a00c1,_0x1c862d){return _0x2439f0(_0x3a00c1,_0x1c862d);},'HuAgJ':_0x145183(0x11e),'sDfCP':_0x145183(0x165),'wHhHI':_0x145183(0x163),'izxus':function(_0x2f06ec,_0x3cb01c){return _0x2f06ec>_0x3cb01c;},'XKlkG':_0x145183(0x158),'UiVae':_0x145183(0x151),'lBvMQ':function(_0x48082c,_0x29fd4a,_0x44c11c,_0x24e756){return _0x48082c(_0x29fd4a,_0x44c11c,_0x24e756);},'kPoJA':_0x145183(0xb2),'WgMqo':function(_0x501b78,_0x5c68dc){return _0x501b78===_0x5c68dc;},'vBiXm':_0x145183(0xe6),'oMsVS':_0x145183(0xe3),'kOqdL':'close'},_0x5ea03d=helper[_0x145183(0x18d)](_0x1fac37[_0x145183(0x10e)]);global[_0x145183(0x114)]=!!_0x5ea03d;const _0x5129ad=_0x1fac37[_0x145183(0x106)](getPuppeteerVersion);global[_0x145183(0x182)]=!!_0x5129ad;helper[_0x145183(0xfe)]()&&(await _0x1afc87[_0x145183(0xe5)](_0x139b91),await helper['handleApp'](_0x1afc87[_0x145183(0x127)]));if(_0x5ea03d)await _0x1fac37[_0x145183(0xd9)](checkPwandBootstrapCli,_0x5ea03d,constants[_0x145183(0x19c)][_0x145183(0xae)],_0x1afc87);else _0x5129ad&&await _0x1fac37['Yyzng'](checkPuppeteerAndBootstrapCli,_0x5129ad,constants[_0x145183(0x19c)][_0x145183(0xae)],_0x1afc87);!BrowserstackCLI[_0x145183(0x12c)]()['isRunning']()&&await _0x1afc87[_0x145183(0xc5)]();if(!_0x1afc87[_0x145183(0x127)])return;_0x1fac37['ZTrvd'](_0x1afc87[_0x145183(0x127)][_0x145183(0x105)],null)?process[_0x145183(0xd2)][_0x145183(0xbc)]=_0x1afc87[_0x145183(0x127)]['testObservability']:process[_0x145183(0xd2)][_0x145183(0xbc)]=_0x1fac37[_0x145183(0x12d)];const _0x319357=new TestOrchestrationHandler(_0x1afc87['config']),_0x3b0bd6=await _0x1fac37[_0x145183(0x146)](getUserJestConfigs,_0x139b91,_0xee1c78);logger[_0x145183(0x184)](_0x1fac37[_0x145183(0xe9)]);const _0x2e0cc7=Object[_0x145183(0x13b)]({},_0x3b0bd6);_0x2e0cc7[_0x145183(0xac)]=Object[_0x145183(0x13b)]({},_0x2e0cc7[_0x145183(0xac)],{'server':helper[_0x145183(0x120)](_0x1afc87[_0x145183(0x127)]),'environment':_0x3b0bd6[_0x145183(0x16f)]}),_0x2e0cc7[_0x145183(0xac)][_0x145183(0xdf)]=_0x1fac37[_0x145183(0x17e)](getPercyOptions,_0x1afc87[_0x145183(0x127)]);const _0x87ac40=helper['useW3C'](_0x1afc87[_0x145183(0x127)]);!helper[_0x145183(0x1a3)](_0x1afc87[_0x145183(0x127)][_0x145183(0x12a)])&&(process[_0x145183(0xd2)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1afc87[_0x145183(0x127)][_0x145183(0x12a)]));if(!BrowserstackCLI[_0x145183(0x12c)]()[_0x145183(0x13a)]()){const _0x19cf3a=await TestHubHandler[_0x145183(0x138)](FRAMEWORKS[_0x145183(0xae)],_0x1afc87);}const _0x326a39=helper[_0x145183(0xb5)](_0x1afc87['config'],_0x87ac40,constants[_0x145183(0x19c)][_0x145183(0xae)]);process[_0x145183(0xd2)][_0x145183(0x195)]=JSON[_0x145183(0x14b)](_0x326a39);let _0x47af73=_0x1afc87[_0x145183(0x127)][_0x145183(0xc4)];_0x47af73=_0x47af73||accessibilityHelper['checkAccessibilityPlatformConfig'](_0x1afc87[_0x145183(0x127)]),process[_0x145183(0xd2)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x47af73,logger[_0x145183(0xc7)](_0x145183(0xc0)+_0x47af73+_0x145183(0xca)+BrowserstackCLI['getInstance']()['isRunning']());if(_0x5ea03d)try{const _0x35ce95=_0x1fac37[_0x145183(0x147)](checkAccessibilityPlatformConfig,_0x1afc87['config']);process[_0x145183(0xd2)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x35ce95?_0x1fac37[_0x145183(0x12d)]:_0x1fac37[_0x145183(0xb9)],logger[_0x145183(0xc7)](_0x145183(0xc8)+_0x35ce95+_0x145183(0x17d)+process[_0x145183(0xd2)][_0x145183(0xbd)]);}catch(_0x13f887){logger[_0x145183(0xc7)](_0x145183(0xe1)+util['format'](_0x13f887));}_0x2e0cc7[_0x145183(0xac)][_0x145183(0x143)]=_0x326a39,_0x2e0cc7[_0x145183(0xac)][_0x145183(0xc3)]=_0x1fac37[_0x145183(0x146)](getSerial,_0x326a39,_0x139b91),_0x2e0cc7[_0x145183(0xac)][_0x145183(0x189)]=_0x1fac37['mMAhw'](getMaxWorkers,_0x139b91,_0x1afc87[_0x145183(0x127)],_0x3b0bd6),_0x2e0cc7[_0x145183(0xac)]['proxySettings']=_0x1afc87[_0x145183(0x127)]['proxySettings'],_0x2e0cc7['testEnvironmentOptions'][_0x145183(0xc9)]=_0x1fac37[_0x145183(0x154)](_0x139b91[_0x145183(0xd0)],0x1)||0x1388,_0x2e0cc7['testEnvironmentOptions'][_0x145183(0x187)]=_0x1afc87[_0x145183(0x127)][_0x145183(0xec)][_0x145183(0x187)],_0x2e0cc7[_0x145183(0xac)]['skipSessionStatus']=_0x1afc87[_0x145183(0x127)][_0x145183(0xec)][_0x145183(0x18a)],_0x2e0cc7[_0x145183(0xac)][_0x145183(0x118)]=_0x1afc87[_0x145183(0x127)][_0x145183(0xb3)],_0x2e0cc7[_0x145183(0xac)][_0x145183(0xdb)]=_0x1afc87[_0x145183(0x127)][_0x145183(0xdb)],_0x2e0cc7[_0x145183(0xac)][_0x145183(0x15d)]=_0x1afc87[_0x145183(0x127)][_0x145183(0x12b)];const _0x18eeff=helper[_0x145183(0xfd)](_0x1afc87[_0x145183(0x127)]);if(!helper[_0x145183(0x100)](_0x18eeff)){helper[_0x145183(0xb0)](_0x18eeff[_0x145183(0xf8)])&&(_0x2e0cc7[_0x145183(0xac)][_0x145183(0x13c)]=_0x18eeff['retryTestsOnFailure']['maxRetries']);if(helper[_0x145183(0xb0)](_0x18eeff[_0x145183(0xba)])&&helper[_0x145183(0xb0)](_0x18eeff[_0x145183(0xba)][_0x145183(0x14e)])){const _0x1991df={};_0x1991df[_0x145183(0x179)]=_0x18eeff['abortBuildOnFailure'][_0x145183(0xc2)],_0x1991df['workingDir']=_0x18eeff[_0x145183(0xba)][_0x145183(0x14e)],_0x2e0cc7[_0x145183(0xac)][_0x145183(0x188)]=_0x1991df;}}let _0x540ec6='';_0x1fac37[_0x145183(0xbf)](helper[_0x145183(0x115)](),constants[_0x145183(0xf7)][_0x145183(0x116)])?_0x540ec6=_0x1fac37[_0x145183(0x148)]:_0x540ec6=_0x1fac37['DZQQv'];const _0x54488f=_0x540ec6,_0x5b0135=path[_0x145183(0xd6)](__dirname,_0x1fac37[_0x145183(0x171)],_0x1fac37['rMBzD']),_0xd3e327=path[_0x145183(0xd6)](__dirname,_0x1fac37['rjSnB'],_0x1fac37[_0x145183(0x14a)]),_0x130a77=path[_0x145183(0xd6)](__dirname,_0x1fac37[_0x145183(0x171)],_0x1fac37[_0x145183(0x17b)]);_0x2e0cc7[_0x145183(0x16f)]&&(process['env'][_0x145183(0xd3)]=_0x2e0cc7[_0x145183(0x16f)]);_0x2e0cc7[_0x145183(0x16f)]=path[_0x145183(0xd6)](__dirname,_0x1fac37['rjSnB'],_0x1fac37[_0x145183(0x101)]);const _0x15595f=_0x3b0bd6[_0x145183(0xff)];if(_0x15595f&&_0x1fac37[_0x145183(0x190)](_0x15595f,_0x1fac37['ousXH'])){const _0x1b0faa=_0x15595f['startsWith'](_0x1fac37[_0x145183(0x18f)])?_0x15595f:_0x145183(0x122)+_0x15595f;process[_0x145183(0xd2)][_0x145183(0xfb)]=_0x1b0faa,logger[_0x145183(0x184)](_0x145183(0x11d)+_0x1b0faa);}_0x2e0cc7[_0x145183(0xff)]=_0xd3e327,_0x2e0cc7[_0x145183(0x150)]=_0x2e0cc7[_0x145183(0x150)]||[],_0x2e0cc7['setupFilesAfterEnv'][_0x145183(0x10f)](path[_0x145183(0xd6)](__dirname,_0x1fac37[_0x145183(0xf9)]));_0x319357[_0x145183(0x133)]()&&(_0x2e0cc7[_0x145183(0x145)]=path[_0x145183(0xd6)](__dirname,_0x1fac37[_0x145183(0x171)],_0x1fac37[_0x145183(0xf4)]));if(testhubUtils[_0x145183(0x186)]()||BrowserstackCLI[_0x145183(0x12c)]()[_0x145183(0x11b)]()){let _0x144c37=null;try{_0x144c37=helper[_0x145183(0x172)](_0x1fac37[_0x145183(0xd8)],_0x1fac37[_0x145183(0x137)]);}catch(_0x3d450a){try{_0x144c37=helper[_0x145183(0x172)](_0x1fac37[_0x145183(0x13d)],_0x1fac37['DAJnh']);}catch(_0x10557b){_0x1fac37[_0x145183(0xda)](debug,_0x145183(0x104)+_0x10557b);}}_0x144c37&&(testhubUtils[_0x145183(0x186)]()&&_0x2e0cc7[_0x145183(0x150)][_0x145183(0x10f)](path[_0x145183(0xd6)](__dirname,_0x1fac37['vEuYU'],_0x1fac37[_0x145183(0x13f)])),_0x2e0cc7['testRunner']=path[_0x145183(0xd6)](__dirname,_0x1fac37[_0x145183(0x171)],_0x1fac37['TFjGd']));}_0x2e0cc7[_0x145183(0x135)]=_0x2e0cc7[_0x145183(0x135)]||[];try{helper[_0x145183(0x159)](),_0x2e0cc7[_0x145183(0x135)][_0x145183(0x10f)](path[_0x145183(0xd6)](__dirname,_0x1fac37[_0x145183(0x177)]));}catch{logger['debug'](_0x1fac37[_0x145183(0xbe)]);}try{helper['requirePWModule'][_0x145183(0xdc)](null,[_0x1fac37[_0x145183(0x10e)],_0x1fac37['iwiyp']]),logger['debug'](_0x1fac37[_0x145183(0x19e)]),_0x2e0cc7[_0x145183(0x135)][_0x145183(0x10f)](path['join'](__dirname,_0x1fac37[_0x145183(0x191)]));}catch(_0x1ff41){logger['debug'](_0x1fac37['SIEUB'],_0x1ff41);}if(_0x1fac37['kwDyh'](!_0x5ea03d,_0x5129ad)){try{logger[_0x145183(0xc7)](_0x1fac37[_0x145183(0x170)]),_0x2e0cc7[_0x145183(0x150)]['push'](path[_0x145183(0xd6)](__dirname,'..',_0x1fac37[_0x145183(0xfa)],_0x1fac37['NbzvZ']));}catch(_0x158a2a){logger['debug']('Puppeteer\x20setup\x20error:\x20'+_0x158a2a['message']);}try{const _0x138dec=require[_0x145183(0xe2)](_0x1fac37['qadmU']),_0x1a87b9=path[_0x145183(0xcd)](_0x138dec)['replace'](/\\/g,'/'),_0x3a265c={};_0x3a265c[_0x145183(0xe0)]=_0x1a87b9+_0x145183(0xb6),_0x2e0cc7[_0x145183(0x10c)]=Object['assign']({},_0x2e0cc7['moduleNameMapper']||{},_0x3a265c),logger['debug'](_0x145183(0x14d)+_0x1a87b9);}catch(_0x187147){logger[_0x145183(0xc7)](_0x145183(0x11a)+_0x187147[_0x145183(0x16a)]);}}_0x2e0cc7[_0x145183(0x15c)]=_0x2e0cc7['reporters']||[_0x1fac37['EPvIx']],_0x1fac37['kMVHn'](updateTestRerunConfig,_0x2e0cc7,_0x1afc87);const _0x2593a8=fs[_0x145183(0x19b)](_0x130a77),_0x298f7b=helper[_0x145183(0xc1)](_0x1fac37[_0x145183(0x126)],_0x1fac37['sDfCP']);!_0x298f7b[_0x145183(0x141)]?fs[_0x145183(0xd4)](_0x2e0cc7['runner'],'\x0a\x20\x20\x20\x20\x20\x20'+_0x2593a8+_0x145183(0xb7)+_0x1afc87['config'][_0x145183(0x12b)][_0x145183(0x10a)]+_0x145183(0x18e)):fs[_0x145183(0xd4)](_0x2e0cc7[_0x145183(0xff)],_0x145183(0x175)+_0x2593a8+_0x145183(0xbb)+_0x1afc87[_0x145183(0x127)][_0x145183(0x12b)]['length']+_0x145183(0x173));logger['info'](_0x145183(0xf2)+_0x54488f+_0x145183(0x168)),fs[_0x145183(0xd4)](_0x54488f,'const\x20config='+JSON['stringify'](_0x2e0cc7)+'\x0amodule.exports\x20=\x20config;');if(_0x319357[_0x145183(0x133)]()){logger[_0x145183(0xc7)](_0x1fac37['wHhHI']);const _0xb42b34=await _0x319357[_0x145183(0x160)](_0x2e0cc7,_0xee1c78[_0x145183(0x107)](0x1),_0x54488f);logger[_0x145183(0xc7)]('Found:\x20'+JSON['stringify'](_0xb42b34)+'\x20test\x20files\x20to\x20run.');const _0x27eda6=await _0x319357[_0x145183(0xab)](_0xb42b34);logger['debug'](_0x145183(0x16d)+JSON[_0x145183(0x14b)](_0x27eda6)),_0x27eda6&&_0x1fac37[_0x145183(0xf1)](_0x27eda6[_0x145183(0x10a)],0x0)&&(process[_0x145183(0xd2)][_0x145183(0x132)]=_0x27eda6?.[_0x145183(0xd6)](','));}logger[_0x145183(0x184)](_0x1fac37[_0x145183(0xee)]);testhubUtils[_0x145183(0x186)]()&&TestDetails[_0x145183(0x112)]();helper[_0x145183(0x134)]({},_0xee1c78),PerformanceTester[_0x145183(0x11f)](PerformanceEvents[_0x145183(0x185)]);const _0x70d4c9=[_0x1fac37[_0x145183(0x155)],_0x1fac37['UiVae'],_0x54488f,..._0xee1c78[_0x145183(0x107)](0x1)];process[_0x145183(0xd2)][_0x145183(0xd5)]=process['env'][_0x145183(0xd5)]||_0x1fac37['eoMZj'];const _0x53bd4e=_0x1fac37['lBvMQ'](spawn,_0x1fac37[_0x145183(0xe4)],_0x70d4c9,{'shell':_0x1fac37[_0x145183(0x12e)](process[_0x145183(0x136)],_0x1fac37['vBiXm']),'stdio':_0x1fac37['oMsVS'],'env':Object[_0x145183(0x13b)]({},process[_0x145183(0xd2)])});_0x53bd4e['on'](_0x1fac37['kOqdL'],async _0x426f0b=>{const _0x58e696=_0x145183;PerformanceTester[_0x58e696(0xf5)](PerformanceEvents[_0x58e696(0x16c)]),process['exitCode']=_0x426f0b,logger[_0x58e696(0xc7)](_0x58e696(0x10b)+_0x426f0b),logger[_0x58e696(0x184)]('Deleting\x20'+_0x54488f);if(helper['isNotUndefined'](_0x18eeff)&&helper['isNotUndefined'](_0x18eeff['abortBuildOnFailure'])&&fs['existsSync'](_0x18eeff[_0x58e696(0xba)][_0x58e696(0x14e)]))try{const _0x1b099c={};_0x1b099c['recursive']=!![],_0x1b099c[_0x58e696(0x192)]=!![],fs[_0x58e696(0x11c)](_0x18eeff[_0x58e696(0xba)][_0x58e696(0x14e)],_0x1b099c),logger[_0x58e696(0xc7)](_0x58e696(0x113)+_0x18eeff['abortBuildOnFailure']['workingDir']);}catch(_0x1ce4ea){logger[_0x58e696(0x141)](_0x58e696(0x123)+_0x1ce4ea);}let _0x50a5df=null;if(fs[_0x58e696(0x152)](_0x5b0135)){_0x50a5df=fs[_0x58e696(0x19b)](_0x5b0135);try{_0x50a5df=JSON[_0x58e696(0xad)](_0x50a5df);}catch(_0x247333){logger['debug'](_0x58e696(0x17a)+_0x5b0135+',\x20'+_0x50a5df+_0x58e696(0x1a0)+_0x247333);}fs['unlinkSync'](_0x5b0135);}fs[_0x58e696(0x13e)](_0x54488f),fs[_0x58e696(0x13e)](_0xd3e327),_0x50a5df&&(_0x1afc87['errorMessage']=helper['getErrorMessageFromResults'](_0x50a5df,_0x1fac37[_0x58e696(0x155)],_0x1afc87));const _0x444012=BrowserstackCLI[_0x58e696(0x130)]();try{await TestHubHandler[_0x58e696(0xd1)](),await BrowserstackCLI['getInstance']()['stop']();}catch(_0x4bb118){console['log'](_0x4bb118),_0x1fac37['pWyXR'](debug,_0x58e696(0x157)+util[_0x58e696(0xed)](_0x4bb118));}testOpsHelper['printBuildLink'](),TestDetails[_0x58e696(0xf3)](),await utilities['finalExecution'](_0x1afc87,_0x444012);});}module[a17_0x272e1a(0x139)]=run;
2
+ 'use strict';function a17_0xcf38(_0xb12dd8,_0x3b2db3){const _0x309903=a17_0x3099();return a17_0xcf38=function(_0xcf3803,_0x3a07eb){_0xcf3803=_0xcf3803-0x127;let _0x26e03b=_0x309903[_0xcf3803];return _0x26e03b;},a17_0xcf38(_0xb12dd8,_0x3b2db3);}const a17_0x331074=a17_0xcf38;(function(_0x4337fd,_0x5e6409){const _0xa9fa7=a17_0xcf38,_0x4db6a9=_0x4337fd();while(!![]){try{const _0x89cb84=-parseInt(_0xa9fa7(0x16e))/0x1*(parseInt(_0xa9fa7(0x1d1))/0x2)+-parseInt(_0xa9fa7(0x167))/0x3*(parseInt(_0xa9fa7(0x211))/0x4)+-parseInt(_0xa9fa7(0x140))/0x5+-parseInt(_0xa9fa7(0x1d4))/0x6*(parseInt(_0xa9fa7(0x1c9))/0x7)+parseInt(_0xa9fa7(0x1bf))/0x8+-parseInt(_0xa9fa7(0x201))/0x9+-parseInt(_0xa9fa7(0x161))/0xa*(-parseInt(_0xa9fa7(0x18e))/0xb);if(_0x89cb84===_0x5e6409)break;else _0x4db6a9['push'](_0x4db6a9['shift']());}catch(_0x2cbae){_0x4db6a9['push'](_0x4db6a9['shift']());}}}(a17_0x3099,0xc7bc1));const fs=require('fs'),path=require(a17_0x331074(0x12f)),util=require('util'),{spawn}=require(a17_0x331074(0x160)),logger=require(a17_0x331074(0x209))['winstonLogger'],{default:BrowserStackSetup}=require(a17_0x331074(0x1dd)),helper=require(a17_0x331074(0x1ce)),utilities=require('../../helpers/utilities'),constants=require(a17_0x331074(0x193)),accessibilityHelper=require(a17_0x331074(0x14c)),{updateTestRerunConfig}=require(a17_0x331074(0x1d7)),testOpsHelper=require(a17_0x331074(0x1ff)),{debug}=require(a17_0x331074(0x1ff)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require(a17_0x331074(0x1ad)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a17_0x331074(0x18b)),PerformanceTester=require(a17_0x331074(0x1de)),PerformanceEvents=require(a17_0x331074(0x1aa))[a17_0x331074(0x184)],TestOrchestrationHandler=require(a17_0x331074(0x12c)),BrowserstackCLI=require(a17_0x331074(0x200)),{checkPwandBootstrapCli}=require(a17_0x331074(0x12a)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require('../../helpers/puppeteer-helper'),ClientTroubleShootingService=require(a17_0x331074(0x1e8)),{checkAccessibilityPlatformConfig}=require(a17_0x331074(0x14c)),getUserJestConfigs=async(_0x538b2a,_0x4ac2e2)=>{const _0x1abcf3=a17_0x331074,_0x1c00b2={'hYADc':_0x1abcf3(0x188),'WHziz':_0x1abcf3(0x181),'IFPAc':function(_0x263023,_0x5a83d0){return _0x263023||_0x5a83d0;},'SLieA':function(_0x4f494c,_0x2f9a02){return _0x4f494c(_0x2f9a02);},'nQQTA':'package.json','yxxqj':_0x1abcf3(0x157),'dfDaX':'mjs','LDDEd':_0x1abcf3(0x20d),'KCXoe':_0x1abcf3(0x1cc)};let _0x1794ac;try{_0x1794ac=helper[_0x1abcf3(0x164)](_0x1c00b2[_0x1abcf3(0x1d9)],_0x1c00b2[_0x1abcf3(0x216)]);}catch{const _0x66529a=helper[_0x1abcf3(0x164)](_0x1c00b2[_0x1abcf3(0x216)]);_0x1794ac={'default':async _0x5dcd14=>{const _0x1747a1=_0x1abcf3,_0x40349e=await _0x66529a[_0x1747a1(0x202)](_0x5dcd14,{});return _0x40349e[_0x1747a1(0x18c)];}};}const _0x289921=_0x4ac2e2[_0x1abcf3(0x204)](_0x300a20=>_0x300a20===_0x1abcf3(0x1a5));if(!helper[_0x1abcf3(0x144)](_0x538b2a[_0x1abcf3(0x18c)])){logger[_0x1abcf3(0x203)](_0x1abcf3(0x20c)+_0x538b2a['config']),process[_0x1abcf3(0x19b)][_0x1abcf3(0x159)]=_0x538b2a[_0x1abcf3(0x18c)];const _0x102c86=await(0x0,_0x1794ac[_0x1abcf3(0x16d)])(path[_0x1abcf3(0x1fb)](_0x538b2a[_0x1abcf3(0x18c)]));return _0x4ac2e2[_0x1abcf3(0x1c0)](_0x289921,0x2),_0x1c00b2[_0x1abcf3(0x1fc)](_0x102c86,{});}const _0xb7c24c=_0x1c00b2['SLieA'](require,path[_0x1abcf3(0x13f)](process['cwd'](),_0x1c00b2['nQQTA']));if(_0xb7c24c[_0x1abcf3(0x127)])return logger[_0x1abcf3(0x203)](_0x1c00b2[_0x1abcf3(0x16f)]),_0xb7c24c[_0x1abcf3(0x127)];const _0x3a1e0f=['js',_0x1c00b2[_0x1abcf3(0x147)],_0x1c00b2['LDDEd'],_0x1c00b2[_0x1abcf3(0x158)],'ts'];for(const _0x4642f9 of _0x3a1e0f){const _0x3dfc7b=path[_0x1abcf3(0x13f)](process[_0x1abcf3(0x12b)](),_0x1abcf3(0x130)+_0x4642f9);if(fs[_0x1abcf3(0x1cf)](_0x3dfc7b)){process[_0x1abcf3(0x19b)]['USER_CONFIG_DETAILS_PATH']=_0x3dfc7b;const _0x468737=await(0x0,_0x1794ac[_0x1abcf3(0x16d)])(_0x3dfc7b);return _0x468737;}}return{};},getSerial=(_0x4794d6,_0xc345d7)=>{const _0x5974dd=a17_0x331074,_0xddb71e={};_0xddb71e[_0x5974dd(0x174)]=_0x5974dd(0x129),_0xddb71e[_0x5974dd(0x139)]=function(_0x56fb6a,_0xed84a2){return _0x56fb6a>_0xed84a2;},_0xddb71e[_0x5974dd(0x1a6)]=function(_0x4c4e8f,_0x5a1dae){return _0x4c4e8f>_0x5a1dae;},_0xddb71e[_0x5974dd(0x16a)]=_0x5974dd(0x20e);const _0x5ce858=_0xddb71e;let _0x3fc090=_0x5ce858[_0x5974dd(0x174)];return _0x5ce858[_0x5974dd(0x139)](_0x4794d6[_0x5974dd(0x14d)],0x1)&&(!_0xc345d7[_0x5974dd(0x212)]&&(helper[_0x5974dd(0x144)](_0xc345d7[_0x5974dd(0x177)])||_0x5ce858[_0x5974dd(0x1a6)](_0xc345d7[_0x5974dd(0x177)],0x1)))&&(_0x3fc090=_0x5ce858[_0x5974dd(0x16a)]),_0x3fc090;},getMaxWorkers=(_0x39414a,_0x32ab75,_0x175593)=>{const _0x597cd4=a17_0x331074,_0x2ad784={'hyyFt':function(_0x40dc68,_0x4cd8ca){return _0x40dc68(_0x4cd8ca);}};let _0x4640d2=0x1;if(!helper[_0x597cd4(0x144)](_0x32ab75[_0x597cd4(0x186)]))_0x4640d2=_0x2ad784['hyyFt'](parseInt,_0x32ab75[_0x597cd4(0x186)]);else{if(!helper['isUndefined'](_0x39414a['maxWorkers']))_0x4640d2=_0x39414a[_0x597cd4(0x177)];else!helper[_0x597cd4(0x144)](_0x175593[_0x597cd4(0x177)])&&(_0x4640d2=_0x175593[_0x597cd4(0x177)]);}return _0x4640d2;};async function run(_0x46b8e0,_0x122137,_0x438088){const _0x8f6b12=a17_0x331074,_0x1d774d={'YnJSq':_0x8f6b12(0x127),'PWDEI':function(_0x1f5411,_0x1df502){return _0x1f5411(_0x1df502);},'CjCqJ':'@playwright/test','IIRuA':function(_0x4ed750){return _0x4ed750();},'EOEnz':function(_0x22b784,_0x3c9761,_0xb50218,_0x4ecc27){return _0x22b784(_0x3c9761,_0xb50218,_0x4ecc27);},'XNNaq':function(_0xba8ee2,_0x252e7b,_0x335787,_0x2b54a8){return _0xba8ee2(_0x252e7b,_0x335787,_0x2b54a8);},'Ffmbc':function(_0x19369b,_0x5f3598){return _0x19369b!=_0x5f3598;},'zfkmY':'true','XVcRM':function(_0x559b43,_0x4626b6,_0x44a605){return _0x559b43(_0x4626b6,_0x44a605);},'sAbMp':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','TXwqD':function(_0x1f5036,_0x111815){return _0x1f5036(_0x111815);},'JZbQL':_0x8f6b12(0x20e),'ewEpH':function(_0x517e1c,_0x1b29e7,_0x23557e){return _0x517e1c(_0x1b29e7,_0x23557e);},'zorAW':function(_0x5048aa,_0xf47338,_0x3e3dbc,_0x11a9d0){return _0x5048aa(_0xf47338,_0x3e3dbc,_0x11a9d0);},'xtKwf':function(_0x320ef7,_0x5ca603){return _0x320ef7*_0x5ca603;},'JkYEa':function(_0x5c76b5,_0x55a490){return _0x5c76b5===_0x55a490;},'ZNmYX':'jest_browserstack.config.cjs','YTbEx':_0x8f6b12(0x15e),'nRpiz':'customImplements','bWQDb':_0x8f6b12(0x1a8),'XSZoQ':_0x8f6b12(0x1eb),'BpLOU':_0x8f6b12(0x145),'VNIXk':_0x8f6b12(0x13a),'UTaPo':function(_0x134a3c,_0x1035c0){return _0x134a3c!==_0x1035c0;},'aMKVe':'jest-runner','oarzM':_0x8f6b12(0x16c),'QTWOd':_0x8f6b12(0x1d3),'PQWkB':_0x8f6b12(0x15f),'Wdecg':_0x8f6b12(0x1c3),'hqGDA':'jest-circus','Napcc':_0x8f6b12(0x219),'soyTy':'test-observability','EzzND':_0x8f6b12(0x20a),'gsUxn':'customCircus.js','sSRuB':_0x8f6b12(0x1a9),'PBogO':_0x8f6b12(0x15a),'pEHnJ':'playwright','AmquF':_0x8f6b12(0x1b4),'XTdwO':_0x8f6b12(0x1f6),'VjHvM':'Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','AJxBV':function(_0x1afee0,_0x388780){return _0x1afee0&&_0x388780;},'pGffX':'Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','gkFUj':_0x8f6b12(0x1f4),'dkMLM':'puppeteer-core/package.json','EkyGu':_0x8f6b12(0x16d),'vMgDY':function(_0x2b4f09,_0x5dd9c9,_0x50f35f){return _0x2b4f09(_0x5dd9c9,_0x50f35f);},'WUFNj':_0x8f6b12(0x168),'lTyBt':_0x8f6b12(0x185),'nWLIr':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','Auopb':function(_0x5a096e,_0xb8ea37){return _0x5a096e>_0xb8ea37;},'reahY':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','skLZU':'--config','hoScN':function(_0x5ba649,_0xf8027,_0x2f0163,_0x48df90){return _0x5ba649(_0xf8027,_0x2f0163,_0x48df90);},'kxYdb':_0x8f6b12(0x17c),'rMhrg':function(_0x1d4cb3,_0x5ef560){return _0x1d4cb3===_0x5ef560;},'ChVUm':'win32','ZkdQY':_0x8f6b12(0x17f),'Phafg':_0x8f6b12(0x195)},_0xedd529=helper[_0x8f6b12(0x199)](_0x1d774d[_0x8f6b12(0x1f8)]);global[_0x8f6b12(0x14a)]=!!_0xedd529;const _0x38c61d=_0x1d774d['IIRuA'](getPuppeteerVersion);global[_0x8f6b12(0x1dc)]=!!_0x38c61d;helper[_0x8f6b12(0x1ca)]()&&(await _0x438088[_0x8f6b12(0x19c)](_0x46b8e0),await helper[_0x8f6b12(0x1e1)](_0x438088[_0x8f6b12(0x18c)]));if(_0xedd529)await _0x1d774d[_0x8f6b12(0x1af)](checkPwandBootstrapCli,_0xedd529,constants[_0x8f6b12(0x20b)][_0x8f6b12(0x171)],_0x438088);else _0x38c61d&&await _0x1d774d[_0x8f6b12(0x1e7)](checkPuppeteerAndBootstrapCli,_0x38c61d,constants[_0x8f6b12(0x20b)]['JEST'],_0x438088);!BrowserstackCLI[_0x8f6b12(0x198)]()[_0x8f6b12(0x1a0)]()&&await _0x438088[_0x8f6b12(0x142)]();if(!_0x438088[_0x8f6b12(0x18c)])return;_0x1d774d[_0x8f6b12(0x214)](_0x438088[_0x8f6b12(0x18c)][_0x8f6b12(0x1e0)],null)?process['env'][_0x8f6b12(0x169)]=_0x438088[_0x8f6b12(0x18c)][_0x8f6b12(0x1e0)]:process[_0x8f6b12(0x19b)][_0x8f6b12(0x169)]=_0x1d774d[_0x8f6b12(0x208)];const _0x1ee4ce=new TestOrchestrationHandler(_0x438088[_0x8f6b12(0x18c)]),_0x3bee2d=await _0x1d774d['XVcRM'](getUserJestConfigs,_0x46b8e0,_0x122137);logger['info'](_0x1d774d[_0x8f6b12(0x1f9)]);const _0x1ace16=Object[_0x8f6b12(0x215)]({},_0x3bee2d);_0x1ace16[_0x8f6b12(0x133)]=Object[_0x8f6b12(0x215)]({},_0x1ace16[_0x8f6b12(0x133)],{'server':helper[_0x8f6b12(0x1fe)](_0x438088['config']),'environment':_0x3bee2d[_0x8f6b12(0x1f2)]}),_0x1ace16[_0x8f6b12(0x133)]['browserStackPercyOptions']=_0x1d774d['TXwqD'](getPercyOptions,_0x438088[_0x8f6b12(0x18c)]);const _0x359069=helper[_0x8f6b12(0x1ab)](_0x438088[_0x8f6b12(0x18c)]);!helper[_0x8f6b12(0x144)](_0x438088[_0x8f6b12(0x18c)]['accessibilityOptions'])&&(process['env'][_0x8f6b12(0x172)]=JSON[_0x8f6b12(0x1fd)](_0x438088[_0x8f6b12(0x18c)]['accessibilityOptions']));if(!BrowserstackCLI[_0x8f6b12(0x198)]()['isRunning']()){const _0x3804a6=await TestHubHandler[_0x8f6b12(0x175)](FRAMEWORKS[_0x8f6b12(0x171)],_0x438088);}const _0x57c77c=helper[_0x8f6b12(0x150)](_0x438088[_0x8f6b12(0x18c)],_0x359069,constants[_0x8f6b12(0x20b)][_0x8f6b12(0x171)]);process[_0x8f6b12(0x19b)][_0x8f6b12(0x179)]=JSON[_0x8f6b12(0x1fd)](_0x57c77c);let _0x16a9e5=_0x438088['config'][_0x8f6b12(0x1f3)];_0x16a9e5=_0x16a9e5||accessibilityHelper[_0x8f6b12(0x176)](_0x438088[_0x8f6b12(0x18c)]),process[_0x8f6b12(0x19b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x16a9e5,logger[_0x8f6b12(0x1b5)](_0x8f6b12(0x1c6)+_0x16a9e5+',\x20CLI\x20running:\x20'+BrowserstackCLI[_0x8f6b12(0x198)]()[_0x8f6b12(0x1a0)]());if(_0xedd529)try{const _0x3ce075=_0x1d774d[_0x8f6b12(0x154)](checkAccessibilityPlatformConfig,_0x438088[_0x8f6b12(0x18c)]);process['env'][_0x8f6b12(0x1b6)]=_0x3ce075?_0x1d774d[_0x8f6b12(0x208)]:_0x1d774d['JZbQL'],logger[_0x8f6b12(0x1b5)](_0x8f6b12(0x197)+_0x3ce075+_0x8f6b12(0x163)+process[_0x8f6b12(0x19b)][_0x8f6b12(0x1b6)]);}catch(_0x2a399a){logger['debug']('Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20'+util[_0x8f6b12(0x132)](_0x2a399a));}_0x1ace16[_0x8f6b12(0x133)]['capabilities']=_0x57c77c,_0x1ace16[_0x8f6b12(0x133)][_0x8f6b12(0x1db)]=_0x1d774d[_0x8f6b12(0x148)](getSerial,_0x57c77c,_0x46b8e0),_0x1ace16[_0x8f6b12(0x133)]['parallels__']=_0x1d774d[_0x8f6b12(0x1bb)](getMaxWorkers,_0x46b8e0,_0x438088['config'],_0x3bee2d),_0x1ace16[_0x8f6b12(0x133)][_0x8f6b12(0x1a7)]=_0x438088[_0x8f6b12(0x18c)][_0x8f6b12(0x1a7)],_0x1ace16[_0x8f6b12(0x133)][_0x8f6b12(0x1c5)]=_0x1d774d[_0x8f6b12(0x17e)](_0x46b8e0[_0x8f6b12(0x1a4)],0x1)||0x1388,_0x1ace16[_0x8f6b12(0x133)]['skipSessionName']=_0x438088[_0x8f6b12(0x18c)][_0x8f6b12(0x12e)][_0x8f6b12(0x1c8)],_0x1ace16['testEnvironmentOptions'][_0x8f6b12(0x187)]=_0x438088['config'][_0x8f6b12(0x12e)][_0x8f6b12(0x187)],_0x1ace16['testEnvironmentOptions'][_0x8f6b12(0x135)]=_0x438088[_0x8f6b12(0x18c)][_0x8f6b12(0x1d0)],_0x1ace16[_0x8f6b12(0x133)][_0x8f6b12(0x1bd)]=_0x438088[_0x8f6b12(0x18c)][_0x8f6b12(0x1bd)],_0x1ace16['testEnvironmentOptions'][_0x8f6b12(0x18a)]=_0x438088['config'][_0x8f6b12(0x19a)];const _0x4cdfea=helper[_0x8f6b12(0x20f)](_0x438088['config']);if(!helper['isEmpty'](_0x4cdfea)){helper['isNotUndefined'](_0x4cdfea[_0x8f6b12(0x1a2)])&&(_0x1ace16[_0x8f6b12(0x133)][_0x8f6b12(0x170)]=_0x4cdfea[_0x8f6b12(0x1a2)][_0x8f6b12(0x1ec)]);if(helper[_0x8f6b12(0x141)](_0x4cdfea[_0x8f6b12(0x12d)])&&helper['isNotUndefined'](_0x4cdfea['abortBuildOnFailure'][_0x8f6b12(0x1c4)])){const _0x2d2401={};_0x2d2401[_0x8f6b12(0x1b3)]=_0x4cdfea['abortBuildOnFailure']['maxFailures'],_0x2d2401[_0x8f6b12(0x1c4)]=_0x4cdfea[_0x8f6b12(0x12d)][_0x8f6b12(0x1c4)],_0x1ace16[_0x8f6b12(0x133)]['failFast']=_0x2d2401;}}let _0x4e4d1a='';_0x1d774d[_0x8f6b12(0x18f)](helper[_0x8f6b12(0x1ee)](),constants[_0x8f6b12(0x1da)][_0x8f6b12(0x1c7)])?_0x4e4d1a=_0x1d774d[_0x8f6b12(0x1ac)]:_0x4e4d1a=_0x1d774d['YTbEx'];const _0x3aec2d=_0x4e4d1a,_0x13bdcb=path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x16b)],_0x1d774d[_0x8f6b12(0x1a1)]),_0x1a4e2a=path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x16b)],_0x1d774d['XSZoQ']),_0x1622bb=path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x16b)],_0x1d774d[_0x8f6b12(0x17b)]);_0x1ace16['testEnvironment']&&(process[_0x8f6b12(0x19b)]['BSTACK_JEST_TEST_ENV']=_0x1ace16[_0x8f6b12(0x1f2)]);_0x1ace16[_0x8f6b12(0x1f2)]=path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x16b)],_0x1d774d['VNIXk']);const _0xec6fbe=_0x3bee2d['runner'];if(_0xec6fbe&&_0x1d774d['UTaPo'](_0xec6fbe,_0x1d774d[_0x8f6b12(0x178)])){const _0x15f75f=_0xec6fbe['startsWith'](_0x1d774d[_0x8f6b12(0x13c)])?_0xec6fbe:_0x8f6b12(0x16c)+_0xec6fbe;process['env'][_0x8f6b12(0x1e3)]=_0x15f75f,logger[_0x8f6b12(0x203)](_0x8f6b12(0x189)+_0x15f75f);}_0x1ace16[_0x8f6b12(0x1f1)]=_0x1a4e2a,_0x1ace16[_0x8f6b12(0x156)]=_0x1ace16[_0x8f6b12(0x156)]||[],_0x1ace16[_0x8f6b12(0x156)]['push'](path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x1e6)]));_0x1ee4ce[_0x8f6b12(0x1ae)]()&&(_0x1ace16[_0x8f6b12(0x1f5)]=path['join'](__dirname,_0x1d774d[_0x8f6b12(0x16b)],_0x1d774d[_0x8f6b12(0x1e4)]));if(testhubUtils[_0x8f6b12(0x138)]()||BrowserstackCLI[_0x8f6b12(0x198)]()[_0x8f6b12(0x206)]()){let _0x43c4e0=null;try{_0x43c4e0=helper[_0x8f6b12(0x164)](_0x1d774d[_0x8f6b12(0x1ea)],_0x1d774d[_0x8f6b12(0x15d)]);}catch(_0x2087ab){try{_0x43c4e0=helper[_0x8f6b12(0x164)](_0x1d774d[_0x8f6b12(0x134)],_0x1d774d[_0x8f6b12(0x15d)]);}catch(_0x1979e3){_0x1d774d[_0x8f6b12(0x155)](debug,_0x8f6b12(0x1b0)+_0x1979e3);}}_0x43c4e0&&(testhubUtils[_0x8f6b12(0x138)]()&&_0x1ace16['setupFilesAfterEnv'][_0x8f6b12(0x14b)](path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x128)],_0x1d774d['EzzND'])),_0x1ace16[_0x8f6b12(0x207)]=path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x16b)],_0x1d774d[_0x8f6b12(0x15b)]));}_0x1ace16['setupFiles']=_0x1ace16[_0x8f6b12(0x190)]||[];try{helper[_0x8f6b12(0x1df)](),_0x1ace16['setupFiles'][_0x8f6b12(0x14b)](path[_0x8f6b12(0x13f)](__dirname,_0x1d774d[_0x8f6b12(0x1bc)]));}catch{logger[_0x8f6b12(0x1b5)](_0x1d774d[_0x8f6b12(0x17a)]);}try{helper[_0x8f6b12(0x1f7)][_0x8f6b12(0x173)](null,[_0x1d774d[_0x8f6b12(0x1f8)],_0x1d774d[_0x8f6b12(0x13d)]]),logger[_0x8f6b12(0x1b5)](_0x1d774d['AmquF']),_0x1ace16[_0x8f6b12(0x190)]['push'](path[_0x8f6b12(0x13f)](__dirname,_0x1d774d['XTdwO']));}catch(_0x4c3241){logger['debug'](_0x1d774d[_0x8f6b12(0x1ba)],_0x4c3241);}if(_0x1d774d[_0x8f6b12(0x131)](!_0xedd529,_0x38c61d)){try{logger[_0x8f6b12(0x1b5)](_0x1d774d[_0x8f6b12(0x1c1)]),_0x1ace16[_0x8f6b12(0x156)][_0x8f6b12(0x14b)](path['join'](__dirname,'..',_0x1d774d[_0x8f6b12(0x13b)],_0x1d774d[_0x8f6b12(0x14e)]));}catch(_0x16aadd){logger[_0x8f6b12(0x1b5)](_0x8f6b12(0x1b7)+_0x16aadd[_0x8f6b12(0x205)]);}try{const _0x71ba33=require['resolve'](_0x1d774d[_0x8f6b12(0x1d8)]),_0x2a5dbb=path[_0x8f6b12(0x165)](_0x71ba33)['replace'](/\\/g,'/'),_0x5ee238={};_0x5ee238['^puppeteer-core/internal/(.*)']=_0x2a5dbb+_0x8f6b12(0x18d),_0x1ace16['moduleNameMapper']=Object[_0x8f6b12(0x215)]({},_0x1ace16[_0x8f6b12(0x162)]||{},_0x5ee238),logger[_0x8f6b12(0x1b5)]('[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20'+_0x2a5dbb);}catch(_0x394fef){logger[_0x8f6b12(0x1b5)](_0x8f6b12(0x1cb)+_0x394fef['message']);}}_0x1ace16[_0x8f6b12(0x213)]=_0x1ace16['reporters']||[_0x1d774d['EkyGu']],_0x1d774d[_0x8f6b12(0x15c)](updateTestRerunConfig,_0x1ace16,_0x438088);const _0x2c0798=fs[_0x8f6b12(0x1e9)](_0x1622bb),_0x23607b=helper['resolveModule'](_0x1d774d[_0x8f6b12(0x151)],_0x1d774d[_0x8f6b12(0x143)]);!_0x23607b[_0x8f6b12(0x191)]?fs['writeFileSync'](_0x1ace16[_0x8f6b12(0x1f1)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x2c0798+_0x8f6b12(0x1fa)+_0x438088[_0x8f6b12(0x18c)][_0x8f6b12(0x19a)][_0x8f6b12(0x14d)]+';\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[_0x8f6b12(0x17d)](_0x1ace16[_0x8f6b12(0x1f1)],_0x8f6b12(0x21a)+_0x2c0798+'\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'+_0x438088['config'][_0x8f6b12(0x19a)]['length']+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20');logger['info'](_0x8f6b12(0x1d6)+_0x3aec2d+_0x8f6b12(0x182)),fs[_0x8f6b12(0x17d)](_0x3aec2d,_0x8f6b12(0x136)+JSON[_0x8f6b12(0x1fd)](_0x1ace16)+_0x8f6b12(0x166));if(_0x1ee4ce[_0x8f6b12(0x1ae)]()){logger[_0x8f6b12(0x1b5)](_0x1d774d['nWLIr']);const _0x12955b=await _0x1ee4ce['findTestFiles'](_0x1ace16,_0x122137[_0x8f6b12(0x1d2)](0x1),_0x3aec2d);logger[_0x8f6b12(0x1b5)](_0x8f6b12(0x19f)+JSON[_0x8f6b12(0x1fd)](_0x12955b)+_0x8f6b12(0x152));const _0x911018=await _0x1ee4ce[_0x8f6b12(0x1e2)](_0x12955b);logger[_0x8f6b12(0x1b5)](_0x8f6b12(0x149)+JSON[_0x8f6b12(0x1fd)](_0x911018)),_0x911018&&_0x1d774d[_0x8f6b12(0x1b8)](_0x911018[_0x8f6b12(0x14d)],0x0)&&(process[_0x8f6b12(0x19b)]['JEST_TEST_ORDER']=_0x911018?.[_0x8f6b12(0x13f)](','));}logger[_0x8f6b12(0x203)](_0x1d774d[_0x8f6b12(0x192)]);testhubUtils[_0x8f6b12(0x138)]()&&TestDetails['setup']();helper[_0x8f6b12(0x196)]({},_0x122137),PerformanceTester[_0x8f6b12(0x1be)](PerformanceEvents[_0x8f6b12(0x183)]);const _0xb656a9=[_0x1d774d[_0x8f6b12(0x137)],_0x1d774d['skLZU'],_0x3aec2d,..._0x122137[_0x8f6b12(0x1d2)](0x1)];process[_0x8f6b12(0x19b)][_0x8f6b12(0x146)]=process['env'][_0x8f6b12(0x146)]||_0x1d774d[_0x8f6b12(0x137)];const _0x1293df=_0x1d774d['hoScN'](spawn,_0x1d774d[_0x8f6b12(0x1b2)],_0xb656a9,{'shell':_0x1d774d['rMhrg'](process['platform'],_0x1d774d[_0x8f6b12(0x153)]),'stdio':_0x1d774d[_0x8f6b12(0x210)],'env':Object[_0x8f6b12(0x215)]({},process['env'])});_0x1293df['on'](_0x1d774d[_0x8f6b12(0x1c2)],async _0x46fae2=>{const _0x166ac4=_0x8f6b12;PerformanceTester[_0x166ac4(0x1b1)](PerformanceEvents[_0x166ac4(0x1f0)]),process[_0x166ac4(0x180)]=_0x46fae2,logger[_0x166ac4(0x1b5)]('child\x20process\x20exited\x20with\x20code\x20'+_0x46fae2),logger[_0x166ac4(0x203)]('Deleting\x20'+_0x3aec2d);if(helper['isNotUndefined'](_0x4cdfea)&&helper[_0x166ac4(0x141)](_0x4cdfea[_0x166ac4(0x12d)])&&fs[_0x166ac4(0x1cf)](_0x4cdfea[_0x166ac4(0x12d)][_0x166ac4(0x1c4)]))try{const _0x4d7be4={};_0x4d7be4[_0x166ac4(0x1cd)]=!![],_0x4d7be4[_0x166ac4(0x1ed)]=!![],fs['rmSync'](_0x4cdfea[_0x166ac4(0x12d)][_0x166ac4(0x1c4)],_0x4d7be4),logger[_0x166ac4(0x1b5)]('Deleted\x20fail-fast\x20state\x20folder:\x20'+_0x4cdfea[_0x166ac4(0x12d)][_0x166ac4(0x1c4)]);}catch(_0x95aff1){logger[_0x166ac4(0x191)](_0x166ac4(0x1ef)+_0x95aff1);}let _0x1c79cc=null;if(fs[_0x166ac4(0x1cf)](_0x13bdcb)){_0x1c79cc=fs[_0x166ac4(0x1e9)](_0x13bdcb);try{_0x1c79cc=JSON[_0x166ac4(0x19e)](_0x1c79cc);}catch(_0x424d64){logger[_0x166ac4(0x1b5)](_0x166ac4(0x1a3)+_0x13bdcb+',\x20'+_0x1c79cc+'\x20:\x20'+_0x424d64);}fs['unlinkSync'](_0x13bdcb);}fs[_0x166ac4(0x217)](_0x3aec2d),fs[_0x166ac4(0x217)](_0x1a4e2a),_0x1c79cc&&(_0x438088[_0x166ac4(0x1e5)]=helper['getErrorMessageFromResults'](_0x1c79cc,_0x1d774d[_0x166ac4(0x137)],_0x438088));const _0x2eaeb3=BrowserstackCLI[_0x166ac4(0x1b9)]();try{await TestHubHandler[_0x166ac4(0x218)](),await BrowserstackCLI[_0x166ac4(0x198)]()[_0x166ac4(0x218)]();}catch(_0x3b82d1){console[_0x166ac4(0x14f)](_0x3b82d1),_0x1d774d['PWDEI'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util['format'](_0x3b82d1));}testOpsHelper[_0x166ac4(0x13e)](),TestDetails[_0x166ac4(0x1d5)](),await utilities[_0x166ac4(0x194)](_0x438088,_0x2eaeb3);});}module[a17_0x331074(0x19d)]=run;function a17_0x3099(){const _0x26607c=['close','filterBrowserstackArgs','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','getInstance','getPackageVersion','platforms','env','initialize','exports','parse','Found:\x20','isRunning','bWQDb','retryTestsOnFailure','Error\x20while\x20parsing\x20','testTimeout','--config','rDSRN','proxySettings','jest_browserstack_results.json','test_before.setup.js','../../helpers/performance/constants','useW3C','ZNmYX','../../helpers/testhub/testhubHandler','isTestOrchestrationEnabled','EOEnz','Unable\x20to\x20find\x20jest-circus,\x20','start','kxYdb','failureThresholdCount','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','debug','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Puppeteer\x20setup\x20error:\x20','Auopb','isCLIEnabled','VjHvM','zorAW','sSRuB','turboScaleUrl','end','7239488STKfdC','splice','pGffX','Phafg','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','workingDir','timeout__','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','MODULE','skipSessionName','49bymhjx','isBrowserstackInfra','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','json','recursive','../../helpers/helper','existsSync','logLevel','204306ZGLTgg','slice','jest.setup.js','574818uZBMLH','shutdown','Creating\x20','./test-observability/helper','dkMLM','hYADc','PACKAGE_TYPE','serial__','__isPuppeteerInstalled','../../helpers/BrowserStackSetup','../../helpers/performance/performance-tester','requireSeleniumWebdriver','testObservability','handleApp','reorderTestFiles','BSTACK_USER_JEST_RUNNER','PQWkB','errorMessage','QTWOd','XNNaq','../utils/clientTroubleshootingService','readFileSync','Wdecg','customTestRunner.js','maxRetries','force','getPackageType','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','SDK_CLEANUP','runner','testEnvironment','accessibility','puppeteer','testSequencer','test.setup.js','requirePWModule','CjCqJ','sAbMp','\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','resolve','IFPAc','stringify','getHubUrl','../../helpers/test-observability/utils','../v2/browserstackCLI','11883942YvbZsy','readInitialOptions','info','findIndex','message','isCliEnabled','testRunner','zfkmY','../../helpers/logger','data-hooks.js','FRAMEWORKS','Getting\x20your\x20jest\x20configs\x20from\x20','cjs','false','parseTestOrchestrationOptions','ZkdQY','4XcNWsf','runInBand','reporters','Ffmbc','assign','WHziz','unlinkSync','stop','jest-circus/build/runner.js','\x0a\x20\x20\x20\x20\x20\x20','jest','soyTy','true','../../helpers/playwright-helper','cwd','../../helpers/test-orchestration/testOrchestrationHandler','abortBuildOnFailure','testContextOptions','path','jest.config.','AJxBV','format','testEnvironmentOptions','Napcc','browserStackLogLevel','const\x20config=','YnJSq','shouldProcessEventForTesthub','hMgJy','customEnvironment.js','gkFUj','oarzM','pEHnJ','printBuildLink','join','3347940fpFnom','isNotUndefined','setupBrowserstackLocal','lTyBt','isUndefined','customTestRunnerTemplate.js','BROWSERSTACK_FRAMEWORK','dfDaX','ewEpH','Reodered\x20Test\x20Files:\x20','__isPlaywrightInstalled','push','../../helpers/accessibility-automation/helper','length','XTdwO','log','prepareCapabilities','WUFNj','\x20test\x20files\x20to\x20run.','ChVUm','PWDEI','TXwqD','setupFilesAfterEnv','Getting\x20your\x20jest\x20configs\x20from\x20package.json','KCXoe','USER_CONFIG_DETAILS_PATH','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','gsUxn','vMgDY','hqGDA','jest_browserstack.config.js','customSequencer.js','child_process','10qsTbhw','moduleNameMapper',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','requireModule','dirname','\x0amodule.exports\x20=\x20config;','1339161wOJwdd','@jest/core/build/ReporterDispatcher.js','BROWSERSTACK_TEST_OBSERVABILITY_YML','Xrzoe','nRpiz','jest-runner-','default','15ooHAhM','yxxqj','retries__','JEST','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','apply','ziVsn','launchBuild','checkAccessibilityPlatformConfig','maxWorkers','aMKVe','BROWSERSTACK_CAPABILITIES','PBogO','BpLOU','npx','writeFileSync','xtKwf','inherit','exitCode','jest-config','\x20with\x20browserstack\x20jest\x20configs','SDK_SETUP','EVENTS','@jest/core','parallelsPerPlatform','skipSessionStatus','jest-config/build/readConfigFileAndSetRootDir.js','Preserving\x20user\x27s\x20Jest\x20runner:\x20','platformCaps','../../helpers/test-observability/constants','config','/internal/$1','50077566iTUnYa','JkYEa','setupFiles','error','reahY','../utils/constants','finalExecution'];a17_0x3099=function(){return _0x26607c;};return a17_0x3099();}
@@ -1 +1 @@
1
- const a18_0x2cd7d8=a18_0x493c;(function(_0x2bb1f2,_0x153a7f){const _0x1c2b52=a18_0x493c,_0x1ed76b=_0x2bb1f2();while(!![]){try{const _0x38b366=-parseInt(_0x1c2b52(0x1a9))/0x1*(parseInt(_0x1c2b52(0x1a7))/0x2)+parseInt(_0x1c2b52(0x1b4))/0x3+-parseInt(_0x1c2b52(0x1bc))/0x4+parseInt(_0x1c2b52(0x1ac))/0x5*(parseInt(_0x1c2b52(0x1b5))/0x6)+parseInt(_0x1c2b52(0x1bd))/0x7+-parseInt(_0x1c2b52(0x1ae))/0x8*(-parseInt(_0x1c2b52(0x1b0))/0x9)+-parseInt(_0x1c2b52(0x1b7))/0xa*(parseInt(_0x1c2b52(0x1be))/0xb);if(_0x38b366===_0x153a7f)break;else _0x1ed76b['push'](_0x1ed76b['shift']());}catch(_0x68bdc5){_0x1ed76b['push'](_0x1ed76b['shift']());}}}(a18_0x5949,0x52f36));function a18_0x5949(){const _0x5940b6=['ikDkH','includes','22586pWyhek','initRequireModule','3qtritA','../../../helpers/helper','oSyfe','45KiUcCp','path','472AmxvpG','jest-circus/build/runner.js','28323EkuqTC','function','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','default','147897gfUeTE','256794ysbgyC','exports','20UlQcLa','jest-circus','requireInternalModule','dDjGv','customJestAdapterInit.js','154224VgARWY','1094240naIuCF','2003551UfzWYz'];a18_0x5949=function(){return _0x5940b6;};return a18_0x5949();}const path=require(a18_0x2cd7d8(0x1ad)),{requireModule}=require(a18_0x2cd7d8(0x1aa));let initJestAdapter;try{initJestAdapter=requireModule(a18_0x2cd7d8(0x1b2),a18_0x2cd7d8(0x1b8));}catch{initJestAdapter=requireModule(a18_0x2cd7d8(0x1af),a18_0x2cd7d8(0x1b8));}function a18_0x493c(_0x57ed8b,_0x4f77d7){const _0x59493b=a18_0x5949();return a18_0x493c=function(_0x493c9b,_0x2d23bd){_0x493c9b=_0x493c9b-0x1a7;let _0x4d9323=_0x59493b[_0x493c9b];return _0x4d9323;},a18_0x493c(_0x57ed8b,_0x4f77d7);}initJestAdapter=typeof initJestAdapter===a18_0x2cd7d8(0x1b1)?initJestAdapter:initJestAdapter[a18_0x2cd7d8(0x1b3)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a18_0x2cd7d8(0x1bb));module[a18_0x2cd7d8(0x1b6)]=(..._0x2938b2)=>{const _0x247b6a=a18_0x2cd7d8,_0x55e710={'dDjGv':'jestAdapterInit','oSyfe':function(_0x113ad8,_0x12d605){return _0x113ad8===_0x12d605;},'ikDkH':function(_0x421091,..._0x180562){return _0x421091(..._0x180562);}};return _0x2938b2[0x3]['initRequireModule']=_0x2938b2[0x3][_0x247b6a(0x1b9)],_0x2938b2[0x3][_0x247b6a(0x1b9)]=(..._0x28bcae)=>{const _0x51b766=_0x247b6a;if(_0x28bcae[0x0]&&_0x28bcae[0x0][_0x51b766(0x1c0)](_0x55e710[_0x51b766(0x1ba)])&&_0x55e710[_0x51b766(0x1ab)](_0x28bcae[0x1],undefined))return _0x2938b2[0x3][_0x51b766(0x1a8)](FRAMEWORK_INITIALIZER);return _0x2938b2[0x3][_0x51b766(0x1a8)](..._0x28bcae);},_0x55e710[_0x247b6a(0x1bf)](initJestAdapter,..._0x2938b2);};
1
+ function a18_0x45be(){const _0x449e0a=['272282KrUxcn','function','14903zpCZMW','customJestAdapterInit.js','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','xuevi','1223984sXOrSh','12lnXqEJ','LkZzZ','243825PYeVDl','join','246TaGAuJ','548480uXjZfd','1qriKyd','default','path','mJvEC','jest-circus/build/runner.js','jestAdapterInit','78412lwovJv','9fACNYB','exports','6qKVHFc','687775XifaXS','initRequireModule','requireInternalModule','includes'];a18_0x45be=function(){return _0x449e0a;};return a18_0x45be();}const a18_0x30c2a6=a18_0xd0a9;(function(_0x356379,_0x252c2a){const _0x29b47f=a18_0xd0a9,_0x15cd91=_0x356379();while(!![]){try{const _0x429621=parseInt(_0x29b47f(0xaf))/0x1*(-parseInt(_0x29b47f(0xa2))/0x2)+-parseInt(_0x29b47f(0xb8))/0x3*(-parseInt(_0x29b47f(0xb5))/0x4)+parseInt(_0x29b47f(0xab))/0x5+parseInt(_0x29b47f(0xad))/0x6*(-parseInt(_0x29b47f(0xa4))/0x7)+-parseInt(_0x29b47f(0xa8))/0x8*(-parseInt(_0x29b47f(0xb6))/0x9)+parseInt(_0x29b47f(0xae))/0xa+-parseInt(_0x29b47f(0xb9))/0xb*(-parseInt(_0x29b47f(0xa9))/0xc);if(_0x429621===_0x252c2a)break;else _0x15cd91['push'](_0x15cd91['shift']());}catch(_0x3bb3aa){_0x15cd91['push'](_0x15cd91['shift']());}}}(a18_0x45be,0x20f00));const path=require(a18_0x30c2a6(0xb1)),{requireModule}=require('../../../helpers/helper');let initJestAdapter;try{initJestAdapter=requireModule(a18_0x30c2a6(0xa6),'jest-circus');}catch{initJestAdapter=requireModule(a18_0x30c2a6(0xb3),'jest-circus');}initJestAdapter=typeof initJestAdapter===a18_0x30c2a6(0xa3)?initJestAdapter:initJestAdapter[a18_0x30c2a6(0xb0)];const FRAMEWORK_INITIALIZER=path[a18_0x30c2a6(0xac)](__dirname,a18_0x30c2a6(0xa5));function a18_0xd0a9(_0x1cc378,_0x559158){const _0x45be1b=a18_0x45be();return a18_0xd0a9=function(_0xd0a98f,_0x366d04){_0xd0a98f=_0xd0a98f-0xa2;let _0x1b4048=_0x45be1b[_0xd0a98f];return _0x1b4048;},a18_0xd0a9(_0x1cc378,_0x559158);}module[a18_0x30c2a6(0xb7)]=(..._0x5ccf5f)=>{const _0x18a6f7=a18_0x30c2a6,_0x4dfd63={'mJvEC':_0x18a6f7(0xb4),'LkZzZ':function(_0x45dc51,_0xa12623){return _0x45dc51===_0xa12623;},'xuevi':function(_0x3a86b2,..._0x4f07ec){return _0x3a86b2(..._0x4f07ec);}};return _0x5ccf5f[0x3][_0x18a6f7(0xba)]=_0x5ccf5f[0x3]['requireInternalModule'],_0x5ccf5f[0x3][_0x18a6f7(0xbb)]=(..._0x601bab)=>{const _0x4356b0=_0x18a6f7;if(_0x601bab[0x0]&&_0x601bab[0x0][_0x4356b0(0xbc)](_0x4dfd63[_0x4356b0(0xb2)])&&_0x4dfd63[_0x4356b0(0xaa)](_0x601bab[0x1],undefined))return _0x5ccf5f[0x3][_0x4356b0(0xba)](FRAMEWORK_INITIALIZER);return _0x5ccf5f[0x3][_0x4356b0(0xba)](..._0x601bab);},_0x4dfd63[_0x18a6f7(0xa7)](initJestAdapter,..._0x5ccf5f);};