browserstack-node-sdk 1.63.2 → 1.63.3

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_0x32a6f2=a10_0x38f4;(function(_0x53cb4a,_0x4170d3){const _0x241432=a10_0x38f4,_0x398972=_0x53cb4a();while(!![]){try{const _0x4264e1=parseInt(_0x241432(0x12d))/0x1+parseInt(_0x241432(0x141))/0x2*(-parseInt(_0x241432(0x11e))/0x3)+parseInt(_0x241432(0x154))/0x4+parseInt(_0x241432(0x144))/0x5*(parseInt(_0x241432(0x13b))/0x6)+-parseInt(_0x241432(0x130))/0x7+parseInt(_0x241432(0x129))/0x8+parseInt(_0x241432(0x13e))/0x9;if(_0x4264e1===_0x4170d3)break;else _0x398972['push'](_0x398972['shift']());}catch(_0x112df1){_0x398972['push'](_0x398972['shift']());}}}(a10_0x4c6d,0xcabdf));function a10_0x38f4(_0x26331d,_0xa4ff82){const _0x4c6d80=a10_0x4c6d();return a10_0x38f4=function(_0x38f4e2,_0x188b4f){_0x38f4e2=_0x38f4e2-0x11b;let _0x526af8=_0x4c6d80[_0x38f4e2];return _0x526af8;},a10_0x38f4(_0x26331d,_0xa4ff82);}const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x32a6f2(0x149)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x32a6f2(0x11d),a10_0x32a6f2(0x122)),logger=require(a10_0x32a6f2(0x14b))[a10_0x32a6f2(0x128)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x32a6f2(0x134)],After=cucumberModule[a10_0x32a6f2(0x135)],configuration=process[a10_0x32a6f2(0x14e)][a10_0x32a6f2(0x152)];if(configuration!==undefined){const config=JSON[a10_0x32a6f2(0x151)](configuration);isTrue(config[a10_0x32a6f2(0x13f)])&&(global[a10_0x32a6f2(0x13a)]=!![]),global['__skipSessionStatus']=isTrue(config[a10_0x32a6f2(0x121)]),require(a10_0x32a6f2(0x157))[a10_0x32a6f2(0x140)](config),global[a10_0x32a6f2(0x14c)]=config[a10_0x32a6f2(0x14f)]||{};}global[a10_0x32a6f2(0x131)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x32a6f2(0x12a)];cucumberModule[a10_0x32a6f2(0x12a)]=_0x51f363=>{const _0x4823c0=a10_0x32a6f2,_0x54025b={'otuIY':function(_0x561fe7,_0xeba852){return _0x561fe7(_0xeba852);}};global['__timeout']=_0x51f363,_0x54025b[_0x4823c0(0x146)](__setDefaultTimeout,_0x51f363);};const a10_0xde8aa9={};function a10_0x4c6d(){const _0x2f5de1=['debug','name','cucumber/lib/index.js','1587135ilmihP','xNIMY','__error_messages__','skipSessionStatus','cucumber','result','__driver','arguments','kWxMA','failed','winstonLogger','2473504ZlpyJG','setDefaultTimeout','passed','zdEMi','128470DyUlaG','bstack','okxCf','5888918QHtNxD','__timeout','dIKkh','executeScript','Before','After','initQuit','\x20|\x20','KJstd','Error:\x20quiting\x20at\x20After:\x20','__skipSessionName','30UmKvkd','stringify','session_','15057441UbxbMW','skipSessionName','browserstackAgentV2','6imSGJk','status','ODoHZ','675850Ehfqfu','QogVv','otuIY','setSessionName','oNQlI','../../helpers/helper','pickle','../../helpers/logger','__platformCaps','Inside\x20browserstack\x20Before','env','platformCaps','then','parse','CONFIG','timeout','1889132nRPrsN','toLowerCase','uaClF','../../index','Inside\x20browserstack\x20After'];a10_0x4c6d=function(){return _0x2f5de1;};return a10_0x4c6d();}a10_0xde8aa9[a10_0x32a6f2(0x11c)]=a10_0x32a6f2(0x12e),Before(a10_0xde8aa9,function(){const _0x5e4448=a10_0x32a6f2,_0x1ae812={};_0x1ae812[_0x5e4448(0x11f)]=_0x5e4448(0x14d);const _0x56a06d=_0x1ae812;logger[_0x5e4448(0x11b)](_0x56a06d[_0x5e4448(0x11f)]),global[_0x5e4448(0x120)]=[];});const a10_0x379353={};a10_0x379353[a10_0x32a6f2(0x11c)]='bstack',a10_0x379353[a10_0x32a6f2(0x153)]=0x2710,After(a10_0x379353,function(_0x47e1d5,_0xc2e6a3){const _0x57e3e3=a10_0x32a6f2,_0x38df11={'oNQlI':_0x57e3e3(0x147),'QogVv':function(_0x50dc00,_0x1a699c){return _0x50dc00===_0x1a699c;},'ODoHZ':_0x57e3e3(0x127),'dIKkh':function(_0x15348e,_0x12b89c,_0x35addd,_0x4f7542){return _0x15348e(_0x12b89c,_0x35addd,_0x4f7542);},'okxCf':_0x57e3e3(0x137),'kWxMA':function(_0x270568,_0x58a08a,_0xbea220){return _0x270568(_0x58a08a,_0xbea220);},'PgrOk':_0x57e3e3(0x12b),'AsnYN':function(_0x58baa4){return _0x58baa4();},'zdEMi':function(_0x4816f9,_0x5ac703){return _0x4816f9(_0x5ac703);},'uaClF':function(_0x1c140f){return _0x1c140f();},'KJstd':_0x57e3e3(0x158)};logger[_0x57e3e3(0x11b)](_0x38df11[_0x57e3e3(0x138)]),new Promise(async(_0x5d4b46,_0x3cc9ef)=>{const _0x56de5d=_0x57e3e3;let _0x4384b2=![];try{await global[_0x56de5d(0x124)][_0x56de5d(0x13d)],_0x4384b2=!![];if(!global[_0x56de5d(0x13a)]){const _0x8f5c6e={};_0x8f5c6e[_0x56de5d(0x11c)]=_0x47e1d5[_0x56de5d(0x14a)]['name'];const _0x2c53a0={};_0x2c53a0['action']=_0x38df11[_0x56de5d(0x148)],_0x2c53a0[_0x56de5d(0x125)]=_0x8f5c6e;const _0x59cf19=_0x2c53a0;await global[_0x56de5d(0x124)][_0x56de5d(0x133)]('browserstack_executor:\x20'+JSON[_0x56de5d(0x13c)](_0x59cf19));}_0x38df11[_0x56de5d(0x145)](_0x47e1d5[_0x56de5d(0x123)][_0x56de5d(0x142)][_0x56de5d(0x155)](),_0x38df11[_0x56de5d(0x143)])?await _0x38df11[_0x56de5d(0x132)](markSessionStatus,global['__driver'],_0x38df11['ODoHZ'],global['__error_messages__']['join'](_0x38df11[_0x56de5d(0x12f)])):await _0x38df11[_0x56de5d(0x126)](markSessionStatus,global[_0x56de5d(0x124)],_0x38df11['PgrOk']);}catch(_0x545b25){logger[_0x56de5d(0x11b)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x545b25);}if(_0x4384b2)try{await global[_0x56de5d(0x124)][_0x56de5d(0x136)](),_0x38df11['AsnYN'](_0x5d4b46);}catch(_0xc1caf5){logger['debug'](_0x56de5d(0x139)+_0xc1caf5),_0x38df11[_0x56de5d(0x12c)](_0x3cc9ef,_0xc1caf5);}else _0x38df11[_0x56de5d(0x156)](_0x3cc9ef);})[_0x57e3e3(0x150)](()=>_0xc2e6a3());});
1
+ function a10_0x39ed(){const _0x37a7bc=['failed','aYAwL','status','toLowerCase','2359665OPzYAi','stringify','bstack','Error:\x20setting\x20status\x20at\x20After:\x20','__timeout','browserstackAgentV2','debug','933568iYzzzj','ARxGV','../../helpers/logger','cucumber','pickle','EDRRB','kQqMF','setDefaultTimeout','../../index','skipSessionStatus','../../helpers/setKeepAlive','env','passed','platformCaps','eZLha','cucumber/lib/index.js','skipSessionName','action','2fweAgj','__driver','pCYHC','1893495DpykHg','__platformCaps','Before','\x20|\x20','IiSQl','browserstack_executor:\x20','executeScript','4704498jEHaOK','winstonLogger','CONFIG','Error:\x20quiting\x20at\x20After:\x20','__error_messages__','name','135612QJWhmy','xZDfK','16PNqeGF','Inside\x20browserstack\x20Before','CAwRF','306500aUoCCU','then','762906fxoSQF','../../helpers/helper','eOXCG','__skipSessionStatus','setSessionName','After','__skipSessionName','YWgZQ','join'];a10_0x39ed=function(){return _0x37a7bc;};return a10_0x39ed();}const a10_0x2d0284=a10_0x561a;(function(_0x43d446,_0x486c6c){const _0x5d1130=a10_0x561a,_0x50cc19=_0x43d446();while(!![]){try{const _0xab6779=parseInt(_0x5d1130(0xf4))/0x1*(-parseInt(_0x5d1130(0xdf))/0x2)+-parseInt(_0x5d1130(0xf6))/0x3+-parseInt(_0x5d1130(0xcd))/0x4+parseInt(_0x5d1130(0xe2))/0x5+-parseInt(_0x5d1130(0xef))/0x6+-parseInt(_0x5d1130(0x103))/0x7+parseInt(_0x5d1130(0xf1))/0x8*(parseInt(_0x5d1130(0xe9))/0x9);if(_0xab6779===_0x486c6c)break;else _0x50cc19['push'](_0x50cc19['shift']());}catch(_0x44b223){_0x50cc19['push'](_0x50cc19['shift']());}}}(a10_0x39ed,0x41fac));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x2d0284(0xf7)),setKeepAlive=require(a10_0x2d0284(0xd7)),cucumberModule=requireModule(a10_0x2d0284(0xdc),a10_0x2d0284(0xd0)),logger=require(a10_0x2d0284(0xcf))[a10_0x2d0284(0xea)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x2d0284(0xe4)],After=cucumberModule[a10_0x2d0284(0xfb)],configuration=process[a10_0x2d0284(0xd8)][a10_0x2d0284(0xeb)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config[a10_0x2d0284(0xdd)])&&(global[a10_0x2d0284(0xfc)]=!![]),global[a10_0x2d0284(0xf9)]=isTrue(config[a10_0x2d0284(0xd6)]),require(a10_0x2d0284(0xd5))[a10_0x2d0284(0x108)](config),global[a10_0x2d0284(0xe3)]=config[a10_0x2d0284(0xda)]||{};}global[a10_0x2d0284(0x107)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x2d0284(0xd4)];cucumberModule[a10_0x2d0284(0xd4)]=_0xd54d4a=>{const _0x3e86d2=a10_0x2d0284,_0x5cb031={'kQqMF':function(_0xeec1b5,_0x5b5aff){return _0xeec1b5(_0x5b5aff);}};global[_0x3e86d2(0x107)]=_0xd54d4a,_0x5cb031[_0x3e86d2(0xd3)](__setDefaultTimeout,_0xd54d4a);};const a10_0x4f2b06={};a10_0x4f2b06[a10_0x2d0284(0xee)]=a10_0x2d0284(0x105),Before(a10_0x4f2b06,function(){const _0x2c121c=a10_0x2d0284,_0x883c36={};_0x883c36[_0x2c121c(0xd2)]=_0x2c121c(0xf2);const _0x64492=_0x883c36;logger[_0x2c121c(0x109)](_0x64492[_0x2c121c(0xd2)]),global['__error_messages__']=[];});function a10_0x561a(_0x535d90,_0x7f16b2){const _0x39ede4=a10_0x39ed();return a10_0x561a=function(_0x561a98,_0x116a40){_0x561a98=_0x561a98-0xcd;let _0x52d53f=_0x39ede4[_0x561a98];return _0x52d53f;},a10_0x561a(_0x535d90,_0x7f16b2);}const a10_0x1594d7={};a10_0x1594d7[a10_0x2d0284(0xee)]='bstack',a10_0x1594d7['timeout']=0x2710,After(a10_0x1594d7,function(_0x3c0483,_0x250e55){const _0x3c15a5=a10_0x2d0284,_0x49ad88={'eOXCG':_0x3c15a5(0xfa),'xZDfK':function(_0x52b181,_0x2bf95e){return _0x52b181===_0x2bf95e;},'cyUIt':_0x3c15a5(0xff),'CAwRF':function(_0xb77d47,_0x4e7eef,_0x175794,_0x413863){return _0xb77d47(_0x4e7eef,_0x175794,_0x413863);},'aYAwL':_0x3c15a5(0xe5),'pCYHC':function(_0x196ec9,_0x2b4279,_0x26185b){return _0x196ec9(_0x2b4279,_0x26185b);},'eZLha':_0x3c15a5(0xd9),'IiSQl':function(_0x22a31e){return _0x22a31e();},'ARxGV':function(_0x4205ba,_0x28545d){return _0x4205ba(_0x28545d);},'YWgZQ':'Inside\x20browserstack\x20After'};logger['debug'](_0x49ad88[_0x3c15a5(0xfd)]),new Promise(async(_0x5c9a7a,_0x3f3f34)=>{const _0x1e3773=_0x3c15a5;let _0x179d04=![];try{await global[_0x1e3773(0xe0)]['session_'],_0x179d04=!![];if(!global['__skipSessionName']){const _0x12d637={};_0x12d637['name']=_0x3c0483[_0x1e3773(0xd1)]['name'];const _0x197c69={};_0x197c69[_0x1e3773(0xde)]=_0x49ad88[_0x1e3773(0xf8)],_0x197c69['arguments']=_0x12d637;const _0x1c6744=_0x197c69;await global[_0x1e3773(0xe0)][_0x1e3773(0xe8)](_0x1e3773(0xe7)+JSON[_0x1e3773(0x104)](_0x1c6744));}_0x49ad88[_0x1e3773(0xf0)](_0x3c0483['result'][_0x1e3773(0x101)][_0x1e3773(0x102)](),_0x49ad88['cyUIt'])?await _0x49ad88[_0x1e3773(0xf3)](markSessionStatus,global[_0x1e3773(0xe0)],_0x49ad88['cyUIt'],global[_0x1e3773(0xed)][_0x1e3773(0xfe)](_0x49ad88[_0x1e3773(0x100)])):await _0x49ad88[_0x1e3773(0xe1)](markSessionStatus,global[_0x1e3773(0xe0)],_0x49ad88[_0x1e3773(0xdb)]);}catch(_0x179b58){logger[_0x1e3773(0x109)](_0x1e3773(0x106)+_0x179b58);}if(_0x179d04)try{await global[_0x1e3773(0xe0)]['initQuit'](),_0x49ad88[_0x1e3773(0xe6)](_0x5c9a7a);}catch(_0x2d6893){logger['debug'](_0x1e3773(0xec)+_0x2d6893),_0x49ad88[_0x1e3773(0xce)](_0x3f3f34,_0x2d6893);}else _0x49ad88[_0x1e3773(0xe6)](_0x3f3f34);})[_0x3c15a5(0xf5)](()=>_0x250e55());});
@@ -1 +1 @@
1
- const a11_0x4d96f1=a11_0x3b15;function a11_0x195c(){const _0x2b8e0d=['2118760qvnmEv','@cucumber/cucumber','27SEhIVq','5hKHtNL','5836GWnYBj','@cucumber/cucumber/lib/index.js','1200335XcWmsW','5984680RHCHhD','3459484wGlgtM','BSTACK_DELTA','cucumber/lib/index.js','2196nnVMLF','cucumber','1797720TzFIkr','2676378fboSHt'];a11_0x195c=function(){return _0x2b8e0d;};return a11_0x195c();}(function(_0x1bd15d,_0x106c57){const _0x3b0110=a11_0x3b15,_0x54c538=_0x1bd15d();while(!![]){try{const _0x2a5640=parseInt(_0x3b0110(0x1ec))/0x1+parseInt(_0x3b0110(0x1e4))/0x2+parseInt(_0x3b0110(0x1e2))/0x3*(-parseInt(_0x3b0110(0x1ea))/0x4)+-parseInt(_0x3b0110(0x1e9))/0x5*(-parseInt(_0x3b0110(0x1e5))/0x6)+-parseInt(_0x3b0110(0x1ee))/0x7+parseInt(_0x3b0110(0x1e6))/0x8*(-parseInt(_0x3b0110(0x1e8))/0x9)+parseInt(_0x3b0110(0x1ed))/0xa;if(_0x2a5640===_0x106c57)break;else _0x54c538['push'](_0x54c538['shift']());}catch(_0x26750c){_0x54c538['push'](_0x54c538['shift']());}}}(a11_0x195c,0xc022f));const {requireModule}=require('../../helpers/helper'),constants=require('../utils/constants');let cucumberModule=null;function a11_0x3b15(_0x51b6c8,_0x3b14f2){const _0x195ced=a11_0x195c();return a11_0x3b15=function(_0x3b15ac,_0x4b1c15){_0x3b15ac=_0x3b15ac-0x1e2;let _0x150f42=_0x195ced[_0x3b15ac];return _0x150f42;},a11_0x3b15(_0x51b6c8,_0x3b14f2);}try{cucumberModule=requireModule(a11_0x4d96f1(0x1eb),a11_0x4d96f1(0x1e7));}catch(a11_0x39696a){cucumberModule=requireModule(a11_0x4d96f1(0x1f0),a11_0x4d96f1(0x1e3));}const userValue=global['__timeout']||0x0;(userValue===0x0||userValue<constants[a11_0x4d96f1(0x1ef)])&&cucumberModule['setDefaultTimeout'](constants[a11_0x4d96f1(0x1ef)]);
1
+ const a11_0x1298fb=a11_0x3310;(function(_0x4029f4,_0x382912){const _0x5963cd=a11_0x3310,_0x460716=_0x4029f4();while(!![]){try{const _0x2c3a6d=parseInt(_0x5963cd(0x12e))/0x1*(-parseInt(_0x5963cd(0x129))/0x2)+parseInt(_0x5963cd(0x124))/0x3+-parseInt(_0x5963cd(0x133))/0x4*(parseInt(_0x5963cd(0x12d))/0x5)+parseInt(_0x5963cd(0x130))/0x6+parseInt(_0x5963cd(0x128))/0x7+-parseInt(_0x5963cd(0x12a))/0x8+parseInt(_0x5963cd(0x123))/0x9*(-parseInt(_0x5963cd(0x12f))/0xa);if(_0x2c3a6d===_0x382912)break;else _0x460716['push'](_0x460716['shift']());}catch(_0x126462){_0x460716['push'](_0x460716['shift']());}}}(a11_0x3fc9,0x8de66));const {requireModule}=require(a11_0x1298fb(0x12b)),constants=require(a11_0x1298fb(0x12c));function a11_0x3310(_0x5ebfde,_0x3d1f1b){const _0x3fc9bc=a11_0x3fc9();return a11_0x3310=function(_0x33105e,_0x45f5bf){_0x33105e=_0x33105e-0x123;let _0x2ee790=_0x3fc9bc[_0x33105e];return _0x2ee790;},a11_0x3310(_0x5ebfde,_0x3d1f1b);}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x1298fb(0x132),'@cucumber/cucumber');}catch(a11_0x4229d3){cucumberModule=requireModule(a11_0x1298fb(0x126),a11_0x1298fb(0x131));}const userValue=global['__timeout']||0x0;(userValue===0x0||userValue<constants['BSTACK_DELTA'])&&cucumberModule[a11_0x1298fb(0x127)](constants[a11_0x1298fb(0x125)]);function a11_0x3fc9(){const _0x52e1c0=['setDefaultTimeout','7200991rnPrEX','86ohHXwu','4904392sfPess','../../helpers/helper','../utils/constants','9010INoFnv','21337CuwSlo','20eWiWzT','5000214kiAvSE','cucumber','@cucumber/cucumber/lib/index.js','8UTBGuW','1839051iVXdBo','1985886AVCJvX','BSTACK_DELTA','cucumber/lib/index.js'];a11_0x3fc9=function(){return _0x52e1c0;};return a11_0x3fc9();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x1f0ceb=a12_0x337a;function a12_0x1404(){const _0x21661f=['./constants','every','missing','72wUkIdT','footer','https','../../helpers/logger','command','50MJRxlo','oyTsH','51244GmyjCN','206793cbBKCI','bstackAccessKey','Connection\x20established\x20successfully.','hUBdk','toString','31rsZgeq','invalid','UzwIx','integrations-repeater','JuRHb','Hosts\x20not\x20valid','epilogue','setProxySettings','integrations','help','port','describe','614400zgfqNJ','options','hosts','type','Failed\x20to\x20establish\x20connection.','yOVju','trim','vdgwK','exports','443','Nbobz','replace','only','15068xOAKGD','gJrWc','protocol','687617xmojVz','config','accessKey','WdGbY','setupBrowserstackLocal','kiNaK','usage','1086798nYRzNY','nizVO','bstackAccesskey','split','localIdentifier','error','demandOption','connect','url','bstack-accesskey','xwiAh','2473950ciHaXK','browserstackLocal','ZZcLq','pxwzA','BIYjv','undefined','11sQIeEN','info','browserStackLocalOptions','CFsdr'];a12_0x1404=function(){return _0x21661f;};return a12_0x1404();}(function(_0x4ffe8e,_0x7b67c1){const _0x339eee=a12_0x337a,_0x19b2ac=_0x4ffe8e();while(!![]){try{const _0xf2b74e=parseInt(_0x339eee(0x1c1))/0x1*(-parseInt(_0x339eee(0x1da))/0x2)+-parseInt(_0x339eee(0x1e4))/0x3+-parseInt(_0x339eee(0x1bb))/0x4*(-parseInt(_0x339eee(0x1b9))/0x5)+parseInt(_0x339eee(0x1cd))/0x6+parseInt(_0x339eee(0x1dd))/0x7+parseInt(_0x339eee(0x1fc))/0x8*(parseInt(_0x339eee(0x1bc))/0x9)+-parseInt(_0x339eee(0x1ef))/0xa*(-parseInt(_0x339eee(0x1f5))/0xb);if(_0xf2b74e===_0x7b67c1)break;else _0x19b2ac['push'](_0x19b2ac['shift']());}catch(_0x1abb89){_0x19b2ac['push'](_0x19b2ac['shift']());}}}(a12_0x1404,0x2dae5));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x1f0ceb(0x1b7))['winstonLogger'],{URL}=require(a12_0x1f0ceb(0x1ec)),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x1f0ceb(0x1f9)),validHosts=function(_0x51e29d){const _0x57fd79=a12_0x1f0ceb;return _0x51e29d[_0x57fd79(0x1e7)](',')[_0x57fd79(0x1fa)](_0x1b96d9=>{const _0x2de591=_0x57fd79;try{new URL(_0x1b96d9[_0x2de591(0x1d3)]());}catch(_0x5f308c){return![];}return!![];});},parseOnPremHosts=function(_0x484c68){const _0x1339b0=a12_0x1f0ceb,_0x48aaf9={};_0x48aaf9['tkHee']=function(_0x260c1,_0x174fa2){return _0x260c1===_0x174fa2;},_0x48aaf9[_0x1339b0(0x1f3)]='https:',_0x48aaf9[_0x1339b0(0x1e5)]=_0x1339b0(0x1d6),_0x48aaf9[_0x1339b0(0x1e0)]=function(_0x3e0b52,_0x322a08){return _0x3e0b52===_0x322a08;},_0x48aaf9[_0x1339b0(0x1c3)]=_0x1339b0(0x1b6);const _0x4e83e7=_0x48aaf9;return _0x484c68[_0x1339b0(0x1e7)](',')['map'](_0x3bf1f2=>{const _0x5b57ae=_0x1339b0,_0x3b0f40=new URL(_0x3bf1f2[_0x5b57ae(0x1d3)]()),_0x5e818c=_0x3b0f40['hostname'],_0x1c0f45=_0x3b0f40[_0x5b57ae(0x1cb)]||(_0x4e83e7['tkHee'](_0x3b0f40['protocol'],_0x4e83e7['BIYjv'])?_0x4e83e7['nizVO']:'80'),_0x5a4512=_0x3b0f40[_0x5b57ae(0x1dc)][_0x5b57ae(0x1d8)](':',''),_0x329215=_0x4e83e7[_0x5b57ae(0x1e0)](_0x5a4512,_0x4e83e7[_0x5b57ae(0x1c3)])?0x1:0x0;return _0x5e818c+','+_0x1c0f45+','+_0x329215;});},connectCommandBuilder=function(_0x31c3b7){const _0x25ae6b=a12_0x1f0ceb,_0x164e9f={};_0x164e9f[_0x25ae6b(0x1bf)]='string';const _0x3fda20=_0x164e9f,_0x14f85a={};_0x14f85a[_0x25ae6b(0x1cc)]=HELP_MESSAGES[_0x25ae6b(0x1ce)][_0x25ae6b(0x1bd)],_0x14f85a[_0x25ae6b(0x1d0)]=_0x3fda20[_0x25ae6b(0x1bf)];const _0x289546={};_0x289546[_0x25ae6b(0x1cc)]=HELP_MESSAGES[_0x25ae6b(0x1ce)][_0x25ae6b(0x1cf)],_0x289546['type']=_0x3fda20['hUBdk'],_0x289546[_0x25ae6b(0x1ea)]=!![];const _0x36d49a={};return _0x36d49a[_0x25ae6b(0x1ed)]=_0x14f85a,_0x36d49a[_0x25ae6b(0x1cf)]=_0x289546,_0x31c3b7[_0x25ae6b(0x1ce)](_0x36d49a);},connectCommandHandler=async function(_0x6062b7){const _0x44a2d2=a12_0x1f0ceb,_0x5d2261={'CFsdr':_0x44a2d2(0x1c9),'xwiAh':function(_0x57b4ab,_0x4058a3){return _0x57b4ab===_0x4058a3;},'QZAhr':_0x44a2d2(0x1f4),'ZZcLq':'BrowserStack\x20access\x20key\x20missing.','yOVju':'Integration\x20hosts\x20missing.','gJrWc':function(_0x76279f,_0x5bb86a){return _0x76279f(_0x5bb86a);},'pxwzA':_0x44a2d2(0x1c6),'oyTsH':_0x44a2d2(0x1c4),'JuRHb':_0x44a2d2(0x1be),'vdgwK':_0x44a2d2(0x1d1)};try{const _0x1419a9=new BrowserStackSetup(_0x6062b7,_0x5d2261[_0x44a2d2(0x1f8)]);_0x6062b7[_0x44a2d2(0x1e6)]&&(_0x1419a9[_0x44a2d2(0x1de)][_0x44a2d2(0x1df)]=_0x6062b7[_0x44a2d2(0x1e6)]);if(_0x5d2261[_0x44a2d2(0x1ee)](typeof _0x1419a9['config'][_0x44a2d2(0x1df)],_0x5d2261['QZAhr'])){logger['error'](_0x5d2261[_0x44a2d2(0x1f1)]);throw new Error(ERROR_MESSAGES[_0x44a2d2(0x1bd)]['missing']);}const _0x1c118e=_0x6062b7['hosts'];if(_0x5d2261['xwiAh'](typeof _0x1c118e,_0x5d2261['QZAhr'])){logger[_0x44a2d2(0x1e9)](_0x5d2261[_0x44a2d2(0x1d2)]);throw new Error(ERROR_MESSAGES['hosts'][_0x44a2d2(0x1fb)]);}if(!_0x5d2261[_0x44a2d2(0x1db)](validHosts,_0x1c118e)){logger[_0x44a2d2(0x1e9)](_0x5d2261[_0x44a2d2(0x1f2)]);throw new Error(ERROR_MESSAGES[_0x44a2d2(0x1cf)][_0x44a2d2(0x1c2)]);}const _0xa25e9=_0x5d2261['gJrWc'](parseOnPremHosts,_0x1c118e);_0x1419a9['config'][_0x44a2d2(0x1f0)]=!![],_0x1419a9[_0x44a2d2(0x1de)][_0x44a2d2(0x1f7)][_0x44a2d2(0x1e8)]=_0x5d2261[_0x44a2d2(0x1ba)],_0x1419a9[_0x44a2d2(0x1de)][_0x44a2d2(0x1f7)][_0x44a2d2(0x1d9)]=_0xa25e9['join'](','),helper[_0x44a2d2(0x1c8)](_0x1419a9['config']),await _0x1419a9[_0x44a2d2(0x1e1)](),logger[_0x44a2d2(0x1f6)](_0x5d2261[_0x44a2d2(0x1c5)]);}catch(_0x54c7d9){logger[_0x44a2d2(0x1e9)](_0x5d2261[_0x44a2d2(0x1d4)]);throw new Error(_0x54c7d9[_0x44a2d2(0x1c0)]());}};function run(_0x3cecd9){const _0x21758a=a12_0x1f0ceb,_0x55a734={};_0x55a734[_0x21758a(0x1e2)]=_0x21758a(0x1eb),_0x55a734[_0x21758a(0x1d7)]=_0x21758a(0x1ca);const _0x3ca5ce=_0x55a734;_0x3cecd9[_0x21758a(0x1e3)](HELP_MESSAGES[_0x21758a(0x1b8)]['root'])['command'](_0x3ca5ce[_0x21758a(0x1e2)],HELP_MESSAGES[_0x21758a(0x1b8)][_0x21758a(0x1eb)],connectCommandBuilder,connectCommandHandler)['demandCommand']()[_0x21758a(0x1ca)](_0x3ca5ce[_0x21758a(0x1d7)])[_0x21758a(0x1c7)](HELP_MESSAGES[_0x21758a(0x1b8)][_0x21758a(0x1b5)]);}function a12_0x337a(_0x410c47,_0x4cb5aa){const _0x1404b9=a12_0x1404();return a12_0x337a=function(_0x337a35,_0x2805a4){_0x337a35=_0x337a35-0x1b5;let _0x3a4e29=_0x1404b9[_0x337a35];return _0x3a4e29;},a12_0x337a(_0x410c47,_0x4cb5aa);}module[a12_0x1f0ceb(0x1d5)]=run;
2
+ 'use strict';const a12_0x2e5e75=a12_0x5e6c;function a12_0x4005(){const _0x463682=['options','JQOHN','integrations','help','4231840LsaeFP','BrowserStack\x20access\x20key\x20missing.','Failed\x20to\x20establish\x20connection.','localIdentifier','exports','Connection\x20established\x20successfully.','string','hosts','url','bstackAccessKey','KEuoG','bstack-accesskey','852812JUDDqe','https','nbDiW','browserstackLocal','split','error','missing','3479658oMQDyt','DFlof','1250pQhRQQ','XqwJJ','KOCbb','demandCommand','VsAgM','toString','7meIpSH','vwKWM','trim','38776odjjyA','443','epilogue','usage','invalid','command','protocol','yzIji','RyLcN','describe','kwOlS','footer','ILIar','type','284888cAVqwh','join','undefined','./constants','../../helpers/logger','BFDbg','port','bstackAccesskey','setupBrowserstackLocal','accessKey','129ISrlnq','328496uLHIAk','Hosts\x20not\x20valid','winstonLogger','MWnCJ','../../helpers/helper','https:','config','bYzWG','replace','hostname','Integration\x20hosts\x20missing.','tWNgq','browserStackLocalOptions','CWBWL','711JHfWFo'];a12_0x4005=function(){return _0x463682;};return a12_0x4005();}function a12_0x5e6c(_0x4b8d02,_0x512644){const _0x40050a=a12_0x4005();return a12_0x5e6c=function(_0x5e6c61,_0x47227c){_0x5e6c61=_0x5e6c61-0x1c4;let _0x52bcf4=_0x40050a[_0x5e6c61];return _0x52bcf4;},a12_0x5e6c(_0x4b8d02,_0x512644);}(function(_0x3467ca,_0x5eb841){const _0x1e4c5d=a12_0x5e6c,_0x3468a4=_0x3467ca();while(!![]){try{const _0x654c56=-parseInt(_0x1e4c5d(0x1f3))/0x1+parseInt(_0x1e4c5d(0x1d3))/0x2+-parseInt(_0x1e4c5d(0x1fd))/0x3*(-parseInt(_0x1e4c5d(0x1e5))/0x4)+parseInt(_0x1e4c5d(0x1c7))/0x5+-parseInt(_0x1e4c5d(0x1da))/0x6*(parseInt(_0x1e4c5d(0x1e2))/0x7)+parseInt(_0x1e4c5d(0x1fe))/0x8+parseInt(_0x1e4c5d(0x20c))/0x9*(-parseInt(_0x1e4c5d(0x1dc))/0xa);if(_0x654c56===_0x5eb841)break;else _0x3468a4['push'](_0x3468a4['shift']());}catch(_0x2face8){_0x3468a4['push'](_0x3468a4['shift']());}}}(a12_0x4005,0xd0fa4));const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x2e5e75(0x1f7))[a12_0x2e5e75(0x200)],{URL}=require(a12_0x2e5e75(0x1cf)),helper=require(a12_0x2e5e75(0x202)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x2e5e75(0x1f6)),validHosts=function(_0x790182){return _0x790182['split'](',')['every'](_0x290015=>{const _0x423268=a12_0x5e6c;try{new URL(_0x290015[_0x423268(0x1e4)]());}catch(_0x45feb6){return![];}return!![];});},parseOnPremHosts=function(_0x2b845a){const _0x5da70b=a12_0x2e5e75,_0x1a944c={};_0x1a944c[_0x5da70b(0x1db)]=function(_0x62594d,_0x14ccac){return _0x62594d===_0x14ccac;},_0x1a944c['bYzWG']=_0x5da70b(0x203),_0x1a944c['vwKWM']=_0x5da70b(0x1e6),_0x1a944c[_0x5da70b(0x1de)]=_0x5da70b(0x1d4);const _0x37f1ad=_0x1a944c;return _0x2b845a[_0x5da70b(0x1d7)](',')['map'](_0x13d3f5=>{const _0x4aa03c=_0x5da70b,_0x2a4a1b=new URL(_0x13d3f5[_0x4aa03c(0x1e4)]()),_0x1586a4=_0x2a4a1b[_0x4aa03c(0x207)],_0x45500a=_0x2a4a1b[_0x4aa03c(0x1f9)]||(_0x37f1ad[_0x4aa03c(0x1db)](_0x2a4a1b[_0x4aa03c(0x1eb)],_0x37f1ad[_0x4aa03c(0x205)])?_0x37f1ad[_0x4aa03c(0x1e3)]:'80'),_0x170c68=_0x2a4a1b['protocol'][_0x4aa03c(0x206)](':',''),_0x30881c=_0x37f1ad[_0x4aa03c(0x1db)](_0x170c68,_0x37f1ad[_0x4aa03c(0x1de)])?0x1:0x0;return _0x1586a4+','+_0x45500a+','+_0x30881c;});},connectCommandBuilder=function(_0x5be8c2){const _0x4881cd=a12_0x2e5e75,_0x47c511={};_0x47c511[_0x4881cd(0x1ed)]=_0x4881cd(0x1cd);const _0xec4ffb=_0x47c511,_0xf061bd={};_0xf061bd[_0x4881cd(0x1ee)]=HELP_MESSAGES[_0x4881cd(0x20d)][_0x4881cd(0x1d0)],_0xf061bd[_0x4881cd(0x1f2)]=_0xec4ffb[_0x4881cd(0x1ed)];const _0x17a2d4={};_0x17a2d4[_0x4881cd(0x1ee)]=HELP_MESSAGES[_0x4881cd(0x20d)][_0x4881cd(0x1ce)],_0x17a2d4[_0x4881cd(0x1f2)]=_0xec4ffb[_0x4881cd(0x1ed)],_0x17a2d4['demandOption']=!![];const _0x2c40e8={};return _0x2c40e8[_0x4881cd(0x1d2)]=_0xf061bd,_0x2c40e8['hosts']=_0x17a2d4,_0x5be8c2['options'](_0x2c40e8);},connectCommandHandler=async function(_0x58527a){const _0x32f820=a12_0x2e5e75,_0x4aca63={'zZNKV':_0x32f820(0x1c5),'nbDiW':function(_0x1d6187,_0x4017cc){return _0x1d6187===_0x4017cc;},'ILIar':_0x32f820(0x1f5),'KEuoG':_0x32f820(0x1c8),'hpOOX':function(_0x1c41d6,_0x1c81cc){return _0x1c41d6===_0x1c81cc;},'CWBWL':_0x32f820(0x208),'yzIji':function(_0x3852bb,_0x1d989a){return _0x3852bb(_0x1d989a);},'MWnCJ':_0x32f820(0x1ff),'tWNgq':function(_0x56994b,_0x429710){return _0x56994b(_0x429710);},'VsAgM':'integrations-repeater','JQOHN':_0x32f820(0x1cc),'XqwJJ':_0x32f820(0x1c9)};try{const _0x406392=new BrowserStackSetup(_0x58527a,_0x4aca63['zZNKV']);_0x58527a[_0x32f820(0x1fa)]&&(_0x406392[_0x32f820(0x204)][_0x32f820(0x1fc)]=_0x58527a['bstackAccesskey']);if(_0x4aca63[_0x32f820(0x1d5)](typeof _0x406392[_0x32f820(0x204)][_0x32f820(0x1fc)],_0x4aca63[_0x32f820(0x1f1)])){logger[_0x32f820(0x1d8)](_0x4aca63[_0x32f820(0x1d1)]);throw new Error(ERROR_MESSAGES[_0x32f820(0x1d0)][_0x32f820(0x1d9)]);}const _0x58bbb0=_0x58527a['hosts'];if(_0x4aca63['hpOOX'](typeof _0x58bbb0,_0x4aca63[_0x32f820(0x1f1)])){logger[_0x32f820(0x1d8)](_0x4aca63[_0x32f820(0x20b)]);throw new Error(ERROR_MESSAGES[_0x32f820(0x1ce)][_0x32f820(0x1d9)]);}if(!_0x4aca63[_0x32f820(0x1ec)](validHosts,_0x58bbb0)){logger[_0x32f820(0x1d8)](_0x4aca63[_0x32f820(0x201)]);throw new Error(ERROR_MESSAGES[_0x32f820(0x1ce)][_0x32f820(0x1e9)]);}const _0x4b2694=_0x4aca63[_0x32f820(0x209)](parseOnPremHosts,_0x58bbb0);_0x406392['config'][_0x32f820(0x1d6)]=!![],_0x406392[_0x32f820(0x204)]['browserStackLocalOptions'][_0x32f820(0x1ca)]=_0x4aca63[_0x32f820(0x1e0)],_0x406392['config'][_0x32f820(0x20a)]['only']=_0x4b2694[_0x32f820(0x1f4)](','),helper['setProxySettings'](_0x406392[_0x32f820(0x204)]),await _0x406392[_0x32f820(0x1fb)](),logger['info'](_0x4aca63[_0x32f820(0x1c4)]);}catch(_0xf4c4d0){logger['error'](_0x4aca63[_0x32f820(0x1dd)]);throw new Error(_0xf4c4d0[_0x32f820(0x1e1)]());}};function run(_0x1626ec){const _0x187c53=a12_0x2e5e75,_0xf13e0b={};_0xf13e0b[_0x187c53(0x1f8)]='connect',_0xf13e0b[_0x187c53(0x1ef)]=_0x187c53(0x1c6);const _0x1f7c70=_0xf13e0b;_0x1626ec[_0x187c53(0x1e8)](HELP_MESSAGES[_0x187c53(0x1ea)]['root'])[_0x187c53(0x1ea)](_0x1f7c70[_0x187c53(0x1f8)],HELP_MESSAGES['command']['connect'],connectCommandBuilder,connectCommandHandler)[_0x187c53(0x1df)]()[_0x187c53(0x1c6)](_0x1f7c70['kwOlS'])[_0x187c53(0x1e7)](HELP_MESSAGES[_0x187c53(0x1ea)][_0x187c53(0x1f0)]);}module[a12_0x2e5e75(0x1cb)]=run;
@@ -1 +1 @@
1
- var a13_0x36802d=a13_0x2f67;(function(_0x3eddd6,_0x12e23d){var _0x2f8f4f=a13_0x2f67,_0x3bbc64=_0x3eddd6();while(!![]){try{var _0x49c1ce=-parseInt(_0x2f8f4f(0xbd))/0x1+-parseInt(_0x2f8f4f(0xb2))/0x2*(-parseInt(_0x2f8f4f(0xc5))/0x3)+parseInt(_0x2f8f4f(0xc3))/0x4*(-parseInt(_0x2f8f4f(0xc1))/0x5)+-parseInt(_0x2f8f4f(0xb7))/0x6+parseInt(_0x2f8f4f(0xbb))/0x7+-parseInt(_0x2f8f4f(0xb0))/0x8+parseInt(_0x2f8f4f(0xbf))/0x9*(parseInt(_0x2f8f4f(0xba))/0xa);if(_0x49c1ce===_0x12e23d)break;else _0x3bbc64['push'](_0x3bbc64['shift']());}catch(_0x37484d){_0x3bbc64['push'](_0x3bbc64['shift']());}}}(a13_0x35b3,0x5b975));var a13_0x2bf007={};a13_0x2bf007[a13_0x36802d(0xb4)]=a13_0x36802d(0xc0),a13_0x2bf007[a13_0x36802d(0xb3)]=a13_0x36802d(0xae);var a13_0x1803ef={};a13_0x1803ef[a13_0x36802d(0xad)]=a13_0x36802d(0xb8),a13_0x1803ef['connect']=a13_0x36802d(0xc2),a13_0x1803ef[a13_0x36802d(0xc4)]=a13_0x36802d(0xb1);var a13_0x5b3a45={};a13_0x5b3a45[a13_0x36802d(0xb6)]=a13_0x2bf007,a13_0x5b3a45['command']=a13_0x1803ef,exports['HELP_MESSAGES']=a13_0x5b3a45;var a13_0x1604a4={};function a13_0x35b3(){var _0x174b45=['BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','5749840ZxwVPQ','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','633908XcoAOX','hosts','bstackAccessKey','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.','options','1577154UExwkG','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','invalid','10WLFZjT','3734234YyWTza','ERROR_MESSAGES','412784EqcLSj','missing','12727782CSisNj','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','15BijULP','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','660112cwyotR','footer','3VWRNRA','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.'];a13_0x35b3=function(){return _0x174b45;};return a13_0x35b3();}a13_0x1604a4['missing']=a13_0x36802d(0xaf);var a13_0x194f5d={};a13_0x194f5d[a13_0x36802d(0xbe)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x194f5d[a13_0x36802d(0xb9)]=a13_0x36802d(0xb5);var a13_0x19ef99={};function a13_0x2f67(_0x3d1ae8,_0x239c4b){var _0x35b31b=a13_0x35b3();return a13_0x2f67=function(_0x2f6744,_0x5162d3){_0x2f6744=_0x2f6744-0xad;var _0x3f46c1=_0x35b31b[_0x2f6744];return _0x3f46c1;},a13_0x2f67(_0x3d1ae8,_0x239c4b);}a13_0x19ef99['bstackAccessKey']=a13_0x1604a4,a13_0x19ef99[a13_0x36802d(0xb3)]=a13_0x194f5d,exports[a13_0x36802d(0xbc)]=a13_0x19ef99;
1
+ function a13_0x4368(_0x4bc77c,_0x1515ef){var _0x54ad17=a13_0x54ad();return a13_0x4368=function(_0x4368b7,_0x5973dd){_0x4368b7=_0x4368b7-0x1bb;var _0x18c1d4=_0x54ad17[_0x4368b7];return _0x18c1d4;},a13_0x4368(_0x4bc77c,_0x1515ef);}var a13_0x6eaed0=a13_0x4368;(function(_0x33da74,_0x431088){var _0x467818=a13_0x4368,_0x550223=_0x33da74();while(!![]){try{var _0x117e53=-parseInt(_0x467818(0x1ce))/0x1*(-parseInt(_0x467818(0x1bd))/0x2)+-parseInt(_0x467818(0x1cd))/0x3*(parseInt(_0x467818(0x1cc))/0x4)+parseInt(_0x467818(0x1d0))/0x5*(parseInt(_0x467818(0x1cb))/0x6)+-parseInt(_0x467818(0x1bc))/0x7*(parseInt(_0x467818(0x1bf))/0x8)+-parseInt(_0x467818(0x1c8))/0x9+parseInt(_0x467818(0x1c3))/0xa+-parseInt(_0x467818(0x1c1))/0xb*(-parseInt(_0x467818(0x1c4))/0xc);if(_0x117e53===_0x431088)break;else _0x550223['push'](_0x550223['shift']());}catch(_0x34ffc0){_0x550223['push'](_0x550223['shift']());}}}(a13_0x54ad,0x18ca3));var a13_0x35464d={};a13_0x35464d[a13_0x6eaed0(0x1d3)]=a13_0x6eaed0(0x1be),a13_0x35464d[a13_0x6eaed0(0x1d1)]=a13_0x6eaed0(0x1cf);var a13_0x414c30={};a13_0x414c30[a13_0x6eaed0(0x1c7)]=a13_0x6eaed0(0x1c2),a13_0x414c30['connect']=a13_0x6eaed0(0x1bb),a13_0x414c30[a13_0x6eaed0(0x1d2)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x2da920={};a13_0x2da920[a13_0x6eaed0(0x1c5)]=a13_0x35464d,a13_0x2da920[a13_0x6eaed0(0x1ca)]=a13_0x414c30,exports['HELP_MESSAGES']=a13_0x2da920;function a13_0x54ad(){var _0x360b78=['57NEAugx','94097rrCBOG','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.','4435NvjlEW','hosts','footer','bstackAccessKey','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','7XLRcnO','2Osmxhk','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','330160IMzcCq','invalid','77BNZqAt','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','2025960DHqtmg','64968ShHZmm','options','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','root','1359171FDXCkB','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.','command','654hRejHh','28936VySufJ'];a13_0x54ad=function(){return _0x360b78;};return a13_0x54ad();}var a13_0x37e101={};a13_0x37e101['missing']='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x876277={};a13_0x876277['missing']=a13_0x6eaed0(0x1c6),a13_0x876277[a13_0x6eaed0(0x1c0)]=a13_0x6eaed0(0x1c9);var a13_0x1b9497={};a13_0x1b9497[a13_0x6eaed0(0x1d3)]=a13_0x37e101,a13_0x1b9497[a13_0x6eaed0(0x1d1)]=a13_0x876277,exports['ERROR_MESSAGES']=a13_0x1b9497;
@@ -1 +1 @@
1
- 'use strict';const a14_0x2f5b10=a14_0x534e;(function(_0x30b4c8,_0x3f947e){const _0x5d2595=a14_0x534e,_0x1dc976=_0x30b4c8();while(!![]){try{const _0x38d7cd=parseInt(_0x5d2595(0x1a5))/0x1*(-parseInt(_0x5d2595(0x198))/0x2)+-parseInt(_0x5d2595(0x159))/0x3*(parseInt(_0x5d2595(0x175))/0x4)+-parseInt(_0x5d2595(0x193))/0x5+-parseInt(_0x5d2595(0x1aa))/0x6+parseInt(_0x5d2595(0x1b6))/0x7+-parseInt(_0x5d2595(0x1ae))/0x8*(parseInt(_0x5d2595(0x158))/0x9)+parseInt(_0x5d2595(0x17f))/0xa;if(_0x38d7cd===_0x3f947e)break;else _0x1dc976['push'](_0x1dc976['shift']());}catch(_0x27c053){_0x1dc976['push'](_0x1dc976['shift']());}}}(a14_0x547a,0x618b2));const path=require('path'),fs=require('fs'),{v4:uuidv4}=require(a14_0x2f5b10(0x1bb)),testhubUtils=require(a14_0x2f5b10(0x163)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x2f5b10(0x19a)),testRunMap=require(a14_0x2f5b10(0x1a6)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x2f5b10(0x19e),a14_0x15acf7={};a14_0x15acf7[a14_0x2f5b10(0x17e)]=a14_0x2f5b10(0x17e),a14_0x15acf7[a14_0x2f5b10(0x169)]='failed',a14_0x15acf7[a14_0x2f5b10(0x1b3)]=a14_0x2f5b10(0x1b3),a14_0x15acf7[a14_0x2f5b10(0x15f)]='skipped';function a14_0x547a(){const _0x5d2538=['5143464dGzths','mnbrM','statSync','join','number','pending','trim','SbOKL','1061956JomHVw','scJPr','HIkhj','_sendSpecEvent','IjrZr','uuid','finished_at','Exception\x20in\x20jasmine\x20specDone\x20for\x20','fyvAg','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','xKhgO','BmvcM','match','uNKPD','status','GvJcX','_paths','backtrace','yaprp','eXdtA','qmaCU','_suitesById','DBeFU','config','TestRunFinished','AZORC','rJgaJ','failure','uploadEventData','ZDRWa','hYFJx','push','yYFKK','xKUIj','XxwRE','OrWfi','VXnfc','mbxsH','9MHSjCd','2307FyjqSp','message','appendTesthubParams','bHlZy','startsWith','QWbvz','excluded','jasmineStarted','err','HjJDu','../../../helpers/testhub/utils','endsWith','lang','get','filename','keys','failed','dirname','OTakV','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','delete','expected','specStarted','\x20:\x20','javascript','description','parentSuiteId','_resolveFilePath','3308ccZGGd','KZfdW','HQUDQ','jasmineDone','Spec\x20failed','_collapseFailedExpectations','cwd','specDone','remove','passed','23008000DCYasr','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','shouldProcessEventForTesthub','FDGfy','.git','CecRa','xDFzC','JASMINE','prefixTestPath','voeoe','reverse','UnhandledError','isArray','Lzlxd','fileNameByFullName','length','duration','LXNqS','failedExpectations','862965KFIbCx','testObservability','slice','stack','_fileNameByFullName','1490rwnLBj','has','../../../helpers/test-observability/utils','TestRunStarted','set','_scopes','Jasmine','fullName','actual','RRWAj','ZGGgK','wMqBQ','iDOTc','23GAYUrW','../testRunMap','UsNYd','jyrBW','bxoCY','3506076KjTNTg','ejbQp','expanded','_findGitConfig'];a14_0x547a=function(){return _0x5d2538;};return a14_0x547a();}const STATUS_MAP=a14_0x15acf7;class BrowserStackJasmineReporter{constructor(_0x3835d4={}){const _0x3fb1a1=a14_0x2f5b10,_0x46eb86={'mnbrM':function(_0x535891){return _0x535891();}};this[_0x3fb1a1(0x194)]=_0x46eb86[_0x3fb1a1(0x1af)](isTestObservabilitySession),this['_paths']=new PathHelper({'cwd':process[_0x3fb1a1(0x17b)]()},undefined),this[_0x3fb1a1(0x197)]=_0x3835d4&&_0x3835d4[_0x3fb1a1(0x18e)]||{},this[_0x3fb1a1(0x1cb)]=new Map();}[a14_0x2f5b10(0x160)](){}['suiteStarted'](_0x1845c5){const _0x588555=a14_0x2f5b10,_0xf81c73={'HjJDu':function(_0x3e18ca,_0x1a65bf){return _0x3e18ca!==_0x1a65bf;},'UsNYd':function(_0x5bf494,_0x119b84){return _0x5bf494(_0x119b84);}};try{_0x1845c5&&_0xf81c73[_0x588555(0x162)](_0x1845c5['id'],undefined)&&_0xf81c73[_0x588555(0x162)](_0x1845c5['id'],null)&&this[_0x588555(0x1cb)]['set'](_0x1845c5['id'],{'description':_0x1845c5['description'],'parentSuiteId':_0x1845c5[_0x588555(0x173)]});}catch(_0x212510){_0xf81c73[_0x588555(0x1a7)](debug,_0x588555(0x180)+(_0x1845c5&&_0x1845c5[_0x588555(0x19f)])+'\x20:\x20'+_0x212510);}}[a14_0x2f5b10(0x16f)](_0x3bc36e){const _0x55d708=a14_0x2f5b10,_0x3889d4={'DBeFU':function(_0x7f1d6a,_0x47c8e1){return _0x7f1d6a!==_0x47c8e1;},'qmaCU':function(_0x235564){return _0x235564();},'FxSSo':_0x55d708(0x19b),'yYFKK':function(_0x46bc36,_0x2cac11){return _0x46bc36(_0x2cac11);}};try{if(_0x3889d4[_0x55d708(0x1cc)](testhubUtils[_0x55d708(0x182)](),!![]))return;const _0x3f1957=_0x3889d4[_0x55d708(0x1ca)](uuidv4);testRunMap['set'](_0x3bc36e['id'],_0x3f1957),this[_0x55d708(0x1b9)](_0x3bc36e,_0x3f1957,_0x3889d4['FxSSo']);}catch(_0x2463d0){_0x3889d4[_0x55d708(0x152)](debug,_0x55d708(0x16c)+(_0x3bc36e&&_0x3bc36e[_0x55d708(0x19f)])+_0x55d708(0x170)+_0x2463d0);}}[a14_0x2f5b10(0x17c)](_0x5b9bfc){const _0x2980cf=a14_0x2f5b10,_0xa0e2cd={'KZfdW':function(_0xee1449,_0x27e2b2){return _0xee1449!==_0x27e2b2;},'AFaXt':function(_0x1fdb37){return _0x1fdb37();},'voeoe':function(_0x315b92,_0x318d3f){return _0x315b92===_0x318d3f;},'QVOHT':_0x2980cf(0x15f),'ZGGgK':'TestRunSkipped','CecRa':_0x2980cf(0x1ce),'uNKPD':function(_0x160c92,_0x17a604){return _0x160c92(_0x17a604);}};try{if(_0xa0e2cd[_0x2980cf(0x176)](testhubUtils[_0x2980cf(0x182)](),!![]))return;const _0x5cc67a=testRunMap[_0x2980cf(0x166)](_0x5b9bfc['id'])||_0xa0e2cd['AFaXt'](uuidv4),_0x1a2bc0=_0xa0e2cd[_0x2980cf(0x189)](_0x5b9bfc[_0x2980cf(0x1c4)],_0xa0e2cd['QVOHT'])?_0xa0e2cd[_0x2980cf(0x1a2)]:_0xa0e2cd[_0x2980cf(0x185)];this[_0x2980cf(0x1b9)](_0x5b9bfc,_0x5cc67a,_0x1a2bc0);}catch(_0x5f3c6b){_0xa0e2cd[_0x2980cf(0x1c3)](debug,_0x2980cf(0x1bd)+(_0x5b9bfc&&_0x5b9bfc[_0x2980cf(0x19f)])+_0x2980cf(0x170)+_0x5f3c6b);}finally{_0x5b9bfc&&(testRunMap[_0x2980cf(0x17d)](_0x5b9bfc['id']),_specStartTimes[_0x2980cf(0x16d)](_0x5b9bfc['id']));}}['suiteDone'](){}[a14_0x2f5b10(0x178)](){}['_sendSpecEvent'](_0x2d5e98,_0x2e37e4,_0x3b79b9){const _0x1c4723=a14_0x2f5b10,_0xea2389={'yaprp':function(_0x8f7d9,_0x1494a7){return _0x8f7d9===_0x1494a7;},'rJgaJ':'TestRunFinished','ejbQp':'TestRunSkipped','wwSEK':'File\x20path\x20could\x20not\x20be\x20found','HQUDQ':function(_0x8c5194,_0x34c990,_0xc62cde){return _0x8c5194(_0x34c990,_0xc62cde);},'tGlUg':_0x1c4723(0x161),'IjrZr':_0x1c4723(0x19b),'xDFzC':function(_0x58941f,_0x26159d){return _0x58941f!==_0x26159d;},'FDGfy':function(_0x13e351,_0xeac14a){return _0x13e351!==_0xeac14a;},'VXnfc':function(_0x230779,_0x4ed713){return _0x230779===_0x4ed713;},'LXNqS':_0x1c4723(0x171),'XxwRE':function(_0x255937,_0x2dbfda){return _0x255937&&_0x2dbfda;},'RRWAj':'skipped','HIkhj':'passed','eXdtA':function(_0x470494,_0x2d0e7c){return _0x470494===_0x2d0e7c;},'iDOTc':_0x1c4723(0x1b2),'eVlyd':'AssertionError','OrWfi':_0x1c4723(0x18b),'AZORC':'started_at','wMqBQ':_0x1c4723(0x1bc),'bxoCY':_0x1c4723(0x1d1),'hYFJx':'failure_backtrace','jyrBW':_0x1c4723(0x1c7),'OTakV':'failure_reason_expanded','bHlZy':_0x1c4723(0x1ac),'fEsFi':function(_0x3b398a,_0x301621){return _0x3b398a(_0x301621);}};try{const _0x12e475=_0xea2389['yaprp'](_0x3b79b9,_0xea2389[_0x1c4723(0x1d0)])||_0xea2389[_0x1c4723(0x1c8)](_0x3b79b9,_0xea2389['ejbQp']),_0x1b68e8=this[_0x1c4723(0x174)](_0x2d5e98),_0x650e62=_0x1b68e8?this[_0x1c4723(0x1c6)][_0x1c4723(0x188)](_0x1b68e8):_0xea2389['wwSEK'],_0x2be2d2=_0x1b68e8?this[_0x1c4723(0x1ad)](path[_0x1c4723(0x16a)](_0x1b68e8)):null,_0x4793cf=this[_0x1c4723(0x17a)](_0x2d5e98[_0x1c4723(0x192)]),_0x19b78b=_0x4793cf?_0x4793cf[_0x1c4723(0x15a)]:undefined,_0x2d072e=_0x4793cf?_0xea2389[_0x1c4723(0x177)](failureData,_0x4793cf,_0xea2389['tGlUg']):[],_0x2e73d9=new Date()['toISOString'](),_0x144a06=this[_0x1c4723(0x19d)](_0x2d5e98);_0xea2389['yaprp'](_0x3b79b9,_0xea2389[_0x1c4723(0x1ba)])&&_0x2d5e98&&_0xea2389[_0x1c4723(0x186)](_0x2d5e98['id'],undefined)&&_0xea2389[_0x1c4723(0x183)](_0x2d5e98['id'],null)&&_specStartTimes[_0x1c4723(0x19c)](_0x2d5e98['id'],_0x2e73d9);const _0x1d4a64=_0xea2389[_0x1c4723(0x156)](_0x3b79b9,_0xea2389[_0x1c4723(0x1ba)])?_0x2e73d9:_0x2d5e98&&_specStartTimes[_0x1c4723(0x166)](_0x2d5e98['id'])||null,_0x3c8e29={};_0x3c8e29[_0x1c4723(0x165)]=_0xea2389[_0x1c4723(0x191)],_0x3c8e29['code']=null;const _0x27fad6={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x2e37e4,'name':_0x2d5e98[_0x1c4723(0x172)],'body':_0x3c8e29,'scope':_0x144a06[_0x1c4723(0x1b1)]('\x20'),'scopes':_0x144a06,'identifier':_0x2d5e98[_0x1c4723(0x19f)],'file_name':_0x650e62,'vc_filepath':_0xea2389[_0x1c4723(0x154)](_0x2be2d2,_0x1b68e8)?path['relative'](_0x2be2d2,_0x1b68e8):null,'location':_0x650e62,'result':_0xea2389['yaprp'](_0x3b79b9,_0xea2389['ejbQp'])?_0xea2389[_0x1c4723(0x1a1)]:STATUS_MAP[_0x2d5e98[_0x1c4723(0x1c4)]]||_0xea2389[_0x1c4723(0x1b8)],'failure_reason':_0x19b78b,'duration_in_ms':_0xea2389[_0x1c4723(0x1c9)](typeof _0x2d5e98[_0x1c4723(0x190)],_0xea2389[_0x1c4723(0x1a4)])?_0x2d5e98['duration']:null,'started_at':_0x1d4a64,'finished_at':_0x12e475?_0x2e73d9:null,'failure':_0x2d072e,'failure_type':!_0x19b78b?null:_0x19b78b[_0x1c4723(0x1c2)](/AssertionError/)?_0xea2389['eVlyd']:_0xea2389[_0x1c4723(0x155)],'retry_of':null};_0xea2389['eXdtA'](_0x3b79b9,_0xea2389['ejbQp'])&&!_0x27fad6[_0xea2389[_0x1c4723(0x1cf)]]&&(_0x27fad6[_0xea2389['AZORC']]=_0x27fad6[_0xea2389[_0x1c4723(0x1a3)]]);const _0x4a6c99=_0x27fad6[_0xea2389[_0x1c4723(0x1a9)]][0x0];_0x4a6c99&&(_0x27fad6[_0xea2389[_0x1c4723(0x1d4)]]=_0x4a6c99[_0xea2389[_0x1c4723(0x1a8)]],_0x27fad6[_0xea2389[_0x1c4723(0x16b)]]=_0x4a6c99[_0xea2389[_0x1c4723(0x15c)]]);testhubUtils[_0x1c4723(0x15b)](_0x27fad6,_0x3b79b9,_0x2d5e98,FRAMEWORKS['JASMINE']);const _0x534bf1={'event_type':_0xea2389['eXdtA'](_0x3b79b9,_0xea2389[_0x1c4723(0x1ab)])?_0xea2389[_0x1c4723(0x1d0)]:_0x3b79b9,'test_run':_0x27fad6};return testhubUtils['setCurrentTestData'](FRAMEWORKS[_0x1c4723(0x187)],_0x534bf1),SessionHandler[_0x1c4723(0x1d2)](_0x534bf1);}catch(_0x22db8d){_0xea2389['fEsFi'](debug,_0x1c4723(0x1bf)+_0x3b79b9+'\x20:\x20'+_0x22db8d);}}[a14_0x2f5b10(0x19d)](_0x5ccda3){const _0x1cd9aa=a14_0x2f5b10,_0x5eca6d={'Lzlxd':function(_0x2c8244,_0x532588){return _0x2c8244!==_0x532588;},'hhwta':function(_0x368dfd,_0xe955e3){return _0x368dfd>_0xe955e3;},'QWbvz':function(_0x293c99,_0x43b3b2){return _0x293c99(_0x43b3b2);},'BmvcM':function(_0x2acd3b,_0x5e467a){return _0x2acd3b-_0x5e467a;}};try{const _0x2b2a75=[];let _0x1ada0e=_0x5ccda3&&_0x5ccda3[_0x1cd9aa(0x173)];const _0x405580=new Set();while(_0x5eca6d[_0x1cd9aa(0x18d)](_0x1ada0e,undefined)&&_0x5eca6d[_0x1cd9aa(0x18d)](_0x1ada0e,null)&&this[_0x1cd9aa(0x1cb)][_0x1cd9aa(0x199)](_0x1ada0e)&&!_0x405580[_0x1cd9aa(0x199)](_0x1ada0e)){_0x405580['add'](_0x1ada0e);const _0x452ebb=this[_0x1cd9aa(0x1cb)][_0x1cd9aa(0x166)](_0x1ada0e);_0x452ebb&&_0x452ebb[_0x1cd9aa(0x172)]&&_0x2b2a75[_0x1cd9aa(0x151)](_0x452ebb[_0x1cd9aa(0x172)]),_0x1ada0e=_0x452ebb?_0x452ebb[_0x1cd9aa(0x173)]:null;}if(_0x5eca6d['hhwta'](_0x2b2a75[_0x1cd9aa(0x18f)],0x0))return _0x2b2a75[_0x1cd9aa(0x18a)]();}catch(_0x425b2f){_0x5eca6d[_0x1cd9aa(0x15e)](debug,_0x1cd9aa(0x181)+(_0x5ccda3&&_0x5ccda3[_0x1cd9aa(0x19f)])+_0x1cd9aa(0x170)+_0x425b2f);}const _0x242a62=_0x5ccda3&&_0x5ccda3[_0x1cd9aa(0x19f)]||'',_0x248367=_0x5ccda3&&_0x5ccda3['description']||'';let _0x163356=_0x242a62;return _0x248367&&_0x242a62[_0x1cd9aa(0x164)](_0x248367)&&(_0x163356=_0x242a62[_0x1cd9aa(0x195)](0x0,_0x5eca6d[_0x1cd9aa(0x1c1)](_0x242a62[_0x1cd9aa(0x18f)],_0x248367[_0x1cd9aa(0x18f)]))[_0x1cd9aa(0x1b4)]()),_0x163356?_0x163356['split'](/\s+/):[];}['_resolveFilePath'](_0x4245ad){const _0x3432a8=a14_0x2f5b10,_0x4cef49={};_0x4cef49['xKbBt']=function(_0x2961a9,_0x38d944){return _0x2961a9===_0x38d944;},_0x4cef49[_0x3432a8(0x1b7)]=function(_0x42f1cf,_0x2ce008){return _0x42f1cf+_0x2ce008;},_0x4cef49[_0x3432a8(0x1c5)]=function(_0x3ab28b,_0x1bc48a){return _0x3ab28b>_0x1bc48a;};const _0x5100ae=_0x4cef49;if(_0x4245ad&&_0x4245ad[_0x3432a8(0x167)])return _0x4245ad[_0x3432a8(0x167)];if(_0x4245ad&&_0x4245ad[_0x3432a8(0x19f)]){if(this[_0x3432a8(0x197)][_0x4245ad[_0x3432a8(0x19f)]])return this['_fileNameByFullName'][_0x4245ad['fullName']];let _0x329603=null,_0x5c219c=-0x1;for(const _0x34e3ad of Object[_0x3432a8(0x168)](this[_0x3432a8(0x197)])){(_0x5100ae['xKbBt'](_0x4245ad[_0x3432a8(0x19f)],_0x34e3ad)||_0x4245ad[_0x3432a8(0x19f)][_0x3432a8(0x15d)](_0x5100ae[_0x3432a8(0x1b7)](_0x34e3ad,'\x20')))&&_0x5100ae['GvJcX'](_0x34e3ad['length'],_0x5c219c)&&(_0x329603=this[_0x3432a8(0x197)][_0x34e3ad],_0x5c219c=_0x34e3ad[_0x3432a8(0x18f)]);}if(_0x329603)return _0x329603;}return null;}[a14_0x2f5b10(0x17a)](_0x2aaac8){const _0x2fe3de=a14_0x2f5b10,_0x459eed={};_0x459eed[_0x2fe3de(0x153)]=function(_0x321db0,_0x248133){return _0x321db0===_0x248133;},_0x459eed[_0x2fe3de(0x1d3)]=_0x2fe3de(0x179);const _0x1c606a=_0x459eed;if(!Array[_0x2fe3de(0x18c)](_0x2aaac8)||_0x1c606a[_0x2fe3de(0x153)](_0x2aaac8[_0x2fe3de(0x18f)],0x0))return undefined;const _0x346855=[],_0x3ad771=[];for(const _0x2c02b2 of _0x2aaac8){_0x2c02b2&&_0x2c02b2[_0x2fe3de(0x15a)]&&_0x346855[_0x2fe3de(0x151)](_0x2c02b2['message']),_0x2c02b2&&_0x2c02b2[_0x2fe3de(0x196)]&&_0x3ad771[_0x2fe3de(0x151)](_0x2c02b2['stack']);}const _0x5e16fd=_0x2aaac8[0x0]||{},_0x198f18=_0x346855[_0x2fe3de(0x1b1)]('\x0a')||_0x5e16fd['message']||_0x1c606a['ZDRWa'],_0x4d062e=_0x3ad771['join']('\x0a\x0a')||_0x5e16fd[_0x2fe3de(0x196)]||_0x198f18,_0x22a81f={};return _0x22a81f[_0x2fe3de(0x15a)]=_0x198f18,_0x22a81f['stack']=_0x4d062e,_0x22a81f['matcherName']=_0x5e16fd['matcherName'],_0x22a81f[_0x2fe3de(0x16e)]=_0x5e16fd['expected'],_0x22a81f[_0x2fe3de(0x1a0)]=_0x5e16fd[_0x2fe3de(0x1a0)],_0x22a81f;}['_findGitConfig'](_0x136dd8){const _0x26c9b5=a14_0x2f5b10,_0x22433c={};_0x22433c[_0x26c9b5(0x1b5)]=function(_0x8cc52f,_0x401da3){return _0x8cc52f===_0x401da3;},_0x22433c[_0x26c9b5(0x1be)]=function(_0x55bbc7,_0x48d82a){return _0x55bbc7===_0x48d82a;},_0x22433c['xKhgO']=_0x26c9b5(0x184),_0x22433c[_0x26c9b5(0x157)]=_0x26c9b5(0x1cd);const _0x2a0fa6=_0x22433c,_0x408975=path['sep'];if(_0x2a0fa6[_0x26c9b5(0x1b5)](_0x136dd8,null)||_0x2a0fa6[_0x26c9b5(0x1b5)](_0x136dd8,'')||_0x2a0fa6[_0x26c9b5(0x1be)](_0x136dd8,_0x408975)||_0x2a0fa6[_0x26c9b5(0x1b5)](_0x136dd8,path['dirname'](_0x136dd8)))return null;try{return fs[_0x26c9b5(0x1b0)](path[_0x26c9b5(0x1b1)](_0x136dd8,_0x2a0fa6[_0x26c9b5(0x1c0)],_0x2a0fa6['mbxsH'])),_0x136dd8;}catch(_0x46a5ed){return this[_0x26c9b5(0x1ad)](path[_0x26c9b5(0x16a)](_0x136dd8));}}}function a14_0x534e(_0xba19d,_0x982197){const _0x547a11=a14_0x547a();return a14_0x534e=function(_0x534ea1,_0xaf6dc2){_0x534ea1=_0x534ea1-0x151;let _0x312c11=_0x547a11[_0x534ea1];return _0x312c11;},a14_0x534e(_0xba19d,_0x982197);}module['exports']=BrowserStackJasmineReporter;
1
+ 'use strict';const a14_0x88acd5=a14_0x41a3;function a14_0x41a3(_0x2ef8e8,_0x46e926){const _0x44ceda=a14_0x44ce();return a14_0x41a3=function(_0x41a3c5,_0x3483f4){_0x41a3c5=_0x41a3c5-0x120;let _0x52ed03=_0x44ceda[_0x41a3c5];return _0x52ed03;},a14_0x41a3(_0x2ef8e8,_0x46e926);}function a14_0x44ce(){const _0x451bee=['lWdrP','FblHu','UFTdh','uLcGs','tWnBG','CFuKq','jAlwO','trim','javascript','cLkyL','failed','270519jYULUC','TestRunSkipped','UayMh','tpAyQ','has','PGDce','setCurrentTestData','kdvXo','dirname','expanded','grAwg','eGYrv','_suitesById','cwd','specDone','ziYze','keys','Exception\x20in\x20jasmine\x20specDone\x20for\x20','push','pending','failedExpectations','yaPRZ','Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20','JASMINE','KGBFU','duration','jasmineStarted','backtrace','RqVal','join','4004YzeyyH','toNzx','GxcWZ','JJPXd','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','parentSuiteId','File\x20path\x20could\x20not\x20be\x20found','475716AqtBIF','Rdszj','IEaOB','556yUmzHE','FGfJC','VNPhk','../../../helpers/test-observability/constants','failure_reason_expanded','qBhcC','code','\x20:\x20','expected','remove','qYGje','znRiD','ZScma','actual','_findGitConfig','AUZuW','PfhYs','7865GKGKEq','../../../helpers/test-observability/sessionHandler','stack','sep','fullName','Jasmine','TestRunStarted','relative','matcherName','path','filename','Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20','Exception\x20in\x20jasmine\x20specStarted\x20for\x20','description','shouldProcessEventForTesthub','reverse','set','failure','LZJiB','_scopes','number','LwfYe','toISOString','RpXwT','delete','UnhandledError','skipped','uploadEventData','testObservability','err','get','length','ACZds','suiteDone','passed','EXetO','9WxtYUS','config','OayIn','cBFMq','LlcJJ','VzOKt','483540vBDTEZ','MeHZI','suiteStarted','wOhvQ','EBUvc','3248mJvfFu','wqVJK','specStarted','match','statSync','excluded','yzQML','VdtCz','message','finished_at','IfWLG','startsWith','Spec\x20failed','rEZSx','_paths','status','exports','_resolveFilePath','MVTnk','BGbEK','XZCVx','jasmineDone','_sendSpecEvent','fileNameByFullName','appendTesthubParams','_fileNameByFullName','TestRunFinished','hKMXc','308244krImNZ','_collapseFailedExpectations','prefixTestPath','2445430tzgZfr','../testRunMap','QswYC','JeylW','../../../helpers/test-observability/utils'];a14_0x44ce=function(){return _0x451bee;};return a14_0x44ce();}(function(_0x423af8,_0x594662){const _0x2fbe0c=a14_0x41a3,_0x348aef=_0x423af8();while(!![]){try{const _0x37dea4=parseInt(_0x2fbe0c(0x16c))/0x1+-parseInt(_0x2fbe0c(0x14b))/0x2+-parseInt(_0x2fbe0c(0x17f))/0x3+parseInt(_0x2fbe0c(0x1a7))/0x4*(-parseInt(_0x2fbe0c(0x121))/0x5)+-parseInt(_0x2fbe0c(0x1a4))/0x6+parseInt(_0x2fbe0c(0x19d))/0x7*(parseInt(_0x2fbe0c(0x150))/0x8)+-parseInt(_0x2fbe0c(0x145))/0x9*(-parseInt(_0x2fbe0c(0x16f))/0xa);if(_0x37dea4===_0x594662)break;else _0x348aef['push'](_0x348aef['shift']());}catch(_0x15e1e7){_0x348aef['push'](_0x348aef['shift']());}}}(a14_0x44ce,0x25e07));const path=require(a14_0x88acd5(0x12a)),fs=require('fs'),{v4:uuidv4}=require('uuid'),testhubUtils=require('../../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x88acd5(0x1aa)),SessionHandler=require(a14_0x88acd5(0x122)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x88acd5(0x173)),testRunMap=require(a14_0x88acd5(0x170)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x88acd5(0x126),a14_0x3c1194={};a14_0x3c1194[a14_0x88acd5(0x143)]=a14_0x88acd5(0x143),a14_0x3c1194[a14_0x88acd5(0x17e)]=a14_0x88acd5(0x17e),a14_0x3c1194[a14_0x88acd5(0x192)]=a14_0x88acd5(0x192),a14_0x3c1194['excluded']=a14_0x88acd5(0x13b);const STATUS_MAP=a14_0x3c1194;class BrowserStackJasmineReporter{constructor(_0x586ac3={}){const _0x4fc567=a14_0x88acd5,_0xf6b38={'Rdszj':function(_0x2a03d6){return _0x2a03d6();}};this[_0x4fc567(0x13d)]=_0xf6b38[_0x4fc567(0x1a5)](isTestObservabilitySession),this[_0x4fc567(0x15e)]=new PathHelper({'cwd':process[_0x4fc567(0x18c)]()},undefined),this[_0x4fc567(0x169)]=_0x586ac3&&_0x586ac3[_0x4fc567(0x167)]||{},this['_suitesById']=new Map();}[a14_0x88acd5(0x199)](){}[a14_0x88acd5(0x14d)](_0x30bbfb){const _0x2a5d5e=a14_0x88acd5,_0x264c99={'GxcWZ':function(_0x347aa2,_0x1a80c0){return _0x347aa2!==_0x1a80c0;},'znRiD':function(_0x1090ce,_0x3d43b7){return _0x1090ce!==_0x3d43b7;},'cLkyL':function(_0x51491e,_0x47480f){return _0x51491e(_0x47480f);}};try{_0x30bbfb&&_0x264c99[_0x2a5d5e(0x19f)](_0x30bbfb['id'],undefined)&&_0x264c99[_0x2a5d5e(0x1b2)](_0x30bbfb['id'],null)&&this[_0x2a5d5e(0x18b)][_0x2a5d5e(0x131)](_0x30bbfb['id'],{'description':_0x30bbfb['description'],'parentSuiteId':_0x30bbfb[_0x2a5d5e(0x1a2)]});}catch(_0x4ff514){_0x264c99[_0x2a5d5e(0x17d)](debug,_0x2a5d5e(0x195)+(_0x30bbfb&&_0x30bbfb[_0x2a5d5e(0x125)])+_0x2a5d5e(0x1ae)+_0x4ff514);}}[a14_0x88acd5(0x152)](_0x3f89a2){const _0x27f634=a14_0x88acd5,_0x28f206={'OayIn':function(_0x2332eb,_0x4ee953){return _0x2332eb!==_0x4ee953;},'ACZds':function(_0x53b5ea){return _0x53b5ea();},'EBUvc':'TestRunStarted','JeylW':function(_0x2e82cd,_0x5e1d08){return _0x2e82cd(_0x5e1d08);}};try{if(_0x28f206[_0x27f634(0x147)](testhubUtils[_0x27f634(0x12f)](),!![]))return;const _0x242a27=_0x28f206[_0x27f634(0x141)](uuidv4);testRunMap[_0x27f634(0x131)](_0x3f89a2['id'],_0x242a27),this[_0x27f634(0x166)](_0x3f89a2,_0x242a27,_0x28f206[_0x27f634(0x14f)]);}catch(_0x7737c5){_0x28f206[_0x27f634(0x172)](debug,_0x27f634(0x12d)+(_0x3f89a2&&_0x3f89a2[_0x27f634(0x125)])+_0x27f634(0x1ae)+_0x7737c5);}}[a14_0x88acd5(0x18d)](_0x479ae7){const _0x236e58=a14_0x88acd5,_0x15531c={'MeHZI':function(_0x4803d1,_0x57e4ca){return _0x4803d1!==_0x57e4ca;},'ziYze':function(_0x133b69){return _0x133b69();},'FGfJC':function(_0x551875,_0x20418c){return _0x551875===_0x20418c;},'AUZuW':_0x236e58(0x155),'ZScma':_0x236e58(0x180),'qYGje':_0x236e58(0x16a),'jAlwO':function(_0x416406,_0x1db8d2){return _0x416406(_0x1db8d2);}};try{if(_0x15531c[_0x236e58(0x14c)](testhubUtils[_0x236e58(0x12f)](),!![]))return;const _0x77de35=testRunMap[_0x236e58(0x13f)](_0x479ae7['id'])||_0x15531c[_0x236e58(0x18e)](uuidv4),_0x8ab28=_0x15531c[_0x236e58(0x1a8)](_0x479ae7['status'],_0x15531c[_0x236e58(0x1b6)])?_0x15531c[_0x236e58(0x1b3)]:_0x15531c[_0x236e58(0x1b1)];this[_0x236e58(0x166)](_0x479ae7,_0x77de35,_0x8ab28);}catch(_0x1fe584){_0x15531c[_0x236e58(0x17a)](debug,_0x236e58(0x190)+(_0x479ae7&&_0x479ae7[_0x236e58(0x125)])+_0x236e58(0x1ae)+_0x1fe584);}finally{_0x479ae7&&(testRunMap[_0x236e58(0x1b0)](_0x479ae7['id']),_specStartTimes[_0x236e58(0x139)](_0x479ae7['id']));}}[a14_0x88acd5(0x142)](){}[a14_0x88acd5(0x165)](){}[a14_0x88acd5(0x166)](_0x5b4b10,_0x3477e2,_0x1035e0){const _0x2b16c0=a14_0x88acd5,_0x7b34c7={'BGbEK':function(_0x5e0b68,_0x508689){return _0x5e0b68===_0x508689;},'RpXwT':'TestRunFinished','CFuKq':function(_0x3f8e19,_0x38a3f6){return _0x3f8e19===_0x38a3f6;},'LZJiB':_0x2b16c0(0x180),'EXetO':_0x2b16c0(0x1a3),'kdvXo':function(_0x36d144,_0x5ddc79,_0x4ae853){return _0x36d144(_0x5ddc79,_0x4ae853);},'eGYrv':_0x2b16c0(0x13e),'rEZSx':function(_0x22b820,_0x26a271){return _0x22b820===_0x26a271;},'PGDce':_0x2b16c0(0x127),'PfhYs':function(_0x278662,_0x2d2e43){return _0x278662!==_0x2d2e43;},'wJQfu':_0x2b16c0(0x17c),'toNzx':function(_0x298fc9,_0x4974ec){return _0x298fc9&&_0x4974ec;},'KGBFU':function(_0x31d982,_0xec7fb){return _0x31d982===_0xec7fb;},'galPx':_0x2b16c0(0x13b),'gGVNe':_0x2b16c0(0x143),'XZCVx':_0x2b16c0(0x135),'tpAyQ':'AssertionError','LlcJJ':_0x2b16c0(0x13a),'VNPhk':'started_at','uLcGs':_0x2b16c0(0x159),'MVTnk':_0x2b16c0(0x132),'hKMXc':'failure_backtrace','RqVal':_0x2b16c0(0x19a),'yaPRZ':_0x2b16c0(0x1ab),'wOhvQ':_0x2b16c0(0x188),'IfWLG':function(_0x595a61,_0x548375){return _0x595a61===_0x548375;},'VzOKt':function(_0x57b7a7,_0x206bdf){return _0x57b7a7(_0x206bdf);}};try{const _0x55d7a8=_0x7b34c7[_0x2b16c0(0x163)](_0x1035e0,_0x7b34c7[_0x2b16c0(0x138)])||_0x7b34c7[_0x2b16c0(0x179)](_0x1035e0,_0x7b34c7[_0x2b16c0(0x133)]),_0x44112a=this[_0x2b16c0(0x161)](_0x5b4b10),_0x37117a=_0x44112a?this[_0x2b16c0(0x15e)][_0x2b16c0(0x16e)](_0x44112a):_0x7b34c7[_0x2b16c0(0x144)],_0x280155=_0x44112a?this[_0x2b16c0(0x1b5)](path[_0x2b16c0(0x187)](_0x44112a)):null,_0x26bc80=this[_0x2b16c0(0x16d)](_0x5b4b10[_0x2b16c0(0x193)]),_0x4baaaa=_0x26bc80?_0x26bc80['message']:undefined,_0xe184f=_0x26bc80?_0x7b34c7[_0x2b16c0(0x186)](failureData,_0x26bc80,_0x7b34c7[_0x2b16c0(0x18a)]):[],_0x56ce3b=new Date()[_0x2b16c0(0x137)](),_0x265022=this['_scopes'](_0x5b4b10);_0x7b34c7[_0x2b16c0(0x15d)](_0x1035e0,_0x7b34c7[_0x2b16c0(0x184)])&&_0x5b4b10&&_0x7b34c7['PfhYs'](_0x5b4b10['id'],undefined)&&_0x7b34c7[_0x2b16c0(0x120)](_0x5b4b10['id'],null)&&_specStartTimes['set'](_0x5b4b10['id'],_0x56ce3b);const _0x5e2484=_0x7b34c7['rEZSx'](_0x1035e0,_0x7b34c7[_0x2b16c0(0x184)])?_0x56ce3b:_0x5b4b10&&_specStartTimes[_0x2b16c0(0x13f)](_0x5b4b10['id'])||null,_0x869fb6={};_0x869fb6['lang']=_0x7b34c7['wJQfu'],_0x869fb6[_0x2b16c0(0x1ad)]=null;const _0x11503a={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x3477e2,'name':_0x5b4b10['description'],'body':_0x869fb6,'scope':_0x265022['join']('\x20'),'scopes':_0x265022,'identifier':_0x5b4b10['fullName'],'file_name':_0x37117a,'vc_filepath':_0x7b34c7[_0x2b16c0(0x19e)](_0x280155,_0x44112a)?path[_0x2b16c0(0x128)](_0x280155,_0x44112a):null,'location':_0x37117a,'result':_0x7b34c7[_0x2b16c0(0x197)](_0x1035e0,_0x7b34c7[_0x2b16c0(0x133)])?_0x7b34c7['galPx']:STATUS_MAP[_0x5b4b10[_0x2b16c0(0x15f)]]||_0x7b34c7['gGVNe'],'failure_reason':_0x4baaaa,'duration_in_ms':_0x7b34c7[_0x2b16c0(0x197)](typeof _0x5b4b10[_0x2b16c0(0x198)],_0x7b34c7[_0x2b16c0(0x164)])?_0x5b4b10[_0x2b16c0(0x198)]:null,'started_at':_0x5e2484,'finished_at':_0x55d7a8?_0x56ce3b:null,'failure':_0xe184f,'failure_type':!_0x4baaaa?null:_0x4baaaa[_0x2b16c0(0x153)](/AssertionError/)?_0x7b34c7[_0x2b16c0(0x182)]:_0x7b34c7[_0x2b16c0(0x149)],'retry_of':null};_0x7b34c7[_0x2b16c0(0x179)](_0x1035e0,_0x7b34c7[_0x2b16c0(0x133)])&&!_0x11503a[_0x7b34c7[_0x2b16c0(0x1a9)]]&&(_0x11503a[_0x7b34c7[_0x2b16c0(0x1a9)]]=_0x11503a[_0x7b34c7[_0x2b16c0(0x177)]]);const _0x84689=_0x11503a[_0x7b34c7[_0x2b16c0(0x162)]][0x0];_0x84689&&(_0x11503a[_0x7b34c7[_0x2b16c0(0x16b)]]=_0x84689[_0x7b34c7[_0x2b16c0(0x19b)]],_0x11503a[_0x7b34c7[_0x2b16c0(0x194)]]=_0x84689[_0x7b34c7[_0x2b16c0(0x14e)]]);testhubUtils[_0x2b16c0(0x168)](_0x11503a,_0x1035e0,_0x5b4b10,FRAMEWORKS[_0x2b16c0(0x196)]);const _0x222ce4={'event_type':_0x7b34c7[_0x2b16c0(0x15a)](_0x1035e0,_0x7b34c7[_0x2b16c0(0x133)])?_0x7b34c7[_0x2b16c0(0x138)]:_0x1035e0,'test_run':_0x11503a};return testhubUtils[_0x2b16c0(0x185)](FRAMEWORKS['JASMINE'],_0x222ce4),SessionHandler[_0x2b16c0(0x13c)](_0x222ce4);}catch(_0x3f7d52){_0x7b34c7[_0x2b16c0(0x14a)](debug,_0x2b16c0(0x12c)+_0x1035e0+_0x2b16c0(0x1ae)+_0x3f7d52);}}[a14_0x88acd5(0x134)](_0x346cc8){const _0x488ddc=a14_0x88acd5,_0x3a919b={'cBFMq':function(_0x363ed7,_0xa0b74){return _0x363ed7!==_0xa0b74;},'VdtCz':function(_0xf69393,_0x11ac4e){return _0xf69393!==_0x11ac4e;},'lWdrP':function(_0x549c03,_0x16233d){return _0x549c03>_0x16233d;},'wqVJK':function(_0x164aac,_0x5df8c0){return _0x164aac(_0x5df8c0);},'yzQML':function(_0x2131fe,_0x32074f){return _0x2131fe-_0x32074f;}};try{const _0x3f0c6a=[];let _0x41f937=_0x346cc8&&_0x346cc8[_0x488ddc(0x1a2)];const _0x4e7467=new Set();while(_0x3a919b[_0x488ddc(0x148)](_0x41f937,undefined)&&_0x3a919b[_0x488ddc(0x157)](_0x41f937,null)&&this[_0x488ddc(0x18b)][_0x488ddc(0x183)](_0x41f937)&&!_0x4e7467[_0x488ddc(0x183)](_0x41f937)){_0x4e7467['add'](_0x41f937);const _0x3a9376=this[_0x488ddc(0x18b)][_0x488ddc(0x13f)](_0x41f937);_0x3a9376&&_0x3a9376[_0x488ddc(0x12e)]&&_0x3f0c6a[_0x488ddc(0x191)](_0x3a9376[_0x488ddc(0x12e)]),_0x41f937=_0x3a9376?_0x3a9376[_0x488ddc(0x1a2)]:null;}if(_0x3a919b[_0x488ddc(0x174)](_0x3f0c6a[_0x488ddc(0x140)],0x0))return _0x3f0c6a[_0x488ddc(0x130)]();}catch(_0xd3e725){_0x3a919b[_0x488ddc(0x151)](debug,_0x488ddc(0x1a1)+(_0x346cc8&&_0x346cc8[_0x488ddc(0x125)])+_0x488ddc(0x1ae)+_0xd3e725);}const _0x5eddcf=_0x346cc8&&_0x346cc8[_0x488ddc(0x125)]||'',_0x203ce7=_0x346cc8&&_0x346cc8[_0x488ddc(0x12e)]||'';let _0x4f38cd=_0x5eddcf;return _0x203ce7&&_0x5eddcf['endsWith'](_0x203ce7)&&(_0x4f38cd=_0x5eddcf['slice'](0x0,_0x3a919b[_0x488ddc(0x156)](_0x5eddcf[_0x488ddc(0x140)],_0x203ce7[_0x488ddc(0x140)]))[_0x488ddc(0x17b)]()),_0x4f38cd?_0x4f38cd['split'](/\s+/):[];}[a14_0x88acd5(0x161)](_0x486ac3){const _0x57e8bd=a14_0x88acd5,_0x5dbf85={};_0x5dbf85[_0x57e8bd(0x1ac)]=function(_0xe8d067,_0x5bd290){return _0xe8d067===_0x5bd290;},_0x5dbf85[_0x57e8bd(0x176)]=function(_0x710281,_0x4d647e){return _0x710281+_0x4d647e;},_0x5dbf85[_0x57e8bd(0x1a0)]=function(_0x111766,_0x4b7d4d){return _0x111766>_0x4b7d4d;};const _0x111009=_0x5dbf85;if(_0x486ac3&&_0x486ac3[_0x57e8bd(0x12b)])return _0x486ac3[_0x57e8bd(0x12b)];if(_0x486ac3&&_0x486ac3[_0x57e8bd(0x125)]){if(this[_0x57e8bd(0x169)][_0x486ac3[_0x57e8bd(0x125)]])return this[_0x57e8bd(0x169)][_0x486ac3[_0x57e8bd(0x125)]];let _0x3cf709=null,_0x4fdf86=-0x1;for(const _0x168371 of Object[_0x57e8bd(0x18f)](this[_0x57e8bd(0x169)])){(_0x111009[_0x57e8bd(0x1ac)](_0x486ac3[_0x57e8bd(0x125)],_0x168371)||_0x486ac3[_0x57e8bd(0x125)][_0x57e8bd(0x15b)](_0x111009[_0x57e8bd(0x176)](_0x168371,'\x20')))&&_0x111009[_0x57e8bd(0x1a0)](_0x168371[_0x57e8bd(0x140)],_0x4fdf86)&&(_0x3cf709=this[_0x57e8bd(0x169)][_0x168371],_0x4fdf86=_0x168371[_0x57e8bd(0x140)]);}if(_0x3cf709)return _0x3cf709;}return null;}[a14_0x88acd5(0x16d)](_0x4dd1c0){const _0x118445=a14_0x88acd5,_0x3e94af={};_0x3e94af[_0x118445(0x178)]=function(_0x16548b,_0x43350a){return _0x16548b===_0x43350a;},_0x3e94af['UayMh']=_0x118445(0x15c);const _0x103452=_0x3e94af;if(!Array['isArray'](_0x4dd1c0)||_0x103452['tWnBG'](_0x4dd1c0[_0x118445(0x140)],0x0))return undefined;const _0x25d447=[],_0x506e7b=[];for(const _0xd6318f of _0x4dd1c0){_0xd6318f&&_0xd6318f['message']&&_0x25d447[_0x118445(0x191)](_0xd6318f[_0x118445(0x158)]),_0xd6318f&&_0xd6318f[_0x118445(0x123)]&&_0x506e7b[_0x118445(0x191)](_0xd6318f[_0x118445(0x123)]);}const _0x30a31b=_0x4dd1c0[0x0]||{},_0x11f745=_0x25d447[_0x118445(0x19c)]('\x0a')||_0x30a31b[_0x118445(0x158)]||_0x103452[_0x118445(0x181)],_0x1878f2=_0x506e7b[_0x118445(0x19c)]('\x0a\x0a')||_0x30a31b[_0x118445(0x123)]||_0x11f745,_0x250419={};return _0x250419[_0x118445(0x158)]=_0x11f745,_0x250419[_0x118445(0x123)]=_0x1878f2,_0x250419['matcherName']=_0x30a31b[_0x118445(0x129)],_0x250419['expected']=_0x30a31b[_0x118445(0x1af)],_0x250419[_0x118445(0x1b4)]=_0x30a31b[_0x118445(0x1b4)],_0x250419;}[a14_0x88acd5(0x1b5)](_0x112155){const _0x482978=a14_0x88acd5,_0x2fa2e9={};_0x2fa2e9[_0x482978(0x171)]=function(_0x2c7987,_0x4b2025){return _0x2c7987===_0x4b2025;},_0x2fa2e9[_0x482978(0x189)]=function(_0x1716ea,_0x41e245){return _0x1716ea===_0x41e245;},_0x2fa2e9[_0x482978(0x136)]=function(_0x169827,_0x11772b){return _0x169827===_0x11772b;},_0x2fa2e9[_0x482978(0x175)]='.git',_0x2fa2e9[_0x482978(0x1a6)]=_0x482978(0x146);const _0x33c9a0=_0x2fa2e9,_0x3f6127=path[_0x482978(0x124)];if(_0x33c9a0['QswYC'](_0x112155,null)||_0x33c9a0[_0x482978(0x189)](_0x112155,'')||_0x33c9a0[_0x482978(0x136)](_0x112155,_0x3f6127)||_0x33c9a0[_0x482978(0x189)](_0x112155,path[_0x482978(0x187)](_0x112155)))return null;try{return fs[_0x482978(0x154)](path['join'](_0x112155,_0x33c9a0['FblHu'],_0x33c9a0['IEaOB'])),_0x112155;}catch(_0x3e7614){return this[_0x482978(0x1b5)](path[_0x482978(0x187)](_0x112155));}}}module[a14_0x88acd5(0x160)]=BrowserStackJasmineReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a15_0x3aa5(){const _0x155b91=['existsSync','assign','APvkO','VpTAZ','logLevel','\x20work-item(s),\x20max\x20','qHaha','../utils/constants','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','string','jasmine\x20child\x20(platformIndex=','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','BnYsP','spec_dir','../../helpers/test-observability/constants','cwd','dKWWn','FWFfp','Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20','6913464DXoptk','resolve','eojTZ','FRAMEWORKS','filter','test.setup.js',',\x20specs=','isBrowserstackInfra','globSync','bhMQr','posix','4wQNXhL','../v2/browserstackCLI','\x27\x20:\x20',';\x20proceeding\x20without\x20injection','BROWSERSTACK_TEST_OBSERVABILITY_YML','lHZmC','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','crNAc','validPlatformsPresent','HBCjR','\x20:\x20','parallelsPerPlatform','JASMINE_CONFIG_PATH',')\x20exited\x20with\x20code\x20','SpcLR','BROWSERSTACK_JASMINE_PARALLELS','LJwwm','__isPlaywrightInstalled','stringify','13239ZnlCDp','info','--helper=','../../helpers/helper','gabRq','getInstance','ynZCq','exports','error\x20removing\x20tcg\x20config\x20file','prepareCapabilities','YyLFD','shouldReRunObservabilityTests','\x20concurrent)','4893234pubriR','XQYtd','spec_files','parse','Xpheq','platforms','SDK_SETUP','jasmine','clvFp','WTNDN','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','env','LVLAB','unlinkSync','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','MZVoF','**/*[sS]pec.?(m)js','Running\x20your\x20Jasmine\x20tests\x20across\x20','qEwxc','5EJmctP','../../helpers/utilities','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','format','behWz','KkYxr','config','glob','specArgs','qvVoj','isCLIEnabled','aOdcE','../../helpers/performance/constants','maxWorkers','launchBuild','testObservability','ejOtK','Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','end','debug','QBneQ','1144758jeRCUB','path','util','XWHlq','getHubUrl','BROWSERSTACK_CLI_BIN_SESSION_ID','isArray','close',')\x20:\x20','1670yWzEgL','utf8','kSaiD','stop','72EToFxQ','dZweY','__isPuppeteerInstalled','../../helpers/puppeteer-helper','23081894wsYhdO','length','startsWith','true','proxySettings','EVENTS','useW3C','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','binSessionId','arRyn','../../helpers/logger','gIUkI','from','platformIndex','all','VOsUJ','win32','push','rmdirSync','TvZZX','find','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','spec','zRvcJ','initialize','platform','JASMINE','SDK_CLEANUP','FpmPU','rvAjm','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','trim','../../helpers/playwright-helper','slice','aHbKO','eorWE','BROWSERSTACK_CAPABILITIES','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','readFileSync','inherit','error','6286imkgAM','../../helpers/testhub/testhubHandler','OjdDz','join','map','handleApp','start','../../helpers/test-observability/utils','298935fFYHDO','isUndefined','winstonLogger'];a15_0x3aa5=function(){return _0x155b91;};return a15_0x3aa5();}const a15_0x35fe31=a15_0x943f;function a15_0x943f(_0x5a91ea,_0x1284c4){const _0x3aa5dd=a15_0x3aa5();return a15_0x943f=function(_0x943f24,_0x256619){_0x943f24=_0x943f24-0x197;let _0xc2ed02=_0x3aa5dd[_0x943f24];return _0xc2ed02;},a15_0x943f(_0x5a91ea,_0x1284c4);}(function(_0x4f7cb5,_0x1049e3){const _0x3e70c2=a15_0x943f,_0x378297=_0x4f7cb5();while(!![]){try{const _0x5e8fba=-parseInt(_0x3e70c2(0x1df))/0x1*(-parseInt(_0x3e70c2(0x20c))/0x2)+-parseInt(_0x3e70c2(0x1d2))/0x3*(parseInt(_0x3e70c2(0x235))/0x4)+parseInt(_0x3e70c2(0x1bc))/0x5*(-parseInt(_0x3e70c2(0x1a9))/0x6)+-parseInt(_0x3e70c2(0x214))/0x7+-parseInt(_0x3e70c2(0x22a))/0x8+-parseInt(_0x3e70c2(0x19c))/0x9*(-parseInt(_0x3e70c2(0x1db))/0xa)+parseInt(_0x3e70c2(0x1e3))/0xb;if(_0x5e8fba===_0x1049e3)break;else _0x378297['push'](_0x378297['shift']());}catch(_0xe5e1b0){_0x378297['push'](_0x378297['shift']());}}}(a15_0x3aa5,0x71d76));const fs=require('fs'),path=require(a15_0x35fe31(0x1d3)),util=require(a15_0x35fe31(0x1d4)),{spawn}=require('child_process'),glob=require(a15_0x35fe31(0x1c3)),pLimit=require('p-limit'),logger=require(a15_0x35fe31(0x1ed))[a15_0x35fe31(0x216)],helper=require(a15_0x35fe31(0x19f)),utilities=require(a15_0x35fe31(0x1bd)),constants=require(a15_0x35fe31(0x21e)),TestHubHandler=require(a15_0x35fe31(0x20d)),testOpsHelper=require(a15_0x35fe31(0x213)),{debug}=require(a15_0x35fe31(0x213)),{FRAMEWORKS}=require(a15_0x35fe31(0x225)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a15_0x35fe31(0x1c8))[a15_0x35fe31(0x1e8)],BrowserstackCLI=require(a15_0x35fe31(0x236)),{checkPwandBootstrapCli}=require(a15_0x35fe31(0x203)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0x35fe31(0x1e2)),getMaxWorkers=(_0x4135e2,_0x53afec)=>{const _0x208b11=a15_0x35fe31,_0xd08150={'LJwwm':function(_0x3d78b2,_0x563dbf){return _0x3d78b2(_0x563dbf);}};let _0x29d2db=0x1;if(!helper[_0x208b11(0x215)](_0x53afec[_0x208b11(0x240)]))_0x29d2db=_0xd08150[_0x208b11(0x199)](parseInt,_0x53afec['parallelsPerPlatform']);else!helper['isUndefined'](_0x4135e2[_0x208b11(0x1c9)])&&(_0x29d2db=_0x4135e2[_0x208b11(0x1c9)]);return _0x29d2db;},resolveJasmineConfigPath=()=>{const _0x1357c5=a15_0x35fe31,_0x19cad4={};_0x19cad4['MZVoF']='spec/support/jasmine.json';const _0x2c9b69=_0x19cad4,_0x2571da=[];process[_0x1357c5(0x1b4)][_0x1357c5(0x241)]&&_0x2571da[_0x1357c5(0x1f4)](path[_0x1357c5(0x22b)](process[_0x1357c5(0x226)](),process[_0x1357c5(0x1b4)][_0x1357c5(0x241)]));_0x2571da['push'](path[_0x1357c5(0x22b)](process[_0x1357c5(0x226)](),_0x2c9b69[_0x1357c5(0x1b8)]));for(const _0x3bdc76 of _0x2571da){try{if(fs['existsSync'](_0x3bdc76))return _0x3bdc76;}catch(_0x11dffd){}}return null;},enumerateSpecFiles=_0x3781e0=>{const _0x467224=a15_0x35fe31,_0x4f6352={'qvVoj':function(_0x52ab33,_0x34e89b){return _0x52ab33(_0x34e89b);},'qEwxc':function(_0x5b8159,_0x4b08a0){return _0x5b8159>_0x4b08a0;},'wjsID':function(_0x431543,_0x5f1c16){return _0x431543<_0x5f1c16;},'BnYsP':function(_0x2ee658,_0x89985c){return _0x2ee658===_0x89985c;},'stcDt':_0x467224(0x220),'uMJEI':function(_0x364a65,_0x55e204){return _0x364a65>_0x55e204;},'gIUkI':function(_0x5c5a4c,_0x1d3d9c,_0x10db1c){return _0x5c5a4c(_0x1d3d9c,_0x10db1c);},'VOsUJ':function(_0x408c32,_0x1c94a0){return _0x408c32>_0x1c94a0;},'ARVBL':function(_0x5213bc){return _0x5213bc();},'arRyn':_0x467224(0x1dc),'Xpheq':_0x467224(0x1f9),'SpcLR':function(_0x52ab68,_0x28e877){return _0x52ab68>_0x28e877;},'lHZmC':_0x467224(0x1b9),'wZMxx':function(_0x133ca6,_0x363195){return _0x133ca6>_0x363195;}};try{if(testOpsHelper[_0x467224(0x1a7)]()){const _0x21f18=testOpsHelper['parseFileNames'](process[_0x467224(0x1b4)]['BROWSERSTACK_RERUN_TESTS']);if(Array[_0x467224(0x1d8)](_0x21f18)&&_0x4f6352[_0x467224(0x1bb)](_0x21f18['length'],0x0))return _0x21f18[_0x467224(0x210)](_0x72a1d3=>path[_0x467224(0x22b)](process['cwd'](),_0x72a1d3[_0x467224(0x202)]()))[_0x467224(0x22e)](Boolean);}}catch(_0x41d476){_0x4f6352[_0x467224(0x1c5)](debug,_0x467224(0x222)+util[_0x467224(0x1bf)](_0x41d476));}const _0x31868a=[];try{for(let _0x45cc32=0x1;_0x4f6352['wjsID'](_0x45cc32,_0x3781e0['length']);_0x45cc32++){const _0x1018b9=_0x3781e0[_0x45cc32];_0x4f6352[_0x467224(0x223)](typeof _0x1018b9,_0x4f6352['stcDt'])&&!_0x1018b9[_0x467224(0x1e5)]('-')&&_0x31868a['push'](_0x1018b9);}}catch(_0x5151ba){}const _0x3f7fd9={'cwd':process[_0x467224(0x226)](),'absolute':!![],'nodir':!![]},_0x325367=(_0x455ba9,_0x693547)=>{const _0x22359c=_0x467224,_0x1ad6aa=[];for(const _0x454c7b of _0x455ba9){try{const _0x547993=_0x693547?path[_0x22359c(0x234)][_0x22359c(0x20f)](_0x693547,_0x454c7b):_0x454c7b,_0x24029b=glob[_0x22359c(0x232)](_0x547993,_0x3f7fd9);Array['isArray'](_0x24029b)&&_0x1ad6aa[_0x22359c(0x1f4)](..._0x24029b);}catch(_0x45cd6d){_0x4f6352[_0x22359c(0x1c5)](debug,_0x22359c(0x208)+_0x454c7b+_0x22359c(0x237)+util[_0x22359c(0x1bf)](_0x45cd6d));}}return _0x1ad6aa;};if(_0x4f6352['uMJEI'](_0x31868a['length'],0x0)){const _0x2b952e=_0x4f6352[_0x467224(0x1ee)](_0x325367,_0x31868a,null);if(_0x4f6352[_0x467224(0x1f2)](_0x2b952e[_0x467224(0x1e4)],0x0))return Array[_0x467224(0x1ef)](new Set(_0x2b952e));return _0x31868a[_0x467224(0x210)](_0x2a5d79=>path[_0x467224(0x22b)](process['cwd'](),_0x2a5d79));}try{const _0xc222d9=_0x4f6352['ARVBL'](resolveJasmineConfigPath);if(_0xc222d9){const _0x1a6687=JSON[_0x467224(0x1ac)](fs[_0x467224(0x209)](_0xc222d9,_0x4f6352[_0x467224(0x1ec)])),_0x3c25c5=_0x1a6687[_0x467224(0x224)]||_0x4f6352[_0x467224(0x1ad)],_0x280e74=Array['isArray'](_0x1a6687[_0x467224(0x1ab)])&&_0x4f6352[_0x467224(0x197)](_0x1a6687[_0x467224(0x1ab)][_0x467224(0x1e4)],0x0)?_0x1a6687[_0x467224(0x1ab)]:[_0x4f6352[_0x467224(0x23a)]],_0xce75f6=_0x4f6352[_0x467224(0x1ee)](_0x325367,_0x280e74,_0x3c25c5);if(_0x4f6352['wZMxx'](_0xce75f6[_0x467224(0x1e4)],0x0))return Array[_0x467224(0x1ef)](new Set(_0xce75f6));}}catch(_0x591260){_0x4f6352['qvVoj'](debug,'Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20'+util[_0x467224(0x1bf)](_0x591260));}return null;};async function run(_0xa188aa,_0x1f400f,_0x2ed821){const _0x7e9cf5=a15_0x35fe31,_0x345705={'VpTAZ':function(_0x5ce074,_0x366f26){return _0x5ce074>_0x366f26;},'aHbKO':_0x7e9cf5(0x1f1),'ejOtK':function(_0x3a7785,_0x5e18f5){return _0x3a7785(_0x5e18f5);},'TvZZX':function(_0x52ef34,_0x505975){return _0x52ef34||_0x505975;},'KABlg':function(_0x19c91b,_0x29c25a){return _0x19c91b(_0x29c25a);},'XWHlq':function(_0x207619,_0x2136e5){return _0x207619(_0x2136e5);},'OjdDz':function(_0x448594,_0x2e0257){return _0x448594>_0x2e0257;},'NZnpf':function(_0x334980,_0x46d34e,_0x112ee8,_0x1b96a2){return _0x334980(_0x46d34e,_0x112ee8,_0x1b96a2);},'ynZCq':'npx','rvAjm':_0x7e9cf5(0x1b0),'xDnQu':function(_0xf061e4,_0x2b66b6){return _0xf061e4===_0x2b66b6;},'XQYtd':_0x7e9cf5(0x1f3),'HBCjR':_0x7e9cf5(0x20a),'eojTZ':_0x7e9cf5(0x1d9),'dZweY':_0x7e9cf5(0x20b),'QBneQ':function(_0x247769,_0x1cec56){return _0x247769(_0x1cec56);},'behWz':'@playwright/test','KkYxr':function(_0x3d77e3){return _0x3d77e3();},'WTNDN':function(_0x3604f2,_0x135f6d,_0xa57c42,_0x5866f2){return _0x3604f2(_0x135f6d,_0xa57c42,_0x5866f2);},'LVLAB':function(_0x255638,_0x25aff4,_0x2aade2,_0x162c28){return _0x255638(_0x25aff4,_0x2aade2,_0x162c28);},'pyFFl':function(_0x2b99bb,_0x51da6b){return _0x2b99bb!=_0x51da6b;},'zRvcJ':_0x7e9cf5(0x1e6),'YyLFD':function(_0xee2e15,_0x39555a){return _0xee2e15(_0x39555a);},'kSaiD':function(_0x482694,_0x174e18){return _0x482694(_0x174e18);},'bhMQr':function(_0x3e17a8,_0x320d96,_0x58e99d){return _0x3e17a8(_0x320d96,_0x58e99d);},'APvkO':function(_0x320f0b,_0x34dc2b){return _0x320f0b*_0x34dc2b;},'FpmPU':function(_0x4fcb26,_0x2eac9e){return _0x4fcb26(_0x2eac9e);},'FWFfp':_0x7e9cf5(0x22f),'crNAc':function(_0x357ae9,_0x232c88){return _0x357ae9(_0x232c88);},'oeGwg':function(_0x2da9c5,_0xcf0c06){return _0x2da9c5<_0xcf0c06;},'eorWE':function(_0x55e948,_0x29d8ab){return _0x55e948>_0x29d8ab;},'gabRq':function(_0x422420,_0x389c2c){return _0x422420>_0x389c2c;},'clvFp':function(_0x670990,_0x3087d3){return _0x670990(_0x3087d3);},'qHaha':function(_0x495718,_0x577ff5){return _0x495718>_0x577ff5;},'aOdcE':function(_0x1f3d6f,_0x34ed39){return _0x1f3d6f(_0x34ed39);},'ZwpGs':_0x7e9cf5(0x1a4)},_0x148d77=helper['getPackageVersion'](_0x345705[_0x7e9cf5(0x1c0)]);global[_0x7e9cf5(0x19a)]=!!_0x148d77;const _0xd9702b=_0x345705[_0x7e9cf5(0x1c1)](getPuppeteerVersion);global[_0x7e9cf5(0x1e1)]=!!_0xd9702b;helper[_0x7e9cf5(0x231)]()?(await _0x2ed821[_0x7e9cf5(0x1fb)](_0xa188aa),await helper[_0x7e9cf5(0x211)](_0x2ed821[_0x7e9cf5(0x1c2)])):await _0x2ed821['setupTCGAuth']();if(_0x148d77)await _0x345705[_0x7e9cf5(0x1b2)](checkPwandBootstrapCli,_0x148d77,constants[_0x7e9cf5(0x22d)]['JASMINE'],_0x2ed821);else _0xd9702b&&await _0x345705[_0x7e9cf5(0x1b5)](checkPuppeteerAndBootstrapCli,_0xd9702b,constants[_0x7e9cf5(0x22d)]['JASMINE'],_0x2ed821);if(!_0x2ed821[_0x7e9cf5(0x1c2)])return;_0x345705['pyFFl'](_0x2ed821[_0x7e9cf5(0x1c2)][_0x7e9cf5(0x1cb)],null)?process[_0x7e9cf5(0x1b4)][_0x7e9cf5(0x239)]=_0x2ed821[_0x7e9cf5(0x1c2)][_0x7e9cf5(0x1cb)]:process['env'][_0x7e9cf5(0x239)]=_0x345705[_0x7e9cf5(0x1fa)];!helper[_0x7e9cf5(0x215)](_0x2ed821[_0x7e9cf5(0x1c2)]['accessibilityOptions'])&&(process['env'][_0x7e9cf5(0x1b3)]=JSON['stringify'](_0x2ed821[_0x7e9cf5(0x1c2)]['accessibilityOptions']));try{await TestHubHandler[_0x7e9cf5(0x1ca)](FRAMEWORKS[_0x7e9cf5(0x1fd)],_0x2ed821);}catch(_0x496cc1){logger[_0x7e9cf5(0x20b)](_0x7e9cf5(0x23b)+util[_0x7e9cf5(0x1bf)](_0x496cc1)),_0x345705[_0x7e9cf5(0x1cc)](debug,_0x7e9cf5(0x1be)+util[_0x7e9cf5(0x1bf)](_0x496cc1));}let _0x3c7c38=![],_0x235b0d=[];try{_0x3c7c38=helper[_0x7e9cf5(0x1e9)](_0x2ed821[_0x7e9cf5(0x1c2)]),_0x235b0d=helper[_0x7e9cf5(0x1a5)](_0x2ed821[_0x7e9cf5(0x1c2)],_0x3c7c38,constants[_0x7e9cf5(0x22d)][_0x7e9cf5(0x1fd)]),process[_0x7e9cf5(0x1b4)][_0x7e9cf5(0x207)]=JSON[_0x7e9cf5(0x19b)](_0x235b0d);}catch(_0xe73f2e){_0x345705['YyLFD'](debug,_0x7e9cf5(0x1ce)+util[_0x7e9cf5(0x1bf)](_0xe73f2e));}let _0x1c4ac0=null,_0x112de3=![];try{_0x1c4ac0=helper[_0x7e9cf5(0x1d6)](_0x2ed821[_0x7e9cf5(0x1c2)]),_0x112de3=helper[_0x7e9cf5(0x23d)](_0x2ed821['config']);}catch(_0xfdc29b){_0x345705[_0x7e9cf5(0x1dd)](debug,'Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20'+util[_0x7e9cf5(0x1bf)](_0xfdc29b));}const _0x26dc71=_0x37f52a=>{const _0x2ee784=_0x7e9cf5,_0x453262=Array[_0x2ee784(0x1d8)](_0x235b0d)&&_0x345705['VpTAZ'](_0x235b0d['length'],_0x37f52a)?_0x235b0d[_0x37f52a]:Array[_0x2ee784(0x1d8)](_0x235b0d)&&_0x345705[_0x2ee784(0x21a)](_0x235b0d[_0x2ee784(0x1e4)],0x0)?_0x235b0d[0x0]:{};return{'server':_0x1c4ac0,'capability':_0x453262,'proxySettings':_0x2ed821[_0x2ee784(0x1c2)][_0x2ee784(0x1e7)],'platform':helper['getPlatformName'](_0x453262),'browserStackLogLevel':_0x2ed821[_0x2ee784(0x1c2)][_0x2ee784(0x21b)],'platformIndex':_0x37f52a,'framework':constants[_0x2ee784(0x22d)]['JASMINE'],'platformCaps':_0x112de3?Object['assign']({'index':_0x37f52a},_0x2ed821[_0x2ee784(0x1c2)][_0x2ee784(0x1ae)][_0x37f52a]):{'index':_0x37f52a}};};let _0x2b0067=0x1,_0x189285=0x1,_0x8c1f5f=0x1;try{_0x2b0067=_0x345705[_0x7e9cf5(0x233)](getMaxWorkers,_0xa188aa,_0x2ed821[_0x7e9cf5(0x1c2)]),_0x189285=_0x112de3?_0x2ed821['config'][_0x7e9cf5(0x1ae)][_0x7e9cf5(0x1e4)]:0x1,_0x8c1f5f=_0x345705[_0x7e9cf5(0x219)](_0x189285,_0x2b0067),process[_0x7e9cf5(0x1b4)][_0x7e9cf5(0x198)]=_0x345705[_0x7e9cf5(0x1ff)](String,_0x8c1f5f);}catch(_0x59ae67){_0x345705[_0x7e9cf5(0x1cc)](debug,_0x7e9cf5(0x201)+util['format'](_0x59ae67));}try{BrowserstackCLI[_0x7e9cf5(0x1a1)]()[_0x7e9cf5(0x1eb)]&&(process[_0x7e9cf5(0x1b4)][_0x7e9cf5(0x1d7)]=BrowserstackCLI[_0x7e9cf5(0x1a1)]()[_0x7e9cf5(0x1eb)]);}catch(_0x28f10a){_0x345705[_0x7e9cf5(0x1a6)](debug,'Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20'+util['format'](_0x28f10a));}const _0x1321ad=[];try{const _0x388bc3=path['resolve'](__dirname,_0x345705[_0x7e9cf5(0x228)]);fs[_0x7e9cf5(0x217)](_0x388bc3)?_0x1321ad[_0x7e9cf5(0x1f4)](_0x7e9cf5(0x19e)+_0x388bc3):_0x345705[_0x7e9cf5(0x1ff)](debug,_0x7e9cf5(0x1cd)+_0x388bc3+_0x7e9cf5(0x238));}catch(_0x22fd8b){_0x345705[_0x7e9cf5(0x1d1)](debug,_0x7e9cf5(0x229)+util['format'](_0x22fd8b));}const _0x5bc1c6=_0x1f400f[_0x7e9cf5(0x204)](0x1),_0x5114a4=_0x345705[_0x7e9cf5(0x23c)](enumerateSpecFiles,_0x1f400f),_0x487e4e=[];for(let _0xeaaad7=0x0;_0x345705['oeGwg'](_0xeaaad7,_0x189285);_0xeaaad7++){if(_0x345705[_0x7e9cf5(0x206)](_0x2b0067,0x1)&&Array[_0x7e9cf5(0x1d8)](_0x5114a4)&&_0x345705[_0x7e9cf5(0x1a0)](_0x5114a4[_0x7e9cf5(0x1e4)],0x0))for(const _0x5f04e4 of _0x5114a4){const _0x3547da={};_0x3547da[_0x7e9cf5(0x1f0)]=_0xeaaad7,_0x3547da[_0x7e9cf5(0x1c4)]=[_0x5f04e4],_0x487e4e['push'](_0x3547da);}else{const _0x4ba0ff={};_0x4ba0ff[_0x7e9cf5(0x1f0)]=_0xeaaad7,_0x4ba0ff['specArgs']=_0x5114a4,_0x487e4e['push'](_0x4ba0ff);}}logger[_0x7e9cf5(0x19d)](_0x7e9cf5(0x1ba)+_0x189285+'\x20platform(s),\x20parallelsPerPlatform='+_0x2b0067+'\x20('+_0x487e4e[_0x7e9cf5(0x1e4)]+_0x7e9cf5(0x21c)+_0x8c1f5f+_0x7e9cf5(0x1a8)),PerformanceTester[_0x7e9cf5(0x1cf)](PerformanceEvents[_0x7e9cf5(0x1af)]);const _0x4486e3=_0x183f4f=>new Promise(_0x591e94=>{const _0x5e1beb=_0x7e9cf5,_0x4d6057={'dKWWn':function(_0x2e3d87,_0x5a85cd){const _0x18d573=a15_0x943f;return _0x345705[_0x18d573(0x1cc)](_0x2e3d87,_0x5a85cd);}};let _0x3a4a27;try{const _0x430d4e=_0x345705['KABlg'](_0x26dc71,_0x183f4f[_0x5e1beb(0x1f0)]);_0x3a4a27=Object[_0x5e1beb(0x218)]({},process[_0x5e1beb(0x1b4)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x5e1beb(0x19b)](_0x430d4e),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x430d4e['capability']]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x36a576){_0x345705[_0x5e1beb(0x1d5)](debug,_0x5e1beb(0x1b7)+_0x183f4f[_0x5e1beb(0x1f0)]+_0x5e1beb(0x23f)+util[_0x5e1beb(0x1bf)](_0x36a576)),_0x3a4a27=Object[_0x5e1beb(0x218)]({},process['env']);}const _0x490af8=Array[_0x5e1beb(0x1d8)](_0x183f4f['specArgs'])?_0x183f4f[_0x5e1beb(0x1c4)]:[],_0x4cdc68=_0x345705[_0x5e1beb(0x20e)](_0x490af8[_0x5e1beb(0x1e4)],0x0)?_0x5bc1c6[_0x5e1beb(0x22e)](_0x9dafa9=>typeof _0x9dafa9===_0x5e1beb(0x220)&&_0x9dafa9['startsWith']('-')):_0x5bc1c6,_0xddec9e=[..._0x1321ad,..._0x4cdc68,..._0x490af8];try{const _0x150a06=_0x345705['NZnpf'](spawn,_0x345705[_0x5e1beb(0x1a2)],[_0x345705[_0x5e1beb(0x200)],..._0xddec9e],{'shell':_0x345705['xDnQu'](process[_0x5e1beb(0x1fc)],_0x345705[_0x5e1beb(0x1aa)]),'stdio':_0x345705[_0x5e1beb(0x23e)],'env':_0x3a4a27});_0x150a06['on'](_0x345705[_0x5e1beb(0x22c)],_0x5278e7=>{const _0x3d2d66=_0x5e1beb;logger[_0x3d2d66(0x1d0)](_0x3d2d66(0x221)+_0x183f4f[_0x3d2d66(0x1f0)]+_0x3d2d66(0x230)+(_0x490af8[_0x3d2d66(0x1e4)]?_0x490af8[_0x3d2d66(0x20f)](','):_0x345705[_0x3d2d66(0x205)])+_0x3d2d66(0x242)+_0x5278e7),_0x345705[_0x3d2d66(0x1cc)](_0x591e94,_0x345705[_0x3d2d66(0x1f6)](_0x5278e7,0x0));}),_0x150a06['on'](_0x345705[_0x5e1beb(0x1e0)],_0x372d08=>{const _0x29755d=_0x5e1beb;_0x4d6057[_0x29755d(0x227)](debug,_0x29755d(0x21f)+_0x183f4f['platformIndex']+_0x29755d(0x1da)+util['format'](_0x372d08)),_0x4d6057[_0x29755d(0x227)](_0x591e94,0x1);});}catch(_0xb358e5){_0x345705[_0x5e1beb(0x1d1)](debug,_0x5e1beb(0x1ea)+_0x183f4f[_0x5e1beb(0x1f0)]+')\x20:\x20'+util[_0x5e1beb(0x1bf)](_0xb358e5)),_0x345705[_0x5e1beb(0x1d1)](_0x591e94,0x1);}}),_0x140805=_0x345705[_0x7e9cf5(0x1b1)](pLimit,_0x345705[_0x7e9cf5(0x21d)](_0x8c1f5f,0x0)?_0x8c1f5f:0x1),_0x2db0f6=await Promise[_0x7e9cf5(0x1f1)](_0x487e4e[_0x7e9cf5(0x210)](_0x1e26cb=>_0x140805(()=>_0x4486e3(_0x1e26cb))));PerformanceTester[_0x7e9cf5(0x212)](PerformanceEvents[_0x7e9cf5(0x1fe)]);const _0x3b0ce1=_0x2db0f6[_0x7e9cf5(0x1f7)](_0x5c6ba4=>_0x5c6ba4!==0x0)||0x0;process['exitCode']=_0x3b0ce1,logger['debug'](_0x7e9cf5(0x1f8)+_0x3b0ce1);const _0x46e8d3=BrowserstackCLI[_0x7e9cf5(0x1c6)]();try{await TestHubHandler[_0x7e9cf5(0x1de)](),await BrowserstackCLI[_0x7e9cf5(0x1a1)]()[_0x7e9cf5(0x1de)]();}catch(_0xc0a0bb){_0x345705[_0x7e9cf5(0x1c7)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util['format'](_0xc0a0bb));}try{const {browserstackFolderPath:_0x2dbcbc,tcgConfigPath:_0x1ca8a3}=helper['getTCGConfigFilePaths']();fs[_0x7e9cf5(0x1b6)](_0x1ca8a3),fs[_0x7e9cf5(0x1f5)](_0x2dbcbc);}catch(_0x3464ec){logger[_0x7e9cf5(0x1d0)](_0x345705['ZwpGs'],_0x3464ec);}testOpsHelper['printBuildLink'](),await utilities['finalExecution'](_0x2ed821,_0x46e8d3);}module[a15_0x35fe31(0x1a3)]=run;
2
+ 'use strict';const a15_0x29dea3=a15_0x41ab;function a15_0x41ab(_0x80335c,_0x39f109){const _0x1e2dd6=a15_0x1e2d();return a15_0x41ab=function(_0x41abd6,_0x2423b4){_0x41abd6=_0x41abd6-0xbf;let _0x1dad2b=_0x1e2dd6[_0x41abd6];return _0x1dad2b;},a15_0x41ab(_0x80335c,_0x39f109);}(function(_0x2a0726,_0x5c544c){const _0x515917=a15_0x41ab,_0x33c433=_0x2a0726();while(!![]){try{const _0x3efb7e=-parseInt(_0x515917(0x12f))/0x1*(-parseInt(_0x515917(0x117))/0x2)+parseInt(_0x515917(0x12d))/0x3*(parseInt(_0x515917(0x14c))/0x4)+parseInt(_0x515917(0xdd))/0x5*(parseInt(_0x515917(0x156))/0x6)+-parseInt(_0x515917(0xfb))/0x7+-parseInt(_0x515917(0xff))/0x8+parseInt(_0x515917(0x121))/0x9+-parseInt(_0x515917(0xd8))/0xa;if(_0x3efb7e===_0x5c544c)break;else _0x33c433['push'](_0x33c433['shift']());}catch(_0x280a6d){_0x33c433['push'](_0x33c433['shift']());}}}(a15_0x1e2d,0x1c0e9));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require('child_process'),glob=require(a15_0x29dea3(0x150)),pLimit=require(a15_0x29dea3(0xfa)),logger=require(a15_0x29dea3(0xd2))['winstonLogger'],helper=require(a15_0x29dea3(0x135)),utilities=require(a15_0x29dea3(0x10a)),constants=require('../utils/constants'),TestHubHandler=require(a15_0x29dea3(0xe8)),testOpsHelper=require(a15_0x29dea3(0xca)),{debug}=require(a15_0x29dea3(0xca)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a15_0x29dea3(0x100)),PerformanceEvents=require(a15_0x29dea3(0xeb))[a15_0x29dea3(0x12b)],BrowserstackCLI=require(a15_0x29dea3(0x12e)),{checkPwandBootstrapCli}=require(a15_0x29dea3(0x149)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0x29dea3(0x141)),getMaxWorkers=(_0x3c3220,_0x4fd836)=>{const _0x558381=a15_0x29dea3,_0x500d90={'uSdqZ':function(_0x4a9813,_0x197dd7){return _0x4a9813(_0x197dd7);}};let _0x9a940c=0x1;if(!helper['isUndefined'](_0x4fd836[_0x558381(0x10e)]))_0x9a940c=_0x500d90['uSdqZ'](parseInt,_0x4fd836[_0x558381(0x10e)]);else!helper['isUndefined'](_0x3c3220['maxWorkers'])&&(_0x9a940c=_0x3c3220[_0x558381(0xd5)]);return _0x9a940c;},resolveJasmineConfigPath=()=>{const _0x466a33=a15_0x29dea3,_0x46a564={};_0x46a564[_0x466a33(0x127)]=_0x466a33(0xdb);const _0x4b12ea=_0x46a564,_0x2339e8=[];process[_0x466a33(0x139)][_0x466a33(0xe7)]&&_0x2339e8[_0x466a33(0x124)](path[_0x466a33(0xd7)](process[_0x466a33(0x148)](),process['env'][_0x466a33(0xe7)]));_0x2339e8[_0x466a33(0x124)](path[_0x466a33(0xd7)](process['cwd'](),_0x4b12ea[_0x466a33(0x127)]));for(const _0x442b6f of _0x2339e8){try{if(fs[_0x466a33(0x154)](_0x442b6f))return _0x442b6f;}catch(_0x13e7be){}}return null;},enumerateSpecFiles=_0x2d852d=>{const _0x13c212=a15_0x29dea3,_0x475673={'sXUvc':function(_0x49c584,_0x2b3fab){return _0x49c584(_0x2b3fab);},'CTKoj':function(_0x54dda9,_0x264891){return _0x54dda9>_0x264891;},'GkPwB':function(_0x1800b4,_0x2375c4){return _0x1800b4<_0x2375c4;},'IHCsx':function(_0x3e093c,_0x83a9d){return _0x3e093c===_0x83a9d;},'MlYug':_0x13c212(0x109),'LNiCK':function(_0x310ba7,_0x57e51a){return _0x310ba7>_0x57e51a;},'GNTyM':function(_0x574eb4,_0xa2e2b0,_0xe658f1){return _0x574eb4(_0xa2e2b0,_0xe658f1);},'Zsfhq':function(_0x356a12,_0x135dd2){return _0x356a12>_0x135dd2;},'WCQcG':function(_0x32e4c2){return _0x32e4c2();},'dvDxr':'utf8','HBxZd':'spec','gGNHd':function(_0x5159ed,_0x2061f4){return _0x5159ed>_0x2061f4;},'bJGPj':'**/*[sS]pec.?(m)js','XnaFA':function(_0x2bcbc6,_0x2e95f5,_0x3520f4){return _0x2bcbc6(_0x2e95f5,_0x3520f4);},'VrUWN':function(_0x4d0725,_0x1ed415){return _0x4d0725>_0x1ed415;}};try{if(testOpsHelper['shouldReRunObservabilityTests']()){const _0x35452a=testOpsHelper[_0x13c212(0x14d)](process['env']['BROWSERSTACK_RERUN_TESTS']);if(Array['isArray'](_0x35452a)&&_0x475673[_0x13c212(0x159)](_0x35452a['length'],0x0))return _0x35452a[_0x13c212(0x153)](_0xe17ea6=>path[_0x13c212(0xd7)](process[_0x13c212(0x148)](),_0xe17ea6['trim']()))[_0x13c212(0x143)](Boolean);}}catch(_0x4e6ae){_0x475673['sXUvc'](debug,_0x13c212(0xe6)+util[_0x13c212(0xed)](_0x4e6ae));}const _0x156872=[];try{for(let _0x52caf3=0x1;_0x475673['GkPwB'](_0x52caf3,_0x2d852d['length']);_0x52caf3++){const _0x1755a2=_0x2d852d[_0x52caf3];_0x475673[_0x13c212(0xcc)](typeof _0x1755a2,_0x475673['MlYug'])&&!_0x1755a2[_0x13c212(0x14b)]('-')&&_0x156872[_0x13c212(0x124)](_0x1755a2);}}catch(_0x284548){}const _0x273d94={'cwd':process[_0x13c212(0x148)](),'absolute':!![],'nodir':!![]},_0x40fbd0=(_0x70a318,_0x184214)=>{const _0xf9f964=_0x13c212,_0x4a4a12=[];for(const _0x10b4bf of _0x70a318){try{const _0xb72c52=_0x184214?path['posix'][_0xf9f964(0x15c)](_0x184214,_0x10b4bf):_0x10b4bf,_0x497444=glob[_0xf9f964(0x13b)](_0xb72c52,_0x273d94);Array[_0xf9f964(0xef)](_0x497444)&&_0x4a4a12[_0xf9f964(0x124)](..._0x497444);}catch(_0x7af5ca){_0x475673[_0xf9f964(0x11b)](debug,_0xf9f964(0x15b)+_0x10b4bf+_0xf9f964(0xfe)+util[_0xf9f964(0xed)](_0x7af5ca));}}return _0x4a4a12;};if(_0x475673[_0x13c212(0x15d)](_0x156872[_0x13c212(0xc5)],0x0)){const _0x1329f8=_0x475673[_0x13c212(0x134)](_0x40fbd0,_0x156872,null);if(_0x475673[_0x13c212(0x130)](_0x1329f8['length'],0x0))return Array['from'](new Set(_0x1329f8));return _0x156872[_0x13c212(0x153)](_0x5d4e26=>path[_0x13c212(0xd7)](process[_0x13c212(0x148)](),_0x5d4e26));}try{const _0x3bec65=_0x475673[_0x13c212(0x162)](resolveJasmineConfigPath);if(_0x3bec65){const _0xee8e36=JSON[_0x13c212(0x119)](fs[_0x13c212(0xf8)](_0x3bec65,_0x475673[_0x13c212(0x14e)])),_0x56ca86=_0xee8e36[_0x13c212(0xcf)]||_0x475673[_0x13c212(0x15a)],_0x1df2fe=Array['isArray'](_0xee8e36[_0x13c212(0x163)])&&_0x475673[_0x13c212(0xe3)](_0xee8e36['spec_files']['length'],0x0)?_0xee8e36['spec_files']:[_0x475673['bJGPj']],_0x1fb1d9=_0x475673[_0x13c212(0x11d)](_0x40fbd0,_0x1df2fe,_0x56ca86);if(_0x475673['VrUWN'](_0x1fb1d9[_0x13c212(0xc5)],0x0))return Array[_0x13c212(0x11e)](new Set(_0x1fb1d9));}}catch(_0x569cbb){_0x475673[_0x13c212(0x11b)](debug,_0x13c212(0x129)+util['format'](_0x569cbb));}return null;};async function run(_0x4d2e22,_0x341d0d,_0x131025){const _0xe36766=a15_0x29dea3,_0x2811af={'Pschy':function(_0x4eab92,_0x36f37d){return _0x4eab92>_0x36f37d;},'epipV':function(_0x44f1b3,_0x5f1543){return _0x44f1b3>_0x5f1543;},'dLAew':'all','yaNvJ':function(_0x35154f,_0x5a33fd){return _0x35154f(_0x5a33fd);},'umCTa':function(_0x1891a7,_0x199848){return _0x1891a7||_0x199848;},'fkfDc':function(_0x97c4b0,_0x159112){return _0x97c4b0(_0x159112);},'lOziR':function(_0x2f5685,_0x390b20){return _0x2f5685(_0x390b20);},'LmRJo':function(_0x13542e,_0x318e0c){return _0x13542e(_0x318e0c);},'tbFIp':function(_0x557816,_0x8a91a7){return _0x557816>_0x8a91a7;},'muIBu':function(_0x5e6dec,_0xce92fe,_0x280fea,_0x421fdf){return _0x5e6dec(_0xce92fe,_0x280fea,_0x421fdf);},'bHJdi':_0xe36766(0xe9),'sdCXP':_0xe36766(0x11f),'cjgRx':function(_0x30b6c2,_0x586b24){return _0x30b6c2===_0x586b24;},'XbPUj':'win32','AkQAm':'inherit','wsWqb':_0xe36766(0xd3),'WrMWP':'error','GoHzN':function(_0x311f9c,_0x1b5077){return _0x311f9c(_0x1b5077);},'JOrCm':function(_0x2cda3a,_0x4615a3){return _0x2cda3a(_0x4615a3);},'JqKBQ':_0xe36766(0xce),'AhpOL':function(_0xcdca8a){return _0xcdca8a();},'duzhY':function(_0x4af3e6,_0x28136f,_0x23a5ba,_0x575640){return _0x4af3e6(_0x28136f,_0x23a5ba,_0x575640);},'cxgaK':function(_0x222933,_0x4db6c7){return _0x222933!=_0x4db6c7;},'XwHuD':'true','VBeyE':function(_0x112347,_0x1b86bb){return _0x112347(_0x1b86bb);},'MyBIu':function(_0x1a513e,_0xc65b7a,_0x113e48){return _0x1a513e(_0xc65b7a,_0x113e48);},'xpviG':function(_0x12f81d,_0x5e8a87){return _0x12f81d*_0x5e8a87;},'wqFwD':'test.setup.js','pAiKH':function(_0x5bf068,_0x352eaa){return _0x5bf068(_0x352eaa);},'DjWBu':function(_0x4e30f8,_0x5587ab){return _0x4e30f8(_0x5587ab);},'KvBSt':function(_0x364430,_0x5b3793){return _0x364430(_0x5b3793);},'jDfAO':function(_0xbc0f72,_0x172cc5){return _0xbc0f72<_0x172cc5;},'sCwrh':function(_0x50bfcf,_0x616b32){return _0x50bfcf(_0x616b32);},'ETtvc':function(_0x5b221b,_0x5d36c9){return _0x5b221b>_0x5d36c9;},'IMAgg':function(_0xfc8ef2,_0x2df218){return _0xfc8ef2(_0x2df218);},'onmWL':_0xe36766(0xc3)},_0x47af7b=helper['getPackageVersion'](_0x2811af['JqKBQ']);global[_0xe36766(0x137)]=!!_0x47af7b;const _0x930af5=_0x2811af[_0xe36766(0xde)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x930af5;helper[_0xe36766(0x105)]()?(await _0x131025[_0xe36766(0x151)](_0x4d2e22),await helper[_0xe36766(0xf5)](_0x131025['config'])):await _0x131025[_0xe36766(0x144)]();if(_0x47af7b)await _0x2811af[_0xe36766(0xd9)](checkPwandBootstrapCli,_0x47af7b,constants['FRAMEWORKS']['JASMINE'],_0x131025);else _0x930af5&&await _0x2811af[_0xe36766(0x106)](checkPuppeteerAndBootstrapCli,_0x930af5,constants[_0xe36766(0xe2)][_0xe36766(0x10b)],_0x131025);if(!_0x131025[_0xe36766(0x11c)])return;_0x2811af['cxgaK'](_0x131025[_0xe36766(0x11c)]['testObservability'],null)?process[_0xe36766(0x139)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x131025[_0xe36766(0x11c)][_0xe36766(0x12a)]:process['env'][_0xe36766(0xfd)]=_0x2811af[_0xe36766(0x132)];!helper[_0xe36766(0x157)](_0x131025[_0xe36766(0x11c)][_0xe36766(0x160)])&&(process[_0xe36766(0x139)][_0xe36766(0x12c)]=JSON[_0xe36766(0x142)](_0x131025[_0xe36766(0x11c)][_0xe36766(0x160)]));try{await TestHubHandler[_0xe36766(0xc8)](FRAMEWORKS[_0xe36766(0x10b)],_0x131025);}catch(_0xef4786){logger[_0xe36766(0xcd)]('[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20'+util[_0xe36766(0xed)](_0xef4786)),_0x2811af[_0xe36766(0x125)](debug,_0xe36766(0x123)+util[_0xe36766(0xed)](_0xef4786));}let _0x5b3a3c=![],_0x15f4f5=[];try{_0x5b3a3c=helper[_0xe36766(0x116)](_0x131025[_0xe36766(0x11c)]),_0x15f4f5=helper['prepareCapabilities'](_0x131025[_0xe36766(0x11c)],_0x5b3a3c,constants['FRAMEWORKS'][_0xe36766(0x10b)]),process[_0xe36766(0x139)][_0xe36766(0x108)]=JSON[_0xe36766(0x142)](_0x15f4f5);}catch(_0x5b89f5){_0x2811af[_0xe36766(0x104)](debug,_0xe36766(0x13c)+util['format'](_0x5b89f5));}let _0x22f15=null,_0x2858f6=![];try{_0x22f15=helper[_0xe36766(0x155)](_0x131025[_0xe36766(0x11c)]),_0x2858f6=helper[_0xe36766(0x146)](_0x131025[_0xe36766(0x11c)]);}catch(_0x58978b){_0x2811af[_0xe36766(0xda)](debug,_0xe36766(0xd4)+util['format'](_0x58978b));}const _0x24af93=_0x1184c2=>{const _0x2d2630=_0xe36766,_0x1b4d1f=Array[_0x2d2630(0xef)](_0x15f4f5)&&_0x2811af[_0x2d2630(0xc6)](_0x15f4f5[_0x2d2630(0xc5)],_0x1184c2)?_0x15f4f5[_0x1184c2]:Array[_0x2d2630(0xef)](_0x15f4f5)&&_0x2811af[_0x2d2630(0xf6)](_0x15f4f5['length'],0x0)?_0x15f4f5[0x0]:{};return{'server':_0x22f15,'capability':_0x1b4d1f,'proxySettings':_0x131025[_0x2d2630(0x11c)][_0x2d2630(0x111)],'platform':helper[_0x2d2630(0x14a)](_0x1b4d1f),'browserStackLogLevel':_0x131025[_0x2d2630(0x11c)][_0x2d2630(0x118)],'platformIndex':_0x1184c2,'framework':constants[_0x2d2630(0xe2)][_0x2d2630(0x10b)],'platformCaps':_0x2858f6?Object[_0x2d2630(0x10d)]({'index':_0x1184c2},_0x131025[_0x2d2630(0x11c)][_0x2d2630(0x13a)][_0x1184c2]):{'index':_0x1184c2}};};let _0x15c13f=0x1,_0x5f2123=0x1,_0x35940a=0x1;try{_0x15c13f=_0x2811af[_0xe36766(0x136)](getMaxWorkers,_0x4d2e22,_0x131025['config']),_0x5f2123=_0x2858f6?_0x131025[_0xe36766(0x11c)]['platforms'][_0xe36766(0xc5)]:0x1,_0x35940a=_0x2811af[_0xe36766(0x161)](_0x5f2123,_0x15c13f),process[_0xe36766(0x139)][_0xe36766(0xf9)]=_0x2811af[_0xe36766(0xd1)](String,_0x35940a);}catch(_0x19a075){_0x2811af['GoHzN'](debug,_0xe36766(0xc7)+util[_0xe36766(0xed)](_0x19a075));}try{BrowserstackCLI['getInstance']()[_0xe36766(0xee)]&&(process[_0xe36766(0x139)][_0xe36766(0x113)]=BrowserstackCLI[_0xe36766(0x107)]()[_0xe36766(0xee)]);}catch(_0x1fbde6){_0x2811af['fkfDc'](debug,'Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20'+util[_0xe36766(0xed)](_0x1fbde6));}const _0x422343=[];try{const _0x23c623=path['resolve'](__dirname,_0x2811af[_0xe36766(0xc2)]);fs[_0xe36766(0x154)](_0x23c623)?_0x422343[_0xe36766(0x124)](_0xe36766(0x122)+_0x23c623):_0x2811af[_0xe36766(0xf7)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x23c623+_0xe36766(0x102));}catch(_0x3c2c1e){_0x2811af[_0xe36766(0x101)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0xe36766(0xed)](_0x3c2c1e));}const _0x3187de=_0x341d0d['slice'](0x1),_0x2f6e21=_0x2811af[_0xe36766(0xec)](enumerateSpecFiles,_0x341d0d),_0x2341d8=[];for(let _0x1a0b78=0x0;_0x2811af['jDfAO'](_0x1a0b78,_0x5f2123);_0x1a0b78++){if(_0x2811af[_0xe36766(0xf6)](_0x15c13f,0x1)&&Array[_0xe36766(0xef)](_0x2f6e21)&&_0x2811af['tbFIp'](_0x2f6e21[_0xe36766(0xc5)],0x0))for(const _0x19ba7b of _0x2f6e21){const _0x1c314c={};_0x1c314c[_0xe36766(0x15e)]=_0x1a0b78,_0x1c314c['specArgs']=[_0x19ba7b],_0x2341d8[_0xe36766(0x124)](_0x1c314c);}else{const _0x3d672e={};_0x3d672e[_0xe36766(0x15e)]=_0x1a0b78,_0x3d672e[_0xe36766(0x13d)]=_0x2f6e21,_0x2341d8['push'](_0x3d672e);}}logger[_0xe36766(0xc1)](_0xe36766(0xd0)+_0x5f2123+'\x20platform(s),\x20parallelsPerPlatform='+_0x15c13f+'\x20('+_0x2341d8[_0xe36766(0xc5)]+_0xe36766(0xc9)+_0x35940a+_0xe36766(0xfc)),PerformanceTester['end'](PerformanceEvents[_0xe36766(0x158)]);const _0x32e0bc=_0x5724ee=>new Promise(_0x2da219=>{const _0x57c2eb=_0xe36766,_0x3a4b00={'BOYMH':_0x2811af[_0x57c2eb(0x11a)],'omhmY':function(_0x4a6f07,_0x3bc12b){const _0x40e169=_0x57c2eb;return _0x2811af[_0x40e169(0xcb)](_0x4a6f07,_0x3bc12b);},'ecLND':function(_0x89b76c,_0x25353e){const _0x3b2b99=_0x57c2eb;return _0x2811af[_0x3b2b99(0xe1)](_0x89b76c,_0x25353e);},'TzIOG':function(_0x313820,_0x426374){const _0x17cd63=_0x57c2eb;return _0x2811af[_0x17cd63(0x115)](_0x313820,_0x426374);}};let _0x3ef8e4;try{const _0x28bac3=_0x2811af['lOziR'](_0x24af93,_0x5724ee[_0x57c2eb(0x15e)]);_0x3ef8e4=Object[_0x57c2eb(0x10d)]({},process['env'],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x57c2eb(0x142)](_0x28bac3),'BROWSERSTACK_CAPABILITIES':JSON['stringify']([_0x28bac3[_0x57c2eb(0xf1)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x30a404){_0x2811af[_0x57c2eb(0xc4)](debug,_0x57c2eb(0x15f)+_0x5724ee['platformIndex']+_0x57c2eb(0xea)+util[_0x57c2eb(0xed)](_0x30a404)),_0x3ef8e4=Object[_0x57c2eb(0x10d)]({},process[_0x57c2eb(0x139)]);}const _0xb42ad0=Array['isArray'](_0x5724ee[_0x57c2eb(0x13d)])?_0x5724ee['specArgs']:[],_0x2defb1=_0x2811af['tbFIp'](_0xb42ad0[_0x57c2eb(0xc5)],0x0)?_0x3187de[_0x57c2eb(0x143)](_0x358173=>typeof _0x358173===_0x57c2eb(0x109)&&_0x358173[_0x57c2eb(0x14b)]('-')):_0x3187de,_0x50abd8=[..._0x422343,..._0x2defb1,..._0xb42ad0];try{const _0x554d10=_0x2811af['muIBu'](spawn,_0x2811af[_0x57c2eb(0xc0)],[_0x2811af[_0x57c2eb(0xf4)],..._0x50abd8],{'shell':_0x2811af['cjgRx'](process[_0x57c2eb(0x14f)],_0x2811af[_0x57c2eb(0xe5)]),'stdio':_0x2811af[_0x57c2eb(0xe4)],'env':_0x3ef8e4});_0x554d10['on'](_0x2811af[_0x57c2eb(0x133)],_0x3df74b=>{const _0x555f59=_0x57c2eb;logger[_0x555f59(0xf3)](_0x555f59(0xf0)+_0x5724ee[_0x555f59(0x15e)]+',\x20specs='+(_0xb42ad0[_0x555f59(0xc5)]?_0xb42ad0['join'](','):_0x3a4b00[_0x555f59(0x138)])+_0x555f59(0x128)+_0x3df74b),_0x3a4b00[_0x555f59(0xdc)](_0x2da219,_0x3a4b00[_0x555f59(0x110)](_0x3df74b,0x0));}),_0x554d10['on'](_0x2811af[_0x57c2eb(0xbf)],_0x55aa74=>{const _0x46428e=_0x57c2eb;_0x3a4b00[_0x46428e(0x103)](debug,_0x46428e(0x140)+_0x5724ee[_0x46428e(0x15e)]+_0x46428e(0x13f)+util[_0x46428e(0xed)](_0x55aa74)),_0x3a4b00[_0x46428e(0xdc)](_0x2da219,0x1);});}catch(_0x1cd33c){_0x2811af['GoHzN'](debug,_0x57c2eb(0x120)+_0x5724ee['platformIndex']+_0x57c2eb(0x13f)+util[_0x57c2eb(0xed)](_0x1cd33c)),_0x2811af[_0x57c2eb(0xd1)](_0x2da219,0x1);}}),_0x53b08e=_0x2811af[_0xe36766(0x112)](pLimit,_0x2811af[_0xe36766(0x114)](_0x35940a,0x0)?_0x35940a:0x1),_0xbb364e=await Promise[_0xe36766(0x152)](_0x2341d8['map'](_0x23a742=>_0x53b08e(()=>_0x32e0bc(_0x23a742))));PerformanceTester[_0xe36766(0xe0)](PerformanceEvents[_0xe36766(0x126)]);const _0x14d3ea=_0xbb364e[_0xe36766(0xf2)](_0x30d538=>_0x30d538!==0x0)||0x0;process[_0xe36766(0x10f)]=_0x14d3ea,logger[_0xe36766(0xf3)](_0xe36766(0x10c)+_0x14d3ea);const _0x1e70d1=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler[_0xe36766(0x147)](),await BrowserstackCLI[_0xe36766(0x107)]()[_0xe36766(0x147)]();}catch(_0x37e095){_0x2811af[_0xe36766(0xd6)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util[_0xe36766(0xed)](_0x37e095));}try{const {browserstackFolderPath:_0x588281,tcgConfigPath:_0x2e7a90}=helper['getTCGConfigFilePaths']();fs[_0xe36766(0x131)](_0x2e7a90),fs[_0xe36766(0x145)](_0x588281);}catch(_0x25f805){logger['debug'](_0x2811af['onmWL'],_0x25f805);}testOpsHelper[_0xe36766(0xdf)](),await utilities['finalExecution'](_0x131025,_0x1e70d1);}module[a15_0x29dea3(0x13e)]=run;function a15_0x1e2d(){const _0x5bbb4d=['proxySettings','sCwrh','BROWSERSTACK_CLI_BIN_SESSION_ID','ETtvc','fkfDc','useW3C','44828llMGjy','logLevel','parse','dLAew','sXUvc','config','XnaFA','from','jasmine','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','1777158kIhhCH','--helper=','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','push','lOziR','SDK_CLEANUP','FwRAj',')\x20exited\x20with\x20code\x20','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','testObservability','EVENTS','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','91077ooYwzS','../v2/browserstackCLI','9MpNbsY','Zsfhq','unlinkSync','XwHuD','wsWqb','GNTyM','../../helpers/helper','MyBIu','__isPlaywrightInstalled','BOYMH','env','platforms','globSync','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','specArgs','exports',')\x20:\x20','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','../../helpers/puppeteer-helper','stringify','filter','setupTCGAuth','rmdirSync','validPlatformsPresent','stop','cwd','../../helpers/playwright-helper','getPlatformName','startsWith','12isikuW','parseFileNames','dvDxr','platform','glob','initialize','all','map','existsSync','getHubUrl','78QoOKwU','isUndefined','SDK_SETUP','CTKoj','HBxZd','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','join','LNiCK','platformIndex','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20','accessibilityOptions','xpviG','WCQcG','spec_files','WrMWP','bHJdi','info','wqFwD','error\x20removing\x20tcg\x20config\x20file','LmRJo','length','Pschy','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','launchBuild','\x20work-item(s),\x20max\x20','../../helpers/test-observability/utils','yaNvJ','IHCsx','error','@playwright/test','spec_dir','Running\x20your\x20Jasmine\x20tests\x20across\x20','JOrCm','../../helpers/logger','close','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','maxWorkers','IMAgg','resolve','2895890UOMgKm','duzhY','VBeyE','spec/support/jasmine.json','omhmY','22445xWLGBb','AhpOL','printBuildLink','start','umCTa','FRAMEWORKS','gGNHd','AkQAm','XbPUj','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','JASMINE_CONFIG_PATH','../../helpers/testhub/testhubHandler','npx','\x20:\x20','../../helpers/performance/constants','KvBSt','format','binSessionId','isArray','jasmine\x20child\x20(platformIndex=','capability','find','debug','sdCXP','handleApp','epipV','pAiKH','readFileSync','BROWSERSTACK_JASMINE_PARALLELS','p-limit','230384ZjruAx','\x20concurrent)','BROWSERSTACK_TEST_OBSERVABILITY_YML','\x27\x20:\x20','889600kWolZB','../../helpers/performance/performance-tester','DjWBu',';\x20proceeding\x20without\x20injection','TzIOG','GoHzN','isBrowserstackInfra','muIBu','getInstance','BROWSERSTACK_CAPABILITIES','string','../../helpers/utilities','JASMINE','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20','assign','parallelsPerPlatform','exitCode','ecLND'];a15_0x1e2d=function(){return _0x5bbb4d;};return a15_0x1e2d();}
@@ -1 +1 @@
1
- 'use strict';const a16_0x41f0f7=a16_0x3420;(function(_0x47108a,_0x1af0ee){const _0x126719=a16_0x3420,_0x5d8aa4=_0x47108a();while(!![]){try{const _0x8b51b1=-parseInt(_0x126719(0x15a))/0x1+parseInt(_0x126719(0x18c))/0x2*(-parseInt(_0x126719(0x136))/0x3)+-parseInt(_0x126719(0x128))/0x4*(-parseInt(_0x126719(0x115))/0x5)+-parseInt(_0x126719(0x140))/0x6+parseInt(_0x126719(0x186))/0x7*(parseInt(_0x126719(0x15c))/0x8)+-parseInt(_0x126719(0x150))/0x9*(parseInt(_0x126719(0x165))/0xa)+parseInt(_0x126719(0x125))/0xb;if(_0x8b51b1===_0x1af0ee)break;else _0x5d8aa4['push'](_0x5d8aa4['shift']());}catch(_0xd35d31){_0x5d8aa4['push'](_0x5d8aa4['shift']());}}}(a16_0x24cd,0x9219b));const util=require(a16_0x41f0f7(0x175)),logger=require(a16_0x41f0f7(0x17a))['winstonLogger'],helper=require(a16_0x41f0f7(0x173)),globals=require(a16_0x41f0f7(0x135)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a16_0x41f0f7(0x137)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x41f0f7(0x16c)),accessibilityRetryHelper=require(a16_0x41f0f7(0x10d)),testRunMap=require('./testRunMap');let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process['env']['BROWSERSTACK_JASMINE_CONFIG']||process['env']['CONFIG'];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x41f0f7(0x181)](rawConfig));}catch(a16_0x582063){logger[a16_0x41f0f7(0x12c)](a16_0x41f0f7(0x183)+util['format'](a16_0x582063));}try{if(_bstackConfig&&!helper[a16_0x41f0f7(0x113)](a16_0x41f0f7(0x188))){const cndMDj=a16_0x41f0f7(0x184)['split']('|');let NgkGjG=0x0;while(!![]){switch(cndMDj[NgkGjG++]){case'0':helper[a16_0x41f0f7(0x167)]()?(global['__skipSessionName']=helper[a16_0x41f0f7(0x15b)](_bstackConfig[a16_0x41f0f7(0x187)]),global[a16_0x41f0f7(0x10e)]=helper[a16_0x41f0f7(0x15b)](_bstackConfig[a16_0x41f0f7(0x17b)])):(global[a16_0x41f0f7(0x164)]=!![],global['__skipSessionStatus']=!![]);continue;case'1':shouldProcessEventForTesthub()?require(a16_0x41f0f7(0x142))['browserstackAgentV2'](_bstackConfig,null,!![]):require(a16_0x41f0f7(0x142))['browserstackAgentV2'](_bstackConfig);continue;case'2':global[a16_0x41f0f7(0x156)]=_bstackConfig[a16_0x41f0f7(0x121)]||{};continue;case'3':logger[a16_0x41f0f7(0x12c)](a16_0x41f0f7(0x122));continue;case'4':global[a16_0x41f0f7(0x13f)]=_bstackConfig[a16_0x41f0f7(0x148)];continue;}break;}}}catch(a16_0x5b23eb){logger['debug'](a16_0x41f0f7(0x180)+util[a16_0x41f0f7(0x132)](a16_0x5b23eb));}const _fileNameByFullName={};function a16_0x3420(_0x119cfd,_0x461cc0){const _0x24cd58=a16_0x24cd();return a16_0x3420=function(_0x34201d,_0x270bb4){_0x34201d=_0x34201d-0x10d;let _0x12c556=_0x24cd58[_0x34201d];return _0x12c556;},a16_0x3420(_0x119cfd,_0x461cc0);}try{if(typeof describe===a16_0x41f0f7(0x110)&&typeof global!==a16_0x41f0f7(0x13b)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x3958eb=a16_0x41f0f7,_0x40e847={'rhPjI':function(_0x19a48c,_0x4f7736){return _0x19a48c(_0x4f7736);},'NxauG':'path','lgLtG':function(_0x5edb1a,_0x12f21e){return _0x5edb1a(_0x12f21e);},'AEIyw':'node:','Dqoow':_0x3958eb(0x126)},_0x4c105e=Error[_0x3958eb(0x178)];try{const _0x3982bf=new Error();Error['prepareStackTrace']=(_0x1cab5b,_0x112c33)=>_0x112c33;const _0x5838f8=_0x3982bf['stack'];Error['prepareStackTrace']=_0x4c105e;if(Array[_0x3958eb(0x16d)](_0x5838f8))for(const _0xaf739c of _0x5838f8){const _0x3fc64f=_0xaf739c['getFileName']&&_0xaf739c[_0x3958eb(0x14b)]();if(_0x3fc64f&&!_0x3fc64f['includes'](_0x3958eb(0x152)+_0x40e847[_0x3958eb(0x14a)](require,_0x40e847[_0x3958eb(0x15d)])['sep']+_0x3958eb(0x16f)+_0x40e847['lgLtG'](require,_0x40e847['NxauG'])['sep'])&&!_0x3fc64f[_0x3958eb(0x117)](_0x40e847[_0x3958eb(0x151)])&&!_0x3fc64f['includes'](_0x40e847[_0x3958eb(0x11b)]))return _0x3fc64f;}}catch(_0x4658e3){Error[_0x3958eb(0x178)]=_0x4c105e;}return null;},_wrappedDescribe=function(_0x7c5ce0,_0x11101b){const _0x4b5fd6=a16_0x41f0f7,_0x3b8caa={'akVCd':function(_0x5b7bf9){return _0x5b7bf9();},'wshWX':function(_0xd59848,_0x50df61){return _0xd59848&&_0x50df61;},'Kctet':function(_0x209e6c,_0x1fbc0e,_0xfb97b1){return _0x209e6c(_0x1fbc0e,_0xfb97b1);}};let _0x490ba5=null;try{_0x490ba5=_0x3b8caa[_0x4b5fd6(0x172)](_resolveCallerFile);}catch(_0x35b5c3){}_describeTitleStack[_0x4b5fd6(0x133)](_0x7c5ce0);const _0x1d1d19=_describeTitleStack[_0x4b5fd6(0x17d)]('\x20');_0x3b8caa[_0x4b5fd6(0x116)](_0x490ba5,_0x1d1d19)&&(_fileNameByFullName[_0x1d1d19]=_0x490ba5);try{return _0x3b8caa['Kctet'](_origDescribe,_0x7c5ce0,_0x11101b);}finally{_describeTitleStack[_0x4b5fd6(0x14e)]();}};Object[a16_0x41f0f7(0x14d)](_origDescribe)[a16_0x41f0f7(0x13d)](_0x5831a0=>{_wrappedDescribe[_0x5831a0]=_origDescribe[_0x5831a0];}),global[a16_0x41f0f7(0x111)]=_wrappedDescribe;}}catch(a16_0x2457d2){logger[a16_0x41f0f7(0x12c)](a16_0x41f0f7(0x160)+util[a16_0x41f0f7(0x132)](a16_0x2457d2));}try{if(typeof jasmine!==a16_0x41f0f7(0x13b)&&jasmine[a16_0x41f0f7(0x144)]){const BrowserStackJasmineReporter=require(a16_0x41f0f7(0x162)),a16_0x11dd84={};a16_0x11dd84['fileNameByFullName']=_fileNameByFullName,jasmine[a16_0x41f0f7(0x144)]()['addReporter'](new BrowserStackJasmineReporter(a16_0x11dd84)),logger['debug'](a16_0x41f0f7(0x15e));}else logger['debug'](a16_0x41f0f7(0x13c));}catch(a16_0x41c7f5){logger[a16_0x41f0f7(0x12c)](a16_0x41f0f7(0x11a)+util[a16_0x41f0f7(0x132)](a16_0x41c7f5));}try{typeof jasmine!=='undefined'&&jasmine[a16_0x41f0f7(0x144)]&&jasmine[a16_0x41f0f7(0x144)]()[a16_0x41f0f7(0x12b)]({'specStarted'(_0x58c11f){const _0x142ec0=a16_0x41f0f7,_0x1ecca3={};_0x1ecca3[_0x142ec0(0x18e)]=function(_0x4e83f8,_0x4658a7){return _0x4e83f8||_0x4658a7;};const _0x157ff7=_0x1ecca3;_activeResultId=_0x58c11f&&_0x58c11f['id'],_activeFullName=_0x58c11f&&_0x58c11f[_0x142ec0(0x176)],_activeResultRef=_0x157ff7[_0x142ec0(0x18e)](_0x58c11f,null);},'specDone'(){}});}catch(a16_0x24dd76){logger[a16_0x41f0f7(0x12c)](a16_0x41f0f7(0x163)+util[a16_0x41f0f7(0x132)](a16_0x24dd76));}function a16_0x24cd(){const _0xacf489=['error','rzGDt','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','parse','hHXJz','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','3|1|2|4|0','JcFQR','49JMPGDe','skipSessionName','@playwright/test','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','vMlvN','markSessionStatus','4nlOjEZ','XmKae','FywVw','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','info','YPlSC','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','../../helpers/accessibility-automation/accessibilityRetryHelper','__skipSessionStatus','nMyeQ','function','describe','tkicg','getPackageVersion','\x22}}','5tgCXrv','wshWX','startsWith','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','getGlobal','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','Dqoow','XeAcM','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','autoScanning','sessionName','__sessionFailed','platformCaps','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','is_mobile_session','5131005UlBFSg','jasmine-core','Passed','3287764Diuhri','Spec\x20failed','BROWSERSTACK_TESTHUB_UUID','addReporter','debug','env','browserstackSessionName','executeScript','__drivers','thTestRunUuid','format','push','passed','../../helpers/globals','139236cGAABO','../../helpers/testhub/constants','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','nXtxI','pJjty','undefined','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','forEach','warn','browserstackPlatformIndex','4029120qiKYHO','stringify','../../index','get','getEnv','sessionNameSet__','message','failedExpectations','platformIndex','HrQKT','rhPjI','getFileName','JWRSM','keys','pop','mtbUu','106101IdaSCB','AEIyw','bin','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','BROWSERSTACK_TESTHUB_JWT','__platformCaps','setGlobal','nSLyK','omTZh','78436tARvRA','isTrue','727040BuWIyQ','NxauG','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','isMobilePlatform','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','./bstack-reporter/customReporter','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','__skipSessionName','410BuDEgr','TgtoZ','isBrowserstackInfra','Failed:\x20','UHzGA','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','ENV_VAR','../../helpers/accessibility-automation/helper','isArray','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','jasmine','UntIY','VzsAW','akVCd','../../helpers/helper','bstackA11yShouldScan','util','fullName','length','prepareStackTrace','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','../../helpers/logger','skipSessionStatus','isAccessibilityPlatform','join'];a16_0x24cd=function(){return _0xacf489;};return a16_0x24cd();}const _resolveAutoScanning=()=>{const _0x24115d=a16_0x41f0f7,_0x35ef66={};_0x35ef66[_0x24115d(0x158)]=function(_0x5a6f11,_0x59c1d8){return _0x5a6f11===_0x59c1d8;};const _0xea49db=_0x35ef66;let _0x56701f=!![];try{const _0x94536d=JSON[_0x24115d(0x181)](process['env'][_0x24115d(0x138)]||'{}');_0xea49db[_0x24115d(0x158)](_0x94536d[_0x24115d(0x11e)],![])&&(_0x56701f=![]);}catch(_0x43ca6d){logger[_0x24115d(0x12c)](_0x24115d(0x192)+_0x43ca6d[_0x24115d(0x146)]);}return _0x56701f;};try{typeof beforeEach===a16_0x41f0f7(0x110)&&beforeEach(function bstackA11yBeforeEach(){const _0x1b4c66=a16_0x41f0f7,_0x55b720={'QLiqn':function(_0x1a9d46){return _0x1a9d46();},'JWRSM':function(_0x22246b,_0xd94500,_0x448f28){return _0x22246b(_0xd94500,_0x448f28);},'YPlSC':function(_0x23975f,_0x4c6774){return _0x23975f&&_0x4c6774;},'JcFQR':_0x1b4c66(0x174),'UntIY':'bstackA11yScanOptions'};try{const _0x591286=_0x55b720['QLiqn'](_resolveAutoScanning),_0x1f30c8=_0x55b720[_0x1b4c66(0x14c)](shouldScanTestForAccessibility,null,![]),_0x4b789f=_0x55b720[_0x1b4c66(0x191)](_0x591286,_0x1f30c8);globals[_0x1b4c66(0x157)](_0x55b720[_0x1b4c66(0x185)],_0x4b789f),globals[_0x1b4c66(0x157)](_0x55b720[_0x1b4c66(0x170)],null);}catch(_0x15e290){logger[_0x1b4c66(0x12c)](_0x1b4c66(0x123)+util[_0x1b4c66(0x132)](_0x15e290));}}),typeof afterEach===a16_0x41f0f7(0x110)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x456a8a=a16_0x41f0f7,_0x1b66de={'omTZh':function(_0x286385,_0x145029){return _0x286385>_0x145029;},'mtbUu':function(_0x54253c,_0x2b295d){return _0x54253c>_0x2b295d;},'MCqln':_0x456a8a(0x129),'pJjty':function(_0x553750,_0x27d032){return _0x553750+_0x27d032;},'nMyeQ':_0x456a8a(0x168),'vMlvN':_0x456a8a(0x127),'nXtxI':_0x456a8a(0x17e),'hHXJz':_0x456a8a(0x190),'vDdmI':'failed','UHzGA':_0x456a8a(0x134),'VzsAW':function(_0x197717){return _0x197717();},'HrQKT':_0x456a8a(0x17c),'OAhdp':_0x456a8a(0x174),'TgtoZ':_0x456a8a(0x161),'XeAcM':_0x456a8a(0x153),'XmKae':_0x456a8a(0x18f),'buuTS':_0x456a8a(0x16e),'rzGDt':_0x456a8a(0x15f),'rZWkE':'[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','tkicg':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array['isArray'](global[_0x456a8a(0x130)])&&_0x1b66de[_0x456a8a(0x159)](global[_0x456a8a(0x130)]['length'],0x0)&&global['__drivers'][0x0]){const _0x398076=_activeFullName||global[_0x456a8a(0x11f)];if(!global[_0x456a8a(0x164)]&&_0x398076){global['sessionName']=_0x398076;try{await global['__drivers'][0x0]['executeScript'](_0x456a8a(0x11d)+JSON['stringify'](_0x398076)+'}}'),global['__drivers'][0x0][_0x456a8a(0x145)]=!![];}catch(_0x7ebb85){logger['debug']('[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20'+util['format'](_0x7ebb85));}}if(!global[_0x456a8a(0x10e)])try{const _0x3bc0f0=_activeResultRef&&Array[_0x456a8a(0x16d)](_activeResultRef[_0x456a8a(0x147)])?_activeResultRef['failedExpectations']:[],_0x138ca=_0x1b66de[_0x456a8a(0x14f)](_0x3bc0f0[_0x456a8a(0x177)],0x0),_0xdca6a1=_0x138ca?_0x3bc0f0[0x0]&&_0x3bc0f0[0x0][_0x456a8a(0x146)]||_0x1b66de['MCqln']:null;try{await global[_0x456a8a(0x130)][0x0][_0x456a8a(0x12f)](_0x456a8a(0x16a)+JSON[_0x456a8a(0x141)](_0x138ca?_0x1b66de[_0x456a8a(0x13a)](_0x1b66de[_0x456a8a(0x10f)],_0xdca6a1):_0x1b66de[_0x456a8a(0x18a)])+',\x22level\x22:\x20\x22'+(_0x138ca?_0x1b66de[_0x456a8a(0x139)]:_0x1b66de[_0x456a8a(0x182)])+_0x456a8a(0x114));}catch(_0x2f2bb1){logger['debug'](_0x456a8a(0x189)+util['format'](_0x2f2bb1));}_0x138ca&&(global[_0x456a8a(0x120)]=!![]),await helper[_0x456a8a(0x18b)](global[_0x456a8a(0x130)][0x0],_0x138ca?_0x1b66de['vDdmI']:_0x1b66de[_0x456a8a(0x169)],_0xdca6a1);}catch(_0x155cc9){logger['debug'](_0x456a8a(0x118)+util[_0x456a8a(0x132)](_0x155cc9));}}}catch(_0xe39a5e){logger['debug']('[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20'+util[_0x456a8a(0x132)](_0xe39a5e));}try{if(_0x1b66de[_0x456a8a(0x171)](isAccessibilityAutomationSession)&&globals[_0x456a8a(0x119)](_0x1b66de[_0x456a8a(0x149)])&&Array[_0x456a8a(0x16d)](global[_0x456a8a(0x130)])&&_0x1b66de['omTZh'](global[_0x456a8a(0x130)][_0x456a8a(0x177)],0x0)&&global[_0x456a8a(0x130)][0x0]){const _0x2b7fbe=testRunMap[_0x456a8a(0x143)](_activeResultId),_0x3136bf={};_0x3136bf[_0x456a8a(0x131)]=_0x2b7fbe,_0x3136bf['thBuildUuid']=process[_0x456a8a(0x12d)][testHubConstants['ENV_VAR'][_0x456a8a(0x12a)]],_0x3136bf['thJwtToken']=process['env'][testHubConstants[_0x456a8a(0x16b)][_0x456a8a(0x155)]];const _0x59281b=_0x3136bf;logger[_0x456a8a(0x12c)](_0x456a8a(0x154)+JSON[_0x456a8a(0x141)](_0x59281b));if(globals[_0x456a8a(0x119)](_0x1b66de['OAhdp'])){logger['debug'](_0x1b66de[_0x456a8a(0x166)]);const _0x17ac1b=await accessibilityRetryHelper['performScanWithRetry'](global[_0x456a8a(0x130)][0x0],global[_0x456a8a(0x12e)]);_0x17ac1b?logger[_0x456a8a(0x12c)](_0x1b66de[_0x456a8a(0x11c)]):logger['warn'](_0x1b66de[_0x456a8a(0x18d)]);}else logger[_0x456a8a(0x12c)](_0x1b66de['buuTS']);globals[_0x456a8a(0x119)](_0x1b66de[_0x456a8a(0x17f)])&&(_0x59281b[_0x456a8a(0x124)]=!![]);const _0x11f15d=await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x456a8a(0x130)][0x0],_0x59281b);_0x11f15d?logger[_0x456a8a(0x12c)](_0x1b66de['rZWkE']):logger[_0x456a8a(0x13e)](_0x1b66de[_0x456a8a(0x112)]);}}catch(_0x1731d7){logger[_0x456a8a(0x17e)](_0x456a8a(0x179)+util[_0x456a8a(0x132)](_0x1731d7));}});}catch(a16_0x2a5995){logger[a16_0x41f0f7(0x12c)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util[a16_0x41f0f7(0x132)](a16_0x2a5995));}module['exports']={};
1
+ 'use strict';const a16_0x55df36=a16_0x4092;(function(_0x2ab64d,_0x4ef103){const _0x5a64ca=a16_0x4092,_0x1596e6=_0x2ab64d();while(!![]){try{const _0x1c977f=-parseInt(_0x5a64ca(0x20a))/0x1+-parseInt(_0x5a64ca(0x1ef))/0x2*(-parseInt(_0x5a64ca(0x230))/0x3)+-parseInt(_0x5a64ca(0x1e7))/0x4+parseInt(_0x5a64ca(0x231))/0x5+parseInt(_0x5a64ca(0x1c8))/0x6+-parseInt(_0x5a64ca(0x200))/0x7+-parseInt(_0x5a64ca(0x1cd))/0x8*(-parseInt(_0x5a64ca(0x241))/0x9);if(_0x1c977f===_0x4ef103)break;else _0x1596e6['push'](_0x1596e6['shift']());}catch(_0x183059){_0x1596e6['push'](_0x1596e6['shift']());}}}(a16_0x3c9d,0xd98fb));function a16_0x4092(_0x383542,_0x33dd9a){const _0x3c9dac=a16_0x3c9d();return a16_0x4092=function(_0x409208,_0x40e8e3){_0x409208=_0x409208-0x1c7;let _0x45736d=_0x3c9dac[_0x409208];return _0x45736d;},a16_0x4092(_0x383542,_0x33dd9a);}const util=require(a16_0x55df36(0x203)),logger=require(a16_0x55df36(0x20c))[a16_0x55df36(0x1fd)],helper=require(a16_0x55df36(0x239)),globals=require('../../helpers/globals'),{shouldProcessEventForTesthub}=require(a16_0x55df36(0x1c7)),testHubConstants=require('../../helpers/testhub/constants'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),testRunMap=require(a16_0x55df36(0x211));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;try{const rawConfig=process['env'][a16_0x55df36(0x234)]||process['env'][a16_0x55df36(0x226)];rawConfig!==undefined&&(_bstackConfig=JSON['parse'](rawConfig));}catch(a16_0x5701b0){logger[a16_0x55df36(0x20b)]('[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20'+util[a16_0x55df36(0x204)](a16_0x5701b0));}try{if(_bstackConfig&&!helper[a16_0x55df36(0x1e5)](a16_0x55df36(0x228))){const YYCAQC=a16_0x55df36(0x1fa)[a16_0x55df36(0x22d)]('|');let pEqaag=0x0;while(!![]){switch(YYCAQC[pEqaag++]){case'0':global[a16_0x55df36(0x1f3)]=_bstackConfig['platformCaps']||{};continue;case'1':logger[a16_0x55df36(0x20b)](a16_0x55df36(0x20f));continue;case'2':global[a16_0x55df36(0x1ce)]=_bstackConfig[a16_0x55df36(0x1e1)];continue;case'3':shouldProcessEventForTesthub()?require('../../index')[a16_0x55df36(0x1eb)](_bstackConfig,null,!![]):require('../../index')['browserstackAgentV2'](_bstackConfig);continue;case'4':helper[a16_0x55df36(0x21f)]()?(global[a16_0x55df36(0x1df)]=helper[a16_0x55df36(0x1ca)](_bstackConfig[a16_0x55df36(0x1fc)]),global[a16_0x55df36(0x225)]=helper['isTrue'](_bstackConfig[a16_0x55df36(0x1ff)])):(global[a16_0x55df36(0x1df)]=!![],global['__skipSessionStatus']=!![]);continue;}break;}}}catch(a16_0x4a8337){logger[a16_0x55df36(0x20b)](a16_0x55df36(0x1d8)+util['format'](a16_0x4a8337));}const _fileNameByFullName={};try{if(typeof describe===a16_0x55df36(0x244)&&typeof global!==a16_0x55df36(0x1da)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0x1a903a=a16_0x55df36,_0x54858b={'YnNpe':function(_0x5402e5,_0x36d764){return _0x5402e5(_0x36d764);},'gPfgI':'path','Dvmat':'node:','arlQs':_0x1a903a(0x1d7)},_0x31482c=Error['prepareStackTrace'];try{const _0x3231a0=new Error();Error[_0x1a903a(0x229)]=(_0x4fd81f,_0x321810)=>_0x321810;const _0x44c6ba=_0x3231a0[_0x1a903a(0x235)];Error['prepareStackTrace']=_0x31482c;if(Array['isArray'](_0x44c6ba))for(const _0x3f6efe of _0x44c6ba){const _0x3ac111=_0x3f6efe[_0x1a903a(0x23e)]&&_0x3f6efe[_0x1a903a(0x23e)]();if(_0x3ac111&&!_0x3ac111['includes'](_0x1a903a(0x246)+_0x54858b[_0x1a903a(0x214)](require,_0x54858b[_0x1a903a(0x238)])[_0x1a903a(0x1f8)]+'jasmine'+_0x54858b[_0x1a903a(0x214)](require,_0x54858b[_0x1a903a(0x238)])['sep'])&&!_0x3ac111['startsWith'](_0x54858b[_0x1a903a(0x207)])&&!_0x3ac111['includes'](_0x54858b[_0x1a903a(0x223)]))return _0x3ac111;}}catch(_0x17b70b){Error[_0x1a903a(0x229)]=_0x31482c;}return null;},_wrappedDescribe=function(_0x1a6b05,_0x3be5cc){const _0x33c345=a16_0x55df36,_0x2fe7ab={'VDoBN':function(_0x138ec1){return _0x138ec1();},'lPuHc':function(_0x2340c6,_0x42f5e2){return _0x2340c6&&_0x42f5e2;},'PTOIR':function(_0x287234,_0x50bea7,_0x5d37b0){return _0x287234(_0x50bea7,_0x5d37b0);}};let _0x39b408=null;try{_0x39b408=_0x2fe7ab[_0x33c345(0x213)](_resolveCallerFile);}catch(_0x1ab32d){}_describeTitleStack[_0x33c345(0x220)](_0x1a6b05);const _0x35c5ba=_describeTitleStack[_0x33c345(0x1fe)]('\x20');_0x2fe7ab[_0x33c345(0x1e9)](_0x39b408,_0x35c5ba)&&(_fileNameByFullName[_0x35c5ba]=_0x39b408);try{return _0x2fe7ab[_0x33c345(0x209)](_origDescribe,_0x1a6b05,_0x3be5cc);}finally{_describeTitleStack[_0x33c345(0x1f0)]();}};Object[a16_0x55df36(0x1d2)](_origDescribe)[a16_0x55df36(0x206)](_0x121e19=>{_wrappedDescribe[_0x121e19]=_origDescribe[_0x121e19];}),global[a16_0x55df36(0x240)]=_wrappedDescribe;}}catch(a16_0x1f316c){logger['debug']('[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20'+util[a16_0x55df36(0x204)](a16_0x1f316c));}try{if(typeof jasmine!==a16_0x55df36(0x1da)&&jasmine[a16_0x55df36(0x210)]){const BrowserStackJasmineReporter=require(a16_0x55df36(0x1f9)),a16_0x9b2548={};a16_0x9b2548[a16_0x55df36(0x1d0)]=_fileNameByFullName,jasmine[a16_0x55df36(0x210)]()[a16_0x55df36(0x201)](new BrowserStackJasmineReporter(a16_0x9b2548)),logger[a16_0x55df36(0x20b)](a16_0x55df36(0x1c9));}else logger[a16_0x55df36(0x20b)](a16_0x55df36(0x1cb));}catch(a16_0x2624ea){logger[a16_0x55df36(0x20b)]('[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20'+util[a16_0x55df36(0x204)](a16_0x2624ea));}function a16_0x3c9d(){const _0x46928d=['sessionNameSet__','fileNameByFullName','markSessionStatus','keys','JOajY','setGlobal','tTxBK','stringify','jasmine-core','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','__drivers','undefined','warn','cKkPe','jyXFh','get','__skipSessionName','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','platformIndex','iRzwU','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','hoUuc','getPackageVersion','env','4623924AnicJi','\x22}}','lPuHc','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','browserstackAgentV2','Qdapy','executeScript','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','16136dtGVUG','pop','kCkao','failed','__platformCaps','bstackA11yShouldScan','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','thJwtToken','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','sep','./bstack-reporter/customReporter','1|3|0|2|4','is_mobile_session','skipSessionName','winstonLogger','join','skipSessionStatus','8280188iQmzqX','addReporter','thTestRunUuid','util','format','error','forEach','Dvmat','BROWSERSTACK_TESTHUB_UUID','PTOIR','545746VHqxFv','debug','../../helpers/logger','__sessionFailed','lsWeq','[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)','getEnv','./testRunMap','Nihcy','VDoBN','YnNpe','saveAccessibilityResultsWithRetry','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','wSCBH','passed','xvgYY','iuhLQ','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','VNBaz','ilgmI','OwNWm','isBrowserstackInfra','push','Passed','getGlobal','arlQs','length','__skipSessionStatus','CONFIG','srQUl','@playwright/test','prepareStackTrace','iPVRe','autoScanning','isArray','split','ENV_VAR','[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','6xfebhK','1044740LxZBuV','message','[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20','BROWSERSTACK_JASMINE_CONFIG','stack','sessionName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','gPfgI','../../helpers/helper','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20','wUtqM','getFileName','bstackA11yScanOptions','describe','5432481JOMSbm','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','Spec\x20failed','function','fullName','bin','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','YFXfG','[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','../../helpers/testhub/utils','3195678qPfAJE','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','isTrue','[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered','isMobilePlatform','40hukZRA','browserstackPlatformIndex'];a16_0x3c9d=function(){return _0x46928d;};return a16_0x3c9d();}try{typeof jasmine!==a16_0x55df36(0x1da)&&jasmine['getEnv']&&jasmine[a16_0x55df36(0x210)]()[a16_0x55df36(0x201)]({'specStarted'(_0x24e89b){const _0x554998=a16_0x55df36,_0x2fe88f={};_0x2fe88f[_0x554998(0x21a)]=function(_0x13bb97,_0x2eabd4){return _0x13bb97||_0x2eabd4;};const _0x4c61e8=_0x2fe88f;_activeResultId=_0x24e89b&&_0x24e89b['id'],_activeFullName=_0x24e89b&&_0x24e89b[_0x554998(0x245)],_activeResultRef=_0x4c61e8['iuhLQ'](_0x24e89b,null);},'specDone'(){}});}catch(a16_0x253787){logger[a16_0x55df36(0x20b)](a16_0x55df36(0x247)+util[a16_0x55df36(0x204)](a16_0x253787));}const _resolveAutoScanning=()=>{const _0x458893=a16_0x55df36,_0x5a71ec={};_0x5a71ec[_0x458893(0x1d3)]=function(_0x1d1b16,_0x4a7487){return _0x1d1b16===_0x4a7487;};const _0x385e8e=_0x5a71ec;let _0x1dfd24=!![];try{const _0x333317=JSON['parse'](process[_0x458893(0x1e6)][_0x458893(0x237)]||'{}');_0x385e8e[_0x458893(0x1d3)](_0x333317[_0x458893(0x22b)],![])&&(_0x1dfd24=![]);}catch(_0x2a0cda){logger['debug'](_0x458893(0x22f)+_0x2a0cda[_0x458893(0x232)]);}return _0x1dfd24;};try{typeof beforeEach===a16_0x55df36(0x244)&&beforeEach(function bstackA11yBeforeEach(){const _0x5ebb8e=a16_0x55df36,_0x5d0fb9={'qtEpt':function(_0x45e8d2){return _0x45e8d2();},'iPVRe':function(_0x3fa44a,_0x21c759,_0xa0b73a){return _0x3fa44a(_0x21c759,_0xa0b73a);},'ilgmI':function(_0x10efb5,_0x36a1df){return _0x10efb5&&_0x36a1df;},'VNBaz':_0x5ebb8e(0x1f4),'tTxBK':_0x5ebb8e(0x23f)};try{const _0x3a38b7=_0x5d0fb9['qtEpt'](_resolveAutoScanning),_0x4453d3=_0x5d0fb9[_0x5ebb8e(0x22a)](shouldScanTestForAccessibility,null,![]),_0x1f59da=_0x5d0fb9[_0x5ebb8e(0x21d)](_0x3a38b7,_0x4453d3);globals[_0x5ebb8e(0x1d4)](_0x5d0fb9[_0x5ebb8e(0x21c)],_0x1f59da),globals[_0x5ebb8e(0x1d4)](_0x5d0fb9[_0x5ebb8e(0x1d5)],null);}catch(_0xf9a352){logger[_0x5ebb8e(0x20b)](_0x5ebb8e(0x23b)+util[_0x5ebb8e(0x204)](_0xf9a352));}}),typeof afterEach===a16_0x55df36(0x244)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x4f28b5=a16_0x55df36,_0x13f81b={'xvgYY':function(_0x2f4c70,_0x29acc6){return _0x2f4c70>_0x29acc6;},'wUtqM':function(_0x49e4c1,_0x424ace){return _0x49e4c1>_0x424ace;},'Qdapy':_0x4f28b5(0x243),'lsWeq':function(_0x2a0169,_0x2c405e){return _0x2a0169+_0x2c405e;},'Nihcy':'Failed:\x20','YFXfG':_0x4f28b5(0x221),'jyXFh':_0x4f28b5(0x205),'rfKll':'info','kCkao':_0x4f28b5(0x1f2),'WeMWK':_0x4f28b5(0x218),'iRzwU':function(_0xee4d72){return _0xee4d72();},'hoUuc':'isAccessibilityPlatform','RkTHk':'bstackA11yShouldScan','upQPy':_0x4f28b5(0x1f7),'FtEGY':_0x4f28b5(0x1f5),'OwNWm':_0x4f28b5(0x1ee),'cKkPe':'[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','srQUl':_0x4f28b5(0x1cc),'wSCBH':_0x4f28b5(0x1ea),'IcueT':_0x4f28b5(0x249)};try{if(Array[_0x4f28b5(0x22c)](global[_0x4f28b5(0x1d9)])&&_0x13f81b[_0x4f28b5(0x219)](global['__drivers'][_0x4f28b5(0x224)],0x0)&&global[_0x4f28b5(0x1d9)][0x0]){const _0x5872b3=_activeFullName||global[_0x4f28b5(0x236)];if(!global['__skipSessionName']&&_0x5872b3){global['sessionName']=_0x5872b3;try{await global[_0x4f28b5(0x1d9)][0x0][_0x4f28b5(0x1ed)](_0x4f28b5(0x1e3)+JSON[_0x4f28b5(0x1d6)](_0x5872b3)+'}}'),global[_0x4f28b5(0x1d9)][0x0][_0x4f28b5(0x1cf)]=!![];}catch(_0x3cfe23){logger[_0x4f28b5(0x20b)](_0x4f28b5(0x23a)+util[_0x4f28b5(0x204)](_0x3cfe23));}}if(!global[_0x4f28b5(0x225)])try{const _0x17851a=_activeResultRef&&Array[_0x4f28b5(0x22c)](_activeResultRef['failedExpectations'])?_activeResultRef['failedExpectations']:[],_0x468878=_0x13f81b[_0x4f28b5(0x23d)](_0x17851a['length'],0x0),_0x1ea7dd=_0x468878?_0x17851a[0x0]&&_0x17851a[0x0][_0x4f28b5(0x232)]||_0x13f81b[_0x4f28b5(0x1ec)]:null;try{await global[_0x4f28b5(0x1d9)][0x0][_0x4f28b5(0x1ed)](_0x4f28b5(0x216)+JSON[_0x4f28b5(0x1d6)](_0x468878?_0x13f81b[_0x4f28b5(0x20e)](_0x13f81b[_0x4f28b5(0x212)],_0x1ea7dd):_0x13f81b[_0x4f28b5(0x248)])+',\x22level\x22:\x20\x22'+(_0x468878?_0x13f81b[_0x4f28b5(0x1dd)]:_0x13f81b['rfKll'])+_0x4f28b5(0x1e8));}catch(_0x2b3ae5){logger[_0x4f28b5(0x20b)]('[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20'+util[_0x4f28b5(0x204)](_0x2b3ae5));}_0x468878&&(global[_0x4f28b5(0x20d)]=!![]),await helper[_0x4f28b5(0x1d1)](global[_0x4f28b5(0x1d9)][0x0],_0x468878?_0x13f81b[_0x4f28b5(0x1f1)]:_0x13f81b['WeMWK'],_0x1ea7dd);}catch(_0x45807f){logger[_0x4f28b5(0x20b)](_0x4f28b5(0x21b)+util[_0x4f28b5(0x204)](_0x45807f));}}}catch(_0x37370c){logger['debug'](_0x4f28b5(0x242)+util['format'](_0x37370c));}try{if(_0x13f81b[_0x4f28b5(0x1e2)](isAccessibilityAutomationSession)&&globals[_0x4f28b5(0x222)](_0x13f81b[_0x4f28b5(0x1e4)])&&Array[_0x4f28b5(0x22c)](global[_0x4f28b5(0x1d9)])&&_0x13f81b[_0x4f28b5(0x219)](global['__drivers'][_0x4f28b5(0x224)],0x0)&&global['__drivers'][0x0]){const _0x1acaf3=testRunMap[_0x4f28b5(0x1de)](_activeResultId),_0x51ac4c={};_0x51ac4c[_0x4f28b5(0x202)]=_0x1acaf3,_0x51ac4c['thBuildUuid']=process[_0x4f28b5(0x1e6)][testHubConstants[_0x4f28b5(0x22e)][_0x4f28b5(0x208)]],_0x51ac4c[_0x4f28b5(0x1f6)]=process[_0x4f28b5(0x1e6)][testHubConstants[_0x4f28b5(0x22e)]['BROWSERSTACK_TESTHUB_JWT']];const _0x1522db=_0x51ac4c;logger[_0x4f28b5(0x20b)](_0x4f28b5(0x233)+JSON[_0x4f28b5(0x1d6)](_0x1522db));if(globals[_0x4f28b5(0x222)](_0x13f81b['RkTHk'])){logger[_0x4f28b5(0x20b)](_0x13f81b['upQPy']);const _0x257460=await accessibilityRetryHelper['performScanWithRetry'](global[_0x4f28b5(0x1d9)][0x0],global['browserstackSessionName']);_0x257460?logger[_0x4f28b5(0x20b)](_0x13f81b['FtEGY']):logger[_0x4f28b5(0x1db)](_0x13f81b[_0x4f28b5(0x21e)]);}else logger[_0x4f28b5(0x20b)](_0x13f81b[_0x4f28b5(0x1dc)]);globals[_0x4f28b5(0x222)](_0x13f81b[_0x4f28b5(0x227)])&&(_0x1522db[_0x4f28b5(0x1fb)]=!![]);const _0x52b6aa=await accessibilityRetryHelper[_0x4f28b5(0x215)](global[_0x4f28b5(0x1d9)][0x0],_0x1522db);_0x52b6aa?logger[_0x4f28b5(0x20b)](_0x13f81b[_0x4f28b5(0x217)]):logger[_0x4f28b5(0x1db)](_0x13f81b['IcueT']);}}catch(_0x514a9a){logger[_0x4f28b5(0x205)](_0x4f28b5(0x1e0)+util[_0x4f28b5(0x204)](_0x514a9a));}});}catch(a16_0x500371){logger[a16_0x55df36(0x20b)](a16_0x55df36(0x23c)+util[a16_0x55df36(0x204)](a16_0x500371));}module['exports']={};
@@ -1 +1 @@
1
- 'use strict';const a17_0x46fcd9=a17_0x4e8d;(function(_0x37c10d,_0x5ebb7b){const _0x131f28=a17_0x4e8d,_0x2f8f6d=_0x37c10d();while(!![]){try{const _0x11b8ea=-parseInt(_0x131f28(0x16a))/0x1+parseInt(_0x131f28(0x168))/0x2+parseInt(_0x131f28(0x170))/0x3+parseInt(_0x131f28(0x174))/0x4+-parseInt(_0x131f28(0x171))/0x5*(-parseInt(_0x131f28(0x166))/0x6)+parseInt(_0x131f28(0x16f))/0x7*(parseInt(_0x131f28(0x16b))/0x8)+-parseInt(_0x131f28(0x165))/0x9;if(_0x11b8ea===_0x5ebb7b)break;else _0x2f8f6d['push'](_0x2f8f6d['shift']());}catch(_0x10e6de){_0x2f8f6d['push'](_0x2f8f6d['shift']());}}}(a17_0x1060,0x5f03c));function a17_0x1060(){const _0x5bf5ae=['502707yGXnYR','5ybVQvG','set','_size','1156660EtxMjP','BYhrI','remove','12987198KMRnFM','4602630kGfAUj','Wonow','967832VziWUp','wVqgn','310303aivXPf','376FJPAKY','delete','get','XbjJb','64750XDMsPx'];a17_0x1060=function(){return _0x5bf5ae;};return a17_0x1060();}function a17_0x4e8d(_0xbde337,_0x311081){const _0x1060e4=a17_0x1060();return a17_0x4e8d=function(_0x4e8dce,_0x3c02dd){_0x4e8dce=_0x4e8dce-0x164;let _0x158285=_0x1060e4[_0x4e8dce];return _0x158285;},a17_0x4e8d(_0xbde337,_0x311081);}const _specUuidById=new Map();exports[a17_0x46fcd9(0x172)]=(_0x5174ec,_0x49fb87)=>{const _0x58b651=a17_0x46fcd9,_0x10be5a={};_0x10be5a[_0x58b651(0x169)]=function(_0x3360c0,_0x7eebe5){return _0x3360c0===_0x7eebe5;};const _0x358268=_0x10be5a;if(_0x358268[_0x58b651(0x169)](_0x5174ec,undefined)||_0x358268['wVqgn'](_0x5174ec,null))return;_specUuidById[_0x58b651(0x172)](_0x5174ec,_0x49fb87);},exports[a17_0x46fcd9(0x16d)]=_0x4b2fde=>{const _0x7da927=a17_0x46fcd9,_0x9dc2b9={};_0x9dc2b9['Wonow']=function(_0x4e1f0d,_0x28f1fb){return _0x4e1f0d===_0x28f1fb;};const _0x33f6c4=_0x9dc2b9;if(_0x33f6c4[_0x7da927(0x167)](_0x4b2fde,undefined)||_0x33f6c4[_0x7da927(0x167)](_0x4b2fde,null))return undefined;return _specUuidById[_0x7da927(0x16d)](_0x4b2fde);},exports[a17_0x46fcd9(0x164)]=_0xc05178=>{const _0x213909=a17_0x46fcd9,_0x5a5d63={};_0x5a5d63['XbjJb']=function(_0x446b8c,_0x22ba46){return _0x446b8c===_0x22ba46;},_0x5a5d63[_0x213909(0x175)]=function(_0x429bdc,_0x4b3dcb){return _0x429bdc===_0x4b3dcb;};const _0x151f4f=_0x5a5d63;if(_0x151f4f[_0x213909(0x16e)](_0xc05178,undefined)||_0x151f4f[_0x213909(0x175)](_0xc05178,null))return;_specUuidById[_0x213909(0x16c)](_0xc05178);},exports[a17_0x46fcd9(0x173)]=()=>_specUuidById['size'];
1
+ 'use strict';const a17_0x392a55=a17_0x2e61;(function(_0x4626cf,_0x5be280){const _0x170ec3=a17_0x2e61,_0x1b1451=_0x4626cf();while(!![]){try{const _0x197664=parseInt(_0x170ec3(0xd2))/0x1*(parseInt(_0x170ec3(0xe3))/0x2)+parseInt(_0x170ec3(0xdd))/0x3*(parseInt(_0x170ec3(0xe1))/0x4)+-parseInt(_0x170ec3(0xd0))/0x5*(parseInt(_0x170ec3(0xe4))/0x6)+-parseInt(_0x170ec3(0xd8))/0x7*(parseInt(_0x170ec3(0xda))/0x8)+parseInt(_0x170ec3(0xd6))/0x9*(parseInt(_0x170ec3(0xe0))/0xa)+parseInt(_0x170ec3(0xd7))/0xb+-parseInt(_0x170ec3(0xdc))/0xc;if(_0x197664===_0x5be280)break;else _0x1b1451['push'](_0x1b1451['shift']());}catch(_0x2a0a42){_0x1b1451['push'](_0x1b1451['shift']());}}}(a17_0x143a,0x762e0));function a17_0x143a(){const _0x446fa4=['egCGA','2560rpPIEv','4zeIFCu','fBzad','803210cwoPAD','822FxIxzO','get','915HEEDZJ','size','2Hiyxpz','set','lJfox','pJQvI','24471JZxRVH','2407581FAFnNd','15253mRTjYG','AFpST','2672OoEwgx','delete','7983240wuEVUY','552138MYubwl','remove'];a17_0x143a=function(){return _0x446fa4;};return a17_0x143a();}function a17_0x2e61(_0x548767,_0x55b150){const _0x143a8e=a17_0x143a();return a17_0x2e61=function(_0x2e61a5,_0x1e37b4){_0x2e61a5=_0x2e61a5-0xd0;let _0x431924=_0x143a8e[_0x2e61a5];return _0x431924;},a17_0x2e61(_0x548767,_0x55b150);}const _specUuidById=new Map();exports[a17_0x392a55(0xd3)]=(_0x248374,_0x31c921)=>{const _0x389b5c=a17_0x392a55,_0x34ee0c={};_0x34ee0c[_0x389b5c(0xd9)]=function(_0x5a820a,_0x3d33f7){return _0x5a820a===_0x3d33f7;},_0x34ee0c[_0x389b5c(0xd4)]=function(_0x3e3a09,_0x30c057){return _0x3e3a09===_0x30c057;};const _0x2c5434=_0x34ee0c;if(_0x2c5434['AFpST'](_0x248374,undefined)||_0x2c5434[_0x389b5c(0xd4)](_0x248374,null))return;_specUuidById[_0x389b5c(0xd3)](_0x248374,_0x31c921);},exports[a17_0x392a55(0xe5)]=_0x25e157=>{const _0x3626fd=a17_0x392a55,_0x1df739={};_0x1df739['fBzad']=function(_0x269785,_0x4bcbed){return _0x269785===_0x4bcbed;};const _0x26575c=_0x1df739;if(_0x26575c[_0x3626fd(0xe2)](_0x25e157,undefined)||_0x26575c['fBzad'](_0x25e157,null))return undefined;return _specUuidById[_0x3626fd(0xe5)](_0x25e157);},exports[a17_0x392a55(0xde)]=_0x156dcd=>{const _0x275978=a17_0x392a55,_0x1f0bd8={};_0x1f0bd8[_0x275978(0xdf)]=function(_0xdb5c4c,_0x39b648){return _0xdb5c4c===_0x39b648;},_0x1f0bd8[_0x275978(0xd5)]=function(_0x18c073,_0x4e2eeb){return _0x18c073===_0x4e2eeb;};const _0xab39c8=_0x1f0bd8;if(_0xab39c8[_0x275978(0xdf)](_0x156dcd,undefined)||_0xab39c8['pJQvI'](_0x156dcd,null))return;_specUuidById[_0x275978(0xdb)](_0x156dcd);},exports['_size']=()=>_specUuidById[a17_0x392a55(0xd1)];