browserstack-node-sdk 1.34.15 → 1.34.16

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 (127) 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/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelper.js +1 -1
  104. package/src/helpers/patchHelpers.js +1 -1
  105. package/src/helpers/percy/Percy.js +1 -1
  106. package/src/helpers/percy/PercyBinary.js +1 -1
  107. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  108. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  109. package/src/helpers/percy/PercySDK.js +1 -1
  110. package/src/helpers/percy/index.js +1 -1
  111. package/src/helpers/percy/utils.js +1 -1
  112. package/src/helpers/performance-tester.js +1 -1
  113. package/src/helpers/request-spy.js +1 -1
  114. package/src/helpers/setKeepAlive.js +1 -1
  115. package/src/helpers/test-observability/constants.js +1 -1
  116. package/src/helpers/test-observability/error-handler.js +1 -1
  117. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  118. package/src/helpers/test-observability/sessionHandler.js +1 -1
  119. package/src/helpers/test-observability/utils.js +1 -1
  120. package/src/helpers/testhub/constants.js +1 -1
  121. package/src/helpers/testhub/testhubHandler.js +1 -1
  122. package/src/helpers/testhub/utils.js +1 -1
  123. package/src/helpers/timeoutPromise.js +1 -1
  124. package/src/helpers/utilities.js +1 -1
  125. package/src/helpers/w3cMapping.js +1 -1
  126. package/src/hubAllocationMethods.js +1 -1
  127. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a29_0x4198(_0x168832,_0x88e5e5){const _0xfdf6b4=a29_0xfdf6();return a29_0x4198=function(_0x4198c7,_0x1a419b){_0x4198c7=_0x4198c7-0x110;let _0x54532c=_0xfdf6b4[_0x4198c7];return _0x54532c;},a29_0x4198(_0x168832,_0x88e5e5);}const a29_0x54736c=a29_0x4198;function a29_0xfdf6(){const _0x19dce9=['MkPfE','getAccessibilityResultsSummary','4viMqKd','__drivers','proxyUrl','../../../helpers/globals','error','send','ZnFvd','isUndefined','176aQAhWp','OATAc','capabilities_','Builder','se:ieOptions','./helpers/patchHelper','TyDhk','/session','keys','getHttpAgent','debug','isBrowserstackInfra','RqWKj','path','__setBrowserOptions','Modifying\x20webdriver\x20builder','NjhIP','newHubUrl','caps_','mergeDeep','hNejJ','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','getAccessibilityResults','build','AUJNy','session_','push','isAccessibilityPlatform','proxy_','onwUy','global','../../../helpers/logger','GcgpY','../../../helpers/patchHelpers','KGows','browserStackLogLevel','530851hsnHwQ','50528HiCKKY','../../../bin/utils/constants','exports','getRequestOptions','browserstackAgentObservability','EMdgW','firefoxOptions_','storeOptimalHubUrl','HttpClient','forEach','JaWMg','../../../hubAllocationMethods','setServer','72FMWkPn','setGlobal','../accessibility-automation/helper','CAPABILITY_KEY','210UEbQEs','url_','Hhumr','chromeOptions','capability','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','yZtyN','split','quitCount_','edgeOptions_','setLogLevel','kRKzc','overrideGet','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','Setting\x20Browserstack\x20capabilities','Hub\x20url\x20set\x20to\x20','ieOptions_','proxySettings','safari.options','chromeOptions_','getGlobal','4|2|0|5|1|3','get','aPSdH','options_','ZdbfT','/wd/hub','1058676XjSyMk','__driver','safariOptions_','2997756VFGVUR','setCapabilities','fdmZV','yOQXC','requireHttpClient','isPacProxy','70ahOqfG','Atldm','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','then','uCrrf','updateHubUrl','120816iruxjd','__driversArray','ms:edgeOptions','moz:firefoxOptions','SyCHT','nNCEC','getHubUrl','RZFMc','set','LEtgw','originalBuilder','TqXBn','1288255komRiL','577768CYkQvb'];a29_0xfdf6=function(){return _0x19dce9;};return a29_0xfdf6();}(function(_0x58f78f,_0x58ae07){const _0x35759f=a29_0x4198,_0x3e7837=_0x58f78f();while(!![]){try{const _0x42c80d=parseInt(_0x35759f(0x15e))/0x1+-parseInt(_0x35759f(0x15f))/0x2*(-parseInt(_0x35759f(0x16c))/0x3)+parseInt(_0x35759f(0x132))/0x4*(-parseInt(_0x35759f(0x12e))/0x5)+parseInt(_0x35759f(0x116))/0x6+parseInt(_0x35759f(0x11c))/0x7*(parseInt(_0x35759f(0x12f))/0x8)+-parseInt(_0x35759f(0x122))/0x9*(parseInt(_0x35759f(0x170))/0xa)+parseInt(_0x35759f(0x13a))/0xb*(-parseInt(_0x35759f(0x113))/0xc);if(_0x42c80d===_0x58ae07)break;else _0x3e7837['push'](_0x3e7837['shift']());}catch(_0x1ddfb7){_0x3e7837['push'](_0x3e7837['shift']());}}}(a29_0xfdf6,0x6395c));const logger=require(a29_0x54736c(0x159))['winstonLogger'],helper=require('../../../helpers/helper'),constants=require(a29_0x54736c(0x160)),hubAllocator=require(a29_0x54736c(0x16a)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0x54736c(0x15b)),{setAccessibilityCapabilities,setExtension}=require(a29_0x54736c(0x16e)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require('../../../helpers/accessibility-automation/helper'),globals=require(a29_0x54736c(0x135)),{overrideExecute}=require(a29_0x54736c(0x13f)),modify=(_0x67ca6e,_0x4f56ae=null,_0x4e9bf8=![])=>{const _0xab2728=a29_0x54736c,_0x105196={'MOpVX':function(_0x1a3b07,_0xcb50cb){return _0x1a3b07!==_0xcb50cb;},'mLRkG':_0xab2728(0x141),'yOQXC':function(_0x4a5593,_0x1c0d22){return _0x4a5593!==_0x1c0d22;},'LEtgw':function(_0x56ff5d,_0x883f53){return _0x56ff5d+_0x883f53;},'yZtyN':function(_0x59fdc5,_0x8a4cdb){return _0x59fdc5+_0x8a4cdb;},'kRKzc':'https://','nqNCs':_0xab2728(0x112),'TUmZK':'goog:chromeOptions','qxvKG':_0xab2728(0x173),'FWtkW':_0xab2728(0x124),'SyCHT':'edgeOptions','aPSdH':_0xab2728(0x125),'ZdbfT':'firefoxOptions','ScJCT':_0xab2728(0x182),'WIiRV':_0xab2728(0x13e),'AUJNy':'ieOptions','dGQLq':function(_0x4d4f9e,_0x3f9d9c){return _0x4d4f9e===_0x3f9d9c;},'MkPfE':'object','uCrrf':_0xab2728(0x17e),'MUYdn':'optimalHubUrl','RZFMc':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','RqWKj':function(_0x1eeef0,_0x1e6b79,_0x140de6){return _0x1eeef0(_0x1e6b79,_0x140de6);},'TqXBn':function(_0x2034aa,_0x447975){return _0x2034aa(_0x447975);},'NjhIP':function(_0x466e9b,_0x729976,_0xd1890b){return _0x466e9b(_0x729976,_0xd1890b);},'nNCEC':_0xab2728(0x185),'onwUy':_0xab2728(0x155),'QYiNv':function(_0x4f5fee,_0xcc619a,_0x106099){return _0x4f5fee(_0xcc619a,_0x106099);},'TyDhk':_0xab2728(0x175),'ZnFvd':function(_0x1f122c){return _0x1f122c();},'EMdgW':function(_0x29d952,_0x49443a){return _0x29d952(_0x49443a);},'hNejJ':function(_0x54226c,_0x2fbc5b){return _0x54226c(_0x2fbc5b);},'Atldm':function(_0x3c614f,_0x2e1505){return _0x3c614f(_0x2e1505);},'fdmZV':function(_0x1aa690,_0x1c2ae7,_0x3bea13){return _0x1aa690(_0x1c2ae7,_0x3bea13);},'qOMHw':function(_0x5a8eac,_0x2e51a1){return _0x5a8eac!==_0x2e51a1;},'bKhYw':_0xab2728(0x14f),'JaWMg':_0xab2728(0x149)},_0x383be9=helper[_0xab2728(0x11a)]();let _0x508e6c;try{_0x508e6c=helper['requireSeleniumWebdriver'](),_0x508e6c['originalBuilder']&&(_0x508e6c[_0xab2728(0x13d)]=_0x508e6c[_0xab2728(0x12c)]);}catch(_0x565f14){return;}if(helper[_0xab2728(0x145)]()){const _0x35e5a7={};_0x35e5a7['logLevel']=_0x67ca6e[_0xab2728(0x15d)],helper[_0xab2728(0x17a)](_0x35e5a7,new Map(),new Map()),logger['info'](_0x105196['bKhYw']),logger[_0xab2728(0x144)](_0x105196[_0xab2728(0x169)]);}class _0x1a55e0 extends _0x383be9['HttpClient']{[_0xab2728(0x137)](_0x12d80f){const _0x1b4aa0=_0xab2728;if(_0x105196['MOpVX'](_0x12d80f[_0x1b4aa0(0x147)],_0x105196['mLRkG'])&&_0x105196[_0x1b4aa0(0x119)](global[_0x1b4aa0(0x14b)],''))try{global[_0x1b4aa0(0x14b)]=_0x105196[_0x1b4aa0(0x12b)](_0x105196[_0x1b4aa0(0x176)](_0x105196[_0x1b4aa0(0x17b)],global[_0x1b4aa0(0x14b)]),_0x105196['nqNCs']),this[_0x1b4aa0(0x110)]=hubAllocator[_0x1b4aa0(0x162)](global[_0x1b4aa0(0x14b)]),logger[_0x1b4aa0(0x144)]('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global[_0x1b4aa0(0x14b)]='';}catch(_0x35fd83){logger[_0x1b4aa0(0x136)](_0x35fd83);}return super[_0x1b4aa0(0x137)](_0x12d80f);}}class _0x2c4e76 extends _0x508e6c[_0xab2728(0x13d)]{['setServer'](){const _0x77903d=_0xab2728;return this[_0x77903d(0x171)]=helper[_0x77903d(0x128)](_0x67ca6e),logger[_0x77903d(0x144)](_0x77903d(0x17f)+this[_0x77903d(0x171)]),this;}[_0xab2728(0x148)](_0x3fa865){const _0x45086d=_0xab2728;let _0xdbcae3={};for(const _0x4d7ff7 in _0x3fa865){switch(_0x4d7ff7){case _0x105196['TUmZK']:case _0x105196['qxvKG']:this[_0x45086d(0x183)]&&(_0xdbcae3=this[_0x45086d(0x183)][_0x45086d(0x186)](this[_0x45086d(0x183)][_0x45086d(0x16f)])||{},this[_0x45086d(0x183)][_0x45086d(0x12a)](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x45086d(0x14d)](_0xdbcae3,_0x3fa865[_0x4d7ff7])));break;case _0x105196['FWtkW']:case _0x105196[_0x45086d(0x126)]:this['edgeOptions_']&&(_0xdbcae3=this['edgeOptions_'][_0x45086d(0x186)](this['edgeOptions_'][_0x45086d(0x16f)])||{},this['edgeOptions_'][_0x45086d(0x12a)](this[_0x45086d(0x179)][_0x45086d(0x16f)],helper[_0x45086d(0x14d)](_0xdbcae3,_0x3fa865[_0x4d7ff7])));break;case _0x105196[_0x45086d(0x187)]:case _0x105196[_0x45086d(0x111)]:this[_0x45086d(0x165)]&&(_0xdbcae3=this['firefoxOptions_']['get'](this[_0x45086d(0x165)][_0x45086d(0x16f)])||{},this[_0x45086d(0x165)][_0x45086d(0x12a)](this['firefoxOptions_'][_0x45086d(0x16f)],helper[_0x45086d(0x14d)](_0xdbcae3,_0x3fa865[_0x4d7ff7])));break;case _0x105196['ScJCT']:this[_0x45086d(0x115)]&&(_0xdbcae3=this[_0x45086d(0x115)]['get'](this[_0x45086d(0x115)]['CAPABILITY_KEY'])||{},this['safariOptions_']['set'](this[_0x45086d(0x115)]['CAPABILITY_KEY'],helper[_0x45086d(0x14d)](_0xdbcae3,_0x3fa865[_0x4d7ff7])));break;case _0x105196['WIiRV']:case _0x105196[_0x45086d(0x152)]:this[_0x45086d(0x180)]&&(_0xdbcae3=this[_0x45086d(0x180)][_0x45086d(0x186)](this[_0x45086d(0x180)]['CAPABILITY_KEY'])||{},this[_0x45086d(0x180)]['set'](this[_0x45086d(0x180)]['CAPABILITY_KEY'],helper[_0x45086d(0x14d)](_0xdbcae3,_0x3fa865[_0x4d7ff7])));break;}}}['setCapabilities'](){const _0xf2c756=_0xab2728;return logger[_0xf2c756(0x144)](_0x105196[_0xf2c756(0x120)]),this[_0xf2c756(0x148)](_0x67ca6e[_0xf2c756(0x174)]),Object[_0xf2c756(0x142)](_0x67ca6e['capability'])[_0xf2c756(0x168)](_0x16392a=>{const _0x3c1120=_0xf2c756,_0x254062=this[_0x3c1120(0x13c)][_0x3c1120(0x186)](_0x16392a);_0x105196['dGQLq'](typeof _0x254062,_0x105196[_0x3c1120(0x130)])?this['capabilities_'][_0x3c1120(0x12a)](_0x16392a,helper['mergeDeep'](_0x254062,_0x67ca6e[_0x3c1120(0x174)][_0x16392a])):this[_0x3c1120(0x13c)][_0x3c1120(0x12a)](_0x16392a,_0x67ca6e[_0x3c1120(0x174)][_0x16392a]);}),this;}[_0xab2728(0x151)](){const _0x2267f1=_0xab2728,_0x35f7fe={'GcgpY':function(_0x1ec6a4,_0x1f2cb2,_0x239da9){const _0x2b5717=a29_0x4198;return _0x105196[_0x2b5717(0x146)](_0x1ec6a4,_0x1f2cb2,_0x239da9);},'KGows':function(_0x1a7f0e,_0x1aa942){const _0x3f326b=a29_0x4198;return _0x105196[_0x3f326b(0x12d)](_0x1a7f0e,_0x1aa942);},'Apsvu':function(_0x5b31ee,_0x7cd017,_0x1cb692){const _0x2d8d07=a29_0x4198;return _0x105196[_0x2d8d07(0x14a)](_0x5b31ee,_0x7cd017,_0x1cb692);},'OATAc':function(_0x18791c,_0x1d1fc1,_0x3c186e){const _0x3bbffe=a29_0x4198;return _0x105196[_0x3bbffe(0x146)](_0x18791c,_0x1d1fc1,_0x3c186e);}};if(helper['isBrowserstackInfra']()){const _0x4652c4=_0x105196[_0x2267f1(0x127)][_0x2267f1(0x177)]('|');let _0x5b55e6=0x0;while(!![]){switch(_0x4652c4[_0x5b55e6++]){case'0':this[_0x2267f1(0x117)]();continue;case'1':globals[_0x2267f1(0x184)](_0x105196[_0x2267f1(0x157)])&&(!_0x105196['QYiNv'](setExtension,this,_0x67ca6e)&&globals[_0x2267f1(0x16d)](_0x105196[_0x2267f1(0x157)],![]));continue;case'2':this[_0x2267f1(0x16b)]();continue;case'3':logger['debug'](_0x105196[_0x2267f1(0x140)]);continue;case'4':_0x105196[_0x2267f1(0x138)](isAccessibilityAutomationSession)&&_0x105196[_0x2267f1(0x164)](setAccessibilityCapabilities,_0x67ca6e);continue;case'5':if(helper[_0x2267f1(0x11b)](_0x67ca6e[_0x2267f1(0x181)][_0x2267f1(0x134)]))this['agent_']=helper[_0x2267f1(0x143)](_0x67ca6e[_0x2267f1(0x181)]['proxyUrl']);else _0x67ca6e[_0x2267f1(0x181)][_0x2267f1(0x134)]&&(this['proxy_']=_0x67ca6e[_0x2267f1(0x181)][_0x2267f1(0x134)],logger[_0x2267f1(0x144)]('Proxy\x20set\x20to\x20'+this[_0x2267f1(0x156)]));continue;}break;}}const _0x19427b=super[_0x2267f1(0x151)]();return _0x19427b[_0x2267f1(0x153)][_0x2267f1(0x11f)](_0x2cdf4f=>{const _0x2e15c2=_0x2267f1;try{const _0x219934=_0x2cdf4f[_0x2e15c2(0x14c)][_0x2e15c2(0x186)](_0x105196['MUYdn']);_0x219934?(logger[_0x2e15c2(0x144)](_0x2e15c2(0x11e)+_0x219934),hubAllocator[_0x2e15c2(0x121)](_0x219934),helper[_0x2e15c2(0x166)](_0x219934)):logger['debug'](_0x105196[_0x2e15c2(0x129)]);}catch(_0x5bbcd7){logger[_0x2e15c2(0x144)](_0x2e15c2(0x17d)+_0x5bbcd7);}}),_0x19427b[_0x2267f1(0x178)]=0x0,_0x19427b[_0x2267f1(0x11f)]&&_0x19427b[_0x2267f1(0x11f)](_0xfb434c=>{const _0xc9d458=_0x2267f1,_0x28a688={'Hhumr':function(_0x413941,_0x30a9ff,_0x56c70a){const _0x423be4=a29_0x4198;return _0x35f7fe[_0x423be4(0x15a)](_0x413941,_0x30a9ff,_0x56c70a);}};_0x35f7fe[_0xc9d458(0x15a)](overrideQuit,_0xfb434c,_0x19427b),_0x35f7fe[_0xc9d458(0x15c)](overrideTakeScreenshot,_0xfb434c),helper[_0xc9d458(0x17c)](_0xfb434c,_0x67ca6e),_0x35f7fe['Apsvu'](overrideExecute,_0xfb434c,_0x67ca6e),_0xfb434c['getAccessibilityResultsSummary']=async()=>{const _0x344f34=_0xc9d458;return await _0x28a688[_0x344f34(0x172)](getAccessibilityResultsSummary,_0xfb434c,global);},_0xfb434c[_0xc9d458(0x150)]=async()=>{return await _0x35f7fe['GcgpY'](getAccessibilityResults,_0xfb434c,global);};}),_0x19427b[_0x2267f1(0x131)]=async()=>{const _0x3db06d=_0x2267f1;return await _0x35f7fe[_0x3db06d(0x13b)](getAccessibilityResultsSummary,_0x19427b,global);},_0x19427b[_0x2267f1(0x150)]=async()=>{const _0x23038d=_0x2267f1;return await _0x105196[_0x23038d(0x146)](getAccessibilityResults,_0x19427b,global);},_0x105196[_0x2267f1(0x14e)](overrideTakeScreenshot,_0x19427b),_0x105196[_0x2267f1(0x11d)](overrideQuit,_0x19427b),helper[_0x2267f1(0x17c)](_0x19427b,_0x67ca6e),_0x105196[_0x2267f1(0x118)](overrideExecute,_0x19427b,_0x67ca6e),helper[_0x2267f1(0x139)](global['__driversArray'])&&(global[_0x2267f1(0x123)]=[]),helper['isUndefined'](global[_0x2267f1(0x133)])&&(global[_0x2267f1(0x133)]=[]),global[_0x2267f1(0x123)][_0x2267f1(0x154)](_0x19427b),global[_0x2267f1(0x114)]=_0x19427b,_0x105196[_0x2267f1(0x119)](global[_0x2267f1(0x133)],undefined)&&global[_0x2267f1(0x133)][_0x2267f1(0x154)](_0x19427b),_0x4f56ae&&helper['isUndefined'](_0x4f56ae[_0x2267f1(0x158)][_0x2267f1(0x123)])&&(_0x4f56ae[_0x2267f1(0x158)]['__driversArray']=[]),_0x4f56ae&&_0x105196['qOMHw'](_0x4f56ae[_0x2267f1(0x158)][_0x2267f1(0x133)],undefined)&&(_0x4f56ae[_0x2267f1(0x158)]['__drivers'][_0x2267f1(0x154)](_0x19427b),_0x4f56ae['global'][_0x2267f1(0x123)][_0x2267f1(0x154)](_0x19427b)),_0x19427b;}}return _0x508e6c[_0xab2728(0x12c)]=_0x508e6c[_0xab2728(0x13d)],_0x508e6c[_0xab2728(0x13d)]=_0x2c4e76,_0x383be9[_0xab2728(0x167)]=_0x1a55e0,_0x508e6c;};module[a29_0x54736c(0x161)][a29_0x54736c(0x163)]=modify;
1
+ const a29_0x2cbe56=a29_0x3dcc;function a29_0x3dcc(_0x1002ea,_0x3ddef0){const _0x55a54c=a29_0x55a5();return a29_0x3dcc=function(_0x3dccdd,_0x46b2ae){_0x3dccdd=_0x3dccdd-0x10e;let _0x2b2328=_0x55a54c[_0x3dccdd];return _0x2b2328;},a29_0x3dcc(_0x1002ea,_0x3ddef0);}function a29_0x55a5(){const _0x57945f=['CAPABILITY_KEY','url_','set','../../../helpers/globals','exports','ZQnqN','oBBfJ','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','GuGzB','TxHid','requireSeleniumWebdriver','split','safari.options','700041uCoFSO','setCapabilities','GDtsx','https://','360oIfQKO','oiMOo','AeGMs','safariOptions_','getAccessibilityResultsSummary','7582260LYEqBB','getAccessibilityResults','../../../helpers/logger','__driver','newHubUrl','forEach','New\x20hub\x20url\x20set\x20to\x20','5|4|0|2|1|3','1951646pmimBk','rZVWR','FRzfx','firefoxOptions_','cXqxq','guewP','browserStackLogLevel','bUYaY','overrideGet','kUVJk','global','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','LArBt','build','PUjTb','946416FVziSG','ERxsh','push','getRequestOptions','faGqp','1071450nqpfrX','CUCZd','/wd/hub','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','7VUpQDh','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','edgeOptions_','../../../helpers/patchHelpers','isAccessibilityPlatform','HeetN','capability','browserstackAgentObservability','2304264fRhIeA','proxy_','error','object','send','proxySettings','wDssN','lbmtf','IGfXV','../accessibility-automation/helper','Setting\x20Browserstack\x20capabilities','__driversArray','LfotO','isBrowserstackInfra','ieOptions','HttpClient','debug','isUndefined','../../../hubAllocationMethods','__setBrowserOptions','get','capabilities_','goog:chromeOptions','DSeSG','Builder','setServer','xoCtc','setGlobal','caps_','EYpOp','logLevel','rLiOW','edgeOptions','HjHor','mergeDeep','7261986pukSxT','../../../bin/utils/constants','getGlobal','originalBuilder','KMIoM','WZpfh','setLogLevel','ieOptions_','ixrhh','then','requireHttpClient','chromeOptions_','path','./helpers/patchHelper','proxyUrl','ZdBQx','__drivers','Modifying\x20webdriver\x20builder','winstonLogger','Buewl','moz:firefoxOptions','../../../helpers/accessibility-automation/helper','getHubUrl','ntzKw'];a29_0x55a5=function(){return _0x57945f;};return a29_0x55a5();}(function(_0x1a349f,_0x1eb465){const _0x490330=a29_0x3dcc,_0x46fc7b=_0x1a349f();while(!![]){try{const _0x1f124a=parseInt(_0x490330(0x169))/0x1+-parseInt(_0x490330(0x17a))/0x2+-parseInt(_0x490330(0x115))/0x3+-parseInt(_0x490330(0x121))/0x4+-parseInt(_0x490330(0x172))/0x5+parseInt(_0x490330(0x144))/0x6*(-parseInt(_0x490330(0x119))/0x7)+-parseInt(_0x490330(0x110))/0x8*(-parseInt(_0x490330(0x16d))/0x9);if(_0x1f124a===_0x1eb465)break;else _0x46fc7b['push'](_0x46fc7b['shift']());}catch(_0x5125fb){_0x46fc7b['push'](_0x46fc7b['shift']());}}}(a29_0x55a5,0xc268b));const logger=require(a29_0x2cbe56(0x174))[a29_0x2cbe56(0x156)],helper=require('../../../helpers/helper'),constants=require(a29_0x2cbe56(0x145)),hubAllocator=require(a29_0x2cbe56(0x133)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0x2cbe56(0x11c)),{setAccessibilityCapabilities,setExtension}=require(a29_0x2cbe56(0x12a)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x2cbe56(0x159)),globals=require(a29_0x2cbe56(0x15f)),{overrideExecute}=require(a29_0x2cbe56(0x151)),modify=(_0x5af05f,_0x493139=null,_0xd3a67c=![])=>{const _0x80da5d=a29_0x2cbe56,_0x37757e={'ZdBQx':function(_0x44679d,_0x19bc39){return _0x44679d!==_0x19bc39;},'GDtsx':'/session','oBBfJ':function(_0x5f1ea6,_0x61d577){return _0x5f1ea6!==_0x61d577;},'rZVWR':function(_0x1cca2c,_0x276728){return _0x1cca2c+_0x276728;},'Ojefd':function(_0xb445d5,_0x18267c){return _0xb445d5+_0x18267c;},'spFkj':_0x80da5d(0x16c),'kUVJk':_0x80da5d(0x117),'IGfXV':_0x80da5d(0x137),'bUYaY':'chromeOptions','GIjqF':'ms:edgeOptions','AeGMs':_0x80da5d(0x141),'faGqp':_0x80da5d(0x158),'KMIoM':'firefoxOptions','FRzfx':_0x80da5d(0x168),'DSeSG':'se:ieOptions','PkCqx':_0x80da5d(0x12f),'wLFFA':function(_0x2192c9,_0x13f9f1){return _0x2192c9===_0x13f9f1;},'LArBt':_0x80da5d(0x124),'EYpOp':_0x80da5d(0x12b),'lNRDy':'optimalHubUrl','GuGzB':_0x80da5d(0x118),'xoCtc':function(_0x423db0,_0x1b7b1e,_0x4be30e){return _0x423db0(_0x1b7b1e,_0x4be30e);},'rLiOW':function(_0x10b85d,_0x51de57,_0x570eca){return _0x10b85d(_0x51de57,_0x570eca);},'WZpfh':function(_0x5ab363,_0x2a6f81,_0x41224b){return _0x5ab363(_0x2a6f81,_0x41224b);},'ntzKw':function(_0x4e09e8,_0x12fc1e){return _0x4e09e8(_0x12fc1e);},'wDssN':_0x80da5d(0x179),'HeetN':_0x80da5d(0x11d),'TxHid':function(_0x5f3c0f,_0x3ae1c7,_0x2f7875){return _0x5f3c0f(_0x3ae1c7,_0x2f7875);},'PWNMh':_0x80da5d(0x163),'lbmtf':function(_0x2dacaa){return _0x2dacaa();},'CUCZd':function(_0x1c2704,_0x2a3805){return _0x1c2704(_0x2a3805);},'HjHor':function(_0x592311,_0x543a82,_0x1e6994){return _0x592311(_0x543a82,_0x1e6994);},'ixrhh':function(_0x2b941f,_0xaf6bbf){return _0x2b941f!==_0xaf6bbf;},'ZQnqN':_0x80da5d(0x11a),'guewP':_0x80da5d(0x155)},_0x4b74a9=helper[_0x80da5d(0x14e)]();let _0x5bfd89;try{_0x5bfd89=helper[_0x80da5d(0x166)](),_0x5bfd89[_0x80da5d(0x147)]&&(_0x5bfd89[_0x80da5d(0x139)]=_0x5bfd89[_0x80da5d(0x147)]);}catch(_0x1a2ee8){return;}if(helper[_0x80da5d(0x12e)]()){const _0x171465={};_0x171465[_0x80da5d(0x13f)]=_0x5af05f[_0x80da5d(0x180)],helper[_0x80da5d(0x14a)](_0x171465,new Map(),new Map()),logger['info'](_0x37757e[_0x80da5d(0x161)]),logger[_0x80da5d(0x131)](_0x37757e[_0x80da5d(0x17f)]);}class _0x18d1c1 extends _0x4b74a9[_0x80da5d(0x130)]{['send'](_0x309ee6){const _0x20a2bf=_0x80da5d;if(_0x37757e[_0x20a2bf(0x153)](_0x309ee6[_0x20a2bf(0x150)],_0x37757e[_0x20a2bf(0x16b)])&&_0x37757e[_0x20a2bf(0x162)](global[_0x20a2bf(0x176)],''))try{global[_0x20a2bf(0x176)]=_0x37757e[_0x20a2bf(0x17b)](_0x37757e['Ojefd'](_0x37757e['spFkj'],global[_0x20a2bf(0x176)]),_0x37757e[_0x20a2bf(0x183)]),this['options_']=hubAllocator[_0x20a2bf(0x113)](global['newHubUrl']),logger[_0x20a2bf(0x131)](_0x20a2bf(0x178)+global['newHubUrl']),global[_0x20a2bf(0x176)]='';}catch(_0x9922c8){logger[_0x20a2bf(0x123)](_0x9922c8);}return super[_0x20a2bf(0x125)](_0x309ee6);}}class _0x3ab029 extends _0x5bfd89[_0x80da5d(0x139)]{[_0x80da5d(0x13a)](){const _0x5a2801=_0x80da5d;return this[_0x5a2801(0x15d)]=helper[_0x5a2801(0x15a)](_0x5af05f),logger[_0x5a2801(0x131)]('Hub\x20url\x20set\x20to\x20'+this['url_']),this;}[_0x80da5d(0x134)](_0x591459){const _0x5a35dc=_0x80da5d;let _0x31d13c={};for(const _0x4460f9 in _0x591459){switch(_0x4460f9){case _0x37757e[_0x5a35dc(0x129)]:case _0x37757e[_0x5a35dc(0x181)]:this[_0x5a35dc(0x14f)]&&(_0x31d13c=this[_0x5a35dc(0x14f)]['get'](this[_0x5a35dc(0x14f)][_0x5a35dc(0x15c)])||{},this[_0x5a35dc(0x14f)][_0x5a35dc(0x15e)](this['chromeOptions_'][_0x5a35dc(0x15c)],helper['mergeDeep'](_0x31d13c,_0x591459[_0x4460f9])));break;case _0x37757e['GIjqF']:case _0x37757e[_0x5a35dc(0x16f)]:this['edgeOptions_']&&(_0x31d13c=this[_0x5a35dc(0x11b)][_0x5a35dc(0x135)](this[_0x5a35dc(0x11b)][_0x5a35dc(0x15c)])||{},this['edgeOptions_'][_0x5a35dc(0x15e)](this[_0x5a35dc(0x11b)][_0x5a35dc(0x15c)],helper[_0x5a35dc(0x143)](_0x31d13c,_0x591459[_0x4460f9])));break;case _0x37757e[_0x5a35dc(0x114)]:case _0x37757e[_0x5a35dc(0x148)]:this[_0x5a35dc(0x17d)]&&(_0x31d13c=this[_0x5a35dc(0x17d)][_0x5a35dc(0x135)](this[_0x5a35dc(0x17d)][_0x5a35dc(0x15c)])||{},this[_0x5a35dc(0x17d)]['set'](this['firefoxOptions_'][_0x5a35dc(0x15c)],helper[_0x5a35dc(0x143)](_0x31d13c,_0x591459[_0x4460f9])));break;case _0x37757e[_0x5a35dc(0x17c)]:this[_0x5a35dc(0x170)]&&(_0x31d13c=this['safariOptions_']['get'](this[_0x5a35dc(0x170)][_0x5a35dc(0x15c)])||{},this[_0x5a35dc(0x170)][_0x5a35dc(0x15e)](this[_0x5a35dc(0x170)][_0x5a35dc(0x15c)],helper[_0x5a35dc(0x143)](_0x31d13c,_0x591459[_0x4460f9])));break;case _0x37757e[_0x5a35dc(0x138)]:case _0x37757e['PkCqx']:this[_0x5a35dc(0x14b)]&&(_0x31d13c=this[_0x5a35dc(0x14b)][_0x5a35dc(0x135)](this['ieOptions_'][_0x5a35dc(0x15c)])||{},this['ieOptions_'][_0x5a35dc(0x15e)](this[_0x5a35dc(0x14b)][_0x5a35dc(0x15c)],helper['mergeDeep'](_0x31d13c,_0x591459[_0x4460f9])));break;}}}[_0x80da5d(0x16a)](){const _0x267c0d=_0x80da5d,_0x2b721b={'cXqxq':function(_0x3d440b,_0x171b81){return _0x37757e['wLFFA'](_0x3d440b,_0x171b81);},'ERxsh':_0x37757e[_0x267c0d(0x186)]};return logger[_0x267c0d(0x131)](_0x37757e[_0x267c0d(0x13e)]),this[_0x267c0d(0x134)](_0x5af05f[_0x267c0d(0x11f)]),Object['keys'](_0x5af05f[_0x267c0d(0x11f)])[_0x267c0d(0x177)](_0x194ff3=>{const _0x5261ec=_0x267c0d,_0x4768ee=this[_0x5261ec(0x136)][_0x5261ec(0x135)](_0x194ff3);_0x2b721b[_0x5261ec(0x17e)](typeof _0x4768ee,_0x2b721b[_0x5261ec(0x111)])?this['capabilities_'][_0x5261ec(0x15e)](_0x194ff3,helper[_0x5261ec(0x143)](_0x4768ee,_0x5af05f['capability'][_0x194ff3])):this[_0x5261ec(0x136)][_0x5261ec(0x15e)](_0x194ff3,_0x5af05f[_0x5261ec(0x11f)][_0x194ff3]);}),this;}[_0x80da5d(0x10e)](){const _0x2837d5=_0x80da5d,_0x120cb9={'PUjTb':function(_0x259b6c,_0x433c56,_0x4fe972){const _0x2766c3=a29_0x3dcc;return _0x37757e[_0x2766c3(0x140)](_0x259b6c,_0x433c56,_0x4fe972);},'Buewl':function(_0x277068,_0xcc8b87,_0xef5cf6){const _0x5b2e66=a29_0x3dcc;return _0x37757e[_0x5b2e66(0x149)](_0x277068,_0xcc8b87,_0xef5cf6);},'ZmtCW':function(_0x37f3aa,_0x1a52d7){const _0xfef5dd=a29_0x3dcc;return _0x37757e[_0xfef5dd(0x15b)](_0x37f3aa,_0x1a52d7);},'LfotO':function(_0x4956a9,_0x8fe8da,_0x19d561){return _0x37757e['rLiOW'](_0x4956a9,_0x8fe8da,_0x19d561);}};if(helper[_0x2837d5(0x12e)]()){const _0xf29898=_0x37757e[_0x2837d5(0x127)][_0x2837d5(0x167)]('|');let _0x538477=0x0;while(!![]){switch(_0xf29898[_0x538477++]){case'0':this['setCapabilities']();continue;case'1':globals[_0x2837d5(0x146)](_0x37757e[_0x2837d5(0x11e)])&&(!_0x37757e[_0x2837d5(0x165)](setExtension,this,_0x5af05f)&&globals[_0x2837d5(0x13c)](_0x37757e['HeetN'],![]));continue;case'2':if(helper['isPacProxy'](_0x5af05f[_0x2837d5(0x126)][_0x2837d5(0x152)]))this['agent_']=helper['getHttpAgent'](_0x5af05f[_0x2837d5(0x126)]['proxyUrl']);else _0x5af05f[_0x2837d5(0x126)][_0x2837d5(0x152)]&&(this[_0x2837d5(0x122)]=_0x5af05f['proxySettings'][_0x2837d5(0x152)],logger[_0x2837d5(0x131)]('Proxy\x20set\x20to\x20'+this[_0x2837d5(0x122)]));continue;case'3':logger['debug'](_0x37757e['PWNMh']);continue;case'4':this['setServer']();continue;case'5':_0x37757e[_0x2837d5(0x128)](isAccessibilityAutomationSession)&&_0x37757e[_0x2837d5(0x15b)](setAccessibilityCapabilities,_0x5af05f);continue;}break;}}const _0x12a31d=super[_0x2837d5(0x10e)]();return _0x12a31d['session_']['then'](_0x26a77a=>{const _0x3de62c=_0x2837d5;try{const _0x16d0f3=_0x26a77a[_0x3de62c(0x13d)][_0x3de62c(0x135)](_0x37757e['lNRDy']);_0x16d0f3?(logger[_0x3de62c(0x131)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x16d0f3),hubAllocator['updateHubUrl'](_0x16d0f3),helper['storeOptimalHubUrl'](_0x16d0f3)):logger[_0x3de62c(0x131)](_0x37757e[_0x3de62c(0x164)]);}catch(_0x5b3694){logger[_0x3de62c(0x131)](_0x3de62c(0x185)+_0x5b3694);}}),_0x12a31d['quitCount_']=0x0,_0x12a31d[_0x2837d5(0x14d)]&&_0x12a31d['then'](_0x1adb5f=>{const _0x1ac859=_0x2837d5,_0x3c531e={'oiMOo':function(_0x1e88d5,_0x562d9d,_0x2eefd1){return _0x120cb9['PUjTb'](_0x1e88d5,_0x562d9d,_0x2eefd1);}};_0x120cb9[_0x1ac859(0x157)](overrideQuit,_0x1adb5f,_0x12a31d),_0x120cb9['ZmtCW'](overrideTakeScreenshot,_0x1adb5f),helper['overrideGet'](_0x1adb5f,_0x5af05f),_0x120cb9[_0x1ac859(0x12d)](overrideExecute,_0x1adb5f,_0x5af05f),_0x1adb5f[_0x1ac859(0x171)]=async()=>{const _0x4a1f54=_0x1ac859;return await _0x120cb9[_0x4a1f54(0x10f)](getAccessibilityResultsSummary,_0x1adb5f,global);},_0x1adb5f[_0x1ac859(0x173)]=async()=>{const _0x31329e=_0x1ac859;return await _0x3c531e[_0x31329e(0x16e)](getAccessibilityResults,_0x1adb5f,global);};}),_0x12a31d[_0x2837d5(0x171)]=async()=>{const _0x3ad5ed=_0x2837d5;return await _0x37757e[_0x3ad5ed(0x13b)](getAccessibilityResultsSummary,_0x12a31d,global);},_0x12a31d[_0x2837d5(0x173)]=async()=>{const _0x60f297=_0x2837d5;return await _0x37757e[_0x60f297(0x13b)](getAccessibilityResults,_0x12a31d,global);},_0x37757e[_0x2837d5(0x116)](overrideTakeScreenshot,_0x12a31d),_0x37757e[_0x2837d5(0x15b)](overrideQuit,_0x12a31d),helper[_0x2837d5(0x182)](_0x12a31d,_0x5af05f),_0x37757e[_0x2837d5(0x142)](overrideExecute,_0x12a31d,_0x5af05f),helper[_0x2837d5(0x132)](global['__driversArray'])&&(global['__driversArray']=[]),helper[_0x2837d5(0x132)](global[_0x2837d5(0x154)])&&(global[_0x2837d5(0x154)]=[]),global[_0x2837d5(0x12c)][_0x2837d5(0x112)](_0x12a31d),global[_0x2837d5(0x175)]=_0x12a31d,_0x37757e[_0x2837d5(0x14c)](global[_0x2837d5(0x154)],undefined)&&global[_0x2837d5(0x154)]['push'](_0x12a31d),_0x493139&&helper['isUndefined'](_0x493139[_0x2837d5(0x184)][_0x2837d5(0x12c)])&&(_0x493139['global'][_0x2837d5(0x12c)]=[]),_0x493139&&_0x37757e[_0x2837d5(0x14c)](_0x493139[_0x2837d5(0x184)][_0x2837d5(0x154)],undefined)&&(_0x493139['global'][_0x2837d5(0x154)][_0x2837d5(0x112)](_0x12a31d),_0x493139[_0x2837d5(0x184)][_0x2837d5(0x12c)][_0x2837d5(0x112)](_0x12a31d)),_0x12a31d;}}return _0x5bfd89[_0x80da5d(0x147)]=_0x5bfd89[_0x80da5d(0x139)],_0x5bfd89[_0x80da5d(0x139)]=_0x3ab029,_0x4b74a9[_0x80da5d(0x130)]=_0x18d1c1,_0x5bfd89;};module[a29_0x2cbe56(0x160)][a29_0x2cbe56(0x120)]=modify;
@@ -1 +1 @@
1
- function a30_0x3338(_0x20bf08,_0x71f8c6){const _0x35b15e=a30_0x35b1();return a30_0x3338=function(_0x3338dc,_0x50a4de){_0x3338dc=_0x3338dc-0xee;let _0xdbd956=_0x35b15e[_0x3338dc];return _0xdbd956;},a30_0x3338(_0x20bf08,_0x71f8c6);}const a30_0x27f33f=a30_0x3338;(function(_0x195a3b,_0x246baa){const _0x15c819=a30_0x3338,_0x4cae89=_0x195a3b();while(!![]){try{const _0x3751e9=-parseInt(_0x15c819(0xf0))/0x1*(-parseInt(_0x15c819(0xf9))/0x2)+parseInt(_0x15c819(0xfd))/0x3*(parseInt(_0x15c819(0xef))/0x4)+-parseInt(_0x15c819(0xf4))/0x5+-parseInt(_0x15c819(0xfa))/0x6+-parseInt(_0x15c819(0xf3))/0x7*(parseInt(_0x15c819(0xf5))/0x8)+-parseInt(_0x15c819(0xff))/0x9*(parseInt(_0x15c819(0xf6))/0xa)+-parseInt(_0x15c819(0xfc))/0xb*(-parseInt(_0x15c819(0xf7))/0xc);if(_0x3751e9===_0x246baa)break;else _0x4cae89['push'](_0x4cae89['shift']());}catch(_0x766dcc){_0x4cae89['push'](_0x4cae89['shift']());}}}(a30_0x35b1,0x5e4f0));function a30_0x35b1(){const _0x9ca8a3=['restore','20ddGetg','213415lZjlaV','timeout','../../../helpers/request-spy','2105257QRLgss','1798555XVbWxq','8xUwMzw','1011720UsztUK','12OxEuQE','../../../bin/utils/constants','2lqaCZM','2594898MhxdKR','Krssy','17465965mhDiMW','171021VIYLxR','mochaHooks','54MAwHTU'];a30_0x35b1=function(){return _0x9ca8a3;};return a30_0x35b1();}const requestSpy=require(a30_0x27f33f(0xf2)),constants=require(a30_0x27f33f(0xf8)),{addRequestSpy}=require('../../../helpers/test-observability/utils');exports[a30_0x27f33f(0xfe)]={'beforeAll'(){const _0x9f5b86=a30_0x27f33f,_0xfa7cb9={'Krssy':function(_0x473031){return _0x473031();}},_0x485ea1='browserstack internal helper hook';_0xfa7cb9[_0x9f5b86(0xfb)](addRequestSpy);},'afterAll'(){const _0x583a42=a30_0x27f33f,_0x358a63='browserstack internal helper hook';this[_0x583a42(0xf1)](0xea60),requestSpy[_0x583a42(0xee)]();}};
1
+ function a30_0x1642(){const _0x58b1b3=['86879xSyjQX','59535xUXcmt','8FZqFlY','../../../bin/utils/constants','mochaHooks','restore','274589ftIREy','../../../helpers/test-observability/utils','50VibgQr','741108snDInU','timeout','117GcJsSg','378654zfCMzl','133794sfNFKf','2tAQLRG','48pcvYlU','40kahhUz','204116VaJoTT'];a30_0x1642=function(){return _0x58b1b3;};return a30_0x1642();}const a30_0xe7c21c=a30_0x516f;function a30_0x516f(_0x10b1d1,_0x215b97){const _0x16426c=a30_0x1642();return a30_0x516f=function(_0x516fb5,_0x29d902){_0x516fb5=_0x516fb5-0x192;let _0x56b966=_0x16426c[_0x516fb5];return _0x56b966;},a30_0x516f(_0x10b1d1,_0x215b97);}(function(_0x72adcd,_0x232ee3){const _0x5170c2=a30_0x516f,_0x1ec492=_0x72adcd();while(!![]){try{const _0x365a61=parseInt(_0x5170c2(0x19a))/0x1+parseInt(_0x5170c2(0x196))/0x2*(parseInt(_0x5170c2(0x194))/0x3)+-parseInt(_0x5170c2(0x198))/0x4*(-parseInt(_0x5170c2(0x19b))/0x5)+parseInt(_0x5170c2(0x197))/0x6*(parseInt(_0x5170c2(0x1a0))/0x7)+-parseInt(_0x5170c2(0x19c))/0x8*(parseInt(_0x5170c2(0x195))/0x9)+-parseInt(_0x5170c2(0x1a2))/0xa*(-parseInt(_0x5170c2(0x199))/0xb)+parseInt(_0x5170c2(0x1a3))/0xc*(-parseInt(_0x5170c2(0x193))/0xd);if(_0x365a61===_0x232ee3)break;else _0x1ec492['push'](_0x1ec492['shift']());}catch(_0x34ad23){_0x1ec492['push'](_0x1ec492['shift']());}}}(a30_0x1642,0x29082));const requestSpy=require('../../../helpers/request-spy'),constants=require(a30_0xe7c21c(0x19d)),{addRequestSpy}=require(a30_0xe7c21c(0x1a1));exports[a30_0xe7c21c(0x19e)]={'beforeAll'(){const _0x366fbc={'ipvcH':function(_0x1d90ed){return _0x1d90ed();}},_0x3a9035='browserstack internal helper hook';_0x366fbc['ipvcH'](addRequestSpy);},'afterAll'(){const _0x2f1eff=a30_0xe7c21c,_0x3ca21a='browserstack internal helper hook';this[_0x2f1eff(0x192)](0xea60),requestSpy[_0x2f1eff(0x19f)]();}};
@@ -1 +1 @@
1
- function a31_0x1f32(_0x22d56b,_0x2f3ece){const _0x278042=a31_0x2780();return a31_0x1f32=function(_0x1f32d6,_0x226957){_0x1f32d6=_0x1f32d6-0xc6;let _0x1517ea=_0x278042[_0x1f32d6];return _0x1517ea;},a31_0x1f32(_0x22d56b,_0x2f3ece);}const a31_0x584906=a31_0x1f32;function a31_0x2780(){const _0xe9749b=['_beforeEach','getPlatform','WBibY','svsOv','pid','concat','hook:','7779516BvyShM','xEAde','getHookSkippedTests','qvJzE','hook','bs:addPlatformDetails:','gaZFd','abkLS','ttVqF','siAeP','state','getBrowserName','substring','PAyiy','suites','getHookDetails','getCapabilities','7609131ZllPvT','950IyHrlF','_beforeAll','pending','slice','8PFAorb','../../../helpers/helper','_afterEach','xuPmj','TEST_PLATFORM','lgUyL','emit','type','browserstack','1730200cFTtRO','../../utils/logPatcher','671576BIuSAu','211222VxzTma','parent','WEBnp','forEach','split','../../../../package.json','toISOString','pQHxP','JHgTZ','tests','288332aGkQMt','__cloud_provider___','getBrowserVersion','toJSON','../../../helpers/test-observability/utils','XXaRL','wuBHJ','mapTestHooks','956714QsTYDZ','tOdmZ','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','3uhtbyD','uobvN','ACcgr','filter','hookAnalyticsId','OBhac','keys','xaAHm','_afterAll','hVIIy','indexOf','7ypXyRh','passed','markedStatus'];a31_0x2780=function(){return _0xe9749b;};return a31_0x2780();}(function(_0xf47446,_0x31a107){const _0x55beb5=a31_0x1f32,_0x2f6bb1=_0xf47446();while(!![]){try{const _0x552895=parseInt(_0x55beb5(0xec))/0x1+parseInt(_0x55beb5(0xfe))/0x2+parseInt(_0x55beb5(0x101))/0x3*(parseInt(_0x55beb5(0xeb))/0x4)+parseInt(_0x55beb5(0xe9))/0x5+-parseInt(_0x55beb5(0xca))/0x6*(-parseInt(_0x55beb5(0x10c))/0x7)+parseInt(_0x55beb5(0xe0))/0x8*(parseInt(_0x55beb5(0xdb))/0x9)+-parseInt(_0x55beb5(0xdc))/0xa*(parseInt(_0x55beb5(0xf6))/0xb);if(_0x552895===_0x31a107)break;else _0x2f6bb1['push'](_0x2f6bb1['shift']());}catch(_0x55815f){_0x2f6bb1['push'](_0x2f6bb1['shift']());}}}(a31_0x2780,0xd0d7a));const {v4:uuidv4}=require('uuid'),{name,version}=require(a31_0x584906(0xf1)),logPatcher=require(a31_0x584906(0xea)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a31_0x584906(0xfa)),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require(a31_0x584906(0xe1)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils');console={},Object[a31_0x584906(0x107)](consoleHolder)[a31_0x584906(0xef)](_0x4e1464=>{console[_0x4e1464]=(..._0x5d622c)=>{BSTestOpsPatcher[_0x4e1464](..._0x5d622c);};}),exports['getTestEnv']=()=>{const _0x4005f8=a31_0x584906,_0x493121={'lgUyL':'generic','ttVqF':function(_0x54138e){return _0x54138e();}};return{'ci':_0x493121[_0x4005f8(0xe5)],'key':_0x493121[_0x4005f8(0xd2)](uuidv4),'version':version,'collector':'js-'+name};},exports[a31_0x584906(0xd9)]=_0x57fe00=>{const _0x203b7f=a31_0x584906,_0x4550b9={};_0x4550b9['siAeP']=function(_0x26e457,_0x5e5a47){return _0x26e457!==_0x5e5a47;},_0x4550b9['xuPmj']='string',_0x4550b9[_0x203b7f(0xd7)]=_0x203b7f(0xc9),_0x4550b9[_0x203b7f(0x111)]=_0x203b7f(0xce);const _0x2bef80=_0x4550b9;if(!_0x57fe00||_0x2bef80['siAeP'](typeof _0x57fe00,_0x2bef80[_0x203b7f(0xe3)]))return[null,null];if(_0x2bef80['siAeP'](_0x57fe00[_0x203b7f(0x10b)](_0x2bef80[_0x203b7f(0xd7)]),-0x1)){const _0x188747=_0x57fe00[_0x203b7f(0xf0)](_0x2bef80['PAyiy']);return[_0x188747[0x0][_0x203b7f(0xdf)](0x0,-0x1)['split']('\x22')[0x1],_0x188747[0x1][_0x203b7f(0xd6)](0x1)];}else{if(_0x2bef80[_0x203b7f(0xd3)](_0x57fe00['indexOf'](_0x2bef80[_0x203b7f(0x111)]),-0x1)){const _0x5eb1d2=_0x57fe00[_0x203b7f(0xf0)](_0x2bef80[_0x203b7f(0x111)]);return[_0x5eb1d2[0x0][_0x203b7f(0xdf)](0x0,-0x1)[_0x203b7f(0xf0)]('\x22')[0x1],_0x57fe00];}}return[null,null];},exports['getHooksForTest']=_0x300814=>{const _0x43c899=a31_0x584906,_0x54d6ea={'sTkuS':function(_0x1ecd5e,_0x577ccc){return _0x1ecd5e(_0x577ccc);},'ewJOq':_0x43c899(0xdd),'JHgTZ':'_afterAll','uobvN':_0x43c899(0x10f),'gaZFd':_0x43c899(0xe2)};if(!_0x300814||!_0x300814['parent'])return[];const _0x21e698=[];return[_0x54d6ea['ewJOq'],_0x54d6ea[_0x43c899(0xf4)],_0x54d6ea[_0x43c899(0x102)],_0x54d6ea[_0x43c899(0xd0)]][_0x43c899(0xef)](_0x2f5fad=>{const _0x287eb5=_0x300814['parent'][_0x2f5fad]||[];_0x287eb5['forEach'](_0x1239aa=>{const _0x34a478=a31_0x1f32;_0x1239aa[_0x34a478(0x105)]&&!_0x54d6ea['sTkuS'](isInternalHook,_0x1239aa['fn'])&&_0x21e698['push'](_0x1239aa[_0x34a478(0x105)]);});}),[..._0x21e698,...exports['getHooksForTest'](_0x300814[_0x43c899(0xed)])];},exports[a31_0x584906(0xfd)]=_0x114e74=>{const _0x51ff47=a31_0x584906,_0x38111d={'wuBHJ':function(_0xf58824){return _0xf58824();},'ycfdl':function(_0x49daab,_0x4484ef){return _0x49daab===_0x4484ef;},'svsOv':'_afterEach','iQvUT':_0x51ff47(0xdd),'xaAHm':_0x51ff47(0x109),'tOdmZ':_0x51ff47(0x10f)};if(!_0x114e74||!_0x114e74['parent'])return;[_0x38111d['iQvUT'],_0x38111d[_0x51ff47(0x108)],_0x38111d[_0x51ff47(0xff)],_0x38111d[_0x51ff47(0xc6)]][_0x51ff47(0xef)](_0x299607=>{const _0x700210=_0x51ff47,_0x3a853a=_0x114e74[_0x700210(0xed)][_0x299607]||[];_0x3a853a[_0x700210(0xef)](_0x32eaec=>{const _0x3cb902=_0x700210;if(!_0x32eaec[_0x3cb902(0x105)])_0x32eaec[_0x3cb902(0x105)]=_0x38111d[_0x3cb902(0xfc)](uuidv4);else _0x32eaec['markedStatus']&&_0x38111d['ycfdl'](_0x299607,_0x38111d[_0x3cb902(0xc6)])&&(_0x32eaec[_0x3cb902(0x105)]=_0x38111d[_0x3cb902(0xfc)](uuidv4),delete _0x32eaec[_0x3cb902(0x10e)]);});}),exports[_0x51ff47(0xfd)](_0x114e74[_0x51ff47(0xed)]);},exports['sendPlatformDetails']=async(_0x2d90e1,_0x45f4e4)=>{const _0x403b23=a31_0x584906,_0x3ede39={'WEBnp':function(_0x3c7f7a){return _0x3c7f7a();},'ACcgr':function(_0x2a3dbb,_0x20dc28){return _0x2a3dbb(_0x20dc28);},'sGGBy':function(_0x47b34c,_0x3ebd6a){return _0x47b34c(_0x3ebd6a);},'pTqlP':function(_0x510b67,_0x198c38){return _0x510b67===_0x198c38;},'xEAde':_0x403b23(0xe8),'OBhac':'unknown_grid','qvJzE':_0x403b23(0xe4)};try{if(!_0x3ede39[_0x403b23(0xee)](shouldProcessEventForTesthub))return;const _0x259912=await _0x2d90e1['getCapabilities'](),_0x49cc00=await _0x2d90e1['getSession'](),_0xf9cbe3={},_0x2fd2f0=Object['fromEntries'](_0x49cc00[_0x403b23(0xda)]()['map_']),_0x533616={'product':_0x3ede39[_0x403b23(0x103)](getObservabilityLinkedProductName,_0x2fd2f0),'capabilities':_0x2fd2f0,'platform':_0x259912[_0x403b23(0x110)](),'platform_version':_0x3ede39['sGGBy'](getPlatformVersion,_0x3ede39['pTqlP'](global[_0x403b23(0xf7)],_0x3ede39[_0x403b23(0xcb)])),'browser':_0x259912[_0x403b23(0xd5)](),'browser_version':_0x259912[_0x403b23(0xf8)](),'session_id':_0x49cc00[_0x403b23(0xf9)]()};global[_0x403b23(0xf7)]?_0xf9cbe3[global['__cloud_provider___']]=_0x533616:_0xf9cbe3[_0x3ede39[_0x403b23(0x106)]]=_0x533616,process[_0x403b23(0xe6)](_0x403b23(0xcf)+process[_0x403b23(0xc7)],{'timestamp':new Date()[_0x403b23(0xf2)](),'level':null,'message':null,'kind':_0x3ede39[_0x403b23(0xcd)],'http_response':_0xf9cbe3,'uuid':_0x45f4e4});}catch(_0x47ba49){_0x3ede39[_0x403b23(0x103)](debug,_0x403b23(0x100)+_0x47ba49);}},exports[a31_0x584906(0xcc)]=_0xf4dac2=>{const _0x15acc1=a31_0x584906,_0x2ceebe={};_0x2ceebe['XXaRL']=function(_0x5037e0,_0x4ed780){return _0x5037e0!==_0x4ed780;},_0x2ceebe[_0x15acc1(0xd1)]=_0x15acc1(0xce),_0x2ceebe['pQHxP']=_0x15acc1(0x10d),_0x2ceebe[_0x15acc1(0x10a)]='failed';const _0x1b3dd6=_0x2ceebe,_0x5ab5d3=_0xf4dac2[_0x15acc1(0xd8)]['reduce']((_0x4d051c,_0xa13a45)=>{const _0x53e6e7=_0x15acc1,_0x3e27b8=exports['getHookSkippedTests'](_0xa13a45);return _0x3e27b8&&(_0x4d051c=_0x4d051c[_0x53e6e7(0xc8)](_0x3e27b8)),_0x4d051c;},[]),_0x419f0e=_0xf4dac2[_0x15acc1(0xf5)][_0x15acc1(0x104)](_0x3733f3=>{const _0x2b106c=_0x15acc1,_0x5109fa=_0x1b3dd6[_0x2b106c(0xfb)](_0x3733f3[_0x2b106c(0xe7)],_0x1b3dd6[_0x2b106c(0xd1)])&&!_0x3733f3['markedStatus']&&_0x1b3dd6[_0x2b106c(0xfb)](_0x3733f3['state'],_0x1b3dd6[_0x2b106c(0xf3)])&&_0x1b3dd6['XXaRL'](_0x3733f3[_0x2b106c(0xd4)],_0x1b3dd6[_0x2b106c(0x10a)])&&!_0x3733f3[_0x2b106c(0xde)];return _0x5109fa;});return _0x419f0e[_0x15acc1(0xc8)](_0x5ab5d3);};
1
+ const a31_0x1cbf7a=a31_0x2be8;(function(_0x3d0153,_0x4b6114){const _0x46fa11=a31_0x2be8,_0x3f7e32=_0x3d0153();while(!![]){try{const _0x225b96=parseInt(_0x46fa11(0x1e1))/0x1+parseInt(_0x46fa11(0x1d7))/0x2+-parseInt(_0x46fa11(0x210))/0x3+-parseInt(_0x46fa11(0x1e9))/0x4+-parseInt(_0x46fa11(0x20a))/0x5+parseInt(_0x46fa11(0x1e4))/0x6+parseInt(_0x46fa11(0x1fa))/0x7;if(_0x225b96===_0x4b6114)break;else _0x3f7e32['push'](_0x3f7e32['shift']());}catch(_0xcbb9d8){_0x3f7e32['push'](_0x3f7e32['shift']());}}}(a31_0x8e88,0x4f771));const {v4:uuidv4}=require(a31_0x1cbf7a(0x20d)),{name,version}=require(a31_0x1cbf7a(0x1d3)),logPatcher=require(a31_0x1cbf7a(0x1ff)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require('../../../helpers/helper'),{shouldProcessEventForTesthub}=require(a31_0x1cbf7a(0x1f4));function a31_0x8e88(){const _0x596168=['XNTNI','1047548nRMghR','_afterEach','filter','kfxqY','SlnRN','_beforeEach','forEach','parent','IDiHe','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','87801LGzaEi','TGDME','generic','1421760YiUFig','_afterAll','getHookDetails','passed','state','2088280KabzJG','fromEntries','YjIIB','markedStatus','pending','__cloud_provider___','string','indexOf','split','pFBxM','IQolp','../../../helpers/testhub/utils','ticyp','push','Hnjci','pmIns','RZAJk','7174944KYZigL','hookAnalyticsId','slice','toISOString','bs:addPlatformDetails:','../../utils/logPatcher','keys','nNGMi','mJTHl','bxupt','substring','hook','getBrowserName','gLcHt','usnLU','getCapabilities','3092975BNdOud','getSession','karVJ','uuid','oMoxZ','_beforeAll','1222119GaFQxG','tPFHK','concat','rxiuf','aVXmV','getTestEnv','ioaQi','getHookSkippedTests','mapTestHooks','uQOEZ','sendPlatformDetails','TEST_PLATFORM','unknown_grid','lNwNl','anGLN','../../../../package.json','hook:','tiSQP'];a31_0x8e88=function(){return _0x596168;};return a31_0x8e88();}function a31_0x2be8(_0x273763,_0x1fadb3){const _0x8e8868=a31_0x8e88();return a31_0x2be8=function(_0x2be8d2,_0x315f04){_0x2be8d2=_0x2be8d2-0x1cf;let _0x565099=_0x8e8868[_0x2be8d2];return _0x565099;},a31_0x2be8(_0x273763,_0x1fadb3);}console={},Object[a31_0x1cbf7a(0x200)](consoleHolder)[a31_0x1cbf7a(0x1dd)](_0x57a682=>{console[_0x57a682]=(..._0x1a9fc6)=>{BSTestOpsPatcher[_0x57a682](..._0x1a9fc6);};}),exports[a31_0x1cbf7a(0x215)]=()=>{const _0x2b2940=a31_0x1cbf7a,_0x2279d3={'Hnjci':_0x2b2940(0x1e3),'anGLN':function(_0x1c6e8e){return _0x1c6e8e();}};return{'ci':_0x2279d3[_0x2b2940(0x1f7)],'key':_0x2279d3[_0x2b2940(0x1d2)](uuidv4),'version':version,'collector':'js-'+name};},exports[a31_0x1cbf7a(0x1e6)]=_0x241ccb=>{const _0x300a6b=a31_0x1cbf7a,_0x55be19={};_0x55be19[_0x300a6b(0x1d6)]=function(_0x2e5ac9,_0xfb680a){return _0x2e5ac9!==_0xfb680a;},_0x55be19[_0x300a6b(0x1f5)]=_0x300a6b(0x1ef),_0x55be19['zpClW']=function(_0x5c106a,_0x2803a5){return _0x5c106a!==_0x2803a5;},_0x55be19[_0x300a6b(0x1f8)]=_0x300a6b(0x1d4),_0x55be19[_0x300a6b(0x213)]=function(_0x25f93d,_0x5e802c){return _0x25f93d!==_0x5e802c;},_0x55be19[_0x300a6b(0x216)]=_0x300a6b(0x205);const _0x3709e2=_0x55be19;if(!_0x241ccb||_0x3709e2[_0x300a6b(0x1d6)](typeof _0x241ccb,_0x3709e2['ticyp']))return[null,null];if(_0x3709e2['zpClW'](_0x241ccb[_0x300a6b(0x1f0)](_0x3709e2[_0x300a6b(0x1f8)]),-0x1)){const _0x15a2bb=_0x241ccb[_0x300a6b(0x1f1)](_0x3709e2[_0x300a6b(0x1f8)]);return[_0x15a2bb[0x0][_0x300a6b(0x1fc)](0x0,-0x1)['split']('\x22')[0x1],_0x15a2bb[0x1][_0x300a6b(0x204)](0x1)];}else{if(_0x3709e2[_0x300a6b(0x213)](_0x241ccb[_0x300a6b(0x1f0)](_0x3709e2[_0x300a6b(0x216)]),-0x1)){const _0x308101=_0x241ccb[_0x300a6b(0x1f1)](_0x3709e2['ioaQi']);return[_0x308101[0x0][_0x300a6b(0x1fc)](0x0,-0x1)[_0x300a6b(0x1f1)]('\x22')[0x1],_0x241ccb];}}return[null,null];},exports['getHooksForTest']=_0x19edbe=>{const _0x2a02c6=a31_0x1cbf7a,_0x2d4506={'nNGMi':function(_0x4542a0,_0x4cff3f){return _0x4542a0(_0x4cff3f);},'RZAJk':_0x2a02c6(0x20f),'kfxqY':'_afterAll','aVXmV':'_beforeEach','mJTHl':_0x2a02c6(0x1d8)};if(!_0x19edbe||!_0x19edbe['parent'])return[];const _0x363c9a=[];return[_0x2d4506[_0x2a02c6(0x1f9)],_0x2d4506[_0x2a02c6(0x1da)],_0x2d4506[_0x2a02c6(0x214)],_0x2d4506[_0x2a02c6(0x202)]][_0x2a02c6(0x1dd)](_0x2d284d=>{const _0xf2c1d=_0x2a02c6,_0x55453d=_0x19edbe['parent'][_0x2d284d]||[];_0x55453d[_0xf2c1d(0x1dd)](_0x3313ce=>{const _0x88f517=_0xf2c1d;_0x3313ce['hookAnalyticsId']&&!_0x2d4506[_0x88f517(0x201)](isInternalHook,_0x3313ce['fn'])&&_0x363c9a[_0x88f517(0x1f6)](_0x3313ce[_0x88f517(0x1fb)]);});}),[..._0x363c9a,...exports['getHooksForTest'](_0x19edbe[_0x2a02c6(0x1de)])];},exports[a31_0x1cbf7a(0x218)]=_0x1983bc=>{const _0xaaf312=a31_0x1cbf7a,_0x2eb56a={'tiSQP':function(_0x3e9372){return _0x3e9372();},'hhAgH':function(_0x4f4106,_0x3c1bbd){return _0x4f4106===_0x3c1bbd;},'pFBxM':_0xaaf312(0x1d8),'tHyBt':'_beforeAll','gLcHt':_0xaaf312(0x1e5),'SlnRN':_0xaaf312(0x1dc)};if(!_0x1983bc||!_0x1983bc['parent'])return;[_0x2eb56a['tHyBt'],_0x2eb56a[_0xaaf312(0x207)],_0x2eb56a[_0xaaf312(0x1db)],_0x2eb56a[_0xaaf312(0x1f2)]]['forEach'](_0x2552bc=>{const _0x1641e6=_0xaaf312,_0x2966c1=_0x1983bc['parent'][_0x2552bc]||[];_0x2966c1[_0x1641e6(0x1dd)](_0x2471c1=>{const _0x3bf945=_0x1641e6;if(!_0x2471c1[_0x3bf945(0x1fb)])_0x2471c1[_0x3bf945(0x1fb)]=_0x2eb56a[_0x3bf945(0x1d5)](uuidv4);else _0x2471c1[_0x3bf945(0x1ec)]&&_0x2eb56a['hhAgH'](_0x2552bc,_0x2eb56a['pFBxM'])&&(_0x2471c1[_0x3bf945(0x1fb)]=_0x2eb56a['tiSQP'](uuidv4),delete _0x2471c1[_0x3bf945(0x1ec)]);});}),exports[_0xaaf312(0x218)](_0x1983bc['parent']);},exports[a31_0x1cbf7a(0x21a)]=async(_0x91764e,_0x4c9209)=>{const _0x1bb35a=a31_0x1cbf7a,_0xa422c4={'rPjcA':function(_0x1192e6){return _0x1192e6();},'tPFHK':function(_0x528c53,_0x3c73b4){return _0x528c53(_0x3c73b4);},'karVJ':function(_0x34e2ec,_0x17c4a6){return _0x34e2ec(_0x17c4a6);},'YjIIB':function(_0x13b26e,_0x3c3d95){return _0x13b26e===_0x3c3d95;},'lNwNl':'browserstack','uDvUq':_0x1bb35a(0x1d0),'bxupt':_0x1bb35a(0x1cf),'IDiHe':function(_0x49c402,_0x5917e1){return _0x49c402(_0x5917e1);}};try{if(!_0xa422c4['rPjcA'](shouldProcessEventForTesthub))return;const _0x215471=await _0x91764e[_0x1bb35a(0x209)](),_0xd272cd=await _0x91764e[_0x1bb35a(0x20b)](),_0x426632={},_0x420536=Object[_0x1bb35a(0x1ea)](_0xd272cd[_0x1bb35a(0x209)]()['map_']),_0x17e21e={'product':_0xa422c4[_0x1bb35a(0x211)](getObservabilityLinkedProductName,_0x420536),'capabilities':_0x420536,'platform':_0x215471['getPlatform'](),'platform_version':_0xa422c4[_0x1bb35a(0x20c)](getPlatformVersion,_0xa422c4[_0x1bb35a(0x1eb)](global['__cloud_provider___'],_0xa422c4[_0x1bb35a(0x1d1)])),'browser':_0x215471[_0x1bb35a(0x206)](),'browser_version':_0x215471['getBrowserVersion'](),'session_id':_0xd272cd['toJSON']()};global[_0x1bb35a(0x1ee)]?_0x426632[global['__cloud_provider___']]=_0x17e21e:_0x426632[_0xa422c4['uDvUq']]=_0x17e21e,process['emit'](_0x1bb35a(0x1fe)+process['pid'],{'timestamp':new Date()[_0x1bb35a(0x1fd)](),'level':null,'message':null,'kind':_0xa422c4[_0x1bb35a(0x203)],'http_response':_0x426632,'uuid':_0x4c9209});}catch(_0xaf056c){_0xa422c4[_0x1bb35a(0x1df)](debug,_0x1bb35a(0x1e0)+_0xaf056c);}},exports[a31_0x1cbf7a(0x217)]=_0x312011=>{const _0x41ed7a=a31_0x1cbf7a,_0x3a1936={};_0x3a1936['oMoxZ']=function(_0x45e431,_0x234668){return _0x45e431!==_0x234668;},_0x3a1936[_0x41ed7a(0x208)]=_0x41ed7a(0x205),_0x3a1936['TGDME']=function(_0x429b5a,_0x26c946){return _0x429b5a!==_0x26c946;},_0x3a1936[_0x41ed7a(0x219)]=_0x41ed7a(0x1e7),_0x3a1936[_0x41ed7a(0x1f3)]='failed';const _0x422e8a=_0x3a1936,_0xa54e51=_0x312011['suites']['reduce']((_0x300a8a,_0x2e5def)=>{const _0x2bbbb8=_0x41ed7a,_0x1f288a=exports[_0x2bbbb8(0x217)](_0x2e5def);return _0x1f288a&&(_0x300a8a=_0x300a8a['concat'](_0x1f288a)),_0x300a8a;},[]),_0x160ccb=_0x312011['tests'][_0x41ed7a(0x1d9)](_0x142ef8=>{const _0x5d4ecc=_0x41ed7a,_0x7ab6d8=_0x422e8a[_0x5d4ecc(0x20e)](_0x142ef8['type'],_0x422e8a['usnLU'])&&!_0x142ef8['markedStatus']&&_0x422e8a[_0x5d4ecc(0x1e2)](_0x142ef8[_0x5d4ecc(0x1e8)],_0x422e8a[_0x5d4ecc(0x219)])&&_0x422e8a[_0x5d4ecc(0x20e)](_0x142ef8[_0x5d4ecc(0x1e8)],_0x422e8a[_0x5d4ecc(0x1f3)])&&!_0x142ef8[_0x5d4ecc(0x1ed)];return _0x7ab6d8;});return _0x160ccb[_0x41ed7a(0x212)](_0xa54e51);};
@@ -1 +1 @@
1
- function a32_0x1d51(_0x3667ed,_0x481579){const _0x56fa04=a32_0x56fa();return a32_0x1d51=function(_0x1d516b,_0x2ff9cb){_0x1d516b=_0x1d516b-0x12c;let _0x2cfdde=_0x56fa04[_0x1d516b];return _0x2cfdde;},a32_0x1d51(_0x3667ed,_0x481579);}const a32_0x5b8f03=a32_0x1d51;function a32_0x56fa(){const _0x8054fe=['cEJwp','../../helpers/accessibility-automation/scripts','initQuit','thBuildUuid','browserstackSessionName','executeScript','6958377jQFXVQ','50ZIWJJc','titlePath','78105jBfjnc','../../helpers/globals','http:','\x20|\x20','wiACY','iqhmy','qKreZ','accessibilityScanStarted','iQFgo','Passed','thTestRunUuid','isAccessibilityPlatform','dtbHP','error','join','Aphkw','rgPDV','failed','gpNlm','length','2528lcyPRg','app','timeout','pRYQp','5124610XiWHRs','aAoWR','capabilities','JRwNF','iuvSB','startMonitoring','Qabwi','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','AqHUS','session_','info','QagNC','stringify','appium:app','anejY','shift','HVFbn','__error_messages__','MFHpx','\x22}}','protocol','KqfqS','kPCIn','Failed:\x20','driverCleanup','IbxlF','format','Pnrqu','util','495030PACDTw','push','quitCount_','debug','then','\x20-\x20','13174RjUWLN','__skipSessionName','passed','MeloV','BClzz','state','../../helpers/testhub/utils','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','BROWSERSTACK_TESTHUB_UUID','executeAsyncScript','ENV_VAR','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','err','performScan','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','DpleO','stopMonitoring','./test-observability/mochaUtils','bstackA11yShouldScan','__drivers','XwCeb','testAnalyticsId','percyCaptureMode','392192psYplS','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ObservabilitySync:','ycQlp','oFNXe','currentTest','../../helpers/testhub/constants','shouldScanTestForAccessibility','BpDXW','aEege','thJwtToken','WNhPi','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','5sILfrn','oFvIv','akadV','jVHpe','saveTestResults','.\x20Error\x20:','env','../../helpers/accessibility-automation/helper','796249bDOGbM','__sessionFailed','EJFrQ','https:','Failed\x20to\x20store\x20session\x20name:\x20','percy','../../helpers/logger'];a32_0x56fa=function(){return _0x8054fe;};return a32_0x56fa();}(function(_0x1f36bf,_0x46ead7){const _0x2167b4=a32_0x1d51,_0x35019a=_0x1f36bf();while(!![]){try{const _0x55eaa7=-parseInt(_0x2167b4(0x12f))/0x1+-parseInt(_0x2167b4(0x13d))/0x2*(parseInt(_0x2167b4(0x13f))/0x3)+parseInt(_0x2167b4(0x191))/0x4*(-parseInt(_0x2167b4(0x19e))/0x5)+parseInt(_0x2167b4(0x174))/0x6+-parseInt(_0x2167b4(0x17a))/0x7*(-parseInt(_0x2167b4(0x153))/0x8)+parseInt(_0x2167b4(0x13c))/0x9+parseInt(_0x2167b4(0x157))/0xa;if(_0x55eaa7===_0x46ead7)break;else _0x35019a['push'](_0x35019a['shift']());}catch(_0x5e65fe){_0x35019a['push'](_0x35019a['shift']());}}}(a32_0x56fa,0x65f7b));const util=require(a32_0x5b8f03(0x173)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x5b8f03(0x12e)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a32_0x5b8f03(0x18b)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper'),PerformanceTester=require('../../helpers/performance-tester'),scripts=require(a32_0x5b8f03(0x137)),globals=require(a32_0x5b8f03(0x140)),logger=require(a32_0x5b8f03(0x135))['winstonLogger'],{shouldProcessEventForTesthub}=require(a32_0x5b8f03(0x180)),testHubConstants=require(a32_0x5b8f03(0x197));exports['mochaHooks']={'beforeAll'(){const _0xc0e5d6=a32_0x5b8f03,_0x3d2d51={'aEege':function(_0x224973,_0x1eacad,_0x1199c5,_0x1435e1){return _0x224973(_0x1eacad,_0x1199c5,_0x1435e1);},'XwCeb':_0xc0e5d6(0x150),'oFNXe':_0xc0e5d6(0x142),'iQFgo':function(_0x46a75a,_0x512a31,_0x5adb6c){return _0x46a75a(_0x512a31,_0x5adb6c);},'GHRst':_0xc0e5d6(0x17c),'dtbHP':function(_0x2ad621){return _0x2ad621();}};PerformanceTester[_0xc0e5d6(0x15c)]();const _0x53106a='browserstack internal helper hook';global[_0xc0e5d6(0x168)]=[],global[_0xc0e5d6(0x130)]=![],global[_0xc0e5d6(0x16f)]=async()=>{const _0x45a7bb=_0xc0e5d6;let _0x2a4e59=![];try{await global[_0x45a7bb(0x18d)][0x0][_0x45a7bb(0x160)],_0x2a4e59=!![],global[_0x45a7bb(0x130)]?await _0x3d2d51[_0x45a7bb(0x19a)](markSessionStatus,global[_0x45a7bb(0x18d)][0x0],_0x3d2d51[_0x45a7bb(0x18e)],global[_0x45a7bb(0x168)]['join'](_0x3d2d51[_0x45a7bb(0x195)])):await _0x3d2d51[_0x45a7bb(0x147)](markSessionStatus,global[_0x45a7bb(0x18d)][0x0],_0x3d2d51['GHRst']);}catch(_0x52845b){}global[_0x45a7bb(0x168)]=[],global['__sessionFailed']=![];if(_0x2a4e59)try{try{_0x3d2d51[_0x45a7bb(0x14b)](shouldProcessEventForTesthub)&&(global[_0x45a7bb(0x18d)][0x0]&&await _0x3d2d51[_0x45a7bb(0x147)](sendPlatformDetails,global['__drivers'][0x0],this[_0x45a7bb(0x196)]?this[_0x45a7bb(0x196)]['testAnalyticsId']:null));}catch{}await global['__drivers'][0x0][_0x45a7bb(0x138)]();}catch(_0x129165){}};},'beforeEach'(_0x4dabc5){const _0x569b44=a32_0x5b8f03,_0x5d5a2b={'MFHpx':function(_0x2ec24a,_0x5457df){return _0x2ec24a>_0x5457df;},'BpDXW':_0x569b44(0x179),'gpNlm':function(_0x341960,_0x13a53b,_0x59a74b){return _0x341960(_0x13a53b,_0x59a74b);},'iuvSB':_0x569b44(0x18c),'QagNC':function(_0x3e62b6){return _0x3e62b6();},'Qabwi':_0x569b44(0x14a),'rgPDV':function(_0x585e04,_0xf95c53){return _0x585e04===_0xf95c53;},'YyFIS':_0x569b44(0x141),'anejY':_0x569b44(0x132),'aXQsP':_0x569b44(0x181),'WNhPi':'Automate\x20test\x20case\x20execution\x20has\x20started.','wZiSL':function(_0x45698c){return _0x45698c();}};new Promise(async _0x4efafd=>{const _0x57bb4a=_0x569b44,_0x1acb34='browserstack internal helper hook';let _0x332bf1=!![];try{_0x5d5a2b[_0x57bb4a(0x169)](global[_0x57bb4a(0x18d)][_0x57bb4a(0x152)],0x1)&&(await global[_0x57bb4a(0x16f)](),global[_0x57bb4a(0x18d)][_0x57bb4a(0x166)]()),_0x5d5a2b[_0x57bb4a(0x169)](global[_0x57bb4a(0x18d)][0x0][_0x57bb4a(0x176)],0x0)&&(_0x332bf1=![],await global[_0x57bb4a(0x16f)]());}catch{}try{Array['isArray'](global[_0x57bb4a(0x18d)])&&global[_0x57bb4a(0x18d)][0x0]&&(global[_0x57bb4a(0x18d)][0x0][_0x57bb4a(0x13a)]=this[_0x57bb4a(0x196)]['titlePath']()['join'](_0x5d5a2b['BpDXW'])),global[_0x57bb4a(0x13a)]=this[_0x57bb4a(0x196)][_0x57bb4a(0x13e)]()[_0x57bb4a(0x14d)](_0x5d5a2b[_0x57bb4a(0x199)]);}catch(_0x4351f1){logger[_0x57bb4a(0x177)](_0x57bb4a(0x133)+_0x4351f1);}this[_0x57bb4a(0x196)][_0x57bb4a(0x198)]=_0x5d5a2b[_0x57bb4a(0x151)](shouldScanTestForAccessibility,this[_0x57bb4a(0x196)][_0x57bb4a(0x13e)](),!![]),globals['setGlobal'](_0x5d5a2b[_0x57bb4a(0x15b)],this['currentTest']['shouldScanTestForAccessibility']),this[_0x57bb4a(0x196)][_0x57bb4a(0x146)]=!![];if(_0x5d5a2b[_0x57bb4a(0x162)](isAccessibilityAutomationSession)&&_0x332bf1&&Array['isArray'](global[_0x57bb4a(0x18d)])&&_0x5d5a2b['MFHpx'](global[_0x57bb4a(0x18d)][_0x57bb4a(0x152)],0x0)&&globals['getGlobal'](_0x5d5a2b[_0x57bb4a(0x15d)]))try{const _0x1061fe=await global['__drivers'][0x0][_0x57bb4a(0x160)];if(_0x1061fe){let _0x14160d=!![];const _0x4dfe71=await global['__drivers'][0x0]['getCurrentUrl']();let _0x523388;try{_0x523388=new URL(_0x4dfe71);}catch(_0x4b5e32){_0x14160d=![];}_0x14160d=_0x5d5a2b[_0x57bb4a(0x14f)](_0x523388[_0x57bb4a(0x16b)],_0x5d5a2b['YyFIS'])||_0x5d5a2b[_0x57bb4a(0x14f)](_0x523388[_0x57bb4a(0x16b)],_0x5d5a2b[_0x57bb4a(0x165)]),_0x14160d&&(this[_0x57bb4a(0x196)][_0x57bb4a(0x198)]&&logger[_0x57bb4a(0x161)](_0x5d5a2b['aXQsP'])),this[_0x57bb4a(0x196)][_0x57bb4a(0x146)]=this['currentTest'][_0x57bb4a(0x198)],this[_0x57bb4a(0x196)][_0x57bb4a(0x198)]&&logger[_0x57bb4a(0x161)](_0x5d5a2b[_0x57bb4a(0x19c)]);}}catch(_0x5143c5){logger[_0x57bb4a(0x14c)](_0x57bb4a(0x19d)+util[_0x57bb4a(0x171)](_0x5143c5));}_0x5d5a2b['wZiSL'](_0x4efafd);})['then'](_0x4dabc5);},'afterEach'(_0x154dd9){const _0x5482f3=a32_0x5b8f03,_0x5e76c0={'IbxlF':function(_0x12d213,_0x2b9937){return _0x12d213>_0x2b9937;},'wiACY':function(_0x4266c2,_0x3f854c){return _0x4266c2===_0x3f854c;},'HVFbn':'testcase','qKreZ':_0x5482f3(0x164),'Aphkw':function(_0x348797,_0x5b080c,_0x27d60a,_0x281386){return _0x348797(_0x5b080c,_0x27d60a,_0x281386);},'ycQlp':_0x5482f3(0x179),'JRwNF':function(_0x37e953,_0x205084){return _0x37e953!==_0x205084;},'RpeYl':'passed','EJFrQ':function(_0x11b531,_0x131084,_0x3984a1){return _0x11b531(_0x131084,_0x3984a1);},'kPCIn':function(_0x116a63,_0x140e5a){return _0x116a63+_0x140e5a;},'eVuHD':_0x5482f3(0x16e),'cEJwp':_0x5482f3(0x14c),'iqhmy':function(_0x19751d,_0x371fbd,_0x21046e){return _0x19751d(_0x371fbd,_0x21046e);},'MeloV':_0x5482f3(0x148),'AqHUS':_0x5482f3(0x161),'oFvIv':_0x5482f3(0x14a),'jVHpe':_0x5482f3(0x18c),'PCTPO':_0x5482f3(0x185),'BClzz':'Performing\x20scan\x20before\x20saving\x20results','HkHxA':_0x5482f3(0x192),'DpleO':function(_0x514cdf){return _0x514cdf();},'KqfqS':function(_0x14da18,_0x33f50c,_0x6e7e3){return _0x14da18(_0x33f50c,_0x6e7e3);},'pRYQp':function(_0x14c547,_0x514969,_0x4580f1){return _0x14c547(_0x514969,_0x4580f1);},'aAoWR':_0x5482f3(0x177),'BFfcU':function(_0x6f5cfd,_0x4a4981){return _0x6f5cfd>_0x4a4981;},'akadV':function(_0x260050){return _0x260050();}},_0xc220f4='browserstack internal helper hook';this[_0x5482f3(0x155)](0xfde8);const _0x46e9ba=async(_0x34ee43,_0x516b79)=>{const _0x1ab77d=_0x5482f3;await global[_0x1ab77d(0x18d)][0x0][_0x1ab77d(0x13b)](_0x1ab77d(0x188)+_0x34ee43+',\x22level\x22:\x20\x22'+_0x516b79+_0x1ab77d(0x16a));};new Promise(async _0x38f26a=>{const _0x1a5d75=_0x5482f3;try{_0x5e76c0[_0x1a5d75(0x170)](global[_0x1a5d75(0x18d)][_0x1a5d75(0x152)],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x1a5d75(0x166)](),global[_0x1a5d75(0x168)]=[],global[_0x1a5d75(0x130)]=![]);try{if(global[_0x1a5d75(0x134)]&&_0x5e76c0[_0x1a5d75(0x143)](global[_0x1a5d75(0x190)],_0x5e76c0[_0x1a5d75(0x167)])&&global[_0x1a5d75(0x18d)][0x0]){const _0x5ee16b=_0x5e76c0[_0x1a5d75(0x170)](global[_0x1a5d75(0x159)][_0x1a5d75(0x152)],0x0)?!!global[_0x1a5d75(0x159)][0x0][_0x1a5d75(0x154)]||!!global[_0x1a5d75(0x159)][0x0][_0x5e76c0[_0x1a5d75(0x145)]]:![],_0x460f33={};_0x460f33[_0x1a5d75(0x154)]=_0x5ee16b,await _0x5e76c0[_0x1a5d75(0x14e)](percyAutoCapture,global[_0x1a5d75(0x18d)][0x0],_0x5e76c0[_0x1a5d75(0x167)],_0x460f33);}}catch(_0x3aad22){}!global[_0x1a5d75(0x17b)]&&(await global['__drivers'][0x0][_0x1a5d75(0x13b)](_0x1a5d75(0x15e)+JSON['stringify'](this[_0x1a5d75(0x196)][_0x1a5d75(0x13e)]()[_0x1a5d75(0x14d)](_0x5e76c0[_0x1a5d75(0x194)]))+'}}'),global[_0x1a5d75(0x18d)][0x0]['sessionNameSet__']=!![]);const _0x3f8e75=_0x5e76c0[_0x1a5d75(0x15a)](this[_0x1a5d75(0x196)][_0x1a5d75(0x17f)],_0x5e76c0['RpeYl']);_0x3f8e75?(global[_0x1a5d75(0x130)]=!![],global['__error_messages__'][_0x1a5d75(0x175)](this['currentTest'][_0x1a5d75(0x186)]['message']),await _0x5e76c0[_0x1a5d75(0x131)](_0x46e9ba,JSON['stringify'](_0x5e76c0[_0x1a5d75(0x16d)](_0x5e76c0['eVuHD'],this[_0x1a5d75(0x196)][_0x1a5d75(0x186)]['message'])),_0x5e76c0[_0x1a5d75(0x136)])):await _0x5e76c0[_0x1a5d75(0x144)](_0x46e9ba,JSON[_0x1a5d75(0x163)](_0x5e76c0[_0x1a5d75(0x17d)]),_0x5e76c0[_0x1a5d75(0x15f)]);}catch(_0x33a913){}try{if(this['currentTest'][_0x1a5d75(0x146)]&&globals['getGlobal'](_0x5e76c0[_0x1a5d75(0x19f)])&&globals['getGlobal'](_0x5e76c0[_0x1a5d75(0x1a1)])){logger[_0x1a5d75(0x161)](_0x5e76c0['PCTPO']);const _0x559262={};_0x559262[_0x1a5d75(0x149)]=this['currentTest']['testAnalyticsId'],_0x559262[_0x1a5d75(0x139)]=process['env'][testHubConstants['ENV_VAR'][_0x1a5d75(0x182)]],_0x559262[_0x1a5d75(0x19b)]=process[_0x1a5d75(0x12d)][testHubConstants[_0x1a5d75(0x184)]['BROWSERSTACK_TESTHUB_JWT']];const _0x10e210=_0x559262;logger[_0x1a5d75(0x177)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x1a5d75(0x163)](_0x10e210)),logger[_0x1a5d75(0x177)](_0x5e76c0[_0x1a5d75(0x17e)]),logger[_0x1a5d75(0x177)](util[_0x1a5d75(0x171)](await global[_0x1a5d75(0x18d)][0x0][_0x1a5d75(0x183)](scripts[_0x1a5d75(0x187)],{'method':global[_0x1a5d75(0x13a)]}))),await global[_0x1a5d75(0x18d)][0x0][_0x1a5d75(0x183)](scripts[_0x1a5d75(0x1a2)],_0x10e210),logger[_0x1a5d75(0x161)](_0x5e76c0['HkHxA']);}}catch(_0x35c9d2){logger[_0x1a5d75(0x14c)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x1a5d75(0x196)]['titlePath']()+_0x1a5d75(0x12c),_0x35c9d2);}try{try{if(_0x5e76c0[_0x1a5d75(0x189)](shouldProcessEventForTesthub)){global['__drivers'][0x0]&&await _0x5e76c0[_0x1a5d75(0x16c)](sendPlatformDetails,global[_0x1a5d75(0x18d)][0x0],this[_0x1a5d75(0x196)]?this[_0x1a5d75(0x196)][_0x1a5d75(0x18f)]:null);if(_0x5e76c0['DpleO'](isBrowserstackInfra)){const _0x356afa=_0x1a5d75(0x193)+Date['now']();await _0x5e76c0[_0x1a5d75(0x156)](_0x46e9ba,JSON[_0x1a5d75(0x163)](_0x356afa),_0x5e76c0[_0x1a5d75(0x158)]);}}}catch{}_0x5e76c0['BFfcU'](global[_0x1a5d75(0x18d)][0x0][_0x1a5d75(0x176)],0x0)&&await global['driverCleanup']();}catch(_0xc90ef6){}_0x5e76c0[_0x1a5d75(0x1a0)](_0x38f26a);})[_0x5482f3(0x178)](()=>_0x154dd9());},'afterAll'(_0x9d3375){const _0x11c31b=a32_0x5b8f03,_0xde34f1={'Pnrqu':function(_0x3211dd){return _0x3211dd();}},_0x16a83f='browserstack internal helper hook';this[_0x11c31b(0x155)](0xfde8),new Promise(async _0x163156=>{const _0xb5b699=_0x11c31b;PerformanceTester[_0xb5b699(0x18a)](),await global[_0xb5b699(0x16f)](),_0xde34f1[_0xb5b699(0x172)](_0x163156);})[_0x11c31b(0x178)](()=>_0x9d3375());}};
1
+ const a32_0x4a8737=a32_0x17da;function a32_0x50dc(){const _0x2ea7e4=['currentTest','testcase','dWoKd','executeAsyncScript','HqhHi','OKvXm','../../helpers/accessibility-automation/helper','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','jaABw','3102232kbAphf','isArray','timeout','yLLjn','856134CYoRHI','quitCount_','TjoQo','env','\x20-\x20','15eaKOCW','IHQVf','shift','rqelr','winstonLogger','sessionNameSet__','protocol','CFXEM','VQPYW','thTestRunUuid','WzhCK','capabilities','73176mnTSQx','format','../../helpers/logger','initQuit','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','__error_messages__','../../helpers/performance-tester','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','error','4266153VkkZMQ','err','debug','Popnr','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','browserstackSessionName','getGlobal','svDBu','util','Automate\x20test\x20case\x20execution\x20has\x20started.','../../helpers/testhub/utils','cLqGU','qciwi','__drivers','../../helpers/globals','Mnxxq','then','testAnalyticsId','lEYeq','20KaxJZY','failed','../../helpers/testhub/constants','../../helpers/helper','dlkEP','1551GWbvTK','message','http:','zTwUu','driverCleanup','AuoNO','accessibilityScanStarted','percyCaptureMode','VcGcg','__skipSessionName','join','push','appium:app','__sessionFailed','bstackA11yShouldScan','iQcdO','app','info','LOCfd','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','RClta','stringify','../../helpers/accessibility-automation/scripts','startMonitoring','setGlobal',',\x22level\x22:\x20\x22','isAccessibilityPlatform','ObservabilitySync:','length','2TmFTrq','ENV_VAR','bJcnU','10yxrFkT','XMCIX','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','performScan','BROWSERSTACK_TESTHUB_UUID','Failed:\x20','state','PWDgL','\x22}}','shouldScanTestForAccessibility','UDHfg','Failed\x20to\x20store\x20session\x20name:\x20','114085BLDIXA','../../helpers/percy/utils','session_','./test-observability/mochaUtils','KDeXk','176043tSEYDo','rSMTB','\x20|\x20','BROWSERSTACK_TESTHUB_JWT','thJwtToken','HczdS','titlePath','144067Djgiwy','passed','SHeof','percy','yhFnR','VSxRs','Performing\x20scan\x20before\x20saving\x20results','JjcDH','Gzaul'];a32_0x50dc=function(){return _0x2ea7e4;};return a32_0x50dc();}(function(_0x5ce09f,_0x3263e7){const _0x482ead=a32_0x17da,_0x48aeb5=_0x5ce09f();while(!![]){try{const _0x4e87dc=parseInt(_0x482ead(0x1e5))/0x1*(parseInt(_0x482ead(0x1d6))/0x2)+parseInt(_0x482ead(0x1ea))/0x3*(-parseInt(_0x482ead(0x1b4))/0x4)+parseInt(_0x482ead(0x20c))/0x5*(-parseInt(_0x482ead(0x207))/0x6)+parseInt(_0x482ead(0x1f1))/0x7+-parseInt(_0x482ead(0x203))/0x8+-parseInt(_0x482ead(0x1a1))/0x9*(-parseInt(_0x482ead(0x1d9))/0xa)+-parseInt(_0x482ead(0x1b9))/0xb*(-parseInt(_0x482ead(0x198))/0xc);if(_0x4e87dc===_0x3263e7)break;else _0x48aeb5['push'](_0x48aeb5['shift']());}catch(_0x4e2f65){_0x48aeb5['push'](_0x48aeb5['shift']());}}}(a32_0x50dc,0x57b52));const util=require(a32_0x4a8737(0x1a9)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x4a8737(0x200)),{percyAutoCapture}=require(a32_0x4a8737(0x1e6)),{sendPlatformDetails}=require(a32_0x4a8737(0x1e8)),{isBrowserstackInfra,markSessionStatus}=require(a32_0x4a8737(0x1b7)),PerformanceTester=require(a32_0x4a8737(0x19e)),scripts=require(a32_0x4a8737(0x1cf)),globals=require(a32_0x4a8737(0x1af)),logger=require(a32_0x4a8737(0x19a))[a32_0x4a8737(0x210)],{shouldProcessEventForTesthub}=require(a32_0x4a8737(0x1ab)),testHubConstants=require(a32_0x4a8737(0x1b6));function a32_0x17da(_0x3e5203,_0x422d5c){const _0x50dc01=a32_0x50dc();return a32_0x17da=function(_0x17da47,_0x289568){_0x17da47=_0x17da47-0x198;let _0x5a5670=_0x50dc01[_0x17da47];return _0x5a5670;},a32_0x17da(_0x3e5203,_0x422d5c);}exports['mochaHooks']={'beforeAll'(){const _0x3bf335=a32_0x4a8737,_0x21fb63={'Gzaul':function(_0x2d399a,_0xe383f1,_0x286ae3,_0x29e83d){return _0x2d399a(_0xe383f1,_0x286ae3,_0x29e83d);},'dPmzy':_0x3bf335(0x1b5),'RClta':_0x3bf335(0x1ec),'qciwi':function(_0xfdc7a9,_0x1910a3,_0x561286){return _0xfdc7a9(_0x1910a3,_0x561286);},'PWDgL':_0x3bf335(0x1f2),'TKIkx':function(_0x3e23be){return _0x3e23be();}};PerformanceTester[_0x3bf335(0x1d0)]();const _0x562d67='browserstack internal helper hook';global[_0x3bf335(0x19d)]=[],global[_0x3bf335(0x1c6)]=![],global[_0x3bf335(0x1bd)]=async()=>{const _0x54b296=_0x3bf335;let _0x22b031=![];try{await global[_0x54b296(0x1ae)][0x0][_0x54b296(0x1e7)],_0x22b031=!![],global[_0x54b296(0x1c6)]?await _0x21fb63[_0x54b296(0x1f9)](markSessionStatus,global[_0x54b296(0x1ae)][0x0],_0x21fb63['dPmzy'],global[_0x54b296(0x19d)]['join'](_0x21fb63[_0x54b296(0x1cd)])):await _0x21fb63[_0x54b296(0x1ad)](markSessionStatus,global[_0x54b296(0x1ae)][0x0],_0x21fb63[_0x54b296(0x1e0)]);}catch(_0x41f82c){}global[_0x54b296(0x19d)]=[],global[_0x54b296(0x1c6)]=![];if(_0x22b031)try{try{_0x21fb63['TKIkx'](shouldProcessEventForTesthub)&&(global[_0x54b296(0x1ae)][0x0]&&await _0x21fb63[_0x54b296(0x1ad)](sendPlatformDetails,global[_0x54b296(0x1ae)][0x0],this['currentTest']?this['currentTest']['testAnalyticsId']:null));}catch{}await global[_0x54b296(0x1ae)][0x0][_0x54b296(0x19b)]();}catch(_0x4b0a4a){}};},'beforeEach'(_0x46a1f0){const _0x357ffd=a32_0x4a8737,_0x308651={'iQcdO':function(_0x5f0aa2,_0x5efbf3){return _0x5f0aa2>_0x5efbf3;},'lEYeq':function(_0x478292,_0x2a9cc5){return _0x478292>_0x2a9cc5;},'VSxRs':_0x357ffd(0x20b),'UAhRF':function(_0x43a03b,_0x447afa,_0x284dba){return _0x43a03b(_0x447afa,_0x284dba);},'UDHfg':_0x357ffd(0x1c7),'yhFnR':function(_0x193875){return _0x193875();},'LOCfd':function(_0xd8c6f3,_0x2fc5c5){return _0xd8c6f3>_0x2fc5c5;},'dWoKd':_0x357ffd(0x1d3),'cLqGU':function(_0x244979,_0x1c0475){return _0x244979===_0x1c0475;},'VcGcg':_0x357ffd(0x1bb),'XMCIX':function(_0x53de04,_0x38806b){return _0x53de04===_0x38806b;},'AuoNO':'https:','bJcnU':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','KDeXk':_0x357ffd(0x1aa)};new Promise(async _0x58330d=>{const _0x3f5843=_0x357ffd,_0x41e14f='browserstack internal helper hook';let _0x410119=!![];try{_0x308651[_0x3f5843(0x1c8)](global[_0x3f5843(0x1ae)][_0x3f5843(0x1d5)],0x1)&&(await global['driverCleanup'](),global[_0x3f5843(0x1ae)][_0x3f5843(0x20e)]()),_0x308651[_0x3f5843(0x1b3)](global[_0x3f5843(0x1ae)][0x0][_0x3f5843(0x208)],0x0)&&(_0x410119=![],await global[_0x3f5843(0x1bd)]());}catch{}try{Array[_0x3f5843(0x204)](global[_0x3f5843(0x1ae)])&&global['__drivers'][0x0]&&(global[_0x3f5843(0x1ae)][0x0][_0x3f5843(0x1a6)]=this['currentTest'][_0x3f5843(0x1f0)]()[_0x3f5843(0x1c3)](_0x308651[_0x3f5843(0x1f6)])),global['browserstackSessionName']=this[_0x3f5843(0x1fa)][_0x3f5843(0x1f0)]()[_0x3f5843(0x1c3)](_0x308651[_0x3f5843(0x1f6)]);}catch(_0x456c88){logger[_0x3f5843(0x1a3)](_0x3f5843(0x1e4)+_0x456c88);}this[_0x3f5843(0x1fa)]['shouldScanTestForAccessibility']=_0x308651['UAhRF'](shouldScanTestForAccessibility,this[_0x3f5843(0x1fa)]['titlePath'](),!![]),globals[_0x3f5843(0x1d1)](_0x308651[_0x3f5843(0x1e3)],this[_0x3f5843(0x1fa)][_0x3f5843(0x1e2)]),this[_0x3f5843(0x1fa)][_0x3f5843(0x1bf)]=!![];if(_0x308651[_0x3f5843(0x1f5)](isAccessibilityAutomationSession)&&_0x410119&&Array['isArray'](global[_0x3f5843(0x1ae)])&&_0x308651[_0x3f5843(0x1cb)](global[_0x3f5843(0x1ae)][_0x3f5843(0x1d5)],0x0)&&globals[_0x3f5843(0x1a7)](_0x308651[_0x3f5843(0x1fc)]))try{const _0x1941d9=await global[_0x3f5843(0x1ae)][0x0][_0x3f5843(0x1e7)];if(_0x1941d9){let _0x1955dc=!![];const _0x31371c=await global[_0x3f5843(0x1ae)][0x0]['getCurrentUrl']();let _0x2c1d22;try{_0x2c1d22=new URL(_0x31371c);}catch(_0x31fbe){_0x1955dc=![];}_0x1955dc=_0x308651[_0x3f5843(0x1ac)](_0x2c1d22[_0x3f5843(0x212)],_0x308651[_0x3f5843(0x1c1)])||_0x308651[_0x3f5843(0x1da)](_0x2c1d22[_0x3f5843(0x212)],_0x308651[_0x3f5843(0x1be)]),_0x1955dc&&(this[_0x3f5843(0x1fa)][_0x3f5843(0x1e2)]&&logger[_0x3f5843(0x1ca)](_0x308651[_0x3f5843(0x1d8)])),this[_0x3f5843(0x1fa)][_0x3f5843(0x1bf)]=this[_0x3f5843(0x1fa)][_0x3f5843(0x1e2)],this[_0x3f5843(0x1fa)][_0x3f5843(0x1e2)]&&logger[_0x3f5843(0x1ca)](_0x308651[_0x3f5843(0x1e9)]);}}catch(_0x2a5d43){logger[_0x3f5843(0x1a0)](_0x3f5843(0x201)+util[_0x3f5843(0x199)](_0x2a5d43));}_0x308651[_0x3f5843(0x1f5)](_0x58330d);})[_0x357ffd(0x1b1)](_0x46a1f0);},'afterEach'(_0x35d7bd){const _0x200a57=a32_0x4a8737,_0x58ab15={'HczdS':function(_0x15946a,_0x83564f){return _0x15946a>_0x83564f;},'OHDAh':function(_0x1fdbab,_0x11d5e2){return _0x1fdbab===_0x11d5e2;},'WzhCK':_0x200a57(0x1fb),'Mnxxq':_0x200a57(0x1c5),'VQPYW':function(_0x35ddf5,_0x527776,_0x1c7ca5,_0x4cfe6c){return _0x35ddf5(_0x527776,_0x1c7ca5,_0x4cfe6c);},'TjoQo':'\x20-\x20','CFXEM':function(_0x987eb3,_0x16f080){return _0x987eb3!==_0x16f080;},'gHnFr':_0x200a57(0x1f2),'zTwUu':function(_0xc43afb,_0x35f8f4,_0x3e5de1){return _0xc43afb(_0x35f8f4,_0x3e5de1);},'jaABw':function(_0x1223e4,_0x248c90){return _0x1223e4+_0x248c90;},'IHQVf':_0x200a57(0x1de),'PPPwG':_0x200a57(0x1a0),'OKvXm':function(_0x2f1e60,_0x11c07b,_0x1dbc10){return _0x2f1e60(_0x11c07b,_0x1dbc10);},'dlkEP':'Passed','SHeof':_0x200a57(0x1ca),'svDBu':'isAccessibilityPlatform','rSMTB':_0x200a57(0x1c7),'pEIur':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','uWqHh':_0x200a57(0x1f7),'JjcDH':_0x200a57(0x1db),'gPgOa':function(_0x46cad5){return _0x46cad5();},'yLLjn':function(_0x14cc8b){return _0x14cc8b();},'Popnr':_0x200a57(0x1a3),'VsdBD':function(_0x4f6d2f,_0x87a3f6){return _0x4f6d2f>_0x87a3f6;},'rqelr':function(_0x4d69e6){return _0x4d69e6();}},_0x294548='browserstack internal helper hook';this['timeout'](0xfde8);const _0x3cd822=async(_0x432425,_0xa76f26)=>{const _0x57795c=_0x200a57;await global[_0x57795c(0x1ae)][0x0]['executeScript'](_0x57795c(0x19f)+_0x432425+_0x57795c(0x1d2)+_0xa76f26+_0x57795c(0x1e1));};new Promise(async _0x145cfc=>{const _0x165715=_0x200a57;try{_0x58ab15['HczdS'](global[_0x165715(0x1ae)]['length'],0x1)&&(await global[_0x165715(0x1bd)](),global[_0x165715(0x1ae)][_0x165715(0x20e)](),global['__error_messages__']=[],global[_0x165715(0x1c6)]=![]);try{if(global[_0x165715(0x1f4)]&&_0x58ab15['OHDAh'](global[_0x165715(0x1c0)],_0x58ab15['WzhCK'])&&global['__drivers'][0x0]){const _0x4e9675=_0x58ab15[_0x165715(0x1ef)](global['capabilities']['length'],0x0)?!!global[_0x165715(0x217)][0x0][_0x165715(0x1c9)]||!!global[_0x165715(0x217)][0x0][_0x58ab15[_0x165715(0x1b0)]]:![],_0x528928={};_0x528928[_0x165715(0x1c9)]=_0x4e9675,await _0x58ab15[_0x165715(0x214)](percyAutoCapture,global[_0x165715(0x1ae)][0x0],_0x58ab15[_0x165715(0x216)],_0x528928);}}catch(_0x57602a){}!global[_0x165715(0x1c2)]&&(await global[_0x165715(0x1ae)][0x0]['executeScript'](_0x165715(0x19c)+JSON[_0x165715(0x1ce)](this[_0x165715(0x1fa)][_0x165715(0x1f0)]()['join'](_0x58ab15[_0x165715(0x209)]))+'}}'),global[_0x165715(0x1ae)][0x0][_0x165715(0x211)]=!![]);const _0x3ed96a=_0x58ab15[_0x165715(0x213)](this[_0x165715(0x1fa)][_0x165715(0x1df)],_0x58ab15['gHnFr']);_0x3ed96a?(global[_0x165715(0x1c6)]=!![],global[_0x165715(0x19d)][_0x165715(0x1c4)](this[_0x165715(0x1fa)][_0x165715(0x1a2)][_0x165715(0x1ba)]),await _0x58ab15[_0x165715(0x1bc)](_0x3cd822,JSON[_0x165715(0x1ce)](_0x58ab15[_0x165715(0x202)](_0x58ab15[_0x165715(0x20d)],this['currentTest']['err'][_0x165715(0x1ba)])),_0x58ab15['PPPwG'])):await _0x58ab15[_0x165715(0x1ff)](_0x3cd822,JSON['stringify'](_0x58ab15[_0x165715(0x1b8)]),_0x58ab15[_0x165715(0x1f3)]);}catch(_0x4188d6){}try{if(this['currentTest'][_0x165715(0x1bf)]&&globals['getGlobal'](_0x58ab15[_0x165715(0x1a8)])&&globals['getGlobal'](_0x58ab15[_0x165715(0x1eb)])){logger[_0x165715(0x1ca)](_0x58ab15['pEIur']);const _0x39bb18={};_0x39bb18[_0x165715(0x215)]=this['currentTest'][_0x165715(0x1b2)],_0x39bb18['thBuildUuid']=process['env'][testHubConstants[_0x165715(0x1d7)][_0x165715(0x1dd)]],_0x39bb18[_0x165715(0x1ee)]=process[_0x165715(0x20a)][testHubConstants[_0x165715(0x1d7)][_0x165715(0x1ed)]];const _0x75171=_0x39bb18;logger[_0x165715(0x1a3)](_0x165715(0x1a5)+JSON[_0x165715(0x1ce)](_0x75171)),logger['debug'](_0x58ab15['uWqHh']),logger['debug'](util[_0x165715(0x199)](await global[_0x165715(0x1ae)][0x0][_0x165715(0x1fd)](scripts[_0x165715(0x1dc)],{'method':global[_0x165715(0x1a6)]}))),await global[_0x165715(0x1ae)][0x0][_0x165715(0x1fd)](scripts['saveTestResults'],_0x75171),logger[_0x165715(0x1ca)](_0x58ab15[_0x165715(0x1f8)]);}}catch(_0x5cbefd){logger[_0x165715(0x1a0)](_0x165715(0x1cc)+this[_0x165715(0x1fa)][_0x165715(0x1f0)]()+'.\x20Error\x20:',_0x5cbefd);}try{try{if(_0x58ab15['gPgOa'](shouldProcessEventForTesthub)){global[_0x165715(0x1ae)][0x0]&&await _0x58ab15['zTwUu'](sendPlatformDetails,global[_0x165715(0x1ae)][0x0],this[_0x165715(0x1fa)]?this[_0x165715(0x1fa)][_0x165715(0x1b2)]:null);if(_0x58ab15[_0x165715(0x206)](isBrowserstackInfra)){const _0x5076b4=_0x165715(0x1d4)+Date['now']();await _0x58ab15['zTwUu'](_0x3cd822,JSON[_0x165715(0x1ce)](_0x5076b4),_0x58ab15[_0x165715(0x1a4)]);}}}catch{}_0x58ab15['VsdBD'](global['__drivers'][0x0][_0x165715(0x208)],0x0)&&await global[_0x165715(0x1bd)]();}catch(_0x508dbe){}_0x58ab15[_0x165715(0x20f)](_0x145cfc);})[_0x200a57(0x1b1)](()=>_0x35d7bd());},'afterAll'(_0x5edf77){const _0x5ab967=a32_0x4a8737,_0x319221={'HqhHi':function(_0x1043be){return _0x1043be();}},_0xad9790='browserstack internal helper hook';this[_0x5ab967(0x205)](0xfde8),new Promise(async _0x189205=>{const _0x56a33d=_0x5ab967;PerformanceTester['stopMonitoring'](),await global[_0x56a33d(0x1bd)](),_0x319221[_0x56a33d(0x1fe)](_0x189205);})['then'](()=>_0x5edf77());}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a33_0x5cbca4=a33_0x1224;function a33_0x1224(_0xe084bb,_0x548a6f){const _0x53576d=a33_0x5357();return a33_0x1224=function(_0x12244f,_0x4b362c){_0x12244f=_0x12244f-0x13c;let _0xc2f413=_0x53576d[_0x12244f];return _0xc2f413;},a33_0x1224(_0xe084bb,_0x548a6f);}(function(_0x3be163,_0x4e952d){const _0x2de3a3=a33_0x1224,_0x5732af=_0x3be163();while(!![]){try{const _0x11b501=-parseInt(_0x2de3a3(0x14c))/0x1*(-parseInt(_0x2de3a3(0x152))/0x2)+parseInt(_0x2de3a3(0x171))/0x3+parseInt(_0x2de3a3(0x14d))/0x4+parseInt(_0x2de3a3(0x16f))/0x5+parseInt(_0x2de3a3(0x13e))/0x6+parseInt(_0x2de3a3(0x14b))/0x7+-parseInt(_0x2de3a3(0x17b))/0x8;if(_0x11b501===_0x4e952d)break;else _0x5732af['push'](_0x5732af['shift']());}catch(_0x9b8842){_0x5732af['push'](_0x5732af['shift']());}}}(a33_0x5357,0xaf846));function a33_0x5357(){const _0x488bd2=['33538944qqZZxq','ZfdML','split','winstonLogger','hub.browserstack.com','UIEdv','platforms','host','aNFoe','kbYPA','553272EkUxEw','--config','cNWme','useW3C','Getting\x20your\x20nightwatch\x20configs\x20from\x20','cwd','eOagm','../../helpers/helper','unlinkSync','env','nightwatch.json','map','../../helpers/logger','2323531VIwhTN','880886tzJhtl','5333544dMyVaa','selenium','qHyFx','VJAvl','trim','2CwzsVp','platform','config','exports','port','../../helpers/BrowserStackSetup','length','qkfjU','findIndex','test_settings','test','--env','info','webdriver','UZUjr','forEach','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','nightwatch.cmd','join','wcqsR','now','mergeDeep','pFTbj','desiredCapabilities','splice','existsSync','SzTPt','YhykB','writeFileSync','6990235ZRZkaT','child\x20process\x20exited\x20with\x20code\x20','2624466NZWWOD','slice','tfbEV','ipptl','OOyBC','gaDzp','push','child_process','isUndefined','stringify'];a33_0x5357=function(){return _0x488bd2;};return a33_0x5357();}const fs=require('fs'),path=require('path'),{spawn}=require(a33_0x5cbca4(0x178)),logger=require(a33_0x5cbca4(0x14a))[a33_0x5cbca4(0x17e)],{default:BrowserStackSetup}=require(a33_0x5cbca4(0x157)),helper=require(a33_0x5cbca4(0x145)),constants=require('../utils/constants'),getUserNightwatchConfigs=(_0x39d2e7,_0xf168b6)=>{const _0x3eca1d=a33_0x5cbca4,_0x121150={'eOagm':'nightwatch.conf.js','SzTPt':_0x3eca1d(0x148),'gaDzp':function(_0xd60a37,_0xb1961f){return _0xd60a37(_0xb1961f);},'aNFoe':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x19ab9a=null,_0x3926d8={};const _0x109c24=_0xf168b6[_0x3eca1d(0x15a)](_0x47d446=>_0x47d446==='--config');if(!helper[_0x3eca1d(0x179)](_0x39d2e7[_0x3eca1d(0x154)])&&fs['existsSync'](path[_0x3eca1d(0x164)](process['cwd'](),_0x39d2e7[_0x3eca1d(0x154)])))_0x19ab9a=path[_0x3eca1d(0x164)](process[_0x3eca1d(0x143)](),_0x39d2e7['config']),_0xf168b6['splice'](_0x109c24,0x2);else{if(fs[_0x3eca1d(0x16b)](path[_0x3eca1d(0x164)](process[_0x3eca1d(0x143)](),_0x121150[_0x3eca1d(0x144)])))_0x19ab9a=path['join'](process[_0x3eca1d(0x143)](),_0x121150['eOagm']);else fs[_0x3eca1d(0x16b)](path[_0x3eca1d(0x164)](process[_0x3eca1d(0x143)](),_0x121150[_0x3eca1d(0x16c)]))&&(_0x19ab9a=path[_0x3eca1d(0x164)](process[_0x3eca1d(0x143)](),_0x121150[_0x3eca1d(0x16c)]));}return _0x19ab9a?(logger['info'](_0x3eca1d(0x142)+_0x19ab9a),_0x3926d8=_0x121150[_0x3eca1d(0x176)](require,_0x19ab9a)):logger[_0x3eca1d(0x15e)](_0x121150[_0x3eca1d(0x13c)]),_0x3926d8;},removeExistingEnvs=_0x414b6a=>{const _0x24af14=a33_0x5cbca4,_0x37d5b0={};_0x37d5b0[_0x24af14(0x174)]=function(_0x3759cf,_0x288e85){return _0x3759cf>_0x288e85;};const _0x5897d7=_0x37d5b0;let _0x1bb063=_0x414b6a[_0x24af14(0x15a)](_0x4a6040=>_0x4a6040===_0x24af14(0x15d));_0x5897d7[_0x24af14(0x174)](_0x1bb063,-0x1)&&_0x414b6a['splice'](_0x1bb063,0x2),_0x1bb063=_0x414b6a[_0x24af14(0x15a)](_0x2768fa=>_0x2768fa==='-e'),_0x5897d7[_0x24af14(0x174)](_0x1bb063,-0x1)&&_0x414b6a[_0x24af14(0x16a)](_0x1bb063,0x2);};function run(_0x5078be,_0x1dc1d5){const _0x614859=a33_0x5cbca4,_0x4ebfd1={'pFTbj':'nightwatch','qkfjU':function(_0x3bd91e,_0xd6a37a){return _0x3bd91e+_0xd6a37a;},'cNWme':_0x614859(0x15b),'VJAvl':function(_0x153cbc,_0x255361,_0x32d528){return _0x153cbc(_0x255361,_0x32d528);},'OOyBC':_0x614859(0x17f),'mHEJv':_0x614859(0x162),'UIEdv':function(_0x33681f,_0x4fb843){return _0x33681f===_0x4fb843;},'ZfdML':'nightwatch-browserstack.json','qHyFx':function(_0x219eb3,_0x48a588){return _0x219eb3(_0x48a588);},'wcqsR':function(_0x1be782,_0x454981,_0x13694e,_0x4d68f6){return _0x1be782(_0x454981,_0x13694e,_0x4d68f6);},'tfbEV':_0x614859(0x163),'LbHDa':_0x614859(0x13f),'UZUjr':_0x614859(0x15d),'kbYPA':'inherit','YhykB':'close'},_0x3b5a33=new BrowserStackSetup(_0x5078be);if(!_0x3b5a33[_0x614859(0x154)])return;const _0x3fe13b=_0x4ebfd1[_0x614859(0x150)](getUserNightwatchConfigs,_0x5078be,_0x1dc1d5),_0x354b64={};_0x354b64['start_process']=![];const _0x5b114e={};_0x5b114e[_0x614859(0x182)]=_0x4ebfd1[_0x614859(0x175)],_0x5b114e[_0x614859(0x156)]=0x1bb;const _0x54519b={};_0x54519b[_0x614859(0x15f)]=_0x354b64,_0x54519b[_0x614859(0x14e)]=_0x5b114e;const _0x48a11b=_0x54519b;logger[_0x614859(0x15e)](_0x4ebfd1['mHEJv']);const _0x820075={..._0x3fe13b},_0x497421=_0x820075,_0x20fa04=helper[_0x614859(0x141)](_0x3b5a33[_0x614859(0x154)]),_0x254b00=[];_0x3b5a33[_0x614859(0x154)][_0x614859(0x181)]['forEach']((_0xeb2de8,_0x1d36cb)=>{const _0x2a3774=_0x614859;_0x20fa04?_0x254b00[_0x2a3774(0x177)](helper['modifyBrowserStackW3CCaps'](_0x3b5a33[_0x2a3774(0x154)],_0x4ebfd1[_0x2a3774(0x168)],_0x1d36cb)):_0x254b00[_0x2a3774(0x177)](helper['modifyBrowserStackCaps'](_0x3b5a33['config'],_0x4ebfd1[_0x2a3774(0x168)],_0x1d36cb));});const _0x41e0eb={},_0x5724e4=[];_0x5078be[_0x614859(0x147)]=_0x5078be[_0x614859(0x147)]||_0x5078be['e'];const _0x5959a1=_0x5078be[_0x614859(0x147)]?_0x5078be[_0x614859(0x147)]['trim']()[_0x614859(0x17d)](',')[_0x614859(0x149)](_0x149776=>_0x149776[_0x614859(0x151)]())['filter'](_0x39076f=>_0x39076f!==''):[''];_0x4ebfd1[_0x614859(0x180)](_0x5959a1[_0x614859(0x158)],0x0)&&_0x5959a1[_0x614859(0x177)]('');_0x5959a1[_0x614859(0x161)](_0x2ce945=>{_0x254b00['forEach'](_0x317c05=>{const _0x526fc6=a33_0x1224;let _0x11faf9=_0x4ebfd1[_0x526fc6(0x159)](helper['getPlatformName'](_0x317c05,'_'),'_'+Date[_0x526fc6(0x166)]());_0x2ce945&&(_0x11faf9+='_'+_0x2ce945);if(_0x2ce945&&(!_0x3fe13b[_0x4ebfd1[_0x526fc6(0x140)]]||!_0x3fe13b[_0x4ebfd1[_0x526fc6(0x140)]][_0x2ce945]))return;const _0x365865={..._0x48a11b};_0x365865[_0x526fc6(0x169)]=_0x317c05;const _0x47f5ec=_0x365865;_0x41e0eb[_0x11faf9]=_0x2ce945?helper[_0x526fc6(0x167)](_0x3fe13b[_0x4ebfd1[_0x526fc6(0x140)]][_0x2ce945],_0x47f5ec):_0x47f5ec,_0x5724e4['push'](_0x11faf9);});});!_0x497421[_0x614859(0x15b)]&&(_0x497421[_0x614859(0x15b)]={});_0x497421[_0x614859(0x15b)]={..._0x497421[_0x614859(0x15b)],..._0x41e0eb};const _0x302f29=path[_0x614859(0x164)](__dirname,_0x4ebfd1[_0x614859(0x17c)]);fs[_0x614859(0x16e)](_0x302f29,JSON[_0x614859(0x17a)](_0x497421)),_0x4ebfd1[_0x614859(0x14f)](removeExistingEnvs,_0x1dc1d5);const _0x4c3e91=_0x4ebfd1[_0x614859(0x165)](spawn,/^win/[_0x614859(0x15c)](process[_0x614859(0x153)])?_0x4ebfd1[_0x614859(0x173)]:_0x4ebfd1[_0x614859(0x168)],[_0x4ebfd1['LbHDa'],_0x302f29,..._0x1dc1d5[_0x614859(0x172)](0x1),_0x4ebfd1[_0x614859(0x160)],_0x5724e4[_0x614859(0x164)](',')],{'stdio':_0x4ebfd1[_0x614859(0x13d)]});_0x4c3e91['on'](_0x4ebfd1[_0x614859(0x16d)],async _0x234966=>{const _0x569d0b=_0x614859;logger['debug'](_0x569d0b(0x170)+_0x234966),logger[_0x569d0b(0x15e)]('Deleting\x20'+_0x302f29),fs[_0x569d0b(0x146)](_0x302f29);});}module[a33_0x5cbca4(0x155)]=run;
2
+ 'use strict';const a33_0x2f5574=a33_0x38ac;function a33_0x38ac(_0x2c5bc5,_0x293cf2){const _0x21aa98=a33_0x21aa();return a33_0x38ac=function(_0x38ac62,_0x57a50a){_0x38ac62=_0x38ac62-0x1ad;let _0x4f2995=_0x21aa98[_0x38ac62];return _0x4f2995;},a33_0x38ac(_0x2c5bc5,_0x293cf2);}(function(_0x32fd3d,_0x53b4d5){const _0xfa087b=a33_0x38ac,_0x54dbd0=_0x32fd3d();while(!![]){try{const _0x711496=parseInt(_0xfa087b(0x1e1))/0x1*(parseInt(_0xfa087b(0x1dc))/0x2)+-parseInt(_0xfa087b(0x1b5))/0x3*(parseInt(_0xfa087b(0x1c5))/0x4)+-parseInt(_0xfa087b(0x1cf))/0x5*(-parseInt(_0xfa087b(0x1c2))/0x6)+-parseInt(_0xfa087b(0x1ba))/0x7*(-parseInt(_0xfa087b(0x1ed))/0x8)+-parseInt(_0xfa087b(0x1d6))/0x9+parseInt(_0xfa087b(0x1c1))/0xa*(parseInt(_0xfa087b(0x1ff))/0xb)+parseInt(_0xfa087b(0x1f6))/0xc*(-parseInt(_0xfa087b(0x1be))/0xd);if(_0x711496===_0x53b4d5)break;else _0x54dbd0['push'](_0x54dbd0['shift']());}catch(_0x2321d8){_0x54dbd0['push'](_0x54dbd0['shift']());}}}(a33_0x21aa,0xdfb2f));const fs=require('fs'),path=require(a33_0x2f5574(0x1d7)),{spawn}=require(a33_0x2f5574(0x1e3)),logger=require('../../helpers/logger')[a33_0x2f5574(0x200)],{default:BrowserStackSetup}=require(a33_0x2f5574(0x1f5)),helper=require('../../helpers/helper'),constants=require(a33_0x2f5574(0x1f0)),getUserNightwatchConfigs=(_0xdb6a1,_0x5c2c24)=>{const _0x3b0d50=a33_0x2f5574,_0xfb6bff={'QTDIq':_0x3b0d50(0x1c6),'qIVwn':_0x3b0d50(0x1e0),'XfyKp':function(_0x18d2a8,_0x8f84b0){return _0x18d2a8(_0x8f84b0);},'oOjUM':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x5a8c7a=null,_0x2d202d={};const _0x29312e=_0x5c2c24['findIndex'](_0x3965bd=>_0x3965bd==='--config');if(!helper[_0x3b0d50(0x1fc)](_0xdb6a1[_0x3b0d50(0x1ee)])&&fs[_0x3b0d50(0x1ca)](path[_0x3b0d50(0x1b8)](process[_0x3b0d50(0x1bc)](),_0xdb6a1['config'])))_0x5a8c7a=path[_0x3b0d50(0x1b8)](process[_0x3b0d50(0x1bc)](),_0xdb6a1[_0x3b0d50(0x1ee)]),_0x5c2c24[_0x3b0d50(0x1ad)](_0x29312e,0x2);else{if(fs['existsSync'](path[_0x3b0d50(0x1b8)](process[_0x3b0d50(0x1bc)](),_0xfb6bff[_0x3b0d50(0x1e9)])))_0x5a8c7a=path[_0x3b0d50(0x1b8)](process[_0x3b0d50(0x1bc)](),_0xfb6bff[_0x3b0d50(0x1e9)]);else fs[_0x3b0d50(0x1ca)](path['join'](process['cwd'](),_0xfb6bff[_0x3b0d50(0x1d0)]))&&(_0x5a8c7a=path[_0x3b0d50(0x1b8)](process[_0x3b0d50(0x1bc)](),_0xfb6bff['qIVwn']));}return _0x5a8c7a?(logger[_0x3b0d50(0x1c3)](_0x3b0d50(0x1de)+_0x5a8c7a),_0x2d202d=_0xfb6bff[_0x3b0d50(0x1df)](require,_0x5a8c7a)):logger[_0x3b0d50(0x1c3)](_0xfb6bff[_0x3b0d50(0x1b7)]),_0x2d202d;},removeExistingEnvs=_0x21c141=>{const _0x322505=a33_0x2f5574,_0x1c2878={};_0x1c2878[_0x322505(0x1e7)]=function(_0x14504b,_0x3f871a){return _0x14504b>_0x3f871a;},_0x1c2878[_0x322505(0x1f8)]=function(_0x1ad27d,_0x34300b){return _0x1ad27d>_0x34300b;};const _0x4e1fd4=_0x1c2878;let _0x466702=_0x21c141[_0x322505(0x1fa)](_0x40e233=>_0x40e233==='--env');_0x4e1fd4[_0x322505(0x1e7)](_0x466702,-0x1)&&_0x21c141[_0x322505(0x1ad)](_0x466702,0x2),_0x466702=_0x21c141['findIndex'](_0xbc5e6d=>_0xbc5e6d==='-e'),_0x4e1fd4[_0x322505(0x1f8)](_0x466702,-0x1)&&_0x21c141['splice'](_0x466702,0x2);};function a33_0x21aa(){const _0x29f53a=['stringify','Dgnjm','now','6342435UQxfTU','path','modifyBrowserStackCaps','FmgPj','modifyBrowserStackW3CCaps','wExZr','1703634PpiFQl','split','Getting\x20your\x20nightwatch\x20configs\x20from\x20','XfyKp','nightwatch.json','2zPFnhN','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','child_process','RTDWf','vGbJj','inherit','eqkFh','ykuTI','QTDIq','host','length','writeFileSync','6652472ixiWwD','config','test_settings','../utils/constants','BTzDz','port','forEach','filter','../../helpers/BrowserStackSetup','470868hsAbcF','nightwatch.cmd','JDLqx','eAQxc','findIndex','test','isUndefined','close','hub.browserstack.com','8367062wFeJDg','winstonLogger','splice','push','--config','useW3C','pDdFJ','webdriver','desiredCapabilities','--env','4107PKorQB','WPWzA','oOjUM','join','getPlatformName','14VhpfWc','platforms','cwd','debug','767PuAtNj','Deleting\x20','ZQPqV','10RRpJmH','708hvPAwt','info','trim','2940ITnMyI','nightwatch.conf.js','child\x20process\x20exited\x20with\x20code\x20','nightwatch-browserstack.json','mergeDeep','existsSync','ucPRq','selenium','qDypB','nightwatch','34530zBOExm','qIVwn','LnehX','env'];a33_0x21aa=function(){return _0x29f53a;};return a33_0x21aa();}function run(_0x42988b,_0x52cf95){const _0x256526=a33_0x2f5574,_0x91a1bd={'ucPRq':_0x256526(0x1ce),'ykuTI':function(_0x59b0ce,_0x5368c3){return _0x59b0ce+_0x5368c3;},'BZonF':_0x256526(0x1ef),'pDdFJ':function(_0x4a2c11,_0x140bfb,_0x1d269d){return _0x4a2c11(_0x140bfb,_0x1d269d);},'Dgnjm':_0x256526(0x1fe),'FmgPj':_0x256526(0x1e2),'qDypB':function(_0x2b0402,_0x1f134e){return _0x2b0402===_0x1f134e;},'eAQxc':_0x256526(0x1c8),'WPWzA':function(_0x2a0b50,_0x5ba39e){return _0x2a0b50(_0x5ba39e);},'OYDvK':function(_0x48768a,_0x4cfbc0,_0x189682,_0x42fa4f){return _0x48768a(_0x4cfbc0,_0x189682,_0x42fa4f);},'vGbJj':_0x256526(0x1f7),'QHCCd':_0x256526(0x1af),'RTDWf':_0x256526(0x1b4),'ZQPqV':_0x256526(0x1e6),'wExZr':_0x256526(0x1fd)},_0x3238c9=new BrowserStackSetup(_0x42988b);if(!_0x3238c9[_0x256526(0x1ee)])return;const _0x3ed1e1=_0x91a1bd[_0x256526(0x1b1)](getUserNightwatchConfigs,_0x42988b,_0x52cf95),_0x197724={};_0x197724['start_process']=![];const _0x309bac={};_0x309bac[_0x256526(0x1ea)]=_0x91a1bd[_0x256526(0x1d4)],_0x309bac[_0x256526(0x1f2)]=0x1bb;const _0x570cca={};_0x570cca[_0x256526(0x1b2)]=_0x197724,_0x570cca[_0x256526(0x1cc)]=_0x309bac;const _0x371e8c=_0x570cca;logger[_0x256526(0x1c3)](_0x91a1bd[_0x256526(0x1d9)]);const _0x438f2={..._0x3ed1e1},_0x3cdbf3=_0x438f2,_0x2d6b2c=helper[_0x256526(0x1b0)](_0x3238c9['config']),_0x255e8b=[];_0x3238c9[_0x256526(0x1ee)][_0x256526(0x1bb)]['forEach']((_0x2a4f72,_0x280c36)=>{const _0x1edbb4=_0x256526;_0x2d6b2c?_0x255e8b[_0x1edbb4(0x1ae)](helper[_0x1edbb4(0x1da)](_0x3238c9['config'],_0x91a1bd[_0x1edbb4(0x1cb)],_0x280c36)):_0x255e8b[_0x1edbb4(0x1ae)](helper[_0x1edbb4(0x1d8)](_0x3238c9[_0x1edbb4(0x1ee)],_0x91a1bd['ucPRq'],_0x280c36));});const _0x200388={},_0x348a35=[];_0x42988b[_0x256526(0x1d2)]=_0x42988b['env']||_0x42988b['e'];const _0x57db9c=_0x42988b[_0x256526(0x1d2)]?_0x42988b[_0x256526(0x1d2)][_0x256526(0x1c4)]()[_0x256526(0x1dd)](',')['map'](_0x59401e=>_0x59401e[_0x256526(0x1c4)]())[_0x256526(0x1f4)](_0x1a9fab=>_0x1a9fab!==''):[''];_0x91a1bd[_0x256526(0x1cd)](_0x57db9c[_0x256526(0x1eb)],0x0)&&_0x57db9c[_0x256526(0x1ae)]('');_0x57db9c[_0x256526(0x1f3)](_0xe426f6=>{const _0x3f8270=_0x256526,_0x5de886={'LnehX':function(_0x37780e,_0x21b7a3){const _0x497a28=a33_0x38ac;return _0x91a1bd[_0x497a28(0x1e8)](_0x37780e,_0x21b7a3);},'BTzDz':_0x91a1bd['BZonF']};_0x255e8b[_0x3f8270(0x1f3)](_0x3b8b03=>{const _0x4f13ac=_0x3f8270;let _0x4aca57=_0x5de886[_0x4f13ac(0x1d1)](helper[_0x4f13ac(0x1b9)](_0x3b8b03,'_'),'_'+Date[_0x4f13ac(0x1d5)]());_0xe426f6&&(_0x4aca57+='_'+_0xe426f6);if(_0xe426f6&&(!_0x3ed1e1[_0x5de886[_0x4f13ac(0x1f1)]]||!_0x3ed1e1[_0x5de886['BTzDz']][_0xe426f6]))return;const _0x523544={..._0x371e8c};_0x523544[_0x4f13ac(0x1b3)]=_0x3b8b03;const _0x6ea018=_0x523544;_0x200388[_0x4aca57]=_0xe426f6?helper[_0x4f13ac(0x1c9)](_0x3ed1e1[_0x5de886[_0x4f13ac(0x1f1)]][_0xe426f6],_0x6ea018):_0x6ea018,_0x348a35['push'](_0x4aca57);});});!_0x3cdbf3[_0x256526(0x1ef)]&&(_0x3cdbf3[_0x256526(0x1ef)]={});_0x3cdbf3['test_settings']={..._0x3cdbf3[_0x256526(0x1ef)],..._0x200388};const _0x19bcd0=path[_0x256526(0x1b8)](__dirname,_0x91a1bd[_0x256526(0x1f9)]);fs[_0x256526(0x1ec)](_0x19bcd0,JSON[_0x256526(0x1d3)](_0x3cdbf3)),_0x91a1bd[_0x256526(0x1b6)](removeExistingEnvs,_0x52cf95);const _0xc03d5f=_0x91a1bd['OYDvK'](spawn,/^win/[_0x256526(0x1fb)](process['platform'])?_0x91a1bd[_0x256526(0x1e5)]:_0x91a1bd[_0x256526(0x1cb)],[_0x91a1bd['QHCCd'],_0x19bcd0,..._0x52cf95['slice'](0x1),_0x91a1bd[_0x256526(0x1e4)],_0x348a35['join'](',')],{'stdio':_0x91a1bd[_0x256526(0x1c0)]});_0xc03d5f['on'](_0x91a1bd[_0x256526(0x1db)],async _0x5c3028=>{const _0x35a821=_0x256526;logger[_0x35a821(0x1bd)](_0x35a821(0x1c7)+_0x5c3028),logger[_0x35a821(0x1c3)](_0x35a821(0x1bf)+_0x19bcd0),fs['unlinkSync'](_0x19bcd0);});}module['exports']=run;
@@ -1 +1 @@
1
- const a34_0x259ccd=a34_0x4b80;(function(_0x993dc6,_0x317d80){const _0x3099f8=a34_0x4b80,_0x195969=_0x993dc6();while(!![]){try{const _0x387f46=parseInt(_0x3099f8(0x1bd))/0x1*(-parseInt(_0x3099f8(0x1cb))/0x2)+-parseInt(_0x3099f8(0x193))/0x3+-parseInt(_0x3099f8(0x1b5))/0x4+parseInt(_0x3099f8(0x1d9))/0x5*(-parseInt(_0x3099f8(0x1c5))/0x6)+-parseInt(_0x3099f8(0x1bf))/0x7*(parseInt(_0x3099f8(0x1d4))/0x8)+parseInt(_0x3099f8(0x19d))/0x9*(parseInt(_0x3099f8(0x1bb))/0xa)+parseInt(_0x3099f8(0x1b4))/0xb*(parseInt(_0x3099f8(0x1ba))/0xc);if(_0x387f46===_0x317d80)break;else _0x195969['push'](_0x195969['shift']());}catch(_0x2e6212){_0x195969['push'](_0x195969['shift']());}}}(a34_0x1afb,0x5be4a));const util=require('util'),logger=require('../../helpers/logger')[a34_0x259ccd(0x195)],{isAccessibilityAutomationSession}=require(a34_0x259ccd(0x186)),{isUndefined}=require(a34_0x259ccd(0x191)),scripts=require(a34_0x259ccd(0x1c2));function a34_0x1afb(){const _0x2ee6eb=['Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','name','platformValidation','GBMdM','wcagVersion','1168304LaERBE','tTWcM','accessibilityOptions.includeIssueType.bestPractice','use','deviceName','5bNsHJK','accessibilityOptions.authToken','ThPOB','testInfo','accessibilityOptions.scannerVersion','hVSgO','wsEndpoint','qTDsg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','env','project','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','No\x20summaryResults\x20found.','WFvfu','playwright-chromium','gFYoy','GxdeI','setAccessibilityCapabilities','Viqkz','browser_version','../../helpers/accessibility-automation/helper','debug','getAccessibilityResults','InWvl','tUdRK','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','ibStG','BBILs','(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','KyEjW','rKaOq','../../helpers/helper','sJLjb','1090755nXaCSa','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','winstonLogger','accessibilityOptions.scannerProcessingTimeout','TnYIH','browserStackEvaluate','nMCyz','knsKc','needsReview','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','35433mYXECJ','PSNen','warn','ajrTj','accessibilityPlatform','stringify','(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','WebDriver','uslrZ','zScxy','getAccessibilityResultsSummary','executeScript','jMPFf','accessibilityOptions','nsktt','latest','method','scannerProcessingTimeout','evaluate','replace','Playwright','No\x20accessibility\x20results\x20were\x20found.','VzrHh','55132BxTXVM','1217108rANVxy','browserName','connectOptions','parse','FdJdC','2676jNwEcW','1580TliAxL','error','7VGXkzn','includeIssueType','28ijPLmx','PYiFi','accessibilityOptions.includeIssueType.needsReview','../../helpers/accessibility-automation/scripts','accessibilityOptions.wcagVersion','browserStackExecuteDriver','4620wAideg','constructor','chrome','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','performScan','yjjzV','31584jHpgep','fBkxR','RMquY','ZEDCf'];a34_0x1afb=function(){return _0x2ee6eb;};return a34_0x1afb();}function a34_0x4b80(_0x63457b,_0x3027ba){const _0x1afb4d=a34_0x1afb();return a34_0x4b80=function(_0x4b80d3,_0xabd06b){_0x4b80d3=_0x4b80d3-0x176;let _0x2f34b0=_0x1afb4d[_0x4b80d3];return _0x2f34b0;},a34_0x4b80(_0x63457b,_0x3027ba);}exports['browserStackEvaluate']=async(_0x370ba1,_0x68e32b,_0x1ab9ce={})=>{const _0x11f9c6=a34_0x259ccd,_0x1f5971={};_0x1f5971[_0x11f9c6(0x189)]='bstackSdkArgs';const _0x421a7a=_0x1f5971;return await _0x370ba1[_0x11f9c6(0x1af)](_0x11f9c6(0x1a3)+_0x68e32b[_0x11f9c6(0x1b0)](/arguments/g,_0x421a7a['InWvl'])+_0x11f9c6(0x1c8)+JSON[_0x11f9c6(0x1a2)](_0x1ab9ce)+')');},exports[a34_0x259ccd(0x1c4)]=async(_0x10ca4e,_0x5a89ac,_0xd5e800={})=>{const _0x5667ff=a34_0x259ccd,_0x59ceaf={};_0x59ceaf[_0x5667ff(0x1cc)]=function(_0x344300,_0x2c1533){return _0x344300===_0x2c1533;},_0x59ceaf['ajrTj']=_0x5667ff(0x1a4),_0x59ceaf[_0x5667ff(0x19e)]=_0x5667ff(0x1b1),_0x59ceaf[_0x5667ff(0x18a)]='bstackSdkArgs';const _0x49474c=_0x59ceaf;if(_0x49474c['fBkxR'](_0x10ca4e[_0x5667ff(0x1c6)]['name'],_0x49474c[_0x5667ff(0x1a0)]))return await _0x10ca4e['executeAsyncScript'](_0x5a89ac,_0xd5e800);else{if(_0x49474c['fBkxR'](_0x10ca4e[_0x5667ff(0x1c6)][_0x5667ff(0x1d0)],_0x49474c[_0x5667ff(0x19e)]))return await _0x10ca4e[_0x5667ff(0x1a8)](_0x5667ff(0x18e)+_0x5a89ac[_0x5667ff(0x1b0)](/arguments/g,_0x49474c['tUdRK'])+'\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})('+JSON[_0x5667ff(0x1a2)](_0xd5e800)+')');}},exports[a34_0x259ccd(0x183)]=async _0x58b195=>{const _0x7ee470=a34_0x259ccd,_0x1fb01d={};_0x1fb01d[_0x7ee470(0x1d2)]=_0x7ee470(0x1c3),_0x1fb01d[_0x7ee470(0x1c0)]=_0x7ee470(0x196),_0x1fb01d[_0x7ee470(0x1ce)]=_0x7ee470(0x1d6),_0x1fb01d['tDgKR']=_0x7ee470(0x1c1),_0x1fb01d[_0x7ee470(0x1a6)]=_0x7ee470(0x1da),_0x1fb01d[_0x7ee470(0x18c)]=_0x7ee470(0x176);const _0x94b83e=_0x1fb01d;_0x58b195[_0x7ee470(0x1aa)]&&(_0x58b195[_0x7ee470(0x1aa)]['wcagVersion']&&(_0x58b195[_0x94b83e[_0x7ee470(0x1d2)]]=_0x58b195[_0x7ee470(0x1aa)][_0x7ee470(0x1d3)]),_0x58b195[_0x7ee470(0x1aa)][_0x7ee470(0x1ae)]&&(_0x58b195[_0x94b83e['PYiFi']]=_0x58b195['accessibilityOptions'][_0x7ee470(0x1ae)]),_0x58b195['accessibilityOptions'][_0x7ee470(0x1be)]&&(_0x58b195[_0x94b83e[_0x7ee470(0x1ce)]]=_0x58b195[_0x7ee470(0x1aa)][_0x7ee470(0x1be)]['bestPractice'],_0x58b195[_0x94b83e['tDgKR']]=_0x58b195[_0x7ee470(0x1aa)][_0x7ee470(0x1be)][_0x7ee470(0x19b)]));const _0xfc5ff4=JSON[_0x7ee470(0x1b8)](process[_0x7ee470(0x17b)][_0x7ee470(0x17d)])['scannerVersion'];_0x58b195[_0x94b83e[_0x7ee470(0x1a6)]]=process[_0x7ee470(0x17b)]['BS_A11Y_JWT'],_0x58b195[_0x94b83e[_0x7ee470(0x18c)]]=_0xfc5ff4,delete _0x58b195[_0x7ee470(0x1aa)];},exports[a34_0x259ccd(0x188)]=async _0x576b48=>{const _0x1fbab6=a34_0x259ccd,_0x38f4bb={};_0x38f4bb['ThPOB']=_0x1fbab6(0x1b2),_0x38f4bb[_0x1fbab6(0x190)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.';const _0x2d742f=_0x38f4bb;if(global[_0x1fbab6(0x1a1)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x576b48,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x576b48,scripts.getResults);return res;}catch{return logger[_0x1fbab6(0x1bc)](_0x2d742f[_0x1fbab6(0x1db)]),[];}else return logger['warn'](_0x2d742f[_0x1fbab6(0x190)]),[];},exports[a34_0x259ccd(0x1c9)]=async(_0x506d82,_0x10efe6='')=>{const _0x10ae87=a34_0x259ccd;if(global['accessibilityPlatform']){const _0x59f795={};return _0x59f795[_0x10ae87(0x1ad)]=_0x10efe6,await exports[_0x10ae87(0x198)](_0x506d82,scripts[_0x10ae87(0x1c9)],_0x59f795);}},exports[a34_0x259ccd(0x1a7)]=async _0x383189=>{const _0x4176ef=a34_0x259ccd,_0x3b0049={};_0x3b0049['WFvfu']=_0x4176ef(0x17e),_0x3b0049[_0x4176ef(0x197)]=_0x4176ef(0x19c);const _0x4dabe0=_0x3b0049;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x383189,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x383189,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x4176ef(0x187)](_0x4dabe0[_0x4176ef(0x17f)]),{};}else return logger['warn'](_0x4dabe0[_0x4176ef(0x197)]),{};},exports[a34_0x259ccd(0x1d1)]=async _0x596b3c=>{const _0x178da1=a34_0x259ccd,_0x25dc2b={'sJLjb':function(_0x21a2c2,_0x45b702){return _0x21a2c2!==_0x45b702;},'RMquY':_0x178da1(0x194),'nMCyz':function(_0x3ba785,_0x430829){return _0x3ba785===_0x430829;},'gFYoy':_0x178da1(0x1c7),'knsKc':function(_0x405365,_0x134917){return _0x405365===_0x134917;},'yiooQ':_0x178da1(0x180),'qTDsg':_0x178da1(0x1cf),'FdJdC':function(_0x2b4d2a,_0x5c5585){return _0x2b4d2a(_0x5c5585);},'uslrZ':_0x178da1(0x1ac),'gnhSG':function(_0x5f5369,_0x5c882c){return _0x5f5369>_0x5c882c;},'jMPFf':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(!_0x25dc2b[_0x178da1(0x192)](_0x596b3c[_0x178da1(0x1d8)],''))return logger[_0x178da1(0x19f)](_0x25dc2b[_0x178da1(0x1cd)]),![];const _0x3a95b1=_0x596b3c['browser'];if(!(_0x25dc2b['nMCyz'](_0x3a95b1,_0x25dc2b[_0x178da1(0x181)])||_0x25dc2b[_0x178da1(0x19a)](_0x3a95b1,_0x25dc2b['yiooQ'])))return logger[_0x178da1(0x19f)](_0x25dc2b[_0x178da1(0x179)]),![];const _0x207934=_0x25dc2b[_0x178da1(0x1b9)](parseInt,_0x596b3c[_0x178da1(0x185)]);if(!(_0x25dc2b[_0x178da1(0x199)](_0x207934,_0x25dc2b[_0x178da1(0x1a5)])||_0x25dc2b['gnhSG'](_0x207934,0x5e)))return logger[_0x178da1(0x19f)](_0x25dc2b[_0x178da1(0x1a9)]),![];}catch(_0x2adca7){logger[_0x178da1(0x187)](_0x178da1(0x18b)+util['format'](_0x2adca7));}return!![];},exports['processAccessibilityCaps']=(_0x483775,_0x1d0a37,_0xcd268f)=>{const _0x50c359=a34_0x259ccd,_0x35ffba={'hVSgO':function(_0x4c3138){return _0x4c3138();},'tTWcM':'browserstack.accessibility','pJgDV':function(_0x5794d1,_0x181f55){return _0x5794d1===_0x181f55;},'KyEjW':_0x50c359(0x1c7),'yjjzV':function(_0x9b4715,_0x69b434){return _0x9b4715===_0x69b434;},'nsktt':'playwright-chromium','ZOrJl':_0x50c359(0x1cf),'FmCqa':_0x50c359(0x1ac),'VzrHh':function(_0x47c590,_0x54eb6c){return _0x47c590>_0x54eb6c;},'Viqkz':_0x50c359(0x17a),'BBILs':function(_0x2c5625,_0x36c041){return _0x2c5625(_0x36c041);},'GxdeI':_0x50c359(0x194),'caEFx':function(_0x4660f7,_0x32e3d9){return _0x4660f7+_0x32e3d9;}};try{if(_0x35ffba[_0x50c359(0x177)](isAccessibilityAutomationSession)){global[_0x50c359(0x1a1)]=!![];!_0x483775[_0x35ffba['tTWcM']]&&(global[_0x50c359(0x1a1)]=![]);!(_0x35ffba['pJgDV'](_0x483775['browserName'],_0x35ffba[_0x50c359(0x18f)])||_0x35ffba[_0x50c359(0x1ca)](_0x483775[_0x50c359(0x1b6)],_0x35ffba[_0x50c359(0x1ab)]))&&(logger[_0x50c359(0x19f)](_0x35ffba['ZOrJl']),global[_0x50c359(0x1a1)]=![]);!(_0x35ffba[_0x50c359(0x1ca)](_0x483775[_0x50c359(0x185)],_0x35ffba['FmCqa'])||_0x35ffba[_0x50c359(0x1b3)](_0x483775[_0x50c359(0x185)],0x5e))&&(logger[_0x50c359(0x19f)](_0x35ffba[_0x50c359(0x184)]),global[_0x50c359(0x1a1)]=![]);!_0x35ffba['BBILs'](isUndefined,_0x483775['deviceName'])&&(logger[_0x50c359(0x19f)](_0x35ffba[_0x50c359(0x182)]),global[_0x50c359(0x1a1)]=![]);if(!global[_0x50c359(0x1a1)]){_0x483775[_0x35ffba[_0x50c359(0x1d5)]]=![];const _0xcd1d1=_0x35ffba['caEFx'](_0x1d0a37,_0x35ffba[_0x50c359(0x18d)](encodeURIComponent,JSON['stringify'](_0x483775)));_0xcd268f&&(_0xcd268f['currentTest'][_0x50c359(0x1dc)][_0x50c359(0x17c)][_0x50c359(0x1d7)][_0x50c359(0x1b7)][_0x50c359(0x178)]=_0xcd1d1,_0xcd268f['workerInfo'][_0x50c359(0x17c)]['use'][_0x50c359(0x1b7)][_0x50c359(0x178)]=_0xcd1d1);}}}catch(_0x26a3a1){logger[_0x50c359(0x187)]('Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20'+util['format'](_0x26a3a1));}};
1
+ function a34_0x260c(){const _0x39b442=['5582442PSoFqq','8etgtqo','connectOptions','browserName','../../helpers/accessibility-automation/scripts','GCeac','XWWQG','IgBpW','SeOrJ','currentTest','194gxqrDX','accessibilityOptions','PjAWN','latest','olLdY','719RUrZjC','accessibilityOptions.includeIssueType.needsReview','../../helpers/helper','setAccessibilityCapabilities','method','project','winstonLogger','accessibilityOptions.scannerProcessingTimeout','aQqeh','debug','(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','TbKcU','wsEndpoint','platformValidation','env','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','vmhzp','QFWvH','needsReview','10AoRBqQ','2597442IjoiqD','YKOEJ','JNsQI','error','JFruH','bstackSdkArgs','yNJEo','warn','testInfo','1355132EyPGBH','browser_version','../../helpers/logger','726814kqUiLT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','accessibilityPlatform','browserStackExecuteDriver','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','accessibilityOptions.wcagVersion','zSXHp','bestPractice','SsQHp','getAccessibilityResultsSummary','format','wauAH','YlMrq','deviceName','workerInfo','JHMKI','ojEsx','pmdfm','replace','WebDriver','constructor','Zyhgk','browserStackEvaluate','Playwright','stringify','scannerVersion','zKSGX','ZQzGK','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','wcagVersion','accessibilityOptions.scannerVersion','includeIssueType','use','performScan','parse','wYnnI','MciSM','browserstack.accessibility','WPlVY','name','XDCKb','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','haoZb','7276860RTLzRW','executeAsyncScript','140UUnOqh','chrome','No\x20summaryResults\x20found.','XiZMp','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','hENUs','462917YbOHAV','../../helpers/accessibility-automation/helper','scannerProcessingTimeout','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','lynLv','PBORx','tGsHU','WVDQM','LtSKm'];a34_0x260c=function(){return _0x39b442;};return a34_0x260c();}const a34_0x4d1fdb=a34_0x4f78;(function(_0x31408e,_0x167cc6){const _0x3750f7=a34_0x4f78,_0x5d4900=_0x31408e();while(!![]){try{const _0x44aca9=parseInt(_0x3750f7(0x1d7))/0x1*(parseInt(_0x3750f7(0x23e))/0x2)+-parseInt(_0x3750f7(0x1eb))/0x3+-parseInt(_0x3750f7(0x1f4))/0x4*(-parseInt(_0x3750f7(0x1ea))/0x5)+-parseInt(_0x3750f7(0x234))/0x6+-parseInt(_0x3750f7(0x22b))/0x7*(-parseInt(_0x3750f7(0x235))/0x8)+parseInt(_0x3750f7(0x223))/0x9+-parseInt(_0x3750f7(0x225))/0xa*(-parseInt(_0x3750f7(0x1f7))/0xb);if(_0x44aca9===_0x167cc6)break;else _0x5d4900['push'](_0x5d4900['shift']());}catch(_0x56cd73){_0x5d4900['push'](_0x5d4900['shift']());}}}(a34_0x260c,0xb74cb));function a34_0x4f78(_0x1662aa,_0x316991){const _0x260c84=a34_0x260c();return a34_0x4f78=function(_0x4f78d0,_0x565ddb){_0x4f78d0=_0x4f78d0-0x1d3;let _0x515be2=_0x260c84[_0x4f78d0];return _0x515be2;},a34_0x4f78(_0x1662aa,_0x316991);}const util=require('util'),logger=require(a34_0x4d1fdb(0x1f6))[a34_0x4d1fdb(0x1dd)],{isAccessibilityAutomationSession}=require(a34_0x4d1fdb(0x22c)),{isUndefined}=require(a34_0x4d1fdb(0x1d9)),scripts=require(a34_0x4d1fdb(0x238));exports[a34_0x4d1fdb(0x20d)]=async(_0x2fe4df,_0x1b83ec,_0x19e7c9={})=>{const _0x5ad69e=a34_0x4d1fdb,_0x2660f9={};_0x2660f9['WPTmc']=_0x5ad69e(0x1f0);const _0x35c35c=_0x2660f9;return await _0x2fe4df['evaluate'](_0x5ad69e(0x1e1)+_0x1b83ec[_0x5ad69e(0x209)](/arguments/g,_0x35c35c['WPTmc'])+_0x5ad69e(0x214)+JSON['stringify'](_0x19e7c9)+')');},exports[a34_0x4d1fdb(0x1fa)]=async(_0x2c49bc,_0x1713e3,_0x3ff81a={})=>{const _0x1c03f2=a34_0x4d1fdb,_0x16d1a7={};_0x16d1a7[_0x1c03f2(0x202)]=function(_0x11a3db,_0x293ff6){return _0x11a3db===_0x293ff6;},_0x16d1a7[_0x1c03f2(0x1fd)]=_0x1c03f2(0x20a),_0x16d1a7[_0x1c03f2(0x1e8)]=function(_0x364b78,_0x41effa){return _0x364b78===_0x41effa;},_0x16d1a7[_0x1c03f2(0x203)]=_0x1c03f2(0x20e),_0x16d1a7[_0x1c03f2(0x23c)]=_0x1c03f2(0x1f0);const _0x16a90e=_0x16d1a7;if(_0x16a90e[_0x1c03f2(0x202)](_0x2c49bc['constructor']['name'],_0x16a90e[_0x1c03f2(0x1fd)]))return await _0x2c49bc[_0x1c03f2(0x224)](_0x1713e3,_0x3ff81a);else{if(_0x16a90e['QFWvH'](_0x2c49bc[_0x1c03f2(0x20b)][_0x1c03f2(0x21f)],_0x16a90e[_0x1c03f2(0x203)]))return await _0x2c49bc['executeScript']('(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'+_0x1713e3[_0x1c03f2(0x209)](/arguments/g,_0x16a90e['SeOrJ'])+'\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})('+JSON['stringify'](_0x3ff81a)+')');}},exports[a34_0x4d1fdb(0x1da)]=async _0x53ae03=>{const _0x50ba3e=a34_0x4d1fdb,_0x1e2ed4={};_0x1e2ed4[_0x50ba3e(0x1ff)]=_0x50ba3e(0x1fc),_0x1e2ed4['ZQzGK']=_0x50ba3e(0x1de),_0x1e2ed4[_0x50ba3e(0x1ed)]='accessibilityOptions.includeIssueType.bestPractice',_0x1e2ed4[_0x50ba3e(0x1d6)]=_0x50ba3e(0x1d8),_0x1e2ed4['XDCKb']='accessibilityOptions.authToken',_0x1e2ed4[_0x50ba3e(0x232)]=_0x50ba3e(0x216);const _0x8454b1=_0x1e2ed4;_0x53ae03[_0x50ba3e(0x1d3)]&&(_0x53ae03['accessibilityOptions'][_0x50ba3e(0x215)]&&(_0x53ae03[_0x8454b1['SsQHp']]=_0x53ae03['accessibilityOptions'][_0x50ba3e(0x215)]),_0x53ae03[_0x50ba3e(0x1d3)][_0x50ba3e(0x22d)]&&(_0x53ae03[_0x8454b1[_0x50ba3e(0x212)]]=_0x53ae03[_0x50ba3e(0x1d3)][_0x50ba3e(0x22d)]),_0x53ae03['accessibilityOptions'][_0x50ba3e(0x217)]&&(_0x53ae03[_0x8454b1[_0x50ba3e(0x1ed)]]=_0x53ae03[_0x50ba3e(0x1d3)]['includeIssueType'][_0x50ba3e(0x1fe)],_0x53ae03[_0x8454b1[_0x50ba3e(0x1d6)]]=_0x53ae03[_0x50ba3e(0x1d3)][_0x50ba3e(0x217)][_0x50ba3e(0x1e9)]));const _0x22bb7a=JSON[_0x50ba3e(0x21a)](process[_0x50ba3e(0x1e5)][_0x50ba3e(0x1fb)])[_0x50ba3e(0x210)];_0x53ae03[_0x8454b1[_0x50ba3e(0x220)]]=process[_0x50ba3e(0x1e5)]['BS_A11Y_JWT'],_0x53ae03[_0x8454b1[_0x50ba3e(0x232)]]=_0x22bb7a,delete _0x53ae03[_0x50ba3e(0x1d3)];},exports['getAccessibilityResults']=async _0x48fb63=>{const _0x56358f=a34_0x4d1fdb,_0x1574cc={};_0x1574cc[_0x56358f(0x1e7)]='No\x20accessibility\x20results\x20were\x20found.',_0x1574cc[_0x56358f(0x231)]=_0x56358f(0x229);const _0x26a74d=_0x1574cc;if(global[_0x56358f(0x1f9)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x48fb63,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x48fb63,scripts.getResults);return res;}catch{return logger[_0x56358f(0x1ee)](_0x26a74d['vmhzp']),[];}else return logger[_0x56358f(0x1f2)](_0x26a74d[_0x56358f(0x231)]),[];},exports[a34_0x4d1fdb(0x219)]=async(_0x5d2188,_0x21c004='')=>{const _0x883698=a34_0x4d1fdb;if(global['accessibilityPlatform']){const _0x5c1d1d={};return _0x5c1d1d[_0x883698(0x1db)]=_0x21c004,await exports['browserStackEvaluate'](_0x5d2188,scripts['performScan'],_0x5c1d1d);}},exports[a34_0x4d1fdb(0x200)]=async _0x459bd3=>{const _0x955005=a34_0x4d1fdb,_0x5c641c={};_0x5c641c[_0x955005(0x239)]=_0x955005(0x227),_0x5c641c[_0x955005(0x1f1)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.';const _0x1ef369=_0x5c641c;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x459bd3,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x459bd3,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x955005(0x1e0)](_0x1ef369[_0x955005(0x239)]),{};}else return logger['warn'](_0x1ef369['yNJEo']),{};},exports[a34_0x4d1fdb(0x1e4)]=async _0x478613=>{const _0x230dc7=a34_0x4d1fdb,_0x55d48b={'PBORx':function(_0x256614,_0x11530f){return _0x256614!==_0x11530f;},'vvbFR':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','MciSM':function(_0x5fb9c7,_0x1cdfef){return _0x5fb9c7===_0x1cdfef;},'JHMKI':_0x230dc7(0x226),'XiZMp':'playwright-chromium','LtSKm':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','lynLv':function(_0x3288f3,_0x1a4577){return _0x3288f3(_0x1a4577);},'aQqeh':function(_0xf5e26f,_0x57a6cd){return _0xf5e26f===_0x57a6cd;},'JFruH':_0x230dc7(0x1d5),'ojEsx':function(_0x2d6872,_0x56f9af){return _0x2d6872>_0x56f9af;},'PjAWN':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(!_0x55d48b[_0x230dc7(0x230)](_0x478613[_0x230dc7(0x204)],''))return logger[_0x230dc7(0x1f2)](_0x55d48b['vvbFR']),![];const _0x32db1c=_0x478613['browser'];if(!(_0x55d48b[_0x230dc7(0x21c)](_0x32db1c,_0x55d48b[_0x230dc7(0x206)])||_0x55d48b['MciSM'](_0x32db1c,_0x55d48b[_0x230dc7(0x228)])))return logger[_0x230dc7(0x1f2)](_0x55d48b[_0x230dc7(0x233)]),![];const _0x20ac3b=_0x55d48b[_0x230dc7(0x22f)](parseInt,_0x478613['browser_version']);if(!(_0x55d48b[_0x230dc7(0x1df)](_0x20ac3b,_0x55d48b[_0x230dc7(0x1ef)])||_0x55d48b[_0x230dc7(0x207)](_0x20ac3b,0x5e)))return logger[_0x230dc7(0x1f2)](_0x55d48b[_0x230dc7(0x1d4)]),![];}catch(_0x40adda){logger[_0x230dc7(0x1e0)](_0x230dc7(0x213)+util['format'](_0x40adda));}return!![];},exports['processAccessibilityCaps']=(_0x8ea01b,_0x2519c7,_0x45b48e)=>{const _0x2a443d=a34_0x4d1fdb,_0x53ea8f={'WPlVY':function(_0x17c758){return _0x17c758();},'zKSGX':_0x2a443d(0x21d),'RrPPD':function(_0x4b2558,_0x538f5c){return _0x4b2558===_0x538f5c;},'IgBpW':'chrome','MWEPd':'playwright-chromium','TbKcU':_0x2a443d(0x1f8),'haoZb':function(_0x31214b,_0x6782a4){return _0x31214b===_0x6782a4;},'wYnnI':_0x2a443d(0x1d5),'hENUs':function(_0x20ebdb,_0x15d6a9){return _0x20ebdb>_0x15d6a9;},'Zyhgk':_0x2a443d(0x22e),'YKOEJ':function(_0x3c4181,_0x1f2c07){return _0x3c4181(_0x1f2c07);},'pmdfm':_0x2a443d(0x1e6),'XWWQG':function(_0x4b60c3,_0x16030c){return _0x4b60c3+_0x16030c;},'VXGDx':function(_0x1c1cd1,_0x257f60){return _0x1c1cd1(_0x257f60);}};try{if(_0x53ea8f[_0x2a443d(0x21e)](isAccessibilityAutomationSession)){global['accessibilityPlatform']=!![];!_0x8ea01b[_0x53ea8f[_0x2a443d(0x211)]]&&(global[_0x2a443d(0x1f9)]=![]);!(_0x53ea8f['RrPPD'](_0x8ea01b[_0x2a443d(0x237)],_0x53ea8f[_0x2a443d(0x23b)])||_0x53ea8f['RrPPD'](_0x8ea01b[_0x2a443d(0x237)],_0x53ea8f['MWEPd']))&&(logger[_0x2a443d(0x1f2)](_0x53ea8f[_0x2a443d(0x1e2)]),global[_0x2a443d(0x1f9)]=![]);!(_0x53ea8f[_0x2a443d(0x222)](_0x8ea01b[_0x2a443d(0x1f5)],_0x53ea8f[_0x2a443d(0x21b)])||_0x53ea8f[_0x2a443d(0x22a)](_0x8ea01b['browser_version'],0x5e))&&(logger['warn'](_0x53ea8f[_0x2a443d(0x20c)]),global[_0x2a443d(0x1f9)]=![]);!_0x53ea8f[_0x2a443d(0x1ec)](isUndefined,_0x8ea01b[_0x2a443d(0x204)])&&(logger[_0x2a443d(0x1f2)](_0x53ea8f[_0x2a443d(0x208)]),global['accessibilityPlatform']=![]);if(!global['accessibilityPlatform']){_0x8ea01b[_0x53ea8f[_0x2a443d(0x211)]]=![];const _0x33acd6=_0x53ea8f[_0x2a443d(0x23a)](_0x2519c7,_0x53ea8f['VXGDx'](encodeURIComponent,JSON[_0x2a443d(0x20f)](_0x8ea01b)));_0x45b48e&&(_0x45b48e[_0x2a443d(0x23d)][_0x2a443d(0x1f3)]['project'][_0x2a443d(0x218)][_0x2a443d(0x236)][_0x2a443d(0x1e3)]=_0x33acd6,_0x45b48e[_0x2a443d(0x205)][_0x2a443d(0x1dc)][_0x2a443d(0x218)][_0x2a443d(0x236)][_0x2a443d(0x1e3)]=_0x33acd6);}}}catch(_0xce4863){logger[_0x2a443d(0x1e0)](_0x2a443d(0x221)+util[_0x2a443d(0x201)](_0xce4863));}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a35_0xd860b3=a35_0x11d9;(function(_0x1a7cca,_0xe49169){const _0x379eda=a35_0x11d9,_0xd641bb=_0x1a7cca();while(!![]){try{const _0x58c7cf=-parseInt(_0x379eda(0x1eb))/0x1*(-parseInt(_0x379eda(0x15e))/0x2)+parseInt(_0x379eda(0x173))/0x3*(parseInt(_0x379eda(0x1e5))/0x4)+parseInt(_0x379eda(0x1c6))/0x5+-parseInt(_0x379eda(0x18d))/0x6+-parseInt(_0x379eda(0x169))/0x7+-parseInt(_0x379eda(0x1e9))/0x8+parseInt(_0x379eda(0x199))/0x9*(parseInt(_0x379eda(0x19a))/0xa);if(_0x58c7cf===_0xe49169)break;else _0xd641bb['push'](_0xd641bb['shift']());}catch(_0x5b4031){_0xd641bb['push'](_0xd641bb['shift']());}}}(a35_0x3bc7,0x7348a));function a35_0x11d9(_0x571335,_0x39093e){const _0x3bc7bb=a35_0x3bc7();return a35_0x11d9=function(_0x11d978,_0x551245){_0x11d978=_0x11d978-0x155;let _0x51061e=_0x3bc7bb[_0x11d978];return _0x51061e;},a35_0x11d9(_0x571335,_0x39093e);}const fs=require('fs'),path=require('path'),{spawn}=require(a35_0xd860b3(0x188)),{format}=require(a35_0xd860b3(0x1aa)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a35_0xd860b3(0x155)),utilities=require(a35_0xd860b3(0x15d)),constants=require('../utils/constants'),{FRAMEWORKS}=require(a35_0xd860b3(0x17a)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a35_0xd860b3(0x1b4)),{CrashReporter}=require(a35_0xd860b3(0x1a0)),{getFrameworkVersion}=require(a35_0xd860b3(0x1b5)),{checkAccessibilityPlatformConfig}=require(a35_0xd860b3(0x19b)),{setAccessibilityCapabilities}=require(a35_0xd860b3(0x193)),TestHubHandler=require(a35_0xd860b3(0x182)),{shouldProcessEventForTesthub}=require(a35_0xd860b3(0x1b3)),getUserPlaywrightConfig=async(_0x363e39,_0xc1023)=>{const _0x31650a=a35_0xd860b3,_0x38fe08={'aWAzT':function(_0x4ea9b6){return _0x4ea9b6();},'AWLJh':function(_0x21c3d5,_0x40ef9c){return _0x21c3d5(_0x40ef9c);},'pbpZJ':function(_0x3424ab,_0x55982a){return _0x3424ab(_0x55982a);},'kfVVQ':_0x31650a(0x159),'GgmfV':_0x31650a(0x1bb)},_0x13f944=!helper[_0x31650a(0x172)](_0x363e39['config']),_0x483cca=_0x13f944?path[_0x31650a(0x18e)](process['cwd'](),_0x363e39[_0x31650a(0x1a4)]):process[_0x31650a(0x1dc)](),{resolveConfigFile:_0x2098f2,resolveConfigLocation:_0x565390}=helper[_0x31650a(0x1ed)][_0x31650a(0x1e8)](null,_0x38fe08[_0x31650a(0x1f2)](getConfigLoaderPath)),_0xf2d95c=_0x2098f2?_0x38fe08[_0x31650a(0x198)](_0x2098f2,_0x483cca):helper[_0x31650a(0x162)](_0x38fe08['pbpZJ'](_0x565390,_0x483cca),[_0x38fe08[_0x31650a(0x18b)]]),_0x28daed={};if(_0x13f944){const _0x569f42=_0xc1023[_0x31650a(0x16a)](_0x214965=>_0x214965===_0x31650a(0x1b6)||_0x214965==='-c'||_0x214965[_0x31650a(0x195)](_0x31650a(0x1bb)));_0xc1023[_0x31650a(0x1a1)](_0x569f42,_0xc1023[_0x569f42]['startsWith'](_0x38fe08[_0x31650a(0x18f)])?0x1:0x2);}const _0x5a9d9a={};return _0x5a9d9a[_0x31650a(0x1ac)]=_0xf2d95c,_0x5a9d9a[_0x31650a(0x1a4)]=_0x28daed,_0x5a9d9a;},handleO11yRerun=_0x49b1aa=>{const _0x3ae5de=a35_0xd860b3,_0x45ff2d={};_0x45ff2d[_0x3ae5de(0x196)]=function(_0x41a0c6,_0x443b5c){return _0x41a0c6!==_0x443b5c;},_0x45ff2d[_0x3ae5de(0x1bf)]=_0x3ae5de(0x1b7),_0x45ff2d[_0x3ae5de(0x1c5)]=_0x3ae5de(0x165);const _0x4ed297=_0x45ff2d,_0x51c1a9=helper[_0x3ae5de(0x175)](process[_0x3ae5de(0x1bc)][_0x3ae5de(0x186)]);if(_0x51c1a9){const _0x51b07a=process[_0x3ae5de(0x1bc)][_0x3ae5de(0x1db)],_0x5d5c40=[];if(_0x4ed297[_0x3ae5de(0x196)](_0x51b07a,_0x4ed297['iWfSy'])&&!helper[_0x3ae5de(0x172)](_0x51b07a)){_0x51b07a['split'](',')[_0x3ae5de(0x15c)](_0x44baec=>{const _0x493aca=_0x3ae5de;_0x5d5c40[_0x493aca(0x1be)]('('+_0x44baec[_0x493aca(0x1a3)]()+')');});const _0x5c65af='^'+_0x5d5c40[_0x3ae5de(0x15a)]('|')+'$';_0x49b1aa[_0x3ae5de(0x1be)](_0x4ed297[_0x3ae5de(0x1c5)],_0x5c65af);}}},spawnOriginalProcess=_0x254c49=>{const _0x2ec6dc=a35_0xd860b3,_0x16de07={'vjvPX':function(_0x49cbc4,_0xdb22d1,_0x585966,_0x2270b9){return _0x49cbc4(_0xdb22d1,_0x585966,_0x2270b9);},'guILT':_0x2ec6dc(0x197),'BuYdM':_0x2ec6dc(0x1e1),'VXgWQ':function(_0x486519,_0x560076){return _0x486519===_0x560076;},'Cpwtm':_0x2ec6dc(0x1a6),'nkniA':_0x2ec6dc(0x181)};_0x16de07[_0x2ec6dc(0x1dd)](spawn,_0x16de07[_0x2ec6dc(0x1d5)],[_0x16de07[_0x2ec6dc(0x1f3)],..._0x254c49[_0x2ec6dc(0x19e)](0x1)],{'shell':_0x16de07[_0x2ec6dc(0x194)](process[_0x2ec6dc(0x1d0)],_0x16de07[_0x2ec6dc(0x1c8)]),'stdio':_0x16de07[_0x2ec6dc(0x191)],'cwd':process[_0x2ec6dc(0x1dc)]()});},isTestCommand=(_0x11f37d,_0x236344)=>{const _0x3a99f7=a35_0xd860b3,_0x65b467={};_0x65b467[_0x3a99f7(0x16f)]=function(_0x21715c,_0x120f28){return _0x21715c>_0x120f28;},_0x65b467[_0x3a99f7(0x189)]=function(_0x50d2e6,_0x16e180){return _0x50d2e6===_0x16e180;},_0x65b467[_0x3a99f7(0x187)]=_0x3a99f7(0x156);const _0x11958b=_0x65b467;if(_0x11958b[_0x3a99f7(0x16f)](_0x236344[_0x3a99f7(0x163)],0x1)&&_0x11958b[_0x3a99f7(0x189)](_0x236344[0x1],_0x11958b[_0x3a99f7(0x187)]))return!![];return![];};async function run(_0x27543a,_0x779bd5){const _0x44936f=a35_0xd860b3,_0x4be4a7={'SrUqD':_0x44936f(0x16c),'AfvJd':_0x44936f(0x192),'EUMrt':function(_0x12392a,_0x5520d6){return _0x12392a+_0x5520d6;},'QgGoY':_0x44936f(0x1ce),'oQJhN':'8|1|2|4|7|5|0|6|3','UMXWD':function(_0x85cc5a){return _0x85cc5a();},'awmmI':_0x44936f(0x183),'kWnmq':_0x44936f(0x1de),'yyqTv':_0x44936f(0x1a8),'qsowu':_0x44936f(0x1ba),'JwWVY':function(_0x18aafd,_0xf998bf){return _0x18aafd>=_0xf998bf;},'YRhQE':_0x44936f(0x1a9),'mOQnX':function(_0x4f6507,_0x47a7ee,_0x24daa9){return _0x4f6507(_0x47a7ee,_0x24daa9);},'DlHqn':function(_0xd7c44,_0x4cdae3){return _0xd7c44(_0x4cdae3);},'ZPVlu':_0x44936f(0x1b8),'tDzRA':_0x44936f(0x1d2),'rcOmj':function(_0xcd5d12,_0x22a052){return _0xcd5d12!=_0x22a052;},'IIQQz':function(_0x1e4777,_0x19e3db){return _0x1e4777===_0x19e3db;},'PpdsW':'true','Rwyks':function(_0xac8f65,_0x45489d){return _0xac8f65(_0x45489d);},'zrSur':function(_0x21dcb6,_0x465c86){return _0x21dcb6(_0x465c86);},'fiHuz':_0x44936f(0x164),'PZYbm':_0x44936f(0x171),'nojcj':_0x44936f(0x1f5),'lLgmG':function(_0x161a9d,_0x4bee9d){return _0x161a9d-_0x4bee9d;},'euCOV':_0x44936f(0x16e),'vEyHM':function(_0x2284c2,_0x1afc9b){return _0x2284c2>_0x1afc9b;},'FSvBf':function(_0x57dfea,_0x448941){return _0x57dfea+_0x448941;},'ktECE':function(_0x5041a0,_0x51675f,_0x3451bb,_0x5930d5){return _0x5041a0(_0x51675f,_0x3451bb,_0x5930d5);},'rlbPI':'npx','kTcMI':_0x44936f(0x1e1),'MTCef':'test','OtErN':_0x44936f(0x1b6),'KQqWq':function(_0x4a52ed,_0x1965f6){return _0x4a52ed===_0x1965f6;},'TxFCL':_0x44936f(0x1a6),'XHLzI':_0x44936f(0x181),'BTLyH':_0x44936f(0x1d1)};!helper[_0x44936f(0x166)](process[_0x44936f(0x1bc)][_0x44936f(0x185)])&&(process[_0x44936f(0x1bc)]['BROWSERSTACK_AUTOMATION']=!![]);process[_0x44936f(0x190)][_0x44936f(0x1a7)](_0x4be4a7[_0x44936f(0x1e0)])&&(process['env'][_0x44936f(0x185)]=_0x4be4a7[_0x44936f(0x1f4)],_0x779bd5=_0x779bd5[_0x44936f(0x16b)](_0x161601=>_0x161601!==_0x44936f(0x1de)));const _0x4df3e3=_0x779bd5[_0x44936f(0x1ab)](_0x4be4a7['qsowu']);_0x4be4a7[_0x44936f(0x1ea)](_0x4df3e3,0x0)&&(process['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x4be4a7[_0x44936f(0x1f4)],_0x779bd5=_0x779bd5[_0x44936f(0x16b)](_0x52af0d=>_0x52af0d!=='--disable-test-observability'));try{const _0x1d0696=path['join'](helper[_0x44936f(0x1a5)](),_0x4be4a7[_0x44936f(0x1c0)],_0x4be4a7[_0x44936f(0x1c7)]);fs[_0x44936f(0x1d6)](_0x1d0696)&&fs[_0x44936f(0x174)](_0x1d0696);}catch(_0x5287f1){logger[_0x44936f(0x1d4)](_0x4be4a7[_0x44936f(0x15f)](_0x4be4a7['YRhQE'],_0x5287f1));}if(!_0x4be4a7[_0x44936f(0x19c)](isTestCommand,_0x27543a,_0x779bd5)){_0x4be4a7[_0x44936f(0x1d8)](spawnOriginalProcess,_0x779bd5);return;}const _0x44d2c1=new BrowserStackSetup(_0x27543a,FRAMEWORKS['PLAYWRIGHT']);if(!_0x44d2c1[_0x44936f(0x1a4)]){logger['error'](_0x4be4a7[_0x44936f(0x15b)]);return;}await _0x44d2c1[_0x44936f(0x18c)]();!helper[_0x44936f(0x172)](_0x44d2c1['cliConfig'])&&_0x44d2c1['cliConfig'][_0x44936f(0x1cd)](_0x4be4a7[_0x44936f(0x1b1)])&&(process[_0x44936f(0x1bc)]['BROWSERSTACK_AUTOMATION']=_0x44d2c1[_0x44936f(0x161)][_0x44936f(0x1c9)](_0x4be4a7[_0x44936f(0x1b1)])||!![]);_0x4be4a7[_0x44936f(0x1b2)](_0x44d2c1[_0x44936f(0x1a4)]['testObservability'],null)&&!helper[_0x44936f(0x175)](process[_0x44936f(0x1bc)][_0x44936f(0x170)])&&(process['env'][_0x44936f(0x170)]=process[_0x44936f(0x1bc)][_0x44936f(0x170)]||_0x44d2c1[_0x44936f(0x1a4)][_0x44936f(0x1cb)]);const _0xb9d316=!helper['isFalse'](process['env']['BROWSERSTACK_TEST_OBSERVABILITY']);let _0x2a65ea=![];_0x44d2c1['config']['accessibility']&&(_0x2a65ea=!![],process[_0x44936f(0x1bc)][_0x44936f(0x17c)]=_0x44d2c1['config'][_0x44936f(0x180)]);_0x44d2c1[_0x44936f(0x1a4)]['accessibilityOptions']&&(process[_0x44936f(0x1bc)][_0x44936f(0x1c1)]=JSON['stringify'](_0x44d2c1[_0x44936f(0x1a4)][_0x44936f(0x17f)]));const _0x40ddaf=_0x779bd5[_0x44936f(0x167)](),_0x28b791=await _0x4be4a7[_0x44936f(0x19c)](getUserPlaywrightConfig,_0x27543a,_0x779bd5);if(helper['isUndefined'](_0x28b791)){_0x4be4a7[_0x44936f(0x1d8)](spawnOriginalProcess,_0x40ddaf);return;}const _0x4f3f83=_0x28b791[_0x44936f(0x1ac)]?path[_0x44936f(0x1af)](_0x28b791[_0x44936f(0x1ac)]):process[_0x44936f(0x1dc)]();process['env'][_0x44936f(0x1c2)]=_0x4f3f83,await TestHubHandler[_0x44936f(0x1bd)](FRAMEWORKS['PLAYWRIGHT'],_0x44d2c1);_0xb9d316&&_0x4be4a7['DlHqn'](handleO11yRerun,_0x779bd5);let _0x514396=_0x4be4a7[_0x44936f(0x160)](process['env'][_0x44936f(0x17c)],_0x4be4a7['PpdsW']);_0x514396=_0x514396||_0x4be4a7['Rwyks'](checkAccessibilityPlatformConfig,_0x44d2c1[_0x44936f(0x1a4)]),process['env'][_0x44936f(0x17c)]=_0x514396;_0x514396&&_0x4be4a7[_0x44936f(0x1c4)](setAccessibilityCapabilities,_0x44d2c1[_0x44936f(0x1a4)]);const _0x18addc=path['join'](_0x28b791[_0x44936f(0x1ac)]?path[_0x44936f(0x1af)](_0x28b791['path']):process['cwd'](),_0x4be4a7[_0x44936f(0x1a2)]);fs['writeFileSync'](_0x18addc,helper[_0x44936f(0x184)](_0x44d2c1[_0x44936f(0x1a4)])),process[_0x44936f(0x1bc)]['BROWSERSTACK_SETUP_CONFIG_PATH']=_0x18addc,helper[_0x44936f(0x1ca)]();let _0x2e182c='';_0x4be4a7[_0x44936f(0x160)](helper[_0x44936f(0x1f1)](),constants['PACKAGE_TYPE'][_0x44936f(0x158)])?_0x2e182c=_0x4be4a7[_0x44936f(0x1cc)]:_0x2e182c=_0x4be4a7[_0x44936f(0x17e)];let _0x226f65='';if(helper['isTypescriptProject'](_0x28b791[_0x44936f(0x1ac)])){_0x226f65=_0x44936f(0x1e6);const _0xf5ce1c=_0x2e182c[_0x44936f(0x1ec)]('.');_0xf5ce1c[_0x4be4a7[_0x44936f(0x19d)](_0xf5ce1c[_0x44936f(0x163)],0x1)]='ts',_0x2e182c=_0xf5ce1c[_0x44936f(0x15a)]('.'),logger[_0x44936f(0x1d4)](_0x4be4a7['EUMrt'](_0x4be4a7['euCOV'],_0x2e182c));}else _0x226f65=_0x44936f(0x19f);const _0x50abbc=path['join'](_0x28b791[_0x44936f(0x1ac)]?path[_0x44936f(0x1af)](_0x28b791[_0x44936f(0x1ac)]):process[_0x44936f(0x1dc)](),_0x2e182c);let _0x2accd8=_0x28b791['path']?_0x28b791['path']:'';_0x2accd8=_0x4be4a7[_0x44936f(0x16d)](_0x2accd8[_0x44936f(0x163)],0x0)?path[_0x44936f(0x18e)](_0x2accd8):'',process[_0x44936f(0x1bc)]['USER_CONFIG_DETAILS_PATH']=_0x2accd8;const _0x3816ae=helper['getProxyUrl'](_0x44d2c1['config']);_0x3816ae&&(_0x226f65=_0x4be4a7[_0x44936f(0x1e4)](_0x44936f(0x17b)+_0x3816ae+_0x44936f(0x1df),_0x226f65));helper[_0x44936f(0x1da)]({},_0x779bd5),fs[_0x44936f(0x178)](_0x50abbc,_0x226f65),helper[_0x44936f(0x1ef)]();const _0x3b6fd5=_0x4be4a7[_0x44936f(0x1d9)](spawn,_0x4be4a7[_0x44936f(0x1cf)],[_0x4be4a7[_0x44936f(0x1b0)],_0x4be4a7['MTCef'],_0x4be4a7['OtErN'],_0x50abbc,..._0x779bd5[_0x44936f(0x19e)](0x2)],{'shell':_0x4be4a7[_0x44936f(0x177)](process[_0x44936f(0x1d0)],_0x4be4a7[_0x44936f(0x1b9)]),'stdio':_0x4be4a7['XHLzI'],'cwd':process['cwd'](),'env':Object['assign']({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x44936f(0x18a)](_0x27543a),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x44d2c1['config'][_0x44936f(0x1e3)]['skipSessionStatus'],'BROWSERSTACK_SKIP_SESSION_NAME':_0x44d2c1[_0x44936f(0x1a4)]['testContextOptions'][_0x44936f(0x1f0)],'BROWSERSTACK_LOG_LEVEL':_0x44d2c1[_0x44936f(0x1a4)][_0x44936f(0x1ae)]})}),_0x29f30d=()=>{const _0x2e6e28=_0x44936f;try{const _0x38a5d0=path[_0x2e6e28(0x15a)](helper['homedir'](),_0x4be4a7[_0x2e6e28(0x1c0)],_0x4be4a7[_0x2e6e28(0x1c7)]);if(fs[_0x2e6e28(0x1d6)](_0x38a5d0)){let _0x42b900=fs[_0x2e6e28(0x1ee)](_0x38a5d0);_0x42b900=JSON['parse'](_0x42b900),_0x44d2c1[_0x2e6e28(0x1d7)]=_0x42b900,fs[_0x2e6e28(0x174)](_0x38a5d0);}}catch(_0x1fa6d2){logger[_0x2e6e28(0x1d4)](_0x4be4a7[_0x2e6e28(0x15f)](_0x4be4a7[_0x2e6e28(0x1c3)],_0x1fa6d2));}};_0x3b6fd5['on'](_0x4be4a7[_0x44936f(0x17d)],async _0x28559e=>{const _0x54f84e=_0x44936f;try{const _0x48ac21=_0x4be4a7[_0x54f84e(0x1ad)][_0x54f84e(0x1ec)]('|');let _0xf5529b=0x0;while(!![]){switch(_0x48ac21[_0xf5529b++]){case'0':fs[_0x54f84e(0x174)](_0x50abbc);continue;case'1':await TestHubHandler[_0x54f84e(0x1e7)]();continue;case'2':await utilities['finalExecution'](_0x44d2c1);continue;case'3':fs[_0x54f84e(0x174)](_0x18addc);continue;case'4':process[_0x54f84e(0x168)]=_0x28559e;continue;case'5':logger[_0x54f84e(0x1e2)]('Deleting\x20'+_0x50abbc);continue;case'6':logger[_0x54f84e(0x1d4)](_0x54f84e(0x176)+_0x18addc);continue;case'7':logger['debug'](_0x54f84e(0x157)+_0x28559e);continue;case'8':_0x4be4a7[_0x54f84e(0x179)](_0x29f30d);continue;}break;}}catch(_0x10d5e3){logger[_0x54f84e(0x1d4)](_0x4be4a7[_0x54f84e(0x15f)](_0x4be4a7[_0x54f84e(0x1d3)],_0x10d5e3));}});}module['exports']=run;function a35_0x3bc7(){const _0x1e8909=['GgmfV','argv','nkniA','pw_result.json','./accessibility-helper','VXgWQ','startsWith','LYqjf','npx','AWLJh','27PRULqW','2498370jVnYsU','../../helpers/accessibility-automation/helper','mOQnX','lLgmG','slice','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','../../helpers/test-observability/error-handler','splice','fiHuz','trim','config','homedir','win32','includes','false','Error\x20in\x20deleting\x20playwright\x20results','util','indexOf','path','oQJhN','logLevel','dirname','kTcMI','tDzRA','rcOmj','../../helpers/testhub/utils','./reporter/pwUtils','../../helpers/test-observability/utils','--config','null','BrowserStack\x20config\x20file\x20not\x20found.','TxFCL','--disable-test-observability','--config=','env','launchBuild','push','iWfSy','SrUqD','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_PW_CONFIG_DIR','QgGoY','zrSur','cLYMI','1970745DpOGgA','AfvJd','Cpwtm','get','clearTempPWConfig','testObservability','PZYbm','has','Error\x20in\x20getting\x20funnel\x20data\x20results','rlbPI','platform','close','automation','awmmI','debug','guILT','existsSync','errorMessage','DlHqn','ktECE','filterBrowserstackArgs','BROWSERSTACK_RERUN_TESTS','cwd','vjvPX','--disable-browserstack-automation','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','kWnmq','playwright','info','testContextOptions','FSvBf','197728TaVATv','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','stop','apply','831576dhHdZT','JwWVY','3jWetTl','split','requirePWModule','readFileSync','markSDKSetupComplete','skipSessionName','getPackageType','aWAzT','BuYdM','yyqTv','playwright-browserstack-sdk.config.js','../../helpers/helper','test','Playwright\x20process\x20exited\x20with\x20code\x20','MODULE','resolvedConfigFile','join','ZPVlu','map','../../helpers/utilities','201808XvEuhQ','EUMrt','IIQQz','cliConfig','nestedKeyValue','length','browserstackSetupConfig.json','--grep','isFalse','concat','exitCode','5722682VfWcjV','findIndex','filter','.browserstack','vEyHM','Updated\x20config\x20file\x20name\x20to\x20-\x20','PAzhz','BROWSERSTACK_TEST_OBSERVABILITY','playwright-browserstack-sdk.config.cjs','isUndefined','54aFsnGb','unlinkSync','isTrue','Deleting\x20','KQqWq','writeFileSync','UMXWD','../../helpers/test-observability/constants','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BTLyH','nojcj','accessibilityOptions','accessibility','inherit','../../helpers/testhub/testhubHandler','Error\x20in\x20closing\x20playwright','serializeToYamlString','BROWSERSTACK_AUTOMATION','BROWSERSTACK_RERUN','zSman','child_process','QoVgy','getConfigPath','kfVVQ','initialize','5654838UzVSCj','resolve'];a35_0x3bc7=function(){return _0x1e8909;};return a35_0x3bc7();}
2
+ 'use strict';function a35_0x5e90(_0x3c0f11,_0x323520){const _0xbc6cf0=a35_0xbc6c();return a35_0x5e90=function(_0x5e90c1,_0x283cd9){_0x5e90c1=_0x5e90c1-0x1b8;let _0x49e138=_0xbc6cf0[_0x5e90c1];return _0x49e138;},a35_0x5e90(_0x3c0f11,_0x323520);}const a35_0x42fa4d=a35_0x5e90;function a35_0xbc6c(){const _0x20c577=['\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','logLevel','length','24qShnxC','oVhrc','UGvsN','HJrYF','3874525gvLTuu','3441712GlfoZH','iJiqT','../../helpers/BrowserStackSetup','vlAoD','6699483pywkQL','AxBXg','--config=','oaDco','automation','BROWSERSTACK_SETUP_CONFIG_PATH','../../helpers/helper','false','env','tMWjy','includes','hLign','FfhxM','jwXAa','exports','558493EdEnHb','startsWith','mXuzA','BROWSERSTACK_RERUN_TESTS','inherit','BROWSERSTACK_TEST_ACCESSIBILITY_YML','waieH','slice','errorMessage','skipSessionStatus','test','map','eFMED','getConfigPath','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getProxyUrl','close','uGCbc','jWqpQ','RGjpQ','config','soWGG','./reporter/pwUtils','accessibility','qtDNk','apply','clearTempPWConfig','writeFileSync','true','BROWSERSTACK_PW_CONFIG_DIR','stop','0|8|1|6|4|7|5|3|2','afCQn','IboEZ','win32','isTrue','get','elpLg','cHVdD','../../helpers/test-observability/error-handler','indexOf','nrfSK','matiZ','cliConfig','2047575skKShS','resolve','DjvkK','accessibilityOptions','pw_result.json','--config','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','launchBuild','tiwjW','isTypescriptProject','TBwmA','nestedKeyValue','info','skipSessionName','existsSync','exitCode','Deleting\x20','MTKCn','child_process','finalExecution','SFoQZ','4438vaZUYj','isUndefined','parse','../../helpers/testhub/testhubHandler','serializeToYamlString','USER_CONFIG_DETAILS_PATH','PLAYWRIGHT','YtkzL','../../helpers/testhub/utils','argv','split','filter','BROWSERSTACK_AUTOMATION','../../helpers/accessibility-automation/helper','filterBrowserstackArgs','splice','5917776lGOPYr','../../helpers/test-observability/constants','unlinkSync','aANLu','aaSlD','BROWSERSTACK_TEST_OBSERVABILITY','Error\x20in\x20deleting\x20playwright\x20results','requirePWModule','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','markSDKSetupComplete','yTNcG','cwd','--disable-test-observability','util','jHOhr','--grep','homedir','playwright','Error\x20in\x20getting\x20funnel\x20data\x20results','resolvedConfigFile','platform','testContextOptions','testObservability','join','mnTry','assign','initialize','playwright-browserstack-sdk.config.js','path','hOblz','XGpqf','--disable-browserstack-automation','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','ETfRs','debug','xQCoj','concat','browserstackSetupConfig.json'];a35_0xbc6c=function(){return _0x20c577;};return a35_0xbc6c();}(function(_0x12ea8d,_0x29abe3){const _0x4f5a4c=a35_0x5e90,_0x1bd559=_0x12ea8d();while(!![]){try{const _0x567c44=-parseInt(_0x4f5a4c(0x1f6))/0x1+-parseInt(_0x4f5a4c(0x237))/0x2+-parseInt(_0x4f5a4c(0x222))/0x3+-parseInt(_0x4f5a4c(0x1e3))/0x4+parseInt(_0x4f5a4c(0x1e2))/0x5+-parseInt(_0x4f5a4c(0x247))/0x6+-parseInt(_0x4f5a4c(0x1e7))/0x7*(-parseInt(_0x4f5a4c(0x1de))/0x8);if(_0x567c44===_0x29abe3)break;else _0x1bd559['push'](_0x1bd559['shift']());}catch(_0x4f204a){_0x1bd559['push'](_0x1bd559['shift']());}}}(a35_0xbc6c,0x87c77));const fs=require('fs'),path=require(a35_0x42fa4d(0x1d1)),{spawn}=require(a35_0x42fa4d(0x234)),{format}=require(a35_0x42fa4d(0x1c2)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a35_0x42fa4d(0x1e5)),helper=require(a35_0x42fa4d(0x1ed)),utilities=require('../../helpers/utilities'),constants=require('../utils/constants'),{FRAMEWORKS}=require(a35_0x42fa4d(0x248)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a35_0x42fa4d(0x20c)),{CrashReporter}=require(a35_0x42fa4d(0x21d)),{getFrameworkVersion}=require('../../helpers/test-observability/utils'),{checkAccessibilityPlatformConfig}=require(a35_0x42fa4d(0x244)),{setAccessibilityCapabilities}=require('./accessibility-helper'),TestHubHandler=require(a35_0x42fa4d(0x23a)),{shouldProcessEventForTesthub}=require(a35_0x42fa4d(0x23f)),getUserPlaywrightConfig=async(_0x513d41,_0x5d0f0c)=>{const _0x2206a5=a35_0x42fa4d,_0x26a7d7={'zCCec':function(_0x1a7273){return _0x1a7273();},'qtDNk':function(_0x2cd912,_0x20fb6c){return _0x2cd912(_0x20fb6c);},'oVhrc':_0x2206a5(0x1c8),'FfhxM':_0x2206a5(0x1e9)},_0x51f390=!helper[_0x2206a5(0x238)](_0x513d41[_0x2206a5(0x20a)]),_0x1457eb=_0x51f390?path[_0x2206a5(0x223)](process[_0x2206a5(0x1c0)](),_0x513d41[_0x2206a5(0x20a)]):process[_0x2206a5(0x1c0)](),{resolveConfigFile:_0x4077d1,resolveConfigLocation:_0x2091e1}=helper[_0x2206a5(0x1bc)][_0x2206a5(0x20f)](null,_0x26a7d7['zCCec'](getConfigLoaderPath)),_0x3e74bf=_0x4077d1?_0x26a7d7['qtDNk'](_0x4077d1,_0x1457eb):helper[_0x2206a5(0x22d)](_0x26a7d7[_0x2206a5(0x20e)](_0x2091e1,_0x1457eb),[_0x26a7d7[_0x2206a5(0x1df)]]),_0x6458d6={};if(_0x51f390){const _0x8e492b=_0x5d0f0c['findIndex'](_0x440330=>_0x440330===_0x2206a5(0x227)||_0x440330==='-c'||_0x440330[_0x2206a5(0x1f7)](_0x2206a5(0x1e9)));_0x5d0f0c[_0x2206a5(0x246)](_0x8e492b,_0x5d0f0c[_0x8e492b][_0x2206a5(0x1f7)](_0x26a7d7[_0x2206a5(0x1f3)])?0x1:0x2);}const _0x3d01d7={};return _0x3d01d7[_0x2206a5(0x1d1)]=_0x3e74bf,_0x3d01d7['config']=_0x6458d6,_0x3d01d7;},handleO11yRerun=_0xc6844d=>{const _0x17ad5c=a35_0x42fa4d,_0x5e86b8={};_0x5e86b8['YeSVY']=function(_0x2767d8,_0x5a1b4c){return _0x2767d8!==_0x5a1b4c;},_0x5e86b8[_0x17ad5c(0x217)]='null',_0x5e86b8[_0x17ad5c(0x1e4)]=_0x17ad5c(0x1c4);const _0x56d49b=_0x5e86b8,_0xc29d5c=helper[_0x17ad5c(0x219)](process[_0x17ad5c(0x1ef)]['BROWSERSTACK_RERUN']);if(_0xc29d5c){const _0x1e12e8=process['env'][_0x17ad5c(0x1f9)],_0x5f484b=[];if(_0x56d49b['YeSVY'](_0x1e12e8,_0x56d49b[_0x17ad5c(0x217)])&&!helper[_0x17ad5c(0x238)](_0x1e12e8)){_0x1e12e8['split'](',')[_0x17ad5c(0x201)](_0x385361=>{_0x5f484b['push']('('+_0x385361['trim']()+')');});const _0x2245d5='^'+_0x5f484b[_0x17ad5c(0x1cc)]('|')+'$';_0xc6844d['push'](_0x56d49b[_0x17ad5c(0x1e4)],_0x2245d5);}}},spawnOriginalProcess=_0x3c7985=>{const _0x45cabb=a35_0x42fa4d,_0xa461f3={'UGvsN':function(_0x1bcc0b,_0x22af32,_0x340bed,_0x36e2ae){return _0x1bcc0b(_0x22af32,_0x340bed,_0x36e2ae);},'QldNv':'npx','uiILO':_0x45cabb(0x1c6),'vfCDf':function(_0x435f35,_0x4432ad){return _0x435f35===_0x4432ad;},'ppgbL':_0x45cabb(0x218),'nopxe':_0x45cabb(0x1fa)};_0xa461f3[_0x45cabb(0x1e0)](spawn,_0xa461f3['QldNv'],[_0xa461f3['uiILO'],..._0x3c7985['slice'](0x1)],{'shell':_0xa461f3['vfCDf'](process[_0x45cabb(0x1c9)],_0xa461f3['ppgbL']),'stdio':_0xa461f3['nopxe'],'cwd':process[_0x45cabb(0x1c0)]()});},isTestCommand=(_0x52301e,_0x4d6d3c)=>{const _0x4ea620=a35_0x42fa4d,_0x4a1f4d={};_0x4a1f4d[_0x4ea620(0x216)]=function(_0x43b60e,_0x170c88){return _0x43b60e>_0x170c88;},_0x4a1f4d[_0x4ea620(0x1bf)]=function(_0x4f9c33,_0x39ede1){return _0x4f9c33===_0x39ede1;},_0x4a1f4d[_0x4ea620(0x21b)]=_0x4ea620(0x200);const _0x331797=_0x4a1f4d;if(_0x331797['afCQn'](_0x4d6d3c['length'],0x1)&&_0x331797[_0x4ea620(0x1bf)](_0x4d6d3c[0x1],_0x331797[_0x4ea620(0x21b)]))return!![];return![];};async function run(_0x451386,_0x105cab){const _0x251884=a35_0x42fa4d,_0x554038={'jWqpQ':'.browserstack','ETfRs':_0x251884(0x226),'tMWjy':function(_0x3acd69,_0x3af05b){return _0x3acd69+_0x3af05b;},'LBDCB':_0x251884(0x1c7),'XGpqf':_0x251884(0x215),'eFMED':function(_0x138bc0){return _0x138bc0();},'mXuzA':'Error\x20in\x20closing\x20playwright','HJrYF':_0x251884(0x1d4),'waieH':_0x251884(0x1ee),'RGjpQ':'--disable-test-observability','aANLu':function(_0x2867aa,_0x55c1e1){return _0x2867aa>=_0x55c1e1;},'jHOhr':_0x251884(0x1bb),'cHVdD':function(_0x4d2b07,_0x45a031,_0x2742c2){return _0x4d2b07(_0x45a031,_0x2742c2);},'xQCoj':function(_0x682ebd,_0x2351f9){return _0x682ebd(_0x2351f9);},'jAyjE':'BrowserStack\x20config\x20file\x20not\x20found.','jwXAa':_0x251884(0x1eb),'AxBXg':function(_0x3aa539,_0x4a9db9){return _0x3aa539!=_0x4a9db9;},'giefW':function(_0x243f3e,_0x3a355d){return _0x243f3e(_0x3a355d);},'uGCbc':function(_0x16f976,_0x2316fe){return _0x16f976===_0x2316fe;},'tiwjW':_0x251884(0x212),'soWGG':function(_0x21ee4e,_0x5c44ed){return _0x21ee4e(_0x5c44ed);},'TBwmA':_0x251884(0x1da),'matiZ':function(_0x695f4f,_0x2160b8){return _0x695f4f===_0x2160b8;},'hLign':'playwright-browserstack-sdk.config.cjs','tnVVm':_0x251884(0x1d0),'vlAoD':function(_0x271a58,_0x89989c){return _0x271a58-_0x89989c;},'wOEHv':function(_0x52d23b,_0xdfe71c){return _0x52d23b+_0xdfe71c;},'hOblz':'Updated\x20config\x20file\x20name\x20to\x20-\x20','oaDco':function(_0x26d61f,_0x297bee){return _0x26d61f>_0x297bee;},'CwvmZ':function(_0x5b9492,_0x61f8d3,_0x532f72,_0x4955bd){return _0x5b9492(_0x61f8d3,_0x532f72,_0x4955bd);},'DjvkK':'npx','mnTry':'playwright','MTKCn':_0x251884(0x200),'SFoQZ':_0x251884(0x227),'nrfSK':function(_0x3d3696,_0xeba872){return _0x3d3696===_0xeba872;},'aaSlD':_0x251884(0x218),'YtkzL':_0x251884(0x1fa),'XyxMw':_0x251884(0x206)};!helper['isFalse'](process['env'][_0x251884(0x243)])&&(process[_0x251884(0x1ef)]['BROWSERSTACK_AUTOMATION']=!![]);process[_0x251884(0x240)][_0x251884(0x1f1)](_0x554038[_0x251884(0x1e1)])&&(process['env'][_0x251884(0x243)]=_0x554038['waieH'],_0x105cab=_0x105cab[_0x251884(0x242)](_0x187b7d=>_0x187b7d!==_0x251884(0x1d4)));const _0x3e07f9=_0x105cab[_0x251884(0x21e)](_0x554038[_0x251884(0x209)]);_0x554038[_0x251884(0x1b8)](_0x3e07f9,0x0)&&(process['env'][_0x251884(0x1ba)]=_0x554038[_0x251884(0x1fc)],_0x105cab=_0x105cab[_0x251884(0x242)](_0x1c8d78=>_0x1c8d78!==_0x251884(0x1c1)));try{const _0x2b7583=path[_0x251884(0x1cc)](helper[_0x251884(0x1c5)](),_0x554038['jWqpQ'],_0x554038['ETfRs']);fs['existsSync'](_0x2b7583)&&fs['unlinkSync'](_0x2b7583);}catch(_0x3d94a9){logger[_0x251884(0x1d7)](_0x554038[_0x251884(0x1f0)](_0x554038[_0x251884(0x1c3)],_0x3d94a9));}if(!_0x554038[_0x251884(0x21c)](isTestCommand,_0x451386,_0x105cab)){_0x554038[_0x251884(0x1d8)](spawnOriginalProcess,_0x105cab);return;}const _0x6b30f9=new BrowserStackSetup(_0x451386,FRAMEWORKS[_0x251884(0x23d)]);if(!_0x6b30f9[_0x251884(0x20a)]){logger['error'](_0x554038['jAyjE']);return;}await _0x6b30f9[_0x251884(0x1cf)]();!helper[_0x251884(0x238)](_0x6b30f9['cliConfig'])&&_0x6b30f9[_0x251884(0x221)]['has'](_0x554038[_0x251884(0x1f4)])&&(process['env'][_0x251884(0x243)]=_0x6b30f9['cliConfig'][_0x251884(0x21a)](_0x554038[_0x251884(0x1f4)])||!![]);_0x554038[_0x251884(0x1e8)](_0x6b30f9[_0x251884(0x20a)][_0x251884(0x1cb)],null)&&!helper['isTrue'](process[_0x251884(0x1ef)][_0x251884(0x1ba)])&&(process['env'][_0x251884(0x1ba)]=process[_0x251884(0x1ef)][_0x251884(0x1ba)]||_0x6b30f9[_0x251884(0x20a)][_0x251884(0x1cb)]);const _0x1a9c51=!helper['isFalse'](process[_0x251884(0x1ef)]['BROWSERSTACK_TEST_OBSERVABILITY']);let _0x1d4bbe=![];_0x6b30f9[_0x251884(0x20a)][_0x251884(0x20d)]&&(_0x1d4bbe=!![],process[_0x251884(0x1ef)][_0x251884(0x1fb)]=_0x6b30f9[_0x251884(0x20a)][_0x251884(0x20d)]);_0x6b30f9[_0x251884(0x20a)][_0x251884(0x225)]&&(process['env'][_0x251884(0x204)]=JSON['stringify'](_0x6b30f9[_0x251884(0x20a)][_0x251884(0x225)]));const _0x390fc3=_0x105cab[_0x251884(0x1d9)](),_0x3e3004=await _0x554038[_0x251884(0x21c)](getUserPlaywrightConfig,_0x451386,_0x105cab);if(helper[_0x251884(0x238)](_0x3e3004)){_0x554038['giefW'](spawnOriginalProcess,_0x390fc3);return;}const _0x4243b1=_0x3e3004['path']?path['dirname'](_0x3e3004['path']):process[_0x251884(0x1c0)]();process[_0x251884(0x1ef)][_0x251884(0x213)]=_0x4243b1,await TestHubHandler[_0x251884(0x229)](FRAMEWORKS[_0x251884(0x23d)],_0x6b30f9);_0x1a9c51&&_0x554038['giefW'](handleO11yRerun,_0x105cab);let _0x193a4c=_0x554038[_0x251884(0x207)](process['env'][_0x251884(0x1fb)],_0x554038[_0x251884(0x22a)]);_0x193a4c=_0x193a4c||_0x554038[_0x251884(0x20b)](checkAccessibilityPlatformConfig,_0x6b30f9[_0x251884(0x20a)]),process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x193a4c;_0x193a4c&&_0x554038[_0x251884(0x20b)](setAccessibilityCapabilities,_0x6b30f9['config']);const _0x409d9d=path[_0x251884(0x1cc)](_0x3e3004[_0x251884(0x1d1)]?path['dirname'](_0x3e3004[_0x251884(0x1d1)]):process[_0x251884(0x1c0)](),_0x554038[_0x251884(0x22c)]);fs[_0x251884(0x211)](_0x409d9d,helper[_0x251884(0x23b)](_0x6b30f9['config'])),process[_0x251884(0x1ef)][_0x251884(0x1ec)]=_0x409d9d,helper[_0x251884(0x210)]();let _0x31b2b9='';_0x554038[_0x251884(0x220)](helper['getPackageType'](),constants['PACKAGE_TYPE']['MODULE'])?_0x31b2b9=_0x554038[_0x251884(0x1f2)]:_0x31b2b9=_0x554038['tnVVm'];let _0x54a9e3='';if(helper[_0x251884(0x22b)](_0x3e3004['path'])){_0x54a9e3=_0x251884(0x1db);const _0x5b16a7=_0x31b2b9[_0x251884(0x241)]('.');_0x5b16a7[_0x554038[_0x251884(0x1e6)](_0x5b16a7[_0x251884(0x1dd)],0x1)]='ts',_0x31b2b9=_0x5b16a7[_0x251884(0x1cc)]('.'),logger[_0x251884(0x1d7)](_0x554038['wOEHv'](_0x554038[_0x251884(0x1d2)],_0x31b2b9));}else _0x54a9e3=_0x251884(0x228);const _0x478a73=path[_0x251884(0x1cc)](_0x3e3004['path']?path['dirname'](_0x3e3004[_0x251884(0x1d1)]):process[_0x251884(0x1c0)](),_0x31b2b9);let _0x5e4dfc=_0x3e3004[_0x251884(0x1d1)]?_0x3e3004[_0x251884(0x1d1)]:'';_0x5e4dfc=_0x554038[_0x251884(0x1ea)](_0x5e4dfc[_0x251884(0x1dd)],0x0)?path[_0x251884(0x223)](_0x5e4dfc):'',process[_0x251884(0x1ef)][_0x251884(0x23c)]=_0x5e4dfc;const _0x4a12d0=helper[_0x251884(0x205)](_0x6b30f9[_0x251884(0x20a)]);_0x4a12d0&&(_0x54a9e3=_0x554038[_0x251884(0x1f0)](_0x251884(0x1d5)+_0x4a12d0+_0x251884(0x1bd),_0x54a9e3));helper[_0x251884(0x245)]({},_0x105cab),fs[_0x251884(0x211)](_0x478a73,_0x54a9e3),helper[_0x251884(0x1be)]();const _0x508da3=_0x554038['CwvmZ'](spawn,_0x554038[_0x251884(0x224)],[_0x554038[_0x251884(0x1cd)],_0x554038[_0x251884(0x233)],_0x554038[_0x251884(0x236)],_0x478a73,..._0x105cab[_0x251884(0x1fd)](0x2)],{'shell':_0x554038[_0x251884(0x21f)](process[_0x251884(0x1c9)],_0x554038[_0x251884(0x1b9)]),'stdio':_0x554038[_0x251884(0x23e)],'cwd':process['cwd'](),'env':Object[_0x251884(0x1ce)]({},process[_0x251884(0x1ef)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x251884(0x203)](_0x451386),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x6b30f9[_0x251884(0x20a)][_0x251884(0x1ca)][_0x251884(0x1ff)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x6b30f9[_0x251884(0x20a)][_0x251884(0x1ca)][_0x251884(0x22f)],'BROWSERSTACK_LOG_LEVEL':_0x6b30f9[_0x251884(0x20a)][_0x251884(0x1dc)]})}),_0x56ddc2=()=>{const _0x231644=_0x251884;try{const _0x5eb71d=path[_0x231644(0x1cc)](helper[_0x231644(0x1c5)](),_0x554038[_0x231644(0x208)],_0x554038[_0x231644(0x1d6)]);if(fs[_0x231644(0x230)](_0x5eb71d)){let _0x4fc7d1=fs['readFileSync'](_0x5eb71d);_0x4fc7d1=JSON[_0x231644(0x239)](_0x4fc7d1),_0x6b30f9[_0x231644(0x1fe)]=_0x4fc7d1,fs[_0x231644(0x249)](_0x5eb71d);}}catch(_0x3eb788){logger['debug'](_0x554038['tMWjy'](_0x554038['LBDCB'],_0x3eb788));}};_0x508da3['on'](_0x554038['XyxMw'],async _0x4d2294=>{const _0x4a2125=_0x251884;try{const _0x589395=_0x554038[_0x4a2125(0x1d3)][_0x4a2125(0x241)]('|');let _0x54ea51=0x0;while(!![]){switch(_0x589395[_0x54ea51++]){case'0':_0x554038[_0x4a2125(0x202)](_0x56ddc2);continue;case'1':await utilities[_0x4a2125(0x235)](_0x6b30f9);continue;case'2':fs[_0x4a2125(0x249)](_0x409d9d);continue;case'3':logger[_0x4a2125(0x1d7)](_0x4a2125(0x232)+_0x409d9d);continue;case'4':logger[_0x4a2125(0x1d7)]('Playwright\x20process\x20exited\x20with\x20code\x20'+_0x4d2294);continue;case'5':fs['unlinkSync'](_0x478a73);continue;case'6':process[_0x4a2125(0x231)]=_0x4d2294;continue;case'7':logger[_0x4a2125(0x22e)]('Deleting\x20'+_0x478a73);continue;case'8':await TestHubHandler[_0x4a2125(0x214)]();continue;}break;}}catch(_0x184534){logger[_0x4a2125(0x1d7)](_0x554038[_0x4a2125(0x1f0)](_0x554038[_0x4a2125(0x1f8)],_0x184534));}});}module[a35_0x42fa4d(0x1f5)]=run;
@@ -1 +1 @@
1
- const a36_0x49d56b=a36_0x3e62;function a36_0x3e62(_0x461366,_0xad0d14){const _0x412dbe=a36_0x412d();return a36_0x3e62=function(_0x3e62b2,_0x28c1f8){_0x3e62b2=_0x3e62b2-0x1db;let _0x11efd0=_0x412dbe[_0x3e62b2];return _0x11efd0;},a36_0x3e62(_0x461366,_0xad0d14);}(function(_0x254f65,_0x3cd665){const _0x4ee672=a36_0x3e62,_0x16fcd4=_0x254f65();while(!![]){try{const _0x27e4c7=parseInt(_0x4ee672(0x205))/0x1*(-parseInt(_0x4ee672(0x1f9))/0x2)+-parseInt(_0x4ee672(0x1dc))/0x3*(-parseInt(_0x4ee672(0x1de))/0x4)+parseInt(_0x4ee672(0x1e5))/0x5+-parseInt(_0x4ee672(0x1e6))/0x6+parseInt(_0x4ee672(0x1fb))/0x7+-parseInt(_0x4ee672(0x1ec))/0x8*(parseInt(_0x4ee672(0x1fc))/0x9)+parseInt(_0x4ee672(0x1e7))/0xa*(-parseInt(_0x4ee672(0x202))/0xb);if(_0x27e4c7===_0x3cd665)break;else _0x16fcd4['push'](_0x16fcd4['shift']());}catch(_0x2eafb8){_0x16fcd4['push'](_0x16fcd4['shift']());}}}(a36_0x412d,0x73637));function a36_0x412d(){const _0x10c3ea=['bCIds','Path\x20','dgMfT','Xuohm','debug','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','834tQOEMd','PLAYWRIGHT','9368sdcXuB','function','Vpcke','child_process','etLYs','config','gkkgQ','4311795Kbcnfb','4027458VSBEra','10dfCOxE','exports','isHandlePWErrorSet','Wqgpq','Call\x20to\x20child\x20fork\x20with\x20args\x20','1470856kpvLjK','apply','UKXht','\x20is\x20not\x20found','compareVersions','util','Xqnmg','env','./mock-process.js','./patches','PGcpv','includes','./reporter/pwUtils','617242dhWtBX','requirePWModule','5628042lzrVPR','36WwbfKw','winstonLogger','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','fork','Running\x20existing\x20global\x20setup','../../helpers/logger','1424698cpailv','hKFAj','../../helpers/test-observability/constants','1FLSzbQ'];a36_0x412d=function(){return _0x10c3ea;};return a36_0x412d();}const util=require(a36_0x49d56b(0x1f1)),child_process=require(a36_0x49d56b(0x1e1)),{FRAMEWORKS}=require(a36_0x49d56b(0x204)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),helper=require('../../helpers/helper'),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x49d56b(0x1f8)),{mockIsWorkerRedundant}=require(a36_0x49d56b(0x1f5)),logger=require(a36_0x49d56b(0x201))[a36_0x49d56b(0x1fd)];module[a36_0x49d56b(0x1e8)]=async function(_0x29860e){const _0xf22e31=a36_0x49d56b,_0x5abcf4={'dgMfT':function(_0x443638,_0x2f3120){return _0x443638(_0x2f3120);},'bCIds':function(_0x219d69){return _0x219d69();},'tVnpJ':_0xf22e31(0x1f4),'gkkgQ':function(_0x2f8e18){return _0x2f8e18();},'Wqgpq':_0xf22e31(0x200),'PGcpv':function(_0x1294c3,_0x586a8f){return _0x1294c3>=_0x586a8f;},'Vpcke':'1.33.0','etLYs':function(_0x34adf7,_0x28b821,_0x1799da){return _0x34adf7(_0x28b821,_0x1799da);},'Xqnmg':function(_0x14f679,_0x3ff60c){return _0x14f679!==_0x3ff60c;},'hKFAj':_0xf22e31(0x1df),'Xuohm':'Not\x20able\x20to\x20import\x20globalSetup','UKXht':function(_0x56f7e5,_0x197052){return _0x56f7e5(_0x197052);}},_0xeb352f=child_process[_0xf22e31(0x1ff)];if(helper[_0xf22e31(0x1e9)]())try{_0x5abcf4[_0xf22e31(0x206)](mockIsWorkerRedundant);}catch(_0x5ebdb9){logger[_0xf22e31(0x20a)](_0xf22e31(0x1db)+util['format'](_0x5ebdb9));}child_process[_0xf22e31(0x1ff)]=function(){const _0x114107=_0xf22e31;return _0x5abcf4[_0x114107(0x208)](debug,_0x114107(0x1eb)+arguments[0x0]),arguments[0x0][_0x114107(0x1f7)](_0x5abcf4[_0x114107(0x206)](getForkProcessPath))?arguments[0x0]=require['resolve'](_0x5abcf4['tVnpJ']):logger['error'](_0x114107(0x207)+_0x5abcf4[_0x114107(0x1e4)](getForkProcessPath)+_0x114107(0x1ef)),_0xeb352f[_0x114107(0x1ed)](null,arguments);};if(process['env'][_0xf22e31(0x1fe)]){_0x5abcf4[_0xf22e31(0x208)](debug,_0x5abcf4[_0xf22e31(0x1ea)]);try{const {loadGlobalHook:_0xd54963}=helper[_0xf22e31(0x1fa)][_0xf22e31(0x1ed)](null,_0x5abcf4['gkkgQ'](getLoadUtilsPath)),_0x5509e3=_0x5abcf4[_0xf22e31(0x208)](getFrameworkVersion,FRAMEWORKS[_0xf22e31(0x1dd)]);let _0x3318b7=_0x29860e;if(_0x5abcf4[_0xf22e31(0x1f6)](helper[_0xf22e31(0x1f0)](_0x5509e3,_0x5abcf4[_0xf22e31(0x1e0)]),0x0)){const _0xf28d40={};_0xf28d40[_0xf22e31(0x1e3)]=_0x29860e,_0x3318b7=_0xf28d40;}const _0x41389d=await _0x5abcf4[_0xf22e31(0x1e2)](_0xd54963,_0x3318b7,process[_0xf22e31(0x1f3)][_0xf22e31(0x1fe)]);if(_0x5abcf4[_0xf22e31(0x1f2)](typeof _0x41389d,_0x5abcf4[_0xf22e31(0x203)]))throw new Error(_0x5abcf4[_0xf22e31(0x209)]);return _0x41389d[_0xf22e31(0x1ed)](null,arguments);}catch(_0x4b927e){_0x5abcf4[_0xf22e31(0x1ee)](debug,'Error\x20in\x20calling\x20existing\x20global\x20setup:\x20'+_0x4b927e['toString']());}}};
1
+ const a36_0x1cd49b=a36_0x2be4;(function(_0x2f67aa,_0x5603ba){const _0x4f3d3f=a36_0x2be4,_0x1a8d30=_0x2f67aa();while(!![]){try{const _0x4c3b6f=parseInt(_0x4f3d3f(0x148))/0x1*(parseInt(_0x4f3d3f(0x13b))/0x2)+parseInt(_0x4f3d3f(0x137))/0x3+parseInt(_0x4f3d3f(0x150))/0x4+parseInt(_0x4f3d3f(0x156))/0x5*(-parseInt(_0x4f3d3f(0x14d))/0x6)+-parseInt(_0x4f3d3f(0x139))/0x7*(parseInt(_0x4f3d3f(0x13e))/0x8)+parseInt(_0x4f3d3f(0x159))/0x9*(-parseInt(_0x4f3d3f(0x146))/0xa)+parseInt(_0x4f3d3f(0x153))/0xb;if(_0x4c3b6f===_0x5603ba)break;else _0x1a8d30['push'](_0x1a8d30['shift']());}catch(_0xa43441){_0x1a8d30['push'](_0x1a8d30['shift']());}}}(a36_0x1165,0x55fc1));const util=require(a36_0x1cd49b(0x14a)),child_process=require(a36_0x1cd49b(0x15a)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),helper=require(a36_0x1cd49b(0x133)),{getLoadUtilsPath,getForkProcessPath}=require('./reporter/pwUtils'),{mockIsWorkerRedundant}=require('./patches'),logger=require('../../helpers/logger')[a36_0x1cd49b(0x13f)];module['exports']=async function(_0x54221e){const _0x1493f3=a36_0x1cd49b,_0x139f6f={'WRPoj':function(_0x591ace,_0x3a5e32){return _0x591ace(_0x3a5e32);},'ysjPz':function(_0x460266){return _0x460266();},'uhHtJ':'./mock-process.js','rMRsZ':function(_0x456b49){return _0x456b49();},'oJFzY':function(_0x608dba){return _0x608dba();},'fRZib':function(_0x56afbf,_0x5c3a36){return _0x56afbf(_0x5c3a36);},'EhzAR':'Running\x20existing\x20global\x20setup','xWWBf':function(_0x1236f1,_0x3ebbea){return _0x1236f1>=_0x3ebbea;},'iAnfl':_0x1493f3(0x157),'qXmwd':function(_0x237af8,_0x34f17e,_0x8d05a5){return _0x237af8(_0x34f17e,_0x8d05a5);},'nCIJQ':function(_0x29e299,_0x2364ab){return _0x29e299!==_0x2364ab;},'Pekfq':'function','MZSHQ':_0x1493f3(0x144),'FxbDE':function(_0x1a90c1,_0xba58b){return _0x1a90c1(_0xba58b);}},_0x264225=child_process[_0x1493f3(0x134)];if(helper[_0x1493f3(0x14b)]())try{_0x139f6f[_0x1493f3(0x13c)](mockIsWorkerRedundant);}catch(_0x3fbecc){logger[_0x1493f3(0x142)]('Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20'+util[_0x1493f3(0x14c)](_0x3fbecc));}child_process[_0x1493f3(0x134)]=function(){const _0x5345cd=_0x1493f3;return _0x139f6f[_0x5345cd(0x14e)](debug,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0][_0x5345cd(0x140)](_0x139f6f[_0x5345cd(0x155)](getForkProcessPath))?arguments[0x0]=require['resolve'](_0x139f6f[_0x5345cd(0x132)]):logger['error']('Path\x20'+_0x139f6f['rMRsZ'](getForkProcessPath)+_0x5345cd(0x158)),_0x264225[_0x5345cd(0x131)](null,arguments);};if(process['env'][_0x1493f3(0x145)]){_0x139f6f[_0x1493f3(0x14f)](debug,_0x139f6f[_0x1493f3(0x12f)]);try{const {loadGlobalHook:_0x133a42}=helper[_0x1493f3(0x143)][_0x1493f3(0x131)](null,_0x139f6f['oJFzY'](getLoadUtilsPath)),_0x35742f=_0x139f6f[_0x1493f3(0x14e)](getFrameworkVersion,FRAMEWORKS[_0x1493f3(0x130)]);let _0x591416=_0x54221e;if(_0x139f6f['xWWBf'](helper[_0x1493f3(0x13a)](_0x35742f,_0x139f6f[_0x1493f3(0x141)]),0x0)){const _0x5c6a3b={};_0x5c6a3b[_0x1493f3(0x149)]=_0x54221e,_0x591416=_0x5c6a3b;}const _0xa296ba=await _0x139f6f[_0x1493f3(0x151)](_0x133a42,_0x591416,process[_0x1493f3(0x147)][_0x1493f3(0x145)]);if(_0x139f6f[_0x1493f3(0x154)](typeof _0xa296ba,_0x139f6f[_0x1493f3(0x138)]))throw new Error(_0x139f6f[_0x1493f3(0x136)]);return _0xa296ba[_0x1493f3(0x131)](null,arguments);}catch(_0x410420){_0x139f6f[_0x1493f3(0x152)](debug,_0x1493f3(0x13d)+_0x410420[_0x1493f3(0x135)]());}}};function a36_0x2be4(_0x34fb24,_0x39fb65){const _0x1165ae=a36_0x1165();return a36_0x2be4=function(_0x2be4a7,_0x4a0640){_0x2be4a7=_0x2be4a7-0x12f;let _0x85302a=_0x1165ae[_0x2be4a7];return _0x85302a;},a36_0x2be4(_0x34fb24,_0x39fb65);}function a36_0x1165(){const _0x5adb07=['iAnfl','debug','requirePWModule','Not\x20able\x20to\x20import\x20globalSetup','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','4570WTsxeI','env','46643iwwUhV','config','util','isHandlePWErrorSet','format','6BANRbY','WRPoj','fRZib','569896CZntLk','qXmwd','FxbDE','9784500dUBsne','nCIJQ','ysjPz','1975730NpnnpY','1.33.0','\x20is\x20not\x20found','9783LitKsI','child_process','EhzAR','PLAYWRIGHT','apply','uhHtJ','../../helpers/helper','fork','toString','MZSHQ','91347yHGENi','Pekfq','7vzFZTm','compareVersions','14DMwjXL','oJFzY','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','1158608JWnQOR','winstonLogger','includes'];a36_0x1165=function(){return _0x5adb07;};return a36_0x1165();}