browserstack-node-sdk 1.41.1 → 1.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/cucumber-sessionDetails.js +1 -0
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/playwright-patcher.js +1 -0
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test_before.setup.js +1 -1
  69. package/src/bin/launcher/launcher.js +1 -1
  70. package/src/bin/load/index.js +1 -1
  71. package/src/bin/load/loadUtils.js +1 -1
  72. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  73. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  74. package/src/bin/mocha/command.js +1 -1
  75. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  76. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  77. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  78. package/src/bin/mocha/test.setup.js +1 -1
  79. package/src/bin/nightwatch/command.js +1 -1
  80. package/src/bin/playwright/accessibility-helper.js +1 -1
  81. package/src/bin/playwright/command.js +1 -1
  82. package/src/bin/playwright/globalSetup.js +1 -1
  83. package/src/bin/playwright/mock-process.js +1 -1
  84. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  85. package/src/bin/playwright/patches.js +1 -1
  86. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  87. package/src/bin/playwright/reporter/reporter.js +1 -1
  88. package/src/bin/playwright/reporter/test-details.js +1 -1
  89. package/src/bin/playwright/sessionDetails.js +1 -1
  90. package/src/bin/runner.js +1 -1
  91. package/src/bin/setup.js +1 -1
  92. package/src/bin/test-runner/index.js +1 -1
  93. package/src/bin/test-runner/runTest.js +1 -1
  94. package/src/bin/test-runner/testWorker.js +1 -1
  95. package/src/bin/utils/constants.js +1 -1
  96. package/src/bin/utils/log4jsAppender.js +1 -1
  97. package/src/bin/utils/logPatcher.js +1 -1
  98. package/src/bin/utils/logReportingAPI.js +1 -1
  99. package/src/bin/v2/TestInfo.js +1 -1
  100. package/src/bin/v2/browserstackCLI.js +1 -1
  101. package/src/bin/v2/cliUtils.js +1 -1
  102. package/src/bin/v2/customTagManager.js +1 -1
  103. package/src/bin/v2/eventDispatcher.js +1 -1
  104. package/src/bin/v2/framework/automationFramework.js +1 -1
  105. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  106. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  107. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  108. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  109. package/src/bin/v2/framework/testFramework.js +1 -1
  110. package/src/bin/v2/grpcClient.js +1 -1
  111. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  112. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  113. package/src/bin/v2/instances/trackedContext.js +1 -1
  114. package/src/bin/v2/instances/trackedInstance.js +1 -1
  115. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  116. package/src/bin/v2/modules/baseModule.js +1 -1
  117. package/src/bin/v2/modules/observabilityModule.js +1 -1
  118. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  119. package/src/bin/v2/modules/testhubModule.js +1 -1
  120. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  121. package/src/bin/v2/state/hookState.js +1 -1
  122. package/src/bin/v2/state/testFrameworkState.js +1 -1
  123. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  124. package/src/bin/vanilla-js/command.js +1 -1
  125. package/src/browserStackSdk.js +1 -1
  126. package/src/helpers/BrowserStackSetup.js +1 -1
  127. package/src/helpers/accessibility-automation/constants.js +1 -1
  128. package/src/helpers/accessibility-automation/helper.js +1 -1
  129. package/src/helpers/accessibility-automation/scripts.js +1 -1
  130. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  131. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  132. package/src/helpers/ats/constants.js +1 -1
  133. package/src/helpers/ats/helper.js +1 -1
  134. package/src/helpers/capsMapping.js +1 -1
  135. package/src/helpers/central-scanner/constants.js +1 -1
  136. package/src/helpers/central-scanner/helpers.js +1 -1
  137. package/src/helpers/classLogger.js +1 -1
  138. package/src/helpers/globals.js +1 -1
  139. package/src/helpers/helper.js +1 -1
  140. package/src/helpers/logger.js +1 -1
  141. package/src/helpers/metadata.js +1 -1
  142. package/src/helpers/patchHelper.js +1 -1
  143. package/src/helpers/patchHelpers.js +1 -1
  144. package/src/helpers/percy/Percy.js +1 -1
  145. package/src/helpers/percy/PercyBinary.js +1 -1
  146. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  147. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  148. package/src/helpers/percy/PercySDK.js +1 -1
  149. package/src/helpers/percy/index.js +1 -1
  150. package/src/helpers/percy/utils.js +1 -1
  151. package/src/helpers/performance/constants.js +1 -1
  152. package/src/helpers/performance/performance-tester.js +1 -1
  153. package/src/helpers/playwright-helper.js +1 -0
  154. package/src/helpers/processHelper.js +1 -1
  155. package/src/helpers/request-spy.js +1 -1
  156. package/src/helpers/setKeepAlive.js +1 -1
  157. package/src/helpers/test-observability/constants.js +1 -1
  158. package/src/helpers/test-observability/error-handler.js +1 -1
  159. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  160. package/src/helpers/test-observability/sessionHandler.js +1 -1
  161. package/src/helpers/test-observability/utils.js +1 -1
  162. package/src/helpers/test-orchestration/constants.js +1 -1
  163. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  164. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  165. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  166. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  167. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  168. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  169. package/src/helpers/testhub/constants.js +1 -1
  170. package/src/helpers/testhub/testhubHandler.js +1 -1
  171. package/src/helpers/testhub/utils.js +1 -1
  172. package/src/helpers/timeoutPromise.js +1 -1
  173. package/src/helpers/utilities.js +1 -1
  174. package/src/helpers/w3cMapping.js +1 -1
  175. package/src/hubAllocationMethods.js +1 -1
  176. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a124_0x4e7137=a124_0x41e3;function a124_0x9f01(){const _0x1651ed=['env','aQqBw','34ruhaOc','length','stack','[processSplitTestsResponse]\x20Processing\x20response:\x20','../logger','[processSplitTestsResponse]\x20timeout:\x20','TpUNP',',\x20timeoutInterval:\x20','hostname','4212184ldSXep','[getOrderedTestFiles]\x20Fetching\x20ordered\x20tests\x20from\x20timeout\x20URL','[getOrderedTestFiles]\x20Response\x20from\x20result\x20URL:\x20','processSplitTestsResponse','timeout','[getOrderedTestFiles]\x20Exception\x20in\x20fetching\x20ordered\x20test\x20files:\x20','DdfDE','getSplitFiles','WhNCs','[getOrderedTestFiles]\x20Fetching\x20ordered\x20tests\x20from\x20result\x20URL:\x20','timeoutInterval','mUAcx','resultUrl','postSplitFiles','defaultTimeout','stringify','8120799zmxAqf','18184banUwA','[getOrderedTestFiles]\x20Fetching\x20ordered\x20tests\x20from\x20result\x20URL\x20after\x20waiting\x20for\x20','exports','timeoutUrl','splitTestsAPICallCount','map','now','wQxYN','_getHostInfo','BROWSERSTACK_TOTAL_NODE_COUNT','release','1480VdctmE','arch','8789368YiNLZJ','BPUDI','BROWSERSTACK_NODE_INDEX','body','winstonLogger','[splitTests]\x20Response\x20from\x20split\x20tests\x20API:\x20','458728GeZdcb','config',',\x20timeoutUrl:\x20','defaultTimeoutInterval','toString','\x20seconds.','gazDv','[getOrderedTestFiles]\x20Fetching\x20ordered\x20test\x20files','debug','239523NwepZQ','buildName','getSplitTestsAPICallCount','totalmem','loIux',',\x20resultUrl:\x20','filePath','7871094BRLAHD','aiZqs','lUFdN','tests'];a124_0x9f01=function(){return _0x1651ed;};return a124_0x9f01();}function a124_0x41e3(_0x3c0704,_0x58e6e7){const _0x9f014c=a124_0x9f01();return a124_0x41e3=function(_0x41e3ff,_0x915b2){_0x41e3ff=_0x41e3ff-0xb7;let _0x52c216=_0x9f014c[_0x41e3ff];return _0x52c216;},a124_0x41e3(_0x3c0704,_0x58e6e7);}(function(_0x4dfa6e,_0x53748c){const _0x542728=a124_0x41e3,_0x540d8a=_0x4dfa6e();while(!![]){try{const _0x4ada74=parseInt(_0x542728(0xf5))/0x1+parseInt(_0x542728(0xc8))/0x2*(-parseInt(_0x542728(0xbb))/0x3)+parseInt(_0x542728(0xe2))/0x4*(-parseInt(_0x542728(0xed))/0x5)+parseInt(_0x542728(0xc2))/0x6+parseInt(_0x542728(0xef))/0x7+-parseInt(_0x542728(0xd1))/0x8+parseInt(_0x542728(0xe1))/0x9;if(_0x4ada74===_0x53748c)break;else _0x540d8a['push'](_0x540d8a['shift']());}catch(_0x44b660){_0x540d8a['push'](_0x540d8a['shift']());}}}(a124_0x9f01,0xaaac4));const logger=require(a124_0x4e7137(0xcc))[a124_0x4e7137(0xf3)],RequestUtils=require('./requestUtils');class TestOrderingServerHandler{constructor(_0x30a9c5){const _0x2518b1=a124_0x4e7137;this[_0x2518b1(0xf6)]=_0x30a9c5,this[_0x2518b1(0xe6)]=0x0,this['defaultTimeout']=0x3c,this[_0x2518b1(0xf8)]=0x5;}[a124_0x4e7137(0xbd)](){return this['splitTestsAPICallCount'];}[a124_0x4e7137(0xd4)](_0x158b84){const _0x4e7d34=a124_0x4e7137,_0x57f391={};_0x57f391['aQqBw']='[processSplitTestsResponse]\x20Received\x20null\x20value(s)\x20for\x20some\x20attributes\x20in\x20split\x20tests\x20API\x20response';const _0x31fbf0=_0x57f391;if(!_0x158b84)return null;const _0x646764={};return _0x646764['timeout']=_0x158b84['timeout']||this[_0x4e7d34(0xdf)],_0x646764['timeoutInterval']=_0x158b84[_0x4e7d34(0xdb)]||this[_0x4e7d34(0xf8)],_0x646764[_0x4e7d34(0xdd)]=_0x158b84[_0x4e7d34(0xdd)],_0x646764[_0x4e7d34(0xe5)]=_0x158b84[_0x4e7d34(0xe5)],logger[_0x4e7d34(0xba)](_0x4e7d34(0xcb)+JSON[_0x4e7d34(0xe0)](_0x158b84)),logger['debug'](_0x4e7d34(0xcd)+_0x158b84[_0x4e7d34(0xd5)]+_0x4e7d34(0xcf)+_0x158b84['timeoutInterval']+_0x4e7d34(0xc0)+_0x158b84['resultUrl']+_0x4e7d34(0xf7)+_0x158b84[_0x4e7d34(0xe5)]),(!_0x158b84[_0x4e7d34(0xd5)]||!_0x158b84[_0x4e7d34(0xdb)]||!_0x158b84[_0x4e7d34(0xe5)]||!_0x158b84[_0x4e7d34(0xdd)])&&logger[_0x4e7d34(0xba)](_0x31fbf0[_0x4e7d34(0xc7)]),_0x646764;}async['splitTests'](_0x16ebaf,_0x378b97){const _0x596a58=a124_0x4e7137,_0x34e006={'aiZqs':function(_0x37a0fa,_0x175c98){return _0x37a0fa(_0x175c98);}};try{const _0x3e48d1=_0x34e006[_0x596a58(0xc3)](parseInt,process['env'][_0x596a58(0xf1)]||'0'),_0x5878b4=_0x34e006[_0x596a58(0xc3)](parseInt,process['env'][_0x596a58(0xeb)]||'1'),_0x1ea5be=process[_0x596a58(0xc6)]['BROWSERSTACK_BUILD_RUN_IDENTIFIER'],_0x52da4c={'nodeIndex':_0x3e48d1,'totalNodes':_0x5878b4,'projectName':this[_0x596a58(0xf6)]['projectName'],'buildName':this['config'][_0x596a58(0xbc)],'buildRunIdentifier':_0x1ea5be,'orchestrationStrategy':_0x378b97,'hostInfo':this[_0x596a58(0xea)](),'tests':_0x16ebaf[_0x596a58(0xe7)](_0x13590e=>({'filePath':_0x13590e}))},_0x5006b4=await RequestUtils[_0x596a58(0xde)](_0x52da4c);return logger['debug'](_0x596a58(0xf4)+JSON[_0x596a58(0xe0)](_0x5006b4)),this[_0x596a58(0xe6)]+=0x1,this[_0x596a58(0xd4)](_0x5006b4[_0x596a58(0xf2)]||{});}catch(_0x3f201c){return logger[_0x596a58(0xba)]('[splitTests]\x20Exception\x20in\x20sending\x20test\x20files:\x20'+(_0x3f201c[_0x596a58(0xca)]||_0x3f201c[_0x596a58(0xf9)]())),null;}}async['getOrderedTestFiles'](_0x18c743){const _0x26fa7e=a124_0x4e7137,_0x452d9a={};_0x452d9a[_0x26fa7e(0xd7)]=_0x26fa7e(0xb9),_0x452d9a[_0x26fa7e(0xe9)]=function(_0x142095,_0x594a49){return _0x142095*_0x594a49;},_0x452d9a[_0x26fa7e(0xdc)]=function(_0x656257,_0x5a0a37){return _0x656257&&_0x5a0a37;},_0x452d9a['TpUNP']=function(_0xa0b360,_0x1f5ee5){return _0xa0b360<_0x1f5ee5;},_0x452d9a[_0x26fa7e(0xd9)]=function(_0x1aff96,_0x5acc76){return _0x1aff96-_0x5acc76;},_0x452d9a['gazDv']=function(_0x148833,_0x3f3c1e){return _0x148833&&_0x3f3c1e;},_0x452d9a['lUFdN']=_0x26fa7e(0xd2),_0x452d9a[_0x26fa7e(0xbf)]=function(_0x525db3,_0x481a72){return _0x525db3>_0x481a72;};const _0x60d6fa=_0x452d9a;if(!_0x18c743)return null;try{logger[_0x26fa7e(0xba)](_0x60d6fa[_0x26fa7e(0xd7)]);const _0x139858=_0x18c743['timeoutInterval']||this[_0x26fa7e(0xf8)],_0x169766=_0x60d6fa[_0x26fa7e(0xe9)](_0x18c743[_0x26fa7e(0xd5)]||this[_0x26fa7e(0xdf)],0x3e8),_0x44b0fe=_0x18c743[_0x26fa7e(0xe5)],_0x2e4b3=_0x18c743[_0x26fa7e(0xdd)];if(_0x60d6fa[_0x26fa7e(0xdc)](!_0x2e4b3,!_0x44b0fe))return null;let _0x5a0d7c=null;const _0xbdab65=Date[_0x26fa7e(0xe8)]();while(_0x2e4b3&&_0x60d6fa[_0x26fa7e(0xce)](_0x60d6fa['WhNCs'](Date[_0x26fa7e(0xe8)](),_0xbdab65),_0x169766)){logger[_0x26fa7e(0xba)](_0x26fa7e(0xda)+_0x2e4b3);const _0x3adfb3=await RequestUtils['getSplitFiles'](_0x2e4b3);logger[_0x26fa7e(0xba)](_0x26fa7e(0xd3)+JSON[_0x26fa7e(0xe0)](_0x3adfb3)),this[_0x26fa7e(0xe6)]+=0x1;if(_0x3adfb3&&_0x3adfb3[_0x26fa7e(0xc5)]){_0x5a0d7c=_0x3adfb3[_0x26fa7e(0xc5)];break;}await new Promise(_0x33bbfb=>setTimeout(_0x33bbfb,_0x139858*0x3e8)),logger[_0x26fa7e(0xba)](_0x26fa7e(0xe3)+_0x139858+_0x26fa7e(0xb7));}if(_0x60d6fa[_0x26fa7e(0xb8)](!_0x5a0d7c,_0x44b0fe)){logger[_0x26fa7e(0xba)](_0x60d6fa[_0x26fa7e(0xc4)]);const _0x11fabe=await RequestUtils[_0x26fa7e(0xd8)](_0x44b0fe);_0x11fabe&&_0x11fabe[_0x26fa7e(0xc5)]&&(_0x5a0d7c=_0x11fabe['tests']);}if(_0x5a0d7c&&_0x60d6fa['loIux'](_0x5a0d7c[_0x26fa7e(0xc9)],0x0))return _0x5a0d7c['map'](_0x470fe6=>_0x470fe6[_0x26fa7e(0xc1)]);return null;}catch(_0x535974){return logger[_0x26fa7e(0xba)](_0x26fa7e(0xd6)+(_0x535974[_0x26fa7e(0xca)]||_0x535974[_0x26fa7e(0xf9)]())),null;}}[a124_0x4e7137(0xea)](){const _0x28bc83=a124_0x4e7137,_0x306634={'BPUDI':function(_0x519e88,_0x1e396b){return _0x519e88(_0x1e396b);}},_0x21cb2c=_0x306634[_0x28bc83(0xf0)](require,'os');try{return{'hostname':_0x21cb2c[_0x28bc83(0xd0)](),'platform':_0x21cb2c['platform'](),'release':_0x21cb2c[_0x28bc83(0xec)](),'arch':_0x21cb2c[_0x28bc83(0xee)](),'totalmem':_0x21cb2c[_0x28bc83(0xbe)](),'freemem':_0x21cb2c['freemem']()};}catch(_0x1a89ea){return{};}}}module[a124_0x4e7137(0xe4)]=TestOrderingServerHandler;
1
+ function a127_0x1fde(){const _0xdbbebd=['totalmem','1079789ABkRyz','2908778vUkhIP','TPyeF','374590xMcOYU','[getOrderedTestFiles]\x20Fetching\x20ordered\x20tests\x20from\x20timeout\x20URL','BROWSERSTACK_TOTAL_NODE_COUNT','defaultTimeout','winstonLogger','BROWSERSTACK_NODE_INDEX','release','52SQLiNe','map','../logger','[processSplitTestsResponse]\x20timeout:\x20','[getOrderedTestFiles]\x20Response\x20from\x20result\x20URL:\x20','defaultTimeoutInterval','resultUrl','405RuRQxl','398904SHqxIj',',\x20timeoutInterval:\x20','getOrderedTestFiles','stringify','postSplitFiles','\x20seconds.','PAanX','[splitTests]\x20Exception\x20in\x20sending\x20test\x20files:\x20','[processSplitTestsResponse]\x20Received\x20null\x20value(s)\x20for\x20some\x20attributes\x20in\x20split\x20tests\x20API\x20response','[getOrderedTestFiles]\x20Fetching\x20ordered\x20tests\x20from\x20result\x20URL\x20after\x20waiting\x20for\x20','66790WkaFum','timeoutInterval','timeout','_getHostInfo','wcfhv','hostname','aVQer','WMKWv','qFffB','FPwQL','[processSplitTestsResponse]\x20Processing\x20response:\x20','arch',',\x20resultUrl:\x20','splitTests','env','YvLey','7iOWCYf','stack','Tfajb','getSplitTestsAPICallCount','processSplitTestsResponse','body','toString','debug','GJFQr','config','tests','8939904aDhWjh','timeoutUrl','platform','[splitTests]\x20Response\x20from\x20split\x20tests\x20API:\x20','2666505UegeqS',',\x20timeoutUrl:\x20','splitTestsAPICallCount','[getOrderedTestFiles]\x20Exception\x20in\x20fetching\x20ordered\x20test\x20files:\x20','now'];a127_0x1fde=function(){return _0xdbbebd;};return a127_0x1fde();}const a127_0x521438=a127_0x1bb5;function a127_0x1bb5(_0x205f1c,_0x32ada8){const _0x1fde49=a127_0x1fde();return a127_0x1bb5=function(_0x1bb521,_0x3d1b24){_0x1bb521=_0x1bb521-0x1b8;let _0x3be7c3=_0x1fde49[_0x1bb521];return _0x3be7c3;},a127_0x1bb5(_0x205f1c,_0x32ada8);}(function(_0xaf0126,_0x2a3b03){const _0x40e4d1=a127_0x1bb5,_0x1354f2=_0xaf0126();while(!![]){try{const _0x13dc5d=-parseInt(_0x40e4d1(0x1ca))/0x1+-parseInt(_0x40e4d1(0x1cb))/0x2+parseInt(_0x40e4d1(0x1c4))/0x3+-parseInt(_0x40e4d1(0x1d4))/0x4*(-parseInt(_0x40e4d1(0x1cd))/0x5)+parseInt(_0x40e4d1(0x1dc))/0x6*(parseInt(_0x40e4d1(0x1f6))/0x7)+parseInt(_0x40e4d1(0x1c0))/0x8+parseInt(_0x40e4d1(0x1db))/0x9*(parseInt(_0x40e4d1(0x1e6))/0xa);if(_0x13dc5d===_0x2a3b03)break;else _0x1354f2['push'](_0x1354f2['shift']());}catch(_0x1bb70b){_0x1354f2['push'](_0x1354f2['shift']());}}}(a127_0x1fde,0xc683e));const logger=require(a127_0x521438(0x1d6))[a127_0x521438(0x1d1)],RequestUtils=require('./requestUtils');class TestOrderingServerHandler{constructor(_0x47945c){const _0x2ada72=a127_0x521438;this[_0x2ada72(0x1be)]=_0x47945c,this['splitTestsAPICallCount']=0x0,this[_0x2ada72(0x1d0)]=0x3c,this[_0x2ada72(0x1d9)]=0x5;}[a127_0x521438(0x1b8)](){const _0xd61327=a127_0x521438;return this[_0xd61327(0x1c6)];}[a127_0x521438(0x1b9)](_0x413577){const _0x36d2bf=a127_0x521438,_0x341cdb={};_0x341cdb['YGfIG']=_0x36d2bf(0x1e4);const _0x5c2eed=_0x341cdb;if(!_0x413577)return null;const _0x568ac5={};return _0x568ac5[_0x36d2bf(0x1e8)]=_0x413577['timeout']||this[_0x36d2bf(0x1d0)],_0x568ac5[_0x36d2bf(0x1e7)]=_0x413577[_0x36d2bf(0x1e7)]||this[_0x36d2bf(0x1d9)],_0x568ac5[_0x36d2bf(0x1da)]=_0x413577[_0x36d2bf(0x1da)],_0x568ac5[_0x36d2bf(0x1c1)]=_0x413577[_0x36d2bf(0x1c1)],logger['debug'](_0x36d2bf(0x1f0)+JSON[_0x36d2bf(0x1df)](_0x413577)),logger[_0x36d2bf(0x1bc)](_0x36d2bf(0x1d7)+_0x413577['timeout']+_0x36d2bf(0x1dd)+_0x413577[_0x36d2bf(0x1e7)]+_0x36d2bf(0x1f2)+_0x413577[_0x36d2bf(0x1da)]+_0x36d2bf(0x1c5)+_0x413577[_0x36d2bf(0x1c1)]),(!_0x413577[_0x36d2bf(0x1e8)]||!_0x413577[_0x36d2bf(0x1e7)]||!_0x413577[_0x36d2bf(0x1c1)]||!_0x413577[_0x36d2bf(0x1da)])&&logger[_0x36d2bf(0x1bc)](_0x5c2eed['YGfIG']),_0x568ac5;}async[a127_0x521438(0x1f3)](_0x3321d2,_0x26c7ef){const _0x5399d2=a127_0x521438,_0x459998={'FPwQL':function(_0x51ae20,_0x29b874){return _0x51ae20(_0x29b874);},'qFffB':function(_0x37619f,_0x3ad2d7){return _0x37619f(_0x3ad2d7);}};try{const _0x4e9b5c=_0x459998[_0x5399d2(0x1ef)](parseInt,process['env'][_0x5399d2(0x1d2)]||'0'),_0x55613c=_0x459998[_0x5399d2(0x1ee)](parseInt,process[_0x5399d2(0x1f4)][_0x5399d2(0x1cf)]||'1'),_0x9799e6=process[_0x5399d2(0x1f4)]['BROWSERSTACK_BUILD_RUN_IDENTIFIER'],_0x269d67={'nodeIndex':_0x4e9b5c,'totalNodes':_0x55613c,'projectName':this['config']['projectName'],'buildName':this[_0x5399d2(0x1be)]['buildName'],'buildRunIdentifier':_0x9799e6,'orchestrationStrategy':_0x26c7ef,'hostInfo':this['_getHostInfo'](),'tests':_0x3321d2[_0x5399d2(0x1d5)](_0x2f9835=>({'filePath':_0x2f9835}))},_0x293e37=await RequestUtils[_0x5399d2(0x1e0)](_0x269d67);return logger[_0x5399d2(0x1bc)](_0x5399d2(0x1c3)+JSON['stringify'](_0x293e37)),this[_0x5399d2(0x1c6)]+=0x1,this[_0x5399d2(0x1b9)](_0x293e37[_0x5399d2(0x1ba)]||{});}catch(_0x1f76cb){return logger['debug'](_0x5399d2(0x1e3)+(_0x1f76cb[_0x5399d2(0x1f7)]||_0x1f76cb[_0x5399d2(0x1bb)]())),null;}}async[a127_0x521438(0x1de)](_0x5d6883){const _0x495e1a=a127_0x521438,_0x2eb5a9={};_0x2eb5a9[_0x495e1a(0x1bd)]='[getOrderedTestFiles]\x20Fetching\x20ordered\x20test\x20files',_0x2eb5a9[_0x495e1a(0x1cc)]=function(_0x212e8b,_0x1c559c){return _0x212e8b*_0x1c559c;},_0x2eb5a9[_0x495e1a(0x1ed)]=function(_0x58a0d6,_0x5a93c0){return _0x58a0d6&&_0x5a93c0;},_0x2eb5a9[_0x495e1a(0x1ec)]=function(_0x39b39f,_0x23f59b){return _0x39b39f<_0x23f59b;},_0x2eb5a9[_0x495e1a(0x1f8)]=function(_0x57164e,_0xf486dd){return _0x57164e-_0xf486dd;},_0x2eb5a9['YvLey']=function(_0xb9e8f8,_0x5a4205){return _0xb9e8f8&&_0x5a4205;},_0x2eb5a9[_0x495e1a(0x1e2)]=_0x495e1a(0x1ce),_0x2eb5a9[_0x495e1a(0x1ea)]=function(_0x33cd81,_0x138642){return _0x33cd81>_0x138642;};const _0x38ff53=_0x2eb5a9;if(!_0x5d6883)return null;try{logger['debug'](_0x38ff53[_0x495e1a(0x1bd)]);const _0x28bd80=_0x5d6883['timeoutInterval']||this['defaultTimeoutInterval'],_0x1b23f1=_0x38ff53[_0x495e1a(0x1cc)](_0x5d6883[_0x495e1a(0x1e8)]||this[_0x495e1a(0x1d0)],0x3e8),_0x2d7d3c=_0x5d6883['timeoutUrl'],_0x1508db=_0x5d6883[_0x495e1a(0x1da)];if(_0x38ff53[_0x495e1a(0x1ed)](!_0x1508db,!_0x2d7d3c))return null;let _0x5547a9=null;const _0x3470c4=Date[_0x495e1a(0x1c8)]();while(_0x1508db&&_0x38ff53[_0x495e1a(0x1ec)](_0x38ff53[_0x495e1a(0x1f8)](Date[_0x495e1a(0x1c8)](),_0x3470c4),_0x1b23f1)){logger['debug']('[getOrderedTestFiles]\x20Fetching\x20ordered\x20tests\x20from\x20result\x20URL:\x20'+_0x1508db);const _0x1a8bc9=await RequestUtils['getSplitFiles'](_0x1508db);logger['debug'](_0x495e1a(0x1d8)+JSON[_0x495e1a(0x1df)](_0x1a8bc9)),this[_0x495e1a(0x1c6)]+=0x1;if(_0x1a8bc9&&_0x1a8bc9[_0x495e1a(0x1bf)]){_0x5547a9=_0x1a8bc9['tests'];break;}await new Promise(_0x10cc64=>setTimeout(_0x10cc64,_0x28bd80*0x3e8)),logger[_0x495e1a(0x1bc)](_0x495e1a(0x1e5)+_0x28bd80+_0x495e1a(0x1e1));}if(_0x38ff53[_0x495e1a(0x1f5)](!_0x5547a9,_0x2d7d3c)){logger[_0x495e1a(0x1bc)](_0x38ff53['PAanX']);const _0xfb0e9c=await RequestUtils['getSplitFiles'](_0x2d7d3c);_0xfb0e9c&&_0xfb0e9c[_0x495e1a(0x1bf)]&&(_0x5547a9=_0xfb0e9c[_0x495e1a(0x1bf)]);}if(_0x5547a9&&_0x38ff53[_0x495e1a(0x1ea)](_0x5547a9['length'],0x0))return _0x5547a9['map'](_0x206972=>_0x206972['filePath']);return null;}catch(_0x2d860f){return logger[_0x495e1a(0x1bc)](_0x495e1a(0x1c7)+(_0x2d860f['stack']||_0x2d860f[_0x495e1a(0x1bb)]())),null;}}[a127_0x521438(0x1e9)](){const _0x283ca4=a127_0x521438,_0x514418={'nvhVX':function(_0x270f0c,_0x14a0da){return _0x270f0c(_0x14a0da);}},_0x572ff3=_0x514418['nvhVX'](require,'os');try{return{'hostname':_0x572ff3[_0x283ca4(0x1eb)](),'platform':_0x572ff3[_0x283ca4(0x1c2)](),'release':_0x572ff3[_0x283ca4(0x1d3)](),'arch':_0x572ff3[_0x283ca4(0x1f1)](),'totalmem':_0x572ff3[_0x283ca4(0x1c9)](),'freemem':_0x572ff3['freemem']()};}catch(_0x374a43){return{};}}}module['exports']=TestOrderingServerHandler;
@@ -1 +1 @@
1
- function a125_0x1302(){var _0x476080=['627216DbOANB','HookFinished','HookRunStarted','ERROR_INVALID_CREDENTIALS','TestRunSkipped','ERROR','TestFinished','TestRunStarted','TestSkipped','exports','24nXoAfl','TestStarted','INVALID_CREDENTIALS','581608TPCRZv','HookStarted','observability','OBSERVABILITY','5436590MgPaKn','22xVyOrl','ACCESSIBILITY','ERROR_ACCESS_DENIED','ENV_VAR','TestRunFinished','186351wxxdxi','LogCreated','5389950zimCAH','3621200mftxxy','DEPRECATED','CBTSessionCreated','BROWSERSTACK_TESTHUB_UUID','ACCESS_DENIED','BROWSERSTACK_TESTHUB_JWT','HookRunFinished','TESTHUB_BUILD_API','997255OhcIVN','36ajXukp'];a125_0x1302=function(){return _0x476080;};return a125_0x1302();}var a125_0x384a2b=a125_0x51bb;(function(_0xbab197,_0x1d32ea){var _0x2aff56=a125_0x51bb,_0x341d63=_0xbab197();while(!![]){try{var _0x3e8a8c=parseInt(_0x2aff56(0x1bc))/0x1+-parseInt(_0x2aff56(0x1aa))/0x2*(-parseInt(_0x2aff56(0x1af))/0x3)+parseInt(_0x2aff56(0x1a5))/0x4+parseInt(_0x2aff56(0x1b2))/0x5+parseInt(_0x2aff56(0x1b1))/0x6+parseInt(_0x2aff56(0x1ba))/0x7*(-parseInt(_0x2aff56(0x1a2))/0x8)+-parseInt(_0x2aff56(0x1bb))/0x9*(parseInt(_0x2aff56(0x1a9))/0xa);if(_0x3e8a8c===_0x1d32ea)break;else _0x341d63['push'](_0x341d63['shift']());}catch(_0x25a802){_0x341d63['push'](_0x341d63['shift']());}}}(a125_0x1302,0x74517));var a125_0x3743a4={};a125_0x3743a4[a125_0x384a2b(0x1a4)]=a125_0x384a2b(0x1bf),a125_0x3743a4[a125_0x384a2b(0x1b3)]='ERROR_SDK_DEPRECATED',a125_0x3743a4[a125_0x384a2b(0x1b6)]=a125_0x384a2b(0x1ac);var a125_0x29675b={};a125_0x29675b[a125_0x384a2b(0x1a3)]=a125_0x384a2b(0x19f),a125_0x29675b[a125_0x384a2b(0x19e)]=a125_0x384a2b(0x1ae),a125_0x29675b[a125_0x384a2b(0x1a0)]=a125_0x384a2b(0x19c),a125_0x29675b[a125_0x384a2b(0x1b0)]=a125_0x384a2b(0x1b0),a125_0x29675b[a125_0x384a2b(0x1a6)]=a125_0x384a2b(0x1be),a125_0x29675b[a125_0x384a2b(0x1bd)]=a125_0x384a2b(0x1b8),a125_0x29675b[a125_0x384a2b(0x1b4)]=a125_0x384a2b(0x1b4);var a125_0x4b073a={};function a125_0x51bb(_0x5f020e,_0x42add7){var _0x130232=a125_0x1302();return a125_0x51bb=function(_0x51bb3d,_0x3165ea){_0x51bb3d=_0x51bb3d-0x19c;var _0x2ed355=_0x130232[_0x51bb3d];return _0x2ed355;},a125_0x51bb(_0x5f020e,_0x42add7);}a125_0x4b073a[a125_0x384a2b(0x1b5)]=a125_0x384a2b(0x1b5),a125_0x4b073a[a125_0x384a2b(0x1b7)]=a125_0x384a2b(0x1b7);var a125_0x37be8d={};a125_0x37be8d[a125_0x384a2b(0x1b9)]='api/v2/builds',a125_0x37be8d[a125_0x384a2b(0x1ab)]='accessibility',a125_0x37be8d[a125_0x384a2b(0x1a8)]=a125_0x384a2b(0x1a7),a125_0x37be8d[a125_0x384a2b(0x19d)]=a125_0x3743a4,a125_0x37be8d['EVENT']=a125_0x29675b,a125_0x37be8d[a125_0x384a2b(0x1ad)]=a125_0x4b073a,module[a125_0x384a2b(0x1a1)]=a125_0x37be8d;
1
+ var a128_0x53c100=a128_0x3093;(function(_0xa4bff5,_0x1f2afc){var _0x2b723b=a128_0x3093,_0xce50e2=_0xa4bff5();while(!![]){try{var _0x454f2f=-parseInt(_0x2b723b(0xec))/0x1*(-parseInt(_0x2b723b(0xeb))/0x2)+parseInt(_0x2b723b(0xf5))/0x3*(-parseInt(_0x2b723b(0xf3))/0x4)+parseInt(_0x2b723b(0xf7))/0x5*(parseInt(_0x2b723b(0xe2))/0x6)+-parseInt(_0x2b723b(0xde))/0x7*(-parseInt(_0x2b723b(0xd9))/0x8)+-parseInt(_0x2b723b(0xe7))/0x9+parseInt(_0x2b723b(0xda))/0xa*(-parseInt(_0x2b723b(0xdb))/0xb)+-parseInt(_0x2b723b(0xdd))/0xc*(-parseInt(_0x2b723b(0xf0))/0xd);if(_0x454f2f===_0x1f2afc)break;else _0xce50e2['push'](_0xce50e2['shift']());}catch(_0x13e31c){_0xce50e2['push'](_0xce50e2['shift']());}}}(a128_0x4ec4,0x47096));var a128_0x7fb88={};a128_0x7fb88['INVALID_CREDENTIALS']=a128_0x53c100(0xd8),a128_0x7fb88['DEPRECATED']=a128_0x53c100(0xe9),a128_0x7fb88[a128_0x53c100(0xdf)]='ERROR_ACCESS_DENIED';var a128_0x2e8e5a={};a128_0x2e8e5a[a128_0x53c100(0xf1)]=a128_0x53c100(0xe8),a128_0x2e8e5a['TestFinished']=a128_0x53c100(0xee),a128_0x2e8e5a[a128_0x53c100(0xe5)]=a128_0x53c100(0xe0),a128_0x2e8e5a[a128_0x53c100(0xf2)]='LogCreated',a128_0x2e8e5a[a128_0x53c100(0xe1)]=a128_0x53c100(0xe6),a128_0x2e8e5a['HookFinished']='HookRunFinished',a128_0x2e8e5a[a128_0x53c100(0xf8)]=a128_0x53c100(0xf8);var a128_0x3f19ed={};function a128_0x3093(_0x1156e3,_0x515e3f){var _0x4ec438=a128_0x4ec4();return a128_0x3093=function(_0x309301,_0x35d120){_0x309301=_0x309301-0xd8;var _0xe7a927=_0x4ec438[_0x309301];return _0xe7a927;},a128_0x3093(_0x1156e3,_0x515e3f);}a128_0x3f19ed['BROWSERSTACK_TESTHUB_UUID']=a128_0x53c100(0xe3),a128_0x3f19ed[a128_0x53c100(0xea)]='BROWSERSTACK_TESTHUB_JWT';var a128_0xf1c91d={};function a128_0x4ec4(){var _0x293cfa=['ENV_VAR','15613NTZELd','TestStarted','LogCreated','24cdxknL','EVENT','266649GLjgeS','ACCESSIBILITY','380LMMOmJ','CBTSessionCreated','ERROR_INVALID_CREDENTIALS','127096ZuDUGW','90dgykrX','603977WzxTDE','api/v2/builds','2724tXwHrV','217EoAOlZ','ACCESS_DENIED','TestRunSkipped','HookStarted','24138guaCDj','BROWSERSTACK_TESTHUB_UUID','ERROR','TestSkipped','HookRunStarted','984933IEGzmx','TestRunStarted','ERROR_SDK_DEPRECATED','BROWSERSTACK_TESTHUB_JWT','178496MHDqrt','4OztkFg','OBSERVABILITY','TestRunFinished'];a128_0x4ec4=function(){return _0x293cfa;};return a128_0x4ec4();}a128_0xf1c91d['TESTHUB_BUILD_API']=a128_0x53c100(0xdc),a128_0xf1c91d[a128_0x53c100(0xf6)]='accessibility',a128_0xf1c91d[a128_0x53c100(0xed)]='observability',a128_0xf1c91d[a128_0x53c100(0xe4)]=a128_0x7fb88,a128_0xf1c91d[a128_0x53c100(0xf4)]=a128_0x2e8e5a,a128_0xf1c91d[a128_0x53c100(0xef)]=a128_0x3f19ed,module['exports']=a128_0xf1c91d;
@@ -1 +1 @@
1
- const a126_0x4af2c8=a126_0x5ac8;(function(_0xf88e07,_0x53c5ad){const _0x190b80=a126_0x5ac8,_0x10901a=_0xf88e07();while(!![]){try{const _0x54fe1d=-parseInt(_0x190b80(0x106))/0x1+parseInt(_0x190b80(0xfc))/0x2*(parseInt(_0x190b80(0x132))/0x3)+-parseInt(_0x190b80(0x11c))/0x4+parseInt(_0x190b80(0x14e))/0x5*(-parseInt(_0x190b80(0x127))/0x6)+-parseInt(_0x190b80(0x14c))/0x7+parseInt(_0x190b80(0x160))/0x8*(parseInt(_0x190b80(0x14d))/0x9)+parseInt(_0x190b80(0x100))/0xa;if(_0x54fe1d===_0x53c5ad)break;else _0x10901a['push'](_0x10901a['shift']());}catch(_0x265742){_0x10901a['push'](_0x10901a['shift']());}}}(a126_0x268e,0xe3ef4));const bsSetupHelper=require(a126_0x4af2c8(0xf3)),path=require(a126_0x4af2c8(0x11b)),util=require(a126_0x4af2c8(0x120)),{getCustomTags,isTestObservabilitySession,getDefaultHeaders,nodeRequest}=require(a126_0x4af2c8(0x16d)),testhubUtils=require(a126_0x4af2c8(0x138)),testHubConstants=require(a126_0x4af2c8(0x15f)),constants=require(a126_0x4af2c8(0x109)),RequestQueueHandler=require(a126_0x4af2c8(0x165)),logger=require(a126_0x4af2c8(0x146))[a126_0x4af2c8(0x11d)],SessionHandler=require(a126_0x4af2c8(0x185)),PerformanceTester=require(a126_0x4af2c8(0x13d)),{TESTHUB_EVENTS:PerformanceEvents}=require(a126_0x4af2c8(0x163)),TestDetails=require(a126_0x4af2c8(0x182)),{uploadTraceZip}=require(a126_0x4af2c8(0x10d)),{isTurboScaleSession}=require(a126_0x4af2c8(0x102)),BrowserstackCLI=require(a126_0x4af2c8(0x151)),OngoingEvents=new Set();let processedTraceZips=![];function a126_0x268e(){const _0x51397a=['yzdzD','basename','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20','message','Error\x20while\x20waiting\x20for\x20events:\x20','isRunning','ENV_VAR','WdDbx','true','BROWSERSTACK_LINKED_BUILD_UUID','stringify','finished_metadata','../../bin/playwright/reporter/test-details.js','assign','uJhYy','../test-observability/sessionHandler.js','FVAlm','null','GteiY','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','data','pqTzu','extractDataFromResponse','TvVaS','forEach','cwd','SslwQ','START','getTestOrchestrationBuildStartData','wOHbh','../helper','measureWrapper','env','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','checkAndSetupPercy','debug','buildIdentifier','DdvFj','BROWSERSTACK_BUILD_GROUPING_IDENTIFIER','56AYvZXO','buildStopSent','BROWSERSTACK_TESTHUB_UUID','hcQDd','20269680vaCZrF','JBlae','../helper.js','All\x20trace\x20zip\x20send\x20events\x20complete','ozEFj','Bwrxv','911804UCmTdW','CJiFC','jwt','../../bin/utils/constants.js','getAccessibilityOptions','add','auth','../../bin/playwright/reporter/pwUtils.js','includeEncodedExtension','processTraceZips','BROWSERSTACK_TESTHUB_JWT','OBSERVABILITY','settings','HVgJH','accessibility','ZVTSV','\x20framework','getProductMapForBuildStartCall','stopBuildUpstream\x20event\x20successful!','getCentralUser','getConfig','path','3427772bzsIDe','winstonLogger','POST','DthuH','util','BROWSERSTACK_CENTRAL_SCANNER_JOBID','waitForBuildStatus','buildDescription','buildName','statusText','ImomK','108198vSLQrf','STOP','BiXFN','resolve','jWCcJ','generateBuildUpstreamData','getInstance','BROWSERSTACK_PRODUCT_MAP','lcnc','oAhNg','framework','96645sJiTna','getAccessibilityValueFromYml','getFrameworkDetails','stop','BROWSERSTACK_RERUN','/stop','./utils.js','includes','getUserName','response','uploadPending','../performance/performance-tester.js','user_killed','getHostInfo','getGitMetaData','authToken','RYmkp','setAccessibilityVariables','Percy\x20is\x20not\x20supported\x20for\x20','username','../logger','setTestObservabilityVariables','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','isAccessibilityEnabled','BROWSERSTACK_TEST_OBSERVABILITY','eZymi','1111166YTFFvj','3508506ghVFKo','235vSjEIh','JEUzl','api/v1/builds/','../../bin/v2/browserstackCLI','mLJDH','Generating\x20build\x20upstream\x20data\x20for\x20TestHub','toISOString','config','setupPercy','BROWSERSTACK_BUILD_RUN_IDENTIFIER','success','ZTTjf','cMcnm','PERCY_SUPPORTED_FRAMEWORKS','setTestHubCommonMetaInfo','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','BROWSERSTACK_ACCESSIBILITY','./constants.js','16EiiupA','buildHashedId','projectName','../performance/constants','accessibilityOptions','../test-observability/requestQueueHandler.js','password','AsTlq','ACCESSIBILITY','TnmWB','central_scanner','getTraceFilePaths','SYXwT','../test-observability/utils','Testhub\x20started\x20with\x20id:\x20','push','token','WKATJ','RIYiT','error','status','false'];a126_0x268e=function(){return _0x51397a;};return a126_0x268e();}const addEvent=_0x146085=>{const _0x2587e4=a126_0x4af2c8;OngoingEvents[_0x2587e4(0x10b)](_0x146085);},awaitAllEvents=async()=>{return Promise['allSettled'](OngoingEvents);};function a126_0x5ac8(_0x430c6e,_0x3ac17b){const _0x268e51=a126_0x268e();return a126_0x5ac8=function(_0x5ac8f7,_0x583248){_0x5ac8f7=_0x5ac8f7-0xea;let _0x2430bc=_0x268e51[_0x5ac8f7];return _0x2430bc;},a126_0x5ac8(_0x430c6e,_0x3ac17b);}class TestHubHandler{static ['buildStopSent']=![];static async['launchBuild'](_0x7df1ad,_0x29d8c3){const _0x1d106d=a126_0x4af2c8,_0x4a31f7={'mLJDH':function(_0x121b29,_0x1aa945){return _0x121b29||_0x1aa945;},'BiXFN':function(_0x4a9396,_0x18f709){return _0x4a9396||_0x18f709;},'uJhYy':function(_0x1c06ce,_0x2b5d62){return _0x1c06ce===_0x2b5d62;},'Bwrxv':function(_0x3aada3){return _0x3aada3();},'hcQDd':_0x1d106d(0xf6),'JBlae':_0x1d106d(0x175),'eZymi':_0x1d106d(0x189),'DthuH':function(_0x1901d8,_0x5b5eb5,_0x2abbda,_0x58833a,_0x1fc023){return _0x1901d8(_0x5b5eb5,_0x2abbda,_0x58833a,_0x1fc023);},'ONdTQ':_0x1d106d(0x11e),'TvVaS':_0x1d106d(0x114),'CJiFC':_0x1d106d(0x17e),'ZTTjf':function(_0x1fe99f,_0x3e7135){return _0x1fe99f===_0x3e7135;}};await PerformanceTester[_0x1d106d(0xf4)](PerformanceEvents[_0x1d106d(0xf0)],async()=>{const _0x1d4317=_0x1d106d,_0x544ecb=Object[_0x1d4317(0x183)]({},_0x29d8c3[_0x1d4317(0x155)],{'root_dir_path':'','framework':_0x29d8c3[_0x1d4317(0x131)]}),_0x3f9b65=bsSetupHelper[_0x1d4317(0x13a)](_0x544ecb),_0x501e7a=bsSetupHelper['getAccessKey'](_0x544ecb),_0x21a929=_0x4a31f7[_0x1d4317(0x152)](_0x3f9b65,'')+':'+_0x4a31f7[_0x1d4317(0x129)](_0x501e7a,''),_0x307ea8=testhubUtils['getProductMap'](_0x544ecb);process[_0x1d4317(0xf5)][_0x1d4317(0x12e)]=JSON[_0x1d4317(0x180)](_0x307ea8);if(_0x4a31f7[_0x1d4317(0x184)](_0x21a929,':'))return _0x4a31f7[_0x1d4317(0x105)](isTestObservabilitySession)&&(logger[_0x1d4317(0xf8)](_0x4a31f7[_0x1d4317(0xff)]),process[_0x1d4317(0xf5)]['BS_TESTOPS_BUILD_COMPLETED']=_0x4a31f7[_0x1d4317(0x101)]),testhubUtils[_0x1d4317(0x149)](_0x544ecb)&&logger['debug'](_0x4a31f7[_0x1d4317(0x14b)]),[null,null];try{const _0x42cb39=await this[_0x1d4317(0x12c)](_0x544ecb,_0x7df1ad),_0x546654=this[_0x1d4317(0x11a)](_0x3f9b65,_0x501e7a),_0x488d91=await _0x4a31f7[_0x1d4317(0x11f)](nodeRequest,_0x4a31f7['ONdTQ'],testHubConstants['TESTHUB_BUILD_API'],_0x42cb39,_0x546654),_0x128b04=this[_0x1d4317(0xeb)](_0x544ecb,_0x488d91,_0x546654);await this[_0x1d4317(0xf7)](_0x29d8c3,_0x7df1ad);if(_0x4a31f7[_0x1d4317(0x184)](testhubUtils[_0x1d4317(0x133)](_0x29d8c3[_0x1d4317(0x155)]),null)){const _0x252d19=_0x128b04[_0x4a31f7[_0x1d4317(0xec)]];_0x252d19&&_0x252d19[_0x1d4317(0x141)]&&_0x252d19[_0x1d4317(0x161)]&&(_0x29d8c3[_0x1d4317(0x155)][_0x1d4317(0x114)]=!![],process[_0x1d4317(0xf5)][_0x1d4317(0x15d)]=_0x4a31f7[_0x1d4317(0x107)]);}return _0x128b04;}catch(_0x3b7fca){if(_0x4a31f7[_0x1d4317(0x159)](_0x3b7fca[_0x1d4317(0x158)],![])){testhubUtils['logBuildError'](_0x3b7fca);return;}}})();}static async[a126_0x4af2c8(0x10f)](){const _0x255095=a126_0x4af2c8,_0x5ededb={'SslwQ':function(_0x30aff7,_0x54a0fb,_0x31e547){return _0x30aff7(_0x54a0fb,_0x31e547);},'XZfdM':function(_0x3bb5dd,_0x4abfc2){return _0x3bb5dd(_0x4abfc2);},'AsTlq':function(_0x3c073d){return _0x3c073d();},'TnmWB':_0x255095(0x103)};if(processedTraceZips)return;const _0xe06ffb=TestDetails[_0x255095(0x16b)]();_0xe06ffb[_0x255095(0xed)](({testUId:_0x4a8328,filePath:_0x2b1600})=>{const _0xaca0eb=_0x255095;var _0x22e76b=_0x5ededb[_0xaca0eb(0xef)](uploadTraceZip,_0x2b1600,_0x4a8328);_0x5ededb['XZfdM'](addEvent,_0x22e76b);});try{await _0x5ededb[_0x255095(0x167)](awaitAllEvents),logger[_0x255095(0xf8)](_0x5ededb[_0x255095(0x169)]),processedTraceZips=!![];}catch(_0x335b1c){logger['error'](_0x255095(0x17a)+util['format'](_0x335b1c));}}static async[a126_0x4af2c8(0xf7)](_0x27d793,_0x4f5409){const _0x19d598=a126_0x4af2c8;if(constants[_0x19d598(0x15b)][_0x19d598(0x139)](_0x4f5409)){await _0x27d793[_0x19d598(0x156)]();return;}_0x27d793[_0x19d598(0x155)]['percy']&&logger['debug'](_0x19d598(0x144)+_0x4f5409+_0x19d598(0x116));}static[a126_0x4af2c8(0x10a)](_0x1e2e0d){const _0x34c360=a126_0x4af2c8,_0x4be50e={'JEUzl':function(_0x15661d,_0x99313f){return _0x15661d(_0x99313f);},'jWCcJ':'true'};let _0x44360f;if(_0x1e2e0d[_0x34c360(0x164)]){const _0x31c909={};_0x31c909[_0x34c360(0x112)]=_0x1e2e0d[_0x34c360(0x164)],_0x44360f=_0x31c909;}else{const _0xdf4a37={};_0xdf4a37[_0x34c360(0x112)]={},_0x44360f=_0xdf4a37;}if((!bsSetupHelper['isBrowserstackInfra']()||_0x4be50e[_0x34c360(0x14f)](isTurboScaleSession,_0x1e2e0d))&&testhubUtils[_0x34c360(0x149)](_0x1e2e0d)){const _0x1358a1={};_0x1358a1[_0x34c360(0x10e)]=_0x4be50e[_0x34c360(0x12b)],Object[_0x34c360(0x183)](_0x44360f[_0x34c360(0x112)],_0x1358a1);}return _0x44360f;}static[a126_0x4af2c8(0x11a)](_0x53644e,_0x4c0d26){const _0x38d4d2=a126_0x4af2c8,_0x28ea94={'wOHbh':function(_0x247fcd,_0x5dfd55){return _0x247fcd(_0x5dfd55);}},_0x330260={};return _0x330260[_0x38d4d2(0x145)]=_0x53644e,_0x330260[_0x38d4d2(0x166)]=_0x4c0d26,{'auth':_0x330260,'headers':_0x28ea94[_0x38d4d2(0xf2)](getDefaultHeaders,![])};}static async[a126_0x4af2c8(0x12c)](_0x5e3ebe,_0x268441){const _0x12c444=a126_0x4af2c8,_0x392e22={'WdDbx':_0x12c444(0x153),'AqfVb':function(_0x24a9c6,_0x20b00f){return _0x24a9c6(_0x20b00f);}};logger['debug'](_0x392e22[_0x12c444(0x17d)]);const _0x798c2a={'project_name':_0x5e3ebe[_0x12c444(0x162)]||'','name':_0x5e3ebe[_0x12c444(0x124)]||path[_0x12c444(0x177)](path[_0x12c444(0x12a)](process[_0x12c444(0xee)]())),'build_identifier':_0x5e3ebe[_0x12c444(0xf9)],'description':_0x5e3ebe[_0x12c444(0x123)]||'','started_at':new Date()[_0x12c444(0x154)](),'tags':_0x392e22['AqfVb'](getCustomTags,_0x5e3ebe),'host_info':bsSetupHelper[_0x12c444(0x13f)](),'ci_info':bsSetupHelper['getCiInfo'](),'build_run_identifier':process['env'][_0x12c444(0x157)],'failed_tests_rerun':process['env'][_0x12c444(0x136)]||![],'linked_build_uuid':process['env'][_0x12c444(0x17f)]||'','version_control':await bsSetupHelper[_0x12c444(0x140)](),'accessibility':this[_0x12c444(0x10a)](_0x5e3ebe),'framework_details':testhubUtils[_0x12c444(0x134)](_0x5e3ebe,_0x268441),'product_map':testhubUtils[_0x12c444(0x117)](_0x5e3ebe),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra'](),'grouping_identifier':process[_0x12c444(0xf5)][_0x12c444(0xfb)],'test_orchestration':testhubUtils[_0x12c444(0xf1)](_0x5e3ebe)};if(bsSetupHelper[_0x12c444(0x119)]()[_0x12c444(0x16a)]||bsSetupHelper['getCentralUser']()[_0x12c444(0x12f)]){const _0x353a26={};_0x353a26['job_id']=process['env'][_0x12c444(0x121)],_0x353a26[_0x12c444(0x170)]=process[_0x12c444(0xf5)]['BROWSERSTACK_CENTRAL_SCANNER_JWT'],_0x798c2a['central_scanner']=_0x353a26;}return _0x798c2a;}static['extractDataFromResponse'](_0x3a2f3a,_0x20c11e,_0x4cfd60){const _0x3bebad=a126_0x4af2c8,_0x47b071={'noWTI':function(_0x47af50){return _0x47af50();},'ImomK':function(_0x58723b,_0x4c6c6a){return _0x58723b&&_0x4c6c6a;},'oAhNg':'true','FVAlm':_0x3bebad(0x175)},_0xdcb364={};if(_0x47b071['noWTI'](isTestObservabilitySession)){const [_0x3aa173,_0x32cfa2,_0x181f81]=testhubUtils[_0x3bebad(0x147)](_0x20c11e['data'],_0x4cfd60[_0x3bebad(0x10c)]);if(_0x47b071[_0x3bebad(0x126)](_0x3aa173,_0x32cfa2)){const _0x271f67={};_0x271f67[_0x3bebad(0x108)]=_0x3aa173,_0x271f67[_0x3bebad(0x161)]=_0x32cfa2,_0x271f67['allowScreenshot']=_0x181f81,_0xdcb364[testHubConstants[_0x3bebad(0x111)]]=_0x271f67,process['env'][_0x3bebad(0x14a)]=_0x47b071[_0x3bebad(0x130)];}else _0xdcb364[testHubConstants['OBSERVABILITY']]={},process[_0x3bebad(0xf5)][_0x3bebad(0x14a)]=_0x47b071[_0x3bebad(0x186)];}else process[_0x3bebad(0xf5)][_0x3bebad(0x14a)]=_0x47b071[_0x3bebad(0x186)];const [_0x4a1edf,_0x14be5d]=testhubUtils[_0x3bebad(0x143)](_0x20c11e['data']);if(_0x47b071[_0x3bebad(0x126)](_0x4a1edf,_0x14be5d)){const _0x50801c={};_0x50801c['authToken']=_0x4a1edf,_0x50801c[_0x3bebad(0x161)]=_0x14be5d,_0xdcb364[testHubConstants[_0x3bebad(0x168)]]=_0x50801c,process[_0x3bebad(0xf5)][_0x3bebad(0x15e)]=_0x47b071[_0x3bebad(0x130)];}else _0xdcb364[testHubConstants[_0x3bebad(0x168)]]={},process[_0x3bebad(0xf5)][_0x3bebad(0x15e)]=_0x47b071[_0x3bebad(0x186)];return testhubUtils[_0x3bebad(0x15c)](_0x20c11e[_0x3bebad(0x18a)]),logger['info'](_0x3bebad(0x16e)+process['env'][_0x3bebad(0xfe)]),_0xdcb364;}static async[a126_0x4af2c8(0x135)](_0x26d48d){const _0x1c6b19=a126_0x4af2c8,_0x2ccf9f={'RIYiT':function(_0x427495,_0x485f38){return _0x427495===_0x485f38;},'ZVTSV':_0x1c6b19(0x175),'DdvFj':function(_0xc57fca,_0x11552a){return _0xc57fca===_0x11552a;},'SYXwT':_0x1c6b19(0x187),'gndgY':function(_0x1f4fd8,_0x13a8f0){return _0x1f4fd8===_0x13a8f0;},'YKaEI':'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20Missing\x20authentication\x20token','WKATJ':_0x1c6b19(0x173),'kIdzO':_0x1c6b19(0x148),'RYmkp':_0x1c6b19(0x181),'cMcnm':_0x1c6b19(0x13e),'pqTzu':function(_0x17d838){return _0x17d838();},'yzdzD':function(_0x2865a0,_0x14440e,_0x38af30,_0x259364,_0x5847c9,_0x58dfaf){return _0x2865a0(_0x14440e,_0x38af30,_0x259364,_0x5847c9,_0x58dfaf);},'GteiY':'PUT','ozEFj':_0x1c6b19(0x118),'HVgJH':_0x1c6b19(0x158)};await PerformanceTester[_0x1c6b19(0xf4)](PerformanceEvents[_0x1c6b19(0x128)],async()=>{const _0x492151=_0x1c6b19;if(_0x2ccf9f[_0x492151(0x172)](process[_0x492151(0xf5)]['BS_TESTOPS_BUILD_COMPLETED'],_0x2ccf9f[_0x492151(0x115)])||TestHubHandler['buildStopSent']||bsSetupHelper['isUndefined'](process[_0x492151(0xf5)][testHubConstants[_0x492151(0x17c)][_0x492151(0x110)]]))return;TestHubHandler[_0x492151(0xfd)]=!![];if(BrowserstackCLI[_0x492151(0x12d)]()[_0x492151(0x17b)]())return;await this[_0x492151(0x10f)](),await RequestQueueHandler[_0x492151(0x12d)]()[_0x492151(0x13c)](),await SessionHandler[_0x492151(0x122)]();if(_0x2ccf9f[_0x492151(0xfa)](process[_0x492151(0xf5)][testHubConstants['ENV_VAR'][_0x492151(0x110)]],_0x2ccf9f[_0x492151(0x16c)])||_0x2ccf9f['gndgY'](process[_0x492151(0xf5)][testHubConstants[_0x492151(0x17c)]['BROWSERSTACK_TESTHUB_UUID']],_0x2ccf9f['SYXwT'])){logger[_0x492151(0xf8)](_0x2ccf9f['YKaEI']);const _0x59e515={};return _0x59e515['status']=_0x2ccf9f['WKATJ'],_0x59e515[_0x492151(0x179)]=_0x2ccf9f['kIdzO'],_0x59e515;}const _0x29a32e={'finished_at':new Date()[_0x492151(0x154)](),'finished_metadata':[]};!!_0x26d48d&&_0x29a32e[_0x2ccf9f[_0x492151(0x142)]][_0x492151(0x16f)]({'reason':_0x2ccf9f[_0x492151(0x15a)],'signal':_0x26d48d,'failure_data':''});const _0x35539b={'headers':_0x2ccf9f[_0x492151(0xea)](getDefaultHeaders)};try{const _0x2e5cb5=await _0x2ccf9f[_0x492151(0x176)](nodeRequest,_0x2ccf9f[_0x492151(0x188)],_0x492151(0x150)+process['env'][testHubConstants['ENV_VAR'][_0x492151(0xfe)]]+_0x492151(0x137),_0x29a32e,_0x35539b,![]);if(_0x2e5cb5[_0x492151(0x18a)]&&_0x2e5cb5[_0x492151(0x18a)]['error']){const _0x5e07a7={};_0x5e07a7['message']=_0x2e5cb5[_0x492151(0x18a)][_0x492151(0x173)];throw _0x5e07a7;}else{logger[_0x492151(0xf8)](_0x2ccf9f[_0x492151(0x104)]);const _0x69b36e={};return _0x69b36e['status']=_0x2ccf9f[_0x492151(0x113)],_0x69b36e[_0x492151(0x179)]='',_0x69b36e;}}catch(_0x570398){_0x570398[_0x492151(0x13b)]?logger['debug'](_0x492151(0x178)+_0x570398['response'][_0x492151(0x174)]+'\x20'+_0x570398[_0x492151(0x13b)][_0x492151(0x125)]+'\x20'+JSON[_0x492151(0x180)](_0x570398['response'][_0x492151(0x18a)])):logger[_0x492151(0xf8)](_0x492151(0x178)+(_0x570398[_0x492151(0x179)]||_0x570398));const _0x5cd943={};return _0x5cd943[_0x492151(0x174)]=_0x2ccf9f[_0x492151(0x171)],_0x5cd943[_0x492151(0x179)]=_0x570398[_0x492151(0x179)]||_0x570398['response']?_0x570398[_0x492151(0x13b)][_0x492151(0x174)]+':'+_0x570398[_0x492151(0x13b)][_0x492151(0x125)]:_0x570398,_0x5cd943;}})();}}module['exports']=TestHubHandler;
1
+ const a129_0x39a458=a129_0x5214;(function(_0x23e674,_0x4ba8a9){const _0x5c9482=a129_0x5214,_0x2e0291=_0x23e674();while(!![]){try{const _0xfc6510=parseInt(_0x5c9482(0x1c3))/0x1+parseInt(_0x5c9482(0x17d))/0x2+-parseInt(_0x5c9482(0x178))/0x3+parseInt(_0x5c9482(0x184))/0x4+parseInt(_0x5c9482(0x147))/0x5*(-parseInt(_0x5c9482(0x171))/0x6)+parseInt(_0x5c9482(0x181))/0x7*(-parseInt(_0x5c9482(0x170))/0x8)+-parseInt(_0x5c9482(0x193))/0x9;if(_0xfc6510===_0x4ba8a9)break;else _0x2e0291['push'](_0x2e0291['shift']());}catch(_0x3f0e72){_0x2e0291['push'](_0x2e0291['shift']());}}}(a129_0x5c78,0xa6770));function a129_0x5214(_0x3ec90a,_0x40cf71){const _0x5c78cc=a129_0x5c78();return a129_0x5214=function(_0x52140b,_0x326889){_0x52140b=_0x52140b-0x134;let _0x2f31f3=_0x5c78cc[_0x52140b];return _0x2f31f3;},a129_0x5214(_0x3ec90a,_0x40cf71);}const bsSetupHelper=require(a129_0x39a458(0x16a)),path=require(a129_0x39a458(0x159)),util=require('util'),{getCustomTags,isTestObservabilitySession,getDefaultHeaders,nodeRequest}=require(a129_0x39a458(0x164)),testhubUtils=require(a129_0x39a458(0x13c)),testHubConstants=require(a129_0x39a458(0x13f)),constants=require('../../bin/utils/constants.js'),RequestQueueHandler=require('../test-observability/requestQueueHandler.js'),logger=require('../logger')[a129_0x39a458(0x157)],SessionHandler=require(a129_0x39a458(0x17c)),PerformanceTester=require(a129_0x39a458(0x163)),{TESTHUB_EVENTS:PerformanceEvents}=require(a129_0x39a458(0x1a5)),TestDetails=require('../../bin/playwright/reporter/test-details.js'),{uploadTraceZip}=require(a129_0x39a458(0x199)),{isTurboScaleSession}=require(a129_0x39a458(0x1a6)),BrowserstackCLI=require(a129_0x39a458(0x1bd)),OngoingEvents=new Set();let processedTraceZips=![];const addEvent=_0x28920c=>{const _0x510694=a129_0x39a458;OngoingEvents[_0x510694(0x1c2)](_0x28920c);},awaitAllEvents=async()=>{const _0x58d7d6=a129_0x39a458;return Promise[_0x58d7d6(0x187)](OngoingEvents);};class TestHubHandler{static [a129_0x39a458(0x19a)]=![];static async['launchBuild'](_0x4b3e10,_0x39b8a8){const _0x46ca50=a129_0x39a458,_0x27c79e={'YsrXG':function(_0x3869c0,_0x586d94){return _0x3869c0||_0x586d94;},'gAmdt':function(_0x1eb2e7,_0x59df36){return _0x1eb2e7===_0x59df36;},'whTcY':function(_0x33d38f){return _0x33d38f();},'swFtR':_0x46ca50(0x16f),'SRKDk':'false','XgSZW':_0x46ca50(0x19b),'tPbtQ':function(_0x4a4528,_0x2cc53f,_0x1e5fd3,_0x349955,_0x467087){return _0x4a4528(_0x2cc53f,_0x1e5fd3,_0x349955,_0x467087);},'QUziK':_0x46ca50(0x194),'NvKNa':function(_0x1e008a,_0x2417f1){return _0x1e008a===_0x2417f1;},'bzZzO':_0x46ca50(0x158),'lYXaq':'true','jlTdy':function(_0xd9b027,_0x4f1d54){return _0xd9b027===_0x4f1d54;}};await PerformanceTester[_0x46ca50(0x1a3)](PerformanceEvents['START'],async()=>{const _0x4c0672=_0x46ca50,_0x526484=Object[_0x4c0672(0x13e)]({},_0x39b8a8[_0x4c0672(0x1b6)],{'root_dir_path':'','framework':_0x39b8a8[_0x4c0672(0x1af)]}),_0x171e96=bsSetupHelper[_0x4c0672(0x1b8)](_0x526484),_0x2737f5=bsSetupHelper['getAccessKey'](_0x526484),_0x67ee1f=_0x27c79e[_0x4c0672(0x15b)](_0x171e96,'')+':'+_0x27c79e[_0x4c0672(0x15b)](_0x2737f5,''),_0x50e914=testhubUtils[_0x4c0672(0x17a)](_0x526484);process[_0x4c0672(0x16e)][_0x4c0672(0x1c4)]=JSON[_0x4c0672(0x151)](_0x50e914);if(_0x27c79e['gAmdt'](_0x67ee1f,':'))return _0x27c79e[_0x4c0672(0x1ab)](isTestObservabilitySession)&&(logger[_0x4c0672(0x1b1)](_0x27c79e[_0x4c0672(0x146)]),process['env'][_0x4c0672(0x148)]=_0x27c79e[_0x4c0672(0x13b)]),testhubUtils[_0x4c0672(0x182)](_0x526484)&&logger[_0x4c0672(0x1b1)](_0x27c79e['XgSZW']),[null,null];try{const _0x39c972=await this[_0x4c0672(0x1c5)](_0x526484,_0x4b3e10),_0x46f8d2=this[_0x4c0672(0x1b4)](_0x171e96,_0x2737f5),_0x54095d=await _0x27c79e['tPbtQ'](nodeRequest,_0x27c79e[_0x4c0672(0x14a)],testHubConstants[_0x4c0672(0x1bf)],_0x39c972,_0x46f8d2),_0x5ba443=this['extractDataFromResponse'](_0x526484,_0x54095d,_0x46f8d2);await this[_0x4c0672(0x1b5)](_0x39b8a8,_0x4b3e10);if(_0x27c79e[_0x4c0672(0x150)](testhubUtils['getAccessibilityValueFromYml'](_0x39b8a8['config']),null)){const _0x323a9b=_0x5ba443[_0x27c79e[_0x4c0672(0x1be)]];_0x323a9b&&_0x323a9b[_0x4c0672(0x154)]&&_0x323a9b[_0x4c0672(0x167)]&&(_0x39b8a8[_0x4c0672(0x1b6)]['accessibility']=!![],process[_0x4c0672(0x16e)][_0x4c0672(0x137)]=_0x27c79e['lYXaq']);}return _0x5ba443;}catch(_0x3051d0){if(_0x27c79e[_0x4c0672(0x165)](_0x3051d0[_0x4c0672(0x1aa)],![])){testhubUtils[_0x4c0672(0x1c1)](_0x3051d0);return;}}})();}static async[a129_0x39a458(0x1c7)](){const _0x25ca17=a129_0x39a458,_0x3863d7={'GKcoU':function(_0x2f26cb,_0x239790,_0x375c15){return _0x2f26cb(_0x239790,_0x375c15);},'HmiIS':function(_0x2cf6f6,_0x298de8){return _0x2cf6f6(_0x298de8);},'GYyFi':function(_0x424e38){return _0x424e38();},'JMOfs':_0x25ca17(0x192)};if(processedTraceZips)return;const _0x3491ef=TestDetails[_0x25ca17(0x18f)]();_0x3491ef['forEach'](({testUId:_0x37f330,filePath:_0x57dd60})=>{var _0x22e0fc=_0x3863d7['GKcoU'](uploadTraceZip,_0x57dd60,_0x37f330);_0x3863d7['HmiIS'](addEvent,_0x22e0fc);});try{await _0x3863d7[_0x25ca17(0x155)](awaitAllEvents),logger[_0x25ca17(0x1b1)](_0x3863d7[_0x25ca17(0x16c)]),processedTraceZips=!![];}catch(_0x3be71e){logger[_0x25ca17(0x161)](_0x25ca17(0x19f)+util['format'](_0x3be71e));}}static async[a129_0x39a458(0x1b5)](_0xf6463,_0x4142ba){const _0x418a15=a129_0x39a458;if(constants['PERCY_SUPPORTED_FRAMEWORKS'][_0x418a15(0x177)](_0x4142ba)){await _0xf6463[_0x418a15(0x144)]();return;}_0xf6463[_0x418a15(0x1b6)][_0x418a15(0x156)]&&logger[_0x418a15(0x1b1)](_0x418a15(0x18c)+_0x4142ba+_0x418a15(0x19e));}static[a129_0x39a458(0x1b3)](_0x11006a){const _0x18ca5a=a129_0x39a458,_0x1d1904={'KGnbr':function(_0x4df037,_0x43f788){return _0x4df037(_0x43f788);},'qhXwP':_0x18ca5a(0x16b)};let _0x3a8564;if(_0x11006a[_0x18ca5a(0x18e)]){const _0x4d0df2={};_0x4d0df2['settings']=_0x11006a[_0x18ca5a(0x18e)],_0x3a8564=_0x4d0df2;}else{const _0x1231c7={};_0x1231c7[_0x18ca5a(0x1a8)]={},_0x3a8564=_0x1231c7;}if((!bsSetupHelper['isBrowserstackInfra']()||_0x1d1904[_0x18ca5a(0x14d)](isTurboScaleSession,_0x11006a))&&testhubUtils['isAccessibilityEnabled'](_0x11006a)){const _0xc8fa3f={};_0xc8fa3f[_0x18ca5a(0x176)]=_0x1d1904[_0x18ca5a(0x191)],Object[_0x18ca5a(0x13e)](_0x3a8564[_0x18ca5a(0x1a8)],_0xc8fa3f);}return _0x3a8564;}static['getConfig'](_0x454303,_0x4e666c){const _0x15d914=a129_0x39a458,_0x3218f8={'rDdFh':function(_0xcf02d8,_0x1178bf){return _0xcf02d8(_0x1178bf);}},_0x3db2e7={};return _0x3db2e7[_0x15d914(0x19d)]=_0x454303,_0x3db2e7['password']=_0x4e666c,{'auth':_0x3db2e7,'headers':_0x3218f8[_0x15d914(0x18a)](getDefaultHeaders,![])};}static async[a129_0x39a458(0x1c5)](_0x226bf3,_0x11e606){const _0x495e65=a129_0x39a458,_0x2cd9ad={'KPORZ':'Generating\x20build\x20upstream\x20data\x20for\x20TestHub','xjqzU':function(_0x1888ef,_0xc86a62){return _0x1888ef(_0xc86a62);}};logger['debug'](_0x2cd9ad['KPORZ']);const _0x3f6275={'project_name':_0x226bf3['projectName']||'','name':_0x226bf3[_0x495e65(0x152)]||path['basename'](path['resolve'](process[_0x495e65(0x142)]())),'build_identifier':_0x226bf3[_0x495e65(0x1b7)],'description':_0x226bf3[_0x495e65(0x175)]||'','started_at':new Date()[_0x495e65(0x173)](),'tags':_0x2cd9ad[_0x495e65(0x186)](getCustomTags,_0x226bf3),'host_info':bsSetupHelper[_0x495e65(0x13a)](),'ci_info':bsSetupHelper[_0x495e65(0x1b9)](),'build_run_identifier':process[_0x495e65(0x16e)][_0x495e65(0x135)],'failed_tests_rerun':process[_0x495e65(0x16e)][_0x495e65(0x15c)]||![],'linked_build_uuid':process[_0x495e65(0x16e)][_0x495e65(0x14b)]||'','version_control':await bsSetupHelper[_0x495e65(0x15f)](),'accessibility':this[_0x495e65(0x1b3)](_0x226bf3),'framework_details':testhubUtils[_0x495e65(0x153)](_0x226bf3,_0x11e606),'product_map':testhubUtils[_0x495e65(0x1c6)](_0x226bf3),'browserstackAutomation':bsSetupHelper[_0x495e65(0x1c8)](),'grouping_identifier':process[_0x495e65(0x16e)][_0x495e65(0x138)],'test_orchestration':testhubUtils[_0x495e65(0x15a)](_0x226bf3)};if(bsSetupHelper['getCentralUser']()[_0x495e65(0x13d)]||bsSetupHelper[_0x495e65(0x197)]()[_0x495e65(0x196)]){const _0x1c6239={};_0x1c6239[_0x495e65(0x1a9)]=process[_0x495e65(0x16e)][_0x495e65(0x162)],_0x1c6239['token']=process[_0x495e65(0x16e)]['BROWSERSTACK_CENTRAL_SCANNER_JWT'],_0x3f6275[_0x495e65(0x13d)]=_0x1c6239;}return _0x3f6275;}static[a129_0x39a458(0x179)](_0x52b6ac,_0x54ef59,_0x4ef27e){const _0x2487e4=a129_0x39a458,_0x48110b={'HLdZp':function(_0x2f59e0){return _0x2f59e0();},'CMxRk':function(_0x1d31e3,_0x37bd9c){return _0x1d31e3&&_0x37bd9c;},'vpRWY':'true','PABQw':'false','vVKuz':function(_0xe5fc7d,_0x2efbf0){return _0xe5fc7d&&_0x2efbf0;}},_0x469ec7={};if(_0x48110b[_0x2487e4(0x1a0)](isTestObservabilitySession)){const [_0x41044b,_0x23d628,_0x5e486d]=testhubUtils[_0x2487e4(0x1b2)](_0x54ef59[_0x2487e4(0x190)],_0x4ef27e[_0x2487e4(0x149)]);if(_0x48110b[_0x2487e4(0x139)](_0x41044b,_0x23d628)){const _0x4d7ed4={};_0x4d7ed4[_0x2487e4(0x180)]=_0x41044b,_0x4d7ed4[_0x2487e4(0x167)]=_0x23d628,_0x4d7ed4[_0x2487e4(0x15d)]=_0x5e486d,_0x469ec7[testHubConstants[_0x2487e4(0x1ae)]]=_0x4d7ed4,process[_0x2487e4(0x16e)][_0x2487e4(0x166)]=_0x48110b[_0x2487e4(0x172)];}else _0x469ec7[testHubConstants[_0x2487e4(0x1ae)]]={},process['env'][_0x2487e4(0x166)]=_0x48110b[_0x2487e4(0x141)];}else process['env'][_0x2487e4(0x166)]=_0x48110b['PABQw'];const [_0x3cbe35,_0x579daf]=testhubUtils['setAccessibilityVariables'](_0x54ef59[_0x2487e4(0x190)]);if(_0x48110b[_0x2487e4(0x174)](_0x3cbe35,_0x579daf)){const _0x4f67ca={};_0x4f67ca[_0x2487e4(0x154)]=_0x3cbe35,_0x4f67ca[_0x2487e4(0x167)]=_0x579daf,_0x469ec7[testHubConstants[_0x2487e4(0x183)]]=_0x4f67ca,process[_0x2487e4(0x16e)]['BROWSERSTACK_ACCESSIBILITY']=_0x48110b[_0x2487e4(0x172)];}else _0x469ec7[testHubConstants[_0x2487e4(0x183)]]={},process[_0x2487e4(0x16e)][_0x2487e4(0x18d)]=_0x48110b[_0x2487e4(0x141)];return testhubUtils[_0x2487e4(0x169)](_0x54ef59[_0x2487e4(0x190)]),logger[_0x2487e4(0x136)](_0x2487e4(0x1ac)+process[_0x2487e4(0x16e)][_0x2487e4(0x17b)]),_0x469ec7;}static async['stop'](_0x697989){const _0x39d4fa=a129_0x39a458,_0x3fecf8={'QUamr':function(_0x12c71f,_0x100f11){return _0x12c71f===_0x100f11;},'hKCig':_0x39d4fa(0x14f),'URZvb':function(_0x15e95a,_0x2700d3){return _0x15e95a===_0x2700d3;},'pjIzF':_0x39d4fa(0x195),'cVaOI':function(_0x1c06d2,_0x128301){return _0x1c06d2===_0x128301;},'wBByP':_0x39d4fa(0x143),'ASakh':_0x39d4fa(0x161),'gXVIu':_0x39d4fa(0x16d),'ATcoi':'finished_metadata','xUKZB':'user_killed','cghOR':function(_0x92b095){return _0x92b095();},'SvmoQ':function(_0x36d6d1,_0x5a7549,_0x274ea0,_0x105953,_0xc49cb7,_0x197678){return _0x36d6d1(_0x5a7549,_0x274ea0,_0x105953,_0xc49cb7,_0x197678);},'ZzVZs':_0x39d4fa(0x1a4),'mxgUa':_0x39d4fa(0x15e),'GuLiF':_0x39d4fa(0x1aa)};await PerformanceTester['measureWrapper'](PerformanceEvents[_0x39d4fa(0x185)],async()=>{const _0x16ae5a=_0x39d4fa;if(_0x3fecf8['QUamr'](process[_0x16ae5a(0x16e)][_0x16ae5a(0x148)],_0x3fecf8[_0x16ae5a(0x189)])||TestHubHandler[_0x16ae5a(0x19a)]||bsSetupHelper['isUndefined'](process[_0x16ae5a(0x16e)][testHubConstants[_0x16ae5a(0x145)][_0x16ae5a(0x19c)]]))return;TestHubHandler[_0x16ae5a(0x19a)]=!![];if(BrowserstackCLI[_0x16ae5a(0x1a2)]()['isRunning']())return;await this['processTraceZips'](),await RequestQueueHandler['getInstance']()[_0x16ae5a(0x134)](),await SessionHandler[_0x16ae5a(0x17f)]();if(_0x3fecf8[_0x16ae5a(0x17e)](process[_0x16ae5a(0x16e)][testHubConstants['ENV_VAR'][_0x16ae5a(0x19c)]],_0x3fecf8[_0x16ae5a(0x168)])||_0x3fecf8['cVaOI'](process['env'][testHubConstants[_0x16ae5a(0x145)][_0x16ae5a(0x17b)]],_0x3fecf8[_0x16ae5a(0x168)])){logger[_0x16ae5a(0x1b1)](_0x3fecf8[_0x16ae5a(0x14e)]);const _0x15b3d9={};return _0x15b3d9[_0x16ae5a(0x140)]=_0x3fecf8[_0x16ae5a(0x1b0)],_0x15b3d9['message']=_0x3fecf8[_0x16ae5a(0x1ba)],_0x15b3d9;}const _0x158d03={'finished_at':new Date()[_0x16ae5a(0x173)](),'finished_metadata':[]};!!_0x697989&&_0x158d03[_0x3fecf8[_0x16ae5a(0x188)]]['push']({'reason':_0x3fecf8[_0x16ae5a(0x1bc)],'signal':_0x697989,'failure_data':''});const _0x507fe3={'headers':_0x3fecf8[_0x16ae5a(0x1a7)](getDefaultHeaders)};try{const _0x535020=await _0x3fecf8[_0x16ae5a(0x1c0)](nodeRequest,_0x3fecf8['ZzVZs'],_0x16ae5a(0x14c)+process[_0x16ae5a(0x16e)][testHubConstants[_0x16ae5a(0x145)][_0x16ae5a(0x17b)]]+_0x16ae5a(0x18b),_0x158d03,_0x507fe3,![]);if(_0x535020['data']&&_0x535020[_0x16ae5a(0x190)][_0x16ae5a(0x161)]){const _0x528c09={};_0x528c09['message']=_0x535020[_0x16ae5a(0x190)][_0x16ae5a(0x161)];throw _0x528c09;}else{logger[_0x16ae5a(0x1b1)](_0x3fecf8[_0x16ae5a(0x198)]);const _0x172209={};return _0x172209['status']=_0x3fecf8['GuLiF'],_0x172209[_0x16ae5a(0x1a1)]='',_0x172209;}}catch(_0x3e371b){_0x3e371b['response']?logger[_0x16ae5a(0x1b1)](_0x16ae5a(0x160)+_0x3e371b[_0x16ae5a(0x1bb)]['status']+'\x20'+_0x3e371b[_0x16ae5a(0x1bb)][_0x16ae5a(0x1ad)]+'\x20'+JSON['stringify'](_0x3e371b[_0x16ae5a(0x1bb)][_0x16ae5a(0x190)])):logger[_0x16ae5a(0x1b1)](_0x16ae5a(0x160)+(_0x3e371b['message']||_0x3e371b));const _0x203866={};return _0x203866[_0x16ae5a(0x140)]=_0x3fecf8[_0x16ae5a(0x1b0)],_0x203866[_0x16ae5a(0x1a1)]=_0x3e371b['message']||_0x3e371b[_0x16ae5a(0x1bb)]?_0x3e371b[_0x16ae5a(0x1bb)][_0x16ae5a(0x140)]+':'+_0x3e371b[_0x16ae5a(0x1bb)][_0x16ae5a(0x1ad)]:_0x3e371b,_0x203866;}})();}}function a129_0x5c78(){const _0x179b52=['lcnc','getCentralUser','mxgUa','../../bin/playwright/reporter/pwUtils.js','buildStopSent','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','BROWSERSTACK_TESTHUB_JWT','username','\x20framework','Error\x20while\x20waiting\x20for\x20events:\x20','HLdZp','message','getInstance','measureWrapper','PUT','../performance/constants','../helper.js','cghOR','settings','job_id','success','whTcY','Testhub\x20started\x20with\x20id:\x20','statusText','OBSERVABILITY','framework','ASakh','debug','setTestObservabilityVariables','getAccessibilityOptions','getConfig','checkAndSetupPercy','config','buildIdentifier','getUserName','getCiInfo','gXVIu','response','xUKZB','../../bin/v2/browserstackCLI','bzZzO','TESTHUB_BUILD_API','SvmoQ','logBuildError','add','1208446HbytfB','BROWSERSTACK_PRODUCT_MAP','generateBuildUpstreamData','getProductMapForBuildStartCall','processTraceZips','isBrowserstackInfra','uploadPending','BROWSERSTACK_BUILD_RUN_IDENTIFIER','info','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','BROWSERSTACK_BUILD_GROUPING_IDENTIFIER','CMxRk','getHostInfo','SRKDk','./utils.js','central_scanner','assign','./constants.js','status','PABQw','cwd','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20Missing\x20authentication\x20token','setupPercy','ENV_VAR','swFtR','845nGBUNq','BS_TESTOPS_BUILD_COMPLETED','auth','QUziK','BROWSERSTACK_LINKED_BUILD_UUID','api/v1/builds/','KGnbr','wBByP','false','NvKNa','stringify','buildName','getFrameworkDetails','authToken','GYyFi','percy','winstonLogger','accessibility','path','getTestOrchestrationBuildStartData','YsrXG','BROWSERSTACK_RERUN','allowScreenshot','stopBuildUpstream\x20event\x20successful!','getGitMetaData','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TESTHUB\x20:\x20','error','BROWSERSTACK_CENTRAL_SCANNER_JOBID','../performance/performance-tester.js','../test-observability/utils','jlTdy','BROWSERSTACK_TEST_OBSERVABILITY','buildHashedId','pjIzF','setTestHubCommonMetaInfo','../helper','true','JMOfs','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','env','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','7096tyGKjF','9030zcTgLs','vpRWY','toISOString','vVKuz','buildDescription','includeEncodedExtension','includes','537129qwBWIj','extractDataFromResponse','getProductMap','BROWSERSTACK_TESTHUB_UUID','../test-observability/sessionHandler.js','1618552XgfUfi','URZvb','waitForBuildStatus','jwt','8708CoVHpU','isAccessibilityEnabled','ACCESSIBILITY','4928216JIdjEx','STOP','xjqzU','allSettled','ATcoi','hKCig','rDdFh','/stop','Percy\x20is\x20not\x20supported\x20for\x20','BROWSERSTACK_ACCESSIBILITY','accessibilityOptions','getTraceFilePaths','data','qhXwP','All\x20trace\x20zip\x20send\x20events\x20complete','9280080jmsARv','POST','null'];a129_0x5c78=function(){return _0x179b52;};return a129_0x5c78();}module['exports']=TestHubHandler;
@@ -1 +1 @@
1
- const a127_0x2062bc=a127_0x21a2;(function(_0x2603e9,_0x36daff){const _0x555ad4=a127_0x21a2,_0x2e8f75=_0x2603e9();while(!![]){try{const _0x2805b5=parseInt(_0x555ad4(0x138))/0x1*(parseInt(_0x555ad4(0x160))/0x2)+parseInt(_0x555ad4(0xdc))/0x3+-parseInt(_0x555ad4(0x106))/0x4+-parseInt(_0x555ad4(0xfd))/0x5+parseInt(_0x555ad4(0x165))/0x6*(parseInt(_0x555ad4(0x12d))/0x7)+parseInt(_0x555ad4(0xf5))/0x8*(parseInt(_0x555ad4(0x12f))/0x9)+-parseInt(_0x555ad4(0x105))/0xa;if(_0x2805b5===_0x36daff)break;else _0x2e8f75['push'](_0x2e8f75['shift']());}catch(_0x27f0dd){_0x2e8f75['push'](_0x2e8f75['shift']());}}}(a127_0x22b3,0xe7194));const bsSetupHelper=require(a127_0x2062bc(0x11d)),{isTestObservabilitySession,getFrameworkVersion}=require(a127_0x2062bc(0x132)),accessibilityHelper=require(a127_0x2062bc(0x154)),logger=require(a127_0x2062bc(0xd4))[a127_0x2062bc(0x13f)],{nestedKeyValue}=require(a127_0x2062bc(0x109)),scripts=require('../accessibility-automation/scripts.js'),globals=require(a127_0x2062bc(0x15d)),testHubConstants=require(a127_0x2062bc(0xbc)),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require('../../bin/jest/test-observability/test-details.js'),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require('../ats/helper'),OrchestrationUtils=require('../test-orchestration/orchestrationUtils.js'),constants=require(a127_0x2062bc(0xfb));let testData={};function a127_0x22b3(){const _0x1120d9=['MPXJH','product_map','URslQ','114QmTPFy','commands','znFBK',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','getGlobal','getBuildStartData','getAccessibilityValueFromYml','./constants.js','getTestFrameworkDetails','ZDNiV','setAccessibilityVariables','percy','platforms','xsDJV','BS_TESTOPS_BUILD_HASHED_ID','IBWGS','commandsToWrap','ZInmp','ZWaHV','javascript','tags','JEST','RyzjU','CUCUMBER','null','shouldProcessEventForTesthub','sjTBQ','mmNxJ','LogCreated','split','ACCESS_DENIED','../logger','eTUza','true','getTestData','ppiVG','getAccessibilityPlatformValidation','imuYM','ZWRzr','1907019juOwHL','BVyMM','BS_TESTOPS_JWT','BROWSERSTACK_ACCESSIBILITY','BROWSERSTACK_TESTHUB_UUID:\x20','RuZnv','BROWSERSTACK_PERCY','RbqsC','success','scannerVersion','pnDvQ','accessibilityPlatform','QWkws','setTestObservabilityVariables','risbP','titlePath','BzXZV','BROWSERSTACK_TESTHUB_UUID','HookRunStarted','xcKpC','DEPRECATED','message','app','yvkJR','key','7177088GmyUxm','HVBeb','password','isPercyBuild','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','ERROR','../../bin/utils/constants.js','Xvfhj','7722570vgNgsP','goog:chromeOptions','ACCESSIBILITY','isTrue','BS_A11Y_JWT','debug','wPSSw','BROWSERSTACK_TESTHUB_JWT','31956070fegApD','967860cLVpYN','EXwSW','handleErrorForAccessibility','../helper.js','isBrowserstackInfra','VwqOf','isAccessibilityEnabled','toString','isTurboScaleSession','BS_TESTOPS_BUILD_COMPLETED','4|1|3|0|2','PLAYWRIGHT','LEEWv','nonBStackInfraA11yChromeOptions','false','IxxWd','ItCfZ','logBuildError','error','HASWz','isUndefined','username','vgQqQ','../helper','toUpperCase','keys','TestRunStarted','vCWKX','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','EHefQ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','scripts','OkoPA','isRunning','bstackA11yShouldScan','config','cFEFf','TLWbM','getAgentVersion','668927iYCvQZ','getTestOrchestrationBuildStartData','18VGyhbZ','shouldScanTestForAccessibility','stringify','../test-observability/utils','TEST_REPORTING_ANALYTICS','build_hashed_id','XgdrV','ENBsG','Kfjbl','1BafhtN','OBSERVABILITY','jwt','observability','join','env','value','winstonLogger','SfMvl','test_run','forEach','MOCHA','info','BROWSERSTACK_TEST_ACCESSIBILITY_YML','yaSMF','BS_TESTOPS_ALLOW_SCREENSHOTS','nlzJG','uuid','ZerHp','handleErrorForObservability','oqwAs','jcNWz','reJSe','options','includes','MCUuN','HookRunFinished','getCentralUser','../accessibility-automation/helper','ATMKu','capabilities','length','appendTesthubParams','CODECEPT','accessibility','MWlTZ','CBTSessionCreated','../globals.js','isAccessibilityPlatform','oRBOh','3366124QdondF','uploadEventData'];a127_0x22b3=function(){return _0x1120d9;};return a127_0x22b3();}function a127_0x21a2(_0xc31630,_0x2eaa43){const _0x22b3e3=a127_0x22b3();return a127_0x21a2=function(_0x21a243,_0x2f5fdc){_0x21a243=_0x21a243-0xbc;let _0x4656e0=_0x22b3e3[_0x21a243];return _0x4656e0;},a127_0x21a2(_0xc31630,_0x2eaa43);}exports['getProductMap']=_0x14bfb0=>{const _0x10725d=a127_0x2062bc,_0x566e64={'ppiVG':function(_0x21766e){return _0x21766e();}};let _0x4f5b16=![],_0x43f45a=![];if(bsSetupHelper['isBrowserstackInfra']()&&_0x14bfb0[_0x10725d(0xf2)])_0x43f45a=!![];else bsSetupHelper[_0x10725d(0x10a)]()&&(_0x4f5b16=!![]);return Object['assign']({'observability':_0x566e64[_0x10725d(0xd8)](isTestObservabilitySession),'accessibility':exports[_0x10725d(0x10c)](_0x14bfb0),'percy':_0x14bfb0[_0x10725d(0xc0)]||![],'automate':_0x4f5b16,'app_automate':_0x43f45a,'turboscale':bsSetupHelper[_0x10725d(0x10e)](_0x14bfb0)},bsSetupHelper[_0x10725d(0x153)]());},exports['getFrameworkDetails']=(_0x4281b3,_0x4508f0)=>{const _0x441f33=a127_0x2062bc,_0x12155b={'xcKpC':function(_0x9cec57,_0x3350bc){return _0x9cec57(_0x3350bc);},'LuJIg':_0x441f33(0xc8)};return{'frameworkName':_0x4508f0,'frameworkVersion':_0x12155b[_0x441f33(0xef)](getFrameworkVersion,_0x4508f0),'sdkVersion':bsSetupHelper[_0x441f33(0x12c)](),'language':_0x12155b['LuJIg'],'testFramework':bsSetupHelper[_0x441f33(0xbd)](_0x4281b3,_0x4508f0)};},exports['setPercyFlag']=_0x25769b=>{const _0x3a6024=a127_0x2062bc,_0xfa6c2={};_0xfa6c2['ZSOqn']='false',_0xfa6c2['NGviO']=_0x3a6024(0xd6);const _0x5e163e=_0xfa6c2;process[_0x3a6024(0x13d)][_0x3a6024(0xe2)]=_0x5e163e['ZSOqn'],bsSetupHelper['isTrue'](_0x25769b[_0x3a6024(0x129)]['percy'])&&(!_0x25769b[_0x3a6024(0xc0)]||!_0x25769b[_0x3a6024(0xc0)][_0x3a6024(0x127)]())&&(process[_0x3a6024(0x13d)][_0x3a6024(0xe2)]=_0x5e163e['NGviO']);},exports[a127_0x2062bc(0xf8)]=()=>{const _0x5c829b=a127_0x2062bc;return bsSetupHelper[_0x5c829b(0x100)](process[_0x5c829b(0x13d)][_0x5c829b(0xe2)]);},exports[a127_0x2062bc(0x10c)]=(_0x57b338={})=>{const _0xdfff92=a127_0x2062bc,_0x1509e1={};_0x1509e1[_0xdfff92(0xda)]=function(_0x32ecab,_0x299b26){return _0x32ecab!==_0x299b26;},_0x1509e1['QWkws']=function(_0xeffe0e,_0x34a558){return _0xeffe0e===_0x34a558;},_0x1509e1[_0xdfff92(0x10b)]=_0xdfff92(0xd6),_0x1509e1['Kfjbl']=function(_0x16240b,_0x80a280){return _0x16240b>_0x80a280;};const _0x100263=_0x1509e1;if(_0x100263[_0xdfff92(0xda)](process[_0xdfff92(0x13d)][_0xdfff92(0xdf)],undefined))return bsSetupHelper['isTrue'](process['env'][_0xdfff92(0xdf)]);let _0x4b368c=_0x100263[_0xdfff92(0xe8)](process[_0xdfff92(0x13d)][_0xdfff92(0x145)],_0x100263[_0xdfff92(0x10b)]);return _0x100263[_0xdfff92(0x137)](Object[_0xdfff92(0x11f)](_0x57b338)[_0xdfff92(0x157)],0x0)&&(process[_0xdfff92(0x13d)][_0xdfff92(0x122)]=accessibilityHelper['checkAccessibilityPlatformConfig'](_0x57b338)),_0x4b368c=_0x4b368c||_0x100263[_0xdfff92(0xe8)](process[_0xdfff92(0x13d)][_0xdfff92(0x122)],_0x100263[_0xdfff92(0x10b)]),_0x4b368c;},exports[a127_0x2062bc(0xe9)]=(_0x158fe4,_0x52f3f8)=>{const _0x46165f=a127_0x2062bc,_0x4a30ad={'EHefQ':function(_0x328213){return _0x328213();},'oRBOh':'4|1|0|5|3|2','cFEFf':_0x46165f(0xd6),'ZInmp':function(_0x2768db,_0x154ddd,_0x282b32){return _0x2768db(_0x154ddd,_0x282b32);},'RuZnv':_0x46165f(0x13b),'eTUza':_0x46165f(0x14f)};if(!_0x158fe4||!_0x158fe4[_0x46165f(0x13b)])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x158fe4['observability'][_0x46165f(0xe4)])return exports['handleErrorForObservability'](_0x158fe4[_0x46165f(0x13b)]),[null,null,null];if(_0x4a30ad[_0x46165f(0x123)](isTestObservabilitySession)){const _0x49cbd5=_0x4a30ad[_0x46165f(0x15f)]['split']('|');let _0x424c53=0x0;while(!![]){switch(_0x49cbd5[_0x424c53++]){case'0':_0x158fe4[_0x46165f(0x134)]&&(process['env'][_0x46165f(0xc3)]=_0x158fe4[_0x46165f(0x134)]);continue;case'1':if(_0x158fe4[_0x46165f(0x13a)]){process[_0x46165f(0x13d)]['BS_TESTOPS_JWT']=_0x158fe4[_0x46165f(0x13a)];const _0x2f66ed={};_0x2f66ed[_0x46165f(0x11b)]=_0x52f3f8[_0x46165f(0x11b)],_0x2f66ed[_0x46165f(0xf7)]=_0x52f3f8['password'],process[_0x46165f(0x13d)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x46165f(0x131)](_0x2f66ed);}continue;case'2':return[_0x158fe4[_0x46165f(0x13a)],_0x158fe4[_0x46165f(0x134)],process[_0x46165f(0x13d)]['BS_TESTOPS_ALLOW_SCREENSHOTS']];case'3':logger[_0x46165f(0x102)]('['+constants[_0x46165f(0x133)]+_0x46165f(0x168)+_0x158fe4[_0x46165f(0x134)]);continue;case'4':process[_0x46165f(0x13d)][_0x46165f(0x10f)]=_0x4a30ad[_0x46165f(0x12a)];continue;case'5':_0x4a30ad[_0x46165f(0xc6)](nestedKeyValue,_0x158fe4,[_0x4a30ad[_0x46165f(0xe1)],_0x4a30ad[_0x46165f(0xd5)]])&&(process[_0x46165f(0x13d)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x158fe4[_0x46165f(0x13b)][_0x46165f(0x14f)]['allow_screenshots'][_0x46165f(0x10d)]());continue;}break;}}return[null,null,null];},exports[a127_0x2062bc(0xbf)]=_0x139bcf=>{const _0x414fc9=a127_0x2062bc,_0x5beb32={'sjTBQ':function(_0x47954a,_0x2e52b4,_0x3901e5){return _0x47954a(_0x2e52b4,_0x3901e5);},'RbqsC':_0x414fc9(0x15a),'jcNWz':_0x414fc9(0x14f),'risbP':function(_0x5c8d18,_0x56378a,_0x542763,_0x2b7ba4){return _0x5c8d18(_0x56378a,_0x542763,_0x2b7ba4);},'MPXJH':'name','MCUuN':_0x414fc9(0x13e),'nlzJG':'command','ZWRzr':_0x414fc9(0x166),'BzXZV':_0x414fc9(0x113),'XgdrV':_0x414fc9(0xfe)};if(!_0x139bcf['accessibility'])return exports[_0x414fc9(0x108)](),[null,null];if(!_0x139bcf[_0x414fc9(0x15a)][_0x414fc9(0xe4)])return exports[_0x414fc9(0x108)](_0x139bcf[_0x414fc9(0x15a)]),[null,null];if(_0x5beb32[_0x414fc9(0xcf)](nestedKeyValue,_0x139bcf,[_0x5beb32[_0x414fc9(0xe3)],_0x5beb32[_0x414fc9(0x14d)]])){const {accessibilityToken:_0x3c3e86,scannerVersion:_0x7f9411}=_0x5beb32[_0x414fc9(0xea)](jsonifyAccessibilityArray,_0x139bcf['accessibility'][_0x414fc9(0x14f)]['capabilities'],_0x5beb32[_0x414fc9(0x162)],_0x5beb32[_0x414fc9(0x151)]),_0x1800ad={'scripts':_0x5beb32[_0x414fc9(0xea)](jsonifyAccessibilityArray,_0x139bcf[_0x414fc9(0x15a)][_0x414fc9(0x14f)][_0x414fc9(0x125)],_0x5beb32['MPXJH'],_0x5beb32[_0x414fc9(0x148)])};_0x1800ad[_0x5beb32[_0x414fc9(0xdb)]]=_0x139bcf[_0x414fc9(0x15a)][_0x414fc9(0x14f)][_0x414fc9(0xc5)][_0x414fc9(0x166)];const _0x4e8113=_0x5beb32[_0x414fc9(0xea)](jsonifyAccessibilityArray,_0x139bcf[_0x414fc9(0x15a)][_0x414fc9(0x14f)][_0x414fc9(0x156)],_0x5beb32[_0x414fc9(0x162)],_0x5beb32[_0x414fc9(0x151)]);_0x1800ad[_0x5beb32[_0x414fc9(0xec)]]=_0x4e8113[_0x5beb32[_0x414fc9(0x135)]],scripts['parseFromJson'](_0x1800ad),scripts['toJson']();let _0x2c9a4e=process[_0x414fc9(0x13d)][_0x414fc9(0x124)];return _0x2c9a4e=!!_0x2c9a4e?JSON['parse'](_0x2c9a4e):{},_0x2c9a4e[_0x414fc9(0xe5)]=_0x7f9411,process[_0x414fc9(0x13d)][_0x414fc9(0x124)]=JSON[_0x414fc9(0x131)](_0x2c9a4e),process[_0x414fc9(0x13d)][_0x414fc9(0x101)]=_0x3c3e86,logger[_0x414fc9(0x102)](_0x414fc9(0xf9)+_0x139bcf[_0x414fc9(0x134)]),[_0x3c3e86,_0x139bcf[_0x414fc9(0x134)]];}return[null,null];},exports[a127_0x2062bc(0x14b)]=_0x5759d3=>{const _0x28345d=a127_0x2062bc,_0x43b1d7={};_0x43b1d7[_0x28345d(0x14e)]='0|4|6|3|5|1|2',_0x43b1d7[_0x28345d(0x115)]='null',_0x43b1d7[_0x28345d(0x121)]=_0x28345d(0x114);const _0x27d3b2=_0x43b1d7,_0x313b2a=_0x27d3b2[_0x28345d(0x14e)][_0x28345d(0xd2)]('|');let _0x47a57b=0x0;while(!![]){switch(_0x313b2a[_0x47a57b++]){case'0':process[_0x28345d(0x13d)]['BROWSERSTACK_TESTHUB_UUID']=_0x27d3b2[_0x28345d(0x115)];continue;case'1':process[_0x28345d(0x13d)][_0x28345d(0x147)]=_0x27d3b2[_0x28345d(0x115)];continue;case'2':exports[_0x28345d(0x117)](_0x5759d3,testHubConstants[_0x28345d(0x139)]);continue;case'3':process[_0x28345d(0x13d)][_0x28345d(0xde)]=_0x27d3b2[_0x28345d(0x115)];continue;case'4':process[_0x28345d(0x13d)]['BROWSERSTACK_TESTHUB_JWT']=_0x27d3b2['IxxWd'];continue;case'5':process[_0x28345d(0x13d)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x27d3b2[_0x28345d(0x115)];continue;case'6':process[_0x28345d(0x13d)][_0x28345d(0x10f)]=_0x27d3b2[_0x28345d(0x121)];continue;}break;}},exports[a127_0x2062bc(0x108)]=_0x5de71c=>{const _0x25cfb9=a127_0x2062bc,_0x74f41c={};_0x74f41c[_0x25cfb9(0x136)]=_0x25cfb9(0x110),_0x74f41c['ItCfZ']='false',_0x74f41c[_0x25cfb9(0xc2)]=_0x25cfb9(0xcd);const _0x513784=_0x74f41c,_0x54b129=_0x513784[_0x25cfb9(0x136)]['split']('|');let _0x4f5be5=0x0;while(!![]){switch(_0x54b129[_0x4f5be5++]){case'0':process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x513784['ItCfZ'];continue;case'1':process[_0x25cfb9(0x13d)][_0x25cfb9(0x104)]=_0x513784[_0x25cfb9(0xc2)];continue;case'2':exports[_0x25cfb9(0x117)](_0x5de71c,testHubConstants[_0x25cfb9(0xff)]);continue;case'3':process['env'][_0x25cfb9(0x145)]=_0x513784[_0x25cfb9(0x116)];continue;case'4':process[_0x25cfb9(0x13d)][_0x25cfb9(0xed)]=_0x513784[_0x25cfb9(0xc2)];continue;}break;}},exports['logBuildError']=(_0x40d6ab,_0x45534d='')=>{const _0x2f999e=a127_0x2062bc,_0x49cd8e={};_0x49cd8e[_0x2f999e(0x11c)]=function(_0x8f25e7,_0x4d9c06){return _0x8f25e7===_0x4d9c06;};const _0x28a8c1=_0x49cd8e;if(_0x28a8c1['vgQqQ'](_0x40d6ab,undefined)){logger[_0x2f999e(0x118)](_0x45534d[_0x2f999e(0x11e)]()+'\x20Build\x20creation\x20failed');return;}for(const _0x3c5f36 of _0x40d6ab['errors']){const _0x4d00aa=_0x3c5f36[_0x2f999e(0xf4)],_0x7adebc=_0x3c5f36[_0x2f999e(0xf1)];if(_0x7adebc)switch(_0x4d00aa){case testHubConstants[_0x2f999e(0xfa)]['INVALID_CREDENTIALS']:logger[_0x2f999e(0x118)](_0x7adebc);break;case testHubConstants[_0x2f999e(0xfa)][_0x2f999e(0xd3)]:logger[_0x2f999e(0x144)](_0x7adebc);break;case testHubConstants[_0x2f999e(0xfa)][_0x2f999e(0xf0)]:logger[_0x2f999e(0x118)](_0x7adebc);break;default:logger[_0x2f999e(0x118)](_0x7adebc);}}};const jsonifyAccessibilityArray=(_0x5d03a5,_0x16f967,_0x5c4362)=>{const _0x450738=a127_0x2062bc,_0x2dfcb8={};return _0x5d03a5[_0x450738(0x142)](_0x4dde66=>{_0x2dfcb8[_0x4dde66[_0x16f967]]=_0x4dde66[_0x5c4362];}),_0x2dfcb8;};exports['setTestHubCommonMetaInfo']=_0x4825d2=>{const _0x2bcd09=a127_0x2062bc;_0x4825d2[_0x2bcd09(0x13a)]&&(process[_0x2bcd09(0x13d)][_0x2bcd09(0x104)]=_0x4825d2['jwt']);_0x4825d2[_0x2bcd09(0x134)]&&(process[_0x2bcd09(0x13d)]['BROWSERSTACK_TESTHUB_UUID']=_0x4825d2[_0x2bcd09(0x134)],logger[_0x2bcd09(0x102)](_0x2bcd09(0xe0)+_0x4825d2[_0x2bcd09(0x134)]));;},exports[a127_0x2062bc(0xce)]=(_0x5f3d35='',_0x58aa5d='')=>{const _0x775524=a127_0x2062bc,_0x348343={'IBWGS':function(_0x2352f5){return _0x2352f5();},'LEEWv':function(_0x3f4adf,_0x16b151){return _0x3f4adf===_0x16b151;},'EXwSW':_0x775524(0x161),'SfMvl':_0x775524(0xd1),'ZWaHV':_0x775524(0x15c),'znFBK':_0x775524(0xee),'URslQ':_0x775524(0x152)};if(exports[_0x775524(0xf8)]()&&!exports['isAccessibilityEnabled']()&&!_0x348343[_0x775524(0xc4)](isTestObservabilitySession)){if(_0x348343[_0x775524(0x112)](_0x58aa5d,_0x348343[_0x775524(0x107)]))return![];if([_0x348343[_0x775524(0x140)],_0x348343[_0x775524(0xc7)]][_0x775524(0x150)](_0x5f3d35))return![];return!![];}if(exports[_0x775524(0x10c)]()&&!_0x348343['IBWGS'](isTestObservabilitySession)){if([_0x348343[_0x775524(0x167)],_0x348343[_0x775524(0x164)],_0x348343[_0x775524(0x140)]][_0x775524(0x150)](_0x5f3d35))return![];return!![];}return exports[_0x775524(0x10c)]()||_0x348343['IBWGS'](isTestObservabilitySession)||exports[_0x775524(0xf8)]();},exports[a127_0x2062bc(0x158)]=(_0x48590c,_0x17b253,_0x25284d='',_0x455204)=>{const _0x2b17cf=a127_0x2062bc,_0x15eac6={};_0x15eac6[_0x2b17cf(0xcb)]=_0x2b17cf(0xee),_0x15eac6[_0x2b17cf(0x155)]=_0x2b17cf(0x152),_0x15eac6['pnDvQ']=function(_0x141bee,_0x21c2b7){return _0x141bee===_0x21c2b7;},_0x15eac6['jOwTf']=_0x2b17cf(0x128),_0x15eac6[_0x2b17cf(0x146)]=_0x2b17cf(0x15e),_0x15eac6['ZerHp']='accessibility',_0x15eac6[_0x2b17cf(0xbe)]=function(_0x586b14,_0xcca5a3){return _0x586b14&&_0xcca5a3;},_0x15eac6[_0x2b17cf(0xdd)]=function(_0x5396f0,_0x4698aa){return _0x5396f0+_0x4698aa;},_0x15eac6['OkoPA']=function(_0x475b93,_0x559b55){return _0x475b93===_0x559b55;},_0x15eac6[_0x2b17cf(0x15b)]=_0x2b17cf(0x120),_0x15eac6[_0x2b17cf(0x119)]=_0x2b17cf(0x163);const _0x5f2465=_0x15eac6;if(![_0x5f2465['RyzjU'],_0x5f2465[_0x2b17cf(0x155)]][_0x2b17cf(0x150)](_0x17b253)&&exports[_0x2b17cf(0x10c)]()){const _0x139b57={};if(_0x5f2465[_0x2b17cf(0xe6)](_0x455204,FRAMEWORKS[_0x2b17cf(0x143)])){const _0x21d5e6=globals[_0x2b17cf(0x169)](_0x5f2465['jOwTf'])||accessibilityHelper[_0x2b17cf(0x130)](_0x25284d[_0x2b17cf(0xeb)](),!![]),_0x50ebbc=globals[_0x2b17cf(0x169)](_0x5f2465[_0x2b17cf(0x146)]);_0x139b57[_0x5f2465[_0x2b17cf(0x14a)]]=_0x5f2465['ZDNiV'](_0x50ebbc,_0x21d5e6);}if(_0x5f2465[_0x2b17cf(0xe6)](_0x455204,FRAMEWORKS[_0x2b17cf(0xca)])){const _0x38dd58=_0x5f2465[_0x2b17cf(0xdd)](_0x5f2465[_0x2b17cf(0xdd)](_0x48590c['scopes'][_0x2b17cf(0x13c)]('\x20'),'\x20'),_0x25284d['name']),_0x34563f=globals[_0x2b17cf(0x169)](_0x5f2465['jOwTf'])||accessibilityHelper[_0x2b17cf(0x130)](_0x38dd58,![]),_0x2e530c=browserStackGlobals['isAccessibilityPlatform'];_0x139b57[_0x5f2465[_0x2b17cf(0x14a)]]=_0x5f2465[_0x2b17cf(0xbe)](_0x2e530c,_0x34563f);}if(_0x5f2465[_0x2b17cf(0x126)](_0x455204,FRAMEWORKS[_0x2b17cf(0x111)])){if(_0x5f2465['pnDvQ'](_0x17b253,_0x5f2465[_0x2b17cf(0x15b)]))return;_0x139b57[_0x5f2465[_0x2b17cf(0x14a)]]=PWTestDetails[_0x2b17cf(0xd9)](_0x48590c[_0x2b17cf(0x149)]);}if(_0x5f2465[_0x2b17cf(0x126)](_0x455204,FRAMEWORKS[_0x2b17cf(0x159)])){const _0x4dbc24=accessibilityHelper[_0x2b17cf(0x130)](_0x25284d[_0x2b17cf(0xeb)](),!![]),_0x59d210=global[_0x2b17cf(0xe7)];_0x139b57[_0x5f2465[_0x2b17cf(0x14a)]]=_0x5f2465[_0x2b17cf(0xbe)](_0x59d210,_0x4dbc24);}if(_0x5f2465[_0x2b17cf(0xe6)](_0x455204,FRAMEWORKS[_0x2b17cf(0xcc)])){const _0x14be27=accessibilityHelper[_0x2b17cf(0x130)](null,![],_0x48590c[_0x2b17cf(0xc9)]),_0x2c49d4=globals[_0x2b17cf(0x169)](_0x5f2465[_0x2b17cf(0x146)]);_0x139b57[_0x5f2465[_0x2b17cf(0x14a)]]=_0x5f2465[_0x2b17cf(0xbe)](_0x2c49d4,_0x14be27);}_0x48590c[_0x5f2465[_0x2b17cf(0x119)]]=_0x139b57;}},exports['getCurrentTestData']=_0x468cd2=>{const _0x47d3ea=a127_0x2062bc,_0x575618={};_0x575618['mmNxJ']=function(_0xdfdb64,_0x329f86){return _0xdfdb64>_0x329f86;},_0x575618['yvkJR']=function(_0x376338,_0x2aac2e){return _0x376338>_0x2aac2e;};const _0x172cce=_0x575618;let _0x5ec078={};if(_0x172cce[_0x47d3ea(0xd0)](Object[_0x47d3ea(0x11f)](testData)[_0x47d3ea(0x157)],0x0))return testData;_0x5ec078=JestTestDetails[_0x47d3ea(0xd7)]();if(_0x172cce[_0x47d3ea(0xf3)](Object[_0x47d3ea(0x11f)](_0x5ec078)[_0x47d3ea(0x157)],0x0))return _0x5ec078;return _0x5ec078;},exports['setCurrentTestData']=(_0x12c9af,_0xb0e741={})=>{const _0x3f1d51=a127_0x2062bc;if(bsSetupHelper[_0x3f1d51(0x11a)](_0xb0e741[_0x3f1d51(0x141)]))return;switch(_0x12c9af){case FRAMEWORKS[_0x3f1d51(0x143)]:testData=_0xb0e741[_0x3f1d51(0x141)];break;case FRAMEWORKS[_0x3f1d51(0xca)]:JestTestDetails['setTestData'](_0xb0e741[_0x3f1d51(0x141)]);break;default:break;}},exports['getAccessibilityValueFromYml']=_0xd1555f=>{const _0x49fe9f=a127_0x2062bc,_0x2f7fb8={};_0x2f7fb8['TLWbM']=function(_0xc62f16,_0x2b52e1){return _0xc62f16!==_0x2b52e1;},_0x2f7fb8[_0x49fe9f(0xfc)]=function(_0x34d5ef,_0x210106){return _0x34d5ef!==_0x210106;},_0x2f7fb8['oqwAs']=function(_0x22053c,_0x576485){return _0x22053c!==_0x576485;},_0x2f7fb8[_0x49fe9f(0xf6)]=function(_0x46d1e1,_0x3e9c5d){return _0x46d1e1!==_0x3e9c5d;};const _0x27a952=_0x2f7fb8;if(_0x27a952[_0x49fe9f(0x12b)](_0xd1555f['accessibility'],null)&&_0x27a952[_0x49fe9f(0xfc)](_0xd1555f[_0x49fe9f(0x15a)],undefined))return _0xd1555f[_0x49fe9f(0x15a)];let _0x5cf7e0=![],_0xad9704=![];if(_0xd1555f['platforms'])for(const _0x35e5be of _0xd1555f[_0x49fe9f(0xc1)]){_0x27a952[_0x49fe9f(0x14c)](_0x35e5be[_0x49fe9f(0x15a)],null)&&_0x27a952[_0x49fe9f(0xf6)](_0x35e5be[_0x49fe9f(0x15a)],undefined)&&(_0x5cf7e0=_0x5cf7e0||bsSetupHelper[_0x49fe9f(0x100)](_0x35e5be[_0x49fe9f(0x15a)]),_0xad9704=!![]);}if(_0xad9704)return _0x5cf7e0;return null;},exports[a127_0x2062bc(0x12e)]=_0x514eb1=>{const _0x361e5a=a127_0x2062bc,_0x14cd0b=new OrchestrationUtils(_0x514eb1);return _0x14cd0b[_0x361e5a(0x16a)]();},exports['getProductMapForBuildStartCall']=_0x38c663=>{const _0x31694c=a127_0x2062bc,_0x136d20={'wPSSw':function(_0x5d99cc){return _0x5d99cc();}};let _0x21471f=![],_0x1ecdb9=![];if(bsSetupHelper['isBrowserstackInfra']()&&_0x38c663['app'])_0x1ecdb9=!![];else bsSetupHelper['isBrowserstackInfra']()&&(_0x21471f=!![]);return Object['assign']({'observability':_0x136d20[_0x31694c(0x103)](isTestObservabilitySession),'accessibility':exports[_0x31694c(0x16b)](_0x38c663),'percy':_0x38c663['percy']||![],'automate':_0x21471f,'app_automate':_0x1ecdb9,'turboscale':bsSetupHelper[_0x31694c(0x10e)](_0x38c663)},bsSetupHelper[_0x31694c(0x153)]());};
1
+ function a130_0x3a5a(_0x27e827,_0x9dc5d4){const _0x288fe7=a130_0x288f();return a130_0x3a5a=function(_0x3a5a8f,_0x39e605){_0x3a5a8f=_0x3a5a8f-0x1c8;let _0x2af89f=_0x288fe7[_0x3a5a8f];return _0x2af89f;},a130_0x3a5a(_0x27e827,_0x9dc5d4);}const a130_0x486643=a130_0x3a5a;function a130_0x288f(){const _0x22500c=['./constants.js','0|2|1|4|3|5','WZbLQ','capabilities','MiSMU','unaEO','isAccessibilityEnabled','../globals.js','winstonLogger','../logger','observability','getFrameworkDetails','build_hashed_id','isTrue','WVyID','getCentralUser','RfzFh','JEnkW','247746xqQhKc','BROWSERSTACK_TESTHUB_JWT','getProductMapForBuildStartCall','mvbHO','ZDdYO','wuKrr','ERROR','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','toString','hefvY','ACCESS_DENIED','ACCESSIBILITY','kjPVQ','PFrLm','value','platforms','allow_screenshots','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','PLAYWRIGHT','OWUGD','toJson','xxOzQ','HookRunStarted','BS_TESTOPS_BUILD_COMPLETED','parse','ViBzH','oyWxh','handleErrorForAccessibility','YWYwR','debug','LogCreated','setTestObservabilityVariables','oXdTX','percy','accessibilityPlatform','setTestData','2335124HsCCJw','CpePJ','key','success','handleErrorForObservability','iLsil','getTestData','BROWSERSTACK_PERCY','\x20Build\x20creation\x20failed','BROWSERSTACK_TESTHUB_UUID:\x20','getCurrentTestData','mAeeA','name','mjsCc','setPercyFlag','../accessibility-automation/scripts.js','SwyBM','setAccessibilityVariables','true','goog:chromeOptions','logBuildError','crCpV','config','wHPCm','TifCL','titlePath','7794853LBKvGo','product_map','uuid','BROWSERSTACK_ACCESSIBILITY','BS_TESTOPS_ALLOW_SCREENSHOTS','HookRunFinished','1386386UqBlPW','getGlobal','JEST','ZGljI','BS_TESTOPS_JWT','getTestOrchestrationBuildStartData','MOCHA','CODECEPT','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','getProductMap','../helper.js','getAccessibilityPlatformValidation','accessibility','scopes','pohTu','../../bin/jest/test-observability/test-details.js','65PlaWKn','isTurboScaleSession','DEPRECATED','PMAXN','jwt','CUCUMBER','error','UEelD','options','null','BS_TESTOPS_BUILD_HASHED_ID','isUndefined','getTestFrameworkDetails','isRunning','IfcjD','getAgentVersion','iVcuu','app','20ZVghov','length','info','xcVNb','tags','tfgiB','ZqXhU','TEST_REPORTING_ANALYTICS','XFCur','command','3040380LTGXui','test_run','XyugR','bstackA11yShouldScan','913252kIAWdY','isPercyBuild','commands','lwTIe','3xLZrpA','BS_A11Y_JWT','112ALhdoI','ZyWal','env','scripts','GgWhx','UrYKO','stringify','CREDENTIALS_FOR_CRASH_REPORTING','shouldScanTestForAccessibility','bSRKF','parseFromJson','keys','BROWSERSTACK_TEST_ACCESSIBILITY_YML','VDpJc','ixjxZ','586485fdKtIG','nonBStackInfraA11yChromeOptions','lhCAP','nyMWW','0|3|4|1|2','2|4|5|6|3|0|1','split','../../bin/playwright/reporter/test-details.js','MAzBc','includes','false','getAccessibilityValueFromYml','join','../helper','commandsToWrap','BROWSERSTACK_TESTHUB_UUID','../ats/helper','CeQar','appendTesthubParams','jowpl','pdQTH','../accessibility-automation/helper','isBrowserstackInfra','password','setCurrentTestData','GSLhl'];a130_0x288f=function(){return _0x22500c;};return a130_0x288f();}(function(_0x48ddbd,_0xa04b92){const _0x3fe088=a130_0x3a5a,_0x3c5558=_0x48ddbd();while(!![]){try{const _0x10b5d6=parseInt(_0x3fe088(0x258))/0x1+parseInt(_0x3fe088(0x228))/0x2+parseInt(_0x3fe088(0x25c))/0x3*(parseInt(_0x3fe088(0x208))/0x4)+parseInt(_0x3fe088(0x238))/0x5*(-parseInt(_0x3fe088(0x1e4))/0x6)+-parseInt(_0x3fe088(0x254))/0x7+parseInt(_0x3fe088(0x25e))/0x8*(parseInt(_0x3fe088(0x26d))/0x9)+parseInt(_0x3fe088(0x24a))/0xa*(-parseInt(_0x3fe088(0x222))/0xb);if(_0x10b5d6===_0xa04b92)break;else _0x3c5558['push'](_0x3c5558['shift']());}catch(_0x28dc0b){_0x3c5558['push'](_0x3c5558['shift']());}}}(a130_0x288f,0xae5b7));const bsSetupHelper=require(a130_0x486643(0x27a)),{isTestObservabilitySession,getFrameworkVersion}=require('../test-observability/utils'),accessibilityHelper=require(a130_0x486643(0x1cd)),logger=require(a130_0x486643(0x1db))[a130_0x486643(0x1da)],{nestedKeyValue}=require(a130_0x486643(0x232)),scripts=require(a130_0x486643(0x217)),globals=require(a130_0x486643(0x1d9)),testHubConstants=require(a130_0x486643(0x1d2)),PWTestDetails=require(a130_0x486643(0x274)),JestTestDetails=require(a130_0x486643(0x237)),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require(a130_0x486643(0x1c8)),OrchestrationUtils=require('../test-orchestration/orchestrationUtils.js'),constants=require('../../bin/utils/constants.js');let testData={};exports[a130_0x486643(0x231)]=_0x1cdf56=>{const _0x49d013=a130_0x486643,_0x1a12ed={'GgWhx':function(_0x180381){return _0x180381();}};let _0x4b23f9=![],_0x57b581=![];if(bsSetupHelper[_0x49d013(0x1ce)]()&&_0x1cdf56[_0x49d013(0x249)])_0x57b581=!![];else bsSetupHelper[_0x49d013(0x1ce)]()&&(_0x4b23f9=!![]);return Object['assign']({'observability':_0x1a12ed[_0x49d013(0x262)](isTestObservabilitySession),'accessibility':exports[_0x49d013(0x1d8)](_0x1cdf56),'percy':_0x1cdf56[_0x49d013(0x205)]||![],'automate':_0x4b23f9,'app_automate':_0x57b581,'turboscale':bsSetupHelper[_0x49d013(0x239)](_0x1cdf56)},bsSetupHelper['getCentralUser']());},exports[a130_0x486643(0x1dd)]=(_0x47ec96,_0xd56c2)=>{const _0x4ad55f=a130_0x486643,_0x322970={'tfgiB':function(_0xf14681,_0x484a61){return _0xf14681(_0x484a61);},'uVKEh':'javascript'};return{'frameworkName':_0xd56c2,'frameworkVersion':_0x322970[_0x4ad55f(0x24f)](getFrameworkVersion,_0xd56c2),'sdkVersion':bsSetupHelper[_0x4ad55f(0x247)](),'language':_0x322970['uVKEh'],'testFramework':bsSetupHelper[_0x4ad55f(0x244)](_0x47ec96,_0xd56c2)};},exports[a130_0x486643(0x216)]=_0x33e1b9=>{const _0x4f4eea=a130_0x486643,_0x314a75={};_0x314a75['XFCur']='false',_0x314a75[_0x4f4eea(0x25f)]=_0x4f4eea(0x21a);const _0x1279f9=_0x314a75;process[_0x4f4eea(0x260)][_0x4f4eea(0x20f)]=_0x1279f9[_0x4f4eea(0x252)],bsSetupHelper[_0x4f4eea(0x1df)](_0x33e1b9[_0x4f4eea(0x21e)]['percy'])&&(!_0x33e1b9[_0x4f4eea(0x205)]||!_0x33e1b9[_0x4f4eea(0x205)][_0x4f4eea(0x245)]())&&(process['env']['BROWSERSTACK_PERCY']=_0x1279f9['ZyWal']);},exports['isPercyBuild']=()=>{const _0x59de08=a130_0x486643;return bsSetupHelper[_0x59de08(0x1df)](process[_0x59de08(0x260)][_0x59de08(0x20f)]);},exports[a130_0x486643(0x1d8)]=(_0x38dc72={})=>{const _0x2f7bd2=a130_0x486643,_0x233edf={};_0x233edf['VNgjs']=function(_0x6ce4a7,_0x45228b){return _0x6ce4a7!==_0x45228b;},_0x233edf['bSRKF']=function(_0x1eacf3,_0x3561d0){return _0x1eacf3===_0x3561d0;},_0x233edf['wuKrr']=_0x2f7bd2(0x21a),_0x233edf[_0x2f7bd2(0x22b)]=function(_0x488ade,_0x18e7c2){return _0x488ade>_0x18e7c2;};const _0x5a2c81=_0x233edf;if(_0x5a2c81['VNgjs'](process[_0x2f7bd2(0x260)]['BROWSERSTACK_ACCESSIBILITY'],undefined))return bsSetupHelper[_0x2f7bd2(0x1df)](process[_0x2f7bd2(0x260)][_0x2f7bd2(0x225)]);let _0x2164d8=_0x5a2c81[_0x2f7bd2(0x267)](process[_0x2f7bd2(0x260)][_0x2f7bd2(0x26a)],_0x5a2c81[_0x2f7bd2(0x1e9)]);return _0x5a2c81[_0x2f7bd2(0x22b)](Object[_0x2f7bd2(0x269)](_0x38dc72)[_0x2f7bd2(0x24b)],0x0)&&(process[_0x2f7bd2(0x260)][_0x2f7bd2(0x1eb)]=accessibilityHelper['checkAccessibilityPlatformConfig'](_0x38dc72)),_0x2164d8=_0x2164d8||_0x5a2c81[_0x2f7bd2(0x267)](process[_0x2f7bd2(0x260)][_0x2f7bd2(0x1eb)],_0x5a2c81[_0x2f7bd2(0x1e9)]),_0x2164d8;},exports[a130_0x486643(0x203)]=(_0x3d0772,_0x511837)=>{const _0x15e798=a130_0x486643,_0xfb977f={'xFpXd':function(_0x2156c6){return _0x2156c6();},'HGfnt':_0x15e798(0x1d3),'KrIYd':'true','ZDdYO':function(_0x333453,_0x120248,_0x315b2b){return _0x333453(_0x120248,_0x315b2b);},'pohTu':_0x15e798(0x1dc),'wHPCm':_0x15e798(0x240)};if(!_0x3d0772||!_0x3d0772[_0x15e798(0x1dc)])return exports[_0x15e798(0x20c)](),[null,null,null];if(!_0x3d0772[_0x15e798(0x1dc)]['success'])return exports[_0x15e798(0x20c)](_0x3d0772['observability']),[null,null,null];if(_0xfb977f['xFpXd'](isTestObservabilitySession)){const _0x3e9218=_0xfb977f['HGfnt'][_0x15e798(0x273)]('|');let _0x340b4d=0x0;while(!![]){switch(_0x3e9218[_0x340b4d++]){case'0':process[_0x15e798(0x260)][_0x15e798(0x1fb)]=_0xfb977f['KrIYd'];continue;case'1':_0x3d0772['build_hashed_id']&&(process[_0x15e798(0x260)][_0x15e798(0x242)]=_0x3d0772[_0x15e798(0x1de)]);continue;case'2':if(_0x3d0772['jwt']){process[_0x15e798(0x260)][_0x15e798(0x22c)]=_0x3d0772[_0x15e798(0x23c)];const _0x1330ba={};_0x1330ba['username']=_0x511837['username'],_0x1330ba[_0x15e798(0x1cf)]=_0x511837[_0x15e798(0x1cf)],process['env'][_0x15e798(0x265)]=JSON[_0x15e798(0x264)](_0x1330ba);}continue;case'3':logger[_0x15e798(0x201)]('['+constants[_0x15e798(0x251)]+']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20'+_0x3d0772[_0x15e798(0x1de)]);continue;case'4':_0xfb977f[_0x15e798(0x1e8)](nestedKeyValue,_0x3d0772,[_0xfb977f[_0x15e798(0x236)],_0xfb977f[_0x15e798(0x21f)]])&&(process['env'][_0x15e798(0x226)]=_0x3d0772[_0x15e798(0x1dc)][_0x15e798(0x240)][_0x15e798(0x1f4)][_0x15e798(0x1ec)]());continue;case'5':return[_0x3d0772[_0x15e798(0x23c)],_0x3d0772['build_hashed_id'],process[_0x15e798(0x260)][_0x15e798(0x226)]];}break;}}return[null,null,null];},exports[a130_0x486643(0x219)]=_0x348e32=>{const _0x57ec53=a130_0x486643,_0x16c68d={'ixjxZ':function(_0x2dd4b2,_0x22bb8f,_0x114e76){return _0x2dd4b2(_0x22bb8f,_0x114e76);},'QmNUg':_0x57ec53(0x234),'ZqXhU':'options','yOriW':function(_0x54cc45,_0x466d35,_0x534b40,_0x362d5d){return _0x54cc45(_0x466d35,_0x534b40,_0x362d5d);},'MiSMU':'name','jowpl':_0x57ec53(0x1f2),'unaEO':function(_0x239740,_0x54d1dd,_0xcbefce,_0x276f6a){return _0x239740(_0x54d1dd,_0xcbefce,_0x276f6a);},'FkBAq':_0x57ec53(0x253),'eJOLz':_0x57ec53(0x25a),'mAeeA':function(_0x461d46,_0x1d0132,_0x3f0c69,_0xd39f18){return _0x461d46(_0x1d0132,_0x3f0c69,_0xd39f18);},'WZbLQ':_0x57ec53(0x26e),'crCpV':_0x57ec53(0x21b)};if(!_0x348e32[_0x57ec53(0x234)])return exports[_0x57ec53(0x1ff)](),[null,null];if(!_0x348e32[_0x57ec53(0x234)][_0x57ec53(0x20b)])return exports['handleErrorForAccessibility'](_0x348e32['accessibility']),[null,null];if(_0x16c68d[_0x57ec53(0x26c)](nestedKeyValue,_0x348e32,[_0x16c68d['QmNUg'],_0x16c68d[_0x57ec53(0x250)]])){const {accessibilityToken:_0x33c908,scannerVersion:_0x385e3d}=_0x16c68d['yOriW'](jsonifyAccessibilityArray,_0x348e32[_0x57ec53(0x234)]['options'][_0x57ec53(0x1d5)],_0x16c68d[_0x57ec53(0x1d6)],_0x16c68d['jowpl']),_0x33c693={'scripts':_0x16c68d[_0x57ec53(0x1d7)](jsonifyAccessibilityArray,_0x348e32[_0x57ec53(0x234)][_0x57ec53(0x240)][_0x57ec53(0x261)],_0x16c68d[_0x57ec53(0x1d6)],_0x16c68d['FkBAq'])};_0x33c693[_0x16c68d['eJOLz']]=_0x348e32[_0x57ec53(0x234)][_0x57ec53(0x240)][_0x57ec53(0x27b)][_0x57ec53(0x25a)];const _0x35a4ec=_0x16c68d[_0x57ec53(0x213)](jsonifyAccessibilityArray,_0x348e32[_0x57ec53(0x234)][_0x57ec53(0x240)][_0x57ec53(0x1d5)],_0x16c68d[_0x57ec53(0x1d6)],_0x16c68d[_0x57ec53(0x1cb)]);_0x33c693[_0x16c68d[_0x57ec53(0x1d4)]]=_0x35a4ec[_0x16c68d[_0x57ec53(0x21d)]],scripts[_0x57ec53(0x268)](_0x33c693),scripts[_0x57ec53(0x1f8)]();let _0x2b7fda=process['env'][_0x57ec53(0x1f5)];return _0x2b7fda=!!_0x2b7fda?JSON[_0x57ec53(0x1fc)](_0x2b7fda):{},_0x2b7fda['scannerVersion']=_0x385e3d,process['env'][_0x57ec53(0x1f5)]=JSON['stringify'](_0x2b7fda),process['env'][_0x57ec53(0x25d)]=_0x33c908,logger[_0x57ec53(0x201)](_0x57ec53(0x230)+_0x348e32[_0x57ec53(0x1de)]),[_0x33c908,_0x348e32[_0x57ec53(0x1de)]];}return[null,null];},exports[a130_0x486643(0x20c)]=_0x2bb08=>{const _0x22bb44=a130_0x486643,_0x37f7f1={};_0x37f7f1[_0x22bb44(0x1d1)]=_0x22bb44(0x272),_0x37f7f1[_0x22bb44(0x24d)]=_0x22bb44(0x241),_0x37f7f1[_0x22bb44(0x220)]='false';const _0x3544d1=_0x37f7f1,_0xe4c67d=_0x3544d1['GSLhl'][_0x22bb44(0x273)]('|');let _0x553e4b=0x0;while(!![]){switch(_0xe4c67d[_0x553e4b++]){case'0':process[_0x22bb44(0x260)][_0x22bb44(0x226)]=_0x3544d1[_0x22bb44(0x24d)];continue;case'1':exports[_0x22bb44(0x21c)](_0x2bb08,testHubConstants['OBSERVABILITY']);continue;case'2':process[_0x22bb44(0x260)]['BROWSERSTACK_TESTHUB_UUID']=_0x3544d1[_0x22bb44(0x24d)];continue;case'3':process[_0x22bb44(0x260)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x3544d1[_0x22bb44(0x24d)];continue;case'4':process[_0x22bb44(0x260)][_0x22bb44(0x1e5)]=_0x3544d1[_0x22bb44(0x24d)];continue;case'5':process[_0x22bb44(0x260)][_0x22bb44(0x1fb)]=_0x3544d1[_0x22bb44(0x220)];continue;case'6':process[_0x22bb44(0x260)][_0x22bb44(0x22c)]=_0x3544d1[_0x22bb44(0x24d)];continue;}break;}},exports['handleErrorForAccessibility']=_0x2704c6=>{const _0x282369=a130_0x486643,_0x3d901f={};_0x3d901f[_0x282369(0x263)]=_0x282369(0x271),_0x3d901f[_0x282369(0x23f)]=_0x282369(0x241),_0x3d901f[_0x282369(0x270)]=_0x282369(0x277);const _0x831960=_0x3d901f,_0x128024=_0x831960[_0x282369(0x263)]['split']('|');let _0x2c06ef=0x0;while(!![]){switch(_0x128024[_0x2c06ef++]){case'0':process[_0x282369(0x260)][_0x282369(0x27c)]=_0x831960[_0x282369(0x23f)];continue;case'1':process[_0x282369(0x260)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x831960['nyMWW'];continue;case'2':exports[_0x282369(0x21c)](_0x2704c6,testHubConstants[_0x282369(0x1ef)]);continue;case'3':process[_0x282369(0x260)][_0x282369(0x1e5)]=_0x831960[_0x282369(0x23f)];continue;case'4':process[_0x282369(0x260)][_0x282369(0x26a)]=_0x831960[_0x282369(0x270)];continue;}break;}},exports[a130_0x486643(0x21c)]=(_0x4dace8,_0x10f419='')=>{const _0xf3522d=a130_0x486643,_0x4fad8f={};_0x4fad8f['JTpJv']=function(_0x4907eb,_0x41708c){return _0x4907eb===_0x41708c;};const _0x392fff=_0x4fad8f;if(_0x392fff['JTpJv'](_0x4dace8,undefined)){logger[_0xf3522d(0x23e)](_0x10f419['toUpperCase']()+_0xf3522d(0x210));return;}for(const _0xe37c of _0x4dace8['errors']){const _0x3156e1=_0xe37c[_0xf3522d(0x20a)],_0x2fb4a9=_0xe37c['message'];if(_0x2fb4a9)switch(_0x3156e1){case testHubConstants[_0xf3522d(0x1ea)]['INVALID_CREDENTIALS']:logger['error'](_0x2fb4a9);break;case testHubConstants[_0xf3522d(0x1ea)][_0xf3522d(0x1ee)]:logger[_0xf3522d(0x24c)](_0x2fb4a9);break;case testHubConstants[_0xf3522d(0x1ea)][_0xf3522d(0x23a)]:logger[_0xf3522d(0x23e)](_0x2fb4a9);break;default:logger[_0xf3522d(0x23e)](_0x2fb4a9);}}};const jsonifyAccessibilityArray=(_0x10dae2,_0x4d3763,_0x40d0c6)=>{const _0x14d093={};return _0x10dae2['forEach'](_0x1e3af2=>{_0x14d093[_0x1e3af2[_0x4d3763]]=_0x1e3af2[_0x40d0c6];}),_0x14d093;};exports['setTestHubCommonMetaInfo']=_0x37c1cf=>{const _0x219500=a130_0x486643;_0x37c1cf[_0x219500(0x23c)]&&(process[_0x219500(0x260)][_0x219500(0x1e5)]=_0x37c1cf[_0x219500(0x23c)]);_0x37c1cf[_0x219500(0x1de)]&&(process[_0x219500(0x260)]['BROWSERSTACK_TESTHUB_UUID']=_0x37c1cf['build_hashed_id'],logger['debug'](_0x219500(0x211)+_0x37c1cf[_0x219500(0x1de)]));;},exports['shouldProcessEventForTesthub']=(_0x34a8da='',_0x37708f='')=>{const _0xeff291=a130_0x486643,_0x1c6095={'mvbHO':function(_0x23f1ee){return _0x23f1ee();},'OWUGD':function(_0x3019fa,_0x2683b5){return _0x3019fa===_0x2683b5;},'lwTIe':'uploadEventData','oXdTX':_0xeff291(0x202),'iLsil':'CBTSessionCreated','VDpJc':_0xeff291(0x1fa),'mjsCc':_0xeff291(0x227),'JEnkW':function(_0x1b3c57){return _0x1b3c57();}};if(exports[_0xeff291(0x259)]()&&!exports[_0xeff291(0x1d8)]()&&!_0x1c6095[_0xeff291(0x1e7)](isTestObservabilitySession)){if(_0x1c6095[_0xeff291(0x1f7)](_0x37708f,_0x1c6095[_0xeff291(0x25b)]))return![];if([_0x1c6095[_0xeff291(0x204)],_0x1c6095[_0xeff291(0x20d)]]['includes'](_0x34a8da))return![];return!![];}if(exports[_0xeff291(0x1d8)]()&&!_0x1c6095['mvbHO'](isTestObservabilitySession)){if([_0x1c6095[_0xeff291(0x26b)],_0x1c6095[_0xeff291(0x215)],_0x1c6095['oXdTX']][_0xeff291(0x276)](_0x34a8da))return![];return!![];}return exports[_0xeff291(0x1d8)]()||_0x1c6095[_0xeff291(0x1e3)](isTestObservabilitySession)||exports[_0xeff291(0x259)]();},exports[a130_0x486643(0x1ca)]=(_0x4f1be0,_0x3b933e,_0x4f2c0b='',_0x110254)=>{const _0x1e81b5=a130_0x486643,_0x2bc03c={};_0x2bc03c['SwyBM']=_0x1e81b5(0x1fa),_0x2bc03c['CpePJ']=_0x1e81b5(0x227),_0x2bc03c['PFrLm']=function(_0x3bb3bb,_0x1bf6cf){return _0x3bb3bb===_0x1bf6cf;},_0x2bc03c[_0x1e81b5(0x1cc)]=_0x1e81b5(0x257),_0x2bc03c[_0x1e81b5(0x256)]='isAccessibilityPlatform',_0x2bc03c['YWYwR']=_0x1e81b5(0x234),_0x2bc03c[_0x1e81b5(0x246)]=function(_0x5783e3,_0x360b00){return _0x5783e3&&_0x360b00;},_0x2bc03c[_0x1e81b5(0x1fe)]=function(_0x46f2d3,_0x3dee63){return _0x46f2d3===_0x3dee63;},_0x2bc03c[_0x1e81b5(0x275)]=function(_0x439ea6,_0x89e523){return _0x439ea6+_0x89e523;},_0x2bc03c[_0x1e81b5(0x1c9)]=function(_0x2f2d2c,_0x564ec0){return _0x2f2d2c===_0x564ec0;},_0x2bc03c['ruJHr']='TestRunStarted',_0x2bc03c[_0x1e81b5(0x1f9)]=function(_0x14025c,_0x553701){return _0x14025c===_0x553701;},_0x2bc03c[_0x1e81b5(0x1e0)]=function(_0x139891,_0x284712){return _0x139891&&_0x284712;},_0x2bc03c[_0x1e81b5(0x248)]=function(_0x318510,_0x72430f){return _0x318510===_0x72430f;},_0x2bc03c[_0x1e81b5(0x23b)]=_0x1e81b5(0x223);const _0x4a5723=_0x2bc03c;if(![_0x4a5723[_0x1e81b5(0x218)],_0x4a5723[_0x1e81b5(0x209)]][_0x1e81b5(0x276)](_0x3b933e)&&exports[_0x1e81b5(0x1d8)]()){const _0x47f6a2={};if(_0x4a5723[_0x1e81b5(0x1f1)](_0x110254,FRAMEWORKS[_0x1e81b5(0x22e)])){const _0x5f341c=globals['getGlobal'](_0x4a5723[_0x1e81b5(0x1cc)])||accessibilityHelper[_0x1e81b5(0x266)](_0x4f2c0b['titlePath'](),!![]),_0x19bd05=globals[_0x1e81b5(0x229)](_0x4a5723[_0x1e81b5(0x256)]);_0x47f6a2[_0x4a5723[_0x1e81b5(0x200)]]=_0x4a5723[_0x1e81b5(0x246)](_0x19bd05,_0x5f341c);}if(_0x4a5723[_0x1e81b5(0x1fe)](_0x110254,FRAMEWORKS['JEST'])){const _0x24849b=_0x4a5723[_0x1e81b5(0x275)](_0x4a5723[_0x1e81b5(0x275)](_0x4f1be0[_0x1e81b5(0x235)][_0x1e81b5(0x279)]('\x20'),'\x20'),_0x4f2c0b[_0x1e81b5(0x214)]),_0x514455=globals[_0x1e81b5(0x229)](_0x4a5723['pdQTH'])||accessibilityHelper[_0x1e81b5(0x266)](_0x24849b,![]),_0x4f99bb=browserStackGlobals['isAccessibilityPlatform'];_0x47f6a2[_0x4a5723[_0x1e81b5(0x200)]]=_0x4a5723[_0x1e81b5(0x246)](_0x4f99bb,_0x514455);}if(_0x4a5723['CeQar'](_0x110254,FRAMEWORKS[_0x1e81b5(0x1f6)])){if(_0x4a5723[_0x1e81b5(0x1fe)](_0x3b933e,_0x4a5723['ruJHr']))return;_0x47f6a2[_0x4a5723[_0x1e81b5(0x200)]]=PWTestDetails[_0x1e81b5(0x233)](_0x4f1be0[_0x1e81b5(0x224)]);}if(_0x4a5723[_0x1e81b5(0x1f9)](_0x110254,FRAMEWORKS[_0x1e81b5(0x22f)])){const _0x3c9aec=accessibilityHelper[_0x1e81b5(0x266)](_0x4f2c0b[_0x1e81b5(0x221)](),!![]),_0x3cd1bd=global[_0x1e81b5(0x206)];_0x47f6a2[_0x4a5723['YWYwR']]=_0x4a5723[_0x1e81b5(0x1e0)](_0x3cd1bd,_0x3c9aec);}if(_0x4a5723['iVcuu'](_0x110254,FRAMEWORKS[_0x1e81b5(0x23d)])){const _0xd95d4c=accessibilityHelper[_0x1e81b5(0x266)](null,![],_0x4f1be0[_0x1e81b5(0x24e)]),_0x1e1a3c=globals['getGlobal'](_0x4a5723[_0x1e81b5(0x256)]);_0x47f6a2[_0x4a5723[_0x1e81b5(0x200)]]=_0x4a5723[_0x1e81b5(0x1e0)](_0x1e1a3c,_0xd95d4c);}_0x4f1be0[_0x4a5723[_0x1e81b5(0x23b)]]=_0x47f6a2;}},exports[a130_0x486643(0x212)]=_0x48bf3b=>{const _0x124c83=a130_0x486643,_0x1cd4b8={};_0x1cd4b8['ViBzH']=function(_0x26c415,_0x11dff4){return _0x26c415>_0x11dff4;};const _0x495926=_0x1cd4b8;let _0x290d31={};if(_0x495926[_0x124c83(0x1fd)](Object[_0x124c83(0x269)](testData)[_0x124c83(0x24b)],0x0))return testData;_0x290d31=JestTestDetails[_0x124c83(0x20e)]();if(_0x495926[_0x124c83(0x1fd)](Object['keys'](_0x290d31)[_0x124c83(0x24b)],0x0))return _0x290d31;return _0x290d31;},exports[a130_0x486643(0x1d0)]=(_0x1b504f,_0x459977={})=>{const _0x116915=a130_0x486643;if(bsSetupHelper[_0x116915(0x243)](_0x459977[_0x116915(0x255)]))return;switch(_0x1b504f){case FRAMEWORKS['MOCHA']:testData=_0x459977[_0x116915(0x255)];break;case FRAMEWORKS[_0x116915(0x22a)]:JestTestDetails[_0x116915(0x207)](_0x459977[_0x116915(0x255)]);break;default:break;}},exports[a130_0x486643(0x278)]=_0x50cc78=>{const _0x31efe4=a130_0x486643,_0x6de656={};_0x6de656[_0x31efe4(0x1f0)]=function(_0x472aea,_0x58ea3d){return _0x472aea!==_0x58ea3d;},_0x6de656[_0x31efe4(0x1e2)]=function(_0x3166cd,_0x1f266e){return _0x3166cd!==_0x1f266e;},_0x6de656[_0x31efe4(0x1ed)]=function(_0x567d07,_0x186739){return _0x567d07!==_0x186739;};const _0x39f633=_0x6de656;if(_0x39f633[_0x31efe4(0x1f0)](_0x50cc78['accessibility'],null)&&_0x39f633[_0x31efe4(0x1f0)](_0x50cc78[_0x31efe4(0x234)],undefined))return _0x50cc78[_0x31efe4(0x234)];let _0x1cd1a0=![],_0x567ae2=![];if(_0x50cc78[_0x31efe4(0x1f3)])for(const _0x4d18ea of _0x50cc78[_0x31efe4(0x1f3)]){_0x39f633[_0x31efe4(0x1e2)](_0x4d18ea[_0x31efe4(0x234)],null)&&_0x39f633[_0x31efe4(0x1ed)](_0x4d18ea[_0x31efe4(0x234)],undefined)&&(_0x1cd1a0=_0x1cd1a0||bsSetupHelper[_0x31efe4(0x1df)](_0x4d18ea[_0x31efe4(0x234)]),_0x567ae2=!![]);}if(_0x567ae2)return _0x1cd1a0;return null;},exports[a130_0x486643(0x22d)]=_0x201003=>{const _0x119222=new OrchestrationUtils(_0x201003);return _0x119222['getBuildStartData']();},exports[a130_0x486643(0x1e6)]=_0x5b43d3=>{const _0x5b914f=a130_0x486643,_0x59d400={'lhCAP':function(_0x296f5e){return _0x296f5e();}};let _0x361e6b=![],_0x4de6da=![];if(bsSetupHelper[_0x5b914f(0x1ce)]()&&_0x5b43d3[_0x5b914f(0x249)])_0x4de6da=!![];else bsSetupHelper[_0x5b914f(0x1ce)]()&&(_0x361e6b=!![]);return Object['assign']({'observability':_0x59d400[_0x5b914f(0x26f)](isTestObservabilitySession),'accessibility':exports[_0x5b914f(0x278)](_0x5b43d3),'percy':_0x5b43d3['percy']||![],'automate':_0x361e6b,'app_automate':_0x4de6da,'turboscale':bsSetupHelper['isTurboScaleSession'](_0x5b43d3)},bsSetupHelper[_0x5b914f(0x1e1)]());};
@@ -1 +1 @@
1
- const a128_0x476707=a128_0x9e84;(function(_0x33f2b3,_0xbf0f71){const _0x5f4a86=a128_0x9e84,_0xf901f4=_0x33f2b3();while(!![]){try{const _0x1268c1=parseInt(_0x5f4a86(0x1e5))/0x1*(-parseInt(_0x5f4a86(0x1de))/0x2)+-parseInt(_0x5f4a86(0x1df))/0x3*(parseInt(_0x5f4a86(0x1e6))/0x4)+-parseInt(_0x5f4a86(0x1e2))/0x5+parseInt(_0x5f4a86(0x1da))/0x6+parseInt(_0x5f4a86(0x1db))/0x7+-parseInt(_0x5f4a86(0x1e7))/0x8+parseInt(_0x5f4a86(0x1dd))/0x9*(parseInt(_0x5f4a86(0x1e4))/0xa);if(_0x1268c1===_0xbf0f71)break;else _0xf901f4['push'](_0xf901f4['shift']());}catch(_0x9f5472){_0xf901f4['push'](_0xf901f4['shift']());}}}(a128_0x7876,0xf2941));const utilities=require(a128_0x476707(0x1d9));function a128_0x7876(){const _0x598c8e=['1148787pCXqeJ','2188NgMVDc','4803771EupYBV','fireFunnelTestEvent','exports','5129580EDinWI','pzukw','410YfllMP','1501hApiAV','4njTjfT','14988688CNhksd','cancel','./utilities','5266182yUVlyf','7177758HeYrrO','zCvzg'];a128_0x7876=function(){return _0x598c8e;};return a128_0x7876();}function a128_0x9e84(_0x3f3f42,_0x1d969d){const _0x787673=a128_0x7876();return a128_0x9e84=function(_0x9e843d,_0x168466){_0x9e843d=_0x9e843d-0x1d8;let _0x954dfb=_0x787673[_0x9e843d];return _0x954dfb;},a128_0x9e84(_0x3f3f42,_0x1d969d);}module[a128_0x476707(0x1e1)]=(_0xfff697,_0x5a2c39,_0x4f65c0,_0x5b991c,_0x58af42,_0x59f177)=>{const _0x12340b=a128_0x476707,_0x1fe909={'zCvzg':function(_0x1632f9,_0x15ab3a){return _0x1632f9-_0x15ab3a;},'pzukw':function(_0x38f94f,_0x4e6ec0){return _0x38f94f(_0x4e6ec0);},'KxLzb':function(_0x1c98a0,_0x7bdbcd,_0xfe608c){return _0x1c98a0(_0x7bdbcd,_0xfe608c);}};let _0xbd76c9,_0x1828de=![];const _0x21a3e8=new Promise((_0x2fca55,_0x283801)=>{_0xbd76c9=_0x1fe909['KxLzb'](setTimeout,()=>{const _0x45072e=a128_0x9e84;if(!_0x1828de){const _0x24089b={'status':''+_0x5a2c39,'timeTaken':_0x1fe909[_0x45072e(0x1dc)](new Date(),_0x5b991c)};utilities[_0x45072e(0x1e0)](_0x4f65c0,_0x24089b,_0x58af42,_0x59f177),_0x1fe909['pzukw'](_0x283801,new Error(_0x5a2c39));}},_0xfff697);});return _0x21a3e8[_0x12340b(0x1d8)]=()=>{const _0x46731b=_0x12340b;_0x1828de=!![],_0x1fe909[_0x46731b(0x1e3)](clearTimeout,_0xbd76c9);},_0x21a3e8;};
1
+ const a131_0x2a8055=a131_0x19fb;function a131_0x19fb(_0x27c6ae,_0x136d38){const _0x3697db=a131_0x3697();return a131_0x19fb=function(_0x19fbc9,_0x215db9){_0x19fbc9=_0x19fbc9-0x77;let _0x26a75f=_0x3697db[_0x19fbc9];return _0x26a75f;},a131_0x19fb(_0x27c6ae,_0x136d38);}(function(_0x554ecc,_0x1989d7){const _0x546ee7=a131_0x19fb,_0x1aeea6=_0x554ecc();while(!![]){try{const _0xf43941=parseInt(_0x546ee7(0x88))/0x1*(parseInt(_0x546ee7(0x84))/0x2)+parseInt(_0x546ee7(0x7e))/0x3+parseInt(_0x546ee7(0x82))/0x4+-parseInt(_0x546ee7(0x7c))/0x5+parseInt(_0x546ee7(0x86))/0x6*(-parseInt(_0x546ee7(0x85))/0x7)+-parseInt(_0x546ee7(0x7d))/0x8*(parseInt(_0x546ee7(0x7f))/0x9)+parseInt(_0x546ee7(0x79))/0xa*(parseInt(_0x546ee7(0x77))/0xb);if(_0xf43941===_0x1989d7)break;else _0x1aeea6['push'](_0x1aeea6['shift']());}catch(_0x447d24){_0x1aeea6['push'](_0x1aeea6['shift']());}}}(a131_0x3697,0x52093));function a131_0x3697(){const _0x1db9fe=['696SOvYRa','513276xzoXJn','12528qjcUyj','RRhVU','exports','1252272QzBJIa','tfzeS','10764fzNNEE','1223579AuFAmE','6aPiXSb','DzUst','118aXPwhO','cancel','382437fuhTIz','fireFunnelTestEvent','50inaauQ','./utilities','yMcdO','3305755cDwvgZ'];a131_0x3697=function(){return _0x1db9fe;};return a131_0x3697();}const utilities=require(a131_0x2a8055(0x7a));module[a131_0x2a8055(0x81)]=(_0x2f88f9,_0x25cdb2,_0x4f7d24,_0x13a537,_0x1fbd84,_0x12d615)=>{const _0x58609a=a131_0x2a8055,_0xc1f708={'tfzeS':function(_0x5381df,_0x5ca380){return _0x5381df-_0x5ca380;},'DzUst':function(_0x4c270,_0x682866){return _0x4c270(_0x682866);},'RRhVU':function(_0x39d599,_0x446c79,_0x3c0cad){return _0x39d599(_0x446c79,_0x3c0cad);},'yMcdO':function(_0x21e723,_0x4ac1eb){return _0x21e723(_0x4ac1eb);}};let _0x48e6bc,_0x3bbaa5=![];const _0x2162f0=new Promise((_0x5a75f2,_0x5d3b35)=>{const _0xc138f4=a131_0x19fb;_0x48e6bc=_0xc1f708[_0xc138f4(0x80)](setTimeout,()=>{const _0x8163e7=_0xc138f4;if(!_0x3bbaa5){const _0xb881fc={'status':''+_0x25cdb2,'timeTaken':_0xc1f708[_0x8163e7(0x83)](new Date(),_0x13a537)};utilities[_0x8163e7(0x78)](_0x4f7d24,_0xb881fc,_0x1fbd84,_0x12d615),_0xc1f708[_0x8163e7(0x87)](_0x5d3b35,new Error(_0x25cdb2));}},_0x2f88f9);});return _0x2162f0[_0x58609a(0x89)]=()=>{const _0xdbefe2=_0x58609a;_0x3bbaa5=!![],_0xc1f708[_0xdbefe2(0x7b)](clearTimeout,_0x48e6bc);},_0x2162f0;};
@@ -1 +1 @@
1
- const a129_0x425fa8=a129_0x3563;(function(_0x35070b,_0x10ddd2){const _0x29b655=a129_0x3563,_0x42f4f7=_0x35070b();while(!![]){try{const _0x2774c8=parseInt(_0x29b655(0x1cd))/0x1*(-parseInt(_0x29b655(0x1a8))/0x2)+-parseInt(_0x29b655(0x19b))/0x3+-parseInt(_0x29b655(0x1b2))/0x4+parseInt(_0x29b655(0x1b8))/0x5*(-parseInt(_0x29b655(0x1e4))/0x6)+parseInt(_0x29b655(0x1c6))/0x7+parseInt(_0x29b655(0x1e6))/0x8*(parseInt(_0x29b655(0x18f))/0x9)+-parseInt(_0x29b655(0x190))/0xa*(-parseInt(_0x29b655(0x1f7))/0xb);if(_0x2774c8===_0x10ddd2)break;else _0x42f4f7['push'](_0x42f4f7['shift']());}catch(_0xec52d8){_0x42f4f7['push'](_0x42f4f7['shift']());}}}(a129_0x3f8b,0xc49b8));const os=require('os'),util=require(a129_0x425fa8(0x1fb)),fs=require('fs'),{getProductMap}=require(a129_0x425fa8(0x187)),logger=require(a129_0x425fa8(0x1be))[a129_0x425fa8(0x185)],constants=require(a129_0x425fa8(0x1e9)),testHubConstants=require('../helpers/testhub/constants'),{getTransformPath}=require(a129_0x425fa8(0x1a9)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a129_0x425fa8(0x1e9)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a129_0x425fa8(0x1d7)),PerformanceTester=require(a129_0x425fa8(0x1fa)),globals=require(a129_0x425fa8(0x1a4)),helper=require(a129_0x425fa8(0x1d7)),{isTestObservabilitySession}=require(a129_0x425fa8(0x1bb));function a129_0x3563(_0x66e0d6,_0x317f41){const _0x3f8bf8=a129_0x3f8b();return a129_0x3563=function(_0x356316,_0x5bc6f8){_0x356316=_0x356316-0x16c;let _0x55e556=_0x3f8bf8[_0x356316];return _0x55e556;},a129_0x3563(_0x66e0d6,_0x317f41);}let unhandledErrors='';exports[a129_0x425fa8(0x1e1)]=async(_0x29cdf1,_0x412511={},_0x5d3ac6,_0x34b3ba)=>{const _0x14fce6=a129_0x425fa8,_0x1ff3ef={'YlPec':function(_0x5aeb04,_0x18e64a){return _0x5aeb04===_0x18e64a;},'dgTHA':'object','EIEIn':function(_0x4b4c87,_0x13bc3e){return _0x4b4c87>_0x13bc3e;},'JQKcS':function(_0x1c58f5,_0x399ade){return _0x1c58f5>_0x399ade;},'yXGbZ':_0x14fce6(0x1a0),'LeYUY':function(_0x4ce232){return _0x4ce232();},'yTTyA':function(_0x259a55){return _0x259a55();},'tISth':function(_0x5d8101,_0x3c512f){return _0x5d8101==_0x3c512f;},'CHRnO':_0x14fce6(0x202),'APqse':function(_0x5f1815,_0x3c1f89){return _0x5f1815===_0x3c1f89;},'KAwsi':_0x14fce6(0x198),'LVhXC':_0x14fce6(0x1f2),'yBqda':function(_0x191601,_0x4e99a6){return _0x191601!==_0x4e99a6;},'CdwIo':'Playwright','OrbFG':_0x14fce6(0x1a3),'Xwwpo':function(_0x1a8a3e,_0x85b87d){return _0x1a8a3e>_0x85b87d;},'GUdDH':function(_0x4faae7,_0x3c2c9b){return _0x4faae7+_0x3c2c9b;},'wlLGG':_0x14fce6(0x1fc),'LgnPN':_0x14fce6(0x1db),'Krxdw':function(_0x10f3f7,_0x2226b0){return _0x10f3f7(_0x2226b0);},'wiVyk':_0x14fce6(0x1aa),'qZCuh':_0x14fce6(0x1fd),'PLouR':function(_0x58a78f,_0x17d5ef){return _0x58a78f===_0x17d5ef;},'yStCX':_0x14fce6(0x1e8),'qXCgB':function(_0x53c3e5,_0x3abae8){return _0x53c3e5===_0x3abae8;},'DPHZD':_0x14fce6(0x173),'hXjwm':_0x14fce6(0x191),'qujCj':'[REDACTED]','tuJhD':'POST'};let _0x39cf19=[];if(helper[_0x14fce6(0x1cc)]()&&_0x1ff3ef[_0x14fce6(0x1a6)](isTestObservabilitySession))_0x39cf19=_0x5d3ac6[_0x14fce6(0x177)]?constants['APP_AUTOMATE_PRODUCTS']:constants[_0x14fce6(0x1b4)];else{if(_0x1ff3ef[_0x14fce6(0x16c)](isTestObservabilitySession))_0x39cf19=constants[_0x14fce6(0x1b7)];else helper[_0x14fce6(0x1cc)]()&&(_0x39cf19=_0x5d3ac6[_0x14fce6(0x177)]?constants[_0x14fce6(0x1f3)]:constants[_0x14fce6(0x197)]);}let _0x4123a2=_0x5d3ac6['buildIdentifier'];if(_0x1ff3ef['tISth'](_0x4123a2,null))_0x4123a2=_0x1ff3ef[_0x14fce6(0x1f4)];else _0x1ff3ef[_0x14fce6(0x1d9)](_0x4123a2,undefined)&&(_0x4123a2=_0x1ff3ef['KAwsi']);unhandledErrors&&_0x1ff3ef[_0x14fce6(0x1e7)](unhandledErrors[_0x14fce6(0x19e)],0x0)&&(_0x412511['globalException']=unhandledErrors);global[_0x14fce6(0x1e3)]&&(_0x412511[_0x14fce6(0x1e3)]=global[_0x14fce6(0x1e3)]);try{if(_0x412511[_0x14fce6(0x1a3)]){if(_0x1ff3ef[_0x14fce6(0x178)](_0x34b3ba,_0x1ff3ef[_0x14fce6(0x1c8)])&&_0x1ff3ef[_0x14fce6(0x1e7)](_0x412511['error']['length'],0x0)){const _0x213c20={};_0x213c20['os']='',_0x213c20[_0x14fce6(0x199)]='',_0x213c20[_0x14fce6(0x1ff)]='',_0x213c20[_0x14fce6(0x1b3)]='';const _0x56b90b=_0x213c20;let _0x3645a7={};const _0x43a05c=_0x412511['error'];_0x3645a7=_0x43a05c['reduce']((_0x5edcfb,_0x229b24)=>{for(const _0x3e80e1 in _0x229b24){_0x5edcfb[_0x3e80e1]=_0x229b24[_0x3e80e1];}return _0x5edcfb;},{});const _0x336ce8={};_0x336ce8[_0x14fce6(0x1a0)]=_0x3645a7,_0x412511[_0x14fce6(0x1a3)]=[Object[_0x14fce6(0x16f)]({},_0x56b90b,_0x336ce8)];}else{let _0x2f0162=0x0;const _0x31414e=_0x1ff3ef[_0x14fce6(0x1b6)](_0x34b3ba,_0x1ff3ef[_0x14fce6(0x18d)])?JSON[_0x14fce6(0x1bc)](_0x412511[_0x14fce6(0x1a3)]):_0x412511['error'],_0x92446=Object[_0x14fce6(0x188)](_0x31414e);_0x92446[_0x14fce6(0x200)](_0x3193f2=>{const _0x44e44c=_0x14fce6;if(_0x1ff3ef['YlPec'](typeof _0x3193f2,_0x1ff3ef[_0x44e44c(0x1e5)])){const _0x440421=Object[_0x44e44c(0x188)](_0x3193f2);!_0x440421[_0x44e44c(0x1e0)](_0x29915b=>_0x29915b===null||_0x29915b===undefined||_0x29915b==='')&&(_0x2f0162+=0x1);}});if(_0x1ff3ef['APqse'](_0x2f0162,0x0))delete _0x412511[_0x1ff3ef[_0x14fce6(0x180)]];else{const _0x55a8be=[];Object['keys'](_0x31414e)[_0x14fce6(0x200)](_0x41332b=>{const _0x5a895d=_0x14fce6,[_0xcfd6d0,_0xc45410,_0x38d785,_0x38d3a5]=_0x41332b[_0x5a895d(0x1ca)](',\x20');let _0x26c4fe={};if(!_0x38d3a5){const _0x34a050={};_0x34a050['deviceName']=_0xcfd6d0,_0x34a050[_0x5a895d(0x199)]=_0xc45410,_0x34a050[_0x5a895d(0x1ff)]=_0x38d785,_0x26c4fe=_0x34a050;}else{const _0x24031c={};_0x24031c['os']=_0xcfd6d0,_0x24031c[_0x5a895d(0x199)]=_0xc45410,_0x24031c['browser']=_0x38d785,_0x24031c[_0x5a895d(0x1b3)]=_0x38d3a5,_0x26c4fe=_0x24031c;}const _0x214181={},_0x55568c=_0x31414e[_0x41332b];Object[_0x5a895d(0x19c)](_0x55568c)['forEach'](_0x404c15=>{const _0x10f0b0=_0x5a895d;_0x1ff3ef[_0x10f0b0(0x1e7)](_0x55568c[_0x404c15]['length'],0x0)&&(_0x214181[_0x404c15]=_0x55568c[_0x404c15]);}),_0x1ff3ef[_0x5a895d(0x195)](Object[_0x5a895d(0x19c)](_0x214181)[_0x5a895d(0x19e)],0x0)&&(_0x26c4fe[_0x1ff3ef['yXGbZ']]=_0x214181,_0x55a8be['push'](_0x26c4fe));}),_0x1ff3ef[_0x14fce6(0x18a)](_0x55a8be[_0x14fce6(0x19e)],0x0)?_0x412511[_0x14fce6(0x1a3)]=_0x55a8be:delete _0x412511[_0x1ff3ef[_0x14fce6(0x180)]];}}}}catch(_0x526557){delete _0x412511[_0x1ff3ef[_0x14fce6(0x180)]],logger[_0x14fce6(0x1f1)](_0x1ff3ef[_0x14fce6(0x1f0)](_0x1ff3ef[_0x14fce6(0x1d3)],_0x526557));}const _0x4b0719=helper[_0x14fce6(0x1c2)](_0x5d3ac6,_0x5d3ac6[_0x14fce6(0x1d4)]),_0x25b1ff={'userName':helper['getUserName'](_0x5d3ac6),'accessKey':helper[_0x14fce6(0x1ea)](_0x5d3ac6),'event_type':_0x29cdf1,'detectedFramework':_0x34b3ba,'buildHashedId':globals[_0x14fce6(0x1dc)](_0x1ff3ef[_0x14fce6(0x1ae)]),'optimalHubUrl':helper[_0x14fce6(0x19d)](),'event_properties':{'testhub_uuid':process['env'][testHubConstants[_0x14fce6(0x1c4)][_0x14fce6(0x1b9)]]||'','sdkRunId':global[_0x14fce6(0x1e3)],'product_map':_0x1ff3ef[_0x14fce6(0x1a1)](getProductMap,_0x5d3ac6),'productMap':_0x1ff3ef[_0x14fce6(0x1a1)](getProductMap,_0x5d3ac6),'language_framework':_0x5d3ac6[_0x14fce6(0x1cf)]||_0x1ff3ef[_0x14fce6(0x1a7)],'referrer':helper[_0x14fce6(0x1dd)](_0x34b3ba),'framework':_0x5d3ac6[_0x14fce6(0x1d4)],'frameworkVersion':helper[_0x14fce6(0x16e)](_0x34b3ba),'automationFramework':_0x4b0719[_0x14fce6(0x1d5)],'automationFrameworkVersion':_0x4b0719['version'],'language':_0x1ff3ef[_0x14fce6(0x19f)],'languageVersion':process[_0x14fce6(0x1a5)],'product':_0x39cf19,'buildName':_0x5d3ac6[_0x14fce6(0x1c0)]||_0x1ff3ef[_0x14fce6(0x1bf)],'buildIdentifier':_0x4123a2,'os':os[_0x14fce6(0x1d2)]()||_0x1ff3ef['wiVyk'],'hostname':os[_0x14fce6(0x182)]()||_0x1ff3ef[_0x14fce6(0x1a7)],..._0x412511}};try{_0x1ff3ef[_0x14fce6(0x1da)](_0x29cdf1,_0x1ff3ef['yStCX'])&&(_0x25b1ff['event_properties'][_0x14fce6(0x203)]=helper[_0x14fce6(0x1ac)](_0x5d3ac6)),_0x1ff3ef[_0x14fce6(0x17f)](_0x34b3ba,_0x1ff3ef[_0x14fce6(0x18d)])?_0x25b1ff[_0x14fce6(0x1ce)][_0x14fce6(0x1cb)]=helper[_0x14fce6(0x16d)][_0x14fce6(0x194)](null,_0x1ff3ef[_0x14fce6(0x16c)](getTransformPath),!![]):_0x25b1ff['event_properties'][_0x14fce6(0x186)]=helper[_0x14fce6(0x1ee)](_0x1ff3ef[_0x14fce6(0x184)]);}catch(_0x11ab19){logger[_0x14fce6(0x1f1)]('Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20'+_0x11ab19);}const _0x4e7a8c={};_0x4e7a8c['content-type']=_0x1ff3ef[_0x14fce6(0x19a)];const _0x5a6866={'headers':_0x4e7a8c,'body':_0x25b1ff,'auth':{'user':helper[_0x14fce6(0x1a2)](_0x5d3ac6),'pass':helper['getAccessKey'](_0x5d3ac6)},'json':!![]};logger['debug'](_0x14fce6(0x18c)+JSON[_0x14fce6(0x189)](_0x5a6866[_0x14fce6(0x181)])[_0x14fce6(0x1ab)](new RegExp(helper['getUserName'](_0x5d3ac6),'g'),_0x1ff3ef[_0x14fce6(0x1d0)])['replace'](new RegExp(helper[_0x14fce6(0x1ea)](_0x5d3ac6),'g'),_0x1ff3ef[_0x14fce6(0x1d0)]));try{const _0x513190=await helper['nodeRequest'](_0x1ff3ef[_0x14fce6(0x170)],constants['FUNNEL_INSTRUMENTATION_API_URL'],_0x5a6866,_0x5d3ac6);logger[_0x14fce6(0x1f1)](_0x14fce6(0x201)+_0x29cdf1+_0x14fce6(0x1df)+util['format']('%j',_0x513190));}catch(_0x19b9d0){logger[_0x14fce6(0x1f1)]('Error\x20in\x20firing\x20request\x20to\x20'+FUNNEL_INSTRUMENTATION_API_URL+'\x20:\x20'+util[_0x14fce6(0x172)](_0x19b9d0));}},exports[a129_0x425fa8(0x18e)]=async _0x3fed3a=>{const _0xec2542=a129_0x425fa8,_0x19bb93={'XhleO':function(_0x40b82){return _0x40b82();},'gUpiz':_0xec2542(0x1ec),'fdFdt':_0xec2542(0x1f5),'UQbpY':'SDKTestSuccessful','YrDhy':function(_0x597570,_0x4463b7,_0x423c7a){return _0x597570(_0x4463b7,_0x423c7a);},'MwqYS':function(_0x15d049,_0x3ac849){return _0x15d049+_0x3ac849;},'gDtsv':_0xec2542(0x1f8)};try{await _0x3fed3a[_0xec2542(0x1d1)](),_0x19bb93[_0xec2542(0x17a)](printNudgeLocalNotSetError);const _0x1023fb={};_0x1023fb['error']=_0x3fed3a[_0xec2542(0x175)]?_0x3fed3a[_0xec2542(0x175)]:'{}';const _0x548458=_0x1023fb,_0xab39fc=Object[_0xec2542(0x16f)]({},_0x548458);!!_0x3fed3a[_0xec2542(0x1bd)]&&(_0xab39fc[_0x19bb93['gUpiz']]={'reason':_0x19bb93[_0xec2542(0x171)],'signal':_0x3fed3a['killSignal']});unhandledErrors=_0x3fed3a[_0xec2542(0x183)]['join']('\x0a');let _0x1b723a,_0x24055c,_0x315e2f;helper[_0xec2542(0x192)](_0x3fed3a[_0xec2542(0x1ad)])?([_0x1b723a,_0x24055c]=await helper[_0xec2542(0x1b5)](_0x3fed3a['config']),[_0x315e2f]=await Promise[_0xec2542(0x1d6)]([helper[_0xec2542(0x1ed)](_0x1b723a,_0x3fed3a[_0xec2542(0x1ad)]),exports[_0xec2542(0x1e1)](_0x19bb93['UQbpY'],_0xab39fc,_0x3fed3a[_0xec2542(0x1ad)],_0x3fed3a[_0xec2542(0x1d4)])])):([_0x1b723a,_0x24055c]=await helper[_0xec2542(0x1b1)](_0x3fed3a[_0xec2542(0x1ad)]),[_0x315e2f]=await Promise[_0xec2542(0x1d6)]([helper[_0xec2542(0x1c7)](_0x1b723a,_0x3fed3a['config']),exports['fireFunnelTestEvent'](_0x19bb93['UQbpY'],_0xab39fc,_0x3fed3a[_0xec2542(0x1ad)],_0x3fed3a[_0xec2542(0x1d4)])])),_0x315e2f&&await _0x19bb93[_0xec2542(0x1b0)](generateCIArtifacts,_0x315e2f,_0x24055c),logger[_0xec2542(0x18b)](_0xec2542(0x179)+_0x3fed3a[_0xec2542(0x1e3)]+_0xec2542(0x1e2)+process[_0xec2542(0x1c1)][_0xec2542(0x1b9)]),await helper[_0xec2542(0x17b)](_0x3fed3a[_0xec2542(0x1ad)]);}catch(_0x2e67ed){logger[_0xec2542(0x1f1)](_0x19bb93[_0xec2542(0x17e)](_0x19bb93[_0xec2542(0x196)],_0x2e67ed));}helper['notifyUpdate']();},exports[a129_0x425fa8(0x1eb)]=_0x375eed=>{const _0x185e1e=a129_0x425fa8,_0x1cd3c6={'sNHzQ':function(_0x531d7a,_0x5ed864){return _0x531d7a instanceof _0x5ed864;},'nuVWm':function(_0x48ce22,_0xd08e2d){return _0x48ce22(_0xd08e2d);}};try{if(_0x1cd3c6[_0x185e1e(0x1c9)](_0x375eed,Error))return _0x375eed[_0x185e1e(0x176)]||_0x375eed[_0x185e1e(0x193)]();return _0x1cd3c6[_0x185e1e(0x17c)](String,_0x375eed);}catch(_0xa9d867){return _0x375eed?_0x375eed[_0x185e1e(0x193)]():'';}},exports[a129_0x425fa8(0x1ba)]=_0x13420f=>{const _0x2f8dc4=a129_0x425fa8,_0x3fb99d={};_0x3fb99d[_0x2f8dc4(0x17d)]=function(_0x39090e,_0x54bea1){return _0x39090e===_0x54bea1;};const _0x4aa2ef=_0x3fb99d;return!_0x13420f||_0x4aa2ef[_0x2f8dc4(0x17d)](_0x13420f[_0x2f8dc4(0x1c5)](),'');},exports[a129_0x425fa8(0x1af)]=_0x360c5d=>{const _0x16b0b8=a129_0x425fa8,_0x57d5ce={};_0x57d5ce['AaGgq']=function(_0x4d2c6b,_0x4721dd){return _0x4d2c6b|_0x4721dd;};const _0x1cdd76=_0x57d5ce;try{return fs['accessSync'](_0x360c5d,_0x1cdd76[_0x16b0b8(0x174)](fs[_0x16b0b8(0x1f6)][_0x16b0b8(0x1ef)],fs['constants'][_0x16b0b8(0x1de)])),!![];}catch(_0x3ea019){return![];}},exports['setReadWriteExecuteAccess']=_0x3021f8=>{const _0x5efe75=a129_0x425fa8;try{fs[_0x5efe75(0x1c3)](_0x3021f8,0x1ff),logger[_0x5efe75(0x1f1)](_0x5efe75(0x1d8)+_0x3021f8+_0x5efe75(0x1f9));}catch(_0x35d008){logger[_0x5efe75(0x1a3)](_0x5efe75(0x1fe)+exports[_0x5efe75(0x1eb)](_0x35d008));}};function a129_0x3f8b(){const _0x594912=['forEach','API\x20Event\x20','null','browserStackConfig','yTTyA','requirePWModule','getFrameworkVersion','assign','tuJhD','fdFdt','format','selenium-webdriver','AaGgq','errorMessage','stack','app','YlPec','SDK\x20run\x20ended\x20for\x20id:\x20','XhleO','sendLogs','nuVWm','KdPJY','MwqYS','qXCgB','OrbFG','body','hostname','unhandledErrors','DPHZD','winstonLogger','seleniumVersion','./testhub/utils','values','stringify','Xwwpo','info','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','CdwIo','finalExecution','13976775wPHtmV','20aTsVFx','application/json','isTurboScaleSession','toString','apply','JQKcS','gDtsv','AUTOMATE','undefined','osVersion','hXjwm','733260ZDpdhX','keys','getOptimalHubUrl','length','qZCuh','tests','Krxdw','getUserName','error','./globals','version','LeYUY','wiVyk','536864pIGtRs','../bin/playwright/reporter/pwUtils','unknown','replace','sanitizeBrowserStackConfig','config','LgnPN','isModifiable','YrDhy','getBuildLink','2119132miQyUm','browserVersion','AUTOMATE_PRODUCTS','getTurboScaleBuildLink','yBqda','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','20Fzwwre','BROWSERSTACK_TESTHUB_UUID','isNullOrEmpty','./test-observability/utils','parse','killSignal','./logger','KAwsi','buildName','env','getTestFrameworkDetails','chmodSync','ENV_VAR','trim','7702450GFehzg','getSessionsList','LVhXC','sNHzQ','split','playwrightVersion','isBrowserstackInfra','3FNmlTe','event_properties','source','qujCj','stopPercy','type','wlLGG','framework','name','all','./helper','Directory\x20','APqse','PLouR','_buildHashedId','getGlobal','getNodeAgent','X_OK','\x20response\x20-\x20','every','fireFunnelTestEvent',',\x20testhub\x20id:\x20','sdkRunId','1138188bVxhhs','dgTHA','8lHIGzq','EIEIn','SDKTestSuccessful','../bin/utils/constants','getAccessKey','getStackTraceAsString','finishedMetadata','getTurboScaleSessionsList','getPackageVersion','W_OK','GUdDH','debug','codeceptjs','APP_AUTOMATE','CHRnO','user_killed','constants','2696485ajDDNJ','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','\x20has\x20now\x20read/write/execute\x20permissions.','./performance/performance-tester','util','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','nodejs','Failed\x20to\x20set\x20directory\x20access:\x20','browser'];a129_0x3f8b=function(){return _0x594912;};return a129_0x3f8b();}
1
+ const a132_0x195e45=a132_0x2a58;(function(_0x3d7b0a,_0x125f4f){const _0x2fb458=a132_0x2a58,_0x349bc6=_0x3d7b0a();while(!![]){try{const _0x1adcce=parseInt(_0x2fb458(0x1db))/0x1+parseInt(_0x2fb458(0x1f9))/0x2+-parseInt(_0x2fb458(0x1bb))/0x3+parseInt(_0x2fb458(0x221))/0x4+parseInt(_0x2fb458(0x209))/0x5*(-parseInt(_0x2fb458(0x211))/0x6)+parseInt(_0x2fb458(0x1f2))/0x7*(-parseInt(_0x2fb458(0x229))/0x8)+parseInt(_0x2fb458(0x1da))/0x9;if(_0x1adcce===_0x125f4f)break;else _0x349bc6['push'](_0x349bc6['shift']());}catch(_0x532305){_0x349bc6['push'](_0x349bc6['shift']());}}}(a132_0x3e6b,0x5faba));const os=require('os'),util=require(a132_0x195e45(0x1f7)),fs=require('fs'),{getProductMap}=require(a132_0x195e45(0x1e0)),logger=require(a132_0x195e45(0x1ba))[a132_0x195e45(0x1c6)],constants=require(a132_0x195e45(0x23e)),testHubConstants=require('../helpers/testhub/constants'),{getTransformPath}=require(a132_0x195e45(0x1ce)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a132_0x195e45(0x23e)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a132_0x195e45(0x206)),PerformanceTester=require(a132_0x195e45(0x1bc)),globals=require(a132_0x195e45(0x1e4)),helper=require('./helper'),{isTestObservabilitySession}=require('./test-observability/utils');function a132_0x3e6b(){const _0x16ff38=['\x20response\x20-\x20','lzlZZ','format','bLZcF','osVersion','seleniumVersion','sendLogs','912576LPDkSU','POST','_buildHashedId','VSIFs','nodeRequest','util','FKdrR','215588kBcTLx','gmXMY','RkwqC','getTurboScaleBuildLink','BHrTU','KYBuk','coqTP','parse','APP_AUTOMATE_PRODUCTS','getBuildLink','VjBLl','BROWSERSTACK_TESTHUB_UUID','qVIcR','./helper','getNodeAgent','source','30wiUTCf','uWwvS','framework','WKvnb','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','PEYhK','btEBV','tests','711618heSWNm','\x20has\x20now\x20read/write/execute\x20permissions.','version','assign','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','app','SDKTestSuccessful','getFrameworkVersion','getAccessKey','getOptimalHubUrl','codeceptjs','NJaDT','ixwnq','chmodSync','apply','split','2802008QkPDoP','sanitizeBrowserStackConfig','JNzJM','yGkFt','DSXVT','getGlobal','Directory\x20','replace','32uXFVdQ','uhIHM','debug','fireFunnelTestEvent','reduce','buildIdentifier','FUNNEL_INSTRUMENTATION_API_URL','browser','sdkRunId','info','nodejs','constants','getStackTraceAsString','mEBFZ','X_OK','AUTOMATE_PRODUCTS','user_killed','finishedMetadata','event_properties','getUserName','values','../bin/utils/constants','forEach','application/json','errorMessage','YZsBz','isTurboScaleSession','RfBoB','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','env','keys','ALrVm','KPlWL','isModifiable','kPkOO','./logger','957951DrHLLm','./performance/performance-tester','[REDACTED]','getPackageVersion','buildName','UuKMU','isBrowserstackInfra','getTestFrameworkDetails','accessSync','finalExecution','body','winstonLogger','object','stack','ENV_VAR','error','deviceName','length','MxqmW','../bin/playwright/reporter/pwUtils','killSignal','content-type','selenium-webdriver','Rjfti','config','playwrightVersion','OfRIE','every','CuBTW','SDK\x20run\x20ended\x20for\x20id:\x20','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','7723926cHqYNz','277763fALrjx','push','API\x20Event\x20','all','notifyUpdate','./testhub/utils','requirePWModule','browserVersion','Playwright','./globals','saSSy','name','iUmaI','trim','nHMlE','imCmq'];a132_0x3e6b=function(){return _0x16ff38;};return a132_0x3e6b();}let unhandledErrors='';function a132_0x2a58(_0x585f65,_0x4a216a){const _0x3e6b8c=a132_0x3e6b();return a132_0x2a58=function(_0x2a588c,_0xf040bb){_0x2a588c=_0x2a588c-0x1af;let _0x24cead=_0x3e6b8c[_0x2a588c];return _0x24cead;},a132_0x2a58(_0x585f65,_0x4a216a);}exports[a132_0x195e45(0x22c)]=async(_0x3a109a,_0x42839d={},_0xcd5ebc,_0x19e632)=>{const _0x4629d8=a132_0x195e45,_0x4539eb={'saSSy':function(_0x1cb3c9,_0x3394cd){return _0x1cb3c9===_0x3394cd;},'MxqmW':_0x4629d8(0x1c7),'iKPHj':function(_0x44f1a5,_0x2e18c5){return _0x44f1a5>_0x2e18c5;},'RfBoB':function(_0x500ecd,_0x2cc30d){return _0x500ecd>_0x2cc30d;},'WKvnb':_0x4629d8(0x210),'uhIHM':function(_0x2e2663){return _0x2e2663();},'Rjfti':function(_0x542a8a){return _0x542a8a();},'iUmaI':function(_0xf9000,_0x27a7bb){return _0xf9000==_0x27a7bb;},'mhuPW':'null','VjBLl':function(_0x9b258d,_0x29edf3){return _0x9b258d===_0x29edf3;},'YZsBz':'undefined','UuKMU':function(_0x5cfada,_0x2a6655){return _0x5cfada>_0x2a6655;},'KPlWL':_0x4629d8(0x21b),'lzyQo':function(_0x2a9e3f,_0x587cad){return _0x2a9e3f>_0x587cad;},'yGkFt':function(_0x3d1ea4,_0x2f3556){return _0x3d1ea4!==_0x2f3556;},'lzlZZ':_0x4629d8(0x1e3),'qVIcR':function(_0x46523f,_0x524c0d){return _0x46523f===_0x524c0d;},'CuBTW':_0x4629d8(0x1ca),'FKdrR':function(_0x4dd2cf,_0x3030ad){return _0x4dd2cf>_0x3030ad;},'NBVuX':function(_0x4ea359,_0x2c758a){return _0x4ea359+_0x2c758a;},'coqTP':'Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','FyGLO':_0x4629d8(0x1f4),'BHrTU':function(_0x119bc6,_0x3fa179){return _0x119bc6(_0x3fa179);},'ixwnq':function(_0x4e04c7,_0x115527){return _0x4e04c7(_0x115527);},'JNzJM':'unknown','nHMlE':_0x4629d8(0x233),'vyHZw':_0x4629d8(0x217),'mEBFZ':function(_0x40fd2d,_0x2cfe79){return _0x40fd2d===_0x2cfe79;},'ALrVm':_0x4629d8(0x1d1),'bLZcF':_0x4629d8(0x240),'uWwvS':_0x4629d8(0x1bd),'PEYhK':_0x4629d8(0x1f3)};let _0x4d072d=[];if(helper[_0x4629d8(0x1c1)]()&&_0x4539eb[_0x4629d8(0x22a)](isTestObservabilitySession))_0x4d072d=_0xcd5ebc[_0x4629d8(0x216)]?constants[_0x4629d8(0x201)]:constants[_0x4629d8(0x238)];else{if(_0x4539eb[_0x4629d8(0x1d2)](isTestObservabilitySession))_0x4d072d=constants[_0x4629d8(0x20d)];else helper[_0x4629d8(0x1c1)]()&&(_0x4d072d=_0xcd5ebc[_0x4629d8(0x216)]?constants['APP_AUTOMATE']:constants['AUTOMATE']);}let _0x30fff7=_0xcd5ebc[_0x4629d8(0x22e)];if(_0x4539eb[_0x4629d8(0x1e7)](_0x30fff7,null))_0x30fff7=_0x4539eb['mhuPW'];else _0x4539eb[_0x4629d8(0x203)](_0x30fff7,undefined)&&(_0x30fff7=_0x4539eb[_0x4629d8(0x1b0)]);unhandledErrors&&_0x4539eb[_0x4629d8(0x1c0)](unhandledErrors[_0x4629d8(0x1cc)],0x0)&&(_0x42839d['globalException']=unhandledErrors);global[_0x4629d8(0x231)]&&(_0x42839d[_0x4629d8(0x231)]=global[_0x4629d8(0x231)]);try{if(_0x42839d[_0x4629d8(0x1ca)]){if(_0x4539eb['VjBLl'](_0x19e632,_0x4539eb[_0x4629d8(0x1b7)])&&_0x4539eb['lzyQo'](_0x42839d['error'][_0x4629d8(0x1cc)],0x0)){const _0x1d78d3={};_0x1d78d3['os']='',_0x1d78d3[_0x4629d8(0x1ef)]='',_0x1d78d3[_0x4629d8(0x230)]='',_0x1d78d3['browserVersion']='';const _0x5445cb=_0x1d78d3;let _0x3417d2={};const _0x439d70=_0x42839d[_0x4629d8(0x1ca)];_0x3417d2=_0x439d70[_0x4629d8(0x22d)]((_0x197660,_0x25d17c)=>{for(const _0x1529d6 in _0x25d17c){_0x197660[_0x1529d6]=_0x25d17c[_0x1529d6];}return _0x197660;},{});const _0x13f80e={};_0x13f80e[_0x4629d8(0x210)]=_0x3417d2,_0x42839d['error']=[Object[_0x4629d8(0x214)]({},_0x5445cb,_0x13f80e)];}else{let _0x116cd0=0x0;const _0x28a75b=_0x4539eb[_0x4629d8(0x224)](_0x19e632,_0x4539eb[_0x4629d8(0x1ec)])?JSON[_0x4629d8(0x200)](_0x42839d['error']):_0x42839d[_0x4629d8(0x1ca)],_0x4aefa1=Object[_0x4629d8(0x23d)](_0x28a75b);_0x4aefa1[_0x4629d8(0x23f)](_0x2f4186=>{const _0x3f4b25=_0x4629d8;if(_0x4539eb[_0x3f4b25(0x1e5)](typeof _0x2f4186,_0x4539eb[_0x3f4b25(0x1cd)])){const _0x2738a1=Object['values'](_0x2f4186);!_0x2738a1[_0x3f4b25(0x1d6)](_0x3cd705=>_0x3cd705===null||_0x3cd705===undefined||_0x3cd705==='')&&(_0x116cd0+=0x1);}});if(_0x4539eb[_0x4629d8(0x205)](_0x116cd0,0x0))delete _0x42839d[_0x4539eb[_0x4629d8(0x1d7)]];else{const _0x369010=[];Object[_0x4629d8(0x1b5)](_0x28a75b)['forEach'](_0x1f868c=>{const _0x3b3471=_0x4629d8,[_0x4c3ab6,_0x2c44e1,_0x23008e,_0x6f623f]=_0x1f868c[_0x3b3471(0x220)](',\x20');let _0x24d5ce={};if(!_0x6f623f){const _0x244f83={};_0x244f83[_0x3b3471(0x1cb)]=_0x4c3ab6,_0x244f83[_0x3b3471(0x1ef)]=_0x2c44e1,_0x244f83[_0x3b3471(0x230)]=_0x23008e,_0x24d5ce=_0x244f83;}else{const _0x1fedaf={};_0x1fedaf['os']=_0x4c3ab6,_0x1fedaf['osVersion']=_0x2c44e1,_0x1fedaf[_0x3b3471(0x230)]=_0x23008e,_0x1fedaf[_0x3b3471(0x1e2)]=_0x6f623f,_0x24d5ce=_0x1fedaf;}const _0x6b2d3d={},_0x42ca87=_0x28a75b[_0x1f868c];Object[_0x3b3471(0x1b5)](_0x42ca87)['forEach'](_0x57fc26=>{const _0x344c85=_0x3b3471;_0x4539eb['iKPHj'](_0x42ca87[_0x57fc26][_0x344c85(0x1cc)],0x0)&&(_0x6b2d3d[_0x57fc26]=_0x42ca87[_0x57fc26]);}),_0x4539eb[_0x3b3471(0x1b2)](Object['keys'](_0x6b2d3d)[_0x3b3471(0x1cc)],0x0)&&(_0x24d5ce[_0x4539eb[_0x3b3471(0x20c)]]=_0x6b2d3d,_0x369010[_0x3b3471(0x1dc)](_0x24d5ce));}),_0x4539eb[_0x4629d8(0x1f8)](_0x369010[_0x4629d8(0x1cc)],0x0)?_0x42839d['error']=_0x369010:delete _0x42839d[_0x4539eb[_0x4629d8(0x1d7)]];}}}}catch(_0x4f2a0b){delete _0x42839d[_0x4539eb[_0x4629d8(0x1d7)]],logger[_0x4629d8(0x22b)](_0x4539eb['NBVuX'](_0x4539eb[_0x4629d8(0x1ff)],_0x4f2a0b));}const _0x9c1459=helper[_0x4629d8(0x1c2)](_0xcd5ebc,_0xcd5ebc[_0x4629d8(0x20b)]),_0x526b27={'userName':helper[_0x4629d8(0x23c)](_0xcd5ebc),'accessKey':helper[_0x4629d8(0x219)](_0xcd5ebc),'event_type':_0x3a109a,'detectedFramework':_0x19e632,'buildHashedId':globals[_0x4629d8(0x226)](_0x4539eb['FyGLO']),'optimalHubUrl':helper[_0x4629d8(0x21a)](),'event_properties':{'testhub_uuid':process[_0x4629d8(0x1b4)][testHubConstants[_0x4629d8(0x1c9)][_0x4629d8(0x204)]]||'','sdkRunId':global[_0x4629d8(0x231)],'product_map':_0x4539eb[_0x4629d8(0x1fd)](getProductMap,_0xcd5ebc),'productMap':_0x4539eb[_0x4629d8(0x21d)](getProductMap,_0xcd5ebc),'language_framework':_0xcd5ebc[_0x4629d8(0x208)]||_0x4539eb['JNzJM'],'referrer':helper[_0x4629d8(0x207)](_0x19e632),'framework':_0xcd5ebc['framework'],'frameworkVersion':helper[_0x4629d8(0x218)](_0x19e632),'automationFramework':_0x9c1459[_0x4629d8(0x1e6)],'automationFrameworkVersion':_0x9c1459['version'],'language':_0x4539eb[_0x4629d8(0x1e9)],'languageVersion':process[_0x4629d8(0x213)],'product':_0x4d072d,'buildName':_0xcd5ebc[_0x4629d8(0x1bf)]||_0x4539eb[_0x4629d8(0x1b0)],'buildIdentifier':_0x30fff7,'os':os['type']()||_0x4539eb[_0x4629d8(0x223)],'hostname':os['hostname']()||_0x4539eb[_0x4629d8(0x223)],..._0x42839d}};try{_0x4539eb[_0x4629d8(0x1e5)](_0x3a109a,_0x4539eb['vyHZw'])&&(_0x526b27['event_properties']['browserStackConfig']=helper[_0x4629d8(0x222)](_0xcd5ebc)),_0x4539eb[_0x4629d8(0x236)](_0x19e632,_0x4539eb[_0x4629d8(0x1ec)])?_0x526b27['event_properties'][_0x4629d8(0x1d4)]=helper[_0x4629d8(0x1e1)][_0x4629d8(0x21f)](null,_0x4539eb[_0x4629d8(0x1d2)](getTransformPath),!![]):_0x526b27[_0x4629d8(0x23b)][_0x4629d8(0x1f0)]=helper[_0x4629d8(0x1be)](_0x4539eb[_0x4629d8(0x1b6)]);}catch(_0x1fb031){logger[_0x4629d8(0x22b)](_0x4629d8(0x1b3)+_0x1fb031);}const _0x432016={};_0x432016[_0x4629d8(0x1d0)]=_0x4539eb[_0x4629d8(0x1ee)];const _0x26ea9e={'headers':_0x432016,'body':_0x526b27,'auth':{'user':helper[_0x4629d8(0x23c)](_0xcd5ebc),'pass':helper[_0x4629d8(0x219)](_0xcd5ebc)},'json':!![]};logger[_0x4629d8(0x22b)](_0x4629d8(0x1d9)+JSON['stringify'](_0x26ea9e[_0x4629d8(0x1c5)])['replace'](new RegExp(helper[_0x4629d8(0x23c)](_0xcd5ebc),'g'),_0x4539eb[_0x4629d8(0x20a)])[_0x4629d8(0x228)](new RegExp(helper[_0x4629d8(0x219)](_0xcd5ebc),'g'),_0x4539eb[_0x4629d8(0x20a)]));try{const _0x44e844=await helper[_0x4629d8(0x1f6)](_0x4539eb[_0x4629d8(0x20e)],constants[_0x4629d8(0x22f)],_0x26ea9e,_0xcd5ebc);logger[_0x4629d8(0x22b)](_0x4629d8(0x1dd)+_0x3a109a+_0x4629d8(0x1eb)+util[_0x4629d8(0x1ed)]('%j',_0x44e844));}catch(_0x57fcec){logger[_0x4629d8(0x22b)]('Error\x20in\x20firing\x20request\x20to\x20'+FUNNEL_INSTRUMENTATION_API_URL+'\x20:\x20'+util[_0x4629d8(0x1ed)](_0x57fcec));}},exports[a132_0x195e45(0x1c4)]=async _0x2e9881=>{const _0x1c3e78=a132_0x195e45,_0x4020f6={'KYBuk':function(_0x50c0ac){return _0x50c0ac();},'eKDXO':_0x1c3e78(0x23a),'NJaDT':_0x1c3e78(0x239),'RkwqC':_0x1c3e78(0x217),'kPkOO':function(_0x12dc22,_0x253dab,_0x22c093){return _0x12dc22(_0x253dab,_0x22c093);},'DSXVT':function(_0x2f6f8d,_0x19602b){return _0x2f6f8d+_0x19602b;},'VSIFs':_0x1c3e78(0x215)};try{await _0x2e9881['stopPercy'](),_0x4020f6[_0x1c3e78(0x1fe)](printNudgeLocalNotSetError);const _0x370078={};_0x370078[_0x1c3e78(0x1ca)]=_0x2e9881[_0x1c3e78(0x1af)]?_0x2e9881[_0x1c3e78(0x1af)]:'{}';const _0x2831b1=_0x370078,_0x141ddf=Object['assign']({},_0x2831b1);!!_0x2e9881[_0x1c3e78(0x1cf)]&&(_0x141ddf[_0x4020f6['eKDXO']]={'reason':_0x4020f6[_0x1c3e78(0x21c)],'signal':_0x2e9881['killSignal']});unhandledErrors=_0x2e9881['unhandledErrors']['join']('\x0a');let _0x316068,_0x107786,_0x466f16;helper[_0x1c3e78(0x1b1)](_0x2e9881[_0x1c3e78(0x1d3)])?([_0x316068,_0x107786]=await helper[_0x1c3e78(0x1fc)](_0x2e9881[_0x1c3e78(0x1d3)]),[_0x466f16]=await Promise[_0x1c3e78(0x1de)]([helper['getTurboScaleSessionsList'](_0x316068,_0x2e9881[_0x1c3e78(0x1d3)]),exports[_0x1c3e78(0x22c)](_0x4020f6[_0x1c3e78(0x1fb)],_0x141ddf,_0x2e9881['config'],_0x2e9881['framework'])])):([_0x316068,_0x107786]=await helper[_0x1c3e78(0x202)](_0x2e9881['config']),[_0x466f16]=await Promise[_0x1c3e78(0x1de)]([helper['getSessionsList'](_0x316068,_0x2e9881[_0x1c3e78(0x1d3)]),exports[_0x1c3e78(0x22c)](_0x4020f6['RkwqC'],_0x141ddf,_0x2e9881['config'],_0x2e9881[_0x1c3e78(0x20b)])])),_0x466f16&&await _0x4020f6[_0x1c3e78(0x1b9)](generateCIArtifacts,_0x466f16,_0x107786),logger[_0x1c3e78(0x232)](_0x1c3e78(0x1d8)+_0x2e9881['sdkRunId']+',\x20testhub\x20id:\x20'+process[_0x1c3e78(0x1b4)]['BROWSERSTACK_TESTHUB_UUID']),await helper[_0x1c3e78(0x1f1)](_0x2e9881[_0x1c3e78(0x1d3)]);}catch(_0x5d5baa){logger[_0x1c3e78(0x22b)](_0x4020f6[_0x1c3e78(0x225)](_0x4020f6[_0x1c3e78(0x1f5)],_0x5d5baa));}helper[_0x1c3e78(0x1df)]();},exports[a132_0x195e45(0x235)]=_0x34e429=>{const _0x108e2e=a132_0x195e45,_0x12ac5e={'gmXMY':function(_0x1a0413,_0x4f2e45){return _0x1a0413 instanceof _0x4f2e45;},'btEBV':function(_0x1db864,_0x2e2eef){return _0x1db864(_0x2e2eef);}};try{if(_0x12ac5e[_0x108e2e(0x1fa)](_0x34e429,Error))return _0x34e429[_0x108e2e(0x1c8)]||_0x34e429['toString']();return _0x12ac5e[_0x108e2e(0x20f)](String,_0x34e429);}catch(_0x5d998e){return _0x34e429?_0x34e429['toString']():'';}},exports['isNullOrEmpty']=_0x130051=>{const _0x29897c=a132_0x195e45,_0x12274d={};_0x12274d['imCmq']=function(_0x5dc1c1,_0x18145e){return _0x5dc1c1===_0x18145e;};const _0x15604e=_0x12274d;return!_0x130051||_0x15604e[_0x29897c(0x1ea)](_0x130051[_0x29897c(0x1e8)](),'');},exports[a132_0x195e45(0x1b8)]=_0x3da51e=>{const _0x211ab6=a132_0x195e45,_0xb181ac={};_0xb181ac[_0x211ab6(0x1d5)]=function(_0x57fdab,_0x5753a8){return _0x57fdab|_0x5753a8;};const _0x3573d9=_0xb181ac;try{return fs[_0x211ab6(0x1c3)](_0x3da51e,_0x3573d9[_0x211ab6(0x1d5)](fs[_0x211ab6(0x234)]['W_OK'],fs[_0x211ab6(0x234)][_0x211ab6(0x237)])),!![];}catch(_0x389957){return![];}},exports['setReadWriteExecuteAccess']=_0x294f63=>{const _0x34bd7b=a132_0x195e45;try{fs[_0x34bd7b(0x21e)](_0x294f63,0x1ff),logger[_0x34bd7b(0x22b)](_0x34bd7b(0x227)+_0x294f63+_0x34bd7b(0x212));}catch(_0x12e378){logger['error']('Failed\x20to\x20set\x20directory\x20access:\x20'+exports['getStackTraceAsString'](_0x12e378));}};
@@ -1 +1 @@
1
- function a130_0x2dd0(){var _0x23d59a=['enFfh','GVVTt','cVqnU','localIdentifier','accessibilityOptions.authToken','appiumVersion','testhubBuildUuid','TauDd','accessKey','CIDrY','wAnCj','XgFPA','project','4jWXJNt','DUrtF','CFJEf','browserstack.playwrightVersion','browser','tWuVx','Ncapg','browserstack.performance','gzcdv','1570cRpuzL','accessibilityOptions.includeIssueType.needsReview','browserstackSDK','GsZbF','browserstack.telemetryLogs','906209oLRSyt','edrQo','projectName','seleniumLogs','headerParams','browserstack.accessibilityOptions.wcagVersion','os_version','browserstack.customNetwork','browserstack.seleniumLogs','playwrightVersion','osVersion','consoleLogs','idleTimeout','65mjtGjy','browserstack.idleTimeout','buildName','browserstack.networkProfile','browserstack.networkLogs','browserstack.timezone','365132siLXRF','3774DEHMcE','65LqcsQu','accessibilityOptions.includeIssueType.bestPractice','browserstack.overridelocalInfo.localIdentifier','YbHoc','98538BWLKVP','seleniumVersion','telemetryLogs','ubiXJ','wsLocalSupport','jHnSc','1322796YVtDmy','timezone','browserstack.accessibilityOptions.scannerProcessingTimeout','NjEAp','geoLocation','browserstack.localIdentifier','jNgiM','yPpIf','enableSim','browserstack.networkLogsOptions','xHbOl','mdDiT','accessibilityOptions.wcagVersion','browserstack.hosts','gMBMs','resolution','build','BzExh','GmUYN','browserstack.enableSim','sessionName','browserstack.simOptions','debug','realMobile','rXKdv','browserstack.browserstackSDK','browserstack.buildIdentifier','browserstack.testhubBuildUuid','ldKof','useW3c','browserstack.local','browserstack.accessibilityOptions.authToken','browserstack.use_w3c','browserstack.headerParams','NFhri','browserstack.accessibilityOptions.includeIssueType.needsReview','buildProductMap','browserstack.appiumLogs','browserstack.key','ZrjwF','VwXMP','Jwtaf','SKhhl','browserVersion','browserstack.console','2083167kXVTsw','networkLogs','DHMeE','browserstack.video','kqeXo','MtyLc','IGtYw','browser_version','PHkxK','sCndY','8123229RvNVil','EgImo','nlumA','fBkXU','maskBasicAuth','nkKsS','ZMONu','bfcache','disableCorsRestrictions','rZmWb','deviceOrientation','browserstack.maskBasicAuth','networkLogsOptions','browserstack.maskCommands','browserstack.appium_version','ebqie','userName','browserstack.selenium_version','8ApAkHX','overridelocalInfo.userAuthToken','browserstack.debug','name','performance','2331EQccFD','MlXJe','RtHIT','accessibilityOptions.scannerProcessingTimeout','device','deviceName','RFTlP','accessibilityOptions.scannerVersion','uploadMedia','mkwXv'];a130_0x2dd0=function(){return _0x23d59a;};return a130_0x2dd0();}function a130_0xea54(_0x75199e,_0x53915a){var _0x2dd036=a130_0x2dd0();return a130_0xea54=function(_0xea544e,_0x26565f){_0xea544e=_0xea544e-0x1f0;var _0x47aafe=_0x2dd036[_0xea544e];return _0x47aafe;},a130_0xea54(_0x75199e,_0x53915a);}(function(_0x2e55b6,_0x3ec1a5){var _0x35bbcf=a130_0xea54,_0x1b8c5c=_0x2e55b6();while(!![]){try{var _0x266ffe=-parseInt(_0x35bbcf(0x238))/0x1+parseInt(_0x35bbcf(0x22a))/0x2*(-parseInt(_0x35bbcf(0x1f2))/0x3)+parseInt(_0x35bbcf(0x24b))/0x4*(parseInt(_0x35bbcf(0x24d))/0x5)+parseInt(_0x35bbcf(0x24c))/0x6*(parseInt(_0x35bbcf(0x213))/0x7)+parseInt(_0x35bbcf(0x20e))/0x8*(parseInt(_0x35bbcf(0x1fc))/0x9)+parseInt(_0x35bbcf(0x233))/0xa*(parseInt(_0x35bbcf(0x251))/0xb)+-parseInt(_0x35bbcf(0x257))/0xc*(parseInt(_0x35bbcf(0x245))/0xd);if(_0x266ffe===_0x3ec1a5)break;else _0x1b8c5c['push'](_0x1b8c5c['shift']());}catch(_0x12505e){_0x1b8c5c['push'](_0x1b8c5c['shift']());}}}(a130_0x2dd0,0xd1b5b),exports['W3CMapping']=()=>{var _0xd3da37=a130_0xea54,_0x329f4b={};_0x329f4b[_0xd3da37(0x26f)]=_0xd3da37(0x20c),_0x329f4b[_0xd3da37(0x1fa)]=_0xd3da37(0x225),_0x329f4b['eeNei']=_0xd3da37(0x242),_0x329f4b[_0xd3da37(0x21c)]=_0xd3da37(0x22e),_0x329f4b[_0xd3da37(0x239)]=_0xd3da37(0x1f0),_0x329f4b['ZMONu']=_0xd3da37(0x274),_0x329f4b[_0xd3da37(0x236)]=_0xd3da37(0x23a),_0x329f4b[_0xd3da37(0x273)]=_0xd3da37(0x247),_0x329f4b[_0xd3da37(0x256)]=_0xd3da37(0x26b),_0x329f4b[_0xd3da37(0x269)]='local',_0x329f4b[_0xd3da37(0x25d)]=_0xd3da37(0x220),_0x329f4b[_0xd3da37(0x22b)]=_0xd3da37(0x26d),_0x329f4b['LkBHx']=_0xd3da37(0x243),_0x329f4b['iajmE']=_0xd3da37(0x1f3),_0x329f4b[_0xd3da37(0x22c)]=_0xd3da37(0x208),_0x329f4b[_0xd3da37(0x21d)]='appiumLogs',_0x329f4b['NFhri']='video',_0x329f4b['raeNa']=_0xd3da37(0x23b),_0x329f4b[_0xd3da37(0x230)]=_0xd3da37(0x253),_0x329f4b[_0xd3da37(0x205)]=_0xd3da37(0x25b),_0x329f4b[_0xd3da37(0x20b)]=_0xd3da37(0x258),_0x329f4b['XgFPA']=_0xd3da37(0x266),_0x329f4b[_0xd3da37(0x250)]=_0xd3da37(0x252),_0x329f4b[_0xd3da37(0x25a)]='maskCommands',_0x329f4b['wAnCj']=_0xd3da37(0x244),_0x329f4b[_0xd3da37(0x219)]=_0xd3da37(0x200),_0x329f4b['uCvbh']='autoWait',_0x329f4b[_0xd3da37(0x201)]='hosts',_0x329f4b[_0xd3da37(0x27e)]=_0xd3da37(0x203),_0x329f4b[_0xd3da37(0x1f8)]=_0xd3da37(0x255),_0x329f4b[_0xd3da37(0x215)]=_0xd3da37(0x204),_0x329f4b[_0xd3da37(0x268)]=_0xd3da37(0x218),_0x329f4b[_0xd3da37(0x1fd)]=_0xd3da37(0x26e),_0x329f4b['GVVTt']=_0xd3da37(0x222),_0x329f4b[_0xd3da37(0x1fb)]=_0xd3da37(0x206),_0x329f4b[_0xd3da37(0x1f6)]='customNetwork',_0x329f4b[_0xd3da37(0x1fe)]='networkProfile',_0x329f4b['gMBMs']='buildIdentifier',_0x329f4b['MlXJe']=_0xd3da37(0x235),_0x329f4b[_0xd3da37(0x27f)]='accessibility',_0x329f4b[_0xd3da37(0x1ff)]=_0xd3da37(0x27b),_0x329f4b[_0xd3da37(0x254)]=_0xd3da37(0x223),_0x329f4b[_0xd3da37(0x261)]=_0xd3da37(0x263),_0x329f4b['mdDiT']=_0xd3da37(0x21a),_0x329f4b['tHtBr']=_0xd3da37(0x216),_0x329f4b[_0xd3da37(0x232)]=_0xd3da37(0x24e),_0x329f4b['yPpIf']=_0xd3da37(0x234),_0x329f4b[_0xd3da37(0x280)]=_0xd3da37(0x221),_0x329f4b[_0xd3da37(0x1f4)]=_0xd3da37(0x21b),_0x329f4b[_0xd3da37(0x1f7)]=_0xd3da37(0x25f),_0x329f4b['CIDrY']='simOptions',_0x329f4b[_0xd3da37(0x281)]=_0xd3da37(0x241),_0x329f4b[_0xd3da37(0x21f)]=_0xd3da37(0x20f),_0x329f4b['GutvG']='overridelocalInfo.localIdentifier',_0x329f4b[_0xd3da37(0x224)]=_0xd3da37(0x23c),_0x329f4b[_0xd3da37(0x22f)]=_0xd3da37(0x212);var _0x1371ad=_0x329f4b,_0x334517={};return _0x334517['browserstack.user']=_0x1371ad[_0xd3da37(0x26f)],_0x334517[_0xd3da37(0x27d)]=_0x1371ad['PHkxK'],_0x334517['os']='os',_0x334517[_0xd3da37(0x23e)]=_0x1371ad['eeNei'],_0x334517[_0xd3da37(0x22e)]=_0x1371ad[_0xd3da37(0x21c)],_0x334517[_0xd3da37(0x1f9)]=_0x1371ad[_0xd3da37(0x239)],_0x334517[_0xd3da37(0x277)]=_0x1371ad[_0xd3da37(0x202)],_0x334517[_0xd3da37(0x229)]=_0x1371ad[_0xd3da37(0x236)],_0x334517[_0xd3da37(0x267)]=_0x1371ad['ldKof'],_0x334517[_0xd3da37(0x211)]=_0x1371ad[_0xd3da37(0x256)],_0x334517[_0xd3da37(0x275)]=_0x1371ad[_0xd3da37(0x269)],_0x334517[_0xd3da37(0x25c)]=_0x1371ad[_0xd3da37(0x25d)],_0x334517[_0xd3da37(0x210)]=_0x1371ad[_0xd3da37(0x22b)],_0x334517[_0xd3da37(0x1f1)]=_0x1371ad['LkBHx'],_0x334517[_0xd3da37(0x249)]=_0x1371ad['iajmE'],_0x334517[_0xd3da37(0x260)]=_0x1371ad['CFJEf'],_0x334517[_0xd3da37(0x27c)]=_0x1371ad[_0xd3da37(0x21d)],_0x334517[_0xd3da37(0x1f5)]=_0x1371ad[_0xd3da37(0x279)],_0x334517[_0xd3da37(0x240)]=_0x1371ad['raeNa'],_0x334517[_0xd3da37(0x237)]=_0x1371ad[_0xd3da37(0x230)],_0x334517['browserstack.geoLocation']=_0x1371ad[_0xd3da37(0x205)],_0x334517[_0xd3da37(0x24a)]=_0x1371ad['ebqie'],_0x334517[_0xd3da37(0x266)]=_0x1371ad[_0xd3da37(0x228)],_0x334517[_0xd3da37(0x20d)]=_0x1371ad[_0xd3da37(0x250)],_0x334517[_0xd3da37(0x209)]=_0x1371ad['NjEAp'],_0x334517[_0xd3da37(0x246)]=_0x1371ad[_0xd3da37(0x227)],_0x334517[_0xd3da37(0x207)]=_0x1371ad[_0xd3da37(0x219)],_0x334517['browserstack.autoWait']=_0x1371ad['uCvbh'],_0x334517[_0xd3da37(0x264)]=_0x1371ad['nkKsS'],_0x334517['browserstack.bfcache']=_0x1371ad[_0xd3da37(0x27e)],_0x334517['browserstack.wsLocalSupport']=_0x1371ad['IGtYw'],_0x334517['browserstack.disableCorsRestrictions']=_0x1371ad[_0xd3da37(0x215)],_0x334517[_0xd3da37(0x217)]=_0x1371ad[_0xd3da37(0x268)],_0x334517[_0xd3da37(0x26e)]=_0x1371ad[_0xd3da37(0x1fd)],_0x334517[_0xd3da37(0x20a)]=_0x1371ad[_0xd3da37(0x21e)],_0x334517[_0xd3da37(0x206)]=_0x1371ad[_0xd3da37(0x1fb)],_0x334517[_0xd3da37(0x23f)]=_0x1371ad[_0xd3da37(0x1f6)],_0x334517[_0xd3da37(0x248)]=_0x1371ad[_0xd3da37(0x1fe)],_0x334517[_0xd3da37(0x271)]=_0x1371ad[_0xd3da37(0x265)],_0x334517[_0xd3da37(0x270)]=_0x1371ad[_0xd3da37(0x214)],_0x334517['browserstack.accessibility']=_0x1371ad['VwXMP'],_0x334517['browserstack.buildProductMap']=_0x1371ad[_0xd3da37(0x1ff)],_0x334517[_0xd3da37(0x272)]=_0x1371ad[_0xd3da37(0x254)],_0x334517[_0xd3da37(0x23d)]=_0x1371ad[_0xd3da37(0x261)],_0x334517['browserstack.accessibilityOptions.scannerVersion']=_0x1371ad[_0xd3da37(0x262)],_0x334517[_0xd3da37(0x259)]=_0x1371ad['tHtBr'],_0x334517['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x1371ad[_0xd3da37(0x232)],_0x334517[_0xd3da37(0x27a)]=_0x1371ad[_0xd3da37(0x25e)],_0x334517[_0xd3da37(0x276)]=_0x1371ad['Jwtaf'],_0x334517['browserstack.uploadMedia']=_0x1371ad[_0xd3da37(0x1f4)],_0x334517[_0xd3da37(0x26a)]=_0x1371ad[_0xd3da37(0x1f7)],_0x334517[_0xd3da37(0x26c)]=_0x1371ad[_0xd3da37(0x226)],_0x334517[_0xd3da37(0x22d)]=_0x1371ad[_0xd3da37(0x281)],_0x334517['browserstack.overridelocalInfo.userAuthToken']=_0x1371ad[_0xd3da37(0x21f)],_0x334517[_0xd3da37(0x24f)]=_0x1371ad['GutvG'],_0x334517[_0xd3da37(0x278)]=_0x1371ad['TauDd'],_0x334517[_0xd3da37(0x231)]=_0x1371ad['tWuVx'],_0x334517;});
1
+ function a133_0x36ec(){var _0x46b842=['accessibility','347337ndUZGC','browserstack.timezone','gWLep','realMobile','HKjCR','browser_version','customNetwork','browserstack.console','device','browserstack.maskBasicAuth','kQgDG','browserVersion','qZDlU','xKijz','aEXwL','browserstack.disableCorsRestrictions','browserstack.user','osVersion','debug','performance','geoLocation','hosts','PNBIu','66816aKyLxX','jkXZC','pMzmS','yrKOg','browserstack.appium_version','vdqvi','networkLogsOptions','autoWait','maskBasicAuth','seleniumLogs','aYdqB','accessibilityOptions.includeIssueType.needsReview','QbpBm','browserstack.playwrightVersion','oEXZu','browserstackSDK','fdjme','overridelocalInfo.userAuthToken','idleTimeout','LHvoo','accessibilityOptions.scannerProcessingTimeout','ICbrz','browserstack.performance','6639YxPYMw','browserstack.selenium_version','resolution','overridelocalInfo.localIdentifier','useW3c','browserstack.local','198260gtYtFT','browserstack.uploadMedia','browserstack.buildIdentifier','tMikJ','playwrightVersion','FIKyo','W3CMapping','ZMXEr','browserstack.networkLogsOptions','zHMug','accessibilityOptions.wcagVersion','browserstack.video','testhubBuildUuid','browserstack.hosts','otFsJ','browserstack.simOptions','HvyPI','browserstack.bfcache','EAbWk','bfcache','KAeCD','appiumLogs','enableSim','dXKRS','browserstack.accessibilityOptions.includeIssueType.bestPractice','10rVcuTs','lRzHO','scrDj','browserstack.wsLocalSupport','networkLogs','ETnfG','browserstack.accessibilityOptions.includeIssueType.needsReview','networkProfile','dDqBG','38hHvDRi','browserstack.overridelocalInfo.userAuthToken','accessibilityOptions.authToken','browserstack.key','14746jziDQX','14122229XnFHhM','RLScy','browserstack.accessibilityOptions.authToken','XHGDL','localIdentifier','nTlnF','xPKJc','browserstack.networkLogs','LtsDv','CfptM','browserstack.headerParams','RhLea','cmQqi','browserstack.overridelocalInfo.localIdentifier','local','buildProductMap','8xYWpAD','gAgIE','headerParams','Wtikf','browserstack.geoLocation','Zebem','video','lMwyv','QvMTv','ROOHa','Pvttb','628EtxxHF','browserstack.idleTimeout','browserstack.networkProfile','deviceOrientation','browserstack.accessibility','WaFLy','uploadMedia','timezone','wsLocalSupport','buildIdentifier','os_version','wKRMr','oCrYI','appiumVersion','disableCorsRestrictions','browserstack.autoWait','PGCnj','2382527OKeuQS','browserstack.enableSim','zyEGe','build','accessibilityOptions.scannerVersion','xyuAt','browserstack.maskCommands','VNnNS','seleniumVersion','browserstack.browserstackSDK','deviceName','telemetryLogs','lOzlr','browser','simOptions','UwyDM','usGby'];a133_0x36ec=function(){return _0x46b842;};return a133_0x36ec();}var a133_0x583f0d=a133_0x3edb;function a133_0x3edb(_0x82b5f,_0x51211e){var _0x36ec66=a133_0x36ec();return a133_0x3edb=function(_0x3edb47,_0x2e0b3e){_0x3edb47=_0x3edb47-0x66;var _0x5c47fa=_0x36ec66[_0x3edb47];return _0x5c47fa;},a133_0x3edb(_0x82b5f,_0x51211e);}(function(_0x986a51,_0x31bc29){var _0x9ee82a=a133_0x3edb,_0xed25b9=_0x986a51();while(!![]){try{var _0x30ad13=-parseInt(_0x9ee82a(0xf7))/0x1*(parseInt(_0x9ee82a(0xfb))/0x2)+parseInt(_0x9ee82a(0xcf))/0x3*(-parseInt(_0x9ee82a(0x7e))/0x4)+-parseInt(_0x9ee82a(0xd5))/0x5+parseInt(_0x9ee82a(0xb8))/0x6+-parseInt(_0x9ee82a(0x8f))/0x7+-parseInt(_0x9ee82a(0x73))/0x8*(parseInt(_0x9ee82a(0xa1))/0x9)+-parseInt(_0x9ee82a(0xee))/0xa*(-parseInt(_0x9ee82a(0xfc))/0xb);if(_0x30ad13===_0x31bc29)break;else _0xed25b9['push'](_0xed25b9['shift']());}catch(_0x1de654){_0xed25b9['push'](_0xed25b9['shift']());}}}(a133_0x36ec,0x3cbb2),exports[a133_0x583f0d(0xdb)]=()=>{var _0x17a371=a133_0x583f0d,_0x1f3936={};_0x1f3936[_0x17a371(0x66)]='userName',_0x1f3936['XVhTz']='accessKey',_0x1f3936[_0x17a371(0xf3)]=_0x17a371(0xb2),_0x1f3936[_0x17a371(0xe3)]=_0x17a371(0x9c),_0x1f3936['xPKJc']=_0x17a371(0xac),_0x1f3936['lMwyv']=_0x17a371(0xd3),_0x1f3936[_0x17a371(0xb7)]='projectName',_0x1f3936['xyuAt']='buildName',_0x1f3936['QvMTv']='sessionName',_0x1f3936['gWLep']=_0x17a371(0x71),_0x1f3936[_0x17a371(0x6b)]=_0x17a371(0x67),_0x1f3936[_0x17a371(0x6e)]=_0x17a371(0xb3),_0x1f3936['lRzHO']='consoleLogs',_0x1f3936[_0x17a371(0x76)]=_0x17a371(0xf2),_0x1f3936[_0x17a371(0x68)]=_0x17a371(0xbe),_0x1f3936[_0x17a371(0xcd)]=_0x17a371(0xea),_0x1f3936[_0x17a371(0x7c)]=_0x17a371(0x79),_0x1f3936[_0x17a371(0xf6)]=_0x17a371(0xc1),_0x1f3936[_0x17a371(0x83)]=_0x17a371(0x9a),_0x1f3936[_0x17a371(0xdc)]=_0x17a371(0xb5),_0x1f3936[_0x17a371(0xd8)]=_0x17a371(0x85),_0x1f3936[_0x17a371(0xc8)]=_0x17a371(0xd1),_0x1f3936[_0x17a371(0xbd)]=_0x17a371(0x97),_0x1f3936[_0x17a371(0x78)]='maskCommands',_0x1f3936[_0x17a371(0xaf)]=_0x17a371(0xca),_0x1f3936[_0x17a371(0xe5)]=_0x17a371(0xc0),_0x1f3936[_0x17a371(0xae)]=_0x17a371(0xbf),_0x1f3936['cmQqi']=_0x17a371(0xb6),_0x1f3936[_0x17a371(0x9f)]=_0x17a371(0xe8),_0x1f3936[_0x17a371(0x8e)]=_0x17a371(0x86),_0x1f3936[_0x17a371(0x91)]=_0x17a371(0x8c),_0x1f3936['lOzlr']=_0x17a371(0x99),_0x1f3936[_0x17a371(0xbb)]='realMobile',_0x1f3936[_0x17a371(0xc2)]=_0x17a371(0x8b),_0x1f3936[_0x17a371(0xc6)]=_0x17a371(0x81),_0x1f3936[_0x17a371(0xcb)]=_0x17a371(0xa7),_0x1f3936[_0x17a371(0xa5)]=_0x17a371(0xf5),_0x1f3936[_0x17a371(0xf0)]=_0x17a371(0x87),_0x1f3936['pMzmS']=_0x17a371(0xc7),_0x1f3936[_0x17a371(0xe7)]=_0x17a371(0xa0),_0x1f3936[_0x17a371(0xab)]=_0x17a371(0x72),_0x1f3936['CfptM']=_0x17a371(0xe1),_0x1f3936[_0x17a371(0x89)]=_0x17a371(0xdf),_0x1f3936[_0x17a371(0xc4)]=_0x17a371(0x93),_0x1f3936[_0x17a371(0xda)]=_0x17a371(0xcc),_0x1f3936[_0x17a371(0xec)]='accessibilityOptions.includeIssueType.bestPractice',_0x1f3936[_0x17a371(0x9e)]=_0x17a371(0xc3),_0x1f3936['KAeCD']=_0x17a371(0xf9),_0x1f3936[_0x17a371(0x74)]=_0x17a371(0x84),_0x1f3936[_0x17a371(0xb9)]=_0x17a371(0xeb),_0x1f3936[_0x17a371(0x96)]=_0x17a371(0x9d),_0x1f3936[_0x17a371(0xfd)]=_0x17a371(0xd9),_0x1f3936[_0x17a371(0x8a)]=_0x17a371(0xc9),_0x1f3936[_0x17a371(0xde)]=_0x17a371(0xd2),_0x1f3936['Pvttb']=_0x17a371(0x75),_0x1f3936[_0x17a371(0xad)]=_0x17a371(0xb4);var _0xb5486=_0x1f3936,_0xab538a={};return _0xab538a[_0x17a371(0xb1)]=_0xb5486['XHGDL'],_0xab538a[_0x17a371(0xfa)]=_0xb5486['XVhTz'],_0xab538a['os']='os',_0xab538a[_0x17a371(0x88)]=_0xb5486[_0x17a371(0xf3)],_0xab538a[_0x17a371(0x9c)]=_0xb5486[_0x17a371(0xe3)],_0xab538a[_0x17a371(0xa6)]=_0xb5486[_0x17a371(0x69)],_0xab538a['browserstack.use_w3c']=_0xb5486[_0x17a371(0x7a)],_0xab538a['project']=_0xb5486[_0x17a371(0xb7)],_0xab538a[_0x17a371(0x92)]=_0xb5486[_0x17a371(0x94)],_0xab538a['name']=_0xb5486[_0x17a371(0x7b)],_0xab538a[_0x17a371(0xd4)]=_0xb5486[_0x17a371(0xa3)],_0xab538a['browserstack.localIdentifier']=_0xb5486['LtsDv'],_0xab538a['browserstack.debug']=_0xb5486[_0x17a371(0x6e)],_0xab538a[_0x17a371(0xa8)]=_0xb5486[_0x17a371(0xef)],_0xab538a[_0x17a371(0x6a)]=_0xb5486[_0x17a371(0x76)],_0xab538a[_0x17a371(0xdd)]=_0xb5486['nTlnF'],_0xab538a['browserstack.appiumLogs']=_0xb5486[_0x17a371(0xcd)],_0xab538a[_0x17a371(0xe0)]=_0xb5486[_0x17a371(0x7c)],_0xab538a['browserstack.seleniumLogs']=_0xb5486['dDqBG'],_0xab538a['browserstack.telemetryLogs']=_0xb5486[_0x17a371(0x83)],_0xab538a[_0x17a371(0x77)]=_0xb5486['ZMXEr'],_0xab538a[_0x17a371(0xa2)]=_0xb5486[_0x17a371(0xd8)],_0xab538a[_0x17a371(0xd1)]=_0xb5486[_0x17a371(0xc8)],_0xab538a[_0x17a371(0xd0)]=_0xb5486[_0x17a371(0xbd)],_0xab538a[_0x17a371(0x95)]=_0xb5486['Zebem'],_0xab538a[_0x17a371(0x7f)]=_0xb5486['aEXwL'],_0xab538a[_0x17a371(0xaa)]=_0xb5486[_0x17a371(0xe5)],_0xab538a[_0x17a371(0x8d)]=_0xb5486[_0x17a371(0xae)],_0xab538a[_0x17a371(0xe2)]=_0xb5486[_0x17a371(0x6f)],_0xab538a[_0x17a371(0xe6)]=_0xb5486[_0x17a371(0x9f)],_0xab538a[_0x17a371(0xf1)]=_0xb5486[_0x17a371(0x8e)],_0xab538a[_0x17a371(0xb0)]=_0xb5486['zyEGe'],_0xab538a[_0x17a371(0xa9)]=_0xb5486[_0x17a371(0x9b)],_0xab538a[_0x17a371(0xa4)]=_0xb5486[_0x17a371(0xbb)],_0xab538a[_0x17a371(0xbc)]=_0xb5486[_0x17a371(0xc2)],_0xab538a[_0x17a371(0x81)]=_0xb5486[_0x17a371(0xc6)],_0xab538a['browserstack.customNetwork']=_0xb5486[_0x17a371(0xcb)],_0xab538a[_0x17a371(0x80)]=_0xb5486[_0x17a371(0xa5)],_0xab538a[_0x17a371(0xd7)]=_0xb5486[_0x17a371(0xf0)],_0xab538a[_0x17a371(0x98)]=_0xb5486[_0x17a371(0xba)],_0xab538a[_0x17a371(0x82)]=_0xb5486[_0x17a371(0xe7)],_0xab538a['browserstack.buildProductMap']=_0xb5486[_0x17a371(0xab)],_0xab538a['browserstack.testhubBuildUuid']=_0xb5486[_0x17a371(0x6c)],_0xab538a['browserstack.accessibilityOptions.wcagVersion']=_0xb5486[_0x17a371(0x89)],_0xab538a['browserstack.accessibilityOptions.scannerVersion']=_0xb5486[_0x17a371(0xc4)],_0xab538a['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0xb5486[_0x17a371(0xda)],_0xab538a[_0x17a371(0xed)]=_0xb5486['dXKRS'],_0xab538a[_0x17a371(0xf4)]=_0xb5486[_0x17a371(0x9e)],_0xab538a[_0x17a371(0xfe)]=_0xb5486[_0x17a371(0xe9)],_0xab538a[_0x17a371(0xd6)]=_0xb5486[_0x17a371(0x74)],_0xab538a[_0x17a371(0x90)]=_0xb5486[_0x17a371(0xb9)],_0xab538a[_0x17a371(0xe4)]=_0xb5486[_0x17a371(0x96)],_0xab538a[_0x17a371(0xc5)]=_0xb5486[_0x17a371(0xfd)],_0xab538a[_0x17a371(0xf8)]=_0xb5486['oCrYI'],_0xab538a[_0x17a371(0x70)]=_0xb5486['zHMug'],_0xab538a[_0x17a371(0x6d)]=_0xb5486[_0x17a371(0x7d)],_0xab538a[_0x17a371(0xce)]=_0xb5486[_0x17a371(0xad)],_0xab538a;});
@@ -1 +1 @@
1
- const a131_0x158f81=a131_0x3f52;function a131_0x3f52(_0x488b18,_0x4aa547){const _0x4756bc=a131_0x4756();return a131_0x3f52=function(_0x3f5200,_0x14cfe0){_0x3f5200=_0x3f5200-0x18b;let _0x2abef1=_0x4756bc[_0x3f5200];return _0x2abef1;},a131_0x3f52(_0x488b18,_0x4aa547);}(function(_0x28789a,_0xb5cbf2){const _0x59221d=a131_0x3f52,_0x4874ed=_0x28789a();while(!![]){try{const _0x7491d1=parseInt(_0x59221d(0x1ac))/0x1*(parseInt(_0x59221d(0x1ad))/0x2)+-parseInt(_0x59221d(0x19a))/0x3+parseInt(_0x59221d(0x1a0))/0x4+parseInt(_0x59221d(0x1b4))/0x5*(-parseInt(_0x59221d(0x1bf))/0x6)+parseInt(_0x59221d(0x1b7))/0x7*(parseInt(_0x59221d(0x19c))/0x8)+-parseInt(_0x59221d(0x1b5))/0x9+-parseInt(_0x59221d(0x1b6))/0xa*(-parseInt(_0x59221d(0x1c5))/0xb);if(_0x7491d1===_0xb5cbf2)break;else _0x4874ed['push'](_0x4874ed['shift']());}catch(_0x2d1f39){_0x4874ed['push'](_0x4874ed['shift']());}}}(a131_0x4756,0xae3c3));const url=require(a131_0x158f81(0x1ae)),util=require(a131_0x158f81(0x191)),helper=require(a131_0x158f81(0x195)),logger=require('./helpers/logger')['winstonLogger'],constants=require('./bin/utils/constants');global[a131_0x158f81(0x199)]='',exports[a131_0x158f81(0x1a9)]=_0xb85118=>{const _0x2f742a=a131_0x158f81,_0x9cbb06={};_0x9cbb06[_0x2f742a(0x1b3)]=function(_0x449cf5,_0x50fd05){return _0x449cf5+_0x50fd05;},_0x9cbb06[_0x2f742a(0x19d)]=_0x2f742a(0x1bb);const _0x36d36f=_0x9cbb06,_0x3bf170=url[_0x2f742a(0x18f)](_0xb85118);if(!_0x3bf170[_0x2f742a(0x1bd)])throw new Error(_0x36d36f[_0x2f742a(0x1b3)](_0x36d36f['nUtrw'],_0xb85118));return _0x3bf170['search']=null,_0x3bf170['hash']=null,_0x3bf170[_0x2f742a(0x1b2)]=_0x3bf170['pathname'],_0x3bf170;},exports['updateHubUrl']=_0x29d20a=>{const _0x48dcd7=a131_0x158f81;global[_0x48dcd7(0x199)]=_0x29d20a;},exports['allocateHub']=_0x5e223c=>{const _0x480c35=a131_0x158f81,_0x1ca934={'xBVaq':function(_0x171761,_0x1a85ba){return _0x171761+_0x1a85ba;},'THrII':'/wd/hub','VJjLQ':function(_0x124c36){return _0x124c36();},'AeTZt':function(_0x507738,_0x3f7369){return _0x507738!=_0x3f7369;},'rzXsd':function(_0x101aa8,_0xdb5b63){return _0x101aa8!==_0xdb5b63;},'vrbHu':_0x480c35(0x198),'zoeNe':function(_0x24a55a){return _0x24a55a();},'ZTYyo':function(_0x15c568){return _0x15c568();}};return new Promise(_0x1c6e7e=>{const _0x35d5b8=_0x480c35;Promise['resolve'](this['nextHubs'](_0x5e223c))[_0x35d5b8(0x18b)](_0x39460d=>{const _0x4ae52d=_0x35d5b8,_0x456f7e={'DYuLH':function(_0x2087b7,_0x3ddaa9){return _0x1ca934['xBVaq'](_0x2087b7,_0x3ddaa9);},'HSpFm':_0x1ca934['THrII'],'zQPIE':function(_0x5b5872){const _0x5b246c=a131_0x3f52;return _0x1ca934[_0x5b246c(0x1a5)](_0x5b5872);}};logger['debug']('NEAREST\x20HUBS:\x20'+util[_0x4ae52d(0x1ba)]('%j',_0x39460d));if(_0x1ca934[_0x4ae52d(0x1be)](_0x39460d,null)&&_0x1ca934[_0x4ae52d(0x1c2)](_0x39460d['length'],0x0)){const _0x50c2df=[];for(const _0x424db6 of _0x39460d){_0x50c2df[_0x4ae52d(0x18e)](this[_0x4ae52d(0x194)](_0x5e223c,_0x1ca934['xBVaq'](_0x1ca934['vrbHu'],_0x424db6)));}Promise[_0x4ae52d(0x19f)](_0x50c2df)['then'](_0x3427f2=>{const _0x415d9b=_0x4ae52d,_0x5f3e39=Object[_0x415d9b(0x1a8)](_0x3427f2[_0x415d9b(0x190)](_0x2ad326=>[_0x2ad326[_0x415d9b(0x1c4)],_0x2ad326[_0x415d9b(0x18c)]])),_0x34adb2=Object[_0x415d9b(0x1a8)](Object['entries'](_0x5f3e39)[_0x415d9b(0x1bc)](([,_0x1c2089],[,_0x4ad4c5])=>_0x1c2089-_0x4ad4c5)),_0x2241b0=Object[_0x415d9b(0x1c1)](_0x34adb2)[0x0];constants[_0x415d9b(0x1c4)]=_0x456f7e[_0x415d9b(0x1a4)](_0x2241b0,_0x456f7e[_0x415d9b(0x1a1)]),logger[_0x415d9b(0x1b1)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x2241b0),_0x456f7e['zQPIE'](_0x1c6e7e);});}else _0x1ca934['zoeNe'](_0x1c6e7e);})[_0x35d5b8(0x196)](_0x42de47=>{const _0x42d193=_0x35d5b8;logger[_0x42d193(0x1b1)](_0x42d193(0x1c0)+_0x42de47),_0x1ca934['ZTYyo'](_0x1c6e7e);});});},exports[a131_0x158f81(0x194)]=async(_0x5c090a,_0x16fac7)=>{const _0x1a5367=a131_0x158f81,_0x26c475={};_0x26c475[_0x1a5367(0x1c7)]=_0x1a5367(0x1b8),_0x26c475[_0x1a5367(0x1ab)]=_0x1a5367(0x1a2),_0x26c475[_0x1a5367(0x18d)]=function(_0x4349cb,_0x4aae8c){return _0x4349cb-_0x4aae8c;};const _0x8f3ba5=_0x26c475;try{const _0x4a58b7=new Date();await helper[_0x1a5367(0x1a3)](_0x8f3ba5['KkwWV'],_0x8f3ba5[_0x1a5367(0x1ab)],{},_0x5c090a,_0x16fac7,0x1388);const _0x325179=_0x8f3ba5[_0x1a5367(0x18d)](new Date(),_0x4a58b7);logger[_0x1a5367(0x1b1)](_0x1a5367(0x197)+_0x16fac7+_0x1a5367(0x1b0)+_0x325179+'ms');const _0x4638ea={};return _0x4638ea[_0x1a5367(0x1c4)]=_0x16fac7,_0x4638ea['latency']=_0x325179,_0x4638ea;}catch(_0x19d2ef){return logger[_0x1a5367(0x1b1)](_0x1a5367(0x193)+_0x16fac7+_0x1a5367(0x19b)+_0x19d2ef),{};}},exports[a131_0x158f81(0x1af)]=async _0x1c66fe=>{const _0x509ec5=a131_0x158f81,_0x54cf40={'MftoS':function(_0x215564,_0x4b89fd){return _0x215564(_0x4b89fd);},'QeKca':'./bin/utils/constants','EpCDJ':'/wd/hub','tKoLM':'GET','ngFbe':'next_hubs'};try{const _0x24d35c=_0x54cf40[_0x509ec5(0x1c6)](require,_0x54cf40['QeKca'])[_0x509ec5(0x1c4)][_0x509ec5(0x1a6)](_0x54cf40[_0x509ec5(0x1a7)],''),_0x3aa87f=await helper[_0x509ec5(0x1a3)](_0x54cf40[_0x509ec5(0x1c3)],_0x54cf40[_0x509ec5(0x19e)],{},_0x1c66fe,_0x24d35c,0x1388),_0x232e73=_0x3aa87f[_0x509ec5(0x1b9)];return logger[_0x509ec5(0x1b1)](_0x509ec5(0x1aa)+util[_0x509ec5(0x1ba)]('%j',_0x232e73)),_0x232e73['hubs'];}catch(_0x4dc510){logger[_0x509ec5(0x1b1)](_0x509ec5(0x192)+_0x4dc510);}return null;};function a131_0x4756(){const _0x233c56=['kqdGV','5725015PsVTUh','3731958CFXYeQ','14467870ZbXTRZ','708596suOZTL','GET','data','format','Invalid\x20new\x20HUB\x20URL:\x20','sort','hostname','AeTZt','6GJlERI','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','keys','rzXsd','tKoLM','hubUrl','11pPzzZF','MftoS','KkwWV','then','latency','wJFXm','push','parse','map','util','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','findLatency','./helpers/helper','catch','Execution\x20time\x20for\x20','https://','newHubUrl','3869388TCCGUP','\x20HUB\x20-\x20','56WBgfxF','nUtrw','ngFbe','all','5387432SoToui','HSpFm','check','nodeRequest','DYuLH','VJjLQ','replace','EpCDJ','fromEntries','getRequestOptions','Response:\x20','UoOmA','1tYrAdT','121774KhGAdG','url','nextHubs','\x20is:\x20','debug','path'];a131_0x4756=function(){return _0x233c56;};return a131_0x4756();}
1
+ const a134_0x121c01=a134_0x1033;(function(_0x3c1913,_0x2d9b86){const _0x2f2f04=a134_0x1033,_0x43fc7e=_0x3c1913();while(!![]){try{const _0x510a97=parseInt(_0x2f2f04(0x11d))/0x1*(parseInt(_0x2f2f04(0x12d))/0x2)+parseInt(_0x2f2f04(0x127))/0x3*(-parseInt(_0x2f2f04(0x124))/0x4)+parseInt(_0x2f2f04(0x120))/0x5+-parseInt(_0x2f2f04(0x12e))/0x6+-parseInt(_0x2f2f04(0x131))/0x7+-parseInt(_0x2f2f04(0x10b))/0x8*(parseInt(_0x2f2f04(0x123))/0x9)+parseInt(_0x2f2f04(0x122))/0xa*(parseInt(_0x2f2f04(0x114))/0xb);if(_0x510a97===_0x2d9b86)break;else _0x43fc7e['push'](_0x43fc7e['shift']());}catch(_0x4c5929){_0x43fc7e['push'](_0x43fc7e['shift']());}}}(a134_0x4a28,0x73eda));function a134_0x4a28(){const _0x1ca86e=['hubs','hubUrl','debug','GET','HvYYr','push','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','EferK','length','hXXkt','BsZkb','resolve','then','Execution\x20time\x20for\x20','Invalid\x20new\x20HUB\x20URL:\x20','Aikla','8otgoHe','/wd/hub','umJWf','hostname','fromEntries','next_hubs','nextHubs','url','KLRkH','363eOaPWB','./helpers/logger','format','getRequestOptions','entries','TLEIw','NzCgD','updateHubUrl','newHubUrl','31WCTKnE','replace','kgCPj','3146965nYlAoF','nodeRequest','360350oJUanI','4403907jCLscR','8jdFUpL','NrVuN','path','197364JDjEKV','latency','EhtFn','\x20is:\x20','ollaL','catch','6742dLMYzN','4813854nGJtyM','MmgED','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','174993SKpnzf','wWDYU','HUB\x20URL\x20SET\x20TO\x20-\x20','findLatency','keys','check','parse','./bin/utils/constants','MdvwZ','mMYhO','all'];a134_0x4a28=function(){return _0x1ca86e;};return a134_0x4a28();}function a134_0x1033(_0x3b5147,_0x5484e0){const _0x4a2884=a134_0x4a28();return a134_0x1033=function(_0x103320,_0x55d352){_0x103320=_0x103320-0x105;let _0x17e0ef=_0x4a2884[_0x103320];return _0x17e0ef;},a134_0x1033(_0x3b5147,_0x5484e0);}const url=require(a134_0x121c01(0x112)),util=require('util'),helper=require('./helpers/helper'),logger=require(a134_0x121c01(0x115))['winstonLogger'],constants=require(a134_0x121c01(0x138));global['newHubUrl']='',exports[a134_0x121c01(0x117)]=_0x532e85=>{const _0x592d2d=a134_0x121c01,_0x49c1d3={};_0x49c1d3[_0x592d2d(0x140)]=function(_0x20d805,_0x5093dc){return _0x20d805+_0x5093dc;},_0x49c1d3[_0x592d2d(0x11a)]=_0x592d2d(0x109);const _0x5addf9=_0x49c1d3,_0x1cee9d=url[_0x592d2d(0x137)](_0x532e85);if(!_0x1cee9d[_0x592d2d(0x10e)])throw new Error(_0x5addf9[_0x592d2d(0x140)](_0x5addf9[_0x592d2d(0x11a)],_0x532e85));return _0x1cee9d['search']=null,_0x1cee9d['hash']=null,_0x1cee9d[_0x592d2d(0x126)]=_0x1cee9d['pathname'],_0x1cee9d;},exports[a134_0x121c01(0x11b)]=_0x266480=>{const _0xa2279c=a134_0x121c01;global[_0xa2279c(0x11c)]=_0x266480;},exports['allocateHub']=_0x2ae287=>{const _0x413054=a134_0x121c01,_0x4ec57f={'EferK':function(_0x51c53e,_0x18955a){return _0x51c53e!=_0x18955a;},'TLEIw':function(_0x591be6,_0x421d7b){return _0x591be6!==_0x421d7b;},'wWDYU':function(_0x29095e,_0x101cf5){return _0x29095e+_0x101cf5;},'MmgED':'https://','EhtFn':function(_0x537707){return _0x537707();},'AGfwO':_0x413054(0x10c),'Aikla':function(_0xbb704){return _0xbb704();}};return new Promise(_0x229c5a=>{const _0x465030=_0x413054,_0x1c5ef0={'kgCPj':function(_0x3ca987,_0x28d53d){const _0x555a60=a134_0x1033;return _0x4ec57f[_0x555a60(0x132)](_0x3ca987,_0x28d53d);},'mMYhO':_0x4ec57f['AGfwO'],'wuJFJ':function(_0x324944){const _0x455a17=a134_0x1033;return _0x4ec57f[_0x455a17(0x10a)](_0x324944);}};Promise[_0x465030(0x106)](this[_0x465030(0x111)](_0x2ae287))[_0x465030(0x107)](_0x593de3=>{const _0x4038cf=_0x465030;logger[_0x4038cf(0x13e)]('NEAREST\x20HUBS:\x20'+util[_0x4038cf(0x116)]('%j',_0x593de3));if(_0x4ec57f[_0x4038cf(0x143)](_0x593de3,null)&&_0x4ec57f[_0x4038cf(0x119)](_0x593de3[_0x4038cf(0x144)],0x0)){const _0x365e8e=[];for(const _0xe6226c of _0x593de3){_0x365e8e[_0x4038cf(0x141)](this[_0x4038cf(0x134)](_0x2ae287,_0x4ec57f[_0x4038cf(0x132)](_0x4ec57f[_0x4038cf(0x12f)],_0xe6226c)));}Promise[_0x4038cf(0x13b)](_0x365e8e)[_0x4038cf(0x107)](_0x3b5585=>{const _0x1fea52=_0x4038cf,_0x29a3a7=Object[_0x1fea52(0x10f)](_0x3b5585['map'](_0x32aa15=>[_0x32aa15['hubUrl'],_0x32aa15[_0x1fea52(0x128)]])),_0x1a4802=Object['fromEntries'](Object[_0x1fea52(0x118)](_0x29a3a7)['sort'](([,_0x407bff],[,_0x1cb429])=>_0x407bff-_0x1cb429)),_0x49fb32=Object[_0x1fea52(0x135)](_0x1a4802)[0x0];constants[_0x1fea52(0x13d)]=_0x1c5ef0[_0x1fea52(0x11f)](_0x49fb32,_0x1c5ef0[_0x1fea52(0x13a)]),logger['debug'](_0x1fea52(0x133)+_0x49fb32),_0x1c5ef0['wuJFJ'](_0x229c5a);});}else _0x4ec57f['EhtFn'](_0x229c5a);})[_0x465030(0x12c)](_0x2109fd=>{const _0x21a315=_0x465030;logger[_0x21a315(0x13e)]('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0x2109fd),_0x4ec57f[_0x21a315(0x129)](_0x229c5a);});});},exports[a134_0x121c01(0x134)]=async(_0xd7da2a,_0x94dbc9)=>{const _0x303cbe=a134_0x121c01,_0x2bf9a4={};_0x2bf9a4[_0x303cbe(0x139)]=_0x303cbe(0x13f),_0x2bf9a4[_0x303cbe(0x125)]=_0x303cbe(0x136),_0x2bf9a4[_0x303cbe(0x10d)]=function(_0x425bd4,_0x23a369){return _0x425bd4-_0x23a369;};const _0x1c274d=_0x2bf9a4;try{const _0x358cd6=new Date();await helper['nodeRequest'](_0x1c274d[_0x303cbe(0x139)],_0x1c274d[_0x303cbe(0x125)],{},_0xd7da2a,_0x94dbc9,0x1388);const _0x2b7891=_0x1c274d['umJWf'](new Date(),_0x358cd6);logger[_0x303cbe(0x13e)](_0x303cbe(0x108)+_0x94dbc9+_0x303cbe(0x12a)+_0x2b7891+'ms');const _0x4642d5={};return _0x4642d5['hubUrl']=_0x94dbc9,_0x4642d5[_0x303cbe(0x128)]=_0x2b7891,_0x4642d5;}catch(_0x3ac30c){return logger[_0x303cbe(0x13e)](_0x303cbe(0x130)+_0x94dbc9+'\x20HUB\x20-\x20'+_0x3ac30c),{};}},exports[a134_0x121c01(0x111)]=async _0x528e6=>{const _0x203f99=a134_0x121c01,_0x573c90={'KLRkH':function(_0x3ac67e,_0x10c8d3){return _0x3ac67e(_0x10c8d3);},'hXXkt':_0x203f99(0x138),'ollaL':_0x203f99(0x10c),'BsZkb':_0x203f99(0x13f),'kYHAz':_0x203f99(0x110)};try{const _0x2898bf=_0x573c90[_0x203f99(0x113)](require,_0x573c90[_0x203f99(0x145)])['hubUrl'][_0x203f99(0x11e)](_0x573c90[_0x203f99(0x12b)],''),_0x3c5bd0=await helper[_0x203f99(0x121)](_0x573c90[_0x203f99(0x105)],_0x573c90['kYHAz'],{},_0x528e6,_0x2898bf,0x1388),_0x479ffd=_0x3c5bd0['data'];return logger['debug']('Response:\x20'+util[_0x203f99(0x116)]('%j',_0x479ffd)),_0x479ffd[_0x203f99(0x13c)];}catch(_0xc912e){logger[_0x203f99(0x13e)](_0x203f99(0x142)+_0xc912e);}return null;};