browserstack-node-sdk 1.63.1 → 1.63.2

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
- function a10_0x5c05(_0x54aa49,_0x2c6e72){const _0x121197=a10_0x1211();return a10_0x5c05=function(_0x5c0503,_0x48b778){_0x5c0503=_0x5c0503-0x10b;let _0x5df364=_0x121197[_0x5c0503];return _0x5df364;},a10_0x5c05(_0x54aa49,_0x2c6e72);}const a10_0x21f39f=a10_0x5c05;(function(_0x45614d,_0x4f8923){const _0x3a1a91=a10_0x5c05,_0x578128=_0x45614d();while(!![]){try{const _0x5a5a0f=-parseInt(_0x3a1a91(0x135))/0x1+parseInt(_0x3a1a91(0x13b))/0x2*(parseInt(_0x3a1a91(0x11f))/0x3)+-parseInt(_0x3a1a91(0x136))/0x4*(-parseInt(_0x3a1a91(0x11d))/0x5)+parseInt(_0x3a1a91(0x133))/0x6*(-parseInt(_0x3a1a91(0x129))/0x7)+-parseInt(_0x3a1a91(0x123))/0x8*(-parseInt(_0x3a1a91(0x120))/0x9)+parseInt(_0x3a1a91(0x10d))/0xa+parseInt(_0x3a1a91(0x10b))/0xb*(-parseInt(_0x3a1a91(0x11b))/0xc);if(_0x5a5a0f===_0x4f8923)break;else _0x578128['push'](_0x578128['shift']());}catch(_0x4391b7){_0x578128['push'](_0x578128['shift']());}}}(a10_0x1211,0x74323));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x21f39f(0x126)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule(a10_0x21f39f(0x13a),a10_0x21f39f(0x142)),logger=require('../../helpers/logger')[a10_0x21f39f(0x127)];modifyCommand(),setKeepAlive();const Before=cucumberModule[a10_0x21f39f(0x115)],After=cucumberModule[a10_0x21f39f(0x13c)],configuration=process[a10_0x21f39f(0x12b)][a10_0x21f39f(0x118)];if(configuration!==undefined){const config=JSON['parse'](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x21f39f(0x12e)]=!![]),global[a10_0x21f39f(0x110)]=isTrue(config['skipSessionStatus']),require(a10_0x21f39f(0x13d))[a10_0x21f39f(0x111)](config),global[a10_0x21f39f(0x132)]=config[a10_0x21f39f(0x117)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x21f39f(0x10c)];cucumberModule['setDefaultTimeout']=_0x12d9e2=>{const _0x1804f2=a10_0x21f39f,_0x28c568={'ANLXV':function(_0x1458f3,_0x7c84e0){return _0x1458f3(_0x7c84e0);}};global[_0x1804f2(0x138)]=_0x12d9e2,_0x28c568[_0x1804f2(0x137)](__setDefaultTimeout,_0x12d9e2);};const a10_0x3a5f85={};a10_0x3a5f85[a10_0x21f39f(0x13e)]=a10_0x21f39f(0x141),Before(a10_0x3a5f85,function(){const _0xde0754=a10_0x21f39f,_0xe19089={};_0xe19089[_0xde0754(0x134)]=_0xde0754(0x128);const _0x3962ef=_0xe19089;logger[_0xde0754(0x122)](_0x3962ef[_0xde0754(0x134)]),global[_0xde0754(0x114)]=[];});const a10_0x36302a={};function a10_0x1211(){const _0x3c1378=['DFSDL','action','../../helpers/helper','winstonLogger','Inside\x20browserstack\x20Before','1673BYimNx','vjGpu','env','mwyMT','Error:\x20setting\x20status\x20at\x20After:\x20','__skipSessionName','Inside\x20browserstack\x20After','__driver','SDOUT','__platformCaps','12822TakxOY','AyICU','35716zYjTow','602944nvVEzR','ANLXV','__timeout','oIlRB','cucumber/lib/index.js','169442CtMrEB','After','../../index','name','passed','initQuit','bstack','cucumber','605GYaeLD','setDefaultTimeout','2630560zAPOdk','\x20|\x20','then','__skipSessionStatus','browserstackAgentV2','tVxcS','qLMrP','__error_messages__','Before','arguments','platformCaps','CONFIG','toLowerCase','kNPJO','327372uzUDZZ','status','30FhRiyZ','JWcub','27pFxkjd','36ChABNG','executeScript','debug','1185784VBsEgB'];a10_0x1211=function(){return _0x3c1378;};return a10_0x1211();}a10_0x36302a[a10_0x21f39f(0x13e)]=a10_0x21f39f(0x141),a10_0x36302a['timeout']=0x2710,After(a10_0x36302a,function(_0x35a4d6,_0x2c46ad){const _0x2056c4=a10_0x21f39f,_0x383aae={'RbvCe':'setSessionName','iGvyr':function(_0x5bc615,_0x242f9a){return _0x5bc615===_0x242f9a;},'vjGpu':'failed','mwyMT':function(_0x526106,_0x1ba284,_0x52f3b3,_0x4c01c5){return _0x526106(_0x1ba284,_0x52f3b3,_0x4c01c5);},'JWcub':_0x2056c4(0x10e),'SDOUT':function(_0x3ec328,_0x1b5008,_0x3a021b){return _0x3ec328(_0x1b5008,_0x3a021b);},'oIlRB':_0x2056c4(0x13f),'qLMrP':function(_0xf770df){return _0xf770df();},'kNPJO':function(_0x53dcf5,_0x6e7024){return _0x53dcf5(_0x6e7024);},'DFSDL':function(_0x6ad7d2){return _0x6ad7d2();},'tVxcS':_0x2056c4(0x12f)};logger[_0x2056c4(0x122)](_0x383aae[_0x2056c4(0x112)]),new Promise(async(_0x3d8b4b,_0x55e026)=>{const _0x4ff8d8=_0x2056c4;let _0x4dc63a=![];try{await global['__driver']['session_'],_0x4dc63a=!![];if(!global[_0x4ff8d8(0x12e)]){const _0x593b3d={};_0x593b3d[_0x4ff8d8(0x13e)]=_0x35a4d6['pickle'][_0x4ff8d8(0x13e)];const _0x2c739c={};_0x2c739c[_0x4ff8d8(0x125)]=_0x383aae['RbvCe'],_0x2c739c[_0x4ff8d8(0x116)]=_0x593b3d;const _0x1a74ee=_0x2c739c;await global[_0x4ff8d8(0x130)][_0x4ff8d8(0x121)]('browserstack_executor:\x20'+JSON['stringify'](_0x1a74ee));}_0x383aae['iGvyr'](_0x35a4d6['result'][_0x4ff8d8(0x11c)][_0x4ff8d8(0x119)](),_0x383aae[_0x4ff8d8(0x12a)])?await _0x383aae[_0x4ff8d8(0x12c)](markSessionStatus,global[_0x4ff8d8(0x130)],_0x383aae[_0x4ff8d8(0x12a)],global['__error_messages__']['join'](_0x383aae[_0x4ff8d8(0x11e)])):await _0x383aae[_0x4ff8d8(0x131)](markSessionStatus,global['__driver'],_0x383aae[_0x4ff8d8(0x139)]);}catch(_0x4b708e){logger['debug'](_0x4ff8d8(0x12d)+_0x4b708e);}if(_0x4dc63a)try{await global[_0x4ff8d8(0x130)][_0x4ff8d8(0x140)](),_0x383aae[_0x4ff8d8(0x113)](_0x3d8b4b);}catch(_0x1880fc){logger[_0x4ff8d8(0x122)]('Error:\x20quiting\x20at\x20After:\x20'+_0x1880fc),_0x383aae[_0x4ff8d8(0x11a)](_0x55e026,_0x1880fc);}else _0x383aae[_0x4ff8d8(0x124)](_0x55e026);})[_0x2056c4(0x10f)](()=>_0x2c46ad());});
1
+ 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 +1 @@
1
- function a11_0x34fa(){const _0x40544d=['../utils/constants','cucumber','533240fINYXz','81392OZGGGu','12KMCSUX','1065500niBNtb','573468YLJLGw','@cucumber/cucumber','12179llCuvS','504628wEANuB','BSTACK_DELTA','cucumber/lib/index.js','__timeout','../../helpers/helper','93667SMqvJC','setDefaultTimeout'];a11_0x34fa=function(){return _0x40544d;};return a11_0x34fa();}const a11_0x3760ca=a11_0x10ec;(function(_0x2baa04,_0x3b307a){const _0x502c20=a11_0x10ec,_0x344c78=_0x2baa04();while(!![]){try{const _0x3de85d=parseInt(_0x502c20(0x8e))/0x1+-parseInt(_0x502c20(0x89))/0x2+parseInt(_0x502c20(0x8c))/0x3+parseInt(_0x502c20(0x8f))/0x4+-parseInt(_0x502c20(0x8b))/0x5+parseInt(_0x502c20(0x8a))/0x6*(parseInt(_0x502c20(0x94))/0x7)+parseInt(_0x502c20(0x88))/0x8;if(_0x3de85d===_0x3b307a)break;else _0x344c78['push'](_0x344c78['shift']());}catch(_0x27077a){_0x344c78['push'](_0x344c78['shift']());}}}(a11_0x34fa,0x29499));const {requireModule}=require(a11_0x3760ca(0x93)),constants=require(a11_0x3760ca(0x86));function a11_0x10ec(_0x25511e,_0x42dd87){const _0x34fa10=a11_0x34fa();return a11_0x10ec=function(_0x10ece6,_0x57b457){_0x10ece6=_0x10ece6-0x86;let _0x346606=_0x34fa10[_0x10ece6];return _0x346606;},a11_0x10ec(_0x25511e,_0x42dd87);}let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js',a11_0x3760ca(0x8d));}catch(a11_0x43c073){cucumberModule=requireModule(a11_0x3760ca(0x91),a11_0x3760ca(0x87));}const userValue=global[a11_0x3760ca(0x92)]||0x0;(userValue===0x0||userValue<constants[a11_0x3760ca(0x90)])&&cucumberModule[a11_0x3760ca(0x95)](constants[a11_0x3760ca(0x90)]);
1
+ 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,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a12_0x3a2338=a12_0x4cfe;(function(_0x30a50f,_0x568aed){const _0x214a9a=a12_0x4cfe,_0x48d840=_0x30a50f();while(!![]){try{const _0x5213cd=-parseInt(_0x214a9a(0x156))/0x1+-parseInt(_0x214a9a(0x127))/0x2*(-parseInt(_0x214a9a(0x126))/0x3)+parseInt(_0x214a9a(0x145))/0x4*(parseInt(_0x214a9a(0x167))/0x5)+parseInt(_0x214a9a(0x139))/0x6*(parseInt(_0x214a9a(0x13b))/0x7)+-parseInt(_0x214a9a(0x158))/0x8*(parseInt(_0x214a9a(0x15f))/0x9)+-parseInt(_0x214a9a(0x13c))/0xa+parseInt(_0x214a9a(0x165))/0xb;if(_0x5213cd===_0x568aed)break;else _0x48d840['push'](_0x48d840['shift']());}catch(_0x1b1924){_0x48d840['push'](_0x48d840['shift']());}}}(a12_0x51d1,0x51560));const {default:BrowserStackSetup}=require(a12_0x3a2338(0x148)),logger=require(a12_0x3a2338(0x149))[a12_0x3a2338(0x136)],{URL}=require(a12_0x3a2338(0x13e)),helper=require(a12_0x3a2338(0x14d)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x3a2338(0x14a)),validHosts=function(_0x2bb05d){const _0x115439=a12_0x3a2338;return _0x2bb05d[_0x115439(0x15d)](',')[_0x115439(0x159)](_0xeec7ae=>{const _0xbe6c9f=_0x115439;try{new URL(_0xeec7ae[_0xbe6c9f(0x12c)]());}catch(_0x26dc2e){return![];}return!![];});},parseOnPremHosts=function(_0x1eb917){const _0x273557=a12_0x3a2338,_0x4f75d8={};_0x4f75d8[_0x273557(0x170)]=function(_0x441e8b,_0x19ad72){return _0x441e8b===_0x19ad72;},_0x4f75d8[_0x273557(0x150)]=_0x273557(0x133),_0x4f75d8[_0x273557(0x15b)]=_0x273557(0x14f),_0x4f75d8[_0x273557(0x130)]='https';const _0x34861e=_0x4f75d8;return _0x1eb917[_0x273557(0x15d)](',')['map'](_0x176f7e=>{const _0x583535=_0x273557,_0x5092e1=new URL(_0x176f7e['trim']()),_0x398f50=_0x5092e1[_0x583535(0x16d)],_0x4b12ef=_0x5092e1[_0x583535(0x129)]||(_0x34861e[_0x583535(0x170)](_0x5092e1[_0x583535(0x161)],_0x34861e[_0x583535(0x150)])?_0x34861e['EbrXI']:'80'),_0x416ce9=_0x5092e1[_0x583535(0x161)][_0x583535(0x169)](':',''),_0x10e54f=_0x34861e[_0x583535(0x170)](_0x416ce9,_0x34861e[_0x583535(0x130)])?0x1:0x0;return _0x398f50+','+_0x4b12ef+','+_0x10e54f;});},connectCommandBuilder=function(_0x1444b0){const _0x4de2f8=a12_0x3a2338,_0x546370={};_0x546370['IYoka']=_0x4de2f8(0x155);const _0x413dea=_0x546370,_0x42d181={};_0x42d181[_0x4de2f8(0x168)]=HELP_MESSAGES[_0x4de2f8(0x12d)][_0x4de2f8(0x141)],_0x42d181['type']=_0x413dea[_0x4de2f8(0x13d)];const _0x5871a3={};_0x5871a3[_0x4de2f8(0x168)]=HELP_MESSAGES[_0x4de2f8(0x12d)][_0x4de2f8(0x15e)],_0x5871a3[_0x4de2f8(0x13a)]=_0x413dea[_0x4de2f8(0x13d)],_0x5871a3['demandOption']=!![];const _0x3ed7ed={};return _0x3ed7ed[_0x4de2f8(0x142)]=_0x42d181,_0x3ed7ed[_0x4de2f8(0x15e)]=_0x5871a3,_0x1444b0['options'](_0x3ed7ed);},connectCommandHandler=async function(_0x2dce0e){const _0x2e2bb8=a12_0x3a2338,_0x1ea253={'oKCQb':_0x2e2bb8(0x160),'xWArp':function(_0x19e7b0,_0x16a168){return _0x19e7b0===_0x16a168;},'gyYkp':_0x2e2bb8(0x163),'uYdQg':_0x2e2bb8(0x16f),'mZQXc':_0x2e2bb8(0x15c),'sLbtR':function(_0xa048d4,_0xf6fd73){return _0xa048d4(_0xf6fd73);},'iNRCV':_0x2e2bb8(0x14e),'LMhES':function(_0x539602,_0x3a2060){return _0x539602(_0x3a2060);},'jpcRC':'integrations-repeater','xmaXe':'Connection\x20established\x20successfully.','ranVk':_0x2e2bb8(0x162)};try{const _0x8bbc50=new BrowserStackSetup(_0x2dce0e,_0x1ea253[_0x2e2bb8(0x151)]);_0x2dce0e[_0x2e2bb8(0x146)]&&(_0x8bbc50[_0x2e2bb8(0x15a)][_0x2e2bb8(0x14c)]=_0x2dce0e['bstackAccesskey']);if(_0x1ea253['xWArp'](typeof _0x8bbc50[_0x2e2bb8(0x15a)]['accessKey'],_0x1ea253['gyYkp'])){logger['error'](_0x1ea253[_0x2e2bb8(0x135)]);throw new Error(ERROR_MESSAGES[_0x2e2bb8(0x141)]['missing']);}const _0x2d1572=_0x2dce0e['hosts'];if(_0x1ea253[_0x2e2bb8(0x13f)](typeof _0x2d1572,_0x1ea253['gyYkp'])){logger[_0x2e2bb8(0x154)](_0x1ea253[_0x2e2bb8(0x166)]);throw new Error(ERROR_MESSAGES[_0x2e2bb8(0x15e)][_0x2e2bb8(0x128)]);}if(!_0x1ea253['sLbtR'](validHosts,_0x2d1572)){logger[_0x2e2bb8(0x154)](_0x1ea253[_0x2e2bb8(0x153)]);throw new Error(ERROR_MESSAGES[_0x2e2bb8(0x15e)][_0x2e2bb8(0x138)]);}const _0x5d42d5=_0x1ea253[_0x2e2bb8(0x140)](parseOnPremHosts,_0x2d1572);_0x8bbc50[_0x2e2bb8(0x15a)]['browserstackLocal']=!![],_0x8bbc50[_0x2e2bb8(0x15a)][_0x2e2bb8(0x16b)][_0x2e2bb8(0x157)]=_0x1ea253[_0x2e2bb8(0x12f)],_0x8bbc50[_0x2e2bb8(0x15a)][_0x2e2bb8(0x16b)]['only']=_0x5d42d5[_0x2e2bb8(0x147)](','),helper['setProxySettings'](_0x8bbc50[_0x2e2bb8(0x15a)]),await _0x8bbc50[_0x2e2bb8(0x14b)](),logger[_0x2e2bb8(0x12e)](_0x1ea253['xmaXe']);}catch(_0x131d4b){logger['error'](_0x1ea253[_0x2e2bb8(0x12a)]);throw new Error(_0x131d4b[_0x2e2bb8(0x12b)]());}};function a12_0x51d1(){const _0x59f756=['error','string','230130JDIvLI','localIdentifier','272wUBhYf','every','config','EbrXI','Integration\x20hosts\x20missing.','split','hosts','48933FLqxog','integrations','protocol','Failed\x20to\x20establish\x20connection.','undefined','usage','7054949bMjSZQ','mZQXc','15aeJGuD','describe','replace','connect','browserStackLocalOptions','command','hostname','pHCSC','BrowserStack\x20access\x20key\x20missing.','QLMNf','141519waijRV','14odsBCY','missing','port','ranVk','toString','trim','options','info','jpcRC','FOSBG','footer','exports','https:','demandCommand','uYdQg','winstonLogger','VbjQv','invalid','27714WwLyPh','type','7xDNipl','3255070tJKrTF','IYoka','url','xWArp','LMhES','bstackAccessKey','bstack-accesskey','help','root','129944zftyHi','bstackAccesskey','join','../../helpers/BrowserStackSetup','../../helpers/logger','./constants','setupBrowserstackLocal','accessKey','../../helpers/helper','Hosts\x20not\x20valid','443','Geeof','oKCQb','epilogue','iNRCV'];a12_0x51d1=function(){return _0x59f756;};return a12_0x51d1();}function a12_0x4cfe(_0x29a30c,_0x233be2){const _0x51d135=a12_0x51d1();return a12_0x4cfe=function(_0x4cfefd,_0x4cca66){_0x4cfefd=_0x4cfefd-0x126;let _0x35782f=_0x51d135[_0x4cfefd];return _0x35782f;},a12_0x4cfe(_0x29a30c,_0x233be2);}function run(_0x3132bc){const _0xa5939c=a12_0x3a2338,_0x532d55={};_0x532d55['pHCSC']=_0xa5939c(0x16a),_0x532d55[_0xa5939c(0x137)]=_0xa5939c(0x143);const _0x36722d=_0x532d55;_0x3132bc[_0xa5939c(0x164)](HELP_MESSAGES[_0xa5939c(0x16c)][_0xa5939c(0x144)])[_0xa5939c(0x16c)](_0x36722d[_0xa5939c(0x16e)],HELP_MESSAGES[_0xa5939c(0x16c)][_0xa5939c(0x16a)],connectCommandBuilder,connectCommandHandler)[_0xa5939c(0x134)]()[_0xa5939c(0x143)](_0x36722d[_0xa5939c(0x137)])[_0xa5939c(0x152)](HELP_MESSAGES[_0xa5939c(0x16c)][_0xa5939c(0x131)]);}module[a12_0x3a2338(0x132)]=run;
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;
@@ -1 +1 @@
1
- var a13_0xd3b25f=a13_0x53ab;(function(_0xb34d5c,_0x18fc68){var _0x26cffe=a13_0x53ab,_0xdc0492=_0xb34d5c();while(!![]){try{var _0x2f8a41=parseInt(_0x26cffe(0x1b6))/0x1+-parseInt(_0x26cffe(0x1bb))/0x2+-parseInt(_0x26cffe(0x1be))/0x3+parseInt(_0x26cffe(0x1bd))/0x4+-parseInt(_0x26cffe(0x1c3))/0x5*(parseInt(_0x26cffe(0x1b7))/0x6)+parseInt(_0x26cffe(0x1cb))/0x7*(-parseInt(_0x26cffe(0x1ba))/0x8)+parseInt(_0x26cffe(0x1c8))/0x9;if(_0x2f8a41===_0x18fc68)break;else _0xdc0492['push'](_0xdc0492['shift']());}catch(_0x1df861){_0xdc0492['push'](_0xdc0492['shift']());}}}(a13_0x3ec0,0x80b7b));var a13_0x216525={};function a13_0x3ec0(){var _0x3e6dd7=['This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','42655wRKLHz','options','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','invalid','ERROR_MESSAGES','14678874zAfVvl','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','footer','7AJYlKe','Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','HELP_MESSAGES','723674DsSfqI','678MrJYIR','bstackAccessKey','root','778088TIFSCK','1134620azPDPp','connect','1308432ybVhiu','1577901KafSTT','missing','hosts'];a13_0x3ec0=function(){return _0x3e6dd7;};return a13_0x3ec0();}a13_0x216525[a13_0xd3b25f(0x1b8)]='Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.',a13_0x216525['hosts']=a13_0xd3b25f(0x1c1);var a13_0x1fc6b8={};a13_0x1fc6b8[a13_0xd3b25f(0x1b9)]=a13_0xd3b25f(0x1c5),a13_0x1fc6b8[a13_0xd3b25f(0x1bc)]='Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.',a13_0x1fc6b8[a13_0xd3b25f(0x1ca)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x5b0cea={};a13_0x5b0cea[a13_0xd3b25f(0x1c4)]=a13_0x216525,a13_0x5b0cea['command']=a13_0x1fc6b8,exports[a13_0xd3b25f(0x1cd)]=a13_0x5b0cea;function a13_0x53ab(_0x5c7c54,_0x374e28){var _0x3ec0ea=a13_0x3ec0();return a13_0x53ab=function(_0x53ab9d,_0x559fa2){_0x53ab9d=_0x53ab9d-0x1b6;var _0xcb9d1e=_0x3ec0ea[_0x53ab9d];return _0xcb9d1e;},a13_0x53ab(_0x5c7c54,_0x374e28);}var a13_0x3318e7={};a13_0x3318e7[a13_0xd3b25f(0x1bf)]=a13_0xd3b25f(0x1c2);var a13_0x318c71={};a13_0x318c71['missing']=a13_0xd3b25f(0x1cc),a13_0x318c71[a13_0xd3b25f(0x1c6)]=a13_0xd3b25f(0x1c9);var a13_0x1052a9={};a13_0x1052a9[a13_0xd3b25f(0x1b8)]=a13_0x3318e7,a13_0x1052a9[a13_0xd3b25f(0x1c0)]=a13_0x318c71,exports[a13_0xd3b25f(0x1c7)]=a13_0x1052a9;
1
+ 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 +1 @@
1
- 'use strict';const a14_0x1701d0=a14_0x341c;function a14_0x2075(){const _0x4ab6fc=['yZkQc','exgQO','statSync','_fileNameByFullName','specStarted','TestRunSkipped','4688170jaPBQc','TestRunFinished','toISOString','split','AssertionError','length','tRLPK','_scopes','parentSuiteId','9454742LFUdRU','.git','passed','VQqbl','slice','YyFaL','\x20:\x20','code','vPaZw','_collapseFailedExpectations','add','_sendSpecEvent','join','has','74921106SvTCOk','14wNsbRr','6LLpvgv','appendTesthubParams','isArray','_resolveFilePath','suiteStarted','endsWith','jasmineStarted','zBsqo','HntMX','uploadEventData','set','3120903eOxHYc','UhdKO','tctky','pmAzb','cobRK','failure_backtrace','err','specDone','../../../helpers/test-observability/sessionHandler','kRTik','Exception\x20in\x20jasmine\x20specDone\x20for\x20','WkLYQ','pending','cwd','failed','backtrace','wEDaU','ygdCL','RIWrf','../../../helpers/test-observability/utils','_paths','../testRunMap','VpWkJ','../../../helpers/test-observability/constants','zRZPG','expanded','uuid','XVwJB','Pgnce','description','excluded','Rsirx','Exception\x20deriving\x20jasmine\x20scopes\x20for\x20','matcherName','startsWith','xKxWg','xkbtW','dqOQl','tinhx','DxCAL','ciktg','_suitesById','actual','OrObg','TfJdD','shouldProcessEventForTesthub','javascript','12wRNlFn','fileNameByFullName','wOoZR','tcmqG','finished_at','_findGitConfig','30MkeZkP','skipped','366qKsUxf','path','413OnFSgo','psCZS','MQIRL','108728hsfIUW','GbewG','Spec\x20failed','uFZnQ','Wqvkm','message','WelCs','match','remove','File\x20path\x20could\x20not\x20be\x20found','reverse','kWivI','TestRunStarted','4486YhAmVe','JASMINE','QlIFe','fullName','expected','trim','push','stack','uoTOX','3043004ycFJUZ','HItKg','testObservability','dirname','failedExpectations','xeVWn','Jasmine','jasmineDone','CmHlm','status','xDIVU','3yPPnzS','started_at','failure_reason_expanded','number','get','duration','Exception\x20in\x20jasmine\x20specStarted\x20for\x20'];a14_0x2075=function(){return _0x4ab6fc;};return a14_0x2075();}function a14_0x341c(_0x1e17d9,_0x2ec42c){const _0x2075f0=a14_0x2075();return a14_0x341c=function(_0x341c0c,_0x48dbed){_0x341c0c=_0x341c0c-0x1de;let _0x28e312=_0x2075f0[_0x341c0c];return _0x28e312;},a14_0x341c(_0x1e17d9,_0x2ec42c);}(function(_0x56d915,_0x1b53b9){const _0x42ddfb=a14_0x341c,_0x463591=_0x56d915();while(!![]){try{const _0x19329e=parseInt(_0x42ddfb(0x1f0))/0x1*(-parseInt(_0x42ddfb(0x202))/0x2)+-parseInt(_0x42ddfb(0x216))/0x3*(parseInt(_0x42ddfb(0x20b))/0x4)+-parseInt(_0x42ddfb(0x223))/0x5*(parseInt(_0x42ddfb(0x23c))/0x6)+parseInt(_0x42ddfb(0x1f2))/0x7*(-parseInt(_0x42ddfb(0x1f5))/0x8)+parseInt(_0x42ddfb(0x247))/0x9*(-parseInt(_0x42ddfb(0x1ee))/0xa)+-parseInt(_0x42ddfb(0x22c))/0xb*(parseInt(_0x42ddfb(0x1e8))/0xc)+-parseInt(_0x42ddfb(0x23a))/0xd*(-parseInt(_0x42ddfb(0x23b))/0xe);if(_0x19329e===_0x1b53b9)break;else _0x463591['push'](_0x463591['shift']());}catch(_0xc6f58b){_0x463591['push'](_0x463591['shift']());}}}(a14_0x2075,0x845c3));const path=require(a14_0x1701d0(0x1f1)),fs=require('fs'),{v4:uuidv4}=require(a14_0x1701d0(0x261)),testhubUtils=require('../../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x1701d0(0x25e)),SessionHandler=require(a14_0x1701d0(0x24f)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a14_0x1701d0(0x25a)),testRunMap=require(a14_0x1701d0(0x25c)),_specStartTimes=new Map(),JASMINE_FRAMEWORK_LABEL=a14_0x1701d0(0x211),a14_0x444ae8={};a14_0x444ae8['passed']=a14_0x1701d0(0x22e),a14_0x444ae8[a14_0x1701d0(0x255)]=a14_0x1701d0(0x255),a14_0x444ae8['pending']=a14_0x1701d0(0x253),a14_0x444ae8['excluded']='skipped';const STATUS_MAP=a14_0x444ae8;class BrowserStackJasmineReporter{constructor(_0x55f642={}){const _0x538b78=a14_0x1701d0,_0xa9cfcc={'xKxWg':function(_0x24a109){return _0x24a109();}};this[_0x538b78(0x20d)]=_0xa9cfcc[_0x538b78(0x26a)](isTestObservabilitySession),this[_0x538b78(0x25b)]=new PathHelper({'cwd':process[_0x538b78(0x254)]()},undefined),this['_fileNameByFullName']=_0x55f642&&_0x55f642[_0x538b78(0x1e9)]||{},this['_suitesById']=new Map();}[a14_0x1701d0(0x242)](){}[a14_0x1701d0(0x240)](_0x2b657e){const _0x5e093b=a14_0x1701d0,_0x29aa24={'qnsfW':function(_0x1cc116,_0x499a70){return _0x1cc116!==_0x499a70;},'tctky':function(_0x3142fc,_0x409a96){return _0x3142fc!==_0x409a96;},'XVwJB':function(_0x4c9e2d,_0x2be0b1){return _0x4c9e2d(_0x2be0b1);}};try{_0x2b657e&&_0x29aa24['qnsfW'](_0x2b657e['id'],undefined)&&_0x29aa24[_0x5e093b(0x249)](_0x2b657e['id'],null)&&this[_0x5e093b(0x1e2)][_0x5e093b(0x246)](_0x2b657e['id'],{'description':_0x2b657e['description'],'parentSuiteId':_0x2b657e[_0x5e093b(0x22b)]});}catch(_0x4f4b7b){_0x29aa24[_0x5e093b(0x262)](debug,'Exception\x20in\x20jasmine\x20suiteStarted\x20for\x20'+(_0x2b657e&&_0x2b657e[_0x5e093b(0x205)])+'\x20:\x20'+_0x4f4b7b);}}[a14_0x1701d0(0x221)](_0x322c7f){const _0x17affa=a14_0x1701d0,_0x57390d={'uFZnQ':function(_0x119029,_0x4519c7){return _0x119029!==_0x4519c7;},'zbexU':function(_0x2feba6){return _0x2feba6();},'zuSBP':_0x17affa(0x201),'ygdCL':function(_0x1f984e,_0x54ac77){return _0x1f984e(_0x54ac77);}};try{if(_0x57390d[_0x17affa(0x1f8)](testhubUtils[_0x17affa(0x1e6)](),!![]))return;const _0x3aeeb2=_0x57390d['zbexU'](uuidv4);testRunMap[_0x17affa(0x246)](_0x322c7f['id'],_0x3aeeb2),this[_0x17affa(0x237)](_0x322c7f,_0x3aeeb2,_0x57390d['zuSBP']);}catch(_0x403754){_0x57390d[_0x17affa(0x258)](debug,_0x17affa(0x21c)+(_0x322c7f&&_0x322c7f[_0x17affa(0x205)])+_0x17affa(0x232)+_0x403754);}}[a14_0x1701d0(0x24e)](_0x5c9804){const _0x40c6a5=a14_0x1701d0,_0x5edfa0={'EIrDL':function(_0x501739,_0x491bf5){return _0x501739!==_0x491bf5;},'nBtCE':function(_0x1352c3){return _0x1352c3();},'YyFaL':function(_0x3ec9c9,_0x249e1f){return _0x3ec9c9===_0x249e1f;},'xeVWn':_0x40c6a5(0x265),'wEDaU':_0x40c6a5(0x222),'uoTOX':_0x40c6a5(0x224),'KQfSk':function(_0x49a45e,_0x1d1e58){return _0x49a45e(_0x1d1e58);}};try{if(_0x5edfa0['EIrDL'](testhubUtils[_0x40c6a5(0x1e6)](),!![]))return;const _0x27bc5e=testRunMap['get'](_0x5c9804['id'])||_0x5edfa0['nBtCE'](uuidv4),_0x7949c8=_0x5edfa0[_0x40c6a5(0x231)](_0x5c9804[_0x40c6a5(0x214)],_0x5edfa0[_0x40c6a5(0x210)])?_0x5edfa0[_0x40c6a5(0x257)]:_0x5edfa0[_0x40c6a5(0x20a)];this[_0x40c6a5(0x237)](_0x5c9804,_0x27bc5e,_0x7949c8);}catch(_0x220730){_0x5edfa0['KQfSk'](debug,_0x40c6a5(0x251)+(_0x5c9804&&_0x5c9804[_0x40c6a5(0x205)])+_0x40c6a5(0x232)+_0x220730);}finally{_0x5c9804&&(testRunMap[_0x40c6a5(0x1fd)](_0x5c9804['id']),_specStartTimes['delete'](_0x5c9804['id']));}}['suiteDone'](){}[a14_0x1701d0(0x212)](){}['_sendSpecEvent'](_0x50d8bb,_0x24c609,_0x527183){const _0x55aae4=a14_0x1701d0,_0x37fdfe={'QlIFe':function(_0x15b757,_0x3df053){return _0x15b757===_0x3df053;},'dqOQl':_0x55aae4(0x224),'zBsqo':_0x55aae4(0x222),'RIWrf':_0x55aae4(0x1fe),'xkbtW':function(_0x21b714,_0x413453,_0x3c35e3){return _0x21b714(_0x413453,_0x3c35e3);},'wOoZR':_0x55aae4(0x24d),'zRZPG':_0x55aae4(0x201),'DxCAL':function(_0x80eeee,_0x4438fc){return _0x80eeee!==_0x4438fc;},'WelCs':function(_0x2203f1,_0x56336c){return _0x2203f1!==_0x56336c;},'ciktg':function(_0x3c3145,_0x268eb6){return _0x3c3145===_0x268eb6;},'zVUto':_0x55aae4(0x1e7),'pmAzb':function(_0x3e69cd,_0x4781c0){return _0x3e69cd&&_0x4781c0;},'UhdKO':function(_0x2da70e,_0x34185f){return _0x2da70e===_0x34185f;},'xDIVU':_0x55aae4(0x1ef),'yZkQc':_0x55aae4(0x22e),'Wqvkm':_0x55aae4(0x219),'TfJdD':_0x55aae4(0x227),'OrObg':'UnhandledError','tcmqG':_0x55aae4(0x217),'kWivI':_0x55aae4(0x1ec),'xDGgF':'failure','CmHlm':_0x55aae4(0x24c),'irTkP':_0x55aae4(0x256),'VpWkJ':_0x55aae4(0x218),'nghpw':_0x55aae4(0x260),'VQqbl':function(_0x4359e2,_0x2a2619){return _0x4359e2===_0x2a2619;},'VSPTc':function(_0x477a4b,_0x397f30){return _0x477a4b(_0x397f30);}};try{const _0x27ad39=_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe[_0x55aae4(0x1de)])||_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe[_0x55aae4(0x243)]),_0x3764f5=this[_0x55aae4(0x23f)](_0x50d8bb),_0x36d225=_0x3764f5?this[_0x55aae4(0x25b)]['prefixTestPath'](_0x3764f5):_0x37fdfe[_0x55aae4(0x259)],_0x59b9f8=_0x3764f5?this[_0x55aae4(0x1ed)](path['dirname'](_0x3764f5)):null,_0x287ec6=this[_0x55aae4(0x235)](_0x50d8bb[_0x55aae4(0x20f)]),_0x35e5d0=_0x287ec6?_0x287ec6[_0x55aae4(0x1fa)]:undefined,_0x3527c7=_0x287ec6?_0x37fdfe[_0x55aae4(0x26b)](failureData,_0x287ec6,_0x37fdfe[_0x55aae4(0x1ea)]):[],_0x53b59f=new Date()[_0x55aae4(0x225)](),_0x4af3a3=this[_0x55aae4(0x22a)](_0x50d8bb);_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe[_0x55aae4(0x25f)])&&_0x50d8bb&&_0x37fdfe[_0x55aae4(0x1e0)](_0x50d8bb['id'],undefined)&&_0x37fdfe[_0x55aae4(0x1fb)](_0x50d8bb['id'],null)&&_specStartTimes[_0x55aae4(0x246)](_0x50d8bb['id'],_0x53b59f);const _0x4e3e59=_0x37fdfe[_0x55aae4(0x1e1)](_0x527183,_0x37fdfe['zRZPG'])?_0x53b59f:_0x50d8bb&&_specStartTimes['get'](_0x50d8bb['id'])||null,_0x3d6560={};_0x3d6560['lang']=_0x37fdfe['zVUto'],_0x3d6560[_0x55aae4(0x233)]=null;const _0x353532={'framework':JASMINE_FRAMEWORK_LABEL,'uuid':_0x24c609,'name':_0x50d8bb[_0x55aae4(0x264)],'body':_0x3d6560,'scope':_0x4af3a3[_0x55aae4(0x238)]('\x20'),'scopes':_0x4af3a3,'identifier':_0x50d8bb[_0x55aae4(0x205)],'file_name':_0x36d225,'vc_filepath':_0x37fdfe[_0x55aae4(0x24a)](_0x59b9f8,_0x3764f5)?path['relative'](_0x59b9f8,_0x3764f5):null,'location':_0x36d225,'result':_0x37fdfe[_0x55aae4(0x248)](_0x527183,_0x37fdfe[_0x55aae4(0x243)])?_0x37fdfe[_0x55aae4(0x215)]:STATUS_MAP[_0x50d8bb['status']]||_0x37fdfe[_0x55aae4(0x21d)],'failure_reason':_0x35e5d0,'duration_in_ms':_0x37fdfe['ciktg'](typeof _0x50d8bb[_0x55aae4(0x21b)],_0x37fdfe[_0x55aae4(0x1f9)])?_0x50d8bb[_0x55aae4(0x21b)]:null,'started_at':_0x4e3e59,'finished_at':_0x27ad39?_0x53b59f:null,'failure':_0x3527c7,'failure_type':!_0x35e5d0?null:_0x35e5d0[_0x55aae4(0x1fc)](/AssertionError/)?_0x37fdfe[_0x55aae4(0x1e5)]:_0x37fdfe[_0x55aae4(0x1e4)],'retry_of':null};_0x37fdfe[_0x55aae4(0x204)](_0x527183,_0x37fdfe['zBsqo'])&&!_0x353532[_0x37fdfe[_0x55aae4(0x1eb)]]&&(_0x353532[_0x37fdfe[_0x55aae4(0x1eb)]]=_0x353532[_0x37fdfe[_0x55aae4(0x200)]]);const _0x3bdd14=_0x353532[_0x37fdfe['xDGgF']][0x0];_0x3bdd14&&(_0x353532[_0x37fdfe[_0x55aae4(0x213)]]=_0x3bdd14[_0x37fdfe['irTkP']],_0x353532[_0x37fdfe[_0x55aae4(0x25d)]]=_0x3bdd14[_0x37fdfe['nghpw']]);testhubUtils[_0x55aae4(0x23d)](_0x353532,_0x527183,_0x50d8bb,FRAMEWORKS[_0x55aae4(0x203)]);const _0x4e9805={'event_type':_0x37fdfe[_0x55aae4(0x22f)](_0x527183,_0x37fdfe[_0x55aae4(0x243)])?_0x37fdfe[_0x55aae4(0x1de)]:_0x527183,'test_run':_0x353532};return testhubUtils['setCurrentTestData'](FRAMEWORKS['JASMINE'],_0x4e9805),SessionHandler[_0x55aae4(0x245)](_0x4e9805);}catch(_0xf705c0){_0x37fdfe['VSPTc'](debug,'Exception\x20in\x20populating\x20jasmine\x20test\x20data\x20for\x20event\x20'+_0x527183+_0x55aae4(0x232)+_0xf705c0);}}[a14_0x1701d0(0x22a)](_0x6eaf24){const _0x911ce3=a14_0x1701d0,_0x5c8836={'vPaZw':function(_0x4191ca,_0x479d10){return _0x4191ca!==_0x479d10;},'HntMX':function(_0x15bcfc,_0x5b3628){return _0x15bcfc>_0x5b3628;},'HItKg':function(_0x9d9d6a,_0x5f38ad){return _0x9d9d6a(_0x5f38ad);},'Rsirx':function(_0x591d76,_0x1a19ae){return _0x591d76-_0x1a19ae;}};try{const _0x8388c7=[];let _0x3b3b30=_0x6eaf24&&_0x6eaf24['parentSuiteId'];const _0x481e36=new Set();while(_0x5c8836[_0x911ce3(0x234)](_0x3b3b30,undefined)&&_0x5c8836[_0x911ce3(0x234)](_0x3b3b30,null)&&this['_suitesById'][_0x911ce3(0x239)](_0x3b3b30)&&!_0x481e36[_0x911ce3(0x239)](_0x3b3b30)){_0x481e36[_0x911ce3(0x236)](_0x3b3b30);const _0x208d06=this[_0x911ce3(0x1e2)][_0x911ce3(0x21a)](_0x3b3b30);_0x208d06&&_0x208d06[_0x911ce3(0x264)]&&_0x8388c7[_0x911ce3(0x208)](_0x208d06[_0x911ce3(0x264)]),_0x3b3b30=_0x208d06?_0x208d06['parentSuiteId']:null;}if(_0x5c8836[_0x911ce3(0x244)](_0x8388c7[_0x911ce3(0x228)],0x0))return _0x8388c7[_0x911ce3(0x1ff)]();}catch(_0x2cb11f){_0x5c8836[_0x911ce3(0x20c)](debug,_0x911ce3(0x267)+(_0x6eaf24&&_0x6eaf24[_0x911ce3(0x205)])+_0x911ce3(0x232)+_0x2cb11f);}const _0x3057b0=_0x6eaf24&&_0x6eaf24['fullName']||'',_0x37ba9a=_0x6eaf24&&_0x6eaf24[_0x911ce3(0x264)]||'';let _0x22c902=_0x3057b0;return _0x37ba9a&&_0x3057b0[_0x911ce3(0x241)](_0x37ba9a)&&(_0x22c902=_0x3057b0[_0x911ce3(0x230)](0x0,_0x5c8836[_0x911ce3(0x266)](_0x3057b0[_0x911ce3(0x228)],_0x37ba9a[_0x911ce3(0x228)]))[_0x911ce3(0x207)]()),_0x22c902?_0x22c902[_0x911ce3(0x226)](/\s+/):[];}[a14_0x1701d0(0x23f)](_0x4d284f){const _0x55fbf2=a14_0x1701d0,_0x118428={};_0x118428[_0x55fbf2(0x1f4)]=function(_0x218ea4,_0x14df4b){return _0x218ea4===_0x14df4b;},_0x118428[_0x55fbf2(0x263)]=function(_0x11d5c0,_0x4ca51e){return _0x11d5c0+_0x4ca51e;},_0x118428[_0x55fbf2(0x252)]=function(_0x113d28,_0x418d1d){return _0x113d28>_0x418d1d;};const _0x498885=_0x118428;if(_0x4d284f&&_0x4d284f['filename'])return _0x4d284f['filename'];if(_0x4d284f&&_0x4d284f['fullName']){if(this[_0x55fbf2(0x220)][_0x4d284f['fullName']])return this['_fileNameByFullName'][_0x4d284f[_0x55fbf2(0x205)]];let _0x1fae10=null,_0x288eb3=-0x1;for(const _0x401a34 of Object['keys'](this['_fileNameByFullName'])){(_0x498885[_0x55fbf2(0x1f4)](_0x4d284f[_0x55fbf2(0x205)],_0x401a34)||_0x4d284f[_0x55fbf2(0x205)][_0x55fbf2(0x269)](_0x498885[_0x55fbf2(0x263)](_0x401a34,'\x20')))&&_0x498885[_0x55fbf2(0x252)](_0x401a34[_0x55fbf2(0x228)],_0x288eb3)&&(_0x1fae10=this['_fileNameByFullName'][_0x401a34],_0x288eb3=_0x401a34['length']);}if(_0x1fae10)return _0x1fae10;}return null;}[a14_0x1701d0(0x235)](_0x2a37cf){const _0x4ee59d=a14_0x1701d0,_0x16fa69={};_0x16fa69[_0x4ee59d(0x21e)]=function(_0x597d82,_0x24f375){return _0x597d82===_0x24f375;},_0x16fa69[_0x4ee59d(0x1f6)]=_0x4ee59d(0x1f7);const _0x182a14=_0x16fa69;if(!Array[_0x4ee59d(0x23e)](_0x2a37cf)||_0x182a14['exgQO'](_0x2a37cf[_0x4ee59d(0x228)],0x0))return undefined;const _0x2db71a=[],_0x546557=[];for(const _0x3b5ae9 of _0x2a37cf){_0x3b5ae9&&_0x3b5ae9['message']&&_0x2db71a['push'](_0x3b5ae9['message']),_0x3b5ae9&&_0x3b5ae9[_0x4ee59d(0x209)]&&_0x546557[_0x4ee59d(0x208)](_0x3b5ae9[_0x4ee59d(0x209)]);}const _0x24e1be=_0x2a37cf[0x0]||{},_0x5739e3=_0x2db71a[_0x4ee59d(0x238)]('\x0a')||_0x24e1be[_0x4ee59d(0x1fa)]||_0x182a14[_0x4ee59d(0x1f6)],_0x3eccec=_0x546557[_0x4ee59d(0x238)]('\x0a\x0a')||_0x24e1be['stack']||_0x5739e3,_0x4579a0={};return _0x4579a0[_0x4ee59d(0x1fa)]=_0x5739e3,_0x4579a0[_0x4ee59d(0x209)]=_0x3eccec,_0x4579a0[_0x4ee59d(0x268)]=_0x24e1be[_0x4ee59d(0x268)],_0x4579a0[_0x4ee59d(0x206)]=_0x24e1be[_0x4ee59d(0x206)],_0x4579a0[_0x4ee59d(0x1e3)]=_0x24e1be[_0x4ee59d(0x1e3)],_0x4579a0;}[a14_0x1701d0(0x1ed)](_0x2871de){const _0x511f82=a14_0x1701d0,_0x1a9203={};_0x1a9203[_0x511f82(0x1f3)]=function(_0x37b6fa,_0x36e419){return _0x37b6fa===_0x36e419;},_0x1a9203[_0x511f82(0x1df)]=function(_0x29d7c2,_0x25c782){return _0x29d7c2===_0x25c782;},_0x1a9203[_0x511f82(0x229)]=function(_0x31c24e,_0xaf41fa){return _0x31c24e===_0xaf41fa;},_0x1a9203['cobRK']=_0x511f82(0x22d),_0x1a9203[_0x511f82(0x250)]='config';const _0x29790a=_0x1a9203,_0x4f25e2=path['sep'];if(_0x29790a[_0x511f82(0x1f3)](_0x2871de,null)||_0x29790a[_0x511f82(0x1df)](_0x2871de,'')||_0x29790a['tinhx'](_0x2871de,_0x4f25e2)||_0x29790a[_0x511f82(0x229)](_0x2871de,path[_0x511f82(0x20e)](_0x2871de)))return null;try{return fs[_0x511f82(0x21f)](path[_0x511f82(0x238)](_0x2871de,_0x29790a[_0x511f82(0x24b)],_0x29790a[_0x511f82(0x250)])),_0x2871de;}catch(_0x2a403c){return this[_0x511f82(0x1ed)](path['dirname'](_0x2871de));}}}module['exports']=BrowserStackJasmineReporter;
1
+ '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,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a15_0xdca91c=a15_0x22ad;(function(_0x5e6ae9,_0x43fa77){const _0x58692a=a15_0x22ad,_0x5f425b=_0x5e6ae9();while(!![]){try{const _0x2e651d=-parseInt(_0x58692a(0xde))/0x1+parseInt(_0x58692a(0xc3))/0x2+-parseInt(_0x58692a(0x91))/0x3+parseInt(_0x58692a(0x115))/0x4+-parseInt(_0x58692a(0x8d))/0x5*(-parseInt(_0x58692a(0x84))/0x6)+parseInt(_0x58692a(0xc1))/0x7+-parseInt(_0x58692a(0xe8))/0x8;if(_0x2e651d===_0x43fa77)break;else _0x5f425b['push'](_0x5f425b['shift']());}catch(_0x2fdc88){_0x5f425b['push'](_0x5f425b['shift']());}}}(a15_0x3809,0xe20d8));function a15_0x22ad(_0x2490f,_0x2b2042){const _0x38097f=a15_0x3809();return a15_0x22ad=function(_0x22ad59,_0x1e4a10){_0x22ad59=_0x22ad59-0x84;let _0x27b0d5=_0x38097f[_0x22ad59];return _0x27b0d5;},a15_0x22ad(_0x2490f,_0x2b2042);}const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a15_0xdca91c(0xe3)),glob=require(a15_0xdca91c(0xfe)),pLimit=require(a15_0xdca91c(0x12c)),logger=require(a15_0xdca91c(0x9d))[a15_0xdca91c(0xbe)],helper=require(a15_0xdca91c(0x12a)),utilities=require(a15_0xdca91c(0x9f)),constants=require(a15_0xdca91c(0xb2)),TestHubHandler=require(a15_0xdca91c(0x112)),testOpsHelper=require(a15_0xdca91c(0xcf)),{debug}=require('../../helpers/test-observability/utils'),{FRAMEWORKS}=require(a15_0xdca91c(0xf9)),PerformanceTester=require(a15_0xdca91c(0x128)),PerformanceEvents=require(a15_0xdca91c(0xb0))[a15_0xdca91c(0xea)],BrowserstackCLI=require(a15_0xdca91c(0x90)),{checkPwandBootstrapCli}=require(a15_0xdca91c(0xa7)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a15_0xdca91c(0xa9)),getMaxWorkers=(_0x4b3e54,_0x186ede)=>{const _0x553349=a15_0xdca91c,_0xea2a89={'JOAvZ':function(_0x25b09c,_0xd4c512){return _0x25b09c(_0xd4c512);}};let _0x39078c=0x1;if(!helper[_0x553349(0xe2)](_0x186ede['parallelsPerPlatform']))_0x39078c=_0xea2a89[_0x553349(0xbd)](parseInt,_0x186ede['parallelsPerPlatform']);else!helper[_0x553349(0xe2)](_0x4b3e54[_0x553349(0x11e)])&&(_0x39078c=_0x4b3e54[_0x553349(0x11e)]);return _0x39078c;},resolveJasmineConfigPath=()=>{const _0x1b3aac=a15_0xdca91c,_0x4db4c4={};_0x4db4c4[_0x1b3aac(0x9a)]=_0x1b3aac(0x11d);const _0x13eb0e=_0x4db4c4,_0x320bce=[];process[_0x1b3aac(0x89)]['JASMINE_CONFIG_PATH']&&_0x320bce[_0x1b3aac(0x121)](path[_0x1b3aac(0xb1)](process[_0x1b3aac(0x101)](),process['env'][_0x1b3aac(0xd6)]));_0x320bce['push'](path['resolve'](process['cwd'](),_0x13eb0e[_0x1b3aac(0x9a)]));for(const _0x3d248c of _0x320bce){try{if(fs['existsSync'](_0x3d248c))return _0x3d248c;}catch(_0x485305){}}return null;},enumerateSpecFiles=_0x41fefa=>{const _0x36f924=a15_0xdca91c,_0x4ceacb={'tYkOu':function(_0x2c388b,_0x5e9176){return _0x2c388b(_0x5e9176);},'FccAq':function(_0x13a103,_0x31c169){return _0x13a103>_0x31c169;},'gpHgl':function(_0x411ca9,_0x2fc8a0){return _0x411ca9<_0x2fc8a0;},'MdUgy':function(_0x10b305,_0x4ff7e1){return _0x10b305===_0x4ff7e1;},'VMOLH':_0x36f924(0x93),'Oawpf':function(_0x3f7163,_0x58c33e){return _0x3f7163>_0x58c33e;},'jQZfG':function(_0x54cfed,_0x576962,_0x3553fe){return _0x54cfed(_0x576962,_0x3553fe);},'GfFgj':function(_0x50c9ae){return _0x50c9ae();},'UAMiZ':_0x36f924(0xb3),'ADUcF':_0x36f924(0x8a),'kKrdk':_0x36f924(0xe4),'AnEJs':function(_0x2ce10c,_0x15cb7b){return _0x2ce10c>_0x15cb7b;}};try{if(testOpsHelper[_0x36f924(0xcc)]()){const _0x581af7=testOpsHelper[_0x36f924(0xa2)](process[_0x36f924(0x89)][_0x36f924(0xae)]);if(Array[_0x36f924(0x11f)](_0x581af7)&&_0x4ceacb[_0x36f924(0x8c)](_0x581af7[_0x36f924(0xc6)],0x0))return _0x581af7['map'](_0x3c09d5=>path[_0x36f924(0xb1)](process[_0x36f924(0x101)](),_0x3c09d5['trim']()))[_0x36f924(0xff)](Boolean);}}catch(_0x4a60c8){_0x4ceacb[_0x36f924(0x96)](debug,_0x36f924(0xfc)+util[_0x36f924(0xce)](_0x4a60c8));}const _0x2df490=[];try{for(let _0x1ef60d=0x1;_0x4ceacb[_0x36f924(0x10b)](_0x1ef60d,_0x41fefa['length']);_0x1ef60d++){const _0x228e73=_0x41fefa[_0x1ef60d];_0x4ceacb[_0x36f924(0x94)](typeof _0x228e73,_0x4ceacb[_0x36f924(0xd4)])&&!_0x228e73[_0x36f924(0xec)]('-')&&_0x2df490[_0x36f924(0x121)](_0x228e73);}}catch(_0x53a468){}const _0x40c790={'cwd':process[_0x36f924(0x101)](),'absolute':!![],'nodir':!![]},_0x115392=(_0x426a7a,_0x13a48c)=>{const _0x78945a=_0x36f924,_0x245130=[];for(const _0x7dab75 of _0x426a7a){try{const _0x518821=_0x13a48c?path[_0x78945a(0x120)][_0x78945a(0xd1)](_0x13a48c,_0x7dab75):_0x7dab75,_0x327e2d=glob[_0x78945a(0x126)](_0x518821,_0x40c790);Array['isArray'](_0x327e2d)&&_0x245130[_0x78945a(0x121)](..._0x327e2d);}catch(_0x152edc){_0x4ceacb[_0x78945a(0x96)](debug,_0x78945a(0xab)+_0x7dab75+_0x78945a(0x122)+util[_0x78945a(0xce)](_0x152edc));}}return _0x245130;};if(_0x4ceacb[_0x36f924(0x129)](_0x2df490[_0x36f924(0xc6)],0x0)){const _0x49d18c=_0x4ceacb['jQZfG'](_0x115392,_0x2df490,null);if(_0x4ceacb[_0x36f924(0x129)](_0x49d18c[_0x36f924(0xc6)],0x0))return Array[_0x36f924(0x9c)](new Set(_0x49d18c));return _0x2df490[_0x36f924(0x12b)](_0x1d3212=>path[_0x36f924(0xb1)](process[_0x36f924(0x101)](),_0x1d3212));}try{const _0x58b547=_0x4ceacb[_0x36f924(0xd0)](resolveJasmineConfigPath);if(_0x58b547){const _0x29b817=JSON['parse'](fs['readFileSync'](_0x58b547,_0x4ceacb[_0x36f924(0x10a)])),_0x5f03ee=_0x29b817['spec_dir']||_0x4ceacb['ADUcF'],_0x9c346d=Array[_0x36f924(0x11f)](_0x29b817[_0x36f924(0x107)])&&_0x4ceacb['Oawpf'](_0x29b817['spec_files'][_0x36f924(0xc6)],0x0)?_0x29b817['spec_files']:[_0x4ceacb[_0x36f924(0xa5)]],_0x4677c3=_0x4ceacb[_0x36f924(0xb7)](_0x115392,_0x9c346d,_0x5f03ee);if(_0x4ceacb[_0x36f924(0xf6)](_0x4677c3['length'],0x0))return Array['from'](new Set(_0x4677c3));}}catch(_0x4495f5){_0x4ceacb[_0x36f924(0x96)](debug,_0x36f924(0xaf)+util[_0x36f924(0xce)](_0x4495f5));}return null;};function a15_0x3809(){const _0x312674=['NVUzI','BROWSERSTACK_RERUN_TESTS','Exception\x20reading\x20jasmine.json\x20for\x20spec\x20enumeration\x20:\x20','../../helpers/performance/constants','resolve','../utils/constants','utf8','Jasmine\x20child\x20spawn\x20error\x20(platformIndex=','find','SNdqs','jQZfG','test.setup.js','all','printBuildLink','@playwright/test','[jasmine]\x20Failed\x20to\x20launch\x20BrowserStack\x20build;\x20tests\x20will\x20run\x20but\x20results\x20may\x20not\x20appear\x20on\x20the\x20dashboard.\x20Error:\x20','JOAvZ','winstonLogger','rFLLY','sVhBd','10581074BCfmgK','loOVc','3163446IMFRoX','jasmine','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','length','Exception\x20resolving\x20Jasmine\x20hub\x20URL\x20/\x20platforms;\x20using\x20safe\x20defaults\x20:\x20','start','__isPlaywrightInstalled','logLevel','getInstance','shouldReRunObservabilityTests','Exception\x20propagating\x20binary\x20session\x20id\x20for\x20Jasmine\x20children\x20:\x20','format','../../helpers/test-observability/utils','GfFgj','join','\x20concurrent)','assign','VMOLH','jTREZ','JASMINE_CONFIG_PATH','All\x20jasmine\x20children\x20exited;\x20final\x20exit\x20code\x20',')\x20:\x20','SDK_SETUP','unlinkSync','fhheX','getHubUrl','validPlatformsPresent','915758AxSOjk','ldkHC','FRAMEWORKS','exports','isUndefined','child_process','**/*[sS]pec.?(m)js','\x20:\x20','\x20platform(s),\x20parallelsPerPlatform=','\x20work-item(s),\x20max\x20','3941512NxMhUY','Exception\x20computing\x20Jasmine\x20fan-out\x20concurrency;\x20falling\x20back\x20to\x20single\x20worker\x20:\x20','EVENTS','KInHe','startsWith','error','BROWSERSTACK_CAPABILITIES','QbbUG','proxySettings','GQuyb','getPlatformName','FSXTb','stringify','win32','AnEJs','prepareCapabilities','npx','../../helpers/test-observability/constants','JASMINE','accessibilityOptions','Exception\x20parsing\x20BROWSERSTACK_RERUN_TESTS\x20for\x20spec\x20selection\x20:\x20','slice','glob','filter','LgwtP','cwd','config','capability','rPwHA',',\x20specs=','getTCGConfigFilePaths','spec_files','info','getPackageVersion','UAMiZ','gpHgl','inherit',';\x20proceeding\x20without\x20injection','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','oJLoo','Wpjnq','../../helpers/testhub/testhubHandler','useW3C','debug','1473992LRauAG','jasmine\x20child\x20(platformIndex=','SDK_CLEANUP','setupTCGAuth','initialize','error\x20removing\x20tcg\x20config\x20file','__isPuppeteerInstalled','pHjec','spec/support/jasmine.json','maxWorkers','isArray','posix','push','\x27\x20:\x20','FQggH','hAiZS','binSessionId','globSync','specArgs','../../helpers/performance/performance-tester','Oawpf','../../helpers/helper','map','p-limit','unSEw','191784kwJpXL','Exception\x20spawning\x20Jasmine\x20child\x20(platformIndex=','end','platform','Znhka','env','spec','testObservability','FccAq','10JiFGzB','zkXxh','GUpGb','../v2/browserstackCLI','3574116ZsxQEt','oTrqN','string','MdUgy','cFbmf','tYkOu','existsSync','Exception\x20preparing\x20Jasmine\x20capabilities;\x20spawning\x20children\x20without\x20injected\x20caps\x20:\x20','AsVrk','LQUWF','IJuCQ','from','../../helpers/logger','Exception\x20in\x20TestHubHandler.launchBuild\x20for\x20Jasmine\x20:\x20','../../helpers/utilities','--helper=','platforms','parseFileNames','qRBru','platformIndex','kKrdk','wrfWk','../../helpers/playwright-helper','lQCTV','../../helpers/puppeteer-helper','BROWSERSTACK_JASMINE_PARALLELS','Exception\x20globbing\x20Jasmine\x20spec\x20pattern\x20\x27','Exception\x20building\x20child\x20env\x20for\x20platformIndex\x20'];a15_0x3809=function(){return _0x312674;};return a15_0x3809();}async function run(_0x38ffb4,_0xb36f56,_0xd088ee){const _0x1497e3=a15_0xdca91c,_0x148b1b={'YzGBo':function(_0x4deaf2,_0x1615e8){return _0x4deaf2>_0x1615e8;},'qquob':_0x1497e3(0xb9),'zkXxh':function(_0x211389,_0x47ee90){return _0x211389(_0x47ee90);},'ldkHC':function(_0x429a34,_0x2026d5){return _0x429a34||_0x2026d5;},'fhheX':function(_0x369388,_0x197cba){return _0x369388(_0x197cba);},'LgwtP':function(_0x32ded4,_0x3d73e5){return _0x32ded4>_0x3d73e5;},'pHjec':function(_0x127d27,_0x1595d3,_0x2e3ac9,_0x28e01e){return _0x127d27(_0x1595d3,_0x2e3ac9,_0x28e01e);},'GUpGb':_0x1497e3(0xf8),'Znhka':_0x1497e3(0xc4),'FSXTb':function(_0x3081c0,_0x1ffbd5){return _0x3081c0===_0x1ffbd5;},'Wpjnq':_0x1497e3(0xf5),'GQuyb':_0x1497e3(0x10c),'BzSpP':'close','oJLoo':_0x1497e3(0xed),'wrfWk':function(_0x542f6e,_0x409d7e){return _0x542f6e(_0x409d7e);},'cFbmf':function(_0xcc4282,_0x1b63c6){return _0xcc4282(_0x1b63c6);},'AsVrk':_0x1497e3(0xbb),'fyZpT':function(_0x511631){return _0x511631();},'KInHe':function(_0xe4fa65,_0x189308,_0x8cd014,_0xdc4f17){return _0xe4fa65(_0x189308,_0x8cd014,_0xdc4f17);},'XktRr':function(_0x14a0a8,_0x5b3beb,_0x32161b,_0x1ea2eb){return _0x14a0a8(_0x5b3beb,_0x32161b,_0x1ea2eb);},'rFLLY':function(_0x5cc4ef,_0x572f61){return _0x5cc4ef!=_0x572f61;},'NVUzI':'true','jTREZ':function(_0x234784,_0x5ab4e4){return _0x234784(_0x5ab4e4);},'sVhBd':function(_0x4dd079,_0x4660ac){return _0x4dd079(_0x4660ac);},'loOVc':function(_0xcceac2,_0x59b26b,_0x3c2e52){return _0xcceac2(_0x59b26b,_0x3c2e52);},'MsjBU':function(_0x2ea67b,_0x243036){return _0x2ea67b*_0x243036;},'IJuCQ':function(_0x45258f,_0x222eb6){return _0x45258f(_0x222eb6);},'FQggH':function(_0xd6feca,_0x3a3cef){return _0xd6feca(_0x3a3cef);},'SNdqs':_0x1497e3(0xb8),'unSEw':function(_0x265859,_0x31ca45){return _0x265859(_0x31ca45);},'oTrqN':function(_0x1ad09d,_0x26d6f2){return _0x1ad09d(_0x26d6f2);},'QbbUG':function(_0x576e94,_0x5e3567){return _0x576e94<_0x5e3567;},'rPwHA':function(_0x2fddd4,_0x2d5bf0){return _0x2fddd4>_0x2d5bf0;},'lQCTV':_0x1497e3(0x11a)},_0x5d41eb=helper[_0x1497e3(0x109)](_0x148b1b[_0x1497e3(0x99)]);global[_0x1497e3(0xc9)]=!!_0x5d41eb;const _0x8f0fa=_0x148b1b['fyZpT'](getPuppeteerVersion);global[_0x1497e3(0x11b)]=!!_0x8f0fa;helper['isBrowserstackInfra']()?(await _0xd088ee[_0x1497e3(0x119)](_0x38ffb4),await helper['handleApp'](_0xd088ee['config'])):await _0xd088ee[_0x1497e3(0x118)]();if(_0x5d41eb)await _0x148b1b[_0x1497e3(0xeb)](checkPwandBootstrapCli,_0x5d41eb,constants[_0x1497e3(0xe0)][_0x1497e3(0xfa)],_0xd088ee);else _0x8f0fa&&await _0x148b1b['XktRr'](checkPuppeteerAndBootstrapCli,_0x8f0fa,constants['FRAMEWORKS'][_0x1497e3(0xfa)],_0xd088ee);if(!_0xd088ee[_0x1497e3(0x102)])return;_0x148b1b[_0x1497e3(0xbf)](_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0x8b)],null)?process[_0x1497e3(0x89)][_0x1497e3(0x10e)]=_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0x8b)]:process[_0x1497e3(0x89)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x148b1b[_0x1497e3(0xad)];!helper['isUndefined'](_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0xfb)])&&(process[_0x1497e3(0x89)][_0x1497e3(0x10f)]=JSON['stringify'](_0xd088ee[_0x1497e3(0x102)][_0x1497e3(0xfb)]));try{await TestHubHandler['launchBuild'](FRAMEWORKS[_0x1497e3(0xfa)],_0xd088ee);}catch(_0x2b208e){logger[_0x1497e3(0xed)](_0x1497e3(0xbc)+util[_0x1497e3(0xce)](_0x2b208e)),_0x148b1b[_0x1497e3(0xd5)](debug,_0x1497e3(0x9e)+util[_0x1497e3(0xce)](_0x2b208e));}let _0x263cd2=![],_0x328633=[];try{_0x263cd2=helper[_0x1497e3(0x113)](_0xd088ee[_0x1497e3(0x102)]),_0x328633=helper[_0x1497e3(0xf7)](_0xd088ee[_0x1497e3(0x102)],_0x263cd2,constants[_0x1497e3(0xe0)][_0x1497e3(0xfa)]),process[_0x1497e3(0x89)][_0x1497e3(0xee)]=JSON[_0x1497e3(0xf4)](_0x328633);}catch(_0x238b70){_0x148b1b[_0x1497e3(0xc0)](debug,_0x1497e3(0x98)+util[_0x1497e3(0xce)](_0x238b70));}let _0x26dedc=null,_0xcee658=![];try{_0x26dedc=helper[_0x1497e3(0xdc)](_0xd088ee['config']),_0xcee658=helper[_0x1497e3(0xdd)](_0xd088ee[_0x1497e3(0x102)]);}catch(_0x33e8ac){_0x148b1b[_0x1497e3(0xa6)](debug,_0x1497e3(0xc7)+util[_0x1497e3(0xce)](_0x33e8ac));}const _0x1a2d53=_0x229c58=>{const _0x4cd97f=_0x1497e3,_0xe3e2d4=Array[_0x4cd97f(0x11f)](_0x328633)&&_0x148b1b['YzGBo'](_0x328633[_0x4cd97f(0xc6)],_0x229c58)?_0x328633[_0x229c58]:Array[_0x4cd97f(0x11f)](_0x328633)&&_0x148b1b['YzGBo'](_0x328633[_0x4cd97f(0xc6)],0x0)?_0x328633[0x0]:{};return{'server':_0x26dedc,'capability':_0xe3e2d4,'proxySettings':_0xd088ee['config'][_0x4cd97f(0xf0)],'platform':helper[_0x4cd97f(0xf2)](_0xe3e2d4),'browserStackLogLevel':_0xd088ee[_0x4cd97f(0x102)][_0x4cd97f(0xca)],'platformIndex':_0x229c58,'framework':constants[_0x4cd97f(0xe0)][_0x4cd97f(0xfa)],'platformCaps':_0xcee658?Object[_0x4cd97f(0xd3)]({'index':_0x229c58},_0xd088ee['config'][_0x4cd97f(0xa1)][_0x229c58]):{'index':_0x229c58}};};let _0x496e4f=0x1,_0x103614=0x1,_0xcdd182=0x1;try{_0x496e4f=_0x148b1b[_0x1497e3(0xc2)](getMaxWorkers,_0x38ffb4,_0xd088ee[_0x1497e3(0x102)]),_0x103614=_0xcee658?_0xd088ee['config'][_0x1497e3(0xa1)][_0x1497e3(0xc6)]:0x1,_0xcdd182=_0x148b1b['MsjBU'](_0x103614,_0x496e4f),process[_0x1497e3(0x89)][_0x1497e3(0xaa)]=_0x148b1b[_0x1497e3(0x9b)](String,_0xcdd182);}catch(_0x310ab3){_0x148b1b[_0x1497e3(0x123)](debug,_0x1497e3(0xe9)+util[_0x1497e3(0xce)](_0x310ab3));}try{BrowserstackCLI['getInstance']()[_0x1497e3(0x125)]&&(process[_0x1497e3(0x89)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=BrowserstackCLI['getInstance']()[_0x1497e3(0x125)]);}catch(_0x1369ba){_0x148b1b['zkXxh'](debug,_0x1497e3(0xcd)+util[_0x1497e3(0xce)](_0x1369ba));}const _0x59f41c=[];try{const _0x4e8aeb=path[_0x1497e3(0xb1)](__dirname,_0x148b1b[_0x1497e3(0xb6)]);fs[_0x1497e3(0x97)](_0x4e8aeb)?_0x59f41c[_0x1497e3(0x121)](_0x1497e3(0xa0)+_0x4e8aeb):_0x148b1b[_0x1497e3(0x12d)](debug,'Jasmine\x20SDK\x20helper\x20not\x20found\x20at\x20'+_0x4e8aeb+_0x1497e3(0x10d));}catch(_0x4a7f8c){_0x148b1b[_0x1497e3(0x92)](debug,'Exception\x20building\x20Jasmine\x20helper\x20injection\x20args\x20:\x20'+util[_0x1497e3(0xce)](_0x4a7f8c));}const _0x1a9d3c=_0xb36f56[_0x1497e3(0xfd)](0x1),_0x17b4f6=_0x148b1b[_0x1497e3(0x9b)](enumerateSpecFiles,_0xb36f56),_0xa08d7e=[];for(let _0x37bdfd=0x0;_0x148b1b[_0x1497e3(0xef)](_0x37bdfd,_0x103614);_0x37bdfd++){if(_0x148b1b[_0x1497e3(0x104)](_0x496e4f,0x1)&&Array[_0x1497e3(0x11f)](_0x17b4f6)&&_0x148b1b['LgwtP'](_0x17b4f6['length'],0x0))for(const _0x11a23b of _0x17b4f6){const _0x3c67e6={};_0x3c67e6[_0x1497e3(0xa4)]=_0x37bdfd,_0x3c67e6[_0x1497e3(0x127)]=[_0x11a23b],_0xa08d7e[_0x1497e3(0x121)](_0x3c67e6);}else{const _0x4c1212={};_0x4c1212[_0x1497e3(0xa4)]=_0x37bdfd,_0x4c1212['specArgs']=_0x17b4f6,_0xa08d7e[_0x1497e3(0x121)](_0x4c1212);}}logger[_0x1497e3(0x108)]('Running\x20your\x20Jasmine\x20tests\x20across\x20'+_0x103614+_0x1497e3(0xe6)+_0x496e4f+'\x20('+_0xa08d7e[_0x1497e3(0xc6)]+_0x1497e3(0xe7)+_0xcdd182+_0x1497e3(0xd2)),PerformanceTester[_0x1497e3(0x86)](PerformanceEvents[_0x1497e3(0xd9)]);const _0x4f358b=_0x1f5e08=>new Promise(_0x528ff7=>{const _0x19fe31=_0x1497e3,_0x441609={'qRBru':function(_0x553af2,_0xf3e3e1){const _0x37d7f7=a15_0x22ad;return _0x148b1b[_0x37d7f7(0xdb)](_0x553af2,_0xf3e3e1);},'hAiZS':function(_0x3fd185,_0x303340){const _0x2d7a65=a15_0x22ad;return _0x148b1b[_0x2d7a65(0x8e)](_0x3fd185,_0x303340);}};let _0x39e653;try{const _0x16c439=_0x148b1b[_0x19fe31(0xdb)](_0x1a2d53,_0x1f5e08[_0x19fe31(0xa4)]);_0x39e653=Object[_0x19fe31(0xd3)]({},process[_0x19fe31(0x89)],{'BROWSERSTACK_JASMINE_CONFIG':JSON[_0x19fe31(0xf4)](_0x16c439),'BROWSERSTACK_CAPABILITIES':JSON[_0x19fe31(0xf4)]([_0x16c439[_0x19fe31(0x103)]]),'BROWSERSTACK_MAX_RETRIES':'0'});}catch(_0x2e9619){_0x148b1b['zkXxh'](debug,_0x19fe31(0xac)+_0x1f5e08['platformIndex']+_0x19fe31(0xe5)+util[_0x19fe31(0xce)](_0x2e9619)),_0x39e653=Object['assign']({},process[_0x19fe31(0x89)]);}const _0x16d236=Array[_0x19fe31(0x11f)](_0x1f5e08[_0x19fe31(0x127)])?_0x1f5e08['specArgs']:[],_0x5e3c2f=_0x148b1b[_0x19fe31(0x100)](_0x16d236[_0x19fe31(0xc6)],0x0)?_0x1a9d3c[_0x19fe31(0xff)](_0x20b268=>typeof _0x20b268===_0x19fe31(0x93)&&_0x20b268[_0x19fe31(0xec)]('-')):_0x1a9d3c,_0x27f8df=[..._0x59f41c,..._0x5e3c2f,..._0x16d236];try{const _0x250b02=_0x148b1b[_0x19fe31(0x11c)](spawn,_0x148b1b[_0x19fe31(0x8f)],[_0x148b1b[_0x19fe31(0x88)],..._0x27f8df],{'shell':_0x148b1b[_0x19fe31(0xf3)](process[_0x19fe31(0x87)],_0x148b1b[_0x19fe31(0x111)]),'stdio':_0x148b1b[_0x19fe31(0xf1)],'env':_0x39e653});_0x250b02['on'](_0x148b1b['BzSpP'],_0x385d08=>{const _0x3fdb21=_0x19fe31;logger['debug'](_0x3fdb21(0x116)+_0x1f5e08[_0x3fdb21(0xa4)]+_0x3fdb21(0x105)+(_0x16d236['length']?_0x16d236[_0x3fdb21(0xd1)](','):_0x148b1b['qquob'])+')\x20exited\x20with\x20code\x20'+_0x385d08),_0x148b1b[_0x3fdb21(0x8e)](_0x528ff7,_0x148b1b[_0x3fdb21(0xdf)](_0x385d08,0x0));}),_0x250b02['on'](_0x148b1b[_0x19fe31(0x110)],_0x5e6d10=>{const _0x3ec697=_0x19fe31;_0x441609[_0x3ec697(0xa3)](debug,_0x3ec697(0xb4)+_0x1f5e08[_0x3ec697(0xa4)]+_0x3ec697(0xd8)+util[_0x3ec697(0xce)](_0x5e6d10)),_0x441609[_0x3ec697(0x124)](_0x528ff7,0x1);});}catch(_0x171080){_0x148b1b['wrfWk'](debug,_0x19fe31(0x85)+_0x1f5e08[_0x19fe31(0xa4)]+_0x19fe31(0xd8)+util[_0x19fe31(0xce)](_0x171080)),_0x148b1b[_0x19fe31(0x95)](_0x528ff7,0x1);}}),_0xe9b5e6=_0x148b1b[_0x1497e3(0x92)](pLimit,_0x148b1b['LgwtP'](_0xcdd182,0x0)?_0xcdd182:0x1),_0x5b3e18=await Promise[_0x1497e3(0xb9)](_0xa08d7e[_0x1497e3(0x12b)](_0x41f827=>_0xe9b5e6(()=>_0x4f358b(_0x41f827))));PerformanceTester[_0x1497e3(0xc8)](PerformanceEvents[_0x1497e3(0x117)]);const _0x5666da=_0x5b3e18[_0x1497e3(0xb5)](_0x4656a2=>_0x4656a2!==0x0)||0x0;process['exitCode']=_0x5666da,logger[_0x1497e3(0x114)](_0x1497e3(0xd7)+_0x5666da);const _0x5ef5d1=BrowserstackCLI['isCLIEnabled']();try{await TestHubHandler['stop'](),await BrowserstackCLI[_0x1497e3(0xcb)]()['stop']();}catch(_0xc468c9){_0x148b1b[_0x1497e3(0xa6)](debug,_0x1497e3(0xc5)+util[_0x1497e3(0xce)](_0xc468c9));}try{const {browserstackFolderPath:_0x14a4d0,tcgConfigPath:_0x3045e5}=helper[_0x1497e3(0x106)]();fs[_0x1497e3(0xda)](_0x3045e5),fs['rmdirSync'](_0x14a4d0);}catch(_0x2e63f8){logger[_0x1497e3(0x114)](_0x148b1b[_0x1497e3(0xa8)],_0x2e63f8);}testOpsHelper[_0x1497e3(0xba)](),await utilities['finalExecution'](_0xd088ee,_0x5ef5d1);}module[a15_0xdca91c(0xe1)]=run;
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;
@@ -1 +1 @@
1
- 'use strict';const a16_0x21c83a=a16_0x3961;(function(_0x5a1b4e,_0x5558c9){const _0xcc64e5=a16_0x3961,_0x17671f=_0x5a1b4e();while(!![]){try{const _0x3f08db=parseInt(_0xcc64e5(0x1ca))/0x1*(parseInt(_0xcc64e5(0x232))/0x2)+parseInt(_0xcc64e5(0x22a))/0x3+-parseInt(_0xcc64e5(0x219))/0x4+parseInt(_0xcc64e5(0x1d9))/0x5*(parseInt(_0xcc64e5(0x1c5))/0x6)+-parseInt(_0xcc64e5(0x1c6))/0x7*(-parseInt(_0xcc64e5(0x20b))/0x8)+parseInt(_0xcc64e5(0x21e))/0x9*(-parseInt(_0xcc64e5(0x1c4))/0xa)+-parseInt(_0xcc64e5(0x203))/0xb;if(_0x3f08db===_0x5558c9)break;else _0x17671f['push'](_0x17671f['shift']());}catch(_0x3dc58a){_0x17671f['push'](_0x17671f['shift']());}}}(a16_0x27c9,0x2fb61));const util=require(a16_0x21c83a(0x22e)),logger=require(a16_0x21c83a(0x1b9))['winstonLogger'],helper=require(a16_0x21c83a(0x1bc)),globals=require(a16_0x21c83a(0x1b4)),{shouldProcessEventForTesthub}=require(a16_0x21c83a(0x1cb)),testHubConstants=require(a16_0x21c83a(0x1f4)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a16_0x21c83a(0x202)),accessibilityRetryHelper=require(a16_0x21c83a(0x225)),testRunMap=require(a16_0x21c83a(0x1ce));let _activeResultId=null,_activeFullName=null,_activeResultRef=null,_bstackConfig=null;function a16_0x3961(_0x5050ae,_0x63b4ff){const _0x27c9=a16_0x27c9();return a16_0x3961=function(_0x3961cf,_0x2cbcbf){_0x3961cf=_0x3961cf-0x1b0;let _0x31936d=_0x27c9[_0x3961cf];return _0x31936d;},a16_0x3961(_0x5050ae,_0x63b4ff);}try{const rawConfig=process['env']['BROWSERSTACK_JASMINE_CONFIG']||process[a16_0x21c83a(0x1fc)][a16_0x21c83a(0x1d4)];rawConfig!==undefined&&(_bstackConfig=JSON[a16_0x21c83a(0x231)](rawConfig));}catch(a16_0x355ba9){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1c2)+util['format'](a16_0x355ba9));}try{if(_bstackConfig&&!helper[a16_0x21c83a(0x205)](a16_0x21c83a(0x1e1))){const ZcgBIH=a16_0x21c83a(0x1f1)['split']('|');let EGOkso=0x0;while(!![]){switch(ZcgBIH[EGOkso++]){case'0':helper[a16_0x21c83a(0x1fa)]()?(global[a16_0x21c83a(0x226)]=helper[a16_0x21c83a(0x218)](_bstackConfig[a16_0x21c83a(0x22f)]),global[a16_0x21c83a(0x1cd)]=helper[a16_0x21c83a(0x218)](_bstackConfig[a16_0x21c83a(0x1fb)])):(global[a16_0x21c83a(0x226)]=!![],global[a16_0x21c83a(0x1cd)]=!![]);continue;case'1':global['browserstackPlatformIndex']=_bstackConfig[a16_0x21c83a(0x1bd)];continue;case'2':logger[a16_0x21c83a(0x1df)]('[jasmine\x20setup]\x20Patching\x20Selenium\x20WebDriver\x20(browserstackAgentV2,\x20same-scope\x20require)');continue;case'3':global['__platformCaps']=_bstackConfig[a16_0x21c83a(0x1b7)]||{};continue;case'4':shouldProcessEventForTesthub()?require(a16_0x21c83a(0x213))['browserstackAgentV2'](_bstackConfig,null,!![]):require(a16_0x21c83a(0x213))['browserstackAgentV2'](_bstackConfig);continue;}break;}}}catch(a16_0x35baef){logger['debug'](a16_0x21c83a(0x1f8)+util['format'](a16_0x35baef));}function a16_0x27c9(){const _0x490515=['hrEGg','385528FGkBPT','./bstack-reporter/customReporter','saveAccessibilityResultsWithRetry','prepareStackTrace','markSessionStatus','uVlbB','join','isAccessibilityPlatform','../../index','warn','[jasmine\x20setup]\x20Exception\x20registering\x20BrowserStack\x20reporter:\x20','eDuLb','GwlAR','isTrue','107884BHWVUf','getEnv','stringify','DJpVK','OnDcR','1551195swEJwW','BROWSERSTACK_TESTHUB_JWT','BSUNm','[jasmine\x20setup]\x20Exception\x20marking\x20Automate\x20session\x20status:\x20','dhjke','RmBDm','ZKyqE','../../helpers/accessibility-automation/accessibilityRetryHelper','__skipSessionName','PJLGE','ENV_VAR','xmopV','356133qkbAQE','browserstackSessionName','message','jasmine-core','util','skipSessionName','__drivers','parse','518290RAQYry','addReporter','[jasmine\x20setup]\x20Exception\x20setting\x20Automate\x20session\x20name:\x20','[jasmine\x20setup]\x20Accessibility\x20scan\x20completed\x20successfully','forEach','describe','autoScanning','[jasmine\x20setup]\x20Exception\x20in\x20a11y\x20beforeEach:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fullName','../../helpers/globals','cbMCN','[jasmine\x20setup]\x20Auto\x20scan\x20disabled;\x20skipping\x20scan,\x20saving\x20accumulated\x20results','platformCaps','[jasmine\x20setup]\x20Performing\x20accessibility\x20scan\x20with\x20retry\x20before\x20saving\x20results','../../helpers/logger','isMobilePlatform','thJwtToken','../../helpers/helper','platformIndex','[jasmine\x20setup]\x20BrowserStack\x20reporter\x20registered\x20additively\x20via\x20jasmine.getEnv().addReporter','uozZE','[jasmine\x20setup]\x20Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20this\x20spec.\x20Error:\x20','stack','[jasmine\x20setup]\x20Failed\x20to\x20parse\x20BrowserStack\x20config\x20from\x20env:\x20','sep','10EJuYTu','42UwLrkS','21rVDCda','[jasmine\x20setup]\x20Exception\x20installing\x20describe-wrap\x20filename\x20capture:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','includes','1KwNbAv','../../helpers/testhub/utils','MnhRB','__skipSessionStatus','./testRunMap','bstackA11yShouldScan','HRCWU','is_mobile_session','executeScript','mdpSn','CONFIG','node:','thBuildUuid','GaajB','dmhat','64145gXHZFz','failedExpectations','function','getFileName','thTestRunUuid','sKlxv','debug','[jasmine\x20setup]\x20Accessibility\x20results\x20saved\x20successfully','@playwright/test','startsWith','PhbLd','getGlobal','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','bEFmb','[jasmine\x20setup]\x20Exception\x20annotating\x20Automate\x20session:\x20','failed','tcAJD','[jasmine\x20setup]\x20Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','bin','length','Failed:\x20','setGlobal','[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20result-id\x20bridge\x20reporter:\x20','TIXKc','2|4|3|1|0','BROWSERSTACK_TESTHUB_UUID','undefined','../../helpers/testhub/constants','uzVjr','error','[jasmine\x20setup]\x20Exception\x20in\x20Automate\x20session\x20name/status\x20block:\x20','[jasmine\x20setup]\x20Exception\x20during\x20WebDriver\x20patch\x20load:\x20','get','isBrowserstackInfra','skipSessionStatus','env','exports','sessionName','performScanWithRetry',',\x22level\x22:\x20\x22','wroIj','../../helpers/accessibility-automation/helper','2392291rZHgpE','jasmine','getPackageVersion','isArray','pop','push','format'];a16_0x27c9=function(){return _0x490515;};return a16_0x27c9();}const _fileNameByFullName={};try{if(typeof describe===a16_0x21c83a(0x1db)&&typeof global!==a16_0x21c83a(0x1f3)){const _origDescribe=describe,_describeTitleStack=[],_resolveCallerFile=()=>{const _0xf0e712=a16_0x21c83a,_0x5d069b={'hrEGg':function(_0x283844,_0x4fa15a){return _0x283844(_0x4fa15a);},'dhjke':'path','PhbLd':function(_0x96f049,_0x2dd671){return _0x96f049(_0x2dd671);},'uozZE':_0xf0e712(0x1d5),'kVDXT':_0xf0e712(0x22d)},_0x54b337=Error[_0xf0e712(0x20e)];try{const _0x38b4de=new Error();Error[_0xf0e712(0x20e)]=(_0x2c5db8,_0x348cc3)=>_0x348cc3;const _0x1f324e=_0x38b4de[_0xf0e712(0x1c1)];Error[_0xf0e712(0x20e)]=_0x54b337;if(Array[_0xf0e712(0x206)](_0x1f324e))for(const _0x4176c4 of _0x1f324e){const _0x1cd3d3=_0x4176c4[_0xf0e712(0x1dc)]&&_0x4176c4[_0xf0e712(0x1dc)]();if(_0x1cd3d3&&!_0x1cd3d3[_0xf0e712(0x1c9)](_0xf0e712(0x1eb)+_0x5d069b[_0xf0e712(0x20a)](require,_0x5d069b[_0xf0e712(0x222)])[_0xf0e712(0x1c3)]+_0xf0e712(0x204)+_0x5d069b[_0xf0e712(0x1e3)](require,_0x5d069b[_0xf0e712(0x222)])[_0xf0e712(0x1c3)])&&!_0x1cd3d3[_0xf0e712(0x1e2)](_0x5d069b[_0xf0e712(0x1bf)])&&!_0x1cd3d3[_0xf0e712(0x1c9)](_0x5d069b['kVDXT']))return _0x1cd3d3;}}catch(_0x1b8cf2){Error[_0xf0e712(0x20e)]=_0x54b337;}return null;},_wrappedDescribe=function(_0x176ba2,_0x435349){const _0x4e78c6=a16_0x21c83a,_0x5d6fd7={'GaajB':function(_0x3781b5){return _0x3781b5();},'uzVjr':function(_0x21da28,_0x1d0c88){return _0x21da28&&_0x1d0c88;},'HRCWU':function(_0x565e46,_0x5ae576,_0x2a5810){return _0x565e46(_0x5ae576,_0x2a5810);}};let _0x2d1ded=null;try{_0x2d1ded=_0x5d6fd7[_0x4e78c6(0x1d7)](_resolveCallerFile);}catch(_0x102220){}_describeTitleStack[_0x4e78c6(0x208)](_0x176ba2);const _0x5f4884=_describeTitleStack[_0x4e78c6(0x211)]('\x20');_0x5d6fd7[_0x4e78c6(0x1f5)](_0x2d1ded,_0x5f4884)&&(_fileNameByFullName[_0x5f4884]=_0x2d1ded);try{return _0x5d6fd7[_0x4e78c6(0x1d0)](_origDescribe,_0x176ba2,_0x435349);}finally{_describeTitleStack[_0x4e78c6(0x207)]();}};Object['keys'](_origDescribe)[a16_0x21c83a(0x236)](_0x1c6681=>{_wrappedDescribe[_0x1c6681]=_origDescribe[_0x1c6681];}),global[a16_0x21c83a(0x237)]=_wrappedDescribe;}}catch(a16_0x26981b){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1c7)+util['format'](a16_0x26981b));}try{if(typeof jasmine!==a16_0x21c83a(0x1f3)&&jasmine[a16_0x21c83a(0x21a)]){const BrowserStackJasmineReporter=require(a16_0x21c83a(0x20c)),a16_0x5567db={};a16_0x5567db['fileNameByFullName']=_fileNameByFullName,jasmine[a16_0x21c83a(0x21a)]()[a16_0x21c83a(0x233)](new BrowserStackJasmineReporter(a16_0x5567db)),logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1be));}else logger['debug']('[jasmine\x20setup]\x20global\x20`jasmine`\x20not\x20available\x20at\x20helper\x20load;\x20reporter\x20not\x20registered');}catch(a16_0x3b5d25){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x215)+util[a16_0x21c83a(0x209)](a16_0x3b5d25));}try{typeof jasmine!=='undefined'&&jasmine[a16_0x21c83a(0x21a)]&&jasmine[a16_0x21c83a(0x21a)]()[a16_0x21c83a(0x233)]({'specStarted'(_0x2a248a){const _0x289983=a16_0x21c83a,_0x2471a0={};_0x2471a0[_0x289983(0x224)]=function(_0x1f7b57,_0x1c9817){return _0x1f7b57||_0x1c9817;};const _0x1a1519=_0x2471a0;_activeResultId=_0x2a248a&&_0x2a248a['id'],_activeFullName=_0x2a248a&&_0x2a248a[_0x289983(0x1b3)],_activeResultRef=_0x1a1519['ZKyqE'](_0x2a248a,null);},'specDone'(){}});}catch(a16_0x55d813){logger[a16_0x21c83a(0x1df)](a16_0x21c83a(0x1ef)+util[a16_0x21c83a(0x209)](a16_0x55d813));}const _resolveAutoScanning=()=>{const _0x11383d=a16_0x21c83a,_0x401f53={};_0x401f53[_0x11383d(0x21c)]=function(_0x4a1c70,_0x2d97cb){return _0x4a1c70===_0x2d97cb;};const _0x395bb4=_0x401f53;let _0x17287c=!![];try{const _0xfb458d=JSON[_0x11383d(0x231)](process[_0x11383d(0x1fc)][_0x11383d(0x1b2)]||'{}');_0x395bb4[_0x11383d(0x21c)](_0xfb458d[_0x11383d(0x1b0)],![])&&(_0x17287c=![]);}catch(_0x52cbc8){logger[_0x11383d(0x1df)]('[jasmine\x20setup]\x20Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x52cbc8[_0x11383d(0x22c)]);}return _0x17287c;};try{typeof beforeEach===a16_0x21c83a(0x1db)&&beforeEach(function bstackA11yBeforeEach(){const _0x459293=a16_0x21c83a,_0x3100ac={'uVlbB':function(_0x300c5a){return _0x300c5a();},'tUerx':function(_0x1099cd,_0x1af885,_0x3ad117){return _0x1099cd(_0x1af885,_0x3ad117);},'xmopV':function(_0x3cffb9,_0x2aa5f5){return _0x3cffb9&&_0x2aa5f5;},'gsqjz':'bstackA11yShouldScan','cbMCN':'bstackA11yScanOptions'};try{const _0x322a82=_0x3100ac[_0x459293(0x210)](_resolveAutoScanning),_0x5c40d6=_0x3100ac['tUerx'](shouldScanTestForAccessibility,null,![]),_0x3a5c25=_0x3100ac[_0x459293(0x229)](_0x322a82,_0x5c40d6);globals[_0x459293(0x1ee)](_0x3100ac['gsqjz'],_0x3a5c25),globals['setGlobal'](_0x3100ac[_0x459293(0x1b5)],null);}catch(_0x3832b6){logger[_0x459293(0x1df)](_0x459293(0x1b1)+util[_0x459293(0x209)](_0x3832b6));}}),typeof afterEach===a16_0x21c83a(0x1db)&&afterEach(async function bstackA11ySessionAndScanAfterEach(){const _0x560636=a16_0x21c83a,_0x42b0a9={'TIXKc':function(_0x12077d,_0x1823f2){return _0x12077d>_0x1823f2;},'mdpSn':'Spec\x20failed','dsoJk':function(_0xfef121,_0x5b638e){return _0xfef121+_0x5b638e;},'eDuLb':_0x560636(0x1ed),'dmhat':'Passed','cZrvJ':'error','OgFjx':'info','bEFmb':_0x560636(0x1e8),'tcAJD':'passed','GwlAR':function(_0x4bec66){return _0x4bec66();},'sKlxv':_0x560636(0x212),'Odzsl':function(_0x157830,_0x28742b){return _0x157830>_0x28742b;},'EmUiB':_0x560636(0x1cf),'RmBDm':_0x560636(0x1b8),'MnhRB':_0x560636(0x235),'OnDcR':_0x560636(0x1ea),'BSUNm':_0x560636(0x1b6),'szFRJ':_0x560636(0x1ba),'wroIj':_0x560636(0x1e0),'PJLGE':'[jasmine\x20setup]\x20Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts'};try{if(Array['isArray'](global[_0x560636(0x230)])&&_0x42b0a9[_0x560636(0x1f0)](global[_0x560636(0x230)]['length'],0x0)&&global[_0x560636(0x230)][0x0]){const _0xbb267c=_activeFullName||global[_0x560636(0x1fe)];if(!global['__skipSessionName']&&_0xbb267c){global['sessionName']=_0xbb267c;try{await global[_0x560636(0x230)][0x0][_0x560636(0x1d2)](_0x560636(0x1c8)+JSON['stringify'](_0xbb267c)+'}}'),global[_0x560636(0x230)][0x0]['sessionNameSet__']=!![];}catch(_0x52d576){logger[_0x560636(0x1df)](_0x560636(0x234)+util['format'](_0x52d576));}}if(!global[_0x560636(0x1cd)])try{const _0x21e66e=_activeResultRef&&Array[_0x560636(0x206)](_activeResultRef[_0x560636(0x1da)])?_activeResultRef[_0x560636(0x1da)]:[],_0x2a48c2=_0x42b0a9[_0x560636(0x1f0)](_0x21e66e['length'],0x0),_0x4a4adf=_0x2a48c2?_0x21e66e[0x0]&&_0x21e66e[0x0]['message']||_0x42b0a9[_0x560636(0x1d3)]:null;try{await global[_0x560636(0x230)][0x0][_0x560636(0x1d2)](_0x560636(0x1e5)+JSON[_0x560636(0x21b)](_0x2a48c2?_0x42b0a9['dsoJk'](_0x42b0a9[_0x560636(0x216)],_0x4a4adf):_0x42b0a9[_0x560636(0x1d8)])+_0x560636(0x200)+(_0x2a48c2?_0x42b0a9['cZrvJ']:_0x42b0a9['OgFjx'])+'\x22}}');}catch(_0x5f4493){logger[_0x560636(0x1df)](_0x560636(0x1e7)+util[_0x560636(0x209)](_0x5f4493));}_0x2a48c2&&(global['__sessionFailed']=!![]),await helper[_0x560636(0x20f)](global[_0x560636(0x230)][0x0],_0x2a48c2?_0x42b0a9[_0x560636(0x1e6)]:_0x42b0a9[_0x560636(0x1e9)],_0x4a4adf);}catch(_0x56ef86){logger[_0x560636(0x1df)](_0x560636(0x221)+util[_0x560636(0x209)](_0x56ef86));}}}catch(_0x3c32cc){logger[_0x560636(0x1df)](_0x560636(0x1f7)+util['format'](_0x3c32cc));}try{if(_0x42b0a9[_0x560636(0x217)](isAccessibilityAutomationSession)&&globals[_0x560636(0x1e4)](_0x42b0a9[_0x560636(0x1de)])&&Array['isArray'](global['__drivers'])&&_0x42b0a9['Odzsl'](global[_0x560636(0x230)][_0x560636(0x1ec)],0x0)&&global['__drivers'][0x0]){const _0x4c779c=testRunMap[_0x560636(0x1f9)](_activeResultId),_0xec8f5e={};_0xec8f5e[_0x560636(0x1dd)]=_0x4c779c,_0xec8f5e[_0x560636(0x1d6)]=process[_0x560636(0x1fc)][testHubConstants[_0x560636(0x228)][_0x560636(0x1f2)]],_0xec8f5e[_0x560636(0x1bb)]=process['env'][testHubConstants['ENV_VAR'][_0x560636(0x21f)]];const _0x5499cd=_0xec8f5e;logger[_0x560636(0x1df)]('[jasmine\x20setup]\x20Accessibility\x20extension\x20data\x20for\x20current\x20spec:\x20'+JSON['stringify'](_0x5499cd));if(globals['getGlobal'](_0x42b0a9['EmUiB'])){logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x223)]);const _0x35fd30=await accessibilityRetryHelper[_0x560636(0x1ff)](global[_0x560636(0x230)][0x0],global[_0x560636(0x22b)]);_0x35fd30?logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x1cc)]):logger['warn'](_0x42b0a9[_0x560636(0x21d)]);}else logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x220)]);globals['getGlobal'](_0x42b0a9['szFRJ'])&&(_0x5499cd[_0x560636(0x1d1)]=!![]);const _0x4d882d=await accessibilityRetryHelper[_0x560636(0x20d)](global[_0x560636(0x230)][0x0],_0x5499cd);_0x4d882d?logger[_0x560636(0x1df)](_0x42b0a9[_0x560636(0x201)]):logger[_0x560636(0x214)](_0x42b0a9[_0x560636(0x227)]);}}catch(_0x482199){logger[_0x560636(0x1f6)](_0x560636(0x1c0)+util[_0x560636(0x209)](_0x482199));}});}catch(a16_0x627005){logger[a16_0x21c83a(0x1df)]('[jasmine\x20setup]\x20Exception\x20registering\x20a11y\x20beforeEach/afterEach\x20hooks:\x20'+util[a16_0x21c83a(0x209)](a16_0x627005));}module[a16_0x21c83a(0x1fd)]={};
1
+ '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 +1 @@
1
- 'use strict';const a17_0x9fbf06=a17_0x5536;function a17_0x277f(){const _0x2f5fdf=['2245630XQnNWb','40iAGxDZ','335949CgCKIo','2445304jMZsXV','445109svIiDB','set','JHsJi','4085412fTIOmw','519798FfazvW','55hFQYdv','remove','XBFiS','9NdXLCN','35voNkCa','2128366wNJPcz','7ePrsdY','cRlpA','_size','delete','get','size'];a17_0x277f=function(){return _0x2f5fdf;};return a17_0x277f();}function a17_0x5536(_0x23267f,_0x5ed8d7){const _0x277f37=a17_0x277f();return a17_0x5536=function(_0x5536dc,_0x2833a7){_0x5536dc=_0x5536dc-0x1ad;let _0x56aea4=_0x277f37[_0x5536dc];return _0x56aea4;},a17_0x5536(_0x23267f,_0x5ed8d7);}(function(_0x512c29,_0x515590){const _0xa64f7f=a17_0x5536,_0x14f6be=_0x512c29();while(!![]){try{const _0x90fd4d=-parseInt(_0xa64f7f(0x1c1))/0x1+parseInt(_0xa64f7f(0x1b6))/0x2+parseInt(_0xa64f7f(0x1bf))/0x3*(parseInt(_0xa64f7f(0x1be))/0x4)+parseInt(_0xa64f7f(0x1b5))/0x5*(parseInt(_0xa64f7f(0x1b0))/0x6)+-parseInt(_0xa64f7f(0x1b7))/0x7*(-parseInt(_0xa64f7f(0x1c0))/0x8)+-parseInt(_0xa64f7f(0x1b4))/0x9*(parseInt(_0xa64f7f(0x1bd))/0xa)+-parseInt(_0xa64f7f(0x1b1))/0xb*(parseInt(_0xa64f7f(0x1af))/0xc);if(_0x90fd4d===_0x515590)break;else _0x14f6be['push'](_0x14f6be['shift']());}catch(_0x1b32be){_0x14f6be['push'](_0x14f6be['shift']());}}}(a17_0x277f,0xb0cd4));const _specUuidById=new Map();exports[a17_0x9fbf06(0x1ad)]=(_0x4f1afa,_0x2543d1)=>{const _0x5e3625=a17_0x9fbf06,_0x5371ce={};_0x5371ce[_0x5e3625(0x1b8)]=function(_0x95ed4a,_0x36b6e3){return _0x95ed4a===_0x36b6e3;};const _0x7f6ac=_0x5371ce;if(_0x7f6ac['cRlpA'](_0x4f1afa,undefined)||_0x7f6ac[_0x5e3625(0x1b8)](_0x4f1afa,null))return;_specUuidById[_0x5e3625(0x1ad)](_0x4f1afa,_0x2543d1);},exports[a17_0x9fbf06(0x1bb)]=_0x55fae2=>{const _0x41ad4f=a17_0x9fbf06,_0x32c29b={};_0x32c29b[_0x41ad4f(0x1ae)]=function(_0x5f1705,_0x116775){return _0x5f1705===_0x116775;};const _0x1d2276=_0x32c29b;if(_0x1d2276[_0x41ad4f(0x1ae)](_0x55fae2,undefined)||_0x1d2276['JHsJi'](_0x55fae2,null))return undefined;return _specUuidById[_0x41ad4f(0x1bb)](_0x55fae2);},exports[a17_0x9fbf06(0x1b2)]=_0x528057=>{const _0xbfe3f0=a17_0x9fbf06,_0x424586={};_0x424586['jeGbu']=function(_0x9c3cb1,_0x42142d){return _0x9c3cb1===_0x42142d;},_0x424586[_0xbfe3f0(0x1b3)]=function(_0x7bbeb2,_0x173043){return _0x7bbeb2===_0x173043;};const _0x4e31bc=_0x424586;if(_0x4e31bc['jeGbu'](_0x528057,undefined)||_0x4e31bc[_0xbfe3f0(0x1b3)](_0x528057,null))return;_specUuidById[_0xbfe3f0(0x1ba)](_0x528057);},exports[a17_0x9fbf06(0x1b9)]=()=>_specUuidById[a17_0x9fbf06(0x1bc)];
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'];