browserstack-node-sdk 1.62.0 → 1.63.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 (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/load/index.js +193 -12
  75. package/src/bin/load/load/loadErrors.js +248 -0
  76. package/src/bin/load/loadErrors.js +1 -0
  77. package/src/bin/load/loadUtils.js +1 -1
  78. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  79. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  80. package/src/bin/mocha/command.js +1 -1
  81. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/playwright/accessibility-helper.js +1 -1
  91. package/src/bin/playwright/command.js +1 -1
  92. package/src/bin/playwright/globalSetup.js +1 -1
  93. package/src/bin/playwright/mock-process.js +1 -1
  94. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  95. package/src/bin/playwright/patches.js +1 -1
  96. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  97. package/src/bin/playwright/reporter/reporter.js +1 -1
  98. package/src/bin/playwright/reporter/test-details.js +1 -1
  99. package/src/bin/playwright/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/patches.js +1 -1
  101. package/src/bin/puppeteer/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/test.setup.js +1 -1
  103. package/src/bin/runner.js +1 -1
  104. package/src/bin/setup.js +1 -1
  105. package/src/bin/test-runner/index.js +1 -1
  106. package/src/bin/test-runner/runTest.js +1 -1
  107. package/src/bin/test-runner/testWorker.js +1 -1
  108. package/src/bin/testcafe/a11y-runner.js +1 -1
  109. package/src/bin/testcafe/command.js +1 -1
  110. package/src/bin/testcafe/reporter/index.js +1 -1
  111. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  112. package/src/bin/testcafe/session-registry.js +1 -1
  113. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  114. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  115. package/src/bin/testcafe/w3c-driver.js +1 -1
  116. package/src/bin/utils/apiUtilityMethods.js +1 -1
  117. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  118. package/src/bin/utils/constants.js +1 -1
  119. package/src/bin/utils/log4jsAppender.js +1 -1
  120. package/src/bin/utils/logPatcher.js +1 -1
  121. package/src/bin/utils/logReportingAPI.js +1 -1
  122. package/src/bin/utils/playwright-patcher.js +1 -1
  123. package/src/bin/utils/puppeteer-patcher.js +1 -1
  124. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  125. package/src/bin/utils/sharedUtils.js +1 -1
  126. package/src/bin/v2/TestInfo.js +1 -1
  127. package/src/bin/v2/browserstackCLI.js +1 -1
  128. package/src/bin/v2/cliUtils.js +1 -1
  129. package/src/bin/v2/customTagManager.js +1 -1
  130. package/src/bin/v2/eventDispatcher.js +1 -1
  131. package/src/bin/v2/framework/automationFramework.js +1 -1
  132. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  133. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  134. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  135. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  136. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  139. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  143. package/src/bin/v2/grpcClient.js +1 -1
  144. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  146. package/src/bin/v2/instances/trackedContext.js +1 -1
  147. package/src/bin/v2/instances/trackedInstance.js +1 -1
  148. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  149. package/src/bin/v2/modules/baseModule.js +1 -1
  150. package/src/bin/v2/modules/loadTestModule.js +1 -1
  151. package/src/bin/v2/modules/observabilityModule.js +1 -1
  152. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  153. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  155. package/src/bin/v2/modules/testhubModule.js +1 -1
  156. package/src/bin/v2/sdkErrorHandler.js +1 -0
  157. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  158. package/src/bin/v2/state/hookState.js +1 -1
  159. package/src/bin/v2/state/testFrameworkState.js +1 -1
  160. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  161. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  162. package/src/bin/v2/utils/jest-utils.js +1 -1
  163. package/src/bin/vanilla-js/command.js +1 -1
  164. package/src/browserStackSdk.js +1 -1
  165. package/src/helpers/BrowserStackSetup.js +1 -1
  166. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  167. package/src/helpers/accessibility-automation/constants.js +1 -1
  168. package/src/helpers/accessibility-automation/helper.js +1 -1
  169. package/src/helpers/accessibility-automation/scripts.js +1 -1
  170. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  171. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  172. package/src/helpers/ats/constants.js +1 -1
  173. package/src/helpers/ats/helper.js +1 -1
  174. package/src/helpers/caCertHelper.js +1 -1
  175. package/src/helpers/capsMapping.js +1 -1
  176. package/src/helpers/central-scanner/constants.js +1 -1
  177. package/src/helpers/central-scanner/helpers.js +1 -1
  178. package/src/helpers/classLogger.js +1 -1
  179. package/src/helpers/driverInitErrorReporter.js +1 -1
  180. package/src/helpers/globals.js +1 -1
  181. package/src/helpers/helper.js +1 -1
  182. package/src/helpers/logger.js +1 -1
  183. package/src/helpers/metadata.js +1 -1
  184. package/src/helpers/patchHelper.js +1 -1
  185. package/src/helpers/patchHelpers.js +1 -1
  186. package/src/helpers/percy/Percy.js +1 -1
  187. package/src/helpers/percy/PercyBinary.js +1 -1
  188. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  189. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  190. package/src/helpers/percy/PercySDK.js +1 -1
  191. package/src/helpers/percy/index.js +1 -1
  192. package/src/helpers/percy/utils.js +1 -1
  193. package/src/helpers/performance/constants.js +1 -1
  194. package/src/helpers/performance/performance-tester.js +1 -1
  195. package/src/helpers/playwright-helper.js +1 -1
  196. package/src/helpers/processHelper.js +1 -1
  197. package/src/helpers/puppeteer-helper.js +1 -1
  198. package/src/helpers/request-spy.js +1 -1
  199. package/src/helpers/setKeepAlive.js +1 -1
  200. package/src/helpers/stackFrameUtils.js +1 -1
  201. package/src/helpers/test-observability/constants.js +1 -1
  202. package/src/helpers/test-observability/error-handler.js +1 -1
  203. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  204. package/src/helpers/test-observability/sessionHandler.js +1 -1
  205. package/src/helpers/test-observability/utils.js +1 -1
  206. package/src/helpers/test-orchestration/constants.js +1 -1
  207. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  208. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  209. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  210. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  211. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  212. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  213. package/src/helpers/testhub/constants.js +1 -1
  214. package/src/helpers/testhub/testhubHandler.js +1 -1
  215. package/src/helpers/testhub/utils.js +1 -1
  216. package/src/helpers/timeoutPromise.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a10_0x450353=a10_0x18a5;(function(_0x2806e6,_0xcf3a6d){const _0x3cc730=a10_0x18a5,_0x43ca90=_0x2806e6();while(!![]){try{const _0x44bf5b=-parseInt(_0x3cc730(0xa2))/0x1*(-parseInt(_0x3cc730(0x9a))/0x2)+-parseInt(_0x3cc730(0x7d))/0x3*(-parseInt(_0x3cc730(0x9c))/0x4)+parseInt(_0x3cc730(0x85))/0x5*(parseInt(_0x3cc730(0x7c))/0x6)+parseInt(_0x3cc730(0x7e))/0x7*(parseInt(_0x3cc730(0x88))/0x8)+parseInt(_0x3cc730(0x99))/0x9*(parseInt(_0x3cc730(0x66))/0xa)+parseInt(_0x3cc730(0x6e))/0xb*(-parseInt(_0x3cc730(0x73))/0xc)+parseInt(_0x3cc730(0x8d))/0xd*(-parseInt(_0x3cc730(0x87))/0xe);if(_0x44bf5b===_0xcf3a6d)break;else _0x43ca90['push'](_0x43ca90['shift']());}catch(_0x60702f){_0x43ca90['push'](_0x43ca90['shift']());}}}(a10_0x3731,0x83892));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x450353(0x68)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x450353(0x74),a10_0x450353(0x9d)),logger=require(a10_0x450353(0x6b))[a10_0x450353(0x86)];function a10_0x18a5(_0x43ffc0,_0xf51abb){const _0x3731c8=a10_0x3731();return a10_0x18a5=function(_0x18a549,_0x4c873b){_0x18a549=_0x18a549-0x66;let _0x104d4a=_0x3731c8[_0x18a549];return _0x104d4a;},a10_0x18a5(_0x43ffc0,_0xf51abb);}modifyCommand(),setKeepAlive();const Before=cucumberModule['Before'],After=cucumberModule[a10_0x450353(0x90)],configuration=process[a10_0x450353(0x69)][a10_0x450353(0x7b)];if(configuration!==undefined){const config=JSON[a10_0x450353(0xa3)](configuration);isTrue(config[a10_0x450353(0xa0)])&&(global[a10_0x450353(0x6c)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x450353(0x81)]),require('../../index')[a10_0x450353(0x9f)](config),global[a10_0x450353(0xa5)]=config[a10_0x450353(0x7a)]||{};}function a10_0x3731(){const _0x1d1a93=['4PbqrsN','cucumber','passed','browserstackAgentV2','skipSessionName','__error_messages__','523942VsRTiX','parse','Inside\x20browserstack\x20Before','__platformCaps','9403970OGqtRy','xWPWk','../../helpers/helper','env','failed','../../helpers/logger','__skipSessionName','session_','26884eIgeJf','pickle','name','IdhHH','browserstack_executor:\x20','1596bsWFpE','cucumber/lib/index.js','RiRer','join','gaNJy','bPLKb','arguments','platformCaps','CONFIG','582aIBvHX','1241871UNkUAT','28gZkAaZ','KRRBV','VipBd','skipSessionStatus','debug','__timeout','cUOHM','2905LNDlEw','winstonLogger','14bodiyW','1692328YlxGgn','setSessionName','result','WTkKr','gAlkY','24920935BVHnSF','xtgXd','executeScript','After','\x20|\x20','Error:\x20setting\x20status\x20at\x20After:\x20','timeout','__driver','action','Error:\x20quiting\x20at\x20After:\x20','status','kADgJ','9zRIudV','2eXhpCX','toLowerCase'];a10_0x3731=function(){return _0x1d1a93;};return a10_0x3731();}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule['setDefaultTimeout'];cucumberModule['setDefaultTimeout']=_0x2b4dc3=>{const _0x4a6d95=a10_0x450353,_0x8e9dfc={'kADgJ':function(_0x143829,_0x30c02c){return _0x143829(_0x30c02c);}};global[_0x4a6d95(0x83)]=_0x2b4dc3,_0x8e9dfc[_0x4a6d95(0x98)](__setDefaultTimeout,_0x2b4dc3);};const a10_0x3b86f6={};a10_0x3b86f6[a10_0x450353(0x70)]='bstack',Before(a10_0x3b86f6,function(){const _0x19caab=a10_0x450353,_0x30c6ce={};_0x30c6ce[_0x19caab(0x7f)]=_0x19caab(0xa4);const _0x25bc34=_0x30c6ce;logger['debug'](_0x25bc34[_0x19caab(0x7f)]),global[_0x19caab(0xa1)]=[];});const a10_0x24e27b={};a10_0x24e27b[a10_0x450353(0x70)]='bstack',a10_0x24e27b[a10_0x450353(0x93)]=0x2710,After(a10_0x24e27b,function(_0x1f251f,_0x26f353){const _0x3dae74=a10_0x450353,_0x2fada7={'cUOHM':_0x3dae74(0x89),'WTkKr':function(_0xe425df,_0x22714a){return _0xe425df===_0x22714a;},'VipBd':_0x3dae74(0x6a),'xtgXd':function(_0x21dfd8,_0x14e1d1,_0x328616,_0x278302){return _0x21dfd8(_0x14e1d1,_0x328616,_0x278302);},'RiRer':_0x3dae74(0x91),'Melyv':function(_0x19ca62,_0x2442c8,_0x3d779f){return _0x19ca62(_0x2442c8,_0x3d779f);},'xWPWk':_0x3dae74(0x9e),'gAlkY':function(_0x32ed2a){return _0x32ed2a();},'IdhHH':function(_0x20e1ac,_0x5cf22c){return _0x20e1ac(_0x5cf22c);},'bPLKb':function(_0x528d38){return _0x528d38();},'gaNJy':'Inside\x20browserstack\x20After'};logger[_0x3dae74(0x82)](_0x2fada7[_0x3dae74(0x77)]),new Promise(async(_0x4a92ef,_0x16edbf)=>{const _0x3e4452=_0x3dae74;let _0x10f967=![];try{await global[_0x3e4452(0x94)][_0x3e4452(0x6d)],_0x10f967=!![];if(!global[_0x3e4452(0x6c)]){const _0x479e15={};_0x479e15['name']=_0x1f251f[_0x3e4452(0x6f)][_0x3e4452(0x70)];const _0x846fec={};_0x846fec[_0x3e4452(0x95)]=_0x2fada7[_0x3e4452(0x84)],_0x846fec[_0x3e4452(0x79)]=_0x479e15;const _0x2c6128=_0x846fec;await global['__driver'][_0x3e4452(0x8f)](_0x3e4452(0x72)+JSON['stringify'](_0x2c6128));}_0x2fada7[_0x3e4452(0x8b)](_0x1f251f[_0x3e4452(0x8a)][_0x3e4452(0x97)][_0x3e4452(0x9b)](),_0x2fada7[_0x3e4452(0x80)])?await _0x2fada7[_0x3e4452(0x8e)](markSessionStatus,global[_0x3e4452(0x94)],_0x2fada7['VipBd'],global['__error_messages__'][_0x3e4452(0x76)](_0x2fada7[_0x3e4452(0x75)])):await _0x2fada7['Melyv'](markSessionStatus,global[_0x3e4452(0x94)],_0x2fada7[_0x3e4452(0x67)]);}catch(_0x1b7c5c){logger['debug'](_0x3e4452(0x92)+_0x1b7c5c);}if(_0x10f967)try{await global[_0x3e4452(0x94)]['initQuit'](),_0x2fada7[_0x3e4452(0x8c)](_0x4a92ef);}catch(_0x117abc){logger[_0x3e4452(0x82)](_0x3e4452(0x96)+_0x117abc),_0x2fada7[_0x3e4452(0x71)](_0x16edbf,_0x117abc);}else _0x2fada7[_0x3e4452(0x78)](_0x16edbf);})['then'](()=>_0x26f353());});
1
+ function a10_0x5c05(_0x54aa49,_0x2c6e72){const _0x121197=a10_0x1211();return a10_0x5c05=function(_0x5c0503,_0x48b778){_0x5c0503=_0x5c0503-0x10b;let _0x5df364=_0x121197[_0x5c0503];return _0x5df364;},a10_0x5c05(_0x54aa49,_0x2c6e72);}const a10_0x21f39f=a10_0x5c05;(function(_0x45614d,_0x4f8923){const _0x3a1a91=a10_0x5c05,_0x578128=_0x45614d();while(!![]){try{const _0x5a5a0f=-parseInt(_0x3a1a91(0x135))/0x1+parseInt(_0x3a1a91(0x13b))/0x2*(parseInt(_0x3a1a91(0x11f))/0x3)+-parseInt(_0x3a1a91(0x136))/0x4*(-parseInt(_0x3a1a91(0x11d))/0x5)+parseInt(_0x3a1a91(0x133))/0x6*(-parseInt(_0x3a1a91(0x129))/0x7)+-parseInt(_0x3a1a91(0x123))/0x8*(-parseInt(_0x3a1a91(0x120))/0x9)+parseInt(_0x3a1a91(0x10d))/0xa+parseInt(_0x3a1a91(0x10b))/0xb*(-parseInt(_0x3a1a91(0x11b))/0xc);if(_0x5a5a0f===_0x4f8923)break;else _0x578128['push'](_0x578128['shift']());}catch(_0x4391b7){_0x578128['push'](_0x578128['shift']());}}}(a10_0x1211,0x74323));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x21f39f(0x126)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x21f39f(0x13a),a10_0x21f39f(0x142)),logger=require('../../helpers/logger')[a10_0x21f39f(0x127)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x21f39f(0x115)],After=cucumberModule[a10_0x21f39f(0x13c)],configuration=process[a10_0x21f39f(0x12b)][a10_0x21f39f(0x118)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x21f39f(0x12e)]=!![]),global[a10_0x21f39f(0x110)]=isTrue(config['skipSessionStatus']),require(a10_0x21f39f(0x13d))[a10_0x21f39f(0x111)](config),global[a10_0x21f39f(0x132)]=config[a10_0x21f39f(0x117)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x21f39f(0x10c)];cucumberModule['setDefaultTimeout']=_0x12d9e2=>{const _0x1804f2=a10_0x21f39f,_0x28c568={'ANLXV':function(_0x1458f3,_0x7c84e0){return _0x1458f3(_0x7c84e0);}};global[_0x1804f2(0x138)]=_0x12d9e2,_0x28c568[_0x1804f2(0x137)](__setDefaultTimeout,_0x12d9e2);};const a10_0x3a5f85={};a10_0x3a5f85[a10_0x21f39f(0x13e)]=a10_0x21f39f(0x141),Before(a10_0x3a5f85,function(){const _0xde0754=a10_0x21f39f,_0xe19089={};_0xe19089[_0xde0754(0x134)]=_0xde0754(0x128);const _0x3962ef=_0xe19089;logger[_0xde0754(0x122)](_0x3962ef[_0xde0754(0x134)]),global[_0xde0754(0x114)]=[];});const a10_0x36302a={};function a10_0x1211(){const _0x3c1378=['DFSDL','action','../../helpers/helper','winstonLogger','Inside\x20browserstack\x20Before','1673BYimNx','vjGpu','env','mwyMT','Error:\x20setting\x20status\x20at\x20After:\x20','__skipSessionName','Inside\x20browserstack\x20After','__driver','SDOUT','__platformCaps','12822TakxOY','AyICU','35716zYjTow','602944nvVEzR','ANLXV','__timeout','oIlRB','cucumber/lib/index.js','169442CtMrEB','After','../../index','name','passed','initQuit','bstack','cucumber','605GYaeLD','setDefaultTimeout','2630560zAPOdk','\x20|\x20','then','__skipSessionStatus','browserstackAgentV2','tVxcS','qLMrP','__error_messages__','Before','arguments','platformCaps','CONFIG','toLowerCase','kNPJO','327372uzUDZZ','status','30FhRiyZ','JWcub','27pFxkjd','36ChABNG','executeScript','debug','1185784VBsEgB'];a10_0x1211=function(){return _0x3c1378;};return a10_0x1211();}a10_0x36302a[a10_0x21f39f(0x13e)]=a10_0x21f39f(0x141),a10_0x36302a['timeout']=0x2710,After(a10_0x36302a,function(_0x35a4d6,_0x2c46ad){const _0x2056c4=a10_0x21f39f,_0x383aae={'RbvCe':'setSessionName','iGvyr':function(_0x5bc615,_0x242f9a){return _0x5bc615===_0x242f9a;},'vjGpu':'failed','mwyMT':function(_0x526106,_0x1ba284,_0x52f3b3,_0x4c01c5){return _0x526106(_0x1ba284,_0x52f3b3,_0x4c01c5);},'JWcub':_0x2056c4(0x10e),'SDOUT':function(_0x3ec328,_0x1b5008,_0x3a021b){return _0x3ec328(_0x1b5008,_0x3a021b);},'oIlRB':_0x2056c4(0x13f),'qLMrP':function(_0xf770df){return _0xf770df();},'kNPJO':function(_0x53dcf5,_0x6e7024){return _0x53dcf5(_0x6e7024);},'DFSDL':function(_0x6ad7d2){return _0x6ad7d2();},'tVxcS':_0x2056c4(0x12f)};logger[_0x2056c4(0x122)](_0x383aae[_0x2056c4(0x112)]),new Promise(async(_0x3d8b4b,_0x55e026)=>{const _0x4ff8d8=_0x2056c4;let _0x4dc63a=![];try{await global['__driver']['session_'],_0x4dc63a=!![];if(!global[_0x4ff8d8(0x12e)]){const _0x593b3d={};_0x593b3d[_0x4ff8d8(0x13e)]=_0x35a4d6['pickle'][_0x4ff8d8(0x13e)];const _0x2c739c={};_0x2c739c[_0x4ff8d8(0x125)]=_0x383aae['RbvCe'],_0x2c739c[_0x4ff8d8(0x116)]=_0x593b3d;const _0x1a74ee=_0x2c739c;await global[_0x4ff8d8(0x130)][_0x4ff8d8(0x121)]('browserstack_executor:\x20'+JSON['stringify'](_0x1a74ee));}_0x383aae['iGvyr'](_0x35a4d6['result'][_0x4ff8d8(0x11c)][_0x4ff8d8(0x119)](),_0x383aae[_0x4ff8d8(0x12a)])?await _0x383aae[_0x4ff8d8(0x12c)](markSessionStatus,global[_0x4ff8d8(0x130)],_0x383aae[_0x4ff8d8(0x12a)],global['__error_messages__']['join'](_0x383aae[_0x4ff8d8(0x11e)])):await _0x383aae[_0x4ff8d8(0x131)](markSessionStatus,global['__driver'],_0x383aae[_0x4ff8d8(0x139)]);}catch(_0x4b708e){logger['debug'](_0x4ff8d8(0x12d)+_0x4b708e);}if(_0x4dc63a)try{await global[_0x4ff8d8(0x130)][_0x4ff8d8(0x140)](),_0x383aae[_0x4ff8d8(0x113)](_0x3d8b4b);}catch(_0x1880fc){logger[_0x4ff8d8(0x122)]('Error:\x20quiting\x20at\x20After:\x20'+_0x1880fc),_0x383aae[_0x4ff8d8(0x11a)](_0x55e026,_0x1880fc);}else _0x383aae[_0x4ff8d8(0x124)](_0x55e026);})[_0x2056c4(0x10f)](()=>_0x2c46ad());});
@@ -1 +1 @@
1
- const a11_0x935d0e=a11_0x20af;function a11_0x20af(_0x1c6013,_0x176af3){const _0x5301d2=a11_0x5301();return a11_0x20af=function(_0x20afb5,_0x579774){_0x20afb5=_0x20afb5-0x9e;let _0x19254b=_0x5301d2[_0x20afb5];return _0x19254b;},a11_0x20af(_0x1c6013,_0x176af3);}(function(_0x5e1f9a,_0x520a82){const _0x55fef8=a11_0x20af,_0x2e1fb6=_0x5e1f9a();while(!![]){try{const _0x594fd0=-parseInt(_0x55fef8(0xa2))/0x1*(-parseInt(_0x55fef8(0xa5))/0x2)+-parseInt(_0x55fef8(0xa1))/0x3+parseInt(_0x55fef8(0xa0))/0x4*(parseInt(_0x55fef8(0xb0))/0x5)+parseInt(_0x55fef8(0x9e))/0x6*(parseInt(_0x55fef8(0xa6))/0x7)+-parseInt(_0x55fef8(0xad))/0x8*(-parseInt(_0x55fef8(0xa8))/0x9)+parseInt(_0x55fef8(0xae))/0xa*(parseInt(_0x55fef8(0xa4))/0xb)+parseInt(_0x55fef8(0x9f))/0xc*(-parseInt(_0x55fef8(0xa7))/0xd);if(_0x594fd0===_0x520a82)break;else _0x2e1fb6['push'](_0x2e1fb6['shift']());}catch(_0x4a9593){_0x2e1fb6['push'](_0x2e1fb6['shift']());}}}(a11_0x5301,0xc96fe));function a11_0x5301(){const _0x392442=['cucumber','5147318HvPaHl','53884nNQjlt','385NKAwVC','8177ENSxuZ','3644829oBSRhN','../utils/constants','setDefaultTimeout','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','8PPiRXC','30kAnRWI','BSTACK_DELTA','2245jgiSKN','../../helpers/helper','159606aiDeek','59772BxyaXm','9924DbFtbx','4111962nLuMMN','35UVuxPB'];a11_0x5301=function(){return _0x392442;};return a11_0x5301();}const {requireModule}=require(a11_0x935d0e(0xb1)),constants=require(a11_0x935d0e(0xa9));let cucumberModule=null;try{cucumberModule=requireModule(a11_0x935d0e(0xac),'@cucumber/cucumber');}catch(a11_0x36ad94){cucumberModule=requireModule(a11_0x935d0e(0xab),a11_0x935d0e(0xa3));}const userValue=global['__timeout']||0x0;(userValue===0x0||userValue<constants['BSTACK_DELTA'])&&cucumberModule[a11_0x935d0e(0xaa)](constants[a11_0x935d0e(0xaf)]);
1
+ function a11_0x34fa(){const _0x40544d=['../utils/constants','cucumber','533240fINYXz','81392OZGGGu','12KMCSUX','1065500niBNtb','573468YLJLGw','@cucumber/cucumber','12179llCuvS','504628wEANuB','BSTACK_DELTA','cucumber/lib/index.js','__timeout','../../helpers/helper','93667SMqvJC','setDefaultTimeout'];a11_0x34fa=function(){return _0x40544d;};return a11_0x34fa();}const a11_0x3760ca=a11_0x10ec;(function(_0x2baa04,_0x3b307a){const _0x502c20=a11_0x10ec,_0x344c78=_0x2baa04();while(!![]){try{const _0x3de85d=parseInt(_0x502c20(0x8e))/0x1+-parseInt(_0x502c20(0x89))/0x2+parseInt(_0x502c20(0x8c))/0x3+parseInt(_0x502c20(0x8f))/0x4+-parseInt(_0x502c20(0x8b))/0x5+parseInt(_0x502c20(0x8a))/0x6*(parseInt(_0x502c20(0x94))/0x7)+parseInt(_0x502c20(0x88))/0x8;if(_0x3de85d===_0x3b307a)break;else _0x344c78['push'](_0x344c78['shift']());}catch(_0x27077a){_0x344c78['push'](_0x344c78['shift']());}}}(a11_0x34fa,0x29499));const {requireModule}=require(a11_0x3760ca(0x93)),constants=require(a11_0x3760ca(0x86));function a11_0x10ec(_0x25511e,_0x42dd87){const _0x34fa10=a11_0x34fa();return a11_0x10ec=function(_0x10ece6,_0x57b457){_0x10ece6=_0x10ece6-0x86;let _0x346606=_0x34fa10[_0x10ece6];return _0x346606;},a11_0x10ec(_0x25511e,_0x42dd87);}let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x3760ca(0x8d));}catch(a11_0x43c073){cucumberModule=requireModule(a11_0x3760ca(0x91),a11_0x3760ca(0x87));}const userValue=global[a11_0x3760ca(0x92)]||0x0;(userValue===0x0||userValue<constants[a11_0x3760ca(0x90)])&&cucumberModule[a11_0x3760ca(0x95)](constants[a11_0x3760ca(0x90)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x3bc84a=a12_0x1200;(function(_0x577a2d,_0x50e133){const _0x180129=a12_0x1200,_0xcdf5ac=_0x577a2d();while(!![]){try{const _0x1148ff=parseInt(_0x180129(0x80))/0x1*(parseInt(_0x180129(0xba))/0x2)+parseInt(_0x180129(0x98))/0x3+-parseInt(_0x180129(0x90))/0x4*(parseInt(_0x180129(0xc1))/0x5)+parseInt(_0x180129(0x8a))/0x6*(parseInt(_0x180129(0x9b))/0x7)+parseInt(_0x180129(0xb3))/0x8*(parseInt(_0x180129(0x82))/0x9)+parseInt(_0x180129(0x91))/0xa*(parseInt(_0x180129(0xc0))/0xb)+parseInt(_0x180129(0x9c))/0xc*(-parseInt(_0x180129(0xac))/0xd);if(_0x1148ff===_0x50e133)break;else _0xcdf5ac['push'](_0xcdf5ac['shift']());}catch(_0x395dd4){_0xcdf5ac['push'](_0xcdf5ac['shift']());}}}(a12_0x2fa6,0x35e7e));function a12_0x1200(_0x52b382,_0x476e09){const _0x2fa6ae=a12_0x2fa6();return a12_0x1200=function(_0x1200e0,_0x50dc4f){_0x1200e0=_0x1200e0-0x79;let _0x2e4e45=_0x2fa6ae[_0x1200e0];return _0x2e4e45;},a12_0x1200(_0x52b382,_0x476e09);}function a12_0x2fa6(){const _0x558b53=['Fehoj','665vePdyr','9163020zxltFh','ZtJVo','DePjL','ZLReR','help','bstackAccessKey','orgkj','winstonLogger','describe','setupBrowserstackLocal','only','uGbqf','type','LZdLz','protocol','info','13FFSCHr','footer','qDHaS','options','browserstackLocal','../../helpers/helper','https','2928FzuxAM','exports','../../helpers/BrowserStackSetup','YMtmc','WtDco','ipRcY','url','2elWLqf','split','error','bstack-accesskey','bstackAccesskey','TzzYm','44FRPZzn','530aWvJAJ','replace','trim','invalid','demandCommand','localIdentifier','usage','browserStackLocalOptions','Hosts\x20not\x20valid','every','map','185954IlnqeP','qVBEl','261LNTLDg','config','Integration\x20hosts\x20missing.','Failed\x20to\x20establish\x20connection.','port','missing','CjRng','https:','25824UQIkZC','integrations-repeater','join','jSYFC','gPnqD','string','3412UxyMsV','101280CBhwuG','command','accessKey','jzQfH','hosts','./constants','connect','1286523ERgRAw','demandOption'];a12_0x2fa6=function(){return _0x558b53;};return a12_0x2fa6();}const {default:BrowserStackSetup}=require(a12_0x3bc84a(0xb5)),logger=require('../../helpers/logger')[a12_0x3bc84a(0xa3)],{URL}=require(a12_0x3bc84a(0xb9)),helper=require(a12_0x3bc84a(0xb1)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x3bc84a(0x96)),validHosts=function(_0x56ec0c){const _0x169a22=a12_0x3bc84a;return _0x56ec0c[_0x169a22(0xbb)](',')[_0x169a22(0x7e)](_0x443862=>{const _0x26fb01=_0x169a22;try{new URL(_0x443862[_0x26fb01(0xc3)]());}catch(_0x3e6fd3){return![];}return!![];});},parseOnPremHosts=function(_0x305b82){const _0x3dacea=a12_0x3bc84a,_0x58331d={};_0x58331d['ocZdv']=function(_0x1e2443,_0x2544a8){return _0x1e2443===_0x2544a8;},_0x58331d['iOmgq']=_0x3dacea(0x89),_0x58331d['orgkj']='443',_0x58331d[_0x3dacea(0xbf)]=function(_0x3c9844,_0x21237e){return _0x3c9844===_0x21237e;},_0x58331d[_0x3dacea(0xa9)]=_0x3dacea(0xb2);const _0x56ddbf=_0x58331d;return _0x305b82['split'](',')[_0x3dacea(0x7f)](_0xb066b5=>{const _0x4f44c7=_0x3dacea,_0x296a12=new URL(_0xb066b5[_0x4f44c7(0xc3)]()),_0x38a068=_0x296a12['hostname'],_0x476c32=_0x296a12[_0x4f44c7(0x86)]||(_0x56ddbf['ocZdv'](_0x296a12[_0x4f44c7(0xaa)],_0x56ddbf['iOmgq'])?_0x56ddbf[_0x4f44c7(0xa2)]:'80'),_0x24c964=_0x296a12[_0x4f44c7(0xaa)][_0x4f44c7(0xc2)](':',''),_0x78db13=_0x56ddbf[_0x4f44c7(0xbf)](_0x24c964,_0x56ddbf[_0x4f44c7(0xa9)])?0x1:0x0;return _0x38a068+','+_0x476c32+','+_0x78db13;});},connectCommandBuilder=function(_0x60b5e8){const _0x12c4e2=a12_0x3bc84a,_0xc48c33={};_0xc48c33[_0x12c4e2(0xb6)]=_0x12c4e2(0x8f);const _0x339e1a=_0xc48c33,_0x167f5a={};_0x167f5a[_0x12c4e2(0xa4)]=HELP_MESSAGES[_0x12c4e2(0xaf)][_0x12c4e2(0xa1)],_0x167f5a[_0x12c4e2(0xa8)]=_0x339e1a[_0x12c4e2(0xb6)];const _0x267e81={};_0x267e81[_0x12c4e2(0xa4)]=HELP_MESSAGES[_0x12c4e2(0xaf)][_0x12c4e2(0x95)],_0x267e81['type']=_0x339e1a[_0x12c4e2(0xb6)],_0x267e81[_0x12c4e2(0x99)]=!![];const _0x44ebee={};return _0x44ebee[_0x12c4e2(0xbd)]=_0x167f5a,_0x44ebee[_0x12c4e2(0x95)]=_0x267e81,_0x60b5e8[_0x12c4e2(0xaf)](_0x44ebee);},connectCommandHandler=async function(_0x5db853){const _0x5d342b=a12_0x3bc84a,_0x16207e={'Fehoj':'integrations','gPnqD':function(_0x343899,_0x48f008){return _0x343899===_0x48f008;},'ZtJVo':'undefined','qVBEl':'BrowserStack\x20access\x20key\x20missing.','ipRcY':function(_0x576e28,_0x2a68ea){return _0x576e28===_0x2a68ea;},'CjRng':_0x5d342b(0x84),'ZLReR':function(_0x77a708,_0x50036c){return _0x77a708(_0x50036c);},'DePjL':_0x5d342b(0x7d),'uGbqf':_0x5d342b(0x8b),'jzQfH':'Connection\x20established\x20successfully.','qDHaS':_0x5d342b(0x85)};try{const _0x5c7ac6=new BrowserStackSetup(_0x5db853,_0x16207e[_0x5d342b(0x9a)]);_0x5db853[_0x5d342b(0xbe)]&&(_0x5c7ac6[_0x5d342b(0x83)][_0x5d342b(0x93)]=_0x5db853['bstackAccesskey']);if(_0x16207e[_0x5d342b(0x8e)](typeof _0x5c7ac6[_0x5d342b(0x83)]['accessKey'],_0x16207e[_0x5d342b(0x9d)])){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0x81)]);throw new Error(ERROR_MESSAGES[_0x5d342b(0xa1)][_0x5d342b(0x87)]);}const _0x133fc4=_0x5db853['hosts'];if(_0x16207e[_0x5d342b(0xb8)](typeof _0x133fc4,_0x16207e[_0x5d342b(0x9d)])){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0x88)]);throw new Error(ERROR_MESSAGES[_0x5d342b(0x95)][_0x5d342b(0x87)]);}if(!_0x16207e[_0x5d342b(0x9f)](validHosts,_0x133fc4)){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0x9e)]);throw new Error(ERROR_MESSAGES[_0x5d342b(0x95)][_0x5d342b(0xc4)]);}const _0x810776=_0x16207e[_0x5d342b(0x9f)](parseOnPremHosts,_0x133fc4);_0x5c7ac6[_0x5d342b(0x83)][_0x5d342b(0xb0)]=!![],_0x5c7ac6[_0x5d342b(0x83)]['browserStackLocalOptions'][_0x5d342b(0x7a)]=_0x16207e[_0x5d342b(0xa7)],_0x5c7ac6[_0x5d342b(0x83)][_0x5d342b(0x7c)][_0x5d342b(0xa6)]=_0x810776[_0x5d342b(0x8c)](','),helper['setProxySettings'](_0x5c7ac6[_0x5d342b(0x83)]),await _0x5c7ac6[_0x5d342b(0xa5)](),logger[_0x5d342b(0xab)](_0x16207e[_0x5d342b(0x94)]);}catch(_0x3349cd){logger[_0x5d342b(0xbc)](_0x16207e[_0x5d342b(0xae)]);throw new Error(_0x3349cd['toString']());}};function run(_0x391099){const _0x42b483=a12_0x3bc84a,_0x1e4fc2={};_0x1e4fc2[_0x42b483(0xb7)]=_0x42b483(0x97),_0x1e4fc2[_0x42b483(0x8d)]=_0x42b483(0xa0);const _0x2fe2be=_0x1e4fc2;_0x391099[_0x42b483(0x7b)](HELP_MESSAGES['command']['root'])[_0x42b483(0x92)](_0x2fe2be[_0x42b483(0xb7)],HELP_MESSAGES['command'][_0x42b483(0x97)],connectCommandBuilder,connectCommandHandler)[_0x42b483(0x79)]()[_0x42b483(0xa0)](_0x2fe2be['jSYFC'])['epilogue'](HELP_MESSAGES[_0x42b483(0x92)][_0x42b483(0xad)]);}module[a12_0x3bc84a(0xb4)]=run;
2
+ 'use strict';const a12_0x3a2338=a12_0x4cfe;(function(_0x30a50f,_0x568aed){const _0x214a9a=a12_0x4cfe,_0x48d840=_0x30a50f();while(!![]){try{const _0x5213cd=-parseInt(_0x214a9a(0x156))/0x1+-parseInt(_0x214a9a(0x127))/0x2*(-parseInt(_0x214a9a(0x126))/0x3)+parseInt(_0x214a9a(0x145))/0x4*(parseInt(_0x214a9a(0x167))/0x5)+parseInt(_0x214a9a(0x139))/0x6*(parseInt(_0x214a9a(0x13b))/0x7)+-parseInt(_0x214a9a(0x158))/0x8*(parseInt(_0x214a9a(0x15f))/0x9)+-parseInt(_0x214a9a(0x13c))/0xa+parseInt(_0x214a9a(0x165))/0xb;if(_0x5213cd===_0x568aed)break;else _0x48d840['push'](_0x48d840['shift']());}catch(_0x1b1924){_0x48d840['push'](_0x48d840['shift']());}}}(a12_0x51d1,0x51560));const {default:BrowserStackSetup}=require(a12_0x3a2338(0x148)),logger=require(a12_0x3a2338(0x149))[a12_0x3a2338(0x136)],{URL}=require(a12_0x3a2338(0x13e)),helper=require(a12_0x3a2338(0x14d)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x3a2338(0x14a)),validHosts=function(_0x2bb05d){const _0x115439=a12_0x3a2338;return _0x2bb05d[_0x115439(0x15d)](',')[_0x115439(0x159)](_0xeec7ae=>{const _0xbe6c9f=_0x115439;try{new URL(_0xeec7ae[_0xbe6c9f(0x12c)]());}catch(_0x26dc2e){return![];}return!![];});},parseOnPremHosts=function(_0x1eb917){const _0x273557=a12_0x3a2338,_0x4f75d8={};_0x4f75d8[_0x273557(0x170)]=function(_0x441e8b,_0x19ad72){return _0x441e8b===_0x19ad72;},_0x4f75d8[_0x273557(0x150)]=_0x273557(0x133),_0x4f75d8[_0x273557(0x15b)]=_0x273557(0x14f),_0x4f75d8[_0x273557(0x130)]='https';const _0x34861e=_0x4f75d8;return _0x1eb917[_0x273557(0x15d)](',')['map'](_0x176f7e=>{const _0x583535=_0x273557,_0x5092e1=new URL(_0x176f7e['trim']()),_0x398f50=_0x5092e1[_0x583535(0x16d)],_0x4b12ef=_0x5092e1[_0x583535(0x129)]||(_0x34861e[_0x583535(0x170)](_0x5092e1[_0x583535(0x161)],_0x34861e[_0x583535(0x150)])?_0x34861e['EbrXI']:'80'),_0x416ce9=_0x5092e1[_0x583535(0x161)][_0x583535(0x169)](':',''),_0x10e54f=_0x34861e[_0x583535(0x170)](_0x416ce9,_0x34861e[_0x583535(0x130)])?0x1:0x0;return _0x398f50+','+_0x4b12ef+','+_0x10e54f;});},connectCommandBuilder=function(_0x1444b0){const _0x4de2f8=a12_0x3a2338,_0x546370={};_0x546370['IYoka']=_0x4de2f8(0x155);const _0x413dea=_0x546370,_0x42d181={};_0x42d181[_0x4de2f8(0x168)]=HELP_MESSAGES[_0x4de2f8(0x12d)][_0x4de2f8(0x141)],_0x42d181['type']=_0x413dea[_0x4de2f8(0x13d)];const _0x5871a3={};_0x5871a3[_0x4de2f8(0x168)]=HELP_MESSAGES[_0x4de2f8(0x12d)][_0x4de2f8(0x15e)],_0x5871a3[_0x4de2f8(0x13a)]=_0x413dea[_0x4de2f8(0x13d)],_0x5871a3['demandOption']=!![];const _0x3ed7ed={};return _0x3ed7ed[_0x4de2f8(0x142)]=_0x42d181,_0x3ed7ed[_0x4de2f8(0x15e)]=_0x5871a3,_0x1444b0['options'](_0x3ed7ed);},connectCommandHandler=async function(_0x2dce0e){const _0x2e2bb8=a12_0x3a2338,_0x1ea253={'oKCQb':_0x2e2bb8(0x160),'xWArp':function(_0x19e7b0,_0x16a168){return _0x19e7b0===_0x16a168;},'gyYkp':_0x2e2bb8(0x163),'uYdQg':_0x2e2bb8(0x16f),'mZQXc':_0x2e2bb8(0x15c),'sLbtR':function(_0xa048d4,_0xf6fd73){return _0xa048d4(_0xf6fd73);},'iNRCV':_0x2e2bb8(0x14e),'LMhES':function(_0x539602,_0x3a2060){return _0x539602(_0x3a2060);},'jpcRC':'integrations-repeater','xmaXe':'Connection\x20established\x20successfully.','ranVk':_0x2e2bb8(0x162)};try{const _0x8bbc50=new BrowserStackSetup(_0x2dce0e,_0x1ea253[_0x2e2bb8(0x151)]);_0x2dce0e[_0x2e2bb8(0x146)]&&(_0x8bbc50[_0x2e2bb8(0x15a)][_0x2e2bb8(0x14c)]=_0x2dce0e['bstackAccesskey']);if(_0x1ea253['xWArp'](typeof _0x8bbc50[_0x2e2bb8(0x15a)]['accessKey'],_0x1ea253['gyYkp'])){logger['error'](_0x1ea253[_0x2e2bb8(0x135)]);throw new Error(ERROR_MESSAGES[_0x2e2bb8(0x141)]['missing']);}const _0x2d1572=_0x2dce0e['hosts'];if(_0x1ea253[_0x2e2bb8(0x13f)](typeof _0x2d1572,_0x1ea253['gyYkp'])){logger[_0x2e2bb8(0x154)](_0x1ea253[_0x2e2bb8(0x166)]);throw new Error(ERROR_MESSAGES[_0x2e2bb8(0x15e)][_0x2e2bb8(0x128)]);}if(!_0x1ea253['sLbtR'](validHosts,_0x2d1572)){logger[_0x2e2bb8(0x154)](_0x1ea253[_0x2e2bb8(0x153)]);throw new Error(ERROR_MESSAGES[_0x2e2bb8(0x15e)][_0x2e2bb8(0x138)]);}const _0x5d42d5=_0x1ea253[_0x2e2bb8(0x140)](parseOnPremHosts,_0x2d1572);_0x8bbc50[_0x2e2bb8(0x15a)]['browserstackLocal']=!![],_0x8bbc50[_0x2e2bb8(0x15a)][_0x2e2bb8(0x16b)][_0x2e2bb8(0x157)]=_0x1ea253[_0x2e2bb8(0x12f)],_0x8bbc50[_0x2e2bb8(0x15a)][_0x2e2bb8(0x16b)]['only']=_0x5d42d5[_0x2e2bb8(0x147)](','),helper['setProxySettings'](_0x8bbc50[_0x2e2bb8(0x15a)]),await _0x8bbc50[_0x2e2bb8(0x14b)](),logger[_0x2e2bb8(0x12e)](_0x1ea253['xmaXe']);}catch(_0x131d4b){logger['error'](_0x1ea253[_0x2e2bb8(0x12a)]);throw new Error(_0x131d4b[_0x2e2bb8(0x12b)]());}};function a12_0x51d1(){const _0x59f756=['error','string','230130JDIvLI','localIdentifier','272wUBhYf','every','config','EbrXI','Integration\x20hosts\x20missing.','split','hosts','48933FLqxog','integrations','protocol','Failed\x20to\x20establish\x20connection.','undefined','usage','7054949bMjSZQ','mZQXc','15aeJGuD','describe','replace','connect','browserStackLocalOptions','command','hostname','pHCSC','BrowserStack\x20access\x20key\x20missing.','QLMNf','141519waijRV','14odsBCY','missing','port','ranVk','toString','trim','options','info','jpcRC','FOSBG','footer','exports','https:','demandCommand','uYdQg','winstonLogger','VbjQv','invalid','27714WwLyPh','type','7xDNipl','3255070tJKrTF','IYoka','url','xWArp','LMhES','bstackAccessKey','bstack-accesskey','help','root','129944zftyHi','bstackAccesskey','join','../../helpers/BrowserStackSetup','../../helpers/logger','./constants','setupBrowserstackLocal','accessKey','../../helpers/helper','Hosts\x20not\x20valid','443','Geeof','oKCQb','epilogue','iNRCV'];a12_0x51d1=function(){return _0x59f756;};return a12_0x51d1();}function a12_0x4cfe(_0x29a30c,_0x233be2){const _0x51d135=a12_0x51d1();return a12_0x4cfe=function(_0x4cfefd,_0x4cca66){_0x4cfefd=_0x4cfefd-0x126;let _0x35782f=_0x51d135[_0x4cfefd];return _0x35782f;},a12_0x4cfe(_0x29a30c,_0x233be2);}function run(_0x3132bc){const _0xa5939c=a12_0x3a2338,_0x532d55={};_0x532d55['pHCSC']=_0xa5939c(0x16a),_0x532d55[_0xa5939c(0x137)]=_0xa5939c(0x143);const _0x36722d=_0x532d55;_0x3132bc[_0xa5939c(0x164)](HELP_MESSAGES[_0xa5939c(0x16c)][_0xa5939c(0x144)])[_0xa5939c(0x16c)](_0x36722d[_0xa5939c(0x16e)],HELP_MESSAGES[_0xa5939c(0x16c)][_0xa5939c(0x16a)],connectCommandBuilder,connectCommandHandler)[_0xa5939c(0x134)]()[_0xa5939c(0x143)](_0x36722d[_0xa5939c(0x137)])[_0xa5939c(0x152)](HELP_MESSAGES[_0xa5939c(0x16c)][_0xa5939c(0x131)]);}module[a12_0x3a2338(0x132)]=run;
@@ -1 +1 @@
1
- var a13_0x25e29e=a13_0x4af7;(function(_0x31317e,_0x38182d){var _0x24f30b=a13_0x4af7,_0x257e40=_0x31317e();while(!![]){try{var _0x43ace8=-parseInt(_0x24f30b(0x119))/0x1+-parseInt(_0x24f30b(0x114))/0x2*(parseInt(_0x24f30b(0x116))/0x3)+parseInt(_0x24f30b(0x112))/0x4+-parseInt(_0x24f30b(0x11f))/0x5+parseInt(_0x24f30b(0x124))/0x6*(parseInt(_0x24f30b(0x110))/0x7)+-parseInt(_0x24f30b(0x123))/0x8*(-parseInt(_0x24f30b(0x111))/0x9)+-parseInt(_0x24f30b(0x122))/0xa*(-parseInt(_0x24f30b(0x10d))/0xb);if(_0x43ace8===_0x38182d)break;else _0x257e40['push'](_0x257e40['shift']());}catch(_0x35d200){_0x257e40['push'](_0x257e40['shift']());}}}(a13_0x102a,0x6e6b4));var a13_0x42c6fc={};a13_0x42c6fc[a13_0x25e29e(0x117)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x42c6fc[a13_0x25e29e(0x11a)]='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a13_0x423fa2={};function a13_0x102a(){var _0x26e07a=['Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','options','command','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.','4303275SKhGjf','missing','root','152380KtdVwc','256rcNVri','160122qWfZWu','ERROR_MESSAGES','627dSDthf','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','footer','217pvjRPc','4770uXeQoP','2831508gDYcMn','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','2UdInHR','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','943650XPRffj','bstackAccessKey','connect','793219xHbuMA','hosts'];a13_0x102a=function(){return _0x26e07a;};return a13_0x102a();}function a13_0x4af7(_0x3230a5,_0xc6b6ad){var _0x102a62=a13_0x102a();return a13_0x4af7=function(_0x4af75b,_0xb97354){_0x4af75b=_0x4af75b-0x10c;var _0x5903f0=_0x102a62[_0x4af75b];return _0x5903f0;},a13_0x4af7(_0x3230a5,_0xc6b6ad);}a13_0x423fa2[a13_0x25e29e(0x121)]=a13_0x25e29e(0x10e),a13_0x423fa2[a13_0x25e29e(0x118)]=a13_0x25e29e(0x11b),a13_0x423fa2[a13_0x25e29e(0x10f)]=a13_0x25e29e(0x113);var a13_0x17a257={};a13_0x17a257[a13_0x25e29e(0x11c)]=a13_0x42c6fc,a13_0x17a257[a13_0x25e29e(0x11d)]=a13_0x423fa2,exports['HELP_MESSAGES']=a13_0x17a257;var a13_0x425d31={};a13_0x425d31[a13_0x25e29e(0x120)]=a13_0x25e29e(0x115);var a13_0x23d13f={};a13_0x23d13f[a13_0x25e29e(0x120)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x23d13f['invalid']=a13_0x25e29e(0x11e);var a13_0x3345ed={};a13_0x3345ed['bstackAccessKey']=a13_0x425d31,a13_0x3345ed['hosts']=a13_0x23d13f,exports[a13_0x25e29e(0x10c)]=a13_0x3345ed;
1
+ var a13_0xd3b25f=a13_0x53ab;(function(_0xb34d5c,_0x18fc68){var _0x26cffe=a13_0x53ab,_0xdc0492=_0xb34d5c();while(!![]){try{var _0x2f8a41=parseInt(_0x26cffe(0x1b6))/0x1+-parseInt(_0x26cffe(0x1bb))/0x2+-parseInt(_0x26cffe(0x1be))/0x3+parseInt(_0x26cffe(0x1bd))/0x4+-parseInt(_0x26cffe(0x1c3))/0x5*(parseInt(_0x26cffe(0x1b7))/0x6)+parseInt(_0x26cffe(0x1cb))/0x7*(-parseInt(_0x26cffe(0x1ba))/0x8)+parseInt(_0x26cffe(0x1c8))/0x9;if(_0x2f8a41===_0x18fc68)break;else _0xdc0492['push'](_0xdc0492['shift']());}catch(_0x1df861){_0xdc0492['push'](_0xdc0492['shift']());}}}(a13_0x3ec0,0x80b7b));var a13_0x216525={};function a13_0x3ec0(){var _0x3e6dd7=['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.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','42655wRKLHz','options','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','invalid','ERROR_MESSAGES','14678874zAfVvl','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','7AJYlKe','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','HELP_MESSAGES','723674DsSfqI','678MrJYIR','bstackAccessKey','root','778088TIFSCK','1134620azPDPp','connect','1308432ybVhiu','1577901KafSTT','missing','hosts'];a13_0x3ec0=function(){return _0x3e6dd7;};return a13_0x3ec0();}a13_0x216525[a13_0xd3b25f(0x1b8)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x216525['hosts']=a13_0xd3b25f(0x1c1);var a13_0x1fc6b8={};a13_0x1fc6b8[a13_0xd3b25f(0x1b9)]=a13_0xd3b25f(0x1c5),a13_0x1fc6b8[a13_0xd3b25f(0x1bc)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x1fc6b8[a13_0xd3b25f(0x1ca)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x5b0cea={};a13_0x5b0cea[a13_0xd3b25f(0x1c4)]=a13_0x216525,a13_0x5b0cea['command']=a13_0x1fc6b8,exports[a13_0xd3b25f(0x1cd)]=a13_0x5b0cea;function a13_0x53ab(_0x5c7c54,_0x374e28){var _0x3ec0ea=a13_0x3ec0();return a13_0x53ab=function(_0x53ab9d,_0x559fa2){_0x53ab9d=_0x53ab9d-0x1b6;var _0xcb9d1e=_0x3ec0ea[_0x53ab9d];return _0xcb9d1e;},a13_0x53ab(_0x5c7c54,_0x374e28);}var a13_0x3318e7={};a13_0x3318e7[a13_0xd3b25f(0x1bf)]=a13_0xd3b25f(0x1c2);var a13_0x318c71={};a13_0x318c71['missing']=a13_0xd3b25f(0x1cc),a13_0x318c71[a13_0xd3b25f(0x1c6)]=a13_0xd3b25f(0x1c9);var a13_0x1052a9={};a13_0x1052a9[a13_0xd3b25f(0x1b8)]=a13_0x3318e7,a13_0x1052a9[a13_0xd3b25f(0x1c0)]=a13_0x318c71,exports[a13_0xd3b25f(0x1c7)]=a13_0x1052a9;
@@ -1 +1 @@
1
- 'use strict';function a14_0x2436(_0x2fe4ce,_0x556df4){const _0x5f163b=a14_0x5f16();return a14_0x2436=function(_0x243699,_0xcfecbc){_0x243699=_0x243699-0x14f;let _0x1f6e76=_0x5f163b[_0x243699];return _0x1f6e76;},a14_0x2436(_0x2fe4ce,_0x556df4);}const a14_0x880290=a14_0x2436;(function(_0xe8a6c6,_0x27acdb){const _0x10585e=a14_0x2436,_0x358950=_0xe8a6c6();while(!![]){try{const _0x34826a=parseInt(_0x10585e(0x1bf))/0x1*(-parseInt(_0x10585e(0x190))/0x2)+parseInt(_0x10585e(0x1b8))/0x3*(-parseInt(_0x10585e(0x1bd))/0x4)+parseInt(_0x10585e(0x1a6))/0x5*(-parseInt(_0x10585e(0x1c2))/0x6)+-parseInt(_0x10585e(0x160))/0x7*(parseInt(_0x10585e(0x15f))/0x8)+-parseInt(_0x10585e(0x16b))/0x9*(-parseInt(_0x10585e(0x196))/0xa)+parseInt(_0x10585e(0x1c4))/0xb+parseInt(_0x10585e(0x1b0))/0xc;if(_0x34826a===_0x27acdb)break;else _0x358950['push'](_0x358950['shift']());}catch(_0x339f2e){_0x358950['push'](_0x358950['shift']());}}}(a14_0x5f16,0x5ef58));function a14_0x5f16(){const _0x517b46=['AssertionError','specStarted','passed','ybscN','kuGTC','Spec\x20failed','hWGdc','keys','XnKdV','dstvr','filename','appendTesthubParams','isArray','sep','prefixTestPath','dLVNH','NFwFH','lang','QbbTP','lpWDI','WefOO','join','failure_backtrace','err','setCurrentTestData','cJSra','length','add','_scopes','remove','PfXmZ','../testRunMap','6536dObeou','Jasmine','get','geqNt','TestRunSkipped','FKPfH','3832810gXTiMz','bnhWz','KUeAn','../../../helpers/testhub/utils','../../../helpers/test-observability/sessionHandler','GcGAV','ZFUkc','ZRYLO','failure_reason_expanded','toISOString','relative','chpnb','JASMINE','../../../helpers/test-observability/constants','push','TSOKS','1713785VxWkCm','FnvtI','path','expected','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','excluded','BtCHJ','failed','duration','ZzfJr','9353616Ydlnaj','UnhandledError','TestRunFinished','_collapseFailedExpectations','otsyj','\x20:\x20','XTlCQ','shouldProcessEventForTesthub','24NAZiCR','HwTlU','matcherName','_suitesById','_paths','159996XqTCJU','startsWith','128jRomdL','split','_sendSpecEvent','6RTShvC','message','6844475iciqUv','actual','PzjcE','_findGitConfig','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','AjBpp','gczEP','VmpQI','_fileNameByFullName','failedExpectations','pending','dirname','XKkAw','fullName','zkEhk','status','uLFWX','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','uuid','jasmineStarted','expanded','slice','bmGHn','number','_resolveFilePath','config','fileNameByFullName','set','HMWYO','VxEbc','TwWQf','PiUEZ','uTbnq','voyhP','aUdgU','code','wSECK','TestRunStarted','cwd','232akobDT','76027clQsGP','statSync','Jksiv','match','suiteDone','fRAHo','skipped','VGxLz','cSXBX','uJASJ','description','9ECymJo','parentSuiteId','stack','MRvmX','jasmineDone'];a14_0x5f16=function(){return _0x517b46;};return a14_0x5f16();}const path=require(a14_0x880290(0x1a8)),fs=require('fs'),{v4:uuidv4}=require(a14_0x880290(0x1d6)),testhubUtils=require(a14_0x880290(0x199)),{FRAMEWORKS}=require(a14_0x880290(0x1a3)),SessionHandler=require(a14_0x880290(0x19a)),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),testRunMap=require(a14_0x880290(0x18f)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x880290(0x191),a14_0x215cf3={};a14_0x215cf3[a14_0x880290(0x172)]=a14_0x880290(0x172),a14_0x215cf3[a14_0x880290(0x1ad)]=a14_0x880290(0x1ad),a14_0x215cf3[a14_0x880290(0x1ce)]=a14_0x880290(0x1ce),a14_0x215cf3[a14_0x880290(0x1ab)]=a14_0x880290(0x166);const STATUS_MAP=a14_0x215cf3;class BrowserStackJasmineReporter{constructor(_0x3820cd={}){const _0x4b3432=a14_0x880290,_0x33b2af={'KFXUO':function(_0x2cb6b5){return _0x2cb6b5();}};this['testObservability']=_0x33b2af['KFXUO'](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x4b3432(0x15e)]()},undefined),this[_0x4b3432(0x1cc)]=_0x3820cd&&_0x3820cd[_0x4b3432(0x152)]||{},this[_0x4b3432(0x1bb)]=new Map();}[a14_0x880290(0x1d7)](){}['suiteStarted'](_0x139f94){const _0x41593b=a14_0x880290,_0xde13d2={'IeAuH':function(_0x48a2c1,_0xc86ef5){return _0x48a2c1!==_0xc86ef5;},'WefOO':function(_0xf8cb27,_0x4bce3a){return _0xf8cb27!==_0x4bce3a;},'NFwFH':function(_0x263566,_0x25bd3b){return _0x263566(_0x25bd3b);}};try{_0x139f94&&_0xde13d2['IeAuH'](_0x139f94['id'],undefined)&&_0xde13d2[_0x41593b(0x184)](_0x139f94['id'],null)&&this[_0x41593b(0x1bb)][_0x41593b(0x153)](_0x139f94['id'],{'description':_0x139f94['description'],'parentSuiteId':_0x139f94[_0x41593b(0x16c)]});}catch(_0x52b37e){_0xde13d2[_0x41593b(0x180)](debug,_0x41593b(0x1d5)+(_0x139f94&&_0x139f94['fullName'])+_0x41593b(0x1b5)+_0x52b37e);}}[a14_0x880290(0x171)](_0x3e73b2){const _0x4e180f=a14_0x880290,_0x53e119={'QbbTP':function(_0x37f51a,_0x1eba99){return _0x37f51a!==_0x1eba99;},'lpWDI':function(_0x237f75){return _0x237f75();},'rsivL':'TestRunStarted','HMWYO':function(_0x40a186,_0x2b70cb){return _0x40a186(_0x2b70cb);}};try{if(_0x53e119[_0x4e180f(0x182)](testhubUtils[_0x4e180f(0x1b7)](),!![]))return;const _0x193dbe=_0x53e119[_0x4e180f(0x183)](uuidv4);testRunMap[_0x4e180f(0x153)](_0x3e73b2['id'],_0x193dbe),this[_0x4e180f(0x1c1)](_0x3e73b2,_0x193dbe,_0x53e119['rsivL']);}catch(_0xf1c272){_0x53e119[_0x4e180f(0x154)](debug,_0x4e180f(0x1c8)+(_0x3e73b2&&_0x3e73b2['fullName'])+_0x4e180f(0x1b5)+_0xf1c272);}}['specDone'](_0x5c2b8c){const _0x82c59f=a14_0x880290,_0x36ea2c={'bmGHn':function(_0x1cbea9,_0x30bb9b){return _0x1cbea9!==_0x30bb9b;},'uJASJ':function(_0x4db9d5){return _0x4db9d5();},'XTlCQ':function(_0x263af7,_0x248bc2){return _0x263af7===_0x248bc2;},'AjBpp':'excluded','XKkAw':_0x82c59f(0x194),'kuGTC':'TestRunFinished','MRvmX':function(_0x5d3ded,_0xe4ebb3){return _0x5d3ded(_0xe4ebb3);}};try{if(_0x36ea2c[_0x82c59f(0x1da)](testhubUtils[_0x82c59f(0x1b7)](),!![]))return;const _0x544ac3=testRunMap[_0x82c59f(0x192)](_0x5c2b8c['id'])||_0x36ea2c[_0x82c59f(0x169)](uuidv4),_0x5555f2=_0x36ea2c[_0x82c59f(0x1b6)](_0x5c2b8c[_0x82c59f(0x1d3)],_0x36ea2c[_0x82c59f(0x1c9)])?_0x36ea2c[_0x82c59f(0x1d0)]:_0x36ea2c[_0x82c59f(0x174)];this[_0x82c59f(0x1c1)](_0x5c2b8c,_0x544ac3,_0x5555f2);}catch(_0x1d30f6){_0x36ea2c[_0x82c59f(0x16e)](debug,'Exception\x20in\x20jasmine\x20specDone\x20for\x20'+(_0x5c2b8c&&_0x5c2b8c[_0x82c59f(0x1d1)])+_0x82c59f(0x1b5)+_0x1d30f6);}finally{_0x5c2b8c&&(testRunMap[_0x82c59f(0x18d)](_0x5c2b8c['id']),_specStartTimes['delete'](_0x5c2b8c['id']));}}[a14_0x880290(0x164)](){}[a14_0x880290(0x16f)](){}['_sendSpecEvent'](_0x2295c9,_0x57e5c0,_0x8a2c5d){const _0x577efb=a14_0x880290,_0x17586b={'PfXmZ':function(_0x4aedfc,_0x3c3edf){return _0x4aedfc===_0x3c3edf;},'otsyj':_0x577efb(0x1b2),'geqNt':_0x577efb(0x194),'fRAHo':'File\x20path\x20could\x20not\x20be\x20found','PzjcE':function(_0x4b4ded,_0x1efe5,_0x427e52){return _0x4b4ded(_0x1efe5,_0x427e52);},'VGxLz':_0x577efb(0x187),'ZzfJr':function(_0x33143e,_0x5d5f61){return _0x33143e===_0x5d5f61;},'cJSra':_0x577efb(0x15d),'chpnb':function(_0x300d58,_0x3eacd3){return _0x300d58!==_0x3eacd3;},'RnCHh':function(_0x5464b0,_0x4c8085){return _0x5464b0!==_0x4c8085;},'FnvtI':function(_0x3f4ec1,_0x17bb28){return _0x3f4ec1===_0x17bb28;},'PiUEZ':'javascript','hWGdc':function(_0x57c086,_0x1fcafa){return _0x57c086&&_0x1fcafa;},'VxEbc':_0x577efb(0x166),'voyhP':_0x577efb(0x172),'NBQCA':function(_0x3ef8d1,_0xdc4b1d){return _0x3ef8d1===_0xdc4b1d;},'wSECK':_0x577efb(0x14f),'cSXBX':_0x577efb(0x170),'XnKdV':_0x577efb(0x1b1),'dstvr':'started_at','VmpQI':'finished_at','ZFUkc':'failure','KUeAn':_0x577efb(0x186),'uLFWX':'backtrace','zkEhk':_0x577efb(0x19e),'aUdgU':_0x577efb(0x1d8),'Jksiv':function(_0x5e5732,_0x161262){return _0x5e5732===_0x161262;},'bnhWz':function(_0x4f8026,_0x14b98a){return _0x4f8026(_0x14b98a);}};try{const _0x5546da=_0x17586b[_0x577efb(0x18e)](_0x8a2c5d,_0x17586b['otsyj'])||_0x17586b[_0x577efb(0x18e)](_0x8a2c5d,_0x17586b[_0x577efb(0x193)]),_0x52f785=this[_0x577efb(0x150)](_0x2295c9),_0x2ebac1=_0x52f785?this[_0x577efb(0x1bc)][_0x577efb(0x17e)](_0x52f785):_0x17586b[_0x577efb(0x165)],_0x41a8ee=_0x52f785?this[_0x577efb(0x1c7)](path['dirname'](_0x52f785)):null,_0x343249=this[_0x577efb(0x1b3)](_0x2295c9[_0x577efb(0x1cd)]),_0x40faea=_0x343249?_0x343249[_0x577efb(0x1c3)]:undefined,_0x1b026e=_0x343249?_0x17586b[_0x577efb(0x1c6)](failureData,_0x343249,_0x17586b[_0x577efb(0x167)]):[],_0x29767d=new Date()[_0x577efb(0x19f)](),_0x274700=this['_scopes'](_0x2295c9);_0x17586b['ZzfJr'](_0x8a2c5d,_0x17586b['cJSra'])&&_0x2295c9&&_0x17586b[_0x577efb(0x1a1)](_0x2295c9['id'],undefined)&&_0x17586b['RnCHh'](_0x2295c9['id'],null)&&_specStartTimes[_0x577efb(0x153)](_0x2295c9['id'],_0x29767d);const _0x3f4383=_0x17586b[_0x577efb(0x1a7)](_0x8a2c5d,_0x17586b[_0x577efb(0x189)])?_0x29767d:_0x2295c9&&_specStartTimes['get'](_0x2295c9['id'])||null,_0x574ce9={};_0x574ce9[_0x577efb(0x181)]=_0x17586b[_0x577efb(0x157)],_0x574ce9[_0x577efb(0x15b)]=null;const _0x420936={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x57e5c0,'name':_0x2295c9[_0x577efb(0x16a)],'body':_0x574ce9,'scope':_0x274700[_0x577efb(0x185)]('\x20'),'scopes':_0x274700,'identifier':_0x2295c9['fullName'],'file_name':_0x2ebac1,'vc_filepath':_0x17586b[_0x577efb(0x176)](_0x41a8ee,_0x52f785)?path[_0x577efb(0x1a0)](_0x41a8ee,_0x52f785):null,'location':_0x2ebac1,'result':_0x17586b[_0x577efb(0x1af)](_0x8a2c5d,_0x17586b['geqNt'])?_0x17586b[_0x577efb(0x155)]:STATUS_MAP[_0x2295c9[_0x577efb(0x1d3)]]||_0x17586b[_0x577efb(0x159)],'failure_reason':_0x40faea,'duration_in_ms':_0x17586b['NBQCA'](typeof _0x2295c9[_0x577efb(0x1ae)],_0x17586b[_0x577efb(0x15c)])?_0x2295c9[_0x577efb(0x1ae)]:null,'started_at':_0x3f4383,'finished_at':_0x5546da?_0x29767d:null,'failure':_0x1b026e,'failure_type':!_0x40faea?null:_0x40faea[_0x577efb(0x163)](/AssertionError/)?_0x17586b[_0x577efb(0x168)]:_0x17586b[_0x577efb(0x178)],'retry_of':null};_0x17586b[_0x577efb(0x1af)](_0x8a2c5d,_0x17586b[_0x577efb(0x193)])&&!_0x420936[_0x17586b[_0x577efb(0x179)]]&&(_0x420936[_0x17586b[_0x577efb(0x179)]]=_0x420936[_0x17586b[_0x577efb(0x1cb)]]);const _0x4cc008=_0x420936[_0x17586b[_0x577efb(0x19c)]][0x0];_0x4cc008&&(_0x420936[_0x17586b[_0x577efb(0x198)]]=_0x4cc008[_0x17586b[_0x577efb(0x1d4)]],_0x420936[_0x17586b[_0x577efb(0x1d2)]]=_0x4cc008[_0x17586b[_0x577efb(0x15a)]]);testhubUtils[_0x577efb(0x17b)](_0x420936,_0x8a2c5d,_0x2295c9,FRAMEWORKS[_0x577efb(0x1a2)]);const _0x1f33a4={'event_type':_0x17586b[_0x577efb(0x162)](_0x8a2c5d,_0x17586b[_0x577efb(0x193)])?_0x17586b[_0x577efb(0x1b4)]:_0x8a2c5d,'test_run':_0x420936};return testhubUtils[_0x577efb(0x188)](FRAMEWORKS[_0x577efb(0x1a2)],_0x1f33a4),SessionHandler['uploadEventData'](_0x1f33a4);}catch(_0x502539){_0x17586b[_0x577efb(0x197)](debug,_0x577efb(0x1aa)+_0x8a2c5d+_0x577efb(0x1b5)+_0x502539);}}[a14_0x880290(0x18c)](_0x412c82){const _0x24534a=a14_0x880290,_0x1abef1={'zxKOE':function(_0x5ba836,_0x301526){return _0x5ba836!==_0x301526;},'zjFhe':function(_0x2ed746,_0x2675c4){return _0x2ed746!==_0x2675c4;},'ryhEC':function(_0x2d346c,_0x4aeea0){return _0x2d346c>_0x4aeea0;},'TwWQf':function(_0x47d782,_0x34bb26){return _0x47d782(_0x34bb26);},'HwTlU':function(_0x106405,_0x30db70){return _0x106405-_0x30db70;}};try{const _0x4dd0e0=[];let _0x22c456=_0x412c82&&_0x412c82[_0x24534a(0x16c)];const _0x3eafc1=new Set();while(_0x1abef1['zxKOE'](_0x22c456,undefined)&&_0x1abef1['zjFhe'](_0x22c456,null)&&this[_0x24534a(0x1bb)]['has'](_0x22c456)&&!_0x3eafc1['has'](_0x22c456)){_0x3eafc1[_0x24534a(0x18b)](_0x22c456);const _0x5264aa=this['_suitesById'][_0x24534a(0x192)](_0x22c456);_0x5264aa&&_0x5264aa[_0x24534a(0x16a)]&&_0x4dd0e0[_0x24534a(0x1a4)](_0x5264aa[_0x24534a(0x16a)]),_0x22c456=_0x5264aa?_0x5264aa['parentSuiteId']:null;}if(_0x1abef1['ryhEC'](_0x4dd0e0['length'],0x0))return _0x4dd0e0['reverse']();}catch(_0x2f5d04){_0x1abef1[_0x24534a(0x156)](debug,'Exception\x20deriving\x20jasmine\x20scopes\x20for\x20'+(_0x412c82&&_0x412c82[_0x24534a(0x1d1)])+'\x20:\x20'+_0x2f5d04);}const _0x63e455=_0x412c82&&_0x412c82['fullName']||'',_0x502c3c=_0x412c82&&_0x412c82['description']||'';let _0x2bd703=_0x63e455;return _0x502c3c&&_0x63e455['endsWith'](_0x502c3c)&&(_0x2bd703=_0x63e455[_0x24534a(0x1d9)](0x0,_0x1abef1[_0x24534a(0x1b9)](_0x63e455[_0x24534a(0x18a)],_0x502c3c[_0x24534a(0x18a)]))['trim']()),_0x2bd703?_0x2bd703[_0x24534a(0x1c0)](/\s+/):[];}[a14_0x880290(0x150)](_0x471d07){const _0x468d5e=a14_0x880290,_0x15ff5f={};_0x15ff5f[_0x468d5e(0x19b)]=function(_0xb5a3f3,_0x23364d){return _0xb5a3f3===_0x23364d;},_0x15ff5f[_0x468d5e(0x173)]=function(_0x46c1e6,_0x249571){return _0x46c1e6+_0x249571;},_0x15ff5f[_0x468d5e(0x17f)]=function(_0x57c83b,_0x4c8d93){return _0x57c83b>_0x4c8d93;};const _0x3912d7=_0x15ff5f;if(_0x471d07&&_0x471d07[_0x468d5e(0x17a)])return _0x471d07[_0x468d5e(0x17a)];if(_0x471d07&&_0x471d07[_0x468d5e(0x1d1)]){if(this[_0x468d5e(0x1cc)][_0x471d07['fullName']])return this[_0x468d5e(0x1cc)][_0x471d07[_0x468d5e(0x1d1)]];let _0x35f8d5=null,_0x5ee401=-0x1;for(const _0x42ab6a of Object[_0x468d5e(0x177)](this[_0x468d5e(0x1cc)])){(_0x3912d7['GcGAV'](_0x471d07[_0x468d5e(0x1d1)],_0x42ab6a)||_0x471d07[_0x468d5e(0x1d1)][_0x468d5e(0x1be)](_0x3912d7[_0x468d5e(0x173)](_0x42ab6a,'\x20')))&&_0x3912d7[_0x468d5e(0x17f)](_0x42ab6a[_0x468d5e(0x18a)],_0x5ee401)&&(_0x35f8d5=this[_0x468d5e(0x1cc)][_0x42ab6a],_0x5ee401=_0x42ab6a[_0x468d5e(0x18a)]);}if(_0x35f8d5)return _0x35f8d5;}return null;}[a14_0x880290(0x1b3)](_0x51d62b){const _0x233bd2=a14_0x880290,_0x47eae8={};_0x47eae8[_0x233bd2(0x1ca)]=function(_0x2a026b,_0x334a89){return _0x2a026b===_0x334a89;},_0x47eae8[_0x233bd2(0x195)]=_0x233bd2(0x175);const _0x172f7c=_0x47eae8;if(!Array[_0x233bd2(0x17c)](_0x51d62b)||_0x172f7c[_0x233bd2(0x1ca)](_0x51d62b['length'],0x0))return undefined;const _0x476732=[],_0x487b52=[];for(const _0x337ac5 of _0x51d62b){_0x337ac5&&_0x337ac5[_0x233bd2(0x1c3)]&&_0x476732[_0x233bd2(0x1a4)](_0x337ac5[_0x233bd2(0x1c3)]),_0x337ac5&&_0x337ac5[_0x233bd2(0x16d)]&&_0x487b52[_0x233bd2(0x1a4)](_0x337ac5[_0x233bd2(0x16d)]);}const _0x541014=_0x51d62b[0x0]||{},_0x443fe8=_0x476732[_0x233bd2(0x185)]('\x0a')||_0x541014['message']||_0x172f7c['FKPfH'],_0x44329a=_0x487b52['join']('\x0a\x0a')||_0x541014[_0x233bd2(0x16d)]||_0x443fe8,_0x502056={};return _0x502056[_0x233bd2(0x1c3)]=_0x443fe8,_0x502056[_0x233bd2(0x16d)]=_0x44329a,_0x502056[_0x233bd2(0x1ba)]=_0x541014[_0x233bd2(0x1ba)],_0x502056[_0x233bd2(0x1a9)]=_0x541014[_0x233bd2(0x1a9)],_0x502056[_0x233bd2(0x1c5)]=_0x541014[_0x233bd2(0x1c5)],_0x502056;}[a14_0x880290(0x1c7)](_0x34913f){const _0x1703ae=a14_0x880290,_0x770bbc={};_0x770bbc[_0x1703ae(0x158)]=function(_0x1970c6,_0x5a439b){return _0x1970c6===_0x5a439b;},_0x770bbc[_0x1703ae(0x1ac)]=function(_0x1b4e2f,_0x59d3d2){return _0x1b4e2f===_0x59d3d2;},_0x770bbc[_0x1703ae(0x19d)]='.git',_0x770bbc[_0x1703ae(0x1a5)]=_0x1703ae(0x151);const _0x4235c6=_0x770bbc,_0xc509d=path[_0x1703ae(0x17d)];if(_0x4235c6[_0x1703ae(0x158)](_0x34913f,null)||_0x4235c6[_0x1703ae(0x158)](_0x34913f,'')||_0x4235c6[_0x1703ae(0x158)](_0x34913f,_0xc509d)||_0x4235c6[_0x1703ae(0x1ac)](_0x34913f,path[_0x1703ae(0x1cf)](_0x34913f)))return null;try{return fs[_0x1703ae(0x161)](path[_0x1703ae(0x185)](_0x34913f,_0x4235c6[_0x1703ae(0x19d)],_0x4235c6[_0x1703ae(0x1a5)])),_0x34913f;}catch(_0x43007e){return this['_findGitConfig'](path[_0x1703ae(0x1cf)](_0x34913f));}}}module['exports']=BrowserStackJasmineReporter;
1
+ 'use strict';const a14_0x1701d0=a14_0x341c;function a14_0x2075(){const _0x4ab6fc=['yZkQc','exgQO','statSync','_fileNameByFullName','specStarted','TestRunSkipped','4688170jaPBQc','TestRunFinished','toISOString','split','AssertionError','length','tRLPK','_scopes','parentSuiteId','9454742LFUdRU','.git','passed','VQqbl','slice','YyFaL','\x20:\x20','code','vPaZw','_collapseFailedExpectations','add','_sendSpecEvent','join','has','74921106SvTCOk','14wNsbRr','6LLpvgv','appendTesthubParams','isArray','_resolveFilePath','suiteStarted','endsWith','jasmineStarted','zBsqo','HntMX','uploadEventData','set','3120903eOxHYc','UhdKO','tctky','pmAzb','cobRK','failure_backtrace','err','specDone','../../../helpers/test-observability/sessionHandler','kRTik','Exception\x20in\x20jasmine\x20specDone\x20for\x20','WkLYQ','pending','cwd','failed','backtrace','wEDaU','ygdCL','RIWrf','../../../helpers/test-observability/utils','_paths','../testRunMap','VpWkJ','../../../helpers/test-observability/constants','zRZPG','expanded','uuid','XVwJB','Pgnce','description','excluded','Rsirx','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','matcherName','startsWith','xKxWg','xkbtW','dqOQl','tinhx','DxCAL','ciktg','_suitesById','actual','OrObg','TfJdD','shouldProcessEventForTesthub','javascript','12wRNlFn','fileNameByFullName','wOoZR','tcmqG','finished_at','_findGitConfig','30MkeZkP','skipped','366qKsUxf','path','413OnFSgo','psCZS','MQIRL','108728hsfIUW','GbewG','Spec\x20failed','uFZnQ','Wqvkm','message','WelCs','match','remove','File\x20path\x20could\x20not\x20be\x20found','reverse','kWivI','TestRunStarted','4486YhAmVe','JASMINE','QlIFe','fullName','expected','trim','push','stack','uoTOX','3043004ycFJUZ','HItKg','testObservability','dirname','failedExpectations','xeVWn','Jasmine','jasmineDone','CmHlm','status','xDIVU','3yPPnzS','started_at','failure_reason_expanded','number','get','duration','Exception\x20in\x20jasmine\x20specStarted\x20for\x20'];a14_0x2075=function(){return _0x4ab6fc;};return a14_0x2075();}function a14_0x341c(_0x1e17d9,_0x2ec42c){const _0x2075f0=a14_0x2075();return a14_0x341c=function(_0x341c0c,_0x48dbed){_0x341c0c=_0x341c0c-0x1de;let _0x28e312=_0x2075f0[_0x341c0c];return _0x28e312;},a14_0x341c(_0x1e17d9,_0x2ec42c);}(function(_0x56d915,_0x1b53b9){const _0x42ddfb=a14_0x341c,_0x463591=_0x56d915();while(!![]){try{const _0x19329e=parseInt(_0x42ddfb(0x1f0))/0x1*(-parseInt(_0x42ddfb(0x202))/0x2)+-parseInt(_0x42ddfb(0x216))/0x3*(parseInt(_0x42ddfb(0x20b))/0x4)+-parseInt(_0x42ddfb(0x223))/0x5*(parseInt(_0x42ddfb(0x23c))/0x6)+parseInt(_0x42ddfb(0x1f2))/0x7*(-parseInt(_0x42ddfb(0x1f5))/0x8)+parseInt(_0x42ddfb(0x247))/0x9*(-parseInt(_0x42ddfb(0x1ee))/0xa)+-parseInt(_0x42ddfb(0x22c))/0xb*(parseInt(_0x42ddfb(0x1e8))/0xc)+-parseInt(_0x42ddfb(0x23a))/0xd*(-parseInt(_0x42ddfb(0x23b))/0xe);if(_0x19329e===_0x1b53b9)break;else _0x463591['push'](_0x463591['shift']());}catch(_0xc6f58b){_0x463591['push'](_0x463591['shift']());}}}(a14_0x2075,0x845c3));const path=require(a14_0x1701d0(0x1f1)),fs=require('fs'),{v4:uuidv4}=require(a14_0x1701d0(0x261)),testhubUtils=require('../../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x1701d0(0x25e)),SessionHandler=require(a14_0x1701d0(0x24f)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x1701d0(0x25a)),testRunMap=require(a14_0x1701d0(0x25c)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x1701d0(0x211),a14_0x444ae8={};a14_0x444ae8['passed']=a14_0x1701d0(0x22e),a14_0x444ae8[a14_0x1701d0(0x255)]=a14_0x1701d0(0x255),a14_0x444ae8['pending']=a14_0x1701d0(0x253),a14_0x444ae8['excluded']='skipped';const STATUS_MAP=a14_0x444ae8;class BrowserStackJasmineReporter{constructor(_0x55f642={}){const _0x538b78=a14_0x1701d0,_0xa9cfcc={'xKxWg':function(_0x24a109){return _0x24a109();}};this[_0x538b78(0x20d)]=_0xa9cfcc[_0x538b78(0x26a)](isTestObservabilitySession),this[_0x538b78(0x25b)]=new PathHelper({'cwd':process[_0x538b78(0x254)]()},undefined),this['_fileNameByFullName']=_0x55f642&&_0x55f642[_0x538b78(0x1e9)]||{},this['_suitesById']=new Map();}[a14_0x1701d0(0x242)](){}[a14_0x1701d0(0x240)](_0x2b657e){const _0x5e093b=a14_0x1701d0,_0x29aa24={'qnsfW':function(_0x1cc116,_0x499a70){return _0x1cc116!==_0x499a70;},'tctky':function(_0x3142fc,_0x409a96){return _0x3142fc!==_0x409a96;},'XVwJB':function(_0x4c9e2d,_0x2be0b1){return _0x4c9e2d(_0x2be0b1);}};try{_0x2b657e&&_0x29aa24['qnsfW'](_0x2b657e['id'],undefined)&&_0x29aa24[_0x5e093b(0x249)](_0x2b657e['id'],null)&&this[_0x5e093b(0x1e2)][_0x5e093b(0x246)](_0x2b657e['id'],{'description':_0x2b657e['description'],'parentSuiteId':_0x2b657e[_0x5e093b(0x22b)]});}catch(_0x4f4b7b){_0x29aa24[_0x5e093b(0x262)](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0x2b657e&&_0x2b657e[_0x5e093b(0x205)])+'\x20:\x20'+_0x4f4b7b);}}[a14_0x1701d0(0x221)](_0x322c7f){const _0x17affa=a14_0x1701d0,_0x57390d={'uFZnQ':function(_0x119029,_0x4519c7){return _0x119029!==_0x4519c7;},'zbexU':function(_0x2feba6){return _0x2feba6();},'zuSBP':_0x17affa(0x201),'ygdCL':function(_0x1f984e,_0x54ac77){return _0x1f984e(_0x54ac77);}};try{if(_0x57390d[_0x17affa(0x1f8)](testhubUtils[_0x17affa(0x1e6)](),!![]))return;const _0x3aeeb2=_0x57390d['zbexU'](uuidv4);testRunMap[_0x17affa(0x246)](_0x322c7f['id'],_0x3aeeb2),this[_0x17affa(0x237)](_0x322c7f,_0x3aeeb2,_0x57390d['zuSBP']);}catch(_0x403754){_0x57390d[_0x17affa(0x258)](debug,_0x17affa(0x21c)+(_0x322c7f&&_0x322c7f[_0x17affa(0x205)])+_0x17affa(0x232)+_0x403754);}}[a14_0x1701d0(0x24e)](_0x5c9804){const _0x40c6a5=a14_0x1701d0,_0x5edfa0={'EIrDL':function(_0x501739,_0x491bf5){return _0x501739!==_0x491bf5;},'nBtCE':function(_0x1352c3){return _0x1352c3();},'YyFaL':function(_0x3ec9c9,_0x249e1f){return _0x3ec9c9===_0x249e1f;},'xeVWn':_0x40c6a5(0x265),'wEDaU':_0x40c6a5(0x222),'uoTOX':_0x40c6a5(0x224),'KQfSk':function(_0x49a45e,_0x1d1e58){return _0x49a45e(_0x1d1e58);}};try{if(_0x5edfa0['EIrDL'](testhubUtils[_0x40c6a5(0x1e6)](),!![]))return;const _0x27bc5e=testRunMap['get'](_0x5c9804['id'])||_0x5edfa0['nBtCE'](uuidv4),_0x7949c8=_0x5edfa0[_0x40c6a5(0x231)](_0x5c9804[_0x40c6a5(0x214)],_0x5edfa0[_0x40c6a5(0x210)])?_0x5edfa0[_0x40c6a5(0x257)]:_0x5edfa0[_0x40c6a5(0x20a)];this[_0x40c6a5(0x237)](_0x5c9804,_0x27bc5e,_0x7949c8);}catch(_0x220730){_0x5edfa0['KQfSk'](debug,_0x40c6a5(0x251)+(_0x5c9804&&_0x5c9804[_0x40c6a5(0x205)])+_0x40c6a5(0x232)+_0x220730);}finally{_0x5c9804&&(testRunMap[_0x40c6a5(0x1fd)](_0x5c9804['id']),_specStartTimes['delete'](_0x5c9804['id']));}}['suiteDone'](){}[a14_0x1701d0(0x212)](){}['_sendSpecEvent'](_0x50d8bb,_0x24c609,_0x527183){const _0x55aae4=a14_0x1701d0,_0x37fdfe={'QlIFe':function(_0x15b757,_0x3df053){return _0x15b757===_0x3df053;},'dqOQl':_0x55aae4(0x224),'zBsqo':_0x55aae4(0x222),'RIWrf':_0x55aae4(0x1fe),'xkbtW':function(_0x21b714,_0x413453,_0x3c35e3){return _0x21b714(_0x413453,_0x3c35e3);},'wOoZR':_0x55aae4(0x24d),'zRZPG':_0x55aae4(0x201),'DxCAL':function(_0x80eeee,_0x4438fc){return _0x80eeee!==_0x4438fc;},'WelCs':function(_0x2203f1,_0x56336c){return _0x2203f1!==_0x56336c;},'ciktg':function(_0x3c3145,_0x268eb6){return _0x3c3145===_0x268eb6;},'zVUto':_0x55aae4(0x1e7),'pmAzb':function(_0x3e69cd,_0x4781c0){return _0x3e69cd&&_0x4781c0;},'UhdKO':function(_0x2da70e,_0x34185f){return _0x2da70e===_0x34185f;},'xDIVU':_0x55aae4(0x1ef),'yZkQc':_0x55aae4(0x22e),'Wqvkm':_0x55aae4(0x219),'TfJdD':_0x55aae4(0x227),'OrObg':'UnhandledError','tcmqG':_0x55aae4(0x217),'kWivI':_0x55aae4(0x1ec),'xDGgF':'failure','CmHlm':_0x55aae4(0x24c),'irTkP':_0x55aae4(0x256),'VpWkJ':_0x55aae4(0x218),'nghpw':_0x55aae4(0x260),'VQqbl':function(_0x4359e2,_0x2a2619){return _0x4359e2===_0x2a2619;},'VSPTc':function(_0x477a4b,_0x397f30){return _0x477a4b(_0x397f30);}};try{const _0x27ad39=_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe[_0x55aae4(0x1de)])||_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe[_0x55aae4(0x243)]),_0x3764f5=this[_0x55aae4(0x23f)](_0x50d8bb),_0x36d225=_0x3764f5?this[_0x55aae4(0x25b)]['prefixTestPath'](_0x3764f5):_0x37fdfe[_0x55aae4(0x259)],_0x59b9f8=_0x3764f5?this[_0x55aae4(0x1ed)](path['dirname'](_0x3764f5)):null,_0x287ec6=this[_0x55aae4(0x235)](_0x50d8bb[_0x55aae4(0x20f)]),_0x35e5d0=_0x287ec6?_0x287ec6[_0x55aae4(0x1fa)]:undefined,_0x3527c7=_0x287ec6?_0x37fdfe[_0x55aae4(0x26b)](failureData,_0x287ec6,_0x37fdfe[_0x55aae4(0x1ea)]):[],_0x53b59f=new Date()[_0x55aae4(0x225)](),_0x4af3a3=this[_0x55aae4(0x22a)](_0x50d8bb);_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe[_0x55aae4(0x25f)])&&_0x50d8bb&&_0x37fdfe[_0x55aae4(0x1e0)](_0x50d8bb['id'],undefined)&&_0x37fdfe[_0x55aae4(0x1fb)](_0x50d8bb['id'],null)&&_specStartTimes[_0x55aae4(0x246)](_0x50d8bb['id'],_0x53b59f);const _0x4e3e59=_0x37fdfe[_0x55aae4(0x1e1)](_0x527183,_0x37fdfe['zRZPG'])?_0x53b59f:_0x50d8bb&&_specStartTimes['get'](_0x50d8bb['id'])||null,_0x3d6560={};_0x3d6560['lang']=_0x37fdfe['zVUto'],_0x3d6560[_0x55aae4(0x233)]=null;const _0x353532={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x24c609,'name':_0x50d8bb[_0x55aae4(0x264)],'body':_0x3d6560,'scope':_0x4af3a3[_0x55aae4(0x238)]('\x20'),'scopes':_0x4af3a3,'identifier':_0x50d8bb[_0x55aae4(0x205)],'file_name':_0x36d225,'vc_filepath':_0x37fdfe[_0x55aae4(0x24a)](_0x59b9f8,_0x3764f5)?path['relative'](_0x59b9f8,_0x3764f5):null,'location':_0x36d225,'result':_0x37fdfe[_0x55aae4(0x248)](_0x527183,_0x37fdfe[_0x55aae4(0x243)])?_0x37fdfe[_0x55aae4(0x215)]:STATUS_MAP[_0x50d8bb['status']]||_0x37fdfe[_0x55aae4(0x21d)],'failure_reason':_0x35e5d0,'duration_in_ms':_0x37fdfe['ciktg'](typeof _0x50d8bb[_0x55aae4(0x21b)],_0x37fdfe[_0x55aae4(0x1f9)])?_0x50d8bb[_0x55aae4(0x21b)]:null,'started_at':_0x4e3e59,'finished_at':_0x27ad39?_0x53b59f:null,'failure':_0x3527c7,'failure_type':!_0x35e5d0?null:_0x35e5d0[_0x55aae4(0x1fc)](/AssertionError/)?_0x37fdfe[_0x55aae4(0x1e5)]:_0x37fdfe[_0x55aae4(0x1e4)],'retry_of':null};_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe['zBsqo'])&&!_0x353532[_0x37fdfe[_0x55aae4(0x1eb)]]&&(_0x353532[_0x37fdfe[_0x55aae4(0x1eb)]]=_0x353532[_0x37fdfe[_0x55aae4(0x200)]]);const _0x3bdd14=_0x353532[_0x37fdfe['xDGgF']][0x0];_0x3bdd14&&(_0x353532[_0x37fdfe[_0x55aae4(0x213)]]=_0x3bdd14[_0x37fdfe['irTkP']],_0x353532[_0x37fdfe[_0x55aae4(0x25d)]]=_0x3bdd14[_0x37fdfe['nghpw']]);testhubUtils[_0x55aae4(0x23d)](_0x353532,_0x527183,_0x50d8bb,FRAMEWORKS[_0x55aae4(0x203)]);const _0x4e9805={'event_type':_0x37fdfe[_0x55aae4(0x22f)](_0x527183,_0x37fdfe[_0x55aae4(0x243)])?_0x37fdfe[_0x55aae4(0x1de)]:_0x527183,'test_run':_0x353532};return testhubUtils['setCurrentTestData'](FRAMEWORKS['JASMINE'],_0x4e9805),SessionHandler[_0x55aae4(0x245)](_0x4e9805);}catch(_0xf705c0){_0x37fdfe['VSPTc'](debug,'Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20'+_0x527183+_0x55aae4(0x232)+_0xf705c0);}}[a14_0x1701d0(0x22a)](_0x6eaf24){const _0x911ce3=a14_0x1701d0,_0x5c8836={'vPaZw':function(_0x4191ca,_0x479d10){return _0x4191ca!==_0x479d10;},'HntMX':function(_0x15bcfc,_0x5b3628){return _0x15bcfc>_0x5b3628;},'HItKg':function(_0x9d9d6a,_0x5f38ad){return _0x9d9d6a(_0x5f38ad);},'Rsirx':function(_0x591d76,_0x1a19ae){return _0x591d76-_0x1a19ae;}};try{const _0x8388c7=[];let _0x3b3b30=_0x6eaf24&&_0x6eaf24['parentSuiteId'];const _0x481e36=new Set();while(_0x5c8836[_0x911ce3(0x234)](_0x3b3b30,undefined)&&_0x5c8836[_0x911ce3(0x234)](_0x3b3b30,null)&&this['_suitesById'][_0x911ce3(0x239)](_0x3b3b30)&&!_0x481e36[_0x911ce3(0x239)](_0x3b3b30)){_0x481e36[_0x911ce3(0x236)](_0x3b3b30);const _0x208d06=this[_0x911ce3(0x1e2)][_0x911ce3(0x21a)](_0x3b3b30);_0x208d06&&_0x208d06[_0x911ce3(0x264)]&&_0x8388c7[_0x911ce3(0x208)](_0x208d06[_0x911ce3(0x264)]),_0x3b3b30=_0x208d06?_0x208d06['parentSuiteId']:null;}if(_0x5c8836[_0x911ce3(0x244)](_0x8388c7[_0x911ce3(0x228)],0x0))return _0x8388c7[_0x911ce3(0x1ff)]();}catch(_0x2cb11f){_0x5c8836[_0x911ce3(0x20c)](debug,_0x911ce3(0x267)+(_0x6eaf24&&_0x6eaf24[_0x911ce3(0x205)])+_0x911ce3(0x232)+_0x2cb11f);}const _0x3057b0=_0x6eaf24&&_0x6eaf24['fullName']||'',_0x37ba9a=_0x6eaf24&&_0x6eaf24[_0x911ce3(0x264)]||'';let _0x22c902=_0x3057b0;return _0x37ba9a&&_0x3057b0[_0x911ce3(0x241)](_0x37ba9a)&&(_0x22c902=_0x3057b0[_0x911ce3(0x230)](0x0,_0x5c8836[_0x911ce3(0x266)](_0x3057b0[_0x911ce3(0x228)],_0x37ba9a[_0x911ce3(0x228)]))[_0x911ce3(0x207)]()),_0x22c902?_0x22c902[_0x911ce3(0x226)](/\s+/):[];}[a14_0x1701d0(0x23f)](_0x4d284f){const _0x55fbf2=a14_0x1701d0,_0x118428={};_0x118428[_0x55fbf2(0x1f4)]=function(_0x218ea4,_0x14df4b){return _0x218ea4===_0x14df4b;},_0x118428[_0x55fbf2(0x263)]=function(_0x11d5c0,_0x4ca51e){return _0x11d5c0+_0x4ca51e;},_0x118428[_0x55fbf2(0x252)]=function(_0x113d28,_0x418d1d){return _0x113d28>_0x418d1d;};const _0x498885=_0x118428;if(_0x4d284f&&_0x4d284f['filename'])return _0x4d284f['filename'];if(_0x4d284f&&_0x4d284f['fullName']){if(this[_0x55fbf2(0x220)][_0x4d284f['fullName']])return this['_fileNameByFullName'][_0x4d284f[_0x55fbf2(0x205)]];let _0x1fae10=null,_0x288eb3=-0x1;for(const _0x401a34 of Object['keys'](this['_fileNameByFullName'])){(_0x498885[_0x55fbf2(0x1f4)](_0x4d284f[_0x55fbf2(0x205)],_0x401a34)||_0x4d284f[_0x55fbf2(0x205)][_0x55fbf2(0x269)](_0x498885[_0x55fbf2(0x263)](_0x401a34,'\x20')))&&_0x498885[_0x55fbf2(0x252)](_0x401a34[_0x55fbf2(0x228)],_0x288eb3)&&(_0x1fae10=this['_fileNameByFullName'][_0x401a34],_0x288eb3=_0x401a34['length']);}if(_0x1fae10)return _0x1fae10;}return null;}[a14_0x1701d0(0x235)](_0x2a37cf){const _0x4ee59d=a14_0x1701d0,_0x16fa69={};_0x16fa69[_0x4ee59d(0x21e)]=function(_0x597d82,_0x24f375){return _0x597d82===_0x24f375;},_0x16fa69[_0x4ee59d(0x1f6)]=_0x4ee59d(0x1f7);const _0x182a14=_0x16fa69;if(!Array[_0x4ee59d(0x23e)](_0x2a37cf)||_0x182a14['exgQO'](_0x2a37cf[_0x4ee59d(0x228)],0x0))return undefined;const _0x2db71a=[],_0x546557=[];for(const _0x3b5ae9 of _0x2a37cf){_0x3b5ae9&&_0x3b5ae9['message']&&_0x2db71a['push'](_0x3b5ae9['message']),_0x3b5ae9&&_0x3b5ae9[_0x4ee59d(0x209)]&&_0x546557[_0x4ee59d(0x208)](_0x3b5ae9[_0x4ee59d(0x209)]);}const _0x24e1be=_0x2a37cf[0x0]||{},_0x5739e3=_0x2db71a[_0x4ee59d(0x238)]('\x0a')||_0x24e1be[_0x4ee59d(0x1fa)]||_0x182a14[_0x4ee59d(0x1f6)],_0x3eccec=_0x546557[_0x4ee59d(0x238)]('\x0a\x0a')||_0x24e1be['stack']||_0x5739e3,_0x4579a0={};return _0x4579a0[_0x4ee59d(0x1fa)]=_0x5739e3,_0x4579a0[_0x4ee59d(0x209)]=_0x3eccec,_0x4579a0[_0x4ee59d(0x268)]=_0x24e1be[_0x4ee59d(0x268)],_0x4579a0[_0x4ee59d(0x206)]=_0x24e1be[_0x4ee59d(0x206)],_0x4579a0[_0x4ee59d(0x1e3)]=_0x24e1be[_0x4ee59d(0x1e3)],_0x4579a0;}[a14_0x1701d0(0x1ed)](_0x2871de){const _0x511f82=a14_0x1701d0,_0x1a9203={};_0x1a9203[_0x511f82(0x1f3)]=function(_0x37b6fa,_0x36e419){return _0x37b6fa===_0x36e419;},_0x1a9203[_0x511f82(0x1df)]=function(_0x29d7c2,_0x25c782){return _0x29d7c2===_0x25c782;},_0x1a9203[_0x511f82(0x229)]=function(_0x31c24e,_0xaf41fa){return _0x31c24e===_0xaf41fa;},_0x1a9203['cobRK']=_0x511f82(0x22d),_0x1a9203[_0x511f82(0x250)]='config';const _0x29790a=_0x1a9203,_0x4f25e2=path['sep'];if(_0x29790a[_0x511f82(0x1f3)](_0x2871de,null)||_0x29790a[_0x511f82(0x1df)](_0x2871de,'')||_0x29790a['tinhx'](_0x2871de,_0x4f25e2)||_0x29790a[_0x511f82(0x229)](_0x2871de,path[_0x511f82(0x20e)](_0x2871de)))return null;try{return fs[_0x511f82(0x21f)](path[_0x511f82(0x238)](_0x2871de,_0x29790a[_0x511f82(0x24b)],_0x29790a[_0x511f82(0x250)])),_0x2871de;}catch(_0x2a403c){return this[_0x511f82(0x1ed)](path['dirname'](_0x2871de));}}}module['exports']=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a15_0x196bf0=a15_0x5b38;(function(_0x4b1e1e,_0x34f03a){const _0x1b1815=a15_0x5b38,_0x17c0bc=_0x4b1e1e();while(!![]){try{const _0x460660=-parseInt(_0x1b1815(0x18a))/0x1*(-parseInt(_0x1b1815(0x1c0))/0x2)+-parseInt(_0x1b1815(0x1dd))/0x3+-parseInt(_0x1b1815(0x1c1))/0x4+parseInt(_0x1b1815(0x184))/0x5*(parseInt(_0x1b1815(0x190))/0x6)+-parseInt(_0x1b1815(0x1c8))/0x7+-parseInt(_0x1b1815(0x1ad))/0x8*(-parseInt(_0x1b1815(0x1b1))/0x9)+-parseInt(_0x1b1815(0x187))/0xa;if(_0x460660===_0x34f03a)break;else _0x17c0bc['push'](_0x17c0bc['shift']());}catch(_0x315c7a){_0x17c0bc['push'](_0x17c0bc['shift']());}}}(a15_0x4a91,0xae851));const fs=require('fs'),path=require(a15_0x196bf0(0x131)),util=require(a15_0x196bf0(0x194)),{spawn}=require('child_process'),glob=require(a15_0x196bf0(0x15c)),pLimit=require(a15_0x196bf0(0x14f)),logger=require('../../helpers/logger')[a15_0x196bf0(0x160)],helper=require(a15_0x196bf0(0x1a4)),utilities=require(a15_0x196bf0(0x13a)),constants=require('../utils/constants'),TestHubHandler=require(a15_0x196bf0(0x1a1)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a15_0x196bf0(0x19d)),{FRAMEWORKS}=require(a15_0x196bf0(0x1aa)),PerformanceTester=require(a15_0x196bf0(0x1a2)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],BrowserstackCLI=require(a15_0x196bf0(0x142)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require('../../helpers/puppeteer-helper'),getMaxWorkers=(_0x442e73,_0x31485e)=>{const _0x183be7=a15_0x196bf0,_0x4b5330={'fPWEn':function(_0x30e687,_0x234578){return _0x30e687(_0x234578);}};let _0x361f16=0x1;if(!helper[_0x183be7(0x1c5)](_0x31485e[_0x183be7(0x185)]))_0x361f16=_0x4b5330[_0x183be7(0x132)](parseInt,_0x31485e[_0x183be7(0x185)]);else!helper[_0x183be7(0x1c5)](_0x442e73[_0x183be7(0x156)])&&(_0x361f16=_0x442e73[_0x183be7(0x156)]);return _0x361f16;},resolveJasmineConfigPath=()=>{const _0x50524e=a15_0x196bf0,_0x277850={};_0x277850[_0x50524e(0x17c)]='spec/support/jasmine.json';const _0x4eb2f7=_0x277850,_0x2922b0=[];process[_0x50524e(0x165)][_0x50524e(0x154)]&&_0x2922b0[_0x50524e(0x167)](path[_0x50524e(0x138)](process['cwd'](),process[_0x50524e(0x165)][_0x50524e(0x154)]));_0x2922b0[_0x50524e(0x167)](path[_0x50524e(0x138)](process[_0x50524e(0x164)](),_0x4eb2f7['GdgKS']));for(const _0x56ebc5 of _0x2922b0){try{if(fs[_0x50524e(0x192)](_0x56ebc5))return _0x56ebc5;}catch(_0x324505){}}return null;},enumerateSpecFiles=_0x342709=>{const _0x26b782=a15_0x196bf0,_0x294814={'WSMvd':function(_0x302a0a,_0x5564c7){return _0x302a0a(_0x5564c7);},'EKDcE':function(_0x609fd8,_0x155d2c){return _0x609fd8>_0x155d2c;},'mnpDf':function(_0x4d9ca3,_0x33132a){return _0x4d9ca3(_0x33132a);},'TpLQx':function(_0x193851,_0x225508){return _0x193851<_0x225508;},'KLovt':function(_0x4cf6f8,_0x2f79a7){return _0x4cf6f8===_0x2f79a7;},'FidGW':_0x26b782(0x176),'NwsYo':function(_0x36ee15,_0x3662e9){return _0x36ee15>_0x3662e9;},'QlglK':function(_0x11f4f3,_0x124ee8,_0x3300c7){return _0x11f4f3(_0x124ee8,_0x3300c7);},'EKCsS':function(_0x4d2f11){return _0x4d2f11();},'UnfWi':_0x26b782(0x1d3),'xecdk':_0x26b782(0x16a),'jQSTX':function(_0x226c8d,_0x546ef2){return _0x226c8d>_0x546ef2;},'DjHFk':_0x26b782(0x14d),'hUfOk':function(_0x1d9813,_0x1cb864,_0xf78707){return _0x1d9813(_0x1cb864,_0xf78707);},'etQdl':function(_0x2ed9d2,_0x4e114a){return _0x2ed9d2>_0x4e114a;}};try{if(testOpsHelper[_0x26b782(0x149)]()){const _0x1e4bd9=testOpsHelper['parseFileNames'](process[_0x26b782(0x165)][_0x26b782(0x18f)]);if(Array[_0x26b782(0x1b3)](_0x1e4bd9)&&_0x294814[_0x26b782(0x158)](_0x1e4bd9[_0x26b782(0x14c)],0x0))return _0x1e4bd9[_0x26b782(0x150)](_0x4c8f51=>path[_0x26b782(0x138)](process[_0x26b782(0x164)](),_0x4c8f51[_0x26b782(0x175)]()))['filter'](Boolean);}}catch(_0x28d83b){_0x294814[_0x26b782(0x1d2)](debug,'Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20'+util['format'](_0x28d83b));}const _0xecc2ed=[];try{for(let _0x156ed7=0x1;_0x294814['TpLQx'](_0x156ed7,_0x342709[_0x26b782(0x14c)]);_0x156ed7++){const _0x51116d=_0x342709[_0x156ed7];_0x294814['KLovt'](typeof _0x51116d,_0x294814['FidGW'])&&!_0x51116d[_0x26b782(0x133)]('-')&&_0xecc2ed[_0x26b782(0x167)](_0x51116d);}}catch(_0x1dd0d8){}const _0x588ace={'cwd':process[_0x26b782(0x164)](),'absolute':!![],'nodir':!![]},_0x5e70f4=(_0x502593,_0x24a045)=>{const _0x5a649d=_0x26b782,_0x4faaec=[];for(const _0x551d97 of _0x502593){try{const _0x30b115=_0x24a045?path[_0x5a649d(0x171)][_0x5a649d(0x13f)](_0x24a045,_0x551d97):_0x551d97,_0x1c14ce=glob['globSync'](_0x30b115,_0x588ace);Array[_0x5a649d(0x1b3)](_0x1c14ce)&&_0x4faaec[_0x5a649d(0x167)](..._0x1c14ce);}catch(_0x331f0f){_0x294814[_0x5a649d(0x135)](debug,'Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27'+_0x551d97+_0x5a649d(0x1c6)+util[_0x5a649d(0x1b2)](_0x331f0f));}}return _0x4faaec;};if(_0x294814[_0x26b782(0x183)](_0xecc2ed['length'],0x0)){const _0x1ebf44=_0x294814[_0x26b782(0x1a0)](_0x5e70f4,_0xecc2ed,null);if(_0x294814['EKDcE'](_0x1ebf44[_0x26b782(0x14c)],0x0))return Array['from'](new Set(_0x1ebf44));return _0xecc2ed['map'](_0x543419=>path[_0x26b782(0x138)](process[_0x26b782(0x164)](),_0x543419));}try{const _0x1f2343=_0x294814[_0x26b782(0x148)](resolveJasmineConfigPath);if(_0x1f2343){const _0x5b0c1e=JSON[_0x26b782(0x169)](fs[_0x26b782(0x1a7)](_0x1f2343,_0x294814[_0x26b782(0x1b0)])),_0x271891=_0x5b0c1e[_0x26b782(0x1af)]||_0x294814[_0x26b782(0x157)],_0x453702=Array[_0x26b782(0x1b3)](_0x5b0c1e['spec_files'])&&_0x294814[_0x26b782(0x191)](_0x5b0c1e[_0x26b782(0x15e)][_0x26b782(0x14c)],0x0)?_0x5b0c1e[_0x26b782(0x15e)]:[_0x294814[_0x26b782(0x16c)]],_0x160db7=_0x294814[_0x26b782(0x144)](_0x5e70f4,_0x453702,_0x271891);if(_0x294814[_0x26b782(0x195)](_0x160db7[_0x26b782(0x14c)],0x0))return Array[_0x26b782(0x1c7)](new Set(_0x160db7));}}catch(_0x55c2b1){_0x294814[_0x26b782(0x1d2)](debug,_0x26b782(0x146)+util[_0x26b782(0x1b2)](_0x55c2b1));}return null;};function a15_0x4a91(){const _0x126d00=['trim','string','GCDxm','PogdE','specArgs','slice','end','GdgKS','xWCYU','poxhc','ookYM','getHubUrl','IcXIk','error\x20removing\x20tcg\x20config\x20file','NwsYo','155mXWPuK','parallelsPerPlatform','jasmine\x20child\x20(platformIndex=','1803020bGHUxv','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','JwZRP','206289jsqcef','isCLIEnabled','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','stringify','BROWSERSTACK_RERUN_TESTS','133404VlZSzK','jQSTX','existsSync','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','util','etQdl','exports','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','qtnQp','wqcoX','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','config','test.setup.js','../../helpers/test-observability/utils','close','\x20platform(s),\x20parallelsPerPlatform=','QlglK','../../helpers/testhub/testhubHandler','../../helpers/performance/performance-tester','error','../../helpers/helper','validPlatformsPresent','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','readFileSync','assign','yQMag','../../helpers/test-observability/constants','platform','find','8luGrko','Running\x20your\x20Jasmine\x20tests\x20across\x20','spec_dir','UnfWi','4133214XzwzjA','format','isArray','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','getPackageVersion','exitCode','finalExecution','\x20:\x20','KrEPm','vUVSV','AjSZd','npx','start','ognED','aYSyn','10QqpvTh','3503924zQtjcV','\x20work-item(s),\x20max\x20','useW3C','printBuildLink','isUndefined','\x27\x20:\x20','from','374024eewSkb','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','true','handleApp','SSrPd','UuOHq','SDK_SETUP','testObservability','wjZer','initialize','mnpDf','utf8','yyHTS','QeeJO','platformIndex','rPrfr','JbKYp','ZprDt',',\x20specs=','info','jWfLA','1066191ksGQMf','debug','all','path','fPWEn','startsWith','stop','WSMvd','eTJcI','BROWSERSTACK_JASMINE_PARALLELS','resolve','--helper=','../../helpers/utilities',';\x20proceeding\x20without\x20injection','getInstance','BROWSERSTACK_CLI_BIN_SESSION_ID','nOYfV','join','launchBuild','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','../v2/browserstackCLI','xBOWR','hUfOk','binSessionId','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','setupTCGAuth','EKCsS','shouldReRunObservabilityTests','jasmine','\x20concurrent)','length','**/*[sS]pec.?(m)js','LOpRr','p-limit','map','xpcUu','JBftK',')\x20:\x20','JASMINE_CONFIG_PATH','@playwright/test','maxWorkers','xecdk','EKDcE','HuDCy','BROWSERSTACK_TEST_OBSERVABILITY_YML','getTCGConfigFilePaths','glob','jGaZJ','spec_files','platforms','winstonLogger','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','GUAeo','capability','cwd','env','proxySettings','push','win32','parse','spec','BROWSERSTACK_CAPABILITIES','DjHFk','inherit','Dxagk','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','FRAMEWORKS','posix',')\x20exited\x20with\x20code\x20','JASMINE','filter'];a15_0x4a91=function(){return _0x126d00;};return a15_0x4a91();}function a15_0x5b38(_0x42fb58,_0x340563){const _0x4a91cb=a15_0x4a91();return a15_0x5b38=function(_0x5b38f8,_0x1e9f82){_0x5b38f8=_0x5b38f8-0x12f;let _0x564e62=_0x4a91cb[_0x5b38f8];return _0x564e62;},a15_0x5b38(_0x42fb58,_0x340563);}async function run(_0x159b38,_0x510627,_0x4d1943){const _0x2bbfc3=a15_0x196bf0,_0x2cfabe={'xpcUu':function(_0x501541,_0xe0ded3){return _0x501541>_0xe0ded3;},'QeeJO':function(_0x52fc2b,_0x50f320){return _0x52fc2b>_0x50f320;},'gNmvF':_0x2bbfc3(0x130),'wjZer':function(_0x536d01,_0x3d8de7){return _0x536d01(_0x3d8de7);},'wqcoX':function(_0x437985,_0x3eebf4){return _0x437985||_0x3eebf4;},'KrEPm':function(_0x5504ee,_0x256a47,_0x3159a5,_0x4a45ba){return _0x5504ee(_0x256a47,_0x3159a5,_0x4a45ba);},'eTJcI':_0x2bbfc3(0x1bc),'xWCYU':_0x2bbfc3(0x14a),'yyHTS':function(_0x3e335c,_0x2b77cf){return _0x3e335c===_0x2b77cf;},'IcXIk':_0x2bbfc3(0x168),'yQMag':_0x2bbfc3(0x16d),'aYSyn':_0x2bbfc3(0x19e),'mEoaf':_0x2bbfc3(0x1a3),'Dxagk':function(_0x30f466,_0x43f3af){return _0x30f466(_0x43f3af);},'kpkCW':_0x2bbfc3(0x155),'tUiSA':function(_0x266e97){return _0x266e97();},'qtnQp':function(_0x46d16f,_0x4bccc8,_0x3c0745,_0x34ae62){return _0x46d16f(_0x4bccc8,_0x3c0745,_0x34ae62);},'ognED':function(_0xbbb3d9,_0x35e0b7,_0x34b697,_0x51e56d){return _0xbbb3d9(_0x35e0b7,_0x34b697,_0x51e56d);},'poxhc':function(_0x20414f,_0x20c212){return _0x20414f!=_0x20c212;},'ZprDt':_0x2bbfc3(0x1ca),'UuOHq':function(_0xd2009,_0x444d24){return _0xd2009(_0x444d24);},'vUVSV':function(_0x32d454,_0x17d387){return _0x32d454(_0x17d387);},'xBOWR':function(_0x234fba,_0x35a629,_0x1d7181){return _0x234fba(_0x35a629,_0x1d7181);},'rPrfr':function(_0x3970a5,_0x2a6c58){return _0x3970a5*_0x2a6c58;},'OCcqY':function(_0x51b438,_0x191d57){return _0x51b438(_0x191d57);},'NFuoD':function(_0x20b21f,_0x23d7f3){return _0x20b21f(_0x23d7f3);},'ookYM':_0x2bbfc3(0x19c),'HuDCy':function(_0x49d2f8,_0x5bf43b){return _0x49d2f8(_0x5bf43b);},'GUAeo':function(_0x2e4252,_0xe882f6){return _0x2e4252(_0xe882f6);},'nOYfV':function(_0x5ed854,_0x1190fd){return _0x5ed854(_0x1190fd);},'SSrPd':function(_0x3e0dbe,_0x17b352){return _0x3e0dbe<_0x17b352;},'jGaZJ':function(_0x324b1c,_0x59c02c){return _0x324b1c>_0x59c02c;},'JbKYp':function(_0x472eab,_0x1dba17){return _0x472eab(_0x1dba17);},'yXkmD':function(_0xe21770,_0x4d7402){return _0xe21770>_0x4d7402;},'JwZRP':function(_0x5d9399,_0x483e6a){return _0x5d9399(_0x483e6a);},'JBftK':_0x2bbfc3(0x182)},_0x553bcc=helper[_0x2bbfc3(0x1b5)](_0x2cfabe['kpkCW']);global['__isPlaywrightInstalled']=!!_0x553bcc;const _0xac6bd4=_0x2cfabe['tUiSA'](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0xac6bd4;helper['isBrowserstackInfra']()?(await _0x4d1943[_0x2bbfc3(0x1d1)](_0x159b38),await helper[_0x2bbfc3(0x1cb)](_0x4d1943[_0x2bbfc3(0x19b)])):await _0x4d1943[_0x2bbfc3(0x147)]();if(_0x553bcc)await _0x2cfabe[_0x2bbfc3(0x198)](checkPwandBootstrapCli,_0x553bcc,constants['FRAMEWORKS'][_0x2bbfc3(0x173)],_0x4d1943);else _0xac6bd4&&await _0x2cfabe[_0x2bbfc3(0x1be)](checkPuppeteerAndBootstrapCli,_0xac6bd4,constants[_0x2bbfc3(0x170)][_0x2bbfc3(0x173)],_0x4d1943);if(!_0x4d1943[_0x2bbfc3(0x19b)])return;_0x2cfabe[_0x2bbfc3(0x17e)](_0x4d1943['config']['testObservability'],null)?process['env'][_0x2bbfc3(0x15a)]=_0x4d1943[_0x2bbfc3(0x19b)][_0x2bbfc3(0x1cf)]:process[_0x2bbfc3(0x165)][_0x2bbfc3(0x15a)]=_0x2cfabe[_0x2bbfc3(0x1d9)];!helper[_0x2bbfc3(0x1c5)](_0x4d1943[_0x2bbfc3(0x19b)]['accessibilityOptions'])&&(process['env'][_0x2bbfc3(0x1a6)]=JSON['stringify'](_0x4d1943['config']['accessibilityOptions']));try{await TestHubHandler[_0x2bbfc3(0x140)](FRAMEWORKS[_0x2bbfc3(0x173)],_0x4d1943);}catch(_0xc4e54f){logger[_0x2bbfc3(0x1a3)](_0x2bbfc3(0x18c)+util[_0x2bbfc3(0x1b2)](_0xc4e54f)),_0x2cfabe[_0x2bbfc3(0x1cd)](debug,_0x2bbfc3(0x16f)+util[_0x2bbfc3(0x1b2)](_0xc4e54f));}let _0x4b719d=![],_0x2612b5=[];try{_0x4b719d=helper[_0x2bbfc3(0x1c3)](_0x4d1943['config']),_0x2612b5=helper['prepareCapabilities'](_0x4d1943['config'],_0x4b719d,constants[_0x2bbfc3(0x170)][_0x2bbfc3(0x173)]),process[_0x2bbfc3(0x165)][_0x2bbfc3(0x16b)]=JSON[_0x2bbfc3(0x18e)](_0x2612b5);}catch(_0x86c08d){_0x2cfabe[_0x2bbfc3(0x1ba)](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util['format'](_0x86c08d));}let _0x2f983c=null,_0x595f29=![];try{_0x2f983c=helper[_0x2bbfc3(0x180)](_0x4d1943[_0x2bbfc3(0x19b)]),_0x595f29=helper[_0x2bbfc3(0x1a5)](_0x4d1943[_0x2bbfc3(0x19b)]);}catch(_0x1379c4){_0x2cfabe[_0x2bbfc3(0x16e)](debug,_0x2bbfc3(0x161)+util[_0x2bbfc3(0x1b2)](_0x1379c4));}const _0x7b4c57=_0x5eb030=>{const _0x4604ee=_0x2bbfc3,_0x19efd5=Array[_0x4604ee(0x1b3)](_0x2612b5)&&_0x2cfabe[_0x4604ee(0x151)](_0x2612b5[_0x4604ee(0x14c)],_0x5eb030)?_0x2612b5[_0x5eb030]:Array[_0x4604ee(0x1b3)](_0x2612b5)&&_0x2cfabe[_0x4604ee(0x1d5)](_0x2612b5['length'],0x0)?_0x2612b5[0x0]:{};return{'server':_0x2f983c,'capability':_0x19efd5,'proxySettings':_0x4d1943['config'][_0x4604ee(0x166)],'platform':helper['getPlatformName'](_0x19efd5),'browserStackLogLevel':_0x4d1943[_0x4604ee(0x19b)]['logLevel'],'platformIndex':_0x5eb030,'framework':constants[_0x4604ee(0x170)][_0x4604ee(0x173)],'platformCaps':_0x595f29?Object[_0x4604ee(0x1a8)]({'index':_0x5eb030},_0x4d1943['config'][_0x4604ee(0x15f)][_0x5eb030]):{'index':_0x5eb030}};};let _0x25a6ce=0x1,_0x4ecc4b=0x1,_0x4ddc53=0x1;try{_0x25a6ce=_0x2cfabe[_0x2bbfc3(0x143)](getMaxWorkers,_0x159b38,_0x4d1943[_0x2bbfc3(0x19b)]),_0x4ecc4b=_0x595f29?_0x4d1943[_0x2bbfc3(0x19b)][_0x2bbfc3(0x15f)]['length']:0x1,_0x4ddc53=_0x2cfabe[_0x2bbfc3(0x1d7)](_0x4ecc4b,_0x25a6ce),process[_0x2bbfc3(0x165)][_0x2bbfc3(0x137)]=_0x2cfabe[_0x2bbfc3(0x1ba)](String,_0x4ddc53);}catch(_0x10c92c){_0x2cfabe['OCcqY'](debug,_0x2bbfc3(0x193)+util['format'](_0x10c92c));}try{BrowserstackCLI['getInstance']()[_0x2bbfc3(0x145)]&&(process[_0x2bbfc3(0x165)][_0x2bbfc3(0x13d)]=BrowserstackCLI[_0x2bbfc3(0x13c)]()[_0x2bbfc3(0x145)]);}catch(_0xfff9b1){_0x2cfabe['NFuoD'](debug,_0x2bbfc3(0x1c9)+util[_0x2bbfc3(0x1b2)](_0xfff9b1));}const _0xdb304d=[];try{const _0x57cb17=path[_0x2bbfc3(0x138)](__dirname,_0x2cfabe[_0x2bbfc3(0x17f)]);fs[_0x2bbfc3(0x192)](_0x57cb17)?_0xdb304d[_0x2bbfc3(0x167)](_0x2bbfc3(0x139)+_0x57cb17):_0x2cfabe[_0x2bbfc3(0x159)](debug,_0x2bbfc3(0x188)+_0x57cb17+_0x2bbfc3(0x13b));}catch(_0x4ef760){_0x2cfabe[_0x2bbfc3(0x162)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util['format'](_0x4ef760));}const _0x41b6b9=_0x510627[_0x2bbfc3(0x17a)](0x1),_0x33fac7=_0x2cfabe[_0x2bbfc3(0x13e)](enumerateSpecFiles,_0x510627),_0x17e95e=[];for(let _0x152902=0x0;_0x2cfabe[_0x2bbfc3(0x1cc)](_0x152902,_0x4ecc4b);_0x152902++){if(_0x2cfabe[_0x2bbfc3(0x15d)](_0x25a6ce,0x1)&&Array['isArray'](_0x33fac7)&&_0x2cfabe[_0x2bbfc3(0x1d5)](_0x33fac7[_0x2bbfc3(0x14c)],0x0))for(const _0x160bbd of _0x33fac7){const _0x47a880={};_0x47a880[_0x2bbfc3(0x1d6)]=_0x152902,_0x47a880[_0x2bbfc3(0x179)]=[_0x160bbd],_0x17e95e[_0x2bbfc3(0x167)](_0x47a880);}else{const _0x12123f={};_0x12123f[_0x2bbfc3(0x1d6)]=_0x152902,_0x12123f[_0x2bbfc3(0x179)]=_0x33fac7,_0x17e95e['push'](_0x12123f);}}logger[_0x2bbfc3(0x1db)](_0x2bbfc3(0x1ae)+_0x4ecc4b+_0x2bbfc3(0x19f)+_0x25a6ce+'\x20('+_0x17e95e[_0x2bbfc3(0x14c)]+_0x2bbfc3(0x1c2)+_0x4ddc53+_0x2bbfc3(0x14b)),PerformanceTester[_0x2bbfc3(0x17b)](PerformanceEvents[_0x2bbfc3(0x1ce)]);const _0x379a1e=_0x167f0e=>new Promise(_0x48d0f3=>{const _0x14ed53=_0x2bbfc3,_0x26f52c={'PogdE':_0x2cfabe['gNmvF'],'GCDxm':function(_0x20eb88,_0x1469c1){const _0x1b19c2=a15_0x5b38;return _0x2cfabe[_0x1b19c2(0x1d0)](_0x20eb88,_0x1469c1);},'LOpRr':function(_0x5dbe65,_0x5e997f){const _0x505050=a15_0x5b38;return _0x2cfabe[_0x505050(0x199)](_0x5dbe65,_0x5e997f);},'AjSZd':function(_0x1c45d0,_0x3c5363){const _0x5f0c66=a15_0x5b38;return _0x2cfabe[_0x5f0c66(0x1d0)](_0x1c45d0,_0x3c5363);},'jWfLA':function(_0x360ed1,_0x1eb374){return _0x2cfabe['wjZer'](_0x360ed1,_0x1eb374);}};let _0x2cec78;try{const _0x54182b=_0x2cfabe[_0x14ed53(0x1d0)](_0x7b4c57,_0x167f0e['platformIndex']);_0x2cec78=Object[_0x14ed53(0x1a8)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x54182b),'BROWSERSTACK_CAPABILITIES':JSON[_0x14ed53(0x18e)]([_0x54182b[_0x14ed53(0x163)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x1fb128){_0x2cfabe[_0x14ed53(0x1d0)](debug,_0x14ed53(0x1b4)+_0x167f0e[_0x14ed53(0x1d6)]+_0x14ed53(0x1b8)+util[_0x14ed53(0x1b2)](_0x1fb128)),_0x2cec78=Object['assign']({},process[_0x14ed53(0x165)]);}const _0x286145=Array['isArray'](_0x167f0e[_0x14ed53(0x179)])?_0x167f0e[_0x14ed53(0x179)]:[],_0xae4c70=_0x2cfabe[_0x14ed53(0x151)](_0x286145['length'],0x0)?_0x41b6b9[_0x14ed53(0x174)](_0x1affae=>typeof _0x1affae===_0x14ed53(0x176)&&_0x1affae['startsWith']('-')):_0x41b6b9,_0x2d53cc=[..._0xdb304d,..._0xae4c70,..._0x286145];try{const _0xe37bd=_0x2cfabe[_0x14ed53(0x1b9)](spawn,_0x2cfabe[_0x14ed53(0x136)],[_0x2cfabe[_0x14ed53(0x17d)],..._0x2d53cc],{'shell':_0x2cfabe[_0x14ed53(0x1d4)](process[_0x14ed53(0x1ab)],_0x2cfabe[_0x14ed53(0x181)]),'stdio':_0x2cfabe[_0x14ed53(0x1a9)],'env':_0x2cec78});_0xe37bd['on'](_0x2cfabe[_0x14ed53(0x1bf)],_0x242423=>{const _0x21d44b=_0x14ed53;logger[_0x21d44b(0x12f)](_0x21d44b(0x186)+_0x167f0e[_0x21d44b(0x1d6)]+_0x21d44b(0x1da)+(_0x286145['length']?_0x286145[_0x21d44b(0x13f)](','):_0x26f52c[_0x21d44b(0x178)])+_0x21d44b(0x172)+_0x242423),_0x26f52c[_0x21d44b(0x177)](_0x48d0f3,_0x26f52c[_0x21d44b(0x14e)](_0x242423,0x0));}),_0xe37bd['on'](_0x2cfabe['mEoaf'],_0x3b3682=>{const _0x2811dd=_0x14ed53;_0x26f52c[_0x2811dd(0x1bb)](debug,_0x2811dd(0x19a)+_0x167f0e[_0x2811dd(0x1d6)]+_0x2811dd(0x153)+util[_0x2811dd(0x1b2)](_0x3b3682)),_0x26f52c[_0x2811dd(0x1dc)](_0x48d0f3,0x1);});}catch(_0x1cb5bd){_0x2cfabe[_0x14ed53(0x1d0)](debug,_0x14ed53(0x18d)+_0x167f0e[_0x14ed53(0x1d6)]+_0x14ed53(0x153)+util[_0x14ed53(0x1b2)](_0x1cb5bd)),_0x2cfabe[_0x14ed53(0x16e)](_0x48d0f3,0x1);}}),_0x39c8da=_0x2cfabe[_0x2bbfc3(0x1d8)](pLimit,_0x2cfabe['yXkmD'](_0x4ddc53,0x0)?_0x4ddc53:0x1),_0x4cbca5=await Promise[_0x2bbfc3(0x130)](_0x17e95e[_0x2bbfc3(0x150)](_0x50b137=>_0x39c8da(()=>_0x379a1e(_0x50b137))));PerformanceTester[_0x2bbfc3(0x1bd)](PerformanceEvents['SDK_CLEANUP']);const _0x245a27=_0x4cbca5[_0x2bbfc3(0x1ac)](_0x5f481e=>_0x5f481e!==0x0)||0x0;process[_0x2bbfc3(0x1b6)]=_0x245a27,logger[_0x2bbfc3(0x12f)](_0x2bbfc3(0x141)+_0x245a27);const _0xcdf06f=BrowserstackCLI[_0x2bbfc3(0x18b)]();try{await TestHubHandler[_0x2bbfc3(0x134)](),await BrowserstackCLI['getInstance']()[_0x2bbfc3(0x134)]();}catch(_0x4cd3c8){_0x2cfabe[_0x2bbfc3(0x189)](debug,_0x2bbfc3(0x197)+util[_0x2bbfc3(0x1b2)](_0x4cd3c8));}try{const {browserstackFolderPath:_0x15dc78,tcgConfigPath:_0x5652da}=helper[_0x2bbfc3(0x15b)]();fs['unlinkSync'](_0x5652da),fs['rmdirSync'](_0x15dc78);}catch(_0x26b56c){logger[_0x2bbfc3(0x12f)](_0x2cfabe[_0x2bbfc3(0x152)],_0x26b56c);}testOpsHelper[_0x2bbfc3(0x1c4)](),await utilities[_0x2bbfc3(0x1b7)](_0x4d1943,_0xcdf06f);}module[a15_0x196bf0(0x196)]=run;
2
+ 'use strict';const a15_0xdca91c=a15_0x22ad;(function(_0x5e6ae9,_0x43fa77){const _0x58692a=a15_0x22ad,_0x5f425b=_0x5e6ae9();while(!![]){try{const _0x2e651d=-parseInt(_0x58692a(0xde))/0x1+parseInt(_0x58692a(0xc3))/0x2+-parseInt(_0x58692a(0x91))/0x3+parseInt(_0x58692a(0x115))/0x4+-parseInt(_0x58692a(0x8d))/0x5*(-parseInt(_0x58692a(0x84))/0x6)+parseInt(_0x58692a(0xc1))/0x7+-parseInt(_0x58692a(0xe8))/0x8;if(_0x2e651d===_0x43fa77)break;else _0x5f425b['push'](_0x5f425b['shift']());}catch(_0x2fdc88){_0x5f425b['push'](_0x5f425b['shift']());}}}(a15_0x3809,0xe20d8));function a15_0x22ad(_0x2490f,_0x2b2042){const _0x38097f=a15_0x3809();return a15_0x22ad=function(_0x22ad59,_0x1e4a10){_0x22ad59=_0x22ad59-0x84;let _0x27b0d5=_0x38097f[_0x22ad59];return _0x27b0d5;},a15_0x22ad(_0x2490f,_0x2b2042);}const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a15_0xdca91c(0xe3)),glob=require(a15_0xdca91c(0xfe)),pLimit=require(a15_0xdca91c(0x12c)),logger=require(a15_0xdca91c(0x9d))[a15_0xdca91c(0xbe)],helper=require(a15_0xdca91c(0x12a)),utilities=require(a15_0xdca91c(0x9f)),constants=require(a15_0xdca91c(0xb2)),TestHubHandler=require(a15_0xdca91c(0x112)),testOpsHelper=require(a15_0xdca91c(0xcf)),{debug}=require('../../helpers/test-observability/utils'),{FRAMEWORKS}=require(a15_0xdca91c(0xf9)),PerformanceTester=require(a15_0xdca91c(0x128)),PerformanceEvents=require(a15_0xdca91c(0xb0))[a15_0xdca91c(0xea)],BrowserstackCLI=require(a15_0xdca91c(0x90)),{checkPwandBootstrapCli}=require(a15_0xdca91c(0xa7)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0xdca91c(0xa9)),getMaxWorkers=(_0x4b3e54,_0x186ede)=>{const _0x553349=a15_0xdca91c,_0xea2a89={'JOAvZ':function(_0x25b09c,_0xd4c512){return _0x25b09c(_0xd4c512);}};let _0x39078c=0x1;if(!helper[_0x553349(0xe2)](_0x186ede['parallelsPerPlatform']))_0x39078c=_0xea2a89[_0x553349(0xbd)](parseInt,_0x186ede['parallelsPerPlatform']);else!helper[_0x553349(0xe2)](_0x4b3e54[_0x553349(0x11e)])&&(_0x39078c=_0x4b3e54[_0x553349(0x11e)]);return _0x39078c;},resolveJasmineConfigPath=()=>{const _0x1b3aac=a15_0xdca91c,_0x4db4c4={};_0x4db4c4[_0x1b3aac(0x9a)]=_0x1b3aac(0x11d);const _0x13eb0e=_0x4db4c4,_0x320bce=[];process[_0x1b3aac(0x89)]['JASMINE_CONFIG_PATH']&&_0x320bce[_0x1b3aac(0x121)](path[_0x1b3aac(0xb1)](process[_0x1b3aac(0x101)](),process['env'][_0x1b3aac(0xd6)]));_0x320bce['push'](path['resolve'](process['cwd'](),_0x13eb0e[_0x1b3aac(0x9a)]));for(const _0x3d248c of _0x320bce){try{if(fs['existsSync'](_0x3d248c))return _0x3d248c;}catch(_0x485305){}}return null;},enumerateSpecFiles=_0x41fefa=>{const _0x36f924=a15_0xdca91c,_0x4ceacb={'tYkOu':function(_0x2c388b,_0x5e9176){return _0x2c388b(_0x5e9176);},'FccAq':function(_0x13a103,_0x31c169){return _0x13a103>_0x31c169;},'gpHgl':function(_0x411ca9,_0x2fc8a0){return _0x411ca9<_0x2fc8a0;},'MdUgy':function(_0x10b305,_0x4ff7e1){return _0x10b305===_0x4ff7e1;},'VMOLH':_0x36f924(0x93),'Oawpf':function(_0x3f7163,_0x58c33e){return _0x3f7163>_0x58c33e;},'jQZfG':function(_0x54cfed,_0x576962,_0x3553fe){return _0x54cfed(_0x576962,_0x3553fe);},'GfFgj':function(_0x50c9ae){return _0x50c9ae();},'UAMiZ':_0x36f924(0xb3),'ADUcF':_0x36f924(0x8a),'kKrdk':_0x36f924(0xe4),'AnEJs':function(_0x2ce10c,_0x15cb7b){return _0x2ce10c>_0x15cb7b;}};try{if(testOpsHelper[_0x36f924(0xcc)]()){const _0x581af7=testOpsHelper[_0x36f924(0xa2)](process[_0x36f924(0x89)][_0x36f924(0xae)]);if(Array[_0x36f924(0x11f)](_0x581af7)&&_0x4ceacb[_0x36f924(0x8c)](_0x581af7[_0x36f924(0xc6)],0x0))return _0x581af7['map'](_0x3c09d5=>path[_0x36f924(0xb1)](process[_0x36f924(0x101)](),_0x3c09d5['trim']()))[_0x36f924(0xff)](Boolean);}}catch(_0x4a60c8){_0x4ceacb[_0x36f924(0x96)](debug,_0x36f924(0xfc)+util[_0x36f924(0xce)](_0x4a60c8));}const _0x2df490=[];try{for(let _0x1ef60d=0x1;_0x4ceacb[_0x36f924(0x10b)](_0x1ef60d,_0x41fefa['length']);_0x1ef60d++){const _0x228e73=_0x41fefa[_0x1ef60d];_0x4ceacb[_0x36f924(0x94)](typeof _0x228e73,_0x4ceacb[_0x36f924(0xd4)])&&!_0x228e73[_0x36f924(0xec)]('-')&&_0x2df490[_0x36f924(0x121)](_0x228e73);}}catch(_0x53a468){}const _0x40c790={'cwd':process[_0x36f924(0x101)](),'absolute':!![],'nodir':!![]},_0x115392=(_0x426a7a,_0x13a48c)=>{const _0x78945a=_0x36f924,_0x245130=[];for(const _0x7dab75 of _0x426a7a){try{const _0x518821=_0x13a48c?path[_0x78945a(0x120)][_0x78945a(0xd1)](_0x13a48c,_0x7dab75):_0x7dab75,_0x327e2d=glob[_0x78945a(0x126)](_0x518821,_0x40c790);Array['isArray'](_0x327e2d)&&_0x245130[_0x78945a(0x121)](..._0x327e2d);}catch(_0x152edc){_0x4ceacb[_0x78945a(0x96)](debug,_0x78945a(0xab)+_0x7dab75+_0x78945a(0x122)+util[_0x78945a(0xce)](_0x152edc));}}return _0x245130;};if(_0x4ceacb[_0x36f924(0x129)](_0x2df490[_0x36f924(0xc6)],0x0)){const _0x49d18c=_0x4ceacb['jQZfG'](_0x115392,_0x2df490,null);if(_0x4ceacb[_0x36f924(0x129)](_0x49d18c[_0x36f924(0xc6)],0x0))return Array[_0x36f924(0x9c)](new Set(_0x49d18c));return _0x2df490[_0x36f924(0x12b)](_0x1d3212=>path[_0x36f924(0xb1)](process[_0x36f924(0x101)](),_0x1d3212));}try{const _0x58b547=_0x4ceacb[_0x36f924(0xd0)](resolveJasmineConfigPath);if(_0x58b547){const _0x29b817=JSON['parse'](fs['readFileSync'](_0x58b547,_0x4ceacb[_0x36f924(0x10a)])),_0x5f03ee=_0x29b817['spec_dir']||_0x4ceacb['ADUcF'],_0x9c346d=Array[_0x36f924(0x11f)](_0x29b817[_0x36f924(0x107)])&&_0x4ceacb['Oawpf'](_0x29b817['spec_files'][_0x36f924(0xc6)],0x0)?_0x29b817['spec_files']:[_0x4ceacb[_0x36f924(0xa5)]],_0x4677c3=_0x4ceacb[_0x36f924(0xb7)](_0x115392,_0x9c346d,_0x5f03ee);if(_0x4ceacb[_0x36f924(0xf6)](_0x4677c3['length'],0x0))return Array['from'](new Set(_0x4677c3));}}catch(_0x4495f5){_0x4ceacb[_0x36f924(0x96)](debug,_0x36f924(0xaf)+util[_0x36f924(0xce)](_0x4495f5));}return null;};function a15_0x3809(){const _0x312674=['NVUzI','BROWSERSTACK_RERUN_TESTS','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','../../helpers/performance/constants','resolve','../utils/constants','utf8','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','find','SNdqs','jQZfG','test.setup.js','all','printBuildLink','@playwright/test','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','JOAvZ','winstonLogger','rFLLY','sVhBd','10581074BCfmgK','loOVc','3163446IMFRoX','jasmine','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','length','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','start','__isPlaywrightInstalled','logLevel','getInstance','shouldReRunObservabilityTests','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','format','../../helpers/test-observability/utils','GfFgj','join','\x20concurrent)','assign','VMOLH','jTREZ','JASMINE_CONFIG_PATH','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20',')\x20:\x20','SDK_SETUP','unlinkSync','fhheX','getHubUrl','validPlatformsPresent','915758AxSOjk','ldkHC','FRAMEWORKS','exports','isUndefined','child_process','**/*[sS]pec.?(m)js','\x20:\x20','\x20platform(s),\x20parallelsPerPlatform=','\x20work-item(s),\x20max\x20','3941512NxMhUY','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','EVENTS','KInHe','startsWith','error','BROWSERSTACK_CAPABILITIES','QbbUG','proxySettings','GQuyb','getPlatformName','FSXTb','stringify','win32','AnEJs','prepareCapabilities','npx','../../helpers/test-observability/constants','JASMINE','accessibilityOptions','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','slice','glob','filter','LgwtP','cwd','config','capability','rPwHA',',\x20specs=','getTCGConfigFilePaths','spec_files','info','getPackageVersion','UAMiZ','gpHgl','inherit',';\x20proceeding\x20without\x20injection','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','oJLoo','Wpjnq','../../helpers/testhub/testhubHandler','useW3C','debug','1473992LRauAG','jasmine\x20child\x20(platformIndex=','SDK_CLEANUP','setupTCGAuth','initialize','error\x20removing\x20tcg\x20config\x20file','__isPuppeteerInstalled','pHjec','spec/support/jasmine.json','maxWorkers','isArray','posix','push','\x27\x20:\x20','FQggH','hAiZS','binSessionId','globSync','specArgs','../../helpers/performance/performance-tester','Oawpf','../../helpers/helper','map','p-limit','unSEw','191784kwJpXL','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','end','platform','Znhka','env','spec','testObservability','FccAq','10JiFGzB','zkXxh','GUpGb','../v2/browserstackCLI','3574116ZsxQEt','oTrqN','string','MdUgy','cFbmf','tYkOu','existsSync','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','AsVrk','LQUWF','IJuCQ','from','../../helpers/logger','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','../../helpers/utilities','--helper=','platforms','parseFileNames','qRBru','platformIndex','kKrdk','wrfWk','../../helpers/playwright-helper','lQCTV','../../helpers/puppeteer-helper','BROWSERSTACK_JASMINE_PARALLELS','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'];a15_0x3809=function(){return _0x312674;};return a15_0x3809();}async function run(_0x38ffb4,_0xb36f56,_0xd088ee){const _0x1497e3=a15_0xdca91c,_0x148b1b={'YzGBo':function(_0x4deaf2,_0x1615e8){return _0x4deaf2>_0x1615e8;},'qquob':_0x1497e3(0xb9),'zkXxh':function(_0x211389,_0x47ee90){return _0x211389(_0x47ee90);},'ldkHC':function(_0x429a34,_0x2026d5){return _0x429a34||_0x2026d5;},'fhheX':function(_0x369388,_0x197cba){return _0x369388(_0x197cba);},'LgwtP':function(_0x32ded4,_0x3d73e5){return _0x32ded4>_0x3d73e5;},'pHjec':function(_0x127d27,_0x1595d3,_0x2e3ac9,_0x28e01e){return _0x127d27(_0x1595d3,_0x2e3ac9,_0x28e01e);},'GUpGb':_0x1497e3(0xf8),'Znhka':_0x1497e3(0xc4),'FSXTb':function(_0x3081c0,_0x1ffbd5){return _0x3081c0===_0x1ffbd5;},'Wpjnq':_0x1497e3(0xf5),'GQuyb':_0x1497e3(0x10c),'BzSpP':'close','oJLoo':_0x1497e3(0xed),'wrfWk':function(_0x542f6e,_0x409d7e){return _0x542f6e(_0x409d7e);},'cFbmf':function(_0xcc4282,_0x1b63c6){return _0xcc4282(_0x1b63c6);},'AsVrk':_0x1497e3(0xbb),'fyZpT':function(_0x511631){return _0x511631();},'KInHe':function(_0xe4fa65,_0x189308,_0x8cd014,_0xdc4f17){return _0xe4fa65(_0x189308,_0x8cd014,_0xdc4f17);},'XktRr':function(_0x14a0a8,_0x5b3beb,_0x32161b,_0x1ea2eb){return _0x14a0a8(_0x5b3beb,_0x32161b,_0x1ea2eb);},'rFLLY':function(_0x5cc4ef,_0x572f61){return _0x5cc4ef!=_0x572f61;},'NVUzI':'true','jTREZ':function(_0x234784,_0x5ab4e4){return _0x234784(_0x5ab4e4);},'sVhBd':function(_0x4dd079,_0x4660ac){return _0x4dd079(_0x4660ac);},'loOVc':function(_0xcceac2,_0x59b26b,_0x3c2e52){return _0xcceac2(_0x59b26b,_0x3c2e52);},'MsjBU':function(_0x2ea67b,_0x243036){return _0x2ea67b*_0x243036;},'IJuCQ':function(_0x45258f,_0x222eb6){return _0x45258f(_0x222eb6);},'FQggH':function(_0xd6feca,_0x3a3cef){return _0xd6feca(_0x3a3cef);},'SNdqs':_0x1497e3(0xb8),'unSEw':function(_0x265859,_0x31ca45){return _0x265859(_0x31ca45);},'oTrqN':function(_0x1ad09d,_0x26d6f2){return _0x1ad09d(_0x26d6f2);},'QbbUG':function(_0x576e94,_0x5e3567){return _0x576e94<_0x5e3567;},'rPwHA':function(_0x2fddd4,_0x2d5bf0){return _0x2fddd4>_0x2d5bf0;},'lQCTV':_0x1497e3(0x11a)},_0x5d41eb=helper[_0x1497e3(0x109)](_0x148b1b[_0x1497e3(0x99)]);global[_0x1497e3(0xc9)]=!!_0x5d41eb;const _0x8f0fa=_0x148b1b['fyZpT'](getPuppeteerVersion);global[_0x1497e3(0x11b)]=!!_0x8f0fa;helper['isBrowserstackInfra']()?(await _0xd088ee[_0x1497e3(0x119)](_0x38ffb4),await helper['handleApp'](_0xd088ee['config'])):await _0xd088ee[_0x1497e3(0x118)]();if(_0x5d41eb)await _0x148b1b[_0x1497e3(0xeb)](checkPwandBootstrapCli,_0x5d41eb,constants[_0x1497e3(0xe0)][_0x1497e3(0xfa)],_0xd088ee);else _0x8f0fa&&await _0x148b1b['XktRr'](checkPuppeteerAndBootstrapCli,_0x8f0fa,constants['FRAMEWORKS'][_0x1497e3(0xfa)],_0xd088ee);if(!_0xd088ee[_0x1497e3(0x102)])return;_0x148b1b[_0x1497e3(0xbf)](_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0x8b)],null)?process[_0x1497e3(0x89)][_0x1497e3(0x10e)]=_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0x8b)]:process[_0x1497e3(0x89)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x148b1b[_0x1497e3(0xad)];!helper['isUndefined'](_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0xfb)])&&(process[_0x1497e3(0x89)][_0x1497e3(0x10f)]=JSON['stringify'](_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0xfb)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS[_0x1497e3(0xfa)],_0xd088ee);}catch(_0x2b208e){logger[_0x1497e3(0xed)](_0x1497e3(0xbc)+util[_0x1497e3(0xce)](_0x2b208e)),_0x148b1b[_0x1497e3(0xd5)](debug,_0x1497e3(0x9e)+util[_0x1497e3(0xce)](_0x2b208e));}let _0x263cd2=![],_0x328633=[];try{_0x263cd2=helper[_0x1497e3(0x113)](_0xd088ee[_0x1497e3(0x102)]),_0x328633=helper[_0x1497e3(0xf7)](_0xd088ee[_0x1497e3(0x102)],_0x263cd2,constants[_0x1497e3(0xe0)][_0x1497e3(0xfa)]),process[_0x1497e3(0x89)][_0x1497e3(0xee)]=JSON[_0x1497e3(0xf4)](_0x328633);}catch(_0x238b70){_0x148b1b[_0x1497e3(0xc0)](debug,_0x1497e3(0x98)+util[_0x1497e3(0xce)](_0x238b70));}let _0x26dedc=null,_0xcee658=![];try{_0x26dedc=helper[_0x1497e3(0xdc)](_0xd088ee['config']),_0xcee658=helper[_0x1497e3(0xdd)](_0xd088ee[_0x1497e3(0x102)]);}catch(_0x33e8ac){_0x148b1b[_0x1497e3(0xa6)](debug,_0x1497e3(0xc7)+util[_0x1497e3(0xce)](_0x33e8ac));}const _0x1a2d53=_0x229c58=>{const _0x4cd97f=_0x1497e3,_0xe3e2d4=Array[_0x4cd97f(0x11f)](_0x328633)&&_0x148b1b['YzGBo'](_0x328633[_0x4cd97f(0xc6)],_0x229c58)?_0x328633[_0x229c58]:Array[_0x4cd97f(0x11f)](_0x328633)&&_0x148b1b['YzGBo'](_0x328633[_0x4cd97f(0xc6)],0x0)?_0x328633[0x0]:{};return{'server':_0x26dedc,'capability':_0xe3e2d4,'proxySettings':_0xd088ee['config'][_0x4cd97f(0xf0)],'platform':helper[_0x4cd97f(0xf2)](_0xe3e2d4),'browserStackLogLevel':_0xd088ee[_0x4cd97f(0x102)][_0x4cd97f(0xca)],'platformIndex':_0x229c58,'framework':constants[_0x4cd97f(0xe0)][_0x4cd97f(0xfa)],'platformCaps':_0xcee658?Object[_0x4cd97f(0xd3)]({'index':_0x229c58},_0xd088ee['config'][_0x4cd97f(0xa1)][_0x229c58]):{'index':_0x229c58}};};let _0x496e4f=0x1,_0x103614=0x1,_0xcdd182=0x1;try{_0x496e4f=_0x148b1b[_0x1497e3(0xc2)](getMaxWorkers,_0x38ffb4,_0xd088ee[_0x1497e3(0x102)]),_0x103614=_0xcee658?_0xd088ee['config'][_0x1497e3(0xa1)][_0x1497e3(0xc6)]:0x1,_0xcdd182=_0x148b1b['MsjBU'](_0x103614,_0x496e4f),process[_0x1497e3(0x89)][_0x1497e3(0xaa)]=_0x148b1b[_0x1497e3(0x9b)](String,_0xcdd182);}catch(_0x310ab3){_0x148b1b[_0x1497e3(0x123)](debug,_0x1497e3(0xe9)+util[_0x1497e3(0xce)](_0x310ab3));}try{BrowserstackCLI['getInstance']()[_0x1497e3(0x125)]&&(process[_0x1497e3(0x89)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI['getInstance']()[_0x1497e3(0x125)]);}catch(_0x1369ba){_0x148b1b['zkXxh'](debug,_0x1497e3(0xcd)+util[_0x1497e3(0xce)](_0x1369ba));}const _0x59f41c=[];try{const _0x4e8aeb=path[_0x1497e3(0xb1)](__dirname,_0x148b1b[_0x1497e3(0xb6)]);fs[_0x1497e3(0x97)](_0x4e8aeb)?_0x59f41c[_0x1497e3(0x121)](_0x1497e3(0xa0)+_0x4e8aeb):_0x148b1b[_0x1497e3(0x12d)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x4e8aeb+_0x1497e3(0x10d));}catch(_0x4a7f8c){_0x148b1b[_0x1497e3(0x92)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x1497e3(0xce)](_0x4a7f8c));}const _0x1a9d3c=_0xb36f56[_0x1497e3(0xfd)](0x1),_0x17b4f6=_0x148b1b[_0x1497e3(0x9b)](enumerateSpecFiles,_0xb36f56),_0xa08d7e=[];for(let _0x37bdfd=0x0;_0x148b1b[_0x1497e3(0xef)](_0x37bdfd,_0x103614);_0x37bdfd++){if(_0x148b1b[_0x1497e3(0x104)](_0x496e4f,0x1)&&Array[_0x1497e3(0x11f)](_0x17b4f6)&&_0x148b1b['LgwtP'](_0x17b4f6['length'],0x0))for(const _0x11a23b of _0x17b4f6){const _0x3c67e6={};_0x3c67e6[_0x1497e3(0xa4)]=_0x37bdfd,_0x3c67e6[_0x1497e3(0x127)]=[_0x11a23b],_0xa08d7e[_0x1497e3(0x121)](_0x3c67e6);}else{const _0x4c1212={};_0x4c1212[_0x1497e3(0xa4)]=_0x37bdfd,_0x4c1212['specArgs']=_0x17b4f6,_0xa08d7e[_0x1497e3(0x121)](_0x4c1212);}}logger[_0x1497e3(0x108)]('Running\x20your\x20Jasmine\x20tests\x20across\x20'+_0x103614+_0x1497e3(0xe6)+_0x496e4f+'\x20('+_0xa08d7e[_0x1497e3(0xc6)]+_0x1497e3(0xe7)+_0xcdd182+_0x1497e3(0xd2)),PerformanceTester[_0x1497e3(0x86)](PerformanceEvents[_0x1497e3(0xd9)]);const _0x4f358b=_0x1f5e08=>new Promise(_0x528ff7=>{const _0x19fe31=_0x1497e3,_0x441609={'qRBru':function(_0x553af2,_0xf3e3e1){const _0x37d7f7=a15_0x22ad;return _0x148b1b[_0x37d7f7(0xdb)](_0x553af2,_0xf3e3e1);},'hAiZS':function(_0x3fd185,_0x303340){const _0x2d7a65=a15_0x22ad;return _0x148b1b[_0x2d7a65(0x8e)](_0x3fd185,_0x303340);}};let _0x39e653;try{const _0x16c439=_0x148b1b[_0x19fe31(0xdb)](_0x1a2d53,_0x1f5e08[_0x19fe31(0xa4)]);_0x39e653=Object[_0x19fe31(0xd3)]({},process[_0x19fe31(0x89)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x19fe31(0xf4)](_0x16c439),'BROWSERSTACK_CAPABILITIES':JSON[_0x19fe31(0xf4)]([_0x16c439[_0x19fe31(0x103)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x2e9619){_0x148b1b['zkXxh'](debug,_0x19fe31(0xac)+_0x1f5e08['platformIndex']+_0x19fe31(0xe5)+util[_0x19fe31(0xce)](_0x2e9619)),_0x39e653=Object['assign']({},process[_0x19fe31(0x89)]);}const _0x16d236=Array[_0x19fe31(0x11f)](_0x1f5e08[_0x19fe31(0x127)])?_0x1f5e08['specArgs']:[],_0x5e3c2f=_0x148b1b[_0x19fe31(0x100)](_0x16d236[_0x19fe31(0xc6)],0x0)?_0x1a9d3c[_0x19fe31(0xff)](_0x20b268=>typeof _0x20b268===_0x19fe31(0x93)&&_0x20b268[_0x19fe31(0xec)]('-')):_0x1a9d3c,_0x27f8df=[..._0x59f41c,..._0x5e3c2f,..._0x16d236];try{const _0x250b02=_0x148b1b[_0x19fe31(0x11c)](spawn,_0x148b1b[_0x19fe31(0x8f)],[_0x148b1b[_0x19fe31(0x88)],..._0x27f8df],{'shell':_0x148b1b[_0x19fe31(0xf3)](process[_0x19fe31(0x87)],_0x148b1b[_0x19fe31(0x111)]),'stdio':_0x148b1b[_0x19fe31(0xf1)],'env':_0x39e653});_0x250b02['on'](_0x148b1b['BzSpP'],_0x385d08=>{const _0x3fdb21=_0x19fe31;logger['debug'](_0x3fdb21(0x116)+_0x1f5e08[_0x3fdb21(0xa4)]+_0x3fdb21(0x105)+(_0x16d236['length']?_0x16d236[_0x3fdb21(0xd1)](','):_0x148b1b['qquob'])+')\x20exited\x20with\x20code\x20'+_0x385d08),_0x148b1b[_0x3fdb21(0x8e)](_0x528ff7,_0x148b1b[_0x3fdb21(0xdf)](_0x385d08,0x0));}),_0x250b02['on'](_0x148b1b[_0x19fe31(0x110)],_0x5e6d10=>{const _0x3ec697=_0x19fe31;_0x441609[_0x3ec697(0xa3)](debug,_0x3ec697(0xb4)+_0x1f5e08[_0x3ec697(0xa4)]+_0x3ec697(0xd8)+util[_0x3ec697(0xce)](_0x5e6d10)),_0x441609[_0x3ec697(0x124)](_0x528ff7,0x1);});}catch(_0x171080){_0x148b1b['wrfWk'](debug,_0x19fe31(0x85)+_0x1f5e08[_0x19fe31(0xa4)]+_0x19fe31(0xd8)+util[_0x19fe31(0xce)](_0x171080)),_0x148b1b[_0x19fe31(0x95)](_0x528ff7,0x1);}}),_0xe9b5e6=_0x148b1b[_0x1497e3(0x92)](pLimit,_0x148b1b['LgwtP'](_0xcdd182,0x0)?_0xcdd182:0x1),_0x5b3e18=await Promise[_0x1497e3(0xb9)](_0xa08d7e[_0x1497e3(0x12b)](_0x41f827=>_0xe9b5e6(()=>_0x4f358b(_0x41f827))));PerformanceTester[_0x1497e3(0xc8)](PerformanceEvents[_0x1497e3(0x117)]);const _0x5666da=_0x5b3e18[_0x1497e3(0xb5)](_0x4656a2=>_0x4656a2!==0x0)||0x0;process['exitCode']=_0x5666da,logger[_0x1497e3(0x114)](_0x1497e3(0xd7)+_0x5666da);const _0x5ef5d1=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x1497e3(0xcb)]()['stop']();}catch(_0xc468c9){_0x148b1b[_0x1497e3(0xa6)](debug,_0x1497e3(0xc5)+util[_0x1497e3(0xce)](_0xc468c9));}try{const {browserstackFolderPath:_0x14a4d0,tcgConfigPath:_0x3045e5}=helper[_0x1497e3(0x106)]();fs[_0x1497e3(0xda)](_0x3045e5),fs['rmdirSync'](_0x14a4d0);}catch(_0x2e63f8){logger[_0x1497e3(0x114)](_0x148b1b[_0x1497e3(0xa8)],_0x2e63f8);}testOpsHelper[_0x1497e3(0xba)](),await utilities['finalExecution'](_0xd088ee,_0x5ef5d1);}module[a15_0xdca91c(0xe1)]=run;
@@ -1 +1 @@
1
- 'use strict';const a16_0x15f098=a16_0x386e;function a16_0x386e(_0x3f811a,_0x5f0d34){const _0x382055=a16_0x3820();return a16_0x386e=function(_0x386e51,_0x1830cc){_0x386e51=_0x386e51-0x1c4;let _0x2317bd=_0x382055[_0x386e51];return _0x2317bd;},a16_0x386e(_0x3f811a,_0x5f0d34);}(function(_0xfd332a,_0x5f48e7){const _0x5f012c=a16_0x386e,_0x392bbf=_0xfd332a();while(!![]){try{const _0x2043e2=-parseInt(_0x5f012c(0x23c))/0x1*(-parseInt(_0x5f012c(0x221))/0x2)+parseInt(_0x5f012c(0x1c4))/0x3+-parseInt(_0x5f012c(0x226))/0x4*(parseInt(_0x5f012c(0x204))/0x5)+parseInt(_0x5f012c(0x235))/0x6+-parseInt(_0x5f012c(0x1fe))/0x7*(parseInt(_0x5f012c(0x202))/0x8)+-parseInt(_0x5f012c(0x1c7))/0x9+parseInt(_0x5f012c(0x1ca))/0xa;if(_0x2043e2===_0x5f48e7)break;else _0x392bbf['push'](_0x392bbf['shift']());}catch(_0x4d4b1c){_0x392bbf['push'](_0x392bbf['shift']());}}}(a16_0x3820,0x33d4f));const util=require(a16_0x15f098(0x216)),logger=require('../../helpers/logger')['winstonLogger'],helper=require(a16_0x15f098(0x215)),globals=require(a16_0x15f098(0x1e9)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a16_0x15f098(0x20d)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x15f098(0x234)),accessibilityRetryHelper=require(a16_0x15f098(0x214)),testRunMap=require(a16_0x15f098(0x219));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x15f098(0x217)][a16_0x15f098(0x1c9)]||process[a16_0x15f098(0x217)][a16_0x15f098(0x1d2)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x15f098(0x1dc)](rawConfig));}catch(a16_0x50ab72){logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x1e0)+util[a16_0x15f098(0x1e4)](a16_0x50ab72));}function a16_0x3820(){const _0x595dd6=['OZvql','node:','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','CONFIG','getPackageVersion','is_mobile_session','\x22}}','push','Failed:\x20','fileNameByFullName','euGMd','@playwright/test','keys','parse','Gffmz','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','exports','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','includes','__skipSessionName','executeScript','format','CfWip','mIPzQ','undefined','isArray','../../helpers/globals','jasmine-core','prepareStackTrace','sessionNameSet__','../../index','SPsME','performScanWithRetry','thJwtToken','EulAD','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','bstackA11yScanOptions','debug','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','AeerR','jasmine','describe','split','join','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','4|3|1|0|2','3423xhgxpo','BROWSERSTACK_TESTHUB_UUID','dYYht','LbtXL','2480VNCuGY','browserstackSessionName','5DAsgwe','getGlobal','setGlobal','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','getEnv','__skipSessionStatus','wGqNE','CRykP','../../helpers/testhub/constants','Spec\x20failed','isAccessibilityPlatform','uiFPf','./bstack-reporter/customReporter','thTestRunUuid','ENV_VAR','../../helpers/accessibility-automation/accessibilityRetryHelper','../../helpers/helper','util','env','eorrD','./testRunMap','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','Passed','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','browserstackAgentV2','warn','function','19034JGEUZM','TqjLb','sep','fvNyi','error','1209508aJQaRK','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ARzmb','length','thBuildUuid','info','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','addReporter','skipSessionName','fxIkl','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','stringify','passed','message','../../helpers/accessibility-automation/helper','719082Ieoxsu','bin','xfRLy','Prpga','RSkde','autoScanning','__drivers','43PPhKta','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20',',\x22level\x22:\x20\x22','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','oMoeI','UTxEU','failedExpectations','576342aRETbd','bstackA11yShouldScan','yMWxo','3451554oMeliM','stack','BROWSERSTACK_JASMINE_CONFIG','3285840AkyRNV','forEach','__sessionFailed','startsWith','getFileName'];a16_0x3820=function(){return _0x595dd6;};return a16_0x3820();}try{if(_bstackConfig&&!helper[a16_0x15f098(0x1d3)](a16_0x15f098(0x1da))){const MgWRsz=a16_0x15f098(0x1fd)[a16_0x15f098(0x1fa)]('|');let HpvbtT=0x0;while(!![]){switch(MgWRsz[HpvbtT++]){case'0':global['browserstackPlatformIndex']=_bstackConfig['platformIndex'];continue;case'1':global['__platformCaps']=_bstackConfig['platformCaps']||{};continue;case'2':helper['isBrowserstackInfra']()?(global[a16_0x15f098(0x1e2)]=helper['isTrue'](_bstackConfig[a16_0x15f098(0x22e)]),global['__skipSessionStatus']=helper['isTrue'](_bstackConfig['skipSessionStatus'])):(global[a16_0x15f098(0x1e2)]=!![],global[a16_0x15f098(0x20a)]=!![]);continue;case'3':shouldProcessEventForTesthub()?require(a16_0x15f098(0x1ed))[a16_0x15f098(0x21e)](_bstackConfig,null,!![]):require(a16_0x15f098(0x1ed))[a16_0x15f098(0x21e)](_bstackConfig);continue;case'4':logger['debug'](a16_0x15f098(0x1f2));continue;}break;}}}catch(a16_0x11e861){logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x23f)+util['format'](a16_0x11e861));}const _fileNameByFullName={};try{if(typeof describe==='function'&&typeof global!=='undefined'){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x48977a=a16_0x15f098,_0x1dcbb9={'euGMd':function(_0x113fea,_0x4b16c4){return _0x113fea(_0x4b16c4);},'EulAD':'path','OhkDM':_0x48977a(0x1d0),'LbtXL':_0x48977a(0x1ea)},_0x4006df=Error[_0x48977a(0x1eb)];try{const _0x503111=new Error();Error[_0x48977a(0x1eb)]=(_0x5a1107,_0x42f62b)=>_0x42f62b;const _0x2c1d2c=_0x503111[_0x48977a(0x1c8)];Error[_0x48977a(0x1eb)]=_0x4006df;if(Array[_0x48977a(0x1e8)](_0x2c1d2c))for(const _0x32c187 of _0x2c1d2c){const _0x3ace27=_0x32c187[_0x48977a(0x1ce)]&&_0x32c187['getFileName']();if(_0x3ace27&&!_0x3ace27['includes'](_0x48977a(0x236)+_0x1dcbb9['euGMd'](require,_0x1dcbb9[_0x48977a(0x1f1)])[_0x48977a(0x223)]+_0x48977a(0x1f8)+_0x1dcbb9[_0x48977a(0x1d9)](require,_0x1dcbb9[_0x48977a(0x1f1)])[_0x48977a(0x223)])&&!_0x3ace27[_0x48977a(0x1cd)](_0x1dcbb9['OhkDM'])&&!_0x3ace27[_0x48977a(0x1e1)](_0x1dcbb9[_0x48977a(0x201)]))return _0x3ace27;}}catch(_0x17d50c){Error[_0x48977a(0x1eb)]=_0x4006df;}return null;},_wrappedDescribe=function(_0xba01d1,_0x3472dc){const _0x3bb6e2=a16_0x15f098,_0x4648df={'fvNyi':function(_0x4630e5){return _0x4630e5();},'Gffmz':function(_0xbeeadc,_0x27db42){return _0xbeeadc&&_0x27db42;},'nLMhO':function(_0x2c14e5,_0xd8bc09,_0x5b07b6){return _0x2c14e5(_0xd8bc09,_0x5b07b6);}};let _0x347bd8=null;try{_0x347bd8=_0x4648df[_0x3bb6e2(0x224)](_resolveCallerFile);}catch(_0x55e5a9){}_describeTitleStack[_0x3bb6e2(0x1d6)](_0xba01d1);const _0x5646f7=_describeTitleStack[_0x3bb6e2(0x1fb)]('\x20');_0x4648df[_0x3bb6e2(0x1dd)](_0x347bd8,_0x5646f7)&&(_fileNameByFullName[_0x5646f7]=_0x347bd8);try{return _0x4648df['nLMhO'](_origDescribe,_0xba01d1,_0x3472dc);}finally{_describeTitleStack['pop']();}};Object[a16_0x15f098(0x1db)](_origDescribe)[a16_0x15f098(0x1cb)](_0x83eda=>{_wrappedDescribe[_0x83eda]=_origDescribe[_0x83eda];}),global[a16_0x15f098(0x1f9)]=_wrappedDescribe;}}catch(a16_0x3e394f){logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x22c)+util[a16_0x15f098(0x1e4)](a16_0x3e394f));}try{if(typeof jasmine!=='undefined'&&jasmine[a16_0x15f098(0x209)]){const BrowserStackJasmineReporter=require(a16_0x15f098(0x211)),a16_0x4cc534={};a16_0x4cc534[a16_0x15f098(0x1d8)]=_fileNameByFullName,jasmine[a16_0x15f098(0x209)]()[a16_0x15f098(0x22d)](new BrowserStackJasmineReporter(a16_0x4cc534)),logger['debug'](a16_0x15f098(0x207));}else logger[a16_0x15f098(0x1f5)](a16_0x15f098(0x1fc));}catch(a16_0x1d42c0){logger[a16_0x15f098(0x1f5)]('[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20'+util[a16_0x15f098(0x1e4)](a16_0x1d42c0));}try{typeof jasmine!==a16_0x15f098(0x1e7)&&jasmine['getEnv']&&jasmine[a16_0x15f098(0x209)]()[a16_0x15f098(0x22d)]({'specStarted'(_0x12e2df){const _0x499bd3=a16_0x15f098,_0x3c6333={};_0x3c6333[_0x499bd3(0x239)]=function(_0x58adfe,_0x68c145){return _0x58adfe||_0x68c145;};const _0x3b9bd3=_0x3c6333;_activeResultId=_0x12e2df&&_0x12e2df['id'],_activeFullName=_0x12e2df&&_0x12e2df['fullName'],_activeResultRef=_0x3b9bd3['RSkde'](_0x12e2df,null);},'specDone'(){}});}catch(a16_0x3f01da){logger[a16_0x15f098(0x1f5)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20'+util[a16_0x15f098(0x1e4)](a16_0x3f01da));}const _resolveAutoScanning=()=>{const _0x28e097=a16_0x15f098,_0x5dd02c={};_0x5dd02c[_0x28e097(0x241)]=function(_0x3d02d4,_0x572d1f){return _0x3d02d4===_0x572d1f;};const _0x45a17b=_0x5dd02c;let _0x13c73c=!![];try{const _0x30944f=JSON[_0x28e097(0x1dc)](process[_0x28e097(0x217)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x45a17b[_0x28e097(0x241)](_0x30944f[_0x28e097(0x23a)],![])&&(_0x13c73c=![]);}catch(_0x1dde4e){logger[_0x28e097(0x1f5)](_0x28e097(0x21d)+_0x1dde4e[_0x28e097(0x233)]);}return _0x13c73c;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x282287=a16_0x15f098,_0x2f885c={'WDeem':function(_0x4bfe4c){return _0x4bfe4c();},'OZvql':function(_0x1d20b1,_0x23ed3b,_0x4db296){return _0x1d20b1(_0x23ed3b,_0x4db296);},'yWxgF':function(_0x3b6032,_0x2a010b){return _0x3b6032&&_0x2a010b;},'GffCz':_0x282287(0x1c5),'uDHRS':_0x282287(0x1f4)};try{const _0x187d00=_0x2f885c['WDeem'](_resolveAutoScanning),_0xc4e415=_0x2f885c[_0x282287(0x1cf)](shouldScanTestForAccessibility,null,![]),_0x29167f=_0x2f885c['yWxgF'](_0x187d00,_0xc4e415);globals[_0x282287(0x206)](_0x2f885c['GffCz'],_0x29167f),globals[_0x282287(0x206)](_0x2f885c['uDHRS'],null);}catch(_0x2ba73e){logger[_0x282287(0x1f5)](_0x282287(0x1d1)+util[_0x282287(0x1e4)](_0x2ba73e));}}),typeof afterEach===a16_0x15f098(0x220)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x4a0e4b=a16_0x15f098,_0x4e4ae1={'CRykP':function(_0x3f0150,_0x5958db){return _0x3f0150>_0x5958db;},'CfWip':function(_0x23c8a7,_0x333ab0){return _0x23c8a7>_0x333ab0;},'ARzmb':_0x4a0e4b(0x20e),'yMWxo':function(_0x2438a2,_0x13f011){return _0x2438a2+_0x13f011;},'eorrD':_0x4a0e4b(0x1d7),'TqjLb':_0x4a0e4b(0x21b),'Prpga':_0x4a0e4b(0x225),'OQrHb':_0x4a0e4b(0x22b),'MMqMy':'failed','dYYht':_0x4a0e4b(0x232),'AeerR':function(_0xe17713){return _0xe17713();},'KEujt':_0x4a0e4b(0x20f),'fxIkl':function(_0x53d956,_0x11e2a5){return _0x53d956>_0x11e2a5;},'uiFPf':_0x4a0e4b(0x1c5),'BBGkx':'[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','mIPzQ':'[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','wGqNE':_0x4a0e4b(0x1de),'DAQiN':_0x4a0e4b(0x21a),'SPsME':'isMobilePlatform','oMoeI':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','xfRLy':_0x4a0e4b(0x21c)};try{if(Array[_0x4a0e4b(0x1e8)](global[_0x4a0e4b(0x23b)])&&_0x4e4ae1[_0x4a0e4b(0x20c)](global[_0x4a0e4b(0x23b)]['length'],0x0)&&global[_0x4a0e4b(0x23b)][0x0]){const _0x27ccf4=_activeFullName||global['sessionName'];if(!global[_0x4a0e4b(0x1e2)]&&_0x27ccf4){global['sessionName']=_0x27ccf4;try{await global[_0x4a0e4b(0x23b)][0x0]['executeScript'](_0x4a0e4b(0x208)+JSON[_0x4a0e4b(0x231)](_0x27ccf4)+'}}'),global[_0x4a0e4b(0x23b)][0x0][_0x4a0e4b(0x1ec)]=!![];}catch(_0x4c2434){logger[_0x4a0e4b(0x1f5)](_0x4a0e4b(0x1f3)+util['format'](_0x4c2434));}}if(!global[_0x4a0e4b(0x20a)])try{const _0x5111f4=_activeResultRef&&Array[_0x4a0e4b(0x1e8)](_activeResultRef[_0x4a0e4b(0x242)])?_activeResultRef['failedExpectations']:[],_0x4693fe=_0x4e4ae1[_0x4a0e4b(0x1e5)](_0x5111f4[_0x4a0e4b(0x229)],0x0),_0x12cede=_0x4693fe?_0x5111f4[0x0]&&_0x5111f4[0x0]['message']||_0x4e4ae1[_0x4a0e4b(0x228)]:null;try{await global[_0x4a0e4b(0x23b)][0x0][_0x4a0e4b(0x1e3)](_0x4a0e4b(0x227)+JSON['stringify'](_0x4693fe?_0x4e4ae1[_0x4a0e4b(0x1c6)](_0x4e4ae1[_0x4a0e4b(0x218)],_0x12cede):_0x4e4ae1[_0x4a0e4b(0x222)])+_0x4a0e4b(0x23e)+(_0x4693fe?_0x4e4ae1[_0x4a0e4b(0x238)]:_0x4e4ae1['OQrHb'])+_0x4a0e4b(0x1d5));}catch(_0x5ea7a8){logger['debug'](_0x4a0e4b(0x1f6)+util[_0x4a0e4b(0x1e4)](_0x5ea7a8));}_0x4693fe&&(global[_0x4a0e4b(0x1cc)]=!![]),await helper['markSessionStatus'](global[_0x4a0e4b(0x23b)][0x0],_0x4693fe?_0x4e4ae1['MMqMy']:_0x4e4ae1[_0x4a0e4b(0x200)],_0x12cede);}catch(_0x2b21cf){logger[_0x4a0e4b(0x1f5)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util[_0x4a0e4b(0x1e4)](_0x2b21cf));}}}catch(_0x3385d0){logger[_0x4a0e4b(0x1f5)](_0x4a0e4b(0x23d)+util[_0x4a0e4b(0x1e4)](_0x3385d0));}try{if(_0x4e4ae1[_0x4a0e4b(0x1f7)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x4e4ae1['KEujt'])&&Array[_0x4a0e4b(0x1e8)](global[_0x4a0e4b(0x23b)])&&_0x4e4ae1[_0x4a0e4b(0x22f)](global[_0x4a0e4b(0x23b)][_0x4a0e4b(0x229)],0x0)&&global['__drivers'][0x0]){const _0x581d4a=testRunMap['get'](_activeResultId),_0x31f6b5={};_0x31f6b5[_0x4a0e4b(0x212)]=_0x581d4a,_0x31f6b5[_0x4a0e4b(0x22a)]=process[_0x4a0e4b(0x217)][testHubConstants[_0x4a0e4b(0x213)][_0x4a0e4b(0x1ff)]],_0x31f6b5[_0x4a0e4b(0x1f0)]=process[_0x4a0e4b(0x217)][testHubConstants[_0x4a0e4b(0x213)]['BROWSERSTACK_TESTHUB_JWT']];const _0x2779dd=_0x31f6b5;logger[_0x4a0e4b(0x1f5)]('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON[_0x4a0e4b(0x231)](_0x2779dd));if(globals[_0x4a0e4b(0x205)](_0x4e4ae1[_0x4a0e4b(0x210)])){logger[_0x4a0e4b(0x1f5)](_0x4e4ae1['BBGkx']);const _0x18e43a=await accessibilityRetryHelper[_0x4a0e4b(0x1ef)](global['__drivers'][0x0],global[_0x4a0e4b(0x203)]);_0x18e43a?logger[_0x4a0e4b(0x1f5)](_0x4e4ae1[_0x4a0e4b(0x1e6)]):logger['warn'](_0x4e4ae1[_0x4a0e4b(0x20b)]);}else logger[_0x4a0e4b(0x1f5)](_0x4e4ae1['DAQiN']);globals['getGlobal'](_0x4e4ae1[_0x4a0e4b(0x1ee)])&&(_0x2779dd[_0x4a0e4b(0x1d4)]=!![]);const _0x2797e7=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x4a0e4b(0x23b)][0x0],_0x2779dd);_0x2797e7?logger[_0x4a0e4b(0x1f5)](_0x4e4ae1[_0x4a0e4b(0x240)]):logger[_0x4a0e4b(0x21f)](_0x4e4ae1[_0x4a0e4b(0x237)]);}}catch(_0x10aacb){logger['error'](_0x4a0e4b(0x230)+util[_0x4a0e4b(0x1e4)](_0x10aacb));}});}catch(a16_0x6db120){logger['debug']('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util['format'](a16_0x6db120));}module[a16_0x15f098(0x1df)]={};
1
+ 'use strict';const a16_0x21c83a=a16_0x3961;(function(_0x5a1b4e,_0x5558c9){const _0xcc64e5=a16_0x3961,_0x17671f=_0x5a1b4e();while(!![]){try{const _0x3f08db=parseInt(_0xcc64e5(0x1ca))/0x1*(parseInt(_0xcc64e5(0x232))/0x2)+parseInt(_0xcc64e5(0x22a))/0x3+-parseInt(_0xcc64e5(0x219))/0x4+parseInt(_0xcc64e5(0x1d9))/0x5*(parseInt(_0xcc64e5(0x1c5))/0x6)+-parseInt(_0xcc64e5(0x1c6))/0x7*(-parseInt(_0xcc64e5(0x20b))/0x8)+parseInt(_0xcc64e5(0x21e))/0x9*(-parseInt(_0xcc64e5(0x1c4))/0xa)+-parseInt(_0xcc64e5(0x203))/0xb;if(_0x3f08db===_0x5558c9)break;else _0x17671f['push'](_0x17671f['shift']());}catch(_0x3dc58a){_0x17671f['push'](_0x17671f['shift']());}}}(a16_0x27c9,0x2fb61));const util=require(a16_0x21c83a(0x22e)),logger=require(a16_0x21c83a(0x1b9))['winstonLogger'],helper=require(a16_0x21c83a(0x1bc)),globals=require(a16_0x21c83a(0x1b4)),{shouldProcessEventForTesthub}=require(a16_0x21c83a(0x1cb)),testHubConstants=require(a16_0x21c83a(0x1f4)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x21c83a(0x202)),accessibilityRetryHelper=require(a16_0x21c83a(0x225)),testRunMap=require(a16_0x21c83a(0x1ce));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;function a16_0x3961(_0x5050ae,_0x63b4ff){const _0x27c9=a16_0x27c9();return a16_0x3961=function(_0x3961cf,_0x2cbcbf){_0x3961cf=_0x3961cf-0x1b0;let _0x31936d=_0x27c9[_0x3961cf];return _0x31936d;},a16_0x3961(_0x5050ae,_0x63b4ff);}try{const rawConfig=process['env']['BROWSERSTACK_JASMINE_CONFIG']||process[a16_0x21c83a(0x1fc)][a16_0x21c83a(0x1d4)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x21c83a(0x231)](rawConfig));}catch(a16_0x355ba9){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1c2)+util['format'](a16_0x355ba9));}try{if(_bstackConfig&&!helper[a16_0x21c83a(0x205)](a16_0x21c83a(0x1e1))){const ZcgBIH=a16_0x21c83a(0x1f1)['split']('|');let EGOkso=0x0;while(!![]){switch(ZcgBIH[EGOkso++]){case'0':helper[a16_0x21c83a(0x1fa)]()?(global[a16_0x21c83a(0x226)]=helper[a16_0x21c83a(0x218)](_bstackConfig[a16_0x21c83a(0x22f)]),global[a16_0x21c83a(0x1cd)]=helper[a16_0x21c83a(0x218)](_bstackConfig[a16_0x21c83a(0x1fb)])):(global[a16_0x21c83a(0x226)]=!![],global[a16_0x21c83a(0x1cd)]=!![]);continue;case'1':global['browserstackPlatformIndex']=_bstackConfig[a16_0x21c83a(0x1bd)];continue;case'2':logger[a16_0x21c83a(0x1df)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'3':global['__platformCaps']=_bstackConfig[a16_0x21c83a(0x1b7)]||{};continue;case'4':shouldProcessEventForTesthub()?require(a16_0x21c83a(0x213))['browserstackAgentV2'](_bstackConfig,null,!![]):require(a16_0x21c83a(0x213))['browserstackAgentV2'](_bstackConfig);continue;}break;}}}catch(a16_0x35baef){logger['debug'](a16_0x21c83a(0x1f8)+util['format'](a16_0x35baef));}function a16_0x27c9(){const _0x490515=['hrEGg','385528FGkBPT','./bstack-reporter/customReporter','saveAccessibilityResultsWithRetry','prepareStackTrace','markSessionStatus','uVlbB','join','isAccessibilityPlatform','../../index','warn','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','eDuLb','GwlAR','isTrue','107884BHWVUf','getEnv','stringify','DJpVK','OnDcR','1551195swEJwW','BROWSERSTACK_TESTHUB_JWT','BSUNm','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','dhjke','RmBDm','ZKyqE','../../helpers/accessibility-automation/accessibilityRetryHelper','__skipSessionName','PJLGE','ENV_VAR','xmopV','356133qkbAQE','browserstackSessionName','message','jasmine-core','util','skipSessionName','__drivers','parse','518290RAQYry','addReporter','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','forEach','describe','autoScanning','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fullName','../../helpers/globals','cbMCN','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','platformCaps','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','../../helpers/logger','isMobilePlatform','thJwtToken','../../helpers/helper','platformIndex','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','uozZE','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','stack','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','sep','10EJuYTu','42UwLrkS','21rVDCda','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','includes','1KwNbAv','../../helpers/testhub/utils','MnhRB','__skipSessionStatus','./testRunMap','bstackA11yShouldScan','HRCWU','is_mobile_session','executeScript','mdpSn','CONFIG','node:','thBuildUuid','GaajB','dmhat','64145gXHZFz','failedExpectations','function','getFileName','thTestRunUuid','sKlxv','debug','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','@playwright/test','startsWith','PhbLd','getGlobal','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','bEFmb','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','failed','tcAJD','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','bin','length','Failed:\x20','setGlobal','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','TIXKc','2|4|3|1|0','BROWSERSTACK_TESTHUB_UUID','undefined','../../helpers/testhub/constants','uzVjr','error','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','get','isBrowserstackInfra','skipSessionStatus','env','exports','sessionName','performScanWithRetry',',\x22level\x22:\x20\x22','wroIj','../../helpers/accessibility-automation/helper','2392291rZHgpE','jasmine','getPackageVersion','isArray','pop','push','format'];a16_0x27c9=function(){return _0x490515;};return a16_0x27c9();}const _fileNameByFullName={};try{if(typeof describe===a16_0x21c83a(0x1db)&&typeof global!==a16_0x21c83a(0x1f3)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0xf0e712=a16_0x21c83a,_0x5d069b={'hrEGg':function(_0x283844,_0x4fa15a){return _0x283844(_0x4fa15a);},'dhjke':'path','PhbLd':function(_0x96f049,_0x2dd671){return _0x96f049(_0x2dd671);},'uozZE':_0xf0e712(0x1d5),'kVDXT':_0xf0e712(0x22d)},_0x54b337=Error[_0xf0e712(0x20e)];try{const _0x38b4de=new Error();Error[_0xf0e712(0x20e)]=(_0x2c5db8,_0x348cc3)=>_0x348cc3;const _0x1f324e=_0x38b4de[_0xf0e712(0x1c1)];Error[_0xf0e712(0x20e)]=_0x54b337;if(Array[_0xf0e712(0x206)](_0x1f324e))for(const _0x4176c4 of _0x1f324e){const _0x1cd3d3=_0x4176c4[_0xf0e712(0x1dc)]&&_0x4176c4[_0xf0e712(0x1dc)]();if(_0x1cd3d3&&!_0x1cd3d3[_0xf0e712(0x1c9)](_0xf0e712(0x1eb)+_0x5d069b[_0xf0e712(0x20a)](require,_0x5d069b[_0xf0e712(0x222)])[_0xf0e712(0x1c3)]+_0xf0e712(0x204)+_0x5d069b[_0xf0e712(0x1e3)](require,_0x5d069b[_0xf0e712(0x222)])[_0xf0e712(0x1c3)])&&!_0x1cd3d3[_0xf0e712(0x1e2)](_0x5d069b[_0xf0e712(0x1bf)])&&!_0x1cd3d3[_0xf0e712(0x1c9)](_0x5d069b['kVDXT']))return _0x1cd3d3;}}catch(_0x1b8cf2){Error[_0xf0e712(0x20e)]=_0x54b337;}return null;},_wrappedDescribe=function(_0x176ba2,_0x435349){const _0x4e78c6=a16_0x21c83a,_0x5d6fd7={'GaajB':function(_0x3781b5){return _0x3781b5();},'uzVjr':function(_0x21da28,_0x1d0c88){return _0x21da28&&_0x1d0c88;},'HRCWU':function(_0x565e46,_0x5ae576,_0x2a5810){return _0x565e46(_0x5ae576,_0x2a5810);}};let _0x2d1ded=null;try{_0x2d1ded=_0x5d6fd7[_0x4e78c6(0x1d7)](_resolveCallerFile);}catch(_0x102220){}_describeTitleStack[_0x4e78c6(0x208)](_0x176ba2);const _0x5f4884=_describeTitleStack[_0x4e78c6(0x211)]('\x20');_0x5d6fd7[_0x4e78c6(0x1f5)](_0x2d1ded,_0x5f4884)&&(_fileNameByFullName[_0x5f4884]=_0x2d1ded);try{return _0x5d6fd7[_0x4e78c6(0x1d0)](_origDescribe,_0x176ba2,_0x435349);}finally{_describeTitleStack[_0x4e78c6(0x207)]();}};Object['keys'](_origDescribe)[a16_0x21c83a(0x236)](_0x1c6681=>{_wrappedDescribe[_0x1c6681]=_origDescribe[_0x1c6681];}),global[a16_0x21c83a(0x237)]=_wrappedDescribe;}}catch(a16_0x26981b){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1c7)+util['format'](a16_0x26981b));}try{if(typeof jasmine!==a16_0x21c83a(0x1f3)&&jasmine[a16_0x21c83a(0x21a)]){const BrowserStackJasmineReporter=require(a16_0x21c83a(0x20c)),a16_0x5567db={};a16_0x5567db['fileNameByFullName']=_fileNameByFullName,jasmine[a16_0x21c83a(0x21a)]()[a16_0x21c83a(0x233)](new BrowserStackJasmineReporter(a16_0x5567db)),logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1be));}else logger['debug']('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a16_0x3b5d25){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x215)+util[a16_0x21c83a(0x209)](a16_0x3b5d25));}try{typeof jasmine!=='undefined'&&jasmine[a16_0x21c83a(0x21a)]&&jasmine[a16_0x21c83a(0x21a)]()[a16_0x21c83a(0x233)]({'specStarted'(_0x2a248a){const _0x289983=a16_0x21c83a,_0x2471a0={};_0x2471a0[_0x289983(0x224)]=function(_0x1f7b57,_0x1c9817){return _0x1f7b57||_0x1c9817;};const _0x1a1519=_0x2471a0;_activeResultId=_0x2a248a&&_0x2a248a['id'],_activeFullName=_0x2a248a&&_0x2a248a[_0x289983(0x1b3)],_activeResultRef=_0x1a1519['ZKyqE'](_0x2a248a,null);},'specDone'(){}});}catch(a16_0x55d813){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1ef)+util[a16_0x21c83a(0x209)](a16_0x55d813));}const _resolveAutoScanning=()=>{const _0x11383d=a16_0x21c83a,_0x401f53={};_0x401f53[_0x11383d(0x21c)]=function(_0x4a1c70,_0x2d97cb){return _0x4a1c70===_0x2d97cb;};const _0x395bb4=_0x401f53;let _0x17287c=!![];try{const _0xfb458d=JSON[_0x11383d(0x231)](process[_0x11383d(0x1fc)][_0x11383d(0x1b2)]||'{}');_0x395bb4[_0x11383d(0x21c)](_0xfb458d[_0x11383d(0x1b0)],![])&&(_0x17287c=![]);}catch(_0x52cbc8){logger[_0x11383d(0x1df)]('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x52cbc8[_0x11383d(0x22c)]);}return _0x17287c;};try{typeof beforeEach===a16_0x21c83a(0x1db)&&beforeEach(function bstackA11yBeforeEach(){const _0x459293=a16_0x21c83a,_0x3100ac={'uVlbB':function(_0x300c5a){return _0x300c5a();},'tUerx':function(_0x1099cd,_0x1af885,_0x3ad117){return _0x1099cd(_0x1af885,_0x3ad117);},'xmopV':function(_0x3cffb9,_0x2aa5f5){return _0x3cffb9&&_0x2aa5f5;},'gsqjz':'bstackA11yShouldScan','cbMCN':'bstackA11yScanOptions'};try{const _0x322a82=_0x3100ac[_0x459293(0x210)](_resolveAutoScanning),_0x5c40d6=_0x3100ac['tUerx'](shouldScanTestForAccessibility,null,![]),_0x3a5c25=_0x3100ac[_0x459293(0x229)](_0x322a82,_0x5c40d6);globals[_0x459293(0x1ee)](_0x3100ac['gsqjz'],_0x3a5c25),globals['setGlobal'](_0x3100ac[_0x459293(0x1b5)],null);}catch(_0x3832b6){logger[_0x459293(0x1df)](_0x459293(0x1b1)+util[_0x459293(0x209)](_0x3832b6));}}),typeof afterEach===a16_0x21c83a(0x1db)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x560636=a16_0x21c83a,_0x42b0a9={'TIXKc':function(_0x12077d,_0x1823f2){return _0x12077d>_0x1823f2;},'mdpSn':'Spec\x20failed','dsoJk':function(_0xfef121,_0x5b638e){return _0xfef121+_0x5b638e;},'eDuLb':_0x560636(0x1ed),'dmhat':'Passed','cZrvJ':'error','OgFjx':'info','bEFmb':_0x560636(0x1e8),'tcAJD':'passed','GwlAR':function(_0x4bec66){return _0x4bec66();},'sKlxv':_0x560636(0x212),'Odzsl':function(_0x157830,_0x28742b){return _0x157830>_0x28742b;},'EmUiB':_0x560636(0x1cf),'RmBDm':_0x560636(0x1b8),'MnhRB':_0x560636(0x235),'OnDcR':_0x560636(0x1ea),'BSUNm':_0x560636(0x1b6),'szFRJ':_0x560636(0x1ba),'wroIj':_0x560636(0x1e0),'PJLGE':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array['isArray'](global[_0x560636(0x230)])&&_0x42b0a9[_0x560636(0x1f0)](global[_0x560636(0x230)]['length'],0x0)&&global[_0x560636(0x230)][0x0]){const _0xbb267c=_activeFullName||global[_0x560636(0x1fe)];if(!global['__skipSessionName']&&_0xbb267c){global['sessionName']=_0xbb267c;try{await global[_0x560636(0x230)][0x0][_0x560636(0x1d2)](_0x560636(0x1c8)+JSON['stringify'](_0xbb267c)+'}}'),global[_0x560636(0x230)][0x0]['sessionNameSet__']=!![];}catch(_0x52d576){logger[_0x560636(0x1df)](_0x560636(0x234)+util['format'](_0x52d576));}}if(!global[_0x560636(0x1cd)])try{const _0x21e66e=_activeResultRef&&Array[_0x560636(0x206)](_activeResultRef[_0x560636(0x1da)])?_activeResultRef[_0x560636(0x1da)]:[],_0x2a48c2=_0x42b0a9[_0x560636(0x1f0)](_0x21e66e['length'],0x0),_0x4a4adf=_0x2a48c2?_0x21e66e[0x0]&&_0x21e66e[0x0]['message']||_0x42b0a9[_0x560636(0x1d3)]:null;try{await global[_0x560636(0x230)][0x0][_0x560636(0x1d2)](_0x560636(0x1e5)+JSON[_0x560636(0x21b)](_0x2a48c2?_0x42b0a9['dsoJk'](_0x42b0a9[_0x560636(0x216)],_0x4a4adf):_0x42b0a9[_0x560636(0x1d8)])+_0x560636(0x200)+(_0x2a48c2?_0x42b0a9['cZrvJ']:_0x42b0a9['OgFjx'])+'\x22}}');}catch(_0x5f4493){logger[_0x560636(0x1df)](_0x560636(0x1e7)+util[_0x560636(0x209)](_0x5f4493));}_0x2a48c2&&(global['__sessionFailed']=!![]),await helper[_0x560636(0x20f)](global[_0x560636(0x230)][0x0],_0x2a48c2?_0x42b0a9[_0x560636(0x1e6)]:_0x42b0a9[_0x560636(0x1e9)],_0x4a4adf);}catch(_0x56ef86){logger[_0x560636(0x1df)](_0x560636(0x221)+util[_0x560636(0x209)](_0x56ef86));}}}catch(_0x3c32cc){logger[_0x560636(0x1df)](_0x560636(0x1f7)+util['format'](_0x3c32cc));}try{if(_0x42b0a9[_0x560636(0x217)](isAccessibilityAutomationSession)&&globals[_0x560636(0x1e4)](_0x42b0a9[_0x560636(0x1de)])&&Array['isArray'](global['__drivers'])&&_0x42b0a9['Odzsl'](global[_0x560636(0x230)][_0x560636(0x1ec)],0x0)&&global['__drivers'][0x0]){const _0x4c779c=testRunMap[_0x560636(0x1f9)](_activeResultId),_0xec8f5e={};_0xec8f5e[_0x560636(0x1dd)]=_0x4c779c,_0xec8f5e[_0x560636(0x1d6)]=process[_0x560636(0x1fc)][testHubConstants[_0x560636(0x228)][_0x560636(0x1f2)]],_0xec8f5e[_0x560636(0x1bb)]=process['env'][testHubConstants['ENV_VAR'][_0x560636(0x21f)]];const _0x5499cd=_0xec8f5e;logger[_0x560636(0x1df)]('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON['stringify'](_0x5499cd));if(globals['getGlobal'](_0x42b0a9['EmUiB'])){logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x223)]);const _0x35fd30=await accessibilityRetryHelper[_0x560636(0x1ff)](global[_0x560636(0x230)][0x0],global[_0x560636(0x22b)]);_0x35fd30?logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x1cc)]):logger['warn'](_0x42b0a9[_0x560636(0x21d)]);}else logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x220)]);globals['getGlobal'](_0x42b0a9['szFRJ'])&&(_0x5499cd[_0x560636(0x1d1)]=!![]);const _0x4d882d=await accessibilityRetryHelper[_0x560636(0x20d)](global[_0x560636(0x230)][0x0],_0x5499cd);_0x4d882d?logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x201)]):logger[_0x560636(0x214)](_0x42b0a9[_0x560636(0x227)]);}}catch(_0x482199){logger[_0x560636(0x1f6)](_0x560636(0x1c0)+util[_0x560636(0x209)](_0x482199));}});}catch(a16_0x627005){logger[a16_0x21c83a(0x1df)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util[a16_0x21c83a(0x209)](a16_0x627005));}module[a16_0x21c83a(0x1fd)]={};
@@ -1 +1 @@
1
- 'use strict';const a17_0x40f6d6=a17_0x5247;(function(_0x4c9456,_0x253465){const _0x5c2c61=a17_0x5247,_0xf63a60=_0x4c9456();while(!![]){try{const _0x1c95fa=-parseInt(_0x5c2c61(0xa6))/0x1+-parseInt(_0x5c2c61(0x99))/0x2+-parseInt(_0x5c2c61(0xab))/0x3+parseInt(_0x5c2c61(0x9a))/0x4*(parseInt(_0x5c2c61(0xaa))/0x5)+-parseInt(_0x5c2c61(0x9c))/0x6+parseInt(_0x5c2c61(0x9e))/0x7*(-parseInt(_0x5c2c61(0x9f))/0x8)+parseInt(_0x5c2c61(0xa3))/0x9;if(_0x1c95fa===_0x253465)break;else _0xf63a60['push'](_0xf63a60['shift']());}catch(_0x4d8931){_0xf63a60['push'](_0xf63a60['shift']());}}}(a17_0xe5bd,0xe262d));const _specUuidById=new Map();exports['set']=(_0x59e963,_0x5a18c2)=>{const _0x595a87=a17_0x5247,_0x569fbe={};_0x569fbe['hmnkh']=function(_0x15a06b,_0x137e7e){return _0x15a06b===_0x137e7e;},_0x569fbe[_0x595a87(0xa1)]=function(_0x4ba3a0,_0x3025b4){return _0x4ba3a0===_0x3025b4;};const _0x463122=_0x569fbe;if(_0x463122[_0x595a87(0xa7)](_0x59e963,undefined)||_0x463122[_0x595a87(0xa1)](_0x59e963,null))return;_specUuidById[_0x595a87(0x9b)](_0x59e963,_0x5a18c2);},exports[a17_0x40f6d6(0xa2)]=_0x209e31=>{const _0x47e4cc=a17_0x40f6d6,_0x446ea7={};_0x446ea7[_0x47e4cc(0xa4)]=function(_0x231799,_0x37bb7f){return _0x231799===_0x37bb7f;};const _0x574f64=_0x446ea7;if(_0x574f64[_0x47e4cc(0xa4)](_0x209e31,undefined)||_0x574f64[_0x47e4cc(0xa4)](_0x209e31,null))return undefined;return _specUuidById['get'](_0x209e31);},exports[a17_0x40f6d6(0xa0)]=_0x24b875=>{const _0x392ce6=a17_0x40f6d6,_0x2f2cd7={};_0x2f2cd7[_0x392ce6(0xa5)]=function(_0x3c6974,_0x320b9b){return _0x3c6974===_0x320b9b;},_0x2f2cd7['GMtLb']=function(_0x31aaa4,_0x48089a){return _0x31aaa4===_0x48089a;};const _0x2e9963=_0x2f2cd7;if(_0x2e9963['kgLuE'](_0x24b875,undefined)||_0x2e9963[_0x392ce6(0xa9)](_0x24b875,null))return;_specUuidById[_0x392ce6(0xa8)](_0x24b875);},exports['_size']=()=>_specUuidById[a17_0x40f6d6(0x9d)];function a17_0x5247(_0x5b6aea,_0x4afb15){const _0xe5bd93=a17_0xe5bd();return a17_0x5247=function(_0x5247bd,_0xf4533){_0x5247bd=_0x5247bd-0x99;let _0x2d3404=_0xe5bd93[_0x5247bd];return _0x2d3404;},a17_0x5247(_0x5b6aea,_0x4afb15);}function a17_0xe5bd(){const _0x3413a5=['912464rfWnEg','hmnkh','delete','GMtLb','268655YXevyx','1072002ADoIhn','1235602NirHwH','24FwnlJQ','set','6050154Gupodd','size','100996zDyVom','552aSxtcz','remove','lrelW','get','40467429gHhKUY','bDKXl','kgLuE'];a17_0xe5bd=function(){return _0x3413a5;};return a17_0xe5bd();}
1
+ 'use strict';const a17_0x9fbf06=a17_0x5536;function a17_0x277f(){const _0x2f5fdf=['2245630XQnNWb','40iAGxDZ','335949CgCKIo','2445304jMZsXV','445109svIiDB','set','JHsJi','4085412fTIOmw','519798FfazvW','55hFQYdv','remove','XBFiS','9NdXLCN','35voNkCa','2128366wNJPcz','7ePrsdY','cRlpA','_size','delete','get','size'];a17_0x277f=function(){return _0x2f5fdf;};return a17_0x277f();}function a17_0x5536(_0x23267f,_0x5ed8d7){const _0x277f37=a17_0x277f();return a17_0x5536=function(_0x5536dc,_0x2833a7){_0x5536dc=_0x5536dc-0x1ad;let _0x56aea4=_0x277f37[_0x5536dc];return _0x56aea4;},a17_0x5536(_0x23267f,_0x5ed8d7);}(function(_0x512c29,_0x515590){const _0xa64f7f=a17_0x5536,_0x14f6be=_0x512c29();while(!![]){try{const _0x90fd4d=-parseInt(_0xa64f7f(0x1c1))/0x1+parseInt(_0xa64f7f(0x1b6))/0x2+parseInt(_0xa64f7f(0x1bf))/0x3*(parseInt(_0xa64f7f(0x1be))/0x4)+parseInt(_0xa64f7f(0x1b5))/0x5*(parseInt(_0xa64f7f(0x1b0))/0x6)+-parseInt(_0xa64f7f(0x1b7))/0x7*(-parseInt(_0xa64f7f(0x1c0))/0x8)+-parseInt(_0xa64f7f(0x1b4))/0x9*(parseInt(_0xa64f7f(0x1bd))/0xa)+-parseInt(_0xa64f7f(0x1b1))/0xb*(parseInt(_0xa64f7f(0x1af))/0xc);if(_0x90fd4d===_0x515590)break;else _0x14f6be['push'](_0x14f6be['shift']());}catch(_0x1b32be){_0x14f6be['push'](_0x14f6be['shift']());}}}(a17_0x277f,0xb0cd4));const _specUuidById=new Map();exports[a17_0x9fbf06(0x1ad)]=(_0x4f1afa,_0x2543d1)=>{const _0x5e3625=a17_0x9fbf06,_0x5371ce={};_0x5371ce[_0x5e3625(0x1b8)]=function(_0x95ed4a,_0x36b6e3){return _0x95ed4a===_0x36b6e3;};const _0x7f6ac=_0x5371ce;if(_0x7f6ac['cRlpA'](_0x4f1afa,undefined)||_0x7f6ac[_0x5e3625(0x1b8)](_0x4f1afa,null))return;_specUuidById[_0x5e3625(0x1ad)](_0x4f1afa,_0x2543d1);},exports[a17_0x9fbf06(0x1bb)]=_0x55fae2=>{const _0x41ad4f=a17_0x9fbf06,_0x32c29b={};_0x32c29b[_0x41ad4f(0x1ae)]=function(_0x5f1705,_0x116775){return _0x5f1705===_0x116775;};const _0x1d2276=_0x32c29b;if(_0x1d2276[_0x41ad4f(0x1ae)](_0x55fae2,undefined)||_0x1d2276['JHsJi'](_0x55fae2,null))return undefined;return _specUuidById[_0x41ad4f(0x1bb)](_0x55fae2);},exports[a17_0x9fbf06(0x1b2)]=_0x528057=>{const _0xbfe3f0=a17_0x9fbf06,_0x424586={};_0x424586['jeGbu']=function(_0x9c3cb1,_0x42142d){return _0x9c3cb1===_0x42142d;},_0x424586[_0xbfe3f0(0x1b3)]=function(_0x7bbeb2,_0x173043){return _0x7bbeb2===_0x173043;};const _0x4e31bc=_0x424586;if(_0x4e31bc['jeGbu'](_0x528057,undefined)||_0x4e31bc[_0xbfe3f0(0x1b3)](_0x528057,null))return;_specUuidById[_0xbfe3f0(0x1ba)](_0x528057);},exports[a17_0x9fbf06(0x1b9)]=()=>_specUuidById[a17_0x9fbf06(0x1bc)];