browserstack-node-sdk 1.50.8 → 1.50.9

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 (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a28_0x503aa6=a28_0x42dd;(function(_0x523d60,_0x47f1a6){const _0x4ee2c4=a28_0x42dd,_0x4ebc23=_0x523d60();while(!![]){try{const _0x190aea=-parseInt(_0x4ee2c4(0x1ab))/0x1+parseInt(_0x4ee2c4(0x1c9))/0x2*(parseInt(_0x4ee2c4(0x1cf))/0x3)+-parseInt(_0x4ee2c4(0x1a4))/0x4*(-parseInt(_0x4ee2c4(0x1ba))/0x5)+parseInt(_0x4ee2c4(0x1ca))/0x6*(-parseInt(_0x4ee2c4(0x1af))/0x7)+-parseInt(_0x4ee2c4(0x1c0))/0x8*(parseInt(_0x4ee2c4(0x1a3))/0x9)+-parseInt(_0x4ee2c4(0x1a7))/0xa+parseInt(_0x4ee2c4(0x1c5))/0xb;if(_0x190aea===_0x47f1a6)break;else _0x4ebc23['push'](_0x4ebc23['shift']());}catch(_0x47cb6b){_0x4ebc23['push'](_0x4ebc23['shift']());}}}(a28_0x5b2f,0x27884));const {spawn}=require(a28_0x503aa6(0x1b1)),path=require(a28_0x503aa6(0x1ac)),helper=require(a28_0x503aa6(0x1cb)),CLIUtils=require(a28_0x503aa6(0x1bc)),{getLoadConfigPath,sleep}=require(a28_0x503aa6(0x1c6)),logger=require(a28_0x503aa6(0x1b6))[a28_0x503aa6(0x1a8)];function a28_0x42dd(_0x13dcda,_0x301203){const _0x5b2fd6=a28_0x5b2f();return a28_0x42dd=function(_0x42dd44,_0x27e616){_0x42dd44=_0x42dd44-0x18e;let _0x296906=_0x5b2fd6[_0x42dd44];return _0x296906;},a28_0x42dd(_0x13dcda,_0x301203);}function a28_0x5b2f(){const _0x16547a=['BROWSERSTACK_USERNAME','Spawning:\x20','getCliDir','OGuWp','4623179wBuLsD','./loadUtils','lUOIg','inherit','2KAOHjO','1590mXXJXr','../../helpers/helper','KQvnc','SIGTERM','aeAVF','727932olJNqu','CLI\x20binary\x20not\x20found,\x20downloading\x20latest\x20version','Failed\x20to\x20determine\x20CLI\x20directory','GLLzG','DFkqn','debug','SIGHUP','Configuration\x20path:\x20','getExistingCliPath','asyvD','Failed\x20initiating\x20load\x20test:\x20','QrWpV','stringify','readConfig','IWUkm','exit','checkAndUpdateCli','Waiting\x20for\x20child\x20process\x20to\x20exit...','mxGqn','FjtFk','Error\x20Details:\x20','join','\x20load\x20','MIRJY','userName','killed','BROWSERSTACK_ACCESSKEY','forEach','eBgsJ','LrYdj','CLI\x20binary\x20found,\x20Checking\x20for\x20CLI\x20updates','vNRQn',',\x20forwarding\x20to\x20child\x20process...','Loading\x20configuration\x20using\x20environment\x20variables\x20if\x20available.','9uDkCbO','4CrVFCP','Error\x20loading\x20configuration:\x20','Received\x20','1553600fwTaLE','winstonLogger','Error\x20details:\x20','slice','126442PPdbdj','path','env','hWuvC','7147AkVymZ','message','child_process','pZLuY','Executing\x20load\x20test\x20with\x20arguments:\x20','BROWSERSTACK_ACCESS_KEY','accessKey','../../helpers/logger','JjwSd','error','argv','1184875vVCIdJ','CCGDI','../v2/cliUtils','close','sbXcA','Authentication\x20incomplete.\x20Please\x20add\x20your\x20userName\x20and\x20accessKey\x20to\x20either\x20the\x20browserstack.yml\x20file\x20or\x20as\x20environment\x20variables,\x20then\x20try\x20running\x20the\x20command\x20again.','1484936bsPBEb'];a28_0x5b2f=function(){return _0x16547a;};return a28_0x5b2f();}async function executeLoadTest(_0x127945){const _0x2801ba=a28_0x503aa6,_0x2eb49a={'sbXcA':function(_0x367668,_0x2747d0){return _0x367668(_0x2747d0);},'pZLuY':_0x2801ba(0x1bd),'QrWpV':_0x2801ba(0x192),'IWUkm':_0x2801ba(0x1a2),'FjtFk':function(_0x348068,_0x5d65f3){return _0x348068(_0x5d65f3);},'aeAVF':function(_0x2ba6a4){return _0x2ba6a4();},'MIRJY':_0x2801ba(0x1bf),'LrYdj':_0x2801ba(0x1d1),'hWuvC':function(_0x2f876b){return _0x2f876b();},'lUOIg':_0x2801ba(0x1d0),'DFkqn':_0x2801ba(0x19f),'mxGqn':'Failed\x20to\x20download\x20or\x20locate\x20CLI\x20binary','CCGDI':function(_0x4ec37d){return _0x4ec37d();},'asyvD':function(_0x349146,_0x42a4bb,_0x53e8a6,_0x107644){return _0x349146(_0x42a4bb,_0x53e8a6,_0x107644);},'OGuWp':'load','JjwSd':_0x2801ba(0x1c8),'eBgsJ':'SIGINT','GLLzG':_0x2801ba(0x1cd),'KQvnc':'SIGQUIT','vNRQn':_0x2801ba(0x1d5)};try{const _0x196d72=process[_0x2801ba(0x1b9)][_0x2801ba(0x1aa)](0x2),_0x51184c=_0x196d72[_0x2801ba(0x1aa)](0x1);logger[_0x2801ba(0x1d4)](_0x2801ba(0x1b3)+_0x51184c);let _0x2488a6={};try{logger['debug'](_0x2eb49a[_0x2801ba(0x18f)]);const _0x2b536a={};_0x2b536a[_0x2801ba(0x199)]=process[_0x2801ba(0x1ad)][_0x2801ba(0x1c1)]||process['env']['BROWSERSTACK_USER'],_0x2b536a[_0x2801ba(0x1b5)]=process[_0x2801ba(0x1ad)][_0x2801ba(0x1b4)]||process[_0x2801ba(0x1ad)][_0x2801ba(0x19b)],_0x2488a6=_0x2b536a;if(!_0x2488a6[_0x2801ba(0x199)]||!_0x2488a6[_0x2801ba(0x1b5)]){const _0x49398f=_0x2eb49a[_0x2801ba(0x194)](getLoadConfigPath,_0x127945[_0x2801ba(0x1b9)]);logger[_0x2801ba(0x1d4)](_0x2801ba(0x1d6)+_0x49398f),_0x49398f&&(_0x2488a6=helper[_0x2801ba(0x18e)](_0x49398f));}}catch(_0x479194){logger[_0x2801ba(0x1b8)](_0x2801ba(0x1a5)+_0x479194[_0x2801ba(0x1b0)]),logger[_0x2801ba(0x1d4)](_0x2801ba(0x1a9)+(_0x479194['stack']||JSON[_0x2801ba(0x1db)](_0x479194))),await _0x2eb49a['aeAVF'](sleep),process[_0x2801ba(0x190)](0x1);}(!_0x2488a6[_0x2801ba(0x199)]||!_0x2488a6[_0x2801ba(0x1b5)])&&(logger[_0x2801ba(0x1b8)](_0x2eb49a[_0x2801ba(0x198)]),await _0x2eb49a[_0x2801ba(0x1ce)](sleep),process[_0x2801ba(0x190)](0x1));const _0x49af79=CLIUtils[_0x2801ba(0x1c3)]();!_0x49af79&&(logger['error'](_0x2eb49a[_0x2801ba(0x19e)]),await _0x2eb49a[_0x2801ba(0x1ae)](sleep),process[_0x2801ba(0x190)](0x1));let _0x51e9b2=CLIUtils[_0x2801ba(0x1d7)](_0x49af79);try{!_0x51e9b2?(logger[_0x2801ba(0x1d4)](_0x2eb49a[_0x2801ba(0x1c7)]),_0x51e9b2=await CLIUtils[_0x2801ba(0x191)]('',_0x49af79,_0x2488a6)):(logger['debug'](_0x2eb49a[_0x2801ba(0x1d3)]),_0x51e9b2=await CLIUtils[_0x2801ba(0x191)](_0x51e9b2,_0x49af79,_0x2488a6));}catch(_0x4c00eb){logger[_0x2801ba(0x1b8)](_0x2eb49a[_0x2801ba(0x198)]),logger[_0x2801ba(0x1d4)](_0x2801ba(0x195)+(_0x4c00eb['stack']||JSON[_0x2801ba(0x1db)](_0x4c00eb))),await _0x2eb49a[_0x2801ba(0x1ae)](sleep),process[_0x2801ba(0x190)](0x1);}!_0x51e9b2&&(logger[_0x2801ba(0x1b8)](_0x2eb49a[_0x2801ba(0x198)]),logger[_0x2801ba(0x1d4)](_0x2eb49a[_0x2801ba(0x193)]),await _0x2eb49a[_0x2801ba(0x1bb)](sleep),process[_0x2801ba(0x190)](0x1));logger[_0x2801ba(0x1d4)](_0x2801ba(0x1c2)+_0x51e9b2+_0x2801ba(0x197)+_0x51184c[_0x2801ba(0x196)]('\x20'));const _0x3c2f8c=_0x2eb49a[_0x2801ba(0x1d8)](spawn,_0x51e9b2,[_0x2eb49a[_0x2801ba(0x1c4)],..._0x51184c],{'stdio':_0x2eb49a[_0x2801ba(0x1b7)]});let _0x54d947=![];const _0xd01d47=new Promise(_0x45d706=>{const _0x2ecb17=_0x2801ba;_0x3c2f8c['on'](_0x2eb49a[_0x2ecb17(0x1b2)],_0x53f518=>{const _0x409bde=_0x2ecb17;logger[_0x409bde(0x1d4)](_0x51e9b2+'\x20exited\x20with\x20code\x20'+_0x53f518),_0x2eb49a[_0x409bde(0x1be)](_0x45d706,_0x53f518);});});[_0x2eb49a[_0x2801ba(0x19d)],_0x2eb49a[_0x2801ba(0x1d2)],_0x2eb49a[_0x2801ba(0x1cc)],_0x2eb49a[_0x2801ba(0x1a0)]][_0x2801ba(0x19c)](_0x52c125=>{process['on'](_0x52c125,()=>{const _0x57d374=a28_0x42dd;if(_0x54d947)return;_0x54d947=!![],logger['debug'](_0x57d374(0x1a6)+_0x52c125+_0x57d374(0x1a1)),_0x3c2f8c&&!_0x3c2f8c[_0x57d374(0x19a)]&&(_0x3c2f8c['kill'](_0x52c125),logger[_0x57d374(0x1d4)](_0x2eb49a[_0x57d374(0x1da)]));});});const _0x2a640e=await _0xd01d47;await _0x2eb49a[_0x2801ba(0x1ae)](sleep),process['exit'](_0x2a640e);}catch(_0x338787){logger[_0x2801ba(0x1b8)](_0x2801ba(0x1d9)+_0x338787[_0x2801ba(0x1b0)]),logger['debug'](_0x2801ba(0x1a9)+(_0x338787['stack']||JSON['stringify'](_0x338787))),await _0x2eb49a[_0x2801ba(0x1bb)](sleep),process['exit'](0x1);}}module['exports']=executeLoadTest;
2
+ 'use strict';const a28_0x2133dd=a28_0x1893;(function(_0x37b85d,_0x4959b0){const _0x135983=a28_0x1893,_0x5e5928=_0x37b85d();while(!![]){try{const _0x5c894e=-parseInt(_0x135983(0xf1))/0x1+parseInt(_0x135983(0xb5))/0x2*(-parseInt(_0x135983(0xbb))/0x3)+-parseInt(_0x135983(0xd8))/0x4*(-parseInt(_0x135983(0xaa))/0x5)+parseInt(_0x135983(0xc2))/0x6+parseInt(_0x135983(0xe5))/0x7*(parseInt(_0x135983(0xf3))/0x8)+parseInt(_0x135983(0xab))/0x9+parseInt(_0x135983(0xdd))/0xa*(-parseInt(_0x135983(0xa8))/0xb);if(_0x5c894e===_0x4959b0)break;else _0x5e5928['push'](_0x5e5928['shift']());}catch(_0x17595f){_0x5e5928['push'](_0x5e5928['shift']());}}}(a28_0x3ce4,0x7627c));function a28_0x1893(_0x214bba,_0x247824){const _0x3ce476=a28_0x3ce4();return a28_0x1893=function(_0x189369,_0x4bc2f7){_0x189369=_0x189369-0xa7;let _0x4065ae=_0x3ce476[_0x189369];return _0x4065ae;},a28_0x1893(_0x214bba,_0x247824);}const {spawn}=require(a28_0x2133dd(0xa9)),path=require('path'),helper=require(a28_0x2133dd(0xb1)),CLIUtils=require(a28_0x2133dd(0xf4)),{getLoadConfigPath,sleep}=require(a28_0x2133dd(0xb8)),logger=require(a28_0x2133dd(0xd5))[a28_0x2133dd(0xbf)];async function executeLoadTest(_0x5b4813){const _0x382f45=a28_0x2133dd,_0x409c48={'HArzw':function(_0x3f2c33,_0x44b312){return _0x3f2c33(_0x44b312);},'JHVpv':_0x382f45(0xb0),'dlZJx':_0x382f45(0xd7),'HiprM':_0x382f45(0xc1),'PXAHp':function(_0x4dfc99){return _0x4dfc99();},'HUpuZ':'Authentication\x20incomplete.\x20Please\x20add\x20your\x20userName\x20and\x20accessKey\x20to\x20either\x20the\x20browserstack.yml\x20file\x20or\x20as\x20environment\x20variables,\x20then\x20try\x20running\x20the\x20command\x20again.','fusaq':function(_0xffc0e4){return _0xffc0e4();},'oQZYJ':_0x382f45(0xcb),'xqHwd':function(_0x8d7f32){return _0x8d7f32();},'csOtC':_0x382f45(0xe1),'Kwgbi':'CLI\x20binary\x20found,\x20Checking\x20for\x20CLI\x20updates','pKqyC':function(_0x1a81dd){return _0x1a81dd();},'NIQDU':_0x382f45(0xde),'RVSdc':function(_0x9a98ca,_0x26fed3,_0x3ea95d,_0x14e506){return _0x9a98ca(_0x26fed3,_0x3ea95d,_0x14e506);},'zXBoj':_0x382f45(0xc4),'YBKiU':_0x382f45(0xe4),'ZJXmN':_0x382f45(0xb7),'hwjFr':_0x382f45(0xc3),'ZHbTF':_0x382f45(0xda),'bdPwh':'SIGHUP','HpAQK':function(_0x403d4f){return _0x403d4f();}};try{const _0x357b37=process[_0x382f45(0xd3)][_0x382f45(0xce)](0x2),_0x19de7e=_0x357b37['slice'](0x1);logger[_0x382f45(0xc0)](_0x382f45(0xe9)+_0x19de7e);let _0x5234b3={};try{logger[_0x382f45(0xc0)](_0x409c48[_0x382f45(0xb2)]);const _0x562763={};_0x562763[_0x382f45(0xc7)]=process['env'][_0x382f45(0xee)]||process[_0x382f45(0xe2)]['BROWSERSTACK_USER'],_0x562763['accessKey']=process[_0x382f45(0xe2)]['BROWSERSTACK_ACCESS_KEY']||process['env']['BROWSERSTACK_ACCESSKEY'],_0x5234b3=_0x562763;if(!_0x5234b3[_0x382f45(0xc7)]||!_0x5234b3[_0x382f45(0xca)]){const _0x151417=_0x409c48['HArzw'](getLoadConfigPath,_0x5b4813[_0x382f45(0xd3)]);logger[_0x382f45(0xc0)](_0x382f45(0xeb)+_0x151417),_0x151417&&(_0x5234b3=helper['readConfig'](_0x151417));}}catch(_0x27f0a4){logger['error'](_0x382f45(0xac)+_0x27f0a4[_0x382f45(0xcd)]),logger[_0x382f45(0xc0)](_0x382f45(0xae)+(_0x27f0a4[_0x382f45(0xf2)]||JSON['stringify'](_0x27f0a4))),await _0x409c48[_0x382f45(0xdb)](sleep),process['exit'](0x1);}(!_0x5234b3[_0x382f45(0xc7)]||!_0x5234b3[_0x382f45(0xca)])&&(logger[_0x382f45(0xe7)](_0x409c48['HUpuZ']),await _0x409c48[_0x382f45(0xf0)](sleep),process[_0x382f45(0xea)](0x1));const _0x2941dd=CLIUtils[_0x382f45(0xec)]();!_0x2941dd&&(logger[_0x382f45(0xe7)](_0x409c48[_0x382f45(0xc5)]),await _0x409c48[_0x382f45(0xb3)](sleep),process[_0x382f45(0xea)](0x1));let _0x48b151=CLIUtils['getExistingCliPath'](_0x2941dd);try{!_0x48b151?(logger[_0x382f45(0xc0)](_0x409c48[_0x382f45(0xd2)]),_0x48b151=await CLIUtils[_0x382f45(0xd1)]('',_0x2941dd,_0x5234b3)):(logger[_0x382f45(0xc0)](_0x409c48[_0x382f45(0xc6)]),_0x48b151=await CLIUtils['checkAndUpdateCli'](_0x48b151,_0x2941dd,_0x5234b3));}catch(_0xfc1e7c){logger[_0x382f45(0xe7)](_0x409c48['HUpuZ']),logger[_0x382f45(0xc0)](_0x382f45(0xb4)+(_0xfc1e7c['stack']||JSON[_0x382f45(0xd0)](_0xfc1e7c))),await _0x409c48[_0x382f45(0xef)](sleep),process[_0x382f45(0xea)](0x1);}!_0x48b151&&(logger[_0x382f45(0xe7)](_0x409c48[_0x382f45(0xcc)]),logger[_0x382f45(0xc0)](_0x409c48[_0x382f45(0xad)]),await _0x409c48['xqHwd'](sleep),process[_0x382f45(0xea)](0x1));logger[_0x382f45(0xc0)](_0x382f45(0xb9)+_0x48b151+_0x382f45(0xe6)+_0x19de7e[_0x382f45(0xaf)]('\x20'));const _0x540b24=_0x409c48['RVSdc'](spawn,_0x48b151,[_0x409c48[_0x382f45(0xd4)],..._0x19de7e],{'stdio':_0x409c48[_0x382f45(0xe3)]});let _0x54fff5=![];const _0x5f5939=new Promise(_0xa78df7=>{const _0x2b719f=_0x382f45,_0x57ac38={'bRJTp':function(_0x3c192d,_0x3060ac){const _0x95f5b4=a28_0x1893;return _0x409c48[_0x95f5b4(0xbe)](_0x3c192d,_0x3060ac);}};_0x540b24['on'](_0x409c48[_0x2b719f(0xb6)],_0x1e1345=>{const _0x5532c5=_0x2b719f;logger[_0x5532c5(0xc0)](_0x48b151+_0x5532c5(0xdc)+_0x1e1345),_0x57ac38[_0x5532c5(0xd6)](_0xa78df7,_0x1e1345);});});[_0x409c48[_0x382f45(0xe0)],_0x409c48[_0x382f45(0xbc)],_0x409c48['ZHbTF'],_0x409c48[_0x382f45(0xba)]][_0x382f45(0xed)](_0x50dd44=>{const _0x2d1fe3=_0x382f45,_0x3ff04a={};_0x3ff04a[_0x2d1fe3(0xcf)]=_0x409c48[_0x2d1fe3(0xc8)];const _0x3b005e=_0x3ff04a;process['on'](_0x50dd44,()=>{const _0x31fff8=_0x2d1fe3;if(_0x54fff5)return;_0x54fff5=!![],logger[_0x31fff8(0xc0)](_0x31fff8(0xbd)+_0x50dd44+',\x20forwarding\x20to\x20child\x20process...'),_0x540b24&&!_0x540b24[_0x31fff8(0xdf)]&&(_0x540b24[_0x31fff8(0xc9)](_0x50dd44),logger['debug'](_0x3b005e[_0x31fff8(0xcf)]));});});const _0x1632ee=await _0x5f5939;await _0x409c48[_0x382f45(0xf0)](sleep),process[_0x382f45(0xea)](_0x1632ee);}catch(_0xd4d970){logger[_0x382f45(0xe7)](_0x382f45(0xe8)+_0xd4d970[_0x382f45(0xcd)]),logger['debug']('Error\x20details:\x20'+(_0xd4d970[_0x382f45(0xf2)]||JSON[_0x382f45(0xd0)](_0xd4d970))),await _0x409c48[_0x382f45(0xd9)](sleep),process[_0x382f45(0xea)](0x1);}}function a28_0x3ce4(){const _0x16d2ef=['xqHwd','Error\x20Details:\x20','25122hGFipq','JHVpv','SIGINT','./loadUtils','Spawning:\x20','bdPwh','15oWfbYz','hwjFr','Received\x20','HArzw','winstonLogger','debug','Loading\x20configuration\x20using\x20environment\x20variables\x20if\x20available.','3188100rYxhYJ','SIGTERM','load','oQZYJ','Kwgbi','userName','dlZJx','kill','accessKey','Failed\x20to\x20determine\x20CLI\x20directory','HUpuZ','message','slice','zYlAp','stringify','checkAndUpdateCli','csOtC','argv','zXBoj','../../helpers/logger','bRJTp','Waiting\x20for\x20child\x20process\x20to\x20exit...','570148SaqOXe','HpAQK','SIGQUIT','PXAHp','\x20exited\x20with\x20code\x20','350xKfdVL','Failed\x20to\x20download\x20or\x20locate\x20CLI\x20binary','killed','ZJXmN','CLI\x20binary\x20not\x20found,\x20downloading\x20latest\x20version','env','YBKiU','inherit','7eYEplL','\x20load\x20','error','Failed\x20initiating\x20load\x20test:\x20','Executing\x20load\x20test\x20with\x20arguments:\x20','exit','Configuration\x20path:\x20','getCliDir','forEach','BROWSERSTACK_USERNAME','pKqyC','fusaq','153325CQkPIo','stack','4190856dPMtBI','../v2/cliUtils','exports','538483PdSQyT','child_process','25PumFLV','5810013achrTf','Error\x20loading\x20configuration:\x20','NIQDU','Error\x20details:\x20','join','close','../../helpers/helper','HiprM'];a28_0x3ce4=function(){return _0x16d2ef;};return a28_0x3ce4();}module[a28_0x2133dd(0xa7)]=executeLoadTest;
@@ -1 +1 @@
1
- 'use strict';const a29_0x32a85c=a29_0x1e1f;function a29_0x1e1f(_0x4049dd,_0x361027){const _0x4e0f36=a29_0x4e0f();return a29_0x1e1f=function(_0x1e1f14,_0xc7068d){_0x1e1f14=_0x1e1f14-0xd0;let _0x1e8f68=_0x4e0f36[_0x1e1f14];return _0x1e8f68;},a29_0x1e1f(_0x4049dd,_0x361027);}(function(_0x373722,_0xb98ddf){const _0x237b57=a29_0x1e1f,_0x3a1891=_0x373722();while(!![]){try{const _0x1ada04=-parseInt(_0x237b57(0xd1))/0x1+parseInt(_0x237b57(0xd4))/0x2+-parseInt(_0x237b57(0xf6))/0x3*(parseInt(_0x237b57(0xd9))/0x4)+parseInt(_0x237b57(0xe6))/0x5+-parseInt(_0x237b57(0xf0))/0x6+-parseInt(_0x237b57(0xd7))/0x7*(-parseInt(_0x237b57(0xe7))/0x8)+parseInt(_0x237b57(0xdb))/0x9;if(_0x1ada04===_0xb98ddf)break;else _0x3a1891['push'](_0x3a1891['shift']());}catch(_0xde2d9){_0x3a1891['push'](_0x3a1891['shift']());}}}(a29_0x4e0f,0x44c32));const fs=require('fs'),path=require(a29_0x32a85c(0xed)),logger=require(a29_0x32a85c(0xe4))[a29_0x32a85c(0xf4)];function getLoadConfigPath(_0x26cc41){const _0x2ec090=a29_0x32a85c,_0x4555ba={};_0x4555ba[_0x2ec090(0xf8)]=function(_0x149317,_0x5efc86){return _0x149317===_0x5efc86;},_0x4555ba[_0x2ec090(0xde)]=_0x2ec090(0xef),_0x4555ba['nydpg']=_0x2ec090(0xf3),_0x4555ba[_0x2ec090(0xd6)]=_0x2ec090(0xdc),_0x4555ba['lPaLW']='.yml',_0x4555ba[_0x2ec090(0xe3)]=_0x2ec090(0xd5),_0x4555ba[_0x2ec090(0xe9)]=_0x2ec090(0xec),_0x4555ba['VBbAg']=_0x2ec090(0xe2),_0x4555ba['EkHgv']=_0x2ec090(0xf9),_0x4555ba['qnhgF']=_0x2ec090(0xd3),_0x4555ba[_0x2ec090(0xdd)]=_0x2ec090(0xf5);const _0x6614b9=_0x4555ba;logger['debug'](_0x2ec090(0xdf)+JSON[_0x2ec090(0xfb)](_0x26cc41));try{const _0x46ba45=_0x26cc41['_']||[],_0x25a330=_0x6614b9[_0x2ec090(0xf8)](_0x26cc41['_'][0x0],_0x6614b9[_0x2ec090(0xde)])&&_0x6614b9[_0x2ec090(0xf8)](_0x26cc41['subcommand'],_0x6614b9[_0x2ec090(0xe8)]);if(_0x25a330){if(_0x26cc41[_0x6614b9[_0x2ec090(0xd6)]]||_0x26cc41['cf']){const _0x546266=_0x26cc41[_0x6614b9[_0x2ec090(0xd6)]]||_0x26cc41['cf'],_0x8cec59=path[_0x2ec090(0xe5)](_0x546266);logger[_0x2ec090(0xd0)](_0x2ec090(0xd8)+_0x546266+_0x2ec090(0xfa)+_0x8cec59);if(_0x8cec59[_0x2ec090(0xf1)](_0x6614b9['lPaLW'])||_0x8cec59[_0x2ec090(0xf1)](_0x6614b9[_0x2ec090(0xe3)]))return logger[_0x2ec090(0xda)](_0x2ec090(0xeb)+_0x8cec59),_0x8cec59;}}const _0x4b351b=[_0x6614b9[_0x2ec090(0xe9)],_0x6614b9[_0x2ec090(0xee)],_0x6614b9[_0x2ec090(0xe0)],_0x6614b9[_0x2ec090(0xf7)]];logger['debug'](_0x6614b9[_0x2ec090(0xdd)]);for(const _0x4d1b0d of _0x4b351b){const _0x3bf266=path['join'](process['cwd'](),_0x4d1b0d);logger[_0x2ec090(0xd0)](_0x2ec090(0xfd)+_0x3bf266);if(fs[_0x2ec090(0xfc)](_0x3bf266))return logger['debug']('Found\x20config\x20file:\x20'+_0x3bf266),_0x3bf266;}}catch(_0xb25b32){logger[_0x2ec090(0xd2)]('Failed\x20to\x20load\x20browserstack\x20config:\x20'+_0xb25b32['message']);}}function sleep(){return new Promise(_0x2f05b4=>setTimeout(_0x2f05b4,0x64));}function a29_0x4e0f(){const _0x2e24f1=['../../helpers/logger','resolve','69905YUvGkH','8cNdWMw','nydpg','XHQZw','getLoadConfigPath','Using\x20specified\x20config\x20file:\x20','browserstack-load.yml','path','VBbAg','load','2173110syqdbb','endsWith','sleep','run','winstonLogger','Checking\x20for\x20config\x20in\x20default\x20config\x20files...','15LpCdEb','qnhgF','sUcDc','browserstack.yml','\x20and\x20Resolved\x20path:\x20','stringify','existsSync','Checking\x20for:\x20','debug','226910FHttsg','error','browserstack.yaml','530864ueHcGF','.yaml','zszfc','499534ufdZxX','Config\x20file\x20specified:\x20','197836JXFzTt','info','6905385awIRLu','config-file','OIRDt','rhbNO','Checking\x20for\x20config\x20file\x20with\x20arguments:\x20','EkHgv','exports','browserstack-load.yaml','TzoWj'];a29_0x4e0f=function(){return _0x2e24f1;};return a29_0x4e0f();}const a29_0xf09252={};a29_0xf09252[a29_0x32a85c(0xea)]=getLoadConfigPath,a29_0xf09252[a29_0x32a85c(0xf2)]=sleep,module[a29_0x32a85c(0xe1)]=a29_0xf09252;
1
+ 'use strict';const a29_0x272209=a29_0x9eb8;(function(_0x404429,_0x30faa7){const _0x5f149e=a29_0x9eb8,_0x3113cc=_0x404429();while(!![]){try{const _0x9c5afa=parseInt(_0x5f149e(0x1c0))/0x1+parseInt(_0x5f149e(0x1b9))/0x2*(-parseInt(_0x5f149e(0x1b0))/0x3)+parseInt(_0x5f149e(0x1c5))/0x4+parseInt(_0x5f149e(0x1c6))/0x5*(parseInt(_0x5f149e(0x1ae))/0x6)+parseInt(_0x5f149e(0x1c8))/0x7*(-parseInt(_0x5f149e(0x1b2))/0x8)+-parseInt(_0x5f149e(0x1c4))/0x9+-parseInt(_0x5f149e(0x1c2))/0xa;if(_0x9c5afa===_0x30faa7)break;else _0x3113cc['push'](_0x3113cc['shift']());}catch(_0x50329e){_0x3113cc['push'](_0x3113cc['shift']());}}}(a29_0x221a,0x99161));const fs=require('fs'),path=require('path'),logger=require(a29_0x272209(0x1c9))[a29_0x272209(0x1b3)];function a29_0x221a(){const _0x3fae1c=['2702QckfAb','../../helpers/logger','.yml','Checking\x20for\x20config\x20file\x20with\x20arguments:\x20','wVInS','exports','orKLL','\x20and\x20Resolved\x20path:\x20','Iwicd','browserstack.yaml','error','Config\x20file\x20specified:\x20','resolve','existsSync','58194PNzxhI','xxGEp','3HVNkkg','stringify','18152EIRwpG','winstonLogger','mqdsg','browserstack-load.yml','.yaml','debug','sleep','649282ZNPOTG','mxsBu','getLoadConfigPath','BOLjJ','qaiwt','endsWith','subcommand','251468OGSTgU','jDVAH','428410UouPhM','oHayU','5198337cxaBdV','4091612xzUcZD','605wVYrCW','message'];a29_0x221a=function(){return _0x3fae1c;};return a29_0x221a();}function a29_0x9eb8(_0x492c2f,_0x9dff52){const _0x221a0d=a29_0x221a();return a29_0x9eb8=function(_0x9eb886,_0x3c9757){_0x9eb886=_0x9eb886-0x1a2;let _0x1ea8fe=_0x221a0d[_0x9eb886];return _0x1ea8fe;},a29_0x9eb8(_0x492c2f,_0x9dff52);}function getLoadConfigPath(_0x296f67){const _0x12a409=a29_0x272209,_0x566af9={};_0x566af9[_0x12a409(0x1af)]=function(_0x4ad5df,_0x3a9020){return _0x4ad5df===_0x3a9020;},_0x566af9[_0x12a409(0x1a4)]='load',_0x566af9['Iwicd']=function(_0x9f38a6,_0x4a07c7){return _0x9f38a6===_0x4a07c7;},_0x566af9[_0x12a409(0x1c1)]='run',_0x566af9['mxsBu']='config-file',_0x566af9['oHayU']=_0x12a409(0x1a2),_0x566af9['CKHEX']=_0x12a409(0x1b6),_0x566af9[_0x12a409(0x1a6)]=_0x12a409(0x1b5),_0x566af9['qaiwt']='browserstack-load.yaml',_0x566af9[_0x12a409(0x1b4)]='browserstack.yml',_0x566af9['BOLjJ']=_0x12a409(0x1a9),_0x566af9['CtUJF']='Checking\x20for\x20config\x20in\x20default\x20config\x20files...';const _0x210d32=_0x566af9;logger[_0x12a409(0x1b7)](_0x12a409(0x1a3)+JSON[_0x12a409(0x1b1)](_0x296f67));try{const _0x415c38=_0x296f67['_']||[],_0x36340e=_0x210d32['xxGEp'](_0x296f67['_'][0x0],_0x210d32[_0x12a409(0x1a4)])&&_0x210d32[_0x12a409(0x1a8)](_0x296f67[_0x12a409(0x1bf)],_0x210d32[_0x12a409(0x1c1)]);if(_0x36340e){if(_0x296f67[_0x210d32[_0x12a409(0x1ba)]]||_0x296f67['cf']){const _0x596bda=_0x296f67[_0x210d32[_0x12a409(0x1ba)]]||_0x296f67['cf'],_0x1568a8=path[_0x12a409(0x1ac)](_0x596bda);logger[_0x12a409(0x1b7)](_0x12a409(0x1ab)+_0x596bda+_0x12a409(0x1a7)+_0x1568a8);if(_0x1568a8[_0x12a409(0x1be)](_0x210d32[_0x12a409(0x1c3)])||_0x1568a8[_0x12a409(0x1be)](_0x210d32['CKHEX']))return logger['info']('Using\x20specified\x20config\x20file:\x20'+_0x1568a8),_0x1568a8;}}const _0xa2ea0f=[_0x210d32[_0x12a409(0x1a6)],_0x210d32[_0x12a409(0x1bd)],_0x210d32[_0x12a409(0x1b4)],_0x210d32[_0x12a409(0x1bc)]];logger['debug'](_0x210d32['CtUJF']);for(const _0x48715f of _0xa2ea0f){const _0x35bc7=path['join'](process['cwd'](),_0x48715f);logger[_0x12a409(0x1b7)]('Checking\x20for:\x20'+_0x35bc7);if(fs[_0x12a409(0x1ad)](_0x35bc7))return logger[_0x12a409(0x1b7)]('Found\x20config\x20file:\x20'+_0x35bc7),_0x35bc7;}}catch(_0x412c19){logger[_0x12a409(0x1aa)]('Failed\x20to\x20load\x20browserstack\x20config:\x20'+_0x412c19[_0x12a409(0x1c7)]);}}function sleep(){return new Promise(_0x54ca0b=>setTimeout(_0x54ca0b,0x64));}const a29_0x36f346={};a29_0x36f346[a29_0x272209(0x1bb)]=getLoadConfigPath,a29_0x36f346[a29_0x272209(0x1b8)]=sleep,module[a29_0x272209(0x1a5)]=a29_0x36f346;
@@ -1 +1 @@
1
- const a30_0x207b7c=a30_0xcc96;(function(_0x2aace8,_0x2ec61d){const _0x1cfe8e=a30_0xcc96,_0xda4131=_0x2aace8();while(!![]){try{const _0x4b5b22=parseInt(_0x1cfe8e(0xd4))/0x1+-parseInt(_0x1cfe8e(0xb5))/0x2*(parseInt(_0x1cfe8e(0xf5))/0x3)+parseInt(_0x1cfe8e(0x103))/0x4+parseInt(_0x1cfe8e(0xcf))/0x5*(-parseInt(_0x1cfe8e(0xc7))/0x6)+parseInt(_0x1cfe8e(0xe7))/0x7+-parseInt(_0x1cfe8e(0xd8))/0x8+parseInt(_0x1cfe8e(0xbb))/0x9;if(_0x4b5b22===_0x2ec61d)break;else _0xda4131['push'](_0xda4131['shift']());}catch(_0x3d9713){_0xda4131['push'](_0xda4131['shift']());}}}(a30_0x32d5,0x2e44a));function a30_0xcc96(_0x5dac51,_0x439404){const _0x32d5a8=a30_0x32d5();return a30_0xcc96=function(_0xcc96e7,_0x49f26f){_0xcc96e7=_0xcc96e7-0xab;let _0x1a0a89=_0x32d5a8[_0xcc96e7];return _0x1a0a89;},a30_0xcc96(_0x5dac51,_0x439404);}function a30_0x32d5(){const _0x3b4588=['pbwAq','keys','capabilities','Exception\x20in\x20setExtension\x20Error:\x20','EWYZc','browserstack','setExtension','Nkzgv','YYSFd','YLimM','isAccessibilityPlatform','1066544ILYZAT','deviceName','eUnnY','EIJmv','uFzzW','wjasv','fetchPlatformDetails','hXiNa','eoQuD','nestedKeyValue','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','setGlobal','2ivpeQS','authToken','chromeOptions_','NONKN','env','path','1011996DCiKZS','parse','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','browserstack.accessibilityOptions','string','Options','chrome','accessibilityOptions','yXyRa','latest','chromeOptions','bstack:options','2154018JDhsyh','some','__cloud_provider___','selenium-webdriver','JQusY','../../../helpers/globals','bMBBQ','accessibility','5SeObtO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BS_A11Y_JWT','GJQKh','lZlwB','221632uBUsYJ','debug','getBrowserName','TBKVQ','1366552dJXKRY','getCapabilities','toLowerCase','capability','eGNjg','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','util','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','format','getPlatformVersion','setAccessibilityCapabilities','browserstack.accessibility','tlAHB','capabilities_','winstonLogger','1971851jJdFVW','requireModule','browserVersion','EQSfe','mCgyt','startsWith','getBrowserVersion','get','--headless=','selenium-webdriver/chrome.js','args','warn','scannerVersion','length','489207ddHYaI','DoadE','isUndefined'];a30_0x32d5=function(){return _0x3b4588;};return a30_0x32d5();}const path=require(a30_0x207b7c(0xba)),os=require('os'),util=require(a30_0x207b7c(0xde)),bsSetupHelper=require('../../../helpers/helper'),globals=require(a30_0x207b7c(0xcc)),logger=require('../../../helpers/logger')[a30_0x207b7c(0xe6)];exports[a30_0x207b7c(0xe2)]=_0x1bffad=>{const _0x2ed820=a30_0x207b7c,_0x23d7c6={};_0x23d7c6[_0x2ed820(0xae)]=function(_0x366d15,_0x16e293){return _0x366d15>_0x16e293;},_0x23d7c6[_0x2ed820(0xd7)]=_0x2ed820(0xc6),_0x23d7c6['mCgyt']=_0x2ed820(0xe3),_0x23d7c6[_0x2ed820(0xb8)]=_0x2ed820(0x102),_0x23d7c6['JQusY']=_0x2ed820(0xbe);const _0x2a63c6=_0x23d7c6;try{const _0x5e4edb=_0x2a63c6[_0x2ed820(0xae)](Object[_0x2ed820(0xf9)](_0x1bffad[_0x2ed820(0xdb)])[_0x2ed820(0xf4)],0x0)?_0x1bffad[_0x2ed820(0xdb)]:_0x2a63c6[_0x2ed820(0xae)](Object['keys'](_0x1bffad['capabilities'])[_0x2ed820(0xf4)],0x0)?_0x1bffad[_0x2ed820(0xfa)][0x0]:{};if(_0x5e4edb[_0x2a63c6['TBKVQ']]&&_0x5e4edb[_0x2a63c6[_0x2ed820(0xd7)]][_0x2ed820(0xce)]||_0x1bffad[_0x2ed820(0xdb)][_0x2a63c6['mCgyt']]){globals[_0x2ed820(0xb4)](_0x2a63c6[_0x2ed820(0xb8)],!![]);if(_0x5e4edb[_0x2a63c6[_0x2ed820(0xd7)]]){if(_0x5e4edb[_0x2a63c6['TBKVQ']][_0x2ed820(0xc2)])_0x5e4edb[_0x2a63c6[_0x2ed820(0xd7)]][_0x2ed820(0xc2)][_0x2ed820(0xb6)]=process[_0x2ed820(0xb9)][_0x2ed820(0xd1)];else{const _0x2679de={};_0x2679de[_0x2ed820(0xb6)]=process['env']['BS_A11Y_JWT'],_0x5e4edb[_0x2a63c6['TBKVQ']][_0x2ed820(0xc2)]=_0x2679de;}_0x5e4edb[_0x2a63c6[_0x2ed820(0xd7)]]['accessibilityOptions']['scannerVersion']=JSON[_0x2ed820(0xbc)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x2ed820(0xf3)];}else{if(_0x1bffad['capability'][_0x2a63c6[_0x2ed820(0xeb)]]){if(_0x5e4edb[_0x2a63c6[_0x2ed820(0xcb)]])_0x5e4edb[_0x2a63c6[_0x2ed820(0xcb)]][_0x2ed820(0xb6)]=process[_0x2ed820(0xb9)][_0x2ed820(0xd1)];else{const _0x10904c={};_0x10904c[_0x2ed820(0xb6)]=process[_0x2ed820(0xb9)][_0x2ed820(0xd1)],_0x5e4edb[_0x2a63c6[_0x2ed820(0xcb)]]=_0x10904c;}_0x5e4edb[_0x2a63c6[_0x2ed820(0xcb)]][_0x2ed820(0xf3)]=JSON[_0x2ed820(0xbc)](process[_0x2ed820(0xb9)][_0x2ed820(0xdf)])[_0x2ed820(0xf3)];}}}}catch(_0x3b3161){logger[_0x2ed820(0xd5)](_0x2ed820(0xdd)+_0x3b3161);}},exports[a30_0x207b7c(0xfe)]=(_0x4a8997,_0x325dd1)=>{const _0x51a539=a30_0x207b7c,_0x100bba={};_0x100bba[_0x51a539(0xb0)]='bstack:options',_0x100bba['DoadE']=function(_0x33ec6d,_0x20aed1){return _0x33ec6d!==_0x20aed1;},_0x100bba['bMBBQ']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x100bba[_0x51a539(0xff)]=_0x51a539(0xc1),_0x100bba[_0x51a539(0xac)]=_0x51a539(0xd0),_0x100bba['EQSfe']=function(_0x192c64,_0xf749bb){return _0x192c64===_0xf749bb;},_0x100bba[_0x51a539(0xdc)]=_0x51a539(0xc4),_0x100bba[_0x51a539(0xc3)]=function(_0x411f81,_0x2c7ae1){return _0x411f81>_0x2c7ae1;},_0x100bba[_0x51a539(0x101)]=_0x51a539(0xb3),_0x100bba[_0x51a539(0x100)]=_0x51a539(0xf0),_0x100bba[_0x51a539(0xd3)]=_0x51a539(0xca),_0x100bba[_0x51a539(0xfc)]='options_',_0x100bba[_0x51a539(0xb1)]=_0x51a539(0xf1),_0x100bba[_0x51a539(0xab)]=_0x51a539(0xc5),_0x100bba[_0x51a539(0xd2)]='goog:chromeOptions',_0x100bba[_0x51a539(0xf8)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x23ddeb=_0x100bba;try{const _0x9304e5=_0x325dd1[_0x51a539(0xdb)]||{},_0x42ec10=(_0x9304e5[_0x23ddeb[_0x51a539(0xb0)]]?_0x9304e5[_0x23ddeb[_0x51a539(0xb0)]][_0x51a539(0x104)]:_0x9304e5['device'])||'';if(_0x23ddeb['DoadE'](_0x42ec10,''))return logger['warn'](_0x23ddeb[_0x51a539(0xcd)]),![];const _0x1adfe8=_0x9304e5['browserName']||_0x4a8997['capabilities_'][_0x51a539(0xd6)]();if(_0x23ddeb[_0x51a539(0xf6)](_0x1adfe8[_0x51a539(0xda)](),_0x23ddeb['Nkzgv']))return logger[_0x51a539(0xf2)](_0x23ddeb['EIJmv']),![];const _0x4a9a56=_0x9304e5[_0x51a539(0xe9)]||_0x9304e5['browser_version']||_0x4a8997[_0x51a539(0xe5)][_0x51a539(0xed)]();if(!bsSetupHelper[_0x51a539(0xf7)](_0x4a9a56)&&!(_0x23ddeb[_0x51a539(0xea)](_0x4a9a56,_0x23ddeb[_0x51a539(0xdc)])||_0x23ddeb[_0x51a539(0xc3)](_0x4a9a56,0x5e)))return logger[_0x51a539(0xf2)](_0x23ddeb['YLimM']),![];let _0x7f94d8;try{_0x7f94d8=bsSetupHelper[_0x51a539(0xe8)](_0x23ddeb[_0x51a539(0x100)],_0x23ddeb[_0x51a539(0xd3)]);}catch(_0x473cd7){return![];}const _0xe97234=new _0x7f94d8[(_0x51a539(0xc0))](_0x4a8997[_0x51a539(0xb7)]),_0x27d6e6=bsSetupHelper[_0x51a539(0xb2)](_0xe97234,[_0x23ddeb['EWYZc'],_0x23ddeb[_0x51a539(0xb1)]])||bsSetupHelper[_0x51a539(0xb2)](_0x4a8997[_0x51a539(0xe5)]['get'](_0x23ddeb['hXiNa']),[_0x23ddeb[_0x51a539(0xab)],_0x23ddeb[_0x51a539(0xb1)]])||bsSetupHelper['nestedKeyValue'](_0x4a8997[_0x51a539(0xe5)]['get'](_0x23ddeb[_0x51a539(0xab)]),[_0x23ddeb[_0x51a539(0xb1)]])||bsSetupHelper[_0x51a539(0xb2)](_0x4a8997[_0x51a539(0xe5)][_0x51a539(0xee)](_0x23ddeb['GJQKh']),[_0x23ddeb[_0x51a539(0xb1)]])||[],_0x457791=Array['isArray'](_0x27d6e6)?_0x27d6e6:[];if(_0x457791[_0x51a539(0xc8)](_0x2985ec=>typeof _0x2985ec===_0x51a539(0xbf)&&(_0x2985ec==='--headless'||_0x2985ec[_0x51a539(0xec)](_0x51a539(0xef))&&_0x2985ec!=='--headless=new')))return logger[_0x51a539(0xf2)](_0x23ddeb['pbwAq']),![];return!![];}catch(_0x508670){logger['debug'](_0x51a539(0xfb)+util[_0x51a539(0xe0)](_0x508670));}return![];},exports[a30_0x207b7c(0xaf)]=async _0x1c14cd=>{const _0x4be4b9=a30_0x207b7c,_0x10e0a6={};_0x10e0a6[_0x4be4b9(0xe4)]=function(_0x5b712b,_0x26558e){return _0x5b712b===_0x26558e;},_0x10e0a6[_0x4be4b9(0xad)]=_0x4be4b9(0xfd);const _0x2ee239=_0x10e0a6;let _0x43dd45={};try{const _0x29fdf7=await _0x1c14cd[_0x4be4b9(0xd9)]();_0x43dd45={'os_name':_0x29fdf7['getPlatform'](),'os_version':bsSetupHelper[_0x4be4b9(0xe1)](_0x2ee239[_0x4be4b9(0xe4)](global[_0x4be4b9(0xc9)],_0x2ee239[_0x4be4b9(0xad)])),'browser_name':_0x29fdf7[_0x4be4b9(0xd6)](),'browser_version':_0x29fdf7[_0x4be4b9(0xed)]()};}catch(_0x2e9d6e){logger[_0x4be4b9(0xd5)](_0x4be4b9(0xbd)+_0x2e9d6e);}return _0x43dd45;};
1
+ const a30_0x1a910b=a30_0x4d34;(function(_0x24e2e9,_0x1f3e91){const _0x3dba08=a30_0x4d34,_0x5c1cbf=_0x24e2e9();while(!![]){try{const _0x9206f9=parseInt(_0x3dba08(0xff))/0x1+parseInt(_0x3dba08(0xe5))/0x2+-parseInt(_0x3dba08(0xf4))/0x3+-parseInt(_0x3dba08(0x104))/0x4*(parseInt(_0x3dba08(0xc6))/0x5)+parseInt(_0x3dba08(0x112))/0x6+parseInt(_0x3dba08(0xd9))/0x7*(parseInt(_0x3dba08(0xdb))/0x8)+-parseInt(_0x3dba08(0xe3))/0x9*(parseInt(_0x3dba08(0xdd))/0xa);if(_0x9206f9===_0x1f3e91)break;else _0x5c1cbf['push'](_0x5c1cbf['shift']());}catch(_0x55e43a){_0x5c1cbf['push'](_0x5c1cbf['shift']());}}}(a30_0x31d7,0xa9198));const path=require('path'),os=require('os'),util=require(a30_0x1a910b(0x103)),bsSetupHelper=require(a30_0x1a910b(0xec)),globals=require(a30_0x1a910b(0x108)),logger=require(a30_0x1a910b(0x10d))[a30_0x1a910b(0x115)];function a30_0x4d34(_0x2b0834,_0x34c109){const _0x31d7ed=a30_0x31d7();return a30_0x4d34=function(_0x4d3435,_0x3c7033){_0x4d3435=_0x4d3435-0xbf;let _0x3b82d0=_0x31d7ed[_0x4d3435];return _0x3b82d0;},a30_0x4d34(_0x2b0834,_0x34c109);}exports[a30_0x1a910b(0xf6)]=_0x17cb30=>{const _0x5a77d6=a30_0x1a910b,_0x138d45={};_0x138d45['QphFq']=function(_0x5e3cad,_0x4ad712){return _0x5e3cad>_0x4ad712;},_0x138d45['EIYYV']=function(_0x243556,_0x393c37){return _0x243556>_0x393c37;},_0x138d45[_0x5a77d6(0x102)]='bstack:options',_0x138d45[_0x5a77d6(0xe6)]=_0x5a77d6(0x101),_0x138d45[_0x5a77d6(0xc4)]=_0x5a77d6(0xcc),_0x138d45[_0x5a77d6(0x10f)]=_0x5a77d6(0xf7);const _0x1fbadb=_0x138d45;try{const _0x1a3a45=_0x1fbadb[_0x5a77d6(0xe8)](Object[_0x5a77d6(0xf2)](_0x17cb30[_0x5a77d6(0xc7)])['length'],0x0)?_0x17cb30[_0x5a77d6(0xc7)]:_0x1fbadb['EIYYV'](Object[_0x5a77d6(0xf2)](_0x17cb30[_0x5a77d6(0x107)])[_0x5a77d6(0x111)],0x0)?_0x17cb30['capabilities'][0x0]:{};if(_0x1a3a45[_0x1fbadb['bYGCq']]&&_0x1a3a45[_0x1fbadb[_0x5a77d6(0x102)]][_0x5a77d6(0xbf)]||_0x17cb30[_0x5a77d6(0xc7)][_0x1fbadb[_0x5a77d6(0xe6)]]){globals[_0x5a77d6(0xf3)](_0x1fbadb[_0x5a77d6(0xc4)],!![]);if(_0x1a3a45[_0x1fbadb[_0x5a77d6(0x102)]]){if(_0x1a3a45[_0x1fbadb['bYGCq']]['accessibilityOptions'])_0x1a3a45[_0x1fbadb[_0x5a77d6(0x102)]][_0x5a77d6(0x105)][_0x5a77d6(0xfb)]=process[_0x5a77d6(0x109)]['BS_A11Y_JWT'];else{const _0x20e41c={};_0x20e41c['authToken']=process[_0x5a77d6(0x109)][_0x5a77d6(0xc1)],_0x1a3a45[_0x1fbadb['bYGCq']][_0x5a77d6(0x105)]=_0x20e41c;}_0x1a3a45[_0x1fbadb['bYGCq']][_0x5a77d6(0x105)][_0x5a77d6(0xfd)]=JSON[_0x5a77d6(0xd4)](process['env'][_0x5a77d6(0xc9)])[_0x5a77d6(0xfd)];}else{if(_0x17cb30[_0x5a77d6(0xc7)][_0x1fbadb[_0x5a77d6(0xe6)]]){if(_0x1a3a45[_0x1fbadb[_0x5a77d6(0x10f)]])_0x1a3a45[_0x1fbadb[_0x5a77d6(0x10f)]]['authToken']=process[_0x5a77d6(0x109)]['BS_A11Y_JWT'];else{const _0x1c3896={};_0x1c3896[_0x5a77d6(0xfb)]=process[_0x5a77d6(0x109)]['BS_A11Y_JWT'],_0x1a3a45[_0x1fbadb[_0x5a77d6(0x10f)]]=_0x1c3896;}_0x1a3a45[_0x1fbadb[_0x5a77d6(0x10f)]][_0x5a77d6(0xfd)]=JSON[_0x5a77d6(0xd4)](process[_0x5a77d6(0x109)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x5a77d6(0xfd)];}}}}catch(_0x5c5491){logger[_0x5a77d6(0xf8)](_0x5a77d6(0xd2)+_0x5c5491);}},exports[a30_0x1a910b(0xdf)]=(_0xe579ce,_0x12647b)=>{const _0x13229c=a30_0x1a910b,_0x4dd0fd={};_0x4dd0fd[_0x13229c(0xe9)]=_0x13229c(0xc0),_0x4dd0fd['LlvvG']=function(_0x1bb0e2,_0x49ebec){return _0x1bb0e2!==_0x49ebec;},_0x4dd0fd['MUyks']=_0x13229c(0xc3),_0x4dd0fd[_0x13229c(0xfa)]=_0x13229c(0x10e),_0x4dd0fd['ciVbj']=_0x13229c(0xfe),_0x4dd0fd[_0x13229c(0xc8)]=function(_0x1899bc,_0x500c54){return _0x1899bc===_0x500c54;},_0x4dd0fd['SQPoe']=_0x13229c(0xd7),_0x4dd0fd[_0x13229c(0xce)]=function(_0x439981,_0x2c5d9e){return _0x439981>_0x2c5d9e;},_0x4dd0fd['ZQReF']=_0x13229c(0xd3),_0x4dd0fd['IVvcN']=_0x13229c(0xed),_0x4dd0fd[_0x13229c(0x10b)]=_0x13229c(0xee),_0x4dd0fd[_0x13229c(0xe1)]=_0x13229c(0xf0),_0x4dd0fd[_0x13229c(0xeb)]=_0x13229c(0xea),_0x4dd0fd['wJVUt']='chromeOptions',_0x4dd0fd['ALVpl']=_0x13229c(0xd6),_0x4dd0fd[_0x13229c(0xfc)]=_0x13229c(0xca);const _0x1d9aed=_0x4dd0fd;try{const _0x4de892=_0x12647b['capability']||{},_0x34a8e8=(_0x4de892[_0x1d9aed[_0x13229c(0xe9)]]?_0x4de892[_0x1d9aed[_0x13229c(0xe9)]][_0x13229c(0xde)]:_0x4de892[_0x13229c(0xe4)])||'';if(_0x1d9aed[_0x13229c(0xc2)](_0x34a8e8,''))return logger[_0x13229c(0x100)](_0x1d9aed[_0x13229c(0x10a)]),![];const _0x4e3848=_0x4de892['browserName']||_0xe579ce[_0x13229c(0xe7)][_0x13229c(0xe0)]();if(_0x1d9aed[_0x13229c(0xc2)](_0x4e3848['toLowerCase'](),_0x1d9aed[_0x13229c(0xfa)]))return logger['warn'](_0x1d9aed['ciVbj']),![];const _0x373d4e=_0x4de892['browserVersion']||_0x4de892[_0x13229c(0x106)]||_0xe579ce['capabilities_']['getBrowserVersion']();if(!bsSetupHelper['isUndefined'](_0x373d4e)&&!(_0x1d9aed[_0x13229c(0xc8)](_0x373d4e,_0x1d9aed['SQPoe'])||_0x1d9aed[_0x13229c(0xce)](_0x373d4e,0x5e)))return logger[_0x13229c(0x100)](_0x1d9aed[_0x13229c(0xf5)]),![];let _0x172037;try{_0x172037=bsSetupHelper[_0x13229c(0xcf)](_0x1d9aed[_0x13229c(0xd8)],_0x1d9aed[_0x13229c(0x10b)]);}catch(_0x2cf710){return![];}const _0x5de879=new _0x172037['Options'](_0xe579ce['chromeOptions_']),_0x2b5cf1=bsSetupHelper['nestedKeyValue'](_0x5de879,[_0x1d9aed[_0x13229c(0xe1)],_0x1d9aed[_0x13229c(0xeb)]])||bsSetupHelper[_0x13229c(0x110)](_0xe579ce[_0x13229c(0xe7)][_0x13229c(0xd1)](_0x1d9aed[_0x13229c(0xe9)]),[_0x1d9aed[_0x13229c(0x114)],_0x1d9aed[_0x13229c(0xeb)]])||bsSetupHelper[_0x13229c(0x110)](_0xe579ce[_0x13229c(0xe7)][_0x13229c(0xd1)](_0x1d9aed[_0x13229c(0x114)]),[_0x1d9aed[_0x13229c(0xeb)]])||bsSetupHelper['nestedKeyValue'](_0xe579ce['capabilities_'][_0x13229c(0xd1)](_0x1d9aed['ALVpl']),[_0x1d9aed[_0x13229c(0xeb)]])||[],_0x283278=Array[_0x13229c(0xdc)](_0x2b5cf1)?_0x2b5cf1:[];if(_0x283278[_0x13229c(0xcd)](_0x25b11c=>typeof _0x25b11c===_0x13229c(0xef)&&(_0x25b11c==='--headless'||_0x25b11c[_0x13229c(0xd5)]('--headless=')&&_0x25b11c!==_0x13229c(0x10c))))return logger[_0x13229c(0x100)](_0x1d9aed['GpmTf']),![];return!![];}catch(_0x378c8e){logger[_0x13229c(0xf8)](_0x13229c(0x113)+util[_0x13229c(0xda)](_0x378c8e));}return![];},exports[a30_0x1a910b(0xc5)]=async _0x1b039f=>{const _0x3f8bb7=a30_0x1a910b,_0x32e3b7={};_0x32e3b7[_0x3f8bb7(0xf1)]=function(_0x501dd7,_0x4b27b5){return _0x501dd7===_0x4b27b5;},_0x32e3b7[_0x3f8bb7(0xcb)]='browserstack';const _0x4cacd5=_0x32e3b7;let _0x52f189={};try{const _0x22ab22=await _0x1b039f[_0x3f8bb7(0xf9)]();_0x52f189={'os_name':_0x22ab22[_0x3f8bb7(0xe2)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x4cacd5['mPand'](global[_0x3f8bb7(0xd0)],_0x4cacd5[_0x3f8bb7(0xcb)])),'browser_name':_0x22ab22[_0x3f8bb7(0xe0)](),'browser_version':_0x22ab22['getBrowserVersion']()};}catch(_0x513831){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x513831);}return _0x52f189;};function a30_0x31d7(){const _0x544168=['scannerVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','1283312UBxDMa','warn','browserstack.accessibility','bYGCq','util','8KDUGxO','accessibilityOptions','browser_version','capabilities','../../../helpers/globals','env','MUyks','BwTwH','--headless=new','../../../helpers/logger','chrome','hZdbE','nestedKeyValue','length','6427404aQOItb','Exception\x20in\x20setExtension\x20Error:\x20','wJVUt','winstonLogger','accessibility','bstack:options','BS_A11Y_JWT','LlvvG','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','kCRGI','fetchPlatformDetails','2829305DLSndB','capability','upeXz','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','EOBtZ','isAccessibilityPlatform','some','GidMi','requireModule','__cloud_provider___','get','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','parse','startsWith','goog:chromeOptions','latest','IVvcN','1253aJEhRG','format','12920ClsCWH','isArray','310mqnnVI','deviceName','setExtension','getBrowserName','UbILJ','getPlatform','450396vooOmX','device','2483894MFArrX','YOzAy','capabilities_','QphFq','umAbw','args','qoODY','../../../helpers/helper','selenium-webdriver/chrome.js','selenium-webdriver','string','options_','mPand','keys','setGlobal','1529580YKOcWD','ZQReF','setAccessibilityCapabilities','browserstack.accessibilityOptions','debug','getCapabilities','jMrAv','authToken','GpmTf'];a30_0x31d7=function(){return _0x544168;};return a30_0x31d7();}
@@ -1 +1 @@
1
- 'use strict';function a31_0x844e(_0x49f365,_0x40f142){const _0x29a56a=a31_0x29a5();return a31_0x844e=function(_0x844e80,_0x3a2724){_0x844e80=_0x844e80-0xf5;let _0xac50d6=_0x29a56a[_0x844e80];return _0xac50d6;},a31_0x844e(_0x49f365,_0x40f142);}const a31_0x4cccec=a31_0x844e;(function(_0x3ff2f1,_0x48e1fd){const _0x264853=a31_0x844e,_0xe40d86=_0x3ff2f1();while(!![]){try{const _0x1c1665=parseInt(_0x264853(0x205))/0x1+parseInt(_0x264853(0x1f8))/0x2*(parseInt(_0x264853(0x1df))/0x3)+-parseInt(_0x264853(0x210))/0x4+parseInt(_0x264853(0xfa))/0x5*(parseInt(_0x264853(0x11a))/0x6)+-parseInt(_0x264853(0x234))/0x7+parseInt(_0x264853(0x196))/0x8*(-parseInt(_0x264853(0x13b))/0x9)+parseInt(_0x264853(0x1d5))/0xa;if(_0x1c1665===_0x48e1fd)break;else _0xe40d86['push'](_0xe40d86['shift']());}catch(_0x1c7fd6){_0xe40d86['push'](_0xe40d86['shift']());}}}(a31_0x29a5,0x5f42b));const util=require('util'),fs=require('fs'),path=require(a31_0x4cccec(0x10b)),{requireModule,getCentralUser}=require('../../../helpers/helper'),Base=requireModule(a31_0x4cccec(0x1fe),a31_0x4cccec(0x12d)),utils=requireModule('mocha/lib/utils.js',a31_0x4cccec(0x12d)),color=Base[a31_0x4cccec(0x10f)],Mocha=requireModule(a31_0x4cccec(0x12d)),Runnable=requireModule(a31_0x4cccec(0x122),a31_0x4cccec(0x12d)),{v4:uuidv4}=require(a31_0x4cccec(0x1fb)),bsSetupHelper=require('../../../helpers/helper'),testhubUtils=require(a31_0x4cccec(0x126)),centralScannerUtils=require('../../../helpers/central-scanner/helpers'),testHubConstants=require(a31_0x4cccec(0x1a6)),{FRAMEWORKS}=require(a31_0x4cccec(0x1dc)),globals=require(a31_0x4cccec(0x19e)),logger=require('../../../helpers/logger')[a31_0x4cccec(0x1ed)],TestMetadata=require(a31_0x4cccec(0x1c7)),a31_0x586eca={};a31_0x586eca[a31_0x4cccec(0xfd)]=a31_0x4cccec(0x192),a31_0x586eca[a31_0x4cccec(0x1ce)]=a31_0x4cccec(0x131),a31_0x586eca['before\x20each']=a31_0x4cccec(0x16a),a31_0x586eca[a31_0x4cccec(0x1f6)]='AFTER_EACH';const HOOK_TYPES_MAP=a31_0x586eca,{EVENT_RUN_END,EVENT_TEST_BEGIN,EVENT_TEST_END,EVENT_TEST_PENDING,EVENT_RUN_BEGIN,EVENT_TEST_FAIL,EVENT_TEST_PASS,EVENT_SUITE_BEGIN,EVENT_SUITE_END,EVENT_HOOK_BEGIN,EVENT_HOOK_END}=Mocha[a31_0x4cccec(0x118)][a31_0x4cccec(0x109)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable['constants'],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a31_0x4cccec(0x133)),{consoleHolder}=require('../../../helpers/test-observability/constants'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a31_0x4cccec(0x233)),constants=require(a31_0x4cccec(0x198)),requestQueueHandler=RequestQueueHandler[a31_0x4cccec(0x1e1)]();function a31_0x29a5(){const _0x4c87a3=['lwouk','iuETS','tRnwT','_testEnv','../../../helpers/metadata','MzrWO','consoleLog','TestRunSkipped','\x20\x20<dd\x20class=\x22error\x22>','pmmuq','symbols','after\x20all','IgCmr','hook_type','</dd>','suite','Exception\x20in\x20browserstack\x20custome\x20reporter\x20with\x20error:\x20','\x20%s','5707500oFXKdf','fvyqw','type','_indents','hWOtd','</section>','JnOlZ','../../../helpers/test-observability/constants','config','MOCHA','51999arxAzV','docHtml','getInstance','oeaXe','IkrVb','failed','\x20\x20%d)\x20%s','sWWQU','comma','dziUi','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','lcnc','Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20','gIDkj','winstonLogger','Yoaxx','removeAllListeners','siIVs','appendTestItemLog','\x20\x20<dt>','current_hook','testStarted','result','after\x20each','dXSlD','2ATVBTn','uyFrA','pzmgF','uuid','bs:addLog:','analyticsResult','mocha/lib/reporters/base.js','runner','mgGsV','ThOHj','cibDC','IvIaz','before\x20each','705270zqPkLF','sendTestRunEvent','bsConfig','lRkqN','ODPNV','uploadEventData','RghVo','yAEgD','\x20\x20<dd><pre><code>','zPyyb','bs:addPlatformDetails:','29332tuYNpQ','WCoRx','HookRunStarted','XjFZg','JOGes','nUiZB','toString','join','statSync','WbwgE','GlCZC','JeuFc','length','body','indent','duration','now','XgWDb','docAppend','apply','fail','\x20\x20<dd\x20class=\x22error\x22><pre><code>','SFKgq','currentRetry','prototype','multiple','gYHYn','vriQX','arPfz','redirectUrl','jabHU','OWOWQ','ucTiE','appendTesthubParams','PdOwW','../../../helpers/test-observability/requestQueueHandler','5400213ViJVkF','results','COMPLETED','failureCount','trim','speed','11325kRCCSQ','currentTest','VeaWv','before\x20all','CxXFG','testRunUUID','</code></pre></dd>','current_test','sgMVJ','OvKxK','getTime','<h1>','hookAnalyticsId','includes','EUfLc','constants','bright\x20yellow','path','finished_at','once','state','color','nAICZ','inspect','ISXbP','TpGIu','failure_reason_expanded','backtrace','kdRGD','shutdown','Runner','AmaDy','906ZFOeix','hook_run_uuid','TestRunStarted','push','WsYHa','done','fXjUS','TEST_REPORTING_ANALYTICS','mocha/lib/runnable.js','\x20-\x20','test_run_uuid','OibUg','../../../helpers/testhub/utils','slow','clean','pNmtF','_currentRetry','titlePath','ctx','mocha','LogCreated','PdaKm','checkmark','AFTER_ALL','yEzvL','../test-observability/mochaUtils','eAYay','WDlgA','forEach','_paths','registerListeners','slice','%s\x20-\x20%s','189EOMJnG','pending','\x20\x20<dt\x20class=\x22error\x22>','scope','__platform__','root','rMoyZ','increaseIndent','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','green','sANfl','QSCwu','mocha/lib/reporters/','markedStatus','ZwqHv','exznM','EvgRc','cwd','CZMXI','HookRunFinished','toISOString','XfIJA','vmYxj','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','shouldProcessEventForTesthub','suites','originalTitle','setCurrentTestData','\x20with\x20error\x20:\x20','prefixTestPath','expanded','skipped','testObservability','BRGLi','RUNNING','oEadK','bang','_buildCreated','uAqxz','spec','error','passed','feijc','ySNow','parent','AybFZ','Failed\x20to\x20load\x20reporter\x20','BEFORE_EACH','LBYWF','file','RsNak','bhfRd','javascript','lOSrQ','</dt>','xkrQu','jxdBY','stdout','get','tmSLQ','retryOf','scopes','Nmbfp','logs','__indents','kktVj','2|3|0|4|1','lHAnL','reporterOption','failCount','<dl>','LNYnD','appendTestPlatform','File\x20path\x20could\x20not\x20be\x20found','started_at','PExID','write','TestRunFinished','yMjcW','HookFinished','QTZzk','KfuWl','PtveD','VxNxw','call','jFtVP','myNhY','BEFORE_ALL','getRootParentFile','pid','hook_run','177672XGxHhr','responseCode','../../utils/constants','hUJoC','match','fFzvg','uavfC','oOXop','../../../helpers/globals','yWYVH','doc','gvpvh','RiZAu','testAnalyticsId','TcfMm','lcgyb','../../../helpers/testhub/constants','fast','exports','relative','Euixf','event_type','</h1>','fullTitle','err','test','escape','test_run','xKRSB','<section\x20class=\x22suite\x22>','decreaseIndent','oqeOX','UnhandledError','Reporter','</dl>','title','EVENT','TvbsH','zWEIw','styft','findGitConfig','integrations','finalResults','dot','\x20(%dms)'];a31_0x29a5=function(){return _0x4c87a3;};return a31_0x29a5();}class MyReporter{constructor(_0x3704d8,_0x5bd9fd){const _0x559d7f=a31_0x4cccec,_0x1828e2={'eAYay':function(_0x40b58b,_0x181c46){return _0x40b58b===_0x181c46;},'LNYnD':_0x559d7f(0x162),'OvKxK':function(_0xe6cdf7,_0x4d0cd8){return _0xe6cdf7===_0x4d0cd8;},'OibUg':function(_0x2616ba,_0xd28d71){return _0x2616ba+_0xd28d71;},'vriQX':function(_0x597006,_0x47c311){return _0x597006+_0x47c311;},'ThOHj':function(_0x50bcae,_0xd6cd31,_0x29b74e){return _0x50bcae(_0xd6cd31,_0x29b74e);},'JnOlZ':_0x559d7f(0x144),'yEzvL':'%s\x20','hWOtd':function(_0x210a02,_0xec104f,_0x7e584d){return _0x210a02(_0xec104f,_0x7e584d);},'feijc':'light','sWWQU':_0x559d7f(0x13a),'iuETS':_0x559d7f(0x15d),'xKRSB':function(_0x466533,_0xce75ea){return _0x466533===_0xce75ea;},'yMjcW':_0x559d7f(0x1a0),'zAdKW':function(_0x343303){return _0x343303();},'BfuJI':function(_0x5c3042){return _0x5c3042();},'IgCmr':_0x559d7f(0x212),'gvpvh':_0x559d7f(0x14e),'SFKgq':function(_0x472c3b,_0x23c269){return _0x472c3b===_0x23c269;},'oOXop':_0x559d7f(0x164),'bhfRd':_0x559d7f(0x1a7),'nAICZ':function(_0x4adaee,_0x18f40a){return _0x4adaee+_0x18f40a;},'VQHcq':function(_0x827cb5,_0x19f860){return _0x827cb5+_0x19f860;},'jabHU':function(_0x54a2ad,_0x34a662,_0x117892){return _0x54a2ad(_0x34a662,_0x117892);},'WCoRx':_0x559d7f(0x130),'RghVo':function(_0x525071,_0x25a86c,_0x2fb975){return _0x525071(_0x25a86c,_0x2fb975);},'aIDkH':'pass','dziUi':_0x559d7f(0x1d4),'AybFZ':function(_0x3ae409,_0x1fc6f4){return _0x3ae409+_0x1fc6f4;},'rAfTW':function(_0x23c350,_0x267eda){return _0x23c350+_0x267eda;},'trvCV':_0x559d7f(0x1c2),'PdaKm':_0x559d7f(0x224),'yAEgD':_0x559d7f(0x1e5),'exznM':function(_0x5ae8cc,_0x146420){return _0x5ae8cc+_0x146420;},'pzmgF':_0x559d7f(0x10a),'pNmtF':_0x559d7f(0xf6),'EUfLc':function(_0x2179a0,_0x425179){return _0x2179a0===_0x425179;},'zPyyb':_0x559d7f(0x1c1),'uavfC':function(_0x574d04,_0x3f8955){return _0x574d04===_0x3f8955;},'ThJeD':_0x559d7f(0x127),'ISXbP':function(_0x1f3474,_0x507f2e){return _0x1f3474===_0x507f2e;},'GlCZC':function(_0x10c72f,_0x801add){return _0x10c72f===_0x801add;},'QTZzk':function(_0xfc083b,_0xd4331b){return _0xfc083b===_0xd4331b;},'nUiZB':_0x559d7f(0x17d),'fXjUS':function(_0x4b24d9,_0x679fca){return _0x4b24d9===_0x679fca;},'ANnAI':function(_0x2cea0a,_0x24b805){return _0x2cea0a===_0x24b805;},'oEadK':_0x559d7f(0x13c),'VxNxw':function(_0x18a7e8){return _0x18a7e8();},'tRnwT':_0x559d7f(0x1ca),'hUJoC':function(_0x585827,_0x27f2f6){return _0x585827===_0x27f2f6;},'zWEIw':function(_0x594e72,_0x2aca7b){return _0x594e72(_0x2aca7b);},'XfIJA':function(_0x51d175){return _0x51d175();},'XjFZg':function(_0x11f858,_0x3af3bc){return _0x11f858(_0x3af3bc);},'BRGLi':function(_0x1637b1,_0x32268e){return _0x1637b1===_0x32268e;},'styft':'xunit','CZMXI':function(_0x591d28,_0x7cdc22,_0x5d6353){return _0x591d28(_0x7cdc22,_0x5d6353);},'arPfz':'mocha','lwouk':function(_0x475726,_0x440e28){return _0x475726===_0x440e28;},'TcfMm':function(_0x59a8dc,_0x1fa0e4){return _0x59a8dc(_0x1fa0e4);},'aktvM':function(_0x360347,_0x330a0c){return _0x360347!==_0x330a0c;}};this['type']=_0x5bd9fd[_0x559d7f(0x17f)][_0x559d7f(0x1d7)],this[_0x559d7f(0x15b)]=_0x1828e2[_0x559d7f(0x18e)](isTestObservabilitySession),Base[_0x559d7f(0x18f)](this,_0x3704d8,_0x5bd9fd),this['_indents']=0x0,this[_0x559d7f(0x180)]=0x0,this[_0x559d7f(0xf5)]=[],this[_0x559d7f(0x1c0)]=[],this['suiteCount']=0x0,this[_0x559d7f(0x160)]=![],this['_testResults']=[],this[_0x559d7f(0x1c6)]=_0x1828e2[_0x559d7f(0x150)](getTestEnv),this[_0x559d7f(0x137)]=new PathHelper({'cwd':process[_0x559d7f(0x14c)]()},this['_testEnv']['location_prefix']),this['_upstreamConfig']=_0x5bd9fd['reporterOption'][_0x559d7f(0x207)],this[_0x559d7f(0x138)]();_0x1828e2['ANnAI'](this[_0x559d7f(0x1d7)],_0x1828e2['yMjcW'])&&(this[_0x559d7f(0x1e0)]='',this[_0x559d7f(0x17b)]=0x2);_0x3704d8['once'](EVENT_RUN_BEGIN,async()=>{const _0x524c0b=_0x559d7f;_0x1828e2['eAYay'](this[_0x524c0b(0x1d7)],_0x1828e2[_0x524c0b(0x182)])&&Base[_0x524c0b(0x1c9)]();})['on'](EVENT_SUITE_BEGIN,_0x1da2be=>{const _0x4f7145=_0x559d7f;if(_0x1da2be[_0x4f7145(0x140)])return;if(_0x1828e2[_0x4f7145(0x103)](this[_0x4f7145(0x1d7)],_0x1828e2['LNYnD']))this[_0x4f7145(0x142)](),Base[_0x4f7145(0x1c9)](_0x1828e2['OibUg'](_0x1828e2[_0x4f7145(0x22b)](this[_0x4f7145(0x21e)](),_0x1828e2[_0x4f7145(0x201)](color,_0x1828e2[_0x4f7145(0x1db)],_0x1828e2[_0x4f7145(0x132)])),_0x1828e2[_0x4f7145(0x1d9)](color,_0x1828e2[_0x4f7145(0x165)],_0x1828e2[_0x4f7145(0x1e6)])),_0x1828e2[_0x4f7145(0x1c4)],_0x1da2be['title'],global['__platform__']);else _0x1828e2[_0x4f7145(0x1b2)](this[_0x4f7145(0x1d7)],_0x1828e2[_0x4f7145(0x189)])&&(this[_0x4f7145(0x222)](this['indent']()+_0x4f7145(0x1b3)),++this['__indents'],this['docAppend'](this[_0x4f7145(0x21e)]()+_0x4f7145(0x105)+utils['escape'](_0x1da2be[_0x4f7145(0x1b9)]+_0x4f7145(0x123)+global['__platform__'])+_0x4f7145(0x1ac)),this[_0x4f7145(0x222)](this[_0x4f7145(0x21e)]()+_0x4f7145(0x181)));})['on'](EVENT_HOOK_BEGIN,async _0xef2bca=>{const _0x462198=_0x559d7f;if(_0x1828e2[_0x462198(0x1b2)](testhubUtils['shouldProcessEventForTesthub'](testHubConstants[_0x462198(0x1ba)]['HookStarted']),!![])){if(!_0xef2bca[_0x462198(0x106)])_0xef2bca[_0x462198(0x106)]=_0x1828e2['zAdKW'](uuidv4);else _0xef2bca['markedStatus']&&(_0xef2bca[_0x462198(0x106)]=_0x1828e2['BfuJI'](uuidv4),delete _0xef2bca[_0x462198(0x148)]);_0xef2bca[_0x462198(0x185)]=new Date()[_0x462198(0x14f)](),this[_0x462198(0x1f3)]=_0xef2bca,await this[_0x462198(0x206)](_0xef2bca,undefined,![],_0x1828e2[_0x462198(0x1cf)]);}})['on'](EVENT_HOOK_END,async _0x410254=>{const _0xb0b883=_0x559d7f;_0x1828e2[_0xb0b883(0x134)](testhubUtils[_0xb0b883(0x153)](testHubConstants[_0xb0b883(0x1ba)][_0xb0b883(0x18a)]),!![])&&(!_0x410254['markedStatus']&&(_0x410254[_0xb0b883(0x148)]=!![],await this[_0xb0b883(0x206)](_0x410254,undefined,![],_0x1828e2[_0xb0b883(0x1a1)])));})['on'](EVENT_SUITE_END,_0x2cd4f8=>{const _0x35d3aa=_0x559d7f,_0x422ef0={'dXSlD':function(_0x51d9b8,_0xbfd2e3){const _0x21616d=a31_0x844e;return _0x1828e2[_0x21616d(0x226)](_0x51d9b8,_0xbfd2e3);},'gYHYn':_0x1828e2[_0x35d3aa(0x19d)],'TvbsH':function(_0x40c0a6,_0x47f62a){const _0x2f1b33=_0x35d3aa;return _0x1828e2[_0x2f1b33(0x226)](_0x40c0a6,_0x47f62a);},'HSRrb':_0x1828e2[_0x35d3aa(0x16e)],'ySNow':function(_0x4f07d6,_0x4734d3){const _0x54286a=_0x35d3aa;return _0x1828e2[_0x54286a(0x110)](_0x4f07d6,_0x4734d3);},'myNhY':function(_0x5dc55f,_0x1366a4){return _0x1828e2['VQHcq'](_0x5dc55f,_0x1366a4);},'IkrVb':function(_0x126b34,_0x30479b,_0x85db83){const _0x2bb4db=_0x35d3aa;return _0x1828e2[_0x2bb4db(0x22e)](_0x126b34,_0x30479b,_0x85db83);},'AmaDy':_0x1828e2[_0x35d3aa(0x211)],'WsYHa':function(_0xcae0e3,_0x1ccf7a){const _0x3f8c3c=_0x35d3aa;return _0x1828e2[_0x3f8c3c(0x110)](_0xcae0e3,_0x1ccf7a);},'KfuWl':function(_0x4b4a43,_0x2ffc13,_0x232670){const _0x4e38c3=_0x35d3aa;return _0x1828e2[_0x4e38c3(0x20b)](_0x4b4a43,_0x2ffc13,_0x232670);},'CxXFG':_0x1828e2['aIDkH'],'jFtVP':_0x1828e2[_0x35d3aa(0x1e8)],'cibDC':function(_0x4fa2a1,_0x109a83){const _0x1007ae=_0x35d3aa;return _0x1828e2[_0x1007ae(0x125)](_0x4fa2a1,_0x109a83);},'lHAnL':function(_0x43a369,_0x17cf2d){const _0x25a4b0=_0x35d3aa;return _0x1828e2[_0x25a4b0(0x168)](_0x43a369,_0x17cf2d);},'ZPFVs':function(_0x452ce9,_0x1ef2e4){const _0x5c3eda=_0x35d3aa;return _0x1828e2[_0x5c3eda(0x22b)](_0x452ce9,_0x1ef2e4);},'RLoUc':function(_0x2d5c31,_0x462984,_0xdb513a){const _0x1f2afe=_0x35d3aa;return _0x1828e2[_0x1f2afe(0x1d9)](_0x2d5c31,_0x462984,_0xdb513a);},'QSCwu':function(_0x493a0e,_0x181782){return _0x1828e2['rAfTW'](_0x493a0e,_0x181782);},'kktVj':function(_0x366ba3,_0x3c1385,_0x9bc030){const _0x5e2864=_0x35d3aa;return _0x1828e2[_0x5e2864(0x20b)](_0x366ba3,_0x3c1385,_0x9bc030);},'lRkqN':_0x1828e2['trvCV'],'VRrGy':_0x1828e2[_0x35d3aa(0x12f)],'DMrXW':_0x1828e2[_0x35d3aa(0x20c)]};if(_0x2cd4f8[_0x35d3aa(0x140)])return;if(_0x1828e2[_0x35d3aa(0x1b2)](this['type'],_0x1828e2[_0x35d3aa(0x182)]))Base[_0x35d3aa(0x1c9)](),Base[_0x35d3aa(0x1c9)](_0x1828e2[_0x35d3aa(0x110)](_0x1828e2[_0x35d3aa(0x14a)](this[_0x35d3aa(0x21e)](),_0x1828e2[_0x35d3aa(0x1d9)](color,_0x1828e2[_0x35d3aa(0x1fa)],_0x1828e2[_0x35d3aa(0x132)])),_0x1828e2[_0x35d3aa(0x22e)](color,_0x1828e2[_0x35d3aa(0x165)],_0x1828e2[_0x35d3aa(0x1e6)])),_0x1828e2[_0x35d3aa(0x129)],_0x2cd4f8[_0x35d3aa(0x1b9)],global[_0x35d3aa(0x13f)]),this[_0x35d3aa(0xf5)]['forEach'](_0x574ee7=>{const _0x368000=_0x35d3aa;if(_0x422ef0[_0x368000(0x1f7)](_0x574ee7[_0x368000(0x10e)],_0x422ef0[_0x368000(0x22a)])){var _0x1de940;_0x422ef0[_0x368000(0x1bb)](_0x574ee7[_0x368000(0xf9)],_0x422ef0['HSRrb'])?(_0x1de940=_0x422ef0[_0x368000(0x166)](_0x422ef0['myNhY'](this[_0x368000(0x21e)](),_0x422ef0['IkrVb'](color,_0x422ef0[_0x368000(0x119)],_0x422ef0[_0x368000(0x11e)]('\x20\x20',Base['symbols']['ok']))),_0x422ef0[_0x368000(0x18c)](color,_0x422ef0[_0x368000(0xfe)],_0x422ef0[_0x368000(0x190)])),Base[_0x368000(0x1c9)](_0x1de940,_0x574ee7[_0x368000(0x1b9)])):(_0x1de940=_0x422ef0[_0x368000(0x202)](_0x422ef0[_0x368000(0x17e)](_0x422ef0['ZPFVs'](this['indent'](),_0x422ef0['RLoUc'](color,_0x422ef0[_0x368000(0x119)],_0x422ef0[_0x368000(0x146)]('\x20\x20',Base[_0x368000(0x1cd)]['ok']))),_0x422ef0[_0x368000(0x17c)](color,_0x422ef0[_0x368000(0xfe)],_0x422ef0[_0x368000(0x190)])),_0x422ef0[_0x368000(0x1e3)](color,_0x574ee7[_0x368000(0xf9)],_0x422ef0[_0x368000(0x208)])),Base[_0x368000(0x1c9)](_0x1de940,_0x574ee7['title'],_0x574ee7[_0x368000(0x21f)]));}else Base[_0x368000(0x1c9)](_0x422ef0[_0x368000(0x191)](this[_0x368000(0x21e)](),_0x422ef0[_0x368000(0x18c)](color,_0x422ef0['VRrGy'],_0x422ef0['DMrXW'])),++this[_0x368000(0x180)],_0x574ee7[_0x368000(0x1b9)]);}),this[_0x35d3aa(0x1b4)]();else _0x1828e2[_0x35d3aa(0x134)](this[_0x35d3aa(0x1d7)],_0x1828e2[_0x35d3aa(0x189)])&&(this[_0x35d3aa(0x222)](this[_0x35d3aa(0x21e)]()+_0x35d3aa(0x1b8)),--this[_0x35d3aa(0x17b)],this[_0x35d3aa(0x222)](this[_0x35d3aa(0x21e)]()+_0x35d3aa(0x1da)),--this[_0x35d3aa(0x17b)]);Array[_0x35d3aa(0x228)][_0x35d3aa(0x11d)][_0x35d3aa(0x223)](this[_0x35d3aa(0x1c0)],this['results']),this['results']=[];})['on'](EVENT_TEST_PASS,async _0x1a02d3=>{const _0x55b3e6=_0x559d7f;this[_0x55b3e6(0xf5)][_0x55b3e6(0x11d)]({'speed':_0x1a02d3[_0x55b3e6(0xf9)],'suite':_0x1a02d3[_0x55b3e6(0x167)][_0x55b3e6(0x1b9)],'title':_0x1a02d3[_0x55b3e6(0x1b9)],'fullTitle':_0x1a02d3[_0x55b3e6(0x1ad)](),'duration':_0x1a02d3[_0x55b3e6(0x21f)],'state':_0x1a02d3['state'],'err':{},'currentRetry':_0x1a02d3[_0x55b3e6(0x227)](),'titlePathV':_0x1a02d3[_0x55b3e6(0x12b)](),'isPending':_0x1a02d3['isPending']()});if(_0x1828e2[_0x55b3e6(0x108)](this[_0x55b3e6(0x1d7)],_0x1828e2['zPyyb']))_0x1828e2[_0x55b3e6(0x19c)](_0x1a02d3[_0x55b3e6(0xf9)],_0x1828e2['ThJeD'])?process[_0x55b3e6(0x174)]['write'](Base[_0x55b3e6(0x10f)](_0x1828e2[_0x55b3e6(0x1fa)],Base[_0x55b3e6(0x1cd)][_0x55b3e6(0x1c1)])):process[_0x55b3e6(0x174)][_0x55b3e6(0x187)](Base['color'](_0x1a02d3[_0x55b3e6(0xf9)],Base['symbols'][_0x55b3e6(0x1c1)]));else{if(_0x1828e2[_0x55b3e6(0x112)](this[_0x55b3e6(0x1d7)],_0x1828e2[_0x55b3e6(0x189)])){this[_0x55b3e6(0x222)](this[_0x55b3e6(0x21e)]()+'\x20\x20<dt>'+utils[_0x55b3e6(0x1b0)](_0x1a02d3['title'])+'</dt>'),this['docAppend'](this[_0x55b3e6(0x21e)]()+_0x55b3e6(0x1f2)+utils[_0x55b3e6(0x1b0)](_0x1a02d3[_0x55b3e6(0x16c)])+_0x55b3e6(0x171));var _0x144178=utils[_0x55b3e6(0x1b0)](utils[_0x55b3e6(0x128)](_0x1a02d3[_0x55b3e6(0x21d)]));this[_0x55b3e6(0x222)](this['indent']()+_0x55b3e6(0x20d)+_0x144178+_0x55b3e6(0x100));}}_0x1828e2[_0x55b3e6(0x1b2)](testhubUtils[_0x55b3e6(0x153)](),!![])&&(!_0x1a02d3[_0x55b3e6(0x148)]&&(_0x1a02d3['markedStatus']=!![],await this[_0x55b3e6(0x206)](_0x1a02d3)));})['on'](EVENT_TEST_FAIL,async(_0xaec234,_0x1bf3cb)=>{const _0x35a590=_0x559d7f;this[_0x35a590(0xf5)]['push']({'title':_0xaec234[_0x35a590(0x1b9)],'suite':_0xaec234[_0x35a590(0x167)][_0x35a590(0x1b9)],'state':_0xaec234[_0x35a590(0x10e)],'err':{'message':util[_0x35a590(0x111)](_0x1bf3cb)},'fullTitle':_0xaec234[_0x35a590(0x1ad)](),'speed':_0xaec234[_0x35a590(0xf9)],'currentRetry':_0xaec234['currentRetry'](),'titlePathV':_0xaec234[_0x35a590(0x12b)]()});if(_0x1828e2[_0x35a590(0x21a)](this[_0x35a590(0x1d7)],_0x1828e2[_0x35a590(0x20e)]))process['stdout'][_0x35a590(0x187)](Base[_0x35a590(0x10f)](_0x1828e2[_0x35a590(0x12f)],Base[_0x35a590(0x1cd)][_0x35a590(0x15f)]));else{if(_0x1828e2[_0x35a590(0x18b)](this[_0x35a590(0x1d7)],_0x1828e2[_0x35a590(0x189)])){const _0x2aaf95=_0x1828e2[_0x35a590(0x215)]['split']('|');let _0x1df4aa=0x0;while(!![]){switch(_0x2aaf95[_0x1df4aa++]){case'0':var _0x105cf5=utils[_0x35a590(0x1b0)](utils['clean'](_0xaec234['body']));continue;case'1':this[_0x35a590(0x222)](this[_0x35a590(0x21e)]()+_0x35a590(0x1cb)+utils[_0x35a590(0x1b0)](_0xaec234[_0x35a590(0x1ae)])+_0x35a590(0x1d1));continue;case'2':this[_0x35a590(0x222)](this[_0x35a590(0x21e)]()+_0x35a590(0x13d)+utils[_0x35a590(0x1b0)](_0xaec234[_0x35a590(0x1b9)])+_0x35a590(0x171));continue;case'3':this['docAppend'](this['indent']()+'\x20\x20<dt\x20class=\x22error\x22>'+utils['escape'](_0xaec234[_0x35a590(0x16c)])+_0x35a590(0x171));continue;case'4':this[_0x35a590(0x222)](this[_0x35a590(0x21e)]()+_0x35a590(0x225)+_0x105cf5+_0x35a590(0x100));continue;}break;}}}if(_0x1828e2[_0x35a590(0x120)](testhubUtils[_0x35a590(0x153)](testHubConstants[_0x35a590(0x1ba)][_0x35a590(0x18a)]),!![])){if(!_0xaec234[_0x35a590(0x148)]){_0xaec234[_0x35a590(0x148)]=!![];if(_0xaec234[_0x35a590(0x1a3)])await this[_0x35a590(0x206)](_0xaec234,_0x1bf3cb);else _0xaec234[_0x35a590(0x106)]&&await this[_0x35a590(0x206)](_0xaec234,_0x1bf3cb,![],_0x1828e2[_0x35a590(0x1a1)]);}}})['on'](EVENT_TEST_PENDING,async _0x3750df=>{const _0x46cdd0=_0x559d7f;this['results'][_0x46cdd0(0x11d)]({'title':_0x3750df[_0x46cdd0(0x1b9)],'suite':_0x3750df[_0x46cdd0(0x167)]['title'],'state':_0x3750df['state'],'err':{},'fullTitle':_0x3750df['fullTitle'](),'speed':_0x3750df[_0x46cdd0(0xf9)],'currentRetry':_0x3750df[_0x46cdd0(0x227)](),'titlePathV':_0x3750df[_0x46cdd0(0x12b)]()}),_0x1828e2['ANnAI'](this[_0x46cdd0(0x1d7)],_0x1828e2[_0x46cdd0(0x20e)])&&process[_0x46cdd0(0x174)]['write'](Base['color'](_0x1828e2[_0x46cdd0(0x15e)],Base['symbols'][_0x46cdd0(0x1e7)])),_0x1828e2['GlCZC'](testhubUtils[_0x46cdd0(0x153)](),!![])&&(!_0x3750df[_0x46cdd0(0x1a3)]&&(_0x3750df['testAnalyticsId']=_0x1828e2['VxNxw'](uuidv4)),!_0x3750df['markedStatus']&&(_0x3750df[_0x46cdd0(0x148)]=!![],await this['sendTestRunEvent'](_0x3750df,undefined,![],_0x1828e2[_0x46cdd0(0x1c5)])));})['on'](EVENT_TEST_BEGIN,async _0x4e590c=>{const _0x4307b5=_0x559d7f;_0x1828e2[_0x4307b5(0x199)](testhubUtils[_0x4307b5(0x153)](),!![])&&await this['testStarted'](_0x4e590c);})['on'](EVENT_TEST_END,async _0x1fcfe5=>{const _0x7a8774=_0x559d7f;_0x1828e2['xKRSB'](testhubUtils['shouldProcessEventForTesthub'](),!![])&&(!_0x1fcfe5[_0x7a8774(0x148)]&&(_0x1fcfe5['markedStatus']=!![],await this[_0x7a8774(0x206)](_0x1fcfe5)));})[_0x559d7f(0x10d)](EVENT_RUN_END,async()=>{const _0x233406=_0x559d7f;try{if(_0x1828e2['GlCZC'](testhubUtils['shouldProcessEventForTesthub'](),!![])){const _0x5ea029=_0x1828e2[_0x233406(0x1bc)](getHookSkippedTests,this[_0x233406(0x1ff)][_0x233406(0x1d2)]);for(const _0x2625bc of _0x5ea029){!_0x2625bc['testAnalyticsId']&&(_0x2625bc['testAnalyticsId']=_0x1828e2['XfIJA'](uuidv4)),await this['sendTestRunEvent'](_0x2625bc,undefined,![],_0x1828e2[_0x233406(0x1c5)]);}}}catch(_0x3085e5){_0x1828e2[_0x233406(0x213)](debug,_0x233406(0x1eb)+_0x3085e5);}await requestQueueHandler[_0x233406(0x117)](),_0x1828e2[_0x233406(0x15c)](this[_0x233406(0x1d7)],_0x1828e2[_0x233406(0x189)])&&Base[_0x233406(0x1c9)](this[_0x233406(0x1e0)]);});if(this[_0x559d7f(0x1d7)]&&![_0x1828e2[_0x559d7f(0x189)],_0x1828e2[_0x559d7f(0x1bd)],_0x1828e2[_0x559d7f(0x182)],_0x1828e2['zPyyb']]['includes'](this['type'])){const _0x4e666b=this[_0x559d7f(0x1d7)][_0x559d7f(0xf8)]();this['Reporter']=null;try{this[_0x559d7f(0x1b7)]=_0x1828e2[_0x559d7f(0x14d)](requireModule,_0x559d7f(0x147)+_0x4e666b+'.js',_0x1828e2[_0x559d7f(0x22c)]);}catch(_0x565b49){_0x1828e2[_0x559d7f(0x1bc)](debug,_0x559d7f(0x1d3)+_0x565b49);}if(_0x1828e2[_0x559d7f(0x1c3)](this[_0x559d7f(0x1b7)],null))try{this[_0x559d7f(0x1b7)]=_0x1828e2[_0x559d7f(0x1a4)](require,_0x4e666b);}catch(_0x2b6a56){console[_0x559d7f(0x163)](_0x559d7f(0x169)+_0x4e666b);}if(_0x1828e2['aktvM'](this['Reporter'],null)){const _0x2b6367={};_0x2b6367['reporterOptions']=_0x5bd9fd[_0x559d7f(0x17f)],this[_0x559d7f(0x1b7)]=new this[(_0x559d7f(0x1b7))](_0x3704d8,_0x2b6367);}}}[a31_0x4cccec(0x21e)](){const _0x467449=a31_0x4cccec,_0xde36a8={'MzrWO':function(_0x1d9bdf,_0x49fd33){return _0x1d9bdf(_0x49fd33);}};return _0xde36a8[_0x467449(0x1c8)](Array,this[_0x467449(0x1d8)])[_0x467449(0x217)]('\x20\x20');}['increaseIndent'](){const _0x416583=a31_0x4cccec;this[_0x416583(0x1d8)]++;}[a31_0x4cccec(0x1b4)](){const _0x44f5cf=a31_0x4cccec;this[_0x44f5cf(0x1d8)]--;}[a31_0x4cccec(0x222)](_0x21e230){const _0x438dce=a31_0x4cccec;this[_0x438dce(0x1e0)]+=_0x21e230;}[a31_0x4cccec(0x11f)](_0x4e67e7,_0xadc41f){const _0x5af148=a31_0x4cccec,_0x1e8a1c={'RiZAu':function(_0x10b525,_0x28fdf8){return _0x10b525(_0x28fdf8);}},_0x55b782={};_0x55b782[_0x5af148(0xf7)]=_0x4e67e7,_0x55b782[_0x5af148(0xf5)]=this[_0x5af148(0x1c0)],_0x1e8a1c[_0x5af148(0x1a2)](_0xadc41f,_0x55b782);}[a31_0x4cccec(0x138)](){const _0x57e52b=a31_0x4cccec;process[_0x57e52b(0x1ef)]('bs:addLog:'+process['pid']),process['on'](_0x57e52b(0x1fc)+process[_0x57e52b(0x194)],this[_0x57e52b(0x1f1)]['bind'](this)),process[_0x57e52b(0x1ef)]('bs:addPlatformDetails:'+process['pid']),process['on'](_0x57e52b(0x20f)+process[_0x57e52b(0x194)],this[_0x57e52b(0x183)]['bind'](this));}[a31_0x4cccec(0x1f4)]=async _0x305254=>{const _0x4a9846=a31_0x4cccec,_0x3d6b1a={'jpLug':function(_0xdf1279){return _0xdf1279();},'LBYWF':_0x4a9846(0xff),'TIZRA':function(_0x69bd72,_0x112256){return _0x69bd72>_0x112256;},'IvIaz':function(_0x268270,_0x56cd26){return _0x268270===_0x56cd26;},'Euixf':_0x4a9846(0x11c),'TpsKy':function(_0x5719c5,_0x45620d){return _0x5719c5(_0x45620d);}};try{const _0xc192ce=this[_0x4a9846(0x101)];this[_0x4a9846(0x101)]=_0x305254,_0x305254[_0x4a9846(0x177)]=null,_0x305254[_0x4a9846(0x1a3)]=_0x3d6b1a['jpLug'](uuidv4),globals['setGlobal'](_0x3d6b1a[_0x4a9846(0x16b)],_0x305254[_0x4a9846(0x1a3)]),_0x305254[_0x4a9846(0x185)]=new Date()[_0x4a9846(0x14f)](),_0x3d6b1a['TIZRA'](_0x305254[_0x4a9846(0x12a)],0x0)&&_0xc192ce&&_0x3d6b1a[_0x4a9846(0x203)](_0xc192ce['title'],_0x305254[_0x4a9846(0x1b9)])?(_0x305254[_0x4a9846(0x177)]=_0xc192ce[_0x4a9846(0x1a3)],await this[_0x4a9846(0x206)](_0x305254,undefined,![],_0x3d6b1a[_0x4a9846(0x1aa)]),_0xc192ce[_0x4a9846(0x10e)]=STATE_FAILED,await this[_0x4a9846(0x206)](_0xc192ce,undefined,!![])):await this[_0x4a9846(0x206)](_0x305254,undefined,![],_0x3d6b1a[_0x4a9846(0x1aa)]);}catch(_0x3a1472){_0x3d6b1a['TpsKy'](debug,_0x4a9846(0x1e9)+_0x3a1472);}};['sendTestRunEvent']=async(_0x33e93f,_0x3e27a6=undefined,_0x3c4db0=![],_0x5d426=a31_0x4cccec(0x188))=>{const _0x4374ca=a31_0x4cccec,_0x3410df={'oeaXe':function(_0x51964a,_0x2a2cf9){return _0x51964a===_0x2a2cf9;},'jxdBY':function(_0x24d786,_0x2e3b96){return _0x24d786!==_0x2e3b96;},'lcgyb':_0x4374ca(0x1af),'siIVs':'err','rMoyZ':function(_0x5f1117,_0x3bb8f8){return _0x5f1117!==_0x3bb8f8;},'XudmP':_0x4374ca(0x184),'fvyqw':'Mocha','gIDkj':_0x4374ca(0x16f),'mgGsV':'TestRunSkipped','JVtTY':_0x4374ca(0x15a),'sgMVJ':function(_0x414ef6,_0x467036){return _0x414ef6-_0x467036;},'yWYVH':'AssertionError','EvgRc':_0x4374ca(0x1b6),'sANfl':_0x4374ca(0x188),'taNav':_0x4374ca(0x11c),'sNBJk':function(_0x1b6e43){return _0x1b6e43();},'JeuFc':_0x4374ca(0x185),'fFzvg':_0x4374ca(0x10c),'uAMyx':function(_0x1762a0,_0x38a9f2){return _0x1762a0(_0x38a9f2);},'lOSrQ':function(_0x254861,_0x304a69){return _0x254861===_0x304a69;},'kdRGD':'HookRunFinished','pmmuq':function(_0x283b96,_0x40cc46){return _0x283b96!==_0x40cc46;},'tMRcI':'failed','oqeOX':'passed','OWOWQ':_0x4374ca(0x204),'JhoIe':function(_0x228d42,_0x1b8f90){return _0x228d42===_0x1b8f90;},'WbwgE':function(_0x3e490c,_0x5b32b1){return _0x3e490c(_0x5b32b1);},'PdOwW':'failure','ucTiE':'failure_backtrace','EJnTR':_0x4374ca(0x115),'KZRJB':_0x4374ca(0x114),'VeaWv':_0x4374ca(0x159),'XgWDb':_0x4374ca(0x1d0),'cdLrR':_0x4374ca(0x195),'WDlgA':_0x4374ca(0x1b1),'RsNak':function(_0x38d21f,_0xc1e1a6){return _0x38d21f(_0xc1e1a6);}};try{if(_0x33e93f[_0x4374ca(0x21d)]&&_0x33e93f['body']['match'](/browserstack internal helper hook/))return;let _0x3b9c41=[];if(_0x3410df[_0x4374ca(0x1e2)](_0x33e93f[_0x4374ca(0x10e)],STATE_FAILED)){if(_0x3410df[_0x4374ca(0x173)](_0x33e93f[_0x4374ca(0x1ae)],undefined))_0x3b9c41=_0x33e93f[_0x4374ca(0x1ae)]['multiple']?[_0x33e93f[_0x4374ca(0x1ae)][_0x4374ca(0x229)],_0x3410df[_0x4374ca(0x1a5)]]:[_0x33e93f[_0x4374ca(0x1ae)],_0x3410df[_0x4374ca(0x1f0)]];else _0x3410df[_0x4374ca(0x173)](_0x3e27a6,undefined)?_0x3b9c41=[_0x3e27a6,_0x3410df['siIVs']]:_0x3b9c41=[];}const _0x453766=_0x3410df[_0x4374ca(0x173)](_0x33e93f[_0x4374ca(0x1ae)],undefined)?_0x33e93f[_0x4374ca(0x1ae)]['toString']():_0x3410df[_0x4374ca(0x141)](_0x3e27a6,undefined)?_0x3e27a6[_0x4374ca(0x216)]():undefined;let _0x5e0a7;try{_0x5e0a7=this[_0x4374ca(0x193)](_0x33e93f);}catch(_0x40b051){_0x5e0a7=null;}const _0x44c85c=_0x5e0a7?this[_0x4374ca(0x1be)](_0x5e0a7):null,_0x19b324=_0x5e0a7?this[_0x4374ca(0x137)][_0x4374ca(0x158)](this[_0x4374ca(0x193)](_0x33e93f)):_0x3410df['XudmP'],_0x3c9d3d={'framework':_0x3410df[_0x4374ca(0x1d6)],'uuid':_0x33e93f[_0x4374ca(0x1a3)]||_0x33e93f[_0x4374ca(0x106)],'name':_0x33e93f['title'],'body':{'lang':_0x3410df[_0x4374ca(0x1ec)],'code':_0x33e93f['body']},'scope':this['scope'](_0x33e93f),'scopes':this['scopes'](_0x33e93f),'identifier':_0x33e93f[_0x4374ca(0x1ad)](),'file_name':_0x19b324,'vc_filepath':_0x44c85c?path[_0x4374ca(0x1a9)](_0x44c85c,_0x5e0a7):null,'location':_0x19b324,'result':_0x3410df['oeaXe'](_0x5d426,_0x3410df[_0x4374ca(0x200)])?_0x3410df['JVtTY']:this[_0x4374ca(0x1fd)](_0x33e93f[_0x4374ca(0x10e)]),'failure_reason':_0x453766,'duration_in_ms':_0x33e93f[_0x4374ca(0x21f)]||(_0x5d426['match'](/Finished/)||_0x5d426['match'](/Skipped/)?_0x3410df[_0x4374ca(0x102)](Date[_0x4374ca(0x220)](),new Date(_0x33e93f['started_at'])[_0x4374ca(0x104)]()):null),'started_at':_0x33e93f[_0x4374ca(0x185)],'finished_at':_0x5d426[_0x4374ca(0x19a)](/Finished/)||_0x5d426['match'](/Skipped/)?new Date()[_0x4374ca(0x14f)]():null,'failure':failureData[_0x4374ca(0x223)](null,_0x3b9c41),'failure_type':!_0x453766?null:_0x453766[_0x4374ca(0x19a)](/AssertionError/)?_0x3410df[_0x4374ca(0x19f)]:_0x3410df[_0x4374ca(0x14b)],'retry_of':_0x33e93f['retryOf']};if([_0x3410df['mgGsV'],_0x3410df[_0x4374ca(0x145)],_0x3410df['taNav']][_0x4374ca(0x107)](_0x5d426)){if(_0x3410df['sNBJk'](getCentralUser)[_0x4374ca(0x1ea)]){const _0x9e75d0=TestMetadata[_0x4374ca(0x175)](_0x33e93f[_0x4374ca(0x1a3)]);if(_0x9e75d0){const _0x425301={};_0x425301['lcnc']=_0x9e75d0,Object['assign'](_0x3c9d3d,_0x425301);}}}testhubUtils[_0x4374ca(0x231)](_0x3c9d3d,_0x5d426,_0x33e93f,FRAMEWORKS[_0x4374ca(0x1de)]);(_0x33e93f['responseCode']||_0x33e93f['redirectUrl'])&&centralScannerUtils['setCentralScannerData'](_0x3c9d3d,_0x33e93f[_0x4374ca(0x197)],_0x33e93f[_0x4374ca(0x22d)]);_0x3410df['oeaXe'](_0x5d426,_0x3410df[_0x4374ca(0x200)])&&!_0x3c9d3d[_0x3410df[_0x4374ca(0x21b)]]&&(_0x3c9d3d[_0x3410df[_0x4374ca(0x21b)]]=_0x3c9d3d[_0x3410df[_0x4374ca(0x19b)]]);if(_0x5d426[_0x4374ca(0x19a)](/HookRun/))[_0x3c9d3d[_0x4374ca(0x1d0)],_0x3c9d3d['name']]=_0x3410df['uAMyx'](getHookDetails,_0x33e93f[_0x4374ca(0x1ad)]()||_0x33e93f[_0x4374ca(0x155)]||_0x33e93f[_0x4374ca(0x1b9)]),_0x3410df[_0x4374ca(0x170)](_0x5d426,_0x3410df[_0x4374ca(0x116)])&&(_0x3410df[_0x4374ca(0x1cc)](_0x3c9d3d[_0x4374ca(0x1f5)],_0x3410df['tMRcI'])&&(_0x3c9d3d[_0x4374ca(0x1f5)]=_0x3410df[_0x4374ca(0x1b5)]),_0x3410df[_0x4374ca(0x170)](_0x3c9d3d[_0x4374ca(0x1d0)],_0x3410df[_0x4374ca(0x22f)])&&_0x3410df['JhoIe'](_0x3c9d3d['result'],_0x3410df['tMRcI'])&&!_0x33e93f[_0x4374ca(0x12c)]['currentTest'][_0x4374ca(0x148)]&&(_0x33e93f[_0x4374ca(0x12c)][_0x4374ca(0xfb)][_0x4374ca(0x148)]=!![],_0x33e93f[_0x4374ca(0x12c)]['currentTest'][_0x4374ca(0x10e)]=STATE_FAILED,await this[_0x4374ca(0x206)](_0x33e93f['ctx'][_0x4374ca(0xfb)],undefined,!![])));else _0x5d426[_0x4374ca(0x19a)](/TestRun/)&&_0x3410df[_0x4374ca(0x219)](mapTestHooks,_0x33e93f);const _0x11ba22=_0x3c9d3d[_0x3410df[_0x4374ca(0x232)]][0x0];_0x11ba22&&(_0x3c9d3d[_0x3410df[_0x4374ca(0x230)]]=_0x11ba22[_0x3410df['EJnTR']],_0x3c9d3d[_0x3410df['KZRJB']]=_0x11ba22[_0x3410df[_0x4374ca(0xfc)]]);[_0x3410df['sANfl'],_0x3410df[_0x4374ca(0x200)]][_0x4374ca(0x107)](_0x5d426)&&(this['_testResults'][_0x4374ca(0x11d)](_0x3c9d3d),_0x3c9d3d['hooks']=_0x3410df[_0x4374ca(0x219)](getHooksForTest,_0x33e93f));const _0x484c64={'event_type':_0x3410df[_0x4374ca(0x170)](_0x5d426,_0x3410df[_0x4374ca(0x200)])?_0x3410df[_0x4374ca(0x145)]:_0x5d426};_0x5d426[_0x4374ca(0x19a)](/HookRun/)?(_0x3c9d3d[_0x3410df[_0x4374ca(0x221)]]=HOOK_TYPES_MAP[_0x3c9d3d[_0x3410df['XgWDb']]],_0x484c64[_0x3410df['cdLrR']]=_0x3c9d3d):_0x484c64[_0x3410df[_0x4374ca(0x135)]]=_0x3c9d3d,testhubUtils[_0x4374ca(0x156)](FRAMEWORKS[_0x4374ca(0x1de)],_0x484c64),await SessionHandler[_0x4374ca(0x20a)](_0x484c64);}catch(_0x163bdc){_0x3410df[_0x4374ca(0x16d)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5d426+'\x20with\x20error\x20:\x20'+_0x163bdc);}};[a31_0x4cccec(0x1be)](_0x1b3a2b){const _0x1dc3b4=a31_0x4cccec,_0x3493b1={};_0x3493b1[_0x1dc3b4(0x176)]=function(_0x580444,_0x2eadf3){return _0x580444===_0x2eadf3;},_0x3493b1[_0x1dc3b4(0x179)]=function(_0x6ff371,_0x2e93b4){return _0x6ff371===_0x2e93b4;},_0x3493b1[_0x1dc3b4(0x214)]='.git',_0x3493b1[_0x1dc3b4(0x1ee)]=_0x1dc3b4(0x1dd);const _0xe11ac1=_0x3493b1,_0x20a3f9=path['sep'];if(_0xe11ac1[_0x1dc3b4(0x176)](_0x1b3a2b,null)||_0xe11ac1['Nmbfp'](_0x1b3a2b,'')||_0xe11ac1[_0x1dc3b4(0x176)](_0x1b3a2b,_0x20a3f9)||_0xe11ac1['Nmbfp'](_0x1b3a2b,path['dirname'](_0x1b3a2b)))return null;try{return fs[_0x1dc3b4(0x218)](path['join'](_0x1b3a2b,_0xe11ac1[_0x1dc3b4(0x214)],_0xe11ac1[_0x1dc3b4(0x1ee)])),_0x1b3a2b;}catch(_0x48ac04){const _0x1d446d=path['dirname'](_0x1b3a2b);return this[_0x1dc3b4(0x1be)](_0x1d446d);}}['appendTestItemLog']=async _0x113ba9=>{const _0x35d87d=a31_0x4cccec,_0x46b959={'EDtbM':_0x35d87d(0x12e),'xkrQu':function(_0x2b149e,_0x18064f){return _0x2b149e(_0x18064f);}};try{this['current_hook']&&!this[_0x35d87d(0x1f3)][_0x35d87d(0x148)]&&(_0x113ba9[_0x35d87d(0x11b)]=this[_0x35d87d(0x1f3)]['hookAnalyticsId']);!_0x113ba9['hook_run_uuid']&&this[_0x35d87d(0x101)]&&!this['current_test'][_0x35d87d(0x148)]&&(_0x113ba9[_0x35d87d(0x124)]=this['current_test'][_0x35d87d(0x1a3)]);if(_0x113ba9[_0x35d87d(0x11b)]||_0x113ba9[_0x35d87d(0x124)]){const _0x4aa70a={};_0x4aa70a['event_type']=_0x46b959['EDtbM'],_0x4aa70a[_0x35d87d(0x17a)]=[_0x113ba9],await SessionHandler[_0x35d87d(0x20a)](_0x4aa70a);}}catch(_0x1e6eea){_0x46b959[_0x35d87d(0x172)](debug,_0x35d87d(0x143)+constants[_0x35d87d(0x121)]+_0x35d87d(0x157)+_0x1e6eea);}};['appendTestPlatform']=async _0x53e2a2=>{const _0x301b92=a31_0x4cccec,_0x2e1cd4={'vmYxj':'http_response','rhGVa':'CBTSessionCreated','uAqxz':function(_0x4b6c69,_0x3f2037){return _0x4b6c69(_0x3f2037);}};try{const _0x6abef7={};_0x6abef7['uuid']=_0x53e2a2[_0x301b92(0x1fb)]||this['current_test'][_0x301b92(0x1a3)],_0x6abef7[_0x301b92(0x1bf)]=_0x53e2a2[_0x2e1cd4[_0x301b92(0x151)]];const _0x572a10=_0x6abef7,_0x35cf6c={};_0x35cf6c[_0x301b92(0x1ab)]=_0x2e1cd4['rhGVa'],_0x35cf6c[_0x301b92(0x1b1)]=_0x572a10,await SessionHandler['uploadEventData'](_0x35cf6c);}catch(_0x19ef4c){_0x2e1cd4[_0x301b92(0x161)](debug,_0x301b92(0x152)+constants[_0x301b92(0x121)]+_0x301b92(0x157)+_0x19ef4c);}};[a31_0x4cccec(0x1fd)](_0x54ca26){const _0x4f3011=a31_0x4cccec,_0x104ea5={};_0x104ea5['uyFrA']=_0x4f3011(0x164),_0x104ea5[_0x4f3011(0x149)]=_0x4f3011(0x13c),_0x104ea5[_0x4f3011(0x209)]=_0x4f3011(0x1e4);const _0x106da7=_0x104ea5,_0xe826bf={};return _0xe826bf[STATE_PASSED]=_0x106da7[_0x4f3011(0x1f9)],_0xe826bf[STATE_PENDING]=_0x106da7[_0x4f3011(0x149)],_0xe826bf[STATE_FAILED]=_0x106da7[_0x4f3011(0x209)],_0xe826bf[_0x54ca26];}[a31_0x4cccec(0x13e)](_0x153795){const _0x383f33=a31_0x4cccec,_0x45a7de={};_0x45a7de[_0x383f33(0x186)]=function(_0x3ff9ca,_0x556d4a){return _0x3ff9ca-_0x556d4a;};const _0x28b4a6=_0x45a7de,_0x479d0b=_0x153795['titlePath']();return _0x479d0b[_0x383f33(0x139)](0x0,_0x28b4a6[_0x383f33(0x186)](_0x479d0b[_0x383f33(0x21c)],0x1))[_0x383f33(0x217)]('\x20');}[a31_0x4cccec(0x178)](_0x233cd8){const _0x468945=a31_0x4cccec,_0x1e5499={};_0x1e5499[_0x468945(0x18d)]=function(_0x5f4079,_0x284f01){return _0x5f4079-_0x284f01;};const _0x15a646=_0x1e5499,_0x1d62a3=_0x233cd8[_0x468945(0x12b)]();return _0x1d62a3[_0x468945(0x139)](0x0,_0x15a646[_0x468945(0x18d)](_0x1d62a3[_0x468945(0x21c)],0x1));}[a31_0x4cccec(0x193)](_0x5ab2e6){const _0x3de06b=a31_0x4cccec,_0x13cf8a={};_0x13cf8a[_0x3de06b(0x113)]=function(_0x1c2e3d,_0x406a24){return _0x1c2e3d>_0x406a24;};const _0x228c5c=_0x13cf8a;if(_0x5ab2e6[_0x3de06b(0x16c)])return _0x5ab2e6[_0x3de06b(0x16c)];if(_0x5ab2e6['ctx']){const _0x3ec5d7=_0x5ab2e6[_0x3de06b(0x12c)]['currentTest']?this[_0x3de06b(0x193)](_0x5ab2e6[_0x3de06b(0x12c)][_0x3de06b(0xfb)]):null;if(_0x3ec5d7)return _0x3ec5d7;}if(_0x5ab2e6['parent']){const _0x48efc8=this['getRootParentFile'](_0x5ab2e6['parent'])||(_0x5ab2e6[_0x3de06b(0x167)][_0x3de06b(0x12c)]&&_0x5ab2e6[_0x3de06b(0x167)][_0x3de06b(0x12c)]['currentTest']?this[_0x3de06b(0x193)](_0x5ab2e6[_0x3de06b(0x167)][_0x3de06b(0x12c)]['currentTest']):null);if(_0x48efc8)return _0x48efc8;_0x5ab2e6[_0x3de06b(0x167)]['suites']&&_0x228c5c[_0x3de06b(0x113)](_0x5ab2e6['parent']['suites']['length'],0x0)&&_0x5ab2e6[_0x3de06b(0x167)][_0x3de06b(0x154)][_0x3de06b(0x136)](_0x5daa6a=>{const _0x390814=_0x3de06b,_0x27f65e=_0x5daa6a[_0x390814(0x12c)]?this[_0x390814(0x193)](_0x5daa6a[_0x390814(0x12c)]):null;if(_0x27f65e)return _0x27f65e;});}return null;}}module[a31_0x4cccec(0x1a8)]=MyReporter;
1
+ 'use strict';function a31_0x3863(){const _0x552f0c=['err','fullTitle','</dd>','hicIx','hook_run_uuid','deKyN','path','czQnD','dirname','oUBJt','</h1>','_testEnv','retryOf','_indents','xivQC','MOCHA','_currentRetry','BEFORE_EACH','bright\x20yellow','passed','reporterOption','backtrace','YnPFy','IzJlN','RrcVU','</code></pre></dd>','test_run','gtRhw','IYXFN','HFyyc','CjxwW','appendTestPlatform','now','assign','../../../helpers/testhub/utils','bang','markedStatus','TEST_REPORTING_ANALYTICS','adIUR','<section\x20class=\x22suite\x22>','lgmSs','finalResults','BEFORE_ALL','speed','result','mocha/lib/reporters/base.js','jzRaO','../../../helpers/test-observability/requestQueueHandler','WNJhf','dot','call','integrations','AFTER_EACH','vxFgY','increaseIndent','after\x20all','once','shouldProcessEventForTesthub','CnONA','XUcJz','yaMzX','bs:addLog:','GMwuj','WfUgP','AssertionError','type','bUwTF','split','\x20\x20<dt\x20class=\x22error\x22>','TestRunStarted','KFdpC','hzeWE','results','comma','__indents','duration','currentTest','forEach','HookRunStarted','decreaseIndent','HookRunFinished','current_hook','_buildCreated','TestRunSkipped','Yrjuf','reporterOptions','65392ebdRYR','failCount','WXRIh','parent','failure','statSync','suite','mfkTn','lfXqi','Runner','rqVSS','SFTtG','failed','ImkpG','getInstance','2070SIOdxZ','DKZXI','%s\x20','getRootParentFile','toISOString','slice','XumTB','DUGWG','RwoBq','hookAnalyticsId','xunit','gqMcZ','Esqzq','YfQwG','\x20\x20<dd><pre><code>','YntEC','wqzhG','cljeX','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','suiteCount','uKKzu','testObservability','mocha','responseCode','doc','winstonLogger','_testResults','name','RNlTy','inspect','../../../helpers/globals','.js','toString','3825354MDkWzi','HookFinished','error','title','0|3|4|2|1','\x20(%dms)','location_prefix','appendTesthubParams','currentRetry','failure_backtrace','config','FFVQk','dyLio','../test-observability/mochaUtils','XtQJb','light','testAnalyticsId','LYJXT','Failed\x20to\x20load\x20reporter\x20','cwd','file','uploadEventData','FXrWr','20266911CAHtev','push','LyYYI','12355xwAHHf','AzsRn','http_response','redirectUrl','vvTrd','relative','udAXd','zAxHA','before\x20all','test_run_uuid','docHtml','setCurrentTestData','pass','394078Uqinsb','logs','../../../helpers/logger','lJUqP','File\x20path\x20could\x20not\x20be\x20found','iaIuJ','bs:addPlatformDetails:','join','../../../helpers/test-observability/sessionHandler','appendTestItemLog','rfpsz','fast','../../utils/constants','qTOxc','ttRnZ','length','biUcZ','zVSkh','vYARv','.git','setGlobal','write','EKLas','registerListeners','BysMf','mocha/lib/utils.js','EVENT','HnUHo','consoleLog','\x20\x20<dd\x20class=\x22error\x22><pre><code>','color','indent','1641988nibohV','UBfeK','</dt>','multiple','QAEll','Mocha','\x20with\x20error\x20:\x20','constants','\x20-\x20','../../../helpers/test-observability/constants','docAppend','yCQvh','trim','root','kqkbc','state','zhOcF','__platform__','QhvmX','uIEyh','jHZyo','includes','IVvXr','symbols','Exception\x20in\x20browserstack\x20custome\x20reporter\x20with\x20error:\x20','skipped','svqUi','DgGnM','pid','ctx','body','rBJUT','_paths','Ulsrm','escape','bliOZ','current_test','lcnc','mpAcV','hVBlM','prefixTestPath','../../../helpers/central-scanner/helpers','apply','SNsqD','started_at','XsUbZ','analyticsResult','Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20','RDcjh','testRunUUID','hook_type','after\x20each','../../../helpers/helper','AFTER_ALL','isPending','clean','bind','72996ukHSnS','VPecZ','RUNNING','Reporter','findGitConfig','suites','uuid','titlePath','lXhdu','before\x20each','QwEqs','RLIgg','finished_at','<dl>','hooks','1337qWlyPD','spec','fail','fmSTD','sep','GiigZ','stdout','IeyvY','match','\x20\x20%d)\x20%s','MXHby','\x20%s','JuqXS','failure_reason_expanded','_upstreamConfig','hvsjJ','event_type','geMwY','sendTestRunEvent','SGaoq','tafnt','scope','MbeKl','../../../helpers/testhub/constants'];a31_0x3863=function(){return _0x552f0c;};return a31_0x3863();}const a31_0x590591=a31_0xbe13;(function(_0x4ad5e6,_0x39e4fb){const _0x173461=a31_0xbe13,_0x2a5a8b=_0x4ad5e6();while(!![]){try{const _0x38a2d5=-parseInt(_0x173461(0x25a))/0x1+parseInt(_0x173461(0x2b3))/0x2+-parseInt(_0x173461(0x233))/0x3+-parseInt(_0x173461(0x27a))/0x4+parseInt(_0x173461(0x24d))/0x5*(-parseInt(_0x173461(0x212))/0x6)+-parseInt(_0x173461(0x2c2))/0x7*(-parseInt(_0x173461(0x203))/0x8)+parseInt(_0x173461(0x24a))/0x9;if(_0x38a2d5===_0x39e4fb)break;else _0x2a5a8b['push'](_0x2a5a8b['shift']());}catch(_0x2cc86f){_0x2a5a8b['push'](_0x2a5a8b['shift']());}}}(a31_0x3863,0xdffaf));const util=require('util'),fs=require('fs'),path=require(a31_0x590591(0x1b3)),{requireModule,getCentralUser}=require(a31_0x590591(0x2ae)),Base=requireModule(a31_0x590591(0x1da),a31_0x590591(0x228)),utils=requireModule(a31_0x590591(0x273),a31_0x590591(0x228)),color=Base[a31_0x590591(0x278)],Mocha=requireModule(a31_0x590591(0x228)),Runnable=requireModule('mocha/lib/runnable.js',a31_0x590591(0x228)),{v4:uuidv4}=require('uuid'),bsSetupHelper=require('../../../helpers/helper'),testhubUtils=require(a31_0x590591(0x1cf)),centralScannerUtils=require(a31_0x590591(0x2a3)),testHubConstants=require(a31_0x590591(0x2d9)),{FRAMEWORKS}=require(a31_0x590591(0x283)),globals=require(a31_0x590591(0x230)),logger=require(a31_0x590591(0x25c))[a31_0x590591(0x22b)],TestMetadata=require('../../../helpers/metadata'),a31_0x426393={};a31_0x426393[a31_0x590591(0x255)]=a31_0x590591(0x1d7),a31_0x426393[a31_0x590591(0x1e4)]=a31_0x590591(0x2af),a31_0x426393[a31_0x590591(0x2bc)]=a31_0x590591(0x1be),a31_0x426393[a31_0x590591(0x2ad)]=a31_0x590591(0x1e1);const HOOK_TYPES_MAP=a31_0x426393,{EVENT_RUN_END,EVENT_TEST_BEGIN,EVENT_TEST_END,EVENT_TEST_PENDING,EVENT_RUN_BEGIN,EVENT_TEST_FAIL,EVENT_TEST_PASS,EVENT_SUITE_BEGIN,EVENT_SUITE_END,EVENT_HOOK_BEGIN,EVENT_HOOK_END}=Mocha[a31_0x590591(0x20c)][a31_0x590591(0x281)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable['constants'],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a31_0x590591(0x240)),{consoleHolder}=require(a31_0x590591(0x283)),SessionHandler=require(a31_0x590591(0x262)),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a31_0x590591(0x1dc)),constants=require(a31_0x590591(0x266)),requestQueueHandler=RequestQueueHandler[a31_0x590591(0x211)]();function a31_0xbe13(_0x394326,_0x4f5dc0){const _0x386343=a31_0x3863();return a31_0xbe13=function(_0xbe134e,_0x4ad666){_0xbe134e=_0xbe134e-0x1b0;let _0x1a34d7=_0x386343[_0xbe134e];return _0x1a34d7;},a31_0xbe13(_0x394326,_0x4f5dc0);}class MyReporter{constructor(_0x29a27c,_0x48e89b){const _0x5ed506=a31_0x590591,_0x1bcce0={'IzJlN':function(_0x1d523c,_0x3116b5){return _0x1d523c===_0x3116b5;},'VPecZ':_0x5ed506(0x2c3),'RwoBq':function(_0x3f5e54,_0x5666f6){return _0x3f5e54===_0x5666f6;},'GMwuj':function(_0x7748a4,_0x3a2dc5){return _0x7748a4+_0x3a2dc5;},'MbeKl':function(_0x62d5f1,_0x3577bf,_0x1c5e57){return _0x62d5f1(_0x3577bf,_0x1c5e57);},'WfUgP':'green','DKZXI':_0x5ed506(0x214),'TLTUa':function(_0xe5b680,_0x3ab980,_0x3ba02a){return _0xe5b680(_0x3ab980,_0x3ba02a);},'YnPFy':_0x5ed506(0x242),'udAXd':'%s\x20-\x20%s','RLIgg':_0x5ed506(0x2b5),'bUwTF':_0x5ed506(0x22a),'ZaoNG':function(_0x40e74a,_0x2c432d){return _0x40e74a===_0x2c432d;},'oUBJt':function(_0x2d5ff8){return _0x2d5ff8();},'jzRaO':function(_0x48bb7c){return _0x48bb7c();},'XsUbZ':_0x5ed506(0x1fb),'wAmRe':function(_0x3507dd,_0x56dd38){return _0x3507dd===_0x56dd38;},'eDQld':_0x5ed506(0x1fd),'CjxwW':function(_0x3c2f82,_0x3f9dfd){return _0x3c2f82===_0x3f9dfd;},'eYbWM':_0x5ed506(0x1c0),'hVBlM':_0x5ed506(0x265),'tafnt':function(_0x48f535,_0x16002d,_0x1337e3){return _0x48f535(_0x16002d,_0x1337e3);},'MXHby':'checkmark','YfQwG':function(_0x2eb7cb,_0x388738){return _0x2eb7cb+_0x388738;},'IYXFN':function(_0x2de7d3,_0x4b9769,_0x336250){return _0x2de7d3(_0x4b9769,_0x336250);},'fmSTD':_0x5ed506(0x259),'hvsjJ':_0x5ed506(0x2cd),'FFVQk':function(_0x59c2c4,_0x32a40c){return _0x59c2c4+_0x32a40c;},'Ljbpv':function(_0x26e79c,_0x27da52){return _0x26e79c+_0x27da52;},'dyLio':function(_0x1a31a3,_0x5c3d43,_0x375e77){return _0x1a31a3(_0x5c3d43,_0x375e77);},'pudRK':_0x5ed506(0x238),'lJUqP':function(_0x23f48f,_0x240559){return _0x23f48f+_0x240559;},'ttRnZ':function(_0xecbf5c,_0x1050b9,_0x292b86){return _0xecbf5c(_0x1050b9,_0x292b86);},'YntEC':_0x5ed506(0x2c4),'DUGWG':_0x5ed506(0x2cb),'hicIx':function(_0x4fd7e5,_0x13dbf0){return _0x4fd7e5===_0x13dbf0;},'yaMzX':_0x5ed506(0x1bf),'deKyN':function(_0x49c6de,_0x5dce47,_0x113137){return _0x49c6de(_0x5dce47,_0x113137);},'RNlTy':'COMPLETED','XtQJb':function(_0x35698f,_0x2dadb9){return _0x35698f===_0x2dadb9;},'zVSkh':_0x5ed506(0x1de),'XumTB':function(_0x2ec189,_0x213a6e){return _0x2ec189===_0x213a6e;},'AztyZ':'slow','rqVSS':function(_0x48b9db,_0x4ef781){return _0x48b9db===_0x4ef781;},'QwEqs':function(_0x49e6a6,_0x462822){return _0x49e6a6===_0x462822;},'hFfZJ':function(_0x292dc0,_0x449f15){return _0x292dc0===_0x449f15;},'NbMcf':_0x5ed506(0x237),'rBJUT':function(_0x5f12d8,_0x498e30){return _0x5f12d8===_0x498e30;},'Esqzq':'pending','Yrjuf':function(_0x2cdb73,_0x33d2e3){return _0x2cdb73===_0x33d2e3;},'NBhgd':_0x5ed506(0x200),'EKLas':function(_0x3dabd3,_0x11c0ad){return _0x3dabd3===_0x11c0ad;},'czQnD':function(_0x1e8460,_0x14b8b0){return _0x1e8460(_0x14b8b0);},'gtRhw':function(_0x40dbd6,_0x327b0e){return _0x40dbd6(_0x327b0e);},'gqMcZ':function(_0x3700a1,_0x30a32c){return _0x3700a1===_0x30a32c;},'uKKzu':function(_0x54b712){return _0x54b712();},'adIUR':_0x5ed506(0x21c),'WXRIh':'mocha','SGaoq':function(_0x170343,_0x4bab67){return _0x170343!==_0x4bab67;}};this[_0x5ed506(0x1ee)]=_0x48e89b[_0x5ed506(0x1c1)][_0x5ed506(0x1ee)],this[_0x5ed506(0x227)]=_0x1bcce0[_0x5ed506(0x1b6)](isTestObservabilitySession),Base[_0x5ed506(0x1df)](this,_0x29a27c,_0x48e89b),this[_0x5ed506(0x1ba)]=0x0,this[_0x5ed506(0x204)]=0x0,this[_0x5ed506(0x1f5)]=[],this[_0x5ed506(0x1d6)]=[],this[_0x5ed506(0x225)]=0x0,this[_0x5ed506(0x1ff)]=![],this[_0x5ed506(0x22c)]=[],this[_0x5ed506(0x1b8)]=_0x1bcce0[_0x5ed506(0x226)](getTestEnv),this['_paths']=new PathHelper({'cwd':process[_0x5ed506(0x246)]()},this['_testEnv'][_0x5ed506(0x239)]),this[_0x5ed506(0x2d0)]=_0x48e89b[_0x5ed506(0x1c1)]['bsConfig'],this[_0x5ed506(0x271)]();_0x1bcce0[_0x5ed506(0x20d)](this[_0x5ed506(0x1ee)],_0x1bcce0['bUwTF'])&&(this[_0x5ed506(0x257)]='',this[_0x5ed506(0x1f7)]=0x2);_0x29a27c[_0x5ed506(0x1e5)](EVENT_RUN_BEGIN,async()=>{const _0x5d9236=_0x5ed506;_0x1bcce0['IzJlN'](this['type'],_0x1bcce0[_0x5d9236(0x2b4)])&&Base[_0x5d9236(0x276)]();})['on'](EVENT_SUITE_BEGIN,_0x8c92bf=>{const _0x454b7e=_0x5ed506;if(_0x8c92bf[_0x454b7e(0x287)])return;if(_0x1bcce0[_0x454b7e(0x21a)](this['type'],_0x1bcce0[_0x454b7e(0x2b4)]))this['increaseIndent'](),Base[_0x454b7e(0x276)](_0x1bcce0['GMwuj'](_0x1bcce0['GMwuj'](this[_0x454b7e(0x279)](),_0x1bcce0['MbeKl'](color,_0x1bcce0[_0x454b7e(0x1ec)],_0x1bcce0[_0x454b7e(0x213)])),_0x1bcce0['TLTUa'](color,_0x1bcce0[_0x454b7e(0x1c3)],_0x1bcce0[_0x454b7e(0x253)])),_0x1bcce0[_0x454b7e(0x2be)],_0x8c92bf[_0x454b7e(0x236)],global[_0x454b7e(0x28b)]);else _0x1bcce0[_0x454b7e(0x21a)](this['type'],_0x1bcce0['bUwTF'])&&(this['docAppend'](this[_0x454b7e(0x279)]()+_0x454b7e(0x1d4)),++this[_0x454b7e(0x1f7)],this['docAppend'](this[_0x454b7e(0x279)]()+'<h1>'+utils['escape'](_0x8c92bf[_0x454b7e(0x236)]+_0x454b7e(0x282)+global[_0x454b7e(0x28b)])+_0x454b7e(0x1b7)),this[_0x454b7e(0x284)](this[_0x454b7e(0x279)]()+_0x454b7e(0x2c0)));})['on'](EVENT_HOOK_BEGIN,async _0x1a1344=>{const _0x11ace0=_0x5ed506;if(_0x1bcce0['ZaoNG'](testhubUtils[_0x11ace0(0x1e6)](testHubConstants[_0x11ace0(0x274)]['HookStarted']),!![])){if(!_0x1a1344[_0x11ace0(0x21b)])_0x1a1344[_0x11ace0(0x21b)]=_0x1bcce0[_0x11ace0(0x1b6)](uuidv4);else _0x1a1344[_0x11ace0(0x1d1)]&&(_0x1a1344[_0x11ace0(0x21b)]=_0x1bcce0[_0x11ace0(0x1db)](uuidv4),delete _0x1a1344[_0x11ace0(0x1d1)]);_0x1a1344[_0x11ace0(0x2a6)]=new Date()[_0x11ace0(0x216)](),this[_0x11ace0(0x1fe)]=_0x1a1344,await this['sendTestRunEvent'](_0x1a1344,undefined,![],_0x1bcce0[_0x11ace0(0x2a7)]);}})['on'](EVENT_HOOK_END,async _0x4d4734=>{const _0x4d16ce=_0x5ed506;_0x1bcce0['wAmRe'](testhubUtils[_0x4d16ce(0x1e6)](testHubConstants[_0x4d16ce(0x274)]['HookFinished']),!![])&&(!_0x4d4734[_0x4d16ce(0x1d1)]&&(_0x4d4734[_0x4d16ce(0x1d1)]=!![],await this['sendTestRunEvent'](_0x4d4734,undefined,![],_0x1bcce0['eDQld'])));})['on'](EVENT_SUITE_END,_0x33b3ee=>{const _0xba0137=_0x5ed506;if(_0x33b3ee[_0xba0137(0x287)])return;if(_0x1bcce0[_0xba0137(0x1b0)](this[_0xba0137(0x1ee)],_0x1bcce0[_0xba0137(0x2b4)]))Base[_0xba0137(0x276)](),Base['consoleLog'](_0x1bcce0[_0xba0137(0x21f)](_0x1bcce0[_0xba0137(0x23e)](this[_0xba0137(0x279)](),_0x1bcce0[_0xba0137(0x1c9)](color,_0x1bcce0[_0xba0137(0x1e9)],_0x1bcce0['DKZXI'])),_0x1bcce0[_0xba0137(0x1b2)](color,_0x1bcce0[_0xba0137(0x1c3)],_0x1bcce0[_0xba0137(0x253)])),_0x1bcce0[_0xba0137(0x22e)],_0x33b3ee[_0xba0137(0x236)],global[_0xba0137(0x28b)]),this[_0xba0137(0x1f5)]['forEach'](_0x33f380=>{const _0x54f8af=_0xba0137;if(_0x1bcce0[_0x54f8af(0x1cb)](_0x33f380[_0x54f8af(0x289)],_0x1bcce0['eYbWM'])){var _0x215ef2;_0x1bcce0['ZaoNG'](_0x33f380[_0x54f8af(0x1d8)],_0x1bcce0[_0x54f8af(0x2a1)])?(_0x215ef2=_0x1bcce0[_0x54f8af(0x1eb)](_0x1bcce0['GMwuj'](this['indent'](),_0x1bcce0[_0x54f8af(0x2d6)](color,_0x1bcce0[_0x54f8af(0x2cc)],_0x1bcce0[_0x54f8af(0x21f)]('\x20\x20',Base[_0x54f8af(0x291)]['ok']))),_0x1bcce0[_0x54f8af(0x1c9)](color,_0x1bcce0[_0x54f8af(0x2c5)],_0x1bcce0[_0x54f8af(0x2d1)])),Base[_0x54f8af(0x276)](_0x215ef2,_0x33f380[_0x54f8af(0x236)])):(_0x215ef2=_0x1bcce0[_0x54f8af(0x23e)](_0x1bcce0['Ljbpv'](_0x1bcce0[_0x54f8af(0x21f)](this[_0x54f8af(0x279)](),_0x1bcce0[_0x54f8af(0x23f)](color,_0x1bcce0[_0x54f8af(0x2cc)],_0x1bcce0[_0x54f8af(0x1eb)]('\x20\x20',Base[_0x54f8af(0x291)]['ok']))),_0x1bcce0[_0x54f8af(0x23f)](color,_0x1bcce0[_0x54f8af(0x2c5)],_0x1bcce0[_0x54f8af(0x2d1)])),_0x1bcce0[_0x54f8af(0x2d8)](color,_0x33f380['speed'],_0x1bcce0['pudRK'])),Base[_0x54f8af(0x276)](_0x215ef2,_0x33f380[_0x54f8af(0x236)],_0x33f380[_0x54f8af(0x1f8)]));}else Base[_0x54f8af(0x276)](_0x1bcce0[_0x54f8af(0x25d)](this[_0x54f8af(0x279)](),_0x1bcce0[_0x54f8af(0x268)](color,_0x1bcce0['YntEC'],_0x1bcce0[_0x54f8af(0x219)])),++this[_0x54f8af(0x204)],_0x33f380[_0x54f8af(0x236)]);}),this[_0xba0137(0x1fc)]();else _0x1bcce0['XtQJb'](this[_0xba0137(0x1ee)],_0x1bcce0[_0xba0137(0x1ef)])&&(this[_0xba0137(0x284)](this[_0xba0137(0x279)]()+'</dl>'),--this[_0xba0137(0x1f7)],this[_0xba0137(0x284)](this[_0xba0137(0x279)]()+'</section>'),--this[_0xba0137(0x1f7)]);Array['prototype'][_0xba0137(0x24b)][_0xba0137(0x2a4)](this[_0xba0137(0x1d6)],this[_0xba0137(0x1f5)]),this[_0xba0137(0x1f5)]=[];})['on'](EVENT_TEST_PASS,async _0x1e4aa5=>{const _0x445891=_0x5ed506;this['results']['push']({'speed':_0x1e4aa5[_0x445891(0x1d8)],'suite':_0x1e4aa5['parent']['title'],'title':_0x1e4aa5['title'],'fullTitle':_0x1e4aa5[_0x445891(0x2db)](),'duration':_0x1e4aa5[_0x445891(0x1f8)],'state':_0x1e4aa5[_0x445891(0x289)],'err':{},'currentRetry':_0x1e4aa5[_0x445891(0x23b)](),'titlePathV':_0x1e4aa5[_0x445891(0x2ba)](),'isPending':_0x1e4aa5[_0x445891(0x2b0)]()});if(_0x1bcce0[_0x445891(0x241)](this[_0x445891(0x1ee)],_0x1bcce0['zVSkh']))_0x1bcce0[_0x445891(0x218)](_0x1e4aa5[_0x445891(0x1d8)],_0x1bcce0['AztyZ'])?process[_0x445891(0x2c8)][_0x445891(0x26f)](Base[_0x445891(0x278)](_0x1bcce0[_0x445891(0x1e9)],Base[_0x445891(0x291)][_0x445891(0x1de)])):process[_0x445891(0x2c8)]['write'](Base[_0x445891(0x278)](_0x1e4aa5[_0x445891(0x1d8)],Base[_0x445891(0x291)]['dot']));else{if(_0x1bcce0[_0x445891(0x20d)](this[_0x445891(0x1ee)],_0x1bcce0[_0x445891(0x1ef)])){this[_0x445891(0x284)](this['indent']()+'\x20\x20<dt>'+utils[_0x445891(0x29c)](_0x1e4aa5[_0x445891(0x236)])+_0x445891(0x27c)),this[_0x445891(0x284)](this['indent']()+'\x20\x20<dt>'+utils[_0x445891(0x29c)](_0x1e4aa5[_0x445891(0x247)])+'</dt>');var _0x3ce79b=utils[_0x445891(0x29c)](utils[_0x445891(0x2b1)](_0x1e4aa5[_0x445891(0x298)]));this[_0x445891(0x284)](this[_0x445891(0x279)]()+_0x445891(0x220)+_0x3ce79b+_0x445891(0x1c6));}}_0x1bcce0[_0x445891(0x1c4)](testhubUtils[_0x445891(0x1e6)](),!![])&&(!_0x1e4aa5['markedStatus']&&(_0x1e4aa5[_0x445891(0x1d1)]=!![],await this[_0x445891(0x2d4)](_0x1e4aa5)));})['on'](EVENT_TEST_FAIL,async(_0x31f380,_0x1bb3d4)=>{const _0x3b5f5a=_0x5ed506;this[_0x3b5f5a(0x1f5)]['push']({'title':_0x31f380[_0x3b5f5a(0x236)],'suite':_0x31f380[_0x3b5f5a(0x206)][_0x3b5f5a(0x236)],'state':_0x31f380[_0x3b5f5a(0x289)],'err':{'message':util[_0x3b5f5a(0x22f)](_0x1bb3d4)},'fullTitle':_0x31f380[_0x3b5f5a(0x2db)](),'speed':_0x31f380['speed'],'currentRetry':_0x31f380[_0x3b5f5a(0x23b)](),'titlePathV':_0x31f380['titlePath']()});if(_0x1bcce0[_0x3b5f5a(0x2bd)](this[_0x3b5f5a(0x1ee)],_0x1bcce0[_0x3b5f5a(0x26b)]))process[_0x3b5f5a(0x2c8)]['write'](Base['color'](_0x1bcce0[_0x3b5f5a(0x221)],Base['symbols'][_0x3b5f5a(0x1d0)]));else{if(_0x1bcce0['hFfZJ'](this[_0x3b5f5a(0x1ee)],_0x1bcce0[_0x3b5f5a(0x1ef)])){const _0x904a78=_0x1bcce0['NbMcf'][_0x3b5f5a(0x1f0)]('|');let _0x3ee31e=0x0;while(!![]){switch(_0x904a78[_0x3ee31e++]){case'0':this[_0x3b5f5a(0x284)](this['indent']()+'\x20\x20<dt\x20class=\x22error\x22>'+utils['escape'](_0x31f380[_0x3b5f5a(0x236)])+_0x3b5f5a(0x27c));continue;case'1':this[_0x3b5f5a(0x284)](this[_0x3b5f5a(0x279)]()+'\x20\x20<dd\x20class=\x22error\x22>'+utils[_0x3b5f5a(0x29c)](_0x31f380[_0x3b5f5a(0x2da)])+_0x3b5f5a(0x2dc));continue;case'2':this[_0x3b5f5a(0x284)](this['indent']()+_0x3b5f5a(0x277)+_0x236f95+_0x3b5f5a(0x1c6));continue;case'3':this['docAppend'](this[_0x3b5f5a(0x279)]()+_0x3b5f5a(0x1f1)+utils[_0x3b5f5a(0x29c)](_0x31f380[_0x3b5f5a(0x247)])+_0x3b5f5a(0x27c));continue;case'4':var _0x236f95=utils[_0x3b5f5a(0x29c)](utils[_0x3b5f5a(0x2b1)](_0x31f380[_0x3b5f5a(0x298)]));continue;}break;}}}if(_0x1bcce0[_0x3b5f5a(0x1c4)](testhubUtils[_0x3b5f5a(0x1e6)](testHubConstants[_0x3b5f5a(0x274)][_0x3b5f5a(0x234)]),!![])){if(!_0x31f380[_0x3b5f5a(0x1d1)]){_0x31f380[_0x3b5f5a(0x1d1)]=!![];if(_0x31f380[_0x3b5f5a(0x243)])await this[_0x3b5f5a(0x2d4)](_0x31f380,_0x1bb3d4);else _0x31f380[_0x3b5f5a(0x21b)]&&await this['sendTestRunEvent'](_0x31f380,_0x1bb3d4,![],_0x1bcce0['eDQld']);}}})['on'](EVENT_TEST_PENDING,async _0x1af532=>{const _0x5dba6d=_0x5ed506;this[_0x5dba6d(0x1f5)][_0x5dba6d(0x24b)]({'title':_0x1af532['title'],'suite':_0x1af532[_0x5dba6d(0x206)][_0x5dba6d(0x236)],'state':_0x1af532['state'],'err':{},'fullTitle':_0x1af532[_0x5dba6d(0x2db)](),'speed':_0x1af532[_0x5dba6d(0x1d8)],'currentRetry':_0x1af532[_0x5dba6d(0x23b)](),'titlePathV':_0x1af532[_0x5dba6d(0x2ba)]()}),_0x1bcce0[_0x5dba6d(0x299)](this[_0x5dba6d(0x1ee)],_0x1bcce0[_0x5dba6d(0x26b)])&&process['stdout'][_0x5dba6d(0x26f)](Base[_0x5dba6d(0x278)](_0x1bcce0[_0x5dba6d(0x21e)],Base[_0x5dba6d(0x291)][_0x5dba6d(0x1f6)])),_0x1bcce0['Yrjuf'](testhubUtils[_0x5dba6d(0x1e6)](),!![])&&(!_0x1af532[_0x5dba6d(0x243)]&&(_0x1af532[_0x5dba6d(0x243)]=_0x1bcce0['jzRaO'](uuidv4)),!_0x1af532['markedStatus']&&(_0x1af532[_0x5dba6d(0x1d1)]=!![],await this[_0x5dba6d(0x2d4)](_0x1af532,undefined,![],_0x1bcce0['NBhgd'])));})['on'](EVENT_TEST_BEGIN,async _0x868085=>{const _0x1609c1=_0x5ed506;_0x1bcce0[_0x1609c1(0x241)](testhubUtils[_0x1609c1(0x1e6)](),!![])&&await this['testStarted'](_0x868085);})['on'](EVENT_TEST_END,async _0x5a2ce9=>{const _0x1e83de=_0x5ed506;_0x1bcce0[_0x1e83de(0x201)](testhubUtils[_0x1e83de(0x1e6)](),!![])&&(!_0x5a2ce9['markedStatus']&&(_0x5a2ce9[_0x1e83de(0x1d1)]=!![],await this['sendTestRunEvent'](_0x5a2ce9)));})[_0x5ed506(0x1e5)](EVENT_RUN_END,async()=>{const _0x2a6409=_0x5ed506;try{if(_0x1bcce0[_0x2a6409(0x270)](testhubUtils[_0x2a6409(0x1e6)](),!![])){const _0x8627d0=_0x1bcce0[_0x2a6409(0x1b4)](getHookSkippedTests,this['runner'][_0x2a6409(0x209)]);for(const _0x513ff7 of _0x8627d0){!_0x513ff7[_0x2a6409(0x243)]&&(_0x513ff7[_0x2a6409(0x243)]=_0x1bcce0[_0x2a6409(0x1db)](uuidv4)),await this[_0x2a6409(0x2d4)](_0x513ff7,undefined,![],_0x1bcce0['NBhgd']);}}}catch(_0xca9a1c){_0x1bcce0[_0x2a6409(0x1c8)](debug,_0x2a6409(0x2a9)+_0xca9a1c);}await requestQueueHandler['shutdown'](),_0x1bcce0[_0x2a6409(0x21d)](this[_0x2a6409(0x1ee)],_0x1bcce0[_0x2a6409(0x1ef)])&&Base['consoleLog'](this[_0x2a6409(0x257)]);});if(this[_0x5ed506(0x1ee)]&&![_0x1bcce0[_0x5ed506(0x1ef)],_0x1bcce0[_0x5ed506(0x1d3)],_0x1bcce0[_0x5ed506(0x2b4)],_0x1bcce0[_0x5ed506(0x26b)]][_0x5ed506(0x28f)](this['type'])){const _0x3cab5e=this[_0x5ed506(0x1ee)][_0x5ed506(0x286)]();this['Reporter']=null;try{this['Reporter']=_0x1bcce0['MbeKl'](requireModule,'mocha/lib/reporters/'+_0x3cab5e+_0x5ed506(0x231),_0x1bcce0[_0x5ed506(0x205)]);}catch(_0x14b976){_0x1bcce0[_0x5ed506(0x1b4)](debug,_0x5ed506(0x292)+_0x14b976);}if(_0x1bcce0[_0x5ed506(0x21a)](this[_0x5ed506(0x2b6)],null))try{this[_0x5ed506(0x2b6)]=_0x1bcce0[_0x5ed506(0x1b4)](require,_0x3cab5e);}catch(_0xca3a05){console[_0x5ed506(0x235)](_0x5ed506(0x245)+_0x3cab5e);}if(_0x1bcce0[_0x5ed506(0x2d5)](this[_0x5ed506(0x2b6)],null)){const _0x48f39={};_0x48f39[_0x5ed506(0x202)]=_0x48e89b[_0x5ed506(0x1c1)],this[_0x5ed506(0x2b6)]=new this[(_0x5ed506(0x2b6))](_0x29a27c,_0x48f39);}}}['indent'](){const _0x1fe6cd=a31_0x590591,_0x3aff97={'IeyvY':function(_0xc9592d,_0x50b052){return _0xc9592d(_0x50b052);}};return _0x3aff97[_0x1fe6cd(0x2c9)](Array,this[_0x1fe6cd(0x1ba)])['join']('\x20\x20');}[a31_0x590591(0x1e3)](){const _0x518444=a31_0x590591;this[_0x518444(0x1ba)]++;}[a31_0x590591(0x1fc)](){this['_indents']--;}[a31_0x590591(0x284)](_0x1ecde6){const _0x3ebe0c=a31_0x590591;this[_0x3ebe0c(0x257)]+=_0x1ecde6;}['done'](_0x44400d,_0x415ad9){const _0x309df5=a31_0x590591,_0x59bd65={'HaKQP':function(_0x19ee0b,_0x39a0b4){return _0x19ee0b(_0x39a0b4);}},_0x2fb8f8={};_0x2fb8f8['failureCount']=_0x44400d,_0x2fb8f8[_0x309df5(0x1f5)]=this[_0x309df5(0x1d6)],_0x59bd65['HaKQP'](_0x415ad9,_0x2fb8f8);}['registerListeners'](){const _0x43b09d=a31_0x590591;process['removeAllListeners']('bs:addLog:'+process['pid']),process['on'](_0x43b09d(0x1ea)+process[_0x43b09d(0x296)],this[_0x43b09d(0x263)][_0x43b09d(0x2b2)](this)),process['removeAllListeners'](_0x43b09d(0x260)+process[_0x43b09d(0x296)]),process['on']('bs:addPlatformDetails:'+process[_0x43b09d(0x296)],this[_0x43b09d(0x1cc)][_0x43b09d(0x2b2)](this));}['testStarted']=async _0x382466=>{const _0x417900=a31_0x590591,_0x5f3b13={'SNsqD':function(_0x41d6ff){return _0x41d6ff();},'xivQC':_0x417900(0x2ab),'iaIuJ':function(_0xc3efde,_0x44d36b){return _0xc3efde>_0x44d36b;},'svqUi':function(_0x5ccaa3,_0x2120bb){return _0x5ccaa3===_0x2120bb;},'IVvXr':_0x417900(0x1f2),'yCQvh':function(_0x7a9d45,_0xdefc8c){return _0x7a9d45(_0xdefc8c);}};try{const _0x4b2504=this[_0x417900(0x29e)];this['current_test']=_0x382466,_0x382466[_0x417900(0x1b9)]=null,_0x382466[_0x417900(0x243)]=_0x5f3b13[_0x417900(0x2a5)](uuidv4),globals[_0x417900(0x26e)](_0x5f3b13[_0x417900(0x1bb)],_0x382466[_0x417900(0x243)]),_0x382466[_0x417900(0x2a6)]=new Date()[_0x417900(0x216)](),_0x5f3b13[_0x417900(0x25f)](_0x382466[_0x417900(0x1bd)],0x0)&&_0x4b2504&&_0x5f3b13[_0x417900(0x294)](_0x4b2504[_0x417900(0x236)],_0x382466[_0x417900(0x236)])?(_0x382466['retryOf']=_0x4b2504[_0x417900(0x243)],await this[_0x417900(0x2d4)](_0x382466,undefined,![],_0x5f3b13[_0x417900(0x290)]),_0x4b2504['state']=STATE_FAILED,await this[_0x417900(0x2d4)](_0x4b2504,undefined,!![])):await this[_0x417900(0x2d4)](_0x382466,undefined,![],_0x5f3b13['IVvXr']);}catch(_0x542381){_0x5f3b13[_0x417900(0x285)](debug,_0x417900(0x224)+_0x542381);}};[a31_0x590591(0x2d4)]=async(_0x245b60,_0x18d51b=undefined,_0xfaff11=![],_0x4c867c='TestRunFinished')=>{const _0x2581f7=a31_0x590591,_0x3e3b04={'LyYYI':function(_0x17d191,_0x64cde6){return _0x17d191===_0x64cde6;},'wKcRo':function(_0x46e00c,_0x281762){return _0x46e00c!==_0x281762;},'BysMf':'test','zAxHA':_0x2581f7(0x2da),'RDcjh':function(_0x11ee65,_0x51fefc){return _0x11ee65!==_0x51fefc;},'wqzhG':function(_0x1349af,_0x48d84e){return _0x1349af!==_0x48d84e;},'sDgGp':_0x2581f7(0x25e),'uhlnz':_0x2581f7(0x27f),'TaujG':'javascript','hzeWE':function(_0x35723e,_0x261368){return _0x35723e===_0x261368;},'cljeX':_0x2581f7(0x200),'XUcJz':_0x2581f7(0x293),'HnUHo':function(_0x45b381,_0xbae74a){return _0x45b381-_0xbae74a;},'uIEyh':_0x2581f7(0x1ed),'kqkbc':'UnhandledError','vxFgY':'TestRunFinished','mfkTn':_0x2581f7(0x1f2),'JuqXS':function(_0x2dd581){return _0x2dd581();},'FXrWr':function(_0xd8336,_0x256f47){return _0xd8336===_0x256f47;},'bliOZ':_0x2581f7(0x2a6),'AzsRn':_0x2581f7(0x2bf),'DgGnM':function(_0x488c88,_0x501d31){return _0x488c88(_0x501d31);},'Ulsrm':_0x2581f7(0x1fd),'biUcZ':_0x2581f7(0x20f),'wZnrI':_0x2581f7(0x1c0),'ImkpG':_0x2581f7(0x2bc),'vYARv':_0x2581f7(0x207),'UBfeK':_0x2581f7(0x23c),'HFyyc':_0x2581f7(0x1c2),'qTOxc':_0x2581f7(0x2cf),'aHSLS':'expanded','rfpsz':_0x2581f7(0x2ac),'CnONA':'hook_run','WNJhf':_0x2581f7(0x1c7),'SFTtG':function(_0x1c90d5,_0x44fca7){return _0x1c90d5(_0x44fca7);}};try{if(_0x245b60[_0x2581f7(0x298)]&&_0x245b60[_0x2581f7(0x298)][_0x2581f7(0x2ca)](/browserstack internal helper hook/))return;let _0x2d24cf=[];if(_0x3e3b04[_0x2581f7(0x24c)](_0x245b60[_0x2581f7(0x289)],STATE_FAILED)){if(_0x3e3b04['wKcRo'](_0x245b60['err'],undefined))_0x2d24cf=_0x245b60[_0x2581f7(0x2da)]['multiple']?[_0x245b60['err'][_0x2581f7(0x27d)],_0x3e3b04[_0x2581f7(0x272)]]:[_0x245b60[_0x2581f7(0x2da)],_0x3e3b04[_0x2581f7(0x254)]];else _0x3e3b04['wKcRo'](_0x18d51b,undefined)?_0x2d24cf=[_0x18d51b,_0x3e3b04[_0x2581f7(0x254)]]:_0x2d24cf=[];}const _0x88abac=_0x3e3b04[_0x2581f7(0x2aa)](_0x245b60[_0x2581f7(0x2da)],undefined)?_0x245b60[_0x2581f7(0x2da)][_0x2581f7(0x232)]():_0x3e3b04[_0x2581f7(0x222)](_0x18d51b,undefined)?_0x18d51b['toString']():undefined;let _0x43129e;try{_0x43129e=this['getRootParentFile'](_0x245b60);}catch(_0x5ea18d){_0x43129e=null;}const _0x4784cb=_0x43129e?this[_0x2581f7(0x2b7)](_0x43129e):null,_0x306b97=_0x43129e?this[_0x2581f7(0x29a)][_0x2581f7(0x2a2)](this['getRootParentFile'](_0x245b60)):_0x3e3b04['sDgGp'],_0x2349ed={'framework':_0x3e3b04['uhlnz'],'uuid':_0x245b60[_0x2581f7(0x243)]||_0x245b60[_0x2581f7(0x21b)],'name':_0x245b60['title'],'body':{'lang':_0x3e3b04['TaujG'],'code':_0x245b60[_0x2581f7(0x298)]},'scope':this[_0x2581f7(0x2d7)](_0x245b60),'scopes':this['scopes'](_0x245b60),'identifier':_0x245b60['fullTitle'](),'file_name':_0x306b97,'vc_filepath':_0x4784cb?path[_0x2581f7(0x252)](_0x4784cb,_0x43129e):null,'location':_0x306b97,'result':_0x3e3b04[_0x2581f7(0x1f4)](_0x4c867c,_0x3e3b04[_0x2581f7(0x223)])?_0x3e3b04[_0x2581f7(0x1e8)]:this[_0x2581f7(0x2a8)](_0x245b60[_0x2581f7(0x289)]),'failure_reason':_0x88abac,'duration_in_ms':_0x245b60['duration']||(_0x4c867c[_0x2581f7(0x2ca)](/Finished/)||_0x4c867c[_0x2581f7(0x2ca)](/Skipped/)?_0x3e3b04[_0x2581f7(0x275)](Date[_0x2581f7(0x1cd)](),new Date(_0x245b60[_0x2581f7(0x2a6)])['getTime']()):null),'started_at':_0x245b60['started_at'],'finished_at':_0x4c867c[_0x2581f7(0x2ca)](/Finished/)||_0x4c867c[_0x2581f7(0x2ca)](/Skipped/)?new Date()[_0x2581f7(0x216)]():null,'failure':failureData[_0x2581f7(0x2a4)](null,_0x2d24cf),'failure_type':!_0x88abac?null:_0x88abac[_0x2581f7(0x2ca)](/AssertionError/)?_0x3e3b04[_0x2581f7(0x28d)]:_0x3e3b04[_0x2581f7(0x288)],'retry_of':_0x245b60[_0x2581f7(0x1b9)]};if([_0x3e3b04[_0x2581f7(0x223)],_0x3e3b04[_0x2581f7(0x1e2)],_0x3e3b04[_0x2581f7(0x20a)]][_0x2581f7(0x28f)](_0x4c867c)){if(_0x3e3b04[_0x2581f7(0x2ce)](getCentralUser)['lcnc']){const _0x70a642=TestMetadata['get'](_0x245b60['testAnalyticsId']);if(_0x70a642){const _0x3a564a={};_0x3a564a[_0x2581f7(0x29f)]=_0x70a642,Object[_0x2581f7(0x1ce)](_0x2349ed,_0x3a564a);}}}testhubUtils[_0x2581f7(0x23a)](_0x2349ed,_0x4c867c,_0x245b60,FRAMEWORKS[_0x2581f7(0x1bc)]);(_0x245b60[_0x2581f7(0x229)]||_0x245b60[_0x2581f7(0x250)])&&centralScannerUtils['setCentralScannerData'](_0x2349ed,_0x245b60[_0x2581f7(0x229)],_0x245b60['redirectUrl']);_0x3e3b04[_0x2581f7(0x249)](_0x4c867c,_0x3e3b04['cljeX'])&&!_0x2349ed[_0x3e3b04[_0x2581f7(0x29d)]]&&(_0x2349ed[_0x3e3b04['bliOZ']]=_0x2349ed[_0x3e3b04[_0x2581f7(0x24e)]]);if(_0x4c867c[_0x2581f7(0x2ca)](/HookRun/))[_0x2349ed['hook_type'],_0x2349ed[_0x2581f7(0x22d)]]=_0x3e3b04[_0x2581f7(0x295)](getHookDetails,_0x245b60[_0x2581f7(0x2db)]()||_0x245b60['originalTitle']||_0x245b60['title']),_0x3e3b04[_0x2581f7(0x1f4)](_0x4c867c,_0x3e3b04[_0x2581f7(0x29b)])&&(_0x3e3b04[_0x2581f7(0x222)](_0x2349ed[_0x2581f7(0x1d9)],_0x3e3b04[_0x2581f7(0x26a)])&&(_0x2349ed[_0x2581f7(0x1d9)]=_0x3e3b04['wZnrI']),_0x3e3b04[_0x2581f7(0x24c)](_0x2349ed[_0x2581f7(0x2ac)],_0x3e3b04[_0x2581f7(0x210)])&&_0x3e3b04['hzeWE'](_0x2349ed[_0x2581f7(0x1d9)],_0x3e3b04[_0x2581f7(0x26a)])&&!_0x245b60[_0x2581f7(0x297)][_0x2581f7(0x1f9)][_0x2581f7(0x1d1)]&&(_0x245b60['ctx']['currentTest'][_0x2581f7(0x1d1)]=!![],_0x245b60[_0x2581f7(0x297)]['currentTest'][_0x2581f7(0x289)]=STATE_FAILED,await this[_0x2581f7(0x2d4)](_0x245b60[_0x2581f7(0x297)][_0x2581f7(0x1f9)],undefined,!![])));else _0x4c867c['match'](/TestRun/)&&_0x3e3b04[_0x2581f7(0x295)](mapTestHooks,_0x245b60);const _0x3661c0=_0x2349ed[_0x3e3b04[_0x2581f7(0x26c)]][0x0];_0x3661c0&&(_0x2349ed[_0x3e3b04[_0x2581f7(0x27b)]]=_0x3661c0[_0x3e3b04[_0x2581f7(0x1ca)]],_0x2349ed[_0x3e3b04[_0x2581f7(0x267)]]=_0x3661c0[_0x3e3b04['aHSLS']]);[_0x3e3b04[_0x2581f7(0x1e2)],_0x3e3b04[_0x2581f7(0x223)]][_0x2581f7(0x28f)](_0x4c867c)&&(this['_testResults'][_0x2581f7(0x24b)](_0x2349ed),_0x2349ed[_0x2581f7(0x2c1)]=_0x3e3b04[_0x2581f7(0x295)](getHooksForTest,_0x245b60));const _0x3396da={'event_type':_0x3e3b04[_0x2581f7(0x1f4)](_0x4c867c,_0x3e3b04[_0x2581f7(0x223)])?_0x3e3b04[_0x2581f7(0x1e2)]:_0x4c867c};_0x4c867c['match'](/HookRun/)?(_0x2349ed[_0x3e3b04[_0x2581f7(0x264)]]=HOOK_TYPES_MAP[_0x2349ed[_0x3e3b04[_0x2581f7(0x264)]]],_0x3396da[_0x3e3b04[_0x2581f7(0x1e7)]]=_0x2349ed):_0x3396da[_0x3e3b04[_0x2581f7(0x1dd)]]=_0x2349ed,testhubUtils[_0x2581f7(0x258)](FRAMEWORKS[_0x2581f7(0x1bc)],_0x3396da),await SessionHandler['uploadEventData'](_0x3396da);}catch(_0x364d81){_0x3e3b04[_0x2581f7(0x20e)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x4c867c+_0x2581f7(0x280)+_0x364d81);}};[a31_0x590591(0x2b7)](_0x1c5f82){const _0x128934=a31_0x590591,_0x2c73af={};_0x2c73af[_0x128934(0x1d5)]=function(_0x2e1f1d,_0x164cbb){return _0x2e1f1d===_0x164cbb;},_0x2c73af['KFdpC']=function(_0x2509b2,_0x329420){return _0x2509b2===_0x329420;},_0x2c73af['hgIGA']=function(_0x2cffe2,_0x3b1ade){return _0x2cffe2===_0x3b1ade;},_0x2c73af[_0x128934(0x1c5)]=_0x128934(0x26d),_0x2c73af[_0x128934(0x2a0)]=_0x128934(0x23d);const _0x1d483b=_0x2c73af,_0x198742=path[_0x128934(0x2c6)];if(_0x1d483b[_0x128934(0x1d5)](_0x1c5f82,null)||_0x1d483b[_0x128934(0x1d5)](_0x1c5f82,'')||_0x1d483b[_0x128934(0x1f3)](_0x1c5f82,_0x198742)||_0x1d483b['hgIGA'](_0x1c5f82,path[_0x128934(0x1b5)](_0x1c5f82)))return null;try{return fs[_0x128934(0x208)](path[_0x128934(0x261)](_0x1c5f82,_0x1d483b[_0x128934(0x1c5)],_0x1d483b['mpAcV'])),_0x1c5f82;}catch(_0x366621){const _0x2e1f9f=path[_0x128934(0x1b5)](_0x1c5f82);return this[_0x128934(0x2b7)](_0x2e1f9f);}}[a31_0x590591(0x263)]=async _0x296ba0=>{const _0x4221c6=a31_0x590591,_0x30fbdc={'vvTrd':'LogCreated','GiigZ':function(_0x50ab70,_0x505d3e){return _0x50ab70(_0x505d3e);}};try{this[_0x4221c6(0x1fe)]&&!this[_0x4221c6(0x1fe)]['markedStatus']&&(_0x296ba0[_0x4221c6(0x1b1)]=this[_0x4221c6(0x1fe)]['hookAnalyticsId']);!_0x296ba0[_0x4221c6(0x1b1)]&&this[_0x4221c6(0x29e)]&&!this['current_test'][_0x4221c6(0x1d1)]&&(_0x296ba0['test_run_uuid']=this[_0x4221c6(0x29e)]['testAnalyticsId']);if(_0x296ba0[_0x4221c6(0x1b1)]||_0x296ba0[_0x4221c6(0x256)]){const _0x3285a9={};_0x3285a9['event_type']=_0x30fbdc[_0x4221c6(0x251)],_0x3285a9[_0x4221c6(0x25b)]=[_0x296ba0],await SessionHandler[_0x4221c6(0x248)](_0x3285a9);}}catch(_0x1c60ec){_0x30fbdc[_0x4221c6(0x2c7)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x4221c6(0x1d2)]+'\x20with\x20error\x20:\x20'+_0x1c60ec);}};[a31_0x590591(0x1cc)]=async _0x196b4b=>{const _0x59fc59=a31_0x590591,_0x502cdd={'geMwY':_0x59fc59(0x24f),'BCsSU':'CBTSessionCreated','QhvmX':function(_0x5db1f6,_0x5ab3f5){return _0x5db1f6(_0x5ab3f5);}};try{const _0x5f1459={};_0x5f1459[_0x59fc59(0x2b9)]=_0x196b4b[_0x59fc59(0x2b9)]||this[_0x59fc59(0x29e)][_0x59fc59(0x243)],_0x5f1459[_0x59fc59(0x1e0)]=_0x196b4b[_0x502cdd[_0x59fc59(0x2d3)]];const _0x5cdfd1=_0x5f1459,_0xe218f0={};_0xe218f0[_0x59fc59(0x2d2)]=_0x502cdd['BCsSU'],_0xe218f0[_0x59fc59(0x1c7)]=_0x5cdfd1,await SessionHandler[_0x59fc59(0x248)](_0xe218f0);}catch(_0x5b49a7){_0x502cdd[_0x59fc59(0x28c)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20'+constants[_0x59fc59(0x1d2)]+_0x59fc59(0x280)+_0x5b49a7);}};['analyticsResult'](_0x296399){const _0x49b04d=a31_0x590591,_0x2575bd={};_0x2575bd[_0x49b04d(0x2bb)]=_0x49b04d(0x1c0),_0x2575bd[_0x49b04d(0x20b)]='pending',_0x2575bd[_0x49b04d(0x27e)]='failed';const _0x1761b2=_0x2575bd,_0x2f423e={};return _0x2f423e[STATE_PASSED]=_0x1761b2[_0x49b04d(0x2bb)],_0x2f423e[STATE_PENDING]=_0x1761b2[_0x49b04d(0x20b)],_0x2f423e[STATE_FAILED]=_0x1761b2[_0x49b04d(0x27e)],_0x2f423e[_0x296399];}[a31_0x590591(0x2d7)](_0x465ec1){const _0x35ec9f=a31_0x590591,_0x47797d={};_0x47797d[_0x35ec9f(0x244)]=function(_0x1f7552,_0x986893){return _0x1f7552-_0x986893;};const _0x2f676a=_0x47797d,_0x594748=_0x465ec1[_0x35ec9f(0x2ba)]();return _0x594748[_0x35ec9f(0x217)](0x0,_0x2f676a['LYJXT'](_0x594748[_0x35ec9f(0x269)],0x1))[_0x35ec9f(0x261)]('\x20');}['scopes'](_0x35c6be){const _0x53fa2c=a31_0x590591,_0x399311={};_0x399311[_0x53fa2c(0x28a)]=function(_0x6bbde6,_0x1c5578){return _0x6bbde6-_0x1c5578;};const _0x2d9bf8=_0x399311,_0x45293d=_0x35c6be['titlePath']();return _0x45293d['slice'](0x0,_0x2d9bf8[_0x53fa2c(0x28a)](_0x45293d['length'],0x1));}[a31_0x590591(0x215)](_0x276808){const _0x3663fb=a31_0x590591,_0x112cbb={};_0x112cbb[_0x3663fb(0x28e)]=function(_0x2ff7da,_0x31ac08){return _0x2ff7da>_0x31ac08;};const _0x18f016=_0x112cbb;if(_0x276808['file'])return _0x276808[_0x3663fb(0x247)];if(_0x276808[_0x3663fb(0x297)]){const _0x5aeb2a=_0x276808['ctx'][_0x3663fb(0x1f9)]?this[_0x3663fb(0x215)](_0x276808['ctx'][_0x3663fb(0x1f9)]):null;if(_0x5aeb2a)return _0x5aeb2a;}if(_0x276808[_0x3663fb(0x206)]){const _0x3c80d6=this[_0x3663fb(0x215)](_0x276808[_0x3663fb(0x206)])||(_0x276808[_0x3663fb(0x206)][_0x3663fb(0x297)]&&_0x276808[_0x3663fb(0x206)][_0x3663fb(0x297)][_0x3663fb(0x1f9)]?this[_0x3663fb(0x215)](_0x276808['parent']['ctx'][_0x3663fb(0x1f9)]):null);if(_0x3c80d6)return _0x3c80d6;_0x276808[_0x3663fb(0x206)][_0x3663fb(0x2b8)]&&_0x18f016[_0x3663fb(0x28e)](_0x276808[_0x3663fb(0x206)][_0x3663fb(0x2b8)][_0x3663fb(0x269)],0x0)&&_0x276808[_0x3663fb(0x206)][_0x3663fb(0x2b8)][_0x3663fb(0x1fa)](_0x101fbd=>{const _0x31b392=_0x3663fb,_0x3ecf19=_0x101fbd[_0x31b392(0x297)]?this[_0x31b392(0x215)](_0x101fbd[_0x31b392(0x297)]):null;if(_0x3ecf19)return _0x3ecf19;});}return null;}}module['exports']=MyReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a32_0x25edbf=a32_0x23ed;(function(_0xa95cb1,_0x3cdb48){const _0x2a4d9b=a32_0x23ed,_0x25be77=_0xa95cb1();while(!![]){try{const _0xbc0717=parseInt(_0x2a4d9b(0xbf))/0x1+-parseInt(_0x2a4d9b(0x164))/0x2+-parseInt(_0x2a4d9b(0x16d))/0x3+-parseInt(_0x2a4d9b(0xfd))/0x4*(parseInt(_0x2a4d9b(0x195))/0x5)+-parseInt(_0x2a4d9b(0x16b))/0x6*(-parseInt(_0x2a4d9b(0x14b))/0x7)+-parseInt(_0x2a4d9b(0x15a))/0x8+-parseInt(_0x2a4d9b(0xde))/0x9*(-parseInt(_0x2a4d9b(0x12c))/0xa);if(_0xbc0717===_0x3cdb48)break;else _0x25be77['push'](_0x25be77['shift']());}catch(_0x3423c1){_0x25be77['push'](_0x25be77['shift']());}}}(a32_0x5dcd,0x8bbf1));function a32_0x5dcd(){const _0x2175f4=['suite','xRJYg','3366584hqrjwb','TESKA','reporterOptions','prepareCapabilities','Setting\x20non\x20exit\x20code\x20for\x20failures','configuration','pADDB','Zoaoh','message','debug','312162egodPV','../../helpers/central-scanner/constants','EUipF','kpjWv','bmkTR','SwWDK','accessibility','18tXOyNx','orMuT','2185308GhLudS','MOCHA','err','qbrhA','iEyri','YktsA','unlinkSync','wMRVR','map','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','LdAQZ','config','launchBuild','BROWSERSTACK_TEST_OBSERVABILITY_YML','bold','retries','\x20failed','consoleLog','push','file','showDiff','GoLOW','AGwqx','handleApp','titlePathV','cliConfig','wYSLI','SDKTestSuccessful','errorMessage','rmdirSync','extension','Qlhnm','Listing\x20all\x20the\x20failures','get','EeHMh','../../helpers/utilities','tyYUN','cjs','wCthd','then','149160fWTtml','aEGCz','XMXZk','parallelsPerPlatform','bgRedBright','logLevel','Total\x20Platforms:\x20','min','mocha','testsFailed','BROWSERSTACK_RERUN_TESTS','info','DPRKS','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','BgphS','SUvII','NnLdn','yzpkm','KVeuu','oAoup','finally','writeFileSync','testObservability','mocha/lib/cli/collect-files.js','FGeYI','../test-runner','green','PtZop','VxMse','includeTagsInTestingScope','../../helpers/percy/utils','pvxaR','SDK_CLEANUP','Mocha\x20Tests','zjrNs','CfZBK','fullTitle','wEhhV','object','getHubUrl','parseTestOrchestrationOptions','reporter','testSuites','717604PeZPeP','Onklu','stringify','getUserWorkerCount','getErrorMessageFromResults','olsth','IoSkv','platforms','aIxUk','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','OKFWy','list','Writing\x20json\x20result\x20to\x20file','eHqyR','../../helpers/test-observability/constants','Printing\x20stats\x20of\x20tests','CScMb','../../helpers/test-observability/utils','../../helpers/helper','assign','MJbxg','cBXWe','gVRfT','shouldReRunObservabilityTests','Total\x20Suites:\x20','sQAvQ','mjs','forEach','duration','Writing\x20xunit\x20result\x20to\x20file','wzXrF','134478Zmlxhg','isTestObservabilitySession','YZPPY','failed','../../helpers/testhub/testhubHandler','XCjbm','bstack:options','log','speed','gdJmg','MRrkI','central_scanner','keys','passes','rVoTt','join','ArgbH','Tests:\x20\x20\x20\x20\x20\x20\x20','ignore','includeEncodedExtension','files','sCder','winstonLogger','parse','accessibilityOptions','exports','ZuYSG','bpsUU','dUBDC','stack','eahtn','116JrCxSp','rGNZk','QPfrb','getOwnPropertyNames','JivKP','EKLgP','rootHooks','recursive','bgBlueBright','indexOf','SXNtA','dIguk','zRPvG','FRAMEWORKS','oFNMh','start','NDzLD','KGWyy','msLlL','testcase','state','failure','Running\x20your\x20mocha\x20tests\x20across\x20','output','BTwsj','titlePath','setUserConfigPath','useColors','EfWXu','yellow','pending','xunit','error','totalTests','title','EVENTS','proxySettings','IHVzC','getCentralUser','anDOk','CklEp','../utils/clientTroubleshootingService','HInLp','currentRetry','size','BFVmh','</testsuite>','740VXLdmV','testsPassed','tnQQI','json','VVMgw','JyyMO','actual','env','isNotUndefined','length','****\x20FAILURES\x20****','red','getPlatformName','framework','retryTestsOnFailure','platform','testsPending','notifyUpdate','XQtOY','spec','error\x20removing\x20tcg\x20config\x20file','Now,\x20showing\x20logs\x20from\x20mocha','LDYjX','prototype','finalExecution','RpqZa','results','isBrowserstackInfra','failures','useW3C','mvOTc','2145633reyGGi','isUndefined','\x20total','xYBUx','epkGe','drAgl','lGLkj','passed','stats','olbIH','sort','VTUYX','jUiDU'];a32_0x5dcd=function(){return _0x2175f4;};return a32_0x5dcd();}const chalk=require('chalk'),logger=require('../../helpers/logger')[a32_0x25edbf(0xf4)],helper=require(a32_0x25edbf(0xd1)),utilities=require(a32_0x25edbf(0x190)),testOpsHelper=require(a32_0x25edbf(0xd0)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a32_0x25edbf(0xad)),{requireModule,nestedKeyValue}=require(a32_0x25edbf(0xd1)),{getPercyOptions}=require(a32_0x25edbf(0xb2)),Base=requireModule('mocha/lib/reporters/base.js',a32_0x25edbf(0x19d)),collectFiles=requireModule(a32_0x25edbf(0x1ac),a32_0x25edbf(0x19d)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a32_0x25edbf(0x120)],centralScannerConstants=require(a32_0x25edbf(0x165)),{FRAMEWORKS}=require(a32_0x25edbf(0xcd)),TestHubHandler=require(a32_0x25edbf(0xe2)),ClientTroubleShootingService=require(a32_0x25edbf(0x126));function tag(_0x1c3ba2,_0xe8a973,_0x3a8ee6,_0x1e0581){const _0x2a713e=a32_0x25edbf,_0x586100={'LDYjX':function(_0x480ddc,_0x3aef23){return _0x480ddc+_0x3aef23;},'olsth':function(_0x39f170,_0x330fb0){return _0x39f170+_0x330fb0;},'ArgbH':function(_0x561f00,_0x303129){return _0x561f00(_0x303129);},'MRrkI':function(_0x59feb2,_0x63ac50){return _0x59feb2+_0x63ac50;},'QPfrb':function(_0x299ff3,_0x515732){return _0x299ff3+_0x515732;}},_0x130f5a=_0x3a8ee6?'/>':'>',_0x5ad472=[];let _0x37d183;for(const _0x1b8975 in _0xe8a973){Object[_0x2a713e(0x143)]['hasOwnProperty']['call'](_0xe8a973,_0x1b8975)&&_0x5ad472[_0x2a713e(0x17f)](_0x586100[_0x2a713e(0x142)](_0x586100[_0x2a713e(0x142)](_0x586100[_0x2a713e(0xc4)](_0x1b8975,'=\x22'),_0x586100[_0x2a713e(0xee)](escape,_0xe8a973[_0x1b8975])),'\x22'));}return _0x37d183=_0x586100[_0x2a713e(0xe8)](_0x586100[_0x2a713e(0xe8)](_0x586100[_0x2a713e(0xc4)]('<',_0x1c3ba2),_0x5ad472[_0x2a713e(0x135)]?_0x586100[_0x2a713e(0xff)]('\x20',_0x5ad472[_0x2a713e(0xed)]('\x20')):''),_0x130f5a),_0x1e0581&&(_0x37d183+=_0x586100[_0x2a713e(0xff)](_0x586100[_0x2a713e(0xff)](_0x586100['olsth'](_0x1e0581,'</'),_0x1c3ba2),_0x130f5a)),_0x37d183;}let xunitContent='';function xunitWrite(_0x6ce60e){xunitContent+=_0x6ce60e;}function a32_0x23ed(_0xff1ca3,_0x5265c6){const _0x5dcdce=a32_0x5dcd();return a32_0x23ed=function(_0x23edbc,_0x4c6c53){_0x23edbc=_0x23edbc-0xac;let _0x96f5bd=_0x5dcdce[_0x23edbc];return _0x96f5bd;},a32_0x23ed(_0xff1ca3,_0x5265c6);}function xunitTest(_0x3ed010,_0x29bc18){const _0x143c36=a32_0x25edbf,_0x3057d9={'zRPvG':function(_0x9bc518,_0x5426eb){return _0x9bc518/_0x5426eb;},'IHVzC':function(_0x4ac77a,_0x381401){return _0x4ac77a===_0x381401;},'EUipF':_0x143c36(0xe1),'BgphS':function(_0x1d54b9,_0x1ce3e5){return _0x1d54b9+_0x1ce3e5;},'eHqyR':function(_0x2240e4,_0x414504){return _0x2240e4(_0x414504);},'aEGCz':function(_0x4d55fb,_0x20c4de,_0x4740ae,_0x59a1ee,_0x4e901a){return _0x4d55fb(_0x20c4de,_0x4740ae,_0x59a1ee,_0x4e901a);},'Qlhnm':_0x143c36(0x110),'oqdHj':_0x143c36(0x112),'irvot':function(_0x2deadb,_0x3fce9b){return _0x2deadb+_0x3fce9b;},'KVeuu':function(_0x538531,_0x2dabe8){return _0x538531(_0x2dabe8);},'cwhBv':function(_0x1800d4,_0x48ec37){return _0x1800d4(_0x48ec37);},'njDiO':function(_0x348a30,_0x7f0f88,_0x411d8a,_0x5bb852){return _0x348a30(_0x7f0f88,_0x411d8a,_0x5bb852);},'oAoup':'skipped','EeHMh':function(_0x138257,_0x56c3c2,_0xee8ab9,_0x32a646){return _0x138257(_0x56c3c2,_0xee8ab9,_0x32a646);}};Base[_0x143c36(0x118)]=![];var _0x38a39d={'classname':_0x3ed010[_0x143c36(0xb8)],'name':_0x3ed010[_0x143c36(0x11f)],'time':_0x3057d9[_0x143c36(0x109)](_0x3ed010[_0x143c36(0xdb)],0x3e8)||0x0,'platform':_0x29bc18};if(_0x3057d9[_0x143c36(0x122)](_0x3ed010[_0x143c36(0x111)],_0x3057d9[_0x143c36(0x166)])){var _0x1dc8ce=_0x3ed010[_0x143c36(0x16f)],_0x21f5a6=!Base['hideDiff']&&Base[_0x143c36(0x181)](_0x1dc8ce)?_0x3057d9[_0x143c36(0x1a3)]('\x0a',Base['generateDiff'](_0x1dc8ce[_0x143c36(0x132)],_0x1dc8ce['expected'])):'';_0x3057d9[_0x143c36(0xcc)](xunitWrite,_0x3057d9['aEGCz'](tag,_0x3057d9[_0x143c36(0x18c)],_0x38a39d,![],_0x3057d9[_0x143c36(0x196)](tag,_0x3057d9['oqdHj'],{},![],_0x3057d9[_0x143c36(0x1a3)](_0x3057d9[_0x143c36(0x1a3)](_0x3057d9['irvot'](_0x3057d9[_0x143c36(0xcc)](escape,_0x1dc8ce[_0x143c36(0x162)]),_0x3057d9[_0x143c36(0x1a7)](escape,_0x21f5a6)),'\x0a'),_0x3057d9[_0x143c36(0xcc)](escape,_0x1dc8ce['stack'])))));}else _0x3ed010['isPending']?_0x3057d9['cwhBv'](xunitWrite,_0x3057d9[_0x143c36(0x196)](tag,_0x3057d9[_0x143c36(0x18c)],_0x38a39d,![],_0x3057d9['njDiO'](tag,_0x3057d9[_0x143c36(0x1a8)],{},!![]))):_0x3057d9[_0x143c36(0x1a7)](xunitWrite,_0x3057d9[_0x143c36(0x18f)](tag,_0x3057d9[_0x143c36(0x18c)],_0x38a39d,!![]));};function getStats(_0x365190){const _0x3669fe=a32_0x25edbf,_0x427aef={};_0x427aef[_0x3669fe(0x13e)]=_0x3669fe(0x158),_0x427aef[_0x3669fe(0xf8)]='passed',_0x427aef[_0x3669fe(0x107)]=_0x3669fe(0xe1),_0x427aef[_0x3669fe(0xb0)]=_0x3669fe(0x146);const _0x161241=_0x427aef,_0x4f77e3=Object[_0x3669fe(0xea)](_0x365190);let _0x31405e=0x0,_0x5573e5=0x0,_0x5a5f15=0x0,_0x235e81=0x0;const _0xe307ae=new Set();_0x4f77e3['forEach'](_0x274652=>{const _0x1d41a9=_0x3669fe;_0x365190[_0x274652][_0x161241[_0x1d41a9(0xb0)]][_0x1d41a9(0xda)](_0x4a0ef9=>{const _0x2bc277=_0x1d41a9;_0xe307ae['add'](_0x4a0ef9[_0x161241[_0x2bc277(0x13e)]]),_0x31405e++;switch(_0x4a0ef9['state']){case _0x161241[_0x2bc277(0xf8)]:_0x5a5f15++;break;case _0x161241[_0x2bc277(0x107)]:_0x5573e5++;break;default:_0x235e81++;}});});const _0x31c899={};return _0x31c899[_0x3669fe(0xbe)]=_0xe307ae[_0x3669fe(0x129)],_0x31c899['platforms']=_0x4f77e3,_0x31c899[_0x3669fe(0x11e)]=_0x31405e,_0x31c899['testsFailed']=_0x5573e5,_0x31c899[_0x3669fe(0x12d)]=_0x5a5f15,_0x31c899[_0x3669fe(0x13c)]=_0x235e81,_0x31c899;}function errorJSON(_0x58f4fa){const _0x2be117=a32_0x25edbf;var _0x43f66e={};return Object[_0x2be117(0x100)](_0x58f4fa)[_0x2be117(0xda)](function(_0x3ef268){_0x43f66e[_0x3ef268]=_0x58f4fa[_0x3ef268];},_0x58f4fa),_0x43f66e;}function cleanCycles(_0x2d7ae1){const _0x168ed0=a32_0x25edbf,_0x466776={};_0x466776[_0x168ed0(0xfa)]=function(_0x106656,_0x582961){return _0x106656===_0x582961;},_0x466776[_0x168ed0(0x168)]=_0x168ed0(0xba),_0x466776['anDOk']=function(_0x1ad836,_0x4022dd){return _0x1ad836!==_0x4022dd;},_0x466776[_0x168ed0(0x169)]=function(_0x14fa64,_0x3aa90d){return _0x14fa64+_0x3aa90d;};const _0x5529aa=_0x466776;var _0x34424e=[];return JSON[_0x168ed0(0xf5)](JSON[_0x168ed0(0xc1)](_0x2d7ae1,function(_0x280915,_0x19d7e0){const _0x56aa35=_0x168ed0;if(_0x5529aa[_0x56aa35(0xfa)](typeof _0x19d7e0,_0x5529aa['bmkTR'])&&_0x5529aa['anDOk'](_0x19d7e0,null)){if(_0x5529aa[_0x56aa35(0x124)](_0x34424e[_0x56aa35(0x106)](_0x19d7e0),-0x1))return _0x5529aa['SwWDK']('',_0x19d7e0);_0x34424e[_0x56aa35(0x17f)](_0x19d7e0);}return _0x19d7e0;}));}function clean(_0x17c6f3){const _0x5c189b=a32_0x25edbf,_0x506090={'kpjWv':function(_0x3e9e7d,_0x1b4aaf){return _0x3e9e7d instanceof _0x1b4aaf;},'EfWXu':function(_0x25af23,_0x47b846){return _0x25af23(_0x47b846);}};var _0x58b7c5=_0x17c6f3[_0x5c189b(0x16f)]||{};return _0x506090[_0x5c189b(0x167)](_0x58b7c5,Error)&&(_0x58b7c5=_0x506090[_0x5c189b(0x119)](errorJSON,_0x58b7c5)),{'title':_0x17c6f3['title'],'fullTitle':_0x17c6f3[_0x5c189b(0xb8)],'file':_0x17c6f3[_0x5c189b(0x180)],'duration':_0x17c6f3['duration'],'currentRetry':_0x17c6f3[_0x5c189b(0x128)],'speed':_0x17c6f3[_0x5c189b(0xe6)],'err':_0x506090[_0x5c189b(0x119)](cleanCycles,_0x58b7c5)};}function printStats(_0x548edb,_0x19e1f2=a32_0x25edbf(0x13f),_0x10f80b={}){const _0x4aba58=a32_0x25edbf,_0x36918f={'xYBUx':function(_0x221345,_0xcae0d4){return _0x221345(_0xcae0d4);},'wMRVR':function(_0x1b4208,_0x3a9d03){return _0x1b4208===_0x3a9d03;},'MJbxg':_0x4aba58(0x152),'YktsA':_0x4aba58(0xeb),'BFVmh':function(_0x4943d7,_0x1b6f51){return _0x4943d7(_0x1b6f51);},'HInLp':_0x4aba58(0xe1),'KGWyy':_0x4aba58(0x148),'cUttd':_0x4aba58(0x11b),'rGNZk':_0x4aba58(0x146),'oFNMh':function(_0x1f2ef7,_0x312151){return _0x1f2ef7===_0x312151;},'gVRfT':function(_0x322ee4,_0x6ed641){return _0x322ee4*_0x6ed641;},'bpsUU':function(_0x21e7ff,_0x1eb425,_0x1c62e7){return _0x21e7ff(_0x1eb425,_0x1c62e7);},'pADDB':function(_0x59baf6,_0x4593ec){return _0x59baf6===_0x4593ec;},'zjrNs':function(_0x30de6c,_0x4be3f5){return _0x30de6c>_0x4be3f5;},'wzXrF':function(_0x1f4394){return _0x1f4394();},'PtZop':function(_0x1ec9b6,_0x8ea64a){return _0x1ec9b6===_0x8ea64a;},'LdAQZ':'doc','xRJYg':function(_0x459c71,_0x442242){return _0x459c71(_0x442242);},'JivKP':function(_0x131cf6,_0x26c75f){return _0x131cf6>_0x26c75f;},'tnQQI':_0x4aba58(0x15e),'mvOTc':_0x4aba58(0xce),'wCthd':function(_0x3dcaad,_0x31493e){return _0x3dcaad+_0x31493e;},'eahtn':_0x4aba58(0x19b),'sQAvQ':_0x4aba58(0xd7),'epkGe':function(_0x3ad285,_0x2254ba){return _0x3ad285+_0x2254ba;},'YZPPY':function(_0x2edaa1,_0x420dbe){return _0x2edaa1+_0x420dbe;},'CfZBK':function(_0x545fc1,_0x2e5c00){return _0x545fc1+_0x2e5c00;},'wEhhV':_0x4aba58(0xef),'IoSkv':function(_0x53cc30,_0x106a62){return _0x53cc30+_0x106a62;},'iEyri':function(_0x320701,_0x5968d4){return _0x320701+_0x5968d4;},'sCder':'\x0a\x0a\x0a','SUvII':function(_0x1d4619,_0x3f76ff){return _0x1d4619===_0x3f76ff;},'ESMMD':_0x4aba58(0x12f),'pvxaR':_0x4aba58(0xcb),'UILss':'Couldn\x27t\x20write\x20json\x20result\x20to','Dfhok':_0x4aba58(0xc8),'VTUYX':_0x4aba58(0x11c),'EKLgP':_0x4aba58(0xb5),'Zoaoh':function(_0x43661a,_0x3c93f0){return _0x43661a||_0x3c93f0;},'dIguk':function(_0x2e2377,_0x32d68d){return _0x2e2377(_0x32d68d);},'TALkz':function(_0x47bdb3,_0x35711a,_0x43185a,_0x2a2c06){return _0x47bdb3(_0x35711a,_0x43185a,_0x2a2c06);},'wYSLI':'testsuite','CklEp':function(_0x403e66,_0x5b3090){return _0x403e66-_0x5b3090;},'pmdyP':function(_0x59206e,_0x141175){return _0x59206e/_0x141175;},'Onklu':_0x4aba58(0x12b),'yXWRx':_0x4aba58(0xdc),'Uifuu':'Couldn\x27t\x20write\x20xunit\x20result\x20to','FGeYI':_0x4aba58(0x1a2),'NDzLD':_0x4aba58(0x18d),'NFMMS':_0x4aba58(0x136)};if(_0x36918f[_0x4aba58(0xaf)](_0x19e1f2,_0x36918f[_0x4aba58(0x177)]))return;const _0x130d0b=0x0,_0x419491=()=>{const _0x588834=_0x4aba58;return _0x36918f[_0x588834(0x14e)](Array,_0x130d0b)[_0x588834(0xed)]('\x20\x20');},{testSuites:_0xad6f85,platforms:_0xf1cd2b,totalTests:_0x1a3395,testsFailed:_0x808a68,testsPassed:_0x4ba228,testsPending:_0x503f61}=_0x36918f[_0x4aba58(0x159)](getStats,_0x548edb);_0x36918f['JivKP'](_0x808a68,0x0)&&(logger['debug'](_0x36918f[_0x4aba58(0x12e)]),process['exitCode']=Math[_0x4aba58(0x19c)](_0x808a68,0xff));logger['debug'](_0x36918f[_0x4aba58(0x14a)]);const _0x4585a1=''+_0x36918f[_0x4aba58(0x193)](chalk[_0x4aba58(0x17b)](_0x36918f[_0x4aba58(0xfc)]),_0xf1cd2b[_0x4aba58(0x135)]),_0x19b7fb=''+_0x36918f[_0x4aba58(0x193)](chalk[_0x4aba58(0x17b)](_0x36918f[_0x4aba58(0xd8)]),_0xad6f85),_0x2bdf5a=''+_0x36918f[_0x4aba58(0x14f)](_0x36918f[_0x4aba58(0xe0)](_0x36918f[_0x4aba58(0xb7)](chalk[_0x4aba58(0x17b)](_0x36918f[_0x4aba58(0xb9)]),_0x36918f['JivKP'](_0x808a68,0x0)?chalk['bold'][_0x4aba58(0x137)](_0x808a68+_0x4aba58(0x17d))+',\x20':''),_0x36918f[_0x4aba58(0xb6)](_0x503f61,0x0)?chalk['bold'][_0x4aba58(0x11a)](_0x503f61+'\x20skipped')+',\x20':''),_0x36918f[_0x4aba58(0x101)](_0x4ba228,0x0)?chalk[_0x4aba58(0x17b)][_0x4aba58(0xae)](_0x4ba228+'\x20passed')+',\x20':'')+_0x1a3395+_0x4aba58(0x14d);console['log'](_0x36918f[_0x4aba58(0xb7)](_0x36918f[_0x4aba58(0xc5)](_0x36918f['YZPPY'](_0x36918f[_0x4aba58(0x171)](_0x36918f[_0x4aba58(0x171)](_0x36918f[_0x4aba58(0xf3)],_0x4585a1),'\x0a'),_0x19b7fb),'\x0a'),_0x2bdf5a));if(_0x36918f['SUvII'](_0x19e1f2,_0x36918f['ESMMD'])){const _0x113756={},_0x3cc27f={};_0x3cc27f[_0x4aba58(0xbe)]=_0xad6f85,_0x3cc27f[_0x4aba58(0xc6)]=_0xf1cd2b,_0x3cc27f[_0x4aba58(0x19e)]=_0x808a68,_0x3cc27f[_0x4aba58(0x12d)]=_0x4ba228,_0x3cc27f[_0x4aba58(0x13c)]=_0x503f61,_0x113756[_0x4aba58(0x153)]=_0x3cc27f,_0xf1cd2b['forEach'](_0x1ae934=>{const _0x2185b3=_0x4aba58;_0x113756[_0x1ae934]={'pending':[],'failures':[],'passes':[],'tests':_0x548edb[_0x1ae934][_0x36918f[_0x2185b3(0xfe)]][_0x2185b3(0x175)](clean)},_0x548edb[_0x1ae934][_0x36918f['rGNZk']][_0x2185b3(0xda)](_0x897a42=>{const _0x11f16e=_0x2185b3;if(_0x36918f[_0x11f16e(0x174)](_0x897a42['state'],_0x36918f[_0x11f16e(0xd3)]))_0x113756[_0x1ae934][_0x36918f[_0x11f16e(0x172)]][_0x11f16e(0x17f)](_0x36918f[_0x11f16e(0x12a)](clean,_0x897a42));else _0x36918f['wMRVR'](_0x897a42['state'],_0x36918f[_0x11f16e(0x127)])?_0x113756[_0x1ae934][_0x36918f[_0x11f16e(0x10e)]][_0x11f16e(0x17f)](_0x36918f['xYBUx'](clean,_0x897a42)):_0x113756[_0x1ae934][_0x36918f['cUttd']][_0x11f16e(0x17f)](_0x36918f[_0x11f16e(0x14e)](clean,_0x897a42));});});if(_0x10f80b[_0x4aba58(0x114)])try{logger[_0x4aba58(0x163)](_0x36918f[_0x4aba58(0xb3)],_0x10f80b[_0x4aba58(0x114)]),fs[_0x4aba58(0x1aa)](_0x10f80b['output'],JSON[_0x4aba58(0xc1)](_0x113756,null,0x3));}catch(_0x364a4c){logger[_0x4aba58(0x11d)](_0x36918f['UILss'],_0x10f80b[_0x4aba58(0x114)]),logger[_0x4aba58(0x163)](_0x364a4c);}else logger[_0x4aba58(0x163)](_0x36918f['Dfhok']),console[_0x4aba58(0xe5)](JSON['stringify'](_0x113756,null,0x3));}else{if(_0x36918f[_0x4aba58(0x1a4)](_0x19e1f2,_0x36918f[_0x4aba58(0x156)])){let _0x21eea2;const _0x70810e=_0x36918f[_0x4aba58(0x102)];_0x10f80b&&(_0x21eea2=_0x10f80b['suiteName']);_0x21eea2=_0x36918f[_0x4aba58(0x161)](_0x21eea2,_0x70810e);let _0x57251a=0x0,_0x301276=0x0,_0x366374=0x0,_0x3b4ddc=0x0;_0xf1cd2b[_0x4aba58(0xda)](_0x1fd570=>{const _0x2a0ccb=_0x4aba58,_0x3408a2={'aIxUk':function(_0x4286f1,_0x5f3308){const _0x47d199=a32_0x23ed;return _0x36918f[_0x47d199(0x10b)](_0x4286f1,_0x5f3308);},'yzpkm':_0x36918f[_0x2a0ccb(0xd3)],'VVMgw':_0x36918f[_0x2a0ccb(0x127)],'JyyMO':function(_0x50b59c,_0x19f09b){const _0x31224e=_0x2a0ccb;return _0x36918f[_0x31224e(0xd5)](_0x50b59c,_0x19f09b);}};_0x548edb[_0x1fd570][_0x36918f[_0x2a0ccb(0xfe)]][_0x2a0ccb(0xda)](_0x4f0682=>{const _0x1872e7=_0x2a0ccb;if(_0x3408a2[_0x1872e7(0xc7)](_0x4f0682[_0x1872e7(0x111)],_0x3408a2[_0x1872e7(0x1a6)]))_0x57251a++;else _0x3408a2['aIxUk'](_0x4f0682[_0x1872e7(0x111)],_0x3408a2[_0x1872e7(0x130)])&&_0x301276++;_0x366374++,_0x3b4ddc+=_0x3408a2[_0x1872e7(0x131)](_0x4f0682['duration'],0x1);});}),_0x36918f[_0x4aba58(0x108)](xunitWrite,_0x36918f['TALkz'](tag,_0x36918f[_0x4aba58(0x187)],{'name':_0x21eea2,'tests':_0x366374,'failures':0x0,'errors':_0x301276,'skipped':_0x36918f[_0x4aba58(0x125)](_0x36918f[_0x4aba58(0x125)](_0x366374,_0x301276),_0x57251a),'timestamp':new Date()['toUTCString'](),'time':_0x36918f['pmdyP'](_0x3b4ddc,0x3e8)||0x0},![])),_0xf1cd2b[_0x4aba58(0xda)](_0x5e295d=>{const _0x33e969=_0x4aba58,_0x40c024={'tyYUN':function(_0x224e79,_0x220ce0,_0x2080d8){const _0x16ec40=a32_0x23ed;return _0x36918f[_0x16ec40(0xf9)](_0x224e79,_0x220ce0,_0x2080d8);}};_0x548edb[_0x5e295d][_0x36918f[_0x33e969(0xfe)]][_0x33e969(0xda)](_0x17a802=>{const _0x2e5cdc=_0x33e969;_0x40c024[_0x2e5cdc(0x191)](xunitTest,_0x17a802,_0x5e295d);});}),_0x36918f['xRJYg'](xunitWrite,_0x36918f[_0x4aba58(0xc0)]);if(_0x10f80b['output'])try{logger[_0x4aba58(0x163)](_0x36918f['yXWRx'],_0x10f80b['output']),fs[_0x4aba58(0x1aa)](_0x10f80b[_0x4aba58(0x114)],xunitContent);}catch(_0x15c36e){logger[_0x4aba58(0x11d)](_0x36918f['Uifuu'],_0x10f80b[_0x4aba58(0x114)]),logger['debug'](_0x15c36e);}else logger['debug'](_0x36918f[_0x4aba58(0xac)]),console[_0x4aba58(0xe5)](xunitContent);}else{if(_0x36918f[_0x4aba58(0x1a4)](_0x808a68,0x0))return;console[_0x4aba58(0xe5)](),logger[_0x4aba58(0x163)](_0x36918f[_0x4aba58(0x10d)]),console[_0x4aba58(0xe5)](chalk[_0x4aba58(0x17b)][_0x4aba58(0x199)](_0x36918f['NFMMS'])),_0xf1cd2b[_0x4aba58(0xda)](_0x332382=>{const _0x2d0235=_0x4aba58,_0x7e858=[];_0x548edb[_0x332382][_0x36918f[_0x2d0235(0xfe)]][_0x2d0235(0xda)](_0x79eaa4=>{const _0x3bcf21=_0x2d0235;_0x36918f[_0x3bcf21(0x160)](_0x79eaa4[_0x3bcf21(0x111)],_0x36918f[_0x3bcf21(0x127)])&&(_0x79eaa4[_0x3bcf21(0x116)]=()=>_0x79eaa4[_0x3bcf21(0x185)],_0x7e858[_0x3bcf21(0x17f)](_0x79eaa4));}),_0x36918f[_0x2d0235(0xb6)](_0x7e858[_0x2d0235(0x135)],0x0)&&(Base['consoleLog'](),Base[_0x2d0235(0x17e)](_0x36918f[_0x2d0235(0xdd)](_0x419491),chalk[_0x2d0235(0x17b)][_0x2d0235(0x105)](_0x332382)),Base[_0x2d0235(0xca)](_0x7e858));});}}}async function run(_0x5bf238,_0xb01e0,_0x53b1aa){const _0x5ae7c6=a32_0x25edbf,_0x5889c4={'DPRKS':function(_0x54226a,_0x2e3bb0,_0x8fd324,_0x4faf00){return _0x54226a(_0x2e3bb0,_0x8fd324,_0x4faf00);},'msLlL':'reporter-option','GoLOW':_0x5ae7c6(0x140),'CScMb':_0x5ae7c6(0x188),'rVoTt':_0x5ae7c6(0x19d),'lGLkj':function(_0x3b7c93,_0x2b6bef){return _0x3b7c93!=_0x2b6bef;},'AGwqx':_0x5ae7c6(0x192),'NnLdn':_0x5ae7c6(0xd9),'BTwsj':'test','olbIH':'rerunTests','orMuT':function(_0x251a7f,_0x2e0bea){return _0x251a7f(_0x2e0bea);},'OKFWy':function(_0x1a76c1,_0x11571a,_0x3aa9b4){return _0x1a76c1(_0x11571a,_0x3aa9b4);},'jUiDU':_0x5ae7c6(0xf2),'drAgl':function(_0x3ce39d,_0x5ab310){return _0x3ce39d!=_0x5ab310;},'TESKA':_0x5ae7c6(0xb1),'RpqZa':'excludeTagsInTestingScope','TsBOR':_0x5ae7c6(0xf1),'GIkuz':'Running\x20your\x20mocha\x20tests','qbrhA':_0x5ae7c6(0x141),'gdJmg':function(_0x477152,_0x47ecb9){return _0x477152*_0x47ecb9;},'XMXZk':function(_0x1949d8,_0xc562a5){return _0x1949d8(_0xc562a5);},'cBXWe':function(_0x1a290c,_0x40481e){return _0x1a290c!==_0x40481e;},'XCjbm':function(_0x2b9622,_0x255cba,_0x2e1183,_0x5351a5){return _0x2b9622(_0x255cba,_0x2e1183,_0x5351a5);}};helper[_0x5ae7c6(0x117)](_0x53b1aa[_0x5ae7c6(0x139)],_0x5bf238),await _0x53b1aa['initialize'](_0x5bf238);helper[_0x5ae7c6(0x147)]()?await helper[_0x5ae7c6(0x184)](_0x53b1aa[_0x5ae7c6(0x178)]):await _0x53b1aa['setupTCGAuth']();const _0x478dd2=[];let _0x4f9162=[];if(!_0x53b1aa[_0x5ae7c6(0x178)])return;!helper[_0x5ae7c6(0x14c)](_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0xf6)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0xf6)]));const _0x432c9d=await TestHubHandler[_0x5ae7c6(0x179)](FRAMEWORKS[_0x5ae7c6(0x16e)],_0x53b1aa);_0x5889c4[_0x5ae7c6(0x151)](_0x53b1aa[_0x5ae7c6(0x178)]['testObservability'],null)&&(process['env'][_0x5ae7c6(0x17a)]=_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0x1ab)]);!helper['isUndefined'](_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0x16a)])&&(process[_0x5ae7c6(0x133)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x53b1aa[_0x5ae7c6(0x178)]['accessibility']);const {extension:extension=['js',_0x5889c4[_0x5ae7c6(0x183)],_0x5889c4[_0x5ae7c6(0x1a5)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x5889c4[_0x5ae7c6(0x115)]]}=_0x5bf238,_0xfad092={..._0x5bf238};_0xfad092[_0x5ae7c6(0x103)]=null;const _0xa4af89=_0xfad092;let _0x55e005;if(testOpsHelper[_0x5ae7c6(0xdf)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x5b7018=process['env'][_0x5ae7c6(0x19f)];!helper[_0x5ae7c6(0x14c)](_0x53b1aa[_0x5ae7c6(0x186)])&&_0x53b1aa[_0x5ae7c6(0x186)]['has'](_0x5889c4[_0x5ae7c6(0x154)])&&(_0x5b7018=_0x53b1aa[_0x5ae7c6(0x186)][_0x5ae7c6(0x18e)](_0x5889c4[_0x5ae7c6(0x154)])),_0x55e005=testOpsHelper['parseFileNames'](_0x5b7018);}if(helper[_0x5ae7c6(0x14c)](_0x55e005)){const _0x4f0a3b={};_0x4f0a3b[_0x5ae7c6(0xf0)]=ignore,_0x4f0a3b[_0x5ae7c6(0x18b)]=extension,_0x4f0a3b[_0x5ae7c6(0x180)]=file,_0x4f0a3b[_0x5ae7c6(0x104)]=recursive,_0x4f0a3b[_0x5ae7c6(0x155)]=sort,_0x4f0a3b[_0x5ae7c6(0x13f)]=spec,_0x55e005=_0x5889c4[_0x5ae7c6(0x16c)](collectFiles,_0x4f0a3b),_0x5889c4[_0x5ae7c6(0xc9)](nestedKeyValue,_0x55e005,[_0x5889c4[_0x5ae7c6(0x157)]])&&(_0x55e005=_0x55e005[_0x5ae7c6(0xf2)]);}const _0x1ef0bb=helper[_0x5ae7c6(0xbc)](_0x53b1aa[_0x5ae7c6(0x178)]);!helper['isEmpty'](_0x1ef0bb)&&helper[_0x5ae7c6(0x134)](_0x1ef0bb[_0x5ae7c6(0x13a)])&&(_0xa4af89[_0x5ae7c6(0x17c)]=_0x1ef0bb[_0x5ae7c6(0x13a)]['maxRetries']);if(!helper[_0x5ae7c6(0x147)]()){const _0x565607=0x1,_0x499cd3={..._0xa4af89};_0x499cd3[_0x5ae7c6(0x13f)]=[..._0x55e005],_0x478dd2[_0x5ae7c6(0x17f)]({'mochaOpts':_0x499cd3,'configuration':{'platform':os[_0x5ae7c6(0x13b)]()}});if(_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0x16a)]){const _0x1e8c74={};_0x1e8c74[_0x5ae7c6(0x16a)]=!![];const _0x296215=_0x1e8c74;_0x5889c4[_0x5ae7c6(0x150)](_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0xf6)],null)&&(_0x296215[_0x5ae7c6(0xf6)]=_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0xf6)],delete _0x296215[_0x5ae7c6(0xf6)][_0x5889c4[_0x5ae7c6(0x15b)]],delete _0x296215[_0x5ae7c6(0xf6)][_0x5889c4[_0x5ae7c6(0x145)]],delete _0x296215['accessibilityOptions'][_0x5889c4['TsBOR']]);const _0x1da61e={};_0x1da61e[_0x5ae7c6(0xe4)]=_0x296215,_0x478dd2[0x0][_0x5ae7c6(0x15f)]['capability']=_0x1da61e;}logger[_0x5ae7c6(0x1a0)](_0x5889c4['GIkuz']),logger[_0x5ae7c6(0x1a0)](_0x5889c4[_0x5ae7c6(0x170)]),_0x5889c4[_0x5ae7c6(0x1a1)](parallelTestRun,_0x478dd2,_0x565607,_0x53b1aa)[_0x5ae7c6(0x194)](_0x3062bf=>{const _0x24cbe4=_0x5ae7c6;PerformanceTester[_0x24cbe4(0x10c)](PerformanceEvents['SDK_CLEANUP']),_0x5889c4[_0x24cbe4(0x1a1)](printStats,_0x3062bf,_0x5bf238[_0x24cbe4(0xbd)],_0x5bf238[_0x24cbe4(0x15c)]||_0x5bf238[_0x5889c4[_0x24cbe4(0x10f)]]);})['finally'](()=>{const _0xdb98b0=_0x5ae7c6;PerformanceTester[_0xdb98b0(0x10c)](PerformanceEvents[_0xdb98b0(0xb4)]);try{const {browserstackFolderPath:_0x43ef9d,tcgConfigPath:_0x290b6e}=helper['getTCGConfigFilePaths']();fs[_0xdb98b0(0x173)](_0x290b6e),fs[_0xdb98b0(0x18a)](_0x43ef9d);}catch(_0x3c5f89){logger[_0xdb98b0(0x163)](_0x5889c4[_0xdb98b0(0x182)],_0x3c5f89);}try{utilities['fireFunnelTestEvent'](_0x5889c4[_0xdb98b0(0xcf)],{},_0x53b1aa[_0xdb98b0(0x178)],_0x53b1aa[_0xdb98b0(0x139)]);}catch(_0x444499){logger[_0xdb98b0(0x163)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x444499[_0xdb98b0(0xfb)]);}try{helper[_0xdb98b0(0x13d)]();}catch(_0x3046a1){logger[_0xdb98b0(0x163)](_0xdb98b0(0x176)+_0x3046a1);}testOpsHelper['printBuildLink']();});}else{const _0x317a0b=helper[_0x5ae7c6(0x149)](_0x53b1aa['config']);let _0x4cad5=helper[_0x5ae7c6(0xbb)](_0x53b1aa['config']);_0x4f9162=helper[_0x5ae7c6(0x15d)](_0x53b1aa[_0x5ae7c6(0x178)],_0x317a0b,constants[_0x5ae7c6(0x10a)][_0x5ae7c6(0x16e)]);helper[_0x5ae7c6(0x123)]()[_0x5ae7c6(0xe9)]&&(_0x4cad5=centralScannerConstants['BROWSERSTACK_GRR_US_HUB_URL']);let _0x52eee6;const _0x36047e=_0x53b1aa[_0x5ae7c6(0x178)][_0x5ae7c6(0x198)]||helper[_0x5ae7c6(0xc2)](_0x5bf238,_0xb01e0,_0x53b1aa[_0x5ae7c6(0x178)],constants[_0x5ae7c6(0x10a)][_0x5ae7c6(0x16e)])||0x1;helper['validPlatformsPresent'](_0x53b1aa[_0x5ae7c6(0x178)])?_0x52eee6=_0x5889c4[_0x5ae7c6(0xe7)](_0x53b1aa['config'][_0x5ae7c6(0xc6)][_0x5ae7c6(0x135)],_0x36047e):_0x52eee6=_0x36047e;const _0x3f7bc3=_0x5889c4[_0x5ae7c6(0x197)](getPercyOptions,_0x53b1aa[_0x5ae7c6(0x178)]);if(_0x5889c4[_0x5ae7c6(0xd4)](_0x53b1aa[_0x5ae7c6(0x178)]['parallelsPerPlatform'],0x1))_0x55e005[_0x5ae7c6(0xda)](_0xe274ab=>{const _0x20e6f8=_0x5ae7c6,_0x2bd48c=[];_0x4f9162[_0x20e6f8(0xda)]((_0x148e2c,_0x5f5188)=>{const _0x3d23c2=_0x20e6f8,_0x212027={};_0x212027['spec']=[_0xe274ab],_0x2bd48c[_0x3d23c2(0x17f)]({'mochaOpts':Object[_0x3d23c2(0xd2)]({},_0xa4af89,_0x212027),'configuration':{'server':_0x4cad5,'capability':_0x148e2c,'proxySettings':_0x53b1aa['config'][_0x3d23c2(0x121)],'platform':helper[_0x3d23c2(0x138)](_0x148e2c),'browserStackLogLevel':_0x53b1aa['config'][_0x3d23c2(0x19a)],'platformIndex':_0x5f5188,'browserStackPercyOptions':_0x3f7bc3,'platformCaps':Object[_0x3d23c2(0xd2)]({'index':_0x5f5188},_0x53b1aa[_0x3d23c2(0x178)][_0x3d23c2(0xc6)][_0x5f5188])}});}),_0x478dd2['push'](..._0x2bd48c);});else{const _0x1c2a66=[];_0x4f9162[_0x5ae7c6(0xda)]((_0x44ad64,_0x5686da)=>{const _0x188aec=_0x5ae7c6;let _0x193d7e=Object[_0x188aec(0xd2)]({},_0xa4af89);testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x188aec(0xd6)]()&&(_0x193d7e={..._0x193d7e,'spec':[..._0x55e005]}),_0x1c2a66[_0x188aec(0x17f)]({'mochaOpts':_0x193d7e,'configuration':{'server':_0x4cad5,'capability':_0x44ad64,'proxySettings':_0x53b1aa[_0x188aec(0x178)]['proxySettings'],'platform':helper[_0x188aec(0x138)](_0x44ad64),'browserStackLogLevel':_0x53b1aa[_0x188aec(0x178)][_0x188aec(0x19a)],'platformIndex':_0x5686da,'browserStackPercyOptions':_0x3f7bc3,'platformCaps':Object[_0x188aec(0xd2)]({'index':_0x5686da},_0x53b1aa['config']['platforms'][_0x5686da])}});}),_0x478dd2[_0x5ae7c6(0x17f)](..._0x1c2a66);}logger[_0x5ae7c6(0x1a0)](_0x5ae7c6(0x113)+_0x53b1aa[_0x5ae7c6(0x178)]['platforms'][_0x5ae7c6(0x135)]+'\x20platforms'),logger[_0x5ae7c6(0x1a0)](_0x5889c4[_0x5ae7c6(0x170)]);let _0x2e2dd9;_0x5889c4[_0x5ae7c6(0xe3)](parallelTestRun,_0x478dd2,_0x52eee6,_0x53b1aa)[_0x5ae7c6(0x194)](_0x280a13=>{const _0x597569=_0x5ae7c6;PerformanceTester[_0x597569(0x10c)](PerformanceEvents['SDK_CLEANUP']),_0x2e2dd9=_0x280a13,_0x5889c4[_0x597569(0x1a1)](printStats,_0x280a13,_0x5bf238[_0x597569(0xbd)],_0x5bf238[_0x597569(0x15c)]||_0x5bf238[_0x5889c4[_0x597569(0x10f)]]);})[_0x5ae7c6(0x1a9)](async()=>{const _0x3cbe61=_0x5ae7c6;PerformanceTester[_0x3cbe61(0x10c)](PerformanceEvents[_0x3cbe61(0xb4)]),_0x53b1aa[_0x3cbe61(0x189)]=helper[_0x3cbe61(0xc3)](_0x2e2dd9,_0x5889c4[_0x3cbe61(0xec)]),await utilities[_0x3cbe61(0x144)](_0x53b1aa),testOpsHelper['printBuildLink']();});}}module[a32_0x25edbf(0xf7)]=run;
2
+ 'use strict';const a32_0x87a207=a32_0x470c;(function(_0x423f07,_0x171122){const _0x4563e1=a32_0x470c,_0x532b8c=_0x423f07();while(!![]){try{const _0xbb7a3d=-parseInt(_0x4563e1(0x20f))/0x1+parseInt(_0x4563e1(0x196))/0x2+parseInt(_0x4563e1(0x182))/0x3*(-parseInt(_0x4563e1(0x14d))/0x4)+parseInt(_0x4563e1(0x1ae))/0x5+parseInt(_0x4563e1(0x1c2))/0x6+-parseInt(_0x4563e1(0x1d0))/0x7*(parseInt(_0x4563e1(0x178))/0x8)+parseInt(_0x4563e1(0x1c3))/0x9;if(_0xbb7a3d===_0x171122)break;else _0x532b8c['push'](_0x532b8c['shift']());}catch(_0x4a3b69){_0x532b8c['push'](_0x532b8c['shift']());}}}(a32_0x5187,0xc429e));function a32_0x470c(_0x57601f,_0x23d85e){const _0x5187ad=a32_0x5187();return a32_0x470c=function(_0x470c74,_0x46f8e0){_0x470c74=_0x470c74-0x149;let _0x38cbb6=_0x5187ad[_0x470c74];return _0x38cbb6;},a32_0x470c(_0x57601f,_0x23d85e);}function a32_0x5187(){const _0x2a664b=['dAdJs','useW3C','duration','hNOmA','info','files','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','LwYVo','JoMgZ','suite','../../helpers/test-observability/utils','results','idlMI','framework','SDKTestSuccessful','Xkvfu','qTQuo','passes','hBoLx','MlbgY','../utils/constants','CLyCM','zNrPs','stringify','message','1299828xtuBwb','XOtVZ','log','VWhYD','xunit','isUndefined','prepareCapabilities','oGFki','prototype','FlXQk','isBrowserstackInfra','testcase','actual','tjRKh','juyho','red','miuKG','length','SqwnL','mocha/lib/cli/collect-files.js','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','testsPending','xyBIp','MgeYp','UrAFk','ZlALU','TjEnT','Listing\x20all\x20the\x20failures','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','shouldReRunObservabilityTests','configuration','Couldn\x27t\x20write\x20json\x20result\x20to','chalk','finally','handleApp','gkogP','forEach','extension','winstonLogger','../../helpers/test-observability/constants','\x20skipped','suiteName','output','8spVoWW','retryTestsOnFailure','uxDlD','parallelsPerPlatform','BCTpu','isNotUndefined','TChcM','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','failures','NKqHK','3OCzyow','maxRetries','stats','isTestObservabilitySession','CQNEW','error','ImDLR','NpbXX','test','Running\x20your\x20mocha\x20tests','KJuxM','\x20platforms','writeFileSync','ouiLY','getCentralUser','useColors','xiPMQ','start','edJuU','MOCHA','571394EgRPGo','../test-runner','XIZfp','MGXqQ','\x20passed','spec','accessibilityOptions','isEmpty','assign','getPlatformName','skipped','EKTXP','unlinkSync','tKWkc','hckRT','pNxeg','add','ZgSPy','doc','QwUTY','ZiELV','includeEncodedExtension','tQOcR','state','3983625uUPulX','errorMessage','SuJkZ','tjWyD','join','platforms','mocha','pOwdj','env','sWDLB','speed','Total\x20Suites:\x20','GWoTn','Mocha\x20Tests','Running\x20your\x20mocha\x20tests\x20across\x20','csIZZ','hYNjW','BROWSERSTACK_RERUN_TESTS','mocha/lib/reporters/base.js','totalTests','4214472eFcUbs','6656211mqQrLo','bNDRd','debug','bold','../../helpers/percy/utils','Writing\x20xunit\x20result\x20to\x20file','setupTCGAuth','central_scanner','logLevel','error\x20removing\x20tcg\x20config\x20file','pending','capability','showDiff','2027389BCpvVY','reporter-option','ignore','parseTestOrchestrationOptions','pGdEt','yfCKC','SDYzN','generateDiff','reporterOptions','sort','GmvuK','AHPaZ','call','MafdB','title','bgBlueBright','consoleLog','recursive','reporter','\x0a\x0a\x0a','indexOf','../../helpers/helper','accessibility','EVENTS','testSuites','retries','object','then','xlOEx','HfReY','titlePath','has','Bbxvd','../../helpers/central-scanner/constants','proxySettings','push','ZmAhh','iKUdk','LwXzg','testsFailed','fmmZO','alNiv','PRyKd','testsPassed','YHWlL','PBANH','isPending','CQVNE','mjs','jXWRW','Tests:\x20\x20\x20\x20\x20\x20\x20','initialize','vXXAb','file','BROWSERSTACK_GRR_US_HUB_URL','UOtEC','CcbaL','fullTitle','DIpaa','WqWOi','testObservability','BROWSERSTACK_TEST_OBSERVABILITY_YML','json','1106343lFFiIs','parseFileNames','dNpeh','Setting\x20non\x20exit\x20code\x20for\x20failures','VtiEo','oBVaj','validPlatformsPresent','list','size','hasOwnProperty','printBuildLink','stack','finalExecution','err','passed','getErrorMessageFromResults','GDfEN','rootHooks','cliConfig','KFqij','vhJlc','getHubUrl','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','testsuite','getUserWorkerCount','xYHov','FRAMEWORKS','zUIqr','config','../../helpers/testhub/testhubHandler','fqccx','getOwnPropertyNames','failed','\x20failed','riwBq','platform'];a32_0x5187=function(){return _0x2a664b;};return a32_0x5187();}const chalk=require(a32_0x87a207(0x16d)),logger=require('../../helpers/logger')[a32_0x87a207(0x173)],helper=require(a32_0x87a207(0x1e5)),utilities=require('../../helpers/utilities'),testOpsHelper=require(a32_0x87a207(0x23d)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a32_0x87a207(0x197)),{requireModule,nestedKeyValue}=require(a32_0x87a207(0x1e5)),{getPercyOptions}=require(a32_0x87a207(0x1c7)),Base=requireModule(a32_0x87a207(0x1c0),'mocha'),collectFiles=requireModule(a32_0x87a207(0x160),'mocha'),constants=require(a32_0x87a207(0x247)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a32_0x87a207(0x1e7)],centralScannerConstants=require(a32_0x87a207(0x1f1)),{FRAMEWORKS}=require(a32_0x87a207(0x174)),TestHubHandler=require(a32_0x87a207(0x22c)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService');function tag(_0x3da50c,_0x33555a,_0x535b05,_0x12a73d){const _0x372046=a32_0x87a207,_0x2f70e1={'CQNEW':function(_0x59ffa8,_0x372887){return _0x59ffa8+_0x372887;},'TjEnT':function(_0x3f68a1,_0x130fbc){return _0x3f68a1+_0x130fbc;},'pWGCD':function(_0x5af135,_0x302e4d){return _0x5af135(_0x302e4d);},'tjWyD':function(_0x2d56f6,_0x2a5da6){return _0x2d56f6+_0x2a5da6;},'zNrPs':function(_0x402ab3,_0x283b78){return _0x402ab3+_0x283b78;}},_0x8fb1cb=_0x535b05?'/>':'>',_0x1be820=[];let _0x5151f5;for(const _0x32904c in _0x33555a){Object[_0x372046(0x155)][_0x372046(0x218)][_0x372046(0x1dc)](_0x33555a,_0x32904c)&&_0x1be820[_0x372046(0x1f3)](_0x2f70e1[_0x372046(0x186)](_0x2f70e1['TjEnT'](_0x2f70e1[_0x372046(0x167)](_0x32904c,'=\x22'),_0x2f70e1['pWGCD'](escape,_0x33555a[_0x32904c])),'\x22'));}return _0x5151f5=_0x2f70e1[_0x372046(0x167)](_0x2f70e1[_0x372046(0x186)](_0x2f70e1[_0x372046(0x186)]('<',_0x3da50c),_0x1be820['length']?_0x2f70e1[_0x372046(0x186)]('\x20',_0x1be820[_0x372046(0x1b2)]('\x20')):''),_0x8fb1cb),_0x12a73d&&(_0x5151f5+=_0x2f70e1[_0x372046(0x1b1)](_0x2f70e1[_0x372046(0x14a)](_0x2f70e1['tjWyD'](_0x12a73d,'</'),_0x3da50c),_0x8fb1cb)),_0x5151f5;}let xunitContent='';function xunitWrite(_0x45c4f2){xunitContent+=_0x45c4f2;}function xunitTest(_0x2cf3e3,_0x4de905){const _0xb86d57=a32_0x87a207,_0x1ad44f={'gkogP':function(_0x40681c,_0x4119a2){return _0x40681c/_0x4119a2;},'ZlALU':function(_0x5f0683,_0x492903){return _0x5f0683===_0x492903;},'oBVaj':'failed','pNxeg':function(_0x3e3552,_0xfc9f21){return _0x3e3552+_0xfc9f21;},'JoMgZ':function(_0x237d67,_0x553e27){return _0x237d67(_0x553e27);},'yAuut':function(_0x5a684a,_0x4b93ca,_0x1597dd,_0x2914ea,_0x51cc8f){return _0x5a684a(_0x4b93ca,_0x1597dd,_0x2914ea,_0x51cc8f);},'sWDLB':_0xb86d57(0x158),'uxDlD':function(_0x505876,_0x3aef57,_0x4c8ac9,_0x247969,_0x22d7d2){return _0x505876(_0x3aef57,_0x4c8ac9,_0x247969,_0x22d7d2);},'xlOEx':'failure','DIpaa':function(_0x47c4ba,_0x4441ae){return _0x47c4ba+_0x4441ae;},'miuKG':function(_0x3aec55,_0x19f601){return _0x3aec55(_0x19f601);},'xYHov':function(_0x16e64a,_0x10ef9b,_0x2fb187,_0x360509){return _0x16e64a(_0x10ef9b,_0x2fb187,_0x360509);},'sdIQG':_0xb86d57(0x1a0),'idlMI':function(_0x375c95,_0x53a00b){return _0x375c95(_0x53a00b);},'hBoLx':function(_0x26a2c6,_0xdd8753,_0x1a5a44,_0x45102a){return _0x26a2c6(_0xdd8753,_0x1a5a44,_0x45102a);}};Base[_0xb86d57(0x191)]=![];var _0x114b6d={'classname':_0x2cf3e3[_0xb86d57(0x209)],'name':_0x2cf3e3[_0xb86d57(0x1de)],'time':_0x1ad44f[_0xb86d57(0x170)](_0x2cf3e3[_0xb86d57(0x235)],0x3e8)||0x0,'platform':_0x4de905};if(_0x1ad44f[_0xb86d57(0x166)](_0x2cf3e3[_0xb86d57(0x1ad)],_0x1ad44f[_0xb86d57(0x214)])){var _0x44dba7=_0x2cf3e3[_0xb86d57(0x21c)],_0x5ae3ac=!Base['hideDiff']&&Base[_0xb86d57(0x1cf)](_0x44dba7)?_0x1ad44f[_0xb86d57(0x1a5)]('\x0a',Base[_0xb86d57(0x1d7)](_0x44dba7[_0xb86d57(0x159)],_0x44dba7['expected'])):'';_0x1ad44f[_0xb86d57(0x23b)](xunitWrite,_0x1ad44f['yAuut'](tag,_0x1ad44f[_0xb86d57(0x1b7)],_0x114b6d,![],_0x1ad44f[_0xb86d57(0x17a)](tag,_0x1ad44f[_0xb86d57(0x1ec)],{},![],_0x1ad44f[_0xb86d57(0x1a5)](_0x1ad44f[_0xb86d57(0x1a5)](_0x1ad44f[_0xb86d57(0x20a)](_0x1ad44f[_0xb86d57(0x23b)](escape,_0x44dba7[_0xb86d57(0x14c)]),_0x1ad44f[_0xb86d57(0x23b)](escape,_0x5ae3ac)),'\x0a'),_0x1ad44f[_0xb86d57(0x15d)](escape,_0x44dba7['stack'])))));}else _0x2cf3e3[_0xb86d57(0x1fe)]?_0x1ad44f[_0xb86d57(0x23b)](xunitWrite,_0x1ad44f[_0xb86d57(0x17a)](tag,_0x1ad44f[_0xb86d57(0x1b7)],_0x114b6d,![],_0x1ad44f[_0xb86d57(0x228)](tag,_0x1ad44f['sdIQG'],{},!![]))):_0x1ad44f[_0xb86d57(0x23f)](xunitWrite,_0x1ad44f[_0xb86d57(0x245)](tag,_0x1ad44f['sWDLB'],_0x114b6d,!![]));};function getStats(_0x1f4463){const _0x4750e0=a32_0x87a207,_0x40f894={};_0x40f894['zUIqr']=_0x4750e0(0x23c),_0x40f894['NKqHK']='passed',_0x40f894[_0x4750e0(0x204)]=_0x4750e0(0x22f),_0x40f894['LwXzg']=_0x4750e0(0x23e);const _0xa16dd3=_0x40f894,_0x278ae0=Object['keys'](_0x1f4463);let _0x4b461d=0x0,_0x3c5166=0x0,_0x141717=0x0,_0x4e681a=0x0;const _0x705a6d=new Set();_0x278ae0[_0x4750e0(0x171)](_0x38c355=>{const _0x3455f5=_0x4750e0;_0x1f4463[_0x38c355][_0xa16dd3[_0x3455f5(0x1f6)]][_0x3455f5(0x171)](_0x549f20=>{const _0x35ddd4=_0x3455f5;_0x705a6d[_0x35ddd4(0x1a6)](_0x549f20[_0xa16dd3[_0x35ddd4(0x22a)]]),_0x4b461d++;switch(_0x549f20[_0x35ddd4(0x1ad)]){case _0xa16dd3[_0x35ddd4(0x181)]:_0x141717++;break;case _0xa16dd3[_0x35ddd4(0x204)]:_0x3c5166++;break;default:_0x4e681a++;}});});const _0x5ce65a={};return _0x5ce65a['testSuites']=_0x705a6d[_0x4750e0(0x217)],_0x5ce65a[_0x4750e0(0x1b3)]=_0x278ae0,_0x5ce65a[_0x4750e0(0x1c1)]=_0x4b461d,_0x5ce65a[_0x4750e0(0x1f7)]=_0x3c5166,_0x5ce65a['testsPassed']=_0x141717,_0x5ce65a[_0x4750e0(0x162)]=_0x4e681a,_0x5ce65a;}function errorJSON(_0x420c7e){const _0x264cdf=a32_0x87a207;var _0x348a41={};return Object[_0x264cdf(0x22e)](_0x420c7e)[_0x264cdf(0x171)](function(_0x1e6083){_0x348a41[_0x1e6083]=_0x420c7e[_0x1e6083];},_0x420c7e),_0x348a41;}function cleanCycles(_0x3ef8e3){const _0x5e708d=a32_0x87a207,_0x10d8ed={};_0x10d8ed['xyBIp']=function(_0x22818a,_0x867e4e){return _0x22818a===_0x867e4e;},_0x10d8ed[_0x5e708d(0x1bd)]=_0x5e708d(0x1ea),_0x10d8ed[_0x5e708d(0x1d5)]=function(_0x562aaa,_0x866876){return _0x562aaa!==_0x866876;},_0x10d8ed[_0x5e708d(0x1ff)]=function(_0x10517b,_0x262729){return _0x10517b+_0x262729;};const _0x416541=_0x10d8ed;var _0x3b7fcd=[];return JSON['parse'](JSON[_0x5e708d(0x14b)](_0x3ef8e3,function(_0x3d2dcb,_0x369cf4){const _0x1d9ea8=_0x5e708d;if(_0x416541[_0x1d9ea8(0x163)](typeof _0x369cf4,_0x416541[_0x1d9ea8(0x1bd)])&&_0x416541[_0x1d9ea8(0x1d5)](_0x369cf4,null)){if(_0x416541[_0x1d9ea8(0x1d5)](_0x3b7fcd[_0x1d9ea8(0x1e4)](_0x369cf4),-0x1))return _0x416541[_0x1d9ea8(0x1ff)]('',_0x369cf4);_0x3b7fcd[_0x1d9ea8(0x1f3)](_0x369cf4);}return _0x369cf4;}));}function clean(_0x27b486){const _0x588772=a32_0x87a207,_0x305860={'CcZIo':function(_0x2d9f72,_0x151797){return _0x2d9f72 instanceof _0x151797;},'KFqij':function(_0x270aa9,_0x116728){return _0x270aa9(_0x116728);},'YHWlL':function(_0x99355,_0x2d7f6f){return _0x99355(_0x2d7f6f);}};var _0x4fc29a=_0x27b486['err']||{};return _0x305860['CcZIo'](_0x4fc29a,Error)&&(_0x4fc29a=_0x305860[_0x588772(0x222)](errorJSON,_0x4fc29a)),{'title':_0x27b486[_0x588772(0x1de)],'fullTitle':_0x27b486[_0x588772(0x209)],'file':_0x27b486['file'],'duration':_0x27b486[_0x588772(0x235)],'currentRetry':_0x27b486['currentRetry'],'speed':_0x27b486[_0x588772(0x1b8)],'err':_0x305860[_0x588772(0x1fc)](cleanCycles,_0x4fc29a)};}function printStats(_0x4c5a03,_0x203ccd=a32_0x87a207(0x19b),_0x3eac4c={}){const _0x296c25=a32_0x87a207,_0x16d6ab={'PBANH':function(_0x4fac53,_0x777a2){return _0x4fac53(_0x777a2);},'iKUdk':function(_0x5bedcf,_0x1d0ef6){return _0x5bedcf===_0x1d0ef6;},'BCTpu':_0x296c25(0x21d),'MgeYp':_0x296c25(0x244),'tKWkc':function(_0x5277c9,_0x369b03){return _0x5277c9===_0x369b03;},'pGdEt':'failed','fmmZO':_0x296c25(0x180),'JPDaB':_0x296c25(0x1cd),'CLyCM':'results','riwBq':function(_0x45959a,_0x2e814e){return _0x45959a===_0x2e814e;},'xEDZw':function(_0x2ffb68,_0x3b213d){return _0x2ffb68===_0x3b213d;},'ZmAhh':function(_0x5868a4,_0x5682eb){return _0x5868a4*_0x5682eb;},'Xkvfu':function(_0x45d2c6,_0x15509a,_0x312b4e){return _0x45d2c6(_0x15509a,_0x312b4e);},'GmvuK':function(_0x4f490a,_0x949707){return _0x4f490a===_0x949707;},'DkJIA':function(_0x37eaff,_0x1e70e6){return _0x37eaff>_0x1e70e6;},'MafdB':function(_0x1cbac4){return _0x1cbac4();},'eZtgm':_0x296c25(0x1a8),'AHPaZ':function(_0x2eb505,_0x15a55d){return _0x2eb505>_0x15a55d;},'MlbgY':_0x296c25(0x212),'OUrIj':'Printing\x20stats\x20of\x20tests','EteCu':function(_0x5b77a4,_0x3e4815){return _0x5b77a4+_0x3e4815;},'xiPMQ':'Total\x20Platforms:\x20','FlXQk':function(_0x24cf8a,_0x1263a0){return _0x24cf8a+_0x1263a0;},'ZgSPy':_0x296c25(0x1b9),'ZiELV':function(_0xc9143e,_0x37ddca){return _0xc9143e+_0x37ddca;},'CcbaL':function(_0x45e576,_0x3563cd){return _0x45e576+_0x3563cd;},'MGXqQ':_0x296c25(0x202),'edJuU':function(_0x236807,_0x1c676f){return _0x236807>_0x1c676f;},'tjRKh':function(_0x2ed3d1,_0x5d31c7){return _0x2ed3d1+_0x5d31c7;},'UOtEC':_0x296c25(0x1e3),'EKTXP':function(_0x4c2d1b,_0x4c5326){return _0x4c2d1b===_0x4c5326;},'LwYVo':_0x296c25(0x20e),'pOwdj':'Writing\x20json\x20result\x20to\x20file','QwUTY':_0x296c25(0x16c),'cJEKY':_0x296c25(0x225),'VWhYD':function(_0x28f62d,_0x1231c7){return _0x28f62d===_0x1231c7;},'Bbxvd':_0x296c25(0x151),'KJuxM':_0x296c25(0x1bb),'VAgIt':function(_0x3ab948,_0x4260b5){return _0x3ab948||_0x4260b5;},'jyLsb':function(_0x42e0fa,_0x507222,_0x148911,_0x26ef1e){return _0x42e0fa(_0x507222,_0x148911,_0x26ef1e);},'hYNjW':_0x296c25(0x226),'WqWOi':function(_0x3b2b0e,_0x437674){return _0x3b2b0e-_0x437674;},'qTQuo':function(_0x33eb51,_0x21c024){return _0x33eb51/_0x21c024;},'Acmme':function(_0xceeb2,_0x106ede){return _0xceeb2(_0x106ede);},'VtiEo':'</testsuite>','SuJkZ':_0x296c25(0x1c8),'VCWhx':'Couldn\x27t\x20write\x20xunit\x20result\x20to','GDfEN':_0x296c25(0x169),'aiCTD':_0x296c25(0x168),'HfReY':'****\x20FAILURES\x20****'};if(_0x16d6ab[_0x296c25(0x1da)](_0x203ccd,_0x16d6ab['eZtgm']))return;const _0x4f8e48=0x0,_0x15a94f=()=>{const _0x56bae8=_0x296c25;return _0x16d6ab[_0x56bae8(0x1fd)](Array,_0x4f8e48)[_0x56bae8(0x1b2)]('\x20\x20');},{testSuites:_0x3032ba,platforms:_0x40fddc,totalTests:_0x2cc819,testsFailed:_0x380313,testsPassed:_0x1c1328,testsPending:_0x394e5c}=_0x16d6ab['PBANH'](getStats,_0x4c5a03);_0x16d6ab[_0x296c25(0x1db)](_0x380313,0x0)&&(logger[_0x296c25(0x1c5)](_0x16d6ab[_0x296c25(0x246)]),process['exitCode']=Math['min'](_0x380313,0xff));logger[_0x296c25(0x1c5)](_0x16d6ab['OUrIj']);const _0x459e6f=''+_0x16d6ab['EteCu'](chalk['bold'](_0x16d6ab[_0x296c25(0x192)]),_0x40fddc[_0x296c25(0x15e)]),_0x49cd2a=''+_0x16d6ab[_0x296c25(0x156)](chalk['bold'](_0x16d6ab[_0x296c25(0x1a7)]),_0x3032ba),_0x4fb6a1=''+_0x16d6ab[_0x296c25(0x1aa)](_0x16d6ab[_0x296c25(0x208)](_0x16d6ab[_0x296c25(0x208)](chalk[_0x296c25(0x1c6)](_0x16d6ab[_0x296c25(0x199)]),_0x16d6ab[_0x296c25(0x194)](_0x380313,0x0)?chalk[_0x296c25(0x1c6)][_0x296c25(0x15c)](_0x380313+_0x296c25(0x230))+',\x20':''),_0x16d6ab[_0x296c25(0x1db)](_0x394e5c,0x0)?chalk[_0x296c25(0x1c6)]['yellow'](_0x394e5c+_0x296c25(0x175))+',\x20':''),_0x16d6ab['edJuU'](_0x1c1328,0x0)?chalk[_0x296c25(0x1c6)]['green'](_0x1c1328+_0x296c25(0x19a))+',\x20':'')+_0x2cc819+'\x20total';console[_0x296c25(0x14f)](_0x16d6ab['CcbaL'](_0x16d6ab[_0x296c25(0x208)](_0x16d6ab['FlXQk'](_0x16d6ab[_0x296c25(0x208)](_0x16d6ab[_0x296c25(0x15a)](_0x16d6ab[_0x296c25(0x207)],_0x459e6f),'\x0a'),_0x49cd2a),'\x0a'),_0x4fb6a1));if(_0x16d6ab[_0x296c25(0x1a1)](_0x203ccd,_0x16d6ab[_0x296c25(0x23a)])){const _0x15d755={},_0x6d6f4c={};_0x6d6f4c[_0x296c25(0x1e8)]=_0x3032ba,_0x6d6f4c[_0x296c25(0x1b3)]=_0x40fddc,_0x6d6f4c['testsFailed']=_0x380313,_0x6d6f4c[_0x296c25(0x1fb)]=_0x1c1328,_0x6d6f4c[_0x296c25(0x162)]=_0x394e5c,_0x15d755[_0x296c25(0x184)]=_0x6d6f4c,_0x40fddc[_0x296c25(0x171)](_0x323014=>{const _0x4ab4ee=_0x296c25,_0x3daa44={'TChcM':function(_0x28e247,_0x4ceca5){const _0x14d796=a32_0x470c;return _0x16d6ab[_0x14d796(0x1f5)](_0x28e247,_0x4ceca5);},'UrAFk':_0x16d6ab[_0x4ab4ee(0x17c)],'GWoTn':_0x16d6ab[_0x4ab4ee(0x164)],'bNDRd':function(_0x251829,_0x1181ee){const _0x53f950=_0x4ab4ee;return _0x16d6ab[_0x53f950(0x1fd)](_0x251829,_0x1181ee);},'XIZfp':function(_0x462567,_0x50223a){const _0x23dcbb=_0x4ab4ee;return _0x16d6ab[_0x23dcbb(0x1a3)](_0x462567,_0x50223a);},'alNiv':_0x16d6ab['pGdEt'],'ImDLR':_0x16d6ab[_0x4ab4ee(0x1f8)],'hOIks':function(_0x33ac15,_0x104ee3){const _0x247ccb=_0x4ab4ee;return _0x16d6ab[_0x247ccb(0x1fd)](_0x33ac15,_0x104ee3);},'juyho':_0x16d6ab['JPDaB'],'PRyKd':function(_0x3f2608,_0x555042){const _0x42bc42=_0x4ab4ee;return _0x16d6ab[_0x42bc42(0x1fd)](_0x3f2608,_0x555042);}};_0x15d755[_0x323014]={'pending':[],'failures':[],'passes':[],'tests':_0x4c5a03[_0x323014][_0x16d6ab[_0x4ab4ee(0x149)]]['map'](clean)},_0x4c5a03[_0x323014][_0x16d6ab[_0x4ab4ee(0x149)]][_0x4ab4ee(0x171)](_0x5398b2=>{const _0x1ba240=_0x4ab4ee;if(_0x3daa44[_0x1ba240(0x17e)](_0x5398b2[_0x1ba240(0x1ad)],_0x3daa44[_0x1ba240(0x165)]))_0x15d755[_0x323014][_0x3daa44[_0x1ba240(0x1ba)]][_0x1ba240(0x1f3)](_0x3daa44[_0x1ba240(0x1c4)](clean,_0x5398b2));else _0x3daa44[_0x1ba240(0x198)](_0x5398b2[_0x1ba240(0x1ad)],_0x3daa44[_0x1ba240(0x1f9)])?_0x15d755[_0x323014][_0x3daa44[_0x1ba240(0x188)]]['push'](_0x3daa44['hOIks'](clean,_0x5398b2)):_0x15d755[_0x323014][_0x3daa44[_0x1ba240(0x15b)]]['push'](_0x3daa44[_0x1ba240(0x1fa)](clean,_0x5398b2));});});if(_0x3eac4c['output'])try{logger['debug'](_0x16d6ab[_0x296c25(0x1b5)],_0x3eac4c['output']),fs[_0x296c25(0x18e)](_0x3eac4c[_0x296c25(0x177)],JSON[_0x296c25(0x14b)](_0x15d755,null,0x3));}catch(_0x3d2b0c){logger['error'](_0x16d6ab[_0x296c25(0x1a9)],_0x3eac4c['output']),logger[_0x296c25(0x1c5)](_0x3d2b0c);}else logger[_0x296c25(0x1c5)](_0x16d6ab['cJEKY']),console['log'](JSON[_0x296c25(0x14b)](_0x15d755,null,0x3));}else{if(_0x16d6ab[_0x296c25(0x150)](_0x203ccd,_0x16d6ab[_0x296c25(0x1f0)])){let _0x362b17;const _0x3df7ef=_0x16d6ab[_0x296c25(0x18c)];_0x3eac4c&&(_0x362b17=_0x3eac4c[_0x296c25(0x176)]);_0x362b17=_0x16d6ab['VAgIt'](_0x362b17,_0x3df7ef);let _0x32664b=0x0,_0x2a0095=0x0,_0x5c860d=0x0,_0x1e74d9=0x0;_0x40fddc[_0x296c25(0x171)](_0x1ebcdd=>{const _0x337f12=_0x296c25;_0x4c5a03[_0x1ebcdd][_0x16d6ab[_0x337f12(0x149)]][_0x337f12(0x171)](_0x12c0ae=>{const _0x4c9070=_0x337f12;if(_0x16d6ab[_0x4c9070(0x231)](_0x12c0ae['state'],_0x16d6ab['BCTpu']))_0x32664b++;else _0x16d6ab['xEDZw'](_0x12c0ae[_0x4c9070(0x1ad)],_0x16d6ab[_0x4c9070(0x1d4)])&&_0x2a0095++;_0x5c860d++,_0x1e74d9+=_0x16d6ab[_0x4c9070(0x1f4)](_0x12c0ae[_0x4c9070(0x235)],0x1);});}),_0x16d6ab[_0x296c25(0x1fd)](xunitWrite,_0x16d6ab['jyLsb'](tag,_0x16d6ab[_0x296c25(0x1be)],{'name':_0x362b17,'tests':_0x5c860d,'failures':0x0,'errors':_0x2a0095,'skipped':_0x16d6ab['WqWOi'](_0x16d6ab[_0x296c25(0x20b)](_0x5c860d,_0x2a0095),_0x32664b),'timestamp':new Date()['toUTCString'](),'time':_0x16d6ab[_0x296c25(0x243)](_0x1e74d9,0x3e8)||0x0},![])),_0x40fddc[_0x296c25(0x171)](_0xcbefaf=>{const _0x382f80=_0x296c25;_0x4c5a03[_0xcbefaf][_0x16d6ab['CLyCM']][_0x382f80(0x171)](_0x53b731=>{const _0x573d4f=_0x382f80;_0x16d6ab[_0x573d4f(0x242)](xunitTest,_0x53b731,_0xcbefaf);});}),_0x16d6ab['Acmme'](xunitWrite,_0x16d6ab[_0x296c25(0x213)]);if(_0x3eac4c[_0x296c25(0x177)])try{logger['debug'](_0x16d6ab[_0x296c25(0x1b0)],_0x3eac4c[_0x296c25(0x177)]),fs[_0x296c25(0x18e)](_0x3eac4c[_0x296c25(0x177)],xunitContent);}catch(_0x51b48a){logger[_0x296c25(0x187)](_0x16d6ab['VCWhx'],_0x3eac4c['output']),logger[_0x296c25(0x1c5)](_0x51b48a);}else logger[_0x296c25(0x1c5)](_0x16d6ab[_0x296c25(0x21f)]),console[_0x296c25(0x14f)](xunitContent);}else{if(_0x16d6ab[_0x296c25(0x1da)](_0x380313,0x0))return;console['log'](),logger['debug'](_0x16d6ab['aiCTD']),console[_0x296c25(0x14f)](chalk['bold']['bgRedBright'](_0x16d6ab[_0x296c25(0x1ed)])),_0x40fddc[_0x296c25(0x171)](_0x434616=>{const _0x475e5e=_0x296c25,_0x3aad20={'QvaaB':function(_0x4f8409,_0x36d846){const _0x299da8=a32_0x470c;return _0x16d6ab[_0x299da8(0x1da)](_0x4f8409,_0x36d846);},'MBARP':_0x16d6ab['pGdEt']},_0x267626=[];_0x4c5a03[_0x434616][_0x16d6ab[_0x475e5e(0x149)]][_0x475e5e(0x171)](_0x30d7b1=>{const _0x269cdb=_0x475e5e;_0x3aad20['QvaaB'](_0x30d7b1['state'],_0x3aad20['MBARP'])&&(_0x30d7b1[_0x269cdb(0x1ee)]=()=>_0x30d7b1['titlePathV'],_0x267626[_0x269cdb(0x1f3)](_0x30d7b1));}),_0x16d6ab['DkJIA'](_0x267626[_0x475e5e(0x15e)],0x0)&&(Base[_0x475e5e(0x1e0)](),Base['consoleLog'](_0x16d6ab[_0x475e5e(0x1dd)](_0x15a94f),chalk['bold'][_0x475e5e(0x1df)](_0x434616)),Base[_0x475e5e(0x216)](_0x267626));});}}}async function run(_0xe94c22,_0x9bca04,_0x200ba0){const _0x5cbce8=a32_0x87a207,_0x1edde4={'tQOcR':function(_0x3e08ec,_0x156078,_0x4229ec,_0x4ab5ea){return _0x3e08ec(_0x156078,_0x4229ec,_0x4ab5ea);},'hckRT':_0x5cbce8(0x1d1),'NVYdk':_0x5cbce8(0x1cc),'XOtVZ':_0x5cbce8(0x241),'TiBLv':_0x5cbce8(0x1b4),'Pubmg':function(_0x30fc2f,_0x887250){return _0x30fc2f!=_0x887250;},'oGFki':'cjs','ouiLY':_0x5cbce8(0x200),'BJAfX':_0x5cbce8(0x18a),'dNpeh':'rerunTests','vhJlc':function(_0xe79a69,_0x5dc1af){return _0xe79a69(_0x5dc1af);},'SqwnL':function(_0x2d5eeb,_0x1d242f,_0x16fb2e){return _0x2d5eeb(_0x1d242f,_0x16fb2e);},'hNOmA':_0x5cbce8(0x238),'WEOVy':'includeTagsInTestingScope','NpbXX':'excludeTagsInTestingScope','LAXHF':_0x5cbce8(0x1ab),'SDYzN':_0x5cbce8(0x18b),'jXWRW':'Now,\x20showing\x20logs\x20from\x20mocha','dAdJs':function(_0x3a6063,_0x4a6e21){return _0x3a6063*_0x4a6e21;},'UZAjZ':function(_0x517d91,_0x1cf84f){return _0x517d91!==_0x1cf84f;},'fqccx':function(_0x7d8fe1,_0x2e7de9,_0x44916a,_0x3f2d5c){return _0x7d8fe1(_0x2e7de9,_0x44916a,_0x3f2d5c);}};helper['setUserConfigPath'](_0x200ba0[_0x5cbce8(0x240)],_0xe94c22),await _0x200ba0[_0x5cbce8(0x203)](_0xe94c22);helper[_0x5cbce8(0x157)]()?await helper[_0x5cbce8(0x16f)](_0x200ba0['config']):await _0x200ba0[_0x5cbce8(0x1c9)]();const _0x6b4677=[];let _0xfcd3ff=[];if(!_0x200ba0[_0x5cbce8(0x22b)])return;!helper[_0x5cbce8(0x152)](_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x19c)])&&(process['env'][_0x5cbce8(0x239)]=JSON[_0x5cbce8(0x14b)](_0x200ba0['config'][_0x5cbce8(0x19c)]));const _0x542e0d=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x5cbce8(0x195)],_0x200ba0);_0x1edde4['Pubmg'](_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x20c)],null)&&(process[_0x5cbce8(0x1b6)][_0x5cbce8(0x20d)]=_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x20c)]);!helper[_0x5cbce8(0x152)](_0x200ba0['config'][_0x5cbce8(0x1e6)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x1e6)]);const {extension:extension=['js',_0x1edde4[_0x5cbce8(0x154)],_0x1edde4[_0x5cbce8(0x18f)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x1edde4['BJAfX']]}=_0xe94c22,_0x3359f8={..._0xe94c22};_0x3359f8[_0x5cbce8(0x220)]=null;const _0x459ff0=_0x3359f8;let _0x517022;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x5cbce8(0x16a)]()){let _0x10adf7=process[_0x5cbce8(0x1b6)][_0x5cbce8(0x1bf)];!helper[_0x5cbce8(0x152)](_0x200ba0[_0x5cbce8(0x221)])&&_0x200ba0[_0x5cbce8(0x221)][_0x5cbce8(0x1ef)](_0x1edde4[_0x5cbce8(0x211)])&&(_0x10adf7=_0x200ba0['cliConfig']['get'](_0x1edde4[_0x5cbce8(0x211)])),_0x517022=testOpsHelper[_0x5cbce8(0x210)](_0x10adf7);}if(helper[_0x5cbce8(0x152)](_0x517022)){const _0x5696e9={};_0x5696e9[_0x5cbce8(0x1d2)]=ignore,_0x5696e9[_0x5cbce8(0x172)]=extension,_0x5696e9[_0x5cbce8(0x205)]=file,_0x5696e9[_0x5cbce8(0x1e1)]=recursive,_0x5696e9[_0x5cbce8(0x1d9)]=sort,_0x5696e9[_0x5cbce8(0x19b)]=spec,_0x517022=_0x1edde4[_0x5cbce8(0x223)](collectFiles,_0x5696e9),_0x1edde4[_0x5cbce8(0x15f)](nestedKeyValue,_0x517022,[_0x1edde4[_0x5cbce8(0x236)]])&&(_0x517022=_0x517022[_0x5cbce8(0x238)]);}const _0x11225c=helper[_0x5cbce8(0x1d3)](_0x200ba0[_0x5cbce8(0x22b)]);!helper[_0x5cbce8(0x19d)](_0x11225c)&&helper[_0x5cbce8(0x17d)](_0x11225c[_0x5cbce8(0x179)])&&(_0x459ff0[_0x5cbce8(0x1e9)]=_0x11225c[_0x5cbce8(0x179)][_0x5cbce8(0x183)]);if(!helper[_0x5cbce8(0x157)]()){const _0x4544cc=0x1,_0x10a37a={..._0x459ff0};_0x10a37a[_0x5cbce8(0x19b)]=[..._0x517022],_0x6b4677[_0x5cbce8(0x1f3)]({'mochaOpts':_0x10a37a,'configuration':{'platform':os[_0x5cbce8(0x232)]()}});if(_0x200ba0['config'][_0x5cbce8(0x1e6)]){const _0x161231={};_0x161231[_0x5cbce8(0x1e6)]=!![];const _0x4a4bf5=_0x161231;_0x1edde4['Pubmg'](_0x200ba0[_0x5cbce8(0x22b)]['accessibilityOptions'],null)&&(_0x4a4bf5[_0x5cbce8(0x19c)]=_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x19c)],delete _0x4a4bf5[_0x5cbce8(0x19c)][_0x1edde4['WEOVy']],delete _0x4a4bf5['accessibilityOptions'][_0x1edde4[_0x5cbce8(0x189)]],delete _0x4a4bf5['accessibilityOptions'][_0x1edde4['LAXHF']]);const _0x562168={};_0x562168['bstack:options']=_0x4a4bf5,_0x6b4677[0x0][_0x5cbce8(0x16b)][_0x5cbce8(0x1ce)]=_0x562168;}logger['info'](_0x1edde4[_0x5cbce8(0x1d6)]),logger[_0x5cbce8(0x237)](_0x1edde4[_0x5cbce8(0x201)]),_0x1edde4['tQOcR'](parallelTestRun,_0x6b4677,_0x4544cc,_0x200ba0)[_0x5cbce8(0x1eb)](_0x126e54=>{const _0x4cfbd2=_0x5cbce8;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0x1edde4[_0x4cfbd2(0x1ac)](printStats,_0x126e54,_0xe94c22[_0x4cfbd2(0x1e2)],_0xe94c22[_0x4cfbd2(0x1d8)]||_0xe94c22[_0x1edde4[_0x4cfbd2(0x1a4)]]);})[_0x5cbce8(0x16e)](()=>{const _0xaa50ef=_0x5cbce8;PerformanceTester[_0xaa50ef(0x193)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0xced4c,tcgConfigPath:_0x2850c8}=helper['getTCGConfigFilePaths']();fs[_0xaa50ef(0x1a2)](_0x2850c8),fs['rmdirSync'](_0xced4c);}catch(_0x417a42){logger[_0xaa50ef(0x1c5)](_0x1edde4['NVYdk'],_0x417a42);}try{utilities['fireFunnelTestEvent'](_0x1edde4[_0xaa50ef(0x14e)],{},_0x200ba0[_0xaa50ef(0x22b)],_0x200ba0['framework']);}catch(_0x5c6210){logger['debug'](_0xaa50ef(0x17f)+_0x5c6210[_0xaa50ef(0x21a)]);}try{helper['notifyUpdate']();}catch(_0x5b3e35){logger[_0xaa50ef(0x1c5)](_0xaa50ef(0x161)+_0x5b3e35);}testOpsHelper[_0xaa50ef(0x219)]();});}else{const _0x566347=helper[_0x5cbce8(0x234)](_0x200ba0[_0x5cbce8(0x22b)]);let _0x4d9216=helper[_0x5cbce8(0x224)](_0x200ba0[_0x5cbce8(0x22b)]);_0xfcd3ff=helper[_0x5cbce8(0x153)](_0x200ba0[_0x5cbce8(0x22b)],_0x566347,constants[_0x5cbce8(0x229)][_0x5cbce8(0x195)]);helper[_0x5cbce8(0x190)]()[_0x5cbce8(0x1ca)]&&(_0x4d9216=centralScannerConstants[_0x5cbce8(0x206)]);let _0x41bc36;const _0x15854c=_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x17b)]||helper[_0x5cbce8(0x227)](_0xe94c22,_0x9bca04,_0x200ba0[_0x5cbce8(0x22b)],constants[_0x5cbce8(0x229)][_0x5cbce8(0x195)])||0x1;helper[_0x5cbce8(0x215)](_0x200ba0[_0x5cbce8(0x22b)])?_0x41bc36=_0x1edde4[_0x5cbce8(0x233)](_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x1b3)][_0x5cbce8(0x15e)],_0x15854c):_0x41bc36=_0x15854c;const _0x3bc345=_0x1edde4['vhJlc'](getPercyOptions,_0x200ba0['config']);if(_0x1edde4['UZAjZ'](_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x17b)],0x1))_0x517022[_0x5cbce8(0x171)](_0x579622=>{const _0x29cc6c=_0x5cbce8,_0x2fe36e=[];_0xfcd3ff[_0x29cc6c(0x171)]((_0x22b8c0,_0x4811aa)=>{const _0x195751=_0x29cc6c,_0x4fd2b0={};_0x4fd2b0[_0x195751(0x19b)]=[_0x579622],_0x2fe36e['push']({'mochaOpts':Object['assign']({},_0x459ff0,_0x4fd2b0),'configuration':{'server':_0x4d9216,'capability':_0x22b8c0,'proxySettings':_0x200ba0[_0x195751(0x22b)][_0x195751(0x1f2)],'platform':helper[_0x195751(0x19f)](_0x22b8c0),'browserStackLogLevel':_0x200ba0[_0x195751(0x22b)][_0x195751(0x1cb)],'platformIndex':_0x4811aa,'browserStackPercyOptions':_0x3bc345,'platformCaps':Object[_0x195751(0x19e)]({'index':_0x4811aa},_0x200ba0[_0x195751(0x22b)][_0x195751(0x1b3)][_0x4811aa])}});}),_0x6b4677['push'](..._0x2fe36e);});else{const _0x299c26=[];_0xfcd3ff[_0x5cbce8(0x171)]((_0x3c87e0,_0x3e8331)=>{const _0x5d816a=_0x5cbce8;let _0x43c915=Object[_0x5d816a(0x19e)]({},_0x459ff0);testOpsHelper[_0x5d816a(0x185)]()&&testOpsHelper[_0x5d816a(0x16a)]()&&(_0x43c915={..._0x43c915,'spec':[..._0x517022]}),_0x299c26[_0x5d816a(0x1f3)]({'mochaOpts':_0x43c915,'configuration':{'server':_0x4d9216,'capability':_0x3c87e0,'proxySettings':_0x200ba0[_0x5d816a(0x22b)][_0x5d816a(0x1f2)],'platform':helper[_0x5d816a(0x19f)](_0x3c87e0),'browserStackLogLevel':_0x200ba0[_0x5d816a(0x22b)][_0x5d816a(0x1cb)],'platformIndex':_0x3e8331,'browserStackPercyOptions':_0x3bc345,'platformCaps':Object[_0x5d816a(0x19e)]({'index':_0x3e8331},_0x200ba0[_0x5d816a(0x22b)]['platforms'][_0x3e8331])}});}),_0x6b4677['push'](..._0x299c26);}logger[_0x5cbce8(0x237)](_0x5cbce8(0x1bc)+_0x200ba0[_0x5cbce8(0x22b)][_0x5cbce8(0x1b3)][_0x5cbce8(0x15e)]+_0x5cbce8(0x18d)),logger[_0x5cbce8(0x237)](_0x1edde4[_0x5cbce8(0x201)]);let _0x17f805;_0x1edde4[_0x5cbce8(0x22d)](parallelTestRun,_0x6b4677,_0x41bc36,_0x200ba0)['then'](_0x45ee91=>{const _0x59084b=_0x5cbce8;PerformanceTester[_0x59084b(0x193)](PerformanceEvents['SDK_CLEANUP']),_0x17f805=_0x45ee91,_0x1edde4[_0x59084b(0x1ac)](printStats,_0x45ee91,_0xe94c22[_0x59084b(0x1e2)],_0xe94c22[_0x59084b(0x1d8)]||_0xe94c22[_0x1edde4['hckRT']]);})[_0x5cbce8(0x16e)](async()=>{const _0x493fe9=_0x5cbce8;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0x200ba0[_0x493fe9(0x1af)]=helper[_0x493fe9(0x21e)](_0x17f805,_0x1edde4['TiBLv']),await utilities[_0x493fe9(0x21b)](_0x200ba0),testOpsHelper[_0x493fe9(0x219)]();});}}module['exports']=run;