browserstack-node-sdk 1.33.7 → 1.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) 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/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test-observability.js +1 -0
  44. package/src/bin/cucumber-js/test.setup.js +1 -1
  45. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  46. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  47. package/src/bin/integrations/command.js +1 -1
  48. package/src/bin/integrations/constants.js +1 -1
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/patches.js +1 -1
  75. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  76. package/src/bin/playwright/reporter/reporter.js +1 -1
  77. package/src/bin/playwright/reporter/test-details.js +1 -1
  78. package/src/bin/playwright/sessionDetails.js +1 -1
  79. package/src/bin/runner.js +1 -1
  80. package/src/bin/setup.js +1 -1
  81. package/src/bin/test-runner/index.js +1 -1
  82. package/src/bin/test-runner/runTest.js +1 -1
  83. package/src/bin/test-runner/testWorker.js +1 -1
  84. package/src/bin/utils/constants.js +1 -1
  85. package/src/bin/utils/log4jsAppender.js +1 -1
  86. package/src/bin/utils/logPatcher.js +1 -1
  87. package/src/bin/utils/logReportingAPI.js +1 -1
  88. package/src/bin/vanilla-js/command.js +1 -1
  89. package/src/browserStackSdk.js +1 -1
  90. package/src/helpers/BrowserStackSetup.js +1 -1
  91. package/src/helpers/accessibility-automation/constants.js +1 -1
  92. package/src/helpers/accessibility-automation/helper.js +1 -1
  93. package/src/helpers/accessibility-automation/scripts.js +1 -1
  94. package/src/helpers/ats/constants.js +1 -1
  95. package/src/helpers/ats/helper.js +1 -1
  96. package/src/helpers/capsMapping.js +1 -1
  97. package/src/helpers/globals.js +1 -1
  98. package/src/helpers/helper.js +1 -1
  99. package/src/helpers/logger.js +1 -1
  100. package/src/helpers/patchHelpers.js +1 -1
  101. package/src/helpers/percy/Percy.js +1 -1
  102. package/src/helpers/percy/PercyBinary.js +1 -1
  103. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  104. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  105. package/src/helpers/percy/PercySDK.js +1 -1
  106. package/src/helpers/percy/index.js +1 -1
  107. package/src/helpers/percy/utils.js +1 -1
  108. package/src/helpers/performance-tester.js +1 -1
  109. package/src/helpers/request-spy.js +1 -1
  110. package/src/helpers/setKeepAlive.js +1 -1
  111. package/src/helpers/test-observability/constants.js +1 -1
  112. package/src/helpers/test-observability/error-handler.js +1 -1
  113. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  114. package/src/helpers/test-observability/sessionHandler.js +1 -1
  115. package/src/helpers/test-observability/utils.js +1 -1
  116. package/src/helpers/testhub/constants.js +1 -1
  117. package/src/helpers/testhub/testhubHandler.js +1 -1
  118. package/src/helpers/testhub/utils.js +1 -1
  119. package/src/helpers/w3cMapping.js +1 -1
  120. package/src/hubAllocationMethods.js +1 -1
  121. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a26_0x4141f2=a26_0x5d2c;function a26_0x17b4(){const _0x3dd19d=['SPhUB','accessibilityOptions','vuCjN','json','RzSpk','Now,\x20showing\x20logs\x20from\x20mocha','XaxYH','state','upGbv','../../helpers/helper','mocha/lib/cli/collect-files.js','JkNQG','debug','Printing\x20stats\x20of\x20tests','TVYJT','useW3C','IXibh','36xaXKIv','oNgSs','reporter-option','currentRetry','6803934lkIMkC','ignore','NyJZc','MHaYO','expected','getOwnPropertyNames','platforms','bjSoO','testsPassed','muRWQ','CPMJZ','hideDiff','mLqju','eeshW','mocha/lib/reporters/base.js','kUURI','min','jcgjz','IqAwU','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','45599KjrPqS','accessibility','testsPending','iqMCh','\x0a\x0a\x0a','testcase','actual','proxySettings','JMSia','NOTQk','failures','4112NSceEX','duration','iKBxm','vbPPX','UwRnS','fyjhn','fullTitle','isUndefined','DgYXJ','then','titlePath','generateDiff','../../helpers/test-observability/utils','BROWSERSTACK_TEST_OBSERVABILITY','handleApp','rhutG','logLevel','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','totalTests','hasOwnProperty','Dzijn','err','gcnXB','Jzvrh','****\x20FAILURES\x20****','zmlPU','DmGsS','MOCHA','testsuite','exitCode','WZwfD','FNsyw','titlePathV','RwlIx','tQpqk','Couldn\x27t\x20write\x20json\x20result\x20to','error','notifyUpdate','list','xdCQc','info','xGaQh','awQZs','spec','green','buKLI','yellow','chalk','stats','config','Total\x20Suites:\x20','padwf','isBrowserstackInfra','KRSZU','tjTSK','mjs','output','winstonLogger','results','RoOMe','SDKTestSuccessful','sort','fdHyl','testsFailed','../test-runner','ikMXO','doc','join','FckDb','suiteName','argv','--disable-test-observability','BROWSERSTACK_RERUN_TESTS','isTestObservabilitySession','includes','GMsQq','\x20failed','cqfWt','call','lCxxu','zhTgz','YOgAz','\x20total','length','suite','failed','push','etRLz','IbbJS','CWobK','\x20passed','KLjCJ','Writing\x20xunit\x20result\x20to\x20file','parallelsPerPlatform','OullT','PYzhC','--disable-browserstack-automation','Couldn\x27t\x20write\x20xunit\x20result\x20to','stringify','IjUxJ','testObservability','MVlxr','../../helpers/BrowserStackSetup','567888KMxXqD','Nzadd','1841XoXMub','qWpvT','map','cliConfig','getHubUrl','OLWXA','Vfods','Mocha\x20Tests','</testsuite>','getPlatformName','skipped','BROWSERSTACK_TEST_ACCESSIBILITY_YML','title','keys','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','iIByX','jVpmC','add','stack','object','bold','testSuites','red','YbaiZ','fuDmj','silmR','tPtbF','forEach','gEZBY','../../helpers/logger','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','hYdJu','izcHv','get','passed','jJwlp','BROWSERSTACK_AUTOMATION','iQGwG','3QPbUdc','recursive','WisLC','uUyQh','message','Setting\x20non\x20exit\x20code\x20for\x20failures','Total\x20Platforms:\x20','speed','ZKVNa','ozrmy','passes','Running\x20your\x20mocha\x20tests','ttdOn','195psBnkK','ZWUFE','initialize','nLqXe','prototype','shouldReRunObservabilityTests','exports','fireFunnelTestEvent','Listing\x20all\x20the\x20failures','nvuYj','errorMessage','UUnMT','26aNEFIM','cjs','reporterOptions','QLeLc','finally','rootHooks','rerunTests','AdfQe','HkFwy','markSDKSetupComplete','InVzz','reporter','prepareCapabilities','DPVBk','cBnJJ','lWXLc','JGtef','FRAMEWORKS','platform','assign','zPVlw','validPlatformsPresent','5chINjW','WqZDl','../../helpers/percy/utils','CuTcA','MOkRJ','EqPwj','finalExecution','Writing\x20json\x20result\x20to\x20file','310620EJgJDG','\x20platforms','xunit','failure','log','bgBlueBright','uTIkD','printBuildLink','framework','getErrorMessageFromResults','VoJSX','fHEnw','1880932mUjxvn','BROWSERSTACK_TEST_OBSERVABILITY_YML','env','file','consoleLog','9879474mxHtNm','../utils/constants','ePFWT','writeFileSync','BOlcl','parseFileNames','mocha','isPending'];a26_0x17b4=function(){return _0x3dd19d;};return a26_0x17b4();}(function(_0x5eaa7e,_0x457fc2){const _0x22da97=a26_0x5d2c,_0x5ed381=_0x5eaa7e();while(!![]){try{const _0x5b8b0e=-parseInt(_0x22da97(0x1e0))/0x1*(-parseInt(_0x22da97(0x293))/0x2)+-parseInt(_0x22da97(0x27a))/0x3*(parseInt(_0x22da97(0x2bd))/0x4)+parseInt(_0x22da97(0x2a9))/0x5*(-parseInt(_0x22da97(0x1cc))/0x6)+-parseInt(_0x22da97(0x254))/0x7*(-parseInt(_0x22da97(0x1eb))/0x8)+parseInt(_0x22da97(0x1c8))/0x9*(-parseInt(_0x22da97(0x2b1))/0xa)+parseInt(_0x22da97(0x2c2))/0xb+-parseInt(_0x22da97(0x252))/0xc*(-parseInt(_0x22da97(0x287))/0xd);if(_0x5b8b0e===_0x457fc2)break;else _0x5ed381['push'](_0x5ed381['shift']());}catch(_0x348e01){_0x5ed381['push'](_0x5ed381['shift']());}}}(a26_0x17b4,0x94505));const chalk=require(a26_0x4141f2(0x21a)),logger=require(a26_0x4141f2(0x271))[a26_0x4141f2(0x224)],{default:BrowserStackSetup}=require(a26_0x4141f2(0x251)),helper=require(a26_0x4141f2(0x2d3)),testOpsHelper=require(a26_0x4141f2(0x1f7)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a26_0x4141f2(0x22b)),{requireModule}=require('../../helpers/helper'),{getPercyOptions}=require(a26_0x4141f2(0x2ab)),Base=requireModule(a26_0x4141f2(0x1da)),collectFiles=requireModule(a26_0x4141f2(0x2d4)),constants=require(a26_0x4141f2(0x2c3));function tag(_0x1c30ba,_0x2e63ed,_0x195a63,_0x4d456b){const _0x354fa0=a26_0x4141f2,_0x4485b2={'fdHyl':function(_0x2f1639,_0x4da6cb){return _0x2f1639+_0x4da6cb;},'uTIkD':function(_0x601095,_0x210ff6){return _0x601095(_0x210ff6);},'UwRnS':function(_0x70405b,_0x56349d){return _0x70405b+_0x56349d;},'ePFWT':function(_0x21b21b,_0x32f7e5){return _0x21b21b+_0x32f7e5;},'WZwfD':function(_0xb98c8e,_0x176153){return _0xb98c8e+_0x176153;},'ZWUFE':function(_0x1e6e3c,_0xace1e4){return _0x1e6e3c+_0xace1e4;}},_0x1acfc2=_0x195a63?'/>':'>',_0x5ec0ef=[];let _0x2a545a;for(const _0xe7adbb in _0x2e63ed){Object[_0x354fa0(0x28b)][_0x354fa0(0x1fe)][_0x354fa0(0x239)](_0x2e63ed,_0xe7adbb)&&_0x5ec0ef[_0x354fa0(0x241)](_0x4485b2['fdHyl'](_0x4485b2[_0x354fa0(0x229)](_0x4485b2['fdHyl'](_0xe7adbb,'=\x22'),_0x4485b2[_0x354fa0(0x2b7)](escape,_0x2e63ed[_0xe7adbb])),'\x22'));}return _0x2a545a=_0x4485b2['UwRnS'](_0x4485b2[_0x354fa0(0x2c4)](_0x4485b2[_0x354fa0(0x1ef)]('<',_0x1c30ba),_0x5ec0ef['length']?_0x4485b2[_0x354fa0(0x2c4)]('\x20',_0x5ec0ef[_0x354fa0(0x22e)]('\x20')):''),_0x1acfc2),_0x4d456b&&(_0x2a545a+=_0x4485b2[_0x354fa0(0x209)](_0x4485b2[_0x354fa0(0x229)](_0x4485b2[_0x354fa0(0x288)](_0x4d456b,'</'),_0x1c30ba),_0x1acfc2)),_0x2a545a;}let xunitContent='';function xunitWrite(_0x225c46){xunitContent+=_0x225c46;}function xunitTest(_0x1cb7d4,_0x289b6e){const _0x245841=a26_0x4141f2,_0x3edc78={'oNgSs':function(_0x647d0a,_0x1d4a0f){return _0x647d0a/_0x1d4a0f;},'IbbJS':function(_0x8a380d,_0x58aa7e){return _0x8a380d===_0x58aa7e;},'DgYXJ':_0x245841(0x240),'FNsyw':function(_0xa5f9b7,_0x1e2a5b){return _0xa5f9b7+_0x1e2a5b;},'qWpvT':function(_0x1b7686,_0x5254bb){return _0x1b7686(_0x5254bb);},'RzSpk':function(_0x5f19e4,_0x4ddafa,_0x2ac1ee,_0x360bc7,_0x84d5af){return _0x5f19e4(_0x4ddafa,_0x2ac1ee,_0x360bc7,_0x84d5af);},'awQZs':_0x245841(0x1e5),'InVzz':function(_0x2f6df2,_0x46a50e,_0x4f2b77,_0x26df42,_0x2c4ecc){return _0x2f6df2(_0x46a50e,_0x4f2b77,_0x26df42,_0x2c4ecc);},'bjSoO':_0x245841(0x2b4),'zPVlw':function(_0x2ee223,_0x25c558){return _0x2ee223+_0x25c558;},'dSgIc':function(_0x558fd1,_0x5ce281){return _0x558fd1(_0x5ce281);},'AdfQe':function(_0x59956a,_0x52d087){return _0x59956a(_0x52d087);},'fyjhn':function(_0x159d0d,_0x477bce){return _0x159d0d(_0x477bce);},'EqPwj':function(_0x5c8506,_0x476f70){return _0x5c8506(_0x476f70);},'jJwlp':function(_0x269f94,_0x2fd689,_0x4ee784,_0x1ebc93){return _0x269f94(_0x2fd689,_0x4ee784,_0x1ebc93);},'KRSZU':_0x245841(0x25e),'iQGwG':function(_0x178aef,_0x3a744b,_0x4dfc61,_0x48de48){return _0x178aef(_0x3a744b,_0x4dfc61,_0x48de48);}};Base['useColors']=![];var _0x3836d3={'classname':_0x1cb7d4[_0x245841(0x1f1)],'name':_0x1cb7d4[_0x245841(0x260)],'time':_0x3edc78[_0x245841(0x1c9)](_0x1cb7d4['duration'],0x3e8)||0x0,'platform':_0x289b6e};if(_0x3edc78[_0x245841(0x243)](_0x1cb7d4[_0x245841(0x2d1)],_0x3edc78[_0x245841(0x1f3)])){var _0x1f3b61=_0x1cb7d4[_0x245841(0x200)],_0x2da678=!Base[_0x245841(0x1d7)]&&Base['showDiff'](_0x1f3b61)?_0x3edc78['FNsyw']('\x0a',Base[_0x245841(0x1f6)](_0x1f3b61[_0x245841(0x1e6)],_0x1f3b61[_0x245841(0x1d0)])):'';_0x3edc78[_0x245841(0x255)](xunitWrite,_0x3edc78[_0x245841(0x2ce)](tag,_0x3edc78[_0x245841(0x215)],_0x3836d3,![],_0x3edc78[_0x245841(0x29d)](tag,_0x3edc78[_0x245841(0x1d3)],{},![],_0x3edc78[_0x245841(0x20a)](_0x3edc78[_0x245841(0x2a7)](_0x3edc78[_0x245841(0x20a)](_0x3edc78['dSgIc'](escape,_0x1f3b61[_0x245841(0x27e)]),_0x3edc78[_0x245841(0x29a)](escape,_0x2da678)),'\x0a'),_0x3edc78[_0x245841(0x1f0)](escape,_0x1f3b61[_0x245841(0x266)])))));}else _0x1cb7d4[_0x245841(0x2c9)]?_0x3edc78[_0x245841(0x2ae)](xunitWrite,_0x3edc78['InVzz'](tag,_0x3edc78[_0x245841(0x215)],_0x3836d3,![],_0x3edc78[_0x245841(0x277)](tag,_0x3edc78[_0x245841(0x220)],{},!![]))):_0x3edc78[_0x245841(0x255)](xunitWrite,_0x3edc78[_0x245841(0x279)](tag,_0x3edc78['awQZs'],_0x3836d3,!![]));};function a26_0x5d2c(_0x45a449,_0x2f7430){const _0x17b4c1=a26_0x17b4();return a26_0x5d2c=function(_0x5d2c58,_0x8a8634){_0x5d2c58=_0x5d2c58-0x1c6;let _0x479465=_0x17b4c1[_0x5d2c58];return _0x479465;},a26_0x5d2c(_0x45a449,_0x2f7430);}function getStats(_0x164479){const _0x56db7c=a26_0x4141f2,_0x3d0be7={};_0x3d0be7[_0x56db7c(0x1e9)]=_0x56db7c(0x23f),_0x3d0be7[_0x56db7c(0x25a)]=_0x56db7c(0x276),_0x3d0be7[_0x56db7c(0x1de)]=_0x56db7c(0x240),_0x3d0be7[_0x56db7c(0x249)]=_0x56db7c(0x225);const _0x46cfa3=_0x3d0be7,_0x35612c=Object[_0x56db7c(0x261)](_0x164479);let _0x3c802f=0x0,_0x510edf=0x0,_0x419b14=0x0,_0x313e1d=0x0;const _0x5cb09c=new Set();_0x35612c[_0x56db7c(0x26f)](_0x5b2ebe=>{const _0x3bbf0f=_0x56db7c;_0x164479[_0x5b2ebe][_0x46cfa3[_0x3bbf0f(0x249)]][_0x3bbf0f(0x26f)](_0x21e89b=>{const _0x5ef887=_0x3bbf0f;_0x5cb09c[_0x5ef887(0x265)](_0x21e89b[_0x46cfa3['NOTQk']]),_0x3c802f++;switch(_0x21e89b[_0x5ef887(0x2d1)]){case _0x46cfa3[_0x5ef887(0x25a)]:_0x419b14++;break;case _0x46cfa3['IqAwU']:_0x510edf++;break;default:_0x313e1d++;}});});const _0x1feb8c={};return _0x1feb8c[_0x56db7c(0x269)]=_0x5cb09c['size'],_0x1feb8c['platforms']=_0x35612c,_0x1feb8c[_0x56db7c(0x1fd)]=_0x3c802f,_0x1feb8c[_0x56db7c(0x22a)]=_0x510edf,_0x1feb8c[_0x56db7c(0x1d4)]=_0x419b14,_0x1feb8c[_0x56db7c(0x1e2)]=_0x313e1d,_0x1feb8c;}function errorJSON(_0x3d8a80){const _0x4fc47a=a26_0x4141f2;var _0x5ca29e={};return Object[_0x4fc47a(0x1d1)](_0x3d8a80)['forEach'](function(_0x3ec5e4){_0x5ca29e[_0x3ec5e4]=_0x3d8a80[_0x3ec5e4];},_0x3d8a80),_0x5ca29e;}function cleanCycles(_0x509167){const _0x19dbf3=a26_0x4141f2,_0x2ce470={};_0x2ce470['gcnXB']=function(_0x3cbbd7,_0x5c520d){return _0x3cbbd7===_0x5c520d;},_0x2ce470[_0x19dbf3(0x2d5)]=_0x19dbf3(0x267),_0x2ce470[_0x19dbf3(0x253)]=function(_0x1b2e04,_0x534ae5){return _0x1b2e04!==_0x534ae5;},_0x2ce470[_0x19dbf3(0x24a)]=function(_0x294b88,_0x59c310){return _0x294b88+_0x59c310;};const _0xaef2a9=_0x2ce470;var _0x51a1c3=[];return JSON['parse'](JSON['stringify'](_0x509167,function(_0x56b06b,_0x327554){const _0x2802bd=_0x19dbf3;if(_0xaef2a9[_0x2802bd(0x201)](typeof _0x327554,_0xaef2a9['JkNQG'])&&_0xaef2a9[_0x2802bd(0x253)](_0x327554,null)){if(_0xaef2a9[_0x2802bd(0x253)](_0x51a1c3['indexOf'](_0x327554),-0x1))return _0xaef2a9[_0x2802bd(0x24a)]('',_0x327554);_0x51a1c3[_0x2802bd(0x241)](_0x327554);}return _0x327554;}));}function clean(_0x341684){const _0x1b80ff=a26_0x4141f2,_0x4fa393={'OLWXA':function(_0x5664af,_0x532fe4){return _0x5664af instanceof _0x532fe4;},'pQjLn':function(_0x25fabf,_0x4f73b7){return _0x25fabf(_0x4f73b7);},'pqQkv':function(_0x2b8ec2,_0x30e2b5){return _0x2b8ec2(_0x30e2b5);}};var _0x3b81bd=_0x341684[_0x1b80ff(0x200)]||{};return _0x4fa393[_0x1b80ff(0x259)](_0x3b81bd,Error)&&(_0x3b81bd=_0x4fa393['pQjLn'](errorJSON,_0x3b81bd)),{'title':_0x341684['title'],'fullTitle':_0x341684[_0x1b80ff(0x1f1)],'file':_0x341684[_0x1b80ff(0x2c0)],'duration':_0x341684[_0x1b80ff(0x1ec)],'currentRetry':_0x341684[_0x1b80ff(0x1cb)],'speed':_0x341684[_0x1b80ff(0x281)],'err':_0x4fa393['pqQkv'](cleanCycles,_0x3b81bd)};}function printStats(_0x243e2e,_0x5845f9=a26_0x4141f2(0x216),_0x17dac7={}){const _0x19f624=a26_0x4141f2,_0x158205={'JMSia':function(_0x3c955f,_0x40cd25){return _0x3c955f(_0x40cd25);},'XaxYH':function(_0x7bf500,_0x238f34){return _0x7bf500===_0x238f34;},'YOgAz':_0x19f624(0x276),'iIByX':_0x19f624(0x284),'jVpmC':function(_0x247a96,_0x2c1746){return _0x247a96===_0x2c1746;},'lWXLc':'failed','padwf':_0x19f624(0x1ea),'tjTSK':'pending','IXibh':function(_0x2f3160,_0x515957){return _0x2f3160(_0x515957);},'UUnMT':_0x19f624(0x225),'tBKoE':function(_0x38a342,_0x53130a){return _0x38a342===_0x53130a;},'tYTft':function(_0x42b9a0,_0x226382){return _0x42b9a0===_0x226382;},'jcgjz':function(_0x13b829,_0x10ba5c){return _0x13b829*_0x10ba5c;},'Dzijn':function(_0x245783,_0x4127f5,_0x349034){return _0x245783(_0x4127f5,_0x349034);},'mLqju':function(_0x5ef6ae,_0x37b4a8){return _0x5ef6ae>_0x37b4a8;},'HkFwy':function(_0x3321a7){return _0x3321a7();},'MOkRJ':function(_0x3154e7,_0x120ca0){return _0x3154e7===_0x120ca0;},'xdCQc':_0x19f624(0x22d),'iKBxm':function(_0x39e19e,_0x1d44dc){return _0x39e19e>_0x1d44dc;},'RoOMe':_0x19f624(0x27f),'rhutG':_0x19f624(0x2d7),'MHaYO':function(_0x24a95c,_0x43317e){return _0x24a95c+_0x43317e;},'gEZBY':_0x19f624(0x280),'vbPPX':_0x19f624(0x21d),'NyJZc':function(_0x5ba839,_0x5933ce){return _0x5ba839+_0x5933ce;},'bNFrH':'Tests:\x20\x20\x20\x20\x20\x20\x20','nLqXe':function(_0x569cda,_0x449c28){return _0x569cda>_0x449c28;},'CWobK':function(_0x596c32,_0x113886){return _0x596c32+_0x113886;},'tPtbF':function(_0x567cb7,_0x1a746b){return _0x567cb7+_0x1a746b;},'kUURI':function(_0x2d2856,_0x35c73d){return _0x2d2856+_0x35c73d;},'DmGsS':_0x19f624(0x1e4),'muRWQ':_0x19f624(0x2cd),'nvuYj':_0x19f624(0x2b0),'SPhUB':_0x19f624(0x20e),'VoJSX':_0x19f624(0x1fc),'ttdOn':function(_0x3ee01e,_0x29c7e7){return _0x3ee01e===_0x29c7e7;},'iqMCh':_0x19f624(0x2b3),'UPGDH':_0x19f624(0x25b),'YbaiZ':function(_0x40a379,_0x2fc615){return _0x40a379||_0x2fc615;},'egbgg':function(_0x54088a,_0x47c820,_0x47b326,_0x10c35c){return _0x54088a(_0x47c820,_0x47b326,_0x10c35c);},'EzRnM':_0x19f624(0x207),'eeshW':function(_0x2ebbe1,_0x3ea4fc){return _0x2ebbe1-_0x3ea4fc;},'vuCjN':function(_0x45705e,_0x54a347){return _0x45705e/_0x54a347;},'WisLC':function(_0x44129f,_0x42c290){return _0x44129f(_0x42c290);},'eJlWU':_0x19f624(0x25c),'CPMJZ':_0x19f624(0x247),'silmR':_0x19f624(0x24c),'CuTcA':_0x19f624(0x272),'KLjCJ':function(_0x40234f,_0x4934a1){return _0x40234f===_0x4934a1;},'RwlIx':_0x19f624(0x28f),'Jzvrh':_0x19f624(0x203)};if(_0x158205[_0x19f624(0x2ad)](_0x5845f9,_0x158205[_0x19f624(0x212)]))return;const _0xc8e6ee=0x0,_0x2f5dff=()=>{const _0x5ddb3e=_0x19f624;return _0x158205[_0x5ddb3e(0x1e8)](Array,_0xc8e6ee)[_0x5ddb3e(0x22e)]('\x20\x20');},{testSuites:_0x4b7535,platforms:_0x1ba714,totalTests:_0xf3e687,testsFailed:_0x499b03,testsPassed:_0x29e013,testsPending:_0x3c4c60}=_0x158205[_0x19f624(0x1e8)](getStats,_0x243e2e);_0x158205[_0x19f624(0x1ed)](_0x499b03,0x0)&&(logger[_0x19f624(0x2d6)](_0x158205[_0x19f624(0x226)]),process[_0x19f624(0x208)]=Math[_0x19f624(0x1dc)](_0x499b03,0xff));logger[_0x19f624(0x2d6)](_0x158205[_0x19f624(0x1fa)]);const _0x2dc38d=''+_0x158205[_0x19f624(0x1cf)](chalk[_0x19f624(0x268)](_0x158205[_0x19f624(0x270)]),_0x1ba714['length']),_0x5c2343=''+_0x158205[_0x19f624(0x1cf)](chalk[_0x19f624(0x268)](_0x158205[_0x19f624(0x1ee)]),_0x4b7535),_0x4ac3fc=''+_0x158205[_0x19f624(0x1cf)](_0x158205[_0x19f624(0x1cf)](_0x158205[_0x19f624(0x1ce)](chalk[_0x19f624(0x268)](_0x158205['bNFrH']),_0x158205[_0x19f624(0x28a)](_0x499b03,0x0)?chalk['bold'][_0x19f624(0x26a)](_0x499b03+_0x19f624(0x237))+',\x20':''),_0x158205['mLqju'](_0x3c4c60,0x0)?chalk[_0x19f624(0x268)][_0x19f624(0x219)](_0x3c4c60+'\x20skipped')+',\x20':''),_0x158205['nLqXe'](_0x29e013,0x0)?chalk[_0x19f624(0x268)][_0x19f624(0x217)](_0x29e013+_0x19f624(0x245))+',\x20':'')+_0xf3e687+_0x19f624(0x23d);console[_0x19f624(0x2b5)](_0x158205[_0x19f624(0x244)](_0x158205[_0x19f624(0x244)](_0x158205[_0x19f624(0x244)](_0x158205[_0x19f624(0x26e)](_0x158205[_0x19f624(0x1db)](_0x158205[_0x19f624(0x205)],_0x2dc38d),'\x0a'),_0x5c2343),'\x0a'),_0x4ac3fc));if(_0x158205['MOkRJ'](_0x5845f9,_0x158205[_0x19f624(0x1d5)])){const _0x5146d7={},_0xcb6e21={};_0xcb6e21[_0x19f624(0x269)]=_0x4b7535,_0xcb6e21[_0x19f624(0x1d2)]=_0x1ba714,_0xcb6e21[_0x19f624(0x22a)]=_0x499b03,_0xcb6e21['testsPassed']=_0x29e013,_0xcb6e21[_0x19f624(0x1e2)]=_0x3c4c60,_0x5146d7[_0x19f624(0x21b)]=_0xcb6e21,_0x1ba714['forEach'](_0x4498e1=>{const _0x9d528b=_0x19f624,_0x35da7c={'DPVBk':function(_0x198e5e,_0x16aa6a){const _0x11ba80=a26_0x5d2c;return _0x158205[_0x11ba80(0x2d0)](_0x198e5e,_0x16aa6a);},'zhTgz':_0x158205[_0x9d528b(0x23c)],'tMGFy':_0x158205[_0x9d528b(0x263)],'buKLI':function(_0xa375bb,_0x18a847){const _0x4f6fbd=_0x9d528b;return _0x158205[_0x4f6fbd(0x1e8)](_0xa375bb,_0x18a847);},'BOlcl':function(_0x5957f4,_0x1b1330){const _0x51b388=_0x9d528b;return _0x158205[_0x51b388(0x264)](_0x5957f4,_0x1b1330);},'fuDmj':_0x158205['lWXLc'],'TVYJT':_0x158205[_0x9d528b(0x21e)],'uUyQh':_0x158205[_0x9d528b(0x221)],'izcHv':function(_0x16b7d4,_0x2ab5d3){const _0x4e21b9=_0x9d528b;return _0x158205[_0x4e21b9(0x1c7)](_0x16b7d4,_0x2ab5d3);}};_0x5146d7[_0x4498e1]={'pending':[],'failures':[],'passes':[],'tests':_0x243e2e[_0x4498e1][_0x158205[_0x9d528b(0x292)]][_0x9d528b(0x256)](clean)},_0x243e2e[_0x4498e1][_0x158205[_0x9d528b(0x292)]]['forEach'](_0x43a268=>{const _0xdc8e15=_0x9d528b;if(_0x35da7c[_0xdc8e15(0x2a0)](_0x43a268[_0xdc8e15(0x2d1)],_0x35da7c[_0xdc8e15(0x23b)]))_0x5146d7[_0x4498e1][_0x35da7c['tMGFy']][_0xdc8e15(0x241)](_0x35da7c[_0xdc8e15(0x218)](clean,_0x43a268));else _0x35da7c[_0xdc8e15(0x2c6)](_0x43a268[_0xdc8e15(0x2d1)],_0x35da7c[_0xdc8e15(0x26c)])?_0x5146d7[_0x4498e1][_0x35da7c[_0xdc8e15(0x2d8)]]['push'](_0x35da7c[_0xdc8e15(0x218)](clean,_0x43a268)):_0x5146d7[_0x4498e1][_0x35da7c[_0xdc8e15(0x27d)]]['push'](_0x35da7c[_0xdc8e15(0x274)](clean,_0x43a268));});});if(_0x17dac7[_0x19f624(0x223)])try{logger[_0x19f624(0x2d6)](_0x158205[_0x19f624(0x290)],_0x17dac7[_0x19f624(0x223)]),fs[_0x19f624(0x2c5)](_0x17dac7['output'],JSON[_0x19f624(0x24d)](_0x5146d7,null,0x3));}catch(_0x56b5a2){logger[_0x19f624(0x20f)](_0x158205[_0x19f624(0x2ca)],_0x17dac7[_0x19f624(0x223)]),logger[_0x19f624(0x2d6)](_0x56b5a2);}else logger[_0x19f624(0x2d6)](_0x158205[_0x19f624(0x2bb)]),console[_0x19f624(0x2b5)](JSON['stringify'](_0x5146d7,null,0x3));}else{if(_0x158205[_0x19f624(0x286)](_0x5845f9,_0x158205[_0x19f624(0x1e3)])){let _0x28f2dc;const _0x40b740=_0x158205['UPGDH'];_0x17dac7&&(_0x28f2dc=_0x17dac7[_0x19f624(0x230)]);_0x28f2dc=_0x158205[_0x19f624(0x26b)](_0x28f2dc,_0x40b740);let _0xe08cc=0x0,_0x20a55d=0x0,_0xa60bee=0x0,_0x491a09=0x0;_0x1ba714[_0x19f624(0x26f)](_0x52bd06=>{const _0x535d32=_0x19f624,_0x3b7910={'tQpqk':function(_0x4ef1ea,_0x3a6279){return _0x158205['tBKoE'](_0x4ef1ea,_0x3a6279);},'etRLz':_0x158205[_0x535d32(0x23c)],'fHEnw':function(_0x264286,_0x1cbb8b){return _0x158205['tYTft'](_0x264286,_0x1cbb8b);},'ozrmy':_0x158205[_0x535d32(0x2a2)],'GMsQq':function(_0x32f51a,_0x5405eb){const _0x243635=_0x535d32;return _0x158205[_0x243635(0x1dd)](_0x32f51a,_0x5405eb);}};_0x243e2e[_0x52bd06][_0x158205['UUnMT']][_0x535d32(0x26f)](_0x42899b=>{const _0x52f486=_0x535d32;if(_0x3b7910[_0x52f486(0x20d)](_0x42899b['state'],_0x3b7910[_0x52f486(0x242)]))_0xe08cc++;else _0x3b7910[_0x52f486(0x2bc)](_0x42899b[_0x52f486(0x2d1)],_0x3b7910[_0x52f486(0x283)])&&_0x20a55d++;_0xa60bee++,_0x491a09+=_0x3b7910[_0x52f486(0x236)](_0x42899b['duration'],0x1);});}),_0x158205[_0x19f624(0x1c7)](xunitWrite,_0x158205['egbgg'](tag,_0x158205['EzRnM'],{'name':_0x28f2dc,'tests':_0xa60bee,'failures':0x0,'errors':_0x20a55d,'skipped':_0x158205[_0x19f624(0x1d9)](_0x158205[_0x19f624(0x1d9)](_0xa60bee,_0x20a55d),_0xe08cc),'timestamp':new Date()['toUTCString'](),'time':_0x158205[_0x19f624(0x2cc)](_0x491a09,0x3e8)||0x0},![])),_0x1ba714[_0x19f624(0x26f)](_0x313ab7=>{const _0x29967c=_0x19f624;_0x243e2e[_0x313ab7][_0x158205[_0x29967c(0x292)]]['forEach'](_0x2ee46d=>{const _0x2d22b1=_0x29967c;_0x158205[_0x2d22b1(0x1ff)](xunitTest,_0x2ee46d,_0x313ab7);});}),_0x158205[_0x19f624(0x27c)](xunitWrite,_0x158205['eJlWU']);if(_0x17dac7[_0x19f624(0x223)])try{logger[_0x19f624(0x2d6)](_0x158205[_0x19f624(0x1d6)],_0x17dac7[_0x19f624(0x223)]),fs[_0x19f624(0x2c5)](_0x17dac7[_0x19f624(0x223)],xunitContent);}catch(_0x39fe67){logger['error'](_0x158205[_0x19f624(0x26d)],_0x17dac7[_0x19f624(0x223)]),logger[_0x19f624(0x2d6)](_0x39fe67);}else logger[_0x19f624(0x2d6)](_0x158205[_0x19f624(0x2ac)]),console[_0x19f624(0x2b5)](xunitContent);}else{if(_0x158205[_0x19f624(0x246)](_0x499b03,0x0))return;console[_0x19f624(0x2b5)](),logger[_0x19f624(0x2d6)](_0x158205[_0x19f624(0x20c)]),console[_0x19f624(0x2b5)](chalk['bold']['bgRedBright'](_0x158205[_0x19f624(0x202)])),_0x1ba714['forEach'](_0x22f485=>{const _0x5036c3=_0x19f624,_0x333306=[];_0x243e2e[_0x22f485][_0x158205[_0x5036c3(0x292)]][_0x5036c3(0x26f)](_0x4c0e9e=>{const _0x1e3945=_0x5036c3;_0x158205[_0x1e3945(0x2d0)](_0x4c0e9e[_0x1e3945(0x2d1)],_0x158205[_0x1e3945(0x2a2)])&&(_0x4c0e9e[_0x1e3945(0x1f5)]=()=>_0x4c0e9e[_0x1e3945(0x20b)],_0x333306['push'](_0x4c0e9e));}),_0x158205[_0x5036c3(0x1d8)](_0x333306[_0x5036c3(0x23e)],0x0)&&(Base[_0x5036c3(0x2c1)](),Base[_0x5036c3(0x2c1)](_0x158205[_0x5036c3(0x29b)](_0x2f5dff),chalk[_0x5036c3(0x268)][_0x5036c3(0x2b6)](_0x22f485)),Base[_0x5036c3(0x211)](_0x333306));});}}}async function run(_0x1e42cc,_0x3b5f81){const _0x1e8454=a26_0x4141f2,_0x34ede9={'zmlPU':function(_0x552437,_0x6aeaec,_0xc4c4c7,_0x2b0b0c){return _0x552437(_0x6aeaec,_0xc4c4c7,_0x2b0b0c);},'hYdJu':_0x1e8454(0x1ca),'JGtef':_0x1e8454(0x227),'QLeLc':_0x1e8454(0x2c8),'IjUxJ':_0x1e8454(0x232),'upGbv':_0x1e8454(0x24b),'xGaQh':function(_0x1c239c,_0x1ff2cd){return _0x1c239c!=_0x1ff2cd;},'MVlxr':_0x1e8454(0x294),'SXvBU':_0x1e8454(0x222),'cqfWt':'test','ikMXO':_0x1e8454(0x299),'WqZDl':function(_0x1f1567,_0xb862ec){return _0x1f1567(_0xb862ec);},'GOmoJ':_0x1e8454(0x285),'lCxxu':_0x1e8454(0x2cf),'cBnJJ':function(_0x137ccb,_0x38a1d6){return _0x137ccb*_0x38a1d6;},'FckDb':function(_0x14fce1,_0x38505f){return _0x14fce1!==_0x38505f;},'ZKVNa':function(_0x254dee,_0x4a79e6,_0x353467,_0x1b9658){return _0x254dee(_0x4a79e6,_0x353467,_0x1b9658);}};process[_0x1e8454(0x231)][_0x1e8454(0x235)](_0x34ede9[_0x1e8454(0x24e)])&&(process[_0x1e8454(0x2bf)][_0x1e8454(0x1f8)]=![]);process['argv'][_0x1e8454(0x235)](_0x34ede9[_0x1e8454(0x2d2)])&&(process[_0x1e8454(0x2bf)][_0x1e8454(0x278)]=![]);const _0x5cd8b9=new BrowserStackSetup(_0x1e42cc,_0x34ede9[_0x1e8454(0x296)]);helper[_0x1e8454(0x21f)]()&&(await _0x5cd8b9[_0x1e8454(0x289)](),await helper[_0x1e8454(0x1f9)](_0x5cd8b9[_0x1e8454(0x21c)]));const _0xf9406f=[];let _0x3b58e3=[];if(!_0x5cd8b9[_0x1e8454(0x21c)])return;_0x34ede9[_0x1e8454(0x214)](_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x24f)],null)&&(process[_0x1e8454(0x2bf)][_0x1e8454(0x2be)]=_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x24f)]);!helper[_0x1e8454(0x1f2)](_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x1e1)])&&(process[_0x1e8454(0x2bf)][_0x1e8454(0x25f)]=_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x1e1)]);!helper['isUndefined'](_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x2cb)])&&(process[_0x1e8454(0x2bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1e8454(0x24d)](_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x2cb)]));const {extension:extension=['js',_0x34ede9[_0x1e8454(0x250)],_0x34ede9['SXvBU']],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x34ede9[_0x1e8454(0x238)]]}=_0x1e42cc,_0x155cef={..._0x1e42cc};_0x155cef[_0x1e8454(0x298)]=null;const _0x2aa9c6=_0x155cef;let _0x2d6bb3;if(testOpsHelper[_0x1e8454(0x234)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x56bd4b=process[_0x1e8454(0x2bf)][_0x1e8454(0x233)];!helper['isUndefined'](_0x5cd8b9[_0x1e8454(0x257)])&&_0x5cd8b9[_0x1e8454(0x257)]['has'](_0x34ede9[_0x1e8454(0x22c)])&&(_0x56bd4b=_0x5cd8b9[_0x1e8454(0x257)][_0x1e8454(0x275)](_0x34ede9['ikMXO'])),_0x2d6bb3=testOpsHelper[_0x1e8454(0x2c7)](_0x56bd4b);}if(helper[_0x1e8454(0x1f2)](_0x2d6bb3)){const _0xcd11c6={};_0xcd11c6[_0x1e8454(0x1cd)]=ignore,_0xcd11c6['extension']=extension,_0xcd11c6[_0x1e8454(0x2c0)]=file,_0xcd11c6[_0x1e8454(0x27b)]=recursive,_0xcd11c6[_0x1e8454(0x228)]=sort,_0xcd11c6['spec']=spec,_0x2d6bb3=_0x34ede9[_0x1e8454(0x2aa)](collectFiles,_0xcd11c6);}helper[_0x1e8454(0x29c)]();if(!helper[_0x1e8454(0x21f)]()){const _0x1c9121=0x1,_0x53ff75={..._0x2aa9c6};_0x53ff75[_0x1e8454(0x216)]=[..._0x2d6bb3],_0xf9406f[_0x1e8454(0x241)]({'mochaOpts':_0x53ff75,'configuration':{'platform':os[_0x1e8454(0x2a5)]()}}),logger[_0x1e8454(0x213)](_0x34ede9['GOmoJ']),logger[_0x1e8454(0x213)](_0x34ede9['lCxxu']),_0x34ede9[_0x1e8454(0x204)](parallelTestRun,_0xf9406f,_0x1c9121,_0x5cd8b9)[_0x1e8454(0x1f4)](_0x3e3d39=>{const _0x11f468=_0x1e8454;_0x34ede9[_0x11f468(0x204)](printStats,_0x3e3d39,_0x1e42cc[_0x11f468(0x29e)],_0x1e42cc[_0x11f468(0x295)]||_0x1e42cc[_0x34ede9['hYdJu']]);})[_0x1e8454(0x297)](()=>{const _0x4351a9=_0x1e8454;try{helper[_0x4351a9(0x28e)](_0x34ede9[_0x4351a9(0x2a3)],{},_0x5cd8b9[_0x4351a9(0x21c)],_0x5cd8b9[_0x4351a9(0x2b9)]);}catch(_0x1e24b7){logger['debug'](_0x4351a9(0x262)+_0x1e24b7);}try{helper[_0x4351a9(0x210)]();}catch(_0x56f340){logger[_0x4351a9(0x2d6)](_0x4351a9(0x1df)+_0x56f340);}testOpsHelper[_0x4351a9(0x2b8)]();});}else{const _0x16dba3=helper[_0x1e8454(0x1c6)](_0x5cd8b9[_0x1e8454(0x21c)]),_0x3b2c9e=helper[_0x1e8454(0x258)](_0x5cd8b9[_0x1e8454(0x21c)]);_0x3b58e3=helper[_0x1e8454(0x29f)](_0x5cd8b9['config'],_0x16dba3,constants[_0x1e8454(0x2a4)][_0x1e8454(0x206)]);let _0x300c09;const _0x3ed229=_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x248)]||helper['getUserWorkerCount'](_0x1e42cc,_0x3b5f81,_0x5cd8b9[_0x1e8454(0x21c)],constants[_0x1e8454(0x2a4)][_0x1e8454(0x206)])||0x1;helper[_0x1e8454(0x2a8)](_0x5cd8b9[_0x1e8454(0x21c)])?_0x300c09=_0x34ede9[_0x1e8454(0x2a1)](_0x5cd8b9['config'][_0x1e8454(0x1d2)][_0x1e8454(0x23e)],_0x3ed229):_0x300c09=_0x3ed229;const _0x2b8211=_0x34ede9[_0x1e8454(0x2aa)](getPercyOptions,_0x5cd8b9[_0x1e8454(0x21c)]);if(_0x34ede9[_0x1e8454(0x22f)](_0x5cd8b9[_0x1e8454(0x21c)][_0x1e8454(0x248)],0x1))_0x2d6bb3[_0x1e8454(0x26f)](_0x58938c=>{const _0x2f9e48=_0x1e8454,_0x4edcdf=[];_0x3b58e3[_0x2f9e48(0x26f)]((_0x978b2d,_0x4d66e6)=>{const _0x444cfc=_0x2f9e48,_0x1f7778={};_0x1f7778[_0x444cfc(0x216)]=[_0x58938c],_0x4edcdf[_0x444cfc(0x241)]({'mochaOpts':Object['assign']({},_0x2aa9c6,_0x1f7778),'configuration':{'server':_0x3b2c9e,'capability':_0x978b2d,'proxySettings':_0x5cd8b9[_0x444cfc(0x21c)][_0x444cfc(0x1e7)],'platform':helper[_0x444cfc(0x25d)](_0x978b2d),'browserStackLogLevel':_0x5cd8b9[_0x444cfc(0x21c)][_0x444cfc(0x1fb)],'platformIndex':_0x4d66e6,'browserStackPercyOptions':_0x2b8211,'platformCaps':_0x5cd8b9[_0x444cfc(0x21c)][_0x444cfc(0x1d2)][_0x4d66e6]}});}),_0xf9406f['push'](..._0x4edcdf);});else{const _0x59feec=[];_0x3b58e3[_0x1e8454(0x26f)]((_0x19924d,_0x110d4b)=>{const _0x25c1b9=_0x1e8454;let _0x20a35f=Object[_0x25c1b9(0x2a6)]({},_0x2aa9c6);testOpsHelper[_0x25c1b9(0x234)]()&&testOpsHelper[_0x25c1b9(0x28c)]()&&(_0x20a35f={..._0x20a35f,'spec':[..._0x2d6bb3]}),_0x59feec['push']({'mochaOpts':_0x20a35f,'configuration':{'server':_0x3b2c9e,'capability':_0x19924d,'proxySettings':_0x5cd8b9[_0x25c1b9(0x21c)]['proxySettings'],'platform':helper[_0x25c1b9(0x25d)](_0x19924d),'browserStackLogLevel':_0x5cd8b9['config'][_0x25c1b9(0x1fb)],'platformIndex':_0x110d4b,'browserStackPercyOptions':_0x2b8211,'platformCaps':_0x5cd8b9['config'][_0x25c1b9(0x1d2)][_0x110d4b]}});}),_0xf9406f[_0x1e8454(0x241)](..._0x59feec);}logger[_0x1e8454(0x213)]('Running\x20your\x20mocha\x20tests\x20across\x20'+_0x5cd8b9[_0x1e8454(0x21c)]['platforms']['length']+_0x1e8454(0x2b2)),logger[_0x1e8454(0x213)](_0x34ede9[_0x1e8454(0x23a)]);let _0x1bcabf;_0x34ede9[_0x1e8454(0x282)](parallelTestRun,_0xf9406f,_0x300c09,_0x5cd8b9)['then'](_0x5b8d32=>{const _0x50e7cd=_0x1e8454;_0x1bcabf=_0x5b8d32,_0x34ede9[_0x50e7cd(0x204)](printStats,_0x5b8d32,_0x1e42cc[_0x50e7cd(0x29e)],_0x1e42cc[_0x50e7cd(0x295)]||_0x1e42cc[_0x34ede9[_0x50e7cd(0x273)]]);})[_0x1e8454(0x297)](async()=>{const _0x33f965=_0x1e8454;_0x5cd8b9[_0x33f965(0x291)]=helper[_0x33f965(0x2ba)](_0x1bcabf,_0x34ede9[_0x33f965(0x296)]),await helper[_0x33f965(0x2af)](_0x5cd8b9),testOpsHelper['printBuildLink']();});}}module[a26_0x4141f2(0x28d)]=run;
2
+ 'use strict';function a27_0x492a(){const _0x280d8d=['Running\x20your\x20mocha\x20tests','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','chalk','generateDiff','isUndefined','finalExecution','120860YEPySb','9763RuvtdR','IEYYK','NxyWm','title','vsYPH','ENNrh','FieFi','framework','printBuildLink','FQULD','err','size','../../helpers/logger','DOmrH','spec','pending','join','jxEjc','green','159oJGzlY','VkjCY','parallelsPerPlatform','iIYtj','initialize','HBuWw','Running\x20your\x20mocha\x20tests\x20across\x20','LAjrt','MTOFD','../../helpers/helper','sVcPb','WdXIY','klQFg','upBqZ','finally','\x0a\x0a\x0a','uNXqp','speed','xunit','min','testcase','XVOfN','Total\x20Suites:\x20','forEach','get','WBhcU','XanEU','../../helpers/BrowserStackSetup','testsPending','nNbdW','toUTCString','hideDiff','Writing\x20xunit\x20result\x20to\x20file','bgBlueBright','bcWsr','isBrowserstackInfra','Total\x20Platforms:\x20','ignore','notifyUpdate','testObservability','platforms','showDiff','</testsuite>','vwmtx','Audpd','MOCHA','cliConfig','axxbR','failed','Printing\x20stats\x20of\x20tests','Couldn\x27t\x20write\x20json\x20result\x20to','YlVIM','JZCOR','message','stats','16030gfFlKQ','keys','oKNLf','recursive','FRAMEWORKS','ZipSU','bGKtS','zlZOO','tshFT','log','1273768YBiwqC','useColors','bgRedBright','markSDKSetupComplete','1970406OsDxDS','tOpdx','\x20platforms','suite','reporter','iftZV','12HfUMPE','duration','suiteName','HcMfb','XtlFC','rerunTests','prototype','iPBfM','sswSO','getOwnPropertyNames','HWwQr','mocha/lib/cli/collect-files.js','FwbJf','nQXiG','RQmiz','output','call','rootHooks','gqFqO','accessibilityOptions','isTestObservabilitySession','yrvHr','AlZmB','testsPassed','gtdWq','tfsKT','kYPnr','bjqKo','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','config','LvOeo','GLzkl','boSRO','13KvZqsK','trUMq','bold','titlePath','passes','logLevel','SDKTestSuccessful','--disable-browserstack-automation','testsFailed','includes','PpWBc','json','push','then','QSlex','AZWRt','30HQUKRh','fireFunnelTestEvent','stringify','pljAc','add','red','BROWSERSTACK_AUTOMATION','assign','qyTUR','useW3C','passed','mqteT','fZlhJ','hasOwnProperty','YUHNS','qeeFC','wnfJU','Listing\x20all\x20the\x20failures','zfWoI','isPending','GNGoP','99508Ltmytz','failure','swptY','list','parse','proxySettings','object','qMFny','reporter-option','BZIOm','tQuiv','DFkfP','BROWSERSTACK_RERUN_TESTS','eGiHU','WkOOu','reporterOptions','BROWSERSTACK_TEST_OBSERVABILITY_YML','winstonLogger','stack','eMPnK','sort','RTTor','env','parseFileNames','XuCNq','../../helpers/test-observability/utils','exitCode','yymkp','ItTux','42jCAemN','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','GPbau','131045nBuoSi','aGZvE','fullTitle','Tests:\x20\x20\x20\x20\x20\x20\x20','results','exports','xHsJT','EVTxp','BROWSERSTACK_TEST_OBSERVABILITY','Now,\x20showing\x20logs\x20from\x20mocha','yGnPx','Mocha\x20Tests','ZMHlz','titlePathV','URdLQ','testSuites','aUfYR','FuEGx','file','mocha','tdjil','validPlatformsPresent','qCSrX','../../helpers/percy/utils','--disable-test-observability','Fmnsi','info','Writing\x20json\x20result\x20to\x20file','error','skipped','getPlatformName','DTcsJ','debug','../utils/constants','test','currentRetry','indexOf','\x20passed','argv','tlIDh','QJDsx','\x20skipped','length','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','actual','Couldn\x27t\x20write\x20xunit\x20result\x20to','YVyvj','awmFi','getErrorMessageFromResults','testsuite','weFDw','nVBvB','LdeXZ','state','****\x20FAILURES\x20****','222vuSUeZ','writeFileSync','Sgonl','UfHFc','3042160CPVHvy','iJlul','cjs','\x20total'];a27_0x492a=function(){return _0x280d8d;};return a27_0x492a();}const a27_0x2e0ada=a27_0x1534;(function(_0x574396,_0x5b3188){const _0x3eb672=a27_0x1534,_0x1dc4bf=_0x574396();while(!![]){try{const _0x59e4f7=-parseInt(_0x3eb672(0xd1))/0x1*(-parseInt(_0x3eb672(0x15b))/0x2)+parseInt(_0x3eb672(0x16f))/0x3*(-parseInt(_0x3eb672(0xf6))/0x4)+-parseInt(_0x3eb672(0x116))/0x5*(parseInt(_0x3eb672(0x14d))/0x6)+parseInt(_0x3eb672(0x113))/0x7*(parseInt(_0x3eb672(0x1b0))/0x8)+-parseInt(_0x3eb672(0x1b4))/0x9*(-parseInt(_0x3eb672(0xe1))/0xa)+-parseInt(_0x3eb672(0x151))/0xb*(parseInt(_0x3eb672(0x1ba))/0xc)+parseInt(_0x3eb672(0x15c))/0xd*(parseInt(_0x3eb672(0x1a6))/0xe);if(_0x59e4f7===_0x5b3188)break;else _0x1dc4bf['push'](_0x1dc4bf['shift']());}catch(_0x38ea43){_0x1dc4bf['push'](_0x1dc4bf['shift']());}}}(a27_0x492a,0xa9267));function a27_0x1534(_0xe9ee07,_0x3e1e62){const _0x492a4b=a27_0x492a();return a27_0x1534=function(_0x1534d5,_0x4293b0){_0x1534d5=_0x1534d5-0xcf;let _0x77766b=_0x492a4b[_0x1534d5];return _0x77766b;},a27_0x1534(_0xe9ee07,_0x3e1e62);}const chalk=require(a27_0x2e0ada(0x157)),logger=require(a27_0x2e0ada(0x168))[a27_0x2e0ada(0x107)],{default:BrowserStackSetup}=require(a27_0x2e0ada(0x18a)),helper=require(a27_0x2e0ada(0x178)),testOpsHelper=require(a27_0x2e0ada(0x10f)),fs=require('fs'),os=require('os'),{parallelTestRun}=require('../test-runner'),{requireModule}=require(a27_0x2e0ada(0x178)),{getPercyOptions}=require(a27_0x2e0ada(0x12d)),Base=requireModule('mocha/lib/reporters/base.js'),collectFiles=requireModule(a27_0x2e0ada(0x1c5)),constants=require(a27_0x2e0ada(0x137));function tag(_0x577f2b,_0x1326df,_0x4049d8,_0x4f0652){const _0x155505=a27_0x2e0ada,_0x35d6fe={'FieFi':function(_0x5c2397,_0x54aa8f){return _0x5c2397+_0x54aa8f;},'URdLQ':function(_0xaedb1b,_0x430515){return _0xaedb1b+_0x430515;},'Sgonl':function(_0x4a114e,_0x338f4d){return _0x4a114e(_0x338f4d);},'weFDw':function(_0xcd0c34,_0x3a7b7c){return _0xcd0c34+_0x3a7b7c;},'YUHNS':function(_0x51487a,_0x478378){return _0x51487a+_0x478378;},'kYPnr':function(_0x1c1b5b,_0x21dfeb){return _0x1c1b5b+_0x21dfeb;},'XHjjH':function(_0x4bc334,_0x51f5ad){return _0x4bc334+_0x51f5ad;}},_0x5aba36=_0x4049d8?'/>':'>',_0x382148=[];let _0x169e3e;for(const _0x319304 in _0x1326df){Object[_0x155505(0x1c0)][_0x155505(0xee)][_0x155505(0x1ca)](_0x1326df,_0x319304)&&_0x382148['push'](_0x35d6fe[_0x155505(0x162)](_0x35d6fe['FieFi'](_0x35d6fe['URdLQ'](_0x319304,'=\x22'),_0x35d6fe[_0x155505(0x14f)](escape,_0x1326df[_0x319304])),'\x22'));}return _0x169e3e=_0x35d6fe[_0x155505(0x148)](_0x35d6fe[_0x155505(0x148)](_0x35d6fe[_0x155505(0x148)]('<',_0x577f2b),_0x382148[_0x155505(0x140)]?_0x35d6fe[_0x155505(0x124)]('\x20',_0x382148[_0x155505(0x16c)]('\x20')):''),_0x5aba36),_0x4f0652&&(_0x169e3e+=_0x35d6fe[_0x155505(0xef)](_0x35d6fe[_0x155505(0x1d4)](_0x35d6fe['XHjjH'](_0x4f0652,'</'),_0x577f2b),_0x5aba36)),_0x169e3e;}let xunitContent='';function xunitWrite(_0x5f2ed4){xunitContent+=_0x5f2ed4;}function xunitTest(_0x2595ea,_0x3ee425){const _0x595602=a27_0x2e0ada,_0x2fadf7={'QSlex':function(_0x5031ca,_0x33faa6){return _0x5031ca/_0x33faa6;},'yKKHQ':function(_0xd806a4,_0x50f8de){return _0xd806a4===_0x50f8de;},'FQULD':_0x595602(0x19f),'zfWoI':function(_0x13d343,_0x1293d1){return _0x13d343+_0x1293d1;},'VaUHQ':function(_0x5d4778,_0x55a092){return _0x5d4778(_0x55a092);},'IEYYK':function(_0x36a75c,_0x5bca85,_0x550859,_0x33c2ac,_0x455523){return _0x36a75c(_0x5bca85,_0x550859,_0x33c2ac,_0x455523);},'qCSrX':_0x595602(0x183),'sVcPb':function(_0x179a22,_0x13b731,_0x385381,_0x2039b1,_0xb8917b){return _0x179a22(_0x13b731,_0x385381,_0x2039b1,_0xb8917b);},'mqteT':_0x595602(0xf7),'GLzkl':function(_0x39346e,_0x953662){return _0x39346e+_0x953662;},'XtlFC':function(_0x559f8e,_0xc10b8c){return _0x559f8e+_0xc10b8c;},'obMBE':function(_0x401f1a,_0x2a0d09){return _0x401f1a(_0x2a0d09);},'tdjil':function(_0x1e98e1,_0x2d9702){return _0x1e98e1(_0x2d9702);},'iPBfM':function(_0x44bcba,_0x3fd3a9){return _0x44bcba(_0x3fd3a9);},'pljAc':function(_0x45144e,_0x566ef8,_0x5e1615,_0x6c37c4,_0x177464){return _0x45144e(_0x566ef8,_0x5e1615,_0x6c37c4,_0x177464);},'AlZmB':function(_0x256635,_0x380169,_0x9a024f,_0x5b3f5b){return _0x256635(_0x380169,_0x9a024f,_0x5b3f5b);},'DOmrH':_0x595602(0x133),'bGKtS':function(_0x1b09fc,_0x1afa45){return _0x1b09fc(_0x1afa45);}};Base[_0x595602(0x1b1)]=![];var _0x57a1db={'classname':_0x2595ea[_0x595602(0x118)],'name':_0x2595ea[_0x595602(0x15f)],'time':_0x2fadf7[_0x595602(0xdf)](_0x2595ea[_0x595602(0x1bb)],0x3e8)||0x0,'platform':_0x3ee425};if(_0x2fadf7['yKKHQ'](_0x2595ea[_0x595602(0x14b)],_0x2fadf7[_0x595602(0x165)])){var _0x3b0f3f=_0x2595ea[_0x595602(0x166)],_0x331438=!Base[_0x595602(0x18e)]&&Base[_0x595602(0x198)](_0x3b0f3f)?_0x2fadf7[_0x595602(0xf3)]('\x0a',Base[_0x595602(0x158)](_0x3b0f3f[_0x595602(0x142)],_0x3b0f3f['expected'])):'';_0x2fadf7['VaUHQ'](xunitWrite,_0x2fadf7[_0x595602(0x15d)](tag,_0x2fadf7['qCSrX'],_0x57a1db,![],_0x2fadf7[_0x595602(0x179)](tag,_0x2fadf7[_0x595602(0xec)],{},![],_0x2fadf7[_0x595602(0xf3)](_0x2fadf7[_0x595602(0xcf)](_0x2fadf7[_0x595602(0x1be)](_0x2fadf7['obMBE'](escape,_0x3b0f3f[_0x595602(0x1a4)]),_0x2fadf7[_0x595602(0x12a)](escape,_0x331438)),'\x0a'),_0x2fadf7[_0x595602(0x1c1)](escape,_0x3b0f3f[_0x595602(0x108)])))));}else _0x2595ea[_0x595602(0xf4)]?_0x2fadf7[_0x595602(0x1c1)](xunitWrite,_0x2fadf7[_0x595602(0xe4)](tag,_0x2fadf7['qCSrX'],_0x57a1db,![],_0x2fadf7['AlZmB'](tag,_0x2fadf7[_0x595602(0x169)],{},!![]))):_0x2fadf7[_0x595602(0x1ac)](xunitWrite,_0x2fadf7[_0x595602(0x1d0)](tag,_0x2fadf7[_0x595602(0x12c)],_0x57a1db,!![]));};function getStats(_0x4baca2){const _0xc1b14f=a27_0x2e0ada,_0xe9b4b4={};_0xe9b4b4[_0xc1b14f(0xe9)]=_0xc1b14f(0x1b7),_0xe9b4b4[_0xc1b14f(0x1ab)]=_0xc1b14f(0xeb),_0xe9b4b4['Losuu']=_0xc1b14f(0x19f),_0xe9b4b4[_0xc1b14f(0xff)]=_0xc1b14f(0x11a);const _0x40bcfd=_0xe9b4b4,_0x298e43=Object[_0xc1b14f(0x1a7)](_0x4baca2);let _0x5c6fce=0x0,_0x326136=0x0,_0x4ca7f6=0x0,_0x3d3aa8=0x0;const _0x112333=new Set();_0x298e43[_0xc1b14f(0x186)](_0x24fbac=>{const _0x100614=_0xc1b14f,_0x310939={};_0x310939[_0x100614(0x17c)]=_0x40bcfd[_0x100614(0xe9)],_0x310939[_0x100614(0x152)]=_0x40bcfd['ZipSU'],_0x310939[_0x100614(0x145)]=_0x40bcfd['Losuu'];const _0x4ed148=_0x310939;_0x4baca2[_0x24fbac][_0x40bcfd[_0x100614(0xff)]][_0x100614(0x186)](_0xdef20b=>{const _0x32479e=_0x100614;_0x112333[_0x32479e(0xe5)](_0xdef20b[_0x4ed148[_0x32479e(0x17c)]]),_0x5c6fce++;switch(_0xdef20b[_0x32479e(0x14b)]){case _0x4ed148[_0x32479e(0x152)]:_0x4ca7f6++;break;case _0x4ed148[_0x32479e(0x145)]:_0x326136++;break;default:_0x3d3aa8++;}});});const _0x4d23b8={};return _0x4d23b8[_0xc1b14f(0x125)]=_0x112333[_0xc1b14f(0x167)],_0x4d23b8['platforms']=_0x298e43,_0x4d23b8['totalTests']=_0x5c6fce,_0x4d23b8[_0xc1b14f(0xd9)]=_0x326136,_0x4d23b8[_0xc1b14f(0x1d1)]=_0x4ca7f6,_0x4d23b8['testsPending']=_0x3d3aa8,_0x4d23b8;}function errorJSON(_0x42afd8){const _0x3da806=a27_0x2e0ada;var _0x3299b2={};return Object[_0x3da806(0x1c3)](_0x42afd8)[_0x3da806(0x186)](function(_0x785a66){_0x3299b2[_0x785a66]=_0x42afd8[_0x785a66];},_0x42afd8),_0x3299b2;}function cleanCycles(_0x2acd4a){const _0x2cd32d=a27_0x2e0ada,_0x594117={};_0x594117['gqFqO']=function(_0x348e85,_0x1d209f){return _0x348e85===_0x1d209f;},_0x594117[_0x2cd32d(0xf8)]=_0x2cd32d(0xfc),_0x594117[_0x2cd32d(0x117)]=function(_0x47f9b9,_0x1df138){return _0x47f9b9!==_0x1df138;},_0x594117[_0x2cd32d(0x19e)]=function(_0x4c9b53,_0xff546f){return _0x4c9b53!==_0xff546f;},_0x594117[_0x2cd32d(0x1d8)]=function(_0xebc541,_0x477362){return _0xebc541+_0x477362;};const _0x2b8f06=_0x594117;var _0x489594=[];return JSON[_0x2cd32d(0xfa)](JSON[_0x2cd32d(0xe3)](_0x2acd4a,function(_0x4790ec,_0x5ebc29){const _0x22f855=_0x2cd32d;if(_0x2b8f06[_0x22f855(0x1cc)](typeof _0x5ebc29,_0x2b8f06[_0x22f855(0xf8)])&&_0x2b8f06['aGZvE'](_0x5ebc29,null)){if(_0x2b8f06[_0x22f855(0x19e)](_0x489594[_0x22f855(0x13a)](_0x5ebc29),-0x1))return _0x2b8f06[_0x22f855(0x1d8)]('',_0x5ebc29);_0x489594['push'](_0x5ebc29);}return _0x5ebc29;}));}function clean(_0x2a7f52){const _0x42eceb=a27_0x2e0ada,_0x5623d4={'GNGoP':function(_0x372bd7,_0x3dc8f4){return _0x372bd7 instanceof _0x3dc8f4;},'gtdWq':function(_0x553451,_0x653ad2){return _0x553451(_0x653ad2);}};var _0x3849d7=_0x2a7f52[_0x42eceb(0x166)]||{};return _0x5623d4[_0x42eceb(0xf5)](_0x3849d7,Error)&&(_0x3849d7=_0x5623d4[_0x42eceb(0x1d2)](errorJSON,_0x3849d7)),{'title':_0x2a7f52[_0x42eceb(0x15f)],'fullTitle':_0x2a7f52['fullTitle'],'file':_0x2a7f52[_0x42eceb(0x128)],'duration':_0x2a7f52['duration'],'currentRetry':_0x2a7f52[_0x42eceb(0x139)],'speed':_0x2a7f52[_0x42eceb(0x180)],'err':_0x5623d4[_0x42eceb(0x1d2)](cleanCycles,_0x3849d7)};}function printStats(_0xf213fc,_0xe43c28=a27_0x2e0ada(0x16a),_0x911963={}){const _0x2ba0ab=a27_0x2e0ada,_0x6fe515={'DFkfP':function(_0x431227,_0x287f69){return _0x431227(_0x287f69);},'UfHFc':function(_0x27dfee,_0x22556b){return _0x27dfee===_0x22556b;},'PpWBc':_0x2ba0ab(0xeb),'LAjrt':_0x2ba0ab(0xd5),'nNbdW':function(_0x979ff,_0x480978){return _0x979ff(_0x480978);},'WdXIY':function(_0x16bc68,_0x41970b){return _0x16bc68===_0x41970b;},'qMFny':_0x2ba0ab(0x19f),'ZgHhY':'failures','VkjCY':_0x2ba0ab(0x16b),'Audpd':_0x2ba0ab(0x11a),'boSRO':function(_0x4e693d,_0x14a61a){return _0x4e693d===_0x14a61a;},'LdeXZ':function(_0x331630,_0x23ebe5){return _0x331630*_0x23ebe5;},'uNXqp':function(_0x3abade,_0x2bf061,_0x2b5cec){return _0x3abade(_0x2bf061,_0x2b5cec);},'Fmnsi':function(_0x4ec17c,_0x233172){return _0x4ec17c>_0x233172;},'eGiHU':function(_0x33d069){return _0x33d069();},'iIYtj':function(_0x10fe52,_0x2a43b7){return _0x10fe52===_0x2a43b7;},'RQmiz':'doc','XuCNq':function(_0x430ed7,_0x892a87){return _0x430ed7(_0x892a87);},'YVyvj':'Setting\x20non\x20exit\x20code\x20for\x20failures','rioJi':_0x2ba0ab(0x1a0),'GPbau':function(_0x24f44a,_0x401fc8){return _0x24f44a+_0x401fc8;},'ItTux':_0x2ba0ab(0x193),'LBdcp':_0x2ba0ab(0x185),'ENNrh':function(_0x11bacf,_0x54e57e){return _0x11bacf+_0x54e57e;},'WBhcU':_0x2ba0ab(0x119),'HBuWw':function(_0x158902,_0x10d63d){return _0x158902>_0x10d63d;},'BLgjZ':function(_0x22e669,_0x46af7f){return _0x22e669>_0x46af7f;},'RTTor':function(_0x4bb17a,_0x3fbfe8){return _0x4bb17a+_0x3fbfe8;},'vwmtx':function(_0x43adfd,_0x483ecf){return _0x43adfd+_0x483ecf;},'WkOOu':function(_0x269336,_0x259a9a){return _0x269336+_0x259a9a;},'fJCSu':function(_0x17c315,_0x3b8ccd){return _0x17c315+_0x3b8ccd;},'bcWsr':function(_0x25ab60,_0x5407dd){return _0x25ab60+_0x5407dd;},'tQuiv':_0x2ba0ab(0x17e),'YlVIM':_0x2ba0ab(0xdc),'Tmmuv':_0x2ba0ab(0x131),'XanEU':_0x2ba0ab(0x1a1),'KJRiL':_0x2ba0ab(0x1d6),'eaMrX':_0x2ba0ab(0x181),'FSGKK':_0x2ba0ab(0x121),'MTOFD':function(_0x319612,_0x38cf26){return _0x319612||_0x38cf26;},'AZWRt':function(_0x2ebcd5,_0x42879b,_0x4055b9,_0x29a347){return _0x2ebcd5(_0x42879b,_0x4055b9,_0x29a347);},'bjqKo':_0x2ba0ab(0x147),'klQFg':function(_0x2c50b0,_0x241593){return _0x2c50b0-_0x241593;},'iftZV':function(_0x25c9b4,_0x2ba9cb){return _0x25c9b4/_0x2ba9cb;},'qYkid':_0x2ba0ab(0x199),'HcMfb':_0x2ba0ab(0x18f),'DTcsJ':_0x2ba0ab(0x143),'HWwQr':_0x2ba0ab(0x114),'XVOfN':function(_0x553886,_0x43de12){return _0x553886===_0x43de12;},'vsYPH':_0x2ba0ab(0xf2),'xHsJT':_0x2ba0ab(0x14c)};if(_0x6fe515[_0x2ba0ab(0x172)](_0xe43c28,_0x6fe515[_0x2ba0ab(0x1c8)]))return;const _0x53c119=0x0,_0x461994=()=>{const _0x13849c=_0x2ba0ab;return _0x6fe515['DFkfP'](Array,_0x53c119)[_0x13849c(0x16c)]('\x20\x20');},{testSuites:_0x594bce,platforms:_0x441cd7,totalTests:_0x574dc3,testsFailed:_0x2da318,testsPassed:_0x1b0e21,testsPending:_0x4a143d}=_0x6fe515[_0x2ba0ab(0x10e)](getStats,_0xf213fc);_0x6fe515['Fmnsi'](_0x2da318,0x0)&&(logger['debug'](_0x6fe515[_0x2ba0ab(0x144)]),process[_0x2ba0ab(0x110)]=Math[_0x2ba0ab(0x182)](_0x2da318,0xff));logger[_0x2ba0ab(0x136)](_0x6fe515['rioJi']);const _0x1943f6=''+_0x6fe515['GPbau'](chalk['bold'](_0x6fe515[_0x2ba0ab(0x112)]),_0x441cd7[_0x2ba0ab(0x140)]),_0x32a77f=''+_0x6fe515[_0x2ba0ab(0x115)](chalk[_0x2ba0ab(0xd3)](_0x6fe515['LBdcp']),_0x594bce),_0xf69274=''+_0x6fe515['GPbau'](_0x6fe515[_0x2ba0ab(0x161)](_0x6fe515[_0x2ba0ab(0x115)](chalk[_0x2ba0ab(0xd3)](_0x6fe515[_0x2ba0ab(0x188)]),_0x6fe515[_0x2ba0ab(0x174)](_0x2da318,0x0)?chalk[_0x2ba0ab(0xd3)][_0x2ba0ab(0xe6)](_0x2da318+'\x20failed')+',\x20':''),_0x6fe515['BLgjZ'](_0x4a143d,0x0)?chalk[_0x2ba0ab(0xd3)]['yellow'](_0x4a143d+_0x2ba0ab(0x13f))+',\x20':''),_0x6fe515[_0x2ba0ab(0x174)](_0x1b0e21,0x0)?chalk[_0x2ba0ab(0xd3)][_0x2ba0ab(0x16e)](_0x1b0e21+_0x2ba0ab(0x13b))+',\x20':'')+_0x574dc3+_0x2ba0ab(0x154);console['log'](_0x6fe515[_0x2ba0ab(0x10b)](_0x6fe515[_0x2ba0ab(0x19a)](_0x6fe515[_0x2ba0ab(0x104)](_0x6fe515['fJCSu'](_0x6fe515[_0x2ba0ab(0x191)](_0x6fe515[_0x2ba0ab(0x100)],_0x1943f6),'\x0a'),_0x32a77f),'\x0a'),_0xf69274));if(_0x6fe515[_0x2ba0ab(0x172)](_0xe43c28,_0x6fe515[_0x2ba0ab(0x1a2)])){const _0x2e80d4={},_0x2ac2f8={};_0x2ac2f8[_0x2ba0ab(0x125)]=_0x594bce,_0x2ac2f8['platforms']=_0x441cd7,_0x2ac2f8['testsFailed']=_0x2da318,_0x2ac2f8[_0x2ba0ab(0x1d1)]=_0x1b0e21,_0x2ac2f8[_0x2ba0ab(0x18b)]=_0x4a143d,_0x2e80d4[_0x2ba0ab(0x1a5)]=_0x2ac2f8,_0x441cd7[_0x2ba0ab(0x186)](_0x1ef0dc=>{const _0x4fe7f6=_0x2ba0ab,_0x52588c={'nQXiG':function(_0x24d637,_0x1be92b){const _0x1c2eae=a27_0x1534;return _0x6fe515[_0x1c2eae(0x150)](_0x24d637,_0x1be92b);},'yrvHr':_0x6fe515[_0x4fe7f6(0xdb)],'RtReH':_0x6fe515[_0x4fe7f6(0x176)],'eGVuP':function(_0xd9bd3,_0x2b51e5){const _0x302a9f=_0x4fe7f6;return _0x6fe515[_0x302a9f(0x18c)](_0xd9bd3,_0x2b51e5);},'fZlhJ':function(_0x43231b,_0x1afc1a){const _0x2e4672=_0x4fe7f6;return _0x6fe515[_0x2e4672(0x17a)](_0x43231b,_0x1afc1a);},'yymkp':_0x6fe515[_0x4fe7f6(0xfd)],'jxEjc':_0x6fe515['ZgHhY'],'eMPnK':_0x6fe515[_0x4fe7f6(0x170)],'tshFT':function(_0x79aee6,_0x5e3fc7){return _0x6fe515['DFkfP'](_0x79aee6,_0x5e3fc7);}};_0x2e80d4[_0x1ef0dc]={'pending':[],'failures':[],'passes':[],'tests':_0xf213fc[_0x1ef0dc][_0x6fe515[_0x4fe7f6(0x19b)]]['map'](clean)},_0xf213fc[_0x1ef0dc][_0x6fe515[_0x4fe7f6(0x19b)]][_0x4fe7f6(0x186)](_0x23fc29=>{const _0x105b6d=_0x4fe7f6;if(_0x52588c[_0x105b6d(0x1c7)](_0x23fc29[_0x105b6d(0x14b)],_0x52588c[_0x105b6d(0x1cf)]))_0x2e80d4[_0x1ef0dc][_0x52588c['RtReH']][_0x105b6d(0xdd)](_0x52588c['eGVuP'](clean,_0x23fc29));else _0x52588c[_0x105b6d(0xed)](_0x23fc29[_0x105b6d(0x14b)],_0x52588c[_0x105b6d(0x111)])?_0x2e80d4[_0x1ef0dc][_0x52588c[_0x105b6d(0x16d)]][_0x105b6d(0xdd)](_0x52588c['eGVuP'](clean,_0x23fc29)):_0x2e80d4[_0x1ef0dc][_0x52588c[_0x105b6d(0x109)]][_0x105b6d(0xdd)](_0x52588c[_0x105b6d(0x1ae)](clean,_0x23fc29));});});if(_0x911963[_0x2ba0ab(0x1c9)])try{logger[_0x2ba0ab(0x136)](_0x6fe515['Tmmuv'],_0x911963['output']),fs[_0x2ba0ab(0x14e)](_0x911963[_0x2ba0ab(0x1c9)],JSON[_0x2ba0ab(0xe3)](_0x2e80d4,null,0x3));}catch(_0x193192){logger[_0x2ba0ab(0x132)](_0x6fe515[_0x2ba0ab(0x189)],_0x911963[_0x2ba0ab(0x1c9)]),logger[_0x2ba0ab(0x136)](_0x193192);}else logger[_0x2ba0ab(0x136)](_0x6fe515['KJRiL']),console[_0x2ba0ab(0x1af)](JSON[_0x2ba0ab(0xe3)](_0x2e80d4,null,0x3));}else{if(_0x6fe515['iIYtj'](_0xe43c28,_0x6fe515['eaMrX'])){let _0x51f2a5;const _0x1692cd=_0x6fe515['FSGKK'];_0x911963&&(_0x51f2a5=_0x911963[_0x2ba0ab(0x1bc)]);_0x51f2a5=_0x6fe515[_0x2ba0ab(0x177)](_0x51f2a5,_0x1692cd);let _0x19e006=0x0,_0x3c4baa=0x0,_0x10278c=0x0,_0x3f3f05=0x0;_0x441cd7[_0x2ba0ab(0x186)](_0x4eaa78=>{const _0x1b0152=_0x2ba0ab,_0x147d37={'wnfJU':function(_0x5cd18e,_0x339a6c){const _0x508a35=a27_0x1534;return _0x6fe515[_0x508a35(0x17a)](_0x5cd18e,_0x339a6c);},'trUMq':_0x6fe515[_0x1b0152(0xdb)],'JZCOR':function(_0x242868,_0x5f1205){return _0x6fe515['boSRO'](_0x242868,_0x5f1205);},'yGnPx':_0x6fe515[_0x1b0152(0xfd)],'VTmIl':function(_0x1f45a2,_0x5b7a0a){const _0x55d6a0=_0x1b0152;return _0x6fe515[_0x55d6a0(0x14a)](_0x1f45a2,_0x5b7a0a);}};_0xf213fc[_0x4eaa78][_0x6fe515[_0x1b0152(0x19b)]][_0x1b0152(0x186)](_0x62e935=>{const _0x27e607=_0x1b0152;if(_0x147d37[_0x27e607(0xf1)](_0x62e935[_0x27e607(0x14b)],_0x147d37[_0x27e607(0xd2)]))_0x19e006++;else _0x147d37[_0x27e607(0x1a3)](_0x62e935[_0x27e607(0x14b)],_0x147d37[_0x27e607(0x120)])&&_0x3c4baa++;_0x10278c++,_0x3f3f05+=_0x147d37['VTmIl'](_0x62e935[_0x27e607(0x1bb)],0x1);});}),_0x6fe515[_0x2ba0ab(0x101)](xunitWrite,_0x6fe515[_0x2ba0ab(0xe0)](tag,_0x6fe515[_0x2ba0ab(0x1d5)],{'name':_0x51f2a5,'tests':_0x10278c,'failures':0x0,'errors':_0x3c4baa,'skipped':_0x6fe515[_0x2ba0ab(0x17b)](_0x6fe515[_0x2ba0ab(0x17b)](_0x10278c,_0x3c4baa),_0x19e006),'timestamp':new Date()[_0x2ba0ab(0x18d)](),'time':_0x6fe515[_0x2ba0ab(0x1b9)](_0x3f3f05,0x3e8)||0x0},![])),_0x441cd7['forEach'](_0x217bcc=>{const _0x4d8387=_0x2ba0ab;_0xf213fc[_0x217bcc][_0x6fe515[_0x4d8387(0x19b)]][_0x4d8387(0x186)](_0x5eaf21=>{const _0x161b39=_0x4d8387;_0x6fe515[_0x161b39(0x17f)](xunitTest,_0x5eaf21,_0x217bcc);});}),_0x6fe515[_0x2ba0ab(0x101)](xunitWrite,_0x6fe515['qYkid']);if(_0x911963['output'])try{logger['debug'](_0x6fe515[_0x2ba0ab(0x1bd)],_0x911963['output']),fs[_0x2ba0ab(0x14e)](_0x911963[_0x2ba0ab(0x1c9)],xunitContent);}catch(_0x1ea005){logger[_0x2ba0ab(0x132)](_0x6fe515[_0x2ba0ab(0x135)],_0x911963[_0x2ba0ab(0x1c9)]),logger[_0x2ba0ab(0x136)](_0x1ea005);}else logger['debug'](_0x6fe515[_0x2ba0ab(0x1c4)]),console[_0x2ba0ab(0x1af)](xunitContent);}else{if(_0x6fe515[_0x2ba0ab(0x184)](_0x2da318,0x0))return;console['log'](),logger[_0x2ba0ab(0x136)](_0x6fe515[_0x2ba0ab(0x160)]),console['log'](chalk['bold'][_0x2ba0ab(0x1b2)](_0x6fe515[_0x2ba0ab(0x11c)])),_0x441cd7[_0x2ba0ab(0x186)](_0x143202=>{const _0x34d63a=_0x2ba0ab,_0x4bc1b2={'zlZOO':function(_0x3e8f2e,_0x23b2b1){const _0x42c329=a27_0x1534;return _0x6fe515[_0x42c329(0xd0)](_0x3e8f2e,_0x23b2b1);},'oKNLf':_0x6fe515['qMFny']},_0x545325=[];_0xf213fc[_0x143202][_0x6fe515['Audpd']][_0x34d63a(0x186)](_0x4b2295=>{const _0x502664=_0x34d63a;_0x4bc1b2[_0x502664(0x1ad)](_0x4b2295[_0x502664(0x14b)],_0x4bc1b2[_0x502664(0x1a8)])&&(_0x4b2295[_0x502664(0xd4)]=()=>_0x4b2295[_0x502664(0x123)],_0x545325[_0x502664(0xdd)](_0x4b2295));}),_0x6fe515[_0x34d63a(0x12f)](_0x545325[_0x34d63a(0x140)],0x0)&&(Base['consoleLog'](),Base['consoleLog'](_0x6fe515[_0x34d63a(0x103)](_0x461994),chalk[_0x34d63a(0xd3)][_0x34d63a(0x190)](_0x143202)),Base[_0x34d63a(0xf9)](_0x545325));});}}}async function run(_0x30255c,_0x541d83){const _0x43a8a6=a27_0x2e0ada,_0xab2edc={'sswSO':function(_0x107cf0,_0xaee921,_0x356cce,_0x40b5f5){return _0x107cf0(_0xaee921,_0x356cce,_0x40b5f5);},'tOpdx':_0x43a8a6(0xfe),'iwKtv':_0x43a8a6(0xd7),'FwbJf':function(_0xd67385,_0x14877f,_0x28be56,_0x5854da){return _0xd67385(_0x14877f,_0x28be56,_0x5854da);},'tlIDh':_0x43a8a6(0x129),'aUfYR':_0x43a8a6(0x12e),'HZeZP':_0x43a8a6(0xd8),'nVBvB':function(_0x7c606d,_0x21e3b3){return _0x7c606d!=_0x21e3b3;},'QJDsx':_0x43a8a6(0x153),'NxyWm':'mjs','zNeRP':_0x43a8a6(0x138),'tfsKT':_0x43a8a6(0x1bf),'qIEOn':function(_0x2f2167,_0x42bedd){return _0x2f2167(_0x42bedd);},'EVTxp':_0x43a8a6(0x155),'ZMHlz':_0x43a8a6(0x11f),'qeeFC':function(_0x5e0743,_0x5b4e37){return _0x5e0743*_0x5b4e37;},'Eupaj':function(_0x2d6102,_0x57c70a){return _0x2d6102(_0x57c70a);},'WToRo':function(_0x22d813,_0x8e2d9a){return _0x22d813!==_0x8e2d9a;},'FuEGx':function(_0x407d45,_0x4b2fdb,_0x40068a,_0x39d2d8){return _0x407d45(_0x4b2fdb,_0x40068a,_0x39d2d8);}};process['argv'][_0x43a8a6(0xda)](_0xab2edc[_0x43a8a6(0x126)])&&(process[_0x43a8a6(0x10c)][_0x43a8a6(0x11e)]=![]);process[_0x43a8a6(0x13c)][_0x43a8a6(0xda)](_0xab2edc['HZeZP'])&&(process['env'][_0x43a8a6(0xe7)]=![]);const _0x22ee21=new BrowserStackSetup(_0x30255c,_0xab2edc[_0x43a8a6(0x13d)]);helper[_0x43a8a6(0x192)]()&&(await _0x22ee21[_0x43a8a6(0x173)](),await helper['handleApp'](_0x22ee21[_0x43a8a6(0x1d7)]));const _0x3cf84c=[];let _0x1098e8=[];if(!_0x22ee21['config'])return;_0xab2edc[_0x43a8a6(0x149)](_0x22ee21['config'][_0x43a8a6(0x196)],null)&&(process['env'][_0x43a8a6(0x106)]=_0x22ee21['config']['testObservability']);!helper[_0x43a8a6(0x159)](_0x22ee21['config']['accessibility'])&&(process[_0x43a8a6(0x10c)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x22ee21[_0x43a8a6(0x1d7)]['accessibility']);!helper[_0x43a8a6(0x159)](_0x22ee21['config']['accessibilityOptions'])&&(process[_0x43a8a6(0x10c)][_0x43a8a6(0x141)]=JSON[_0x43a8a6(0xe3)](_0x22ee21[_0x43a8a6(0x1d7)][_0x43a8a6(0x1cd)]));const {extension:extension=['js',_0xab2edc[_0x43a8a6(0x13e)],_0xab2edc[_0x43a8a6(0x15e)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0xab2edc['zNeRP']]}=_0x30255c,_0x1f1417={..._0x30255c};_0x1f1417[_0x43a8a6(0x1cb)]=null;const _0x247290=_0x1f1417;let _0x170354;if(testOpsHelper[_0x43a8a6(0x1ce)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x40191b=process[_0x43a8a6(0x10c)][_0x43a8a6(0x102)];!helper['isUndefined'](_0x22ee21['cliConfig'])&&_0x22ee21[_0x43a8a6(0x19d)]['has'](_0xab2edc[_0x43a8a6(0x1d3)])&&(_0x40191b=_0x22ee21[_0x43a8a6(0x19d)][_0x43a8a6(0x187)](_0xab2edc[_0x43a8a6(0x1d3)])),_0x170354=testOpsHelper[_0x43a8a6(0x10d)](_0x40191b);}if(helper['isUndefined'](_0x170354)){const _0x1ca2e3={};_0x1ca2e3[_0x43a8a6(0x194)]=ignore,_0x1ca2e3['extension']=extension,_0x1ca2e3[_0x43a8a6(0x128)]=file,_0x1ca2e3[_0x43a8a6(0x1a9)]=recursive,_0x1ca2e3[_0x43a8a6(0x10a)]=sort,_0x1ca2e3[_0x43a8a6(0x16a)]=spec,_0x170354=_0xab2edc['qIEOn'](collectFiles,_0x1ca2e3);}helper[_0x43a8a6(0x1b3)]();if(!helper[_0x43a8a6(0x192)]()){const _0x4a3ad0=0x1,_0x245a60={..._0x247290};_0x245a60[_0x43a8a6(0x16a)]=[..._0x170354],_0x3cf84c[_0x43a8a6(0xdd)]({'mochaOpts':_0x245a60,'configuration':{'platform':os['platform']()}}),logger[_0x43a8a6(0x130)](_0xab2edc[_0x43a8a6(0x11d)]),logger[_0x43a8a6(0x130)](_0xab2edc[_0x43a8a6(0x122)]),_0xab2edc['FwbJf'](parallelTestRun,_0x3cf84c,_0x4a3ad0,_0x22ee21)[_0x43a8a6(0xde)](_0x572107=>{const _0x185b28=_0x43a8a6;_0xab2edc[_0x185b28(0x1c2)](printStats,_0x572107,_0x30255c[_0x185b28(0x1b8)],_0x30255c[_0x185b28(0x105)]||_0x30255c[_0xab2edc[_0x185b28(0x1b5)]]);})[_0x43a8a6(0x17d)](()=>{const _0x2343e6=_0x43a8a6;try{helper[_0x2343e6(0xe2)](_0xab2edc['iwKtv'],{},_0x22ee21[_0x2343e6(0x1d7)],_0x22ee21[_0x2343e6(0x163)]);}catch(_0x205999){logger[_0x2343e6(0x136)](_0x2343e6(0x156)+_0x205999);}try{helper[_0x2343e6(0x195)]();}catch(_0x50ccbf){logger['debug']('Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20'+_0x50ccbf);}testOpsHelper['printBuildLink']();});}else{const _0x4455a0=helper[_0x43a8a6(0xea)](_0x22ee21[_0x43a8a6(0x1d7)]),_0x57fdd8=helper['getHubUrl'](_0x22ee21[_0x43a8a6(0x1d7)]);_0x1098e8=helper['prepareCapabilities'](_0x22ee21[_0x43a8a6(0x1d7)],_0x4455a0,constants[_0x43a8a6(0x1aa)][_0x43a8a6(0x19c)]);let _0x4ad53f;const _0x7d1d66=_0x22ee21[_0x43a8a6(0x1d7)]['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x30255c,_0x541d83,_0x22ee21[_0x43a8a6(0x1d7)],constants[_0x43a8a6(0x1aa)][_0x43a8a6(0x19c)])||0x1;helper[_0x43a8a6(0x12b)](_0x22ee21[_0x43a8a6(0x1d7)])?_0x4ad53f=_0xab2edc[_0x43a8a6(0xf0)](_0x22ee21[_0x43a8a6(0x1d7)][_0x43a8a6(0x197)]['length'],_0x7d1d66):_0x4ad53f=_0x7d1d66;const _0x1f383f=_0xab2edc['Eupaj'](getPercyOptions,_0x22ee21[_0x43a8a6(0x1d7)]);if(_0xab2edc['WToRo'](_0x22ee21['config'][_0x43a8a6(0x171)],0x1))_0x170354['forEach'](_0x50922f=>{const _0x4eb835=[];_0x1098e8['forEach']((_0x75afac,_0x544370)=>{const _0x15f251=a27_0x1534,_0x53548b={};_0x53548b[_0x15f251(0x16a)]=[_0x50922f],_0x4eb835[_0x15f251(0xdd)]({'mochaOpts':Object[_0x15f251(0xe8)]({},_0x247290,_0x53548b),'configuration':{'server':_0x57fdd8,'capability':_0x75afac,'proxySettings':_0x22ee21['config'][_0x15f251(0xfb)],'platform':helper[_0x15f251(0x134)](_0x75afac),'browserStackLogLevel':_0x22ee21['config'][_0x15f251(0xd6)],'platformIndex':_0x544370,'browserStackPercyOptions':_0x1f383f,'platformCaps':_0x22ee21[_0x15f251(0x1d7)][_0x15f251(0x197)][_0x544370]}});}),_0x3cf84c['push'](..._0x4eb835);});else{const _0x186507=[];_0x1098e8[_0x43a8a6(0x186)]((_0x22af96,_0x5368f0)=>{const _0x5aceca=_0x43a8a6;let _0x4be4eb=Object['assign']({},_0x247290);testOpsHelper['isTestObservabilitySession']()&&testOpsHelper['shouldReRunObservabilityTests']()&&(_0x4be4eb={..._0x4be4eb,'spec':[..._0x170354]}),_0x186507[_0x5aceca(0xdd)]({'mochaOpts':_0x4be4eb,'configuration':{'server':_0x57fdd8,'capability':_0x22af96,'proxySettings':_0x22ee21[_0x5aceca(0x1d7)][_0x5aceca(0xfb)],'platform':helper[_0x5aceca(0x134)](_0x22af96),'browserStackLogLevel':_0x22ee21[_0x5aceca(0x1d7)]['logLevel'],'platformIndex':_0x5368f0,'browserStackPercyOptions':_0x1f383f,'platformCaps':_0x22ee21['config']['platforms'][_0x5368f0]}});}),_0x3cf84c['push'](..._0x186507);}logger['info'](_0x43a8a6(0x175)+_0x22ee21[_0x43a8a6(0x1d7)][_0x43a8a6(0x197)][_0x43a8a6(0x140)]+_0x43a8a6(0x1b6)),logger[_0x43a8a6(0x130)](_0xab2edc['ZMHlz']);let _0x22b2ed;_0xab2edc[_0x43a8a6(0x127)](parallelTestRun,_0x3cf84c,_0x4ad53f,_0x22ee21)[_0x43a8a6(0xde)](_0x8e6aba=>{const _0x546cce=_0x43a8a6;_0x22b2ed=_0x8e6aba,_0xab2edc[_0x546cce(0x1c6)](printStats,_0x8e6aba,_0x30255c['reporter'],_0x30255c[_0x546cce(0x105)]||_0x30255c[_0xab2edc[_0x546cce(0x1b5)]]);})[_0x43a8a6(0x17d)](async()=>{const _0x3b625d=_0x43a8a6;_0x22ee21['errorMessage']=helper[_0x3b625d(0x146)](_0x22b2ed,_0xab2edc[_0x3b625d(0x13d)]),await helper[_0x3b625d(0x15a)](_0x22ee21),testOpsHelper[_0x3b625d(0x164)]();});}}module[a27_0x2e0ada(0x11b)]=run;
@@ -1 +1 @@
1
- const a27_0x31b9f2=a27_0x279d;(function(_0x1f394c,_0x532201){const _0x524c1e=a27_0x279d,_0xebbbb3=_0x1f394c();while(!![]){try{const _0x2c2c3a=parseInt(_0x524c1e(0xe6))/0x1*(parseInt(_0x524c1e(0xa3))/0x2)+-parseInt(_0x524c1e(0xff))/0x3+parseInt(_0x524c1e(0xb3))/0x4*(parseInt(_0x524c1e(0x9c))/0x5)+parseInt(_0x524c1e(0xe5))/0x6*(-parseInt(_0x524c1e(0xae))/0x7)+parseInt(_0x524c1e(0x10a))/0x8*(parseInt(_0x524c1e(0xdd))/0x9)+parseInt(_0x524c1e(0xf4))/0xa*(-parseInt(_0x524c1e(0xea))/0xb)+parseInt(_0x524c1e(0xf2))/0xc*(parseInt(_0x524c1e(0xd1))/0xd);if(_0x2c2c3a===_0x532201)break;else _0xebbbb3['push'](_0xebbbb3['shift']());}catch(_0x26db43){_0xebbbb3['push'](_0xebbbb3['shift']());}}}(a27_0x5b55,0x5130d));const logger=require(a27_0x31b9f2(0x10c))[a27_0x31b9f2(0xc2)],helper=require(a27_0x31b9f2(0xc9)),constants=require(a27_0x31b9f2(0xba)),hubAllocator=require(a27_0x31b9f2(0xd5)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a27_0x31b9f2(0xe2)),{setAccessibilityCapabilities,setExtension}=require('../accessibility-automation/helper'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a27_0x31b9f2(0xd9)),globals=require(a27_0x31b9f2(0xdf)),modify=(_0x1bf90a,_0x114d28=null,_0x19529b=![])=>{const _0x227b58=a27_0x31b9f2,_0x548cae={'GmtGr':function(_0x3e0c49,_0x41df3c){return _0x3e0c49!==_0x41df3c;},'FOerP':_0x227b58(0xa9),'jjkFm':function(_0x510ef7,_0x280da6){return _0x510ef7+_0x280da6;},'mLGhA':function(_0x1855f8,_0x3ee571){return _0x1855f8+_0x3ee571;},'WEoUn':'https://','TNlhC':_0x227b58(0x109),'saIsb':_0x227b58(0xb8),'hPDoI':'chromeOptions','zvZgw':_0x227b58(0xa4),'DkSLJ':_0x227b58(0xd3),'HZqZU':_0x227b58(0x114),'GQqyo':'firefoxOptions','uootX':_0x227b58(0xc7),'yrvOK':_0x227b58(0xe1),'ygjEj':_0x227b58(0xb6),'xItiA':function(_0x3bcebc,_0x176f82){return _0x3bcebc===_0x176f82;},'ZrBPn':_0x227b58(0xbe),'apguO':_0x227b58(0xc6),'DCcrW':function(_0x4a1350,_0x169611,_0x18fa10){return _0x4a1350(_0x169611,_0x18fa10);},'DrQJA':_0x227b58(0x100),'tuDUK':_0x227b58(0xdc),'HSqah':function(_0x250f63,_0x4f19ef,_0x4df613){return _0x250f63(_0x4f19ef,_0x4df613);},'bTCeu':function(_0x526527,_0x56d303){return _0x526527(_0x56d303);},'unoHG':'4|3|1|2|5|0','QFoZz':_0x227b58(0xac),'jADAL':function(_0x32df4c){return _0x32df4c();},'AdyZM':_0x227b58(0xe7),'BKcvk':function(_0x5878cd,_0x52b1e9){return _0x5878cd(_0x52b1e9);},'udbQk':function(_0x105bc2,_0x3ebdfd){return _0x105bc2!==_0x3ebdfd;},'OrRGG':function(_0x16170f,_0x47cd1e){return _0x16170f!==_0x47cd1e;},'AzSHh':_0x227b58(0xa1),'rnBBP':_0x227b58(0x9f)},_0x141de5=helper['requireHttpClient']();let _0x1def82;try{_0x1def82=helper[_0x227b58(0xb1)](),_0x1def82[_0x227b58(0xcf)]&&(_0x1def82[_0x227b58(0xcc)]=_0x1def82[_0x227b58(0xcf)]);}catch(_0x223586){return;}if(helper[_0x227b58(0x119)]()){const _0x226bbc={};_0x226bbc[_0x227b58(0x10b)]=_0x1bf90a[_0x227b58(0xab)],helper['setLogLevel'](_0x226bbc,new Map(),new Map()),logger['info'](_0x548cae['AzSHh']),logger['debug'](_0x548cae[_0x227b58(0xef)]);}class _0x10637b extends _0x141de5[_0x227b58(0xa5)]{[_0x227b58(0xc0)](_0x23a4f2){const _0x5ef765=_0x227b58;if(_0x548cae[_0x5ef765(0xfb)](_0x23a4f2['path'],_0x548cae['FOerP'])&&_0x548cae[_0x5ef765(0xfb)](global['newHubUrl'],''))try{global[_0x5ef765(0xda)]=_0x548cae[_0x5ef765(0x115)](_0x548cae[_0x5ef765(0x117)](_0x548cae[_0x5ef765(0xe8)],global['newHubUrl']),_0x548cae['TNlhC']),this[_0x5ef765(0x104)]=hubAllocator[_0x5ef765(0xde)](global[_0x5ef765(0xda)]),logger[_0x5ef765(0xb7)](_0x5ef765(0xd0)+global[_0x5ef765(0xda)]),global['newHubUrl']='';}catch(_0x3856ff){logger[_0x5ef765(0xa2)](_0x3856ff);}return super[_0x5ef765(0xc0)](_0x23a4f2);}}class _0x7e805 extends _0x1def82[_0x227b58(0xcc)]{[_0x227b58(0xbc)](){const _0x28d5e3=_0x227b58;return this[_0x28d5e3(0xe0)]=helper[_0x28d5e3(0x107)](_0x1bf90a),logger[_0x28d5e3(0xb7)](_0x28d5e3(0xe9)+this[_0x28d5e3(0xe0)]),this;}[_0x227b58(0x10e)](_0x46a4ce){const _0x4196d6=_0x227b58;let _0xc104f9={};for(const _0x1ee1c6 in _0x46a4ce){switch(_0x1ee1c6){case _0x548cae[_0x4196d6(0xe4)]:case _0x548cae['hPDoI']:this[_0x4196d6(0xc8)]&&(_0xc104f9=this[_0x4196d6(0xc8)][_0x4196d6(0xd8)](this[_0x4196d6(0xc8)][_0x4196d6(0x112)])||{},this[_0x4196d6(0xc8)][_0x4196d6(0xb9)](this[_0x4196d6(0xc8)][_0x4196d6(0x112)],helper[_0x4196d6(0xed)](_0xc104f9,_0x46a4ce[_0x1ee1c6])));break;case _0x548cae[_0x4196d6(0xb4)]:case _0x548cae[_0x4196d6(0x111)]:this[_0x4196d6(0x101)]&&(_0xc104f9=this[_0x4196d6(0x101)][_0x4196d6(0xd8)](this[_0x4196d6(0x101)]['CAPABILITY_KEY'])||{},this[_0x4196d6(0x101)]['set'](this['edgeOptions_'][_0x4196d6(0x112)],helper[_0x4196d6(0xed)](_0xc104f9,_0x46a4ce[_0x1ee1c6])));break;case _0x548cae[_0x4196d6(0xf6)]:case _0x548cae[_0x4196d6(0xd6)]:this[_0x4196d6(0xce)]&&(_0xc104f9=this['firefoxOptions_'][_0x4196d6(0xd8)](this[_0x4196d6(0xce)]['CAPABILITY_KEY'])||{},this['firefoxOptions_'][_0x4196d6(0xb9)](this[_0x4196d6(0xce)][_0x4196d6(0x112)],helper['mergeDeep'](_0xc104f9,_0x46a4ce[_0x1ee1c6])));break;case _0x548cae['uootX']:this[_0x4196d6(0xf5)]&&(_0xc104f9=this[_0x4196d6(0xf5)]['get'](this[_0x4196d6(0xf5)][_0x4196d6(0x112)])||{},this[_0x4196d6(0xf5)][_0x4196d6(0xb9)](this['safariOptions_'][_0x4196d6(0x112)],helper[_0x4196d6(0xed)](_0xc104f9,_0x46a4ce[_0x1ee1c6])));break;case _0x548cae[_0x4196d6(0xbb)]:case _0x548cae[_0x4196d6(0x118)]:this[_0x4196d6(0xc5)]&&(_0xc104f9=this[_0x4196d6(0xc5)][_0x4196d6(0xd8)](this['ieOptions_'][_0x4196d6(0x112)])||{},this[_0x4196d6(0xc5)]['set'](this[_0x4196d6(0xc5)][_0x4196d6(0x112)],helper[_0x4196d6(0xed)](_0xc104f9,_0x46a4ce[_0x1ee1c6])));break;}}}[_0x227b58(0xbd)](){const _0x8b5c1e=_0x227b58,_0x21834e={'lFKco':function(_0x39b6e3,_0x4b491a){return _0x548cae['xItiA'](_0x39b6e3,_0x4b491a);},'qNfRV':_0x548cae[_0x8b5c1e(0xc4)]};return logger[_0x8b5c1e(0xb7)](_0x548cae[_0x8b5c1e(0xad)]),this[_0x8b5c1e(0x10e)](_0x1bf90a['capability']),Object[_0x8b5c1e(0xfd)](_0x1bf90a[_0x8b5c1e(0xd7)])[_0x8b5c1e(0xeb)](_0x967725=>{const _0x346087=_0x8b5c1e,_0x70c00a=this[_0x346087(0xf1)][_0x346087(0xd8)](_0x967725);_0x21834e[_0x346087(0xc3)](typeof _0x70c00a,_0x21834e['qNfRV'])?this['capabilities_'][_0x346087(0xb9)](_0x967725,helper[_0x346087(0xed)](_0x70c00a,_0x1bf90a['capability'][_0x967725])):this['capabilities_'][_0x346087(0xb9)](_0x967725,_0x1bf90a[_0x346087(0xd7)][_0x967725]);}),this;}[_0x227b58(0x10d)](){const _0x3be73=_0x227b58,_0x2414c8={'Pmudm':_0x548cae[_0x3be73(0x9d)],'AEVzV':_0x548cae['tuDUK'],'nxpBf':function(_0x4f4032,_0x3b8839,_0x18b707){return _0x548cae['DCcrW'](_0x4f4032,_0x3b8839,_0x18b707);},'PahCo':function(_0x25b07c,_0x36461a,_0x10c195){const _0x50e830=_0x3be73;return _0x548cae[_0x50e830(0xb0)](_0x25b07c,_0x36461a,_0x10c195);},'OVxqt':function(_0x41674f,_0x53e3d3){return _0x548cae['bTCeu'](_0x41674f,_0x53e3d3);}};if(helper['isBrowserstackInfra']()){const _0x4557ed=_0x548cae['unoHG'][_0x3be73(0xbf)]('|');let _0x1de5d7=0x0;while(!![]){switch(_0x4557ed[_0x1de5d7++]){case'0':logger[_0x3be73(0xb7)](_0x548cae[_0x3be73(0x106)]);continue;case'1':this[_0x3be73(0xbd)]();continue;case'2':if(helper[_0x3be73(0xcb)](_0x1bf90a[_0x3be73(0xf9)][_0x3be73(0x10f)]))this[_0x3be73(0x105)]=helper[_0x3be73(0xf7)](_0x1bf90a[_0x3be73(0xf9)]['proxyUrl']);else _0x1bf90a[_0x3be73(0xf9)]['proxyUrl']&&(this['proxy_']=_0x1bf90a[_0x3be73(0xf9)]['proxyUrl'],logger['debug'](_0x3be73(0x108)+this[_0x3be73(0xd2)]));continue;case'3':this['setServer']();continue;case'4':_0x548cae[_0x3be73(0xca)](isAccessibilityAutomationSession)&&_0x548cae[_0x3be73(0x110)](setAccessibilityCapabilities,_0x1bf90a);continue;case'5':globals[_0x3be73(0xfa)](_0x548cae['AdyZM'])&&(!_0x548cae[_0x3be73(0xfe)](setExtension,this,_0x1bf90a)&&globals[_0x3be73(0xa6)](_0x548cae[_0x3be73(0x103)],![]));continue;}break;}}const _0x2bb844=super[_0x3be73(0x10d)]();return _0x2bb844[_0x3be73(0xee)]['then'](_0x482ec1=>{const _0x5c6430=_0x3be73;try{const _0x193fe1=_0x482ec1['caps_'][_0x5c6430(0xd8)](_0x2414c8[_0x5c6430(0xcd)]);_0x193fe1?(logger[_0x5c6430(0xb7)](_0x5c6430(0x113)+_0x193fe1),hubAllocator['updateHubUrl'](_0x193fe1),helper[_0x5c6430(0x9e)](_0x193fe1)):logger[_0x5c6430(0xb7)](_0x2414c8[_0x5c6430(0xb5)]);}catch(_0x43bb1e){logger[_0x5c6430(0xb7)](_0x5c6430(0xa0)+_0x43bb1e);}}),_0x2bb844['quitCount_']=0x0,_0x2bb844['then']&&_0x2bb844[_0x3be73(0xd4)](_0x5da3ae=>{const _0x2e1d59=_0x3be73,_0x42d402={'OaEiE':function(_0x3a14f2,_0x33a428,_0x50b3db){const _0x10e1ff=a27_0x279d;return _0x2414c8[_0x10e1ff(0xaa)](_0x3a14f2,_0x33a428,_0x50b3db);}};_0x2414c8[_0x2e1d59(0xaa)](overrideQuit,_0x5da3ae,_0x2bb844),_0x2414c8['OVxqt'](overrideTakeScreenshot,_0x5da3ae),helper[_0x2e1d59(0x116)](_0x5da3ae,_0x1bf90a),helper[_0x2e1d59(0xb2)](_0x5da3ae,_0x1bf90a),_0x5da3ae[_0x2e1d59(0xa7)]=async()=>{const _0x50c7ce=_0x2e1d59;return await _0x2414c8[_0x50c7ce(0xa8)](getAccessibilityResultsSummary,_0x5da3ae,global);},_0x5da3ae[_0x2e1d59(0xf3)]=async()=>{const _0x11f774=_0x2e1d59;return await _0x42d402[_0x11f774(0xf8)](getAccessibilityResults,_0x5da3ae,global);};}),_0x2bb844[_0x3be73(0xa7)]=async()=>{const _0x44f049=_0x3be73;return await _0x548cae[_0x44f049(0xfe)](getAccessibilityResultsSummary,_0x2bb844,global);},_0x2bb844[_0x3be73(0xf3)]=async()=>{const _0x5ea796=_0x3be73;return await _0x548cae[_0x5ea796(0xfe)](getAccessibilityResults,_0x2bb844,global);},_0x548cae[_0x3be73(0x110)](overrideTakeScreenshot,_0x2bb844),_0x548cae['BKcvk'](overrideQuit,_0x2bb844),helper['overrideGet'](_0x2bb844,_0x1bf90a),helper[_0x3be73(0xb2)](_0x2bb844,_0x1bf90a),helper[_0x3be73(0xdb)](global['__driversArray'])&&(global[_0x3be73(0xf0)]=[]),helper['isUndefined'](global[_0x3be73(0xaf)])&&(global[_0x3be73(0xaf)]=[]),global[_0x3be73(0xf0)][_0x3be73(0xfc)](_0x2bb844),global[_0x3be73(0xec)]=_0x2bb844,_0x548cae['udbQk'](global[_0x3be73(0xaf)],undefined)&&global['__drivers'][_0x3be73(0xfc)](_0x2bb844),_0x114d28&&helper['isUndefined'](_0x114d28[_0x3be73(0xc1)][_0x3be73(0xf0)])&&(_0x114d28[_0x3be73(0xc1)][_0x3be73(0xf0)]=[]),_0x114d28&&_0x548cae['OrRGG'](_0x114d28[_0x3be73(0xc1)][_0x3be73(0xaf)],undefined)&&(_0x114d28[_0x3be73(0xc1)][_0x3be73(0xaf)]['push'](_0x2bb844),_0x114d28[_0x3be73(0xc1)][_0x3be73(0xf0)]['push'](_0x2bb844)),_0x2bb844;}}return _0x1def82[_0x227b58(0xcf)]=_0x1def82[_0x227b58(0xcc)],_0x1def82[_0x227b58(0xcc)]=_0x7e805,_0x141de5[_0x227b58(0xa5)]=_0x10637b,_0x1def82;};function a27_0x279d(_0x402936,_0x4b88b6){const _0x5b55c5=a27_0x5b55();return a27_0x279d=function(_0x279d82,_0x121444){_0x279d82=_0x279d82-0x9c;let _0x9e3641=_0x5b55c5[_0x279d82];return _0x9e3641;},a27_0x279d(_0x402936,_0x4b88b6);}module[a27_0x31b9f2(0x102)][a27_0x31b9f2(0xe3)]=modify;function a27_0x5b55(){const _0x98e458=['rnBBP','__driversArray','capabilities_','12JxrsFT','getAccessibilityResults','10IGGKvu','safariOptions_','HZqZU','getHttpAgent','OaEiE','proxySettings','getGlobal','GmtGr','push','keys','DCcrW','749094aobVWx','optimalHubUrl','edgeOptions_','exports','AdyZM','options_','agent_','QFoZz','getHubUrl','Proxy\x20set\x20to\x20','/wd/hub','15752kgaquC','logLevel','../../../helpers/logger','build','__setBrowserOptions','proxyUrl','bTCeu','DkSLJ','CAPABILITY_KEY','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','moz:firefoxOptions','jjkFm','overrideGet','mLGhA','ygjEj','isBrowserstackInfra','95TbbllD','DrQJA','storeOptimalHubUrl','Modifying\x20webdriver\x20builder','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','error','2kqHkNh','ms:edgeOptions','HttpClient','setGlobal','getAccessibilityResultsSummary','nxpBf','/session','PahCo','browserStackLogLevel','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','apguO','3995789BBwGbZ','__drivers','HSqah','requireSeleniumWebdriver','overrideExecute','44252zQBxJI','zvZgw','AEVzV','ieOptions','debug','goog:chromeOptions','set','../../../bin/utils/constants','yrvOK','setServer','setCapabilities','object','split','send','global','winstonLogger','lFKco','ZrBPn','ieOptions_','Setting\x20Browserstack\x20capabilities','safari.options','chromeOptions_','../../../helpers/helper','jADAL','isPacProxy','Builder','Pmudm','firefoxOptions_','originalBuilder','New\x20hub\x20url\x20set\x20to\x20','6966167nSewHv','proxy_','edgeOptions','then','../../../hubAllocationMethods','GQqyo','capability','get','../../../helpers/accessibility-automation/helper','newHubUrl','isUndefined','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','1395nGJFIb','getRequestOptions','../../../helpers/globals','url_','se:ieOptions','../../../helpers/patchHelpers','browserstackAgentObservability','saIsb','6CvuxNL','507112KmRNLd','isAccessibilityPlatform','WEoUn','Hub\x20url\x20set\x20to\x20','4458091xYNwvv','forEach','__driver','mergeDeep','session_'];a27_0x5b55=function(){return _0x98e458;};return a27_0x5b55();}
1
+ const a28_0x53c482=a28_0x5948;(function(_0x30c4bf,_0x40383d){const _0x5c6249=a28_0x5948,_0x59aa0e=_0x30c4bf();while(!![]){try{const _0x270dd8=parseInt(_0x5c6249(0xb0))/0x1*(parseInt(_0x5c6249(0xd1))/0x2)+parseInt(_0x5c6249(0x98))/0x3*(-parseInt(_0x5c6249(0xdd))/0x4)+-parseInt(_0x5c6249(0xa7))/0x5+-parseInt(_0x5c6249(0xe8))/0x6+-parseInt(_0x5c6249(0xd6))/0x7+-parseInt(_0x5c6249(0x8b))/0x8+-parseInt(_0x5c6249(0xe1))/0x9*(-parseInt(_0x5c6249(0x95))/0xa);if(_0x270dd8===_0x40383d)break;else _0x59aa0e['push'](_0x59aa0e['shift']());}catch(_0x1df2a0){_0x59aa0e['push'](_0x59aa0e['shift']());}}}(a28_0x4303,0x69b49));const logger=require(a28_0x53c482(0xc0))['winstonLogger'],helper=require(a28_0x53c482(0xb6)),constants=require('../../../bin/utils/constants'),hubAllocator=require(a28_0x53c482(0x8c)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a28_0x53c482(0xcf)),{setAccessibilityCapabilities,setExtension}=require('../accessibility-automation/helper'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require('../../../helpers/accessibility-automation/helper'),globals=require(a28_0x53c482(0x89)),modify=(_0x31ce2b,_0x55fcc8=null,_0x14bc4b=![])=>{const _0x2960c6=a28_0x53c482,_0x39e413={'smtcb':function(_0x2f163b,_0x5bd95d){return _0x2f163b!==_0x5bd95d;},'itgHD':_0x2960c6(0x96),'wFJOu':function(_0x199859,_0xe0656e){return _0x199859!==_0xe0656e;},'RGbIg':function(_0x33a761,_0x80d4ca){return _0x33a761+_0x80d4ca;},'MBFgG':_0x2960c6(0xf4),'FhaZp':_0x2960c6(0xb9),'PFwpt':_0x2960c6(0xa2),'zyATZ':_0x2960c6(0xd8),'gewuh':_0x2960c6(0xa1),'UWlfX':'edgeOptions','iUAgU':_0x2960c6(0xe2),'JpMfy':_0x2960c6(0xaf),'wdjnC':_0x2960c6(0x9d),'SeLBH':'se:ieOptions','WdbXO':_0x2960c6(0xd9),'igTAS':function(_0x56e37,_0x1a4c6e){return _0x56e37===_0x1a4c6e;},'FCcen':_0x2960c6(0xe3),'HaXrZ':'Setting\x20Browserstack\x20capabilities','MZOJn':_0x2960c6(0x9c),'ZUrfY':_0x2960c6(0x8e),'LxJDc':function(_0x17936d,_0x5dc630,_0x5c0571){return _0x17936d(_0x5dc630,_0x5c0571);},'bpOwa':function(_0x4308fe,_0x1a3dcb){return _0x4308fe(_0x1a3dcb);},'pQYht':function(_0x38b307,_0xc0665a,_0xbbdd68){return _0x38b307(_0xc0665a,_0xbbdd68);},'XYTyf':_0x2960c6(0xb2),'AUPFG':_0x2960c6(0x9b),'YnwYx':'isAccessibilityPlatform','wpdgV':function(_0xa4c44a){return _0xa4c44a();},'SkUSJ':function(_0x4cafcc,_0x4cb562){return _0x4cafcc(_0x4cb562);},'DvivB':function(_0x40e92d,_0x3005fc){return _0x40e92d(_0x3005fc);},'MRDbE':function(_0xa2a63c,_0x3f5311){return _0xa2a63c!==_0x3f5311;},'FQnAZ':function(_0x535ec6,_0x5923c2){return _0x535ec6!==_0x5923c2;},'IIJzc':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','stoet':_0x2960c6(0xae)},_0x2e73a0=helper['requireHttpClient']();let _0x24d923;try{_0x24d923=helper[_0x2960c6(0x9a)](),_0x24d923[_0x2960c6(0xcd)]&&(_0x24d923['Builder']=_0x24d923[_0x2960c6(0xcd)]);}catch(_0x1be582){return;}if(helper[_0x2960c6(0xc8)]()){const _0x58ab48={};_0x58ab48[_0x2960c6(0xc5)]=_0x31ce2b[_0x2960c6(0xcb)],helper['setLogLevel'](_0x58ab48,new Map(),new Map()),logger[_0x2960c6(0xa5)](_0x39e413[_0x2960c6(0xeb)]),logger[_0x2960c6(0xdf)](_0x39e413[_0x2960c6(0xb8)]);}class _0x10201d extends _0x2e73a0['HttpClient']{['send'](_0x57bc61){const _0x3e6661=_0x2960c6;if(_0x39e413['smtcb'](_0x57bc61[_0x3e6661(0xb3)],_0x39e413['itgHD'])&&_0x39e413['wFJOu'](global[_0x3e6661(0x8a)],''))try{global[_0x3e6661(0x8a)]=_0x39e413['RGbIg'](_0x39e413[_0x3e6661(0x9e)](_0x39e413[_0x3e6661(0xd3)],global[_0x3e6661(0x8a)]),_0x39e413['FhaZp']),this[_0x3e6661(0xf6)]=hubAllocator[_0x3e6661(0x91)](global[_0x3e6661(0x8a)]),logger[_0x3e6661(0xdf)](_0x3e6661(0x88)+global[_0x3e6661(0x8a)]),global[_0x3e6661(0x8a)]='';}catch(_0x29ae71){logger[_0x3e6661(0xd5)](_0x29ae71);}return super[_0x3e6661(0xea)](_0x57bc61);}}class _0x480b32 extends _0x24d923['Builder']{['setServer'](){const _0x2257ad=_0x2960c6;return this['url_']=helper['getHubUrl'](_0x31ce2b),logger[_0x2257ad(0xdf)](_0x2257ad(0xa6)+this[_0x2257ad(0xe0)]),this;}[_0x2960c6(0xce)](_0x418700){const _0x59dbdc=_0x2960c6;let _0x43c010={};for(const _0x15bd40 in _0x418700){switch(_0x15bd40){case _0x39e413[_0x59dbdc(0xd2)]:case _0x39e413[_0x59dbdc(0xed)]:this[_0x59dbdc(0xa9)]&&(_0x43c010=this[_0x59dbdc(0xa9)][_0x59dbdc(0xe6)](this['chromeOptions_'][_0x59dbdc(0xc1)])||{},this[_0x59dbdc(0xa9)][_0x59dbdc(0xdc)](this[_0x59dbdc(0xa9)][_0x59dbdc(0xc1)],helper[_0x59dbdc(0xe7)](_0x43c010,_0x418700[_0x15bd40])));break;case _0x39e413[_0x59dbdc(0xec)]:case _0x39e413[_0x59dbdc(0xc4)]:this[_0x59dbdc(0xab)]&&(_0x43c010=this[_0x59dbdc(0xab)][_0x59dbdc(0xe6)](this[_0x59dbdc(0xab)]['CAPABILITY_KEY'])||{},this[_0x59dbdc(0xab)][_0x59dbdc(0xdc)](this[_0x59dbdc(0xab)][_0x59dbdc(0xc1)],helper['mergeDeep'](_0x43c010,_0x418700[_0x15bd40])));break;case _0x39e413[_0x59dbdc(0xee)]:case _0x39e413[_0x59dbdc(0xbd)]:this[_0x59dbdc(0xac)]&&(_0x43c010=this[_0x59dbdc(0xac)][_0x59dbdc(0xe6)](this[_0x59dbdc(0xac)][_0x59dbdc(0xc1)])||{},this[_0x59dbdc(0xac)][_0x59dbdc(0xdc)](this[_0x59dbdc(0xac)][_0x59dbdc(0xc1)],helper['mergeDeep'](_0x43c010,_0x418700[_0x15bd40])));break;case _0x39e413[_0x59dbdc(0x90)]:this[_0x59dbdc(0x92)]&&(_0x43c010=this[_0x59dbdc(0x92)][_0x59dbdc(0xe6)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x59dbdc(0x92)][_0x59dbdc(0xdc)](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x59dbdc(0xe7)](_0x43c010,_0x418700[_0x15bd40])));break;case _0x39e413['SeLBH']:case _0x39e413['WdbXO']:this[_0x59dbdc(0xe4)]&&(_0x43c010=this[_0x59dbdc(0xe4)]['get'](this[_0x59dbdc(0xe4)][_0x59dbdc(0xc1)])||{},this[_0x59dbdc(0xe4)][_0x59dbdc(0xdc)](this[_0x59dbdc(0xe4)]['CAPABILITY_KEY'],helper[_0x59dbdc(0xe7)](_0x43c010,_0x418700[_0x15bd40])));break;}}}[_0x2960c6(0xdb)](){const _0x2ec4f7=_0x2960c6;return logger[_0x2ec4f7(0xdf)](_0x39e413[_0x2ec4f7(0xd7)]),this[_0x2ec4f7(0xce)](_0x31ce2b[_0x2ec4f7(0xf5)]),Object[_0x2ec4f7(0xde)](_0x31ce2b[_0x2ec4f7(0xf5)])['forEach'](_0x13e701=>{const _0x167438=_0x2ec4f7,_0x501a55=this['capabilities_'][_0x167438(0xe6)](_0x13e701);_0x39e413['igTAS'](typeof _0x501a55,_0x39e413['FCcen'])?this['capabilities_'][_0x167438(0xdc)](_0x13e701,helper[_0x167438(0xe7)](_0x501a55,_0x31ce2b[_0x167438(0xf5)][_0x13e701])):this[_0x167438(0xa4)][_0x167438(0xdc)](_0x13e701,_0x31ce2b['capability'][_0x13e701]);}),this;}[_0x2960c6(0x9f)](){const _0x1a28aa=_0x2960c6,_0x52b7bd={'btlCe':function(_0x2874d0,_0x189381,_0x539de4){const _0x4df813=a28_0x5948;return _0x39e413[_0x4df813(0x8d)](_0x2874d0,_0x189381,_0x539de4);},'hpOeD':function(_0x3d690f,_0x3cb7df,_0x2e5d97){const _0x1d1307=a28_0x5948;return _0x39e413[_0x1d1307(0x8d)](_0x3d690f,_0x3cb7df,_0x2e5d97);}};if(helper[_0x1a28aa(0xc8)]()){const _0x678a0a=_0x39e413[_0x1a28aa(0xad)][_0x1a28aa(0xbe)]('|');let _0x594931=0x0;while(!![]){switch(_0x678a0a[_0x594931++]){case'0':this['setServer']();continue;case'1':if(helper[_0x1a28aa(0x97)](_0x31ce2b[_0x1a28aa(0xf1)]['proxyUrl']))this[_0x1a28aa(0xa8)]=helper['getHttpAgent'](_0x31ce2b['proxySettings'][_0x1a28aa(0xf2)]);else _0x31ce2b[_0x1a28aa(0xf1)]['proxyUrl']&&(this['proxy_']=_0x31ce2b['proxySettings']['proxyUrl'],logger['debug'](_0x1a28aa(0x99)+this[_0x1a28aa(0xc2)]));continue;case'2':logger[_0x1a28aa(0xdf)](_0x39e413[_0x1a28aa(0xb7)]);continue;case'3':this['setCapabilities']();continue;case'4':globals['getGlobal'](_0x39e413[_0x1a28aa(0xaa)])&&(!_0x39e413[_0x1a28aa(0x8d)](setExtension,this,_0x31ce2b)&&globals['setGlobal'](_0x39e413[_0x1a28aa(0xaa)],![]));continue;case'5':_0x39e413['wpdgV'](isAccessibilityAutomationSession)&&_0x39e413[_0x1a28aa(0xa0)](setAccessibilityCapabilities,_0x31ce2b);continue;}break;}}const _0x13074c=super['build']();return _0x13074c[_0x1a28aa(0xda)][_0x1a28aa(0xe5)](_0xdf08ab=>{const _0x76725=_0x1a28aa;try{const _0x1d832c=_0xdf08ab[_0x76725(0xef)][_0x76725(0xe6)](_0x39e413['MZOJn']);_0x1d832c?(logger['debug'](_0x76725(0xe9)+_0x1d832c),hubAllocator['updateHubUrl'](_0x1d832c),helper[_0x76725(0xf0)](_0x1d832c)):logger[_0x76725(0xdf)](_0x39e413[_0x76725(0xd0)]);}catch(_0x3a15ee){logger['debug'](_0x76725(0xb5)+_0x3a15ee);}}),_0x13074c[_0x1a28aa(0x94)]=0x0,_0x13074c['then']&&_0x13074c[_0x1a28aa(0xe5)](_0xf12dff=>{const _0x2e52e1=_0x1a28aa,_0x94d513={'GKNZe':function(_0x3f8484,_0x5d2765,_0x171bb0){const _0x4064f0=a28_0x5948;return _0x39e413[_0x4064f0(0xc3)](_0x3f8484,_0x5d2765,_0x171bb0);}};_0x39e413[_0x2e52e1(0xc3)](overrideQuit,_0xf12dff,_0x13074c),_0x39e413[_0x2e52e1(0xa0)](overrideTakeScreenshot,_0xf12dff),helper['overrideGet'](_0xf12dff,_0x31ce2b),helper['overrideExecute'](_0xf12dff,_0x31ce2b),_0xf12dff[_0x2e52e1(0xc6)]=async()=>{const _0x215654=_0x2e52e1;return await _0x94d513[_0x215654(0xc9)](getAccessibilityResultsSummary,_0xf12dff,global);},_0xf12dff[_0x2e52e1(0xf3)]=async()=>{const _0x568b08=_0x2e52e1;return await _0x52b7bd[_0x568b08(0xc7)](getAccessibilityResults,_0xf12dff,global);};}),_0x13074c[_0x1a28aa(0xc6)]=async()=>{const _0x21e6bc=_0x1a28aa;return await _0x52b7bd[_0x21e6bc(0x93)](getAccessibilityResultsSummary,_0x13074c,global);},_0x13074c[_0x1a28aa(0xf3)]=async()=>{const _0x2569d0=_0x1a28aa;return await _0x52b7bd[_0x2569d0(0xc7)](getAccessibilityResults,_0x13074c,global);},_0x39e413['SkUSJ'](overrideTakeScreenshot,_0x13074c),_0x39e413['DvivB'](overrideQuit,_0x13074c),helper[_0x1a28aa(0xbc)](_0x13074c,_0x31ce2b),helper[_0x1a28aa(0xd4)](_0x13074c,_0x31ce2b),helper['isUndefined'](global[_0x1a28aa(0xa3)])&&(global['__driversArray']=[]),helper[_0x1a28aa(0xb4)](global['__drivers'])&&(global['__drivers']=[]),global[_0x1a28aa(0xa3)][_0x1a28aa(0xba)](_0x13074c),global['__driver']=_0x13074c,_0x39e413['MRDbE'](global[_0x1a28aa(0x8f)],undefined)&&global[_0x1a28aa(0x8f)][_0x1a28aa(0xba)](_0x13074c),_0x55fcc8&&helper[_0x1a28aa(0xb4)](_0x55fcc8['global'][_0x1a28aa(0xa3)])&&(_0x55fcc8['global']['__driversArray']=[]),_0x55fcc8&&_0x39e413['FQnAZ'](_0x55fcc8['global'][_0x1a28aa(0x8f)],undefined)&&(_0x55fcc8[_0x1a28aa(0xbb)][_0x1a28aa(0x8f)][_0x1a28aa(0xba)](_0x13074c),_0x55fcc8[_0x1a28aa(0xbb)][_0x1a28aa(0xa3)][_0x1a28aa(0xba)](_0x13074c)),_0x13074c;}}return _0x24d923['originalBuilder']=_0x24d923[_0x2960c6(0xbf)],_0x24d923[_0x2960c6(0xbf)]=_0x480b32,_0x2e73a0[_0x2960c6(0xcc)]=_0x10201d,_0x24d923;};module[a28_0x53c482(0xb1)][a28_0x53c482(0xca)]=modify;function a28_0x5948(_0x1f081b,_0x58f43d){const _0x4303ae=a28_0x4303();return a28_0x5948=function(_0x5948b1,_0x2f8f5d){_0x5948b1=_0x5948b1-0x88;let _0x2b78fa=_0x4303ae[_0x5948b1];return _0x2b78fa;},a28_0x5948(_0x1f081b,_0x58f43d);}function a28_0x4303(){const _0x835feb=['getAccessibilityResults','https://','capability','options_','New\x20hub\x20url\x20set\x20to\x20','../../../helpers/globals','newHubUrl','4808056TJVcRO','../../../hubAllocationMethods','pQYht','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','__drivers','wdjnC','getRequestOptions','safariOptions_','hpOeD','quitCount_','10410noKyig','/session','isPacProxy','235965aBSsJf','Proxy\x20set\x20to\x20','requireSeleniumWebdriver','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','optimalHubUrl','safari.options','RGbIg','build','bpOwa','ms:edgeOptions','goog:chromeOptions','__driversArray','capabilities_','info','Hub\x20url\x20set\x20to\x20','1138660HiDVap','agent_','chromeOptions_','YnwYx','edgeOptions_','firefoxOptions_','XYTyf','Modifying\x20webdriver\x20builder','firefoxOptions','81938lZQSdw','exports','5|0|3|1|4|2','path','isUndefined','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','../../../helpers/helper','AUPFG','stoet','/wd/hub','push','global','overrideGet','JpMfy','split','Builder','../../../helpers/logger','CAPABILITY_KEY','proxy_','LxJDc','UWlfX','logLevel','getAccessibilityResultsSummary','btlCe','isBrowserstackInfra','GKNZe','browserstackAgentObservability','browserStackLogLevel','HttpClient','originalBuilder','__setBrowserOptions','../../../helpers/patchHelpers','ZUrfY','14qRBIGJ','PFwpt','MBFgG','overrideExecute','error','4724944ZmuGAw','HaXrZ','chromeOptions','ieOptions','session_','setCapabilities','set','12GktxMt','keys','debug','url_','19053gMOFyg','moz:firefoxOptions','object','ieOptions_','then','get','mergeDeep','3628188BsCNBr','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','send','IIJzc','gewuh','zyATZ','iUAgU','caps_','storeOptimalHubUrl','proxySettings','proxyUrl'];a28_0x4303=function(){return _0x835feb;};return a28_0x4303();}
@@ -1 +1 @@
1
- function a28_0x1f1a(){const _0x3a06dc=['bjWfy','timeout','../../../helpers/test-observability/utils','4842108MKDBuT','455085xqmfBB','../../../helpers/request-spy','3651802UsACIQ','5uEgiFw','1496150fElpoQ','mochaHooks','4624182dfPPck','1024712yoiTWa','9447594oozSna','584RnIZcW'];a28_0x1f1a=function(){return _0x3a06dc;};return a28_0x1f1a();}const a28_0x232b84=a28_0x1511;(function(_0x3acaed,_0x3d3e50){const _0x594fee=a28_0x1511,_0x10f014=_0x3acaed();while(!![]){try{const _0x39896d=-parseInt(_0x594fee(0x1ad))/0x1+parseInt(_0x594fee(0x1aa))/0x2+parseInt(_0x594fee(0x1ac))/0x3+parseInt(_0x594fee(0x1b3))/0x4+-parseInt(_0x594fee(0x1a9))/0x5*(-parseInt(_0x594fee(0x1ae))/0x6)+parseInt(_0x594fee(0x1a8))/0x7+-parseInt(_0x594fee(0x1af))/0x8*(parseInt(_0x594fee(0x1b4))/0x9);if(_0x39896d===_0x3d3e50)break;else _0x10f014['push'](_0x10f014['shift']());}catch(_0xc62f48){_0x10f014['push'](_0x10f014['shift']());}}}(a28_0x1f1a,0xd6ec4));const requestSpy=require(a28_0x232b84(0x1b5)),constants=require('../../../bin/utils/constants'),{addRequestSpy}=require(a28_0x232b84(0x1b2));function a28_0x1511(_0x25e400,_0x2bf803){const _0x1f1a54=a28_0x1f1a();return a28_0x1511=function(_0x1511b4,_0x1b6077){_0x1511b4=_0x1511b4-0x1a8;let _0xd30a7d=_0x1f1a54[_0x1511b4];return _0xd30a7d;},a28_0x1511(_0x25e400,_0x2bf803);}exports[a28_0x232b84(0x1ab)]={'beforeAll'(){const _0x155af3=a28_0x232b84,_0x27a020={'bjWfy':function(_0x5910fa){return _0x5910fa();}},_0x29d63c='browserstack internal helper hook';_0x27a020[_0x155af3(0x1b0)](addRequestSpy);},'afterAll'(){const _0x1ffd80=a28_0x232b84,_0x424d6c='browserstack internal helper hook';this[_0x1ffd80(0x1b1)](0xea60),requestSpy['restore']();}};
1
+ const a29_0x3f151a=a29_0x5a24;(function(_0x44a9de,_0x5d3c4c){const _0x139819=a29_0x5a24,_0x47d397=_0x44a9de();while(!![]){try{const _0x4a8aab=parseInt(_0x139819(0x77))/0x1+-parseInt(_0x139819(0x76))/0x2*(parseInt(_0x139819(0x75))/0x3)+-parseInt(_0x139819(0x7b))/0x4*(-parseInt(_0x139819(0x79))/0x5)+parseInt(_0x139819(0x70))/0x6*(parseInt(_0x139819(0x6f))/0x7)+-parseInt(_0x139819(0x7a))/0x8+-parseInt(_0x139819(0x71))/0x9*(parseInt(_0x139819(0x6e))/0xa)+parseInt(_0x139819(0x78))/0xb;if(_0x4a8aab===_0x5d3c4c)break;else _0x47d397['push'](_0x47d397['shift']());}catch(_0x278894){_0x47d397['push'](_0x47d397['shift']());}}}(a29_0x4042,0x6c48e));function a29_0x5a24(_0x44fd3e,_0x391139){const _0x4042f0=a29_0x4042();return a29_0x5a24=function(_0x5a24aa,_0x301f5a){_0x5a24aa=_0x5a24aa-0x6c;let _0x34e7b5=_0x4042f0[_0x5a24aa];return _0x34e7b5;},a29_0x5a24(_0x44fd3e,_0x391139);}const requestSpy=require('../../../helpers/request-spy'),constants=require(a29_0x3f151a(0x73)),{addRequestSpy}=require(a29_0x3f151a(0x74));exports[a29_0x3f151a(0x6c)]={'beforeAll'(){const _0x13a905={'VIEer':function(_0x4d6eb2){return _0x4d6eb2();}},_0x191024='browserstack internal helper hook';_0x13a905['VIEer'](addRequestSpy);},'afterAll'(){const _0x4772f1=a29_0x3f151a,_0x58aa31='browserstack internal helper hook';this[_0x4772f1(0x6d)](0xea60),requestSpy[_0x4772f1(0x72)]();}};function a29_0x4042(){const _0x16e9a1=['timeout','3309290RBvFra','135933fWyPcL','156PvkKEE','18loCsoS','restore','../../../bin/utils/constants','../../../helpers/test-observability/utils','51873QmzcGV','62luvYEa','433069dsqkTO','810227ZGDbdo','205YDYsLr','1825056OEGTaq','83700QOFMVr','mochaHooks'];a29_0x4042=function(){return _0x16e9a1;};return a29_0x4042();}
@@ -1 +1 @@
1
- function a29_0x436d(_0x18c062,_0x2a0fbb){const _0x3d932e=a29_0x3d93();return a29_0x436d=function(_0x436d09,_0x2efa12){_0x436d09=_0x436d09-0xf1;let _0x160ccc=_0x3d932e[_0x436d09];return _0x160ccc;},a29_0x436d(_0x18c062,_0x2a0fbb);}const a29_0x40d508=a29_0x436d;(function(_0x3c9bea,_0x52f1c5){const _0x4f6dc4=a29_0x436d,_0x195c05=_0x3c9bea();while(!![]){try{const _0x301408=-parseInt(_0x4f6dc4(0xfd))/0x1*(-parseInt(_0x4f6dc4(0x123))/0x2)+parseInt(_0x4f6dc4(0x108))/0x3+-parseInt(_0x4f6dc4(0x10d))/0x4*(-parseInt(_0x4f6dc4(0x109))/0x5)+parseInt(_0x4f6dc4(0x144))/0x6+-parseInt(_0x4f6dc4(0x12e))/0x7+parseInt(_0x4f6dc4(0x121))/0x8*(parseInt(_0x4f6dc4(0x110))/0x9)+-parseInt(_0x4f6dc4(0x151))/0xa*(parseInt(_0x4f6dc4(0x152))/0xb);if(_0x301408===_0x52f1c5)break;else _0x195c05['push'](_0x195c05['shift']());}catch(_0x2386d8){_0x195c05['push'](_0x195c05['shift']());}}}(a29_0x3d93,0xce331));function a29_0x3d93(){const _0x20776b=['Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','JjlwQ','../../utils/logReportingAPI','app-automate','getSession','app','../../../../package.json','../../../helpers/test-observability/utils','wjWNz','2DJCMMH','WnHiQ','reduce','NGBOd','split','vHtfZ','__cloud_provider___','forEach','fromEntries','pending','hookAnalyticsId','997692qtLGfQ','293615HHBlQL','fUDXF','hook:','getBrowserVersion','4pGUCXw','parent','TEST_PLATFORM','301437pidiUP','ZOmTV','browserstack','getHookSkippedTests','getBrowserName','generic','bmLro','RDOqR','VXTav','FqmcA','push','ddPkG','_afterAll','TKmRB','CIOtT','hook','slice','296oYKObP','filter','898998VtbcUk','tests','indexOf','_afterEach','appium:app','getPlatform','automate','getCapabilities','ptqbF','getTestEnv','YJIgg','8882153oSfGTV','mapTestHooks','hwvup','_beforeAll','sendPlatformDetails','../../utils/logPatcher','lFBAt','state','twazL','emit','suites','hTubT','nFzDP','../../../helpers/test-observability/constants','passed','NXBxF','toJSON','substring','getHookDetails','markedStatus','Nddfd','pid','3833268MQcGZh','../../../helpers/helper','MLQdy','UPqjB','UhJfi','bs:addPlatformDetails:','KMRiQ','rkvdG','WfCzf','getHooksForTest','qFJYe','concat','uuid','879110mizZbx','132rUfnUD','js-','_beforeEach','fuIJB'];a29_0x3d93=function(){return _0x20776b;};return a29_0x3d93();}const {v4:uuidv4}=require(a29_0x40d508(0x150)),{name,version}=require(a29_0x40d508(0xfa)),logPatcher=require(a29_0x40d508(0x133)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a29_0x40d508(0xf6)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession,isInternalHook}=require(a29_0x40d508(0xfb)),{consoleHolder}=require(a29_0x40d508(0x13b)),{getPlatformVersion}=require(a29_0x40d508(0x145)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils');console={},Object['keys'](consoleHolder)[a29_0x40d508(0x104)](_0x57cb2e=>{console[_0x57cb2e]=(..._0x3aecb1)=>{BSTestOpsPatcher[_0x57cb2e](..._0x3aecb1);};}),exports[a29_0x40d508(0x12c)]=()=>{const _0x3532fd=a29_0x40d508,_0x74a809={'FqmcA':_0x3532fd(0x115),'MJBcb':function(_0x25c529){return _0x25c529();}};return{'ci':_0x74a809[_0x3532fd(0x119)],'key':_0x74a809['MJBcb'](uuidv4),'version':version,'collector':_0x3532fd(0xf1)+name};},exports[a29_0x40d508(0x140)]=_0x17f4e7=>{const _0x1fc52d=a29_0x40d508,_0x56ad7d={};_0x56ad7d[_0x1fc52d(0x12d)]=function(_0x369970,_0x4a62af){return _0x369970!==_0x4a62af;},_0x56ad7d[_0x1fc52d(0xf5)]='string',_0x56ad7d[_0x1fc52d(0x11d)]=function(_0x19ca5f,_0x72d780){return _0x19ca5f!==_0x72d780;},_0x56ad7d['qFJYe']=_0x1fc52d(0x10b),_0x56ad7d[_0x1fc52d(0xf3)]=_0x1fc52d(0x11f);const _0x4fa253=_0x56ad7d;if(!_0x17f4e7||_0x4fa253[_0x1fc52d(0x12d)](typeof _0x17f4e7,_0x4fa253['JjlwQ']))return[null,null];if(_0x4fa253['TKmRB'](_0x17f4e7[_0x1fc52d(0x125)](_0x4fa253[_0x1fc52d(0x14e)]),-0x1)){const _0x3d417c=_0x17f4e7['split'](_0x4fa253[_0x1fc52d(0x14e)]);return[_0x3d417c[0x0][_0x1fc52d(0x120)](0x0,-0x1)['split']('\x22')[0x1],_0x3d417c[0x1][_0x1fc52d(0x13f)](0x1)];}else{if(_0x4fa253[_0x1fc52d(0x11d)](_0x17f4e7['indexOf'](_0x4fa253[_0x1fc52d(0xf3)]),-0x1)){const _0x48867e=_0x17f4e7[_0x1fc52d(0x101)](_0x4fa253['fuIJB']);return[_0x48867e[0x0][_0x1fc52d(0x120)](0x0,-0x1)[_0x1fc52d(0x101)]('\x22')[0x1],_0x17f4e7];}}return[null,null];},exports[a29_0x40d508(0x14d)]=_0x554387=>{const _0x22526a=a29_0x40d508,_0x597210={'hwvup':function(_0x5b6c3d,_0x32f61a){return _0x5b6c3d(_0x32f61a);},'EkfBo':_0x22526a(0x131),'fZxAW':'_afterAll','MiLjs':_0x22526a(0xf2),'WnHiQ':_0x22526a(0x126)};if(!_0x554387||!_0x554387['parent'])return[];const _0x49eef2=[];return[_0x597210['EkfBo'],_0x597210['fZxAW'],_0x597210['MiLjs'],_0x597210[_0x22526a(0xfe)]][_0x22526a(0x104)](_0x2e9864=>{const _0x55f0fc=_0x554387['parent'][_0x2e9864]||[];_0x55f0fc['forEach'](_0x44f24f=>{const _0x5847cf=a29_0x436d;_0x44f24f[_0x5847cf(0x107)]&&!_0x597210[_0x5847cf(0x130)](isInternalHook,_0x44f24f['fn'])&&_0x49eef2[_0x5847cf(0x11a)](_0x44f24f[_0x5847cf(0x107)]);});}),[..._0x49eef2,...exports[_0x22526a(0x14d)](_0x554387[_0x22526a(0x10e)])];},exports[a29_0x40d508(0x12f)]=_0x5c85ba=>{const _0x3fdf23=a29_0x40d508,_0x58f17b={'ZOmTV':function(_0x4ba6a2){return _0x4ba6a2();},'fUDXF':function(_0x3ce013,_0x3f22cb){return _0x3ce013===_0x3f22cb;},'ptqbF':'_afterEach','KMRiQ':'_beforeAll','CIOtT':_0x3fdf23(0x11c),'nFzDP':'_beforeEach'};if(!_0x5c85ba||!_0x5c85ba[_0x3fdf23(0x10e)])return;[_0x58f17b[_0x3fdf23(0x14a)],_0x58f17b[_0x3fdf23(0x11e)],_0x58f17b[_0x3fdf23(0x13a)],_0x58f17b['ptqbF']][_0x3fdf23(0x104)](_0x373104=>{const _0x269b26=_0x3fdf23,_0x17abed={'ddPkG':function(_0x337d91){const _0x348ba1=a29_0x436d;return _0x58f17b[_0x348ba1(0x111)](_0x337d91);},'twazL':function(_0x2fb080,_0xa7cc5b){const _0x1d32bc=a29_0x436d;return _0x58f17b[_0x1d32bc(0x10a)](_0x2fb080,_0xa7cc5b);},'iHAUT':_0x58f17b[_0x269b26(0x12b)]},_0x34b4db=_0x5c85ba[_0x269b26(0x10e)][_0x373104]||[];_0x34b4db[_0x269b26(0x104)](_0x18e075=>{const _0x443605=_0x269b26;if(!_0x18e075['hookAnalyticsId'])_0x18e075['hookAnalyticsId']=_0x17abed[_0x443605(0x11b)](uuidv4);else _0x18e075[_0x443605(0x141)]&&_0x17abed[_0x443605(0x136)](_0x373104,_0x17abed['iHAUT'])&&(_0x18e075[_0x443605(0x107)]=_0x17abed[_0x443605(0x11b)](uuidv4),delete _0x18e075[_0x443605(0x141)]);});}),exports[_0x3fdf23(0x12f)](_0x5c85ba[_0x3fdf23(0x10e)]);},exports[a29_0x40d508(0x132)]=async(_0x48794b,_0x408850)=>{const _0x4547e4=a29_0x40d508,_0x1e31b0={'VXTav':function(_0xad6c1f){return _0xad6c1f();},'lFBAt':function(_0x5b0824,_0xe78da1){return _0x5b0824===_0xe78da1;},'hTubT':_0x4547e4(0x112),'HSxpD':_0x4547e4(0x127),'wjWNz':_0x4547e4(0xf9),'NXBxF':_0x4547e4(0xf7),'vHtfZ':_0x4547e4(0x129),'Nddfd':function(_0x189ef3,_0xa8a545){return _0x189ef3(_0xa8a545);},'NGBOd':'unknown_grid','UhJfi':_0x4547e4(0x10f)};try{if(!_0x1e31b0[_0x4547e4(0x118)](shouldProcessEventForTesthub))return;const _0x50e3b0=await _0x48794b[_0x4547e4(0x12a)](),_0x680a2c=await _0x48794b[_0x4547e4(0xf8)](),_0x222a39={},_0x102b70=Object[_0x4547e4(0x105)](_0x680a2c[_0x4547e4(0x12a)]()['map_']),_0x2c1c5a={'product':_0x1e31b0['lFBAt'](global[_0x4547e4(0x103)],_0x1e31b0[_0x4547e4(0x139)])?_0x102b70[_0x1e31b0['HSxpD']]||_0x102b70[_0x1e31b0[_0x4547e4(0xfc)]]?_0x1e31b0[_0x4547e4(0x13d)]:_0x1e31b0[_0x4547e4(0x102)]:null,'capabilities':_0x102b70,'platform':_0x50e3b0[_0x4547e4(0x128)](),'platform_version':_0x1e31b0[_0x4547e4(0x142)](getPlatformVersion,_0x1e31b0[_0x4547e4(0x134)](global[_0x4547e4(0x103)],_0x1e31b0[_0x4547e4(0x139)])),'browser':_0x50e3b0[_0x4547e4(0x114)](),'browser_version':_0x50e3b0[_0x4547e4(0x10c)](),'session_id':_0x680a2c[_0x4547e4(0x13e)]()};global[_0x4547e4(0x103)]?_0x222a39[global['__cloud_provider___']]=_0x2c1c5a:_0x222a39[_0x1e31b0[_0x4547e4(0x100)]]=_0x2c1c5a,process[_0x4547e4(0x137)](_0x4547e4(0x149)+process[_0x4547e4(0x143)],{'timestamp':new Date()['toISOString'](),'level':null,'message':null,'kind':_0x1e31b0[_0x4547e4(0x148)],'http_response':_0x222a39,'uuid':_0x408850});}catch(_0x1756be){_0x1e31b0[_0x4547e4(0x142)](debug,_0x4547e4(0xf4)+_0x1756be);}},exports[a29_0x40d508(0x113)]=_0x2a7f6e=>{const _0x3c0cb7=a29_0x40d508,_0x324284={};_0x324284['UPqjB']=function(_0x41a46b,_0x10f5ae){return _0x41a46b!==_0x10f5ae;},_0x324284[_0x3c0cb7(0x14b)]='hook',_0x324284['WfCzf']=function(_0x5f30d8,_0x277853){return _0x5f30d8!==_0x277853;},_0x324284[_0x3c0cb7(0x117)]=_0x3c0cb7(0x13c),_0x324284[_0x3c0cb7(0x146)]=function(_0x4b3a2d,_0x20a71e){return _0x4b3a2d!==_0x20a71e;},_0x324284['bmLro']='failed';const _0x5939cb=_0x324284,_0x207eb9=_0x2a7f6e[_0x3c0cb7(0x138)][_0x3c0cb7(0xff)]((_0x7105e8,_0x596662)=>{const _0x16e340=exports['getHookSkippedTests'](_0x596662);return _0x16e340&&(_0x7105e8=_0x7105e8['concat'](_0x16e340)),_0x7105e8;},[]),_0x430c41=_0x2a7f6e[_0x3c0cb7(0x124)][_0x3c0cb7(0x122)](_0x203ea1=>{const _0x39fad1=_0x3c0cb7,_0x460a29=_0x5939cb[_0x39fad1(0x147)](_0x203ea1['type'],_0x5939cb[_0x39fad1(0x14b)])&&!_0x203ea1[_0x39fad1(0x141)]&&_0x5939cb[_0x39fad1(0x14c)](_0x203ea1[_0x39fad1(0x135)],_0x5939cb[_0x39fad1(0x117)])&&_0x5939cb[_0x39fad1(0x146)](_0x203ea1[_0x39fad1(0x135)],_0x5939cb[_0x39fad1(0x116)])&&!_0x203ea1[_0x39fad1(0x106)];return _0x460a29;});return _0x430c41[_0x3c0cb7(0x14f)](_0x207eb9);};
1
+ const a30_0x153941=a30_0x36c9;function a30_0x52ff(){const _0x577565=['uNWZm','hook:','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','6JCAOJz','ftpxs','slice','getHooksForTest','../../../helpers/helper','split','../../../helpers/test-observability/utils','PjScU','_beforeAll','4652648odMPOH','Myris','vhkOY','vJOls','_afterAll','kvKfM','OCXqe','passed','concat','getBrowserVersion','parent','generic','TEST_PLATFORM','wbzqY','map_','Kbwcg','reduce','ymYWR','pid','NSkgo','745823xOVSnp','forEach','emit','app-automate','suites','keys','mapTestHooks','type','5998874iABzpq','vcYec','js-','309378tasdHy','markedStatus','dsUbs','hookAnalyticsId','MgHQo','Rornc','YtQsx','efsPc','3807200muPqOw','6JYZGra','automate','XGWOv','unknown_grid','laZrO','../../utils/logPatcher','cfViP','StIAC','1629036qCLNcG','getTestEnv','indexOf','toISOString','FONNj','getCapabilities','browserstack','_beforeEach','zjoZP','__cloud_provider___','atoNV','failed','fHDZF','state','substring','getHookDetails','xEfAj','lHQkN','app','getBrowserName','kAYeK','ZxKdB','filter','getHookSkippedTests','_afterEach','PVRVQ','../../../helpers/testhub/utils','MyWxx','ATbhd','ipwSN','2138035MwNaln','hook'];a30_0x52ff=function(){return _0x577565;};return a30_0x52ff();}function a30_0x36c9(_0x1c5fd6,_0x2c9147){const _0x52ff94=a30_0x52ff();return a30_0x36c9=function(_0x36c998,_0x4ed478){_0x36c998=_0x36c998-0x1cf;let _0xc28c34=_0x52ff94[_0x36c998];return _0xc28c34;},a30_0x36c9(_0x1c5fd6,_0x2c9147);}(function(_0x4854e4,_0x51c47){const _0x5b684f=a30_0x36c9,_0x590ade=_0x4854e4();while(!![]){try{const _0x489d34=parseInt(_0x5b684f(0x215))/0x1+parseInt(_0x5b684f(0x220))/0x2*(-parseInt(_0x5b684f(0x1f8))/0x3)+parseInt(_0x5b684f(0x228))/0x4+parseInt(_0x5b684f(0x1f3))/0x5*(-parseInt(_0x5b684f(0x229))/0x6)+-parseInt(_0x5b684f(0x21d))/0x7+parseInt(_0x5b684f(0x201))/0x8+-parseInt(_0x5b684f(0x1d5))/0x9;if(_0x489d34===_0x51c47)break;else _0x590ade['push'](_0x590ade['shift']());}catch(_0x34f65d){_0x590ade['push'](_0x590ade['shift']());}}}(a30_0x52ff,0x7b1a9));const {v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),logPatcher=require(a30_0x153941(0x1d2)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook}=require(a30_0x153941(0x1fe)),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require(a30_0x153941(0x1fc)),{shouldProcessEventForTesthub}=require(a30_0x153941(0x1ef));console={},Object[a30_0x153941(0x21a)](consoleHolder)['forEach'](_0x956590=>{console[_0x956590]=(..._0x3ece4a)=>{BSTestOpsPatcher[_0x956590](..._0x3ece4a);};}),exports[a30_0x153941(0x1d6)]=()=>{const _0x4bf7ce=a30_0x153941,_0x7a4dc={'cfViP':_0x4bf7ce(0x20c),'ZxKdB':function(_0x211ddb){return _0x211ddb();}};return{'ci':_0x7a4dc[_0x4bf7ce(0x1d3)],'key':_0x7a4dc[_0x4bf7ce(0x1ea)](uuidv4),'version':version,'collector':_0x4bf7ce(0x21f)+name};},exports[a30_0x153941(0x1e4)]=_0xc513e6=>{const _0x17f113=a30_0x153941,_0x1d5374={};_0x1d5374['YtQsx']=function(_0x24b52a,_0x54215c){return _0x24b52a!==_0x54215c;},_0x1d5374[_0x17f113(0x1cf)]='string',_0x1d5374['uNWZm']=_0x17f113(0x1f6),_0x1d5374['ipwSN']=_0x17f113(0x1f4);const _0x50017e=_0x1d5374;if(!_0xc513e6||_0x50017e[_0x17f113(0x226)](typeof _0xc513e6,_0x50017e[_0x17f113(0x1cf)]))return[null,null];if(_0x50017e['YtQsx'](_0xc513e6[_0x17f113(0x1d7)](_0x50017e['uNWZm']),-0x1)){const _0x4fd48a=_0xc513e6[_0x17f113(0x1fd)](_0x50017e[_0x17f113(0x1f5)]);return[_0x4fd48a[0x0]['slice'](0x0,-0x1)[_0x17f113(0x1fd)]('\x22')[0x1],_0x4fd48a[0x1][_0x17f113(0x1e3)](0x1)];}else{if(_0x50017e[_0x17f113(0x226)](_0xc513e6[_0x17f113(0x1d7)](_0x50017e[_0x17f113(0x1f2)]),-0x1)){const _0x24d6db=_0xc513e6[_0x17f113(0x1fd)](_0x50017e[_0x17f113(0x1f2)]);return[_0x24d6db[0x0][_0x17f113(0x1fa)](0x0,-0x1)['split']('\x22')[0x1],_0xc513e6];}}return[null,null];},exports[a30_0x153941(0x1fb)]=_0x1898a3=>{const _0xe1fce0=a30_0x153941,_0x3ffd89={'VkCzF':function(_0x4cb4dc,_0x38819e){return _0x4cb4dc(_0x38819e);},'vcYec':_0xe1fce0(0x200),'zjoZP':_0xe1fce0(0x205),'xEfAj':_0xe1fce0(0x1dc),'vhkOY':_0xe1fce0(0x1ed)};if(!_0x1898a3||!_0x1898a3[_0xe1fce0(0x20b)])return[];const _0x4e4257=[];return[_0x3ffd89[_0xe1fce0(0x21e)],_0x3ffd89[_0xe1fce0(0x1dd)],_0x3ffd89[_0xe1fce0(0x1e5)],_0x3ffd89[_0xe1fce0(0x203)]][_0xe1fce0(0x216)](_0x201d75=>{const _0x221ec8=_0xe1fce0,_0x104a46={'MyWxx':function(_0x3206fa,_0x15d9a9){return _0x3ffd89['VkCzF'](_0x3206fa,_0x15d9a9);}},_0x14beaa=_0x1898a3[_0x221ec8(0x20b)][_0x201d75]||[];_0x14beaa['forEach'](_0x3bb68e=>{const _0x2ec442=_0x221ec8;_0x3bb68e[_0x2ec442(0x223)]&&!_0x104a46[_0x2ec442(0x1f0)](isInternalHook,_0x3bb68e['fn'])&&_0x4e4257['push'](_0x3bb68e['hookAnalyticsId']);});}),[..._0x4e4257,...exports[_0xe1fce0(0x1fb)](_0x1898a3[_0xe1fce0(0x20b)])];},exports[a30_0x153941(0x21b)]=_0xf69a3d=>{const _0x470477=a30_0x153941,_0x33cc75={'ymYWR':function(_0x4b246c){return _0x4b246c();},'laZrO':function(_0xa83cb8,_0x5f5558){return _0xa83cb8===_0x5f5558;},'wbzqY':_0x470477(0x1ed),'StIAC':_0x470477(0x200),'ftpxs':_0x470477(0x205),'kvKfM':_0x470477(0x1dc)};if(!_0xf69a3d||!_0xf69a3d[_0x470477(0x20b)])return;[_0x33cc75[_0x470477(0x1d4)],_0x33cc75[_0x470477(0x1f9)],_0x33cc75[_0x470477(0x206)],_0x33cc75[_0x470477(0x20e)]][_0x470477(0x216)](_0x508e1d=>{const _0x367e89=_0x470477,_0x3c73df={'kAYeK':function(_0x15c3ab){const _0x342c30=a30_0x36c9;return _0x33cc75[_0x342c30(0x212)](_0x15c3ab);},'dsUbs':function(_0x2f1b10,_0x45e28b){const _0xdef89c=a30_0x36c9;return _0x33cc75[_0xdef89c(0x1d1)](_0x2f1b10,_0x45e28b);},'fHDZF':_0x33cc75[_0x367e89(0x20e)]},_0x29ac9c=_0xf69a3d[_0x367e89(0x20b)][_0x508e1d]||[];_0x29ac9c[_0x367e89(0x216)](_0x1dff10=>{const _0x2d90a7=_0x367e89;if(!_0x1dff10['hookAnalyticsId'])_0x1dff10[_0x2d90a7(0x223)]=_0x3c73df[_0x2d90a7(0x1e9)](uuidv4);else _0x1dff10[_0x2d90a7(0x221)]&&_0x3c73df[_0x2d90a7(0x222)](_0x508e1d,_0x3c73df[_0x2d90a7(0x1e1)])&&(_0x1dff10[_0x2d90a7(0x223)]=_0x3c73df['kAYeK'](uuidv4),delete _0x1dff10[_0x2d90a7(0x221)]);});}),exports[_0x470477(0x21b)](_0xf69a3d[_0x470477(0x20b)]);},exports['sendPlatformDetails']=async(_0x306fc0,_0xa672c0)=>{const _0x1425d3=a30_0x153941,_0x48b4da={'atoNV':function(_0x1742f1){return _0x1742f1();},'PjScU':function(_0x4aadb8,_0x2161dd){return _0x4aadb8===_0x2161dd;},'OCXqe':_0x1425d3(0x1db),'Rornc':'appium:app','lHQkN':_0x1425d3(0x1e7),'AfLna':_0x1425d3(0x218),'Kbwcg':_0x1425d3(0x22a),'vJOls':function(_0x59c81a,_0x3059b9){return _0x59c81a(_0x3059b9);},'efsPc':_0x1425d3(0x1d0),'ATbhd':_0x1425d3(0x20d)};try{if(!_0x48b4da[_0x1425d3(0x1df)](shouldProcessEventForTesthub))return;const _0x17912c=await _0x306fc0['getCapabilities'](),_0x1225c6=await _0x306fc0['getSession'](),_0x1d0de9={},_0x47b674=Object['fromEntries'](_0x1225c6[_0x1425d3(0x1da)]()[_0x1425d3(0x20f)]),_0x7ee44c={'product':_0x48b4da[_0x1425d3(0x1ff)](global[_0x1425d3(0x1de)],_0x48b4da[_0x1425d3(0x207)])?_0x47b674[_0x48b4da[_0x1425d3(0x225)]]||_0x47b674[_0x48b4da[_0x1425d3(0x1e6)]]?_0x48b4da['AfLna']:_0x48b4da[_0x1425d3(0x210)]:null,'capabilities':_0x47b674,'platform':_0x17912c['getPlatform'](),'platform_version':_0x48b4da['vJOls'](getPlatformVersion,_0x48b4da[_0x1425d3(0x1ff)](global[_0x1425d3(0x1de)],_0x48b4da[_0x1425d3(0x207)])),'browser':_0x17912c[_0x1425d3(0x1e8)](),'browser_version':_0x17912c[_0x1425d3(0x20a)](),'session_id':_0x1225c6['toJSON']()};global[_0x1425d3(0x1de)]?_0x1d0de9[global[_0x1425d3(0x1de)]]=_0x7ee44c:_0x1d0de9[_0x48b4da[_0x1425d3(0x227)]]=_0x7ee44c,process[_0x1425d3(0x217)]('bs:addPlatformDetails:'+process[_0x1425d3(0x213)],{'timestamp':new Date()[_0x1425d3(0x1d8)](),'level':null,'message':null,'kind':_0x48b4da[_0x1425d3(0x1f1)],'http_response':_0x1d0de9,'uuid':_0xa672c0});}catch(_0x638e30){_0x48b4da[_0x1425d3(0x204)](debug,_0x1425d3(0x1f7)+_0x638e30);}},exports['getHookSkippedTests']=_0x32a802=>{const _0x3b5bf0=a30_0x153941,_0x4125df={};_0x4125df[_0x3b5bf0(0x214)]=function(_0x3a04c5,_0xe2142c){return _0x3a04c5!==_0xe2142c;},_0x4125df[_0x3b5bf0(0x224)]=_0x3b5bf0(0x1f4),_0x4125df[_0x3b5bf0(0x202)]=function(_0x1cd369,_0x32270b){return _0x1cd369!==_0x32270b;},_0x4125df[_0x3b5bf0(0x1ee)]=_0x3b5bf0(0x208),_0x4125df[_0x3b5bf0(0x1d9)]=_0x3b5bf0(0x1e0);const _0x2f960f=_0x4125df,_0x336dfe=_0x32a802[_0x3b5bf0(0x219)][_0x3b5bf0(0x211)]((_0x3bf671,_0x2f8226)=>{const _0xfb6cf6=_0x3b5bf0,_0x31d63e=exports[_0xfb6cf6(0x1ec)](_0x2f8226);return _0x31d63e&&(_0x3bf671=_0x3bf671[_0xfb6cf6(0x209)](_0x31d63e)),_0x3bf671;},[]),_0x55ccca=_0x32a802['tests'][_0x3b5bf0(0x1eb)](_0x22fa20=>{const _0x27c942=_0x3b5bf0,_0x2f7154=_0x2f960f[_0x27c942(0x214)](_0x22fa20[_0x27c942(0x21c)],_0x2f960f['MgHQo'])&&!_0x22fa20['markedStatus']&&_0x2f960f[_0x27c942(0x202)](_0x22fa20[_0x27c942(0x1e2)],_0x2f960f[_0x27c942(0x1ee)])&&_0x2f960f[_0x27c942(0x214)](_0x22fa20[_0x27c942(0x1e2)],_0x2f960f[_0x27c942(0x1d9)])&&!_0x22fa20['pending'];return _0x2f7154;});return _0x55ccca['concat'](_0x336dfe);};
@@ -1 +1 @@
1
- const a30_0x385fb9=a30_0x20a1;(function(_0x160349,_0x499943){const _0x41f920=a30_0x20a1,_0x30b586=_0x160349();while(!![]){try{const _0x5b805d=-parseInt(_0x41f920(0x15d))/0x1*(parseInt(_0x41f920(0x180))/0x2)+parseInt(_0x41f920(0x178))/0x3*(parseInt(_0x41f920(0x13e))/0x4)+parseInt(_0x41f920(0x13d))/0x5+parseInt(_0x41f920(0x153))/0x6+parseInt(_0x41f920(0x192))/0x7+parseInt(_0x41f920(0x19f))/0x8+-parseInt(_0x41f920(0x182))/0x9;if(_0x5b805d===_0x499943)break;else _0x30b586['push'](_0x30b586['shift']());}catch(_0xd3d04d){_0x30b586['push'](_0x30b586['shift']());}}}(a30_0x1449,0x33f69));const util=require('util'),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a30_0x385fb9(0x181)),{percyAutoCapture}=require(a30_0x385fb9(0x183)),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus}=require(a30_0x385fb9(0x19e)),{isTestObservabilitySession}=require(a30_0x385fb9(0x194)),PerformanceTester=require(a30_0x385fb9(0x197)),scripts=require(a30_0x385fb9(0x157)),globals=require(a30_0x385fb9(0x19c)),logger=require('../../helpers/logger')[a30_0x385fb9(0x18f)],{shouldProcessEventForTesthub}=require(a30_0x385fb9(0x17e)),testHubConstants=require('../../helpers/testhub/constants');exports[a30_0x385fb9(0x16c)]={'beforeAll'(){const _0x4f2cc9=a30_0x385fb9,_0x101aca={'vnNSb':function(_0x469bd8,_0x204f04,_0x578cdd,_0x521c56){return _0x469bd8(_0x204f04,_0x578cdd,_0x521c56);},'cgnRI':_0x4f2cc9(0x1a2),'VIukY':_0x4f2cc9(0x141),'vwdCB':function(_0x47e588,_0x40cd9b,_0x440810){return _0x47e588(_0x40cd9b,_0x440810);},'XSqbi':_0x4f2cc9(0x156),'BhLUI':function(_0x1c6a96){return _0x1c6a96();},'wkMPW':function(_0xb50909,_0xeb0a29,_0x46982f){return _0xb50909(_0xeb0a29,_0x46982f);}};PerformanceTester[_0x4f2cc9(0x138)]();const _0x199906='browserstack internal helper hook';global[_0x4f2cc9(0x177)]=[],global['__sessionFailed']=![],global[_0x4f2cc9(0x162)]=async()=>{const _0x4a2e1c=_0x4f2cc9;let _0x4494a3=![];try{await global[_0x4a2e1c(0x176)][0x0][_0x4a2e1c(0x13c)],_0x4494a3=!![],global[_0x4a2e1c(0x14f)]?await _0x101aca[_0x4a2e1c(0x137)](markSessionStatus,global[_0x4a2e1c(0x176)][0x0],_0x101aca[_0x4a2e1c(0x184)],global[_0x4a2e1c(0x177)][_0x4a2e1c(0x1a8)](_0x101aca['VIukY'])):await _0x101aca[_0x4a2e1c(0x18b)](markSessionStatus,global[_0x4a2e1c(0x176)][0x0],_0x101aca['XSqbi']);}catch(_0x2f3468){}global[_0x4a2e1c(0x177)]=[],global[_0x4a2e1c(0x14f)]=![];if(_0x4494a3)try{try{_0x101aca[_0x4a2e1c(0x158)](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0x101aca['wkMPW'](sendPlatformDetails,global[_0x4a2e1c(0x176)][0x0],this[_0x4a2e1c(0x17b)]?this[_0x4a2e1c(0x17b)]['testAnalyticsId']:null));}catch{}await global[_0x4a2e1c(0x176)][0x0][_0x4a2e1c(0x185)]();}catch(_0x1f40e2){}};},'beforeEach'(_0x7797d3){const _0x922765=a30_0x385fb9,_0x2a4cb6={'sbhdF':function(_0x50fb8a,_0x4fc33c){return _0x50fb8a>_0x4fc33c;},'mrmfT':_0x922765(0x161),'kAkOw':function(_0x286758,_0x55987b,_0x11e01e){return _0x286758(_0x55987b,_0x11e01e);},'umggA':_0x922765(0x1a1),'egBzj':function(_0x13d3b0){return _0x13d3b0();},'OiFxW':'isAccessibilityPlatform','TnCil':function(_0x4a65a0,_0x235201){return _0x4a65a0===_0x235201;},'Jtrzg':_0x922765(0x159),'uDtAw':_0x922765(0x164),'SaYDX':_0x922765(0x14a),'AYcwp':_0x922765(0x175)};new Promise(async _0x496c1c=>{const _0x254f8c=_0x922765,_0xbee5b8='browserstack internal helper hook';let _0x494ede=!![];try{_0x2a4cb6[_0x254f8c(0x174)](global[_0x254f8c(0x176)][_0x254f8c(0x16e)],0x1)&&(await global['driverCleanup'](),global[_0x254f8c(0x176)][_0x254f8c(0x13b)]()),_0x2a4cb6[_0x254f8c(0x174)](global['__drivers'][0x0]['quitCount_'],0x0)&&(_0x494ede=![],await global['driverCleanup']());}catch{}try{Array['isArray'](global[_0x254f8c(0x176)])&&global[_0x254f8c(0x176)][0x0]&&(global[_0x254f8c(0x176)][0x0]['browserstackSessionName']=this['currentTest'][_0x254f8c(0x149)]()[_0x254f8c(0x1a8)](_0x2a4cb6[_0x254f8c(0x17c)])),global['browserstackSessionName']=this[_0x254f8c(0x17b)]['titlePath']()[_0x254f8c(0x1a8)](_0x2a4cb6['mrmfT']);}catch(_0x19f797){logger[_0x254f8c(0x133)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x19f797);}this[_0x254f8c(0x17b)][_0x254f8c(0x140)]=_0x2a4cb6[_0x254f8c(0x134)](shouldScanTestForAccessibility,this['currentTest'][_0x254f8c(0x149)](),!![]),globals[_0x254f8c(0x13f)](_0x2a4cb6['umggA'],this[_0x254f8c(0x17b)][_0x254f8c(0x140)]),this['currentTest'][_0x254f8c(0x19b)]=!![];if(_0x2a4cb6[_0x254f8c(0x147)](isAccessibilityAutomationSession)&&_0x494ede&&Array[_0x254f8c(0x173)](global[_0x254f8c(0x176)])&&_0x2a4cb6[_0x254f8c(0x174)](global[_0x254f8c(0x176)][_0x254f8c(0x16e)],0x0)&&globals[_0x254f8c(0x160)](_0x2a4cb6[_0x254f8c(0x18a)]))try{const _0xbd30f4=await global[_0x254f8c(0x176)][0x0]['session_'];if(_0xbd30f4){let _0x4fec30=!![];const _0x55b2d5=await global[_0x254f8c(0x176)][0x0][_0x254f8c(0x186)]();let _0x2f733b;try{_0x2f733b=new URL(_0x55b2d5);}catch(_0x19f2ef){_0x4fec30=![];}_0x4fec30=_0x2a4cb6[_0x254f8c(0x196)](_0x2f733b[_0x254f8c(0x19d)],_0x2a4cb6[_0x254f8c(0x17d)])||_0x2a4cb6[_0x254f8c(0x196)](_0x2f733b[_0x254f8c(0x19d)],_0x2a4cb6['uDtAw']),_0x4fec30&&(this[_0x254f8c(0x17b)]['shouldScanTestForAccessibility']&&logger[_0x254f8c(0x1a0)](_0x2a4cb6['SaYDX'])),this[_0x254f8c(0x17b)][_0x254f8c(0x19b)]=this[_0x254f8c(0x17b)][_0x254f8c(0x140)],this[_0x254f8c(0x17b)][_0x254f8c(0x140)]&&logger['info'](_0x2a4cb6[_0x254f8c(0x151)]);}}catch(_0x363f47){logger[_0x254f8c(0x17a)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+util[_0x254f8c(0x187)](_0x363f47));}_0x2a4cb6[_0x254f8c(0x147)](_0x496c1c);})[_0x922765(0x146)](_0x7797d3);},'afterEach'(_0x19a792){const _0x3e2392=a30_0x385fb9,_0x1c1c23={'PElQg':function(_0x1e35d7,_0x21fdb1){return _0x1e35d7>_0x21fdb1;},'FMhOF':function(_0x30a173,_0x7bd038){return _0x30a173===_0x7bd038;},'MlOXi':_0x3e2392(0x14c),'SdDpH':'appium:app','tjCnK':function(_0x5cd029,_0x2fe55f,_0x44695f,_0x4de4e5){return _0x5cd029(_0x2fe55f,_0x44695f,_0x4de4e5);},'ltnuv':'\x20-\x20','Egvzf':function(_0x40ee0b,_0x1b6613){return _0x40ee0b!==_0x1b6613;},'kgdtg':'passed','WiVVx':function(_0x4eef7d,_0x201384,_0x552d75){return _0x4eef7d(_0x201384,_0x552d75);},'nMdYf':function(_0x39787c,_0x4ac8fb){return _0x39787c+_0x4ac8fb;},'DRrca':_0x3e2392(0x188),'yGoxE':_0x3e2392(0x17a),'NRLsT':_0x3e2392(0x142),'wTbIX':_0x3e2392(0x1a0),'PDAtu':_0x3e2392(0x18e),'zsJVT':_0x3e2392(0x1a1),'Pjmak':_0x3e2392(0x189),'AJdUW':_0x3e2392(0x168),'ttGCm':_0x3e2392(0x199),'nVkPG':function(_0x452ac1){return _0x452ac1();},'pMzxK':function(_0x5cfd0d){return _0x5cfd0d();},'MPLVd':_0x3e2392(0x133),'yWmUC':function(_0x1d77fb,_0x1db630){return _0x1d77fb>_0x1db630;},'yuDRK':function(_0x1e66ec){return _0x1e66ec();}},_0x45d0bd='browserstack internal helper hook';this['timeout'](0xfde8);const _0x134f20=async(_0x28dcd1,_0x27b337)=>{const _0x158ea2=_0x3e2392;await global[_0x158ea2(0x176)][0x0][_0x158ea2(0x18d)](_0x158ea2(0x135)+_0x28dcd1+_0x158ea2(0x16f)+_0x27b337+'\x22}}');};new Promise(async _0x29839b=>{const _0x46fbe6=_0x3e2392;try{_0x1c1c23[_0x46fbe6(0x1a9)](global['__drivers'][_0x46fbe6(0x16e)],0x1)&&(await global[_0x46fbe6(0x162)](),global[_0x46fbe6(0x176)][_0x46fbe6(0x13b)](),global[_0x46fbe6(0x177)]=[],global[_0x46fbe6(0x14f)]=![]);try{if(global[_0x46fbe6(0x15f)]&&_0x1c1c23[_0x46fbe6(0x150)](global[_0x46fbe6(0x166)],_0x1c1c23[_0x46fbe6(0x16b)])&&global[_0x46fbe6(0x176)][0x0]){const _0x2227dd=_0x1c1c23[_0x46fbe6(0x1a9)](global[_0x46fbe6(0x13a)][_0x46fbe6(0x16e)],0x0)?!!global[_0x46fbe6(0x13a)][0x0][_0x46fbe6(0x179)]||!!global[_0x46fbe6(0x13a)][0x0][_0x1c1c23['SdDpH']]:![],_0x2d6c6d={};_0x2d6c6d[_0x46fbe6(0x179)]=_0x2227dd,await _0x1c1c23['tjCnK'](percyAutoCapture,global[_0x46fbe6(0x176)][0x0],_0x1c1c23['MlOXi'],_0x2d6c6d);}}catch(_0x252f88){}!global[_0x46fbe6(0x1a6)]&&(await global[_0x46fbe6(0x176)][0x0][_0x46fbe6(0x18d)](_0x46fbe6(0x198)+JSON[_0x46fbe6(0x19a)](this[_0x46fbe6(0x17b)]['titlePath']()[_0x46fbe6(0x1a8)](_0x1c1c23[_0x46fbe6(0x193)]))+'}}'),global[_0x46fbe6(0x176)][0x0]['sessionNameSet__']=!![]);const _0x1429ee=_0x1c1c23[_0x46fbe6(0x167)](this[_0x46fbe6(0x17b)][_0x46fbe6(0x1a3)],_0x1c1c23[_0x46fbe6(0x139)]);_0x1429ee?(global[_0x46fbe6(0x14f)]=!![],global[_0x46fbe6(0x177)][_0x46fbe6(0x144)](this['currentTest']['err'][_0x46fbe6(0x14e)]),await _0x1c1c23[_0x46fbe6(0x171)](_0x134f20,JSON['stringify'](_0x1c1c23[_0x46fbe6(0x1a4)](_0x1c1c23[_0x46fbe6(0x172)],this[_0x46fbe6(0x17b)][_0x46fbe6(0x165)][_0x46fbe6(0x14e)])),_0x1c1c23['yGoxE'])):await _0x1c1c23['WiVVx'](_0x134f20,JSON['stringify'](_0x1c1c23[_0x46fbe6(0x169)]),_0x1c1c23[_0x46fbe6(0x148)]);}catch(_0x41fc8a){}try{if(this['currentTest'][_0x46fbe6(0x19b)]&&globals[_0x46fbe6(0x160)](_0x1c1c23['PDAtu'])&&globals[_0x46fbe6(0x160)](_0x1c1c23[_0x46fbe6(0x163)])){logger['info'](_0x1c1c23[_0x46fbe6(0x16d)]);const _0x57b7ad={};_0x57b7ad[_0x46fbe6(0x190)]=this[_0x46fbe6(0x17b)][_0x46fbe6(0x17f)],_0x57b7ad['thBuildUuid']=process[_0x46fbe6(0x1a7)][testHubConstants[_0x46fbe6(0x152)]['BROWSERSTACK_TESTHUB_UUID']],_0x57b7ad[_0x46fbe6(0x155)]=process[_0x46fbe6(0x1a7)][testHubConstants[_0x46fbe6(0x152)][_0x46fbe6(0x195)]];const _0x3f8b07=_0x57b7ad;logger[_0x46fbe6(0x133)](_0x46fbe6(0x143)+JSON[_0x46fbe6(0x19a)](_0x3f8b07)),logger[_0x46fbe6(0x133)](_0x1c1c23[_0x46fbe6(0x16a)]),logger[_0x46fbe6(0x133)](util[_0x46fbe6(0x187)](await global[_0x46fbe6(0x176)][0x0][_0x46fbe6(0x15c)](scripts['performScan'],{'method':global[_0x46fbe6(0x18c)]}))),await global[_0x46fbe6(0x176)][0x0]['executeAsyncScript'](scripts['saveTestResults'],_0x3f8b07),logger[_0x46fbe6(0x1a0)](_0x1c1c23[_0x46fbe6(0x15e)]);}}catch(_0x19c60e){logger['error'](_0x46fbe6(0x191)+this[_0x46fbe6(0x17b)][_0x46fbe6(0x149)]()+_0x46fbe6(0x15a),_0x19c60e);}try{try{if(_0x1c1c23[_0x46fbe6(0x14d)](shouldProcessEventForTesthub)){global[_0x46fbe6(0x176)][0x0]&&await _0x1c1c23[_0x46fbe6(0x171)](sendPlatformDetails,global[_0x46fbe6(0x176)][0x0],this[_0x46fbe6(0x17b)]?this[_0x46fbe6(0x17b)][_0x46fbe6(0x17f)]:null);if(_0x1c1c23['pMzxK'](isBrowserstackInfra)){const _0x37228c='ObservabilitySync:'+Date[_0x46fbe6(0x170)]();await _0x1c1c23[_0x46fbe6(0x171)](_0x134f20,JSON[_0x46fbe6(0x19a)](_0x37228c),_0x1c1c23['MPLVd']);}}}catch{}_0x1c1c23[_0x46fbe6(0x14b)](global[_0x46fbe6(0x176)][0x0][_0x46fbe6(0x136)],0x0)&&await global[_0x46fbe6(0x162)]();}catch(_0x134d31){}_0x1c1c23[_0x46fbe6(0x154)](_0x29839b);})[_0x3e2392(0x146)](()=>_0x19a792());},'afterAll'(_0x3e2498){const _0x46dc0d=a30_0x385fb9,_0x3ee7a7={'EGxKM':function(_0x4bfe57){return _0x4bfe57();}},_0x2de900='browserstack internal helper hook';this[_0x46dc0d(0x15b)](0xfde8),new Promise(async _0x854191=>{const _0x3fdb1c=_0x46dc0d;PerformanceTester[_0x3fdb1c(0x1a5)](),await global['driverCleanup'](),_0x3ee7a7[_0x3fdb1c(0x145)](_0x854191);})[_0x46dc0d(0x146)](()=>_0x3e2498());}};function a30_0x20a1(_0x41fb27,_0x3fb192){const _0x14490c=a30_0x1449();return a30_0x20a1=function(_0x20a139,_0x410f0a){_0x20a139=_0x20a139-0x133;let _0x1c5e18=_0x14490c[_0x20a139];return _0x1c5e18;},a30_0x20a1(_0x41fb27,_0x3fb192);}function a30_0x1449(){const _0x3048e3=['419628ISheUV','yuDRK','thJwtToken','passed','../../helpers/accessibility-automation/scripts','BhLUI','http:','.\x20Error\x20:','timeout','executeAsyncScript','330043PRESwU','ttGCm','percy','getGlobal','\x20-\x20','driverCleanup','zsJVT','https:','err','percyCaptureMode','Egvzf','Performing\x20scan\x20before\x20saving\x20results','NRLsT','AJdUW','MlOXi','mochaHooks','Pjmak','length',',\x22level\x22:\x20\x22','now','WiVVx','DRrca','isArray','sbhdF','Automate\x20test\x20case\x20execution\x20has\x20started.','__drivers','__error_messages__','198wyufno','app','error','currentTest','mrmfT','Jtrzg','../../helpers/testhub/utils','testAnalyticsId','2xgOPFP','../../helpers/accessibility-automation/helper','4099923qCgWyA','../../helpers/percy/utils','cgnRI','initQuit','getCurrentUrl','format','Failed:\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','OiFxW','vwdCB','browserstackSessionName','executeScript','isAccessibilityPlatform','winstonLogger','thTestRunUuid','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','2923256noFLwp','ltnuv','../../helpers/test-observability/utils','BROWSERSTACK_TESTHUB_JWT','TnCil','../../helpers/performance-tester','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','stringify','accessibilityScanStarted','../../helpers/globals','protocol','../../helpers/helper','2165008QBWSdz','info','bstackA11yShouldScan','failed','state','nMdYf','stopMonitoring','__skipSessionName','env','join','PElQg','debug','kAkOw','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','quitCount_','vnNSb','startMonitoring','kgdtg','capabilities','shift','session_','808595paXJsa','4760BwkwEd','setGlobal','shouldScanTestForAccessibility','\x20|\x20','Passed','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','push','EGxKM','then','egBzj','wTbIX','titlePath','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','yWmUC','testcase','nVkPG','message','__sessionFailed','FMhOF','AYcwp','ENV_VAR'];a30_0x1449=function(){return _0x3048e3;};return a30_0x1449();}
1
+ function a31_0x38ff(){const _0x39271c=['debug','message','testcase','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','winstonLogger','UVGPW','ObservabilitySync:','QiGZt','8028ylvGiE','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','format','length','browserstackSessionName','info','getGlobal','12790VEFTIm','app','kojsR','../../helpers/globals','FbAxe','oAVOE','Ijnfo','jclJs','qRJxY','../../helpers/accessibility-automation/helper','AiDlQ','WLbvC','RPTjT','EMaky','push','Failed:\x20','Failed\x20to\x20store\x20session\x20name:\x20','passed','__drivers','appium:app','http:','../../helpers/accessibility-automation/scripts','testAnalyticsId','then','2775554edfkOO','isAccessibilityPlatform','saveTestResults','279tAovvP','Automate\x20test\x20case\x20execution\x20has\x20started.','wRMzR','bPFWJ','thTestRunUuid','sExFG','thJwtToken','ECgOp','error','Passed','YhumC','join','BROWSERSTACK_TESTHUB_JWT','err','.\x20Error\x20:','xcCXw','driverCleanup','SdSpT','sessionNameSet__','../../helpers/helper','7269255EHaJED','HDboP','5635752vuPWUl','performScan','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','util','lQGRf','jRJJS','timeout','capabilities','accessibilityScanStarted','__sessionFailed','ENV_VAR','FnCNb','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','__error_messages__','getCurrentUrl','BROWSERSTACK_TESTHUB_UUID','\x20-\x20','percyCaptureMode','state','203760KilkOL','currentTest','jLLLR',',\x22level\x22:\x20\x22','apKZk','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','__skipSessionName','772696UwjjFr','thBuildUuid','shift','ADCQS','XLoHC','stringify','session_','3395BlzmaT','mochaHooks','XBVMS','PZOcN','../../helpers/performance-tester','../../helpers/testhub/utils','bstackA11yShouldScan','../../helpers/testhub/constants','shouldScanTestForAccessibility','fcYTM','lkCDg','12ioCSgR','setGlobal','titlePath','executeScript','percy','SSXjZ','executeAsyncScript','isArray','protocol'];a31_0x38ff=function(){return _0x39271c;};return a31_0x38ff();}function a31_0x38a1(_0xeb9cea,_0x5ae755){const _0x38ff49=a31_0x38ff();return a31_0x38a1=function(_0x38a178,_0x4b5e7a){_0x38a178=_0x38a178-0x1c6;let _0x1b6d47=_0x38ff49[_0x38a178];return _0x1b6d47;},a31_0x38a1(_0xeb9cea,_0x5ae755);}const a31_0x8d0fc=a31_0x38a1;(function(_0x3de36d,_0x52c806){const _0x94a9c8=a31_0x38a1,_0xb22edc=_0x3de36d();while(!![]){try{const _0x3f2e6d=parseInt(_0x94a9c8(0x1dd))/0x1+parseInt(_0x94a9c8(0x1f5))/0x2+-parseInt(_0x94a9c8(0x23a))/0x3*(-parseInt(_0x94a9c8(0x228))/0x4)+-parseInt(_0x94a9c8(0x22f))/0x5*(-parseInt(_0x94a9c8(0x1d6))/0x6)+-parseInt(_0x94a9c8(0x20c))/0x7+-parseInt(_0x94a9c8(0x20e))/0x8+-parseInt(_0x94a9c8(0x1f8))/0x9*(parseInt(_0x94a9c8(0x221))/0xa);if(_0x3f2e6d===_0x52c806)break;else _0xb22edc['push'](_0xb22edc['shift']());}catch(_0x1b6c52){_0xb22edc['push'](_0xb22edc['shift']());}}}(a31_0x38ff,0xaca67));const util=require(a31_0x8d0fc(0x211)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a31_0x8d0fc(0x1e6)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus}=require(a31_0x8d0fc(0x20b)),PerformanceTester=require(a31_0x8d0fc(0x233)),scripts=require(a31_0x8d0fc(0x1f2)),globals=require(a31_0x8d0fc(0x1e0)),logger=require('../../helpers/logger')[a31_0x8d0fc(0x1d2)],{shouldProcessEventForTesthub}=require(a31_0x8d0fc(0x234)),testHubConstants=require(a31_0x8d0fc(0x236));exports[a31_0x8d0fc(0x230)]={'beforeAll'(){const _0x5925ea=a31_0x8d0fc,_0x16e5a7={'lkCDg':function(_0x5caa0d,_0x2b166a,_0x2fe41a,_0xf4d02f){return _0x5caa0d(_0x2b166a,_0x2fe41a,_0xf4d02f);},'YctvT':'failed','AiDlQ':'\x20|\x20','YYlUr':function(_0x4d13da,_0x1b1c35,_0x31cf1b){return _0x4d13da(_0x1b1c35,_0x31cf1b);},'jLLLR':_0x5925ea(0x1ee),'VTXVn':function(_0x1ac80c){return _0x1ac80c();},'SpWmn':function(_0x2ea501,_0x3e084a,_0x3137ee){return _0x2ea501(_0x3e084a,_0x3137ee);}};PerformanceTester['startMonitoring']();const _0x3312ef='browserstack internal helper hook';global['__error_messages__']=[],global['__sessionFailed']=![],global[_0x5925ea(0x208)]=async()=>{const _0xd2d0d0=_0x5925ea;let _0x73c06b=![];try{await global['__drivers'][0x0]['session_'],_0x73c06b=!![],global[_0xd2d0d0(0x217)]?await _0x16e5a7[_0xd2d0d0(0x239)](markSessionStatus,global[_0xd2d0d0(0x1ef)][0x0],_0x16e5a7['YctvT'],global[_0xd2d0d0(0x21b)][_0xd2d0d0(0x203)](_0x16e5a7[_0xd2d0d0(0x1e7)])):await _0x16e5a7['YYlUr'](markSessionStatus,global[_0xd2d0d0(0x1ef)][0x0],_0x16e5a7[_0xd2d0d0(0x223)]);}catch(_0x8bfe9b){}global[_0xd2d0d0(0x21b)]=[],global[_0xd2d0d0(0x217)]=![];if(_0x73c06b)try{try{_0x16e5a7['VTXVn'](shouldProcessEventForTesthub)&&(global[_0xd2d0d0(0x1ef)][0x0]&&await _0x16e5a7['SpWmn'](sendPlatformDetails,global[_0xd2d0d0(0x1ef)][0x0],this[_0xd2d0d0(0x222)]?this['currentTest']['testAnalyticsId']:null));}catch{}await global[_0xd2d0d0(0x1ef)][0x0]['initQuit']();}catch(_0x58c0d5){}};},'beforeEach'(_0x28aca7){const _0x3769a8=a31_0x8d0fc,_0x443589={'FbAxe':function(_0x3a5b59,_0x40a808){return _0x3a5b59>_0x40a808;},'wRMzR':function(_0x20c4ed,_0x1c36c5){return _0x20c4ed>_0x1c36c5;},'qRJxY':'\x20-\x20','UVGPW':function(_0x5aa10f,_0x3a0736,_0xe7c0d4){return _0x5aa10f(_0x3a0736,_0xe7c0d4);},'jMrUZ':_0x3769a8(0x235),'sExFG':function(_0x229caa){return _0x229caa();},'RPTjT':_0x3769a8(0x1f6),'ECgOp':function(_0x2c97f3,_0x1f9a6e){return _0x2c97f3===_0x1f9a6e;},'EMaky':_0x3769a8(0x1f1),'ZWYqD':'https:','XBVMS':_0x3769a8(0x210),'WLbvC':_0x3769a8(0x1f9),'SSXjZ':function(_0x2ea03e){return _0x2ea03e();}};new Promise(async _0x2fe14b=>{const _0x165875=_0x3769a8,_0x3e64f4='browserstack internal helper hook';let _0x2b028a=!![];try{_0x443589[_0x165875(0x1e1)](global[_0x165875(0x1ef)][_0x165875(0x1d9)],0x1)&&(await global[_0x165875(0x208)](),global['__drivers']['shift']()),_0x443589[_0x165875(0x1fa)](global[_0x165875(0x1ef)][0x0]['quitCount_'],0x0)&&(_0x2b028a=![],await global[_0x165875(0x208)]());}catch{}try{Array['isArray'](global[_0x165875(0x1ef)])&&global[_0x165875(0x1ef)][0x0]&&(global[_0x165875(0x1ef)][0x0]['browserstackSessionName']=this['currentTest'][_0x165875(0x1c7)]()['join'](_0x443589['qRJxY'])),global[_0x165875(0x1da)]=this[_0x165875(0x222)][_0x165875(0x1c7)]()['join'](_0x443589[_0x165875(0x1e5)]);}catch(_0x2135ba){logger[_0x165875(0x1ce)](_0x165875(0x1ed)+_0x2135ba);}this[_0x165875(0x222)][_0x165875(0x237)]=_0x443589[_0x165875(0x1d3)](shouldScanTestForAccessibility,this[_0x165875(0x222)]['titlePath'](),!![]),globals[_0x165875(0x1c6)](_0x443589['jMrUZ'],this[_0x165875(0x222)][_0x165875(0x237)]),this['currentTest']['accessibilityScanStarted']=!![];if(_0x443589[_0x165875(0x1fd)](isAccessibilityAutomationSession)&&_0x2b028a&&Array[_0x165875(0x1cc)](global[_0x165875(0x1ef)])&&_0x443589[_0x165875(0x1e1)](global['__drivers']['length'],0x0)&&globals[_0x165875(0x1dc)](_0x443589[_0x165875(0x1e9)]))try{const _0x2689cb=await global['__drivers'][0x0][_0x165875(0x22e)];if(_0x2689cb){let _0x7c7488=!![];const _0x2e40b8=await global[_0x165875(0x1ef)][0x0][_0x165875(0x21c)]();let _0x3cffdf;try{_0x3cffdf=new URL(_0x2e40b8);}catch(_0x3d4076){_0x7c7488=![];}_0x7c7488=_0x443589[_0x165875(0x1ff)](_0x3cffdf[_0x165875(0x1cd)],_0x443589[_0x165875(0x1ea)])||_0x443589[_0x165875(0x1ff)](_0x3cffdf[_0x165875(0x1cd)],_0x443589['ZWYqD']),_0x7c7488&&(this[_0x165875(0x222)]['shouldScanTestForAccessibility']&&logger[_0x165875(0x1db)](_0x443589[_0x165875(0x231)])),this[_0x165875(0x222)][_0x165875(0x216)]=this[_0x165875(0x222)][_0x165875(0x237)],this[_0x165875(0x222)][_0x165875(0x237)]&&logger['info'](_0x443589[_0x165875(0x1e8)]);}}catch(_0x36ac01){logger[_0x165875(0x200)](_0x165875(0x21a)+util[_0x165875(0x1d8)](_0x36ac01));}_0x443589[_0x165875(0x1ca)](_0x2fe14b);})[_0x3769a8(0x1f4)](_0x28aca7);},'afterEach'(_0x489793){const _0x168586=a31_0x8d0fc,_0x6d30a3={'Ijnfo':function(_0xa8527a,_0x507b39){return _0xa8527a>_0x507b39;},'ccEki':function(_0x4416fb,_0x55347e){return _0x4416fb===_0x55347e;},'ADCQS':_0x168586(0x1d0),'fcYTM':function(_0xba4576,_0x596c2d){return _0xba4576>_0x596c2d;},'xcCXw':_0x168586(0x1f0),'jRJJS':function(_0x28917b,_0x39f494,_0x152197,_0x342489){return _0x28917b(_0x39f494,_0x152197,_0x342489);},'apKZk':_0x168586(0x21e),'HDboP':function(_0x412dcc,_0x1de7d6){return _0x412dcc!==_0x1de7d6;},'IiHNG':'passed','kojsR':function(_0x3a15c7,_0x2a4f02,_0xcc102e){return _0x3a15c7(_0x2a4f02,_0xcc102e);},'ponEF':function(_0x11d813,_0x4b2cbd){return _0x11d813+_0x4b2cbd;},'gDeZR':_0x168586(0x1ec),'FnCNb':_0x168586(0x200),'bPFWJ':_0x168586(0x201),'rEzwB':_0x168586(0x1db),'SdSpT':_0x168586(0x1f6),'XLoHC':_0x168586(0x235),'mRpLO':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','oAVOE':'Performing\x20scan\x20before\x20saving\x20results','YhumC':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','xooaF':function(_0x199cee){return _0x199cee();},'PZOcN':function(_0xb03dfb){return _0xb03dfb();},'lQGRf':'debug','jclJs':function(_0x19ebaa,_0x2ac304){return _0x19ebaa>_0x2ac304;},'CTxoQ':function(_0x3d4739){return _0x3d4739();}},_0x2fccdc='browserstack internal helper hook';this[_0x168586(0x214)](0xfde8);const _0x182957=async(_0xcb63b6,_0x2f145d)=>{const _0x2654e3=_0x168586;await global['__drivers'][0x0]['executeScript'](_0x2654e3(0x1d1)+_0xcb63b6+_0x2654e3(0x224)+_0x2f145d+'\x22}}');};new Promise(async _0x43f8bb=>{const _0x17eb59=_0x168586;try{_0x6d30a3[_0x17eb59(0x1e3)](global[_0x17eb59(0x1ef)][_0x17eb59(0x1d9)],0x1)&&(await global[_0x17eb59(0x208)](),global[_0x17eb59(0x1ef)][_0x17eb59(0x22a)](),global['__error_messages__']=[],global[_0x17eb59(0x217)]=![]);try{if(global[_0x17eb59(0x1c9)]&&_0x6d30a3['ccEki'](global[_0x17eb59(0x21f)],_0x6d30a3[_0x17eb59(0x22b)])&&global['__drivers'][0x0]){const _0x45afab=_0x6d30a3[_0x17eb59(0x238)](global[_0x17eb59(0x215)][_0x17eb59(0x1d9)],0x0)?!!global[_0x17eb59(0x215)][0x0][_0x17eb59(0x1de)]||!!global[_0x17eb59(0x215)][0x0][_0x6d30a3[_0x17eb59(0x207)]]:![],_0x334500={};_0x334500[_0x17eb59(0x1de)]=_0x45afab,await _0x6d30a3[_0x17eb59(0x213)](percyAutoCapture,global[_0x17eb59(0x1ef)][0x0],_0x6d30a3['ADCQS'],_0x334500);}}catch(_0x355cb2){}!global[_0x17eb59(0x227)]&&(await global[_0x17eb59(0x1ef)][0x0][_0x17eb59(0x1c8)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x17eb59(0x22d)](this[_0x17eb59(0x222)][_0x17eb59(0x1c7)]()[_0x17eb59(0x203)](_0x6d30a3[_0x17eb59(0x225)]))+'}}'),global[_0x17eb59(0x1ef)][0x0][_0x17eb59(0x20a)]=!![]);const _0x2e44c3=_0x6d30a3[_0x17eb59(0x20d)](this['currentTest'][_0x17eb59(0x220)],_0x6d30a3['IiHNG']);_0x2e44c3?(global[_0x17eb59(0x217)]=!![],global[_0x17eb59(0x21b)][_0x17eb59(0x1eb)](this[_0x17eb59(0x222)]['err'][_0x17eb59(0x1cf)]),await _0x6d30a3[_0x17eb59(0x1df)](_0x182957,JSON[_0x17eb59(0x22d)](_0x6d30a3['ponEF'](_0x6d30a3['gDeZR'],this['currentTest'][_0x17eb59(0x205)][_0x17eb59(0x1cf)])),_0x6d30a3[_0x17eb59(0x219)])):await _0x6d30a3[_0x17eb59(0x1df)](_0x182957,JSON[_0x17eb59(0x22d)](_0x6d30a3[_0x17eb59(0x1fb)]),_0x6d30a3['rEzwB']);}catch(_0x15ffd2){}try{if(this[_0x17eb59(0x222)][_0x17eb59(0x216)]&&globals[_0x17eb59(0x1dc)](_0x6d30a3[_0x17eb59(0x209)])&&globals['getGlobal'](_0x6d30a3[_0x17eb59(0x22c)])){logger[_0x17eb59(0x1db)](_0x6d30a3['mRpLO']);const _0x524254={};_0x524254[_0x17eb59(0x1fc)]=this[_0x17eb59(0x222)][_0x17eb59(0x1f3)],_0x524254[_0x17eb59(0x229)]=process['env'][testHubConstants[_0x17eb59(0x218)][_0x17eb59(0x21d)]],_0x524254[_0x17eb59(0x1fe)]=process['env'][testHubConstants[_0x17eb59(0x218)][_0x17eb59(0x204)]];const _0x235e67=_0x524254;logger[_0x17eb59(0x1ce)](_0x17eb59(0x226)+JSON['stringify'](_0x235e67)),logger[_0x17eb59(0x1ce)](_0x6d30a3[_0x17eb59(0x1e2)]),logger[_0x17eb59(0x1ce)](util['format'](await global[_0x17eb59(0x1ef)][0x0][_0x17eb59(0x1cb)](scripts[_0x17eb59(0x20f)],{'method':global['browserstackSessionName']}))),await global[_0x17eb59(0x1ef)][0x0][_0x17eb59(0x1cb)](scripts[_0x17eb59(0x1f7)],_0x235e67),logger[_0x17eb59(0x1db)](_0x6d30a3[_0x17eb59(0x202)]);}}catch(_0x4b5259){logger[_0x17eb59(0x200)](_0x17eb59(0x1d7)+this['currentTest'][_0x17eb59(0x1c7)]()+_0x17eb59(0x206),_0x4b5259);}try{try{if(_0x6d30a3['xooaF'](shouldProcessEventForTesthub)){global[_0x17eb59(0x1ef)][0x0]&&await _0x6d30a3['kojsR'](sendPlatformDetails,global[_0x17eb59(0x1ef)][0x0],this[_0x17eb59(0x222)]?this['currentTest']['testAnalyticsId']:null);if(_0x6d30a3[_0x17eb59(0x232)](isBrowserstackInfra)){const _0x565abb=_0x17eb59(0x1d4)+Date['now']();await _0x6d30a3[_0x17eb59(0x1df)](_0x182957,JSON[_0x17eb59(0x22d)](_0x565abb),_0x6d30a3[_0x17eb59(0x212)]);}}}catch{}_0x6d30a3[_0x17eb59(0x1e4)](global[_0x17eb59(0x1ef)][0x0]['quitCount_'],0x0)&&await global[_0x17eb59(0x208)]();}catch(_0x17a448){}_0x6d30a3['CTxoQ'](_0x43f8bb);})[_0x168586(0x1f4)](()=>_0x489793());},'afterAll'(_0x4727c1){const _0x3e20c3=a31_0x8d0fc,_0x4335b9={'QiGZt':function(_0x377c27){return _0x377c27();}},_0x4e83f9='browserstack internal helper hook';this[_0x3e20c3(0x214)](0xfde8),new Promise(async _0x4e48f0=>{const _0x3c5d1a=_0x3e20c3;PerformanceTester['stopMonitoring'](),await global[_0x3c5d1a(0x208)](),_0x4335b9[_0x3c5d1a(0x1d5)](_0x4e48f0);})[_0x3e20c3(0x1f4)](()=>_0x4727c1());}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a31_0x5212(_0x5b8f89,_0x3b83a7){const _0x31ab89=a31_0x31ab();return a31_0x5212=function(_0x521222,_0x43f02f){_0x521222=_0x521222-0xe0;let _0x19917c=_0x31ab89[_0x521222];return _0x19917c;},a31_0x5212(_0x5b8f89,_0x3b83a7);}const a31_0x14e253=a31_0x5212;(function(_0x2f572c,_0x2e5571){const _0x1f4c18=a31_0x5212,_0x12e519=_0x2f572c();while(!![]){try{const _0x449c13=-parseInt(_0x1f4c18(0x107))/0x1*(-parseInt(_0x1f4c18(0xea))/0x2)+-parseInt(_0x1f4c18(0xe4))/0x3*(-parseInt(_0x1f4c18(0x123))/0x4)+parseInt(_0x1f4c18(0xed))/0x5+parseInt(_0x1f4c18(0xf4))/0x6*(parseInt(_0x1f4c18(0x108))/0x7)+parseInt(_0x1f4c18(0xff))/0x8+-parseInt(_0x1f4c18(0x10e))/0x9+-parseInt(_0x1f4c18(0xe9))/0xa;if(_0x449c13===_0x2e5571)break;else _0x12e519['push'](_0x12e519['shift']());}catch(_0x27ab27){_0x12e519['push'](_0x12e519['shift']());}}}(a31_0x31ab,0x5f69b));function a31_0x31ab(){const _0x12b0a8=['aFPjg','modifyBrowserStackW3CCaps','Getting\x20your\x20nightwatch\x20configs\x20from\x20','56123ODtpiz','28pkSZkI','xElDa','split','writeFileSync','msvPo','mergeDeep','2194209byycoo','push','port','--config','nightwatch','cwd','winstonLogger','path','--env','MYveB','info','../utils/constants','ZsrRa','KCQBU','ALxgh','test_settings','host','slice','debug','trim','child\x20process\x20exited\x20with\x20code\x20','8iJPWgS','platforms','test','isUndefined','SeRhW','length','../../helpers/logger','XrdXz','forEach','nightwatch.conf.js','nightwatch.json','modifyBrowserStackCaps','filter','nightwatch.cmd','splice','KVzaJ','EGKFx','174444auTRaE','getPlatformName','MVnVZ','hub.browserstack.com','inherit','11312720EaCAdN','22fkyoeK','join','ROzms','1230395LAEklK','useW3C','yZrwT','findIndex','existsSync','webdriver','../../helpers/BrowserStackSetup','153096AKUjFA','GYPPy','vVdhV','fNvGq','platform','Deleting\x20','oCUXd','now','ewaKS','../../helpers/helper','config','5472736FtLuqh','selenium','env','unlinkSync','bEJoD'];a31_0x31ab=function(){return _0x12b0a8;};return a31_0x31ab();}const fs=require('fs'),path=require(a31_0x14e253(0x115)),{spawn}=require('child_process'),logger=require(a31_0x14e253(0x129))[a31_0x14e253(0x114)],{default:BrowserStackSetup}=require(a31_0x14e253(0xf3)),helper=require(a31_0x14e253(0xfd)),constants=require(a31_0x14e253(0x119)),getUserNightwatchConfigs=(_0x45ae60,_0x4487a8)=>{const _0x17a582=a31_0x14e253,_0x3a1b4e={'yZrwT':_0x17a582(0x12c),'KCQBU':_0x17a582(0x12d),'jBmmc':function(_0x4e4b37,_0x44d5d8){return _0x4e4b37(_0x44d5d8);},'fNvGq':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x51e7af=null,_0x211ff0={};const _0x1c8cad=_0x4487a8[_0x17a582(0xf0)](_0x498d32=>_0x498d32===_0x17a582(0x111));if(!helper[_0x17a582(0x126)](_0x45ae60[_0x17a582(0xfe)])&&fs[_0x17a582(0xf1)](path['join'](process['cwd'](),_0x45ae60['config'])))_0x51e7af=path[_0x17a582(0xeb)](process[_0x17a582(0x113)](),_0x45ae60['config']),_0x4487a8[_0x17a582(0xe1)](_0x1c8cad,0x2);else{if(fs[_0x17a582(0xf1)](path[_0x17a582(0xeb)](process['cwd'](),_0x3a1b4e[_0x17a582(0xef)])))_0x51e7af=path[_0x17a582(0xeb)](process[_0x17a582(0x113)](),_0x3a1b4e[_0x17a582(0xef)]);else fs[_0x17a582(0xf1)](path['join'](process['cwd'](),_0x3a1b4e['KCQBU']))&&(_0x51e7af=path['join'](process[_0x17a582(0x113)](),_0x3a1b4e[_0x17a582(0x11b)]));}return _0x51e7af?(logger['info'](_0x17a582(0x106)+_0x51e7af),_0x211ff0=_0x3a1b4e['jBmmc'](require,_0x51e7af)):logger[_0x17a582(0x118)](_0x3a1b4e[_0x17a582(0xf7)]),_0x211ff0;},removeExistingEnvs=_0x4e0612=>{const _0x5bee1a=a31_0x14e253,_0x23d475={};_0x23d475[_0x5bee1a(0xec)]=function(_0x4889b3,_0x1271c7){return _0x4889b3>_0x1271c7;},_0x23d475[_0x5bee1a(0x10c)]=function(_0x17a258,_0x1d1bd4){return _0x17a258>_0x1d1bd4;};const _0x2112f6=_0x23d475;let _0x4586c9=_0x4e0612[_0x5bee1a(0xf0)](_0x2af8bf=>_0x2af8bf==='--env');_0x2112f6[_0x5bee1a(0xec)](_0x4586c9,-0x1)&&_0x4e0612[_0x5bee1a(0xe1)](_0x4586c9,0x2),_0x4586c9=_0x4e0612[_0x5bee1a(0xf0)](_0x349030=>_0x349030==='-e'),_0x2112f6[_0x5bee1a(0x10c)](_0x4586c9,-0x1)&&_0x4e0612['splice'](_0x4586c9,0x2);};function run(_0x53a266,_0x2ea320){const _0x1a2fdc=a31_0x14e253,_0x36615d={'vVdhV':_0x1a2fdc(0x112),'jAZuJ':function(_0xaad12d,_0x25880e){return _0xaad12d+_0x25880e;},'aFPjg':_0x1a2fdc(0x11d),'ZsrRa':function(_0x5c263d,_0x5ddea5,_0x389d5a){return _0x5c263d(_0x5ddea5,_0x389d5a);},'XrdXz':_0x1a2fdc(0xe7),'oCUXd':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','sqfIw':function(_0x554381,_0x4459bb){return _0x554381===_0x4459bb;},'MYveB':'nightwatch-browserstack.json','xElDa':function(_0xf61939,_0x1eec85){return _0xf61939(_0x1eec85);},'KVzaJ':function(_0x2dbc46,_0x5083ac,_0x1a2072,_0x3c4367){return _0x2dbc46(_0x5083ac,_0x1a2072,_0x3c4367);},'SeRhW':_0x1a2fdc(0xe0),'EGKFx':_0x1a2fdc(0x111),'bEJoD':_0x1a2fdc(0x116),'ALxgh':_0x1a2fdc(0xe8),'GYPPy':'close'},_0x5bdd7b=new BrowserStackSetup(_0x53a266);if(!_0x5bdd7b[_0x1a2fdc(0xfe)])return;const _0x120c1f=_0x36615d[_0x1a2fdc(0x11a)](getUserNightwatchConfigs,_0x53a266,_0x2ea320),_0xb37b14={};_0xb37b14['start_process']=![];const _0x110ab8={};_0x110ab8[_0x1a2fdc(0x11e)]=_0x36615d[_0x1a2fdc(0x12a)],_0x110ab8[_0x1a2fdc(0x110)]=0x1bb;const _0x12ef41={};_0x12ef41[_0x1a2fdc(0xf2)]=_0xb37b14,_0x12ef41[_0x1a2fdc(0x100)]=_0x110ab8;const _0xa90b9b=_0x12ef41;logger[_0x1a2fdc(0x118)](_0x36615d[_0x1a2fdc(0xfa)]);const _0x243488={..._0x120c1f},_0xdbd50e=_0x243488,_0x6042a6=helper[_0x1a2fdc(0xee)](_0x5bdd7b[_0x1a2fdc(0xfe)]),_0x4563be=[];_0x5bdd7b[_0x1a2fdc(0xfe)][_0x1a2fdc(0x124)][_0x1a2fdc(0x12b)]((_0x515e13,_0x1d0800)=>{const _0x14354c=_0x1a2fdc;_0x6042a6?_0x4563be[_0x14354c(0x10f)](helper[_0x14354c(0x105)](_0x5bdd7b[_0x14354c(0xfe)],_0x36615d[_0x14354c(0xf6)],_0x1d0800)):_0x4563be['push'](helper[_0x14354c(0x12e)](_0x5bdd7b['config'],_0x36615d[_0x14354c(0xf6)],_0x1d0800));});const _0x4c4bca={},_0x2e8733=[];_0x53a266[_0x1a2fdc(0x101)]=_0x53a266['env']||_0x53a266['e'];const _0x183a19=_0x53a266['env']?_0x53a266[_0x1a2fdc(0x101)][_0x1a2fdc(0x121)]()[_0x1a2fdc(0x10a)](',')['map'](_0x5889ce=>_0x5889ce['trim']())[_0x1a2fdc(0x12f)](_0x3d0fb6=>_0x3d0fb6!==''):[''];_0x36615d['sqfIw'](_0x183a19[_0x1a2fdc(0x128)],0x0)&&_0x183a19['push']('');_0x183a19['forEach'](_0x11177c=>{const _0x4a5b46=_0x1a2fdc,_0x1bb23a={'ewaKS':function(_0x47108e,_0x25f4c8){return _0x36615d['jAZuJ'](_0x47108e,_0x25f4c8);},'MVnVZ':_0x36615d[_0x4a5b46(0x104)]};_0x4563be[_0x4a5b46(0x12b)](_0x29b0dc=>{const _0x485050=_0x4a5b46;let _0x4f3183=_0x1bb23a[_0x485050(0xfc)](helper[_0x485050(0xe5)](_0x29b0dc,'_'),'_'+Date[_0x485050(0xfb)]());_0x11177c&&(_0x4f3183+='_'+_0x11177c);if(_0x11177c&&(!_0x120c1f[_0x1bb23a[_0x485050(0xe6)]]||!_0x120c1f[_0x1bb23a['MVnVZ']][_0x11177c]))return;const _0xceb15a={..._0xa90b9b};_0xceb15a['desiredCapabilities']=_0x29b0dc;const _0x4f73af=_0xceb15a;_0x4c4bca[_0x4f3183]=_0x11177c?helper[_0x485050(0x10d)](_0x120c1f[_0x1bb23a[_0x485050(0xe6)]][_0x11177c],_0x4f73af):_0x4f73af,_0x2e8733['push'](_0x4f3183);});});!_0xdbd50e[_0x1a2fdc(0x11d)]&&(_0xdbd50e[_0x1a2fdc(0x11d)]={});_0xdbd50e[_0x1a2fdc(0x11d)]={..._0xdbd50e[_0x1a2fdc(0x11d)],..._0x4c4bca};const _0x3c1657=path['join'](__dirname,_0x36615d[_0x1a2fdc(0x117)]);fs[_0x1a2fdc(0x10b)](_0x3c1657,JSON['stringify'](_0xdbd50e)),_0x36615d[_0x1a2fdc(0x109)](removeExistingEnvs,_0x2ea320);const _0x4d246f=_0x36615d[_0x1a2fdc(0xe2)](spawn,/^win/[_0x1a2fdc(0x125)](process[_0x1a2fdc(0xf8)])?_0x36615d[_0x1a2fdc(0x127)]:_0x36615d[_0x1a2fdc(0xf6)],[_0x36615d[_0x1a2fdc(0xe3)],_0x3c1657,..._0x2ea320[_0x1a2fdc(0x11f)](0x1),_0x36615d[_0x1a2fdc(0x103)],_0x2e8733['join'](',')],{'stdio':_0x36615d[_0x1a2fdc(0x11c)]});_0x4d246f['on'](_0x36615d[_0x1a2fdc(0xf5)],async _0x586a42=>{const _0x36c7a8=_0x1a2fdc;logger[_0x36c7a8(0x120)](_0x36c7a8(0x122)+_0x586a42),logger[_0x36c7a8(0x118)](_0x36c7a8(0xf9)+_0x3c1657),fs[_0x36c7a8(0x102)](_0x3c1657);});}module['exports']=run;
2
+ 'use strict';const a32_0x194bea=a32_0x2dff;(function(_0x42d556,_0x41f5ba){const _0x5923b6=a32_0x2dff,_0x4cf382=_0x42d556();while(!![]){try{const _0x1bc63d=parseInt(_0x5923b6(0xcd))/0x1+parseInt(_0x5923b6(0xc2))/0x2*(-parseInt(_0x5923b6(0xb9))/0x3)+-parseInt(_0x5923b6(0x91))/0x4*(-parseInt(_0x5923b6(0x96))/0x5)+-parseInt(_0x5923b6(0x98))/0x6+-parseInt(_0x5923b6(0x9c))/0x7*(-parseInt(_0x5923b6(0xc6))/0x8)+parseInt(_0x5923b6(0xc1))/0x9*(-parseInt(_0x5923b6(0x9e))/0xa)+parseInt(_0x5923b6(0x95))/0xb;if(_0x1bc63d===_0x41f5ba)break;else _0x4cf382['push'](_0x4cf382['shift']());}catch(_0x1af673){_0x4cf382['push'](_0x4cf382['shift']());}}}(a32_0x9a28,0x74127));function a32_0x9a28(){const _0x583849=['../../helpers/helper','NdYuz','--env','6979WIvoEv','path','8180590sQYZpd','trim','getPlatformName','../utils/constants','OInZD','info','close','child\x20process\x20exited\x20with\x20code\x20','mpZqz','ftVdd','HwFzk','Gwvde','winstonLogger','platforms','cwd','split','nightwatch.conf.js','map','bIacy','VHafM','test_settings','slice','port','stringify','XRDzg','debug','join','6vYEGgm','BsMEP','child_process','env','qFOlS','JjXDG','desiredCapabilities','forEach','9GouZnf','95566XYqMte','useW3C','exports','existsSync','1424adkWet','splice','Getting\x20your\x20nightwatch\x20configs\x20from\x20','ENGhA','writeFileSync','OgPAD','mergeDeep','655339pUxLEM','gVLIR','modifyBrowserStackW3CCaps','nightwatch','now','findIndex','Deleting\x20','../../helpers/logger','uAYtb','modifyBrowserStackCaps','unlinkSync','ebNjt','push','4alGcYD','nightwatch.cmd','config','isUndefined','7439586xOEWIt','2934790PnxiNd','webdriver','4242198dxhQFL'];a32_0x9a28=function(){return _0x583849;};return a32_0x9a28();}const fs=require('fs'),path=require(a32_0x194bea(0x9d)),{spawn}=require(a32_0x194bea(0xbb)),logger=require(a32_0x194bea(0xd4))[a32_0x194bea(0xaa)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a32_0x194bea(0x99)),constants=require(a32_0x194bea(0xa1)),getUserNightwatchConfigs=(_0x8faf33,_0x7efe7f)=>{const _0x50767f=a32_0x194bea,_0x1ef81d={'qFOlS':_0x50767f(0xae),'bIacy':'nightwatch.json','JjXDG':function(_0x402988,_0x12a44e){return _0x402988(_0x12a44e);},'UMdGT':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x577b4d=null,_0x280517={};const _0x192774=_0x7efe7f[_0x50767f(0xd2)](_0x16429c=>_0x16429c==='--config');if(!helper[_0x50767f(0x94)](_0x8faf33[_0x50767f(0x93)])&&fs['existsSync'](path[_0x50767f(0xb8)](process['cwd'](),_0x8faf33['config'])))_0x577b4d=path['join'](process['cwd'](),_0x8faf33[_0x50767f(0x93)]),_0x7efe7f[_0x50767f(0xc7)](_0x192774,0x2);else{if(fs[_0x50767f(0xc5)](path[_0x50767f(0xb8)](process[_0x50767f(0xac)](),_0x1ef81d['qFOlS'])))_0x577b4d=path[_0x50767f(0xb8)](process[_0x50767f(0xac)](),_0x1ef81d[_0x50767f(0xbd)]);else fs[_0x50767f(0xc5)](path[_0x50767f(0xb8)](process[_0x50767f(0xac)](),_0x1ef81d[_0x50767f(0xb0)]))&&(_0x577b4d=path[_0x50767f(0xb8)](process[_0x50767f(0xac)](),_0x1ef81d[_0x50767f(0xb0)]));}return _0x577b4d?(logger[_0x50767f(0xa3)](_0x50767f(0xc8)+_0x577b4d),_0x280517=_0x1ef81d[_0x50767f(0xbe)](require,_0x577b4d)):logger['info'](_0x1ef81d['UMdGT']),_0x280517;},removeExistingEnvs=_0x128879=>{const _0x32f114=a32_0x194bea,_0x3e28a1={};_0x3e28a1['RPgna']=function(_0x3fb1be,_0x25a813){return _0x3fb1be>_0x25a813;},_0x3e28a1[_0x32f114(0x9a)]=function(_0x1021d7,_0xfc1691){return _0x1021d7>_0xfc1691;};const _0x2b3afe=_0x3e28a1;let _0xa24f12=_0x128879[_0x32f114(0xd2)](_0x5c4aa6=>_0x5c4aa6==='--env');_0x2b3afe['RPgna'](_0xa24f12,-0x1)&&_0x128879['splice'](_0xa24f12,0x2),_0xa24f12=_0x128879[_0x32f114(0xd2)](_0x37fc4a=>_0x37fc4a==='-e'),_0x2b3afe[_0x32f114(0x9a)](_0xa24f12,-0x1)&&_0x128879[_0x32f114(0xc7)](_0xa24f12,0x2);};function run(_0x1f21a5,_0x364255){const _0x201690=a32_0x194bea,_0x4ee913={'BsMEP':_0x201690(0xd0),'wUhJk':function(_0x3f6c21,_0x392beb){return _0x3f6c21+_0x392beb;},'ENGhA':'test_settings','OInZD':function(_0xecb050,_0x4432ca,_0x57a38e){return _0xecb050(_0x4432ca,_0x57a38e);},'OgPAD':'hub.browserstack.com','VHafM':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','HwFzk':function(_0x21446e,_0x411bd9){return _0x21446e===_0x411bd9;},'ftVdd':'nightwatch-browserstack.json','mpZqz':function(_0x342aef,_0x25b6ff){return _0x342aef(_0x25b6ff);},'XRDzg':function(_0x5b219e,_0x594c82,_0xd493d5,_0x41709d){return _0x5b219e(_0x594c82,_0xd493d5,_0x41709d);},'ebNjt':_0x201690(0x92),'uAYtb':'--config','Gwvde':_0x201690(0x9b),'gVLIR':'inherit','FoPgE':_0x201690(0xa4)},_0x4ed8d4=new BrowserStackSetup(_0x1f21a5);if(!_0x4ed8d4['config'])return;const _0x17d267=_0x4ee913[_0x201690(0xa2)](getUserNightwatchConfigs,_0x1f21a5,_0x364255),_0x4a5c7b={};_0x4a5c7b['start_process']=![];const _0x1b0c4c={};_0x1b0c4c['host']=_0x4ee913[_0x201690(0xcb)],_0x1b0c4c[_0x201690(0xb4)]=0x1bb;const _0x355cd2={};_0x355cd2[_0x201690(0x97)]=_0x4a5c7b,_0x355cd2['selenium']=_0x1b0c4c;const _0x12d868=_0x355cd2;logger['info'](_0x4ee913[_0x201690(0xb1)]);const _0x38b47a={..._0x17d267},_0x386a78=_0x38b47a,_0x1bf5f4=helper[_0x201690(0xc3)](_0x4ed8d4[_0x201690(0x93)]),_0xac6dcf=[];_0x4ed8d4[_0x201690(0x93)][_0x201690(0xab)]['forEach']((_0x4d3dcb,_0x1ad59a)=>{const _0x2d65c4=_0x201690;_0x1bf5f4?_0xac6dcf[_0x2d65c4(0x90)](helper[_0x2d65c4(0xcf)](_0x4ed8d4[_0x2d65c4(0x93)],_0x4ee913['BsMEP'],_0x1ad59a)):_0xac6dcf['push'](helper[_0x2d65c4(0x8d)](_0x4ed8d4['config'],_0x4ee913[_0x2d65c4(0xba)],_0x1ad59a));});const _0x4afdfd={},_0x297207=[];_0x1f21a5['env']=_0x1f21a5[_0x201690(0xbc)]||_0x1f21a5['e'];const _0x11ca5b=_0x1f21a5[_0x201690(0xbc)]?_0x1f21a5[_0x201690(0xbc)][_0x201690(0x9f)]()[_0x201690(0xad)](',')[_0x201690(0xaf)](_0x7037d3=>_0x7037d3[_0x201690(0x9f)]())['filter'](_0x365dd8=>_0x365dd8!==''):[''];_0x4ee913[_0x201690(0xa8)](_0x11ca5b['length'],0x0)&&_0x11ca5b['push']('');_0x11ca5b[_0x201690(0xc0)](_0x235939=>{_0xac6dcf['forEach'](_0x4c06b5=>{const _0x3724ff=a32_0x2dff;let _0x40e1b1=_0x4ee913['wUhJk'](helper[_0x3724ff(0xa0)](_0x4c06b5,'_'),'_'+Date[_0x3724ff(0xd1)]());_0x235939&&(_0x40e1b1+='_'+_0x235939);if(_0x235939&&(!_0x17d267[_0x4ee913[_0x3724ff(0xc9)]]||!_0x17d267[_0x4ee913[_0x3724ff(0xc9)]][_0x235939]))return;const _0x36f70e={..._0x12d868};_0x36f70e[_0x3724ff(0xbf)]=_0x4c06b5;const _0x14d740=_0x36f70e;_0x4afdfd[_0x40e1b1]=_0x235939?helper[_0x3724ff(0xcc)](_0x17d267[_0x4ee913[_0x3724ff(0xc9)]][_0x235939],_0x14d740):_0x14d740,_0x297207[_0x3724ff(0x90)](_0x40e1b1);});});!_0x386a78[_0x201690(0xb2)]&&(_0x386a78['test_settings']={});_0x386a78[_0x201690(0xb2)]={..._0x386a78['test_settings'],..._0x4afdfd};const _0x55861b=path[_0x201690(0xb8)](__dirname,_0x4ee913[_0x201690(0xa7)]);fs[_0x201690(0xca)](_0x55861b,JSON[_0x201690(0xb5)](_0x386a78)),_0x4ee913[_0x201690(0xa6)](removeExistingEnvs,_0x364255);const _0x25d6c0=_0x4ee913[_0x201690(0xb6)](spawn,/^win/['test'](process['platform'])?_0x4ee913[_0x201690(0x8f)]:_0x4ee913['BsMEP'],[_0x4ee913[_0x201690(0xd5)],_0x55861b,..._0x364255[_0x201690(0xb3)](0x1),_0x4ee913[_0x201690(0xa9)],_0x297207[_0x201690(0xb8)](',')],{'stdio':_0x4ee913[_0x201690(0xce)]});_0x25d6c0['on'](_0x4ee913['FoPgE'],async _0x5572f3=>{const _0x2b60ca=_0x201690;logger[_0x2b60ca(0xb7)](_0x2b60ca(0xa5)+_0x5572f3),logger[_0x2b60ca(0xa3)](_0x2b60ca(0xd3)+_0x55861b),fs[_0x2b60ca(0x8e)](_0x55861b);});}function a32_0x2dff(_0x32157f,_0x142577){const _0x9a28ed=a32_0x9a28();return a32_0x2dff=function(_0x2dfff5,_0x1e0c38){_0x2dfff5=_0x2dfff5-0x8d;let _0x5dffe6=_0x9a28ed[_0x2dfff5];return _0x5dffe6;},a32_0x2dff(_0x32157f,_0x142577);}module[a32_0x194bea(0xc4)]=run;
@@ -1 +1 @@
1
- const a32_0x5834a0=a32_0x13bf;(function(_0x2623d6,_0x342c90){const _0x398008=a32_0x13bf,_0x2f9e7c=_0x2623d6();while(!![]){try{const _0x20ed6d=parseInt(_0x398008(0x1fc))/0x1*(-parseInt(_0x398008(0x24a))/0x2)+-parseInt(_0x398008(0x252))/0x3+-parseInt(_0x398008(0x1f9))/0x4+parseInt(_0x398008(0x1f4))/0x5+parseInt(_0x398008(0x241))/0x6+parseInt(_0x398008(0x245))/0x7+parseInt(_0x398008(0x213))/0x8*(parseInt(_0x398008(0x207))/0x9);if(_0x20ed6d===_0x342c90)break;else _0x2f9e7c['push'](_0x2f9e7c['shift']());}catch(_0x5a4191){_0x2f9e7c['push'](_0x2f9e7c['shift']());}}}(a32_0x238d,0x6f39b));function a32_0x238d(){const _0x5e78c1=['ZNiGk','playwright-chromium','thIiY','error','bprpR','87712ggbNNg','browserStackEvaluate','project','uTsBp','dDNAh','leTvN','executeAsyncScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','executeScript','tfPTg','hqEUF','setAccessibilityCapabilities','VaSwb','../../helpers/logger','fvnMZ','replace','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','WExqg','rNCGe','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','constructor','bstackSdkArgs','ovvVX','wcagVersion','pAVwO','stringify','dANTC','DfOmG','njDcg','scannerVersion','Playwright','nBdxQ','KDnkI','zhbEQ','accessibilityOptions.wcagVersion','method','chrome','../../helpers/helper','deviceName','../../helpers/accessibility-automation/helper','browserName','evaluate','getAccessibilityResults','2401860gEOSDF','needsReview','bestPractice','warn','1427216lTthla','WebDriver','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','No\x20summaryResults\x20found.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','36364jRQwgT','yrQDH','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','includeIssueType','name','cmEzC','izOyk','YMjhv','232731XlnGvo','accessibilityOptions.scannerProcessingTimeout','parse','LAJOz','use','uPWSR','format','browser','testInfo','connectOptions','browserStackExecuteDriver','1032965yinqIm','gbrpH','VdeKG','scannerProcessingTimeout','wsEndpoint','2816900oaANvH','BS_A11Y_JWT','latest','29pkebyp','accessibilityPlatform','GAIXt','browserstack.accessibility','accessibilityOptions.includeIssueType.needsReview','debug','No\x20accessibility\x20results\x20were\x20found.','env','winstonLogger','accessibilityOptions','jBaxe','783CsbVgh','BBSWM','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','hYVac','ZbGjr','browser_version','getAccessibilityResultsSummary'];a32_0x238d=function(){return _0x5e78c1;};return a32_0x238d();}const util=require('util'),logger=require(a32_0x5834a0(0x223))[a32_0x5834a0(0x204)],{isAccessibilityAutomationSession}=require(a32_0x5834a0(0x23d)),{isUndefined}=require(a32_0x5834a0(0x23b)),scripts=require('../../helpers/accessibility-automation/scripts');function a32_0x13bf(_0xd56386,_0x143b1a){const _0x238d75=a32_0x238d();return a32_0x13bf=function(_0x13bfac,_0x25286f){_0x13bfac=_0x13bfac-0x1ed;let _0x330bc7=_0x238d75[_0x13bfac];return _0x330bc7;},a32_0x13bf(_0xd56386,_0x143b1a);}exports[a32_0x5834a0(0x214)]=async(_0x40dbf1,_0x760564,_0x5cbf85={})=>{const _0x3063d1=a32_0x5834a0,_0x4033d1={};_0x4033d1[_0x3063d1(0x1ee)]=_0x3063d1(0x22b);const _0x3a8b91=_0x4033d1;return await _0x40dbf1[_0x3063d1(0x23f)]('(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20'+_0x760564[_0x3063d1(0x225)](/arguments/g,_0x3a8b91[_0x3063d1(0x1ee)])+_0x3063d1(0x247)+JSON['stringify'](_0x5cbf85)+')');},exports[a32_0x5834a0(0x1f3)]=async(_0xd32eb2,_0x3e98bc,_0x45b9b2={})=>{const _0x411fe0=a32_0x5834a0,_0x5207bf={};_0x5207bf[_0x411fe0(0x208)]=function(_0x3b3ea7,_0x411536){return _0x3b3ea7===_0x411536;},_0x5207bf['pAVwO']=_0x411fe0(0x246),_0x5207bf[_0x411fe0(0x206)]=function(_0x111dc3,_0xfe11f){return _0x111dc3===_0xfe11f;},_0x5207bf[_0x411fe0(0x255)]=_0x411fe0(0x234),_0x5207bf[_0x411fe0(0x217)]=_0x411fe0(0x22b);const _0x19be1f=_0x5207bf;if(_0x19be1f[_0x411fe0(0x208)](_0xd32eb2['constructor'][_0x411fe0(0x24e)],_0x19be1f[_0x411fe0(0x22e)]))return await _0xd32eb2[_0x411fe0(0x219)](_0x3e98bc,_0x45b9b2);else{if(_0x19be1f['jBaxe'](_0xd32eb2[_0x411fe0(0x22a)]['name'],_0x19be1f[_0x411fe0(0x255)]))return await _0xd32eb2[_0x411fe0(0x21e)](_0x411fe0(0x21c)+_0x3e98bc[_0x411fe0(0x225)](/arguments/g,_0x19be1f[_0x411fe0(0x217)])+_0x411fe0(0x226)+JSON[_0x411fe0(0x22f)](_0x45b9b2)+')');}},exports[a32_0x5834a0(0x221)]=async _0x1aba8f=>{const _0x5f67c7=a32_0x5834a0,_0x55c80c={};_0x55c80c[_0x5f67c7(0x212)]=_0x5f67c7(0x238),_0x55c80c[_0x5f67c7(0x232)]=_0x5f67c7(0x253),_0x55c80c[_0x5f67c7(0x236)]='accessibilityOptions.includeIssueType.bestPractice',_0x55c80c[_0x5f67c7(0x24b)]=_0x5f67c7(0x200),_0x55c80c[_0x5f67c7(0x20b)]='accessibilityOptions.authToken',_0x55c80c[_0x5f67c7(0x22c)]='accessibilityOptions.scannerVersion';const _0x4864b4=_0x55c80c;_0x1aba8f['accessibilityOptions']&&(_0x1aba8f[_0x5f67c7(0x205)]['wcagVersion']&&(_0x1aba8f[_0x4864b4[_0x5f67c7(0x212)]]=_0x1aba8f[_0x5f67c7(0x205)][_0x5f67c7(0x22d)]),_0x1aba8f[_0x5f67c7(0x205)]['scannerProcessingTimeout']&&(_0x1aba8f[_0x4864b4[_0x5f67c7(0x232)]]=_0x1aba8f['accessibilityOptions'][_0x5f67c7(0x1f7)]),_0x1aba8f[_0x5f67c7(0x205)]['includeIssueType']&&(_0x1aba8f[_0x4864b4[_0x5f67c7(0x236)]]=_0x1aba8f[_0x5f67c7(0x205)][_0x5f67c7(0x24d)][_0x5f67c7(0x243)],_0x1aba8f[_0x4864b4['yrQDH']]=_0x1aba8f[_0x5f67c7(0x205)][_0x5f67c7(0x24d)][_0x5f67c7(0x242)]));const _0x276855=JSON[_0x5f67c7(0x254)](process['env'][_0x5f67c7(0x24c)])[_0x5f67c7(0x233)];_0x1aba8f[_0x4864b4['ZbGjr']]=process[_0x5f67c7(0x203)][_0x5f67c7(0x1fa)],_0x1aba8f[_0x4864b4[_0x5f67c7(0x22c)]]=_0x276855,delete _0x1aba8f['accessibilityOptions'];},exports[a32_0x5834a0(0x240)]=async _0x17c230=>{const _0x250971=a32_0x5834a0,_0x3b459f={};_0x3b459f[_0x250971(0x210)]=_0x250971(0x202),_0x3b459f['DfOmG']=_0x250971(0x21b);const _0x4b669a=_0x3b459f;if(global[_0x250971(0x1fd)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x17c230,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x17c230,scripts.getResults);return res;}catch{return logger[_0x250971(0x211)](_0x4b669a['thIiY']),[];}else return logger[_0x250971(0x244)](_0x4b669a[_0x250971(0x231)]),[];},exports['performScan']=async(_0x4deddd,_0x2b2e57='')=>{const _0x2cb4ec=a32_0x5834a0;if(global[_0x2cb4ec(0x1fd)]){const _0x2e6d4e={};return _0x2e6d4e[_0x2cb4ec(0x239)]=_0x2b2e57,await exports['browserStackEvaluate'](_0x4deddd,scripts['performScan'],_0x2e6d4e);}},exports[a32_0x5834a0(0x20d)]=async _0x53b562=>{const _0x3c2d9f=a32_0x5834a0,_0xd161dc={};_0xd161dc['gbrpH']=_0x3c2d9f(0x248),_0xd161dc['zhbEQ']=_0x3c2d9f(0x229);const _0x3d39ca=_0xd161dc;if(global[_0x3c2d9f(0x1fd)])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x53b562,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x53b562,scripts.getResultsSummary);return summaryResults;}catch{return logger['debug'](_0x3d39ca[_0x3c2d9f(0x1f5)]),{};}else return logger['warn'](_0x3d39ca[_0x3c2d9f(0x237)]),{};},exports['platformValidation']=async _0x4ebb1e=>{const _0x153da6=a32_0x5834a0,_0x515d20={'hYVac':function(_0x29b028,_0x123f0c){return _0x29b028!==_0x123f0c;},'VaSwb':_0x153da6(0x21a),'uTsBp':function(_0x2c9604,_0x485f72){return _0x2c9604===_0x485f72;},'leTvN':_0x153da6(0x23a),'VdeKG':_0x153da6(0x20f),'ZNiGk':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','jaCRv':function(_0x39e07f,_0xfedfa5){return _0x39e07f(_0xfedfa5);},'izOyk':function(_0x4e5aa9,_0x1494e8){return _0x4e5aa9===_0x1494e8;},'dANTC':_0x153da6(0x1fb),'vITiX':function(_0xc6bd61,_0x5b8954){return _0xc6bd61>_0x5b8954;},'fvnMZ':_0x153da6(0x21d)};try{if(!_0x515d20[_0x153da6(0x20a)](_0x4ebb1e['deviceName'],''))return logger[_0x153da6(0x244)](_0x515d20[_0x153da6(0x222)]),![];const _0x207730=_0x4ebb1e[_0x153da6(0x1f0)];if(!(_0x515d20[_0x153da6(0x216)](_0x207730,_0x515d20[_0x153da6(0x218)])||_0x515d20[_0x153da6(0x216)](_0x207730,_0x515d20[_0x153da6(0x1f6)])))return logger[_0x153da6(0x244)](_0x515d20[_0x153da6(0x20e)]),![];const _0x2ad93c=_0x515d20['jaCRv'](parseInt,_0x4ebb1e[_0x153da6(0x20c)]);if(!(_0x515d20[_0x153da6(0x250)](_0x2ad93c,_0x515d20[_0x153da6(0x230)])||_0x515d20['vITiX'](_0x2ad93c,0x5e)))return logger[_0x153da6(0x244)](_0x515d20[_0x153da6(0x224)]),![];}catch(_0x16fb23){logger[_0x153da6(0x201)]('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+util[_0x153da6(0x1ef)](_0x16fb23));}return!![];},exports['processAccessibilityCaps']=(_0x54c5be,_0x4f97f6,_0x21cf23)=>{const _0x30d3e7=a32_0x5834a0,_0xf7bafc={'YMjhv':function(_0x1f68ee){return _0x1f68ee();},'tfPTg':_0x30d3e7(0x1ff),'WExqg':function(_0x173996,_0x423791){return _0x173996===_0x423791;},'ukDNk':_0x30d3e7(0x23a),'zCSGo':_0x30d3e7(0x20f),'GAIXt':_0x30d3e7(0x249),'laiSY':function(_0x45932b,_0x5580ef){return _0x45932b===_0x5580ef;},'nBdxQ':_0x30d3e7(0x1fb),'EruFd':function(_0x5d650a,_0x3f7a1e){return _0x5d650a>_0x3f7a1e;},'hqEUF':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','rNCGe':function(_0x1d94a5,_0xb3682d){return _0x1d94a5(_0xb3682d);},'cmEzC':_0x30d3e7(0x21a),'MIxHA':function(_0x25823e,_0x195f71){return _0x25823e+_0x195f71;}};try{if(_0xf7bafc[_0x30d3e7(0x251)](isAccessibilityAutomationSession)){global['accessibilityPlatform']=!![];!_0x54c5be[_0xf7bafc['tfPTg']]&&(global['accessibilityPlatform']=![]);!(_0xf7bafc[_0x30d3e7(0x227)](_0x54c5be[_0x30d3e7(0x23e)],_0xf7bafc['ukDNk'])||_0xf7bafc['WExqg'](_0x54c5be['browserName'],_0xf7bafc['zCSGo']))&&(logger[_0x30d3e7(0x244)](_0xf7bafc[_0x30d3e7(0x1fe)]),global['accessibilityPlatform']=![]);!(_0xf7bafc['laiSY'](_0x54c5be[_0x30d3e7(0x20c)],_0xf7bafc[_0x30d3e7(0x235)])||_0xf7bafc['EruFd'](_0x54c5be['browser_version'],0x5e))&&(logger[_0x30d3e7(0x244)](_0xf7bafc[_0x30d3e7(0x220)]),global['accessibilityPlatform']=![]);!_0xf7bafc[_0x30d3e7(0x228)](isUndefined,_0x54c5be[_0x30d3e7(0x23c)])&&(logger[_0x30d3e7(0x244)](_0xf7bafc[_0x30d3e7(0x24f)]),global[_0x30d3e7(0x1fd)]=![]);if(!global['accessibilityPlatform']){_0x54c5be[_0xf7bafc[_0x30d3e7(0x21f)]]=![];const _0x1b832c=_0xf7bafc['MIxHA'](_0x4f97f6,_0xf7bafc[_0x30d3e7(0x228)](encodeURIComponent,JSON[_0x30d3e7(0x22f)](_0x54c5be)));_0x21cf23&&(_0x21cf23['currentTest'][_0x30d3e7(0x1f1)][_0x30d3e7(0x215)][_0x30d3e7(0x1ed)][_0x30d3e7(0x1f2)][_0x30d3e7(0x1f8)]=_0x1b832c);}}}catch(_0xc63881){logger[_0x30d3e7(0x201)](_0x30d3e7(0x209)+util[_0x30d3e7(0x1ef)](_0xc63881));}};
1
+ const a33_0x371cb3=a33_0x1a25;function a33_0x1a25(_0x3eaba7,_0x5dddef){const _0x376016=a33_0x3760();return a33_0x1a25=function(_0x1a25d6,_0x52c0c6){_0x1a25d6=_0x1a25d6-0x9d;let _0x468a6c=_0x376016[_0x1a25d6];return _0x468a6c;},a33_0x1a25(_0x3eaba7,_0x5dddef);}function a33_0x3760(){const _0x38241d=['testInfo','zjOGv','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','../../helpers/logger','../../helpers/helper','connectOptions','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','executeScript','use','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','649516fETidj','IcOjR','3282pWQnmk','MOeNB','rODps','umtQB','platformValidation','16eVPDkQ','CCfrR','Bypkb','performScan','No\x20summaryResults\x20found.','workerInfo','HggHW','vrVSw','scannerProcessingTimeout','warn','AKOYK','winstonLogger','alFOU','lxESU','accessibilityOptions.includeIssueType.bestPractice','gAttc','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','nJBSx','656068JRwVnr','format','WebDriver','dAWSB','OwIbZ','replace','FGQqg','YYvPP','GSzAL','debug','pbTPG','playwright-chromium','deviceName','browserName','project','84932RpFMPY','setAccessibilityCapabilities','getAccessibilityResultsSummary','TrBqK','MTNhN','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','error','4465sFGQvX','env','oXbMs','SjdXo','IYJUK','JqWjk','constructor','parse','fobrR','atWZj','nXDMM','browserstack.accessibility','bestPractice','../../helpers/accessibility-automation/scripts','latest','39xqfEmK','method','pgFvb','browserStackEvaluate','BS_A11Y_JWT','../../helpers/accessibility-automation/helper','accessibilityOptions.scannerProcessingTimeout','includeIssueType','needsReview','getAccessibilityResults','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Jbdxy','7594380ygGrSk','stringify','scannerVersion','2113929Deyoej','accessibilityOptions.wcagVersion','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','bstackSdkArgs','browser_version','3519859kvRGRw','executeAsyncScript','JoRBZ','EqHSL','chrome','11fbgzcJ','accessibilityPlatform','accessibilityOptions.authToken','accessibilityOptions','name','browserStackExecuteDriver','wcagVersion','HAHoE','processAccessibilityCaps','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20'];a33_0x3760=function(){return _0x38241d;};return a33_0x3760();}(function(_0x50d7b3,_0xed2560){const _0x520c1b=a33_0x1a25,_0x4cb2df=_0x50d7b3();while(!![]){try{const _0x597589=parseInt(_0x520c1b(0xb5))/0x1+-parseInt(_0x520c1b(0x108))/0x2+-parseInt(_0x520c1b(0xda))/0x3*(-parseInt(_0x520c1b(0xc4))/0x4)+-parseInt(_0x520c1b(0xcb))/0x5*(-parseInt(_0x520c1b(0x9e))/0x6)+parseInt(_0x520c1b(0xef))/0x7+parseInt(_0x520c1b(0xa3))/0x8*(-parseInt(_0x520c1b(0xe9))/0x9)+parseInt(_0x520c1b(0xe6))/0xa*(-parseInt(_0x520c1b(0xf4))/0xb);if(_0x597589===_0xed2560)break;else _0x4cb2df['push'](_0x4cb2df['shift']());}catch(_0x3b0169){_0x4cb2df['push'](_0x4cb2df['shift']());}}}(a33_0x3760,0x5a327));const util=require('util'),logger=require(a33_0x371cb3(0x101))[a33_0x371cb3(0xae)],{isAccessibilityAutomationSession}=require(a33_0x371cb3(0xdf)),{isUndefined}=require(a33_0x371cb3(0x102)),scripts=require(a33_0x371cb3(0xd8));exports[a33_0x371cb3(0xdd)]=async(_0x427ed8,_0x517437,_0x54c279={})=>{const _0x3cd255=a33_0x371cb3,_0x1fbf06={};_0x1fbf06[_0x3cd255(0x9f)]='bstackSdkArgs';const _0x37f6cd=_0x1fbf06;return await _0x427ed8['evaluate'](_0x3cd255(0xc9)+_0x517437[_0x3cd255(0xba)](/arguments/g,_0x37f6cd['MOeNB'])+'\x0a\x20\x20\x20\x20})\x0a\x20\x20})('+JSON['stringify'](_0x54c279)+')');},exports[a33_0x371cb3(0xf9)]=async(_0x15c66d,_0x3138e1,_0x3fe604={})=>{const _0x4875f2=a33_0x371cb3,_0x219d8b={};_0x219d8b['alFOU']=function(_0x5bd638,_0x1837d5){return _0x5bd638===_0x1837d5;},_0x219d8b[_0x4875f2(0xbf)]=_0x4875f2(0xb7),_0x219d8b[_0x4875f2(0xd0)]='Playwright',_0x219d8b[_0x4875f2(0xbc)]=_0x4875f2(0xed);const _0x3d5fa3=_0x219d8b;if(_0x3d5fa3[_0x4875f2(0xaf)](_0x15c66d[_0x4875f2(0xd1)][_0x4875f2(0xf8)],_0x3d5fa3[_0x4875f2(0xbf)]))return await _0x15c66d[_0x4875f2(0xf0)](_0x3138e1,_0x3fe604);else{if(_0x3d5fa3[_0x4875f2(0xaf)](_0x15c66d['constructor'][_0x4875f2(0xf8)],_0x3d5fa3[_0x4875f2(0xd0)]))return await _0x15c66d[_0x4875f2(0x105)](_0x4875f2(0xfd)+_0x3138e1['replace'](/arguments/g,_0x3d5fa3['YYvPP'])+'\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})('+JSON[_0x4875f2(0xe7)](_0x3fe604)+')');}},exports[a33_0x371cb3(0xc5)]=async _0x1cb986=>{const _0x5b7671=a33_0x371cb3,_0x42f895={};_0x42f895[_0x5b7671(0xa4)]=_0x5b7671(0xea),_0x42f895[_0x5b7671(0xc8)]=_0x5b7671(0xe0),_0x42f895[_0x5b7671(0xcf)]=_0x5b7671(0xb1),_0x42f895[_0x5b7671(0xff)]='accessibilityOptions.includeIssueType.needsReview',_0x42f895[_0x5b7671(0xf1)]=_0x5b7671(0xf6),_0x42f895[_0x5b7671(0x9d)]='accessibilityOptions.scannerVersion';const _0x1c4d16=_0x42f895;_0x1cb986[_0x5b7671(0xf7)]&&(_0x1cb986[_0x5b7671(0xf7)]['wcagVersion']&&(_0x1cb986[_0x1c4d16[_0x5b7671(0xa4)]]=_0x1cb986[_0x5b7671(0xf7)][_0x5b7671(0xfa)]),_0x1cb986[_0x5b7671(0xf7)][_0x5b7671(0xab)]&&(_0x1cb986[_0x1c4d16['MTNhN']]=_0x1cb986[_0x5b7671(0xf7)][_0x5b7671(0xab)]),_0x1cb986[_0x5b7671(0xf7)][_0x5b7671(0xe1)]&&(_0x1cb986[_0x1c4d16[_0x5b7671(0xcf)]]=_0x1cb986['accessibilityOptions'][_0x5b7671(0xe1)][_0x5b7671(0xd7)],_0x1cb986[_0x1c4d16['zjOGv']]=_0x1cb986['accessibilityOptions'][_0x5b7671(0xe1)][_0x5b7671(0xe2)]));const _0x4fe50a=JSON[_0x5b7671(0xd2)](process[_0x5b7671(0xcc)][_0x5b7671(0xe4)])[_0x5b7671(0xe8)];_0x1cb986[_0x1c4d16[_0x5b7671(0xf1)]]=process[_0x5b7671(0xcc)][_0x5b7671(0xde)],_0x1cb986[_0x1c4d16['IcOjR']]=_0x4fe50a,delete _0x1cb986[_0x5b7671(0xf7)];},exports[a33_0x371cb3(0xe3)]=async _0xa7a13d=>{const _0x17ed15=a33_0x371cb3,_0x44c702={};_0x44c702[_0x17ed15(0xa1)]='No\x20accessibility\x20results\x20were\x20found.',_0x44c702[_0x17ed15(0xd5)]=_0x17ed15(0x104);const _0x46bfb4=_0x44c702;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0xa7a13d,scripts.performScan)));const res=await exports.browserStackEvaluate(_0xa7a13d,scripts.getResults);return res;}catch{return logger[_0x17ed15(0xca)](_0x46bfb4['umtQB']),[];}else return logger['warn'](_0x46bfb4['nXDMM']),[];},exports[a33_0x371cb3(0xa6)]=async(_0x43de62,_0x2c507f='')=>{const _0x580013=a33_0x371cb3;if(global[_0x580013(0xf5)]){const _0x14d9ca={};return _0x14d9ca[_0x580013(0xdb)]=_0x2c507f,await exports['browserStackEvaluate'](_0x43de62,scripts[_0x580013(0xa6)],_0x14d9ca);}},exports[a33_0x371cb3(0xc6)]=async _0x3d2723=>{const _0x5d97b5=a33_0x371cb3,_0x2dfeb3={};_0x2dfeb3[_0x5d97b5(0xbb)]=_0x5d97b5(0xa7),_0x2dfeb3[_0x5d97b5(0xb2)]=_0x5d97b5(0xb3);const _0x5d8aa2=_0x2dfeb3;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x3d2723,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x3d2723,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x5d97b5(0xbe)](_0x5d8aa2[_0x5d97b5(0xbb)]),{};}else return logger[_0x5d97b5(0xac)](_0x5d8aa2['gAttc']),{};},exports[a33_0x371cb3(0xa2)]=async _0x211934=>{const _0x1d17f7=a33_0x371cb3,_0x3af535={'HAHoE':function(_0x37819d,_0x4d4bcd){return _0x37819d!==_0x4d4bcd;},'fobrR':_0x1d17f7(0xec),'TrBqK':function(_0x59cd7f,_0x11c7a0){return _0x59cd7f===_0x11c7a0;},'hiEFm':'chrome','kWGiZ':_0x1d17f7(0xc0),'pgFvb':_0x1d17f7(0x100),'Jbdxy':function(_0x39cb9b,_0x17696e){return _0x39cb9b(_0x17696e);},'Bypkb':function(_0x1ade11,_0x3faa83){return _0x1ade11===_0x3faa83;},'lxESU':_0x1d17f7(0xd9),'lPkdN':function(_0x566903,_0x2b0498){return _0x566903>_0x2b0498;},'nJBSx':_0x1d17f7(0x107)};try{if(!_0x3af535[_0x1d17f7(0xfb)](_0x211934[_0x1d17f7(0xc1)],''))return logger['warn'](_0x3af535[_0x1d17f7(0xd3)]),![];const _0x4d1bd1=_0x211934['browser'];if(!(_0x3af535[_0x1d17f7(0xc7)](_0x4d1bd1,_0x3af535['hiEFm'])||_0x3af535[_0x1d17f7(0xc7)](_0x4d1bd1,_0x3af535['kWGiZ'])))return logger['warn'](_0x3af535[_0x1d17f7(0xdc)]),![];const _0x55fe74=_0x3af535[_0x1d17f7(0xe5)](parseInt,_0x211934['browser_version']);if(!(_0x3af535[_0x1d17f7(0xa5)](_0x55fe74,_0x3af535[_0x1d17f7(0xb0)])||_0x3af535['lPkdN'](_0x55fe74,0x5e)))return logger[_0x1d17f7(0xac)](_0x3af535[_0x1d17f7(0xb4)]),![];}catch(_0xefed48){logger[_0x1d17f7(0xbe)](_0x1d17f7(0xeb)+util[_0x1d17f7(0xb6)](_0xefed48));}return!![];},exports[a33_0x371cb3(0xfc)]=(_0x33d6e3,_0x511978,_0x26344d)=>{const _0x5785de=a33_0x371cb3,_0x575619={'AKOYK':function(_0x20bf77){return _0x20bf77();},'GSzAL':_0x5785de(0xd6),'OwIbZ':function(_0x167ebf,_0x211e15){return _0x167ebf===_0x211e15;},'atWZj':_0x5785de(0xf3),'UhIVS':_0x5785de(0xc0),'EqHSL':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','vrVSw':function(_0x452051,_0x2beaf8){return _0x452051===_0x2beaf8;},'HggHW':_0x5785de(0xd9),'dAWSB':function(_0x3eaf83,_0x37e502){return _0x3eaf83>_0x37e502;},'khaEt':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','rODps':function(_0x456bb0,_0x367ddd){return _0x456bb0(_0x367ddd);},'oXbMs':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','SjdXo':function(_0x3b7fbf,_0x21850c){return _0x3b7fbf+_0x21850c;}};try{if(_0x575619[_0x5785de(0xad)](isAccessibilityAutomationSession)){global['accessibilityPlatform']=!![];!_0x33d6e3[_0x575619[_0x5785de(0xbd)]]&&(global['accessibilityPlatform']=![]);!(_0x575619['OwIbZ'](_0x33d6e3[_0x5785de(0xc2)],_0x575619[_0x5785de(0xd4)])||_0x575619[_0x5785de(0xb9)](_0x33d6e3[_0x5785de(0xc2)],_0x575619['UhIVS']))&&(logger['warn'](_0x575619[_0x5785de(0xf2)]),global[_0x5785de(0xf5)]=![]);!(_0x575619[_0x5785de(0xaa)](_0x33d6e3[_0x5785de(0xee)],_0x575619[_0x5785de(0xa9)])||_0x575619[_0x5785de(0xb8)](_0x33d6e3['browser_version'],0x5e))&&(logger[_0x5785de(0xac)](_0x575619['khaEt']),global[_0x5785de(0xf5)]=![]);!_0x575619['rODps'](isUndefined,_0x33d6e3[_0x5785de(0xc1)])&&(logger[_0x5785de(0xac)](_0x575619[_0x5785de(0xcd)]),global[_0x5785de(0xf5)]=![]);if(!global[_0x5785de(0xf5)]){_0x33d6e3[_0x575619[_0x5785de(0xbd)]]=![];const _0x4e4f4f=_0x575619[_0x5785de(0xce)](_0x511978,_0x575619[_0x5785de(0xa0)](encodeURIComponent,JSON[_0x5785de(0xe7)](_0x33d6e3)));_0x26344d&&(_0x26344d['currentTest'][_0x5785de(0xfe)][_0x5785de(0xc3)][_0x5785de(0x106)][_0x5785de(0x103)]['wsEndpoint']=_0x4e4f4f,_0x26344d[_0x5785de(0xa8)][_0x5785de(0xc3)]['use']['connectOptions']['wsEndpoint']=_0x4e4f4f);}}}catch(_0x47399f){logger[_0x5785de(0xbe)]('Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20'+util[_0x5785de(0xb6)](_0x47399f));}};