browserstack-node-sdk 1.59.0 → 1.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) 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 +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/assets/report.html +1 -1
  43. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  44. package/src/bin/codeceptjs/command.js +1 -1
  45. package/src/bin/codeceptjs/helper.js +1 -1
  46. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  47. package/src/bin/cucumber-js/command.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/test-observability.js +1 -1
  51. package/src/bin/cucumber-js/test.setup.js +1 -1
  52. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  53. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  54. package/src/bin/integrations/command.js +1 -1
  55. package/src/bin/integrations/constants.js +1 -1
  56. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  57. package/src/bin/jasmine/command.js +1 -1
  58. package/src/bin/jasmine/test.setup.js +1 -1
  59. package/src/bin/jasmine/testRunMap.js +1 -1
  60. package/src/bin/jest/command.js +1 -1
  61. package/src/bin/jest/customImplements/customCircus.js +1 -1
  62. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  63. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  64. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  65. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  66. package/src/bin/jest/jest.setup.js +1 -1
  67. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  68. package/src/bin/jest/test-observability/helper.js +1 -1
  69. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  70. package/src/bin/jest/test-observability/test-details.js +1 -1
  71. package/src/bin/jest/test.setup.js +1 -1
  72. package/src/bin/jest/test_before.setup.js +1 -1
  73. package/src/bin/launcher/launcher.js +1 -1
  74. package/src/bin/load/index.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  155. package/src/bin/v2/state/hookState.js +1 -1
  156. package/src/bin/v2/state/testFrameworkState.js +1 -1
  157. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  158. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  159. package/src/bin/v2/utils/jest-utils.js +1 -1
  160. package/src/bin/vanilla-js/command.js +1 -1
  161. package/src/browserStackSdk.js +1 -1
  162. package/src/helpers/BrowserStackSetup.js +1 -1
  163. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  164. package/src/helpers/accessibility-automation/constants.js +1 -1
  165. package/src/helpers/accessibility-automation/helper.js +1 -1
  166. package/src/helpers/accessibility-automation/scripts.js +1 -1
  167. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  168. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/timeoutPromise.js +1 -1
  214. package/src/helpers/utilities.js +1 -1
  215. package/src/helpers/w3cMapping.js +1 -1
  216. package/src/hubAllocationMethods.js +1 -1
  217. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a36_0x486a55=a36_0x28f7;(function(_0xb05425,_0x48b0f0){const _0x217143=a36_0x28f7,_0xc6dda0=_0xb05425();while(!![]){try{const _0x1bdc92=-parseInt(_0x217143(0x190))/0x1*(parseInt(_0x217143(0x1cb))/0x2)+-parseInt(_0x217143(0x114))/0x3+parseInt(_0x217143(0x1f1))/0x4+parseInt(_0x217143(0x1de))/0x5*(-parseInt(_0x217143(0x1d5))/0x6)+parseInt(_0x217143(0x1f8))/0x7*(parseInt(_0x217143(0x107))/0x8)+-parseInt(_0x217143(0x1c6))/0x9*(parseInt(_0x217143(0x1fc))/0xa)+parseInt(_0x217143(0x178))/0xb*(parseInt(_0x217143(0x1ee))/0xc);if(_0x1bdc92===_0x48b0f0)break;else _0xc6dda0['push'](_0xc6dda0['shift']());}catch(_0x26cbaf){_0xc6dda0['push'](_0xc6dda0['shift']());}}}(a36_0x47de,0x33062));function a36_0x47de(){const _0x973f0a=['bgRedBright','SDK_CLEANUP','8055ThLLZI','sgfyc','tFwXs','prepareCapabilities','ofUPr','3022irTGrn','configuration','isUndefined','SDKTestSuccessful','red','isEmpty','pQCrx','platforms','getCentralUser','config','6EzkYxa','wPmHm','call','getHubUrl','error','QGFGM','rootHooks','ONrfk','green','1798440GKbItd','../../helpers/percy/utils','parse','hsTiW','logLevel','rRPZO','xcInO','jxLmH','jRwnP','error\x20removing\x20tcg\x20config\x20file','fPzNN','fireFunnelTestEvent','extension','lnmIz','BROWSERSTACK_TEST_OBSERVABILITY_YML','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','948oqipsa','yellow','useColors','943412AEFDpR','CuWlL','HskGZ','FcpbH','isNotUndefined','mocha/lib/reporters/base.js','cfLOL','7MAGGyb','ytOnY','yHLXt','../../helpers/performance/constants','2870jZsSNL','FRAMEWORKS','size','stack','yOnhs','FmcyL','proxySettings','oRSlA','failures','assign','cYDnX','../../helpers/logger','UWMUa','../../helpers/test-observability/constants','min','parallelsPerPlatform','message','jKWup','XkNfO','../../helpers/utilities','BROWSERSTACK_TEST_ACCESSIBILITY_YML','NzppQ','indexOf','totalTests','CwJef','oLDfB','excludeTagsInTestingScope','maxRetries','TLiCm','sXKsf','testObservability','winstonLogger','\x0a\x0a\x0a','testSuites','DQBRn','../v2/browserstackCLI','YFSwT','855376Lzxgpr','parseTestOrchestrationOptions','../../helpers/central-scanner/constants','errorMessage','isPending','testsFailed','aBhNe','RfhjJ','parseFileNames','err','testsPassed','DRZIV','unlinkSync','1058844uzlMVy','printBuildLink','rmdirSync','GuQPV','NBPYa','FjelR','accessibilityOptions','PErLH','sort','isTestObservabilitySession','iYRaF','central_scanner','isBrowserstackInfra','fGgCM','../../helpers/test-observability/utils','titlePath','AMCbh','nWloX','BROWSERSTACK_FRAMEWORK','SaXxs','vAgPU','eNFYB','info','validPlatformsPresent','KNlAk','Listing\x20all\x20the\x20failures','getPlatformName','MOCHA','speed','../utils/constants','QcngJ','log','../../helpers/testhub/testhubHandler','join','XRAyJ','chalk','xunit','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','consoleLog','setupBrowserstackLocal','start','list','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','mjs','QNXme','XhUvv','debug','EVENTS','doc','../../helpers/helper','qWoyU','phjvb','Now,\x20showing\x20logs\x20from\x20mocha','sWCZr','nCLIk','forEach','\x20passed','get','\x20platforms','length','../test-runner','liiqK','titlePathV','finally','setupTCGAuth','hasOwnProperty','mNWfr','wlHWE','platform','showDiff','jWXtU','QuYEy','stringify','lbeCL','FMfRD','mocha','eMegE','testsPending','jKdYP','finalExecution','includeEncodedExtension','stats','xxhtn','Total\x20Platforms:\x20','output','Running\x20your\x20mocha\x20tests','YLuUY','OQuiz','files','\x20total','Gqvhx','uNcJP','TKsqr','SZxbz','UNlCr','\x20skipped','suiteName','results','zpPuS','135091EdOKys','PXyLT','testcase','exitCode','tYOMz','fullTitle','then','testsuite','</testsuite>','xPNIV','BROWSERSTACK_GRR_US_HUB_URL','duration','Mocha\x20Tests','state','rerunTests','framework','ZoMmg','aymXf','suite','writeFileSync','initialize','vFitr','wjzUZ','generateDiff','89wznLRX','Writing\x20json\x20result\x20to\x20file','title','spec','paacz','map','awJSY','cvEtO','Xhvth','Setting\x20non\x20exit\x20code\x20for\x20failures','getUserWorkerCount','eTqhW','bstack:options','../utils/clientTroubleshootingService','pending','Rtjgy','wQPZz','expected','VSiHO','UnJDY','TimLz','reporter-option','failed','UWtyL','hideDiff','launchBuild','dJXpC','VieLS','adLLH','bold','dOWzt','exports','Printing\x20stats\x20of\x20tests','retryTestsOnFailure','push','reporter','notifyUpdate','cliConfig','env','paotD','passes','ocTuL','XlZZf','object','Tests:\x20\x20\x20\x20\x20\x20\x20','accessibility','DBYyy','../../helpers/performance/performance-tester','json','Couldn\x27t\x20write\x20xunit\x20result\x20to','passed','reporterOptions'];a36_0x47de=function(){return _0x973f0a;};return a36_0x47de();}const chalk=require(a36_0x486a55(0x137)),logger=require(a36_0x486a55(0x207))[a36_0x486a55(0x101)],helper=require('../../helpers/helper'),utilities=require(a36_0x486a55(0x20f)),testOpsHelper=require(a36_0x486a55(0x122)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a36_0x486a55(0x151)),{requireModule,nestedKeyValue}=require(a36_0x486a55(0x146)),{getPercyOptions}=require(a36_0x486a55(0x1df)),Base=requireModule(a36_0x486a55(0x1f6),a36_0x486a55(0x160)),collectFiles=requireModule('mocha/lib/cli/collect-files.js',a36_0x486a55(0x160)),constants=require(a36_0x486a55(0x131)),PerformanceTester=require(a36_0x486a55(0x1bf)),PerformanceEvents=require(a36_0x486a55(0x1fb))[a36_0x486a55(0x144)],centralScannerConstants=require(a36_0x486a55(0x109)),{FRAMEWORKS}=require(a36_0x486a55(0x209)),TestHubHandler=require(a36_0x486a55(0x134)),BrowserstackCLI=require(a36_0x486a55(0x105)),ClientTroubleShootingService=require(a36_0x486a55(0x19d));function tag(_0x4fff8f,_0x584ffe,_0x3133ec,_0x40bb87){const _0x21b4f1=a36_0x486a55,_0x2406e7={'cvEtO':function(_0x2cce3a,_0x5baa0d){return _0x2cce3a+_0x5baa0d;},'jKWup':function(_0xa4c6d8,_0x4dbcca){return _0xa4c6d8+_0x4dbcca;},'ofUPr':function(_0x4b80d5,_0x353cf4){return _0x4b80d5(_0x353cf4);},'XlZZf':function(_0x475ee4,_0x2fd24b){return _0x475ee4+_0x2fd24b;},'XkNfO':function(_0x59c331,_0x342b6b){return _0x59c331+_0x342b6b;},'vFitr':function(_0x401a8c,_0x3b82d1){return _0x401a8c+_0x3b82d1;},'sXKsf':function(_0x5dd2ec,_0xef2ff){return _0x5dd2ec+_0xef2ff;},'RCmWS':function(_0x5b13b0,_0x355b4e){return _0x5b13b0+_0x355b4e;}},_0x53cf42=_0x3133ec?'/>':'>',_0x183b50=[];let _0x269ee9;for(const _0x176a57 in _0x584ffe){Object['prototype'][_0x21b4f1(0x156)][_0x21b4f1(0x1d7)](_0x584ffe,_0x176a57)&&_0x183b50[_0x21b4f1(0x1b2)](_0x2406e7[_0x21b4f1(0x197)](_0x2406e7['jKWup'](_0x2406e7['jKWup'](_0x176a57,'=\x22'),_0x2406e7[_0x21b4f1(0x1ca)](escape,_0x584ffe[_0x176a57])),'\x22'));}return _0x269ee9=_0x2406e7[_0x21b4f1(0x1ba)](_0x2406e7[_0x21b4f1(0x1ba)](_0x2406e7[_0x21b4f1(0x20e)]('<',_0x4fff8f),_0x183b50[_0x21b4f1(0x150)]?_0x2406e7[_0x21b4f1(0x18d)]('\x20',_0x183b50['join']('\x20')):''),_0x53cf42),_0x40bb87&&(_0x269ee9+=_0x2406e7[_0x21b4f1(0xff)](_0x2406e7[_0x21b4f1(0x20d)](_0x2406e7['RCmWS'](_0x40bb87,'</'),_0x4fff8f),_0x53cf42)),_0x269ee9;}let xunitContent='';function xunitWrite(_0x463c04){xunitContent+=_0x463c04;}function xunitTest(_0x3700eb,_0x5f5c48){const _0x16e463=a36_0x486a55,_0x8b59ab={'paacz':function(_0xd805d1,_0x3e460c){return _0xd805d1/_0x3e460c;},'iYRaF':function(_0x49f793,_0x48a873){return _0x49f793===_0x48a873;},'RfhjJ':_0x16e463(0x1a6),'KNlAk':function(_0x1af794,_0x130e3d){return _0x1af794+_0x130e3d;},'OQuiz':function(_0x5ba650,_0x166867){return _0x5ba650(_0x166867);},'Gqvhx':function(_0x56e89b,_0x33c599,_0x4d9614,_0x2a5e6b,_0x53c195){return _0x56e89b(_0x33c599,_0x4d9614,_0x2a5e6b,_0x53c195);},'wlHWE':_0x16e463(0x17a),'EObsD':'failure','vAgPU':function(_0x522e97,_0x42fef6){return _0x522e97+_0x42fef6;},'ZoMmg':function(_0x320b08,_0x19d7ea){return _0x320b08(_0x19d7ea);},'qWoyU':function(_0x2095b0,_0x26d9be){return _0x2095b0(_0x26d9be);},'xcInO':function(_0x15f129,_0x427dd6,_0x326513,_0x3c3e99){return _0x15f129(_0x427dd6,_0x326513,_0x3c3e99);},'MFqVY':'skipped','eMegE':function(_0x477797,_0x49cd37){return _0x477797(_0x49cd37);},'YLuUY':function(_0x40eb1c,_0x2487b5,_0x175739,_0x225ecc){return _0x40eb1c(_0x2487b5,_0x175739,_0x225ecc);}};Base[_0x16e463(0x1f0)]=![];var _0x251b78={'classname':_0x3700eb['fullTitle'],'name':_0x3700eb[_0x16e463(0x192)],'time':_0x8b59ab[_0x16e463(0x194)](_0x3700eb[_0x16e463(0x183)],0x3e8)||0x0,'platform':_0x5f5c48};if(_0x8b59ab[_0x16e463(0x11e)](_0x3700eb[_0x16e463(0x185)],_0x8b59ab[_0x16e463(0x10e)])){var _0x436306=_0x3700eb[_0x16e463(0x110)],_0x88ce98=!Base[_0x16e463(0x1a8)]&&Base[_0x16e463(0x15a)](_0x436306)?_0x8b59ab[_0x16e463(0x12c)]('\x0a',Base[_0x16e463(0x18f)](_0x436306['actual'],_0x436306[_0x16e463(0x1a1)])):'';_0x8b59ab[_0x16e463(0x16c)](xunitWrite,_0x8b59ab[_0x16e463(0x16f)](tag,_0x8b59ab[_0x16e463(0x158)],_0x251b78,![],_0x8b59ab[_0x16e463(0x16f)](tag,_0x8b59ab['EObsD'],{},![],_0x8b59ab[_0x16e463(0x12c)](_0x8b59ab[_0x16e463(0x128)](_0x8b59ab['KNlAk'](_0x8b59ab[_0x16e463(0x16c)](escape,_0x436306[_0x16e463(0x20c)]),_0x8b59ab[_0x16e463(0x188)](escape,_0x88ce98)),'\x0a'),_0x8b59ab[_0x16e463(0x147)](escape,_0x436306[_0x16e463(0x1ff)])))));}else _0x3700eb[_0x16e463(0x10b)]?_0x8b59ab[_0x16e463(0x147)](xunitWrite,_0x8b59ab[_0x16e463(0x16f)](tag,_0x8b59ab[_0x16e463(0x158)],_0x251b78,![],_0x8b59ab[_0x16e463(0x1e4)](tag,_0x8b59ab['MFqVY'],{},!![]))):_0x8b59ab[_0x16e463(0x161)](xunitWrite,_0x8b59ab[_0x16e463(0x16b)](tag,_0x8b59ab[_0x16e463(0x158)],_0x251b78,!![]));};function getStats(_0x35f0eb){const _0x270d4b=a36_0x486a55,_0x17beef={};_0x17beef['dJXpC']=_0x270d4b(0x18a),_0x17beef[_0x270d4b(0x1a7)]='passed',_0x17beef[_0x270d4b(0x119)]=_0x270d4b(0x1a6),_0x17beef[_0x270d4b(0x171)]=_0x270d4b(0x176);const _0x3e4f5e=_0x17beef,_0x5d1098=Object['keys'](_0x35f0eb);let _0x38038a=0x0,_0x3dd2cf=0x0,_0x4b9469=0x0,_0xe4b5e9=0x0;const _0x687f8b=new Set();_0x5d1098['forEach'](_0xadea2b=>{const _0x5635f6=_0x270d4b,_0x481472={};_0x481472[_0x5635f6(0x214)]=_0x3e4f5e[_0x5635f6(0x1aa)],_0x481472['paotD']=_0x3e4f5e[_0x5635f6(0x1a7)],_0x481472[_0x5635f6(0x121)]=_0x3e4f5e['FjelR'];const _0x3785f8=_0x481472;_0x35f0eb[_0xadea2b][_0x3e4f5e[_0x5635f6(0x171)]][_0x5635f6(0x14c)](_0x31d25e=>{const _0x1b7f73=_0x5635f6;_0x687f8b['add'](_0x31d25e[_0x3785f8[_0x1b7f73(0x214)]]),_0x38038a++;switch(_0x31d25e[_0x1b7f73(0x185)]){case _0x3785f8[_0x1b7f73(0x1b7)]:_0x4b9469++;break;case _0x3785f8[_0x1b7f73(0x121)]:_0x3dd2cf++;break;default:_0xe4b5e9++;}});});const _0x34b139={};return _0x34b139[_0x270d4b(0x103)]=_0x687f8b[_0x270d4b(0x1fe)],_0x34b139[_0x270d4b(0x1d2)]=_0x5d1098,_0x34b139[_0x270d4b(0x213)]=_0x38038a,_0x34b139['testsFailed']=_0x3dd2cf,_0x34b139[_0x270d4b(0x111)]=_0x4b9469,_0x34b139[_0x270d4b(0x162)]=_0xe4b5e9,_0x34b139;}function errorJSON(_0x5ef3a2){const _0x2136b7=a36_0x486a55;var _0x21c68d={};return Object['getOwnPropertyNames'](_0x5ef3a2)[_0x2136b7(0x14c)](function(_0x15a45e){_0x21c68d[_0x15a45e]=_0x5ef3a2[_0x15a45e];},_0x5ef3a2),_0x21c68d;}function cleanCycles(_0xb54e17){const _0x3dd26f=a36_0x486a55,_0x4065d9={};_0x4065d9[_0x3dd26f(0x129)]=function(_0x5dccf2,_0x243d33){return _0x5dccf2===_0x243d33;},_0x4065d9[_0x3dd26f(0x18e)]=_0x3dd26f(0x1bb),_0x4065d9[_0x3dd26f(0x1f3)]=function(_0x27952f,_0x12f426){return _0x27952f!==_0x12f426;},_0x4065d9[_0x3dd26f(0x152)]=function(_0x58ea46,_0x2fad5f){return _0x58ea46+_0x2fad5f;};const _0x4a33b8=_0x4065d9;var _0x109e65=[];return JSON[_0x3dd26f(0x1e0)](JSON[_0x3dd26f(0x15d)](_0xb54e17,function(_0x44a4b3,_0x4dda3a){const _0x498e82=_0x3dd26f;if(_0x4a33b8[_0x498e82(0x129)](typeof _0x4dda3a,_0x4a33b8[_0x498e82(0x18e)])&&_0x4a33b8[_0x498e82(0x1f3)](_0x4dda3a,null)){if(_0x4a33b8[_0x498e82(0x1f3)](_0x109e65[_0x498e82(0x212)](_0x4dda3a),-0x1))return _0x4a33b8[_0x498e82(0x152)]('',_0x4dda3a);_0x109e65[_0x498e82(0x1b2)](_0x4dda3a);}return _0x4dda3a;}));}function a36_0x28f7(_0x2898f1,_0x4cc5f5){const _0x47ded7=a36_0x47de();return a36_0x28f7=function(_0x28f7dc,_0x3c0333){_0x28f7dc=_0x28f7dc-0xfd;let _0x3edec9=_0x47ded7[_0x28f7dc];return _0x3edec9;},a36_0x28f7(_0x2898f1,_0x4cc5f5);}function clean(_0x452013){const _0x1a6836=a36_0x486a55,_0x209679={'nZlIB':function(_0x3b19b9,_0x4c3e12){return _0x3b19b9 instanceof _0x4c3e12;},'zpPuS':function(_0x7264cd,_0x1206df){return _0x7264cd(_0x1206df);},'PXyLT':function(_0x679625,_0x973c0a){return _0x679625(_0x973c0a);}};var _0x5c0078=_0x452013[_0x1a6836(0x110)]||{};return _0x209679['nZlIB'](_0x5c0078,Error)&&(_0x5c0078=_0x209679[_0x1a6836(0x177)](errorJSON,_0x5c0078)),{'title':_0x452013['title'],'fullTitle':_0x452013[_0x1a6836(0x17d)],'file':_0x452013['file'],'duration':_0x452013[_0x1a6836(0x183)],'currentRetry':_0x452013['currentRetry'],'speed':_0x452013[_0x1a6836(0x130)],'err':_0x209679[_0x1a6836(0x179)](cleanCycles,_0x5c0078)};}function printStats(_0x5dda2c,_0x4a4d72=a36_0x486a55(0x193),_0x295164={}){const _0xd9576a=a36_0x486a55,_0x40677c={'VSiHO':function(_0x41eac0,_0x19fefc){return _0x41eac0(_0x19fefc);},'VieLS':function(_0x304a37,_0x2fe82f){return _0x304a37===_0x2fe82f;},'eTqhW':_0xd9576a(0x1c2),'jKdYP':_0xd9576a(0x1b8),'cYDnX':function(_0x28b9e2,_0x127c93){return _0x28b9e2===_0x127c93;},'yHLXt':_0xd9576a(0x1a6),'SaXxs':_0xd9576a(0x204),'AMCbh':function(_0x1e2e61,_0x2a9f86){return _0x1e2e61(_0x2a9f86);},'yJorB':_0xd9576a(0x19e),'jRwnP':_0xd9576a(0x176),'DRZIV':function(_0x366a19,_0x5315a9){return _0x366a19===_0x5315a9;},'DBYyy':function(_0x397a64,_0x3f1f53){return _0x397a64*_0x3f1f53;},'rRPZO':function(_0x55eb6c,_0x519288,_0x3648cb){return _0x55eb6c(_0x519288,_0x3648cb);},'jxLmH':function(_0x1c122e,_0x2a0311){return _0x1c122e>_0x2a0311;},'XhUvv':function(_0x384a1c){return _0x384a1c();},'ocTuL':function(_0x1a4f35,_0x398f9f){return _0x1a4f35===_0x398f9f;},'aymXf':_0xd9576a(0x145),'GuQPV':function(_0x5e046b,_0x538c08){return _0x5e046b(_0x538c08);},'UnJDY':_0xd9576a(0x199),'IxzWY':_0xd9576a(0x1b0),'lbeCL':function(_0xb52cfe,_0x26440c){return _0xb52cfe+_0x26440c;},'UWMUa':_0xd9576a(0x168),'ytOnY':function(_0x4a50e7,_0xacdfce){return _0x4a50e7+_0xacdfce;},'sgfyc':'Total\x20Suites:\x20','XmslR':function(_0x18dfc7,_0x4375d7){return _0x18dfc7+_0x4375d7;},'jWXtU':_0xd9576a(0x1bc),'oRSlA':function(_0x207838,_0x28ca17){return _0x207838>_0x28ca17;},'aBhNe':function(_0x3d2ba8,_0x36e0d2){return _0x3d2ba8>_0x36e0d2;},'rygyA':function(_0x22581d,_0x26f959){return _0x22581d+_0x26f959;},'awJSY':function(_0x320273,_0x5a02d3){return _0x320273+_0x5a02d3;},'wPmHm':function(_0x403f3b,_0xa761b3){return _0x403f3b+_0xa761b3;},'FcpbH':_0xd9576a(0x102),'PErLH':function(_0x4ffb83,_0x149992){return _0x4ffb83===_0x149992;},'nCLIk':_0xd9576a(0x1c0),'YFSwT':_0xd9576a(0x191),'yOnhs':'Couldn\x27t\x20write\x20json\x20result\x20to','Xhvth':_0xd9576a(0x1ed),'Rtjgy':_0xd9576a(0x138),'FmcyL':_0xd9576a(0x184),'dOWzt':function(_0x184c67,_0x567f71){return _0x184c67||_0x567f71;},'cfLOL':function(_0x16c295,_0x10fddc){return _0x16c295(_0x10fddc);},'mNWfr':function(_0x1313f5,_0x29d2e1,_0x56ebde,_0x5963c1){return _0x1313f5(_0x29d2e1,_0x56ebde,_0x5963c1);},'xlHjY':_0xd9576a(0x17f),'jAvss':function(_0x417bfe,_0x3a9361){return _0x417bfe-_0x3a9361;},'hsTiW':function(_0x17c46c,_0x271aeb){return _0x17c46c-_0x271aeb;},'TimLz':function(_0xd65f0f,_0x742cbf){return _0xd65f0f/_0x742cbf;},'QGFGM':_0xd9576a(0x180),'CuWlL':'Writing\x20xunit\x20result\x20to\x20file','GRvjx':_0xd9576a(0x1c1),'NzppQ':_0xd9576a(0x13f),'QuYEy':function(_0x239c7b,_0x32a8af){return _0x239c7b===_0x32a8af;},'NFYtE':_0xd9576a(0x12d),'SZxbz':'****\x20FAILURES\x20****'};if(_0x40677c[_0xd9576a(0x1b9)](_0x4a4d72,_0x40677c[_0xd9576a(0x189)]))return;const _0x1c10a0=0x0,_0x4db17c=()=>{const _0x127406=_0xd9576a;return _0x40677c[_0x127406(0x1a2)](Array,_0x1c10a0)[_0x127406(0x135)]('\x20\x20');},{testSuites:_0x48bb7c,platforms:_0x473f52,totalTests:_0x2f114a,testsFailed:_0x1eb195,testsPassed:_0x3b967b,testsPending:_0x17294d}=_0x40677c[_0xd9576a(0x117)](getStats,_0x5dda2c);_0x40677c['jxLmH'](_0x1eb195,0x0)&&(logger[_0xd9576a(0x143)](_0x40677c[_0xd9576a(0x1a3)]),process[_0xd9576a(0x17b)]=Math[_0xd9576a(0x20a)](_0x1eb195,0xff));logger['debug'](_0x40677c['IxzWY']);const _0x422bc3=''+_0x40677c[_0xd9576a(0x15e)](chalk[_0xd9576a(0x1ad)](_0x40677c[_0xd9576a(0x208)]),_0x473f52['length']),_0x127c9e=''+_0x40677c[_0xd9576a(0x1f9)](chalk[_0xd9576a(0x1ad)](_0x40677c[_0xd9576a(0x1c7)]),_0x48bb7c),_0x46d370=''+_0x40677c['XmslR'](_0x40677c[_0xd9576a(0x15e)](_0x40677c[_0xd9576a(0x15e)](chalk['bold'](_0x40677c[_0xd9576a(0x15b)]),_0x40677c[_0xd9576a(0x203)](_0x1eb195,0x0)?chalk['bold'][_0xd9576a(0x1cf)](_0x1eb195+'\x20failed')+',\x20':''),_0x40677c[_0xd9576a(0x1e5)](_0x17294d,0x0)?chalk[_0xd9576a(0x1ad)][_0xd9576a(0x1ef)](_0x17294d+_0xd9576a(0x174))+',\x20':''),_0x40677c[_0xd9576a(0x10d)](_0x3b967b,0x0)?chalk['bold'][_0xd9576a(0x1dd)](_0x3b967b+_0xd9576a(0x14d))+',\x20':'')+_0x2f114a+_0xd9576a(0x16e);console[_0xd9576a(0x133)](_0x40677c['rygyA'](_0x40677c[_0xd9576a(0x1f9)](_0x40677c[_0xd9576a(0x196)](_0x40677c[_0xd9576a(0x1d6)](_0x40677c[_0xd9576a(0x1d6)](_0x40677c[_0xd9576a(0x1f4)],_0x422bc3),'\x0a'),_0x127c9e),'\x0a'),_0x46d370));if(_0x40677c[_0xd9576a(0x11b)](_0x4a4d72,_0x40677c[_0xd9576a(0x14b)])){const _0x45de13={},_0x34d110={};_0x34d110[_0xd9576a(0x103)]=_0x48bb7c,_0x34d110[_0xd9576a(0x1d2)]=_0x473f52,_0x34d110[_0xd9576a(0x10c)]=_0x1eb195,_0x34d110[_0xd9576a(0x111)]=_0x3b967b,_0x34d110[_0xd9576a(0x162)]=_0x17294d,_0x45de13[_0xd9576a(0x166)]=_0x34d110,_0x473f52[_0xd9576a(0x14c)](_0x42c005=>{const _0x3ddb6d=_0xd9576a;_0x45de13[_0x42c005]={'pending':[],'failures':[],'passes':[],'tests':_0x5dda2c[_0x42c005][_0x40677c[_0x3ddb6d(0x1e6)]][_0x3ddb6d(0x195)](clean)},_0x5dda2c[_0x42c005][_0x40677c['jRwnP']][_0x3ddb6d(0x14c)](_0x563471=>{const _0x40c969=_0x3ddb6d;if(_0x40677c[_0x40c969(0x1ab)](_0x563471['state'],_0x40677c[_0x40c969(0x19b)]))_0x45de13[_0x42c005][_0x40677c[_0x40c969(0x163)]][_0x40c969(0x1b2)](_0x40677c[_0x40c969(0x1a2)](clean,_0x563471));else _0x40677c[_0x40c969(0x206)](_0x563471[_0x40c969(0x185)],_0x40677c['yHLXt'])?_0x45de13[_0x42c005][_0x40677c[_0x40c969(0x127)]][_0x40c969(0x1b2)](_0x40677c[_0x40c969(0x124)](clean,_0x563471)):_0x45de13[_0x42c005][_0x40677c['yJorB']]['push'](_0x40677c[_0x40c969(0x1a2)](clean,_0x563471));});});if(_0x295164['output'])try{logger[_0xd9576a(0x143)](_0x40677c[_0xd9576a(0x106)],_0x295164[_0xd9576a(0x169)]),fs[_0xd9576a(0x18b)](_0x295164[_0xd9576a(0x169)],JSON[_0xd9576a(0x15d)](_0x45de13,null,0x3));}catch(_0x1acb03){logger['error'](_0x40677c[_0xd9576a(0x200)],_0x295164[_0xd9576a(0x169)]),logger[_0xd9576a(0x143)](_0x1acb03);}else logger['debug'](_0x40677c[_0xd9576a(0x198)]),console['log'](JSON['stringify'](_0x45de13,null,0x3));}else{if(_0x40677c['ocTuL'](_0x4a4d72,_0x40677c[_0xd9576a(0x19f)])){let _0x48cdff;const _0x37e432=_0x40677c[_0xd9576a(0x201)];_0x295164&&(_0x48cdff=_0x295164[_0xd9576a(0x175)]);_0x48cdff=_0x40677c[_0xd9576a(0x1ae)](_0x48cdff,_0x37e432);let _0x444c58=0x0,_0x41e7f5=0x0,_0x343a36=0x0,_0x54787e=0x0;_0x473f52[_0xd9576a(0x14c)](_0x23622c=>{const _0x4782c5=_0xd9576a,_0x4234c5={'TLiCm':function(_0x438b3e,_0x3b711c){const _0x407229=a36_0x28f7;return _0x40677c[_0x407229(0x112)](_0x438b3e,_0x3b711c);},'UNlCr':_0x40677c[_0x4782c5(0x19b)],'NBPYa':function(_0x6f77a6,_0x3c75ad){const _0x2cb45c=_0x4782c5;return _0x40677c[_0x2cb45c(0x112)](_0x6f77a6,_0x3c75ad);},'tFwXs':_0x40677c[_0x4782c5(0x1fa)],'wQPZz':function(_0x242590,_0x30b4e6){const _0x4f61a2=_0x4782c5;return _0x40677c[_0x4f61a2(0x1be)](_0x242590,_0x30b4e6);}};_0x5dda2c[_0x23622c][_0x40677c[_0x4782c5(0x1e6)]][_0x4782c5(0x14c)](_0x47e3b8=>{const _0x4978c4=_0x4782c5;if(_0x4234c5[_0x4978c4(0xfe)](_0x47e3b8[_0x4978c4(0x185)],_0x4234c5[_0x4978c4(0x173)]))_0x444c58++;else _0x4234c5[_0x4978c4(0x118)](_0x47e3b8[_0x4978c4(0x185)],_0x4234c5[_0x4978c4(0x1c8)])&&_0x41e7f5++;_0x343a36++,_0x54787e+=_0x4234c5[_0x4978c4(0x1a0)](_0x47e3b8[_0x4978c4(0x183)],0x1);});}),_0x40677c[_0xd9576a(0x1f7)](xunitWrite,_0x40677c[_0xd9576a(0x157)](tag,_0x40677c['xlHjY'],{'name':_0x48cdff,'tests':_0x343a36,'failures':0x0,'errors':_0x41e7f5,'skipped':_0x40677c['jAvss'](_0x40677c[_0xd9576a(0x1e1)](_0x343a36,_0x41e7f5),_0x444c58),'timestamp':new Date()['toUTCString'](),'time':_0x40677c[_0xd9576a(0x1a4)](_0x54787e,0x3e8)||0x0},![])),_0x473f52['forEach'](_0x55c076=>{const _0x36130c=_0xd9576a,_0xf30e35={'KzNRk':function(_0x27cc57,_0x185a64,_0x410773){const _0x2310b2=a36_0x28f7;return _0x40677c[_0x2310b2(0x1e3)](_0x27cc57,_0x185a64,_0x410773);}};_0x5dda2c[_0x55c076][_0x40677c[_0x36130c(0x1e6)]][_0x36130c(0x14c)](_0x59f45d=>{_0xf30e35['KzNRk'](xunitTest,_0x59f45d,_0x55c076);});}),_0x40677c[_0xd9576a(0x1f7)](xunitWrite,_0x40677c[_0xd9576a(0x1da)]);if(_0x295164['output'])try{logger[_0xd9576a(0x143)](_0x40677c[_0xd9576a(0x1f2)],_0x295164[_0xd9576a(0x169)]),fs['writeFileSync'](_0x295164[_0xd9576a(0x169)],xunitContent);}catch(_0x5f259f){logger[_0xd9576a(0x1d9)](_0x40677c['GRvjx'],_0x295164[_0xd9576a(0x169)]),logger[_0xd9576a(0x143)](_0x5f259f);}else logger[_0xd9576a(0x143)](_0x40677c[_0xd9576a(0x211)]),console['log'](xunitContent);}else{if(_0x40677c[_0xd9576a(0x15c)](_0x1eb195,0x0))return;console[_0xd9576a(0x133)](),logger[_0xd9576a(0x143)](_0x40677c['NFYtE']),console[_0xd9576a(0x133)](chalk[_0xd9576a(0x1ad)][_0xd9576a(0x1c4)](_0x40677c[_0xd9576a(0x172)])),_0x473f52[_0xd9576a(0x14c)](_0x3ccbe5=>{const _0x4f5fe6=_0xd9576a,_0x304c7a={'MnRYB':function(_0x58b37e,_0x474873){return _0x40677c['cYDnX'](_0x58b37e,_0x474873);},'rPvKI':_0x40677c['yHLXt']},_0x238e0e=[];_0x5dda2c[_0x3ccbe5][_0x40677c[_0x4f5fe6(0x1e6)]][_0x4f5fe6(0x14c)](_0x5b5b96=>{const _0x4be48e=_0x4f5fe6;_0x304c7a['MnRYB'](_0x5b5b96[_0x4be48e(0x185)],_0x304c7a['rPvKI'])&&(_0x5b5b96[_0x4be48e(0x123)]=()=>_0x5b5b96[_0x4be48e(0x153)],_0x238e0e['push'](_0x5b5b96));}),_0x40677c[_0x4f5fe6(0x1e5)](_0x238e0e[_0x4f5fe6(0x150)],0x0)&&(Base[_0x4f5fe6(0x13b)](),Base['consoleLog'](_0x40677c[_0x4f5fe6(0x142)](_0x4db17c),chalk[_0x4f5fe6(0x1ad)]['bgBlueBright'](_0x3ccbe5)),Base[_0x4f5fe6(0x13e)](_0x238e0e));});}}}async function run(_0x20e6f3,_0x1ecdaf,_0x4a368f){const _0x426db0=a36_0x486a55,_0x341de4={'pQCrx':function(_0x341068,_0x4ac4b5,_0x3917a2,_0x2a5f29){return _0x341068(_0x4ac4b5,_0x3917a2,_0x2a5f29);},'FMfRD':_0x426db0(0x1a5),'MMYZO':_0x426db0(0x1e7),'nWloX':_0x426db0(0x1ce),'uNcJP':function(_0x16fed9,_0x1869e6,_0x5250dc,_0x1bc74d){return _0x16fed9(_0x1869e6,_0x5250dc,_0x1bc74d);},'adLLH':_0x426db0(0x160),'QNXme':function(_0x997765,_0x15c5d4){return _0x997765!=_0x15c5d4;},'QcngJ':'cjs','ONrfk':_0x426db0(0x140),'DQBRn':'test','XRAyJ':_0x426db0(0x186),'tYOMz':function(_0x58ffdb,_0x2ece45){return _0x58ffdb(_0x2ece45);},'xxhtn':function(_0x39a05b,_0xa8c7b3,_0x3f5d1b){return _0x39a05b(_0xa8c7b3,_0x3f5d1b);},'Smugf':_0x426db0(0x16d),'fPzNN':function(_0x3ead7c,_0x419bef){return _0x3ead7c!=_0x419bef;},'lPEMl':'includeTagsInTestingScope','lnmIz':_0x426db0(0x216),'xPNIV':_0x426db0(0x165),'lelcw':_0x426db0(0x16a),'phjvb':_0x426db0(0x149),'oLDfB':function(_0xba6354,_0x2487a2){return _0xba6354*_0x2487a2;},'dwYOv':function(_0x1ab83e,_0x1f1c45){return _0x1ab83e(_0x1f1c45);},'sWCZr':function(_0x3bb5cd,_0x51a323){return _0x3bb5cd!==_0x51a323;}};helper['setUserConfigPath'](_0x4a368f[_0x426db0(0x187)],_0x20e6f3),process[_0x426db0(0x1b6)][_0x426db0(0x126)]=process[_0x426db0(0x1b6)]['BROWSERSTACK_FRAMEWORK']||_0x4a368f[_0x426db0(0x187)]||_0x341de4[_0x426db0(0x1ac)],await _0x4a368f[_0x426db0(0x18c)](_0x20e6f3);!BrowserstackCLI['getInstance']()['isRunning']()&&await _0x4a368f[_0x426db0(0x13c)]();helper[_0x426db0(0x120)]()?await helper['handleApp'](_0x4a368f[_0x426db0(0x1d4)]):await _0x4a368f[_0x426db0(0x155)]();const _0x47d635=[];let _0x1a39ac=[];if(!_0x4a368f[_0x426db0(0x1d4)])return;!helper['isUndefined'](_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x11a)])&&(process['env'][_0x426db0(0x13a)]=JSON[_0x426db0(0x15d)](_0x4a368f[_0x426db0(0x1d4)]['accessibilityOptions']));const _0x3fc81b=await TestHubHandler[_0x426db0(0x1a9)](FRAMEWORKS[_0x426db0(0x12f)],_0x4a368f);_0x341de4[_0x426db0(0x141)](_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x100)],null)&&(process[_0x426db0(0x1b6)][_0x426db0(0x1ec)]=_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x100)]);!helper[_0x426db0(0x1cd)](_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x1bd)])&&(process['env'][_0x426db0(0x210)]=_0x4a368f['config']['accessibility']);const {extension:extension=['js',_0x341de4[_0x426db0(0x132)],_0x341de4[_0x426db0(0x1dc)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x341de4[_0x426db0(0x104)]]}=_0x20e6f3,_0x3934a={..._0x20e6f3};_0x3934a[_0x426db0(0x1db)]=null;const _0x47e635=_0x3934a;let _0x54b686;if(testOpsHelper[_0x426db0(0x11d)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x17aa7b=process[_0x426db0(0x1b6)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x426db0(0x1cd)](_0x4a368f['cliConfig'])&&_0x4a368f[_0x426db0(0x1b5)]['has'](_0x341de4[_0x426db0(0x136)])&&(_0x17aa7b=_0x4a368f[_0x426db0(0x1b5)][_0x426db0(0x14e)](_0x341de4[_0x426db0(0x136)])),_0x54b686=testOpsHelper[_0x426db0(0x10f)](_0x17aa7b);}if(helper[_0x426db0(0x1cd)](_0x54b686)){const _0x37764b={};_0x37764b['ignore']=ignore,_0x37764b[_0x426db0(0x1ea)]=extension,_0x37764b['file']=file,_0x37764b['recursive']=recursive,_0x37764b[_0x426db0(0x11c)]=sort,_0x37764b['spec']=spec,_0x54b686=_0x341de4[_0x426db0(0x17c)](collectFiles,_0x37764b),_0x341de4[_0x426db0(0x167)](nestedKeyValue,_0x54b686,[_0x341de4['Smugf']])&&(_0x54b686=_0x54b686[_0x426db0(0x16d)]);}const _0x4fff01=helper[_0x426db0(0x108)](_0x4a368f[_0x426db0(0x1d4)]);!helper[_0x426db0(0x1d0)](_0x4fff01)&&helper[_0x426db0(0x1f5)](_0x4fff01[_0x426db0(0x1b1)])&&(_0x47e635['retries']=_0x4fff01[_0x426db0(0x1b1)][_0x426db0(0xfd)]);if(!helper[_0x426db0(0x120)]()){const _0x5d39ab=0x1,_0x2a7f3a={..._0x47e635};_0x2a7f3a[_0x426db0(0x193)]=[..._0x54b686],_0x47d635[_0x426db0(0x1b2)]({'mochaOpts':_0x2a7f3a,'configuration':{'platform':os[_0x426db0(0x159)]()}});if(_0x4a368f[_0x426db0(0x1d4)]['accessibility']){const _0xde66ed={};_0xde66ed[_0x426db0(0x1bd)]=!![];const _0x3142b0=_0xde66ed;_0x341de4[_0x426db0(0x1e8)](_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x11a)],null)&&(_0x3142b0['accessibilityOptions']=_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x11a)],delete _0x3142b0[_0x426db0(0x11a)][_0x341de4['lPEMl']],delete _0x3142b0[_0x426db0(0x11a)][_0x341de4[_0x426db0(0x1eb)]],delete _0x3142b0['accessibilityOptions'][_0x341de4[_0x426db0(0x181)]]);const _0x7b0ef6={};_0x7b0ef6[_0x426db0(0x19c)]=_0x3142b0,_0x47d635[0x0][_0x426db0(0x1cc)]['capability']=_0x7b0ef6;}logger[_0x426db0(0x12a)](_0x341de4['lelcw']),logger[_0x426db0(0x12a)](_0x341de4['phjvb']),_0x341de4[_0x426db0(0x170)](parallelTestRun,_0x47d635,_0x5d39ab,_0x4a368f)[_0x426db0(0x17e)](_0x909980=>{const _0x5831a1=_0x426db0;PerformanceTester['start'](PerformanceEvents[_0x5831a1(0x1c5)]),_0x341de4[_0x5831a1(0x1d1)](printStats,_0x909980,_0x20e6f3[_0x5831a1(0x1b3)],_0x20e6f3['reporterOptions']||_0x20e6f3[_0x341de4['FMfRD']]);})[_0x426db0(0x154)](()=>{const _0x19d197=_0x426db0;PerformanceTester[_0x19d197(0x13d)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x48652f,tcgConfigPath:_0x21c6f7}=helper['getTCGConfigFilePaths']();fs[_0x19d197(0x113)](_0x21c6f7),fs[_0x19d197(0x116)](_0x48652f);}catch(_0x42a6d7){logger['debug'](_0x341de4['MMYZO'],_0x42a6d7);}try{utilities[_0x19d197(0x1e9)](_0x341de4[_0x19d197(0x125)],{},_0x4a368f[_0x19d197(0x1d4)],_0x4a368f[_0x19d197(0x187)]);}catch(_0x3ab282){logger[_0x19d197(0x143)](_0x19d197(0x139)+_0x3ab282[_0x19d197(0x1ff)]);}try{helper[_0x19d197(0x1b4)]();}catch(_0xe90b38){logger['debug']('Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20'+_0xe90b38);}testOpsHelper[_0x19d197(0x115)]();});}else{const _0x1bb1b5=helper['useW3C'](_0x4a368f[_0x426db0(0x1d4)]);let _0x2cde51=helper[_0x426db0(0x1d8)](_0x4a368f['config']);_0x1a39ac=helper[_0x426db0(0x1c9)](_0x4a368f[_0x426db0(0x1d4)],_0x1bb1b5,constants[_0x426db0(0x1fd)][_0x426db0(0x12f)]);helper[_0x426db0(0x1d3)]()[_0x426db0(0x11f)]&&(_0x2cde51=centralScannerConstants[_0x426db0(0x182)]);let _0x3d820;const _0x3f7a85=_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x20b)]||helper[_0x426db0(0x19a)](_0x20e6f3,_0x1ecdaf,_0x4a368f[_0x426db0(0x1d4)],constants[_0x426db0(0x1fd)][_0x426db0(0x12f)])||0x1;helper[_0x426db0(0x12b)](_0x4a368f['config'])?_0x3d820=_0x341de4[_0x426db0(0x215)](_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x1d2)]['length'],_0x3f7a85):_0x3d820=_0x3f7a85;const _0x1ea244=_0x341de4['dwYOv'](getPercyOptions,_0x4a368f['config']);if(_0x341de4[_0x426db0(0x14a)](_0x4a368f[_0x426db0(0x1d4)][_0x426db0(0x20b)],0x1))_0x54b686[_0x426db0(0x14c)](_0x49fd80=>{const _0x48b5af=_0x426db0,_0x20de9c=[];_0x1a39ac[_0x48b5af(0x14c)]((_0x1fcbb5,_0x521985)=>{const _0x16523f=_0x48b5af,_0x6f5fd7={};_0x6f5fd7[_0x16523f(0x193)]=[_0x49fd80],_0x20de9c['push']({'mochaOpts':Object[_0x16523f(0x205)]({},_0x47e635,_0x6f5fd7),'configuration':{'server':_0x2cde51,'capability':_0x1fcbb5,'proxySettings':_0x4a368f['config'][_0x16523f(0x202)],'platform':helper[_0x16523f(0x12e)](_0x1fcbb5),'browserStackLogLevel':_0x4a368f[_0x16523f(0x1d4)]['logLevel'],'platformIndex':_0x521985,'browserStackPercyOptions':_0x1ea244,'platformCaps':Object['assign']({'index':_0x521985},_0x4a368f[_0x16523f(0x1d4)]['platforms'][_0x521985])}});}),_0x47d635[_0x48b5af(0x1b2)](..._0x20de9c);});else{const _0x11db63=[];_0x1a39ac[_0x426db0(0x14c)]((_0x50be98,_0x3a3655)=>{const _0x48e9bd=_0x426db0;let _0x4487b5=Object[_0x48e9bd(0x205)]({},_0x47e635);testOpsHelper[_0x48e9bd(0x11d)]()&&testOpsHelper['shouldReRunObservabilityTests']()&&(_0x4487b5={..._0x4487b5,'spec':[..._0x54b686]}),_0x11db63[_0x48e9bd(0x1b2)]({'mochaOpts':_0x4487b5,'configuration':{'server':_0x2cde51,'capability':_0x50be98,'proxySettings':_0x4a368f['config'][_0x48e9bd(0x202)],'platform':helper['getPlatformName'](_0x50be98),'browserStackLogLevel':_0x4a368f[_0x48e9bd(0x1d4)][_0x48e9bd(0x1e2)],'platformIndex':_0x3a3655,'browserStackPercyOptions':_0x1ea244,'platformCaps':Object[_0x48e9bd(0x205)]({'index':_0x3a3655},_0x4a368f[_0x48e9bd(0x1d4)][_0x48e9bd(0x1d2)][_0x3a3655])}});}),_0x47d635[_0x426db0(0x1b2)](..._0x11db63);}logger[_0x426db0(0x12a)]('Running\x20your\x20mocha\x20tests\x20across\x20'+_0x4a368f[_0x426db0(0x1d4)]['platforms']['length']+_0x426db0(0x14f)),logger[_0x426db0(0x12a)](_0x341de4[_0x426db0(0x148)]);let _0x4d0a45;_0x341de4[_0x426db0(0x170)](parallelTestRun,_0x47d635,_0x3d820,_0x4a368f)['then'](_0x63c4db=>{const _0x269e32=_0x426db0;PerformanceTester[_0x269e32(0x13d)](PerformanceEvents[_0x269e32(0x1c5)]),_0x4d0a45=_0x63c4db,_0x341de4[_0x269e32(0x170)](printStats,_0x63c4db,_0x20e6f3[_0x269e32(0x1b3)],_0x20e6f3[_0x269e32(0x1c3)]||_0x20e6f3[_0x341de4[_0x269e32(0x15f)]]);})['finally'](async()=>{const _0x305ec6=_0x426db0;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0x4a368f[_0x305ec6(0x10a)]=helper['getErrorMessageFromResults'](_0x4d0a45,_0x341de4[_0x305ec6(0x1ac)]),await utilities[_0x305ec6(0x164)](_0x4a368f),testOpsHelper[_0x305ec6(0x115)]();});}}module[a36_0x486a55(0x1af)]=run;
2
+ 'use strict';const a36_0x134317=a36_0x3540;(function(_0x2c8a6c,_0x2cb56b){const _0x348de9=a36_0x3540,_0x2c3f6b=_0x2c8a6c();while(!![]){try{const _0x156f39=-parseInt(_0x348de9(0x234))/0x1*(-parseInt(_0x348de9(0x1ac))/0x2)+-parseInt(_0x348de9(0x259))/0x3+-parseInt(_0x348de9(0x2ae))/0x4+parseInt(_0x348de9(0x1bf))/0x5*(-parseInt(_0x348de9(0x24e))/0x6)+parseInt(_0x348de9(0x1e2))/0x7*(parseInt(_0x348de9(0x279))/0x8)+parseInt(_0x348de9(0x25b))/0x9*(parseInt(_0x348de9(0x2a3))/0xa)+parseInt(_0x348de9(0x213))/0xb;if(_0x156f39===_0x2cb56b)break;else _0x2c3f6b['push'](_0x2c3f6b['shift']());}catch(_0x1e180f){_0x2c3f6b['push'](_0x2c3f6b['shift']());}}}(a36_0x3e82,0x81820));const chalk=require(a36_0x134317(0x238)),logger=require(a36_0x134317(0x291))[a36_0x134317(0x2a1)],helper=require(a36_0x134317(0x1c9)),utilities=require(a36_0x134317(0x237)),testOpsHelper=require('../../helpers/test-observability/utils'),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a36_0x134317(0x23d)),{requireModule,nestedKeyValue}=require(a36_0x134317(0x1c9)),{getPercyOptions}=require(a36_0x134317(0x20e)),Base=requireModule(a36_0x134317(0x26f),a36_0x134317(0x2b1)),collectFiles=requireModule(a36_0x134317(0x21c),a36_0x134317(0x2b1)),constants=require(a36_0x134317(0x1cf)),PerformanceTester=require(a36_0x134317(0x217)),PerformanceEvents=require(a36_0x134317(0x27f))['EVENTS'],centralScannerConstants=require(a36_0x134317(0x20a)),{FRAMEWORKS}=require(a36_0x134317(0x27d)),TestHubHandler=require(a36_0x134317(0x222)),BrowserstackCLI=require('../v2/browserstackCLI'),ClientTroubleShootingService=require('../utils/clientTroubleshootingService');function a36_0x3540(_0x51f279,_0x5b7f9f){const _0x3e8204=a36_0x3e82();return a36_0x3540=function(_0x3540f5,_0x592e2b){_0x3540f5=_0x3540f5-0x1a1;let _0xa82d6f=_0x3e8204[_0x3540f5];return _0xa82d6f;},a36_0x3540(_0x51f279,_0x5b7f9f);}function tag(_0x42b60c,_0x5793f8,_0x240a8a,_0x59748e){const _0x4b2c51=a36_0x134317,_0x124288={'ngfjd':function(_0x26845b,_0x1ef327){return _0x26845b+_0x1ef327;},'tiEGJ':function(_0xdf5fcc,_0x184376){return _0xdf5fcc+_0x184376;},'GHCKR':function(_0x477379,_0x1a177e){return _0x477379(_0x1a177e);},'GIyHc':function(_0x604713,_0x2c0489){return _0x604713+_0x2c0489;},'XOxHq':function(_0x3945a4,_0x116e35){return _0x3945a4+_0x116e35;},'UjJXR':function(_0x3f5660,_0x3ccc4a){return _0x3f5660+_0x3ccc4a;}},_0x3c8e42=_0x240a8a?'/>':'>',_0x147101=[];let _0x2f06e0;for(const _0x1bcc0e in _0x5793f8){Object[_0x4b2c51(0x256)][_0x4b2c51(0x205)][_0x4b2c51(0x1e8)](_0x5793f8,_0x1bcc0e)&&_0x147101[_0x4b2c51(0x21d)](_0x124288[_0x4b2c51(0x216)](_0x124288[_0x4b2c51(0x216)](_0x124288[_0x4b2c51(0x22b)](_0x1bcc0e,'=\x22'),_0x124288[_0x4b2c51(0x1b2)](escape,_0x5793f8[_0x1bcc0e])),'\x22'));}return _0x2f06e0=_0x124288[_0x4b2c51(0x216)](_0x124288['GIyHc'](_0x124288['ngfjd']('<',_0x42b60c),_0x147101[_0x4b2c51(0x23b)]?_0x124288['XOxHq']('\x20',_0x147101[_0x4b2c51(0x281)]('\x20')):''),_0x3c8e42),_0x59748e&&(_0x2f06e0+=_0x124288[_0x4b2c51(0x239)](_0x124288['tiEGJ'](_0x124288[_0x4b2c51(0x22f)](_0x59748e,'</'),_0x42b60c),_0x3c8e42)),_0x2f06e0;}let xunitContent='';function xunitWrite(_0x3e56d8){xunitContent+=_0x3e56d8;}function xunitTest(_0xb94ab3,_0x32f867){const _0x13a249=a36_0x134317,_0x15d2d9={'hJuoT':function(_0x3ecdec,_0x451708){return _0x3ecdec/_0x451708;},'sEtJs':function(_0x16585c,_0x365e77){return _0x16585c===_0x365e77;},'XzGnT':_0x13a249(0x227),'sfdzA':function(_0x22c17d,_0x4fa3f6){return _0x22c17d+_0x4fa3f6;},'AdTPa':function(_0x487155,_0x507c5f){return _0x487155(_0x507c5f);},'vOQJK':function(_0x475bee,_0x551e72,_0x42c2dd,_0x3f0012,_0xeeb00a){return _0x475bee(_0x551e72,_0x42c2dd,_0x3f0012,_0xeeb00a);},'FugbA':_0x13a249(0x253),'IUCxT':function(_0x4e15eb,_0x248eb2,_0x5c2c1e,_0x3d5a18,_0x2f1ca8){return _0x4e15eb(_0x248eb2,_0x5c2c1e,_0x3d5a18,_0x2f1ca8);},'jraNn':_0x13a249(0x267),'xzdcC':function(_0x28f020,_0x5c85a7){return _0x28f020+_0x5c85a7;},'KGIoh':function(_0x2aa5f8,_0x1d03a4){return _0x2aa5f8+_0x1d03a4;},'osdRy':function(_0x275228,_0x45713f){return _0x275228(_0x45713f);},'NsFWQ':function(_0x49bedc,_0x4ec699,_0x373b7a,_0x528c6a,_0x21f9de){return _0x49bedc(_0x4ec699,_0x373b7a,_0x528c6a,_0x21f9de);},'KRGZm':function(_0x3da619,_0x5d1eaa,_0x51ae1e,_0xc27a09){return _0x3da619(_0x5d1eaa,_0x51ae1e,_0xc27a09);},'atXxp':'skipped','PgoYt':function(_0x346d72,_0x3dd428,_0x856e07,_0x2fc1c1){return _0x346d72(_0x3dd428,_0x856e07,_0x2fc1c1);}};Base['useColors']=![];var _0x5c7d37={'classname':_0xb94ab3[_0x13a249(0x1b1)],'name':_0xb94ab3['title'],'time':_0x15d2d9['hJuoT'](_0xb94ab3[_0x13a249(0x262)],0x3e8)||0x0,'platform':_0x32f867};if(_0x15d2d9[_0x13a249(0x20c)](_0xb94ab3[_0x13a249(0x1c1)],_0x15d2d9[_0x13a249(0x1f5)])){var _0x2519df=_0xb94ab3[_0x13a249(0x1f2)],_0x4b765c=!Base['hideDiff']&&Base['showDiff'](_0x2519df)?_0x15d2d9['sfdzA']('\x0a',Base[_0x13a249(0x275)](_0x2519df[_0x13a249(0x20f)],_0x2519df[_0x13a249(0x1c5)])):'';_0x15d2d9[_0x13a249(0x28c)](xunitWrite,_0x15d2d9[_0x13a249(0x289)](tag,_0x15d2d9[_0x13a249(0x1d8)],_0x5c7d37,![],_0x15d2d9[_0x13a249(0x29b)](tag,_0x15d2d9[_0x13a249(0x28d)],{},![],_0x15d2d9[_0x13a249(0x28b)](_0x15d2d9[_0x13a249(0x282)](_0x15d2d9['xzdcC'](_0x15d2d9['osdRy'](escape,_0x2519df[_0x13a249(0x255)]),_0x15d2d9['AdTPa'](escape,_0x4b765c)),'\x0a'),_0x15d2d9[_0x13a249(0x272)](escape,_0x2519df[_0x13a249(0x24f)])))));}else _0xb94ab3[_0x13a249(0x1f9)]?_0x15d2d9['AdTPa'](xunitWrite,_0x15d2d9['NsFWQ'](tag,_0x15d2d9[_0x13a249(0x1d8)],_0x5c7d37,![],_0x15d2d9[_0x13a249(0x296)](tag,_0x15d2d9[_0x13a249(0x21e)],{},!![]))):_0x15d2d9[_0x13a249(0x272)](xunitWrite,_0x15d2d9[_0x13a249(0x1d2)](tag,_0x15d2d9[_0x13a249(0x1d8)],_0x5c7d37,!![]));};function a36_0x3e82(){const _0x23322a=['../test-runner','TMNoW','OLNZg','errorMessage','printBuildLink','pvoeU','retryTestsOnFailure','AmLzR','reporter','parseTestOrchestrationOptions','RkTdm','isEmpty','testsFailed','MwFyo','rootHooks','accessibilityOptions','writeFileSync','42eenhVx','stack','SDK_CLEANUP','platforms','then','testcase','Running\x20your\x20mocha\x20tests','message','prototype','BKEKH','ZDjVs','3090729BEIjSg','min','648477WlacGr','pmZza','isTestObservabilitySession','vURBU','Printing\x20stats\x20of\x20tests','list','BdNKS','duration','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','accessibility','Now,\x20showing\x20logs\x20from\x20mocha','pending','failure','passes','VxsKD','forEach','xSzVp','framework','cjs','capability','mocha/lib/reporters/base.js','pUEJE','stats','osdRy','testObservability','files','generateDiff','pKalF','cvLwW','guvgG','10760jgVFDs','QizRL','config','rPpOw','../../helpers/test-observability/constants','LSJJw','../../helpers/performance/constants','\x20platforms','join','KGIoh','BROWSERSTACK_TEST_ACCESSIBILITY_YML','YtOIG','bold','isUndefined','kIwHe','extension','vOQJK','parse','xzdcC','AdTPa','jraNn','object','toUTCString','PSTVU','../../helpers/logger','isBrowserstackInfra','validPlatformsPresent','output','handleApp','KRGZm','LJRFS','Couldn\x27t\x20write\x20xunit\x20result\x20to','log','mSYxV','IUCxT','FRAMEWORKS','suiteName','consoleLog','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','</testsuite>','winstonLogger','rmdirSync','10bqdGwQ','size','mjs','puRmO','KLDNp','getInstance','titlePathV','Running\x20your\x20mocha\x20tests\x20across\x20','title','DvBEN','TUWqx','1973896EvzWJY','RElEQ','useW3C','mocha','map','eBkpt','fireFunnelTestEvent','central_scanner','iVMam','GoNLi','AkJQQ','reporter-option','RJLta','PxnSS','excludeTagsInTestingScope','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','dpHYa','getHubUrl','386530VBCbKQ','ElWSk','start','okTXk','Setting\x20non\x20exit\x20code\x20for\x20failures','fullTitle','GHCKR','platform','env','Listing\x20all\x20the\x20failures','suite','setUserConfigPath','getCentralUser','KjTGo','Lztse','eyqKd','getOwnPropertyNames','doc','dlAIM','409485IDkgfp','unlinkSync','state','xunit','totalTests','vUWxU','expected','spec','getPlatformName','TyVRY','../../helpers/helper','Total\x20Suites:\x20','getUserWorkerCount','proxySettings','WziyI','hYDaV','../utils/constants','setupTCGAuth','titlePath','PgoYt','cliConfig','\x20passed','passed','json','Mocha\x20Tests','FugbA','launchBuild','reporterOptions','recursive','parseFileNames','BROWSERSTACK_FRAMEWORK','getTCGConfigFilePaths','indexOf','exitCode','initialize','4361IPtOos','wYsgV','FgfWt','IpSEv','BROWSERSTACK_GRR_US_HUB_URL','dTdYw','call','XETNJ','green','debug','shouldReRunObservabilityTests','Writing\x20json\x20result\x20to\x20file','****\x20FAILURES\x20****','file','sOiHb','QqJSB','err','YNzYk','YkHWk','XzGnT','sort','IOkVu','phmJQ','isPending','jfLjA','SDKTestSuccessful','results','exports','bstack:options','Writing\x20xunit\x20result\x20to\x20file','MOCHA','zaldf','logLevel','Tests:\x20\x20\x20\x20\x20\x20\x20','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','hasOwnProperty','currentRetry','parallelsPerPlatform','finally','has','../../helpers/central-scanner/constants','MgtqB','sEtJs','prepareCapabilities','../../helpers/percy/utils','actual','GZQNY','stringify','assign','8262617rfAJHo','UCBkk','\x0a\x0a\x0a','ngfjd','../../helpers/performance/performance-tester','eEsza','AbCPq','testSuites','error','mocha/lib/cli/collect-files.js','push','atXxp','\x20failed','ZoQAJ','GrlLU','../../helpers/testhub/testhubHandler','add','isNotUndefined','testsPassed','PhoLe','failed','BROWSERSTACK_TEST_OBSERVABILITY_YML','\x20total','notifyUpdate','tiEGJ','OfXGW','hqbec','xSZHb','UjJXR','includeEncodedExtension','info','ignore','bgBlueBright','5iQjPBr','rerunTests','lnJZW','../../helpers/utilities','chalk','GIyHc','GSmPL','length','HeCWz'];a36_0x3e82=function(){return _0x23322a;};return a36_0x3e82();}function getStats(_0x266463){const _0x2eb52b=a36_0x134317,_0x35495c={};_0x35495c[_0x2eb52b(0x1a6)]=_0x2eb52b(0x1b6),_0x35495c[_0x2eb52b(0x27c)]=_0x2eb52b(0x1d5),_0x35495c[_0x2eb52b(0x270)]=_0x2eb52b(0x227),_0x35495c['xSZHb']=_0x2eb52b(0x1fc);const _0x40bf66=_0x35495c,_0x490093=Object['keys'](_0x266463);let _0x58020b=0x0,_0x59176d=0x0,_0x3b4028=0x0,_0x4fd0ed=0x0;const _0x40ff0c=new Set();_0x490093[_0x2eb52b(0x26a)](_0x2b6ab5=>{const _0x1cab0e=_0x2eb52b;_0x266463[_0x2b6ab5][_0x40bf66[_0x1cab0e(0x22e)]][_0x1cab0e(0x26a)](_0x567704=>{const _0x3431e4=_0x1cab0e;_0x40ff0c[_0x3431e4(0x223)](_0x567704[_0x40bf66[_0x3431e4(0x1a6)]]),_0x58020b++;switch(_0x567704[_0x3431e4(0x1c1)]){case _0x40bf66[_0x3431e4(0x27c)]:_0x3b4028++;break;case _0x40bf66[_0x3431e4(0x270)]:_0x59176d++;break;default:_0x4fd0ed++;}});});const _0x1fe0e2={};return _0x1fe0e2[_0x2eb52b(0x21a)]=_0x40ff0c[_0x2eb52b(0x2a4)],_0x1fe0e2['platforms']=_0x490093,_0x1fe0e2[_0x2eb52b(0x1c3)]=_0x58020b,_0x1fe0e2[_0x2eb52b(0x249)]=_0x59176d,_0x1fe0e2[_0x2eb52b(0x225)]=_0x3b4028,_0x1fe0e2['testsPending']=_0x4fd0ed,_0x1fe0e2;}function errorJSON(_0x2a0b61){const _0x551857=a36_0x134317;var _0x3d93b0={};return Object[_0x551857(0x1bc)](_0x2a0b61)[_0x551857(0x26a)](function(_0x3a05cf){_0x3d93b0[_0x3a05cf]=_0x2a0b61[_0x3a05cf];},_0x2a0b61),_0x3d93b0;}function cleanCycles(_0x27243b){const _0x278bec=a36_0x134317,_0x125809={};_0x125809[_0x278bec(0x1f7)]=function(_0x197e9a,_0x283547){return _0x197e9a===_0x283547;},_0x125809[_0x278bec(0x269)]=_0x278bec(0x28e),_0x125809[_0x278bec(0x1f8)]=function(_0x339fce,_0x3660b4){return _0x339fce!==_0x3660b4;},_0x125809['lnJZW']=function(_0x31038f,_0x32275c){return _0x31038f+_0x32275c;};const _0x38f2e1=_0x125809;var _0x315682=[];return JSON[_0x278bec(0x28a)](JSON[_0x278bec(0x211)](_0x27243b,function(_0x51c26d,_0xa46b5d){const _0x2f3dc6=_0x278bec;if(_0x38f2e1[_0x2f3dc6(0x1f7)](typeof _0xa46b5d,_0x38f2e1[_0x2f3dc6(0x269)])&&_0x38f2e1[_0x2f3dc6(0x1f8)](_0xa46b5d,null)){if(_0x38f2e1['phmJQ'](_0x315682[_0x2f3dc6(0x1df)](_0xa46b5d),-0x1))return _0x38f2e1[_0x2f3dc6(0x236)]('',_0xa46b5d);_0x315682[_0x2f3dc6(0x21d)](_0xa46b5d);}return _0xa46b5d;}));}function clean(_0x3d1ada){const _0x410c87=a36_0x134317,_0x252591={'QfYcj':function(_0x57fd2e,_0x5e18b8){return _0x57fd2e instanceof _0x5e18b8;},'YkHWk':function(_0x31f977,_0x27e71c){return _0x31f977(_0x27e71c);}};var _0xcc7e0f=_0x3d1ada['err']||{};return _0x252591['QfYcj'](_0xcc7e0f,Error)&&(_0xcc7e0f=_0x252591[_0x410c87(0x1f4)](errorJSON,_0xcc7e0f)),{'title':_0x3d1ada[_0x410c87(0x2ab)],'fullTitle':_0x3d1ada['fullTitle'],'file':_0x3d1ada[_0x410c87(0x1ef)],'duration':_0x3d1ada[_0x410c87(0x262)],'currentRetry':_0x3d1ada[_0x410c87(0x206)],'speed':_0x3d1ada['speed'],'err':_0x252591['YkHWk'](cleanCycles,_0xcc7e0f)};}function printStats(_0x39a736,_0x2278b0=a36_0x134317(0x1c6),_0x24fb79={}){const _0x298b95=a36_0x134317,_0x491820={'QqJSB':function(_0x22e696,_0x19800f){return _0x22e696(_0x19800f);},'TyVRY':function(_0x3471d2,_0x5874c2){return _0x3471d2===_0x5874c2;},'xSzVp':_0x298b95(0x1d5),'dlAIM':_0x298b95(0x268),'ZDjVs':_0x298b95(0x227),'LSJJw':'failures','vUWxU':function(_0x3cf661,_0x32184d){return _0x3cf661(_0x32184d);},'AbCPq':_0x298b95(0x266),'wYsgV':_0x298b95(0x1fc),'CmODq':function(_0x2627d6,_0x35fa16){return _0x2627d6*_0x35fa16;},'gKHHz':function(_0x2cee50,_0x342499,_0xbb1c86){return _0x2cee50(_0x342499,_0xbb1c86);},'FgfWt':function(_0x1430d6,_0x4d6404){return _0x1430d6===_0x4d6404;},'LJRFS':function(_0x13b22a,_0x244a41){return _0x13b22a>_0x244a41;},'iVMam':function(_0xa274ad){return _0xa274ad();},'OfXGW':function(_0x3f5360,_0x5d7b06){return _0x3f5360===_0x5d7b06;},'Qzrif':_0x298b95(0x1bd),'iQKOD':function(_0x1d1326,_0x2ba3d4){return _0x1d1326(_0x2ba3d4);},'eBkpt':function(_0x508bed,_0x32ab18){return _0x508bed>_0x32ab18;},'QizRL':_0x298b95(0x1b0),'UCBkk':_0x298b95(0x25f),'eEsza':function(_0x5d4431,_0x440a55){return _0x5d4431+_0x440a55;},'AmLzR':'Total\x20Platforms:\x20','Lztse':function(_0x5bf00c,_0x3ca968){return _0x5bf00c+_0x3ca968;},'YtOIG':_0x298b95(0x1ca),'okTXk':function(_0x22c5a6,_0x3f3c39){return _0x22c5a6+_0x3f3c39;},'XETNJ':function(_0x587986,_0x4275a4){return _0x587986+_0x4275a4;},'PSTVU':_0x298b95(0x203),'guvgG':function(_0x4b5b91,_0x44e02a){return _0x4b5b91>_0x44e02a;},'IpSEv':function(_0xb315af,_0x48511e){return _0xb315af+_0x48511e;},'TMNoW':function(_0x292ee0,_0x27a030){return _0x292ee0+_0x27a030;},'GSmPL':function(_0x563d43,_0x2daec6){return _0x563d43+_0x2daec6;},'TUWqx':function(_0x266320,_0x2dca3e){return _0x266320+_0x2dca3e;},'mSYxV':_0x298b95(0x215),'hYDaV':function(_0x3f26ba,_0x1cc351){return _0x3f26ba===_0x1cc351;},'MgtqB':_0x298b95(0x1d6),'AkJQQ':_0x298b95(0x1ed),'FCDVT':'Couldn\x27t\x20write\x20json\x20result\x20to','WziyI':_0x298b95(0x263),'jfLjA':function(_0x47e973,_0x2592ec){return _0x47e973===_0x2592ec;},'dpHYa':_0x298b95(0x1c2),'IfIIA':_0x298b95(0x1d7),'PxnSS':function(_0x2b74e8,_0x41d4c8){return _0x2b74e8||_0x41d4c8;},'IMRut':function(_0x129c96,_0x4fefa9,_0x41bc64,_0x4724b0){return _0x129c96(_0x4fefa9,_0x41bc64,_0x4724b0);},'YNzYk':'testsuite','ZoQAJ':function(_0x54bf76,_0x6c5968){return _0x54bf76-_0x6c5968;},'PhoLe':function(_0x7110e9,_0x473a6e){return _0x7110e9-_0x473a6e;},'GZQNY':function(_0x3c1d56,_0x1fad41){return _0x3c1d56/_0x1fad41;},'kIwHe':_0x298b95(0x2a0),'rlnTa':_0x298b95(0x1ff),'hqbec':_0x298b95(0x298),'vURBU':'No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','pmZza':_0x298b95(0x1b5),'HZjHA':_0x298b95(0x1ee)};if(_0x491820[_0x298b95(0x22c)](_0x2278b0,_0x491820['Qzrif']))return;const _0x332a5a=0x0,_0x50e739=()=>{const _0x10783d=_0x298b95;return _0x491820[_0x10783d(0x1f1)](Array,_0x332a5a)[_0x10783d(0x281)]('\x20\x20');},{testSuites:_0x43ac63,platforms:_0x58a54f,totalTests:_0x66e9f8,testsFailed:_0x59a6e3,testsPassed:_0x185a3b,testsPending:_0x4f2073}=_0x491820['iQKOD'](getStats,_0x39a736);_0x491820[_0x298b95(0x2b3)](_0x59a6e3,0x0)&&(logger['debug'](_0x491820[_0x298b95(0x27a)]),process[_0x298b95(0x1e0)]=Math[_0x298b95(0x25a)](_0x59a6e3,0xff));logger[_0x298b95(0x1eb)](_0x491820[_0x298b95(0x214)]);const _0x18f68b=''+_0x491820[_0x298b95(0x218)](chalk['bold'](_0x491820[_0x298b95(0x244)]),_0x58a54f[_0x298b95(0x23b)]),_0x3c1212=''+_0x491820[_0x298b95(0x1ba)](chalk[_0x298b95(0x285)](_0x491820[_0x298b95(0x284)]),_0x43ac63),_0x4bbc30=''+_0x491820[_0x298b95(0x1af)](_0x491820[_0x298b95(0x1ba)](_0x491820[_0x298b95(0x1e9)](chalk[_0x298b95(0x285)](_0x491820[_0x298b95(0x290)]),_0x491820[_0x298b95(0x278)](_0x59a6e3,0x0)?chalk['bold']['red'](_0x59a6e3+_0x298b95(0x21f))+',\x20':''),_0x491820[_0x298b95(0x2b3)](_0x4f2073,0x0)?chalk[_0x298b95(0x285)]['yellow'](_0x4f2073+'\x20skipped')+',\x20':''),_0x491820[_0x298b95(0x297)](_0x185a3b,0x0)?chalk['bold'][_0x298b95(0x1ea)](_0x185a3b+_0x298b95(0x1d4))+',\x20':'')+_0x66e9f8+_0x298b95(0x229);console[_0x298b95(0x299)](_0x491820[_0x298b95(0x1e5)](_0x491820[_0x298b95(0x23e)](_0x491820[_0x298b95(0x1e5)](_0x491820[_0x298b95(0x23a)](_0x491820[_0x298b95(0x2ad)](_0x491820[_0x298b95(0x29a)],_0x18f68b),'\x0a'),_0x3c1212),'\x0a'),_0x4bbc30));if(_0x491820[_0x298b95(0x1ce)](_0x2278b0,_0x491820[_0x298b95(0x20b)])){const _0x4afe38={},_0x47dff2={};_0x47dff2[_0x298b95(0x21a)]=_0x43ac63,_0x47dff2[_0x298b95(0x251)]=_0x58a54f,_0x47dff2['testsFailed']=_0x59a6e3,_0x47dff2[_0x298b95(0x225)]=_0x185a3b,_0x47dff2['testsPending']=_0x4f2073,_0x4afe38[_0x298b95(0x271)]=_0x47dff2,_0x58a54f[_0x298b95(0x26a)](_0xdb2550=>{const _0x5bd829=_0x298b95;_0x4afe38[_0xdb2550]={'pending':[],'failures':[],'passes':[],'tests':_0x39a736[_0xdb2550][_0x491820['wYsgV']][_0x5bd829(0x2b2)](clean)},_0x39a736[_0xdb2550][_0x491820[_0x5bd829(0x1e3)]][_0x5bd829(0x26a)](_0x5b3f46=>{const _0x3c39d0=_0x5bd829;if(_0x491820['TyVRY'](_0x5b3f46[_0x3c39d0(0x1c1)],_0x491820[_0x3c39d0(0x26b)]))_0x4afe38[_0xdb2550][_0x491820[_0x3c39d0(0x1be)]][_0x3c39d0(0x21d)](_0x491820[_0x3c39d0(0x1f1)](clean,_0x5b3f46));else _0x491820[_0x3c39d0(0x1c8)](_0x5b3f46[_0x3c39d0(0x1c1)],_0x491820[_0x3c39d0(0x258)])?_0x4afe38[_0xdb2550][_0x491820[_0x3c39d0(0x27e)]][_0x3c39d0(0x21d)](_0x491820[_0x3c39d0(0x1c4)](clean,_0x5b3f46)):_0x4afe38[_0xdb2550][_0x491820[_0x3c39d0(0x219)]][_0x3c39d0(0x21d)](_0x491820[_0x3c39d0(0x1f1)](clean,_0x5b3f46));});});if(_0x24fb79[_0x298b95(0x294)])try{logger[_0x298b95(0x1eb)](_0x491820[_0x298b95(0x1a4)],_0x24fb79[_0x298b95(0x294)]),fs['writeFileSync'](_0x24fb79[_0x298b95(0x294)],JSON[_0x298b95(0x211)](_0x4afe38,null,0x3));}catch(_0x2f16ac){logger[_0x298b95(0x21b)](_0x491820['FCDVT'],_0x24fb79[_0x298b95(0x294)]),logger[_0x298b95(0x1eb)](_0x2f16ac);}else logger[_0x298b95(0x1eb)](_0x491820[_0x298b95(0x1cd)]),console[_0x298b95(0x299)](JSON[_0x298b95(0x211)](_0x4afe38,null,0x3));}else{if(_0x491820[_0x298b95(0x1fa)](_0x2278b0,_0x491820[_0x298b95(0x1aa)])){let _0x12fcfe;const _0x3bbda9=_0x491820['IfIIA'];_0x24fb79&&(_0x12fcfe=_0x24fb79[_0x298b95(0x29d)]);_0x12fcfe=_0x491820[_0x298b95(0x1a7)](_0x12fcfe,_0x3bbda9);let _0x430675=0x0,_0x4be2af=0x0,_0x2f5022=0x0,_0x1da112=0x0;_0x58a54f[_0x298b95(0x26a)](_0x4b7ef3=>{const _0x4af527=_0x298b95;_0x39a736[_0x4b7ef3][_0x491820[_0x4af527(0x1e3)]][_0x4af527(0x26a)](_0x41f6d9=>{const _0x1d3200=_0x4af527;if(_0x491820[_0x1d3200(0x1c8)](_0x41f6d9[_0x1d3200(0x1c1)],_0x491820[_0x1d3200(0x26b)]))_0x430675++;else _0x491820['TyVRY'](_0x41f6d9[_0x1d3200(0x1c1)],_0x491820[_0x1d3200(0x258)])&&_0x4be2af++;_0x2f5022++,_0x1da112+=_0x491820['CmODq'](_0x41f6d9['duration'],0x1);});}),_0x491820[_0x298b95(0x1c4)](xunitWrite,_0x491820['IMRut'](tag,_0x491820[_0x298b95(0x1f3)],{'name':_0x12fcfe,'tests':_0x2f5022,'failures':0x0,'errors':_0x4be2af,'skipped':_0x491820[_0x298b95(0x220)](_0x491820[_0x298b95(0x226)](_0x2f5022,_0x4be2af),_0x430675),'timestamp':new Date()[_0x298b95(0x28f)](),'time':_0x491820[_0x298b95(0x210)](_0x1da112,0x3e8)||0x0},![])),_0x58a54f['forEach'](_0xc154c3=>{const _0x3f2841=_0x298b95,_0x40d60f={'tsDTZ':function(_0x4e9e2d,_0x3ed83a,_0x3fa599){return _0x491820['gKHHz'](_0x4e9e2d,_0x3ed83a,_0x3fa599);}};_0x39a736[_0xc154c3][_0x491820['wYsgV']][_0x3f2841(0x26a)](_0x3e1d65=>{_0x40d60f['tsDTZ'](xunitTest,_0x3e1d65,_0xc154c3);});}),_0x491820[_0x298b95(0x1c4)](xunitWrite,_0x491820[_0x298b95(0x287)]);if(_0x24fb79['output'])try{logger[_0x298b95(0x1eb)](_0x491820['rlnTa'],_0x24fb79[_0x298b95(0x294)]),fs[_0x298b95(0x24d)](_0x24fb79[_0x298b95(0x294)],xunitContent);}catch(_0x41fb8b){logger[_0x298b95(0x21b)](_0x491820[_0x298b95(0x22d)],_0x24fb79[_0x298b95(0x294)]),logger[_0x298b95(0x1eb)](_0x41fb8b);}else logger[_0x298b95(0x1eb)](_0x491820[_0x298b95(0x25e)]),console[_0x298b95(0x299)](xunitContent);}else{if(_0x491820[_0x298b95(0x1c8)](_0x59a6e3,0x0))return;console[_0x298b95(0x299)](),logger[_0x298b95(0x1eb)](_0x491820[_0x298b95(0x25c)]),console[_0x298b95(0x299)](chalk['bold']['bgRedBright'](_0x491820['HZjHA'])),_0x58a54f['forEach'](_0x46e227=>{const _0x4ce376=_0x298b95,_0x5b76ef={'BKEKH':function(_0x199b41,_0x5dc65f){const _0x8c6957=a36_0x3540;return _0x491820[_0x8c6957(0x1e4)](_0x199b41,_0x5dc65f);},'nbLNd':_0x491820[_0x4ce376(0x258)]},_0x5da093=[];_0x39a736[_0x46e227][_0x491820[_0x4ce376(0x1e3)]][_0x4ce376(0x26a)](_0x30ba46=>{const _0x4652eb=_0x4ce376;_0x5b76ef[_0x4652eb(0x257)](_0x30ba46[_0x4652eb(0x1c1)],_0x5b76ef['nbLNd'])&&(_0x30ba46[_0x4652eb(0x1d1)]=()=>_0x30ba46[_0x4652eb(0x2a9)],_0x5da093[_0x4652eb(0x21d)](_0x30ba46));}),_0x491820[_0x4ce376(0x297)](_0x5da093[_0x4ce376(0x23b)],0x0)&&(Base[_0x4ce376(0x29e)](),Base['consoleLog'](_0x491820[_0x4ce376(0x1a2)](_0x50e739),chalk[_0x4ce376(0x285)][_0x4ce376(0x233)](_0x46e227)),Base[_0x4ce376(0x260)](_0x5da093));});}}}async function run(_0x2474e3,_0x190ae2,_0x1eb91c){const _0x50592f=a36_0x134317,_0x180f01={'zaldf':function(_0x5daea1,_0x10b90f,_0x2ad9ac,_0x63a7fd){return _0x5daea1(_0x10b90f,_0x2ad9ac,_0x63a7fd);},'OLNZg':_0x50592f(0x1a5),'MwFyo':'error\x20removing\x20tcg\x20config\x20file','cvLwW':_0x50592f(0x1fb),'GoNLi':_0x50592f(0x2b1),'BdNKS':function(_0x1c4793,_0x21bbf0){return _0x1c4793!=_0x21bbf0;},'eyqKd':_0x50592f(0x26d),'puRmO':_0x50592f(0x2a5),'GrlLU':'test','RElEQ':_0x50592f(0x235),'DvBEN':function(_0x473310,_0x2b0e67){return _0x473310(_0x2b0e67);},'pKalF':function(_0x554018,_0x38e605,_0x479284){return _0x554018(_0x38e605,_0x479284);},'HeCWz':_0x50592f(0x274),'sOiHb':function(_0x19c005,_0x4432cb){return _0x19c005!=_0x4432cb;},'dTdYw':'includeTagsInTestingScope','pvoeU':_0x50592f(0x1a8),'qiZvD':_0x50592f(0x230),'KjTGo':_0x50592f(0x254),'ElWSk':_0x50592f(0x265),'RkTdm':function(_0x236e77,_0x215012){return _0x236e77*_0x215012;},'DjpKA':function(_0x37ffb0,_0x10d3ce){return _0x37ffb0(_0x10d3ce);},'KLDNp':function(_0x18b80a,_0x280352){return _0x18b80a!==_0x280352;}};helper[_0x50592f(0x1b7)](_0x1eb91c[_0x50592f(0x26c)],_0x2474e3),process[_0x50592f(0x1b4)][_0x50592f(0x1dd)]=process['env'][_0x50592f(0x1dd)]||_0x1eb91c['framework']||_0x180f01[_0x50592f(0x1a3)],await _0x1eb91c[_0x50592f(0x1e1)](_0x2474e3);!BrowserstackCLI[_0x50592f(0x2a8)]()['isRunning']()&&await _0x1eb91c['setupBrowserstackLocal']();helper[_0x50592f(0x292)]()?await helper[_0x50592f(0x295)](_0x1eb91c[_0x50592f(0x27b)]):await _0x1eb91c[_0x50592f(0x1d0)]();const _0x3aabae=[];let _0x4f2a2f=[];if(!_0x1eb91c[_0x50592f(0x27b)])return;!helper[_0x50592f(0x286)](_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x24c)])&&(process[_0x50592f(0x1b4)][_0x50592f(0x1a9)]=JSON[_0x50592f(0x211)](_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x24c)]));const _0x1996c7=await TestHubHandler[_0x50592f(0x1d9)](FRAMEWORKS['MOCHA'],_0x1eb91c);_0x180f01[_0x50592f(0x261)](_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x273)],null)&&(process['env'][_0x50592f(0x228)]=_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x273)]);!helper[_0x50592f(0x286)](_0x1eb91c[_0x50592f(0x27b)]['accessibility'])&&(process[_0x50592f(0x1b4)][_0x50592f(0x283)]=_0x1eb91c['config'][_0x50592f(0x264)]);const {extension:extension=['js',_0x180f01[_0x50592f(0x1bb)],_0x180f01[_0x50592f(0x2a6)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x180f01[_0x50592f(0x221)]]}=_0x2474e3,_0x4a0d41={..._0x2474e3};_0x4a0d41[_0x50592f(0x24b)]=null;const _0x1f00c5=_0x4a0d41;let _0x4eb78f;if(testOpsHelper[_0x50592f(0x25d)]()&&testOpsHelper[_0x50592f(0x1ec)]()){let _0x3410bd=process[_0x50592f(0x1b4)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x50592f(0x286)](_0x1eb91c[_0x50592f(0x1d3)])&&_0x1eb91c[_0x50592f(0x1d3)][_0x50592f(0x209)](_0x180f01[_0x50592f(0x2af)])&&(_0x3410bd=_0x1eb91c[_0x50592f(0x1d3)]['get'](_0x180f01[_0x50592f(0x2af)])),_0x4eb78f=testOpsHelper[_0x50592f(0x1dc)](_0x3410bd);}if(helper[_0x50592f(0x286)](_0x4eb78f)){const _0x638eb0={};_0x638eb0[_0x50592f(0x232)]=ignore,_0x638eb0[_0x50592f(0x288)]=extension,_0x638eb0['file']=file,_0x638eb0[_0x50592f(0x1db)]=recursive,_0x638eb0[_0x50592f(0x1f6)]=sort,_0x638eb0[_0x50592f(0x1c6)]=spec,_0x4eb78f=_0x180f01[_0x50592f(0x2ac)](collectFiles,_0x638eb0),_0x180f01[_0x50592f(0x276)](nestedKeyValue,_0x4eb78f,[_0x180f01[_0x50592f(0x23c)]])&&(_0x4eb78f=_0x4eb78f['files']);}const _0x5e08db=helper[_0x50592f(0x246)](_0x1eb91c[_0x50592f(0x27b)]);!helper[_0x50592f(0x248)](_0x5e08db)&&helper[_0x50592f(0x224)](_0x5e08db[_0x50592f(0x243)])&&(_0x1f00c5['retries']=_0x5e08db[_0x50592f(0x243)]['maxRetries']);if(!helper['isBrowserstackInfra']()){const _0x7532e9=0x1,_0x58a042={..._0x1f00c5};_0x58a042[_0x50592f(0x1c6)]=[..._0x4eb78f],_0x3aabae[_0x50592f(0x21d)]({'mochaOpts':_0x58a042,'configuration':{'platform':os[_0x50592f(0x1b3)]()}});if(_0x1eb91c[_0x50592f(0x27b)]['accessibility']){const _0x274407={};_0x274407[_0x50592f(0x264)]=!![];const _0x118538=_0x274407;_0x180f01[_0x50592f(0x1f0)](_0x1eb91c[_0x50592f(0x27b)]['accessibilityOptions'],null)&&(_0x118538[_0x50592f(0x24c)]=_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x24c)],delete _0x118538[_0x50592f(0x24c)][_0x180f01[_0x50592f(0x1e7)]],delete _0x118538['accessibilityOptions'][_0x180f01[_0x50592f(0x242)]],delete _0x118538[_0x50592f(0x24c)][_0x180f01['qiZvD']]);const _0x2d8b85={};_0x2d8b85[_0x50592f(0x1fe)]=_0x118538,_0x3aabae[0x0]['configuration'][_0x50592f(0x26e)]=_0x2d8b85;}logger[_0x50592f(0x231)](_0x180f01[_0x50592f(0x1b9)]),logger[_0x50592f(0x231)](_0x180f01[_0x50592f(0x1ad)]),_0x180f01['zaldf'](parallelTestRun,_0x3aabae,_0x7532e9,_0x1eb91c)['then'](_0x1e60e5=>{const _0x2ba1e7=_0x50592f;PerformanceTester[_0x2ba1e7(0x1ae)](PerformanceEvents[_0x2ba1e7(0x250)]),_0x180f01[_0x2ba1e7(0x201)](printStats,_0x1e60e5,_0x2474e3[_0x2ba1e7(0x245)],_0x2474e3['reporterOptions']||_0x2474e3[_0x180f01[_0x2ba1e7(0x23f)]]);})[_0x50592f(0x208)](()=>{const _0x1b0317=_0x50592f;PerformanceTester[_0x1b0317(0x1ae)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x2197c6,tcgConfigPath:_0x53ce8b}=helper[_0x1b0317(0x1de)]();fs[_0x1b0317(0x1c0)](_0x53ce8b),fs[_0x1b0317(0x2a2)](_0x2197c6);}catch(_0x3c780a){logger[_0x1b0317(0x1eb)](_0x180f01[_0x1b0317(0x24a)],_0x3c780a);}try{utilities[_0x1b0317(0x2b4)](_0x180f01[_0x1b0317(0x277)],{},_0x1eb91c[_0x1b0317(0x27b)],_0x1eb91c[_0x1b0317(0x26c)]);}catch(_0x71ef87){logger[_0x1b0317(0x1eb)](_0x1b0317(0x204)+_0x71ef87[_0x1b0317(0x24f)]);}try{helper[_0x1b0317(0x22a)]();}catch(_0x2779b6){logger[_0x1b0317(0x1eb)](_0x1b0317(0x29f)+_0x2779b6);}testOpsHelper[_0x1b0317(0x241)]();});}else{const _0x5a9cf5=helper[_0x50592f(0x2b0)](_0x1eb91c[_0x50592f(0x27b)]);let _0x289e87=helper[_0x50592f(0x1ab)](_0x1eb91c[_0x50592f(0x27b)]);_0x4f2a2f=helper[_0x50592f(0x20d)](_0x1eb91c[_0x50592f(0x27b)],_0x5a9cf5,constants[_0x50592f(0x29c)][_0x50592f(0x200)]);helper[_0x50592f(0x1b8)]()[_0x50592f(0x1a1)]&&(_0x289e87=centralScannerConstants[_0x50592f(0x1e6)]);let _0x132645;const _0x2dff76=_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x207)]||helper[_0x50592f(0x1cb)](_0x2474e3,_0x190ae2,_0x1eb91c[_0x50592f(0x27b)],constants[_0x50592f(0x29c)]['MOCHA'])||0x1;helper[_0x50592f(0x293)](_0x1eb91c[_0x50592f(0x27b)])?_0x132645=_0x180f01[_0x50592f(0x247)](_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x251)][_0x50592f(0x23b)],_0x2dff76):_0x132645=_0x2dff76;const _0x4dd7a5=_0x180f01['DjpKA'](getPercyOptions,_0x1eb91c[_0x50592f(0x27b)]);if(_0x180f01[_0x50592f(0x2a7)](_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x207)],0x1))_0x4eb78f[_0x50592f(0x26a)](_0xb9e7a1=>{const _0x2fa61=_0x50592f,_0x119eb7=[];_0x4f2a2f[_0x2fa61(0x26a)]((_0x48a486,_0x3ff975)=>{const _0x9d2dc1=_0x2fa61,_0x3f27f0={};_0x3f27f0[_0x9d2dc1(0x1c6)]=[_0xb9e7a1],_0x119eb7[_0x9d2dc1(0x21d)]({'mochaOpts':Object[_0x9d2dc1(0x212)]({},_0x1f00c5,_0x3f27f0),'configuration':{'server':_0x289e87,'capability':_0x48a486,'proxySettings':_0x1eb91c[_0x9d2dc1(0x27b)][_0x9d2dc1(0x1cc)],'platform':helper[_0x9d2dc1(0x1c7)](_0x48a486),'browserStackLogLevel':_0x1eb91c[_0x9d2dc1(0x27b)]['logLevel'],'platformIndex':_0x3ff975,'browserStackPercyOptions':_0x4dd7a5,'platformCaps':Object['assign']({'index':_0x3ff975},_0x1eb91c[_0x9d2dc1(0x27b)][_0x9d2dc1(0x251)][_0x3ff975])}});}),_0x3aabae[_0x2fa61(0x21d)](..._0x119eb7);});else{const _0xd18b52=[];_0x4f2a2f['forEach']((_0x368402,_0x3e99b8)=>{const _0x152f2f=_0x50592f;let _0x15df79=Object[_0x152f2f(0x212)]({},_0x1f00c5);testOpsHelper[_0x152f2f(0x25d)]()&&testOpsHelper[_0x152f2f(0x1ec)]()&&(_0x15df79={..._0x15df79,'spec':[..._0x4eb78f]}),_0xd18b52['push']({'mochaOpts':_0x15df79,'configuration':{'server':_0x289e87,'capability':_0x368402,'proxySettings':_0x1eb91c[_0x152f2f(0x27b)]['proxySettings'],'platform':helper[_0x152f2f(0x1c7)](_0x368402),'browserStackLogLevel':_0x1eb91c['config'][_0x152f2f(0x202)],'platformIndex':_0x3e99b8,'browserStackPercyOptions':_0x4dd7a5,'platformCaps':Object['assign']({'index':_0x3e99b8},_0x1eb91c[_0x152f2f(0x27b)][_0x152f2f(0x251)][_0x3e99b8])}});}),_0x3aabae['push'](..._0xd18b52);}logger[_0x50592f(0x231)](_0x50592f(0x2aa)+_0x1eb91c[_0x50592f(0x27b)][_0x50592f(0x251)]['length']+_0x50592f(0x280)),logger[_0x50592f(0x231)](_0x180f01[_0x50592f(0x1ad)]);let _0x50ab89;_0x180f01[_0x50592f(0x201)](parallelTestRun,_0x3aabae,_0x132645,_0x1eb91c)[_0x50592f(0x252)](_0x30f1e8=>{const _0x354675=_0x50592f;PerformanceTester[_0x354675(0x1ae)](PerformanceEvents['SDK_CLEANUP']),_0x50ab89=_0x30f1e8,_0x180f01[_0x354675(0x201)](printStats,_0x30f1e8,_0x2474e3[_0x354675(0x245)],_0x2474e3[_0x354675(0x1da)]||_0x2474e3[_0x180f01[_0x354675(0x23f)]]);})[_0x50592f(0x208)](async()=>{const _0x15585a=_0x50592f;PerformanceTester[_0x15585a(0x1ae)](PerformanceEvents[_0x15585a(0x250)]),_0x1eb91c[_0x15585a(0x240)]=helper['getErrorMessageFromResults'](_0x50ab89,_0x180f01['GoNLi']),await utilities['finalExecution'](_0x1eb91c),testOpsHelper['printBuildLink']();});}}module[a36_0x134317(0x1fd)]=run;
@@ -1 +1 @@
1
- function a37_0x5777(_0x17058c,_0x41f201){const _0x4c4a5b=a37_0x4c4a();return a37_0x5777=function(_0x5777aa,_0xcbfc6d){_0x5777aa=_0x5777aa-0x1a4;let _0x206857=_0x4c4a5b[_0x5777aa];return _0x206857;},a37_0x5777(_0x17058c,_0x41f201);}const a37_0x1f6a28=a37_0x5777;(function(_0x5a489f,_0x455d39){const _0x30c6d1=a37_0x5777,_0x43bfee=_0x5a489f();while(!![]){try{const _0x1d7de6=-parseInt(_0x30c6d1(0x1e6))/0x1+parseInt(_0x30c6d1(0x209))/0x2*(-parseInt(_0x30c6d1(0x20d))/0x3)+parseInt(_0x30c6d1(0x1f2))/0x4*(-parseInt(_0x30c6d1(0x20b))/0x5)+-parseInt(_0x30c6d1(0x1b2))/0x6*(parseInt(_0x30c6d1(0x1eb))/0x7)+parseInt(_0x30c6d1(0x207))/0x8*(parseInt(_0x30c6d1(0x21b))/0x9)+-parseInt(_0x30c6d1(0x1ad))/0xa+-parseInt(_0x30c6d1(0x1b1))/0xb*(-parseInt(_0x30c6d1(0x214))/0xc);if(_0x1d7de6===_0x455d39)break;else _0x43bfee['push'](_0x43bfee['shift']());}catch(_0x180da8){_0x43bfee['push'](_0x43bfee['shift']());}}}(a37_0x4c4a,0x8d20b));const logger=require(a37_0x1f6a28(0x200))[a37_0x1f6a28(0x1f7)],helper=require(a37_0x1f6a28(0x1db)),constants=require(a37_0x1f6a28(0x1f0)),hubAllocator=require(a37_0x1f6a28(0x1f8)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require('../../../helpers/patchHelpers'),{setAccessibilityCapabilities,setExtension}=require(a37_0x1f6a28(0x1d4)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a37_0x1f6a28(0x1c4)),globals=require(a37_0x1f6a28(0x1ac)),{overrideExecute}=require('./helpers/patchHelper'),modify=(_0x4818da,_0x43f25c=null,_0x5ab42c=![])=>{const _0x267101=a37_0x1f6a28,_0x5703bf={'GxsCI':function(_0x5bce97,_0x21f70c){return _0x5bce97!==_0x21f70c;},'yFufh':_0x267101(0x203),'tFtPK':function(_0x2e4047,_0x3e16f7){return _0x2e4047+_0x3e16f7;},'wgWXt':function(_0x22593d,_0x28da71){return _0x22593d+_0x28da71;},'BUVvw':_0x267101(0x1e0),'QMeBE':_0x267101(0x1bf),'XOdVA':_0x267101(0x1f5),'tqAAs':'chromeOptions','IOMND':'ms:edgeOptions','uYlHl':_0x267101(0x1d3),'RqkUu':_0x267101(0x1d6),'VljAP':_0x267101(0x1fb),'XiNNg':_0x267101(0x1ce),'UxSYr':_0x267101(0x1c6),'tAoZo':_0x267101(0x1e7),'lEUXg':function(_0x283544,_0x35d56d){return _0x283544===_0x35d56d;},'iRmYe':_0x267101(0x1b3),'vsTEC':_0x267101(0x1af),'qxqHC':function(_0x3ffdfe,_0x44b247,_0x1aa1aa){return _0x3ffdfe(_0x44b247,_0x1aa1aa);},'LbMHQ':function(_0xdd2e87,_0x153a20){return _0xdd2e87(_0x153a20);},'PNzPA':function(_0x147b41,_0x382040,_0x2f3887){return _0x147b41(_0x382040,_0x2f3887);},'emZbg':_0x267101(0x1be),'yspMx':_0x267101(0x1e8),'VrahA':'5|1|0|3|4|2','VsDJB':_0x267101(0x201),'ZEmKH':'isAccessibilityPlatform','VCuWX':function(_0x4a1bbf,_0x4ae24f,_0x3ed74e){return _0x4a1bbf(_0x4ae24f,_0x3ed74e);},'LbRsZ':function(_0x5b96ce){return _0x5b96ce();},'MBMUP':function(_0x311465,_0x337ba0){return _0x311465(_0x337ba0);},'GtAtU':function(_0xd0399c,_0x26bbff){return _0xd0399c(_0x26bbff);},'bbIfw':function(_0x4785d5,_0x25ea58){return _0x4785d5(_0x25ea58);},'NxqmZ':function(_0x17ac40,_0x355c2c,_0x37ae1d){return _0x17ac40(_0x355c2c,_0x37ae1d);},'Geocm':_0x267101(0x208),'FHwef':_0x267101(0x1fe)},_0xb46ee9=helper[_0x267101(0x1f9)]();let _0x46a4ce;try{_0x46a4ce=helper[_0x267101(0x213)](),_0x46a4ce[_0x267101(0x217)]&&(_0x46a4ce['Builder']=_0x46a4ce[_0x267101(0x217)]);}catch(_0x4ba465){return;}if(helper[_0x267101(0x1ea)]()){const _0x27c866={};_0x27c866[_0x267101(0x1fa)]=_0x4818da['browserStackLogLevel'],helper[_0x267101(0x1da)](_0x27c866,new Map(),new Map()),logger[_0x267101(0x219)](_0x5703bf[_0x267101(0x1bb)]),logger[_0x267101(0x1f6)](_0x5703bf[_0x267101(0x1d2)]);}class _0x3abc43 extends _0xb46ee9[_0x267101(0x1c3)]{['send'](_0x54a73d){const _0x51fd54=_0x267101;if(_0x5703bf[_0x51fd54(0x206)](_0x54a73d['path'],_0x5703bf['yFufh']))try{const _0x1e575d=_0x54a73d[_0x51fd54(0x1f4)][_0x51fd54(0x1a5)]('/')[0x2];if(_0x1e575d){const _0x21c400=hubAllocator['consumeHubUrlForSession'](_0x1e575d);if(_0x21c400){const _0x56e528=_0x5703bf[_0x51fd54(0x21c)](_0x5703bf[_0x51fd54(0x1fc)](_0x5703bf[_0x51fd54(0x1aa)],_0x21c400),_0x5703bf['QMeBE']);this[_0x51fd54(0x1c9)]=hubAllocator['getRequestOptions'](_0x56e528),logger[_0x51fd54(0x1f6)](_0x51fd54(0x1d1)+_0x56e528);}}}catch(_0x51eb82){logger['error'](_0x51eb82);}return super[_0x51fd54(0x1b4)](_0x54a73d);}}class _0x4cc366 extends _0x46a4ce[_0x267101(0x1ca)]{[_0x267101(0x1a7)](){const _0x30f925=_0x267101;return this['url_']=helper['getHubUrl'](_0x4818da),logger[_0x30f925(0x1f6)](_0x30f925(0x1e3)+this['url_']),this;}[_0x267101(0x1b0)](_0x373f63){const _0x2f6cf0=_0x267101;let _0x1b990b={};for(const _0x422464 in _0x373f63){switch(_0x422464){case _0x5703bf[_0x2f6cf0(0x218)]:case _0x5703bf['tqAAs']:this[_0x2f6cf0(0x1e2)]&&(_0x1b990b=this[_0x2f6cf0(0x1e2)]['get'](this[_0x2f6cf0(0x1e2)][_0x2f6cf0(0x1cd)])||{},this[_0x2f6cf0(0x1e2)][_0x2f6cf0(0x1c8)](this[_0x2f6cf0(0x1e2)][_0x2f6cf0(0x1cd)],helper[_0x2f6cf0(0x215)](_0x1b990b,_0x373f63[_0x422464])));break;case _0x5703bf[_0x2f6cf0(0x204)]:case _0x5703bf[_0x2f6cf0(0x1f1)]:this[_0x2f6cf0(0x1ff)]&&(_0x1b990b=this[_0x2f6cf0(0x1ff)][_0x2f6cf0(0x1df)](this[_0x2f6cf0(0x1ff)][_0x2f6cf0(0x1cd)])||{},this[_0x2f6cf0(0x1ff)][_0x2f6cf0(0x1c8)](this[_0x2f6cf0(0x1ff)][_0x2f6cf0(0x1cd)],helper[_0x2f6cf0(0x215)](_0x1b990b,_0x373f63[_0x422464])));break;case _0x5703bf[_0x2f6cf0(0x1cc)]:case _0x5703bf[_0x2f6cf0(0x1a8)]:this[_0x2f6cf0(0x1bc)]&&(_0x1b990b=this[_0x2f6cf0(0x1bc)][_0x2f6cf0(0x1df)](this[_0x2f6cf0(0x1bc)][_0x2f6cf0(0x1cd)])||{},this[_0x2f6cf0(0x1bc)][_0x2f6cf0(0x1c8)](this[_0x2f6cf0(0x1bc)][_0x2f6cf0(0x1cd)],helper[_0x2f6cf0(0x215)](_0x1b990b,_0x373f63[_0x422464])));break;case _0x5703bf[_0x2f6cf0(0x205)]:this[_0x2f6cf0(0x1b7)]&&(_0x1b990b=this[_0x2f6cf0(0x1b7)][_0x2f6cf0(0x1df)](this[_0x2f6cf0(0x1b7)][_0x2f6cf0(0x1cd)])||{},this[_0x2f6cf0(0x1b7)][_0x2f6cf0(0x1c8)](this[_0x2f6cf0(0x1b7)][_0x2f6cf0(0x1cd)],helper[_0x2f6cf0(0x215)](_0x1b990b,_0x373f63[_0x422464])));break;case _0x5703bf[_0x2f6cf0(0x216)]:case _0x5703bf[_0x2f6cf0(0x20f)]:this[_0x2f6cf0(0x1b5)]&&(_0x1b990b=this['ieOptions_'][_0x2f6cf0(0x1df)](this['ieOptions_'][_0x2f6cf0(0x1cd)])||{},this['ieOptions_'][_0x2f6cf0(0x1c8)](this[_0x2f6cf0(0x1b5)][_0x2f6cf0(0x1cd)],helper['mergeDeep'](_0x1b990b,_0x373f63[_0x422464])));break;}}}['setCapabilities'](){const _0x4cafb1=_0x267101;return logger['debug'](_0x5703bf[_0x4cafb1(0x211)]),this[_0x4cafb1(0x1b0)](_0x4818da['capability']),Object[_0x4cafb1(0x1d8)](_0x4818da[_0x4cafb1(0x1ef)])[_0x4cafb1(0x1ba)](_0x19b647=>{const _0x68d86e=_0x4cafb1,_0x3a1e08=this[_0x68d86e(0x1b9)][_0x68d86e(0x1df)](_0x19b647);_0x5703bf[_0x68d86e(0x1c1)](typeof _0x3a1e08,_0x5703bf['iRmYe'])?this['capabilities_']['set'](_0x19b647,helper[_0x68d86e(0x215)](_0x3a1e08,_0x4818da[_0x68d86e(0x1ef)][_0x19b647])):this[_0x68d86e(0x1b9)][_0x68d86e(0x1c8)](_0x19b647,_0x4818da[_0x68d86e(0x1ef)][_0x19b647]);}),this;}[_0x267101(0x1cb)](){const _0x7f4c0c=_0x267101,_0x1c5226={};_0x1c5226[_0x7f4c0c(0x1bd)]=_0x5703bf['emZbg'],_0x1c5226[_0x7f4c0c(0x21e)]=_0x5703bf[_0x7f4c0c(0x212)];const _0x184ef3=_0x1c5226;if(helper[_0x7f4c0c(0x1ea)]()){const _0x4990ec=_0x5703bf[_0x7f4c0c(0x1dc)][_0x7f4c0c(0x1a5)]('|');let _0x1d89a6=0x0;while(!![]){switch(_0x4990ec[_0x1d89a6++]){case'0':this[_0x7f4c0c(0x21a)]();continue;case'1':this['setServer']();continue;case'2':logger[_0x7f4c0c(0x1f6)](_0x5703bf[_0x7f4c0c(0x1dd)]);continue;case'3':if(helper['isPacProxy'](_0x4818da[_0x7f4c0c(0x1c5)][_0x7f4c0c(0x1c2)]))this[_0x7f4c0c(0x1c7)]=helper[_0x7f4c0c(0x20e)](_0x4818da[_0x7f4c0c(0x1c5)][_0x7f4c0c(0x1c2)]);else _0x4818da['proxySettings'][_0x7f4c0c(0x1c2)]&&(this[_0x7f4c0c(0x1a9)]=_0x4818da[_0x7f4c0c(0x1c5)]['proxyUrl'],logger['debug'](_0x7f4c0c(0x1e1)+this[_0x7f4c0c(0x1a9)]));continue;case'4':globals[_0x7f4c0c(0x1ae)](_0x5703bf['ZEmKH'])&&(!_0x5703bf[_0x7f4c0c(0x1b6)](setExtension,this,_0x4818da)&&globals['setGlobal'](_0x5703bf[_0x7f4c0c(0x1b8)],![]));continue;case'5':_0x5703bf[_0x7f4c0c(0x202)](isAccessibilityAutomationSession)&&_0x5703bf['MBMUP'](setAccessibilityCapabilities,_0x4818da);continue;}break;}}const _0x36bef7=super[_0x7f4c0c(0x1cb)]();return _0x36bef7[_0x7f4c0c(0x1ed)][_0x7f4c0c(0x1d7)](_0x3b21cd=>{const _0x5017f7=_0x7f4c0c;try{const _0x526df0=_0x3b21cd[_0x5017f7(0x20c)]['get'](_0x184ef3[_0x5017f7(0x1bd)]);_0x526df0?(logger[_0x5017f7(0x1f6)](_0x5017f7(0x21f)+_0x526df0),hubAllocator[_0x5017f7(0x1ec)](_0x526df0,_0x3b21cd[_0x5017f7(0x1a6)]()),helper[_0x5017f7(0x1d0)](_0x526df0)):logger['debug'](_0x184ef3['GkJBc']);}catch(_0xc08d){logger[_0x5017f7(0x1f6)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0xc08d);}}),_0x36bef7[_0x7f4c0c(0x1c0)]=0x0,_0x36bef7['then']&&_0x36bef7['then'](_0x693ae2=>{const _0xc6020d=_0x7f4c0c,_0x1019a3={'SQSdF':function(_0x11aa2a,_0x4e296c,_0x5a0d8d){const _0x388245=a37_0x5777;return _0x5703bf[_0x388245(0x1ee)](_0x11aa2a,_0x4e296c,_0x5a0d8d);},'MlTEn':function(_0x24decb,_0x304331,_0x2ca62f){const _0x301494=a37_0x5777;return _0x5703bf[_0x301494(0x1ee)](_0x24decb,_0x304331,_0x2ca62f);}};_0x5703bf[_0xc6020d(0x1ee)](overrideQuit,_0x693ae2,_0x36bef7),_0x5703bf['LbMHQ'](overrideTakeScreenshot,_0x693ae2),helper[_0xc6020d(0x1ab)](_0x693ae2,_0x4818da),_0x5703bf['qxqHC'](overrideExecute,_0x693ae2,_0x4818da),_0x693ae2[_0xc6020d(0x1d9)]=async()=>{const _0x5b361c=_0xc6020d;return await _0x1019a3[_0x5b361c(0x1cf)](getAccessibilityResultsSummary,_0x693ae2,global);},_0x693ae2[_0xc6020d(0x1d5)]=async()=>{const _0x506298=_0xc6020d;return await _0x1019a3[_0x506298(0x1e4)](getAccessibilityResults,_0x693ae2,global);};}),_0x36bef7[_0x7f4c0c(0x1d9)]=async()=>{const _0x3b5809=_0x7f4c0c;return await _0x5703bf[_0x3b5809(0x1e5)](getAccessibilityResultsSummary,_0x36bef7,global);},_0x36bef7[_0x7f4c0c(0x1d5)]=async()=>{const _0x1f936b=_0x7f4c0c;return await _0x5703bf[_0x1f936b(0x1ee)](getAccessibilityResults,_0x36bef7,global);},_0x5703bf[_0x7f4c0c(0x1a4)](overrideTakeScreenshot,_0x36bef7),_0x5703bf[_0x7f4c0c(0x1f3)](overrideQuit,_0x36bef7),helper['overrideGet'](_0x36bef7,_0x4818da),_0x5703bf['NxqmZ'](overrideExecute,_0x36bef7,_0x4818da),helper[_0x7f4c0c(0x1e9)](global[_0x7f4c0c(0x1fd)])&&(global[_0x7f4c0c(0x1fd)]=[]),helper['isUndefined'](global['__drivers'])&&(global[_0x7f4c0c(0x21d)]=[]),global[_0x7f4c0c(0x1fd)][_0x7f4c0c(0x20a)](_0x36bef7),global[_0x7f4c0c(0x220)]=_0x36bef7,_0x5703bf[_0x7f4c0c(0x206)](global['__drivers'],undefined)&&global[_0x7f4c0c(0x21d)]['push'](_0x36bef7),_0x43f25c&&helper[_0x7f4c0c(0x1e9)](_0x43f25c['global']['__driversArray'])&&(_0x43f25c['global'][_0x7f4c0c(0x1fd)]=[]),_0x43f25c&&_0x5703bf['GxsCI'](_0x43f25c[_0x7f4c0c(0x1de)][_0x7f4c0c(0x21d)],undefined)&&(_0x43f25c[_0x7f4c0c(0x1de)]['__drivers'][_0x7f4c0c(0x20a)](_0x36bef7),_0x43f25c[_0x7f4c0c(0x1de)][_0x7f4c0c(0x1fd)][_0x7f4c0c(0x20a)](_0x36bef7)),_0x36bef7;}}return _0x46a4ce[_0x267101(0x217)]=_0x46a4ce[_0x267101(0x1ca)],_0x46a4ce['Builder']=_0x4cc366,_0xb46ee9[_0x267101(0x1c3)]=_0x3abc43,_0x46a4ce;};function a37_0x4c4a(){const _0x172a4a=['RqkUu','CAPABILITY_KEY','safari.options','SQSdF','storeOptimalHubUrl','New\x20hub\x20url\x20set\x20to\x20','FHwef','edgeOptions','../accessibility-automation/helper','getAccessibilityResults','moz:firefoxOptions','then','keys','getAccessibilityResultsSummary','setLogLevel','../../../helpers/helper','VrahA','VsDJB','global','get','https://','Proxy\x20set\x20to\x20','chromeOptions_','Hub\x20url\x20set\x20to\x20','MlTEn','PNzPA','406380RqHVyJ','ieOptions','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','isUndefined','isBrowserstackInfra','7TLiyGz','updateHubUrl','session_','qxqHC','capability','../../../bin/utils/constants','uYlHl','56MlROgj','bbIfw','path','goog:chromeOptions','debug','winstonLogger','../../../hubAllocationMethods','requireHttpClient','logLevel','firefoxOptions','wgWXt','__driversArray','Modifying\x20webdriver\x20builder','edgeOptions_','../../../helpers/logger','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','LbRsZ','/session','IOMND','XiNNg','GxsCI','113112fgJZQG','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','252GOTWgX','push','400965TytsxT','caps_','27243iFIIcA','getHttpAgent','tAoZo','browserstackAgentObservability','vsTEC','yspMx','requireSeleniumWebdriver','2296764wHOPFN','mergeDeep','UxSYr','originalBuilder','XOdVA','info','setCapabilities','45zHZxwf','tFtPK','__drivers','GkJBc','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','__driver','GtAtU','split','getId','setServer','VljAP','proxy_','BUVvw','overrideGet','../../../helpers/globals','2370830pZbwYZ','getGlobal','Setting\x20Browserstack\x20capabilities','__setBrowserOptions','209WOTFuj','1312848crYMLF','object','send','ieOptions_','VCuWX','safariOptions_','ZEmKH','capabilities_','forEach','Geocm','firefoxOptions_','DOcik','optimalHubUrl','/wd/hub','quitCount_','lEUXg','proxyUrl','HttpClient','../../../helpers/accessibility-automation/helper','proxySettings','se:ieOptions','agent_','set','options_','Builder','build'];a37_0x4c4a=function(){return _0x172a4a;};return a37_0x4c4a();}module['exports'][a37_0x1f6a28(0x210)]=modify;
1
+ const a37_0x2ffe65=a37_0x267b;(function(_0x28a4c4,_0x1dbdeb){const _0x4437ed=a37_0x267b,_0x25bc41=_0x28a4c4();while(!![]){try{const _0x248f71=parseInt(_0x4437ed(0x108))/0x1+-parseInt(_0x4437ed(0x13e))/0x2*(-parseInt(_0x4437ed(0x101))/0x3)+-parseInt(_0x4437ed(0x154))/0x4+parseInt(_0x4437ed(0x119))/0x5+-parseInt(_0x4437ed(0x156))/0x6+-parseInt(_0x4437ed(0x130))/0x7+parseInt(_0x4437ed(0x102))/0x8;if(_0x248f71===_0x1dbdeb)break;else _0x25bc41['push'](_0x25bc41['shift']());}catch(_0x351844){_0x25bc41['push'](_0x25bc41['shift']());}}}(a37_0x377d,0xc28d7));const logger=require('../../../helpers/logger')[a37_0x2ffe65(0xfa)],helper=require(a37_0x2ffe65(0x117)),constants=require(a37_0x2ffe65(0x133)),hubAllocator=require(a37_0x2ffe65(0xeb)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a37_0x2ffe65(0x12e)),{setAccessibilityCapabilities,setExtension}=require('../accessibility-automation/helper'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a37_0x2ffe65(0xe2)),globals=require(a37_0x2ffe65(0x114)),{overrideExecute}=require(a37_0x2ffe65(0x113)),modify=(_0x5e6607,_0x4e9089=null,_0x4efda6=![])=>{const _0x545248=a37_0x2ffe65,_0x442094={'cWBCn':function(_0x5eecdb,_0x226214){return _0x5eecdb!==_0x226214;},'SCrzX':'/session','DAIse':function(_0x21c4b0,_0x145531){return _0x21c4b0+_0x145531;},'sbvhj':function(_0xd475e1,_0x2193ff){return _0xd475e1+_0x2193ff;},'HgDEs':'https://','AMyYs':_0x545248(0x148),'FTPci':_0x545248(0xe7),'PBBTY':'chromeOptions','LppGr':'ms:edgeOptions','ctyLI':_0x545248(0x120),'stDUR':'moz:firefoxOptions','EhfZQ':_0x545248(0x105),'DMmXm':_0x545248(0x15c),'JWAuD':_0x545248(0xf6),'JKRCs':_0x545248(0x125),'RCwOR':function(_0x3b88aa,_0x323ec0){return _0x3b88aa===_0x323ec0;},'RcIma':_0x545248(0x109),'uktES':_0x545248(0xed),'PlLTM':function(_0x484168,_0xd595b1,_0x1b7e0c){return _0x484168(_0xd595b1,_0x1b7e0c);},'eyXSY':'optimalHubUrl','cqXvv':_0x545248(0x14c),'xJNCH':function(_0x147d68,_0x1e7525,_0x3f43e9){return _0x147d68(_0x1e7525,_0x3f43e9);},'Reimf':function(_0x5489b0,_0x856b47){return _0x5489b0(_0x856b47);},'EYYYh':function(_0xbd0b6c,_0x527d90,_0x109b73){return _0xbd0b6c(_0x527d90,_0x109b73);},'ThULh':_0x545248(0xf8),'QpNKR':_0x545248(0xff),'yQeBx':_0x545248(0xe4),'ViZTa':function(_0x59767b){return _0x59767b();},'JpCOw':function(_0x5e3e7e,_0x20773b){return _0x5e3e7e(_0x20773b);},'dlAHr':function(_0x488ca9,_0x5002d5){return _0x488ca9(_0x5002d5);},'JBOGF':_0x545248(0xfb),'bAxUV':_0x545248(0xe8)},_0x5aad8f=helper['requireHttpClient']();let _0x2b386d;try{_0x2b386d=helper[_0x545248(0x10c)](),_0x2b386d['originalBuilder']&&(_0x2b386d['Builder']=_0x2b386d[_0x545248(0x110)]);}catch(_0x413b8e){return;}if(helper[_0x545248(0x157)]()){const _0x43d659={};_0x43d659[_0x545248(0x11d)]=_0x5e6607[_0x545248(0xfc)],helper[_0x545248(0xfd)](_0x43d659,new Map(),new Map()),logger[_0x545248(0x100)](_0x442094[_0x545248(0x149)]),logger[_0x545248(0x14a)](_0x442094[_0x545248(0xe6)]);}class _0x24ce9a extends _0x5aad8f['HttpClient']{[_0x545248(0x115)](_0x59837b){const _0x2aae81=_0x545248;if(_0x442094[_0x2aae81(0x136)](_0x59837b[_0x2aae81(0x140)],_0x442094[_0x2aae81(0x10b)]))try{const _0x1f7784=_0x59837b[_0x2aae81(0x140)]['split']('/')[0x2];if(_0x1f7784){const _0x3b5a1d=hubAllocator[_0x2aae81(0x12c)](_0x1f7784);if(_0x3b5a1d){const _0x28c802=_0x442094['DAIse'](_0x442094[_0x2aae81(0x132)](_0x442094[_0x2aae81(0x14f)],_0x3b5a1d),_0x442094[_0x2aae81(0x134)]);this[_0x2aae81(0x141)]=hubAllocator[_0x2aae81(0xf3)](_0x28c802),logger['debug'](_0x2aae81(0xf1)+_0x28c802);}}}catch(_0x27db2c){logger['error'](_0x27db2c);}return super['send'](_0x59837b);}}class _0x18553c extends _0x2b386d[_0x545248(0xee)]{[_0x545248(0x124)](){const _0x2022fb=_0x545248;return this[_0x2022fb(0xf0)]=helper[_0x2022fb(0xec)](_0x5e6607),logger[_0x2022fb(0x14a)](_0x2022fb(0x104)+this[_0x2022fb(0xf0)]),this;}[_0x545248(0x12b)](_0x12316c){const _0x10956b=_0x545248;let _0x7b4ebb={};for(const _0x537939 in _0x12316c){switch(_0x537939){case _0x442094[_0x10956b(0x12a)]:case _0x442094[_0x10956b(0x12d)]:this[_0x10956b(0x144)]&&(_0x7b4ebb=this[_0x10956b(0x144)][_0x10956b(0x143)](this[_0x10956b(0x144)][_0x10956b(0x107)])||{},this['chromeOptions_'][_0x10956b(0x118)](this[_0x10956b(0x144)][_0x10956b(0x107)],helper['mergeDeep'](_0x7b4ebb,_0x12316c[_0x537939])));break;case _0x442094[_0x10956b(0x13a)]:case _0x442094[_0x10956b(0x121)]:this['edgeOptions_']&&(_0x7b4ebb=this['edgeOptions_'][_0x10956b(0x143)](this[_0x10956b(0x15b)][_0x10956b(0x107)])||{},this['edgeOptions_'][_0x10956b(0x118)](this[_0x10956b(0x15b)][_0x10956b(0x107)],helper[_0x10956b(0x126)](_0x7b4ebb,_0x12316c[_0x537939])));break;case _0x442094[_0x10956b(0x13c)]:case _0x442094['EhfZQ']:this[_0x10956b(0x111)]&&(_0x7b4ebb=this[_0x10956b(0x111)][_0x10956b(0x143)](this[_0x10956b(0x111)][_0x10956b(0x107)])||{},this['firefoxOptions_'][_0x10956b(0x118)](this[_0x10956b(0x111)]['CAPABILITY_KEY'],helper[_0x10956b(0x126)](_0x7b4ebb,_0x12316c[_0x537939])));break;case _0x442094[_0x10956b(0x158)]:this[_0x10956b(0x122)]&&(_0x7b4ebb=this['safariOptions_']['get'](this[_0x10956b(0x122)][_0x10956b(0x107)])||{},this[_0x10956b(0x122)][_0x10956b(0x118)](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x10956b(0x126)](_0x7b4ebb,_0x12316c[_0x537939])));break;case _0x442094[_0x10956b(0x137)]:case _0x442094['JKRCs']:this[_0x10956b(0x127)]&&(_0x7b4ebb=this[_0x10956b(0x127)][_0x10956b(0x143)](this[_0x10956b(0x127)][_0x10956b(0x107)])||{},this['ieOptions_']['set'](this['ieOptions_'][_0x10956b(0x107)],helper['mergeDeep'](_0x7b4ebb,_0x12316c[_0x537939])));break;}}}[_0x545248(0x103)](){const _0x36040f=_0x545248,_0x177a6c={'alrOs':function(_0xf89c99,_0x424636){const _0x27fa41=a37_0x267b;return _0x442094[_0x27fa41(0x10e)](_0xf89c99,_0x424636);},'hgwId':_0x442094[_0x36040f(0x159)]};return logger['debug'](_0x442094[_0x36040f(0x128)]),this[_0x36040f(0x12b)](_0x5e6607[_0x36040f(0x123)]),Object['keys'](_0x5e6607[_0x36040f(0x123)])[_0x36040f(0x147)](_0x196949=>{const _0x16730b=_0x36040f,_0xdbca95=this[_0x16730b(0x12f)][_0x16730b(0x143)](_0x196949);_0x177a6c['alrOs'](typeof _0xdbca95,_0x177a6c['hgwId'])?this[_0x16730b(0x12f)][_0x16730b(0x118)](_0x196949,helper[_0x16730b(0x126)](_0xdbca95,_0x5e6607['capability'][_0x196949])):this[_0x16730b(0x12f)][_0x16730b(0x118)](_0x196949,_0x5e6607[_0x16730b(0x123)][_0x196949]);}),this;}[_0x545248(0xea)](){const _0xf2602f=_0x545248,_0x2e0ec9={'zdITB':_0x442094[_0xf2602f(0x14e)],'yBGIy':_0x442094['cqXvv'],'fGlhN':function(_0x1959eb,_0x2bef70,_0x5d65ff){const _0x44ea38=_0xf2602f;return _0x442094[_0x44ea38(0x13b)](_0x1959eb,_0x2bef70,_0x5d65ff);},'SKWjL':function(_0x55f939,_0x3bc9fc){const _0x78b335=_0xf2602f;return _0x442094[_0x78b335(0x155)](_0x55f939,_0x3bc9fc);},'xPZrt':function(_0x43f2e0,_0x443926,_0x5ef71c){const _0x2eb3fc=_0xf2602f;return _0x442094[_0x2eb3fc(0x11f)](_0x43f2e0,_0x443926,_0x5ef71c);},'RJApD':function(_0x250afa,_0x1bd923,_0x431da9){return _0x442094['xJNCH'](_0x250afa,_0x1bd923,_0x431da9);}};if(helper['isBrowserstackInfra']()){const _0x25b08a=_0x442094[_0xf2602f(0x112)][_0xf2602f(0xe5)]('|');let _0x57baea=0x0;while(!![]){switch(_0x25b08a[_0x57baea++]){case'0':globals[_0xf2602f(0x11b)](_0x442094[_0xf2602f(0xf7)])&&(!_0x442094['xJNCH'](setExtension,this,_0x5e6607)&&globals[_0xf2602f(0x10d)](_0x442094['QpNKR'],![]));continue;case'1':this[_0xf2602f(0x124)]();continue;case'2':this[_0xf2602f(0x103)]();continue;case'3':logger[_0xf2602f(0x14a)](_0x442094[_0xf2602f(0xef)]);continue;case'4':if(helper[_0xf2602f(0x13d)](_0x5e6607[_0xf2602f(0x10a)]['proxyUrl']))this[_0xf2602f(0x139)]=helper['getHttpAgent'](_0x5e6607['proxySettings'][_0xf2602f(0x131)]);else _0x5e6607['proxySettings']['proxyUrl']&&(this[_0xf2602f(0x142)]=_0x5e6607[_0xf2602f(0x10a)]['proxyUrl'],logger[_0xf2602f(0x14a)](_0xf2602f(0x14b)+this[_0xf2602f(0x142)]));continue;case'5':_0x442094[_0xf2602f(0x146)](isAccessibilityAutomationSession)&&_0x442094[_0xf2602f(0x155)](setAccessibilityCapabilities,_0x5e6607);continue;}break;}}const _0xaf14d9=super[_0xf2602f(0xea)]();return _0xaf14d9['session_'][_0xf2602f(0x106)](_0x672e78=>{const _0x2d7dcb=_0xf2602f;try{const _0x4f15c7=_0x672e78[_0x2d7dcb(0x152)][_0x2d7dcb(0x143)](_0x2e0ec9[_0x2d7dcb(0x135)]);_0x4f15c7?(logger[_0x2d7dcb(0x14a)](_0x2d7dcb(0x138)+_0x4f15c7),hubAllocator['updateHubUrl'](_0x4f15c7,_0x672e78['getId']()),helper[_0x2d7dcb(0x151)](_0x4f15c7)):logger[_0x2d7dcb(0x14a)](_0x2e0ec9['yBGIy']);}catch(_0x1d478a){logger[_0x2d7dcb(0x14a)](_0x2d7dcb(0x116)+_0x1d478a);}}),_0xaf14d9[_0xf2602f(0x15a)]=0x0,_0xaf14d9['then']&&_0xaf14d9[_0xf2602f(0x106)](_0x3f3c51=>{const _0x28fe0c=_0xf2602f,_0x5e0b4f={'VlGFj':function(_0x2f48c0,_0x349dfc,_0x5edc29){const _0xda3ec5=a37_0x267b;return _0x2e0ec9[_0xda3ec5(0xf4)](_0x2f48c0,_0x349dfc,_0x5edc29);}};_0x2e0ec9[_0x28fe0c(0xf4)](overrideQuit,_0x3f3c51,_0xaf14d9),_0x2e0ec9[_0x28fe0c(0xe9)](overrideTakeScreenshot,_0x3f3c51),helper[_0x28fe0c(0x150)](_0x3f3c51,_0x5e6607),_0x2e0ec9[_0x28fe0c(0xf5)](overrideExecute,_0x3f3c51,_0x5e6607),_0x3f3c51[_0x28fe0c(0xf2)]=async()=>{return await _0x2e0ec9['fGlhN'](getAccessibilityResultsSummary,_0x3f3c51,global);},_0x3f3c51[_0x28fe0c(0x145)]=async()=>{const _0x55d227=_0x28fe0c;return await _0x5e0b4f[_0x55d227(0x11a)](getAccessibilityResults,_0x3f3c51,global);};}),_0xaf14d9[_0xf2602f(0xf2)]=async()=>{return await _0x2e0ec9['RJApD'](getAccessibilityResultsSummary,_0xaf14d9,global);},_0xaf14d9[_0xf2602f(0x145)]=async()=>{const _0x1457ef=_0xf2602f;return await _0x442094[_0x1457ef(0xfe)](getAccessibilityResults,_0xaf14d9,global);},_0x442094[_0xf2602f(0x14d)](overrideTakeScreenshot,_0xaf14d9),_0x442094[_0xf2602f(0x11c)](overrideQuit,_0xaf14d9),helper[_0xf2602f(0x150)](_0xaf14d9,_0x5e6607),_0x442094[_0xf2602f(0x13b)](overrideExecute,_0xaf14d9,_0x5e6607),helper[_0xf2602f(0x129)](global[_0xf2602f(0x10f)])&&(global[_0xf2602f(0x10f)]=[]),helper[_0xf2602f(0x129)](global[_0xf2602f(0x153)])&&(global[_0xf2602f(0x153)]=[]),global[_0xf2602f(0x10f)][_0xf2602f(0xf9)](_0xaf14d9),global[_0xf2602f(0x11e)]=_0xaf14d9,_0x442094[_0xf2602f(0x136)](global[_0xf2602f(0x153)],undefined)&&global[_0xf2602f(0x153)][_0xf2602f(0xf9)](_0xaf14d9),_0x4e9089&&helper[_0xf2602f(0x129)](_0x4e9089['global'][_0xf2602f(0x10f)])&&(_0x4e9089[_0xf2602f(0x13f)][_0xf2602f(0x10f)]=[]),_0x4e9089&&_0x442094[_0xf2602f(0x136)](_0x4e9089['global'][_0xf2602f(0x153)],undefined)&&(_0x4e9089['global'][_0xf2602f(0x153)][_0xf2602f(0xf9)](_0xaf14d9),_0x4e9089[_0xf2602f(0x13f)]['__driversArray'][_0xf2602f(0xf9)](_0xaf14d9)),_0xaf14d9;}}return _0x2b386d[_0x545248(0x110)]=_0x2b386d[_0x545248(0xee)],_0x2b386d[_0x545248(0xee)]=_0x18553c,_0x5aad8f['HttpClient']=_0x24ce9a,_0x2b386d;};function a37_0x267b(_0x2a2c91,_0x5c6273){const _0x377d52=a37_0x377d();return a37_0x267b=function(_0x267bc5,_0x56f8aa){_0x267bc5=_0x267bc5-0xe2;let _0x52b8e8=_0x377d52[_0x267bc5];return _0x52b8e8;},a37_0x267b(_0x2a2c91,_0x5c6273);}function a37_0x377d(){const _0x17e1c3=['../../../helpers/patchHelpers','capabilities_','2643921HUtbyW','proxyUrl','sbvhj','../../../bin/utils/constants','AMyYs','zdITB','cWBCn','JWAuD','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','agent_','LppGr','xJNCH','stDUR','isPacProxy','74uPeLeH','global','path','options_','proxy_','get','chromeOptions_','getAccessibilityResults','ViZTa','forEach','/wd/hub','JBOGF','debug','Proxy\x20set\x20to\x20','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','JpCOw','eyXSY','HgDEs','overrideGet','storeOptimalHubUrl','caps_','__drivers','3524896xwNCSE','Reimf','8764668XzcFvD','isBrowserstackInfra','DMmXm','RcIma','quitCount_','edgeOptions_','safari.options','../../../helpers/accessibility-automation/helper','browserstackAgentObservability','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','split','bAxUV','goog:chromeOptions','Modifying\x20webdriver\x20builder','SKWjL','build','../../../hubAllocationMethods','getHubUrl','Setting\x20Browserstack\x20capabilities','Builder','yQeBx','url_','New\x20hub\x20url\x20set\x20to\x20','getAccessibilityResultsSummary','getRequestOptions','fGlhN','xPZrt','se:ieOptions','QpNKR','5|1|2|4|0|3','push','winstonLogger','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','browserStackLogLevel','setLogLevel','PlLTM','isAccessibilityPlatform','info','46875FDJKFX','9647136dxFppw','setCapabilities','Hub\x20url\x20set\x20to\x20','firefoxOptions','then','CAPABILITY_KEY','970363isMHoP','object','proxySettings','SCrzX','requireSeleniumWebdriver','setGlobal','RCwOR','__driversArray','originalBuilder','firefoxOptions_','ThULh','./helpers/patchHelper','../../../helpers/globals','send','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','../../../helpers/helper','set','3811060XJiUpg','VlGFj','getGlobal','dlAHr','logLevel','__driver','EYYYh','edgeOptions','ctyLI','safariOptions_','capability','setServer','ieOptions','mergeDeep','ieOptions_','uktES','isUndefined','FTPci','__setBrowserOptions','consumeHubUrlForSession','PBBTY'];a37_0x377d=function(){return _0x17e1c3;};return a37_0x377d();}module['exports'][a37_0x2ffe65(0xe3)]=modify;
@@ -1 +1 @@
1
- const a38_0x29b458=a38_0x591f;function a38_0x412a(){const _0x250892=['4128355kAymha','89148TcxQBh','mochaHooks','1863978RILGPs','4869612rFDWVP','restore','timeout','126HZXyqh','1950840DQOLEc','16506DdAOrF','../../../helpers/request-spy','../../../bin/utils/constants','DotRI','../../../helpers/test-observability/utils','77YHaztV','3713888DFEURw'];a38_0x412a=function(){return _0x250892;};return a38_0x412a();}(function(_0x3f6ea6,_0x450933){const _0x32b42b=a38_0x591f,_0x5eb1ad=_0x3f6ea6();while(!![]){try{const _0x1fbacf=-parseInt(_0x32b42b(0x1d2))/0x1*(-parseInt(_0x32b42b(0x1d4))/0x2)+parseInt(_0x32b42b(0x1ce))/0x3+-parseInt(_0x32b42b(0x1da))/0x4+parseInt(_0x32b42b(0x1db))/0x5+-parseInt(_0x32b42b(0x1dc))/0x6*(parseInt(_0x32b42b(0x1d9))/0x7)+-parseInt(_0x32b42b(0x1d3))/0x8+-parseInt(_0x32b42b(0x1cf))/0x9;if(_0x1fbacf===_0x450933)break;else _0x5eb1ad['push'](_0x5eb1ad['shift']());}catch(_0x8a215b){_0x5eb1ad['push'](_0x5eb1ad['shift']());}}}(a38_0x412a,0x94efa));const requestSpy=require(a38_0x29b458(0x1d5)),constants=require(a38_0x29b458(0x1d6)),{addRequestSpy}=require(a38_0x29b458(0x1d8));function a38_0x591f(_0x5a6542,_0x31bf65){const _0x412ae8=a38_0x412a();return a38_0x591f=function(_0x591f1d,_0xb5428c){_0x591f1d=_0x591f1d-0x1ce;let _0x1ca75c=_0x412ae8[_0x591f1d];return _0x1ca75c;},a38_0x591f(_0x5a6542,_0x31bf65);}exports[a38_0x29b458(0x1dd)]={'beforeAll'(){const _0x463f25=a38_0x29b458,_0x209f5c={'DotRI':function(_0x5237f3){return _0x5237f3();}},_0x464252='browserstack internal helper hook';_0x209f5c[_0x463f25(0x1d7)](addRequestSpy);},'afterAll'(){const _0x2c854b=a38_0x29b458,_0x42cd6a='browserstack internal helper hook';this[_0x2c854b(0x1d1)](0xea60),requestSpy[_0x2c854b(0x1d0)]();}};
1
+ function a38_0x2d76(){const _0x37dccd=['2315vaWBaL','restore','1383781QsXGDc','../../../helpers/request-spy','2655492uLDfDx','8zYUbdC','timeout','20494573nCxXyy','51DFZmig','10iFpJmm','2203839RQKXks','1458CHsvwr','../../../helpers/test-observability/utils','mochaHooks','8233645YYOiqk','../../../bin/utils/constants','28266SzrgAt'];a38_0x2d76=function(){return _0x37dccd;};return a38_0x2d76();}const a38_0x596d7e=a38_0x1ac8;function a38_0x1ac8(_0x5665d2,_0x4effbd){const _0x2d7674=a38_0x2d76();return a38_0x1ac8=function(_0x1ac883,_0x648f55){_0x1ac883=_0x1ac883-0xb2;let _0x12b67c=_0x2d7674[_0x1ac883];return _0x12b67c;},a38_0x1ac8(_0x5665d2,_0x4effbd);}(function(_0x2478d0,_0x51e9c7){const _0x3676fe=a38_0x1ac8,_0x32307a=_0x2478d0();while(!![]){try{const _0xc7aea1=-parseInt(_0x3676fe(0xbc))/0x1+parseInt(_0x3676fe(0xb9))/0x2*(parseInt(_0x3676fe(0xc2))/0x3)+-parseInt(_0x3676fe(0xbe))/0x4+-parseInt(_0x3676fe(0xba))/0x5*(parseInt(_0x3676fe(0xb4))/0x6)+parseInt(_0x3676fe(0xb7))/0x7*(parseInt(_0x3676fe(0xbf))/0x8)+-parseInt(_0x3676fe(0xb3))/0x9+parseInt(_0x3676fe(0xb2))/0xa*(parseInt(_0x3676fe(0xc1))/0xb);if(_0xc7aea1===_0x51e9c7)break;else _0x32307a['push'](_0x32307a['shift']());}catch(_0x3fad13){_0x32307a['push'](_0x32307a['shift']());}}}(a38_0x2d76,0xd586d));const requestSpy=require(a38_0x596d7e(0xbd)),constants=require(a38_0x596d7e(0xb8)),{addRequestSpy}=require(a38_0x596d7e(0xb5));exports[a38_0x596d7e(0xb6)]={'beforeAll'(){const _0x260b9f={'mdJpm':function(_0x1e39e6){return _0x1e39e6();}},_0x4d87bd='browserstack internal helper hook';_0x260b9f['mdJpm'](addRequestSpy);},'afterAll'(){const _0x107867=a38_0x596d7e,_0x420269='browserstack internal helper hook';this[_0x107867(0xc0)](0xea60),requestSpy[_0x107867(0xbb)]();}};
@@ -1 +1 @@
1
- const a39_0x2420ab=a39_0x16da;(function(_0x5ac041,_0x4fc055){const _0x1e6474=a39_0x16da,_0x16b13a=_0x5ac041();while(!![]){try{const _0x421b42=parseInt(_0x1e6474(0x183))/0x1*(parseInt(_0x1e6474(0x1bc))/0x2)+parseInt(_0x1e6474(0x188))/0x3*(parseInt(_0x1e6474(0x19e))/0x4)+-parseInt(_0x1e6474(0x181))/0x5+parseInt(_0x1e6474(0x17a))/0x6*(parseInt(_0x1e6474(0x1b9))/0x7)+-parseInt(_0x1e6474(0x192))/0x8*(-parseInt(_0x1e6474(0x173))/0x9)+parseInt(_0x1e6474(0x1a6))/0xa+-parseInt(_0x1e6474(0x1b5))/0xb;if(_0x421b42===_0x4fc055)break;else _0x16b13a['push'](_0x16b13a['shift']());}catch(_0x29f95d){_0x16b13a['push'](_0x16b13a['shift']());}}}(a39_0x4af7,0xe628d));const {v4:uuidv4}=require(a39_0x2420ab(0x1ab)),{name,version}=require('../../../../package.json'),logPatcher=require(a39_0x2420ab(0x1a5)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a39_0x2420ab(0x198)),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require('../../../helpers/helper'),{shouldProcessEventForTesthub}=require(a39_0x2420ab(0x1a8)),{isFunction}=require(a39_0x2420ab(0x16a)),{patchConsoleLogger}=require(a39_0x2420ab(0x198));patchConsoleLogger(),exports[a39_0x2420ab(0x190)]=()=>{const _0xc8f67a=a39_0x2420ab,_0x53dd58={'MnEPF':_0xc8f67a(0x170),'Maunc':function(_0x475dd8){return _0x475dd8();}};return{'ci':_0x53dd58[_0xc8f67a(0x187)],'key':_0x53dd58['Maunc'](uuidv4),'version':version,'collector':'js-'+name};},exports[a39_0x2420ab(0x191)]=_0x4baa94=>{const _0x15eedf=a39_0x2420ab,_0x53ba16={};_0x53ba16['RkzFb']=function(_0x49b77e,_0x15afeb){return _0x49b77e!==_0x15afeb;},_0x53ba16[_0x15eedf(0x16b)]='string',_0x53ba16[_0x15eedf(0x16e)]=_0x15eedf(0x1b7),_0x53ba16[_0x15eedf(0x189)]=function(_0x170e69,_0x2da825){return _0x170e69!==_0x2da825;},_0x53ba16[_0x15eedf(0x172)]=_0x15eedf(0x16c);const _0x2bc771=_0x53ba16;if(!_0x4baa94||_0x2bc771['RkzFb'](typeof _0x4baa94,_0x2bc771[_0x15eedf(0x16b)]))return[null,null];if(_0x2bc771['RkzFb'](_0x4baa94['indexOf'](_0x2bc771[_0x15eedf(0x16e)]),-0x1)){const _0x34a96a=_0x4baa94['split'](_0x2bc771['mxfjV']);return[_0x34a96a[0x0][_0x15eedf(0x1b8)](0x0,-0x1)['split']('\x22')[0x1],_0x34a96a[0x1][_0x15eedf(0x19d)](0x1)];}else{if(_0x2bc771[_0x15eedf(0x189)](_0x4baa94['indexOf'](_0x2bc771[_0x15eedf(0x172)]),-0x1)){const _0x4fbbfd=_0x4baa94['split'](_0x2bc771[_0x15eedf(0x172)]);return[_0x4fbbfd[0x0][_0x15eedf(0x1b8)](0x0,-0x1)[_0x15eedf(0x197)]('\x22')[0x1],_0x4baa94];}}return[null,null];},exports[a39_0x2420ab(0x18b)]=_0x3a9396=>{const _0x50f1bc=a39_0x2420ab,_0x3aa43d={'YlGdP':function(_0xe5fef2,_0x2e5cd0){return _0xe5fef2(_0x2e5cd0);},'QTNQa':_0x50f1bc(0x174),'Lazox':'_afterAll','LsrbP':_0x50f1bc(0x186),'PQlCN':_0x50f1bc(0x1a3)};if(!_0x3a9396||!_0x3a9396['parent'])return[];const _0x2f4bce=[];return[_0x3aa43d[_0x50f1bc(0x194)],_0x3aa43d[_0x50f1bc(0x193)],_0x3aa43d[_0x50f1bc(0x1be)],_0x3aa43d[_0x50f1bc(0x1ad)]][_0x50f1bc(0x179)](_0x194791=>{const _0x382680=_0x50f1bc,_0x1d60ee=_0x3a9396[_0x382680(0x18a)][_0x194791]||[];_0x1d60ee[_0x382680(0x179)](_0x122f74=>{const _0x18cb90=_0x382680;_0x122f74['hookAnalyticsId']&&!_0x3aa43d['YlGdP'](isInternalHook,_0x122f74['fn'])&&_0x2f4bce[_0x18cb90(0x19c)](_0x122f74[_0x18cb90(0x1a7)]);});}),[..._0x2f4bce,...exports[_0x50f1bc(0x18b)](_0x3a9396[_0x50f1bc(0x18a)])];},exports['mapTestHooks']=_0x3757e9=>{const _0x59442d=a39_0x2420ab,_0x531955={'wOuCl':function(_0x4aefd1){return _0x4aefd1();},'PUFBB':function(_0x4a9771,_0x2f0d87){return _0x4a9771===_0x2f0d87;},'MVZxH':_0x59442d(0x1a3),'jZsii':_0x59442d(0x174),'XHtLv':'_afterAll','uhrmv':_0x59442d(0x186)};if(!_0x3757e9||!_0x3757e9['parent'])return;[_0x531955['jZsii'],_0x531955[_0x59442d(0x1b1)],_0x531955[_0x59442d(0x175)],_0x531955[_0x59442d(0x178)]]['forEach'](_0x13df98=>{const _0x4acba3=_0x59442d,_0x496f66={'ityJc':function(_0x44c1e5){const _0x25558e=a39_0x16da;return _0x531955[_0x25558e(0x176)](_0x44c1e5);},'QXDIj':function(_0x425a2d,_0x34d4b8){const _0x191d51=a39_0x16da;return _0x531955[_0x191d51(0x1bf)](_0x425a2d,_0x34d4b8);},'vFoeh':_0x531955[_0x4acba3(0x178)]},_0x2e44fe=_0x3757e9[_0x4acba3(0x18a)][_0x13df98]||[];_0x2e44fe['forEach'](_0x2fff96=>{const _0x285a9e=_0x4acba3;if(!_0x2fff96['hookAnalyticsId'])_0x2fff96['hookAnalyticsId']=_0x496f66[_0x285a9e(0x17e)](uuidv4);else _0x2fff96[_0x285a9e(0x185)]&&_0x496f66['QXDIj'](_0x13df98,_0x496f66[_0x285a9e(0x18c)])&&(_0x2fff96[_0x285a9e(0x1a7)]=_0x496f66[_0x285a9e(0x17e)](uuidv4),delete _0x2fff96['markedStatus']);});}),exports['mapTestHooks'](_0x3757e9[_0x59442d(0x18a)]);},exports[a39_0x2420ab(0x16f)]=async(_0x338715,_0xe0f102)=>{const _0x10b76d=a39_0x2420ab,_0x240266={'PRxIJ':function(_0x29c995){return _0x29c995();},'oGqSG':function(_0x2b7fc4,_0x40be65){return _0x2b7fc4(_0x40be65);},'bjmtE':_0x10b76d(0x1ae),'HwNvM':function(_0x413a45,_0x6e97bd){return _0x413a45(_0x6e97bd);},'cOMJR':function(_0xdbd7c1,_0x1a1852){return _0xdbd7c1===_0x1a1852;},'YqgRI':_0x10b76d(0x1ac),'dCXHm':_0x10b76d(0x1a4),'pHNJt':'TEST_PLATFORM','BPUGl':function(_0x296e05,_0x579c4a){return _0x296e05(_0x579c4a);}};try{if(!_0x240266['PRxIJ'](shouldProcessEventForTesthub))return;const _0x2dcc2c=await _0x338715[_0x10b76d(0x177)](),_0x55af2d=await _0x338715['getSession'](),_0x42c36c={},_0x3a9d72=Object[_0x10b76d(0x18e)](_0x55af2d[_0x10b76d(0x177)]()[_0x10b76d(0x19b)]),_0x268cd0={'product':_0x240266[_0x10b76d(0x1af)](getObservabilityLinkedProductName,_0x3a9d72),'capabilities':_0x3a9d72,'platform':_0x2dcc2c[_0x10b76d(0x1b3)](),'platform_version':_0x2dcc2c[_0x10b76d(0x1aa)](_0x240266[_0x10b76d(0x16d)])?_0x2dcc2c[_0x10b76d(0x1aa)](_0x240266['bjmtE']):_0x240266['HwNvM'](getPlatformVersion,_0x240266[_0x10b76d(0x17b)](global['__cloud_provider___'],_0x240266[_0x10b76d(0x1b6)])),'browser':_0x2dcc2c['getBrowserName'](),'browser_version':_0x2dcc2c[_0x10b76d(0x1a2)](),'session_id':_0x55af2d['toJSON']()};global[_0x10b76d(0x196)]?_0x42c36c[global[_0x10b76d(0x196)]]=_0x268cd0:_0x42c36c[_0x240266[_0x10b76d(0x17d)]]=_0x268cd0,process[_0x10b76d(0x180)](_0x10b76d(0x17f)+process['pid'],{'timestamp':new Date()[_0x10b76d(0x1a0)](),'level':null,'message':null,'kind':_0x240266['pHNJt'],'http_response':_0x42c36c,'uuid':_0xe0f102});}catch(_0x5652c4){_0x240266[_0x10b76d(0x1b0)](debug,_0x10b76d(0x1a1)+_0x5652c4);}},exports[a39_0x2420ab(0x1b2)]=_0x3ff624=>{const _0x519230=a39_0x2420ab,_0x53695e={};_0x53695e[_0x519230(0x19a)]=function(_0x552f7e,_0x1dff9b){return _0x552f7e!==_0x1dff9b;},_0x53695e[_0x519230(0x1bb)]='hook',_0x53695e[_0x519230(0x1b4)]=function(_0x36da33,_0x1e0330){return _0x36da33!==_0x1e0330;},_0x53695e['wbYah']=_0x519230(0x1ba),_0x53695e[_0x519230(0x171)]=function(_0x50ee4b,_0x46a2b3){return _0x50ee4b!==_0x46a2b3;},_0x53695e[_0x519230(0x182)]='failed';const _0x337e33=_0x53695e,_0x401d25=_0x3ff624[_0x519230(0x195)][_0x519230(0x18d)]((_0x1ca66a,_0x1e6480)=>{const _0x59f7ea=_0x519230,_0x36e961=exports[_0x59f7ea(0x1b2)](_0x1e6480);return _0x36e961&&(_0x1ca66a=_0x1ca66a[_0x59f7ea(0x19f)](_0x36e961)),_0x1ca66a;},[]),_0x3ec607=_0x3ff624[_0x519230(0x17c)][_0x519230(0x1a9)](_0x43c37b=>{const _0x59b519=_0x519230,_0x42b416=_0x337e33[_0x59b519(0x19a)](_0x43c37b[_0x59b519(0x184)],_0x337e33['axZdd'])&&!_0x43c37b['markedStatus']&&_0x337e33[_0x59b519(0x1b4)](_0x43c37b[_0x59b519(0x1bd)],_0x337e33[_0x59b519(0x199)])&&_0x337e33['GBFFU'](_0x43c37b[_0x59b519(0x1bd)],_0x337e33[_0x59b519(0x182)])&&!_0x43c37b[_0x59b519(0x18f)];return _0x42b416;});return _0x3ec607[_0x519230(0x19f)](_0x401d25);};function a39_0x16da(_0x1d11b6,_0x1a9d4f){const _0x4af7b6=a39_0x4af7();return a39_0x16da=function(_0x16da70,_0x24ef1d){_0x16da70=_0x16da70-0x16a;let _0x2d7891=_0x4af7b6[_0x16da70];return _0x2d7891;},a39_0x16da(_0x1d11b6,_0x1a9d4f);}function a39_0x4af7(){const _0x57bab2=['../../../helpers/test-observability/utils','wbYah','QzFpw','map_','push','substring','301988ppezmv','concat','toISOString','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','getBrowserVersion','_afterEach','unknown_grid','../../utils/logPatcher','14803290UAWgjN','hookAnalyticsId','../../../helpers/testhub/utils','filter','get','uuid','browserstack','PQlCN','platformVersion','oGqSG','BPUGl','XHtLv','getHookSkippedTests','getPlatform','ntbtK','49180879OhkeCy','YqgRI','hook:','slice','113127oiObwv','passed','axZdd','3608628UrPAhU','state','LsrbP','PUFBB','lodash','gnIAB','hook','bjmtE','mxfjV','sendPlatformDetails','generic','GBFFU','CIpSD','139698gHBNwZ','_beforeAll','uhrmv','wOuCl','getCapabilities','MVZxH','forEach','696MMmNqD','cOMJR','tests','dCXHm','ityJc','bs:addPlatformDetails:','emit','2591010MZMRnJ','CxFnP','1KjCBLw','type','markedStatus','_beforeEach','MnEPF','27fgBzEf','BYIFE','parent','getHooksForTest','vFoeh','reduce','fromEntries','pending','getTestEnv','getHookDetails','48UTseBJ','Lazox','QTNQa','suites','__cloud_provider___','split'];a39_0x4af7=function(){return _0x57bab2;};return a39_0x4af7();}
1
+ const a39_0x52c7af=a39_0x4e11;function a39_0x4e11(_0x4ca330,_0x4befbf){const _0x39390b=a39_0x3939();return a39_0x4e11=function(_0x4e111d,_0x5e39f9){_0x4e111d=_0x4e111d-0xbe;let _0x891c38=_0x39390b[_0x4e111d];return _0x891c38;},a39_0x4e11(_0x4ca330,_0x4befbf);}(function(_0xef2844,_0x5e732a){const _0x50e345=a39_0x4e11,_0x4f60e5=_0xef2844();while(!![]){try{const _0x4000e0=parseInt(_0x50e345(0xd2))/0x1+parseInt(_0x50e345(0xe6))/0x2*(-parseInt(_0x50e345(0x117))/0x3)+-parseInt(_0x50e345(0xf4))/0x4+-parseInt(_0x50e345(0x112))/0x5+parseInt(_0x50e345(0x103))/0x6*(-parseInt(_0x50e345(0xe5))/0x7)+parseInt(_0x50e345(0xda))/0x8*(-parseInt(_0x50e345(0xf7))/0x9)+parseInt(_0x50e345(0x115))/0xa;if(_0x4000e0===_0x5e732a)break;else _0x4f60e5['push'](_0x4f60e5['shift']());}catch(_0x368470){_0x4f60e5['push'](_0x4f60e5['shift']());}}}(a39_0x3939,0x7ef57));const {v4:uuidv4}=require(a39_0x52c7af(0xfb)),{name,version}=require('../../../../package.json'),logPatcher=require(a39_0x52c7af(0x118)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a39_0x52c7af(0xef)),{getPlatformVersion}=require(a39_0x52c7af(0xcf)),{shouldProcessEventForTesthub}=require(a39_0x52c7af(0xf2)),{isFunction}=require(a39_0x52c7af(0xe2)),{patchConsoleLogger}=require(a39_0x52c7af(0x109));function a39_0x3939(){const _0x3b3b2f=['sendPlatformDetails','lodash','split','generic','2579766YiuPLH','4InWgnT','PeFll','nXcbZ','js-','concat','getSession','czoRn','tests','fromEntries','../../../helpers/test-observability/constants','getCapabilities','slice','../../../helpers/testhub/utils','jEXhx','1565348gOfpAW','TEST_PLATFORM','hookAnalyticsId','1345446zdAmpo','XqgEt','__cloud_provider___','toJSON','uuid','getHooksForTest','_afterAll','xvLGs','parent','passed','KMNiB','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','12lHceFw','IDxiL','getHookSkippedTests','substring','_beforeEach','hook','../../../helpers/test-observability/utils','yAiye','string','iPLEV','JxZVf','getBrowserVersion','skFWA','seygG','umSNx','118960klwopY','mXoCG','aJtaI','18135530LQSPNx','toISOString','331701pWBZFm','../../utils/logPatcher','bs:addPlatformDetails:','_afterEach','KcMqB','failed','forEach','pnhoe','unknown_grid','emit','VvycQ','hKlaE','getHookDetails','browserstack','state','MhfKb','UOYpj','tFDlN','reduce','AtDsO','../../../helpers/helper','getPlatform','filter','677785sTJAmq','markedStatus','XVItq','get','THvRl','getBrowserName','ybnXt','_beforeAll','32AyCmbW','pending','platformVersion','getTestEnv','indexOf','moDjq','phHDH'];a39_0x3939=function(){return _0x3b3b2f;};return a39_0x3939();}patchConsoleLogger(),exports[a39_0x52c7af(0xdd)]=()=>{const _0x55f6d3=a39_0x52c7af,_0x25aedb={'skFWA':_0x55f6d3(0xe4),'tFDlN':function(_0x17259b){return _0x17259b();}};return{'ci':_0x25aedb[_0x55f6d3(0x10f)],'key':_0x25aedb[_0x55f6d3(0xcc)](uuidv4),'version':version,'collector':_0x55f6d3(0xe9)+name};},exports[a39_0x52c7af(0xc7)]=_0xa5fbe=>{const _0x3bfe79=a39_0x52c7af,_0x58055c={};_0x58055c[_0x3bfe79(0xe0)]=function(_0x571c2f,_0x148e5b){return _0x571c2f!==_0x148e5b;},_0x58055c[_0x3bfe79(0x113)]=_0x3bfe79(0x10b),_0x58055c['pnhoe']='hook:',_0x58055c[_0x3bfe79(0x101)]=function(_0x29815f,_0x4170a4){return _0x29815f!==_0x4170a4;},_0x58055c[_0x3bfe79(0xbf)]='hook';const _0x45c0c9=_0x58055c;if(!_0xa5fbe||_0x45c0c9[_0x3bfe79(0xe0)](typeof _0xa5fbe,_0x45c0c9[_0x3bfe79(0x113)]))return[null,null];if(_0x45c0c9['phHDH'](_0xa5fbe[_0x3bfe79(0xde)](_0x45c0c9[_0x3bfe79(0xc2)]),-0x1)){const _0x1d166d=_0xa5fbe[_0x3bfe79(0xe3)](_0x45c0c9['pnhoe']);return[_0x1d166d[0x0][_0x3bfe79(0xf1)](0x0,-0x1)[_0x3bfe79(0xe3)]('\x22')[0x1],_0x1d166d[0x1][_0x3bfe79(0x106)](0x1)];}else{if(_0x45c0c9[_0x3bfe79(0x101)](_0xa5fbe[_0x3bfe79(0xde)](_0x45c0c9[_0x3bfe79(0xbf)]),-0x1)){const _0x5e68d6=_0xa5fbe['split'](_0x45c0c9[_0x3bfe79(0xbf)]);return[_0x5e68d6[0x0][_0x3bfe79(0xf1)](0x0,-0x1)[_0x3bfe79(0xe3)]('\x22')[0x1],_0xa5fbe];}}return[null,null];},exports['getHooksForTest']=_0x5a8921=>{const _0x4016fb=a39_0x52c7af,_0x493433={'SAUOI':function(_0x283795,_0x136a24){return _0x283795(_0x136a24);},'moDjq':'_beforeAll','UOYpj':_0x4016fb(0xfd),'hKlaE':_0x4016fb(0x107),'THvRl':_0x4016fb(0xbe)};if(!_0x5a8921||!_0x5a8921[_0x4016fb(0xff)])return[];const _0x377c44=[];return[_0x493433[_0x4016fb(0xdf)],_0x493433[_0x4016fb(0xcb)],_0x493433[_0x4016fb(0xc6)],_0x493433[_0x4016fb(0xd6)]][_0x4016fb(0xc1)](_0x3b4159=>{const _0x372ecc=_0x4016fb,_0x33e609={'VvycQ':function(_0x3efdb4,_0x1b71b5){return _0x493433['SAUOI'](_0x3efdb4,_0x1b71b5);}},_0x444a16=_0x5a8921['parent'][_0x3b4159]||[];_0x444a16[_0x372ecc(0xc1)](_0x26e57f=>{const _0x6dfc87=_0x372ecc;_0x26e57f['hookAnalyticsId']&&!_0x33e609[_0x6dfc87(0xc5)](isInternalHook,_0x26e57f['fn'])&&_0x377c44['push'](_0x26e57f[_0x6dfc87(0xf6)]);});}),[..._0x377c44,...exports[_0x4016fb(0xfc)](_0x5a8921[_0x4016fb(0xff)])];},exports['mapTestHooks']=_0x3ba2ce=>{const _0x261659=a39_0x52c7af,_0x1dc95d={'jEXhx':function(_0xd695bc){return _0xd695bc();},'zUDNt':function(_0x2a211f,_0x572021){return _0x2a211f===_0x572021;},'xvLGs':_0x261659(0xbe),'MhfKb':function(_0x24270a){return _0x24270a();},'BMjtu':_0x261659(0xd9),'ybnXt':_0x261659(0xfd),'XVItq':_0x261659(0x107)};if(!_0x3ba2ce||!_0x3ba2ce['parent'])return;[_0x1dc95d['BMjtu'],_0x1dc95d[_0x261659(0xd8)],_0x1dc95d[_0x261659(0xd4)],_0x1dc95d['xvLGs']]['forEach'](_0x4ff50f=>{const _0x1c3ed0=_0x261659,_0x140a71={'VJVFA':function(_0x484b46){const _0x52a03c=a39_0x4e11;return _0x1dc95d[_0x52a03c(0xf3)](_0x484b46);},'sShEQ':function(_0x15b442,_0x2adae7){return _0x1dc95d['zUDNt'](_0x15b442,_0x2adae7);},'sXMxt':_0x1dc95d[_0x1c3ed0(0xfe)],'IDxiL':function(_0x3455e5){const _0x5ef4b4=_0x1c3ed0;return _0x1dc95d[_0x5ef4b4(0xca)](_0x3455e5);}},_0x3dd326=_0x3ba2ce[_0x1c3ed0(0xff)][_0x4ff50f]||[];_0x3dd326[_0x1c3ed0(0xc1)](_0x449fc4=>{const _0x540f1e=_0x1c3ed0;if(!_0x449fc4[_0x540f1e(0xf6)])_0x449fc4['hookAnalyticsId']=_0x140a71['VJVFA'](uuidv4);else _0x449fc4[_0x540f1e(0xd3)]&&_0x140a71['sShEQ'](_0x4ff50f,_0x140a71['sXMxt'])&&(_0x449fc4[_0x540f1e(0xf6)]=_0x140a71[_0x540f1e(0x104)](uuidv4),delete _0x449fc4[_0x540f1e(0xd3)]);});}),exports['mapTestHooks'](_0x3ba2ce[_0x261659(0xff)]);},exports[a39_0x52c7af(0xe1)]=async(_0xe14532,_0x2f92b5)=>{const _0x14f91b=a39_0x52c7af,_0x1ca36b={'XqgEt':function(_0x331829){return _0x331829();},'WvoSb':function(_0x4858e7,_0x37c911){return _0x4858e7(_0x37c911);},'nXcbZ':_0x14f91b(0xdc),'AtDsO':function(_0x435637,_0x43772f){return _0x435637(_0x43772f);},'JxZVf':function(_0x7a82fe,_0x1ffb03){return _0x7a82fe===_0x1ffb03;},'XvFtg':_0x14f91b(0xc8),'iPLEV':_0x14f91b(0xc3),'seENC':_0x14f91b(0xf5),'PeFll':function(_0x3252a7,_0x407e96){return _0x3252a7(_0x407e96);}};try{if(!_0x1ca36b[_0x14f91b(0xf8)](shouldProcessEventForTesthub))return;const _0x478892=await _0xe14532['getCapabilities'](),_0x5af43d=await _0xe14532[_0x14f91b(0xeb)](),_0x2998a5={},_0x3630f4=Object[_0x14f91b(0xee)](_0x5af43d[_0x14f91b(0xf0)]()['map_']),_0x44200d={'product':_0x1ca36b['WvoSb'](getObservabilityLinkedProductName,_0x3630f4),'capabilities':_0x3630f4,'platform':_0x478892[_0x14f91b(0xd0)](),'platform_version':_0x478892[_0x14f91b(0xd5)](_0x1ca36b[_0x14f91b(0xe8)])?_0x478892[_0x14f91b(0xd5)](_0x1ca36b['nXcbZ']):_0x1ca36b[_0x14f91b(0xce)](getPlatformVersion,_0x1ca36b[_0x14f91b(0x10d)](global[_0x14f91b(0xf9)],_0x1ca36b['XvFtg'])),'browser':_0x478892[_0x14f91b(0xd7)](),'browser_version':_0x478892[_0x14f91b(0x10e)](),'session_id':_0x5af43d[_0x14f91b(0xfa)]()};global['__cloud_provider___']?_0x2998a5[global[_0x14f91b(0xf9)]]=_0x44200d:_0x2998a5[_0x1ca36b[_0x14f91b(0x10c)]]=_0x44200d,process[_0x14f91b(0xc4)](_0x14f91b(0x119)+process['pid'],{'timestamp':new Date()[_0x14f91b(0x116)](),'level':null,'message':null,'kind':_0x1ca36b['seENC'],'http_response':_0x2998a5,'uuid':_0x2f92b5});}catch(_0x5e51a0){_0x1ca36b[_0x14f91b(0xe7)](debug,_0x14f91b(0x102)+_0x5e51a0);}},exports[a39_0x52c7af(0x105)]=_0x542492=>{const _0x49c307=a39_0x52c7af,_0x56fc51={};_0x56fc51['umSNx']=function(_0x1491cd,_0x4e719b){return _0x1491cd!==_0x4e719b;},_0x56fc51[_0x49c307(0xec)]=_0x49c307(0x108),_0x56fc51[_0x49c307(0x110)]=_0x49c307(0x100),_0x56fc51[_0x49c307(0x10a)]=function(_0x5a46d2,_0x41c2ab){return _0x5a46d2!==_0x41c2ab;},_0x56fc51[_0x49c307(0x114)]=_0x49c307(0xc0);const _0x2853ba=_0x56fc51,_0xc692ad=_0x542492['suites'][_0x49c307(0xcd)]((_0x853fa0,_0x3f1586)=>{const _0x14db21=_0x49c307,_0x1c7d9b=exports[_0x14db21(0x105)](_0x3f1586);return _0x1c7d9b&&(_0x853fa0=_0x853fa0[_0x14db21(0xea)](_0x1c7d9b)),_0x853fa0;},[]),_0x2595c1=_0x542492[_0x49c307(0xed)][_0x49c307(0xd1)](_0x594ffb=>{const _0xba825f=_0x49c307,_0x2a6c7c=_0x2853ba[_0xba825f(0x111)](_0x594ffb['type'],_0x2853ba[_0xba825f(0xec)])&&!_0x594ffb['markedStatus']&&_0x2853ba[_0xba825f(0x111)](_0x594ffb[_0xba825f(0xc9)],_0x2853ba[_0xba825f(0x110)])&&_0x2853ba[_0xba825f(0x10a)](_0x594ffb['state'],_0x2853ba[_0xba825f(0x114)])&&!_0x594ffb[_0xba825f(0xdb)];return _0x2a6c7c;});return _0x2595c1['concat'](_0xc692ad);};
@@ -1 +1 @@
1
- function a40_0x4e7d(){const _0x149316=['dEDVo','JBKEi','finally','18384TFuPXJ','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','index','LUGxp','qLUwl','1196420yOMLQz','env','iOeQN','beforeAll','isArray','executeScript','setGlobal','saveAccessibilityResultsWithRetry','bftvJ','getGlobal','JUfST','gLBOK','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','UezEX','hnBkF','SAVE_RESULTS','zRLPa','capabilities','EQrsO','FYkWG','isAccessibilityPlatform','VzSNm','__sessionFailed','end','zcdAp','xVSQr','xmGnQ','thJwtToken','Passed','YfhhC','TgIgP','warn','NHnBg','tLmYv','1417182jiDhSf','now','then','JsWdx','../../helpers/globals','951UcQEkH','zauTc','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','6628919JmjFHN','__skipSessionName','YHrFj','zuffo','pVQcO','.\x20Error\x20:','RuriS','VwnDt','MuHGl','../../helpers/accessibility-automation/accessibilityRetryHelper','wuaye','shouldScanTestForAccessibility','Failed:\x20','doIyS','currentTest','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','err','driverCleanup','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','\x20-\x20','testAnalyticsId','NpMHZ','../../helpers/performance/constants','driver-init\x20capture\x20install\x20failed:\x20','browserstackSessionName','length','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','KzXro','rkvvA','bstackA11yScanOptions','error','10lEvUlL','mwldf','buqGj','suoPo','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','nMKTU','format','aSaKs','shift',',\x22level\x22:\x20\x22','start','ITefm','PuxyA','afterTest','measureWrapper','rJbWi','appium:app','bstackA11yShouldScan','peJWx','protocol','state','\x20|\x20','Accessibility\x20scan\x20completed\x20successfully','Accessibility\x20results\x20saved\x20successfully','SeSuO','__platformCaps','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','dCiYu','czlQU','500sHunXG','__error_messages__','info','IqPDj','fyuBH','YsIcr','qBsLR','startMonitoring','__drivers','getCurrentUrl','AbxUs','titlePath','installAll','nFUgT','push','../../helpers/testhub/utils','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','message','thBuildUuid','sXbmd','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','beforeEach','ybwhv','LAaAM','testcase','488UtaKci','PERFORM_SCAN','MPMMR','SYuDM','TiVdO','parse','BROWSERSTACK_TESTHUB_UUID','523976MeVwvO','ObservabilitySync:','126fpALHL','afterEach','SDK_HOOK','ZAySY','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','../../helpers/percy/utils','xcZUb','UckTa','browserstackTestName','percyCaptureMode','app','itIyW','accessibilityScanStarted','autoScanning','../utils/constants','Automate\x20test\x20case\x20execution\x20has\x20started.','NJubX','performScanWithRetry','winstonLogger','http:','https:','join','fxKHg','quitCount_','SymdF','1JNHtEg','../../helpers/testhub/constants','../../helpers/performance/performance-tester','HtemJ','timeout','SESSION_STATUS','YusCP','XXZqW','passed','\x22}}','stringify','7201701ZfUtkz','TFaPm','SYNC','thTestRunUuid','132BWmXFE','util','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','QMKsW','../../helpers/helper','debug','session_'];a40_0x4e7d=function(){return _0x149316;};return a40_0x4e7d();}const a40_0x10dc9d=a40_0x2604;function a40_0x2604(_0x4abeb5,_0x3fcac8){const _0x4e7d3e=a40_0x4e7d();return a40_0x2604=function(_0x26044a,_0x17832c){_0x26044a=_0x26044a-0x1e6;let _0x32a686=_0x4e7d3e[_0x26044a];return _0x32a686;},a40_0x2604(_0x4abeb5,_0x3fcac8);}(function(_0x158e10,_0x5f5bf8){const _0x11ed67=a40_0x2604,_0x3b1594=_0x158e10();while(!![]){try{const _0x5aacd8=-parseInt(_0x11ed67(0x247))/0x1*(parseInt(_0x11ed67(0x265))/0x2)+parseInt(_0x11ed67(0x28c))/0x3*(-parseInt(_0x11ed67(0x225))/0x4)+parseInt(_0x11ed67(0x20c))/0x5*(parseInt(_0x11ed67(0x260))/0x6)+parseInt(_0x11ed67(0x22e))/0x7*(parseInt(_0x11ed67(0x22c))/0x8)+-parseInt(_0x11ed67(0x252))/0x9+-parseInt(_0x11ed67(0x1ee))/0xa*(parseInt(_0x11ed67(0x28f))/0xb)+-parseInt(_0x11ed67(0x256))/0xc*(-parseInt(_0x11ed67(0x287))/0xd);if(_0x5aacd8===_0x5f5bf8)break;else _0x3b1594['push'](_0x3b1594['shift']());}catch(_0xc399b1){_0x3b1594['push'](_0x3b1594['shift']());}}}(a40_0x4e7d,0x9d6be));const util=require(a40_0x10dc9d(0x257)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a40_0x10dc9d(0x298)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a40_0x10dc9d(0x23c)),{percyAutoCapture}=require(a40_0x10dc9d(0x233)),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a40_0x10dc9d(0x25a)),PerformanceTester=require(a40_0x10dc9d(0x249)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a40_0x10dc9d(0x2a5)),globals=require(a40_0x10dc9d(0x28b)),logger=require('../../helpers/logger')[a40_0x10dc9d(0x240)],{shouldProcessEventForTesthub}=require(a40_0x10dc9d(0x21b)),testHubConstants=require(a40_0x10dc9d(0x248));try{require('../../helpers/driverInitErrorReporter')[a40_0x10dc9d(0x218)]('mocha');}catch(a40_0x22fc4e){logger['debug'](a40_0x10dc9d(0x1e6)+(a40_0x22fc4e&&a40_0x22fc4e[a40_0x10dc9d(0x21d)]));}exports['mochaHooks']={'beforeAll'(){const _0x45db12=a40_0x10dc9d,_0x21b379={'peJWx':function(_0x4698cc,_0x51cb4d,_0xb030f,_0x446101){return _0x4698cc(_0x51cb4d,_0xb030f,_0x446101);},'MuHGl':'failed','EEXvt':_0x45db12(0x204),'nQmpp':function(_0x520fdd,_0x25d6eb,_0x1c397e){return _0x520fdd(_0x25d6eb,_0x1c397e);},'TiVdO':_0x45db12(0x24f),'doIyS':function(_0x3ce1e6){return _0x3ce1e6();},'zRLPa':function(_0x398d70,_0xca7270,_0x35e614){return _0x398d70(_0xca7270,_0x35e614);},'YfhhC':_0x45db12(0x262),'paPZV':_0x45db12(0x268)};PerformanceTester[_0x45db12(0x213)]();const _0x415785='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x1214f0=_0x45db12;global[_0x1214f0(0x20d)]=[],global[_0x1214f0(0x27b)]=![],global[_0x1214f0(0x2a0)]=async()=>{const _0x535e9c=_0x1214f0;let _0xf4827a=![];try{await global[_0x535e9c(0x214)][0x0]['session_'],_0xf4827a=!![],global[_0x535e9c(0x27b)]?await _0x21b379[_0x535e9c(0x201)](markSessionStatus,global[_0x535e9c(0x214)][0x0],_0x21b379[_0x535e9c(0x297)],global[_0x535e9c(0x20d)][_0x535e9c(0x243)](_0x21b379['EEXvt'])):await _0x21b379['nQmpp'](markSessionStatus,global['__drivers'][0x0],_0x21b379[_0x535e9c(0x229)]);}catch(_0x1e92f6){logger['debug']('Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20'+_0x1e92f6);}global[_0x535e9c(0x20d)]=[],global[_0x535e9c(0x27b)]=![];if(_0xf4827a)try{try{_0x21b379[_0x535e9c(0x29c)](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0x21b379[_0x535e9c(0x275)](sendPlatformDetails,global['__drivers'][0x0],this[_0x535e9c(0x29d)]?this[_0x535e9c(0x29d)][_0x535e9c(0x2a3)]:null));}catch(_0x24cac2){logger[_0x535e9c(0x25b)](_0x535e9c(0x261)+_0x24cac2);}await global[_0x535e9c(0x214)][0x0]['initQuit']();}catch(_0xd94140){logger[_0x535e9c(0x25b)](_0x535e9c(0x29e)+_0xd94140);}};},{'platform':_0x21b379[_0x45db12(0x275)](nestedKeyValue,global[_0x45db12(0x208)],[_0x21b379[_0x45db12(0x282)]]),'hookType':_0x21b379['paPZV']})();},'beforeEach'(_0x52a6e1){const _0x358c63=a40_0x10dc9d,_0x191613={'nuCGK':function(_0x4635e1){return _0x4635e1();},'YHrFj':function(_0x491f34,_0x8f6691){return _0x491f34>_0x8f6691;},'NJubX':_0x358c63(0x2a2),'XXZqW':function(_0x58f031,_0x1614e4,_0x28c8fe){return _0x58f031(_0x1614e4,_0x28c8fe);},'TgIgP':function(_0x24cfbf,_0x726c70){return _0x24cfbf===_0x726c70;},'AbxUs':_0x358c63(0x200),'SymdF':_0x358c63(0x1ec),'RuriS':function(_0x2eac86){return _0x2eac86();},'mwldf':'isAccessibilityPlatform','qLUwl':_0x358c63(0x241),'nFUgT':_0x358c63(0x242),'rJbWi':_0x358c63(0x1f3),'WNarI':_0x358c63(0x23d),'TFaPm':function(_0x51da97){return _0x51da97();},'YLahi':_0x358c63(0x236),'JBKEi':_0x358c63(0x262),'SYuDM':_0x358c63(0x221)};globals[_0x358c63(0x26b)](_0x191613['YLahi'],this[_0x358c63(0x29d)][_0x358c63(0x217)]()[_0x358c63(0x243)](_0x191613[_0x358c63(0x23e)])),PerformanceTester[_0x358c63(0x1fd)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0xbca523=_0x358c63,_0x3c6721={'ybwhv':function(_0x347631,_0x40fd5a){const _0x4893c6=a40_0x2604;return _0x191613[_0x4893c6(0x291)](_0x347631,_0x40fd5a);},'QkCdH':_0x191613[_0xbca523(0x23e)],'KzXro':function(_0x11fc56,_0x2699ab,_0x7e1565){return _0x191613['XXZqW'](_0x11fc56,_0x2699ab,_0x7e1565);},'fyuBH':function(_0x3da5ce,_0x33936b){const _0x426d4f=_0xbca523;return _0x191613[_0x426d4f(0x283)](_0x3da5ce,_0x33936b);},'mLwcQ':_0x191613[_0xbca523(0x216)],'suoPo':_0x191613[_0xbca523(0x246)],'bftvJ':function(_0x3be74b){const _0x299540=_0xbca523;return _0x191613[_0x299540(0x295)](_0x3be74b);},'NHnBg':_0x191613[_0xbca523(0x1ef)],'czlQU':function(_0x56cf45,_0x46f9b1){const _0x1b752e=_0xbca523;return _0x191613[_0x1b752e(0x283)](_0x56cf45,_0x46f9b1);},'YusCP':_0x191613[_0xbca523(0x264)],'VzSNm':_0x191613[_0xbca523(0x219)],'kyrwD':_0x191613[_0xbca523(0x1fe)],'LUGxp':_0x191613['WNarI'],'rkvvA':function(_0xb7f66b){const _0x1e1471=_0xbca523;return _0x191613[_0x1e1471(0x253)](_0xb7f66b);}},_0x5caf8c='browserstack internal helper hook';new Promise(async _0x33513c=>{const _0x2f9e37=_0xbca523;let _0x53b123=!![];try{_0x3c6721[_0x2f9e37(0x222)](global[_0x2f9e37(0x214)]['length'],0x1)&&(await global[_0x2f9e37(0x2a0)](),global['__drivers'][_0x2f9e37(0x1f7)]()),_0x3c6721['ybwhv'](global[_0x2f9e37(0x214)][0x0][_0x2f9e37(0x245)],0x0)&&(_0x53b123=![],await global[_0x2f9e37(0x2a0)]());}catch(_0x57c030){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x57c030);}try{Array[_0x2f9e37(0x269)](global[_0x2f9e37(0x214)])&&global[_0x2f9e37(0x214)][0x0]&&(global[_0x2f9e37(0x214)][0x0][_0x2f9e37(0x1e7)]=this[_0x2f9e37(0x29d)][_0x2f9e37(0x217)]()[_0x2f9e37(0x243)](_0x3c6721['QkCdH'])),global['browserstackSessionName']=this[_0x2f9e37(0x29d)][_0x2f9e37(0x217)]()[_0x2f9e37(0x243)](_0x3c6721['QkCdH']);}catch(_0x445c22){logger[_0x2f9e37(0x25b)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x445c22);}this[_0x2f9e37(0x29d)][_0x2f9e37(0x29a)]=_0x3c6721[_0x2f9e37(0x1ea)](shouldScanTestForAccessibility,this[_0x2f9e37(0x29d)][_0x2f9e37(0x217)](),!![]);let _0x22c342=!![];try{const _0x59fb81=JSON[_0x2f9e37(0x22a)](process[_0x2f9e37(0x266)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x3c6721[_0x2f9e37(0x210)](_0x59fb81[_0x2f9e37(0x23b)],![])&&(_0x22c342=![]);}catch(_0x2fe8){logger['debug'](_0x2f9e37(0x220)+_0x2fe8[_0x2f9e37(0x21d)]);}const _0x6557e4=_0x22c342&&this[_0x2f9e37(0x29d)][_0x2f9e37(0x29a)];globals[_0x2f9e37(0x26b)](_0x3c6721['mLwcQ'],_0x6557e4),globals[_0x2f9e37(0x26b)](_0x3c6721[_0x2f9e37(0x1f1)],null),this[_0x2f9e37(0x29d)][_0x2f9e37(0x23a)]=this['currentTest'][_0x2f9e37(0x29a)];if(_0x3c6721[_0x2f9e37(0x26d)](isAccessibilityAutomationSession)&&_0x53b123&&Array[_0x2f9e37(0x269)](global[_0x2f9e37(0x214)])&&_0x3c6721['ybwhv'](global[_0x2f9e37(0x214)][_0x2f9e37(0x1e8)],0x0)&&globals[_0x2f9e37(0x26e)](_0x3c6721[_0x2f9e37(0x285)]))try{const _0x456ee7=await global[_0x2f9e37(0x214)][0x0][_0x2f9e37(0x25c)];if(_0x456ee7){let _0xf3d0a1=!![];const _0x3c784e=await global[_0x2f9e37(0x214)][0x0][_0x2f9e37(0x215)]();let _0x5339ee;try{_0x5339ee=new URL(_0x3c784e),_0xf3d0a1=_0x3c6721[_0x2f9e37(0x20b)](_0x5339ee['protocol'],_0x3c6721[_0x2f9e37(0x24d)])||_0x3c6721[_0x2f9e37(0x20b)](_0x5339ee[_0x2f9e37(0x202)],_0x3c6721[_0x2f9e37(0x27a)]);}catch(_0x5c0979){_0xf3d0a1=![];}_0xf3d0a1&&(this[_0x2f9e37(0x29d)][_0x2f9e37(0x29a)]&&logger[_0x2f9e37(0x20e)](_0x3c6721['kyrwD'])),this['currentTest'][_0x2f9e37(0x23a)]=this[_0x2f9e37(0x29d)][_0x2f9e37(0x29a)],_0x6557e4&&logger[_0x2f9e37(0x20e)](_0x3c6721[_0x2f9e37(0x263)]);}}catch(_0x256c84){logger[_0x2f9e37(0x1ed)](_0x2f9e37(0x209)+util[_0x2f9e37(0x1f5)](_0x256c84));}_0x3c6721[_0x2f9e37(0x1eb)](_0x33513c);})['then'](()=>{_0x191613['nuCGK'](_0x52a6e1);});},{'platform':_0x191613[_0x358c63(0x24e)](nestedKeyValue,global[_0x358c63(0x208)],[_0x191613[_0x358c63(0x25e)]]),'hookType':_0x191613[_0x358c63(0x228)]})();},'afterEach'(_0x1ab740){const _0x428925=a40_0x10dc9d,_0x556906={'xmGnQ':_0x428925(0x2a2),'itIyW':function(_0x3521e6,_0x3365b0){return _0x3521e6>_0x3365b0;},'NpMHZ':function(_0x57466b,_0x19536a){return _0x57466b===_0x19536a;},'UckTa':_0x428925(0x224),'YsIcr':_0x428925(0x1ff),'HtemJ':function(_0x1ef251,_0x3eb9e7,_0xf8f9d4,_0x3e56ec){return _0x1ef251(_0x3eb9e7,_0xf8f9d4,_0x3e56ec);},'xcZUb':_0x428925(0x279),'IqPDj':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','tLmYv':'bstackA11yShouldScan','BEWvm':'Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','zauTc':_0x428925(0x1fc),'zcdAp':_0x428925(0x205),'MPMMR':_0x428925(0x28e),'wepmz':_0x428925(0x21c),'qBsLR':_0x428925(0x206),'sXbmd':_0x428925(0x2a1),'ITefm':_0x428925(0x271),'xVSQr':function(_0x5d06e4){return _0x5d06e4();},'hbSEp':function(_0x10fcd3,_0x12bd18,_0x2bd716){return _0x10fcd3(_0x12bd18,_0x2bd716);},'mJcDF':function(_0x2f63c,_0x1d05a4,_0x3b84de){return _0x2f63c(_0x1d05a4,_0x3b84de);},'dCiYu':'debug','dZCSN':function(_0x4e4c88){return _0x4e4c88();},'JsWdx':function(_0x8bd9ec,_0x28cdea){return _0x8bd9ec!==_0x28cdea;},'VrxNv':_0x428925(0x24f),'buqGj':function(_0x3c5fdd,_0xa0f231,_0x4ab233){return _0x3c5fdd(_0xa0f231,_0x4ab233);},'rTYZR':function(_0x231494,_0x488e63){return _0x231494+_0x488e63;},'LAaAM':_0x428925(0x29b),'iOeQN':_0x428925(0x1ed),'aSaKs':function(_0x14666d,_0x299434,_0x58ab4d){return _0x14666d(_0x299434,_0x58ab4d);},'FYkWG':_0x428925(0x281),'baptN':_0x428925(0x20e),'PuxyA':'Mocha','UezEX':function(_0x3aca73,_0x2c305c,_0x18d8b9){return _0x3aca73(_0x2c305c,_0x18d8b9);},'nMKTU':_0x428925(0x262),'gLBOK':_0x428925(0x22f)},_0x56d77b='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x556906[_0x428925(0x1fb)]]),global['sessionName']=this['currentTest'][_0x428925(0x217)]()[_0x428925(0x243)](_0x556906[_0x428925(0x27f)]),PerformanceTester[_0x428925(0x1fd)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x3e451f=_0x428925,_0x42d34f={'wuaye':function(_0x446802,_0x49da00){const _0xafea2f=a40_0x2604;return _0x556906[_0xafea2f(0x28a)](_0x446802,_0x49da00);},'fxKHg':_0x556906['VrxNv'],'EjPBP':function(_0x2b806e,_0x7a321f,_0x504cdb){const _0x481d9a=a40_0x2604;return _0x556906[_0x481d9a(0x1f0)](_0x2b806e,_0x7a321f,_0x504cdb);},'hnrRX':function(_0x36e526,_0x5d173b){return _0x556906['rTYZR'](_0x36e526,_0x5d173b);},'pVQcO':_0x556906[_0x3e451f(0x223)],'zuffo':_0x556906[_0x3e451f(0x267)],'ZAySY':function(_0x351a87,_0x59b432,_0x307aa8){const _0x547cf5=_0x3e451f;return _0x556906[_0x547cf5(0x1f6)](_0x351a87,_0x59b432,_0x307aa8);},'JUfST':_0x556906[_0x3e451f(0x278)],'QMKsW':_0x556906['baptN']},_0x55fc8d=async(_0x3ed084,_0x1f0b3a)=>{const _0x571df4=_0x3e451f;await global[_0x571df4(0x214)][0x0][_0x571df4(0x26a)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x3ed084+_0x571df4(0x1f8)+_0x1f0b3a+_0x571df4(0x250));};new Promise(async _0x29ad7e=>{const _0x5c03c2=_0x3e451f,_0x1459ca={};_0x1459ca[_0x5c03c2(0x207)]=_0x556906[_0x5c03c2(0x27f)];const _0x210bfe=_0x1459ca;try{_0x556906['itIyW'](global[_0x5c03c2(0x214)][_0x5c03c2(0x1e8)],0x1)&&(await global[_0x5c03c2(0x2a0)](),global[_0x5c03c2(0x214)][_0x5c03c2(0x1f7)](),global[_0x5c03c2(0x20d)]=[],global[_0x5c03c2(0x27b)]=![]);try{if(global['percy']&&_0x556906[_0x5c03c2(0x2a4)](global[_0x5c03c2(0x237)],_0x556906['UckTa'])&&global[_0x5c03c2(0x214)][0x0]){const _0xa3822e=_0x556906[_0x5c03c2(0x239)](global['capabilities'][_0x5c03c2(0x1e8)],0x0)?!!global[_0x5c03c2(0x276)][0x0][_0x5c03c2(0x238)]||!!global[_0x5c03c2(0x276)][0x0][_0x556906[_0x5c03c2(0x211)]]:![],_0x43bf6a={};_0x43bf6a[_0x5c03c2(0x238)]=_0xa3822e,await _0x556906[_0x5c03c2(0x24a)](percyAutoCapture,global[_0x5c03c2(0x214)][0x0],_0x556906[_0x5c03c2(0x235)],_0x43bf6a);}}catch(_0x20464b){logger[_0x5c03c2(0x25b)]('Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20'+_0x20464b);}!global[_0x5c03c2(0x290)]&&(await PerformanceTester[_0x5c03c2(0x1fd)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x1f230d=_0x5c03c2;await global[_0x1f230d(0x214)][0x0]['executeScript'](_0x1f230d(0x1e9)+JSON[_0x1f230d(0x251)](this[_0x1f230d(0x29d)]['titlePath']()['join'](_0x210bfe[_0x1f230d(0x207)]))+'}}');})(),global[_0x5c03c2(0x214)][0x0]['sessionNameSet__']=!![]),await PerformanceTester[_0x5c03c2(0x1fd)](PerformanceAutEvents[_0x5c03c2(0x24c)],async()=>{const _0x730400=_0x5c03c2,_0x4d84c7=_0x42d34f[_0x730400(0x299)](this['currentTest'][_0x730400(0x203)],_0x42d34f[_0x730400(0x244)]);_0x4d84c7?(global[_0x730400(0x27b)]=!![],global[_0x730400(0x20d)][_0x730400(0x21a)](this[_0x730400(0x29d)][_0x730400(0x29f)][_0x730400(0x21d)]),await _0x42d34f['EjPBP'](_0x55fc8d,JSON['stringify'](_0x42d34f['hnrRX'](_0x42d34f[_0x730400(0x293)],this[_0x730400(0x29d)][_0x730400(0x29f)][_0x730400(0x21d)])),_0x42d34f[_0x730400(0x292)])):await _0x42d34f[_0x730400(0x231)](_0x55fc8d,JSON[_0x730400(0x251)](_0x42d34f[_0x730400(0x26f)]),_0x42d34f[_0x730400(0x259)]);})();}catch(_0x53d4ab){logger[_0x5c03c2(0x25b)](_0x5c03c2(0x1f2)+_0x53d4ab);}try{if(this[_0x5c03c2(0x29d)][_0x5c03c2(0x23a)]&&globals[_0x5c03c2(0x26e)](_0x556906[_0x5c03c2(0x234)])){logger[_0x5c03c2(0x20e)](_0x556906[_0x5c03c2(0x20f)]);const _0x180b60={};_0x180b60[_0x5c03c2(0x255)]=this[_0x5c03c2(0x29d)][_0x5c03c2(0x2a3)],_0x180b60[_0x5c03c2(0x21e)]=process[_0x5c03c2(0x266)][testHubConstants['ENV_VAR'][_0x5c03c2(0x22b)]],_0x180b60[_0x5c03c2(0x280)]=process[_0x5c03c2(0x266)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']];const _0x36a444=_0x180b60;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x5c03c2(0x251)](_0x36a444));if(globals['getGlobal'](_0x556906[_0x5c03c2(0x286)])){logger[_0x5c03c2(0x25b)](_0x556906['BEWvm']);const _0x2d5f7f={};_0x2d5f7f['command']=_0x556906[_0x5c03c2(0x28d)];const _0x136db7=await PerformanceTester[_0x5c03c2(0x1fd)](PerformanceA11yEvents[_0x5c03c2(0x226)],async()=>{const _0x140335=_0x5c03c2;return await accessibilityRetryHelper[_0x140335(0x23f)](global[_0x140335(0x214)][0x0],global['browserstackSessionName']);},_0x2d5f7f)();_0x136db7?logger[_0x5c03c2(0x25b)](_0x556906[_0x5c03c2(0x27d)]):logger[_0x5c03c2(0x284)](_0x556906[_0x5c03c2(0x227)]);}else logger[_0x5c03c2(0x25b)](_0x556906['wepmz']);const _0x1b4a8d=await PerformanceTester[_0x5c03c2(0x1fd)](PerformanceA11yEvents[_0x5c03c2(0x274)],async()=>{const _0x188dea=_0x5c03c2;return await accessibilityRetryHelper[_0x188dea(0x26c)](global['__drivers'][0x0],_0x36a444);})();_0x1b4a8d?logger[_0x5c03c2(0x25b)](_0x556906[_0x5c03c2(0x212)]):logger[_0x5c03c2(0x284)](_0x556906[_0x5c03c2(0x21f)]),logger[_0x5c03c2(0x20e)](_0x556906[_0x5c03c2(0x1fa)]);}}catch(_0x3296e2){logger[_0x5c03c2(0x1ed)](_0x5c03c2(0x232)+this[_0x5c03c2(0x29d)][_0x5c03c2(0x217)]()+_0x5c03c2(0x294),_0x3296e2);}try{try{if(_0x556906[_0x5c03c2(0x27e)](shouldProcessEventForTesthub)){global[_0x5c03c2(0x214)][0x0]&&await _0x556906['hbSEp'](sendPlatformDetails,global[_0x5c03c2(0x214)][0x0],this['currentTest']?this[_0x5c03c2(0x29d)]['testAnalyticsId']:null);if(_0x556906[_0x5c03c2(0x27e)](isBrowserstackInfra)){PerformanceTester[_0x5c03c2(0x1f9)](PerformanceO11yEvents['SYNC']);const _0x50b9bf=_0x5c03c2(0x22d)+Date[_0x5c03c2(0x288)]();await _0x556906['mJcDF'](_0x55fc8d,JSON['stringify'](_0x50b9bf),_0x556906[_0x5c03c2(0x20a)]),PerformanceTester[_0x5c03c2(0x27c)](PerformanceO11yEvents[_0x5c03c2(0x254)]);}}}catch(_0x288188){logger['debug'](_0x5c03c2(0x258)+_0x288188),PerformanceTester[_0x5c03c2(0x27c)](PerformanceO11yEvents['SYNC'],![],_0x288188);}_0x556906[_0x5c03c2(0x239)](global[_0x5c03c2(0x214)][0x0][_0x5c03c2(0x245)],0x0)&&await global['driverCleanup']();}catch(_0xabdba){logger[_0x5c03c2(0x25b)](_0x5c03c2(0x29e)+_0xabdba);}_0x556906['dZCSN'](_0x29ad7e);})[_0x3e451f(0x289)](()=>{const _0x1f3626=_0x3e451f;_0x556906[_0x1f3626(0x27e)](_0x1ab740);});},{'platform':_0x556906[_0x428925(0x272)](nestedKeyValue,global[_0x428925(0x208)],[_0x556906[_0x428925(0x1f4)]]),'hookType':_0x556906[_0x428925(0x270)]})();},'afterAll'(_0x18bf14){const _0x1019c9=a40_0x10dc9d,_0x48cebd={'VwnDt':function(_0x33c6e7){return _0x33c6e7();},'EOGSV':'Mocha','GeMha':function(_0x1f16f5,_0x2f049c,_0x17a9c2){return _0x1f16f5(_0x2f049c,_0x17a9c2);},'dEDVo':_0x1019c9(0x262),'hnBkF':'afterAll'},_0x5758f3='browserstack internal helper hook';this[_0x1019c9(0x24b)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x48cebd['EOGSV']]),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x1019c9(0x230)],()=>{const _0x5a08c3=_0x1019c9,_0xecfd0b={'TOXkf':function(_0xdadebd){const _0x412b21=a40_0x2604;return _0x48cebd[_0x412b21(0x296)](_0xdadebd);},'EQrsO':function(_0x146dd3){const _0x1174ec=a40_0x2604;return _0x48cebd[_0x1174ec(0x296)](_0x146dd3);}};new Promise(async _0x442330=>{const _0x275a0b=a40_0x2604;await global[_0x275a0b(0x2a0)](),_0xecfd0b['TOXkf'](_0x442330);})[_0x5a08c3(0x289)]()[_0x5a08c3(0x25f)](()=>{const _0x159512=_0x5a08c3;_0xecfd0b[_0x159512(0x277)](_0x18bf14);});},{'platform':_0x48cebd['GeMha'](nestedKeyValue,global[_0x1019c9(0x208)],[_0x48cebd[_0x1019c9(0x25d)]]),'hookType':_0x48cebd[_0x1019c9(0x273)]})();}};
1
+ const a40_0x326c75=a40_0xc9da;function a40_0xc9da(_0x42a949,_0x44a561){const _0x1afbab=a40_0x1afb();return a40_0xc9da=function(_0xc9dace,_0x4f9a71){_0xc9dace=_0xc9dace-0x1a2;let _0x2548a3=_0x1afbab[_0xc9dace];return _0x2548a3;},a40_0xc9da(_0x42a949,_0x44a561);}(function(_0xf4b15e,_0x18a9a1){const _0x1bf4cc=a40_0xc9da,_0x180085=_0xf4b15e();while(!![]){try{const _0xcd840e=parseInt(_0x1bf4cc(0x1e7))/0x1+-parseInt(_0x1bf4cc(0x216))/0x2*(parseInt(_0x1bf4cc(0x1fa))/0x3)+-parseInt(_0x1bf4cc(0x1cb))/0x4+-parseInt(_0x1bf4cc(0x1c6))/0x5*(-parseInt(_0x1bf4cc(0x25a))/0x6)+-parseInt(_0x1bf4cc(0x1c9))/0x7*(-parseInt(_0x1bf4cc(0x1cd))/0x8)+-parseInt(_0x1bf4cc(0x1ad))/0x9*(parseInt(_0x1bf4cc(0x25d))/0xa)+parseInt(_0x1bf4cc(0x23b))/0xb;if(_0xcd840e===_0x18a9a1)break;else _0x180085['push'](_0x180085['shift']());}catch(_0x1c426c){_0x180085['push'](_0x180085['shift']());}}}(a40_0x1afb,0xee89e));function a40_0x1afb(){const _0x1041ea=['sUadh','titlePath','../../helpers/accessibility-automation/helper','XFhAT','./test-observability/mochaUtils','start','kooDx','381938qlqraB','length','AdCaJ','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','wUZeD','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','timeout','bkmAL','KAunq','__skipSessionName','ONiIS','qnRyv','SAVE_RESULTS','fNqVd','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','skJRX','../../helpers/testhub/utils','executeScript','baJoA','697548joRdaG','BROWSERSTACK_TESTHUB_UUID','.\x20Error\x20:','bDOQG','browserstackSessionName','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','HtnuA','quitCount_','isAccessibilityPlatform','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','error','mQFLC','aQknC','PERFORM_SCAN','zxrFm','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','fKJQc','vrSlR','qdEcg','message','yzNZg','../../helpers/testhub/constants','bstackA11yShouldScan','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','FeJzZ','__error_messages__','ObfVO','xyFjr','4CbtEWC','passed','zNNoj','util','currentTest','dvNao','SYNC','QUOOm','qXaMP','koELf','../../helpers/performance/performance-tester','sessionNameSet__','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','pIvLN','initQuit','sJhtD','stringify','measureWrapper','WfAVp','browserstackTestName','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','__sessionFailed','setGlobal','accessibilityScanStarted','../utils/constants','bdxeI','state','UnmqO','beforeEach','Rjdnj','lBesY','ZFdPf','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','parse','percy','session_','shift','9708138OQsNDU','shouldScanTestForAccessibility','testAnalyticsId','ElzNn','performScanWithRetry','testcase','beforeAll','QuHVt','Mocha','../../helpers/helper','sessionName','Failed\x20to\x20store\x20session\x20name:\x20','lGnil','thBuildUuid','mfbcP','sHNCx','avOqE','info','index','../../helpers/logger','\x22}}','afterTest','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','ObservabilitySync:','Buzrg','MGlYM','end','../../helpers/percy/utils','warn','__platformCaps','Passed','9552474zEKDtM','appium:app','xgYwu','1540phFTCg','__drivers','startMonitoring','tlefd','saveAccessibilityResultsWithRetry','GEroy','format','https:',',\x22level\x22:\x20\x22','PFdCO','finally','err','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','JunLI','capabilities','BSHLO','YqmqW','CjLXx','afterAll','app','PUWLr','protocol','AgIdx','55791YSENNB','ENV_VAR','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','autoScanning','Automate\x20test\x20case\x20execution\x20has\x20started.','nHINb','SDK_HOOK','gwzru','EPrKU','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','bmWEL','\x20-\x20','xYPAM','zOKWe','kibWT','driverCleanup','pLdFH','Failed:\x20','thTestRunUuid','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','join','BROWSERSTACK_TESTHUB_JWT','installAll','thJwtToken','5hqNtLk','NbScf','afterEach','86086ELSsPx','command','4544932AslIjs','Accessibility\x20scan\x20completed\x20successfully','440EXbFvt','SESSION_NAME','then','JvSHm','hoSsZ','MoHdD','ktjNw','debug','hEeOG','getGlobal','XpbtV','bQtSa','SESSION_STATUS','../../helpers/performance/constants','env','http:','Accessibility\x20results\x20saved\x20successfully','../../helpers/accessibility-automation/accessibilityRetryHelper','vzbie'];a40_0x1afb=function(){return _0x1041ea;};return a40_0x1afb();}const util=require(a40_0x326c75(0x219)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a40_0x326c75(0x1e2)),accessibilityRetryHelper=require(a40_0x326c75(0x1de)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a40_0x326c75(0x22e)),{percyAutoCapture}=require(a40_0x326c75(0x256)),{sendPlatformDetails}=require(a40_0x326c75(0x1e4)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a40_0x326c75(0x244)),PerformanceTester=require(a40_0x326c75(0x220)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a40_0x326c75(0x1da)),globals=require('../../helpers/globals'),logger=require(a40_0x326c75(0x24e))['winstonLogger'],{shouldProcessEventForTesthub}=require(a40_0x326c75(0x1f7)),testHubConstants=require(a40_0x326c75(0x20f));try{require('../../helpers/driverInitErrorReporter')[a40_0x326c75(0x1c4)]('mocha');}catch(a40_0x1cb5e3){logger[a40_0x326c75(0x1d4)]('driver-init\x20capture\x20install\x20failed:\x20'+(a40_0x1cb5e3&&a40_0x1cb5e3[a40_0x326c75(0x20d)]));}exports['mochaHooks']={'beforeAll'(){const _0x5d7e3b=a40_0x326c75,_0x41d5a1={'xgYwu':function(_0x543bf8,_0x43640f,_0x10838b,_0x4fc93a){return _0x543bf8(_0x43640f,_0x10838b,_0x4fc93a);},'skJRX':'failed','QUOOm':'\x20|\x20','avOqE':function(_0x5877a7,_0x75d024,_0x30d205){return _0x5877a7(_0x75d024,_0x30d205);},'DKQwH':_0x5d7e3b(0x217),'ZFdPf':function(_0x354e00){return _0x354e00();},'kooDx':_0x5d7e3b(0x24d),'bmWEL':_0x5d7e3b(0x241)};PerformanceTester[_0x5d7e3b(0x25f)]();const _0x43841='browserstack internal helper hook';PerformanceTester[_0x5d7e3b(0x227)](PerformanceSdkEvents[_0x5d7e3b(0x1b4)],()=>{const _0x40f589=_0x5d7e3b,_0x17ed9f={'iyuVH':function(_0x51d266,_0x217e37,_0x373a9c,_0x532ffc){const _0x78cbaa=a40_0xc9da;return _0x41d5a1[_0x78cbaa(0x25c)](_0x51d266,_0x217e37,_0x373a9c,_0x532ffc);},'pIvLN':_0x41d5a1[_0x40f589(0x1f6)],'NbScf':_0x41d5a1[_0x40f589(0x21d)],'PFdCO':function(_0x51ff96,_0x1f68b8,_0x37568d){const _0x1c5129=_0x40f589;return _0x41d5a1[_0x1c5129(0x24b)](_0x51ff96,_0x1f68b8,_0x37568d);},'KAunq':_0x41d5a1['DKQwH'],'JzhWQ':function(_0x20437b){const _0x302caa=_0x40f589;return _0x41d5a1[_0x302caa(0x235)](_0x20437b);}};global[_0x40f589(0x213)]=[],global[_0x40f589(0x22b)]=![],global[_0x40f589(0x1bd)]=async()=>{const _0x3433e6=_0x40f589;let _0x5c4a91=![];try{await global[_0x3433e6(0x25e)][0x0][_0x3433e6(0x239)],_0x5c4a91=!![],global['__sessionFailed']?await _0x17ed9f['iyuVH'](markSessionStatus,global[_0x3433e6(0x25e)][0x0],_0x17ed9f[_0x3433e6(0x223)],global[_0x3433e6(0x213)]['join'](_0x17ed9f[_0x3433e6(0x1c7)])):await _0x17ed9f['PFdCO'](markSessionStatus,global[_0x3433e6(0x25e)][0x0],_0x17ed9f[_0x3433e6(0x1ef)]);}catch(_0x3dcc54){logger[_0x3433e6(0x1d4)](_0x3433e6(0x209)+_0x3dcc54);}global[_0x3433e6(0x213)]=[],global['__sessionFailed']=![];if(_0x5c4a91)try{try{_0x17ed9f['JzhWQ'](shouldProcessEventForTesthub)&&(global[_0x3433e6(0x25e)][0x0]&&await _0x17ed9f[_0x3433e6(0x266)](sendPlatformDetails,global[_0x3433e6(0x25e)][0x0],this[_0x3433e6(0x21a)]?this['currentTest'][_0x3433e6(0x23d)]:null));}catch(_0x327fee){logger[_0x3433e6(0x1d4)](_0x3433e6(0x251)+_0x327fee);}await global[_0x3433e6(0x25e)][0x0][_0x3433e6(0x224)]();}catch(_0x42be9e){logger[_0x3433e6(0x1d4)](_0x3433e6(0x1af)+_0x42be9e);}};},{'platform':_0x41d5a1['avOqE'](nestedKeyValue,global[_0x5d7e3b(0x258)],[_0x41d5a1[_0x5d7e3b(0x1e6)]]),'hookType':_0x41d5a1[_0x5d7e3b(0x1b8)]})();},'beforeEach'(_0x5f003e){const _0x40ad56=a40_0x326c75,_0x54fc11={'fNqVd':function(_0xb21cb2,_0x571610){return _0xb21cb2>_0x571610;},'QuHVt':'\x20-\x20','mfbcP':function(_0x42bd81,_0x4805aa,_0x4067cc){return _0x42bd81(_0x4805aa,_0x4067cc);},'HtnuA':function(_0x41a521,_0x3b691f){return _0x41a521===_0x3b691f;},'lGnil':_0x40ad56(0x210),'hoSsZ':'bstackA11yScanOptions','AgIdx':function(_0x4ec55e){return _0x4ec55e();},'YFzAx':_0x40ad56(0x202),'vrSlR':function(_0x225949,_0x424156){return _0x225949===_0x424156;},'BFPdN':_0x40ad56(0x1dc),'UlKgF':function(_0x16b0b8,_0x290f8f){return _0x16b0b8===_0x290f8f;},'aHiwn':_0x40ad56(0x264),'XVBvO':_0x40ad56(0x1ff),'JvSHm':_0x40ad56(0x1b2),'MGlYM':function(_0x252a86){return _0x252a86();},'ZldcS':function(_0x450fa9){return _0x450fa9();},'WfAVp':_0x40ad56(0x229),'AdCaJ':function(_0x5ca1b8,_0x919a89,_0x20d0d3){return _0x5ca1b8(_0x919a89,_0x20d0d3);},'ObfVO':_0x40ad56(0x24d),'xPqkX':_0x40ad56(0x232)};globals[_0x40ad56(0x22c)](_0x54fc11[_0x40ad56(0x228)],this[_0x40ad56(0x21a)][_0x40ad56(0x1e1)]()['join'](_0x54fc11[_0x40ad56(0x242)])),PerformanceTester[_0x40ad56(0x227)](PerformanceSdkEvents[_0x40ad56(0x1b4)],()=>{const _0x560d8e=_0x40ad56,_0x285f1f={'xYPAM':function(_0x256ac9,_0x9a0952){const _0x49b84c=a40_0xc9da;return _0x54fc11[_0x49b84c(0x1f4)](_0x256ac9,_0x9a0952);},'bQtSa':function(_0x1b88d5,_0x541c0c){return _0x54fc11['fNqVd'](_0x1b88d5,_0x541c0c);},'GEroy':_0x54fc11['QuHVt'],'zOKWe':function(_0x168ecc,_0x455292,_0x13289d){const _0x285ac5=a40_0xc9da;return _0x54fc11[_0x285ac5(0x249)](_0x168ecc,_0x455292,_0x13289d);},'bDOQG':function(_0x5eabb7,_0x8bcadb){const _0x30245a=a40_0xc9da;return _0x54fc11[_0x30245a(0x200)](_0x5eabb7,_0x8bcadb);},'qXaMP':_0x54fc11[_0x560d8e(0x247)],'EPrKU':_0x54fc11[_0x560d8e(0x1d1)],'YqmqW':function(_0x1e5792){const _0x285261=_0x560d8e;return _0x54fc11[_0x285261(0x1ac)](_0x1e5792);},'yzNZg':_0x54fc11['YFzAx'],'fCSaO':function(_0xc0c7fb,_0x29b2ae){const _0x626e9c=_0x560d8e;return _0x54fc11[_0x626e9c(0x20b)](_0xc0c7fb,_0x29b2ae);},'zNNoj':_0x54fc11['BFPdN'],'JunLI':function(_0x952acb,_0x5b54c6){return _0x54fc11['UlKgF'](_0x952acb,_0x5b54c6);},'BpLhC':_0x54fc11['aHiwn'],'sUadh':_0x54fc11['XVBvO'],'tlefd':_0x54fc11[_0x560d8e(0x1d0)],'qdEcg':function(_0xe6963a){const _0x1c9d38=_0x560d8e;return _0x54fc11[_0x1c9d38(0x254)](_0xe6963a);},'vhfgl':function(_0x147bc2){return _0x54fc11['ZldcS'](_0x147bc2);}},_0x2ecd11='browserstack internal helper hook';new Promise(async _0xd82a2a=>{const _0x342ec1=_0x560d8e;let _0x4359ab=!![];try{_0x285f1f[_0x342ec1(0x1ba)](global[_0x342ec1(0x25e)][_0x342ec1(0x1e8)],0x1)&&(await global['driverCleanup'](),global[_0x342ec1(0x25e)][_0x342ec1(0x23a)]()),_0x285f1f[_0x342ec1(0x1d8)](global[_0x342ec1(0x25e)][0x0]['quitCount_'],0x0)&&(_0x4359ab=![],await global[_0x342ec1(0x1bd)]());}catch(_0x518fa7){logger[_0x342ec1(0x1d4)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x518fa7);}try{Array['isArray'](global[_0x342ec1(0x25e)])&&global[_0x342ec1(0x25e)][0x0]&&(global[_0x342ec1(0x25e)][0x0][_0x342ec1(0x1fe)]=this['currentTest'][_0x342ec1(0x1e1)]()[_0x342ec1(0x1c2)](_0x285f1f[_0x342ec1(0x262)])),global[_0x342ec1(0x1fe)]=this[_0x342ec1(0x21a)][_0x342ec1(0x1e1)]()[_0x342ec1(0x1c2)](_0x285f1f[_0x342ec1(0x262)]);}catch(_0x480fa7){logger[_0x342ec1(0x1d4)](_0x342ec1(0x246)+_0x480fa7);}this[_0x342ec1(0x21a)][_0x342ec1(0x23c)]=_0x285f1f[_0x342ec1(0x1bb)](shouldScanTestForAccessibility,this[_0x342ec1(0x21a)][_0x342ec1(0x1e1)](),!![]);let _0x427645=!![];try{const _0x55a9cc=JSON[_0x342ec1(0x237)](process[_0x342ec1(0x1db)][_0x342ec1(0x1ec)]||'{}');_0x285f1f[_0x342ec1(0x1fd)](_0x55a9cc[_0x342ec1(0x1b1)],![])&&(_0x427645=![]);}catch(_0x1b0dd4){logger['debug']('Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x1b0dd4[_0x342ec1(0x20d)]);}const _0x6dda43=_0x427645&&this['currentTest'][_0x342ec1(0x23c)];globals[_0x342ec1(0x22c)](_0x285f1f[_0x342ec1(0x21e)],_0x6dda43),globals[_0x342ec1(0x22c)](_0x285f1f[_0x342ec1(0x1b6)],null),this[_0x342ec1(0x21a)][_0x342ec1(0x22d)]=this[_0x342ec1(0x21a)][_0x342ec1(0x23c)];if(_0x285f1f[_0x342ec1(0x1a6)](isAccessibilityAutomationSession)&&_0x4359ab&&Array['isArray'](global[_0x342ec1(0x25e)])&&_0x285f1f[_0x342ec1(0x1d8)](global[_0x342ec1(0x25e)][_0x342ec1(0x1e8)],0x0)&&globals['getGlobal'](_0x285f1f[_0x342ec1(0x20e)]))try{const _0x5cdd96=await global['__drivers'][0x0][_0x342ec1(0x239)];if(_0x5cdd96){let _0x4b9eb2=!![];const _0x996000=await global[_0x342ec1(0x25e)][0x0]['getCurrentUrl']();let _0x154dc6;try{_0x154dc6=new URL(_0x996000),_0x4b9eb2=_0x285f1f['fCSaO'](_0x154dc6[_0x342ec1(0x1ab)],_0x285f1f[_0x342ec1(0x218)])||_0x285f1f[_0x342ec1(0x1a3)](_0x154dc6[_0x342ec1(0x1ab)],_0x285f1f['BpLhC']);}catch(_0x2060a9){_0x4b9eb2=![];}_0x4b9eb2&&(this[_0x342ec1(0x21a)][_0x342ec1(0x23c)]&&logger[_0x342ec1(0x24c)](_0x285f1f[_0x342ec1(0x1e0)])),this[_0x342ec1(0x21a)][_0x342ec1(0x22d)]=this['currentTest'][_0x342ec1(0x23c)],_0x6dda43&&logger[_0x342ec1(0x24c)](_0x285f1f[_0x342ec1(0x260)]);}}catch(_0x13b2d6){logger[_0x342ec1(0x204)](_0x342ec1(0x1a2)+util[_0x342ec1(0x263)](_0x13b2d6));}_0x285f1f[_0x342ec1(0x20c)](_0xd82a2a);})[_0x560d8e(0x1cf)](()=>{_0x285f1f['vhfgl'](_0x5f003e);});},{'platform':_0x54fc11[_0x40ad56(0x1e9)](nestedKeyValue,global[_0x40ad56(0x258)],[_0x54fc11[_0x40ad56(0x214)]]),'hookType':_0x54fc11['xPqkX']})();},'afterEach'(_0x989d10){const _0x5cde75=a40_0x326c75,_0x2b7481={'koELf':_0x5cde75(0x1b9),'GuqMg':function(_0x37e7ff,_0x341482){return _0x37e7ff!==_0x341482;},'hEeOG':_0x5cde75(0x217),'TmmVW':function(_0x1b4144,_0x15a845,_0x2ec18f){return _0x1b4144(_0x15a845,_0x2ec18f);},'mQFLC':function(_0x418224,_0x1f45e9){return _0x418224+_0x1f45e9;},'Nccti':_0x5cde75(0x1bf),'BSHLO':_0x5cde75(0x204),'XFhAT':_0x5cde75(0x259),'nHINb':'info','wUZeD':function(_0x1f82de,_0xb1dcb9){return _0x1f82de>_0xb1dcb9;},'ONiIS':function(_0x5b60c0,_0x43f820){return _0x5b60c0===_0x43f820;},'XvYuD':_0x5cde75(0x240),'SGcms':function(_0xeb8f1b,_0x2265e1){return _0xeb8f1b>_0x2265e1;},'MMJGJ':_0x5cde75(0x25b),'lVGRd':function(_0x803011,_0x390ea0,_0xc48735,_0x2f8805){return _0x803011(_0x390ea0,_0xc48735,_0x2f8805);},'baJoA':_0x5cde75(0x202),'sHNCx':_0x5cde75(0x1b7),'TOgVF':_0x5cde75(0x210),'ktjNw':_0x5cde75(0x1f5),'qnRyv':_0x5cde75(0x250),'fKJQc':_0x5cde75(0x1cc),'Buzrg':'Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','bkmAL':_0x5cde75(0x203),'bdxeI':_0x5cde75(0x1dd),'CjLXx':'Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','dxLJJ':_0x5cde75(0x22a),'sJhtD':function(_0x5972f5){return _0x5972f5();},'pLdFH':function(_0x5efad3,_0x11a072,_0x56b06f){return _0x5efad3(_0x11a072,_0x56b06f);},'zxrFm':function(_0x1a4711){return _0x1a4711();},'Rjdnj':function(_0x39f412,_0x38bef3,_0x373120){return _0x39f412(_0x38bef3,_0x373120);},'vzbie':_0x5cde75(0x1d4),'TQKMu':function(_0x1fe405,_0x19fdfe){return _0x1fe405>_0x19fdfe;},'kibWT':'Mocha','aQknC':function(_0x345709,_0x4ce94b,_0x388ee7){return _0x345709(_0x4ce94b,_0x388ee7);},'QaJLd':_0x5cde75(0x24d),'ivOGw':_0x5cde75(0x1c8)},_0x2eebc7='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x2b7481[_0x5cde75(0x1bc)]]),global[_0x5cde75(0x245)]=this[_0x5cde75(0x21a)][_0x5cde75(0x1e1)]()[_0x5cde75(0x1c2)](_0x2b7481[_0x5cde75(0x21f)]),PerformanceTester[_0x5cde75(0x227)](PerformanceSdkEvents[_0x5cde75(0x1b4)],()=>{const _0x4ca7aa=async(_0x5e33e1,_0x20a5f8)=>{const _0x1cb15b=a40_0xc9da;await global[_0x1cb15b(0x25e)][0x0][_0x1cb15b(0x1f8)](_0x1cb15b(0x236)+_0x5e33e1+_0x1cb15b(0x265)+_0x20a5f8+_0x1cb15b(0x24f));};new Promise(async _0x647a1a=>{const _0x3e87b7=a40_0xc9da,_0x3506be={'FeJzZ':_0x2b7481['koELf'],'dvNao':function(_0x41030b,_0x26b55f){return _0x2b7481['GuqMg'](_0x41030b,_0x26b55f);},'aiUia':_0x2b7481[_0x3e87b7(0x1d5)],'MoHdD':function(_0x6f9cff,_0x26fedd,_0x54fdb7){return _0x2b7481['TmmVW'](_0x6f9cff,_0x26fedd,_0x54fdb7);},'ElzNn':function(_0x147f02,_0x20e354){const _0x573341=_0x3e87b7;return _0x2b7481[_0x573341(0x205)](_0x147f02,_0x20e354);},'LYwJj':_0x2b7481['Nccti'],'IHPjn':_0x2b7481[_0x3e87b7(0x1a5)],'xyFjr':_0x2b7481[_0x3e87b7(0x1e3)],'PUWLr':_0x2b7481[_0x3e87b7(0x1b3)]};try{_0x2b7481[_0x3e87b7(0x1eb)](global['__drivers'][_0x3e87b7(0x1e8)],0x1)&&(await global[_0x3e87b7(0x1bd)](),global['__drivers'][_0x3e87b7(0x23a)](),global[_0x3e87b7(0x213)]=[],global['__sessionFailed']=![]);try{if(global[_0x3e87b7(0x238)]&&_0x2b7481[_0x3e87b7(0x1f1)](global['percyCaptureMode'],_0x2b7481['XvYuD'])&&global[_0x3e87b7(0x25e)][0x0]){const _0x3cd227=_0x2b7481['SGcms'](global[_0x3e87b7(0x1a4)][_0x3e87b7(0x1e8)],0x0)?!!global['capabilities'][0x0][_0x3e87b7(0x1a9)]||!!global[_0x3e87b7(0x1a4)][0x0][_0x2b7481['MMJGJ']]:![],_0x3ee34a={};_0x3ee34a[_0x3e87b7(0x1a9)]=_0x3cd227,await _0x2b7481['lVGRd'](percyAutoCapture,global[_0x3e87b7(0x25e)][0x0],_0x2b7481['XvYuD'],_0x3ee34a);}}catch(_0x511909){logger['debug'](_0x3e87b7(0x1ea)+_0x511909);}!global[_0x3e87b7(0x1f0)]&&(await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x3e87b7(0x1ce)],async()=>{const _0x319d7f=_0x3e87b7;await global[_0x319d7f(0x25e)][0x0][_0x319d7f(0x1f8)](_0x319d7f(0x1c1)+JSON[_0x319d7f(0x226)](this[_0x319d7f(0x21a)]['titlePath']()['join'](_0x3506be[_0x319d7f(0x212)]))+'}}');})(),global['__drivers'][0x0][_0x3e87b7(0x221)]=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x3e87b7(0x1d9)],async()=>{const _0x1dd433=_0x3e87b7,_0x437afa=_0x3506be[_0x1dd433(0x21b)](this[_0x1dd433(0x21a)][_0x1dd433(0x230)],_0x3506be['aiUia']);_0x437afa?(global['__sessionFailed']=!![],global[_0x1dd433(0x213)]['push'](this['currentTest'][_0x1dd433(0x268)][_0x1dd433(0x20d)]),await _0x3506be[_0x1dd433(0x1d2)](_0x4ca7aa,JSON['stringify'](_0x3506be[_0x1dd433(0x23e)](_0x3506be['LYwJj'],this[_0x1dd433(0x21a)][_0x1dd433(0x268)]['message'])),_0x3506be['IHPjn'])):await _0x3506be[_0x1dd433(0x1d2)](_0x4ca7aa,JSON[_0x1dd433(0x226)](_0x3506be[_0x1dd433(0x215)]),_0x3506be[_0x1dd433(0x1aa)]);})();}catch(_0x49a76e){logger[_0x3e87b7(0x1d4)](_0x3e87b7(0x211)+_0x49a76e);}try{if(this[_0x3e87b7(0x21a)]['accessibilityScanStarted']&&globals[_0x3e87b7(0x1d6)](_0x2b7481[_0x3e87b7(0x1f9)])){logger[_0x3e87b7(0x24c)](_0x2b7481[_0x3e87b7(0x24a)]);const _0x16f75d={};_0x16f75d[_0x3e87b7(0x1c0)]=this[_0x3e87b7(0x21a)][_0x3e87b7(0x23d)],_0x16f75d[_0x3e87b7(0x248)]=process[_0x3e87b7(0x1db)][testHubConstants['ENV_VAR'][_0x3e87b7(0x1fb)]],_0x16f75d[_0x3e87b7(0x1c5)]=process[_0x3e87b7(0x1db)][testHubConstants[_0x3e87b7(0x1ae)][_0x3e87b7(0x1c3)]];const _0x418565=_0x16f75d;logger[_0x3e87b7(0x1d4)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x418565));if(globals[_0x3e87b7(0x1d6)](_0x2b7481['TOgVF'])){logger[_0x3e87b7(0x1d4)](_0x2b7481[_0x3e87b7(0x1d3)]);const _0x5cb6a2={};_0x5cb6a2[_0x3e87b7(0x1ca)]=_0x2b7481[_0x3e87b7(0x1f2)];const _0x188eda=await PerformanceTester[_0x3e87b7(0x227)](PerformanceA11yEvents[_0x3e87b7(0x207)],async()=>{const _0x35ce3f=_0x3e87b7;return await accessibilityRetryHelper[_0x35ce3f(0x23f)](global[_0x35ce3f(0x25e)][0x0],global[_0x35ce3f(0x1fe)]);},_0x5cb6a2)();_0x188eda?logger[_0x3e87b7(0x1d4)](_0x2b7481[_0x3e87b7(0x20a)]):logger[_0x3e87b7(0x257)](_0x2b7481[_0x3e87b7(0x253)]);}else logger['debug'](_0x2b7481[_0x3e87b7(0x1ee)]);const _0x165f5b=await PerformanceTester[_0x3e87b7(0x227)](PerformanceA11yEvents[_0x3e87b7(0x1f3)],async()=>{const _0x26461d=_0x3e87b7;return await accessibilityRetryHelper[_0x26461d(0x261)](global[_0x26461d(0x25e)][0x0],_0x418565);})();_0x165f5b?logger[_0x3e87b7(0x1d4)](_0x2b7481[_0x3e87b7(0x22f)]):logger[_0x3e87b7(0x257)](_0x2b7481[_0x3e87b7(0x1a7)]),logger[_0x3e87b7(0x24c)](_0x2b7481['dxLJJ']);}}catch(_0x572297){logger[_0x3e87b7(0x204)](_0x3e87b7(0x1b0)+this[_0x3e87b7(0x21a)][_0x3e87b7(0x1e1)]()+_0x3e87b7(0x1fc),_0x572297);}try{try{if(_0x2b7481['sJhtD'](shouldProcessEventForTesthub)){global['__drivers'][0x0]&&await _0x2b7481[_0x3e87b7(0x1be)](sendPlatformDetails,global[_0x3e87b7(0x25e)][0x0],this[_0x3e87b7(0x21a)]?this[_0x3e87b7(0x21a)][_0x3e87b7(0x23d)]:null);if(_0x2b7481[_0x3e87b7(0x208)](isBrowserstackInfra)){PerformanceTester[_0x3e87b7(0x1e5)](PerformanceO11yEvents[_0x3e87b7(0x21c)]);const _0xdd9b40=_0x3e87b7(0x252)+Date['now']();await _0x2b7481[_0x3e87b7(0x233)](_0x4ca7aa,JSON[_0x3e87b7(0x226)](_0xdd9b40),_0x2b7481[_0x3e87b7(0x1df)]),PerformanceTester[_0x3e87b7(0x255)](PerformanceO11yEvents[_0x3e87b7(0x21c)]);}}}catch(_0x21406b){logger['debug'](_0x3e87b7(0x222)+_0x21406b),PerformanceTester['end'](PerformanceO11yEvents[_0x3e87b7(0x21c)],![],_0x21406b);}_0x2b7481['TQKMu'](global[_0x3e87b7(0x25e)][0x0][_0x3e87b7(0x201)],0x0)&&await global[_0x3e87b7(0x1bd)]();}catch(_0x404d33){logger[_0x3e87b7(0x1d4)](_0x3e87b7(0x1af)+_0x404d33);}_0x2b7481[_0x3e87b7(0x225)](_0x647a1a);})['then'](()=>{const _0x396580=a40_0xc9da;_0x2b7481[_0x396580(0x208)](_0x989d10);});},{'platform':_0x2b7481[_0x5cde75(0x206)](nestedKeyValue,global[_0x5cde75(0x258)],[_0x2b7481['QaJLd']]),'hookType':_0x2b7481['ivOGw']})();},'afterAll'(_0x20ca9d){const _0x361456=a40_0x326c75,_0x78a2c0={'NHlTP':function(_0x39d778){return _0x39d778();},'UnmqO':_0x361456(0x243),'XpbtV':function(_0x495fab,_0x503b4a,_0x5d86fa){return _0x495fab(_0x503b4a,_0x5d86fa);},'gwzru':_0x361456(0x24d),'lBesY':_0x361456(0x1a8)},_0x37f17e='browserstack internal helper hook';this[_0x361456(0x1ed)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x78a2c0[_0x361456(0x231)]]),PerformanceTester[_0x361456(0x227)](PerformanceSdkEvents[_0x361456(0x1b4)],()=>{const _0x14b620=_0x361456;new Promise(async _0x590919=>{const _0x232d6b=a40_0xc9da;await global[_0x232d6b(0x1bd)](),_0x78a2c0['NHlTP'](_0x590919);})[_0x14b620(0x1cf)]()[_0x14b620(0x267)](()=>{_0x78a2c0['NHlTP'](_0x20ca9d);});},{'platform':_0x78a2c0[_0x361456(0x1d7)](nestedKeyValue,global[_0x361456(0x258)],[_0x78a2c0[_0x361456(0x1b5)]]),'hookType':_0x78a2c0[_0x361456(0x234)]})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a41_0x297fc1=a41_0xc186;function a41_0x5d91(){const _0x227ebd=['child_process','../../helpers/test-observability/constants','scriptRunner.js','stop','setBrowserstackConfig','null','jRQYH','kkWRZ','rzEek','FFxNZ','EdoNw','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','3358672sDKALP','O11yHashedID','warn','exports','FFDwz','bootstrap','UtQML','AhuEW','config','299780AnxlFo','NRMHi','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','cULqS','cFEHE','yzUxD','resolve','close','../v2/browserstackCLI','join','failures','launchBuild','call','nprqj','IWvdv','nBrfx','../../helpers/test-observability/requestQueueHandler','Newman\x20CLI\x20not\x20found:\x20','newman','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/test-observability/utils','index.js','BROWSERSTACK_TESTHUB_JWT','AuRuX','gTjTb','SZqby','createRequire','Failed\x20to\x20bootstrap\x20CLI:\x20','parallelsPerPlatform','ZUUuh','winstonLogger','MlSUL','CJzIH','MOZCY','Hqwki','testObservability','1589ZdxfMy','7251597uzqbVX','cli,browserstack','VORFV','iqffT','3926350cmudGa','gEVWG','XtQzH','juVev','configPath','ZMVHh','15184ZUxbsh','true','env','node','EUlBJ','oJmoU','1685271xtAusU','mqgPU','setFrameworkDetail','path','wVGCj','wuQFj','reporter','xtQfH','XmmTd','CcqIe','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','BROWSERSTACK_AUTOMATION','fnIVW','6motRfF','1qjKXAi','../../helpers/helper','browserstack','dCbfz','error','getInstance','NEWMAN','shutdown','module','yQDKy','MaDnQ','isRunning','944116rHHzDC','[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','message','slice','exitCode','HanRT','../../helpers/testhub/testhubHandler','concat','length','cwd','RtYNw',',browserstack','--reporters','LNLkZ','run','IKixn','_resolveFilename','dOOsw','DIcCB'];a41_0x5d91=function(){return _0x227ebd;};return a41_0x5d91();}(function(_0x11da42,_0x104821){const _0x151060=a41_0xc186,_0xa1cdbc=_0x11da42();while(!![]){try{const _0x29805c=-parseInt(_0x151060(0x1ba))/0x1*(parseInt(_0x151060(0x1c6))/0x2)+parseInt(_0x151060(0x1ac))/0x3+parseInt(_0x151060(0x1e5))/0x4+-parseInt(_0x151060(0x217))/0x5*(parseInt(_0x151060(0x1b9))/0x6)+parseInt(_0x151060(0x212))/0x7*(-parseInt(_0x151060(0x21d))/0x8)+parseInt(_0x151060(0x213))/0x9+-parseInt(_0x151060(0x1ee))/0xa;if(_0x29805c===_0x104821)break;else _0xa1cdbc['push'](_0xa1cdbc['shift']());}catch(_0x503604){_0xa1cdbc['push'](_0xa1cdbc['shift']());}}}(a41_0x5d91,0x7762e));const path=require(a41_0x297fc1(0x1af)),Module=require(a41_0x297fc1(0x1c2)),{fork}=require(a41_0x297fc1(0x1d9)),logger=require('../../helpers/logger')[a41_0x297fc1(0x20c)],helper=require(a41_0x297fc1(0x1bb)),TestHubHandler=require(a41_0x297fc1(0x1cc)),RequestQueueHandler=require(a41_0x297fc1(0x1fe)),{FRAMEWORKS}=require(a41_0x297fc1(0x1da)),{printBuildLink}=require(a41_0x297fc1(0x202)),BrowserstackCLI=require(a41_0x297fc1(0x1f6)),CLIUtils=require('../v2/cliUtils');function registerBrowserStackReporter(){const _0x2a1533=a41_0x297fc1,_0x20a800={};_0x20a800['VORFV']=function(_0x42c1eb,_0x3508f4){return _0x42c1eb===_0x3508f4;},_0x20a800[_0x2a1533(0x1c3)]='newman-reporter-browserstack',_0x20a800[_0x2a1533(0x1e9)]=_0x2a1533(0x1b2),_0x20a800[_0x2a1533(0x1b4)]=_0x2a1533(0x203);const _0x4efc3e=_0x20a800,_0x3c51a2=path[_0x2a1533(0x1f7)](__dirname,_0x4efc3e[_0x2a1533(0x1e9)],_0x4efc3e[_0x2a1533(0x1b4)]),_0x2690d5=Module[_0x2a1533(0x1d6)];Module[_0x2a1533(0x1d6)]=function(_0xba65cf,_0x5c159d,_0x201ccd,_0x246fe9){const _0x4b5fda=_0x2a1533;if(_0x4efc3e[_0x4b5fda(0x215)](_0xba65cf,_0x4efc3e[_0x4b5fda(0x1c3)]))return _0x3c51a2;return _0x2690d5[_0x4b5fda(0x1fa)](this,_0xba65cf,_0x5c159d,_0x201ccd,_0x246fe9);};}function injectReporterIntoArgs(_0x7d8dfb){const _0x16b068=a41_0x297fc1,_0x27640a={};_0x27640a[_0x16b068(0x21a)]=function(_0x1efe9b,_0x585071){return _0x1efe9b<_0x585071;},_0x27640a['wVGCj']=function(_0x4da7b6,_0x26c289){return _0x4da7b6===_0x26c289;},_0x27640a[_0x16b068(0x20d)]=_0x16b068(0x1d2),_0x27640a[_0x16b068(0x1ec)]=function(_0x4d5e92,_0x5d1b64){return _0x4d5e92+_0x5d1b64;},_0x27640a[_0x16b068(0x1df)]=function(_0x533c41,_0x237d19){return _0x533c41===_0x237d19;},_0x27640a[_0x16b068(0x1d3)]=function(_0x92cd67,_0x42fdde){return _0x92cd67+_0x42fdde;},_0x27640a['YCdMY']=_0x16b068(0x1bc),_0x27640a[_0x16b068(0x1e1)]=_0x16b068(0x1d1),_0x27640a['bAvPZ']=_0x16b068(0x214);const _0x37490a=_0x27640a,_0x2e4999=_0x7d8dfb['slice']();for(let _0x3b742d=0x0;_0x37490a[_0x16b068(0x21a)](_0x3b742d,_0x2e4999[_0x16b068(0x1ce)]);_0x3b742d++){if(_0x37490a['wVGCj'](_0x2e4999[_0x3b742d],'-r')||_0x37490a[_0x16b068(0x1b0)](_0x2e4999[_0x3b742d],_0x37490a[_0x16b068(0x20d)]))return _0x2e4999[_0x37490a['AhuEW'](_0x3b742d,0x1)]&&_0x37490a[_0x16b068(0x1df)](_0x2e4999[_0x37490a[_0x16b068(0x1d3)](_0x3b742d,0x1)]['indexOf'](_0x37490a['YCdMY']),-0x1)&&(_0x2e4999[_0x37490a[_0x16b068(0x1d3)](_0x3b742d,0x1)]+=_0x37490a[_0x16b068(0x1e1)]),_0x2e4999;}return _0x2e4999['push']('-r',_0x37490a['bAvPZ']),_0x2e4999;}function runNewmanCLI(_0x3c57f9){const _0x589faa=a41_0x297fc1,_0x227eb3={'nprqj':function(_0x466420,_0x5a4f23){return _0x466420>_0x5a4f23;},'FFxNZ':function(_0x459b44,_0x5b1513){return _0x459b44(_0x5b1513);},'kkWRZ':function(_0xd18436,_0xe1c273,_0x28e983){return _0xd18436(_0xe1c273,_0x28e983);},'dCbfz':_0x589faa(0x200),'EUlBJ':_0x589faa(0x1f0),'nBrfx':function(_0x82c4ea,_0x5a9bd9){return _0x82c4ea(_0x5a9bd9);},'EdoNw':_0x589faa(0x1c2),'PvOkD':'package.json','CcqIe':'newman/bin/newman','SZqby':_0x589faa(0x1a9),'gTjTb':function(_0x36e291,_0x554278){return _0x36e291+_0x554278;},'yzUxD':_0x589faa(0x1ff)};return new Promise(_0x1b1322=>{const _0x508b6e=_0x589faa,_0x7d6d9d={'dOOsw':function(_0x25842a,_0x53ca35){const _0x262425=a41_0xc186;return _0x227eb3[_0x262425(0x1fb)](_0x25842a,_0x53ca35);},'gEVWG':function(_0x4c0147,_0x137a09){return _0x227eb3['FFxNZ'](_0x4c0147,_0x137a09);},'NRMHi':function(_0x8fd430,_0x4167bb,_0xc9a2c7){const _0x31002a=a41_0xc186;return _0x227eb3[_0x31002a(0x1e0)](_0x8fd430,_0x4167bb,_0xc9a2c7);}};let _0xabcbba;try{_0xabcbba=helper['requireModule'](_0x227eb3[_0x508b6e(0x1bd)],_0x227eb3[_0x508b6e(0x1bd)]);}catch(_0x5ab9f9){return logger[_0x508b6e(0x1be)](_0x227eb3[_0x508b6e(0x1aa)]),_0x227eb3['FFxNZ'](_0x1b1322,0x1);}const _0x162d5b=_0xabcbba['run'];_0xabcbba[_0x508b6e(0x1d4)]=function(_0x2be43d,_0x11477d){const _0x347771=_0x508b6e,_0x9a149={'AAPhb':function(_0x37c958,_0x343374){const _0x2ab361=a41_0xc186;return _0x7d6d9d[_0x2ab361(0x1d7)](_0x37c958,_0x343374);},'gOakw':function(_0x2b68dc,_0x272a24){const _0x4000cd=a41_0xc186;return _0x7d6d9d[_0x4000cd(0x218)](_0x2b68dc,_0x272a24);},'MOZCY':function(_0xc10305,_0x1bad31,_0x4f85d5){const _0x5c1558=a41_0xc186;return _0x7d6d9d[_0x5c1558(0x1ef)](_0xc10305,_0x1bad31,_0x4f85d5);}};return _0xabcbba['run']=_0x162d5b,_0x162d5b[_0x347771(0x1fa)](_0xabcbba,_0x2be43d,(_0x405d81,_0x3c9f5f)=>{const _0x56ad96=_0x347771,_0x1a32bc=_0x3c9f5f&&_0x3c9f5f[_0x56ad96(0x1d4)]&&(_0x3c9f5f[_0x56ad96(0x1d4)][_0x56ad96(0x1be)]||_0x3c9f5f['run'][_0x56ad96(0x1f8)]&&_0x9a149['AAPhb'](_0x3c9f5f[_0x56ad96(0x1d4)][_0x56ad96(0x1f8)][_0x56ad96(0x1ce)],0x0));_0x9a149['gOakw'](_0x1b1322,_0x1a32bc?0x1:0x0),_0x11477d&&_0x9a149[_0x56ad96(0x20f)](_0x11477d,_0x405d81,_0x3c9f5f);});};try{const _0x5752b6=_0x227eb3[_0x508b6e(0x1fd)](require,_0x227eb3[_0x508b6e(0x1e3)])[_0x508b6e(0x208)](path[_0x508b6e(0x1f7)](process[_0x508b6e(0x1cf)](),_0x227eb3['PvOkD']));_0x227eb3[_0x508b6e(0x1e2)](_0x5752b6,_0x227eb3[_0x508b6e(0x1b5)])([_0x227eb3[_0x508b6e(0x207)],_0x227eb3['dCbfz']][_0x508b6e(0x1cd)](_0x3c57f9));}catch(_0x655431){_0xabcbba['run']=_0x162d5b,logger[_0x508b6e(0x1be)](_0x227eb3[_0x508b6e(0x206)](_0x227eb3[_0x508b6e(0x1f3)],_0x655431['message'])),_0x227eb3[_0x508b6e(0x1e2)](_0x1b1322,0x1);}});}function runNewmanScript(_0x138929,_0x267af2){const _0x27e94e=a41_0x297fc1,_0x5cb169={'DIcCB':function(_0x494872,_0x35a9dc){return _0x494872(_0x35a9dc);},'UtQML':function(_0x188a71,_0x4bbf8c){return _0x188a71||_0x4bbf8c;},'LUcwU':function(_0x3545f1,_0x355ba6,_0x4bccc3,_0x1c5a46){return _0x3545f1(_0x355ba6,_0x4bccc3,_0x1c5a46);},'iqffT':_0x27e94e(0x1db),'HanRT':'inherit','StTYr':_0x27e94e(0x1f5)};return new Promise(function(_0xb30db4){const _0x2dcaf2=_0x27e94e,_0x3e80d9={'cFEHE':function(_0x210e91,_0x3e187e){const _0x4549ad=a41_0xc186;return _0x5cb169[_0x4549ad(0x1d8)](_0x210e91,_0x3e187e);},'ZUUuh':function(_0x143b41,_0x6b6338){return _0x5cb169['UtQML'](_0x143b41,_0x6b6338);}},_0x2350ce=_0x5cb169['LUcwU'](fork,path[_0x2dcaf2(0x1f7)](__dirname,_0x5cb169[_0x2dcaf2(0x216)]),[_0x138929,_0x5cb169[_0x2dcaf2(0x1d8)](String,_0x5cb169[_0x2dcaf2(0x1eb)](_0x267af2,0x0))],{'stdio':_0x5cb169[_0x2dcaf2(0x1cb)],'env':Object['assign']({},process[_0x2dcaf2(0x1a8)])});_0x2350ce['on'](_0x5cb169['StTYr'],function(_0x3ec55d){const _0x3d40c1=_0x2dcaf2;_0x3e80d9[_0x3d40c1(0x1f2)](_0xb30db4,_0x3e80d9[_0x3d40c1(0x20b)](_0x3ec55d,0x0));});});}function hasO11yBuild(){const _0x2d3d0e=a41_0x297fc1,_0x160ac1={};_0x160ac1[_0x2d3d0e(0x1f1)]=function(_0x2cb298,_0x2ef9b8){return _0x2cb298!==_0x2ef9b8;},_0x160ac1[_0x2d3d0e(0x1d5)]=_0x2d3d0e(0x1de);const _0xc81cea=_0x160ac1;return!!(BrowserstackCLI[_0x2d3d0e(0x1e6)]||process[_0x2d3d0e(0x1a8)]['BROWSERSTACK_TESTHUB_JWT']&&_0xc81cea[_0x2d3d0e(0x1f1)](process['env'][_0x2d3d0e(0x204)],_0xc81cea['IKixn']));}function runWithoutObservability(_0xaf7068,_0x3592eb){const _0x12c0df=a41_0x297fc1,_0x45134c={'mqgPU':function(_0x3cf8b0,_0xc9d3c0){return _0x3cf8b0(_0xc9d3c0);},'MaDnQ':function(_0x5b83ee,_0x56e09c){return _0x5b83ee(_0x56e09c);}};if(_0xaf7068)return _0x45134c[_0x12c0df(0x1ad)](require,path[_0x12c0df(0x1f4)](_0xaf7068)),0x0;return _0x45134c[_0x12c0df(0x1c4)](runNewmanCLI,_0x3592eb);}function a41_0xc186(_0x2576df,_0x3ed551){const _0x5d91bc=a41_0x5d91();return a41_0xc186=function(_0xc186c,_0x33c1cd){_0xc186c=_0xc186c-0x1a7;let _0x2714f6=_0x5d91bc[_0xc186c];return _0x2714f6;},a41_0xc186(_0x2576df,_0x3ed551);}module[a41_0x297fc1(0x1e8)]=async function(_0x26acab,_0x2e0da5,_0x27cbbc){const _0x97d047=a41_0x297fc1,_0x46c7b8={'CJzIH':'.js','XtQzH':function(_0x1d495a,_0x2fb0a8){return _0x1d495a===_0x2fb0a8;},'RtYNw':'false','ZMVHh':function(_0x4adec0,_0x22efb4,_0x2314a7){return _0x4adec0(_0x22efb4,_0x2314a7);},'GYYkU':function(_0x56cbbb,_0x200953){return _0x56cbbb!=_0x200953;},'IWvdv':_0x97d047(0x1a7),'AuRuX':'newman','wuQFj':function(_0x52a896,_0x443a84){return _0x52a896+_0x443a84;},'oJmoU':_0x97d047(0x209),'UZaqI':function(_0x237d4b,_0x46a2dc){return _0x237d4b+_0x46a2dc;},'xtQfH':'Failed\x20to\x20launch\x20build:\x20','fnIVW':function(_0x3a1d62){return _0x3a1d62();},'JLoTD':_0x97d047(0x1b6),'Hqwki':function(_0x22074c,_0x670b9d){return _0x22074c(_0x670b9d);},'TaOVg':function(_0x34c626,_0x41f535){return _0x34c626(_0x41f535);},'GAhEs':_0x97d047(0x1c7)},_0x61ba56=_0x2e0da5[_0x97d047(0x1c9)](0x1),_0x331e9c=_0x61ba56[0x0]&&_0x61ba56[0x0]['endsWith'](_0x46c7b8[_0x97d047(0x20e)])?_0x61ba56[0x0]:null;if(!_0x27cbbc[_0x97d047(0x1ed)]||_0x46c7b8[_0x97d047(0x219)](_0x27cbbc[_0x97d047(0x1ed)][_0x97d047(0x211)],![])||_0x46c7b8['XtQzH'](_0x27cbbc[_0x97d047(0x1ed)]['testObservability'],_0x46c7b8['RtYNw'])){process[_0x97d047(0x1ca)]=await _0x46c7b8[_0x97d047(0x21c)](runWithoutObservability,_0x331e9c,_0x61ba56)||0x0;return;}process[_0x97d047(0x1a8)][_0x97d047(0x1b7)]=_0x46c7b8[_0x97d047(0x1d0)],process[_0x97d047(0x1a8)][_0x97d047(0x1e4)]=_0x46c7b8[_0x97d047(0x1d0)],process[_0x97d047(0x1a8)][_0x97d047(0x201)]=_0x46c7b8['GYYkU'](_0x27cbbc[_0x97d047(0x1ed)][_0x97d047(0x211)],null)?_0x27cbbc[_0x97d047(0x1ed)][_0x97d047(0x211)]:_0x46c7b8[_0x97d047(0x1fc)],CLIUtils[_0x97d047(0x1ae)](_0x46c7b8[_0x97d047(0x205)],_0x46c7b8['AuRuX']),BrowserstackCLI['getInstance']()[_0x97d047(0x1dd)](_0x27cbbc[_0x97d047(0x1ed)],_0x27cbbc[_0x97d047(0x21b)],_0x27cbbc['cliConfig']);try{await BrowserstackCLI[_0x97d047(0x1bf)]()[_0x97d047(0x1ea)]();}catch(_0x11baf6){logger[_0x97d047(0x1be)](_0x46c7b8[_0x97d047(0x1b1)](_0x46c7b8[_0x97d047(0x1ab)],_0x11baf6[_0x97d047(0x1c8)]||_0x11baf6));}if(!BrowserstackCLI[_0x97d047(0x1bf)]()[_0x97d047(0x1c5)]())try{await TestHubHandler[_0x97d047(0x1f9)](FRAMEWORKS[_0x97d047(0x1c0)],_0x27cbbc);}catch(_0x58a60a){logger[_0x97d047(0x1be)](_0x46c7b8['UZaqI'](_0x46c7b8[_0x97d047(0x1b3)],_0x58a60a['message']||_0x58a60a));}!_0x46c7b8[_0x97d047(0x1b8)](hasO11yBuild)&&logger[_0x97d047(0x1e7)](_0x46c7b8['JLoTD']);_0x46c7b8[_0x97d047(0x1b8)](registerBrowserStackReporter);let _0x2b7f2f;_0x331e9c?_0x2b7f2f=await _0x46c7b8[_0x97d047(0x21c)](runNewmanScript,_0x331e9c,_0x27cbbc[_0x97d047(0x1ed)][_0x97d047(0x20a)]):_0x2b7f2f=await _0x46c7b8[_0x97d047(0x210)](runNewmanCLI,_0x46c7b8['TaOVg'](injectReporterIntoArgs,_0x61ba56));try{await TestHubHandler['stop']();}catch(_0x113a3a){}try{await BrowserstackCLI[_0x97d047(0x1bf)]()[_0x97d047(0x1dc)]();}catch(_0x516925){}try{await RequestQueueHandler['getInstance']()[_0x97d047(0x1c1)]();}catch(_0x14ef63){}if(_0x46c7b8['fnIVW'](hasO11yBuild))try{_0x46c7b8['fnIVW'](printBuildLink);}catch(_0x814302){}else logger[_0x97d047(0x1e7)](_0x46c7b8['GAhEs']);process[_0x97d047(0x1ca)]=_0x2b7f2f;};
2
+ 'use strict';function a41_0x2cb8(_0x41c8eb,_0xc2fab1){const _0x25c232=a41_0x25c2();return a41_0x2cb8=function(_0x2cb816,_0x52dc31){_0x2cb816=_0x2cb816-0x1e9;let _0x57d50d=_0x25c232[_0x2cb816];return _0x57d50d;},a41_0x2cb8(_0x41c8eb,_0xc2fab1);}const a41_0x4cb483=a41_0x2cb8;(function(_0x170780,_0x35f29d){const _0x683eb5=a41_0x2cb8,_0x4e2da9=_0x170780();while(!![]){try{const _0x2f322d=parseInt(_0x683eb5(0x24b))/0x1*(parseInt(_0x683eb5(0x1fd))/0x2)+parseInt(_0x683eb5(0x226))/0x3+parseInt(_0x683eb5(0x248))/0x4*(parseInt(_0x683eb5(0x245))/0x5)+-parseInt(_0x683eb5(0x204))/0x6+-parseInt(_0x683eb5(0x22a))/0x7*(-parseInt(_0x683eb5(0x21b))/0x8)+-parseInt(_0x683eb5(0x253))/0x9+-parseInt(_0x683eb5(0x24a))/0xa*(parseInt(_0x683eb5(0x202))/0xb);if(_0x2f322d===_0x35f29d)break;else _0x4e2da9['push'](_0x4e2da9['shift']());}catch(_0x3d57c6){_0x4e2da9['push'](_0x4e2da9['shift']());}}}(a41_0x25c2,0x352ed));function a41_0x25c2(){const _0x4dee08=['requireModule','110668kPKBiI','CYElB','Failed\x20to\x20bootstrap\x20CLI:\x20','warn','isRunning','324511OxvzGp','close','2048436BDfgMX','BROWSERSTACK_AUTOMATION','UeQDd','winstonLogger','package.json','getInstance','jfJMb','run','../../helpers/test-observability/requestQueueHandler','NApwK','path','cwd','[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','testObservability','scriptRunner.js','DGVet','IrZqV','spWIi','../v2/cliUtils','VljDJ','../../helpers/test-observability/utils','OBEag','true','48424DCtmAu','wvsUF','BROWSERSTACK_TESTHUB_JWT','dIRWd','endsWith','HezxT','iopto','newman-reporter-browserstack','join','BgLwe','setBrowserstackConfig','592164XZDwIz','WteWy','vlZIL','index.js','182nvxPYW','configPath','bootstrap','fLfjg','sIZlJ','../../helpers/logger','RMDmg','cli,browserstack','--reporters','newman','zMIUT','message','.js','reporter','rnyOa','XEtVH','../v2/browserstackCLI','IjLGs','error','bmNfw','module','length','RnQbu','inherit','zWTzk','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','../../helpers/helper','10IAFzAz','boIMw','OQiyh','561804BIulqm','bIoCf','50WjfjVC','2kRnwPa','resolve','mQVpn','_resolveFilename','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','exports','concat','ruKGz','356292xvllSi','VWcmD','slice','QhFrr','launchBuild','false','assign','cliConfig','null','config','mrRAx','BVomA','failures','child_process','NEWMAN','exitCode','kwrKs','pLswy','stop','jgxDB','parallelsPerPlatform','KdeVa','dZKkm','env','push','createRequire','NzYhS','call','Ysnoh','wRyAA','BROWSERSTACK_TEST_OBSERVABILITY_YML','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','../../helpers/test-observability/constants','FkDeV'];a41_0x25c2=function(){return _0x4dee08;};return a41_0x25c2();}const path=require(a41_0x4cb483(0x20e)),Module=require('module'),{fork}=require(a41_0x4cb483(0x260)),logger=require(a41_0x4cb483(0x22f))[a41_0x4cb483(0x207)],helper=require(a41_0x4cb483(0x244)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),RequestQueueHandler=require(a41_0x4cb483(0x20c)),{FRAMEWORKS}=require(a41_0x4cb483(0x1fa)),{printBuildLink}=require(a41_0x4cb483(0x218)),BrowserstackCLI=require(a41_0x4cb483(0x23a)),CLIUtils=require(a41_0x4cb483(0x216));function registerBrowserStackReporter(){const _0x1453f0=a41_0x4cb483,_0x6f3c30={};_0x6f3c30[_0x1453f0(0x1f4)]=function(_0x37abf8,_0x2197a8){return _0x37abf8===_0x2197a8;},_0x6f3c30[_0x1453f0(0x224)]=_0x1453f0(0x222),_0x6f3c30[_0x1453f0(0x1fe)]=_0x1453f0(0x237),_0x6f3c30['sIZlJ']=_0x1453f0(0x229);const _0xeb6e2b=_0x6f3c30,_0xd5bb66=path[_0x1453f0(0x223)](__dirname,_0xeb6e2b[_0x1453f0(0x1fe)],_0xeb6e2b[_0x1453f0(0x22e)]),_0x3411ee=Module['_resolveFilename'];Module[_0x1453f0(0x24e)]=function(_0x1e4cbd,_0x3458e6,_0x2d645e,_0x94df5e){const _0x2f9601=_0x1453f0;if(_0xeb6e2b[_0x2f9601(0x1f4)](_0x1e4cbd,_0xeb6e2b['BgLwe']))return _0xd5bb66;return _0x3411ee['call'](this,_0x1e4cbd,_0x3458e6,_0x2d645e,_0x94df5e);};}function injectReporterIntoArgs(_0x213e9c){const _0x5520ae=a41_0x4cb483,_0x2c099d={};_0x2c099d[_0x5520ae(0x228)]=function(_0x50ee48,_0x16ac63){return _0x50ee48<_0x16ac63;},_0x2c099d['jgxDB']=function(_0x255d35,_0x564b14){return _0x255d35===_0x564b14;},_0x2c099d[_0x5520ae(0x230)]=function(_0x14cdd7,_0x20821a){return _0x14cdd7===_0x20821a;},_0x2c099d[_0x5520ae(0x252)]=_0x5520ae(0x232),_0x2c099d[_0x5520ae(0x219)]=function(_0x75a377,_0x2bb3a2){return _0x75a377+_0x2bb3a2;},_0x2c099d[_0x5520ae(0x21e)]=function(_0x308505,_0x58c2bd){return _0x308505+_0x58c2bd;},_0x2c099d['OQiyh']='browserstack',_0x2c099d[_0x5520ae(0x238)]=function(_0x2aa280,_0x14014c){return _0x2aa280+_0x14014c;},_0x2c099d[_0x5520ae(0x254)]=',browserstack',_0x2c099d[_0x5520ae(0x1f0)]=_0x5520ae(0x231);const _0x12ee40=_0x2c099d,_0x3a5bd6=_0x213e9c[_0x5520ae(0x255)]();for(let _0x866ce1=0x0;_0x12ee40[_0x5520ae(0x228)](_0x866ce1,_0x3a5bd6['length']);_0x866ce1++){if(_0x12ee40[_0x5520ae(0x1ed)](_0x3a5bd6[_0x866ce1],'-r')||_0x12ee40[_0x5520ae(0x230)](_0x3a5bd6[_0x866ce1],_0x12ee40[_0x5520ae(0x252)]))return _0x3a5bd6[_0x12ee40[_0x5520ae(0x219)](_0x866ce1,0x1)]&&_0x12ee40[_0x5520ae(0x230)](_0x3a5bd6[_0x12ee40['dIRWd'](_0x866ce1,0x1)]['indexOf'](_0x12ee40[_0x5520ae(0x247)]),-0x1)&&(_0x3a5bd6[_0x12ee40['rnyOa'](_0x866ce1,0x1)]+=_0x12ee40[_0x5520ae(0x254)]),_0x3a5bd6;}return _0x3a5bd6[_0x5520ae(0x1f2)]('-r',_0x12ee40[_0x5520ae(0x1f0)]),_0x3a5bd6;}function runNewmanCLI(_0x49782a){const _0x42fd97=a41_0x4cb483,_0x15fd1d={'KChlG':function(_0x6fe3b3,_0x3f307f){return _0x6fe3b3>_0x3f307f;},'kwrKs':function(_0x32c69c,_0x5d63b4){return _0x32c69c(_0x5d63b4);},'mQVpn':function(_0x1620c9,_0x50c6c4,_0x472484){return _0x1620c9(_0x50c6c4,_0x472484);},'UeQDd':_0x42fd97(0x233),'IrZqV':_0x42fd97(0x243),'JsRxX':_0x42fd97(0x23e),'HezxT':_0x42fd97(0x208),'bIoCf':function(_0xf080b9,_0xa72e02){return _0xf080b9(_0xa72e02);},'FkDeV':'newman/bin/newman','OKhGj':'node','pLswy':function(_0xb58ecd,_0x47302f){return _0xb58ecd+_0x47302f;},'NApwK':'Newman\x20CLI\x20not\x20found:\x20','RKIjY':function(_0x306e83,_0x7e1e3e){return _0x306e83(_0x7e1e3e);}};return new Promise(_0x4547e8=>{const _0xe04603=_0x42fd97,_0x38866a={'IjLGs':function(_0x5367c8,_0x61c57){return _0x15fd1d['KChlG'](_0x5367c8,_0x61c57);},'FhkrP':function(_0xaf2e91,_0x39a44b){const _0x2dc918=a41_0x2cb8;return _0x15fd1d[_0x2dc918(0x1ea)](_0xaf2e91,_0x39a44b);},'bmNfw':function(_0x470245,_0x21fedf,_0x202121){const _0x5922be=a41_0x2cb8;return _0x15fd1d[_0x5922be(0x24d)](_0x470245,_0x21fedf,_0x202121);}};let _0x5ed519;try{_0x5ed519=helper[_0xe04603(0x1fc)](_0x15fd1d['UeQDd'],_0x15fd1d[_0xe04603(0x206)]);}catch(_0x2e2736){return logger[_0xe04603(0x23c)](_0x15fd1d[_0xe04603(0x214)]),_0x15fd1d['kwrKs'](_0x4547e8,0x1);}const _0x22792c=_0x5ed519[_0xe04603(0x20b)];_0x5ed519[_0xe04603(0x20b)]=function(_0x2e9e5c,_0x173be4){const _0x514bb8=_0xe04603,_0x18fc41={'HpRNO':function(_0x51acff,_0x11a170){const _0x4d4c8c=a41_0x2cb8;return _0x38866a[_0x4d4c8c(0x23b)](_0x51acff,_0x11a170);},'QhFrr':function(_0x23fa24,_0x1bdb4c){return _0x38866a['FhkrP'](_0x23fa24,_0x1bdb4c);},'AlBED':function(_0x74e179,_0x25ea1f,_0x3f1013){const _0x5f14e9=a41_0x2cb8;return _0x38866a[_0x5f14e9(0x23d)](_0x74e179,_0x25ea1f,_0x3f1013);}};return _0x5ed519[_0x514bb8(0x20b)]=_0x22792c,_0x22792c[_0x514bb8(0x1f5)](_0x5ed519,_0x2e9e5c,(_0x388b18,_0xefc22c)=>{const _0x2a5f65=_0x514bb8,_0x36efbe=_0xefc22c&&_0xefc22c[_0x2a5f65(0x20b)]&&(_0xefc22c['run'][_0x2a5f65(0x23c)]||_0xefc22c['run'][_0x2a5f65(0x25f)]&&_0x18fc41['HpRNO'](_0xefc22c[_0x2a5f65(0x20b)][_0x2a5f65(0x25f)][_0x2a5f65(0x23f)],0x0));_0x18fc41[_0x2a5f65(0x256)](_0x4547e8,_0x36efbe?0x1:0x0),_0x173be4&&_0x18fc41['AlBED'](_0x173be4,_0x388b18,_0xefc22c);});};try{const _0x491525=_0x15fd1d[_0xe04603(0x1ea)](require,_0x15fd1d['JsRxX'])[_0xe04603(0x1f3)](path[_0xe04603(0x223)](process[_0xe04603(0x20f)](),_0x15fd1d[_0xe04603(0x220)]));_0x15fd1d[_0xe04603(0x249)](_0x491525,_0x15fd1d[_0xe04603(0x1fb)])([_0x15fd1d['OKhGj'],_0x15fd1d[_0xe04603(0x206)]][_0xe04603(0x251)](_0x49782a));}catch(_0x4b1488){_0x5ed519[_0xe04603(0x20b)]=_0x22792c,logger[_0xe04603(0x23c)](_0x15fd1d[_0xe04603(0x1eb)](_0x15fd1d[_0xe04603(0x20d)],_0x4b1488[_0xe04603(0x235)])),_0x15fd1d['RKIjY'](_0x4547e8,0x1);}});}function runNewmanScript(_0x31c8fb,_0x364a7b){const _0x298847=a41_0x4cb483,_0x1542e7={'KdeVa':function(_0x55b83c,_0x243eaa){return _0x55b83c(_0x243eaa);},'Ysnoh':function(_0x5ea709,_0x151126){return _0x5ea709||_0x151126;},'boIMw':function(_0x3fab9b,_0x79b021,_0x1a8bd3,_0x3f315f){return _0x3fab9b(_0x79b021,_0x1a8bd3,_0x3f315f);},'DGVet':_0x298847(0x212),'fLfjg':_0x298847(0x241),'RvqNH':_0x298847(0x203)};return new Promise(function(_0x481362){const _0x51d382=_0x298847,_0x281104=_0x1542e7[_0x51d382(0x246)](fork,path['join'](__dirname,_0x1542e7[_0x51d382(0x213)]),[_0x31c8fb,_0x1542e7['KdeVa'](String,_0x1542e7[_0x51d382(0x1f6)](_0x364a7b,0x0))],{'stdio':_0x1542e7[_0x51d382(0x22d)],'env':Object[_0x51d382(0x259)]({},process['env'])});_0x281104['on'](_0x1542e7['RvqNH'],function(_0x49fb5a){const _0x4b5c0e=_0x51d382;_0x1542e7[_0x4b5c0e(0x1ef)](_0x481362,_0x1542e7[_0x4b5c0e(0x1f6)](_0x49fb5a,0x0));});});}function hasO11yBuild(){const _0x1a6e71=a41_0x4cb483,_0x6d3f0f={};_0x6d3f0f[_0x1a6e71(0x242)]=function(_0x294c2f,_0x51a11c){return _0x294c2f!==_0x51a11c;},_0x6d3f0f['spWIi']=_0x1a6e71(0x25b);const _0x1848ec=_0x6d3f0f;return!!(BrowserstackCLI['O11yHashedID']||process[_0x1a6e71(0x1f1)][_0x1a6e71(0x21d)]&&_0x1848ec['zWTzk'](process['env'][_0x1a6e71(0x21d)],_0x1848ec[_0x1a6e71(0x215)]));}function runWithoutObservability(_0x2c0f7b,_0xb0964b){const _0x1e7ea5=a41_0x4cb483,_0x58200d={'WteWy':function(_0x3fdd9c,_0x2a8ada){return _0x3fdd9c(_0x2a8ada);},'xQZKm':function(_0x2ef9df,_0x5d44ac){return _0x2ef9df(_0x5d44ac);}};if(_0x2c0f7b)return _0x58200d[_0x1e7ea5(0x227)](require,path[_0x1e7ea5(0x24c)](_0x2c0f7b)),0x0;return _0x58200d['xQZKm'](runNewmanCLI,_0xb0964b);}module[a41_0x4cb483(0x250)]=async function(_0x4da930,_0x4b2625,_0x568945){const _0xa44860=a41_0x4cb483,_0x53c8a1={'mvvXf':_0xa44860(0x236),'WtOak':function(_0x5cd99b,_0x548674){return _0x5cd99b===_0x548674;},'XEtVH':_0xa44860(0x258),'VljDJ':function(_0x1a54d7,_0x4fbed9,_0x45f7e2){return _0x1a54d7(_0x4fbed9,_0x45f7e2);},'zMIUT':function(_0x2ad4a0,_0x3e7277){return _0x2ad4a0!=_0x3e7277;},'jfJMb':_0xa44860(0x21a),'RnQbu':'newman','BVomA':function(_0x570323,_0x59fc11){return _0x570323+_0x59fc11;},'UiTkG':_0xa44860(0x1ff),'zVYLv':'Failed\x20to\x20launch\x20build:\x20','iopto':function(_0x42fd79){return _0x42fd79();},'wvsUF':_0xa44860(0x24f),'mrRAx':function(_0x149231,_0x4786c4){return _0x149231(_0x4786c4);},'wRyAA':_0xa44860(0x210)},_0x3c6cae=_0x4b2625[_0xa44860(0x255)](0x1),_0x4d941a=_0x3c6cae[0x0]&&_0x3c6cae[0x0][_0xa44860(0x21f)](_0x53c8a1['mvvXf'])?_0x3c6cae[0x0]:null;if(!_0x568945['config']||_0x53c8a1['WtOak'](_0x568945[_0xa44860(0x25c)][_0xa44860(0x211)],![])||_0x53c8a1['WtOak'](_0x568945[_0xa44860(0x25c)]['testObservability'],_0x53c8a1['XEtVH'])){process['exitCode']=await _0x53c8a1[_0xa44860(0x217)](runWithoutObservability,_0x4d941a,_0x3c6cae)||0x0;return;}process[_0xa44860(0x1f1)][_0xa44860(0x205)]=_0x53c8a1[_0xa44860(0x239)],process['env'][_0xa44860(0x1f9)]=_0x53c8a1['XEtVH'],process[_0xa44860(0x1f1)][_0xa44860(0x1f8)]=_0x53c8a1[_0xa44860(0x234)](_0x568945[_0xa44860(0x25c)][_0xa44860(0x211)],null)?_0x568945['config'][_0xa44860(0x211)]:_0x53c8a1[_0xa44860(0x20a)],CLIUtils['setFrameworkDetail'](_0x53c8a1[_0xa44860(0x240)],_0x53c8a1[_0xa44860(0x240)]),BrowserstackCLI[_0xa44860(0x209)]()[_0xa44860(0x225)](_0x568945[_0xa44860(0x25c)],_0x568945[_0xa44860(0x22b)],_0x568945[_0xa44860(0x25a)]);try{await BrowserstackCLI['getInstance']()[_0xa44860(0x22c)]();}catch(_0x28b038){logger[_0xa44860(0x23c)](_0x53c8a1[_0xa44860(0x25e)](_0x53c8a1['UiTkG'],_0x28b038[_0xa44860(0x235)]||_0x28b038));}if(!BrowserstackCLI[_0xa44860(0x209)]()[_0xa44860(0x201)]())try{await TestHubHandler[_0xa44860(0x257)](FRAMEWORKS[_0xa44860(0x261)],_0x568945);}catch(_0x3d2a29){logger[_0xa44860(0x23c)](_0x53c8a1[_0xa44860(0x25e)](_0x53c8a1['zVYLv'],_0x3d2a29[_0xa44860(0x235)]||_0x3d2a29));}!_0x53c8a1[_0xa44860(0x221)](hasO11yBuild)&&logger[_0xa44860(0x200)](_0x53c8a1[_0xa44860(0x21c)]);_0x53c8a1[_0xa44860(0x221)](registerBrowserStackReporter);let _0xe4b4fa;_0x4d941a?_0xe4b4fa=await _0x53c8a1['VljDJ'](runNewmanScript,_0x4d941a,_0x568945[_0xa44860(0x25c)][_0xa44860(0x1ee)]):_0xe4b4fa=await _0x53c8a1[_0xa44860(0x25d)](runNewmanCLI,_0x53c8a1[_0xa44860(0x25d)](injectReporterIntoArgs,_0x3c6cae));try{await TestHubHandler[_0xa44860(0x1ec)]();}catch(_0x8584b6){}try{await BrowserstackCLI[_0xa44860(0x209)]()[_0xa44860(0x1ec)]();}catch(_0x290591){}try{await RequestQueueHandler['getInstance']()['shutdown']();}catch(_0xc04bd){}if(_0x53c8a1['iopto'](hasO11yBuild))try{_0x53c8a1[_0xa44860(0x221)](printBuildLink);}catch(_0x5f18e4){}else logger[_0xa44860(0x200)](_0x53c8a1[_0xa44860(0x1f7)]);process[_0xa44860(0x1e9)]=_0xe4b4fa;};
@@ -1 +1 @@
1
- const a42_0x6bd07e=a42_0x235d;(function(_0x1ba9d5,_0x3c1d51){const _0x2f0fc2=a42_0x235d,_0x49430d=_0x1ba9d5();while(!![]){try{const _0x37c7f4=-parseInt(_0x2f0fc2(0xdc))/0x1*(-parseInt(_0x2f0fc2(0xd3))/0x2)+parseInt(_0x2f0fc2(0xd5))/0x3*(parseInt(_0x2f0fc2(0xca))/0x4)+parseInt(_0x2f0fc2(0xdd))/0x5*(-parseInt(_0x2f0fc2(0xd9))/0x6)+-parseInt(_0x2f0fc2(0xd1))/0x7+parseInt(_0x2f0fc2(0xcf))/0x8*(parseInt(_0x2f0fc2(0xd4))/0x9)+-parseInt(_0x2f0fc2(0xcc))/0xa+-parseInt(_0x2f0fc2(0xde))/0xb;if(_0x37c7f4===_0x3c1d51)break;else _0x49430d['push'](_0x49430d['shift']());}catch(_0x484b6d){_0x49430d['push'](_0x49430d['shift']());}}}(a42_0x36ec,0x2f0db));function isNewman(_0x30e6b6){const _0x8fe5c1=a42_0x235d,_0x37d324={'cegls':function(_0x3dc23f,_0x50d156){return _0x3dc23f===_0x50d156;},'tdnLn':_0x8fe5c1(0xda),'odDAb':function(_0x534314,_0x431bc8){return _0x534314===_0x431bc8;},'BTsBf':function(_0x26ced7,_0x5acd0b){return _0x26ced7(_0x5acd0b);},'FEOUL':function(_0x51fd44,_0x3aff60){return _0x51fd44||_0x3aff60;}},_0x197339=process[_0x8fe5c1(0xdf)][_0x8fe5c1(0xd6)]||'';let _0x33ed78='';_0x30e6b6&&_0x30e6b6[_0x8fe5c1(0xce)]&&(_0x33ed78=_0x30e6b6['framework']);const _0x1777ac=_0x37d324[_0x8fe5c1(0xd2)](_0x197339[_0x8fe5c1(0xd8)](),_0x37d324[_0x8fe5c1(0xcd)]),_0x116b28=_0x37d324[_0x8fe5c1(0xcb)](_0x37d324[_0x8fe5c1(0xd7)](String,_0x33ed78)[_0x8fe5c1(0xd8)](),_0x37d324['tdnLn']);return _0x37d324['FEOUL'](_0x1777ac,_0x116b28);};function a42_0x235d(_0x235c45,_0x41efc2){const _0x36ec2a=a42_0x36ec();return a42_0x235d=function(_0x235d82,_0x325248){_0x235d82=_0x235d82-0xca;let _0x152975=_0x36ec2a[_0x235d82];return _0x152975;},a42_0x235d(_0x235c45,_0x41efc2);}function a42_0x36ec(){const _0x5f7c3a=['18qdqvUd','2751129PMyjlL','741TGldJg','BROWSERSTACK_FRAMEWORK','BTsBf','toLowerCase','486Drytgx','newman','exports','19833QUCQsP','6905UwZyhl','1461009RONLQz','env','2076oDHYXz','odDAb','92120xpBPkt','tdnLn','framework','8JLOxEl','isNewman','1160236eYoCwT','cegls'];a42_0x36ec=function(){return _0x5f7c3a;};return a42_0x36ec();}const a42_0x504366={};a42_0x504366[a42_0x6bd07e(0xd0)]=isNewman,module[a42_0x6bd07e(0xdb)]=a42_0x504366;
1
+ const a42_0x3c1363=a42_0x4eb7;(function(_0x3e0a46,_0x54ef01){const _0x736442=a42_0x4eb7,_0xd77444=_0x3e0a46();while(!![]){try{const _0x568c6c=-parseInt(_0x736442(0x104))/0x1*(parseInt(_0x736442(0xfa))/0x2)+parseInt(_0x736442(0xfd))/0x3+-parseInt(_0x736442(0xfb))/0x4*(-parseInt(_0x736442(0x103))/0x5)+-parseInt(_0x736442(0xf6))/0x6+parseInt(_0x736442(0x106))/0x7+-parseInt(_0x736442(0x102))/0x8+parseInt(_0x736442(0xfc))/0x9;if(_0x568c6c===_0x54ef01)break;else _0xd77444['push'](_0xd77444['shift']());}catch(_0x39427b){_0xd77444['push'](_0xd77444['shift']());}}}(a42_0x293c,0x7d35e));function a42_0x293c(){const _0xabf307=['2443755hcCQRe','eGzIv','exports','newman','env','2854064uYiciV','8080IUAnYR','1UWotGH','framework','411782TOlkdr','toLowerCase','isNewman','6025932HZRndX','iTaqv','YSsTI','QuMaI','1554678KiEJGH','1076aaglkR','12088494JfWEHY'];a42_0x293c=function(){return _0xabf307;};return a42_0x293c();}function isNewman(_0x5ca055){const _0x2f2046=a42_0x4eb7,_0x392b63={'QuMaI':function(_0x4ff9fe,_0x36ed0d){return _0x4ff9fe===_0x36ed0d;},'MKGia':_0x2f2046(0x100),'YSsTI':function(_0x5251ef,_0x2e6d30){return _0x5251ef===_0x2e6d30;},'iTaqv':function(_0x1baacc,_0x320994){return _0x1baacc(_0x320994);},'eGzIv':function(_0x93421d,_0x2bf762){return _0x93421d||_0x2bf762;}},_0x2f2345=process[_0x2f2046(0x101)]['BROWSERSTACK_FRAMEWORK']||'';let _0x10299d='';_0x5ca055&&_0x5ca055[_0x2f2046(0x105)]&&(_0x10299d=_0x5ca055[_0x2f2046(0x105)]);const _0x86fd63=_0x392b63[_0x2f2046(0xf9)](_0x2f2345[_0x2f2046(0x107)](),_0x392b63['MKGia']),_0x2e7d4b=_0x392b63[_0x2f2046(0xf8)](_0x392b63[_0x2f2046(0xf7)](String,_0x10299d)[_0x2f2046(0x107)](),_0x392b63['MKGia']);return _0x392b63[_0x2f2046(0xfe)](_0x86fd63,_0x2e7d4b);};function a42_0x4eb7(_0x7fff84,_0x1c7b0c){const _0x293c18=a42_0x293c();return a42_0x4eb7=function(_0x4eb7c0,_0x16b430){_0x4eb7c0=_0x4eb7c0-0xf5;let _0x68056f=_0x293c18[_0x4eb7c0];return _0x68056f;},a42_0x4eb7(_0x7fff84,_0x1c7b0c);}const a42_0x57f1dc={};a42_0x57f1dc[a42_0x3c1363(0xf5)]=isNewman,module[a42_0x3c1363(0xff)]=a42_0x57f1dc;