browserstack-node-sdk 1.53.2 → 1.53.3

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 (193) 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 +6 -4
  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/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a32_0x25d56e=a32_0x50c3;(function(_0x405466,_0x27c369){const _0x6763f2=a32_0x50c3,_0xcaf7ff=_0x405466();while(!![]){try{const _0x4b5b95=parseInt(_0x6763f2(0x225))/0x1+-parseInt(_0x6763f2(0x1e5))/0x2+-parseInt(_0x6763f2(0x21e))/0x3+parseInt(_0x6763f2(0x278))/0x4+parseInt(_0x6763f2(0x1e4))/0x5+parseInt(_0x6763f2(0x2ad))/0x6+-parseInt(_0x6763f2(0x227))/0x7;if(_0x4b5b95===_0x27c369)break;else _0xcaf7ff['push'](_0xcaf7ff['shift']());}catch(_0x261e6){_0xcaf7ff['push'](_0xcaf7ff['shift']());}}}(a32_0x3683,0x78198));const chalk=require(a32_0x25d56e(0x256)),logger=require(a32_0x25d56e(0x237))['winstonLogger'],helper=require('../../helpers/helper'),utilities=require(a32_0x25d56e(0x255)),testOpsHelper=require(a32_0x25d56e(0x2b5)),fs=require('fs'),os=require('os'),{parallelTestRun}=require('../test-runner'),{requireModule,nestedKeyValue}=require(a32_0x25d56e(0x281)),{getPercyOptions}=require('../../helpers/percy/utils'),Base=requireModule(a32_0x25d56e(0x1eb),a32_0x25d56e(0x1bb)),collectFiles=requireModule(a32_0x25d56e(0x250),a32_0x25d56e(0x1bb)),constants=require(a32_0x25d56e(0x27e)),PerformanceTester=require(a32_0x25d56e(0x23a)),PerformanceEvents=require(a32_0x25d56e(0x1ec))[a32_0x25d56e(0x1bd)],centralScannerConstants=require(a32_0x25d56e(0x205)),{FRAMEWORKS}=require(a32_0x25d56e(0x248)),TestHubHandler=require(a32_0x25d56e(0x1e8)),ClientTroubleShootingService=require(a32_0x25d56e(0x251));function tag(_0x1c6716,_0x1893e4,_0x1b6dcd,_0x20e62f){const _0x351fc0=a32_0x25d56e,_0xc610d7={'TMBcU':function(_0x23dbdc,_0x3f8547){return _0x23dbdc+_0x3f8547;},'ylWwz':function(_0x4b511c,_0x88b04){return _0x4b511c+_0x88b04;},'hAErw':function(_0x3105c9,_0x12e87d){return _0x3105c9(_0x12e87d);},'nZfdE':function(_0x219325,_0x2e8083){return _0x219325+_0x2e8083;},'lBIxv':function(_0x380204,_0x164672){return _0x380204+_0x164672;}},_0x47b91e=_0x1b6dcd?'/>':'>',_0x88765e=[];let _0x4af1ca;for(const _0x23f135 in _0x1893e4){Object[_0x351fc0(0x20b)][_0x351fc0(0x1c5)]['call'](_0x1893e4,_0x23f135)&&_0x88765e[_0x351fc0(0x24c)](_0xc610d7[_0x351fc0(0x1b7)](_0xc610d7['TMBcU'](_0xc610d7[_0x351fc0(0x1ca)](_0x23f135,'=\x22'),_0xc610d7[_0x351fc0(0x234)](escape,_0x1893e4[_0x23f135])),'\x22'));}return _0x4af1ca=_0xc610d7[_0x351fc0(0x23e)](_0xc610d7[_0x351fc0(0x1ca)](_0xc610d7['nZfdE']('<',_0x1c6716),_0x88765e[_0x351fc0(0x272)]?_0xc610d7[_0x351fc0(0x23e)]('\x20',_0x88765e['join']('\x20')):''),_0x47b91e),_0x20e62f&&(_0x4af1ca+=_0xc610d7[_0x351fc0(0x262)](_0xc610d7[_0x351fc0(0x262)](_0xc610d7['lBIxv'](_0x20e62f,'</'),_0x1c6716),_0x47b91e)),_0x4af1ca;}let xunitContent='';function a32_0x3683(){const _0x6f64cf=['hxnOo','getHubUrl','list','excludeTagsInTestingScope','vKMav','retries','GXRvV','failed','titlePathV','testSuites','xunit','rqDdL','has','BgCNT','BQEGH','561738wjJKos','size','file','accessibility','error\x20removing\x20tcg\x20config\x20file','platforms','\x20failed','getUserWorkerCount','../../helpers/test-observability/utils','toUTCString','shouldReRunObservabilityTests','jlMoG','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','cliConfig','Printing\x20stats\x20of\x20tests','Running\x20your\x20mocha\x20tests\x20across\x20','csDkz','GHbdX','TbEuJ','add','bPWAN','UBJGm','Couldn\x27t\x20write\x20json\x20result\x20to','reporterOptions','keys','prepareCapabilities','consoleLog','rerunTests','mrXuO','fSHtS','TMBcU','handleApp','BROWSERSTACK_TEST_ACCESSIBILITY_YML','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','mocha','BcDam','EVENTS','output','validPlatformsPresent','reporter-option','totalTests','VVTjP','forEach','isPending','hasOwnProperty','SDKTestSuccessful','generateDiff','parallelsPerPlatform','VNorH','ylWwz','ZpZOK','testsPassed','rUEEV','hSQRS','getTCGConfigFilePaths','Total\x20Suites:\x20','noJsq','fireFunnelTestEvent','isUndefined','pending','expected','VsJVy','lASwX','wAwoO','ZHWNm','setUserConfigPath','spec','FKJxk','isTestObservabilitySession','AtbVD','lvOTb','Wmpdc','errorMessage','retryTestsOnFailure','MOCHA','1468655hyGRDM','235458yMYsFa','awMVE','then','../../helpers/testhub/testhubHandler','caFOw','KOuqP','mocha/lib/reporters/base.js','../../helpers/performance/constants','configuration','testsuite','maxRetries','BxcOX','ScKGZ','adCbj','env','proxySettings','fGRIQ','getOwnPropertyNames','vVzGs','unlinkSync','useW3C','speed','GsFri','testsFailed','state','isEmpty','JTMGG','iKlPP','gJoYo','accessibilityOptions','Couldn\x27t\x20write\x20xunit\x20result\x20to','Writing\x20xunit\x20result\x20to\x20file','../../helpers/central-scanner/constants','ZWjiY','BsECV','exports','Total\x20Platforms:\x20','recursive','prototype','framework','VkAXE','VESEL','rTYlq','exitCode','results','duration','reporter','MpMOn','gLQjf','zNcDF','green','includeEncodedExtension','DXonO','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','object','\x20platforms','\x0a\x0a\x0a','347388bngvTN','VSOAV','****\x20FAILURES\x20****','setupTCGAuth','files','test','indexOf','540138MybNVS','mjs','2550835FMDVvg','gffzb','FCPpX','isNotUndefined','passes','bstack:options','initialize','join','getCentralUser','finally','tsQXY','titlePath','Writing\x20json\x20result\x20to\x20file','hAErw','IPsVu','writeFileSync','../../helpers/logger','BLjZj','pmmNG','../../helpers/performance/performance-tester','start','tRSUy','wzYTC','nZfdE','hideDiff','</testsuite>','log','DqNWJ','DNRNL','\x20total','err','stats','map','../../helpers/test-observability/constants','Now,\x20showing\x20logs\x20from\x20mocha','error','sort','push','uzEcz','Setting\x20non\x20exit\x20code\x20for\x20failures','testcase','mocha/lib/cli/collect-files.js','../utils/clientTroubleshootingService','ypOqa','vyXoF','assign','../../helpers/utilities','chalk','finalExecution','VayAN','info','getPlatformName','kSUUt','fullTitle','qcxsQ','yellow','KIguP','FmabZ','message','lBIxv','bgBlueBright','title','debug','extension','Tests:\x20\x20\x20\x20\x20\x20\x20','testObservability','bold','WnjlP','AfrbJ','\x20skipped','hBDAu','mIDHI','passed','printBuildLink','kaVWF','length','FRAMEWORKS','HXpsF','BROWSERSTACK_GRR_US_HUB_URL','config','XJxUW','649464yFiuEa','DRveo','logLevel','getErrorMessageFromResults','RxmrS','\x20passed','../utils/constants','hkVBm','includeTagsInTestingScope','../../helpers/helper','snRXg','BjsTy','red','zCWwg','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','sUQyO','failures','NfWvp','yqPWt','BROWSERSTACK_TEST_OBSERVABILITY_YML','stringify','YVaiF','zQfcc','Running\x20your\x20mocha\x20tests','TeeDU','ZYWvU','isBrowserstackInfra','SDK_CLEANUP','CLMon','stack','capability','yLqRe','min','launchBuild','testsPending','djvqv','central_scanner','ignore'];a32_0x3683=function(){return _0x6f64cf;};return a32_0x3683();}function xunitWrite(_0xc384aa){xunitContent+=_0xc384aa;}function a32_0x50c3(_0x6166ce,_0x1446d8){const _0x368345=a32_0x3683();return a32_0x50c3=function(_0x50c31a,_0x4440e3){_0x50c31a=_0x50c31a-0x1a8;let _0x453aac=_0x368345[_0x50c31a];return _0x453aac;},a32_0x50c3(_0x6166ce,_0x1446d8);}function xunitTest(_0xf9ba1,_0x481918){const _0x41087b=a32_0x25d56e,_0x36373d={'BLjZj':function(_0x532ec4,_0x2cb574){return _0x532ec4/_0x2cb574;},'DRveo':function(_0x13f687,_0x34f2e5){return _0x13f687===_0x34f2e5;},'THWlX':_0x41087b(0x2a5),'BjsTy':function(_0x429b9e,_0x371675){return _0x429b9e+_0x371675;},'NfWvp':function(_0x4b01eb,_0x2f1d2e){return _0x4b01eb(_0x2f1d2e);},'SUTYY':function(_0x3240a5,_0x4ff4ff,_0x800a7a,_0x2383f1,_0x5e65d4){return _0x3240a5(_0x4ff4ff,_0x800a7a,_0x2383f1,_0x5e65d4);},'vKMav':_0x41087b(0x24f),'jlMoG':function(_0x29bd80,_0x1841b4,_0x29493a,_0x38691d,_0x3d943c){return _0x29bd80(_0x1841b4,_0x29493a,_0x38691d,_0x3d943c);},'UBJGm':'failure','AfrbJ':function(_0x5ea3ed,_0x2bcca7){return _0x5ea3ed+_0x2bcca7;},'uaqgM':function(_0x582f9d,_0x5465df){return _0x582f9d+_0x5465df;},'gbthE':function(_0x3ae255,_0xc3f236){return _0x3ae255(_0xc3f236);},'zCWwg':function(_0x556268,_0x214088){return _0x556268(_0x214088);},'wGiRC':function(_0x38c3,_0x5c32a8,_0x158035,_0x5c5c1d,_0x4a40c3){return _0x38c3(_0x5c32a8,_0x158035,_0x5c5c1d,_0x4a40c3);},'GsFri':function(_0x5e213c,_0xb30520,_0x2ff5ed,_0x4d7fa3){return _0x5e213c(_0xb30520,_0x2ff5ed,_0x4d7fa3);},'yqPWt':'skipped'};Base['useColors']=![];var _0x53bc30={'classname':_0xf9ba1[_0x41087b(0x25c)],'name':_0xf9ba1[_0x41087b(0x264)],'time':_0x36373d[_0x41087b(0x238)](_0xf9ba1[_0x41087b(0x212)],0x3e8)||0x0,'platform':_0x481918};if(_0x36373d[_0x41087b(0x279)](_0xf9ba1['state'],_0x36373d['THWlX'])){var _0x14f971=_0xf9ba1[_0x41087b(0x245)],_0x5e2915=!Base[_0x41087b(0x23f)]&&Base['showDiff'](_0x14f971)?_0x36373d[_0x41087b(0x283)]('\x0a',Base[_0x41087b(0x1c7)](_0x14f971['actual'],_0x14f971[_0x41087b(0x1d5)])):'';_0x36373d[_0x41087b(0x289)](xunitWrite,_0x36373d['SUTYY'](tag,_0x36373d[_0x41087b(0x2a2)],_0x53bc30,![],_0x36373d[_0x41087b(0x2b8)](tag,_0x36373d[_0x41087b(0x1ae)],{},![],_0x36373d[_0x41087b(0x283)](_0x36373d[_0x41087b(0x26b)](_0x36373d['uaqgM'](_0x36373d[_0x41087b(0x289)](escape,_0x14f971[_0x41087b(0x261)]),_0x36373d['gbthE'](escape,_0x5e2915)),'\x0a'),_0x36373d[_0x41087b(0x285)](escape,_0x14f971[_0x41087b(0x295)])))));}else _0xf9ba1[_0x41087b(0x1c4)]?_0x36373d[_0x41087b(0x289)](xunitWrite,_0x36373d['wGiRC'](tag,_0x36373d[_0x41087b(0x2a2)],_0x53bc30,![],_0x36373d[_0x41087b(0x1fb)](tag,_0x36373d[_0x41087b(0x28a)],{},!![]))):_0x36373d[_0x41087b(0x285)](xunitWrite,_0x36373d['GsFri'](tag,_0x36373d['vKMav'],_0x53bc30,!![]));};function getStats(_0x36f17e){const _0x453493=a32_0x25d56e,_0x39d5d0={};_0x39d5d0[_0x453493(0x1c9)]='suite',_0x39d5d0[_0x453493(0x1cb)]='passed',_0x39d5d0['wDMyk']='failed',_0x39d5d0[_0x453493(0x294)]=_0x453493(0x211);const _0x22f725=_0x39d5d0,_0xfe6a85=Object[_0x453493(0x1b1)](_0x36f17e);let _0x4d1b2b=0x0,_0x3963c2=0x0,_0x5ab73a=0x0,_0x4f5721=0x0;const _0x17ddfc=new Set();_0xfe6a85[_0x453493(0x1c3)](_0x494516=>{const _0x5b784d=_0x453493,_0x451617={};_0x451617[_0x5b784d(0x1dc)]=_0x22f725['VNorH'],_0x451617[_0x5b784d(0x239)]=_0x22f725['ZpZOK'],_0x451617[_0x5b784d(0x260)]=_0x22f725['wDMyk'];const _0x515e84=_0x451617;_0x36f17e[_0x494516][_0x22f725[_0x5b784d(0x294)]][_0x5b784d(0x1c3)](_0xc4c1c8=>{const _0x36553a=_0x5b784d;_0x17ddfc[_0x36553a(0x1ac)](_0xc4c1c8[_0x515e84['FKJxk']]),_0x4d1b2b++;switch(_0xc4c1c8[_0x36553a(0x1fd)]){case _0x515e84[_0x36553a(0x239)]:_0x5ab73a++;break;case _0x515e84[_0x36553a(0x260)]:_0x3963c2++;break;default:_0x4f5721++;}});});const _0x314bab={};return _0x314bab[_0x453493(0x2a7)]=_0x17ddfc[_0x453493(0x2ae)],_0x314bab[_0x453493(0x2b2)]=_0xfe6a85,_0x314bab[_0x453493(0x1c1)]=_0x4d1b2b,_0x314bab[_0x453493(0x1fc)]=_0x3963c2,_0x314bab[_0x453493(0x1cc)]=_0x5ab73a,_0x314bab[_0x453493(0x29a)]=_0x4f5721,_0x314bab;}function errorJSON(_0x213f9a){const _0x362db4=a32_0x25d56e;var _0xa89111={};return Object[_0x362db4(0x1f6)](_0x213f9a)[_0x362db4(0x1c3)](function(_0x3c3843){_0xa89111[_0x3c3843]=_0x213f9a[_0x3c3843];},_0x213f9a),_0xa89111;}function cleanCycles(_0x1f2e4f){const _0x1465f7=a32_0x25d56e,_0x28cccc={};_0x28cccc[_0x1465f7(0x229)]=function(_0x502d9e,_0x32ad9b){return _0x502d9e===_0x32ad9b;},_0x28cccc[_0x1465f7(0x23c)]=_0x1465f7(0x21b),_0x28cccc[_0x1465f7(0x1aa)]=function(_0x2b0c6c,_0x2b4ef0){return _0x2b0c6c!==_0x2b4ef0;},_0x28cccc['YVaiF']=function(_0x451b6c,_0x2a701e){return _0x451b6c!==_0x2a701e;},_0x28cccc[_0x1465f7(0x21f)]=function(_0x3a3767,_0x1b5848){return _0x3a3767+_0x1b5848;};const _0x42708c=_0x28cccc;var _0x195648=[];return JSON['parse'](JSON['stringify'](_0x1f2e4f,function(_0x52b35f,_0x85fbd2){const _0x2b85d3=_0x1465f7;if(_0x42708c[_0x2b85d3(0x229)](typeof _0x85fbd2,_0x42708c[_0x2b85d3(0x23c)])&&_0x42708c[_0x2b85d3(0x1aa)](_0x85fbd2,null)){if(_0x42708c[_0x2b85d3(0x28d)](_0x195648[_0x2b85d3(0x224)](_0x85fbd2),-0x1))return _0x42708c['VSOAV']('',_0x85fbd2);_0x195648[_0x2b85d3(0x24c)](_0x85fbd2);}return _0x85fbd2;}));}function clean(_0x28977b){const _0x483d0d=a32_0x25d56e,_0x22c50a={'DqNWJ':function(_0x15ff6a,_0x314d04){return _0x15ff6a instanceof _0x314d04;},'BmnLe':function(_0x444059,_0x19cb91){return _0x444059(_0x19cb91);},'mrXuO':function(_0x5107e2,_0x4fb954){return _0x5107e2(_0x4fb954);}};var _0x1c5908=_0x28977b[_0x483d0d(0x245)]||{};return _0x22c50a[_0x483d0d(0x242)](_0x1c5908,Error)&&(_0x1c5908=_0x22c50a['BmnLe'](errorJSON,_0x1c5908)),{'title':_0x28977b[_0x483d0d(0x264)],'fullTitle':_0x28977b[_0x483d0d(0x25c)],'file':_0x28977b[_0x483d0d(0x2af)],'duration':_0x28977b['duration'],'currentRetry':_0x28977b['currentRetry'],'speed':_0x28977b[_0x483d0d(0x1fa)],'err':_0x22c50a[_0x483d0d(0x1b5)](cleanCycles,_0x1c5908)};}function printStats(_0xfba6ed,_0x374525=a32_0x25d56e(0x1db),_0x1760fb={}){const _0x3cc455=a32_0x25d56e,_0x2c5297={'VsJVy':function(_0xefb60c,_0x1fb536){return _0xefb60c(_0x1fb536);},'WnjlP':function(_0x4e9cd1,_0x28baf2){return _0x4e9cd1===_0x28baf2;},'DXonO':_0x3cc455(0x26f),'eOpQI':_0x3cc455(0x22b),'HXpsF':function(_0x5641b6,_0x35ea60){return _0x5641b6(_0x35ea60);},'iKlPP':_0x3cc455(0x2a5),'mIDHI':_0x3cc455(0x288),'VkAXE':_0x3cc455(0x1d4),'BQEGH':_0x3cc455(0x211),'SZKzt':function(_0x14522a,_0x5cee49){return _0x14522a===_0x5cee49;},'wzYTC':function(_0x11013c,_0x200f13){return _0x11013c*_0x200f13;},'RxmrS':function(_0x2cb0e0,_0x45d31f,_0x57b74a){return _0x2cb0e0(_0x45d31f,_0x57b74a);},'adCbj':function(_0xd1f8a7,_0x47798a){return _0xd1f8a7===_0x47798a;},'kSUUt':function(_0x13ba57,_0x1a4eec){return _0x13ba57>_0x1a4eec;},'ZYWvU':function(_0x27da9b){return _0x27da9b();},'gJoYo':function(_0x2b3441,_0x5a80f8){return _0x2b3441===_0x5a80f8;},'nLHPY':'doc','uzEcz':_0x3cc455(0x24e),'VayAN':_0x3cc455(0x2bb),'tDazI':function(_0x12502b,_0x2ce19a){return _0x12502b+_0x2ce19a;},'hxnOo':_0x3cc455(0x209),'NNpYr':function(_0x286f3b,_0x18f214){return _0x286f3b+_0x18f214;},'TeeDU':_0x3cc455(0x1d0),'kaVWF':function(_0x9e2dd1,_0x4e3cb0){return _0x9e2dd1+_0x4e3cb0;},'KIguP':function(_0x40476c,_0x38ac33){return _0x40476c+_0x38ac33;},'KOuqP':function(_0x728fd6,_0xde273a){return _0x728fd6+_0xde273a;},'qcxsQ':_0x3cc455(0x267),'BsECV':function(_0x31f330,_0x2435c5){return _0x31f330>_0x2435c5;},'fGRIQ':function(_0x2d701a,_0x1a4258){return _0x2d701a+_0x1a4258;},'VVTjP':function(_0x297fd6,_0x29c1ec){return _0x297fd6+_0x29c1ec;},'zQfcc':function(_0x125fad,_0x1aeb80){return _0x125fad+_0x1aeb80;},'ZHWNm':_0x3cc455(0x21d),'IPsVu':function(_0x594782,_0x4f120f){return _0x594782===_0x4f120f;},'hkVBm':'json','AtbVD':_0x3cc455(0x233),'aoDyD':_0x3cc455(0x1af),'hQDha':_0x3cc455(0x286),'ilcTJ':function(_0x21643e,_0xce3736){return _0x21643e===_0xce3736;},'fSHtS':_0x3cc455(0x2a8),'FKlQi':'Mocha\x20Tests','TbEuJ':function(_0x380810,_0x3453ae){return _0x380810||_0x3453ae;},'FtDac':function(_0xfd870e,_0x4ccc95){return _0xfd870e(_0x4ccc95);},'djvqv':function(_0x50e1fe,_0xc2151d,_0x1f4774,_0x5679cf){return _0x50e1fe(_0xc2151d,_0x1f4774,_0x5679cf);},'snRXg':_0x3cc455(0x1ee),'JTMGG':function(_0x34bb5f,_0x511e45){return _0x34bb5f-_0x511e45;},'rqDdL':function(_0x4de85d,_0x347ff1){return _0x4de85d/_0x347ff1;},'lTDTP':function(_0x559ceb,_0x13b9c2){return _0x559ceb(_0x13b9c2);},'ypOqa':_0x3cc455(0x240),'hSQRS':_0x3cc455(0x204),'yLqRe':_0x3cc455(0x203),'XJxUW':_0x3cc455(0x1ba),'BgCNT':'Listing\x20all\x20the\x20failures','vyXoF':_0x3cc455(0x220)};if(_0x2c5297[_0x3cc455(0x201)](_0x374525,_0x2c5297['nLHPY']))return;const _0x1b1d89=0x0,_0x4fc7da=()=>{const _0x359bbb=_0x3cc455;return _0x2c5297[_0x359bbb(0x1d6)](Array,_0x1b1d89)[_0x359bbb(0x22e)]('\x20\x20');},{testSuites:_0x4dedd1,platforms:_0xe64103,totalTests:_0x1f746b,testsFailed:_0x1611f5,testsPassed:_0x2ad01e,testsPending:_0x55fd5a}=_0x2c5297[_0x3cc455(0x274)](getStats,_0xfba6ed);_0x2c5297[_0x3cc455(0x25b)](_0x1611f5,0x0)&&(logger[_0x3cc455(0x265)](_0x2c5297[_0x3cc455(0x24d)]),process[_0x3cc455(0x210)]=Math[_0x3cc455(0x298)](_0x1611f5,0xff));logger[_0x3cc455(0x265)](_0x2c5297[_0x3cc455(0x258)]);const _0x2d6c04=''+_0x2c5297['tDazI'](chalk[_0x3cc455(0x269)](_0x2c5297[_0x3cc455(0x29e)]),_0xe64103[_0x3cc455(0x272)]),_0x33ec65=''+_0x2c5297['NNpYr'](chalk[_0x3cc455(0x269)](_0x2c5297[_0x3cc455(0x290)]),_0x4dedd1),_0x464333=''+_0x2c5297[_0x3cc455(0x271)](_0x2c5297[_0x3cc455(0x25f)](_0x2c5297[_0x3cc455(0x1ea)](chalk[_0x3cc455(0x269)](_0x2c5297[_0x3cc455(0x25d)]),_0x2c5297['kSUUt'](_0x1611f5,0x0)?chalk[_0x3cc455(0x269)][_0x3cc455(0x284)](_0x1611f5+_0x3cc455(0x2b3))+',\x20':''),_0x2c5297[_0x3cc455(0x207)](_0x55fd5a,0x0)?chalk[_0x3cc455(0x269)][_0x3cc455(0x25e)](_0x55fd5a+_0x3cc455(0x26c))+',\x20':''),_0x2c5297[_0x3cc455(0x207)](_0x2ad01e,0x0)?chalk[_0x3cc455(0x269)][_0x3cc455(0x217)](_0x2ad01e+_0x3cc455(0x27d))+',\x20':'')+_0x1f746b+_0x3cc455(0x244);console[_0x3cc455(0x241)](_0x2c5297[_0x3cc455(0x1f5)](_0x2c5297[_0x3cc455(0x271)](_0x2c5297[_0x3cc455(0x1f5)](_0x2c5297[_0x3cc455(0x1c2)](_0x2c5297[_0x3cc455(0x28e)](_0x2c5297[_0x3cc455(0x1d9)],_0x2d6c04),'\x0a'),_0x33ec65),'\x0a'),_0x464333));if(_0x2c5297[_0x3cc455(0x235)](_0x374525,_0x2c5297[_0x3cc455(0x27f)])){const _0x1782b1={},_0x125298={};_0x125298[_0x3cc455(0x2a7)]=_0x4dedd1,_0x125298[_0x3cc455(0x2b2)]=_0xe64103,_0x125298['testsFailed']=_0x1611f5,_0x125298[_0x3cc455(0x1cc)]=_0x2ad01e,_0x125298[_0x3cc455(0x29a)]=_0x55fd5a,_0x1782b1[_0x3cc455(0x246)]=_0x125298,_0xe64103[_0x3cc455(0x1c3)](_0x3bd1a0=>{const _0x480971=_0x3cc455,_0x53e91e={'caFOw':function(_0xb0ab53,_0x3c875c){const _0x20dd3f=a32_0x50c3;return _0x2c5297[_0x20dd3f(0x26a)](_0xb0ab53,_0x3c875c);},'GcaOh':_0x2c5297[_0x480971(0x219)],'MpMOn':_0x2c5297['eOpQI'],'wAwoO':function(_0xab8c34,_0x14a9aa){const _0x44ec34=_0x480971;return _0x2c5297[_0x44ec34(0x274)](_0xab8c34,_0x14a9aa);},'tsQXY':_0x2c5297[_0x480971(0x200)],'VESEL':_0x2c5297[_0x480971(0x26e)],'bPWAN':_0x2c5297[_0x480971(0x20d)]};_0x1782b1[_0x3bd1a0]={'pending':[],'failures':[],'passes':[],'tests':_0xfba6ed[_0x3bd1a0][_0x2c5297[_0x480971(0x2ac)]][_0x480971(0x247)](clean)},_0xfba6ed[_0x3bd1a0][_0x2c5297[_0x480971(0x2ac)]][_0x480971(0x1c3)](_0x377614=>{const _0x11c439=_0x480971;if(_0x53e91e[_0x11c439(0x1e9)](_0x377614[_0x11c439(0x1fd)],_0x53e91e['GcaOh']))_0x1782b1[_0x3bd1a0][_0x53e91e[_0x11c439(0x214)]][_0x11c439(0x24c)](_0x53e91e['wAwoO'](clean,_0x377614));else _0x53e91e[_0x11c439(0x1e9)](_0x377614['state'],_0x53e91e[_0x11c439(0x231)])?_0x1782b1[_0x3bd1a0][_0x53e91e[_0x11c439(0x20e)]][_0x11c439(0x24c)](_0x53e91e['wAwoO'](clean,_0x377614)):_0x1782b1[_0x3bd1a0][_0x53e91e[_0x11c439(0x1ad)]][_0x11c439(0x24c)](_0x53e91e[_0x11c439(0x1d8)](clean,_0x377614));});});if(_0x1760fb[_0x3cc455(0x1be)])try{logger[_0x3cc455(0x265)](_0x2c5297[_0x3cc455(0x1de)],_0x1760fb['output']),fs[_0x3cc455(0x236)](_0x1760fb[_0x3cc455(0x1be)],JSON[_0x3cc455(0x28c)](_0x1782b1,null,0x3));}catch(_0x207a77){logger[_0x3cc455(0x24a)](_0x2c5297['aoDyD'],_0x1760fb[_0x3cc455(0x1be)]),logger['debug'](_0x207a77);}else logger['debug'](_0x2c5297['hQDha']),console[_0x3cc455(0x241)](JSON[_0x3cc455(0x28c)](_0x1782b1,null,0x3));}else{if(_0x2c5297['ilcTJ'](_0x374525,_0x2c5297[_0x3cc455(0x1b6)])){let _0x5d4bad;const _0x4db461=_0x2c5297['FKlQi'];_0x1760fb&&(_0x5d4bad=_0x1760fb['suiteName']);_0x5d4bad=_0x2c5297[_0x3cc455(0x1ab)](_0x5d4bad,_0x4db461);let _0x546522=0x0,_0x6a707d=0x0,_0x484c28=0x0,_0x207370=0x0;_0xe64103['forEach'](_0x43362e=>{const _0x4a5dc9=_0x3cc455;_0xfba6ed[_0x43362e][_0x2c5297[_0x4a5dc9(0x2ac)]][_0x4a5dc9(0x1c3)](_0x4065bc=>{const _0x25abad=_0x4a5dc9;if(_0x2c5297[_0x25abad(0x26a)](_0x4065bc[_0x25abad(0x1fd)],_0x2c5297[_0x25abad(0x219)]))_0x546522++;else _0x2c5297['SZKzt'](_0x4065bc[_0x25abad(0x1fd)],_0x2c5297[_0x25abad(0x200)])&&_0x6a707d++;_0x484c28++,_0x207370+=_0x2c5297[_0x25abad(0x23d)](_0x4065bc[_0x25abad(0x212)],0x1);});}),_0x2c5297['FtDac'](xunitWrite,_0x2c5297[_0x3cc455(0x29b)](tag,_0x2c5297[_0x3cc455(0x282)],{'name':_0x5d4bad,'tests':_0x484c28,'failures':0x0,'errors':_0x6a707d,'skipped':_0x2c5297[_0x3cc455(0x1ff)](_0x2c5297[_0x3cc455(0x1ff)](_0x484c28,_0x6a707d),_0x546522),'timestamp':new Date()[_0x3cc455(0x2b6)](),'time':_0x2c5297[_0x3cc455(0x2a9)](_0x207370,0x3e8)||0x0},![])),_0xe64103['forEach'](_0x4e8b11=>{const _0x152c2f=_0x3cc455,_0xfd46c0={'gLQjf':function(_0x5e8b74,_0x167658,_0x3c7584){const _0x487ff7=a32_0x50c3;return _0x2c5297[_0x487ff7(0x27c)](_0x5e8b74,_0x167658,_0x3c7584);}};_0xfba6ed[_0x4e8b11][_0x2c5297[_0x152c2f(0x2ac)]]['forEach'](_0x378076=>{const _0x2acec0=_0x152c2f;_0xfd46c0[_0x2acec0(0x215)](xunitTest,_0x378076,_0x4e8b11);});}),_0x2c5297['lTDTP'](xunitWrite,_0x2c5297[_0x3cc455(0x252)]);if(_0x1760fb[_0x3cc455(0x1be)])try{logger[_0x3cc455(0x265)](_0x2c5297[_0x3cc455(0x1ce)],_0x1760fb[_0x3cc455(0x1be)]),fs[_0x3cc455(0x236)](_0x1760fb[_0x3cc455(0x1be)],xunitContent);}catch(_0x1c8f5e){logger[_0x3cc455(0x24a)](_0x2c5297[_0x3cc455(0x297)],_0x1760fb[_0x3cc455(0x1be)]),logger['debug'](_0x1c8f5e);}else logger[_0x3cc455(0x265)](_0x2c5297[_0x3cc455(0x277)]),console[_0x3cc455(0x241)](xunitContent);}else{if(_0x2c5297['adCbj'](_0x1611f5,0x0))return;console[_0x3cc455(0x241)](),logger['debug'](_0x2c5297[_0x3cc455(0x2ab)]),console['log'](chalk[_0x3cc455(0x269)]['bgRedBright'](_0x2c5297[_0x3cc455(0x253)])),_0xe64103[_0x3cc455(0x1c3)](_0x4e6377=>{const _0x7e9c68=_0x3cc455,_0x288068={'DNRNL':function(_0x2518bd,_0x54e785){const _0x2d6782=a32_0x50c3;return _0x2c5297[_0x2d6782(0x1f2)](_0x2518bd,_0x54e785);},'AHHab':_0x2c5297['iKlPP']},_0x60d18c=[];_0xfba6ed[_0x4e6377][_0x2c5297[_0x7e9c68(0x2ac)]]['forEach'](_0x277dd6=>{const _0x104a45=_0x7e9c68;_0x288068[_0x104a45(0x243)](_0x277dd6['state'],_0x288068['AHHab'])&&(_0x277dd6[_0x104a45(0x232)]=()=>_0x277dd6[_0x104a45(0x2a6)],_0x60d18c[_0x104a45(0x24c)](_0x277dd6));}),_0x2c5297[_0x7e9c68(0x25b)](_0x60d18c['length'],0x0)&&(Base[_0x7e9c68(0x1b3)](),Base[_0x7e9c68(0x1b3)](_0x2c5297[_0x7e9c68(0x291)](_0x4fc7da),chalk[_0x7e9c68(0x269)][_0x7e9c68(0x263)](_0x4e6377)),Base[_0x7e9c68(0x2a0)](_0x60d18c));});}}}async function run(_0x32d457,_0xd93a8d,_0x88817a){const _0x621d6d=a32_0x25d56e,_0x493865={'vVzGs':function(_0x344a3e,_0x4e0d4d,_0x120778,_0x143383){return _0x344a3e(_0x4e0d4d,_0x120778,_0x143383);},'rTYlq':_0x621d6d(0x1c0),'MLIPz':_0x621d6d(0x2b1),'GXRvV':_0x621d6d(0x1c6),'zNcDF':'mocha','Wmpdc':function(_0x4d7b2b,_0xda0d48){return _0x4d7b2b!=_0xda0d48;},'ScKGZ':'cjs','zzaKg':_0x621d6d(0x226),'mQPhN':_0x621d6d(0x223),'BxcOX':_0x621d6d(0x1b4),'csDkz':function(_0x224b32,_0xf24d3d){return _0x224b32(_0xf24d3d);},'jbzhW':function(_0x10a80b,_0x44d533,_0x55bf10){return _0x10a80b(_0x44d533,_0x55bf10);},'awMVE':_0x621d6d(0x222),'lASwX':function(_0x26979f,_0x18c75a){return _0x26979f!=_0x18c75a;},'ZWjiY':_0x621d6d(0x280),'gffzb':_0x621d6d(0x2a1),'sUQyO':_0x621d6d(0x218),'rUEEV':_0x621d6d(0x28f),'hBDAu':_0x621d6d(0x249),'lvOTb':function(_0x2d4edf,_0xb22b9c){return _0x2d4edf*_0xb22b9c;},'noJsq':function(_0x158bcd,_0x329dea){return _0x158bcd(_0x329dea);},'AALYr':function(_0x1de695,_0xc572e7){return _0x1de695!==_0xc572e7;},'BcDam':function(_0x337355,_0xb97b46,_0xc616ee,_0x4fae50){return _0x337355(_0xb97b46,_0xc616ee,_0x4fae50);}};helper[_0x621d6d(0x1da)](_0x88817a[_0x621d6d(0x20c)],_0x32d457),await _0x88817a[_0x621d6d(0x22d)](_0x32d457);helper['isBrowserstackInfra']()?await helper[_0x621d6d(0x1b8)](_0x88817a[_0x621d6d(0x276)]):await _0x88817a[_0x621d6d(0x221)]();const _0x4dc477=[];let _0x4eb551=[];if(!_0x88817a['config'])return;!helper[_0x621d6d(0x1d3)](_0x88817a['config']['accessibilityOptions'])&&(process[_0x621d6d(0x1f3)][_0x621d6d(0x2b9)]=JSON[_0x621d6d(0x28c)](_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x202)]));const _0x23f1a6=await TestHubHandler[_0x621d6d(0x299)](FRAMEWORKS[_0x621d6d(0x1e3)],_0x88817a);_0x493865[_0x621d6d(0x1e0)](_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x268)],null)&&(process[_0x621d6d(0x1f3)][_0x621d6d(0x28b)]=_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x268)]);!helper[_0x621d6d(0x1d3)](_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x2b0)])&&(process['env'][_0x621d6d(0x1b9)]=_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x2b0)]);const {extension:extension=['js',_0x493865[_0x621d6d(0x1f1)],_0x493865['zzaKg']],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x493865['mQPhN']]}=_0x32d457,_0x23f5cc={..._0x32d457};_0x23f5cc['rootHooks']=null;const _0x12325f=_0x23f5cc;let _0x14945c;if(testOpsHelper[_0x621d6d(0x1dd)]()&&testOpsHelper[_0x621d6d(0x2b7)]()){let _0x2568e0=process['env']['BROWSERSTACK_RERUN_TESTS'];!helper[_0x621d6d(0x1d3)](_0x88817a[_0x621d6d(0x2ba)])&&_0x88817a[_0x621d6d(0x2ba)][_0x621d6d(0x2aa)](_0x493865['BxcOX'])&&(_0x2568e0=_0x88817a['cliConfig']['get'](_0x493865[_0x621d6d(0x1f0)])),_0x14945c=testOpsHelper['parseFileNames'](_0x2568e0);}if(helper['isUndefined'](_0x14945c)){const _0x37d877={};_0x37d877[_0x621d6d(0x29d)]=ignore,_0x37d877[_0x621d6d(0x266)]=extension,_0x37d877[_0x621d6d(0x2af)]=file,_0x37d877[_0x621d6d(0x20a)]=recursive,_0x37d877[_0x621d6d(0x24b)]=sort,_0x37d877[_0x621d6d(0x1db)]=spec,_0x14945c=_0x493865[_0x621d6d(0x1a9)](collectFiles,_0x37d877),_0x493865['jbzhW'](nestedKeyValue,_0x14945c,[_0x493865[_0x621d6d(0x1e6)]])&&(_0x14945c=_0x14945c[_0x621d6d(0x222)]);}const _0x777c49=helper['parseTestOrchestrationOptions'](_0x88817a['config']);!helper[_0x621d6d(0x1fe)](_0x777c49)&&helper[_0x621d6d(0x22a)](_0x777c49['retryTestsOnFailure'])&&(_0x12325f[_0x621d6d(0x2a3)]=_0x777c49[_0x621d6d(0x1e2)][_0x621d6d(0x1ef)]);if(!helper[_0x621d6d(0x292)]()){const _0x12e90f=0x1,_0x9fe050={..._0x12325f};_0x9fe050['spec']=[..._0x14945c],_0x4dc477[_0x621d6d(0x24c)]({'mochaOpts':_0x9fe050,'configuration':{'platform':os['platform']()}});if(_0x88817a[_0x621d6d(0x276)]['accessibility']){const _0x2b68d3={};_0x2b68d3[_0x621d6d(0x2b0)]=!![];const _0x4e9e4f=_0x2b68d3;_0x493865[_0x621d6d(0x1d7)](_0x88817a['config'][_0x621d6d(0x202)],null)&&(_0x4e9e4f[_0x621d6d(0x202)]=_0x88817a['config'][_0x621d6d(0x202)],delete _0x4e9e4f[_0x621d6d(0x202)][_0x493865[_0x621d6d(0x206)]],delete _0x4e9e4f[_0x621d6d(0x202)][_0x493865[_0x621d6d(0x228)]],delete _0x4e9e4f[_0x621d6d(0x202)][_0x493865[_0x621d6d(0x287)]]);const _0x39f0df={};_0x39f0df[_0x621d6d(0x22c)]=_0x4e9e4f,_0x4dc477[0x0][_0x621d6d(0x1ed)][_0x621d6d(0x296)]=_0x39f0df;}logger[_0x621d6d(0x259)](_0x493865[_0x621d6d(0x1cd)]),logger['info'](_0x493865['hBDAu']),_0x493865[_0x621d6d(0x1f7)](parallelTestRun,_0x4dc477,_0x12e90f,_0x88817a)[_0x621d6d(0x1e7)](_0xec56e1=>{const _0x475816=_0x621d6d;PerformanceTester['start'](PerformanceEvents[_0x475816(0x293)]),_0x493865[_0x475816(0x1f7)](printStats,_0xec56e1,_0x32d457[_0x475816(0x213)],_0x32d457[_0x475816(0x1b0)]||_0x32d457[_0x493865[_0x475816(0x20f)]]);})[_0x621d6d(0x230)](()=>{const _0x11ca79=_0x621d6d;PerformanceTester[_0x11ca79(0x23b)](PerformanceEvents[_0x11ca79(0x293)]);try{const {browserstackFolderPath:_0x36bb8e,tcgConfigPath:_0x5bdde5}=helper[_0x11ca79(0x1cf)]();fs[_0x11ca79(0x1f8)](_0x5bdde5),fs['rmdirSync'](_0x36bb8e);}catch(_0x3c59e0){logger[_0x11ca79(0x265)](_0x493865['MLIPz'],_0x3c59e0);}try{utilities[_0x11ca79(0x1d2)](_0x493865[_0x11ca79(0x2a4)],{},_0x88817a['config'],_0x88817a[_0x11ca79(0x20c)]);}catch(_0x39a0fc){logger[_0x11ca79(0x265)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x39a0fc[_0x11ca79(0x295)]);}try{helper['notifyUpdate']();}catch(_0x322137){logger[_0x11ca79(0x265)](_0x11ca79(0x21a)+_0x322137);}testOpsHelper[_0x11ca79(0x270)]();});}else{const _0x53446f=helper[_0x621d6d(0x1f9)](_0x88817a[_0x621d6d(0x276)]);let _0x54242c=helper[_0x621d6d(0x29f)](_0x88817a[_0x621d6d(0x276)]);_0x4eb551=helper[_0x621d6d(0x1b2)](_0x88817a[_0x621d6d(0x276)],_0x53446f,constants[_0x621d6d(0x273)][_0x621d6d(0x1e3)]);helper[_0x621d6d(0x22f)]()[_0x621d6d(0x29c)]&&(_0x54242c=centralScannerConstants[_0x621d6d(0x275)]);let _0x3e3f9e;const _0x4b5818=_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x1c8)]||helper[_0x621d6d(0x2b4)](_0x32d457,_0xd93a8d,_0x88817a['config'],constants[_0x621d6d(0x273)]['MOCHA'])||0x1;helper[_0x621d6d(0x1bf)](_0x88817a[_0x621d6d(0x276)])?_0x3e3f9e=_0x493865[_0x621d6d(0x1df)](_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x2b2)][_0x621d6d(0x272)],_0x4b5818):_0x3e3f9e=_0x4b5818;const _0x151562=_0x493865[_0x621d6d(0x1d1)](getPercyOptions,_0x88817a[_0x621d6d(0x276)]);if(_0x493865['AALYr'](_0x88817a[_0x621d6d(0x276)][_0x621d6d(0x1c8)],0x1))_0x14945c[_0x621d6d(0x1c3)](_0x11ead4=>{const _0x512e8f=_0x621d6d,_0x514ed1=[];_0x4eb551[_0x512e8f(0x1c3)]((_0x1f573c,_0x3054b6)=>{const _0x3bb980=_0x512e8f,_0x260b6f={};_0x260b6f[_0x3bb980(0x1db)]=[_0x11ead4],_0x514ed1[_0x3bb980(0x24c)]({'mochaOpts':Object[_0x3bb980(0x254)]({},_0x12325f,_0x260b6f),'configuration':{'server':_0x54242c,'capability':_0x1f573c,'proxySettings':_0x88817a['config'][_0x3bb980(0x1f4)],'platform':helper[_0x3bb980(0x25a)](_0x1f573c),'browserStackLogLevel':_0x88817a['config'][_0x3bb980(0x27a)],'platformIndex':_0x3054b6,'browserStackPercyOptions':_0x151562,'platformCaps':Object['assign']({'index':_0x3054b6},_0x88817a[_0x3bb980(0x276)][_0x3bb980(0x2b2)][_0x3054b6])}});}),_0x4dc477['push'](..._0x514ed1);});else{const _0x26f606=[];_0x4eb551['forEach']((_0x3547bb,_0x56ca46)=>{const _0xcc65d2=_0x621d6d;let _0x1fb686=Object[_0xcc65d2(0x254)]({},_0x12325f);testOpsHelper[_0xcc65d2(0x1dd)]()&&testOpsHelper[_0xcc65d2(0x2b7)]()&&(_0x1fb686={..._0x1fb686,'spec':[..._0x14945c]}),_0x26f606[_0xcc65d2(0x24c)]({'mochaOpts':_0x1fb686,'configuration':{'server':_0x54242c,'capability':_0x3547bb,'proxySettings':_0x88817a[_0xcc65d2(0x276)][_0xcc65d2(0x1f4)],'platform':helper[_0xcc65d2(0x25a)](_0x3547bb),'browserStackLogLevel':_0x88817a[_0xcc65d2(0x276)]['logLevel'],'platformIndex':_0x56ca46,'browserStackPercyOptions':_0x151562,'platformCaps':Object[_0xcc65d2(0x254)]({'index':_0x56ca46},_0x88817a[_0xcc65d2(0x276)][_0xcc65d2(0x2b2)][_0x56ca46])}});}),_0x4dc477[_0x621d6d(0x24c)](..._0x26f606);}logger[_0x621d6d(0x259)](_0x621d6d(0x1a8)+_0x88817a['config'][_0x621d6d(0x2b2)][_0x621d6d(0x272)]+_0x621d6d(0x21c)),logger[_0x621d6d(0x259)](_0x493865[_0x621d6d(0x26d)]);let _0x165134;_0x493865[_0x621d6d(0x1bc)](parallelTestRun,_0x4dc477,_0x3e3f9e,_0x88817a)[_0x621d6d(0x1e7)](_0x23f1e2=>{const _0x23da81=_0x621d6d;PerformanceTester[_0x23da81(0x23b)](PerformanceEvents[_0x23da81(0x293)]),_0x165134=_0x23f1e2,_0x493865['vVzGs'](printStats,_0x23f1e2,_0x32d457['reporter'],_0x32d457[_0x23da81(0x1b0)]||_0x32d457[_0x493865[_0x23da81(0x20f)]]);})[_0x621d6d(0x230)](async()=>{const _0x38a9c0=_0x621d6d;PerformanceTester[_0x38a9c0(0x23b)](PerformanceEvents[_0x38a9c0(0x293)]),_0x88817a[_0x38a9c0(0x1e1)]=helper[_0x38a9c0(0x27b)](_0x165134,_0x493865[_0x38a9c0(0x216)]),await utilities[_0x38a9c0(0x257)](_0x88817a),testOpsHelper[_0x38a9c0(0x270)]();});}}module[a32_0x25d56e(0x208)]=run;
2
+ 'use strict';const a32_0x5939ea=a32_0x5bc9;(function(_0x43713a,_0x149ab1){const _0x3041eb=a32_0x5bc9,_0xcf27fe=_0x43713a();while(!![]){try{const _0x21ba98=-parseInt(_0x3041eb(0x2a3))/0x1+-parseInt(_0x3041eb(0x1bb))/0x2*(parseInt(_0x3041eb(0x2a4))/0x3)+parseInt(_0x3041eb(0x23c))/0x4+parseInt(_0x3041eb(0x25f))/0x5+-parseInt(_0x3041eb(0x1ae))/0x6+parseInt(_0x3041eb(0x23a))/0x7*(parseInt(_0x3041eb(0x202))/0x8)+parseInt(_0x3041eb(0x285))/0x9;if(_0x21ba98===_0x149ab1)break;else _0xcf27fe['push'](_0xcf27fe['shift']());}catch(_0x36b0ae){_0xcf27fe['push'](_0xcf27fe['shift']());}}}(a32_0x4dcf,0x80de2));const chalk=require(a32_0x5939ea(0x296)),logger=require(a32_0x5939ea(0x247))[a32_0x5939ea(0x250)],helper=require(a32_0x5939ea(0x219)),utilities=require('../../helpers/utilities'),testOpsHelper=require(a32_0x5939ea(0x1b0)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a32_0x5939ea(0x1c6)),{requireModule,nestedKeyValue}=require(a32_0x5939ea(0x219)),{getPercyOptions}=require(a32_0x5939ea(0x1d7)),Base=requireModule('mocha/lib/reporters/base.js',a32_0x5939ea(0x260)),collectFiles=requireModule(a32_0x5939ea(0x1ec),a32_0x5939ea(0x260)),constants=require('../utils/constants'),PerformanceTester=require(a32_0x5939ea(0x24b)),PerformanceEvents=require(a32_0x5939ea(0x1f0))['EVENTS'],centralScannerConstants=require('../../helpers/central-scanner/constants'),{FRAMEWORKS}=require(a32_0x5939ea(0x209)),TestHubHandler=require(a32_0x5939ea(0x1ea)),ClientTroubleShootingService=require(a32_0x5939ea(0x204));function tag(_0x449bc3,_0x48f106,_0x204236,_0x147304){const _0x48a4d1=a32_0x5939ea,_0xf63190={'RHqRQ':function(_0x420c0a,_0x2f4774){return _0x420c0a+_0x2f4774;},'BSnuf':function(_0x1f1bc5,_0x462176){return _0x1f1bc5+_0x462176;},'GRlue':function(_0x490219,_0x3da49f){return _0x490219+_0x3da49f;},'psYrc':function(_0xc04762,_0x1b3087){return _0xc04762(_0x1b3087);},'KndBR':function(_0x1874de,_0x478ece){return _0x1874de+_0x478ece;},'EReBn':function(_0x17e711,_0x4b096b){return _0x17e711+_0x4b096b;},'pRcev':function(_0xbd6147,_0x12dd71){return _0xbd6147+_0x12dd71;}},_0x3394f3=_0x204236?'/>':'>',_0x152a36=[];let _0x1f7f11;for(const _0x3a9942 in _0x48f106){Object[_0x48a4d1(0x227)][_0x48a4d1(0x270)][_0x48a4d1(0x28a)](_0x48f106,_0x3a9942)&&_0x152a36[_0x48a4d1(0x283)](_0xf63190[_0x48a4d1(0x282)](_0xf63190[_0x48a4d1(0x232)](_0xf63190[_0x48a4d1(0x24e)](_0x3a9942,'=\x22'),_0xf63190[_0x48a4d1(0x26e)](escape,_0x48f106[_0x3a9942])),'\x22'));}return _0x1f7f11=_0xf63190[_0x48a4d1(0x1df)](_0xf63190[_0x48a4d1(0x24e)](_0xf63190[_0x48a4d1(0x25c)]('<',_0x449bc3),_0x152a36[_0x48a4d1(0x216)]?_0xf63190[_0x48a4d1(0x2a5)]('\x20',_0x152a36[_0x48a4d1(0x206)]('\x20')):''),_0x3394f3),_0x147304&&(_0x1f7f11+=_0xf63190['KndBR'](_0xf63190[_0x48a4d1(0x24e)](_0xf63190[_0x48a4d1(0x24e)](_0x147304,'</'),_0x449bc3),_0x3394f3)),_0x1f7f11;}let xunitContent='';function xunitWrite(_0x3bf90e){xunitContent+=_0x3bf90e;}function xunitTest(_0xd53da9,_0x1cc2ae){const _0x408aa2=a32_0x5939ea,_0x4ef457={'RnVgM':function(_0x145ef8,_0x3667d5){return _0x145ef8/_0x3667d5;},'esyMR':function(_0x3b082d,_0x132283){return _0x3b082d===_0x132283;},'wFdpw':_0x408aa2(0x288),'hWVlk':function(_0x345c48,_0xfb20c){return _0x345c48+_0xfb20c;},'ExkXw':function(_0x40f6f2,_0x3303d0){return _0x40f6f2(_0x3303d0);},'mmmUp':function(_0x183775,_0x2f0f95,_0x3779f1,_0x171624,_0x3e1355){return _0x183775(_0x2f0f95,_0x3779f1,_0x171624,_0x3e1355);},'LFyzB':_0x408aa2(0x236),'qgdDu':_0x408aa2(0x1fb),'ZMUFR':function(_0x43c0a6,_0x3242e6){return _0x43c0a6(_0x3242e6);},'yDlmc':function(_0x3e6c2a,_0x5a911c,_0x5e441b,_0x3e0db4){return _0x3e6c2a(_0x5a911c,_0x5e441b,_0x3e0db4);},'VGQvT':_0x408aa2(0x1d4),'HkOeH':function(_0x4daf78,_0x4d9635){return _0x4daf78(_0x4d9635);}};Base[_0x408aa2(0x21e)]=![];var _0x173df9={'classname':_0xd53da9[_0x408aa2(0x23d)],'name':_0xd53da9[_0x408aa2(0x240)],'time':_0x4ef457[_0x408aa2(0x1f8)](_0xd53da9['duration'],0x3e8)||0x0,'platform':_0x1cc2ae};if(_0x4ef457[_0x408aa2(0x262)](_0xd53da9['state'],_0x4ef457[_0x408aa2(0x1e6)])){var _0x42c02e=_0xd53da9[_0x408aa2(0x1fa)],_0xa783cd=!Base['hideDiff']&&Base[_0x408aa2(0x1f6)](_0x42c02e)?_0x4ef457[_0x408aa2(0x1aa)]('\x0a',Base['generateDiff'](_0x42c02e[_0x408aa2(0x203)],_0x42c02e['expected'])):'';_0x4ef457[_0x408aa2(0x25e)](xunitWrite,_0x4ef457[_0x408aa2(0x253)](tag,_0x4ef457['LFyzB'],_0x173df9,![],_0x4ef457[_0x408aa2(0x253)](tag,_0x4ef457[_0x408aa2(0x1c0)],{},![],_0x4ef457[_0x408aa2(0x1aa)](_0x4ef457[_0x408aa2(0x1aa)](_0x4ef457[_0x408aa2(0x1aa)](_0x4ef457[_0x408aa2(0x25e)](escape,_0x42c02e[_0x408aa2(0x22c)]),_0x4ef457[_0x408aa2(0x25e)](escape,_0xa783cd)),'\x0a'),_0x4ef457[_0x408aa2(0x211)](escape,_0x42c02e[_0x408aa2(0x271)])))));}else _0xd53da9['isPending']?_0x4ef457['ExkXw'](xunitWrite,_0x4ef457[_0x408aa2(0x253)](tag,_0x4ef457[_0x408aa2(0x239)],_0x173df9,![],_0x4ef457[_0x408aa2(0x246)](tag,_0x4ef457[_0x408aa2(0x293)],{},!![]))):_0x4ef457[_0x408aa2(0x214)](xunitWrite,_0x4ef457[_0x408aa2(0x246)](tag,_0x4ef457[_0x408aa2(0x239)],_0x173df9,!![]));};function getStats(_0x102964){const _0x393b2e=a32_0x5939ea,_0x568273={};_0x568273[_0x393b2e(0x217)]=_0x393b2e(0x1ca),_0x568273[_0x393b2e(0x278)]=_0x393b2e(0x1c4),_0x568273[_0x393b2e(0x259)]=_0x393b2e(0x288),_0x568273[_0x393b2e(0x1be)]=_0x393b2e(0x1b9);const _0x51ad9a=_0x568273,_0x501fa5=Object[_0x393b2e(0x1fc)](_0x102964);let _0x23d977=0x0,_0x359077=0x0,_0x22cf13=0x0,_0x354813=0x0;const _0x390488=new Set();_0x501fa5[_0x393b2e(0x266)](_0x5ed00c=>{const _0xc56773=_0x393b2e,_0x1d02c9={};_0x1d02c9[_0xc56773(0x2a7)]=_0x51ad9a[_0xc56773(0x217)],_0x1d02c9[_0xc56773(0x221)]=_0x51ad9a[_0xc56773(0x278)],_0x1d02c9['LpVSl']=_0x51ad9a['YtwmM'];const _0x2b3a11=_0x1d02c9;_0x102964[_0x5ed00c][_0x51ad9a[_0xc56773(0x1be)]][_0xc56773(0x266)](_0x41f09e=>{const _0xe9c0a=_0xc56773;_0x390488['add'](_0x41f09e[_0x2b3a11[_0xe9c0a(0x2a7)]]),_0x23d977++;switch(_0x41f09e[_0xe9c0a(0x261)]){case _0x2b3a11[_0xe9c0a(0x221)]:_0x22cf13++;break;case _0x2b3a11['LpVSl']:_0x359077++;break;default:_0x354813++;}});});const _0x2a75a3={};return _0x2a75a3['testSuites']=_0x390488['size'],_0x2a75a3[_0x393b2e(0x20e)]=_0x501fa5,_0x2a75a3[_0x393b2e(0x1f3)]=_0x23d977,_0x2a75a3[_0x393b2e(0x1b3)]=_0x359077,_0x2a75a3[_0x393b2e(0x275)]=_0x22cf13,_0x2a75a3[_0x393b2e(0x1c8)]=_0x354813,_0x2a75a3;}function a32_0x4dcf(){const _0x3c5416=['title','hpRQi','logLevel','isNotUndefined','includeEncodedExtension','speed','yDlmc','../../helpers/logger','yellow','SDK_CLEANUP','isTestObservabilitySession','../../helpers/performance/performance-tester','parse','testsuite','GRlue','ignore','winstonLogger','then','zIRMH','mmmUp','Printing\x20stats\x20of\x20tests','hLQpT','GnmDi','WLcrc','xunit','YtwmM','configuration','cvAYe','EReBn','reporterOptions','ExkXw','605405emVzky','mocha','state','esyMR','oaCeZ','stats','ByTED','forEach','parseTestOrchestrationOptions','prepareCapabilities','JefzK','reporter','SUZZN','start','Mocha\x20Tests','psYrc','ENevg','hasOwnProperty','stack','unlinkSync','fPcHn','BROWSERSTACK_TEST_ACCESSIBILITY_YML','testsPassed','cliConfig','HSwom','bnlhZ','MMBwK','zYzyi','AGQqw','\x20failed','Yygyz','\x20passed','errorMessage','NFSwI','testSuites','RHqRQ','push','ebAYX','11510703RivkGl','failures','oYJpf','failed','output','call','MRPmO','includeTagsInTestingScope','cjs','BYIWQ','testObservability','nzztT','error\x20removing\x20tcg\x20config\x20file','assign','VGQvT','bgBlueBright','rmdirSync','chalk','finalExecution','FRAMEWORKS','extension','debug','EWzmA','xKhlD','info','sort','Now,\x20showing\x20logs\x20from\x20mocha','gRNWv','capability','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','618305MHFcwc','4821UpgXQl','pRcev','getOwnPropertyNames','kXCAl','framework','Total\x20Platforms:\x20','\x20total','getPlatformName','setUserConfigPath','DJeaa','Running\x20your\x20mocha\x20tests\x20across\x20','EbPnb','zvcTC','hWVlk','isUndefined','recursive','WZtSO','4870806phJAYm','consoleLog','../../helpers/test-observability/utils','olplh','object','testsFailed','Total\x20Suites:\x20','</testsuite>','rerunTests','bgRedBright','Running\x20your\x20mocha\x20tests','results','files','932MSdHDM','accessibility','log','YkzTm','****\x20FAILURES\x20****','qgdDu','bstack:options','wOmYd','min','passed','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','../test-runner','mjs','testsPending','lvLeW','suite','noUEE','shouldReRunObservabilityTests','Couldn\x27t\x20write\x20json\x20result\x20to','bBWWq','green','retryTestsOnFailure','BROWSERSTACK_TEST_OBSERVABILITY_YML','stringify','getUserWorkerCount','skipped','accessibilityOptions','NrXBo','../../helpers/percy/utils','notifyUpdate','\x20skipped','exitCode','VnQyf','KynCi','MOCHA','uCdSs','KndBR','deuDu','parseFileNames','aEtdy','launchBuild','fireFunnelTestEvent','error','wFdpw','JBiEr','finally','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/testhub/testhubHandler','file','mocha/lib/cli/collect-files.js','bold','hjCJJ','json','../../helpers/performance/constants','getTCGConfigFilePaths','useW3C','totalTests','getHubUrl','isBrowserstackInfra','showDiff','VNXtE','RnVgM','xfMRY','err','failure','keys','vSeRy','zeaKv','Writing\x20xunit\x20result\x20to\x20file','iuzOn','pending','2285288KFgdIq','actual','../utils/clientTroubleshootingService','retries','join','proxySettings','qgTpS','../../helpers/test-observability/constants','config','bKNoC','PZJby','getCentralUser','platforms','kCgZx','writeFileSync','ZMUFR','zgqAT','handleApp','HkOeH','currentRetry','length','vXYGy','sTDbk','../../helpers/helper','parallelsPerPlatform','BROWSERSTACK_GRR_US_HUB_URL','IzrWm','printBuildLink','useColors','Couldn\x27t\x20write\x20xunit\x20result\x20to','\x20platforms','KFghb','DMcHd','duration','isEmpty','EPEzg','cCWhT','prototype','indexOf','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','spec','env','message','initialize','setupTCGAuth','ZKGNq','bQxIQ','ixIwu','BSnuf','Tests:\x20\x20\x20\x20\x20\x20\x20','list','XBBJc','testcase','get','XiIJH','LFyzB','7jZnkrj','Writing\x20json\x20result\x20to\x20file','4084404DdrQWH','fullTitle','JPoCu','QwLuw'];a32_0x4dcf=function(){return _0x3c5416;};return a32_0x4dcf();}function errorJSON(_0xde75f7){const _0x1a3a07=a32_0x5939ea;var _0x855b05={};return Object[_0x1a3a07(0x2a6)](_0xde75f7)['forEach'](function(_0x18e3b5){_0x855b05[_0x18e3b5]=_0xde75f7[_0x18e3b5];},_0xde75f7),_0x855b05;}function a32_0x5bc9(_0x59f0ba,_0x83eb5d){const _0x4dcf49=a32_0x4dcf();return a32_0x5bc9=function(_0x5bc901,_0x919a0a){_0x5bc901=_0x5bc901-0x1a1;let _0x384523=_0x4dcf49[_0x5bc901];return _0x384523;},a32_0x5bc9(_0x59f0ba,_0x83eb5d);}function cleanCycles(_0x8a3be5){const _0x30ee76=a32_0x5939ea,_0x159296={};_0x159296['nKHJO']=function(_0x2f624a,_0x31fe61){return _0x2f624a===_0x31fe61;},_0x159296[_0x30ee76(0x27b)]=_0x30ee76(0x1b2),_0x159296['JBiEr']=function(_0x12afa9,_0x15b5ad){return _0x12afa9!==_0x15b5ad;},_0x159296[_0x30ee76(0x200)]=function(_0x35988f,_0x1cacaa){return _0x35988f!==_0x1cacaa;},_0x159296['IzrWm']=function(_0x166a1e,_0x39a3d4){return _0x166a1e+_0x39a3d4;};const _0x2fa2f1=_0x159296;var _0x59ced1=[];return JSON[_0x30ee76(0x24c)](JSON[_0x30ee76(0x1d2)](_0x8a3be5,function(_0x4d5f1b,_0x4ceef0){const _0x314619=_0x30ee76;if(_0x2fa2f1['nKHJO'](typeof _0x4ceef0,_0x2fa2f1['AGQqw'])&&_0x2fa2f1[_0x314619(0x1e7)](_0x4ceef0,null)){if(_0x2fa2f1[_0x314619(0x200)](_0x59ced1[_0x314619(0x228)](_0x4ceef0),-0x1))return _0x2fa2f1[_0x314619(0x21c)]('',_0x4ceef0);_0x59ced1['push'](_0x4ceef0);}return _0x4ceef0;}));}function clean(_0x1fe74b){const _0x58408f=a32_0x5939ea,_0xd23c0e={'cvAYe':function(_0x3c2bef,_0xcc9169){return _0x3c2bef instanceof _0xcc9169;},'XiIJH':function(_0x509f3f,_0x445bf6){return _0x509f3f(_0x445bf6);}};var _0x502457=_0x1fe74b['err']||{};return _0xd23c0e[_0x58408f(0x25b)](_0x502457,Error)&&(_0x502457=_0xd23c0e[_0x58408f(0x238)](errorJSON,_0x502457)),{'title':_0x1fe74b[_0x58408f(0x240)],'fullTitle':_0x1fe74b['fullTitle'],'file':_0x1fe74b[_0x58408f(0x1eb)],'duration':_0x1fe74b[_0x58408f(0x223)],'currentRetry':_0x1fe74b[_0x58408f(0x215)],'speed':_0x1fe74b[_0x58408f(0x245)],'err':_0xd23c0e[_0x58408f(0x238)](cleanCycles,_0x502457)};}function printStats(_0x5568d7,_0x2baeb1=a32_0x5939ea(0x22a),_0x52d700={}){const _0x1786ff=a32_0x5939ea,_0x537801={'XBBJc':function(_0x17f2da,_0x112255){return _0x17f2da(_0x112255);},'PZJby':function(_0x3a2684,_0x1a92e6){return _0x3a2684===_0x1a92e6;},'xKhlD':'passed','GnmDi':'passes','NrXBo':_0x1786ff(0x288),'fPcHn':_0x1786ff(0x286),'bKNoC':_0x1786ff(0x201),'vSeRy':_0x1786ff(0x1b9),'gZvDU':function(_0x2e4cfe,_0x4bb347){return _0x2e4cfe===_0x4bb347;},'JPoCu':function(_0x3e3de6,_0x50207c){return _0x3e3de6*_0x50207c;},'nzpeJ':function(_0x511880,_0x513e12,_0xf49e2f){return _0x511880(_0x513e12,_0xf49e2f);},'ZKGNq':function(_0xf348f8,_0x475cc2){return _0xf348f8===_0x475cc2;},'NFSwI':function(_0x2fe324,_0x8f52b2){return _0x2fe324>_0x8f52b2;},'HSwom':function(_0x51254d){return _0x51254d();},'qgTpS':function(_0x472df2,_0x5cc8b7){return _0x472df2===_0x5cc8b7;},'ENevg':'doc','lvLeW':function(_0xcb59a0,_0xa40a8d){return _0xcb59a0(_0xa40a8d);},'SUZZN':'Setting\x20non\x20exit\x20code\x20for\x20failures','sWxuh':_0x1786ff(0x254),'zYzyi':function(_0x2db55e,_0x267418){return _0x2db55e+_0x267418;},'IFLpy':_0x1786ff(0x1a2),'WZtSO':_0x1786ff(0x1b4),'MRPmO':function(_0x2aa719,_0x54e5c4){return _0x2aa719+_0x54e5c4;},'MMBwK':_0x1786ff(0x233),'sTDbk':function(_0x1822cc,_0x35810a){return _0x1822cc>_0x35810a;},'wOmYd':function(_0x4357ea,_0x24fd3f){return _0x4357ea+_0x24fd3f;},'oYJpf':function(_0x217727,_0x8cae34){return _0x217727+_0x8cae34;},'hpRQi':'\x0a\x0a\x0a','Yygyz':_0x1786ff(0x1ef),'BilLq':_0x1786ff(0x23b),'deuDu':_0x1786ff(0x1cd),'jrTni':_0x1786ff(0x2a2),'hLQpT':function(_0x5e8e7c,_0x104317){return _0x5e8e7c===_0x104317;},'vHPtw':_0x1786ff(0x258),'bQxIQ':_0x1786ff(0x26d),'bBWWq':function(_0x174841,_0x354e80){return _0x174841||_0x354e80;},'EWzmA':function(_0x4c6c6b,_0x168651,_0x10701d,_0x1fd11e){return _0x4c6c6b(_0x168651,_0x10701d,_0x1fd11e);},'VNXtE':_0x1786ff(0x24d),'nzztT':function(_0x4cafba,_0x4076b5){return _0x4cafba-_0x4076b5;},'aEtdy':function(_0x391619,_0x16c858){return _0x391619/_0x16c858;},'vyjeK':_0x1786ff(0x1b5),'UdwDK':_0x1786ff(0x1ff),'JKYgB':_0x1786ff(0x21f),'zvcTC':_0x1786ff(0x1c5),'cCWhT':function(_0x2fcc75,_0x2e5ab9){return _0x2fcc75===_0x2e5ab9;},'QwLuw':'Listing\x20all\x20the\x20failures','jFEUh':_0x1786ff(0x1bf)};if(_0x537801[_0x1786ff(0x208)](_0x2baeb1,_0x537801[_0x1786ff(0x26f)]))return;const _0x1da575=0x0,_0x2bf719=()=>{const _0x260030=_0x1786ff;return _0x537801[_0x260030(0x235)](Array,_0x1da575)['join']('\x20\x20');},{testSuites:_0xe6851b,platforms:_0x38967c,totalTests:_0x4601b1,testsFailed:_0x4525a1,testsPassed:_0x1144e3,testsPending:_0x5150e6}=_0x537801[_0x1786ff(0x1c9)](getStats,_0x5568d7);_0x537801[_0x1786ff(0x280)](_0x4525a1,0x0)&&(logger[_0x1786ff(0x29a)](_0x537801[_0x1786ff(0x26b)]),process[_0x1786ff(0x1da)]=Math[_0x1786ff(0x1c3)](_0x4525a1,0xff));logger[_0x1786ff(0x29a)](_0x537801['sWxuh']);const _0x596ac5=''+_0x537801[_0x1786ff(0x27a)](chalk[_0x1786ff(0x1ed)](_0x537801['IFLpy']),_0x38967c[_0x1786ff(0x216)]),_0x5ff3e5=''+_0x537801[_0x1786ff(0x27a)](chalk[_0x1786ff(0x1ed)](_0x537801[_0x1786ff(0x1ad)]),_0xe6851b),_0x2fce96=''+_0x537801[_0x1786ff(0x27a)](_0x537801[_0x1786ff(0x28b)](_0x537801[_0x1786ff(0x27a)](chalk[_0x1786ff(0x1ed)](_0x537801[_0x1786ff(0x279)]),_0x537801[_0x1786ff(0x218)](_0x4525a1,0x0)?chalk[_0x1786ff(0x1ed)]['red'](_0x4525a1+_0x1786ff(0x27c))+',\x20':''),_0x537801[_0x1786ff(0x280)](_0x5150e6,0x0)?chalk['bold'][_0x1786ff(0x248)](_0x5150e6+_0x1786ff(0x1d9))+',\x20':''),_0x537801['NFSwI'](_0x1144e3,0x0)?chalk['bold'][_0x1786ff(0x1cf)](_0x1144e3+_0x1786ff(0x27e))+',\x20':'')+_0x4601b1+_0x1786ff(0x1a3);console[_0x1786ff(0x1bd)](_0x537801[_0x1786ff(0x1c2)](_0x537801['zYzyi'](_0x537801['zYzyi'](_0x537801['wOmYd'](_0x537801[_0x1786ff(0x287)](_0x537801[_0x1786ff(0x241)],_0x596ac5),'\x0a'),_0x5ff3e5),'\x0a'),_0x2fce96));if(_0x537801[_0x1786ff(0x208)](_0x2baeb1,_0x537801[_0x1786ff(0x27d)])){const _0x50f9c2={},_0x1b0e23={};_0x1b0e23[_0x1786ff(0x281)]=_0xe6851b,_0x1b0e23[_0x1786ff(0x20e)]=_0x38967c,_0x1b0e23[_0x1786ff(0x1b3)]=_0x4525a1,_0x1b0e23[_0x1786ff(0x275)]=_0x1144e3,_0x1b0e23['testsPending']=_0x5150e6,_0x50f9c2[_0x1786ff(0x264)]=_0x1b0e23,_0x38967c['forEach'](_0x48859a=>{const _0x1d89d6=_0x1786ff,_0x4b3f2d={'zgqAT':function(_0x494eea,_0x13c473){const _0x14a227=a32_0x5bc9;return _0x537801[_0x14a227(0x20c)](_0x494eea,_0x13c473);},'YKvGE':_0x537801['xKhlD'],'kCgZx':_0x537801[_0x1d89d6(0x256)],'DMcHd':function(_0x28780c,_0xd9ce92){const _0x2fe139=_0x1d89d6;return _0x537801[_0x2fe139(0x235)](_0x28780c,_0xd9ce92);},'olplh':_0x537801[_0x1d89d6(0x1d6)],'DJeaa':_0x537801[_0x1d89d6(0x273)],'VEqvf':_0x537801[_0x1d89d6(0x20b)],'xfMRY':function(_0x4ad36b,_0x1c2a9b){const _0x19256f=_0x1d89d6;return _0x537801[_0x19256f(0x235)](_0x4ad36b,_0x1c2a9b);}};_0x50f9c2[_0x48859a]={'pending':[],'failures':[],'passes':[],'tests':_0x5568d7[_0x48859a][_0x537801[_0x1d89d6(0x1fd)]]['map'](clean)},_0x5568d7[_0x48859a][_0x537801[_0x1d89d6(0x1fd)]][_0x1d89d6(0x266)](_0x474ca0=>{const _0x1dc81a=_0x1d89d6;if(_0x4b3f2d[_0x1dc81a(0x212)](_0x474ca0[_0x1dc81a(0x261)],_0x4b3f2d['YKvGE']))_0x50f9c2[_0x48859a][_0x4b3f2d[_0x1dc81a(0x20f)]]['push'](_0x4b3f2d['DMcHd'](clean,_0x474ca0));else _0x4b3f2d[_0x1dc81a(0x212)](_0x474ca0[_0x1dc81a(0x261)],_0x4b3f2d[_0x1dc81a(0x1b1)])?_0x50f9c2[_0x48859a][_0x4b3f2d[_0x1dc81a(0x1a6)]][_0x1dc81a(0x283)](_0x4b3f2d[_0x1dc81a(0x222)](clean,_0x474ca0)):_0x50f9c2[_0x48859a][_0x4b3f2d['VEqvf']]['push'](_0x4b3f2d[_0x1dc81a(0x1f9)](clean,_0x474ca0));});});if(_0x52d700[_0x1786ff(0x289)])try{logger[_0x1786ff(0x29a)](_0x537801['BilLq'],_0x52d700['output']),fs[_0x1786ff(0x210)](_0x52d700['output'],JSON[_0x1786ff(0x1d2)](_0x50f9c2,null,0x3));}catch(_0x3516ae){logger[_0x1786ff(0x1e5)](_0x537801[_0x1786ff(0x1e0)],_0x52d700[_0x1786ff(0x289)]),logger[_0x1786ff(0x29a)](_0x3516ae);}else logger['debug'](_0x537801['jrTni']),console[_0x1786ff(0x1bd)](JSON[_0x1786ff(0x1d2)](_0x50f9c2,null,0x3));}else{if(_0x537801[_0x1786ff(0x255)](_0x2baeb1,_0x537801['vHPtw'])){let _0x42ec73;const _0x4945db=_0x537801[_0x1786ff(0x230)];_0x52d700&&(_0x42ec73=_0x52d700['suiteName']);_0x42ec73=_0x537801[_0x1786ff(0x1ce)](_0x42ec73,_0x4945db);let _0x32ac30=0x0,_0x4b75f1=0x0,_0x2fd61e=0x0,_0x482364=0x0;_0x38967c['forEach'](_0x4f916f=>{const _0x75c50f=_0x1786ff;_0x5568d7[_0x4f916f][_0x537801[_0x75c50f(0x1fd)]][_0x75c50f(0x266)](_0x2abef6=>{const _0x258a51=_0x75c50f;if(_0x537801[_0x258a51(0x20c)](_0x2abef6[_0x258a51(0x261)],_0x537801[_0x258a51(0x29c)]))_0x32ac30++;else _0x537801['gZvDU'](_0x2abef6[_0x258a51(0x261)],_0x537801[_0x258a51(0x1d6)])&&_0x4b75f1++;_0x2fd61e++,_0x482364+=_0x537801[_0x258a51(0x23e)](_0x2abef6[_0x258a51(0x223)],0x1);});}),_0x537801[_0x1786ff(0x235)](xunitWrite,_0x537801[_0x1786ff(0x29b)](tag,_0x537801[_0x1786ff(0x1f7)],{'name':_0x42ec73,'tests':_0x2fd61e,'failures':0x0,'errors':_0x4b75f1,'skipped':_0x537801['nzztT'](_0x537801[_0x1786ff(0x290)](_0x2fd61e,_0x4b75f1),_0x32ac30),'timestamp':new Date()['toUTCString'](),'time':_0x537801[_0x1786ff(0x1e2)](_0x482364,0x3e8)||0x0},![])),_0x38967c[_0x1786ff(0x266)](_0x573240=>{const _0xf72cf0=_0x1786ff,_0x36a80d={'NfwEE':function(_0x2ab2ca,_0x207fa6,_0x561fa5){return _0x537801['nzpeJ'](_0x2ab2ca,_0x207fa6,_0x561fa5);}};_0x5568d7[_0x573240][_0x537801[_0xf72cf0(0x1fd)]][_0xf72cf0(0x266)](_0x505244=>{_0x36a80d['NfwEE'](xunitTest,_0x505244,_0x573240);});}),_0x537801['XBBJc'](xunitWrite,_0x537801['vyjeK']);if(_0x52d700[_0x1786ff(0x289)])try{logger[_0x1786ff(0x29a)](_0x537801['UdwDK'],_0x52d700[_0x1786ff(0x289)]),fs[_0x1786ff(0x210)](_0x52d700[_0x1786ff(0x289)],xunitContent);}catch(_0x2a5139){logger[_0x1786ff(0x1e5)](_0x537801['JKYgB'],_0x52d700[_0x1786ff(0x289)]),logger[_0x1786ff(0x29a)](_0x2a5139);}else logger[_0x1786ff(0x29a)](_0x537801[_0x1786ff(0x1a9)]),console[_0x1786ff(0x1bd)](xunitContent);}else{if(_0x537801[_0x1786ff(0x226)](_0x4525a1,0x0))return;console[_0x1786ff(0x1bd)](),logger['debug'](_0x537801[_0x1786ff(0x23f)]),console[_0x1786ff(0x1bd)](chalk[_0x1786ff(0x1ed)][_0x1786ff(0x1b7)](_0x537801['jFEUh'])),_0x38967c[_0x1786ff(0x266)](_0x3d2a88=>{const _0x349e31=_0x1786ff,_0x1697f6={'WLcrc':function(_0x4395d7,_0x55b361){const _0x50dda7=a32_0x5bc9;return _0x537801[_0x50dda7(0x22f)](_0x4395d7,_0x55b361);},'jJyoC':_0x537801[_0x349e31(0x1d6)]},_0x4d82bd=[];_0x5568d7[_0x3d2a88][_0x537801[_0x349e31(0x1fd)]][_0x349e31(0x266)](_0xc65685=>{const _0x11255f=_0x349e31;_0x1697f6[_0x11255f(0x257)](_0xc65685[_0x11255f(0x261)],_0x1697f6['jJyoC'])&&(_0xc65685['titlePath']=()=>_0xc65685['titlePathV'],_0x4d82bd['push'](_0xc65685));}),_0x537801[_0x349e31(0x280)](_0x4d82bd[_0x349e31(0x216)],0x0)&&(Base[_0x349e31(0x1af)](),Base[_0x349e31(0x1af)](_0x537801[_0x349e31(0x277)](_0x2bf719),chalk[_0x349e31(0x1ed)][_0x349e31(0x294)](_0x3d2a88)),Base[_0x349e31(0x234)](_0x4d82bd));});}}}async function run(_0x30622f,_0xe73d07,_0x4871cb){const _0x363b09=a32_0x5939ea,_0x1fef71={'pLZvI':function(_0x42bc66,_0x13b33c,_0x2f75e6,_0x50746a){return _0x42bc66(_0x13b33c,_0x2f75e6,_0x50746a);},'ByTED':'reporter-option','BYIWQ':_0x363b09(0x291),'TSwfy':'SDKTestSuccessful','KieCD':_0x363b09(0x260),'EbPnb':function(_0x4d5bc2,_0x12b7f0){return _0x4d5bc2!=_0x12b7f0;},'gRNWv':_0x363b09(0x28d),'KynCi':_0x363b09(0x1c7),'JefzK':'test','VnQyf':_0x363b09(0x1b6),'zeaKv':function(_0x2ecaab,_0xfb17dd){return _0x2ecaab(_0xfb17dd);},'UYTMG':function(_0x54843c,_0x5ae093,_0x2d79c3){return _0x54843c(_0x5ae093,_0x2d79c3);},'ebAYX':_0x363b09(0x1ba),'oaCeZ':_0x363b09(0x28c),'eMzBU':'excludeTagsInTestingScope','EPEzg':_0x363b09(0x244),'ixIwu':_0x363b09(0x1b8),'noUEE':_0x363b09(0x29f),'uCdSs':function(_0x4c18f8,_0x356b6d){return _0x4c18f8*_0x356b6d;},'zIRMH':function(_0x6cd3c9,_0x547224){return _0x6cd3c9(_0x547224);},'hjCJJ':function(_0x4f661d,_0x35e24b){return _0x4f661d!==_0x35e24b;},'vMXfs':function(_0xb2520b,_0x559952,_0x14baa3,_0x153698){return _0xb2520b(_0x559952,_0x14baa3,_0x153698);}};helper[_0x363b09(0x1a5)](_0x4871cb['framework'],_0x30622f),await _0x4871cb[_0x363b09(0x22d)](_0x30622f);helper[_0x363b09(0x1f5)]()?await helper[_0x363b09(0x213)](_0x4871cb[_0x363b09(0x20a)]):await _0x4871cb[_0x363b09(0x22e)]();const _0x2ffb43=[];let _0x3b2432=[];if(!_0x4871cb['config'])return;!helper[_0x363b09(0x1ab)](_0x4871cb[_0x363b09(0x20a)][_0x363b09(0x1d5)])&&(process[_0x363b09(0x22b)][_0x363b09(0x1e9)]=JSON['stringify'](_0x4871cb[_0x363b09(0x20a)]['accessibilityOptions']));const _0x12dd03=await TestHubHandler[_0x363b09(0x1e3)](FRAMEWORKS[_0x363b09(0x1dd)],_0x4871cb);_0x1fef71[_0x363b09(0x1a8)](_0x4871cb['config'][_0x363b09(0x28f)],null)&&(process['env'][_0x363b09(0x1d1)]=_0x4871cb[_0x363b09(0x20a)][_0x363b09(0x28f)]);!helper[_0x363b09(0x1ab)](_0x4871cb[_0x363b09(0x20a)][_0x363b09(0x1bc)])&&(process['env'][_0x363b09(0x274)]=_0x4871cb['config'][_0x363b09(0x1bc)]);const {extension:extension=['js',_0x1fef71[_0x363b09(0x2a0)],_0x1fef71[_0x363b09(0x1dc)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x1fef71[_0x363b09(0x269)]]}=_0x30622f,_0x3e21bc={..._0x30622f};_0x3e21bc['rootHooks']=null;const _0x3570b8=_0x3e21bc;let _0x16e949;if(testOpsHelper[_0x363b09(0x24a)]()&&testOpsHelper[_0x363b09(0x1cc)]()){let _0x3269a9=process[_0x363b09(0x22b)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x363b09(0x1ab)](_0x4871cb[_0x363b09(0x276)])&&_0x4871cb[_0x363b09(0x276)]['has'](_0x1fef71[_0x363b09(0x1db)])&&(_0x3269a9=_0x4871cb[_0x363b09(0x276)][_0x363b09(0x237)](_0x1fef71[_0x363b09(0x1db)])),_0x16e949=testOpsHelper[_0x363b09(0x1e1)](_0x3269a9);}if(helper[_0x363b09(0x1ab)](_0x16e949)){const _0xbfeed8={};_0xbfeed8[_0x363b09(0x24f)]=ignore,_0xbfeed8[_0x363b09(0x299)]=extension,_0xbfeed8[_0x363b09(0x1eb)]=file,_0xbfeed8[_0x363b09(0x1ac)]=recursive,_0xbfeed8[_0x363b09(0x29e)]=sort,_0xbfeed8[_0x363b09(0x22a)]=spec,_0x16e949=_0x1fef71[_0x363b09(0x1fe)](collectFiles,_0xbfeed8),_0x1fef71['UYTMG'](nestedKeyValue,_0x16e949,[_0x1fef71[_0x363b09(0x284)]])&&(_0x16e949=_0x16e949[_0x363b09(0x1ba)]);}const _0x26bef6=helper[_0x363b09(0x267)](_0x4871cb[_0x363b09(0x20a)]);!helper[_0x363b09(0x224)](_0x26bef6)&&helper[_0x363b09(0x243)](_0x26bef6['retryTestsOnFailure'])&&(_0x3570b8[_0x363b09(0x205)]=_0x26bef6[_0x363b09(0x1d0)]['maxRetries']);if(!helper[_0x363b09(0x1f5)]()){const _0x37ad73=0x1,_0x449b76={..._0x3570b8};_0x449b76[_0x363b09(0x22a)]=[..._0x16e949],_0x2ffb43[_0x363b09(0x283)]({'mochaOpts':_0x449b76,'configuration':{'platform':os['platform']()}});if(_0x4871cb[_0x363b09(0x20a)]['accessibility']){const _0x1af018={};_0x1af018['accessibility']=!![];const _0xd32496=_0x1af018;_0x1fef71[_0x363b09(0x1a8)](_0x4871cb[_0x363b09(0x20a)][_0x363b09(0x1d5)],null)&&(_0xd32496['accessibilityOptions']=_0x4871cb['config'][_0x363b09(0x1d5)],delete _0xd32496[_0x363b09(0x1d5)][_0x1fef71[_0x363b09(0x263)]],delete _0xd32496['accessibilityOptions'][_0x1fef71['eMzBU']],delete _0xd32496[_0x363b09(0x1d5)][_0x1fef71[_0x363b09(0x225)]]);const _0x549dce={};_0x549dce[_0x363b09(0x1c1)]=_0xd32496,_0x2ffb43[0x0][_0x363b09(0x25a)][_0x363b09(0x2a1)]=_0x549dce;}logger[_0x363b09(0x29d)](_0x1fef71[_0x363b09(0x231)]),logger['info'](_0x1fef71[_0x363b09(0x1cb)]),_0x1fef71['pLZvI'](parallelTestRun,_0x2ffb43,_0x37ad73,_0x4871cb)[_0x363b09(0x251)](_0x42ed15=>{const _0x1d46a8=_0x363b09;PerformanceTester[_0x1d46a8(0x26c)](PerformanceEvents[_0x1d46a8(0x249)]),_0x1fef71['pLZvI'](printStats,_0x42ed15,_0x30622f[_0x1d46a8(0x26a)],_0x30622f[_0x1d46a8(0x25d)]||_0x30622f[_0x1fef71[_0x1d46a8(0x265)]]);})[_0x363b09(0x1e8)](()=>{const _0x3a550d=_0x363b09;PerformanceTester['start'](PerformanceEvents[_0x3a550d(0x249)]);try{const {browserstackFolderPath:_0x362f6c,tcgConfigPath:_0x4a0c98}=helper[_0x3a550d(0x1f1)]();fs[_0x3a550d(0x272)](_0x4a0c98),fs[_0x3a550d(0x295)](_0x362f6c);}catch(_0x15993c){logger[_0x3a550d(0x29a)](_0x1fef71[_0x3a550d(0x28e)],_0x15993c);}try{utilities[_0x3a550d(0x1e4)](_0x1fef71['TSwfy'],{},_0x4871cb[_0x3a550d(0x20a)],_0x4871cb[_0x3a550d(0x1a1)]);}catch(_0x2ab049){logger[_0x3a550d(0x29a)](_0x3a550d(0x229)+_0x2ab049[_0x3a550d(0x271)]);}try{helper[_0x3a550d(0x1d8)]();}catch(_0x358778){logger[_0x3a550d(0x29a)]('Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20'+_0x358778);}testOpsHelper[_0x3a550d(0x21d)]();});}else{const _0x562608=helper[_0x363b09(0x1f2)](_0x4871cb[_0x363b09(0x20a)]);let _0x3df234=helper[_0x363b09(0x1f4)](_0x4871cb['config']);_0x3b2432=helper[_0x363b09(0x268)](_0x4871cb[_0x363b09(0x20a)],_0x562608,constants['FRAMEWORKS'][_0x363b09(0x1dd)]);helper[_0x363b09(0x20d)]()['central_scanner']&&(_0x3df234=centralScannerConstants[_0x363b09(0x21b)]);let _0x49b7b0;const _0x55d563=_0x4871cb['config'][_0x363b09(0x21a)]||helper[_0x363b09(0x1d3)](_0x30622f,_0xe73d07,_0x4871cb[_0x363b09(0x20a)],constants[_0x363b09(0x298)][_0x363b09(0x1dd)])||0x1;helper['validPlatformsPresent'](_0x4871cb[_0x363b09(0x20a)])?_0x49b7b0=_0x1fef71[_0x363b09(0x1de)](_0x4871cb[_0x363b09(0x20a)][_0x363b09(0x20e)][_0x363b09(0x216)],_0x55d563):_0x49b7b0=_0x55d563;const _0x4cc345=_0x1fef71[_0x363b09(0x252)](getPercyOptions,_0x4871cb[_0x363b09(0x20a)]);if(_0x1fef71[_0x363b09(0x1ee)](_0x4871cb[_0x363b09(0x20a)]['parallelsPerPlatform'],0x1))_0x16e949[_0x363b09(0x266)](_0x43534c=>{const _0x355284=_0x363b09,_0x14bdb9=[];_0x3b2432[_0x355284(0x266)]((_0x437c54,_0x1d4362)=>{const _0x37fc01=_0x355284,_0x3bed51={};_0x3bed51[_0x37fc01(0x22a)]=[_0x43534c],_0x14bdb9[_0x37fc01(0x283)]({'mochaOpts':Object['assign']({},_0x3570b8,_0x3bed51),'configuration':{'server':_0x3df234,'capability':_0x437c54,'proxySettings':_0x4871cb['config'][_0x37fc01(0x207)],'platform':helper[_0x37fc01(0x1a4)](_0x437c54),'browserStackLogLevel':_0x4871cb['config']['logLevel'],'platformIndex':_0x1d4362,'browserStackPercyOptions':_0x4cc345,'platformCaps':Object[_0x37fc01(0x292)]({'index':_0x1d4362},_0x4871cb[_0x37fc01(0x20a)][_0x37fc01(0x20e)][_0x1d4362])}});}),_0x2ffb43[_0x355284(0x283)](..._0x14bdb9);});else{const _0x4fc469=[];_0x3b2432[_0x363b09(0x266)]((_0x31f280,_0x34ff91)=>{const _0x5d5b81=_0x363b09;let _0x35bf96=Object['assign']({},_0x3570b8);testOpsHelper[_0x5d5b81(0x24a)]()&&testOpsHelper['shouldReRunObservabilityTests']()&&(_0x35bf96={..._0x35bf96,'spec':[..._0x16e949]}),_0x4fc469[_0x5d5b81(0x283)]({'mochaOpts':_0x35bf96,'configuration':{'server':_0x3df234,'capability':_0x31f280,'proxySettings':_0x4871cb[_0x5d5b81(0x20a)][_0x5d5b81(0x207)],'platform':helper[_0x5d5b81(0x1a4)](_0x31f280),'browserStackLogLevel':_0x4871cb[_0x5d5b81(0x20a)][_0x5d5b81(0x242)],'platformIndex':_0x34ff91,'browserStackPercyOptions':_0x4cc345,'platformCaps':Object[_0x5d5b81(0x292)]({'index':_0x34ff91},_0x4871cb[_0x5d5b81(0x20a)][_0x5d5b81(0x20e)][_0x34ff91])}});}),_0x2ffb43[_0x363b09(0x283)](..._0x4fc469);}logger[_0x363b09(0x29d)](_0x363b09(0x1a7)+_0x4871cb[_0x363b09(0x20a)][_0x363b09(0x20e)][_0x363b09(0x216)]+_0x363b09(0x220)),logger['info'](_0x1fef71[_0x363b09(0x1cb)]);let _0x5dd88f;_0x1fef71['vMXfs'](parallelTestRun,_0x2ffb43,_0x49b7b0,_0x4871cb)['then'](_0x350938=>{const _0x2c28d3=_0x363b09;PerformanceTester['start'](PerformanceEvents[_0x2c28d3(0x249)]),_0x5dd88f=_0x350938,_0x1fef71['pLZvI'](printStats,_0x350938,_0x30622f[_0x2c28d3(0x26a)],_0x30622f[_0x2c28d3(0x25d)]||_0x30622f[_0x1fef71[_0x2c28d3(0x265)]]);})['finally'](async()=>{const _0x2316a5=_0x363b09;PerformanceTester[_0x2316a5(0x26c)](PerformanceEvents[_0x2316a5(0x249)]),_0x4871cb[_0x2316a5(0x27f)]=helper['getErrorMessageFromResults'](_0x5dd88f,_0x1fef71['KieCD']),await utilities[_0x2316a5(0x297)](_0x4871cb),testOpsHelper[_0x2316a5(0x21d)]();});}}module['exports']=run;
@@ -1 +1 @@
1
- function a33_0x2072(){const _0x3f6b4a=['object','wdlYJ','getHubUrl','edgeOptions','ctZsN','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','browserstackAgentObservability','se:ieOptions','ieOptions_','1845405bNGcyb','NdQQW','JWNTe','debug','VLNJi','forEach','requireSeleniumWebdriver','4|5|3|2|1|0','890460OygBRa','dfGBL','firefoxOptions_','setLogLevel','newHubUrl','options_','ucCVb','22Llzoim','setServer','safariOptions_','../../../helpers/accessibility-automation/helper','sQmqh','updateHubUrl','edgeOptions_','../../../helpers/helper','chromeOptions_','LHAli','build','push','RQoJk','browserStackLogLevel','isUndefined','VTupM','proxy_','phpsd','UqGKY','goog:chromeOptions','path','DlSMF','send','error','keys','xrsfo','../accessibility-automation/helper','__driversArray','uIhde','mergeDeep','bYfhb','HttpClient','EUaKr','get','WeFfI','setGlobal','naBxw','FTvSG','../../../helpers/globals','./helpers/patchHelper','Setting\x20Browserstack\x20capabilities','47206WocRLi','Builder','winstonLogger','5102237Kkecpl','4fccUWo','AfYdG','KhCRG','isAccessibilityPlatform','920268DSjTJc','proxySettings','zzYvS','url_','vMtDH','../../../helpers/logger','__setBrowserOptions','/wd/hub','CAPABILITY_KEY','iBsFj','storeOptimalHubUrl','dtlPh','setCapabilities','agent_','__drivers','proxyUrl','2458415MplKFK','quitCount_','set','tUsSi','chromeOptions','ms:edgeOptions','7239520hgtqiG','VBzXk','global','ebrYU','https://','requireHttpClient','optimalHubUrl','pFgqe','overrideGet','getAccessibilityResultsSummary','capabilities_','Modifying\x20webdriver\x20builder','session_','/session','JROch','originalBuilder','bMRql','capability','exports','getAccessibilityResults','Hub\x20url\x20set\x20to\x20','split','caps_','then','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','xSRiF','../../../helpers/patchHelpers','getGlobal'];a33_0x2072=function(){return _0x3f6b4a;};return a33_0x2072();}const a33_0x1ec5d6=a33_0x9e38;function a33_0x9e38(_0x7d41f,_0x3238dc){const _0x2072ea=a33_0x2072();return a33_0x9e38=function(_0x9e38d4,_0x30fd90){_0x9e38d4=_0x9e38d4-0x1d2;let _0x1bc6cf=_0x2072ea[_0x9e38d4];return _0x1bc6cf;},a33_0x9e38(_0x7d41f,_0x3238dc);}(function(_0x3dc076,_0x48117d){const _0x503fb6=a33_0x9e38,_0x534f55=_0x3dc076();while(!![]){try{const _0x5f3229=parseInt(_0x503fb6(0x23b))/0x1*(parseInt(_0x503fb6(0x212))/0x2)+-parseInt(_0x503fb6(0x203))/0x3+-parseInt(_0x503fb6(0x23f))/0x4*(-parseInt(_0x503fb6(0x1d8))/0x5)+parseInt(_0x503fb6(0x243))/0x6+parseInt(_0x503fb6(0x23e))/0x7+-parseInt(_0x503fb6(0x1de))/0x8+parseInt(_0x503fb6(0x20b))/0x9;if(_0x5f3229===_0x48117d)break;else _0x534f55['push'](_0x534f55['shift']());}catch(_0xd0aa02){_0x534f55['push'](_0x534f55['shift']());}}}(a33_0x2072,0x73413));const logger=require(a33_0x1ec5d6(0x248))[a33_0x1ec5d6(0x23d)],helper=require(a33_0x1ec5d6(0x219)),constants=require('../../../bin/utils/constants'),hubAllocator=require('../../../hubAllocationMethods'),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a33_0x1ec5d6(0x1f8)),{setAccessibilityCapabilities,setExtension}=require(a33_0x1ec5d6(0x22c)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a33_0x1ec5d6(0x215)),globals=require(a33_0x1ec5d6(0x238)),{overrideExecute}=require(a33_0x1ec5d6(0x239)),modify=(_0x65bb8a,_0x582e52=null,_0x311074=![])=>{const _0x21ecf6=a33_0x1ec5d6,_0xfe6200={'naBxw':function(_0x2e3a92,_0x296cd8){return _0x2e3a92!==_0x296cd8;},'RQoJk':_0x21ecf6(0x1eb),'opjKJ':function(_0x45f760,_0x476bba){return _0x45f760!==_0x476bba;},'xSRiF':function(_0x32b54e,_0x15ee1c){return _0x32b54e+_0x15ee1c;},'VLNJi':function(_0x3f338c,_0x497d3d){return _0x3f338c+_0x497d3d;},'tUsSi':_0x21ecf6(0x1e2),'VBzXk':_0x21ecf6(0x24a),'phpsd':_0x21ecf6(0x225),'sQmqh':_0x21ecf6(0x1dc),'sbBeF':_0x21ecf6(0x1dd),'KhCRG':_0x21ecf6(0x1fd),'JiLnI':'moz:firefoxOptions','uIhde':'firefoxOptions','pMQuD':'safari.options','ebrYU':_0x21ecf6(0x201),'XZQtx':'ieOptions','VTupM':function(_0x46faa7,_0x27ca58){return _0x46faa7===_0x27ca58;},'AfYdG':_0x21ecf6(0x1fa),'iBsFj':_0x21ecf6(0x23a),'MycLN':_0x21ecf6(0x1e4),'ekCGw':_0x21ecf6(0x1f6),'GUefE':function(_0x2d0109,_0x7f1674,_0x3ba5ee){return _0x2d0109(_0x7f1674,_0x3ba5ee);},'jCpWH':function(_0xb36f54,_0x2f1a0e,_0x5c3fc9){return _0xb36f54(_0x2f1a0e,_0x5c3fc9);},'NdQQW':function(_0x792814,_0x5f08d9,_0x1f0c74){return _0x792814(_0x5f08d9,_0x1f0c74);},'avVaP':function(_0x3fa673,_0x493dee){return _0x3fa673(_0x493dee);},'zDBhs':function(_0x421b37,_0x142556,_0x5ad07e){return _0x421b37(_0x142556,_0x5ad07e);},'EUaKr':_0x21ecf6(0x20a),'JWNTe':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','bYfhb':_0x21ecf6(0x242),'BaucG':function(_0x140fbb,_0x4d25a2,_0x50a8f4){return _0x140fbb(_0x4d25a2,_0x50a8f4);},'dfGBL':function(_0x47e014){return _0x47e014();},'wdlYJ':function(_0x2095b1,_0x36caee){return _0x2095b1(_0x36caee);},'DlSMF':function(_0x1960f4,_0x44de7e){return _0x1960f4(_0x44de7e);},'LHAli':function(_0x32b2ec,_0x10fb3b){return _0x32b2ec(_0x10fb3b);},'JROch':function(_0x58c0a2,_0x3c1587,_0x1f43f6){return _0x58c0a2(_0x3c1587,_0x1f43f6);},'zzYvS':function(_0xe7b56b,_0x2787e3){return _0xe7b56b!==_0x2787e3;},'MxfcA':function(_0x4b6f9f,_0x3de727){return _0x4b6f9f!==_0x3de727;},'Imevs':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ctZsN':_0x21ecf6(0x1e9)},_0x471fd9=helper[_0x21ecf6(0x1e3)]();let _0x10773d;try{_0x10773d=helper[_0x21ecf6(0x209)](),_0x10773d[_0x21ecf6(0x1ed)]&&(_0x10773d['Builder']=_0x10773d[_0x21ecf6(0x1ed)]);}catch(_0x35e72d){return;}if(helper['isBrowserstackInfra']()){const _0x2ef5ad={};_0x2ef5ad['logLevel']=_0x65bb8a[_0x21ecf6(0x21f)],helper[_0x21ecf6(0x20e)](_0x2ef5ad,new Map(),new Map()),logger['info'](_0xfe6200['Imevs']),logger['debug'](_0xfe6200[_0x21ecf6(0x1fe)]);}class _0x5c7ee7 extends _0x471fd9[_0x21ecf6(0x231)]{[_0x21ecf6(0x228)](_0xaddc08){const _0x1d99c8=_0x21ecf6;if(_0xfe6200[_0x1d99c8(0x236)](_0xaddc08[_0x1d99c8(0x226)],_0xfe6200[_0x1d99c8(0x21e)])&&_0xfe6200['opjKJ'](global[_0x1d99c8(0x20f)],''))try{global[_0x1d99c8(0x20f)]=_0xfe6200[_0x1d99c8(0x1f7)](_0xfe6200[_0x1d99c8(0x207)](_0xfe6200[_0x1d99c8(0x1db)],global[_0x1d99c8(0x20f)]),_0xfe6200[_0x1d99c8(0x1df)]),this[_0x1d99c8(0x210)]=hubAllocator['getRequestOptions'](global[_0x1d99c8(0x20f)]),logger[_0x1d99c8(0x206)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x1d99c8(0x20f)]),global[_0x1d99c8(0x20f)]='';}catch(_0x49bdd8){logger[_0x1d99c8(0x229)](_0x49bdd8);}return super[_0x1d99c8(0x228)](_0xaddc08);}}class _0x22b12c extends _0x10773d[_0x21ecf6(0x23c)]{['setServer'](){const _0x61f0a5=_0x21ecf6;return this[_0x61f0a5(0x246)]=helper[_0x61f0a5(0x1fc)](_0x65bb8a),logger['debug'](_0x61f0a5(0x1f2)+this[_0x61f0a5(0x246)]),this;}[_0x21ecf6(0x249)](_0x2296ce){const _0x478590=_0x21ecf6;let _0x34ca67={};for(const _0x22b95a in _0x2296ce){switch(_0x22b95a){case _0xfe6200[_0x478590(0x223)]:case _0xfe6200[_0x478590(0x216)]:this[_0x478590(0x21a)]&&(_0x34ca67=this['chromeOptions_']['get'](this['chromeOptions_'][_0x478590(0x24b)])||{},this[_0x478590(0x21a)][_0x478590(0x1da)](this[_0x478590(0x21a)]['CAPABILITY_KEY'],helper[_0x478590(0x22f)](_0x34ca67,_0x2296ce[_0x22b95a])));break;case _0xfe6200['sbBeF']:case _0xfe6200[_0x478590(0x241)]:this[_0x478590(0x218)]&&(_0x34ca67=this[_0x478590(0x218)][_0x478590(0x233)](this[_0x478590(0x218)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x478590(0x1da)](this[_0x478590(0x218)][_0x478590(0x24b)],helper[_0x478590(0x22f)](_0x34ca67,_0x2296ce[_0x22b95a])));break;case _0xfe6200['JiLnI']:case _0xfe6200[_0x478590(0x22e)]:this[_0x478590(0x20d)]&&(_0x34ca67=this['firefoxOptions_'][_0x478590(0x233)](this['firefoxOptions_'][_0x478590(0x24b)])||{},this[_0x478590(0x20d)][_0x478590(0x1da)](this['firefoxOptions_'][_0x478590(0x24b)],helper['mergeDeep'](_0x34ca67,_0x2296ce[_0x22b95a])));break;case _0xfe6200['pMQuD']:this['safariOptions_']&&(_0x34ca67=this['safariOptions_'][_0x478590(0x233)](this[_0x478590(0x214)][_0x478590(0x24b)])||{},this[_0x478590(0x214)][_0x478590(0x1da)](this[_0x478590(0x214)][_0x478590(0x24b)],helper[_0x478590(0x22f)](_0x34ca67,_0x2296ce[_0x22b95a])));break;case _0xfe6200[_0x478590(0x1e1)]:case _0xfe6200['XZQtx']:this[_0x478590(0x202)]&&(_0x34ca67=this[_0x478590(0x202)][_0x478590(0x233)](this[_0x478590(0x202)][_0x478590(0x24b)])||{},this[_0x478590(0x202)][_0x478590(0x1da)](this[_0x478590(0x202)][_0x478590(0x24b)],helper[_0x478590(0x22f)](_0x34ca67,_0x2296ce[_0x22b95a])));break;}}}[_0x21ecf6(0x1d4)](){const _0x2fa7df=_0x21ecf6,_0x51c718={'xrsfo':function(_0x28e5b9,_0x3cb230){const _0x380269=a33_0x9e38;return _0xfe6200[_0x380269(0x221)](_0x28e5b9,_0x3cb230);},'FTvSG':_0xfe6200[_0x2fa7df(0x240)]};return logger[_0x2fa7df(0x206)](_0xfe6200[_0x2fa7df(0x24c)]),this[_0x2fa7df(0x249)](_0x65bb8a[_0x2fa7df(0x1ef)]),Object[_0x2fa7df(0x22a)](_0x65bb8a[_0x2fa7df(0x1ef)])[_0x2fa7df(0x208)](_0x27b4a3=>{const _0xf7f60d=_0x2fa7df,_0x1120a7=this['capabilities_'][_0xf7f60d(0x233)](_0x27b4a3);_0x51c718[_0xf7f60d(0x22b)](typeof _0x1120a7,_0x51c718[_0xf7f60d(0x237)])?this[_0xf7f60d(0x1e8)][_0xf7f60d(0x1da)](_0x27b4a3,helper['mergeDeep'](_0x1120a7,_0x65bb8a[_0xf7f60d(0x1ef)][_0x27b4a3])):this['capabilities_']['set'](_0x27b4a3,_0x65bb8a[_0xf7f60d(0x1ef)][_0x27b4a3]);}),this;}[_0x21ecf6(0x21c)](){const _0x14ee28=_0x21ecf6,_0x17b78b={'WeFfI':_0xfe6200['MycLN'],'bMRql':_0xfe6200['ekCGw'],'vMtDH':function(_0x57f0e1,_0x4bf48c,_0x5dfadc){return _0xfe6200['GUefE'](_0x57f0e1,_0x4bf48c,_0x5dfadc);},'ucCVb':function(_0x4e0267,_0x30933d,_0x5ae10c){return _0xfe6200['jCpWH'](_0x4e0267,_0x30933d,_0x5ae10c);},'yMetz':function(_0x1373ca,_0x5e0068,_0x41f8ca){const _0x14fe38=a33_0x9e38;return _0xfe6200[_0x14fe38(0x204)](_0x1373ca,_0x5e0068,_0x41f8ca);},'pFgqe':function(_0x3bcf74,_0x5451f7){return _0xfe6200['avVaP'](_0x3bcf74,_0x5451f7);},'UqGKY':function(_0x48969d,_0x1fbc3a,_0x4d02a9){return _0xfe6200['zDBhs'](_0x48969d,_0x1fbc3a,_0x4d02a9);}};if(helper['isBrowserstackInfra']()){const _0x397e9f=_0xfe6200[_0x14ee28(0x232)][_0x14ee28(0x1f3)]('|');let _0x5b1ba1=0x0;while(!![]){switch(_0x397e9f[_0x5b1ba1++]){case'0':logger['debug'](_0xfe6200[_0x14ee28(0x205)]);continue;case'1':globals[_0x14ee28(0x1f9)](_0xfe6200[_0x14ee28(0x230)])&&(!_0xfe6200['BaucG'](setExtension,this,_0x65bb8a)&&globals[_0x14ee28(0x235)](_0xfe6200[_0x14ee28(0x230)],![]));continue;case'2':if(helper['isPacProxy'](_0x65bb8a[_0x14ee28(0x244)][_0x14ee28(0x1d7)]))this[_0x14ee28(0x1d5)]=helper['getHttpAgent'](_0x65bb8a[_0x14ee28(0x244)]['proxyUrl']);else _0x65bb8a[_0x14ee28(0x244)]['proxyUrl']&&(this[_0x14ee28(0x222)]=_0x65bb8a['proxySettings'][_0x14ee28(0x1d7)],logger[_0x14ee28(0x206)]('Proxy\x20set\x20to\x20'+this[_0x14ee28(0x222)]));continue;case'3':this[_0x14ee28(0x1d4)]();continue;case'4':_0xfe6200[_0x14ee28(0x20c)](isAccessibilityAutomationSession)&&_0xfe6200[_0x14ee28(0x1fb)](setAccessibilityCapabilities,_0x65bb8a);continue;case'5':this[_0x14ee28(0x213)]();continue;}break;}}const _0x3df9ce=super[_0x14ee28(0x21c)]();return _0x3df9ce[_0x14ee28(0x1ea)][_0x14ee28(0x1f5)](_0x265e5b=>{const _0x4b01e7=_0x14ee28;try{const _0x469580=_0x265e5b[_0x4b01e7(0x1f4)][_0x4b01e7(0x233)](_0x17b78b[_0x4b01e7(0x234)]);_0x469580?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x469580),hubAllocator[_0x4b01e7(0x217)](_0x469580),helper[_0x4b01e7(0x1d2)](_0x469580)):logger['debug'](_0x17b78b[_0x4b01e7(0x1ee)]);}catch(_0x493732){logger[_0x4b01e7(0x206)](_0x4b01e7(0x1ff)+_0x493732);}}),_0x3df9ce[_0x14ee28(0x1d9)]=0x0,_0x3df9ce['then']&&_0x3df9ce[_0x14ee28(0x1f5)](_0x5620d9=>{const _0x327711=_0x14ee28,_0x18001e={'dtlPh':function(_0x5c27b4,_0xd14c39,_0x20e7c4){const _0x1a411d=a33_0x9e38;return _0x17b78b[_0x1a411d(0x211)](_0x5c27b4,_0xd14c39,_0x20e7c4);}};_0x17b78b['yMetz'](overrideQuit,_0x5620d9,_0x3df9ce),_0x17b78b[_0x327711(0x1e5)](overrideTakeScreenshot,_0x5620d9),helper[_0x327711(0x1e6)](_0x5620d9,_0x65bb8a),_0x17b78b[_0x327711(0x224)](overrideExecute,_0x5620d9,_0x65bb8a),_0x5620d9[_0x327711(0x1e7)]=async()=>{const _0x272998=_0x327711;return await _0x17b78b[_0x272998(0x247)](getAccessibilityResultsSummary,_0x5620d9,global);},_0x5620d9[_0x327711(0x1f1)]=async()=>{const _0x1205ac=_0x327711;return await _0x18001e[_0x1205ac(0x1d3)](getAccessibilityResults,_0x5620d9,global);};}),_0x3df9ce[_0x14ee28(0x1e7)]=async()=>{const _0x36d5b2=_0x14ee28;return await _0x17b78b[_0x36d5b2(0x211)](getAccessibilityResultsSummary,_0x3df9ce,global);},_0x3df9ce[_0x14ee28(0x1f1)]=async()=>{const _0x2d502c=_0x14ee28;return await _0x17b78b[_0x2d502c(0x247)](getAccessibilityResults,_0x3df9ce,global);},_0xfe6200[_0x14ee28(0x227)](overrideTakeScreenshot,_0x3df9ce),_0xfe6200[_0x14ee28(0x21b)](overrideQuit,_0x3df9ce),helper[_0x14ee28(0x1e6)](_0x3df9ce,_0x65bb8a),_0xfe6200[_0x14ee28(0x1ec)](overrideExecute,_0x3df9ce,_0x65bb8a),helper['isUndefined'](global[_0x14ee28(0x22d)])&&(global['__driversArray']=[]),helper['isUndefined'](global[_0x14ee28(0x1d6)])&&(global[_0x14ee28(0x1d6)]=[]),global[_0x14ee28(0x22d)][_0x14ee28(0x21d)](_0x3df9ce),global['__driver']=_0x3df9ce,_0xfe6200[_0x14ee28(0x245)](global['__drivers'],undefined)&&global[_0x14ee28(0x1d6)][_0x14ee28(0x21d)](_0x3df9ce),_0x582e52&&helper[_0x14ee28(0x220)](_0x582e52[_0x14ee28(0x1e0)][_0x14ee28(0x22d)])&&(_0x582e52[_0x14ee28(0x1e0)][_0x14ee28(0x22d)]=[]),_0x582e52&&_0xfe6200['MxfcA'](_0x582e52['global'][_0x14ee28(0x1d6)],undefined)&&(_0x582e52[_0x14ee28(0x1e0)]['__drivers'][_0x14ee28(0x21d)](_0x3df9ce),_0x582e52['global']['__driversArray'][_0x14ee28(0x21d)](_0x3df9ce)),_0x3df9ce;}}return _0x10773d[_0x21ecf6(0x1ed)]=_0x10773d['Builder'],_0x10773d[_0x21ecf6(0x23c)]=_0x22b12c,_0x471fd9[_0x21ecf6(0x231)]=_0x5c7ee7,_0x10773d;};module[a33_0x1ec5d6(0x1f0)][a33_0x1ec5d6(0x200)]=modify;
1
+ const a33_0xfc1f6e=a33_0x4750;function a33_0x4750(_0x22eadd,_0x21abd0){const _0x25279c=a33_0x2527();return a33_0x4750=function(_0x475027,_0x56d1ba){_0x475027=_0x475027-0x13e;let _0xf52f0c=_0x25279c[_0x475027];return _0xf52f0c;},a33_0x4750(_0x22eadd,_0x21abd0);}(function(_0x55e9b7,_0xe37fa4){const _0x515067=a33_0x4750,_0x55c983=_0x55e9b7();while(!![]){try{const _0x5e76f7=-parseInt(_0x515067(0x146))/0x1*(-parseInt(_0x515067(0x19f))/0x2)+parseInt(_0x515067(0x1a0))/0x3+parseInt(_0x515067(0x18d))/0x4+-parseInt(_0x515067(0x14f))/0x5*(-parseInt(_0x515067(0x153))/0x6)+-parseInt(_0x515067(0x17e))/0x7*(-parseInt(_0x515067(0x152))/0x8)+parseInt(_0x515067(0x142))/0x9+parseInt(_0x515067(0x166))/0xa*(-parseInt(_0x515067(0x193))/0xb);if(_0x5e76f7===_0xe37fa4)break;else _0x55c983['push'](_0x55c983['shift']());}catch(_0x5b378a){_0x55c983['push'](_0x55c983['shift']());}}}(a33_0x2527,0xc2d03));const logger=require(a33_0xfc1f6e(0x18f))['winstonLogger'],helper=require(a33_0xfc1f6e(0x19b)),constants=require(a33_0xfc1f6e(0x1b3)),hubAllocator=require('../../../hubAllocationMethods'),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a33_0xfc1f6e(0x16c)),{setAccessibilityCapabilities,setExtension}=require(a33_0xfc1f6e(0x1b1)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require('../../../helpers/accessibility-automation/helper'),globals=require(a33_0xfc1f6e(0x18b)),{overrideExecute}=require(a33_0xfc1f6e(0x168)),modify=(_0x3dc7e4,_0x26b508=null,_0x3bfcfc=![])=>{const _0x276291=a33_0xfc1f6e,_0x4c4089={'RcYgs':function(_0x4245b2,_0x272a33){return _0x4245b2!==_0x272a33;},'tgYrj':'/session','RaVjs':function(_0x44554f,_0x31eb2d){return _0x44554f+_0x31eb2d;},'ATune':_0x276291(0x1a7),'rexeG':_0x276291(0x160),'htJph':_0x276291(0x184),'XraDA':'chromeOptions','zrWPK':_0x276291(0x17d),'yVVke':_0x276291(0x176),'SRZUE':_0x276291(0x150),'kHDRK':'firefoxOptions','PPrjD':'safari.options','XoWPn':_0x276291(0x144),'aUFtJ':'ieOptions','uDwPo':function(_0xf4b027,_0x140372){return _0xf4b027===_0x140372;},'QHttS':_0x276291(0x18e),'aqVdi':_0x276291(0x148),'xITLg':_0x276291(0x196),'TBlfB':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','rWTvt':function(_0x102b07,_0x19aade,_0x54de17){return _0x102b07(_0x19aade,_0x54de17);},'ZFuAD':function(_0x45e742,_0x4e0480){return _0x45e742(_0x4e0480);},'yJsax':function(_0x3b50a1,_0x235a72,_0x51408d){return _0x3b50a1(_0x235a72,_0x51408d);},'BJVey':_0x276291(0x1aa),'CAeqC':function(_0x3feba4){return _0x3feba4();},'dsSJf':function(_0x4619a1,_0x1fd97b){return _0x4619a1(_0x1fd97b);},'bzlmw':'isAccessibilityPlatform','dEqQw':_0x276291(0x149),'rNyEF':function(_0x4fc32d,_0x2477bd){return _0x4fc32d(_0x2477bd);},'rPEfh':function(_0x19d212,_0x28a9e5){return _0x19d212!==_0x28a9e5;},'FLvwa':function(_0x7806e2,_0x20ac31){return _0x7806e2!==_0x20ac31;},'SsimC':_0x276291(0x14b),'tzUmM':_0x276291(0x1ad)},_0x2bc2ae=helper[_0x276291(0x163)]();let _0x43384b;try{_0x43384b=helper[_0x276291(0x16d)](),_0x43384b[_0x276291(0x175)]&&(_0x43384b[_0x276291(0x1a3)]=_0x43384b['originalBuilder']);}catch(_0x5e5c82){return;}if(helper[_0x276291(0x18c)]()){const _0x19322f={};_0x19322f[_0x276291(0x16b)]=_0x3dc7e4[_0x276291(0x15c)],helper[_0x276291(0x1b2)](_0x19322f,new Map(),new Map()),logger['info'](_0x4c4089[_0x276291(0x159)]),logger[_0x276291(0x195)](_0x4c4089['tzUmM']);}class _0x1d1b8d extends _0x2bc2ae[_0x276291(0x170)]{[_0x276291(0x140)](_0x3bcd2e){const _0x3df3dc=_0x276291;if(_0x4c4089['RcYgs'](_0x3bcd2e[_0x3df3dc(0x182)],_0x4c4089[_0x3df3dc(0x179)])&&_0x4c4089[_0x3df3dc(0x156)](global[_0x3df3dc(0x143)],''))try{global[_0x3df3dc(0x143)]=_0x4c4089[_0x3df3dc(0x177)](_0x4c4089['RaVjs'](_0x4c4089[_0x3df3dc(0x15b)],global[_0x3df3dc(0x143)]),_0x4c4089[_0x3df3dc(0x1a1)]),this[_0x3df3dc(0x14d)]=hubAllocator['getRequestOptions'](global[_0x3df3dc(0x143)]),logger[_0x3df3dc(0x195)](_0x3df3dc(0x1a6)+global[_0x3df3dc(0x143)]),global[_0x3df3dc(0x143)]='';}catch(_0x265c3f){logger[_0x3df3dc(0x189)](_0x265c3f);}return super[_0x3df3dc(0x140)](_0x3bcd2e);}}class _0x4442e6 extends _0x43384b[_0x276291(0x1a3)]{['setServer'](){const _0x5473ad=_0x276291;return this[_0x5473ad(0x14a)]=helper['getHubUrl'](_0x3dc7e4),logger['debug']('Hub\x20url\x20set\x20to\x20'+this[_0x5473ad(0x14a)]),this;}[_0x276291(0x1b5)](_0x189661){const _0x1af7c5=_0x276291;let _0x5342b4={};for(const _0x20716f in _0x189661){switch(_0x20716f){case _0x4c4089['htJph']:case _0x4c4089[_0x1af7c5(0x186)]:this['chromeOptions_']&&(_0x5342b4=this[_0x1af7c5(0x181)][_0x1af7c5(0x16a)](this['chromeOptions_'][_0x1af7c5(0x183)])||{},this[_0x1af7c5(0x181)][_0x1af7c5(0x197)](this[_0x1af7c5(0x181)][_0x1af7c5(0x183)],helper['mergeDeep'](_0x5342b4,_0x189661[_0x20716f])));break;case _0x4c4089[_0x1af7c5(0x1a9)]:case _0x4c4089[_0x1af7c5(0x17a)]:this[_0x1af7c5(0x164)]&&(_0x5342b4=this[_0x1af7c5(0x164)][_0x1af7c5(0x16a)](this[_0x1af7c5(0x164)][_0x1af7c5(0x183)])||{},this['edgeOptions_'][_0x1af7c5(0x197)](this[_0x1af7c5(0x164)][_0x1af7c5(0x183)],helper['mergeDeep'](_0x5342b4,_0x189661[_0x20716f])));break;case _0x4c4089[_0x1af7c5(0x172)]:case _0x4c4089['kHDRK']:this[_0x1af7c5(0x1b4)]&&(_0x5342b4=this[_0x1af7c5(0x1b4)][_0x1af7c5(0x16a)](this['firefoxOptions_'][_0x1af7c5(0x183)])||{},this['firefoxOptions_'][_0x1af7c5(0x197)](this[_0x1af7c5(0x1b4)]['CAPABILITY_KEY'],helper[_0x1af7c5(0x19d)](_0x5342b4,_0x189661[_0x20716f])));break;case _0x4c4089[_0x1af7c5(0x161)]:this[_0x1af7c5(0x187)]&&(_0x5342b4=this['safariOptions_'][_0x1af7c5(0x16a)](this[_0x1af7c5(0x187)][_0x1af7c5(0x183)])||{},this[_0x1af7c5(0x187)]['set'](this['safariOptions_'][_0x1af7c5(0x183)],helper[_0x1af7c5(0x19d)](_0x5342b4,_0x189661[_0x20716f])));break;case _0x4c4089[_0x1af7c5(0x199)]:case _0x4c4089['aUFtJ']:this['ieOptions_']&&(_0x5342b4=this['ieOptions_'][_0x1af7c5(0x16a)](this[_0x1af7c5(0x19a)]['CAPABILITY_KEY'])||{},this[_0x1af7c5(0x19a)][_0x1af7c5(0x197)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x1af7c5(0x19d)](_0x5342b4,_0x189661[_0x20716f])));break;}}}[_0x276291(0x154)](){const _0x255509=_0x276291;return logger[_0x255509(0x195)](_0x4c4089[_0x255509(0x17c)]),this[_0x255509(0x1b5)](_0x3dc7e4[_0x255509(0x17b)]),Object[_0x255509(0x178)](_0x3dc7e4[_0x255509(0x17b)])[_0x255509(0x19e)](_0xd9203d=>{const _0x1d5d07=_0x255509,_0x263b53=this['capabilities_'][_0x1d5d07(0x16a)](_0xd9203d);_0x4c4089[_0x1d5d07(0x194)](typeof _0x263b53,_0x4c4089[_0x1d5d07(0x155)])?this[_0x1d5d07(0x147)][_0x1d5d07(0x197)](_0xd9203d,helper['mergeDeep'](_0x263b53,_0x3dc7e4[_0x1d5d07(0x17b)][_0xd9203d])):this[_0x1d5d07(0x147)]['set'](_0xd9203d,_0x3dc7e4[_0x1d5d07(0x17b)][_0xd9203d]);}),this;}['build'](){const _0x337216=_0x276291,_0x3ec70c={'IHDno':function(_0x38c447,_0x34a411,_0x532a16){return _0x4c4089['yJsax'](_0x38c447,_0x34a411,_0x532a16);}};if(helper['isBrowserstackInfra']()){const _0x1b7630=_0x4c4089[_0x337216(0x165)][_0x337216(0x15e)]('|');let _0x14200a=0x0;while(!![]){switch(_0x1b7630[_0x14200a++]){case'0':_0x4c4089[_0x337216(0x1a4)](isAccessibilityAutomationSession)&&_0x4c4089[_0x337216(0x14c)](setAccessibilityCapabilities,_0x3dc7e4);continue;case'1':this['setCapabilities']();continue;case'2':if(helper[_0x337216(0x13f)](_0x3dc7e4[_0x337216(0x17f)][_0x337216(0x18a)]))this[_0x337216(0x1ac)]=helper['getHttpAgent'](_0x3dc7e4[_0x337216(0x17f)][_0x337216(0x18a)]);else _0x3dc7e4[_0x337216(0x17f)]['proxyUrl']&&(this[_0x337216(0x167)]=_0x3dc7e4[_0x337216(0x17f)]['proxyUrl'],logger[_0x337216(0x195)](_0x337216(0x15a)+this[_0x337216(0x167)]));continue;case'3':globals[_0x337216(0x174)](_0x4c4089[_0x337216(0x171)])&&(!_0x4c4089[_0x337216(0x1a5)](setExtension,this,_0x3dc7e4)&&globals[_0x337216(0x191)](_0x4c4089[_0x337216(0x171)],![]));continue;case'4':logger['debug'](_0x4c4089[_0x337216(0x141)]);continue;case'5':this[_0x337216(0x14e)]();continue;}break;}}const _0x2c1e25=super[_0x337216(0x1a2)]();return _0x2c1e25[_0x337216(0x192)]['then'](_0x3202e7=>{const _0x3f9272=_0x337216;try{const _0x4f0e28=_0x3202e7[_0x3f9272(0x180)][_0x3f9272(0x16a)](_0x4c4089['xITLg']);_0x4f0e28?(logger[_0x3f9272(0x195)](_0x3f9272(0x15d)+_0x4f0e28),hubAllocator[_0x3f9272(0x16e)](_0x4f0e28),helper['storeOptimalHubUrl'](_0x4f0e28)):logger[_0x3f9272(0x195)](_0x4c4089[_0x3f9272(0x198)]);}catch(_0x280fd9){logger[_0x3f9272(0x195)](_0x3f9272(0x1ae)+_0x280fd9);}}),_0x2c1e25[_0x337216(0x151)]=0x0,_0x2c1e25[_0x337216(0x1af)]&&_0x2c1e25[_0x337216(0x1af)](_0x2518ad=>{const _0x151cff=_0x337216,_0x51f7c2={'swriQ':function(_0x3a46cb,_0x2aae91,_0x2c4421){const _0x3100c6=a33_0x4750;return _0x4c4089[_0x3100c6(0x1a5)](_0x3a46cb,_0x2aae91,_0x2c4421);}};_0x4c4089[_0x151cff(0x1a5)](overrideQuit,_0x2518ad,_0x2c1e25),_0x4c4089[_0x151cff(0x1b6)](overrideTakeScreenshot,_0x2518ad),helper[_0x151cff(0x16f)](_0x2518ad,_0x3dc7e4),_0x4c4089['rWTvt'](overrideExecute,_0x2518ad,_0x3dc7e4),_0x2518ad['getAccessibilityResultsSummary']=async()=>{const _0x10028d=_0x151cff;return await _0x3ec70c[_0x10028d(0x173)](getAccessibilityResultsSummary,_0x2518ad,global);},_0x2518ad[_0x151cff(0x19c)]=async()=>{const _0xc0cddd=_0x151cff;return await _0x51f7c2[_0xc0cddd(0x158)](getAccessibilityResults,_0x2518ad,global);};}),_0x2c1e25[_0x337216(0x1ab)]=async()=>{const _0xaa24d=_0x337216;return await _0x3ec70c[_0xaa24d(0x173)](getAccessibilityResultsSummary,_0x2c1e25,global);},_0x2c1e25[_0x337216(0x19c)]=async()=>{return await _0x3ec70c['IHDno'](getAccessibilityResults,_0x2c1e25,global);},_0x4c4089[_0x337216(0x14c)](overrideTakeScreenshot,_0x2c1e25),_0x4c4089[_0x337216(0x15f)](overrideQuit,_0x2c1e25),helper['overrideGet'](_0x2c1e25,_0x3dc7e4),_0x4c4089[_0x337216(0x13e)](overrideExecute,_0x2c1e25,_0x3dc7e4),helper[_0x337216(0x162)](global['__driversArray'])&&(global[_0x337216(0x190)]=[]),helper[_0x337216(0x162)](global['__drivers'])&&(global[_0x337216(0x1a8)]=[]),global[_0x337216(0x190)][_0x337216(0x188)](_0x2c1e25),global['__driver']=_0x2c1e25,_0x4c4089[_0x337216(0x185)](global[_0x337216(0x1a8)],undefined)&&global[_0x337216(0x1a8)][_0x337216(0x188)](_0x2c1e25),_0x26b508&&helper[_0x337216(0x162)](_0x26b508['global']['__driversArray'])&&(_0x26b508[_0x337216(0x145)]['__driversArray']=[]),_0x26b508&&_0x4c4089[_0x337216(0x157)](_0x26b508[_0x337216(0x145)][_0x337216(0x1a8)],undefined)&&(_0x26b508[_0x337216(0x145)][_0x337216(0x1a8)][_0x337216(0x188)](_0x2c1e25),_0x26b508[_0x337216(0x145)][_0x337216(0x190)][_0x337216(0x188)](_0x2c1e25)),_0x2c1e25;}}return _0x43384b[_0x276291(0x175)]=_0x43384b['Builder'],_0x43384b[_0x276291(0x1a3)]=_0x4442e6,_0x2bc2ae[_0x276291(0x170)]=_0x1d1b8d,_0x43384b;};module[a33_0xfc1f6e(0x1b0)][a33_0xfc1f6e(0x169)]=modify;function a33_0x2527(){const _0x32bb02=['send','dEqQw','7634457tpAuRs','newHubUrl','se:ieOptions','global','3RqwrSw','capabilities_','Setting\x20Browserstack\x20capabilities','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','url_','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','dsSJf','options_','setServer','1387355ESSCho','moz:firefoxOptions','quitCount_','16rgeFkG','12ExIlAy','setCapabilities','QHttS','RcYgs','FLvwa','swriQ','SsimC','Proxy\x20set\x20to\x20','ATune','browserStackLogLevel','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','split','rNyEF','/wd/hub','PPrjD','isUndefined','requireHttpClient','edgeOptions_','BJVey','27815200pJzEkY','proxy_','./helpers/patchHelper','browserstackAgentObservability','get','logLevel','../../../helpers/patchHelpers','requireSeleniumWebdriver','updateHubUrl','overrideGet','HttpClient','bzlmw','SRZUE','IHDno','getGlobal','originalBuilder','edgeOptions','RaVjs','keys','tgYrj','yVVke','capability','aqVdi','ms:edgeOptions','4909198sysYWQ','proxySettings','caps_','chromeOptions_','path','CAPABILITY_KEY','goog:chromeOptions','rPEfh','XraDA','safariOptions_','push','error','proxyUrl','../../../helpers/globals','isBrowserstackInfra','2960848EcMUfG','object','../../../helpers/logger','__driversArray','setGlobal','session_','22VADtpA','uDwPo','debug','optimalHubUrl','set','TBlfB','XoWPn','ieOptions_','../../../helpers/helper','getAccessibilityResults','mergeDeep','forEach','948620tKkoip','4176030uFjOnj','rexeG','build','Builder','CAeqC','rWTvt','New\x20hub\x20url\x20set\x20to\x20','https://','__drivers','zrWPK','0|5|1|2|3|4','getAccessibilityResultsSummary','agent_','Modifying\x20webdriver\x20builder','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','then','exports','../accessibility-automation/helper','setLogLevel','../../../bin/utils/constants','firefoxOptions_','__setBrowserOptions','ZFuAD','yJsax','isPacProxy'];a33_0x2527=function(){return _0x32bb02;};return a33_0x2527();}
@@ -1 +1 @@
1
- const a34_0x2061a5=a34_0x10df;function a34_0x235e(){const _0x186f6b=['1963300KIQDoW','../../../helpers/test-observability/utils','mochaHooks','../../../helpers/request-spy','10503kmUbjh','30vMhAFu','5834UmXMER','2489837KuMnjA','restore','326785ftOFgZ','../../../bin/utils/constants','3270bXJYTP','301485rprJHt','729904bcKmaj','34rcwJjd'];a34_0x235e=function(){return _0x186f6b;};return a34_0x235e();}(function(_0x3989e8,_0x23fbf1){const _0xdef153=a34_0x10df,_0x511bff=_0x3989e8();while(!![]){try{const _0x4c940e=parseInt(_0xdef153(0x1fb))/0x1*(parseInt(_0xdef153(0x1f3))/0x2)+parseInt(_0xdef153(0x1f9))/0x3+parseInt(_0xdef153(0x1fc))/0x4+parseInt(_0xdef153(0x1f6))/0x5*(-parseInt(_0xdef153(0x201))/0x6)+-parseInt(_0xdef153(0x1f4))/0x7+-parseInt(_0xdef153(0x1fa))/0x8+-parseInt(_0xdef153(0x200))/0x9*(-parseInt(_0xdef153(0x1f8))/0xa);if(_0x4c940e===_0x23fbf1)break;else _0x511bff['push'](_0x511bff['shift']());}catch(_0x2f73f1){_0x511bff['push'](_0x511bff['shift']());}}}(a34_0x235e,0x48d99));const requestSpy=require(a34_0x2061a5(0x1ff)),constants=require(a34_0x2061a5(0x1f7)),{addRequestSpy}=require(a34_0x2061a5(0x1fd));function a34_0x10df(_0x3c4b4a,_0xa6689d){const _0x235e27=a34_0x235e();return a34_0x10df=function(_0x10dfb7,_0x54c9f6){_0x10dfb7=_0x10dfb7-0x1f3;let _0x424734=_0x235e27[_0x10dfb7];return _0x424734;},a34_0x10df(_0x3c4b4a,_0xa6689d);}exports[a34_0x2061a5(0x1fe)]={'beforeAll'(){const _0x2a4391={'lAtzu':function(_0x1f1733){return _0x1f1733();}},_0x1666c3='browserstack internal helper hook';_0x2a4391['lAtzu'](addRequestSpy);},'afterAll'(){const _0x2c1de9=a34_0x2061a5,_0x1138f1='browserstack internal helper hook';this['timeout'](0xea60),requestSpy[_0x2c1de9(0x1f5)]();}};
1
+ function a34_0x549c(){const _0x557e1f=['901624rzlEyY','gMroA','3380895OqEQCt','983048zpFuNV','3226740lfePNf','63KiyokN','../../../helpers/test-observability/utils','timeout','2499681rdjOJD','2fhVBgD','103782pRNZTi','274583jLXwCp'];a34_0x549c=function(){return _0x557e1f;};return a34_0x549c();}function a34_0x3173(_0x2e2c2e,_0x1f8c20){const _0x549c5a=a34_0x549c();return a34_0x3173=function(_0x31735d,_0x3f9c4e){_0x31735d=_0x31735d-0xba;let _0xe5521a=_0x549c5a[_0x31735d];return _0xe5521a;},a34_0x3173(_0x2e2c2e,_0x1f8c20);}const a34_0x582877=a34_0x3173;(function(_0x418601,_0x137ecc){const _0x3f539e=a34_0x3173,_0x4d7651=_0x418601();while(!![]){try{const _0xbc11e8=parseInt(_0x3f539e(0xbe))/0x1*(parseInt(_0x3f539e(0xbc))/0x2)+-parseInt(_0x3f539e(0xbb))/0x3+parseInt(_0x3f539e(0xc2))/0x4+parseInt(_0x3f539e(0xc3))/0x5+-parseInt(_0x3f539e(0xbd))/0x6+-parseInt(_0x3f539e(0xc1))/0x7+-parseInt(_0x3f539e(0xbf))/0x8*(-parseInt(_0x3f539e(0xc4))/0x9);if(_0xbc11e8===_0x137ecc)break;else _0x4d7651['push'](_0x4d7651['shift']());}catch(_0x5a0123){_0x4d7651['push'](_0x4d7651['shift']());}}}(a34_0x549c,0x97a31));const requestSpy=require('../../../helpers/request-spy'),constants=require('../../../bin/utils/constants'),{addRequestSpy}=require(a34_0x582877(0xc5));exports['mochaHooks']={'beforeAll'(){const _0x4c89a8=a34_0x582877,_0x3d2e78={'gMroA':function(_0x281592){return _0x281592();}},_0x5b3fd1='browserstack internal helper hook';_0x3d2e78[_0x4c89a8(0xc0)](addRequestSpy);},'afterAll'(){const _0x1c1569=a34_0x582877,_0x4e0e24='browserstack internal helper hook';this[_0x1c1569(0xba)](0xea60),requestSpy['restore']();}};
@@ -1 +1 @@
1
- const a35_0x203a1d=a35_0x312a;(function(_0xcc6bc7,_0x126e91){const _0xdaf30f=a35_0x312a,_0x2b4802=_0xcc6bc7();while(!![]){try{const _0x112d20=parseInt(_0xdaf30f(0x1d7))/0x1*(-parseInt(_0xdaf30f(0x1e5))/0x2)+-parseInt(_0xdaf30f(0x204))/0x3+-parseInt(_0xdaf30f(0x20d))/0x4*(-parseInt(_0xdaf30f(0x207))/0x5)+-parseInt(_0xdaf30f(0x202))/0x6+-parseInt(_0xdaf30f(0x1c3))/0x7+-parseInt(_0xdaf30f(0x1c7))/0x8*(parseInt(_0xdaf30f(0x20c))/0x9)+parseInt(_0xdaf30f(0x1d3))/0xa;if(_0x112d20===_0x126e91)break;else _0x2b4802['push'](_0x2b4802['shift']());}catch(_0x1a139c){_0x2b4802['push'](_0x2b4802['shift']());}}}(a35_0x12ad,0x873ab));const {v4:uuidv4}=require(a35_0x203a1d(0x211)),{name,version}=require(a35_0x203a1d(0x208)),logPatcher=require(a35_0x203a1d(0x1ca)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a35_0x203a1d(0x1d8)),{consoleHolder}=require(a35_0x203a1d(0x1d1)),{getPlatformVersion}=require(a35_0x203a1d(0x1e7)),{shouldProcessEventForTesthub}=require(a35_0x203a1d(0x1dc)),{isFunction}=require('lodash'),{patchConsoleLogger}=require('../../../helpers/test-observability/utils');patchConsoleLogger(),exports['getTestEnv']=()=>{const _0x27b7d8=a35_0x203a1d,_0x458045={'MsSVa':_0x27b7d8(0x1e1),'vyHyE':function(_0x112863){return _0x112863();}};return{'ci':_0x458045['MsSVa'],'key':_0x458045[_0x27b7d8(0x1c1)](uuidv4),'version':version,'collector':_0x27b7d8(0x1eb)+name};},exports[a35_0x203a1d(0x1e4)]=_0x45cbb3=>{const _0x4467d1=a35_0x203a1d,_0x4abbb6={};_0x4abbb6[_0x4467d1(0x201)]=function(_0x3a14a5,_0x1c3067){return _0x3a14a5!==_0x1c3067;},_0x4abbb6[_0x4467d1(0x205)]=_0x4467d1(0x210),_0x4abbb6['ZZjKL']=function(_0x3bb14b,_0xcfe5d8){return _0x3bb14b!==_0xcfe5d8;},_0x4abbb6[_0x4467d1(0x1f9)]=_0x4467d1(0x1d6),_0x4abbb6['sdlHo']=function(_0x3b49d7,_0x515d49){return _0x3b49d7!==_0x515d49;},_0x4abbb6[_0x4467d1(0x1ea)]=_0x4467d1(0x1db);const _0x23cf25=_0x4abbb6;if(!_0x45cbb3||_0x23cf25[_0x4467d1(0x201)](typeof _0x45cbb3,_0x23cf25[_0x4467d1(0x205)]))return[null,null];if(_0x23cf25[_0x4467d1(0x1ec)](_0x45cbb3[_0x4467d1(0x200)](_0x23cf25[_0x4467d1(0x1f9)]),-0x1)){const _0x495cad=_0x45cbb3[_0x4467d1(0x209)](_0x23cf25[_0x4467d1(0x1f9)]);return[_0x495cad[0x0]['slice'](0x0,-0x1)[_0x4467d1(0x209)]('\x22')[0x1],_0x495cad[0x1]['substring'](0x1)];}else{if(_0x23cf25[_0x4467d1(0x1c4)](_0x45cbb3[_0x4467d1(0x200)](_0x23cf25[_0x4467d1(0x1ea)]),-0x1)){const _0x2c5e9c=_0x45cbb3[_0x4467d1(0x209)](_0x23cf25['VFGCn']);return[_0x2c5e9c[0x0]['slice'](0x0,-0x1)[_0x4467d1(0x209)]('\x22')[0x1],_0x45cbb3];}}return[null,null];},exports['getHooksForTest']=_0x1a3966=>{const _0x6eed75=a35_0x203a1d,_0x30ba81={'gObUf':function(_0xc393b6,_0x42e1a1){return _0xc393b6(_0x42e1a1);},'BSDZm':_0x6eed75(0x1f8),'JYvBT':_0x6eed75(0x1fb),'Pjtel':_0x6eed75(0x1fd),'bDeeS':_0x6eed75(0x1f3)};if(!_0x1a3966||!_0x1a3966['parent'])return[];const _0x3d6471=[];return[_0x30ba81[_0x6eed75(0x20f)],_0x30ba81[_0x6eed75(0x1e6)],_0x30ba81[_0x6eed75(0x1df)],_0x30ba81[_0x6eed75(0x1ce)]]['forEach'](_0xed4c45=>{const _0x2ad982={'kNDRa':function(_0x4882df,_0x575fdd){return _0x30ba81['gObUf'](_0x4882df,_0x575fdd);}},_0x39dfb6=_0x1a3966['parent'][_0xed4c45]||[];_0x39dfb6['forEach'](_0x31b8b0=>{const _0x68bd68=a35_0x312a;_0x31b8b0['hookAnalyticsId']&&!_0x2ad982[_0x68bd68(0x1e9)](isInternalHook,_0x31b8b0['fn'])&&_0x3d6471[_0x68bd68(0x206)](_0x31b8b0['hookAnalyticsId']);});}),[..._0x3d6471,...exports[_0x6eed75(0x1f4)](_0x1a3966[_0x6eed75(0x1fe)])];},exports[a35_0x203a1d(0x1ee)]=_0x26ff55=>{const _0xe918a3=a35_0x203a1d,_0x1f37d6={'IAvTp':function(_0x1d1669){return _0x1d1669();},'ZfKbh':function(_0x36d377,_0x2c4e26){return _0x36d377===_0x2c4e26;},'XWfJe':_0xe918a3(0x1f3),'EaWjf':function(_0x37637e){return _0x37637e();},'vhMez':_0xe918a3(0x1f8),'PpPFv':_0xe918a3(0x1fb),'RDHnd':_0xe918a3(0x1fd)};if(!_0x26ff55||!_0x26ff55[_0xe918a3(0x1fe)])return;[_0x1f37d6['vhMez'],_0x1f37d6['PpPFv'],_0x1f37d6[_0xe918a3(0x1ed)],_0x1f37d6[_0xe918a3(0x20b)]][_0xe918a3(0x1bd)](_0x2c89e7=>{const _0x5a624a=_0xe918a3,_0x1e9f3b=_0x26ff55[_0x5a624a(0x1fe)][_0x2c89e7]||[];_0x1e9f3b['forEach'](_0x328737=>{const _0x16651a=_0x5a624a;if(!_0x328737[_0x16651a(0x1d2)])_0x328737[_0x16651a(0x1d2)]=_0x1f37d6[_0x16651a(0x1ff)](uuidv4);else _0x328737[_0x16651a(0x1bc)]&&_0x1f37d6['ZfKbh'](_0x2c89e7,_0x1f37d6[_0x16651a(0x20b)])&&(_0x328737['hookAnalyticsId']=_0x1f37d6['EaWjf'](uuidv4),delete _0x328737[_0x16651a(0x1bc)]);});}),exports[_0xe918a3(0x1ee)](_0x26ff55[_0xe918a3(0x1fe)]);},exports['sendPlatformDetails']=async(_0x3279aa,_0x1e5703)=>{const _0x5dbffc=a35_0x203a1d,_0x1cd925={'XnCwC':function(_0x2773ba){return _0x2773ba();},'YCxLl':function(_0x46687e,_0x4f224e){return _0x46687e(_0x4f224e);},'WzibL':_0x5dbffc(0x1c0),'UALCY':function(_0x24b0d4,_0x362662){return _0x24b0d4(_0x362662);},'fMUgm':function(_0x3246e9,_0x5d7a34){return _0x3246e9===_0x5d7a34;},'ZUkNL':_0x5dbffc(0x1f1),'GlmZc':_0x5dbffc(0x1ef),'Zgthp':_0x5dbffc(0x20a)};try{if(!_0x1cd925['XnCwC'](shouldProcessEventForTesthub))return;const _0x476171=await _0x3279aa[_0x5dbffc(0x1d5)](),_0x52783d=await _0x3279aa[_0x5dbffc(0x1cb)](),_0x5e3937={},_0xfaa425=Object[_0x5dbffc(0x1f6)](_0x52783d[_0x5dbffc(0x1d5)]()[_0x5dbffc(0x1be)]),_0x1afa5b={'product':_0x1cd925['YCxLl'](getObservabilityLinkedProductName,_0xfaa425),'capabilities':_0xfaa425,'platform':_0x476171[_0x5dbffc(0x1cd)](),'platform_version':_0x476171[_0x5dbffc(0x1c5)](_0x1cd925[_0x5dbffc(0x1dd)])?_0x476171[_0x5dbffc(0x1c5)](_0x1cd925[_0x5dbffc(0x1dd)]):_0x1cd925[_0x5dbffc(0x1f5)](getPlatformVersion,_0x1cd925[_0x5dbffc(0x1fa)](global[_0x5dbffc(0x1c8)],_0x1cd925[_0x5dbffc(0x1cf)])),'browser':_0x476171['getBrowserName'](),'browser_version':_0x476171[_0x5dbffc(0x1e3)](),'session_id':_0x52783d[_0x5dbffc(0x1da)]()};global[_0x5dbffc(0x1c8)]?_0x5e3937[global[_0x5dbffc(0x1c8)]]=_0x1afa5b:_0x5e3937[_0x1cd925[_0x5dbffc(0x1d4)]]=_0x1afa5b,process[_0x5dbffc(0x1bb)]('bs:addPlatformDetails:'+process[_0x5dbffc(0x1f2)],{'timestamp':new Date()[_0x5dbffc(0x1e0)](),'level':null,'message':null,'kind':_0x1cd925['Zgthp'],'http_response':_0x5e3937,'uuid':_0x1e5703});}catch(_0x21251c){_0x1cd925[_0x5dbffc(0x1f5)](debug,_0x5dbffc(0x1cc)+_0x21251c);}},exports[a35_0x203a1d(0x1e2)]=_0x15b978=>{const _0x232edc=a35_0x203a1d,_0x11fd5f={};_0x11fd5f[_0x232edc(0x1bf)]=function(_0x29f8cf,_0xfb027d){return _0x29f8cf!==_0xfb027d;},_0x11fd5f['VgtoX']='hook',_0x11fd5f['xXBng']=_0x232edc(0x1c6),_0x11fd5f[_0x232edc(0x1c2)]=_0x232edc(0x1f0);const _0x45db52=_0x11fd5f,_0x16d90b=_0x15b978[_0x232edc(0x1e8)][_0x232edc(0x1c9)]((_0x19e258,_0x47fb28)=>{const _0x18d720=_0x232edc,_0x412201=exports['getHookSkippedTests'](_0x47fb28);return _0x412201&&(_0x19e258=_0x19e258[_0x18d720(0x1d0)](_0x412201)),_0x19e258;},[]),_0xd19d47=_0x15b978[_0x232edc(0x1f7)][_0x232edc(0x1fc)](_0x410799=>{const _0x4b49d9=_0x232edc,_0x1f960b=_0x45db52['XiAZV'](_0x410799[_0x4b49d9(0x1d9)],_0x45db52[_0x4b49d9(0x203)])&&!_0x410799['markedStatus']&&_0x45db52[_0x4b49d9(0x1bf)](_0x410799[_0x4b49d9(0x20e)],_0x45db52[_0x4b49d9(0x1de)])&&_0x45db52[_0x4b49d9(0x1bf)](_0x410799[_0x4b49d9(0x20e)],_0x45db52[_0x4b49d9(0x1c2)])&&!_0x410799['pending'];return _0x1f960b;});return _0xd19d47[_0x232edc(0x1d0)](_0x16d90b);};function a35_0x312a(_0xcadb0d,_0xdf34a3){const _0x12adc4=a35_0x12ad();return a35_0x312a=function(_0x312adc,_0x2782dc){_0x312adc=_0x312adc-0x1bb;let _0x56d9e7=_0x12adc4[_0x312adc];return _0x56d9e7;},a35_0x312a(_0xcadb0d,_0xdf34a3);}function a35_0x12ad(){const _0x40bbe3=['pid','_afterEach','getHooksForTest','UALCY','fromEntries','tests','_beforeAll','OpbOB','fMUgm','_afterAll','filter','_beforeEach','parent','IAvTp','indexOf','AbyjC','3081024NPYlMc','VgtoX','3011457ODOgvB','kykou','push','1001770zFAQkx','../../../../package.json','split','TEST_PLATFORM','XWfJe','36vqBowx','4QZHmmy','state','BSDZm','string','uuid','emit','markedStatus','forEach','map_','XiAZV','platformVersion','vyHyE','awQnH','5624220mYIEbA','sdlHo','get','passed','444272KawaVy','__cloud_provider___','reduce','../../utils/logPatcher','getSession','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','getPlatform','bDeeS','ZUkNL','concat','../../../helpers/test-observability/constants','hookAnalyticsId','39547120mZyllP','GlmZc','getCapabilities','hook:','739mylFIF','../../../helpers/test-observability/utils','type','toJSON','hook','../../../helpers/testhub/utils','WzibL','xXBng','Pjtel','toISOString','generic','getHookSkippedTests','getBrowserVersion','getHookDetails','2864lJRyiM','JYvBT','../../../helpers/helper','suites','kNDRa','VFGCn','js-','ZZjKL','RDHnd','mapTestHooks','unknown_grid','failed','browserstack'];a35_0x12ad=function(){return _0x40bbe3;};return a35_0x12ad();}
1
+ const a35_0x37a392=a35_0x51e2;(function(_0x84f279,_0x392d80){const _0xcb5376=a35_0x51e2,_0x4ffd55=_0x84f279();while(!![]){try{const _0x10ccfe=-parseInt(_0xcb5376(0xcf))/0x1*(parseInt(_0xcb5376(0xbb))/0x2)+parseInt(_0xcb5376(0xc0))/0x3*(parseInt(_0xcb5376(0x8f))/0x4)+-parseInt(_0xcb5376(0xc9))/0x5*(-parseInt(_0xcb5376(0xcd))/0x6)+parseInt(_0xcb5376(0xb0))/0x7*(-parseInt(_0xcb5376(0xdf))/0x8)+parseInt(_0xcb5376(0xa1))/0x9*(parseInt(_0xcb5376(0x99))/0xa)+parseInt(_0xcb5376(0xae))/0xb+-parseInt(_0xcb5376(0x86))/0xc;if(_0x10ccfe===_0x392d80)break;else _0x4ffd55['push'](_0x4ffd55['shift']());}catch(_0x25033c){_0x4ffd55['push'](_0x4ffd55['shift']());}}}(a35_0x3959,0x7189d));const {v4:uuidv4}=require('uuid'),{name,version}=require(a35_0x37a392(0x8e)),logPatcher=require(a35_0x37a392(0xa9)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a35_0x37a392(0xd3)),{consoleHolder}=require(a35_0x37a392(0xce)),{getPlatformVersion}=require(a35_0x37a392(0xab)),{shouldProcessEventForTesthub}=require(a35_0x37a392(0xb3)),{isFunction}=require(a35_0x37a392(0x89)),{patchConsoleLogger}=require('../../../helpers/test-observability/utils');patchConsoleLogger(),exports[a35_0x37a392(0xd5)]=()=>{const _0x4d0d4e=a35_0x37a392,_0x1a4186={'FKNfS':'generic','oGSOi':function(_0x4b7d21){return _0x4b7d21();}};return{'ci':_0x1a4186[_0x4d0d4e(0xa3)],'key':_0x1a4186['oGSOi'](uuidv4),'version':version,'collector':_0x4d0d4e(0x8d)+name};},exports[a35_0x37a392(0xaa)]=_0xa48e00=>{const _0x405b16=a35_0x37a392,_0x3f588e={};_0x3f588e[_0x405b16(0xcc)]=function(_0x4473a1,_0x37e166){return _0x4473a1!==_0x37e166;},_0x3f588e[_0x405b16(0x9d)]=_0x405b16(0x9b),_0x3f588e[_0x405b16(0xba)]=function(_0x3e78a5,_0x46e197){return _0x3e78a5!==_0x46e197;},_0x3f588e[_0x405b16(0xac)]='hook:',_0x3f588e['qsIMk']=function(_0x50e53c,_0x5737f9){return _0x50e53c!==_0x5737f9;},_0x3f588e['lzzRe']='hook';const _0x964d78=_0x3f588e;if(!_0xa48e00||_0x964d78[_0x405b16(0xcc)](typeof _0xa48e00,_0x964d78['wntwP']))return[null,null];if(_0x964d78[_0x405b16(0xba)](_0xa48e00[_0x405b16(0x8b)](_0x964d78[_0x405b16(0xac)]),-0x1)){const _0x1e447c=_0xa48e00[_0x405b16(0xd2)](_0x964d78[_0x405b16(0xac)]);return[_0x1e447c[0x0]['slice'](0x0,-0x1)['split']('\x22')[0x1],_0x1e447c[0x1][_0x405b16(0x85)](0x1)];}else{if(_0x964d78[_0x405b16(0x8a)](_0xa48e00[_0x405b16(0x8b)](_0x964d78[_0x405b16(0xb4)]),-0x1)){const _0xbc7133=_0xa48e00[_0x405b16(0xd2)](_0x964d78['lzzRe']);return[_0xbc7133[0x0][_0x405b16(0xcb)](0x0,-0x1)[_0x405b16(0xd2)]('\x22')[0x1],_0xa48e00];}}return[null,null];},exports['getHooksForTest']=_0x1d2b5f=>{const _0x40118d=a35_0x37a392,_0x411a12={'JSoez':function(_0x464a0b,_0x117c44){return _0x464a0b(_0x117c44);},'ZSsuc':_0x40118d(0xb5),'BOSqv':'_afterAll','Heoki':_0x40118d(0xa7),'dFwIn':_0x40118d(0x9f)};if(!_0x1d2b5f||!_0x1d2b5f['parent'])return[];const _0x3a8fe9=[];return[_0x411a12[_0x40118d(0xd4)],_0x411a12['BOSqv'],_0x411a12[_0x40118d(0xd1)],_0x411a12[_0x40118d(0xca)]][_0x40118d(0xd6)](_0xc86c73=>{const _0x220aab=_0x1d2b5f['parent'][_0xc86c73]||[];_0x220aab['forEach'](_0xa9a740=>{const _0x30e987=a35_0x51e2;_0xa9a740[_0x30e987(0x93)]&&!_0x411a12[_0x30e987(0xd0)](isInternalHook,_0xa9a740['fn'])&&_0x3a8fe9[_0x30e987(0xd7)](_0xa9a740[_0x30e987(0x93)]);});}),[..._0x3a8fe9,...exports[_0x40118d(0xaf)](_0x1d2b5f['parent'])];},exports['mapTestHooks']=_0x474fc2=>{const _0x3c9304=a35_0x37a392,_0xe6f644={'HXuIn':function(_0x4b6d83){return _0x4b6d83();},'LVYUP':function(_0x717423,_0x258743){return _0x717423===_0x258743;},'UHpVc':_0x3c9304(0x9f),'HTtSZ':_0x3c9304(0xb5),'RmYMM':'_afterAll','ZqLrc':_0x3c9304(0xa7)};if(!_0x474fc2||!_0x474fc2[_0x3c9304(0xa5)])return;[_0xe6f644[_0x3c9304(0xa4)],_0xe6f644[_0x3c9304(0xc3)],_0xe6f644['ZqLrc'],_0xe6f644['UHpVc']][_0x3c9304(0xd6)](_0x3713f3=>{const _0x4cb0f7=_0x3c9304,_0x1aa8a8={'AylPh':function(_0x50d790){const _0x1d0c12=a35_0x51e2;return _0xe6f644[_0x1d0c12(0x94)](_0x50d790);},'TrmTz':function(_0x31bcf4,_0x1113cf){const _0x2611f7=a35_0x51e2;return _0xe6f644[_0x2611f7(0xb1)](_0x31bcf4,_0x1113cf);},'Wmidt':_0xe6f644[_0x4cb0f7(0xd8)],'UZQwn':function(_0x135de0){const _0x1578f6=_0x4cb0f7;return _0xe6f644[_0x1578f6(0x94)](_0x135de0);}},_0x1fc7a2=_0x474fc2[_0x4cb0f7(0xa5)][_0x3713f3]||[];_0x1fc7a2[_0x4cb0f7(0xd6)](_0xacdb85=>{const _0x3d8908=_0x4cb0f7;if(!_0xacdb85[_0x3d8908(0x93)])_0xacdb85[_0x3d8908(0x93)]=_0x1aa8a8['AylPh'](uuidv4);else _0xacdb85[_0x3d8908(0xc4)]&&_0x1aa8a8[_0x3d8908(0x87)](_0x3713f3,_0x1aa8a8[_0x3d8908(0xbe)])&&(_0xacdb85[_0x3d8908(0x93)]=_0x1aa8a8['UZQwn'](uuidv4),delete _0xacdb85[_0x3d8908(0xc4)]);});}),exports['mapTestHooks'](_0x474fc2['parent']);},exports[a35_0x37a392(0xa8)]=async(_0x47c3f5,_0xbc2ed1)=>{const _0x461159=a35_0x37a392,_0x58ce99={'pZvGf':function(_0x30fa9){return _0x30fa9();},'mpsfz':function(_0x49b550,_0x586df9){return _0x49b550(_0x586df9);},'CsEUH':_0x461159(0xc5),'GFrXr':function(_0x19ae42,_0x3da5f0){return _0x19ae42===_0x3da5f0;},'BvymH':_0x461159(0xc8),'LKTHM':_0x461159(0xb2),'nqGfl':_0x461159(0xc7),'byaKb':function(_0x505abc,_0x31dcb4){return _0x505abc(_0x31dcb4);}};try{if(!_0x58ce99[_0x461159(0xb6)](shouldProcessEventForTesthub))return;const _0x21624b=await _0x47c3f5[_0x461159(0x9a)](),_0x430bf0=await _0x47c3f5[_0x461159(0x98)](),_0x66042b={},_0x1001e1=Object[_0x461159(0xc1)](_0x430bf0['getCapabilities']()[_0x461159(0x92)]),_0x5acd9b={'product':_0x58ce99[_0x461159(0xbf)](getObservabilityLinkedProductName,_0x1001e1),'capabilities':_0x1001e1,'platform':_0x21624b[_0x461159(0xbc)](),'platform_version':_0x21624b[_0x461159(0xad)](_0x58ce99['CsEUH'])?_0x21624b[_0x461159(0xad)](_0x58ce99[_0x461159(0xd9)]):_0x58ce99[_0x461159(0xbf)](getPlatformVersion,_0x58ce99['GFrXr'](global[_0x461159(0x97)],_0x58ce99[_0x461159(0xc6)])),'browser':_0x21624b[_0x461159(0xde)](),'browser_version':_0x21624b[_0x461159(0x96)](),'session_id':_0x430bf0['toJSON']()};global[_0x461159(0x97)]?_0x66042b[global[_0x461159(0x97)]]=_0x5acd9b:_0x66042b[_0x58ce99[_0x461159(0xb9)]]=_0x5acd9b,process[_0x461159(0x9c)]('bs:addPlatformDetails:'+process[_0x461159(0x91)],{'timestamp':new Date()[_0x461159(0xdd)](),'level':null,'message':null,'kind':_0x58ce99['nqGfl'],'http_response':_0x66042b,'uuid':_0xbc2ed1});}catch(_0x486ecb){_0x58ce99[_0x461159(0x9e)](debug,_0x461159(0x8c)+_0x486ecb);}},exports[a35_0x37a392(0xa0)]=_0x3f8480=>{const _0xe3d176=a35_0x37a392,_0xdf0548={};_0xdf0548['mKJLp']=function(_0x32cbcc,_0x4f7f34){return _0x32cbcc!==_0x4f7f34;},_0xdf0548[_0xe3d176(0x95)]='hook',_0xdf0548['SUHrk']=function(_0x5c07d6,_0x2d8e3d){return _0x5c07d6!==_0x2d8e3d;},_0xdf0548[_0xe3d176(0xb8)]='passed',_0xdf0548[_0xe3d176(0xda)]=function(_0x53ce19,_0x10ef0e){return _0x53ce19!==_0x10ef0e;},_0xdf0548[_0xe3d176(0xe0)]=_0xe3d176(0xa2);const _0x9bcaa8=_0xdf0548,_0x3395b3=_0x3f8480[_0xe3d176(0xbd)][_0xe3d176(0xa6)]((_0x339496,_0x12dc80)=>{const _0xaaf104=_0xe3d176,_0x777301=exports[_0xaaf104(0xa0)](_0x12dc80);return _0x777301&&(_0x339496=_0x339496['concat'](_0x777301)),_0x339496;},[]),_0x1b7e8b=_0x3f8480[_0xe3d176(0xdc)][_0xe3d176(0xdb)](_0x4830b7=>{const _0x3f9f4f=_0xe3d176,_0x3731bc=_0x9bcaa8['mKJLp'](_0x4830b7[_0x3f9f4f(0xc2)],_0x9bcaa8['RDZrO'])&&!_0x4830b7[_0x3f9f4f(0xc4)]&&_0x9bcaa8[_0x3f9f4f(0x90)](_0x4830b7['state'],_0x9bcaa8['dqTos'])&&_0x9bcaa8['jEGAz'](_0x4830b7[_0x3f9f4f(0x88)],_0x9bcaa8[_0x3f9f4f(0xe0)])&&!_0x4830b7[_0x3f9f4f(0xb7)];return _0x3731bc;});return _0x1b7e8b['concat'](_0x3395b3);};function a35_0x51e2(_0x2cb95d,_0x43198c){const _0x39594b=a35_0x3959();return a35_0x51e2=function(_0x51e2d6,_0x27d462){_0x51e2d6=_0x51e2d6-0x85;let _0x25f494=_0x39594b[_0x51e2d6];return _0x25f494;},a35_0x51e2(_0x2cb95d,_0x43198c);}function a35_0x3959(){const _0x4bb7b4=['mpsfz','3QQxtXf','fromEntries','type','RmYMM','markedStatus','platformVersion','BvymH','TEST_PLATFORM','browserstack','2308445bkdBAF','dFwIn','slice','yrZsq','6AcDRLj','../../../helpers/test-observability/constants','1gmkfvb','JSoez','Heoki','split','../../../helpers/test-observability/utils','ZSsuc','getTestEnv','forEach','push','UHpVc','CsEUH','jEGAz','filter','tests','toISOString','getBrowserName','4443448yQetmM','StvAR','substring','14918172ddHsNa','TrmTz','state','lodash','qsIMk','indexOf','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','js-','../../../../package.json','3671924ObLpsu','SUHrk','pid','map_','hookAnalyticsId','HXuIn','RDZrO','getBrowserVersion','__cloud_provider___','getSession','4259110iufXBA','getCapabilities','string','emit','wntwP','byaKb','_afterEach','getHookSkippedTests','9TrpxAZ','failed','FKNfS','HTtSZ','parent','reduce','_beforeEach','sendPlatformDetails','../../utils/logPatcher','getHookDetails','../../../helpers/helper','jODQD','get','6297621ogeRCg','getHooksForTest','7JHwygF','LVYUP','unknown_grid','../../../helpers/testhub/utils','lzzRe','_beforeAll','pZvGf','pending','dqTos','LKTHM','ebxWn','228854HsZXnB','getPlatform','suites','Wmidt'];a35_0x3959=function(){return _0x4bb7b4;};return a35_0x3959();}
@@ -1 +1 @@
1
- function a36_0x2fe7(){const _0xb025f7=['TpEIy','NzZKJ','capabilities','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','Accessibility\x20scan\x20completed\x20successfully','app','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','__error_messages__',',\x22level\x22:\x20\x22','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','\x20|\x20','winstonLogger','join','sessionName','getGlobal','IzDQW','ZaTSD','percyCaptureMode','CnNLd','vVcop','emjKc','JOFyE','790688yIodTx','DLGmv','shift','Automate\x20test\x20case\x20execution\x20has\x20started.','timeout','fKdAh','SAVE_RESULTS','bAJuT','session_','percy','7JAFihH','MDVvI','../../helpers/testhub/constants','zdbcI','driverCleanup','stringify','pLVoF','https:','OnEXK','thJwtToken','getCurrentUrl','adVkr','VpKjq','SYNC','KzHwn','Failed:\x20','passed','xiobo','AxgWm','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','gywnG','ESRgg','gESXD','beforeEach','Quozr','aaRxE','ouSMP','then','laOAL','YPwWE','dolzG','lyAND','__platformCaps','EakcW','USSxb','../../helpers/testhub/utils','wlGpM','isAccessibilityPlatform','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','XXVxI','env','testcase','FIsMU','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','../../helpers/accessibility-automation/accessibilityRetryHelper','NucNc','xNdjB','PERFORM_SCAN','NmCiI','finally','ENV_VAR','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','HupMn','LdoxF','zdoJs','../../helpers/helper','FKwma','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','XCtqg','164508obOTlM','__drivers','QTdYT','EYSSz','aLZsY','startMonitoring','BpGcV','performScanWithRetry','browserstackSessionName','../../helpers/performance/constants','imqYe','LXWnj','4496544Pcekxk','EceQa','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','Accessibility\x20results\x20saved\x20successfully','IjXBi','.\x20Error\x20:','afterEach','index','dQcHL','aBcGV','accessibilityScanStarted','saveAccessibilityResultsWithRetry','1793550WPoEza','HpCWx','thTestRunUuid','MeWIk','igVYu','protocol','end','SAjQj','1035642XgfnnM','6gKhkXm','lIdph','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','rlMyO','push','npRWM','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','message','zZGnE','ymaxQ','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','dTpGk','SESSION_STATUS','FvvEL','joEJK','shouldScanTestForAccessibility','parse','titlePath','DLzIr','gUAkZ','ThlZk','BIAIh','../../helpers/percy/utils','atOYe','format','length','PXPAZ','mVocA','SSjor','UtbdO','yElMD','afterAll','beforeAll','warn','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','QEJvb','afterTest','thBuildUuid','NcjGL','sessionNameSet__','IoOvO','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','FfJTw','setGlobal','TYIPn','__sessionFailed','appium:app','xQyLa','testAnalyticsId','owaip','now','debug','10644093DUKlwt','CQjkF','NGpLf','bstackA11yShouldScan','command','BROWSERSTACK_TESTHUB_JWT','Hpzcq','measureWrapper','KIpOb','SPhoW','iBaTL','err','\x20-\x20','SDK_HOOK','currentTest','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','executeScript','Passed','bstackA11yScanOptions','hygrF','browserstackTestName','LguTv','HLbMq','error','../../helpers/accessibility-automation/helper','Mocha','JNmdU','kZOsn','quitCount_','info','mochaHooks','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','VZsTX','915560jFBMcU','isArray','initQuit','failed'];a36_0x2fe7=function(){return _0xb025f7;};return a36_0x2fe7();}const a36_0x15c6be=a36_0x5571;function a36_0x5571(_0x20b2e5,_0x102c28){const _0x2fe7fa=a36_0x2fe7();return a36_0x5571=function(_0x5571ea,_0x230476){_0x5571ea=_0x5571ea-0xf2;let _0x1b7647=_0x2fe7fa[_0x5571ea];return _0x1b7647;},a36_0x5571(_0x20b2e5,_0x102c28);}(function(_0x237a4e,_0x965d2b){const _0x1adf59=a36_0x5571,_0x47f198=_0x237a4e();while(!![]){try{const _0x5ddf1a=parseInt(_0x1adf59(0x189))/0x1+parseInt(_0x1adf59(0x1a1))/0x2+-parseInt(_0x1adf59(0x1aa))/0x3*(-parseInt(_0x1adf59(0x144))/0x4)+-parseInt(_0x1adf59(0x12a))/0x5+-parseInt(_0x1adf59(0x1a9))/0x6*(parseInt(_0x1adf59(0x14e))/0x7)+parseInt(_0x1adf59(0x195))/0x8+-parseInt(_0x1adf59(0x109))/0x9;if(_0x5ddf1a===_0x965d2b)break;else _0x47f198['push'](_0x47f198['shift']());}catch(_0x59f892){_0x47f198['push'](_0x47f198['shift']());}}}(a36_0x2fe7,0x7542b));const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a36_0x15c6be(0x121)),accessibilityRetryHelper=require(a36_0x15c6be(0x17a)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require('../utils/constants'),{percyAutoCapture}=require(a36_0x15c6be(0x1c0)),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a36_0x15c6be(0x185)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a36_0x15c6be(0x192)),globals=require('../../helpers/globals'),logger=require('../../helpers/logger')[a36_0x15c6be(0x139)],{shouldProcessEventForTesthub}=require(a36_0x15c6be(0x171)),testHubConstants=require(a36_0x15c6be(0x150));exports[a36_0x15c6be(0x127)]={'beforeAll'(){const _0x1e114b=a36_0x15c6be,_0x18652c={'lIdph':function(_0x5fa98f,_0x1542df,_0x5664cb,_0x462f02){return _0x5fa98f(_0x1542df,_0x5664cb,_0x462f02);},'LdoxF':_0x1e114b(0x12d),'zZGnE':_0x1e114b(0x138),'adVkr':function(_0x19ad93,_0x5d4aa3,_0x172a4c){return _0x19ad93(_0x5d4aa3,_0x172a4c);},'SPhoW':_0x1e114b(0x15e),'AxgWm':function(_0x3041b4){return _0x3041b4();},'pLVoF':function(_0x5b9899,_0x4d88b4,_0x51aa4b){return _0x5b9899(_0x4d88b4,_0x51aa4b);},'NmCiI':'index','UtbdO':_0x1e114b(0xf5)};PerformanceTester[_0x1e114b(0x18e)]();const _0x25bbf0='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x1e114b(0x116)],()=>{const _0x481baa=_0x1e114b;global[_0x481baa(0x135)]=[],global[_0x481baa(0x102)]=![],global['driverCleanup']=async()=>{const _0xd212e=_0x481baa;let _0x53dbc5=![];try{await global['__drivers'][0x0][_0xd212e(0x14c)],_0x53dbc5=!![],global[_0xd212e(0x102)]?await _0x18652c[_0xd212e(0x1ab)](markSessionStatus,global[_0xd212e(0x18a)][0x0],_0x18652c[_0xd212e(0x183)],global[_0xd212e(0x135)]['join'](_0x18652c[_0xd212e(0x1b2)])):await _0x18652c[_0xd212e(0x159)](markSessionStatus,global[_0xd212e(0x18a)][0x0],_0x18652c[_0xd212e(0x112)]);}catch(_0xbd1764){logger['debug'](_0xd212e(0x134)+_0xbd1764);}global[_0xd212e(0x135)]=[],global[_0xd212e(0x102)]=![];if(_0x53dbc5)try{try{_0x18652c[_0xd212e(0x160)](shouldProcessEventForTesthub)&&(global[_0xd212e(0x18a)][0x0]&&await _0x18652c['adVkr'](sendPlatformDetails,global[_0xd212e(0x18a)][0x0],this[_0xd212e(0x117)]?this[_0xd212e(0x117)]['testAnalyticsId']:null));}catch(_0x448585){logger[_0xd212e(0x108)](_0xd212e(0x131)+_0x448585);}await global[_0xd212e(0x18a)][0x0][_0xd212e(0x12c)]();}catch(_0x9c7768){logger['debug'](_0xd212e(0x181)+_0x9c7768);}};},{'platform':_0x18652c[_0x1e114b(0x154)](nestedKeyValue,global['__platformCaps'],[_0x18652c[_0x1e114b(0x17e)]]),'hookType':_0x18652c[_0x1e114b(0xf2)]})();},'beforeEach'(_0x39b038){const _0x27add2=a36_0x15c6be,_0xce2cef={'NNYWf':function(_0x1c3a72){return _0x1c3a72();},'rlMyO':function(_0x102bd6,_0x255a60){return _0x102bd6>_0x255a60;},'dTpGk':_0x27add2(0x115),'dolzG':function(_0x8b237c,_0x27c512,_0x70bc1f){return _0x8b237c(_0x27c512,_0x70bc1f);},'TpEIy':function(_0x2fe39e,_0x46f756){return _0x2fe39e===_0x46f756;},'gywnG':_0x27add2(0x10c),'FIsMU':_0x27add2(0x11b),'lyAND':'isAccessibilityPlatform','ymaxQ':'http:','igVYu':_0x27add2(0x155),'ZaTSD':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','lzqfi':_0x27add2(0x147),'npRWM':function(_0x45dc16){return _0x45dc16();},'xNdjB':_0x27add2(0x11d),'VpKjq':'index','WclTK':_0x27add2(0x165)};globals[_0x27add2(0x100)](_0xce2cef[_0x27add2(0x17c)],this[_0x27add2(0x117)]['titlePath']()[_0x27add2(0x13a)](_0xce2cef[_0x27add2(0x1b5)])),PerformanceTester[_0x27add2(0x110)](PerformanceSdkEvents[_0x27add2(0x116)],()=>{const _0x708733=_0x27add2,_0x1bcfed={'aLZsY':function(_0xa239c4,_0x59d78d){const _0x853bd0=a36_0x5571;return _0xce2cef[_0x853bd0(0x1ad)](_0xa239c4,_0x59d78d);},'USSxb':function(_0x51c8db,_0x9a4516){const _0x39f7b9=a36_0x5571;return _0xce2cef[_0x39f7b9(0x1ad)](_0x51c8db,_0x9a4516);},'Quozr':_0xce2cef[_0x708733(0x1b5)],'IjXBi':function(_0xdb9b47,_0x1990e5,_0xe18c2a){return _0xce2cef['dolzG'](_0xdb9b47,_0x1990e5,_0xe18c2a);},'NucNc':function(_0x37190a,_0x26166c){const _0x4ef52b=_0x708733;return _0xce2cef[_0x4ef52b(0x12e)](_0x37190a,_0x26166c);},'gESXD':_0xce2cef[_0x708733(0x162)],'Hpzcq':_0xce2cef[_0x708733(0x178)],'YPwWE':function(_0x33dd0b){return _0xce2cef['NNYWf'](_0x33dd0b);},'yElMD':_0xce2cef[_0x708733(0x16d)],'aYUzv':function(_0x513b0e,_0x2a4335){const _0x3fc7e9=_0x708733;return _0xce2cef[_0x3fc7e9(0x12e)](_0x513b0e,_0x2a4335);},'zdoJs':_0xce2cef[_0x708733(0x1b3)],'bAJuT':_0xce2cef[_0x708733(0x1a5)],'lipiL':_0xce2cef[_0x708733(0x13e)],'sRnVG':_0xce2cef['lzqfi'],'SSjor':function(_0x3e29e0){const _0xf8003b=_0x708733;return _0xce2cef[_0xf8003b(0x1af)](_0x3e29e0);}},_0x264ca1='browserstack internal helper hook';new Promise(async _0x32e100=>{const _0xd08b06=_0x708733;let _0x4fb268=!![];try{_0x1bcfed['aLZsY'](global['__drivers'][_0xd08b06(0x1c3)],0x1)&&(await global[_0xd08b06(0x152)](),global[_0xd08b06(0x18a)][_0xd08b06(0x146)]()),_0x1bcfed[_0xd08b06(0x170)](global[_0xd08b06(0x18a)][0x0][_0xd08b06(0x125)],0x0)&&(_0x4fb268=![],await global[_0xd08b06(0x152)]());}catch(_0xb03902){logger[_0xd08b06(0x108)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0xb03902);}try{Array[_0xd08b06(0x12b)](global[_0xd08b06(0x18a)])&&global[_0xd08b06(0x18a)][0x0]&&(global[_0xd08b06(0x18a)][0x0]['browserstackSessionName']=this[_0xd08b06(0x117)][_0xd08b06(0x1bb)]()['join'](_0x1bcfed[_0xd08b06(0x166)])),global[_0xd08b06(0x191)]=this[_0xd08b06(0x117)][_0xd08b06(0x1bb)]()[_0xd08b06(0x13a)](_0x1bcfed[_0xd08b06(0x166)]);}catch(_0x283b2c){logger[_0xd08b06(0x108)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x283b2c);}this['currentTest']['shouldScanTestForAccessibility']=_0x1bcfed[_0xd08b06(0x199)](shouldScanTestForAccessibility,this[_0xd08b06(0x117)][_0xd08b06(0x1bb)](),!![]);let _0x4ade00=!![];try{const _0x559adf=JSON[_0xd08b06(0x1ba)](process[_0xd08b06(0x176)][_0xd08b06(0x137)]||'{}');_0x1bcfed[_0xd08b06(0x17b)](_0x559adf['autoScanning'],![])&&(_0x4ade00=![]);}catch(_0x5bd8ec){logger[_0xd08b06(0x108)](_0xd08b06(0x128)+_0x5bd8ec[_0xd08b06(0x1b1)]);}const _0x31b2f8=_0x4ade00&&this[_0xd08b06(0x117)][_0xd08b06(0x1b9)];globals['setGlobal'](_0x1bcfed[_0xd08b06(0x164)],_0x31b2f8),globals['setGlobal'](_0x1bcfed[_0xd08b06(0x10f)],null),this[_0xd08b06(0x117)][_0xd08b06(0x19f)]=this[_0xd08b06(0x117)][_0xd08b06(0x1b9)];if(_0x1bcfed[_0xd08b06(0x16b)](isAccessibilityAutomationSession)&&_0x4fb268&&Array['isArray'](global[_0xd08b06(0x18a)])&&_0x1bcfed[_0xd08b06(0x18d)](global[_0xd08b06(0x18a)][_0xd08b06(0x1c3)],0x0)&&globals[_0xd08b06(0x13c)](_0x1bcfed[_0xd08b06(0xf3)]))try{const _0x1d547e=await global['__drivers'][0x0]['session_'];if(_0x1d547e){let _0x458203=!![];const _0x2e5e25=await global[_0xd08b06(0x18a)][0x0][_0xd08b06(0x158)]();let _0x50c2fa;try{_0x50c2fa=new URL(_0x2e5e25),_0x458203=_0x1bcfed['aYUzv'](_0x50c2fa[_0xd08b06(0x1a6)],_0x1bcfed[_0xd08b06(0x184)])||_0x1bcfed['aYUzv'](_0x50c2fa[_0xd08b06(0x1a6)],_0x1bcfed[_0xd08b06(0x14b)]);}catch(_0x4cf7be){_0x458203=![];}_0x458203&&(this[_0xd08b06(0x117)]['shouldScanTestForAccessibility']&&logger[_0xd08b06(0x126)](_0x1bcfed['lipiL'])),this[_0xd08b06(0x117)][_0xd08b06(0x19f)]=this[_0xd08b06(0x117)][_0xd08b06(0x1b9)],_0x31b2f8&&logger[_0xd08b06(0x126)](_0x1bcfed['sRnVG']);}}catch(_0x1d23ba){logger[_0xd08b06(0x120)](_0xd08b06(0x174)+util[_0xd08b06(0x1c2)](_0x1d23ba));}_0x1bcfed[_0xd08b06(0x1c6)](_0x32e100);})['then'](()=>{_0xce2cef['NNYWf'](_0x39b038);});},{'platform':_0xce2cef[_0x27add2(0x16c)](nestedKeyValue,global[_0x27add2(0x16e)],[_0xce2cef[_0x27add2(0x15a)]]),'hookType':_0xce2cef['WclTK']})();},'afterEach'(_0x5c20c5){const _0x5f2e19=a36_0x15c6be,_0x10eadd={'SAjQj':function(_0x5297d0){return _0x5297d0();},'zdbcI':_0x5f2e19(0x115),'EYSSz':function(_0x2cdfa3,_0x3629a6){return _0x2cdfa3!==_0x3629a6;},'gUAkZ':_0x5f2e19(0x15e),'FfJTw':function(_0x4e02cf,_0x499247,_0x4fc2b7){return _0x4e02cf(_0x499247,_0x4fc2b7);},'imqYe':function(_0x5c623a,_0x1f066a){return _0x5c623a+_0x1f066a;},'XXVxI':_0x5f2e19(0x15d),'cZrVK':'error','QTdYT':_0x5f2e19(0x11a),'fKdAh':_0x5f2e19(0x126),'ThlZk':function(_0x3974fd,_0x1db4f9){return _0x3974fd>_0x1db4f9;},'nimMX':function(_0x2e20f6,_0x5ffe0a){return _0x2e20f6===_0x5ffe0a;},'ZvurR':_0x5f2e19(0x177),'tghJH':_0x5f2e19(0x103),'MDVvI':function(_0xd5fd72,_0x206226,_0x4f586d,_0x40255a){return _0xd5fd72(_0x206226,_0x4f586d,_0x40255a);},'kZOsn':_0x5f2e19(0x173),'mVocA':_0x5f2e19(0x161),'laOAL':_0x5f2e19(0x10c),'NGpLf':_0x5f2e19(0xf7),'aaRxE':_0x5f2e19(0xf9),'vVcop':_0x5f2e19(0x132),'SjWWD':'Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','FKwma':_0x5f2e19(0x197),'EakcW':_0x5f2e19(0x198),'EceQa':_0x5f2e19(0x118),'QhxeD':_0x5f2e19(0x187),'aBcGV':_0x5f2e19(0x108),'FvvEL':function(_0x5a32a1,_0x472430){return _0x5a32a1>_0x472430;},'DLzIr':'Mocha','IzDQW':function(_0xc2eeef,_0x4adb44,_0x56e1ca){return _0xc2eeef(_0x4adb44,_0x56e1ca);},'JOFyE':_0x5f2e19(0x19c),'ouSMP':_0x5f2e19(0x19b)},_0xac35e2='browserstack internal helper hook';this[_0x5f2e19(0x148)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x10eadd[_0x5f2e19(0x1bc)]]),global[_0x5f2e19(0x13b)]=this[_0x5f2e19(0x117)][_0x5f2e19(0x1bb)]()[_0x5f2e19(0x13a)](_0x10eadd[_0x5f2e19(0x151)]),PerformanceTester[_0x5f2e19(0x110)](PerformanceSdkEvents[_0x5f2e19(0x116)],()=>{const _0xfdf192=_0x5f2e19,_0x1d3883={'UHcsV':_0x10eadd[_0xfdf192(0x151)],'XCtqg':function(_0x4da0b5,_0xad4e1b){const _0x320369=_0xfdf192;return _0x10eadd[_0x320369(0x18c)](_0x4da0b5,_0xad4e1b);},'tGhrC':_0x10eadd[_0xfdf192(0x1bd)],'JNmdU':function(_0x15cba1,_0x4d2fb4,_0x5a7ba8){const _0x55c96d=_0xfdf192;return _0x10eadd[_0x55c96d(0xff)](_0x15cba1,_0x4d2fb4,_0x5a7ba8);},'IoOvO':function(_0x4dbab9,_0x357676){const _0x1d1ae6=_0xfdf192;return _0x10eadd[_0x1d1ae6(0x193)](_0x4dbab9,_0x357676);},'HLbMq':_0x10eadd[_0xfdf192(0x175)],'emjKc':_0x10eadd['cZrVK'],'atOYe':function(_0x23f920,_0x42ca36,_0x357b52){const _0x56a20c=_0xfdf192;return _0x10eadd[_0x56a20c(0xff)](_0x23f920,_0x42ca36,_0x357b52);},'iBaTL':_0x10eadd[_0xfdf192(0x18b)],'dQcHL':_0x10eadd[_0xfdf192(0x149)],'ESRgg':function(_0xf0e4f,_0x89a329){return _0x10eadd['ThlZk'](_0xf0e4f,_0x89a329);},'yePzY':function(_0x25240d,_0x1cd512){return _0x10eadd['nimMX'](_0x25240d,_0x1cd512);},'LguTv':_0x10eadd['ZvurR'],'PXPAZ':function(_0x19735e,_0x4be8c3){const _0x26dbc0=_0xfdf192;return _0x10eadd[_0x26dbc0(0x1be)](_0x19735e,_0x4be8c3);},'owaip':_0x10eadd['tghJH'],'NzZKJ':function(_0x552738,_0x2a59cd,_0x3edd11,_0x4137b3){const _0x3af11f=_0xfdf192;return _0x10eadd[_0x3af11f(0x14f)](_0x552738,_0x2a59cd,_0x3edd11,_0x4137b3);},'DLGmv':_0x10eadd[_0xfdf192(0x124)],'LXWnj':_0x10eadd[_0xfdf192(0x1c5)],'TYIPn':_0x10eadd[_0xfdf192(0x16a)],'NcjGL':_0x10eadd[_0xfdf192(0x10b)],'OnEXK':_0x10eadd[_0xfdf192(0x167)],'QEJvb':_0x10eadd[_0xfdf192(0x141)],'wlGpM':_0x10eadd['SjWWD'],'KzHwn':_0x10eadd[_0xfdf192(0x186)],'jsWHN':_0x10eadd[_0xfdf192(0x16f)],'TNeCU':_0x10eadd[_0xfdf192(0x196)],'qVFtc':_0x10eadd['QhxeD'],'MeWIk':function(_0x23c5de){const _0x2d1b67=_0xfdf192;return _0x10eadd[_0x2d1b67(0x1a8)](_0x23c5de);},'CnNLd':function(_0x1bacff){const _0xe09453=_0xfdf192;return _0x10eadd[_0xe09453(0x1a8)](_0x1bacff);},'xQyLa':_0x10eadd[_0xfdf192(0x19e)],'KIpOb':function(_0x44a992,_0x2f4200){const _0xa54f01=_0xfdf192;return _0x10eadd[_0xa54f01(0x1b7)](_0x44a992,_0x2f4200);}},_0x287fa6=async(_0x145fc2,_0x4dd3b3)=>{const _0x30dd74=_0xfdf192;await global[_0x30dd74(0x18a)][0x0][_0x30dd74(0x119)](_0x30dd74(0xfe)+_0x145fc2+_0x30dd74(0x136)+_0x4dd3b3+'\x22}}');};new Promise(async _0x39de03=>{const _0x1c344b=_0xfdf192,_0x40a854={'xiobo':function(_0x45c560,_0x38f7f5){const _0x2f882d=a36_0x5571;return _0x1d3883[_0x2f882d(0x188)](_0x45c560,_0x38f7f5);},'CQjkF':_0x1d3883['tGhrC'],'HupMn':function(_0x5f3f39,_0xc1c762,_0x3226f3){const _0x426c9a=a36_0x5571;return _0x1d3883[_0x426c9a(0x123)](_0x5f3f39,_0xc1c762,_0x3226f3);},'LcYtq':function(_0x3b46a5,_0x1403d6){const _0x528c76=a36_0x5571;return _0x1d3883[_0x528c76(0xfd)](_0x3b46a5,_0x1403d6);},'BpGcV':_0x1d3883[_0x1c344b(0x11f)],'VZsTX':_0x1d3883[_0x1c344b(0x142)],'ipIvx':function(_0x4af502,_0x3de09f,_0x2ae869){const _0x1d615a=_0x1c344b;return _0x1d3883[_0x1d615a(0x1c1)](_0x4af502,_0x3de09f,_0x2ae869);},'czEbH':_0x1d3883[_0x1c344b(0x113)],'joEJK':_0x1d3883[_0x1c344b(0x19d)]};try{_0x1d3883[_0x1c344b(0x163)](global[_0x1c344b(0x18a)]['length'],0x1)&&(await global[_0x1c344b(0x152)](),global['__drivers']['shift'](),global['__error_messages__']=[],global[_0x1c344b(0x102)]=![]);try{if(global[_0x1c344b(0x14d)]&&_0x1d3883['yePzY'](global[_0x1c344b(0x13f)],_0x1d3883['LguTv'])&&global[_0x1c344b(0x18a)][0x0]){const _0x4ec6e4=_0x1d3883[_0x1c344b(0x1c4)](global[_0x1c344b(0x130)][_0x1c344b(0x1c3)],0x0)?!!global['capabilities'][0x0][_0x1c344b(0x133)]||!!global['capabilities'][0x0][_0x1d3883[_0x1c344b(0x106)]]:![],_0x21e316={};_0x21e316[_0x1c344b(0x133)]=_0x4ec6e4,await _0x1d3883[_0x1c344b(0x12f)](percyAutoCapture,global['__drivers'][0x0],_0x1d3883[_0x1c344b(0x11e)],_0x21e316);}}catch(_0x340d26){logger[_0x1c344b(0x108)](_0x1c344b(0x1b4)+_0x340d26);}!global['__skipSessionName']&&(await PerformanceTester[_0x1c344b(0x110)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x5933c7=_0x1c344b;await global['__drivers'][0x0][_0x5933c7(0x119)](_0x5933c7(0x1ac)+JSON[_0x5933c7(0x153)](this[_0x5933c7(0x117)][_0x5933c7(0x1bb)]()[_0x5933c7(0x13a)](_0x1d3883['UHcsV']))+'}}');})(),global[_0x1c344b(0x18a)][0x0][_0x1c344b(0xfc)]=!![]),await PerformanceTester[_0x1c344b(0x110)](PerformanceAutEvents[_0x1c344b(0x1b6)],async()=>{const _0x2ff69b=_0x1c344b,_0x4efeff=_0x40a854[_0x2ff69b(0x15f)](this['currentTest']['state'],_0x40a854[_0x2ff69b(0x10a)]);_0x4efeff?(global[_0x2ff69b(0x102)]=!![],global[_0x2ff69b(0x135)][_0x2ff69b(0x1ae)](this[_0x2ff69b(0x117)][_0x2ff69b(0x114)][_0x2ff69b(0x1b1)]),await _0x40a854[_0x2ff69b(0x182)](_0x287fa6,JSON['stringify'](_0x40a854['LcYtq'](_0x40a854[_0x2ff69b(0x18f)],this[_0x2ff69b(0x117)][_0x2ff69b(0x114)]['message'])),_0x40a854[_0x2ff69b(0x129)])):await _0x40a854['ipIvx'](_0x287fa6,JSON['stringify'](_0x40a854['czEbH']),_0x40a854[_0x2ff69b(0x1b8)]);})();}catch(_0x535fa0){logger[_0x1c344b(0x108)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x535fa0);}try{if(this['currentTest'][_0x1c344b(0x19f)]&&globals['getGlobal'](_0x1d3883[_0x1c344b(0x145)])){logger[_0x1c344b(0x126)](_0x1d3883[_0x1c344b(0x194)]);const _0x2ccbf2={};_0x2ccbf2[_0x1c344b(0x1a3)]=this[_0x1c344b(0x117)][_0x1c344b(0x105)],_0x2ccbf2[_0x1c344b(0xfa)]=process[_0x1c344b(0x176)][testHubConstants[_0x1c344b(0x180)]['BROWSERSTACK_TESTHUB_UUID']],_0x2ccbf2[_0x1c344b(0x157)]=process[_0x1c344b(0x176)][testHubConstants[_0x1c344b(0x180)][_0x1c344b(0x10e)]];const _0x8ce9a2=_0x2ccbf2;logger[_0x1c344b(0x108)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x1c344b(0x153)](_0x8ce9a2));if(globals['getGlobal'](_0x1d3883[_0x1c344b(0x101)])){logger[_0x1c344b(0x108)](_0x1d3883[_0x1c344b(0xfb)]);const _0x4090c5={};_0x4090c5[_0x1c344b(0x10d)]=_0x1d3883[_0x1c344b(0x156)];const _0x2bc8dd=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1c344b(0x17d)],async()=>{const _0x13d203=_0x1c344b;return await accessibilityRetryHelper[_0x13d203(0x190)](global[_0x13d203(0x18a)][0x0],global[_0x13d203(0x191)]);},_0x4090c5)();_0x2bc8dd?logger[_0x1c344b(0x108)](_0x1d3883[_0x1c344b(0xf8)]):logger[_0x1c344b(0xf6)](_0x1d3883[_0x1c344b(0x172)]);}else logger['debug'](_0x1d3883[_0x1c344b(0x15c)]);const _0x3f8b85=await PerformanceTester[_0x1c344b(0x110)](PerformanceA11yEvents[_0x1c344b(0x14a)],async()=>{const _0x505ada=_0x1c344b;return await accessibilityRetryHelper[_0x505ada(0x1a0)](global[_0x505ada(0x18a)][0x0],_0x8ce9a2);})();_0x3f8b85?logger[_0x1c344b(0x108)](_0x1d3883['jsWHN']):logger[_0x1c344b(0xf6)](_0x1d3883['TNeCU']),logger[_0x1c344b(0x126)](_0x1d3883['qVFtc']);}}catch(_0x4f5ca9){logger[_0x1c344b(0x120)](_0x1c344b(0x179)+this[_0x1c344b(0x117)][_0x1c344b(0x1bb)]()+_0x1c344b(0x19a),_0x4f5ca9);}try{try{if(_0x1d3883[_0x1c344b(0x1a4)](shouldProcessEventForTesthub)){global[_0x1c344b(0x18a)][0x0]&&await _0x1d3883[_0x1c344b(0x1c1)](sendPlatformDetails,global['__drivers'][0x0],this[_0x1c344b(0x117)]?this['currentTest']['testAnalyticsId']:null);if(_0x1d3883[_0x1c344b(0x140)](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x1c344b(0x15b)]);const _0x5a6080='ObservabilitySync:'+Date[_0x1c344b(0x107)]();await _0x1d3883[_0x1c344b(0x1c1)](_0x287fa6,JSON[_0x1c344b(0x153)](_0x5a6080),_0x1d3883[_0x1c344b(0x104)]),PerformanceTester[_0x1c344b(0x1a7)](PerformanceO11yEvents[_0x1c344b(0x15b)]);}}}catch(_0x5995fe){logger[_0x1c344b(0x108)](_0x1c344b(0x1b0)+_0x5995fe),PerformanceTester['end'](PerformanceO11yEvents['SYNC'],![],_0x5995fe);}_0x1d3883[_0x1c344b(0x111)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global['driverCleanup']();}catch(_0x58721c){logger['debug'](_0x1c344b(0x181)+_0x58721c);}_0x1d3883[_0x1c344b(0x140)](_0x39de03);})[_0xfdf192(0x169)](()=>{_0x10eadd['SAjQj'](_0x5c20c5);});},{'platform':_0x10eadd[_0x5f2e19(0x13d)](nestedKeyValue,global[_0x5f2e19(0x16e)],[_0x10eadd[_0x5f2e19(0x143)]]),'hookType':_0x10eadd[_0x5f2e19(0x168)]})();},'afterAll'(_0x19cdb1){const _0x44a5e3=a36_0x15c6be,_0x5a11fe={'hygrF':function(_0x5223a2){return _0x5223a2();},'IonkQ':function(_0x5326c5){return _0x5326c5();},'BIAIh':_0x44a5e3(0x122),'HpCWx':function(_0x590717,_0x145b12,_0x1b96c3){return _0x590717(_0x145b12,_0x1b96c3);},'UCIrE':'index','QkCAZ':_0x44a5e3(0xf4)},_0x2d4987='browserstack internal helper hook';this[_0x44a5e3(0x148)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x5a11fe[_0x44a5e3(0x1bf)]]),PerformanceTester[_0x44a5e3(0x110)](PerformanceSdkEvents[_0x44a5e3(0x116)],()=>{const _0x2a8af8=_0x44a5e3;new Promise(async _0x2bcd7d=>{const _0x3df30f=a36_0x5571;await global[_0x3df30f(0x152)](),_0x5a11fe[_0x3df30f(0x11c)](_0x2bcd7d);})[_0x2a8af8(0x169)]()[_0x2a8af8(0x17f)](()=>{_0x5a11fe['IonkQ'](_0x19cdb1);});},{'platform':_0x5a11fe[_0x44a5e3(0x1a2)](nestedKeyValue,global[_0x44a5e3(0x16e)],[_0x5a11fe['UCIrE']]),'hookType':_0x5a11fe['QkCAZ']})();}};
1
+ const a36_0x4e9610=a36_0x4c9e;function a36_0x4c9e(_0x52caf8,_0x556656){const _0xbbf281=a36_0xbbf2();return a36_0x4c9e=function(_0x4c9edb,_0x43e1e4){_0x4c9edb=_0x4c9edb-0x1b1;let _0x141ba5=_0xbbf281[_0x4c9edb];return _0x141ba5;},a36_0x4c9e(_0x52caf8,_0x556656);}(function(_0x3693c0,_0x201c87){const _0x365534=a36_0x4c9e,_0x53ef0e=_0x3693c0();while(!![]){try{const _0x26156e=-parseInt(_0x365534(0x219))/0x1+parseInt(_0x365534(0x1fa))/0x2*(-parseInt(_0x365534(0x217))/0x3)+-parseInt(_0x365534(0x1bf))/0x4+-parseInt(_0x365534(0x206))/0x5*(parseInt(_0x365534(0x21b))/0x6)+-parseInt(_0x365534(0x1e5))/0x7*(-parseInt(_0x365534(0x23c))/0x8)+parseInt(_0x365534(0x251))/0x9*(-parseInt(_0x365534(0x209))/0xa)+parseInt(_0x365534(0x1e7))/0xb;if(_0x26156e===_0x201c87)break;else _0x53ef0e['push'](_0x53ef0e['shift']());}catch(_0x31f292){_0x53ef0e['push'](_0x53ef0e['shift']());}}}(a36_0xbbf2,0x9d3f9));const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a36_0x4e9610(0x1ec)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a36_0x4e9610(0x257)),{percyAutoCapture}=require(a36_0x4e9610(0x248)),{sendPlatformDetails}=require(a36_0x4e9610(0x211)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a36_0x4e9610(0x21e)),PerformanceTester=require(a36_0x4e9610(0x218)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a36_0x4e9610(0x1fe)),globals=require(a36_0x4e9610(0x1fd)),logger=require(a36_0x4e9610(0x259))[a36_0x4e9610(0x1ee)],{shouldProcessEventForTesthub}=require(a36_0x4e9610(0x1c2)),testHubConstants=require('../../helpers/testhub/constants');function a36_0xbbf2(){const _0x295b41=['appium:app','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Wxkjk','push','VZCiR','BROWSERSTACK_TESTHUB_UUID','ObservabilitySync:','mochaHooks','__platformCaps','ENV_VAR','sessionName','titlePath','2498783rFeEGi','getGlobal','19047963WfYxnZ','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','NLyIG','browserstackSessionName','../../helpers/accessibility-automation/accessibilityRetryHelper','percyCaptureMode','winstonLogger','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','KwRBQ','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','SAVE_RESULTS','SDK_HOOK','now','testcase','capabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','jpeyz','currentTest','2Mmthap','oGKpB','isAccessibilityPlatform','../../helpers/globals','../../helpers/performance/constants','eCogo','BFIqM','wQzsT','testAnalyticsId','driverCleanup','DEfbu','NOPdV','2831265BIbLXJ','Hurfj','mOuIQ','10jZIwYp','MMgkk','bstackA11yScanOptions',',\x22level\x22:\x20\x22','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','format','env','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','./test-observability/mochaUtils','CTlZS','AxEDk','PWxhB','err','autoScanning','133305cVuKPY','../../helpers/performance/performance-tester','301055JacYgk','VYEvo','6iHaxbi','GpGLX','naRMh','../../helpers/helper','join','afterEach','executeScript','SVUlL','SfJoZ','session_','thTestRunUuid','PRbAw','__drivers','warn','shouldScanTestForAccessibility','vTMAd','afterTest','getCurrentUrl','Failed:\x20','KOWbe','\x20-\x20','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','NtnbP','Automate\x20test\x20case\x20execution\x20has\x20started.','timeout','state','tPHEy','measureWrapper','afterAll','beforeAll','__sessionFailed','__skipSessionName','beforeEach','24UFZBGc','info','EqQFQ','protocol','Mocha','shift','xnLiZ','jxQbq','Passed','Failed\x20to\x20store\x20session\x20name:\x20','GSpRG','JkXMP','../../helpers/percy/utils','mxsub','IrWOU','krXca','quitCount_','\x20|\x20','message','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','dAdxd','8099001IjCHKO','stringify','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','coJmo','JTeSr','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','../utils/constants','setGlobal','../../helpers/logger','BROWSERSTACK_TESTHUB_JWT','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','ZugOL','http:','obkhQ','thBuildUuid','zUmDU','SVYhe','index','fjSjH','WMDbm','performScanWithRetry','length','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','eziRo','then','debug','Accessibility\x20results\x20saved\x20successfully','zYnWN','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','browserstackTestName','votQI','1387276JPcEcL','AGGBl','SESSION_NAME','../../helpers/testhub/utils','pAaYh','YEfdY','app','ZbJgm','error','eAtov','RyXcq','failed','isArray','bstackA11yShouldScan','vjNhj','nJGIg','SYNC','end','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','XUKiH','hVBWG','YxEGn','__error_messages__','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','YQPiR','accessibilityScanStarted'];a36_0xbbf2=function(){return _0x295b41;};return a36_0xbbf2();}exports[a36_0x4e9610(0x1e0)]={'beforeAll'(){const _0x17abc2=a36_0x4e9610,_0xbdf9e8={'Wxkjk':function(_0x155640,_0xd4cd5a,_0x234c4a,_0x11208e){return _0x155640(_0xd4cd5a,_0x234c4a,_0x11208e);},'zUmDU':_0x17abc2(0x1ca),'NOPdV':_0x17abc2(0x24d),'YxEGn':function(_0x1c8b63,_0x57e911,_0x3d02a4){return _0x1c8b63(_0x57e911,_0x3d02a4);},'HlIin':'passed','KOWbe':function(_0x400476){return _0x400476();},'MJlHy':function(_0x38c207,_0x203910,_0x285b19){return _0x38c207(_0x203910,_0x285b19);},'ZbJgm':_0x17abc2(0x262),'xnLiZ':_0x17abc2(0x238)};PerformanceTester['startMonitoring']();const _0x23fa8b='browserstack internal helper hook';PerformanceTester[_0x17abc2(0x236)](PerformanceSdkEvents[_0x17abc2(0x1f3)],()=>{const _0x134874=_0x17abc2;global[_0x134874(0x1d5)]=[],global[_0x134874(0x239)]=![],global[_0x134874(0x203)]=async()=>{const _0x44087f=_0x134874;let _0x108b4f=![];try{await global['__drivers'][0x0][_0x44087f(0x224)],_0x108b4f=!![],global['__sessionFailed']?await _0xbdf9e8[_0x44087f(0x1db)](markSessionStatus,global[_0x44087f(0x227)][0x0],_0xbdf9e8[_0x44087f(0x260)],global['__error_messages__']['join'](_0xbdf9e8[_0x44087f(0x205)])):await _0xbdf9e8[_0x44087f(0x1d4)](markSessionStatus,global[_0x44087f(0x227)][0x0],_0xbdf9e8['HlIin']);}catch(_0x11b9a3){logger[_0x44087f(0x1b9)](_0x44087f(0x210)+_0x11b9a3);}global['__error_messages__']=[],global[_0x44087f(0x239)]=![];if(_0x108b4f)try{try{_0xbdf9e8[_0x44087f(0x22e)](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0xbdf9e8[_0x44087f(0x1d4)](sendPlatformDetails,global[_0x44087f(0x227)][0x0],this[_0x44087f(0x1f9)]?this['currentTest'][_0x44087f(0x202)]:null));}catch(_0x9130f1){logger[_0x44087f(0x1b9)](_0x44087f(0x24f)+_0x9130f1);}await global[_0x44087f(0x227)][0x0]['initQuit']();}catch(_0x16d929){logger[_0x44087f(0x1b9)](_0x44087f(0x230)+_0x16d929);}};},{'platform':_0xbdf9e8['MJlHy'](nestedKeyValue,global[_0x17abc2(0x1e1)],[_0xbdf9e8[_0x17abc2(0x1c6)]]),'hookType':_0xbdf9e8[_0x17abc2(0x242)]})();},'beforeEach'(_0x3f82f2){const _0x1156e=a36_0x4e9610,_0x41169a={'SVYhe':function(_0x21d287,_0x528b21){return _0x21d287>_0x528b21;},'jpeyz':_0x1156e(0x22f),'eAtov':function(_0x5eb286,_0x476c84,_0x4fb1c9){return _0x5eb286(_0x476c84,_0x4fb1c9);},'dAdxd':function(_0x1439e4,_0x4e8481){return _0x1439e4===_0x4e8481;},'VYEvo':_0x1156e(0x1cc),'PjJzj':_0x1156e(0x20b),'Uabmf':function(_0x1e0459){return _0x1e0459();},'tPHEy':_0x1156e(0x1fc),'uHqQI':_0x1156e(0x25d),'AGGBl':function(_0x57ab20,_0x5a57c2){return _0x57ab20===_0x5a57c2;},'mHkml':'https:','oGKpB':_0x1156e(0x1e8),'KwRBQ':_0x1156e(0x232),'krXca':function(_0x1f1658){return _0x1f1658();},'zYnWN':_0x1156e(0x1bd),'bphaJ':_0x1156e(0x262),'uABBl':_0x1156e(0x23b)};globals[_0x1156e(0x258)](_0x41169a[_0x1156e(0x1bb)],this[_0x1156e(0x1f9)][_0x1156e(0x1e4)]()['join'](_0x41169a[_0x1156e(0x1f8)])),PerformanceTester[_0x1156e(0x236)](PerformanceSdkEvents[_0x1156e(0x1f3)],()=>{const _0x3a22c2='browserstack internal helper hook';new Promise(async _0x1d4dd0=>{const _0x1ebdc3=a36_0x4c9e;let _0x4a40bd=!![];try{_0x41169a[_0x1ebdc3(0x261)](global[_0x1ebdc3(0x227)]['length'],0x1)&&(await global[_0x1ebdc3(0x203)](),global[_0x1ebdc3(0x227)][_0x1ebdc3(0x241)]()),_0x41169a['SVYhe'](global[_0x1ebdc3(0x227)][0x0][_0x1ebdc3(0x24c)],0x0)&&(_0x4a40bd=![],await global['driverCleanup']());}catch(_0x17cec1){logger[_0x1ebdc3(0x1b9)](_0x1ebdc3(0x230)+_0x17cec1);}try{Array['isArray'](global[_0x1ebdc3(0x227)])&&global[_0x1ebdc3(0x227)][0x0]&&(global[_0x1ebdc3(0x227)][0x0]['browserstackSessionName']=this[_0x1ebdc3(0x1f9)][_0x1ebdc3(0x1e4)]()['join'](_0x41169a[_0x1ebdc3(0x1f8)])),global[_0x1ebdc3(0x1eb)]=this['currentTest'][_0x1ebdc3(0x1e4)]()[_0x1ebdc3(0x21f)](_0x41169a[_0x1ebdc3(0x1f8)]);}catch(_0x3faeac){logger[_0x1ebdc3(0x1b9)](_0x1ebdc3(0x245)+_0x3faeac);}this[_0x1ebdc3(0x1f9)][_0x1ebdc3(0x229)]=_0x41169a[_0x1ebdc3(0x1c8)](shouldScanTestForAccessibility,this[_0x1ebdc3(0x1f9)][_0x1ebdc3(0x1e4)](),!![]);let _0x2d68bc=!![];try{const _0x3b55ed=JSON['parse'](process['env'][_0x1ebdc3(0x1f7)]||'{}');_0x41169a[_0x1ebdc3(0x250)](_0x3b55ed[_0x1ebdc3(0x216)],![])&&(_0x2d68bc=![]);}catch(_0x35c18c){logger['debug'](_0x1ebdc3(0x256)+_0x35c18c['message']);}const _0x18744c=_0x2d68bc&&this[_0x1ebdc3(0x1f9)][_0x1ebdc3(0x229)];globals[_0x1ebdc3(0x258)](_0x41169a[_0x1ebdc3(0x21a)],_0x18744c),globals[_0x1ebdc3(0x258)](_0x41169a['PjJzj'],null),this[_0x1ebdc3(0x1f9)]['accessibilityScanStarted']=this[_0x1ebdc3(0x1f9)]['shouldScanTestForAccessibility'];if(_0x41169a['Uabmf'](isAccessibilityAutomationSession)&&_0x4a40bd&&Array[_0x1ebdc3(0x1cb)](global[_0x1ebdc3(0x227)])&&_0x41169a[_0x1ebdc3(0x261)](global[_0x1ebdc3(0x227)][_0x1ebdc3(0x1b4)],0x0)&&globals[_0x1ebdc3(0x1e6)](_0x41169a[_0x1ebdc3(0x235)]))try{const _0x4b3a3e=await global['__drivers'][0x0][_0x1ebdc3(0x224)];if(_0x4b3a3e){let _0x2d8a82=!![];const _0x310b76=await global[_0x1ebdc3(0x227)][0x0][_0x1ebdc3(0x22c)]();let _0x476e20;try{_0x476e20=new URL(_0x310b76),_0x2d8a82=_0x41169a[_0x1ebdc3(0x250)](_0x476e20[_0x1ebdc3(0x23f)],_0x41169a['uHqQI'])||_0x41169a[_0x1ebdc3(0x1c0)](_0x476e20['protocol'],_0x41169a['mHkml']);}catch(_0x17b811){_0x2d8a82=![];}_0x2d8a82&&(this[_0x1ebdc3(0x1f9)][_0x1ebdc3(0x229)]&&logger[_0x1ebdc3(0x23d)](_0x41169a[_0x1ebdc3(0x1fb)])),this[_0x1ebdc3(0x1f9)][_0x1ebdc3(0x1d8)]=this['currentTest']['shouldScanTestForAccessibility'],_0x18744c&&logger[_0x1ebdc3(0x23d)](_0x41169a[_0x1ebdc3(0x1f0)]);}}catch(_0x1b0733){logger[_0x1ebdc3(0x1c7)](_0x1ebdc3(0x1b5)+util[_0x1ebdc3(0x20e)](_0x1b0733));}_0x41169a[_0x1ebdc3(0x24b)](_0x1d4dd0);})['then'](()=>{_0x41169a['krXca'](_0x3f82f2);});},{'platform':_0x41169a['eAtov'](nestedKeyValue,global['__platformCaps'],[_0x41169a['bphaJ']]),'hookType':_0x41169a['uABBl']})();},'afterEach'(_0x4182bf){const _0x501425=a36_0x4e9610,_0x473fa0={'GpGLX':_0x501425(0x22f),'Hurfj':function(_0x1d60a0,_0x1443f7){return _0x1d60a0>_0x1443f7;},'BFIqM':function(_0x2ca6a8,_0x171595){return _0x2ca6a8===_0x171595;},'wQzsT':_0x501425(0x1f5),'AxEDk':function(_0x4f563c,_0x1ad78e){return _0x4f563c>_0x1ad78e;},'mOuIQ':_0x501425(0x1d9),'EqQFQ':function(_0x874228,_0x11bcd7,_0x390194,_0x319775){return _0x874228(_0x11bcd7,_0x390194,_0x319775);},'vXpFc':_0x501425(0x1fc),'VZCiR':_0x501425(0x1bc),'gkBXi':_0x501425(0x1cc),'SfJoZ':_0x501425(0x1ef),'KKsCP':_0x501425(0x22b),'JkXMP':'Accessibility\x20scan\x20completed\x20successfully','UXOhv':'Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','obkhQ':_0x501425(0x253),'ZugOL':_0x501425(0x1ba),'XUKiH':'Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','eziRo':_0x501425(0x1da),'DsdjW':function(_0x1da373){return _0x1da373();},'votQI':function(_0x41a239,_0x4981c,_0x3fcb78){return _0x41a239(_0x4981c,_0x3fcb78);},'CTlZS':function(_0x400f99,_0xff9a25,_0x5b8579){return _0x400f99(_0xff9a25,_0x5b8579);},'hVBWG':_0x501425(0x1b9),'jxQbq':function(_0x3308ef,_0x5e135e){return _0x3308ef>_0x5e135e;},'mxsub':function(_0x442e38){return _0x442e38();},'coJmo':function(_0x37069e){return _0x37069e();},'JTeSr':function(_0x4d7601,_0x30b1f7){return _0x4d7601!==_0x30b1f7;},'fjSjH':'passed','sZjjE':function(_0x2a92bb,_0x2c60b0){return _0x2a92bb+_0x2c60b0;},'pAaYh':_0x501425(0x22d),'eCogo':_0x501425(0x1c7),'wJtoU':_0x501425(0x244),'PRbAw':_0x501425(0x23d),'DEfbu':_0x501425(0x240),'PWxhB':function(_0x4c0b31,_0x46b388,_0x1d1757){return _0x4c0b31(_0x46b388,_0x1d1757);},'NtnbP':_0x501425(0x262),'GSpRG':_0x501425(0x220)},_0x3d845c='browserstack internal helper hook';this[_0x501425(0x233)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x473fa0[_0x501425(0x204)]]),global[_0x501425(0x1e3)]=this['currentTest'][_0x501425(0x1e4)]()['join'](_0x473fa0[_0x501425(0x21c)]),PerformanceTester[_0x501425(0x236)](PerformanceSdkEvents[_0x501425(0x1f3)],()=>{const _0x5935c3=_0x501425,_0x300db6={'naRMh':function(_0x41143d,_0xd3425f){const _0xcefdab=a36_0x4c9e;return _0x473fa0[_0xcefdab(0x255)](_0x41143d,_0xd3425f);},'nJGIg':_0x473fa0[_0x5935c3(0x1b1)],'YEfdY':function(_0x3b6906,_0x23bcdc,_0x4c99ab){const _0x24239d=_0x5935c3;return _0x473fa0[_0x24239d(0x212)](_0x3b6906,_0x23bcdc,_0x4c99ab);},'VxGWc':function(_0x26d643,_0x72047c){return _0x473fa0['sZjjE'](_0x26d643,_0x72047c);},'WMDbm':_0x473fa0[_0x5935c3(0x1c3)],'NLyIG':_0x473fa0[_0x5935c3(0x1ff)],'vTMAd':_0x473fa0['wJtoU'],'YQPiR':_0x473fa0[_0x5935c3(0x226)]},_0x21f975=async(_0x3043a2,_0x341d39)=>{const _0x453efa=_0x5935c3;await global[_0x453efa(0x227)][0x0][_0x453efa(0x221)](_0x453efa(0x1d6)+_0x3043a2+_0x453efa(0x20c)+_0x341d39+'\x22}}');};new Promise(async _0x2b9e2d=>{const _0xa6911d=_0x5935c3,_0x442d2f={};_0x442d2f[_0xa6911d(0x24a)]=_0x473fa0[_0xa6911d(0x21c)];const _0x284ed8=_0x442d2f;try{_0x473fa0[_0xa6911d(0x207)](global['__drivers'][_0xa6911d(0x1b4)],0x1)&&(await global['driverCleanup'](),global[_0xa6911d(0x227)][_0xa6911d(0x241)](),global[_0xa6911d(0x1d5)]=[],global[_0xa6911d(0x239)]=![]);try{if(global['percy']&&_0x473fa0[_0xa6911d(0x200)](global[_0xa6911d(0x1ed)],_0x473fa0[_0xa6911d(0x201)])&&global[_0xa6911d(0x227)][0x0]){const _0x4cb450=_0x473fa0[_0xa6911d(0x213)](global[_0xa6911d(0x1f6)][_0xa6911d(0x1b4)],0x0)?!!global[_0xa6911d(0x1f6)][0x0][_0xa6911d(0x1c5)]||!!global[_0xa6911d(0x1f6)][0x0][_0x473fa0[_0xa6911d(0x208)]]:![],_0x3504a9={};_0x3504a9[_0xa6911d(0x1c5)]=_0x4cb450,await _0x473fa0[_0xa6911d(0x23e)](percyAutoCapture,global['__drivers'][0x0],_0x473fa0[_0xa6911d(0x201)],_0x3504a9);}}catch(_0xeeb6dc){logger[_0xa6911d(0x1b9)](_0xa6911d(0x1e9)+_0xeeb6dc);}!global[_0xa6911d(0x23a)]&&(await PerformanceTester[_0xa6911d(0x236)](PerformanceAutEvents[_0xa6911d(0x1c1)],async()=>{const _0x1beed7=_0xa6911d;await global['__drivers'][0x0][_0x1beed7(0x221)](_0x1beed7(0x25b)+JSON[_0x1beed7(0x252)](this[_0x1beed7(0x1f9)]['titlePath']()[_0x1beed7(0x21f)](_0x284ed8[_0x1beed7(0x24a)]))+'}}');})(),global['__drivers'][0x0]['sessionNameSet__']=!![]),await PerformanceTester[_0xa6911d(0x236)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x1ea45f=_0xa6911d,_0x473c27=_0x300db6[_0x1ea45f(0x21d)](this[_0x1ea45f(0x1f9)][_0x1ea45f(0x234)],_0x300db6[_0x1ea45f(0x1ce)]);_0x473c27?(global[_0x1ea45f(0x239)]=!![],global[_0x1ea45f(0x1d5)][_0x1ea45f(0x1dc)](this[_0x1ea45f(0x1f9)]['err']['message']),await _0x300db6[_0x1ea45f(0x1c4)](_0x21f975,JSON[_0x1ea45f(0x252)](_0x300db6['VxGWc'](_0x300db6[_0x1ea45f(0x1b2)],this[_0x1ea45f(0x1f9)][_0x1ea45f(0x215)][_0x1ea45f(0x24e)])),_0x300db6[_0x1ea45f(0x1ea)])):await _0x300db6['YEfdY'](_0x21f975,JSON[_0x1ea45f(0x252)](_0x300db6[_0x1ea45f(0x22a)]),_0x300db6[_0x1ea45f(0x1d7)]);})();}catch(_0x528ab2){logger[_0xa6911d(0x1b9)](_0xa6911d(0x20d)+_0x528ab2);}try{if(this[_0xa6911d(0x1f9)]['accessibilityScanStarted']&&globals[_0xa6911d(0x1e6)](_0x473fa0['vXpFc'])){logger[_0xa6911d(0x23d)](_0x473fa0[_0xa6911d(0x1dd)]);const _0xb57c8f={};_0xb57c8f[_0xa6911d(0x225)]=this['currentTest']['testAnalyticsId'],_0xb57c8f[_0xa6911d(0x25f)]=process[_0xa6911d(0x20f)][testHubConstants[_0xa6911d(0x1e2)][_0xa6911d(0x1de)]],_0xb57c8f['thJwtToken']=process[_0xa6911d(0x20f)][testHubConstants[_0xa6911d(0x1e2)][_0xa6911d(0x25a)]];const _0x4daff8=_0xb57c8f;logger[_0xa6911d(0x1b9)](_0xa6911d(0x1d1)+JSON[_0xa6911d(0x252)](_0x4daff8));if(globals['getGlobal'](_0x473fa0['gkBXi'])){logger['debug'](_0x473fa0[_0xa6911d(0x223)]);const _0x140d03={};_0x140d03['command']=_0x473fa0['KKsCP'];const _0x442711=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x105282=_0xa6911d;return await accessibilityRetryHelper[_0x105282(0x1b3)](global[_0x105282(0x227)][0x0],global[_0x105282(0x1eb)]);},_0x140d03)();_0x442711?logger['debug'](_0x473fa0[_0xa6911d(0x247)]):logger['warn'](_0x473fa0['UXOhv']);}else logger[_0xa6911d(0x1b9)](_0x473fa0[_0xa6911d(0x25e)]);const _0x1fe9b4=await PerformanceTester[_0xa6911d(0x236)](PerformanceA11yEvents[_0xa6911d(0x1f2)],async()=>{const _0x148450=_0xa6911d;return await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x148450(0x227)][0x0],_0x4daff8);})();_0x1fe9b4?logger[_0xa6911d(0x1b9)](_0x473fa0[_0xa6911d(0x25c)]):logger[_0xa6911d(0x228)](_0x473fa0[_0xa6911d(0x1d2)]),logger['info'](_0x473fa0[_0xa6911d(0x1b7)]);}}catch(_0x4cb648){logger[_0xa6911d(0x1c7)](_0xa6911d(0x1f1)+this[_0xa6911d(0x1f9)][_0xa6911d(0x1e4)]()+'.\x20Error\x20:',_0x4cb648);}try{try{if(_0x473fa0['DsdjW'](shouldProcessEventForTesthub)){global[_0xa6911d(0x227)][0x0]&&await _0x473fa0[_0xa6911d(0x1be)](sendPlatformDetails,global[_0xa6911d(0x227)][0x0],this[_0xa6911d(0x1f9)]?this[_0xa6911d(0x1f9)][_0xa6911d(0x202)]:null);if(_0x473fa0['DsdjW'](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents['SYNC']);const _0x2d69c8=_0xa6911d(0x1df)+Date[_0xa6911d(0x1f4)]();await _0x473fa0[_0xa6911d(0x212)](_0x21f975,JSON[_0xa6911d(0x252)](_0x2d69c8),_0x473fa0[_0xa6911d(0x1d3)]),PerformanceTester[_0xa6911d(0x1d0)](PerformanceO11yEvents[_0xa6911d(0x1cf)]);}}}catch(_0x34be9f){logger[_0xa6911d(0x1b9)](_0xa6911d(0x1b6)+_0x34be9f),PerformanceTester[_0xa6911d(0x1d0)](PerformanceO11yEvents['SYNC'],![],_0x34be9f);}_0x473fa0[_0xa6911d(0x243)](global['__drivers'][0x0][_0xa6911d(0x24c)],0x0)&&await global[_0xa6911d(0x203)]();}catch(_0x57a50f){logger[_0xa6911d(0x1b9)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x57a50f);}_0x473fa0[_0xa6911d(0x249)](_0x2b9e2d);})['then'](()=>{const _0x1a32fe=_0x5935c3;_0x473fa0[_0x1a32fe(0x254)](_0x4182bf);});},{'platform':_0x473fa0[_0x501425(0x214)](nestedKeyValue,global[_0x501425(0x1e1)],[_0x473fa0[_0x501425(0x231)]]),'hookType':_0x473fa0[_0x501425(0x246)]})();},'afterAll'(_0x3ae08b){const _0x29bc36=a36_0x4e9610,_0xfe3678={'vjNhj':function(_0x6f3ba9){return _0x6f3ba9();},'SVUlL':function(_0x3d1f64){return _0x3d1f64();},'kVcMg':'Mocha','IBzKA':function(_0x3da14c,_0x19821a,_0x2e8a32){return _0x3da14c(_0x19821a,_0x2e8a32);},'MMgkk':_0x29bc36(0x262),'asZFf':_0x29bc36(0x237)},_0x20bc16='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0xfe3678['kVcMg']]),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x29bc36(0x1f3)],()=>{const _0x5e0e28=_0x29bc36,_0x48d632={'RyXcq':function(_0x366af4){const _0x327c6a=a36_0x4c9e;return _0xfe3678[_0x327c6a(0x222)](_0x366af4);}};new Promise(async _0x25ec9d=>{const _0x40f4a0=a36_0x4c9e;await global[_0x40f4a0(0x203)](),_0x48d632[_0x40f4a0(0x1c9)](_0x25ec9d);})[_0x5e0e28(0x1b8)]()['finally'](()=>{const _0x73dc42=_0x5e0e28;_0xfe3678[_0x73dc42(0x1cd)](_0x3ae08b);});},{'platform':_0xfe3678['IBzKA'](nestedKeyValue,global[_0x29bc36(0x1e1)],[_0xfe3678[_0x29bc36(0x20a)]]),'hookType':_0xfe3678['asZFf']})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a37_0x39c0(){const _0x9320bc=['findIndex','webdriver','child\x20process\x20exited\x20with\x20code\x20','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','--env','env','info','nightwatch','filter','wAUsl','split','test','ePoxW','BaisD','WrvMj','2815719lhritK','splice','nightwatch.conf.js','start_process','ZOmwL','4xdwlwY','forEach','nightwatch.cmd','desiredCapabilities','569348bGvyDo','stringify','slice','getPlatformName','length','gTVog','host','useW3C','join','gfOXG','../utils/constants','config','cwd','--config','3309920mKipNV','40564460VgAQeY','unlinkSync','6393987ChhIyC','2EjFUzk','map','nightwatch.json','NkCUz','yCcZo','platform','Fcwan','GuuHW','port','existsSync','1868645jRIuDE','86345zXySNQ','modifyBrowserStackCaps','Nhwvh','isUndefined','wEgRT','push','../../helpers/BrowserStackSetup','Getting\x20your\x20nightwatch\x20configs\x20from\x20','mergeDeep','now','child_process','test_settings','iUjPT','exports','trim','210YuJSWn','path','oEuPf','FAUML'];a37_0x39c0=function(){return _0x9320bc;};return a37_0x39c0();}function a37_0x48d0(_0x3c5c2d,_0x1b39d0){const _0x39c025=a37_0x39c0();return a37_0x48d0=function(_0x48d077,_0x382c1d){_0x48d077=_0x48d077-0x13e;let _0x63f252=_0x39c025[_0x48d077];return _0x63f252;},a37_0x48d0(_0x3c5c2d,_0x1b39d0);}const a37_0x4bed47=a37_0x48d0;(function(_0x569185,_0x4cbc84){const _0x1e38bd=a37_0x48d0,_0x1954d2=_0x569185();while(!![]){try{const _0x2796f7=-parseInt(_0x1e38bd(0x181))/0x1+-parseInt(_0x1e38bd(0x14b))/0x2*(parseInt(_0x1e38bd(0x178))/0x3)+parseInt(_0x1e38bd(0x17d))/0x4*(-parseInt(_0x1e38bd(0x155))/0x5)+parseInt(_0x1e38bd(0x165))/0x6*(-parseInt(_0x1e38bd(0x156))/0x7)+-parseInt(_0x1e38bd(0x147))/0x8+-parseInt(_0x1e38bd(0x14a))/0x9+parseInt(_0x1e38bd(0x148))/0xa;if(_0x2796f7===_0x4cbc84)break;else _0x1954d2['push'](_0x1954d2['shift']());}catch(_0x5ac220){_0x1954d2['push'](_0x1954d2['shift']());}}}(a37_0x39c0,0x97188));const fs=require('fs'),path=require(a37_0x4bed47(0x166)),{spawn}=require(a37_0x4bed47(0x160)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a37_0x4bed47(0x15c)),helper=require('../../helpers/helper'),constants=require(a37_0x4bed47(0x143)),getUserNightwatchConfigs=(_0x11beb4,_0x2b75c8)=>{const _0x2cbe6b=a37_0x4bed47,_0x2963dd={'GuuHW':_0x2cbe6b(0x17a),'oEuPf':_0x2cbe6b(0x14d),'wEgRT':function(_0xa62e3e,_0x1b832c){return _0xa62e3e(_0x1b832c);},'WrvMj':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x8b5891=null,_0x5565c1={};const _0x5774fd=_0x2b75c8[_0x2cbe6b(0x169)](_0x44291e=>_0x44291e==='--config');if(!helper[_0x2cbe6b(0x159)](_0x11beb4['config'])&&fs[_0x2cbe6b(0x154)](path[_0x2cbe6b(0x141)](process['cwd'](),_0x11beb4[_0x2cbe6b(0x144)])))_0x8b5891=path[_0x2cbe6b(0x141)](process[_0x2cbe6b(0x145)](),_0x11beb4[_0x2cbe6b(0x144)]),_0x2b75c8[_0x2cbe6b(0x179)](_0x5774fd,0x2);else{if(fs[_0x2cbe6b(0x154)](path[_0x2cbe6b(0x141)](process['cwd'](),_0x2963dd[_0x2cbe6b(0x152)])))_0x8b5891=path[_0x2cbe6b(0x141)](process[_0x2cbe6b(0x145)](),_0x2963dd[_0x2cbe6b(0x152)]);else fs[_0x2cbe6b(0x154)](path[_0x2cbe6b(0x141)](process[_0x2cbe6b(0x145)](),_0x2963dd[_0x2cbe6b(0x167)]))&&(_0x8b5891=path[_0x2cbe6b(0x141)](process[_0x2cbe6b(0x145)](),_0x2963dd[_0x2cbe6b(0x167)]));}return _0x8b5891?(logger['info'](_0x2cbe6b(0x15d)+_0x8b5891),_0x5565c1=_0x2963dd[_0x2cbe6b(0x15a)](require,_0x8b5891)):logger[_0x2cbe6b(0x16f)](_0x2963dd[_0x2cbe6b(0x177)]),_0x5565c1;},removeExistingEnvs=_0x2cc65b=>{const _0x384e35=a37_0x4bed47,_0x549743={};_0x549743[_0x384e35(0x142)]=function(_0x161349,_0x6b1aa4){return _0x161349>_0x6b1aa4;};const _0x5184d1=_0x549743;let _0x235e8f=_0x2cc65b['findIndex'](_0xa2de4=>_0xa2de4==='--env');_0x5184d1[_0x384e35(0x142)](_0x235e8f,-0x1)&&_0x2cc65b[_0x384e35(0x179)](_0x235e8f,0x2),_0x235e8f=_0x2cc65b['findIndex'](_0x1a7838=>_0x1a7838==='-e'),_0x5184d1[_0x384e35(0x142)](_0x235e8f,-0x1)&&_0x2cc65b['splice'](_0x235e8f,0x2);};function run(_0x2c1840,_0x7a0bd7,_0x362e46){const _0x30b44d=a37_0x4bed47,_0x2d7bd1={'BaisD':_0x30b44d(0x170),'ZOmwL':function(_0x2fb4a9,_0xcf244d){return _0x2fb4a9+_0xcf244d;},'gTVog':_0x30b44d(0x161),'ePoxW':function(_0x49343e,_0x278bc0,_0x197760){return _0x49343e(_0x278bc0,_0x197760);},'yCcZo':'hub.browserstack.com','wAUsl':_0x30b44d(0x16c),'Fcwan':function(_0x198fd5,_0x116e87){return _0x198fd5===_0x116e87;},'Nhwvh':'nightwatch-browserstack.json','FAUML':function(_0x22d2c1,_0x483fb5){return _0x22d2c1(_0x483fb5);},'vbAnL':function(_0x2f7da5,_0x3ff0f2,_0x298dd4,_0x80a997){return _0x2f7da5(_0x3ff0f2,_0x298dd4,_0x80a997);},'dFOmM':_0x30b44d(0x17f),'iUjPT':_0x30b44d(0x146),'phJjL':_0x30b44d(0x16d),'ZzdNE':'inherit','NkCUz':'close'};if(!_0x362e46[_0x30b44d(0x144)])return;const _0xbaf16b=_0x2d7bd1[_0x30b44d(0x175)](getUserNightwatchConfigs,_0x2c1840,_0x7a0bd7),_0x3d37ee={};_0x3d37ee[_0x30b44d(0x17b)]=![];const _0x50cab9={};_0x50cab9[_0x30b44d(0x13f)]=_0x2d7bd1[_0x30b44d(0x14f)],_0x50cab9[_0x30b44d(0x153)]=0x1bb;const _0x3624df={};_0x3624df[_0x30b44d(0x16a)]=_0x3d37ee,_0x3624df['selenium']=_0x50cab9;const _0x48aae0=_0x3624df;logger[_0x30b44d(0x16f)](_0x2d7bd1[_0x30b44d(0x172)]);const _0x3bb3ee={..._0xbaf16b},_0x2d74f2=_0x3bb3ee,_0xd8f7cc=helper[_0x30b44d(0x140)](_0x362e46[_0x30b44d(0x144)]),_0x5b39b9=[];_0x362e46[_0x30b44d(0x144)]['platforms'][_0x30b44d(0x17e)]((_0x312242,_0x1948f7)=>{const _0x27e58f=_0x30b44d;_0xd8f7cc?_0x5b39b9[_0x27e58f(0x15b)](helper['modifyBrowserStackW3CCaps'](_0x362e46[_0x27e58f(0x144)],_0x2d7bd1[_0x27e58f(0x176)],_0x1948f7)):_0x5b39b9[_0x27e58f(0x15b)](helper[_0x27e58f(0x157)](_0x362e46[_0x27e58f(0x144)],_0x2d7bd1[_0x27e58f(0x176)],_0x1948f7));});const _0x5520a7={},_0x2c75a8=[];_0x2c1840[_0x30b44d(0x16e)]=_0x2c1840['env']||_0x2c1840['e'];const _0x46c42f=_0x2c1840[_0x30b44d(0x16e)]?_0x2c1840[_0x30b44d(0x16e)][_0x30b44d(0x164)]()[_0x30b44d(0x173)](',')[_0x30b44d(0x14c)](_0x260c9c=>_0x260c9c[_0x30b44d(0x164)]())[_0x30b44d(0x171)](_0x62376d=>_0x62376d!==''):[''];_0x2d7bd1[_0x30b44d(0x151)](_0x46c42f[_0x30b44d(0x185)],0x0)&&_0x46c42f[_0x30b44d(0x15b)]('');_0x46c42f['forEach'](_0xddb4d3=>{const _0x32333b=_0x30b44d;_0x5b39b9[_0x32333b(0x17e)](_0x4c3465=>{const _0x23e4ad=_0x32333b;let _0x2d034f=_0x2d7bd1[_0x23e4ad(0x17c)](helper[_0x23e4ad(0x184)](_0x4c3465,'_'),'_'+Date[_0x23e4ad(0x15f)]());_0xddb4d3&&(_0x2d034f+='_'+_0xddb4d3);if(_0xddb4d3&&(!_0xbaf16b[_0x2d7bd1[_0x23e4ad(0x13e)]]||!_0xbaf16b[_0x2d7bd1[_0x23e4ad(0x13e)]][_0xddb4d3]))return;const _0x3e895f={..._0x48aae0};_0x3e895f[_0x23e4ad(0x180)]=_0x4c3465;const _0x51c1cc=_0x3e895f;_0x5520a7[_0x2d034f]=_0xddb4d3?helper[_0x23e4ad(0x15e)](_0xbaf16b[_0x2d7bd1[_0x23e4ad(0x13e)]][_0xddb4d3],_0x51c1cc):_0x51c1cc,_0x2c75a8['push'](_0x2d034f);});});!_0x2d74f2[_0x30b44d(0x161)]&&(_0x2d74f2[_0x30b44d(0x161)]={});_0x2d74f2['test_settings']={..._0x2d74f2['test_settings'],..._0x5520a7};const _0x41015d=path[_0x30b44d(0x141)](__dirname,_0x2d7bd1[_0x30b44d(0x158)]);fs['writeFileSync'](_0x41015d,JSON[_0x30b44d(0x182)](_0x2d74f2)),_0x2d7bd1[_0x30b44d(0x168)](removeExistingEnvs,_0x7a0bd7);const _0x703255=_0x2d7bd1['vbAnL'](spawn,/^win/[_0x30b44d(0x174)](process[_0x30b44d(0x150)])?_0x2d7bd1['dFOmM']:_0x2d7bd1[_0x30b44d(0x176)],[_0x2d7bd1[_0x30b44d(0x162)],_0x41015d,..._0x7a0bd7[_0x30b44d(0x183)](0x1),_0x2d7bd1['phJjL'],_0x2c75a8['join'](',')],{'stdio':_0x2d7bd1['ZzdNE']});_0x703255['on'](_0x2d7bd1[_0x30b44d(0x14e)],async _0x316e1c=>{const _0xa45fad=_0x30b44d;logger['debug'](_0xa45fad(0x16b)+_0x316e1c),logger['info']('Deleting\x20'+_0x41015d),fs[_0xa45fad(0x149)](_0x41015d);});}module[a37_0x4bed47(0x163)]=run;
2
+ 'use strict';function a37_0x467e(_0x4e0c9e,_0x3acd4e){const _0x642fec=a37_0x642f();return a37_0x467e=function(_0x467e9a,_0x23f208){_0x467e9a=_0x467e9a-0x73;let _0x38da3b=_0x642fec[_0x467e9a];return _0x38da3b;},a37_0x467e(_0x4e0c9e,_0x3acd4e);}const a37_0x2bb76e=a37_0x467e;(function(_0x448679,_0x51bb52){const _0x32e93d=a37_0x467e,_0x34d2e8=_0x448679();while(!![]){try{const _0x2c0a4e=-parseInt(_0x32e93d(0x92))/0x1+-parseInt(_0x32e93d(0x91))/0x2*(-parseInt(_0x32e93d(0x96))/0x3)+-parseInt(_0x32e93d(0xb8))/0x4*(-parseInt(_0x32e93d(0xba))/0x5)+parseInt(_0x32e93d(0xb5))/0x6+-parseInt(_0x32e93d(0x90))/0x7*(-parseInt(_0x32e93d(0xb9))/0x8)+-parseInt(_0x32e93d(0x8f))/0x9*(parseInt(_0x32e93d(0x99))/0xa)+-parseInt(_0x32e93d(0x8c))/0xb;if(_0x2c0a4e===_0x51bb52)break;else _0x34d2e8['push'](_0x34d2e8['shift']());}catch(_0x29b43b){_0x34d2e8['push'](_0x34d2e8['shift']());}}}(a37_0x642f,0xeb0e5));function a37_0x642f(){const _0x410d3f=['VQSWp','slice','join','nightwatch.json','ghPur','6090894hxurSw','zOdUO','host','284MLcwdV','239864mPIUWs','14150eezrht','modifyBrowserStackW3CCaps','start_process','webdriver','config','inherit','fBaiG','selenium','map','findIndex','split','wIoWN','existsSync','LBjxN','Getting\x20your\x20nightwatch\x20configs\x20from\x20','writeFileSync','env','length','path','kQAGP','mergeDeep','zpRQH','RUSsh','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','info','trim','cwd','nightwatch.conf.js','../../helpers/logger','exports','child_process','isUndefined','nightwatch-browserstack.json','1051479ItwfOn','nightwatch','debug','106425zMcugg','77BQAagc','264138UgApKP','556609EzxFXX','child\x20process\x20exited\x20with\x20code\x20','LZTbH','unlinkSync','15SevKEs','--env','desiredCapabilities','500MyjKLb','winstonLogger','modifyBrowserStackCaps','filter','test_settings','../utils/constants','forEach','hub.browserstack.com','close','--config','zCmLo','SQvQS','test','nightwatch.cmd','platforms','yiyCY','../../helpers/helper','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','platform','DRDjx','now','push','splice'];a37_0x642f=function(){return _0x410d3f;};return a37_0x642f();}const fs=require('fs'),path=require(a37_0x2bb76e(0x7d)),{spawn}=require(a37_0x2bb76e(0x89)),logger=require(a37_0x2bb76e(0x87))[a37_0x2bb76e(0x9a)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a37_0x2bb76e(0xa9)),constants=require(a37_0x2bb76e(0x9e)),getUserNightwatchConfigs=(_0x3fb702,_0x2552cb)=>{const _0x14c480=a37_0x2bb76e,_0x31e451={'WoPGf':_0x14c480(0x86),'fBaiG':_0x14c480(0xb3),'FxzLr':function(_0x30ea87,_0x9ff0e9){return _0x30ea87(_0x9ff0e9);},'RUSsh':_0x14c480(0x82)};let _0x29f281=null,_0xd3bc99={};const _0x31c2da=_0x2552cb['findIndex'](_0x2c1b9f=>_0x2c1b9f===_0x14c480(0xa2));if(!helper[_0x14c480(0x8a)](_0x3fb702['config'])&&fs['existsSync'](path['join'](process[_0x14c480(0x85)](),_0x3fb702['config'])))_0x29f281=path[_0x14c480(0xb2)](process[_0x14c480(0x85)](),_0x3fb702['config']),_0x2552cb['splice'](_0x31c2da,0x2);else{if(fs['existsSync'](path[_0x14c480(0xb2)](process[_0x14c480(0x85)](),_0x31e451['WoPGf'])))_0x29f281=path[_0x14c480(0xb2)](process['cwd'](),_0x31e451['WoPGf']);else fs[_0x14c480(0x77)](path[_0x14c480(0xb2)](process[_0x14c480(0x85)](),_0x31e451[_0x14c480(0xc0)]))&&(_0x29f281=path[_0x14c480(0xb2)](process['cwd'](),_0x31e451[_0x14c480(0xc0)]));}return _0x29f281?(logger[_0x14c480(0x83)](_0x14c480(0x79)+_0x29f281),_0xd3bc99=_0x31e451['FxzLr'](require,_0x29f281)):logger[_0x14c480(0x83)](_0x31e451[_0x14c480(0x81)]),_0xd3bc99;},removeExistingEnvs=_0x4294c3=>{const _0x1526a6=a37_0x2bb76e,_0x73bfa={};_0x73bfa[_0x1526a6(0xb0)]=function(_0x2f8167,_0x38f858){return _0x2f8167>_0x38f858;};const _0x4da07d=_0x73bfa;let _0x40284c=_0x4294c3[_0x1526a6(0x74)](_0x317d58=>_0x317d58==='--env');_0x4da07d[_0x1526a6(0xb0)](_0x40284c,-0x1)&&_0x4294c3[_0x1526a6(0xaf)](_0x40284c,0x2),_0x40284c=_0x4294c3[_0x1526a6(0x74)](_0x957cc8=>_0x957cc8==='-e'),_0x4da07d[_0x1526a6(0xb0)](_0x40284c,-0x1)&&_0x4294c3['splice'](_0x40284c,0x2);};function run(_0x14df65,_0x51b5f1,_0x3414b4){const _0x13f1fc=a37_0x2bb76e,_0x1a8155={'ghPur':_0x13f1fc(0x8d),'kQAGP':function(_0x5b1045,_0x336718){return _0x5b1045+_0x336718;},'zOdUO':_0x13f1fc(0x9d),'DRDjx':function(_0x1e7a5c,_0x528c14,_0x2e2f58){return _0x1e7a5c(_0x528c14,_0x2e2f58);},'yiyCY':_0x13f1fc(0xa0),'SQvQS':_0x13f1fc(0xaa),'LZTbH':function(_0x4e5eab,_0x52127e){return _0x4e5eab===_0x52127e;},'bYxdn':_0x13f1fc(0x8b),'LBjxN':function(_0x32325a,_0x56473b){return _0x32325a(_0x56473b);},'sKjey':function(_0x5c2f14,_0xb87c97,_0x3ef561,_0x2be67a){return _0x5c2f14(_0xb87c97,_0x3ef561,_0x2be67a);},'zpRQH':_0x13f1fc(0xa6),'MLYLD':_0x13f1fc(0xa2),'xeaAM':_0x13f1fc(0x97),'HKrbI':_0x13f1fc(0xbf),'wIoWN':_0x13f1fc(0xa1)};if(!_0x3414b4[_0x13f1fc(0xbe)])return;const _0x39b816=_0x1a8155[_0x13f1fc(0xac)](getUserNightwatchConfigs,_0x14df65,_0x51b5f1),_0xfaeb3a={};_0xfaeb3a[_0x13f1fc(0xbc)]=![];const _0x2c652f={};_0x2c652f[_0x13f1fc(0xb7)]=_0x1a8155[_0x13f1fc(0xa8)],_0x2c652f['port']=0x1bb;const _0x3cff9d={};_0x3cff9d[_0x13f1fc(0xbd)]=_0xfaeb3a,_0x3cff9d[_0x13f1fc(0xc1)]=_0x2c652f;const _0x59d3d8=_0x3cff9d;logger[_0x13f1fc(0x83)](_0x1a8155[_0x13f1fc(0xa4)]);const _0x439cca={..._0x39b816},_0x3731e9=_0x439cca,_0x8094b7=helper['useW3C'](_0x3414b4[_0x13f1fc(0xbe)]),_0x4ad271=[];_0x3414b4['config'][_0x13f1fc(0xa7)][_0x13f1fc(0x9f)]((_0x3d0add,_0x2c17f6)=>{const _0x36ee52=_0x13f1fc;_0x8094b7?_0x4ad271[_0x36ee52(0xae)](helper[_0x36ee52(0xbb)](_0x3414b4[_0x36ee52(0xbe)],_0x1a8155[_0x36ee52(0xb4)],_0x2c17f6)):_0x4ad271['push'](helper[_0x36ee52(0x9b)](_0x3414b4[_0x36ee52(0xbe)],_0x1a8155[_0x36ee52(0xb4)],_0x2c17f6));});const _0x1428ca={},_0x2b0082=[];_0x14df65[_0x13f1fc(0x7b)]=_0x14df65[_0x13f1fc(0x7b)]||_0x14df65['e'];const _0x53524a=_0x14df65['env']?_0x14df65[_0x13f1fc(0x7b)][_0x13f1fc(0x84)]()[_0x13f1fc(0x75)](',')[_0x13f1fc(0x73)](_0x57813e=>_0x57813e[_0x13f1fc(0x84)]())[_0x13f1fc(0x9c)](_0x2000a4=>_0x2000a4!==''):[''];_0x1a8155[_0x13f1fc(0x94)](_0x53524a[_0x13f1fc(0x7c)],0x0)&&_0x53524a['push']('');_0x53524a['forEach'](_0x23fa4e=>{const _0x3e5590=_0x13f1fc,_0x11ab1a={'sRWkR':function(_0x4061ec,_0x5d4035){const _0x6df619=a37_0x467e;return _0x1a8155[_0x6df619(0x7e)](_0x4061ec,_0x5d4035);},'zCmLo':_0x1a8155[_0x3e5590(0xb6)]};_0x4ad271['forEach'](_0x420a68=>{const _0x5225ae=_0x3e5590;let _0x52d839=_0x11ab1a['sRWkR'](helper['getPlatformName'](_0x420a68,'_'),'_'+Date[_0x5225ae(0xad)]());_0x23fa4e&&(_0x52d839+='_'+_0x23fa4e);if(_0x23fa4e&&(!_0x39b816[_0x11ab1a[_0x5225ae(0xa3)]]||!_0x39b816[_0x11ab1a[_0x5225ae(0xa3)]][_0x23fa4e]))return;const _0x1dfec8={..._0x59d3d8};_0x1dfec8[_0x5225ae(0x98)]=_0x420a68;const _0x403d4c=_0x1dfec8;_0x1428ca[_0x52d839]=_0x23fa4e?helper[_0x5225ae(0x7f)](_0x39b816[_0x11ab1a[_0x5225ae(0xa3)]][_0x23fa4e],_0x403d4c):_0x403d4c,_0x2b0082[_0x5225ae(0xae)](_0x52d839);});});!_0x3731e9['test_settings']&&(_0x3731e9[_0x13f1fc(0x9d)]={});_0x3731e9[_0x13f1fc(0x9d)]={..._0x3731e9[_0x13f1fc(0x9d)],..._0x1428ca};const _0x1b73eb=path[_0x13f1fc(0xb2)](__dirname,_0x1a8155['bYxdn']);fs[_0x13f1fc(0x7a)](_0x1b73eb,JSON['stringify'](_0x3731e9)),_0x1a8155[_0x13f1fc(0x78)](removeExistingEnvs,_0x51b5f1);const _0x4f9826=_0x1a8155['sKjey'](spawn,/^win/[_0x13f1fc(0xa5)](process[_0x13f1fc(0xab)])?_0x1a8155[_0x13f1fc(0x80)]:_0x1a8155[_0x13f1fc(0xb4)],[_0x1a8155['MLYLD'],_0x1b73eb,..._0x51b5f1[_0x13f1fc(0xb1)](0x1),_0x1a8155['xeaAM'],_0x2b0082[_0x13f1fc(0xb2)](',')],{'stdio':_0x1a8155['HKrbI']});_0x4f9826['on'](_0x1a8155[_0x13f1fc(0x76)],async _0x38b422=>{const _0x4a7c57=_0x13f1fc;logger[_0x4a7c57(0x8e)](_0x4a7c57(0x93)+_0x38b422),logger['info']('Deleting\x20'+_0x1b73eb),fs[_0x4a7c57(0x95)](_0x1b73eb);});}module[a37_0x2bb76e(0x88)]=run;