browserstack-node-sdk 1.59.0 → 1.60.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 (217) 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 +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/assets/report.html +1 -1
  43. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  44. package/src/bin/codeceptjs/command.js +1 -1
  45. package/src/bin/codeceptjs/helper.js +1 -1
  46. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  47. package/src/bin/cucumber-js/command.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/test-observability.js +1 -1
  51. package/src/bin/cucumber-js/test.setup.js +1 -1
  52. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  53. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  54. package/src/bin/integrations/command.js +1 -1
  55. package/src/bin/integrations/constants.js +1 -1
  56. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  57. package/src/bin/jasmine/command.js +1 -1
  58. package/src/bin/jasmine/test.setup.js +1 -1
  59. package/src/bin/jasmine/testRunMap.js +1 -1
  60. package/src/bin/jest/command.js +1 -1
  61. package/src/bin/jest/customImplements/customCircus.js +1 -1
  62. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  63. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  64. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  65. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  66. package/src/bin/jest/jest.setup.js +1 -1
  67. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  68. package/src/bin/jest/test-observability/helper.js +1 -1
  69. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  70. package/src/bin/jest/test-observability/test-details.js +1 -1
  71. package/src/bin/jest/test.setup.js +1 -1
  72. package/src/bin/jest/test_before.setup.js +1 -1
  73. package/src/bin/launcher/launcher.js +1 -1
  74. package/src/bin/load/index.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  155. package/src/bin/v2/state/hookState.js +1 -1
  156. package/src/bin/v2/state/testFrameworkState.js +1 -1
  157. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  158. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  159. package/src/bin/v2/utils/jest-utils.js +1 -1
  160. package/src/bin/vanilla-js/command.js +1 -1
  161. package/src/browserStackSdk.js +1 -1
  162. package/src/helpers/BrowserStackSetup.js +1 -1
  163. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  164. package/src/helpers/accessibility-automation/constants.js +1 -1
  165. package/src/helpers/accessibility-automation/helper.js +1 -1
  166. package/src/helpers/accessibility-automation/scripts.js +1 -1
  167. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  168. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/timeoutPromise.js +1 -1
  214. package/src/helpers/utilities.js +1 -1
  215. package/src/helpers/w3cMapping.js +1 -1
  216. package/src/hubAllocationMethods.js +1 -1
  217. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a10_0x5da99b=a10_0x2e5b;(function(_0x4815f9,_0x263be3){const _0x385d7b=a10_0x2e5b,_0x59fb57=_0x4815f9();while(!![]){try{const _0x18dd89=-parseInt(_0x385d7b(0x1d8))/0x1+parseInt(_0x385d7b(0x1dd))/0x2*(-parseInt(_0x385d7b(0x206))/0x3)+-parseInt(_0x385d7b(0x1d5))/0x4*(parseInt(_0x385d7b(0x1fc))/0x5)+-parseInt(_0x385d7b(0x1de))/0x6*(parseInt(_0x385d7b(0x1e0))/0x7)+parseInt(_0x385d7b(0x1e8))/0x8+parseInt(_0x385d7b(0x1ef))/0x9*(parseInt(_0x385d7b(0x202))/0xa)+parseInt(_0x385d7b(0x1d7))/0xb;if(_0x18dd89===_0x263be3)break;else _0x59fb57['push'](_0x59fb57['shift']());}catch(_0x508337){_0x59fb57['push'](_0x59fb57['shift']());}}}(a10_0x3ff9,0x3a1cc));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x5da99b(0x1d0)),cucumberModule=requireModule(a10_0x5da99b(0x1f1),a10_0x5da99b(0x1f2)),logger=require('../../helpers/logger')[a10_0x5da99b(0x1d2)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x5da99b(0x1ee)],After=cucumberModule['After'],configuration=process[a10_0x5da99b(0x1f5)][a10_0x5da99b(0x1fa)];if(configuration!==undefined){const config=JSON[a10_0x5da99b(0x1d3)](configuration);isTrue(config['skipSessionName'])&&(global['__skipSessionName']=!![]),global[a10_0x5da99b(0x1f6)]=isTrue(config['skipSessionStatus']),require(a10_0x5da99b(0x1e3))[a10_0x5da99b(0x1f0)](config),global['__platformCaps']=config[a10_0x5da99b(0x1ea)]||{};}global[a10_0x5da99b(0x1df)]=0x0;function a10_0x2e5b(_0x1d36ce,_0x41d8c6){const _0x3ff9b1=a10_0x3ff9();return a10_0x2e5b=function(_0x2e5b7a,_0x9c1279){_0x2e5b7a=_0x2e5b7a-0x1d0;let _0x5f0dd7=_0x3ff9b1[_0x2e5b7a];return _0x5f0dd7;},a10_0x2e5b(_0x1d36ce,_0x41d8c6);}const __setDefaultTimeout=cucumberModule[a10_0x5da99b(0x20a)];cucumberModule[a10_0x5da99b(0x20a)]=_0x133119=>{const _0x50b78c=a10_0x5da99b,_0x5bb353={'hMeOn':function(_0x3ea5eb,_0x1ec39e){return _0x3ea5eb(_0x1ec39e);}};global[_0x50b78c(0x1df)]=_0x133119,_0x5bb353[_0x50b78c(0x1e6)](__setDefaultTimeout,_0x133119);};const a10_0x1e2364={};function a10_0x3ff9(){const _0x3feef4=['Inside\x20browserstack\x20Before','name','hMeOn','arguments','53136WEKJiZ','\x20|\x20','platformCaps','XAxDl','__driver','then','Before','1255113Tltpnd','browserstackAgentV2','cucumber/lib/index.js','cucumber','action','Inside\x20browserstack\x20After','env','__skipSessionStatus','Error:\x20setting\x20status\x20at\x20After:\x20','HPIXm','setSessionName','CONFIG','NomEg','75FMQvAl','xtsEV','bstack','debug','pyFrK','lldyx','10UwFPbz','BXYLY','timeout','join','690kMUhnv','KiMsK','session_','status','setDefaultTimeout','../../helpers/setKeepAlive','hSNQu','winstonLogger','parse','executeScript','20396HCcHLf','__error_messages__','7847411WdLcKU','80532OFMRSD','pickle','TLZoT','stringify','hWlVu','632utiAjj','2350650omNejc','__timeout','7CkSnOp','browserstack_executor:\x20','failed','../../index'];a10_0x3ff9=function(){return _0x3feef4;};return a10_0x3ff9();}a10_0x1e2364[a10_0x5da99b(0x1e5)]=a10_0x5da99b(0x1fe),Before(a10_0x1e2364,function(){const _0x5ab4b5=a10_0x5da99b,_0x5ef759={};_0x5ef759[_0x5ab4b5(0x1fb)]=_0x5ab4b5(0x1e4);const _0x5dec71=_0x5ef759;logger[_0x5ab4b5(0x1ff)](_0x5dec71[_0x5ab4b5(0x1fb)]),global['__error_messages__']=[];});const a10_0x4d9437={};a10_0x4d9437[a10_0x5da99b(0x1e5)]=a10_0x5da99b(0x1fe),a10_0x4d9437[a10_0x5da99b(0x204)]=0x2710,After(a10_0x4d9437,function(_0x3cbdf5,_0x780e0c){const _0x1b1991=a10_0x5da99b,_0x5dbef1={'HPIXm':_0x1b1991(0x1f9),'BXYLY':function(_0x50185a,_0x4ba7ee){return _0x50185a===_0x4ba7ee;},'hWlVu':_0x1b1991(0x1e2),'lldyx':function(_0x510c0a,_0x5d44bd,_0x199911,_0x34c5a5){return _0x510c0a(_0x5d44bd,_0x199911,_0x34c5a5);},'TLZoT':_0x1b1991(0x1e9),'hSNQu':function(_0xa12994,_0x299288,_0x31656f){return _0xa12994(_0x299288,_0x31656f);},'KiMsK':'passed','XAxDl':function(_0x2ca6df){return _0x2ca6df();},'xtsEV':function(_0x482628,_0x5e0c34){return _0x482628(_0x5e0c34);},'pyFrK':_0x1b1991(0x1f4)};logger[_0x1b1991(0x1ff)](_0x5dbef1[_0x1b1991(0x200)]),new Promise(async(_0x2bf0ef,_0x493e98)=>{const _0x12ca8c=_0x1b1991;let _0x51de66=![];try{await global[_0x12ca8c(0x1ec)][_0x12ca8c(0x208)],_0x51de66=!![];if(!global['__skipSessionName']){const _0x2cc4d2={};_0x2cc4d2[_0x12ca8c(0x1e5)]=_0x3cbdf5[_0x12ca8c(0x1d9)]['name'];const _0x13cd38={};_0x13cd38[_0x12ca8c(0x1f3)]=_0x5dbef1[_0x12ca8c(0x1f8)],_0x13cd38[_0x12ca8c(0x1e7)]=_0x2cc4d2;const _0x4ec846=_0x13cd38;await global[_0x12ca8c(0x1ec)][_0x12ca8c(0x1d4)](_0x12ca8c(0x1e1)+JSON[_0x12ca8c(0x1db)](_0x4ec846));}_0x5dbef1[_0x12ca8c(0x203)](_0x3cbdf5['result'][_0x12ca8c(0x209)]['toLowerCase'](),_0x5dbef1[_0x12ca8c(0x1dc)])?await _0x5dbef1[_0x12ca8c(0x201)](markSessionStatus,global[_0x12ca8c(0x1ec)],_0x5dbef1[_0x12ca8c(0x1dc)],global[_0x12ca8c(0x1d6)][_0x12ca8c(0x205)](_0x5dbef1[_0x12ca8c(0x1da)])):await _0x5dbef1[_0x12ca8c(0x1d1)](markSessionStatus,global['__driver'],_0x5dbef1[_0x12ca8c(0x207)]);}catch(_0x5ea595){logger[_0x12ca8c(0x1ff)](_0x12ca8c(0x1f7)+_0x5ea595);}if(_0x51de66)try{await global[_0x12ca8c(0x1ec)]['initQuit'](),_0x5dbef1['XAxDl'](_0x2bf0ef);}catch(_0x21cd58){logger[_0x12ca8c(0x1ff)]('Error:\x20quiting\x20at\x20After:\x20'+_0x21cd58),_0x5dbef1[_0x12ca8c(0x1fd)](_0x493e98,_0x21cd58);}else _0x5dbef1[_0x12ca8c(0x1eb)](_0x493e98);})[_0x1b1991(0x1ed)](()=>_0x780e0c());});
1
+ const a10_0x37e425=a10_0x4a71;(function(_0x1528cd,_0x262dd7){const _0x3ba536=a10_0x4a71,_0x5c6353=_0x1528cd();while(!![]){try{const _0x4f1f44=-parseInt(_0x3ba536(0xa6))/0x1+parseInt(_0x3ba536(0xbb))/0x2+parseInt(_0x3ba536(0xbd))/0x3*(parseInt(_0x3ba536(0xb7))/0x4)+parseInt(_0x3ba536(0xdc))/0x5+parseInt(_0x3ba536(0xd8))/0x6*(-parseInt(_0x3ba536(0xad))/0x7)+parseInt(_0x3ba536(0xcb))/0x8*(-parseInt(_0x3ba536(0xc0))/0x9)+parseInt(_0x3ba536(0xa7))/0xa;if(_0x4f1f44===_0x262dd7)break;else _0x5c6353['push'](_0x5c6353['shift']());}catch(_0x1cc01c){_0x5c6353['push'](_0x5c6353['shift']());}}}(a10_0x40eb,0x321fc));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x37e425(0xc5)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x37e425(0xd7),'cucumber'),logger=require(a10_0x37e425(0xb6))[a10_0x37e425(0xd3)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x37e425(0xb8)],After=cucumberModule['After'],configuration=process[a10_0x37e425(0xc6)][a10_0x37e425(0xb1)];if(configuration!==undefined){const config=JSON[a10_0x37e425(0xce)](configuration);isTrue(config[a10_0x37e425(0xc9)])&&(global['__skipSessionName']=!![]),global[a10_0x37e425(0xa9)]=isTrue(config[a10_0x37e425(0xaa)]),require(a10_0x37e425(0xc1))['browserstackAgentV2'](config),global[a10_0x37e425(0xca)]=config[a10_0x37e425(0xc8)]||{};}function a10_0x4a71(_0x44deff,_0x140fc0){const _0x40eb17=a10_0x40eb();return a10_0x4a71=function(_0x4a71cc,_0x249052){_0x4a71cc=_0x4a71cc-0xa3;let _0x2fc0e6=_0x40eb17[_0x4a71cc];return _0x2fc0e6;},a10_0x4a71(_0x44deff,_0x140fc0);}global[a10_0x37e425(0xa4)]=0x0;function a10_0x40eb(){const _0x49bf5b=['parse','setDefaultTimeout','ZMRcs','status','wjUtL','winstonLogger','__skipSessionName','jOxFQ','\x20|\x20','cucumber/lib/index.js','858yQKRsi','vhDsO','setSessionName','WyLtD','1197850MMGAwT','timeout','Inside\x20browserstack\x20After','__timeout','executeScript','106043QNVryH','2446270gbgabh','Error:\x20setting\x20status\x20at\x20After:\x20','__skipSessionStatus','skipSessionStatus','result','pickle','15421kqPxSY','aoRTw','session_','Ogrbk','CONFIG','toLowerCase','__driver','action','__error_messages__','../../helpers/logger','1436QVvAOA','Before','name','Inside\x20browserstack\x20Before','381078LRWjiT','arguments','2517OjCOgK','Error:\x20quiting\x20at\x20After:\x20','XjMST','3146013OMXaHe','../../index','failed','PKbVp','debug','../../helpers/helper','env','stringify','platformCaps','skipSessionName','__platformCaps','8AWnuxP','browserstack_executor:\x20','bstack'];a10_0x40eb=function(){return _0x49bf5b;};return a10_0x40eb();}const __setDefaultTimeout=cucumberModule[a10_0x37e425(0xcf)];cucumberModule[a10_0x37e425(0xcf)]=_0x9b840=>{const _0x337217=a10_0x37e425,_0x54727f={'aoRTw':function(_0x3ca6d0,_0x3667cc){return _0x3ca6d0(_0x3667cc);}};global['__timeout']=_0x9b840,_0x54727f[_0x337217(0xae)](__setDefaultTimeout,_0x9b840);};const a10_0x29769e={};a10_0x29769e[a10_0x37e425(0xb9)]=a10_0x37e425(0xcd),Before(a10_0x29769e,function(){const _0x3d028f=a10_0x37e425,_0xdc6fc2={};_0xdc6fc2['WyLtD']=_0x3d028f(0xba);const _0x325354=_0xdc6fc2;logger[_0x3d028f(0xc4)](_0x325354[_0x3d028f(0xdb)]),global['__error_messages__']=[];});const a10_0x1286d2={};a10_0x1286d2[a10_0x37e425(0xb9)]=a10_0x37e425(0xcd),a10_0x1286d2[a10_0x37e425(0xdd)]=0x2710,After(a10_0x1286d2,function(_0x5099a6,_0x217d9b){const _0x1b8699=a10_0x37e425,_0xf1f408={'hZGqH':_0x1b8699(0xda),'XjMST':function(_0x15a832,_0x8cc4d1){return _0x15a832===_0x8cc4d1;},'ZMRcs':_0x1b8699(0xc2),'Ogrbk':function(_0x11f077,_0x5e9bca,_0x2257a5,_0x313c27){return _0x11f077(_0x5e9bca,_0x2257a5,_0x313c27);},'YtfGy':_0x1b8699(0xd6),'dGSgo':function(_0x3f9691,_0x3ea228,_0x52e21a){return _0x3f9691(_0x3ea228,_0x52e21a);},'vhDsO':'passed','wjUtL':function(_0x5316ae){return _0x5316ae();},'jOxFQ':function(_0x8fcde5,_0x2360af){return _0x8fcde5(_0x2360af);},'PKbVp':_0x1b8699(0xa3)};logger[_0x1b8699(0xc4)](_0xf1f408[_0x1b8699(0xc3)]),new Promise(async(_0x340b95,_0x5a8302)=>{const _0x523db8=_0x1b8699;let _0x3a0d8c=![];try{await global[_0x523db8(0xb3)][_0x523db8(0xaf)],_0x3a0d8c=!![];if(!global[_0x523db8(0xd4)]){const _0x59281a={};_0x59281a[_0x523db8(0xb9)]=_0x5099a6[_0x523db8(0xac)][_0x523db8(0xb9)];const _0xe6b9c8={};_0xe6b9c8[_0x523db8(0xb4)]=_0xf1f408['hZGqH'],_0xe6b9c8[_0x523db8(0xbc)]=_0x59281a;const _0x453f83=_0xe6b9c8;await global['__driver'][_0x523db8(0xa5)](_0x523db8(0xcc)+JSON[_0x523db8(0xc7)](_0x453f83));}_0xf1f408[_0x523db8(0xbf)](_0x5099a6[_0x523db8(0xab)][_0x523db8(0xd1)][_0x523db8(0xb2)](),_0xf1f408[_0x523db8(0xd0)])?await _0xf1f408[_0x523db8(0xb0)](markSessionStatus,global[_0x523db8(0xb3)],_0xf1f408['ZMRcs'],global[_0x523db8(0xb5)]['join'](_0xf1f408['YtfGy'])):await _0xf1f408['dGSgo'](markSessionStatus,global[_0x523db8(0xb3)],_0xf1f408[_0x523db8(0xd9)]);}catch(_0x1bbfd2){logger[_0x523db8(0xc4)](_0x523db8(0xa8)+_0x1bbfd2);}if(_0x3a0d8c)try{await global[_0x523db8(0xb3)]['initQuit'](),_0xf1f408[_0x523db8(0xd2)](_0x340b95);}catch(_0x3216f3){logger[_0x523db8(0xc4)](_0x523db8(0xbe)+_0x3216f3),_0xf1f408[_0x523db8(0xd5)](_0x5a8302,_0x3216f3);}else _0xf1f408[_0x523db8(0xd2)](_0x5a8302);})['then'](()=>_0x217d9b());});
@@ -1 +1 @@
1
- function a11_0x527c(_0x5847a8,_0x26297a){const _0x1a3af7=a11_0x1a3a();return a11_0x527c=function(_0x527c70,_0xd13a8f){_0x527c70=_0x527c70-0x1e2;let _0x372da4=_0x1a3af7[_0x527c70];return _0x372da4;},a11_0x527c(_0x5847a8,_0x26297a);}const a11_0x386939=a11_0x527c;(function(_0x2cf21e,_0x49b6bb){const _0x2ce005=a11_0x527c,_0x1b28f7=_0x2cf21e();while(!![]){try{const _0x276519=parseInt(_0x2ce005(0x1e2))/0x1*(parseInt(_0x2ce005(0x1e9))/0x2)+parseInt(_0x2ce005(0x1e4))/0x3+-parseInt(_0x2ce005(0x1f3))/0x4*(parseInt(_0x2ce005(0x1e6))/0x5)+parseInt(_0x2ce005(0x1f0))/0x6*(parseInt(_0x2ce005(0x1f2))/0x7)+-parseInt(_0x2ce005(0x1ea))/0x8*(-parseInt(_0x2ce005(0x1ef))/0x9)+parseInt(_0x2ce005(0x1f5))/0xa*(-parseInt(_0x2ce005(0x1f7))/0xb)+parseInt(_0x2ce005(0x1eb))/0xc*(-parseInt(_0x2ce005(0x1f6))/0xd);if(_0x276519===_0x49b6bb)break;else _0x1b28f7['push'](_0x1b28f7['shift']());}catch(_0x2a63c1){_0x1b28f7['push'](_0x1b28f7['shift']());}}}(a11_0x1a3a,0x1a863));const {requireModule}=require(a11_0x386939(0x1f1)),constants=require(a11_0x386939(0x1e5));let cucumberModule=null;try{cucumberModule=requireModule(a11_0x386939(0x1e3),a11_0x386939(0x1ed));}catch(a11_0x3eb48b){cucumberModule=requireModule(a11_0x386939(0x1ec),a11_0x386939(0x1e7));}function a11_0x1a3a(){const _0x4a507a=['196759YdidFG','@cucumber/cucumber/lib/index.js','608784HVnHvB','../utils/constants','5xiVfCL','cucumber','BSTACK_DELTA','2zuZZSr','30040tKESNa','12132iioCCv','cucumber/lib/index.js','@cucumber/cucumber','__timeout','333AFXATB','6poICHM','../../helpers/helper','950033wmtboR','391040WGTwpT','setDefaultTimeout','250GSkMjo','4004FsUOlw','68882kMUTES'];a11_0x1a3a=function(){return _0x4a507a;};return a11_0x1a3a();}const userValue=global[a11_0x386939(0x1ee)]||0x0;(userValue===0x0||userValue<constants[a11_0x386939(0x1e8)])&&cucumberModule[a11_0x386939(0x1f4)](constants[a11_0x386939(0x1e8)]);
1
+ function a11_0x2f70(){const _0x359fdb=['@cucumber/cucumber/lib/index.js','cucumber','142383cZEBUP','BSTACK_DELTA','39837906dQagsi','8412294SzwdiI','50zGppgg','8dCbmcG','8653421bynKBI','2886180kljQDg','../../helpers/helper','../utils/constants','259755UDlPro','591658fxhynC','setDefaultTimeout','cucumber/lib/index.js','__timeout'];a11_0x2f70=function(){return _0x359fdb;};return a11_0x2f70();}const a11_0x591b05=a11_0x1d08;(function(_0x396db4,_0x50b1a2){const _0x2ea2be=a11_0x1d08,_0x550837=_0x396db4();while(!![]){try{const _0x1e4e93=parseInt(_0x2ea2be(0x1bb))/0x1+-parseInt(_0x2ea2be(0x1b4))/0x2*(-parseInt(_0x2ea2be(0x1b0))/0x3)+parseInt(_0x2ea2be(0x1b7))/0x4+parseInt(_0x2ea2be(0x1ba))/0x5+parseInt(_0x2ea2be(0x1b3))/0x6+-parseInt(_0x2ea2be(0x1b6))/0x7*(-parseInt(_0x2ea2be(0x1b5))/0x8)+-parseInt(_0x2ea2be(0x1b2))/0x9;if(_0x1e4e93===_0x50b1a2)break;else _0x550837['push'](_0x550837['shift']());}catch(_0xccdce3){_0x550837['push'](_0x550837['shift']());}}}(a11_0x2f70,0xba669));const {requireModule}=require(a11_0x591b05(0x1b8)),constants=require(a11_0x591b05(0x1b9));function a11_0x1d08(_0x4e0aac,_0x1b6c4f){const _0x2f70ca=a11_0x2f70();return a11_0x1d08=function(_0x1d08ad,_0x429d44){_0x1d08ad=_0x1d08ad-0x1ae;let _0x264fbc=_0x2f70ca[_0x1d08ad];return _0x264fbc;},a11_0x1d08(_0x4e0aac,_0x1b6c4f);}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x591b05(0x1ae),'@cucumber/cucumber');}catch(a11_0x513290){cucumberModule=requireModule(a11_0x591b05(0x1bd),a11_0x591b05(0x1af));}const userValue=global[a11_0x591b05(0x1be)]||0x0;(userValue===0x0||userValue<constants[a11_0x591b05(0x1b1)])&&cucumberModule[a11_0x591b05(0x1bc)](constants[a11_0x591b05(0x1b1)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0xaef971=a12_0x317c;(function(_0x69a076,_0x20d060){const _0x461a2b=a12_0x317c,_0x28bc91=_0x69a076();while(!![]){try{const _0x4ec21b=-parseInt(_0x461a2b(0x1c2))/0x1*(-parseInt(_0x461a2b(0x1a9))/0x2)+-parseInt(_0x461a2b(0x1c6))/0x3*(-parseInt(_0x461a2b(0x1d1))/0x4)+parseInt(_0x461a2b(0x194))/0x5+-parseInt(_0x461a2b(0x1aa))/0x6+-parseInt(_0x461a2b(0x1c3))/0x7*(-parseInt(_0x461a2b(0x1b0))/0x8)+parseInt(_0x461a2b(0x1b5))/0x9+-parseInt(_0x461a2b(0x18e))/0xa;if(_0x4ec21b===_0x20d060)break;else _0x28bc91['push'](_0x28bc91['shift']());}catch(_0xd48c56){_0x28bc91['push'](_0x28bc91['shift']());}}}(a12_0x212d,0x81cbd));function a12_0x317c(_0x19e9ff,_0x3f68aa){const _0x212d11=a12_0x212d();return a12_0x317c=function(_0x317c6a,_0x315438){_0x317c6a=_0x317c6a-0x18e;let _0x36fb02=_0x212d11[_0x317c6a];return _0x36fb02;},a12_0x317c(_0x19e9ff,_0x3f68aa);}const {default:BrowserStackSetup}=require(a12_0xaef971(0x1ae)),logger=require(a12_0xaef971(0x19c))['winstonLogger'],{URL}=require('url'),helper=require(a12_0xaef971(0x1a2)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0xaef971(0x1b3)),validHosts=function(_0x1a85d5){return _0x1a85d5['split'](',')['every'](_0x29d5c3=>{try{new URL(_0x29d5c3['trim']());}catch(_0xa780e1){return![];}return!![];});},parseOnPremHosts=function(_0x46fd8c){const _0x594ef8=a12_0xaef971,_0x2073dc={};_0x2073dc[_0x594ef8(0x1be)]=function(_0x46ccdb,_0x31dcbb){return _0x46ccdb===_0x31dcbb;},_0x2073dc[_0x594ef8(0x1cc)]='https:',_0x2073dc[_0x594ef8(0x198)]=_0x594ef8(0x1c7),_0x2073dc['ciEHR']=function(_0x2e2286,_0x181523){return _0x2e2286===_0x181523;},_0x2073dc[_0x594ef8(0x1bc)]=_0x594ef8(0x1ac);const _0x4e9b31=_0x2073dc;return _0x46fd8c['split'](',')[_0x594ef8(0x1a0)](_0x4d0ecd=>{const _0x307926=_0x594ef8,_0xeeccc=new URL(_0x4d0ecd[_0x307926(0x1a8)]()),_0x312161=_0xeeccc['hostname'],_0x4dc8fb=_0xeeccc[_0x307926(0x19e)]||(_0x4e9b31[_0x307926(0x1be)](_0xeeccc[_0x307926(0x19f)],_0x4e9b31[_0x307926(0x1cc)])?_0x4e9b31['DfrAQ']:'80'),_0x6fef95=_0xeeccc['protocol']['replace'](':',''),_0xeafa76=_0x4e9b31['ciEHR'](_0x6fef95,_0x4e9b31['fZbzp'])?0x1:0x0;return _0x312161+','+_0x4dc8fb+','+_0xeafa76;});},connectCommandBuilder=function(_0xd0c1c4){const _0x87cb15=a12_0xaef971,_0x463d37={};_0x463d37['MHNYa']=_0x87cb15(0x1b6);const _0x1626f0=_0x463d37,_0x3520fd={};_0x3520fd[_0x87cb15(0x1a1)]=HELP_MESSAGES[_0x87cb15(0x1c5)][_0x87cb15(0x1a4)],_0x3520fd[_0x87cb15(0x190)]=_0x1626f0['MHNYa'];const _0x4fef9f={};_0x4fef9f[_0x87cb15(0x1a1)]=HELP_MESSAGES[_0x87cb15(0x1c5)][_0x87cb15(0x1b9)],_0x4fef9f[_0x87cb15(0x190)]=_0x1626f0[_0x87cb15(0x192)],_0x4fef9f[_0x87cb15(0x19a)]=!![];const _0x156688={};return _0x156688[_0x87cb15(0x1a6)]=_0x3520fd,_0x156688[_0x87cb15(0x1b9)]=_0x4fef9f,_0xd0c1c4[_0x87cb15(0x1c5)](_0x156688);},connectCommandHandler=async function(_0x29f1d3){const _0x46abb5=a12_0xaef971,_0x3b4a1f={'UGOCJ':_0x46abb5(0x1ba),'wVcHH':function(_0x1b668d,_0x5d64de){return _0x1b668d===_0x5d64de;},'xNpCL':_0x46abb5(0x1c4),'JpDft':_0x46abb5(0x193),'mbyWd':_0x46abb5(0x199),'aXPmp':function(_0xfafe33,_0x282d04){return _0xfafe33(_0x282d04);},'PqfZi':_0x46abb5(0x1c1),'pcasf':_0x46abb5(0x1b8),'YYCdZ':'Connection\x20established\x20successfully.','iZSqU':_0x46abb5(0x1b7)};try{const _0x118e33=new BrowserStackSetup(_0x29f1d3,_0x3b4a1f[_0x46abb5(0x1b1)]);_0x29f1d3[_0x46abb5(0x1bb)]&&(_0x118e33['config'][_0x46abb5(0x1cb)]=_0x29f1d3[_0x46abb5(0x1bb)]);if(_0x3b4a1f[_0x46abb5(0x197)](typeof _0x118e33[_0x46abb5(0x195)]['accessKey'],_0x3b4a1f[_0x46abb5(0x1ce)])){logger['error'](_0x3b4a1f['JpDft']);throw new Error(ERROR_MESSAGES[_0x46abb5(0x1a4)][_0x46abb5(0x1ca)]);}const _0x556f58=_0x29f1d3[_0x46abb5(0x1b9)];if(_0x3b4a1f['wVcHH'](typeof _0x556f58,_0x3b4a1f['xNpCL'])){logger[_0x46abb5(0x196)](_0x3b4a1f[_0x46abb5(0x1cd)]);throw new Error(ERROR_MESSAGES['hosts']['missing']);}if(!_0x3b4a1f[_0x46abb5(0x1a3)](validHosts,_0x556f58)){logger[_0x46abb5(0x196)](_0x3b4a1f[_0x46abb5(0x191)]);throw new Error(ERROR_MESSAGES[_0x46abb5(0x1b9)]['invalid']);}const _0xf6a44e=_0x3b4a1f[_0x46abb5(0x1a3)](parseOnPremHosts,_0x556f58);_0x118e33[_0x46abb5(0x195)][_0x46abb5(0x1b4)]=!![],_0x118e33[_0x46abb5(0x195)][_0x46abb5(0x1d0)][_0x46abb5(0x1cf)]=_0x3b4a1f[_0x46abb5(0x1c9)],_0x118e33[_0x46abb5(0x195)][_0x46abb5(0x1d0)][_0x46abb5(0x1ab)]=_0xf6a44e[_0x46abb5(0x1c0)](','),helper[_0x46abb5(0x1bd)](_0x118e33['config']),await _0x118e33[_0x46abb5(0x19b)](),logger['info'](_0x3b4a1f['YYCdZ']);}catch(_0x473d10){logger['error'](_0x3b4a1f['iZSqU']);throw new Error(_0x473d10[_0x46abb5(0x1a5)]());}};function run(_0x16aaea){const _0x4c7903=a12_0xaef971,_0x28ddfd={};_0x28ddfd[_0x4c7903(0x1c8)]=_0x4c7903(0x1a7),_0x28ddfd[_0x4c7903(0x18f)]=_0x4c7903(0x19d);const _0x164530=_0x28ddfd;_0x16aaea['usage'](HELP_MESSAGES[_0x4c7903(0x1b2)][_0x4c7903(0x1bf)])[_0x4c7903(0x1b2)](_0x164530[_0x4c7903(0x1c8)],HELP_MESSAGES[_0x4c7903(0x1b2)][_0x4c7903(0x1a7)],connectCommandBuilder,connectCommandHandler)[_0x4c7903(0x1ad)]()['help'](_0x164530[_0x4c7903(0x18f)])[_0x4c7903(0x1af)](HELP_MESSAGES[_0x4c7903(0x1b2)]['footer']);}function a12_0x212d(){const _0x7ef81e=['Integration\x20hosts\x20missing.','demandOption','setupBrowserstackLocal','../../helpers/logger','help','port','protocol','map','describe','../../helpers/helper','aXPmp','bstackAccessKey','toString','bstack-accesskey','connect','trim','4UWXhIk','4867842PfMxzp','only','https','demandCommand','../../helpers/BrowserStackSetup','epilogue','1014216OLoWSD','UGOCJ','command','./constants','browserstackLocal','445167RVUrdl','string','Failed\x20to\x20establish\x20connection.','integrations-repeater','hosts','integrations','bstackAccesskey','fZbzp','setProxySettings','cDepR','root','join','Hosts\x20not\x20valid','27176uXNccv','49vjCnbE','undefined','options','818166PlqhGh','443','hsHhX','pcasf','missing','accessKey','bxVNI','mbyWd','xNpCL','localIdentifier','browserStackLocalOptions','4CxrRnO','3647080wpPxer','VZsJb','type','PqfZi','MHNYa','BrowserStack\x20access\x20key\x20missing.','2218420JEMrrc','config','error','wVcHH','DfrAQ'];a12_0x212d=function(){return _0x7ef81e;};return a12_0x212d();}module['exports']=run;
2
+ 'use strict';const a12_0x2970fb=a12_0x45a6;(function(_0x2b95d1,_0x24e539){const _0x527b20=a12_0x45a6,_0x5ad366=_0x2b95d1();while(!![]){try{const _0x46d3d2=-parseInt(_0x527b20(0x11e))/0x1*(parseInt(_0x527b20(0x127))/0x2)+-parseInt(_0x527b20(0x150))/0x3+-parseInt(_0x527b20(0x157))/0x4*(-parseInt(_0x527b20(0x11a))/0x5)+parseInt(_0x527b20(0x154))/0x6*(-parseInt(_0x527b20(0x130))/0x7)+parseInt(_0x527b20(0x123))/0x8*(parseInt(_0x527b20(0x128))/0x9)+-parseInt(_0x527b20(0x159))/0xa+parseInt(_0x527b20(0x13f))/0xb;if(_0x46d3d2===_0x24e539)break;else _0x5ad366['push'](_0x5ad366['shift']());}catch(_0x35230b){_0x5ad366['push'](_0x5ad366['shift']());}}}(a12_0xbc6f,0x38bda));const {default:BrowserStackSetup}=require(a12_0x2970fb(0x13c)),logger=require(a12_0x2970fb(0x153))[a12_0x2970fb(0x121)],{URL}=require(a12_0x2970fb(0x13a)),helper=require(a12_0x2970fb(0x132)),{HELP_MESSAGES,ERROR_MESSAGES}=require('./constants'),validHosts=function(_0x4d2976){return _0x4d2976['split'](',')['every'](_0x1c454b=>{try{new URL(_0x1c454b['trim']());}catch(_0x188cc0){return![];}return!![];});},parseOnPremHosts=function(_0x547de4){const _0x1d9680=a12_0x2970fb,_0x2a23b5={};_0x2a23b5[_0x1d9680(0x125)]=function(_0x40549f,_0x17bfb4){return _0x40549f===_0x17bfb4;},_0x2a23b5[_0x1d9680(0x13b)]='https:',_0x2a23b5[_0x1d9680(0x14c)]=_0x1d9680(0x151),_0x2a23b5[_0x1d9680(0x12c)]=function(_0x4f488a,_0x39b376){return _0x4f488a===_0x39b376;},_0x2a23b5['pgeXv']=_0x1d9680(0x14d);const _0x44de08=_0x2a23b5;return _0x547de4[_0x1d9680(0x144)](',')['map'](_0x306899=>{const _0x21d95e=_0x1d9680,_0x352129=new URL(_0x306899[_0x21d95e(0x13e)]()),_0x54aafe=_0x352129[_0x21d95e(0x118)],_0x1da043=_0x352129[_0x21d95e(0x13d)]||(_0x44de08[_0x21d95e(0x125)](_0x352129[_0x21d95e(0x119)],_0x44de08[_0x21d95e(0x13b)])?_0x44de08[_0x21d95e(0x14c)]:'80'),_0x169aca=_0x352129[_0x21d95e(0x119)]['replace'](':',''),_0x4f5942=_0x44de08[_0x21d95e(0x12c)](_0x169aca,_0x44de08['pgeXv'])?0x1:0x0;return _0x54aafe+','+_0x1da043+','+_0x4f5942;});},connectCommandBuilder=function(_0x282810){const _0x21e1f6=a12_0x2970fb,_0xf7b913={};_0xf7b913[_0x21e1f6(0x126)]=_0x21e1f6(0x156);const _0x58f745=_0xf7b913,_0x168104={};_0x168104[_0x21e1f6(0x129)]=HELP_MESSAGES['options'][_0x21e1f6(0x12e)],_0x168104['type']=_0x58f745[_0x21e1f6(0x126)];const _0x5bbc6b={};_0x5bbc6b[_0x21e1f6(0x129)]=HELP_MESSAGES[_0x21e1f6(0x117)][_0x21e1f6(0x137)],_0x5bbc6b[_0x21e1f6(0x142)]=_0x58f745['HwEVH'],_0x5bbc6b[_0x21e1f6(0x11b)]=!![];const _0x4bd028={};return _0x4bd028['bstack-accesskey']=_0x168104,_0x4bd028['hosts']=_0x5bbc6b,_0x282810[_0x21e1f6(0x117)](_0x4bd028);},connectCommandHandler=async function(_0xb746cd){const _0xf95e53=a12_0x2970fb,_0x765b44={'EvQXt':_0xf95e53(0x139),'vDAmt':function(_0x32f0aa,_0xfb2693){return _0x32f0aa===_0xfb2693;},'hvRdb':_0xf95e53(0x12f),'uVuVo':_0xf95e53(0x134),'eCwhu':_0xf95e53(0x116),'icIyn':function(_0x634438,_0x5aba45){return _0x634438(_0x5aba45);},'libYp':'Hosts\x20not\x20valid','mXVjM':_0xf95e53(0x140),'cnMky':_0xf95e53(0x14f),'JPeak':'Failed\x20to\x20establish\x20connection.'};try{const _0x59e583=new BrowserStackSetup(_0xb746cd,_0x765b44['EvQXt']);_0xb746cd[_0xf95e53(0x12d)]&&(_0x59e583[_0xf95e53(0x135)][_0xf95e53(0x133)]=_0xb746cd['bstackAccesskey']);if(_0x765b44[_0xf95e53(0x14a)](typeof _0x59e583[_0xf95e53(0x135)][_0xf95e53(0x133)],_0x765b44[_0xf95e53(0x120)])){logger['error'](_0x765b44[_0xf95e53(0x122)]);throw new Error(ERROR_MESSAGES[_0xf95e53(0x12e)][_0xf95e53(0x14e)]);}const _0x5e8e88=_0xb746cd[_0xf95e53(0x137)];if(_0x765b44['vDAmt'](typeof _0x5e8e88,_0x765b44[_0xf95e53(0x120)])){logger[_0xf95e53(0x12b)](_0x765b44[_0xf95e53(0x147)]);throw new Error(ERROR_MESSAGES['hosts'][_0xf95e53(0x14e)]);}if(!_0x765b44[_0xf95e53(0x145)](validHosts,_0x5e8e88)){logger[_0xf95e53(0x12b)](_0x765b44[_0xf95e53(0x11d)]);throw new Error(ERROR_MESSAGES[_0xf95e53(0x137)][_0xf95e53(0x138)]);}const _0x433bc8=_0x765b44[_0xf95e53(0x145)](parseOnPremHosts,_0x5e8e88);_0x59e583[_0xf95e53(0x135)][_0xf95e53(0x131)]=!![],_0x59e583['config']['browserStackLocalOptions']['localIdentifier']=_0x765b44['mXVjM'],_0x59e583[_0xf95e53(0x135)]['browserStackLocalOptions'][_0xf95e53(0x146)]=_0x433bc8[_0xf95e53(0x11f)](','),helper[_0xf95e53(0x141)](_0x59e583['config']),await _0x59e583[_0xf95e53(0x12a)](),logger['info'](_0x765b44[_0xf95e53(0x152)]);}catch(_0x4b3977){logger[_0xf95e53(0x12b)](_0x765b44[_0xf95e53(0x11c)]);throw new Error(_0x4b3977[_0xf95e53(0x14b)]());}};function run(_0x2d19bb){const _0x1e55d4=a12_0x2970fb,_0x22c505={};_0x22c505[_0x1e55d4(0x124)]=_0x1e55d4(0x149),_0x22c505[_0x1e55d4(0x15a)]=_0x1e55d4(0x155);const _0x6d80ff=_0x22c505;_0x2d19bb[_0x1e55d4(0x136)](HELP_MESSAGES['command'][_0x1e55d4(0x143)])[_0x1e55d4(0x158)](_0x6d80ff[_0x1e55d4(0x124)],HELP_MESSAGES[_0x1e55d4(0x158)][_0x1e55d4(0x149)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x1e55d4(0x155)](_0x6d80ff[_0x1e55d4(0x15a)])['epilogue'](HELP_MESSAGES[_0x1e55d4(0x158)][_0x1e55d4(0x148)]);}function a12_0xbc6f(){const _0x467b14=['HwEVH','4dyrzvi','2601slVbxr','describe','setupBrowserstackLocal','error','HWCLB','bstackAccesskey','bstackAccessKey','undefined','49YzjEcK','browserstackLocal','../../helpers/helper','accessKey','BrowserStack\x20access\x20key\x20missing.','config','usage','hosts','invalid','integrations','url','jeDjo','../../helpers/BrowserStackSetup','port','trim','6253841jqCgVJ','integrations-repeater','setProxySettings','type','root','split','icIyn','only','eCwhu','footer','connect','vDAmt','toString','gjzgT','https','missing','Connection\x20established\x20successfully.','1315839AiqrEb','443','cnMky','../../helpers/logger','211908cnlAxv','help','string','7676MZyXpa','command','586310VYaIcO','GtxIT','Integration\x20hosts\x20missing.','options','hostname','protocol','1010lXmjNJ','demandOption','JPeak','libYp','112903MpBAoR','join','hvRdb','winstonLogger','uVuVo','6824THpSIk','kbXfu','ZBfeZ'];a12_0xbc6f=function(){return _0x467b14;};return a12_0xbc6f();}function a12_0x45a6(_0x464bbd,_0xb36c6b){const _0xbc6f17=a12_0xbc6f();return a12_0x45a6=function(_0x45a642,_0x5602bb){_0x45a642=_0x45a642-0x116;let _0x1785db=_0xbc6f17[_0x45a642];return _0x1785db;},a12_0x45a6(_0x464bbd,_0xb36c6b);}module['exports']=run;
@@ -1 +1 @@
1
- var a13_0x339ef7=a13_0xc32e;(function(_0x5762d4,_0x4fc017){var _0x1107a7=a13_0xc32e,_0x57ea24=_0x5762d4();while(!![]){try{var _0x1436b6=-parseInt(_0x1107a7(0x81))/0x1+-parseInt(_0x1107a7(0x70))/0x2*(parseInt(_0x1107a7(0x69))/0x3)+-parseInt(_0x1107a7(0x7d))/0x4*(parseInt(_0x1107a7(0x6f))/0x5)+parseInt(_0x1107a7(0x77))/0x6*(parseInt(_0x1107a7(0x6e))/0x7)+parseInt(_0x1107a7(0x79))/0x8+-parseInt(_0x1107a7(0x7b))/0x9*(parseInt(_0x1107a7(0x6d))/0xa)+parseInt(_0x1107a7(0x75))/0xb;if(_0x1436b6===_0x4fc017)break;else _0x57ea24['push'](_0x57ea24['shift']());}catch(_0x1eeea3){_0x57ea24['push'](_0x57ea24['shift']());}}}(a13_0x1f57,0x43135));var a13_0x1365e5={};a13_0x1365e5[a13_0x339ef7(0x76)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x1365e5[a13_0x339ef7(0x7f)]=a13_0x339ef7(0x7c);var a13_0x56b233={};a13_0x56b233['root']='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x56b233['connect']=a13_0x339ef7(0x6b),a13_0x56b233[a13_0x339ef7(0x73)]=a13_0x339ef7(0x7a);var a13_0x31ece8={};a13_0x31ece8[a13_0x339ef7(0x6a)]=a13_0x1365e5,a13_0x31ece8['command']=a13_0x56b233,exports[a13_0x339ef7(0x6c)]=a13_0x31ece8;function a13_0x1f57(){var _0x2b859c=['BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','8416573uSdIYD','bstackAccessKey','12qUXXTv','ERROR_MESSAGES','2753520KSjIBr','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','9dkpbYl','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.','1124PkmTus','invalid','hosts','missing','228984qeJdHU','3711lDVRYt','options','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','HELP_MESSAGES','3838510njcMBt','1627136NTHNNg','3920tdJqoa','754zhjTiV','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','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.','footer'];a13_0x1f57=function(){return _0x2b859c;};return a13_0x1f57();}var a13_0x45e880={};a13_0x45e880[a13_0x339ef7(0x80)]=a13_0x339ef7(0x74);var a13_0x5ee2ef={};a13_0x5ee2ef['missing']=a13_0x339ef7(0x71),a13_0x5ee2ef[a13_0x339ef7(0x7e)]=a13_0x339ef7(0x72);function a13_0xc32e(_0x3ec607,_0x52ded6){var _0x1f57f0=a13_0x1f57();return a13_0xc32e=function(_0xc32ed5,_0x20691b){_0xc32ed5=_0xc32ed5-0x69;var _0x48d952=_0x1f57f0[_0xc32ed5];return _0x48d952;},a13_0xc32e(_0x3ec607,_0x52ded6);}var a13_0x3bd5bd={};a13_0x3bd5bd[a13_0x339ef7(0x76)]=a13_0x45e880,a13_0x3bd5bd[a13_0x339ef7(0x7f)]=a13_0x5ee2ef,exports[a13_0x339ef7(0x78)]=a13_0x3bd5bd;
1
+ var a13_0xf01d42=a13_0x145d;(function(_0x46b85d,_0x1fa3e3){var _0x513938=a13_0x145d,_0x344571=_0x46b85d();while(!![]){try{var _0x2d8468=-parseInt(_0x513938(0x7c))/0x1*(parseInt(_0x513938(0x88))/0x2)+parseInt(_0x513938(0x84))/0x3+parseInt(_0x513938(0x7b))/0x4+parseInt(_0x513938(0x8d))/0x5*(-parseInt(_0x513938(0x82))/0x6)+-parseInt(_0x513938(0x85))/0x7+parseInt(_0x513938(0x7e))/0x8+parseInt(_0x513938(0x83))/0x9;if(_0x2d8468===_0x1fa3e3)break;else _0x344571['push'](_0x344571['shift']());}catch(_0x99cf3){_0x344571['push'](_0x344571['shift']());}}}(a13_0x23c0,0x85ce7));var a13_0x26ca3b={};a13_0x26ca3b[a13_0xf01d42(0x8f)]=a13_0xf01d42(0x89),a13_0x26ca3b[a13_0xf01d42(0x7d)]=a13_0xf01d42(0x79);var a13_0x2f4653={};function a13_0x145d(_0x354cb0,_0x1ff24f){var _0x23c0fb=a13_0x23c0();return a13_0x145d=function(_0x145dbf,_0x4a9883){_0x145dbf=_0x145dbf-0x79;var _0x59c5ea=_0x23c0fb[_0x145dbf];return _0x59c5ea;},a13_0x145d(_0x354cb0,_0x1ff24f);}a13_0x2f4653[a13_0xf01d42(0x7f)]=a13_0xf01d42(0x80),a13_0x2f4653[a13_0xf01d42(0x8c)]=a13_0xf01d42(0x86),a13_0x2f4653[a13_0xf01d42(0x81)]=a13_0xf01d42(0x8a);var a13_0x19e75b={};a13_0x19e75b[a13_0xf01d42(0x8e)]=a13_0x26ca3b,a13_0x19e75b['command']=a13_0x2f4653,exports[a13_0xf01d42(0x87)]=a13_0x19e75b;var a13_0x5595c7={};a13_0x5595c7[a13_0xf01d42(0x90)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x43e368={};a13_0x43e368[a13_0xf01d42(0x90)]=a13_0xf01d42(0x7a),a13_0x43e368[a13_0xf01d42(0x8b)]='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.';function a13_0x23c0(){var _0x553802=['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.','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','1214352NzCJJF','71958UrqXqX','hosts','7693008qttQfi','root','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','footer','42WyLKOk','7042275rDRhZd','1504662TERplC','6105876PXYnfw','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','HELP_MESSAGES','14OZWoeC','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','invalid','connect','446570bKyzDD','options','bstackAccessKey','missing'];a13_0x23c0=function(){return _0x553802;};return a13_0x23c0();}var a13_0xec7fc8={};a13_0xec7fc8[a13_0xf01d42(0x8f)]=a13_0x5595c7,a13_0xec7fc8[a13_0xf01d42(0x7d)]=a13_0x43e368,exports['ERROR_MESSAGES']=a13_0xec7fc8;
@@ -1 +1 @@
1
- 'use strict';const a14_0x515fa0=a14_0x17cb;function a14_0x21e3(){const _0x21287a=['NySAp','testObservability','javascript','lFBcC','delete','suiteStarted','WKnfg','wzYTJ','reverse','TestRunSkipped','failure_backtrace','VEMVU','FPeeJ','TNHTR','pending','TestRunStarted','UnhandledError','Spec\x20failed','failedExpectations','status','shouldProcessEventForTesthub','split','exports','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','config','1383310dJclRo','setCurrentTestData','28rnlisa','QlMLI','3AgLSeF','description','ylFdl','AssertionError','specDone','excluded','path','_findGitConfig','vRCif','42124308JtBwWX','dBloe','20TKYnxT','GFtsN','../../../helpers/test-observability/constants','startsWith','fullName','failure_reason_expanded','iRGxS','mfTQb','WanUz','naphb','trim','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','get','DqFvm','sStTx','match','zKemM','fNtkj','bgakW','join','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','qThYU','ZfvUY','set','finished_at','NNmtz','AcOok','push','jQLJg','103420INcPCs','IDdZS','backtrace','QFdaI','stnXk','_sendSpecEvent','.git','uuid','EbdPh','_suitesById','toISOString','jasmineStarted','actual','keys','_resolveFilePath','nbwFA','87004FgBZiM','appendTesthubParams','duration','1421272YdQePl','AOArL','expanded','zTDVP','_scopes','expected','DNqoY','cNMCd','fvMxV','nkDLW','statSync','EQmnN','lLTkL','\x20:\x20','../../../helpers/testhub/utils','fileNameByFullName','8064280FCGbww','WzBhg','passed','745992wGakZg','ViZnz','../testRunMap','matcherName','_fileNameByFullName','jpsDE','isArray','stack','failed','jeXRm','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','../../../helpers/test-observability/utils','suiteDone','add','wecZE','tBIAz','TestRunFinished','failure','endsWith','MOaTb','_collapseFailedExpectations','message','has','dirname','filename','skipped','UISoR','bAAdE','parentSuiteId','prefixTestPath','efGQm','GAtQl','11TLHIOr','../../../helpers/test-observability/sessionHandler','27ZkcaEr','Exception\x20in\x20jasmine\x20specDone\x20for\x20','specStarted','JASMINE','xXArE','cwd','jasmineDone','length'];a14_0x21e3=function(){return _0x21287a;};return a14_0x21e3();}(function(_0x3a4154,_0x9cd982){const _0x206c0f=a14_0x17cb,_0x19b86f=_0x3a4154();while(!![]){try{const _0x33178b=parseInt(_0x206c0f(0x1a2))/0x1*(-parseInt(_0x206c0f(0x137))/0x2)+parseInt(_0x206c0f(0x1a4))/0x3*(parseInt(_0x206c0f(0x147))/0x4)+-parseInt(_0x206c0f(0x1af))/0x5*(-parseInt(_0x206c0f(0x15d))/0x6)+-parseInt(_0x206c0f(0x15a))/0x7+parseInt(_0x206c0f(0x14a))/0x8*(-parseInt(_0x206c0f(0x17f))/0x9)+-parseInt(_0x206c0f(0x1a0))/0xa+-parseInt(_0x206c0f(0x17d))/0xb*(-parseInt(_0x206c0f(0x1ad))/0xc);if(_0x33178b===_0x9cd982)break;else _0x19b86f['push'](_0x19b86f['shift']());}catch(_0x192bd4){_0x19b86f['push'](_0x19b86f['shift']());}}}(a14_0x21e3,0xb91c2));const path=require(a14_0x515fa0(0x1aa)),fs=require('fs'),{v4:uuidv4}=require(a14_0x515fa0(0x13e)),testhubUtils=require(a14_0x515fa0(0x158)),{FRAMEWORKS}=require(a14_0x515fa0(0x1b1)),SessionHandler=require(a14_0x515fa0(0x17e)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x515fa0(0x168)),testRunMap=require(a14_0x515fa0(0x15f)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL='Jasmine',a14_0x3cc1d0={};a14_0x3cc1d0[a14_0x515fa0(0x15c)]='passed',a14_0x3cc1d0[a14_0x515fa0(0x165)]='failed',a14_0x3cc1d0[a14_0x515fa0(0x195)]=a14_0x515fa0(0x195),a14_0x3cc1d0[a14_0x515fa0(0x1a9)]=a14_0x515fa0(0x176);function a14_0x17cb(_0x45c355,_0x5a3610){const _0x21e390=a14_0x21e3();return a14_0x17cb=function(_0x17cba1,_0x5d356c){_0x17cba1=_0x17cba1-0x12f;let _0x3cd04c=_0x21e390[_0x17cba1];return _0x3cd04c;},a14_0x17cb(_0x45c355,_0x5a3610);}const STATUS_MAP=a14_0x3cc1d0;class BrowserStackJasmineReporter{constructor(_0x358572={}){const _0x44bc54=a14_0x515fa0,_0x379dcf={'VEMVU':function(_0x2eb3ba){return _0x2eb3ba();}};this[_0x44bc54(0x188)]=_0x379dcf[_0x44bc54(0x192)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x44bc54(0x184)]()},undefined),this[_0x44bc54(0x161)]=_0x358572&&_0x358572[_0x44bc54(0x159)]||{},this['_suitesById']=new Map();}[a14_0x515fa0(0x142)](){}[a14_0x515fa0(0x18c)](_0x485af0){const _0x1a2965=a14_0x515fa0,_0x4ec608={'mfTQb':function(_0x329907,_0x2c9cf4){return _0x329907!==_0x2c9cf4;},'bgakW':function(_0x1f687a,_0x3e7c03){return _0x1f687a!==_0x3e7c03;},'fvMxV':function(_0x342b4f,_0x47f49a){return _0x342b4f(_0x47f49a);}};try{_0x485af0&&_0x4ec608[_0x1a2965(0x1b6)](_0x485af0['id'],undefined)&&_0x4ec608[_0x1a2965(0x1c1)](_0x485af0['id'],null)&&this['_suitesById'][_0x1a2965(0x131)](_0x485af0['id'],{'description':_0x485af0[_0x1a2965(0x1a5)],'parentSuiteId':_0x485af0[_0x1a2965(0x179)]});}catch(_0x238580){_0x4ec608[_0x1a2965(0x152)](debug,_0x1a2965(0x167)+(_0x485af0&&_0x485af0[_0x1a2965(0x1b3)])+_0x1a2965(0x157)+_0x238580);}}[a14_0x515fa0(0x181)](_0x2d3db7){const _0x482565=a14_0x515fa0,_0x84779b={'nbwFA':function(_0x5861ca,_0x250fe9){return _0x5861ca!==_0x250fe9;},'FPeeJ':function(_0x43812a){return _0x43812a();},'TNHTR':_0x482565(0x196),'LIFQQ':function(_0x71c229,_0x397646){return _0x71c229(_0x397646);}};try{if(_0x84779b[_0x482565(0x146)](testhubUtils[_0x482565(0x19b)](),!![]))return;const _0x28c611=_0x84779b[_0x482565(0x193)](uuidv4);testRunMap['set'](_0x2d3db7['id'],_0x28c611),this[_0x482565(0x13c)](_0x2d3db7,_0x28c611,_0x84779b[_0x482565(0x194)]);}catch(_0x2af2ac){_0x84779b['LIFQQ'](debug,_0x482565(0x19e)+(_0x2d3db7&&_0x2d3db7[_0x482565(0x1b3)])+_0x482565(0x157)+_0x2af2ac);}}[a14_0x515fa0(0x1a8)](_0xec7c9b){const _0x1eadbe=a14_0x515fa0,_0x40f460={'vRCif':function(_0x56add2,_0xad1e85){return _0x56add2!==_0xad1e85;},'naphb':function(_0x5bffc9){return _0x5bffc9();},'sStTx':function(_0x51aeae,_0x96e6b8){return _0x51aeae===_0x96e6b8;},'MOaTb':_0x1eadbe(0x1a9),'xXArE':_0x1eadbe(0x190),'nkDLW':_0x1eadbe(0x16d),'iRGxS':function(_0x2227a2,_0x184d3c){return _0x2227a2(_0x184d3c);}};try{if(_0x40f460[_0x1eadbe(0x1ac)](testhubUtils[_0x1eadbe(0x19b)](),!![]))return;const _0x5baba3=testRunMap[_0x1eadbe(0x1bb)](_0xec7c9b['id'])||_0x40f460[_0x1eadbe(0x1b8)](uuidv4),_0x348780=_0x40f460[_0x1eadbe(0x1bd)](_0xec7c9b[_0x1eadbe(0x19a)],_0x40f460[_0x1eadbe(0x170)])?_0x40f460[_0x1eadbe(0x183)]:_0x40f460[_0x1eadbe(0x153)];this['_sendSpecEvent'](_0xec7c9b,_0x5baba3,_0x348780);}catch(_0x48cd7f){_0x40f460[_0x1eadbe(0x1b5)](debug,_0x1eadbe(0x180)+(_0xec7c9b&&_0xec7c9b[_0x1eadbe(0x1b3)])+_0x1eadbe(0x157)+_0x48cd7f);}finally{_0xec7c9b&&(testRunMap['remove'](_0xec7c9b['id']),_specStartTimes[_0x1eadbe(0x18b)](_0xec7c9b['id']));}}[a14_0x515fa0(0x169)](){}[a14_0x515fa0(0x185)](){}[a14_0x515fa0(0x13c)](_0x85c99c,_0x236e85,_0xe76922){const _0x5c88a8=a14_0x515fa0,_0x2b4ab7={'GFtsN':function(_0x316aad,_0x458d8f){return _0x316aad===_0x458d8f;},'EQmnN':_0x5c88a8(0x16d),'IDdZS':_0x5c88a8(0x190),'qknAs':'File\x20path\x20could\x20not\x20be\x20found','DqFvm':function(_0x543f68,_0x100665,_0x15f49e){return _0x543f68(_0x100665,_0x15f49e);},'fNtkj':'err','DNqoY':function(_0x11372c,_0x868c6a){return _0x11372c===_0x868c6a;},'ZfvUY':_0x5c88a8(0x196),'pBDLU':function(_0x17093,_0x4eb148){return _0x17093!==_0x4eb148;},'bAAdE':function(_0x3c2488,_0x2ecb71){return _0x3c2488!==_0x2ecb71;},'NNmtz':function(_0x174d5c,_0x1f6a16){return _0x174d5c===_0x1f6a16;},'jeXRm':_0x5c88a8(0x189),'ylFdl':function(_0x87f971,_0x43eb09){return _0x87f971&&_0x43eb09;},'GAtQl':function(_0x2058ab,_0x39133f){return _0x2058ab===_0x39133f;},'dBloe':_0x5c88a8(0x176),'ViZnz':_0x5c88a8(0x15c),'lFBcC':'number','efGQm':_0x5c88a8(0x1a7),'wzYTJ':_0x5c88a8(0x197),'EbdPh':'started_at','wecZE':_0x5c88a8(0x132),'QFdaI':_0x5c88a8(0x16e),'KmTyk':_0x5c88a8(0x191),'jQLJg':_0x5c88a8(0x139),'zKemM':_0x5c88a8(0x1b4),'zTDVP':_0x5c88a8(0x14c),'NySAp':function(_0x974a19,_0x23d12a){return _0x974a19(_0x23d12a);}};try{const _0x23d84a=_0x2b4ab7[_0x5c88a8(0x1b0)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x155)])||_0x2b4ab7[_0x5c88a8(0x1b0)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)]),_0x109061=this[_0x5c88a8(0x145)](_0x85c99c),_0x546f34=_0x109061?this['_paths'][_0x5c88a8(0x17a)](_0x109061):_0x2b4ab7['qknAs'],_0x3c9cd1=_0x109061?this['_findGitConfig'](path[_0x5c88a8(0x174)](_0x109061)):null,_0x2fb4f2=this[_0x5c88a8(0x171)](_0x85c99c[_0x5c88a8(0x199)]),_0x311189=_0x2fb4f2?_0x2fb4f2[_0x5c88a8(0x172)]:undefined,_0x1c4931=_0x2fb4f2?_0x2b4ab7[_0x5c88a8(0x1bc)](failureData,_0x2fb4f2,_0x2b4ab7[_0x5c88a8(0x1c0)]):[],_0x372b07=new Date()[_0x5c88a8(0x141)](),_0x13d84b=this[_0x5c88a8(0x14e)](_0x85c99c);_0x2b4ab7[_0x5c88a8(0x150)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x130)])&&_0x85c99c&&_0x2b4ab7['pBDLU'](_0x85c99c['id'],undefined)&&_0x2b4ab7[_0x5c88a8(0x178)](_0x85c99c['id'],null)&&_specStartTimes[_0x5c88a8(0x131)](_0x85c99c['id'],_0x372b07);const _0x2c63c9=_0x2b4ab7[_0x5c88a8(0x133)](_0xe76922,_0x2b4ab7['ZfvUY'])?_0x372b07:_0x85c99c&&_specStartTimes[_0x5c88a8(0x1bb)](_0x85c99c['id'])||null,_0x2c3ec4={};_0x2c3ec4['lang']=_0x2b4ab7[_0x5c88a8(0x166)],_0x2c3ec4['code']=null;const _0x3990e2={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x236e85,'name':_0x85c99c[_0x5c88a8(0x1a5)],'body':_0x2c3ec4,'scope':_0x13d84b[_0x5c88a8(0x1c2)]('\x20'),'scopes':_0x13d84b,'identifier':_0x85c99c[_0x5c88a8(0x1b3)],'file_name':_0x546f34,'vc_filepath':_0x2b4ab7[_0x5c88a8(0x1a6)](_0x3c9cd1,_0x109061)?path['relative'](_0x3c9cd1,_0x109061):null,'location':_0x546f34,'result':_0x2b4ab7[_0x5c88a8(0x17c)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)])?_0x2b4ab7[_0x5c88a8(0x1ae)]:STATUS_MAP[_0x85c99c[_0x5c88a8(0x19a)]]||_0x2b4ab7[_0x5c88a8(0x15e)],'failure_reason':_0x311189,'duration_in_ms':_0x2b4ab7[_0x5c88a8(0x1b0)](typeof _0x85c99c[_0x5c88a8(0x149)],_0x2b4ab7[_0x5c88a8(0x18a)])?_0x85c99c['duration']:null,'started_at':_0x2c63c9,'finished_at':_0x23d84a?_0x372b07:null,'failure':_0x1c4931,'failure_type':!_0x311189?null:_0x311189[_0x5c88a8(0x1be)](/AssertionError/)?_0x2b4ab7[_0x5c88a8(0x17b)]:_0x2b4ab7[_0x5c88a8(0x18e)],'retry_of':null};_0x2b4ab7[_0x5c88a8(0x1b0)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)])&&!_0x3990e2[_0x2b4ab7[_0x5c88a8(0x13f)]]&&(_0x3990e2[_0x2b4ab7[_0x5c88a8(0x13f)]]=_0x3990e2[_0x2b4ab7[_0x5c88a8(0x16b)]]);const _0xdd7494=_0x3990e2[_0x2b4ab7[_0x5c88a8(0x13a)]][0x0];_0xdd7494&&(_0x3990e2[_0x2b4ab7['KmTyk']]=_0xdd7494[_0x2b4ab7[_0x5c88a8(0x136)]],_0x3990e2[_0x2b4ab7[_0x5c88a8(0x1bf)]]=_0xdd7494[_0x2b4ab7[_0x5c88a8(0x14d)]]);testhubUtils[_0x5c88a8(0x148)](_0x3990e2,_0xe76922,_0x85c99c,FRAMEWORKS[_0x5c88a8(0x182)]);const _0x21f009={'event_type':_0x2b4ab7[_0x5c88a8(0x150)](_0xe76922,_0x2b4ab7[_0x5c88a8(0x138)])?_0x2b4ab7[_0x5c88a8(0x155)]:_0xe76922,'test_run':_0x3990e2};return testhubUtils[_0x5c88a8(0x1a1)](FRAMEWORKS['JASMINE'],_0x21f009),SessionHandler['uploadEventData'](_0x21f009);}catch(_0x52a184){_0x2b4ab7[_0x5c88a8(0x187)](debug,_0x5c88a8(0x1ba)+_0xe76922+_0x5c88a8(0x157)+_0x52a184);}}[a14_0x515fa0(0x14e)](_0x46d9db){const _0x454277=a14_0x515fa0,_0x5cc2e8={'cNMCd':function(_0x12438b,_0x169735){return _0x12438b!==_0x169735;},'tBIAz':function(_0x4ccda7,_0x346392){return _0x4ccda7!==_0x346392;},'UISoR':function(_0x33b941,_0x4f3a8e){return _0x33b941>_0x4f3a8e;},'AOArL':function(_0xdea3cb,_0x5d67a2){return _0xdea3cb(_0x5d67a2);},'WKnfg':function(_0x582add,_0x1834db){return _0x582add-_0x1834db;}};try{const _0x9df0b7=[];let _0x6e6646=_0x46d9db&&_0x46d9db[_0x454277(0x179)];const _0x52f110=new Set();while(_0x5cc2e8[_0x454277(0x151)](_0x6e6646,undefined)&&_0x5cc2e8[_0x454277(0x16c)](_0x6e6646,null)&&this['_suitesById']['has'](_0x6e6646)&&!_0x52f110[_0x454277(0x173)](_0x6e6646)){_0x52f110[_0x454277(0x16a)](_0x6e6646);const _0x4f2c3f=this[_0x454277(0x140)][_0x454277(0x1bb)](_0x6e6646);_0x4f2c3f&&_0x4f2c3f['description']&&_0x9df0b7[_0x454277(0x135)](_0x4f2c3f[_0x454277(0x1a5)]),_0x6e6646=_0x4f2c3f?_0x4f2c3f[_0x454277(0x179)]:null;}if(_0x5cc2e8[_0x454277(0x177)](_0x9df0b7[_0x454277(0x186)],0x0))return _0x9df0b7[_0x454277(0x18f)]();}catch(_0x449acb){_0x5cc2e8[_0x454277(0x14b)](debug,_0x454277(0x1c3)+(_0x46d9db&&_0x46d9db[_0x454277(0x1b3)])+_0x454277(0x157)+_0x449acb);}const _0x14821a=_0x46d9db&&_0x46d9db[_0x454277(0x1b3)]||'',_0x45ac55=_0x46d9db&&_0x46d9db['description']||'';let _0x1c01a7=_0x14821a;return _0x45ac55&&_0x14821a[_0x454277(0x16f)](_0x45ac55)&&(_0x1c01a7=_0x14821a['slice'](0x0,_0x5cc2e8[_0x454277(0x18d)](_0x14821a[_0x454277(0x186)],_0x45ac55['length']))[_0x454277(0x1b9)]()),_0x1c01a7?_0x1c01a7[_0x454277(0x19c)](/\s+/):[];}['_resolveFilePath'](_0xee8471){const _0x3812a7=a14_0x515fa0,_0x109b64={};_0x109b64[_0x3812a7(0x1a3)]=function(_0x3f8a8e,_0x5d3807){return _0x3f8a8e===_0x5d3807;},_0x109b64[_0x3812a7(0x1b7)]=function(_0x4f881b,_0x39dff7){return _0x4f881b+_0x39dff7;},_0x109b64[_0x3812a7(0x13b)]=function(_0x3494d0,_0x44feef){return _0x3494d0>_0x44feef;};const _0x310c42=_0x109b64;if(_0xee8471&&_0xee8471['filename'])return _0xee8471[_0x3812a7(0x175)];if(_0xee8471&&_0xee8471[_0x3812a7(0x1b3)]){if(this['_fileNameByFullName'][_0xee8471['fullName']])return this[_0x3812a7(0x161)][_0xee8471['fullName']];let _0x16b87c=null,_0x26373b=-0x1;for(const _0x25fadc of Object[_0x3812a7(0x144)](this[_0x3812a7(0x161)])){(_0x310c42[_0x3812a7(0x1a3)](_0xee8471['fullName'],_0x25fadc)||_0xee8471['fullName'][_0x3812a7(0x1b2)](_0x310c42[_0x3812a7(0x1b7)](_0x25fadc,'\x20')))&&_0x310c42['stnXk'](_0x25fadc['length'],_0x26373b)&&(_0x16b87c=this['_fileNameByFullName'][_0x25fadc],_0x26373b=_0x25fadc[_0x3812a7(0x186)]);}if(_0x16b87c)return _0x16b87c;}return null;}[a14_0x515fa0(0x171)](_0x53cb9c){const _0x5cf2f9=a14_0x515fa0,_0x2c1e8c={};_0x2c1e8c['NCKLg']=function(_0x55a96d,_0x59f5d1){return _0x55a96d===_0x59f5d1;},_0x2c1e8c[_0x5cf2f9(0x156)]=_0x5cf2f9(0x198);const _0x3ad39a=_0x2c1e8c;if(!Array[_0x5cf2f9(0x163)](_0x53cb9c)||_0x3ad39a['NCKLg'](_0x53cb9c[_0x5cf2f9(0x186)],0x0))return undefined;const _0x266452=[],_0x559d35=[];for(const _0x4466fc of _0x53cb9c){_0x4466fc&&_0x4466fc['message']&&_0x266452[_0x5cf2f9(0x135)](_0x4466fc[_0x5cf2f9(0x172)]),_0x4466fc&&_0x4466fc['stack']&&_0x559d35[_0x5cf2f9(0x135)](_0x4466fc[_0x5cf2f9(0x164)]);}const _0x21d607=_0x53cb9c[0x0]||{},_0x161384=_0x266452[_0x5cf2f9(0x1c2)]('\x0a')||_0x21d607[_0x5cf2f9(0x172)]||_0x3ad39a[_0x5cf2f9(0x156)],_0x1024b2=_0x559d35[_0x5cf2f9(0x1c2)]('\x0a\x0a')||_0x21d607[_0x5cf2f9(0x164)]||_0x161384,_0x2c71ab={};return _0x2c71ab[_0x5cf2f9(0x172)]=_0x161384,_0x2c71ab['stack']=_0x1024b2,_0x2c71ab[_0x5cf2f9(0x160)]=_0x21d607[_0x5cf2f9(0x160)],_0x2c71ab[_0x5cf2f9(0x14f)]=_0x21d607[_0x5cf2f9(0x14f)],_0x2c71ab['actual']=_0x21d607[_0x5cf2f9(0x143)],_0x2c71ab;}[a14_0x515fa0(0x1ab)](_0x876ca2){const _0x35d238=a14_0x515fa0,_0x302c3d={};_0x302c3d[_0x35d238(0x12f)]=function(_0x36d19b,_0x328627){return _0x36d19b===_0x328627;},_0x302c3d['AcOok']=function(_0x116f39,_0x4b0ad6){return _0x116f39===_0x4b0ad6;},_0x302c3d['WzBhg']=_0x35d238(0x13d),_0x302c3d[_0x35d238(0x162)]=_0x35d238(0x19f);const _0x414036=_0x302c3d,_0x198b98=path['sep'];if(_0x414036[_0x35d238(0x12f)](_0x876ca2,null)||_0x414036[_0x35d238(0x12f)](_0x876ca2,'')||_0x414036[_0x35d238(0x134)](_0x876ca2,_0x198b98)||_0x414036[_0x35d238(0x12f)](_0x876ca2,path[_0x35d238(0x174)](_0x876ca2)))return null;try{return fs[_0x35d238(0x154)](path[_0x35d238(0x1c2)](_0x876ca2,_0x414036[_0x35d238(0x15b)],_0x414036[_0x35d238(0x162)])),_0x876ca2;}catch(_0x396308){return this[_0x35d238(0x1ab)](path['dirname'](_0x876ca2));}}}module[a14_0x515fa0(0x19d)]=BrowserStackJasmineReporter;
1
+ 'use strict';const a14_0x567948=a14_0x2fe0;(function(_0x58f977,_0x1a0b68){const _0x1173bc=a14_0x2fe0,_0x59102a=_0x58f977();while(!![]){try{const _0x49b8c2=parseInt(_0x1173bc(0xe8))/0x1+parseInt(_0x1173bc(0xec))/0x2+-parseInt(_0x1173bc(0xf5))/0x3+parseInt(_0x1173bc(0xe2))/0x4*(-parseInt(_0x1173bc(0x146))/0x5)+-parseInt(_0x1173bc(0xef))/0x6+-parseInt(_0x1173bc(0xe3))/0x7+-parseInt(_0x1173bc(0x121))/0x8*(-parseInt(_0x1173bc(0x151))/0x9);if(_0x49b8c2===_0x1a0b68)break;else _0x59102a['push'](_0x59102a['shift']());}catch(_0xdeb64b){_0x59102a['push'](_0x59102a['shift']());}}}(a14_0xee97,0x7a863));function a14_0x2fe0(_0x543ed1,_0x3b108d){const _0xee9797=a14_0xee97();return a14_0x2fe0=function(_0x2fe0c7,_0x4e75c5){_0x2fe0c7=_0x2fe0c7-0xda;let _0x2bb8ee=_0xee9797[_0x2fe0c7];return _0x2bb8ee;},a14_0x2fe0(_0x543ed1,_0x3b108d);}const path=require(a14_0x567948(0x145)),fs=require('fs'),{v4:uuidv4}=require(a14_0x567948(0x130)),testhubUtils=require('../../../helpers/testhub/utils'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x567948(0xeb)),testRunMap=require(a14_0x567948(0x11e)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x567948(0xf4),a14_0x3e1cb0={};function a14_0xee97(){const _0x1dafc5=['get','KcOzx','reverse','failed','set','uyrej','OEJAU','relative','setCurrentTestData','QVmnM','eDHxx','4sPxQgW','777567ANRrba','XjqlN','cppsm','mARtk','Zquxh','760742ytLylX','emSEp','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','../../../helpers/test-observability/utils','143928JSwgHD','filename','parentSuiteId','2466294KczmRU','length','PxEJN','endsWith','has','Jasmine','1215597nQlXgu','_fileNameByFullName','dirname','keys','RUTgi','EYwIb','toISOString','_scopes','matcherName','XZzrl','GbwKK','cwd','status','mrnKg','kdyBa','AssertionError','_suitesById','_paths','_sendSpecEvent','IcuCq','code','\x20:\x20','.git','hkmYD','qDdKc','AdfTq','UKCng','failedExpectations','rLcww','failure_backtrace','VnAHB','RWqZF','testObservability','description','TestRunSkipped','UOCKi','_collapseFailedExpectations','remove','started_at','startsWith','pending','../testRunMap','shouldProcessEventForTesthub','excluded','2876984OaasKY','isArray','vsznu','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','fileNameByFullName','zijjm','javascript','mDpAO','File\x20path\x20could\x20not\x20be\x20found','prefixTestPath','YrtHU','TestRunStarted','join','backtrace','TestRunFinished','uuid','config','LewbE','fullName','TNnPs','err','trim','_findGitConfig','MpSpC','ZvkyD','uploadEventData','duration','QwQxN','jasmineStarted','jasmineDone','failure','number','stack','actual','JASMINE','ZpRhz','path','2411935ohsEge','push','_resolveFilePath','VcsBT','expected','xIHjH','NyLfL','SxvvI','appendTesthubParams','suiteStarted','statSync','27AyhARz','message','HMExN','passed'];a14_0xee97=function(){return _0x1dafc5;};return a14_0xee97();}a14_0x3e1cb0[a14_0x567948(0x154)]=a14_0x567948(0x154),a14_0x3e1cb0[a14_0x567948(0xda)]=a14_0x567948(0xda),a14_0x3e1cb0[a14_0x567948(0x11d)]='pending',a14_0x3e1cb0[a14_0x567948(0x120)]='skipped';const STATUS_MAP=a14_0x3e1cb0;class BrowserStackJasmineReporter{constructor(_0x52e632={}){const _0x5d1427=a14_0x567948,_0x55400f={'KcOzx':function(_0x5ea969){return _0x5ea969();}};this[_0x5d1427(0x115)]=_0x55400f[_0x5d1427(0x156)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x5d1427(0x100)]()},undefined),this[_0x5d1427(0xf6)]=_0x52e632&&_0x52e632[_0x5d1427(0x125)]||{},this[_0x5d1427(0x105)]=new Map();}[a14_0x567948(0x13d)](){}[a14_0x567948(0x14f)](_0x661a01){const _0x330998=a14_0x567948,_0x2ddec3={'mUpbM':function(_0x1c42eb,_0x143814){return _0x1c42eb!==_0x143814;},'AZECf':function(_0x2713c9,_0x5e85b2){return _0x2713c9!==_0x5e85b2;},'DxRlh':function(_0xecddd4,_0x2a1131){return _0xecddd4(_0x2a1131);}};try{_0x661a01&&_0x2ddec3['mUpbM'](_0x661a01['id'],undefined)&&_0x2ddec3['AZECf'](_0x661a01['id'],null)&&this['_suitesById'][_0x330998(0xdb)](_0x661a01['id'],{'description':_0x661a01[_0x330998(0x116)],'parentSuiteId':_0x661a01[_0x330998(0xee)]});}catch(_0x1bcad5){_0x2ddec3['DxRlh'](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0x661a01&&_0x661a01['fullName'])+_0x330998(0x10a)+_0x1bcad5);}}['specStarted'](_0x53de55){const _0x363e7a=a14_0x567948,_0x1e6895={'rLcww':function(_0x1bbc5e,_0x5f31f4){return _0x1bbc5e!==_0x5f31f4;},'mrnKg':function(_0x62b043){return _0x62b043();},'CuUUu':'TestRunStarted','GbwKK':function(_0x555dc6,_0x59ece1){return _0x555dc6(_0x59ece1);}};try{if(_0x1e6895[_0x363e7a(0x111)](testhubUtils[_0x363e7a(0x11f)](),!![]))return;const _0x16fd9b=_0x1e6895[_0x363e7a(0x102)](uuidv4);testRunMap[_0x363e7a(0xdb)](_0x53de55['id'],_0x16fd9b),this[_0x363e7a(0x107)](_0x53de55,_0x16fd9b,_0x1e6895['CuUUu']);}catch(_0x149421){_0x1e6895[_0x363e7a(0xff)](debug,'Exception\x20in\x20jasmine\x20specStarted\x20for\x20'+(_0x53de55&&_0x53de55[_0x363e7a(0x133)])+_0x363e7a(0x10a)+_0x149421);}}['specDone'](_0xa277a1){const _0x362167=a14_0x567948,_0x5b24cb={'TNnPs':function(_0x1902f2,_0x37776c){return _0x1902f2!==_0x37776c;},'KpePd':function(_0x5271ae){return _0x5271ae();},'VcsBT':function(_0x1665bc,_0x342a8c){return _0x1665bc===_0x342a8c;},'ydDbF':_0x362167(0x120),'XjqlN':'TestRunSkipped','zijjm':_0x362167(0x12f),'xqtyQ':function(_0x278c37,_0x546456){return _0x278c37(_0x546456);}};try{if(_0x5b24cb[_0x362167(0x134)](testhubUtils[_0x362167(0x11f)](),!![]))return;const _0x232415=testRunMap[_0x362167(0x155)](_0xa277a1['id'])||_0x5b24cb['KpePd'](uuidv4),_0x5a6a75=_0x5b24cb[_0x362167(0x149)](_0xa277a1[_0x362167(0x101)],_0x5b24cb['ydDbF'])?_0x5b24cb[_0x362167(0xe4)]:_0x5b24cb[_0x362167(0x126)];this[_0x362167(0x107)](_0xa277a1,_0x232415,_0x5a6a75);}catch(_0x585d6f){_0x5b24cb['xqtyQ'](debug,'Exception\x20in\x20jasmine\x20specDone\x20for\x20'+(_0xa277a1&&_0xa277a1[_0x362167(0x133)])+_0x362167(0x10a)+_0x585d6f);}finally{_0xa277a1&&(testRunMap[_0x362167(0x11a)](_0xa277a1['id']),_specStartTimes['delete'](_0xa277a1['id']));}}['suiteDone'](){}[a14_0x567948(0x13e)](){}[a14_0x567948(0x107)](_0x144142,_0x329426,_0x1f70e5){const _0x5af883=a14_0x567948,_0x57cb73={'NyLfL':function(_0xd23953,_0x3865b7){return _0xd23953===_0x3865b7;},'PxEJN':_0x5af883(0x12f),'uyrej':_0x5af883(0x117),'EYwIb':_0x5af883(0x129),'ddYfx':function(_0x3d50e4,_0x557a1a,_0x31c6ff){return _0x3d50e4(_0x557a1a,_0x31c6ff);},'HMExN':_0x5af883(0x135),'YrtHU':_0x5af883(0x12c),'vWZXR':function(_0xadf1ca,_0x48c979){return _0xadf1ca!==_0x48c979;},'LewbE':function(_0x42e031,_0x51a85e){return _0x42e031===_0x51a85e;},'eDHxx':_0x5af883(0x127),'vsznu':function(_0x3e9320,_0x455b36){return _0x3e9320&&_0x455b36;},'lDdhD':'skipped','QwQxN':_0x5af883(0x154),'cppsm':_0x5af883(0x140),'ZvkyD':_0x5af883(0x104),'UOCKi':'UnhandledError','AdfTq':function(_0x473cd1,_0x29e843){return _0x473cd1===_0x29e843;},'RaQur':_0x5af883(0x11b),'NCUSC':'finished_at','kCBms':_0x5af883(0x13f),'emSEp':_0x5af883(0x112),'MpSpC':_0x5af883(0x12e),'xdpCt':'failure_reason_expanded','mDpAO':'expanded','VnAHB':function(_0x21ec76,_0x36a10b){return _0x21ec76(_0x36a10b);}};try{const _0x30988c=_0x57cb73[_0x5af883(0x14c)](_0x1f70e5,_0x57cb73[_0x5af883(0xf1)])||_0x57cb73[_0x5af883(0x14c)](_0x1f70e5,_0x57cb73[_0x5af883(0xdc)]),_0x4580ae=this[_0x5af883(0x148)](_0x144142),_0x593880=_0x4580ae?this[_0x5af883(0x106)][_0x5af883(0x12a)](_0x4580ae):_0x57cb73[_0x5af883(0xfa)],_0x12510d=_0x4580ae?this[_0x5af883(0x137)](path[_0x5af883(0xf7)](_0x4580ae)):null,_0x468049=this[_0x5af883(0x119)](_0x144142[_0x5af883(0x110)]),_0x36125e=_0x468049?_0x468049[_0x5af883(0x152)]:undefined,_0x9748bd=_0x468049?_0x57cb73['ddYfx'](failureData,_0x468049,_0x57cb73[_0x5af883(0x153)]):[],_0x113c52=new Date()[_0x5af883(0xfb)](),_0x383a7d=this['_scopes'](_0x144142);_0x57cb73[_0x5af883(0x14c)](_0x1f70e5,_0x57cb73[_0x5af883(0x12b)])&&_0x144142&&_0x57cb73['vWZXR'](_0x144142['id'],undefined)&&_0x57cb73['vWZXR'](_0x144142['id'],null)&&_specStartTimes['set'](_0x144142['id'],_0x113c52);const _0x226330=_0x57cb73[_0x5af883(0x132)](_0x1f70e5,_0x57cb73[_0x5af883(0x12b)])?_0x113c52:_0x144142&&_specStartTimes['get'](_0x144142['id'])||null,_0x4a743f={};_0x4a743f['lang']=_0x57cb73[_0x5af883(0xe1)],_0x4a743f[_0x5af883(0x109)]=null;const _0x4b6584={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x329426,'name':_0x144142['description'],'body':_0x4a743f,'scope':_0x383a7d[_0x5af883(0x12d)]('\x20'),'scopes':_0x383a7d,'identifier':_0x144142[_0x5af883(0x133)],'file_name':_0x593880,'vc_filepath':_0x57cb73[_0x5af883(0x123)](_0x12510d,_0x4580ae)?path[_0x5af883(0xde)](_0x12510d,_0x4580ae):null,'location':_0x593880,'result':_0x57cb73[_0x5af883(0x132)](_0x1f70e5,_0x57cb73[_0x5af883(0xdc)])?_0x57cb73['lDdhD']:STATUS_MAP[_0x144142[_0x5af883(0x101)]]||_0x57cb73[_0x5af883(0x13c)],'failure_reason':_0x36125e,'duration_in_ms':_0x57cb73[_0x5af883(0x14c)](typeof _0x144142[_0x5af883(0x13b)],_0x57cb73[_0x5af883(0xe5)])?_0x144142[_0x5af883(0x13b)]:null,'started_at':_0x226330,'finished_at':_0x30988c?_0x113c52:null,'failure':_0x9748bd,'failure_type':!_0x36125e?null:_0x36125e['match'](/AssertionError/)?_0x57cb73[_0x5af883(0x139)]:_0x57cb73[_0x5af883(0x118)],'retry_of':null};_0x57cb73[_0x5af883(0x10e)](_0x1f70e5,_0x57cb73['uyrej'])&&!_0x4b6584[_0x57cb73['RaQur']]&&(_0x4b6584[_0x57cb73['RaQur']]=_0x4b6584[_0x57cb73['NCUSC']]);const _0x2868ad=_0x4b6584[_0x57cb73['kCBms']][0x0];_0x2868ad&&(_0x4b6584[_0x57cb73[_0x5af883(0xe9)]]=_0x2868ad[_0x57cb73[_0x5af883(0x138)]],_0x4b6584[_0x57cb73['xdpCt']]=_0x2868ad[_0x57cb73[_0x5af883(0x128)]]);testhubUtils[_0x5af883(0x14e)](_0x4b6584,_0x1f70e5,_0x144142,FRAMEWORKS[_0x5af883(0x143)]);const _0x5862c3={'event_type':_0x57cb73[_0x5af883(0x14c)](_0x1f70e5,_0x57cb73[_0x5af883(0xdc)])?_0x57cb73[_0x5af883(0xf1)]:_0x1f70e5,'test_run':_0x4b6584};return testhubUtils[_0x5af883(0xdf)](FRAMEWORKS['JASMINE'],_0x5862c3),SessionHandler[_0x5af883(0x13a)](_0x5862c3);}catch(_0x56479c){_0x57cb73[_0x5af883(0x113)](debug,_0x5af883(0xea)+_0x1f70e5+_0x5af883(0x10a)+_0x56479c);}}[a14_0x567948(0xfc)](_0x22e9f0){const _0x1a1ad7=a14_0x567948,_0x4e072f={'mARtk':function(_0xd0dd3b,_0x38a2a8){return _0xd0dd3b!==_0x38a2a8;},'SxvvI':function(_0x2dead4,_0xafd8f5){return _0x2dead4>_0xafd8f5;},'QVmnM':function(_0x3aebec,_0x480376){return _0x3aebec(_0x480376);},'XZzrl':function(_0x4c93e8,_0x26b34c){return _0x4c93e8-_0x26b34c;}};try{const _0x2213b3=[];let _0x2b27c9=_0x22e9f0&&_0x22e9f0[_0x1a1ad7(0xee)];const _0x3652f1=new Set();while(_0x4e072f[_0x1a1ad7(0xe6)](_0x2b27c9,undefined)&&_0x4e072f[_0x1a1ad7(0xe6)](_0x2b27c9,null)&&this[_0x1a1ad7(0x105)][_0x1a1ad7(0xf3)](_0x2b27c9)&&!_0x3652f1[_0x1a1ad7(0xf3)](_0x2b27c9)){_0x3652f1['add'](_0x2b27c9);const _0x12b3a5=this[_0x1a1ad7(0x105)]['get'](_0x2b27c9);_0x12b3a5&&_0x12b3a5[_0x1a1ad7(0x116)]&&_0x2213b3[_0x1a1ad7(0x147)](_0x12b3a5['description']),_0x2b27c9=_0x12b3a5?_0x12b3a5[_0x1a1ad7(0xee)]:null;}if(_0x4e072f[_0x1a1ad7(0x14d)](_0x2213b3['length'],0x0))return _0x2213b3[_0x1a1ad7(0x157)]();}catch(_0x9f7a30){_0x4e072f[_0x1a1ad7(0xe0)](debug,_0x1a1ad7(0x124)+(_0x22e9f0&&_0x22e9f0[_0x1a1ad7(0x133)])+_0x1a1ad7(0x10a)+_0x9f7a30);}const _0x330dfd=_0x22e9f0&&_0x22e9f0[_0x1a1ad7(0x133)]||'',_0x38bcf1=_0x22e9f0&&_0x22e9f0[_0x1a1ad7(0x116)]||'';let _0x3f70f5=_0x330dfd;return _0x38bcf1&&_0x330dfd[_0x1a1ad7(0xf2)](_0x38bcf1)&&(_0x3f70f5=_0x330dfd['slice'](0x0,_0x4e072f[_0x1a1ad7(0xfe)](_0x330dfd[_0x1a1ad7(0xf0)],_0x38bcf1[_0x1a1ad7(0xf0)]))[_0x1a1ad7(0x136)]()),_0x3f70f5?_0x3f70f5['split'](/\s+/):[];}[a14_0x567948(0x148)](_0x172ffd){const _0x5cead7=a14_0x567948,_0x3d2aa9={};_0x3d2aa9['OEJAU']=function(_0x574972,_0x15092e){return _0x574972===_0x15092e;},_0x3d2aa9[_0x5cead7(0x103)]=function(_0x465384,_0x802b89){return _0x465384+_0x802b89;},_0x3d2aa9['RUTgi']=function(_0x26a757,_0x132e5a){return _0x26a757>_0x132e5a;};const _0x178c0b=_0x3d2aa9;if(_0x172ffd&&_0x172ffd[_0x5cead7(0xed)])return _0x172ffd[_0x5cead7(0xed)];if(_0x172ffd&&_0x172ffd[_0x5cead7(0x133)]){if(this['_fileNameByFullName'][_0x172ffd['fullName']])return this[_0x5cead7(0xf6)][_0x172ffd[_0x5cead7(0x133)]];let _0x1cbfc4=null,_0x3049f3=-0x1;for(const _0x5a3600 of Object[_0x5cead7(0xf8)](this[_0x5cead7(0xf6)])){(_0x178c0b[_0x5cead7(0xdd)](_0x172ffd[_0x5cead7(0x133)],_0x5a3600)||_0x172ffd['fullName'][_0x5cead7(0x11c)](_0x178c0b['kdyBa'](_0x5a3600,'\x20')))&&_0x178c0b[_0x5cead7(0xf9)](_0x5a3600[_0x5cead7(0xf0)],_0x3049f3)&&(_0x1cbfc4=this[_0x5cead7(0xf6)][_0x5a3600],_0x3049f3=_0x5a3600[_0x5cead7(0xf0)]);}if(_0x1cbfc4)return _0x1cbfc4;}return null;}[a14_0x567948(0x119)](_0x373010){const _0x5ef695=a14_0x567948,_0x47875c={};_0x47875c[_0x5ef695(0x10c)]=function(_0x482ced,_0x31fbc){return _0x482ced===_0x31fbc;},_0x47875c[_0x5ef695(0x14b)]='Spec\x20failed';const _0x1daf65=_0x47875c;if(!Array[_0x5ef695(0x122)](_0x373010)||_0x1daf65[_0x5ef695(0x10c)](_0x373010[_0x5ef695(0xf0)],0x0))return undefined;const _0x271b49=[],_0x2a7b83=[];for(const _0x23e218 of _0x373010){_0x23e218&&_0x23e218[_0x5ef695(0x152)]&&_0x271b49[_0x5ef695(0x147)](_0x23e218['message']),_0x23e218&&_0x23e218[_0x5ef695(0x141)]&&_0x2a7b83[_0x5ef695(0x147)](_0x23e218[_0x5ef695(0x141)]);}const _0x386529=_0x373010[0x0]||{},_0x5efde4=_0x271b49[_0x5ef695(0x12d)]('\x0a')||_0x386529[_0x5ef695(0x152)]||_0x1daf65[_0x5ef695(0x14b)],_0x586238=_0x2a7b83['join']('\x0a\x0a')||_0x386529[_0x5ef695(0x141)]||_0x5efde4,_0x217567={};return _0x217567[_0x5ef695(0x152)]=_0x5efde4,_0x217567[_0x5ef695(0x141)]=_0x586238,_0x217567[_0x5ef695(0xfd)]=_0x386529[_0x5ef695(0xfd)],_0x217567[_0x5ef695(0x14a)]=_0x386529[_0x5ef695(0x14a)],_0x217567[_0x5ef695(0x142)]=_0x386529[_0x5ef695(0x142)],_0x217567;}[a14_0x567948(0x137)](_0x5c569c){const _0x1146a2=a14_0x567948,_0x4bc1ef={};_0x4bc1ef[_0x1146a2(0x108)]=function(_0x1abd89,_0x36ecd2){return _0x1abd89===_0x36ecd2;},_0x4bc1ef[_0x1146a2(0x114)]=function(_0x28b6df,_0x2e89ab){return _0x28b6df===_0x2e89ab;},_0x4bc1ef['qDdKc']=function(_0xd0cb5f,_0x146f21){return _0xd0cb5f===_0x146f21;},_0x4bc1ef['UKCng']=function(_0x42a441,_0x50c672){return _0x42a441===_0x50c672;},_0x4bc1ef[_0x1146a2(0x144)]=_0x1146a2(0x10b),_0x4bc1ef[_0x1146a2(0xe7)]=_0x1146a2(0x131);const _0xfb7581=_0x4bc1ef,_0x5a7019=path['sep'];if(_0xfb7581[_0x1146a2(0x108)](_0x5c569c,null)||_0xfb7581['RWqZF'](_0x5c569c,'')||_0xfb7581[_0x1146a2(0x10d)](_0x5c569c,_0x5a7019)||_0xfb7581[_0x1146a2(0x10f)](_0x5c569c,path[_0x1146a2(0xf7)](_0x5c569c)))return null;try{return fs[_0x1146a2(0x150)](path['join'](_0x5c569c,_0xfb7581['ZpRhz'],_0xfb7581[_0x1146a2(0xe7)])),_0x5c569c;}catch(_0x43137a){return this['_findGitConfig'](path[_0x1146a2(0xf7)](_0x5c569c));}}}module['exports']=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a15_0x36a91c=a15_0xf024;(function(_0x36b5b1,_0x2b103f){const _0x32de88=a15_0xf024,_0x257781=_0x36b5b1();while(!![]){try{const _0x50f101=-parseInt(_0x32de88(0x15f))/0x1+-parseInt(_0x32de88(0x13c))/0x2+parseInt(_0x32de88(0xd3))/0x3*(parseInt(_0x32de88(0x159))/0x4)+parseInt(_0x32de88(0xde))/0x5*(-parseInt(_0x32de88(0x106))/0x6)+parseInt(_0x32de88(0xf6))/0x7*(parseInt(_0x32de88(0x134))/0x8)+-parseInt(_0x32de88(0x154))/0x9*(parseInt(_0x32de88(0x102))/0xa)+parseInt(_0x32de88(0x119))/0xb;if(_0x50f101===_0x2b103f)break;else _0x257781['push'](_0x257781['shift']());}catch(_0x4d1f67){_0x257781['push'](_0x257781['shift']());}}}(a15_0x172e,0xd54f8));function a15_0x172e(){const _0x46abc2=['jnBWl','globSync','VmFEM','../../helpers/test-observability/utils','spec_dir','**/*[sS]pec.?(m)js','jasmine\x20child\x20(platformIndex=','getInstance','RCVHx','spec_files','Running\x20your\x20Jasmine\x20tests\x20across\x20','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','12796146PjVSiw','npx','jasmine','platforms','../../helpers/test-observability/constants','wWuYO','maxWorkers','@playwright/test','win32','close','binSessionId','test.setup.js','exitCode','platform','startsWith','fxYWp','../../helpers/testhub/testhubHandler','from','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','JASMINE_CONFIG_PATH','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','\x20:\x20','jtyAx','platformIndex','format','FRAMEWORKS','isBrowserstackInfra','8RCuEIt','AJTOr','ThWjL','JuptW','finalExecution','stop','all','cwd','82282AZDzBE','isUndefined','AwuOg','shouldReRunObservabilityTests','util','trHws','error','../../helpers/performance/constants','resolve','proxySettings','end','path','JASMINE','info','BROWSERSTACK_CLI_BIN_SESSION_ID','stringify','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','rRHRT','parseFileNames','__isPuppeteerInstalled','CbXVY','BROWSERSTACK_JASMINE_PARALLELS','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','utf8','252lurLDx',',\x20specs=','QxlfV','SDK_SETUP','TXled','136788ZDnHxf','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','wFWMC','config','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','join','226845jkqFJr','posix','setupTCGAuth','length','winstonLogger','cfgFT','SDK_CLEANUP','testObservability','ydQbt','error\x20removing\x20tcg\x20config\x20file','LMYfd','exports','VhuOt','debug','18lCNWjh','PayIZ','wmWvQ','logLevel','initialize','handleApp','env','inherit','spec','BROWSERSTACK_TEST_OBSERVABILITY_YML','KCzhM','31480pknKZW','slice','BROWSERSTACK_RERUN_TESTS','isArray','--helper=','EVENTS','getPlatformName','QekZX','UATXt','map','../utils/constants','../../helpers/puppeteer-helper','../v2/browserstackCLI','CNspZ',')\x20:\x20','IPxCl','push',')\x20exited\x20with\x20code\x20','oGkbi','assign','BDxnq','specArgs','QDMWu','getPackageVersion','11404582VngIFW','\x20platform(s),\x20parallelsPerPlatform=','../../helpers/playwright-helper','parallelsPerPlatform','existsSync','\x20work-item(s),\x20max\x20','\x27\x20:\x20','xPnRe','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','filter','accessibilityOptions','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','53490cWjsoH','string','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','../../helpers/logger','1626gFvvfg','PkIQC','axmPi','XENis','kjkBa','UAYpw','spec/support/jasmine.json'];a15_0x172e=function(){return _0x46abc2;};return a15_0x172e();}function a15_0xf024(_0x190701,_0xf0c685){const _0x172eed=a15_0x172e();return a15_0xf024=function(_0xf0241e,_0x599a9e){_0xf0241e=_0xf0241e-0xd3;let _0x4ea77b=_0x172eed[_0xf0241e];return _0x4ea77b;},a15_0xf024(_0x190701,_0xf0c685);}const fs=require('fs'),path=require(a15_0x36a91c(0x147)),util=require(a15_0x36a91c(0x140)),{spawn}=require('child_process'),glob=require('glob'),pLimit=require('p-limit'),logger=require(a15_0x36a91c(0x105))[a15_0x36a91c(0x163)],helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),constants=require(a15_0x36a91c(0xe8)),TestHubHandler=require(a15_0x36a91c(0x129)),testOpsHelper=require(a15_0x36a91c(0x110)),{debug}=require(a15_0x36a91c(0x110)),{FRAMEWORKS}=require(a15_0x36a91c(0x11d)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a15_0x36a91c(0x143))[a15_0x36a91c(0xe3)],BrowserstackCLI=require(a15_0x36a91c(0xea)),{checkPwandBootstrapCli}=require(a15_0x36a91c(0xf8)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0x36a91c(0xe9)),getMaxWorkers=(_0x3c4b41,_0x9debd2)=>{const _0x151bef=a15_0x36a91c,_0x5d9161={'XENis':function(_0x47b816,_0x3a5549){return _0x47b816(_0x3a5549);}};let _0x4b09bf=0x1;if(!helper[_0x151bef(0x13d)](_0x9debd2[_0x151bef(0xf9)]))_0x4b09bf=_0x5d9161[_0x151bef(0x109)](parseInt,_0x9debd2[_0x151bef(0xf9)]);else!helper[_0x151bef(0x13d)](_0x3c4b41[_0x151bef(0x11f)])&&(_0x4b09bf=_0x3c4b41['maxWorkers']);return _0x4b09bf;},resolveJasmineConfigPath=()=>{const _0x350f8e=a15_0x36a91c,_0x466501={};_0x466501[_0x350f8e(0xd5)]=_0x350f8e(0x10c);const _0xdf54a=_0x466501,_0x2b6520=[];process[_0x350f8e(0xd9)][_0x350f8e(0x12c)]&&_0x2b6520[_0x350f8e(0xee)](path[_0x350f8e(0x144)](process[_0x350f8e(0x13b)](),process[_0x350f8e(0xd9)]['JASMINE_CONFIG_PATH']));_0x2b6520[_0x350f8e(0xee)](path[_0x350f8e(0x144)](process['cwd'](),_0xdf54a['wmWvQ']));for(const _0x2bd6d9 of _0x2b6520){try{if(fs[_0x350f8e(0xfa)](_0x2bd6d9))return _0x2bd6d9;}catch(_0x169b63){}}return null;},enumerateSpecFiles=_0x4861e4=>{const _0x40e96b=a15_0x36a91c,_0x49d8f1={'cfgFT':function(_0x26e3d6,_0x2798ab){return _0x26e3d6(_0x2798ab);},'VmFEM':function(_0x169cee,_0x2cb911){return _0x169cee>_0x2cb911;},'xPnRe':function(_0x5c6332,_0x4e8fe8){return _0x5c6332<_0x4e8fe8;},'uHVjR':function(_0x33e3bd,_0x2c0b06){return _0x33e3bd===_0x2c0b06;},'QkYYv':_0x40e96b(0x103),'zVxHY':function(_0x3cd1dc,_0x5669ab){return _0x3cd1dc>_0x5669ab;},'AwuOg':function(_0x597dce,_0x1fb1a0,_0x20f6d7){return _0x597dce(_0x1fb1a0,_0x20f6d7);},'nTrjR':function(_0x350764){return _0x350764();},'trHws':_0x40e96b(0x153),'VhuOt':_0x40e96b(0xdb),'kjkBa':function(_0x246122,_0x19263a){return _0x246122>_0x19263a;},'wNgdW':_0x40e96b(0x112),'PkIQC':function(_0x57c752,_0x3a0f38){return _0x57c752>_0x3a0f38;},'DTakq':function(_0x1d9885,_0x25f371){return _0x1d9885(_0x25f371);}};try{if(testOpsHelper[_0x40e96b(0x13f)]()){const _0x46c0e7=testOpsHelper[_0x40e96b(0x14e)](process[_0x40e96b(0xd9)][_0x40e96b(0xe0)]);if(Array[_0x40e96b(0xe1)](_0x46c0e7)&&_0x49d8f1[_0x40e96b(0x10f)](_0x46c0e7[_0x40e96b(0x162)],0x0))return _0x46c0e7['map'](_0x5e506e=>path[_0x40e96b(0x144)](process[_0x40e96b(0x13b)](),_0x5e506e['trim']()))[_0x40e96b(0xff)](Boolean);}}catch(_0x431475){_0x49d8f1[_0x40e96b(0x164)](debug,'Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20'+util[_0x40e96b(0x131)](_0x431475));}const _0x5cd3ba=[];try{for(let _0x50265c=0x1;_0x49d8f1[_0x40e96b(0xfd)](_0x50265c,_0x4861e4[_0x40e96b(0x162)]);_0x50265c++){const _0x360f86=_0x4861e4[_0x50265c];_0x49d8f1['uHVjR'](typeof _0x360f86,_0x49d8f1['QkYYv'])&&!_0x360f86[_0x40e96b(0x127)]('-')&&_0x5cd3ba[_0x40e96b(0xee)](_0x360f86);}}catch(_0x5bf03a){}const _0x71ae5b={'cwd':process[_0x40e96b(0x13b)](),'absolute':!![],'nodir':!![]},_0x110ebf=(_0x4ef8e7,_0x3ff072)=>{const _0x367a60=_0x40e96b,_0x3cb304=[];for(const _0x3d47bd of _0x4ef8e7){try{const _0x365e8=_0x3ff072?path[_0x367a60(0x160)][_0x367a60(0x15e)](_0x3ff072,_0x3d47bd):_0x3d47bd,_0x405990=glob[_0x367a60(0x10e)](_0x365e8,_0x71ae5b);Array[_0x367a60(0xe1)](_0x405990)&&_0x3cb304[_0x367a60(0xee)](..._0x405990);}catch(_0x19828f){_0x49d8f1[_0x367a60(0x164)](debug,_0x367a60(0x118)+_0x3d47bd+_0x367a60(0xfc)+util[_0x367a60(0x131)](_0x19828f));}}return _0x3cb304;};if(_0x49d8f1['zVxHY'](_0x5cd3ba['length'],0x0)){const _0x3da567=_0x49d8f1['AwuOg'](_0x110ebf,_0x5cd3ba,null);if(_0x49d8f1['zVxHY'](_0x3da567[_0x40e96b(0x162)],0x0))return Array[_0x40e96b(0x12a)](new Set(_0x3da567));return _0x5cd3ba[_0x40e96b(0xe7)](_0x235138=>path['resolve'](process[_0x40e96b(0x13b)](),_0x235138));}try{const _0x37b061=_0x49d8f1['nTrjR'](resolveJasmineConfigPath);if(_0x37b061){const _0x402a97=JSON['parse'](fs['readFileSync'](_0x37b061,_0x49d8f1[_0x40e96b(0x141)])),_0x11fdc2=_0x402a97[_0x40e96b(0x111)]||_0x49d8f1[_0x40e96b(0x16b)],_0x2d16e6=Array[_0x40e96b(0xe1)](_0x402a97['spec_files'])&&_0x49d8f1[_0x40e96b(0x10a)](_0x402a97[_0x40e96b(0x116)][_0x40e96b(0x162)],0x0)?_0x402a97[_0x40e96b(0x116)]:[_0x49d8f1['wNgdW']],_0x535cdd=_0x49d8f1[_0x40e96b(0x13e)](_0x110ebf,_0x2d16e6,_0x11fdc2);if(_0x49d8f1[_0x40e96b(0x107)](_0x535cdd[_0x40e96b(0x162)],0x0))return Array['from'](new Set(_0x535cdd));}}catch(_0x4b6e63){_0x49d8f1['DTakq'](debug,_0x40e96b(0x15d)+util[_0x40e96b(0x131)](_0x4b6e63));}return null;};async function run(_0x334ab1,_0x497e42,_0x32a2fb){const _0x3b7f8c=a15_0x36a91c,_0x402f60={'jnBWl':function(_0x510e53,_0x54bd15){return _0x510e53>_0x54bd15;},'QxlfV':function(_0x3052f0,_0x41977f){return _0x3052f0(_0x41977f);},'UAYpw':function(_0x56a562,_0x3b3740){return _0x56a562(_0x3b3740);},'TXled':_0x3b7f8c(0x13a),'GMjfA':function(_0x579536,_0x21b4d5){return _0x579536||_0x21b4d5;},'fxYWp':function(_0x1e2bbd,_0x2b2ff4){return _0x1e2bbd>_0x2b2ff4;},'CNspZ':function(_0x5c21fe,_0x5e3aac,_0x27684e,_0x2f47ea){return _0x5c21fe(_0x5e3aac,_0x27684e,_0x2f47ea);},'PayIZ':_0x3b7f8c(0x11a),'GPRhX':_0x3b7f8c(0x11b),'AJTOr':function(_0x29ab63,_0x445a78){return _0x29ab63===_0x445a78;},'RCVHx':_0x3b7f8c(0x121),'LMYfd':_0x3b7f8c(0xda),'KCzhM':_0x3b7f8c(0x122),'JSvoZ':'error','UATXt':function(_0x4fd9ce,_0x462462){return _0x4fd9ce(_0x462462);},'kgmbe':function(_0x30b7b8,_0x418e62){return _0x30b7b8(_0x418e62);},'QDMWu':_0x3b7f8c(0x120),'ZzIeV':function(_0x3dc47e){return _0x3dc47e();},'QekZX':function(_0x110271,_0x49e501){return _0x110271!=_0x49e501;},'FuEZf':'true','qCEjn':function(_0x2b5d69,_0x504881){return _0x2b5d69(_0x504881);},'yNaQq':function(_0x9f0942,_0x396d71){return _0x9f0942(_0x396d71);},'rRHRT':function(_0x387aba,_0x295bc2){return _0x387aba(_0x295bc2);},'IPxCl':function(_0x707a0a,_0x2dbbf4,_0x580d56){return _0x707a0a(_0x2dbbf4,_0x580d56);},'CbXVY':function(_0x2aa8bc,_0x4f056b){return _0x2aa8bc*_0x4f056b;},'ThWjL':function(_0x3aea4f,_0x3efd98){return _0x3aea4f(_0x3efd98);},'oRZkF':function(_0xf139a2,_0xc3545e){return _0xf139a2(_0xc3545e);},'BDxnq':_0x3b7f8c(0x124),'jtyAx':function(_0x1979ec,_0x42d7ce){return _0x1979ec(_0x42d7ce);},'JuptW':function(_0x10bd42,_0x27decb){return _0x10bd42(_0x27decb);},'oGkbi':function(_0x2c419b,_0x2d0e12){return _0x2c419b<_0x2d0e12;},'wWuYO':function(_0x3cc4de,_0x598563){return _0x3cc4de>_0x598563;},'YMQnr':_0x3b7f8c(0x168)},_0x1e01e8=helper[_0x3b7f8c(0xf5)](_0x402f60[_0x3b7f8c(0xf4)]);global['__isPlaywrightInstalled']=!!_0x1e01e8;const _0x3b44c0=_0x402f60['ZzIeV'](getPuppeteerVersion);global[_0x3b7f8c(0x14f)]=!!_0x3b44c0;helper[_0x3b7f8c(0x133)]()?(await _0x32a2fb[_0x3b7f8c(0xd7)](_0x334ab1),await helper[_0x3b7f8c(0xd8)](_0x32a2fb['config'])):await _0x32a2fb[_0x3b7f8c(0x161)]();if(_0x1e01e8)await _0x402f60[_0x3b7f8c(0xeb)](checkPwandBootstrapCli,_0x1e01e8,constants[_0x3b7f8c(0x132)][_0x3b7f8c(0x148)],_0x32a2fb);else _0x3b44c0&&await _0x402f60[_0x3b7f8c(0xeb)](checkPuppeteerAndBootstrapCli,_0x3b44c0,constants[_0x3b7f8c(0x132)]['JASMINE'],_0x32a2fb);if(!_0x32a2fb[_0x3b7f8c(0x15c)])return;_0x402f60[_0x3b7f8c(0xe5)](_0x32a2fb[_0x3b7f8c(0x15c)][_0x3b7f8c(0x166)],null)?process[_0x3b7f8c(0xd9)][_0x3b7f8c(0xdc)]=_0x32a2fb[_0x3b7f8c(0x15c)][_0x3b7f8c(0x166)]:process[_0x3b7f8c(0xd9)][_0x3b7f8c(0xdc)]=_0x402f60['FuEZf'];!helper[_0x3b7f8c(0x13d)](_0x32a2fb[_0x3b7f8c(0x15c)][_0x3b7f8c(0x100)])&&(process[_0x3b7f8c(0xd9)][_0x3b7f8c(0xfe)]=JSON[_0x3b7f8c(0x14b)](_0x32a2fb['config'][_0x3b7f8c(0x100)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS['JASMINE'],_0x32a2fb);}catch(_0x40e14d){logger[_0x3b7f8c(0x142)](_0x3b7f8c(0x152)+util[_0x3b7f8c(0x131)](_0x40e14d)),_0x402f60['qCEjn'](debug,'Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20'+util[_0x3b7f8c(0x131)](_0x40e14d));}let _0x49942c=![],_0x565638=[];try{_0x49942c=helper['useW3C'](_0x32a2fb[_0x3b7f8c(0x15c)]),_0x565638=helper['prepareCapabilities'](_0x32a2fb['config'],_0x49942c,constants[_0x3b7f8c(0x132)][_0x3b7f8c(0x148)]),process['env']['BROWSERSTACK_CAPABILITIES']=JSON['stringify'](_0x565638);}catch(_0x2313c5){_0x402f60['yNaQq'](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util[_0x3b7f8c(0x131)](_0x2313c5));}let _0x1d758f=null,_0x5d723b=![];try{_0x1d758f=helper['getHubUrl'](_0x32a2fb[_0x3b7f8c(0x15c)]),_0x5d723b=helper['validPlatformsPresent'](_0x32a2fb[_0x3b7f8c(0x15c)]);}catch(_0x188922){_0x402f60[_0x3b7f8c(0x14d)](debug,_0x3b7f8c(0x14c)+util[_0x3b7f8c(0x131)](_0x188922));}const _0xa67d9f=_0x3342a3=>{const _0x1c099a=_0x3b7f8c,_0x27c2d0=Array[_0x1c099a(0xe1)](_0x565638)&&_0x402f60[_0x1c099a(0x10d)](_0x565638['length'],_0x3342a3)?_0x565638[_0x3342a3]:Array[_0x1c099a(0xe1)](_0x565638)&&_0x402f60['jnBWl'](_0x565638[_0x1c099a(0x162)],0x0)?_0x565638[0x0]:{};return{'server':_0x1d758f,'capability':_0x27c2d0,'proxySettings':_0x32a2fb[_0x1c099a(0x15c)][_0x1c099a(0x145)],'platform':helper[_0x1c099a(0xe4)](_0x27c2d0),'browserStackLogLevel':_0x32a2fb[_0x1c099a(0x15c)][_0x1c099a(0xd6)],'platformIndex':_0x3342a3,'framework':constants[_0x1c099a(0x132)][_0x1c099a(0x148)],'platformCaps':_0x5d723b?Object[_0x1c099a(0xf1)]({'index':_0x3342a3},_0x32a2fb[_0x1c099a(0x15c)][_0x1c099a(0x11c)][_0x3342a3]):{'index':_0x3342a3}};};let _0x5c1986=0x1,_0x3b9816=0x1,_0x55f8ca=0x1;try{_0x5c1986=_0x402f60[_0x3b7f8c(0xed)](getMaxWorkers,_0x334ab1,_0x32a2fb[_0x3b7f8c(0x15c)]),_0x3b9816=_0x5d723b?_0x32a2fb[_0x3b7f8c(0x15c)]['platforms']['length']:0x1,_0x55f8ca=_0x402f60[_0x3b7f8c(0x150)](_0x3b9816,_0x5c1986),process['env'][_0x3b7f8c(0x151)]=_0x402f60['ThWjL'](String,_0x55f8ca);}catch(_0x222dc1){_0x402f60[_0x3b7f8c(0x136)](debug,_0x3b7f8c(0x12d)+util['format'](_0x222dc1));}try{BrowserstackCLI['getInstance']()[_0x3b7f8c(0x123)]&&(process[_0x3b7f8c(0xd9)][_0x3b7f8c(0x14a)]=BrowserstackCLI[_0x3b7f8c(0x114)]()[_0x3b7f8c(0x123)]);}catch(_0x23cb73){_0x402f60['oRZkF'](debug,'Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20'+util[_0x3b7f8c(0x131)](_0x23cb73));}const _0x1746d2=[];try{const _0x43a5b2=path['resolve'](__dirname,_0x402f60[_0x3b7f8c(0xf2)]);fs[_0x3b7f8c(0xfa)](_0x43a5b2)?_0x1746d2[_0x3b7f8c(0xee)](_0x3b7f8c(0xe2)+_0x43a5b2):_0x402f60['oRZkF'](debug,_0x3b7f8c(0x104)+_0x43a5b2+';\x20proceeding\x20without\x20injection');}catch(_0x51edfc){_0x402f60[_0x3b7f8c(0x12f)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x3b7f8c(0x131)](_0x51edfc));}const _0x47328e=_0x497e42[_0x3b7f8c(0xdf)](0x1),_0xdf7708=_0x402f60[_0x3b7f8c(0x137)](enumerateSpecFiles,_0x497e42),_0x2dd101=[];for(let _0x348d40=0x0;_0x402f60[_0x3b7f8c(0xf0)](_0x348d40,_0x3b9816);_0x348d40++){if(_0x402f60[_0x3b7f8c(0x128)](_0x5c1986,0x1)&&Array[_0x3b7f8c(0xe1)](_0xdf7708)&&_0x402f60[_0x3b7f8c(0x11e)](_0xdf7708['length'],0x0))for(const _0x5a5cbc of _0xdf7708){const _0xbfbb5b={};_0xbfbb5b[_0x3b7f8c(0x130)]=_0x348d40,_0xbfbb5b['specArgs']=[_0x5a5cbc],_0x2dd101[_0x3b7f8c(0xee)](_0xbfbb5b);}else{const _0x3bbec5={};_0x3bbec5['platformIndex']=_0x348d40,_0x3bbec5[_0x3b7f8c(0xf3)]=_0xdf7708,_0x2dd101[_0x3b7f8c(0xee)](_0x3bbec5);}}logger[_0x3b7f8c(0x149)](_0x3b7f8c(0x117)+_0x3b9816+_0x3b7f8c(0xf7)+_0x5c1986+'\x20('+_0x2dd101[_0x3b7f8c(0x162)]+_0x3b7f8c(0xfb)+_0x55f8ca+'\x20concurrent)'),PerformanceTester[_0x3b7f8c(0x146)](PerformanceEvents[_0x3b7f8c(0x157)]);const _0x48a842=_0x3b5b32=>new Promise(_0x407c71=>{const _0x441d08=_0x3b7f8c,_0x593226={'wFWMC':_0x402f60[_0x441d08(0x158)],'axmPi':function(_0x1e5c3a,_0x25f8d1){const _0x36b614=_0x441d08;return _0x402f60[_0x36b614(0x156)](_0x1e5c3a,_0x25f8d1);},'ydQbt':function(_0x3ab623,_0x31134f){return _0x402f60['GMjfA'](_0x3ab623,_0x31134f);}};let _0x1224ca;try{const _0x1fe336=_0x402f60[_0x441d08(0x156)](_0xa67d9f,_0x3b5b32[_0x441d08(0x130)]);_0x1224ca=Object[_0x441d08(0xf1)]({},process[_0x441d08(0xd9)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x441d08(0x14b)](_0x1fe336),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x1fe336['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0xc60757){_0x402f60[_0x441d08(0x10b)](debug,'Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'+_0x3b5b32[_0x441d08(0x130)]+_0x441d08(0x12e)+util[_0x441d08(0x131)](_0xc60757)),_0x1224ca=Object[_0x441d08(0xf1)]({},process['env']);}const _0x2aa5c1=Array[_0x441d08(0xe1)](_0x3b5b32[_0x441d08(0xf3)])?_0x3b5b32[_0x441d08(0xf3)]:[],_0x129432=_0x402f60['fxYWp'](_0x2aa5c1[_0x441d08(0x162)],0x0)?_0x47328e['filter'](_0x62a593=>typeof _0x62a593==='string'&&_0x62a593[_0x441d08(0x127)]('-')):_0x47328e,_0x12079a=[..._0x1746d2,..._0x129432,..._0x2aa5c1];try{const _0x52348c=_0x402f60['CNspZ'](spawn,_0x402f60[_0x441d08(0xd4)],[_0x402f60['GPRhX'],..._0x12079a],{'shell':_0x402f60[_0x441d08(0x135)](process[_0x441d08(0x126)],_0x402f60[_0x441d08(0x115)]),'stdio':_0x402f60[_0x441d08(0x169)],'env':_0x1224ca});_0x52348c['on'](_0x402f60[_0x441d08(0xdd)],_0x30f989=>{const _0x220879=_0x441d08;logger['debug'](_0x220879(0x113)+_0x3b5b32[_0x220879(0x130)]+_0x220879(0x155)+(_0x2aa5c1['length']?_0x2aa5c1[_0x220879(0x15e)](','):_0x593226[_0x220879(0x15b)])+_0x220879(0xef)+_0x30f989),_0x593226[_0x220879(0x108)](_0x407c71,_0x593226[_0x220879(0x167)](_0x30f989,0x0));}),_0x52348c['on'](_0x402f60['JSvoZ'],_0x3bb331=>{const _0x55746b=_0x441d08;_0x402f60['QxlfV'](debug,'Jasmine\x20child\x20spawn\x20error\x20(platformIndex='+_0x3b5b32['platformIndex']+')\x20:\x20'+util[_0x55746b(0x131)](_0x3bb331)),_0x402f60[_0x55746b(0x10b)](_0x407c71,0x1);});}catch(_0x14c18c){_0x402f60[_0x441d08(0xe6)](debug,_0x441d08(0x101)+_0x3b5b32[_0x441d08(0x130)]+_0x441d08(0xec)+util[_0x441d08(0x131)](_0x14c18c)),_0x402f60['kgmbe'](_0x407c71,0x1);}}),_0x16e85f=_0x402f60[_0x3b7f8c(0x136)](pLimit,_0x402f60[_0x3b7f8c(0x11e)](_0x55f8ca,0x0)?_0x55f8ca:0x1),_0x2576a4=await Promise[_0x3b7f8c(0x13a)](_0x2dd101['map'](_0x3bc147=>_0x16e85f(()=>_0x48a842(_0x3bc147))));PerformanceTester['start'](PerformanceEvents[_0x3b7f8c(0x165)]);const _0x21e623=_0x2576a4['find'](_0x7bfd6b=>_0x7bfd6b!==0x0)||0x0;process[_0x3b7f8c(0x125)]=_0x21e623,logger[_0x3b7f8c(0x16c)](_0x3b7f8c(0x15a)+_0x21e623);const _0x149bba=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0x3b7f8c(0x139)](),await BrowserstackCLI[_0x3b7f8c(0x114)]()['stop']();}catch(_0x4e7ccf){_0x402f60['UAYpw'](debug,_0x3b7f8c(0x12b)+util[_0x3b7f8c(0x131)](_0x4e7ccf));}try{const {browserstackFolderPath:_0x5f4abe,tcgConfigPath:_0x24c9cf}=helper['getTCGConfigFilePaths']();fs['unlinkSync'](_0x24c9cf),fs['rmdirSync'](_0x5f4abe);}catch(_0x3826b0){logger[_0x3b7f8c(0x16c)](_0x402f60['YMQnr'],_0x3826b0);}testOpsHelper['printBuildLink'](),await utilities[_0x3b7f8c(0x138)](_0x32a2fb,_0x149bba);}module[a15_0x36a91c(0x16a)]=run;
2
+ 'use strict';function a15_0x342e(_0x23280f,_0x3828a3){const _0x54cbda=a15_0x54cb();return a15_0x342e=function(_0x342e20,_0x4e3c4c){_0x342e20=_0x342e20-0x1a6;let _0x1bd429=_0x54cbda[_0x342e20];return _0x1bd429;},a15_0x342e(_0x23280f,_0x3828a3);}const a15_0x5415a1=a15_0x342e;(function(_0x264d7e,_0x93134){const _0x30bb=a15_0x342e,_0x5b334e=_0x264d7e();while(!![]){try{const _0x1ad325=-parseInt(_0x30bb(0x1cf))/0x1+-parseInt(_0x30bb(0x23c))/0x2*(-parseInt(_0x30bb(0x1b6))/0x3)+parseInt(_0x30bb(0x1d3))/0x4+parseInt(_0x30bb(0x1b9))/0x5*(parseInt(_0x30bb(0x243))/0x6)+-parseInt(_0x30bb(0x204))/0x7+-parseInt(_0x30bb(0x21d))/0x8*(-parseInt(_0x30bb(0x1cd))/0x9)+parseInt(_0x30bb(0x1ee))/0xa*(parseInt(_0x30bb(0x208))/0xb);if(_0x1ad325===_0x93134)break;else _0x5b334e['push'](_0x5b334e['shift']());}catch(_0x3642f9){_0x5b334e['push'](_0x5b334e['shift']());}}}(a15_0x54cb,0x9d03f));function a15_0x54cb(){const _0x3df2fa=['XLYvx','JRmtP','jBLPT','specArgs','getTCGConfigFilePaths','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','87090WUSEia','jasmine\x20child\x20(platformIndex=','existsSync','ulvWL','wVnFh','env','shouldReRunObservabilityTests','exitCode','from','FYJLi','FRAMEWORKS','../v2/browserstackCLI','llPVY','logLevel','initialize','EMyrD','../../helpers/testhub/testhubHandler','utf8','parse','maxWorkers','DHKxK','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','7936019OnAliT','../utils/constants','BnPgi','fWytQ','605JzVpHK','../../helpers/helper','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','accessibilityOptions','szKig','OEjnY','__isPlaywrightInstalled','IomsL','capability','all','child_process','platforms','parseFileNames','spec_dir','trim','resolve','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','NvTmG','nsbXu','SDK_SETUP','platform','8869832WWoZwx','filter','binSessionId','winstonLogger','../../helpers/playwright-helper','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','zeTDw','jasmine','BROWSERSTACK_CLI_BIN_SESSION_ID','start','../../helpers/logger','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','readFileSync','stop','spec_files','isBrowserstackInfra','ywluO',',\x20specs=','join','spec/support/jasmine.json','end','uYouJ','yPyLu','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','format','testObservability','length','giFiV','BROWSERSTACK_TEST_OBSERVABILITY_YML','yeCEA','YMrPR','11278FMXIvG','prepareCapabilities','glob','mStDe','isCLIEnabled','../../helpers/performance/constants','WeWnh','42XWLWec','error','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','UEfKb','BROWSERSTACK_RERUN_TESTS','batAw','proxySettings','true','handleApp','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','\x20concurrent)','nakEU','unlinkSync','config','mBbRz','\x20:\x20','getPackageVersion','\x20work-item(s),\x20max\x20','find','VZyIl','npx','../../helpers/performance/performance-tester','map','Ilwut','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','btLzV','slice','__isPuppeteerInstalled','string','PWXgN','DnOak','../../helpers/utilities','165cJCKvD','exports','SDK_CLEANUP','493445mCJVzM','Running\x20your\x20Jasmine\x20tests\x20across\x20',')\x20:\x20','p-limit','gvAcV','../../helpers/test-observability/constants','rmdirSync','BROWSERSTACK_CAPABILITIES','BLvuD','getInstance','EVENTS','JASMINE_CONFIG_PATH','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','gqTTJ','isUndefined','debug','push','finalExecution','wjvcA','assign','9VsAEWC','cwd','1249867OOAJMI','path','**/*[sS]pec.?(m)js','../../helpers/test-observability/utils','1752108Ncoeua','JASMINE','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','inherit','inCdV','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','AVjFN','error\x20removing\x20tcg\x20config\x20file','startsWith','validPlatformsPresent','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','../../helpers/puppeteer-helper','platformIndex','GVoZT','ZkFzE','test.setup.js','AOVJl','parallelsPerPlatform','isArray','stringify'];a15_0x54cb=function(){return _0x3df2fa;};return a15_0x54cb();}const fs=require('fs'),path=require(a15_0x5415a1(0x1d0)),util=require('util'),{spawn}=require(a15_0x5415a1(0x212)),glob=require(a15_0x5415a1(0x23e)),pLimit=require(a15_0x5415a1(0x1bc)),logger=require(a15_0x5415a1(0x227))[a15_0x5415a1(0x220)],helper=require(a15_0x5415a1(0x209)),utilities=require(a15_0x5415a1(0x1b5)),constants=require(a15_0x5415a1(0x205)),TestHubHandler=require(a15_0x5415a1(0x1fe)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a15_0x5415a1(0x1d2)),{FRAMEWORKS}=require(a15_0x5415a1(0x1be)),PerformanceTester=require(a15_0x5415a1(0x1ab)),PerformanceEvents=require(a15_0x5415a1(0x241))[a15_0x5415a1(0x1c3)],BrowserstackCLI=require(a15_0x5415a1(0x1f9)),{checkPwandBootstrapCli}=require(a15_0x5415a1(0x221)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0x5415a1(0x1df)),getMaxWorkers=(_0x5d867c,_0x3da860)=>{const _0x3a5e62=a15_0x5415a1,_0x12286d={'abuwY':function(_0x6c8a69,_0x3d8d7f){return _0x6c8a69(_0x3d8d7f);}};let _0x4942a6=0x1;if(!helper[_0x3a5e62(0x1c7)](_0x3da860[_0x3a5e62(0x1e5)]))_0x4942a6=_0x12286d['abuwY'](parseInt,_0x3da860[_0x3a5e62(0x1e5)]);else!helper[_0x3a5e62(0x1c7)](_0x5d867c['maxWorkers'])&&(_0x4942a6=_0x5d867c[_0x3a5e62(0x201)]);return _0x4942a6;},resolveJasmineConfigPath=()=>{const _0x3e1e71=a15_0x5415a1,_0x5a6185={};_0x5a6185[_0x3e1e71(0x1e1)]=_0x3e1e71(0x230);const _0x1c5cde=_0x5a6185,_0xd553be=[];process[_0x3e1e71(0x1f3)][_0x3e1e71(0x1c4)]&&_0xd553be[_0x3e1e71(0x1c9)](path[_0x3e1e71(0x217)](process['cwd'](),process['env']['JASMINE_CONFIG_PATH']));_0xd553be[_0x3e1e71(0x1c9)](path['resolve'](process[_0x3e1e71(0x1ce)](),_0x1c5cde[_0x3e1e71(0x1e1)]));for(const _0x2dd28b of _0xd553be){try{if(fs[_0x3e1e71(0x1f0)](_0x2dd28b))return _0x2dd28b;}catch(_0x13f55b){}}return null;},enumerateSpecFiles=_0x3c5b5b=>{const _0x3ba493=a15_0x5415a1,_0x1985df={'IomsL':function(_0xc3df96,_0x24784c){return _0xc3df96(_0x24784c);},'wVnFh':function(_0x230f02,_0x26a113){return _0x230f02>_0x26a113;},'WeWnh':function(_0x136472,_0x52f01f){return _0x136472(_0x52f01f);},'yeCEA':function(_0x30e1b3,_0x4b012d){return _0x30e1b3<_0x4b012d;},'yPyLu':function(_0x449458,_0x4fbab3){return _0x449458===_0x4fbab3;},'zeTDw':_0x3ba493(0x1b2),'EMyrD':function(_0xdaa27b,_0x2b97f6,_0x81950b){return _0xdaa27b(_0x2b97f6,_0x81950b);},'TwBnt':function(_0x7420e5){return _0x7420e5();},'llPVY':_0x3ba493(0x1ff),'jBLPT':'spec','msOSB':_0x3ba493(0x1d1),'zAtzh':function(_0x3257b0,_0x5ea4a4){return _0x3257b0>_0x5ea4a4;}};try{if(testOpsHelper[_0x3ba493(0x1f4)]()){const _0x181f50=testOpsHelper[_0x3ba493(0x214)](process[_0x3ba493(0x1f3)][_0x3ba493(0x247)]);if(Array[_0x3ba493(0x1e6)](_0x181f50)&&_0x1985df[_0x3ba493(0x1f2)](_0x181f50[_0x3ba493(0x237)],0x0))return _0x181f50[_0x3ba493(0x1ac)](_0x5c5bf8=>path[_0x3ba493(0x217)](process[_0x3ba493(0x1ce)](),_0x5c5bf8[_0x3ba493(0x216)]()))[_0x3ba493(0x21e)](Boolean);}}catch(_0x473f75){_0x1985df[_0x3ba493(0x242)](debug,_0x3ba493(0x1d8)+util[_0x3ba493(0x235)](_0x473f75));}const _0x422bc4=[];try{for(let _0xeba7ef=0x1;_0x1985df[_0x3ba493(0x23a)](_0xeba7ef,_0x3c5b5b[_0x3ba493(0x237)]);_0xeba7ef++){const _0x194ab0=_0x3c5b5b[_0xeba7ef];_0x1985df[_0x3ba493(0x233)](typeof _0x194ab0,_0x1985df[_0x3ba493(0x223)])&&!_0x194ab0[_0x3ba493(0x1db)]('-')&&_0x422bc4['push'](_0x194ab0);}}catch(_0x3cb5d5){}const _0x436333={'cwd':process['cwd'](),'absolute':!![],'nodir':!![]},_0x19a55c=(_0x19c16c,_0x3dd471)=>{const _0x344d10=_0x3ba493,_0x9b0616=[];for(const _0x1c19bf of _0x19c16c){try{const _0x39146b=_0x3dd471?path['posix'][_0x344d10(0x22f)](_0x3dd471,_0x1c19bf):_0x1c19bf,_0x58bd64=glob['globSync'](_0x39146b,_0x436333);Array['isArray'](_0x58bd64)&&_0x9b0616['push'](..._0x58bd64);}catch(_0x33f055){_0x1985df[_0x344d10(0x20f)](debug,_0x344d10(0x1ed)+_0x1c19bf+'\x27\x20:\x20'+util[_0x344d10(0x235)](_0x33f055));}}return _0x9b0616;};if(_0x1985df['wVnFh'](_0x422bc4[_0x3ba493(0x237)],0x0)){const _0x1cb5f6=_0x1985df['EMyrD'](_0x19a55c,_0x422bc4,null);if(_0x1985df['wVnFh'](_0x1cb5f6[_0x3ba493(0x237)],0x0))return Array['from'](new Set(_0x1cb5f6));return _0x422bc4['map'](_0x5ba7b9=>path[_0x3ba493(0x217)](process[_0x3ba493(0x1ce)](),_0x5ba7b9));}try{const _0x512585=_0x1985df['TwBnt'](resolveJasmineConfigPath);if(_0x512585){const _0x1d8320=JSON[_0x3ba493(0x200)](fs[_0x3ba493(0x229)](_0x512585,_0x1985df[_0x3ba493(0x1fa)])),_0xee6db=_0x1d8320[_0x3ba493(0x215)]||_0x1985df[_0x3ba493(0x1ea)],_0xaba56a=Array[_0x3ba493(0x1e6)](_0x1d8320[_0x3ba493(0x22b)])&&_0x1985df[_0x3ba493(0x1f2)](_0x1d8320[_0x3ba493(0x22b)][_0x3ba493(0x237)],0x0)?_0x1d8320['spec_files']:[_0x1985df['msOSB']],_0x433fcc=_0x1985df[_0x3ba493(0x1fd)](_0x19a55c,_0xaba56a,_0xee6db);if(_0x1985df['zAtzh'](_0x433fcc[_0x3ba493(0x237)],0x0))return Array[_0x3ba493(0x1f6)](new Set(_0x433fcc));}}catch(_0x3885e1){_0x1985df[_0x3ba493(0x242)](debug,_0x3ba493(0x228)+util[_0x3ba493(0x235)](_0x3885e1));}return null;};async function run(_0x2126ba,_0x419da9,_0xb589ed){const _0x3c66a6=a15_0x5415a1,_0x2ec3f7={'nakEU':function(_0x36840f,_0x4544b4){return _0x36840f>_0x4544b4;},'FYJLi':function(_0x37354d,_0x32bc35){return _0x37354d(_0x32bc35);},'JRmtP':_0x3c66a6(0x211),'ywluO':function(_0x5ebddc,_0x58e52c){return _0x5ebddc||_0x58e52c;},'gqTTJ':function(_0x50ea45,_0x4475c7){return _0x50ea45(_0x4475c7);},'uYouJ':function(_0x2b8183,_0x35ef9e){return _0x2b8183>_0x35ef9e;},'OEjnY':function(_0x1d7d73,_0x323462,_0x46e48a,_0x1b21f9){return _0x1d7d73(_0x323462,_0x46e48a,_0x1b21f9);},'VZyIl':_0x3c66a6(0x1aa),'BnPgi':_0x3c66a6(0x224),'giFiV':function(_0x57609f,_0x48d475){return _0x57609f===_0x48d475;},'batAw':'win32','AVjFN':_0x3c66a6(0x1d6),'gvAcV':'close','XLYvx':_0x3c66a6(0x244),'PWXgN':function(_0x539fd9,_0x2dad96){return _0x539fd9(_0x2dad96);},'szKig':function(_0x2b97af,_0xe41c49){return _0x2b97af(_0xe41c49);},'NvTmG':'@playwright/test','DHKxK':function(_0x2d1e26){return _0x2d1e26();},'ZkFzE':function(_0x2e920e,_0x54ffea,_0x1d1ed6,_0x27302a){return _0x2e920e(_0x54ffea,_0x1d1ed6,_0x27302a);},'UEfKb':function(_0x13a221,_0x1163b9){return _0x13a221!=_0x1163b9;},'BLvuD':_0x3c66a6(0x24a),'btLzV':function(_0x3459af,_0x2f27a8){return _0x3459af(_0x2f27a8);},'cqqCa':function(_0x136eac,_0x25cbca,_0x4547e7){return _0x136eac(_0x25cbca,_0x4547e7);},'ulvWL':function(_0x4334bf,_0x25e3ab){return _0x4334bf*_0x25e3ab;},'nsbXu':function(_0x37a63f,_0x2f018c){return _0x37a63f(_0x2f018c);},'Ilwut':function(_0x4ed78f,_0x1c2328){return _0x4ed78f(_0x1c2328);},'inCdV':function(_0x44c721,_0x24174b){return _0x44c721(_0x24174b);},'YMrPR':_0x3c66a6(0x1e3),'YyjdE':function(_0x266193,_0x3635b0){return _0x266193(_0x3635b0);},'DnOak':function(_0x22f4bf,_0x28b1fb){return _0x22f4bf(_0x28b1fb);},'IZCDz':function(_0x5a45a4,_0xca357){return _0x5a45a4<_0xca357;},'mStDe':function(_0xefee36,_0xe5bd08){return _0xefee36(_0xe5bd08);},'wjvcA':function(_0x334c64,_0x4eb01d){return _0x334c64(_0x4eb01d);},'mBbRz':_0x3c66a6(0x1da)},_0x496dee=helper[_0x3c66a6(0x1a6)](_0x2ec3f7[_0x3c66a6(0x219)]);global[_0x3c66a6(0x20e)]=!!_0x496dee;const _0x5eb48e=_0x2ec3f7[_0x3c66a6(0x202)](getPuppeteerVersion);global[_0x3c66a6(0x1b1)]=!!_0x5eb48e;helper[_0x3c66a6(0x22c)]()?(await _0xb589ed[_0x3c66a6(0x1fc)](_0x2126ba),await helper[_0x3c66a6(0x24b)](_0xb589ed[_0x3c66a6(0x250)])):await _0xb589ed['setupTCGAuth']();if(_0x496dee)await _0x2ec3f7[_0x3c66a6(0x20d)](checkPwandBootstrapCli,_0x496dee,constants[_0x3c66a6(0x1f8)][_0x3c66a6(0x1d4)],_0xb589ed);else _0x5eb48e&&await _0x2ec3f7[_0x3c66a6(0x1e2)](checkPuppeteerAndBootstrapCli,_0x5eb48e,constants[_0x3c66a6(0x1f8)][_0x3c66a6(0x1d4)],_0xb589ed);if(!_0xb589ed[_0x3c66a6(0x250)])return;_0x2ec3f7[_0x3c66a6(0x246)](_0xb589ed['config'][_0x3c66a6(0x236)],null)?process['env'][_0x3c66a6(0x239)]=_0xb589ed[_0x3c66a6(0x250)]['testObservability']:process[_0x3c66a6(0x1f3)][_0x3c66a6(0x239)]=_0x2ec3f7[_0x3c66a6(0x1c1)];!helper[_0x3c66a6(0x1c7)](_0xb589ed[_0x3c66a6(0x250)]['accessibilityOptions'])&&(process[_0x3c66a6(0x1f3)][_0x3c66a6(0x24c)]=JSON['stringify'](_0xb589ed[_0x3c66a6(0x250)][_0x3c66a6(0x20b)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS[_0x3c66a6(0x1d4)],_0xb589ed);}catch(_0x5dbea0){logger[_0x3c66a6(0x244)](_0x3c66a6(0x234)+util['format'](_0x5dbea0)),_0x2ec3f7[_0x3c66a6(0x1af)](debug,_0x3c66a6(0x203)+util['format'](_0x5dbea0));}let _0x1af268=![],_0x32490a=[];try{_0x1af268=helper['useW3C'](_0xb589ed['config']),_0x32490a=helper[_0x3c66a6(0x23d)](_0xb589ed['config'],_0x1af268,constants[_0x3c66a6(0x1f8)][_0x3c66a6(0x1d4)]),process[_0x3c66a6(0x1f3)][_0x3c66a6(0x1c0)]=JSON[_0x3c66a6(0x1e7)](_0x32490a);}catch(_0x47e4a5){_0x2ec3f7['gqTTJ'](debug,_0x3c66a6(0x20a)+util[_0x3c66a6(0x235)](_0x47e4a5));}let _0x169f97=null,_0x1dfc44=![];try{_0x169f97=helper['getHubUrl'](_0xb589ed['config']),_0x1dfc44=helper[_0x3c66a6(0x1dc)](_0xb589ed[_0x3c66a6(0x250)]);}catch(_0x2eeb76){_0x2ec3f7[_0x3c66a6(0x1af)](debug,_0x3c66a6(0x222)+util[_0x3c66a6(0x235)](_0x2eeb76));}const _0x1a850f=_0x4c37ab=>{const _0xea444f=_0x3c66a6,_0x3b6cdc=Array['isArray'](_0x32490a)&&_0x2ec3f7[_0xea444f(0x24e)](_0x32490a['length'],_0x4c37ab)?_0x32490a[_0x4c37ab]:Array['isArray'](_0x32490a)&&_0x2ec3f7[_0xea444f(0x24e)](_0x32490a['length'],0x0)?_0x32490a[0x0]:{};return{'server':_0x169f97,'capability':_0x3b6cdc,'proxySettings':_0xb589ed[_0xea444f(0x250)][_0xea444f(0x249)],'platform':helper['getPlatformName'](_0x3b6cdc),'browserStackLogLevel':_0xb589ed[_0xea444f(0x250)][_0xea444f(0x1fb)],'platformIndex':_0x4c37ab,'framework':constants[_0xea444f(0x1f8)][_0xea444f(0x1d4)],'platformCaps':_0x1dfc44?Object[_0xea444f(0x1cc)]({'index':_0x4c37ab},_0xb589ed[_0xea444f(0x250)][_0xea444f(0x213)][_0x4c37ab]):{'index':_0x4c37ab}};};let _0x3c0d1c=0x1,_0x41c925=0x1,_0x454f71=0x1;try{_0x3c0d1c=_0x2ec3f7['cqqCa'](getMaxWorkers,_0x2126ba,_0xb589ed[_0x3c66a6(0x250)]),_0x41c925=_0x1dfc44?_0xb589ed['config'][_0x3c66a6(0x213)][_0x3c66a6(0x237)]:0x1,_0x454f71=_0x2ec3f7[_0x3c66a6(0x1f1)](_0x41c925,_0x3c0d1c),process['env']['BROWSERSTACK_JASMINE_PARALLELS']=_0x2ec3f7[_0x3c66a6(0x21a)](String,_0x454f71);}catch(_0xca4230){_0x2ec3f7[_0x3c66a6(0x1ad)](debug,'Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20'+util[_0x3c66a6(0x235)](_0xca4230));}try{BrowserstackCLI[_0x3c66a6(0x1c2)]()[_0x3c66a6(0x21f)]&&(process[_0x3c66a6(0x1f3)][_0x3c66a6(0x225)]=BrowserstackCLI[_0x3c66a6(0x1c2)]()[_0x3c66a6(0x21f)]);}catch(_0x28e7dc){_0x2ec3f7[_0x3c66a6(0x1d7)](debug,_0x3c66a6(0x1de)+util[_0x3c66a6(0x235)](_0x28e7dc));}const _0x5602fd=[];try{const _0x381dcd=path[_0x3c66a6(0x217)](__dirname,_0x2ec3f7[_0x3c66a6(0x23b)]);fs[_0x3c66a6(0x1f0)](_0x381dcd)?_0x5602fd[_0x3c66a6(0x1c9)]('--helper='+_0x381dcd):_0x2ec3f7['YyjdE'](debug,_0x3c66a6(0x1dd)+_0x381dcd+';\x20proceeding\x20without\x20injection');}catch(_0x553e02){_0x2ec3f7[_0x3c66a6(0x21a)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x3c66a6(0x235)](_0x553e02));}const _0x2a5ea7=_0x419da9[_0x3c66a6(0x1b0)](0x1),_0xc6a3f7=_0x2ec3f7[_0x3c66a6(0x1b4)](enumerateSpecFiles,_0x419da9),_0x25889f=[];for(let _0xd2e06b=0x0;_0x2ec3f7['IZCDz'](_0xd2e06b,_0x41c925);_0xd2e06b++){if(_0x2ec3f7[_0x3c66a6(0x24e)](_0x3c0d1c,0x1)&&Array[_0x3c66a6(0x1e6)](_0xc6a3f7)&&_0x2ec3f7['nakEU'](_0xc6a3f7['length'],0x0))for(const _0x36bd48 of _0xc6a3f7){const _0x5e2338={};_0x5e2338['platformIndex']=_0xd2e06b,_0x5e2338['specArgs']=[_0x36bd48],_0x25889f['push'](_0x5e2338);}else{const _0x40e34f={};_0x40e34f[_0x3c66a6(0x1e0)]=_0xd2e06b,_0x40e34f[_0x3c66a6(0x1eb)]=_0xc6a3f7,_0x25889f[_0x3c66a6(0x1c9)](_0x40e34f);}}logger['info'](_0x3c66a6(0x1ba)+_0x41c925+'\x20platform(s),\x20parallelsPerPlatform='+_0x3c0d1c+'\x20('+_0x25889f[_0x3c66a6(0x237)]+_0x3c66a6(0x1a7)+_0x454f71+_0x3c66a6(0x24d)),PerformanceTester[_0x3c66a6(0x231)](PerformanceEvents[_0x3c66a6(0x21b)]);const _0x3083e9=_0x536370=>new Promise(_0x56195a=>{const _0x1c8fc5=_0x3c66a6,_0x3c1919={'tzdan':_0x2ec3f7[_0x1c8fc5(0x1e9)],'fWytQ':function(_0x2513f9,_0x1b2e0f){return _0x2ec3f7['FYJLi'](_0x2513f9,_0x1b2e0f);},'AOVJl':function(_0x261bc3,_0x3769b5){const _0x3d8a49=_0x1c8fc5;return _0x2ec3f7[_0x3d8a49(0x22d)](_0x261bc3,_0x3769b5);}};let _0x4e2979;try{const _0x10efef=_0x2ec3f7[_0x1c8fc5(0x1f7)](_0x1a850f,_0x536370[_0x1c8fc5(0x1e0)]);_0x4e2979=Object[_0x1c8fc5(0x1cc)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x10efef),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x10efef[_0x1c8fc5(0x210)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x38eea5){_0x2ec3f7[_0x1c8fc5(0x1c6)](debug,_0x1c8fc5(0x1c5)+_0x536370['platformIndex']+_0x1c8fc5(0x252)+util[_0x1c8fc5(0x235)](_0x38eea5)),_0x4e2979=Object[_0x1c8fc5(0x1cc)]({},process['env']);}const _0x317cbf=Array['isArray'](_0x536370[_0x1c8fc5(0x1eb)])?_0x536370[_0x1c8fc5(0x1eb)]:[],_0x1295f1=_0x2ec3f7[_0x1c8fc5(0x232)](_0x317cbf[_0x1c8fc5(0x237)],0x0)?_0x2a5ea7[_0x1c8fc5(0x21e)](_0xf8a419=>typeof _0xf8a419===_0x1c8fc5(0x1b2)&&_0xf8a419[_0x1c8fc5(0x1db)]('-')):_0x2a5ea7,_0x1457fd=[..._0x5602fd,..._0x1295f1,..._0x317cbf];try{const _0x3d920d=_0x2ec3f7[_0x1c8fc5(0x20d)](spawn,_0x2ec3f7[_0x1c8fc5(0x1a9)],[_0x2ec3f7[_0x1c8fc5(0x206)],..._0x1457fd],{'shell':_0x2ec3f7[_0x1c8fc5(0x238)](process[_0x1c8fc5(0x21c)],_0x2ec3f7[_0x1c8fc5(0x248)]),'stdio':_0x2ec3f7[_0x1c8fc5(0x1d9)],'env':_0x4e2979});_0x3d920d['on'](_0x2ec3f7[_0x1c8fc5(0x1bd)],_0x24b403=>{const _0x3404c2=_0x1c8fc5;logger['debug'](_0x3404c2(0x1ef)+_0x536370[_0x3404c2(0x1e0)]+_0x3404c2(0x22e)+(_0x317cbf[_0x3404c2(0x237)]?_0x317cbf[_0x3404c2(0x22f)](','):_0x3c1919['tzdan'])+')\x20exited\x20with\x20code\x20'+_0x24b403),_0x3c1919[_0x3404c2(0x207)](_0x56195a,_0x3c1919[_0x3404c2(0x1e4)](_0x24b403,0x0));}),_0x3d920d['on'](_0x2ec3f7[_0x1c8fc5(0x1e8)],_0x1bcbaf=>{const _0x5ad84c=_0x1c8fc5;_0x2ec3f7[_0x5ad84c(0x1f7)](debug,_0x5ad84c(0x245)+_0x536370[_0x5ad84c(0x1e0)]+')\x20:\x20'+util[_0x5ad84c(0x235)](_0x1bcbaf)),_0x2ec3f7[_0x5ad84c(0x1f7)](_0x56195a,0x1);});}catch(_0x17c877){_0x2ec3f7[_0x1c8fc5(0x1b3)](debug,_0x1c8fc5(0x1d5)+_0x536370['platformIndex']+_0x1c8fc5(0x1bb)+util[_0x1c8fc5(0x235)](_0x17c877)),_0x2ec3f7[_0x1c8fc5(0x20c)](_0x56195a,0x1);}}),_0x2513a3=_0x2ec3f7[_0x3c66a6(0x23f)](pLimit,_0x2ec3f7[_0x3c66a6(0x24e)](_0x454f71,0x0)?_0x454f71:0x1),_0x15f3e8=await Promise[_0x3c66a6(0x211)](_0x25889f['map'](_0x2bd631=>_0x2513a3(()=>_0x3083e9(_0x2bd631))));PerformanceTester[_0x3c66a6(0x226)](PerformanceEvents[_0x3c66a6(0x1b8)]);const _0x462677=_0x15f3e8[_0x3c66a6(0x1a8)](_0x1e4599=>_0x1e4599!==0x0)||0x0;process[_0x3c66a6(0x1f5)]=_0x462677,logger['debug'](_0x3c66a6(0x1ae)+_0x462677);const _0x23aa5f=BrowserstackCLI[_0x3c66a6(0x240)]();try{await TestHubHandler[_0x3c66a6(0x22a)](),await BrowserstackCLI['getInstance']()[_0x3c66a6(0x22a)]();}catch(_0x1840a8){_0x2ec3f7[_0x3c66a6(0x1cb)](debug,_0x3c66a6(0x218)+util[_0x3c66a6(0x235)](_0x1840a8));}try{const {browserstackFolderPath:_0x33ed26,tcgConfigPath:_0x5e948a}=helper[_0x3c66a6(0x1ec)]();fs[_0x3c66a6(0x24f)](_0x5e948a),fs[_0x3c66a6(0x1bf)](_0x33ed26);}catch(_0x414bf0){logger[_0x3c66a6(0x1c8)](_0x2ec3f7[_0x3c66a6(0x251)],_0x414bf0);}testOpsHelper['printBuildLink'](),await utilities[_0x3c66a6(0x1ca)](_0xb589ed,_0x23aa5f);}module[a15_0x5415a1(0x1b7)]=run;
@@ -1 +1 @@
1
- 'use strict';const a16_0x20d3e2=a16_0x42bf;(function(_0x49b2a4,_0x1aa777){const _0x4abc2f=a16_0x42bf,_0x5105b4=_0x49b2a4();while(!![]){try{const _0x1586e4=parseInt(_0x4abc2f(0x185))/0x1+parseInt(_0x4abc2f(0x1d6))/0x2+parseInt(_0x4abc2f(0x17d))/0x3*(parseInt(_0x4abc2f(0x160))/0x4)+-parseInt(_0x4abc2f(0x19b))/0x5*(-parseInt(_0x4abc2f(0x188))/0x6)+parseInt(_0x4abc2f(0x154))/0x7+parseInt(_0x4abc2f(0x181))/0x8+parseInt(_0x4abc2f(0x16d))/0x9*(-parseInt(_0x4abc2f(0x199))/0xa);if(_0x1586e4===_0x1aa777)break;else _0x5105b4['push'](_0x5105b4['shift']());}catch(_0x263123){_0x5105b4['push'](_0x5105b4['shift']());}}}(a16_0x8b5f,0x3d8e4));const util=require(a16_0x20d3e2(0x1c3)),logger=require('../../helpers/logger')['winstonLogger'],helper=require('../../helpers/helper'),globals=require(a16_0x20d3e2(0x182)),{shouldProcessEventForTesthub}=require(a16_0x20d3e2(0x186)),testHubConstants=require(a16_0x20d3e2(0x19d)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x20d3e2(0x178)),accessibilityRetryHelper=require(a16_0x20d3e2(0x1a7)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x20d3e2(0x162)]['BROWSERSTACK_JASMINE_CONFIG']||process['env'][a16_0x20d3e2(0x16c)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x20d3e2(0x1b4)](rawConfig));}catch(a16_0x24f631){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x17b)+util[a16_0x20d3e2(0x1d5)](a16_0x24f631));}try{if(_bstackConfig&&!helper[a16_0x20d3e2(0x1cf)](a16_0x20d3e2(0x1b2))){const wSVEmS=a16_0x20d3e2(0x1c8)[a16_0x20d3e2(0x158)]('|');let NZKUsi=0x0;while(!![]){switch(wSVEmS[NZKUsi++]){case'0':global[a16_0x20d3e2(0x1b9)]=_bstackConfig[a16_0x20d3e2(0x173)];continue;case'1':shouldProcessEventForTesthub()?require(a16_0x20d3e2(0x1a1))[a16_0x20d3e2(0x1b0)](_bstackConfig,null,!![]):require(a16_0x20d3e2(0x1a1))[a16_0x20d3e2(0x1b0)](_bstackConfig);continue;case'2':global[a16_0x20d3e2(0x1ad)]=_bstackConfig[a16_0x20d3e2(0x1b7)]||{};continue;case'3':logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x179));continue;case'4':helper[a16_0x20d3e2(0x19c)]()?(global[a16_0x20d3e2(0x1af)]=helper[a16_0x20d3e2(0x1be)](_bstackConfig[a16_0x20d3e2(0x17e)]),global['__skipSessionStatus']=helper[a16_0x20d3e2(0x1be)](_bstackConfig[a16_0x20d3e2(0x163)])):(global['__skipSessionName']=!![],global['__skipSessionStatus']=!![]);continue;}break;}}}catch(a16_0x9f6793){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x1cd)+util[a16_0x20d3e2(0x1d5)](a16_0x9f6793));}const _fileNameByFullName={};function a16_0x42bf(_0xcb3d6c,_0x12aa61){const _0x8b5fc3=a16_0x8b5f();return a16_0x42bf=function(_0x42bff9,_0x976029){_0x42bff9=_0x42bff9-0x150;let _0x1c5516=_0x8b5fc3[_0x42bff9];return _0x1c5516;},a16_0x42bf(_0xcb3d6c,_0x12aa61);}try{if(typeof describe===a16_0x20d3e2(0x166)&&typeof global!==a16_0x20d3e2(0x150)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x213339=a16_0x20d3e2,_0x417a5c={'nXmNd':function(_0x4baf04,_0x4db171){return _0x4baf04(_0x4db171);},'anNNF':_0x213339(0x18d),'bhJzy':function(_0x267937,_0xd667e5){return _0x267937(_0xd667e5);},'ZTpbW':_0x213339(0x1a0),'mYuCE':_0x213339(0x1c2)},_0x43b5fd=Error['prepareStackTrace'];try{const _0x11f895=new Error();Error['prepareStackTrace']=(_0x589caa,_0x4a8cd2)=>_0x4a8cd2;const _0x5c3a81=_0x11f895['stack'];Error['prepareStackTrace']=_0x43b5fd;if(Array[_0x213339(0x1c9)](_0x5c3a81))for(const _0x39c041 of _0x5c3a81){const _0x445eda=_0x39c041[_0x213339(0x1c6)]&&_0x39c041[_0x213339(0x1c6)]();if(_0x445eda&&!_0x445eda[_0x213339(0x16a)]('bin'+_0x417a5c[_0x213339(0x1c0)](require,_0x417a5c['anNNF'])[_0x213339(0x1bb)]+'jasmine'+_0x417a5c[_0x213339(0x161)](require,_0x417a5c['anNNF'])[_0x213339(0x1bb)])&&!_0x445eda['startsWith'](_0x417a5c[_0x213339(0x1a8)])&&!_0x445eda[_0x213339(0x16a)](_0x417a5c[_0x213339(0x1d7)]))return _0x445eda;}}catch(_0x14073f){Error[_0x213339(0x1d3)]=_0x43b5fd;}return null;},_wrappedDescribe=function(_0x536d59,_0xfa6397){const _0x448c62=a16_0x20d3e2,_0x594f97={'RFrDb':function(_0x444a0b){return _0x444a0b();},'TQSWM':function(_0x22ba36,_0x3a59f2){return _0x22ba36&&_0x3a59f2;},'TUrDM':function(_0x1b197c,_0x574226,_0x2c7ef5){return _0x1b197c(_0x574226,_0x2c7ef5);}};let _0xdb9a60=null;try{_0xdb9a60=_0x594f97[_0x448c62(0x1b8)](_resolveCallerFile);}catch(_0x42eee0){}_describeTitleStack[_0x448c62(0x15f)](_0x536d59);const _0x29d115=_describeTitleStack[_0x448c62(0x1d2)]('\x20');_0x594f97[_0x448c62(0x183)](_0xdb9a60,_0x29d115)&&(_fileNameByFullName[_0x29d115]=_0xdb9a60);try{return _0x594f97['TUrDM'](_origDescribe,_0x536d59,_0xfa6397);}finally{_describeTitleStack[_0x448c62(0x15e)]();}};Object[a16_0x20d3e2(0x15c)](_origDescribe)[a16_0x20d3e2(0x18e)](_0x527919=>{_wrappedDescribe[_0x527919]=_origDescribe[_0x527919];}),global[a16_0x20d3e2(0x1a2)]=_wrappedDescribe;}}catch(a16_0x1d556b){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x1d9)+util['format'](a16_0x1d556b));}try{if(typeof jasmine!==a16_0x20d3e2(0x150)&&jasmine[a16_0x20d3e2(0x1c7)]){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a16_0x32d1ff={};a16_0x32d1ff[a16_0x20d3e2(0x1da)]=_fileNameByFullName,jasmine[a16_0x20d3e2(0x1c7)]()['addReporter'](new BrowserStackJasmineReporter(a16_0x32d1ff)),logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x198));}else logger['debug'](a16_0x20d3e2(0x1a3));}catch(a16_0x24e22a){logger[a16_0x20d3e2(0x1ce)](a16_0x20d3e2(0x191)+util[a16_0x20d3e2(0x1d5)](a16_0x24e22a));}try{typeof jasmine!==a16_0x20d3e2(0x150)&&jasmine[a16_0x20d3e2(0x1c7)]&&jasmine['getEnv']()['addReporter']({'specStarted'(_0x4d4f88){const _0x3c308c=a16_0x20d3e2,_0x2e6660={};_0x2e6660[_0x3c308c(0x159)]=function(_0x290028,_0x3d4541){return _0x290028||_0x3d4541;};const _0x34e56e=_0x2e6660;_activeResultId=_0x4d4f88&&_0x4d4f88['id'],_activeFullName=_0x4d4f88&&_0x4d4f88[_0x3c308c(0x1aa)],_activeResultRef=_0x34e56e['dvLqG'](_0x4d4f88,null);},'specDone'(){}});}catch(a16_0x73fc95){logger['debug'](a16_0x20d3e2(0x189)+util['format'](a16_0x73fc95));}const _resolveAutoScanning=()=>{const _0x543b09=a16_0x20d3e2,_0x44b165={};_0x44b165['nZQtz']=function(_0x108a32,_0x3223fc){return _0x108a32===_0x3223fc;};const _0x363f89=_0x44b165;let _0x88d877=!![];try{const _0x329c81=JSON[_0x543b09(0x1b4)](process[_0x543b09(0x162)][_0x543b09(0x184)]||'{}');_0x363f89[_0x543b09(0x165)](_0x329c81['autoScanning'],![])&&(_0x88d877=![]);}catch(_0x2239de){logger['debug']('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x2239de[_0x543b09(0x169)]);}return _0x88d877;};try{typeof beforeEach===a16_0x20d3e2(0x166)&&beforeEach(function bstackA11yBeforeEach(){const _0x2e3dd2=a16_0x20d3e2,_0x27b337={'DZwOZ':function(_0x59b27b){return _0x59b27b();},'ZPJXe':function(_0x4fcc12,_0x42e339,_0x2f7b8a){return _0x4fcc12(_0x42e339,_0x2f7b8a);},'HwRxc':function(_0x5b088d,_0x243771){return _0x5b088d&&_0x243771;},'acdAH':_0x2e3dd2(0x152),'XSIUS':_0x2e3dd2(0x1ae)};try{const _0x276ddb=_0x27b337['DZwOZ'](_resolveAutoScanning),_0x1ef175=_0x27b337[_0x2e3dd2(0x1bc)](shouldScanTestForAccessibility,null,![]),_0x2cdfda=_0x27b337[_0x2e3dd2(0x15a)](_0x276ddb,_0x1ef175);globals[_0x2e3dd2(0x167)](_0x27b337[_0x2e3dd2(0x1a5)],_0x2cdfda),globals[_0x2e3dd2(0x167)](_0x27b337[_0x2e3dd2(0x1b5)],null);}catch(_0x547356){logger['debug'](_0x2e3dd2(0x18a)+util[_0x2e3dd2(0x1d5)](_0x547356));}}),typeof afterEach===a16_0x20d3e2(0x166)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x1699e4=a16_0x20d3e2,_0x52d4b4={'DUYDg':function(_0x4b51c1,_0x3143d4){return _0x4b51c1>_0x3143d4;},'qHYEA':_0x1699e4(0x190),'eBfLy':function(_0x32b883,_0x42c259){return _0x32b883+_0x42c259;},'QSyfv':_0x1699e4(0x194),'gBhzh':_0x1699e4(0x1a9),'ZhCEd':_0x1699e4(0x174),'gUndR':_0x1699e4(0x156),'PXyQk':_0x1699e4(0x176),'uFixW':_0x1699e4(0x197),'EsKOU':function(_0x366d08){return _0x366d08();},'MUeQU':_0x1699e4(0x17f),'VsCbt':function(_0x3bfef2,_0x45d99f){return _0x3bfef2>_0x45d99f;},'Fytge':'bstackA11yShouldScan','ubgIx':'[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','CMeKm':_0x1699e4(0x18f),'ptvwC':'[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','NMGCa':_0x1699e4(0x193),'RAoTT':'isMobilePlatform','IRyCN':_0x1699e4(0x1d8),'JhOMf':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array[_0x1699e4(0x1c9)](global[_0x1699e4(0x1ab)])&&_0x52d4b4[_0x1699e4(0x15d)](global[_0x1699e4(0x1ab)][_0x1699e4(0x157)],0x0)&&global[_0x1699e4(0x1ab)][0x0]){const _0x1ec89a=_activeFullName||global[_0x1699e4(0x18b)];if(!global['__skipSessionName']&&_0x1ec89a){global['sessionName']=_0x1ec89a;try{await global[_0x1699e4(0x1ab)][0x0][_0x1699e4(0x168)](_0x1699e4(0x17c)+JSON[_0x1699e4(0x1d4)](_0x1ec89a)+'}}'),global[_0x1699e4(0x1ab)][0x0][_0x1699e4(0x1d0)]=!![];}catch(_0x1b3789){logger['debug'](_0x1699e4(0x1c4)+util[_0x1699e4(0x1d5)](_0x1b3789));}}if(!global['__skipSessionStatus'])try{const _0x438cb5=_activeResultRef&&Array[_0x1699e4(0x1c9)](_activeResultRef[_0x1699e4(0x15b)])?_activeResultRef[_0x1699e4(0x15b)]:[],_0x2a9db3=_0x52d4b4[_0x1699e4(0x15d)](_0x438cb5[_0x1699e4(0x157)],0x0),_0x247b14=_0x2a9db3?_0x438cb5[0x0]&&_0x438cb5[0x0][_0x1699e4(0x169)]||_0x52d4b4[_0x1699e4(0x153)]:null;try{await global['__drivers'][0x0][_0x1699e4(0x168)](_0x1699e4(0x18c)+JSON['stringify'](_0x2a9db3?_0x52d4b4[_0x1699e4(0x17a)](_0x52d4b4[_0x1699e4(0x155)],_0x247b14):_0x52d4b4[_0x1699e4(0x1ca)])+',\x22level\x22:\x20\x22'+(_0x2a9db3?_0x52d4b4[_0x1699e4(0x1a4)]:_0x52d4b4['gUndR'])+_0x1699e4(0x1ac));}catch(_0x5e3734){logger[_0x1699e4(0x1ce)](_0x1699e4(0x177)+util[_0x1699e4(0x1d5)](_0x5e3734));}_0x2a9db3&&(global[_0x1699e4(0x151)]=!![]),await helper['markSessionStatus'](global[_0x1699e4(0x1ab)][0x0],_0x2a9db3?_0x52d4b4[_0x1699e4(0x195)]:_0x52d4b4[_0x1699e4(0x170)],_0x247b14);}catch(_0x464a0c){logger[_0x1699e4(0x1ce)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util['format'](_0x464a0c));}}}catch(_0xd8ca33){logger[_0x1699e4(0x1ce)](_0x1699e4(0x1b6)+util[_0x1699e4(0x1d5)](_0xd8ca33));}try{if(_0x52d4b4[_0x1699e4(0x1c1)](isAccessibilityAutomationSession)&&globals[_0x1699e4(0x16f)](_0x52d4b4['MUeQU'])&&Array[_0x1699e4(0x1c9)](global['__drivers'])&&_0x52d4b4[_0x1699e4(0x19e)](global[_0x1699e4(0x1ab)]['length'],0x0)&&global['__drivers'][0x0]){const _0x43011a=testRunMap['get'](_activeResultId),_0x445121={};_0x445121[_0x1699e4(0x192)]=_0x43011a,_0x445121[_0x1699e4(0x1bf)]=process[_0x1699e4(0x162)][testHubConstants['ENV_VAR'][_0x1699e4(0x172)]],_0x445121[_0x1699e4(0x1b1)]=process[_0x1699e4(0x162)][testHubConstants[_0x1699e4(0x175)][_0x1699e4(0x1c5)]];const _0xc042a4=_0x445121;logger[_0x1699e4(0x1ce)](_0x1699e4(0x1bd)+JSON['stringify'](_0xc042a4));if(globals[_0x1699e4(0x16f)](_0x52d4b4[_0x1699e4(0x187)])){logger[_0x1699e4(0x1ce)](_0x52d4b4[_0x1699e4(0x1cb)]);const _0x2e01d4=await accessibilityRetryHelper[_0x1699e4(0x1cc)](global['__drivers'][0x0],global[_0x1699e4(0x196)]);_0x2e01d4?logger['debug'](_0x52d4b4[_0x1699e4(0x1d1)]):logger[_0x1699e4(0x180)](_0x52d4b4[_0x1699e4(0x19a)]);}else logger[_0x1699e4(0x1ce)](_0x52d4b4[_0x1699e4(0x164)]);globals[_0x1699e4(0x16f)](_0x52d4b4[_0x1699e4(0x16b)])&&(_0xc042a4[_0x1699e4(0x1b3)]=!![]);const _0x3a394d=await accessibilityRetryHelper[_0x1699e4(0x1a6)](global[_0x1699e4(0x1ab)][0x0],_0xc042a4);_0x3a394d?logger[_0x1699e4(0x1ce)](_0x52d4b4[_0x1699e4(0x1ba)]):logger[_0x1699e4(0x180)](_0x52d4b4[_0x1699e4(0x16e)]);}}catch(_0x126296){logger[_0x1699e4(0x174)]('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x1699e4(0x1d5)](_0x126296));}});}catch(a16_0x56d24e){logger['debug'](a16_0x20d3e2(0x171)+util[a16_0x20d3e2(0x1d5)](a16_0x56d24e));}module[a16_0x20d3e2(0x19f)]={};function a16_0x8b5f(){const _0x4b181c=['sep','ZPJXe','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','isTrue','thBuildUuid','nXmNd','EsKOU','jasmine-core','util','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','BROWSERSTACK_TESTHUB_JWT','getFileName','getEnv','3|1|2|0|4','isArray','gBhzh','ubgIx','performScanWithRetry','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','debug','getPackageVersion','sessionNameSet__','CMeKm','join','prepareStackTrace','stringify','format','996740DYdBhr','mYuCE','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','fileNameByFullName','undefined','__sessionFailed','bstackA11yShouldScan','qHYEA','3458287EoKnbB','QSyfv','info','length','split','dvLqG','HwRxc','failedExpectations','keys','DUYDg','pop','push','149776XMtLfB','bhJzy','env','skipSessionStatus','NMGCa','nZQtz','function','setGlobal','executeScript','message','includes','RAoTT','CONFIG','18dEKTsX','JhOMf','getGlobal','uFixW','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','BROWSERSTACK_TESTHUB_UUID','platformIndex','error','ENV_VAR','failed','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','../../helpers/accessibility-automation/helper','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','eBfLy','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','15iFCcEu','skipSessionName','isAccessibilityPlatform','warn','3580800dJTzeG','../../helpers/globals','TQSWM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','191152dAUSvp','../../helpers/testhub/utils','Fytge','198wfNbrk','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','sessionName','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','path','forEach','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','Spec\x20failed','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','thTestRunUuid','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','Failed:\x20','PXyQk','browserstackSessionName','passed','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','8344240XvJuhd','ptvwC','15545BxEejo','isBrowserstackInfra','../../helpers/testhub/constants','VsCbt','exports','node:','../../index','describe','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','ZhCEd','acdAH','saveAccessibilityResultsWithRetry','../../helpers/accessibility-automation/accessibilityRetryHelper','ZTpbW','Passed','fullName','__drivers','\x22}}','__platformCaps','bstackA11yScanOptions','__skipSessionName','browserstackAgentV2','thJwtToken','@playwright/test','is_mobile_session','parse','XSIUS','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','platformCaps','RFrDb','browserstackPlatformIndex','IRyCN'];a16_0x8b5f=function(){return _0x4b181c;};return a16_0x8b5f();}
1
+ 'use strict';const a16_0x45741a=a16_0x36ee;(function(_0x758a02,_0x273aa9){const _0x350e13=a16_0x36ee,_0x5bfe3a=_0x758a02();while(!![]){try{const _0x266790=-parseInt(_0x350e13(0x228))/0x1*(-parseInt(_0x350e13(0x227))/0x2)+-parseInt(_0x350e13(0x1eb))/0x3*(parseInt(_0x350e13(0x24b))/0x4)+parseInt(_0x350e13(0x22d))/0x5*(-parseInt(_0x350e13(0x218))/0x6)+parseInt(_0x350e13(0x21b))/0x7*(parseInt(_0x350e13(0x1d3))/0x8)+-parseInt(_0x350e13(0x22f))/0x9*(parseInt(_0x350e13(0x1d2))/0xa)+parseInt(_0x350e13(0x1f7))/0xb*(-parseInt(_0x350e13(0x1dd))/0xc)+parseInt(_0x350e13(0x204))/0xd;if(_0x266790===_0x273aa9)break;else _0x5bfe3a['push'](_0x5bfe3a['shift']());}catch(_0xc68fe2){_0x5bfe3a['push'](_0x5bfe3a['shift']());}}}(a16_0x179c,0xe6628));const util=require(a16_0x45741a(0x1d6)),logger=require('../../helpers/logger')[a16_0x45741a(0x21d)],helper=require('../../helpers/helper'),globals=require('../../helpers/globals'),{shouldProcessEventForTesthub}=require(a16_0x45741a(0x1e0)),testHubConstants=require(a16_0x45741a(0x1ed)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x45741a(0x232)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),testRunMap=require(a16_0x45741a(0x1ea));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x45741a(0x20a)][a16_0x45741a(0x24a)]||process['env'][a16_0x45741a(0x1fe)];rawConfig!==undefined&&(_bstackConfig=JSON['parse'](rawConfig));}catch(a16_0x1b43db){logger[a16_0x45741a(0x20b)](a16_0x45741a(0x224)+util[a16_0x45741a(0x1fb)](a16_0x1b43db));}try{if(_bstackConfig&&!helper[a16_0x45741a(0x21a)](a16_0x45741a(0x20e))){const PGsYuc=a16_0x45741a(0x1fa)[a16_0x45741a(0x220)]('|');let XBLTfN=0x0;while(!![]){switch(PGsYuc[XBLTfN++]){case'0':global[a16_0x45741a(0x236)]=_bstackConfig['platformIndex'];continue;case'1':global['__platformCaps']=_bstackConfig[a16_0x45741a(0x23d)]||{};continue;case'2':helper[a16_0x45741a(0x226)]()?(global['__skipSessionName']=helper[a16_0x45741a(0x244)](_bstackConfig['skipSessionName']),global['__skipSessionStatus']=helper[a16_0x45741a(0x244)](_bstackConfig[a16_0x45741a(0x239)])):(global[a16_0x45741a(0x207)]=!![],global[a16_0x45741a(0x1ee)]=!![]);continue;case'3':logger[a16_0x45741a(0x20b)](a16_0x45741a(0x1ef));continue;case'4':shouldProcessEventForTesthub()?require(a16_0x45741a(0x1c6))[a16_0x45741a(0x1cb)](_bstackConfig,null,!![]):require(a16_0x45741a(0x1c6))['browserstackAgentV2'](_bstackConfig);continue;}break;}}}catch(a16_0x3bf8b1){logger[a16_0x45741a(0x20b)](a16_0x45741a(0x240)+util[a16_0x45741a(0x1fb)](a16_0x3bf8b1));}const _fileNameByFullName={};try{if(typeof describe==='function'&&typeof global!==a16_0x45741a(0x1e6)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x38d30c=a16_0x45741a,_0x403774={'jUyFw':function(_0x474df7,_0x1e2185){return _0x474df7(_0x1e2185);},'oSdDM':_0x38d30c(0x219),'pUdbO':_0x38d30c(0x1c1),'WfylH':_0x38d30c(0x1f1)},_0x181843=Error[_0x38d30c(0x208)];try{const _0x3f13cf=new Error();Error[_0x38d30c(0x208)]=(_0x26b8b5,_0x2e19f4)=>_0x2e19f4;const _0xa69940=_0x3f13cf['stack'];Error['prepareStackTrace']=_0x181843;if(Array[_0x38d30c(0x1c2)](_0xa69940))for(const _0x48dd98 of _0xa69940){const _0x1aa152=_0x48dd98['getFileName']&&_0x48dd98[_0x38d30c(0x1ce)]();if(_0x1aa152&&!_0x1aa152[_0x38d30c(0x210)](_0x38d30c(0x223)+_0x403774[_0x38d30c(0x1ec)](require,_0x403774[_0x38d30c(0x1e9)])[_0x38d30c(0x1f8)]+_0x38d30c(0x237)+_0x403774[_0x38d30c(0x1ec)](require,_0x403774[_0x38d30c(0x1e9)])[_0x38d30c(0x1f8)])&&!_0x1aa152[_0x38d30c(0x1dc)](_0x403774[_0x38d30c(0x1e1)])&&!_0x1aa152[_0x38d30c(0x210)](_0x403774[_0x38d30c(0x1e4)]))return _0x1aa152;}}catch(_0x5d30ab){Error[_0x38d30c(0x208)]=_0x181843;}return null;},_wrappedDescribe=function(_0x4141ee,_0x5b56ee){const _0x9bc696=a16_0x45741a,_0x8c28de={'XaDao':function(_0x4a83ce){return _0x4a83ce();},'LlisS':function(_0x1434ba,_0x36956d){return _0x1434ba&&_0x36956d;},'GpUlM':function(_0x240074,_0x112cfc,_0x314bbe){return _0x240074(_0x112cfc,_0x314bbe);}};let _0x3ef692=null;try{_0x3ef692=_0x8c28de['XaDao'](_resolveCallerFile);}catch(_0x378568){}_describeTitleStack[_0x9bc696(0x23f)](_0x4141ee);const _0x317a7a=_describeTitleStack[_0x9bc696(0x1d9)]('\x20');_0x8c28de['LlisS'](_0x3ef692,_0x317a7a)&&(_fileNameByFullName[_0x317a7a]=_0x3ef692);try{return _0x8c28de[_0x9bc696(0x215)](_origDescribe,_0x4141ee,_0x5b56ee);}finally{_describeTitleStack[_0x9bc696(0x24c)]();}};Object[a16_0x45741a(0x21e)](_origDescribe)[a16_0x45741a(0x1ff)](_0x1fb0b4=>{_wrappedDescribe[_0x1fb0b4]=_origDescribe[_0x1fb0b4];}),global[a16_0x45741a(0x22a)]=_wrappedDescribe;}}catch(a16_0x5757e5){logger[a16_0x45741a(0x20b)](a16_0x45741a(0x246)+util[a16_0x45741a(0x1fb)](a16_0x5757e5));}try{if(typeof jasmine!=='undefined'&&jasmine['getEnv']){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a16_0x4d8fc7={};a16_0x4d8fc7['fileNameByFullName']=_fileNameByFullName,jasmine[a16_0x45741a(0x1da)]()[a16_0x45741a(0x225)](new BrowserStackJasmineReporter(a16_0x4d8fc7)),logger['debug'](a16_0x45741a(0x245));}else logger[a16_0x45741a(0x20b)](a16_0x45741a(0x1f3));}catch(a16_0x28e2ea){logger[a16_0x45741a(0x20b)](a16_0x45741a(0x1df)+util[a16_0x45741a(0x1fb)](a16_0x28e2ea));}function a16_0x179c(){const _0x4c050f=['pop','node:','isArray','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','isMobilePlatform','bstackA11yShouldScan','../../index','message','fullName','warn','failed','browserstackAgentV2','FGXOx','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','getFileName','RHvad','__drivers','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','12732840JPnyvg','16OdkQun','Pwnlm','saveAccessibilityResultsWithRetry','util','iAZTv','mWpcC','join','getEnv','thJwtToken','startsWith','1746456RZEtpH','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','../../helpers/testhub/utils','pUdbO','isAccessibilityPlatform','stringify','WfylH','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','undefined','GcamG','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','oSdDM','./testRunMap','30999PwZKAw','jUyFw','../../helpers/testhub/constants','__skipSessionStatus','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','jasmine-core','\x22}}','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','get','Passed','FHzJb','22hJIrAs','sep','YfYVD','3|4|1|0|2','format','getGlobal',',\x22level\x22:\x20\x22','CONFIG','forEach','ENV_VAR','__sessionFailed','roNjS','browserstackSessionName','3616522qlTYmH','hHNyL','is_mobile_session','__skipSessionName','prepareStackTrace','error','env','debug','markSessionStatus','Spec\x20failed','@playwright/test','parse','includes','executeScript','sessionNameSet__','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','jUdXH','GpUlM','DcPNw','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','6uAPIuP','path','getPackageVersion','6293518adfuJa','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','winstonLogger','keys','epkfL','split','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','setGlobal','bin','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','addReporter','isBrowserstackInfra','107974LMnBzg','17DavPIf','yppiu','describe','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','length','2017205iusdlU','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','9PRuVHR','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','Vsdpp','../../helpers/accessibility-automation/helper','sessionName','function','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','browserstackPlatformIndex','jasmine','BROWSERSTACK_TESTHUB_UUID','skipSessionStatus','performScanWithRetry','XHmzv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','platformCaps','MycEN','push','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','exports','failedExpectations','thBuildUuid','isTrue','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','WZjeU','bzznE','XMESk','BROWSERSTACK_JASMINE_CONFIG','32WXHfgI'];a16_0x179c=function(){return _0x4c050f;};return a16_0x179c();}try{typeof jasmine!==a16_0x45741a(0x1e6)&&jasmine['getEnv']&&jasmine[a16_0x45741a(0x1da)]()['addReporter']({'specStarted'(_0x4b49d4){const _0x4504f5=a16_0x45741a,_0x88b83a={};_0x88b83a[_0x4504f5(0x1cf)]=function(_0x587014,_0x48c3e5){return _0x587014||_0x48c3e5;};const _0x21df98=_0x88b83a;_activeResultId=_0x4b49d4&&_0x4b49d4['id'],_activeFullName=_0x4b49d4&&_0x4b49d4[_0x4504f5(0x1c8)],_activeResultRef=_0x21df98['RHvad'](_0x4b49d4,null);},'specDone'(){}});}catch(a16_0x38b679){logger[a16_0x45741a(0x20b)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20'+util[a16_0x45741a(0x1fb)](a16_0x38b679));}const _resolveAutoScanning=()=>{const _0x586275=a16_0x45741a,_0x69fe55={};_0x69fe55[_0x586275(0x216)]=function(_0x5897c3,_0x1ecefe){return _0x5897c3===_0x1ecefe;};const _0x1d4502=_0x69fe55;let _0x33f92a=!![];try{const _0x8fd832=JSON[_0x586275(0x20f)](process[_0x586275(0x20a)][_0x586275(0x1f0)]||'{}');_0x1d4502['DcPNw'](_0x8fd832['autoScanning'],![])&&(_0x33f92a=![]);}catch(_0x316cbf){logger[_0x586275(0x20b)](_0x586275(0x213)+_0x316cbf[_0x586275(0x1c7)]);}return _0x33f92a;};function a16_0x36ee(_0x5e6759,_0x332645){const _0x179c79=a16_0x179c();return a16_0x36ee=function(_0x36ee06,_0x1d3ebe){_0x36ee06=_0x36ee06-0x1c1;let _0x491211=_0x179c79[_0x36ee06];return _0x491211;},a16_0x36ee(_0x5e6759,_0x332645);}try{typeof beforeEach===a16_0x45741a(0x234)&&beforeEach(function bstackA11yBeforeEach(){const _0x18989e=a16_0x45741a,_0x212176={'XHmzv':function(_0x3eb0ec){return _0x3eb0ec();},'hHNyL':function(_0x546f67,_0x1d8cb7,_0x14f180){return _0x546f67(_0x1d8cb7,_0x14f180);},'GcamG':function(_0x50d394,_0x49de1f){return _0x50d394&&_0x49de1f;},'HDLUE':_0x18989e(0x1c5),'YfYVD':'bstackA11yScanOptions'};try{const _0x5cd57c=_0x212176[_0x18989e(0x23b)](_resolveAutoScanning),_0x1f5046=_0x212176[_0x18989e(0x205)](shouldScanTestForAccessibility,null,![]),_0x20ded1=_0x212176[_0x18989e(0x1e7)](_0x5cd57c,_0x1f5046);globals[_0x18989e(0x222)](_0x212176['HDLUE'],_0x20ded1),globals[_0x18989e(0x222)](_0x212176[_0x18989e(0x1f9)],null);}catch(_0x4bf582){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x18989e(0x1fb)](_0x4bf582));}}),typeof afterEach===a16_0x45741a(0x234)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x5e4853=a16_0x45741a,_0x1a5c70={'mWpcC':function(_0x55c51b,_0x112bc0){return _0x55c51b>_0x112bc0;},'MycEN':_0x5e4853(0x20d),'XMESk':function(_0x2c61de,_0x3628f1){return _0x2c61de+_0x3628f1;},'OlYZE':'Failed:\x20','bsdCh':_0x5e4853(0x1f5),'yHDrX':_0x5e4853(0x209),'Vsdpp':'info','jUdXH':_0x5e4853(0x1ca),'WTnaf':'passed','Pwnlm':function(_0x22e43d){return _0x22e43d();},'yppiu':_0x5e4853(0x1e2),'CtMHc':function(_0x3c7ff4,_0x36407b){return _0x3c7ff4>_0x36407b;},'WZjeU':_0x5e4853(0x1c5),'FGXOx':_0x5e4853(0x22e),'epkfL':_0x5e4853(0x1e5),'FHzJb':_0x5e4853(0x230),'bFwuE':'[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','iAZTv':_0x5e4853(0x1c4),'roNjS':_0x5e4853(0x217),'bzznE':_0x5e4853(0x1e8)};try{if(Array[_0x5e4853(0x1c2)](global[_0x5e4853(0x1d0)])&&_0x1a5c70[_0x5e4853(0x1d8)](global[_0x5e4853(0x1d0)][_0x5e4853(0x22c)],0x0)&&global[_0x5e4853(0x1d0)][0x0]){const _0x32d4b0=_activeFullName||global[_0x5e4853(0x233)];if(!global[_0x5e4853(0x207)]&&_0x32d4b0){global[_0x5e4853(0x233)]=_0x32d4b0;try{await global['__drivers'][0x0][_0x5e4853(0x211)](_0x5e4853(0x1c3)+JSON[_0x5e4853(0x1e3)](_0x32d4b0)+'}}'),global[_0x5e4853(0x1d0)][0x0][_0x5e4853(0x212)]=!![];}catch(_0x11a744){logger[_0x5e4853(0x20b)](_0x5e4853(0x1d1)+util[_0x5e4853(0x1fb)](_0x11a744));}}if(!global[_0x5e4853(0x1ee)])try{const _0x1a7180=_activeResultRef&&Array['isArray'](_activeResultRef[_0x5e4853(0x242)])?_activeResultRef[_0x5e4853(0x242)]:[],_0x1ff7b1=_0x1a5c70[_0x5e4853(0x1d8)](_0x1a7180[_0x5e4853(0x22c)],0x0),_0x4fd35c=_0x1ff7b1?_0x1a7180[0x0]&&_0x1a7180[0x0]['message']||_0x1a5c70[_0x5e4853(0x23e)]:null;try{await global[_0x5e4853(0x1d0)][0x0][_0x5e4853(0x211)](_0x5e4853(0x23c)+JSON[_0x5e4853(0x1e3)](_0x1ff7b1?_0x1a5c70[_0x5e4853(0x249)](_0x1a5c70['OlYZE'],_0x4fd35c):_0x1a5c70['bsdCh'])+_0x5e4853(0x1fd)+(_0x1ff7b1?_0x1a5c70['yHDrX']:_0x1a5c70[_0x5e4853(0x231)])+_0x5e4853(0x1f2));}catch(_0x93afe8){logger[_0x5e4853(0x20b)](_0x5e4853(0x235)+util[_0x5e4853(0x1fb)](_0x93afe8));}_0x1ff7b1&&(global[_0x5e4853(0x201)]=!![]),await helper[_0x5e4853(0x20c)](global[_0x5e4853(0x1d0)][0x0],_0x1ff7b1?_0x1a5c70[_0x5e4853(0x214)]:_0x1a5c70['WTnaf'],_0x4fd35c);}catch(_0x2e8338){logger[_0x5e4853(0x20b)](_0x5e4853(0x1cd)+util[_0x5e4853(0x1fb)](_0x2e8338));}}}catch(_0x5e2110){logger[_0x5e4853(0x20b)](_0x5e4853(0x22b)+util[_0x5e4853(0x1fb)](_0x5e2110));}try{if(_0x1a5c70[_0x5e4853(0x1d4)](isAccessibilityAutomationSession)&&globals[_0x5e4853(0x1fc)](_0x1a5c70[_0x5e4853(0x229)])&&Array['isArray'](global[_0x5e4853(0x1d0)])&&_0x1a5c70['CtMHc'](global[_0x5e4853(0x1d0)][_0x5e4853(0x22c)],0x0)&&global[_0x5e4853(0x1d0)][0x0]){const _0x40eb24=testRunMap[_0x5e4853(0x1f4)](_activeResultId),_0xdb1107={};_0xdb1107['thTestRunUuid']=_0x40eb24,_0xdb1107[_0x5e4853(0x243)]=process['env'][testHubConstants[_0x5e4853(0x200)][_0x5e4853(0x238)]],_0xdb1107[_0x5e4853(0x1db)]=process[_0x5e4853(0x20a)][testHubConstants[_0x5e4853(0x200)]['BROWSERSTACK_TESTHUB_JWT']];const _0x470929=_0xdb1107;logger['debug'](_0x5e4853(0x21c)+JSON[_0x5e4853(0x1e3)](_0x470929));if(globals[_0x5e4853(0x1fc)](_0x1a5c70[_0x5e4853(0x247)])){logger['debug'](_0x1a5c70[_0x5e4853(0x1cc)]);const _0x56d095=await accessibilityRetryHelper[_0x5e4853(0x23a)](global[_0x5e4853(0x1d0)][0x0],global[_0x5e4853(0x203)]);_0x56d095?logger[_0x5e4853(0x20b)](_0x1a5c70[_0x5e4853(0x21f)]):logger[_0x5e4853(0x1c9)](_0x1a5c70[_0x5e4853(0x1f6)]);}else logger[_0x5e4853(0x20b)](_0x1a5c70['bFwuE']);globals['getGlobal'](_0x1a5c70[_0x5e4853(0x1d7)])&&(_0x470929[_0x5e4853(0x206)]=!![]);const _0x4861c3=await accessibilityRetryHelper[_0x5e4853(0x1d5)](global[_0x5e4853(0x1d0)][0x0],_0x470929);_0x4861c3?logger[_0x5e4853(0x20b)](_0x1a5c70[_0x5e4853(0x202)]):logger['warn'](_0x1a5c70[_0x5e4853(0x248)]);}}catch(_0x139bc2){logger[_0x5e4853(0x209)](_0x5e4853(0x221)+util['format'](_0x139bc2));}});}catch(a16_0x1ecfb5){logger[a16_0x45741a(0x20b)](a16_0x45741a(0x1de)+util['format'](a16_0x1ecfb5));}module[a16_0x45741a(0x241)]={};
@@ -1 +1 @@
1
- 'use strict';function a17_0x6f73(_0x1fcb56,_0x285b74){const _0x3edf23=a17_0x3edf();return a17_0x6f73=function(_0x6f73d7,_0x19379f){_0x6f73d7=_0x6f73d7-0xc5;let _0x2ed11c=_0x3edf23[_0x6f73d7];return _0x2ed11c;},a17_0x6f73(_0x1fcb56,_0x285b74);}const a17_0x5309b4=a17_0x6f73;(function(_0x2fa73f,_0x1cc0a7){const _0x37ce12=a17_0x6f73,_0x22496d=_0x2fa73f();while(!![]){try{const _0x24827d=-parseInt(_0x37ce12(0xcd))/0x1*(parseInt(_0x37ce12(0xd0))/0x2)+-parseInt(_0x37ce12(0xcc))/0x3+parseInt(_0x37ce12(0xc6))/0x4*(-parseInt(_0x37ce12(0xcf))/0x5)+-parseInt(_0x37ce12(0xce))/0x6*(parseInt(_0x37ce12(0xd4))/0x7)+-parseInt(_0x37ce12(0xc9))/0x8+-parseInt(_0x37ce12(0xd2))/0x9+parseInt(_0x37ce12(0xd6))/0xa;if(_0x24827d===_0x1cc0a7)break;else _0x22496d['push'](_0x22496d['shift']());}catch(_0x49a018){_0x22496d['push'](_0x22496d['shift']());}}}(a17_0x3edf,0xe8e84));function a17_0x3edf(){const _0x492f8a=['1838706yWgRDr','size','11523294ATxOUp','Huqwv','6416921MfouNU','_size','86332420QGcwxU','cLEjw','TbkTW','4kXmoZA','remove','set','11193208oFrGFh','get','delete','2367021vMfIIz','2JypKgm','6CXYapJ','7276605JRwCNY'];a17_0x3edf=function(){return _0x492f8a;};return a17_0x3edf();}const _specUuidById=new Map();exports[a17_0x5309b4(0xc8)]=(_0x1a90bb,_0x21595b)=>{const _0x4684dd=a17_0x5309b4,_0x536d7a={};_0x536d7a[_0x4684dd(0xd3)]=function(_0x1468c5,_0x425d28){return _0x1468c5===_0x425d28;};const _0x494142=_0x536d7a;if(_0x494142[_0x4684dd(0xd3)](_0x1a90bb,undefined)||_0x494142[_0x4684dd(0xd3)](_0x1a90bb,null))return;_specUuidById[_0x4684dd(0xc8)](_0x1a90bb,_0x21595b);},exports[a17_0x5309b4(0xca)]=_0x3da19a=>{const _0x512710=a17_0x5309b4,_0x1a3a3f={};_0x1a3a3f[_0x512710(0xd7)]=function(_0x1b3abf,_0x454cf5){return _0x1b3abf===_0x454cf5;};const _0x4698cc=_0x1a3a3f;if(_0x4698cc['cLEjw'](_0x3da19a,undefined)||_0x4698cc['cLEjw'](_0x3da19a,null))return undefined;return _specUuidById[_0x512710(0xca)](_0x3da19a);},exports[a17_0x5309b4(0xc7)]=_0x1f475b=>{const _0x514ad7=a17_0x5309b4,_0x183826={};_0x183826[_0x514ad7(0xc5)]=function(_0x5ebe36,_0x34fdb3){return _0x5ebe36===_0x34fdb3;};const _0x1871fc=_0x183826;if(_0x1871fc[_0x514ad7(0xc5)](_0x1f475b,undefined)||_0x1871fc[_0x514ad7(0xc5)](_0x1f475b,null))return;_specUuidById[_0x514ad7(0xcb)](_0x1f475b);},exports[a17_0x5309b4(0xd5)]=()=>_specUuidById[a17_0x5309b4(0xd1)];
1
+ 'use strict';const a17_0x8482fd=a17_0x9176;(function(_0x1f296a,_0x11f96a){const _0x489d3b=a17_0x9176,_0x139a76=_0x1f296a();while(!![]){try{const _0x39b072=parseInt(_0x489d3b(0x1bf))/0x1+parseInt(_0x489d3b(0x1c2))/0x2*(-parseInt(_0x489d3b(0x1be))/0x3)+-parseInt(_0x489d3b(0x1c1))/0x4*(parseInt(_0x489d3b(0x1b8))/0x5)+-parseInt(_0x489d3b(0x1b4))/0x6+parseInt(_0x489d3b(0x1b6))/0x7+-parseInt(_0x489d3b(0x1b9))/0x8*(-parseInt(_0x489d3b(0x1b1))/0x9)+-parseInt(_0x489d3b(0x1b5))/0xa*(-parseInt(_0x489d3b(0x1bd))/0xb);if(_0x39b072===_0x11f96a)break;else _0x139a76['push'](_0x139a76['shift']());}catch(_0x14561b){_0x139a76['push'](_0x139a76['shift']());}}}(a17_0x4137,0xe45a9));function a17_0x4137(){const _0x5ac777=['delete','5143852ukmGFd','228fSPfpo','nkRrI','7652160AqQgMR','YFzcz','remove','9888438ISCMYR','59560bHauWC','7455084anYUoB','size','5tJCMjN','8URpwlz','set','LdPFE','get','6248skOSgy','40071yKbNzM','93811UEZqGD'];a17_0x4137=function(){return _0x5ac777;};return a17_0x4137();}function a17_0x9176(_0x10f6c2,_0x5d368b){const _0x4137de=a17_0x4137();return a17_0x9176=function(_0x9176e0,_0x284976){_0x9176e0=_0x9176e0-0x1b0;let _0x42a3be=_0x4137de[_0x9176e0];return _0x42a3be;},a17_0x9176(_0x10f6c2,_0x5d368b);}const _specUuidById=new Map();exports[a17_0x8482fd(0x1ba)]=(_0x374727,_0x3f0797)=>{const _0x24b000=a17_0x8482fd,_0x14f2c9={};_0x14f2c9[_0x24b000(0x1b2)]=function(_0x1ec182,_0x3a3754){return _0x1ec182===_0x3a3754;};const _0x2013dd=_0x14f2c9;if(_0x2013dd['YFzcz'](_0x374727,undefined)||_0x2013dd[_0x24b000(0x1b2)](_0x374727,null))return;_specUuidById[_0x24b000(0x1ba)](_0x374727,_0x3f0797);},exports[a17_0x8482fd(0x1bc)]=_0x2dd2e4=>{const _0x46902c=a17_0x8482fd,_0x1b5b2d={};_0x1b5b2d[_0x46902c(0x1bb)]=function(_0x1ddc86,_0x1f4429){return _0x1ddc86===_0x1f4429;};const _0x48af9b=_0x1b5b2d;if(_0x48af9b[_0x46902c(0x1bb)](_0x2dd2e4,undefined)||_0x48af9b['LdPFE'](_0x2dd2e4,null))return undefined;return _specUuidById[_0x46902c(0x1bc)](_0x2dd2e4);},exports[a17_0x8482fd(0x1b3)]=_0x4134c3=>{const _0x49c8d3=a17_0x8482fd,_0x34c925={};_0x34c925[_0x49c8d3(0x1b0)]=function(_0x4ac8c5,_0x1bfdbb){return _0x4ac8c5===_0x1bfdbb;};const _0x5dbf99=_0x34c925;if(_0x5dbf99[_0x49c8d3(0x1b0)](_0x4134c3,undefined)||_0x5dbf99[_0x49c8d3(0x1b0)](_0x4134c3,null))return;_specUuidById[_0x49c8d3(0x1c0)](_0x4134c3);},exports['_size']=()=>_specUuidById[a17_0x8482fd(0x1b7)];