browserstack-node-sdk 1.49.11 → 1.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +2 -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_0x141eb9=a28_0x1b7a;(function(_0x3234f0,_0x3ed510){const _0x8a3c1f=a28_0x1b7a,_0x525a37=_0x3234f0();while(!![]){try{const _0x1ac15c=-parseInt(_0x8a3c1f(0x120))/0x1+parseInt(_0x8a3c1f(0x13d))/0x2*(parseInt(_0x8a3c1f(0x135))/0x3)+parseInt(_0x8a3c1f(0x148))/0x4*(parseInt(_0x8a3c1f(0x14a))/0x5)+-parseInt(_0x8a3c1f(0x128))/0x6+parseInt(_0x8a3c1f(0x13b))/0x7*(parseInt(_0x8a3c1f(0x118))/0x8)+parseInt(_0x8a3c1f(0x12c))/0x9+parseInt(_0x8a3c1f(0x10c))/0xa*(-parseInt(_0x8a3c1f(0x10f))/0xb);if(_0x1ac15c===_0x3ed510)break;else _0x525a37['push'](_0x525a37['shift']());}catch(_0x5f3b55){_0x525a37['push'](_0x525a37['shift']());}}}(a28_0x41d5,0x5d9ed));function a28_0x41d5(){const _0x4958b8=['\x20exited\x20with\x20code\x20','wPnYg','Fuudo','SIGTERM','error','2984372eNialj','pdrhK','5WtvtUb','join','\x20load\x20','./loadUtils','exports','argv','stack','SIGQUIT','slice','userName','BROWSERSTACK_ACCESS_KEY','SIGINT','checkAndUpdateCli','2988800dOQgmd','Configuration\x20path:\x20','BROWSERSTACK_USERNAME','55mJJfht','HSNWn','Error\x20Details:\x20','Loading\x20configuration\x20using\x20environment\x20variables\x20if\x20available.','getExistingCliPath','winstonLogger','Jgaxa','CLI\x20binary\x20not\x20found,\x20downloading\x20latest\x20version','stringify','95512fIwDqN','BROWSERSTACK_ACCESSKEY','tFCeQ',',\x20forwarding\x20to\x20child\x20process...','mazys','Error\x20details:\x20','DrbGK','debug','281649mpXtkV','HvLJa','Failed\x20to\x20download\x20or\x20locate\x20CLI\x20binary','message','env','exit','roAMy','getCliDir','1837524XVQuog','Spawning:\x20','fkLtT','tGSot','4116699LvftaB','accessKey','killed','BROWSERSTACK_USER','load','CBuuk','EbSDu','child_process','Waiting\x20for\x20child\x20process\x20to\x20exit...','9WypDHf','CLI\x20binary\x20found,\x20Checking\x20for\x20CLI\x20updates','JSCsT','Failed\x20initiating\x20load\x20test:\x20','readConfig','zFQhU','357KLokUn','LyffC','435586yrXWkk','Received\x20','SIGHUP','mmiNx','GuOfg','../../helpers/helper'];a28_0x41d5=function(){return _0x4958b8;};return a28_0x41d5();}function a28_0x1b7a(_0x3b2011,_0x4505e4){const _0x41d500=a28_0x41d5();return a28_0x1b7a=function(_0x1b7a30,_0x20472a){_0x1b7a30=_0x1b7a30-0x108;let _0x257f5f=_0x41d500[_0x1b7a30];return _0x257f5f;},a28_0x1b7a(_0x3b2011,_0x4505e4);}const {spawn}=require(a28_0x141eb9(0x133)),path=require('path'),helper=require(a28_0x141eb9(0x142)),CLIUtils=require('../v2/cliUtils'),{getLoadConfigPath,sleep}=require(a28_0x141eb9(0x14d)),logger=require('../../helpers/logger')[a28_0x141eb9(0x114)];async function executeLoadTest(_0x39002a){const _0x1cdd3e=a28_0x141eb9,_0x4096e1={'zFQhU':function(_0x14bc2e,_0x1763ab){return _0x14bc2e(_0x1763ab);},'JSCsT':'close','HSNWn':_0x1cdd3e(0x134),'tFCeQ':_0x1cdd3e(0x112),'mazys':function(_0x20ce76){return _0x20ce76();},'tGSot':'Authentication\x20incomplete.\x20Please\x20add\x20your\x20userName\x20and\x20accessKey\x20to\x20either\x20the\x20browserstack.yml\x20file\x20or\x20as\x20environment\x20variables,\x20then\x20try\x20running\x20the\x20command\x20again.','pdrhK':'Failed\x20to\x20determine\x20CLI\x20directory','QkXKm':function(_0x4bc50d){return _0x4bc50d();},'GuOfg':_0x1cdd3e(0x116),'HvLJa':_0x1cdd3e(0x136),'CBuuk':function(_0x3640a8){return _0x3640a8();},'fMjhr':_0x1cdd3e(0x122),'yhAOc':function(_0x1cdb0f){return _0x1cdb0f();},'fkLtT':function(_0x302107,_0x3b9d78,_0x4634e3,_0x56ab03){return _0x302107(_0x3b9d78,_0x4634e3,_0x56ab03);},'DrbGK':_0x1cdd3e(0x130),'wPnYg':'inherit','LyffC':_0x1cdd3e(0x10a),'Fuudo':_0x1cdd3e(0x146),'EbSDu':_0x1cdd3e(0x151),'Jgaxa':_0x1cdd3e(0x13f),'mmiNx':function(_0x3014ef){return _0x3014ef();}};try{const _0x47171a=process[_0x1cdd3e(0x14f)][_0x1cdd3e(0x152)](0x2),_0x8a0d31=_0x47171a['slice'](0x1);logger['debug']('Executing\x20load\x20test\x20with\x20arguments:\x20'+_0x8a0d31);let _0x35c82c={};try{logger['debug'](_0x4096e1[_0x1cdd3e(0x11a)]);const _0x12f979={};_0x12f979[_0x1cdd3e(0x108)]=process[_0x1cdd3e(0x124)][_0x1cdd3e(0x10e)]||process[_0x1cdd3e(0x124)][_0x1cdd3e(0x12f)],_0x12f979['accessKey']=process[_0x1cdd3e(0x124)][_0x1cdd3e(0x109)]||process[_0x1cdd3e(0x124)][_0x1cdd3e(0x119)],_0x35c82c=_0x12f979;if(!_0x35c82c[_0x1cdd3e(0x108)]||!_0x35c82c['accessKey']){const _0x4595f4=_0x4096e1['zFQhU'](getLoadConfigPath,_0x39002a[_0x1cdd3e(0x14f)]);logger[_0x1cdd3e(0x11f)](_0x1cdd3e(0x10d)+_0x4595f4),_0x4595f4&&(_0x35c82c=helper[_0x1cdd3e(0x139)](_0x4595f4));}}catch(_0x1b99f3){logger['error']('Error\x20loading\x20configuration:\x20'+_0x1b99f3[_0x1cdd3e(0x123)]),logger[_0x1cdd3e(0x11f)](_0x1cdd3e(0x11d)+(_0x1b99f3[_0x1cdd3e(0x150)]||JSON['stringify'](_0x1b99f3))),await _0x4096e1[_0x1cdd3e(0x11c)](sleep),process[_0x1cdd3e(0x125)](0x1);}(!_0x35c82c[_0x1cdd3e(0x108)]||!_0x35c82c[_0x1cdd3e(0x12d)])&&(logger[_0x1cdd3e(0x147)](_0x4096e1[_0x1cdd3e(0x12b)]),await _0x4096e1[_0x1cdd3e(0x11c)](sleep),process[_0x1cdd3e(0x125)](0x1));const _0x1b4be9=CLIUtils[_0x1cdd3e(0x127)]();!_0x1b4be9&&(logger[_0x1cdd3e(0x147)](_0x4096e1[_0x1cdd3e(0x149)]),await _0x4096e1['QkXKm'](sleep),process['exit'](0x1));let _0x30adec=CLIUtils[_0x1cdd3e(0x113)](_0x1b4be9);try{!_0x30adec?(logger[_0x1cdd3e(0x11f)](_0x4096e1[_0x1cdd3e(0x141)]),_0x30adec=await CLIUtils[_0x1cdd3e(0x10b)]('',_0x1b4be9,_0x35c82c)):(logger['debug'](_0x4096e1[_0x1cdd3e(0x121)]),_0x30adec=await CLIUtils[_0x1cdd3e(0x10b)](_0x30adec,_0x1b4be9,_0x35c82c));}catch(_0x1f1712){logger[_0x1cdd3e(0x147)](_0x4096e1[_0x1cdd3e(0x12b)]),logger[_0x1cdd3e(0x11f)](_0x1cdd3e(0x111)+(_0x1f1712[_0x1cdd3e(0x150)]||JSON['stringify'](_0x1f1712))),await _0x4096e1[_0x1cdd3e(0x131)](sleep),process[_0x1cdd3e(0x125)](0x1);}!_0x30adec&&(logger[_0x1cdd3e(0x147)](_0x4096e1['tGSot']),logger[_0x1cdd3e(0x11f)](_0x4096e1['fMjhr']),await _0x4096e1['yhAOc'](sleep),process[_0x1cdd3e(0x125)](0x1));logger['debug'](_0x1cdd3e(0x129)+_0x30adec+_0x1cdd3e(0x14c)+_0x8a0d31[_0x1cdd3e(0x14b)]('\x20'));const _0x2ccf9a=_0x4096e1[_0x1cdd3e(0x12a)](spawn,_0x30adec,[_0x4096e1[_0x1cdd3e(0x11e)],..._0x8a0d31],{'stdio':_0x4096e1[_0x1cdd3e(0x144)]});let _0x1c620b=![];const _0x410f61=new Promise(_0xa38ebd=>{const _0x105e4e=_0x1cdd3e;_0x2ccf9a['on'](_0x4096e1[_0x105e4e(0x137)],_0x511b10=>{const _0x4bb38a=_0x105e4e;logger[_0x4bb38a(0x11f)](_0x30adec+_0x4bb38a(0x143)+_0x511b10),_0x4096e1[_0x4bb38a(0x13a)](_0xa38ebd,_0x511b10);});});[_0x4096e1[_0x1cdd3e(0x13c)],_0x4096e1[_0x1cdd3e(0x145)],_0x4096e1[_0x1cdd3e(0x132)],_0x4096e1[_0x1cdd3e(0x115)]]['forEach'](_0x3d9f6e=>{const _0x150c60=_0x1cdd3e,_0x1ec3cd={};_0x1ec3cd[_0x150c60(0x126)]=_0x4096e1[_0x150c60(0x110)];const _0x4d67f9=_0x1ec3cd;process['on'](_0x3d9f6e,()=>{const _0x425c9d=_0x150c60;if(_0x1c620b)return;_0x1c620b=!![],logger['debug'](_0x425c9d(0x13e)+_0x3d9f6e+_0x425c9d(0x11b)),_0x2ccf9a&&!_0x2ccf9a[_0x425c9d(0x12e)]&&(_0x2ccf9a['kill'](_0x3d9f6e),logger[_0x425c9d(0x11f)](_0x4d67f9[_0x425c9d(0x126)]));});});const _0x437198=await _0x410f61;await _0x4096e1[_0x1cdd3e(0x140)](sleep),process[_0x1cdd3e(0x125)](_0x437198);}catch(_0x4c25ec){logger['error'](_0x1cdd3e(0x138)+_0x4c25ec['message']),logger[_0x1cdd3e(0x11f)](_0x1cdd3e(0x11d)+(_0x4c25ec[_0x1cdd3e(0x150)]||JSON[_0x1cdd3e(0x117)](_0x4c25ec))),await _0x4096e1[_0x1cdd3e(0x140)](sleep),process[_0x1cdd3e(0x125)](0x1);}}module[a28_0x141eb9(0x14e)]=executeLoadTest;
2
+ 'use strict';const a28_0x1c779e=a28_0x4a80;(function(_0x6c03a9,_0xcafe4f){const _0x402b00=a28_0x4a80,_0x12e3b2=_0x6c03a9();while(!![]){try{const _0x24496d=-parseInt(_0x402b00(0x1cc))/0x1+-parseInt(_0x402b00(0x1d7))/0x2+parseInt(_0x402b00(0x1ee))/0x3*(parseInt(_0x402b00(0x20b))/0x4)+parseInt(_0x402b00(0x1ce))/0x5*(parseInt(_0x402b00(0x1e5))/0x6)+-parseInt(_0x402b00(0x1df))/0x7*(parseInt(_0x402b00(0x1c4))/0x8)+-parseInt(_0x402b00(0x1ef))/0x9+parseInt(_0x402b00(0x203))/0xa*(parseInt(_0x402b00(0x1d4))/0xb);if(_0x24496d===_0xcafe4f)break;else _0x12e3b2['push'](_0x12e3b2['shift']());}catch(_0x3b770c){_0x12e3b2['push'](_0x12e3b2['shift']());}}}(a28_0xbdee,0x33979));function a28_0xbdee(){const _0x4ea423=['slice','readConfig','189929UqoPmv','VVOEr','102240UNqgcm','argv','CLI\x20binary\x20found,\x20Checking\x20for\x20CLI\x20updates','forEach','Error\x20loading\x20configuration:\x20',',\x20forwarding\x20to\x20child\x20process...','88cUjSXM','GjZYv','DfexA','351508TYfVNO','stack','SIGHUP','CLI\x20binary\x20not\x20found,\x20downloading\x20latest\x20version','mzEtV','xYQYh','load','\x20load\x20','2051BzokCQ','close','mxyNm','debug','BROWSERSTACK_USERNAME','\x20exited\x20with\x20code\x20','6RMCEnB','../v2/cliUtils','rKDkz','Error\x20details:\x20','vGPWb','Error\x20Details:\x20','Executing\x20load\x20test\x20with\x20arguments:\x20','winstonLogger','Failed\x20to\x20determine\x20CLI\x20directory','54vdpgwr','3442419fFzqlZ','xIHTo','ppBXF','accessKey','Configuration\x20path:\x20','killed','getCliDir','path','stringify','BROWSERSTACK_ACCESSKEY','message','rUOgB','env','Received\x20','anIOU','fMhOP','RrqQj','exit','error','Failed\x20to\x20download\x20or\x20locate\x20CLI\x20binary','1106900YSUyVr','checkAndUpdateCli','SIGTERM','ruaTn','Failed\x20initiating\x20load\x20test:\x20','join','inherit','BAMoS','42432JIWpPK','getExistingCliPath','userName','3752UmyVsU','../../helpers/helper','MlkMk','Waiting\x20for\x20child\x20process\x20to\x20exit...','SIGINT','BROWSERSTACK_USER'];a28_0xbdee=function(){return _0x4ea423;};return a28_0xbdee();}const {spawn}=require('child_process'),path=require(a28_0x1c779e(0x1f6)),helper=require(a28_0x1c779e(0x1c5)),CLIUtils=require(a28_0x1c779e(0x1e6)),{getLoadConfigPath,sleep}=require('./loadUtils'),logger=require('../../helpers/logger')[a28_0x1c779e(0x1ec)];async function executeLoadTest(_0x5addee){const _0x233c10=a28_0x1c779e,_0x2fe33b={'loPJM':function(_0x2c324a,_0x17f299){return _0x2c324a(_0x17f299);},'SObyf':_0x233c10(0x1e0),'xYQYh':_0x233c10(0x1c7),'MlkMk':'Loading\x20configuration\x20using\x20environment\x20variables\x20if\x20available.','RrqQj':function(_0x5f3e12,_0x30a13e){return _0x5f3e12(_0x30a13e);},'vGPWb':function(_0x2d167b){return _0x2d167b();},'ruaTn':'Authentication\x20incomplete.\x20Please\x20add\x20your\x20userName\x20and\x20accessKey\x20to\x20either\x20the\x20browserstack.yml\x20file\x20or\x20as\x20environment\x20variables,\x20then\x20try\x20running\x20the\x20command\x20again.','rKDkz':_0x233c10(0x1ed),'GjZYv':function(_0x232fd5){return _0x232fd5();},'rUOgB':_0x233c10(0x1da),'ppBXF':_0x233c10(0x1d0),'KYmxm':_0x233c10(0x202),'TXbor':function(_0x3c22d9,_0x2665ed,_0x5abb7d,_0x4ee37e){return _0x3c22d9(_0x2665ed,_0x5abb7d,_0x4ee37e);},'mxyNm':_0x233c10(0x1dd),'mzEtV':_0x233c10(0x209),'anIOU':_0x233c10(0x1c8),'VVOEr':_0x233c10(0x205),'fMhOP':'SIGQUIT','BAMoS':_0x233c10(0x1d9),'xIHTo':function(_0x336394){return _0x336394();},'zOohJ':function(_0x3ff892){return _0x3ff892();}};try{const _0xd2a6c6=process[_0x233c10(0x1cf)][_0x233c10(0x1ca)](0x2),_0x2550de=_0xd2a6c6['slice'](0x1);logger['debug'](_0x233c10(0x1eb)+_0x2550de);let _0x365c11={};try{logger[_0x233c10(0x1e2)](_0x2fe33b[_0x233c10(0x1c6)]);const _0xc5619a={};_0xc5619a['userName']=process['env'][_0x233c10(0x1e3)]||process['env'][_0x233c10(0x1c9)],_0xc5619a[_0x233c10(0x1f2)]=process[_0x233c10(0x1fb)]['BROWSERSTACK_ACCESS_KEY']||process[_0x233c10(0x1fb)][_0x233c10(0x1f8)],_0x365c11=_0xc5619a;if(!_0x365c11[_0x233c10(0x1c3)]||!_0x365c11['accessKey']){const _0x1e89c1=_0x2fe33b[_0x233c10(0x1ff)](getLoadConfigPath,_0x5addee[_0x233c10(0x1cf)]);logger[_0x233c10(0x1e2)](_0x233c10(0x1f3)+_0x1e89c1),_0x1e89c1&&(_0x365c11=helper[_0x233c10(0x1cb)](_0x1e89c1));}}catch(_0x576525){logger[_0x233c10(0x201)](_0x233c10(0x1d2)+_0x576525['message']),logger['debug']('Error\x20details:\x20'+(_0x576525[_0x233c10(0x1d8)]||JSON[_0x233c10(0x1f7)](_0x576525))),await _0x2fe33b[_0x233c10(0x1e9)](sleep),process[_0x233c10(0x200)](0x1);}(!_0x365c11[_0x233c10(0x1c3)]||!_0x365c11[_0x233c10(0x1f2)])&&(logger[_0x233c10(0x201)](_0x2fe33b[_0x233c10(0x206)]),await _0x2fe33b['vGPWb'](sleep),process[_0x233c10(0x200)](0x1));const _0x233f56=CLIUtils[_0x233c10(0x1f5)]();!_0x233f56&&(logger['error'](_0x2fe33b[_0x233c10(0x1e7)]),await _0x2fe33b[_0x233c10(0x1d5)](sleep),process[_0x233c10(0x200)](0x1));let _0xf16e81=CLIUtils[_0x233c10(0x1c2)](_0x233f56);try{!_0xf16e81?(logger[_0x233c10(0x1e2)](_0x2fe33b[_0x233c10(0x1fa)]),_0xf16e81=await CLIUtils[_0x233c10(0x204)]('',_0x233f56,_0x365c11)):(logger['debug'](_0x2fe33b[_0x233c10(0x1f1)]),_0xf16e81=await CLIUtils[_0x233c10(0x204)](_0xf16e81,_0x233f56,_0x365c11));}catch(_0x581b0c){logger[_0x233c10(0x201)](_0x2fe33b[_0x233c10(0x206)]),logger[_0x233c10(0x1e2)](_0x233c10(0x1ea)+(_0x581b0c[_0x233c10(0x1d8)]||JSON['stringify'](_0x581b0c))),await _0x2fe33b[_0x233c10(0x1d5)](sleep),process[_0x233c10(0x200)](0x1);}!_0xf16e81&&(logger['error'](_0x2fe33b[_0x233c10(0x206)]),logger['debug'](_0x2fe33b['KYmxm']),await _0x2fe33b[_0x233c10(0x1e9)](sleep),process['exit'](0x1));logger[_0x233c10(0x1e2)]('Spawning:\x20'+_0xf16e81+_0x233c10(0x1de)+_0x2550de[_0x233c10(0x208)]('\x20'));const _0x3c516b=_0x2fe33b['TXbor'](spawn,_0xf16e81,[_0x2fe33b[_0x233c10(0x1e1)],..._0x2550de],{'stdio':_0x2fe33b[_0x233c10(0x1db)]});let _0x79323=![];const _0x19bc22=new Promise(_0x10dd06=>{_0x3c516b['on'](_0x2fe33b['SObyf'],_0x436c33=>{const _0x21f7db=a28_0x4a80;logger[_0x21f7db(0x1e2)](_0xf16e81+_0x21f7db(0x1e4)+_0x436c33),_0x2fe33b['loPJM'](_0x10dd06,_0x436c33);});});[_0x2fe33b[_0x233c10(0x1fd)],_0x2fe33b[_0x233c10(0x1cd)],_0x2fe33b[_0x233c10(0x1fe)],_0x2fe33b[_0x233c10(0x20a)]][_0x233c10(0x1d1)](_0x225430=>{const _0x2af468=_0x233c10,_0x54560a={};_0x54560a[_0x2af468(0x1d6)]=_0x2fe33b[_0x2af468(0x1dc)];const _0x344eab=_0x54560a;process['on'](_0x225430,()=>{const _0xcc7fd2=_0x2af468;if(_0x79323)return;_0x79323=!![],logger[_0xcc7fd2(0x1e2)](_0xcc7fd2(0x1fc)+_0x225430+_0xcc7fd2(0x1d3)),_0x3c516b&&!_0x3c516b[_0xcc7fd2(0x1f4)]&&(_0x3c516b['kill'](_0x225430),logger[_0xcc7fd2(0x1e2)](_0x344eab[_0xcc7fd2(0x1d6)]));});});const _0x408b6b=await _0x19bc22;await _0x2fe33b[_0x233c10(0x1f0)](sleep),process[_0x233c10(0x200)](_0x408b6b);}catch(_0x5666d2){logger[_0x233c10(0x201)](_0x233c10(0x207)+_0x5666d2[_0x233c10(0x1f9)]),logger['debug'](_0x233c10(0x1e8)+(_0x5666d2[_0x233c10(0x1d8)]||JSON[_0x233c10(0x1f7)](_0x5666d2))),await _0x2fe33b['zOohJ'](sleep),process[_0x233c10(0x200)](0x1);}}function a28_0x4a80(_0x513cea,_0x2d6784){const _0xbdee66=a28_0xbdee();return a28_0x4a80=function(_0x4a80ff,_0x5a0329){_0x4a80ff=_0x4a80ff-0x1c2;let _0x54a041=_0xbdee66[_0x4a80ff];return _0x54a041;},a28_0x4a80(_0x513cea,_0x2d6784);}module['exports']=executeLoadTest;
@@ -1 +1 @@
1
- 'use strict';const a29_0x813bad=a29_0x2ec1;(function(_0x3e02b0,_0x54d1da){const _0x589163=a29_0x2ec1,_0x15c231=_0x3e02b0();while(!![]){try{const _0x4ef109=parseInt(_0x589163(0xff))/0x1*(parseInt(_0x589163(0x11e))/0x2)+parseInt(_0x589163(0xfd))/0x3*(parseInt(_0x589163(0x109))/0x4)+parseInt(_0x589163(0x11c))/0x5*(-parseInt(_0x589163(0x114))/0x6)+parseInt(_0x589163(0x10c))/0x7+parseInt(_0x589163(0x115))/0x8+parseInt(_0x589163(0xf8))/0x9*(parseInt(_0x589163(0x110))/0xa)+-parseInt(_0x589163(0x100))/0xb;if(_0x4ef109===_0x54d1da)break;else _0x15c231['push'](_0x15c231['shift']());}catch(_0x149c95){_0x15c231['push'](_0x15c231['shift']());}}}(a29_0x8090,0xc2717));function a29_0x2ec1(_0x116ff3,_0x29e7fd){const _0x80907e=a29_0x8090();return a29_0x2ec1=function(_0x2ec1c9,_0x2fefbe){_0x2ec1c9=_0x2ec1c9-0xf0;let _0x28c38a=_0x80907e[_0x2ec1c9];return _0x28c38a;},a29_0x2ec1(_0x116ff3,_0x29e7fd);}const fs=require('fs'),path=require('path'),logger=require(a29_0x813bad(0x117))[a29_0x813bad(0x104)];function getLoadConfigPath(_0x164499){const _0x51f560=a29_0x813bad,_0x12215c={};_0x12215c[_0x51f560(0xf9)]=function(_0xe07a3e,_0x137d2e){return _0xe07a3e===_0x137d2e;},_0x12215c['ztwEX']=_0x51f560(0x101),_0x12215c[_0x51f560(0xfb)]=_0x51f560(0x111),_0x12215c[_0x51f560(0x10f)]=_0x51f560(0x118),_0x12215c[_0x51f560(0xf5)]=_0x51f560(0xf1),_0x12215c[_0x51f560(0x119)]=_0x51f560(0xf7),_0x12215c[_0x51f560(0x107)]=_0x51f560(0x11b),_0x12215c[_0x51f560(0x108)]=_0x51f560(0xfe),_0x12215c[_0x51f560(0x11d)]=_0x51f560(0x10e),_0x12215c[_0x51f560(0x106)]='browserstack.yaml',_0x12215c[_0x51f560(0x112)]='Checking\x20for\x20config\x20in\x20default\x20config\x20files...';const _0x33e275=_0x12215c;logger[_0x51f560(0xfa)]('Checking\x20for\x20config\x20file\x20with\x20arguments:\x20'+JSON[_0x51f560(0x116)](_0x164499));try{const _0x2742d2=_0x164499['_']||[],_0x3837d0=_0x33e275['DJyxq'](_0x164499['_'][0x0],_0x33e275['ztwEX'])&&_0x33e275['DJyxq'](_0x164499[_0x51f560(0x102)],_0x33e275[_0x51f560(0xfb)]);if(_0x3837d0){if(_0x164499[_0x33e275[_0x51f560(0x10f)]]||_0x164499['cf']){const _0x49b034=_0x164499[_0x33e275[_0x51f560(0x10f)]]||_0x164499['cf'],_0x51a594=path[_0x51f560(0xf0)](_0x49b034);logger[_0x51f560(0xfa)](_0x51f560(0xf6)+_0x49b034+'\x20and\x20Resolved\x20path:\x20'+_0x51a594);if(_0x51a594[_0x51f560(0xf3)](_0x33e275[_0x51f560(0xf5)])||_0x51a594[_0x51f560(0xf3)](_0x33e275[_0x51f560(0x119)]))return logger[_0x51f560(0x10d)](_0x51f560(0x10b)+_0x51a594),_0x51a594;}}const _0x527ad1=[_0x33e275['KBwGf'],_0x33e275[_0x51f560(0x108)],_0x33e275[_0x51f560(0x11d)],_0x33e275['DudnG']];logger[_0x51f560(0xfa)](_0x33e275[_0x51f560(0x112)]);for(const _0x40ded5 of _0x527ad1){const _0x34d3e1=path[_0x51f560(0x105)](process['cwd'](),_0x40ded5);logger[_0x51f560(0xfa)]('Checking\x20for:\x20'+_0x34d3e1);if(fs[_0x51f560(0x113)](_0x34d3e1))return logger['debug'](_0x51f560(0x10a)+_0x34d3e1),_0x34d3e1;}}catch(_0x4648a9){logger['error'](_0x51f560(0xf2)+_0x4648a9[_0x51f560(0x103)]);}}function a29_0x8090(){const _0x486428=['1324ZfaVbT','9710470AxaoXB','load','subcommand','message','winstonLogger','join','DudnG','KBwGf','DjphX','4076yEVHoD','Found\x20config\x20file:\x20','Using\x20specified\x20config\x20file:\x20','1929991sgCAUC','info','browserstack.yml','SDvKB','3890vOqEAu','run','BAVWW','existsSync','3560754MUKiUI','11106184YwHaDZ','stringify','../../helpers/logger','config-file','YoKxS','exports','browserstack-load.yml','5dgyxBz','UdNhp','268wwvhUM','resolve','.yml','Failed\x20to\x20load\x20browserstack\x20config:\x20','endsWith','getLoadConfigPath','CzZRO','Config\x20file\x20specified:\x20','.yaml','1467bbunTZ','DJyxq','debug','fyoBF','sleep','1083ALKSYR','browserstack-load.yaml'];a29_0x8090=function(){return _0x486428;};return a29_0x8090();}function sleep(){return new Promise(_0x1eda81=>setTimeout(_0x1eda81,0x64));}const a29_0x41475c={};a29_0x41475c[a29_0x813bad(0xf4)]=getLoadConfigPath,a29_0x41475c[a29_0x813bad(0xfc)]=sleep,module[a29_0x813bad(0x11a)]=a29_0x41475c;
1
+ 'use strict';const a29_0x48f5eb=a29_0x3063;(function(_0x20f73c,_0x29ee29){const _0x532627=a29_0x3063,_0x1b743d=_0x20f73c();while(!![]){try{const _0x137db5=-parseInt(_0x532627(0x12a))/0x1+parseInt(_0x532627(0x137))/0x2*(parseInt(_0x532627(0x13f))/0x3)+parseInt(_0x532627(0x148))/0x4+parseInt(_0x532627(0x127))/0x5*(-parseInt(_0x532627(0x129))/0x6)+-parseInt(_0x532627(0x14b))/0x7*(parseInt(_0x532627(0x142))/0x8)+parseInt(_0x532627(0x123))/0x9+-parseInt(_0x532627(0x145))/0xa;if(_0x137db5===_0x29ee29)break;else _0x1b743d['push'](_0x1b743d['shift']());}catch(_0x370a1d){_0x1b743d['push'](_0x1b743d['shift']());}}}(a29_0x4519,0x77552));function a29_0x4519(){const _0x3964e8=['256895WVgMbF','rSlzy','24QvlQUH','558263RfaIYx','KqpFZ','Using\x20specified\x20config\x20file:\x20','cwd','info','Checking\x20for:\x20','LGXRX','message','\x20and\x20Resolved\x20path:\x20','.yaml','ZASOV','config-file','iabtl','542kDtfFT','YTNmR','subcommand','Checking\x20for\x20config\x20in\x20default\x20config\x20files...','getLoadConfigPath','debug','Found\x20config\x20file:\x20','JoUmj','6243CmieVc','Fidad','browserstack-load.yml','10144PIGdBh','loIlu','browserstack-load.yaml','2731330gwUyko','resolve','winstonLogger','2989404hIdddZ','browserstack.yml','load','2828lViaaP','path','Config\x20file\x20specified:\x20','wkbpM','6540012PciWcT','stringify','Checking\x20for\x20config\x20file\x20with\x20arguments:\x20','Failed\x20to\x20load\x20browserstack\x20config:\x20'];a29_0x4519=function(){return _0x3964e8;};return a29_0x4519();}const fs=require('fs'),path=require(a29_0x48f5eb(0x120)),logger=require('../../helpers/logger')[a29_0x48f5eb(0x147)];function getLoadConfigPath(_0x448529){const _0x257fcc=a29_0x48f5eb,_0xc4e52f={};_0xc4e52f[_0x257fcc(0x134)]=function(_0x55bf56,_0x28ae69){return _0x55bf56===_0x28ae69;},_0xc4e52f['GlgFm']=_0x257fcc(0x14a),_0xc4e52f[_0x257fcc(0x130)]=function(_0x2929b9,_0x466e89){return _0x2929b9===_0x466e89;},_0xc4e52f[_0x257fcc(0x140)]='run',_0xc4e52f[_0x257fcc(0x136)]=_0x257fcc(0x135),_0xc4e52f[_0x257fcc(0x143)]='.yml',_0xc4e52f[_0x257fcc(0x122)]=_0x257fcc(0x133),_0xc4e52f[_0x257fcc(0x138)]=_0x257fcc(0x141),_0xc4e52f[_0x257fcc(0x13e)]=_0x257fcc(0x144),_0xc4e52f['rSlzy']=_0x257fcc(0x149),_0xc4e52f[_0x257fcc(0x12b)]='browserstack.yaml',_0xc4e52f['TUnVg']=_0x257fcc(0x13a);const _0x37f158=_0xc4e52f;logger['debug'](_0x257fcc(0x125)+JSON[_0x257fcc(0x124)](_0x448529));try{const _0x170b98=_0x448529['_']||[],_0x40fef0=_0x37f158[_0x257fcc(0x134)](_0x448529['_'][0x0],_0x37f158['GlgFm'])&&_0x37f158[_0x257fcc(0x130)](_0x448529[_0x257fcc(0x139)],_0x37f158['Fidad']);if(_0x40fef0){if(_0x448529[_0x37f158[_0x257fcc(0x136)]]||_0x448529['cf']){const _0x1def77=_0x448529[_0x37f158['iabtl']]||_0x448529['cf'],_0x6dbd4d=path[_0x257fcc(0x146)](_0x1def77);logger['debug'](_0x257fcc(0x121)+_0x1def77+_0x257fcc(0x132)+_0x6dbd4d);if(_0x6dbd4d['endsWith'](_0x37f158[_0x257fcc(0x143)])||_0x6dbd4d['endsWith'](_0x37f158['wkbpM']))return logger[_0x257fcc(0x12e)](_0x257fcc(0x12c)+_0x6dbd4d),_0x6dbd4d;}}const _0x226c1d=[_0x37f158[_0x257fcc(0x138)],_0x37f158[_0x257fcc(0x13e)],_0x37f158[_0x257fcc(0x128)],_0x37f158[_0x257fcc(0x12b)]];logger[_0x257fcc(0x13c)](_0x37f158['TUnVg']);for(const _0x207a42 of _0x226c1d){const _0xb3d593=path['join'](process[_0x257fcc(0x12d)](),_0x207a42);logger['debug'](_0x257fcc(0x12f)+_0xb3d593);if(fs['existsSync'](_0xb3d593))return logger[_0x257fcc(0x13c)](_0x257fcc(0x13d)+_0xb3d593),_0xb3d593;}}catch(_0x3884b0){logger['error'](_0x257fcc(0x126)+_0x3884b0[_0x257fcc(0x131)]);}}function a29_0x3063(_0x29ae06,_0x546b5b){const _0x451927=a29_0x4519();return a29_0x3063=function(_0x3063ce,_0x35f7e3){_0x3063ce=_0x3063ce-0x120;let _0x357559=_0x451927[_0x3063ce];return _0x357559;},a29_0x3063(_0x29ae06,_0x546b5b);}function sleep(){return new Promise(_0x21d4c5=>setTimeout(_0x21d4c5,0x64));}const a29_0x2b0d6e={};a29_0x2b0d6e[a29_0x48f5eb(0x13b)]=getLoadConfigPath,a29_0x2b0d6e['sleep']=sleep,module['exports']=a29_0x2b0d6e;
@@ -1 +1 @@
1
- function a30_0x30eb(_0x46b6eb,_0x170f4b){const _0x562513=a30_0x5625();return a30_0x30eb=function(_0x30eb8a,_0x335b93){_0x30eb8a=_0x30eb8a-0x145;let _0x2ba371=_0x562513[_0x30eb8a];return _0x2ba371;},a30_0x30eb(_0x46b6eb,_0x170f4b);}function a30_0x5625(){const _0x476ed4=['getBrowserVersion','742mqDfAj','keys','browser_version','browserstack.accessibilityOptions','length','1932bhQevi','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','JbaYl','setGlobal','capability','getCapabilities','HAlQO','../../../helpers/logger','parse','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','capabilities','getBrowserName','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','path','bstack:options','zziVK','3ZVpKVs','options_','fetchPlatformDetails','debug','browserVersion','3674aErsFG','4570IVHUOC','dcYrR','selenium-webdriver','browserName','199yCZCDA','TSRsy','getPlatform','uoIjX','133776XOncaa','--headless','Exception\x20in\x20setExtension\x20Error:\x20','scannerVersion','fuvBh','isUndefined','getPlatformVersion','kFGlM','Krqfp','browserstack.accessibility','ZpntP','uVDqC','tnenJ','7752NPxDao','2090rWJihP','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','env','__cloud_provider___','warn','ZzJfF','MgvPO','570364tetkMc','../../../helpers/helper','latest','rIAIP','setAccessibilityCapabilities','requireModule','accessibilityOptions','1952gRGWRa','QEEXi','toLowerCase','47879OeYUMy','bgfzN','YkTnZ','nestedKeyValue','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','36344TYRFEb','BS_A11Y_JWT','deviceName','capabilities_','args','../../../helpers/globals','authToken','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','format','ZpiHh','selenium-webdriver/chrome.js','JYxJn','get','kLHRf','rgbAU','pLGmn'];a30_0x5625=function(){return _0x476ed4;};return a30_0x5625();}const a30_0x24c815=a30_0x30eb;(function(_0x491000,_0x289158){const _0x545a31=a30_0x30eb,_0x290e56=_0x491000();while(!![]){try{const _0x35b557=parseInt(_0x545a31(0x192))/0x1*(-parseInt(_0x545a31(0x15a))/0x2)+parseInt(_0x545a31(0x188))/0x3*(-parseInt(_0x545a31(0x153))/0x4)+-parseInt(_0x545a31(0x14c))/0x5*(parseInt(_0x545a31(0x14b))/0x6)+parseInt(_0x545a31(0x173))/0x7*(parseInt(_0x545a31(0x162))/0x8)+-parseInt(_0x545a31(0x196))/0x9+parseInt(_0x545a31(0x18e))/0xa*(parseInt(_0x545a31(0x18d))/0xb)+parseInt(_0x545a31(0x178))/0xc*(parseInt(_0x545a31(0x15d))/0xd);if(_0x35b557===_0x289158)break;else _0x290e56['push'](_0x290e56['shift']());}catch(_0x2e2c64){_0x290e56['push'](_0x290e56['shift']());}}}(a30_0x5625,0x51e40));const path=require(a30_0x24c815(0x185)),os=require('os'),util=require('util'),bsSetupHelper=require(a30_0x24c815(0x154)),globals=require(a30_0x24c815(0x167)),logger=require(a30_0x24c815(0x17f))['winstonLogger'];exports[a30_0x24c815(0x157)]=_0x329102=>{const _0x423603=a30_0x24c815,_0x5ba1fc={};_0x5ba1fc[_0x423603(0x193)]=function(_0x31f8b2,_0x5be2a5){return _0x31f8b2>_0x5be2a5;},_0x5ba1fc[_0x423603(0x14a)]=function(_0x388bb6,_0x3cb87a){return _0x388bb6>_0x3cb87a;},_0x5ba1fc['zziVK']='bstack:options',_0x5ba1fc[_0x423603(0x195)]=_0x423603(0x147),_0x5ba1fc[_0x423603(0x17a)]='isAccessibilityPlatform',_0x5ba1fc['dcYrR']=_0x423603(0x176);const _0x1dfe03=_0x5ba1fc;try{const _0xd7fa9f=_0x1dfe03[_0x423603(0x193)](Object[_0x423603(0x174)](_0x329102['capability'])[_0x423603(0x177)],0x0)?_0x329102[_0x423603(0x17c)]:_0x1dfe03[_0x423603(0x14a)](Object['keys'](_0x329102['capabilities'])[_0x423603(0x177)],0x0)?_0x329102[_0x423603(0x182)][0x0]:{};if(_0xd7fa9f[_0x1dfe03['zziVK']]&&_0xd7fa9f[_0x1dfe03[_0x423603(0x187)]]['accessibility']||_0x329102[_0x423603(0x17c)][_0x1dfe03['uoIjX']]){globals[_0x423603(0x17b)](_0x1dfe03['JbaYl'],!![]);if(_0xd7fa9f[_0x1dfe03[_0x423603(0x187)]]){if(_0xd7fa9f[_0x1dfe03[_0x423603(0x187)]][_0x423603(0x159)])_0xd7fa9f[_0x1dfe03['zziVK']]['accessibilityOptions'][_0x423603(0x168)]=process[_0x423603(0x14e)][_0x423603(0x163)];else{const _0x4b507e={};_0x4b507e[_0x423603(0x168)]=process['env'][_0x423603(0x163)],_0xd7fa9f[_0x1dfe03[_0x423603(0x187)]][_0x423603(0x159)]=_0x4b507e;}_0xd7fa9f[_0x1dfe03['zziVK']][_0x423603(0x159)][_0x423603(0x199)]=JSON['parse'](process[_0x423603(0x14e)][_0x423603(0x169)])[_0x423603(0x199)];}else{if(_0x329102['capability'][_0x1dfe03[_0x423603(0x195)]]){if(_0xd7fa9f[_0x1dfe03[_0x423603(0x18f)]])_0xd7fa9f[_0x1dfe03['dcYrR']][_0x423603(0x168)]=process[_0x423603(0x14e)][_0x423603(0x163)];else{const _0xdaae92={};_0xdaae92[_0x423603(0x168)]=process[_0x423603(0x14e)][_0x423603(0x163)],_0xd7fa9f[_0x1dfe03[_0x423603(0x18f)]]=_0xdaae92;}_0xd7fa9f[_0x1dfe03[_0x423603(0x18f)]][_0x423603(0x199)]=JSON[_0x423603(0x180)](process['env'][_0x423603(0x169)])[_0x423603(0x199)];}}}}catch(_0x2e9ce1){logger['debug'](_0x423603(0x161)+_0x2e9ce1);}},exports['setExtension']=(_0x524606,_0x5a2a5b)=>{const _0x1767b8=a30_0x24c815,_0x27c295={};_0x27c295[_0x1767b8(0x148)]=_0x1767b8(0x186),_0x27c295[_0x1767b8(0x19a)]=function(_0x2c9490,_0x1649ef){return _0x2c9490!==_0x1649ef;},_0x27c295[_0x1767b8(0x146)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x27c295[_0x1767b8(0x15e)]=function(_0x46a446,_0x4f0a25){return _0x46a446!==_0x4f0a25;},_0x27c295[_0x1767b8(0x15f)]='chrome',_0x27c295[_0x1767b8(0x171)]=_0x1767b8(0x181),_0x27c295[_0x1767b8(0x170)]=function(_0xede762,_0x3fe1dd){return _0xede762===_0x3fe1dd;},_0x27c295[_0x1767b8(0x16f)]=_0x1767b8(0x155),_0x27c295[_0x1767b8(0x16d)]=function(_0x530606,_0x2a9480){return _0x530606>_0x2a9480;},_0x27c295[_0x1767b8(0x152)]=_0x1767b8(0x14d),_0x27c295[_0x1767b8(0x156)]=_0x1767b8(0x16c),_0x27c295[_0x1767b8(0x145)]=_0x1767b8(0x190),_0x27c295[_0x1767b8(0x15b)]=_0x1767b8(0x189),_0x27c295[_0x1767b8(0x16b)]=_0x1767b8(0x166),_0x27c295['FZLUW']='chromeOptions',_0x27c295['nNOog']=_0x1767b8(0x197),_0x27c295['uVDqC']=_0x1767b8(0x184);const _0x4b50ed=_0x27c295;try{const _0x14d0e2=_0x5a2a5b[_0x1767b8(0x17c)]||{},_0x4eeb80=(_0x14d0e2[_0x4b50ed[_0x1767b8(0x148)]]?_0x14d0e2[_0x4b50ed[_0x1767b8(0x148)]][_0x1767b8(0x164)]:_0x14d0e2['device'])||'';if(_0x4b50ed[_0x1767b8(0x19a)](_0x4eeb80,''))return logger['warn'](_0x4b50ed[_0x1767b8(0x146)]),![];const _0x5d3f3e=_0x14d0e2[_0x1767b8(0x191)]||_0x524606[_0x1767b8(0x165)][_0x1767b8(0x183)]();if(_0x4b50ed[_0x1767b8(0x15e)](_0x5d3f3e[_0x1767b8(0x15c)](),_0x4b50ed[_0x1767b8(0x15f)]))return logger[_0x1767b8(0x150)](_0x4b50ed[_0x1767b8(0x171)]),![];const _0x5eba07=_0x14d0e2[_0x1767b8(0x18c)]||_0x14d0e2[_0x1767b8(0x175)]||_0x524606[_0x1767b8(0x165)][_0x1767b8(0x172)]();if(!bsSetupHelper[_0x1767b8(0x19b)](_0x5eba07)&&!(_0x4b50ed['rgbAU'](_0x5eba07,_0x4b50ed[_0x1767b8(0x16f)])||_0x4b50ed[_0x1767b8(0x16d)](_0x5eba07,0x5e)))return logger[_0x1767b8(0x150)](_0x4b50ed[_0x1767b8(0x152)]),![];let _0x3a252a;try{_0x3a252a=bsSetupHelper[_0x1767b8(0x158)](_0x4b50ed[_0x1767b8(0x156)],_0x4b50ed[_0x1767b8(0x145)]);}catch(_0x460cd9){return![];}const _0x3ddcc2=new _0x3a252a['Options'](_0x524606['chromeOptions_']),_0xd39a56=bsSetupHelper[_0x1767b8(0x160)](_0x3ddcc2,[_0x4b50ed[_0x1767b8(0x15b)],_0x4b50ed[_0x1767b8(0x16b)]])||bsSetupHelper[_0x1767b8(0x160)](_0x524606[_0x1767b8(0x165)]['get'](_0x4b50ed['ZpntP']),[_0x4b50ed['FZLUW'],_0x4b50ed[_0x1767b8(0x16b)]])||bsSetupHelper[_0x1767b8(0x160)](_0x524606[_0x1767b8(0x165)][_0x1767b8(0x16e)](_0x4b50ed['FZLUW']),[_0x4b50ed[_0x1767b8(0x16b)]])||[];if(_0xd39a56['includes'](_0x4b50ed['nNOog']))return logger[_0x1767b8(0x150)](_0x4b50ed[_0x1767b8(0x149)]),![];return!![];}catch(_0x3e26b4){logger[_0x1767b8(0x18b)](_0x1767b8(0x198)+util[_0x1767b8(0x16a)](_0x3e26b4));}return![];},exports[a30_0x24c815(0x18a)]=async _0x139db1=>{const _0x5573d0=a30_0x24c815,_0x31e8d0={};_0x31e8d0[_0x5573d0(0x151)]=function(_0x3f5ca8,_0x18111d){return _0x3f5ca8===_0x18111d;},_0x31e8d0[_0x5573d0(0x17e)]='browserstack';const _0x293195=_0x31e8d0;let _0x34e817={};try{const _0x22e011=await _0x139db1[_0x5573d0(0x17d)]();_0x34e817={'os_name':_0x22e011[_0x5573d0(0x194)](),'os_version':bsSetupHelper[_0x5573d0(0x19c)](_0x293195[_0x5573d0(0x151)](global[_0x5573d0(0x14f)],_0x293195[_0x5573d0(0x17e)])),'browser_name':_0x22e011[_0x5573d0(0x183)](),'browser_version':_0x22e011[_0x5573d0(0x172)]()};}catch(_0x4dce6a){logger['debug'](_0x5573d0(0x179)+_0x4dce6a);}return _0x34e817;};
1
+ const a30_0x54d4c4=a30_0x3fc5;function a30_0x3fc5(_0xfc1757,_0x4b43b5){const _0x3b5614=a30_0x3b56();return a30_0x3fc5=function(_0x3fc54b,_0x3706ba){_0x3fc54b=_0x3fc54b-0x197;let _0x5396c5=_0x3b5614[_0x3fc54b];return _0x5396c5;},a30_0x3fc5(_0xfc1757,_0x4b43b5);}function a30_0x3b56(){const _0x4812de=['3324BFqfxr','1220792EIBlwj','952340YhMvmp','nestedKeyValue','oUTQj','10676XhGORx','device','xKcXn','browserName','parse','__cloud_provider___','capabilities_','keys','rsJJn','yRMRM','dUoyl','selenium-webdriver','2038068pMXnQX','--headless','accessibility','browserVersion','OwsnZ','ZFtqm','capabilities','whhKo','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','options_','setAccessibilityCapabilities','authToken','jXfyp','zkSmn','6mToQbn','miHhI','setExtension','chrome','path','lXkIE','eCeCQ','capability','browser_version','WFmfa','9SmVYjO','YpgTO','../../../helpers/helper','winstonLogger','1667414KyymGq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','REsOt','browserstack.accessibility','7BeovGt','1639iuctcn','env','chromeOptions_','IwIyH','Exception\x20in\x20setExtension\x20Error:\x20','Options','requireModule','chromeOptions','gGnPZ','qyZfz','BS_A11Y_JWT','debug','browserstack.accessibilityOptions','length','../../../helpers/logger','includes','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','getBrowserName','13IKYWcb','format','isAccessibilityPlatform','LAuNm','scannerVersion','10nXlZjs','cHGBb','browserstack','deviceName','1383fAlQDl','DVFcu','warn','1436uXJxTi','selenium-webdriver/chrome.js','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','bmrxo','NSulb','getBrowserVersion','setGlobal','fetchPlatformDetails','toLowerCase','get','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','accessibilityOptions'];a30_0x3b56=function(){return _0x4812de;};return a30_0x3b56();}(function(_0x5b562c,_0x5399ab){const _0x12db3c=a30_0x3fc5,_0x33f207=_0x5b562c();while(!![]){try{const _0x1e4352=-parseInt(_0x12db3c(0x1b2))/0x1*(-parseInt(_0x12db3c(0x1ea))/0x2)+-parseInt(_0x12db3c(0x1d6))/0x3*(-parseInt(_0x12db3c(0x1d9))/0x4)+parseInt(_0x12db3c(0x1e7))/0x5*(-parseInt(_0x12db3c(0x1a8))/0x6)+-parseInt(_0x12db3c(0x1ba))/0x7*(parseInt(_0x12db3c(0x1e6))/0x8)+-parseInt(_0x12db3c(0x19a))/0x9*(-parseInt(_0x12db3c(0x1d2))/0xa)+-parseInt(_0x12db3c(0x1bb))/0xb*(parseInt(_0x12db3c(0x1e5))/0xc)+-parseInt(_0x12db3c(0x1cd))/0xd*(-parseInt(_0x12db3c(0x1b6))/0xe);if(_0x1e4352===_0x5399ab)break;else _0x33f207['push'](_0x33f207['shift']());}catch(_0x118ef8){_0x33f207['push'](_0x33f207['shift']());}}}(a30_0x3b56,0x2aaa2));const path=require(a30_0x54d4c4(0x1ac)),os=require('os'),util=require('util'),bsSetupHelper=require(a30_0x54d4c4(0x1b4)),globals=require('../../../helpers/globals'),logger=require(a30_0x54d4c4(0x1c9))[a30_0x54d4c4(0x1b5)];exports[a30_0x54d4c4(0x1a4)]=_0x1e463b=>{const _0x1c7785=a30_0x54d4c4,_0x568099={};_0x568099[_0x1c7785(0x1e9)]=function(_0x41ab10,_0x4483aa){return _0x41ab10>_0x4483aa;},_0x568099[_0x1c7785(0x1ae)]='bstack:options',_0x568099[_0x1c7785(0x1a9)]=_0x1c7785(0x1b9),_0x568099[_0x1c7785(0x1b8)]=_0x1c7785(0x1cf),_0x568099[_0x1c7785(0x1a1)]=_0x1c7785(0x1c7);const _0x54f9ae=_0x568099;try{const _0x368b61=_0x54f9ae[_0x1c7785(0x1e9)](Object[_0x1c7785(0x1f1)](_0x1e463b[_0x1c7785(0x1af)])[_0x1c7785(0x1c8)],0x0)?_0x1e463b['capability']:_0x54f9ae[_0x1c7785(0x1e9)](Object[_0x1c7785(0x1f1)](_0x1e463b[_0x1c7785(0x1a0)])[_0x1c7785(0x1c8)],0x0)?_0x1e463b[_0x1c7785(0x1a0)][0x0]:{};if(_0x368b61[_0x54f9ae[_0x1c7785(0x1ae)]]&&_0x368b61[_0x54f9ae['eCeCQ']][_0x1c7785(0x19c)]||_0x1e463b[_0x1c7785(0x1af)][_0x54f9ae[_0x1c7785(0x1a9)]]){globals[_0x1c7785(0x1df)](_0x54f9ae[_0x1c7785(0x1b8)],!![]);if(_0x368b61[_0x54f9ae[_0x1c7785(0x1ae)]]){if(_0x368b61[_0x54f9ae[_0x1c7785(0x1ae)]][_0x1c7785(0x1e4)])_0x368b61[_0x54f9ae[_0x1c7785(0x1ae)]][_0x1c7785(0x1e4)][_0x1c7785(0x1a5)]=process[_0x1c7785(0x1bc)][_0x1c7785(0x1c5)];else{const _0x592a19={};_0x592a19[_0x1c7785(0x1a5)]=process[_0x1c7785(0x1bc)][_0x1c7785(0x1c5)],_0x368b61[_0x54f9ae[_0x1c7785(0x1ae)]]['accessibilityOptions']=_0x592a19;}_0x368b61[_0x54f9ae[_0x1c7785(0x1ae)]][_0x1c7785(0x1e4)][_0x1c7785(0x1d1)]=JSON[_0x1c7785(0x1ee)](process['env'][_0x1c7785(0x1a2)])[_0x1c7785(0x1d1)];}else{if(_0x1e463b['capability'][_0x54f9ae[_0x1c7785(0x1a9)]]){if(_0x368b61[_0x54f9ae[_0x1c7785(0x1a1)]])_0x368b61[_0x54f9ae[_0x1c7785(0x1a1)]]['authToken']=process['env'][_0x1c7785(0x1c5)];else{const _0x54f87c={};_0x54f87c[_0x1c7785(0x1a5)]=process[_0x1c7785(0x1bc)][_0x1c7785(0x1c5)],_0x368b61[_0x54f9ae['whhKo']]=_0x54f87c;}_0x368b61[_0x54f9ae[_0x1c7785(0x1a1)]][_0x1c7785(0x1d1)]=JSON[_0x1c7785(0x1ee)](process[_0x1c7785(0x1bc)][_0x1c7785(0x1a2)])['scannerVersion'];}}}}catch(_0x476a59){logger['debug'](_0x1c7785(0x1e3)+_0x476a59);}},exports[a30_0x54d4c4(0x1aa)]=(_0x396dc7,_0x4cd4d2)=>{const _0x402b1e=a30_0x54d4c4,_0x319d22={};_0x319d22[_0x402b1e(0x1f2)]='bstack:options',_0x319d22[_0x402b1e(0x19f)]=function(_0x592dbe,_0x583d2f){return _0x592dbe!==_0x583d2f;},_0x319d22[_0x402b1e(0x1d0)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x319d22['YpgTO']=function(_0x3d764f,_0x47b35a){return _0x3d764f!==_0x47b35a;},_0x319d22[_0x402b1e(0x198)]=_0x402b1e(0x1ab),_0x319d22[_0x402b1e(0x1ad)]=_0x402b1e(0x1db),_0x319d22[_0x402b1e(0x1be)]=function(_0x1f0059,_0x1650eb){return _0x1f0059===_0x1650eb;},_0x319d22[_0x402b1e(0x1d3)]='latest',_0x319d22[_0x402b1e(0x1c4)]=function(_0x56ffae,_0x22088a){return _0x56ffae>_0x22088a;},_0x319d22[_0x402b1e(0x1dc)]=_0x402b1e(0x1b7),_0x319d22[_0x402b1e(0x1dd)]=_0x402b1e(0x1da),_0x319d22[_0x402b1e(0x1ec)]=_0x402b1e(0x199),_0x319d22['OwsnZ']=_0x402b1e(0x1a3),_0x319d22[_0x402b1e(0x1b1)]='args',_0x319d22['yRMRM']=_0x402b1e(0x1c2),_0x319d22[_0x402b1e(0x1d7)]=_0x402b1e(0x19b),_0x319d22[_0x402b1e(0x1a6)]=_0x402b1e(0x1cb);const _0x58e7d2=_0x319d22;try{const _0xa7e38c=_0x4cd4d2[_0x402b1e(0x1af)]||{},_0x930926=(_0xa7e38c[_0x58e7d2[_0x402b1e(0x1f2)]]?_0xa7e38c[_0x58e7d2[_0x402b1e(0x1f2)]][_0x402b1e(0x1d5)]:_0xa7e38c[_0x402b1e(0x1eb)])||'';if(_0x58e7d2[_0x402b1e(0x19f)](_0x930926,''))return logger[_0x402b1e(0x1d8)](_0x58e7d2['LAuNm']),![];const _0x21ddbd=_0xa7e38c[_0x402b1e(0x1ed)]||_0x396dc7[_0x402b1e(0x1f0)][_0x402b1e(0x1cc)]();if(_0x58e7d2[_0x402b1e(0x1b3)](_0x21ddbd[_0x402b1e(0x1e1)](),_0x58e7d2[_0x402b1e(0x198)]))return logger[_0x402b1e(0x1d8)](_0x58e7d2[_0x402b1e(0x1ad)]),![];const _0x598f52=_0xa7e38c[_0x402b1e(0x19d)]||_0xa7e38c[_0x402b1e(0x1b0)]||_0x396dc7['capabilities_'][_0x402b1e(0x1de)]();if(!bsSetupHelper['isUndefined'](_0x598f52)&&!(_0x58e7d2[_0x402b1e(0x1be)](_0x598f52,_0x58e7d2['cHGBb'])||_0x58e7d2[_0x402b1e(0x1c4)](_0x598f52,0x5e)))return logger[_0x402b1e(0x1d8)](_0x58e7d2[_0x402b1e(0x1dc)]),![];let _0x5ce0e5;try{_0x5ce0e5=bsSetupHelper[_0x402b1e(0x1c1)](_0x58e7d2[_0x402b1e(0x1dd)],_0x58e7d2[_0x402b1e(0x1ec)]);}catch(_0x482f64){return![];}const _0xc94189=new _0x5ce0e5[(_0x402b1e(0x1c0))](_0x396dc7[_0x402b1e(0x1bd)]),_0xd39583=bsSetupHelper[_0x402b1e(0x1e8)](_0xc94189,[_0x58e7d2[_0x402b1e(0x19e)],_0x58e7d2[_0x402b1e(0x1b1)]])||bsSetupHelper['nestedKeyValue'](_0x396dc7[_0x402b1e(0x1f0)][_0x402b1e(0x1e2)](_0x58e7d2['rsJJn']),[_0x58e7d2[_0x402b1e(0x197)],_0x58e7d2[_0x402b1e(0x1b1)]])||bsSetupHelper[_0x402b1e(0x1e8)](_0x396dc7[_0x402b1e(0x1f0)][_0x402b1e(0x1e2)](_0x58e7d2['yRMRM']),[_0x58e7d2[_0x402b1e(0x1b1)]])||[];if(_0xd39583[_0x402b1e(0x1ca)](_0x58e7d2[_0x402b1e(0x1d7)]))return logger['warn'](_0x58e7d2['jXfyp']),![];return!![];}catch(_0x8bccdc){logger[_0x402b1e(0x1c6)](_0x402b1e(0x1bf)+util[_0x402b1e(0x1ce)](_0x8bccdc));}return![];},exports[a30_0x54d4c4(0x1e0)]=async _0x1bafb8=>{const _0x38884c=a30_0x54d4c4,_0x3cefc7={};_0x3cefc7[_0x38884c(0x1c3)]=function(_0x434726,_0x52f416){return _0x434726===_0x52f416;},_0x3cefc7[_0x38884c(0x1a7)]=_0x38884c(0x1d4);const _0x13ff16=_0x3cefc7;let _0xb87d5a={};try{const _0x224eef=await _0x1bafb8['getCapabilities']();_0xb87d5a={'os_name':_0x224eef['getPlatform'](),'os_version':bsSetupHelper['getPlatformVersion'](_0x13ff16[_0x38884c(0x1c3)](global[_0x38884c(0x1ef)],_0x13ff16['zkSmn'])),'browser_name':_0x224eef['getBrowserName'](),'browser_version':_0x224eef[_0x38884c(0x1de)]()};}catch(_0x139cce){logger[_0x38884c(0x1c6)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x139cce);}return _0xb87d5a;};
@@ -1 +1 @@
1
- 'use strict';const a31_0x27a26b=a31_0x3317;(function(_0x5e7119,_0x2f260e){const _0x19379e=a31_0x3317,_0xa1fc7c=_0x5e7119();while(!![]){try{const _0x2477e4=-parseInt(_0x19379e(0x156))/0x1*(-parseInt(_0x19379e(0x12c))/0x2)+-parseInt(_0x19379e(0xf9))/0x3+parseInt(_0x19379e(0x16d))/0x4*(parseInt(_0x19379e(0xbb))/0x5)+-parseInt(_0x19379e(0x1c2))/0x6+-parseInt(_0x19379e(0x1d8))/0x7+-parseInt(_0x19379e(0x19e))/0x8*(parseInt(_0x19379e(0x100))/0x9)+-parseInt(_0x19379e(0x133))/0xa*(-parseInt(_0x19379e(0xca))/0xb);if(_0x2477e4===_0x2f260e)break;else _0xa1fc7c['push'](_0xa1fc7c['shift']());}catch(_0x27eb09){_0xa1fc7c['push'](_0xa1fc7c['shift']());}}}(a31_0xcb4c,0xc508a));function a31_0xcb4c(){const _0x5b8b16=['docAppend','../../../helpers/test-observability/requestQueueHandler','BEFORE_EACH','hhqKG','pid','spec','slow','match','gUbwC','failed','call','mocha','pass','sBumF','originalTitle','HookRunFinished','checkmark','qXhOK','constants','light','docHtml','stdout','length','appendTestPlatform','GMIlA','Ocryr','ILZok','suite','setGlobal','join','toISOString','.git','color','AxrJd','AssertionError','registerListeners','push','16xEcGyJ','fast','apply','TestRunSkipped','getInstance','pending','File\x20path\x20could\x20not\x20be\x20found','path','doc','finished_at','itIuQ','</dd>','util','winstonLogger','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','BoMjY','LogCreated','type','results','hJeim','VYbny','bs:addLog:','hook_type','hookAnalyticsId','uuid','mWGyx','../../utils/constants','ctx','MBDns','QpwxS','__platform__','\x20\x20<dt\x20class=\x22error\x22>','aYutF','bright\x20yellow','root','started_at','7185780xCoCyC','failure_backtrace','oUXxz','hfrwn','slice','<section\x20class=\x22suite\x22>','aGzFQ','dot','UuAZh','vVybE','ecRqz','get','parent','../../../helpers/central-scanner/helpers','test_run_uuid','MhStd','../../../helpers/globals','LBMhC','nBXil','.js','AFTER_ALL','analyticsResult','8436316feZMCF','decreaseIndent','qYgcj','HwcuD','iUmIf','TestRunStarted','file','result','SphBC','setCurrentTestData','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','suites','sdqEZ','%s\x20','aMlfX','before\x20each','increaseIndent','UnhandledError','Buaci','_indents','zUzfG','javascript','current_test','iEZVn','</dl>','uploadEventData','\x20\x20<dt>','assign','Runner','retryOf','mocha/lib/utils.js','titlePath','itFOU','mKvYW','fail','mDWUg','once','EVENT','TbnSQ','fvjiB','iYMYW','after\x20each','suiteCount','5310285mXgsVu','gfjth','symbols','FtoEr','_paths','location_prefix','BEFORE_ALL','sep','EAYlp','write','\x20\x20%d)\x20%s','SvKab','test_run','\x20\x20<dd\x20class=\x22error\x22>','SZcOl','17367218gSPDVv','WIDrw','skipped','shouldProcessEventForTesthub','nEzjH','JWZBm','passed','FqVev','mJnzN','fullTitle','NovXr','bind','Llnck','../../../helpers/logger','appendTestItemLog','config','\x20%s','failure_reason_expanded','failCount','hwXNJ','escape','failureCount','AFTER_EACH','indent','lvYbI','after\x20all','LVzsi','QJFwb','ZJrsS','OeDLf','shutdown','runner','_testResults','inspect','IKynq','Uakxk','iJHSv','__indents','currentRetry','</dt>','\x20\x20<dd><pre><code>','Juyrp','LghPJ','kDWZt','bs:addPlatformDetails:','MOCHA','ZpuBs','2060331vLqIvW','bang','isPending','removeAllListeners','scopes','TmOIN','currentTest','604035usLgri','multiple','oJaHN','wWCpL','nucOe','nxLdx','cWLsF','exports','responseCode','before\x20all','../test-observability/mochaUtils','speed','cwd','split','xunit','arCFD','HookRunStarted','../../../helpers/metadata','../../../helpers/testhub/utils','findGitConfig','appendTesthubParams','setCentralScannerData','aCMDK','err','sendTestRunEvent','getTime','rSeBs','logs','bEHhv','scope','body','OfeTp','state','green','<dl>','cyHcW','qXhsR','forEach','mocha/lib/runnable.js','aNBmO','zvaKH','event_type','mdtvE','reporterOptions','10gCBUTS','current_hook','getRootParentFile','wEaAt','markedStatus','2|4|3|1|0','hook_run','10diPKAa','TEST_REPORTING_ANALYTICS','clean','NsewK','oRodV','test','IEEwC','statSync','aFHkK','<h1>','sIHjw','error','</section>','../../../helpers/test-observability/sessionHandler','_currentRetry','finalResults','Mocha','comma','NUYhn','testRunUUID','failure','FkoRc','RUNNING','xbhqs','integrations','kNtuo','mocha/lib/reporters/','gSGSh','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','../../../helpers/test-observability/constants','GtICy','http_response','IThnI','%s\x20-\x20%s','HookFinished','277996WxmhDW','reporterOption','QlhoM','mocha/lib/reporters/base.js','QhswF','testAnalyticsId','ZWFPt','GjFYu','Failed\x20to\x20load\x20reporter\x20','testStarted','rHvNk','consoleLog','_testEnv','Reporter','TestRunFinished','\x20with\x20error\x20:\x20','buHYW','lcnc','toString','duration','\x20-\x20','relative','hJguk','4NDIDUz','MqaKS','includes','dirname','YhfNQ','title','COEST','hook_run_uuid','GtSda','../../../helpers/helper','done','</h1>'];a31_0xcb4c=function(){return _0x5b8b16;};return a31_0xcb4c();}const util=require(a31_0x27a26b(0x1aa)),fs=require('fs'),path=require(a31_0x27a26b(0x1a5)),{requireModule,getCentralUser}=require('../../../helpers/helper'),Base=requireModule(a31_0x27a26b(0x159),a31_0x27a26b(0x184)),utils=requireModule(a31_0x27a26b(0xae),a31_0x27a26b(0x184)),color=Base[a31_0x27a26b(0x199)],Mocha=requireModule(a31_0x27a26b(0x184)),Runnable=requireModule(a31_0x27a26b(0x126),a31_0x27a26b(0x184)),{v4:uuidv4}=require(a31_0x27a26b(0x1b6)),bsSetupHelper=require(a31_0x27a26b(0x176)),testhubUtils=require(a31_0x27a26b(0x112)),centralScannerUtils=require(a31_0x27a26b(0x1cf)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require(a31_0x27a26b(0x150)),globals=require(a31_0x27a26b(0x1d2)),logger=require(a31_0x27a26b(0xd7))[a31_0x27a26b(0x1ab)],TestMetadata=require(a31_0x27a26b(0x111)),a31_0x42d8e7={};a31_0x42d8e7[a31_0x27a26b(0x109)]=a31_0x27a26b(0xc1),a31_0x42d8e7[a31_0x27a26b(0xe3)]=a31_0x27a26b(0x1d6),a31_0x42d8e7[a31_0x27a26b(0x1e7)]=a31_0x27a26b(0x17b),a31_0x42d8e7[a31_0x27a26b(0xb9)]=a31_0x27a26b(0xe0);const HOOK_TYPES_MAP=a31_0x42d8e7,{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_0x27a26b(0xac)][a31_0x27a26b(0x18b)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable[a31_0x27a26b(0x18b)],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a31_0x27a26b(0x10a)),{consoleHolder}=require(a31_0x27a26b(0x150)),SessionHandler=require(a31_0x27a26b(0x140)),{isTestObservabilitySession,PathHelper,debug,failureData}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a31_0x27a26b(0x17a)),constants=require(a31_0x27a26b(0x1b8)),requestQueueHandler=RequestQueueHandler[a31_0x27a26b(0x1a2)]();class MyReporter{constructor(_0x5461a3,_0x2c7fd5){const _0x489ae7=a31_0x27a26b,_0x38ed89={'OfeTp':function(_0x5cbf42,_0x3d7acc){return _0x5cbf42===_0x3d7acc;},'qYgcj':_0x489ae7(0x17e),'JWZBm':function(_0x3ad5da,_0x15d9ff){return _0x3ad5da+_0x15d9ff;},'NsewK':function(_0x2bb9a1,_0x3a6aa8){return _0x2bb9a1+_0x3a6aa8;},'hwXNJ':function(_0x188b62,_0x39cbf6,_0xa6efaf){return _0x188b62(_0x39cbf6,_0xa6efaf);},'CqbWz':_0x489ae7(0x121),'ZpuBs':_0x489ae7(0x1e5),'TbnSQ':_0x489ae7(0x18c),'FtoEr':_0x489ae7(0x154),'OuoTV':_0x489ae7(0x149),'ILZok':_0x489ae7(0x1a6),'TmOIN':function(_0x154706,_0x3625fb){return _0x154706===_0x3625fb;},'QhswF':function(_0x4ebee1){return _0x4ebee1();},'cyHcW':function(_0x13f18c){return _0x13f18c();},'OeDLf':_0x489ae7(0x110),'sIHjw':function(_0x316c49,_0xa3c579){return _0x316c49===_0xa3c579;},'MqaKS':_0x489ae7(0x188),'hJguk':_0x489ae7(0xd0),'oUXxz':_0x489ae7(0x19f),'vIvAy':function(_0x898146,_0xe42511){return _0x898146+_0xe42511;},'aGzFQ':function(_0x4068c3,_0x156108,_0x4e983e){return _0x4068c3(_0x156108,_0x4e983e);},'oyopR':_0x489ae7(0x189),'ZZltj':_0x489ae7(0x185),'WCudc':_0x489ae7(0xda),'sBumF':function(_0x11deab,_0x30a9cd){return _0x11deab+_0x30a9cd;},'oJaHN':function(_0x467daf,_0xb46d47,_0x60bdaf){return _0x467daf(_0xb46d47,_0x60bdaf);},'BpffE':'\x20(%dms)','QJFwb':_0x489ae7(0xb2),'gfjth':_0x489ae7(0xc5),'oRodV':function(_0x274ca9,_0x52c446,_0xcb1f46){return _0x274ca9(_0x52c446,_0xcb1f46);},'qXhOK':_0x489ae7(0x1bf),'IipLr':function(_0x408d89,_0x310def,_0xb3be2e){return _0x408d89(_0x310def,_0xb3be2e);},'sODdt':'COMPLETED','ZWFPt':function(_0x4c1134,_0x43ee86){return _0x4c1134===_0x43ee86;},'MhStd':'dot','VYbny':function(_0x106def,_0x1ba1f4){return _0x106def===_0x1ba1f4;},'cWLsF':_0x489ae7(0x17f),'mdtvE':function(_0x1ffc11,_0x572c03){return _0x1ffc11===_0x572c03;},'aNBmO':function(_0x40c476,_0x1b98bb){return _0x40c476===_0x1b98bb;},'EeErJ':function(_0xfc827,_0x614d25){return _0xfc827===_0x614d25;},'vVybE':_0x489ae7(0x131),'GMIlA':'pending','fvjiB':_0x489ae7(0x1a1),'ugxCO':function(_0x2a85a3,_0x27800f){return _0x2a85a3(_0x27800f);},'zUzfG':function(_0x314b43,_0x5cde40){return _0x314b43(_0x5cde40);},'VmvVV':function(_0x21eb69,_0x5729ed){return _0x21eb69===_0x5729ed;},'WIDrw':function(_0x1c6f08){return _0x1c6f08();},'YhfNQ':function(_0x12d0ad,_0x54faa8){return _0x12d0ad===_0x54faa8;},'arCFD':_0x489ae7(0x10e),'ybXQF':function(_0x255a5e,_0x32f1fb,_0x40dc87){return _0x255a5e(_0x32f1fb,_0x40dc87);},'DvFaM':_0x489ae7(0x184),'LVzsi':function(_0x282b09,_0xbb20b8){return _0x282b09(_0xbb20b8);},'UulmV':function(_0x59106f,_0x10353a){return _0x59106f===_0x10353a;},'IEEwC':function(_0x12fce8,_0x7d0f40){return _0x12fce8!==_0x7d0f40;}};this['type']=_0x2c7fd5[_0x489ae7(0x157)][_0x489ae7(0x1af)],this['testObservability']=_0x38ed89['WIDrw'](isTestObservabilitySession),Base[_0x489ae7(0x183)](this,_0x5461a3,_0x2c7fd5),this[_0x489ae7(0x1eb)]=0x0,this[_0x489ae7(0xdc)]=0x0,this[_0x489ae7(0x1b0)]=[],this[_0x489ae7(0x142)]=[],this[_0x489ae7(0xba)]=0x0,this['_buildCreated']=![],this[_0x489ae7(0xea)]=[],this[_0x489ae7(0x162)]=_0x38ed89[_0x489ae7(0xcb)](getTestEnv),this[_0x489ae7(0xbf)]=new PathHelper({'cwd':process[_0x489ae7(0x10c)]()},this[_0x489ae7(0x162)][_0x489ae7(0xc0)]),this['_upstreamConfig']=_0x2c7fd5[_0x489ae7(0x157)]['bsConfig'],this[_0x489ae7(0x19c)]();_0x38ed89[_0x489ae7(0x171)](this[_0x489ae7(0x1af)],_0x38ed89[_0x489ae7(0x193)])&&(this['docHtml']='',this[_0x489ae7(0xef)]=0x2);_0x5461a3[_0x489ae7(0xb4)](EVENT_RUN_BEGIN,async()=>{const _0x2835f6=_0x489ae7;_0x38ed89[_0x2835f6(0x11f)](this[_0x2835f6(0x1af)],_0x38ed89[_0x2835f6(0x1da)])&&Base[_0x2835f6(0x161)]();})['on'](EVENT_SUITE_BEGIN,_0x4cc105=>{const _0xf88886=_0x489ae7;if(_0x4cc105[_0xf88886(0x1c0)])return;if(_0x38ed89['OfeTp'](this[_0xf88886(0x1af)],_0x38ed89['qYgcj']))this[_0xf88886(0x1e8)](),Base[_0xf88886(0x161)](_0x38ed89[_0xf88886(0xcf)](_0x38ed89[_0xf88886(0x136)](this[_0xf88886(0xe1)](),_0x38ed89[_0xf88886(0xdd)](color,_0x38ed89['CqbWz'],_0x38ed89[_0xf88886(0xf8)])),_0x38ed89['hwXNJ'](color,_0x38ed89[_0xf88886(0xb6)],_0x38ed89[_0xf88886(0xbe)])),_0x38ed89['OuoTV'],_0x4cc105['title'],global[_0xf88886(0x1bc)]);else _0x38ed89[_0xf88886(0x11f)](this[_0xf88886(0x1af)],_0x38ed89['ILZok'])&&(this[_0xf88886(0x179)](this[_0xf88886(0xe1)]()+_0xf88886(0x1c7)),++this[_0xf88886(0xef)],this[_0xf88886(0x179)](this[_0xf88886(0xe1)]()+_0xf88886(0x13c)+utils[_0xf88886(0xde)](_0x4cc105[_0xf88886(0x172)]+_0xf88886(0x16a)+global[_0xf88886(0x1bc)])+_0xf88886(0x178)),this[_0xf88886(0x179)](this[_0xf88886(0xe1)]()+_0xf88886(0x122)));})['on'](EVENT_HOOK_BEGIN,async _0x3bb772=>{const _0x498f1d=_0x489ae7;if(_0x38ed89['TmOIN'](testhubUtils['shouldProcessEventForTesthub'](testHubConstants['EVENT']['HookStarted']),!![])){if(!_0x3bb772[_0x498f1d(0x1b5)])_0x3bb772[_0x498f1d(0x1b5)]=_0x38ed89[_0x498f1d(0x15a)](uuidv4);else _0x3bb772[_0x498f1d(0x130)]&&(_0x3bb772['hookAnalyticsId']=_0x38ed89[_0x498f1d(0x123)](uuidv4),delete _0x3bb772[_0x498f1d(0x130)]);_0x3bb772[_0x498f1d(0x1c1)]=new Date()[_0x498f1d(0x197)](),this[_0x498f1d(0x12d)]=_0x3bb772,await this[_0x498f1d(0x118)](_0x3bb772,undefined,![],_0x38ed89[_0x498f1d(0xe7)]);}})['on'](EVENT_HOOK_END,async _0x2cae5f=>{const _0x2cae43=_0x489ae7;_0x38ed89['sIHjw'](testhubUtils[_0x2cae43(0xcd)](testHubConstants[_0x2cae43(0xb5)][_0x2cae43(0x155)]),!![])&&(!_0x2cae5f[_0x2cae43(0x130)]&&(_0x2cae5f[_0x2cae43(0x130)]=!![],await this[_0x2cae43(0x118)](_0x2cae5f,undefined,![],_0x38ed89[_0x2cae43(0x16e)])));})['on'](EVENT_SUITE_END,_0x1ae1aa=>{const _0x33584b=_0x489ae7,_0x11ff94={'HYcjO':function(_0x2aede7,_0x18f78d){const _0x4c2442=a31_0x3317;return _0x38ed89[_0x4c2442(0xfe)](_0x2aede7,_0x18f78d);},'LghPJ':_0x38ed89[_0x33584b(0x16c)],'mKvYW':function(_0x558420,_0x36724c){return _0x38ed89['OfeTp'](_0x558420,_0x36724c);},'mWGyx':_0x38ed89[_0x33584b(0x1c4)],'rSeBs':function(_0x2499bd,_0x50c45e){return _0x38ed89['vIvAy'](_0x2499bd,_0x50c45e);},'aFHkK':function(_0x5828aa,_0x530d57,_0x124251){const _0xbf89a7=_0x33584b;return _0x38ed89[_0xbf89a7(0x1c8)](_0x5828aa,_0x530d57,_0x124251);},'ZJrsS':_0x38ed89['oyopR'],'BoMjY':function(_0x476e4b,_0x5d5c77){return _0x38ed89['NsewK'](_0x476e4b,_0x5d5c77);},'hJeim':_0x38ed89['ZZltj'],'EAYlp':_0x38ed89['WCudc'],'NovXr':function(_0x4db780,_0x58b0cf){const _0x26e911=_0x33584b;return _0x38ed89[_0x26e911(0x186)](_0x4db780,_0x58b0cf);},'iUmIf':function(_0x26b99f,_0x40d2f5){const _0x5d59db=_0x33584b;return _0x38ed89[_0x5d59db(0xcf)](_0x26b99f,_0x40d2f5);},'QpwxS':function(_0x267d8c,_0x4fc67b,_0x28c6fa){const _0x289e90=_0x33584b;return _0x38ed89[_0x289e90(0x102)](_0x267d8c,_0x4fc67b,_0x28c6fa);},'iEZVn':_0x38ed89['BpffE'],'FkoRc':_0x38ed89[_0x33584b(0xe5)],'LBMhC':_0x38ed89[_0x33584b(0xbc)]};if(_0x1ae1aa[_0x33584b(0x1c0)])return;if(_0x38ed89[_0x33584b(0x13d)](this[_0x33584b(0x1af)],_0x38ed89[_0x33584b(0x1da)]))Base[_0x33584b(0x161)](),Base[_0x33584b(0x161)](_0x38ed89[_0x33584b(0x186)](_0x38ed89[_0x33584b(0xcf)](this[_0x33584b(0xe1)](),_0x38ed89[_0x33584b(0x137)](color,_0x38ed89[_0x33584b(0x18a)],_0x38ed89[_0x33584b(0xf8)])),_0x38ed89['IipLr'](color,_0x38ed89[_0x33584b(0xb6)],_0x38ed89['FtoEr'])),_0x38ed89['sODdt'],_0x1ae1aa[_0x33584b(0x172)],global[_0x33584b(0x1bc)]),this['results'][_0x33584b(0x125)](_0xbaace3=>{const _0x632c5b=_0x33584b;if(_0x11ff94['HYcjO'](_0xbaace3[_0x632c5b(0x120)],_0x11ff94[_0x632c5b(0xf4)])){var _0x1355a1;_0x11ff94[_0x632c5b(0xb1)](_0xbaace3[_0x632c5b(0x10b)],_0x11ff94[_0x632c5b(0x1b7)])?(_0x1355a1=_0x11ff94[_0x632c5b(0x11a)](_0x11ff94[_0x632c5b(0x11a)](this[_0x632c5b(0xe1)](),_0x11ff94[_0x632c5b(0x13b)](color,_0x11ff94[_0x632c5b(0xe6)],_0x11ff94[_0x632c5b(0x1ad)]('\x20\x20',Base[_0x632c5b(0xbd)]['ok']))),_0x11ff94[_0x632c5b(0x13b)](color,_0x11ff94[_0x632c5b(0x1b1)],_0x11ff94[_0x632c5b(0xc3)])),Base['consoleLog'](_0x1355a1,_0xbaace3[_0x632c5b(0x172)])):(_0x1355a1=_0x11ff94[_0x632c5b(0xd4)](_0x11ff94['rSeBs'](_0x11ff94[_0x632c5b(0x1dc)](this['indent'](),_0x11ff94[_0x632c5b(0x1bb)](color,_0x11ff94[_0x632c5b(0xe6)],_0x11ff94[_0x632c5b(0x11a)]('\x20\x20',Base[_0x632c5b(0xbd)]['ok']))),_0x11ff94[_0x632c5b(0x13b)](color,_0x11ff94[_0x632c5b(0x1b1)],_0x11ff94[_0x632c5b(0xc3)])),_0x11ff94[_0x632c5b(0x13b)](color,_0xbaace3['speed'],_0x11ff94[_0x632c5b(0xa7)])),Base['consoleLog'](_0x1355a1,_0xbaace3[_0x632c5b(0x172)],_0xbaace3[_0x632c5b(0x169)]));}else Base[_0x632c5b(0x161)](_0x11ff94['iUmIf'](this[_0x632c5b(0xe1)](),_0x11ff94['aFHkK'](color,_0x11ff94[_0x632c5b(0x148)],_0x11ff94[_0x632c5b(0x1d3)])),++this[_0x632c5b(0xdc)],_0xbaace3[_0x632c5b(0x172)]);}),this[_0x33584b(0x1d9)]();else _0x38ed89[_0x33584b(0x11f)](this[_0x33584b(0x1af)],_0x38ed89[_0x33584b(0x193)])&&(this[_0x33584b(0x179)](this[_0x33584b(0xe1)]()+_0x33584b(0xa8)),--this[_0x33584b(0xef)],this[_0x33584b(0x179)](this[_0x33584b(0xe1)]()+_0x33584b(0x13f)),--this[_0x33584b(0xef)]);Array['prototype'][_0x33584b(0x19d)][_0x33584b(0x1a0)](this[_0x33584b(0x142)],this[_0x33584b(0x1b0)]),this[_0x33584b(0x1b0)]=[];})['on'](EVENT_TEST_PASS,async _0x3b32de=>{const _0x667993=_0x489ae7;this[_0x667993(0x1b0)][_0x667993(0x19d)]({'speed':_0x3b32de[_0x667993(0x10b)],'suite':_0x3b32de[_0x667993(0x1ce)][_0x667993(0x172)],'title':_0x3b32de[_0x667993(0x172)],'fullTitle':_0x3b32de[_0x667993(0xd3)](),'duration':_0x3b32de[_0x667993(0x169)],'state':_0x3b32de[_0x667993(0x120)],'err':{},'currentRetry':_0x3b32de[_0x667993(0xf0)](),'titlePathV':_0x3b32de[_0x667993(0xaf)](),'isPending':_0x3b32de[_0x667993(0xfb)]()});if(_0x38ed89['ZWFPt'](this[_0x667993(0x1af)],_0x38ed89['MhStd']))_0x38ed89[_0x667993(0x1b2)](_0x3b32de[_0x667993(0x10b)],_0x38ed89[_0x667993(0x106)])?process[_0x667993(0x18e)][_0x667993(0xc4)](Base['color'](_0x38ed89[_0x667993(0x18a)],Base[_0x667993(0xbd)][_0x667993(0x1c9)])):process['stdout']['write'](Base[_0x667993(0x199)](_0x3b32de[_0x667993(0x10b)],Base[_0x667993(0xbd)][_0x667993(0x1c9)]));else{if(_0x38ed89['VYbny'](this[_0x667993(0x1af)],_0x38ed89['ILZok'])){this[_0x667993(0x179)](this[_0x667993(0xe1)]()+_0x667993(0xaa)+utils[_0x667993(0xde)](_0x3b32de[_0x667993(0x172)])+_0x667993(0xf1)),this[_0x667993(0x179)](this['indent']()+_0x667993(0xaa)+utils[_0x667993(0xde)](_0x3b32de[_0x667993(0x1de)])+_0x667993(0xf1));var _0x3c74ac=utils[_0x667993(0xde)](utils[_0x667993(0x135)](_0x3b32de[_0x667993(0x11e)]));this[_0x667993(0x179)](this[_0x667993(0xe1)]()+_0x667993(0xf2)+_0x3c74ac+'</code></pre></dd>');}}_0x38ed89[_0x667993(0x12a)](testhubUtils['shouldProcessEventForTesthub'](),!![])&&(!_0x3b32de[_0x667993(0x130)]&&(_0x3b32de[_0x667993(0x130)]=!![],await this[_0x667993(0x118)](_0x3b32de)));})['on'](EVENT_TEST_FAIL,async(_0x2ae871,_0x3447e8)=>{const _0x1551ab=_0x489ae7;this[_0x1551ab(0x1b0)][_0x1551ab(0x19d)]({'title':_0x2ae871['title'],'suite':_0x2ae871[_0x1551ab(0x1ce)][_0x1551ab(0x172)],'state':_0x2ae871[_0x1551ab(0x120)],'err':{'message':util[_0x1551ab(0xeb)](_0x3447e8)},'fullTitle':_0x2ae871[_0x1551ab(0xd3)](),'speed':_0x2ae871[_0x1551ab(0x10b)],'currentRetry':_0x2ae871['currentRetry'](),'titlePathV':_0x2ae871['titlePath']()});if(_0x38ed89[_0x1551ab(0x127)](this[_0x1551ab(0x1af)],_0x38ed89[_0x1551ab(0x1d1)]))process[_0x1551ab(0x18e)][_0x1551ab(0xc4)](Base[_0x1551ab(0x199)](_0x38ed89[_0x1551ab(0xe5)],Base['symbols'][_0x1551ab(0xfa)]));else{if(_0x38ed89['EeErJ'](this['type'],_0x38ed89[_0x1551ab(0x193)])){const _0x5ca0ae=_0x38ed89[_0x1551ab(0x1cb)][_0x1551ab(0x10d)]('|');let _0x26eb59=0x0;while(!![]){switch(_0x5ca0ae[_0x26eb59++]){case'0':this[_0x1551ab(0x179)](this[_0x1551ab(0xe1)]()+_0x1551ab(0xc8)+utils['escape'](_0x2ae871[_0x1551ab(0x117)])+_0x1551ab(0x1a9));continue;case'1':this[_0x1551ab(0x179)](this[_0x1551ab(0xe1)]()+'\x20\x20<dd\x20class=\x22error\x22><pre><code>'+_0x5cc303+'</code></pre></dd>');continue;case'2':this[_0x1551ab(0x179)](this[_0x1551ab(0xe1)]()+_0x1551ab(0x1bd)+utils[_0x1551ab(0xde)](_0x2ae871[_0x1551ab(0x172)])+_0x1551ab(0xf1));continue;case'3':var _0x5cc303=utils[_0x1551ab(0xde)](utils[_0x1551ab(0x135)](_0x2ae871[_0x1551ab(0x11e)]));continue;case'4':this[_0x1551ab(0x179)](this[_0x1551ab(0xe1)]()+_0x1551ab(0x1bd)+utils[_0x1551ab(0xde)](_0x2ae871[_0x1551ab(0x1de)])+_0x1551ab(0xf1));continue;}break;}}}if(_0x38ed89[_0x1551ab(0x11f)](testhubUtils[_0x1551ab(0xcd)](testHubConstants[_0x1551ab(0xb5)][_0x1551ab(0x155)]),!![])){if(!_0x2ae871[_0x1551ab(0x130)]){_0x2ae871[_0x1551ab(0x130)]=!![];if(_0x2ae871['testAnalyticsId'])await this[_0x1551ab(0x118)](_0x2ae871,_0x3447e8);else _0x2ae871[_0x1551ab(0x1b5)]&&await this[_0x1551ab(0x118)](_0x2ae871,_0x3447e8,![],_0x38ed89['MqaKS']);}}})['on'](EVENT_TEST_PENDING,async _0x1d46bf=>{const _0x572de6=_0x489ae7;this[_0x572de6(0x1b0)]['push']({'title':_0x1d46bf[_0x572de6(0x172)],'suite':_0x1d46bf[_0x572de6(0x1ce)][_0x572de6(0x172)],'state':_0x1d46bf[_0x572de6(0x120)],'err':{},'fullTitle':_0x1d46bf[_0x572de6(0xd3)](),'speed':_0x1d46bf['speed'],'currentRetry':_0x1d46bf[_0x572de6(0xf0)](),'titlePathV':_0x1d46bf[_0x572de6(0xaf)]()}),_0x38ed89[_0x572de6(0x127)](this[_0x572de6(0x1af)],_0x38ed89[_0x572de6(0x1d1)])&&process[_0x572de6(0x18e)][_0x572de6(0xc4)](Base[_0x572de6(0x199)](_0x38ed89[_0x572de6(0x191)],Base[_0x572de6(0xbd)][_0x572de6(0x144)])),_0x38ed89[_0x572de6(0x13d)](testhubUtils[_0x572de6(0xcd)](),!![])&&(!_0x1d46bf[_0x572de6(0x15b)]&&(_0x1d46bf[_0x572de6(0x15b)]=_0x38ed89[_0x572de6(0x15a)](uuidv4)),!_0x1d46bf['markedStatus']&&(_0x1d46bf['markedStatus']=!![],await this['sendTestRunEvent'](_0x1d46bf,undefined,![],_0x38ed89['fvjiB'])));})['on'](EVENT_TEST_BEGIN,async _0x4ae8ab=>{const _0x142994=_0x489ae7;_0x38ed89['TmOIN'](testhubUtils[_0x142994(0xcd)](),!![])&&await this[_0x142994(0x15f)](_0x4ae8ab);})['on'](EVENT_TEST_END,async _0x462769=>{const _0x3d16cd=_0x489ae7;_0x38ed89[_0x3d16cd(0x15c)](testhubUtils[_0x3d16cd(0xcd)](),!![])&&(!_0x462769[_0x3d16cd(0x130)]&&(_0x462769['markedStatus']=!![],await this['sendTestRunEvent'](_0x462769)));})[_0x489ae7(0xb4)](EVENT_RUN_END,async()=>{const _0x516953=_0x489ae7;try{if(_0x38ed89[_0x516953(0x127)](testhubUtils[_0x516953(0xcd)](),!![])){const _0x56192d=_0x38ed89['ugxCO'](getHookSkippedTests,this[_0x516953(0xe9)][_0x516953(0x194)]);for(const _0x423e5a of _0x56192d){!_0x423e5a[_0x516953(0x15b)]&&(_0x423e5a[_0x516953(0x15b)]=_0x38ed89[_0x516953(0x123)](uuidv4)),await this[_0x516953(0x118)](_0x423e5a,undefined,![],_0x38ed89[_0x516953(0xb7)]);}}}catch(_0x32e596){_0x38ed89[_0x516953(0x1ec)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20'+_0x32e596);}await requestQueueHandler[_0x516953(0xe8)](),_0x38ed89['VmvVV'](this['type'],_0x38ed89['ILZok'])&&Base[_0x516953(0x161)](this[_0x516953(0x18d)]);});if(this[_0x489ae7(0x1af)]&&![_0x38ed89[_0x489ae7(0x193)],_0x38ed89[_0x489ae7(0x10f)],_0x38ed89[_0x489ae7(0x1da)],_0x38ed89['MhStd']]['includes'](this[_0x489ae7(0x1af)])){const _0x4f422d=this[_0x489ae7(0x1af)]['trim']();this[_0x489ae7(0x163)]=null;try{this[_0x489ae7(0x163)]=_0x38ed89['ybXQF'](requireModule,_0x489ae7(0x14d)+_0x4f422d+_0x489ae7(0x1d5),_0x38ed89['DvFaM']);}catch(_0x140913){_0x38ed89[_0x489ae7(0xe4)](debug,'Exception\x20in\x20browserstack\x20custome\x20reporter\x20with\x20error:\x20'+_0x140913);}if(_0x38ed89['UulmV'](this[_0x489ae7(0x163)],null))try{this[_0x489ae7(0x163)]=_0x38ed89['LVzsi'](require,_0x4f422d);}catch(_0x1ee923){console[_0x489ae7(0x13e)](_0x489ae7(0x15e)+_0x4f422d);}if(_0x38ed89[_0x489ae7(0x139)](this[_0x489ae7(0x163)],null)){const _0x108f90={};_0x108f90[_0x489ae7(0x12b)]=_0x2c7fd5[_0x489ae7(0x157)],this[_0x489ae7(0x163)]=new this[(_0x489ae7(0x163))](_0x5461a3,_0x108f90);}}}[a31_0x27a26b(0xe1)](){const _0x56d75f=a31_0x27a26b,_0x15003d={'gUbwC':function(_0x4d1e42,_0x166857){return _0x4d1e42(_0x166857);}};return _0x15003d[_0x56d75f(0x181)](Array,this[_0x56d75f(0x1eb)])[_0x56d75f(0x196)]('\x20\x20');}[a31_0x27a26b(0x1e8)](){const _0x17ddca=a31_0x27a26b;this[_0x17ddca(0x1eb)]++;}['decreaseIndent'](){const _0x84666b=a31_0x27a26b;this[_0x84666b(0x1eb)]--;}['docAppend'](_0x2b513f){this['docHtml']+=_0x2b513f;}[a31_0x27a26b(0x177)](_0x19a018,_0xd10c70){const _0x273eec=a31_0x27a26b,_0x26107e={'aMlfX':function(_0x2834b5,_0x44135b){return _0x2834b5(_0x44135b);}},_0x40ff61={};_0x40ff61[_0x273eec(0xdf)]=_0x19a018,_0x40ff61['results']=this[_0x273eec(0x142)],_0x26107e[_0x273eec(0x1e6)](_0xd10c70,_0x40ff61);}[a31_0x27a26b(0x19c)](){const _0xa5e03f=a31_0x27a26b;process[_0xa5e03f(0xfc)](_0xa5e03f(0x1b3)+process[_0xa5e03f(0x17d)]),process['on'](_0xa5e03f(0x1b3)+process[_0xa5e03f(0x17d)],this[_0xa5e03f(0xd8)][_0xa5e03f(0xd5)](this)),process['removeAllListeners'](_0xa5e03f(0xf6)+process['pid']),process['on']('bs:addPlatformDetails:'+process[_0xa5e03f(0x17d)],this['appendTestPlatform'][_0xa5e03f(0xd5)](this));}[a31_0x27a26b(0x15f)]=async _0x4f0c4d=>{const _0x4ae385=a31_0x27a26b,_0x50618b={'rRXhe':function(_0x274a88){return _0x274a88();},'PZysj':_0x4ae385(0x146),'itIuQ':function(_0x2ff157,_0x43de85){return _0x2ff157>_0x43de85;},'nEzjH':function(_0x3f7eaf,_0xdf8c03){return _0x3f7eaf===_0xdf8c03;},'ecRqz':_0x4ae385(0x1dd),'sHXUr':function(_0xcc5834,_0x56b5a2){return _0xcc5834(_0x56b5a2);}};try{const _0x457d15=this['current_test'];this[_0x4ae385(0xa6)]=_0x4f0c4d,_0x4f0c4d[_0x4ae385(0xad)]=null,_0x4f0c4d[_0x4ae385(0x15b)]=_0x50618b['rRXhe'](uuidv4),globals[_0x4ae385(0x195)](_0x50618b['PZysj'],_0x4f0c4d[_0x4ae385(0x15b)]),_0x4f0c4d[_0x4ae385(0x1c1)]=new Date()['toISOString'](),_0x50618b[_0x4ae385(0x1a8)](_0x4f0c4d[_0x4ae385(0x141)],0x0)&&_0x457d15&&_0x50618b[_0x4ae385(0xce)](_0x457d15[_0x4ae385(0x172)],_0x4f0c4d['title'])?(_0x4f0c4d[_0x4ae385(0xad)]=_0x457d15[_0x4ae385(0x15b)],await this[_0x4ae385(0x118)](_0x4f0c4d,undefined,![],_0x50618b[_0x4ae385(0x1cc)]),_0x457d15[_0x4ae385(0x120)]=STATE_FAILED,await this[_0x4ae385(0x118)](_0x457d15,undefined,!![])):await this[_0x4ae385(0x118)](_0x4f0c4d,undefined,![],_0x50618b[_0x4ae385(0x1cc)]);}catch(_0x50352f){_0x50618b['sHXUr'](debug,_0x4ae385(0x1e2)+_0x50352f);}};[a31_0x27a26b(0x118)]=async(_0x2c4c8f,_0x4a8bc0=undefined,_0x200de7=![],_0x3d326b='TestRunFinished')=>{const _0x32f73e=a31_0x27a26b,_0x29d150={'wWCpL':function(_0x4d63ca,_0x480aa2){return _0x4d63ca===_0x480aa2;},'SphBC':function(_0x256223,_0xa87e04){return _0x256223!==_0xa87e04;},'HwcuD':_0x32f73e(0x138),'iJHSv':_0x32f73e(0x117),'IKynq':function(_0x360c3b,_0x440c79){return _0x360c3b!==_0x440c79;},'rHvNk':function(_0x397321,_0x1445d2){return _0x397321!==_0x1445d2;},'MBDns':_0x32f73e(0x1a4),'kNtuo':_0x32f73e(0x143),'SZcOl':_0x32f73e(0xa5),'COEST':_0x32f73e(0x1a1),'gSGSh':_0x32f73e(0xcc),'QlhoM':function(_0x420c65,_0x6f619e){return _0x420c65-_0x6f619e;},'Llnck':_0x32f73e(0x19b),'GjFYu':_0x32f73e(0x1e9),'lvYbI':_0x32f73e(0x164),'bEHhv':'TestRunStarted','ZZdNN':function(_0x272ae7){return _0x272ae7();},'Uakxk':'started_at','VWtVV':_0x32f73e(0x1a7),'AxrJd':function(_0x194e94,_0x2f5637){return _0x194e94(_0x2f5637);},'wEaAt':function(_0x5b3afe,_0x15bc8b){return _0x5b3afe===_0x15bc8b;},'nxLdx':_0x32f73e(0x188),'Juyrp':_0x32f73e(0x182),'Buaci':_0x32f73e(0xd0),'mJnzN':function(_0x5a4aea,_0x4bc335){return _0x5a4aea===_0x4bc335;},'nucOe':_0x32f73e(0x1e7),'aYutF':_0x32f73e(0x147),'hfrwn':_0x32f73e(0x1c3),'Ocryr':'backtrace','kDWZt':_0x32f73e(0xdb),'UuAZh':'expanded','nBXil':function(_0x4e76f4,_0x4d6e51){return _0x4e76f4(_0x4d6e51);},'itFOU':function(_0x5276cf,_0x37040e){return _0x5276cf===_0x37040e;},'buHYW':_0x32f73e(0x1b4),'aCMDK':_0x32f73e(0x132),'Uliyw':_0x32f73e(0xc7),'hlptv':function(_0x56e635,_0x46fc1d){return _0x56e635(_0x46fc1d);}};try{if(_0x2c4c8f['body']&&_0x2c4c8f[_0x32f73e(0x11e)][_0x32f73e(0x180)](/browserstack internal helper hook/))return;let _0x301c51=[];if(_0x29d150[_0x32f73e(0x103)](_0x2c4c8f['state'],STATE_FAILED)){if(_0x29d150[_0x32f73e(0x1e0)](_0x2c4c8f[_0x32f73e(0x117)],undefined))_0x301c51=_0x2c4c8f[_0x32f73e(0x117)][_0x32f73e(0x101)]?[_0x2c4c8f[_0x32f73e(0x117)][_0x32f73e(0x101)],_0x29d150[_0x32f73e(0x1db)]]:[_0x2c4c8f[_0x32f73e(0x117)],_0x29d150[_0x32f73e(0xee)]];else _0x29d150[_0x32f73e(0x1e0)](_0x4a8bc0,undefined)?_0x301c51=[_0x4a8bc0,_0x29d150[_0x32f73e(0xee)]]:_0x301c51=[];}const _0x2e4204=_0x29d150[_0x32f73e(0xec)](_0x2c4c8f[_0x32f73e(0x117)],undefined)?_0x2c4c8f[_0x32f73e(0x117)][_0x32f73e(0x168)]():_0x29d150[_0x32f73e(0x160)](_0x4a8bc0,undefined)?_0x4a8bc0['toString']():undefined;let _0x3e8f09;try{_0x3e8f09=this[_0x32f73e(0x12e)](_0x2c4c8f);}catch(_0x490975){_0x3e8f09=null;}const _0x3753af=_0x3e8f09?this[_0x32f73e(0x113)](_0x3e8f09):null,_0x235d95=_0x3e8f09?this['_paths']['prefixTestPath'](this[_0x32f73e(0x12e)](_0x2c4c8f)):_0x29d150[_0x32f73e(0x1ba)],_0x3c8de8={'framework':_0x29d150[_0x32f73e(0x14c)],'uuid':_0x2c4c8f['testAnalyticsId']||_0x2c4c8f['hookAnalyticsId'],'name':_0x2c4c8f[_0x32f73e(0x172)],'body':{'lang':_0x29d150[_0x32f73e(0xc9)],'code':_0x2c4c8f[_0x32f73e(0x11e)]},'scope':this[_0x32f73e(0x11d)](_0x2c4c8f),'scopes':this[_0x32f73e(0xfd)](_0x2c4c8f),'identifier':_0x2c4c8f[_0x32f73e(0xd3)](),'file_name':_0x235d95,'vc_filepath':_0x3753af?path[_0x32f73e(0x16b)](_0x3753af,_0x3e8f09):null,'location':_0x235d95,'result':_0x29d150['wWCpL'](_0x3d326b,_0x29d150['COEST'])?_0x29d150[_0x32f73e(0x14e)]:this[_0x32f73e(0x1d7)](_0x2c4c8f[_0x32f73e(0x120)]),'failure_reason':_0x2e4204,'duration_in_ms':_0x2c4c8f[_0x32f73e(0x169)]||(_0x3d326b['match'](/Finished/)||_0x3d326b['match'](/Skipped/)?_0x29d150[_0x32f73e(0x158)](Date['now'](),new Date(_0x2c4c8f[_0x32f73e(0x1c1)])[_0x32f73e(0x119)]()):null),'started_at':_0x2c4c8f[_0x32f73e(0x1c1)],'finished_at':_0x3d326b[_0x32f73e(0x180)](/Finished/)||_0x3d326b[_0x32f73e(0x180)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData['apply'](null,_0x301c51),'failure_type':!_0x2e4204?null:_0x2e4204['match'](/AssertionError/)?_0x29d150[_0x32f73e(0xd6)]:_0x29d150[_0x32f73e(0x15d)],'retry_of':_0x2c4c8f[_0x32f73e(0xad)]};if([_0x29d150[_0x32f73e(0x173)],_0x29d150[_0x32f73e(0xe2)],_0x29d150[_0x32f73e(0x11c)]][_0x32f73e(0x16f)](_0x3d326b)){if(_0x29d150['ZZdNN'](getCentralUser)[_0x32f73e(0x167)]){const _0x49d93d=TestMetadata[_0x32f73e(0x1cd)](_0x2c4c8f[_0x32f73e(0x15b)]);if(_0x49d93d){const _0x4765bb={};_0x4765bb['lcnc']=_0x49d93d,Object[_0x32f73e(0xab)](_0x3c8de8,_0x4765bb);}}}testhubUtils[_0x32f73e(0x114)](_0x3c8de8,_0x3d326b,_0x2c4c8f,FRAMEWORKS[_0x32f73e(0xf7)]);(_0x2c4c8f[_0x32f73e(0x108)]||_0x2c4c8f['redirectUrl'])&&centralScannerUtils[_0x32f73e(0x115)](_0x3c8de8,_0x2c4c8f[_0x32f73e(0x108)],_0x2c4c8f['redirectUrl']);_0x29d150[_0x32f73e(0x103)](_0x3d326b,_0x29d150[_0x32f73e(0x173)])&&!_0x3c8de8[_0x29d150['Uakxk']]&&(_0x3c8de8[_0x29d150[_0x32f73e(0xed)]]=_0x3c8de8[_0x29d150['VWtVV']]);if(_0x3d326b[_0x32f73e(0x180)](/HookRun/))[_0x3c8de8['hook_type'],_0x3c8de8['name']]=_0x29d150[_0x32f73e(0x19a)](getHookDetails,_0x2c4c8f[_0x32f73e(0xd3)]()||_0x2c4c8f[_0x32f73e(0x187)]||_0x2c4c8f['title']),_0x29d150[_0x32f73e(0x12f)](_0x3d326b,_0x29d150[_0x32f73e(0x105)])&&(_0x29d150[_0x32f73e(0x160)](_0x3c8de8['result'],_0x29d150[_0x32f73e(0xf3)])&&(_0x3c8de8[_0x32f73e(0x1df)]=_0x29d150[_0x32f73e(0x1ea)]),_0x29d150[_0x32f73e(0xd2)](_0x3c8de8[_0x32f73e(0x1b4)],_0x29d150[_0x32f73e(0x104)])&&_0x29d150[_0x32f73e(0x103)](_0x3c8de8[_0x32f73e(0x1df)],_0x29d150[_0x32f73e(0xf3)])&&!_0x2c4c8f['ctx'][_0x32f73e(0xff)][_0x32f73e(0x130)]&&(_0x2c4c8f['ctx']['currentTest'][_0x32f73e(0x130)]=!![],_0x2c4c8f[_0x32f73e(0x1b9)][_0x32f73e(0xff)]['state']=STATE_FAILED,await this[_0x32f73e(0x118)](_0x2c4c8f[_0x32f73e(0x1b9)][_0x32f73e(0xff)],undefined,!![])));else _0x3d326b['match'](/TestRun/)&&_0x29d150[_0x32f73e(0x19a)](mapTestHooks,_0x2c4c8f);const _0x2ce83f=_0x3c8de8[_0x29d150[_0x32f73e(0x1be)]][0x0];_0x2ce83f&&(_0x3c8de8[_0x29d150[_0x32f73e(0x1c5)]]=_0x2ce83f[_0x29d150[_0x32f73e(0x192)]],_0x3c8de8[_0x29d150[_0x32f73e(0xf5)]]=_0x2ce83f[_0x29d150[_0x32f73e(0x1ca)]]);[_0x29d150[_0x32f73e(0xe2)],_0x29d150[_0x32f73e(0x173)]][_0x32f73e(0x16f)](_0x3d326b)&&(this[_0x32f73e(0xea)]['push'](_0x3c8de8),_0x3c8de8['hooks']=_0x29d150[_0x32f73e(0x1d4)](getHooksForTest,_0x2c4c8f));const _0x410fb7={'event_type':_0x29d150[_0x32f73e(0xb0)](_0x3d326b,_0x29d150['COEST'])?_0x29d150[_0x32f73e(0xe2)]:_0x3d326b};_0x3d326b[_0x32f73e(0x180)](/HookRun/)?(_0x3c8de8[_0x29d150['buHYW']]=HOOK_TYPES_MAP[_0x3c8de8[_0x29d150[_0x32f73e(0x166)]]],_0x410fb7[_0x29d150[_0x32f73e(0x116)]]=_0x3c8de8):_0x410fb7[_0x29d150['Uliyw']]=_0x3c8de8,testhubUtils[_0x32f73e(0x1e1)](FRAMEWORKS[_0x32f73e(0xf7)],_0x410fb7),await SessionHandler[_0x32f73e(0xa9)](_0x410fb7);}catch(_0x5dd8eb){_0x29d150['hlptv'](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x3d326b+_0x32f73e(0x165)+_0x5dd8eb);}};[a31_0x27a26b(0x113)](_0x3c1739){const _0x15801f=a31_0x27a26b,_0x47eea3={};_0x47eea3[_0x15801f(0xb3)]=function(_0x3e4c01,_0x4674d9){return _0x3e4c01===_0x4674d9;},_0x47eea3[_0x15801f(0x153)]=function(_0x4dee04,_0x3f7900){return _0x4dee04===_0x3f7900;},_0x47eea3[_0x15801f(0x124)]=_0x15801f(0x198),_0x47eea3[_0x15801f(0xc6)]=_0x15801f(0xd9);const _0x461754=_0x47eea3,_0x35ab17=path[_0x15801f(0xc2)];if(_0x461754[_0x15801f(0xb3)](_0x3c1739,null)||_0x461754[_0x15801f(0x153)](_0x3c1739,'')||_0x461754[_0x15801f(0xb3)](_0x3c1739,_0x35ab17)||_0x461754[_0x15801f(0xb3)](_0x3c1739,path[_0x15801f(0x170)](_0x3c1739)))return null;try{return fs[_0x15801f(0x13a)](path['join'](_0x3c1739,_0x461754[_0x15801f(0x124)],_0x461754[_0x15801f(0xc6)])),_0x3c1739;}catch(_0x293c61){const _0x29b948=path[_0x15801f(0x170)](_0x3c1739);return this['findGitConfig'](_0x29b948);}}['appendTestItemLog']=async _0x29bcae=>{const _0x3f7833=a31_0x27a26b,_0x3a6e3a={'GtICy':_0x3f7833(0x1ae),'zvaKH':function(_0x3b6127,_0x5734ad){return _0x3b6127(_0x5734ad);}};try{this['current_hook']&&!this[_0x3f7833(0x12d)][_0x3f7833(0x130)]&&(_0x29bcae['hook_run_uuid']=this['current_hook']['hookAnalyticsId']);!_0x29bcae[_0x3f7833(0x174)]&&this[_0x3f7833(0xa6)]&&!this[_0x3f7833(0xa6)]['markedStatus']&&(_0x29bcae[_0x3f7833(0x1d0)]=this[_0x3f7833(0xa6)][_0x3f7833(0x15b)]);if(_0x29bcae[_0x3f7833(0x174)]||_0x29bcae[_0x3f7833(0x1d0)]){const _0x57dfef={};_0x57dfef[_0x3f7833(0x129)]=_0x3a6e3a[_0x3f7833(0x151)],_0x57dfef[_0x3f7833(0x11b)]=[_0x29bcae],await SessionHandler[_0x3f7833(0xa9)](_0x57dfef);}}catch(_0x17b211){_0x3a6e3a[_0x3f7833(0x128)](debug,_0x3f7833(0x14f)+constants[_0x3f7833(0x134)]+_0x3f7833(0x165)+_0x17b211);}};[a31_0x27a26b(0x190)]=async _0x19b185=>{const _0x221682=a31_0x27a26b,_0x403cf2={'hhqKG':_0x221682(0x152),'xbhqs':'CBTSessionCreated','xTajr':function(_0x1c0e69,_0x1c9746){return _0x1c0e69(_0x1c9746);}};try{const _0x5065d7={};_0x5065d7[_0x221682(0x1b6)]=_0x19b185[_0x221682(0x1b6)]||this[_0x221682(0xa6)][_0x221682(0x15b)],_0x5065d7[_0x221682(0x14b)]=_0x19b185[_0x403cf2[_0x221682(0x17c)]];const _0x2621c1=_0x5065d7,_0x57eac4={};_0x57eac4[_0x221682(0x129)]=_0x403cf2[_0x221682(0x14a)],_0x57eac4[_0x221682(0xc7)]=_0x2621c1,await SessionHandler['uploadEventData'](_0x57eac4);}catch(_0x2e8679){_0x403cf2['xTajr'](debug,_0x221682(0x1ac)+constants[_0x221682(0x134)]+_0x221682(0x165)+_0x2e8679);}};['analyticsResult'](_0x3f10f){const _0x5a0fa5=a31_0x27a26b,_0x5ad64c={};_0x5ad64c[_0x5a0fa5(0x145)]=_0x5a0fa5(0xd0),_0x5ad64c['FqVev']=_0x5a0fa5(0x1a3),_0x5ad64c['iYMYW']=_0x5a0fa5(0x182);const _0x2b44aa=_0x5ad64c,_0x497310={};return _0x497310[STATE_PASSED]=_0x2b44aa[_0x5a0fa5(0x145)],_0x497310[STATE_PENDING]=_0x2b44aa[_0x5a0fa5(0xd1)],_0x497310[STATE_FAILED]=_0x2b44aa[_0x5a0fa5(0xb8)],_0x497310[_0x3f10f];}[a31_0x27a26b(0x11d)](_0xa0b1c){const _0x4aac20=a31_0x27a26b,_0x10b0c4={};_0x10b0c4[_0x4aac20(0x175)]=function(_0x487d20,_0x370aec){return _0x487d20-_0x370aec;};const _0x1b6252=_0x10b0c4,_0x5c96a6=_0xa0b1c[_0x4aac20(0xaf)]();return _0x5c96a6['slice'](0x0,_0x1b6252['GtSda'](_0x5c96a6['length'],0x1))['join']('\x20');}[a31_0x27a26b(0xfd)](_0x36dc0e){const _0x49cb4e=a31_0x27a26b,_0x3949e9={};_0x3949e9['OdYjp']=function(_0x5f4086,_0xf09b95){return _0x5f4086-_0xf09b95;};const _0x185d98=_0x3949e9,_0x4d61eb=_0x36dc0e[_0x49cb4e(0xaf)]();return _0x4d61eb[_0x49cb4e(0x1c6)](0x0,_0x185d98['OdYjp'](_0x4d61eb[_0x49cb4e(0x18f)],0x1));}[a31_0x27a26b(0x12e)](_0x3eeb7a){const _0x56c9f3=a31_0x27a26b,_0x4fbf23={};_0x4fbf23[_0x56c9f3(0x1e4)]=function(_0x1e87f4,_0x1bd56c){return _0x1e87f4>_0x1bd56c;};const _0x58b87f=_0x4fbf23;if(_0x3eeb7a[_0x56c9f3(0x1de)])return _0x3eeb7a[_0x56c9f3(0x1de)];if(_0x3eeb7a[_0x56c9f3(0x1b9)]){const _0x5ccdf8=_0x3eeb7a[_0x56c9f3(0x1b9)][_0x56c9f3(0xff)]?this['getRootParentFile'](_0x3eeb7a[_0x56c9f3(0x1b9)][_0x56c9f3(0xff)]):null;if(_0x5ccdf8)return _0x5ccdf8;}if(_0x3eeb7a[_0x56c9f3(0x1ce)]){const _0x54daa5=this[_0x56c9f3(0x12e)](_0x3eeb7a['parent'])||(_0x3eeb7a['parent'][_0x56c9f3(0x1b9)]&&_0x3eeb7a[_0x56c9f3(0x1ce)]['ctx'][_0x56c9f3(0xff)]?this[_0x56c9f3(0x12e)](_0x3eeb7a[_0x56c9f3(0x1ce)][_0x56c9f3(0x1b9)][_0x56c9f3(0xff)]):null);if(_0x54daa5)return _0x54daa5;_0x3eeb7a[_0x56c9f3(0x1ce)]['suites']&&_0x58b87f[_0x56c9f3(0x1e4)](_0x3eeb7a['parent']['suites'][_0x56c9f3(0x18f)],0x0)&&_0x3eeb7a[_0x56c9f3(0x1ce)][_0x56c9f3(0x1e3)][_0x56c9f3(0x125)](_0x30423a=>{const _0x21e989=_0x56c9f3,_0x4ed6c2=_0x30423a[_0x21e989(0x1b9)]?this['getRootParentFile'](_0x30423a[_0x21e989(0x1b9)]):null;if(_0x4ed6c2)return _0x4ed6c2;});}return null;}}function a31_0x3317(_0x50c58f,_0x4bf831){const _0xcb4c28=a31_0xcb4c();return a31_0x3317=function(_0x331773,_0x73dcaf){_0x331773=_0x331773-0xa5;let _0x2488e5=_0xcb4c28[_0x331773];return _0x2488e5;},a31_0x3317(_0x50c58f,_0x4bf831);}module[a31_0x27a26b(0x107)]=MyReporter;
1
+ 'use strict';function a31_0x442b(){const _0x5f3b63=['indent','gKxwW','lhWLI','hook_run_uuid','aVLQV','OIbyg','light','Reporter','length','hookAnalyticsId','COMPLETED','ttWvd','EAYrV','redirectUrl','EBmap','Hotav','bINbu','failure_reason_expanded','SMZio','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','QxptL','BEFORE_ALL','GfYkk','pid','ITsOj','suite','finalResults','\x20\x20<dt>','reporterOption','cwd','ZmsdX','logs','slow','5519768GtmJzL','HuTsB','TestRunSkipped','comma','includes','QMcUN','appendTestPlatform','SBYJh','TestRunStarted','BEFORE_EACH','\x20\x20<dd><pre><code>','../../utils/constants','OaRlS','piXzB','SqjEW','testObservability','err','cMErl','match','util','toISOString','PQwnb','relative','file','state','before\x20all','WbMgA','stdout','test_run_uuid','bs:addLog:','kfaLp','docHtml','JIrjU','consoleLog','uuETf','gmqjg','HookStarted','parent','shouldProcessEventForTesthub','zJQPM','PHUYm','multiple','dot','erHNK','sep','TcfVS','setCentralScannerData','prefixTestPath','JhZBg','symbols','ASonD','rTBYY','failure','speed','current_hook','apply','location_prefix','12wrIxUU','exports','test_run','lcnc','mocha/lib/reporters/','color','originalTitle','.git','toString','HookFinished','prototype','YFCSm','ksGzD','shutdown','Failed\x20to\x20load\x20reporter\x20','failCount','CMCke','</dl>','passed','fail','green','kgElj','isPending','OhtVP','../../../helpers/central-scanner/helpers','results','File\x20path\x20could\x20not\x20be\x20found','type','CIhrW','zIDpy','setCurrentTestData','retryOf','write','UHNEJ','skipped','htmuM','titlePath','lgDCo','MOCHA','../../../helpers/helper','getInstance','EpDaE','vDSQW','../../../helpers/test-observability/sessionHandler','assign','3pTUYAp','XVoHQ','WqEOM','UnhandledError','trim','2526700ziSoEv','VCtPf','Mcqzp','scope','increaseIndent','dirname','../test-observability/mochaUtils','_testEnv','_buildCreated','Mocha','__indents','wzwrd','decreaseIndent','kBUeX','Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20','zOabr','../../../helpers/testhub/constants','__platform__','Ekdse','sZgYG','</code></pre></dd>','getRootParentFile','KNtet','AssertionError','getTime','sendTestRunEvent','appendTestItemLog','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','forEach','_currentRetry','inDjB','lGwkj','sSpZC','vGNYE','JNWtu','testRunUUID','HookRunStarted','suites','1420260rKcvWX','_indents','after\x20each','escape','docAppend','MeIfU','RUNNING','oLJUK','statSync','registerListeners','xYdph','failure_backtrace','Exception\x20in\x20browserstack\x20custome\x20reporter\x20with\x20error:\x20','hook_run','responseCode','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','dexGt','xouMu','Cxaap','TestRunFinished','CmuCs','xunit','fOlIs','lZmQr','jXmBM','slice','\x20-\x20','\x20\x20<dd\x20class=\x22error\x22><pre><code>','duration','markedStatus','nDBIG','CBTSessionCreated','TEST_REPORTING_ANALYTICS','sCaSm','411768ovrqTa','result','split','\x20with\x20error\x20:\x20','bind','../../../helpers/logger','pJctj','body','failureCount','AFTER_ALL','after\x20all','ctx','TBDih','error','clean','analyticsResult','\x20\x20<dt\x20class=\x22error\x22>','failed','suiteCount','LogCreated','reporterOptions','before\x20each','removeAllListeners','dRKKm','current_test','finished_at','pNxpp','../../../helpers/testhub/utils','iyLUR','<dl>','EVENT','title','push','hook_type','XbHSA','testAnalyticsId','BprbM','bsConfig','currentRetry','SYxAx','started_at','MNcbV','\x20%s','cpKQl','bs:addPlatformDetails:','scopes','root','RKLIa','dkQEN','constants','2898078omClIj','../../../helpers/test-observability/constants','<section\x20class=\x22suite\x22>','join','HookRunFinished','test','name','pending','<h1>','DVeGI','OPzTQ','winstonLogger','MXFXf','path','kVUSI','31812858moiwWf','_paths','event_type','WRguh','../../../helpers/test-observability/utils','fullTitle','fast','once','inspect','findGitConfig','appendTesthubParams','mocha','544334VnmZIy','currentTest','testStarted','QHsuT','VUBlk','</dt>','NIKYC','UCilF','erIJY'];a31_0x442b=function(){return _0x5f3b63;};return a31_0x442b();}const a31_0x17713c=a31_0x358b;(function(_0x553c9a,_0x3d7ab2){const _0x462a57=a31_0x358b,_0x3b846f=_0x553c9a();while(!![]){try{const _0x1371f9=parseInt(_0x462a57(0x17b))/0x1+parseInt(_0x462a57(0x1cf))/0x2+parseInt(_0x462a57(0x150))/0x3*(parseInt(_0x462a57(0x19d))/0x4)+parseInt(_0x462a57(0x155))/0x5+parseInt(_0x462a57(0x24d))/0x6*(parseInt(_0x462a57(0x1ea))/0x7)+parseInt(_0x462a57(0x214))/0x8+-parseInt(_0x462a57(0x1de))/0x9;if(_0x1371f9===_0x3d7ab2)break;else _0x3b846f['push'](_0x3b846f['shift']());}catch(_0x24710c){_0x3b846f['push'](_0x3b846f['shift']());}}}(a31_0x442b,0xc075a));const util=require(a31_0x17713c(0x227)),fs=require('fs'),path=require(a31_0x17713c(0x1dc)),{requireModule,getCentralUser}=require(a31_0x17713c(0x274)),Base=requireModule('mocha/lib/reporters/base.js',a31_0x17713c(0x1e9)),utils=requireModule('mocha/lib/utils.js','mocha'),color=Base['color'],Mocha=requireModule('mocha'),Runnable=requireModule('mocha/lib/runnable.js',a31_0x17713c(0x1e9)),{v4:uuidv4}=require('uuid'),bsSetupHelper=require(a31_0x17713c(0x274)),testhubUtils=require(a31_0x17713c(0x1b8)),centralScannerUtils=require(a31_0x17713c(0x265)),testHubConstants=require(a31_0x17713c(0x165)),{FRAMEWORKS}=require(a31_0x17713c(0x1d0)),globals=require('../../../helpers/globals'),logger=require(a31_0x17713c(0x1a2))[a31_0x17713c(0x1da)],TestMetadata=require('../../../helpers/metadata'),a31_0x37bcda={};function a31_0x358b(_0x25a16b,_0x17a2b9){const _0x442baa=a31_0x442b();return a31_0x358b=function(_0x358bac,_0xb23a5){_0x358bac=_0x358bac-0x14b;let _0x179763=_0x442baa[_0x358bac];return _0x179763;},a31_0x358b(_0x25a16b,_0x17a2b9);}a31_0x37bcda[a31_0x17713c(0x22d)]=a31_0x17713c(0x208),a31_0x37bcda[a31_0x17713c(0x1a7)]=a31_0x17713c(0x1a6),a31_0x37bcda[a31_0x17713c(0x1b2)]=a31_0x17713c(0x21d),a31_0x37bcda[a31_0x17713c(0x17d)]='AFTER_EACH';const HOOK_TYPES_MAP=a31_0x37bcda,{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['Runner'][a31_0x17713c(0x1ce)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable['constants'],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require(a31_0x17713c(0x15b)),{consoleHolder}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a31_0x17713c(0x14e)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a31_0x17713c(0x1e2)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),constants=require(a31_0x17713c(0x21f)),requestQueueHandler=RequestQueueHandler[a31_0x17713c(0x14b)]();class MyReporter{constructor(_0x33bd8e,_0xa5afd7){const _0x193538=a31_0x17713c,_0x3be405={'lgDCo':function(_0x4d052d,_0x2659b5){return _0x4d052d===_0x2659b5;},'ksGzD':'spec','vDSQW':function(_0x31a3c7,_0x89cb08){return _0x31a3c7+_0x89cb08;},'xrzUo':function(_0x2df78b,_0x2defa1){return _0x2df78b+_0x2defa1;},'ITsOj':function(_0x48062e,_0x4f9a95,_0x451382){return _0x48062e(_0x4f9a95,_0x451382);},'gKxwW':_0x193538(0x261),'gmqjg':'%s\x20','HyZqd':function(_0x3033bc,_0xfb6547,_0x459301){return _0x3033bc(_0xfb6547,_0x459301);},'zJQPM':_0x193538(0x1f9),'rTBYY':'%s\x20-\x20%s','fOlIs':_0x193538(0x181),'BodBc':function(_0x55fea9,_0x1d46ae){return _0x55fea9===_0x1d46ae;},'Ekdse':'doc','JIrjU':function(_0x25fb5e,_0x310983){return _0x25fb5e===_0x310983;},'OPzTQ':function(_0x4bcd92){return _0x4bcd92();},'UHNEJ':_0x193538(0x179),'WbMgA':function(_0x52e279,_0x2c816c){return _0x52e279===_0x2c816c;},'dexGt':_0x193538(0x1d3),'iyLUR':function(_0x3991c0,_0x3760c8){return _0x3991c0===_0x3760c8;},'KaWfC':_0x193538(0x25f),'KNtet':function(_0x5a25ba,_0x1221f7){return _0x5a25ba===_0x1221f7;},'RKLIa':_0x193538(0x1e4),'CMCke':'checkmark','dkQEN':function(_0x4790d0,_0x50891d){return _0x4790d0+_0x50891d;},'bINbu':function(_0x5f4c5b,_0x44ee33,_0x3361fc){return _0x5f4c5b(_0x44ee33,_0x3361fc);},'Mcqzp':'pass','NIKYC':_0x193538(0x1c7),'PHUYm':function(_0x87ae60,_0x515964){return _0x87ae60+_0x515964;},'xouMu':function(_0x1e926a,_0xec123){return _0x1e926a+_0xec123;},'inDjB':function(_0x2f7364,_0x35d7e6){return _0x2f7364+_0x35d7e6;},'DVeGI':function(_0x46078e,_0xe226bb,_0x25a755){return _0x46078e(_0xe226bb,_0x25a755);},'XVoHQ':function(_0x47bc40,_0x10fa66,_0x4680f2){return _0x47bc40(_0x10fa66,_0x4680f2);},'tUpPL':'\x20(%dms)','vGNYE':function(_0xc28247,_0x18025a){return _0xc28247+_0x18025a;},'ttWvd':_0x193538(0x260),'llWLj':'\x20\x20%d)\x20%s','OhtVP':'bright\x20yellow','PhbbU':_0x193538(0x1fd),'wzwrd':_0x193538(0x23e),'QHsuT':function(_0x5a6b80,_0x2a73f0){return _0x5a6b80===_0x2a73f0;},'ZmsdX':_0x193538(0x213),'PQwnb':function(_0x4a1229,_0x1e4b17){return _0x4a1229===_0x1e4b17;},'QxptL':function(_0x10bc5c,_0x234a1a){return _0x10bc5c===_0x234a1a;},'BprbM':function(_0x51a6e8,_0x369fcf){return _0x51a6e8===_0x369fcf;},'FCgYe':'3|2|1|0|4','eDqjH':'pending','kfaLp':function(_0x5ce909){return _0x5ce909();},'wLbZu':_0x193538(0x216),'xYdph':function(_0x426206,_0x45c662){return _0x426206===_0x45c662;},'dRKKm':function(_0x29d97a,_0x99dade){return _0x29d97a(_0x99dade);},'HhADB':function(_0xd38ef2,_0x579b12){return _0xd38ef2(_0x579b12);},'EAYrV':function(_0x4d4afc){return _0x4d4afc();},'jaTnF':function(_0x3ae4fb,_0x1cb57e){return _0x3ae4fb===_0x1cb57e;},'CIhrW':_0x193538(0x190),'sjpMZ':function(_0x34e5d3,_0x4312cc,_0x179b05){return _0x34e5d3(_0x4312cc,_0x179b05);},'OIbyg':'mocha','tDYhM':function(_0x20e15e,_0x3cf69c){return _0x20e15e(_0x3cf69c);},'xSNuL':function(_0x48b6a5,_0x90dacf){return _0x48b6a5(_0x90dacf);},'lGwkj':function(_0xfc7cc1,_0x1d4225){return _0xfc7cc1!==_0x1d4225;}};this[_0x193538(0x268)]=_0xa5afd7[_0x193538(0x20f)][_0x193538(0x268)],this[_0x193538(0x223)]=_0x3be405[_0x193538(0x1ff)](isTestObservabilitySession),Base['call'](this,_0x33bd8e,_0xa5afd7),this['_indents']=0x0,this[_0x193538(0x25c)]=0x0,this[_0x193538(0x266)]=[],this['finalResults']=[],this[_0x193538(0x1af)]=0x0,this[_0x193538(0x15d)]=![],this['_testResults']=[],this[_0x193538(0x15c)]=_0x3be405['OPzTQ'](getTestEnv),this['_paths']=new PathHelper({'cwd':process[_0x193538(0x210)]()},this['_testEnv'][_0x193538(0x24c)]),this['_upstreamConfig']=_0xa5afd7[_0x193538(0x20f)][_0x193538(0x1c2)],this[_0x193538(0x184)]();_0x3be405['jaTnF'](this[_0x193538(0x268)],_0x3be405[_0x193538(0x167)])&&(this[_0x193538(0x233)]='',this[_0x193538(0x15f)]=0x2);_0x33bd8e['once'](EVENT_RUN_BEGIN,async()=>{const _0x14fb7a=_0x193538;_0x3be405['lgDCo'](this['type'],_0x3be405[_0x14fb7a(0x259)])&&Base[_0x14fb7a(0x235)]();})['on'](EVENT_SUITE_BEGIN,_0x16bfeb=>{const _0x39d2a8=_0x193538;if(_0x16bfeb[_0x39d2a8(0x1cb)])return;if(_0x3be405[_0x39d2a8(0x272)](this['type'],_0x3be405[_0x39d2a8(0x259)]))this['increaseIndent'](),Base['consoleLog'](_0x3be405[_0x39d2a8(0x14d)](_0x3be405['xrzUo'](this[_0x39d2a8(0x1f3)](),_0x3be405[_0x39d2a8(0x20b)](color,_0x3be405[_0x39d2a8(0x1f4)],_0x3be405[_0x39d2a8(0x237)])),_0x3be405['HyZqd'](color,_0x3be405['zJQPM'],_0x3be405[_0x39d2a8(0x247)])),_0x3be405[_0x39d2a8(0x191)],_0x16bfeb[_0x39d2a8(0x1bc)],global[_0x39d2a8(0x166)]);else _0x3be405['BodBc'](this['type'],_0x3be405['Ekdse'])&&(this[_0x39d2a8(0x17f)](this[_0x39d2a8(0x1f3)]()+_0x39d2a8(0x1d1)),++this[_0x39d2a8(0x15f)],this[_0x39d2a8(0x17f)](this['indent']()+_0x39d2a8(0x1d7)+utils[_0x39d2a8(0x17e)](_0x16bfeb[_0x39d2a8(0x1bc)]+_0x39d2a8(0x195)+global[_0x39d2a8(0x166)])+'</h1>'),this[_0x39d2a8(0x17f)](this[_0x39d2a8(0x1f3)]()+_0x39d2a8(0x1ba)));})['on'](EVENT_HOOK_BEGIN,async _0x24e195=>{const _0xa3f46b=_0x193538;if(_0x3be405[_0xa3f46b(0x234)](testhubUtils['shouldProcessEventForTesthub'](testHubConstants[_0xa3f46b(0x1bb)][_0xa3f46b(0x238)]),!![])){if(!_0x24e195[_0xa3f46b(0x1fc)])_0x24e195['hookAnalyticsId']=_0x3be405[_0xa3f46b(0x1d9)](uuidv4);else _0x24e195[_0xa3f46b(0x198)]&&(_0x24e195[_0xa3f46b(0x1fc)]=_0x3be405[_0xa3f46b(0x1d9)](uuidv4),delete _0x24e195[_0xa3f46b(0x198)]);_0x24e195['started_at']=new Date()[_0xa3f46b(0x228)](),this['current_hook']=_0x24e195,await this[_0xa3f46b(0x16e)](_0x24e195,undefined,![],_0x3be405[_0xa3f46b(0x26e)]);}})['on'](EVENT_HOOK_END,async _0x4b2f7a=>{const _0x1ea0f0=_0x193538;_0x3be405[_0x1ea0f0(0x22e)](testhubUtils[_0x1ea0f0(0x23a)](testHubConstants['EVENT']['HookFinished']),!![])&&(!_0x4b2f7a[_0x1ea0f0(0x198)]&&(_0x4b2f7a[_0x1ea0f0(0x198)]=!![],await this[_0x1ea0f0(0x16e)](_0x4b2f7a,undefined,![],_0x3be405[_0x1ea0f0(0x18b)])));})['on'](EVENT_SUITE_END,_0x5d8652=>{const _0x772a5c=_0x193538;if(_0x5d8652['root'])return;if(_0x3be405['iyLUR'](this['type'],_0x3be405[_0x772a5c(0x259)]))Base[_0x772a5c(0x235)](),Base['consoleLog'](_0x3be405[_0x772a5c(0x1cd)](_0x3be405['PHUYm'](this[_0x772a5c(0x1f3)](),_0x3be405[_0x772a5c(0x20b)](color,_0x3be405['OhtVP'],_0x3be405[_0x772a5c(0x237)])),_0x3be405[_0x772a5c(0x151)](color,_0x3be405[_0x772a5c(0x23b)],_0x3be405[_0x772a5c(0x247)])),_0x3be405['PhbbU'],_0x5d8652[_0x772a5c(0x1bc)],global[_0x772a5c(0x166)]),this[_0x772a5c(0x266)][_0x772a5c(0x171)](_0x59e6f7=>{const _0xb2d577=_0x772a5c;if(_0x3be405['iyLUR'](_0x59e6f7['state'],_0x3be405['KaWfC'])){var _0x13feb5;_0x3be405[_0xb2d577(0x16b)](_0x59e6f7['speed'],_0x3be405[_0xb2d577(0x1cc)])?(_0x13feb5=_0x3be405[_0xb2d577(0x14d)](_0x3be405['vDSQW'](this[_0xb2d577(0x1f3)](),_0x3be405[_0xb2d577(0x20b)](color,_0x3be405[_0xb2d577(0x25d)],_0x3be405[_0xb2d577(0x1cd)]('\x20\x20',Base[_0xb2d577(0x245)]['ok']))),_0x3be405[_0xb2d577(0x203)](color,_0x3be405['Mcqzp'],_0x3be405[_0xb2d577(0x1f0)])),Base['consoleLog'](_0x13feb5,_0x59e6f7[_0xb2d577(0x1bc)])):(_0x13feb5=_0x3be405[_0xb2d577(0x23c)](_0x3be405[_0xb2d577(0x18c)](_0x3be405[_0xb2d577(0x173)](this[_0xb2d577(0x1f3)](),_0x3be405[_0xb2d577(0x203)](color,_0x3be405[_0xb2d577(0x25d)],_0x3be405[_0xb2d577(0x1cd)]('\x20\x20',Base[_0xb2d577(0x245)]['ok']))),_0x3be405[_0xb2d577(0x1d8)](color,_0x3be405[_0xb2d577(0x157)],_0x3be405['NIKYC'])),_0x3be405[_0xb2d577(0x151)](color,_0x59e6f7[_0xb2d577(0x249)],_0x3be405['tUpPL'])),Base[_0xb2d577(0x235)](_0x13feb5,_0x59e6f7[_0xb2d577(0x1bc)],_0x59e6f7[_0xb2d577(0x197)]));}else Base['consoleLog'](_0x3be405[_0xb2d577(0x176)](this['indent'](),_0x3be405[_0xb2d577(0x203)](color,_0x3be405[_0xb2d577(0x1fe)],_0x3be405['llWLj'])),++this[_0xb2d577(0x25c)],_0x59e6f7[_0xb2d577(0x1bc)]);}),this[_0x772a5c(0x161)]();else _0x3be405['JIrjU'](this['type'],_0x3be405[_0x772a5c(0x167)])&&(this['docAppend'](this[_0x772a5c(0x1f3)]()+_0x772a5c(0x25e)),--this['__indents'],this[_0x772a5c(0x17f)](this[_0x772a5c(0x1f3)]()+'</section>'),--this[_0x772a5c(0x15f)]);Array[_0x772a5c(0x257)][_0x772a5c(0x1bd)][_0x772a5c(0x24b)](this['finalResults'],this[_0x772a5c(0x266)]),this[_0x772a5c(0x266)]=[];})['on'](EVENT_TEST_PASS,async _0x1feb7c=>{const _0x41c8f3=_0x193538;this[_0x41c8f3(0x266)][_0x41c8f3(0x1bd)]({'speed':_0x1feb7c[_0x41c8f3(0x249)],'suite':_0x1feb7c['parent'][_0x41c8f3(0x1bc)],'title':_0x1feb7c['title'],'fullTitle':_0x1feb7c[_0x41c8f3(0x1e3)](),'duration':_0x1feb7c[_0x41c8f3(0x197)],'state':_0x1feb7c[_0x41c8f3(0x22c)],'err':{},'currentRetry':_0x1feb7c[_0x41c8f3(0x1c3)](),'titlePathV':_0x1feb7c[_0x41c8f3(0x271)](),'isPending':_0x1feb7c[_0x41c8f3(0x263)]()});if(_0x3be405[_0x41c8f3(0x1b9)](this[_0x41c8f3(0x268)],_0x3be405[_0x41c8f3(0x160)]))_0x3be405[_0x41c8f3(0x1ed)](_0x1feb7c[_0x41c8f3(0x249)],_0x3be405[_0x41c8f3(0x211)])?process[_0x41c8f3(0x22f)][_0x41c8f3(0x26d)](Base[_0x41c8f3(0x252)](_0x3be405[_0x41c8f3(0x264)],Base[_0x41c8f3(0x245)][_0x41c8f3(0x23e)])):process['stdout'][_0x41c8f3(0x26d)](Base['color'](_0x1feb7c[_0x41c8f3(0x249)],Base[_0x41c8f3(0x245)]['dot']));else{if(_0x3be405['PQwnb'](this[_0x41c8f3(0x268)],_0x3be405[_0x41c8f3(0x167)])){this['docAppend'](this[_0x41c8f3(0x1f3)]()+_0x41c8f3(0x20e)+utils[_0x41c8f3(0x17e)](_0x1feb7c[_0x41c8f3(0x1bc)])+_0x41c8f3(0x1ef)),this[_0x41c8f3(0x17f)](this[_0x41c8f3(0x1f3)]()+_0x41c8f3(0x20e)+utils[_0x41c8f3(0x17e)](_0x1feb7c[_0x41c8f3(0x22b)])+_0x41c8f3(0x1ef));var _0x78348f=utils['escape'](utils[_0x41c8f3(0x1ab)](_0x1feb7c[_0x41c8f3(0x1a4)]));this['docAppend'](this['indent']()+_0x41c8f3(0x21e)+_0x78348f+_0x41c8f3(0x169));}}_0x3be405['BodBc'](testhubUtils[_0x41c8f3(0x23a)](),!![])&&(!_0x1feb7c[_0x41c8f3(0x198)]&&(_0x1feb7c['markedStatus']=!![],await this[_0x41c8f3(0x16e)](_0x1feb7c)));})['on'](EVENT_TEST_FAIL,async(_0x2fbc97,_0x147725)=>{const _0x56ea03=_0x193538;this[_0x56ea03(0x266)][_0x56ea03(0x1bd)]({'title':_0x2fbc97[_0x56ea03(0x1bc)],'suite':_0x2fbc97[_0x56ea03(0x239)][_0x56ea03(0x1bc)],'state':_0x2fbc97[_0x56ea03(0x22c)],'err':{'message':util[_0x56ea03(0x1e6)](_0x147725)},'fullTitle':_0x2fbc97[_0x56ea03(0x1e3)](),'speed':_0x2fbc97['speed'],'currentRetry':_0x2fbc97[_0x56ea03(0x1c3)](),'titlePathV':_0x2fbc97[_0x56ea03(0x271)]()});if(_0x3be405[_0x56ea03(0x207)](this['type'],_0x3be405['wzwrd']))process['stdout']['write'](Base[_0x56ea03(0x252)](_0x3be405[_0x56ea03(0x1fe)],Base['symbols']['bang']));else{if(_0x3be405[_0x56ea03(0x1c1)](this[_0x56ea03(0x268)],_0x3be405[_0x56ea03(0x167)])){const _0x333368=_0x3be405['FCgYe'][_0x56ea03(0x19f)]('|');let _0x5a5a60=0x0;while(!![]){switch(_0x333368[_0x5a5a60++]){case'0':this[_0x56ea03(0x17f)](this[_0x56ea03(0x1f3)]()+_0x56ea03(0x196)+_0x425684+_0x56ea03(0x169));continue;case'1':var _0x425684=utils[_0x56ea03(0x17e)](utils[_0x56ea03(0x1ab)](_0x2fbc97[_0x56ea03(0x1a4)]));continue;case'2':this[_0x56ea03(0x17f)](this[_0x56ea03(0x1f3)]()+_0x56ea03(0x1ad)+utils[_0x56ea03(0x17e)](_0x2fbc97[_0x56ea03(0x22b)])+'</dt>');continue;case'3':this['docAppend'](this[_0x56ea03(0x1f3)]()+_0x56ea03(0x1ad)+utils[_0x56ea03(0x17e)](_0x2fbc97[_0x56ea03(0x1bc)])+_0x56ea03(0x1ef));continue;case'4':this[_0x56ea03(0x17f)](this[_0x56ea03(0x1f3)]()+'\x20\x20<dd\x20class=\x22error\x22>'+utils[_0x56ea03(0x17e)](_0x2fbc97[_0x56ea03(0x224)])+'</dd>');continue;}break;}}}if(_0x3be405[_0x56ea03(0x229)](testhubUtils[_0x56ea03(0x23a)](testHubConstants[_0x56ea03(0x1bb)][_0x56ea03(0x256)]),!![])){if(!_0x2fbc97[_0x56ea03(0x198)]){_0x2fbc97['markedStatus']=!![];if(_0x2fbc97[_0x56ea03(0x1c0)])await this[_0x56ea03(0x16e)](_0x2fbc97,_0x147725);else _0x2fbc97['hookAnalyticsId']&&await this[_0x56ea03(0x16e)](_0x2fbc97,_0x147725,![],_0x3be405[_0x56ea03(0x18b)]);}}})['on'](EVENT_TEST_PENDING,async _0x5e2ff0=>{const _0x148f03=_0x193538;this[_0x148f03(0x266)][_0x148f03(0x1bd)]({'title':_0x5e2ff0[_0x148f03(0x1bc)],'suite':_0x5e2ff0['parent'][_0x148f03(0x1bc)],'state':_0x5e2ff0['state'],'err':{},'fullTitle':_0x5e2ff0[_0x148f03(0x1e3)](),'speed':_0x5e2ff0[_0x148f03(0x249)],'currentRetry':_0x5e2ff0[_0x148f03(0x1c3)](),'titlePathV':_0x5e2ff0[_0x148f03(0x271)]()}),_0x3be405[_0x148f03(0x22e)](this[_0x148f03(0x268)],_0x3be405['wzwrd'])&&process[_0x148f03(0x22f)][_0x148f03(0x26d)](Base[_0x148f03(0x252)](_0x3be405['eDqjH'],Base[_0x148f03(0x245)][_0x148f03(0x217)])),_0x3be405[_0x148f03(0x229)](testhubUtils[_0x148f03(0x23a)](),!![])&&(!_0x5e2ff0[_0x148f03(0x1c0)]&&(_0x5e2ff0[_0x148f03(0x1c0)]=_0x3be405[_0x148f03(0x232)](uuidv4)),!_0x5e2ff0[_0x148f03(0x198)]&&(_0x5e2ff0[_0x148f03(0x198)]=!![],await this[_0x148f03(0x16e)](_0x5e2ff0,undefined,![],_0x3be405['wLbZu'])));})['on'](EVENT_TEST_BEGIN,async _0x214e54=>{const _0x34f9a8=_0x193538;_0x3be405[_0x34f9a8(0x185)](testhubUtils[_0x34f9a8(0x23a)](),!![])&&await this[_0x34f9a8(0x1ec)](_0x214e54);})['on'](EVENT_TEST_END,async _0x5cad64=>{const _0x113f75=_0x193538;_0x3be405[_0x113f75(0x229)](testhubUtils[_0x113f75(0x23a)](),!![])&&(!_0x5cad64[_0x113f75(0x198)]&&(_0x5cad64[_0x113f75(0x198)]=!![],await this['sendTestRunEvent'](_0x5cad64)));})[_0x193538(0x1e5)](EVENT_RUN_END,async()=>{const _0x2c41a0=_0x193538;try{if(_0x3be405['QHsuT'](testhubUtils[_0x2c41a0(0x23a)](),!![])){const _0xcd14b5=_0x3be405[_0x2c41a0(0x1b4)](getHookSkippedTests,this['runner'][_0x2c41a0(0x20c)]);for(const _0xe34c58 of _0xcd14b5){!_0xe34c58[_0x2c41a0(0x1c0)]&&(_0xe34c58['testAnalyticsId']=_0x3be405[_0x2c41a0(0x232)](uuidv4)),await this[_0x2c41a0(0x16e)](_0xe34c58,undefined,![],_0x3be405['wLbZu']);}}}catch(_0xee07e3){_0x3be405['HhADB'](debug,_0x2c41a0(0x163)+_0xee07e3);}await requestQueueHandler[_0x2c41a0(0x25a)](),_0x3be405['KNtet'](this[_0x2c41a0(0x268)],_0x3be405[_0x2c41a0(0x167)])&&Base[_0x2c41a0(0x235)](this[_0x2c41a0(0x233)]);});if(this[_0x193538(0x268)]&&![_0x3be405[_0x193538(0x167)],_0x3be405[_0x193538(0x269)],_0x3be405[_0x193538(0x259)],_0x3be405[_0x193538(0x160)]][_0x193538(0x218)](this[_0x193538(0x268)])){const _0xcfd369=this[_0x193538(0x268)][_0x193538(0x154)]();this[_0x193538(0x1fa)]=null;try{this['Reporter']=_0x3be405['sjpMZ'](requireModule,_0x193538(0x251)+_0xcfd369+'.js',_0x3be405[_0x193538(0x1f8)]);}catch(_0x15b795){_0x3be405['tDYhM'](debug,_0x193538(0x187)+_0x15b795);}if(_0x3be405[_0x193538(0x185)](this[_0x193538(0x1fa)],null))try{this[_0x193538(0x1fa)]=_0x3be405['xSNuL'](require,_0xcfd369);}catch(_0x20139d){console[_0x193538(0x1aa)](_0x193538(0x25b)+_0xcfd369);}if(_0x3be405[_0x193538(0x174)](this[_0x193538(0x1fa)],null)){const _0x32033f={};_0x32033f[_0x193538(0x1b1)]=_0xa5afd7[_0x193538(0x20f)],this[_0x193538(0x1fa)]=new this[(_0x193538(0x1fa))](_0x33bd8e,_0x32033f);}}}[a31_0x17713c(0x1f3)](){const _0x5b5fb0=a31_0x17713c,_0x3b1511={'JhZBg':function(_0xc3783c,_0x1b86e5){return _0xc3783c(_0x1b86e5);}};return _0x3b1511[_0x5b5fb0(0x244)](Array,this[_0x5b5fb0(0x17c)])[_0x5b5fb0(0x1d2)]('\x20\x20');}[a31_0x17713c(0x159)](){const _0x429b32=a31_0x17713c;this[_0x429b32(0x17c)]++;}[a31_0x17713c(0x161)](){const _0x3473f2=a31_0x17713c;this[_0x3473f2(0x17c)]--;}['docAppend'](_0x3590cd){const _0x3629a7=a31_0x17713c;this[_0x3629a7(0x233)]+=_0x3590cd;}['done'](_0x4aaa1c,_0x2df938){const _0x1270c9=a31_0x17713c,_0x39ddfd={'nDBIG':function(_0x2f776e,_0x22cb6e){return _0x2f776e(_0x22cb6e);}},_0x53230e={};_0x53230e[_0x1270c9(0x1a5)]=_0x4aaa1c,_0x53230e[_0x1270c9(0x266)]=this[_0x1270c9(0x20d)],_0x39ddfd[_0x1270c9(0x199)](_0x2df938,_0x53230e);}['registerListeners'](){const _0x41dbc3=a31_0x17713c;process[_0x41dbc3(0x1b3)](_0x41dbc3(0x231)+process[_0x41dbc3(0x20a)]),process['on'](_0x41dbc3(0x231)+process[_0x41dbc3(0x20a)],this[_0x41dbc3(0x16f)][_0x41dbc3(0x1a1)](this)),process['removeAllListeners'](_0x41dbc3(0x1c9)+process[_0x41dbc3(0x20a)]),process['on'](_0x41dbc3(0x1c9)+process[_0x41dbc3(0x20a)],this['appendTestPlatform'][_0x41dbc3(0x1a1)](this));}[a31_0x17713c(0x1ec)]=async _0x14d0f3=>{const _0x42c1fa=a31_0x17713c,_0x467e91={'kVUSI':function(_0xe9013f){return _0xe9013f();},'MeIfU':_0x42c1fa(0x178),'WqEOM':function(_0x298c67,_0x3cf9f5){return _0x298c67>_0x3cf9f5;},'ZETsj':function(_0x3a7241,_0xb5b5cc){return _0x3a7241===_0xb5b5cc;},'piXzB':_0x42c1fa(0x21c),'MNcbV':function(_0x7c24b7,_0x5a4bf3){return _0x7c24b7(_0x5a4bf3);}};try{const _0x2c6fed=this[_0x42c1fa(0x1b5)];this[_0x42c1fa(0x1b5)]=_0x14d0f3,_0x14d0f3[_0x42c1fa(0x26c)]=null,_0x14d0f3[_0x42c1fa(0x1c0)]=_0x467e91[_0x42c1fa(0x1dd)](uuidv4),globals['setGlobal'](_0x467e91[_0x42c1fa(0x180)],_0x14d0f3[_0x42c1fa(0x1c0)]),_0x14d0f3[_0x42c1fa(0x1c5)]=new Date()['toISOString'](),_0x467e91[_0x42c1fa(0x152)](_0x14d0f3[_0x42c1fa(0x172)],0x0)&&_0x2c6fed&&_0x467e91['ZETsj'](_0x2c6fed['title'],_0x14d0f3[_0x42c1fa(0x1bc)])?(_0x14d0f3[_0x42c1fa(0x26c)]=_0x2c6fed[_0x42c1fa(0x1c0)],await this['sendTestRunEvent'](_0x14d0f3,undefined,![],_0x467e91[_0x42c1fa(0x221)]),_0x2c6fed[_0x42c1fa(0x22c)]=STATE_FAILED,await this['sendTestRunEvent'](_0x2c6fed,undefined,!![])):await this[_0x42c1fa(0x16e)](_0x14d0f3,undefined,![],_0x467e91[_0x42c1fa(0x221)]);}catch(_0x120820){_0x467e91[_0x42c1fa(0x1c6)](debug,_0x42c1fa(0x206)+_0x120820);}};['sendTestRunEvent']=async(_0x52503e,_0x531a07=undefined,_0x171915=![],_0x423de4=a31_0x17713c(0x18e))=>{const _0x711b8d=a31_0x17713c,_0x2e0faf={'ASonD':function(_0x234ae3,_0x5169c8){return _0x234ae3===_0x5169c8;},'zOabr':function(_0x18c076,_0x3a3b54){return _0x18c076!==_0x3a3b54;},'TcfVS':_0x711b8d(0x1d4),'lhWLI':_0x711b8d(0x224),'zIDpy':function(_0x5a0ac0,_0x11a4d8){return _0x5a0ac0!==_0x11a4d8;},'pYvVF':_0x711b8d(0x267),'kgElj':_0x711b8d(0x15e),'OaRlS':'javascript','erHNK':function(_0x260366,_0x2afda3){return _0x260366===_0x2afda3;},'QMcUN':_0x711b8d(0x216),'GfYkk':_0x711b8d(0x26f),'sCaSm':function(_0x4a53e5,_0x398657){return _0x4a53e5-_0x398657;},'JNWtu':_0x711b8d(0x16c),'htmuM':_0x711b8d(0x153),'pNxpp':'TestRunFinished','aVLQV':_0x711b8d(0x21c),'cpKQl':function(_0x594cb8){return _0x594cb8();},'jXmBM':_0x711b8d(0x1c5),'SMZio':_0x711b8d(0x1b6),'Hotav':function(_0x33abf4,_0x1a20c6){return _0x33abf4(_0x1a20c6);},'wErOM':_0x711b8d(0x1d3),'XbHSA':'failed','pJctj':'passed','MeWaP':function(_0x3e60f5,_0x53ccf3){return _0x3e60f5===_0x53ccf3;},'TBDih':'before\x20each','EBmap':_0x711b8d(0x248),'EpDaE':_0x711b8d(0x186),'lZmQr':'backtrace','sSpZC':_0x711b8d(0x204),'SqjEW':'expanded','sZgYG':function(_0x5f0122,_0x4f2348){return _0x5f0122(_0x4f2348);},'SYxAx':function(_0x1f9ff3,_0x11a7c4){return _0x1f9ff3===_0x11a7c4;},'WLZvl':'hook_type','MXFXf':_0x711b8d(0x188),'UCilF':_0x711b8d(0x24f)};try{if(_0x52503e['body']&&_0x52503e[_0x711b8d(0x1a4)]['match'](/browserstack internal helper hook/))return;let _0x279b96=[];if(_0x2e0faf[_0x711b8d(0x246)](_0x52503e['state'],STATE_FAILED)){if(_0x2e0faf[_0x711b8d(0x164)](_0x52503e[_0x711b8d(0x224)],undefined))_0x279b96=_0x52503e[_0x711b8d(0x224)][_0x711b8d(0x23d)]?[_0x52503e['err'][_0x711b8d(0x23d)],_0x2e0faf[_0x711b8d(0x241)]]:[_0x52503e[_0x711b8d(0x224)],_0x2e0faf['lhWLI']];else _0x2e0faf['zIDpy'](_0x531a07,undefined)?_0x279b96=[_0x531a07,_0x2e0faf[_0x711b8d(0x1f5)]]:_0x279b96=[];}const _0x38c051=_0x2e0faf[_0x711b8d(0x26a)](_0x52503e['err'],undefined)?_0x52503e[_0x711b8d(0x224)][_0x711b8d(0x255)]():_0x2e0faf['zIDpy'](_0x531a07,undefined)?_0x531a07[_0x711b8d(0x255)]():undefined;let _0x1d780a;try{_0x1d780a=this['getRootParentFile'](_0x52503e);}catch(_0x2d2350){_0x1d780a=null;}const _0x5d847d=_0x1d780a?this['findGitConfig'](_0x1d780a):null,_0x3de019=_0x1d780a?this[_0x711b8d(0x1df)][_0x711b8d(0x243)](this['getRootParentFile'](_0x52503e)):_0x2e0faf['pYvVF'],_0x48b253={'framework':_0x2e0faf[_0x711b8d(0x262)],'uuid':_0x52503e[_0x711b8d(0x1c0)]||_0x52503e[_0x711b8d(0x1fc)],'name':_0x52503e[_0x711b8d(0x1bc)],'body':{'lang':_0x2e0faf[_0x711b8d(0x220)],'code':_0x52503e[_0x711b8d(0x1a4)]},'scope':this[_0x711b8d(0x158)](_0x52503e),'scopes':this['scopes'](_0x52503e),'identifier':_0x52503e[_0x711b8d(0x1e3)](),'file_name':_0x3de019,'vc_filepath':_0x5d847d?path[_0x711b8d(0x22a)](_0x5d847d,_0x1d780a):null,'location':_0x3de019,'result':_0x2e0faf[_0x711b8d(0x23f)](_0x423de4,_0x2e0faf[_0x711b8d(0x219)])?_0x2e0faf[_0x711b8d(0x209)]:this['analyticsResult'](_0x52503e['state']),'failure_reason':_0x38c051,'duration_in_ms':_0x52503e[_0x711b8d(0x197)]||(_0x423de4[_0x711b8d(0x226)](/Finished/)||_0x423de4[_0x711b8d(0x226)](/Skipped/)?_0x2e0faf[_0x711b8d(0x19c)](Date['now'](),new Date(_0x52503e[_0x711b8d(0x1c5)])[_0x711b8d(0x16d)]()):null),'started_at':_0x52503e[_0x711b8d(0x1c5)],'finished_at':_0x423de4[_0x711b8d(0x226)](/Finished/)||_0x423de4['match'](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x711b8d(0x24b)](null,_0x279b96),'failure_type':!_0x38c051?null:_0x38c051['match'](/AssertionError/)?_0x2e0faf[_0x711b8d(0x177)]:_0x2e0faf[_0x711b8d(0x270)],'retry_of':_0x52503e[_0x711b8d(0x26c)]};if([_0x2e0faf[_0x711b8d(0x219)],_0x2e0faf[_0x711b8d(0x1b7)],_0x2e0faf[_0x711b8d(0x1f7)]][_0x711b8d(0x218)](_0x423de4)){if(_0x2e0faf[_0x711b8d(0x1c8)](getCentralUser)[_0x711b8d(0x250)]){const _0x4e060a=TestMetadata['get'](_0x52503e[_0x711b8d(0x1c0)]);if(_0x4e060a){const _0x5b46f7={};_0x5b46f7['lcnc']=_0x4e060a,Object[_0x711b8d(0x14f)](_0x48b253,_0x5b46f7);}}}testhubUtils[_0x711b8d(0x1e8)](_0x48b253,_0x423de4,_0x52503e,FRAMEWORKS[_0x711b8d(0x273)]);(_0x52503e[_0x711b8d(0x189)]||_0x52503e['redirectUrl'])&&centralScannerUtils[_0x711b8d(0x242)](_0x48b253,_0x52503e[_0x711b8d(0x189)],_0x52503e[_0x711b8d(0x200)]);_0x2e0faf['ASonD'](_0x423de4,_0x2e0faf['QMcUN'])&&!_0x48b253[_0x2e0faf[_0x711b8d(0x193)]]&&(_0x48b253[_0x2e0faf[_0x711b8d(0x193)]]=_0x48b253[_0x2e0faf[_0x711b8d(0x205)]]);if(_0x423de4[_0x711b8d(0x226)](/HookRun/))[_0x48b253['hook_type'],_0x48b253[_0x711b8d(0x1d5)]]=_0x2e0faf[_0x711b8d(0x202)](getHookDetails,_0x52503e[_0x711b8d(0x1e3)]()||_0x52503e[_0x711b8d(0x253)]||_0x52503e[_0x711b8d(0x1bc)]),_0x2e0faf[_0x711b8d(0x23f)](_0x423de4,_0x2e0faf['wErOM'])&&(_0x2e0faf[_0x711b8d(0x164)](_0x48b253[_0x711b8d(0x19e)],_0x2e0faf[_0x711b8d(0x1bf)])&&(_0x48b253[_0x711b8d(0x19e)]=_0x2e0faf[_0x711b8d(0x1a3)]),_0x2e0faf['MeWaP'](_0x48b253[_0x711b8d(0x1be)],_0x2e0faf[_0x711b8d(0x1a9)])&&_0x2e0faf['ASonD'](_0x48b253[_0x711b8d(0x19e)],_0x2e0faf[_0x711b8d(0x1bf)])&&!_0x52503e[_0x711b8d(0x1a8)][_0x711b8d(0x1eb)][_0x711b8d(0x198)]&&(_0x52503e[_0x711b8d(0x1a8)]['currentTest'][_0x711b8d(0x198)]=!![],_0x52503e['ctx'][_0x711b8d(0x1eb)][_0x711b8d(0x22c)]=STATE_FAILED,await this[_0x711b8d(0x16e)](_0x52503e[_0x711b8d(0x1a8)][_0x711b8d(0x1eb)],undefined,!![])));else _0x423de4[_0x711b8d(0x226)](/TestRun/)&&_0x2e0faf['Hotav'](mapTestHooks,_0x52503e);const _0x4d3d7a=_0x48b253[_0x2e0faf[_0x711b8d(0x201)]][0x0];_0x4d3d7a&&(_0x48b253[_0x2e0faf[_0x711b8d(0x14c)]]=_0x4d3d7a[_0x2e0faf[_0x711b8d(0x192)]],_0x48b253[_0x2e0faf[_0x711b8d(0x175)]]=_0x4d3d7a[_0x2e0faf[_0x711b8d(0x222)]]);[_0x2e0faf[_0x711b8d(0x1b7)],_0x2e0faf[_0x711b8d(0x219)]][_0x711b8d(0x218)](_0x423de4)&&(this['_testResults'][_0x711b8d(0x1bd)](_0x48b253),_0x48b253['hooks']=_0x2e0faf[_0x711b8d(0x168)](getHooksForTest,_0x52503e));const _0x3c17a8={'event_type':_0x2e0faf[_0x711b8d(0x1c4)](_0x423de4,_0x2e0faf[_0x711b8d(0x219)])?_0x2e0faf[_0x711b8d(0x1b7)]:_0x423de4};_0x423de4[_0x711b8d(0x226)](/HookRun/)?(_0x48b253[_0x2e0faf['WLZvl']]=HOOK_TYPES_MAP[_0x48b253[_0x2e0faf['WLZvl']]],_0x3c17a8[_0x2e0faf[_0x711b8d(0x1db)]]=_0x48b253):_0x3c17a8[_0x2e0faf[_0x711b8d(0x1f1)]]=_0x48b253,testhubUtils[_0x711b8d(0x26b)](FRAMEWORKS[_0x711b8d(0x273)],_0x3c17a8),await SessionHandler['uploadEventData'](_0x3c17a8);}catch(_0x2faa72){_0x2e0faf[_0x711b8d(0x168)](debug,_0x711b8d(0x170)+_0x423de4+_0x711b8d(0x1a0)+_0x2faa72);}};[a31_0x17713c(0x1e7)](_0x248627){const _0x505c6c=a31_0x17713c,_0x128ad0={};_0x128ad0[_0x505c6c(0x236)]=function(_0x59baf1,_0x28ae97){return _0x59baf1===_0x28ae97;},_0x128ad0[_0x505c6c(0x215)]=function(_0xd87a3b,_0x2caca5){return _0xd87a3b===_0x2caca5;},_0x128ad0[_0x505c6c(0x18d)]=function(_0x3bff14,_0x35b3ae){return _0x3bff14===_0x35b3ae;},_0x128ad0[_0x505c6c(0x162)]=_0x505c6c(0x254),_0x128ad0[_0x505c6c(0x1ee)]='config';const _0x2b6943=_0x128ad0,_0x9c70f8=path[_0x505c6c(0x240)];if(_0x2b6943[_0x505c6c(0x236)](_0x248627,null)||_0x2b6943[_0x505c6c(0x236)](_0x248627,'')||_0x2b6943[_0x505c6c(0x215)](_0x248627,_0x9c70f8)||_0x2b6943[_0x505c6c(0x18d)](_0x248627,path[_0x505c6c(0x15a)](_0x248627)))return null;try{return fs[_0x505c6c(0x183)](path[_0x505c6c(0x1d2)](_0x248627,_0x2b6943[_0x505c6c(0x162)],_0x2b6943[_0x505c6c(0x1ee)])),_0x248627;}catch(_0x2d62ba){const _0x49f43c=path[_0x505c6c(0x15a)](_0x248627);return this[_0x505c6c(0x1e7)](_0x49f43c);}}[a31_0x17713c(0x16f)]=async _0x3b4e99=>{const _0x283739=a31_0x17713c,_0x41778f={'erIJY':_0x283739(0x1b0),'VCtPf':function(_0x5b6f30,_0x197153){return _0x5b6f30(_0x197153);}};try{this[_0x283739(0x24a)]&&!this[_0x283739(0x24a)][_0x283739(0x198)]&&(_0x3b4e99[_0x283739(0x1f6)]=this[_0x283739(0x24a)][_0x283739(0x1fc)]);!_0x3b4e99[_0x283739(0x1f6)]&&this['current_test']&&!this[_0x283739(0x1b5)][_0x283739(0x198)]&&(_0x3b4e99[_0x283739(0x230)]=this[_0x283739(0x1b5)][_0x283739(0x1c0)]);if(_0x3b4e99[_0x283739(0x1f6)]||_0x3b4e99[_0x283739(0x230)]){const _0x287db8={};_0x287db8[_0x283739(0x1e0)]=_0x41778f[_0x283739(0x1f2)],_0x287db8[_0x283739(0x212)]=[_0x3b4e99],await SessionHandler['uploadEventData'](_0x287db8);}}catch(_0x3dfdf4){_0x41778f[_0x283739(0x156)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20'+constants[_0x283739(0x19b)]+_0x283739(0x1a0)+_0x3dfdf4);}};[a31_0x17713c(0x21a)]=async _0x144530=>{const _0x4f1b4b=a31_0x17713c,_0x46f929={'SBYJh':'http_response','hPnNA':_0x4f1b4b(0x19a),'fVMsG':function(_0x21b48e,_0x2f3911){return _0x21b48e(_0x2f3911);}};try{const _0xb0a934={};_0xb0a934['uuid']=_0x144530['uuid']||this[_0x4f1b4b(0x1b5)][_0x4f1b4b(0x1c0)],_0xb0a934['integrations']=_0x144530[_0x46f929[_0x4f1b4b(0x21b)]];const _0x4804c0=_0xb0a934,_0x511cdb={};_0x511cdb[_0x4f1b4b(0x1e0)]=_0x46f929['hPnNA'],_0x511cdb[_0x4f1b4b(0x24f)]=_0x4804c0,await SessionHandler['uploadEventData'](_0x511cdb);}catch(_0x2bfeb5){_0x46f929['fVMsG'](debug,_0x4f1b4b(0x18a)+constants[_0x4f1b4b(0x19b)]+_0x4f1b4b(0x1a0)+_0x2bfeb5);}};[a31_0x17713c(0x1ac)](_0x3af0d8){const _0x141a53=a31_0x17713c,_0x58da76={};_0x58da76[_0x141a53(0x182)]=_0x141a53(0x25f),_0x58da76['cMErl']=_0x141a53(0x1d6),_0x58da76[_0x141a53(0x258)]=_0x141a53(0x1ae);const _0x5ab717=_0x58da76,_0x487206={};return _0x487206[STATE_PASSED]=_0x5ab717[_0x141a53(0x182)],_0x487206[STATE_PENDING]=_0x5ab717[_0x141a53(0x225)],_0x487206[STATE_FAILED]=_0x5ab717[_0x141a53(0x258)],_0x487206[_0x3af0d8];}['scope'](_0x31aba5){const _0x3a9424=a31_0x17713c,_0x21a5ce={};_0x21a5ce['XcUOE']=function(_0x1ecd15,_0x966d72){return _0x1ecd15-_0x966d72;};const _0x53763a=_0x21a5ce,_0x13d2ab=_0x31aba5[_0x3a9424(0x271)]();return _0x13d2ab[_0x3a9424(0x194)](0x0,_0x53763a['XcUOE'](_0x13d2ab[_0x3a9424(0x1fb)],0x1))[_0x3a9424(0x1d2)]('\x20');}[a31_0x17713c(0x1ca)](_0x247fa8){const _0x5dfcb7=a31_0x17713c,_0x209b23={};_0x209b23['CmuCs']=function(_0x4ae28f,_0x502a51){return _0x4ae28f-_0x502a51;};const _0x134522=_0x209b23,_0x564cf0=_0x247fa8[_0x5dfcb7(0x271)]();return _0x564cf0[_0x5dfcb7(0x194)](0x0,_0x134522[_0x5dfcb7(0x18f)](_0x564cf0[_0x5dfcb7(0x1fb)],0x1));}[a31_0x17713c(0x16a)](_0x3861d9){const _0x4d9d37=a31_0x17713c,_0x46aa6c={};_0x46aa6c[_0x4d9d37(0x1e1)]=function(_0x1471a8,_0x49a060){return _0x1471a8>_0x49a060;};const _0x5a8a0c=_0x46aa6c;if(_0x3861d9[_0x4d9d37(0x22b)])return _0x3861d9[_0x4d9d37(0x22b)];if(_0x3861d9['ctx']){const _0xf52de8=_0x3861d9[_0x4d9d37(0x1a8)][_0x4d9d37(0x1eb)]?this[_0x4d9d37(0x16a)](_0x3861d9[_0x4d9d37(0x1a8)][_0x4d9d37(0x1eb)]):null;if(_0xf52de8)return _0xf52de8;}if(_0x3861d9[_0x4d9d37(0x239)]){const _0x47865c=this[_0x4d9d37(0x16a)](_0x3861d9[_0x4d9d37(0x239)])||(_0x3861d9[_0x4d9d37(0x239)][_0x4d9d37(0x1a8)]&&_0x3861d9[_0x4d9d37(0x239)][_0x4d9d37(0x1a8)]['currentTest']?this[_0x4d9d37(0x16a)](_0x3861d9['parent'][_0x4d9d37(0x1a8)][_0x4d9d37(0x1eb)]):null);if(_0x47865c)return _0x47865c;_0x3861d9['parent'][_0x4d9d37(0x17a)]&&_0x5a8a0c[_0x4d9d37(0x1e1)](_0x3861d9[_0x4d9d37(0x239)][_0x4d9d37(0x17a)]['length'],0x0)&&_0x3861d9[_0x4d9d37(0x239)][_0x4d9d37(0x17a)][_0x4d9d37(0x171)](_0x51b6e5=>{const _0xbfc4d6=_0x4d9d37,_0x3ddcfd=_0x51b6e5['ctx']?this[_0xbfc4d6(0x16a)](_0x51b6e5[_0xbfc4d6(0x1a8)]):null;if(_0x3ddcfd)return _0x3ddcfd;});}return null;}}module[a31_0x17713c(0x24e)]=MyReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a32_0x46d2e8=a32_0x5130;function a32_0x5130(_0xd1923d,_0x53867d){const _0x319aa4=a32_0x319a();return a32_0x5130=function(_0x51308d,_0x23eca4){_0x51308d=_0x51308d-0x1db;let _0x5a714b=_0x319aa4[_0x51308d];return _0x5a714b;},a32_0x5130(_0xd1923d,_0x53867d);}(function(_0x164e46,_0x387f55){const _0xba9088=a32_0x5130,_0x283774=_0x164e46();while(!![]){try{const _0x387d87=parseInt(_0xba9088(0x284))/0x1+-parseInt(_0xba9088(0x2c0))/0x2+parseInt(_0xba9088(0x229))/0x3+parseInt(_0xba9088(0x1f6))/0x4*(parseInt(_0xba9088(0x26b))/0x5)+-parseInt(_0xba9088(0x2e4))/0x6+parseInt(_0xba9088(0x280))/0x7+parseInt(_0xba9088(0x2c4))/0x8*(-parseInt(_0xba9088(0x22a))/0x9);if(_0x387d87===_0x387f55)break;else _0x283774['push'](_0x283774['shift']());}catch(_0x47dc20){_0x283774['push'](_0x283774['shift']());}}}(a32_0x319a,0xbefc5));function a32_0x319a(){const _0x1f5920=['HTRwR','BdNGr','AwCFU','aocqU','json','stringify','green','retries','3927678NjOFOq','711747GYyGRX','VQpHX','testsPending','includeEncodedExtension','currentRetry','push','uaDnU','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','IrfPw','getCentralUser','xJlzo','ignore','****\x20FAILURES\x20****','useColors','hxFHZ','prototype','ZELVT','iUIkg','../../helpers/central-scanner/constants','sort','writeFileSync','../test-runner','AsCss','Setting\x20non\x20exit\x20code\x20for\x20failures','rmdirSync','PFKnE','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','KjzzR','../../helpers/performance/performance-tester','maxRetries','isBrowserstackInfra','length','isNotUndefined','MGpSb','reporterOptions','printBuildLink','bold','ZhxOy','getUserWorkerCount','tIfnb','\x20failed','pending','object','Listing\x20all\x20the\x20failures','PljIv','ZcLjp','CpDPF','parallelsPerPlatform','KYWtR','WYJox','reporter-option','\x0a\x0a\x0a','config','niTqR','nszgy','skipped','parseFileNames','JrWkb','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','isUndefined','iaCqf','validPlatformsPresent','MqckY','hideDiff','err','5UYVFtO','yJfZH','parse','XSUPr','YLjcl','kWDdA','configuration','doc','KgabU','forEach','fullTitle','SDKTestSuccessful','tgvTx','join','ryooD','exitCode','unlinkSync','QtUhW','Couldn\x27t\x20write\x20json\x20result\x20to','info','gLbKu','2419893hPcxiY','testsPassed','jKkmT','titlePath','79403nyjzwG','isEmpty','uBQmK','failure','shouldReRunObservabilityTests','iIrbx','call','Now,\x20showing\x20logs\x20from\x20mocha','vCUee','red','platforms','btvxo','central_scanner','CxXXl','totalTests','finalExecution','YCKjW','then','ENufm','rerunTests','rootHooks','../../helpers/test-observability/constants','DCaat','useW3C','accessibilityOptions','Writing\x20json\x20result\x20to\x20file','../../helpers/helper','gnwRr','LRrmR','lMWIJ','JAckW','aOEiI','testsuite','duration','winstonLogger','logLevel','tmLNI','nkVSs','MOCHA','InZtp','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','yellow','../utils/clientTroubleshootingService','speed','getPlatformName','failed','Orzwf','xBnBn','rZDyi','accessibility','KoUki','SWyxz','toUTCString','bgBlueBright','ilSsW','get','WQiAm','pjTrh','failures','../../helpers/percy/utils','48748KJdWdg','hDlXy','BROWSERSTACK_GRR_US_HUB_URL','title','8OzsPPr','start','xxTxW','getTCGConfigFilePaths','\x20skipped','vqCWo','DvLdf','pDXgC','Jofjk','trmrL','lLNhV','../../helpers/logger','SDK_CLEANUP','fRYiD','assign','debug','error','BROWSERSTACK_TEST_OBSERVABILITY_YML','testSuites','AfbVu','output','proxySettings','suite','vUfDk','testsFailed','hPQmd','caVgZ','RLERM','finally','EVENTS','dqAFZ','aeLhU','8830542QrGYOI','FEZGU','getOwnPropertyNames','sfxNx','../utils/constants','size','passed','Total\x20Platforms:\x20','fkJKv','setUserConfigPath','vGlVU','FRAMEWORKS','files','testObservability','Running\x20your\x20mocha\x20tests\x20across\x20','\x20passed','Egtbu','capability','bgRedBright','mocha','isTestObservabilitySession','EjyWD','mjs','pQsFd','hasOwnProperty','../../helpers/performance/constants','XoDfw','parseTestOrchestrationOptions','wwOUN','test','has','excludeTagsInTestingScope','uFpEt','suiteName','state','cpBgk','NammC','2492652OtFUFG','cliConfig','setupTCGAuth','Tests:\x20\x20\x20\x20\x20\x20\x20','launchBuild','log','consoleLog','BROWSERSTACK_TEST_ACCESSIBILITY_YML','testcase','Couldn\x27t\x20write\x20xunit\x20result\x20to','bstack:options','JxPwa','keys','PXKic','FvMDI','ZObjp','ZVTdZ','stack','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','kqTOJ','yLBoW','expected','spec','EjjcY','hMYnf','xlyYP','getErrorMessageFromResults','Total\x20Suites:\x20','prepareCapabilities','bQEic','env','PpAhZ','retryTestsOnFailure','GAulF','generateDiff','errorMessage','handleApp','bgNsx','</testsuite>','cjs','wUzef','file','EtBRC'];a32_0x319a=function(){return _0x1f5920;};return a32_0x319a();}const chalk=require('chalk'),logger=require(a32_0x46d2e8(0x2cf))[a32_0x46d2e8(0x2a6)],helper=require(a32_0x46d2e8(0x29e)),utilities=require('../../helpers/utilities'),testOpsHelper=require('../../helpers/test-observability/utils'),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a32_0x46d2e8(0x23f)),{requireModule,nestedKeyValue}=require(a32_0x46d2e8(0x29e)),{getPercyOptions}=require(a32_0x46d2e8(0x2bf)),Base=requireModule('mocha/lib/reporters/base.js','mocha'),collectFiles=requireModule('mocha/lib/cli/collect-files.js','mocha'),constants=require(a32_0x46d2e8(0x2e8)),PerformanceTester=require(a32_0x46d2e8(0x246)),PerformanceEvents=require(a32_0x46d2e8(0x1ea))[a32_0x46d2e8(0x2e1)],centralScannerConstants=require(a32_0x46d2e8(0x23c)),{FRAMEWORKS}=require(a32_0x46d2e8(0x299)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),ClientTroubleShootingService=require(a32_0x46d2e8(0x2ae));function tag(_0x4aea3a,_0x240135,_0x132c3a,_0x2b3353){const _0x159d5a=a32_0x46d2e8,_0x5b6262={'RLERM':function(_0x5558ff,_0x359226){return _0x5558ff+_0x359226;},'FvMDI':function(_0x9c42c3,_0x33679c){return _0x9c42c3+_0x33679c;},'uBQmK':function(_0x3c1dc7,_0x17debd){return _0x3c1dc7(_0x17debd);},'Orzwf':function(_0x559cab,_0x36ef79){return _0x559cab+_0x36ef79;},'YLjcl':function(_0x2a48e6,_0x370111){return _0x2a48e6+_0x370111;}},_0x459b2e=_0x132c3a?'/>':'>',_0x58f047=[];let _0x362bbe;for(const _0x56e6c2 in _0x240135){Object[_0x159d5a(0x239)][_0x159d5a(0x1e9)][_0x159d5a(0x28a)](_0x240135,_0x56e6c2)&&_0x58f047[_0x159d5a(0x22f)](_0x5b6262[_0x159d5a(0x2df)](_0x5b6262[_0x159d5a(0x2df)](_0x5b6262[_0x159d5a(0x204)](_0x56e6c2,'=\x22'),_0x5b6262[_0x159d5a(0x286)](escape,_0x240135[_0x56e6c2])),'\x22'));}return _0x362bbe=_0x5b6262[_0x159d5a(0x204)](_0x5b6262[_0x159d5a(0x2b2)](_0x5b6262[_0x159d5a(0x204)]('<',_0x4aea3a),_0x58f047[_0x159d5a(0x249)]?_0x5b6262[_0x159d5a(0x204)]('\x20',_0x58f047[_0x159d5a(0x278)]('\x20')):''),_0x459b2e),_0x2b3353&&(_0x362bbe+=_0x5b6262[_0x159d5a(0x26f)](_0x5b6262['Orzwf'](_0x5b6262['Orzwf'](_0x2b3353,'</'),_0x4aea3a),_0x459b2e)),_0x362bbe;}let xunitContent='';function xunitWrite(_0x5ccbf4){xunitContent+=_0x5ccbf4;}function xunitTest(_0x388780,_0x431891){const _0x502a73=a32_0x46d2e8,_0x1c9456={'lMWIJ':function(_0x5e7d30,_0x3e9381){return _0x5e7d30/_0x3e9381;},'rZDyi':function(_0x45c70d,_0x9cdf82){return _0x45c70d===_0x9cdf82;},'tIfnb':_0x502a73(0x2b1),'cpBgk':function(_0x200df1,_0x15fa66){return _0x200df1+_0x15fa66;},'vGlVU':function(_0x48b552,_0x5f1452){return _0x48b552(_0x5f1452);},'JrWkb':function(_0x1a50e9,_0x24c94a,_0x1ec98a,_0x188e4e,_0x402d93){return _0x1a50e9(_0x24c94a,_0x1ec98a,_0x188e4e,_0x402d93);},'xlyYP':_0x502a73(0x1fe),'nszgy':function(_0x4e7cae,_0x3661ed,_0xec1aeb,_0x154d9f,_0x1cc654){return _0x4e7cae(_0x3661ed,_0xec1aeb,_0x154d9f,_0x1cc654);},'lqtzr':_0x502a73(0x287),'AHvfR':function(_0x56d025,_0x4850e7){return _0x56d025+_0x4850e7;},'PFKnE':function(_0x354f99,_0x182966){return _0x354f99(_0x182966);},'bgNsx':function(_0x42f77b,_0x265b6d){return _0x42f77b(_0x265b6d);},'kqTOJ':function(_0x332da8,_0x39b4ab,_0x514f6d,_0x15d473){return _0x332da8(_0x39b4ab,_0x514f6d,_0x15d473);},'PljIv':_0x502a73(0x261),'caVgZ':function(_0x3a13e1,_0x350774,_0x1ddbb3,_0x56f691){return _0x3a13e1(_0x350774,_0x1ddbb3,_0x56f691);}};Base[_0x502a73(0x237)]=![];var _0x184b15={'classname':_0x388780[_0x502a73(0x275)],'name':_0x388780['title'],'time':_0x1c9456[_0x502a73(0x2a1)](_0x388780[_0x502a73(0x2a5)],0x3e8)||0x0,'platform':_0x431891};if(_0x1c9456[_0x502a73(0x2b4)](_0x388780[_0x502a73(0x1f3)],_0x1c9456[_0x502a73(0x251)])){var _0x6b3403=_0x388780['err'],_0x262ea1=!Base[_0x502a73(0x269)]&&Base['showDiff'](_0x6b3403)?_0x1c9456[_0x502a73(0x1f4)]('\x0a',Base[_0x502a73(0x218)](_0x6b3403['actual'],_0x6b3403[_0x502a73(0x20b)])):'';_0x1c9456[_0x502a73(0x1db)](xunitWrite,_0x1c9456['JrWkb'](tag,_0x1c9456['xlyYP'],_0x184b15,![],_0x1c9456[_0x502a73(0x260)](tag,_0x1c9456['lqtzr'],{},![],_0x1c9456['AHvfR'](_0x1c9456[_0x502a73(0x1f4)](_0x1c9456[_0x502a73(0x1f4)](_0x1c9456[_0x502a73(0x243)](escape,_0x6b3403['message']),_0x1c9456[_0x502a73(0x21b)](escape,_0x262ea1)),'\x0a'),_0x1c9456['bgNsx'](escape,_0x6b3403[_0x502a73(0x207)])))));}else _0x388780['isPending']?_0x1c9456[_0x502a73(0x243)](xunitWrite,_0x1c9456[_0x502a73(0x263)](tag,_0x1c9456[_0x502a73(0x20f)],_0x184b15,![],_0x1c9456[_0x502a73(0x209)](tag,_0x1c9456[_0x502a73(0x256)],{},!![]))):_0x1c9456['bgNsx'](xunitWrite,_0x1c9456[_0x502a73(0x2de)](tag,_0x1c9456['xlyYP'],_0x184b15,!![]));};function getStats(_0x7cc6e6){const _0x1a5fb7=a32_0x46d2e8,_0x4b8559={};_0x4b8559[_0x1a5fb7(0x1eb)]=_0x1a5fb7(0x2da),_0x4b8559[_0x1a5fb7(0x29a)]=_0x1a5fb7(0x2ea),_0x4b8559['QoqrJ']='failed',_0x4b8559['QtUhW']='results';const _0x340db1=_0x4b8559,_0x5230b4=Object[_0x1a5fb7(0x202)](_0x7cc6e6);let _0x22563c=0x0,_0x57dc58=0x0,_0x260416=0x0,_0x7fc3b0=0x0;const _0x54b6d2=new Set();_0x5230b4['forEach'](_0x2fb40a=>{const _0x156243=_0x1a5fb7,_0x156eb2={};_0x156eb2[_0x156243(0x277)]=_0x340db1[_0x156243(0x1eb)],_0x156eb2[_0x156243(0x296)]=_0x340db1[_0x156243(0x29a)],_0x156eb2[_0x156243(0x2cb)]=_0x340db1['QoqrJ'];const _0x3025a7=_0x156eb2;_0x7cc6e6[_0x2fb40a][_0x340db1[_0x156243(0x27c)]][_0x156243(0x274)](_0x2cab57=>{const _0x35374d=_0x156243;_0x54b6d2['add'](_0x2cab57[_0x3025a7[_0x35374d(0x277)]]),_0x22563c++;switch(_0x2cab57['state']){case _0x3025a7[_0x35374d(0x296)]:_0x260416++;break;case _0x3025a7[_0x35374d(0x2cb)]:_0x57dc58++;break;default:_0x7fc3b0++;}});});const _0x5b8c0e={};return _0x5b8c0e[_0x1a5fb7(0x2d6)]=_0x54b6d2[_0x1a5fb7(0x2e9)],_0x5b8c0e[_0x1a5fb7(0x28e)]=_0x5230b4,_0x5b8c0e[_0x1a5fb7(0x292)]=_0x22563c,_0x5b8c0e[_0x1a5fb7(0x2dc)]=_0x57dc58,_0x5b8c0e[_0x1a5fb7(0x281)]=_0x260416,_0x5b8c0e[_0x1a5fb7(0x22c)]=_0x7fc3b0,_0x5b8c0e;}function errorJSON(_0x11c6d0){const _0x5b6351=a32_0x46d2e8;var _0x2ab05a={};return Object[_0x5b6351(0x2e6)](_0x11c6d0)[_0x5b6351(0x274)](function(_0x1e89b9){_0x2ab05a[_0x1e89b9]=_0x11c6d0[_0x1e89b9];},_0x11c6d0),_0x2ab05a;}function cleanCycles(_0x2b4788){const _0x559306=a32_0x46d2e8,_0x24d6bb={};_0x24d6bb['yJfZH']=function(_0x431b6d,_0x4b612b){return _0x431b6d===_0x4b612b;},_0x24d6bb[_0x559306(0x234)]=_0x559306(0x254),_0x24d6bb['JSksu']=function(_0x4d8910,_0x53b95d){return _0x4d8910!==_0x53b95d;},_0x24d6bb[_0x559306(0x2ec)]=function(_0x5f1616,_0x5cab99){return _0x5f1616!==_0x5cab99;},_0x24d6bb[_0x559306(0x26e)]=function(_0x210e74,_0x3795ee){return _0x210e74+_0x3795ee;};const _0x287312=_0x24d6bb;var _0x44f0c6=[];return JSON[_0x559306(0x26d)](JSON[_0x559306(0x226)](_0x2b4788,function(_0x3ac079,_0x176f83){const _0x1e4f0f=_0x559306;if(_0x287312[_0x1e4f0f(0x26c)](typeof _0x176f83,_0x287312[_0x1e4f0f(0x234)])&&_0x287312['JSksu'](_0x176f83,null)){if(_0x287312[_0x1e4f0f(0x2ec)](_0x44f0c6['indexOf'](_0x176f83),-0x1))return _0x287312['XSUPr']('',_0x176f83);_0x44f0c6[_0x1e4f0f(0x22f)](_0x176f83);}return _0x176f83;}));}function clean(_0x563c4c){const _0x555b87=a32_0x46d2e8,_0x1af4c5={'MGpSb':function(_0x556134,_0x1afb91){return _0x556134 instanceof _0x1afb91;},'ZELVT':function(_0x148437,_0xee3fa8){return _0x148437(_0xee3fa8);},'AdMOf':function(_0x43e54f,_0xc7253d){return _0x43e54f(_0xc7253d);}};var _0x5604eb=_0x563c4c[_0x555b87(0x26a)]||{};return _0x1af4c5[_0x555b87(0x24b)](_0x5604eb,Error)&&(_0x5604eb=_0x1af4c5[_0x555b87(0x23a)](errorJSON,_0x5604eb)),{'title':_0x563c4c[_0x555b87(0x2c3)],'fullTitle':_0x563c4c[_0x555b87(0x275)],'file':_0x563c4c[_0x555b87(0x21f)],'duration':_0x563c4c['duration'],'currentRetry':_0x563c4c[_0x555b87(0x22e)],'speed':_0x563c4c[_0x555b87(0x2af)],'err':_0x1af4c5['AdMOf'](cleanCycles,_0x5604eb)};}function printStats(_0x54be85,_0x263426='spec',_0x1515e0={}){const _0x4ddb60=a32_0x46d2e8,_0x592c54={'KgabU':function(_0x16f511,_0xcefab9){return _0x16f511(_0xcefab9);},'InZtp':function(_0x423320,_0x361338){return _0x423320===_0x361338;},'yLBoW':_0x4ddb60(0x2ea),'hUhVi':'passes','vUfDk':_0x4ddb60(0x2b1),'EjjcY':_0x4ddb60(0x2be),'VQpHX':_0x4ddb60(0x253),'iaCqf':'results','nkVSs':function(_0x5c7e6a,_0x33185e){return _0x5c7e6a===_0x33185e;},'JxPwa':function(_0x29f01e,_0x4f3b0f){return _0x29f01e===_0x4f3b0f;},'trmrL':function(_0x54a151,_0x25b05c){return _0x54a151*_0x25b05c;},'HTRwR':function(_0x1af38d,_0x593ff2,_0x2a4329){return _0x1af38d(_0x593ff2,_0x2a4329);},'GAulF':function(_0x116b63,_0x2811db){return _0x116b63===_0x2811db;},'pQsFd':function(_0x32e170,_0x3b4796){return _0x32e170>_0x3b4796;},'PpAhZ':function(_0x30192a){return _0x30192a();},'WYJox':_0x4ddb60(0x272),'dqAFZ':function(_0x597110,_0x1aad21){return _0x597110>_0x1aad21;},'EjyWD':_0x4ddb60(0x241),'HShPp':'Printing\x20stats\x20of\x20tests','YCKjW':function(_0x47e029,_0x3079ad){return _0x47e029+_0x3079ad;},'ryooD':_0x4ddb60(0x2eb),'iIrbx':function(_0x410203,_0x3842cc){return _0x410203+_0x3842cc;},'niTqR':_0x4ddb60(0x211),'uaDnU':function(_0x28fc62,_0x124020){return _0x28fc62+_0x124020;},'gnwRr':_0x4ddb60(0x1f9),'CxXXl':function(_0x1eed54,_0x447113){return _0x1eed54>_0x447113;},'xxTxW':function(_0x1ebf09,_0x11785b){return _0x1ebf09>_0x11785b;},'bQEic':function(_0x5944ed,_0x228fc3){return _0x5944ed>_0x228fc3;},'MqckY':function(_0x3edbf4,_0x241b4e){return _0x3edbf4+_0x241b4e;},'btvxo':function(_0x2b4a77,_0x109ac3){return _0x2b4a77+_0x109ac3;},'CpDPF':_0x4ddb60(0x25d),'lLNhV':function(_0x1f8dea,_0xee465b){return _0x1f8dea===_0xee465b;},'ZObjp':_0x4ddb60(0x225),'aeLhU':_0x4ddb60(0x29d),'WWlcB':_0x4ddb60(0x27d),'vqCWo':_0x4ddb60(0x244),'AfbVu':'xunit','tmLNI':'Mocha\x20Tests','ERQji':function(_0x1569f4,_0x48931e){return _0x1569f4||_0x48931e;},'vCUee':function(_0x4657a0,_0x9144df,_0x675ce4,_0x412634){return _0x4657a0(_0x9144df,_0x675ce4,_0x412634);},'AsCss':_0x4ddb60(0x2a4),'ZcLjp':function(_0x5997cf,_0x53fd02){return _0x5997cf-_0x53fd02;},'pjTrh':function(_0x302584,_0x853767){return _0x302584-_0x853767;},'Egtbu':function(_0x53a81a,_0x314321){return _0x53a81a/_0x314321;},'alyIl':function(_0x407195,_0x2d1702){return _0x407195(_0x2d1702);},'QCYBj':_0x4ddb60(0x21c),'PXKic':'Writing\x20xunit\x20result\x20to\x20file','hMYnf':_0x4ddb60(0x1ff),'MPCbO':_0x4ddb60(0x231),'wUzef':function(_0x246fcf,_0x396864){return _0x246fcf===_0x396864;},'RwtPl':_0x4ddb60(0x255),'hPQmd':_0x4ddb60(0x236)};if(_0x592c54[_0x4ddb60(0x2a9)](_0x263426,_0x592c54[_0x4ddb60(0x25b)]))return;const _0x63e80c=0x0,_0x1ef523=()=>{const _0x32a77a=_0x4ddb60;return _0x592c54[_0x32a77a(0x273)](Array,_0x63e80c)[_0x32a77a(0x278)]('\x20\x20');},{testSuites:_0x30f1c0,platforms:_0x2cb9cd,totalTests:_0xd9d44,testsFailed:_0x12a08b,testsPassed:_0x572590,testsPending:_0x4fb021}=_0x592c54['KgabU'](getStats,_0x54be85);_0x592c54[_0x4ddb60(0x2e2)](_0x12a08b,0x0)&&(logger['debug'](_0x592c54[_0x4ddb60(0x1e6)]),process[_0x4ddb60(0x27a)]=Math['min'](_0x12a08b,0xff));logger[_0x4ddb60(0x2d3)](_0x592c54['HShPp']);const _0x21ac6f=''+_0x592c54['YCKjW'](chalk[_0x4ddb60(0x24e)](_0x592c54[_0x4ddb60(0x279)]),_0x2cb9cd[_0x4ddb60(0x249)]),_0x5c6851=''+_0x592c54[_0x4ddb60(0x289)](chalk[_0x4ddb60(0x24e)](_0x592c54[_0x4ddb60(0x25f)]),_0x30f1c0),_0x6c9402=''+_0x592c54[_0x4ddb60(0x294)](_0x592c54[_0x4ddb60(0x294)](_0x592c54[_0x4ddb60(0x230)](chalk[_0x4ddb60(0x24e)](_0x592c54[_0x4ddb60(0x29f)]),_0x592c54[_0x4ddb60(0x291)](_0x12a08b,0x0)?chalk['bold'][_0x4ddb60(0x28d)](_0x12a08b+_0x4ddb60(0x252))+',\x20':''),_0x592c54[_0x4ddb60(0x2c6)](_0x4fb021,0x0)?chalk['bold'][_0x4ddb60(0x2ad)](_0x4fb021+_0x4ddb60(0x2c8))+',\x20':''),_0x592c54[_0x4ddb60(0x213)](_0x572590,0x0)?chalk[_0x4ddb60(0x24e)][_0x4ddb60(0x227)](_0x572590+_0x4ddb60(0x1e0))+',\x20':'')+_0xd9d44+'\x20total';console[_0x4ddb60(0x1fb)](_0x592c54[_0x4ddb60(0x230)](_0x592c54[_0x4ddb60(0x268)](_0x592c54[_0x4ddb60(0x28f)](_0x592c54[_0x4ddb60(0x28f)](_0x592c54[_0x4ddb60(0x294)](_0x592c54[_0x4ddb60(0x258)],_0x21ac6f),'\x0a'),_0x5c6851),'\x0a'),_0x6c9402));if(_0x592c54[_0x4ddb60(0x2ce)](_0x263426,_0x592c54[_0x4ddb60(0x205)])){const _0x29c68d={},_0x5cbccb={};_0x5cbccb[_0x4ddb60(0x2d6)]=_0x30f1c0,_0x5cbccb[_0x4ddb60(0x28e)]=_0x2cb9cd,_0x5cbccb[_0x4ddb60(0x2dc)]=_0x12a08b,_0x5cbccb['testsPassed']=_0x572590,_0x5cbccb['testsPending']=_0x4fb021,_0x29c68d['stats']=_0x5cbccb,_0x2cb9cd['forEach'](_0x25782a=>{const _0x3d7432=_0x4ddb60,_0x3b3012={'sfxNx':function(_0x4226dd,_0x183f63){const _0x1fb285=a32_0x5130;return _0x592c54[_0x1fb285(0x2ab)](_0x4226dd,_0x183f63);},'jrxgo':_0x592c54['yLBoW'],'kWDdA':_0x592c54['hUhVi'],'xXvnc':function(_0x31bbdb,_0xdf3e0e){const _0x3c8d1f=a32_0x5130;return _0x592c54[_0x3c8d1f(0x273)](_0x31bbdb,_0xdf3e0e);},'LRrmR':function(_0x4c2e49,_0x30f22e){const _0x3589e9=a32_0x5130;return _0x592c54[_0x3589e9(0x2ab)](_0x4c2e49,_0x30f22e);},'wwOUN':_0x592c54[_0x3d7432(0x2db)],'ZVTdZ':_0x592c54[_0x3d7432(0x20d)],'hxFHZ':function(_0x5b52a5,_0x54d732){const _0x194054=_0x3d7432;return _0x592c54[_0x194054(0x273)](_0x5b52a5,_0x54d732);},'SWyxz':_0x592c54[_0x3d7432(0x22b)],'EtBRC':function(_0x1b43b0,_0x5e44c5){const _0x2e794a=_0x3d7432;return _0x592c54[_0x2e794a(0x273)](_0x1b43b0,_0x5e44c5);}};_0x29c68d[_0x25782a]={'pending':[],'failures':[],'passes':[],'tests':_0x54be85[_0x25782a][_0x592c54[_0x3d7432(0x266)]]['map'](clean)},_0x54be85[_0x25782a][_0x592c54[_0x3d7432(0x266)]]['forEach'](_0x2ed165=>{const _0x57641b=_0x3d7432;if(_0x3b3012[_0x57641b(0x2e7)](_0x2ed165[_0x57641b(0x1f3)],_0x3b3012['jrxgo']))_0x29c68d[_0x25782a][_0x3b3012[_0x57641b(0x270)]][_0x57641b(0x22f)](_0x3b3012['xXvnc'](clean,_0x2ed165));else _0x3b3012[_0x57641b(0x2a0)](_0x2ed165[_0x57641b(0x1f3)],_0x3b3012[_0x57641b(0x1ed)])?_0x29c68d[_0x25782a][_0x3b3012[_0x57641b(0x206)]][_0x57641b(0x22f)](_0x3b3012[_0x57641b(0x238)](clean,_0x2ed165)):_0x29c68d[_0x25782a][_0x3b3012[_0x57641b(0x2b7)]]['push'](_0x3b3012[_0x57641b(0x220)](clean,_0x2ed165));});});if(_0x1515e0[_0x4ddb60(0x2d8)])try{logger['debug'](_0x592c54[_0x4ddb60(0x2e3)],_0x1515e0[_0x4ddb60(0x2d8)]),fs['writeFileSync'](_0x1515e0[_0x4ddb60(0x2d8)],JSON['stringify'](_0x29c68d,null,0x3));}catch(_0x2babe7){logger['error'](_0x592c54['WWlcB'],_0x1515e0[_0x4ddb60(0x2d8)]),logger[_0x4ddb60(0x2d3)](_0x2babe7);}else logger['debug'](_0x592c54[_0x4ddb60(0x2c9)]),console[_0x4ddb60(0x1fb)](JSON[_0x4ddb60(0x226)](_0x29c68d,null,0x3));}else{if(_0x592c54[_0x4ddb60(0x201)](_0x263426,_0x592c54[_0x4ddb60(0x2d7)])){let _0x73dd99;const _0xdbd55e=_0x592c54[_0x4ddb60(0x2a8)];_0x1515e0&&(_0x73dd99=_0x1515e0[_0x4ddb60(0x1f2)]);_0x73dd99=_0x592c54['ERQji'](_0x73dd99,_0xdbd55e);let _0x327ab8=0x0,_0x57dd17=0x0,_0x367bb8=0x0,_0x5a7801=0x0;_0x2cb9cd[_0x4ddb60(0x274)](_0x5286b1=>{const _0x4039bd=_0x4ddb60;_0x54be85[_0x5286b1][_0x592c54[_0x4039bd(0x266)]][_0x4039bd(0x274)](_0x5d6987=>{const _0x4119f7=_0x4039bd;if(_0x592c54[_0x4119f7(0x2a9)](_0x5d6987[_0x4119f7(0x1f3)],_0x592c54[_0x4119f7(0x20a)]))_0x327ab8++;else _0x592c54[_0x4119f7(0x201)](_0x5d6987['state'],_0x592c54[_0x4119f7(0x2db)])&&_0x57dd17++;_0x367bb8++,_0x5a7801+=_0x592c54[_0x4119f7(0x2cd)](_0x5d6987[_0x4119f7(0x2a5)],0x1);});}),_0x592c54['KgabU'](xunitWrite,_0x592c54[_0x4ddb60(0x28c)](tag,_0x592c54[_0x4ddb60(0x240)],{'name':_0x73dd99,'tests':_0x367bb8,'failures':0x0,'errors':_0x57dd17,'skipped':_0x592c54[_0x4ddb60(0x257)](_0x592c54[_0x4ddb60(0x2bd)](_0x367bb8,_0x57dd17),_0x327ab8),'timestamp':new Date()[_0x4ddb60(0x2b8)](),'time':_0x592c54[_0x4ddb60(0x1e1)](_0x5a7801,0x3e8)||0x0},![])),_0x2cb9cd[_0x4ddb60(0x274)](_0x38da76=>{const _0x1eee14=_0x4ddb60,_0x542bce={'jKkmT':function(_0x51bbc8,_0x207b14,_0x81fe18){const _0x5d6042=a32_0x5130;return _0x592c54[_0x5d6042(0x221)](_0x51bbc8,_0x207b14,_0x81fe18);}};_0x54be85[_0x38da76][_0x592c54[_0x1eee14(0x266)]][_0x1eee14(0x274)](_0x2bf722=>{const _0x2e657c=_0x1eee14;_0x542bce[_0x2e657c(0x282)](xunitTest,_0x2bf722,_0x38da76);});}),_0x592c54['alyIl'](xunitWrite,_0x592c54['QCYBj']);if(_0x1515e0['output'])try{logger['debug'](_0x592c54[_0x4ddb60(0x203)],_0x1515e0[_0x4ddb60(0x2d8)]),fs[_0x4ddb60(0x23e)](_0x1515e0[_0x4ddb60(0x2d8)],xunitContent);}catch(_0x426dc1){logger[_0x4ddb60(0x2d4)](_0x592c54[_0x4ddb60(0x20e)],_0x1515e0[_0x4ddb60(0x2d8)]),logger[_0x4ddb60(0x2d3)](_0x426dc1);}else logger[_0x4ddb60(0x2d3)](_0x592c54['MPCbO']),console[_0x4ddb60(0x1fb)](xunitContent);}else{if(_0x592c54[_0x4ddb60(0x21e)](_0x12a08b,0x0))return;console[_0x4ddb60(0x1fb)](),logger[_0x4ddb60(0x2d3)](_0x592c54['RwtPl']),console[_0x4ddb60(0x1fb)](chalk[_0x4ddb60(0x24e)][_0x4ddb60(0x1e3)](_0x592c54[_0x4ddb60(0x2dd)])),_0x2cb9cd[_0x4ddb60(0x274)](_0x3e6e35=>{const _0x4a6d20=_0x4ddb60,_0x474d78={'IrfPw':function(_0x677021,_0xe4cec5){const _0xbd80ab=a32_0x5130;return _0x592c54[_0xbd80ab(0x217)](_0x677021,_0xe4cec5);},'iUIkg':_0x592c54[_0x4a6d20(0x2db)]},_0x2a061f=[];_0x54be85[_0x3e6e35][_0x592c54[_0x4a6d20(0x266)]]['forEach'](_0x275adc=>{const _0x4051ca=_0x4a6d20;_0x474d78[_0x4051ca(0x232)](_0x275adc[_0x4051ca(0x1f3)],_0x474d78[_0x4051ca(0x23b)])&&(_0x275adc[_0x4051ca(0x283)]=()=>_0x275adc['titlePathV'],_0x2a061f[_0x4051ca(0x22f)](_0x275adc));}),_0x592c54[_0x4a6d20(0x1e8)](_0x2a061f[_0x4a6d20(0x249)],0x0)&&(Base['consoleLog'](),Base[_0x4a6d20(0x1fc)](_0x592c54[_0x4a6d20(0x215)](_0x1ef523),chalk['bold'][_0x4a6d20(0x2b9)](_0x3e6e35)),Base['list'](_0x2a061f));});}}}async function run(_0x4e1a10,_0x343584,_0x39168b){const _0x5f0eef=a32_0x46d2e8,_0x33c85f={'aocqU':function(_0x24cfa4,_0x570106,_0x36181d,_0x51d56d){return _0x24cfa4(_0x570106,_0x36181d,_0x51d56d);},'DyJLa':_0x5f0eef(0x25c),'AwCFU':'error\x20removing\x20tcg\x20config\x20file','ZhxOy':_0x5f0eef(0x276),'ilSsW':_0x5f0eef(0x1e4),'BdNGr':function(_0x290350,_0x3ae036){return _0x290350!=_0x3ae036;},'xBnBn':_0x5f0eef(0x21d),'LZYqD':_0x5f0eef(0x1e7),'fRYiD':_0x5f0eef(0x1ee),'FEZGU':_0x5f0eef(0x297),'lUMex':function(_0xec158d,_0x49a6a0){return _0xec158d(_0x49a6a0);},'KjzzR':function(_0x40a4a9,_0x2c6797,_0x3c802c){return _0x40a4a9(_0x2c6797,_0x3c802c);},'hDlXy':'files','NammC':function(_0x32f41f,_0x568e7f){return _0x32f41f!=_0x568e7f;},'KYWtR':'includeTagsInTestingScope','JAckW':_0x5f0eef(0x1f0),'Jofjk':_0x5f0eef(0x22d),'aOEiI':'Running\x20your\x20mocha\x20tests','WQiAm':_0x5f0eef(0x28b),'gLbKu':function(_0x10863e,_0x83f1ae,_0x12d0d9,_0x59206d){return _0x10863e(_0x83f1ae,_0x12d0d9,_0x59206d);},'YKyNI':function(_0x4e9c88,_0x52108a){return _0x4e9c88*_0x52108a;},'KoUki':function(_0x4cbb45,_0x5dea90){return _0x4cbb45(_0x5dea90);},'uFpEt':function(_0x4b3ae2,_0x2ba391){return _0x4b3ae2!==_0x2ba391;},'DvLdf':function(_0xcaea85,_0x31a807,_0x340573,_0xc8294f){return _0xcaea85(_0x31a807,_0x340573,_0xc8294f);}};helper[_0x5f0eef(0x2ed)](_0x39168b['framework'],_0x4e1a10),await _0x39168b['initialize'](_0x4e1a10);helper[_0x5f0eef(0x248)]()?await helper[_0x5f0eef(0x21a)](_0x39168b[_0x5f0eef(0x25e)]):await _0x39168b[_0x5f0eef(0x1f8)]();const _0x335052=[];let _0x50ebc1=[];if(!_0x39168b[_0x5f0eef(0x25e)])return;!helper[_0x5f0eef(0x265)](_0x39168b[_0x5f0eef(0x25e)]['accessibilityOptions'])&&(process[_0x5f0eef(0x214)][_0x5f0eef(0x208)]=JSON[_0x5f0eef(0x226)](_0x39168b[_0x5f0eef(0x25e)]['accessibilityOptions']));const _0x34455d=await TestHubHandler[_0x5f0eef(0x1fa)](FRAMEWORKS[_0x5f0eef(0x2aa)],_0x39168b);_0x33c85f[_0x5f0eef(0x222)](_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x1de)],null)&&(process[_0x5f0eef(0x214)][_0x5f0eef(0x2d5)]=_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x1de)]);!helper[_0x5f0eef(0x265)](_0x39168b['config']['accessibility'])&&(process[_0x5f0eef(0x214)][_0x5f0eef(0x1fd)]=_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x2b5)]);const {extension:extension=['js',_0x33c85f[_0x5f0eef(0x2b3)],_0x33c85f['LZYqD']],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x33c85f[_0x5f0eef(0x2d1)]]}=_0x4e1a10,_0xdf5692={..._0x4e1a10};_0xdf5692[_0x5f0eef(0x298)]=null;const _0x2c72df=_0xdf5692;let _0x369cb0;if(testOpsHelper[_0x5f0eef(0x1e5)]()&&testOpsHelper[_0x5f0eef(0x288)]()){let _0x540fc4=process[_0x5f0eef(0x214)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x5f0eef(0x265)](_0x39168b[_0x5f0eef(0x1f7)])&&_0x39168b[_0x5f0eef(0x1f7)][_0x5f0eef(0x1ef)](_0x33c85f[_0x5f0eef(0x2e5)])&&(_0x540fc4=_0x39168b[_0x5f0eef(0x1f7)][_0x5f0eef(0x2bb)](_0x33c85f[_0x5f0eef(0x2e5)])),_0x369cb0=testOpsHelper[_0x5f0eef(0x262)](_0x540fc4);}if(helper['isUndefined'](_0x369cb0)){const _0x34c4b7={};_0x34c4b7[_0x5f0eef(0x235)]=ignore,_0x34c4b7['extension']=extension,_0x34c4b7['file']=file,_0x34c4b7['recursive']=recursive,_0x34c4b7[_0x5f0eef(0x23d)]=sort,_0x34c4b7[_0x5f0eef(0x20c)]=spec,_0x369cb0=_0x33c85f['lUMex'](collectFiles,_0x34c4b7),_0x33c85f[_0x5f0eef(0x245)](nestedKeyValue,_0x369cb0,[_0x33c85f[_0x5f0eef(0x2c1)]])&&(_0x369cb0=_0x369cb0[_0x5f0eef(0x1dd)]);}const _0x1dcc70=helper[_0x5f0eef(0x1ec)](_0x39168b['config']);!helper[_0x5f0eef(0x285)](_0x1dcc70)&&helper[_0x5f0eef(0x24a)](_0x1dcc70[_0x5f0eef(0x216)])&&(_0x2c72df[_0x5f0eef(0x228)]=_0x1dcc70[_0x5f0eef(0x216)][_0x5f0eef(0x247)]);if(!helper[_0x5f0eef(0x248)]()){const _0x1a8731=0x1,_0x21e202={..._0x2c72df};_0x21e202[_0x5f0eef(0x20c)]=[..._0x369cb0],_0x335052[_0x5f0eef(0x22f)]({'mochaOpts':_0x21e202,'configuration':{'platform':os['platform']()}});if(_0x39168b[_0x5f0eef(0x25e)]['accessibility']){const _0x5b9c1f={};_0x5b9c1f[_0x5f0eef(0x2b5)]=!![];const _0x4e3092=_0x5b9c1f;_0x33c85f[_0x5f0eef(0x1f5)](_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x29c)],null)&&(_0x4e3092[_0x5f0eef(0x29c)]=_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x29c)],delete _0x4e3092['accessibilityOptions'][_0x33c85f[_0x5f0eef(0x25a)]],delete _0x4e3092[_0x5f0eef(0x29c)][_0x33c85f[_0x5f0eef(0x2a2)]],delete _0x4e3092[_0x5f0eef(0x29c)][_0x33c85f[_0x5f0eef(0x2cc)]]);const _0x267bae={};_0x267bae[_0x5f0eef(0x200)]=_0x4e3092,_0x335052[0x0][_0x5f0eef(0x271)][_0x5f0eef(0x1e2)]=_0x267bae;}logger[_0x5f0eef(0x27e)](_0x33c85f[_0x5f0eef(0x2a3)]),logger[_0x5f0eef(0x27e)](_0x33c85f[_0x5f0eef(0x2bc)]),_0x33c85f[_0x5f0eef(0x27f)](parallelTestRun,_0x335052,_0x1a8731,_0x39168b)[_0x5f0eef(0x295)](_0x36f093=>{const _0x54e4e4=_0x5f0eef;PerformanceTester[_0x54e4e4(0x2c5)](PerformanceEvents[_0x54e4e4(0x2d0)]),_0x33c85f[_0x54e4e4(0x224)](printStats,_0x36f093,_0x4e1a10['reporter'],_0x4e1a10[_0x54e4e4(0x24c)]||_0x4e1a10[_0x33c85f['DyJLa']]);})['finally'](()=>{const _0x4c93d6=_0x5f0eef;PerformanceTester['start'](PerformanceEvents[_0x4c93d6(0x2d0)]);try{const {browserstackFolderPath:_0x4ceb37,tcgConfigPath:_0x38bf5e}=helper[_0x4c93d6(0x2c7)]();fs[_0x4c93d6(0x27b)](_0x38bf5e),fs[_0x4c93d6(0x242)](_0x4ceb37);}catch(_0x3afb64){logger[_0x4c93d6(0x2d3)](_0x33c85f[_0x4c93d6(0x223)],_0x3afb64);}try{utilities['fireFunnelTestEvent'](_0x33c85f[_0x4c93d6(0x24f)],{},_0x39168b[_0x4c93d6(0x25e)],_0x39168b['framework']);}catch(_0x28f0d5){logger[_0x4c93d6(0x2d3)](_0x4c93d6(0x2ac)+_0x28f0d5[_0x4c93d6(0x207)]);}try{helper['notifyUpdate']();}catch(_0x1366b3){logger[_0x4c93d6(0x2d3)](_0x4c93d6(0x264)+_0x1366b3);}testOpsHelper[_0x4c93d6(0x24d)]();});}else{const _0x51df03=helper[_0x5f0eef(0x29b)](_0x39168b['config']);let _0x5e0d59=helper['getHubUrl'](_0x39168b[_0x5f0eef(0x25e)]);_0x50ebc1=helper[_0x5f0eef(0x212)](_0x39168b[_0x5f0eef(0x25e)],_0x51df03,constants['FRAMEWORKS'][_0x5f0eef(0x2aa)]);helper[_0x5f0eef(0x233)]()[_0x5f0eef(0x290)]&&(_0x5e0d59=centralScannerConstants[_0x5f0eef(0x2c2)]);let _0x3c7b37;const _0xbc583e=_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x259)]||helper[_0x5f0eef(0x250)](_0x4e1a10,_0x343584,_0x39168b[_0x5f0eef(0x25e)],constants[_0x5f0eef(0x1dc)]['MOCHA'])||0x1;helper[_0x5f0eef(0x267)](_0x39168b[_0x5f0eef(0x25e)])?_0x3c7b37=_0x33c85f['YKyNI'](_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x28e)][_0x5f0eef(0x249)],_0xbc583e):_0x3c7b37=_0xbc583e;const _0x1377d0=_0x33c85f[_0x5f0eef(0x2b6)](getPercyOptions,_0x39168b[_0x5f0eef(0x25e)]);if(_0x33c85f[_0x5f0eef(0x1f1)](_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x259)],0x1))_0x369cb0[_0x5f0eef(0x274)](_0x58e0ba=>{const _0x3b4f93=_0x5f0eef,_0x4e3dd9=[];_0x50ebc1[_0x3b4f93(0x274)]((_0x206052,_0x5b6d3f)=>{const _0x3e01b6=_0x3b4f93,_0xfa742={};_0xfa742[_0x3e01b6(0x20c)]=[_0x58e0ba],_0x4e3dd9[_0x3e01b6(0x22f)]({'mochaOpts':Object['assign']({},_0x2c72df,_0xfa742),'configuration':{'server':_0x5e0d59,'capability':_0x206052,'proxySettings':_0x39168b[_0x3e01b6(0x25e)][_0x3e01b6(0x2d9)],'platform':helper[_0x3e01b6(0x2b0)](_0x206052),'browserStackLogLevel':_0x39168b[_0x3e01b6(0x25e)][_0x3e01b6(0x2a7)],'platformIndex':_0x5b6d3f,'browserStackPercyOptions':_0x1377d0,'platformCaps':Object[_0x3e01b6(0x2d2)]({'index':_0x5b6d3f},_0x39168b[_0x3e01b6(0x25e)][_0x3e01b6(0x28e)][_0x5b6d3f])}});}),_0x335052[_0x3b4f93(0x22f)](..._0x4e3dd9);});else{const _0x4179a2=[];_0x50ebc1[_0x5f0eef(0x274)]((_0xe2ec5e,_0x26c68a)=>{const _0x507ec1=_0x5f0eef;let _0x48516b=Object[_0x507ec1(0x2d2)]({},_0x2c72df);testOpsHelper[_0x507ec1(0x1e5)]()&&testOpsHelper['shouldReRunObservabilityTests']()&&(_0x48516b={..._0x48516b,'spec':[..._0x369cb0]}),_0x4179a2[_0x507ec1(0x22f)]({'mochaOpts':_0x48516b,'configuration':{'server':_0x5e0d59,'capability':_0xe2ec5e,'proxySettings':_0x39168b[_0x507ec1(0x25e)][_0x507ec1(0x2d9)],'platform':helper['getPlatformName'](_0xe2ec5e),'browserStackLogLevel':_0x39168b[_0x507ec1(0x25e)]['logLevel'],'platformIndex':_0x26c68a,'browserStackPercyOptions':_0x1377d0,'platformCaps':Object['assign']({'index':_0x26c68a},_0x39168b[_0x507ec1(0x25e)][_0x507ec1(0x28e)][_0x26c68a])}});}),_0x335052['push'](..._0x4179a2);}logger[_0x5f0eef(0x27e)](_0x5f0eef(0x1df)+_0x39168b[_0x5f0eef(0x25e)][_0x5f0eef(0x28e)][_0x5f0eef(0x249)]+'\x20platforms'),logger['info'](_0x33c85f[_0x5f0eef(0x2bc)]);let _0x59703f;_0x33c85f[_0x5f0eef(0x2ca)](parallelTestRun,_0x335052,_0x3c7b37,_0x39168b)[_0x5f0eef(0x295)](_0x27a64a=>{const _0x2ed6ce=_0x5f0eef;PerformanceTester[_0x2ed6ce(0x2c5)](PerformanceEvents[_0x2ed6ce(0x2d0)]),_0x59703f=_0x27a64a,_0x33c85f[_0x2ed6ce(0x224)](printStats,_0x27a64a,_0x4e1a10['reporter'],_0x4e1a10[_0x2ed6ce(0x24c)]||_0x4e1a10[_0x33c85f['DyJLa']]);})[_0x5f0eef(0x2e0)](async()=>{const _0x395d35=_0x5f0eef;PerformanceTester[_0x395d35(0x2c5)](PerformanceEvents[_0x395d35(0x2d0)]),_0x39168b[_0x395d35(0x219)]=helper[_0x395d35(0x210)](_0x59703f,_0x33c85f[_0x395d35(0x2ba)]),await utilities[_0x395d35(0x293)](_0x39168b),testOpsHelper[_0x395d35(0x24d)]();});}}module['exports']=run;
2
+ 'use strict';const a32_0x472426=a32_0x2a6f;(function(_0x480353,_0x55a393){const _0x132d91=a32_0x2a6f,_0x5a783d=_0x480353();while(!![]){try{const _0x444bd4=-parseInt(_0x132d91(0x128))/0x1+-parseInt(_0x132d91(0x150))/0x2+parseInt(_0x132d91(0x1e2))/0x3+-parseInt(_0x132d91(0x1eb))/0x4+parseInt(_0x132d91(0x11d))/0x5*(parseInt(_0x132d91(0x12c))/0x6)+parseInt(_0x132d91(0x176))/0x7+parseInt(_0x132d91(0x1c0))/0x8*(parseInt(_0x132d91(0x121))/0x9);if(_0x444bd4===_0x55a393)break;else _0x5a783d['push'](_0x5a783d['shift']());}catch(_0x4ae020){_0x5a783d['push'](_0x5a783d['shift']());}}}(a32_0xb38e,0x7503c));function a32_0xb38e(){const _0x6a719c=['parseFileNames','getPlatformName','toUTCString','YQmJX','mixYV','yellow','includeEncodedExtension','bLLKa','1339718OcgKkf','IALvs','debug','BXyXP','AJBzO','lHCpc','kPDkX','join','Snlan','testsPending','fireFunnelTestEvent','../../helpers/logger','\x20skipped','ZCwcv','output','Couldn\x27t\x20write\x20xunit\x20result\x20to','UdZTv','zgfOn','Running\x20your\x20mocha\x20tests','UAfFD','recursive','maxRetries','pmcxn','state','hasOwnProperty','../../helpers/test-observability/utils','../test-runner','getErrorMessageFromResults','HepGB','MLxsX','logLevel','prepareCapabilities','TdfQa','handleApp','parse','LdCUn','Running\x20your\x20mocha\x20tests\x20across\x20','aVMSJ','2184749TGFWTq','testsuite','ynnTo','getOwnPropertyNames','lupWc','fhOzG','kShCe','min','passed','BIYfG','vMQoy','indexOf','writeFileSync','finally','Total\x20Suites:\x20','doc','Couldn\x27t\x20write\x20json\x20result\x20to','test','parallelsPerPlatform','file','oKNEi','failed','getHubUrl','excludeTagsInTestingScope','sort','setUserConfigPath','../../helpers/testhub/testhubHandler','suiteName','\x20passed','duration','TZAnh','qeELA','SxASL','eTpyJ','cygGZ','results','MBmle','../../helpers/performance/performance-tester','wwkjI','wJaax','mbLVN','mocha/lib/reporters/base.js','MOCHA','FRAMEWORKS','currentRetry','error\x20removing\x20tcg\x20config\x20file','FIjIK','has','NDPun','useColors','cWxSS','xRQSM','hideDiff','MkmJz','FEcvQ','mzvhi','bgBlueBright','../utils/constants','\x20platforms','title','initialize','Tests:\x20\x20\x20\x20\x20\x20\x20','tXiJi','accessibility','consoleLog','../../helpers/percy/utils','push','setupTCGAuth','EIMNX','config','testsFailed','WooKH','rootHooks','eprKe','4219144Sqfcow','shouldReRunObservabilityTests','FSiYR','notifyUpdate','configuration','NzFPz','mocha','rmdirSync','FsBno','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','RmrSP','reporter','titlePathV','HnXYD','Total\x20Platforms:\x20','length','zxvGu','isEmpty','suite','QNoJf','platform','iaPTI','actual','reporter-option','getUserWorkerCount','getCentralUser','Kfoib','****\x20FAILURES\x20****','stats','BROWSERSTACK_TEST_ACCESSIBILITY_YML','env','exitCode','reporterOptions','xunit','234645oOveUu','ignore','testObservability','then','framework','zuMxZ','map','QwlmR','../../helpers/utilities','284252DpwGqX','chalk','mocha/lib/cli/collect-files.js','isBrowserstackInfra','tAuyz','UedUI','xdKmE','EVENTS','lgICz','nCkkU','BwFFF','qadJq','oSFSG','YRxxK','Listing\x20all\x20the\x20failures','ZHZri','mjs','start','\x20total','exports','titlePath','isTestObservabilitySession','files','qejCd','printBuildLink','showDiff','validPlatformsPresent','PLPuh','prototype','winstonLogger','trYlQ','bOXzN','call','Writing\x20xunit\x20result\x20to\x20file','green','pending','accessibilityOptions','keys','getTCGConfigFilePaths','testSuites','Setting\x20non\x20exit\x20code\x20for\x20failures','error','failure','../utils/clientTroubleshootingService','platforms','QpQss','parseTestOrchestrationOptions','bgRedBright','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','FjOJm','NAvuJ','bstack:options','err','useW3C','central_scanner','capability','message','kyHbz','errorMessage','ZDnWF','cjs','esLXu','Writing\x20json\x20result\x20to\x20file','stringify','5jDzFRS','jvzBr','../../helpers/central-scanner/constants','rerunTests','18dytWWA','object','assign','qMjPU','FaAvW','zzVqz','tJLhX','443388IwViKW','fullTitle','Ekxjd','LvZxb','1310964YTeBfe','isUndefined','forEach','BROWSERSTACK_RERUN_TESTS','SDK_CLEANUP','bold','BROWSERSTACK_GRR_US_HUB_URL','bXaPq','log','Lpsqb','BROWSERSTACK_TEST_OBSERVABILITY_YML','FzuKw','hnTxS','isNotUndefined','../../helpers/helper','AkUcQ','launchBuild','list','info','spec','retryTestsOnFailure','tpxdA','extension','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','testsPassed','zVdDk','json','cliConfig'];a32_0xb38e=function(){return _0x6a719c;};return a32_0xb38e();}const chalk=require(a32_0x472426(0x1ec)),logger=require(a32_0x472426(0x15b))[a32_0x472426(0xfa)],helper=require(a32_0x472426(0x13a)),utilities=require(a32_0x472426(0x1ea)),testOpsHelper=require(a32_0x472426(0x169)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a32_0x472426(0x16a)),{requireModule,nestedKeyValue}=require('../../helpers/helper'),{getPercyOptions}=require(a32_0x472426(0x1b7)),Base=requireModule(a32_0x472426(0x19f),'mocha'),collectFiles=requireModule(a32_0x472426(0x1ed),a32_0x472426(0x1c6)),constants=require(a32_0x472426(0x1af)),PerformanceTester=require(a32_0x472426(0x19b)),PerformanceEvents=require('../../helpers/performance/constants')[a32_0x472426(0x1f2)],centralScannerConstants=require(a32_0x472426(0x11f)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),TestHubHandler=require(a32_0x472426(0x190)),ClientTroubleShootingService=require(a32_0x472426(0x108));function a32_0x2a6f(_0x5f1480,_0x2a2e44){const _0xb38e41=a32_0xb38e();return a32_0x2a6f=function(_0x2a6f33,_0x8b0c30){_0x2a6f33=_0x2a6f33-0xea;let _0x260230=_0xb38e41[_0x2a6f33];return _0x260230;},a32_0x2a6f(_0x5f1480,_0x2a2e44);}function tag(_0x356732,_0x44cc4f,_0x1d3387,_0x4b4917){const _0x239e65=a32_0x472426,_0x3cffd0={'FsBno':function(_0x5bc5a6,_0x1f1153){return _0x5bc5a6+_0x1f1153;},'lHCpc':function(_0x409421,_0x31b718){return _0x409421+_0x31b718;},'SxASL':function(_0x282ec7,_0x2136e8){return _0x282ec7(_0x2136e8);},'NivLF':function(_0x3bbe67,_0x302359){return _0x3bbe67+_0x302359;},'ZDnWF':function(_0x48289b,_0x3ecf90){return _0x48289b+_0x3ecf90;},'ynnTo':function(_0x4b05e7,_0x1e3d1d){return _0x4b05e7+_0x1e3d1d;},'pmJgX':function(_0x7af012,_0x6426b4){return _0x7af012+_0x6426b4;},'trYlQ':function(_0xe3237b,_0x396534){return _0xe3237b+_0x396534;}},_0x392fdd=_0x1d3387?'/>':'>',_0x27497e=[];let _0x35db98;for(const _0x1a0b67 in _0x44cc4f){Object[_0x239e65(0xf9)][_0x239e65(0x168)][_0x239e65(0xfd)](_0x44cc4f,_0x1a0b67)&&_0x27497e[_0x239e65(0x1b8)](_0x3cffd0[_0x239e65(0x1c8)](_0x3cffd0[_0x239e65(0x1c8)](_0x3cffd0[_0x239e65(0x155)](_0x1a0b67,'=\x22'),_0x3cffd0[_0x239e65(0x196)](escape,_0x44cc4f[_0x1a0b67])),'\x22'));}return _0x35db98=_0x3cffd0['NivLF'](_0x3cffd0['lHCpc'](_0x3cffd0[_0x239e65(0x118)]('<',_0x356732),_0x27497e[_0x239e65(0x1cf)]?_0x3cffd0[_0x239e65(0x155)]('\x20',_0x27497e[_0x239e65(0x157)]('\x20')):''),_0x392fdd),_0x4b4917&&(_0x35db98+=_0x3cffd0[_0x239e65(0x178)](_0x3cffd0['pmJgX'](_0x3cffd0[_0x239e65(0xfb)](_0x4b4917,'</'),_0x356732),_0x392fdd)),_0x35db98;}let xunitContent='';function xunitWrite(_0x2b7cd4){xunitContent+=_0x2b7cd4;}function xunitTest(_0x1f2997,_0x396f6b){const _0x1a30a5=a32_0x472426,_0x3962f6={'BIYfG':function(_0x5b2a58,_0x13c6a1){return _0x5b2a58/_0x13c6a1;},'esLXu':function(_0xdac64a,_0x363434){return _0xdac64a===_0x363434;},'cygGZ':_0x1a30a5(0x18b),'Fvhqf':function(_0x843ccd,_0x40790a){return _0x843ccd+_0x40790a;},'iaPTI':function(_0x2198cd,_0xfda6bb){return _0x2198cd(_0xfda6bb);},'kFlrt':function(_0x4ee5d6,_0x18c93f,_0x2398b7,_0x263840,_0x54d64f){return _0x4ee5d6(_0x18c93f,_0x2398b7,_0x263840,_0x54d64f);},'zxvGu':'testcase','QyGMz':_0x1a30a5(0x107),'RmrSP':function(_0x4ad0c8,_0x1143b8){return _0x4ad0c8+_0x1143b8;},'zzVqz':function(_0x351463,_0x242c6a){return _0x351463(_0x242c6a);},'bXaPq':function(_0x55b02d,_0x3dd27d){return _0x55b02d(_0x3dd27d);},'wJaax':function(_0x4ad457,_0xa0e505,_0x172d89,_0x486955,_0x3d7ae1){return _0x4ad457(_0xa0e505,_0x172d89,_0x486955,_0x3d7ae1);},'FaAvW':function(_0x133f0a,_0x206a8f,_0x2ceabd,_0x6994c2){return _0x133f0a(_0x206a8f,_0x2ceabd,_0x6994c2);},'NzFPz':'skipped','ZHZri':function(_0x9cedeb,_0x40b2fb){return _0x9cedeb(_0x40b2fb);}};Base[_0x1a30a5(0x1a7)]=![];var _0x46f289={'classname':_0x1f2997[_0x1a30a5(0x129)],'name':_0x1f2997[_0x1a30a5(0x1b1)],'time':_0x3962f6[_0x1a30a5(0x17f)](_0x1f2997[_0x1a30a5(0x193)],0x3e8)||0x0,'platform':_0x396f6b};if(_0x3962f6[_0x1a30a5(0x11a)](_0x1f2997[_0x1a30a5(0x167)],_0x3962f6[_0x1a30a5(0x198)])){var _0xe9859f=_0x1f2997[_0x1a30a5(0x111)],_0x2441e8=!Base[_0x1a30a5(0x1aa)]&&Base[_0x1a30a5(0xf6)](_0xe9859f)?_0x3962f6['Fvhqf']('\x0a',Base['generateDiff'](_0xe9859f[_0x1a30a5(0x1d6)],_0xe9859f['expected'])):'';_0x3962f6['iaPTI'](xunitWrite,_0x3962f6['kFlrt'](tag,_0x3962f6[_0x1a30a5(0x1d0)],_0x46f289,![],_0x3962f6['kFlrt'](tag,_0x3962f6['QyGMz'],{},![],_0x3962f6[_0x1a30a5(0x1ca)](_0x3962f6[_0x1a30a5(0x1ca)](_0x3962f6[_0x1a30a5(0x1ca)](_0x3962f6[_0x1a30a5(0x1d5)](escape,_0xe9859f[_0x1a30a5(0x115)]),_0x3962f6[_0x1a30a5(0x126)](escape,_0x2441e8)),'\x0a'),_0x3962f6[_0x1a30a5(0x126)](escape,_0xe9859f['stack'])))));}else _0x1f2997['isPending']?_0x3962f6[_0x1a30a5(0x133)](xunitWrite,_0x3962f6[_0x1a30a5(0x19d)](tag,_0x3962f6[_0x1a30a5(0x1d0)],_0x46f289,![],_0x3962f6[_0x1a30a5(0x125)](tag,_0x3962f6[_0x1a30a5(0x1c5)],{},!![]))):_0x3962f6[_0x1a30a5(0xec)](xunitWrite,_0x3962f6[_0x1a30a5(0x125)](tag,_0x3962f6[_0x1a30a5(0x1d0)],_0x46f289,!![]));};function getStats(_0x27c86b){const _0xbb9055=a32_0x472426,_0x2cd26a={};_0x2cd26a['AJBzO']=_0xbb9055(0x1d2),_0x2cd26a[_0xbb9055(0x1ba)]=_0xbb9055(0x17e),_0x2cd26a['QpQss']=_0xbb9055(0x18b),_0x2cd26a[_0xbb9055(0x1bd)]='results';const _0x4012bc=_0x2cd26a,_0x2215f1=Object[_0xbb9055(0x102)](_0x27c86b);let _0x49fde5=0x0,_0x53080f=0x0,_0x4ba948=0x0,_0x5e80a5=0x0;const _0x40f4ec=new Set();_0x2215f1[_0xbb9055(0x12e)](_0x36d75d=>{const _0x4e47e4=_0xbb9055,_0x5ae098={};_0x5ae098[_0x4e47e4(0x1ac)]=_0x4012bc[_0x4e47e4(0x154)],_0x5ae098[_0x4e47e4(0x19c)]=_0x4012bc[_0x4e47e4(0x1ba)],_0x5ae098[_0x4e47e4(0x151)]=_0x4012bc[_0x4e47e4(0x10a)];const _0x5954f0=_0x5ae098;_0x27c86b[_0x36d75d][_0x4012bc[_0x4e47e4(0x1bd)]]['forEach'](_0x5a6ba1=>{const _0x1ffddd=_0x4e47e4;_0x40f4ec['add'](_0x5a6ba1[_0x5954f0[_0x1ffddd(0x1ac)]]),_0x49fde5++;switch(_0x5a6ba1[_0x1ffddd(0x167)]){case _0x5954f0['wwkjI']:_0x4ba948++;break;case _0x5954f0[_0x1ffddd(0x151)]:_0x53080f++;break;default:_0x5e80a5++;}});});const _0x1cc1c9={};return _0x1cc1c9[_0xbb9055(0x104)]=_0x40f4ec['size'],_0x1cc1c9[_0xbb9055(0x109)]=_0x2215f1,_0x1cc1c9['totalTests']=_0x49fde5,_0x1cc1c9[_0xbb9055(0x1bc)]=_0x53080f,_0x1cc1c9[_0xbb9055(0x144)]=_0x4ba948,_0x1cc1c9[_0xbb9055(0x159)]=_0x5e80a5,_0x1cc1c9;}function errorJSON(_0x35a1a5){const _0x45bb6d=a32_0x472426;var _0x2429f6={};return Object[_0x45bb6d(0x179)](_0x35a1a5)[_0x45bb6d(0x12e)](function(_0x8eb0c8){_0x2429f6[_0x8eb0c8]=_0x35a1a5[_0x8eb0c8];},_0x35a1a5),_0x2429f6;}function cleanCycles(_0x462f62){const _0x1c9d83=a32_0x472426,_0x270b62={};_0x270b62[_0x1c9d83(0x1e9)]=function(_0x1ba09a,_0x56b635){return _0x1ba09a===_0x56b635;},_0x270b62[_0x1c9d83(0x1d3)]=_0x1c9d83(0x122),_0x270b62['YRxxK']=function(_0x56d5e8,_0x284bde){return _0x56d5e8!==_0x284bde;},_0x270b62[_0x1c9d83(0x11e)]=function(_0x44de01,_0x39e814){return _0x44de01+_0x39e814;};const _0x1ccdb9=_0x270b62;var _0x50d561=[];return JSON[_0x1c9d83(0x172)](JSON[_0x1c9d83(0x11c)](_0x462f62,function(_0x1314bc,_0xe8f447){const _0x92260f=_0x1c9d83;if(_0x1ccdb9[_0x92260f(0x1e9)](typeof _0xe8f447,_0x1ccdb9[_0x92260f(0x1d3)])&&_0x1ccdb9[_0x92260f(0xea)](_0xe8f447,null)){if(_0x1ccdb9[_0x92260f(0xea)](_0x50d561[_0x92260f(0x181)](_0xe8f447),-0x1))return _0x1ccdb9[_0x92260f(0x11e)]('',_0xe8f447);_0x50d561['push'](_0xe8f447);}return _0xe8f447;}));}function clean(_0x4a35e4){const _0xf903b0=a32_0x472426,_0x1f7ada={'BwFFF':function(_0x276797,_0x465f69){return _0x276797 instanceof _0x465f69;},'Snlan':function(_0x1c87b1,_0x5a4245){return _0x1c87b1(_0x5a4245);},'kShCe':function(_0x416cb7,_0x10894d){return _0x416cb7(_0x10894d);}};var _0x1b2515=_0x4a35e4[_0xf903b0(0x111)]||{};return _0x1f7ada[_0xf903b0(0x1f5)](_0x1b2515,Error)&&(_0x1b2515=_0x1f7ada[_0xf903b0(0x158)](errorJSON,_0x1b2515)),{'title':_0x4a35e4[_0xf903b0(0x1b1)],'fullTitle':_0x4a35e4[_0xf903b0(0x129)],'file':_0x4a35e4[_0xf903b0(0x189)],'duration':_0x4a35e4[_0xf903b0(0x193)],'currentRetry':_0x4a35e4[_0xf903b0(0x1a2)],'speed':_0x4a35e4['speed'],'err':_0x1f7ada[_0xf903b0(0x17c)](cleanCycles,_0x1b2515)};}function printStats(_0xc9597f,_0x5eb6cf='spec',_0x112b89={}){const _0x133b7b=a32_0x472426,_0x3700f0={'oSFSG':function(_0x528876,_0x14e987){return _0x528876(_0x14e987);},'tXiJi':function(_0x3c4256,_0x2f6e88){return _0x3c4256===_0x2f6e88;},'BXyXP':_0x133b7b(0x17e),'bLLKa':'passes','MkmJz':function(_0x5ec493,_0x161db2){return _0x5ec493(_0x161db2);},'UdZTv':'failed','IzdMt':'failures','aVMSJ':function(_0x2d0ca6,_0x584949){return _0x2d0ca6(_0x584949);},'pmcxn':_0x133b7b(0x100),'eTpyJ':_0x133b7b(0x199),'FjOJm':function(_0x160e5e,_0xa45258){return _0x160e5e===_0xa45258;},'fhOzG':function(_0x7e23d6,_0x584792){return _0x7e23d6*_0x584792;},'lupWc':function(_0x1ee5ad,_0xa2103e,_0x2d086d){return _0x1ee5ad(_0xa2103e,_0x2d086d);},'ZNaVb':function(_0x24cafe,_0xd8f66b){return _0x24cafe===_0xd8f66b;},'qMjPU':function(_0x36546e,_0x15d508){return _0x36546e>_0x15d508;},'qeELA':function(_0x282920){return _0x282920();},'qejCd':function(_0x23fc03,_0xe9eba9){return _0x23fc03===_0xe9eba9;},'lPxIA':_0x133b7b(0x185),'hnTxS':function(_0x3be574,_0x165aae){return _0x3be574(_0x165aae);},'tAuyz':_0x133b7b(0x105),'TZAnh':'Printing\x20stats\x20of\x20tests','mzvhi':function(_0x534532,_0x26bf3a){return _0x534532+_0x26bf3a;},'ybzVo':_0x133b7b(0x1ce),'YQmJX':_0x133b7b(0x184),'xRQSM':function(_0x29d89a,_0x316c10){return _0x29d89a+_0x316c10;},'Kfoib':_0x133b7b(0x1b3),'TdfQa':function(_0x16c7fa,_0x3cebe4){return _0x16c7fa>_0x3cebe4;},'MLxsX':function(_0xf31a8f,_0x3133ce){return _0xf31a8f>_0x3133ce;},'qadJq':function(_0x4bb9b0,_0x9f89c5){return _0x4bb9b0+_0x9f89c5;},'aGrPv':'\x0a\x0a\x0a','LgKvD':_0x133b7b(0x146),'mgjja':_0x133b7b(0x11b),'OHzWP':_0x133b7b(0x186),'kyHbz':'No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','HepGB':function(_0x320ec1,_0x1bd147){return _0x320ec1===_0x1bd147;},'zgfOn':_0x133b7b(0x1e1),'mbLVN':'Mocha\x20Tests','eprKe':function(_0x460adb,_0xab21bc){return _0x460adb||_0xab21bc;},'FIjIK':function(_0x3fe4b3,_0x2c3c89,_0x5b3f91,_0x3fb761){return _0x3fe4b3(_0x2c3c89,_0x5b3f91,_0x3fb761);},'LdCUn':_0x133b7b(0x177),'yVIzV':function(_0x39355c,_0x15e4a7){return _0x39355c-_0x15e4a7;},'AkUcQ':function(_0xff2c40,_0x829b63){return _0xff2c40-_0x829b63;},'UAfFD':function(_0xaa41d4,_0x47ad7c){return _0xaa41d4/_0x47ad7c;},'NRwHL':function(_0x30d2ef,_0x50bff3){return _0x30d2ef(_0x50bff3);},'ZCwcv':'</testsuite>','wOTib':_0x133b7b(0xfe),'TMmqz':_0x133b7b(0x15f),'vMQoy':_0x133b7b(0x1c9),'Lpsqb':_0x133b7b(0xeb),'HpzEg':_0x133b7b(0x1db)};if(_0x3700f0[_0x133b7b(0xf4)](_0x5eb6cf,_0x3700f0['lPxIA']))return;const _0x3ae6fc=0x0,_0x4f8d0d=()=>{const _0x50e655=_0x133b7b;return _0x3700f0[_0x50e655(0x1f7)](Array,_0x3ae6fc)['join']('\x20\x20');},{testSuites:_0x699316,platforms:_0x7d01a5,totalTests:_0x151e8e,testsFailed:_0x318d06,testsPassed:_0x550be9,testsPending:_0x1e57dd}=_0x3700f0[_0x133b7b(0x138)](getStats,_0xc9597f);_0x3700f0[_0x133b7b(0x124)](_0x318d06,0x0)&&(logger['debug'](_0x3700f0[_0x133b7b(0x1ef)]),process[_0x133b7b(0x1df)]=Math[_0x133b7b(0x17d)](_0x318d06,0xff));logger['debug'](_0x3700f0[_0x133b7b(0x194)]);const _0x12f91c=''+_0x3700f0[_0x133b7b(0x1ad)](chalk['bold'](_0x3700f0['ybzVo']),_0x7d01a5['length']),_0x3e7d89=''+_0x3700f0[_0x133b7b(0x1ad)](chalk[_0x133b7b(0x131)](_0x3700f0[_0x133b7b(0x14b)]),_0x699316),_0x47c7fc=''+_0x3700f0[_0x133b7b(0x1a9)](_0x3700f0['xRQSM'](_0x3700f0[_0x133b7b(0x1a9)](chalk[_0x133b7b(0x131)](_0x3700f0[_0x133b7b(0x1da)]),_0x3700f0['TdfQa'](_0x318d06,0x0)?chalk['bold']['red'](_0x318d06+'\x20failed')+',\x20':''),_0x3700f0[_0x133b7b(0x16d)](_0x1e57dd,0x0)?chalk[_0x133b7b(0x131)][_0x133b7b(0x14d)](_0x1e57dd+_0x133b7b(0x15c))+',\x20':''),_0x3700f0[_0x133b7b(0x170)](_0x550be9,0x0)?chalk[_0x133b7b(0x131)][_0x133b7b(0xff)](_0x550be9+_0x133b7b(0x192))+',\x20':'')+_0x151e8e+_0x133b7b(0xef);console[_0x133b7b(0x134)](_0x3700f0[_0x133b7b(0x1a9)](_0x3700f0[_0x133b7b(0x1f6)](_0x3700f0[_0x133b7b(0x1f6)](_0x3700f0[_0x133b7b(0x1f6)](_0x3700f0[_0x133b7b(0x1ad)](_0x3700f0['aGrPv'],_0x12f91c),'\x0a'),_0x3e7d89),'\x0a'),_0x47c7fc));if(_0x3700f0[_0x133b7b(0xf4)](_0x5eb6cf,_0x3700f0['LgKvD'])){const _0x3a6e8a={},_0x40788c={};_0x40788c[_0x133b7b(0x104)]=_0x699316,_0x40788c[_0x133b7b(0x109)]=_0x7d01a5,_0x40788c[_0x133b7b(0x1bc)]=_0x318d06,_0x40788c[_0x133b7b(0x144)]=_0x550be9,_0x40788c['testsPending']=_0x1e57dd,_0x3a6e8a[_0x133b7b(0x1dc)]=_0x40788c,_0x7d01a5['forEach'](_0x5538b5=>{const _0x2617da=_0x133b7b;_0x3a6e8a[_0x5538b5]={'pending':[],'failures':[],'passes':[],'tests':_0xc9597f[_0x5538b5][_0x3700f0[_0x2617da(0x197)]][_0x2617da(0x1e8)](clean)},_0xc9597f[_0x5538b5][_0x3700f0[_0x2617da(0x197)]][_0x2617da(0x12e)](_0x5c9a37=>{const _0xfcd565=_0x2617da;if(_0x3700f0['tXiJi'](_0x5c9a37[_0xfcd565(0x167)],_0x3700f0[_0xfcd565(0x153)]))_0x3a6e8a[_0x5538b5][_0x3700f0[_0xfcd565(0x14f)]][_0xfcd565(0x1b8)](_0x3700f0[_0xfcd565(0x1ab)](clean,_0x5c9a37));else _0x3700f0[_0xfcd565(0x1b4)](_0x5c9a37['state'],_0x3700f0[_0xfcd565(0x160)])?_0x3a6e8a[_0x5538b5][_0x3700f0['IzdMt']][_0xfcd565(0x1b8)](_0x3700f0[_0xfcd565(0x175)](clean,_0x5c9a37)):_0x3a6e8a[_0x5538b5][_0x3700f0[_0xfcd565(0x166)]]['push'](_0x3700f0[_0xfcd565(0x175)](clean,_0x5c9a37));});});if(_0x112b89['output'])try{logger[_0x133b7b(0x152)](_0x3700f0['mgjja'],_0x112b89[_0x133b7b(0x15e)]),fs['writeFileSync'](_0x112b89[_0x133b7b(0x15e)],JSON[_0x133b7b(0x11c)](_0x3a6e8a,null,0x3));}catch(_0x37dbb4){logger[_0x133b7b(0x106)](_0x3700f0['OHzWP'],_0x112b89[_0x133b7b(0x15e)]),logger['debug'](_0x37dbb4);}else logger[_0x133b7b(0x152)](_0x3700f0[_0x133b7b(0x116)]),console[_0x133b7b(0x134)](JSON['stringify'](_0x3a6e8a,null,0x3));}else{if(_0x3700f0[_0x133b7b(0x16c)](_0x5eb6cf,_0x3700f0[_0x133b7b(0x161)])){let _0x4268cb;const _0xf6900c=_0x3700f0[_0x133b7b(0x19e)];_0x112b89&&(_0x4268cb=_0x112b89[_0x133b7b(0x191)]);_0x4268cb=_0x3700f0[_0x133b7b(0x1bf)](_0x4268cb,_0xf6900c);let _0x37e219=0x0,_0x2d703e=0x0,_0x29e14f=0x0,_0x5d1351=0x0;_0x7d01a5[_0x133b7b(0x12e)](_0x14748e=>{const _0x3655e5=_0x133b7b,_0x18390c={'UedUI':function(_0x3ebbec,_0x1720a9){const _0x5aed3a=a32_0x2a6f;return _0x3700f0[_0x5aed3a(0x10e)](_0x3ebbec,_0x1720a9);},'MeiCD':_0x3700f0[_0x3655e5(0x153)],'Ekxjd':_0x3700f0['UdZTv'],'kPDkX':function(_0x6d96f0,_0x3d8fb5){const _0x367bf1=_0x3655e5;return _0x3700f0[_0x367bf1(0x17b)](_0x6d96f0,_0x3d8fb5);}};_0xc9597f[_0x14748e][_0x3700f0[_0x3655e5(0x197)]][_0x3655e5(0x12e)](_0x153c8a=>{const _0x4078dc=_0x3655e5;if(_0x18390c[_0x4078dc(0x1f0)](_0x153c8a['state'],_0x18390c['MeiCD']))_0x37e219++;else _0x18390c['UedUI'](_0x153c8a[_0x4078dc(0x167)],_0x18390c[_0x4078dc(0x12a)])&&_0x2d703e++;_0x29e14f++,_0x5d1351+=_0x18390c[_0x4078dc(0x156)](_0x153c8a['duration'],0x1);});}),_0x3700f0[_0x133b7b(0x1ab)](xunitWrite,_0x3700f0[_0x133b7b(0x1a4)](tag,_0x3700f0[_0x133b7b(0x173)],{'name':_0x4268cb,'tests':_0x29e14f,'failures':0x0,'errors':_0x2d703e,'skipped':_0x3700f0['yVIzV'](_0x3700f0[_0x133b7b(0x13b)](_0x29e14f,_0x2d703e),_0x37e219),'timestamp':new Date()[_0x133b7b(0x14a)](),'time':_0x3700f0[_0x133b7b(0x163)](_0x5d1351,0x3e8)||0x0},![])),_0x7d01a5[_0x133b7b(0x12e)](_0x9fda38=>{const _0x550ff4=_0x133b7b,_0x4826a9={'FzuKw':function(_0x229f03,_0x516075,_0x45bedf){const _0x1ff6c0=a32_0x2a6f;return _0x3700f0[_0x1ff6c0(0x17a)](_0x229f03,_0x516075,_0x45bedf);}};_0xc9597f[_0x9fda38][_0x3700f0['eTpyJ']][_0x550ff4(0x12e)](_0x4b6d59=>{const _0x460a53=_0x550ff4;_0x4826a9[_0x460a53(0x137)](xunitTest,_0x4b6d59,_0x9fda38);});}),_0x3700f0['NRwHL'](xunitWrite,_0x3700f0[_0x133b7b(0x15d)]);if(_0x112b89['output'])try{logger[_0x133b7b(0x152)](_0x3700f0['wOTib'],_0x112b89[_0x133b7b(0x15e)]),fs[_0x133b7b(0x182)](_0x112b89[_0x133b7b(0x15e)],xunitContent);}catch(_0x2bf54c){logger['error'](_0x3700f0['TMmqz'],_0x112b89[_0x133b7b(0x15e)]),logger[_0x133b7b(0x152)](_0x2bf54c);}else logger[_0x133b7b(0x152)](_0x3700f0[_0x133b7b(0x180)]),console[_0x133b7b(0x134)](xunitContent);}else{if(_0x3700f0[_0x133b7b(0x1b4)](_0x318d06,0x0))return;console[_0x133b7b(0x134)](),logger[_0x133b7b(0x152)](_0x3700f0[_0x133b7b(0x135)]),console[_0x133b7b(0x134)](chalk[_0x133b7b(0x131)][_0x133b7b(0x10c)](_0x3700f0['HpzEg'])),_0x7d01a5['forEach'](_0x4bd441=>{const _0x3ac44f=_0x133b7b,_0x3307df=[];_0xc9597f[_0x4bd441][_0x3700f0[_0x3ac44f(0x197)]][_0x3ac44f(0x12e)](_0x418be0=>{const _0x38276c=_0x3ac44f;_0x3700f0['ZNaVb'](_0x418be0[_0x38276c(0x167)],_0x3700f0[_0x38276c(0x160)])&&(_0x418be0[_0x38276c(0xf1)]=()=>_0x418be0[_0x38276c(0x1cc)],_0x3307df[_0x38276c(0x1b8)](_0x418be0));}),_0x3700f0['qMjPU'](_0x3307df[_0x3ac44f(0x1cf)],0x0)&&(Base[_0x3ac44f(0x1b6)](),Base[_0x3ac44f(0x1b6)](_0x3700f0[_0x3ac44f(0x195)](_0x4f8d0d),chalk[_0x3ac44f(0x131)][_0x3ac44f(0x1ae)](_0x4bd441)),Base[_0x3ac44f(0x13d)](_0x3307df));});}}}async function run(_0x1facb2,_0x2126a3,_0x5b866a){const _0x89b8dd=a32_0x472426,_0x497c97={'xdKmE':function(_0x55effc,_0x3ae160,_0x4cda3f,_0x18f8c8){return _0x55effc(_0x3ae160,_0x4cda3f,_0x18f8c8);},'PLPuh':_0x89b8dd(0x1d7),'tJLhX':_0x89b8dd(0x1a3),'NAvuJ':'SDKTestSuccessful','nCkkU':function(_0x19c662,_0x5be794,_0x3713ad,_0x210e23){return _0x19c662(_0x5be794,_0x3713ad,_0x210e23);},'LvZxb':_0x89b8dd(0x1c6),'cWxSS':function(_0x7ca496,_0x370dac){return _0x7ca496!=_0x370dac;},'bOXzN':_0x89b8dd(0x119),'MBmle':_0x89b8dd(0xed),'zVdDk':_0x89b8dd(0x187),'oKNEi':_0x89b8dd(0x120),'lgICz':function(_0x245676,_0x1ae717){return _0x245676(_0x1ae717);},'OvGAp':function(_0x4d0b0a,_0x4d2c59,_0x566ae5){return _0x4d0b0a(_0x4d2c59,_0x566ae5);},'NDPun':_0x89b8dd(0xf3),'iIbOW':'includeTagsInTestingScope','ynmCe':_0x89b8dd(0x18d),'tpxdA':_0x89b8dd(0x14e),'FSiYR':_0x89b8dd(0x162),'HnXYD':'Now,\x20showing\x20logs\x20from\x20mocha','zuMxZ':function(_0x5c5f1c,_0xd44093){return _0x5c5f1c*_0xd44093;},'mixYV':function(_0x106439,_0x1ae876){return _0x106439!==_0x1ae876;}};helper[_0x89b8dd(0x18f)](_0x5b866a[_0x89b8dd(0x1e6)],_0x1facb2),await _0x5b866a[_0x89b8dd(0x1b2)](_0x1facb2);helper[_0x89b8dd(0x1ee)]()?await helper[_0x89b8dd(0x171)](_0x5b866a[_0x89b8dd(0x1bb)]):await _0x5b866a[_0x89b8dd(0x1b9)]();const _0x50176a=[];let _0x3c9138=[];if(!_0x5b866a[_0x89b8dd(0x1bb)])return;!helper[_0x89b8dd(0x12d)](_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x101)])&&(process['env'][_0x89b8dd(0x143)]=JSON[_0x89b8dd(0x11c)](_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x101)]));const _0x42054b=await TestHubHandler[_0x89b8dd(0x13c)](FRAMEWORKS[_0x89b8dd(0x1a0)],_0x5b866a);_0x497c97['cWxSS'](_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x1e4)],null)&&(process[_0x89b8dd(0x1de)][_0x89b8dd(0x136)]=_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x1e4)]);!helper[_0x89b8dd(0x12d)](_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x1b5)])&&(process['env'][_0x89b8dd(0x1dd)]=_0x5b866a['config'][_0x89b8dd(0x1b5)]);const {extension:extension=['js',_0x497c97[_0x89b8dd(0xfc)],_0x497c97[_0x89b8dd(0x19a)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x497c97[_0x89b8dd(0x145)]]}=_0x1facb2,_0x1a4fc4={..._0x1facb2};_0x1a4fc4[_0x89b8dd(0x1be)]=null;const _0x389ac5=_0x1a4fc4;let _0x1ae563;if(testOpsHelper[_0x89b8dd(0xf2)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x3441fe=process[_0x89b8dd(0x1de)][_0x89b8dd(0x12f)];!helper['isUndefined'](_0x5b866a[_0x89b8dd(0x147)])&&_0x5b866a['cliConfig'][_0x89b8dd(0x1a5)](_0x497c97[_0x89b8dd(0x18a)])&&(_0x3441fe=_0x5b866a[_0x89b8dd(0x147)]['get'](_0x497c97[_0x89b8dd(0x18a)])),_0x1ae563=testOpsHelper[_0x89b8dd(0x148)](_0x3441fe);}if(helper[_0x89b8dd(0x12d)](_0x1ae563)){const _0x2977ef={};_0x2977ef[_0x89b8dd(0x1e3)]=ignore,_0x2977ef[_0x89b8dd(0x142)]=extension,_0x2977ef[_0x89b8dd(0x189)]=file,_0x2977ef[_0x89b8dd(0x164)]=recursive,_0x2977ef[_0x89b8dd(0x18e)]=sort,_0x2977ef[_0x89b8dd(0x13f)]=spec,_0x1ae563=_0x497c97[_0x89b8dd(0x1f3)](collectFiles,_0x2977ef),_0x497c97['OvGAp'](nestedKeyValue,_0x1ae563,[_0x497c97[_0x89b8dd(0x1a6)]])&&(_0x1ae563=_0x1ae563[_0x89b8dd(0xf3)]);}const _0x2e546b=helper[_0x89b8dd(0x10b)](_0x5b866a[_0x89b8dd(0x1bb)]);!helper[_0x89b8dd(0x1d1)](_0x2e546b)&&helper[_0x89b8dd(0x139)](_0x2e546b[_0x89b8dd(0x140)])&&(_0x389ac5['retries']=_0x2e546b[_0x89b8dd(0x140)][_0x89b8dd(0x165)]);if(!helper['isBrowserstackInfra']()){const _0x217490=0x1,_0x28da02={..._0x389ac5};_0x28da02[_0x89b8dd(0x13f)]=[..._0x1ae563],_0x50176a[_0x89b8dd(0x1b8)]({'mochaOpts':_0x28da02,'configuration':{'platform':os[_0x89b8dd(0x1d4)]()}});if(_0x5b866a[_0x89b8dd(0x1bb)]['accessibility']){const _0x3b46a2={};_0x3b46a2['accessibility']=!![];const _0x50c713=_0x3b46a2;_0x497c97[_0x89b8dd(0x1a8)](_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x101)],null)&&(_0x50c713[_0x89b8dd(0x101)]=_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x101)],delete _0x50c713[_0x89b8dd(0x101)][_0x497c97['iIbOW']],delete _0x50c713[_0x89b8dd(0x101)][_0x497c97['ynmCe']],delete _0x50c713[_0x89b8dd(0x101)][_0x497c97[_0x89b8dd(0x141)]]);const _0x19e33d={};_0x19e33d[_0x89b8dd(0x110)]=_0x50c713,_0x50176a[0x0][_0x89b8dd(0x1c4)][_0x89b8dd(0x114)]=_0x19e33d;}logger[_0x89b8dd(0x13e)](_0x497c97[_0x89b8dd(0x1c2)]),logger[_0x89b8dd(0x13e)](_0x497c97['HnXYD']),_0x497c97['nCkkU'](parallelTestRun,_0x50176a,_0x217490,_0x5b866a)[_0x89b8dd(0x1e5)](_0x3d9b53=>{const _0x3cfe90=_0x89b8dd;PerformanceTester['start'](PerformanceEvents[_0x3cfe90(0x130)]),_0x497c97[_0x3cfe90(0x1f1)](printStats,_0x3d9b53,_0x1facb2['reporter'],_0x1facb2[_0x3cfe90(0x1e0)]||_0x1facb2[_0x497c97[_0x3cfe90(0xf8)]]);})['finally'](()=>{const _0x1de90b=_0x89b8dd;PerformanceTester[_0x1de90b(0xee)](PerformanceEvents[_0x1de90b(0x130)]);try{const {browserstackFolderPath:_0x499a10,tcgConfigPath:_0xdda479}=helper[_0x1de90b(0x103)]();fs['unlinkSync'](_0xdda479),fs[_0x1de90b(0x1c7)](_0x499a10);}catch(_0x55b165){logger[_0x1de90b(0x152)](_0x497c97[_0x1de90b(0x127)],_0x55b165);}try{utilities[_0x1de90b(0x15a)](_0x497c97[_0x1de90b(0x10f)],{},_0x5b866a[_0x1de90b(0x1bb)],_0x5b866a[_0x1de90b(0x1e6)]);}catch(_0x5c7b69){logger[_0x1de90b(0x152)](_0x1de90b(0x10d)+_0x5c7b69['stack']);}try{helper[_0x1de90b(0x1c3)]();}catch(_0x4a1eec){logger['debug']('Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20'+_0x4a1eec);}testOpsHelper[_0x1de90b(0xf5)]();});}else{const _0x21b3cd=helper[_0x89b8dd(0x112)](_0x5b866a[_0x89b8dd(0x1bb)]);let _0x5822cb=helper[_0x89b8dd(0x18c)](_0x5b866a['config']);_0x3c9138=helper[_0x89b8dd(0x16f)](_0x5b866a[_0x89b8dd(0x1bb)],_0x21b3cd,constants['FRAMEWORKS'][_0x89b8dd(0x1a0)]);helper[_0x89b8dd(0x1d9)]()[_0x89b8dd(0x113)]&&(_0x5822cb=centralScannerConstants[_0x89b8dd(0x132)]);let _0x1d0a27;const _0x1df10f=_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x188)]||helper[_0x89b8dd(0x1d8)](_0x1facb2,_0x2126a3,_0x5b866a['config'],constants[_0x89b8dd(0x1a1)][_0x89b8dd(0x1a0)])||0x1;helper[_0x89b8dd(0xf7)](_0x5b866a[_0x89b8dd(0x1bb)])?_0x1d0a27=_0x497c97[_0x89b8dd(0x1e7)](_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x109)]['length'],_0x1df10f):_0x1d0a27=_0x1df10f;const _0x129fc4=_0x497c97['lgICz'](getPercyOptions,_0x5b866a[_0x89b8dd(0x1bb)]);if(_0x497c97[_0x89b8dd(0x14c)](_0x5b866a[_0x89b8dd(0x1bb)][_0x89b8dd(0x188)],0x1))_0x1ae563[_0x89b8dd(0x12e)](_0x3786c1=>{const _0x3521c8=_0x89b8dd,_0x54a1c5=[];_0x3c9138[_0x3521c8(0x12e)]((_0x3f405b,_0x41e586)=>{const _0x2f1906=_0x3521c8,_0x5c18f6={};_0x5c18f6[_0x2f1906(0x13f)]=[_0x3786c1],_0x54a1c5[_0x2f1906(0x1b8)]({'mochaOpts':Object[_0x2f1906(0x123)]({},_0x389ac5,_0x5c18f6),'configuration':{'server':_0x5822cb,'capability':_0x3f405b,'proxySettings':_0x5b866a[_0x2f1906(0x1bb)]['proxySettings'],'platform':helper[_0x2f1906(0x149)](_0x3f405b),'browserStackLogLevel':_0x5b866a[_0x2f1906(0x1bb)][_0x2f1906(0x16e)],'platformIndex':_0x41e586,'browserStackPercyOptions':_0x129fc4,'platformCaps':Object[_0x2f1906(0x123)]({'index':_0x41e586},_0x5b866a[_0x2f1906(0x1bb)][_0x2f1906(0x109)][_0x41e586])}});}),_0x50176a[_0x3521c8(0x1b8)](..._0x54a1c5);});else{const _0x5d7b0b=[];_0x3c9138[_0x89b8dd(0x12e)]((_0x59ee69,_0x5c402f)=>{const _0x44e398=_0x89b8dd;let _0x53c2bf=Object['assign']({},_0x389ac5);testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x44e398(0x1c1)]()&&(_0x53c2bf={..._0x53c2bf,'spec':[..._0x1ae563]}),_0x5d7b0b[_0x44e398(0x1b8)]({'mochaOpts':_0x53c2bf,'configuration':{'server':_0x5822cb,'capability':_0x59ee69,'proxySettings':_0x5b866a[_0x44e398(0x1bb)]['proxySettings'],'platform':helper[_0x44e398(0x149)](_0x59ee69),'browserStackLogLevel':_0x5b866a[_0x44e398(0x1bb)][_0x44e398(0x16e)],'platformIndex':_0x5c402f,'browserStackPercyOptions':_0x129fc4,'platformCaps':Object['assign']({'index':_0x5c402f},_0x5b866a[_0x44e398(0x1bb)][_0x44e398(0x109)][_0x5c402f])}});}),_0x50176a[_0x89b8dd(0x1b8)](..._0x5d7b0b);}logger['info'](_0x89b8dd(0x174)+_0x5b866a[_0x89b8dd(0x1bb)]['platforms'][_0x89b8dd(0x1cf)]+_0x89b8dd(0x1b0)),logger['info'](_0x497c97[_0x89b8dd(0x1cd)]);let _0x3b136d;_0x497c97[_0x89b8dd(0x1f4)](parallelTestRun,_0x50176a,_0x1d0a27,_0x5b866a)['then'](_0x12d7cf=>{const _0x3a982c=_0x89b8dd;PerformanceTester[_0x3a982c(0xee)](PerformanceEvents[_0x3a982c(0x130)]),_0x3b136d=_0x12d7cf,_0x497c97['nCkkU'](printStats,_0x12d7cf,_0x1facb2[_0x3a982c(0x1cb)],_0x1facb2[_0x3a982c(0x1e0)]||_0x1facb2[_0x497c97[_0x3a982c(0xf8)]]);})[_0x89b8dd(0x183)](async()=>{const _0x1f4f14=_0x89b8dd;PerformanceTester[_0x1f4f14(0xee)](PerformanceEvents['SDK_CLEANUP']),_0x5b866a[_0x1f4f14(0x117)]=helper[_0x1f4f14(0x16b)](_0x3b136d,_0x497c97[_0x1f4f14(0x12b)]),await utilities['finalExecution'](_0x5b866a),testOpsHelper[_0x1f4f14(0xf5)]();});}}module[a32_0x472426(0xf0)]=run;