browserstack-node-sdk 1.63.6 → 1.64.0

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 (218) 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/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a10_0x2ab467=a10_0x4ec5;(function(_0x224856,_0x242770){const _0x44cde4=a10_0x4ec5,_0x2889bd=_0x224856();while(!![]){try{const _0x23f371=-parseInt(_0x44cde4(0xfc))/0x1*(-parseInt(_0x44cde4(0x109))/0x2)+-parseInt(_0x44cde4(0xdd))/0x3*(parseInt(_0x44cde4(0xe3))/0x4)+parseInt(_0x44cde4(0xe0))/0x5+parseInt(_0x44cde4(0xec))/0x6+-parseInt(_0x44cde4(0xd7))/0x7+parseInt(_0x44cde4(0xfb))/0x8*(-parseInt(_0x44cde4(0x103))/0x9)+parseInt(_0x44cde4(0xfa))/0xa*(parseInt(_0x44cde4(0x108))/0xb);if(_0x23f371===_0x242770)break;else _0x2889bd['push'](_0x2889bd['shift']());}catch(_0xf931c2){_0x2889bd['push'](_0x2889bd['shift']());}}}(a10_0x4bf8,0x2b661));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x2ab467(0xd6)),setKeepAlive=require(a10_0x2ab467(0xef)),cucumberModule=requireModule('cucumber/lib/index.js','cucumber'),logger=require(a10_0x2ab467(0x106))[a10_0x2ab467(0xed)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x2ab467(0xf2)],After=cucumberModule[a10_0x2ab467(0xe4)],configuration=process[a10_0x2ab467(0x10a)][a10_0x2ab467(0xf5)];if(configuration!==undefined){const config=JSON[a10_0x2ab467(0xd9)](configuration);isTrue(config[a10_0x2ab467(0xe8)])&&(global[a10_0x2ab467(0xd5)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x2ab467(0x10f)]),require(a10_0x2ab467(0xf9))['browserstackAgentV2'](config),global[a10_0x2ab467(0xd8)]=config['platformCaps']||{};}global['__timeout']=0x0;function a10_0x4bf8(){const _0x26a49a=['llfPo','1702062Ntjxco','winstonLogger','result','../../helpers/setKeepAlive','HdBJT','\x20|\x20','Before','debug','failed','CONFIG','session_','iNqgy','action','../../index','620bkupPE','8BXdAcy','1xzgWAS','rBjlK','setDefaultTimeout','Inside\x20browserstack\x20Before','browserstack_executor:\x20','Error:\x20quiting\x20at\x20After:\x20','Xnonp','1687446hIRHOX','initQuit','rNJZO','../../helpers/logger','name','27247YSHuWS','276406QhuGeG','env','__error_messages__','setSessionName','bstack','Error:\x20setting\x20status\x20at\x20After:\x20','skipSessionStatus','__skipSessionName','../../helpers/helper','1989673CkUjVy','__platformCaps','parse','__driver','gpISx','RuNiH','12DLZwuy','pickle','YiEep','1751980hSZSxE','timeout','IIyPV','276356qZpDur','After','tstvM','then','toLowerCase','skipSessionName','arguments','passed'];a10_0x4bf8=function(){return _0x26a49a;};return a10_0x4bf8();}const __setDefaultTimeout=cucumberModule[a10_0x2ab467(0xfe)];cucumberModule[a10_0x2ab467(0xfe)]=_0x3d6eeb=>{const _0x58ca70=a10_0x2ab467,_0xa03caa={'rNJZO':function(_0x57057c,_0x47c136){return _0x57057c(_0x47c136);}};global['__timeout']=_0x3d6eeb,_0xa03caa[_0x58ca70(0x105)](__setDefaultTimeout,_0x3d6eeb);};const a10_0x352307={};a10_0x352307[a10_0x2ab467(0x107)]='bstack',Before(a10_0x352307,function(){const _0x409fd1=a10_0x2ab467,_0x2ae4f6={};_0x2ae4f6['iNqgy']=_0x409fd1(0xff);const _0x3f7360=_0x2ae4f6;logger[_0x409fd1(0xf3)](_0x3f7360[_0x409fd1(0xf7)]),global[_0x409fd1(0x10b)]=[];});function a10_0x4ec5(_0x1aed8e,_0x102275){const _0x4bf8ee=a10_0x4bf8();return a10_0x4ec5=function(_0x4ec51a,_0x498116){_0x4ec51a=_0x4ec51a-0xd5;let _0xfc1e52=_0x4bf8ee[_0x4ec51a];return _0xfc1e52;},a10_0x4ec5(_0x1aed8e,_0x102275);}const a10_0x48ddfa={};a10_0x48ddfa[a10_0x2ab467(0x107)]=a10_0x2ab467(0x10d),a10_0x48ddfa[a10_0x2ab467(0xe1)]=0x2710,After(a10_0x48ddfa,function(_0x2c81c0,_0x424f13){const _0x46befb=a10_0x2ab467,_0x1c7b4b={'llfPo':_0x46befb(0x10c),'RuNiH':function(_0x33222e,_0x35f7b2){return _0x33222e===_0x35f7b2;},'rBjlK':_0x46befb(0xf4),'YiEep':function(_0xe88b01,_0x116bff,_0xc26cd5,_0x5ca7b4){return _0xe88b01(_0x116bff,_0xc26cd5,_0x5ca7b4);},'HdBJT':_0x46befb(0xf1),'ZLdTa':function(_0x26108a,_0x11e1a0,_0x2c1964){return _0x26108a(_0x11e1a0,_0x2c1964);},'Wuyqk':_0x46befb(0xea),'IIyPV':function(_0x3a6b30){return _0x3a6b30();},'gpISx':function(_0x44b86d,_0x504927){return _0x44b86d(_0x504927);},'tstvM':function(_0x10166b){return _0x10166b();},'Xnonp':'Inside\x20browserstack\x20After'};logger[_0x46befb(0xf3)](_0x1c7b4b[_0x46befb(0x102)]),new Promise(async(_0x54bad0,_0x4e7bbd)=>{const _0xb7f1ff=_0x46befb;let _0x1d5b0c=![];try{await global[_0xb7f1ff(0xda)][_0xb7f1ff(0xf6)],_0x1d5b0c=!![];if(!global[_0xb7f1ff(0xd5)]){const _0x5e73fa={};_0x5e73fa[_0xb7f1ff(0x107)]=_0x2c81c0[_0xb7f1ff(0xde)][_0xb7f1ff(0x107)];const _0x459021={};_0x459021[_0xb7f1ff(0xf8)]=_0x1c7b4b[_0xb7f1ff(0xeb)],_0x459021[_0xb7f1ff(0xe9)]=_0x5e73fa;const _0x2f4f63=_0x459021;await global[_0xb7f1ff(0xda)]['executeScript'](_0xb7f1ff(0x100)+JSON['stringify'](_0x2f4f63));}_0x1c7b4b[_0xb7f1ff(0xdc)](_0x2c81c0[_0xb7f1ff(0xee)]['status'][_0xb7f1ff(0xe7)](),_0x1c7b4b[_0xb7f1ff(0xfd)])?await _0x1c7b4b[_0xb7f1ff(0xdf)](markSessionStatus,global['__driver'],_0x1c7b4b[_0xb7f1ff(0xfd)],global[_0xb7f1ff(0x10b)]['join'](_0x1c7b4b[_0xb7f1ff(0xf0)])):await _0x1c7b4b['ZLdTa'](markSessionStatus,global[_0xb7f1ff(0xda)],_0x1c7b4b['Wuyqk']);}catch(_0x5e29cc){logger[_0xb7f1ff(0xf3)](_0xb7f1ff(0x10e)+_0x5e29cc);}if(_0x1d5b0c)try{await global[_0xb7f1ff(0xda)][_0xb7f1ff(0x104)](),_0x1c7b4b[_0xb7f1ff(0xe2)](_0x54bad0);}catch(_0x5305a8){logger[_0xb7f1ff(0xf3)](_0xb7f1ff(0x101)+_0x5305a8),_0x1c7b4b[_0xb7f1ff(0xdb)](_0x4e7bbd,_0x5305a8);}else _0x1c7b4b[_0xb7f1ff(0xe5)](_0x4e7bbd);})[_0x46befb(0xe6)](()=>_0x424f13());});
1
+ const a10_0x5db9a7=a10_0x2932;(function(_0x5ae376,_0x44b8cf){const _0x339368=a10_0x2932,_0x2c8d20=_0x5ae376();while(!![]){try{const _0x5357ed=parseInt(_0x339368(0xd3))/0x1*(parseInt(_0x339368(0xc0))/0x2)+-parseInt(_0x339368(0xd0))/0x3+-parseInt(_0x339368(0xc1))/0x4+-parseInt(_0x339368(0xd7))/0x5+parseInt(_0x339368(0xc8))/0x6*(parseInt(_0x339368(0xcb))/0x7)+-parseInt(_0x339368(0xb6))/0x8+parseInt(_0x339368(0xd4))/0x9;if(_0x5357ed===_0x44b8cf)break;else _0x2c8d20['push'](_0x2c8d20['shift']());}catch(_0x3ca739){_0x2c8d20['push'](_0x2c8d20['shift']());}}}(a10_0x4d9b,0xdcb83));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require('../../helpers/helper'),setKeepAlive=require(a10_0x5db9a7(0xc3)),cucumberModule=requireModule('cucumber/lib/index.js',a10_0x5db9a7(0xa8)),logger=require(a10_0x5db9a7(0xb5))[a10_0x5db9a7(0xc4)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x5db9a7(0xbe)],After=cucumberModule[a10_0x5db9a7(0xaf)],configuration=process['env']['CONFIG'];function a10_0x2932(_0x6a0ded,_0x2e83f2){const _0x4d9b3a=a10_0x4d9b();return a10_0x2932=function(_0x2932d1,_0x470e29){_0x2932d1=_0x2932d1-0xa0;let _0x36c774=_0x4d9b3a[_0x2932d1];return _0x36c774;},a10_0x2932(_0x6a0ded,_0x2e83f2);}function a10_0x4d9b(){const _0x1989ed=['__driver','uCcit','Inside\x20browserstack\x20Before','udFgh','timeout','status','parse','then','__skipSessionName','cucumber','__timeout','\x20|\x20','setDefaultTimeout','toLowerCase','__platformCaps','bstack','After','Error:\x20quiting\x20at\x20After:\x20','browserstackAgentV2','Xcsfi','../../index','TnCYC','../../helpers/logger','13856512SDugyC','JtMUK','DWJsU','passed','name','stringify','setSessionName','executeScript','Before','rpIqR','514gnPxKm','3378104BhVyNl','pickle','../../helpers/setKeepAlive','winstonLogger','initQuit','debug','UdvUx','216sxxHBh','platformCaps','__error_messages__','146930pArNhE','skipSessionStatus','skipSessionName','session_','__skipSessionStatus','5283435xrdKEO','join','browserstack_executor:\x20','4955AQLdgF','37664676ZiITcA','jaoLg','XTRRK','4861185JOlcKz'];a10_0x4d9b=function(){return _0x1989ed;};return a10_0x4d9b();}if(configuration!==undefined){const config=JSON[a10_0x5db9a7(0xa5)](configuration);isTrue(config[a10_0x5db9a7(0xcd)])&&(global[a10_0x5db9a7(0xa7)]=!![]),global[a10_0x5db9a7(0xcf)]=isTrue(config[a10_0x5db9a7(0xcc)]),require(a10_0x5db9a7(0xb3))[a10_0x5db9a7(0xb1)](config),global[a10_0x5db9a7(0xad)]=config[a10_0x5db9a7(0xc9)]||{};}global[a10_0x5db9a7(0xa9)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x5db9a7(0xab)];cucumberModule[a10_0x5db9a7(0xab)]=_0x20980f=>{const _0x260eab=a10_0x5db9a7,_0x305a17={'TnCYC':function(_0x14a75d,_0x2dee6a){return _0x14a75d(_0x2dee6a);}};global[_0x260eab(0xa9)]=_0x20980f,_0x305a17[_0x260eab(0xb4)](__setDefaultTimeout,_0x20980f);};const a10_0xe6feaa={};a10_0xe6feaa[a10_0x5db9a7(0xba)]=a10_0x5db9a7(0xae),Before(a10_0xe6feaa,function(){const _0x58fe63=a10_0x5db9a7,_0x7edbad={};_0x7edbad['DWJsU']=_0x58fe63(0xa1);const _0x442212=_0x7edbad;logger[_0x58fe63(0xc6)](_0x442212[_0x58fe63(0xb8)]),global[_0x58fe63(0xca)]=[];});const a10_0x3e314b={};a10_0x3e314b[a10_0x5db9a7(0xba)]='bstack',a10_0x3e314b[a10_0x5db9a7(0xa3)]=0x2710,After(a10_0x3e314b,function(_0x51912d,_0x1a0a65){const _0x2cfebd=a10_0x5db9a7,_0xf17878={'rpIqR':_0x2cfebd(0xbc),'vDncY':function(_0x4a3d5e,_0x51666e){return _0x4a3d5e===_0x51666e;},'udFgh':'failed','JtMUK':function(_0x8688a3,_0x3559d5,_0x1d12d4,_0x13c5ac){return _0x8688a3(_0x3559d5,_0x1d12d4,_0x13c5ac);},'cTkpF':_0x2cfebd(0xaa),'Xcsfi':function(_0x564e51,_0x2e3b6a,_0x4be22b){return _0x564e51(_0x2e3b6a,_0x4be22b);},'UdvUx':_0x2cfebd(0xb9),'uCcit':function(_0x832e1e){return _0x832e1e();},'bWaze':function(_0xde0c2e,_0x344f14){return _0xde0c2e(_0x344f14);},'XTRRK':function(_0x233734){return _0x233734();},'jaoLg':'Inside\x20browserstack\x20After'};logger['debug'](_0xf17878[_0x2cfebd(0xd5)]),new Promise(async(_0x1e533f,_0x4127d2)=>{const _0x5c44d4=_0x2cfebd;let _0xb8a989=![];try{await global[_0x5c44d4(0xd8)][_0x5c44d4(0xce)],_0xb8a989=!![];if(!global[_0x5c44d4(0xa7)]){const _0xc71015={};_0xc71015['name']=_0x51912d[_0x5c44d4(0xc2)][_0x5c44d4(0xba)];const _0x44a38f={};_0x44a38f['action']=_0xf17878[_0x5c44d4(0xbf)],_0x44a38f['arguments']=_0xc71015;const _0x1b4847=_0x44a38f;await global[_0x5c44d4(0xd8)][_0x5c44d4(0xbd)](_0x5c44d4(0xd2)+JSON[_0x5c44d4(0xbb)](_0x1b4847));}_0xf17878['vDncY'](_0x51912d['result'][_0x5c44d4(0xa4)][_0x5c44d4(0xac)](),_0xf17878[_0x5c44d4(0xa2)])?await _0xf17878[_0x5c44d4(0xb7)](markSessionStatus,global[_0x5c44d4(0xd8)],_0xf17878[_0x5c44d4(0xa2)],global['__error_messages__'][_0x5c44d4(0xd1)](_0xf17878['cTkpF'])):await _0xf17878[_0x5c44d4(0xb2)](markSessionStatus,global[_0x5c44d4(0xd8)],_0xf17878[_0x5c44d4(0xc7)]);}catch(_0x5b32bd){logger[_0x5c44d4(0xc6)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x5b32bd);}if(_0xb8a989)try{await global[_0x5c44d4(0xd8)][_0x5c44d4(0xc5)](),_0xf17878[_0x5c44d4(0xa0)](_0x1e533f);}catch(_0x419e5f){logger[_0x5c44d4(0xc6)](_0x5c44d4(0xb0)+_0x419e5f),_0xf17878['bWaze'](_0x4127d2,_0x419e5f);}else _0xf17878[_0x5c44d4(0xd6)](_0x4127d2);})[_0x2cfebd(0xa6)](()=>_0x1a0a65());});
@@ -1 +1 @@
1
- function a11_0x28ad(_0x55522d,_0x2a2bed){const _0x595e99=a11_0x595e();return a11_0x28ad=function(_0x28ad4f,_0x240e95){_0x28ad4f=_0x28ad4f-0x9e;let _0x4fabda=_0x595e99[_0x28ad4f];return _0x4fabda;},a11_0x28ad(_0x55522d,_0x2a2bed);}const a11_0x5da139=a11_0x28ad;function a11_0x595e(){const _0x37562f=['../../helpers/helper','BSTACK_DELTA','__timeout','setDefaultTimeout','5ILdCXz','176XYtKDa','@cucumber/cucumber','6148VhAxHZ','18779228PEfgcC','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js','20WtUpkk','2866149xyjeKz','1959sVgwCa','650630Ehhfzt','../utils/constants','12vYSLyt','2atxfNH','1986654CsFXYY','5717943TVeVfT','8603YzmpWa'];a11_0x595e=function(){return _0x37562f;};return a11_0x595e();}(function(_0x5ced0f,_0x2177ce){const _0x1ab3ff=a11_0x28ad,_0x34147f=_0x5ced0f();while(!![]){try{const _0x5dbffb=-parseInt(_0x1ab3ff(0xb1))/0x1*(-parseInt(_0x1ab3ff(0x9f))/0x2)+-parseInt(_0x1ab3ff(0xb0))/0x3*(parseInt(_0x1ab3ff(0xaa))/0x4)+parseInt(_0x1ab3ff(0xa7))/0x5*(-parseInt(_0x1ab3ff(0xa0))/0x6)+parseInt(_0x1ab3ff(0xa2))/0x7*(-parseInt(_0x1ab3ff(0xa8))/0x8)+parseInt(_0x1ab3ff(0xaf))/0x9*(-parseInt(_0x1ab3ff(0xae))/0xa)+parseInt(_0x1ab3ff(0xa1))/0xb+parseInt(_0x1ab3ff(0x9e))/0xc*(parseInt(_0x1ab3ff(0xab))/0xd);if(_0x5dbffb===_0x2177ce)break;else _0x34147f['push'](_0x34147f['shift']());}catch(_0x32b7ad){_0x34147f['push'](_0x34147f['shift']());}}}(a11_0x595e,0x9674d));const {requireModule}=require(a11_0x5da139(0xa3)),constants=require(a11_0x5da139(0xb2));let cucumberModule=null;try{cucumberModule=requireModule(a11_0x5da139(0xad),a11_0x5da139(0xa9));}catch(a11_0x2867cb){cucumberModule=requireModule(a11_0x5da139(0xac),'cucumber');}const userValue=global[a11_0x5da139(0xa5)]||0x0;(userValue===0x0||userValue<constants[a11_0x5da139(0xa4)])&&cucumberModule[a11_0x5da139(0xa6)](constants[a11_0x5da139(0xa4)]);
1
+ const a11_0xa29263=a11_0x40b1;function a11_0x1d28(){const _0x14707e=['../../helpers/helper','55884tCbuUh','6907930mKFCSZ','setDefaultTimeout','__timeout','100250nqvFfr','@cucumber/cucumber/lib/index.js','545853jBWZJv','1702960fDAfCP','9tmDqWi','120vKWCfe','230835isbIjp','cucumber/lib/index.js','54335xYpwtl','BSTACK_DELTA','8RjOXsw'];a11_0x1d28=function(){return _0x14707e;};return a11_0x1d28();}(function(_0x2fa20e,_0x49118a){const _0x54c744=a11_0x40b1,_0xcf2d73=_0x2fa20e();while(!![]){try{const _0xf3d0f8=parseInt(_0x54c744(0x14c))/0x1+parseInt(_0x54c744(0x146))/0x2+-parseInt(_0x54c744(0x142))/0x3*(-parseInt(_0x54c744(0x150))/0x4)+parseInt(_0x54c744(0x14e))/0x5*(parseInt(_0x54c744(0x14b))/0x6)+parseInt(_0x54c744(0x148))/0x7+parseInt(_0x54c744(0x149))/0x8+parseInt(_0x54c744(0x14a))/0x9*(-parseInt(_0x54c744(0x143))/0xa);if(_0xf3d0f8===_0x49118a)break;else _0xcf2d73['push'](_0xcf2d73['shift']());}catch(_0x4290d6){_0xcf2d73['push'](_0xcf2d73['shift']());}}}(a11_0x1d28,0x211bc));const {requireModule}=require(a11_0xa29263(0x151)),constants=require('../utils/constants');let cucumberModule=null;function a11_0x40b1(_0x550ff4,_0x5e37aa){const _0x1d28ac=a11_0x1d28();return a11_0x40b1=function(_0x40b1cb,_0x483abc){_0x40b1cb=_0x40b1cb-0x142;let _0x5c501d=_0x1d28ac[_0x40b1cb];return _0x5c501d;},a11_0x40b1(_0x550ff4,_0x5e37aa);}try{cucumberModule=requireModule(a11_0xa29263(0x147),'@cucumber/cucumber');}catch(a11_0x418ce3){cucumberModule=requireModule(a11_0xa29263(0x14d),'cucumber');}const userValue=global[a11_0xa29263(0x145)]||0x0;(userValue===0x0||userValue<constants['BSTACK_DELTA'])&&cucumberModule[a11_0xa29263(0x144)](constants[a11_0xa29263(0x14f)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x388289=a12_0x49c9;(function(_0x3615f2,_0x2ad713){const _0x351415=a12_0x49c9,_0x518ed0=_0x3615f2();while(!![]){try{const _0x4e1b5a=-parseInt(_0x351415(0xcf))/0x1+-parseInt(_0x351415(0xb7))/0x2*(-parseInt(_0x351415(0xf0))/0x3)+parseInt(_0x351415(0xcc))/0x4*(parseInt(_0x351415(0xc8))/0x5)+-parseInt(_0x351415(0xdc))/0x6*(-parseInt(_0x351415(0xe8))/0x7)+parseInt(_0x351415(0xb0))/0x8*(-parseInt(_0x351415(0xaf))/0x9)+parseInt(_0x351415(0xae))/0xa*(-parseInt(_0x351415(0xf5))/0xb)+parseInt(_0x351415(0xab))/0xc*(parseInt(_0x351415(0xb6))/0xd);if(_0x4e1b5a===_0x2ad713)break;else _0x518ed0['push'](_0x518ed0['shift']());}catch(_0x4b5b95){_0x518ed0['push'](_0x518ed0['shift']());}}}(a12_0x558c,0xbcef1));function a12_0x558c(){const _0x197492=['kcztb','join','map','bstackAccesskey','bstackAccessKey','footer','info','xqiMr','2119836bgPsPn','./constants','ENUBy','1660VPZDoC','4149810YAvmAn','16nmPLWA','setProxySettings','LhCKD','hostname','fZXqn','config','78aPWOYR','1312372qfDWRH','integrations','usage','../../helpers/helper','describe','bstack-accesskey','error','missing','../../helpers/logger','demandOption','accessKey','Failed\x20to\x20establish\x20connection.','RqfVU','split','string','browserstackLocal','443','25qPFfIb','port','setupBrowserstackLocal','invalid','393556cRFmCO','protocol','root','280756nltPQS','only','PvrLu','type','https','EAcKt','command','XAxFn','pzHjh','https:','toString','CNFmy','demandCommand','1810392LasoZJ','connect','IsAJT','RuYmf','exports','tKYku','UcvNd','epilogue','localIdentifier','url','undefined','WwlMT','21fiRHSs','Hosts\x20not\x20valid','help','replace','winstonLogger','Integration\x20hosts\x20missing.','../../helpers/BrowserStackSetup','every','3ALaWdp','BrowserStack\x20access\x20key\x20missing.','trim','PCWtE','hosts','75306JCDjmP','options'];a12_0x558c=function(){return _0x197492;};return a12_0x558c();}const {default:BrowserStackSetup}=require(a12_0x388289(0xee)),logger=require(a12_0x388289(0xbf))[a12_0x388289(0xec)],{URL}=require(a12_0x388289(0xe5)),helper=require(a12_0x388289(0xba)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x388289(0xac)),validHosts=function(_0x1df63d){const _0x2eaa13=a12_0x388289;return _0x1df63d[_0x2eaa13(0xc4)](',')[_0x2eaa13(0xef)](_0x2a45e7=>{const _0x43158b=_0x2eaa13;try{new URL(_0x2a45e7[_0x43158b(0xf2)]());}catch(_0x70eaa5){return![];}return!![];});},parseOnPremHosts=function(_0x344585){const _0x480e7f=a12_0x388289,_0x4b37c0={};_0x4b37c0[_0x480e7f(0xe1)]=function(_0x19de33,_0x4d9963){return _0x19de33===_0x4d9963;},_0x4b37c0[_0x480e7f(0xe7)]=_0x480e7f(0xd8),_0x4b37c0[_0x480e7f(0xf3)]=_0x480e7f(0xc7),_0x4b37c0[_0x480e7f(0xc3)]=function(_0x3d6410,_0x48d935){return _0x3d6410===_0x48d935;},_0x4b37c0[_0x480e7f(0xd7)]=_0x480e7f(0xd3);const _0x117e2d=_0x4b37c0;return _0x344585[_0x480e7f(0xc4)](',')[_0x480e7f(0xa5)](_0x1ff165=>{const _0x1825dc=_0x480e7f,_0x2c70ef=new URL(_0x1ff165[_0x1825dc(0xf2)]()),_0x5b3aee=_0x2c70ef[_0x1825dc(0xb3)],_0x42e089=_0x2c70ef[_0x1825dc(0xc9)]||(_0x117e2d['tKYku'](_0x2c70ef[_0x1825dc(0xcd)],_0x117e2d['WwlMT'])?_0x117e2d['PCWtE']:'80'),_0x3cd350=_0x2c70ef[_0x1825dc(0xcd)][_0x1825dc(0xeb)](':',''),_0x456daa=_0x117e2d['RqfVU'](_0x3cd350,_0x117e2d[_0x1825dc(0xd7)])?0x1:0x0;return _0x5b3aee+','+_0x42e089+','+_0x456daa;});},connectCommandBuilder=function(_0x16226a){const _0x297c92=a12_0x388289,_0x1efb7b={};_0x1efb7b[_0x297c92(0xb2)]=_0x297c92(0xc5);const _0x4f3a81=_0x1efb7b,_0x40a892={};_0x40a892['describe']=HELP_MESSAGES[_0x297c92(0xf6)][_0x297c92(0xa7)],_0x40a892[_0x297c92(0xd2)]=_0x4f3a81['LhCKD'];const _0x3af156={};_0x3af156[_0x297c92(0xbb)]=HELP_MESSAGES[_0x297c92(0xf6)][_0x297c92(0xf4)],_0x3af156[_0x297c92(0xd2)]=_0x4f3a81[_0x297c92(0xb2)],_0x3af156[_0x297c92(0xc0)]=!![];const _0x10f149={};return _0x10f149[_0x297c92(0xbc)]=_0x40a892,_0x10f149[_0x297c92(0xf4)]=_0x3af156,_0x16226a['options'](_0x10f149);},connectCommandHandler=async function(_0x29e32c){const _0x3a7f08=a12_0x388289,_0x47f435={'syVQm':_0x3a7f08(0xb8),'IsAJT':function(_0x19ecd2,_0x1d56c3){return _0x19ecd2===_0x1d56c3;},'fZXqn':_0x3a7f08(0xe6),'kcztb':_0x3a7f08(0xf1),'PvrLu':_0x3a7f08(0xed),'xqiMr':function(_0x22a415,_0x19da61){return _0x22a415(_0x19da61);},'EAcKt':_0x3a7f08(0xe9),'UcvNd':'integrations-repeater','CNFmy':'Connection\x20established\x20successfully.','ENUBy':_0x3a7f08(0xc2)};try{const _0x158e5f=new BrowserStackSetup(_0x29e32c,_0x47f435['syVQm']);_0x29e32c[_0x3a7f08(0xa6)]&&(_0x158e5f['config'][_0x3a7f08(0xc1)]=_0x29e32c['bstackAccesskey']);if(_0x47f435[_0x3a7f08(0xde)](typeof _0x158e5f[_0x3a7f08(0xb5)]['accessKey'],_0x47f435[_0x3a7f08(0xb4)])){logger['error'](_0x47f435[_0x3a7f08(0xf7)]);throw new Error(ERROR_MESSAGES[_0x3a7f08(0xa7)][_0x3a7f08(0xbe)]);}const _0x3594a4=_0x29e32c[_0x3a7f08(0xf4)];if(_0x47f435[_0x3a7f08(0xde)](typeof _0x3594a4,_0x47f435[_0x3a7f08(0xb4)])){logger[_0x3a7f08(0xbd)](_0x47f435[_0x3a7f08(0xd1)]);throw new Error(ERROR_MESSAGES[_0x3a7f08(0xf4)]['missing']);}if(!_0x47f435[_0x3a7f08(0xaa)](validHosts,_0x3594a4)){logger['error'](_0x47f435[_0x3a7f08(0xd4)]);throw new Error(ERROR_MESSAGES['hosts'][_0x3a7f08(0xcb)]);}const _0x559397=_0x47f435[_0x3a7f08(0xaa)](parseOnPremHosts,_0x3594a4);_0x158e5f[_0x3a7f08(0xb5)][_0x3a7f08(0xc6)]=!![],_0x158e5f['config']['browserStackLocalOptions'][_0x3a7f08(0xe4)]=_0x47f435[_0x3a7f08(0xe2)],_0x158e5f[_0x3a7f08(0xb5)]['browserStackLocalOptions'][_0x3a7f08(0xd0)]=_0x559397[_0x3a7f08(0xf8)](','),helper[_0x3a7f08(0xb1)](_0x158e5f['config']),await _0x158e5f[_0x3a7f08(0xca)](),logger[_0x3a7f08(0xa9)](_0x47f435[_0x3a7f08(0xda)]);}catch(_0x36fca6){logger[_0x3a7f08(0xbd)](_0x47f435[_0x3a7f08(0xad)]);throw new Error(_0x36fca6[_0x3a7f08(0xd9)]());}};function a12_0x49c9(_0x1f7c05,_0x3c9c9a){const _0x558c69=a12_0x558c();return a12_0x49c9=function(_0x49c99a,_0x397720){_0x49c99a=_0x49c99a-0xa5;let _0x4cc117=_0x558c69[_0x49c99a];return _0x4cc117;},a12_0x49c9(_0x1f7c05,_0x3c9c9a);}function run(_0x284a03){const _0x14fef5=a12_0x388289,_0x104e01={};_0x104e01[_0x14fef5(0xdf)]=_0x14fef5(0xdd),_0x104e01[_0x14fef5(0xd6)]='help';const _0x4d14d1=_0x104e01;_0x284a03[_0x14fef5(0xb9)](HELP_MESSAGES[_0x14fef5(0xd5)][_0x14fef5(0xce)])[_0x14fef5(0xd5)](_0x4d14d1[_0x14fef5(0xdf)],HELP_MESSAGES[_0x14fef5(0xd5)][_0x14fef5(0xdd)],connectCommandBuilder,connectCommandHandler)[_0x14fef5(0xdb)]()[_0x14fef5(0xea)](_0x4d14d1['XAxFn'])[_0x14fef5(0xe3)](HELP_MESSAGES['command'][_0x14fef5(0xa8)]);}module[a12_0x388289(0xe0)]=run;
2
+ 'use strict';const a12_0xc19b6f=a12_0x2636;(function(_0x13e246,_0xde7602){const _0x3dd1d7=a12_0x2636,_0x32dfd5=_0x13e246();while(!![]){try{const _0x2cde4a=parseInt(_0x3dd1d7(0x7a))/0x1+parseInt(_0x3dd1d7(0xb1))/0x2*(-parseInt(_0x3dd1d7(0x7c))/0x3)+-parseInt(_0x3dd1d7(0xaf))/0x4*(parseInt(_0x3dd1d7(0x90))/0x5)+parseInt(_0x3dd1d7(0xa8))/0x6+-parseInt(_0x3dd1d7(0xb2))/0x7+parseInt(_0x3dd1d7(0xc3))/0x8*(-parseInt(_0x3dd1d7(0x97))/0x9)+parseInt(_0x3dd1d7(0x95))/0xa;if(_0x2cde4a===_0xde7602)break;else _0x32dfd5['push'](_0x32dfd5['shift']());}catch(_0x4d3fa7){_0x32dfd5['push'](_0x32dfd5['shift']());}}}(a12_0x41cd,0xe4b5e));const {default:BrowserStackSetup}=require(a12_0xc19b6f(0x91)),logger=require(a12_0xc19b6f(0x7b))[a12_0xc19b6f(0x79)],{URL}=require(a12_0xc19b6f(0xb8)),helper=require(a12_0xc19b6f(0x88)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0xc19b6f(0xbb)),validHosts=function(_0x4e36ee){const _0x224eb5=a12_0xc19b6f;return _0x4e36ee[_0x224eb5(0xb7)](',')[_0x224eb5(0xb6)](_0x2b8090=>{try{new URL(_0x2b8090['trim']());}catch(_0x30848f){return![];}return!![];});},parseOnPremHosts=function(_0x1f454d){const _0x786647=a12_0xc19b6f,_0x6c2c6c={};_0x6c2c6c[_0x786647(0xa5)]=function(_0xf26fe4,_0x311b10){return _0xf26fe4===_0x311b10;},_0x6c2c6c[_0x786647(0x8d)]=_0x786647(0xba),_0x6c2c6c[_0x786647(0xb3)]=_0x786647(0x8e),_0x6c2c6c[_0x786647(0xa2)]=function(_0x165b16,_0x45e481){return _0x165b16===_0x45e481;},_0x6c2c6c[_0x786647(0x92)]='https';const _0x383c74=_0x6c2c6c;return _0x1f454d['split'](',')[_0x786647(0x9a)](_0x1316df=>{const _0x4c7248=_0x786647,_0x12fb25=new URL(_0x1316df[_0x4c7248(0x94)]()),_0x41ed5f=_0x12fb25[_0x4c7248(0x7d)],_0xb72211=_0x12fb25[_0x4c7248(0x9e)]||(_0x383c74['NcTVT'](_0x12fb25[_0x4c7248(0x80)],_0x383c74[_0x4c7248(0x8d)])?_0x383c74[_0x4c7248(0xb3)]:'80'),_0x3bd95e=_0x12fb25[_0x4c7248(0x80)][_0x4c7248(0x7e)](':',''),_0xf35c65=_0x383c74[_0x4c7248(0xa2)](_0x3bd95e,_0x383c74[_0x4c7248(0x92)])?0x1:0x0;return _0x41ed5f+','+_0xb72211+','+_0xf35c65;});},connectCommandBuilder=function(_0x3aaec6){const _0x878943=a12_0xc19b6f,_0x2c8f4b={};_0x2c8f4b[_0x878943(0x84)]=_0x878943(0x8c);const _0x39adb9=_0x2c8f4b,_0x20c8ee={};_0x20c8ee['describe']=HELP_MESSAGES[_0x878943(0x7f)][_0x878943(0xbf)],_0x20c8ee[_0x878943(0xc0)]=_0x39adb9[_0x878943(0x84)];const _0x40d33d={};_0x40d33d[_0x878943(0x78)]=HELP_MESSAGES[_0x878943(0x7f)]['hosts'],_0x40d33d[_0x878943(0xc0)]=_0x39adb9['irnaF'],_0x40d33d[_0x878943(0x87)]=!![];const _0x8a5912={};return _0x8a5912['bstack-accesskey']=_0x20c8ee,_0x8a5912['hosts']=_0x40d33d,_0x3aaec6['options'](_0x8a5912);},connectCommandHandler=async function(_0x4baa51){const _0x39a795=a12_0xc19b6f,_0x36dc92={'nlvgc':_0x39a795(0x9b),'vMUXS':function(_0x5c181d,_0x5e5e5d){return _0x5c181d===_0x5e5e5d;},'lKkUj':_0x39a795(0xae),'PKPlM':_0x39a795(0x96),'DztvX':function(_0x40a0a9,_0x472826){return _0x40a0a9===_0x472826;},'UpOHA':_0x39a795(0xab),'yBzLc':function(_0x141e57,_0x49e14c){return _0x141e57(_0x49e14c);},'GNWxu':_0x39a795(0xa0),'kiEDP':_0x39a795(0x89),'WVfqw':_0x39a795(0xa7),'oanOH':_0x39a795(0x98)};try{const _0x59c18a=new BrowserStackSetup(_0x4baa51,_0x36dc92[_0x39a795(0xbc)]);_0x4baa51[_0x39a795(0x83)]&&(_0x59c18a[_0x39a795(0x93)][_0x39a795(0xa3)]=_0x4baa51['bstackAccesskey']);if(_0x36dc92['vMUXS'](typeof _0x59c18a[_0x39a795(0x93)]['accessKey'],_0x36dc92['lKkUj'])){logger['error'](_0x36dc92[_0x39a795(0xb0)]);throw new Error(ERROR_MESSAGES['bstackAccessKey']['missing']);}const _0x4e6af6=_0x4baa51['hosts'];if(_0x36dc92[_0x39a795(0x86)](typeof _0x4e6af6,_0x36dc92[_0x39a795(0x81)])){logger[_0x39a795(0xac)](_0x36dc92[_0x39a795(0xa1)]);throw new Error(ERROR_MESSAGES[_0x39a795(0xbe)][_0x39a795(0xc1)]);}if(!_0x36dc92[_0x39a795(0x85)](validHosts,_0x4e6af6)){logger[_0x39a795(0xac)](_0x36dc92['GNWxu']);throw new Error(ERROR_MESSAGES[_0x39a795(0xbe)][_0x39a795(0xa6)]);}const _0x2f9c19=_0x36dc92['yBzLc'](parseOnPremHosts,_0x4e6af6);_0x59c18a[_0x39a795(0x93)]['browserstackLocal']=!![],_0x59c18a['config'][_0x39a795(0xa9)][_0x39a795(0xc2)]=_0x36dc92[_0x39a795(0x8f)],_0x59c18a['config'][_0x39a795(0xa9)][_0x39a795(0x99)]=_0x2f9c19[_0x39a795(0xb4)](','),helper[_0x39a795(0xb5)](_0x59c18a[_0x39a795(0x93)]),await _0x59c18a['setupBrowserstackLocal'](),logger[_0x39a795(0x77)](_0x36dc92[_0x39a795(0xad)]);}catch(_0x56ace1){logger['error'](_0x36dc92[_0x39a795(0x8b)]);throw new Error(_0x56ace1[_0x39a795(0xaa)]());}};function a12_0x41cd(){const _0x2a29c4=['4fcJeyO','PKPlM','5342zzIOtr','6030339RUKelR','ddsUB','join','setProxySettings','every','split','url','iheok','https:','./constants','nlvgc','demandCommand','hosts','bstackAccessKey','type','missing','localIdentifier','20976cOjfwR','command','info','describe','winstonLogger','54641iOCqbT','../../helpers/logger','75eHlkZx','hostname','replace','options','protocol','lKkUj','usage','bstackAccesskey','irnaF','yBzLc','DztvX','demandOption','../../helpers/helper','integrations-repeater','connect','oanOH','string','QzFyB','443','kiEDP','1920910eqAHoy','../../helpers/BrowserStackSetup','NNpmw','config','trim','36510620dOsTnb','BrowserStack\x20access\x20key\x20missing.','6426orMChq','Failed\x20to\x20establish\x20connection.','only','map','integrations','xYpPF','help','port','footer','Hosts\x20not\x20valid','UpOHA','GrKAB','accessKey','root','NcTVT','invalid','Connection\x20established\x20successfully.','2493822lBUClh','browserStackLocalOptions','toString','Integration\x20hosts\x20missing.','error','WVfqw','undefined'];a12_0x41cd=function(){return _0x2a29c4;};return a12_0x41cd();}function a12_0x2636(_0x544181,_0x7ea369){const _0x41cd26=a12_0x41cd();return a12_0x2636=function(_0x2636c0,_0x34db0a){_0x2636c0=_0x2636c0-0x77;let _0x4af0f9=_0x41cd26[_0x2636c0];return _0x4af0f9;},a12_0x2636(_0x544181,_0x7ea369);}function run(_0x5d397a){const _0x4b88a2=a12_0xc19b6f,_0x3eab27={};_0x3eab27[_0x4b88a2(0x9c)]=_0x4b88a2(0x8a),_0x3eab27[_0x4b88a2(0xb9)]=_0x4b88a2(0x9d);const _0x2f141b=_0x3eab27;_0x5d397a[_0x4b88a2(0x82)](HELP_MESSAGES[_0x4b88a2(0xc4)][_0x4b88a2(0xa4)])[_0x4b88a2(0xc4)](_0x2f141b[_0x4b88a2(0x9c)],HELP_MESSAGES['command'][_0x4b88a2(0x8a)],connectCommandBuilder,connectCommandHandler)[_0x4b88a2(0xbd)]()['help'](_0x2f141b[_0x4b88a2(0xb9)])['epilogue'](HELP_MESSAGES[_0x4b88a2(0xc4)][_0x4b88a2(0x9f)]);}module['exports']=run;
@@ -1 +1 @@
1
- var a13_0x5c5b9e=a13_0x1706;(function(_0x560b99,_0x1f6e91){var _0xf44f5c=a13_0x1706,_0x5a2bda=_0x560b99();while(!![]){try{var _0x246262=-parseInt(_0xf44f5c(0x6c))/0x1*(-parseInt(_0xf44f5c(0x75))/0x2)+parseInt(_0xf44f5c(0x6a))/0x3*(-parseInt(_0xf44f5c(0x7c))/0x4)+-parseInt(_0xf44f5c(0x69))/0x5*(-parseInt(_0xf44f5c(0x6d))/0x6)+-parseInt(_0xf44f5c(0x73))/0x7*(parseInt(_0xf44f5c(0x67))/0x8)+parseInt(_0xf44f5c(0x71))/0x9+-parseInt(_0xf44f5c(0x7a))/0xa*(parseInt(_0xf44f5c(0x7d))/0xb)+-parseInt(_0xf44f5c(0x72))/0xc;if(_0x246262===_0x1f6e91)break;else _0x5a2bda['push'](_0x5a2bda['shift']());}catch(_0xe46f9){_0x5a2bda['push'](_0x5a2bda['shift']());}}}(a13_0x50ac,0xf34fe));var a13_0x1c566e={};a13_0x1c566e[a13_0x5c5b9e(0x79)]=a13_0x5c5b9e(0x6b),a13_0x1c566e[a13_0x5c5b9e(0x70)]=a13_0x5c5b9e(0x77);var a13_0x488906={};function a13_0x1706(_0x474586,_0x3bff02){var _0x50ac3a=a13_0x50ac();return a13_0x1706=function(_0x170628,_0x5ab7b5){_0x170628=_0x170628-0x65;var _0x22406e=_0x50ac3a[_0x170628];return _0x22406e;},a13_0x1706(_0x474586,_0x3bff02);}a13_0x488906[a13_0x5c5b9e(0x76)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x488906[a13_0x5c5b9e(0x7b)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x488906['footer']='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x2bd6a7={};a13_0x2bd6a7[a13_0x5c5b9e(0x78)]=a13_0x1c566e,a13_0x2bd6a7[a13_0x5c5b9e(0x6e)]=a13_0x488906,exports[a13_0x5c5b9e(0x65)]=a13_0x2bd6a7;var a13_0x4a3ad4={};a13_0x4a3ad4[a13_0x5c5b9e(0x6f)]=a13_0x5c5b9e(0x74);var a13_0x57119a={};a13_0x57119a[a13_0x5c5b9e(0x6f)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x57119a[a13_0x5c5b9e(0x66)]=a13_0x5c5b9e(0x68);var a13_0xba5323={};function a13_0x50ac(){var _0x3490c4=['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.','236975nohNrD','6SfQSOq','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','1KwmbLJ','6NyIqUW','command','missing','hosts','2626614YovfQC','342072zrytlJ','77rPlcag','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','3918710LPxLRw','root','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.','options','bstackAccessKey','231790hdhrBy','connect','1092124PAkTbK','319hZBNge','ERROR_MESSAGES','HELP_MESSAGES','invalid','40168qRIBPJ'];a13_0x50ac=function(){return _0x3490c4;};return a13_0x50ac();}a13_0xba5323[a13_0x5c5b9e(0x79)]=a13_0x4a3ad4,a13_0xba5323['hosts']=a13_0x57119a,exports[a13_0x5c5b9e(0x7e)]=a13_0xba5323;
1
+ var a13_0x48297b=a13_0x5878;(function(_0x16f1f1,_0x16f5a2){var _0x20da06=a13_0x5878,_0x11a43d=_0x16f1f1();while(!![]){try{var _0x305bd0=-parseInt(_0x20da06(0x11c))/0x1*(-parseInt(_0x20da06(0x125))/0x2)+-parseInt(_0x20da06(0x123))/0x3+-parseInt(_0x20da06(0x118))/0x4+-parseInt(_0x20da06(0x114))/0x5*(parseInt(_0x20da06(0x111))/0x6)+parseInt(_0x20da06(0x122))/0x7*(-parseInt(_0x20da06(0x116))/0x8)+parseInt(_0x20da06(0x10f))/0x9*(parseInt(_0x20da06(0x11d))/0xa)+parseInt(_0x20da06(0x120))/0xb*(parseInt(_0x20da06(0x110))/0xc);if(_0x305bd0===_0x16f5a2)break;else _0x11a43d['push'](_0x11a43d['shift']());}catch(_0x52445f){_0x11a43d['push'](_0x11a43d['shift']());}}}(a13_0x5a11,0x84439));var a13_0x187b1c={};a13_0x187b1c[a13_0x48297b(0x11f)]=a13_0x48297b(0x128),a13_0x187b1c['hosts']=a13_0x48297b(0x11a);var a13_0xac85ca={};a13_0xac85ca['root']=a13_0x48297b(0x11e),a13_0xac85ca[a13_0x48297b(0x121)]=a13_0x48297b(0x112),a13_0xac85ca[a13_0x48297b(0x126)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x380337={};a13_0x380337[a13_0x48297b(0x11b)]=a13_0x187b1c,a13_0x380337[a13_0x48297b(0x115)]=a13_0xac85ca,exports[a13_0x48297b(0x124)]=a13_0x380337;var a13_0x254c91={};function a13_0x5a11(){var _0x25ffe5=['6ErFlej','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','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.','1475510HFBxBc','command','502472RUScSn','missing','715984QUTFhf','hosts','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.','options','74369asTOrb','5266010dJlLMn','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','bstackAccessKey','11JsfBDx','connect','28wqrsBG','1471749BOVsgP','HELP_MESSAGES','8vVhWoo','footer','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','9DTRXkx','11203116lgbJiY'];a13_0x5a11=function(){return _0x25ffe5;};return a13_0x5a11();}function a13_0x5878(_0x33ae1d,_0x3bc60d){var _0x5a1145=a13_0x5a11();return a13_0x5878=function(_0x5878a7,_0xd9abe5){_0x5878a7=_0x5878a7-0x10f;var _0x14583f=_0x5a1145[_0x5878a7];return _0x14583f;},a13_0x5878(_0x33ae1d,_0x3bc60d);}a13_0x254c91[a13_0x48297b(0x117)]='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x5bad17={};a13_0x5bad17[a13_0x48297b(0x117)]=a13_0x48297b(0x127),a13_0x5bad17['invalid']=a13_0x48297b(0x113);var a13_0x9fa7ac={};a13_0x9fa7ac[a13_0x48297b(0x11f)]=a13_0x254c91,a13_0x9fa7ac[a13_0x48297b(0x119)]=a13_0x5bad17,exports['ERROR_MESSAGES']=a13_0x9fa7ac;
@@ -1 +1 @@
1
- 'use strict';const a14_0x532a1f=a14_0x2545;function a14_0x2545(_0x264403,_0x5c0ec3){const _0x215fbb=a14_0x215f();return a14_0x2545=function(_0x254566,_0x13bab6){_0x254566=_0x254566-0x1c6;let _0x119a74=_0x215fbb[_0x254566];return _0x119a74;},a14_0x2545(_0x264403,_0x5c0ec3);}(function(_0x1cecec,_0x53e823){const _0x28a8e9=a14_0x2545,_0x191cde=_0x1cecec();while(!![]){try{const _0x4cc7dc=-parseInt(_0x28a8e9(0x228))/0x1+parseInt(_0x28a8e9(0x1e3))/0x2*(parseInt(_0x28a8e9(0x1cd))/0x3)+parseInt(_0x28a8e9(0x1fe))/0x4*(-parseInt(_0x28a8e9(0x1e6))/0x5)+parseInt(_0x28a8e9(0x231))/0x6+-parseInt(_0x28a8e9(0x249))/0x7+-parseInt(_0x28a8e9(0x1d5))/0x8+parseInt(_0x28a8e9(0x21b))/0x9;if(_0x4cc7dc===_0x53e823)break;else _0x191cde['push'](_0x191cde['shift']());}catch(_0x174c3c){_0x191cde['push'](_0x191cde['shift']());}}}(a14_0x215f,0x7fc6f));const path=require(a14_0x532a1f(0x204)),fs=require('fs'),{v4:uuidv4}=require(a14_0x532a1f(0x1fa)),testhubUtils=require(a14_0x532a1f(0x203)),{FRAMEWORKS}=require(a14_0x532a1f(0x242)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x532a1f(0x1e9)),testRunMap=require('../testRunMap'),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x532a1f(0x22a),a14_0x207d6f={};function a14_0x215f(){const _0x516b61=['403675YVHhYP','excluded','Jasmine','UnhandledError','config','cwkHt','err','keys','match','256326WRHujT','GPcgY','message','WUcze','toISOString','cVigv','dirname','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','description','fyYIl','qheeL','PWwnm','JASMINE','XlSML','SqabO','hvwKI','dAbMs','../../../helpers/test-observability/constants','AGYpA','appendTesthubParams','ygcvg','RsYtK','fullName','remove','1754648VAqiNt','.git','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','TestRunSkipped','javascript','pending','hAReb','push','actual','started_at','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','setCurrentTestData','372381zYbnSK','statSync','skipped','matcherName','_findGitConfig','failure','_paths','GEqLL','168536TuhfkT','iZXPs','jHJoa','tHbmL','jasmineDone','CmCpW','fileNameByFullName','status','TestRunFinished','suiteDone','specDone','_fileNameByFullName','tjzQl','File\x20path\x20could\x20not\x20be\x20found','10vnxINk','join','TestRunStarted','39450AfSCdu','failed','PmbuW','../../../helpers/test-observability/utils','filename','jefoX','gpLQM','cwd','expected','aGjcB','LZQwK','ubACA','testObservability','endsWith','ElaMT','failedExpectations','set','slice','_sendSpecEvent','finished_at','uuid','aENlJ','Exception\x20in\x20jasmine\x20specDone\x20for\x20','_collapseFailedExpectations','124cdNMna','jGYLQ','lang','has','code','../../../helpers/testhub/utils','path','BdcHE','failure_backtrace','SMKcm','uploadEventData','get','MRgLJ','Spec\x20failed','length','_suitesById','passed','Fvhxl','JuNoB','AssertionError','GZsay','\x20:\x20','reverse','parentSuiteId','TVctw','prefixTestPath','backtrace','oAsCH','isArray','7020135nAzfNa','LwjWP','split','OACrd','AbTom','DpARV','jasmineStarted','expanded','sep','chVNy','stack','duration','_scopes'];a14_0x215f=function(){return _0x516b61;};return a14_0x215f();}a14_0x207d6f[a14_0x532a1f(0x20e)]=a14_0x532a1f(0x20e),a14_0x207d6f[a14_0x532a1f(0x1e7)]=a14_0x532a1f(0x1e7),a14_0x207d6f[a14_0x532a1f(0x1c6)]=a14_0x532a1f(0x1c6),a14_0x207d6f[a14_0x532a1f(0x229)]=a14_0x532a1f(0x1cf);const STATUS_MAP=a14_0x207d6f;class BrowserStackJasmineReporter{constructor(_0x4042a6={}){const _0xe99532=a14_0x532a1f,_0x824fc0={'baaOE':function(_0x5cec72){return _0x5cec72();}};this[_0xe99532(0x1f2)]=_0x824fc0['baaOE'](isTestObservabilitySession),this[_0xe99532(0x1d3)]=new PathHelper({'cwd':process[_0xe99532(0x1ed)]()},undefined),this[_0xe99532(0x1e0)]=_0x4042a6&&_0x4042a6[_0xe99532(0x1db)]||{},this[_0xe99532(0x20d)]=new Map();}[a14_0x532a1f(0x221)](){}['suiteStarted'](_0x3b3b80){const _0x394c61=a14_0x532a1f,_0x1c80ab={'CmCpW':function(_0x303ee0,_0x4b04fe){return _0x303ee0!==_0x4b04fe;},'ZwhJS':function(_0x42b3bc,_0x8481f9){return _0x42b3bc!==_0x8481f9;},'XlSML':function(_0x540317,_0x245214){return _0x540317(_0x245214);}};try{_0x3b3b80&&_0x1c80ab[_0x394c61(0x1da)](_0x3b3b80['id'],undefined)&&_0x1c80ab['ZwhJS'](_0x3b3b80['id'],null)&&this[_0x394c61(0x20d)][_0x394c61(0x1f6)](_0x3b3b80['id'],{'description':_0x3b3b80[_0x394c61(0x239)],'parentSuiteId':_0x3b3b80[_0x394c61(0x215)]});}catch(_0x27fbdc){_0x1c80ab[_0x394c61(0x23e)](debug,_0x394c61(0x238)+(_0x3b3b80&&_0x3b3b80[_0x394c61(0x247)])+_0x394c61(0x213)+_0x27fbdc);}}['specStarted'](_0x497ff8){const _0x423fea=a14_0x532a1f,_0x4f45ba={'GEqLL':function(_0x255a0b,_0x47f249){return _0x255a0b!==_0x47f249;},'qheeL':function(_0xd80010){return _0xd80010();},'rBQtC':_0x423fea(0x1e5),'JuNoB':function(_0x543423,_0x1a22de){return _0x543423(_0x1a22de);}};try{if(_0x4f45ba[_0x423fea(0x1d4)](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x4933c1=_0x4f45ba[_0x423fea(0x23b)](uuidv4);testRunMap[_0x423fea(0x1f6)](_0x497ff8['id'],_0x4933c1),this[_0x423fea(0x1f8)](_0x497ff8,_0x4933c1,_0x4f45ba['rBQtC']);}catch(_0x11db87){_0x4f45ba[_0x423fea(0x210)](debug,'Exception\x20in\x20jasmine\x20specStarted\x20for\x20'+(_0x497ff8&&_0x497ff8[_0x423fea(0x247)])+'\x20:\x20'+_0x11db87);}}[a14_0x532a1f(0x1df)](_0x4476e1){const _0x5c50ca=a14_0x532a1f,_0x215c4b={'cVigv':function(_0x3c7714,_0x5649fb){return _0x3c7714!==_0x5649fb;},'AGYpA':function(_0xfff7d0){return _0xfff7d0();},'PWwnm':function(_0x41003e,_0x12a775){return _0x41003e===_0x12a775;},'OGoix':_0x5c50ca(0x229),'ElaMT':_0x5c50ca(0x24c),'GPcgY':_0x5c50ca(0x1dd),'kSJXw':function(_0x363e83,_0x1b3868){return _0x363e83(_0x1b3868);}};try{if(_0x215c4b[_0x5c50ca(0x236)](testhubUtils['shouldProcessEventForTesthub'](),!![]))return;const _0x18163f=testRunMap[_0x5c50ca(0x209)](_0x4476e1['id'])||_0x215c4b[_0x5c50ca(0x243)](uuidv4),_0x3ee2a1=_0x215c4b[_0x5c50ca(0x23c)](_0x4476e1[_0x5c50ca(0x1dc)],_0x215c4b['OGoix'])?_0x215c4b[_0x5c50ca(0x1f4)]:_0x215c4b[_0x5c50ca(0x232)];this[_0x5c50ca(0x1f8)](_0x4476e1,_0x18163f,_0x3ee2a1);}catch(_0x2139ae){_0x215c4b['kSJXw'](debug,_0x5c50ca(0x1fc)+(_0x4476e1&&_0x4476e1[_0x5c50ca(0x247)])+_0x5c50ca(0x213)+_0x2139ae);}finally{_0x4476e1&&(testRunMap[_0x5c50ca(0x248)](_0x4476e1['id']),_specStartTimes['delete'](_0x4476e1['id']));}}[a14_0x532a1f(0x1de)](){}[a14_0x532a1f(0x1d9)](){}[a14_0x532a1f(0x1f8)](_0xe23706,_0x16aed5,_0x1eee87){const _0x25bb35=a14_0x532a1f,_0x41b9fc={'XCzcd':function(_0x106947,_0x16afef){return _0x106947===_0x16afef;},'SqabO':_0x25bb35(0x1dd),'OACrd':function(_0x2138b0,_0x49f24b){return _0x2138b0===_0x49f24b;},'RsYtK':_0x25bb35(0x24c),'aENlJ':_0x25bb35(0x1e2),'iZXPs':function(_0x51ed24,_0x4fd4d1,_0x1d4cdb){return _0x51ed24(_0x4fd4d1,_0x1d4cdb);},'ANybH':_0x25bb35(0x22e),'aGjcB':function(_0x37ea99,_0x2cc113){return _0x37ea99===_0x2cc113;},'tHbmL':'TestRunStarted','BdcHE':function(_0x218384,_0x3864a5){return _0x218384!==_0x3864a5;},'cwkHt':function(_0x4697f1,_0xa1a08c){return _0x4697f1===_0xa1a08c;},'LZQwK':_0x25bb35(0x24d),'WUcze':function(_0x254e9b,_0x570b95){return _0x254e9b&&_0x570b95;},'dAbMs':function(_0x565c11,_0x3d6e4d){return _0x565c11===_0x3d6e4d;},'JhDWg':_0x25bb35(0x1cf),'SMKcm':_0x25bb35(0x20e),'InsnY':function(_0xe4cf81,_0x2029e0){return _0xe4cf81===_0x2029e0;},'AbTom':'number','MRgLJ':_0x25bb35(0x211),'MSBtO':_0x25bb35(0x22b),'vLfcB':function(_0x39aeb5,_0x4689ac){return _0x39aeb5===_0x4689ac;},'tjzQl':_0x25bb35(0x1ca),'oAsCH':_0x25bb35(0x1f9),'nvldR':_0x25bb35(0x1d2),'ygcvg':_0x25bb35(0x206),'LwjWP':_0x25bb35(0x218),'jHJoa':'failure_reason_expanded','gpLQM':_0x25bb35(0x222),'chVNy':function(_0x494371,_0x44b693){return _0x494371===_0x44b693;},'keYnn':function(_0x514f3b,_0x4e95bc){return _0x514f3b(_0x4e95bc);}};try{const _0x537f20=_0x41b9fc['XCzcd'](_0x1eee87,_0x41b9fc[_0x25bb35(0x23f)])||_0x41b9fc[_0x25bb35(0x21e)](_0x1eee87,_0x41b9fc[_0x25bb35(0x246)]),_0x4e6de6=this['_resolveFilePath'](_0xe23706),_0x5bade9=_0x4e6de6?this[_0x25bb35(0x1d3)][_0x25bb35(0x217)](_0x4e6de6):_0x41b9fc[_0x25bb35(0x1fb)],_0x5c61db=_0x4e6de6?this[_0x25bb35(0x1d1)](path[_0x25bb35(0x237)](_0x4e6de6)):null,_0x4061c3=this[_0x25bb35(0x1fd)](_0xe23706[_0x25bb35(0x1f5)]),_0x38a65a=_0x4061c3?_0x4061c3['message']:undefined,_0x133afa=_0x4061c3?_0x41b9fc[_0x25bb35(0x1d6)](failureData,_0x4061c3,_0x41b9fc['ANybH']):[],_0x3c164b=new Date()[_0x25bb35(0x235)](),_0x5d0c43=this[_0x25bb35(0x227)](_0xe23706);_0x41b9fc[_0x25bb35(0x1ef)](_0x1eee87,_0x41b9fc[_0x25bb35(0x1d8)])&&_0xe23706&&_0x41b9fc[_0x25bb35(0x205)](_0xe23706['id'],undefined)&&_0x41b9fc[_0x25bb35(0x205)](_0xe23706['id'],null)&&_specStartTimes[_0x25bb35(0x1f6)](_0xe23706['id'],_0x3c164b);const _0xc44b31=_0x41b9fc[_0x25bb35(0x22d)](_0x1eee87,_0x41b9fc[_0x25bb35(0x1d8)])?_0x3c164b:_0xe23706&&_specStartTimes[_0x25bb35(0x209)](_0xe23706['id'])||null,_0x1f690d={};_0x1f690d[_0x25bb35(0x200)]=_0x41b9fc[_0x25bb35(0x1f0)],_0x1f690d[_0x25bb35(0x202)]=null;const _0x1b93aa={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x16aed5,'name':_0xe23706[_0x25bb35(0x239)],'body':_0x1f690d,'scope':_0x5d0c43['join']('\x20'),'scopes':_0x5d0c43,'identifier':_0xe23706[_0x25bb35(0x247)],'file_name':_0x5bade9,'vc_filepath':_0x41b9fc[_0x25bb35(0x234)](_0x5c61db,_0x4e6de6)?path['relative'](_0x5c61db,_0x4e6de6):null,'location':_0x5bade9,'result':_0x41b9fc[_0x25bb35(0x241)](_0x1eee87,_0x41b9fc['RsYtK'])?_0x41b9fc['JhDWg']:STATUS_MAP[_0xe23706[_0x25bb35(0x1dc)]]||_0x41b9fc[_0x25bb35(0x207)],'failure_reason':_0x38a65a,'duration_in_ms':_0x41b9fc['InsnY'](typeof _0xe23706[_0x25bb35(0x226)],_0x41b9fc[_0x25bb35(0x21f)])?_0xe23706['duration']:null,'started_at':_0xc44b31,'finished_at':_0x537f20?_0x3c164b:null,'failure':_0x133afa,'failure_type':!_0x38a65a?null:_0x38a65a[_0x25bb35(0x230)](/AssertionError/)?_0x41b9fc[_0x25bb35(0x20a)]:_0x41b9fc['MSBtO'],'retry_of':null};_0x41b9fc['vLfcB'](_0x1eee87,_0x41b9fc[_0x25bb35(0x246)])&&!_0x1b93aa[_0x41b9fc[_0x25bb35(0x1e1)]]&&(_0x1b93aa[_0x41b9fc[_0x25bb35(0x1e1)]]=_0x1b93aa[_0x41b9fc[_0x25bb35(0x219)]]);const _0x5a7397=_0x1b93aa[_0x41b9fc['nvldR']][0x0];_0x5a7397&&(_0x1b93aa[_0x41b9fc[_0x25bb35(0x245)]]=_0x5a7397[_0x41b9fc[_0x25bb35(0x21c)]],_0x1b93aa[_0x41b9fc[_0x25bb35(0x1d7)]]=_0x5a7397[_0x41b9fc[_0x25bb35(0x1ec)]]);testhubUtils[_0x25bb35(0x244)](_0x1b93aa,_0x1eee87,_0xe23706,FRAMEWORKS[_0x25bb35(0x23d)]);const _0x29f292={'event_type':_0x41b9fc[_0x25bb35(0x224)](_0x1eee87,_0x41b9fc[_0x25bb35(0x246)])?_0x41b9fc[_0x25bb35(0x23f)]:_0x1eee87,'test_run':_0x1b93aa};return testhubUtils[_0x25bb35(0x1cc)](FRAMEWORKS[_0x25bb35(0x23d)],_0x29f292),SessionHandler[_0x25bb35(0x208)](_0x29f292);}catch(_0x34a179){_0x41b9fc['keYnn'](debug,_0x25bb35(0x1cb)+_0x1eee87+_0x25bb35(0x213)+_0x34a179);}}[a14_0x532a1f(0x227)](_0x2a470c){const _0x4032ac=a14_0x532a1f,_0x30a090={'Fvhxl':function(_0x10a9f8,_0x558a1b){return _0x10a9f8!==_0x558a1b;},'FAssE':function(_0x47b491,_0x5c1707){return _0x47b491!==_0x5c1707;},'Lxbaj':function(_0x43a09f,_0x359ec2){return _0x43a09f>_0x359ec2;},'TVctw':function(_0x55aa44,_0x4bce8c){return _0x55aa44(_0x4bce8c);},'GZsay':function(_0x41e6e3,_0x37394a){return _0x41e6e3-_0x37394a;}};try{const _0x312255=[];let _0x1dce0f=_0x2a470c&&_0x2a470c[_0x4032ac(0x215)];const _0x5adea3=new Set();while(_0x30a090[_0x4032ac(0x20f)](_0x1dce0f,undefined)&&_0x30a090['FAssE'](_0x1dce0f,null)&&this['_suitesById'][_0x4032ac(0x201)](_0x1dce0f)&&!_0x5adea3[_0x4032ac(0x201)](_0x1dce0f)){_0x5adea3['add'](_0x1dce0f);const _0x1232ca=this['_suitesById']['get'](_0x1dce0f);_0x1232ca&&_0x1232ca[_0x4032ac(0x239)]&&_0x312255['push'](_0x1232ca[_0x4032ac(0x239)]),_0x1dce0f=_0x1232ca?_0x1232ca[_0x4032ac(0x215)]:null;}if(_0x30a090['Lxbaj'](_0x312255[_0x4032ac(0x20c)],0x0))return _0x312255[_0x4032ac(0x214)]();}catch(_0x4bbeb2){_0x30a090[_0x4032ac(0x216)](debug,_0x4032ac(0x24b)+(_0x2a470c&&_0x2a470c['fullName'])+_0x4032ac(0x213)+_0x4bbeb2);}const _0x3fa65d=_0x2a470c&&_0x2a470c[_0x4032ac(0x247)]||'',_0x395438=_0x2a470c&&_0x2a470c[_0x4032ac(0x239)]||'';let _0x5521b0=_0x3fa65d;return _0x395438&&_0x3fa65d[_0x4032ac(0x1f3)](_0x395438)&&(_0x5521b0=_0x3fa65d[_0x4032ac(0x1f7)](0x0,_0x30a090[_0x4032ac(0x212)](_0x3fa65d[_0x4032ac(0x20c)],_0x395438['length']))['trim']()),_0x5521b0?_0x5521b0[_0x4032ac(0x21d)](/\s+/):[];}['_resolveFilePath'](_0x1e1a6d){const _0x339b5e=a14_0x532a1f,_0x44649e={};_0x44649e[_0x339b5e(0x1e8)]=function(_0x5f2a78,_0x2375d0){return _0x5f2a78===_0x2375d0;},_0x44649e[_0x339b5e(0x220)]=function(_0x22c05b,_0x423e66){return _0x22c05b+_0x423e66;},_0x44649e['hvwKI']=function(_0x2541cf,_0x3c834e){return _0x2541cf>_0x3c834e;};const _0x5d2ebc=_0x44649e;if(_0x1e1a6d&&_0x1e1a6d[_0x339b5e(0x1ea)])return _0x1e1a6d[_0x339b5e(0x1ea)];if(_0x1e1a6d&&_0x1e1a6d[_0x339b5e(0x247)]){if(this[_0x339b5e(0x1e0)][_0x1e1a6d[_0x339b5e(0x247)]])return this[_0x339b5e(0x1e0)][_0x1e1a6d['fullName']];let _0x14b4be=null,_0x384758=-0x1;for(const _0x5536e9 of Object[_0x339b5e(0x22f)](this[_0x339b5e(0x1e0)])){(_0x5d2ebc[_0x339b5e(0x1e8)](_0x1e1a6d[_0x339b5e(0x247)],_0x5536e9)||_0x1e1a6d[_0x339b5e(0x247)]['startsWith'](_0x5d2ebc[_0x339b5e(0x220)](_0x5536e9,'\x20')))&&_0x5d2ebc[_0x339b5e(0x240)](_0x5536e9[_0x339b5e(0x20c)],_0x384758)&&(_0x14b4be=this['_fileNameByFullName'][_0x5536e9],_0x384758=_0x5536e9[_0x339b5e(0x20c)]);}if(_0x14b4be)return _0x14b4be;}return null;}[a14_0x532a1f(0x1fd)](_0xa21b05){const _0x486a53=a14_0x532a1f,_0x5ee09c={};_0x5ee09c[_0x486a53(0x23a)]=function(_0x25d8d1,_0x61e2a9){return _0x25d8d1===_0x61e2a9;},_0x5ee09c['jefoX']=_0x486a53(0x20b);const _0x716f7d=_0x5ee09c;if(!Array[_0x486a53(0x21a)](_0xa21b05)||_0x716f7d[_0x486a53(0x23a)](_0xa21b05[_0x486a53(0x20c)],0x0))return undefined;const _0x193e1f=[],_0x5bc344=[];for(const _0x5c5d20 of _0xa21b05){_0x5c5d20&&_0x5c5d20[_0x486a53(0x233)]&&_0x193e1f[_0x486a53(0x1c8)](_0x5c5d20[_0x486a53(0x233)]),_0x5c5d20&&_0x5c5d20[_0x486a53(0x225)]&&_0x5bc344['push'](_0x5c5d20['stack']);}const _0x4b3767=_0xa21b05[0x0]||{},_0x50adea=_0x193e1f[_0x486a53(0x1e4)]('\x0a')||_0x4b3767[_0x486a53(0x233)]||_0x716f7d[_0x486a53(0x1eb)],_0x199393=_0x5bc344[_0x486a53(0x1e4)]('\x0a\x0a')||_0x4b3767[_0x486a53(0x225)]||_0x50adea,_0x4a731c={};return _0x4a731c[_0x486a53(0x233)]=_0x50adea,_0x4a731c[_0x486a53(0x225)]=_0x199393,_0x4a731c[_0x486a53(0x1d0)]=_0x4b3767['matcherName'],_0x4a731c['expected']=_0x4b3767[_0x486a53(0x1ee)],_0x4a731c[_0x486a53(0x1c9)]=_0x4b3767[_0x486a53(0x1c9)],_0x4a731c;}[a14_0x532a1f(0x1d1)](_0x4d750f){const _0x500c72=a14_0x532a1f,_0x42c26c={};_0x42c26c[_0x500c72(0x1c7)]=function(_0x439807,_0x1fe87a){return _0x439807===_0x1fe87a;},_0x42c26c['jGYLQ']=_0x500c72(0x24a),_0x42c26c[_0x500c72(0x1f1)]=_0x500c72(0x22c);const _0x1d0dfb=_0x42c26c,_0x17e79f=path[_0x500c72(0x223)];if(_0x1d0dfb[_0x500c72(0x1c7)](_0x4d750f,null)||_0x1d0dfb[_0x500c72(0x1c7)](_0x4d750f,'')||_0x1d0dfb[_0x500c72(0x1c7)](_0x4d750f,_0x17e79f)||_0x1d0dfb[_0x500c72(0x1c7)](_0x4d750f,path[_0x500c72(0x237)](_0x4d750f)))return null;try{return fs[_0x500c72(0x1ce)](path[_0x500c72(0x1e4)](_0x4d750f,_0x1d0dfb[_0x500c72(0x1ff)],_0x1d0dfb[_0x500c72(0x1f1)])),_0x4d750f;}catch(_0x5c1c45){return this[_0x500c72(0x1d1)](path[_0x500c72(0x237)](_0x4d750f));}}}module['exports']=BrowserStackJasmineReporter;
1
+ 'use strict';function a14_0xc9f7(_0x4346e2,_0xc7bd3a){const _0x24727c=a14_0x2472();return a14_0xc9f7=function(_0xc9f794,_0x5936db){_0xc9f794=_0xc9f794-0x1b7;let _0x145421=_0x24727c[_0xc9f794];return _0x145421;},a14_0xc9f7(_0x4346e2,_0xc7bd3a);}const a14_0x503a27=a14_0xc9f7;(function(_0x3c6e4a,_0x149c82){const _0x25871b=a14_0xc9f7,_0x48909e=_0x3c6e4a();while(!![]){try{const _0x4253c3=parseInt(_0x25871b(0x201))/0x1+parseInt(_0x25871b(0x1d4))/0x2*(parseInt(_0x25871b(0x1e0))/0x3)+-parseInt(_0x25871b(0x237))/0x4+parseInt(_0x25871b(0x226))/0x5+parseInt(_0x25871b(0x1c5))/0x6+parseInt(_0x25871b(0x1e9))/0x7+-parseInt(_0x25871b(0x207))/0x8*(parseInt(_0x25871b(0x219))/0x9);if(_0x4253c3===_0x149c82)break;else _0x48909e['push'](_0x48909e['shift']());}catch(_0x4bd678){_0x48909e['push'](_0x48909e['shift']());}}}(a14_0x2472,0xba40c));const path=require(a14_0x503a27(0x1da)),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require(a14_0x503a27(0x21d)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),testRunMap=require(a14_0x503a27(0x23e)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL='Jasmine',a14_0x186af0={};a14_0x186af0['passed']=a14_0x503a27(0x210),a14_0x186af0[a14_0x503a27(0x1c1)]='failed',a14_0x186af0[a14_0x503a27(0x1d5)]=a14_0x503a27(0x1d5),a14_0x186af0[a14_0x503a27(0x240)]=a14_0x503a27(0x1c2);const STATUS_MAP=a14_0x186af0;class BrowserStackJasmineReporter{constructor(_0x39dc6a={}){const _0x28427a=a14_0x503a27,_0x30fff5={'oVibl':function(_0x3d1301){return _0x3d1301();}};this['testObservability']=_0x30fff5[_0x28427a(0x22c)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x28427a(0x202)]()},undefined),this[_0x28427a(0x1d0)]=_0x39dc6a&&_0x39dc6a[_0x28427a(0x1c9)]||{},this['_suitesById']=new Map();}[a14_0x503a27(0x1f6)](){}['suiteStarted'](_0x28a4de){const _0x901cf0=a14_0x503a27,_0x47d06c={'eRtcS':function(_0x2cc568,_0x241fe1){return _0x2cc568!==_0x241fe1;},'Pankx':function(_0x5d2bdf,_0x3458d7){return _0x5d2bdf!==_0x3458d7;},'uteTB':function(_0x32eb33,_0x3d8385){return _0x32eb33(_0x3d8385);}};try{_0x28a4de&&_0x47d06c[_0x901cf0(0x1bc)](_0x28a4de['id'],undefined)&&_0x47d06c[_0x901cf0(0x22b)](_0x28a4de['id'],null)&&this[_0x901cf0(0x1cc)]['set'](_0x28a4de['id'],{'description':_0x28a4de['description'],'parentSuiteId':_0x28a4de[_0x901cf0(0x1cf)]});}catch(_0x5193e7){_0x47d06c[_0x901cf0(0x1db)](debug,_0x901cf0(0x206)+(_0x28a4de&&_0x28a4de['fullName'])+_0x901cf0(0x1e3)+_0x5193e7);}}[a14_0x503a27(0x1cb)](_0x1d9411){const _0x1c36b1=a14_0x503a27,_0x317050={'bprUT':function(_0x5e9b86,_0x1fd5f2){return _0x5e9b86!==_0x1fd5f2;},'jAnan':function(_0x59f0a2){return _0x59f0a2();},'bqUgT':_0x1c36b1(0x1ed),'gkUsv':function(_0xba4278,_0x192f72){return _0xba4278(_0x192f72);}};try{if(_0x317050[_0x1c36b1(0x236)](testhubUtils[_0x1c36b1(0x1cd)](),!![]))return;const _0x3a3ffe=_0x317050[_0x1c36b1(0x23a)](uuidv4);testRunMap[_0x1c36b1(0x221)](_0x1d9411['id'],_0x3a3ffe),this[_0x1c36b1(0x23f)](_0x1d9411,_0x3a3ffe,_0x317050['bqUgT']);}catch(_0x262cbd){_0x317050[_0x1c36b1(0x1fc)](debug,_0x1c36b1(0x20e)+(_0x1d9411&&_0x1d9411[_0x1c36b1(0x215)])+_0x1c36b1(0x1e3)+_0x262cbd);}}[a14_0x503a27(0x1de)](_0x3d7b94){const _0xfbc923=a14_0x503a27,_0x1237c1={'QLpYn':function(_0x3d1643,_0x1fda4f){return _0x3d1643!==_0x1fda4f;},'WIWfJ':function(_0x43227a){return _0x43227a();},'khdRO':function(_0x4d4779,_0x5e1f60){return _0x4d4779===_0x5e1f60;},'kOxqx':_0xfbc923(0x240),'tVSTC':_0xfbc923(0x200),'ktaXR':_0xfbc923(0x1c0),'OTZGW':function(_0x54366c,_0xec1ff3){return _0x54366c(_0xec1ff3);}};try{if(_0x1237c1['QLpYn'](testhubUtils[_0xfbc923(0x1cd)](),!![]))return;const _0x5b8c88=testRunMap[_0xfbc923(0x22e)](_0x3d7b94['id'])||_0x1237c1[_0xfbc923(0x1bf)](uuidv4),_0xda58c3=_0x1237c1[_0xfbc923(0x1e2)](_0x3d7b94[_0xfbc923(0x222)],_0x1237c1['kOxqx'])?_0x1237c1[_0xfbc923(0x1f8)]:_0x1237c1[_0xfbc923(0x235)];this['_sendSpecEvent'](_0x3d7b94,_0x5b8c88,_0xda58c3);}catch(_0x417716){_0x1237c1[_0xfbc923(0x1bd)](debug,'Exception\x20in\x20jasmine\x20specDone\x20for\x20'+(_0x3d7b94&&_0x3d7b94['fullName'])+_0xfbc923(0x1e3)+_0x417716);}finally{_0x3d7b94&&(testRunMap[_0xfbc923(0x220)](_0x3d7b94['id']),_specStartTimes[_0xfbc923(0x214)](_0x3d7b94['id']));}}[a14_0x503a27(0x1ff)](){}[a14_0x503a27(0x211)](){}[a14_0x503a27(0x23f)](_0x576faf,_0x1ab996,_0xc8e900){const _0x2c9929=a14_0x503a27,_0x765c32={'JSuIo':function(_0x49f66b,_0x2c129e){return _0x49f66b===_0x2c129e;},'zlyyf':_0x2c9929(0x1c0),'Fvxkg':function(_0x102144,_0x3c9bba){return _0x102144===_0x3c9bba;},'VSJCU':'TestRunSkipped','Djcny':_0x2c9929(0x232),'TDDwt':function(_0xa03a83,_0x583376,_0x436bba){return _0xa03a83(_0x583376,_0x436bba);},'LCEuR':_0x2c9929(0x1b8),'XXBBh':_0x2c9929(0x1ed),'mJZIJ':function(_0x4686df,_0xe39c8f){return _0x4686df!==_0xe39c8f;},'zImVe':function(_0x283259,_0x477b30){return _0x283259===_0x477b30;},'oesZA':_0x2c9929(0x203),'efBQf':function(_0x24e63d,_0x3f8d3a){return _0x24e63d&&_0x3f8d3a;},'kvroj':function(_0x34a218,_0xea5847){return _0x34a218===_0xea5847;},'IgkYg':_0x2c9929(0x1c2),'namWJ':_0x2c9929(0x210),'PzTNH':function(_0x2d2be6,_0x874dff){return _0x2d2be6===_0x874dff;},'TpZBD':_0x2c9929(0x1c6),'ynONB':_0x2c9929(0x1e8),'XPBCO':_0x2c9929(0x20f),'TsFbF':function(_0x153727,_0x394185){return _0x153727===_0x394185;},'lfczz':_0x2c9929(0x229),'SbhPI':'finished_at','bclcH':_0x2c9929(0x1ee),'pbGib':_0x2c9929(0x21e),'EyKpK':_0x2c9929(0x21b),'nFBgT':'failure_reason_expanded','sgmTL':_0x2c9929(0x1f4),'BycYI':function(_0x24c22f,_0x1c5f22){return _0x24c22f===_0x1c5f22;},'HOxoD':function(_0x3d39b4,_0x489b56){return _0x3d39b4(_0x489b56);}};try{const _0x3682f3=_0x765c32[_0x2c9929(0x1d7)](_0xc8e900,_0x765c32[_0x2c9929(0x1dc)])||_0x765c32['Fvxkg'](_0xc8e900,_0x765c32[_0x2c9929(0x204)]),_0x360024=this[_0x2c9929(0x209)](_0x576faf),_0x28ca58=_0x360024?this[_0x2c9929(0x238)][_0x2c9929(0x22d)](_0x360024):_0x765c32[_0x2c9929(0x208)],_0x4f6192=_0x360024?this['_findGitConfig'](path[_0x2c9929(0x21f)](_0x360024)):null,_0x505187=this['_collapseFailedExpectations'](_0x576faf['failedExpectations']),_0x1b9f93=_0x505187?_0x505187[_0x2c9929(0x20d)]:undefined,_0x18b0c5=_0x505187?_0x765c32[_0x2c9929(0x1e6)](failureData,_0x505187,_0x765c32[_0x2c9929(0x233)]):[],_0x3a6519=new Date()['toISOString'](),_0x553ea6=this[_0x2c9929(0x1be)](_0x576faf);_0x765c32[_0x2c9929(0x1ca)](_0xc8e900,_0x765c32[_0x2c9929(0x1f9)])&&_0x576faf&&_0x765c32['mJZIJ'](_0x576faf['id'],undefined)&&_0x765c32['mJZIJ'](_0x576faf['id'],null)&&_specStartTimes[_0x2c9929(0x221)](_0x576faf['id'],_0x3a6519);const _0x544d48=_0x765c32['zImVe'](_0xc8e900,_0x765c32[_0x2c9929(0x1f9)])?_0x3a6519:_0x576faf&&_specStartTimes[_0x2c9929(0x22e)](_0x576faf['id'])||null,_0x526884={};_0x526884[_0x2c9929(0x216)]=_0x765c32[_0x2c9929(0x1e7)],_0x526884['code']=null;const _0x351027={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x1ab996,'name':_0x576faf['description'],'body':_0x526884,'scope':_0x553ea6[_0x2c9929(0x1d2)]('\x20'),'scopes':_0x553ea6,'identifier':_0x576faf[_0x2c9929(0x215)],'file_name':_0x28ca58,'vc_filepath':_0x765c32[_0x2c9929(0x212)](_0x4f6192,_0x360024)?path[_0x2c9929(0x1d9)](_0x4f6192,_0x360024):null,'location':_0x28ca58,'result':_0x765c32[_0x2c9929(0x21a)](_0xc8e900,_0x765c32[_0x2c9929(0x204)])?_0x765c32[_0x2c9929(0x23b)]:STATUS_MAP[_0x576faf[_0x2c9929(0x222)]]||_0x765c32[_0x2c9929(0x1f5)],'failure_reason':_0x1b9f93,'duration_in_ms':_0x765c32[_0x2c9929(0x1b7)](typeof _0x576faf[_0x2c9929(0x1e5)],_0x765c32[_0x2c9929(0x22a)])?_0x576faf[_0x2c9929(0x1e5)]:null,'started_at':_0x544d48,'finished_at':_0x3682f3?_0x3a6519:null,'failure':_0x18b0c5,'failure_type':!_0x1b9f93?null:_0x1b9f93[_0x2c9929(0x1d3)](/AssertionError/)?_0x765c32[_0x2c9929(0x1ec)]:_0x765c32[_0x2c9929(0x217)],'retry_of':null};_0x765c32[_0x2c9929(0x239)](_0xc8e900,_0x765c32['VSJCU'])&&!_0x351027[_0x765c32[_0x2c9929(0x23c)]]&&(_0x351027[_0x765c32['lfczz']]=_0x351027[_0x765c32[_0x2c9929(0x1ef)]]);const _0x51a6db=_0x351027[_0x765c32[_0x2c9929(0x1fb)]][0x0];_0x51a6db&&(_0x351027[_0x765c32[_0x2c9929(0x23d)]]=_0x51a6db[_0x765c32['EyKpK']],_0x351027[_0x765c32['nFBgT']]=_0x51a6db[_0x765c32[_0x2c9929(0x20c)]]);testhubUtils[_0x2c9929(0x1ce)](_0x351027,_0xc8e900,_0x576faf,FRAMEWORKS[_0x2c9929(0x1e4)]);const _0x3d9af6={'event_type':_0x765c32[_0x2c9929(0x20b)](_0xc8e900,_0x765c32[_0x2c9929(0x204)])?_0x765c32[_0x2c9929(0x1dc)]:_0xc8e900,'test_run':_0x351027};return testhubUtils['setCurrentTestData'](FRAMEWORKS[_0x2c9929(0x1e4)],_0x3d9af6),SessionHandler[_0x2c9929(0x1d6)](_0x3d9af6);}catch(_0x418048){_0x765c32['HOxoD'](debug,_0x2c9929(0x227)+_0xc8e900+_0x2c9929(0x1e3)+_0x418048);}}['_scopes'](_0x1edaa5){const _0xe4528a=a14_0x503a27,_0x470d7d={'hzmXu':function(_0x240cb2,_0x51c965){return _0x240cb2!==_0x51c965;},'KgsHo':function(_0xec106,_0x383872){return _0xec106>_0x383872;},'DYPoG':function(_0x42f23c,_0xe6c75b){return _0x42f23c(_0xe6c75b);},'LYFdK':function(_0x6c70cd,_0x3b33e7){return _0x6c70cd-_0x3b33e7;}};try{const _0x2dc287=[];let _0x49f87a=_0x1edaa5&&_0x1edaa5[_0xe4528a(0x1cf)];const _0x33a29e=new Set();while(_0x470d7d[_0xe4528a(0x231)](_0x49f87a,undefined)&&_0x470d7d[_0xe4528a(0x231)](_0x49f87a,null)&&this[_0xe4528a(0x1cc)][_0xe4528a(0x1c8)](_0x49f87a)&&!_0x33a29e[_0xe4528a(0x1c8)](_0x49f87a)){_0x33a29e[_0xe4528a(0x1f1)](_0x49f87a);const _0x5e9ead=this['_suitesById'][_0xe4528a(0x22e)](_0x49f87a);_0x5e9ead&&_0x5e9ead[_0xe4528a(0x223)]&&_0x2dc287[_0xe4528a(0x1f0)](_0x5e9ead[_0xe4528a(0x223)]),_0x49f87a=_0x5e9ead?_0x5e9ead[_0xe4528a(0x1cf)]:null;}if(_0x470d7d[_0xe4528a(0x1c7)](_0x2dc287[_0xe4528a(0x225)],0x0))return _0x2dc287[_0xe4528a(0x1b9)]();}catch(_0x2847d2){_0x470d7d[_0xe4528a(0x1fe)](debug,_0xe4528a(0x1dd)+(_0x1edaa5&&_0x1edaa5[_0xe4528a(0x215)])+'\x20:\x20'+_0x2847d2);}const _0x40487e=_0x1edaa5&&_0x1edaa5[_0xe4528a(0x215)]||'',_0x4a3561=_0x1edaa5&&_0x1edaa5[_0xe4528a(0x223)]||'';let _0x3b4f38=_0x40487e;return _0x4a3561&&_0x40487e[_0xe4528a(0x230)](_0x4a3561)&&(_0x3b4f38=_0x40487e[_0xe4528a(0x1c4)](0x0,_0x470d7d[_0xe4528a(0x1df)](_0x40487e['length'],_0x4a3561[_0xe4528a(0x225)]))[_0xe4528a(0x1c3)]()),_0x3b4f38?_0x3b4f38['split'](/\s+/):[];}[a14_0x503a27(0x209)](_0x587616){const _0x276c5e=a14_0x503a27,_0x3ace77={};_0x3ace77[_0x276c5e(0x205)]=function(_0x2d15b9,_0x1630c3){return _0x2d15b9===_0x1630c3;},_0x3ace77[_0x276c5e(0x22f)]=function(_0x3e1ddd,_0x5579b5){return _0x3e1ddd+_0x5579b5;},_0x3ace77[_0x276c5e(0x1e1)]=function(_0x29347a,_0x3ba519){return _0x29347a>_0x3ba519;};const _0x129320=_0x3ace77;if(_0x587616&&_0x587616[_0x276c5e(0x228)])return _0x587616[_0x276c5e(0x228)];if(_0x587616&&_0x587616[_0x276c5e(0x215)]){if(this[_0x276c5e(0x1d0)][_0x587616[_0x276c5e(0x215)]])return this[_0x276c5e(0x1d0)][_0x587616[_0x276c5e(0x215)]];let _0x1d7767=null,_0x513e42=-0x1;for(const _0x439a58 of Object[_0x276c5e(0x1ea)](this[_0x276c5e(0x1d0)])){(_0x129320[_0x276c5e(0x205)](_0x587616['fullName'],_0x439a58)||_0x587616[_0x276c5e(0x215)]['startsWith'](_0x129320[_0x276c5e(0x22f)](_0x439a58,'\x20')))&&_0x129320['vRwwv'](_0x439a58['length'],_0x513e42)&&(_0x1d7767=this[_0x276c5e(0x1d0)][_0x439a58],_0x513e42=_0x439a58[_0x276c5e(0x225)]);}if(_0x1d7767)return _0x1d7767;}return null;}[a14_0x503a27(0x1fd)](_0x3178d0){const _0x2a1095=a14_0x503a27,_0x5048ca={};_0x5048ca[_0x2a1095(0x21c)]=function(_0x3947d2,_0x15a9c4){return _0x3947d2===_0x15a9c4;},_0x5048ca[_0x2a1095(0x218)]=_0x2a1095(0x1f2);const _0x102a16=_0x5048ca;if(!Array[_0x2a1095(0x1d1)](_0x3178d0)||_0x102a16[_0x2a1095(0x21c)](_0x3178d0['length'],0x0))return undefined;const _0x18e956=[],_0x1c17fe=[];for(const _0x2790a0 of _0x3178d0){_0x2790a0&&_0x2790a0[_0x2a1095(0x20d)]&&_0x18e956['push'](_0x2790a0[_0x2a1095(0x20d)]),_0x2790a0&&_0x2790a0[_0x2a1095(0x1f3)]&&_0x1c17fe[_0x2a1095(0x1f0)](_0x2790a0[_0x2a1095(0x1f3)]);}const _0x2d42b1=_0x3178d0[0x0]||{},_0x8cd077=_0x18e956[_0x2a1095(0x1d2)]('\x0a')||_0x2d42b1[_0x2a1095(0x20d)]||_0x102a16[_0x2a1095(0x218)],_0x3012ac=_0x1c17fe[_0x2a1095(0x1d2)]('\x0a\x0a')||_0x2d42b1[_0x2a1095(0x1f3)]||_0x8cd077,_0x57b033={};return _0x57b033['message']=_0x8cd077,_0x57b033[_0x2a1095(0x1f3)]=_0x3012ac,_0x57b033[_0x2a1095(0x1bb)]=_0x2d42b1['matcherName'],_0x57b033[_0x2a1095(0x1d8)]=_0x2d42b1[_0x2a1095(0x1d8)],_0x57b033[_0x2a1095(0x20a)]=_0x2d42b1[_0x2a1095(0x20a)],_0x57b033;}[a14_0x503a27(0x1eb)](_0x12cfb8){const _0xbe12a0=a14_0x503a27,_0x49b8f2={};_0x49b8f2[_0xbe12a0(0x224)]=function(_0x133608,_0x3508bb){return _0x133608===_0x3508bb;},_0x49b8f2[_0xbe12a0(0x1fa)]=function(_0x1f94dc,_0x32e990){return _0x1f94dc===_0x32e990;},_0x49b8f2['VtwBF']=function(_0x235c4f,_0x49358f){return _0x235c4f===_0x49358f;},_0x49b8f2['kZiZd']=function(_0x321d57,_0x2d0a06){return _0x321d57===_0x2d0a06;},_0x49b8f2['BbZEq']=_0xbe12a0(0x234),_0x49b8f2['tQZVP']='config';const _0x29b4ef=_0x49b8f2,_0xabcb30=path['sep'];if(_0x29b4ef['PMnGD'](_0x12cfb8,null)||_0x29b4ef[_0xbe12a0(0x1fa)](_0x12cfb8,'')||_0x29b4ef['VtwBF'](_0x12cfb8,_0xabcb30)||_0x29b4ef[_0xbe12a0(0x1ba)](_0x12cfb8,path[_0xbe12a0(0x21f)](_0x12cfb8)))return null;try{return fs[_0xbe12a0(0x213)](path[_0xbe12a0(0x1d2)](_0x12cfb8,_0x29b4ef['BbZEq'],_0x29b4ef[_0xbe12a0(0x1f7)])),_0x12cfb8;}catch(_0x14dfa6){return this['_findGitConfig'](path[_0xbe12a0(0x21f)](_0x12cfb8));}}}function a14_0x2472(){const _0x4aacd6=['jAnan','IgkYg','lfczz','pbGib','../testRunMap','_sendSpecEvent','excluded','PzTNH','err','reverse','kZiZd','matcherName','eRtcS','OTZGW','_scopes','WIWfJ','TestRunFinished','failed','skipped','trim','slice','2330826RqqFMl','number','KgsHo','has','fileNameByFullName','Fvxkg','specStarted','_suitesById','shouldProcessEventForTesthub','appendTesthubParams','parentSuiteId','_fileNameByFullName','isArray','join','match','130346WvIiCS','pending','uploadEventData','JSuIo','expected','relative','path','uteTB','zlyyf','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','specDone','LYFdK','42buQOgw','vRwwv','khdRO','\x20:\x20','JASMINE','duration','TDDwt','oesZA','AssertionError','3302313nrrDoh','keys','_findGitConfig','ynONB','TestRunStarted','failure','SbhPI','push','add','Spec\x20failed','stack','expanded','namWJ','jasmineStarted','tQZVP','tVSTC','XXBBh','JCkbP','bclcH','gkUsv','_collapseFailedExpectations','DYPoG','suiteDone','TestRunSkipped','1072115tDvJes','cwd','javascript','VSJCU','vWcIt','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','16hHHbLD','Djcny','_resolveFilePath','actual','BycYI','sgmTL','message','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','UnhandledError','passed','jasmineDone','efBQf','statSync','delete','fullName','lang','XPBCO','zTjyo','11308365mXVpyZ','kvroj','backtrace','LQOvR','../../../helpers/testhub/utils','failure_backtrace','dirname','remove','set','status','description','PMnGD','length','7290440ErSypb','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','filename','started_at','TpZBD','Pankx','oVibl','prefixTestPath','get','DBFuk','endsWith','hzmXu','File\x20path\x20could\x20not\x20be\x20found','LCEuR','.git','ktaXR','bprUT','4107972JbLbcf','_paths','TsFbF'];a14_0x2472=function(){return _0x4aacd6;};return a14_0x2472();}module['exports']=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a15_0x46ea(_0x3c4b15,_0x388760){const _0x39a42b=a15_0x39a4();return a15_0x46ea=function(_0x46ea19,_0x2c0ae8){_0x46ea19=_0x46ea19-0xa2;let _0x51994d=_0x39a42b[_0x46ea19];return _0x51994d;},a15_0x46ea(_0x3c4b15,_0x388760);}const a15_0x5af81a=a15_0x46ea;(function(_0x1fda69,_0x5333e9){const _0x3d7d71=a15_0x46ea,_0x50811f=_0x1fda69();while(!![]){try{const _0x1c9233=parseInt(_0x3d7d71(0x13c))/0x1+parseInt(_0x3d7d71(0xcf))/0x2+-parseInt(_0x3d7d71(0xf4))/0x3+-parseInt(_0x3d7d71(0xac))/0x4+-parseInt(_0x3d7d71(0x135))/0x5*(-parseInt(_0x3d7d71(0xf2))/0x6)+-parseInt(_0x3d7d71(0x114))/0x7*(parseInt(_0x3d7d71(0xe1))/0x8)+-parseInt(_0x3d7d71(0x10d))/0x9*(parseInt(_0x3d7d71(0xef))/0xa);if(_0x1c9233===_0x5333e9)break;else _0x50811f['push'](_0x50811f['shift']());}catch(_0xc488ea){_0x50811f['push'](_0x50811f['shift']());}}}(a15_0x39a4,0xe5379));const fs=require('fs'),path=require(a15_0x5af81a(0x12d)),util=require(a15_0x5af81a(0x145)),{spawn}=require('child_process'),glob=require('glob'),pLimit=require(a15_0x5af81a(0x110)),logger=require(a15_0x5af81a(0x133))[a15_0x5af81a(0xf1)],helper=require(a15_0x5af81a(0x101)),utilities=require(a15_0x5af81a(0x146)),constants=require(a15_0x5af81a(0x106)),TestHubHandler=require(a15_0x5af81a(0xe8)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a15_0x5af81a(0xf0)),{FRAMEWORKS}=require(a15_0x5af81a(0x134)),PerformanceTester=require(a15_0x5af81a(0xaf)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],BrowserstackCLI=require(a15_0x5af81a(0x143)),{checkPwandBootstrapCli}=require('../../helpers/playwright-helper'),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require('../../helpers/puppeteer-helper'),getMaxWorkers=(_0x44d72d,_0x10cd2e)=>{const _0x2714ca=a15_0x5af81a,_0x1a97bb={'qZtls':function(_0x443de9,_0x401b6b){return _0x443de9(_0x401b6b);}};let _0x41fae=0x1;if(!helper['isUndefined'](_0x10cd2e[_0x2714ca(0x118)]))_0x41fae=_0x1a97bb[_0x2714ca(0xd2)](parseInt,_0x10cd2e['parallelsPerPlatform']);else!helper[_0x2714ca(0x10c)](_0x44d72d[_0x2714ca(0x104)])&&(_0x41fae=_0x44d72d[_0x2714ca(0x104)]);return _0x41fae;},resolveJasmineConfigPath=()=>{const _0x265f29=a15_0x5af81a,_0x51f312={};_0x51f312[_0x265f29(0x12f)]=_0x265f29(0x138);const _0xa90158=_0x51f312,_0x44c9d4=[];process['env'][_0x265f29(0xab)]&&_0x44c9d4[_0x265f29(0x127)](path[_0x265f29(0xc9)](process[_0x265f29(0xe7)](),process[_0x265f29(0x11d)][_0x265f29(0xab)]));_0x44c9d4[_0x265f29(0x127)](path[_0x265f29(0xc9)](process[_0x265f29(0xe7)](),_0xa90158[_0x265f29(0x12f)]));for(const _0xdd1c58 of _0x44c9d4){try{if(fs['existsSync'](_0xdd1c58))return _0xdd1c58;}catch(_0x94445f){}}return null;},enumerateSpecFiles=_0x3fbf38=>{const _0x36fc15=a15_0x5af81a,_0x3be161={'WPJoi':function(_0x4b5409,_0xf5b01b){return _0x4b5409(_0xf5b01b);},'MPHAm':function(_0x4eeeca,_0x1407b9){return _0x4eeeca>_0x1407b9;},'VBTgj':function(_0x5a6d99,_0x53982f){return _0x5a6d99(_0x53982f);},'PsaUh':function(_0x2cb615,_0x19bc98){return _0x2cb615<_0x19bc98;},'iyNSC':function(_0x55dd3e,_0x284f48){return _0x55dd3e===_0x284f48;},'etSuB':'string','USEGg':function(_0x35dff8,_0x1135d7){return _0x35dff8>_0x1135d7;},'pTZOz':function(_0x3be5df,_0x3e0306,_0x5bb63a){return _0x3be5df(_0x3e0306,_0x5bb63a);},'AqVLQ':function(_0x256ef3){return _0x256ef3();},'lOxcR':_0x36fc15(0xa5),'wSNPF':_0x36fc15(0xca),'VdKvt':_0x36fc15(0xfe),'JfBOJ':function(_0x452d4d,_0x2b6cf5){return _0x452d4d>_0x2b6cf5;}};try{if(testOpsHelper[_0x36fc15(0x140)]()){const _0x19213f=testOpsHelper[_0x36fc15(0x115)](process[_0x36fc15(0x11d)][_0x36fc15(0xc6)]);if(Array['isArray'](_0x19213f)&&_0x3be161['MPHAm'](_0x19213f[_0x36fc15(0xed)],0x0))return _0x19213f[_0x36fc15(0xfc)](_0x18ce4d=>path[_0x36fc15(0xc9)](process[_0x36fc15(0xe7)](),_0x18ce4d[_0x36fc15(0x12c)]()))[_0x36fc15(0xb6)](Boolean);}}catch(_0x5c10c8){_0x3be161[_0x36fc15(0xdd)](debug,_0x36fc15(0xc8)+util[_0x36fc15(0x116)](_0x5c10c8));}const _0x4cd797=[];try{for(let _0x3dae71=0x1;_0x3be161[_0x36fc15(0xb4)](_0x3dae71,_0x3fbf38[_0x36fc15(0xed)]);_0x3dae71++){const _0x229b49=_0x3fbf38[_0x3dae71];_0x3be161['iyNSC'](typeof _0x229b49,_0x3be161['etSuB'])&&!_0x229b49[_0x36fc15(0xa9)]('-')&&_0x4cd797['push'](_0x229b49);}}catch(_0x2ad77d){}const _0x46bd09={'cwd':process[_0x36fc15(0xe7)](),'absolute':!![],'nodir':!![]},_0x40ed01=(_0x4aef67,_0x3b3dee)=>{const _0x39c25a=_0x36fc15,_0x1bcb32=[];for(const _0x552477 of _0x4aef67){try{const _0x14f72c=_0x3b3dee?path[_0x39c25a(0xa4)][_0x39c25a(0xe4)](_0x3b3dee,_0x552477):_0x552477,_0x535237=glob['globSync'](_0x14f72c,_0x46bd09);Array[_0x39c25a(0xeb)](_0x535237)&&_0x1bcb32[_0x39c25a(0x127)](..._0x535237);}catch(_0x6d1aad){_0x3be161[_0x39c25a(0x120)](debug,_0x39c25a(0xc5)+_0x552477+_0x39c25a(0x111)+util[_0x39c25a(0x116)](_0x6d1aad));}}return _0x1bcb32;};if(_0x3be161[_0x36fc15(0xa2)](_0x4cd797['length'],0x0)){const _0x15a45d=_0x3be161[_0x36fc15(0xb9)](_0x40ed01,_0x4cd797,null);if(_0x3be161[_0x36fc15(0xa2)](_0x15a45d['length'],0x0))return Array[_0x36fc15(0xe2)](new Set(_0x15a45d));return _0x4cd797[_0x36fc15(0xfc)](_0xe9a882=>path[_0x36fc15(0xc9)](process['cwd'](),_0xe9a882));}try{const _0x429ac8=_0x3be161[_0x36fc15(0x142)](resolveJasmineConfigPath);if(_0x429ac8){const _0x2ca9da=JSON[_0x36fc15(0xad)](fs[_0x36fc15(0xf3)](_0x429ac8,_0x3be161[_0x36fc15(0xa3)])),_0x3a429d=_0x2ca9da[_0x36fc15(0xdf)]||_0x3be161[_0x36fc15(0x103)],_0x40cda4=Array[_0x36fc15(0xeb)](_0x2ca9da[_0x36fc15(0xbd)])&&_0x3be161[_0x36fc15(0xda)](_0x2ca9da[_0x36fc15(0xbd)][_0x36fc15(0xed)],0x0)?_0x2ca9da[_0x36fc15(0xbd)]:[_0x3be161[_0x36fc15(0xd1)]],_0x7db176=_0x3be161['pTZOz'](_0x40ed01,_0x40cda4,_0x3a429d);if(_0x3be161['JfBOJ'](_0x7db176['length'],0x0))return Array['from'](new Set(_0x7db176));}}catch(_0x75370b){_0x3be161[_0x36fc15(0x120)](debug,_0x36fc15(0xe6)+util[_0x36fc15(0x116)](_0x75370b));}return null;};async function run(_0x1ba93f,_0x136d47,_0x58b922){const _0x16ccb6=a15_0x5af81a,_0x4e120c={'MIceE':function(_0x5d07cf,_0x2a9895){return _0x5d07cf>_0x2a9895;},'orxUC':_0x16ccb6(0x125),'hQNKT':function(_0x13d604,_0x5aaf9d){return _0x13d604(_0x5aaf9d);},'Xzqji':function(_0x19b1df,_0x27a9d8){return _0x19b1df||_0x27a9d8;},'WXNlO':function(_0x3e9530,_0x502da6){return _0x3e9530>_0x502da6;},'BszUB':function(_0x56008f,_0x2a4470,_0x2ce590,_0x217e43){return _0x56008f(_0x2a4470,_0x2ce590,_0x217e43);},'XlcVH':_0x16ccb6(0xfa),'AbRzx':'jasmine','SOLkm':function(_0x24c462,_0xcee109){return _0x24c462===_0xcee109;},'EbZHu':_0x16ccb6(0xb8),'vlACx':_0x16ccb6(0xe5),'rfNzz':_0x16ccb6(0xc4),'yREbZ':_0x16ccb6(0x130),'HZdpk':function(_0x39521b,_0xcd6459){return _0x39521b(_0xcd6459);},'SvrWX':'@playwright/test','jVqfk':function(_0x2ac9e2){return _0x2ac9e2();},'VyvVr':function(_0x3fe129,_0x8b5930,_0x4b6c66,_0x5891ac){return _0x3fe129(_0x8b5930,_0x4b6c66,_0x5891ac);},'ntyzH':function(_0x1840f0,_0x382ebf){return _0x1840f0!=_0x382ebf;},'ZxiTt':_0x16ccb6(0x139),'goEdI':function(_0x25215d,_0xbefccd,_0x3d0cfb){return _0x25215d(_0xbefccd,_0x3d0cfb);},'hYCZq':function(_0x22eecd,_0x4e1b57){return _0x22eecd*_0x4e1b57;},'JAplj':function(_0x57ce94,_0x32c39e){return _0x57ce94(_0x32c39e);},'kLHiV':function(_0xff03bf,_0x509599){return _0xff03bf(_0x509599);},'TKYMC':'test.setup.js','EqwxL':function(_0x429dd6,_0x5be791){return _0x429dd6(_0x5be791);},'TDVUU':function(_0x5b50ee,_0x3c43f5){return _0x5b50ee(_0x3c43f5);},'HRzan':function(_0x5e2fa1,_0x37304f){return _0x5e2fa1<_0x37304f;},'shwmz':function(_0x44ca38,_0x2c022c){return _0x44ca38>_0x2c022c;},'adpje':function(_0x4e36a9,_0x51d7c2){return _0x4e36a9>_0x51d7c2;},'tsAzm':function(_0x17da22,_0x2d28a1){return _0x17da22>_0x2d28a1;},'ahQgs':_0x16ccb6(0xb2)},_0xad10ff=helper[_0x16ccb6(0xa6)](_0x4e120c[_0x16ccb6(0x137)]);global[_0x16ccb6(0x11a)]=!!_0xad10ff;const _0x47b8d4=_0x4e120c[_0x16ccb6(0xd7)](getPuppeteerVersion);global[_0x16ccb6(0xec)]=!!_0x47b8d4;helper[_0x16ccb6(0xae)]()?(await _0x58b922[_0x16ccb6(0x11b)](_0x1ba93f),await helper['handleApp'](_0x58b922[_0x16ccb6(0x112)])):await _0x58b922[_0x16ccb6(0x147)]();if(_0xad10ff)await _0x4e120c[_0x16ccb6(0xb1)](checkPwandBootstrapCli,_0xad10ff,constants[_0x16ccb6(0x132)][_0x16ccb6(0x131)],_0x58b922);else _0x47b8d4&&await _0x4e120c[_0x16ccb6(0xe0)](checkPuppeteerAndBootstrapCli,_0x47b8d4,constants['FRAMEWORKS'][_0x16ccb6(0x131)],_0x58b922);if(!_0x58b922[_0x16ccb6(0x112)])return;_0x4e120c[_0x16ccb6(0x148)](_0x58b922['config'][_0x16ccb6(0x109)],null)?process['env'][_0x16ccb6(0xba)]=_0x58b922[_0x16ccb6(0x112)]['testObservability']:process['env'][_0x16ccb6(0xba)]=_0x4e120c['ZxiTt'];!helper['isUndefined'](_0x58b922[_0x16ccb6(0x112)]['accessibilityOptions'])&&(process[_0x16ccb6(0x11d)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x16ccb6(0x121)](_0x58b922[_0x16ccb6(0x112)][_0x16ccb6(0x12b)]));try{await TestHubHandler[_0x16ccb6(0x13e)](FRAMEWORKS[_0x16ccb6(0x131)],_0x58b922);}catch(_0x5d9d8a){logger[_0x16ccb6(0x130)](_0x16ccb6(0xc7)+util['format'](_0x5d9d8a)),_0x4e120c[_0x16ccb6(0xee)](debug,_0x16ccb6(0xe9)+util[_0x16ccb6(0x116)](_0x5d9d8a));}let _0x4493bf=![],_0x7030b8=[];try{_0x4493bf=helper['useW3C'](_0x58b922['config']),_0x7030b8=helper[_0x16ccb6(0xdc)](_0x58b922[_0x16ccb6(0x112)],_0x4493bf,constants['FRAMEWORKS']['JASMINE']),process[_0x16ccb6(0x11d)]['BROWSERSTACK_CAPABILITIES']=JSON[_0x16ccb6(0x121)](_0x7030b8);}catch(_0x2dcec9){_0x4e120c[_0x16ccb6(0xee)](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util['format'](_0x2dcec9));}let _0x23f85a=null,_0x13561e=![];try{_0x23f85a=helper[_0x16ccb6(0x100)](_0x58b922[_0x16ccb6(0x112)]),_0x13561e=helper[_0x16ccb6(0xd5)](_0x58b922[_0x16ccb6(0x112)]);}catch(_0x25dafb){_0x4e120c[_0x16ccb6(0xee)](debug,_0x16ccb6(0xbe)+util['format'](_0x25dafb));}const _0x3627d5=_0x29016f=>{const _0x1e5175=_0x16ccb6,_0x560cbd=Array[_0x1e5175(0xeb)](_0x7030b8)&&_0x4e120c[_0x1e5175(0xa7)](_0x7030b8[_0x1e5175(0xed)],_0x29016f)?_0x7030b8[_0x29016f]:Array[_0x1e5175(0xeb)](_0x7030b8)&&_0x4e120c[_0x1e5175(0xa7)](_0x7030b8[_0x1e5175(0xed)],0x0)?_0x7030b8[0x0]:{};return{'server':_0x23f85a,'capability':_0x560cbd,'proxySettings':_0x58b922[_0x1e5175(0x112)]['proxySettings'],'platform':helper[_0x1e5175(0xd8)](_0x560cbd),'browserStackLogLevel':_0x58b922[_0x1e5175(0x112)][_0x1e5175(0x11c)],'platformIndex':_0x29016f,'framework':constants['FRAMEWORKS'][_0x1e5175(0x131)],'platformCaps':_0x13561e?Object[_0x1e5175(0xc3)]({'index':_0x29016f},_0x58b922[_0x1e5175(0x112)][_0x1e5175(0x12e)][_0x29016f]):{'index':_0x29016f}};};let _0x2299c1=0x1,_0x3515a4=0x1,_0x144c89=0x1;try{_0x2299c1=_0x4e120c[_0x16ccb6(0x10f)](getMaxWorkers,_0x1ba93f,_0x58b922[_0x16ccb6(0x112)]),_0x3515a4=_0x13561e?_0x58b922[_0x16ccb6(0x112)][_0x16ccb6(0x12e)]['length']:0x1,_0x144c89=_0x4e120c[_0x16ccb6(0x13d)](_0x3515a4,_0x2299c1),process[_0x16ccb6(0x11d)]['BROWSERSTACK_JASMINE_PARALLELS']=_0x4e120c[_0x16ccb6(0xbb)](String,_0x144c89);}catch(_0x359f90){_0x4e120c['kLHiV'](debug,_0x16ccb6(0xf8)+util[_0x16ccb6(0x116)](_0x359f90));}try{BrowserstackCLI['getInstance']()[_0x16ccb6(0x11f)]&&(process[_0x16ccb6(0x11d)][_0x16ccb6(0xe3)]=BrowserstackCLI[_0x16ccb6(0x10a)]()[_0x16ccb6(0x11f)]);}catch(_0x48c885){_0x4e120c[_0x16ccb6(0xf5)](debug,_0x16ccb6(0x107)+util[_0x16ccb6(0x116)](_0x48c885));}const _0x3444c9=[];try{const _0x5037c4=path[_0x16ccb6(0xc9)](__dirname,_0x4e120c[_0x16ccb6(0xb3)]);fs['existsSync'](_0x5037c4)?_0x3444c9[_0x16ccb6(0x127)](_0x16ccb6(0xfd)+_0x5037c4):_0x4e120c['EqwxL'](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x5037c4+_0x16ccb6(0xd6));}catch(_0x378f18){_0x4e120c[_0x16ccb6(0xf5)](debug,_0x16ccb6(0x12a)+util[_0x16ccb6(0x116)](_0x378f18));}const _0x1a00f8=_0x136d47[_0x16ccb6(0x136)](0x1),_0xafb336=_0x4e120c['TDVUU'](enumerateSpecFiles,_0x136d47),_0x49b715=[];for(let _0x45e942=0x0;_0x4e120c[_0x16ccb6(0x126)](_0x45e942,_0x3515a4);_0x45e942++){if(_0x4e120c[_0x16ccb6(0x13f)](_0x2299c1,0x1)&&Array['isArray'](_0xafb336)&&_0x4e120c[_0x16ccb6(0xcd)](_0xafb336[_0x16ccb6(0xed)],0x0))for(const _0x48eca3 of _0xafb336){const _0xb7ae13={};_0xb7ae13[_0x16ccb6(0x124)]=_0x45e942,_0xb7ae13['specArgs']=[_0x48eca3],_0x49b715[_0x16ccb6(0x127)](_0xb7ae13);}else{const _0x11d005={};_0x11d005[_0x16ccb6(0x124)]=_0x45e942,_0x11d005['specArgs']=_0xafb336,_0x49b715[_0x16ccb6(0x127)](_0x11d005);}}logger[_0x16ccb6(0xbc)](_0x16ccb6(0xcb)+_0x3515a4+_0x16ccb6(0xfb)+_0x2299c1+'\x20('+_0x49b715[_0x16ccb6(0xed)]+_0x16ccb6(0xd4)+_0x144c89+_0x16ccb6(0xc0)),PerformanceTester[_0x16ccb6(0xbf)](PerformanceEvents[_0x16ccb6(0xde)]);const _0x41126b=_0x32cb35=>new Promise(_0x52e48f=>{const _0x2f3126=_0x16ccb6,_0x15e2d7={'xiNKy':_0x4e120c['orxUC'],'KiNvi':function(_0x1284d5,_0x1d0a92){const _0xb5e64c=a15_0x46ea;return _0x4e120c[_0xb5e64c(0xee)](_0x1284d5,_0x1d0a92);},'nqPwo':function(_0x3c632f,_0x247842){return _0x4e120c['Xzqji'](_0x3c632f,_0x247842);},'iIimZ':function(_0x51f8cf,_0x2cd1cb){const _0xfd27e4=a15_0x46ea;return _0x4e120c[_0xfd27e4(0xee)](_0x51f8cf,_0x2cd1cb);}};let _0x15646a;try{const _0x406fb5=_0x4e120c['hQNKT'](_0x3627d5,_0x32cb35['platformIndex']);_0x15646a=Object[_0x2f3126(0xc3)]({},process[_0x2f3126(0x11d)],{'BROWSERSTACK_JASMINE_CONFIG':JSON['stringify'](_0x406fb5),'BROWSERSTACK_CAPABILITIES':JSON[_0x2f3126(0x121)]([_0x406fb5[_0x2f3126(0xea)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x28b218){_0x4e120c[_0x2f3126(0xee)](debug,_0x2f3126(0x11e)+_0x32cb35[_0x2f3126(0x124)]+_0x2f3126(0x117)+util[_0x2f3126(0x116)](_0x28b218)),_0x15646a=Object['assign']({},process[_0x2f3126(0x11d)]);}const _0x346dfb=Array[_0x2f3126(0xeb)](_0x32cb35[_0x2f3126(0xcc)])?_0x32cb35[_0x2f3126(0xcc)]:[],_0x586d2b=_0x4e120c['WXNlO'](_0x346dfb[_0x2f3126(0xed)],0x0)?_0x1a00f8[_0x2f3126(0xb6)](_0x4fdb4f=>typeof _0x4fdb4f===_0x2f3126(0xdb)&&_0x4fdb4f[_0x2f3126(0xa9)]('-')):_0x1a00f8,_0x8083b4=[..._0x3444c9,..._0x586d2b,..._0x346dfb];try{const _0x42697c=_0x4e120c[_0x2f3126(0xe0)](spawn,_0x4e120c['XlcVH'],[_0x4e120c[_0x2f3126(0x144)],..._0x8083b4],{'shell':_0x4e120c[_0x2f3126(0x113)](process['platform'],_0x4e120c[_0x2f3126(0x13b)]),'stdio':_0x4e120c[_0x2f3126(0xce)],'env':_0x15646a});_0x42697c['on'](_0x4e120c[_0x2f3126(0x10b)],_0x1ae911=>{const _0x56e724=_0x2f3126;logger[_0x56e724(0x129)]('jasmine\x20child\x20(platformIndex='+_0x32cb35[_0x56e724(0x124)]+',\x20specs='+(_0x346dfb[_0x56e724(0xed)]?_0x346dfb[_0x56e724(0xe4)](','):_0x15e2d7['xiNKy'])+_0x56e724(0xb7)+_0x1ae911),_0x15e2d7[_0x56e724(0x122)](_0x52e48f,_0x15e2d7[_0x56e724(0x128)](_0x1ae911,0x0));}),_0x42697c['on'](_0x4e120c[_0x2f3126(0xc1)],_0x41be56=>{const _0x49860c=_0x2f3126;_0x15e2d7[_0x49860c(0xb5)](debug,'Jasmine\x20child\x20spawn\x20error\x20(platformIndex='+_0x32cb35[_0x49860c(0x124)]+_0x49860c(0x102)+util['format'](_0x41be56)),_0x15e2d7[_0x49860c(0x122)](_0x52e48f,0x1);});}catch(_0x4282fb){_0x4e120c[_0x2f3126(0xee)](debug,_0x2f3126(0x108)+_0x32cb35[_0x2f3126(0x124)]+_0x2f3126(0x102)+util[_0x2f3126(0x116)](_0x4282fb)),_0x4e120c[_0x2f3126(0x119)](_0x52e48f,0x1);}}),_0x1833b5=_0x4e120c[_0x16ccb6(0xc2)](pLimit,_0x4e120c[_0x16ccb6(0x105)](_0x144c89,0x0)?_0x144c89:0x1),_0x9fb5cd=await Promise['all'](_0x49b715[_0x16ccb6(0xfc)](_0x2c1f2c=>_0x1833b5(()=>_0x41126b(_0x2c1f2c))));PerformanceTester[_0x16ccb6(0xff)](PerformanceEvents[_0x16ccb6(0xd3)]);const _0x58a730=_0x9fb5cd[_0x16ccb6(0xf7)](_0x574999=>_0x574999!==0x0)||0x0;process['exitCode']=_0x58a730,logger[_0x16ccb6(0x129)](_0x16ccb6(0xd9)+_0x58a730);const _0x351323=BrowserstackCLI[_0x16ccb6(0xb0)]();try{await TestHubHandler[_0x16ccb6(0xf6)](),await BrowserstackCLI[_0x16ccb6(0x10a)]()[_0x16ccb6(0xf6)]();}catch(_0x590d00){_0x4e120c[_0x16ccb6(0x119)](debug,_0x16ccb6(0xa8)+util['format'](_0x590d00));}try{const {browserstackFolderPath:_0x154cb3,tcgConfigPath:_0x32d4c1}=helper[_0x16ccb6(0xf9)]();fs[_0x16ccb6(0xd0)](_0x32d4c1),fs[_0x16ccb6(0xaa)](_0x154cb3);}catch(_0x4e8422){logger[_0x16ccb6(0x129)](_0x4e120c[_0x16ccb6(0x10e)],_0x4e8422);}testOpsHelper[_0x16ccb6(0x141)](),await utilities[_0x16ccb6(0x123)](_0x58b922,_0x351323);}module[a15_0x5af81a(0x13a)]=run;function a15_0x39a4(){const _0x3b851e=['EbZHu','807964bIDKOG','hYCZq','launchBuild','shwmz','shouldReRunObservabilityTests','printBuildLink','AqVLQ','../v2/browserstackCLI','AbRzx','util','../../helpers/utilities','setupTCGAuth','ntyzH','USEGg','lOxcR','posix','utf8','getPackageVersion','MIceE','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','startsWith','rmdirSync','JASMINE_CONFIG_PATH','4099836PTeBkH','parse','isBrowserstackInfra','../../helpers/performance/performance-tester','isCLIEnabled','VyvVr','error\x20removing\x20tcg\x20config\x20file','TKYMC','PsaUh','iIimZ','filter',')\x20exited\x20with\x20code\x20','win32','pTZOz','BROWSERSTACK_TEST_OBSERVABILITY_YML','JAplj','info','spec_files','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','end','\x20concurrent)','yREbZ','TDVUU','assign','close','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','BROWSERSTACK_RERUN_TESTS','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','resolve','spec','Running\x20your\x20Jasmine\x20tests\x20across\x20','specArgs','adpje','vlACx','2485980REuwmZ','unlinkSync','VdKvt','qZtls','SDK_CLEANUP','\x20work-item(s),\x20max\x20','validPlatformsPresent',';\x20proceeding\x20without\x20injection','jVqfk','getPlatformName','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','MPHAm','string','prepareCapabilities','VBTgj','SDK_SETUP','spec_dir','BszUB','219864ukTdwd','from','BROWSERSTACK_CLI_BIN_SESSION_ID','join','inherit','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','cwd','../../helpers/testhub/testhubHandler','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','capability','isArray','__isPuppeteerInstalled','length','hQNKT','82520yBMEgG','../../helpers/test-observability/utils','winstonLogger','438VCQVPX','readFileSync','362946GNEJVB','kLHiV','stop','find','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','getTCGConfigFilePaths','npx','\x20platform(s),\x20parallelsPerPlatform=','map','--helper=','**/*[sS]pec.?(m)js','start','getHubUrl','../../helpers/helper',')\x20:\x20','wSNPF','maxWorkers','tsAzm','../utils/constants','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','testObservability','getInstance','rfNzz','isUndefined','1044eAAOlJ','ahQgs','goEdI','p-limit','\x27\x20:\x20','config','SOLkm','35kgMLir','parseFileNames','format','\x20:\x20','parallelsPerPlatform','HZdpk','__isPlaywrightInstalled','initialize','logLevel','env','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','binSessionId','WPJoi','stringify','KiNvi','finalExecution','platformIndex','all','HRzan','push','nqPwo','debug','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','accessibilityOptions','trim','path','platforms','eoIGW','error','JASMINE','FRAMEWORKS','../../helpers/logger','../../helpers/test-observability/constants','77295Cmixrq','slice','SvrWX','spec/support/jasmine.json','true','exports'];a15_0x39a4=function(){return _0x3b851e;};return a15_0x39a4();}
2
+ 'use strict';const a15_0x3bede1=a15_0x5b4a;(function(_0x29d5c1,_0x26e867){const _0x1eaba0=a15_0x5b4a,_0x5a5283=_0x29d5c1();while(!![]){try{const _0x1a3d1a=-parseInt(_0x1eaba0(0x1ff))/0x1+-parseInt(_0x1eaba0(0x230))/0x2*(-parseInt(_0x1eaba0(0x205))/0x3)+parseInt(_0x1eaba0(0x1b0))/0x4*(parseInt(_0x1eaba0(0x218))/0x5)+parseInt(_0x1eaba0(0x1b4))/0x6*(parseInt(_0x1eaba0(0x20b))/0x7)+-parseInt(_0x1eaba0(0x1df))/0x8+-parseInt(_0x1eaba0(0x1a0))/0x9*(-parseInt(_0x1eaba0(0x1de))/0xa)+-parseInt(_0x1eaba0(0x215))/0xb;if(_0x1a3d1a===_0x26e867)break;else _0x5a5283['push'](_0x5a5283['shift']());}catch(_0x1918f8){_0x5a5283['push'](_0x5a5283['shift']());}}}(a15_0x33e1,0xcca8b));const fs=require('fs'),path=require(a15_0x3bede1(0x1f4)),util=require(a15_0x3bede1(0x1e3)),{spawn}=require(a15_0x3bede1(0x19b)),glob=require(a15_0x3bede1(0x1b3)),pLimit=require(a15_0x3bede1(0x1f2)),logger=require(a15_0x3bede1(0x1e8))[a15_0x3bede1(0x200)],helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),constants=require(a15_0x3bede1(0x21b)),TestHubHandler=require(a15_0x3bede1(0x1eb)),testOpsHelper=require(a15_0x3bede1(0x1aa)),{debug}=require(a15_0x3bede1(0x1aa)),{FRAMEWORKS}=require(a15_0x3bede1(0x1e6)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a15_0x3bede1(0x227))[a15_0x3bede1(0x202)],BrowserstackCLI=require(a15_0x3bede1(0x211)),{checkPwandBootstrapCli}=require(a15_0x3bede1(0x1e5)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0x3bede1(0x1a3)),getMaxWorkers=(_0x39cbcd,_0x3ae6f6)=>{const _0x333744=a15_0x3bede1,_0x45b066={'jaLLY':function(_0x496280,_0x3c8b6b){return _0x496280(_0x3c8b6b);}};let _0x4f89e7=0x1;if(!helper[_0x333744(0x210)](_0x3ae6f6[_0x333744(0x1d8)]))_0x4f89e7=_0x45b066[_0x333744(0x224)](parseInt,_0x3ae6f6[_0x333744(0x1d8)]);else!helper[_0x333744(0x210)](_0x39cbcd['maxWorkers'])&&(_0x4f89e7=_0x39cbcd['maxWorkers']);return _0x4f89e7;},resolveJasmineConfigPath=()=>{const _0x4a8acc=a15_0x3bede1,_0x955cd7={};_0x955cd7[_0x4a8acc(0x229)]=_0x4a8acc(0x1e7);const _0x1f2c4d=_0x955cd7,_0x51295b=[];process['env'][_0x4a8acc(0x1d2)]&&_0x51295b[_0x4a8acc(0x198)](path[_0x4a8acc(0x1a9)](process[_0x4a8acc(0x1d9)](),process['env']['JASMINE_CONFIG_PATH']));_0x51295b[_0x4a8acc(0x198)](path[_0x4a8acc(0x1a9)](process[_0x4a8acc(0x1d9)](),_0x1f2c4d['IhifK']));for(const _0x396ba9 of _0x51295b){try{if(fs[_0x4a8acc(0x1ad)](_0x396ba9))return _0x396ba9;}catch(_0x22c5a1){}}return null;},enumerateSpecFiles=_0x280188=>{const _0x48b42d=a15_0x3bede1,_0x477a02={'MHYik':function(_0xeecdf2,_0x4baec8){return _0xeecdf2(_0x4baec8);},'hwMbB':function(_0x2cc27a,_0x2abf9c){return _0x2cc27a>_0x2abf9c;},'KgYqR':function(_0x128ebf,_0x1fc861){return _0x128ebf<_0x1fc861;},'MNkaJ':function(_0x27dcbb,_0x40ac7a){return _0x27dcbb===_0x40ac7a;},'XWNqx':_0x48b42d(0x226),'lSEPT':function(_0x1335bf,_0x38d564,_0x39b127){return _0x1335bf(_0x38d564,_0x39b127);},'LCcPF':function(_0x190ae4){return _0x190ae4();},'wRfOv':_0x48b42d(0x1c8),'NSoUX':_0x48b42d(0x1b7),'vmZbn':function(_0x244534,_0x4aa0c7){return _0x244534>_0x4aa0c7;},'Fopjo':'**/*[sS]pec.?(m)js','siKob':function(_0x54360b,_0x2783d9,_0x2ae55d){return _0x54360b(_0x2783d9,_0x2ae55d);}};try{if(testOpsHelper[_0x48b42d(0x219)]()){const _0x291f4d=testOpsHelper[_0x48b42d(0x1fe)](process[_0x48b42d(0x231)][_0x48b42d(0x20a)]);if(Array[_0x48b42d(0x1ef)](_0x291f4d)&&_0x477a02[_0x48b42d(0x22e)](_0x291f4d[_0x48b42d(0x1f9)],0x0))return _0x291f4d['map'](_0x3c718b=>path['resolve'](process[_0x48b42d(0x1d9)](),_0x3c718b[_0x48b42d(0x1fa)]()))['filter'](Boolean);}}catch(_0xab46cc){_0x477a02[_0x48b42d(0x1ab)](debug,_0x48b42d(0x1d7)+util[_0x48b42d(0x21d)](_0xab46cc));}const _0x4d14aa=[];try{for(let _0x45cf57=0x1;_0x477a02['KgYqR'](_0x45cf57,_0x280188[_0x48b42d(0x1f9)]);_0x45cf57++){const _0x4a82a1=_0x280188[_0x45cf57];_0x477a02[_0x48b42d(0x1bf)](typeof _0x4a82a1,_0x477a02[_0x48b42d(0x1e4)])&&!_0x4a82a1['startsWith']('-')&&_0x4d14aa[_0x48b42d(0x198)](_0x4a82a1);}}catch(_0x4082c8){}const _0x413a0e={'cwd':process[_0x48b42d(0x1d9)](),'absolute':!![],'nodir':!![]},_0xae5b38=(_0x477da,_0x1848d5)=>{const _0xea5fa7=_0x48b42d,_0x36eef7=[];for(const _0x262001 of _0x477da){try{const _0x199c18=_0x1848d5?path['posix'][_0xea5fa7(0x1b1)](_0x1848d5,_0x262001):_0x262001,_0x5af620=glob[_0xea5fa7(0x19f)](_0x199c18,_0x413a0e);Array[_0xea5fa7(0x1ef)](_0x5af620)&&_0x36eef7[_0xea5fa7(0x198)](..._0x5af620);}catch(_0x206e59){_0x477a02[_0xea5fa7(0x1ab)](debug,_0xea5fa7(0x1c6)+_0x262001+_0xea5fa7(0x1a6)+util[_0xea5fa7(0x21d)](_0x206e59));}}return _0x36eef7;};if(_0x477a02[_0x48b42d(0x22e)](_0x4d14aa[_0x48b42d(0x1f9)],0x0)){const _0x2e6dd2=_0x477a02[_0x48b42d(0x232)](_0xae5b38,_0x4d14aa,null);if(_0x477a02[_0x48b42d(0x22e)](_0x2e6dd2[_0x48b42d(0x1f9)],0x0))return Array['from'](new Set(_0x2e6dd2));return _0x4d14aa[_0x48b42d(0x20c)](_0x4b8ebc=>path['resolve'](process[_0x48b42d(0x1d9)](),_0x4b8ebc));}try{const _0x1307b5=_0x477a02['LCcPF'](resolveJasmineConfigPath);if(_0x1307b5){const _0x581556=JSON['parse'](fs[_0x48b42d(0x1a4)](_0x1307b5,_0x477a02[_0x48b42d(0x1c3)])),_0x5722a0=_0x581556['spec_dir']||_0x477a02[_0x48b42d(0x1af)],_0x4a78cd=Array[_0x48b42d(0x1ef)](_0x581556[_0x48b42d(0x225)])&&_0x477a02['vmZbn'](_0x581556[_0x48b42d(0x225)][_0x48b42d(0x1f9)],0x0)?_0x581556[_0x48b42d(0x225)]:[_0x477a02[_0x48b42d(0x19c)]],_0x402dd9=_0x477a02['siKob'](_0xae5b38,_0x4a78cd,_0x5722a0);if(_0x477a02[_0x48b42d(0x22e)](_0x402dd9[_0x48b42d(0x1f9)],0x0))return Array['from'](new Set(_0x402dd9));}}catch(_0x16e32c){_0x477a02[_0x48b42d(0x1ab)](debug,_0x48b42d(0x22c)+util[_0x48b42d(0x21d)](_0x16e32c));}return null;};async function run(_0x57b9ce,_0x1eeae0,_0x2220bd){const _0x4b4c23=a15_0x3bede1,_0x77c78={'gSwiL':function(_0x317055,_0x8c63a8){return _0x317055>_0x8c63a8;},'nlUck':function(_0x1b1c4c,_0x2604c0){return _0x1b1c4c>_0x2604c0;},'SkNfw':function(_0x23ec12,_0x11825c){return _0x23ec12(_0x11825c);},'OXQwy':_0x4b4c23(0x1c1),'sOZvi':function(_0x441af4,_0x80a064){return _0x441af4(_0x80a064);},'QOldP':function(_0x314c27,_0x4baf03){return _0x314c27||_0x4baf03;},'Bysmr':function(_0x2e6a3a,_0x4a8e3e){return _0x2e6a3a(_0x4a8e3e);},'QhRqH':function(_0xedf647,_0x16e098,_0x1d5172,_0x345c47){return _0xedf647(_0x16e098,_0x1d5172,_0x345c47);},'icFac':_0x4b4c23(0x1a7),'WgeAG':'jasmine','VNSDC':function(_0x3564cf,_0x2aa11e){return _0x3564cf===_0x2aa11e;},'nNSmN':_0x4b4c23(0x1dc),'gLAve':_0x4b4c23(0x22f),'ExoIN':_0x4b4c23(0x201),'NeWdr':_0x4b4c23(0x1c0),'rSVLW':function(_0x4702b0,_0x3402d7){return _0x4702b0(_0x3402d7);},'ubCUP':function(_0x2b3a73,_0x151a1c){return _0x2b3a73(_0x151a1c);},'AKKyq':_0x4b4c23(0x21a),'hMnDw':function(_0x520aae){return _0x520aae();},'gXzow':function(_0x5a138b,_0x73c2ea,_0x217a51,_0x4a2a40){return _0x5a138b(_0x73c2ea,_0x217a51,_0x4a2a40);},'kEmHx':function(_0x181987,_0x38bf54){return _0x181987!=_0x38bf54;},'mvrFf':'true','aGpdv':function(_0x528ff3,_0x1feb61){return _0x528ff3(_0x1feb61);},'GQlQe':function(_0x30b8b8,_0x46b6f9,_0x3840c9){return _0x30b8b8(_0x46b6f9,_0x3840c9);},'IGpVO':function(_0x46865d,_0x2bf351){return _0x46865d*_0x2bf351;},'PGijr':function(_0x35fe0a,_0x133bd5){return _0x35fe0a(_0x133bd5);},'wQPvu':'test.setup.js','bypPu':function(_0x294fc6,_0xa86303){return _0x294fc6<_0xa86303;},'GSMub':function(_0x2e04af,_0x2c17d5){return _0x2e04af>_0x2c17d5;},'vjMak':function(_0xe97fb7,_0x76159a){return _0xe97fb7(_0x76159a);},'jYYFe':function(_0xf97f,_0x4c800f){return _0xf97f>_0x4c800f;},'FVYUK':_0x4b4c23(0x1ba)},_0xc9e1da=helper[_0x4b4c23(0x1da)](_0x77c78[_0x4b4c23(0x1b6)]);global[_0x4b4c23(0x221)]=!!_0xc9e1da;const _0x1c03f3=_0x77c78[_0x4b4c23(0x1ed)](getPuppeteerVersion);global[_0x4b4c23(0x1d0)]=!!_0x1c03f3;helper[_0x4b4c23(0x213)]()?(await _0x2220bd['initialize'](_0x57b9ce),await helper[_0x4b4c23(0x1ea)](_0x2220bd[_0x4b4c23(0x217)])):await _0x2220bd[_0x4b4c23(0x1e1)]();if(_0xc9e1da)await _0x77c78['gXzow'](checkPwandBootstrapCli,_0xc9e1da,constants[_0x4b4c23(0x22b)]['JASMINE'],_0x2220bd);else _0x1c03f3&&await _0x77c78[_0x4b4c23(0x1bb)](checkPuppeteerAndBootstrapCli,_0x1c03f3,constants[_0x4b4c23(0x22b)][_0x4b4c23(0x21f)],_0x2220bd);if(!_0x2220bd['config'])return;_0x77c78[_0x4b4c23(0x22d)](_0x2220bd[_0x4b4c23(0x217)]['testObservability'],null)?process['env'][_0x4b4c23(0x1e9)]=_0x2220bd[_0x4b4c23(0x217)][_0x4b4c23(0x1cf)]:process[_0x4b4c23(0x231)][_0x4b4c23(0x1e9)]=_0x77c78['mvrFf'];!helper[_0x4b4c23(0x210)](_0x2220bd[_0x4b4c23(0x217)]['accessibilityOptions'])&&(process['env'][_0x4b4c23(0x1fb)]=JSON[_0x4b4c23(0x1ce)](_0x2220bd[_0x4b4c23(0x217)][_0x4b4c23(0x1f0)]));try{await TestHubHandler[_0x4b4c23(0x212)](FRAMEWORKS[_0x4b4c23(0x21f)],_0x2220bd);}catch(_0x428f2a){logger['error']('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0x4b4c23(0x21d)](_0x428f2a)),_0x77c78[_0x4b4c23(0x20e)](debug,_0x4b4c23(0x1ee)+util[_0x4b4c23(0x21d)](_0x428f2a));}let _0x41eb46=![],_0x4ac2cd=[];try{_0x41eb46=helper[_0x4b4c23(0x1c5)](_0x2220bd['config']),_0x4ac2cd=helper[_0x4b4c23(0x1b2)](_0x2220bd[_0x4b4c23(0x217)],_0x41eb46,constants[_0x4b4c23(0x22b)][_0x4b4c23(0x21f)]),process[_0x4b4c23(0x231)][_0x4b4c23(0x1d1)]=JSON[_0x4b4c23(0x1ce)](_0x4ac2cd);}catch(_0x5df2df){_0x77c78[_0x4b4c23(0x1b9)](debug,'Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20'+util[_0x4b4c23(0x21d)](_0x5df2df));}let _0x4505f3=null,_0x10c809=![];try{_0x4505f3=helper[_0x4b4c23(0x1fd)](_0x2220bd[_0x4b4c23(0x217)]),_0x10c809=helper[_0x4b4c23(0x1b5)](_0x2220bd[_0x4b4c23(0x217)]);}catch(_0x6207c8){_0x77c78[_0x4b4c23(0x1c7)](debug,_0x4b4c23(0x209)+util[_0x4b4c23(0x21d)](_0x6207c8));}const _0x34f4bc=_0x3c9f2f=>{const _0xab2a30=_0x4b4c23,_0xb42902=Array[_0xab2a30(0x1ef)](_0x4ac2cd)&&_0x77c78[_0xab2a30(0x1ac)](_0x4ac2cd[_0xab2a30(0x1f9)],_0x3c9f2f)?_0x4ac2cd[_0x3c9f2f]:Array[_0xab2a30(0x1ef)](_0x4ac2cd)&&_0x77c78[_0xab2a30(0x203)](_0x4ac2cd[_0xab2a30(0x1f9)],0x0)?_0x4ac2cd[0x0]:{};return{'server':_0x4505f3,'capability':_0xb42902,'proxySettings':_0x2220bd['config']['proxySettings'],'platform':helper[_0xab2a30(0x1bc)](_0xb42902),'browserStackLogLevel':_0x2220bd[_0xab2a30(0x217)][_0xab2a30(0x1d3)],'platformIndex':_0x3c9f2f,'framework':constants[_0xab2a30(0x22b)][_0xab2a30(0x21f)],'platformCaps':_0x10c809?Object['assign']({'index':_0x3c9f2f},_0x2220bd[_0xab2a30(0x217)][_0xab2a30(0x1bd)][_0x3c9f2f]):{'index':_0x3c9f2f}};};let _0x1f8cd2=0x1,_0x254014=0x1,_0x8ff5aa=0x1;try{_0x1f8cd2=_0x77c78['GQlQe'](getMaxWorkers,_0x57b9ce,_0x2220bd[_0x4b4c23(0x217)]),_0x254014=_0x10c809?_0x2220bd[_0x4b4c23(0x217)][_0x4b4c23(0x1bd)][_0x4b4c23(0x1f9)]:0x1,_0x8ff5aa=_0x77c78[_0x4b4c23(0x1c4)](_0x254014,_0x1f8cd2),process[_0x4b4c23(0x231)][_0x4b4c23(0x19d)]=_0x77c78['PGijr'](String,_0x8ff5aa);}catch(_0x1fcc59){_0x77c78[_0x4b4c23(0x1c7)](debug,'Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20'+util[_0x4b4c23(0x21d)](_0x1fcc59));}try{BrowserstackCLI[_0x4b4c23(0x1d5)]()[_0x4b4c23(0x1f6)]&&(process[_0x4b4c23(0x231)][_0x4b4c23(0x1ae)]=BrowserstackCLI['getInstance']()[_0x4b4c23(0x1f6)]);}catch(_0x1f88c3){_0x77c78[_0x4b4c23(0x216)](debug,_0x4b4c23(0x1e0)+util[_0x4b4c23(0x21d)](_0x1f88c3));}const _0x2d9c27=[];try{const _0x1ee9a8=path['resolve'](__dirname,_0x77c78['wQPvu']);fs[_0x4b4c23(0x1ad)](_0x1ee9a8)?_0x2d9c27[_0x4b4c23(0x198)](_0x4b4c23(0x1dd)+_0x1ee9a8):_0x77c78[_0x4b4c23(0x216)](debug,_0x4b4c23(0x214)+_0x1ee9a8+_0x4b4c23(0x1f8));}catch(_0x389e7d){_0x77c78['PGijr'](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x4b4c23(0x21d)](_0x389e7d));}const _0x16aed5=_0x1eeae0['slice'](0x1),_0x33ea21=_0x77c78[_0x4b4c23(0x20d)](enumerateSpecFiles,_0x1eeae0),_0x2f3260=[];for(let _0x1486a2=0x0;_0x77c78[_0x4b4c23(0x204)](_0x1486a2,_0x254014);_0x1486a2++){if(_0x77c78['GSMub'](_0x1f8cd2,0x1)&&Array[_0x4b4c23(0x1ef)](_0x33ea21)&&_0x77c78[_0x4b4c23(0x1ac)](_0x33ea21[_0x4b4c23(0x1f9)],0x0))for(const _0xbd827e of _0x33ea21){const _0x25ee2c={};_0x25ee2c[_0x4b4c23(0x220)]=_0x1486a2,_0x25ee2c[_0x4b4c23(0x1cd)]=[_0xbd827e],_0x2f3260[_0x4b4c23(0x198)](_0x25ee2c);}else{const _0x2f678b={};_0x2f678b[_0x4b4c23(0x220)]=_0x1486a2,_0x2f678b[_0x4b4c23(0x1cd)]=_0x33ea21,_0x2f3260[_0x4b4c23(0x198)](_0x2f678b);}}logger[_0x4b4c23(0x1f1)]('Running\x20your\x20Jasmine\x20tests\x20across\x20'+_0x254014+'\x20platform(s),\x20parallelsPerPlatform='+_0x1f8cd2+'\x20('+_0x2f3260[_0x4b4c23(0x1f9)]+_0x4b4c23(0x199)+_0x8ff5aa+'\x20concurrent)'),PerformanceTester['end'](PerformanceEvents[_0x4b4c23(0x1a1)]);const _0x582e56=_0x35f463=>new Promise(_0x4afedb=>{const _0x39f35e=_0x4b4c23,_0x26197c={'lriex':_0x77c78[_0x39f35e(0x1c2)],'KoVPo':function(_0x34ee9f,_0x136397){const _0x40a402=_0x39f35e;return _0x77c78[_0x40a402(0x20d)](_0x34ee9f,_0x136397);},'xinzV':function(_0x592c6d,_0x21693){const _0x57ecc6=_0x39f35e;return _0x77c78[_0x57ecc6(0x1f3)](_0x592c6d,_0x21693);}};let _0x556feb;try{const _0x4b993b=_0x77c78[_0x39f35e(0x216)](_0x34f4bc,_0x35f463[_0x39f35e(0x220)]);_0x556feb=Object['assign']({},process[_0x39f35e(0x231)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x39f35e(0x1ce)](_0x4b993b),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x4b993b['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x5dcc38){_0x77c78[_0x39f35e(0x1c7)](debug,'Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'+_0x35f463[_0x39f35e(0x220)]+'\x20:\x20'+util[_0x39f35e(0x21d)](_0x5dcc38)),_0x556feb=Object[_0x39f35e(0x1d4)]({},process[_0x39f35e(0x231)]);}const _0x10b0dd=Array['isArray'](_0x35f463[_0x39f35e(0x1cd)])?_0x35f463['specArgs']:[],_0x5c32ae=_0x77c78['nlUck'](_0x10b0dd[_0x39f35e(0x1f9)],0x0)?_0x16aed5[_0x39f35e(0x1f5)](_0x58f79f=>typeof _0x58f79f===_0x39f35e(0x226)&&_0x58f79f[_0x39f35e(0x1ca)]('-')):_0x16aed5,_0x248f97=[..._0x2d9c27,..._0x5c32ae,..._0x10b0dd];try{const _0x1fcc17=_0x77c78[_0x39f35e(0x1bb)](spawn,_0x77c78['icFac'],[_0x77c78['WgeAG'],..._0x248f97],{'shell':_0x77c78[_0x39f35e(0x228)](process[_0x39f35e(0x208)],_0x77c78['nNSmN']),'stdio':_0x77c78[_0x39f35e(0x1b8)],'env':_0x556feb});_0x1fcc17['on'](_0x77c78[_0x39f35e(0x1db)],_0x107da2=>{const _0xcbc968=_0x39f35e;logger['debug'](_0xcbc968(0x1e2)+_0x35f463[_0xcbc968(0x220)]+_0xcbc968(0x1d6)+(_0x10b0dd[_0xcbc968(0x1f9)]?_0x10b0dd[_0xcbc968(0x1b1)](','):_0x26197c[_0xcbc968(0x1c9)])+_0xcbc968(0x20f)+_0x107da2),_0x26197c['KoVPo'](_0x4afedb,_0x26197c[_0xcbc968(0x1ec)](_0x107da2,0x0));}),_0x1fcc17['on'](_0x77c78[_0x39f35e(0x22a)],_0x57a0fc=>{const _0x2e64bd=_0x39f35e;_0x77c78[_0x2e64bd(0x216)](debug,_0x2e64bd(0x1a8)+_0x35f463[_0x2e64bd(0x220)]+_0x2e64bd(0x206)+util[_0x2e64bd(0x21d)](_0x57a0fc)),_0x77c78[_0x2e64bd(0x216)](_0x4afedb,0x1);});}catch(_0x539764){_0x77c78[_0x39f35e(0x1fc)](debug,_0x39f35e(0x19a)+_0x35f463[_0x39f35e(0x220)]+')\x20:\x20'+util[_0x39f35e(0x21d)](_0x539764)),_0x77c78[_0x39f35e(0x1b9)](_0x4afedb,0x1);}}),_0x4f06d2=_0x77c78[_0x4b4c23(0x1a5)](pLimit,_0x77c78[_0x4b4c23(0x1cc)](_0x8ff5aa,0x0)?_0x8ff5aa:0x1),_0x55d51b=await Promise[_0x4b4c23(0x1c1)](_0x2f3260[_0x4b4c23(0x20c)](_0x22c708=>_0x4f06d2(()=>_0x582e56(_0x22c708))));PerformanceTester['start'](PerformanceEvents[_0x4b4c23(0x1cb)]);const _0xc8d047=_0x55d51b[_0x4b4c23(0x19e)](_0x67fe01=>_0x67fe01!==0x0)||0x0;process['exitCode']=_0xc8d047,logger[_0x4b4c23(0x1f7)](_0x4b4c23(0x21c)+_0xc8d047);const _0x5746ad=BrowserstackCLI[_0x4b4c23(0x1be)]();try{await TestHubHandler[_0x4b4c23(0x222)](),await BrowserstackCLI[_0x4b4c23(0x1d5)]()[_0x4b4c23(0x222)]();}catch(_0x48c7c0){_0x77c78[_0x4b4c23(0x216)](debug,_0x4b4c23(0x223)+util[_0x4b4c23(0x21d)](_0x48c7c0));}try{const {browserstackFolderPath:_0x2648b5,tcgConfigPath:_0x4aa03c}=helper['getTCGConfigFilePaths']();fs[_0x4b4c23(0x1a2)](_0x4aa03c),fs[_0x4b4c23(0x207)](_0x2648b5);}catch(_0x3419fc){logger[_0x4b4c23(0x1f7)](_0x77c78['FVYUK'],_0x3419fc);}testOpsHelper['printBuildLink'](),await utilities['finalExecution'](_0x2220bd,_0x5746ad);}function a15_0x33e1(){const _0x41bd9f=['push','\x20work-item(s),\x20max\x20','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','child_process','Fopjo','BROWSERSTACK_JASMINE_PARALLELS','find','globSync','1359ILhmVl','SDK_SETUP','unlinkSync','../../helpers/puppeteer-helper','readFileSync','vjMak','\x27\x20:\x20','npx','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','resolve','../../helpers/test-observability/utils','MHYik','gSwiL','existsSync','BROWSERSTACK_CLI_BIN_SESSION_ID','NSoUX','85416cILwkd','join','prepareCapabilities','glob','3005658pvMCRr','validPlatformsPresent','AKKyq','spec','gLAve','ubCUP','error\x20removing\x20tcg\x20config\x20file','QhRqH','getPlatformName','platforms','isCLIEnabled','MNkaJ','error','all','OXQwy','wRfOv','IGpVO','useW3C','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','Bysmr','utf8','lriex','startsWith','SDK_CLEANUP','jYYFe','specArgs','stringify','testObservability','__isPuppeteerInstalled','BROWSERSTACK_CAPABILITIES','JASMINE_CONFIG_PATH','logLevel','assign','getInstance',',\x20specs=','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','parallelsPerPlatform','cwd','getPackageVersion','ExoIN','win32','--helper=','46810xgUADm','10712880dNQvKe','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','setupTCGAuth','jasmine\x20child\x20(platformIndex=','util','XWNqx','../../helpers/playwright-helper','../../helpers/test-observability/constants','spec/support/jasmine.json','../../helpers/logger','BROWSERSTACK_TEST_OBSERVABILITY_YML','handleApp','../../helpers/testhub/testhubHandler','xinzV','hMnDw','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','isArray','accessibilityOptions','info','p-limit','QOldP','path','filter','binSessionId','debug',';\x20proceeding\x20without\x20injection','length','trim','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','rSVLW','getHubUrl','parseFileNames','645927BheFNX','winstonLogger','close','EVENTS','nlUck','bypPu','19308EeuUmX',')\x20:\x20','rmdirSync','platform','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','BROWSERSTACK_RERUN_TESTS','21cWxoqz','map','sOZvi','aGpdv',')\x20exited\x20with\x20code\x20','isUndefined','../v2/browserstackCLI','launchBuild','isBrowserstackInfra','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','8125854kmpnOX','SkNfw','config','175FnvlHq','shouldReRunObservabilityTests','@playwright/test','../utils/constants','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','format','exports','JASMINE','platformIndex','__isPlaywrightInstalled','stop','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','jaLLY','spec_files','string','../../helpers/performance/constants','VNSDC','IhifK','NeWdr','FRAMEWORKS','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','kEmHx','hwMbB','inherit','188vKMPua','env','lSEPT'];a15_0x33e1=function(){return _0x41bd9f;};return a15_0x33e1();}function a15_0x5b4a(_0x5c5f16,_0x5849e2){const _0x33e1ef=a15_0x33e1();return a15_0x5b4a=function(_0x5b4abd,_0x5c1ac6){_0x5b4abd=_0x5b4abd-0x198;let _0x50158b=_0x33e1ef[_0x5b4abd];return _0x50158b;},a15_0x5b4a(_0x5c5f16,_0x5849e2);}module[a15_0x3bede1(0x21e)]=run;
@@ -1 +1 @@
1
- 'use strict';const a16_0x3298dd=a16_0x1939;function a16_0x1939(_0x215ee7,_0x3e1fcc){const _0x4f0e7a=a16_0x4f0e();return a16_0x1939=function(_0x193929,_0x37d0e0){_0x193929=_0x193929-0xcb;let _0x4b0a42=_0x4f0e7a[_0x193929];return _0x4b0a42;},a16_0x1939(_0x215ee7,_0x3e1fcc);}(function(_0x52919a,_0xc8b296){const _0x338dc6=a16_0x1939,_0x36dfc2=_0x52919a();while(!![]){try{const _0x1390e5=-parseInt(_0x338dc6(0x11c))/0x1*(parseInt(_0x338dc6(0xf5))/0x2)+parseInt(_0x338dc6(0x144))/0x3*(parseInt(_0x338dc6(0xcf))/0x4)+-parseInt(_0x338dc6(0xd4))/0x5*(parseInt(_0x338dc6(0xf2))/0x6)+-parseInt(_0x338dc6(0xd6))/0x7*(parseInt(_0x338dc6(0x14e))/0x8)+parseInt(_0x338dc6(0xe0))/0x9*(-parseInt(_0x338dc6(0x12c))/0xa)+parseInt(_0x338dc6(0xee))/0xb+parseInt(_0x338dc6(0xe9))/0xc;if(_0x1390e5===_0xc8b296)break;else _0x36dfc2['push'](_0x36dfc2['shift']());}catch(_0x55eaf9){_0x36dfc2['push'](_0x36dfc2['shift']());}}}(a16_0x4f0e,0x7a5a9));const util=require(a16_0x3298dd(0x143)),logger=require(a16_0x3298dd(0x139))[a16_0x3298dd(0xf1)],helper=require(a16_0x3298dd(0x153)),globals=require(a16_0x3298dd(0xd3)),{shouldProcessEventForTesthub}=require(a16_0x3298dd(0xea)),testHubConstants=require(a16_0x3298dd(0x14b)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x3298dd(0xf4)),accessibilityRetryHelper=require(a16_0x3298dd(0x150)),testRunMap=require(a16_0x3298dd(0xcd));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x3298dd(0xfc)][a16_0x3298dd(0x103)]||process[a16_0x3298dd(0xfc)][a16_0x3298dd(0x12a)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x3298dd(0xe3)](rawConfig));}catch(a16_0x4bbe52){logger[a16_0x3298dd(0x11a)]('[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20'+util[a16_0x3298dd(0x11e)](a16_0x4bbe52));}try{if(_bstackConfig&&!helper['getPackageVersion'](a16_0x3298dd(0x152))){const jcJDTA=a16_0x3298dd(0x115)[a16_0x3298dd(0x141)]('|');let FOXrDS=0x0;while(!![]){switch(jcJDTA[FOXrDS++]){case'0':shouldProcessEventForTesthub()?require('../../index')['browserstackAgentV2'](_bstackConfig,null,!![]):require(a16_0x3298dd(0x113))[a16_0x3298dd(0xd9)](_bstackConfig);continue;case'1':global['__platformCaps']=_bstackConfig[a16_0x3298dd(0x104)]||{};continue;case'2':helper['isBrowserstackInfra']()?(global['__skipSessionName']=helper[a16_0x3298dd(0x148)](_bstackConfig[a16_0x3298dd(0x101)]),global[a16_0x3298dd(0xce)]=helper[a16_0x3298dd(0x148)](_bstackConfig['skipSessionStatus'])):(global[a16_0x3298dd(0x138)]=!![],global[a16_0x3298dd(0xce)]=!![]);continue;case'3':logger[a16_0x3298dd(0x11a)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'4':global[a16_0x3298dd(0x11b)]=_bstackConfig[a16_0x3298dd(0xe5)];continue;}break;}}}catch(a16_0x373a5f){logger[a16_0x3298dd(0x11a)](a16_0x3298dd(0x147)+util[a16_0x3298dd(0x11e)](a16_0x373a5f));}const _fileNameByFullName={};try{if(typeof describe===a16_0x3298dd(0x11d)&&typeof global!==a16_0x3298dd(0xed)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x49dd0a=a16_0x3298dd,_0xe5529={'SQNjt':function(_0x5c1fa4,_0x3e2351){return _0x5c1fa4(_0x3e2351);},'TmiGZ':_0x49dd0a(0x11f),'VAqKE':'node:','qJTPL':'jasmine-core'},_0x55efab=Error[_0x49dd0a(0xfa)];try{const _0x2cfaab=new Error();Error['prepareStackTrace']=(_0x2fed71,_0xdaa7d8)=>_0xdaa7d8;const _0x26f106=_0x2cfaab[_0x49dd0a(0x10c)];Error[_0x49dd0a(0xfa)]=_0x55efab;if(Array[_0x49dd0a(0xd1)](_0x26f106))for(const _0x63760e of _0x26f106){const _0x3fce9b=_0x63760e['getFileName']&&_0x63760e[_0x49dd0a(0xff)]();if(_0x3fce9b&&!_0x3fce9b[_0x49dd0a(0x132)](_0x49dd0a(0xcb)+_0xe5529['SQNjt'](require,_0xe5529[_0x49dd0a(0xd8)])[_0x49dd0a(0x149)]+_0x49dd0a(0xda)+_0xe5529['SQNjt'](require,_0xe5529['TmiGZ'])[_0x49dd0a(0x149)])&&!_0x3fce9b[_0x49dd0a(0x13c)](_0xe5529['VAqKE'])&&!_0x3fce9b[_0x49dd0a(0x132)](_0xe5529[_0x49dd0a(0xec)]))return _0x3fce9b;}}catch(_0x333e4f){Error['prepareStackTrace']=_0x55efab;}return null;},_wrappedDescribe=function(_0x1f1697,_0x2ab6fc){const _0x4ddb75=a16_0x3298dd,_0x205ec6={'fxtaJ':function(_0x2ae4c2){return _0x2ae4c2();},'htqGs':function(_0x56a922,_0x2aa888){return _0x56a922&&_0x2aa888;},'wXQAc':function(_0x4e2400,_0xbfae2d,_0x5066d4){return _0x4e2400(_0xbfae2d,_0x5066d4);}};let _0x286f9b=null;try{_0x286f9b=_0x205ec6[_0x4ddb75(0xd7)](_resolveCallerFile);}catch(_0x58d6d2){}_describeTitleStack[_0x4ddb75(0xeb)](_0x1f1697);const _0x5b694f=_describeTitleStack[_0x4ddb75(0x116)]('\x20');_0x205ec6[_0x4ddb75(0xe2)](_0x286f9b,_0x5b694f)&&(_fileNameByFullName[_0x5b694f]=_0x286f9b);try{return _0x205ec6[_0x4ddb75(0x14a)](_origDescribe,_0x1f1697,_0x2ab6fc);}finally{_describeTitleStack[_0x4ddb75(0xd0)]();}};Object[a16_0x3298dd(0x145)](_origDescribe)[a16_0x3298dd(0x10b)](_0x1c53a1=>{_wrappedDescribe[_0x1c53a1]=_origDescribe[_0x1c53a1];}),global[a16_0x3298dd(0x106)]=_wrappedDescribe;}}catch(a16_0x5013cc){logger[a16_0x3298dd(0x11a)](a16_0x3298dd(0x117)+util[a16_0x3298dd(0x11e)](a16_0x5013cc));}try{if(typeof jasmine!==a16_0x3298dd(0xed)&&jasmine[a16_0x3298dd(0x10e)]){const BrowserStackJasmineReporter=require(a16_0x3298dd(0x13e)),a16_0x1c8c67={};a16_0x1c8c67[a16_0x3298dd(0x100)]=_fileNameByFullName,jasmine[a16_0x3298dd(0x10e)]()[a16_0x3298dd(0x105)](new BrowserStackJasmineReporter(a16_0x1c8c67)),logger[a16_0x3298dd(0x11a)](a16_0x3298dd(0xf8));}else logger[a16_0x3298dd(0x11a)](a16_0x3298dd(0xe6));}catch(a16_0x2b24b9){logger[a16_0x3298dd(0x11a)](a16_0x3298dd(0x129)+util[a16_0x3298dd(0x11e)](a16_0x2b24b9));}try{typeof jasmine!==a16_0x3298dd(0xed)&&jasmine[a16_0x3298dd(0x10e)]&&jasmine['getEnv']()[a16_0x3298dd(0x105)]({'specStarted'(_0x356d06){const _0x6d25a2=a16_0x3298dd,_0x534837={};_0x534837[_0x6d25a2(0x121)]=function(_0x34dafa,_0x15a309){return _0x34dafa||_0x15a309;};const _0x29a7e6=_0x534837;_activeResultId=_0x356d06&&_0x356d06['id'],_activeFullName=_0x356d06&&_0x356d06[_0x6d25a2(0xe7)],_activeResultRef=_0x29a7e6[_0x6d25a2(0x121)](_0x356d06,null);},'specDone'(){}});}catch(a16_0x2950a7){logger[a16_0x3298dd(0x11a)](a16_0x3298dd(0x12d)+util[a16_0x3298dd(0x11e)](a16_0x2950a7));}function a16_0x4f0e(){const _0x199669=['../../helpers/logger','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ioPaZ','startsWith','exports','./bstack-reporter/customReporter','BROWSERSTACK_TESTHUB_JWT','nXYoo','split','ufZwo','util','105CRJDXw','keys','\x22}}','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','isTrue','sep','wXQAc','../../helpers/testhub/constants','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','RgVta','1901368IRlknZ','isAccessibilityPlatform','../../helpers/accessibility-automation/accessibilityRetryHelper','warn','@playwright/test','../../helpers/helper','bin','browserstackSessionName','./testRunMap','__skipSessionStatus','86324MVVExM','pop','isArray','bstackA11yScanOptions','../../helpers/globals','1465QgnpeI','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','7VqKNZS','fxtaJ','TmiGZ','browserstackAgentV2','jasmine',',\x22level\x22:\x20\x22','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','get','BROWSERSTACK_TESTHUB_UUID','36OWFcgd','sessionName','htqGs','parse','__sessionFailed','platformIndex','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','fullName','thBuildUuid','9743736erkCOh','../../helpers/testhub/utils','push','qJTPL','undefined','8554601REWMDF','__drivers','length','winstonLogger','15546JzjnTD','failed','../../helpers/accessibility-automation/helper','1282JDJVyC','error','Spec\x20failed','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','setGlobal','prepareStackTrace','HKWlp','env','markSessionStatus','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','getFileName','fileNameByFullName','skipSessionName','getGlobal','BROWSERSTACK_JASMINE_CONFIG','platformCaps','addReporter','describe','vzHQk','Passed','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','executeScript','forEach','stack','stringify','getEnv','Failed:\x20','info','zYGNq','isMobilePlatform','../../index','ENV_VAR','3|0|1|4|2','join','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','failedExpectations','cYHTy','debug','browserstackPlatformIndex','321uemMxB','function','format','path','ddlCm','dJSHh','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','jaLoG','bstackA11yShouldScan','autoScanning','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','CONFIG','performScanWithRetry','1603120iXbGvT','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','dFERS','HeRTA','mjqVS','passed','includes','message','ZtOeF','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','pYqyO','__skipSessionName'];a16_0x4f0e=function(){return _0x199669;};return a16_0x4f0e();}const _resolveAutoScanning=()=>{const _0x5ac182=a16_0x3298dd,_0x58148f={};_0x58148f[_0x5ac182(0x12e)]=function(_0x445ff4,_0x40d128){return _0x445ff4===_0x40d128;};const _0x6d1eea=_0x58148f;let _0x566701=!![];try{const _0x303456=JSON[_0x5ac182(0xe3)](process[_0x5ac182(0xfc)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x6d1eea[_0x5ac182(0x12e)](_0x303456[_0x5ac182(0x126)],![])&&(_0x566701=![]);}catch(_0x1b553d){logger[_0x5ac182(0x11a)](_0x5ac182(0xdc)+_0x1b553d['message']);}return _0x566701;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x4ec897=a16_0x3298dd,_0x5b35ac={'pYqyO':function(_0x37b586){return _0x37b586();},'ufZwo':function(_0x4197ec,_0x48608d,_0x22a78c){return _0x4197ec(_0x48608d,_0x22a78c);},'CmYqH':function(_0x431746,_0x2129e7){return _0x431746&&_0x2129e7;},'fiWZR':_0x4ec897(0x125),'HeRTA':_0x4ec897(0xd2)};try{const _0x5221e3=_0x5b35ac[_0x4ec897(0x137)](_resolveAutoScanning),_0xc95181=_0x5b35ac[_0x4ec897(0x142)](shouldScanTestForAccessibility,null,![]),_0x437001=_0x5b35ac['CmYqH'](_0x5221e3,_0xc95181);globals[_0x4ec897(0xf9)](_0x5b35ac['fiWZR'],_0x437001),globals[_0x4ec897(0xf9)](_0x5b35ac[_0x4ec897(0x12f)],null);}catch(_0x1ceaa9){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x4ec897(0x11e)](_0x1ceaa9));}}),typeof afterEach===a16_0x3298dd(0x11d)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x3a5ea6=a16_0x3298dd,_0x5f4c68={'GOLnV':function(_0x32c8e7,_0x5917c5){return _0x32c8e7>_0x5917c5;},'ioPaZ':function(_0x4f155a,_0xfac9cf){return _0x4f155a>_0xfac9cf;},'vzHQk':_0x3a5ea6(0xf7),'GRweV':function(_0x1d9ebb,_0x5e05c0){return _0x1d9ebb+_0x5e05c0;},'oBRia':_0x3a5ea6(0x10f),'RKSxI':_0x3a5ea6(0x108),'jaLoG':_0x3a5ea6(0xf6),'mjqVS':_0x3a5ea6(0x110),'aKAFf':_0x3a5ea6(0xf3),'RgVta':_0x3a5ea6(0x131),'ddlCm':function(_0xbb7575){return _0xbb7575();},'rfhho':_0x3a5ea6(0x14f),'ZtOeF':function(_0x5ae4bf,_0x41225f){return _0x5ae4bf>_0x41225f;},'HKWlp':_0x3a5ea6(0x125),'GYrlU':_0x3a5ea6(0x136),'cYHTy':_0x3a5ea6(0xd5),'DVSlB':_0x3a5ea6(0x135),'LrLlk':_0x3a5ea6(0x122),'zYGNq':_0x3a5ea6(0x112),'iRGIa':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','nXYoo':_0x3a5ea6(0x127)};try{if(Array[_0x3a5ea6(0xd1)](global[_0x3a5ea6(0xef)])&&_0x5f4c68['GOLnV'](global['__drivers'][_0x3a5ea6(0xf0)],0x0)&&global[_0x3a5ea6(0xef)][0x0]){const _0x573fa3=_activeFullName||global[_0x3a5ea6(0xe1)];if(!global[_0x3a5ea6(0x138)]&&_0x573fa3){global[_0x3a5ea6(0xe1)]=_0x573fa3;try{await global[_0x3a5ea6(0xef)][0x0][_0x3a5ea6(0x10a)](_0x3a5ea6(0x109)+JSON['stringify'](_0x573fa3)+'}}'),global[_0x3a5ea6(0xef)][0x0]['sessionNameSet__']=!![];}catch(_0x289081){logger[_0x3a5ea6(0x11a)]('[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20'+util[_0x3a5ea6(0x11e)](_0x289081));}}if(!global[_0x3a5ea6(0xce)])try{const _0x5a2f5b=_activeResultRef&&Array[_0x3a5ea6(0xd1)](_activeResultRef[_0x3a5ea6(0x118)])?_activeResultRef['failedExpectations']:[],_0x1a41cf=_0x5f4c68[_0x3a5ea6(0x13b)](_0x5a2f5b['length'],0x0),_0x4b6144=_0x1a41cf?_0x5a2f5b[0x0]&&_0x5a2f5b[0x0][_0x3a5ea6(0x133)]||_0x5f4c68[_0x3a5ea6(0x107)]:null;try{await global['__drivers'][0x0][_0x3a5ea6(0x10a)](_0x3a5ea6(0x13a)+JSON[_0x3a5ea6(0x10d)](_0x1a41cf?_0x5f4c68['GRweV'](_0x5f4c68['oBRia'],_0x4b6144):_0x5f4c68['RKSxI'])+_0x3a5ea6(0xdb)+(_0x1a41cf?_0x5f4c68[_0x3a5ea6(0x124)]:_0x5f4c68[_0x3a5ea6(0x130)])+_0x3a5ea6(0x146));}catch(_0x2559f0){logger[_0x3a5ea6(0x11a)](_0x3a5ea6(0x14c)+util['format'](_0x2559f0));}_0x1a41cf&&(global[_0x3a5ea6(0xe4)]=!![]),await helper[_0x3a5ea6(0xfd)](global[_0x3a5ea6(0xef)][0x0],_0x1a41cf?_0x5f4c68['aKAFf']:_0x5f4c68[_0x3a5ea6(0x14d)],_0x4b6144);}catch(_0x52ebd9){logger[_0x3a5ea6(0x11a)](_0x3a5ea6(0x123)+util['format'](_0x52ebd9));}}}catch(_0x4506d3){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20'+util[_0x3a5ea6(0x11e)](_0x4506d3));}try{if(_0x5f4c68[_0x3a5ea6(0x120)](isAccessibilityAutomationSession)&&globals[_0x3a5ea6(0x102)](_0x5f4c68['rfhho'])&&Array[_0x3a5ea6(0xd1)](global[_0x3a5ea6(0xef)])&&_0x5f4c68[_0x3a5ea6(0x134)](global[_0x3a5ea6(0xef)][_0x3a5ea6(0xf0)],0x0)&&global[_0x3a5ea6(0xef)][0x0]){const _0x1fcafd=testRunMap[_0x3a5ea6(0xde)](_activeResultId),_0x77908a={};_0x77908a['thTestRunUuid']=_0x1fcafd,_0x77908a[_0x3a5ea6(0xe8)]=process[_0x3a5ea6(0xfc)][testHubConstants['ENV_VAR'][_0x3a5ea6(0xdf)]],_0x77908a['thJwtToken']=process[_0x3a5ea6(0xfc)][testHubConstants[_0x3a5ea6(0x114)][_0x3a5ea6(0x13f)]];const _0x2b4c86=_0x77908a;logger[_0x3a5ea6(0x11a)](_0x3a5ea6(0xfe)+JSON[_0x3a5ea6(0x10d)](_0x2b4c86));if(globals[_0x3a5ea6(0x102)](_0x5f4c68[_0x3a5ea6(0xfb)])){logger['debug'](_0x5f4c68['GYrlU']);const _0x5c6611=await accessibilityRetryHelper[_0x3a5ea6(0x12b)](global['__drivers'][0x0],global[_0x3a5ea6(0xcc)]);_0x5c6611?logger[_0x3a5ea6(0x11a)](_0x5f4c68[_0x3a5ea6(0x119)]):logger['warn'](_0x5f4c68['DVSlB']);}else logger['debug'](_0x5f4c68['LrLlk']);globals['getGlobal'](_0x5f4c68[_0x3a5ea6(0x111)])&&(_0x2b4c86['is_mobile_session']=!![]);const _0x2fabef=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x3a5ea6(0xef)][0x0],_0x2b4c86);_0x2fabef?logger[_0x3a5ea6(0x11a)](_0x5f4c68['iRGIa']):logger[_0x3a5ea6(0x151)](_0x5f4c68[_0x3a5ea6(0x140)]);}}catch(_0x27b156){logger[_0x3a5ea6(0xf6)](_0x3a5ea6(0x128)+util[_0x3a5ea6(0x11e)](_0x27b156));}});}catch(a16_0x429ac0){logger[a16_0x3298dd(0x11a)](a16_0x3298dd(0xdd)+util[a16_0x3298dd(0x11e)](a16_0x429ac0));}module[a16_0x3298dd(0x13d)]={};
1
+ 'use strict';const a16_0x2016a2=a16_0x4238;(function(_0x2bd951,_0x2ae8ba){const _0x3498ed=a16_0x4238,_0x1778ce=_0x2bd951();while(!![]){try{const _0x1f7405=parseInt(_0x3498ed(0x1a2))/0x1+parseInt(_0x3498ed(0x18b))/0x2+parseInt(_0x3498ed(0x19d))/0x3+-parseInt(_0x3498ed(0x1b8))/0x4*(-parseInt(_0x3498ed(0x18d))/0x5)+parseInt(_0x3498ed(0x1c4))/0x6+-parseInt(_0x3498ed(0x1f1))/0x7*(parseInt(_0x3498ed(0x196))/0x8)+parseInt(_0x3498ed(0x1e3))/0x9*(-parseInt(_0x3498ed(0x1c2))/0xa);if(_0x1f7405===_0x2ae8ba)break;else _0x1778ce['push'](_0x1778ce['shift']());}catch(_0x35fc7f){_0x1778ce['push'](_0x1778ce['shift']());}}}(a16_0x1719,0x8d710));function a16_0x4238(_0x3ffee4,_0x5309bd){const _0x17191c=a16_0x1719();return a16_0x4238=function(_0x423815,_0x443526){_0x423815=_0x423815-0x17e;let _0x4e21c3=_0x17191c[_0x423815];return _0x4e21c3;},a16_0x4238(_0x3ffee4,_0x5309bd);}function a16_0x1719(){const _0x544ea6=['getEnv','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','KEWzI','Qhsvq','format','bstackA11yShouldScan','sessionNameSet__','970086awdCKG','getFileName','15dXJKaH','warn','prepareStackTrace','oWgle','dhLeG','getPackageVersion','__skipSessionStatus','function','includes','889720mBdgJy','get','platformCaps','failedExpectations','performScanWithRetry','markSessionStatus','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','2595531WUnVqX','isAccessibilityPlatform','../../index','Spec\x20failed','node:','1027682AHFWuN','forEach','error','sep','BROWSERSTACK_JASMINE_CONFIG','stringify','setGlobal','parse','saveAccessibilityResultsWithRetry','qUTXR','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20',',\x22level\x22:\x20\x22','ENV_VAR','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getGlobal','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','epmgX','IQdab','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','BROWSERSTACK_TESTHUB_JWT','SQcny','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','820892ClXMWG','split','browserstackAgentV2','../../helpers/accessibility-automation/accessibilityRetryHelper','skipSessionStatus','FTOqw','BROWSERSTACK_TESTHUB_UUID','2|4|1|3|0','uwpov','stack','62420KFwlFK','env','6783750QwlznZ','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','DReVU','executeScript','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','debug','jzilR','autoScanning','browserstackSessionName','./testRunMap','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','isArray','sessionName','__drivers','__skipSessionName','describe','\x22}}','isTrue','__platformCaps','LwviA','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','Failed:\x20','thJwtToken','../../helpers/testhub/constants','jasmine-core','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','nCksD','CETAs','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','../../helpers/accessibility-automation/helper','4149bQfqAx','CDdrZ','addReporter','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','Passed','is_mobile_session','VyxRB','dZwQt','ubYjF','jasmine','bstackA11yScanOptions','join','@playwright/test','GLLiE','42MuObno','snpCh','__sessionFailed','bin','skipSessionName','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','pop','../../helpers/globals','fileNameByFullName','length','OLJnB','message','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','path','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','undefined'];a16_0x1719=function(){return _0x544ea6;};return a16_0x1719();}const util=require('util'),logger=require('../../helpers/logger')['winstonLogger'],helper=require('../../helpers/helper'),globals=require(a16_0x2016a2(0x1f8)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a16_0x2016a2(0x1db)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x2016a2(0x1e2)),accessibilityRetryHelper=require(a16_0x2016a2(0x1bb)),testRunMap=require(a16_0x2016a2(0x1cd));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process[a16_0x2016a2(0x1c3)][a16_0x2016a2(0x1a6)]||process[a16_0x2016a2(0x1c3)]['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x2016a2(0x1a9)](rawConfig));}catch(a16_0x1142f8){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x185)+util[a16_0x2016a2(0x188)](a16_0x1142f8));}try{if(_bstackConfig&&!helper[a16_0x2016a2(0x192)](a16_0x2016a2(0x1ef))){const gmTivh=a16_0x2016a2(0x1bf)[a16_0x2016a2(0x1b9)]('|');let wVqjjN=0x0;while(!![]){switch(gmTivh[wVqjjN++]){case'0':helper['isBrowserstackInfra']()?(global['__skipSessionName']=helper[a16_0x2016a2(0x1d5)](_bstackConfig[a16_0x2016a2(0x1f5)]),global[a16_0x2016a2(0x193)]=helper[a16_0x2016a2(0x1d5)](_bstackConfig[a16_0x2016a2(0x1bc)])):(global[a16_0x2016a2(0x1d2)]=!![],global[a16_0x2016a2(0x193)]=!![]);continue;case'1':global[a16_0x2016a2(0x1d6)]=_bstackConfig[a16_0x2016a2(0x198)]||{};continue;case'2':logger['debug'](a16_0x2016a2(0x1d8));continue;case'3':global['browserstackPlatformIndex']=_bstackConfig['platformIndex'];continue;case'4':shouldProcessEventForTesthub()?require(a16_0x2016a2(0x19f))[a16_0x2016a2(0x1ba)](_bstackConfig,null,!![]):require(a16_0x2016a2(0x19f))[a16_0x2016a2(0x1ba)](_bstackConfig);continue;}break;}}}catch(a16_0x40b1ff){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1dd)+util['format'](a16_0x40b1ff));}const _fileNameByFullName={};try{if(typeof describe===a16_0x2016a2(0x194)&&typeof global!=='undefined'){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x256fe6=a16_0x2016a2,_0x4ac852={'RHEYQ':function(_0x442374,_0x1567d6){return _0x442374(_0x1567d6);},'Qhsvq':_0x256fe6(0x181),'GBelu':function(_0x26c356,_0x3ab54a){return _0x26c356(_0x3ab54a);},'XByMu':_0x256fe6(0x1a1),'OLJnB':_0x256fe6(0x1dc)},_0xade5dc=Error[_0x256fe6(0x18f)];try{const _0x9fbdde=new Error();Error[_0x256fe6(0x18f)]=(_0x6ae68c,_0x2eec9a)=>_0x2eec9a;const _0x184ba9=_0x9fbdde[_0x256fe6(0x1c1)];Error[_0x256fe6(0x18f)]=_0xade5dc;if(Array['isArray'](_0x184ba9))for(const _0x1076ee of _0x184ba9){const _0x1fdcd6=_0x1076ee[_0x256fe6(0x18c)]&&_0x1076ee[_0x256fe6(0x18c)]();if(_0x1fdcd6&&!_0x1fdcd6[_0x256fe6(0x195)](_0x256fe6(0x1f4)+_0x4ac852['RHEYQ'](require,_0x4ac852[_0x256fe6(0x187)])[_0x256fe6(0x1a5)]+_0x256fe6(0x1ec)+_0x4ac852['GBelu'](require,_0x4ac852[_0x256fe6(0x187)])[_0x256fe6(0x1a5)])&&!_0x1fdcd6['startsWith'](_0x4ac852['XByMu'])&&!_0x1fdcd6[_0x256fe6(0x195)](_0x4ac852[_0x256fe6(0x17e)]))return _0x1fdcd6;}}catch(_0x1512bc){Error[_0x256fe6(0x18f)]=_0xade5dc;}return null;},_wrappedDescribe=function(_0x376979,_0x5798a7){const _0x17fb74=a16_0x2016a2,_0x5daf86={'StsEg':function(_0x475ad6){return _0x475ad6();},'GkCBP':function(_0x3c651d,_0x27d6e1){return _0x3c651d&&_0x27d6e1;},'epmgX':function(_0x1cd939,_0x9dd0ae,_0x45a590){return _0x1cd939(_0x9dd0ae,_0x45a590);}};let _0x1e3e5c=null;try{_0x1e3e5c=_0x5daf86['StsEg'](_resolveCallerFile);}catch(_0x42b2c0){}_describeTitleStack['push'](_0x376979);const _0x39ab8d=_describeTitleStack[_0x17fb74(0x1ee)]('\x20');_0x5daf86['GkCBP'](_0x1e3e5c,_0x39ab8d)&&(_fileNameByFullName[_0x39ab8d]=_0x1e3e5c);try{return _0x5daf86[_0x17fb74(0x1b2)](_origDescribe,_0x376979,_0x5798a7);}finally{_describeTitleStack[_0x17fb74(0x1f7)]();}};Object['keys'](_origDescribe)[a16_0x2016a2(0x1a3)](_0x2a3fff=>{_wrappedDescribe[_0x2a3fff]=_origDescribe[_0x2a3fff];}),global[a16_0x2016a2(0x1d3)]=_wrappedDescribe;}}catch(a16_0x1473e4){logger['debug'](a16_0x2016a2(0x1ac)+util['format'](a16_0x1473e4));}try{if(typeof jasmine!==a16_0x2016a2(0x183)&&jasmine[a16_0x2016a2(0x184)]){const BrowserStackJasmineReporter=require('./bstack-reporter/customReporter'),a16_0xeac921={};a16_0xeac921[a16_0x2016a2(0x1f9)]=_fileNameByFullName,jasmine[a16_0x2016a2(0x184)]()[a16_0x2016a2(0x1e5)](new BrowserStackJasmineReporter(a16_0xeac921)),logger[a16_0x2016a2(0x1c9)]('[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter');}else logger[a16_0x2016a2(0x1c9)]('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a16_0x3e6709){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1e6)+util[a16_0x2016a2(0x188)](a16_0x3e6709));}try{typeof jasmine!==a16_0x2016a2(0x183)&&jasmine[a16_0x2016a2(0x184)]&&jasmine[a16_0x2016a2(0x184)]()['addReporter']({'specStarted'(_0x5a7ed4){const _0x18c151=a16_0x2016a2,_0x3258e4={};_0x3258e4['GLLiE']=function(_0x4f5ff7,_0x218cbb){return _0x4f5ff7||_0x218cbb;};const _0x207048=_0x3258e4;_activeResultId=_0x5a7ed4&&_0x5a7ed4['id'],_activeFullName=_0x5a7ed4&&_0x5a7ed4['fullName'],_activeResultRef=_0x207048[_0x18c151(0x1f0)](_0x5a7ed4,null);},'specDone'(){}});}catch(a16_0x30c4ec){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1c8)+util[a16_0x2016a2(0x188)](a16_0x30c4ec));}const _resolveAutoScanning=()=>{const _0x2bd26e=a16_0x2016a2,_0x4cc6fc={};_0x4cc6fc[_0x2bd26e(0x1ca)]=function(_0x18dafe,_0x56fd2a){return _0x18dafe===_0x56fd2a;};const _0x38740e=_0x4cc6fc;let _0x201f5d=!![];try{const _0xb5dadd=JSON[_0x2bd26e(0x1a9)](process['env'][_0x2bd26e(0x1af)]||'{}');_0x38740e[_0x2bd26e(0x1ca)](_0xb5dadd[_0x2bd26e(0x1cb)],![])&&(_0x201f5d=![]);}catch(_0xbdbdae){logger[_0x2bd26e(0x1c9)](_0x2bd26e(0x1c5)+_0xbdbdae[_0x2bd26e(0x17f)]);}return _0x201f5d;};try{typeof beforeEach==='function'&&beforeEach(function bstackA11yBeforeEach(){const _0x204887=a16_0x2016a2,_0x2edcd3={'FTOqw':function(_0x2da5cc){return _0x2da5cc();},'IQdab':function(_0x229779,_0x3cbdf2,_0x63d0ca){return _0x229779(_0x3cbdf2,_0x63d0ca);},'LwviA':function(_0x54d79c,_0x2d65e9){return _0x54d79c&&_0x2d65e9;},'KEWzI':'bstackA11yShouldScan','RzIgI':_0x204887(0x1ed)};try{const _0x4aa566=_0x2edcd3[_0x204887(0x1bd)](_resolveAutoScanning),_0x10e744=_0x2edcd3[_0x204887(0x1b3)](shouldScanTestForAccessibility,null,![]),_0x1f5d28=_0x2edcd3[_0x204887(0x1d7)](_0x4aa566,_0x10e744);globals[_0x204887(0x1a8)](_0x2edcd3[_0x204887(0x186)],_0x1f5d28),globals[_0x204887(0x1a8)](_0x2edcd3['RzIgI'],null);}catch(_0x4654e2){logger[_0x204887(0x1c9)]('[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20'+util[_0x204887(0x188)](_0x4654e2));}}),typeof afterEach==='function'&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x202c24=a16_0x2016a2,_0x39a1cc={'nCksD':function(_0x426a7a,_0x46204e){return _0x426a7a>_0x46204e;},'LpZCg':_0x202c24(0x1a0),'DReVU':function(_0x5bd732,_0x4c13d2){return _0x5bd732+_0x4c13d2;},'CETAs':_0x202c24(0x1d9),'yzVvY':_0x202c24(0x1e7),'uwpov':_0x202c24(0x1a4),'CSzbN':'info','dZwQt':'failed','oWgle':'passed','qUTXR':function(_0x117e5d){return _0x117e5d();},'VyxRB':_0x202c24(0x19e),'dhLeG':function(_0x52e190,_0x48e5c1){return _0x52e190>_0x48e5c1;},'ubYjF':_0x202c24(0x189),'CDdrZ':'[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','snpCh':_0x202c24(0x1ce),'ReFQJ':_0x202c24(0x180),'XpfOZ':_0x202c24(0x1e0),'beywO':'isMobilePlatform','JYbry':_0x202c24(0x182),'SQcny':_0x202c24(0x1f6)};try{if(Array[_0x202c24(0x1cf)](global[_0x202c24(0x1d1)])&&_0x39a1cc[_0x202c24(0x1de)](global[_0x202c24(0x1d1)][_0x202c24(0x1fa)],0x0)&&global['__drivers'][0x0]){const _0x293b02=_activeFullName||global['sessionName'];if(!global[_0x202c24(0x1d2)]&&_0x293b02){global[_0x202c24(0x1d0)]=_0x293b02;try{await global[_0x202c24(0x1d1)][0x0][_0x202c24(0x1c7)](_0x202c24(0x1b4)+JSON[_0x202c24(0x1a7)](_0x293b02)+'}}'),global[_0x202c24(0x1d1)][0x0][_0x202c24(0x18a)]=!![];}catch(_0x9a4a20){logger[_0x202c24(0x1c9)](_0x202c24(0x1b1)+util[_0x202c24(0x188)](_0x9a4a20));}}if(!global[_0x202c24(0x193)])try{const _0x20bbec=_activeResultRef&&Array[_0x202c24(0x1cf)](_activeResultRef[_0x202c24(0x199)])?_activeResultRef[_0x202c24(0x199)]:[],_0x4f39bb=_0x39a1cc['nCksD'](_0x20bbec[_0x202c24(0x1fa)],0x0),_0x2bf16b=_0x4f39bb?_0x20bbec[0x0]&&_0x20bbec[0x0][_0x202c24(0x17f)]||_0x39a1cc['LpZCg']:null;try{await global[_0x202c24(0x1d1)][0x0][_0x202c24(0x1c7)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+JSON[_0x202c24(0x1a7)](_0x4f39bb?_0x39a1cc[_0x202c24(0x1c6)](_0x39a1cc[_0x202c24(0x1df)],_0x2bf16b):_0x39a1cc['yzVvY'])+_0x202c24(0x1ad)+(_0x4f39bb?_0x39a1cc[_0x202c24(0x1c0)]:_0x39a1cc['CSzbN'])+_0x202c24(0x1d4));}catch(_0xb8a111){logger[_0x202c24(0x1c9)]('[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20'+util[_0x202c24(0x188)](_0xb8a111));}_0x4f39bb&&(global[_0x202c24(0x1f3)]=!![]),await helper[_0x202c24(0x19b)](global[_0x202c24(0x1d1)][0x0],_0x4f39bb?_0x39a1cc[_0x202c24(0x1ea)]:_0x39a1cc[_0x202c24(0x190)],_0x2bf16b);}catch(_0x163bc9){logger[_0x202c24(0x1c9)]('[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20'+util[_0x202c24(0x188)](_0x163bc9));}}}catch(_0x221eb3){logger[_0x202c24(0x1c9)](_0x202c24(0x19c)+util[_0x202c24(0x188)](_0x221eb3));}try{if(_0x39a1cc[_0x202c24(0x1ab)](isAccessibilityAutomationSession)&&globals[_0x202c24(0x1b0)](_0x39a1cc[_0x202c24(0x1e9)])&&Array[_0x202c24(0x1cf)](global[_0x202c24(0x1d1)])&&_0x39a1cc[_0x202c24(0x191)](global[_0x202c24(0x1d1)][_0x202c24(0x1fa)],0x0)&&global['__drivers'][0x0]){const _0x4ecaf8=testRunMap[_0x202c24(0x197)](_activeResultId),_0x161540={};_0x161540['thTestRunUuid']=_0x4ecaf8,_0x161540['thBuildUuid']=process[_0x202c24(0x1c3)][testHubConstants[_0x202c24(0x1ae)][_0x202c24(0x1be)]],_0x161540[_0x202c24(0x1da)]=process[_0x202c24(0x1c3)][testHubConstants[_0x202c24(0x1ae)][_0x202c24(0x1b5)]];const _0x456990=_0x161540;logger[_0x202c24(0x1c9)](_0x202c24(0x1e1)+JSON[_0x202c24(0x1a7)](_0x456990));if(globals[_0x202c24(0x1b0)](_0x39a1cc[_0x202c24(0x1eb)])){logger[_0x202c24(0x1c9)](_0x39a1cc[_0x202c24(0x1e4)]);const _0x4e25f1=await accessibilityRetryHelper[_0x202c24(0x19a)](global['__drivers'][0x0],global[_0x202c24(0x1cc)]);_0x4e25f1?logger['debug'](_0x39a1cc[_0x202c24(0x1f2)]):logger[_0x202c24(0x18e)](_0x39a1cc['ReFQJ']);}else logger[_0x202c24(0x1c9)](_0x39a1cc['XpfOZ']);globals[_0x202c24(0x1b0)](_0x39a1cc['beywO'])&&(_0x456990[_0x202c24(0x1e8)]=!![]);const _0x207df3=await accessibilityRetryHelper[_0x202c24(0x1aa)](global['__drivers'][0x0],_0x456990);_0x207df3?logger[_0x202c24(0x1c9)](_0x39a1cc['JYbry']):logger['warn'](_0x39a1cc[_0x202c24(0x1b6)]);}}catch(_0x3986df){logger[_0x202c24(0x1a4)]('[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20'+util[_0x202c24(0x188)](_0x3986df));}});}catch(a16_0x55b9e9){logger[a16_0x2016a2(0x1c9)](a16_0x2016a2(0x1b7)+util['format'](a16_0x55b9e9));}module['exports']={};
@@ -1 +1 @@
1
- 'use strict';function a17_0x5181(){const _0x40b088=['OXrAS','get','367545OfLxkr','2371750SacFxf','zEwkP','EZGmf','xheJz','12nuyLrm','270798hYvHcq','1081531UYsHwF','21mDHash','size','9HddMup','6MkOFFi','remove','12jKQXDq','2621208FyDqVt','158702vQGRRI','delete','734776ukLCeC','set'];a17_0x5181=function(){return _0x40b088;};return a17_0x5181();}const a17_0x1570c4=a17_0x116e;(function(_0x5db8a2,_0x9b37f7){const _0x325d7e=a17_0x116e,_0x562495=_0x5db8a2();while(!![]){try{const _0x884304=parseInt(_0x325d7e(0x136))/0x1+parseInt(_0x325d7e(0x12a))/0x2*(parseInt(_0x325d7e(0x138))/0x3)+parseInt(_0x325d7e(0x13d))/0x4*(parseInt(_0x325d7e(0x130))/0x5)+-parseInt(_0x325d7e(0x13b))/0x6*(parseInt(_0x325d7e(0x12c))/0x7)+parseInt(_0x325d7e(0x13e))/0x8*(-parseInt(_0x325d7e(0x13a))/0x9)+-parseInt(_0x325d7e(0x131))/0xa+parseInt(_0x325d7e(0x137))/0xb*(-parseInt(_0x325d7e(0x135))/0xc);if(_0x884304===_0x9b37f7)break;else _0x562495['push'](_0x562495['shift']());}catch(_0x419d12){_0x562495['push'](_0x562495['shift']());}}}(a17_0x5181,0x4408b));const _specUuidById=new Map();function a17_0x116e(_0xb4e955,_0x175881){const _0x51814b=a17_0x5181();return a17_0x116e=function(_0x116e42,_0x1286a6){_0x116e42=_0x116e42-0x12a;let _0x308fd5=_0x51814b[_0x116e42];return _0x308fd5;},a17_0x116e(_0xb4e955,_0x175881);}exports[a17_0x1570c4(0x12d)]=(_0x2d7fc8,_0x426f73)=>{const _0x19379b=a17_0x1570c4,_0x4c2892={};_0x4c2892['OXrAS']=function(_0x34c8f1,_0x111150){return _0x34c8f1===_0x111150;};const _0x156ef5=_0x4c2892;if(_0x156ef5['OXrAS'](_0x2d7fc8,undefined)||_0x156ef5[_0x19379b(0x12e)](_0x2d7fc8,null))return;_specUuidById[_0x19379b(0x12d)](_0x2d7fc8,_0x426f73);},exports[a17_0x1570c4(0x12f)]=_0x25b23f=>{const _0x4d3090=a17_0x1570c4,_0x2da29f={};_0x2da29f[_0x4d3090(0x134)]=function(_0x4dff33,_0x1e1c29){return _0x4dff33===_0x1e1c29;},_0x2da29f[_0x4d3090(0x132)]=function(_0x1ec7b9,_0x39e8dd){return _0x1ec7b9===_0x39e8dd;};const _0x52eee5=_0x2da29f;if(_0x52eee5[_0x4d3090(0x134)](_0x25b23f,undefined)||_0x52eee5[_0x4d3090(0x132)](_0x25b23f,null))return undefined;return _specUuidById[_0x4d3090(0x12f)](_0x25b23f);},exports[a17_0x1570c4(0x13c)]=_0x513df6=>{const _0x3180d7=a17_0x1570c4,_0x1f430c={};_0x1f430c[_0x3180d7(0x133)]=function(_0x432ade,_0x1759b9){return _0x432ade===_0x1759b9;};const _0x1c2bc9=_0x1f430c;if(_0x1c2bc9[_0x3180d7(0x133)](_0x513df6,undefined)||_0x1c2bc9[_0x3180d7(0x133)](_0x513df6,null))return;_specUuidById[_0x3180d7(0x12b)](_0x513df6);},exports['_size']=()=>_specUuidById[a17_0x1570c4(0x139)];
1
+ 'use strict';function a17_0x2ecc(_0x12afa2,_0xd9eac3){const _0x1ddc25=a17_0x1ddc();return a17_0x2ecc=function(_0x2ecc0a,_0x65824c){_0x2ecc0a=_0x2ecc0a-0x68;let _0x4041da=_0x1ddc25[_0x2ecc0a];return _0x4041da;},a17_0x2ecc(_0x12afa2,_0xd9eac3);}const a17_0x58e551=a17_0x2ecc;(function(_0x409dd2,_0x3fb3eb){const _0x9b8f31=a17_0x2ecc,_0x86efb0=_0x409dd2();while(!![]){try{const _0x3d18fe=-parseInt(_0x9b8f31(0x71))/0x1+parseInt(_0x9b8f31(0x7c))/0x2*(-parseInt(_0x9b8f31(0x6f))/0x3)+-parseInt(_0x9b8f31(0x79))/0x4*(parseInt(_0x9b8f31(0x78))/0x5)+-parseInt(_0x9b8f31(0x6b))/0x6*(parseInt(_0x9b8f31(0x7a))/0x7)+-parseInt(_0x9b8f31(0x68))/0x8+parseInt(_0x9b8f31(0x75))/0x9*(parseInt(_0x9b8f31(0x6a))/0xa)+parseInt(_0x9b8f31(0x72))/0xb*(parseInt(_0x9b8f31(0x6d))/0xc);if(_0x3d18fe===_0x3fb3eb)break;else _0x86efb0['push'](_0x86efb0['shift']());}catch(_0x322492){_0x86efb0['push'](_0x86efb0['shift']());}}}(a17_0x1ddc,0x6ec6a));const _specUuidById=new Map();exports[a17_0x58e551(0x70)]=(_0x255a33,_0x173a62)=>{const _0x1e84ac=a17_0x58e551,_0x3f017b={};_0x3f017b[_0x1e84ac(0x74)]=function(_0x5a122a,_0x2412a0){return _0x5a122a===_0x2412a0;},_0x3f017b[_0x1e84ac(0x73)]=function(_0x2e60ec,_0x2c497e){return _0x2e60ec===_0x2c497e;};const _0x4240e7=_0x3f017b;if(_0x4240e7[_0x1e84ac(0x74)](_0x255a33,undefined)||_0x4240e7[_0x1e84ac(0x73)](_0x255a33,null))return;_specUuidById[_0x1e84ac(0x70)](_0x255a33,_0x173a62);},exports[a17_0x58e551(0x7b)]=_0x11be70=>{const _0x434e90=a17_0x58e551,_0x573a73={};_0x573a73[_0x434e90(0x76)]=function(_0x37d7d4,_0x2e2f15){return _0x37d7d4===_0x2e2f15;};const _0x58841b=_0x573a73;if(_0x58841b['vxcOs'](_0x11be70,undefined)||_0x58841b[_0x434e90(0x76)](_0x11be70,null))return undefined;return _specUuidById[_0x434e90(0x7b)](_0x11be70);},exports['remove']=_0x4f222a=>{const _0x44d970=a17_0x58e551,_0x6560b3={};_0x6560b3[_0x44d970(0x69)]=function(_0x125dfd,_0x2baf7a){return _0x125dfd===_0x2baf7a;};const _0x1b0d0c=_0x6560b3;if(_0x1b0d0c[_0x44d970(0x69)](_0x4f222a,undefined)||_0x1b0d0c['DbVkB'](_0x4f222a,null))return;_specUuidById[_0x44d970(0x77)](_0x4f222a);},exports[a17_0x58e551(0x6c)]=()=>_specUuidById[a17_0x58e551(0x6e)];function a17_0x1ddc(){const _0x4c9626=['9924muDhGA','set','879234ipZigl','957EnQqHp','ehVRB','EKgVv','627381LyheaJ','vxcOs','delete','318415uMkMMe','24OJdXuh','5110xtrNid','get','298VZPOHL','3695344jBXoZS','DbVkB','130OpxuJB','6648crCPWE','_size','354828VhxANF','size'];a17_0x1ddc=function(){return _0x4c9626;};return a17_0x1ddc();}