browserstack-node-sdk 1.69.0 → 1.70.1

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 (223) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a15_0x544489=a15_0x4721;(function(_0x5de4de,_0x2a5153){const _0x50b267=a15_0x4721,_0x4f7dd9=_0x5de4de();while(!![]){try{const _0x2ca105=-parseInt(_0x50b267(0x21d))/0x1+parseInt(_0x50b267(0x1e5))/0x2*(-parseInt(_0x50b267(0x1d7))/0x3)+-parseInt(_0x50b267(0x1dd))/0x4+-parseInt(_0x50b267(0x203))/0x5*(parseInt(_0x50b267(0x1ec))/0x6)+-parseInt(_0x50b267(0x1df))/0x7+-parseInt(_0x50b267(0x1f7))/0x8+-parseInt(_0x50b267(0x220))/0x9*(-parseInt(_0x50b267(0x1f4))/0xa);if(_0x2ca105===_0x2a5153)break;else _0x4f7dd9['push'](_0x4f7dd9['shift']());}catch(_0x477c9a){_0x4f7dd9['push'](_0x4f7dd9['shift']());}}}(a15_0x217e,0x68b4e));function a15_0x4721(_0x38865a,_0x566b1c){const _0x217ec8=a15_0x217e();return a15_0x4721=function(_0x4721ff,_0xd5587b){_0x4721ff=_0x4721ff-0x1d7;let _0x3879fd=_0x217ec8[_0x4721ff];return _0x3879fd;},a15_0x4721(_0x38865a,_0x566b1c);}function a15_0x217e(){const _0x4a647a=['type','cLUQr','426506GxbUNC','options','protocol','12987FUJFZm','18uKwkAx','WKBZD','GKkMZ','GbosL','integrations','command','1357448pmRiao','connect','2877301afXIPm','XUYly','Hosts\x20not\x20valid','BqOIE','error','SSTbY','18820zQApoV','vVKFM','root','usage','config','Integration\x20hosts\x20missing.','only','66714HLNjhL','DOzPM','bstackAccesskey','string','demandCommand','UtwAx','info','replace','13410JlvrPB','help','invalid','2004608gkaYaS','hosts','DllIJ','footer','../../helpers/BrowserStackSetup','map','https:','url','setupBrowserstackLocal','HUSkN','Qryic','demandOption','10TvyGWQ','BrowserStack\x20access\x20key\x20missing.','localIdentifier','bstack-accesskey','AsklL','epilogue','toString','accessKey','integrations-repeater','cEBnb','BqFCq','winstonLogger','setProxySettings','exports','fsjPr','describe','443','missing','https','../../helpers/logger','undefined','split','port','bstackAccessKey'];a15_0x217e=function(){return _0x4a647a;};return a15_0x217e();}const {default:BrowserStackSetup}=require(a15_0x544489(0x1fb)),logger=require(a15_0x544489(0x216))[a15_0x544489(0x20e)],{URL}=require(a15_0x544489(0x1fe)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x18e633){const _0xc82da0=a15_0x544489;return _0x18e633[_0xc82da0(0x218)](',')['every'](_0x528a95=>{try{new URL(_0x528a95['trim']());}catch(_0x62ea03){return![];}return!![];});},parseOnPremHosts=function(_0x6aee8e){const _0x119f76=a15_0x544489,_0x2f990b={};_0x2f990b[_0x119f76(0x1da)]=function(_0x1dcca7,_0x1c26eb){return _0x1dcca7===_0x1c26eb;},_0x2f990b[_0x119f76(0x20c)]=_0x119f76(0x1fd),_0x2f990b[_0x119f76(0x20d)]=_0x119f76(0x213),_0x2f990b[_0x119f76(0x1e0)]=_0x119f76(0x215);const _0x2c2196=_0x2f990b;return _0x6aee8e[_0x119f76(0x218)](',')[_0x119f76(0x1fc)](_0x353f10=>{const _0x1a0698=_0x119f76,_0x32559c=new URL(_0x353f10['trim']()),_0x15929a=_0x32559c['hostname'],_0x3cf7f6=_0x32559c[_0x1a0698(0x219)]||(_0x2c2196[_0x1a0698(0x1da)](_0x32559c['protocol'],_0x2c2196[_0x1a0698(0x20c)])?_0x2c2196[_0x1a0698(0x20d)]:'80'),_0x32ce58=_0x32559c[_0x1a0698(0x21f)][_0x1a0698(0x1f3)](':',''),_0xb0356a=_0x2c2196[_0x1a0698(0x1da)](_0x32ce58,_0x2c2196[_0x1a0698(0x1e0)])?0x1:0x0;return _0x15929a+','+_0x3cf7f6+','+_0xb0356a;});},connectCommandBuilder=function(_0x15f828){const _0x2d19fa=a15_0x544489,_0x21877f={};_0x21877f[_0x2d19fa(0x1d8)]=_0x2d19fa(0x1ef);const _0x407a17=_0x21877f,_0x53e10e={};_0x53e10e[_0x2d19fa(0x212)]=HELP_MESSAGES['options'][_0x2d19fa(0x21a)],_0x53e10e[_0x2d19fa(0x21b)]=_0x407a17[_0x2d19fa(0x1d8)];const _0x45a6f3={};_0x45a6f3['describe']=HELP_MESSAGES[_0x2d19fa(0x21e)][_0x2d19fa(0x1f8)],_0x45a6f3[_0x2d19fa(0x21b)]=_0x407a17[_0x2d19fa(0x1d8)],_0x45a6f3[_0x2d19fa(0x202)]=!![];const _0x42aa15={};return _0x42aa15[_0x2d19fa(0x206)]=_0x53e10e,_0x42aa15[_0x2d19fa(0x1f8)]=_0x45a6f3,_0x15f828[_0x2d19fa(0x21e)](_0x42aa15);},connectCommandHandler=async function(_0x1953ff){const _0x18a3a0=a15_0x544489,_0x1488b3={'Qryic':_0x18a3a0(0x1db),'UtwAx':function(_0x15fe57,_0xd600f1){return _0x15fe57===_0xd600f1;},'vVKFM':_0x18a3a0(0x217),'DOzPM':_0x18a3a0(0x204),'SSTbY':_0x18a3a0(0x1ea),'BqOIE':function(_0x10bde2,_0x2a94b2){return _0x10bde2(_0x2a94b2);},'AsklL':_0x18a3a0(0x1e1),'cLUQr':_0x18a3a0(0x20b),'DllIJ':'Connection\x20established\x20successfully.','GKkMZ':'Failed\x20to\x20establish\x20connection.'};try{const _0x231a9e=new BrowserStackSetup(_0x1953ff,_0x1488b3[_0x18a3a0(0x201)]);_0x1953ff[_0x18a3a0(0x1ee)]&&(_0x231a9e['config'][_0x18a3a0(0x20a)]=_0x1953ff[_0x18a3a0(0x1ee)]);if(_0x1488b3[_0x18a3a0(0x1f1)](typeof _0x231a9e['config'][_0x18a3a0(0x20a)],_0x1488b3[_0x18a3a0(0x1e6)])){logger[_0x18a3a0(0x1e3)](_0x1488b3[_0x18a3a0(0x1ed)]);throw new Error(ERROR_MESSAGES[_0x18a3a0(0x21a)]['missing']);}const _0x337b76=_0x1953ff[_0x18a3a0(0x1f8)];if(_0x1488b3['UtwAx'](typeof _0x337b76,_0x1488b3[_0x18a3a0(0x1e6)])){logger[_0x18a3a0(0x1e3)](_0x1488b3[_0x18a3a0(0x1e4)]);throw new Error(ERROR_MESSAGES[_0x18a3a0(0x1f8)][_0x18a3a0(0x214)]);}if(!_0x1488b3['BqOIE'](validHosts,_0x337b76)){logger[_0x18a3a0(0x1e3)](_0x1488b3[_0x18a3a0(0x207)]);throw new Error(ERROR_MESSAGES[_0x18a3a0(0x1f8)][_0x18a3a0(0x1f6)]);}const _0x391712=_0x1488b3[_0x18a3a0(0x1e2)](parseOnPremHosts,_0x337b76);_0x231a9e[_0x18a3a0(0x1e9)]['browserstackLocal']=!![],_0x231a9e[_0x18a3a0(0x1e9)]['browserStackLocalOptions'][_0x18a3a0(0x205)]=_0x1488b3[_0x18a3a0(0x21c)],_0x231a9e['config']['browserStackLocalOptions'][_0x18a3a0(0x1eb)]=_0x391712['join'](','),helper[_0x18a3a0(0x20f)](_0x231a9e[_0x18a3a0(0x1e9)]),await _0x231a9e[_0x18a3a0(0x1ff)](),logger[_0x18a3a0(0x1f2)](_0x1488b3[_0x18a3a0(0x1f9)]);}catch(_0x465c90){logger['error'](_0x1488b3[_0x18a3a0(0x1d9)]);throw new Error(_0x465c90[_0x18a3a0(0x209)]());}};function run(_0x1887da){const _0x5a1b47=a15_0x544489,_0x3adbd7={};_0x3adbd7[_0x5a1b47(0x211)]=_0x5a1b47(0x1de),_0x3adbd7[_0x5a1b47(0x200)]=_0x5a1b47(0x1f5);const _0x4246c9=_0x3adbd7;_0x1887da[_0x5a1b47(0x1e8)](HELP_MESSAGES[_0x5a1b47(0x1dc)][_0x5a1b47(0x1e7)])[_0x5a1b47(0x1dc)](_0x4246c9[_0x5a1b47(0x211)],HELP_MESSAGES[_0x5a1b47(0x1dc)]['connect'],connectCommandBuilder,connectCommandHandler)[_0x5a1b47(0x1f0)]()['help'](_0x4246c9[_0x5a1b47(0x200)])[_0x5a1b47(0x208)](HELP_MESSAGES[_0x5a1b47(0x1dc)][_0x5a1b47(0x1fa)]);}module[a15_0x544489(0x210)]=run;
2
+ 'use strict';const a15_0x58eac9=a15_0x1273;(function(_0x2a40db,_0x5432c6){const _0xf627b=a15_0x1273,_0x35cae6=_0x2a40db();while(!![]){try{const _0x22b695=-parseInt(_0xf627b(0x111))/0x1*(parseInt(_0xf627b(0x10c))/0x2)+parseInt(_0xf627b(0x10b))/0x3*(parseInt(_0xf627b(0x11a))/0x4)+-parseInt(_0xf627b(0x125))/0x5*(parseInt(_0xf627b(0xfc))/0x6)+-parseInt(_0xf627b(0xef))/0x7*(parseInt(_0xf627b(0x11e))/0x8)+parseInt(_0xf627b(0xfb))/0x9+-parseInt(_0xf627b(0xf1))/0xa*(parseInt(_0xf627b(0x108))/0xb)+-parseInt(_0xf627b(0x12a))/0xc*(-parseInt(_0xf627b(0xf9))/0xd);if(_0x22b695===_0x5432c6)break;else _0x35cae6['push'](_0x35cae6['shift']());}catch(_0x1a54dd){_0x35cae6['push'](_0x35cae6['shift']());}}}(a15_0x165a,0x21ada));function a15_0x165a(){const _0x35daf7=['Failed\x20to\x20establish\x20connection.','JDvsD','7pLCvcx','url','110JbCMOS','EOnuZ','port','type','wlqmN','help','dKpgC','integrations','26lUoLOO','setupBrowserstackLocal','2202759qsbdUr','6WVxgsw','443','PBrYN','QHzfH','footer','hosts','config','command','browserStackLocalOptions','accessKey','https:','epilogue','76637YIpVpI','./constants','demandOption','15vchPEH','1286xptZqK','winstonLogger','toString','BrowserStack\x20access\x20key\x20missing.','crLUr','317xVOWzo','bstackAccessKey','options','exports','localIdentifier','bstack-accesskey','integrations-repeater','trim','eRqbE','135316uXVVEc','../../helpers/logger','error','split','1619944dZhrFP','missing','only','../../helpers/BrowserStackSetup','geePM','oQkBd','hVAPy','942985oKNtmh','string','protocol','GCqOP','replace','2373648RveXFn','HxEbe','CCFFt','root','UuzMv','join','info','brChL','undefined','invalid','nyWhA','connect','demandCommand','setProxySettings'];a15_0x165a=function(){return _0x35daf7;};return a15_0x165a();}function a15_0x1273(_0x36a3d0,_0x54d47d){const _0x165a6f=a15_0x165a();return a15_0x1273=function(_0x1273ab,_0x42025e){_0x1273ab=_0x1273ab-0xe8;let _0x4fbbb9=_0x165a6f[_0x1273ab];return _0x4fbbb9;},a15_0x1273(_0x36a3d0,_0x54d47d);}const {default:BrowserStackSetup}=require(a15_0x58eac9(0x121)),logger=require(a15_0x58eac9(0x11b))[a15_0x58eac9(0x10d)],{URL}=require(a15_0x58eac9(0xf0)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a15_0x58eac9(0x109)),validHosts=function(_0x59d09f){const _0x52cfa2=a15_0x58eac9;return _0x59d09f[_0x52cfa2(0x11d)](',')['every'](_0x356c32=>{try{new URL(_0x356c32['trim']());}catch(_0x4a99e7){return![];}return!![];});},parseOnPremHosts=function(_0xe4e80f){const _0x5ca1e9=a15_0x58eac9,_0x5b5fd5={};_0x5b5fd5[_0x5ca1e9(0x12b)]=function(_0xa20d1e,_0x37ccdd){return _0xa20d1e===_0x37ccdd;},_0x5b5fd5[_0x5ca1e9(0x119)]=_0x5ca1e9(0x106),_0x5b5fd5['brChL']=_0x5ca1e9(0xfd),_0x5b5fd5[_0x5ca1e9(0x124)]=function(_0x1bd61b,_0x50b56e){return _0x1bd61b===_0x50b56e;},_0x5b5fd5[_0x5ca1e9(0xf7)]='https';const _0x56e5fa=_0x5b5fd5;return _0xe4e80f[_0x5ca1e9(0x11d)](',')['map'](_0x11f8a2=>{const _0x1d41d1=_0x5ca1e9,_0x4ae10b=new URL(_0x11f8a2[_0x1d41d1(0x118)]()),_0x17c9f1=_0x4ae10b['hostname'],_0x32bfe5=_0x4ae10b[_0x1d41d1(0xf3)]||(_0x56e5fa['HxEbe'](_0x4ae10b[_0x1d41d1(0x127)],_0x56e5fa[_0x1d41d1(0x119)])?_0x56e5fa[_0x1d41d1(0x131)]:'80'),_0x41520a=_0x4ae10b[_0x1d41d1(0x127)][_0x1d41d1(0x129)](':',''),_0x45ea2f=_0x56e5fa[_0x1d41d1(0x124)](_0x41520a,_0x56e5fa[_0x1d41d1(0xf7)])?0x1:0x0;return _0x17c9f1+','+_0x32bfe5+','+_0x45ea2f;});},connectCommandBuilder=function(_0x40f704){const _0x1872df=a15_0x58eac9,_0x42ea38={};_0x42ea38[_0x1872df(0xfe)]=_0x1872df(0x126);const _0x798644=_0x42ea38,_0x41c68c={};_0x41c68c['describe']=HELP_MESSAGES[_0x1872df(0x113)]['bstackAccessKey'],_0x41c68c[_0x1872df(0xf4)]=_0x798644['PBrYN'];const _0x4393cb={};_0x4393cb['describe']=HELP_MESSAGES['options'][_0x1872df(0x101)],_0x4393cb[_0x1872df(0xf4)]=_0x798644['PBrYN'],_0x4393cb[_0x1872df(0x10a)]=!![];const _0x3fd697={};return _0x3fd697[_0x1872df(0x116)]=_0x41c68c,_0x3fd697[_0x1872df(0x101)]=_0x4393cb,_0x40f704[_0x1872df(0x113)](_0x3fd697);},connectCommandHandler=async function(_0x316c85){const _0x172bc2=a15_0x58eac9,_0x19b308={'JDvsD':_0x172bc2(0xf8),'CCFFt':function(_0x23fd23,_0x376cdb){return _0x23fd23===_0x376cdb;},'UuzMv':_0x172bc2(0x132),'QHzfH':_0x172bc2(0x10f),'oQkBd':'Integration\x20hosts\x20missing.','nyWhA':function(_0x4ad5ab,_0x2c62d0){return _0x4ad5ab(_0x2c62d0);},'geePM':'Hosts\x20not\x20valid','ZbYtw':function(_0x1ec12b,_0xc5f220){return _0x1ec12b(_0xc5f220);},'EOnuZ':_0x172bc2(0x117),'bsLhM':'Connection\x20established\x20successfully.','crLUr':_0x172bc2(0xed)};try{const _0x32a25e=new BrowserStackSetup(_0x316c85,_0x19b308[_0x172bc2(0xee)]);_0x316c85['bstackAccesskey']&&(_0x32a25e[_0x172bc2(0x102)][_0x172bc2(0x105)]=_0x316c85['bstackAccesskey']);if(_0x19b308['CCFFt'](typeof _0x32a25e['config'][_0x172bc2(0x105)],_0x19b308[_0x172bc2(0x12e)])){logger['error'](_0x19b308[_0x172bc2(0xff)]);throw new Error(ERROR_MESSAGES[_0x172bc2(0x112)][_0x172bc2(0x11f)]);}const _0x4b55d3=_0x316c85[_0x172bc2(0x101)];if(_0x19b308[_0x172bc2(0x12c)](typeof _0x4b55d3,_0x19b308[_0x172bc2(0x12e)])){logger[_0x172bc2(0x11c)](_0x19b308[_0x172bc2(0x123)]);throw new Error(ERROR_MESSAGES[_0x172bc2(0x101)]['missing']);}if(!_0x19b308[_0x172bc2(0xe9)](validHosts,_0x4b55d3)){logger[_0x172bc2(0x11c)](_0x19b308[_0x172bc2(0x122)]);throw new Error(ERROR_MESSAGES[_0x172bc2(0x101)][_0x172bc2(0xe8)]);}const _0x169316=_0x19b308['ZbYtw'](parseOnPremHosts,_0x4b55d3);_0x32a25e[_0x172bc2(0x102)]['browserstackLocal']=!![],_0x32a25e[_0x172bc2(0x102)][_0x172bc2(0x104)][_0x172bc2(0x115)]=_0x19b308[_0x172bc2(0xf2)],_0x32a25e['config'][_0x172bc2(0x104)][_0x172bc2(0x120)]=_0x169316[_0x172bc2(0x12f)](','),helper[_0x172bc2(0xec)](_0x32a25e[_0x172bc2(0x102)]),await _0x32a25e[_0x172bc2(0xfa)](),logger[_0x172bc2(0x130)](_0x19b308['bsLhM']);}catch(_0x24a4f2){logger[_0x172bc2(0x11c)](_0x19b308[_0x172bc2(0x110)]);throw new Error(_0x24a4f2[_0x172bc2(0x10e)]());}};function run(_0x26896c){const _0x5d728f=a15_0x58eac9,_0x4f81f2={};_0x4f81f2[_0x5d728f(0x128)]=_0x5d728f(0xea),_0x4f81f2['wlqmN']=_0x5d728f(0xf6);const _0x5afe16=_0x4f81f2;_0x26896c['usage'](HELP_MESSAGES['command'][_0x5d728f(0x12d)])['command'](_0x5afe16[_0x5d728f(0x128)],HELP_MESSAGES[_0x5d728f(0x103)][_0x5d728f(0xea)],connectCommandBuilder,connectCommandHandler)[_0x5d728f(0xeb)]()[_0x5d728f(0xf6)](_0x5afe16[_0x5d728f(0xf5)])[_0x5d728f(0x107)](HELP_MESSAGES[_0x5d728f(0x103)][_0x5d728f(0x100)]);}module[a15_0x58eac9(0x114)]=run;
@@ -1 +1 @@
1
- var a16_0x20db1a=a16_0xc91c;(function(_0x23de6a,_0x2a2c7b){var _0xc5f096=a16_0xc91c,_0x201cb2=_0x23de6a();while(!![]){try{var _0x2303d5=-parseInt(_0xc5f096(0x108))/0x1*(-parseInt(_0xc5f096(0x10c))/0x2)+parseInt(_0xc5f096(0x103))/0x3*(-parseInt(_0xc5f096(0x101))/0x4)+-parseInt(_0xc5f096(0x10b))/0x5+-parseInt(_0xc5f096(0x100))/0x6+-parseInt(_0xc5f096(0x10d))/0x7+parseInt(_0xc5f096(0x114))/0x8*(-parseInt(_0xc5f096(0x106))/0x9)+parseInt(_0xc5f096(0x112))/0xa;if(_0x2303d5===_0x2a2c7b)break;else _0x201cb2['push'](_0x201cb2['shift']());}catch(_0x1b831c){_0x201cb2['push'](_0x201cb2['shift']());}}}(a16_0x6114,0x18dc2));var a16_0x472556={};a16_0x472556['bstackAccessKey']='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a16_0x472556[a16_0x20db1a(0x107)]=a16_0x20db1a(0x10a);function a16_0xc91c(_0x4072c1,_0x27d239){var _0x6114ea=a16_0x6114();return a16_0xc91c=function(_0xc91c4a,_0x221168){_0xc91c4a=_0xc91c4a-0x100;var _0x56cd59=_0x6114ea[_0xc91c4a];return _0x56cd59;},a16_0xc91c(_0x4072c1,_0x27d239);}var a16_0x3e5541={};function a16_0x6114(){var _0x85a51c=['1169076ndRZMK','146996mtDSMd','connect','6IDMnxb','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','9BjRvHB','hosts','173770hIydBB','bstackAccessKey','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.','806610sITfNs','2VzmhMT','330582dOFhXO','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.','invalid','ERROR_MESSAGES','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','4512370ikTlWY','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','370312PEvgKb'];a16_0x6114=function(){return _0x85a51c;};return a16_0x6114();}a16_0x3e5541['root']=a16_0x20db1a(0x104),a16_0x3e5541[a16_0x20db1a(0x102)]=a16_0x20db1a(0x105),a16_0x3e5541['footer']=a16_0x20db1a(0x113);var a16_0x5f5a30={};a16_0x5f5a30['options']=a16_0x472556,a16_0x5f5a30['command']=a16_0x3e5541,exports['HELP_MESSAGES']=a16_0x5f5a30;var a16_0x481a65={};a16_0x481a65['missing']='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a16_0x3fe834={};a16_0x3fe834['missing']=a16_0x20db1a(0x111),a16_0x3fe834[a16_0x20db1a(0x10f)]=a16_0x20db1a(0x10e);var a16_0x45c230={};a16_0x45c230[a16_0x20db1a(0x109)]=a16_0x481a65,a16_0x45c230[a16_0x20db1a(0x107)]=a16_0x3fe834,exports[a16_0x20db1a(0x110)]=a16_0x45c230;
1
+ var a16_0x3ceb21=a16_0x36b4;(function(_0x170cf3,_0x2cdfb9){var _0x2c0290=a16_0x36b4,_0x13f91e=_0x170cf3();while(!![]){try{var _0x1ec011=parseInt(_0x2c0290(0x1a6))/0x1+parseInt(_0x2c0290(0x1a3))/0x2*(parseInt(_0x2c0290(0x196))/0x3)+-parseInt(_0x2c0290(0x19c))/0x4+-parseInt(_0x2c0290(0x195))/0x5+-parseInt(_0x2c0290(0x1ac))/0x6+-parseInt(_0x2c0290(0x19d))/0x7+parseInt(_0x2c0290(0x1a0))/0x8;if(_0x1ec011===_0x2cdfb9)break;else _0x13f91e['push'](_0x13f91e['shift']());}catch(_0x476f16){_0x13f91e['push'](_0x13f91e['shift']());}}}(a16_0x4dca,0xcc882));var a16_0x5864e9={};function a16_0x36b4(_0x250c31,_0x5343a0){var _0x4dca4a=a16_0x4dca();return a16_0x36b4=function(_0x36b4ab,_0x3e8bb0){_0x36b4ab=_0x36b4ab-0x195;var _0x227d74=_0x4dca4a[_0x36b4ab];return _0x227d74;},a16_0x36b4(_0x250c31,_0x5343a0);}function a16_0x4dca(){var _0x288574=['root','command','HELP_MESSAGES','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.','6027860pDvEZn','5128389YvInTj','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','20482024DadFQX','hosts','bstackAccessKey','22DbTrWe','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','missing','820710UpJefR','options','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','connect','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','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.','623868EesJBx','footer','1264025FELFUw','14502NIllJz','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.'];a16_0x4dca=function(){return _0x288574;};return a16_0x4dca();}a16_0x5864e9[a16_0x3ceb21(0x1a2)]=a16_0x3ceb21(0x197),a16_0x5864e9[a16_0x3ceb21(0x1a1)]=a16_0x3ceb21(0x19b);var a16_0x22f025={};a16_0x22f025[a16_0x3ceb21(0x198)]=a16_0x3ceb21(0x1aa),a16_0x22f025[a16_0x3ceb21(0x1a9)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a16_0x22f025[a16_0x3ceb21(0x1ad)]=a16_0x3ceb21(0x1a4);var a16_0x5af1d5={};a16_0x5af1d5[a16_0x3ceb21(0x1a7)]=a16_0x5864e9,a16_0x5af1d5[a16_0x3ceb21(0x199)]=a16_0x22f025,exports[a16_0x3ceb21(0x19a)]=a16_0x5af1d5;var a16_0x4e298c={};a16_0x4e298c[a16_0x3ceb21(0x1a5)]=a16_0x3ceb21(0x19e);var a16_0x8ce12c={};a16_0x8ce12c[a16_0x3ceb21(0x1a5)]=a16_0x3ceb21(0x1a8),a16_0x8ce12c['invalid']=a16_0x3ceb21(0x1ab);var a16_0x5d5498={};a16_0x5d5498[a16_0x3ceb21(0x1a2)]=a16_0x4e298c,a16_0x5d5498[a16_0x3ceb21(0x1a1)]=a16_0x8ce12c,exports[a16_0x3ceb21(0x19f)]=a16_0x5d5498;
@@ -1 +1 @@
1
- 'use strict';const a17_0x4ecbee=a17_0x5359;function a17_0x5359(_0x306c63,_0x2d0ba6){const _0x68f2bb=a17_0x68f2();return a17_0x5359=function(_0x535928,_0x2432c2){_0x535928=_0x535928-0x116;let _0x28ca1a=_0x68f2bb[_0x535928];return _0x28ca1a;},a17_0x5359(_0x306c63,_0x2d0ba6);}(function(_0x1b2a02,_0x5a3796){const _0x1f41a7=a17_0x5359,_0x2dbb4c=_0x1b2a02();while(!![]){try{const _0x9fd8e=parseInt(_0x1f41a7(0x180))/0x1*(-parseInt(_0x1f41a7(0x146))/0x2)+parseInt(_0x1f41a7(0x192))/0x3+parseInt(_0x1f41a7(0x12b))/0x4*(-parseInt(_0x1f41a7(0x13c))/0x5)+parseInt(_0x1f41a7(0x142))/0x6*(parseInt(_0x1f41a7(0x169))/0x7)+parseInt(_0x1f41a7(0x184))/0x8*(parseInt(_0x1f41a7(0x19e))/0x9)+parseInt(_0x1f41a7(0x14e))/0xa+-parseInt(_0x1f41a7(0x127))/0xb*(parseInt(_0x1f41a7(0x193))/0xc);if(_0x9fd8e===_0x5a3796)break;else _0x2dbb4c['push'](_0x2dbb4c['shift']());}catch(_0x2d76a8){_0x2dbb4c['push'](_0x2dbb4c['shift']());}}}(a17_0x68f2,0x29cb1));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a17_0x4ecbee(0x134)),testhubUtils=require(a17_0x4ecbee(0x166)),{FRAMEWORKS}=require(a17_0x4ecbee(0x190)),SessionHandler=require(a17_0x4ecbee(0x116)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a17_0x4ecbee(0x128)),testRunMap=require('../testRunMap'),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL='Jasmine',a17_0x211d7e={};a17_0x211d7e[a17_0x4ecbee(0x11a)]=a17_0x4ecbee(0x11a),a17_0x211d7e['failed']=a17_0x4ecbee(0x189),a17_0x211d7e[a17_0x4ecbee(0x16b)]='pending',a17_0x211d7e[a17_0x4ecbee(0x132)]='skipped';const STATUS_MAP=a17_0x211d7e;class BrowserStackJasmineReporter{constructor(_0x37436f={}){const _0x30c56e=a17_0x4ecbee,_0x10e27c={'DtpOc':function(_0x1ed16f){return _0x1ed16f();}};this[_0x30c56e(0x158)]=_0x10e27c[_0x30c56e(0x16c)](isTestObservabilitySession),this[_0x30c56e(0x17e)]=new PathHelper({'cwd':process[_0x30c56e(0x152)]()},undefined),this[_0x30c56e(0x12c)]=_0x37436f&&_0x37436f[_0x30c56e(0x12d)]||{},this[_0x30c56e(0x129)]=new Map();}[a17_0x4ecbee(0x15b)](){}['suiteStarted'](_0x254a31){const _0x586186=a17_0x4ecbee,_0x553b69={'aRCXE':function(_0x19613c,_0x4fc1d6){return _0x19613c!==_0x4fc1d6;},'JDpaQ':function(_0x9986ba,_0x2edd9){return _0x9986ba(_0x2edd9);}};try{_0x254a31&&_0x553b69[_0x586186(0x194)](_0x254a31['id'],undefined)&&_0x553b69[_0x586186(0x194)](_0x254a31['id'],null)&&this[_0x586186(0x129)][_0x586186(0x150)](_0x254a31['id'],{'description':_0x254a31['description'],'parentSuiteId':_0x254a31[_0x586186(0x126)]});}catch(_0x530e8c){_0x553b69[_0x586186(0x133)](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0x254a31&&_0x254a31[_0x586186(0x13b)])+_0x586186(0x16e)+_0x530e8c);}}[a17_0x4ecbee(0x18b)](_0x7f3a29){const _0x1fbb49=a17_0x4ecbee,_0x4ce121={'rvdGs':function(_0x442cc6,_0xf9200d){return _0x442cc6!==_0xf9200d;},'SyGPD':function(_0x4bbe87){return _0x4bbe87();},'PqZOI':_0x1fbb49(0x199),'lvopM':function(_0x18e246,_0x22272a){return _0x18e246(_0x22272a);}};try{if(_0x4ce121['rvdGs'](testhubUtils[_0x1fbb49(0x181)](),!![]))return;const _0x83e57e=_0x4ce121['SyGPD'](uuidv4);testRunMap['set'](_0x7f3a29['id'],_0x83e57e),this['_sendSpecEvent'](_0x7f3a29,_0x83e57e,_0x4ce121[_0x1fbb49(0x156)]);}catch(_0x3a2667){_0x4ce121[_0x1fbb49(0x15e)](debug,_0x1fbb49(0x177)+(_0x7f3a29&&_0x7f3a29[_0x1fbb49(0x13b)])+_0x1fbb49(0x16e)+_0x3a2667);}}[a17_0x4ecbee(0x173)](_0x51fa8c){const _0x48a340=a17_0x4ecbee,_0x79edcb={'ajOJZ':function(_0x1841a9,_0x9aadcd){return _0x1841a9!==_0x9aadcd;},'FnnFv':function(_0x4c9eea){return _0x4c9eea();},'TKbmX':function(_0x102df2,_0x479542){return _0x102df2===_0x479542;},'sKpWT':_0x48a340(0x132),'zDTyz':_0x48a340(0x16d),'xNLbh':_0x48a340(0x122),'GEJAr':function(_0x3663f8,_0x59ad62){return _0x3663f8(_0x59ad62);}};try{if(_0x79edcb['ajOJZ'](testhubUtils[_0x48a340(0x181)](),!![]))return;const _0x1946d9=testRunMap[_0x48a340(0x120)](_0x51fa8c['id'])||_0x79edcb[_0x48a340(0x12a)](uuidv4),_0x5b8af6=_0x79edcb[_0x48a340(0x19b)](_0x51fa8c[_0x48a340(0x182)],_0x79edcb[_0x48a340(0x135)])?_0x79edcb[_0x48a340(0x125)]:_0x79edcb[_0x48a340(0x178)];this[_0x48a340(0x163)](_0x51fa8c,_0x1946d9,_0x5b8af6);}catch(_0x317407){_0x79edcb[_0x48a340(0x13a)](debug,_0x48a340(0x162)+(_0x51fa8c&&_0x51fa8c[_0x48a340(0x13b)])+_0x48a340(0x16e)+_0x317407);}finally{_0x51fa8c&&(testRunMap[_0x48a340(0x183)](_0x51fa8c['id']),_specStartTimes[_0x48a340(0x19a)](_0x51fa8c['id']));}}[a17_0x4ecbee(0x17b)](){}[a17_0x4ecbee(0x185)](){}['_sendSpecEvent'](_0x45e8e3,_0x410ddd,_0x1436c3){const _0x4b2b16=a17_0x4ecbee,_0x4edc23={'dZDmk':function(_0x5ce819,_0xf74ccc){return _0x5ce819===_0xf74ccc;},'ilbMA':_0x4b2b16(0x122),'tEUVo':_0x4b2b16(0x16d),'KXSIR':'File\x20path\x20could\x20not\x20be\x20found','fxbVY':function(_0x1e8b8d,_0x304413,_0x53014f){return _0x1e8b8d(_0x304413,_0x53014f);},'XUSwa':_0x4b2b16(0x14f),'bRGAt':'TestRunStarted','dZoMl':function(_0x18cc5a,_0x5b9751){return _0x18cc5a!==_0x5b9751;},'CMiub':_0x4b2b16(0x168),'nzlqe':function(_0x68dad8,_0x41e825){return _0x68dad8&&_0x41e825;},'FsVNp':function(_0x16feb0,_0x8c89){return _0x16feb0===_0x8c89;},'AYvkS':'skipped','jIVVR':_0x4b2b16(0x11a),'FSote':_0x4b2b16(0x18d),'HzzMb':_0x4b2b16(0x144),'npHmv':'UnhandledError','iOYJs':function(_0xf05ef,_0x4dfaa7){return _0xf05ef===_0x4dfaa7;},'wDXhm':_0x4b2b16(0x191),'rcGaa':_0x4b2b16(0x195),'HNvRM':_0x4b2b16(0x141),'kEukC':_0x4b2b16(0x164),'YkKvd':_0x4b2b16(0x119),'wTEjW':_0x4b2b16(0x140),'GraIW':_0x4b2b16(0x118),'SnObE':function(_0x30954c,_0x1cf322){return _0x30954c(_0x1cf322);}};try{const _0x5494fd=_0x4edc23['dZDmk'](_0x1436c3,_0x4edc23['ilbMA'])||_0x4edc23['dZDmk'](_0x1436c3,_0x4edc23[_0x4b2b16(0x160)]),_0x5244a0=this[_0x4b2b16(0x16a)](_0x45e8e3),_0xd173c9=_0x5244a0?this[_0x4b2b16(0x17e)]['prefixTestPath'](_0x5244a0):_0x4edc23[_0x4b2b16(0x15f)],_0x364de1=_0x5244a0?this['_findGitConfig'](path[_0x4b2b16(0x13f)](_0x5244a0)):null,_0x50ea53=this[_0x4b2b16(0x18e)](_0x45e8e3['failedExpectations']),_0x4f8717=_0x50ea53?_0x50ea53[_0x4b2b16(0x11c)]:undefined,_0x3ab114=_0x50ea53?_0x4edc23[_0x4b2b16(0x174)](failureData,_0x50ea53,_0x4edc23[_0x4b2b16(0x14d)]):[],_0x15039b=new Date()['toISOString'](),_0x32db3f=this[_0x4b2b16(0x145)](_0x45e8e3);_0x4edc23[_0x4b2b16(0x147)](_0x1436c3,_0x4edc23[_0x4b2b16(0x139)])&&_0x45e8e3&&_0x4edc23[_0x4b2b16(0x176)](_0x45e8e3['id'],undefined)&&_0x4edc23[_0x4b2b16(0x176)](_0x45e8e3['id'],null)&&_specStartTimes[_0x4b2b16(0x150)](_0x45e8e3['id'],_0x15039b);const _0xcdb650=_0x4edc23[_0x4b2b16(0x147)](_0x1436c3,_0x4edc23[_0x4b2b16(0x139)])?_0x15039b:_0x45e8e3&&_specStartTimes[_0x4b2b16(0x120)](_0x45e8e3['id'])||null,_0x612839={};_0x612839[_0x4b2b16(0x157)]=_0x4edc23['CMiub'],_0x612839['code']=null;const _0x12e218={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x410ddd,'name':_0x45e8e3[_0x4b2b16(0x137)],'body':_0x612839,'scope':_0x32db3f[_0x4b2b16(0x121)]('\x20'),'scopes':_0x32db3f,'identifier':_0x45e8e3[_0x4b2b16(0x13b)],'file_name':_0xd173c9,'vc_filepath':_0x4edc23['nzlqe'](_0x364de1,_0x5244a0)?path[_0x4b2b16(0x12f)](_0x364de1,_0x5244a0):null,'location':_0xd173c9,'result':_0x4edc23['FsVNp'](_0x1436c3,_0x4edc23[_0x4b2b16(0x160)])?_0x4edc23[_0x4b2b16(0x155)]:STATUS_MAP[_0x45e8e3['status']]||_0x4edc23[_0x4b2b16(0x175)],'failure_reason':_0x4f8717,'duration_in_ms':_0x4edc23['FsVNp'](typeof _0x45e8e3[_0x4b2b16(0x179)],_0x4edc23['FSote'])?_0x45e8e3[_0x4b2b16(0x179)]:null,'started_at':_0xcdb650,'finished_at':_0x5494fd?_0x15039b:null,'failure':_0x3ab114,'failure_type':!_0x4f8717?null:_0x4f8717[_0x4b2b16(0x131)](/AssertionError/)?_0x4edc23[_0x4b2b16(0x16f)]:_0x4edc23[_0x4b2b16(0x170)],'retry_of':null};_0x4edc23['iOYJs'](_0x1436c3,_0x4edc23[_0x4b2b16(0x160)])&&!_0x12e218[_0x4edc23['wDXhm']]&&(_0x12e218[_0x4edc23['wDXhm']]=_0x12e218[_0x4edc23[_0x4b2b16(0x14b)]]);const _0x478928=_0x12e218[_0x4edc23[_0x4b2b16(0x154)]][0x0];_0x478928&&(_0x12e218[_0x4edc23[_0x4b2b16(0x11f)]]=_0x478928[_0x4edc23[_0x4b2b16(0x11d)]],_0x12e218[_0x4edc23[_0x4b2b16(0x136)]]=_0x478928[_0x4edc23['GraIW']]);testhubUtils[_0x4b2b16(0x19c)](_0x12e218,_0x1436c3,_0x45e8e3,FRAMEWORKS[_0x4b2b16(0x18f)]);const _0x20dab1={'event_type':_0x4edc23['FsVNp'](_0x1436c3,_0x4edc23[_0x4b2b16(0x160)])?_0x4edc23[_0x4b2b16(0x161)]:_0x1436c3,'test_run':_0x12e218};return testhubUtils[_0x4b2b16(0x117)](FRAMEWORKS['JASMINE'],_0x20dab1),SessionHandler[_0x4b2b16(0x13d)](_0x20dab1);}catch(_0x61b2c4){_0x4edc23['SnObE'](debug,_0x4b2b16(0x188)+_0x1436c3+_0x4b2b16(0x16e)+_0x61b2c4);}}[a17_0x4ecbee(0x145)](_0x46a6d0){const _0x2f84f2=a17_0x4ecbee,_0x1918ee={'tGHCA':function(_0x92dc06,_0x7e8548){return _0x92dc06!==_0x7e8548;},'EHUBj':function(_0x3b68cc,_0x3b4fcb){return _0x3b68cc>_0x3b4fcb;},'gylsf':function(_0x41a180,_0x5cd23c){return _0x41a180(_0x5cd23c);},'ONobm':function(_0x49c385,_0x1dfbc2){return _0x49c385-_0x1dfbc2;}};try{const _0x571a63=[];let _0xcb42db=_0x46a6d0&&_0x46a6d0['parentSuiteId'];const _0x2674a6=new Set();while(_0x1918ee[_0x2f84f2(0x14c)](_0xcb42db,undefined)&&_0x1918ee[_0x2f84f2(0x14c)](_0xcb42db,null)&&this[_0x2f84f2(0x129)][_0x2f84f2(0x186)](_0xcb42db)&&!_0x2674a6[_0x2f84f2(0x186)](_0xcb42db)){_0x2674a6[_0x2f84f2(0x171)](_0xcb42db);const _0x4ddbfd=this[_0x2f84f2(0x129)]['get'](_0xcb42db);_0x4ddbfd&&_0x4ddbfd['description']&&_0x571a63[_0x2f84f2(0x130)](_0x4ddbfd[_0x2f84f2(0x137)]),_0xcb42db=_0x4ddbfd?_0x4ddbfd[_0x2f84f2(0x126)]:null;}if(_0x1918ee[_0x2f84f2(0x12e)](_0x571a63['length'],0x0))return _0x571a63[_0x2f84f2(0x138)]();}catch(_0x497d99){_0x1918ee[_0x2f84f2(0x17d)](debug,_0x2f84f2(0x143)+(_0x46a6d0&&_0x46a6d0[_0x2f84f2(0x13b)])+'\x20:\x20'+_0x497d99);}const _0x518439=_0x46a6d0&&_0x46a6d0[_0x2f84f2(0x13b)]||'',_0x26dde8=_0x46a6d0&&_0x46a6d0[_0x2f84f2(0x137)]||'';let _0x4700eb=_0x518439;return _0x26dde8&&_0x518439[_0x2f84f2(0x151)](_0x26dde8)&&(_0x4700eb=_0x518439[_0x2f84f2(0x159)](0x0,_0x1918ee['ONobm'](_0x518439['length'],_0x26dde8['length']))[_0x2f84f2(0x187)]()),_0x4700eb?_0x4700eb[_0x2f84f2(0x18c)](/\s+/):[];}[a17_0x4ecbee(0x16a)](_0x30dbfc){const _0x319445=a17_0x4ecbee,_0x45be82={};_0x45be82['YEsUQ']=function(_0x4ed1f9,_0x2f2177){return _0x4ed1f9===_0x2f2177;},_0x45be82[_0x319445(0x17f)]=function(_0x42903c,_0x56d9ed){return _0x42903c+_0x56d9ed;},_0x45be82[_0x319445(0x15c)]=function(_0x2ac1c3,_0x312a3a){return _0x2ac1c3>_0x312a3a;};const _0x4ebd8b=_0x45be82;if(_0x30dbfc&&_0x30dbfc[_0x319445(0x13e)])return _0x30dbfc[_0x319445(0x13e)];if(_0x30dbfc&&_0x30dbfc[_0x319445(0x13b)]){if(this[_0x319445(0x12c)][_0x30dbfc[_0x319445(0x13b)]])return this[_0x319445(0x12c)][_0x30dbfc[_0x319445(0x13b)]];let _0x374f7e=null,_0x1e75d5=-0x1;for(const _0x24f64a of Object[_0x319445(0x197)](this['_fileNameByFullName'])){(_0x4ebd8b[_0x319445(0x14a)](_0x30dbfc[_0x319445(0x13b)],_0x24f64a)||_0x30dbfc[_0x319445(0x13b)][_0x319445(0x19d)](_0x4ebd8b['lweEG'](_0x24f64a,'\x20')))&&_0x4ebd8b['QLHwk'](_0x24f64a[_0x319445(0x167)],_0x1e75d5)&&(_0x374f7e=this[_0x319445(0x12c)][_0x24f64a],_0x1e75d5=_0x24f64a[_0x319445(0x167)]);}if(_0x374f7e)return _0x374f7e;}return null;}[a17_0x4ecbee(0x18e)](_0x293df1){const _0x43e494=a17_0x4ecbee,_0x46b829={};_0x46b829['kQksy']=function(_0x2f65ed,_0x2af618){return _0x2f65ed===_0x2af618;},_0x46b829[_0x43e494(0x172)]='Spec\x20failed';const _0x4c48b4=_0x46b829;if(!Array[_0x43e494(0x148)](_0x293df1)||_0x4c48b4[_0x43e494(0x11e)](_0x293df1[_0x43e494(0x167)],0x0))return undefined;const _0x6771d1=[],_0x56c545=[];for(const _0x111498 of _0x293df1){_0x111498&&_0x111498[_0x43e494(0x11c)]&&_0x6771d1[_0x43e494(0x130)](_0x111498[_0x43e494(0x11c)]),_0x111498&&_0x111498[_0x43e494(0x18a)]&&_0x56c545[_0x43e494(0x130)](_0x111498[_0x43e494(0x18a)]);}const _0x237b0c=_0x293df1[0x0]||{},_0x84bd47=_0x6771d1[_0x43e494(0x121)]('\x0a')||_0x237b0c[_0x43e494(0x11c)]||_0x4c48b4[_0x43e494(0x172)],_0xb95e96=_0x56c545[_0x43e494(0x121)]('\x0a\x0a')||_0x237b0c[_0x43e494(0x18a)]||_0x84bd47,_0x206ee1={};return _0x206ee1[_0x43e494(0x11c)]=_0x84bd47,_0x206ee1[_0x43e494(0x18a)]=_0xb95e96,_0x206ee1[_0x43e494(0x124)]=_0x237b0c[_0x43e494(0x124)],_0x206ee1[_0x43e494(0x196)]=_0x237b0c[_0x43e494(0x196)],_0x206ee1[_0x43e494(0x123)]=_0x237b0c[_0x43e494(0x123)],_0x206ee1;}['_findGitConfig'](_0x21bf2a){const _0x1c5338=a17_0x4ecbee,_0x1d2363={};_0x1d2363[_0x1c5338(0x198)]=function(_0x389049,_0x30a3e9){return _0x389049===_0x30a3e9;},_0x1d2363[_0x1c5338(0x11b)]=function(_0x5b5ea8,_0x498f8d){return _0x5b5ea8===_0x498f8d;},_0x1d2363[_0x1c5338(0x149)]=function(_0x493903,_0xbedf86){return _0x493903===_0xbedf86;},_0x1d2363[_0x1c5338(0x15a)]='.git',_0x1d2363[_0x1c5338(0x17a)]=_0x1c5338(0x165);const _0x439fd5=_0x1d2363,_0x282d31=path['sep'];if(_0x439fd5[_0x1c5338(0x198)](_0x21bf2a,null)||_0x439fd5[_0x1c5338(0x198)](_0x21bf2a,'')||_0x439fd5[_0x1c5338(0x11b)](_0x21bf2a,_0x282d31)||_0x439fd5['JOxPt'](_0x21bf2a,path['dirname'](_0x21bf2a)))return null;try{return fs[_0x1c5338(0x153)](path[_0x1c5338(0x121)](_0x21bf2a,_0x439fd5[_0x1c5338(0x15a)],_0x439fd5[_0x1c5338(0x17a)])),_0x21bf2a;}catch(_0x1d775d){return this[_0x1c5338(0x15d)](path['dirname'](_0x21bf2a));}}}function a17_0x68f2(){const _0x408ace=['started_at','874260tdfiJS','2246988RdVZyq','aRCXE','finished_at','expected','keys','EUmoM','TestRunStarted','delete','TKbmX','appendTesthubParams','startsWith','1375767NzYgoR','../../../helpers/test-observability/sessionHandler','setCurrentTestData','expanded','backtrace','passed','lslOw','message','YkKvd','kQksy','kEukC','get','join','TestRunFinished','actual','matcherName','zDTyz','parentSuiteId','22qTfYUv','../../../helpers/test-observability/utils','_suitesById','FnnFv','8YNaWwy','_fileNameByFullName','fileNameByFullName','EHUBj','relative','push','match','excluded','JDpaQ','uuid','sKpWT','wTEjW','description','reverse','bRGAt','GEJAr','fullName','261490HuAcXz','uploadEventData','filename','dirname','failure_reason_expanded','failure','25230cyAGVB','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','AssertionError','_scopes','2zLlnXx','dZDmk','isArray','JOxPt','YEsUQ','rcGaa','tGHCA','XUSwa','742670ZJsMLT','err','set','endsWith','cwd','statSync','HNvRM','AYvkS','PqZOI','lang','testObservability','slice','oBziD','jasmineStarted','QLHwk','_findGitConfig','lvopM','KXSIR','tEUVo','ilbMA','Exception\x20in\x20jasmine\x20specDone\x20for\x20','_sendSpecEvent','failure_backtrace','config','../../../helpers/testhub/utils','length','javascript','378VIKZGH','_resolveFilePath','pending','DtpOc','TestRunSkipped','\x20:\x20','HzzMb','npHmv','add','BXAFq','specDone','fxbVY','jIVVR','dZoMl','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','xNLbh','duration','UzoFR','suiteDone','exports','gylsf','_paths','lweEG','95341LjDoBM','shouldProcessEventForTesthub','status','remove','8yhcVUC','jasmineDone','has','trim','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','failed','stack','specStarted','split','number','_collapseFailedExpectations','JASMINE','../../../helpers/test-observability/constants'];a17_0x68f2=function(){return _0x408ace;};return a17_0x68f2();}module[a17_0x4ecbee(0x17c)]=BrowserStackJasmineReporter;
1
+ 'use strict';const a17_0x5061d7=a17_0x51a8;(function(_0x48d9a0,_0x40f522){const _0x13d941=a17_0x51a8,_0x585e6d=_0x48d9a0();while(!![]){try{const _0x466675=-parseInt(_0x13d941(0x1be))/0x1*(parseInt(_0x13d941(0x1a3))/0x2)+-parseInt(_0x13d941(0x1d7))/0x3*(parseInt(_0x13d941(0x1a0))/0x4)+-parseInt(_0x13d941(0x1a1))/0x5*(-parseInt(_0x13d941(0x163))/0x6)+parseInt(_0x13d941(0x180))/0x7+parseInt(_0x13d941(0x1aa))/0x8+parseInt(_0x13d941(0x19f))/0x9+-parseInt(_0x13d941(0x17a))/0xa*(parseInt(_0x13d941(0x187))/0xb);if(_0x466675===_0x40f522)break;else _0x585e6d['push'](_0x585e6d['shift']());}catch(_0x129de7){_0x585e6d['push'](_0x585e6d['shift']());}}}(a17_0x3a5a,0x68580));const path=require(a17_0x5061d7(0x1ce)),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require(a17_0x5061d7(0x1dd)),{FRAMEWORKS}=require(a17_0x5061d7(0x1d6)),SessionHandler=require(a17_0x5061d7(0x194)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a17_0x5061d7(0x18d)),testRunMap=require(a17_0x5061d7(0x1c6)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a17_0x5061d7(0x1bf),a17_0x2003de={};a17_0x2003de['passed']='passed',a17_0x2003de['failed']=a17_0x5061d7(0x1de),a17_0x2003de[a17_0x5061d7(0x185)]=a17_0x5061d7(0x185),a17_0x2003de['excluded']='skipped';const STATUS_MAP=a17_0x2003de;class BrowserStackJasmineReporter{constructor(_0x5b9a2e={}){const _0x4e1186=a17_0x5061d7,_0x14bf97={'BLuNx':function(_0x2d2dd1){return _0x2d2dd1();}};this['testObservability']=_0x14bf97[_0x4e1186(0x192)](isTestObservabilitySession),this[_0x4e1186(0x1d2)]=new PathHelper({'cwd':process['cwd']()},undefined),this['_fileNameByFullName']=_0x5b9a2e&&_0x5b9a2e[_0x4e1186(0x1a9)]||{},this['_suitesById']=new Map();}['jasmineStarted'](){}['suiteStarted'](_0x45d89f){const _0x7775e9=a17_0x5061d7,_0xb7318b={'gxXvl':function(_0xcb923d,_0x38e9e5){return _0xcb923d!==_0x38e9e5;},'NUnrV':function(_0x1fa630,_0x24149f){return _0x1fa630(_0x24149f);}};try{_0x45d89f&&_0xb7318b[_0x7775e9(0x1c0)](_0x45d89f['id'],undefined)&&_0xb7318b[_0x7775e9(0x1c0)](_0x45d89f['id'],null)&&this['_suitesById']['set'](_0x45d89f['id'],{'description':_0x45d89f[_0x7775e9(0x174)],'parentSuiteId':_0x45d89f[_0x7775e9(0x160)]});}catch(_0x2aa703){_0xb7318b[_0x7775e9(0x1ba)](debug,_0x7775e9(0x186)+(_0x45d89f&&_0x45d89f['fullName'])+'\x20:\x20'+_0x2aa703);}}['specStarted'](_0x35474d){const _0x3f6109=a17_0x5061d7,_0x31ad6d={'iEuRZ':function(_0x7ebf2,_0x2fbf2c){return _0x7ebf2!==_0x2fbf2c;},'GaELs':function(_0x50ea10){return _0x50ea10();},'wRoFB':'TestRunStarted','SoVBO':function(_0xe8876c,_0x131328){return _0xe8876c(_0x131328);}};try{if(_0x31ad6d['iEuRZ'](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x44ab91=_0x31ad6d[_0x3f6109(0x1b2)](uuidv4);testRunMap[_0x3f6109(0x191)](_0x35474d['id'],_0x44ab91),this['_sendSpecEvent'](_0x35474d,_0x44ab91,_0x31ad6d[_0x3f6109(0x19a)]);}catch(_0x3a5033){_0x31ad6d[_0x3f6109(0x19b)](debug,_0x3f6109(0x1d8)+(_0x35474d&&_0x35474d[_0x3f6109(0x168)])+_0x3f6109(0x1c8)+_0x3a5033);}}[a17_0x5061d7(0x178)](_0x2f8fd9){const _0x149428=a17_0x5061d7,_0x57551a={'nJBox':function(_0x3acc26,_0x394b7a){return _0x3acc26!==_0x394b7a;},'cFlOA':function(_0x113135){return _0x113135();},'JGzek':function(_0x5f5610,_0x25bc62){return _0x5f5610===_0x25bc62;},'EXvHl':_0x149428(0x1b7),'EUKwV':_0x149428(0x1db),'rNUlN':'TestRunFinished','NFpyX':function(_0x4606bb,_0x2352a3){return _0x4606bb(_0x2352a3);}};try{if(_0x57551a[_0x149428(0x17e)](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x2ac8d3=testRunMap['get'](_0x2f8fd9['id'])||_0x57551a[_0x149428(0x1b9)](uuidv4),_0x45977f=_0x57551a['JGzek'](_0x2f8fd9[_0x149428(0x1c2)],_0x57551a[_0x149428(0x1ab)])?_0x57551a[_0x149428(0x179)]:_0x57551a[_0x149428(0x1a6)];this['_sendSpecEvent'](_0x2f8fd9,_0x2ac8d3,_0x45977f);}catch(_0x5e94c8){_0x57551a['NFpyX'](debug,_0x149428(0x171)+(_0x2f8fd9&&_0x2f8fd9[_0x149428(0x168)])+'\x20:\x20'+_0x5e94c8);}finally{_0x2f8fd9&&(testRunMap[_0x149428(0x16d)](_0x2f8fd9['id']),_specStartTimes[_0x149428(0x1c9)](_0x2f8fd9['id']));}}[a17_0x5061d7(0x1a4)](){}[a17_0x5061d7(0x1ac)](){}[a17_0x5061d7(0x162)](_0x3b4fd2,_0x1e6657,_0xf6e5c){const _0x1c1ef4=a17_0x5061d7,_0x4ae01c={'gpIGx':function(_0x833efb,_0x2240a6){return _0x833efb===_0x2240a6;},'LKEpG':'TestRunFinished','civvs':'TestRunSkipped','YRtYt':_0x1c1ef4(0x1ae),'xdrvP':function(_0xb829b8,_0x2ff3f1,_0x3edc22){return _0xb829b8(_0x2ff3f1,_0x3edc22);},'OUQus':_0x1c1ef4(0x1c4),'CRieX':_0x1c1ef4(0x15b),'TlLdV':function(_0xb86440,_0x58a504){return _0xb86440!==_0x58a504;},'ilyRg':function(_0x533a3f,_0x24b210){return _0x533a3f===_0x24b210;},'CJvvA':_0x1c1ef4(0x1d5),'AobWs':function(_0x124900,_0x1593f7){return _0x124900&&_0x1593f7;},'Rgieg':'skipped','uFoGu':_0x1c1ef4(0x1cc),'OiHnS':function(_0x20ffd1,_0x4c5b85){return _0x20ffd1===_0x4c5b85;},'MtJYk':_0x1c1ef4(0x17d),'EIRqv':_0x1c1ef4(0x1b5),'aswFT':_0x1c1ef4(0x182),'wYfId':function(_0x1f0bd8,_0x588698){return _0x1f0bd8===_0x588698;},'qZzxq':_0x1c1ef4(0x17c),'sAqld':'finished_at','JuytO':'failure','XImvM':'failure_backtrace','WjrIH':_0x1c1ef4(0x1bd),'AcVBw':_0x1c1ef4(0x16e),'yEzoJ':_0x1c1ef4(0x1d4),'RDAGU':function(_0x205dcb,_0xfd682d){return _0x205dcb===_0xfd682d;},'LTuxU':function(_0x8e6ebd,_0x5d1cd3){return _0x8e6ebd(_0x5d1cd3);}};try{const _0x1354cf=_0x4ae01c[_0x1c1ef4(0x15e)](_0xf6e5c,_0x4ae01c[_0x1c1ef4(0x159)])||_0x4ae01c[_0x1c1ef4(0x15e)](_0xf6e5c,_0x4ae01c[_0x1c1ef4(0x17b)]),_0x1d6860=this['_resolveFilePath'](_0x3b4fd2),_0x282998=_0x1d6860?this['_paths']['prefixTestPath'](_0x1d6860):_0x4ae01c['YRtYt'],_0x40ac7c=_0x1d6860?this[_0x1c1ef4(0x18f)](path[_0x1c1ef4(0x15a)](_0x1d6860)):null,_0x24a058=this[_0x1c1ef4(0x1a5)](_0x3b4fd2[_0x1c1ef4(0x158)]),_0x10a016=_0x24a058?_0x24a058[_0x1c1ef4(0x1b0)]:undefined,_0x29584e=_0x24a058?_0x4ae01c['xdrvP'](failureData,_0x24a058,_0x4ae01c['OUQus']):[],_0x500544=new Date()[_0x1c1ef4(0x1dc)](),_0x55d997=this[_0x1c1ef4(0x181)](_0x3b4fd2);_0x4ae01c[_0x1c1ef4(0x15e)](_0xf6e5c,_0x4ae01c['CRieX'])&&_0x3b4fd2&&_0x4ae01c[_0x1c1ef4(0x189)](_0x3b4fd2['id'],undefined)&&_0x4ae01c[_0x1c1ef4(0x189)](_0x3b4fd2['id'],null)&&_specStartTimes['set'](_0x3b4fd2['id'],_0x500544);const _0x37e715=_0x4ae01c[_0x1c1ef4(0x1c5)](_0xf6e5c,_0x4ae01c['CRieX'])?_0x500544:_0x3b4fd2&&_specStartTimes[_0x1c1ef4(0x19d)](_0x3b4fd2['id'])||null,_0x527428={};_0x527428[_0x1c1ef4(0x1c7)]=_0x4ae01c[_0x1c1ef4(0x1ad)],_0x527428['code']=null;const _0x1131fd={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x1e6657,'name':_0x3b4fd2[_0x1c1ef4(0x174)],'body':_0x527428,'scope':_0x55d997['join']('\x20'),'scopes':_0x55d997,'identifier':_0x3b4fd2[_0x1c1ef4(0x168)],'file_name':_0x282998,'vc_filepath':_0x4ae01c[_0x1c1ef4(0x17f)](_0x40ac7c,_0x1d6860)?path[_0x1c1ef4(0x1a2)](_0x40ac7c,_0x1d6860):null,'location':_0x282998,'result':_0x4ae01c[_0x1c1ef4(0x15e)](_0xf6e5c,_0x4ae01c[_0x1c1ef4(0x17b)])?_0x4ae01c['Rgieg']:STATUS_MAP[_0x3b4fd2['status']]||_0x4ae01c[_0x1c1ef4(0x16a)],'failure_reason':_0x10a016,'duration_in_ms':_0x4ae01c['OiHnS'](typeof _0x3b4fd2['duration'],_0x4ae01c[_0x1c1ef4(0x18a)])?_0x3b4fd2[_0x1c1ef4(0x15c)]:null,'started_at':_0x37e715,'finished_at':_0x1354cf?_0x500544:null,'failure':_0x29584e,'failure_type':!_0x10a016?null:_0x10a016[_0x1c1ef4(0x1b3)](/AssertionError/)?_0x4ae01c[_0x1c1ef4(0x1b1)]:_0x4ae01c[_0x1c1ef4(0x184)],'retry_of':null};_0x4ae01c['wYfId'](_0xf6e5c,_0x4ae01c[_0x1c1ef4(0x17b)])&&!_0x1131fd[_0x4ae01c[_0x1c1ef4(0x1cb)]]&&(_0x1131fd[_0x4ae01c[_0x1c1ef4(0x1cb)]]=_0x1131fd[_0x4ae01c[_0x1c1ef4(0x1d0)]]);const _0x2f2785=_0x1131fd[_0x4ae01c[_0x1c1ef4(0x18b)]][0x0];_0x2f2785&&(_0x1131fd[_0x4ae01c[_0x1c1ef4(0x1af)]]=_0x2f2785[_0x4ae01c[_0x1c1ef4(0x196)]],_0x1131fd[_0x4ae01c[_0x1c1ef4(0x169)]]=_0x2f2785[_0x4ae01c[_0x1c1ef4(0x197)]]);testhubUtils[_0x1c1ef4(0x1d1)](_0x1131fd,_0xf6e5c,_0x3b4fd2,FRAMEWORKS[_0x1c1ef4(0x15d)]);const _0x23fdd8={'event_type':_0x4ae01c[_0x1c1ef4(0x15f)](_0xf6e5c,_0x4ae01c['civvs'])?_0x4ae01c[_0x1c1ef4(0x159)]:_0xf6e5c,'test_run':_0x1131fd};return testhubUtils['setCurrentTestData'](FRAMEWORKS[_0x1c1ef4(0x15d)],_0x23fdd8),SessionHandler[_0x1c1ef4(0x1da)](_0x23fdd8);}catch(_0x378876){_0x4ae01c[_0x1c1ef4(0x1d3)](debug,'Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20'+_0xf6e5c+'\x20:\x20'+_0x378876);}}[a17_0x5061d7(0x181)](_0x2481f7){const _0x54ee26=a17_0x5061d7,_0x101301={'RGUaK':function(_0x752fd4,_0x53b197){return _0x752fd4!==_0x53b197;},'WrENX':function(_0x20fa0a,_0xb0600){return _0x20fa0a>_0xb0600;},'SyXQF':function(_0x23902b,_0x52ef35){return _0x23902b(_0x52ef35);},'OFHDb':function(_0x231174,_0x454de5){return _0x231174-_0x454de5;}};try{const _0x4ec014=[];let _0x5b8959=_0x2481f7&&_0x2481f7[_0x54ee26(0x160)];const _0x36932e=new Set();while(_0x101301[_0x54ee26(0x1ca)](_0x5b8959,undefined)&&_0x101301[_0x54ee26(0x1ca)](_0x5b8959,null)&&this['_suitesById'][_0x54ee26(0x166)](_0x5b8959)&&!_0x36932e[_0x54ee26(0x166)](_0x5b8959)){_0x36932e['add'](_0x5b8959);const _0x3cac0b=this[_0x54ee26(0x170)][_0x54ee26(0x19d)](_0x5b8959);_0x3cac0b&&_0x3cac0b['description']&&_0x4ec014[_0x54ee26(0x1a7)](_0x3cac0b[_0x54ee26(0x174)]),_0x5b8959=_0x3cac0b?_0x3cac0b[_0x54ee26(0x160)]:null;}if(_0x101301[_0x54ee26(0x195)](_0x4ec014[_0x54ee26(0x188)],0x0))return _0x4ec014[_0x54ee26(0x19c)]();}catch(_0x314c5e){_0x101301[_0x54ee26(0x1cf)](debug,_0x54ee26(0x164)+(_0x2481f7&&_0x2481f7[_0x54ee26(0x168)])+_0x54ee26(0x1c8)+_0x314c5e);}const _0x6b4b9f=_0x2481f7&&_0x2481f7[_0x54ee26(0x168)]||'',_0x24f91b=_0x2481f7&&_0x2481f7[_0x54ee26(0x174)]||'';let _0x397775=_0x6b4b9f;return _0x24f91b&&_0x6b4b9f[_0x54ee26(0x18e)](_0x24f91b)&&(_0x397775=_0x6b4b9f[_0x54ee26(0x165)](0x0,_0x101301[_0x54ee26(0x1c1)](_0x6b4b9f[_0x54ee26(0x188)],_0x24f91b[_0x54ee26(0x188)]))['trim']()),_0x397775?_0x397775[_0x54ee26(0x177)](/\s+/):[];}[a17_0x5061d7(0x161)](_0x65027e){const _0x193175=a17_0x5061d7,_0x265a5c={};_0x265a5c['dSoWQ']=function(_0x437409,_0x4e42f2){return _0x437409===_0x4e42f2;},_0x265a5c[_0x193175(0x1bc)]=function(_0x4e762d,_0x4c7a4f){return _0x4e762d+_0x4c7a4f;},_0x265a5c[_0x193175(0x1d9)]=function(_0x6099fe,_0x3159a4){return _0x6099fe>_0x3159a4;};const _0x28ce09=_0x265a5c;if(_0x65027e&&_0x65027e['filename'])return _0x65027e[_0x193175(0x1b8)];if(_0x65027e&&_0x65027e[_0x193175(0x168)]){if(this[_0x193175(0x157)][_0x65027e['fullName']])return this[_0x193175(0x157)][_0x65027e[_0x193175(0x168)]];let _0x1287a1=null,_0x1ad408=-0x1;for(const _0x3b33f4 of Object[_0x193175(0x172)](this['_fileNameByFullName'])){(_0x28ce09[_0x193175(0x16c)](_0x65027e[_0x193175(0x168)],_0x3b33f4)||_0x65027e[_0x193175(0x168)][_0x193175(0x1cd)](_0x28ce09['PhJFm'](_0x3b33f4,'\x20')))&&_0x28ce09[_0x193175(0x1d9)](_0x3b33f4[_0x193175(0x188)],_0x1ad408)&&(_0x1287a1=this[_0x193175(0x157)][_0x3b33f4],_0x1ad408=_0x3b33f4[_0x193175(0x188)]);}if(_0x1287a1)return _0x1287a1;}return null;}['_collapseFailedExpectations'](_0x597df2){const _0x1ceaca=a17_0x5061d7,_0x385921={};_0x385921['BrAFj']=function(_0x341d35,_0x359aac){return _0x341d35===_0x359aac;},_0x385921[_0x1ceaca(0x1b6)]=_0x1ceaca(0x193);const _0x141d14=_0x385921;if(!Array[_0x1ceaca(0x18c)](_0x597df2)||_0x141d14['BrAFj'](_0x597df2['length'],0x0))return undefined;const _0x3a3864=[],_0x23ac76=[];for(const _0x3e91d5 of _0x597df2){_0x3e91d5&&_0x3e91d5['message']&&_0x3a3864[_0x1ceaca(0x1a7)](_0x3e91d5[_0x1ceaca(0x1b0)]),_0x3e91d5&&_0x3e91d5[_0x1ceaca(0x1b4)]&&_0x23ac76[_0x1ceaca(0x1a7)](_0x3e91d5['stack']);}const _0x15f2ba=_0x597df2[0x0]||{},_0x40733=_0x3a3864['join']('\x0a')||_0x15f2ba[_0x1ceaca(0x1b0)]||_0x141d14[_0x1ceaca(0x1b6)],_0x324e92=_0x23ac76[_0x1ceaca(0x19e)]('\x0a\x0a')||_0x15f2ba['stack']||_0x40733,_0x5c9093={};return _0x5c9093[_0x1ceaca(0x1b0)]=_0x40733,_0x5c9093[_0x1ceaca(0x1b4)]=_0x324e92,_0x5c9093[_0x1ceaca(0x1c3)]=_0x15f2ba[_0x1ceaca(0x1c3)],_0x5c9093[_0x1ceaca(0x16b)]=_0x15f2ba[_0x1ceaca(0x16b)],_0x5c9093['actual']=_0x15f2ba[_0x1ceaca(0x198)],_0x5c9093;}[a17_0x5061d7(0x18f)](_0x4a5255){const _0x4729f3=a17_0x5061d7,_0x25c0ce={};_0x25c0ce['vvjNm']=function(_0x1e2e6b,_0xe1dfe8){return _0x1e2e6b===_0xe1dfe8;},_0x25c0ce[_0x4729f3(0x1bb)]=function(_0x98822d,_0x2b7edf){return _0x98822d===_0x2b7edf;},_0x25c0ce[_0x4729f3(0x167)]=function(_0x34df8e,_0x4383b0){return _0x34df8e===_0x4383b0;},_0x25c0ce['vrqYK']=_0x4729f3(0x175),_0x25c0ce[_0x4729f3(0x190)]=_0x4729f3(0x199);const _0x221d89=_0x25c0ce,_0x2e93a7=path[_0x4729f3(0x173)];if(_0x221d89[_0x4729f3(0x176)](_0x4a5255,null)||_0x221d89['XKWLx'](_0x4a5255,'')||_0x221d89[_0x4729f3(0x167)](_0x4a5255,_0x2e93a7)||_0x221d89[_0x4729f3(0x167)](_0x4a5255,path[_0x4729f3(0x15a)](_0x4a5255)))return null;try{return fs[_0x4729f3(0x16f)](path[_0x4729f3(0x19e)](_0x4a5255,_0x221d89[_0x4729f3(0x183)],_0x221d89[_0x4729f3(0x190)])),_0x4a5255;}catch(_0x373cb6){return this['_findGitConfig'](path[_0x4729f3(0x15a)](_0x4a5255));}}}function a17_0x3a5a(){const _0x58f27e=['Spec\x20failed','../../../helpers/test-observability/sessionHandler','WrENX','WjrIH','yEzoJ','actual','config','wRoFB','SoVBO','reverse','get','join','4852755PrLgRc','36148IUSQrH','5CExOfi','relative','1407574EwgjvK','suiteDone','_collapseFailedExpectations','rNUlN','push','exports','fileNameByFullName','1100568NuSlUT','EXvHl','jasmineDone','CJvvA','File\x20path\x20could\x20not\x20be\x20found','XImvM','message','EIRqv','GaELs','match','stack','AssertionError','PpNhq','excluded','filename','cFlOA','NUnrV','XKWLx','PhJFm','backtrace','1bDlZqi','Jasmine','gxXvl','OFHDb','status','matcherName','err','ilyRg','../testRunMap','lang','\x20:\x20','delete','RGUaK','qZzxq','passed','startsWith','path','SyXQF','sAqld','appendTesthubParams','_paths','LTuxU','expanded','javascript','../../../helpers/test-observability/constants','213JPImoO','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','eqjWs','uploadEventData','TestRunSkipped','toISOString','../../../helpers/testhub/utils','failed','_fileNameByFullName','failedExpectations','LKEpG','dirname','TestRunStarted','duration','JASMINE','gpIGx','RDAGU','parentSuiteId','_resolveFilePath','_sendSpecEvent','3951474OVugYB','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','slice','has','gjazO','fullName','AcVBw','uFoGu','expected','dSoWQ','remove','failure_reason_expanded','statSync','_suitesById','Exception\x20in\x20jasmine\x20specDone\x20for\x20','keys','sep','description','.git','vvjNm','split','specDone','EUKwV','3777930TAfWij','civvs','started_at','number','nJBox','AobWs','5706778YyOYnc','_scopes','UnhandledError','vrqYK','aswFT','pending','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','11ccfIHe','length','TlLdV','MtJYk','JuytO','isArray','../../../helpers/test-observability/utils','endsWith','_findGitConfig','JaQGf','set','BLuNx'];a17_0x3a5a=function(){return _0x58f27e;};return a17_0x3a5a();}function a17_0x51a8(_0x40d088,_0xf796b5){const _0x3a5a90=a17_0x3a5a();return a17_0x51a8=function(_0x51a865,_0x5b29d3){_0x51a865=_0x51a865-0x157;let _0x3d8d65=_0x3a5a90[_0x51a865];return _0x3d8d65;},a17_0x51a8(_0x40d088,_0xf796b5);}module[a17_0x5061d7(0x1a8)]=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a18_0x3b92(_0x5c2596,_0x562dc3){const _0x24c91c=a18_0x24c9();return a18_0x3b92=function(_0x3b9280,_0x156e7d){_0x3b9280=_0x3b9280-0x8d;let _0x4c892d=_0x24c91c[_0x3b9280];return _0x4c892d;},a18_0x3b92(_0x5c2596,_0x562dc3);}function a18_0x24c9(){const _0x1df017=['bFHOw','../../helpers/utilities','QqOob','p-limit','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','binSessionId','isBrowserstackInfra','../../helpers/helper','printBuildLink','nREnF','existsSync','BzMKY','CvVgU','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','JASMINE_CONFIG_PATH','irwPH','accessibilityOptions','GjdYK','\x20work-item(s),\x20max\x20','spec_files',',\x20specs=','push','BROWSERSTACK_CAPABILITIES','getMultiDriverWorkerConfig','jasmine\x20child\x20(platformIndex=','370lcZUjq','cwd','readFileSync','FRAMEWORKS','Mcfqg',';\x20proceeding\x20without\x20injection','lSDSu','\x20:\x20','PZzmW','JSIgP','JIiqR','trim','wNyqz','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','FjTPB','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','spec_dir','4704636IIYsKs','startsWith','hFZwS','finalExecution','parseFileNames','SDK_SETUP','join','../../helpers/performance/performance-tester','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','capability','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','eGhvn','orPer','format','handleApp','platforms','find','info','maxWorkers',')\x20exited\x20with\x20code\x20','@playwright/test','validPlatformsPresent','WCkrF','BROWSERSTACK_CLI_BIN_SESSION_ID','DRSPA','stringify','inherit','CZYMW','testObservability','isUndefined','assign','prepareCapabilities','spec/support/jasmine.json','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','parallelsPerPlatform','SDK_CLEANUP','2867712AIAyXi','**/*[sS]pec.?(m)js','shouldReRunObservabilityTests','Running\x20your\x20Jasmine\x20tests\x20across\x20','../../helpers/performance/constants','globSync','Ukugt','map','__isPlaywrightInstalled','24vrvTzp','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','MxsMB','BROWSERSTACK_TEST_OBSERVABILITY_YML','path','ZtOqR','stop','LLOzG','resolve','spec','Exception\x20preparing\x20Jasmine\x20multi-driver\x20config;\x20spawning\x20children\x20single-driver\x20:\x20','../utils/constants','isArray','test.setup.js','useW3C','error','glob','start','env','\x20platform(s),\x20parallelsPerPlatform=','xXlSD','JASMINE','WJRIC','parse','all','YfHPI','filter','getHubUrl','exitCode','../../helpers/logger','2541996MIUupk','getPackageVersion','23292WwZRPU','posix','platform','win32','fBdro','npx','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','logLevel','qRCxw','debug','isCLIEnabled','__isPuppeteerInstalled','ZWxeV','../../helpers/test-observability/constants','yoZxh','egbZk','MqCbA','TOFAn','jasmine','IVQxn','utf8','LjNST','Tglps','TjEUV','574167FAibWu','2jaDqEB','UxNgT','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','../../helpers/test-observability/utils','from','config','nFrsY','../../helpers/puppeteer-helper','1185695VPrXJG','specArgs','CRIkF','platformIndex','917240EbSQCj','length','getInstance','slice','QYOtd','RLqFk','RPRnw'];a18_0x24c9=function(){return _0x1df017;};return a18_0x24c9();}const a18_0x52c60d=a18_0x3b92;(function(_0x1bf183,_0x597f80){const _0x475545=a18_0x3b92,_0xd6a25d=_0x1bf183();while(!![]){try{const _0x3fcba2=parseInt(_0x475545(0xb3))/0x1*(-parseInt(_0x475545(0xb4))/0x2)+-parseInt(_0x475545(0x99))/0x3+parseInt(_0x475545(0x116))/0x4+parseInt(_0x475545(0xc0))/0x5+parseInt(_0x475545(0xf2))/0x6+parseInt(_0x475545(0xbc))/0x7*(parseInt(_0x475545(0x11f))/0x8)+-parseInt(_0x475545(0x9b))/0x9*(-parseInt(_0x475545(0xe1))/0xa);if(_0x3fcba2===_0x597f80)break;else _0xd6a25d['push'](_0xd6a25d['shift']());}catch(_0x49a109){_0xd6a25d['push'](_0xd6a25d['shift']());}}}(a18_0x24c9,0xd3a4e));const fs=require('fs'),path=require(a18_0x52c60d(0x123)),util=require('util'),{spawn}=require('child_process'),glob=require(a18_0x52c60d(0x12f)),pLimit=require(a18_0x52c60d(0xca)),logger=require(a18_0x52c60d(0x98))['winstonLogger'],helper=require(a18_0x52c60d(0xcf)),utilities=require(a18_0x52c60d(0xc8)),constants=require(a18_0x52c60d(0x12a)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a18_0x52c60d(0xb7)),{debug}=require(a18_0x52c60d(0xb7)),{FRAMEWORKS}=require(a18_0x52c60d(0xa8)),PerformanceTester=require(a18_0x52c60d(0xf9)),PerformanceEvents=require(a18_0x52c60d(0x11a))['EVENTS'],BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x52c60d(0xbb)),getMaxWorkers=(_0x4bfc40,_0x6c0f7c)=>{const _0x41f847=a18_0x52c60d,_0x4ccddf={'orPer':function(_0x570660,_0x31414c){return _0x570660(_0x31414c);}};let _0x46002e=0x1;if(!helper[_0x41f847(0x10f)](_0x6c0f7c[_0x41f847(0x114)]))_0x46002e=_0x4ccddf[_0x41f847(0xfe)](parseInt,_0x6c0f7c[_0x41f847(0x114)]);else!helper['isUndefined'](_0x4bfc40[_0x41f847(0x104)])&&(_0x46002e=_0x4bfc40[_0x41f847(0x104)]);return _0x46002e;},resolveJasmineConfigPath=()=>{const _0xdc5c66=a18_0x52c60d,_0x5b3be2={};_0x5b3be2[_0xdc5c66(0xfd)]=_0xdc5c66(0x112);const _0x240d0a=_0x5b3be2,_0x3fcbfc=[];process[_0xdc5c66(0x8d)][_0xdc5c66(0xd6)]&&_0x3fcbfc[_0xdc5c66(0xdd)](path[_0xdc5c66(0x127)](process[_0xdc5c66(0xe2)](),process[_0xdc5c66(0x8d)][_0xdc5c66(0xd6)]));_0x3fcbfc[_0xdc5c66(0xdd)](path[_0xdc5c66(0x127)](process[_0xdc5c66(0xe2)](),_0x240d0a[_0xdc5c66(0xfd)]));for(const _0x2b1433 of _0x3fcbfc){try{if(fs['existsSync'](_0x2b1433))return _0x2b1433;}catch(_0x4ce2d4){}}return null;},enumerateSpecFiles=_0x45c44f=>{const _0x92772b=a18_0x52c60d,_0x23787d={'QYOtd':function(_0x81e338,_0x5c8627){return _0x81e338(_0x5c8627);},'LjNST':function(_0x3b0ef4,_0xc8774d){return _0x3b0ef4>_0xc8774d;},'MqCbA':function(_0xc14046,_0x5d8476){return _0xc14046<_0x5d8476;},'WCkrF':function(_0x17dd20,_0x2d60a9){return _0x17dd20===_0x2d60a9;},'LLOzG':'string','RPRnw':function(_0x218a65,_0x8ddbcd,_0x33ab23){return _0x218a65(_0x8ddbcd,_0x33ab23);},'xXlSD':function(_0x5559d2){return _0x5559d2();},'yoZxh':_0x92772b(0xaf),'nFrsY':_0x92772b(0x128),'ZWxeV':function(_0x13fcc3,_0x1c3ba){return _0x13fcc3>_0x1c3ba;},'tnHUb':_0x92772b(0x117),'lSDSu':function(_0xbb06c5,_0x40dc37){return _0xbb06c5>_0x40dc37;},'ZtOqR':function(_0x2d26dc,_0x1d4d9c){return _0x2d26dc(_0x1d4d9c);}};try{if(testOpsHelper[_0x92772b(0x118)]()){const _0x5eee1f=testOpsHelper[_0x92772b(0xf6)](process[_0x92772b(0x8d)]['BROWSERSTACK_RERUN_TESTS']);if(Array[_0x92772b(0x12b)](_0x5eee1f)&&_0x23787d[_0x92772b(0xb0)](_0x5eee1f['length'],0x0))return _0x5eee1f['map'](_0x72f6b8=>path['resolve'](process[_0x92772b(0xe2)](),_0x72f6b8[_0x92772b(0xec)]()))[_0x92772b(0x95)](Boolean);}}catch(_0x2d41e4){_0x23787d['QYOtd'](debug,_0x92772b(0xee)+util[_0x92772b(0xff)](_0x2d41e4));}const _0x502c91=[];try{for(let _0x318bbe=0x1;_0x23787d[_0x92772b(0xab)](_0x318bbe,_0x45c44f['length']);_0x318bbe++){const _0x2f9178=_0x45c44f[_0x318bbe];_0x23787d[_0x92772b(0x108)](typeof _0x2f9178,_0x23787d[_0x92772b(0x126)])&&!_0x2f9178[_0x92772b(0xf3)]('-')&&_0x502c91[_0x92772b(0xdd)](_0x2f9178);}}catch(_0x31644f){}const _0x48ac33={'cwd':process[_0x92772b(0xe2)](),'absolute':!![],'nodir':!![]},_0x408ebb=(_0x37cd6a,_0xf0fad7)=>{const _0x377604=_0x92772b,_0x36ac71=[];for(const _0x109726 of _0x37cd6a){try{const _0x2ff774=_0xf0fad7?path[_0x377604(0x9c)][_0x377604(0xf8)](_0xf0fad7,_0x109726):_0x109726,_0x2fb60e=glob[_0x377604(0x11b)](_0x2ff774,_0x48ac33);Array[_0x377604(0x12b)](_0x2fb60e)&&_0x36ac71[_0x377604(0xdd)](..._0x2fb60e);}catch(_0x4ca170){_0x23787d[_0x377604(0xc4)](debug,'Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27'+_0x109726+'\x27\x20:\x20'+util[_0x377604(0xff)](_0x4ca170));}}return _0x36ac71;};if(_0x23787d['LjNST'](_0x502c91['length'],0x0)){const _0x33382a=_0x23787d[_0x92772b(0xc6)](_0x408ebb,_0x502c91,null);if(_0x23787d[_0x92772b(0xb0)](_0x33382a[_0x92772b(0xc1)],0x0))return Array[_0x92772b(0xb8)](new Set(_0x33382a));return _0x502c91[_0x92772b(0x11d)](_0x15c765=>path[_0x92772b(0x127)](process[_0x92772b(0xe2)](),_0x15c765));}try{const _0x22d59d=_0x23787d[_0x92772b(0x8f)](resolveJasmineConfigPath);if(_0x22d59d){const _0x5f586c=JSON[_0x92772b(0x92)](fs[_0x92772b(0xe3)](_0x22d59d,_0x23787d[_0x92772b(0xa9)])),_0x14c78c=_0x5f586c[_0x92772b(0xf1)]||_0x23787d[_0x92772b(0xba)],_0x918e70=Array[_0x92772b(0x12b)](_0x5f586c['spec_files'])&&_0x23787d[_0x92772b(0xa7)](_0x5f586c[_0x92772b(0xdb)][_0x92772b(0xc1)],0x0)?_0x5f586c[_0x92772b(0xdb)]:[_0x23787d['tnHUb']],_0x5c9556=_0x23787d[_0x92772b(0xc6)](_0x408ebb,_0x918e70,_0x14c78c);if(_0x23787d[_0x92772b(0xe7)](_0x5c9556[_0x92772b(0xc1)],0x0))return Array[_0x92772b(0xb8)](new Set(_0x5c9556));}}catch(_0x3fe17c){_0x23787d[_0x92772b(0x124)](debug,_0x92772b(0x120)+util[_0x92772b(0xff)](_0x3fe17c));}return null;};async function run(_0x1c7a46,_0x270469,_0x4241b9){const _0x4936bc=a18_0x52c60d,_0x7bbad0={'VsTHq':function(_0x5af276,_0x13511b){return _0x5af276>_0x13511b;},'QqOob':function(_0x7f867f,_0x61639f){return _0x7f867f>_0x61639f;},'JIiqR':function(_0x146434,_0x18a11d){return _0x146434(_0x18a11d);},'MxsMB':_0x4936bc(0x93),'WJRIC':function(_0x414de7,_0x1f7d88){return _0x414de7||_0x1f7d88;},'PZzmW':function(_0x139aa1,_0x8003a){return _0x139aa1>_0x8003a;},'BzMKY':function(_0x5bd33f,_0xef6709,_0x41ebd8,_0x44ebe8){return _0x5bd33f(_0xef6709,_0x41ebd8,_0x44ebe8);},'UxNgT':_0x4936bc(0xa0),'CIaYI':_0x4936bc(0xad),'irwPH':function(_0x6d2af3,_0x4dc825){return _0x6d2af3===_0x4dc825;},'YKxrd':_0x4936bc(0x9e),'bFHOw':_0x4936bc(0x10c),'DRSPA':'close','nREnF':_0x4936bc(0x12e),'QKLLW':_0x4936bc(0x106),'Ukugt':function(_0x453e76){return _0x453e76();},'Tglps':function(_0x2974db,_0x529d10,_0x30e6a9,_0x5d6e2b){return _0x2974db(_0x529d10,_0x30e6a9,_0x5d6e2b);},'qRCxw':function(_0x2e9dff,_0x72894a){return _0x2e9dff!=_0x72894a;},'TOFAn':'true','CvVgU':function(_0x2cc9d2,_0xa0d0f2){return _0x2cc9d2(_0xa0d0f2);},'CRIkF':function(_0x5adf17,_0x44300d){return _0x5adf17(_0x44300d);},'TjEUV':function(_0x536599,_0x251e8a,_0x18054c){return _0x536599(_0x251e8a,_0x18054c);},'RLqFk':function(_0x4f18ad,_0x477515){return _0x4f18ad*_0x477515;},'egbZk':function(_0x5226ec,_0x492847){return _0x5226ec(_0x492847);},'hFZwS':_0x4936bc(0x12c),'YfHPI':function(_0x318df5,_0x5a0c5f){return _0x318df5(_0x5a0c5f);},'IVQxn':function(_0x193b49,_0x5213c1){return _0x193b49<_0x5213c1;},'Mcfqg':function(_0x1480f5,_0x503b5a){return _0x1480f5>_0x503b5a;},'CZYMW':function(_0x189387,_0x12c1fe){return _0x189387>_0x12c1fe;},'GjdYK':function(_0xcf239e,_0x2dbf8d){return _0xcf239e(_0x2dbf8d);},'FjTPB':function(_0x524dae,_0xc105fc){return _0x524dae>_0xc105fc;}},_0x512280=helper[_0x4936bc(0x9a)](_0x7bbad0['QKLLW']);global[_0x4936bc(0x11e)]=!!_0x512280;const _0x19a1c9=_0x7bbad0[_0x4936bc(0x11c)](getPuppeteerVersion);global[_0x4936bc(0xa6)]=!!_0x19a1c9;helper[_0x4936bc(0xce)]()&&(await _0x4241b9['initialize'](_0x1c7a46),await helper[_0x4936bc(0x100)](_0x4241b9['config']));if(_0x512280)await _0x7bbad0['BzMKY'](checkPwandBootstrapCli,_0x512280,constants[_0x4936bc(0xe4)][_0x4936bc(0x90)],_0x4241b9);else _0x19a1c9&&await _0x7bbad0[_0x4936bc(0xb1)](checkPuppeteerAndBootstrapCli,_0x19a1c9,constants[_0x4936bc(0xe4)][_0x4936bc(0x90)],_0x4241b9);if(!_0x4241b9[_0x4936bc(0xb9)])return;_0x7bbad0[_0x4936bc(0xa3)](_0x4241b9[_0x4936bc(0xb9)]['testObservability'],null)?process['env'][_0x4936bc(0x122)]=_0x4241b9[_0x4936bc(0xb9)][_0x4936bc(0x10e)]:process[_0x4936bc(0x8d)][_0x4936bc(0x122)]=_0x7bbad0[_0x4936bc(0xac)];!helper[_0x4936bc(0x10f)](_0x4241b9[_0x4936bc(0xb9)]['accessibilityOptions'])&&(process[_0x4936bc(0x8d)][_0x4936bc(0xd5)]=JSON[_0x4936bc(0x10b)](_0x4241b9[_0x4936bc(0xb9)][_0x4936bc(0xd8)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS[_0x4936bc(0x90)],_0x4241b9);}catch(_0x32f99d){logger[_0x4936bc(0x12e)]('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x4936bc(0xff)](_0x32f99d)),_0x7bbad0[_0x4936bc(0xeb)](debug,_0x4936bc(0xfc)+util[_0x4936bc(0xff)](_0x32f99d));}let _0xe94e6f=![],_0x3ce4d0=[];try{_0xe94e6f=helper[_0x4936bc(0x12d)](_0x4241b9[_0x4936bc(0xb9)]),_0x3ce4d0=helper[_0x4936bc(0x111)](_0x4241b9[_0x4936bc(0xb9)],_0xe94e6f,constants[_0x4936bc(0xe4)][_0x4936bc(0x90)]),process[_0x4936bc(0x8d)][_0x4936bc(0xde)]=JSON[_0x4936bc(0x10b)](_0x3ce4d0);}catch(_0x45cf26){_0x7bbad0[_0x4936bc(0xd4)](debug,_0x4936bc(0xf0)+util[_0x4936bc(0xff)](_0x45cf26));}let _0x2d0669=null,_0x2907e7=![];try{_0x2d0669=helper[_0x4936bc(0x96)](_0x4241b9[_0x4936bc(0xb9)]),_0x2907e7=helper[_0x4936bc(0x107)](_0x4241b9[_0x4936bc(0xb9)]);}catch(_0x14a268){_0x7bbad0[_0x4936bc(0xbe)](debug,'Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20'+util[_0x4936bc(0xff)](_0x14a268));}let _0x115761={};try{_0x115761=helper[_0x4936bc(0xdf)](_0x4241b9[_0x4936bc(0xb9)],_0xe94e6f,constants[_0x4936bc(0xe4)][_0x4936bc(0x90)]);}catch(_0x233201){_0x7bbad0['CvVgU'](debug,_0x4936bc(0x129)+util[_0x4936bc(0xff)](_0x233201));}const _0x530215=_0x4bac99=>{const _0x441132=_0x4936bc,_0x5c6ba9=Array[_0x441132(0x12b)](_0x3ce4d0)&&_0x7bbad0['VsTHq'](_0x3ce4d0[_0x441132(0xc1)],_0x4bac99)?_0x3ce4d0[_0x4bac99]:Array[_0x441132(0x12b)](_0x3ce4d0)&&_0x7bbad0[_0x441132(0xc9)](_0x3ce4d0[_0x441132(0xc1)],0x0)?_0x3ce4d0[0x0]:{};return Object[_0x441132(0x110)]({'server':_0x2d0669,'capability':_0x5c6ba9,'proxySettings':_0x4241b9[_0x441132(0xb9)]['proxySettings'],'platform':helper['getPlatformName'](_0x5c6ba9),'browserStackLogLevel':_0x4241b9[_0x441132(0xb9)][_0x441132(0xa2)],'platformIndex':_0x4bac99,'framework':constants[_0x441132(0xe4)][_0x441132(0x90)],'platformCaps':_0x2907e7?Object['assign']({'index':_0x4bac99},_0x4241b9[_0x441132(0xb9)]['platforms'][_0x4bac99]):{'index':_0x4bac99}},_0x115761);};let _0x2b7923=0x1,_0x21db02=0x1,_0x4c476d=0x1;try{_0x2b7923=_0x7bbad0[_0x4936bc(0xb2)](getMaxWorkers,_0x1c7a46,_0x4241b9[_0x4936bc(0xb9)]),_0x21db02=_0x2907e7?_0x4241b9[_0x4936bc(0xb9)][_0x4936bc(0x101)]['length']:0x1,_0x4c476d=_0x7bbad0[_0x4936bc(0xc5)](_0x21db02,_0x2b7923),process[_0x4936bc(0x8d)]['BROWSERSTACK_JASMINE_PARALLELS']=_0x7bbad0[_0x4936bc(0xd4)](String,_0x4c476d);}catch(_0x1bb4c7){_0x7bbad0['egbZk'](debug,_0x4936bc(0xcc)+util[_0x4936bc(0xff)](_0x1bb4c7));}try{BrowserstackCLI[_0x4936bc(0xc2)]()['binSessionId']&&(process['env'][_0x4936bc(0x109)]=BrowserstackCLI[_0x4936bc(0xc2)]()[_0x4936bc(0xcd)]);}catch(_0x54e38d){_0x7bbad0[_0x4936bc(0xaa)](debug,_0x4936bc(0x113)+util[_0x4936bc(0xff)](_0x54e38d));}const _0x41df33=[];try{const _0x50d120=path[_0x4936bc(0x127)](__dirname,_0x7bbad0[_0x4936bc(0xf4)]);fs[_0x4936bc(0xd2)](_0x50d120)?_0x41df33[_0x4936bc(0xdd)]('--helper='+_0x50d120):_0x7bbad0[_0x4936bc(0xd4)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x50d120+_0x4936bc(0xe6));}catch(_0x57c14c){_0x7bbad0[_0x4936bc(0x94)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x4936bc(0xff)](_0x57c14c));}const _0x477a6d=_0x270469[_0x4936bc(0xc3)](0x1),_0x1e2d49=_0x7bbad0['egbZk'](enumerateSpecFiles,_0x270469),_0x309582=[];for(let _0x26d174=0x0;_0x7bbad0[_0x4936bc(0xae)](_0x26d174,_0x21db02);_0x26d174++){if(_0x7bbad0[_0x4936bc(0xe5)](_0x2b7923,0x1)&&Array['isArray'](_0x1e2d49)&&_0x7bbad0[_0x4936bc(0x10d)](_0x1e2d49[_0x4936bc(0xc1)],0x0))for(const _0x39f528 of _0x1e2d49){const _0x1ac122={};_0x1ac122[_0x4936bc(0xbf)]=_0x26d174,_0x1ac122[_0x4936bc(0xbd)]=[_0x39f528],_0x309582[_0x4936bc(0xdd)](_0x1ac122);}else{const _0x52b654={};_0x52b654['platformIndex']=_0x26d174,_0x52b654[_0x4936bc(0xbd)]=_0x1e2d49,_0x309582[_0x4936bc(0xdd)](_0x52b654);}}logger[_0x4936bc(0x103)](_0x4936bc(0x119)+_0x21db02+_0x4936bc(0x8e)+_0x2b7923+'\x20('+_0x309582[_0x4936bc(0xc1)]+_0x4936bc(0xda)+_0x4c476d+'\x20concurrent)'),PerformanceTester['end'](PerformanceEvents[_0x4936bc(0xf7)]);const _0x781062=_0x58814c=>new Promise(_0x339ec3=>{const _0xf2d35d=_0x4936bc,_0x19e46d={'JSIgP':_0x7bbad0[_0xf2d35d(0x121)],'fBdro':function(_0x4a21fa,_0x20b074){const _0x110a7a=_0xf2d35d;return _0x7bbad0[_0x110a7a(0xeb)](_0x4a21fa,_0x20b074);},'wNyqz':function(_0x396828,_0x4daff1){const _0x5e026c=_0xf2d35d;return _0x7bbad0[_0x5e026c(0x91)](_0x396828,_0x4daff1);}};let _0x18ebae;try{const _0x2d9aff=_0x7bbad0[_0xf2d35d(0xeb)](_0x530215,_0x58814c[_0xf2d35d(0xbf)]);_0x18ebae=Object['assign']({},process[_0xf2d35d(0x8d)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0xf2d35d(0x10b)](_0x2d9aff),'BROWSERSTACK_CAPABILITIES':JSON[_0xf2d35d(0x10b)]([_0x2d9aff[_0xf2d35d(0xfb)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x4ce476){_0x7bbad0[_0xf2d35d(0xeb)](debug,_0xf2d35d(0xb6)+_0x58814c[_0xf2d35d(0xbf)]+_0xf2d35d(0xe8)+util[_0xf2d35d(0xff)](_0x4ce476)),_0x18ebae=Object[_0xf2d35d(0x110)]({},process[_0xf2d35d(0x8d)]);}const _0x37fc84=Array[_0xf2d35d(0x12b)](_0x58814c['specArgs'])?_0x58814c[_0xf2d35d(0xbd)]:[],_0x2d2da4=_0x7bbad0[_0xf2d35d(0xe9)](_0x37fc84[_0xf2d35d(0xc1)],0x0)?_0x477a6d[_0xf2d35d(0x95)](_0x276f9b=>typeof _0x276f9b==='string'&&_0x276f9b[_0xf2d35d(0xf3)]('-')):_0x477a6d,_0x2f6161=[..._0x41df33,..._0x2d2da4,..._0x37fc84];try{const _0x8e6558=_0x7bbad0[_0xf2d35d(0xd3)](spawn,_0x7bbad0[_0xf2d35d(0xb5)],[_0x7bbad0['CIaYI'],..._0x2f6161],{'shell':_0x7bbad0[_0xf2d35d(0xd7)](process[_0xf2d35d(0x9d)],_0x7bbad0['YKxrd']),'stdio':_0x7bbad0[_0xf2d35d(0xc7)],'env':_0x18ebae});_0x8e6558['on'](_0x7bbad0[_0xf2d35d(0x10a)],_0xee7f63=>{const _0x843c78=_0xf2d35d;logger['debug'](_0x843c78(0xe0)+_0x58814c[_0x843c78(0xbf)]+_0x843c78(0xdc)+(_0x37fc84[_0x843c78(0xc1)]?_0x37fc84[_0x843c78(0xf8)](','):_0x19e46d[_0x843c78(0xea)])+_0x843c78(0x105)+_0xee7f63),_0x19e46d[_0x843c78(0x9f)](_0x339ec3,_0x19e46d[_0x843c78(0xed)](_0xee7f63,0x0));}),_0x8e6558['on'](_0x7bbad0[_0xf2d35d(0xd1)],_0x1336b9=>{const _0x30d2ee=_0xf2d35d;_0x7bbad0[_0x30d2ee(0xeb)](debug,_0x30d2ee(0xcb)+_0x58814c[_0x30d2ee(0xbf)]+')\x20:\x20'+util[_0x30d2ee(0xff)](_0x1336b9)),_0x7bbad0[_0x30d2ee(0xeb)](_0x339ec3,0x1);});}catch(_0x2a847a){_0x7bbad0['JIiqR'](debug,'Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex='+_0x58814c[_0xf2d35d(0xbf)]+')\x20:\x20'+util[_0xf2d35d(0xff)](_0x2a847a)),_0x7bbad0[_0xf2d35d(0xeb)](_0x339ec3,0x1);}}),_0x30280d=_0x7bbad0[_0x4936bc(0xd9)](pLimit,_0x7bbad0[_0x4936bc(0xef)](_0x4c476d,0x0)?_0x4c476d:0x1),_0x245ecc=await Promise[_0x4936bc(0x93)](_0x309582['map'](_0x12bb2f=>_0x30280d(()=>_0x781062(_0x12bb2f))));PerformanceTester[_0x4936bc(0x130)](PerformanceEvents[_0x4936bc(0x115)]);const _0x516e96=_0x245ecc[_0x4936bc(0x102)](_0x1c0f84=>_0x1c0f84!==0x0)||0x0;process[_0x4936bc(0x97)]=_0x516e96,logger[_0x4936bc(0xa4)](_0x4936bc(0xfa)+_0x516e96);const _0x1e6b50=BrowserstackCLI[_0x4936bc(0xa5)]();try{await TestHubHandler[_0x4936bc(0x125)](),await BrowserstackCLI[_0x4936bc(0xc2)]()[_0x4936bc(0x125)]();}catch(_0x24b97d){_0x7bbad0[_0x4936bc(0xd4)](debug,_0x4936bc(0xa1)+util['format'](_0x24b97d));}testOpsHelper[_0x4936bc(0xd0)](),await utilities[_0x4936bc(0xf5)](_0x4241b9,_0x1e6b50);}module['exports']=run;
2
+ 'use strict';const a18_0x1cd0d5=a18_0x5ca1;function a18_0x5ca1(_0x1e7ed2,_0x5d82ca){const _0x32c643=a18_0x32c6();return a18_0x5ca1=function(_0x5ca172,_0x1bbf43){_0x5ca172=_0x5ca172-0x137;let _0x4d1369=_0x32c643[_0x5ca172];return _0x4d1369;},a18_0x5ca1(_0x1e7ed2,_0x5d82ca);}(function(_0x375cb3,_0x252f10){const _0x256c5d=a18_0x5ca1,_0x3e401b=_0x375cb3();while(!![]){try{const _0x85d4d9=parseInt(_0x256c5d(0x15f))/0x1+-parseInt(_0x256c5d(0x1bd))/0x2+-parseInt(_0x256c5d(0x155))/0x3*(parseInt(_0x256c5d(0x186))/0x4)+-parseInt(_0x256c5d(0x1c2))/0x5*(-parseInt(_0x256c5d(0x174))/0x6)+parseInt(_0x256c5d(0x1b8))/0x7+parseInt(_0x256c5d(0x194))/0x8+-parseInt(_0x256c5d(0x161))/0x9*(parseInt(_0x256c5d(0x19c))/0xa);if(_0x85d4d9===_0x252f10)break;else _0x3e401b['push'](_0x3e401b['shift']());}catch(_0x5d7278){_0x3e401b['push'](_0x3e401b['shift']());}}}(a18_0x32c6,0x8172b));function a18_0x32c6(){const _0x19b06f=['BROWSERSTACK_JASMINE_PARALLELS','child_process','validPlatformsPresent','--helper=','stop','bqrCK','cwd','resolve','NkaBN','shouldReRunObservabilityTests','exitCode','xheVK','getInstance','lEnCM','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','kPMpP','push','getMultiDriverWorkerConfig','cJgXY',')\x20exited\x20with\x20code\x20','__isPlaywrightInstalled','globSync','../../helpers/test-observability/constants','SDK_SETUP','Exception\x20preparing\x20Jasmine\x20multi-driver\x20config;\x20spawning\x20children\x20single-driver\x20:\x20','specArgs','getPlatformName','3wHYMmK','BROWSERSTACK_CLI_BIN_SESSION_ID','spec/support/jasmine.json','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','UFuCo','startsWith','MGEzP','readFileSync','SDK_CLEANUP','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','485367DEJJyh','config','9wrlbtn','../../helpers/performance/constants','length','JASMINE','Wpkvr','existsSync','Running\x20your\x20Jasmine\x20tests\x20across\x20','accessibilityOptions','posix',')\x20:\x20','spec_dir','kPGio','handleApp',';\x20proceeding\x20without\x20injection','\x20:\x20','assign','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','isArray','end','1050636iKkwJl','trim','win32','format','NeTnF','binSessionId','cOHfb','CuLZn','QoJuU','info','../../helpers/performance/performance-tester','meMkC','lJVny','nBruO','MCQTa','platforms','HYcRR','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','1234524DebJWG','testObservability','platformIndex','lJOvh','lrirS','BROWSERSTACK_CAPABILITIES','platform','isBrowserstackInfra','p-limit','QWuhw','string','initialize','wnEQz','\x27\x20:\x20','2691056pHdPkT','ehNoq','\x20platform(s),\x20parallelsPerPlatform=','parse','BROWSERSTACK_RERUN_TESTS',',\x20specs=','BfRCo','../../helpers/puppeteer-helper','7881430QKPdNh','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','true','parseFileNames','spec_files','RCGsE','../../helpers/test-observability/utils','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','exports','filter','BROWSERSTACK_TEST_OBSERVABILITY_YML','inherit','jasmine','env','jRtay','parallelsPerPlatform','maxWorkers','../utils/constants','**/*[sS]pec.?(m)js','kBtvw','from','join','../../helpers/playwright-helper','util','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','nMbJz','getPackageVersion','1843597wmUVPp','start','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','VQUzw','MXLGM','1017526THxGmj','map','lHIPA','error','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','30OKXfmC','slice','useW3C','prepareCapabilities','zqYok','dZFKp','isUndefined','printBuildLink','@playwright/test','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','rGtuY','stringify','AbLrm','../../helpers/helper','logLevel','../../helpers/utilities','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','all','FRAMEWORKS','RQgUU','RVToo'];a18_0x32c6=function(){return _0x19b06f;};return a18_0x32c6();}const fs=require('fs'),path=require('path'),util=require(a18_0x1cd0d5(0x1b4)),{spawn}=require(a18_0x1cd0d5(0x13b)),glob=require('glob'),pLimit=require(a18_0x1cd0d5(0x18e)),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a18_0x1cd0d5(0x1cf)),utilities=require(a18_0x1cd0d5(0x1d1)),constants=require(a18_0x1cd0d5(0x1ae)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),testOpsHelper=require(a18_0x1cd0d5(0x1a2)),{debug}=require(a18_0x1cd0d5(0x1a2)),{FRAMEWORKS}=require(a18_0x1cd0d5(0x150)),PerformanceTester=require(a18_0x1cd0d5(0x17e)),PerformanceEvents=require(a18_0x1cd0d5(0x162))['EVENTS'],BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a18_0x1cd0d5(0x1b3)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a18_0x1cd0d5(0x19b)),getMaxWorkers=(_0x4f518f,_0x133814)=>{const _0x2c7efc=a18_0x1cd0d5,_0x32e2bc={'ffCsg':function(_0x5835ed,_0x2f9d19){return _0x5835ed(_0x2f9d19);}};let _0x33322a=0x1;if(!helper[_0x2c7efc(0x1c8)](_0x133814['parallelsPerPlatform']))_0x33322a=_0x32e2bc['ffCsg'](parseInt,_0x133814[_0x2c7efc(0x1ac)]);else!helper['isUndefined'](_0x4f518f[_0x2c7efc(0x1ad)])&&(_0x33322a=_0x4f518f['maxWorkers']);return _0x33322a;},resolveJasmineConfigPath=()=>{const _0x46a3d5=a18_0x1cd0d5,_0x12ea4e={};_0x12ea4e[_0x46a3d5(0x17c)]=_0x46a3d5(0x157);const _0x2d0423=_0x12ea4e,_0x399d43=[];process[_0x46a3d5(0x1aa)]['JASMINE_CONFIG_PATH']&&_0x399d43[_0x46a3d5(0x14a)](path[_0x46a3d5(0x141)](process[_0x46a3d5(0x140)](),process[_0x46a3d5(0x1aa)]['JASMINE_CONFIG_PATH']));_0x399d43[_0x46a3d5(0x14a)](path['resolve'](process[_0x46a3d5(0x140)](),_0x2d0423[_0x46a3d5(0x17c)]));for(const _0x32b796 of _0x399d43){try{if(fs[_0x46a3d5(0x166)](_0x32b796))return _0x32b796;}catch(_0x51ed3e){}}return null;},enumerateSpecFiles=_0xb5b836=>{const _0x2e452a=a18_0x1cd0d5,_0x578018={'kPMpP':function(_0xe0154c,_0x16f00b){return _0xe0154c(_0x16f00b);},'HYcRR':function(_0x2621c7,_0x515a3a){return _0x2621c7>_0x515a3a;},'xheVK':function(_0x10f750,_0x3aed1b){return _0x10f750<_0x3aed1b;},'AbLrm':function(_0xe057b7,_0x3e4b85){return _0xe057b7===_0x3e4b85;},'bCCYy':_0x2e452a(0x190),'RVToo':function(_0x3c5370,_0x13cd84,_0x3811ac){return _0x3c5370(_0x13cd84,_0x3811ac);},'rlOxS':function(_0x2bff8c){return _0x2bff8c();},'oCVPE':'utf8','zqYok':'spec','RQgUU':_0x2e452a(0x1af),'nBruO':function(_0x5fe84c,_0x60d45b,_0x2238a2){return _0x5fe84c(_0x60d45b,_0x2238a2);},'Wpkvr':function(_0x47f142,_0x11ec0a){return _0x47f142(_0x11ec0a);}};try{if(testOpsHelper[_0x2e452a(0x143)]()){const _0x24a41d=testOpsHelper[_0x2e452a(0x19f)](process[_0x2e452a(0x1aa)][_0x2e452a(0x198)]);if(Array['isArray'](_0x24a41d)&&_0x578018['HYcRR'](_0x24a41d['length'],0x0))return _0x24a41d[_0x2e452a(0x1be)](_0x5375f8=>path[_0x2e452a(0x141)](process[_0x2e452a(0x140)](),_0x5375f8[_0x2e452a(0x175)]()))[_0x2e452a(0x1a6)](Boolean);}}catch(_0x43ff1e){_0x578018[_0x2e452a(0x149)](debug,_0x2e452a(0x1ba)+util[_0x2e452a(0x177)](_0x43ff1e));}const _0x2bff33=[];try{for(let _0x4bf7ba=0x1;_0x578018[_0x2e452a(0x145)](_0x4bf7ba,_0xb5b836[_0x2e452a(0x163)]);_0x4bf7ba++){const _0x1fac96=_0xb5b836[_0x4bf7ba];_0x578018[_0x2e452a(0x1ce)](typeof _0x1fac96,_0x578018['bCCYy'])&&!_0x1fac96['startsWith']('-')&&_0x2bff33[_0x2e452a(0x14a)](_0x1fac96);}}catch(_0x590e79){}const _0x2e6225={'cwd':process[_0x2e452a(0x140)](),'absolute':!![],'nodir':!![]},_0x2b30b8=(_0x4ed37f,_0x9cbaeb)=>{const _0x35460e=_0x2e452a,_0x5e2768=[];for(const _0x5bfb70 of _0x4ed37f){try{const _0xc8229e=_0x9cbaeb?path[_0x35460e(0x169)]['join'](_0x9cbaeb,_0x5bfb70):_0x5bfb70,_0x542b7e=glob[_0x35460e(0x14f)](_0xc8229e,_0x2e6225);Array['isArray'](_0x542b7e)&&_0x5e2768[_0x35460e(0x14a)](..._0x542b7e);}catch(_0x21a07f){_0x578018[_0x35460e(0x149)](debug,_0x35460e(0x171)+_0x5bfb70+_0x35460e(0x193)+util[_0x35460e(0x177)](_0x21a07f));}}return _0x5e2768;};if(_0x578018[_0x2e452a(0x184)](_0x2bff33[_0x2e452a(0x163)],0x0)){const _0x335f7f=_0x578018[_0x2e452a(0x139)](_0x2b30b8,_0x2bff33,null);if(_0x578018[_0x2e452a(0x184)](_0x335f7f[_0x2e452a(0x163)],0x0))return Array[_0x2e452a(0x1b1)](new Set(_0x335f7f));return _0x2bff33[_0x2e452a(0x1be)](_0x2f6f25=>path[_0x2e452a(0x141)](process['cwd'](),_0x2f6f25));}try{const _0x51bee7=_0x578018['rlOxS'](resolveJasmineConfigPath);if(_0x51bee7){const _0x584525=JSON[_0x2e452a(0x197)](fs[_0x2e452a(0x15c)](_0x51bee7,_0x578018['oCVPE'])),_0x33d2cb=_0x584525[_0x2e452a(0x16b)]||_0x578018[_0x2e452a(0x1c6)],_0x1d9506=Array[_0x2e452a(0x172)](_0x584525[_0x2e452a(0x1a0)])&&_0x578018[_0x2e452a(0x184)](_0x584525[_0x2e452a(0x1a0)][_0x2e452a(0x163)],0x0)?_0x584525['spec_files']:[_0x578018[_0x2e452a(0x138)]],_0x6ae34d=_0x578018[_0x2e452a(0x181)](_0x2b30b8,_0x1d9506,_0x33d2cb);if(_0x578018[_0x2e452a(0x184)](_0x6ae34d['length'],0x0))return Array[_0x2e452a(0x1b1)](new Set(_0x6ae34d));}}catch(_0x329ce7){_0x578018[_0x2e452a(0x165)](debug,_0x2e452a(0x185)+util[_0x2e452a(0x177)](_0x329ce7));}return null;};async function run(_0x49e75e,_0x10c718,_0x56f20f){const _0x223517=a18_0x1cd0d5,_0x33d98d={'lJOvh':function(_0x53c4b0,_0x3aedc4){return _0x53c4b0>_0x3aedc4;},'MXLGM':function(_0x174285,_0x47fabf){return _0x174285(_0x47fabf);},'VQUzw':function(_0x5d9e3b,_0x71eec2){return _0x5d9e3b(_0x71eec2);},'CuLZn':_0x223517(0x1d3),'nMbJz':function(_0x2c5169,_0x430a2f){return _0x2c5169||_0x430a2f;},'QrbNU':function(_0xd16d3c,_0x41d53b){return _0xd16d3c(_0x41d53b);},'cOHfb':function(_0x3b85b1,_0x4eab7c){return _0x3b85b1(_0x4eab7c);},'jRtay':function(_0x930195,_0x43b552){return _0x930195>_0x43b552;},'uHUYg':function(_0x358998,_0x166147,_0x52c803,_0x2672ea){return _0x358998(_0x166147,_0x52c803,_0x2672ea);},'yBvUh':'npx','lHIPA':_0x223517(0x1a9),'fajqw':function(_0x267e89,_0x48b69c){return _0x267e89===_0x48b69c;},'BfRCo':_0x223517(0x176),'bNNYq':_0x223517(0x1a8),'lrirS':'close','pNtzs':'error','cJgXY':function(_0x3351dc,_0x1283cb){return _0x3351dc(_0x1283cb);},'RCGsE':function(_0x342807,_0x5e3b9d){return _0x342807(_0x5e3b9d);},'xRbQi':_0x223517(0x1ca),'lEnCM':function(_0x5686f2){return _0x5686f2();},'bqrCK':function(_0x1379b7,_0x132cd8,_0x6c2271,_0x15abaf){return _0x1379b7(_0x132cd8,_0x6c2271,_0x15abaf);},'MCQTa':function(_0xf57598,_0x489dd2){return _0xf57598!=_0x489dd2;},'wnEQz':_0x223517(0x19e),'kPGio':function(_0x3a1007,_0x4bf0bf,_0x5e52e4){return _0x3a1007(_0x4bf0bf,_0x5e52e4);},'ehNoq':function(_0x9fc840,_0xb1c014){return _0x9fc840*_0xb1c014;},'dZFKp':function(_0x51dba1,_0x43f5e2){return _0x51dba1(_0x43f5e2);},'QWuhw':function(_0x19784a,_0x119e9e){return _0x19784a(_0x119e9e);},'MGEzP':function(_0x4d6a7d,_0x1d4c38){return _0x4d6a7d(_0x1d4c38);},'UFuCo':'test.setup.js','lJVny':function(_0x1d75c6,_0x38ed22){return _0x1d75c6(_0x38ed22);},'rGtuY':function(_0x466a5a,_0x1ecb7b){return _0x466a5a<_0x1ecb7b;},'kBtvw':function(_0x89ad47,_0x252b76){return _0x89ad47>_0x252b76;},'NkaBN':function(_0x320db1,_0x5594e7){return _0x320db1>_0x5594e7;},'meMkC':function(_0x52b62a,_0x30bf8a){return _0x52b62a(_0x30bf8a);}},_0x5512e5=helper[_0x223517(0x1b7)](_0x33d98d['xRbQi']);global[_0x223517(0x14e)]=!!_0x5512e5;const _0x170732=_0x33d98d[_0x223517(0x147)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x170732;helper[_0x223517(0x18d)]()&&(await _0x56f20f[_0x223517(0x191)](_0x49e75e),await helper[_0x223517(0x16d)](_0x56f20f['config']));if(_0x5512e5)await _0x33d98d[_0x223517(0x13f)](checkPwandBootstrapCli,_0x5512e5,constants[_0x223517(0x137)][_0x223517(0x164)],_0x56f20f);else _0x170732&&await _0x33d98d['uHUYg'](checkPuppeteerAndBootstrapCli,_0x170732,constants['FRAMEWORKS']['JASMINE'],_0x56f20f);if(!_0x56f20f[_0x223517(0x160)])return;_0x33d98d[_0x223517(0x182)](_0x56f20f[_0x223517(0x160)][_0x223517(0x187)],null)?process['env'][_0x223517(0x1a7)]=_0x56f20f[_0x223517(0x160)][_0x223517(0x187)]:process[_0x223517(0x1aa)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x33d98d[_0x223517(0x192)];!helper[_0x223517(0x1c8)](_0x56f20f[_0x223517(0x160)][_0x223517(0x168)])&&(process[_0x223517(0x1aa)][_0x223517(0x1b5)]=JSON[_0x223517(0x1cd)](_0x56f20f[_0x223517(0x160)][_0x223517(0x168)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS[_0x223517(0x164)],_0x56f20f);}catch(_0xc6a0e5){logger[_0x223517(0x1c0)](_0x223517(0x19d)+util[_0x223517(0x177)](_0xc6a0e5)),_0x33d98d[_0x223517(0x1bb)](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util[_0x223517(0x177)](_0xc6a0e5));}let _0x3f730d=![],_0x54a587=[];try{_0x3f730d=helper[_0x223517(0x1c4)](_0x56f20f[_0x223517(0x160)]),_0x54a587=helper[_0x223517(0x1c5)](_0x56f20f[_0x223517(0x160)],_0x3f730d,constants[_0x223517(0x137)]['JASMINE']),process[_0x223517(0x1aa)][_0x223517(0x18b)]=JSON[_0x223517(0x1cd)](_0x54a587);}catch(_0x1f40ad){_0x33d98d[_0x223517(0x17a)](debug,_0x223517(0x1cb)+util[_0x223517(0x177)](_0x1f40ad));}let _0x37c484=null,_0x72983=![];try{_0x37c484=helper['getHubUrl'](_0x56f20f[_0x223517(0x160)]),_0x72983=helper[_0x223517(0x13c)](_0x56f20f[_0x223517(0x160)]);}catch(_0xfd116c){_0x33d98d[_0x223517(0x1a1)](debug,'Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20'+util['format'](_0xfd116c));}let _0x1d6c21={};try{_0x1d6c21=helper[_0x223517(0x14b)](_0x56f20f[_0x223517(0x160)],_0x3f730d,constants['FRAMEWORKS'][_0x223517(0x164)]);}catch(_0x3e6bf0){_0x33d98d['RCGsE'](debug,_0x223517(0x152)+util['format'](_0x3e6bf0));}const _0x44c29=_0xc1151b=>{const _0x23af36=_0x223517,_0x10a423=Array[_0x23af36(0x172)](_0x54a587)&&_0x33d98d['lJOvh'](_0x54a587[_0x23af36(0x163)],_0xc1151b)?_0x54a587[_0xc1151b]:Array[_0x23af36(0x172)](_0x54a587)&&_0x33d98d[_0x23af36(0x189)](_0x54a587[_0x23af36(0x163)],0x0)?_0x54a587[0x0]:{};return Object[_0x23af36(0x170)]({'server':_0x37c484,'capability':_0x10a423,'proxySettings':_0x56f20f[_0x23af36(0x160)]['proxySettings'],'platform':helper[_0x23af36(0x154)](_0x10a423),'browserStackLogLevel':_0x56f20f[_0x23af36(0x160)][_0x23af36(0x1d0)],'platformIndex':_0xc1151b,'framework':constants[_0x23af36(0x137)][_0x23af36(0x164)],'platformCaps':_0x72983?Object[_0x23af36(0x170)]({'index':_0xc1151b},_0x56f20f['config'][_0x23af36(0x183)][_0xc1151b]):{'index':_0xc1151b}},_0x1d6c21);};let _0x2e9ee3=0x1,_0x4c8071=0x1,_0x11d45e=0x1;try{_0x2e9ee3=_0x33d98d[_0x223517(0x16c)](getMaxWorkers,_0x49e75e,_0x56f20f[_0x223517(0x160)]),_0x4c8071=_0x72983?_0x56f20f['config'][_0x223517(0x183)][_0x223517(0x163)]:0x1,_0x11d45e=_0x33d98d[_0x223517(0x195)](_0x4c8071,_0x2e9ee3),process[_0x223517(0x1aa)][_0x223517(0x13a)]=_0x33d98d[_0x223517(0x1c7)](String,_0x11d45e);}catch(_0x30b68a){_0x33d98d[_0x223517(0x18f)](debug,_0x223517(0x1a4)+util[_0x223517(0x177)](_0x30b68a));}try{BrowserstackCLI['getInstance']()['binSessionId']&&(process[_0x223517(0x1aa)][_0x223517(0x156)]=BrowserstackCLI['getInstance']()[_0x223517(0x179)]);}catch(_0x427e73){_0x33d98d[_0x223517(0x15b)](debug,_0x223517(0x1c1)+util[_0x223517(0x177)](_0x427e73));}const _0x210874=[];try{const _0x48abf2=path['resolve'](__dirname,_0x33d98d[_0x223517(0x159)]);fs[_0x223517(0x166)](_0x48abf2)?_0x210874[_0x223517(0x14a)](_0x223517(0x13d)+_0x48abf2):_0x33d98d[_0x223517(0x1bb)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x48abf2+_0x223517(0x16e));}catch(_0x2fd718){_0x33d98d[_0x223517(0x180)](debug,_0x223517(0x15e)+util[_0x223517(0x177)](_0x2fd718));}const _0xccc4dd=_0x10c718[_0x223517(0x1c3)](0x1),_0x3e9dd5=_0x33d98d[_0x223517(0x1bc)](enumerateSpecFiles,_0x10c718),_0x3c5928=[];for(let _0x335519=0x0;_0x33d98d[_0x223517(0x1cc)](_0x335519,_0x4c8071);_0x335519++){if(_0x33d98d[_0x223517(0x189)](_0x2e9ee3,0x1)&&Array[_0x223517(0x172)](_0x3e9dd5)&&_0x33d98d[_0x223517(0x1b0)](_0x3e9dd5[_0x223517(0x163)],0x0))for(const _0x369b00 of _0x3e9dd5){const _0x41410c={};_0x41410c[_0x223517(0x188)]=_0x335519,_0x41410c[_0x223517(0x153)]=[_0x369b00],_0x3c5928['push'](_0x41410c);}else{const _0x33165a={};_0x33165a[_0x223517(0x188)]=_0x335519,_0x33165a[_0x223517(0x153)]=_0x3e9dd5,_0x3c5928['push'](_0x33165a);}}logger[_0x223517(0x17d)](_0x223517(0x167)+_0x4c8071+_0x223517(0x196)+_0x2e9ee3+'\x20('+_0x3c5928['length']+'\x20work-item(s),\x20max\x20'+_0x11d45e+'\x20concurrent)'),PerformanceTester[_0x223517(0x173)](PerformanceEvents[_0x223517(0x151)]);const _0x1fa80e=_0x2fa421=>new Promise(_0x53cd19=>{const _0x1fbaab=_0x223517,_0x5d4423={'Sybur':_0x33d98d[_0x1fbaab(0x17b)],'ncjjN':function(_0x3f3335,_0x1ecbad){const _0x43a0dc=_0x1fbaab;return _0x33d98d[_0x43a0dc(0x1bc)](_0x3f3335,_0x1ecbad);},'NeTnF':function(_0xc567f5,_0x5382f6){const _0x2fadf7=_0x1fbaab;return _0x33d98d[_0x2fadf7(0x1b6)](_0xc567f5,_0x5382f6);}};let _0x347596;try{const _0x132660=_0x33d98d['QrbNU'](_0x44c29,_0x2fa421[_0x1fbaab(0x188)]);_0x347596=Object['assign']({},process[_0x1fbaab(0x1aa)],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x132660),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x132660['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x1377c2){_0x33d98d[_0x1fbaab(0x17a)](debug,'Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'+_0x2fa421['platformIndex']+_0x1fbaab(0x16f)+util[_0x1fbaab(0x177)](_0x1377c2)),_0x347596=Object[_0x1fbaab(0x170)]({},process[_0x1fbaab(0x1aa)]);}const _0x1593bc=Array[_0x1fbaab(0x172)](_0x2fa421[_0x1fbaab(0x153)])?_0x2fa421[_0x1fbaab(0x153)]:[],_0x3c8d79=_0x33d98d[_0x1fbaab(0x1ab)](_0x1593bc[_0x1fbaab(0x163)],0x0)?_0xccc4dd[_0x1fbaab(0x1a6)](_0x58a046=>typeof _0x58a046===_0x1fbaab(0x190)&&_0x58a046[_0x1fbaab(0x15a)]('-')):_0xccc4dd,_0x5aee85=[..._0x210874,..._0x3c8d79,..._0x1593bc];try{const _0x41d0bf=_0x33d98d['uHUYg'](spawn,_0x33d98d['yBvUh'],[_0x33d98d[_0x1fbaab(0x1bf)],..._0x5aee85],{'shell':_0x33d98d['fajqw'](process[_0x1fbaab(0x18c)],_0x33d98d[_0x1fbaab(0x19a)]),'stdio':_0x33d98d['bNNYq'],'env':_0x347596});_0x41d0bf['on'](_0x33d98d[_0x1fbaab(0x18a)],_0x2e3a0c=>{const _0x485ff3=_0x1fbaab;logger['debug']('jasmine\x20child\x20(platformIndex='+_0x2fa421[_0x485ff3(0x188)]+_0x485ff3(0x199)+(_0x1593bc[_0x485ff3(0x163)]?_0x1593bc[_0x485ff3(0x1b2)](','):_0x5d4423['Sybur'])+_0x485ff3(0x14d)+_0x2e3a0c),_0x5d4423['ncjjN'](_0x53cd19,_0x5d4423[_0x485ff3(0x178)](_0x2e3a0c,0x0));}),_0x41d0bf['on'](_0x33d98d['pNtzs'],_0x38d046=>{const _0x332794=_0x1fbaab;_0x33d98d[_0x332794(0x1bc)](debug,_0x332794(0x1d2)+_0x2fa421[_0x332794(0x188)]+')\x20:\x20'+util[_0x332794(0x177)](_0x38d046)),_0x33d98d[_0x332794(0x1bb)](_0x53cd19,0x1);});}catch(_0x3a3f76){_0x33d98d[_0x1fbaab(0x14c)](debug,_0x1fbaab(0x158)+_0x2fa421[_0x1fbaab(0x188)]+_0x1fbaab(0x16a)+util[_0x1fbaab(0x177)](_0x3a3f76)),_0x33d98d[_0x1fbaab(0x1a1)](_0x53cd19,0x1);}}),_0x5d9b0d=_0x33d98d[_0x223517(0x180)](pLimit,_0x33d98d[_0x223517(0x142)](_0x11d45e,0x0)?_0x11d45e:0x1),_0x1d4f83=await Promise['all'](_0x3c5928[_0x223517(0x1be)](_0x2af0f4=>_0x5d9b0d(()=>_0x1fa80e(_0x2af0f4))));PerformanceTester[_0x223517(0x1b9)](PerformanceEvents[_0x223517(0x15d)]);const _0x4753ff=_0x1d4f83['find'](_0x3460cf=>_0x3460cf!==0x0)||0x0;process[_0x223517(0x144)]=_0x4753ff,logger['debug'](_0x223517(0x148)+_0x4753ff);const _0x160f89=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x223517(0x13e)](),await BrowserstackCLI[_0x223517(0x146)]()[_0x223517(0x13e)]();}catch(_0x2620bc){_0x33d98d[_0x223517(0x17f)](debug,_0x223517(0x1a3)+util[_0x223517(0x177)](_0x2620bc));}testOpsHelper[_0x223517(0x1c9)](),await utilities['finalExecution'](_0x56f20f,_0x160f89);}module[a18_0x1cd0d5(0x1a5)]=run;
@@ -1 +1 @@
1
- 'use strict';const a19_0x5a2c73=a19_0x5247;(function(_0x2a5a79,_0x5730d9){const _0x547428=a19_0x5247,_0x125ca6=_0x2a5a79();while(!![]){try{const _0x8c9e54=parseInt(_0x547428(0x115))/0x1+-parseInt(_0x547428(0x120))/0x2*(parseInt(_0x547428(0x119))/0x3)+parseInt(_0x547428(0xe5))/0x4+parseInt(_0x547428(0x136))/0x5+parseInt(_0x547428(0x148))/0x6*(parseInt(_0x547428(0x121))/0x7)+-parseInt(_0x547428(0xee))/0x8+-parseInt(_0x547428(0x10f))/0x9*(parseInt(_0x547428(0xdd))/0xa);if(_0x8c9e54===_0x5730d9)break;else _0x125ca6['push'](_0x125ca6['shift']());}catch(_0x10ba23){_0x125ca6['push'](_0x125ca6['shift']());}}}(a19_0x46cb,0xdbb1e));const util=require('util'),logger=require(a19_0x5a2c73(0x12c))[a19_0x5a2c73(0x127)],helper=require(a19_0x5a2c73(0x146)),globals=require('../../helpers/globals'),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require('../../helpers/testhub/constants'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),testRunMap=require(a19_0x5a2c73(0x11c));function a19_0x46cb(){const _0x1e76ae=['exports','QqPoz','join','fFZku','length','Failed:\x20','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','XQTti','ybyrb','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','../../helpers/helper','BROWSERSTACK_JASMINE_CONFIG','102IhUWkG','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','getGlobal','__drivers','KHPku','isBrowserstackInfra','uFVpN','autoScanning','Fvqze','env','platformCaps','DTEdQ','ZPWZw','ENV_VAR','../../index','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','push','Spec\x20failed','hXfUe','startsWith','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','performScanWithRetry','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','warn','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','zTWbb','pop','zhOGP','browserstackPlatformIndex','kyrVe','get','xssJb','92440QbOrRI','stack','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','jasmine-core','bstackA11yScanOptions','[jasmine\x20setup]\x20Exception\x20in\x20final\x20driver\x20quit:\x20','stringify','IXddy','6005060HsiYIU','function','browserstackAgentV2','split','undefined','__platformCaps','gAPfo','sep','GNwOL','13933280ZqhCBv','skipSessionStatus','./bstack-reporter/customReporter','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','dyemM','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','\x22}}','@playwright/test','isArray','addReporter','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','path','byebc','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','failed','hPLVB','WWEOa','LFrjd','isAccessibilityPlatform','message','LCtUM','__skipSessionStatus','fileNameByFullName','getPackageVersion','describe','getEnv','sessionName','parse','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','fullName','NJqKR','DuLSn','setGlobal','2169gBHhSK','[jasmine\x20setup]\x20Exception\x20in\x20stale-driver\x20shift\x20check:\x20','sJpIe','prepareStackTrace','is_mobile_session','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','1546951ncCdUl','BROWSERSTACK_TESTHUB_UUID','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','bstackA11yShouldScan','1778631PZsxvE','QdKnN','markSessionStatus','./testRunMap','debug','thBuildUuid','error','2isfDjT','695275RJJwyy','eAeWZ','thJwtToken','lXbIF','lazIh','platformIndex','winstonLogger','hoofl','session_','forEach','[jasmine\x20setup]\x20Exception\x20quitting\x20stale\x20driver\x20before\x20shift:\x20','../../helpers/logger','initQuit','format','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','__skipSessionName','__sessionFailed','shift','HhNUI',',\x22level\x22:\x20\x22','sessionNameSet__','3627350IfRBeV','failedExpectations','info','browserstackSessionName','passed','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'];a19_0x46cb=function(){return _0x1e76ae;};return a19_0x46cb();}let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process['env'][a19_0x5a2c73(0x147)]||process[a19_0x5a2c73(0x151)]['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON['parse'](rawConfig));}catch(a19_0x538773){logger[a19_0x5a2c73(0x11d)]('[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20'+util[a19_0x5a2c73(0x12e)](a19_0x538773));}try{if(_bstackConfig&&!helper[a19_0x5a2c73(0x105)](a19_0x5a2c73(0xf5))){const feuXgd='1|3|2|4|0'[a19_0x5a2c73(0xe8)]('|');let ANDLki=0x0;while(!![]){switch(feuXgd[ANDLki++]){case'0':helper[a19_0x5a2c73(0x14d)]()?(global['__skipSessionName']=helper['isTrue'](_bstackConfig['skipSessionName']),global[a19_0x5a2c73(0x103)]=helper['isTrue'](_bstackConfig[a19_0x5a2c73(0xef)])):(global[a19_0x5a2c73(0x130)]=!![],global['__skipSessionStatus']=!![]);continue;case'1':logger[a19_0x5a2c73(0x11d)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'2':global[a19_0x5a2c73(0xea)]=_bstackConfig[a19_0x5a2c73(0x152)]||{};continue;case'3':shouldProcessEventForTesthub()?require(a19_0x5a2c73(0x156))[a19_0x5a2c73(0xe7)](_bstackConfig,null,!![]):require(a19_0x5a2c73(0x156))['browserstackAgentV2'](_bstackConfig);continue;case'4':global[a19_0x5a2c73(0xd9)]=_bstackConfig[a19_0x5a2c73(0x126)];continue;}break;}}}catch(a19_0xb52142){logger[a19_0x5a2c73(0x11d)]('[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20'+util[a19_0x5a2c73(0x12e)](a19_0xb52142));}const _fileNameByFullName={};try{if(typeof describe==='function'&&typeof global!==a19_0x5a2c73(0xe9)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x55537b=a19_0x5a2c73,_0x29f11f={'GNwOL':function(_0x17e6a0,_0x5d2136){return _0x17e6a0(_0x5d2136);},'dyemM':_0x55537b(0xf9),'SuEOo':'node:','WxzlD':_0x55537b(0xe0)},_0x22b70b=Error['prepareStackTrace'];try{const _0x25b4fd=new Error();Error[_0x55537b(0x112)]=(_0x48b02c,_0x3bd845)=>_0x3bd845;const _0x464652=_0x25b4fd[_0x55537b(0xde)];Error[_0x55537b(0x112)]=_0x22b70b;if(Array[_0x55537b(0xf6)](_0x464652))for(const _0x42e569 of _0x464652){const _0x3f2094=_0x42e569['getFileName']&&_0x42e569['getFileName']();if(_0x3f2094&&!_0x3f2094['includes']('bin'+_0x29f11f[_0x55537b(0xed)](require,_0x29f11f[_0x55537b(0xf2)])[_0x55537b(0xec)]+'jasmine'+_0x29f11f['GNwOL'](require,_0x29f11f['dyemM'])[_0x55537b(0xec)])&&!_0x3f2094[_0x55537b(0xd0)](_0x29f11f['SuEOo'])&&!_0x3f2094['includes'](_0x29f11f['WxzlD']))return _0x3f2094;}}catch(_0x468fba){Error[_0x55537b(0x112)]=_0x22b70b;}return null;},_wrappedDescribe=function(_0x4e34ee,_0x3cc7de){const _0x54c4f9=a19_0x5a2c73,_0x4da1a6={'qxSwL':function(_0x315bbb){return _0x315bbb();},'IGybV':function(_0x24ce36,_0x23a85d){return _0x24ce36&&_0x23a85d;},'xssJb':function(_0x5d8e1f,_0x270929,_0xea6aa3){return _0x5d8e1f(_0x270929,_0xea6aa3);}};let _0x1c2166=null;try{_0x1c2166=_0x4da1a6['qxSwL'](_resolveCallerFile);}catch(_0x33f6f7){}_describeTitleStack[_0x54c4f9(0xcd)](_0x4e34ee);const _0x4b4ee7=_describeTitleStack[_0x54c4f9(0x13e)]('\x20');_0x4da1a6['IGybV'](_0x1c2166,_0x4b4ee7)&&(_fileNameByFullName[_0x4b4ee7]=_0x1c2166);try{return _0x4da1a6[_0x54c4f9(0xdc)](_origDescribe,_0x4e34ee,_0x3cc7de);}finally{_describeTitleStack[_0x54c4f9(0xd7)]();}};Object['keys'](_origDescribe)[a19_0x5a2c73(0x12a)](_0x21056d=>{_wrappedDescribe[_0x21056d]=_origDescribe[_0x21056d];}),global[a19_0x5a2c73(0x106)]=_wrappedDescribe;}}catch(a19_0x690509){logger[a19_0x5a2c73(0x11d)](a19_0x5a2c73(0x117)+util[a19_0x5a2c73(0x12e)](a19_0x690509));}function a19_0x5247(_0x4a4cb4,_0x397a6f){const _0x46cb2d=a19_0x46cb();return a19_0x5247=function(_0x524798,_0x185305){_0x524798=_0x524798-0xcb;let _0x3c67ba=_0x46cb2d[_0x524798];return _0x3c67ba;},a19_0x5247(_0x4a4cb4,_0x397a6f);}try{if(typeof jasmine!==a19_0x5a2c73(0xe9)&&jasmine[a19_0x5a2c73(0x107)]){const BrowserStackJasmineReporter=require(a19_0x5a2c73(0xf0)),a19_0x4d907e={};a19_0x4d907e[a19_0x5a2c73(0x104)]=_fileNameByFullName,jasmine[a19_0x5a2c73(0x107)]()[a19_0x5a2c73(0xf7)](new BrowserStackJasmineReporter(a19_0x4d907e)),logger[a19_0x5a2c73(0x11d)]('[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter');}else logger[a19_0x5a2c73(0x11d)](a19_0x5a2c73(0xd3));}catch(a19_0x3d9e71){logger[a19_0x5a2c73(0x11d)](a19_0x5a2c73(0xd5)+util[a19_0x5a2c73(0x12e)](a19_0x3d9e71));}try{typeof jasmine!==a19_0x5a2c73(0xe9)&&jasmine[a19_0x5a2c73(0x107)]&&jasmine['getEnv']()['addReporter']({'specStarted'(_0x274c12){const _0xd3c1f2=a19_0x5a2c73,_0x307738={};_0x307738[_0xd3c1f2(0x13d)]=function(_0x599497,_0x324a30){return _0x599497||_0x324a30;};const _0x355ab4=_0x307738;_activeResultId=_0x274c12&&_0x274c12['id'],_activeFullName=_0x274c12&&_0x274c12[_0xd3c1f2(0x10b)],_activeResultRef=_0x355ab4[_0xd3c1f2(0x13d)](_0x274c12,null);},'specDone'(){}});}catch(a19_0x260d0b){logger[a19_0x5a2c73(0x11d)](a19_0x5a2c73(0x12f)+util[a19_0x5a2c73(0x12e)](a19_0x260d0b));}const _resolveAutoScanning=()=>{const _0x2875a8=a19_0x5a2c73,_0xff08b8={};_0xff08b8[_0x2875a8(0x14c)]=function(_0x3fb434,_0x394484){return _0x3fb434===_0x394484;};const _0x208793=_0xff08b8;let _0x3a4410=!![];try{const _0x474f0b=JSON[_0x2875a8(0x109)](process[_0x2875a8(0x151)][_0x2875a8(0xdf)]||'{}');_0x208793[_0x2875a8(0x14c)](_0x474f0b[_0x2875a8(0x14f)],![])&&(_0x3a4410=![]);}catch(_0x54794e){logger['debug'](_0x2875a8(0xf1)+_0x54794e[_0x2875a8(0x101)]);}return _0x3a4410;};try{typeof beforeEach===a19_0x5a2c73(0xe6)&&beforeEach(function bstackA11yBeforeEach(){const _0x17f586=a19_0x5a2c73,_0x3e9da8={'WWEOa':function(_0x56a789){return _0x56a789();},'ZPWZw':function(_0x4dac4b,_0x53fceb,_0xc3171){return _0x4dac4b(_0x53fceb,_0xc3171);},'zTWbb':function(_0x38127e,_0x23bd1d){return _0x38127e&&_0x23bd1d;},'hXfUe':_0x17f586(0x118),'HhNUI':_0x17f586(0xe1)};try{const _0x37f523=_0x3e9da8[_0x17f586(0xfe)](_resolveAutoScanning),_0x1f8a33=_0x3e9da8[_0x17f586(0x154)](shouldScanTestForAccessibility,null,![]),_0x1e61f7=_0x3e9da8[_0x17f586(0xd6)](_0x37f523,_0x1f8a33);globals['setGlobal'](_0x3e9da8[_0x17f586(0xcf)],_0x1e61f7),globals[_0x17f586(0x10e)](_0x3e9da8[_0x17f586(0x133)],null);}catch(_0xc96f65){logger[_0x17f586(0x11d)](_0x17f586(0x13b)+util[_0x17f586(0x12e)](_0xc96f65));}}),typeof afterEach===a19_0x5a2c73(0xe6)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x56a355=a19_0x5a2c73,_0x230353={'NJqKR':function(_0xed7072,_0x276085){return _0xed7072>_0x276085;},'hoofl':function(_0x58f45e,_0x2716b5){return _0x58f45e>_0x2716b5;},'ybyrb':function(_0x5c0738,_0x494150){return _0x5c0738>_0x494150;},'sJpIe':_0x56a355(0xce),'XQTti':function(_0x5ca4ee,_0x28aa13){return _0x5ca4ee+_0x28aa13;},'DuLSn':_0x56a355(0x141),'eAeWZ':'Passed','fFZku':_0x56a355(0x11f),'gAPfo':_0x56a355(0x138),'LFrjd':_0x56a355(0xfc),'cUedH':_0x56a355(0x13a),'byebc':function(_0x13a216){return _0x13a216();},'hPLVB':_0x56a355(0x100),'Fvqze':function(_0x16836f,_0x45e344){return _0x16836f>_0x45e344;},'IXddy':'bstackA11yShouldScan','uFVpN':'[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','lazIh':_0x56a355(0x10a),'LCtUM':_0x56a355(0xcb),'zhOGP':_0x56a355(0x149),'QdKnN':'isMobilePlatform','lXbIF':_0x56a355(0xcc),'DTEdQ':_0x56a355(0x142)};try{if(Array[_0x56a355(0xf6)](global[_0x56a355(0x14b)])&&_0x230353[_0x56a355(0x10c)](global['__drivers'][_0x56a355(0x140)],0x1)){const _0x40bc92=global[_0x56a355(0x14b)][0x0];try{await _0x40bc92[_0x56a355(0x129)],await _0x40bc92[_0x56a355(0x12d)]();}catch(_0x1d0a82){logger[_0x56a355(0x11d)](_0x56a355(0x12b)+util[_0x56a355(0x12e)](_0x1d0a82));}global[_0x56a355(0x14b)][_0x56a355(0x132)]();}}catch(_0x3f1c75){logger['debug'](_0x56a355(0x110)+util['format'](_0x3f1c75));}try{if(Array[_0x56a355(0xf6)](global[_0x56a355(0x14b)])&&_0x230353[_0x56a355(0x128)](global[_0x56a355(0x14b)][_0x56a355(0x140)],0x0)&&global[_0x56a355(0x14b)][0x0]){const _0x3567bf=_activeFullName||global[_0x56a355(0x108)];if(!global[_0x56a355(0x130)]&&_0x3567bf){global[_0x56a355(0x108)]=_0x3567bf;try{await global[_0x56a355(0x14b)][0x0]['executeScript'](_0x56a355(0x145)+JSON[_0x56a355(0xe3)](_0x3567bf)+'}}'),global[_0x56a355(0x14b)][0x0][_0x56a355(0x135)]=!![];}catch(_0x520216){logger[_0x56a355(0x11d)](_0x56a355(0xfb)+util[_0x56a355(0x12e)](_0x520216));}}if(!global['__skipSessionStatus'])try{const _0x2e380b=_activeResultRef&&Array[_0x56a355(0xf6)](_activeResultRef['failedExpectations'])?_activeResultRef[_0x56a355(0x137)]:[],_0x8eb99b=_0x230353[_0x56a355(0x144)](_0x2e380b[_0x56a355(0x140)],0x0),_0x2ab13a=_0x8eb99b?_0x2e380b[0x0]&&_0x2e380b[0x0][_0x56a355(0x101)]||_0x230353[_0x56a355(0x111)]:null;try{await global[_0x56a355(0x14b)][0x0]['executeScript'](_0x56a355(0xd1)+JSON[_0x56a355(0xe3)](_0x8eb99b?_0x230353[_0x56a355(0x143)](_0x230353[_0x56a355(0x10d)],_0x2ab13a):_0x230353[_0x56a355(0x122)])+_0x56a355(0x134)+(_0x8eb99b?_0x230353[_0x56a355(0x13f)]:_0x230353[_0x56a355(0xeb)])+_0x56a355(0xf4));}catch(_0x2b2a29){logger[_0x56a355(0x11d)](_0x56a355(0xf8)+util[_0x56a355(0x12e)](_0x2b2a29));}_0x8eb99b&&(global[_0x56a355(0x131)]=!![]),await helper[_0x56a355(0x11b)](global[_0x56a355(0x14b)][0x0],_0x8eb99b?_0x230353[_0x56a355(0xff)]:_0x230353['cUedH'],_0x2ab13a);}catch(_0x205e2d){logger['debug'](_0x56a355(0x114)+util[_0x56a355(0x12e)](_0x205e2d));}}}catch(_0x237de5){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20'+util[_0x56a355(0x12e)](_0x237de5));}try{if(_0x230353[_0x56a355(0xfa)](isAccessibilityAutomationSession)&&globals[_0x56a355(0x14a)](_0x230353[_0x56a355(0xfd)])&&Array[_0x56a355(0xf6)](global['__drivers'])&&_0x230353[_0x56a355(0x150)](global['__drivers']['length'],0x0)&&global[_0x56a355(0x14b)][0x0]){const _0x2d709b=testRunMap[_0x56a355(0xdb)](_activeResultId),_0x290449={};_0x290449['thTestRunUuid']=_0x2d709b,_0x290449[_0x56a355(0x11e)]=process['env'][testHubConstants[_0x56a355(0x155)][_0x56a355(0x116)]],_0x290449[_0x56a355(0x123)]=process[_0x56a355(0x151)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x27c80f=_0x290449;logger[_0x56a355(0x11d)]('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON[_0x56a355(0xe3)](_0x27c80f));if(globals['getGlobal'](_0x230353[_0x56a355(0xe4)])){logger['debug'](_0x230353[_0x56a355(0x14e)]);const _0x14b6c5=await accessibilityRetryHelper[_0x56a355(0xd2)](global[_0x56a355(0x14b)][0x0],global[_0x56a355(0x139)]);_0x14b6c5?logger[_0x56a355(0x11d)](_0x230353[_0x56a355(0x125)]):logger[_0x56a355(0xd4)](_0x230353[_0x56a355(0x102)]);}else logger[_0x56a355(0x11d)](_0x230353[_0x56a355(0xd8)]);globals[_0x56a355(0x14a)](_0x230353[_0x56a355(0x11a)])&&(_0x27c80f[_0x56a355(0x113)]=!![]);const _0x318f87=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global['__drivers'][0x0],_0x27c80f);_0x318f87?logger[_0x56a355(0x11d)](_0x230353[_0x56a355(0x124)]):logger[_0x56a355(0xd4)](_0x230353[_0x56a355(0x153)]);}}catch(_0x4d32ef){logger['error']('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x56a355(0x12e)](_0x4d32ef));}});}catch(a19_0x536cd1){logger[a19_0x5a2c73(0x11d)](a19_0x5a2c73(0xf3)+util['format'](a19_0x536cd1));}try{typeof afterAll===a19_0x5a2c73(0xe6)&&afterAll(async function bstackFinalDriverQuit(){const _0x50d38a=a19_0x5a2c73,_0x301152={};_0x301152[_0x50d38a(0xda)]=function(_0x136a01,_0x3c55f8){return _0x136a01>_0x3c55f8;};const _0x287e3d=_0x301152;try{Array[_0x50d38a(0xf6)](global[_0x50d38a(0x14b)])&&_0x287e3d[_0x50d38a(0xda)](global[_0x50d38a(0x14b)][_0x50d38a(0x140)],0x0)&&global[_0x50d38a(0x14b)][0x0]&&(await global[_0x50d38a(0x14b)][0x0][_0x50d38a(0x129)],await global['__drivers'][0x0][_0x50d38a(0x12d)]());}catch(_0x5f548d){logger[_0x50d38a(0x11d)](_0x50d38a(0xe2)+util[_0x50d38a(0x12e)](_0x5f548d));}});}catch(a19_0x336530){logger[a19_0x5a2c73(0x11d)]('[jasmine\x20setup]\x20Exception\x20registering\x20afterAll\x20final\x20quit\x20hook:\x20'+util['format'](a19_0x336530));}module[a19_0x5a2c73(0x13c)]={};
1
+ 'use strict';const a19_0x4fbef8=a19_0x2846;(function(_0xead9da,_0x562ce5){const _0x2612d3=a19_0x2846,_0xaf59c4=_0xead9da();while(!![]){try{const _0x43b1df=parseInt(_0x2612d3(0x1d1))/0x1+parseInt(_0x2612d3(0x172))/0x2*(parseInt(_0x2612d3(0x180))/0x3)+parseInt(_0x2612d3(0x1bd))/0x4+parseInt(_0x2612d3(0x182))/0x5+parseInt(_0x2612d3(0x171))/0x6+-parseInt(_0x2612d3(0x178))/0x7*(parseInt(_0x2612d3(0x196))/0x8)+-parseInt(_0x2612d3(0x16d))/0x9*(parseInt(_0x2612d3(0x1a4))/0xa);if(_0x43b1df===_0x562ce5)break;else _0xaf59c4['push'](_0xaf59c4['shift']());}catch(_0x9a5e70){_0xaf59c4['push'](_0xaf59c4['shift']());}}}(a19_0x55c0,0x22d29));const util=require(a19_0x4fbef8(0x19a)),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a19_0x4fbef8(0x151)),globals=require(a19_0x4fbef8(0x1b3)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a19_0x4fbef8(0x17d)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a19_0x4fbef8(0x17a)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),testRunMap=require(a19_0x4fbef8(0x1cb));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a19_0x4fbef8(0x1c7)][a19_0x4fbef8(0x1b9)]||process[a19_0x4fbef8(0x1c7)][a19_0x4fbef8(0x18a)];rawConfig!==undefined&&(_bstackConfig=JSON[a19_0x4fbef8(0x194)](rawConfig));}catch(a19_0x3d6fa1){logger[a19_0x4fbef8(0x189)](a19_0x4fbef8(0x1c4)+util[a19_0x4fbef8(0x163)](a19_0x3d6fa1));}try{if(_bstackConfig&&!helper[a19_0x4fbef8(0x1b5)]('@playwright/test')){const TcDVww='4|3|0|2|1'[a19_0x4fbef8(0x17b)]('|');let qjeSUd=0x0;while(!![]){switch(TcDVww[qjeSUd++]){case'0':global[a19_0x4fbef8(0x1a3)]=_bstackConfig['platformCaps']||{};continue;case'1':helper[a19_0x4fbef8(0x16e)]()?(global[a19_0x4fbef8(0x185)]=helper[a19_0x4fbef8(0x165)](_bstackConfig[a19_0x4fbef8(0x1c8)]),global[a19_0x4fbef8(0x1b7)]=helper[a19_0x4fbef8(0x165)](_bstackConfig[a19_0x4fbef8(0x1b8)])):(global[a19_0x4fbef8(0x185)]=!![],global[a19_0x4fbef8(0x1b7)]=!![]);continue;case'2':global['browserstackPlatformIndex']=_bstackConfig['platformIndex'];continue;case'3':shouldProcessEventForTesthub()?require(a19_0x4fbef8(0x186))[a19_0x4fbef8(0x161)](_bstackConfig,null,!![]):require(a19_0x4fbef8(0x186))[a19_0x4fbef8(0x161)](_bstackConfig);continue;case'4':logger['debug'](a19_0x4fbef8(0x15d));continue;}break;}}}catch(a19_0x3f9055){logger['debug'](a19_0x4fbef8(0x19e)+util[a19_0x4fbef8(0x163)](a19_0x3f9055));}const _fileNameByFullName={};function a19_0x2846(_0x120074,_0x28f714){const _0x55c03c=a19_0x55c0();return a19_0x2846=function(_0x284628,_0x3cf9ef){_0x284628=_0x284628-0x151;let _0x14e1d5=_0x55c03c[_0x284628];return _0x14e1d5;},a19_0x2846(_0x120074,_0x28f714);}try{if(typeof describe==='function'&&typeof global!==a19_0x4fbef8(0x1b4)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x4d41a8=a19_0x4fbef8,_0x37d6d2={'dOhSH':function(_0x143fa5,_0x16f87f){return _0x143fa5(_0x16f87f);},'qemeT':'path','WsIYd':_0x4d41a8(0x19f),'ejQcU':_0x4d41a8(0x16f)},_0x3748e1=Error[_0x4d41a8(0x1c9)];try{const _0x418f87=new Error();Error[_0x4d41a8(0x1c9)]=(_0x399ef7,_0x559233)=>_0x559233;const _0xac9d3a=_0x418f87[_0x4d41a8(0x15f)];Error[_0x4d41a8(0x1c9)]=_0x3748e1;if(Array[_0x4d41a8(0x1c2)](_0xac9d3a))for(const _0x5e47e7 of _0xac9d3a){const _0x4aaa70=_0x5e47e7[_0x4d41a8(0x1ac)]&&_0x5e47e7['getFileName']();if(_0x4aaa70&&!_0x4aaa70[_0x4d41a8(0x1d6)]('bin'+_0x37d6d2[_0x4d41a8(0x1bf)](require,_0x37d6d2[_0x4d41a8(0x173)])[_0x4d41a8(0x166)]+_0x4d41a8(0x159)+_0x37d6d2[_0x4d41a8(0x1bf)](require,_0x37d6d2[_0x4d41a8(0x173)])[_0x4d41a8(0x166)])&&!_0x4aaa70[_0x4d41a8(0x1b6)](_0x37d6d2['WsIYd'])&&!_0x4aaa70[_0x4d41a8(0x1d6)](_0x37d6d2[_0x4d41a8(0x1cc)]))return _0x4aaa70;}}catch(_0x52a042){Error[_0x4d41a8(0x1c9)]=_0x3748e1;}return null;},_wrappedDescribe=function(_0x399efd,_0x3961f3){const _0x1c4078=a19_0x4fbef8,_0x57c2e5={'Agahx':function(_0x38674b){return _0x38674b();},'ihmZG':function(_0x263cb5,_0x49b4a3){return _0x263cb5&&_0x49b4a3;},'dMxEE':function(_0x714007,_0x11a67f,_0x575c4b){return _0x714007(_0x11a67f,_0x575c4b);}};let _0xae4c1f=null;try{_0xae4c1f=_0x57c2e5[_0x1c4078(0x175)](_resolveCallerFile);}catch(_0x4900f9){}_describeTitleStack['push'](_0x399efd);const _0x5889eb=_describeTitleStack[_0x1c4078(0x157)]('\x20');_0x57c2e5[_0x1c4078(0x15a)](_0xae4c1f,_0x5889eb)&&(_fileNameByFullName[_0x5889eb]=_0xae4c1f);try{return _0x57c2e5['dMxEE'](_origDescribe,_0x399efd,_0x3961f3);}finally{_describeTitleStack[_0x1c4078(0x155)]();}};Object[a19_0x4fbef8(0x19b)](_origDescribe)[a19_0x4fbef8(0x179)](_0x1b0253=>{_wrappedDescribe[_0x1b0253]=_origDescribe[_0x1b0253];}),global[a19_0x4fbef8(0x1ab)]=_wrappedDescribe;}}catch(a19_0x6178cb){logger[a19_0x4fbef8(0x189)]('[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20'+util[a19_0x4fbef8(0x163)](a19_0x6178cb));}try{if(typeof jasmine!==a19_0x4fbef8(0x1b4)&&jasmine['getEnv']){const BrowserStackJasmineReporter=require(a19_0x4fbef8(0x164)),a19_0x559e23={};a19_0x559e23[a19_0x4fbef8(0x1c6)]=_fileNameByFullName,jasmine['getEnv']()[a19_0x4fbef8(0x152)](new BrowserStackJasmineReporter(a19_0x559e23)),logger[a19_0x4fbef8(0x189)](a19_0x4fbef8(0x1ae));}else logger[a19_0x4fbef8(0x189)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a19_0x58a948){logger['debug'](a19_0x4fbef8(0x1aa)+util['format'](a19_0x58a948));}try{typeof jasmine!==a19_0x4fbef8(0x1b4)&&jasmine[a19_0x4fbef8(0x1cf)]&&jasmine[a19_0x4fbef8(0x1cf)]()[a19_0x4fbef8(0x152)]({'specStarted'(_0x3c01aa){const _0x1ddff9=a19_0x4fbef8,_0x221f17={};_0x221f17[_0x1ddff9(0x154)]=function(_0x345d27,_0x2e0f90){return _0x345d27||_0x2e0f90;};const _0x20ecb8=_0x221f17;_activeResultId=_0x3c01aa&&_0x3c01aa['id'],_activeFullName=_0x3c01aa&&_0x3c01aa[_0x1ddff9(0x197)],_activeResultRef=_0x20ecb8['MmKFY'](_0x3c01aa,null);},'specDone'(){}});}catch(a19_0x315c02){logger[a19_0x4fbef8(0x189)](a19_0x4fbef8(0x191)+util['format'](a19_0x315c02));}const _resolveAutoScanning=()=>{const _0x2cb3d3=a19_0x4fbef8,_0x302746={};_0x302746[_0x2cb3d3(0x1c3)]=function(_0x758ed5,_0x4f9b8e){return _0x758ed5===_0x4f9b8e;};const _0xf92e97=_0x302746;let _0x1f3386=!![];try{const _0x1b70cf=JSON[_0x2cb3d3(0x194)](process['env'][_0x2cb3d3(0x17e)]||'{}');_0xf92e97[_0x2cb3d3(0x1c3)](_0x1b70cf['autoScanning'],![])&&(_0x1f3386=![]);}catch(_0x4f20ff){logger[_0x2cb3d3(0x189)](_0x2cb3d3(0x15e)+_0x4f20ff['message']);}return _0x1f3386;};try{typeof beforeEach===a19_0x4fbef8(0x1d2)&&beforeEach(function bstackA11yBeforeEach(){const _0x3942da=a19_0x4fbef8,_0x230766={'GPsdX':function(_0x4bcd09){return _0x4bcd09();},'WqFQm':function(_0x5887f3,_0x5dddec,_0x42ecd9){return _0x5887f3(_0x5dddec,_0x42ecd9);},'CqvMO':function(_0x44599d,_0x42b42b){return _0x44599d&&_0x42b42b;},'BRLoq':_0x3942da(0x1af),'UsPDL':_0x3942da(0x199)};try{const _0x5a75f5=_0x230766[_0x3942da(0x19c)](_resolveAutoScanning),_0x3aeb41=_0x230766[_0x3942da(0x1da)](shouldScanTestForAccessibility,null,![]),_0x3b53c4=_0x230766[_0x3942da(0x188)](_0x5a75f5,_0x3aeb41);globals[_0x3942da(0x1ba)](_0x230766[_0x3942da(0x1bc)],_0x3b53c4),globals[_0x3942da(0x1ba)](_0x230766['UsPDL'],null);}catch(_0x2bd86e){logger[_0x3942da(0x189)](_0x3942da(0x174)+util[_0x3942da(0x163)](_0x2bd86e));}}),typeof afterEach===a19_0x4fbef8(0x1d2)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x1602e9=a19_0x4fbef8,_0x5649fe={'ptifo':function(_0x5c6814,_0x2c6766){return _0x5c6814>_0x2c6766;},'pljPM':function(_0x3e3a75,_0x48cc37){return _0x3e3a75>_0x48cc37;},'xsFCE':'Spec\x20failed','yutbx':function(_0x2489e6,_0x226834){return _0x2489e6+_0x226834;},'outZq':_0x1602e9(0x1d3),'YmXzj':_0x1602e9(0x1a1),'woAwA':_0x1602e9(0x177),'kmTnw':'info','UbfZY':_0x1602e9(0x190),'zKJSQ':_0x1602e9(0x168),'izNVM':function(_0x128522){return _0x128522();},'zvDHx':_0x1602e9(0x1d7),'tdHth':function(_0x198a2f,_0x457420){return _0x198a2f>_0x457420;},'tGOqZ':_0x1602e9(0x1af),'LSGFf':_0x1602e9(0x1d4),'auquG':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','dupvQ':_0x1602e9(0x162),'OmChs':_0x1602e9(0x1b0),'gnIMg':_0x1602e9(0x15b),'qLYUm':_0x1602e9(0x1be),'usIJM':_0x1602e9(0x18c)};try{if(Array[_0x1602e9(0x1c2)](global[_0x1602e9(0x1a6)])&&_0x5649fe[_0x1602e9(0x1ce)](global['__drivers']['length'],0x1)){const _0x2c6203=global[_0x1602e9(0x1a6)][0x0];try{await _0x2c6203['session_'],await _0x2c6203['initQuit']();}catch(_0x53b33e){logger[_0x1602e9(0x189)](_0x1602e9(0x1c5)+util['format'](_0x53b33e));}global[_0x1602e9(0x1a6)][_0x1602e9(0x1a9)]();}}catch(_0x5be463){logger[_0x1602e9(0x189)](_0x1602e9(0x1c0)+util['format'](_0x5be463));}try{if(Array[_0x1602e9(0x1c2)](global[_0x1602e9(0x1a6)])&&_0x5649fe[_0x1602e9(0x1ce)](global[_0x1602e9(0x1a6)][_0x1602e9(0x1a8)],0x0)&&global[_0x1602e9(0x1a6)][0x0]){const _0xce2fa2=_activeFullName||global[_0x1602e9(0x158)];if(!global['__skipSessionName']&&_0xce2fa2){global[_0x1602e9(0x158)]=_0xce2fa2;try{await global[_0x1602e9(0x1a6)][0x0][_0x1602e9(0x18e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x1602e9(0x184)](_0xce2fa2)+'}}'),global[_0x1602e9(0x1a6)][0x0][_0x1602e9(0x1d8)]=!![];}catch(_0x31cb75){logger['debug'](_0x1602e9(0x195)+util[_0x1602e9(0x163)](_0x31cb75));}}if(!global['__skipSessionStatus'])try{const _0x4c5405=_activeResultRef&&Array[_0x1602e9(0x1c2)](_activeResultRef[_0x1602e9(0x170)])?_activeResultRef[_0x1602e9(0x170)]:[],_0x28b054=_0x5649fe[_0x1602e9(0x1a7)](_0x4c5405[_0x1602e9(0x1a8)],0x0),_0xf64281=_0x28b054?_0x4c5405[0x0]&&_0x4c5405[0x0]['message']||_0x5649fe[_0x1602e9(0x1a5)]:null;try{await global['__drivers'][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON[_0x1602e9(0x184)](_0x28b054?_0x5649fe[_0x1602e9(0x169)](_0x5649fe[_0x1602e9(0x1d5)],_0xf64281):_0x5649fe[_0x1602e9(0x1d9)])+',\x22level\x22:\x20\x22'+(_0x28b054?_0x5649fe[_0x1602e9(0x1a2)]:_0x5649fe['kmTnw'])+'\x22}}');}catch(_0x115a28){logger['debug'](_0x1602e9(0x16b)+util[_0x1602e9(0x163)](_0x115a28));}_0x28b054&&(global[_0x1602e9(0x153)]=!![]),await helper['markSessionStatus'](global[_0x1602e9(0x1a6)][0x0],_0x28b054?_0x5649fe[_0x1602e9(0x1ca)]:_0x5649fe['zKJSQ'],_0xf64281);}catch(_0x2c6a1b){logger[_0x1602e9(0x189)](_0x1602e9(0x192)+util[_0x1602e9(0x163)](_0x2c6a1b));}}}catch(_0xcaa31d){logger[_0x1602e9(0x189)](_0x1602e9(0x176)+util[_0x1602e9(0x163)](_0xcaa31d));}try{if(_0x5649fe[_0x1602e9(0x1bb)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x5649fe[_0x1602e9(0x1ad)])&&Array['isArray'](global[_0x1602e9(0x1a6)])&&_0x5649fe[_0x1602e9(0x193)](global[_0x1602e9(0x1a6)][_0x1602e9(0x1a8)],0x0)&&global[_0x1602e9(0x1a6)][0x0]){const _0x1760a4=testRunMap[_0x1602e9(0x18f)](_activeResultId),_0x1a2d39={};_0x1a2d39[_0x1602e9(0x156)]=_0x1760a4,_0x1a2d39['thBuildUuid']=process[_0x1602e9(0x1c7)][testHubConstants[_0x1602e9(0x160)][_0x1602e9(0x16c)]],_0x1a2d39[_0x1602e9(0x1b2)]=process[_0x1602e9(0x1c7)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x3e0824=_0x1a2d39;logger[_0x1602e9(0x189)](_0x1602e9(0x17c)+JSON[_0x1602e9(0x184)](_0x3e0824));if(globals[_0x1602e9(0x18d)](_0x5649fe[_0x1602e9(0x183)])){logger['debug'](_0x5649fe[_0x1602e9(0x15c)]);const _0x47917c=await accessibilityRetryHelper[_0x1602e9(0x1b1)](global[_0x1602e9(0x1a6)][0x0],global[_0x1602e9(0x1cd)]);_0x47917c?logger[_0x1602e9(0x189)](_0x5649fe[_0x1602e9(0x187)]):logger['warn'](_0x5649fe[_0x1602e9(0x16a)]);}else logger['debug'](_0x5649fe['OmChs']);globals['getGlobal'](_0x5649fe[_0x1602e9(0x181)])&&(_0x3e0824['is_mobile_session']=!![]);const _0x202ae1=await accessibilityRetryHelper[_0x1602e9(0x198)](global['__drivers'][0x0],_0x3e0824);_0x202ae1?logger[_0x1602e9(0x189)](_0x5649fe[_0x1602e9(0x18b)]):logger['warn'](_0x5649fe['usIJM']);}}catch(_0x598123){logger['error'](_0x1602e9(0x1a0)+util[_0x1602e9(0x163)](_0x598123));}});}catch(a19_0x23451c){logger['debug'](a19_0x4fbef8(0x1c1)+util[a19_0x4fbef8(0x163)](a19_0x23451c));}try{typeof afterAll===a19_0x4fbef8(0x1d2)&&afterAll(async function bstackFinalDriverQuit(){const _0x3c2ed4=a19_0x4fbef8,_0x400fda={};_0x400fda['LuGjR']=function(_0x34da45,_0x52fb43){return _0x34da45>_0x52fb43;};const _0xc1817a=_0x400fda;try{Array[_0x3c2ed4(0x1c2)](global[_0x3c2ed4(0x1a6)])&&_0xc1817a['LuGjR'](global['__drivers'][_0x3c2ed4(0x1a8)],0x0)&&global[_0x3c2ed4(0x1a6)][0x0]&&(await global['__drivers'][0x0][_0x3c2ed4(0x19d)],await global['__drivers'][0x0][_0x3c2ed4(0x167)]());}catch(_0x1ca182){logger['debug'](_0x3c2ed4(0x1d0)+util['format'](_0x1ca182));}});}catch(a19_0xf8deb5){logger[a19_0x4fbef8(0x189)](a19_0x4fbef8(0x17f)+util['format'](a19_0xf8deb5));}function a19_0x55c0(){const _0x5bf817=['YmXzj','WqFQm','../../helpers/helper','addReporter','__sessionFailed','MmKFY','pop','thTestRunUuid','join','sessionName','jasmine','ihmZG','isMobilePlatform','LSGFf','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','stack','ENV_VAR','browserstackAgentV2','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','format','./bstack-reporter/customReporter','isTrue','sep','initQuit','passed','yutbx','dupvQ','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','BROWSERSTACK_TESTHUB_UUID','7567569ZVCYBR','isBrowserstackInfra','jasmine-core','failedExpectations','943860aAkDES','277252NsIxUK','qemeT','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','Agahx','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','error','217KWQMEZ','forEach','../../helpers/accessibility-automation/helper','split','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','../../helpers/testhub/constants','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','[jasmine\x20setup]\x20Exception\x20registering\x20afterAll\x20final\x20quit\x20hook:\x20','6HgAFiC','gnIMg','245880RZLnFA','tGOqZ','stringify','__skipSessionName','../../index','auquG','CqvMO','debug','CONFIG','qLYUm','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','getGlobal','executeScript','get','failed','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','tdHth','parse','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','8264vnfHCq','fullName','saveAccessibilityResultsWithRetry','bstackA11yScanOptions','util','keys','GPsdX','session_','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','node:','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','Passed','woAwA','__platformCaps','10JRRapB','xsFCE','__drivers','pljPM','length','shift','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','describe','getFileName','zvDHx','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','bstackA11yShouldScan','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','performScanWithRetry','thJwtToken','../../helpers/globals','undefined','getPackageVersion','startsWith','__skipSessionStatus','skipSessionStatus','BROWSERSTACK_JASMINE_CONFIG','setGlobal','izNVM','BRLoq','1028252OvlGSJ','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','dOhSH','[jasmine\x20setup]\x20Exception\x20in\x20stale-driver\x20shift\x20check:\x20','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','isArray','ZqRww','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','[jasmine\x20setup]\x20Exception\x20quitting\x20stale\x20driver\x20before\x20shift:\x20','fileNameByFullName','env','skipSessionName','prepareStackTrace','UbfZY','./testRunMap','ejQcU','browserstackSessionName','ptifo','getEnv','[jasmine\x20setup]\x20Exception\x20in\x20final\x20driver\x20quit:\x20','274696RXtisp','function','Failed:\x20','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','outZq','includes','isAccessibilityPlatform','sessionNameSet__'];a19_0x55c0=function(){return _0x5bf817;};return a19_0x55c0();}module['exports']={};
@@ -1 +1 @@
1
- 'use strict';const a20_0x389432=a20_0x5bc5;function a20_0x3ee7(){const _0x52c8de=['3136QDYiMF','rSeIx','112916LNReii','150KVrNba','get','135335DWXAhX','753104ReSioi','set','3395612gMjbiZ','size','1289378zklozl','1985211yVrquL','33TbQYdc','yjeaA','18641SnnxIc','lWLDw','remove','50KbOxri','delete','YvcZs'];a20_0x3ee7=function(){return _0x52c8de;};return a20_0x3ee7();}(function(_0x54f963,_0x1bdb60){const _0x2f1dac=a20_0x5bc5,_0x36cc71=_0x54f963();while(!![]){try{const _0x32864d=-parseInt(_0x2f1dac(0xe2))/0x1+-parseInt(_0x2f1dac(0xda))/0x2*(-parseInt(_0x2f1dac(0xd0))/0x3)+parseInt(_0x2f1dac(0xe0))/0x4+-parseInt(_0x2f1dac(0xdd))/0x5*(-parseInt(_0x2f1dac(0xdb))/0x6)+parseInt(_0x2f1dac(0xd2))/0x7*(parseInt(_0x2f1dac(0xd8))/0x8)+-parseInt(_0x2f1dac(0xe3))/0x9*(parseInt(_0x2f1dac(0xd5))/0xa)+-parseInt(_0x2f1dac(0xde))/0xb;if(_0x32864d===_0x1bdb60)break;else _0x36cc71['push'](_0x36cc71['shift']());}catch(_0x39cb8e){_0x36cc71['push'](_0x36cc71['shift']());}}}(a20_0x3ee7,0xb22af));function a20_0x5bc5(_0x463a5a,_0x268a4f){const _0x3ee707=a20_0x3ee7();return a20_0x5bc5=function(_0x5bc55c,_0x3e073c){_0x5bc55c=_0x5bc55c-0xd0;let _0x5bb3cc=_0x3ee707[_0x5bc55c];return _0x5bb3cc;},a20_0x5bc5(_0x463a5a,_0x268a4f);}const _specUuidById=new Map();exports[a20_0x389432(0xdf)]=(_0x27c52f,_0x2081c2)=>{const _0x25926a=a20_0x389432,_0x230000={};_0x230000[_0x25926a(0xd3)]=function(_0xf5811a,_0x1c8ae9){return _0xf5811a===_0x1c8ae9;};const _0x331397=_0x230000;if(_0x331397[_0x25926a(0xd3)](_0x27c52f,undefined)||_0x331397['lWLDw'](_0x27c52f,null))return;_specUuidById[_0x25926a(0xdf)](_0x27c52f,_0x2081c2);},exports[a20_0x389432(0xdc)]=_0x20aa2e=>{const _0x313dbb=a20_0x389432,_0xa83012={};_0xa83012[_0x313dbb(0xd7)]=function(_0x3c1674,_0xffdb33){return _0x3c1674===_0xffdb33;},_0xa83012[_0x313dbb(0xd1)]=function(_0x36e861,_0x51aadf){return _0x36e861===_0x51aadf;};const _0x227641=_0xa83012;if(_0x227641[_0x313dbb(0xd7)](_0x20aa2e,undefined)||_0x227641[_0x313dbb(0xd1)](_0x20aa2e,null))return undefined;return _specUuidById[_0x313dbb(0xdc)](_0x20aa2e);},exports[a20_0x389432(0xd4)]=_0x121584=>{const _0x1ec1ec=a20_0x389432,_0x3f7444={};_0x3f7444[_0x1ec1ec(0xd9)]=function(_0x444618,_0x42ee98){return _0x444618===_0x42ee98;};const _0x53bba8=_0x3f7444;if(_0x53bba8[_0x1ec1ec(0xd9)](_0x121584,undefined)||_0x53bba8[_0x1ec1ec(0xd9)](_0x121584,null))return;_specUuidById[_0x1ec1ec(0xd6)](_0x121584);},exports['_size']=()=>_specUuidById[a20_0x389432(0xe1)];
1
+ 'use strict';function a20_0x1279(_0x1a3c22,_0x401ec9){const _0x8e0ba=a20_0x8e0b();return a20_0x1279=function(_0x127936,_0x2f160a){_0x127936=_0x127936-0x123;let _0x1a4161=_0x8e0ba[_0x127936];return _0x1a4161;},a20_0x1279(_0x1a3c22,_0x401ec9);}const a20_0x419614=a20_0x1279;(function(_0xe92009,_0x573f34){const _0x3e5362=a20_0x1279,_0x3a9388=_0xe92009();while(!![]){try{const _0x19eadb=parseInt(_0x3e5362(0x127))/0x1+-parseInt(_0x3e5362(0x124))/0x2+-parseInt(_0x3e5362(0x130))/0x3+parseInt(_0x3e5362(0x126))/0x4*(-parseInt(_0x3e5362(0x125))/0x5)+-parseInt(_0x3e5362(0x132))/0x6+parseInt(_0x3e5362(0x123))/0x7+parseInt(_0x3e5362(0x12e))/0x8;if(_0x19eadb===_0x573f34)break;else _0x3a9388['push'](_0x3a9388['shift']());}catch(_0x29f540){_0x3a9388['push'](_0x3a9388['shift']());}}}(a20_0x8e0b,0x1a7cc));const _specUuidById=new Map();exports[a20_0x419614(0x12c)]=(_0x21938c,_0x31bd3d)=>{const _0x2c0301=a20_0x419614,_0x10b75a={};_0x10b75a[_0x2c0301(0x12a)]=function(_0x4083c9,_0x4855b1){return _0x4083c9===_0x4855b1;};const _0x16f613=_0x10b75a;if(_0x16f613[_0x2c0301(0x12a)](_0x21938c,undefined)||_0x16f613[_0x2c0301(0x12a)](_0x21938c,null))return;_specUuidById[_0x2c0301(0x12c)](_0x21938c,_0x31bd3d);},exports[a20_0x419614(0x12b)]=_0x14d625=>{const _0x2f5535=a20_0x419614,_0x54b7f0={};_0x54b7f0[_0x2f5535(0x133)]=function(_0xf5c5e6,_0x1bdf75){return _0xf5c5e6===_0x1bdf75;};const _0x179759=_0x54b7f0;if(_0x179759[_0x2f5535(0x133)](_0x14d625,undefined)||_0x179759[_0x2f5535(0x133)](_0x14d625,null))return undefined;return _specUuidById[_0x2f5535(0x12b)](_0x14d625);},exports[a20_0x419614(0x12d)]=_0x3fdb35=>{const _0xee3777=a20_0x419614,_0x33d746={};_0x33d746[_0xee3777(0x131)]=function(_0x238a0b,_0x588a2a){return _0x238a0b===_0x588a2a;},_0x33d746[_0xee3777(0x129)]=function(_0x583477,_0xb12267){return _0x583477===_0xb12267;};const _0x2a5eb9=_0x33d746;if(_0x2a5eb9[_0xee3777(0x131)](_0x3fdb35,undefined)||_0x2a5eb9[_0xee3777(0x129)](_0x3fdb35,null))return;_specUuidById['delete'](_0x3fdb35);},exports[a20_0x419614(0x12f)]=()=>_specUuidById[a20_0x419614(0x128)];function a20_0x8e0b(){const _0xdc17b1=['_size','60387PzaGQR','NFJCl','454596ToBwgD','KZkZU','725704oAXVWi','70990AadeOP','75gFkvGS','52252sVKXVu','160659yZtKfB','size','ctYti','XFLMR','get','set','remove','1371968QnIlCw'];a20_0x8e0b=function(){return _0xdc17b1;};return a20_0x8e0b();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a21_0xbe8341=a21_0x40f5;(function(_0x5d1e87,_0x355ad6){const _0x593094=a21_0x40f5,_0x1291ac=_0x5d1e87();while(!![]){try{const _0x206703=parseInt(_0x593094(0x14d))/0x1+-parseInt(_0x593094(0xab))/0x2*(-parseInt(_0x593094(0xd8))/0x3)+-parseInt(_0x593094(0x10f))/0x4+parseInt(_0x593094(0x184))/0x5+-parseInt(_0x593094(0xf7))/0x6+-parseInt(_0x593094(0xc9))/0x7+-parseInt(_0x593094(0xed))/0x8*(-parseInt(_0x593094(0x16f))/0x9);if(_0x206703===_0x355ad6)break;else _0x1291ac['push'](_0x1291ac['shift']());}catch(_0x2d4aa6){_0x1291ac['push'](_0x1291ac['shift']());}}}(a21_0x4a64,0xb9ea5));function a21_0x40f5(_0x9949bd,_0x8c424){const _0x4a64fc=a21_0x4a64();return a21_0x40f5=function(_0x40f507,_0x3a6731){_0x40f507=_0x40f507-0x9e;let _0x1a1658=_0x4a64fc[_0x40f507];return _0x1a1658;},a21_0x40f5(_0x9949bd,_0x8c424);}const fs=require('fs'),path=require('path'),util=require(a21_0xbe8341(0xfe)),{spawn}=require(a21_0xbe8341(0x166)),logger=require('../../helpers/logger')[a21_0xbe8341(0x12b)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a21_0xbe8341(0xda)),utilities=require(a21_0xbe8341(0x162)),constants=require(a21_0xbe8341(0xd9)),accessibilityHelper=require(a21_0xbe8341(0x11d)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a21_0xbe8341(0xbc)),{debug}=require(a21_0xbe8341(0xbc)),TestDetails=require(a21_0xbe8341(0xbe)),{getPercyOptions}=require(a21_0xbe8341(0x154)),TestHubHandler=require(a21_0xbe8341(0x127)),testhubUtils=require(a21_0xbe8341(0xad)),{FRAMEWORKS}=require(a21_0xbe8341(0xf6)),PerformanceTester=require(a21_0xbe8341(0xdd)),PerformanceEvents=require(a21_0xbe8341(0x113))[a21_0xbe8341(0xdf)],TestOrchestrationHandler=require(a21_0xbe8341(0x13d)),BrowserstackCLI=require(a21_0xbe8341(0x15a)),{checkPwandBootstrapCli}=require(a21_0xbe8341(0xb6)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a21_0xbe8341(0x161)),ClientTroubleShootingService=require(a21_0xbe8341(0xc3)),{checkAccessibilityPlatformConfig}=require(a21_0xbe8341(0x11d)),getUserJestConfigs=async(_0x318425,_0x56448c)=>{const _0x59f4bf=a21_0xbe8341,_0x115cba={'Ksqhx':'jest-config/build/readConfigFileAndSetRootDir.js','YGaWr':_0x59f4bf(0x111),'yaKbl':function(_0x528738,_0x532855){return _0x528738||_0x532855;},'gZdwg':function(_0x3063bd,_0x34aa13){return _0x3063bd(_0x34aa13);},'UkTfd':_0x59f4bf(0x14b),'LBqNM':_0x59f4bf(0x131),'QPtQp':_0x59f4bf(0x181),'ZuIWl':_0x59f4bf(0xeb),'Qglvh':_0x59f4bf(0x115)};let _0x5aeb8f;try{_0x5aeb8f=helper[_0x59f4bf(0xa4)](_0x115cba[_0x59f4bf(0xee)],_0x115cba[_0x59f4bf(0x112)]);}catch{const _0xd5de9c=helper[_0x59f4bf(0xa4)](_0x115cba[_0x59f4bf(0x112)]);_0x5aeb8f={'default':async _0x4cd550=>{const _0x57a756=_0x59f4bf,_0x22e514=await _0xd5de9c[_0x57a756(0xba)](_0x4cd550,{});return _0x22e514[_0x57a756(0xf9)];}};}const _0x39618c=_0x56448c['findIndex'](_0x11decb=>_0x11decb===_0x59f4bf(0x10b));if(!helper[_0x59f4bf(0x122)](_0x318425[_0x59f4bf(0xf9)])){logger[_0x59f4bf(0xf8)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x318425[_0x59f4bf(0xf9)]),process[_0x59f4bf(0x11f)][_0x59f4bf(0x185)]=_0x318425[_0x59f4bf(0xf9)];const _0x552ed3=await(0x0,_0x5aeb8f[_0x59f4bf(0xd0)])(path['resolve'](_0x318425['config']));return _0x56448c[_0x59f4bf(0x133)](_0x39618c,0x2),_0x115cba[_0x59f4bf(0xc7)](_0x552ed3,{});}const _0x572935=_0x115cba[_0x59f4bf(0xf4)](require,path[_0x59f4bf(0x179)](process['cwd'](),_0x115cba[_0x59f4bf(0x171)]));if(_0x572935['jest'])return logger['info'](_0x115cba[_0x59f4bf(0x13e)]),_0x572935['jest'];const _0x24bbb8=['js',_0x115cba[_0x59f4bf(0xd6)],_0x115cba[_0x59f4bf(0x177)],_0x115cba[_0x59f4bf(0x172)],'ts'];for(const _0xda7d44 of _0x24bbb8){const _0x276d8f=path[_0x59f4bf(0x179)](process['cwd'](),_0x59f4bf(0xae)+_0xda7d44);if(fs[_0x59f4bf(0x148)](_0x276d8f)){process[_0x59f4bf(0x11f)]['USER_CONFIG_DETAILS_PATH']=_0x276d8f;const _0x6e156=await(0x0,_0x5aeb8f[_0x59f4bf(0xd0)])(_0x276d8f);return _0x6e156;}}return{};},getSerial=(_0x339216,_0xc5370d)=>{const _0x49586f=a21_0xbe8341,_0x4e9196={};_0x4e9196[_0x49586f(0xea)]=_0x49586f(0x152),_0x4e9196['DHywb']=function(_0x348df6,_0x129946){return _0x348df6>_0x129946;},_0x4e9196[_0x49586f(0x180)]='false';const _0x1d308e=_0x4e9196;let _0x41603c=_0x1d308e[_0x49586f(0xea)];return _0x1d308e[_0x49586f(0x17c)](_0x339216[_0x49586f(0x182)],0x1)&&(!_0xc5370d['runInBand']&&(helper[_0x49586f(0x122)](_0xc5370d[_0x49586f(0x128)])||_0x1d308e[_0x49586f(0x17c)](_0xc5370d[_0x49586f(0x128)],0x1)))&&(_0x41603c=_0x1d308e[_0x49586f(0x180)]),_0x41603c;},getMaxWorkers=(_0x4e9a6a,_0x34403c,_0xc9f253)=>{const _0x4e21ee=a21_0xbe8341,_0x21afea={'MNXRP':function(_0x11456e,_0x1e285c){return _0x11456e(_0x1e285c);}};let _0x18a132=0x1;if(!helper[_0x4e21ee(0x122)](_0x34403c[_0x4e21ee(0x190)]))_0x18a132=_0x21afea[_0x4e21ee(0xc1)](parseInt,_0x34403c[_0x4e21ee(0x190)]);else{if(!helper[_0x4e21ee(0x122)](_0x4e9a6a[_0x4e21ee(0x128)]))_0x18a132=_0x4e9a6a['maxWorkers'];else!helper['isUndefined'](_0xc9f253['maxWorkers'])&&(_0x18a132=_0xc9f253[_0x4e21ee(0x128)]);}return _0x18a132;};async function run(_0x4418c4,_0x2abdc4,_0x26d8a9){const _0x4ea359=a21_0xbe8341,_0x126096={'Qcugu':_0x4ea359(0x136),'DDMNu':function(_0x985ed6,_0x1588cb){return _0x985ed6(_0x1588cb);},'tSVxK':'@playwright/test','jWqqL':function(_0x5154da){return _0x5154da();},'WWohk':function(_0x8b756a,_0x234351,_0x517796,_0x55e900){return _0x8b756a(_0x234351,_0x517796,_0x55e900);},'KnRdT':function(_0x56b6cd,_0x3d5cb5){return _0x56b6cd!=_0x3d5cb5;},'cPyjj':_0x4ea359(0x152),'xkxnM':function(_0x400162,_0x157db3,_0x5860db){return _0x400162(_0x157db3,_0x5860db);},'UNlzU':_0x4ea359(0xfc),'cAWct':function(_0x2f7750,_0x3317e1){return _0x2f7750(_0x3317e1);},'Zbwle':'false','YbxTv':function(_0x39e618,_0x50778d,_0x28aa80){return _0x39e618(_0x50778d,_0x28aa80);},'ssPXH':function(_0x1a274c,_0x17282e,_0x312842,_0x47498f){return _0x1a274c(_0x17282e,_0x312842,_0x47498f);},'AXtuS':function(_0x5172ff,_0x273599){return _0x5172ff*_0x273599;},'jVStG':function(_0x4e0664,_0x390f0f){return _0x4e0664===_0x390f0f;},'xLUVU':_0x4ea359(0x158),'nfbCG':_0x4ea359(0x12a),'FTeeE':_0x4ea359(0xb5),'EZjCk':_0x4ea359(0xcc),'OPHgy':'customTestRunner.js','TspAo':_0x4ea359(0xdb),'gKwTQ':'customEnvironment.js','ViHZW':function(_0x2d7e35,_0x52886e){return _0x2d7e35!==_0x52886e;},'WDUXa':'jest-runner','opiSY':_0x4ea359(0x17a),'VWZNK':_0x4ea359(0x10a),'nTYqi':_0x4ea359(0x11c),'OqOLJ':_0x4ea359(0xd1),'HyloJ':'jest-circus','JGSqT':_0x4ea359(0x17f),'zASEZ':_0x4ea359(0x116),'nyJXu':'data-hooks.js','PRpnE':_0x4ea359(0x105),'hhjyP':_0x4ea359(0xe6),'HUUVK':_0x4ea359(0x138),'XPDGK':_0x4ea359(0x16d),'FTkmY':_0x4ea359(0x13a),'YKcOj':_0x4ea359(0xe1),'NFaFF':_0x4ea359(0xd3),'GuCdv':function(_0x1e1eef,_0x5d75ba){return _0x1e1eef&&_0x5d75ba;},'nHgxH':_0x4ea359(0xb7),'psEcW':_0x4ea359(0x12d),'LUKTK':'puppeteer-core/package.json','nXLju':'default','chAKT':_0x4ea359(0x18f),'dFcsd':_0x4ea359(0x104),'yaSwf':_0x4ea359(0xe7),'DOBly':function(_0x4057f7,_0x2a1c6e){return _0x4057f7>_0x2a1c6e;},'WJjLD':_0x4ea359(0xac),'Lhgrk':_0x4ea359(0x10b),'dEAQO':function(_0x26a576,_0x46c1aa,_0x479f63,_0x4d35ef){return _0x26a576(_0x46c1aa,_0x479f63,_0x4d35ef);},'ufYPf':_0x4ea359(0x145),'sncul':'win32','YeSBe':_0x4ea359(0x164),'WUbUv':_0x4ea359(0xe9)},_0x2c73e4=helper[_0x4ea359(0x14e)](_0x126096[_0x4ea359(0x14f)]);global[_0x4ea359(0x106)]=!!_0x2c73e4;const _0x450956=_0x126096['jWqqL'](getPuppeteerVersion);global[_0x4ea359(0x100)]=!!_0x450956;helper[_0x4ea359(0x129)]()&&(await _0x26d8a9['initialize'](_0x4418c4),await helper['handleApp'](_0x26d8a9[_0x4ea359(0xf9)]));if(_0x2c73e4)await _0x126096[_0x4ea359(0xf5)](checkPwandBootstrapCli,_0x2c73e4,constants[_0x4ea359(0x135)]['JEST'],_0x26d8a9);else _0x450956&&await _0x126096['WWohk'](checkPuppeteerAndBootstrapCli,_0x450956,constants[_0x4ea359(0x135)]['JEST'],_0x26d8a9);!BrowserstackCLI[_0x4ea359(0xb3)]()[_0x4ea359(0x10d)]()&&await _0x26d8a9['setupBrowserstackLocal']();if(!_0x26d8a9['config'])return;_0x126096[_0x4ea359(0xca)](_0x26d8a9[_0x4ea359(0xf9)][_0x4ea359(0x183)],null)?process[_0x4ea359(0x11f)][_0x4ea359(0xf2)]=_0x26d8a9[_0x4ea359(0xf9)][_0x4ea359(0x183)]:process[_0x4ea359(0x11f)][_0x4ea359(0xf2)]=_0x126096[_0x4ea359(0xf3)];const _0x3eb519=new TestOrchestrationHandler(_0x26d8a9['config']),_0x13457d=await _0x126096[_0x4ea359(0xd4)](getUserJestConfigs,_0x4418c4,_0x2abdc4);logger[_0x4ea359(0xf8)](_0x126096[_0x4ea359(0x15f)]);const _0x6f1d52=Object[_0x4ea359(0x18a)]({},_0x13457d);_0x6f1d52[_0x4ea359(0x13f)]=Object[_0x4ea359(0x18a)]({},_0x6f1d52[_0x4ea359(0x13f)],{'server':helper[_0x4ea359(0x9e)](_0x26d8a9['config']),'environment':_0x13457d[_0x4ea359(0xce)]}),_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x188)]=_0x126096[_0x4ea359(0x168)](getPercyOptions,_0x26d8a9['config']);const _0x2a3c4e=helper[_0x4ea359(0x150)](_0x26d8a9[_0x4ea359(0xf9)]);!helper['isUndefined'](_0x26d8a9['config'][_0x4ea359(0x107)])&&(process[_0x4ea359(0x11f)][_0x4ea359(0xa8)]=JSON['stringify'](_0x26d8a9['config'][_0x4ea359(0x107)]));if(!BrowserstackCLI[_0x4ea359(0xb3)]()[_0x4ea359(0x10d)]()){const _0x3739b7=await TestHubHandler[_0x4ea359(0xa0)](FRAMEWORKS[_0x4ea359(0xb0)],_0x26d8a9);}const _0x2338c9=helper[_0x4ea359(0x18c)](_0x26d8a9[_0x4ea359(0xf9)],_0x2a3c4e,constants['FRAMEWORKS'][_0x4ea359(0xb0)]);process[_0x4ea359(0x11f)][_0x4ea359(0x160)]=JSON[_0x4ea359(0x17e)](_0x2338c9);let _0xf0d7e4=_0x26d8a9[_0x4ea359(0xf9)][_0x4ea359(0x140)];_0xf0d7e4=_0xf0d7e4||accessibilityHelper[_0x4ea359(0x11a)](_0x26d8a9['config']),process[_0x4ea359(0x11f)][_0x4ea359(0x10e)]=_0xf0d7e4,logger[_0x4ea359(0x147)](_0x4ea359(0xb1)+_0xf0d7e4+_0x4ea359(0xaf)+BrowserstackCLI[_0x4ea359(0xb3)]()[_0x4ea359(0x10d)]());if(_0x2c73e4)try{const _0x87eccc=_0x126096[_0x4ea359(0x110)](checkAccessibilityPlatformConfig,_0x26d8a9[_0x4ea359(0xf9)]);process[_0x4ea359(0x11f)][_0x4ea359(0x167)]=_0x87eccc?_0x126096[_0x4ea359(0xf3)]:_0x126096['Zbwle'],logger[_0x4ea359(0x147)](_0x4ea359(0x10c)+_0x87eccc+_0x4ea359(0xff)+process[_0x4ea359(0x11f)][_0x4ea359(0x167)]);}catch(_0x5bd977){logger[_0x4ea359(0x147)](_0x4ea359(0x16e)+util[_0x4ea359(0xa6)](_0x5bd977));}_0x6f1d52[_0x4ea359(0x13f)]['capabilities']=_0x2338c9,_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x17b)]=_0x126096['YbxTv'](getSerial,_0x2338c9,_0x4418c4),_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x15b)]=_0x126096['ssPXH'](getMaxWorkers,_0x4418c4,_0x26d8a9['config'],_0x13457d),_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x18d)]=_0x26d8a9['config'][_0x4ea359(0x18d)],_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x169)]=_0x126096['AXtuS'](_0x4418c4['testTimeout'],0x1)||0x1388,_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x120)]=_0x26d8a9['config'][_0x4ea359(0x13c)][_0x4ea359(0x120)],_0x6f1d52['testEnvironmentOptions'][_0x4ea359(0x124)]=_0x26d8a9[_0x4ea359(0xf9)][_0x4ea359(0x13c)][_0x4ea359(0x124)],_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0xc6)]=_0x26d8a9[_0x4ea359(0xf9)][_0x4ea359(0x139)],_0x6f1d52['testEnvironmentOptions'][_0x4ea359(0x11e)]=_0x26d8a9[_0x4ea359(0xf9)][_0x4ea359(0x11e)],_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x118)]=_0x26d8a9[_0x4ea359(0xf9)]['platforms'],Object[_0x4ea359(0x18a)](_0x6f1d52[_0x4ea359(0x13f)],helper['getMultiDriverWorkerConfig'](_0x26d8a9[_0x4ea359(0xf9)],_0x2a3c4e,constants[_0x4ea359(0x135)][_0x4ea359(0xb0)]));const _0x326842=helper[_0x4ea359(0xa1)](_0x26d8a9[_0x4ea359(0xf9)]);if(!helper['isEmpty'](_0x326842)){helper[_0x4ea359(0xc8)](_0x326842[_0x4ea359(0x17d)])&&(_0x6f1d52['testEnvironmentOptions']['retries__']=_0x326842[_0x4ea359(0x17d)]['maxRetries']);if(helper[_0x4ea359(0xc8)](_0x326842['abortBuildOnFailure'])&&helper[_0x4ea359(0xc8)](_0x326842[_0x4ea359(0x156)][_0x4ea359(0xc4)])){const _0x14db08={};_0x14db08[_0x4ea359(0x108)]=_0x326842[_0x4ea359(0x156)][_0x4ea359(0xf1)],_0x14db08[_0x4ea359(0xc4)]=_0x326842[_0x4ea359(0x156)]['workingDir'],_0x6f1d52[_0x4ea359(0x13f)][_0x4ea359(0x132)]=_0x14db08;}}let _0x3c8242='';_0x126096[_0x4ea359(0xe5)](helper[_0x4ea359(0x146)](),constants['PACKAGE_TYPE'][_0x4ea359(0x125)])?_0x3c8242=_0x126096[_0x4ea359(0x101)]:_0x3c8242=_0x126096[_0x4ea359(0x103)];const _0x4501f8=_0x3c8242,_0x13d026=path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0xa7)],_0x126096[_0x4ea359(0x144)]),_0xbf5ded=path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0xa7)],_0x126096[_0x4ea359(0x15d)]),_0x32c0ec=path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0xa7)],_0x126096[_0x4ea359(0x151)]);_0x6f1d52[_0x4ea359(0xce)]&&(process[_0x4ea359(0x11f)]['BSTACK_JEST_TEST_ENV']=_0x6f1d52[_0x4ea359(0xce)]);_0x6f1d52[_0x4ea359(0xce)]=path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0xa7)],_0x126096['gKwTQ']);const _0x35f6ff=_0x13457d[_0x4ea359(0x16a)];if(_0x35f6ff&&_0x126096[_0x4ea359(0x109)](_0x35f6ff,_0x126096['WDUXa'])){const _0x52fcf8=_0x35f6ff[_0x4ea359(0xc5)](_0x126096['opiSY'])?_0x35f6ff:'jest-runner-'+_0x35f6ff;process['env']['BSTACK_USER_JEST_RUNNER']=_0x52fcf8,logger[_0x4ea359(0xf8)](_0x4ea359(0x137)+_0x52fcf8);}_0x6f1d52[_0x4ea359(0x16a)]=_0xbf5ded,_0x6f1d52[_0x4ea359(0xe3)]=_0x6f1d52['setupFilesAfterEnv']||[],_0x6f1d52[_0x4ea359(0xe3)][_0x4ea359(0x143)](path['join'](__dirname,_0x126096[_0x4ea359(0xfb)]));_0x3eb519[_0x4ea359(0xde)]()&&(_0x6f1d52[_0x4ea359(0xcb)]=path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0xa7)],_0x126096[_0x4ea359(0xbd)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0x4ea359(0xb3)]()[_0x4ea359(0x13b)]()){let _0x53e9ab=null;try{_0x53e9ab=helper[_0x4ea359(0xa4)](_0x126096[_0x4ea359(0xd5)],_0x126096[_0x4ea359(0xcd)]);}catch(_0xa6abe0){try{_0x53e9ab=helper[_0x4ea359(0xa4)](_0x126096['JGSqT'],_0x126096['HyloJ']);}catch(_0x38f594){_0x126096[_0x4ea359(0x168)](debug,_0x4ea359(0x126)+_0x38f594);}}_0x53e9ab&&(testhubUtils[_0x4ea359(0xef)]()&&_0x6f1d52[_0x4ea359(0xe3)]['push'](path[_0x4ea359(0x179)](__dirname,_0x126096['zASEZ'],_0x126096[_0x4ea359(0x15e)])),_0x6f1d52[_0x4ea359(0x174)]=path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0xa7)],_0x126096['PRpnE']));}_0x6f1d52[_0x4ea359(0x141)]=_0x6f1d52[_0x4ea359(0x141)]||[];try{helper['requireSeleniumWebdriver'](),_0x6f1d52['setupFiles'][_0x4ea359(0x143)](path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0xfa)]));}catch{logger[_0x4ea359(0x147)](_0x126096[_0x4ea359(0x173)]);}try{helper['requirePWModule'][_0x4ea359(0x155)](null,[_0x126096[_0x4ea359(0x14f)],_0x126096['XPDGK']]),logger[_0x4ea359(0x147)](_0x126096['FTkmY']),_0x6f1d52[_0x4ea359(0x141)]['push'](path[_0x4ea359(0x179)](__dirname,_0x126096[_0x4ea359(0x14c)]));}catch(_0x15e4b2){logger[_0x4ea359(0x147)](_0x126096[_0x4ea359(0xa3)],_0x15e4b2);}if(_0x126096[_0x4ea359(0x119)](!_0x2c73e4,_0x450956)){try{logger['debug'](_0x126096['nHgxH']),_0x6f1d52[_0x4ea359(0xe3)][_0x4ea359(0x143)](path[_0x4ea359(0x179)](__dirname,'..',_0x126096[_0x4ea359(0x165)],_0x126096[_0x4ea359(0x14c)]));}catch(_0x5ca6c4){logger[_0x4ea359(0x147)](_0x4ea359(0x16c)+_0x5ca6c4[_0x4ea359(0xbf)]);}try{const _0x583afd=require[_0x4ea359(0x117)](_0x126096[_0x4ea359(0x9f)]),_0x9ffa15=path['dirname'](_0x583afd)[_0x4ea359(0xfd)](/\\/g,'/'),_0x30355a={};_0x30355a['^puppeteer-core/internal/(.*)']=_0x9ffa15+'/internal/$1',_0x6f1d52[_0x4ea359(0x153)]=Object['assign']({},_0x6f1d52[_0x4ea359(0x153)]||{},_0x30355a),logger[_0x4ea359(0x147)]('[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20'+_0x9ffa15);}catch(_0x57f657){logger[_0x4ea359(0x147)]('[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20'+_0x57f657[_0x4ea359(0xbf)]);}}_0x6f1d52[_0x4ea359(0x121)]=_0x6f1d52[_0x4ea359(0x121)]||[_0x126096[_0x4ea359(0x163)]],_0x126096['xkxnM'](updateTestRerunConfig,_0x6f1d52,_0x26d8a9);const _0x534d42=fs[_0x4ea359(0x114)](_0x32c0ec),_0x4c9f42=helper[_0x4ea359(0x102)](_0x126096['chAKT'],_0x126096[_0x4ea359(0xe0)]);!_0x4c9f42[_0x4ea359(0xcf)]?fs[_0x4ea359(0xdc)](_0x6f1d52['runner'],'\x0a\x20\x20\x20\x20\x20\x20'+_0x534d42+'\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'+_0x26d8a9[_0x4ea359(0xf9)]['platforms'][_0x4ea359(0x182)]+_0x4ea359(0xbb)):fs['writeFileSync'](_0x6f1d52['runner'],_0x4ea359(0x176)+_0x534d42+_0x4ea359(0x130)+_0x26d8a9['config']['platforms']['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[_0x4ea359(0xf8)](_0x4ea359(0xe2)+_0x4501f8+_0x4ea359(0xd2)),fs[_0x4ea359(0xdc)](_0x4501f8,_0x4ea359(0x18b)+JSON['stringify'](_0x6f1d52)+_0x4ea359(0xb4));if(_0x3eb519['isTestOrchestrationEnabled']()){logger[_0x4ea359(0x147)](_0x126096[_0x4ea359(0x189)]);const _0x2766f3=await _0x3eb519[_0x4ea359(0xa2)](_0x6f1d52,_0x2abdc4[_0x4ea359(0xa9)](0x1),_0x4501f8);logger[_0x4ea359(0x147)](_0x4ea359(0x11b)+JSON[_0x4ea359(0x17e)](_0x2766f3)+'\x20test\x20files\x20to\x20run.');const _0x416a85=await _0x3eb519[_0x4ea359(0xe8)](_0x2766f3);logger[_0x4ea359(0x147)](_0x4ea359(0xec)+JSON[_0x4ea359(0x17e)](_0x416a85)),_0x416a85&&_0x126096[_0x4ea359(0xf0)](_0x416a85[_0x4ea359(0x182)],0x0)&&(process[_0x4ea359(0x11f)][_0x4ea359(0x12f)]=_0x416a85?.[_0x4ea359(0x179)](','));}logger['info'](_0x126096['WJjLD']);testhubUtils[_0x4ea359(0xef)]()&&TestDetails['setup']();helper['filterBrowserstackArgs']({},_0x2abdc4),PerformanceTester['end'](PerformanceEvents[_0x4ea359(0x178)]);const _0xc28d56=[_0x126096[_0x4ea359(0x15c)],_0x126096[_0x4ea359(0x175)],_0x4501f8,..._0x2abdc4[_0x4ea359(0xa9)](0x1)];process['env'][_0x4ea359(0xb9)]=process['env'][_0x4ea359(0xb9)]||_0x126096['Qcugu'];const _0x25f753=_0x126096['dEAQO'](spawn,_0x126096[_0x4ea359(0x123)],_0xc28d56,{'shell':_0x126096[_0x4ea359(0xe5)](process[_0x4ea359(0x186)],_0x126096['sncul']),'stdio':_0x126096['YeSBe'],'env':Object[_0x4ea359(0x18a)]({},process[_0x4ea359(0x11f)])});_0x25f753['on'](_0x126096[_0x4ea359(0x157)],async _0x2c5d8f=>{const _0x2339b1=_0x4ea359;PerformanceTester[_0x2339b1(0x142)](PerformanceEvents[_0x2339b1(0x134)]),process[_0x2339b1(0x159)]=_0x2c5d8f,logger[_0x2339b1(0x147)](_0x2339b1(0xa5)+_0x2c5d8f),logger[_0x2339b1(0xf8)](_0x2339b1(0xe4)+_0x4501f8);if(helper[_0x2339b1(0xc8)](_0x326842)&&helper[_0x2339b1(0xc8)](_0x326842[_0x2339b1(0x156)])&&fs['existsSync'](_0x326842[_0x2339b1(0x156)][_0x2339b1(0xc4)]))try{const _0x819683={};_0x819683['recursive']=!![],_0x819683['force']=!![],fs[_0x2339b1(0x170)](_0x326842[_0x2339b1(0x156)]['workingDir'],_0x819683),logger['debug'](_0x2339b1(0xc2)+_0x326842[_0x2339b1(0x156)][_0x2339b1(0xc4)]);}catch(_0xe1f64c){logger[_0x2339b1(0xcf)](_0x2339b1(0xb2)+_0xe1f64c);}let _0x7440=null;if(fs[_0x2339b1(0x148)](_0x13d026)){_0x7440=fs[_0x2339b1(0x114)](_0x13d026);try{_0x7440=JSON[_0x2339b1(0x14a)](_0x7440);}catch(_0x399121){logger[_0x2339b1(0x147)](_0x2339b1(0x187)+_0x13d026+',\x20'+_0x7440+_0x2339b1(0x18e)+_0x399121);}fs[_0x2339b1(0xc0)](_0x13d026);}fs[_0x2339b1(0xc0)](_0x4501f8),fs[_0x2339b1(0xc0)](_0xbf5ded),_0x7440&&(_0x26d8a9['errorMessage']=helper[_0x2339b1(0xd7)](_0x7440,_0x126096[_0x2339b1(0x15c)],_0x26d8a9));const _0x583eb0=BrowserstackCLI[_0x2339b1(0x149)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x2339b1(0xb3)]()[_0x2339b1(0x12c)]();}catch(_0x262c10){console['log'](_0x262c10),_0x126096[_0x2339b1(0x168)](debug,_0x2339b1(0xb8)+util[_0x2339b1(0xa6)](_0x262c10));}testOpsHelper[_0x2339b1(0x16b)](),TestDetails['shutdown'](),await utilities[_0x2339b1(0x12e)](_0x26d8a9,_0x583eb0);});}function a21_0x4a64(){const _0x1a3e25=[';\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','../../helpers/test-observability/utils','nTYqi','./test-observability/test-details','message','unlinkSync','MNXRP','Deleted\x20fail-fast\x20state\x20folder:\x20','../utils/clientTroubleshootingService','workingDir','startsWith','browserStackLogLevel','yaKbl','isNotUndefined','3510031Sughgb','KnRdT','testSequencer','jest_browserstack_results.json','HyloJ','testEnvironment','error','default','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','\x20with\x20browserstack\x20jest\x20configs','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','xkxnM','OqOLJ','QPtQp','getErrorMessageFromResults','22239zTEPSD','../utils/constants','../../helpers/helper','customTestRunnerTemplate.js','writeFileSync','../../helpers/performance/performance-tester','isTestOrchestrationEnabled','EVENTS','dFcsd','test.setup.js','Creating\x20','setupFilesAfterEnv','Deleting\x20','jVStG','test_before.setup.js','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','reorderTestFiles','close','oHonM','cjs','Reodered\x20Test\x20Files:\x20','16CSdllG','Ksqhx','shouldProcessEventForTesthub','DOBly','maxFailures','BROWSERSTACK_TEST_OBSERVABILITY_YML','cPyjj','gZdwg','WWohk','../../helpers/test-observability/constants','8489748BlctDU','info','config','hhjyP','VWZNK','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','replace','util',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','__isPuppeteerInstalled','xLUVU','resolveModule','nfbCG','@jest/core','customCircus.js','__isPlaywrightInstalled','accessibilityOptions','failureThresholdCount','ViHZW','jest.setup.js','--config','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','isRunning','BROWSERSTACK_TEST_ACCESSIBILITY_YML','123544UQOHiT','cAWct','jest-config','YGaWr','../../helpers/performance/constants','readFileSync','json','test-observability','resolve','platformCaps','GuCdv','checkAccessibilityPlatformConfig','Found:\x20','customSequencer.js','../../helpers/accessibility-automation/helper','turboScaleUrl','env','skipSessionName','reporters','isUndefined','ufYPf','skipSessionStatus','MODULE','Unable\x20to\x20find\x20jest-circus,\x20','../../helpers/testhub/testhubHandler','maxWorkers','isBrowserstackInfra','jest_browserstack.config.js','winstonLogger','stop','puppeteer','finalExecution','JEST_TEST_ORDER','\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','Getting\x20your\x20jest\x20configs\x20from\x20package.json','failFast','splice','SDK_CLEANUP','FRAMEWORKS','jest','Preserving\x20user\x27s\x20Jest\x20runner:\x20','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','logLevel','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','isCliEnabled','testContextOptions','../../helpers/test-orchestration/testOrchestrationHandler','LBqNM','testEnvironmentOptions','accessibility','setupFiles','start','push','EZjCk','npx','getPackageType','debug','existsSync','isCLIEnabled','parse','package.json','YKcOj','1381985GCMYiH','getPackageVersion','tSVxK','useW3C','TspAo','true','moduleNameMapper','../../helpers/percy/utils','apply','abortBuildOnFailure','WUbUv','jest_browserstack.config.cjs','exitCode','../v2/browserstackCLI','parallels__','Qcugu','OPHgy','nyJXu','UNlzU','BROWSERSTACK_CAPABILITIES','../../helpers/puppeteer-helper','../../helpers/utilities','nXLju','inherit','psEcW','child_process','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','DDMNu','timeout__','runner','printBuildLink','Puppeteer\x20setup\x20error:\x20','playwright','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','77580wyFKNM','rmSync','UkTfd','Qglvh','HUUVK','testRunner','Lhgrk','\x0a\x20\x20\x20\x20\x20\x20','ZuIWl','SDK_SETUP','join','jest-runner-','serial__','DHywb','retryTestsOnFailure','stringify','jest-circus/build/runner.js','MafGi','mjs','length','testObservability','4657490TyBLzg','USER_CONFIG_DETAILS_PATH','platform','Error\x20while\x20parsing\x20','browserStackPercyOptions','yaSwf','assign','const\x20config=','prepareCapabilities','proxySettings','\x20:\x20','@jest/core/build/ReporterDispatcher.js','parallelsPerPlatform','getHubUrl','LUKTK','launchBuild','parseTestOrchestrationOptions','findTestFiles','NFaFF','requireModule','child\x20process\x20exited\x20with\x20code\x20','format','FTeeE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','slice','exports','102TiCRSI','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','../../helpers/testhub/utils','jest.config.',',\x20CLI\x20running:\x20','JEST','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','getInstance','\x0amodule.exports\x20=\x20config;','customImplements','../../helpers/playwright-helper','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','BROWSERSTACK_FRAMEWORK','readInitialOptions'];a21_0x4a64=function(){return _0x1a3e25;};return a21_0x4a64();}module[a21_0xbe8341(0xaa)]=run;
2
+ 'use strict';const a21_0x52e8d8=a21_0x3b84;(function(_0x1e1a41,_0x244287){const _0x1bc66a=a21_0x3b84,_0x2097bb=_0x1e1a41();while(!![]){try{const _0x5c350a=-parseInt(_0x1bc66a(0x1c3))/0x1*(parseInt(_0x1bc66a(0x1ce))/0x2)+parseInt(_0x1bc66a(0x1cf))/0x3*(-parseInt(_0x1bc66a(0x216))/0x4)+-parseInt(_0x1bc66a(0x247))/0x5+parseInt(_0x1bc66a(0x1c0))/0x6+parseInt(_0x1bc66a(0x1d3))/0x7*(-parseInt(_0x1bc66a(0x26c))/0x8)+parseInt(_0x1bc66a(0x22d))/0x9+parseInt(_0x1bc66a(0x1b2))/0xa*(parseInt(_0x1bc66a(0x1c5))/0xb);if(_0x5c350a===_0x244287)break;else _0x2097bb['push'](_0x2097bb['shift']());}catch(_0x357179){_0x2097bb['push'](_0x2097bb['shift']());}}}(a21_0x4e1e,0x29a57));const fs=require('fs'),path=require(a21_0x52e8d8(0x20f)),util=require(a21_0x52e8d8(0x1a5)),{spawn}=require(a21_0x52e8d8(0x255)),logger=require(a21_0x52e8d8(0x26f))[a21_0x52e8d8(0x218)],{default:BrowserStackSetup}=require(a21_0x52e8d8(0x23d)),helper=require(a21_0x52e8d8(0x222)),utilities=require(a21_0x52e8d8(0x1b0)),constants=require('../utils/constants'),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require(a21_0x52e8d8(0x1cd)),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a21_0x52e8d8(0x22b)),{getPercyOptions}=require(a21_0x52e8d8(0x246)),TestHubHandler=require(a21_0x52e8d8(0x25a)),testhubUtils=require(a21_0x52e8d8(0x20e)),{FRAMEWORKS}=require(a21_0x52e8d8(0x26b)),PerformanceTester=require(a21_0x52e8d8(0x192)),PerformanceEvents=require(a21_0x52e8d8(0x26e))[a21_0x52e8d8(0x18f)],TestOrchestrationHandler=require('../../helpers/test-orchestration/testOrchestrationHandler'),BrowserstackCLI=require(a21_0x52e8d8(0x1d5)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a21_0x52e8d8(0x1ee)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService'),{checkAccessibilityPlatformConfig}=require(a21_0x52e8d8(0x257)),getUserJestConfigs=async(_0xea86d0,_0x313111)=>{const _0x2179e7=a21_0x52e8d8,_0x47ad88={'JBKFl':_0x2179e7(0x248),'jVYhJ':_0x2179e7(0x1e0),'eunlr':function(_0xe5062a,_0x170fea){return _0xe5062a||_0x170fea;},'WkWmE':function(_0x3b495e,_0x3964be){return _0x3b495e(_0x3964be);},'LEKjU':'package.json','GExGr':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','wVoyu':'mjs','KCfba':_0x2179e7(0x1c2),'ZKOch':_0x2179e7(0x1ec)};let _0x2f502e;try{_0x2f502e=helper[_0x2179e7(0x228)](_0x47ad88[_0x2179e7(0x20d)],_0x47ad88[_0x2179e7(0x219)]);}catch{const _0x525269=helper[_0x2179e7(0x228)](_0x47ad88[_0x2179e7(0x219)]);_0x2f502e={'default':async _0x556c7b=>{const _0x26844a=_0x2179e7,_0x25a0c3=await _0x525269[_0x26844a(0x21c)](_0x556c7b,{});return _0x25a0c3[_0x26844a(0x24a)];}};}const _0xa3741a=_0x313111['findIndex'](_0x34d04c=>_0x34d04c===_0x2179e7(0x220));if(!helper[_0x2179e7(0x1aa)](_0xea86d0[_0x2179e7(0x24a)])){logger[_0x2179e7(0x1c8)](_0x2179e7(0x1f6)+_0xea86d0['config']),process[_0x2179e7(0x1ac)]['USER_CONFIG_DETAILS_PATH']=_0xea86d0[_0x2179e7(0x24a)];const _0x5976ce=await(0x0,_0x2f502e['default'])(path[_0x2179e7(0x1f9)](_0xea86d0['config']));return _0x313111[_0x2179e7(0x1f7)](_0xa3741a,0x2),_0x47ad88[_0x2179e7(0x1ed)](_0x5976ce,{});}const _0x4cee3f=_0x47ad88['WkWmE'](require,path[_0x2179e7(0x198)](process['cwd'](),_0x47ad88[_0x2179e7(0x1b6)]));if(_0x4cee3f['jest'])return logger[_0x2179e7(0x1c8)](_0x47ad88[_0x2179e7(0x25e)]),_0x4cee3f['jest'];const _0x28ed3b=['js',_0x47ad88['wVoyu'],_0x47ad88[_0x2179e7(0x1f2)],_0x47ad88[_0x2179e7(0x241)],'ts'];for(const _0x2d334f of _0x28ed3b){const _0x54bb34=path[_0x2179e7(0x198)](process[_0x2179e7(0x27a)](),_0x2179e7(0x20a)+_0x2d334f);if(fs['existsSync'](_0x54bb34)){process[_0x2179e7(0x1ac)][_0x2179e7(0x1f3)]=_0x54bb34;const _0x442ba9=await(0x0,_0x2f502e[_0x2179e7(0x25f)])(_0x54bb34);return _0x442ba9;}}return{};},getSerial=(_0x12631d,_0x169f89)=>{const _0x455d52=a21_0x52e8d8,_0x522dff={};_0x522dff[_0x455d52(0x1e1)]=_0x455d52(0x1b3),_0x522dff[_0x455d52(0x278)]=function(_0x5e8d08,_0x6c8b04){return _0x5e8d08>_0x6c8b04;},_0x522dff['YHtuJ']=function(_0x8acb5a,_0x3136c4){return _0x8acb5a>_0x3136c4;},_0x522dff[_0x455d52(0x1db)]=_0x455d52(0x1f1);const _0x47bd22=_0x522dff;let _0x34a9d7=_0x47bd22[_0x455d52(0x1e1)];return _0x47bd22['ZiFdk'](_0x12631d[_0x455d52(0x1c1)],0x1)&&(!_0x169f89[_0x455d52(0x1d7)]&&(helper[_0x455d52(0x1aa)](_0x169f89[_0x455d52(0x235)])||_0x47bd22[_0x455d52(0x18d)](_0x169f89[_0x455d52(0x235)],0x1)))&&(_0x34a9d7=_0x47bd22['tJcsr']),_0x34a9d7;},getMaxWorkers=(_0x3c69a4,_0x439818,_0x3e9b76)=>{const _0x13ef35=a21_0x52e8d8,_0x579471={'iZuAi':function(_0x238cf3,_0x903400){return _0x238cf3(_0x903400);}};let _0x10ef22=0x1;if(!helper['isUndefined'](_0x439818['parallelsPerPlatform']))_0x10ef22=_0x579471[_0x13ef35(0x215)](parseInt,_0x439818[_0x13ef35(0x1d8)]);else{if(!helper['isUndefined'](_0x3c69a4[_0x13ef35(0x235)]))_0x10ef22=_0x3c69a4[_0x13ef35(0x235)];else!helper['isUndefined'](_0x3e9b76[_0x13ef35(0x235)])&&(_0x10ef22=_0x3e9b76[_0x13ef35(0x235)]);}return _0x10ef22;};function a21_0x4e1e(){const _0x16456d=['Deleted\x20fail-fast\x20state\x20folder:\x20','jest_browserstack.config.js','customCircus.js','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','pJhoZ','stringify','zaAfg','writeFileSync','child_process','force','../../helpers/accessibility-automation/helper','isCliEnabled','failFast','../../helpers/testhub/testhubHandler','LkTlK','BmlGg','skipSessionName','GExGr','default',';\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','errorMessage','capabilities','VOHkx','apply','slice','Found:\x20','Error\x20while\x20parsing\x20','NPQPQ','browserStackLogLevel','zmOTN','../../helpers/test-observability/constants','8rRCRwO','launchBuild','../../helpers/performance/constants','../../helpers/logger','turboScaleUrl','getMultiDriverWorkerConfig','testEnvironment','timeout__','testSequencer','push','handleApp','jiyqK','ZiFdk','jUKCM','cwd','proxySettings','Preserving\x20user\x27s\x20Jest\x20runner:\x20','log','BSTACK_USER_JEST_RUNNER','getErrorMessageFromResults','YHtuJ','jest_browserstack.config.cjs','EVENTS','\x0amodule.exports\x20=\x20config;','moduleNameMapper','../../helpers/performance/performance-tester','setupFilesAfterEnv','replace','filterBrowserstackArgs','SgpyM','isNotUndefined','join','readFileSync','rlaNV','\x20test\x20files\x20to\x20run.','mLyZI','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','retryTestsOnFailure','setupFiles','\x0a\x20\x20\x20\x20\x20\x20','customTestRunnerTemplate.js','workingDir','tUTon','PMwwu','util','test-observability','\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','requirePWModule','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isUndefined','SDK_SETUP','env','XgmDR','isRunning','\x20:\x20','../../helpers/utilities','customEnvironment.js','30130HZPAEV','true','BROWSERSTACK_TEST_OBSERVABILITY_YML','shouldProcessEventForTesthub','LEKjU','BSTACK_JEST_TEST_ENV','parseTestOrchestrationOptions','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','PACKAGE_TYPE','debug','const\x20config=','isEmpty','reorderTestFiles','skipSessionStatus','498480BOqMQD','length','cjs','207158UBNjbz','FRAMEWORKS','1980Rvcebi','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','KZByD','info','yfxBV','MlgiT','findTestFiles','accessibility','../../helpers/test-observability/utils','2qVcZOu','45897PHDwQj','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','accessibilityOptions','jest_browserstack_results.json','203119yyEVSL','mEWfU','../v2/browserstackCLI','end','runInBand','parallelsPerPlatform','checkAccessibilityPlatformConfig','@jest/core','tJcsr','SDK_CLEANUP','KNFBC','jest-runner','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','jest-config','bunyh','data-hooks.js','recursive','jest','testObservability','error','rmSync','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','puppeteer-core/package.json','IjcDv','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','json','eunlr','../../helpers/puppeteer-helper','customTestRunner.js','nqdYH','false','KCfba','USER_CONFIG_DETAILS_PATH','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','/internal/$1','Getting\x20your\x20jest\x20configs\x20from\x20','splice','edEQw','resolve','close','zUIbQ','sizyn','start','isCLIEnabled','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','WOILU','jest-runner-','setup','__isPuppeteerInstalled','VPhae','\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','bZmys','jest-circus','useW3C','FGVHr','jest.config.','testEnvironmentOptions','Puppeteer\x20setup\x20error:\x20','JBKFl','../../helpers/testhub/utils','path','getPackageVersion','dirname','serial__','Deleting\x20','printBuildLink','iZuAi','88wjnHpA','qdNbc','winstonLogger','jVYhJ','lzbOW','YpuAA','readInitialOptions','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','testRunner','\x20with\x20browserstack\x20jest\x20configs','--config','JEST','../../helpers/helper','win32','getInstance','testContextOptions','runner','exitCode','requireModule','PWjwR','pxpFC','./test-observability/test-details','BROWSERSTACK_CAPABILITIES','2176794VGtvKq','IvoFm','abortBuildOnFailure','kXqlx','Unable\x20to\x20find\x20jest-circus,\x20','reporters','XJIZj','platform','maxWorkers','format','platforms','playwright',';\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','existsSync','XcsZQ','unlinkSync','../../helpers/BrowserStackSetup','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','zRRkm','ZKOch','customSequencer.js','AqkLb','assign','stop','../../helpers/percy/utils','619750RwMgzS','jest-config/build/readConfigFileAndSetRootDir.js','@jest/core/build/ReporterDispatcher.js','config','jest.setup.js','child\x20process\x20exited\x20with\x20code\x20'];a21_0x4e1e=function(){return _0x16456d;};return a21_0x4e1e();}async function run(_0x487fe6,_0xd27051,_0x524de8){const _0x44392f=a21_0x52e8d8,_0x1cfc22={'mEWfU':_0x44392f(0x1e4),'XcsZQ':function(_0x8988e3,_0x562e57){return _0x8988e3(_0x562e57);},'NPQPQ':'@playwright/test','lzbOW':function(_0x2e740c){return _0x2e740c();},'zaAfg':function(_0x39d573,_0x48d29c,_0x13e829,_0x441586){return _0x39d573(_0x48d29c,_0x13e829,_0x441586);},'jiyqK':function(_0x300a23,_0x45e16c,_0x4ad48a,_0x59daef){return _0x300a23(_0x45e16c,_0x4ad48a,_0x59daef);},'PSsps':function(_0x580460,_0x4c9747){return _0x580460!=_0x4c9747;},'kFmwx':_0x44392f(0x1b3),'mpgfd':function(_0x390efa,_0x5c9d1b,_0x5ab927){return _0x390efa(_0x5c9d1b,_0x5ab927);},'zRRkm':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','ssmdy':_0x44392f(0x1f1),'IvoFm':function(_0x1ce2b3,_0xd53b34,_0x5d58c9,_0x4ab6eb){return _0x1ce2b3(_0xd53b34,_0x5d58c9,_0x4ab6eb);},'yZRWT':function(_0x864458,_0x1cda53){return _0x864458*_0x1cda53;},'xFiiC':function(_0x4cae8d,_0x14e807){return _0x4cae8d===_0x14e807;},'BmlGg':_0x44392f(0x18e),'VPhae':_0x44392f(0x24e),'zUIbQ':'customImplements','nqdYH':_0x44392f(0x1d2),'FGVHr':_0x44392f(0x1ef),'MlgiT':_0x44392f(0x1a1),'VOHkx':_0x44392f(0x1b1),'PMwwu':function(_0x1f9ffe,_0x58d697){return _0x1f9ffe!==_0x58d697;},'rlaNV':_0x44392f(0x1de),'WOILU':'jest-runner-','YpuAA':_0x44392f(0x24b),'pxpFC':_0x44392f(0x242),'LxNOm':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','mLyZI':_0x44392f(0x207),'pJhoZ':'jest-circus/build/runner.js','jUKCM':function(_0x2f01e1,_0x46a1ae){return _0x2f01e1(_0x46a1ae);},'vCWBl':_0x44392f(0x1a6),'KoxVJ':_0x44392f(0x1e2),'KZByD':_0x44392f(0x24f),'PWjwR':'test_before.setup.js','IjcDv':_0x44392f(0x21d),'tUTon':_0x44392f(0x238),'edEQw':_0x44392f(0x1df),'qdNbc':'test.setup.js','sizyn':_0x44392f(0x1c6),'vffOT':function(_0x4f19db,_0x5d2540){return _0x4f19db&&_0x5d2540;},'KNFBC':_0x44392f(0x1e8),'yfxBV':'puppeteer','AqkLb':_0x44392f(0x1e9),'XgmDR':_0x44392f(0x25f),'kXqlx':function(_0xe7f416,_0x1cb9d5,_0x5aab46){return _0xe7f416(_0x1cb9d5,_0x5aab46);},'SgpyM':_0x44392f(0x249),'nNWnt':_0x44392f(0x1da),'lEwis':_0x44392f(0x23e),'BsjAa':function(_0xb5f164,_0x2cc00d){return _0xb5f164>_0x2cc00d;},'LkTlK':_0x44392f(0x19d),'bZmys':_0x44392f(0x220),'JhfrV':'npx','zmOTN':_0x44392f(0x223),'jlobB':'inherit','XJIZj':_0x44392f(0x1fa)},_0x47b87d=helper[_0x44392f(0x210)](_0x1cfc22[_0x44392f(0x268)]);global['__isPlaywrightInstalled']=!!_0x47b87d;const _0x571e11=_0x1cfc22[_0x44392f(0x21a)](getPuppeteerVersion);global[_0x44392f(0x203)]=!!_0x571e11;helper['isBrowserstackInfra']()&&(await _0x524de8['initialize'](_0x487fe6),await helper[_0x44392f(0x276)](_0x524de8['config']));if(_0x47b87d)await _0x1cfc22[_0x44392f(0x253)](checkPwandBootstrapCli,_0x47b87d,constants[_0x44392f(0x1c4)][_0x44392f(0x221)],_0x524de8);else _0x571e11&&await _0x1cfc22[_0x44392f(0x277)](checkPuppeteerAndBootstrapCli,_0x571e11,constants['FRAMEWORKS'][_0x44392f(0x221)],_0x524de8);!BrowserstackCLI[_0x44392f(0x224)]()['isRunning']()&&await _0x524de8['setupBrowserstackLocal']();if(!_0x524de8[_0x44392f(0x24a)])return;_0x1cfc22['PSsps'](_0x524de8[_0x44392f(0x24a)][_0x44392f(0x1e5)],null)?process[_0x44392f(0x1ac)][_0x44392f(0x1b4)]=_0x524de8[_0x44392f(0x24a)][_0x44392f(0x1e5)]:process[_0x44392f(0x1ac)][_0x44392f(0x1b4)]=_0x1cfc22['kFmwx'];const _0x108403=new TestOrchestrationHandler(_0x524de8[_0x44392f(0x24a)]),_0x339e80=await _0x1cfc22['mpgfd'](getUserJestConfigs,_0x487fe6,_0xd27051);logger[_0x44392f(0x1c8)](_0x1cfc22[_0x44392f(0x240)]);const _0x3c91fd=Object[_0x44392f(0x244)]({},_0x339e80);_0x3c91fd['testEnvironmentOptions']=Object[_0x44392f(0x244)]({},_0x3c91fd[_0x44392f(0x20b)],{'server':helper['getHubUrl'](_0x524de8['config']),'environment':_0x339e80[_0x44392f(0x272)]}),_0x3c91fd[_0x44392f(0x20b)]['browserStackPercyOptions']=_0x1cfc22[_0x44392f(0x23b)](getPercyOptions,_0x524de8[_0x44392f(0x24a)]);const _0x53650c=helper[_0x44392f(0x208)](_0x524de8[_0x44392f(0x24a)]);!helper[_0x44392f(0x1aa)](_0x524de8[_0x44392f(0x24a)][_0x44392f(0x1d1)])&&(process['env'][_0x44392f(0x1eb)]=JSON[_0x44392f(0x252)](_0x524de8[_0x44392f(0x24a)][_0x44392f(0x1d1)]));if(!BrowserstackCLI[_0x44392f(0x224)]()[_0x44392f(0x1ae)]()){const _0x31b560=await TestHubHandler[_0x44392f(0x26d)](FRAMEWORKS[_0x44392f(0x221)],_0x524de8);}const _0x4c3ead=helper['prepareCapabilities'](_0x524de8['config'],_0x53650c,constants['FRAMEWORKS']['JEST']);process[_0x44392f(0x1ac)][_0x44392f(0x22c)]=JSON[_0x44392f(0x252)](_0x4c3ead);let _0x1a90ee=_0x524de8[_0x44392f(0x24a)][_0x44392f(0x1cc)];_0x1a90ee=_0x1a90ee||accessibilityHelper[_0x44392f(0x1d9)](_0x524de8[_0x44392f(0x24a)]),process[_0x44392f(0x1ac)][_0x44392f(0x1a9)]=_0x1a90ee,logger[_0x44392f(0x1bb)]('[Jest\x20Command]\x20Accessibility\x20enabled:\x20'+_0x1a90ee+',\x20CLI\x20running:\x20'+BrowserstackCLI[_0x44392f(0x224)]()[_0x44392f(0x1ae)]());if(_0x47b87d)try{const _0x1e30ae=_0x1cfc22[_0x44392f(0x23b)](checkAccessibilityPlatformConfig,_0x524de8['config']);process[_0x44392f(0x1ac)][_0x44392f(0x1ff)]=_0x1e30ae?_0x1cfc22['kFmwx']:_0x1cfc22['ssmdy'],logger[_0x44392f(0x1bb)](_0x44392f(0x1f4)+_0x1e30ae+_0x44392f(0x23f)+process[_0x44392f(0x1ac)][_0x44392f(0x1ff)]);}catch(_0x38e129){logger['debug']('Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20'+util[_0x44392f(0x236)](_0x38e129));}_0x3c91fd[_0x44392f(0x20b)][_0x44392f(0x262)]=_0x4c3ead,_0x3c91fd[_0x44392f(0x20b)][_0x44392f(0x212)]=_0x1cfc22['mpgfd'](getSerial,_0x4c3ead,_0x487fe6),_0x3c91fd['testEnvironmentOptions']['parallels__']=_0x1cfc22[_0x44392f(0x22e)](getMaxWorkers,_0x487fe6,_0x524de8[_0x44392f(0x24a)],_0x339e80),_0x3c91fd['testEnvironmentOptions']['proxySettings']=_0x524de8['config'][_0x44392f(0x27b)],_0x3c91fd['testEnvironmentOptions'][_0x44392f(0x273)]=_0x1cfc22['yZRWT'](_0x487fe6['testTimeout'],0x1)||0x1388,_0x3c91fd['testEnvironmentOptions'][_0x44392f(0x25d)]=_0x524de8[_0x44392f(0x24a)][_0x44392f(0x225)][_0x44392f(0x25d)],_0x3c91fd['testEnvironmentOptions'][_0x44392f(0x1bf)]=_0x524de8['config'][_0x44392f(0x225)][_0x44392f(0x1bf)],_0x3c91fd['testEnvironmentOptions'][_0x44392f(0x269)]=_0x524de8['config']['logLevel'],_0x3c91fd['testEnvironmentOptions'][_0x44392f(0x270)]=_0x524de8['config'][_0x44392f(0x270)],_0x3c91fd[_0x44392f(0x20b)]['platformCaps']=_0x524de8[_0x44392f(0x24a)][_0x44392f(0x237)],Object['assign'](_0x3c91fd[_0x44392f(0x20b)],helper[_0x44392f(0x271)](_0x524de8[_0x44392f(0x24a)],_0x53650c,constants['FRAMEWORKS'][_0x44392f(0x221)]));const _0x4580bc=helper[_0x44392f(0x1b8)](_0x524de8[_0x44392f(0x24a)]);if(!helper[_0x44392f(0x1bd)](_0x4580bc)){helper[_0x44392f(0x197)](_0x4580bc[_0x44392f(0x19e)])&&(_0x3c91fd[_0x44392f(0x20b)]['retries__']=_0x4580bc[_0x44392f(0x19e)]['maxRetries']);if(helper[_0x44392f(0x197)](_0x4580bc[_0x44392f(0x22f)])&&helper[_0x44392f(0x197)](_0x4580bc[_0x44392f(0x22f)]['workingDir'])){const _0x2433bc={};_0x2433bc['failureThresholdCount']=_0x4580bc[_0x44392f(0x22f)]['maxFailures'],_0x2433bc[_0x44392f(0x1a2)]=_0x4580bc[_0x44392f(0x22f)][_0x44392f(0x1a2)],_0x3c91fd[_0x44392f(0x20b)][_0x44392f(0x259)]=_0x2433bc;}}let _0x282454='';_0x1cfc22['xFiiC'](helper['getPackageType'](),constants[_0x44392f(0x1ba)]['MODULE'])?_0x282454=_0x1cfc22[_0x44392f(0x25c)]:_0x282454=_0x1cfc22[_0x44392f(0x204)];const _0x54ea37=_0x282454,_0x17e462=path[_0x44392f(0x198)](__dirname,_0x1cfc22[_0x44392f(0x1fb)],_0x1cfc22[_0x44392f(0x1f0)]),_0x117708=path['join'](__dirname,_0x1cfc22[_0x44392f(0x1fb)],_0x1cfc22[_0x44392f(0x209)]),_0x54a5fd=path[_0x44392f(0x198)](__dirname,_0x1cfc22['zUIbQ'],_0x1cfc22[_0x44392f(0x1ca)]);_0x3c91fd[_0x44392f(0x272)]&&(process[_0x44392f(0x1ac)][_0x44392f(0x1b7)]=_0x3c91fd[_0x44392f(0x272)]);_0x3c91fd[_0x44392f(0x272)]=path[_0x44392f(0x198)](__dirname,_0x1cfc22[_0x44392f(0x1fb)],_0x1cfc22[_0x44392f(0x263)]);const _0x5a05f0=_0x339e80['runner'];if(_0x5a05f0&&_0x1cfc22[_0x44392f(0x1a4)](_0x5a05f0,_0x1cfc22[_0x44392f(0x19a)])){const _0x56eb7e=_0x5a05f0['startsWith'](_0x1cfc22[_0x44392f(0x200)])?_0x5a05f0:_0x44392f(0x201)+_0x5a05f0;process[_0x44392f(0x1ac)][_0x44392f(0x18b)]=_0x56eb7e,logger[_0x44392f(0x1c8)](_0x44392f(0x189)+_0x56eb7e);}_0x3c91fd[_0x44392f(0x226)]=_0x117708,_0x3c91fd[_0x44392f(0x193)]=_0x3c91fd[_0x44392f(0x193)]||[],_0x3c91fd[_0x44392f(0x193)][_0x44392f(0x275)](path[_0x44392f(0x198)](__dirname,_0x1cfc22[_0x44392f(0x21b)]));_0x108403['isTestOrchestrationEnabled']()&&(_0x3c91fd[_0x44392f(0x274)]=path['join'](__dirname,_0x1cfc22[_0x44392f(0x1fb)],_0x1cfc22[_0x44392f(0x22a)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0x44392f(0x224)]()[_0x44392f(0x258)]()){let _0x58c714=null;try{_0x58c714=helper[_0x44392f(0x228)](_0x1cfc22['LxNOm'],_0x1cfc22['mLyZI']);}catch(_0xf95606){try{_0x58c714=helper['requireModule'](_0x1cfc22[_0x44392f(0x251)],_0x1cfc22[_0x44392f(0x19c)]);}catch(_0x3c155a){_0x1cfc22[_0x44392f(0x279)](debug,_0x44392f(0x231)+_0x3c155a);}}_0x58c714&&(testhubUtils[_0x44392f(0x1b5)]()&&_0x3c91fd[_0x44392f(0x193)][_0x44392f(0x275)](path[_0x44392f(0x198)](__dirname,_0x1cfc22['vCWBl'],_0x1cfc22['KoxVJ'])),_0x3c91fd[_0x44392f(0x21e)]=path[_0x44392f(0x198)](__dirname,_0x1cfc22[_0x44392f(0x1fb)],_0x1cfc22[_0x44392f(0x1c7)]));}_0x3c91fd[_0x44392f(0x19f)]=_0x3c91fd['setupFiles']||[];try{helper['requireSeleniumWebdriver'](),_0x3c91fd['setupFiles']['push'](path['join'](__dirname,_0x1cfc22[_0x44392f(0x229)]));}catch{logger[_0x44392f(0x1bb)](_0x1cfc22[_0x44392f(0x1ea)]);}try{helper[_0x44392f(0x1a8)][_0x44392f(0x264)](null,[_0x1cfc22[_0x44392f(0x268)],_0x1cfc22[_0x44392f(0x1a3)]]),logger[_0x44392f(0x1bb)](_0x1cfc22[_0x44392f(0x1f8)]),_0x3c91fd[_0x44392f(0x19f)][_0x44392f(0x275)](path[_0x44392f(0x198)](__dirname,_0x1cfc22[_0x44392f(0x217)]));}catch(_0x3512bc){logger[_0x44392f(0x1bb)](_0x1cfc22[_0x44392f(0x1fc)],_0x3512bc);}if(_0x1cfc22['vffOT'](!_0x47b87d,_0x571e11)){try{logger[_0x44392f(0x1bb)](_0x1cfc22[_0x44392f(0x1dd)]),_0x3c91fd['setupFilesAfterEnv']['push'](path[_0x44392f(0x198)](__dirname,'..',_0x1cfc22[_0x44392f(0x1c9)],_0x1cfc22[_0x44392f(0x217)]));}catch(_0x3218ec){logger[_0x44392f(0x1bb)](_0x44392f(0x20c)+_0x3218ec['message']);}try{const _0x31a2bf=require['resolve'](_0x1cfc22[_0x44392f(0x243)]),_0x4cfd65=path[_0x44392f(0x211)](_0x31a2bf)[_0x44392f(0x194)](/\\/g,'/'),_0x466b66={};_0x466b66['^puppeteer-core/internal/(.*)']=_0x4cfd65+_0x44392f(0x1f5),_0x3c91fd['moduleNameMapper']=Object[_0x44392f(0x244)]({},_0x3c91fd[_0x44392f(0x191)]||{},_0x466b66),logger[_0x44392f(0x1bb)](_0x44392f(0x1b9)+_0x4cfd65);}catch(_0x5b5fe0){logger['debug']('[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20'+_0x5b5fe0['message']);}}_0x3c91fd[_0x44392f(0x232)]=_0x3c91fd[_0x44392f(0x232)]||[_0x1cfc22[_0x44392f(0x1ad)]],_0x1cfc22[_0x44392f(0x230)](updateTestRerunConfig,_0x3c91fd,_0x524de8);const _0x488291=fs['readFileSync'](_0x54a5fd),_0x45c1c8=helper['resolveModule'](_0x1cfc22[_0x44392f(0x196)],_0x1cfc22['nNWnt']);!_0x45c1c8[_0x44392f(0x1e6)]?fs[_0x44392f(0x254)](_0x3c91fd['runner'],_0x44392f(0x1a0)+_0x488291+_0x44392f(0x1a7)+_0x524de8['config'][_0x44392f(0x237)][_0x44392f(0x1c1)]+_0x44392f(0x239)):fs['writeFileSync'](_0x3c91fd[_0x44392f(0x226)],_0x44392f(0x1a0)+_0x488291+_0x44392f(0x205)+_0x524de8[_0x44392f(0x24a)]['platforms'][_0x44392f(0x1c1)]+_0x44392f(0x260));logger[_0x44392f(0x1c8)]('Creating\x20'+_0x54ea37+_0x44392f(0x21f)),fs[_0x44392f(0x254)](_0x54ea37,_0x44392f(0x1bc)+JSON['stringify'](_0x3c91fd)+_0x44392f(0x190));if(_0x108403['isTestOrchestrationEnabled']()){logger[_0x44392f(0x1bb)](_0x1cfc22['lEwis']);const _0x482c01=await _0x108403[_0x44392f(0x1cb)](_0x3c91fd,_0xd27051[_0x44392f(0x265)](0x1),_0x54ea37);logger['debug'](_0x44392f(0x266)+JSON[_0x44392f(0x252)](_0x482c01)+_0x44392f(0x19b));const _0x5596ee=await _0x108403[_0x44392f(0x1be)](_0x482c01);logger['debug']('Reodered\x20Test\x20Files:\x20'+JSON[_0x44392f(0x252)](_0x5596ee)),_0x5596ee&&_0x1cfc22['BsjAa'](_0x5596ee[_0x44392f(0x1c1)],0x0)&&(process['env']['JEST_TEST_ORDER']=_0x5596ee?.[_0x44392f(0x198)](','));}logger[_0x44392f(0x1c8)](_0x1cfc22[_0x44392f(0x25b)]);testhubUtils['shouldProcessEventForTesthub']()&&TestDetails[_0x44392f(0x202)]();helper[_0x44392f(0x195)]({},_0xd27051),PerformanceTester[_0x44392f(0x1d6)](PerformanceEvents[_0x44392f(0x1ab)]);const _0x13c334=[_0x1cfc22['mEWfU'],_0x1cfc22[_0x44392f(0x206)],_0x54ea37,..._0xd27051['slice'](0x1)];process['env']['BROWSERSTACK_FRAMEWORK']=process[_0x44392f(0x1ac)]['BROWSERSTACK_FRAMEWORK']||_0x1cfc22[_0x44392f(0x1d4)];const _0x13aec7=_0x1cfc22[_0x44392f(0x22e)](spawn,_0x1cfc22['JhfrV'],_0x13c334,{'shell':_0x1cfc22['xFiiC'](process[_0x44392f(0x234)],_0x1cfc22[_0x44392f(0x26a)]),'stdio':_0x1cfc22['jlobB'],'env':Object['assign']({},process['env'])});_0x13aec7['on'](_0x1cfc22[_0x44392f(0x233)],async _0x45437f=>{const _0x233124=_0x44392f;PerformanceTester[_0x233124(0x1fd)](PerformanceEvents[_0x233124(0x1dc)]),process[_0x233124(0x227)]=_0x45437f,logger[_0x233124(0x1bb)](_0x233124(0x24c)+_0x45437f),logger[_0x233124(0x1c8)](_0x233124(0x213)+_0x54ea37);if(helper[_0x233124(0x197)](_0x4580bc)&&helper[_0x233124(0x197)](_0x4580bc[_0x233124(0x22f)])&&fs['existsSync'](_0x4580bc[_0x233124(0x22f)][_0x233124(0x1a2)]))try{const _0x2ef562={};_0x2ef562[_0x233124(0x1e3)]=!![],_0x2ef562[_0x233124(0x256)]=!![],fs[_0x233124(0x1e7)](_0x4580bc['abortBuildOnFailure'][_0x233124(0x1a2)],_0x2ef562),logger[_0x233124(0x1bb)](_0x233124(0x24d)+_0x4580bc[_0x233124(0x22f)][_0x233124(0x1a2)]);}catch(_0xcbb337){logger[_0x233124(0x1e6)](_0x233124(0x250)+_0xcbb337);}let _0x570931=null;if(fs[_0x233124(0x23a)](_0x17e462)){_0x570931=fs[_0x233124(0x199)](_0x17e462);try{_0x570931=JSON['parse'](_0x570931);}catch(_0x4a1453){logger[_0x233124(0x1bb)](_0x233124(0x267)+_0x17e462+',\x20'+_0x570931+_0x233124(0x1af)+_0x4a1453);}fs['unlinkSync'](_0x17e462);}fs[_0x233124(0x23c)](_0x54ea37),fs[_0x233124(0x23c)](_0x117708),_0x570931&&(_0x524de8[_0x233124(0x261)]=helper[_0x233124(0x18c)](_0x570931,_0x1cfc22[_0x233124(0x1d4)],_0x524de8));const _0x449af2=BrowserstackCLI[_0x233124(0x1fe)]();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x233124(0x224)]()[_0x233124(0x245)]();}catch(_0x476482){console[_0x233124(0x18a)](_0x476482),_0x1cfc22[_0x233124(0x23b)](debug,_0x233124(0x1d0)+util['format'](_0x476482));}testOpsHelper[_0x233124(0x214)](),TestDetails['shutdown'](),await utilities['finalExecution'](_0x524de8,_0x449af2);});}function a21_0x3b84(_0x2c4ad1,_0x17e13f){const _0x4e1ee8=a21_0x4e1e();return a21_0x3b84=function(_0x3b84a3,_0x4ff7af){_0x3b84a3=_0x3b84a3-0x189;let _0x4c1612=_0x4e1ee8[_0x3b84a3];return _0x4c1612;},a21_0x3b84(_0x2c4ad1,_0x17e13f);}module['exports']=run;
@@ -1 +1 @@
1
- const a22_0x1a72c4=a22_0x49f2;(function(_0x3c7107,_0x2a6fd6){const _0x2f0107=a22_0x49f2,_0x3fb2b0=_0x3c7107();while(!![]){try{const _0xb20611=parseInt(_0x2f0107(0x1bb))/0x1*(parseInt(_0x2f0107(0x1b8))/0x2)+-parseInt(_0x2f0107(0x1b6))/0x3+parseInt(_0x2f0107(0x1bd))/0x4+parseInt(_0x2f0107(0x1c5))/0x5*(-parseInt(_0x2f0107(0x1b3))/0x6)+parseInt(_0x2f0107(0x1b2))/0x7+-parseInt(_0x2f0107(0x1b9))/0x8+parseInt(_0x2f0107(0x1c2))/0x9*(parseInt(_0x2f0107(0x1b4))/0xa);if(_0xb20611===_0x2a6fd6)break;else _0x3fb2b0['push'](_0x3fb2b0['shift']());}catch(_0x67df0c){_0x3fb2b0['push'](_0x3fb2b0['shift']());}}}(a22_0x5b41,0xc8b17));const path=require('path'),{requireModule}=require(a22_0x1a72c4(0x1bc));function a22_0x49f2(_0x3d15f0,_0x8b9eb5){const _0x5b414f=a22_0x5b41();return a22_0x49f2=function(_0x49f296,_0x143624){_0x49f296=_0x49f296-0x1b1;let _0x4c6182=_0x5b414f[_0x49f296];return _0x4c6182;},a22_0x49f2(_0x3d15f0,_0x8b9eb5);}let initJestAdapter;function a22_0x5b41(){const _0x51b39c=['fXFhG','jest-circus','45BdGhar','exports','jestAdapterInit','278305ryZSBJ','customJestAdapterInit.js','default','9571072tgbxlI','114fKUqxs','5546180GxxOSc','requireInternalModule','4652178hIaVZa','JFHDN','58zrUApz','9970280YHlmAM','initRequireModule','9681LCKqWL','../../../helpers/helper','1021896wJBLFM','join','includes'];a22_0x5b41=function(){return _0x51b39c;};return a22_0x5b41();}try{initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js',a22_0x1a72c4(0x1c1));}catch{initJestAdapter=requireModule('jest-circus/build/runner.js',a22_0x1a72c4(0x1c1));}initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter[a22_0x1a72c4(0x1b1)];const FRAMEWORK_INITIALIZER=path[a22_0x1a72c4(0x1be)](__dirname,a22_0x1a72c4(0x1c6));module[a22_0x1a72c4(0x1c3)]=(..._0x3bcd88)=>{const _0x80e468=a22_0x1a72c4,_0x2411f0={'JFHDN':_0x80e468(0x1c4),'fXFhG':function(_0xa3936d,_0x50f0c4){return _0xa3936d===_0x50f0c4;},'yOCCj':function(_0x5d3b01,..._0x52f1fc){return _0x5d3b01(..._0x52f1fc);}};return _0x3bcd88[0x3][_0x80e468(0x1ba)]=_0x3bcd88[0x3][_0x80e468(0x1b5)],_0x3bcd88[0x3]['requireInternalModule']=(..._0x3fbda1)=>{const _0xcdaccc=_0x80e468;if(_0x3fbda1[0x0]&&_0x3fbda1[0x0][_0xcdaccc(0x1bf)](_0x2411f0[_0xcdaccc(0x1b7)])&&_0x2411f0[_0xcdaccc(0x1c0)](_0x3fbda1[0x1],undefined))return _0x3bcd88[0x3]['initRequireModule'](FRAMEWORK_INITIALIZER);return _0x3bcd88[0x3]['initRequireModule'](..._0x3fbda1);},_0x2411f0['yOCCj'](initJestAdapter,..._0x3bcd88);};
1
+ function a22_0x285f(){const _0x5edf93=['function','jest-circus/build/runner.js','127XEhAFF','default','942051ScrktC','99KCyKFL','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','../../../helpers/helper','path','3628782dsxJon','jest-circus','customJestAdapterInit.js','includes','initRequireModule','5243416eFzDBo','4GidSYv','JBbiF','requireInternalModule','12223717dMAYsC','7pEXxWq','117475mgruqp','49690iNKozP','13634tqotyC'];a22_0x285f=function(){return _0x5edf93;};return a22_0x285f();}const a22_0x493048=a22_0x4c5b;(function(_0x528b6c,_0x5a4eab){const _0x56eb04=a22_0x4c5b,_0x21bbe8=_0x528b6c();while(!![]){try{const _0x4fc858=parseInt(_0x56eb04(0x1ff))/0x1*(-parseInt(_0x56eb04(0x1fc))/0x2)+-parseInt(_0x56eb04(0x1ea))/0x3*(-parseInt(_0x56eb04(0x1f5))/0x4)+parseInt(_0x56eb04(0x1fa))/0x5+parseInt(_0x56eb04(0x1ef))/0x6+-parseInt(_0x56eb04(0x1f9))/0x7*(parseInt(_0x56eb04(0x1f4))/0x8)+parseInt(_0x56eb04(0x1eb))/0x9*(-parseInt(_0x56eb04(0x1fb))/0xa)+parseInt(_0x56eb04(0x1f8))/0xb;if(_0x4fc858===_0x5a4eab)break;else _0x21bbe8['push'](_0x21bbe8['shift']());}catch(_0xe296a0){_0x21bbe8['push'](_0x21bbe8['shift']());}}}(a22_0x285f,0x74a0f));const path=require(a22_0x493048(0x1ee)),{requireModule}=require(a22_0x493048(0x1ed));let initJestAdapter;try{initJestAdapter=requireModule(a22_0x493048(0x1ec),a22_0x493048(0x1f0));}catch{initJestAdapter=requireModule(a22_0x493048(0x1fe),a22_0x493048(0x1f0));}function a22_0x4c5b(_0x2faa17,_0x27ca75){const _0x285f89=a22_0x285f();return a22_0x4c5b=function(_0x4c5bce,_0x4abad1){_0x4c5bce=_0x4c5bce-0x1e9;let _0x4a094a=_0x285f89[_0x4c5bce];return _0x4a094a;},a22_0x4c5b(_0x2faa17,_0x27ca75);}initJestAdapter=typeof initJestAdapter===a22_0x493048(0x1fd)?initJestAdapter:initJestAdapter[a22_0x493048(0x1e9)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a22_0x493048(0x1f1));module['exports']=(..._0x3a17c2)=>{const _0x29648c=a22_0x493048,_0x5b035f={'nxJzh':'jestAdapterInit','JBbiF':function(_0x292039,_0xa135b1){return _0x292039===_0xa135b1;},'sSeEK':function(_0x3b2d15,..._0x489e39){return _0x3b2d15(..._0x489e39);}};return _0x3a17c2[0x3]['initRequireModule']=_0x3a17c2[0x3]['requireInternalModule'],_0x3a17c2[0x3][_0x29648c(0x1f7)]=(..._0xe0a6ae)=>{const _0x1343ce=_0x29648c;if(_0xe0a6ae[0x0]&&_0xe0a6ae[0x0][_0x1343ce(0x1f2)](_0x5b035f['nxJzh'])&&_0x5b035f[_0x1343ce(0x1f6)](_0xe0a6ae[0x1],undefined))return _0x3a17c2[0x3][_0x1343ce(0x1f3)](FRAMEWORK_INITIALIZER);return _0x3a17c2[0x3]['initRequireModule'](..._0xe0a6ae);},_0x5b035f['sSeEK'](initJestAdapter,..._0x3a17c2);};