browserstack-node-sdk 1.50.0 → 1.50.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a28_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;
2
+ 'use strict';const a28_0x34b381=a28_0x5947;function a28_0x5947(_0x2a1c0e,_0x12df32){const _0x3930db=a28_0x3930();return a28_0x5947=function(_0x59474a,_0x19a0ae){_0x59474a=_0x59474a-0xea;let _0x5e6a1f=_0x3930db[_0x59474a];return _0x5e6a1f;},a28_0x5947(_0x2a1c0e,_0x12df32);}(function(_0x2349b9,_0x3f1ceb){const _0x2f03a4=a28_0x5947,_0x6c06f1=_0x2349b9();while(!![]){try{const _0x5f00a9=parseInt(_0x2f03a4(0xfb))/0x1*(parseInt(_0x2f03a4(0xed))/0x2)+-parseInt(_0x2f03a4(0xf5))/0x3*(parseInt(_0x2f03a4(0x11e))/0x4)+parseInt(_0x2f03a4(0xfc))/0x5+parseInt(_0x2f03a4(0x10e))/0x6+-parseInt(_0x2f03a4(0x106))/0x7+parseInt(_0x2f03a4(0x112))/0x8+-parseInt(_0x2f03a4(0x10f))/0x9;if(_0x5f00a9===_0x3f1ceb)break;else _0x6c06f1['push'](_0x6c06f1['shift']());}catch(_0xe891bf){_0x6c06f1['push'](_0x6c06f1['shift']());}}}(a28_0x3930,0xf3098));function a28_0x3930(){const _0x58cd7c=['XcSvy','bmIDS','./loadUtils','BROWSERSTACK_ACCESS_KEY','stack','stringify','env','1593156CBnPpX','16986438edXSfZ','wHDra','fjMWS','14094640GwUhPI','SIGQUIT','accessKey','CLI\x20binary\x20not\x20found,\x20downloading\x20latest\x20version','Error\x20loading\x20configuration:\x20','rRqFT','getCliDir','message','../../helpers/helper','BROWSERSTACK_ACCESSKEY','slice','readConfig','44036LRBFBE','userName','error','Failed\x20initiating\x20load\x20test:\x20','getExistingCliPath','NWlGL','HoyhB','inherit','Failed\x20to\x20download\x20or\x20locate\x20CLI\x20binary','Error\x20Details:\x20','Configuration\x20path:\x20','close','SIGTERM','load','OuRiX','mhZIp','exports','Executing\x20load\x20test\x20with\x20arguments:\x20','exit','forEach','Failed\x20to\x20determine\x20CLI\x20directory','Error\x20details:\x20','CLI\x20binary\x20found,\x20Checking\x20for\x20CLI\x20updates','2835212tnIRyu',',\x20forwarding\x20to\x20child\x20process...','sAqNR','Loading\x20configuration\x20using\x20environment\x20variables\x20if\x20available.','argv','checkAndUpdateCli','BROWSERSTACK_USER','\x20load\x20','69YzNSJs','ydNfl','killed','kcUIO','LdznA','aXXeq','1CIqdlo','6150760eBUkZj','NeDdE','Spawning:\x20','BROWSERSTACK_USERNAME','debug','Received\x20','DPIYW','Waiting\x20for\x20child\x20process\x20to\x20exit...','Authentication\x20incomplete.\x20Please\x20add\x20your\x20userName\x20and\x20accessKey\x20to\x20either\x20the\x20browserstack.yml\x20file\x20or\x20as\x20environment\x20variables,\x20then\x20try\x20running\x20the\x20command\x20again.','\x20exited\x20with\x20code\x20','10773315riKpLL'];a28_0x3930=function(){return _0x58cd7c;};return a28_0x3930();}const {spawn}=require('child_process'),path=require('path'),helper=require(a28_0x34b381(0x11a)),CLIUtils=require('../v2/cliUtils'),{getLoadConfigPath,sleep}=require(a28_0x34b381(0x109)),logger=require('../../helpers/logger')['winstonLogger'];async function executeLoadTest(_0x15dea2){const _0xd1b2f3=a28_0x34b381,_0x1e5a03={'mhZIp':function(_0x165f89,_0x2655fd){return _0x165f89(_0x2655fd);},'xToBj':_0xd1b2f3(0x129),'ydNfl':_0xd1b2f3(0x103),'QDLZk':_0xd1b2f3(0xf0),'bmIDS':function(_0x336d16,_0x2e61d2){return _0x336d16(_0x2e61d2);},'rRqFT':function(_0xc77681){return _0xc77681();},'sAqNR':_0xd1b2f3(0x104),'NeDdE':function(_0x4eb7a8){return _0x4eb7a8();},'oZAGP':_0xd1b2f3(0xea),'HoyhB':function(_0x125410){return _0x125410();},'DPIYW':_0xd1b2f3(0x115),'XcSvy':_0xd1b2f3(0xec),'NWlGL':_0xd1b2f3(0x126),'aXXeq':function(_0x4a50e5,_0x31cb15,_0x57d3cb,_0x65d59d){return _0x4a50e5(_0x31cb15,_0x57d3cb,_0x65d59d);},'LdznA':_0xd1b2f3(0x12b),'wHDra':_0xd1b2f3(0x125),'OuRiX':'SIGINT','kcUIO':_0xd1b2f3(0x12a),'bABbq':_0xd1b2f3(0x113),'fjMWS':'SIGHUP'};try{const _0x54ca88=process['argv'][_0xd1b2f3(0x11c)](0x2),_0x3d0437=_0x54ca88[_0xd1b2f3(0x11c)](0x1);logger[_0xd1b2f3(0x100)](_0xd1b2f3(0x12f)+_0x3d0437);let _0x46e010={};try{logger[_0xd1b2f3(0x100)](_0x1e5a03['QDLZk']);const _0x5d3a3b={};_0x5d3a3b[_0xd1b2f3(0x11f)]=process[_0xd1b2f3(0x10d)][_0xd1b2f3(0xff)]||process[_0xd1b2f3(0x10d)][_0xd1b2f3(0xf3)],_0x5d3a3b[_0xd1b2f3(0x114)]=process[_0xd1b2f3(0x10d)][_0xd1b2f3(0x10a)]||process[_0xd1b2f3(0x10d)][_0xd1b2f3(0x11b)],_0x46e010=_0x5d3a3b;if(!_0x46e010[_0xd1b2f3(0x11f)]||!_0x46e010[_0xd1b2f3(0x114)]){const _0x3e8fd9=_0x1e5a03[_0xd1b2f3(0x108)](getLoadConfigPath,_0x15dea2[_0xd1b2f3(0xf1)]);logger[_0xd1b2f3(0x100)](_0xd1b2f3(0x128)+_0x3e8fd9),_0x3e8fd9&&(_0x46e010=helper[_0xd1b2f3(0x11d)](_0x3e8fd9));}}catch(_0xe0ed8d){logger[_0xd1b2f3(0x120)](_0xd1b2f3(0x116)+_0xe0ed8d[_0xd1b2f3(0x119)]),logger[_0xd1b2f3(0x100)](_0xd1b2f3(0xeb)+(_0xe0ed8d[_0xd1b2f3(0x10b)]||JSON['stringify'](_0xe0ed8d))),await _0x1e5a03[_0xd1b2f3(0x117)](sleep),process['exit'](0x1);}(!_0x46e010[_0xd1b2f3(0x11f)]||!_0x46e010[_0xd1b2f3(0x114)])&&(logger[_0xd1b2f3(0x120)](_0x1e5a03[_0xd1b2f3(0xef)]),await _0x1e5a03[_0xd1b2f3(0xfd)](sleep),process['exit'](0x1));const _0x1ec350=CLIUtils[_0xd1b2f3(0x118)]();!_0x1ec350&&(logger[_0xd1b2f3(0x120)](_0x1e5a03['oZAGP']),await _0x1e5a03[_0xd1b2f3(0x124)](sleep),process[_0xd1b2f3(0x130)](0x1));let _0x77ad33=CLIUtils[_0xd1b2f3(0x122)](_0x1ec350);try{!_0x77ad33?(logger['debug'](_0x1e5a03[_0xd1b2f3(0x102)]),_0x77ad33=await CLIUtils[_0xd1b2f3(0xf2)]('',_0x1ec350,_0x46e010)):(logger[_0xd1b2f3(0x100)](_0x1e5a03[_0xd1b2f3(0x107)]),_0x77ad33=await CLIUtils[_0xd1b2f3(0xf2)](_0x77ad33,_0x1ec350,_0x46e010));}catch(_0x42ba7d){logger[_0xd1b2f3(0x120)](_0x1e5a03['sAqNR']),logger[_0xd1b2f3(0x100)](_0xd1b2f3(0x127)+(_0x42ba7d[_0xd1b2f3(0x10b)]||JSON[_0xd1b2f3(0x10c)](_0x42ba7d))),await _0x1e5a03[_0xd1b2f3(0x124)](sleep),process[_0xd1b2f3(0x130)](0x1);}!_0x77ad33&&(logger[_0xd1b2f3(0x120)](_0x1e5a03['sAqNR']),logger['debug'](_0x1e5a03[_0xd1b2f3(0x123)]),await _0x1e5a03['NeDdE'](sleep),process[_0xd1b2f3(0x130)](0x1));logger['debug'](_0xd1b2f3(0xfe)+_0x77ad33+_0xd1b2f3(0xf4)+_0x3d0437['join']('\x20'));const _0x462301=_0x1e5a03[_0xd1b2f3(0xfa)](spawn,_0x77ad33,[_0x1e5a03[_0xd1b2f3(0xf9)],..._0x3d0437],{'stdio':_0x1e5a03[_0xd1b2f3(0x110)]});let _0x395da8=![];const _0x4348b9=new Promise(_0x3f5387=>{_0x462301['on'](_0x1e5a03['xToBj'],_0x15b857=>{const _0x29a77f=a28_0x5947;logger[_0x29a77f(0x100)](_0x77ad33+_0x29a77f(0x105)+_0x15b857),_0x1e5a03[_0x29a77f(0x12d)](_0x3f5387,_0x15b857);});});[_0x1e5a03[_0xd1b2f3(0x12c)],_0x1e5a03[_0xd1b2f3(0xf8)],_0x1e5a03['bABbq'],_0x1e5a03[_0xd1b2f3(0x111)]][_0xd1b2f3(0x131)](_0x272059=>{process['on'](_0x272059,()=>{const _0x171db3=a28_0x5947;if(_0x395da8)return;_0x395da8=!![],logger[_0x171db3(0x100)](_0x171db3(0x101)+_0x272059+_0x171db3(0xee)),_0x462301&&!_0x462301[_0x171db3(0xf7)]&&(_0x462301['kill'](_0x272059),logger[_0x171db3(0x100)](_0x1e5a03[_0x171db3(0xf6)]));});});const _0x344c83=await _0x4348b9;await _0x1e5a03[_0xd1b2f3(0xfd)](sleep),process[_0xd1b2f3(0x130)](_0x344c83);}catch(_0x3718e9){logger[_0xd1b2f3(0x120)](_0xd1b2f3(0x121)+_0x3718e9[_0xd1b2f3(0x119)]),logger['debug'](_0xd1b2f3(0xeb)+(_0x3718e9[_0xd1b2f3(0x10b)]||JSON[_0xd1b2f3(0x10c)](_0x3718e9))),await _0x1e5a03[_0xd1b2f3(0xfd)](sleep),process['exit'](0x1);}}module[a28_0x34b381(0x12e)]=executeLoadTest;
@@ -1 +1 @@
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
+ 'use strict';const a29_0x58bf58=a29_0x5d09;(function(_0x1d37eb,_0x467ea1){const _0x1e36e7=a29_0x5d09,_0x38fe42=_0x1d37eb();while(!![]){try{const _0x166ea6=-parseInt(_0x1e36e7(0x1a6))/0x1*(-parseInt(_0x1e36e7(0x1a7))/0x2)+-parseInt(_0x1e36e7(0x19c))/0x3+parseInt(_0x1e36e7(0x187))/0x4*(parseInt(_0x1e36e7(0x1a2))/0x5)+parseInt(_0x1e36e7(0x190))/0x6*(-parseInt(_0x1e36e7(0x199))/0x7)+parseInt(_0x1e36e7(0x19a))/0x8+-parseInt(_0x1e36e7(0x18f))/0x9*(parseInt(_0x1e36e7(0x1a5))/0xa)+parseInt(_0x1e36e7(0x1a0))/0xb*(-parseInt(_0x1e36e7(0x186))/0xc);if(_0x166ea6===_0x467ea1)break;else _0x38fe42['push'](_0x38fe42['shift']());}catch(_0x34a63f){_0x38fe42['push'](_0x38fe42['shift']());}}}(a29_0x3e97,0xe6c5c));function a29_0x3e97(){const _0x386131=['643396EUyJvh','cwd','Found\x20config\x20file:\x20','RTsCU','PPhWS','subcommand','KkizO','Checking\x20for\x20config\x20file\x20with\x20arguments:\x20','27981RrcLWi','5615622XVACqW','message','Config\x20file\x20specified:\x20','join','stringify','existsSync','\x20and\x20Resolved\x20path:\x20','debug','Checking\x20for\x20config\x20in\x20default\x20config\x20files...','7kxYeGh','14203416UYLZHx','NNUSE','1565544xQvtby','lfZCa','load','error','776809BXpeFL','bbUGq','15vhVkPI','wYFwD','.yml','2270akcADN','1529qOryHc','1390mPIdio','rsGxC','sqayk','browserstack.yml','sleep','Using\x20specified\x20config\x20file:\x20','kbgFW','Checking\x20for:\x20','winstonLogger','config-file','info','Xhmds','run','36BqTcGl'];a29_0x3e97=function(){return _0x386131;};return a29_0x3e97();}function a29_0x5d09(_0x2ae194,_0x46e3bd){const _0x3e9703=a29_0x3e97();return a29_0x5d09=function(_0x5d092a,_0x495138){_0x5d092a=_0x5d092a-0x17f;let _0x3de46e=_0x3e9703[_0x5d092a];return _0x3de46e;},a29_0x5d09(_0x2ae194,_0x46e3bd);}const fs=require('fs'),path=require('path'),logger=require('../../helpers/logger')[a29_0x58bf58(0x181)];function getLoadConfigPath(_0x20bd8c){const _0x5614f6=a29_0x58bf58,_0x40a983={};_0x40a983['PPhWS']=function(_0x276ba0,_0x14d13a){return _0x276ba0===_0x14d13a;},_0x40a983['RTsCU']=_0x5614f6(0x19e),_0x40a983[_0x5614f6(0x1a9)]=_0x5614f6(0x185),_0x40a983[_0x5614f6(0x19b)]=_0x5614f6(0x182),_0x40a983[_0x5614f6(0x184)]=_0x5614f6(0x1a4),_0x40a983['kbgFW']='.yaml',_0x40a983[_0x5614f6(0x1a1)]='browserstack-load.yml',_0x40a983['lfZCa']='browserstack-load.yaml',_0x40a983['rsGxC']=_0x5614f6(0x1aa),_0x40a983['wYFwD']='browserstack.yaml',_0x40a983[_0x5614f6(0x18d)]=_0x5614f6(0x198);const _0x25e483=_0x40a983;logger[_0x5614f6(0x197)](_0x5614f6(0x18e)+JSON[_0x5614f6(0x194)](_0x20bd8c));try{const _0x2c34ff=_0x20bd8c['_']||[],_0x18b98a=_0x25e483['PPhWS'](_0x20bd8c['_'][0x0],_0x25e483[_0x5614f6(0x18a)])&&_0x25e483[_0x5614f6(0x18b)](_0x20bd8c[_0x5614f6(0x18c)],_0x25e483[_0x5614f6(0x1a9)]);if(_0x18b98a){if(_0x20bd8c[_0x25e483[_0x5614f6(0x19b)]]||_0x20bd8c['cf']){const _0x428d12=_0x20bd8c[_0x25e483[_0x5614f6(0x19b)]]||_0x20bd8c['cf'],_0xf8b300=path['resolve'](_0x428d12);logger[_0x5614f6(0x197)](_0x5614f6(0x192)+_0x428d12+_0x5614f6(0x196)+_0xf8b300);if(_0xf8b300['endsWith'](_0x25e483['Xhmds'])||_0xf8b300['endsWith'](_0x25e483[_0x5614f6(0x17f)]))return logger[_0x5614f6(0x183)](_0x5614f6(0x1ac)+_0xf8b300),_0xf8b300;}}const _0x459142=[_0x25e483['bbUGq'],_0x25e483[_0x5614f6(0x19d)],_0x25e483[_0x5614f6(0x1a8)],_0x25e483[_0x5614f6(0x1a3)]];logger['debug'](_0x25e483[_0x5614f6(0x18d)]);for(const _0x1c39ab of _0x459142){const _0x53337c=path[_0x5614f6(0x193)](process[_0x5614f6(0x188)](),_0x1c39ab);logger[_0x5614f6(0x197)](_0x5614f6(0x180)+_0x53337c);if(fs[_0x5614f6(0x195)](_0x53337c))return logger[_0x5614f6(0x197)](_0x5614f6(0x189)+_0x53337c),_0x53337c;}}catch(_0x26d35c){logger[_0x5614f6(0x19f)]('Failed\x20to\x20load\x20browserstack\x20config:\x20'+_0x26d35c[_0x5614f6(0x191)]);}}function sleep(){return new Promise(_0xc7241f=>setTimeout(_0xc7241f,0x64));}const a29_0x2c3798={};a29_0x2c3798['getLoadConfigPath']=getLoadConfigPath,a29_0x2c3798[a29_0x58bf58(0x1ab)]=sleep,module['exports']=a29_0x2c3798;
@@ -1 +1 @@
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
+ const a30_0x72032e=a30_0x1599;(function(_0x4ef975,_0x4586bf){const _0x3a7327=a30_0x1599,_0x21eb93=_0x4ef975();while(!![]){try{const _0x5ca6f0=-parseInt(_0x3a7327(0x204))/0x1*(-parseInt(_0x3a7327(0x21a))/0x2)+-parseInt(_0x3a7327(0x1eb))/0x3*(parseInt(_0x3a7327(0x203))/0x4)+parseInt(_0x3a7327(0x1e9))/0x5*(parseInt(_0x3a7327(0x20e))/0x6)+parseInt(_0x3a7327(0x215))/0x7*(parseInt(_0x3a7327(0x23b))/0x8)+-parseInt(_0x3a7327(0x210))/0x9+-parseInt(_0x3a7327(0x1f1))/0xa+parseInt(_0x3a7327(0x208))/0xb;if(_0x5ca6f0===_0x4586bf)break;else _0x21eb93['push'](_0x21eb93['shift']());}catch(_0x311a88){_0x21eb93['push'](_0x21eb93['shift']());}}}(a30_0x2e26,0x31878));function a30_0x1599(_0x2560d7,_0x468c7c){const _0x2e26a5=a30_0x2e26();return a30_0x1599=function(_0x1599ee,_0x3f0572){_0x1599ee=_0x1599ee-0x1e8;let _0x5fdb31=_0x2e26a5[_0x1599ee];return _0x5fdb31;},a30_0x1599(_0x2560d7,_0x468c7c);}const path=require(a30_0x72032e(0x236)),os=require('os'),util=require('util'),bsSetupHelper=require(a30_0x72032e(0x1ef)),globals=require(a30_0x72032e(0x223)),logger=require(a30_0x72032e(0x232))['winstonLogger'];exports[a30_0x72032e(0x22c)]=_0x463a2c=>{const _0xcaf6eb=a30_0x72032e,_0x1e9644={};_0x1e9644[_0xcaf6eb(0x1f3)]=function(_0x209cf4,_0x4ebc76){return _0x209cf4>_0x4ebc76;},_0x1e9644[_0xcaf6eb(0x1f2)]=_0xcaf6eb(0x237),_0x1e9644[_0xcaf6eb(0x20a)]='browserstack.accessibility',_0x1e9644[_0xcaf6eb(0x207)]=_0xcaf6eb(0x1f4),_0x1e9644[_0xcaf6eb(0x224)]='browserstack.accessibilityOptions';const _0xff5f96=_0x1e9644;try{const _0x1ca115=_0xff5f96[_0xcaf6eb(0x1f3)](Object[_0xcaf6eb(0x220)](_0x463a2c[_0xcaf6eb(0x205)])['length'],0x0)?_0x463a2c[_0xcaf6eb(0x205)]:_0xff5f96[_0xcaf6eb(0x1f3)](Object[_0xcaf6eb(0x220)](_0x463a2c[_0xcaf6eb(0x218)])[_0xcaf6eb(0x225)],0x0)?_0x463a2c[_0xcaf6eb(0x218)][0x0]:{};if(_0x1ca115[_0xff5f96[_0xcaf6eb(0x1f2)]]&&_0x1ca115[_0xff5f96[_0xcaf6eb(0x1f2)]][_0xcaf6eb(0x212)]||_0x463a2c['capability'][_0xff5f96['UOxoF']]){globals[_0xcaf6eb(0x238)](_0xff5f96[_0xcaf6eb(0x207)],!![]);if(_0x1ca115[_0xff5f96['nEIdc']]){if(_0x1ca115[_0xff5f96[_0xcaf6eb(0x1f2)]][_0xcaf6eb(0x1f5)])_0x1ca115[_0xff5f96[_0xcaf6eb(0x1f2)]][_0xcaf6eb(0x1f5)][_0xcaf6eb(0x226)]=process['env'][_0xcaf6eb(0x22b)];else{const _0x451b06={};_0x451b06[_0xcaf6eb(0x226)]=process[_0xcaf6eb(0x1ff)]['BS_A11Y_JWT'],_0x1ca115[_0xff5f96[_0xcaf6eb(0x1f2)]]['accessibilityOptions']=_0x451b06;}_0x1ca115[_0xff5f96[_0xcaf6eb(0x1f2)]]['accessibilityOptions']['scannerVersion']=JSON[_0xcaf6eb(0x1f8)](process[_0xcaf6eb(0x1ff)][_0xcaf6eb(0x221)])['scannerVersion'];}else{if(_0x463a2c['capability'][_0xff5f96[_0xcaf6eb(0x20a)]]){if(_0x1ca115[_0xff5f96[_0xcaf6eb(0x224)]])_0x1ca115[_0xff5f96[_0xcaf6eb(0x224)]][_0xcaf6eb(0x226)]=process[_0xcaf6eb(0x1ff)]['BS_A11Y_JWT'];else{const _0x1983ea={};_0x1983ea[_0xcaf6eb(0x226)]=process[_0xcaf6eb(0x1ff)]['BS_A11Y_JWT'],_0x1ca115[_0xff5f96[_0xcaf6eb(0x224)]]=_0x1983ea;}_0x1ca115[_0xff5f96['RjSSU']][_0xcaf6eb(0x214)]=JSON['parse'](process[_0xcaf6eb(0x1ff)][_0xcaf6eb(0x221)])['scannerVersion'];}}}}catch(_0x11fe74){logger[_0xcaf6eb(0x1ed)](_0xcaf6eb(0x216)+_0x11fe74);}},exports[a30_0x72032e(0x1ee)]=(_0x2e6bdf,_0x444c98)=>{const _0x5f1155=a30_0x72032e,_0x285ff2={};_0x285ff2[_0x5f1155(0x1fc)]=_0x5f1155(0x237),_0x285ff2['pvPpR']=function(_0x55cbdd,_0x3c3034){return _0x55cbdd!==_0x3c3034;},_0x285ff2[_0x5f1155(0x217)]=_0x5f1155(0x1f7),_0x285ff2[_0x5f1155(0x1f0)]=_0x5f1155(0x23c),_0x285ff2[_0x5f1155(0x21d)]=_0x5f1155(0x213),_0x285ff2[_0x5f1155(0x233)]=function(_0x534549,_0x4e3c52){return _0x534549===_0x4e3c52;},_0x285ff2['lpdOT']=_0x5f1155(0x1fb),_0x285ff2[_0x5f1155(0x229)]=function(_0x311861,_0xc12c2f){return _0x311861>_0xc12c2f;},_0x285ff2[_0x5f1155(0x21e)]=_0x5f1155(0x235),_0x285ff2[_0x5f1155(0x1fa)]=_0x5f1155(0x1e8),_0x285ff2[_0x5f1155(0x211)]=_0x5f1155(0x1ea),_0x285ff2['Gduli']='options_',_0x285ff2[_0x5f1155(0x20f)]=_0x5f1155(0x21b),_0x285ff2['gpJQG']=_0x5f1155(0x200),_0x285ff2[_0x5f1155(0x1f6)]=_0x5f1155(0x23a),_0x285ff2[_0x5f1155(0x21f)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x40c3f0=_0x285ff2;try{const _0x49209c=_0x444c98[_0x5f1155(0x205)]||{},_0xdd159c=(_0x49209c[_0x40c3f0[_0x5f1155(0x1fc)]]?_0x49209c[_0x40c3f0['XFrur']][_0x5f1155(0x22e)]:_0x49209c['device'])||'';if(_0x40c3f0[_0x5f1155(0x228)](_0xdd159c,''))return logger[_0x5f1155(0x20d)](_0x40c3f0[_0x5f1155(0x217)]),![];const _0x6caa1f=_0x49209c[_0x5f1155(0x201)]||_0x2e6bdf[_0x5f1155(0x219)]['getBrowserName']();if(_0x40c3f0[_0x5f1155(0x228)](_0x6caa1f['toLowerCase'](),_0x40c3f0['uzOku']))return logger[_0x5f1155(0x20d)](_0x40c3f0[_0x5f1155(0x21d)]),![];const _0x1be49d=_0x49209c[_0x5f1155(0x230)]||_0x49209c[_0x5f1155(0x22d)]||_0x2e6bdf['capabilities_']['getBrowserVersion']();if(!bsSetupHelper[_0x5f1155(0x22f)](_0x1be49d)&&!(_0x40c3f0['YxoSW'](_0x1be49d,_0x40c3f0[_0x5f1155(0x227)])||_0x40c3f0['AqGCf'](_0x1be49d,0x5e)))return logger['warn'](_0x40c3f0[_0x5f1155(0x21e)]),![];let _0x3e480e;try{_0x3e480e=bsSetupHelper[_0x5f1155(0x231)](_0x40c3f0[_0x5f1155(0x1fa)],_0x40c3f0[_0x5f1155(0x211)]);}catch(_0x260598){return![];}const _0x5d4934=new _0x3e480e[(_0x5f1155(0x21c))](_0x2e6bdf[_0x5f1155(0x20b)]),_0x286724=bsSetupHelper[_0x5f1155(0x239)](_0x5d4934,[_0x40c3f0['Gduli'],_0x40c3f0[_0x5f1155(0x20f)]])||bsSetupHelper[_0x5f1155(0x239)](_0x2e6bdf[_0x5f1155(0x219)][_0x5f1155(0x1fd)](_0x40c3f0[_0x5f1155(0x1fc)]),[_0x40c3f0['gpJQG'],_0x40c3f0[_0x5f1155(0x20f)]])||bsSetupHelper[_0x5f1155(0x239)](_0x2e6bdf['capabilities_']['get'](_0x40c3f0['gpJQG']),[_0x40c3f0['FfVQu']])||[];if(_0x286724['includes'](_0x40c3f0[_0x5f1155(0x1f6)]))return logger[_0x5f1155(0x20d)](_0x40c3f0[_0x5f1155(0x21f)]),![];return!![];}catch(_0x104e42){logger[_0x5f1155(0x1ed)](_0x5f1155(0x234)+util[_0x5f1155(0x22a)](_0x104e42));}return![];},exports[a30_0x72032e(0x1f9)]=async _0x327304=>{const _0x293bdb=a30_0x72032e,_0x5a1f4a={};_0x5a1f4a[_0x293bdb(0x206)]=function(_0x3b5155,_0x14112c){return _0x3b5155===_0x14112c;},_0x5a1f4a['wAqaj']='browserstack';const _0x5d699d=_0x5a1f4a;let _0x1e66ae={};try{const _0x36b271=await _0x327304[_0x293bdb(0x202)]();_0x1e66ae={'os_name':_0x36b271['getPlatform'](),'os_version':bsSetupHelper[_0x293bdb(0x222)](_0x5d699d['korlk'](global[_0x293bdb(0x209)],_0x5d699d[_0x293bdb(0x1ec)])),'browser_name':_0x36b271['getBrowserName'](),'browser_version':_0x36b271[_0x293bdb(0x1fe)]()};}catch(_0x25d3e3){logger[_0x293bdb(0x1ed)](_0x293bdb(0x20c)+_0x25d3e3);}return _0x1e66ae;};function a30_0x2e26(){const _0x41d4f6=['deviceName','isUndefined','browserVersion','requireModule','../../../helpers/logger','YxoSW','Exception\x20in\x20setExtension\x20Error:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','path','bstack:options','setGlobal','nestedKeyValue','--headless','1700056MChebs','chrome','selenium-webdriver/chrome.js','140LCOJxx','selenium-webdriver','3OgxgYE','wAqaj','debug','setExtension','../../../helpers/helper','uzOku','3084800FvLFRb','nEIdc','MFXaT','isAccessibilityPlatform','accessibilityOptions','DOpNl','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','parse','fetchPlatformDetails','eUiaR','latest','XFrur','get','getBrowserVersion','env','chromeOptions','browserName','getCapabilities','520068vzvaOR','3HWiouo','capability','korlk','RQPpd','2227258JjPsSR','__cloud_provider___','UOxoF','chromeOptions_','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','warn','11214fzeLdF','FfVQu','1355553nmWIqG','gRXnd','accessibility','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','scannerVersion','7qDXQFC','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','utFvj','capabilities','capabilities_','216446MqmXSl','args','Options','YiGTY','AywvR','plQXi','keys','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getPlatformVersion','../../../helpers/globals','RjSSU','length','authToken','lpdOT','pvPpR','AqGCf','format','BS_A11Y_JWT','setAccessibilityCapabilities','browser_version'];a30_0x2e26=function(){return _0x41d4f6;};return a30_0x2e26();}
@@ -1 +1 @@
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
+ 'use strict';function a31_0x5637(){const _0x2bee1f=['results','doc','IGhlE','mhYPj','currentRetry','bsConfig','symbols','passed','iUNdQ','WxNKt','failed','body','gdOyb','winstonLogger','finished_at','LlYlB','iYwnb','expanded','DFfqn','wPaSj','yDJhA','fIgay','zvDXb','speed','originalTitle','escape','tFbDx','setCurrentTestData','type','GgBQU','8zkQXcT','AFTER_ALL','_upstreamConfig','gohOq','qSDwI','xunit','HiYSX','GyJiF','fast','gBJrP','getRootParentFile','now','currentTest','result','nbAOE','MOCHA','kJlMI','rFAqj','BJdVy','appendTestPlatform','hook_run','aMOoU','UnhandledError','docHtml','testObservability','test_run_uuid','dirname','increaseIndent','docAppend','EVENT','indent','OKpCG','prototype','3dsGKOR','clean','</h1>','apply','sRAvC','EUdsP','uleQt','current_test','ctx','NWvVA','hook_type','../../../helpers/test-observability/sessionHandler','kShaM','raKmo','consoleLog','cuifC','uuid','\x20%s','assign','hooks','bind','parent','3281140JTYHdx','diaRV','</code></pre></dd>','../../../helpers/metadata','niIYV','tYhIw','_buildCreated','<section\x20class=\x22suite\x22>','LUCzr','44063rlNEnt','File\x20path\x20could\x20not\x20be\x20found','mocha/lib/utils.js','vEjmT','slice','iwvkg','toString','HzGTl','logs','\x20\x20<dt>','FrCSm','Reporter','jkonI','call','analyticsResult','../../utils/constants','uuJMj','state','trim','event_type','uploadEventData','CcpBs','agqdC','_testEnv','\x20\x20%d)\x20%s','whCIJ','write','ucpBu','includes','5749980OQzfPp','qlljb','.js','NBiGG','aqgAV','vfaiK','mocha','HookFinished','__platform__','_indents','zudCt','retryOf','weGWZ','once','statSync','4499UwZDJC','WbKOc','pending','AFTER_EACH','ioePd','VGeZT','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','\x20with\x20error\x20:\x20','bs:addLog:','SJbvJ','error','hxiav','constants','lldBP','failure_backtrace','shutdown','mocha/lib/reporters/','removeAllListeners','EgPWM','duration','Exception\x20in\x20uploading\x20log\x20data\x20to\x20','KVZmL','yhMhs','../../../helpers/central-scanner/helpers','finalResults','IEcwX','EByub','HookStarted','test_run','setGlobal','AssertionError','GdTtb','hookAnalyticsId','sendTestRunEvent','prefixTestPath','<dl>','spec','bright\x20yellow','forEach','after\x20each','suite','.git','../../../helpers/logger','SHibu','__indents','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','registerListeners','failure','dJONz','markedStatus','iMxJm','tjFVb','TestRunFinished','lEHDi','BXZqR','file','join','titlePath','_testResults','6JisYyN','../../../helpers/testhub/constants','failCount','lEBZn','\x20\x20<dt\x20class=\x22error\x22>','suiteCount','stdout','<h1>','done','suites','27516csBaXZ','hook_run_uuid','dot','oBPXh','pass','4124008pwvAeU','</dd>','dMBhy','aunTC','SupqJ','util','testAnalyticsId','integrations','zvnlR','qCQIA','aHlJV','scope','lcnc','LSvGE','jEcLZ','UmmXL','SiiJb','GycNz','color','../../../helpers/test-observability/requestQueueHandler','started_at','beZus','ffrnu','err','\x20\x20<dd><pre><code>','OwKSZ','fullTitle','green','_currentRetry','setCentralScannerData','../../../helpers/test-observability/utils','rvpRy','nJVAA','kdXln','NeKVj','name','GDSRF','testRunUUID','after\x20all','../../../helpers/helper','Runner','pid','ENrFs','failure_reason_expanded','reporterOption','redirectUrl','BEFORE_EACH','testStarted','TestRunSkipped','toISOString','1603156MfQdFJ','slow','appendTestItemLog','JUvSA','multiple','NXBAd','28NXNdrH','push','klsnW','../../../helpers/testhub/utils','length','pWKXD','current_hook','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20','TestRunStarted','RUNNING','bs:addPlatformDetails:','CBTSessionCreated','StcMG','HookRunFinished','mGUej','\x20-\x20','match','Exception\x20in\x20browserstack\x20custome\x20reporter\x20with\x20error:\x20','AqIVq','Lrmqr','findGitConfig','YNkCi','Exception\x20in\x20populating\x20test\x20data\x20for\x20hook\x20skipped\x20test\x20with\x20error\x20:\x20','before\x20each','</dt>','scopes','mocha/lib/reporters/base.js','runner','TEST_REPORTING_ANALYTICS','fPxVT','gSySm','WiSFj','javascript','FKWxA','decreaseIndent','mWbWZ','2344401gDpouu','PwFsO','comma','title','fmrWV','reporterOptions','../../../helpers/test-observability/constants','http_response','shouldProcessEventForTesthub','../../../helpers/globals'];a31_0x5637=function(){return _0x2bee1f;};return a31_0x5637();}const a31_0x3e31b6=a31_0x5433;(function(_0x36f798,_0x178cec){const _0x4b47ba=a31_0x5433,_0x58b1fa=_0x36f798();while(!![]){try{const _0x294ed3=parseInt(_0x4b47ba(0x21a))/0x1*(-parseInt(_0x4b47ba(0x2c8))/0x2)+parseInt(_0x4b47ba(0x1fb))/0x3*(parseInt(_0x4b47ba(0x2c2))/0x4)+-parseInt(_0x4b47ba(0x211))/0x5+parseInt(_0x4b47ba(0x281))/0x6*(parseInt(_0x4b47ba(0x290))/0x7)+parseInt(_0x4b47ba(0x1da))/0x8*(parseInt(_0x4b47ba(0x2ec))/0x9)+-parseInt(_0x4b47ba(0x237))/0xa+parseInt(_0x4b47ba(0x246))/0xb*(parseInt(_0x4b47ba(0x28b))/0xc);if(_0x294ed3===_0x178cec)break;else _0x58b1fa['push'](_0x58b1fa['shift']());}catch(_0x2695d4){_0x58b1fa['push'](_0x58b1fa['shift']());}}}(a31_0x5637,0x530b7));const util=require(a31_0x3e31b6(0x295)),fs=require('fs'),path=require('path'),{requireModule,getCentralUser}=require(a31_0x3e31b6(0x2b7)),Base=requireModule(a31_0x3e31b6(0x2e2),'mocha'),utils=requireModule(a31_0x3e31b6(0x21c),a31_0x3e31b6(0x23d)),color=Base['color'],Mocha=requireModule(a31_0x3e31b6(0x23d)),Runnable=requireModule('mocha/lib/runnable.js',a31_0x3e31b6(0x23d)),{v4:uuidv4}=require('uuid'),bsSetupHelper=require(a31_0x3e31b6(0x2b7)),testhubUtils=require(a31_0x3e31b6(0x2cb)),centralScannerUtils=require(a31_0x3e31b6(0x25d)),testHubConstants=require(a31_0x3e31b6(0x282)),{FRAMEWORKS}=require(a31_0x3e31b6(0x1b8)),globals=require(a31_0x3e31b6(0x1bb)),logger=require(a31_0x3e31b6(0x270))[a31_0x3e31b6(0x1c9)],TestMetadata=require(a31_0x3e31b6(0x214)),a31_0x4ce875={};function a31_0x5433(_0x4e9a82,_0x3312d1){const _0x56379b=a31_0x5637();return a31_0x5433=function(_0x543371,_0x408c75){_0x543371=_0x543371-0x1b4;let _0x2caa5e=_0x56379b[_0x543371];return _0x2caa5e;},a31_0x5433(_0x4e9a82,_0x3312d1);}a31_0x4ce875['before\x20all']='BEFORE_ALL',a31_0x4ce875[a31_0x3e31b6(0x2b6)]=a31_0x3e31b6(0x1db),a31_0x4ce875[a31_0x3e31b6(0x2df)]=a31_0x3e31b6(0x2be),a31_0x4ce875[a31_0x3e31b6(0x26d)]=a31_0x3e31b6(0x249);const HOOK_TYPES_MAP=a31_0x4ce875,{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_0x3e31b6(0x2b8)][a31_0x3e31b6(0x252)],{STATE_PASSED,STATE_PENDING,STATE_FAILED}=Runnable[a31_0x3e31b6(0x252)],{getTestEnv,getHookDetails,getHooksForTest,mapTestHooks,getHookSkippedTests}=require('../test-observability/mochaUtils'),{consoleHolder}=require(a31_0x3e31b6(0x1b8)),SessionHandler=require(a31_0x3e31b6(0x206)),{isTestObservabilitySession,PathHelper,debug,failureData}=require(a31_0x3e31b6(0x2ae)),RequestQueueHandler=require(a31_0x3e31b6(0x2a3)),constants=require(a31_0x3e31b6(0x229)),requestQueueHandler=RequestQueueHandler['getInstance']();class MyReporter{constructor(_0x20358c,_0x1bfde7){const _0x3745e0=a31_0x3e31b6,_0x1ac2fa={'pWKXD':function(_0x253840,_0x17f56a){return _0x253840===_0x17f56a;},'gSySm':_0x3745e0(0x26a),'GDSRF':function(_0x1ec2f5,_0xbc1c2d){return _0x1ec2f5===_0xbc1c2d;},'zudCt':function(_0x4a4b05,_0x5ce1b8){return _0x4a4b05+_0x5ce1b8;},'klsnW':function(_0x418a77,_0x2348bf){return _0x418a77+_0x2348bf;},'SJbvJ':function(_0x13f9d1,_0x30e93a,_0x352cc2){return _0x13f9d1(_0x30e93a,_0x352cc2);},'fIgay':_0x3745e0(0x2ab),'yDJhA':'%s\x20','dMBhy':function(_0x47941f,_0x1f2cdc,_0x3c0b02){return _0x47941f(_0x1f2cdc,_0x3c0b02);},'iYwnb':'light','SupqJ':'%s\x20-\x20%s','StcMG':_0x3745e0(0x2d1),'aMOoU':_0x3745e0(0x1bd),'yhMhs':function(_0x31dd17){return _0x31dd17();},'DFfqn':'HookRunStarted','dJONz':'HookRunFinished','BJdVy':function(_0x5cc361,_0x3ae0a7){return _0x5cc361===_0x3ae0a7;},'WxNKt':_0x3745e0(0x1c3),'RusHs':_0x3745e0(0x1e2),'iwvkg':'checkmark','yWWSf':_0x3745e0(0x28f),'lEBZn':_0x3745e0(0x20c),'uleQt':'\x20(%dms)','whCIJ':'fail','bZIGW':_0x3745e0(0x232),'fmrWV':function(_0x4fe240,_0x466487){return _0x4fe240===_0x466487;},'LSvGE':function(_0x20b3bc,_0x2602b7){return _0x20b3bc+_0x2602b7;},'FrCSm':function(_0x56db7a,_0x1f4d72){return _0x56db7a+_0x1f4d72;},'HzGTl':function(_0x18af2f,_0x320ef9,_0x475a6e){return _0x18af2f(_0x320ef9,_0x475a6e);},'lEHDi':_0x3745e0(0x26b),'LlYlB':'COMPLETED','IEcwX':function(_0x50c5f6,_0x3c97b8){return _0x50c5f6===_0x3c97b8;},'zvDXb':function(_0x23f4a6,_0x4d081b){return _0x23f4a6===_0x4d081b;},'cuifC':_0x3745e0(0x28d),'diaRV':function(_0x3901e4,_0x2b24c5){return _0x3901e4===_0x2b24c5;},'LDkCS':_0x3745e0(0x2c3),'wPaSj':function(_0x187431,_0x395970){return _0x187431===_0x395970;},'NJcHd':function(_0x10ef99,_0x42952a){return _0x10ef99===_0x42952a;},'ZjjLk':function(_0xdd3947,_0x465f86){return _0xdd3947===_0x465f86;},'xDiCe':function(_0x2956b2,_0xe52a23){return _0x2956b2===_0xe52a23;},'OKpCG':'1|0|4|2|3','SHibu':function(_0x2f5ceb,_0x3eac08){return _0x2f5ceb===_0x3eac08;},'sRAvC':_0x3745e0(0x248),'kShaM':_0x3745e0(0x2c0),'PwFsO':function(_0x2dccbe,_0x338463){return _0x2dccbe(_0x338463);},'VGeZT':function(_0x3b0124){return _0x3b0124();},'WVLcv':function(_0x527ed8,_0xf0c0da){return _0x527ed8(_0xf0c0da);},'SiiJb':function(_0x2d5de8){return _0x2d5de8();},'KIPJh':_0x3745e0(0x1df),'KVZmL':function(_0x444328,_0x3b1fc8,_0x81980c){return _0x444328(_0x3b1fc8,_0x81980c);},'zvnlR':_0x3745e0(0x23d),'QhFBm':function(_0x50d215,_0x4df2df){return _0x50d215===_0x4df2df;},'tYhIw':function(_0x23a5e4,_0x25b7c8){return _0x23a5e4!==_0x25b7c8;}};this['type']=_0x1bfde7['reporterOption'][_0x3745e0(0x1d8)],this[_0x3745e0(0x1f2)]=_0x1ac2fa['yhMhs'](isTestObservabilitySession),Base[_0x3745e0(0x227)](this,_0x20358c,_0x1bfde7),this[_0x3745e0(0x240)]=0x0,this[_0x3745e0(0x283)]=0x0,this[_0x3745e0(0x1bc)]=[],this['finalResults']=[],this[_0x3745e0(0x286)]=0x0,this[_0x3745e0(0x217)]=![],this[_0x3745e0(0x280)]=[],this[_0x3745e0(0x231)]=_0x1ac2fa[_0x3745e0(0x2a0)](getTestEnv),this['_paths']=new PathHelper({'cwd':process['cwd']()},this[_0x3745e0(0x231)]['location_prefix']),this[_0x3745e0(0x1dc)]=_0x1bfde7['reporterOption'][_0x3745e0(0x1c1)],this['registerListeners']();_0x1ac2fa['ZjjLk'](this[_0x3745e0(0x1d8)],_0x1ac2fa[_0x3745e0(0x1ef)])&&(this['docHtml']='',this[_0x3745e0(0x272)]=0x2);_0x20358c[_0x3745e0(0x244)](EVENT_RUN_BEGIN,async()=>{const _0xb47c2c=_0x3745e0;_0x1ac2fa[_0xb47c2c(0x2cd)](this[_0xb47c2c(0x1d8)],_0x1ac2fa[_0xb47c2c(0x2e6)])&&Base['consoleLog']();})['on'](EVENT_SUITE_BEGIN,_0x3ee7c0=>{const _0x73c026=_0x3745e0;if(_0x3ee7c0['root'])return;if(_0x1ac2fa[_0x73c026(0x2b4)](this[_0x73c026(0x1d8)],_0x1ac2fa[_0x73c026(0x2e6)]))this[_0x73c026(0x1f5)](),Base[_0x73c026(0x209)](_0x1ac2fa['zudCt'](_0x1ac2fa['klsnW'](this[_0x73c026(0x1f8)](),_0x1ac2fa[_0x73c026(0x24f)](color,_0x1ac2fa[_0x73c026(0x1d1)],_0x1ac2fa['yDJhA'])),_0x1ac2fa['dMBhy'](color,_0x1ac2fa[_0x73c026(0x1cc)],_0x1ac2fa[_0x73c026(0x294)])),_0x1ac2fa[_0x73c026(0x2d4)],_0x3ee7c0[_0x73c026(0x1b5)],global[_0x73c026(0x23f)]);else _0x1ac2fa[_0x73c026(0x2cd)](this[_0x73c026(0x1d8)],_0x1ac2fa[_0x73c026(0x1ef)])&&(this[_0x73c026(0x1f6)](this[_0x73c026(0x1f8)]()+_0x73c026(0x218)),++this[_0x73c026(0x272)],this['docAppend'](this[_0x73c026(0x1f8)]()+_0x73c026(0x288)+utils[_0x73c026(0x1d5)](_0x3ee7c0[_0x73c026(0x1b5)]+_0x73c026(0x2d7)+global[_0x73c026(0x23f)])+_0x73c026(0x1fd)),this[_0x73c026(0x1f6)](this['indent']()+_0x73c026(0x269)));})['on'](EVENT_HOOK_BEGIN,async _0x124db3=>{const _0x1a0fbc=_0x3745e0;if(_0x1ac2fa['pWKXD'](testhubUtils[_0x1a0fbc(0x1ba)](testHubConstants[_0x1a0fbc(0x1f7)][_0x1a0fbc(0x261)]),!![])){if(!_0x124db3['hookAnalyticsId'])_0x124db3[_0x1a0fbc(0x266)]=_0x1ac2fa[_0x1a0fbc(0x25c)](uuidv4);else _0x124db3[_0x1a0fbc(0x277)]&&(_0x124db3[_0x1a0fbc(0x266)]=_0x1ac2fa[_0x1a0fbc(0x25c)](uuidv4),delete _0x124db3[_0x1a0fbc(0x277)]);_0x124db3[_0x1a0fbc(0x2a4)]=new Date()[_0x1a0fbc(0x2c1)](),this['current_hook']=_0x124db3,await this[_0x1a0fbc(0x267)](_0x124db3,undefined,![],_0x1ac2fa[_0x1a0fbc(0x1ce)]);}})['on'](EVENT_HOOK_END,async _0x5d9500=>{const _0x93709e=_0x3745e0;_0x1ac2fa[_0x93709e(0x2b4)](testhubUtils[_0x93709e(0x1ba)](testHubConstants[_0x93709e(0x1f7)]['HookFinished']),!![])&&(!_0x5d9500[_0x93709e(0x277)]&&(_0x5d9500[_0x93709e(0x277)]=!![],await this[_0x93709e(0x267)](_0x5d9500,undefined,![],_0x1ac2fa[_0x93709e(0x276)])));})['on'](EVENT_SUITE_END,_0x1097e6=>{const _0x4d483d=_0x3745e0,_0x489fd6={'OwKSZ':function(_0x13f316,_0xe82bce){const _0x56fc57=a31_0x5433;return _0x1ac2fa[_0x56fc57(0x1ec)](_0x13f316,_0xe82bce);},'tjFVb':_0x1ac2fa[_0x4d483d(0x1c5)],'iMxJm':function(_0xb8ac6e,_0x2a43ed){return _0x1ac2fa['BJdVy'](_0xb8ac6e,_0x2a43ed);},'GycNz':_0x1ac2fa['RusHs'],'vfaiK':function(_0x1112a1,_0x2ba5b8){const _0x5a8563=_0x4d483d;return _0x1ac2fa[_0x5a8563(0x241)](_0x1112a1,_0x2ba5b8);},'UmmXL':function(_0x59f0ea,_0x3d1838,_0x582c78){const _0x6ab3b5=_0x4d483d;return _0x1ac2fa[_0x6ab3b5(0x292)](_0x59f0ea,_0x3d1838,_0x582c78);},'BXZqR':_0x1ac2fa[_0x4d483d(0x21f)],'qCQIA':_0x1ac2fa['yWWSf'],'gohOq':_0x1ac2fa[_0x4d483d(0x284)],'iUNdQ':_0x1ac2fa[_0x4d483d(0x201)],'aHlJV':function(_0x3d6ad9,_0x4e606b){const _0x34b356=_0x4d483d;return _0x1ac2fa[_0x34b356(0x2ca)](_0x3d6ad9,_0x4e606b);},'eVDwu':_0x1ac2fa[_0x4d483d(0x233)],'CcpBs':_0x1ac2fa['bZIGW']};if(_0x1097e6['root'])return;if(_0x1ac2fa[_0x4d483d(0x1b6)](this[_0x4d483d(0x1d8)],_0x1ac2fa[_0x4d483d(0x2e6)]))Base['consoleLog'](),Base[_0x4d483d(0x209)](_0x1ac2fa[_0x4d483d(0x29d)](_0x1ac2fa[_0x4d483d(0x224)](this['indent'](),_0x1ac2fa[_0x4d483d(0x221)](color,_0x1ac2fa[_0x4d483d(0x27b)],_0x1ac2fa[_0x4d483d(0x1d0)])),_0x1ac2fa[_0x4d483d(0x24f)](color,_0x1ac2fa['iYwnb'],_0x1ac2fa[_0x4d483d(0x294)])),_0x1ac2fa[_0x4d483d(0x1cb)],_0x1097e6[_0x4d483d(0x1b5)],global['__platform__']),this['results'][_0x4d483d(0x26c)](_0x42d759=>{const _0x1b8558=_0x4d483d;if(_0x489fd6[_0x1b8558(0x2a9)](_0x42d759[_0x1b8558(0x22b)],_0x489fd6[_0x1b8558(0x279)])){var _0x570ab9;_0x489fd6[_0x1b8558(0x278)](_0x42d759[_0x1b8558(0x1d3)],_0x489fd6[_0x1b8558(0x2a1)])?(_0x570ab9=_0x489fd6[_0x1b8558(0x23c)](_0x489fd6[_0x1b8558(0x23c)](this[_0x1b8558(0x1f8)](),_0x489fd6[_0x1b8558(0x29f)](color,_0x489fd6[_0x1b8558(0x27c)],_0x489fd6[_0x1b8558(0x23c)]('\x20\x20',Base['symbols']['ok']))),_0x489fd6['UmmXL'](color,_0x489fd6[_0x1b8558(0x299)],_0x489fd6['gohOq'])),Base[_0x1b8558(0x209)](_0x570ab9,_0x42d759['title'])):(_0x570ab9=_0x489fd6['vfaiK'](_0x489fd6[_0x1b8558(0x23c)](_0x489fd6[_0x1b8558(0x23c)](this[_0x1b8558(0x1f8)](),_0x489fd6['UmmXL'](color,_0x489fd6[_0x1b8558(0x27c)],_0x489fd6[_0x1b8558(0x23c)]('\x20\x20',Base['symbols']['ok']))),_0x489fd6[_0x1b8558(0x29f)](color,_0x489fd6[_0x1b8558(0x299)],_0x489fd6[_0x1b8558(0x1dd)])),_0x489fd6['UmmXL'](color,_0x42d759['speed'],_0x489fd6[_0x1b8558(0x1c4)])),Base[_0x1b8558(0x209)](_0x570ab9,_0x42d759[_0x1b8558(0x1b5)],_0x42d759['duration']));}else Base[_0x1b8558(0x209)](_0x489fd6[_0x1b8558(0x29a)](this['indent'](),_0x489fd6[_0x1b8558(0x29f)](color,_0x489fd6['eVDwu'],_0x489fd6[_0x1b8558(0x22f)])),++this[_0x1b8558(0x283)],_0x42d759[_0x1b8558(0x1b5)]);}),this[_0x4d483d(0x2ea)]();else _0x1ac2fa[_0x4d483d(0x25f)](this[_0x4d483d(0x1d8)],_0x1ac2fa[_0x4d483d(0x1ef)])&&(this[_0x4d483d(0x1f6)](this['indent']()+'</dl>'),--this[_0x4d483d(0x272)],this[_0x4d483d(0x1f6)](this[_0x4d483d(0x1f8)]()+'</section>'),--this[_0x4d483d(0x272)]);Array[_0x4d483d(0x1fa)][_0x4d483d(0x2c9)][_0x4d483d(0x1fe)](this['finalResults'],this[_0x4d483d(0x1bc)]),this[_0x4d483d(0x1bc)]=[];})['on'](EVENT_TEST_PASS,async _0x24a863=>{const _0x34d714=_0x3745e0;this['results'][_0x34d714(0x2c9)]({'speed':_0x24a863[_0x34d714(0x1d3)],'suite':_0x24a863['parent'][_0x34d714(0x1b5)],'title':_0x24a863['title'],'fullTitle':_0x24a863[_0x34d714(0x2aa)](),'duration':_0x24a863['duration'],'state':_0x24a863['state'],'err':{},'currentRetry':_0x24a863[_0x34d714(0x1c0)](),'titlePathV':_0x24a863['titlePath'](),'isPending':_0x24a863['isPending']()});if(_0x1ac2fa[_0x34d714(0x1d2)](this['type'],_0x1ac2fa[_0x34d714(0x20a)]))_0x1ac2fa[_0x34d714(0x212)](_0x24a863[_0x34d714(0x1d3)],_0x1ac2fa['LDkCS'])?process[_0x34d714(0x287)][_0x34d714(0x234)](Base['color'](_0x1ac2fa[_0x34d714(0x27b)],Base[_0x34d714(0x1c2)][_0x34d714(0x28d)])):process[_0x34d714(0x287)]['write'](Base['color'](_0x24a863[_0x34d714(0x1d3)],Base[_0x34d714(0x1c2)][_0x34d714(0x28d)]));else{if(_0x1ac2fa[_0x34d714(0x1cf)](this['type'],_0x1ac2fa['aMOoU'])){this[_0x34d714(0x1f6)](this[_0x34d714(0x1f8)]()+_0x34d714(0x223)+utils[_0x34d714(0x1d5)](_0x24a863['title'])+_0x34d714(0x2e0)),this['docAppend'](this[_0x34d714(0x1f8)]()+_0x34d714(0x223)+utils['escape'](_0x24a863[_0x34d714(0x27d)])+'</dt>');var _0x39d380=utils[_0x34d714(0x1d5)](utils[_0x34d714(0x1fc)](_0x24a863[_0x34d714(0x1c7)]));this['docAppend'](this['indent']()+_0x34d714(0x2a8)+_0x39d380+'</code></pre></dd>');}}_0x1ac2fa['NJcHd'](testhubUtils[_0x34d714(0x1ba)](),!![])&&(!_0x24a863[_0x34d714(0x277)]&&(_0x24a863[_0x34d714(0x277)]=!![],await this[_0x34d714(0x267)](_0x24a863)));})['on'](EVENT_TEST_FAIL,async(_0x42e7ce,_0x172b18)=>{const _0x4d9771=_0x3745e0;this[_0x4d9771(0x1bc)][_0x4d9771(0x2c9)]({'title':_0x42e7ce[_0x4d9771(0x1b5)],'suite':_0x42e7ce[_0x4d9771(0x210)][_0x4d9771(0x1b5)],'state':_0x42e7ce[_0x4d9771(0x22b)],'err':{'message':util['inspect'](_0x172b18)},'fullTitle':_0x42e7ce['fullTitle'](),'speed':_0x42e7ce[_0x4d9771(0x1d3)],'currentRetry':_0x42e7ce[_0x4d9771(0x1c0)](),'titlePathV':_0x42e7ce[_0x4d9771(0x27f)]()});if(_0x1ac2fa['ZjjLk'](this['type'],_0x1ac2fa[_0x4d9771(0x20a)]))process[_0x4d9771(0x287)][_0x4d9771(0x234)](Base[_0x4d9771(0x2a2)](_0x1ac2fa[_0x4d9771(0x233)],Base[_0x4d9771(0x1c2)]['bang']));else{if(_0x1ac2fa['xDiCe'](this[_0x4d9771(0x1d8)],_0x1ac2fa[_0x4d9771(0x1ef)])){const _0x1142e1=_0x1ac2fa[_0x4d9771(0x1f9)]['split']('|');let _0x413641=0x0;while(!![]){switch(_0x1142e1[_0x413641++]){case'0':this['docAppend'](this[_0x4d9771(0x1f8)]()+_0x4d9771(0x285)+utils[_0x4d9771(0x1d5)](_0x42e7ce['file'])+'</dt>');continue;case'1':this[_0x4d9771(0x1f6)](this[_0x4d9771(0x1f8)]()+_0x4d9771(0x285)+utils['escape'](_0x42e7ce['title'])+_0x4d9771(0x2e0));continue;case'2':this[_0x4d9771(0x1f6)](this[_0x4d9771(0x1f8)]()+'\x20\x20<dd\x20class=\x22error\x22><pre><code>'+_0x35524e+_0x4d9771(0x213));continue;case'3':this[_0x4d9771(0x1f6)](this[_0x4d9771(0x1f8)]()+'\x20\x20<dd\x20class=\x22error\x22>'+utils['escape'](_0x42e7ce['err'])+_0x4d9771(0x291));continue;case'4':var _0x35524e=utils['escape'](utils['clean'](_0x42e7ce['body']));continue;}break;}}}if(_0x1ac2fa['SHibu'](testhubUtils[_0x4d9771(0x1ba)](testHubConstants[_0x4d9771(0x1f7)][_0x4d9771(0x23e)]),!![])){if(!_0x42e7ce[_0x4d9771(0x277)]){_0x42e7ce['markedStatus']=!![];if(_0x42e7ce[_0x4d9771(0x296)])await this[_0x4d9771(0x267)](_0x42e7ce,_0x172b18);else _0x42e7ce[_0x4d9771(0x266)]&&await this[_0x4d9771(0x267)](_0x42e7ce,_0x172b18,![],_0x1ac2fa[_0x4d9771(0x276)]);}}})['on'](EVENT_TEST_PENDING,async _0x1e4a7c=>{const _0x13271a=_0x3745e0;this[_0x13271a(0x1bc)][_0x13271a(0x2c9)]({'title':_0x1e4a7c[_0x13271a(0x1b5)],'suite':_0x1e4a7c[_0x13271a(0x210)][_0x13271a(0x1b5)],'state':_0x1e4a7c[_0x13271a(0x22b)],'err':{},'fullTitle':_0x1e4a7c['fullTitle'](),'speed':_0x1e4a7c[_0x13271a(0x1d3)],'currentRetry':_0x1e4a7c[_0x13271a(0x1c0)](),'titlePathV':_0x1e4a7c[_0x13271a(0x27f)]()}),_0x1ac2fa[_0x13271a(0x1cf)](this[_0x13271a(0x1d8)],_0x1ac2fa[_0x13271a(0x20a)])&&process[_0x13271a(0x287)][_0x13271a(0x234)](Base[_0x13271a(0x2a2)](_0x1ac2fa[_0x13271a(0x1ff)],Base[_0x13271a(0x1c2)][_0x13271a(0x1b4)])),_0x1ac2fa[_0x13271a(0x1d2)](testhubUtils[_0x13271a(0x1ba)](),!![])&&(!_0x1e4a7c[_0x13271a(0x296)]&&(_0x1e4a7c[_0x13271a(0x296)]=_0x1ac2fa['yhMhs'](uuidv4)),!_0x1e4a7c[_0x13271a(0x277)]&&(_0x1e4a7c[_0x13271a(0x277)]=!![],await this['sendTestRunEvent'](_0x1e4a7c,undefined,![],_0x1ac2fa[_0x13271a(0x207)])));})['on'](EVENT_TEST_BEGIN,async _0xd040b1=>{const _0x3646ed=_0x3745e0;_0x1ac2fa[_0x3646ed(0x25f)](testhubUtils[_0x3646ed(0x1ba)](),!![])&&await this[_0x3646ed(0x2bf)](_0xd040b1);})['on'](EVENT_TEST_END,async _0x1cd5b3=>{const _0x5973ee=_0x3745e0;_0x1ac2fa['fmrWV'](testhubUtils['shouldProcessEventForTesthub'](),!![])&&(!_0x1cd5b3[_0x5973ee(0x277)]&&(_0x1cd5b3[_0x5973ee(0x277)]=!![],await this['sendTestRunEvent'](_0x1cd5b3)));})['once'](EVENT_RUN_END,async()=>{const _0x1a06e5=_0x3745e0;try{if(_0x1ac2fa['NJcHd'](testhubUtils[_0x1a06e5(0x1ba)](),!![])){const _0xef132d=_0x1ac2fa[_0x1a06e5(0x2ed)](getHookSkippedTests,this[_0x1a06e5(0x2e3)][_0x1a06e5(0x26e)]);for(const _0x5631b8 of _0xef132d){!_0x5631b8[_0x1a06e5(0x296)]&&(_0x5631b8[_0x1a06e5(0x296)]=_0x1ac2fa[_0x1a06e5(0x24b)](uuidv4)),await this[_0x1a06e5(0x267)](_0x5631b8,undefined,![],_0x1ac2fa[_0x1a06e5(0x207)]);}}}catch(_0x242811){_0x1ac2fa['WVLcv'](debug,_0x1a06e5(0x2de)+_0x242811);}await requestQueueHandler[_0x1a06e5(0x255)](),_0x1ac2fa[_0x1a06e5(0x271)](this[_0x1a06e5(0x1d8)],_0x1ac2fa[_0x1a06e5(0x1ef)])&&Base[_0x1a06e5(0x209)](this['docHtml']);});if(this[_0x3745e0(0x1d8)]&&![_0x1ac2fa['aMOoU'],_0x1ac2fa['KIPJh'],_0x1ac2fa[_0x3745e0(0x2e6)],_0x1ac2fa[_0x3745e0(0x20a)]][_0x3745e0(0x236)](this[_0x3745e0(0x1d8)])){const _0x9f7c7f=this[_0x3745e0(0x1d8)][_0x3745e0(0x22c)]();this[_0x3745e0(0x225)]=null;try{this['Reporter']=_0x1ac2fa[_0x3745e0(0x25b)](requireModule,_0x3745e0(0x256)+_0x9f7c7f+_0x3745e0(0x239),_0x1ac2fa[_0x3745e0(0x298)]);}catch(_0x32b150){_0x1ac2fa[_0x3745e0(0x2ed)](debug,_0x3745e0(0x2d9)+_0x32b150);}if(_0x1ac2fa['QhFBm'](this[_0x3745e0(0x225)],null))try{this['Reporter']=_0x1ac2fa[_0x3745e0(0x2ed)](require,_0x9f7c7f);}catch(_0xc30b27){console[_0x3745e0(0x250)]('Failed\x20to\x20load\x20reporter\x20'+_0x9f7c7f);}if(_0x1ac2fa[_0x3745e0(0x216)](this[_0x3745e0(0x225)],null)){const _0x1bbffc={};_0x1bbffc[_0x3745e0(0x1b7)]=_0x1bfde7[_0x3745e0(0x2bc)],this[_0x3745e0(0x225)]=new this['Reporter'](_0x20358c,_0x1bbffc);}}}[a31_0x3e31b6(0x1f8)](){const _0x1acd4f=a31_0x3e31b6,_0x421446={'qSDwI':function(_0x4ddfbe,_0x317267){return _0x4ddfbe(_0x317267);}};return _0x421446[_0x1acd4f(0x1de)](Array,this['_indents'])[_0x1acd4f(0x27e)]('\x20\x20');}[a31_0x3e31b6(0x1f5)](){const _0x3a4929=a31_0x3e31b6;this[_0x3a4929(0x240)]++;}[a31_0x3e31b6(0x2ea)](){const _0x1042e2=a31_0x3e31b6;this[_0x1042e2(0x240)]--;}['docAppend'](_0x145f3a){const _0x1833ae=a31_0x3e31b6;this[_0x1833ae(0x1f1)]+=_0x145f3a;}[a31_0x3e31b6(0x289)](_0x320ced,_0x56c9ee){const _0x52fd13=a31_0x3e31b6,_0x5334c7={'mhYPj':function(_0x16d76a,_0x307da7){return _0x16d76a(_0x307da7);}},_0xfdd537={};_0xfdd537['failureCount']=_0x320ced,_0xfdd537[_0x52fd13(0x1bc)]=this[_0x52fd13(0x25e)],_0x5334c7[_0x52fd13(0x1bf)](_0x56c9ee,_0xfdd537);}[a31_0x3e31b6(0x274)](){const _0x26ebc5=a31_0x3e31b6;process[_0x26ebc5(0x257)](_0x26ebc5(0x24e)+process['pid']),process['on'](_0x26ebc5(0x24e)+process[_0x26ebc5(0x2b9)],this[_0x26ebc5(0x2c4)][_0x26ebc5(0x20f)](this)),process[_0x26ebc5(0x257)](_0x26ebc5(0x2d2)+process[_0x26ebc5(0x2b9)]),process['on'](_0x26ebc5(0x2d2)+process[_0x26ebc5(0x2b9)],this[_0x26ebc5(0x1ed)][_0x26ebc5(0x20f)](this));}[a31_0x3e31b6(0x2bf)]=async _0x3b8dda=>{const _0x2725c5=a31_0x3e31b6,_0x5699f9={'oNplp':function(_0x26b938){return _0x26b938();},'EgPWM':_0x2725c5(0x2b5),'vEjmT':function(_0xb08ebc,_0x594ff7){return _0xb08ebc>_0x594ff7;},'uuJMj':function(_0x404315,_0x1daee9){return _0x404315===_0x1daee9;},'rvpRy':_0x2725c5(0x2d0),'LUCzr':function(_0x53f5d6,_0x4e9b16){return _0x53f5d6(_0x4e9b16);}};try{const _0xe8cb34=this['current_test'];this[_0x2725c5(0x202)]=_0x3b8dda,_0x3b8dda[_0x2725c5(0x242)]=null,_0x3b8dda[_0x2725c5(0x296)]=_0x5699f9['oNplp'](uuidv4),globals[_0x2725c5(0x263)](_0x5699f9[_0x2725c5(0x258)],_0x3b8dda[_0x2725c5(0x296)]),_0x3b8dda[_0x2725c5(0x2a4)]=new Date()['toISOString'](),_0x5699f9[_0x2725c5(0x21d)](_0x3b8dda[_0x2725c5(0x2ac)],0x0)&&_0xe8cb34&&_0x5699f9[_0x2725c5(0x22a)](_0xe8cb34[_0x2725c5(0x1b5)],_0x3b8dda[_0x2725c5(0x1b5)])?(_0x3b8dda['retryOf']=_0xe8cb34[_0x2725c5(0x296)],await this[_0x2725c5(0x267)](_0x3b8dda,undefined,![],_0x5699f9['rvpRy']),_0xe8cb34[_0x2725c5(0x22b)]=STATE_FAILED,await this[_0x2725c5(0x267)](_0xe8cb34,undefined,!![])):await this[_0x2725c5(0x267)](_0x3b8dda,undefined,![],_0x5699f9[_0x2725c5(0x2af)]);}catch(_0x5a2ae2){_0x5699f9[_0x2725c5(0x219)](debug,_0x2725c5(0x273)+_0x5a2ae2);}};[a31_0x3e31b6(0x267)]=async(_0x3f7c92,_0x31dd48=undefined,_0x28bfe4=![],_0x588c4b=a31_0x3e31b6(0x27a))=>{const _0x196a6b=a31_0x3e31b6,_0x6be292={'nbAOE':function(_0x9d06be,_0x225e43){return _0x9d06be===_0x225e43;},'GgBQU':function(_0x43afb0,_0xe5322){return _0x43afb0!==_0xe5322;},'beZus':'test','NBiGG':_0x196a6b(0x2a7),'gBJrP':function(_0x47d3ed,_0x589f5e){return _0x47d3ed!==_0x589f5e;},'GyJiF':_0x196a6b(0x21b),'jEcLZ':'Mocha','AqIVq':_0x196a6b(0x2e8),'NXBAd':_0x196a6b(0x2c0),'ytbUb':'skipped','gdOyb':function(_0x5c413f,_0xd5590){return _0x5c413f-_0xd5590;},'niIYV':_0x196a6b(0x264),'xyFdL':_0x196a6b(0x1f0),'HiYSX':_0x196a6b(0x27a),'kdXln':_0x196a6b(0x2d0),'fPxVT':function(_0x470c82){return _0x470c82();},'mWbWZ':function(_0x49a891,_0x4db91c){return _0x49a891===_0x4db91c;},'TuLqi':_0x196a6b(0x2a4),'NWvVA':_0x196a6b(0x1ca),'EUdsP':function(_0x5876bb,_0x3a658c){return _0x5876bb(_0x3a658c);},'YNkCi':_0x196a6b(0x2d5),'aunTC':_0x196a6b(0x1c6),'qlljb':_0x196a6b(0x1c3),'aqgAV':_0x196a6b(0x2df),'IGhlE':function(_0x3effdc,_0x1dd214){return _0x3effdc===_0x1dd214;},'oBPXh':function(_0x446fd9,_0x539048){return _0x446fd9(_0x539048);},'woLAE':_0x196a6b(0x275),'agqdC':_0x196a6b(0x254),'ffrnu':'backtrace','ucpBu':_0x196a6b(0x2bb),'WbKOc':_0x196a6b(0x1cd),'GdTtb':function(_0x572937,_0xceb476){return _0x572937===_0xceb476;},'mGUej':_0x196a6b(0x205),'tFbDx':_0x196a6b(0x1ee),'trugS':_0x196a6b(0x262),'rFAqj':function(_0x1da1e1,_0x4f0620){return _0x1da1e1(_0x4f0620);}};try{if(_0x3f7c92[_0x196a6b(0x1c7)]&&_0x3f7c92['body'][_0x196a6b(0x2d8)](/browserstack internal helper hook/))return;let _0x107c4e=[];if(_0x6be292[_0x196a6b(0x1e8)](_0x3f7c92[_0x196a6b(0x22b)],STATE_FAILED)){if(_0x6be292['GgBQU'](_0x3f7c92['err'],undefined))_0x107c4e=_0x3f7c92['err'][_0x196a6b(0x2c6)]?[_0x3f7c92[_0x196a6b(0x2a7)][_0x196a6b(0x2c6)],_0x6be292[_0x196a6b(0x2a5)]]:[_0x3f7c92['err'],_0x6be292[_0x196a6b(0x23a)]];else _0x6be292[_0x196a6b(0x1d9)](_0x31dd48,undefined)?_0x107c4e=[_0x31dd48,_0x6be292['NBiGG']]:_0x107c4e=[];}const _0x776961=_0x6be292[_0x196a6b(0x1d9)](_0x3f7c92['err'],undefined)?_0x3f7c92[_0x196a6b(0x2a7)][_0x196a6b(0x220)]():_0x6be292[_0x196a6b(0x1e3)](_0x31dd48,undefined)?_0x31dd48[_0x196a6b(0x220)]():undefined;let _0x2e0fbb;try{_0x2e0fbb=this[_0x196a6b(0x1e4)](_0x3f7c92);}catch(_0x2fc6b4){_0x2e0fbb=null;}const _0x793f5e=_0x2e0fbb?this[_0x196a6b(0x2dc)](_0x2e0fbb):null,_0x3f5978=_0x2e0fbb?this['_paths'][_0x196a6b(0x268)](this['getRootParentFile'](_0x3f7c92)):_0x6be292[_0x196a6b(0x1e1)],_0x1ea709={'framework':_0x6be292[_0x196a6b(0x29e)],'uuid':_0x3f7c92[_0x196a6b(0x296)]||_0x3f7c92[_0x196a6b(0x266)],'name':_0x3f7c92[_0x196a6b(0x1b5)],'body':{'lang':_0x6be292[_0x196a6b(0x2da)],'code':_0x3f7c92['body']},'scope':this[_0x196a6b(0x29b)](_0x3f7c92),'scopes':this[_0x196a6b(0x2e1)](_0x3f7c92),'identifier':_0x3f7c92[_0x196a6b(0x2aa)](),'file_name':_0x3f5978,'vc_filepath':_0x793f5e?path['relative'](_0x793f5e,_0x2e0fbb):null,'location':_0x3f5978,'result':_0x6be292[_0x196a6b(0x1e8)](_0x588c4b,_0x6be292[_0x196a6b(0x2c7)])?_0x6be292['ytbUb']:this[_0x196a6b(0x228)](_0x3f7c92[_0x196a6b(0x22b)]),'failure_reason':_0x776961,'duration_in_ms':_0x3f7c92[_0x196a6b(0x259)]||(_0x588c4b[_0x196a6b(0x2d8)](/Finished/)||_0x588c4b[_0x196a6b(0x2d8)](/Skipped/)?_0x6be292[_0x196a6b(0x1c8)](Date[_0x196a6b(0x1e5)](),new Date(_0x3f7c92[_0x196a6b(0x2a4)])['getTime']()):null),'started_at':_0x3f7c92[_0x196a6b(0x2a4)],'finished_at':_0x588c4b['match'](/Finished/)||_0x588c4b['match'](/Skipped/)?new Date()[_0x196a6b(0x2c1)]():null,'failure':failureData[_0x196a6b(0x1fe)](null,_0x107c4e),'failure_type':!_0x776961?null:_0x776961[_0x196a6b(0x2d8)](/AssertionError/)?_0x6be292[_0x196a6b(0x215)]:_0x6be292['xyFdL'],'retry_of':_0x3f7c92[_0x196a6b(0x242)]};if([_0x6be292[_0x196a6b(0x2c7)],_0x6be292['HiYSX'],_0x6be292[_0x196a6b(0x2b1)]]['includes'](_0x588c4b)){if(_0x6be292[_0x196a6b(0x2e5)](getCentralUser)[_0x196a6b(0x29c)]){const _0x21b993=TestMetadata['get'](_0x3f7c92[_0x196a6b(0x296)]);if(_0x21b993){const _0xa9b033={};_0xa9b033[_0x196a6b(0x29c)]=_0x21b993,Object[_0x196a6b(0x20d)](_0x1ea709,_0xa9b033);}}}testhubUtils['appendTesthubParams'](_0x1ea709,_0x588c4b,_0x3f7c92,FRAMEWORKS['MOCHA']);(_0x3f7c92['responseCode']||_0x3f7c92[_0x196a6b(0x2bd)])&&centralScannerUtils[_0x196a6b(0x2ad)](_0x1ea709,_0x3f7c92['responseCode'],_0x3f7c92[_0x196a6b(0x2bd)]);_0x6be292[_0x196a6b(0x2eb)](_0x588c4b,_0x6be292[_0x196a6b(0x2c7)])&&!_0x1ea709[_0x6be292['TuLqi']]&&(_0x1ea709[_0x6be292['TuLqi']]=_0x1ea709[_0x6be292[_0x196a6b(0x204)]]);if(_0x588c4b['match'](/HookRun/))[_0x1ea709[_0x196a6b(0x205)],_0x1ea709[_0x196a6b(0x2b3)]]=_0x6be292[_0x196a6b(0x200)](getHookDetails,_0x3f7c92[_0x196a6b(0x2aa)]()||_0x3f7c92[_0x196a6b(0x1d4)]||_0x3f7c92[_0x196a6b(0x1b5)]),_0x6be292[_0x196a6b(0x1e8)](_0x588c4b,_0x6be292[_0x196a6b(0x2dd)])&&(_0x6be292[_0x196a6b(0x1e3)](_0x1ea709[_0x196a6b(0x1e7)],_0x6be292[_0x196a6b(0x293)])&&(_0x1ea709['result']=_0x6be292[_0x196a6b(0x238)]),_0x6be292[_0x196a6b(0x2eb)](_0x1ea709['hook_type'],_0x6be292[_0x196a6b(0x23b)])&&_0x6be292[_0x196a6b(0x1be)](_0x1ea709[_0x196a6b(0x1e7)],_0x6be292[_0x196a6b(0x293)])&&!_0x3f7c92['ctx'][_0x196a6b(0x1e6)][_0x196a6b(0x277)]&&(_0x3f7c92[_0x196a6b(0x203)]['currentTest'][_0x196a6b(0x277)]=!![],_0x3f7c92[_0x196a6b(0x203)][_0x196a6b(0x1e6)][_0x196a6b(0x22b)]=STATE_FAILED,await this[_0x196a6b(0x267)](_0x3f7c92[_0x196a6b(0x203)][_0x196a6b(0x1e6)],undefined,!![])));else _0x588c4b[_0x196a6b(0x2d8)](/TestRun/)&&_0x6be292[_0x196a6b(0x28e)](mapTestHooks,_0x3f7c92);const _0x45285b=_0x1ea709[_0x6be292['woLAE']][0x0];_0x45285b&&(_0x1ea709[_0x6be292[_0x196a6b(0x230)]]=_0x45285b[_0x6be292[_0x196a6b(0x2a6)]],_0x1ea709[_0x6be292[_0x196a6b(0x235)]]=_0x45285b[_0x6be292[_0x196a6b(0x247)]]);[_0x6be292[_0x196a6b(0x1e0)],_0x6be292[_0x196a6b(0x2c7)]][_0x196a6b(0x236)](_0x588c4b)&&(this['_testResults']['push'](_0x1ea709),_0x1ea709[_0x196a6b(0x20e)]=_0x6be292[_0x196a6b(0x200)](getHooksForTest,_0x3f7c92));const _0xbbd7b={'event_type':_0x6be292[_0x196a6b(0x265)](_0x588c4b,_0x6be292[_0x196a6b(0x2c7)])?_0x6be292[_0x196a6b(0x1e0)]:_0x588c4b};_0x588c4b[_0x196a6b(0x2d8)](/HookRun/)?(_0x1ea709[_0x6be292[_0x196a6b(0x2d6)]]=HOOK_TYPES_MAP[_0x1ea709[_0x6be292[_0x196a6b(0x2d6)]]],_0xbbd7b[_0x6be292[_0x196a6b(0x1d6)]]=_0x1ea709):_0xbbd7b[_0x6be292['trugS']]=_0x1ea709,testhubUtils[_0x196a6b(0x1d7)](FRAMEWORKS[_0x196a6b(0x1e9)],_0xbbd7b),await SessionHandler['uploadEventData'](_0xbbd7b);}catch(_0x17d93c){_0x6be292[_0x196a6b(0x1eb)](debug,_0x196a6b(0x24c)+_0x588c4b+_0x196a6b(0x24d)+_0x17d93c);}};['findGitConfig'](_0x5d1524){const _0x339861=a31_0x3e31b6,_0x1c0e84={};_0x1c0e84['EByub']=function(_0x38eff7,_0x9fa189){return _0x38eff7===_0x9fa189;},_0x1c0e84[_0x339861(0x2db)]=function(_0x14c6dc,_0x4a5568){return _0x14c6dc===_0x4a5568;},_0x1c0e84[_0x339861(0x251)]=function(_0x271955,_0xefc361){return _0x271955===_0xefc361;},_0x1c0e84[_0x339861(0x2ba)]=_0x339861(0x26f),_0x1c0e84[_0x339861(0x226)]='config';const _0x7e0116=_0x1c0e84,_0x5eba9b=path['sep'];if(_0x7e0116[_0x339861(0x260)](_0x5d1524,null)||_0x7e0116[_0x339861(0x2db)](_0x5d1524,'')||_0x7e0116[_0x339861(0x251)](_0x5d1524,_0x5eba9b)||_0x7e0116[_0x339861(0x251)](_0x5d1524,path[_0x339861(0x1f4)](_0x5d1524)))return null;try{return fs[_0x339861(0x245)](path[_0x339861(0x27e)](_0x5d1524,_0x7e0116[_0x339861(0x2ba)],_0x7e0116[_0x339861(0x226)])),_0x5d1524;}catch(_0xd1fb7e){const _0x2ea6e0=path[_0x339861(0x1f4)](_0x5d1524);return this[_0x339861(0x2dc)](_0x2ea6e0);}}[a31_0x3e31b6(0x2c4)]=async _0xe57d5=>{const _0x2fded6=a31_0x3e31b6,_0x163237={'nJVAA':'LogCreated','kJlMI':function(_0x13ed84,_0x3b5713){return _0x13ed84(_0x3b5713);}};try{this[_0x2fded6(0x2ce)]&&!this['current_hook'][_0x2fded6(0x277)]&&(_0xe57d5['hook_run_uuid']=this[_0x2fded6(0x2ce)][_0x2fded6(0x266)]);!_0xe57d5[_0x2fded6(0x28c)]&&this['current_test']&&!this['current_test']['markedStatus']&&(_0xe57d5[_0x2fded6(0x1f3)]=this[_0x2fded6(0x202)]['testAnalyticsId']);if(_0xe57d5[_0x2fded6(0x28c)]||_0xe57d5['test_run_uuid']){const _0x40739b={};_0x40739b[_0x2fded6(0x22d)]=_0x163237[_0x2fded6(0x2b0)],_0x40739b[_0x2fded6(0x222)]=[_0xe57d5],await SessionHandler[_0x2fded6(0x22e)](_0x40739b);}}catch(_0xef0fc6){_0x163237[_0x2fded6(0x1ea)](debug,_0x2fded6(0x25a)+constants['TEST_REPORTING_ANALYTICS']+_0x2fded6(0x24d)+_0xef0fc6);}};['appendTestPlatform']=async _0x13a135=>{const _0x4b6606=a31_0x3e31b6,_0x3845e6={'SgsfN':_0x4b6606(0x1b9),'ioePd':_0x4b6606(0x2d3),'WiSFj':function(_0x8582f6,_0x91eddb){return _0x8582f6(_0x91eddb);}};try{const _0x38f570={};_0x38f570[_0x4b6606(0x20b)]=_0x13a135['uuid']||this['current_test'][_0x4b6606(0x296)],_0x38f570[_0x4b6606(0x297)]=_0x13a135[_0x3845e6['SgsfN']];const _0x5120a4=_0x38f570,_0xcdffdc={};_0xcdffdc['event_type']=_0x3845e6[_0x4b6606(0x24a)],_0xcdffdc[_0x4b6606(0x262)]=_0x5120a4,await SessionHandler['uploadEventData'](_0xcdffdc);}catch(_0x25446d){_0x3845e6[_0x4b6606(0x2e7)](debug,_0x4b6606(0x2cf)+constants[_0x4b6606(0x2e4)]+_0x4b6606(0x24d)+_0x25446d);}};[a31_0x3e31b6(0x228)](_0x3b8840){const _0x5715f0=a31_0x3e31b6,_0x133451={};_0x133451[_0x5715f0(0x2e9)]='passed',_0x133451['NeKVj']='pending',_0x133451[_0x5715f0(0x253)]='failed';const _0xcfa6e8=_0x133451,_0x43b9e4={};return _0x43b9e4[STATE_PASSED]=_0xcfa6e8[_0x5715f0(0x2e9)],_0x43b9e4[STATE_PENDING]=_0xcfa6e8[_0x5715f0(0x2b2)],_0x43b9e4[STATE_FAILED]=_0xcfa6e8[_0x5715f0(0x253)],_0x43b9e4[_0x3b8840];}[a31_0x3e31b6(0x29b)](_0x58d0d4){const _0x695f25=a31_0x3e31b6,_0x56a9ef={};_0x56a9ef[_0x695f25(0x2c5)]=function(_0x3a3808,_0x35d137){return _0x3a3808-_0x35d137;};const _0x3cf85c=_0x56a9ef,_0x933249=_0x58d0d4['titlePath']();return _0x933249[_0x695f25(0x21e)](0x0,_0x3cf85c[_0x695f25(0x2c5)](_0x933249[_0x695f25(0x2cc)],0x1))[_0x695f25(0x27e)]('\x20');}[a31_0x3e31b6(0x2e1)](_0xc75063){const _0x4c5457=a31_0x3e31b6,_0x4d3ccd={};_0x4d3ccd[_0x4c5457(0x208)]=function(_0x4ec09d,_0x1266de){return _0x4ec09d-_0x1266de;};const _0x578cb8=_0x4d3ccd,_0x435992=_0xc75063[_0x4c5457(0x27f)]();return _0x435992['slice'](0x0,_0x578cb8['raKmo'](_0x435992[_0x4c5457(0x2cc)],0x1));}[a31_0x3e31b6(0x1e4)](_0x4a16c7){const _0x5a7ff5=a31_0x3e31b6,_0x388c2a={};_0x388c2a[_0x5a7ff5(0x243)]=function(_0x5e0c9d,_0x55da8d){return _0x5e0c9d>_0x55da8d;};const _0x4ab026=_0x388c2a;if(_0x4a16c7[_0x5a7ff5(0x27d)])return _0x4a16c7[_0x5a7ff5(0x27d)];if(_0x4a16c7[_0x5a7ff5(0x203)]){const _0x25fbb8=_0x4a16c7[_0x5a7ff5(0x203)][_0x5a7ff5(0x1e6)]?this[_0x5a7ff5(0x1e4)](_0x4a16c7[_0x5a7ff5(0x203)][_0x5a7ff5(0x1e6)]):null;if(_0x25fbb8)return _0x25fbb8;}if(_0x4a16c7[_0x5a7ff5(0x210)]){const _0x56682c=this[_0x5a7ff5(0x1e4)](_0x4a16c7[_0x5a7ff5(0x210)])||(_0x4a16c7[_0x5a7ff5(0x210)][_0x5a7ff5(0x203)]&&_0x4a16c7[_0x5a7ff5(0x210)][_0x5a7ff5(0x203)][_0x5a7ff5(0x1e6)]?this[_0x5a7ff5(0x1e4)](_0x4a16c7[_0x5a7ff5(0x210)]['ctx']['currentTest']):null);if(_0x56682c)return _0x56682c;_0x4a16c7['parent'][_0x5a7ff5(0x28a)]&&_0x4ab026[_0x5a7ff5(0x243)](_0x4a16c7['parent'][_0x5a7ff5(0x28a)][_0x5a7ff5(0x2cc)],0x0)&&_0x4a16c7[_0x5a7ff5(0x210)][_0x5a7ff5(0x28a)][_0x5a7ff5(0x26c)](_0x66bac4=>{const _0x4d34c8=_0x5a7ff5,_0x169a54=_0x66bac4[_0x4d34c8(0x203)]?this['getRootParentFile'](_0x66bac4['ctx']):null;if(_0x169a54)return _0x169a54;});}return null;}}module['exports']=MyReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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;
2
+ 'use strict';const a32_0x13034a=a32_0x45fa;(function(_0x4f0360,_0x1c16cc){const _0x40e9c9=a32_0x45fa,_0x485dd4=_0x4f0360();while(!![]){try{const _0x571e86=parseInt(_0x40e9c9(0x1e2))/0x1*(-parseInt(_0x40e9c9(0x22c))/0x2)+parseInt(_0x40e9c9(0x2a9))/0x3+parseInt(_0x40e9c9(0x203))/0x4+parseInt(_0x40e9c9(0x238))/0x5*(-parseInt(_0x40e9c9(0x262))/0x6)+parseInt(_0x40e9c9(0x20b))/0x7*(parseInt(_0x40e9c9(0x1f3))/0x8)+parseInt(_0x40e9c9(0x224))/0x9+-parseInt(_0x40e9c9(0x233))/0xa*(parseInt(_0x40e9c9(0x268))/0xb);if(_0x571e86===_0x1c16cc)break;else _0x485dd4['push'](_0x485dd4['shift']());}catch(_0x4160bf){_0x485dd4['push'](_0x485dd4['shift']());}}}(a32_0x504f,0xa910b));const chalk=require(a32_0x13034a(0x2cf)),logger=require(a32_0x13034a(0x1d7))['winstonLogger'],helper=require(a32_0x13034a(0x2c6)),utilities=require(a32_0x13034a(0x230)),testOpsHelper=require('../../helpers/test-observability/utils'),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a32_0x13034a(0x244)),{requireModule,nestedKeyValue}=require('../../helpers/helper'),{getPercyOptions}=require(a32_0x13034a(0x201)),Base=requireModule(a32_0x13034a(0x1cc),a32_0x13034a(0x220)),collectFiles=requireModule(a32_0x13034a(0x256),a32_0x13034a(0x220)),constants=require(a32_0x13034a(0x2d4)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a32_0x13034a(0x2ae))['EVENTS'],centralScannerConstants=require(a32_0x13034a(0x1ee)),{FRAMEWORKS}=require(a32_0x13034a(0x1c7)),TestHubHandler=require(a32_0x13034a(0x22f)),ClientTroubleShootingService=require(a32_0x13034a(0x269));function tag(_0x545b38,_0x215aa4,_0x2444de,_0x174cd1){const _0xf0a4f2=a32_0x13034a,_0x186c76={'YnYWd':function(_0x3b9374,_0x1672ef){return _0x3b9374+_0x1672ef;},'UZDda':function(_0x4016d2,_0x57cda1){return _0x4016d2+_0x57cda1;},'JPtoc':function(_0x23d0d0,_0x566436){return _0x23d0d0+_0x566436;},'XoOky':function(_0xe32af5,_0x1761c2){return _0xe32af5(_0x1761c2);},'Ahzvj':function(_0xe8de1d,_0x324352){return _0xe8de1d+_0x324352;},'VMYcq':function(_0x418222,_0x408fb2){return _0x418222+_0x408fb2;},'WEgop':function(_0x38938a,_0x10db76){return _0x38938a+_0x10db76;},'GWwZM':function(_0x583f01,_0x12b6c9){return _0x583f01+_0x12b6c9;},'MYpNy':function(_0x5d9824,_0x390903){return _0x5d9824+_0x390903;},'qaCjr':function(_0x66c0cb,_0xc9828e){return _0x66c0cb+_0xc9828e;}},_0x105222=_0x2444de?'/>':'>',_0x327445=[];let _0x15c68b;for(const _0x233571 in _0x215aa4){Object['prototype'][_0xf0a4f2(0x2b8)][_0xf0a4f2(0x28b)](_0x215aa4,_0x233571)&&_0x327445[_0xf0a4f2(0x210)](_0x186c76[_0xf0a4f2(0x277)](_0x186c76['UZDda'](_0x186c76['JPtoc'](_0x233571,'=\x22'),_0x186c76[_0xf0a4f2(0x2c8)](escape,_0x215aa4[_0x233571])),'\x22'));}return _0x15c68b=_0x186c76['Ahzvj'](_0x186c76[_0xf0a4f2(0x2cc)](_0x186c76[_0xf0a4f2(0x28c)]('<',_0x545b38),_0x327445[_0xf0a4f2(0x241)]?_0x186c76[_0xf0a4f2(0x222)]('\x20',_0x327445[_0xf0a4f2(0x1f2)]('\x20')):''),_0x105222),_0x174cd1&&(_0x15c68b+=_0x186c76['MYpNy'](_0x186c76[_0xf0a4f2(0x1d2)](_0x186c76[_0xf0a4f2(0x2cc)](_0x174cd1,'</'),_0x545b38),_0x105222)),_0x15c68b;}let xunitContent='';function xunitWrite(_0x5afdd4){xunitContent+=_0x5afdd4;}function xunitTest(_0x3c1e95,_0x461b17){const _0x49e9e0=a32_0x13034a,_0x5ebfb3={'AMjnq':function(_0x293906,_0xced121){return _0x293906/_0xced121;},'ngCSN':function(_0x596d4b,_0x49b226){return _0x596d4b===_0x49b226;},'zBCOb':_0x49e9e0(0x1fd),'McqZI':function(_0x28384a,_0x20022c){return _0x28384a+_0x20022c;},'cyYPc':function(_0x383d8d,_0x1be046){return _0x383d8d(_0x1be046);},'nGgOt':function(_0x3a5269,_0x5d3ba2,_0x5d786a,_0x239620,_0x5651bc){return _0x3a5269(_0x5d3ba2,_0x5d786a,_0x239620,_0x5651bc);},'fMKKI':_0x49e9e0(0x2ad),'bBSvI':'failure','QeaCQ':function(_0x320641,_0x5efe70){return _0x320641+_0x5efe70;},'dAaEm':function(_0x269422,_0x1a679d){return _0x269422+_0x1a679d;},'Ojyly':function(_0x24b967,_0x2cc1ca){return _0x24b967(_0x2cc1ca);},'pYfVu':function(_0x7ba7,_0x2b75ea){return _0x7ba7(_0x2b75ea);},'devZM':function(_0x52d9c2,_0x36b9f9){return _0x52d9c2(_0x36b9f9);},'THazf':function(_0x52b9ec,_0x3fb2a0,_0x474f35,_0x3bfb83){return _0x52b9ec(_0x3fb2a0,_0x474f35,_0x3bfb83);},'tmJxw':'skipped','scdTH':function(_0x2a6ece,_0x59d1d8,_0x3afbd4,_0x12043a){return _0x2a6ece(_0x59d1d8,_0x3afbd4,_0x12043a);}};Base[_0x49e9e0(0x2bf)]=![];var _0x5f0666={'classname':_0x3c1e95[_0x49e9e0(0x252)],'name':_0x3c1e95[_0x49e9e0(0x20a)],'time':_0x5ebfb3[_0x49e9e0(0x234)](_0x3c1e95[_0x49e9e0(0x2c2)],0x3e8)||0x0,'platform':_0x461b17};if(_0x5ebfb3[_0x49e9e0(0x212)](_0x3c1e95['state'],_0x5ebfb3[_0x49e9e0(0x209)])){var _0x45116c=_0x3c1e95[_0x49e9e0(0x235)],_0xaa949f=!Base[_0x49e9e0(0x1d1)]&&Base[_0x49e9e0(0x1e9)](_0x45116c)?_0x5ebfb3[_0x49e9e0(0x1e5)]('\x0a',Base[_0x49e9e0(0x22a)](_0x45116c[_0x49e9e0(0x2b4)],_0x45116c['expected'])):'';_0x5ebfb3['cyYPc'](xunitWrite,_0x5ebfb3[_0x49e9e0(0x29e)](tag,_0x5ebfb3[_0x49e9e0(0x217)],_0x5f0666,![],_0x5ebfb3['nGgOt'](tag,_0x5ebfb3[_0x49e9e0(0x1e8)],{},![],_0x5ebfb3['QeaCQ'](_0x5ebfb3['McqZI'](_0x5ebfb3[_0x49e9e0(0x214)](_0x5ebfb3[_0x49e9e0(0x263)](escape,_0x45116c[_0x49e9e0(0x1fb)]),_0x5ebfb3[_0x49e9e0(0x263)](escape,_0xaa949f)),'\x0a'),_0x5ebfb3['pYfVu'](escape,_0x45116c[_0x49e9e0(0x288)])))));}else _0x3c1e95[_0x49e9e0(0x270)]?_0x5ebfb3[_0x49e9e0(0x1db)](xunitWrite,_0x5ebfb3['nGgOt'](tag,_0x5ebfb3[_0x49e9e0(0x217)],_0x5f0666,![],_0x5ebfb3[_0x49e9e0(0x284)](tag,_0x5ebfb3[_0x49e9e0(0x2b2)],{},!![]))):_0x5ebfb3[_0x49e9e0(0x20e)](xunitWrite,_0x5ebfb3['scdTH'](tag,_0x5ebfb3[_0x49e9e0(0x217)],_0x5f0666,!![]));}function a32_0x45fa(_0xd391e7,_0x202079){const _0x504f71=a32_0x504f();return a32_0x45fa=function(_0x45faa6,_0x1258b7){_0x45faa6=_0x45faa6-0x1c1;let _0x3dbbb6=_0x504f71[_0x45faa6];return _0x3dbbb6;},a32_0x45fa(_0xd391e7,_0x202079);};function getStats(_0x59d9fc){const _0x2cee15=a32_0x13034a,_0x3d003d={};_0x3d003d['UHDAU']='suite',_0x3d003d[_0x2cee15(0x23e)]=_0x2cee15(0x1da),_0x3d003d['kfcZD']=_0x2cee15(0x1fd),_0x3d003d[_0x2cee15(0x29b)]=_0x2cee15(0x1fc);const _0x54f0a8=_0x3d003d,_0x15c580=Object[_0x2cee15(0x1f7)](_0x59d9fc);let _0x10cb3e=0x0,_0x1b72bd=0x0,_0x490704=0x0,_0x76c958=0x0;const _0x341149=new Set();_0x15c580[_0x2cee15(0x281)](_0x29af45=>{const _0x59b21a=_0x2cee15,_0x5521fa={};_0x5521fa[_0x59b21a(0x205)]=_0x54f0a8['UHDAU'],_0x5521fa[_0x59b21a(0x29d)]=_0x54f0a8[_0x59b21a(0x23e)],_0x5521fa[_0x59b21a(0x24e)]=_0x54f0a8[_0x59b21a(0x296)];const _0x2aa360=_0x5521fa;_0x59d9fc[_0x29af45][_0x54f0a8[_0x59b21a(0x29b)]][_0x59b21a(0x281)](_0x33d60f=>{const _0x138a70=_0x59b21a;_0x341149[_0x138a70(0x2cd)](_0x33d60f[_0x2aa360[_0x138a70(0x205)]]),_0x10cb3e++;switch(_0x33d60f[_0x138a70(0x20f)]){case _0x2aa360['qhJye']:_0x490704++;break;case _0x2aa360['bgdWl']:_0x1b72bd++;break;default:_0x76c958++;}});});const _0x4f7ce2={};return _0x4f7ce2[_0x2cee15(0x24b)]=_0x341149[_0x2cee15(0x28d)],_0x4f7ce2[_0x2cee15(0x211)]=_0x15c580,_0x4f7ce2[_0x2cee15(0x218)]=_0x10cb3e,_0x4f7ce2[_0x2cee15(0x1d5)]=_0x1b72bd,_0x4f7ce2[_0x2cee15(0x287)]=_0x490704,_0x4f7ce2[_0x2cee15(0x231)]=_0x76c958,_0x4f7ce2;}function errorJSON(_0x65a016){const _0x450c9a=a32_0x13034a;var _0x193584={};return Object[_0x450c9a(0x245)](_0x65a016)[_0x450c9a(0x281)](function(_0x49ca8f){_0x193584[_0x49ca8f]=_0x65a016[_0x49ca8f];},_0x65a016),_0x193584;}function cleanCycles(_0x25b74d){const _0x29dee5=a32_0x13034a,_0x2e6fc9={};_0x2e6fc9[_0x29dee5(0x27b)]=function(_0xfa5b4e,_0x418eb1){return _0xfa5b4e===_0x418eb1;},_0x2e6fc9['RfQbX']=_0x29dee5(0x202),_0x2e6fc9[_0x29dee5(0x1c9)]=function(_0x241950,_0x221d08){return _0x241950!==_0x221d08;},_0x2e6fc9[_0x29dee5(0x25c)]=function(_0x90142f,_0x4300f7){return _0x90142f!==_0x4300f7;},_0x2e6fc9['GPEZG']=function(_0x329f06,_0x3f8b4c){return _0x329f06+_0x3f8b4c;};const _0x1df2e2=_0x2e6fc9;var _0xbfff3=[];return JSON[_0x29dee5(0x2c1)](JSON[_0x29dee5(0x243)](_0x25b74d,function(_0x367307,_0x31b792){const _0x241f33=_0x29dee5;if(_0x1df2e2[_0x241f33(0x27b)](typeof _0x31b792,_0x1df2e2[_0x241f33(0x248)])&&_0x1df2e2[_0x241f33(0x1c9)](_0x31b792,null)){if(_0x1df2e2['GvvmG'](_0xbfff3[_0x241f33(0x21d)](_0x31b792),-0x1))return _0x1df2e2[_0x241f33(0x25f)]('',_0x31b792);_0xbfff3[_0x241f33(0x210)](_0x31b792);}return _0x31b792;}));}function clean(_0x397e8d){const _0x1efd07=a32_0x13034a,_0x356491={'UUqmN':function(_0x3d5df5,_0x4a1e40){return _0x3d5df5 instanceof _0x4a1e40;},'ofOLm':function(_0x5c27df,_0x1dd15a){return _0x5c27df(_0x1dd15a);}};var _0xe2122b=_0x397e8d[_0x1efd07(0x235)]||{};return _0x356491[_0x1efd07(0x2c9)](_0xe2122b,Error)&&(_0xe2122b=_0x356491['ofOLm'](errorJSON,_0xe2122b)),{'title':_0x397e8d[_0x1efd07(0x20a)],'fullTitle':_0x397e8d[_0x1efd07(0x252)],'file':_0x397e8d[_0x1efd07(0x1cb)],'duration':_0x397e8d[_0x1efd07(0x2c2)],'currentRetry':_0x397e8d['currentRetry'],'speed':_0x397e8d[_0x1efd07(0x219)],'err':_0x356491[_0x1efd07(0x2b9)](cleanCycles,_0xe2122b)};}function printStats(_0x2ed783,_0x6affd8=a32_0x13034a(0x2d3),_0x5ef8e4={}){const _0x1d18e9=a32_0x13034a,_0x2bfce0={'PBrOT':function(_0x3023cf,_0x1afe52){return _0x3023cf(_0x1afe52);},'mLYDf':function(_0x56dee4,_0x1ef842){return _0x56dee4===_0x1ef842;},'UkTiT':_0x1d18e9(0x1da),'SKjwd':_0x1d18e9(0x1c4),'FMQyC':function(_0x355a43,_0x31570d){return _0x355a43(_0x31570d);},'GGMhF':'failed','iyvla':_0x1d18e9(0x28a),'YgKLA':'pending','MNbxw':_0x1d18e9(0x1fc),'wSbHN':function(_0x5da842,_0x53babc){return _0x5da842*_0x53babc;},'jlcQX':function(_0x15b343,_0x113499,_0x25e13e){return _0x15b343(_0x113499,_0x25e13e);},'lFylW':function(_0x19c25a,_0x1073ff){return _0x19c25a>_0x1073ff;},'yEMsL':function(_0x2601fb){return _0x2601fb();},'FLHTp':function(_0xb2be13,_0x3f23b7){return _0xb2be13===_0x3f23b7;},'DtYBH':'doc','Byvwe':_0x1d18e9(0x1d6),'ckFap':_0x1d18e9(0x2bd),'XyJFe':function(_0x26dfeb,_0x1a5b91){return _0x26dfeb+_0x1a5b91;},'BPfhd':_0x1d18e9(0x28e),'gHQdJ':_0x1d18e9(0x226),'XKFKF':_0x1d18e9(0x1f5),'bAxqY':function(_0x19bdc5,_0x593017){return _0x19bdc5+_0x593017;},'sxCwL':function(_0x4ae259,_0x1a2b90){return _0x4ae259+_0x1a2b90;},'OXQpM':_0x1d18e9(0x25d),'pvyEh':function(_0x232a53,_0x2c6da8){return _0x232a53===_0x2c6da8;},'YgTDU':_0x1d18e9(0x1d9),'WtTJw':_0x1d18e9(0x298),'jBUoj':'Couldn\x27t\x20write\x20json\x20result\x20to','dUfqw':_0x1d18e9(0x1d3),'kAOxH':function(_0x379b50,_0x510a0e){return _0x379b50===_0x510a0e;},'jPRRQ':_0x1d18e9(0x2d1),'qhdqP':_0x1d18e9(0x29c),'oTkBP':function(_0x40f7e6,_0x2c8d85){return _0x40f7e6||_0x2c8d85;},'ctChk':function(_0x169658,_0x35f524){return _0x169658(_0x35f524);},'WWvzc':function(_0x1004cd,_0x1e9138,_0x1bc013,_0x546856){return _0x1004cd(_0x1e9138,_0x1bc013,_0x546856);},'WBJpi':_0x1d18e9(0x206),'rBxFU':function(_0x2891a5,_0x5d8c85){return _0x2891a5-_0x5d8c85;},'GEIHp':function(_0x512a87,_0x1d19c4){return _0x512a87/_0x1d19c4;},'VyAua':_0x1d18e9(0x2ca),'DITlL':_0x1d18e9(0x275),'tqfrv':_0x1d18e9(0x1de),'AcOYQ':_0x1d18e9(0x21b),'ZGEyC':function(_0x1b5109,_0x1395a4){return _0x1b5109===_0x1395a4;},'ipcCN':_0x1d18e9(0x204),'qZFcY':_0x1d18e9(0x251)};if(_0x2bfce0[_0x1d18e9(0x26b)](_0x6affd8,_0x2bfce0['DtYBH']))return;const _0x5cb498=0x0,_0x3a6400=()=>{const _0x5ccd31=_0x1d18e9;return _0x2bfce0[_0x5ccd31(0x21e)](Array,_0x5cb498)[_0x5ccd31(0x1f2)]('\x20\x20');},{testSuites:_0x179c2c,platforms:_0x5a358c,totalTests:_0x17118e,testsFailed:_0x3e2127,testsPassed:_0x435797,testsPending:_0x4d33cb}=_0x2bfce0['PBrOT'](getStats,_0x2ed783);_0x2bfce0[_0x1d18e9(0x1f6)](_0x3e2127,0x0)&&(logger[_0x1d18e9(0x279)](_0x2bfce0['Byvwe']),process['exitCode']=Math['min'](_0x3e2127,0xff));logger[_0x1d18e9(0x279)](_0x2bfce0['ckFap']);const _0xa258e8=''+_0x2bfce0[_0x1d18e9(0x225)](chalk[_0x1d18e9(0x29f)](_0x2bfce0[_0x1d18e9(0x215)]),_0x5a358c['length']),_0x1e96b0=''+_0x2bfce0[_0x1d18e9(0x225)](chalk[_0x1d18e9(0x29f)](_0x2bfce0[_0x1d18e9(0x272)]),_0x179c2c),_0x46d67a=''+_0x2bfce0['XyJFe'](_0x2bfce0[_0x1d18e9(0x225)](_0x2bfce0[_0x1d18e9(0x225)](chalk[_0x1d18e9(0x29f)](_0x2bfce0[_0x1d18e9(0x26e)]),_0x2bfce0[_0x1d18e9(0x1f6)](_0x3e2127,0x0)?chalk[_0x1d18e9(0x29f)][_0x1d18e9(0x26c)](_0x3e2127+_0x1d18e9(0x29a))+',\x20':''),_0x2bfce0[_0x1d18e9(0x1f6)](_0x4d33cb,0x0)?chalk[_0x1d18e9(0x29f)][_0x1d18e9(0x23f)](_0x4d33cb+'\x20skipped')+',\x20':''),_0x2bfce0[_0x1d18e9(0x1f6)](_0x435797,0x0)?chalk[_0x1d18e9(0x29f)][_0x1d18e9(0x228)](_0x435797+_0x1d18e9(0x240))+',\x20':'')+_0x17118e+_0x1d18e9(0x2aa);console[_0x1d18e9(0x1fe)](_0x2bfce0['bAxqY'](_0x2bfce0[_0x1d18e9(0x1c5)](_0x2bfce0[_0x1d18e9(0x1c5)](_0x2bfce0[_0x1d18e9(0x2a1)](_0x2bfce0[_0x1d18e9(0x2a1)](_0x2bfce0[_0x1d18e9(0x255)],_0xa258e8),'\x0a'),_0x1e96b0),'\x0a'),_0x46d67a));if(_0x2bfce0['pvyEh'](_0x6affd8,_0x2bfce0['YgTDU'])){const _0x5db589={},_0x4101cb={};_0x4101cb[_0x1d18e9(0x24b)]=_0x179c2c,_0x4101cb[_0x1d18e9(0x211)]=_0x5a358c,_0x4101cb[_0x1d18e9(0x1d5)]=_0x3e2127,_0x4101cb[_0x1d18e9(0x287)]=_0x435797,_0x4101cb[_0x1d18e9(0x231)]=_0x4d33cb,_0x5db589[_0x1d18e9(0x23c)]=_0x4101cb,_0x5a358c[_0x1d18e9(0x281)](_0x52ba29=>{const _0x515f5d=_0x1d18e9,_0x1a58c5={'PjeFr':function(_0x3744b9,_0x3c2781){const _0x553ead=a32_0x45fa;return _0x2bfce0[_0x553ead(0x27f)](_0x3744b9,_0x3c2781);},'ThIcx':_0x2bfce0[_0x515f5d(0x249)],'PZqTq':_0x2bfce0[_0x515f5d(0x26f)],'SVfMy':function(_0x1cae67,_0x4510bc){const _0xc78807=_0x515f5d;return _0x2bfce0[_0xc78807(0x2b0)](_0x1cae67,_0x4510bc);},'ToHME':function(_0x57316b,_0x5cf65d){const _0x57a887=_0x515f5d;return _0x2bfce0[_0x57a887(0x27f)](_0x57316b,_0x5cf65d);},'iJGWG':_0x2bfce0[_0x515f5d(0x1e1)],'kFwSs':_0x2bfce0['iyvla'],'LGGAn':_0x2bfce0[_0x515f5d(0x2b3)]};_0x5db589[_0x52ba29]={'pending':[],'failures':[],'passes':[],'tests':_0x2ed783[_0x52ba29][_0x2bfce0[_0x515f5d(0x258)]]['map'](clean)},_0x2ed783[_0x52ba29][_0x2bfce0[_0x515f5d(0x258)]][_0x515f5d(0x281)](_0x3acc46=>{const _0x38c2ae=_0x515f5d;if(_0x1a58c5[_0x38c2ae(0x2b5)](_0x3acc46[_0x38c2ae(0x20f)],_0x1a58c5[_0x38c2ae(0x229)]))_0x5db589[_0x52ba29][_0x1a58c5['PZqTq']]['push'](_0x1a58c5[_0x38c2ae(0x267)](clean,_0x3acc46));else _0x1a58c5[_0x38c2ae(0x2a4)](_0x3acc46['state'],_0x1a58c5[_0x38c2ae(0x22e)])?_0x5db589[_0x52ba29][_0x1a58c5[_0x38c2ae(0x2cb)]][_0x38c2ae(0x210)](_0x1a58c5[_0x38c2ae(0x267)](clean,_0x3acc46)):_0x5db589[_0x52ba29][_0x1a58c5['LGGAn']]['push'](_0x1a58c5[_0x38c2ae(0x267)](clean,_0x3acc46));});});if(_0x5ef8e4['output'])try{logger[_0x1d18e9(0x279)](_0x2bfce0[_0x1d18e9(0x2c4)],_0x5ef8e4[_0x1d18e9(0x2a2)]),fs[_0x1d18e9(0x2d0)](_0x5ef8e4[_0x1d18e9(0x2a2)],JSON[_0x1d18e9(0x243)](_0x5db589,null,0x3));}catch(_0xca5eac){logger['error'](_0x2bfce0[_0x1d18e9(0x2ba)],_0x5ef8e4['output']),logger[_0x1d18e9(0x279)](_0xca5eac);}else logger[_0x1d18e9(0x279)](_0x2bfce0[_0x1d18e9(0x21c)]),console[_0x1d18e9(0x1fe)](JSON[_0x1d18e9(0x243)](_0x5db589,null,0x3));}else{if(_0x2bfce0[_0x1d18e9(0x257)](_0x6affd8,_0x2bfce0[_0x1d18e9(0x1ec)])){let _0x11d074;const _0x558111=_0x2bfce0['qhdqP'];_0x5ef8e4&&(_0x11d074=_0x5ef8e4[_0x1d18e9(0x2b6)]);_0x11d074=_0x2bfce0[_0x1d18e9(0x1ff)](_0x11d074,_0x558111);let _0x197d71=0x0,_0x399142=0x0,_0x29804a=0x0,_0x581795=0x0;_0x5a358c[_0x1d18e9(0x281)](_0x44826e=>{const _0x592adb=_0x1d18e9,_0x1dc882={'sLjmI':function(_0x128127,_0x44533d){const _0x2d9f20=a32_0x45fa;return _0x2bfce0[_0x2d9f20(0x27f)](_0x128127,_0x44533d);},'HIiHk':_0x2bfce0[_0x592adb(0x249)],'wjDHz':function(_0x3b3bd5,_0x561670){const _0x3366f0=_0x592adb;return _0x2bfce0[_0x3366f0(0x27f)](_0x3b3bd5,_0x561670);},'elcHg':_0x2bfce0[_0x592adb(0x1e1)],'jSQJG':function(_0x451809,_0x2ad1e8){const _0xe11fa1=_0x592adb;return _0x2bfce0[_0xe11fa1(0x242)](_0x451809,_0x2ad1e8);}};_0x2ed783[_0x44826e][_0x2bfce0[_0x592adb(0x258)]]['forEach'](_0x1c71f9=>{const _0x2aa5b6=_0x592adb;if(_0x1dc882['sLjmI'](_0x1c71f9[_0x2aa5b6(0x20f)],_0x1dc882[_0x2aa5b6(0x1dc)]))_0x197d71++;else _0x1dc882[_0x2aa5b6(0x208)](_0x1c71f9[_0x2aa5b6(0x20f)],_0x1dc882[_0x2aa5b6(0x1c8)])&&_0x399142++;_0x29804a++,_0x581795+=_0x1dc882[_0x2aa5b6(0x280)](_0x1c71f9[_0x2aa5b6(0x2c2)],0x1);});}),_0x2bfce0[_0x1d18e9(0x1e7)](xunitWrite,_0x2bfce0['WWvzc'](tag,_0x2bfce0[_0x1d18e9(0x1f4)],{'name':_0x11d074,'tests':_0x29804a,'failures':0x0,'errors':_0x399142,'skipped':_0x2bfce0[_0x1d18e9(0x20c)](_0x2bfce0[_0x1d18e9(0x20c)](_0x29804a,_0x399142),_0x197d71),'timestamp':new Date()[_0x1d18e9(0x21f)](),'time':_0x2bfce0[_0x1d18e9(0x20d)](_0x581795,0x3e8)||0x0},![])),_0x5a358c[_0x1d18e9(0x281)](_0x5ef620=>{const _0x1d3c4f=_0x1d18e9;_0x2ed783[_0x5ef620][_0x2bfce0[_0x1d3c4f(0x258)]][_0x1d3c4f(0x281)](_0xcd66ea=>{const _0x489be9=_0x1d3c4f;_0x2bfce0[_0x489be9(0x2d2)](xunitTest,_0xcd66ea,_0x5ef620);});}),_0x2bfce0['FMQyC'](xunitWrite,_0x2bfce0[_0x1d18e9(0x250)]);if(_0x5ef8e4['output'])try{logger[_0x1d18e9(0x279)](_0x2bfce0[_0x1d18e9(0x27d)],_0x5ef8e4[_0x1d18e9(0x2a2)]),fs[_0x1d18e9(0x2d0)](_0x5ef8e4[_0x1d18e9(0x2a2)],xunitContent);}catch(_0x251a5d){logger[_0x1d18e9(0x24d)](_0x2bfce0['tqfrv'],_0x5ef8e4['output']),logger[_0x1d18e9(0x279)](_0x251a5d);}else logger['debug'](_0x2bfce0['AcOYQ']),console['log'](xunitContent);}else{if(_0x2bfce0[_0x1d18e9(0x1e3)](_0x3e2127,0x0))return;console[_0x1d18e9(0x1fe)](),logger[_0x1d18e9(0x279)](_0x2bfce0[_0x1d18e9(0x25a)]),console[_0x1d18e9(0x1fe)](chalk[_0x1d18e9(0x29f)][_0x1d18e9(0x283)](_0x2bfce0['qZFcY'])),_0x5a358c['forEach'](_0xb4c712=>{const _0x443e2b=_0x1d18e9,_0x20e4e2=[];_0x2ed783[_0xb4c712][_0x2bfce0[_0x443e2b(0x258)]][_0x443e2b(0x281)](_0x536d43=>{const _0x1bd46e=_0x443e2b;_0x2bfce0[_0x1bd46e(0x27f)](_0x536d43[_0x1bd46e(0x20f)],_0x2bfce0[_0x1bd46e(0x1e1)])&&(_0x536d43[_0x1bd46e(0x254)]=()=>_0x536d43[_0x1bd46e(0x247)],_0x20e4e2[_0x1bd46e(0x210)](_0x536d43));}),_0x2bfce0[_0x443e2b(0x1f6)](_0x20e4e2[_0x443e2b(0x241)],0x0)&&(Base[_0x443e2b(0x2bc)](),Base[_0x443e2b(0x2bc)](_0x2bfce0[_0x443e2b(0x297)](_0x3a6400),chalk[_0x443e2b(0x29f)][_0x443e2b(0x2b1)](_0xb4c712)),Base[_0x443e2b(0x227)](_0x20e4e2));});}}}async function run(_0x2ebc64,_0x5aaafe,_0x39dc70){const _0x2500c6=a32_0x13034a,_0x214983={'Eyxjk':function(_0x3076db,_0x4b56a9,_0x1afc85,_0x7ef1fa){return _0x3076db(_0x4b56a9,_0x1afc85,_0x7ef1fa);},'YCYCL':_0x2500c6(0x1e0),'ohEka':_0x2500c6(0x24c),'EGMFn':'SDKTestSuccessful','AoTaH':function(_0x5d6293,_0x3ecfaf,_0x43ee8b,_0x3c5115){return _0x5d6293(_0x3ecfaf,_0x43ee8b,_0x3c5115);},'nBzJj':_0x2500c6(0x220),'oeqUD':function(_0xd731,_0x210f0a){return _0xd731!=_0x210f0a;},'MdtJC':_0x2500c6(0x291),'iKbXK':_0x2500c6(0x2a7),'hrxsA':_0x2500c6(0x246),'NWvPP':'rerunTests','jYJqP':function(_0x418497,_0x9d8740){return _0x418497(_0x9d8740);},'XDXPb':function(_0xdefeec,_0xa26dc9,_0x4ce5a1){return _0xdefeec(_0xa26dc9,_0x4ce5a1);},'MokwX':'files','ahhIm':_0x2500c6(0x2b7),'AMzsq':_0x2500c6(0x1f9),'nWLRp':_0x2500c6(0x2a6),'XeEzc':_0x2500c6(0x1d4),'xRyRb':_0x2500c6(0x1ef),'BNbje':function(_0x9015be,_0x412b2f){return _0x9015be*_0x412b2f;},'vSprR':function(_0x4d6069,_0x221637){return _0x4d6069(_0x221637);},'jYwCT':function(_0x44a8f1,_0x20d182){return _0x44a8f1!==_0x20d182;},'EeKgP':function(_0x1ba266,_0x40fff8,_0x4cb250,_0x25df3c){return _0x1ba266(_0x40fff8,_0x4cb250,_0x25df3c);}};helper[_0x2500c6(0x27e)](_0x39dc70[_0x2500c6(0x207)],_0x2ebc64),await _0x39dc70['initialize'](_0x2ebc64);helper[_0x2500c6(0x1fa)]()?await helper[_0x2500c6(0x295)](_0x39dc70['config']):await _0x39dc70[_0x2500c6(0x261)]();const _0x93c44a=[];let _0x579415=[];if(!_0x39dc70[_0x2500c6(0x1e4)])return;!helper[_0x2500c6(0x2a3)](_0x39dc70['config']['accessibilityOptions'])&&(process['env'][_0x2500c6(0x26a)]=JSON[_0x2500c6(0x243)](_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x2c5)]));const _0x34f8ae=await TestHubHandler[_0x2500c6(0x285)](FRAMEWORKS[_0x2500c6(0x216)],_0x39dc70);_0x214983[_0x2500c6(0x1cd)](_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x1ea)],null)&&(process['env'][_0x2500c6(0x239)]=_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x1ea)]);!helper['isUndefined'](_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x2a8)])&&(process[_0x2500c6(0x1c2)][_0x2500c6(0x2ac)]=_0x39dc70['config'][_0x2500c6(0x2a8)]);const {extension:extension=['js',_0x214983[_0x2500c6(0x2c0)],_0x214983[_0x2500c6(0x1dd)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x214983['hrxsA']]}=_0x2ebc64,_0x314c3a={..._0x2ebc64};_0x314c3a[_0x2500c6(0x2af)]=null;const _0x285644=_0x314c3a;let _0x4d07b2;if(testOpsHelper[_0x2500c6(0x232)]()&&testOpsHelper[_0x2500c6(0x294)]()){let _0x374a88=process[_0x2500c6(0x1c2)][_0x2500c6(0x23a)];!helper[_0x2500c6(0x2a3)](_0x39dc70[_0x2500c6(0x21a)])&&_0x39dc70[_0x2500c6(0x21a)][_0x2500c6(0x26d)](_0x214983[_0x2500c6(0x260)])&&(_0x374a88=_0x39dc70[_0x2500c6(0x21a)]['get'](_0x214983[_0x2500c6(0x260)])),_0x4d07b2=testOpsHelper[_0x2500c6(0x290)](_0x374a88);}if(helper[_0x2500c6(0x2a3)](_0x4d07b2)){const _0x377ea5={};_0x377ea5[_0x2500c6(0x253)]=ignore,_0x377ea5['extension']=extension,_0x377ea5[_0x2500c6(0x1cb)]=file,_0x377ea5[_0x2500c6(0x282)]=recursive,_0x377ea5[_0x2500c6(0x236)]=sort,_0x377ea5[_0x2500c6(0x2d3)]=spec,_0x4d07b2=_0x214983[_0x2500c6(0x2bb)](collectFiles,_0x377ea5),_0x214983[_0x2500c6(0x273)](nestedKeyValue,_0x4d07b2,[_0x214983[_0x2500c6(0x221)]])&&(_0x4d07b2=_0x4d07b2[_0x2500c6(0x25b)]);}const _0x231cc0=helper[_0x2500c6(0x2ce)](_0x39dc70['config']);!helper[_0x2500c6(0x2ab)](_0x231cc0)&&helper[_0x2500c6(0x200)](_0x231cc0['retryTestsOnFailure'])&&(_0x285644[_0x2500c6(0x2be)]=_0x231cc0[_0x2500c6(0x293)][_0x2500c6(0x1ce)]);if(!helper[_0x2500c6(0x1fa)]()){const _0x278fc0=0x1,_0x1345cf={..._0x285644};_0x1345cf[_0x2500c6(0x2d3)]=[..._0x4d07b2],_0x93c44a['push']({'mochaOpts':_0x1345cf,'configuration':{'platform':os[_0x2500c6(0x28f)]()}});if(_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x2a8)]){const _0x325cde={};_0x325cde[_0x2500c6(0x2a8)]=!![];const _0x5e8953=_0x325cde;_0x214983[_0x2500c6(0x1cd)](_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x2c5)],null)&&(_0x5e8953[_0x2500c6(0x2c5)]=_0x39dc70[_0x2500c6(0x1e4)]['accessibilityOptions'],delete _0x5e8953['accessibilityOptions'][_0x214983[_0x2500c6(0x237)]],delete _0x5e8953[_0x2500c6(0x2c5)][_0x214983['AMzsq']],delete _0x5e8953[_0x2500c6(0x2c5)][_0x214983[_0x2500c6(0x2c3)]]);const _0x476e14={};_0x476e14[_0x2500c6(0x213)]=_0x5e8953,_0x93c44a[0x0][_0x2500c6(0x278)]['capability']=_0x476e14;}logger[_0x2500c6(0x2c7)](_0x214983[_0x2500c6(0x23b)]),logger[_0x2500c6(0x2c7)](_0x214983[_0x2500c6(0x1c1)]),_0x214983[_0x2500c6(0x1d8)](parallelTestRun,_0x93c44a,_0x278fc0,_0x39dc70)[_0x2500c6(0x223)](_0x4e8798=>{const _0x27152f=_0x2500c6;PerformanceTester[_0x27152f(0x22b)](PerformanceEvents['SDK_CLEANUP']),_0x214983[_0x27152f(0x1d8)](printStats,_0x4e8798,_0x2ebc64[_0x27152f(0x24f)],_0x2ebc64[_0x27152f(0x274)]||_0x2ebc64[_0x214983[_0x27152f(0x1eb)]]);})[_0x2500c6(0x27a)](()=>{const _0x12726a=_0x2500c6;PerformanceTester[_0x12726a(0x22b)](PerformanceEvents[_0x12726a(0x27c)]);try{const {browserstackFolderPath:_0x35c343,tcgConfigPath:_0x31c881}=helper[_0x12726a(0x266)]();fs[_0x12726a(0x22d)](_0x31c881),fs[_0x12726a(0x1f8)](_0x35c343);}catch(_0x2d7bcf){logger[_0x12726a(0x279)](_0x214983[_0x12726a(0x289)],_0x2d7bcf);}try{utilities['fireFunnelTestEvent'](_0x214983[_0x12726a(0x286)],{},_0x39dc70[_0x12726a(0x1e4)],_0x39dc70['framework']);}catch(_0x597618){logger[_0x12726a(0x279)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x597618[_0x12726a(0x288)]);}try{helper['notifyUpdate']();}catch(_0x268e7a){logger['debug'](_0x12726a(0x276)+_0x268e7a);}testOpsHelper[_0x12726a(0x1ed)]();});}else{const _0x612369=helper['useW3C'](_0x39dc70[_0x2500c6(0x1e4)]);let _0x40cda6=helper[_0x2500c6(0x1cf)](_0x39dc70[_0x2500c6(0x1e4)]);_0x579415=helper[_0x2500c6(0x1f1)](_0x39dc70['config'],_0x612369,constants[_0x2500c6(0x1df)][_0x2500c6(0x216)]);helper[_0x2500c6(0x292)]()['central_scanner']&&(_0x40cda6=centralScannerConstants[_0x2500c6(0x1f0)]);let _0x16f4c6;const _0x349213=_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x1e6)]||helper[_0x2500c6(0x271)](_0x2ebc64,_0x5aaafe,_0x39dc70[_0x2500c6(0x1e4)],constants[_0x2500c6(0x1df)][_0x2500c6(0x216)])||0x1;helper[_0x2500c6(0x1c6)](_0x39dc70['config'])?_0x16f4c6=_0x214983[_0x2500c6(0x2a5)](_0x39dc70['config']['platforms'][_0x2500c6(0x241)],_0x349213):_0x16f4c6=_0x349213;const _0x730812=_0x214983['vSprR'](getPercyOptions,_0x39dc70[_0x2500c6(0x1e4)]);if(_0x214983[_0x2500c6(0x265)](_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x1e6)],0x1))_0x4d07b2[_0x2500c6(0x281)](_0x38e280=>{const _0x5c8d11=_0x2500c6,_0x497fdc=[];_0x579415[_0x5c8d11(0x281)]((_0x56c813,_0x2f69ba)=>{const _0x522da8=_0x5c8d11,_0x416172={};_0x416172[_0x522da8(0x2d3)]=[_0x38e280],_0x497fdc['push']({'mochaOpts':Object[_0x522da8(0x23d)]({},_0x285644,_0x416172),'configuration':{'server':_0x40cda6,'capability':_0x56c813,'proxySettings':_0x39dc70[_0x522da8(0x1e4)]['proxySettings'],'platform':helper['getPlatformName'](_0x56c813),'browserStackLogLevel':_0x39dc70[_0x522da8(0x1e4)]['logLevel'],'platformIndex':_0x2f69ba,'browserStackPercyOptions':_0x730812,'platformCaps':Object[_0x522da8(0x23d)]({'index':_0x2f69ba},_0x39dc70[_0x522da8(0x1e4)][_0x522da8(0x211)][_0x2f69ba])}});}),_0x93c44a[_0x5c8d11(0x210)](..._0x497fdc);});else{const _0x2be177=[];_0x579415['forEach']((_0x4f6215,_0x502c92)=>{const _0x537b0f=_0x2500c6;let _0x8ade82=Object[_0x537b0f(0x23d)]({},_0x285644);testOpsHelper[_0x537b0f(0x232)]()&&testOpsHelper[_0x537b0f(0x294)]()&&(_0x8ade82={..._0x8ade82,'spec':[..._0x4d07b2]}),_0x2be177[_0x537b0f(0x210)]({'mochaOpts':_0x8ade82,'configuration':{'server':_0x40cda6,'capability':_0x4f6215,'proxySettings':_0x39dc70['config']['proxySettings'],'platform':helper[_0x537b0f(0x25e)](_0x4f6215),'browserStackLogLevel':_0x39dc70['config']['logLevel'],'platformIndex':_0x502c92,'browserStackPercyOptions':_0x730812,'platformCaps':Object[_0x537b0f(0x23d)]({'index':_0x502c92},_0x39dc70[_0x537b0f(0x1e4)][_0x537b0f(0x211)][_0x502c92])}});}),_0x93c44a['push'](..._0x2be177);}logger[_0x2500c6(0x2c7)](_0x2500c6(0x264)+_0x39dc70[_0x2500c6(0x1e4)][_0x2500c6(0x211)]['length']+_0x2500c6(0x1ca)),logger['info'](_0x214983['xRyRb']);let _0xb837b9;_0x214983[_0x2500c6(0x1d0)](parallelTestRun,_0x93c44a,_0x16f4c6,_0x39dc70)[_0x2500c6(0x223)](_0x10cf7d=>{const _0x553cfb=_0x2500c6;PerformanceTester[_0x553cfb(0x22b)](PerformanceEvents['SDK_CLEANUP']),_0xb837b9=_0x10cf7d,_0x214983[_0x553cfb(0x259)](printStats,_0x10cf7d,_0x2ebc64[_0x553cfb(0x24f)],_0x2ebc64[_0x553cfb(0x274)]||_0x2ebc64[_0x214983['YCYCL']]);})[_0x2500c6(0x27a)](async()=>{const _0x5163bf=_0x2500c6;PerformanceTester[_0x5163bf(0x22b)](PerformanceEvents[_0x5163bf(0x27c)]),_0x39dc70[_0x5163bf(0x24a)]=helper[_0x5163bf(0x1c3)](_0xb837b9,_0x214983[_0x5163bf(0x2a0)]),await utilities['finalExecution'](_0x39dc70),testOpsHelper['printBuildLink']();});}}module[a32_0x13034a(0x299)]=run;function a32_0x504f(){const _0x4446f7=['red','has','XKFKF','SKjwd','isPending','getUserWorkerCount','gHQdJ','XDXPb','reporterOptions','Writing\x20xunit\x20result\x20to\x20file','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','YnYWd','configuration','debug','finally','sGbZF','SDK_CLEANUP','DITlL','setUserConfigPath','mLYDf','jSQJG','forEach','recursive','bgRedBright','THazf','launchBuild','EGMFn','testsPassed','stack','ohEka','failures','call','WEgop','size','Total\x20Platforms:\x20','platform','parseFileNames','cjs','getCentralUser','retryTestsOnFailure','shouldReRunObservabilityTests','handleApp','kfcZD','yEMsL','Writing\x20json\x20result\x20to\x20file','exports','\x20failed','GqKHS','Mocha\x20Tests','qhJye','nGgOt','bold','nBzJj','sxCwL','output','isUndefined','ToHME','BNbje','includeEncodedExtension','mjs','accessibility','2826651kuCxdi','\x20total','isEmpty','BROWSERSTACK_TEST_ACCESSIBILITY_YML','testcase','../../helpers/performance/constants','rootHooks','FMQyC','bgBlueBright','tmJxw','YgKLA','actual','PjeFr','suiteName','includeTagsInTestingScope','hasOwnProperty','ofOLm','jBUoj','jYJqP','consoleLog','Printing\x20stats\x20of\x20tests','retries','useColors','MdtJC','parse','duration','nWLRp','WtTJw','accessibilityOptions','../../helpers/helper','info','XoOky','UUqmN','</testsuite>','kFwSs','VMYcq','add','parseTestOrchestrationOptions','chalk','writeFileSync','xunit','jlcQX','spec','../utils/constants','xRyRb','env','getErrorMessageFromResults','passes','bAxqY','validPlatformsPresent','../../helpers/test-observability/constants','elcHg','qBCmr','\x20platforms','file','mocha/lib/reporters/base.js','oeqUD','maxRetries','getHubUrl','EeKgP','hideDiff','qaCjr','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','Running\x20your\x20mocha\x20tests','testsFailed','Setting\x20non\x20exit\x20code\x20for\x20failures','../../helpers/logger','Eyxjk','json','passed','devZM','HIiHk','iKbXK','Couldn\x27t\x20write\x20xunit\x20result\x20to','FRAMEWORKS','reporter-option','GGMhF','2pialLD','ZGEyC','config','McqZI','parallelsPerPlatform','ctChk','bBSvI','showDiff','testObservability','YCYCL','jPRRQ','printBuildLink','../../helpers/central-scanner/constants','Now,\x20showing\x20logs\x20from\x20mocha','BROWSERSTACK_GRR_US_HUB_URL','prepareCapabilities','join','806504Qcaown','WBJpi','Tests:\x20\x20\x20\x20\x20\x20\x20','lFylW','keys','rmdirSync','excludeTagsInTestingScope','isBrowserstackInfra','message','results','failed','log','oTkBP','isNotUndefined','../../helpers/percy/utils','object','3304128uTtjfo','Listing\x20all\x20the\x20failures','EAepc','testsuite','framework','wjDHz','zBCOb','title','70baeJQw','rBxFU','GEIHp','cyYPc','state','push','platforms','ngCSN','bstack:options','dAaEm','BPfhd','MOCHA','fMKKI','totalTests','speed','cliConfig','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','dUfqw','indexOf','PBrOT','toUTCString','mocha','MokwX','GWwZM','then','4855239CcGDVG','XyJFe','Total\x20Suites:\x20','list','green','ThIcx','generateDiff','start','99626OBetKL','unlinkSync','iJGWG','../../helpers/testhub/testhubHandler','../../helpers/utilities','testsPending','isTestObservabilitySession','10264210SAAOtX','AMjnq','err','sort','ahhIm','5tCVKpj','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_RERUN_TESTS','XeEzc','stats','assign','QEHTJ','yellow','\x20passed','length','wSbHN','stringify','../test-runner','getOwnPropertyNames','test','titlePathV','RfQbX','UkTiT','errorMessage','testSuites','error\x20removing\x20tcg\x20config\x20file','error','bgdWl','reporter','VyAua','****\x20FAILURES\x20****','fullTitle','ignore','titlePath','OXQpM','mocha/lib/cli/collect-files.js','kAOxH','MNbxw','AoTaH','ipcCN','files','GvvmG','\x0a\x0a\x0a','getPlatformName','GPEZG','NWvPP','setupTCGAuth','2825346EWjFJp','Ojyly','Running\x20your\x20mocha\x20tests\x20across\x20','jYwCT','getTCGConfigFilePaths','SVfMy','22akjsEM','../utils/clientTroubleshootingService','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','FLHTp'];a32_0x504f=function(){return _0x4446f7;};return a32_0x504f();}