browserstack-node-sdk 1.65.5 → 1.65.6

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 (216) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.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/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a37_0xb8992a=a37_0x4ec8;function a37_0x4ec8(_0x5c5be0,_0x371729){const _0x2f5fbe=a37_0x2f5f();return a37_0x4ec8=function(_0x4ec87a,_0x4a37b4){_0x4ec87a=_0x4ec87a-0x1ce;let _0x51ecb7=_0x2f5fbe[_0x4ec87a];return _0x51ecb7;},a37_0x4ec8(_0x5c5be0,_0x371729);}(function(_0x480c1d,_0x2744d4){const _0x3dfae6=a37_0x4ec8,_0x31ab3b=_0x480c1d();while(!![]){try{const _0x551e71=-parseInt(_0x3dfae6(0x29f))/0x1+-parseInt(_0x3dfae6(0x2c0))/0x2*(parseInt(_0x3dfae6(0x29e))/0x3)+parseInt(_0x3dfae6(0x1de))/0x4+parseInt(_0x3dfae6(0x247))/0x5*(parseInt(_0x3dfae6(0x296))/0x6)+parseInt(_0x3dfae6(0x237))/0x7*(parseInt(_0x3dfae6(0x2db))/0x8)+-parseInt(_0x3dfae6(0x303))/0x9*(-parseInt(_0x3dfae6(0x250))/0xa)+-parseInt(_0x3dfae6(0x276))/0xb;if(_0x551e71===_0x2744d4)break;else _0x31ab3b['push'](_0x31ab3b['shift']());}catch(_0x29d474){_0x31ab3b['push'](_0x31ab3b['shift']());}}}(a37_0x2f5f,0x7e47a));const path=require(a37_0xb8992a(0x321)),os=require('os'),fs=require('fs'),cp=require(a37_0xb8992a(0x281)),webSocketUtils=require(a37_0xb8992a(0x2a6)),{sendInstrumentationEvent}=require(a37_0xb8992a(0x327)),BrowserstackLocalLauncher=require(a37_0xb8992a(0x2e7)),got=require('got'),{logger}=require(a37_0xb8992a(0x24a)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a37_0xb8992a(0x327)),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require('../config/constants');exports[a37_0xb8992a(0x236)]=_0xa27f18=>Buffer[a37_0xb8992a(0x308)](_0xa27f18)['toString'](a37_0xb8992a(0x2d1)),exports[a37_0xb8992a(0x2a1)]=()=>{const _0x2720ac=a37_0xb8992a,_0x3273c2={};_0x3273c2[_0x2720ac(0x30a)]=_0x2720ac(0x22c);const _0x3db837=_0x3273c2;return path[_0x2720ac(0x30f)](os[_0x2720ac(0x2eb)](),_0x3db837[_0x2720ac(0x30a)]);},exports[a37_0xb8992a(0x224)]=()=>{const _0x28ee38=a37_0xb8992a,_0x3183fd={};_0x3183fd[_0x28ee38(0x270)]='credentials.json';const _0x15930e=_0x3183fd;return path[_0x28ee38(0x30f)](this['getDirForConfig'](),_0x15930e[_0x28ee38(0x270)]);},exports['waitForDeployment']=async(_0x59bd9d,_0x39ab50,_0x24da18,_0x112056)=>{const _0x589b7c=a37_0xb8992a,_0x15adda={'frSBv':_0x589b7c(0x282),'pKFYn':function(_0x39467e,_0x1cc367){return _0x39467e(_0x1cc367);},'HcJfO':function(_0x49f926){return _0x49f926();},'fNllD':_0x589b7c(0x30b),'AveiQ':_0x589b7c(0x254),'XOSzk':_0x589b7c(0x299),'OagxV':'true','aJPjH':_0x589b7c(0x2ee),'IHaKI':_0x589b7c(0x1f5),'OAsCb':_0x589b7c(0x1ff),'JEfFS':function(_0x134ff2,_0x56974f){return _0x134ff2===_0x56974f;},'rOjqL':function(_0x214b9f,_0x6460d6){return _0x214b9f&&_0x6460d6;},'ZqgYL':_0x589b7c(0x211),'kMWbG':function(_0x1f21d4,_0x26e9a9){return _0x1f21d4!==_0x26e9a9;},'wrfYD':_0x589b7c(0x249),'ILlcX':_0x589b7c(0x331),'znszU':_0x589b7c(0x32a),'xRecv':_0x589b7c(0x2cc),'Ibllw':function(_0x26ddba,_0xc2327f){return _0x26ddba>_0xc2327f;},'Wsuev':function(_0x8e0516,_0x39c08c){return _0x8e0516-_0x39c08c;},'kKCid':function(_0x8445d5,_0x2cce7b){return _0x8445d5===_0x2cce7b;},'oEYHI':_0x589b7c(0x1fb),'TvzXG':function(_0x4716b0,_0x3e3eab){return _0x4716b0>=_0x3e3eab;},'ejbRr':_0x589b7c(0x26c),'cgOEk':_0x589b7c(0x2fb),'KiSUA':_0x589b7c(0x1d1)};try{if(_0x15adda['kMWbG'](_0x15adda['wrfYD'],_0x15adda['ILlcX'])){const _0x5dd5c1=0x1388,_0xc029d6=Date[_0x589b7c(0x306)]();let _0x3d4844=![];while(!_0x3d4844){if(_0x15adda['JEfFS'](_0x15adda[_0x589b7c(0x27d)],_0x15adda[_0x589b7c(0x2f2)]))_0x52e5f8[_0x15adda['frSBv']]=_0x34847a['path'];else{if(_0x15adda['Ibllw'](_0x15adda[_0x589b7c(0x1cf)](Date[_0x589b7c(0x306)](),_0xc029d6),_0x112056)){if(_0x15adda[_0x589b7c(0x286)](_0x15adda['oEYHI'],_0x15adda['oEYHI']))throw new Error(_0x589b7c(0x245)+_0x24da18+'\x20in\x20namespace\x20'+_0x39ab50+_0x589b7c(0x2d6));else return new _0x5cdb92((_0x5d9067,_0x36f80e)=>{const _0x7c698b=_0x589b7c,_0x2509dc={'UkeOJ':function(_0x4df46e,_0x425f63){const _0x5b4eac=a37_0x4ec8;return _0x15adda[_0x5b4eac(0x1da)](_0x4df46e,_0x425f63);},'WUNbJ':function(_0x5ec71e){const _0xa9e30f=a37_0x4ec8;return _0x15adda[_0xa9e30f(0x2ff)](_0x5ec71e);}};_0x3ade8b&&_0xa8f278[_0x7c698b(0x22d)](_0x59103d=>{const _0x18858e=_0x7c698b;if(_0x59103d)return _0x2509dc[_0x18858e(0x2f9)](_0x36f80e,_0x59103d);_0x2509dc[_0x18858e(0x1ce)](_0x5d9067);});});}const _0x4e713f={};_0x4e713f[_0x589b7c(0x30c)]=_0x24da18,_0x4e713f[_0x589b7c(0x238)]=_0x39ab50;const _0x32fb23=await _0x59bd9d[_0x589b7c(0x21f)](_0x4e713f),_0x5d9153=_0x32fb23[_0x589b7c(0x23c)][_0x589b7c(0x330)]||0x1,_0x5a3422=_0x32fb23[_0x589b7c(0x2a2)][_0x589b7c(0x2ec)]||0x0;_0x3d4844=_0x15adda[_0x589b7c(0x29a)](_0x5a3422,_0x5d9153);if(!_0x3d4844){if(_0x15adda['kMWbG'](_0x15adda[_0x589b7c(0x1e1)],_0x15adda[_0x589b7c(0x1e1)])){let _0x4b4e86={};return _0x4b4e86[_0x15adda[_0x589b7c(0x25c)]]=this[_0x589b7c(0x261)](_0x10abf6),_0x4b4e86[_0x15adda['AveiQ']]=0x3,_0x4b4e86[_0x15adda[_0x589b7c(0x26e)]]=_0x15adda[_0x589b7c(0x243)],_0x4b4e86[_0x15adda['aJPjH']]=_0x15adda['IHaKI'],_0x12a3c5[_0x589b7c(0x318)]&&_0x1aad2a['isArray'](_0x312dfc[_0x589b7c(0x318)])&&(_0x4b4e86[_0x15adda['OAsCb']]=_0x569ba4[_0x589b7c(0x318)]['join'](',')),_0x1b595d['browserStackLocalOptions']&&_0x15adda[_0x589b7c(0x1d0)](_0x122206[_0x589b7c(0x241)][_0x589b7c(0x279)],_0x4a6f6b)&&(_0x4b4e86={..._0x27b0bb[_0x589b7c(0x241)],..._0x4b4e86}),_0x4b4e86;}else logger[_0x589b7c(0x328)]('Waiting\x20for\x20deployment\x20'+_0x24da18+'\x20in\x20namespace\x20'+_0x39ab50+_0x589b7c(0x1e7)),await new Promise(_0x2c0cee=>setTimeout(_0x2c0cee,_0x5dd5c1));}}}logger['debug'](_0x589b7c(0x32d)+_0x24da18+_0x589b7c(0x320)+_0x39ab50+_0x589b7c(0x257));}else _0x15adda[_0x589b7c(0x1da)](_0x275da0,_0x589b7c(0x29c)+_0x20320c);}catch(_0x3aefa5){if(_0x15adda['kMWbG'](_0x15adda[_0x589b7c(0x26d)],_0x15adda[_0x589b7c(0x26d)])){const _0x2a2fc4=_0x1fc68e[_0x589b7c(0x31f)](this[_0x589b7c(0x224)]());if(_0x2a2fc4||_0x15adda['rOjqL'](_0x14d72e,_0x471141)){if(_0x15adda[_0x589b7c(0x1f0)](_0x2ac0c2,_0x537861)){const _0x19540b={};_0x19540b['username']=_0x2b6295,_0x19540b[_0x589b7c(0x23d)]=_0x8a853b;const _0x1d07fe={};_0x1d07fe[_0x589b7c(0x221)]=_0x19540b;const _0x5da88a=_0x1d07fe;_0x3de1a3[_0x589b7c(0x215)](this[_0x589b7c(0x224)](),_0x48c2ac[_0x589b7c(0x1db)](_0x5da88a));}const _0x2fa61c=_0x134cac[_0x589b7c(0x26f)](_0x36bd98[_0x589b7c(0x273)](this['getCredentialsPath'](),_0x15adda[_0x589b7c(0x228)]));return[_0x2fa61c['Browserstack'][_0x589b7c(0x2ab)],_0x2fa61c[_0x589b7c(0x221)][_0x589b7c(0x23d)]];}return null;}else{logger[_0x589b7c(0x328)](_0x15adda[_0x589b7c(0x20f)],_0x3aefa5);throw _0x3aefa5;}}},exports[a37_0xb8992a(0x278)]=(_0x29945c,_0x578ed8,_0x1297e4,_0x2fae83,_0x10ded0,_0x17d946,_0x2cbc02,_0x16f8b4,_0x39ec3b,_0x1209e4,_0x47b0cf,_0xd86fd9)=>{const _0x522b96=a37_0xb8992a,_0x344901={};_0x344901[_0x522b96(0x233)]=_0x522b96(0x284),_0x344901[_0x522b96(0x1f1)]=function(_0x2a3a48,_0x226bea){return _0x2a3a48||_0x226bea;},_0x344901[_0x522b96(0x205)]=_0x522b96(0x20c);const _0x547c79=_0x344901,_0xfe672d=_0x547c79[_0x522b96(0x233)][_0x522b96(0x2df)]('|');let _0x20e6e4=0x0;while(!![]){switch(_0xfe672d[_0x20e6e4++]){case'0':global_registry[_0x522b96(0x263)]=_0x16f8b4;continue;case'1':global_registry[_0x522b96(0x268)]=_0x547c79[_0x522b96(0x1f1)](_0xd86fd9,![]);continue;case'2':global_registry[_0x522b96(0x316)]=_0x17d946;continue;case'3':global_registry['minNodes']=_0x1209e4;continue;case'4':global_registry[_0x522b96(0x25d)]=_0x578ed8;continue;case'5':global_registry['ami']=_0x2cbc02[_0x522b96(0x329)]||_0x547c79[_0x522b96(0x205)];continue;case'6':global_registry[_0x522b96(0x248)]=_0x1297e4;continue;case'7':global_registry['browserVersion']=_0x39ec3b;continue;case'8':global_registry[_0x522b96(0x2c3)]=_0x2fae83;continue;case'9':global_registry[_0x522b96(0x301)]=_0x10ded0;continue;case'10':global_registry[_0x522b96(0x302)]=_0x47b0cf;continue;case'11':global_registry[_0x522b96(0x1e9)]=_0x29945c;continue;}break;}},exports[a37_0xb8992a(0x293)]=_0x127927=>{const _0x129837=a37_0xb8992a,_0x2f9588={};_0x2f9588[_0x129837(0x297)]=function(_0x27a78b,_0x4ff9bb){return _0x27a78b||_0x4ff9bb;},_0x2f9588['pbLDh']=_0x129837(0x1fd);const _0x57fedf=_0x2f9588;global_registry['uploaderImageVersion']=_0x57fedf['JnpPh'](_0x127927,_0x57fedf[_0x129837(0x1d6)]);},exports[a37_0xb8992a(0x208)]=_0x52b1e6=>_0x52b1e6[a37_0xb8992a(0x1d4)](/([a-z])([A-Z])/g,a37_0xb8992a(0x2aa))['replace'](/[\s_]+/g,'-')[a37_0xb8992a(0x2cb)](),exports[a37_0xb8992a(0x1ea)]=async(_0x1b8207,_0x4156aa,_0x552d97,_0x540fa8,_0x24721d,_0x17a3a2,_0x3e890e)=>{const _0x1a0426=a37_0xb8992a,_0x57c831={'KreAY':function(_0x1645d6,_0x21eb14,_0x4fe064,_0x1acaec,_0x36d686,_0x3eee7e,_0x18d2af){return _0x1645d6(_0x21eb14,_0x4fe064,_0x1acaec,_0x36d686,_0x3eee7e,_0x18d2af);}};await _0x57c831[_0x1a0426(0x265)](sendInstrumentationEvent,_0x1b8207,_0x24721d,_0x540fa8,_0x17a3a2,null,_0x1b8207);const _0x5cb104={};_0x5cb104[_0x1a0426(0x2e9)]=WS_EVENTS[_0x1a0426(0x2bc)],_0x5cb104[_0x1a0426(0x307)]=_0x552d97,await webSocketUtils[_0x1a0426(0x310)](_0x4156aa,_0x5cb104,_0x3e890e,!![]);},exports[a37_0xb8992a(0x261)]=_0x5eda7b=>{const _0x4da200=a37_0xb8992a;return _0x5eda7b[_0x4da200(0x1e6)];},exports[a37_0xb8992a(0x2cf)]=_0x165461=>{const _0x166eb5=a37_0xb8992a,_0x16434c={'FKYta':function(_0x76c6cb,_0x3ec112){return _0x76c6cb(_0x3ec112);},'FerYZ':function(_0x1cf34c){return _0x1cf34c();},'QqNwi':'key','VichC':_0x166eb5(0x254),'snDvp':_0x166eb5(0x299),'BpymF':_0x166eb5(0x24d),'ElXMJ':_0x166eb5(0x2ee),'EkVZq':_0x166eb5(0x1f5),'EBEOV':function(_0x414baa,_0x44d139){return _0x414baa!==_0x44d139;},'aauJY':_0x166eb5(0x252),'LFlNr':'custom-repeater','sLhZo':function(_0x5249d2,_0x53e599){return _0x5249d2===_0x53e599;},'bPJDw':_0x166eb5(0x2ad)};let _0x22001e={};_0x22001e[_0x16434c[_0x166eb5(0x2ca)]]=this[_0x166eb5(0x261)](_0x165461),_0x22001e[_0x16434c[_0x166eb5(0x217)]]=0x3,_0x22001e[_0x16434c['snDvp']]=_0x16434c[_0x166eb5(0x27b)],_0x22001e[_0x16434c['ElXMJ']]=_0x16434c[_0x166eb5(0x218)];_0x165461['customRepeaters']&&Array[_0x166eb5(0x26a)](_0x165461[_0x166eb5(0x318)])&&(_0x16434c['EBEOV'](_0x16434c[_0x166eb5(0x1f2)],_0x16434c['aauJY'])?_0x16434c['FKYta'](_0x49abc6,_0x166eb5(0x2ea)+_0xdb822b+'`\x20'+_0x51e7a4):_0x22001e[_0x16434c[_0x166eb5(0x27f)]]=_0x165461[_0x166eb5(0x318)][_0x166eb5(0x30f)](','));if(_0x165461['browserStackLocalOptions']&&_0x16434c[_0x166eb5(0x32e)](_0x165461[_0x166eb5(0x241)][_0x166eb5(0x279)],Object)){if(_0x16434c[_0x166eb5(0x32e)](_0x16434c[_0x166eb5(0x288)],_0x16434c[_0x166eb5(0x288)]))_0x22001e={..._0x165461[_0x166eb5(0x241)],..._0x22001e};else return'\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20'+_0x3b99bb[_0x166eb5(0x2e9)]()+'\x20'+_0x275684[_0x166eb5(0x24f)]()+'\x20('+_0x4f4a90[_0x166eb5(0x2fc)]()+')\x0aArchitecture:\x20'+_0x5b13b3[_0x166eb5(0x1d7)]()+_0x166eb5(0x2d0)+_0x5e4492[_0x166eb5(0x311)]['node']+_0x166eb5(0x28f)+_0x16434c[_0x166eb5(0x220)](_0x86c691)+'\x0a';}return _0x22001e;},exports[a37_0xb8992a(0x2b6)]=_0x5a53dd=>{const _0x43732e=a37_0xb8992a,_0x54dbe9={};_0x54dbe9['QflGf']=_0x43732e(0x244),_0x54dbe9['jLRRu']=_0x43732e(0x20c),_0x54dbe9[_0x43732e(0x2ce)]=function(_0x230a6c,_0x2181ea){return _0x230a6c||_0x2181ea;},_0x54dbe9[_0x43732e(0x2fa)]=function(_0x47b599,_0x10933){return _0x47b599===_0x10933;},_0x54dbe9[_0x43732e(0x2f6)]=_0x43732e(0x2d7),_0x54dbe9[_0x43732e(0x312)]=_0x43732e(0x291);const _0x5f22bf=_0x54dbe9,_0xf73eab=new BrowserstackLocalLauncher[(_0x43732e(0x1dd))](),_0x32aa46=this['setLocalArgs'](_0x5a53dd),_0x4402d7=_0xf73eab[_0x43732e(0x1f9)](_0x32aa46);if(_0x4402d7){if(_0x5f22bf[_0x43732e(0x2fa)](_0x5f22bf[_0x43732e(0x2f6)],_0x5f22bf[_0x43732e(0x312)])){const _0x2a3599=_0x5f22bf[_0x43732e(0x21d)][_0x43732e(0x2df)]('|');let _0x1dcb78=0x0;while(!![]){switch(_0x2a3599[_0x1dcb78++]){case'0':_0x431f4c[_0x43732e(0x248)]=_0x357c9a;continue;case'1':_0xce2620[_0x43732e(0x2c3)]=_0x3bfe3f;continue;case'2':_0x56a586['instanceType']=_0x3f71a1;continue;case'3':_0x35b75f[_0x43732e(0x329)]=_0x51bfb8['ami']||_0x5f22bf[_0x43732e(0x295)];continue;case'4':_0x142710[_0x43732e(0x302)]=_0x4a5d8f;continue;case'5':_0x4b8d46[_0x43732e(0x316)]=_0x412904;continue;case'6':_0x2f6525[_0x43732e(0x20e)]=_0x5387c4;continue;case'7':_0x4a70b6[_0x43732e(0x259)]=_0x572eda;continue;case'8':_0xfc760c['hubVersion']=_0xc191a;continue;case'9':_0x1d4a3a[_0x43732e(0x1e9)]=_0x3d9c30;continue;case'10':_0x3b59f0[_0x43732e(0x25d)]=_0x7f47b0;continue;case'11':_0x27a60b[_0x43732e(0x268)]=_0x5f22bf[_0x43732e(0x2ce)](_0x5097e7,![]);continue;}break;}}else throw _0x4402d7;}return _0xf73eab;},exports[a37_0xb8992a(0x1df)]=async _0x469450=>{const _0x5d2979=a37_0xb8992a,_0x245f94={'VlKCG':function(_0xe8d937,_0x497943){return _0xe8d937(_0x497943);},'eKBqi':_0x5d2979(0x1d8),'DoPsa':function(_0x4172cf,_0x41a0fa){return _0x4172cf===_0x41a0fa;},'nKgQg':_0x5d2979(0x2d4),'ajDEH':function(_0x53b6c9,_0x102592){return _0x53b6c9===_0x102592;},'ZcrKx':_0x5d2979(0x22b),'FTKpz':_0x5d2979(0x23f),'dbgJY':function(_0x44ad79){return _0x44ad79();},'uCMtQ':_0x5d2979(0x1d1),'hbggT':function(_0x40172d,_0x4a1d13){return _0x40172d===_0x4a1d13;},'xliad':_0x5d2979(0x1d2)};return new Promise((_0x456410,_0x4c1cec)=>{const _0x163549=_0x5d2979,_0x16105c={};_0x16105c[_0x163549(0x2be)]=_0x245f94[_0x163549(0x22e)];const _0x5a3381=_0x16105c;if(_0x245f94[_0x163549(0x2d9)](_0x245f94['xliad'],_0x245f94[_0x163549(0x2e5)]))_0x469450&&_0x469450[_0x163549(0x22d)](_0x4648f9=>{const _0x2dc6b9=_0x163549,_0x5490cb={'mGpRM':function(_0x3957ab,_0x4a7b0c){return _0x245f94['VlKCG'](_0x3957ab,_0x4a7b0c);},'rwArc':_0x245f94['eKBqi']};if(_0x245f94[_0x2dc6b9(0x290)](_0x245f94[_0x2dc6b9(0x2f3)],_0x245f94[_0x2dc6b9(0x2f3)])){if(_0x4648f9){if(_0x245f94['ajDEH'](_0x245f94[_0x2dc6b9(0x2ef)],_0x245f94[_0x2dc6b9(0x1ee)])){if(_0x14cb7f)_0x5490cb['mGpRM'](_0x4ce024,_0x2dc6b9(0x20b)+_0x3ea8a0[_0x2dc6b9(0x307)]);else _0x3ae123?_0x5490cb[_0x2dc6b9(0x1f8)](_0x53df08,_0x2dc6b9(0x2ea)+_0x342eef+'`\x20'+_0x23ee49):_0x5490cb[_0x2dc6b9(0x1f8)](_0x14d8f2,_0x2dc6b9(0x29c)+_0x29dc3b);}else return _0x245f94[_0x2dc6b9(0x1dc)](_0x4c1cec,_0x4648f9);}_0x245f94[_0x2dc6b9(0x204)](_0x456410);}else _0x5f541c[_0x5490cb[_0x2dc6b9(0x304)]]=_0xeba84c;});else{_0x149c9a[_0x163549(0x328)](_0x5a3381[_0x163549(0x2be)],_0x1c6b10);throw _0x196efc;}});},exports[a37_0xb8992a(0x305)]=(_0x20ca2e,_0x1b2df4)=>{const _0x118461=a37_0xb8992a,_0x2a1639={};_0x2a1639['WdFAx']=_0x118461(0x240),_0x2a1639[_0x118461(0x28d)]=function(_0x56c07d,_0x29fb54){return _0x56c07d&&_0x29fb54;},_0x2a1639[_0x118461(0x317)]=function(_0x363a39,_0x3fc4c7){return _0x363a39===_0x3fc4c7;},_0x2a1639[_0x118461(0x21c)]=_0x118461(0x231),_0x2a1639[_0x118461(0x31c)]=_0x118461(0x2b2),_0x2a1639[_0x118461(0x227)]=function(_0x1b6661,_0x2aa9b6){return _0x1b6661!==_0x2aa9b6;},_0x2a1639['aNdKZ']=_0x118461(0x2b5),_0x2a1639[_0x118461(0x2e8)]=_0x118461(0x2b4),_0x2a1639['WtrAm']=_0x118461(0x211);const _0x4f334b=_0x2a1639,_0x1c4ee4=fs[_0x118461(0x31f)](this[_0x118461(0x224)]());if(_0x1c4ee4||_0x4f334b['JJbJR'](_0x20ca2e,_0x1b2df4)){if(_0x4f334b['nyzIp'](_0x4f334b[_0x118461(0x21c)],_0x4f334b['KDdfW']))return _0x234993[_0x118461(0x30f)](this['getDirForConfig'](),_0x4f334b[_0x118461(0x314)]);else{if(_0x4f334b[_0x118461(0x28d)](_0x20ca2e,_0x1b2df4)){if(_0x4f334b['LxZeo'](_0x4f334b[_0x118461(0x32b)],_0x4f334b[_0x118461(0x2e8)])){const _0x481cdc={};_0x481cdc[_0x118461(0x2ab)]=_0x20ca2e,_0x481cdc[_0x118461(0x23d)]=_0x1b2df4;const _0x42eaa7={};_0x42eaa7[_0x118461(0x221)]=_0x481cdc;const _0x130c7f=_0x42eaa7;fs['writeFileSync'](this['getCredentialsPath'](),JSON[_0x118461(0x1db)](_0x130c7f));}else{const _0x223116=new _0x32035f[(_0x118461(0x1dd))](),_0x5a1063=this[_0x118461(0x2cf)](_0x2cab6e),_0x12ac91=_0x223116[_0x118461(0x1f9)](_0x5a1063);if(_0x12ac91)throw _0x12ac91;return _0x223116;}}const _0x4b1e1a=JSON['parse'](fs[_0x118461(0x273)](this['getCredentialsPath'](),_0x4f334b['WtrAm']));return[_0x4b1e1a[_0x118461(0x221)][_0x118461(0x2ab)],_0x4b1e1a['Browserstack'][_0x118461(0x23d)]];}}return null;},exports[a37_0xb8992a(0x2fe)]=async(_0x39901f,_0x1ebb68,_0x423651)=>{const _0x3e2146=a37_0xb8992a,_0x12d0e4={'vuWKM':function(_0x543608,_0x5eef1e){return _0x543608(_0x5eef1e);},'dutkH':function(_0xf9a321){return _0xf9a321();},'DiQTg':_0x3e2146(0x24c),'LfTcw':function(_0x4d0403,_0x17f0cb,_0x28cd01){return _0x4d0403(_0x17f0cb,_0x28cd01);},'jzxXH':function(_0x5c2095,_0x5c68a5){return _0x5c2095===_0x5c68a5;},'mhuCi':function(_0x246b35,_0x2b8368){return _0x246b35===_0x2b8368;},'KXFil':'kyHxf','iqnKw':_0x3e2146(0x219)},_0x52aa33=_0x3e2146(0x210)+_0x39901f+':'+_0x1ebb68+'@'+AG_API_URL+_0x3e2146(0x20d)+_0x423651,_0x30096d={'method':_0x12d0e4[_0x3e2146(0x1d5)],'headers':this[_0x3e2146(0x216)](_0x39901f,_0x1ebb68),'throwHttpErrors':![]},_0x1b17cc=await _0x12d0e4[_0x3e2146(0x2a0)](got,_0x52aa33,_0x30096d);if(_0x12d0e4['jzxXH'](_0x1b17cc[_0x3e2146(0x283)],0xc8)){if(_0x12d0e4[_0x3e2146(0x28e)](_0x12d0e4['KXFil'],_0x12d0e4[_0x3e2146(0x2ac)])){if(_0x16e77e)return _0x12d0e4[_0x3e2146(0x2e6)](_0x5da965,_0x20044a);_0x12d0e4[_0x3e2146(0x2e4)](_0x182429);}else return[_0x1b17cc,JSON[_0x3e2146(0x26f)](_0x1b17cc[_0x3e2146(0x202)])];}return[_0x1b17cc,null];},exports[a37_0xb8992a(0x24b)]=async(_0x47c9ca,_0x3ad33b)=>{const _0x321fa0=a37_0xb8992a,_0x30ac39={'eWINd':function(_0x5607dd,_0x59fec3){return _0x5607dd(_0x59fec3);},'wpPcL':function(_0x4c0a77){return _0x4c0a77();},'qomuo':_0x321fa0(0x27c),'CbcWV':function(_0x241fd8,_0x36fa10){return _0x241fd8!==_0x36fa10;},'hxwkI':_0x321fa0(0x234),'JOogB':function(_0x4515a0,_0x3707a2){return _0x4515a0!==_0x3707a2;},'KfEtF':'rxVpR','efNRL':'gfqMB','sgTER':'xYYZb','dFUlm':_0x321fa0(0x25a)},_0x377bb7=await import(_0x30ac39['qomuo']),_0x2e4e3a=await _0x377bb7[_0x321fa0(0x2d3)][_0x321fa0(0x1f7)](_0x3ad33b),_0x3a0b17=_0x47c9ca['filter'](_0x19ba4e=>_0x19ba4e&&_0x19ba4e[_0x321fa0(0x2b3)]&&_0x19ba4e['metadata']),_0x553562=[];for await(const _0x4a63c7 of _0x3a0b17){if(_0x30ac39[_0x321fa0(0x2f1)](_0x30ac39['hxwkI'],_0x30ac39[_0x321fa0(0x25b)]))_0x30ac39[_0x321fa0(0x2e1)](_0x3595a4,_0x321fa0(0x20b)+_0x24a849[_0x321fa0(0x307)]);else try{if(_0x30ac39['JOogB'](_0x30ac39[_0x321fa0(0x226)],_0x30ac39[_0x321fa0(0x2c1)])){await _0x2e4e3a[_0x321fa0(0x2f4)](_0x4a63c7);const _0x27cef2=await _0x2e4e3a['patch'](_0x4a63c7);_0x553562['push'](_0x27cef2[_0x321fa0(0x202)]);}else throw _0xe89c65;}catch(_0x5ed6bd){if(_0x30ac39[_0x321fa0(0x2f1)](_0x30ac39[_0x321fa0(0x277)],_0x30ac39[_0x321fa0(0x289)])){const _0x227363=await _0x2e4e3a[_0x321fa0(0x1d3)](_0x4a63c7);_0x553562[_0x321fa0(0x253)](_0x227363['body']);}else{const _0x1cdfed={'sQuFx':function(_0x3dcf10,_0x149368){const _0x51871f=_0x321fa0;return _0x30ac39[_0x51871f(0x2e1)](_0x3dcf10,_0x149368);},'yKtGk':function(_0x329c9b){return _0x30ac39['wpPcL'](_0x329c9b);}};_0x1fe90e&&_0x4e0947['stop'](_0x12d952=>{const _0x41b30a=_0x321fa0;if(_0x12d952)return _0x1cdfed['sQuFx'](_0x31b9ef,_0x12d952);_0x1cdfed[_0x41b30a(0x2a4)](_0xdcca46);});}}}},exports[a37_0xb8992a(0x216)]=(_0x508f2a,_0x1b4975)=>{const _0x360aa=a37_0xb8992a,_0x21aa54={'EclCj':'X-cli-version','XYObl':_0x360aa(0x292),'GYBiZ':function(_0x572585,_0xd8e01a){return _0x572585>=_0xd8e01a;},'PQCpz':'npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','KdsWM':_0x360aa(0x22c),'Qohlg':function(_0x195ed1){return _0x195ed1();},'xnHWo':function(_0x2a0451){return _0x2a0451();},'udIud':function(_0x26882e){return _0x26882e();},'TPgKh':function(_0x22742a){return _0x22742a();},'FMdFW':_0x360aa(0x239),'QtXmT':function(_0x2aba04,_0x52bc7d){return _0x2aba04+_0x52bc7d;},'jbMEZ':_0x360aa(0x260),'hwaBV':_0x360aa(0x2d1),'tHFFX':function(_0x1f4eee,_0x77250){return _0x1f4eee!==_0x77250;},'ezwIf':_0x360aa(0x21e),'vJBVd':'yPDoP','lTnIJ':_0x360aa(0x298),'OTDox':_0x360aa(0x282),'Pznvg':function(_0x343cba,_0x2a0d8a){return _0x343cba!==_0x2a0d8a;},'jOxZY':_0x360aa(0x22a),'aoRSN':_0x360aa(0x1fe),'wkFMS':function(_0x4a041c,_0x20d659){return _0x4a041c!==_0x20d659;},'ZnJJL':_0x360aa(0x1e0),'TKCoR':_0x360aa(0x32c),'FOPyL':function(_0x85b481,_0x1ffb1a){return _0x85b481===_0x1ffb1a;},'Rjwpz':_0x360aa(0x2a3),'NwAmw':_0x360aa(0x1d8),'sjHgR':function(_0x407484,_0x35ff8c){return _0x407484===_0x35ff8c;},'gGQkA':'GwRRI','SvgKE':_0x360aa(0x258),'EkVyH':_0x360aa(0x206)},_0xb71d7=_0x21aa54['Qohlg'](cli_version_and_path),_0x7ca11d=_0x21aa54[_0x360aa(0x2a8)](_os),_0x516814=_0x21aa54[_0x360aa(0x275)](os_version),_0x37430a=_0x21aa54[_0x360aa(0x212)](npm_version),_0x15ca21=_0x21aa54['TPgKh'](ci_environment),_0x40eca9={'Content-Type':_0x21aa54[_0x360aa(0x2b0)],'Authorization':_0x21aa54[_0x360aa(0x1f3)](_0x21aa54[_0x360aa(0x28a)],Buffer['from'](_0x508f2a+':'+_0x1b4975)[_0x360aa(0x323)](_0x21aa54[_0x360aa(0x313)]))};_0xb71d7&&_0xb71d7[_0x360aa(0x1e8)]&&(_0x21aa54[_0x360aa(0x264)](_0x21aa54['ezwIf'],_0x21aa54['vJBVd'])?_0x40eca9[_0x21aa54[_0x360aa(0x1fc)]]=_0xb71d7[_0x360aa(0x1e8)]:_0x37480a[_0x21aa54[_0x360aa(0x1fc)]]=_0x2789bf[_0x360aa(0x1e8)]);if(_0xb71d7&&_0xb71d7[_0x360aa(0x321)]){if(_0x21aa54[_0x360aa(0x264)](_0x21aa54[_0x360aa(0x2a9)],_0x21aa54['lTnIJ'])){const _0x43b657={..._0x25f3b7[_0x360aa(0x241)],..._0x2f4cb8};_0x4ce2cf=_0x43b657;}else _0x40eca9[_0x21aa54['OTDox']]=_0xb71d7[_0x360aa(0x321)];}if(_0x7ca11d){if(_0x21aa54['Pznvg'](_0x21aa54['jOxZY'],_0x21aa54[_0x360aa(0x325)]))return _0x90cc50[_0x360aa(0x1e6)];else _0x40eca9[_0x21aa54[_0x360aa(0x242)]]=_0x7ca11d;}_0x516814&&(_0x21aa54['wkFMS'](_0x21aa54['ZnJJL'],_0x21aa54[_0x360aa(0x2ae)])?_0x40eca9[_0x21aa54[_0x360aa(0x2af)]]=_0x516814:_0x40ab5b[_0x21aa54[_0x360aa(0x2af)]]=_0x562d82);if(_0x37430a){if(_0x21aa54['FOPyL'](_0x21aa54['Rjwpz'],_0x21aa54[_0x360aa(0x31d)]))_0x40eca9[_0x21aa54[_0x360aa(0x2ed)]]=_0x37430a;else{const _0x279438=_0x421831[_0x360aa(0x311)]['node'];_0x21aa54[_0x360aa(0x2c9)](_0x279438[_0x360aa(0x2df)]('.')[0x0],0x12)&&_0x5e465a[_0x360aa(0x269)](_0x21aa54[_0x360aa(0x2bb)]);}}if(_0x15ca21){if(_0x21aa54[_0x360aa(0x2de)](_0x21aa54[_0x360aa(0x27e)],_0x21aa54['SvgKE']))return _0x1331e5['join'](_0xb51a68[_0x360aa(0x2eb)](),_0x21aa54['KdsWM']);else _0x40eca9[_0x21aa54[_0x360aa(0x1fa)]]=_0x15ca21;}return _0x40eca9;},exports['installAzurePackages']=async()=>{const _0x244f9e=a37_0xb8992a,_0x380fe8={'eOehg':function(_0x5854d1,_0x3056f3){return _0x5854d1(_0x3056f3);},'UuBDm':function(_0x4afa62,_0x2eb0ca){return _0x4afa62>=_0x2eb0ca;},'PPdwp':function(_0xcd8b42,_0x293b5d){return _0xcd8b42===_0x293b5d;},'kVmqT':'rcfvM','iLmia':_0x244f9e(0x1f4)},_0x453194=process['versions']['node'];if(_0x380fe8[_0x244f9e(0x1ef)](_0x453194[_0x244f9e(0x2df)]('.')[0x0],0x12)){if(_0x380fe8[_0x244f9e(0x2c7)](_0x380fe8[_0x244f9e(0x2f8)],_0x380fe8['kVmqT']))cp['execSync'](_0x380fe8[_0x244f9e(0x2b7)]);else return _0x380fe8[_0x244f9e(0x315)](_0x7be19b,_0x13653f);}},exports['isUndefined']=_0x2f6dd1=>_0x2f6dd1===undefined||_0x2f6dd1===null,exports['IsNodeCompatibleWithAzure']=()=>{const _0x1e61f9=a37_0xb8992a,_0x1c323d={};_0x1c323d[_0x1e61f9(0x2d8)]=function(_0x2f60c8,_0xb88226){return _0x2f60c8>=_0xb88226;};const _0x32cfc4=_0x1c323d,_0x5605bb=process[_0x1e61f9(0x311)]['node'];return logger[_0x1e61f9(0x328)](_0x1e61f9(0x223)+_0x5605bb),_0x32cfc4['fTgnr'](_0x5605bb[_0x1e61f9(0x2df)]('.')[0x0],0x12);},exports[a37_0xb8992a(0x2b1)]=async(_0x4c86af,_0x296181,_0x4a41c2,_0x7b257,_0x23b98c)=>{const _0xe855db=a37_0xb8992a,_0x1ce9fd={};_0x1ce9fd[_0xe855db(0x2c8)]=_0xe855db(0x206),_0x1ce9fd[_0xe855db(0x31b)]=_0xe855db(0x1ff),_0x1ce9fd[_0xe855db(0x23a)]=function(_0x40bfb5,_0x5a3f3d){return _0x40bfb5===_0x5a3f3d;},_0x1ce9fd[_0xe855db(0x28b)]=function(_0x56eddd,_0x36a30a){return _0x56eddd===_0x36a30a;},_0x1ce9fd[_0xe855db(0x2c6)]=_0xe855db(0x1e5),_0x1ce9fd['tUOzC']=_0xe855db(0x1eb),_0x1ce9fd[_0xe855db(0x2d2)]=function(_0x4653e0,_0x542d5f){return _0x4653e0===_0x542d5f;},_0x1ce9fd[_0xe855db(0x21b)]=function(_0x210917,_0x237065){return _0x210917!==_0x237065;},_0x1ce9fd['YpPqj']=_0xe855db(0x274),_0x1ce9fd[_0xe855db(0x2da)]=function(_0x4ebf11,_0x207ccf){return _0x4ebf11!==_0x207ccf;},_0x1ce9fd[_0xe855db(0x324)]=_0xe855db(0x28c),_0x1ce9fd[_0xe855db(0x27a)]='waPKS',_0x1ce9fd['NJMTA']=function(_0x4445c5,_0x493270){return _0x4445c5!==_0x493270;},_0x1ce9fd[_0xe855db(0x25f)]=_0xe855db(0x322),_0x1ce9fd['LqmCQ']=_0xe855db(0x2b9);const _0x2862bf=_0x1ce9fd;let _0x2bb4c4;const _0x291451=MessageDescription[_0x296181][_0x4a41c2];let _0x295aa7=0x0;if(_0x2862bf[_0xe855db(0x23a)](_0x4c86af,null)||_0x2862bf[_0xe855db(0x28b)](_0x4c86af,undefined))_0x2862bf[_0xe855db(0x23a)](_0x2862bf[_0xe855db(0x2c6)],_0x2862bf[_0xe855db(0x2c6)])?(_0x2bb4c4=_0x291451+_0xe855db(0x2f5),await this[_0xe855db(0x1ea)](_0x7b257,_0x23b98c,_0x2bb4c4,messageTypes[_0xe855db(0x251)],_0x296181+_0xe855db(0x2f7),_0x296181+'-'+_0x4a41c2+_0xe855db(0x1e4),_0x2862bf['tUOzC']),logger[_0xe855db(0x1eb)](_0x2bb4c4)):_0x10f7d7=_0x31fc7a[_0xe855db(0x283)];else{if(_0x2862bf['DADQL'](_0x4c86af['statusCode'],0x191)){if(_0x2862bf[_0xe855db(0x21b)](_0x2862bf[_0xe855db(0x272)],_0x2862bf[_0xe855db(0x272)]))return[_0x372f70,_0x6d1aaf[_0xe855db(0x26f)](_0x2b31c4[_0xe855db(0x202)])];else _0x2bb4c4=_0x291451+_0xe855db(0x1ed),await this[_0xe855db(0x1ea)](_0x7b257,_0x23b98c,_0x2bb4c4,messageTypes[_0xe855db(0x251)],_0x296181+'-called',_0x296181+'-'+_0x4a41c2+_0xe855db(0x2bf),_0x2862bf[_0xe855db(0x309)]),logger[_0xe855db(0x1eb)](_0x2bb4c4);}else _0x2862bf[_0xe855db(0x2da)](_0x4c86af[_0xe855db(0x283)],0xc8)?_0x2862bf['DADQL'](_0x2862bf[_0xe855db(0x324)],_0x2862bf[_0xe855db(0x27a)])?_0x40018c[_0x2862bf[_0xe855db(0x2c8)]]=_0x397b78:(_0x2bb4c4=_0x291451+_0xe855db(0x232)+JSON[_0xe855db(0x1db)](_0x4c86af[_0xe855db(0x202)]),await this[_0xe855db(0x1ea)](_0x7b257,_0x23b98c,_0x2bb4c4,messageTypes[_0xe855db(0x251)],_0x296181+_0xe855db(0x2f7),_0x296181+'-'+_0x4a41c2+'-non-200',_0x2862bf['tUOzC']),logger[_0xe855db(0x1eb)](_0x2bb4c4)):_0x2862bf[_0xe855db(0x30e)](_0x2862bf[_0xe855db(0x25f)],_0x2862bf[_0xe855db(0x30d)])?_0x295aa7=_0x4c86af['statusCode']:_0x57ef8d[_0x2862bf[_0xe855db(0x31b)]]=_0x5c4121[_0xe855db(0x318)][_0xe855db(0x30f)](',');}return _0x295aa7;},exports[a37_0xb8992a(0x214)]=async _0x8b3ad2=>{const _0xa93d4c=a37_0xb8992a,_0x2e415f={'IrJbf':_0xa93d4c(0x326),'wArpN':function(_0x591b48,_0x3edca7){return _0x591b48>=_0x3edca7;},'diEzm':'N/A','BasAv':_0xa93d4c(0x1f4),'AELbF':function(_0x2cbb72,_0x420d79){return _0x2cbb72!==_0x420d79;},'KkVNp':'nWeNQ','WLBGA':'FeKPu','JplOD':'hQBOO','kvoDt':function(_0x5c401f,_0x20f33a){return _0x5c401f(_0x20f33a);},'RVPUU':'GiCTz','BXOqB':function(_0x4182ff,_0x5da210){return _0x4182ff===_0x5da210;},'iLvsm':_0xa93d4c(0x21a),'YtZNU':'QeTDo','vquBs':_0xa93d4c(0x31e)};return new Promise((_0x297f80,_0x2e71f0)=>{const _0x20c9f6=_0xa93d4c,_0x259ce8={'ZnsSJ':_0x2e415f[_0x20c9f6(0x2d5)],'gcMzF':function(_0x53e4f5,_0x5dd883){const _0x512113=_0x20c9f6;return _0x2e415f[_0x512113(0x2c2)](_0x53e4f5,_0x5dd883);},'gyRxk':_0x2e415f[_0x20c9f6(0x2e0)],'sSquL':_0x2e415f['BasAv'],'zBlaV':function(_0x20fb92,_0x325dcd){const _0x208d2a=_0x20c9f6;return _0x2e415f[_0x208d2a(0x255)](_0x20fb92,_0x325dcd);},'OvIDL':_0x2e415f[_0x20c9f6(0x32f)],'rEAgP':_0x2e415f['WLBGA'],'ulYUn':function(_0x520812,_0x416e42){const _0x1d0bab=_0x20c9f6;return _0x2e415f[_0x1d0bab(0x255)](_0x520812,_0x416e42);},'gcjGG':_0x2e415f['JplOD'],'OmURx':function(_0x2c908d,_0x2e5216){return _0x2e415f['kvoDt'](_0x2c908d,_0x2e5216);},'lzhri':_0x2e415f[_0x20c9f6(0x25e)],'mRbzI':function(_0x2100f5,_0x1a489e){const _0x9366c9=_0x20c9f6;return _0x2e415f[_0x9366c9(0x300)](_0x2100f5,_0x1a489e);},'uISpd':_0x2e415f['iLvsm']};_0x2e415f[_0x20c9f6(0x300)](_0x2e415f['YtZNU'],_0x2e415f[_0x20c9f6(0x262)])?_0x53d613[_0x20c9f6(0x1eb)]=_0xf20e37:cp['exec'](_0x8b3ad2,(_0x512f83,_0x138401,_0x3e0935)=>{const _0xb2d3de=_0x20c9f6,_0x12128c={};_0x12128c[_0xb2d3de(0x2e3)]=_0x259ce8[_0xb2d3de(0x1e2)];const _0x3f6573=_0x12128c;if(_0x259ce8['zBlaV'](_0x259ce8['OvIDL'],_0x259ce8[_0xb2d3de(0x271)])){if(_0x512f83){if(_0x259ce8[_0xb2d3de(0x2a5)](_0x259ce8[_0xb2d3de(0x225)],_0x259ce8['gcjGG']))return _0x228724[_0xb2d3de(0x269)](_0x259ce8[_0xb2d3de(0x29d)])[_0xb2d3de(0x323)]()[_0xb2d3de(0x2cd)]();else _0x259ce8['OmURx'](_0x2e71f0,'Error\x20executing\x20command:\x20'+_0x512f83['message']);}else{if(_0x3e0935){if(_0x259ce8['ulYUn'](_0x259ce8['lzhri'],_0x259ce8[_0xb2d3de(0x20a)])){const _0x3282c2=_0x8f9fdd[_0xb2d3de(0x311)][_0xb2d3de(0x222)];return _0x1a1a4a[_0xb2d3de(0x328)]('node\x20version\x20installed\x20:\x20'+_0x3282c2),_0x259ce8['gcMzF'](_0x3282c2[_0xb2d3de(0x2df)]('.')[0x0],0x12);}else _0x259ce8[_0xb2d3de(0x22f)](_0x297f80,_0xb2d3de(0x2ea)+_0x8b3ad2+'`\x20'+_0x3e0935);}else _0x259ce8[_0xb2d3de(0x280)](_0x259ce8[_0xb2d3de(0x29b)],_0x259ce8[_0xb2d3de(0x29b)])?_0x259ce8[_0xb2d3de(0x22f)](_0x297f80,'Success:\x20'+_0x138401):_0x257313[_0xb2d3de(0x269)](_0x3f6573['ADdGZ']);}}else try{return _0x52fc8b[_0xb2d3de(0x269)](_0x259ce8[_0xb2d3de(0x29d)])[_0xb2d3de(0x323)]()[_0xb2d3de(0x2cd)]();}catch(_0x8613b){return _0x259ce8[_0xb2d3de(0x201)];}});});},exports[a37_0xb8992a(0x23b)]=async(_0x39481d=TRIAL_GRID_URL,_0x2d01ed=a37_0xb8992a(0x24c))=>{const _0x1f0031=a37_0xb8992a,_0x473013={'TtaIV':function(_0x4075f8,_0xa0009f){return _0x4075f8&&_0xa0009f;},'iVUSI':_0x1f0031(0x211),'djjsH':function(_0x3809cf,_0x17b181){return _0x3809cf!==_0x17b181;},'LJUss':_0x1f0031(0x200),'VOMDJ':function(_0x275ffc,_0x545630,_0x5b6038){return _0x275ffc(_0x545630,_0x5b6038);},'ZElnU':function(_0x16a9c5,_0xae29cb){return _0x16a9c5===_0xae29cb;},'dYrtm':function(_0xb6ca8c,_0x31e1c0){return _0xb6ca8c!==_0x31e1c0;},'JgCDi':'IEFzb'},_0x143e0c={};_0x143e0c['method']=_0x2d01ed;const _0x154793=_0x143e0c,_0x372ed4={};_0x372ed4['status']=![],_0x372ed4['error']=null,_0x372ed4['data']='';const _0x3dc34c=_0x372ed4;try{if(_0x473013[_0x1f0031(0x229)](_0x473013[_0x1f0031(0x319)],_0x473013[_0x1f0031(0x319)])){if(_0x473013[_0x1f0031(0x230)](_0x579447,_0x1d4801)){const _0xf7c1bd={};_0xf7c1bd[_0x1f0031(0x2ab)]=_0x46817f,_0xf7c1bd['password']=_0x2d44b9;const _0x403f8f={};_0x403f8f['Browserstack']=_0xf7c1bd;const _0x63626=_0x403f8f;_0x59fe3e['writeFileSync'](this[_0x1f0031(0x224)](),_0xae672[_0x1f0031(0x1db)](_0x63626));}const _0xb52b1=_0x3376f8['parse'](_0xd7abe0[_0x1f0031(0x273)](this[_0x1f0031(0x224)](),_0x473013[_0x1f0031(0x2dd)]));return[_0xb52b1[_0x1f0031(0x221)][_0x1f0031(0x2ab)],_0xb52b1[_0x1f0031(0x221)][_0x1f0031(0x23d)]];}else{const _0xe247c8=await _0x473013[_0x1f0031(0x31a)](got,_0x39481d,_0x154793);_0x3dc34c[_0x1f0031(0x2bd)]=_0x1f0031(0x246)+_0xe247c8[_0x1f0031(0x283)],_0x3dc34c[_0x1f0031(0x2a2)]=_0x473013['ZElnU'](_0xe247c8[_0x1f0031(0x283)],0xc8);}}catch(_0x1eb5d1){if(_0x473013[_0x1f0031(0x267)](_0x473013[_0x1f0031(0x1ec)],_0x473013['JgCDi'])){const _0x2611bf={};_0x2611bf[_0x1f0031(0x2ab)]=_0x45fd4b,_0x2611bf['password']=_0x12cb23;const _0x1ed631={};_0x1ed631[_0x1f0031(0x221)]=_0x2611bf;const _0x123adf=_0x1ed631;_0x3a0f72[_0x1f0031(0x215)](this[_0x1f0031(0x224)](),_0x451df4[_0x1f0031(0x1db)](_0x123adf));}else _0x3dc34c[_0x1f0031(0x1eb)]=_0x1eb5d1;}return _0x3dc34c;},exports[a37_0xb8992a(0x2c4)]=async(_0xede3bb,_0x15ab94=TRIAL_GRID_URL)=>{const _0x27f876=a37_0xb8992a,_0x5df27e={'UDQzn':function(_0x3aa149,_0x121a3e){return _0x3aa149||_0x121a3e;},'qJyyX':_0x27f876(0x1fd),'iXpHL':'X-os','qBYfh':_0x27f876(0x24c),'qcefG':function(_0xe7d61d,_0x38bb3d){return _0xe7d61d!==_0x38bb3d;},'RdUUb':'oMrgK','sjdgY':function(_0x4c0439,_0x310b76,_0x1b4b47){return _0x4c0439(_0x310b76,_0x1b4b47);},'fwjnf':function(_0x386f1d,_0xd25aa){return _0x386f1d===_0xd25aa;},'NGODZ':_0x27f876(0x1f6)},_0x2fbe20={};_0x2fbe20[_0x27f876(0x287)]=0x1bb,_0x2fbe20[_0x27f876(0x24e)]=_0x5df27e[_0x27f876(0x203)],_0x2fbe20[_0x27f876(0x2fd)]=_0xede3bb;const _0x345059=_0x2fbe20,_0x2de15a={};_0x2de15a['status']=![],_0x2de15a[_0x27f876(0x1eb)]=null,_0x2de15a[_0x27f876(0x2bd)]='';const _0x51926d=_0x2de15a;try{if(_0x5df27e['qcefG'](_0x5df27e['RdUUb'],_0x5df27e[_0x27f876(0x2dc)]))_0x26ec71[_0x27f876(0x294)]=_0x5df27e[_0x27f876(0x2f0)](_0x5b8f67,_0x5df27e[_0x27f876(0x256)]);else{const _0x3d093f=await _0x5df27e[_0x27f876(0x285)](got,_0x15ab94,_0x345059);_0x51926d['data']=_0x27f876(0x246)+_0x3d093f['statusCode'],_0x51926d[_0x27f876(0x2a2)]=_0x5df27e['fwjnf'](_0x3d093f[_0x27f876(0x283)],0xc8);}}catch(_0x52138a){_0x5df27e['qcefG'](_0x5df27e['NGODZ'],_0x5df27e[_0x27f876(0x209)])?_0x35a030[_0x5df27e[_0x27f876(0x1e3)]]=_0x3f64ca:_0x51926d['error']=_0x52138a;}return _0x51926d;};function getNpmVersion(){const _0x5242f4=a37_0xb8992a,_0x3b9920={};_0x3b9920[_0x5242f4(0x2e2)]=_0x5242f4(0x2ba),_0x3b9920[_0x5242f4(0x213)]=function(_0x57f229,_0x199ffb){return _0x57f229===_0x199ffb;},_0x3b9920[_0x5242f4(0x2c5)]=_0x5242f4(0x266),_0x3b9920[_0x5242f4(0x1d9)]=_0x5242f4(0x326),_0x3b9920['KYLFG']=_0x5242f4(0x2b8),_0x3b9920['xgMAZ']='AXFpQ';const _0x25386f=_0x3b9920;try{if(_0x25386f[_0x5242f4(0x213)](_0x25386f[_0x5242f4(0x2c5)],_0x25386f[_0x5242f4(0x2c5)]))return cp[_0x5242f4(0x269)](_0x25386f['BQjzs'])[_0x5242f4(0x323)]()['trim']();else _0x1f21b5[_0x5242f4(0x1eb)]=_0x9e7e15;}catch(_0x4ef49f){return _0x25386f[_0x5242f4(0x213)](_0x25386f[_0x5242f4(0x23e)],_0x25386f[_0x5242f4(0x235)])?_0x25386f[_0x5242f4(0x2e2)]:_0x25386f[_0x5242f4(0x2e2)];}}exports[a37_0xb8992a(0x2a7)]=()=>{const _0x190b82=a37_0xb8992a,_0xaf4807={'rnlhj':function(_0x2db5f2){return _0x2db5f2();}};return _0x190b82(0x26b)+os[_0x190b82(0x2e9)]()+'\x20'+os['release']()+'\x20('+os['platform']()+')\x0aArchitecture:\x20'+os[_0x190b82(0x1d7)]()+'\x0aNode.js\x20Version:\x20'+process[_0x190b82(0x311)][_0x190b82(0x222)]+_0x190b82(0x28f)+_0xaf4807[_0x190b82(0x207)](getNpmVersion)+'\x0a';};function a37_0x2f5f(){const _0x5620c6=['AfBRD','Guvoc','oFLmL','xgZbm','QflGf','xTqaw','readNamespacedDeployment','FerYZ','Browserstack','node','node\x20version\x20installed\x20:\x20','getCredentialsPath','gcjGG','KfEtF','LxZeo','ZqgYL','djjsH','aNBsx','GnxFZ','.ats','stop','uCMtQ','OmURx','TtaIV','ljPdP','.\x20Non\x20200\x20response\x20from\x20server!\x20','UDinD','bXdaN','xgMAZ','encodeBase64','7MBIVhG','namespace','application/json','fOZrk','curlRequest','spec','password','KYLFG','UbCnf','credentials.json','browserStackLocalOptions','aoRSN','OagxV','9|0|10|1|2|5|3|8|7|6|4|11','Timeout\x20waiting\x20for\x20deployment\x20','response\x20code\x20:-\x20','3955pNLUZi','clusterRegion','tDAQv','../config/logger','kubeApply','GET','true','method','release','930MYAAuO','ERROR','ChkSE','push','verbose','AELbF','qJyyX','\x20is\x20ready.','PESAr','browserVersion','HClpd','hxwkI','fNllD','clusterName','RVPUU','VwRrr','Basic\x20','getAccessKey','vquBs','hubVersion','tHFFX','KreAY','GCQYS','dYrtm','clusterAutoUpgrade','execSync','isArray','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','DIacp','cgOEk','XOSzk','parse','snXDW','rEAgP','YpPqj','readFileSync','YKUbU','udIud','4424332KvwmVN','sgTER','updateGlobalRegistryWithConfig','constructor','EBXWu','BpymF','@kubernetes/client-node','znszU','gGQkA','LFlNr','mRbzI','child_process','X-cli-path','statusCode','11|6|4|8|9|2|5|0|7|3|10|1','sjdgY','kKCid','port','bPJDw','dFUlm','jbMEZ','OMLTo','EOGxL','JJbJR','mhuCi','\x0aNPM\x20Version:\x20','DoPsa','JYClL','X-os-version','updateGlobalRegistryForHubHa','uploaderImageVersion','jLRRu','6876UHIdLj','JnpPh','yXqJl','forceLocal','TvzXG','uISpd','Success:\x20','ZnsSJ','12972bXeuVy','68525QocIMq','LfTcw','getDirForConfig','status','frzwG','yKtGk','ulYUn','./webSocketUtils','getSystemMetaData','xnHWo','lTnIJ','$1-$2','username','iqnKw','NpsdH','TKCoR','XYObl','FMdFW','responseValidation','ykkav','kind','PmKXm','BiPoM','startLocalBinarySync','iLmia','BXkhi','CLkxi','N/A','PQCpz','LOG','data','cKbzC','-auth-failed','386vEsaCX','efNRL','wArpN','concurrency','isTlsSupported','PRVnE','gbpPy','PPdwp','YLasa','GYBiZ','QqNwi','toLowerCase','XNbGQ','trim','eLNWW','setLocalArgs','\x0aNode.js\x20Version:\x20','base64','DADQL','KubernetesObjectApi','UTNzf','IrJbf','\x20to\x20become\x20available.','tvLIQ','fTgnr','hbggT','IVjdd','910048NClwID','RdUUb','iVUSI','sjHgR','split','diEzm','eWINd','mSQTb','ADdGZ','dutkH','xliad','vuWKM','browserstack-local','ReovF','type','Intercepted\x20while\x20executing\x20command:\x20`','homedir','availableReplicas','NwAmw','localIdentifier','ZcrKx','UDQzn','CbcWV','xRecv','nKgQg','read','.\x20Unknown\x20error!','ixuNr','-called','kVmqT','UkeOJ','MeHjk','zpGGm','platform','secureProtocol','getGridDetails','HcJfO','BXOqB','instanceType','maxNodes','2232NyyXpY','rwArc','fetchOrUpdateUserConfig','now','message','from','tUOzC','HfLaF','key','name','LqmCQ','NJMTA','join','sendEventToBackend','versions','iwTLW','hwaBV','WdFAx','eOehg','s3Bucket','nyzIp','customRepeaters','LJUss','VOMDJ','mSUfn','KDdfW','Rjwpz','FBXsp','existsSync','\x20in\x20namespace\x20','path','bxSlX','toString','beMiA','jOxZY','npm\x20-v','./instrumentationUtils','debug','ami','BYkKW','aNdKZ','KtfRv','Deployment\x20','sLhZo','KkVNp','replicas','VuQqP','WUNbJ','Wsuev','JEfFS','Error\x20while\x20waiting\x20for\x20deployment:','ChwwC','create','replace','DiQTg','pbLDh','arch','X-npm-version','BQjzs','pKFYn','stringify','VlKCG','Local','3116820ecoGuw','stopLocalBinary','RQQml','ejbRr','sSquL','iXpHL','-null-response','JBzgH','accessKey','\x20to\x20be\x20ready...','version','cloudProvider','reportToGalactusAndSendToEDS','error','JgCDi','.\x20Unauthorized\x20request!','FTKpz','UuBDm','rOjqL','WyfHy','aauJY','QtXmT','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','ats-repeater','UzWjG','makeApiClient','mGpRM','startSync','EkVyH','VfjLb','EclCj','1.0.1','X-os','custom-repeater','wSuwz','gyRxk','body','qBYfh','dbgJY','VrFIy','X-ci-environment','rnlhj','kebabCase','NGODZ','lzhri','Error\x20executing\x20command:\x20','ami-0a0b7559ee7c88dcd','/packages/cli/get-grid-details?gridId=','minNodes','KiSUA','https://','utf-8','TPgKh','wjzMZ','runCommand','writeFileSync','getAuthHeader','VichC','EkVZq'];a37_0x2f5f=function(){return _0x5620c6;};return a37_0x2f5f();}
1
+ const a37_0x4c6b23=a37_0x1e9b;(function(_0x57b901,_0x5d0200){const _0x1b0130=a37_0x1e9b,_0x18f335=_0x57b901();while(!![]){try{const _0x13630f=-parseInt(_0x1b0130(0x213))/0x1*(parseInt(_0x1b0130(0x22f))/0x2)+parseInt(_0x1b0130(0x2d4))/0x3*(parseInt(_0x1b0130(0x1e6))/0x4)+-parseInt(_0x1b0130(0x1ce))/0x5*(-parseInt(_0x1b0130(0x253))/0x6)+parseInt(_0x1b0130(0x2ee))/0x7+parseInt(_0x1b0130(0x1cf))/0x8*(parseInt(_0x1b0130(0x2c2))/0x9)+-parseInt(_0x1b0130(0x26b))/0xa+-parseInt(_0x1b0130(0x2da))/0xb*(parseInt(_0x1b0130(0x286))/0xc);if(_0x13630f===_0x5d0200)break;else _0x18f335['push'](_0x18f335['shift']());}catch(_0x2b8291){_0x18f335['push'](_0x18f335['shift']());}}}(a37_0x501e,0xda37b));const path=require(a37_0x4c6b23(0x2b9)),os=require('os'),fs=require('fs'),cp=require('child_process'),webSocketUtils=require(a37_0x4c6b23(0x29b)),{sendInstrumentationEvent}=require(a37_0x4c6b23(0x261)),BrowserstackLocalLauncher=require(a37_0x4c6b23(0x20d)),got=require('got'),{logger}=require(a37_0x4c6b23(0x1f0)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a37_0x4c6b23(0x261)),{global_registry,WS_EVENTS,AG_API_URL,messageTypes,MessageDescription,TRIAL_GRID_URL}=require(a37_0x4c6b23(0x221));exports[a37_0x4c6b23(0x289)]=_0x101b2c=>Buffer[a37_0x4c6b23(0x299)](_0x101b2c)[a37_0x4c6b23(0x283)](a37_0x4c6b23(0x28c)),exports[a37_0x4c6b23(0x2e5)]=()=>{const _0x632667=a37_0x4c6b23,_0x2e0b6e={};_0x2e0b6e[_0x632667(0x2a1)]='.ats';const _0xfa677=_0x2e0b6e;return path[_0x632667(0x1cc)](os[_0x632667(0x1de)](),_0xfa677[_0x632667(0x2a1)]);},exports['getCredentialsPath']=()=>{const _0x580e4d=a37_0x4c6b23,_0x4cc78a={};_0x4cc78a[_0x580e4d(0x268)]='credentials.json';const _0x5f596f=_0x4cc78a;return path['join'](this[_0x580e4d(0x2e5)](),_0x5f596f['DGGaa']);},exports['waitForDeployment']=async(_0x6604b5,_0x3620fb,_0x401bb0,_0x214b1b)=>{const _0x59943b=a37_0x4c6b23,_0x528b88={'vToHc':function(_0x162c0d,_0x2e7007){return _0x162c0d(_0x2e7007);},'yAFOe':function(_0x544684,_0x55bfe7){return _0x544684&&_0x55bfe7;},'FeVlA':_0x59943b(0x28f),'ZQdUy':'Error\x20while\x20waiting\x20for\x20deployment:','gqXzD':_0x59943b(0x1e1),'ikbAY':function(_0x7d75ac,_0x34d88a){return _0x7d75ac!==_0x34d88a;},'hmhgQ':'wMxCk','YwzsL':_0x59943b(0x295),'PBzby':function(_0x1c796c,_0x267721){return _0x1c796c===_0x267721;},'faAgY':_0x59943b(0x27b),'zXxaV':function(_0x423bd6,_0x4d12ee){return _0x423bd6>_0x4d12ee;},'wccVh':function(_0x3948ed,_0x5c8989){return _0x3948ed-_0x5c8989;},'eAMap':_0x59943b(0x229),'GGNID':'dCkNo','TGVPR':function(_0x3ad561,_0x112185){return _0x3ad561>=_0x112185;},'vnhcA':function(_0x324444,_0x4fad12){return _0x324444!==_0x4fad12;},'ouGPv':_0x59943b(0x1a5),'rrlzH':function(_0x1f3b51,_0x5c5235){return _0x1f3b51===_0x5c5235;},'MQmCt':'LQKyx','HPvcB':_0x59943b(0x281)};try{if(_0x528b88[_0x59943b(0x1da)](_0x528b88[_0x59943b(0x259)],_0x528b88[_0x59943b(0x207)])){const _0x3e890f=0x1388,_0x1568b6=Date['now']();let _0x46510a=![];while(!_0x46510a){if(_0x528b88[_0x59943b(0x1d8)](_0x528b88['faAgY'],_0x528b88[_0x59943b(0x1d6)])){if(_0x528b88[_0x59943b(0x1e3)](_0x528b88[_0x59943b(0x2c5)](Date[_0x59943b(0x1d0)](),_0x1568b6),_0x214b1b)){if(_0x528b88[_0x59943b(0x1d8)](_0x528b88[_0x59943b(0x302)],_0x528b88[_0x59943b(0x1f7)]))_0x528b88[_0x59943b(0x1ba)](_0x2300cf,_0x59943b(0x1eb)+_0x2ca51);else throw new Error(_0x59943b(0x249)+_0x401bb0+_0x59943b(0x2a2)+_0x3620fb+_0x59943b(0x1f8));}const _0x2fd798={};_0x2fd798['name']=_0x401bb0,_0x2fd798[_0x59943b(0x2c8)]=_0x3620fb;const _0x2a6307=await _0x6604b5[_0x59943b(0x246)](_0x2fd798),_0x1f7d83=_0x2a6307[_0x59943b(0x227)]['replicas']||0x1,_0x1d792c=_0x2a6307['status'][_0x59943b(0x1a1)]||0x0;_0x46510a=_0x528b88[_0x59943b(0x24e)](_0x1d792c,_0x1f7d83);if(!_0x46510a){if(_0x528b88[_0x59943b(0x1dd)](_0x528b88[_0x59943b(0x1cd)],_0x528b88[_0x59943b(0x1cd)])){if(_0x528b88[_0x59943b(0x25d)](_0x32f6e8,_0x12a5c3)){const _0x127fd7={};_0x127fd7['username']=_0x2a9a43,_0x127fd7[_0x59943b(0x1ec)]=_0x774bd1;const _0x5b91bc={};_0x5b91bc[_0x59943b(0x20a)]=_0x127fd7;const _0x45f7b4=_0x5b91bc;_0x5c4420['writeFileSync'](this[_0x59943b(0x2ac)](),_0x3d4724[_0x59943b(0x1c6)](_0x45f7b4));}const _0x3b790b=_0x1be978[_0x59943b(0x215)](_0x1732ad[_0x59943b(0x23e)](this[_0x59943b(0x2ac)](),_0x528b88['FeVlA']));return[_0x3b790b[_0x59943b(0x20a)][_0x59943b(0x2cb)],_0x3b790b[_0x59943b(0x20a)]['password']];}else logger['debug'](_0x59943b(0x20b)+_0x401bb0+'\x20in\x20namespace\x20'+_0x3620fb+_0x59943b(0x2ab)),await new Promise(_0x5931c8=>setTimeout(_0x5931c8,_0x3e890f));}}else{_0x182980[_0x59943b(0x240)](_0x528b88[_0x59943b(0x201)],_0x18ab8b);throw _0x550208;}}logger['debug'](_0x59943b(0x2be)+_0x401bb0+'\x20in\x20namespace\x20'+_0x3620fb+'\x20is\x20ready.');}else{const _0xa16d32={..._0x4090c2[_0x59943b(0x1a6)],..._0x12cdb8};_0x661440=_0xa16d32;}}catch(_0x3883f5){if(_0x528b88['rrlzH'](_0x528b88[_0x59943b(0x2db)],_0x528b88['HPvcB']))_0x182021[_0x528b88[_0x59943b(0x2e4)]]=_0x39dd7e;else{logger[_0x59943b(0x240)](_0x528b88[_0x59943b(0x201)],_0x3883f5);throw _0x3883f5;}}},exports[a37_0x4c6b23(0x27e)]=(_0x47f476,_0x396e8d,_0x1be857,_0x156780,_0x3c85cd,_0x9d62b1,_0x3029ec,_0x60fe40,_0x234b6f,_0x4f5810,_0x563b5d,_0x2d90c2)=>{const _0x3a6646=a37_0x4c6b23,_0x333733={};_0x333733[_0x3a6646(0x237)]=_0x3a6646(0x1bc),_0x333733[_0x3a6646(0x2c7)]=_0x3a6646(0x2b7),_0x333733[_0x3a6646(0x22e)]=function(_0x30c78e,_0x28db70){return _0x30c78e||_0x28db70;};const _0x52cb02=_0x333733,_0x3943cf=_0x52cb02[_0x3a6646(0x237)][_0x3a6646(0x1aa)]('|');let _0x4b975b=0x0;while(!![]){switch(_0x3943cf[_0x4b975b++]){case'0':global_registry[_0x3a6646(0x1b4)]=_0x47f476;continue;case'1':global_registry[_0x3a6646(0x2bd)]=_0x156780;continue;case'2':global_registry['clusterName']=_0x396e8d;continue;case'3':global_registry['ami']=_0x3029ec[_0x3a6646(0x2bb)]||_0x52cb02[_0x3a6646(0x2c7)];continue;case'4':global_registry['instanceType']=_0x3c85cd;continue;case'5':global_registry[_0x3a6646(0x2ff)]=_0x60fe40;continue;case'6':global_registry[_0x3a6646(0x266)]=_0x234b6f;continue;case'7':global_registry['minNodes']=_0x4f5810;continue;case'8':global_registry[_0x3a6646(0x2a9)]=_0x1be857;continue;case'9':global_registry[_0x3a6646(0x21e)]=_0x9d62b1;continue;case'10':global_registry[_0x3a6646(0x2b5)]=_0x52cb02[_0x3a6646(0x22e)](_0x2d90c2,![]);continue;case'11':global_registry[_0x3a6646(0x200)]=_0x563b5d;continue;}break;}},exports[a37_0x4c6b23(0x22d)]=_0x5978a6=>{const _0x25f3ec=a37_0x4c6b23,_0x55145c={};_0x55145c[_0x25f3ec(0x284)]=function(_0x48e2bb,_0x72561b){return _0x48e2bb||_0x72561b;},_0x55145c['DXgnd']=_0x25f3ec(0x224);const _0x3e94db=_0x55145c;global_registry[_0x25f3ec(0x265)]=_0x3e94db[_0x25f3ec(0x284)](_0x5978a6,_0x3e94db['DXgnd']);},exports[a37_0x4c6b23(0x1b8)]=_0x4a3c48=>_0x4a3c48[a37_0x4c6b23(0x271)](/([a-z])([A-Z])/g,'$1-$2')[a37_0x4c6b23(0x271)](/[\s_]+/g,'-')[a37_0x4c6b23(0x1f3)](),exports[a37_0x4c6b23(0x1c2)]=async(_0x20a233,_0x1be255,_0x400f49,_0x3d6d8e,_0x220d87,_0xb7a852,_0x18de66)=>{const _0x46f0c4=a37_0x4c6b23,_0x22c790={'qGFJI':function(_0x26c697,_0x218d14,_0x39369d,_0x5de63f,_0x394905,_0xbb4cc6,_0x148473){return _0x26c697(_0x218d14,_0x39369d,_0x5de63f,_0x394905,_0xbb4cc6,_0x148473);}};await _0x22c790[_0x46f0c4(0x1fd)](sendInstrumentationEvent,_0x20a233,_0x220d87,_0x3d6d8e,_0xb7a852,null,_0x20a233);const _0x365905={};_0x365905[_0x46f0c4(0x1d4)]=WS_EVENTS[_0x46f0c4(0x209)],_0x365905[_0x46f0c4(0x208)]=_0x400f49,await webSocketUtils[_0x46f0c4(0x2d9)](_0x1be255,_0x365905,_0x18de66,!![]);},exports[a37_0x4c6b23(0x27a)]=_0x2fff61=>{const _0x22edc5=a37_0x4c6b23;return _0x2fff61[_0x22edc5(0x2af)];},exports['setLocalArgs']=_0x517656=>{const _0x75d6b9=a37_0x4c6b23,_0x18bd0d={};_0x18bd0d[_0x75d6b9(0x29a)]='X-ci-environment',_0x18bd0d[_0x75d6b9(0x217)]='key',_0x18bd0d[_0x75d6b9(0x23a)]=_0x75d6b9(0x2f2),_0x18bd0d['xTGZh']=_0x75d6b9(0x21b),_0x18bd0d[_0x75d6b9(0x2b1)]=_0x75d6b9(0x2b3),_0x18bd0d[_0x75d6b9(0x202)]=_0x75d6b9(0x304),_0x18bd0d['GcenH']=_0x75d6b9(0x26e),_0x18bd0d[_0x75d6b9(0x2b0)]=function(_0xafc978,_0x496edc){return _0xafc978!==_0x496edc;},_0x18bd0d['mFHqL']=_0x75d6b9(0x252),_0x18bd0d[_0x75d6b9(0x2ca)]=_0x75d6b9(0x1f6),_0x18bd0d[_0x75d6b9(0x1f5)]=function(_0x1cd202,_0x439d4c){return _0x1cd202===_0x439d4c;},_0x18bd0d[_0x75d6b9(0x23b)]=_0x75d6b9(0x1d1),_0x18bd0d[_0x75d6b9(0x20e)]=_0x75d6b9(0x273);const _0x5c8ed2=_0x18bd0d;let _0x1b0d7c={};_0x1b0d7c[_0x5c8ed2[_0x75d6b9(0x217)]]=this['getAccessKey'](_0x517656),_0x1b0d7c[_0x5c8ed2[_0x75d6b9(0x23a)]]=0x3,_0x1b0d7c[_0x5c8ed2[_0x75d6b9(0x2bf)]]=_0x5c8ed2[_0x75d6b9(0x2b1)],_0x1b0d7c[_0x5c8ed2[_0x75d6b9(0x202)]]=_0x5c8ed2[_0x75d6b9(0x1a2)];_0x517656[_0x75d6b9(0x225)]&&Array[_0x75d6b9(0x232)](_0x517656[_0x75d6b9(0x225)])&&(_0x5c8ed2['ybzcm'](_0x5c8ed2[_0x75d6b9(0x21d)],_0x5c8ed2[_0x75d6b9(0x21d)])?_0x30c1c1[_0x5c8ed2[_0x75d6b9(0x29a)]]=_0xcaa509:_0x1b0d7c[_0x5c8ed2[_0x75d6b9(0x2ca)]]=_0x517656[_0x75d6b9(0x225)][_0x75d6b9(0x1cc)](','));if(_0x517656['browserStackLocalOptions']&&_0x5c8ed2['Cdwcf'](_0x517656[_0x75d6b9(0x1a6)][_0x75d6b9(0x294)],Object)){if(_0x5c8ed2[_0x75d6b9(0x2b0)](_0x5c8ed2[_0x75d6b9(0x23b)],_0x5c8ed2[_0x75d6b9(0x20e)]))_0x1b0d7c={..._0x517656[_0x75d6b9(0x1a6)],..._0x1b0d7c};else return _0x2dabac['accessKey'];}return _0x1b0d7c;},exports['startLocalBinarySync']=_0x43b18b=>{const _0x45c684=a37_0x4c6b23,_0x3fe84b={};_0x3fe84b['PKoXy']=function(_0x23af6e,_0x1633e1){return _0x23af6e===_0x1633e1;},_0x3fe84b[_0x45c684(0x301)]='Tlqjb',_0x3fe84b[_0x45c684(0x1d5)]=_0x45c684(0x1d2);const _0x439626=_0x3fe84b,_0xb0e153=new BrowserstackLocalLauncher[(_0x45c684(0x248))](),_0x55abc3=this[_0x45c684(0x20f)](_0x43b18b),_0x5353b=_0xb0e153['startSync'](_0x55abc3);if(_0x5353b){if(_0x439626['PKoXy'](_0x439626['JzCmP'],_0x439626[_0x45c684(0x1d5)]))_0x290104=_0xb9e96a[_0x45c684(0x236)];else throw _0x5353b;}return _0xb0e153;},exports[a37_0x4c6b23(0x24d)]=async _0x3ede81=>{const _0xb47c88=a37_0x4c6b23,_0x2eaf70={'APngp':function(_0x1c7151,_0x112e65){return _0x1c7151!==_0x112e65;},'kLifd':_0xb47c88(0x1e4),'xiOIR':_0xb47c88(0x2ef),'FEUSv':function(_0x5a10c1,_0x2bec8b){return _0x5a10c1!==_0x2bec8b;},'PDgTe':'XTyiG','EMSmV':_0xb47c88(0x2df),'WoCsu':function(_0x1de508,_0xb7320){return _0x1de508(_0xb7320);},'OTWTL':function(_0xa622a9){return _0xa622a9();},'SEVYg':function(_0x5af575,_0x4c19fb){return _0x5af575||_0x4c19fb;},'Uwgqu':_0xb47c88(0x224),'QPwji':function(_0x2b8271,_0x98e540){return _0x2b8271===_0x98e540;},'aqTUl':_0xb47c88(0x2d3),'nZZPs':_0xb47c88(0x2a4)};return new Promise((_0x196bf6,_0x5574c6)=>{const _0x27a9d5=_0xb47c88,_0x331f5e={'dwXsH':function(_0xdb3c0a,_0x34c338){return _0x2eaf70['SEVYg'](_0xdb3c0a,_0x34c338);},'endHq':_0x2eaf70[_0x27a9d5(0x2c0)]};if(_0x2eaf70[_0x27a9d5(0x2fb)](_0x2eaf70['aqTUl'],_0x2eaf70[_0x27a9d5(0x2dd)]))throw _0x2639e6;else _0x3ede81&&_0x3ede81['stop'](_0x5b2b84=>{const _0x5aa2ec=_0x27a9d5;if(_0x2eaf70[_0x5aa2ec(0x282)](_0x2eaf70[_0x5aa2ec(0x2f1)],_0x2eaf70[_0x5aa2ec(0x2ce)])){if(_0x5b2b84){if(_0x2eaf70[_0x5aa2ec(0x2a6)](_0x2eaf70[_0x5aa2ec(0x2e0)],_0x2eaf70[_0x5aa2ec(0x25c)]))return _0x2eaf70['WoCsu'](_0x5574c6,_0x5b2b84);else{const _0x23e7c4={};_0x23e7c4[_0x5aa2ec(0x2cb)]=_0x38fb82,_0x23e7c4[_0x5aa2ec(0x1ec)]=_0x238bdb;const _0x37c6fc={};_0x37c6fc[_0x5aa2ec(0x20a)]=_0x23e7c4;const _0x2d8bd9=_0x37c6fc;_0x286701['writeFileSync'](this[_0x5aa2ec(0x2ac)](),_0x373d61[_0x5aa2ec(0x1c6)](_0x2d8bd9));}}_0x2eaf70[_0x5aa2ec(0x230)](_0x196bf6);}else _0x106ea3[_0x5aa2ec(0x265)]=_0x331f5e[_0x5aa2ec(0x1c3)](_0x3e2c6c,_0x331f5e[_0x5aa2ec(0x1af)]);});});},exports[a37_0x4c6b23(0x2d1)]=(_0x5cd050,_0x4930b0)=>{const _0x2eae87=a37_0x4c6b23,_0xfbcb87={};_0xfbcb87[_0x2eae87(0x216)]=function(_0x28a303,_0x438d86){return _0x28a303>=_0x438d86;},_0xfbcb87[_0x2eae87(0x2c9)]=_0x2eae87(0x2f9),_0xfbcb87['xuFAT']='N/A',_0xfbcb87[_0x2eae87(0x1ed)]=function(_0x78eae2,_0x20cfd4){return _0x78eae2&&_0x20cfd4;},_0xfbcb87[_0x2eae87(0x1bd)]=function(_0x4cc782,_0x38dd0e){return _0x4cc782!==_0x38dd0e;},_0xfbcb87['DXqhW']='bFXNv',_0xfbcb87['pjwyZ']=function(_0x4f6fed,_0x2c0e6a){return _0x4f6fed===_0x2c0e6a;},_0xfbcb87[_0x2eae87(0x2e7)]=_0x2eae87(0x258),_0xfbcb87[_0x2eae87(0x196)]=_0x2eae87(0x28f);const _0x2f33f1=_0xfbcb87,_0x8f722a=fs[_0x2eae87(0x2dc)](this[_0x2eae87(0x2ac)]());if(_0x8f722a||_0x2f33f1['udRGa'](_0x5cd050,_0x4930b0)){if(_0x2f33f1['uLlQJ'](_0x2f33f1[_0x2eae87(0x2a0)],_0x2f33f1[_0x2eae87(0x2a0)])){const _0x33e1f2=_0x44e19a[_0x2eae87(0x212)][_0x2eae87(0x288)];return _0x433f65[_0x2eae87(0x240)](_0x2eae87(0x2ea)+_0x33e1f2),_0x2f33f1[_0x2eae87(0x216)](_0x33e1f2[_0x2eae87(0x1aa)]('.')[0x0],0x12);}else{if(_0x2f33f1[_0x2eae87(0x1ed)](_0x5cd050,_0x4930b0)){if(_0x2f33f1[_0x2eae87(0x26a)](_0x2f33f1[_0x2eae87(0x2e7)],_0x2f33f1[_0x2eae87(0x2e7)])){const _0x470200={};_0x470200['username']=_0x5cd050,_0x470200[_0x2eae87(0x1ec)]=_0x4930b0;const _0x3b79f7={};_0x3b79f7[_0x2eae87(0x20a)]=_0x470200;const _0x1fd78c=_0x3b79f7;fs[_0x2eae87(0x2fc)](this[_0x2eae87(0x2ac)](),JSON[_0x2eae87(0x1c6)](_0x1fd78c));}else try{return _0x1dc82[_0x2eae87(0x2c4)](_0x2f33f1[_0x2eae87(0x2c9)])[_0x2eae87(0x283)]()[_0x2eae87(0x219)]();}catch(_0x10ab3c){return _0x2f33f1['xuFAT'];}}const _0x17ac67=JSON['parse'](fs[_0x2eae87(0x23e)](this[_0x2eae87(0x2ac)](),_0x2f33f1[_0x2eae87(0x196)]));return[_0x17ac67[_0x2eae87(0x20a)][_0x2eae87(0x2cb)],_0x17ac67['Browserstack'][_0x2eae87(0x1ec)]];}}return null;},exports[a37_0x4c6b23(0x2ae)]=async(_0x5c21ad,_0x4af525,_0x285861)=>{const _0x5e0bcf=a37_0x4c6b23,_0x529934={'PLMlb':function(_0x21c160){return _0x21c160();},'pqNcd':_0x5e0bcf(0x25f),'bxjQO':function(_0x493c12,_0x13e577,_0x2b81c4){return _0x493c12(_0x13e577,_0x2b81c4);},'fUqOo':function(_0x6f9ccc,_0x153829){return _0x6f9ccc===_0x153829;},'RjqCs':function(_0x36ab27,_0x52471d){return _0x36ab27!==_0x52471d;},'ukPlr':_0x5e0bcf(0x1c9),'tyBaA':_0x5e0bcf(0x210)},_0xd3727c=_0x5e0bcf(0x2de)+_0x5c21ad+':'+_0x4af525+'@'+AG_API_URL+_0x5e0bcf(0x267)+_0x285861,_0x5a6af3={'method':_0x529934[_0x5e0bcf(0x2fe)],'headers':this[_0x5e0bcf(0x1ad)](_0x5c21ad,_0x4af525),'throwHttpErrors':![]},_0x4a1482=await _0x529934[_0x5e0bcf(0x293)](got,_0xd3727c,_0x5a6af3);if(_0x529934[_0x5e0bcf(0x29c)](_0x4a1482[_0x5e0bcf(0x236)],0xc8))return _0x529934[_0x5e0bcf(0x1ac)](_0x529934[_0x5e0bcf(0x1e9)],_0x529934[_0x5e0bcf(0x205)])?[_0x4a1482,JSON['parse'](_0x4a1482[_0x5e0bcf(0x19a)])]:_0x5e0bcf(0x1b3)+_0x56965d[_0x5e0bcf(0x1d4)]()+'\x20'+_0x338baa[_0x5e0bcf(0x1b7)]()+'\x20('+_0x354f58[_0x5e0bcf(0x1ef)]()+_0x5e0bcf(0x206)+_0x28ca4b['arch']()+'\x0aNode.js\x20Version:\x20'+_0xb198b['versions']['node']+_0x5e0bcf(0x2e3)+_0x529934[_0x5e0bcf(0x218)](_0x426200)+'\x0a';return[_0x4a1482,null];},exports[a37_0x4c6b23(0x1fa)]=async(_0x1dbebe,_0x1fc477)=>{const _0x5e45b5=a37_0x4c6b23,_0x488876={};_0x488876['TJnBb']=function(_0x2649f1,_0x569180){return _0x2649f1&&_0x569180;},_0x488876[_0x5e45b5(0x26d)]=function(_0x1be7a4,_0x295966){return _0x1be7a4&&_0x295966;},_0x488876[_0x5e45b5(0x2f3)]=_0x5e45b5(0x28f),_0x488876[_0x5e45b5(0x1ee)]=_0x5e45b5(0x1f6),_0x488876[_0x5e45b5(0x2e8)]=_0x5e45b5(0x25a),_0x488876[_0x5e45b5(0x245)]=_0x5e45b5(0x1e5),_0x488876[_0x5e45b5(0x274)]=function(_0x21d777,_0x7fbc1d){return _0x21d777===_0x7fbc1d;},_0x488876[_0x5e45b5(0x25b)]='YITSZ',_0x488876[_0x5e45b5(0x1b2)]=_0x5e45b5(0x23c),_0x488876[_0x5e45b5(0x23d)]=_0x5e45b5(0x296);const _0x5701c3=_0x488876,_0x5c83f2=await import(_0x5701c3[_0x5e45b5(0x245)]),_0x15b361=await _0x5c83f2[_0x5e45b5(0x2cd)][_0x5e45b5(0x1b6)](_0x1fc477),_0x580c0a=_0x1dbebe[_0x5e45b5(0x1ea)](_0x76f861=>_0x76f861&&_0x76f861['kind']&&_0x76f861[_0x5e45b5(0x260)]),_0x2a1594=[];for await(const _0x562fe3 of _0x580c0a){if(_0x5701c3[_0x5e45b5(0x274)](_0x5701c3['QHDzN'],_0x5701c3[_0x5e45b5(0x25b)]))try{if(_0x5701c3[_0x5e45b5(0x274)](_0x5701c3[_0x5e45b5(0x1b2)],_0x5701c3[_0x5e45b5(0x1b2)])){await _0x15b361['read'](_0x562fe3);const _0x119e6d=await _0x15b361['patch'](_0x562fe3);_0x2a1594[_0x5e45b5(0x231)](_0x119e6d['body']);}else{const _0x18e7c5=_0x213558['existsSync'](this[_0x5e45b5(0x2ac)]());if(_0x18e7c5||_0x5701c3[_0x5e45b5(0x2b8)](_0x297926,_0xeeda)){if(_0x5701c3[_0x5e45b5(0x26d)](_0x2583e1,_0x13a1c9)){const _0x2833d9={};_0x2833d9[_0x5e45b5(0x2cb)]=_0xe8ad7c,_0x2833d9[_0x5e45b5(0x1ec)]=_0x31afbb;const _0x4975f7={};_0x4975f7[_0x5e45b5(0x20a)]=_0x2833d9;const _0x419ae7=_0x4975f7;_0x3bb426[_0x5e45b5(0x2fc)](this[_0x5e45b5(0x2ac)](),_0xe41704[_0x5e45b5(0x1c6)](_0x419ae7));}const _0x1a07f5=_0x399c89[_0x5e45b5(0x215)](_0x5e4810[_0x5e45b5(0x23e)](this[_0x5e45b5(0x2ac)](),_0x5701c3['MXlKO']));return[_0x1a07f5[_0x5e45b5(0x20a)][_0x5e45b5(0x2cb)],_0x1a07f5[_0x5e45b5(0x20a)][_0x5e45b5(0x1ec)]];}return null;}}catch(_0x2b44e2){if(_0x5701c3[_0x5e45b5(0x274)](_0x5701c3[_0x5e45b5(0x23d)],_0x5701c3[_0x5e45b5(0x23d)])){const _0x187bf2=await _0x15b361[_0x5e45b5(0x26f)](_0x562fe3);_0x2a1594[_0x5e45b5(0x231)](_0x187bf2['body']);}else _0x9965dd[_0x5701c3[_0x5e45b5(0x1ee)]]=_0x337208[_0x5e45b5(0x225)][_0x5e45b5(0x1cc)](',');}else _0x3ef72a[_0x5701c3[_0x5e45b5(0x2e8)]]=_0x1940f8;}},exports['getAuthHeader']=(_0x3befc0,_0x17c921)=>{const _0x5aeb52=a37_0x4c6b23,_0xb7c947={'eTiuR':function(_0x492b30,_0x5ca135){return _0x492b30>=_0x5ca135;},'jxzhU':_0x5aeb52(0x1c7),'Vwiwj':function(_0x5e7e28,_0x5bb3ff){return _0x5e7e28(_0x5bb3ff);},'LivBb':_0x5aeb52(0x1be),'hBXQA':_0x5aeb52(0x1a9),'mXyJS':function(_0x4519ac){return _0x4519ac();},'uyMgY':function(_0x12746f){return _0x12746f();},'jalxs':_0x5aeb52(0x2ed),'UsPSZ':function(_0x566c2a,_0x47bfd4){return _0x566c2a+_0x47bfd4;},'TwAwO':'Basic\x20','QGpjo':_0x5aeb52(0x28c),'kdPUX':function(_0x320b88,_0xc844f7){return _0x320b88===_0xc844f7;},'aNSJZ':_0x5aeb52(0x1fc),'hDcSU':_0x5aeb52(0x21c),'CGFNE':_0x5aeb52(0x1f9),'akOue':function(_0x16611e,_0x11bdbd){return _0x16611e!==_0x11bdbd;},'ptQeH':_0x5aeb52(0x1bf),'MEYKd':'shbfc','pqwUN':'X-cli-path','YUMIR':function(_0x59025e,_0x278172){return _0x59025e===_0x278172;},'qHBtM':_0x5aeb52(0x2a7),'oYisI':_0x5aeb52(0x1e1),'aZXXJ':function(_0x3cad26,_0x25a7e5){return _0x3cad26===_0x25a7e5;},'sqfvQ':_0x5aeb52(0x220),'rUGXb':_0x5aeb52(0x25a),'RexpW':function(_0x3b63c5,_0x4fd737){return _0x3b63c5===_0x4fd737;},'IMObQ':_0x5aeb52(0x2c3),'jbsrQ':'IkBoV','rXOlM':_0x5aeb52(0x2f7),'slTHX':'creSC','ksKJW':'X-ci-environment'},_0x185f4d=_0xb7c947[_0x5aeb52(0x222)](cli_version_and_path),_0x3964e7=_0xb7c947[_0x5aeb52(0x222)](_os),_0x599127=_0xb7c947['mXyJS'](os_version),_0x15102a=_0xb7c947[_0x5aeb52(0x222)](npm_version),_0x54b7d4=_0xb7c947[_0x5aeb52(0x1b5)](ci_environment),_0x288a31={'Content-Type':_0xb7c947[_0x5aeb52(0x2ad)],'Authorization':_0xb7c947[_0x5aeb52(0x243)](_0xb7c947[_0x5aeb52(0x2bc)],Buffer[_0x5aeb52(0x299)](_0x3befc0+':'+_0x17c921)[_0x5aeb52(0x283)](_0xb7c947[_0x5aeb52(0x2fa)]))};if(_0x185f4d&&_0x185f4d[_0x5aeb52(0x1db)]){if(_0xb7c947[_0x5aeb52(0x1b1)](_0xb7c947['aNSJZ'],_0xb7c947[_0x5aeb52(0x2cc)])){const _0x32f3bf=_0x574ba2[_0x5aeb52(0x212)][_0x5aeb52(0x288)];_0xb7c947[_0x5aeb52(0x2d7)](_0x32f3bf[_0x5aeb52(0x1aa)]('.')[0x0],0x12)&&_0x1dc906[_0x5aeb52(0x2c4)](_0xb7c947[_0x5aeb52(0x24f)]);}else _0x288a31[_0xb7c947[_0x5aeb52(0x2e6)]]=_0x185f4d['version'];}_0x185f4d&&_0x185f4d[_0x5aeb52(0x2b9)]&&(_0xb7c947['akOue'](_0xb7c947[_0x5aeb52(0x228)],_0xb7c947[_0x5aeb52(0x21f)])?_0x288a31[_0xb7c947[_0x5aeb52(0x1fe)]]=_0x185f4d[_0x5aeb52(0x2b9)]:_0x598f54[_0x5aeb52(0x256)]=_0x2e952c);_0x3964e7&&(_0xb7c947[_0x5aeb52(0x27f)](_0xb7c947[_0x5aeb52(0x1df)],_0xb7c947[_0x5aeb52(0x1df)])?_0x288a31[_0xb7c947['oYisI']]=_0x3964e7:_0xb7c947[_0x5aeb52(0x2a3)](_0x514e2c,'Error\x20executing\x20command:\x20'+_0x2b02ac['message']));_0x599127&&(_0xb7c947[_0x5aeb52(0x275)](_0xb7c947[_0x5aeb52(0x2ec)],_0xb7c947['sqfvQ'])?_0x288a31[_0xb7c947[_0x5aeb52(0x2aa)]]=_0x599127:_0x56e4aa['error']=_0x2988f8);if(_0x15102a){if(_0xb7c947[_0x5aeb52(0x247)](_0xb7c947[_0x5aeb52(0x24a)],_0xb7c947[_0x5aeb52(0x1d9)]))return _0xb7c947[_0x5aeb52(0x239)];else _0x288a31[_0xb7c947[_0x5aeb52(0x2d2)]]=_0x15102a;}return _0x54b7d4&&(_0xb7c947[_0x5aeb52(0x278)](_0xb7c947['rXOlM'],_0xb7c947['slTHX'])?_0x288a31[_0xb7c947[_0x5aeb52(0x2eb)]]=_0x54b7d4:_0x3860fb[_0xb7c947[_0x5aeb52(0x2d2)]]=_0x2c263d),_0x288a31;},exports['installAzurePackages']=async()=>{const _0x39646d=a37_0x4c6b23,_0x4f7c64={};_0x4f7c64['fwzfp']=_0x39646d(0x203),_0x4f7c64[_0x39646d(0x297)]=function(_0x56cbfb,_0x38b95d){return _0x56cbfb>=_0x38b95d;},_0x4f7c64[_0x39646d(0x19d)]=function(_0x3a35bc,_0x3f083b){return _0x3a35bc===_0x3f083b;},_0x4f7c64[_0x39646d(0x2b2)]=_0x39646d(0x28d),_0x4f7c64[_0x39646d(0x1e2)]=_0x39646d(0x1c7);const _0x59fc61=_0x4f7c64,_0x583a8b=process['versions'][_0x39646d(0x288)];if(_0x59fc61[_0x39646d(0x297)](_0x583a8b[_0x39646d(0x1aa)]('.')[0x0],0x12)){if(_0x59fc61[_0x39646d(0x19d)](_0x59fc61['irEED'],_0x59fc61[_0x39646d(0x2b2)]))cp[_0x39646d(0x2c4)](_0x59fc61['sQlNz']);else return _0x585433['join'](_0x3112f0[_0x39646d(0x1de)](),_0x59fc61['fwzfp']);}},exports[a37_0x4c6b23(0x28b)]=_0x2e35b9=>_0x2e35b9===undefined||_0x2e35b9===null,exports[a37_0x4c6b23(0x255)]=()=>{const _0x1a4475=a37_0x4c6b23,_0x359277={};_0x359277[_0x1a4475(0x21a)]=function(_0x4e3015,_0x5d764e){return _0x4e3015>=_0x5d764e;};const _0x2f9a25=_0x359277,_0x3de138=process[_0x1a4475(0x212)]['node'];return logger[_0x1a4475(0x240)](_0x1a4475(0x2ea)+_0x3de138),_0x2f9a25['dpXkT'](_0x3de138[_0x1a4475(0x1aa)]('.')[0x0],0x12);},exports['responseValidation']=async(_0x5c8c48,_0xd1a465,_0xe5f01c,_0x177987,_0x5e4000)=>{const _0x514075=a37_0x4c6b23,_0x41a775={};_0x41a775[_0x514075(0x24c)]=_0x514075(0x28a),_0x41a775['iinDz']=_0x514075(0x2b7),_0x41a775[_0x514075(0x1c8)]=function(_0x53b983,_0xf81488){return _0x53b983||_0xf81488;},_0x41a775['wthRF']=_0x514075(0x1f9),_0x41a775[_0x514075(0x1bb)]=function(_0x25b210,_0x52d727){return _0x25b210===_0x52d727;},_0x41a775[_0x514075(0x1d3)]=function(_0x178f20,_0x12032e){return _0x178f20!==_0x12032e;},_0x41a775[_0x514075(0x2a8)]=_0x514075(0x276),_0x41a775[_0x514075(0x22b)]=_0x514075(0x256),_0x41a775['InVTI']=function(_0x3351b6,_0x264e2f){return _0x3351b6!==_0x264e2f;},_0x41a775[_0x514075(0x1c1)]='eTnEB',_0x41a775[_0x514075(0x1a8)]=_0x514075(0x19f),_0x41a775[_0x514075(0x1c4)]=_0x514075(0x24b),_0x41a775[_0x514075(0x22c)]='hNCjX',_0x41a775[_0x514075(0x251)]='slOQz',_0x41a775[_0x514075(0x233)]=_0x514075(0x2ba);const _0xd8aa0=_0x41a775;let _0x4dc679;const _0x403f2b=MessageDescription[_0xd1a465][_0xe5f01c];let _0x5effb6=0x0;if(_0xd8aa0[_0x514075(0x1bb)](_0x5c8c48,null)||_0xd8aa0[_0x514075(0x1bb)](_0x5c8c48,undefined)){if(_0xd8aa0[_0x514075(0x1d3)](_0xd8aa0['QSkhn'],_0xd8aa0[_0x514075(0x2a8)])){const _0x18c1ec=new _0x46fad8[(_0x514075(0x248))](),_0x5931d4=this['setLocalArgs'](_0x4cded7),_0x4ff291=_0x18c1ec[_0x514075(0x241)](_0x5931d4);if(_0x4ff291)throw _0x4ff291;return _0x18c1ec;}else _0x4dc679=_0x403f2b+'.\x20Unknown\x20error!',await this[_0x514075(0x1c2)](_0x177987,_0x5e4000,_0x4dc679,messageTypes[_0x514075(0x292)],_0xd1a465+_0x514075(0x2b6),_0xd1a465+'-'+_0xe5f01c+_0x514075(0x263),_0xd8aa0[_0x514075(0x22b)]),logger['error'](_0x4dc679);}else{if(_0xd8aa0[_0x514075(0x1bb)](_0x5c8c48[_0x514075(0x236)],0x191)){if(_0xd8aa0[_0x514075(0x270)](_0xd8aa0[_0x514075(0x1c1)],_0xd8aa0[_0x514075(0x1a8)]))_0x4dc679=_0x403f2b+_0x514075(0x1cb),await this[_0x514075(0x1c2)](_0x177987,_0x5e4000,_0x4dc679,messageTypes[_0x514075(0x292)],_0xd1a465+_0x514075(0x2b6),_0xd1a465+'-'+_0xe5f01c+'-auth-failed',_0xd8aa0[_0x514075(0x22b)]),logger[_0x514075(0x256)](_0x4dc679);else{const _0x45cd05=_0xd8aa0[_0x514075(0x24c)][_0x514075(0x1aa)]('|');let _0x2c4639=0x0;while(!![]){switch(_0x45cd05[_0x2c4639++]){case'0':_0x3c5cd5[_0x514075(0x2bb)]=_0x3e2fe6[_0x514075(0x2bb)]||_0xd8aa0['iinDz'];continue;case'1':_0x1d67f6[_0x514075(0x266)]=_0x332331;continue;case'2':_0x5a28a2[_0x514075(0x2bd)]=_0x50d33a;continue;case'3':_0x480385[_0x514075(0x21e)]=_0x13bf07;continue;case'4':_0x2e8747[_0x514075(0x1b4)]=_0x135b06;continue;case'5':_0x529308[_0x514075(0x2b5)]=_0xd8aa0['eKPjC'](_0x3f2d2c,![]);continue;case'6':_0x404a52[_0x514075(0x287)]=_0x1cc02b;continue;case'7':_0x3ff439[_0x514075(0x22a)]=_0xad9296;continue;case'8':_0x365c04[_0x514075(0x2a9)]=_0x59c021;continue;case'9':_0x4ec6d9[_0x514075(0x2ff)]=_0x5cb39e;continue;case'10':_0x35f885[_0x514075(0x200)]=_0x3173f6;continue;case'11':_0x217658[_0x514075(0x214)]=_0x322434;continue;}break;}}}else{if(_0xd8aa0['InVTI'](_0x5c8c48[_0x514075(0x236)],0xc8)){if(_0xd8aa0['qhGJC'](_0xd8aa0[_0x514075(0x1c4)],_0xd8aa0[_0x514075(0x22c)]))return[_0x2435f6,_0x402ade[_0x514075(0x215)](_0x328364[_0x514075(0x19a)])];else _0x4dc679=_0x403f2b+_0x514075(0x19e)+JSON[_0x514075(0x1c6)](_0x5c8c48['body']),await this[_0x514075(0x1c2)](_0x177987,_0x5e4000,_0x4dc679,messageTypes[_0x514075(0x292)],_0xd1a465+_0x514075(0x2b6),_0xd1a465+'-'+_0xe5f01c+_0x514075(0x2f0),_0xd8aa0[_0x514075(0x22b)]),logger[_0x514075(0x256)](_0x4dc679);}else _0xd8aa0[_0x514075(0x270)](_0xd8aa0[_0x514075(0x251)],_0xd8aa0[_0x514075(0x233)])?_0x5effb6=_0x5c8c48['statusCode']:_0x2ca117[_0xd8aa0['wthRF']]=_0x351d19['version'];}}return _0x5effb6;},exports[a37_0x4c6b23(0x1f4)]=async _0x4358e2=>{const _0x3c5476=a37_0x4c6b23,_0x44896e={'vfwNk':function(_0x57711d,_0x2d734){return _0x57711d(_0x2d734);},'vgOZS':function(_0xd64bc5){return _0xd64bc5();},'MjsiF':function(_0x1cf486,_0x386d5b){return _0x1cf486(_0x386d5b);},'oQYwP':'key','ehNrO':'verbose','MQFEW':_0x3c5476(0x21b),'aHtnj':_0x3c5476(0x2b3),'QVBHl':_0x3c5476(0x304),'wJlUg':_0x3c5476(0x26e),'MUJAu':_0x3c5476(0x1f6),'iimBO':function(_0x34a80f,_0x289339){return _0x34a80f===_0x289339;},'tmtwe':function(_0x47567a,_0x130b6b){return _0x47567a!==_0x130b6b;},'XbaLT':_0x3c5476(0x2d5),'tNlRq':function(_0x5c4dd0,_0x40fde2){return _0x5c4dd0!==_0x40fde2;},'Wogmh':_0x3c5476(0x1ae),'ZDcdO':_0x3c5476(0x2f8),'fLVkq':_0x3c5476(0x262),'YQxXj':function(_0xa40e68,_0x2730cb){return _0xa40e68(_0x2730cb);},'jtBde':function(_0x2fe27a,_0x30c5b2){return _0x2fe27a===_0x30c5b2;},'OFcHe':'CMCbW','blGKF':_0x3c5476(0x1c0)};return new Promise((_0x4f4199,_0x18cffb)=>{const _0x1d8cfd=_0x3c5476,_0x55ac86={'UcFZK':function(_0x1634d8,_0x3cb70e){return _0x44896e['YQxXj'](_0x1634d8,_0x3cb70e);},'xfReI':function(_0x5582b4){return _0x44896e['vgOZS'](_0x5582b4);}};_0x44896e[_0x1d8cfd(0x26c)](_0x44896e[_0x1d8cfd(0x1a4)],_0x44896e[_0x1d8cfd(0x2d0)])?_0x17dc36&&_0x37276c[_0x1d8cfd(0x27d)](_0x3bf9a1=>{const _0x921872=_0x1d8cfd;if(_0x3bf9a1)return _0x55ac86['UcFZK'](_0x54723b,_0x3bf9a1);_0x55ac86[_0x921872(0x23f)](_0x40edf1);}):cp['exec'](_0x4358e2,(_0x588b09,_0x2dcd08,_0x518126)=>{const _0x42f30f=_0x1d8cfd,_0x128ab8={'Efglo':function(_0x53a0f4,_0x5409ae){const _0x211a47=a37_0x1e9b;return _0x44896e[_0x211a47(0x1b0)](_0x53a0f4,_0x5409ae);},'GGEbA':function(_0x221080){const _0x30c9cf=a37_0x1e9b;return _0x44896e[_0x30c9cf(0x1ab)](_0x221080);},'Cuvck':function(_0x187f46,_0x224159){return _0x44896e['MjsiF'](_0x187f46,_0x224159);},'QceHu':_0x44896e[_0x42f30f(0x1f1)],'SIiqI':_0x44896e[_0x42f30f(0x2d8)],'tlpNQ':_0x44896e['MQFEW'],'tdFBU':_0x44896e[_0x42f30f(0x234)],'FfkNT':_0x44896e[_0x42f30f(0x244)],'SLmeg':_0x44896e[_0x42f30f(0x242)],'jPRhT':_0x44896e[_0x42f30f(0x20c)],'beXeM':function(_0x812ee3,_0x37e3c9){const _0x1e59a7=_0x42f30f;return _0x44896e[_0x1e59a7(0x2b4)](_0x812ee3,_0x37e3c9);}};if(_0x44896e[_0x42f30f(0x291)](_0x44896e['XbaLT'],_0x44896e['XbaLT']))return new _0x369502((_0x1c5739,_0x2f824a)=>{const _0x202d39=_0x42f30f,_0x3834b2={'qbpPA':function(_0x3bbe6e,_0x293917){const _0x2057b4=a37_0x1e9b;return _0x128ab8[_0x2057b4(0x298)](_0x3bbe6e,_0x293917);},'yZNYM':function(_0x4b78f5){const _0x1f4e46=a37_0x1e9b;return _0x128ab8[_0x1f4e46(0x2c1)](_0x4b78f5);}};_0x140699&&_0x4a99b9[_0x202d39(0x27d)](_0x4f63c7=>{const _0x24f164=_0x202d39;if(_0x4f63c7)return _0x3834b2[_0x24f164(0x2cf)](_0x2f824a,_0x4f63c7);_0x3834b2['yZNYM'](_0x1c5739);});});else{if(_0x588b09)_0x44896e[_0x42f30f(0x211)](_0x44896e[_0x42f30f(0x1e7)],_0x44896e['Wogmh'])?_0x128ab8['Efglo'](_0x37e19a,_0x42f30f(0x279)+_0x5a1baf+'`\x20'+_0x74151c):_0x44896e[_0x42f30f(0x1b0)](_0x18cffb,_0x42f30f(0x1c5)+_0x588b09[_0x42f30f(0x208)]);else{if(_0x518126){if(_0x44896e[_0x42f30f(0x2b4)](_0x44896e[_0x42f30f(0x2d6)],_0x44896e[_0x42f30f(0x2d6)]))_0x44896e[_0x42f30f(0x1b0)](_0x4f4199,_0x42f30f(0x279)+_0x4358e2+'`\x20'+_0x518126);else{if(_0xf20e13)return _0x128ab8[_0x42f30f(0x1ff)](_0x1efeb5,_0x2fbfc);_0x128ab8[_0x42f30f(0x2c1)](_0x2113f7);}}else{if(_0x44896e[_0x42f30f(0x291)](_0x44896e['fLVkq'],_0x44896e[_0x42f30f(0x25e)])){let _0x331bd7={};return _0x331bd7[_0x128ab8[_0x42f30f(0x1a0)]]=this[_0x42f30f(0x27a)](_0x4e1d5c),_0x331bd7[_0x128ab8['SIiqI']]=0x3,_0x331bd7[_0x128ab8[_0x42f30f(0x269)]]=_0x128ab8[_0x42f30f(0x2c6)],_0x331bd7[_0x128ab8[_0x42f30f(0x272)]]=_0x128ab8[_0x42f30f(0x1f2)],_0x35a2ee[_0x42f30f(0x225)]&&_0x2dd1e5[_0x42f30f(0x232)](_0x49c0a9['customRepeaters'])&&(_0x331bd7[_0x128ab8['jPRhT']]=_0xe852e2['customRepeaters'][_0x42f30f(0x1cc)](',')),_0x447f73[_0x42f30f(0x1a6)]&&_0x128ab8[_0x42f30f(0x300)](_0x4aefc5['browserStackLocalOptions'][_0x42f30f(0x294)],_0x37efd5)&&(_0x331bd7={..._0x27cb51[_0x42f30f(0x1a6)],..._0x331bd7}),_0x331bd7;}else _0x44896e[_0x42f30f(0x257)](_0x4f4199,_0x42f30f(0x1eb)+_0x2dcd08);}}}});});},exports['curlRequest']=async(_0x59694f=TRIAL_GRID_URL,_0xaff8ba=a37_0x4c6b23(0x25f))=>{const _0x2f3228=a37_0x4c6b23,_0x5d287b={'jCSEq':'X-cli-path','qVjjt':_0x2f3228(0x2e1),'lkFfB':function(_0x39bccc,_0x5a7554){return _0x39bccc===_0x5a7554;},'RWEtr':_0x2f3228(0x235),'JRMlV':'kwUCn','pwEcI':function(_0x1fb0f4,_0x39f654,_0x55469b){return _0x1fb0f4(_0x39f654,_0x55469b);},'jUyag':function(_0x7d1ff,_0x4b24cf){return _0x7d1ff===_0x4b24cf;},'QzBPZ':function(_0x279e12,_0x26c812){return _0x279e12===_0x26c812;},'BaiBB':_0x2f3228(0x29d),'SrrtY':_0x2f3228(0x197)},_0x1203ff={};_0x1203ff[_0x2f3228(0x2e9)]=_0xaff8ba;const _0x2921a1=_0x1203ff,_0x2a6b65={};_0x2a6b65[_0x2f3228(0x29f)]=![],_0x2a6b65[_0x2f3228(0x256)]=null,_0x2a6b65['data']='';const _0xcb57c5=_0x2a6b65;try{if(_0x5d287b['lkFfB'](_0x5d287b[_0x2f3228(0x1b9)],_0x5d287b[_0x2f3228(0x280)]))_0x1196dc[_0x5d287b[_0x2f3228(0x264)]]=_0x5c6f7e[_0x2f3228(0x2b9)];else{const _0x14513f=await _0x5d287b['pwEcI'](got,_0x59694f,_0x2921a1);_0xcb57c5['data']=_0x2f3228(0x226)+_0x14513f[_0x2f3228(0x236)],_0xcb57c5[_0x2f3228(0x29f)]=_0x5d287b[_0x2f3228(0x2f4)](_0x14513f[_0x2f3228(0x236)],0xc8);}}catch(_0x2527b7){if(_0x5d287b[_0x2f3228(0x277)](_0x5d287b['BaiBB'],_0x5d287b[_0x2f3228(0x2e2)]))return _0x127a9a[_0x2f3228(0x1cc)](this['getDirForConfig'](),_0x5d287b[_0x2f3228(0x254)]);else _0xcb57c5[_0x2f3228(0x256)]=_0x2527b7;}return _0xcb57c5;},exports[a37_0x4c6b23(0x28e)]=async(_0x3bcc7a,_0x5f39c6=TRIAL_GRID_URL)=>{const _0x5b0f4d=a37_0x4c6b23,_0x406c23={'ckjPE':function(_0x319074,_0x2c32d6){return _0x319074(_0x2c32d6);},'DSpdO':function(_0x267ecf,_0x362a35){return _0x267ecf(_0x362a35);},'lIzaP':function(_0x56414d,_0x3de9b2){return _0x56414d(_0x3de9b2);},'gQRDD':'GET','mZPaR':function(_0x4fc632,_0x49f3d4){return _0x4fc632===_0x49f3d4;},'DpDoJ':_0x5b0f4d(0x19c),'VTDrB':_0x5b0f4d(0x2a5),'esuNz':function(_0x5db08d,_0x2e8b3a,_0x66486a){return _0x5db08d(_0x2e8b3a,_0x66486a);},'DXBrJ':function(_0x2509c4,_0x1d0caa){return _0x2509c4===_0x1d0caa;},'pVESI':_0x5b0f4d(0x305),'LAtXF':_0x5b0f4d(0x250)},_0x35781={};_0x35781['port']=0x1bb,_0x35781[_0x5b0f4d(0x2e9)]=_0x406c23[_0x5b0f4d(0x1e8)],_0x35781['secureProtocol']=_0x3bcc7a;const _0x3a5ef8=_0x35781,_0x8bb361={};_0x8bb361[_0x5b0f4d(0x29f)]=![],_0x8bb361[_0x5b0f4d(0x256)]=null,_0x8bb361[_0x5b0f4d(0x198)]='';const _0x54bc85=_0x8bb361;try{if(_0x406c23['mZPaR'](_0x406c23[_0x5b0f4d(0x238)],_0x406c23['VTDrB']))return _0x406c23[_0x5b0f4d(0x29e)](_0x3bbf9c,_0x3aa1d2);else{const _0xb1afd9=await _0x406c23[_0x5b0f4d(0x1fb)](got,_0x5f39c6,_0x3a5ef8);_0x54bc85[_0x5b0f4d(0x198)]=_0x5b0f4d(0x226)+_0xb1afd9[_0x5b0f4d(0x236)],_0x54bc85['status']=_0x406c23[_0x5b0f4d(0x1a7)](_0xb1afd9[_0x5b0f4d(0x236)],0xc8);}}catch(_0x2c4314){if(_0x406c23[_0x5b0f4d(0x199)](_0x406c23['pVESI'],_0x406c23[_0x5b0f4d(0x2fd)])){if(_0x242b0c)_0x406c23[_0x5b0f4d(0x29e)](_0x10684f,_0x5b0f4d(0x1c5)+_0x368110[_0x5b0f4d(0x208)]);else _0x5e463c?_0x406c23[_0x5b0f4d(0x1ca)](_0x4dd09b,_0x5b0f4d(0x279)+_0x1d97cf+'`\x20'+_0x3a51ac):_0x406c23[_0x5b0f4d(0x1e0)](_0x1a29a1,_0x5b0f4d(0x1eb)+_0x1d14f9);}else _0x54bc85[_0x5b0f4d(0x256)]=_0x2c4314;}return _0x54bc85;};function getNpmVersion(){const _0x35262a=a37_0x4c6b23,_0xefad7e={};_0xefad7e[_0x35262a(0x19b)]=_0x35262a(0x1c7),_0xefad7e[_0x35262a(0x1dc)]='npm\x20-v',_0xefad7e[_0x35262a(0x2f6)]=function(_0x4fdbed,_0x516bee){return _0x4fdbed!==_0x516bee;},_0xefad7e['NwzJw']=_0x35262a(0x1d7),_0xefad7e[_0x35262a(0x223)]=function(_0x3046c6,_0x143e2b){return _0x3046c6===_0x143e2b;},_0xefad7e['ngavL']='YnupO',_0xefad7e[_0x35262a(0x1a3)]='QOPLk',_0xefad7e['lTWte']='N/A';const _0x1c6d70=_0xefad7e;try{if(_0x1c6d70[_0x35262a(0x2f6)](_0x1c6d70[_0x35262a(0x290)],_0x1c6d70[_0x35262a(0x290)]))_0x3a9a9a[_0x35262a(0x2c4)](_0x1c6d70[_0x35262a(0x19b)]);else return cp[_0x35262a(0x2c4)](_0x1c6d70['zDpgn'])['toString']()['trim']();}catch(_0x3b35c6){return _0x1c6d70[_0x35262a(0x223)](_0x1c6d70[_0x35262a(0x27c)],_0x1c6d70[_0x35262a(0x1a3)])?_0x1584f1[_0x35262a(0x2c4)](_0x1c6d70[_0x35262a(0x1dc)])[_0x35262a(0x283)]()[_0x35262a(0x219)]():_0x1c6d70[_0x35262a(0x303)];}}exports[a37_0x4c6b23(0x2f5)]=()=>{const _0x29338e=a37_0x4c6b23,_0x1b1b73={'jwHFJ':function(_0x528483){return _0x528483();}};return _0x29338e(0x1b3)+os[_0x29338e(0x1d4)]()+'\x20'+os['release']()+'\x20('+os[_0x29338e(0x1ef)]()+_0x29338e(0x206)+os['arch']()+_0x29338e(0x285)+process[_0x29338e(0x212)][_0x29338e(0x288)]+_0x29338e(0x2e3)+_0x1b1b73[_0x29338e(0x204)](getNpmVersion)+'\x0a';};function a37_0x1e9b(_0x33c46d,_0x69c213){const _0x501eda=a37_0x501e();return a37_0x1e9b=function(_0x1e9b83,_0x812248){_0x1e9b83=_0x1e9b83-0x196;let _0x252d9f=_0x501eda[_0x1e9b83];return _0x252d9f;},a37_0x1e9b(_0x33c46d,_0x69c213);}function a37_0x501e(){const _0x64f836=['from','pWTAU','./webSocketUtils','fUqOo','GEHpZ','ckjPE','status','DXqhW','yNjjL','\x20in\x20namespace\x20','Vwiwj','IEJKH','shMjB','FEUSv','PRFeP','QSkhn','clusterRegion','rUGXb','\x20to\x20be\x20ready...','getCredentialsPath','jalxs','getGridDetails','accessKey','ybzcm','gxBlU','irEED','true','iimBO','clusterAutoUpgrade','-called','ami-0a0b7559ee7c88dcd','TJnBb','path','GsQBl','ami','TwAwO','concurrency','Deployment\x20','xTGZh','Uwgqu','GGEbA','2563758PzBdED','IszTv','execSync','wccVh','tdFBU','DwOUN','namespace','cwkTm','KUQmn','username','hDcSU','KubernetesObjectApi','xiOIR','qbpPA','blGKF','fetchOrUpdateUserConfig','hBXQA','ouFue','4059936exVQDb','Masfk','ZDcdO','eTiuR','ehNrO','sendEventToBackend','7249mKEArr','MQmCt','existsSync','nZZPs','https://','McSZO','PDgTe','credentials.json','SrrtY','\x0aNPM\x20Version:\x20','gqXzD','getDirForConfig','CGFNE','FavUa','ARMHI','method','node\x20version\x20installed\x20:\x20','ksKJW','sqfvQ','application/json','9297715HKkZtF','uhaqM','-non-200','kLifd','verbose','MXlKO','jUyag','getSystemMetaData','AJbtg','TvOQi','YAcst','npm\x20-v','QGpjo','QPwji','writeFileSync','LAtXF','pqNcd','hubVersion','beXeM','JzCmP','eAMap','lTWte','localIdentifier','Cqjxw','Jcoon','HteEB','data','DXBrJ','body','vyIle','qFihk','LJSaY','.\x20Non\x20200\x20response\x20from\x20server!\x20','FNBZq','QceHu','availableReplicas','GcenH','JDHrv','OFcHe','YLAZj','browserStackLocalOptions','mZPaR','zJDaL','X-npm-version','split','vgOZS','RjqCs','getAuthHeader','PVWPQ','endHq','vfwNk','kdPUX','DHiid','\x0aSystem\x20Metadata\x20Report\x0a-----------------------\x0aOS:\x20','cloudProvider','uyMgY','makeApiClient','release','kebabCase','RWEtr','vToHc','qhGJC','0|8|2|1|4|9|3|5|6|7|11|10','uLlQJ','N/A','JcAMQ','CvbnY','zedjN','reportToGalactusAndSendToEDS','dwXsH','trGFC','Error\x20executing\x20command:\x20','stringify','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20@azure/arm-authorization@9.0.0\x20--save','eKPjC','lMYeC','DSpdO','.\x20Unauthorized\x20request!','join','ouGPv','399935CbmZFp','8MGqfDv','now','XjaTB','mTbLh','YTofJ','type','FpvPT','faAgY','bNjvl','PBzby','jbsrQ','ikbAY','version','zDpgn','vnhcA','homedir','qHBtM','lIzaP','X-os','sQlNz','zXxaV','aCDcO','@kubernetes/client-node','4ntILHr','Wogmh','gQRDD','ukPlr','filter','Success:\x20','password','udRGa','hkNwK','platform','../config/logger','oQYwP','SLmeg','toLowerCase','runCommand','Cdwcf','custom-repeater','GGNID','\x20to\x20become\x20available.','X-cli-version','kubeApply','esuNz','ofeXb','qGFJI','pqwUN','Cuvck','maxNodes','ZQdUy','BLbmU','.ats','jwHFJ','tyBaA',')\x0aArchitecture:\x20','YwzsL','message','LOG','Browserstack','Waiting\x20for\x20deployment\x20','MUJAu','browserstack-local','iOqMD','setLocalArgs','pWPIT','tNlRq','versions','479705SPBbfF','clusterName','parse','JSPlj','eKsaf','PLMlb','trim','dpXkT','forceLocal','aTaqi','mFHqL','s3Bucket','MEYKd','daknb','../config/constants','mXyJS','VDSRg','1.0.1','customRepeaters','response\x20code\x20:-\x20','spec','ptQeH','jaCwF','minNodes','mIWcW','cByWY','updateGlobalRegistryForHubHa','ZTxcc','6JeTYMm','OTWTL','push','isArray','Siszr','aHtnj','ZMxFM','statusCode','PnlqE','DpDoJ','LivBb','VyLVp','lxlOo','BkNHI','NuHNx','readFileSync','xfReI','debug','startSync','wJlUg','UsPSZ','QVBHl','rixFh','readNamespacedDeployment','RexpW','Local','Timeout\x20waiting\x20for\x20deployment\x20','IMObQ','WdNGR','GurDN','stopLocalBinary','TGVPR','jxzhU','KNEAi','kOVAr','BbVyE','60lrQAJx','qVjjt','IsNodeCompatibleWithAzure','error','MjsiF','eMEDB','hmhgQ','X-os-version','QHDzN','EMSmV','yAFOe','fLVkq','GET','metadata','./instrumentationUtils','VgoKD','-null-response','jCSEq','uploaderImageVersion','browserVersion','/packages/cli/get-grid-details?gridId=','DGGaa','tlpNQ','pjwyZ','6669380aCOByA','jtBde','GomNn','ats-repeater','create','InVTI','replace','FfkNT','hLEKt','kjCcb','aZXXJ','FweEg','QzBPZ','akOue','Intercepted\x20while\x20executing\x20command:\x20`','getAccessKey','UAYEE','ngavL','stop','updateGlobalRegistryWithConfig','YUMIR','JRMlV','TWnfY','APngp','toString','YBlaY','\x0aNode.js\x20Version:\x20','13956lMTrzo','instanceType','node','encodeBase64','4|8|11|2|6|3|0|9|1|7|10|5','isUndefined','base64','RavtZ','isTlsSupported','utf-8','NwzJw','tmtwe','ERROR','bxjQO','constructor','iAexw','WFrnd','nSXzl','Efglo'];a37_0x501e=function(){return _0x64f836;};return a37_0x501e();}
@@ -1 +1 @@
1
- const a38_0x174d62=a38_0x5bf1;(function(_0x5420a1,_0x1828de){const _0x313e4b=a38_0x5bf1,_0x3dd2b8=_0x5420a1();while(!![]){try{const _0x592966=parseInt(_0x313e4b(0x19c))/0x1+parseInt(_0x313e4b(0x159))/0x2*(-parseInt(_0x313e4b(0x19d))/0x3)+-parseInt(_0x313e4b(0x152))/0x4*(parseInt(_0x313e4b(0x149))/0x5)+-parseInt(_0x313e4b(0x14a))/0x6+parseInt(_0x313e4b(0x18b))/0x7*(-parseInt(_0x313e4b(0x17f))/0x8)+-parseInt(_0x313e4b(0x15c))/0x9*(parseInt(_0x313e4b(0x187))/0xa)+parseInt(_0x313e4b(0x198))/0xb;if(_0x592966===_0x1828de)break;else _0x3dd2b8['push'](_0x3dd2b8['shift']());}catch(_0x56d202){_0x3dd2b8['push'](_0x3dd2b8['shift']());}}}(a38_0x559d,0x7814e));const {global_registry,WS_EVENTS}=require(a38_0x174d62(0x176)),{logger}=require('../config/logger'),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils');function a38_0x5bf1(_0x35c2d8,_0x36dfce){const _0x559d27=a38_0x559d();return a38_0x5bf1=function(_0x5bf132,_0x55a4b0){_0x5bf132=_0x5bf132-0x143;let _0x59e9f5=_0x559d27[_0x5bf132];return _0x59e9f5;},a38_0x5bf1(_0x35c2d8,_0x36dfce);}exports[a38_0x174d62(0x155)]=_0x3e63f5=>{const _0x3a3969=a38_0x174d62,_0x12985e={'XUpCx':function(_0x2f0a70){return _0x2f0a70();},'HzXnH':function(_0x259182){return _0x259182();},'FJwWh':function(_0x3e53d1){return _0x3e53d1();},'FSiCE':function(_0x11f81f){return _0x11f81f();},'ohllE':_0x3a3969(0x185),'eICPa':function(_0xbbf431,_0x31332d){return _0xbbf431===_0x31332d;},'GxXwe':_0x3a3969(0x1a2),'weIsR':'eiRJy','PHFxc':function(_0x51642c,_0x187312){return _0x51642c!==_0x187312;},'NrmZc':_0x3a3969(0x16d),'HdemN':_0x3a3969(0x144),'mFRtY':function(_0x2e5793,_0x27f0bb){return _0x2e5793!==_0x27f0bb;},'kKpDO':_0x3a3969(0x154),'utXPH':_0x3a3969(0x197),'LRWCE':function(_0xb366c7,_0x25fa82){return _0xb366c7===_0x25fa82;},'SQnPs':_0x3a3969(0x178),'wnmJo':'WgcDp','UJdWS':_0x3a3969(0x163),'odkxx':_0x3a3969(0x18f),'FHKGU':'HqEbL','IbFyE':function(_0x23a210,_0x412d00){return _0x23a210===_0x412d00;},'dcPJi':_0x3a3969(0x18e),'BDcGt':_0x3a3969(0x173),'moscN':function(_0xd26001,_0x2fab60){return _0xd26001===_0x2fab60;},'wDxdZ':'fOQel','ITaoc':_0x3a3969(0x16e),'IuClv':_0x3a3969(0x170),'fpuoO':_0x3a3969(0x162),'ewMEU':_0x3a3969(0x14d),'XGFhz':_0x3a3969(0x1a9)};_0x3e63f5[_0x3a3969(0x148)](_0x12985e['IuClv'],()=>{const _0x11a705=_0x3a3969;if(_0x12985e['eICPa'](_0x12985e[_0x11a705(0x192)],_0x12985e[_0x11a705(0x14c)])){const _0x2e4544=_0x12985e[_0x11a705(0x191)](_0x45d3e6),_0x186260={'requestId':_0x49dc4f['requestId'],'username':_0x410a3a[_0x11a705(0x167)],'cli_version':_0x2e4544[_0x11a705(0x18d)],'cli_path':_0x2e4544['path'],'os':_0x12985e[_0x11a705(0x15b)](_0x82a1e6),'os_version':_0x12985e[_0x11a705(0x15e)](_0x3c1a79),'npm_version':_0x12985e['FSiCE'](_0x1556ca),'ci_environment':_0x12985e[_0x11a705(0x15b)](_0x52f4fa)};return _0x4b7a96[_0x11a705(0x145)]&&(_0x186260[_0x11a705(0x145)]=_0x2aa95b[_0x11a705(0x145)]),_0x338bdd[_0x11a705(0x179)]&&(_0x186260['gridProfile']=_0x11169f[_0x11a705(0x179)]),_0x274587[_0x11a705(0x17d)]&&(_0x186260[_0x11a705(0x17d)]=_0x4927b1['gridName']),_0x186260;}else _0x12985e['eICPa'](process[_0x11a705(0x18c)][_0x11a705(0x166)],_0x12985e['ohllE'])?_0x12985e[_0x11a705(0x165)](_0x12985e['NrmZc'],_0x12985e[_0x11a705(0x180)])?_0x429391[_0x11a705(0x15a)](_0x11a705(0x16b)+_0x113776):logger[_0x11a705(0x15a)](_0x12985e[_0x11a705(0x168)]):_0x12985e[_0x11a705(0x157)](_0x12985e[_0x11a705(0x161)],_0x12985e[_0x11a705(0x161)])?_0x34570a[_0x11a705(0x18c)][_0x11a705(0x166)]=_0x12985e[_0x11a705(0x1a8)]:(logger[_0x11a705(0x15a)](_0x12985e['utXPH']),process['env'][_0x11a705(0x1a6)]=!![]);}),_0x3e63f5[_0x3a3969(0x148)](_0x12985e[_0x3a3969(0x199)],async function(_0x1cbcde){const _0x3de171=_0x3a3969;if(_0x12985e[_0x3de171(0x158)](_0x12985e[_0x3de171(0x16c)],_0x12985e[_0x3de171(0x16c)])){logger[_0x3de171(0x15a)](_0x3de171(0x1a5)+_0x1cbcde[_0x3de171(0x182)]);let _0x4fe4c0,_0x3d7da7;try{_0x12985e['LRWCE'](_0x12985e[_0x3de171(0x147)],_0x12985e[_0x3de171(0x1aa)])?(_0x17217e=_0x292e40[_0x3de171(0x186)](_0x78ba01[_0x3de171(0x182)]),_0x407aa9=_0x1168ea[_0x3de171(0x177)]):(_0x3d7da7=JSON[_0x3de171(0x186)](_0x1cbcde['data']),_0x4fe4c0=_0x3d7da7[_0x3de171(0x177)]);}catch(_0x25b65e){_0x12985e[_0x3de171(0x196)](_0x12985e[_0x3de171(0x194)],_0x12985e[_0x3de171(0x160)])?_0xae7309[_0x3de171(0x17d)]=_0x57d58a[_0x3de171(0x17d)]:logger[_0x3de171(0x14d)](_0x3de171(0x156)+_0x1cbcde['data']);}}else _0x457020[_0x3de171(0x14d)](_0x3de171(0x156)+_0x33e5a1[_0x3de171(0x182)]);}),_0x3e63f5[_0x3a3969(0x148)](_0x12985e[_0x3a3969(0x17b)],function(_0x197cb9){const _0x1b41b0=_0x3a3969,_0x2f4357={'TCBbC':function(_0x17389a,_0x4fa1c9){const _0x5c7bc0=a38_0x5bf1;return _0x12985e[_0x5c7bc0(0x196)](_0x17389a,_0x4fa1c9);},'NLgKZ':_0x12985e[_0x1b41b0(0x1a8)],'bDnTD':_0x12985e[_0x1b41b0(0x168)],'TLpWI':_0x12985e[_0x1b41b0(0x171)]};_0x12985e[_0x1b41b0(0x183)](_0x12985e['dcPJi'],_0x12985e['dcPJi'])?logger[_0x1b41b0(0x15a)](_0x1b41b0(0x16b)+_0x197cb9):_0x2f4357[_0x1b41b0(0x1ab)](_0x33718b['env'][_0x1b41b0(0x166)],_0x2f4357[_0x1b41b0(0x19f)])?_0xa1f3f3[_0x1b41b0(0x15a)](_0x2f4357[_0x1b41b0(0x14e)]):(_0x2ee886[_0x1b41b0(0x15a)](_0x2f4357[_0x1b41b0(0x195)]),_0x49fbc2[_0x1b41b0(0x18c)][_0x1b41b0(0x1a6)]=!![]);}),_0x3e63f5[_0x3a3969(0x148)](_0x12985e['XGFhz'],function(){const _0x5a2f3b=_0x3a3969;_0x12985e[_0x5a2f3b(0x157)](_0x12985e[_0x5a2f3b(0x18a)],_0x12985e[_0x5a2f3b(0x18a)])?_0x358e79['gridProfileId']=_0x19710c['gridProfileId']:(_0x12985e[_0x5a2f3b(0x174)](process[_0x5a2f3b(0x18c)][_0x5a2f3b(0x1a6)],_0x12985e[_0x5a2f3b(0x1a8)])&&(_0x12985e['eICPa'](_0x12985e['wDxdZ'],_0x12985e[_0x5a2f3b(0x19a)])?process[_0x5a2f3b(0x18c)][_0x5a2f3b(0x166)]=_0x12985e[_0x5a2f3b(0x1a8)]:_0x2cacbd='['+new _0x10786e()['toUTCString']()+_0x5a2f3b(0x15f)+_0x5533b4[_0x5a2f3b(0x162)]),logger[_0x5a2f3b(0x15a)](_0x12985e[_0x5a2f3b(0x181)]));});};const getLogMetaData=()=>{const _0xe553cd=a38_0x174d62,_0x7c4dc5={'gaGtc':_0xe553cd(0x144),'bEphT':function(_0x478d09,_0x3b0790){return _0x478d09===_0x3b0790;},'aEKvV':_0xe553cd(0x185),'IkrFi':'Socket\x20closed','gMSvR':function(_0x41b945){return _0x41b945();},'ZGRZt':function(_0x2e5f05){return _0x2e5f05();},'iOmRo':function(_0x571805){return _0x571805();},'SfpfP':_0xe553cd(0x189),'NbIdj':_0xe553cd(0x169),'HafbY':_0xe553cd(0x193),'NxVQx':function(_0x3ba52f,_0x5b252a){return _0x3ba52f!==_0x5b252a;},'HQjmf':'iHUrh'},_0x2c7337=_0x7c4dc5['gMSvR'](cli_version_and_path),_0x28c100={'requestId':global_registry[_0xe553cd(0x175)],'username':global_registry[_0xe553cd(0x167)],'cli_version':_0x2c7337[_0xe553cd(0x18d)],'cli_path':_0x2c7337[_0xe553cd(0x17c)],'os':_0x7c4dc5[_0xe553cd(0x1a3)](_os),'os_version':_0x7c4dc5[_0xe553cd(0x164)](os_version),'npm_version':_0x7c4dc5[_0xe553cd(0x164)](npm_version),'ci_environment':_0x7c4dc5['iOmRo'](ci_environment)};return global_registry[_0xe553cd(0x145)]&&(_0x7c4dc5[_0xe553cd(0x15d)](_0x7c4dc5[_0xe553cd(0x16f)],_0x7c4dc5['NbIdj'])?_0x573c63[_0xe553cd(0x15a)](_0x7c4dc5[_0xe553cd(0x14f)]):_0x28c100['gridProfileId']=global_registry['gridProfileId']),global_registry[_0xe553cd(0x179)]&&(_0x7c4dc5[_0xe553cd(0x15d)](_0x7c4dc5[_0xe553cd(0x19e)],_0x7c4dc5[_0xe553cd(0x19e)])?_0x28c100['gridProfile']=global_registry['gridProfile']:(_0x7c4dc5['bEphT'](_0x51e65a[_0xe553cd(0x18c)][_0xe553cd(0x1a6)],_0x7c4dc5[_0xe553cd(0x146)])&&(_0x20337f[_0xe553cd(0x18c)][_0xe553cd(0x166)]=_0x7c4dc5[_0xe553cd(0x146)]),_0x44e951[_0xe553cd(0x15a)](_0x7c4dc5[_0xe553cd(0x172)]))),global_registry[_0xe553cd(0x17d)]&&(_0x7c4dc5[_0xe553cd(0x1a7)](_0x7c4dc5[_0xe553cd(0x150)],_0x7c4dc5[_0xe553cd(0x150)])?_0x34c694[_0xe553cd(0x179)]=_0x4b6f20[_0xe553cd(0x179)]:_0x28c100['gridName']=global_registry[_0xe553cd(0x17d)]),_0x28c100;};function a38_0x559d(){const _0x1716eb=['aEKvV','wnmJo','addEventListener','95ZFolFh','5866950WtWeRw','delay','weIsR','error','bDnTD','gaGtc','HQjmf','EZCdq','88684iORrGW','Yoisl','eoRIV','addListeners','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','mFRtY','LRWCE','6616yNclJA','debug','HzXnH','9XsYuDC','bEphT','FJwWh',']:\x20','FHKGU','kKpDO','message','ZvOpT','ZGRZt','PHFxc','WS_CLOSED_BEFORE','bstackUsername','HdemN','rYgCP','sendEventToBackend','Socket\x20error:\x20','SQnPs','Wjxac','Socket\x20closed','SfpfP','open','utXPH','IkrFi','nFkxt','moscN','requestId','../config/constants','type','WCWOY','gridProfile','LOG','ewMEU','path','gridName','BhiXZ','48176URAQwi','NrmZc','ITaoc','data','IbFyE','WeIeX','true','parse','1482490QhwGns','SdsBw','eMfbR','BDcGt','147EYkViM','env','version','kaYKA','fjEQZ','stringify','XUpCx','GxXwe','ztbgl','odkxx','TLpWI','eICPa','Socket\x20open','19541500BdrahO','fpuoO','wDxdZ','logType','729863ieAACQ','309LkoGmS','HafbY','NLgKZ','QKXEE','QPvjl','sNlNY','gMSvR','send','Message\x20received\x20from\x20server!\x20=>\x20','WS_OPENED_BEFORE','NxVQx','ohllE','close','UJdWS','TCBbC','ANsiu','Socket\x20reconnected','gridProfileId'];a38_0x559d=function(){return _0x1716eb;};return a38_0x559d();}exports[a38_0x174d62(0x14b)]=_0x29e19d=>new Promise((_0x580e75,_0x3f5d8f)=>setTimeout(_0x580e75,_0x29e19d)),exports[a38_0x174d62(0x16a)]=async(_0x53da4c,_0x2dcee1,_0x4934c7='info',_0x41ea6f=![])=>{const _0x2091e2=a38_0x174d62,_0x11681d={'Yoisl':_0x2091e2(0x197),'ANsiu':function(_0x24ee08,_0x1b6eb1){return _0x24ee08===_0x1b6eb1;},'BhiXZ':function(_0x492127,_0x41f25f){return _0x492127===_0x41f25f;},'EZCdq':_0x2091e2(0x188),'acJsO':'QIXPH','JHAuS':function(_0x20dfce){return _0x20dfce();},'QKXEE':function(_0x28cc91,_0xb68574){return _0x28cc91!==_0xb68574;},'Wkolc':_0x2091e2(0x184),'fgGtY':_0x2091e2(0x1a1)};let _0x59fecd=_0x2dcee1[_0x2091e2(0x162)];if(_0x11681d[_0x2091e2(0x143)](_0x2dcee1['type'],WS_EVENTS[_0x2091e2(0x17a)])){if(_0x11681d[_0x2091e2(0x17e)](_0x11681d[_0x2091e2(0x151)],_0x11681d['acJsO'])){_0x3aa7e4['debug'](_0x2091e2(0x1a5)+_0x8fa0ea[_0x2091e2(0x182)]);let _0x5abc63,_0x46f6c6;try{_0x46f6c6=_0x5b884c['parse'](_0x60a3b['data']),_0x5abc63=_0x46f6c6['type'];}catch(_0x1c285d){_0x57a6e9[_0x2091e2(0x14d)](_0x2091e2(0x156)+_0x3bf117[_0x2091e2(0x182)]);}}else _0x59fecd='['+new Date()['toUTCString']()+']:\x20'+_0x2dcee1[_0x2091e2(0x162)];}const _0x4e6240={};_0x4e6240['message']=_0x59fecd,_0x4e6240[_0x2091e2(0x19b)]=_0x4934c7;const _0x5678c3={'type':_0x2dcee1[_0x2091e2(0x177)],..._0x11681d['JHAuS'](getLogMetaData),'data':_0x4e6240};_0x53da4c[_0x2091e2(0x1a4)](JSON[_0x2091e2(0x190)](_0x5678c3)),_0x41ea6f&&(_0x11681d[_0x2091e2(0x1a0)](_0x11681d['Wkolc'],_0x11681d['fgGtY'])?await this['delay'](0x1f4):(_0x537768[_0x2091e2(0x15a)](_0x11681d[_0x2091e2(0x153)]),_0x173b7a[_0x2091e2(0x18c)][_0x2091e2(0x1a6)]=!![]));};
1
+ const a38_0x14ed0d=a38_0x181d;(function(_0x57ca7c,_0x22179a){const _0x3bf4aa=a38_0x181d,_0x392d8c=_0x57ca7c();while(!![]){try{const _0x1c26da=parseInt(_0x3bf4aa(0x1ad))/0x1*(parseInt(_0x3bf4aa(0x1cb))/0x2)+-parseInt(_0x3bf4aa(0x1bd))/0x3+parseInt(_0x3bf4aa(0x1c2))/0x4+-parseInt(_0x3bf4aa(0x17a))/0x5*(parseInt(_0x3bf4aa(0x17d))/0x6)+-parseInt(_0x3bf4aa(0x1b4))/0x7*(parseInt(_0x3bf4aa(0x1c5))/0x8)+parseInt(_0x3bf4aa(0x1c0))/0x9+parseInt(_0x3bf4aa(0x19a))/0xa;if(_0x1c26da===_0x22179a)break;else _0x392d8c['push'](_0x392d8c['shift']());}catch(_0x4f7d94){_0x392d8c['push'](_0x392d8c['shift']());}}}(a38_0x2bf7,0x44fb1));function a38_0x181d(_0x4aac0c,_0x3dbc84){const _0x2bf7f8=a38_0x2bf7();return a38_0x181d=function(_0x181d7e,_0x387942){_0x181d7e=_0x181d7e-0x165;let _0x4ef8ca=_0x2bf7f8[_0x181d7e];return _0x4ef8ca;},a38_0x181d(_0x4aac0c,_0x3dbc84);}function a38_0x2bf7(){const _0x298f54=['kssDy','data','PKNQn','true','qgKby','MbdWm','tBLZT','Message\x20received\x20from\x20server!\x20=>\x20','DtEEe','ZWAcq','lWXzI','SlAmU','pdlQx','NtONU','LbdDk','69345OcYsCI','parse','zmfvz','216xsijWH','zXyHF','Nbayd','error','toUTCString','version','gridProfileId','addEventListener','CQzQt','Socket\x20closed','pLxNQ','UZlqd','logType','WS_CLOSED_BEFORE','tsjiQ','ozyaz','pyRNJ','JBaLS','open','bwPdH','GGVZX','zOfzt','eFuAP','zbjxL','CaJSC','wBUXR','ANafa','NwjVf','gridProfile','1252030QnDmKJ','UhiFe','Nddcl','mNMdB','message','BNssX','UwSuy','info','qLiIq','FzHtC','qeEzY','Socket\x20error:\x20','GGIPs','okrmU','send','env','wdiOL','WS_OPENED_BEFORE','SvJxE','78Qndmrq','type','KCGsP','path','ZcRCo',']:\x20','../config/logger','21511PeDxqS','YvlJF','gridName','HEieS','KoAuK','BtEOQ','sendEventToBackend','Socket\x20reconnected','cZnpC','397161qUNrqi','xahUq','PMidY','310680HHtQor','Socket\x20open','2000896FnMIwo','stringify','requestId','808fKYEqj','debug','VXCdr','../config/constants','IZHgc','VfqIa','14478IbuwkG','FDPzs','addListeners','delay','wMReL','close','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'];a38_0x2bf7=function(){return _0x298f54;};return a38_0x2bf7();}const {global_registry,WS_EVENTS}=require(a38_0x14ed0d(0x1c8)),{logger}=require(a38_0x14ed0d(0x1b3)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils');exports[a38_0x14ed0d(0x166)]=_0x5f4a77=>{const _0x529052=a38_0x14ed0d,_0x14cde4={};_0x14cde4[_0x529052(0x1be)]=function(_0x31ca93,_0x353a13){return _0x31ca93===_0x353a13;},_0x14cde4['wBUXR']=_0x529052(0x16e),_0x14cde4[_0x529052(0x198)]=_0x529052(0x1bb),_0x14cde4[_0x529052(0x17c)]=_0x529052(0x1c1),_0x14cde4[_0x529052(0x178)]=function(_0x283649,_0x512d7f){return _0x283649===_0x512d7f;},_0x14cde4[_0x529052(0x173)]=_0x529052(0x186),_0x14cde4[_0x529052(0x193)]=function(_0x32265b,_0x2381c8){return _0x32265b!==_0x2381c8;},_0x14cde4[_0x529052(0x18b)]='qapyi',_0x14cde4[_0x529052(0x175)]=function(_0x2c9f1b,_0x22e0c1){return _0x2c9f1b!==_0x22e0c1;},_0x14cde4[_0x529052(0x1b7)]='leErN',_0x14cde4['ZcRCo']=function(_0x324817,_0x12e89c){return _0x324817===_0x12e89c;},_0x14cde4['MbdWm']=_0x529052(0x1ca),_0x14cde4[_0x529052(0x197)]='ftnnJ',_0x14cde4[_0x529052(0x171)]=function(_0x4e1a15,_0x135626){return _0x4e1a15!==_0x135626;},_0x14cde4[_0x529052(0x191)]='ofBWK',_0x14cde4['UhiFe']='zMksZ',_0x14cde4[_0x529052(0x185)]=_0x529052(0x16b),_0x14cde4[_0x529052(0x1a2)]=_0x529052(0x179),_0x14cde4[_0x529052(0x1bf)]=function(_0x54535b,_0x49b3a6){return _0x54535b===_0x49b3a6;},_0x14cde4[_0x529052(0x1b9)]='LYZOV',_0x14cde4['mNMdB']=_0x529052(0x177),_0x14cde4['IZHgc']=function(_0x42a9c1,_0x3720ac){return _0x42a9c1===_0x3720ac;},_0x14cde4['GGIPs']=function(_0x24c17f,_0x83eb57){return _0x24c17f===_0x83eb57;},_0x14cde4[_0x529052(0x188)]=_0x529052(0x176),_0x14cde4[_0x529052(0x1a3)]='VXXCp',_0x14cde4[_0x529052(0x17e)]=_0x529052(0x18f),_0x14cde4[_0x529052(0x18e)]=_0x529052(0x19e),_0x14cde4['qgKby']=_0x529052(0x180),_0x14cde4['SvJxE']=_0x529052(0x169);const _0x3e7e38=_0x14cde4;_0x5f4a77[_0x529052(0x184)](_0x3e7e38[_0x529052(0x17e)],()=>{const _0x4e76ff=_0x529052;_0x3e7e38[_0x4e76ff(0x193)](_0x3e7e38['tsjiQ'],_0x3e7e38[_0x4e76ff(0x18b)])?_0x3e7e38[_0x4e76ff(0x1be)](_0x272b42[_0x4e76ff(0x1a9)][_0x4e76ff(0x18a)],_0x3e7e38[_0x4e76ff(0x196)])?_0x9b857d[_0x4e76ff(0x1c6)](_0x3e7e38[_0x4e76ff(0x198)]):(_0x413a03[_0x4e76ff(0x1c6)](_0x3e7e38[_0x4e76ff(0x17c)]),_0x5a7465[_0x4e76ff(0x1a9)]['WS_OPENED_BEFORE']=!![]):_0x3e7e38['NtONU'](process[_0x4e76ff(0x1a9)][_0x4e76ff(0x18a)],_0x3e7e38[_0x4e76ff(0x196)])?_0x3e7e38[_0x4e76ff(0x175)](_0x3e7e38[_0x4e76ff(0x1b7)],_0x3e7e38[_0x4e76ff(0x1b7)])?_0x3d2846='['+new _0x1e0eb1()[_0x4e76ff(0x181)]()+_0x4e76ff(0x1b2)+_0x364d0b[_0x4e76ff(0x19e)]:logger[_0x4e76ff(0x1c6)](_0x3e7e38[_0x4e76ff(0x198)]):_0x3e7e38[_0x4e76ff(0x1b1)](_0x3e7e38[_0x4e76ff(0x170)],_0x3e7e38[_0x4e76ff(0x197)])?(_0x3e7e38['NtONU'](_0x379e1a[_0x4e76ff(0x1a9)][_0x4e76ff(0x1ab)],_0x3e7e38[_0x4e76ff(0x196)])&&(_0x5eba13[_0x4e76ff(0x1a9)][_0x4e76ff(0x18a)]=_0x3e7e38[_0x4e76ff(0x196)]),_0x269c3f[_0x4e76ff(0x1c6)](_0x3e7e38[_0x4e76ff(0x173)])):(logger[_0x4e76ff(0x1c6)](_0x3e7e38[_0x4e76ff(0x17c)]),process[_0x4e76ff(0x1a9)][_0x4e76ff(0x1ab)]=!![]);}),_0x5f4a77[_0x529052(0x184)](_0x3e7e38[_0x529052(0x18e)],async function(_0x382b40){const _0x453f44=_0x529052,_0x5a846a={};_0x5a846a['ozyaz']=_0x3e7e38[_0x453f44(0x17c)];const _0x5d8c8c=_0x5a846a;if(_0x3e7e38[_0x453f44(0x171)](_0x3e7e38[_0x453f44(0x191)],_0x3e7e38[_0x453f44(0x191)]))_0x2bd064[_0x453f44(0x180)](_0x453f44(0x16a)+_0x214350[_0x453f44(0x16c)]);else{logger['debug'](_0x453f44(0x172)+_0x382b40[_0x453f44(0x16c)]);let _0x179d8f,_0x140635;try{_0x3e7e38[_0x453f44(0x178)](_0x3e7e38[_0x453f44(0x19b)],_0x3e7e38[_0x453f44(0x19b)])?(_0x140635=JSON[_0x453f44(0x17b)](_0x382b40[_0x453f44(0x16c)]),_0x179d8f=_0x140635[_0x453f44(0x1ae)]):_0x10c756[_0x453f44(0x1c6)](_0x453f44(0x1a5)+_0x4b2598);}catch(_0x4520c8){_0x3e7e38[_0x453f44(0x193)](_0x3e7e38[_0x453f44(0x185)],_0x3e7e38['CQzQt'])?(_0x1c369f[_0x453f44(0x1c6)](_0x5d8c8c[_0x453f44(0x18c)]),_0x361741[_0x453f44(0x1a9)][_0x453f44(0x1ab)]=!![]):logger[_0x453f44(0x180)](_0x453f44(0x16a)+_0x382b40[_0x453f44(0x16c)]);}}}),_0x5f4a77[_0x529052(0x184)](_0x3e7e38[_0x529052(0x16f)],function(_0x53cc09){const _0x56b0b1=_0x529052;_0x3e7e38['ZcRCo'](_0x3e7e38[_0x56b0b1(0x1a2)],_0x3e7e38[_0x56b0b1(0x1a2)])?logger[_0x56b0b1(0x1c6)](_0x56b0b1(0x1a5)+_0x53cc09):_0x1b745d[_0x56b0b1(0x1b6)]=_0x48b1c1[_0x56b0b1(0x1b6)];}),_0x5f4a77['addEventListener'](_0x3e7e38[_0x529052(0x1ac)],function(){const _0x4af5be=_0x529052;_0x3e7e38['PMidY'](_0x3e7e38['BtEOQ'],_0x3e7e38[_0x4af5be(0x19d)])?_0x4baab7['gridProfile']=_0x14dcff[_0x4af5be(0x199)]:(_0x3e7e38[_0x4af5be(0x1c9)](process[_0x4af5be(0x1a9)]['WS_OPENED_BEFORE'],_0x3e7e38[_0x4af5be(0x196)])&&(_0x3e7e38[_0x4af5be(0x1a6)](_0x3e7e38[_0x4af5be(0x188)],_0x3e7e38[_0x4af5be(0x1a3)])?_0x27f254['gridProfileId']=_0x40091c['gridProfileId']:process[_0x4af5be(0x1a9)][_0x4af5be(0x18a)]=_0x3e7e38[_0x4af5be(0x196)]),logger[_0x4af5be(0x1c6)](_0x3e7e38['DtEEe']));});};const getLogMetaData=()=>{const _0x5b709b=a38_0x14ed0d,_0xe5a2a4={'pLxNQ':_0x5b709b(0x16e),'cZnpC':function(_0x435531){return _0x435531();},'VXCdr':function(_0x321aae){return _0x321aae();},'YvlJF':function(_0x52e377){return _0x52e377();},'wMReL':function(_0x18b7b1,_0x6229fb){return _0x18b7b1!==_0x6229fb;},'KCGsP':'iyTZi','FDPzs':function(_0x159727,_0x38d356){return _0x159727!==_0x38d356;},'zOfzt':_0x5b709b(0x19c),'pyRNJ':_0x5b709b(0x1aa),'PKNQn':function(_0x361541,_0x2a8337){return _0x361541===_0x2a8337;},'qeEzY':_0x5b709b(0x194)},_0x5b392a=_0xe5a2a4['cZnpC'](cli_version_and_path),_0x293129={'requestId':global_registry[_0x5b709b(0x1c4)],'username':global_registry['bstackUsername'],'cli_version':_0x5b392a[_0x5b709b(0x182)],'cli_path':_0x5b392a[_0x5b709b(0x1b0)],'os':_0xe5a2a4[_0x5b709b(0x1bc)](_os),'os_version':_0xe5a2a4[_0x5b709b(0x1bc)](os_version),'npm_version':_0xe5a2a4[_0x5b709b(0x1c7)](npm_version),'ci_environment':_0xe5a2a4[_0x5b709b(0x1b5)](ci_environment)};if(global_registry[_0x5b709b(0x183)]){if(_0xe5a2a4[_0x5b709b(0x168)](_0xe5a2a4[_0x5b709b(0x1af)],_0xe5a2a4['KCGsP'])){_0x4437a9[_0x5b709b(0x1c6)](_0x5b709b(0x172)+_0x300555[_0x5b709b(0x16c)]);let _0x2f6d10,_0x12d4c9;try{_0x12d4c9=_0x4cb17e[_0x5b709b(0x17b)](_0x33a6a8[_0x5b709b(0x16c)]),_0x2f6d10=_0x12d4c9['type'];}catch(_0x256cbc){_0x4d6566[_0x5b709b(0x180)](_0x5b709b(0x16a)+_0x322c2b[_0x5b709b(0x16c)]);}}else _0x293129[_0x5b709b(0x183)]=global_registry[_0x5b709b(0x183)];}return global_registry['gridProfile']&&(_0xe5a2a4[_0x5b709b(0x165)](_0xe5a2a4[_0x5b709b(0x192)],_0xe5a2a4[_0x5b709b(0x18d)])?_0x293129[_0x5b709b(0x199)]=global_registry['gridProfile']:_0x19044e[_0x5b709b(0x1a9)][_0x5b709b(0x18a)]=_0xe5a2a4[_0x5b709b(0x187)]),global_registry[_0x5b709b(0x1b6)]&&(_0xe5a2a4[_0x5b709b(0x16d)](_0xe5a2a4['qeEzY'],_0xe5a2a4[_0x5b709b(0x1a4)])?_0x293129[_0x5b709b(0x1b6)]=global_registry[_0x5b709b(0x1b6)]:(_0x277210=_0x195eee[_0x5b709b(0x17b)](_0x5ecf32[_0x5b709b(0x16c)]),_0x28a9ac=_0x31be81[_0x5b709b(0x1ae)])),_0x293129;};exports['delay']=_0x54f2c8=>new Promise((_0x4dc2f1,_0x5a7e36)=>setTimeout(_0x4dc2f1,_0x54f2c8)),exports[a38_0x14ed0d(0x1ba)]=async(_0x5f4ab6,_0x1357c8,_0x213bdb=a38_0x14ed0d(0x1a1),_0x30ff67=![])=>{const _0x163d26=a38_0x14ed0d,_0x5f4751={'sHTZi':_0x163d26(0x1bb),'UwSuy':function(_0x3aace4){return _0x3aace4();},'QAtQU':function(_0x155a89){return _0x155a89();},'okrmU':function(_0x1a6675){return _0x1a6675();},'ezADP':function(_0xea6bd6){return _0xea6bd6();},'ZWAcq':function(_0x3e1d73,_0x18f2fa){return _0x3e1d73===_0x18f2fa;},'bwPdH':function(_0x6f0c5d,_0x3ec6ad){return _0x6f0c5d!==_0x3ec6ad;},'KoAuK':_0x163d26(0x19f),'Nbayd':function(_0x4d2b71){return _0x4d2b71();},'CaJSC':'mdznw'};let _0x14f25f=_0x1357c8[_0x163d26(0x19e)];_0x5f4751[_0x163d26(0x174)](_0x1357c8[_0x163d26(0x1ae)],WS_EVENTS['LOG'])&&(_0x5f4751[_0x163d26(0x190)](_0x5f4751[_0x163d26(0x1b8)],_0x5f4751[_0x163d26(0x1b8)])?_0x316a7d[_0x163d26(0x1c6)](_0x5f4751['sHTZi']):_0x14f25f='['+new Date()['toUTCString']()+_0x163d26(0x1b2)+_0x1357c8[_0x163d26(0x19e)]);const _0x48b630={};_0x48b630[_0x163d26(0x19e)]=_0x14f25f,_0x48b630[_0x163d26(0x189)]=_0x213bdb;const _0x5b4b06={'type':_0x1357c8[_0x163d26(0x1ae)],..._0x5f4751[_0x163d26(0x17f)](getLogMetaData),'data':_0x48b630};_0x5f4ab6[_0x163d26(0x1a8)](JSON[_0x163d26(0x1c3)](_0x5b4b06));if(_0x30ff67){if(_0x5f4751[_0x163d26(0x174)](_0x5f4751[_0x163d26(0x195)],_0x5f4751[_0x163d26(0x195)]))await this[_0x163d26(0x167)](0x1f4);else{const _0x27d8a7=_0x5f4751['UwSuy'](_0xb15ef7),_0x41285c={'requestId':_0x349077[_0x163d26(0x1c4)],'username':_0x4b03f6['bstackUsername'],'cli_version':_0x27d8a7[_0x163d26(0x182)],'cli_path':_0x27d8a7[_0x163d26(0x1b0)],'os':_0x5f4751[_0x163d26(0x1a0)](_0x4adca3),'os_version':_0x5f4751['QAtQU'](_0x5d7341),'npm_version':_0x5f4751[_0x163d26(0x1a7)](_0x2c995d),'ci_environment':_0x5f4751['ezADP'](_0xbd7e02)};return _0x199b5e[_0x163d26(0x183)]&&(_0x41285c[_0x163d26(0x183)]=_0x5df108['gridProfileId']),_0x4f2f97[_0x163d26(0x199)]&&(_0x41285c[_0x163d26(0x199)]=_0x45bb3a['gridProfile']),_0x58ff21['gridName']&&(_0x41285c[_0x163d26(0x1b6)]=_0x57ddb5[_0x163d26(0x1b6)]),_0x41285c;}}};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserstack-node-sdk",
3
- "version": "1.65.5",
3
+ "version": "1.65.6",
4
4
  "private": false,
5
5
  "description": "Node SDK for browserstack selenium-webdriver tests",
6
6
  "main": "./src/index.js",
@@ -1 +1 @@
1
- const a0_0x294e19=a0_0x37c2;(function(_0x1108bc,_0x3510bc){const _0x18dcdf=a0_0x37c2,_0x10b88f=_0x1108bc();while(!![]){try{const _0xba6615=-parseInt(_0x18dcdf(0x1b2))/0x1*(parseInt(_0x18dcdf(0x225))/0x2)+-parseInt(_0x18dcdf(0x1c2))/0x3+-parseInt(_0x18dcdf(0x223))/0x4+parseInt(_0x18dcdf(0x257))/0x5*(parseInt(_0x18dcdf(0x241))/0x6)+-parseInt(_0x18dcdf(0x1bd))/0x7+-parseInt(_0x18dcdf(0x274))/0x8*(parseInt(_0x18dcdf(0x27b))/0x9)+parseInt(_0x18dcdf(0x1b4))/0xa*(parseInt(_0x18dcdf(0x24e))/0xb);if(_0xba6615===_0x3510bc)break;else _0x10b88f['push'](_0x10b88f['shift']());}catch(_0x318442){_0x10b88f['push'](_0x10b88f['shift']());}}}(a0_0x1968,0x24d7d));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x294e19(0x19b)),logger=require(a0_0x294e19(0x1f2))[a0_0x294e19(0x250)],testOpsHelper=require(a0_0x294e19(0x1aa)),requestSpy=require(a0_0x294e19(0x201)),PlaywrightSessionDetails=require(a0_0x294e19(0x23e)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x294e19(0x1ef)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x294e19(0x270)),AccessibilityHelper=require(a0_0x294e19(0x19f)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),scripts=require(a0_0x294e19(0x1ba)),PerformanceTester=require(a0_0x294e19(0x24f)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a0_0x294e19(0x215)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x294e19(0x22b)),testHubConstants=require(a0_0x294e19(0x198)),globals=require(a0_0x294e19(0x22a)),interopDefault=_0x193ba3=>_0x193ba3&&_0x193ba3[a0_0x294e19(0x210)]!==undefined?_0x193ba3['default']:_0x193ba3,CodeceptJS=requireModule(a0_0x294e19(0x277),a0_0x294e19(0x246)),CodeceptUtils=requireModule(a0_0x294e19(0x1da),a0_0x294e19(0x246)),CodeceptWebDriver=interopDefault(requireModule('codeceptjs/lib/helper/WebDriver.js',a0_0x294e19(0x246))),CodeceptRecorder=interopDefault(requireModule(a0_0x294e19(0x1cf),a0_0x294e19(0x246))),CodeceptPlaywright=interopDefault(requireModule(a0_0x294e19(0x27a),a0_0x294e19(0x246)));try{require('../../helpers/driverInitErrorReporter')[a0_0x294e19(0x264)]('codeceptjs');}catch(a0_0x2a8271){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a0_0x2a8271&&a0_0x2a8271[a0_0x294e19(0x285)]));}const playwrightMarkSessionStatus=(_0x1a7b53,_0x4c6f32,_0x42939f)=>{const _0x51fe37=a0_0x294e19,_0x338dfd={'NeREh':_0x51fe37(0x27c),'sTkaQ':function(_0x3ca2cd,_0x166120){return _0x3ca2cd(_0x166120);}},_0x34ec45={};_0x34ec45['status']=_0x4c6f32;const _0x43231c={};_0x43231c[_0x51fe37(0x1e2)]=_0x338dfd[_0x51fe37(0x195)],_0x43231c['arguments']=_0x34ec45;const _0x32c1f5=_0x43231c;return!_0x338dfd[_0x51fe37(0x17e)](isUndefined,_0x42939f)&&(_0x32c1f5['arguments']['reason']=JSON[_0x51fe37(0x204)](_0x42939f)),_0x1a7b53[_0x51fe37(0x1f6)](()=>{},_0x51fe37(0x26f)+JSON[_0x51fe37(0x204)](_0x32c1f5));},o11ySync=PerformanceTester[a0_0x294e19(0x232)](PerformanceO11yEvents[a0_0x294e19(0x229)],async _0x271b7d=>{const _0x463086=a0_0x294e19,_0x17ad5b={};_0x17ad5b[_0x463086(0x25b)]=function(_0x4c3778,_0x341056){return _0x4c3778===_0x341056;},_0x17ad5b[_0x463086(0x247)]=_0x463086(0x282);const _0x3ed142=_0x17ad5b;_0x3ed142[_0x463086(0x25b)](_0x271b7d['constructor']['name'],_0x3ed142[_0x463086(0x247)])?await _0x271b7d[_0x463086(0x1f6)](_0x1a4135=>{},testOpsHelper[_0x463086(0x1fc)]()):await _0x271b7d[_0x463086(0x1f6)](testOpsHelper[_0x463086(0x1fc)]());}),markSessionName=PerformanceTester[a0_0x294e19(0x232)](PerformanceAutEvents[a0_0x294e19(0x25d)],async(_0x2c8c6e,_0x50089b)=>{const _0x3b0b95=a0_0x294e19,_0x1384a0={};_0x1384a0[_0x3b0b95(0x1ee)]='setSessionName',_0x1384a0[_0x3b0b95(0x21d)]=function(_0x235c62,_0x548026){return _0x235c62===_0x548026;},_0x1384a0[_0x3b0b95(0x20c)]=_0x3b0b95(0x282);const _0x44ab1b=_0x1384a0,_0x58506e={};_0x58506e[_0x3b0b95(0x276)]=_0x50089b;const _0x21f77e={};_0x21f77e[_0x3b0b95(0x1e2)]=_0x44ab1b[_0x3b0b95(0x1ee)],_0x21f77e['arguments']=_0x58506e;const _0x5c851f=_0x21f77e;_0x44ab1b[_0x3b0b95(0x21d)](_0x2c8c6e[_0x3b0b95(0x284)][_0x3b0b95(0x276)],_0x44ab1b[_0x3b0b95(0x20c)])?await _0x2c8c6e[_0x3b0b95(0x1f6)](()=>{},_0x3b0b95(0x26f)+JSON['stringify'](_0x5c851f)):await _0x2c8c6e['executeScript']('browserstack_executor:\x20'+JSON[_0x3b0b95(0x204)](_0x5c851f));}),patchSaveScreenshot=_0x1c2c13=>{const _0x4754fb=a0_0x294e19,_0xe18286={'BFTal':'base64','qmYeQ':_0x4754fb(0x235),'KxWOb':function(_0x1de149){return _0x1de149();},'MyMcW':function(_0x25359d,_0x4bfe5e){return _0x25359d(_0x4bfe5e);},'yUGtt':_0x4754fb(0x1ca),'bkAQa':function(_0x37b067,_0x4c74b8){return _0x37b067(_0x4c74b8);}};_0xe18286['bkAQa'](isTrue,process[_0x4754fb(0x234)][_0x4754fb(0x236)])&&!_0x1c2c13['patchSaveScreenshot']&&(_0x1c2c13['patchSaveScreenshot']=!![],_0x1c2c13[_0x4754fb(0x218)]=_0x1c2c13[_0x4754fb(0x1be)],_0x1c2c13[_0x4754fb(0x1be)]=(_0x19f781,_0x3767a2=![])=>{const _0x5f12b4=_0x4754fb,_0x1d987e={'pDNjT':_0xe18286[_0x5f12b4(0x183)],'WhpVv':_0xe18286[_0x5f12b4(0x238)],'VnavY':function(_0x4ab38c){const _0x217789=_0x5f12b4;return _0xe18286[_0x217789(0x25a)](_0x4ab38c);},'wZYTL':function(_0x17f91f,_0x239c73){const _0x3b777a=_0x5f12b4;return _0xe18286[_0x3b777a(0x262)](_0x17f91f,_0x239c73);},'WgLoL':_0xe18286['yUGtt']};return new Promise(function(_0x310fc9,_0x531633){const _0x38b308=_0x5f12b4,_0x349096={'rrXcF':_0x1d987e[_0x38b308(0x22e)],'JCvXk':_0x1d987e[_0x38b308(0x197)],'wdGZE':function(_0x1787a6){const _0x403d46=_0x38b308;return _0x1d987e[_0x403d46(0x23c)](_0x1787a6);},'ldkMk':function(_0x5ce372,_0x4b8916){return _0x1d987e['wZYTL'](_0x5ce372,_0x4b8916);},'WuLey':_0x1d987e[_0x38b308(0x258)]};_0x1c2c13['initSaveScreenshot'](_0x19f781,_0x3767a2)['then'](()=>{const _0x41c41a=_0x38b308,_0x394c0d=CodeceptUtils[_0x41c41a(0x18b)](_0x19f781);if(_0x394c0d){const _0x578742=fs['readFileSync'](_0x394c0d);process[_0x41c41a(0x1a3)](_0x41c41a(0x266)+process[_0x41c41a(0x22f)],{'timestamp':new Date()[_0x41c41a(0x25f)](),'message':_0x578742[_0x41c41a(0x17b)](_0x349096[_0x41c41a(0x205)]),'kind':_0x349096['JCvXk']}),_0x349096['wdGZE'](_0x310fc9);}_0x349096['ldkMk'](_0x531633,new Error(_0x349096[_0x41c41a(0x1a1)]));})['catch'](()=>null);});});},patchWebDriverBefore=(_0x59ea87,_0x54e2dc)=>{const _0x147fcb=a0_0x294e19,_0x141764={'koAxV':function(_0x28a612){return _0x28a612();},'HrpHo':function(_0x3b4cfb,_0x1149ec){return _0x3b4cfb(_0x1149ec);},'HnvMf':function(_0x2ff83e,_0xada241){return _0x2ff83e===_0xada241;},'WQNxa':_0x147fcb(0x1f9),'klQcR':function(_0x5aa643,_0x34da1a){return _0x5aa643===_0x34da1a;},'xORvW':_0x147fcb(0x1ac),'sIQWg':function(_0x5e8c2d,_0x12134d){return _0x5e8c2d===_0x12134d;},'wdzIV':_0x147fcb(0x17d),'UmLNd':_0x147fcb(0x222)},_0x1ece24=async function(_0x4634e5,_0x1d443f){const _0x455812=_0x147fcb;_0x141764[_0x455812(0x1af)](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global[_0x455812(0x17f)]&&scripts[_0x455812(0x19c)](_0x4634e5['name'])&&_0x141764[_0x455812(0x1f1)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x455812(0x17a)]=!![],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x455812(0x1b1)],async()=>{const _0x619d46=_0x455812;logger['debug'](_0x619d46(0x240)+_0x4634e5[_0x619d46(0x25c)]+'\x20'+_0x4634e5[_0x619d46(0x276)]),await AccessibilityHelper[_0x619d46(0x200)](_0x59ea87,scripts[_0x619d46(0x1f5)]);},{'command':_0x4634e5['name']})());global[_0x455812(0x17a)]=![];const _0x2d4175=JSON[_0x455812(0x1c0)](process[_0x455812(0x234)][_0x455812(0x1a4)]||'{}');if(_0x141764['HnvMf'](_0x2d4175?.['testFramework']?.[_0x455812(0x276)],_0x141764[_0x455812(0x1a0)])&&_0x141764[_0x455812(0x279)](typeof _0x2d4175?.['testFramework']?.[_0x455812(0x251)],_0x141764[_0x455812(0x24b)])&&_0x2d4175?.[_0x455812(0x19e)]?.['version'][_0x455812(0x1dd)]('7'))return _0x1d443f['apply'](null,Array['prototype'][_0x455812(0x233)][_0x455812(0x1bb)](arguments,0x2));return _0x1d443f[_0x455812(0x1a2)](this,Array['prototype']['slice'][_0x455812(0x1bb)](arguments,0x2));},_0x19e5cd=CodeceptWebDriver['prototype'][_0x147fcb(0x1fd)];CodeceptWebDriver[_0x147fcb(0x1f7)][_0x147fcb(0x1fd)]=async function(){const _0x3f05fb=_0x147fcb,_0x105871={'oYgUb':function(_0x47da6e,_0x59707b){return _0x141764['sIQWg'](_0x47da6e,_0x59707b);},'lBoYv':_0x141764['wdzIV']};try{await _0x19e5cd[_0x3f05fb(0x1a2)](this,arguments);}catch(_0x5e4aed){logger['debug']('Failed\x20to\x20execute\x20_before:\x20'+util[_0x3f05fb(0x260)](_0x5e4aed));}(scripts[_0x3f05fb(0x18a)]||[])['filter'](_0x166c15=>_0x166c15[_0x3f05fb(0x276)]&&_0x166c15[_0x3f05fb(0x25c)])[_0x3f05fb(0x263)](_0x49d0ad=>{const _0x4a2b14=_0x3f05fb;this[_0x4a2b14(0x22c)]['overwriteCommand'](_0x49d0ad[_0x4a2b14(0x276)],_0x1ece24[_0x4a2b14(0x255)](this,_0x49d0ad),_0x105871[_0x4a2b14(0x278)](_0x49d0ad[_0x4a2b14(0x25c)],_0x105871['lBoYv']));}),_0x141764[_0x3f05fb(0x1f1)](processWebDriverConfig,_0x59ea87);try{_0x54e2dc&&_0x141764['HnvMf'](typeof _0x54e2dc[_0x3f05fb(0x1c8)],_0x141764[_0x3f05fb(0x221)])&&await _0x54e2dc[_0x3f05fb(0x1c8)]();}catch(_0x20504f){logger[_0x3f05fb(0x245)](_0x3f05fb(0x1d9)+util[_0x3f05fb(0x260)](_0x20504f));}};};function parseJwt(_0x2b9c4a){const _0x366ff7=a0_0x294e19,_0x4126f0={};_0x4126f0['iZsoK']=_0x366ff7(0x1d0);const _0x5abac5=_0x4126f0;if(!_0x2b9c4a)return null;return JSON[_0x366ff7(0x1c0)](Buffer[_0x366ff7(0x1e4)](_0x2b9c4a[_0x366ff7(0x206)]('.')[0x1],_0x5abac5[_0x366ff7(0x268)])[_0x366ff7(0x17b)]());}function a0_0x37c2(_0x395f2d,_0x41a74c){const _0x1968a5=a0_0x1968();return a0_0x37c2=function(_0x37c2a6,_0x459760){_0x37c2a6=_0x37c2a6-0x17a;let _0x2e8de9=_0x1968a5[_0x37c2a6];return _0x2e8de9;},a0_0x37c2(_0x395f2d,_0x41a74c);}const patchPlaywrightBefore=_0x3c9631=>{const _0x2d3c5e=a0_0x294e19,_0x364f6b={'DdbIS':function(_0x382e4a){return _0x382e4a();},'UXKIp':_0x2d3c5e(0x1fe),'YQxKv':'--auto-open-devtools-for-tabs','xxpJE':function(_0x14b617,_0x37ac8e){return _0x14b617(_0x37ac8e);},'bAWvP':function(_0x31766a,_0x5e338a){return _0x31766a+_0x5e338a;},'IkjaH':_0x2d3c5e(0x1a6),'jFUkJ':function(_0x12de73){return _0x12de73();},'QUwWb':function(_0x51e0c7){return _0x51e0c7();},'zKugU':function(_0x2b19b6){return _0x2b19b6();},'HTBqf':function(_0x3eebe5,_0x4e58e3){return _0x3eebe5===_0x4e58e3;},'vlcNs':'function'};PlaywrightSessionDetails['patch']();const _0x3214a4=CodeceptPlaywright[_0x2d3c5e(0x1f7)][_0x2d3c5e(0x1fd)];CodeceptPlaywright[_0x2d3c5e(0x1f7)]['_before']=async function(){const _0x25ed59=_0x2d3c5e;this[_0x25ed59(0x280)]=await this[_0x25ed59(0x22c)][_0x25ed59(0x1c7)]()[0x0];const _0x386418=async()=>{const _0x34fc6e=_0x25ed59,_0x5454ff={'XVgpr':function(_0x47f0c4){const _0x3fd8d7=a0_0x37c2;return _0x364f6b[_0x3fd8d7(0x271)](_0x47f0c4);},'AyuaR':_0x364f6b[_0x34fc6e(0x228)]},_0x22e9e0=this[_0x34fc6e(0x1d2)]&&this[_0x34fc6e(0x1d2)][_0x34fc6e(0x20e)]&&this[_0x34fc6e(0x1d2)][_0x34fc6e(0x20e)][_0x34fc6e(0x17c)]&&Array[_0x34fc6e(0x272)](this[_0x34fc6e(0x1d2)][_0x34fc6e(0x20e)]['args'])&&this[_0x34fc6e(0x1d2)][_0x34fc6e(0x20e)][_0x34fc6e(0x17c)]['includes'](_0x364f6b[_0x34fc6e(0x254)]);if(_0x364f6b[_0x34fc6e(0x271)](isAccessibilityAutomationSession)&&!_0x22e9e0)try{const _0x2ab4fd=_0x364f6b[_0x34fc6e(0x267)](parseJwt,process[_0x34fc6e(0x234)][_0x34fc6e(0x1a5)]);if(_0x2ab4fd&&_0x2ab4fd[_0x34fc6e(0x19d)]&&_0x2ab4fd[_0x34fc6e(0x19d)][_0x34fc6e(0x189)]){const _0x44061c=this[_0x34fc6e(0x280)][_0x34fc6e(0x242)][_0x34fc6e(0x255)](this[_0x34fc6e(0x280)]);this[_0x34fc6e(0x280)][_0x34fc6e(0x242)]=async function(){const _0x303f1b=_0x34fc6e,_0xfd0cbd=await _0x5454ff[_0x303f1b(0x1ae)](_0x44061c),_0x3fcfac=[];for(const _0x60effc of _0xfd0cbd){try{const _0x3d3363=await _0x60effc['url']();!_0x3d3363[_0x303f1b(0x1dd)](_0x5454ff['AyuaR'])&&_0x3fcfac[_0x303f1b(0x203)](_0x60effc);}catch(_0x353856){_0x3fcfac[_0x303f1b(0x203)](_0x60effc);}}return _0x3fcfac;};}if(!_0x364f6b['DdbIS'](isBrowserstackInfra)){const _0x171154=await this[_0x34fc6e(0x1e8)][_0x34fc6e(0x188)]();if(_0x171154[_0x34fc6e(0x1dd)](_0x364f6b[_0x34fc6e(0x228)])){const _0x167838=await this[_0x34fc6e(0x280)][_0x34fc6e(0x242)]();this[_0x34fc6e(0x193)](_0x167838[0x0]);}}}catch(_0x5693e2){logger[_0x34fc6e(0x245)](_0x34fc6e(0x20b)+_0x5693e2[_0x34fc6e(0x285)]+(_0x5693e2[_0x34fc6e(0x181)]?_0x364f6b['bAWvP'](_0x364f6b[_0x34fc6e(0x21c)],_0x5693e2['stack']):''));}};_0x364f6b[_0x25ed59(0x1b9)](isBrowserstackInfra)&&await _0x364f6b[_0x25ed59(0x1b9)](_0x386418);await _0x3214a4[_0x25ed59(0x1a2)](this,arguments);!_0x364f6b[_0x25ed59(0x265)](isBrowserstackInfra)&&await _0x364f6b[_0x25ed59(0x230)](_0x386418);try{_0x3c9631&&_0x364f6b[_0x25ed59(0x26c)](typeof _0x3c9631['flushPendingHookEvents'],_0x364f6b['vlcNs'])&&await _0x3c9631[_0x25ed59(0x1c8)]();}catch(_0x295dcb){logger[_0x25ed59(0x245)](_0x25ed59(0x1c3)+util['format'](_0x295dcb));}};},getCodeceptDriver=()=>{const _0xd2a11e=a0_0x294e19,_0x532b88={};_0x532b88[_0xd2a11e(0x214)]='WebDriver',_0x532b88[_0xd2a11e(0x1a8)]=_0xd2a11e(0x282),_0x532b88[_0xd2a11e(0x1b5)]=_0xd2a11e(0x21e),_0x532b88[_0xd2a11e(0x185)]=_0xd2a11e(0x1b6);const _0x39624a=_0x532b88,_0x34f6cc=[_0x39624a[_0xd2a11e(0x214)],_0x39624a[_0xd2a11e(0x1a8)],_0x39624a[_0xd2a11e(0x1b5)],_0x39624a[_0xd2a11e(0x185)]],_0x8bab49=_0x34f6cc[_0xd2a11e(0x1e3)](_0x925d2c=>!!CodeceptJS[_0xd2a11e(0x239)]['helpers'](_0x925d2c));if(!_0x8bab49)return null;return CodeceptJS[_0xd2a11e(0x239)][_0xd2a11e(0x199)](_0x8bab49);};module['exports']=function(_0x5bb52a){const _0x53bade=a0_0x294e19,_0x1b29ab={'nIdLk':function(_0x4afdc1,_0x290d3c){return _0x4afdc1(_0x290d3c);},'zMwXz':function(_0x48565f,_0x491b36,_0x4f2946){return _0x48565f(_0x491b36,_0x4f2946);},'OWJTH':_0x53bade(0x26b),'aoWgK':_0x53bade(0x283),'MLVMt':_0x53bade(0x1f3),'DOvPl':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','aMNPI':function(_0x14b66b,_0x387adb,_0x493f4d){return _0x14b66b(_0x387adb,_0x493f4d);},'cljIK':_0x53bade(0x1b7),'vYbiQ':_0x53bade(0x224),'fpgXe':function(_0x25d8f1,_0x5c06f5,_0x83ed85){return _0x25d8f1(_0x5c06f5,_0x83ed85);},'CtppC':function(_0x8efc95,_0x56f4a4,_0x3c8407){return _0x8efc95(_0x56f4a4,_0x3c8407);},'xnxie':'hook-failed','bpiuC':'browserstackTestName','Nqdgp':function(_0x3f666a){return _0x3f666a();},'bUJtU':_0x53bade(0x208),'ZMlnt':_0x53bade(0x23b),'AYtwk':function(_0x453d7d,_0x3d706e){return _0x453d7d(_0x3d706e);},'bbHUQ':function(_0xe146c5,_0x45cde5,_0x140125){return _0xe146c5(_0x45cde5,_0x140125);},'DOLQg':_0x53bade(0x1ab),'cMTNv':function(_0x26904b,_0x53cddd,_0x3ce03b){return _0x26904b(_0x53cddd,_0x3ce03b);},'CefaN':function(_0x1f7369){return _0x1f7369();},'LMBDc':_0x53bade(0x1f8),'LTynM':function(_0x3f52fc){return _0x3f52fc();},'SxgFQ':function(_0x18a917,_0x3662a4,_0x4c07ab,_0x26cc5a){return _0x18a917(_0x3662a4,_0x4c07ab,_0x26cc5a);},'ldxYV':function(_0x2c3d14,_0x128567){return _0x2c3d14===_0x128567;},'yEghU':_0x53bade(0x220),'dNhZs':_0x53bade(0x1dc),'vANaJ':_0x53bade(0x182),'TVyJT':_0x53bade(0x256),'tPcHm':_0x53bade(0x1bc),'nfycl':_0x53bade(0x248),'lGPbk':_0x53bade(0x1c9),'QoNRn':_0x53bade(0x1fa),'XOxlc':'bddStep-before','qqbBG':'bddStep-after','YqgIi':function(_0x4e2123){return _0x4e2123();},'VQjkF':_0x53bade(0x282)};_0x5bb52a['skipSessionStatus']&&(global['__skipSessionStatus']=_0x5bb52a[_0x53bade(0x1e0)]);PerformanceTester[_0x53bade(0x20d)]();const _0x41e675=_0x1b29ab['YqgIi'](getCodeceptDriver),_0x297c76=new O11yHelper(_0x41e675,_0x5bb52a),_0x171c84=!!CodeceptJS[_0x53bade(0x239)][_0x53bade(0x199)](_0x1b29ab[_0x53bade(0x1b3)]);global['__driver']=_0x41e675;_0x41e675&&(PerformanceTester[_0x53bade(0x232)](PerformanceEvents[_0x53bade(0x237)],()=>{const _0x1dcf15=_0x53bade;_0x171c84?_0x1b29ab[_0x1dcf15(0x1d4)](patchPlaywrightBefore,_0x297c76):_0x1b29ab['zMwXz'](patchWebDriverBefore,_0x41e675,_0x297c76);})(),PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x526484=_0x53bade,_0x234d41={};_0x234d41[_0x526484(0x1c5)]=_0x1b29ab['MLVMt'],_0x234d41[_0x526484(0x27f)]=_0x1b29ab[_0x526484(0x243)];const _0xe8437c=_0x234d41;_0x41e675[_0x526484(0x26b)]=async()=>{const _0x400c67=_0x526484;if(global[_0x400c67(0x17f)]){const _0x5bc2df={};return _0x5bc2df[_0x400c67(0x202)]=_0x1b29ab['OWJTH'],await PerformanceTester[_0x400c67(0x232)](PerformanceA11yEvents[_0x400c67(0x1b1)],async()=>{const _0x493bbd=_0x400c67;return await AccessibilityHelper[_0x493bbd(0x200)](_0x41e675,scripts[_0x493bbd(0x1f5)]);},_0x5bc2df)(),await PerformanceTester[_0x400c67(0x232)](PerformanceA11yEvents[_0x400c67(0x186)],async()=>{const _0x513ae3=_0x400c67;return await AccessibilityHelper[_0x513ae3(0x200)](_0x41e675,scripts['getResultsSummary']);})();}return logger[_0x400c67(0x261)](_0x1b29ab[_0x400c67(0x217)]),{};},_0x41e675[_0x526484(0x1f3)]=async()=>{const _0x555397=_0x526484;if(global['accessibilityPlatform']){const _0x54343f={};return _0x54343f[_0x555397(0x202)]=_0xe8437c[_0x555397(0x1c5)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x218b3e=_0x555397;return await AccessibilityHelper[_0x218b3e(0x200)](_0x41e675,scripts[_0x218b3e(0x1f5)]);},_0x54343f)(),await PerformanceTester[_0x555397(0x232)](PerformanceA11yEvents[_0x555397(0x213)],async()=>{const _0x5e8f01=_0x555397;return await AccessibilityHelper[_0x5e8f01(0x200)](_0x41e675,scripts['getResults']);})();}return logger['warn'](_0xe8437c[_0x555397(0x27f)]),{};},_0x1b29ab[_0x526484(0x1d4)](patchSaveScreenshot,_0x41e675);})());CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x53bade(0x259)][_0x53bade(0x21f)],()=>{const _0x16d7ab=_0x53bade;PerformanceTester[_0x16d7ab(0x1df)](PerformanceEvents[_0x16d7ab(0x1e1)]);try{_0x297c76[_0x16d7ab(0x1df)](),testOpsHelper[_0x16d7ab(0x191)](),PerformanceTester[_0x16d7ab(0x18c)](PerformanceEvents[_0x16d7ab(0x1e1)]);}catch(_0x413134){PerformanceTester['captureError'](_0x413134),PerformanceTester['end'](PerformanceEvents[_0x16d7ab(0x1e1)],![],_0x413134);}}),CodeceptJS['event'][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x259)][_0x53bade(0x1ce)],async()=>{const _0x533328=_0x53bade;PerformanceTester[_0x533328(0x1df)](PerformanceEvents[_0x533328(0x20a)]);try{requestSpy[_0x533328(0x1b8)](),await _0x297c76[_0x533328(0x1ad)](),PerformanceTester[_0x533328(0x18c)](PerformanceEvents[_0x533328(0x20a)]);}catch(_0x59f810){PerformanceTester[_0x533328(0x1d1)](_0x59f810),PerformanceTester[_0x533328(0x18c)](PerformanceEvents[_0x533328(0x20a)],![],_0x59f810);}finally{PerformanceTester[_0x533328(0x216)]();}});const _0x5d5398=(_0x481d8d,_0x59e0aa)=>{const _0x571f26=_0x53bade;if(!_0x297c76)return;if(!_0x297c76[_0x571f26(0x1d5)]()){_0x297c76[_0x571f26(0x209)](_0x481d8d,_0x59e0aa);return;}CodeceptRecorder[_0x571f26(0x252)](()=>_0x297c76[_0x571f26(0x1e5)](_0x481d8d,_0x59e0aa));};CodeceptJS[_0x53bade(0x180)][_0x53bade(0x1cd)]['on'](CodeceptJS['event'][_0x53bade(0x187)][_0x53bade(0x19a)],_0x4097fa=>{const _0x22b04a=_0x53bade;PerformanceTester[_0x22b04a(0x1df)](PerformanceEvents[_0x22b04a(0x1a7)]);try{const _0x3b8a7e=_0x4097fa[_0x22b04a(0x24c)][_0x22b04a(0x231)],_0x356e58=_0x297c76[_0x22b04a(0x1c4)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x3b8a7e);_0x1b29ab[_0x22b04a(0x1d3)](_0x5d5398,TEST_EVENTS[_0x22b04a(0x21a)],_0x356e58);const _0x307a56={};_0x307a56[_0x22b04a(0x1e7)]=_0x1b29ab[_0x22b04a(0x1bf)],PerformanceTester['end'](PerformanceEvents[_0x22b04a(0x1a7)],!![],null,_0x307a56);}catch(_0x3c7607){const _0x1c9ab8={};_0x1c9ab8[_0x22b04a(0x1e7)]=_0x1b29ab['cljIK'],PerformanceTester['end'](PerformanceEvents[_0x22b04a(0x1a7)],![],_0x3c7607,_0x1c9ab8),PerformanceTester[_0x22b04a(0x1d1)](_0x3c7607);}}),CodeceptJS['event'][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x187)][_0x53bade(0x26a)],_0x56aeb6=>{const _0x491ade=_0x53bade,_0x250747={};_0x250747['hookType']=_0x1b29ab['vYbiQ'],PerformanceTester['start'](PerformanceHookEvents[_0x491ade(0x1a7)],!![],null,_0x250747);try{const _0x3f9ad5=_0x56aeb6[_0x491ade(0x24c)]['test'],_0x4b7460=_0x297c76['captureEvent'](TEST_EVENTS[_0x491ade(0x1de)],_0x3f9ad5);_0x1b29ab[_0x491ade(0x1c1)](_0x5d5398,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4b7460);const _0x21cbdc={};_0x21cbdc[_0x491ade(0x1e7)]=_0x1b29ab[_0x491ade(0x227)],PerformanceTester[_0x491ade(0x18c)](PerformanceHookEvents[_0x491ade(0x1a7)],!![],null,_0x21cbdc);}catch(_0x3e25f7){PerformanceTester[_0x491ade(0x1d1)](_0x3e25f7);const _0x167440={};_0x167440['hookType']=_0x1b29ab[_0x491ade(0x227)],PerformanceTester[_0x491ade(0x18c)](PerformanceHookEvents[_0x491ade(0x1a7)],![],_0x3e25f7,_0x167440);}}),CodeceptJS[_0x53bade(0x180)]['dispatcher']['on'](CodeceptJS['event'][_0x53bade(0x187)][_0x53bade(0x1db)],async(_0x11bbd9,_0x37fb96)=>{const _0x3f6b46=_0x53bade;PerformanceTester[_0x3f6b46(0x1df)](PerformanceHookEvents[_0x3f6b46(0x1a7)]);try{const _0x8d7aa=_0x11bbd9[_0x3f6b46(0x24c)][_0x3f6b46(0x231)],_0x3d2ebe=_0x297c76[_0x3f6b46(0x1c4)](TEST_EVENTS[_0x3f6b46(0x1de)],_0x8d7aa,_0x37fb96);_0x1b29ab['CtppC'](_0x5d5398,TEST_EVENTS['HOOK_RUN_FINISHED'],_0x3d2ebe);const _0x17bee1={};_0x17bee1[_0x3f6b46(0x1e7)]=_0x1b29ab['xnxie'],PerformanceTester[_0x3f6b46(0x1df)](PerformanceHookEvents[_0x3f6b46(0x1a7)],!![],null,_0x17bee1);}catch(_0x4b0610){PerformanceTester['captureError'](_0x4b0610);const _0x3b9428={};_0x3b9428[_0x3f6b46(0x1e7)]=_0x1b29ab[_0x3f6b46(0x1a9)],PerformanceTester['end'](PerformanceHookEvents[_0x3f6b46(0x1a7)],![],_0x4b0610,_0x3b9428);}const _0x7f4f55={};_0x7f4f55[_0x3f6b46(0x1e7)]=_0x1b29ab[_0x3f6b46(0x1a9)],PerformanceTester[_0x3f6b46(0x18c)](PerformanceHookEvents[_0x3f6b46(0x1a7)],!![],null,_0x7f4f55);}),CodeceptJS[_0x53bade(0x180)][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x231)][_0x53bade(0x21f)],_0x5b17f0=>{const _0x910410=_0x53bade;PerformanceTester[_0x910410(0x1df)](PerformanceHookEvents[_0x910410(0x1a7)]);try{globals['setGlobal'](_0x1b29ab[_0x910410(0x1e6)],_0x5b17f0[_0x910410(0x184)]);_0x1b29ab[_0x910410(0x1d6)](isBrowserstackInfra)&&(_0x171c84&&(global[_0x910410(0x1c6)]={'currentTest':{'name':_0x5b17f0[_0x910410(0x184)],'testInfo':{'titlePath':_0x5b17f0[_0x910410(0x20f)]()}}}));try{const _0x18adc0=_0x1b29ab[_0x910410(0x269)](shouldScanTestForAccessibility,_0x5b17f0[_0x910410(0x20f)](),!![]);globals['setGlobal'](_0x1b29ab[_0x910410(0x281)],_0x18adc0);}catch(_0x2b3f37){logger[_0x910410(0x245)](_0x910410(0x1cc)+util[_0x910410(0x260)](_0x2b3f37));}const _0x40aa3e={};_0x40aa3e['hookType']=_0x1b29ab[_0x910410(0x273)],PerformanceTester[_0x910410(0x18c)](PerformanceHookEvents[_0x910410(0x1a7)],!![],null,_0x40aa3e);}catch(_0x2929d6){PerformanceTester[_0x910410(0x1d1)](_0x2929d6);const _0x27a636={};_0x27a636['hookType']=_0x1b29ab[_0x910410(0x273)],PerformanceTester[_0x910410(0x18c)](PerformanceHookEvents['SDK_HOOK'],![],_0x2929d6,_0x27a636);}}),CodeceptJS[_0x53bade(0x180)]['dispatcher']['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x231)]['started'],_0x57badd=>{const _0x5b35c4=_0x53bade,_0x476af2={'MPMnJ':function(_0x12d618){const _0x1ac0bf=a0_0x37c2;return _0x1b29ab[_0x1ac0bf(0x1d6)](_0x12d618);},'naKje':function(_0x5ed2a3,_0x199f0a){const _0x1998a4=a0_0x37c2;return _0x1b29ab[_0x1998a4(0x1ed)](_0x5ed2a3,_0x199f0a);},'cOoDY':function(_0x1cb2a8,_0x5b0510,_0x42890e){const _0x26b583=a0_0x37c2;return _0x1b29ab[_0x26b583(0x27e)](_0x1cb2a8,_0x5b0510,_0x42890e);}};PerformanceTester[_0x5b35c4(0x1df)](PerformanceHookEvents['SDK_HOOK']);try{globals[_0x5b35c4(0x1cb)](_0x1b29ab[_0x5b35c4(0x1e6)],_0x57badd['title']);const _0x1658e6=_0x297c76[_0x5b35c4(0x1c4)](TEST_EVENTS[_0x5b35c4(0x207)],_0x57badd);CodeceptRecorder[_0x5b35c4(0x252)](()=>_0x297c76[_0x5b35c4(0x1c8)]()),CodeceptRecorder[_0x5b35c4(0x252)](()=>_0x297c76['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x1658e6)),CodeceptRecorder[_0x5b35c4(0x252)](()=>_0x297c76['sendCBTInfo'](_0x57badd[_0x5b35c4(0x25e)])),CodeceptRecorder[_0x5b35c4(0x252)](async()=>{const _0x54576b=_0x5b35c4;_0x476af2[_0x54576b(0x26e)](isBrowserstackInfra)&&(!_0x476af2[_0x54576b(0x18e)](isTrue,_0x5bb52a[_0x54576b(0x21b)])&&await _0x476af2[_0x54576b(0x226)](markSessionName,_0x41e675,_0x57badd[_0x54576b(0x184)]),_0x297c76[_0x54576b(0x212)]&&await _0x476af2['naKje'](o11ySync,_0x41e675));});}catch(_0x276458){const _0x2866c1={};_0x2866c1['hookType']=_0x1b29ab[_0x5b35c4(0x1d8)],PerformanceTester['end'](PerformanceHookEvents[_0x5b35c4(0x1a7)],![],_0x276458,_0x2866c1),PerformanceTester[_0x5b35c4(0x1d1)](_0x276458);}const _0x3472af={};_0x3472af[_0x5b35c4(0x1e7)]=_0x1b29ab[_0x5b35c4(0x1d8)],PerformanceTester[_0x5b35c4(0x18c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3472af);}),CodeceptJS[_0x53bade(0x180)][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x231)]['passed'],_0x3ce605=>{const _0x108071=_0x53bade,_0x1ba877={'LCBTl':function(_0x34abb5,_0x2494e1,_0xcc7908){return _0x1b29ab['cMTNv'](_0x34abb5,_0x2494e1,_0xcc7908);},'tVmpl':function(_0x5edf5d){const _0x46aca8=a0_0x37c2;return _0x1b29ab[_0x46aca8(0x1f4)](_0x5edf5d);}};PerformanceTester[_0x108071(0x1df)](PerformanceHookEvents[_0x108071(0x1a7)]);try{const _0x62ef4f=_0x297c76['captureEvent'](TEST_EVENTS[_0x108071(0x24d)],_0x3ce605);CodeceptRecorder[_0x108071(0x252)](()=>_0x297c76[_0x108071(0x1e5)](TEST_EVENTS[_0x108071(0x24d)],_0x62ef4f)),CodeceptRecorder[_0x108071(0x252)](async()=>{const _0x1c18bc=_0x108071;_0x1ba877[_0x1c18bc(0x22d)](isBrowserstackInfra)&&await PerformanceTester[_0x1c18bc(0x232)](PerformanceAutEvents[_0x1c18bc(0x18d)],async()=>{const _0x49c322=_0x1c18bc;_0x171c84?await _0x1ba877['LCBTl'](playwrightMarkSessionStatus,_0x41e675,STATE_PASSED):await _0x1ba877[_0x49c322(0x27d)](markSessionStatus,_0x41e675,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x108071(0x249)]);}catch(_0x49d98b){PerformanceTester[_0x108071(0x1d1)](_0x49d98b);const _0x54b709={};_0x54b709['hookType']=_0x1b29ab[_0x108071(0x219)],PerformanceTester[_0x108071(0x18c)](PerformanceHookEvents[_0x108071(0x1a7)],![],_0x49d98b,_0x54b709),PerformanceTester[_0x108071(0x18c)](PerformanceEvents[_0x108071(0x249)],![],_0x49d98b);}const _0x26df67={};_0x26df67[_0x108071(0x1e7)]=_0x1b29ab[_0x108071(0x219)],PerformanceTester[_0x108071(0x18c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x26df67);}),CodeceptJS[_0x53bade(0x180)][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x231)][_0x53bade(0x1db)],(_0x2f27db,_0x54a7a8)=>{const _0x5e8282=_0x53bade,_0x2f4c69={'MfDBg':function(_0x7c5ba6){const _0x357861=a0_0x37c2;return _0x1b29ab[_0x357861(0x1ea)](_0x7c5ba6);},'JGvEa':function(_0x3dd95a,_0x3d236f,_0x4f1920,_0x3cd823){return _0x1b29ab['SxgFQ'](_0x3dd95a,_0x3d236f,_0x4f1920,_0x3cd823);}};PerformanceTester[_0x5e8282(0x1df)](PerformanceHookEvents[_0x5e8282(0x1a7)]);try{if(_0x1b29ab[_0x5e8282(0x196)](_0x2f27db[_0x5e8282(0x284)]['name'],_0x1b29ab['yEghU'])){const _0x552788=_0x297c76[_0x5e8282(0x1c4)](TEST_EVENTS[_0x5e8282(0x18f)],_0x2f27db[_0x5e8282(0x24c)][_0x5e8282(0x23d)]);CodeceptRecorder['add'](()=>_0x297c76[_0x5e8282(0x1e5)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x552788));}else{const _0x54272d=_0x297c76['captureEvent'](TEST_EVENTS[_0x5e8282(0x24d)],_0x2f27db,_0x54a7a8);CodeceptRecorder[_0x5e8282(0x252)](()=>{const _0x240c1e=_0x5e8282;try{_0x297c76[_0x240c1e(0x1e5)](TEST_EVENTS[_0x240c1e(0x24d)],_0x54272d);}catch(_0x574ec6){logger[_0x240c1e(0x245)](_0x240c1e(0x24a)+util[_0x240c1e(0x260)](_0x574ec6)),PerformanceTester[_0x240c1e(0x18c)](PerformanceEvents[_0x240c1e(0x249)],![],_0x574ec6);}}),CodeceptRecorder['add'](async()=>{const _0x5d385f=_0x5e8282;try{_0x2f4c69[_0x5d385f(0x1ff)](isBrowserstackInfra)&&(_0x171c84?await _0x2f4c69['JGvEa'](playwrightMarkSessionStatus,_0x41e675,STATE_FAILED,_0x54a7a8):await _0x2f4c69['JGvEa'](markSessionStatus,_0x41e675,STATE_FAILED,_0x54a7a8));}catch(_0x4c3729){logger[_0x5d385f(0x245)](_0x5d385f(0x192)+util[_0x5d385f(0x260)](_0x4c3729)),PerformanceTester['end'](PerformanceEvents[_0x5d385f(0x249)],![],_0x4c3729);}});}PerformanceTester['end'](PerformanceEvents[_0x5e8282(0x249)]);}catch(_0x2cb192){PerformanceTester[_0x5e8282(0x1d1)](_0x2cb192);const _0x4c05be={};_0x4c05be[_0x5e8282(0x1e7)]=_0x1b29ab['dNhZs'],PerformanceTester[_0x5e8282(0x18c)](PerformanceHookEvents[_0x5e8282(0x1a7)],![],_0x2cb192,_0x4c05be),PerformanceTester[_0x5e8282(0x18c)](PerformanceEvents[_0x5e8282(0x249)],![],_0x2cb192);}const _0x1aa14e={};_0x1aa14e[_0x5e8282(0x1e7)]=_0x1b29ab[_0x5e8282(0x1fb)],PerformanceTester[_0x5e8282(0x18c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1aa14e);}),CodeceptJS[_0x53bade(0x180)]['dispatcher']['on'](CodeceptJS['event'][_0x53bade(0x231)]['skipped'],_0x38ab27=>{const _0x51849b=_0x53bade;PerformanceTester[_0x51849b(0x1df)](PerformanceHookEvents[_0x51849b(0x1a7)]);try{const _0x424142=_0x297c76[_0x51849b(0x1c4)](TEST_EVENTS[_0x51849b(0x18f)],_0x38ab27);CodeceptRecorder['add'](()=>_0x297c76['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x424142)),PerformanceTester['end'](PerformanceEvents['SDK_TEST']);}catch(_0x34c970){PerformanceTester['captureError'](_0x34c970),PerformanceTester[_0x51849b(0x18c)](PerformanceEvents['SDK_TEST'],![],_0x34c970);const _0x24dc05={};_0x24dc05['hookType']=_0x1b29ab[_0x51849b(0x1ec)],PerformanceTester['end'](PerformanceHookEvents[_0x51849b(0x1a7)],![],_0x34c970,_0x24dc05);}const _0x57ebf7={};_0x57ebf7[_0x51849b(0x1e7)]=_0x1b29ab['vANaJ'],PerformanceTester[_0x51849b(0x18c)](PerformanceHookEvents[_0x51849b(0x1a7)],!![],null,_0x57ebf7);}),CodeceptJS[_0x53bade(0x180)][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x231)][_0x53bade(0x1ce)],async(_0x5c9bc3,_0x193c21)=>{const _0xd85308=_0x53bade;try{PerformanceTester[_0xd85308(0x1df)](PerformanceHookEvents[_0xd85308(0x1a7)]);const _0x207c1f=_0x1b29ab[_0xd85308(0x269)](shouldScanTestForAccessibility,_0x5c9bc3[_0xd85308(0x20f)](),!![]);if(_0x1b29ab['Nqdgp'](isAccessibilityAutomationSession)&&global[_0xd85308(0x17f)]&&_0x207c1f){const _0x517e8e={};_0x517e8e['thTestRunUuid']=_0x5c9bc3['testAnalyticsId'],_0x517e8e[_0xd85308(0x1d7)]=process[_0xd85308(0x234)][testHubConstants[_0xd85308(0x190)][_0xd85308(0x23f)]],_0x517e8e[_0xd85308(0x23a)]=process[_0xd85308(0x234)][testHubConstants[_0xd85308(0x190)][_0xd85308(0x194)]];const _0x227df5=_0x517e8e;logger[_0xd85308(0x245)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0xd85308(0x204)](_0x227df5)),CodeceptRecorder['add'](async()=>{const _0x4ed81e=_0xd85308;await accessibilityRetryHelper[_0x4ed81e(0x1eb)](_0x41e675,_0x5c9bc3[_0x4ed81e(0x184)]),await accessibilityRetryHelper[_0x4ed81e(0x244)](_0x41e675,_0x227df5);}),logger[_0xd85308(0x1f0)](_0x1b29ab['TVyJT']);}const _0x494e7d={};_0x494e7d['hookType']=_0x1b29ab['tPcHm'],PerformanceTester[_0xd85308(0x18c)](PerformanceHookEvents[_0xd85308(0x1a7)],!![],null,_0x494e7d);}catch(_0x41344d){PerformanceTester[_0xd85308(0x1d1)](_0x41344d);const _0xa6df0e={};_0xa6df0e['hookType']=_0x1b29ab['tPcHm'],PerformanceTester[_0xd85308(0x18c)](PerformanceHookEvents[_0xd85308(0x1a7)],![],_0x41344d,_0xa6df0e);}}),CodeceptJS[_0x53bade(0x180)][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)]['step'][_0x53bade(0x275)],_0x3a44f4=>{const _0x428719=_0x53bade;PerformanceTester[_0x428719(0x1df)](PerformanceHookEvents[_0x428719(0x1a7)]);try{process[_0x428719(0x1a3)](_0x428719(0x266)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x1b29ab['nfycl'],'message':_0x3a44f4,'kind':_0x1b29ab[_0x428719(0x1b0)],'http_response':{}});}catch(_0x25e1f6){PerformanceTester[_0x428719(0x1d1)](_0x25e1f6);const _0x3c01d3={};_0x3c01d3[_0x428719(0x1e7)]=_0x1b29ab[_0x428719(0x1e9)],PerformanceTester[_0x428719(0x18c)](PerformanceHookEvents['SDK_HOOK'],![],_0x25e1f6,_0x3c01d3);}const _0x54f836={};_0x54f836[_0x428719(0x1e7)]=_0x1b29ab[_0x428719(0x1e9)],PerformanceTester[_0x428719(0x18c)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x54f836);}),CodeceptJS['event'][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x253)][_0x53bade(0x21f)],_0x5ad5c8=>{const _0x68d75f=_0x53bade,_0x24b779={};_0x24b779[_0x68d75f(0x1e7)]=_0x1b29ab['XOxlc'],PerformanceTester[_0x68d75f(0x232)](PerformanceHookEvents['SDK_HOOK'],()=>{const _0x313a70=_0x68d75f;_0x297c76[_0x313a70(0x26d)](_0x5ad5c8);},_0x24b779)();}),CodeceptJS['event'][_0x53bade(0x1cd)]['on'](CodeceptJS[_0x53bade(0x180)][_0x53bade(0x253)]['after'],_0x167f49=>{const _0x5ecb07=_0x53bade,_0x58f012={};_0x58f012[_0x5ecb07(0x1e7)]=_0x1b29ab[_0x5ecb07(0x211)],PerformanceTester[_0x5ecb07(0x232)](PerformanceHookEvents[_0x5ecb07(0x1a7)],()=>{_0x297c76['bddStepFinish'](_0x167f49);},_0x58f012)();});};function a0_0x1968(){const _0x54ed92=['tVmpl','pDNjT','pid','zKugU','test','measureWrapper','slice','env','TEST_SCREENSHOT','BS_TESTOPS_ALLOW_SCREENSHOTS','SDK_PRE_INITIALIZE','qmYeQ','container','thJwtToken','test-before','VnavY','currentTest','../../bin/playwright/sessionDetails','BROWSERSTACK_TESTHUB_UUID','Performing\x20scan\x20for\x20','12fABeLz','pages','DOvPl','saveAccessibilityResultsWithRetry','debug','codeceptjs','NwpUs','INFO','SDK_TEST','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','xORvW','ctx','TEST_RUN_FINISHED','2674331aFxBNK','../../helpers/performance/performance-tester','winstonLogger','version','add','bddStep','YQxKv','bind','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','669110RqZJqK','WgLoL','all','KxWOb','dyAvB','class','SESSION_NAME','testAnalyticsId','toISOString','format','warn','MyMcW','forEach','installAll','QUwWb','bs:addLog:','xxpJE','iZsoK','zMwXz','passed','getAccessibilityResultsSummary','HTBqf','bddStepStart','MPMnJ','browserstack_executor:\x20','../../helpers/accessibility-automation/helper','DdbIS','isArray','ZMlnt','8KtyuFB','comment','name','codeceptjs/lib/index.js','oYgUb','klQcR','codeceptjs/lib/helper/Playwright.js','1791360CWLvNY','setSessionStatus','LCBTl','bbHUQ','IIRgF','browserContext','bUJtU','Playwright','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','constructor','message','bstackAllyScanning','toString','args','Element','sTkaQ','accessibilityPlatform','event','stack','test-skipped','BFTal','title','ynnCv','GET_RESULTS_SUMMARY','hook','url','domForge','commandsToWrap','screenshotOutputFolder','end','SESSION_STATUS','naKje','TEST_RUN_SKIPPED','ENV_VAR','addRequestSpy','Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20','_setPage','BROWSERSTACK_TESTHUB_JWT','NeREh','ldxYV','WhpVv','../../helpers/testhub/constants.js','helpers','started','../../helpers/helper','shouldWrapCommand','a11y_core_config','testFramework','../../bin/playwright/accessibility-helper','WQNxa','WuLey','apply','emit','FRAMEWORK_DETAILS','BS_A11Y_JWT','\x0aStack:\x20','SDK_HOOK','UnGWa','xnxie','../../helpers/test-observability/utils','test-started','string','stop','XVgpr','koAxV','lGPbk','PERFORM_SCAN','25037cJYhGo','VQjkF','10AuMeTX','XwsSw','TestCafe','hook-started','restore','jFUkJ','../../helpers/accessibility-automation/scripts','call','test-after','519617TixHQL','saveScreenshot','cljIK','parse','fpgXe','54210xONjmV','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','captureEvent','lpxVS','__workerDetails','contexts','flushPendingHookEvents','TEST_LOG','Screenshot\x20path\x20not\x20found','setGlobal','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','dispatcher','after','codeceptjs/lib/recorder.js','base64','captureError','config','aMNPI','nIdLk','hasLiveDriverSession','Nqdgp','thBuildUuid','DOLQg','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','codeceptjs/lib/utils.js','failed','test-failed','startsWith','HOOK_RUN_FINISHED','start','skipSessionStatus','SDK_PRE_TEST','action','find','from','fireEvent','bpiuC','hookType','page','QoNRn','LTynM','performScanWithRetry','vANaJ','AYtwk','cvQqt','./o11yHelper','info','HrpHo','../../helpers/logger','getAccessibilityResults','CefaN','performScan','executeScript','prototype','test-passed','webdriverio','step-comment','dNhZs','getSyncScript','_before','devtools://','MfDBg','browserStackExecuteDriver','../../helpers/request-spy','command','push','stringify','rrXcF','split','TEST_RUN_STARTED','bstackA11yShouldScan','bufferPendingHookEvent','SDK_POST_TEST','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','siWmH','startMonitoring','chromium','titlePath','default','qqbBG','enabled','GET_RESULTS','KwtWZ','../../helpers/performance/constants','stopMonitoring','aoWgK','initSaveScreenshot','LMBDc','HOOK_RUN_STARTED','skipSessionName','IkjaH','saQXG','Puppeteer','before','Suite','UmLNd','function','73764nuHghy','hook-passed','4UNTLKX','cOoDY','vYbiQ','UXKIp','SYNC','../../helpers/globals.js','./helper.js','browser'];a0_0x1968=function(){return _0x54ed92;};return a0_0x1968();}
1
+ const a0_0x14aa53=a0_0x409f;(function(_0x4b4c09,_0xf80d52){const _0x4743ff=a0_0x409f,_0x39f7bc=_0x4b4c09();while(!![]){try{const _0x3657de=-parseInt(_0x4743ff(0x174))/0x1+-parseInt(_0x4743ff(0xef))/0x2*(-parseInt(_0x4743ff(0x10f))/0x3)+parseInt(_0x4743ff(0x1b5))/0x4*(parseInt(_0x4743ff(0x11b))/0x5)+parseInt(_0x4743ff(0x1c3))/0x6+parseInt(_0x4743ff(0x172))/0x7*(-parseInt(_0x4743ff(0x162))/0x8)+-parseInt(_0x4743ff(0x18f))/0x9*(parseInt(_0x4743ff(0xb6))/0xa)+parseInt(_0x4743ff(0xd1))/0xb;if(_0x3657de===_0xf80d52)break;else _0x39f7bc['push'](_0x39f7bc['shift']());}catch(_0x32eb21){_0x39f7bc['push'](_0x39f7bc['shift']());}}}(a0_0x18a1,0xc45d3));const fs=require('fs'),util=require('util'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a0_0x14aa53(0x1a5))[a0_0x14aa53(0x16e)],testOpsHelper=require(a0_0x14aa53(0x13c)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a0_0x14aa53(0x109)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x14aa53(0x142)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x14aa53(0x17d)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),scripts=require(a0_0x14aa53(0x1bf)),PerformanceTester=require('../../helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a0_0x14aa53(0x149)),{processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x14aa53(0x10a)),testHubConstants=require(a0_0x14aa53(0x140)),globals=require('../../helpers/globals.js'),interopDefault=_0x2979bb=>_0x2979bb&&_0x2979bb[a0_0x14aa53(0xf1)]!==undefined?_0x2979bb[a0_0x14aa53(0xf1)]:_0x2979bb,CodeceptJS=requireModule('codeceptjs/lib/index.js',a0_0x14aa53(0x117)),CodeceptUtils=requireModule(a0_0x14aa53(0x1c0),a0_0x14aa53(0x117)),CodeceptWebDriver=interopDefault(requireModule(a0_0x14aa53(0xc2),'codeceptjs')),CodeceptRecorder=interopDefault(requireModule('codeceptjs/lib/recorder.js','codeceptjs')),CodeceptPlaywright=interopDefault(requireModule(a0_0x14aa53(0x111),a0_0x14aa53(0x117)));try{require(a0_0x14aa53(0x138))['installAll']('codeceptjs');}catch(a0_0x2f0897){logger[a0_0x14aa53(0x163)](a0_0x14aa53(0xc1)+(a0_0x2f0897&&a0_0x2f0897[a0_0x14aa53(0x1a6)]));}const playwrightMarkSessionStatus=(_0x204b61,_0x448271,_0x512ef7)=>{const _0x48cbfe=a0_0x14aa53,_0x5e8f36={'lOvpa':_0x48cbfe(0x14b),'HEXvJ':function(_0x32c470,_0x4a616d){return _0x32c470(_0x4a616d);}},_0x3b8f14={};_0x3b8f14[_0x48cbfe(0x151)]=_0x448271;const _0x3270c4={};_0x3270c4[_0x48cbfe(0x1a7)]=_0x5e8f36['lOvpa'],_0x3270c4[_0x48cbfe(0x198)]=_0x3b8f14;const _0x27c8eb=_0x3270c4;return!_0x5e8f36[_0x48cbfe(0x11c)](isUndefined,_0x512ef7)&&(_0x27c8eb['arguments'][_0x48cbfe(0x1b1)]=JSON['stringify'](_0x512ef7)),_0x204b61[_0x48cbfe(0xbd)](()=>{},_0x48cbfe(0xf6)+JSON[_0x48cbfe(0x164)](_0x27c8eb));},o11ySync=PerformanceTester[a0_0x14aa53(0x156)](PerformanceO11yEvents[a0_0x14aa53(0x188)],async _0x17606d=>{const _0x246021=a0_0x14aa53,_0x539064={};_0x539064['EuSPs']=function(_0xeba8f9,_0x2f65af){return _0xeba8f9===_0x2f65af;},_0x539064[_0x246021(0x11e)]=_0x246021(0x110);const _0x23369f=_0x539064;_0x23369f[_0x246021(0xe8)](_0x17606d['constructor'][_0x246021(0x161)],_0x23369f[_0x246021(0x11e)])?await _0x17606d['executeScript'](_0x221703=>{},testOpsHelper[_0x246021(0x136)]()):await _0x17606d[_0x246021(0xbd)](testOpsHelper['getSyncScript']());}),markSessionName=PerformanceTester[a0_0x14aa53(0x156)](PerformanceAutEvents['SESSION_NAME'],async(_0x56599a,_0x259e7e)=>{const _0x22acc9=a0_0x14aa53,_0x1cac09={};_0x1cac09['DBhZz']=_0x22acc9(0x1c6),_0x1cac09[_0x22acc9(0xee)]=function(_0x3f8de0,_0x289186){return _0x3f8de0===_0x289186;},_0x1cac09[_0x22acc9(0xe0)]=_0x22acc9(0x110);const _0x27ccb6=_0x1cac09,_0x515ad1={};_0x515ad1[_0x22acc9(0x161)]=_0x259e7e;const _0xd2583b={};_0xd2583b['action']=_0x27ccb6['DBhZz'],_0xd2583b[_0x22acc9(0x198)]=_0x515ad1;const _0x3f0b11=_0xd2583b;_0x27ccb6['hiyoD'](_0x56599a[_0x22acc9(0x1bc)][_0x22acc9(0x161)],_0x27ccb6[_0x22acc9(0xe0)])?await _0x56599a[_0x22acc9(0xbd)](()=>{},'browserstack_executor:\x20'+JSON[_0x22acc9(0x164)](_0x3f0b11)):await _0x56599a['executeScript'](_0x22acc9(0xf6)+JSON[_0x22acc9(0x164)](_0x3f0b11));}),patchSaveScreenshot=_0x2db050=>{const _0x5cc114=a0_0x14aa53,_0x47d56f={'wyMVi':_0x5cc114(0x187),'SBDuN':_0x5cc114(0x179),'ItnCZ':function(_0x31511e){return _0x31511e();},'GaesO':function(_0x3dce8d,_0x5b707b){return _0x3dce8d(_0x5b707b);},'noLYi':_0x5cc114(0x178)};_0x47d56f['GaesO'](isTrue,process[_0x5cc114(0x1c1)][_0x5cc114(0x16c)])&&!_0x2db050['patchSaveScreenshot']&&(_0x2db050[_0x5cc114(0x1b0)]=!![],_0x2db050[_0x5cc114(0x1b4)]=_0x2db050[_0x5cc114(0xc5)],_0x2db050['saveScreenshot']=(_0x18bd87,_0x1abbf2=![])=>{const _0x443e58=_0x5cc114,_0x5ac29a={'ZCnbg':_0x47d56f[_0x443e58(0x10e)],'wgREe':_0x47d56f[_0x443e58(0xc8)],'wdTSy':function(_0x123ada){return _0x47d56f['ItnCZ'](_0x123ada);},'THczR':function(_0x5c3c22,_0x54608b){const _0x385ee5=_0x443e58;return _0x47d56f[_0x385ee5(0xba)](_0x5c3c22,_0x54608b);},'mqaSd':_0x47d56f['noLYi']};return new Promise(function(_0x4b2361,_0x230070){const _0x4f00f3=_0x443e58;_0x2db050[_0x4f00f3(0x1b4)](_0x18bd87,_0x1abbf2)[_0x4f00f3(0xdb)](()=>{const _0x27fa19=_0x4f00f3,_0x2fb476=CodeceptUtils[_0x27fa19(0x125)](_0x18bd87);if(_0x2fb476){const _0x41f57d=fs[_0x27fa19(0xe7)](_0x2fb476);process[_0x27fa19(0x12a)]('bs:addLog:'+process[_0x27fa19(0x193)],{'timestamp':new Date()[_0x27fa19(0xf2)](),'message':_0x41f57d[_0x27fa19(0x1b7)](_0x5ac29a[_0x27fa19(0x166)]),'kind':_0x5ac29a[_0x27fa19(0x157)]}),_0x5ac29a[_0x27fa19(0xe9)](_0x4b2361);}_0x5ac29a[_0x27fa19(0x12e)](_0x230070,new Error(_0x5ac29a[_0x27fa19(0x1a2)]));})[_0x4f00f3(0xd2)](()=>null);});});},patchWebDriverBefore=(_0x249cf8,_0x1bd3c8)=>{const _0x1cf6ba=a0_0x14aa53,_0x4042b8={'aFlrw':function(_0x2a83d8){return _0x2a83d8();},'WjQth':function(_0x4b9fe3,_0x415e42){return _0x4b9fe3(_0x415e42);},'GnBiI':function(_0x4d4d43,_0x50822a){return _0x4d4d43===_0x50822a;},'VphKz':_0x1cf6ba(0xdd),'ggmAy':function(_0xbedda8,_0x55fba9){return _0xbedda8===_0x55fba9;},'ptpTf':_0x1cf6ba(0xb7),'nkQQs':_0x1cf6ba(0x119),'unJaR':function(_0x22e0c5,_0xc1fd0){return _0x22e0c5(_0xc1fd0);},'KIXiG':function(_0x54d6d4,_0x9a5b8f){return _0x54d6d4===_0x9a5b8f;},'zAURB':_0x1cf6ba(0x150)},_0x4ea3f5=async function(_0x131cb8,_0x1280b8){const _0xb10552=_0x1cf6ba;_0x4042b8[_0xb10552(0x122)](isAccessibilityAutomationSession)&&!global[_0xb10552(0x167)]&&global['accessibilityPlatform']&&scripts[_0xb10552(0x18a)](_0x131cb8[_0xb10552(0x161)])&&_0x4042b8['WjQth'](shouldPatchExecuteScript,arguments[0x2])&&(global[_0xb10552(0x167)]=!![],await PerformanceTester[_0xb10552(0x156)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3ff326=_0xb10552;logger['debug'](_0x3ff326(0x199)+_0x131cb8[_0x3ff326(0xc9)]+'\x20'+_0x131cb8[_0x3ff326(0x161)]),await AccessibilityHelper[_0x3ff326(0x14c)](_0x249cf8,scripts[_0x3ff326(0xcd)]);},{'command':_0x131cb8['name']})());global[_0xb10552(0x167)]=![];const _0x408f8b=JSON[_0xb10552(0x148)](process[_0xb10552(0x1c1)][_0xb10552(0xe1)]||'{}');if(_0x4042b8[_0xb10552(0x15d)](_0x408f8b?.['testFramework']?.[_0xb10552(0x161)],_0x4042b8['VphKz'])&&_0x4042b8[_0xb10552(0x114)](typeof _0x408f8b?.[_0xb10552(0x158)]?.[_0xb10552(0x18e)],_0x4042b8[_0xb10552(0x12b)])&&_0x408f8b?.[_0xb10552(0x158)]?.[_0xb10552(0x18e)]['startsWith']('7'))return _0x1280b8[_0xb10552(0x1ba)](null,Array[_0xb10552(0x1ad)][_0xb10552(0x1a8)][_0xb10552(0xfd)](arguments,0x2));return _0x1280b8[_0xb10552(0x1ba)](this,Array['prototype']['slice'][_0xb10552(0xfd)](arguments,0x2));},_0x3978e4=CodeceptWebDriver[_0x1cf6ba(0x1ad)][_0x1cf6ba(0x13f)];CodeceptWebDriver['prototype']['_before']=async function(){const _0x35b1dd=_0x1cf6ba;try{await _0x3978e4[_0x35b1dd(0x1ba)](this,arguments);}catch(_0x4106df){logger[_0x35b1dd(0x163)](_0x35b1dd(0x17f)+util[_0x35b1dd(0xc3)](_0x4106df));}(scripts[_0x35b1dd(0x103)]||[])[_0x35b1dd(0xde)](_0x5b05b6=>_0x5b05b6[_0x35b1dd(0x161)]&&_0x5b05b6['class'])[_0x35b1dd(0xce)](_0x1a6a68=>{const _0x463664=_0x35b1dd;this[_0x463664(0xfa)]['overwriteCommand'](_0x1a6a68['name'],_0x4ea3f5[_0x463664(0x189)](this,_0x1a6a68),_0x4042b8[_0x463664(0x114)](_0x1a6a68[_0x463664(0xc9)],_0x4042b8[_0x463664(0x100)]));}),_0x4042b8[_0x35b1dd(0x16d)](processWebDriverConfig,_0x249cf8);try{_0x1bd3c8&&_0x4042b8['KIXiG'](typeof _0x1bd3c8[_0x35b1dd(0xd6)],_0x4042b8[_0x35b1dd(0x120)])&&await _0x1bd3c8[_0x35b1dd(0xd6)]();}catch(_0x2981c4){logger[_0x35b1dd(0x163)](_0x35b1dd(0x195)+util['format'](_0x2981c4));}};};function parseJwt(_0x5e0d5d){const _0x1fa22f=a0_0x14aa53,_0x3c07c3={};_0x3c07c3[_0x1fa22f(0xf5)]=_0x1fa22f(0x187);const _0x18dfcc=_0x3c07c3;if(!_0x5e0d5d)return null;return JSON[_0x1fa22f(0x148)](Buffer['from'](_0x5e0d5d[_0x1fa22f(0x1c2)]('.')[0x1],_0x18dfcc[_0x1fa22f(0xf5)])['toString']());}function a0_0x409f(_0x435edf,_0x328d55){const _0x18a10f=a0_0x18a1();return a0_0x409f=function(_0x409f6b,_0x4a20e8){_0x409f6b=_0x409f6b-0xb5;let _0x37344c=_0x18a10f[_0x409f6b];return _0x37344c;},a0_0x409f(_0x435edf,_0x328d55);}const patchPlaywrightBefore=_0x27dba4=>{const _0x13aec0=a0_0x14aa53,_0x35c1cb={'rKZAI':function(_0x5a7b17){return _0x5a7b17();},'aSaTN':_0x13aec0(0x116),'XFspr':_0x13aec0(0x1ae),'aYhYj':function(_0x534872,_0x465179){return _0x534872(_0x465179);},'xWfbS':function(_0x5e509c){return _0x5e509c();},'AXidW':function(_0x5869c9,_0x3959d5){return _0x5869c9+_0x3959d5;},'HntQc':'\x0aStack:\x20','LyPel':function(_0x2b654a){return _0x2b654a();},'EjBJy':function(_0xf705cf){return _0xf705cf();},'DmMNl':function(_0x59b88f){return _0x59b88f();},'QuVvB':function(_0x4616d7,_0x279baf){return _0x4616d7===_0x279baf;},'JfoBx':_0x13aec0(0x150)};PlaywrightSessionDetails['patch']();const _0x34b5f6=CodeceptPlaywright[_0x13aec0(0x1ad)]['_before'];CodeceptPlaywright[_0x13aec0(0x1ad)][_0x13aec0(0x13f)]=async function(){const _0x28819d=_0x13aec0;this[_0x28819d(0xb5)]=await this['browser'][_0x28819d(0xfe)]()[0x0];const _0x11ae30=async()=>{const _0x543653=_0x28819d,_0x3e8d87={'hSaJA':function(_0x33fba0){const _0x531d3f=a0_0x409f;return _0x35c1cb[_0x531d3f(0x128)](_0x33fba0);},'vvdCw':_0x35c1cb[_0x543653(0x1be)]},_0x2d1aad=this[_0x543653(0x16a)]&&this[_0x543653(0x16a)]['chromium']&&this[_0x543653(0x16a)][_0x543653(0x141)][_0x543653(0xf3)]&&Array['isArray'](this[_0x543653(0x16a)][_0x543653(0x141)][_0x543653(0xf3)])&&this[_0x543653(0x16a)][_0x543653(0x141)][_0x543653(0xf3)]['includes'](_0x35c1cb[_0x543653(0x19b)]);if(_0x35c1cb[_0x543653(0x128)](isAccessibilityAutomationSession)&&!_0x2d1aad)try{const _0x191a38=_0x35c1cb[_0x543653(0xca)](parseJwt,process[_0x543653(0x1c1)][_0x543653(0x12d)]);if(_0x191a38&&_0x191a38[_0x543653(0xbe)]&&_0x191a38[_0x543653(0xbe)][_0x543653(0x1a4)]){const _0x78a4fb=this[_0x543653(0xb5)][_0x543653(0x19f)][_0x543653(0x189)](this['browserContext']);this[_0x543653(0xb5)][_0x543653(0x19f)]=async function(){const _0x1e4dc8=_0x543653,_0x351f81=await _0x3e8d87['hSaJA'](_0x78a4fb),_0x50e28d=[];for(const _0x33fe88 of _0x351f81){try{const _0x2833d2=await _0x33fe88['url']();!_0x2833d2[_0x1e4dc8(0x134)](_0x3e8d87[_0x1e4dc8(0x106)])&&_0x50e28d['push'](_0x33fe88);}catch(_0x598d5f){_0x50e28d[_0x1e4dc8(0xe6)](_0x33fe88);}}return _0x50e28d;};}if(!_0x35c1cb['xWfbS'](isBrowserstackInfra)){const _0x3b0ac7=await this[_0x543653(0xf8)][_0x543653(0xcc)]();if(_0x3b0ac7[_0x543653(0x134)](_0x35c1cb['aSaTN'])){const _0xd219d1=await this['browserContext'][_0x543653(0x19f)]();this[_0x543653(0x1b6)](_0xd219d1[0x0]);}}}catch(_0x362fbb){logger[_0x543653(0x163)](_0x543653(0x11d)+_0x362fbb[_0x543653(0x1a6)]+(_0x362fbb['stack']?_0x35c1cb[_0x543653(0x191)](_0x35c1cb['HntQc'],_0x362fbb[_0x543653(0x1a0)]):''));}};_0x35c1cb[_0x28819d(0xf9)](isBrowserstackInfra)&&await _0x35c1cb[_0x28819d(0x18c)](_0x11ae30);await _0x34b5f6[_0x28819d(0x1ba)](this,arguments);!_0x35c1cb['xWfbS'](isBrowserstackInfra)&&await _0x35c1cb['DmMNl'](_0x11ae30);try{_0x27dba4&&_0x35c1cb[_0x28819d(0xdf)](typeof _0x27dba4[_0x28819d(0xd6)],_0x35c1cb[_0x28819d(0x13d)])&&await _0x27dba4[_0x28819d(0xd6)]();}catch(_0x39a57f){logger[_0x28819d(0x163)](_0x28819d(0x15b)+util[_0x28819d(0xc3)](_0x39a57f));}};},getCodeceptDriver=()=>{const _0x1fa0b=a0_0x14aa53,_0x2d67b6={};_0x2d67b6[_0x1fa0b(0xf4)]=_0x1fa0b(0xec),_0x2d67b6[_0x1fa0b(0xda)]=_0x1fa0b(0x110),_0x2d67b6[_0x1fa0b(0x10c)]=_0x1fa0b(0xf0),_0x2d67b6[_0x1fa0b(0x13e)]=_0x1fa0b(0x153);const _0x4c1b1a=_0x2d67b6,_0x52334c=[_0x4c1b1a['stPYb'],_0x4c1b1a[_0x1fa0b(0xda)],_0x4c1b1a[_0x1fa0b(0x10c)],_0x4c1b1a[_0x1fa0b(0x13e)]],_0x598795=_0x52334c[_0x1fa0b(0x17b)](_0x49d1dc=>!!CodeceptJS['container'][_0x1fa0b(0x139)](_0x49d1dc));if(!_0x598795)return null;return CodeceptJS[_0x1fa0b(0xf7)][_0x1fa0b(0x139)](_0x598795);};function a0_0x18a1(){const _0x2faf74=['./helper.js','getAccessibilityResultsSummary','zKegi','restore','wyMVi','2199759fNQhSS','Playwright','codeceptjs/lib/helper/Playwright.js','gNhjI','GET_RESULTS_SUMMARY','ggmAy','tLcRt','devtools://','codeceptjs','hook-passed','Element','xyCLZ','515bcarVF','HEXvJ','Failed\x20to\x20patch\x20pages\x20method\x20in\x20browserContext\x20for\x20a11y\x20domForge:\x20','llpTV','started','zAURB','CBBsy','aFlrw','bddStepFinish','step-comment','screenshotOutputFolder','FIEhR','hook-failed','rKZAI','fireEvent','emit','ptpTf','TEST_LOG','BS_A11Y_JWT','THczR','kcfSm','RjFMs','addRequestSpy','GqYXl','hasLiveDriverSession','startsWith','SDK_POST_INITIALIZE','getSyncScript','SDK_TEST','../../helpers/driverInitErrorReporter','helpers','SESSION_STATUS','HOOK_RUN_STARTED','../../helpers/test-observability/utils','JfoBx','iozDX','_before','../../helpers/testhub/constants.js','chromium','./o11yHelper','bddStep-before','SDK_PRE_TEST','setGlobal','TEST_RUN_FINISHED','skipSessionName','parse','../../helpers/performance/constants','start','setSessionStatus','browserStackExecuteDriver','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','after','event','function','status','LQErg','TestCafe','IgCSg','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','measureWrapper','wgREe','testFramework','bufferPendingHookEvent','SDK_HOOK','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20Playwright\x20_before:\x20','command','GnBiI','DwPPv','WgNBi','saveAccessibilityResultsWithRetry','name','5872CXLAjH','debug','stringify','SDK_POST_TEST','ZCnbg','bstackAllyScanning','CKqrN','bddStepStart','config','captureError','BS_TESTOPS_ALLOW_SCREENSHOTS','unJaR','winstonLogger','Exception\x20in\x20setting\x20bstackA11yShouldScan\x20in\x20test.before:\x20','all','JofKu','14532JLwWnJ','GbXFW','1152085JTeAQo','TPhdO','test-skipped','test-after','Screenshot\x20path\x20not\x20found','TEST_SCREENSHOT','hook','find','PERFORM_SCAN','../../helpers/accessibility-automation/helper','accessibilityPlatform','Failed\x20to\x20execute\x20_before:\x20','Failed\x20in\x20sending\x20TestRunFinish\x20event:\x20','INFO','stopMonitoring','ZlaPm','failed','thBuildUuid','etPED','base64','SYNC','bind','shouldWrapCommand','step','EjBJy','hookType','version','2842848zdBGOC','kUHof','AXidW','tpvQP','pid','startMonitoring','Failed\x20to\x20flush\x20pending\x20hook\x20events\x20after\x20_before:\x20','ENV_VAR','bs:addLog:','arguments','Performing\x20scan\x20for\x20','TEST_RUN_SKIPPED','XFspr','skipSessionStatus','fmWLX','GItNa','pages','stack','TltSE','mqaSd','etvnW','domForge','../../helpers/logger','message','action','slice','title','end','bddStep-after','tIREG','prototype','--auto-open-devtools-for-tabs','nMlhw','patchSaveScreenshot','reason','jJOiG','ctx','initSaveScreenshot','26116MJebGD','_setPage','toString','__workerDetails','test-passed','apply','enabled','constructor','passed','aSaTN','../../helpers/accessibility-automation/scripts','codeceptjs/lib/utils.js','env','split','4242300krcMVM','gAofb','__skipSessionStatus','setSessionName','browserContext','20SzqThH','string','TEST_RUN_STARTED','sendCBTInfo','GaesO','fihDc','Ipjhn','executeScript','a11y_core_config','jxpxf','warn','driver-init\x20capture\x20install\x20failed:\x20','codeceptjs/lib/helper/WebDriver.js','format','SDK_PRE_INITIALIZE','saveScreenshot','bstackA11yShouldScan','getAccessibilityResults','SBDuN','class','aYhYj','VZAzz','url','performScan','forEach','thJwtToken','testAnalyticsId','21990430ccxRTz','catch','dispatcher','gZDYo','test-failed','flushPendingHookEvents','BROWSERSTACK_TESTHUB_JWT','qlutq','add','siQVj','then','stop','webdriverio','filter','QuVvB','Xwiws','FRAMEWORK_DETAILS','EhtpD','browserstackTestName','titlePath','captureEvent','push','readFileSync','EuSPs','wdTSy','test-started','XBjKz','WebDriver','HJjiS','hiyoD','2FOLDxn','Puppeteer','default','toISOString','args','stPYb','VmQxP','browserstack_executor:\x20','container','page','LyPel','browser','thTestRunUuid','HOOK_RUN_FINISHED','call','contexts','currentTest','nkQQs','info','Suite','commandsToWrap','performScanWithRetry','test','vvdCw','jKXnp','before','../../bin/playwright/sessionDetails'];a0_0x18a1=function(){return _0x2faf74;};return a0_0x18a1();}module['exports']=function(_0x356f9d){const _0x42863f=a0_0x14aa53,_0x326159={'iqXys':function(_0x53635e,_0x5251e4){return _0x53635e(_0x5251e4);},'XBjKz':function(_0x480854,_0x61db64,_0x248003){return _0x480854(_0x61db64,_0x248003);},'etvnW':_0x42863f(0x10b),'tIREG':_0x42863f(0x14d),'ZlaPm':'getAccessibilityResults','qlutq':_0x42863f(0x155),'LQErg':function(_0x194790,_0x2f252){return _0x194790(_0x2f252);},'GqYXl':'hook-started','JofKu':_0x42863f(0x118),'RjFMs':function(_0x173bd2,_0x33006b,_0x50013b){return _0x173bd2(_0x33006b,_0x50013b);},'CKqrN':_0x42863f(0x127),'VZAzz':_0x42863f(0xe3),'nMlhw':function(_0x168d16){return _0x168d16();},'fmWLX':_0x42863f(0xc6),'GbXFW':'test-before','bQkar':function(_0x50f666,_0x4ba1e8){return _0x50f666(_0x4ba1e8);},'Ipjhn':_0x42863f(0xea),'GItNa':function(_0x200a41,_0x52085c,_0x163898){return _0x200a41(_0x52085c,_0x163898);},'HJjiS':_0x42863f(0x1b9),'FIEhR':function(_0xb13806,_0x41c41c,_0x2bd855,_0x477e87){return _0xb13806(_0x41c41c,_0x2bd855,_0x477e87);},'tLcRt':function(_0xd2fc87,_0x567151,_0x4cf868,_0x261043){return _0xd2fc87(_0x567151,_0x4cf868,_0x261043);},'TPhdO':function(_0x2dd438,_0x3dbffb){return _0x2dd438===_0x3dbffb;},'xyCLZ':_0x42863f(0x102),'jJOiG':_0x42863f(0xd5),'kcfSm':_0x42863f(0x176),'IgCSg':function(_0x5ac60c){return _0x5ac60c();},'etPED':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','TltSE':_0x42863f(0x177),'gZDYo':_0x42863f(0x181),'WgNBi':_0x42863f(0x12c),'gNhjI':_0x42863f(0x124),'fihDc':_0x42863f(0x143),'jxpxf':_0x42863f(0x1ab),'tpvQP':_0x42863f(0x110)};_0x356f9d[_0x42863f(0x19c)]&&(global[_0x42863f(0x1c5)]=_0x356f9d[_0x42863f(0x19c)]);PerformanceTester[_0x42863f(0x194)]();const _0xf6724b=_0x326159[_0x42863f(0x1af)](getCodeceptDriver),_0x399ff6=new O11yHelper(_0xf6724b,_0x356f9d),_0x56c7bb=!!CodeceptJS[_0x42863f(0xf7)][_0x42863f(0x139)](_0x326159[_0x42863f(0x192)]);global['__driver']=_0xf6724b;_0xf6724b&&(PerformanceTester[_0x42863f(0x156)](PerformanceEvents[_0x42863f(0xc4)],()=>{const _0x613a8d=_0x42863f;_0x56c7bb?_0x326159['iqXys'](patchPlaywrightBefore,_0x399ff6):_0x326159[_0x613a8d(0xeb)](patchWebDriverBefore,_0xf6724b,_0x399ff6);})(),PerformanceTester[_0x42863f(0x156)](PerformanceEvents[_0x42863f(0x135)],()=>{const _0x33c4de=_0x42863f,_0x2d5f74={};_0x2d5f74['DwPPv']=_0x326159[_0x33c4de(0x1a3)],_0x2d5f74[_0x33c4de(0x121)]=_0x326159[_0x33c4de(0x1ac)],_0x2d5f74['jKXnp']=_0x326159[_0x33c4de(0x183)],_0x2d5f74[_0x33c4de(0xe2)]=_0x326159[_0x33c4de(0xd8)];const _0x9b7f76=_0x2d5f74;_0xf6724b[_0x33c4de(0x10b)]=async()=>{const _0x488bec=_0x33c4de;if(global['accessibilityPlatform']){const _0x1597c8={};return _0x1597c8[_0x488bec(0x15c)]=_0x9b7f76[_0x488bec(0x15e)],await PerformanceTester[_0x488bec(0x156)](PerformanceA11yEvents[_0x488bec(0x17c)],async()=>{const _0x26e8ee=_0x488bec;return await AccessibilityHelper['browserStackExecuteDriver'](_0xf6724b,scripts[_0x26e8ee(0xcd)]);},_0x1597c8)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x488bec(0x113)],async()=>{const _0x22c7c7=_0x488bec;return await AccessibilityHelper[_0x22c7c7(0x14c)](_0xf6724b,scripts['getResultsSummary']);})();}return logger[_0x488bec(0xc0)](_0x9b7f76[_0x488bec(0x121)]),{};},_0xf6724b[_0x33c4de(0xc7)]=async()=>{const _0x306cf5=_0x33c4de;if(global[_0x306cf5(0x17e)]){const _0x411631={};return _0x411631[_0x306cf5(0x15c)]=_0x9b7f76[_0x306cf5(0x107)],await PerformanceTester[_0x306cf5(0x156)](PerformanceA11yEvents[_0x306cf5(0x17c)],async()=>{const _0x5da51e=_0x306cf5;return await AccessibilityHelper[_0x5da51e(0x14c)](_0xf6724b,scripts[_0x5da51e(0xcd)]);},_0x411631)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x4f3123=_0x306cf5;return await AccessibilityHelper[_0x4f3123(0x14c)](_0xf6724b,scripts['getResults']);})();}return logger[_0x306cf5(0xc0)](_0x9b7f76[_0x306cf5(0xe2)]),{};},_0x326159[_0x33c4de(0x152)](patchSaveScreenshot,_0xf6724b);})());CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x42863f(0x14f)][_0x42863f(0x170)]['before'],()=>{const _0xcaa130=_0x42863f;PerformanceTester[_0xcaa130(0x14a)](PerformanceEvents[_0xcaa130(0x144)]);try{_0x399ff6[_0xcaa130(0x14a)](),testOpsHelper[_0xcaa130(0x131)](),PerformanceTester['end'](PerformanceEvents[_0xcaa130(0x144)]);}catch(_0x2b2262){PerformanceTester['captureError'](_0x2b2262),PerformanceTester[_0xcaa130(0x1aa)](PerformanceEvents[_0xcaa130(0x144)],![],_0x2b2262);}}),CodeceptJS[_0x42863f(0x14f)][_0x42863f(0xd3)]['on'](CodeceptJS[_0x42863f(0x14f)][_0x42863f(0x170)][_0x42863f(0x14e)],async()=>{const _0x451293=_0x42863f;PerformanceTester['start'](PerformanceEvents[_0x451293(0x165)]);try{requestSpy[_0x451293(0x10d)](),await _0x399ff6[_0x451293(0xdc)](),PerformanceTester['end'](PerformanceEvents[_0x451293(0x165)]);}catch(_0xe0fc9b){PerformanceTester[_0x451293(0x16b)](_0xe0fc9b),PerformanceTester['end'](PerformanceEvents['SDK_POST_TEST'],![],_0xe0fc9b);}finally{PerformanceTester[_0x451293(0x182)]();}});const _0x391534=(_0x175686,_0xb03458)=>{const _0x36c349=_0x42863f;if(!_0x399ff6)return;if(!_0x399ff6[_0x36c349(0x133)]()){_0x399ff6[_0x36c349(0x159)](_0x175686,_0xb03458);return;}CodeceptRecorder['add'](()=>_0x399ff6['fireEvent'](_0x175686,_0xb03458));};CodeceptJS['event'][_0x42863f(0xd3)]['on'](CodeceptJS[_0x42863f(0x14f)]['hook'][_0x42863f(0x11f)],_0x49517d=>{const _0xad3030=_0x42863f;PerformanceTester[_0xad3030(0x14a)](PerformanceEvents[_0xad3030(0x15a)]);try{const _0x4ac187=_0x49517d['ctx'][_0xad3030(0x105)],_0x16aaf8=_0x399ff6[_0xad3030(0xe5)](TEST_EVENTS[_0xad3030(0x13b)],_0x4ac187);_0x326159[_0xad3030(0xeb)](_0x391534,TEST_EVENTS['HOOK_RUN_STARTED'],_0x16aaf8);const _0x100734={};_0x100734[_0xad3030(0x18d)]=_0x326159[_0xad3030(0x132)],PerformanceTester[_0xad3030(0x1aa)](PerformanceEvents[_0xad3030(0x15a)],!![],null,_0x100734);}catch(_0x142432){const _0x2c50ed={};_0x2c50ed['hookType']=_0x326159['GqYXl'],PerformanceTester[_0xad3030(0x1aa)](PerformanceEvents[_0xad3030(0x15a)],![],_0x142432,_0x2c50ed),PerformanceTester[_0xad3030(0x16b)](_0x142432);}}),CodeceptJS[_0x42863f(0x14f)][_0x42863f(0xd3)]['on'](CodeceptJS[_0x42863f(0x14f)][_0x42863f(0x17a)][_0x42863f(0x1bd)],_0x583030=>{const _0x2ef6b4=_0x42863f,_0x34925={};_0x34925[_0x2ef6b4(0x18d)]=_0x326159[_0x2ef6b4(0x171)],PerformanceTester[_0x2ef6b4(0x14a)](PerformanceHookEvents[_0x2ef6b4(0x15a)],!![],null,_0x34925);try{const _0x44dc4c=_0x583030[_0x2ef6b4(0x1b3)]['test'],_0x472d73=_0x399ff6[_0x2ef6b4(0xe5)](TEST_EVENTS[_0x2ef6b4(0xfc)],_0x44dc4c);_0x326159['XBjKz'](_0x391534,TEST_EVENTS[_0x2ef6b4(0xfc)],_0x472d73);const _0xbb106f={};_0xbb106f['hookType']=_0x326159['JofKu'],PerformanceTester['end'](PerformanceHookEvents[_0x2ef6b4(0x15a)],!![],null,_0xbb106f);}catch(_0x5cf364){PerformanceTester['captureError'](_0x5cf364);const _0x4e1bd4={};_0x4e1bd4['hookType']=_0x326159[_0x2ef6b4(0x171)],PerformanceTester['end'](PerformanceHookEvents[_0x2ef6b4(0x15a)],![],_0x5cf364,_0x4e1bd4);}}),CodeceptJS[_0x42863f(0x14f)][_0x42863f(0xd3)]['on'](CodeceptJS['event'][_0x42863f(0x17a)][_0x42863f(0x184)],async(_0x49dad9,_0x3b7c44)=>{const _0x30a2d1=_0x42863f;PerformanceTester[_0x30a2d1(0x14a)](PerformanceHookEvents[_0x30a2d1(0x15a)]);try{const _0x1925ea=_0x49dad9[_0x30a2d1(0x1b3)]['test'],_0x2cf792=_0x399ff6[_0x30a2d1(0xe5)](TEST_EVENTS[_0x30a2d1(0xfc)],_0x1925ea,_0x3b7c44);_0x326159[_0x30a2d1(0x130)](_0x391534,TEST_EVENTS[_0x30a2d1(0xfc)],_0x2cf792);const _0x18f398={};_0x18f398[_0x30a2d1(0x18d)]=_0x326159[_0x30a2d1(0x168)],PerformanceTester[_0x30a2d1(0x14a)](PerformanceHookEvents[_0x30a2d1(0x15a)],!![],null,_0x18f398);}catch(_0x1925a5){PerformanceTester[_0x30a2d1(0x16b)](_0x1925a5);const _0x10ebf3={};_0x10ebf3[_0x30a2d1(0x18d)]=_0x326159[_0x30a2d1(0x168)],PerformanceTester['end'](PerformanceHookEvents[_0x30a2d1(0x15a)],![],_0x1925a5,_0x10ebf3);}const _0x1ce0bf={};_0x1ce0bf[_0x30a2d1(0x18d)]=_0x326159['CKqrN'],PerformanceTester[_0x30a2d1(0x1aa)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1ce0bf);}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x42863f(0x14f)]['test']['before'],_0x1581db=>{const _0x38378f=_0x42863f;PerformanceTester[_0x38378f(0x14a)](PerformanceHookEvents[_0x38378f(0x15a)]);try{globals['setGlobal'](_0x326159[_0x38378f(0xcb)],_0x1581db[_0x38378f(0x1a9)]);_0x326159[_0x38378f(0x1af)](isBrowserstackInfra)&&(_0x56c7bb&&(global[_0x38378f(0x1b8)]={'currentTest':{'name':_0x1581db[_0x38378f(0x1a9)],'testInfo':{'titlePath':_0x1581db[_0x38378f(0xe4)]()}}}));try{const _0x31124a=_0x326159[_0x38378f(0x130)](shouldScanTestForAccessibility,_0x1581db[_0x38378f(0xe4)](),!![]);globals[_0x38378f(0x145)](_0x326159[_0x38378f(0x19d)],_0x31124a);}catch(_0x4ef8b3){logger['debug'](_0x38378f(0x16f)+util[_0x38378f(0xc3)](_0x4ef8b3));}const _0x37111a={};_0x37111a[_0x38378f(0x18d)]=_0x326159[_0x38378f(0x173)],PerformanceTester[_0x38378f(0x1aa)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x37111a);}catch(_0x307312){PerformanceTester[_0x38378f(0x16b)](_0x307312);const _0x492429={};_0x492429['hookType']=_0x326159[_0x38378f(0x173)],PerformanceTester[_0x38378f(0x1aa)](PerformanceHookEvents[_0x38378f(0x15a)],![],_0x307312,_0x492429);}}),CodeceptJS['event'][_0x42863f(0xd3)]['on'](CodeceptJS[_0x42863f(0x14f)][_0x42863f(0x105)]['started'],_0x556c8c=>{const _0x21fa20=_0x42863f;PerformanceTester[_0x21fa20(0x14a)](PerformanceHookEvents[_0x21fa20(0x15a)]);try{globals[_0x21fa20(0x145)](_0x326159[_0x21fa20(0xcb)],_0x556c8c[_0x21fa20(0x1a9)]);const _0x15f9a4=_0x399ff6[_0x21fa20(0xe5)](TEST_EVENTS[_0x21fa20(0xb8)],_0x556c8c);CodeceptRecorder[_0x21fa20(0xd9)](()=>_0x399ff6[_0x21fa20(0xd6)]()),CodeceptRecorder[_0x21fa20(0xd9)](()=>_0x399ff6['fireEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x15f9a4)),CodeceptRecorder[_0x21fa20(0xd9)](()=>_0x399ff6[_0x21fa20(0xb9)](_0x556c8c[_0x21fa20(0xd0)])),CodeceptRecorder[_0x21fa20(0xd9)](async()=>{const _0x5df700=_0x21fa20;_0x326159['nMlhw'](isBrowserstackInfra)&&(!_0x326159[_0x5df700(0x152)](isTrue,_0x356f9d[_0x5df700(0x147)])&&await _0x326159[_0x5df700(0x130)](markSessionName,_0xf6724b,_0x556c8c[_0x5df700(0x1a9)]),_0x399ff6[_0x5df700(0x1bb)]&&await _0x326159['bQkar'](o11ySync,_0xf6724b));});}catch(_0xf043b8){const _0x68434b={};_0x68434b['hookType']=_0x326159['Ipjhn'],PerformanceTester[_0x21fa20(0x1aa)](PerformanceHookEvents[_0x21fa20(0x15a)],![],_0xf043b8,_0x68434b),PerformanceTester[_0x21fa20(0x16b)](_0xf043b8);}const _0x15b5be={};_0x15b5be[_0x21fa20(0x18d)]=_0x326159[_0x21fa20(0xbc)],PerformanceTester[_0x21fa20(0x1aa)](PerformanceHookEvents[_0x21fa20(0x15a)],!![],null,_0x15b5be);}),CodeceptJS[_0x42863f(0x14f)][_0x42863f(0xd3)]['on'](CodeceptJS['event'][_0x42863f(0x105)][_0x42863f(0x1bd)],_0x833e48=>{const _0x204de0=_0x42863f;PerformanceTester[_0x204de0(0x14a)](PerformanceHookEvents[_0x204de0(0x15a)]);try{const _0x3a4be9=_0x399ff6[_0x204de0(0xe5)](TEST_EVENTS[_0x204de0(0x146)],_0x833e48);CodeceptRecorder[_0x204de0(0xd9)](()=>_0x399ff6[_0x204de0(0x129)](TEST_EVENTS[_0x204de0(0x146)],_0x3a4be9)),CodeceptRecorder[_0x204de0(0xd9)](async()=>{const _0x2010de=_0x204de0,_0x3a018c={'gAofb':function(_0x4209fe,_0x41fea8,_0x1f4fde){const _0x3ee357=a0_0x409f;return _0x326159[_0x3ee357(0x19e)](_0x4209fe,_0x41fea8,_0x1f4fde);},'kUHof':function(_0x472005,_0x12a3f3,_0x6edf4e){const _0x5ddb97=a0_0x409f;return _0x326159[_0x5ddb97(0x19e)](_0x472005,_0x12a3f3,_0x6edf4e);}};_0x326159[_0x2010de(0x1af)](isBrowserstackInfra)&&await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x2010de(0x13a)],async()=>{const _0x40c7f0=_0x2010de;_0x56c7bb?await _0x3a018c[_0x40c7f0(0x1c4)](playwrightMarkSessionStatus,_0xf6724b,STATE_PASSED):await _0x3a018c[_0x40c7f0(0x190)](markSessionStatus,_0xf6724b,STATE_PASSED);})();}),PerformanceTester['end'](PerformanceEvents[_0x204de0(0x137)]);}catch(_0x276962){PerformanceTester[_0x204de0(0x16b)](_0x276962);const _0x7775d2={};_0x7775d2[_0x204de0(0x18d)]=_0x326159[_0x204de0(0xed)],PerformanceTester[_0x204de0(0x1aa)](PerformanceHookEvents['SDK_HOOK'],![],_0x276962,_0x7775d2),PerformanceTester['end'](PerformanceEvents[_0x204de0(0x137)],![],_0x276962);}const _0x3af8b6={};_0x3af8b6[_0x204de0(0x18d)]=_0x326159[_0x204de0(0xed)],PerformanceTester[_0x204de0(0x1aa)](PerformanceHookEvents[_0x204de0(0x15a)],!![],null,_0x3af8b6);}),CodeceptJS['event'][_0x42863f(0xd3)]['on'](CodeceptJS[_0x42863f(0x14f)][_0x42863f(0x105)][_0x42863f(0x184)],(_0x55bdd0,_0xf3056f)=>{const _0x3ba829=_0x42863f;PerformanceTester[_0x3ba829(0x14a)](PerformanceHookEvents[_0x3ba829(0x15a)]);try{if(_0x326159[_0x3ba829(0x175)](_0x55bdd0[_0x3ba829(0x1bc)][_0x3ba829(0x161)],_0x326159[_0x3ba829(0x11a)])){const _0x352ca3=_0x399ff6[_0x3ba829(0xe5)](TEST_EVENTS[_0x3ba829(0x19a)],_0x55bdd0[_0x3ba829(0x1b3)][_0x3ba829(0xff)]);CodeceptRecorder[_0x3ba829(0xd9)](()=>_0x399ff6[_0x3ba829(0x129)](TEST_EVENTS[_0x3ba829(0x19a)],_0x352ca3));}else{const _0x306832=_0x399ff6['captureEvent'](TEST_EVENTS[_0x3ba829(0x146)],_0x55bdd0,_0xf3056f);CodeceptRecorder[_0x3ba829(0xd9)](()=>{const _0x1e82cb=_0x3ba829;try{_0x399ff6[_0x1e82cb(0x129)](TEST_EVENTS[_0x1e82cb(0x146)],_0x306832);}catch(_0x4206ac){logger[_0x1e82cb(0x163)](_0x1e82cb(0x180)+util[_0x1e82cb(0xc3)](_0x4206ac)),PerformanceTester[_0x1e82cb(0x1aa)](PerformanceEvents[_0x1e82cb(0x137)],![],_0x4206ac);}}),CodeceptRecorder[_0x3ba829(0xd9)](async()=>{const _0x7d2437=_0x3ba829;try{_0x326159[_0x7d2437(0x1af)](isBrowserstackInfra)&&(_0x56c7bb?await _0x326159[_0x7d2437(0x126)](playwrightMarkSessionStatus,_0xf6724b,STATE_FAILED,_0xf3056f):await _0x326159[_0x7d2437(0x115)](markSessionStatus,_0xf6724b,STATE_FAILED,_0xf3056f));}catch(_0x2b648d){logger['debug']('Failed\x20in\x20marking\x20session\x20status\x20of\x20test:\x20'+util[_0x7d2437(0xc3)](_0x2b648d)),PerformanceTester[_0x7d2437(0x1aa)](PerformanceEvents[_0x7d2437(0x137)],![],_0x2b648d);}});}PerformanceTester[_0x3ba829(0x1aa)](PerformanceEvents[_0x3ba829(0x137)]);}catch(_0x31cbba){PerformanceTester[_0x3ba829(0x16b)](_0x31cbba);const _0x203979={};_0x203979[_0x3ba829(0x18d)]=_0x326159[_0x3ba829(0x1b2)],PerformanceTester['end'](PerformanceHookEvents[_0x3ba829(0x15a)],![],_0x31cbba,_0x203979),PerformanceTester[_0x3ba829(0x1aa)](PerformanceEvents[_0x3ba829(0x137)],![],_0x31cbba);}const _0x393a05={};_0x393a05[_0x3ba829(0x18d)]=_0x326159[_0x3ba829(0x1b2)],PerformanceTester[_0x3ba829(0x1aa)](PerformanceHookEvents[_0x3ba829(0x15a)],!![],null,_0x393a05);}),CodeceptJS['event'][_0x42863f(0xd3)]['on'](CodeceptJS['event'][_0x42863f(0x105)]['skipped'],_0x1360ff=>{const _0x442584=_0x42863f;PerformanceTester[_0x442584(0x14a)](PerformanceHookEvents[_0x442584(0x15a)]);try{const _0x496010=_0x399ff6[_0x442584(0xe5)](TEST_EVENTS[_0x442584(0x19a)],_0x1360ff);CodeceptRecorder[_0x442584(0xd9)](()=>_0x399ff6['fireEvent'](TEST_EVENTS[_0x442584(0x19a)],_0x496010)),PerformanceTester[_0x442584(0x1aa)](PerformanceEvents[_0x442584(0x137)]);}catch(_0x246f63){PerformanceTester[_0x442584(0x16b)](_0x246f63),PerformanceTester[_0x442584(0x1aa)](PerformanceEvents[_0x442584(0x137)],![],_0x246f63);const _0x47846f={};_0x47846f[_0x442584(0x18d)]=_0x326159[_0x442584(0x12f)],PerformanceTester[_0x442584(0x1aa)](PerformanceHookEvents[_0x442584(0x15a)],![],_0x246f63,_0x47846f);}const _0x5d87d2={};_0x5d87d2[_0x442584(0x18d)]=_0x326159[_0x442584(0x12f)],PerformanceTester[_0x442584(0x1aa)](PerformanceHookEvents[_0x442584(0x15a)],!![],null,_0x5d87d2);}),CodeceptJS[_0x42863f(0x14f)][_0x42863f(0xd3)]['on'](CodeceptJS[_0x42863f(0x14f)][_0x42863f(0x105)][_0x42863f(0x14e)],async(_0x203e99,_0x488174)=>{const _0x5481f5=_0x42863f;try{PerformanceTester[_0x5481f5(0x14a)](PerformanceHookEvents[_0x5481f5(0x15a)]);const _0x5e6c03=_0x326159[_0x5481f5(0x19e)](shouldScanTestForAccessibility,_0x203e99[_0x5481f5(0xe4)](),!![]);if(_0x326159[_0x5481f5(0x154)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x5e6c03){const _0x3ad3f7={};_0x3ad3f7[_0x5481f5(0xfb)]=_0x203e99[_0x5481f5(0xd0)],_0x3ad3f7[_0x5481f5(0x185)]=process[_0x5481f5(0x1c1)][testHubConstants[_0x5481f5(0x196)]['BROWSERSTACK_TESTHUB_UUID']],_0x3ad3f7[_0x5481f5(0xcf)]=process[_0x5481f5(0x1c1)][testHubConstants[_0x5481f5(0x196)][_0x5481f5(0xd7)]];const _0x36c627=_0x3ad3f7;logger[_0x5481f5(0x163)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x5481f5(0x164)](_0x36c627)),CodeceptRecorder[_0x5481f5(0xd9)](async()=>{const _0x999af6=_0x5481f5;await accessibilityRetryHelper[_0x999af6(0x104)](_0xf6724b,_0x203e99[_0x999af6(0x1a9)]),await accessibilityRetryHelper[_0x999af6(0x160)](_0xf6724b,_0x36c627);}),logger[_0x5481f5(0x101)](_0x326159[_0x5481f5(0x186)]);}const _0x5e6c7a={};_0x5e6c7a[_0x5481f5(0x18d)]=_0x326159[_0x5481f5(0x1a1)],PerformanceTester[_0x5481f5(0x1aa)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5e6c7a);}catch(_0x1a3e2c){PerformanceTester[_0x5481f5(0x16b)](_0x1a3e2c);const _0x356ba1={};_0x356ba1[_0x5481f5(0x18d)]=_0x326159['TltSE'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x1a3e2c,_0x356ba1);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event'][_0x42863f(0x18b)]['comment'],_0x5913e9=>{const _0x51bedb=_0x42863f;PerformanceTester[_0x51bedb(0x14a)](PerformanceHookEvents[_0x51bedb(0x15a)]);try{process[_0x51bedb(0x12a)](_0x51bedb(0x197)+process[_0x51bedb(0x193)],{'timestamp':new Date()[_0x51bedb(0xf2)](),'level':_0x326159[_0x51bedb(0xd4)],'message':_0x5913e9,'kind':_0x326159[_0x51bedb(0x15f)],'http_response':{}});}catch(_0x22737b){PerformanceTester[_0x51bedb(0x16b)](_0x22737b);const _0x592bc9={};_0x592bc9['hookType']=_0x326159[_0x51bedb(0x112)],PerformanceTester[_0x51bedb(0x1aa)](PerformanceHookEvents[_0x51bedb(0x15a)],![],_0x22737b,_0x592bc9);}const _0x3d2c0e={};_0x3d2c0e[_0x51bedb(0x18d)]=_0x326159[_0x51bedb(0x112)],PerformanceTester['end'](PerformanceHookEvents[_0x51bedb(0x15a)],!![],null,_0x3d2c0e);}),CodeceptJS[_0x42863f(0x14f)][_0x42863f(0xd3)]['on'](CodeceptJS['event']['bddStep'][_0x42863f(0x108)],_0x184afc=>{const _0x3fcee1=_0x42863f,_0x12ba0a={};_0x12ba0a[_0x3fcee1(0x18d)]=_0x326159[_0x3fcee1(0xbb)],PerformanceTester[_0x3fcee1(0x156)](PerformanceHookEvents[_0x3fcee1(0x15a)],()=>{const _0x2850a2=_0x3fcee1;_0x399ff6[_0x2850a2(0x169)](_0x184afc);},_0x12ba0a)();}),CodeceptJS[_0x42863f(0x14f)][_0x42863f(0xd3)]['on'](CodeceptJS[_0x42863f(0x14f)]['bddStep'][_0x42863f(0x14e)],_0x2fec2f=>{const _0x15e74e=_0x42863f,_0xe9e29d={};_0xe9e29d[_0x15e74e(0x18d)]=_0x326159[_0x15e74e(0xbf)],PerformanceTester[_0x15e74e(0x156)](PerformanceHookEvents[_0x15e74e(0x15a)],()=>{const _0x53c3ec=_0x15e74e;_0x399ff6[_0x53c3ec(0x123)](_0x2fec2f);},_0xe9e29d)();});};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a1_0x4a381a=a1_0x4933;function a1_0x4933(_0x3d6c5f,_0x1c8a2c){const _0x3f46a1=a1_0x3f46();return a1_0x4933=function(_0x49332f,_0xe3ae8){_0x49332f=_0x49332f-0x1aa;let _0x4f4e36=_0x3f46a1[_0x49332f];return _0x4f4e36;},a1_0x4933(_0x3d6c5f,_0x1c8a2c);}(function(_0x371525,_0x36e1de){const _0xcbee0d=a1_0x4933,_0x379261=_0x371525();while(!![]){try{const _0x318f5d=parseInt(_0xcbee0d(0x233))/0x1+-parseInt(_0xcbee0d(0x254))/0x2+-parseInt(_0xcbee0d(0x1f2))/0x3+-parseInt(_0xcbee0d(0x20e))/0x4+parseInt(_0xcbee0d(0x22d))/0x5*(-parseInt(_0xcbee0d(0x1ee))/0x6)+parseInt(_0xcbee0d(0x230))/0x7+parseInt(_0xcbee0d(0x1d6))/0x8;if(_0x318f5d===_0x36e1de)break;else _0x379261['push'](_0x379261['shift']());}catch(_0x1312ef){_0x379261['push'](_0x379261['shift']());}}}(a1_0x3f46,0x4c154));const fs=require('fs'),path=require('path'),util=require(a1_0x4a381a(0x20a)),process=require(a1_0x4a381a(0x20b)),logger=require('../../helpers/logger')[a1_0x4a381a(0x1e9)],{default:BrowserStackSetup}=require(a1_0x4a381a(0x1eb)),helper=require(a1_0x4a381a(0x1ad)),utilities=require('../../helpers/utilities'),{checkAccessibilityPlatformConfig}=require(a1_0x4a381a(0x1c8)),{setAccessibilityCapabilities,processAccessibilityCaps}=require(a1_0x4a381a(0x206)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x4a381a(0x1ad)),CodeceptJS=requireModule(a1_0x4a381a(0x228),a1_0x4a381a(0x210)),testOpsHelper=require(a1_0x4a381a(0x212)),TestHubHandler=require(a1_0x4a381a(0x213)),BrowserstackCLI=require('../v2/browserstackCLI'),constants=require('../utils/constants'),PerformanceTester=require(a1_0x4a381a(0x1f4)),{FRAMEWORKS}=require(a1_0x4a381a(0x24e)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],ClientTroubleShootingService=require(a1_0x4a381a(0x22f)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x226365,_0xaa1b22)=>{const _0x4af7cc=a1_0x4a381a,_0x5edfc3={};_0x5edfc3[_0x4af7cc(0x209)]=function(_0x3f010a,_0x3fa37d){return _0x3f010a===_0x3fa37d;},_0x5edfc3['PHLTg']='codecept.conf.js',_0x5edfc3[_0x4af7cc(0x22e)]=_0x4af7cc(0x1e7);const _0x35248f=_0x5edfc3;let _0xeec2b7=null;const _0x4bd28f={};let _0x28f227=_0xaa1b22[_0x4af7cc(0x24f)](_0x3efdcf=>_0x3efdcf===_0x4af7cc(0x1b8));_0x35248f[_0x4af7cc(0x209)](_0x28f227,-0x1)&&(_0x28f227=_0xaa1b22['findIndex'](_0x44d567=>_0x44d567==='-c'));const _0x22ef87=!helper[_0x4af7cc(0x1b1)](_0x226365['config'])?helper[_0x4af7cc(0x23d)](_0x226365[_0x4af7cc(0x20f)]):null,_0x212e45=!helper[_0x4af7cc(0x1b1)](_0x226365['c'])?helper[_0x4af7cc(0x23d)](_0x226365['c']):null;if(!helper[_0x4af7cc(0x1b1)](_0x226365[_0x4af7cc(0x20f)])&&!_0x22ef87)logger[_0x4af7cc(0x1e4)](_0x4af7cc(0x200)+_0x226365[_0x4af7cc(0x20f)]+_0x4af7cc(0x1d3));else!helper[_0x4af7cc(0x1b1)](_0x226365['c'])&&!_0x212e45&&logger['warn']('Ignoring\x20-c\x20config\x20path\x20\x22'+_0x226365['c']+_0x4af7cc(0x1d3));if(_0x22ef87&&fs[_0x4af7cc(0x23b)](_0x22ef87))_0xeec2b7=_0x22ef87,_0xaa1b22[_0x4af7cc(0x229)](_0x28f227,0x2);else{if(_0x212e45&&fs[_0x4af7cc(0x23b)](_0x212e45))_0xeec2b7=_0x212e45,_0xaa1b22[_0x4af7cc(0x229)](_0x28f227,0x2);else{if(fs[_0x4af7cc(0x23b)](path[_0x4af7cc(0x1cc)](process[_0x4af7cc(0x1bb)](),_0x35248f['PHLTg'])))_0xeec2b7=path[_0x4af7cc(0x1cc)](process[_0x4af7cc(0x1bb)](),_0x35248f[_0x4af7cc(0x23e)]);else fs[_0x4af7cc(0x23b)](path[_0x4af7cc(0x1cc)](process[_0x4af7cc(0x1bb)](),_0x35248f[_0x4af7cc(0x22e)]))&&(_0xeec2b7=path[_0x4af7cc(0x1cc)](process[_0x4af7cc(0x1bb)](),_0x35248f[_0x4af7cc(0x22e)]));}}return process['env']['USER_CONFIG_DETAILS_PATH']=_0xeec2b7,_0xeec2b7;},getO11yRerunPattern=()=>{const _0xd409b7=a1_0x4a381a,_0xad15a5=helper[_0xd409b7(0x1de)](process['env'][_0xd409b7(0x1ed)]);if(_0xad15a5){const _0x68101=process[_0xd409b7(0x1d1)][_0xd409b7(0x21d)],_0x3bad11=[];if(helper[_0xd409b7(0x1b2)](_0x68101)&&!helper[_0xd409b7(0x1b1)](_0x68101)){_0x68101[_0xd409b7(0x22a)](',')[_0xd409b7(0x21e)](_0x609201=>{const _0x113e14=_0xd409b7;_0x3bad11[_0x113e14(0x1f6)]('('+_0x609201['trim']()+')');});const _0x2747f9='^'+_0x3bad11[_0xd409b7(0x1cc)]('|')+'$';return _0x2747f9;}}return null;},a1_0x5e547f={};function a1_0x3f46(){const _0x20cd15=['vDHxO','codeceptjs/lib/index.js','splice','split','setupBrowserstackLocal','JiGZC','2225210oSLvqb','ONwIJ','../utils/clientTroubleshootingService','3019310ajloDa','enabled','isEmpty','62810chXovt','replace','browserWSEndpoint','accessibilityOptions','load','path','gZfpp','coCdi','existsSync','profile','resolveWithinCwd','PHLTg','accessKey','failed','CodeceptJS\x20','getPlatformName','SDK_CLEANUP','CODECEPT','ehuIN','testContextOptions','version','WkQkG','4|0|3|1|2','accessibility','fLOPR','testObservability','GhRKo','../../helpers/test-observability/constants','findIndex','chrome','addTests','initialize','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','1074374INDLSp','eGOOz','teardownAll','UJLOC','test','webkit','stop','../../helpers/helper','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','NaXvf','RssEx','isUndefined','validateRerunTestList','LQuQI','jWwfK','sEOKc','helpers','SDK_SETUP','--config','fRoFk','event','cwd','QlzUg','getInstance','debug','chromium','yXcYA','skipSessionName','stack','Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20','log','getUserWorkerCount','setAdditionalCapabilities','_ensureInitialized','../../helpers/accessibility-automation/helper','chdir','hubUrl','TuZIj','join','dirname','bootstrapAll','playwright-chromium','/wd/hub','env','Failed\x20:\x20','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','userName','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','10148832GPBSgH','err','info','dZjkL','function','end','CODECEPT_CUCUMBER','BROWSERSTACK_FRAMEWORK','isTrue','BrowserStackPlugin','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','spawn','sIWcm','platforms','warn','run','browser','codecept.json','key','winstonLogger','jhnsn','../../helpers/BrowserStackSetup','BrowserStackPlugin.js','BROWSERSTACK_RERUN','6isWTtZ','getPlaywrightUrl','skipSessionStatus','Playwright','297792UrgeMg','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/performance/performance-tester','start','push','require','WebDriver','KXlVM','FRAMEWORKS','dzUrq','browserStackCwd','desiredCapabilities','addConfig','playwright-webkit','Ignoring\x20--config\x20path\x20\x22','printBuildLink','Workers','gherkin','firefox','printResults','../../bin/playwright/accessibility-helper','toLowerCase','format','NWrtT','util','process','createGroupsOfSuites','true','1478460HyVfRD','config','codeceptjs','aAIqJ','../../helpers/test-observability/utils','../../helpers/testhub/testhubHandler','browserName','assign','VOQIE','host','playwright-firefox','frameworkName','finalExecution','testConfig','forEach','BROWSERSTACK_RERUN_TESTS','map','prepareCapabilities','UqeBc','ECfAO','stringify','zInUu','mergeDeep','title','vlHHg'];a1_0x3f46=function(){return _0x20cd15;};return a1_0x3f46();}a1_0x5e547f[a1_0x4a381a(0x250)]=a1_0x4a381a(0x1bf),a1_0x5e547f[a1_0x4a381a(0x1cf)]=a1_0x4a381a(0x1bf),a1_0x5e547f[a1_0x4a381a(0x218)]=a1_0x4a381a(0x204),a1_0x5e547f[a1_0x4a381a(0x1ff)]=a1_0x4a381a(0x1ab);const pwToCodeceptBrowser=a1_0x5e547f;async function run(_0x3eddd3,_0x107d5b,_0x287fae){const _0x108d17=a1_0x4a381a,_0x2ce352={'zInUu':function(_0x2d646d,_0x213de7,_0x139eff,_0x132541){return _0x2d646d(_0x213de7,_0x139eff,_0x132541);},'JiGZC':function(_0x1ab4c6,_0x88a6fb){return _0x1ab4c6+_0x88a6fb;},'UqeBc':function(_0x5d3a8a,_0x4c70d5){return _0x5d3a8a(_0x4c70d5);},'BvFMd':function(_0x4b710e,_0x5d7bed,_0x3c20a7){return _0x4b710e(_0x5d7bed,_0x3c20a7);},'gZfpp':'helpers','eGOOz':function(_0x4f6593){return _0x4f6593();},'fRoFk':_0x108d17(0x1d0),'NaXvf':function(_0x52ae62){return _0x52ae62();},'dZjkL':function(_0x3841aa){return _0x3841aa();},'VOQIE':_0x108d17(0x1d2),'jhnsn':'Passed\x20:\x20','dzUrq':'Started\x20:\x20','ECfAO':_0x108d17(0x249),'vDHxO':function(_0x397cd5,_0x27a1c2,_0x258d13){return _0x397cd5(_0x27a1c2,_0x258d13);},'aAIqJ':_0x108d17(0x1ae),'WkQkG':_0x108d17(0x1f1),'yXcYA':_0x108d17(0x1f8),'ajHZb':function(_0x3107f3,_0x39961d){return _0x3107f3!=_0x39961d;},'coCdi':_0x108d17(0x20d),'KXlVM':function(_0xb5552c,_0x3ea89b,_0x5e285d){return _0xb5552c(_0x3ea89b,_0x5e285d);},'fLOPR':_0x108d17(0x203),'vlHHg':function(_0x33ce07,_0x29a634){return _0x33ce07(_0x29a634);},'sEOKc':function(_0x3c6924,_0x49a6c5){return _0x3c6924*_0x49a6c5;},'GhRKo':'browser','sIWcm':function(_0x199220,_0x2ec88a,_0xc907ae){return _0x199220(_0x2ec88a,_0xc907ae);},'AhZZn':_0x108d17(0x1fd),'TuZIj':'root','LQuQI':_0x108d17(0x1ec),'bOEIR':_0x108d17(0x1fc),'ehuIN':_0x108d17(0x210),'UJLOC':function(_0x4b1407,_0x42da40){return _0x4b1407===_0x42da40;},'jWwfK':_0x108d17(0x1da),'RssEx':function(_0x1dc2f0,_0x551233,_0x4a70b1){return _0x1dc2f0(_0x551233,_0x4a70b1);},'btgvj':'codeceptjs/package.json','IXJqO':function(_0xeddb9a,_0x21de28){return _0xeddb9a>=_0x21de28;},'QlzUg':function(_0x346824,_0x364ee0,_0x112a4c){return _0x346824(_0x364ee0,_0x112a4c);},'UOPnJ':function(_0x3dc9fe){return _0x3dc9fe();}};await _0x287fae[_0x108d17(0x252)](_0x3eddd3);!BrowserstackCLI[_0x108d17(0x1bd)]()['isRunning']()&&await _0x287fae[_0x108d17(0x22b)]();await helper['handleApp'](_0x287fae[_0x108d17(0x20f)]);if(!_0x287fae[_0x108d17(0x20f)])return;process[_0x108d17(0x23c)]=_0x3eddd3['profile'];_0x3eddd3[_0x108d17(0x23c)]&&(process[_0x108d17(0x1d1)][_0x108d17(0x23c)]=_0x3eddd3[_0x108d17(0x23c)]);const _0x3aeecc=_0x2ce352[_0x108d17(0x227)](getUserCodeceptJSConfigs,_0x3eddd3,_0x107d5b);let _0x2e8324={};_0x3aeecc?(logger[_0x108d17(0x1d8)](_0x108d17(0x1e0)+_0x3aeecc),_0x2e8324=CodeceptJS['config'][_0x108d17(0x237)](_0x3aeecc)):logger[_0x108d17(0x1d8)](_0x2ce352[_0x108d17(0x211)]);let _0x59481e=![];_0x2ce352[_0x108d17(0x227)](nestedKeyValue,_0x2e8324,[_0x2ce352[_0x108d17(0x239)],_0x2ce352[_0x108d17(0x248)]])&&(_0x59481e=!![]);const _0x31962b=_0x59481e?_0x2ce352[_0x108d17(0x248)]:_0x2ce352[_0x108d17(0x1c0)];let _0x255b51=!_0x59481e?helper['useW3C'](_0x287fae[_0x108d17(0x20f)]):![];!helper[_0x108d17(0x1b1)](_0x287fae[_0x108d17(0x20f)][_0x108d17(0x236)])&&(process['env'][_0x108d17(0x253)]=JSON['stringify'](_0x287fae[_0x108d17(0x20f)][_0x108d17(0x236)]));let _0x1786f4=_0x287fae[_0x108d17(0x20f)][_0x108d17(0x24a)];_0x1786f4=_0x1786f4||_0x2ce352[_0x108d17(0x220)](checkAccessibilityPlatformConfig,_0x287fae[_0x108d17(0x20f)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1786f4;_0x1786f4&&(_0x255b51=!_0x1786f4);_0x2ce352['ajHZb'](_0x287fae[_0x108d17(0x20f)][_0x108d17(0x24c)],null)?process[_0x108d17(0x1d1)][_0x108d17(0x1f3)]=_0x287fae[_0x108d17(0x20f)][_0x108d17(0x24c)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x2ce352[_0x108d17(0x23a)];const _0x178bdf=_0x2ce352[_0x108d17(0x1f9)](nestedKeyValue,_0x2e8324,[_0x2ce352[_0x108d17(0x24b)]]),_0x2f9db2=_0x178bdf&&!helper[_0x108d17(0x232)](_0x178bdf)?FRAMEWORKS[_0x108d17(0x1dc)]:FRAMEWORKS['CODECEPT'],_0x4af93b=await TestHubHandler['launchBuild'](_0x2f9db2,_0x287fae);await testOpsHelper[_0x108d17(0x201)]();_0x1786f4&&_0x2ce352[_0x108d17(0x226)](setAccessibilityCapabilities,_0x287fae[_0x108d17(0x20f)]);const _0xe0fac0={},_0x55a3f7=[],_0x35b870=_0x287fae[_0x108d17(0x20f)]['parallelsPerPlatform']||helper[_0x108d17(0x1c5)](_0x3eddd3,_0x107d5b,_0x287fae['config'],constants[_0x108d17(0x1fa)][_0x108d17(0x244)])||0x1;let _0x4c31fd=0x1;if(_0x2ce352[_0x108d17(0x1d9)](isBrowserstackInfra)){const _0x65fd9f=helper[_0x108d17(0x21f)](_0x287fae['config'],_0x255b51,constants['FRAMEWORKS'][_0x108d17(0x244)]);_0x65fd9f['forEach'](_0x31465c=>{const _0x1255ff=_0x108d17;helper[_0x1255ff(0x1c6)](_0x31465c);}),helper['validPlatformsPresent'](_0x287fae[_0x108d17(0x20f)])?_0x4c31fd=_0x2ce352[_0x108d17(0x1b5)](_0x35b870,_0x287fae['config'][_0x108d17(0x1e3)]['length']):_0x4c31fd=_0x35b870,_0x65fd9f[_0x108d17(0x21c)](_0x25d9d3=>{const _0x3c79a8=_0x108d17,_0x33372d=_0x2ce352[_0x3c79a8(0x22c)](helper[_0x3c79a8(0x242)](_0x25d9d3,'_'),'_'+Date['now']()),_0x1f0227=((()=>{const _0x528783=_0x3c79a8;if(_0x59481e){const _0x50585b=pwToCodeceptBrowser[_0x25d9d3['browserName']]||_0x25d9d3['browserName'],_0x37cc3e=helper[_0x528783(0x1ef)](_0x287fae[_0x528783(0x20f)]),_0x59da9b=Object[_0x528783(0x215)]({},_0x25d9d3);return _0x2ce352[_0x528783(0x223)](processAccessibilityCaps,_0x59da9b,_0x37cc3e,null),{'browser':_0x50585b,[_0x50585b]:{'browserWSEndpoint':_0x2ce352[_0x528783(0x22c)](_0x37cc3e,_0x2ce352['UqeBc'](encodeURIComponent,JSON[_0x528783(0x222)](_0x59da9b)))}};}const _0x67a717={};return _0x67a717[_0x528783(0x1fd)]=_0x25d9d3,_0x67a717['user']=_0x287fae[_0x528783(0x20f)][_0x528783(0x1d4)],_0x67a717[_0x528783(0x1e8)]=_0x287fae[_0x528783(0x20f)][_0x528783(0x23f)],_0x67a717;})()),_0x9a3641=_0x2ce352['BvFMd'](nestedKeyValue,_0x2e8324,[_0x2ce352[_0x3c79a8(0x239)],_0x31962b]);_0xe0fac0[_0x33372d]=_0x9a3641?helper[_0x3c79a8(0x224)](_0x1f0227,_0x9a3641):_0x1f0227;if(_0x59481e)_0xe0fac0[_0x33372d]['browser']=pwToCodeceptBrowser[_0x25d9d3['browserName']]||_0x25d9d3[_0x3c79a8(0x214)];else{_0xe0fac0[_0x33372d][_0x3c79a8(0x1e6)]=_0x25d9d3['browserName']||_0x1f0227[_0x3c79a8(0x1e6)];if(_0x2ce352[_0x3c79a8(0x255)](isBrowserstackInfra)){_0xe0fac0[_0x33372d][_0x3c79a8(0x217)]=constants[_0x3c79a8(0x1ca)]['replace'](_0x2ce352['fRoFk'],'')[_0x3c79a8(0x234)](/https?:\/\//,'');;_0xe0fac0[_0x33372d][_0x3c79a8(0x238)]=_0x2ce352[_0x3c79a8(0x1b9)];}}_0x55a3f7[_0x3c79a8(0x1f6)](_0x33372d);});}else{_0x4c31fd=0x1;if(_0x59481e){const _0x2d7996=_0x2ce352['BvFMd'](nestedKeyValue,_0x2e8324,[_0x2ce352['gZfpp'],_0x31962b,_0x2ce352[_0x108d17(0x24d)]]),_0x2a3f75=_0x2ce352[_0x108d17(0x1e2)](nestedKeyValue,_0x2e8324,[_0x2ce352['gZfpp'],_0x31962b,_0x2d7996]);if(_0x2a3f75&&_0x2a3f75[_0x108d17(0x235)]){const _0x65cd7f={};_0x65cd7f[_0x108d17(0x1e3)]=[],_0x2a3f75[_0x108d17(0x235)]=helper['prepareCapabilities'](Object['assign']({},_0x287fae['config'],_0x65cd7f),null,_0x2f9db2[_0x108d17(0x207)](),null,null,_0x2a3f75[_0x108d17(0x235)]);}}else{if(_0x2ce352[_0x108d17(0x1f9)](nestedKeyValue,_0x2e8324,[_0x2ce352[_0x108d17(0x239)],_0x31962b])){const _0x593be9={};_0x593be9[_0x108d17(0x1e3)]=[],_0x2e8324[_0x2ce352['gZfpp']][_0x31962b][_0x2ce352['AhZZn']]=helper['prepareCapabilities'](Object[_0x108d17(0x215)]({},_0x287fae[_0x108d17(0x20f)],_0x593be9),null,_0x2f9db2['toLowerCase'](),_0x2ce352[_0x108d17(0x227)](nestedKeyValue,_0x2e8324,[_0x2ce352[_0x108d17(0x239)],_0x31962b,_0x2ce352['AhZZn']])||{},null,null);}}_0xe0fac0[_0x2ce352['TuZIj']]=_0x2e8324,_0x55a3f7[_0x108d17(0x1f6)](_0x2ce352[_0x108d17(0x1cb)]);}const _0x29a95e={};_0x29a95e[_0x108d17(0x21b)]=_0x3aeecc;const _0x1f7743=_0x29a95e,_0x5b46ec=path['join'](__dirname,_0x2ce352[_0x108d17(0x1b3)]),_0x347ce6=process[_0x108d17(0x1bb)]();process[_0x108d17(0x1d1)][_0x2ce352['bOEIR']]=_0x347ce6;_0x3aeecc&&process[_0x108d17(0x1c9)](path[_0x108d17(0x1cd)](_0x3aeecc));process['env'][_0x108d17(0x1dd)]=process['env'][_0x108d17(0x1dd)]||_0x2ce352['ehuIN'];const _0x420a41=new CodeceptJS[(_0x108d17(0x202))](null,_0x1f7743);if(_0x2ce352[_0x108d17(0x257)](typeof _0x420a41[_0x108d17(0x1c7)],_0x2ce352[_0x108d17(0x1b4)]))await _0x420a41['_ensureInitialized']();else{let _0x3b22a5;try{_0x3b22a5=_0x2ce352[_0x108d17(0x1b0)](requireModule,_0x2ce352['btgvj'],_0x2ce352[_0x108d17(0x245)])[_0x108d17(0x247)];}catch(_0x476eaf){logger[_0x108d17(0x1be)](_0x108d17(0x1c3)+util[_0x108d17(0x208)](_0x476eaf));}_0x3b22a5&&_0x2ce352['IXJqO'](_0x2ce352[_0x108d17(0x1bc)](parseInt,_0x3b22a5['split']('.')[0x0],0xa),0x4)&&logger[_0x108d17(0x1e4)](_0x108d17(0x241)+_0x3b22a5+'\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.');}const _0x5d427f=_0x420a41[_0x108d17(0x20c)](_0x35b870),_0x509745=testOpsHelper['isTestObservabilitySession'](),_0x5e993f=_0x55a3f7[_0x108d17(0x21e)](_0x24922a=>{const _0x1bae4c=_0x108d17,_0xee6afd={};_0xee6afd[_0x1bae4c(0x1f1)]=_0xe0fac0[_0x24922a];const _0x4eacc3={};_0x4eacc3[_0x1bae4c(0x1f8)]=_0xe0fac0[_0x24922a];const _0x493fba=_0x59481e?_0xee6afd:_0x4eacc3,_0x3337ed=_0x2ce352[_0x1bae4c(0x1af)](getO11yRerunPattern),_0x22a917={};_0x22a917[_0x1bae4c(0x1b6)]=_0x493fba;const _0x5bc53f={};_0x5bc53f[_0x1bae4c(0x1f7)]=_0x5b46ec,_0x5bc53f[_0x1bae4c(0x231)]=!![],_0x5bc53f[_0x1bae4c(0x1c1)]=_0x287fae[_0x1bae4c(0x20f)][_0x1bae4c(0x246)][_0x1bae4c(0x1c1)],_0x5bc53f['skipSessionStatus']=_0x287fae[_0x1bae4c(0x20f)][_0x1bae4c(0x246)][_0x1bae4c(0x1f0)],_0x5bc53f[_0x1bae4c(0x24c)]=_0x509745,_0x5bc53f[_0x1bae4c(0x219)]=_0x2f9db2;const _0x148546={};_0x148546[_0x1bae4c(0x1df)]=_0x5bc53f;const _0x14c43d={};return _0x14c43d['plugins']=_0x148546,helper['mergeDeep']({},_0x2e8324,_0x2ce352[_0x1bae4c(0x1d9)](isBrowserstackInfra)?_0x22a917:{},_0x3337ed?{'grep':_0x3337ed}:{},_0x14c43d);});for(const _0x208037 of _0x5e993f){for(const _0x29433d of _0x5d427f){const _0x4c91f2=_0x420a41[_0x108d17(0x1e1)]();_0x4c91f2[_0x108d17(0x251)](_0x29433d),_0x4c91f2[_0x108d17(0x1fe)](_0x208037);const _0x9a4eeb={};_0x9a4eeb[_0x108d17(0x20f)]=_0x3aeecc,_0x4c91f2['addOptions'](Object['assign'](_0x9a4eeb,_0x3eddd3));}}_0x420a41['on'](CodeceptJS['event'][_0x108d17(0x1aa)][_0x108d17(0x240)],(_0xb6199e,_0x4074a1)=>{const _0x4d3f2d=_0x108d17;console[_0x4d3f2d(0x1c4)](_0x2ce352[_0x4d3f2d(0x216)],_0xb6199e[_0x4d3f2d(0x225)]);const _0x1147e5={[_0xb6199e[_0x4d3f2d(0x225)]]:_0xb6199e[_0x4d3f2d(0x1d7)][_0x4d3f2d(0x1c2)]};_testErrorData[_0x4d3f2d(0x1f6)](_0x1147e5);}),_0x420a41['on'](CodeceptJS[_0x108d17(0x1ba)]['test']['passed'],async _0x27d415=>{const _0x48ff07=_0x108d17;console[_0x48ff07(0x1c4)](_0x2ce352[_0x48ff07(0x1ea)],_0x27d415[_0x48ff07(0x225)]);}),_0x420a41['on'](CodeceptJS[_0x108d17(0x1ba)][_0x108d17(0x1aa)]['before'],async _0x380b0a=>{const _0x38d8a8=_0x108d17;console['log'](_0x2ce352[_0x38d8a8(0x1fb)],_0x380b0a[_0x38d8a8(0x225)]);}),_0x420a41['on'](CodeceptJS['event']['all']['result'],async()=>{const _0x2e5582=_0x108d17,_0xd265e8=_0x2ce352[_0x2e5582(0x221)][_0x2e5582(0x22a)]('|');let _0x4726de=0x0;while(!![]){switch(_0xd265e8[_0x4726de++]){case'0':_0x287fae['errorMessage']=_testErrorData;continue;case'1':try{await TestHubHandler[_0x2e5582(0x1ac)]();}catch(_0x52440d){logger[_0x2e5582(0x1be)](_0x2e5582(0x1d5)+util[_0x2e5582(0x208)](_0x52440d));}continue;case'2':_0x420a41[_0x2e5582(0x205)]();continue;case'3':utilities[_0x2e5582(0x21a)](_0x287fae);continue;case'4':PerformanceTester[_0x2e5582(0x1f5)](PerformanceEvents[_0x2e5582(0x243)]);continue;}break;}});async function _0x723aca(){const _0x391e16=_0x108d17;try{await _0x420a41[_0x391e16(0x1ce)](),await _0x420a41[_0x391e16(0x1e5)]();}finally{process[_0x391e16(0x1c9)](_0x347ce6),await _0x420a41[_0x391e16(0x256)]();}}PerformanceTester[_0x108d17(0x1db)](PerformanceEvents[_0x108d17(0x1b7)]),await _0x2ce352['UOPnJ'](_0x723aca);}module['exports']=run;
2
+ 'use strict';const a1_0x523ab2=a1_0xf552;(function(_0x4a740f,_0x38606e){const _0x44f3ac=a1_0xf552,_0x8684b7=_0x4a740f();while(!![]){try{const _0x1b6e16=-parseInt(_0x44f3ac(0x18d))/0x1*(-parseInt(_0x44f3ac(0x183))/0x2)+-parseInt(_0x44f3ac(0x1c6))/0x3+-parseInt(_0x44f3ac(0x195))/0x4+-parseInt(_0x44f3ac(0x1a6))/0x5*(parseInt(_0x44f3ac(0x204))/0x6)+-parseInt(_0x44f3ac(0x194))/0x7+parseInt(_0x44f3ac(0x1ab))/0x8*(parseInt(_0x44f3ac(0x19b))/0x9)+parseInt(_0x44f3ac(0x1aa))/0xa;if(_0x1b6e16===_0x38606e)break;else _0x8684b7['push'](_0x8684b7['shift']());}catch(_0x13a5df){_0x8684b7['push'](_0x8684b7['shift']());}}}(a1_0x420e,0x2113f));const fs=require('fs'),path=require('path'),util=require(a1_0x523ab2(0x1b5)),process=require('process'),logger=require('../../helpers/logger')[a1_0x523ab2(0x220)],{default:BrowserStackSetup}=require(a1_0x523ab2(0x21b)),helper=require(a1_0x523ab2(0x193)),utilities=require(a1_0x523ab2(0x1dc)),{checkAccessibilityPlatformConfig}=require(a1_0x523ab2(0x22d)),{setAccessibilityCapabilities,processAccessibilityCaps}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x523ab2(0x193)),CodeceptJS=requireModule(a1_0x523ab2(0x22c),a1_0x523ab2(0x1df)),testOpsHelper=require('../../helpers/test-observability/utils'),TestHubHandler=require(a1_0x523ab2(0x1c8)),BrowserstackCLI=require(a1_0x523ab2(0x1ad)),constants=require(a1_0x523ab2(0x219)),PerformanceTester=require(a1_0x523ab2(0x192)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceEvents=require(a1_0x523ab2(0x226))[a1_0x523ab2(0x224)],ClientTroubleShootingService=require(a1_0x523ab2(0x229)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x3e405a,_0x1cc880)=>{const _0x195a2e=a1_0x523ab2,_0x12c9a2={};_0x12c9a2[_0x195a2e(0x1c5)]=function(_0x4d9119,_0x3196e8){return _0x4d9119===_0x3196e8;},_0x12c9a2['VCWKn']=_0x195a2e(0x216),_0x12c9a2[_0x195a2e(0x1bc)]=_0x195a2e(0x228);const _0x1701e1=_0x12c9a2;let _0xa14523=null;const _0x29b317={};let _0x3dc440=_0x1cc880[_0x195a2e(0x1cb)](_0x12886f=>_0x12886f===_0x195a2e(0x1af));_0x1701e1[_0x195a2e(0x1c5)](_0x3dc440,-0x1)&&(_0x3dc440=_0x1cc880[_0x195a2e(0x1cb)](_0x118669=>_0x118669==='-c'));const _0x57f0bf=!helper['isUndefined'](_0x3e405a[_0x195a2e(0x222)])?helper[_0x195a2e(0x19d)](_0x3e405a['config']):null,_0x4bf278=!helper[_0x195a2e(0x1da)](_0x3e405a['c'])?helper[_0x195a2e(0x19d)](_0x3e405a['c']):null;if(!helper['isUndefined'](_0x3e405a[_0x195a2e(0x222)])&&!_0x57f0bf)logger['warn'](_0x195a2e(0x1e9)+_0x3e405a[_0x195a2e(0x222)]+_0x195a2e(0x1f4));else!helper[_0x195a2e(0x1da)](_0x3e405a['c'])&&!_0x4bf278&&logger[_0x195a2e(0x1d9)](_0x195a2e(0x208)+_0x3e405a['c']+_0x195a2e(0x1f4));if(_0x57f0bf&&fs[_0x195a2e(0x1cd)](_0x57f0bf))_0xa14523=_0x57f0bf,_0x1cc880[_0x195a2e(0x227)](_0x3dc440,0x2);else{if(_0x4bf278&&fs[_0x195a2e(0x1cd)](_0x4bf278))_0xa14523=_0x4bf278,_0x1cc880[_0x195a2e(0x227)](_0x3dc440,0x2);else{if(fs['existsSync'](path[_0x195a2e(0x1fc)](process[_0x195a2e(0x1a5)](),_0x1701e1['VCWKn'])))_0xa14523=path[_0x195a2e(0x1fc)](process[_0x195a2e(0x1a5)](),_0x1701e1[_0x195a2e(0x1e0)]);else fs['existsSync'](path[_0x195a2e(0x1fc)](process['cwd'](),_0x1701e1[_0x195a2e(0x1bc)]))&&(_0xa14523=path[_0x195a2e(0x1fc)](process[_0x195a2e(0x1a5)](),_0x1701e1[_0x195a2e(0x1bc)]));}}return process[_0x195a2e(0x1d2)][_0x195a2e(0x212)]=_0xa14523,_0xa14523;},getO11yRerunPattern=()=>{const _0x2585c2=a1_0x523ab2,_0x1e712b=helper[_0x2585c2(0x19c)](process[_0x2585c2(0x1d2)]['BROWSERSTACK_RERUN']);if(_0x1e712b){const _0x22740=process[_0x2585c2(0x1d2)][_0x2585c2(0x190)],_0x5ab7de=[];if(helper[_0x2585c2(0x18e)](_0x22740)&&!helper['isUndefined'](_0x22740)){_0x22740[_0x2585c2(0x1b3)](',')[_0x2585c2(0x1ef)](_0x587a02=>{const _0x13c36b=_0x2585c2;_0x5ab7de[_0x13c36b(0x20c)]('('+_0x587a02[_0x13c36b(0x1ce)]()+')');});const _0x4cc470='^'+_0x5ab7de['join']('|')+'$';return _0x4cc470;}}return null;},a1_0x2005f4={};a1_0x2005f4[a1_0x523ab2(0x18f)]='chromium',a1_0x2005f4[a1_0x523ab2(0x189)]='chromium',a1_0x2005f4[a1_0x523ab2(0x1fb)]=a1_0x523ab2(0x203),a1_0x2005f4[a1_0x523ab2(0x1e7)]=a1_0x523ab2(0x1ea);const pwToCodeceptBrowser=a1_0x2005f4;async function run(_0x236c4f,_0x443efb,_0x3b0be1){const _0x52bb2c=a1_0x523ab2,_0x41da25={'LbxZk':function(_0x6ea3f3,_0x131e67,_0x2ead84,_0x505256){return _0x6ea3f3(_0x131e67,_0x2ead84,_0x505256);},'VjVRY':function(_0x7d3fe5,_0x278e4b){return _0x7d3fe5+_0x278e4b;},'eOmui':function(_0x24ebc3,_0xaae523){return _0x24ebc3(_0xaae523);},'XCVUZ':function(_0x16f130,_0x2d448a){return _0x16f130+_0x2d448a;},'bFeCX':function(_0x2e19ad,_0x1ca78a,_0xb7deba){return _0x2e19ad(_0x1ca78a,_0xb7deba);},'apAZg':_0x52bb2c(0x1f9),'XnjdJ':function(_0x2fec0a){return _0x2fec0a();},'pPwiN':_0x52bb2c(0x1e8),'QmWDx':function(_0x1108ae){return _0x1108ae();},'VWNvV':_0x52bb2c(0x1ac),'xnnir':_0x52bb2c(0x184),'sLzEA':'Started\x20:\x20','ToPEF':_0x52bb2c(0x210),'VEOdg':function(_0x148936,_0x195710,_0x3acee8){return _0x148936(_0x195710,_0x3acee8);},'kKVIg':_0x52bb2c(0x1ee),'BGAbF':_0x52bb2c(0x221),'MGRLf':_0x52bb2c(0x1ae),'IfyWi':function(_0x75c7d8,_0x25afec){return _0x75c7d8(_0x25afec);},'sqLur':function(_0x2585c1,_0x139bab){return _0x2585c1!=_0x139bab;},'Tahyc':'true','Vcecl':_0x52bb2c(0x19a),'TjRWx':function(_0x4bae2c,_0x21ba7b){return _0x4bae2c*_0x21ba7b;},'CUDiX':function(_0x370ce7,_0x142d5d,_0x3d24c2){return _0x370ce7(_0x142d5d,_0x3d24c2);},'chozQ':_0x52bb2c(0x18b),'fghNj':_0x52bb2c(0x1bd),'nJqcY':_0x52bb2c(0x1e3),'iwOuh':_0x52bb2c(0x22a),'WMheo':_0x52bb2c(0x1fa),'DdADG':_0x52bb2c(0x1df),'qoITD':function(_0x2f4fb3,_0x281ffd){return _0x2f4fb3===_0x281ffd;},'vPEIW':_0x52bb2c(0x1c0),'gBpSD':_0x52bb2c(0x181),'PwGEG':function(_0x563a90,_0x450a20){return _0x563a90>=_0x450a20;},'JosOZ':function(_0x2c300c,_0x45e3c2,_0x11abdd){return _0x2c300c(_0x45e3c2,_0x11abdd);}};await _0x3b0be1[_0x52bb2c(0x1b2)](_0x236c4f);!BrowserstackCLI[_0x52bb2c(0x1a8)]()['isRunning']()&&await _0x3b0be1['setupBrowserstackLocal']();await helper[_0x52bb2c(0x1ff)](_0x3b0be1['config']);if(!_0x3b0be1[_0x52bb2c(0x222)])return;process[_0x52bb2c(0x225)]=_0x236c4f[_0x52bb2c(0x225)];_0x236c4f[_0x52bb2c(0x225)]&&(process[_0x52bb2c(0x1d2)][_0x52bb2c(0x225)]=_0x236c4f[_0x52bb2c(0x225)]);const _0xf0d520=_0x41da25[_0x52bb2c(0x1f2)](getUserCodeceptJSConfigs,_0x236c4f,_0x443efb);let _0x3df34a={};_0xf0d520?(logger[_0x52bb2c(0x1d6)](_0x52bb2c(0x185)+_0xf0d520),_0x3df34a=CodeceptJS[_0x52bb2c(0x222)][_0x52bb2c(0x21d)](_0xf0d520)):logger['info'](_0x41da25[_0x52bb2c(0x223)]);let _0x4e1ecb=![];_0x41da25[_0x52bb2c(0x1c9)](nestedKeyValue,_0x3df34a,[_0x41da25[_0x52bb2c(0x1a3)],_0x41da25['BGAbF']])&&(_0x4e1ecb=!![]);const _0x682c69=_0x4e1ecb?_0x41da25[_0x52bb2c(0x1cf)]:_0x41da25[_0x52bb2c(0x20b)];let _0x5bf18d=!_0x4e1ecb?helper[_0x52bb2c(0x1fd)](_0x3b0be1[_0x52bb2c(0x222)]):![];!helper['isUndefined'](_0x3b0be1[_0x52bb2c(0x222)][_0x52bb2c(0x1f7)])&&(process['env'][_0x52bb2c(0x21a)]=JSON[_0x52bb2c(0x1b9)](_0x3b0be1['config'][_0x52bb2c(0x1f7)]));let _0x439baf=_0x3b0be1[_0x52bb2c(0x222)]['accessibility'];_0x439baf=_0x439baf||_0x41da25[_0x52bb2c(0x20d)](checkAccessibilityPlatformConfig,_0x3b0be1[_0x52bb2c(0x222)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x439baf;_0x439baf&&(_0x5bf18d=!_0x439baf);_0x41da25[_0x52bb2c(0x1a1)](_0x3b0be1[_0x52bb2c(0x222)][_0x52bb2c(0x215)],null)?process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3b0be1['config'][_0x52bb2c(0x215)]:process['env'][_0x52bb2c(0x1f8)]=_0x41da25[_0x52bb2c(0x1ed)];const _0x162c36=_0x41da25[_0x52bb2c(0x1f2)](nestedKeyValue,_0x3df34a,[_0x41da25[_0x52bb2c(0x209)]]),_0xd1ab0a=_0x162c36&&!helper[_0x52bb2c(0x1bb)](_0x162c36)?FRAMEWORKS[_0x52bb2c(0x197)]:FRAMEWORKS[_0x52bb2c(0x180)],_0x2eeb71=await TestHubHandler['launchBuild'](_0xd1ab0a,_0x3b0be1);await testOpsHelper[_0x52bb2c(0x1de)]();_0x439baf&&_0x41da25[_0x52bb2c(0x1e2)](setAccessibilityCapabilities,_0x3b0be1[_0x52bb2c(0x222)]);const _0x4dba2e={},_0x33f5d7=[],_0x40f1ce=_0x3b0be1[_0x52bb2c(0x222)]['parallelsPerPlatform']||helper[_0x52bb2c(0x198)](_0x236c4f,_0x443efb,_0x3b0be1[_0x52bb2c(0x222)],constants[_0x52bb2c(0x17e)]['CODECEPT'])||0x1;let _0x449e5c=0x1;if(_0x41da25[_0x52bb2c(0x1b8)](isBrowserstackInfra)){const _0x326dd3=helper[_0x52bb2c(0x1cc)](_0x3b0be1[_0x52bb2c(0x222)],_0x5bf18d,constants[_0x52bb2c(0x17e)][_0x52bb2c(0x180)]);_0x326dd3[_0x52bb2c(0x200)](_0x5a8d99=>{const _0x4d23aa=_0x52bb2c;helper[_0x4d23aa(0x1c4)](_0x5a8d99);}),helper['validPlatformsPresent'](_0x3b0be1[_0x52bb2c(0x222)])?_0x449e5c=_0x41da25[_0x52bb2c(0x1bf)](_0x40f1ce,_0x3b0be1[_0x52bb2c(0x222)][_0x52bb2c(0x1f1)][_0x52bb2c(0x20e)]):_0x449e5c=_0x40f1ce,_0x326dd3[_0x52bb2c(0x200)](_0x54c961=>{const _0x2838d5=_0x52bb2c,_0x2b74a5=_0x41da25[_0x2838d5(0x18c)](helper[_0x2838d5(0x1c7)](_0x54c961,'_'),'_'+Date[_0x2838d5(0x211)]()),_0x16c168=((()=>{const _0x3640cf=_0x2838d5;if(_0x4e1ecb){const _0x5be4ea=pwToCodeceptBrowser[_0x54c961['browserName']]||_0x54c961['browserName'],_0x27136d=helper[_0x3640cf(0x1a7)](_0x3b0be1[_0x3640cf(0x222)]),_0x32db91=Object[_0x3640cf(0x186)]({},_0x54c961);return _0x41da25[_0x3640cf(0x1ec)](processAccessibilityCaps,_0x32db91,_0x27136d,null),{'browser':_0x5be4ea,[_0x5be4ea]:{'browserWSEndpoint':_0x41da25[_0x3640cf(0x1d4)](_0x27136d,_0x41da25['eOmui'](encodeURIComponent,JSON[_0x3640cf(0x1b9)](_0x32db91)))}};}const _0x1592c2={};return _0x1592c2[_0x3640cf(0x1bd)]=_0x54c961,_0x1592c2[_0x3640cf(0x202)]=_0x3b0be1[_0x3640cf(0x222)][_0x3640cf(0x1f0)],_0x1592c2[_0x3640cf(0x1a2)]=_0x3b0be1[_0x3640cf(0x222)][_0x3640cf(0x1c1)],_0x1592c2;})()),_0x2698ff=_0x41da25['bFeCX'](nestedKeyValue,_0x3df34a,[_0x41da25[_0x2838d5(0x1a3)],_0x682c69]);_0x4dba2e[_0x2b74a5]=_0x2698ff?helper['mergeDeep'](_0x16c168,_0x2698ff):_0x16c168;if(_0x4e1ecb)_0x4dba2e[_0x2b74a5][_0x2838d5(0x18b)]=pwToCodeceptBrowser[_0x54c961['browserName']]||_0x54c961[_0x2838d5(0x1ca)];else{_0x4dba2e[_0x2b74a5][_0x2838d5(0x18b)]=_0x54c961[_0x2838d5(0x1ca)]||_0x16c168['browser'];if(_0x41da25[_0x2838d5(0x1b8)](isBrowserstackInfra)){_0x4dba2e[_0x2b74a5][_0x2838d5(0x213)]=constants['hubUrl'][_0x2838d5(0x18a)](_0x41da25[_0x2838d5(0x1f5)],'')[_0x2838d5(0x18a)](/https?:\/\//,'');;_0x4dba2e[_0x2b74a5][_0x2838d5(0x21e)]=_0x41da25[_0x2838d5(0x1f5)];}}_0x33f5d7[_0x2838d5(0x20c)](_0x2b74a5);});}else{_0x449e5c=0x1;if(_0x4e1ecb){const _0x1384b7=_0x41da25['CUDiX'](nestedKeyValue,_0x3df34a,[_0x41da25[_0x52bb2c(0x1a3)],_0x682c69,_0x41da25[_0x52bb2c(0x1a0)]]),_0x1498f1=_0x41da25[_0x52bb2c(0x22e)](nestedKeyValue,_0x3df34a,[_0x41da25['apAZg'],_0x682c69,_0x1384b7]);if(_0x1498f1&&_0x1498f1[_0x52bb2c(0x1c3)]){const _0x39e039={};_0x39e039['platforms']=[],_0x1498f1[_0x52bb2c(0x1c3)]=helper[_0x52bb2c(0x1cc)](Object[_0x52bb2c(0x186)]({},_0x3b0be1[_0x52bb2c(0x222)],_0x39e039),null,_0xd1ab0a[_0x52bb2c(0x1b7)](),null,null,_0x1498f1[_0x52bb2c(0x1c3)]);}}else{if(_0x41da25[_0x52bb2c(0x1f2)](nestedKeyValue,_0x3df34a,[_0x41da25[_0x52bb2c(0x1a3)],_0x682c69])){const _0x29e91f={};_0x29e91f[_0x52bb2c(0x1f1)]=[],_0x3df34a[_0x41da25[_0x52bb2c(0x1a3)]][_0x682c69][_0x41da25[_0x52bb2c(0x1e6)]]=helper['prepareCapabilities'](Object[_0x52bb2c(0x186)]({},_0x3b0be1['config'],_0x29e91f),null,_0xd1ab0a['toLowerCase'](),_0x41da25[_0x52bb2c(0x1c9)](nestedKeyValue,_0x3df34a,[_0x41da25[_0x52bb2c(0x1a3)],_0x682c69,_0x41da25[_0x52bb2c(0x1e6)]])||{},null,null);}}_0x4dba2e[_0x41da25[_0x52bb2c(0x1fe)]]=_0x3df34a,_0x33f5d7[_0x52bb2c(0x20c)](_0x41da25[_0x52bb2c(0x1fe)]);}const _0x17fd9e={};_0x17fd9e[_0x52bb2c(0x201)]=_0xf0d520;const _0x3f5224=_0x17fd9e,_0x3ff0ec=path['join'](__dirname,_0x41da25[_0x52bb2c(0x199)]),_0x51cdc8=process[_0x52bb2c(0x1a5)]();process[_0x52bb2c(0x1d2)][_0x41da25['WMheo']]=_0x51cdc8;_0xf0d520&&process[_0x52bb2c(0x20f)](path[_0x52bb2c(0x19e)](_0xf0d520));process[_0x52bb2c(0x1d2)][_0x52bb2c(0x1b0)]=process[_0x52bb2c(0x1d2)][_0x52bb2c(0x1b0)]||_0x41da25[_0x52bb2c(0x1ba)];const _0x1bd458=new CodeceptJS[(_0x52bb2c(0x21f))](null,_0x3f5224);if(_0x41da25[_0x52bb2c(0x188)](typeof _0x1bd458[_0x52bb2c(0x1a9)],_0x41da25[_0x52bb2c(0x1d8)]))await _0x1bd458[_0x52bb2c(0x1a9)]();else{let _0x2a5179;try{_0x2a5179=_0x41da25[_0x52bb2c(0x22e)](requireModule,_0x41da25['gBpSD'],_0x41da25[_0x52bb2c(0x1ba)])['version'];}catch(_0x559d1f){logger['debug']('Unable\x20to\x20resolve\x20codeceptjs\x20version:\x20'+util[_0x52bb2c(0x1db)](_0x559d1f));}_0x2a5179&&_0x41da25['PwGEG'](_0x41da25[_0x52bb2c(0x1d1)](parseInt,_0x2a5179['split']('.')[0x0],0xa),0x4)&&logger[_0x52bb2c(0x1d9)](_0x52bb2c(0x1d7)+_0x2a5179+_0x52bb2c(0x191));}const _0x1d57c9=_0x1bd458[_0x52bb2c(0x218)](_0x40f1ce),_0x56c23f=testOpsHelper['isTestObservabilitySession'](),_0x1e3684=_0x33f5d7[_0x52bb2c(0x1ef)](_0x596dc0=>{const _0x1796de=_0x52bb2c,_0x5cb8e8={};_0x5cb8e8[_0x1796de(0x221)]=_0x4dba2e[_0x596dc0];const _0xf313fe={};_0xf313fe['WebDriver']=_0x4dba2e[_0x596dc0];const _0x157356=_0x4e1ecb?_0x5cb8e8:_0xf313fe,_0xcbd417=_0x41da25['QmWDx'](getO11yRerunPattern),_0x53affd={};_0x53affd[_0x1796de(0x1f9)]=_0x157356;const _0x414ded={};_0x414ded['require']=_0x3ff0ec,_0x414ded['enabled']=!![],_0x414ded['skipSessionName']=_0x3b0be1[_0x1796de(0x222)][_0x1796de(0x1c2)]['skipSessionName'],_0x414ded[_0x1796de(0x207)]=_0x3b0be1[_0x1796de(0x222)]['testContextOptions'][_0x1796de(0x207)],_0x414ded[_0x1796de(0x215)]=_0x56c23f,_0x414ded[_0x1796de(0x21c)]=_0xd1ab0a;const _0x435bea={};_0x435bea['BrowserStackPlugin']=_0x414ded;const _0x2beacd={};return _0x2beacd[_0x1796de(0x214)]=_0x435bea,helper['mergeDeep']({},_0x3df34a,_0x41da25[_0x1796de(0x1b8)](isBrowserstackInfra)?_0x53affd:{},_0xcbd417?{'grep':_0xcbd417}:{},_0x2beacd);});for(const _0x41a39f of _0x1e3684){for(const _0x382731 of _0x1d57c9){const _0x36fde1=_0x1bd458[_0x52bb2c(0x1be)]();_0x36fde1[_0x52bb2c(0x1e5)](_0x382731),_0x36fde1[_0x52bb2c(0x17f)](_0x41a39f);const _0x12ad84={};_0x12ad84[_0x52bb2c(0x222)]=_0xf0d520,_0x36fde1[_0x52bb2c(0x1d5)](Object[_0x52bb2c(0x186)](_0x12ad84,_0x236c4f));}}_0x1bd458['on'](CodeceptJS[_0x52bb2c(0x20a)][_0x52bb2c(0x1e4)]['failed'],(_0x3de6b6,_0x50a482)=>{const _0x5b530c=_0x52bb2c;console['log'](_0x41da25[_0x5b530c(0x1dd)],_0x3de6b6[_0x5b530c(0x182)]);const _0x52c338={[_0x3de6b6[_0x5b530c(0x182)]]:_0x3de6b6['err']['stack']};_testErrorData[_0x5b530c(0x20c)](_0x52c338);}),_0x1bd458['on'](CodeceptJS[_0x52bb2c(0x20a)][_0x52bb2c(0x1e4)][_0x52bb2c(0x217)],async _0x3b7e68=>{const _0x1dfe08=_0x52bb2c;console['log'](_0x41da25[_0x1dfe08(0x205)],_0x3b7e68[_0x1dfe08(0x182)]);}),_0x1bd458['on'](CodeceptJS[_0x52bb2c(0x20a)]['test'][_0x52bb2c(0x1f6)],async _0x4321c8=>{const _0x5c59b6=_0x52bb2c;console[_0x5c59b6(0x1eb)](_0x41da25[_0x5c59b6(0x1d3)],_0x4321c8[_0x5c59b6(0x182)]);}),_0x1bd458['on'](CodeceptJS[_0x52bb2c(0x20a)]['all'][_0x52bb2c(0x187)],async()=>{const _0x584fe6=_0x52bb2c,_0x5e63f8=_0x41da25[_0x584fe6(0x1a4)][_0x584fe6(0x1b3)]('|');let _0xea9b06=0x0;while(!![]){switch(_0x5e63f8[_0xea9b06++]){case'0':_0x1bd458[_0x584fe6(0x22f)]();continue;case'1':utilities[_0x584fe6(0x1b4)](_0x3b0be1);continue;case'2':_0x3b0be1[_0x584fe6(0x196)]=_testErrorData;continue;case'3':PerformanceTester[_0x584fe6(0x22b)](PerformanceEvents['SDK_CLEANUP']);continue;case'4':try{await TestHubHandler['stop']();}catch(_0x5968b9){logger[_0x584fe6(0x1b1)](_0x584fe6(0x1f3)+util[_0x584fe6(0x1db)](_0x5968b9));}continue;}break;}});async function _0x2a101e(){const _0x1e5ab0=_0x52bb2c;try{await _0x1bd458['bootstrapAll'](),await _0x1bd458[_0x1e5ab0(0x1b6)]();}finally{process[_0x1e5ab0(0x20f)](_0x51cdc8),await _0x1bd458[_0x1e5ab0(0x1e1)]();}}PerformanceTester[_0x52bb2c(0x1d0)](PerformanceEvents[_0x52bb2c(0x206)]),await _0x41da25[_0x52bb2c(0x1b8)](_0x2a101e);}function a1_0xf552(_0x851b7a,_0x1d1458){const _0x420ec2=a1_0x420e();return a1_0xf552=function(_0xf552ec,_0x158b77){_0xf552ec=_0xf552ec-0x17e;let _0x4adabc=_0x420ec2[_0xf552ec];return _0x4adabc;},a1_0xf552(_0x851b7a,_0x1d1458);}module[a1_0x523ab2(0x19f)]=run;function a1_0x420e(){const _0x57459a=['browser','XCVUZ','138571XbTkCH','validateRerunTestList','chrome','BROWSERSTACK_RERUN_TESTS','\x20detected\x20but\x20Workers._ensureInitialized\x20is\x20missing;\x20worker\x20suite\x20grouping\x20may\x20come\x20up\x20empty\x20(\x22No\x20tests\x20found\x20after\x20filtering\x22).\x20The\x20installed\x20codeceptjs\x20build\x20may\x20not\x20match\x20the\x20SDK\x27s\x204.x\x20ESM\x20interop.','../../helpers/performance/performance-tester','../../helpers/helper','941346eLduVQ','559556QsyQuq','errorMessage','CODECEPT_CUCUMBER','getUserWorkerCount','iwOuh','gherkin','235773sYtnGS','isTrue','resolveWithinCwd','dirname','exports','chozQ','sqLur','key','apAZg','ToPEF','cwd','115bDhhuR','getPlaywrightUrl','getInstance','_ensureInitialized','3769920GMfGTg','64HGYfWV','Failed\x20:\x20','../v2/browserstackCLI','WebDriver','--config','BROWSERSTACK_FRAMEWORK','debug','initialize','split','finalExecution','util','run','toLowerCase','XnjdJ','stringify','DdADG','isEmpty','YsMKy','desiredCapabilities','spawn','TjRWx','function','accessKey','testContextOptions','browserWSEndpoint','setAdditionalCapabilities','thGyp','532407SBVLoY','getPlatformName','../../helpers/testhub/testhubHandler','bFeCX','browserName','findIndex','prepareCapabilities','existsSync','trim','BGAbF','end','JosOZ','env','sLzEA','VjVRY','addOptions','info','CodeceptJS\x20','vPEIW','warn','isUndefined','format','../../helpers/utilities','VWNvV','printBuildLink','codeceptjs','VCWKn','teardownAll','eOmui','root','test','addTests','fghNj','playwright-webkit','/wd/hub','Ignoring\x20--config\x20path\x20\x22','webkit','log','LbxZk','Tahyc','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','map','userName','platforms','VEOdg','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','pPwiN','before','accessibilityOptions','BROWSERSTACK_TEST_OBSERVABILITY_YML','helpers','browserStackCwd','playwright-firefox','join','useW3C','nJqcY','handleApp','forEach','testConfig','user','firefox','35952NNEqcf','xnnir','SDK_SETUP','skipSessionStatus','Ignoring\x20-c\x20config\x20path\x20\x22','Vcecl','event','MGRLf','push','IfyWi','length','chdir','3|2|1|4|0','now','USER_CONFIG_DETAILS_PATH','host','plugins','testObservability','codecept.conf.js','passed','createGroupsOfSuites','../utils/constants','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/BrowserStackSetup','frameworkName','load','path','Workers','winstonLogger','Playwright','config','kKVIg','EVENTS','profile','../../helpers/performance/constants','splice','codecept.json','../utils/clientTroubleshootingService','BrowserStackPlugin.js','start','codeceptjs/lib/index.js','../../helpers/accessibility-automation/helper','CUDiX','printResults','FRAMEWORKS','addConfig','CODECEPT','codeceptjs/package.json','title','2mnrwms','Passed\x20:\x20','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','assign','result','qoITD','playwright-chromium','replace'];a1_0x420e=function(){return _0x57459a;};return a1_0x420e();}