browserstack-node-sdk 1.34.50 → 1.34.51

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 (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a29_0xe2e397=a29_0x2816;(function(_0x5013e9,_0xb0ed16){const _0x126f69=a29_0x2816,_0x24c72a=_0x5013e9();while(!![]){try{const _0x2789e1=-parseInt(_0x126f69(0x1c0))/0x1+parseInt(_0x126f69(0x1d7))/0x2*(-parseInt(_0x126f69(0x1d3))/0x3)+parseInt(_0x126f69(0x1bd))/0x4+-parseInt(_0x126f69(0x18b))/0x5*(-parseInt(_0x126f69(0x1e6))/0x6)+parseInt(_0x126f69(0x191))/0x7+parseInt(_0x126f69(0x1a0))/0x8+-parseInt(_0x126f69(0x1e4))/0x9*(parseInt(_0x126f69(0x178))/0xa);if(_0x2789e1===_0xb0ed16)break;else _0x24c72a['push'](_0x24c72a['shift']());}catch(_0x21dd5c){_0x24c72a['push'](_0x24c72a['shift']());}}}(a29_0x5d36,0xf0be1));const logger=require('../../../helpers/logger')['winstonLogger'],helper=require('../../../helpers/helper'),constants=require(a29_0xe2e397(0x18f)),hubAllocator=require(a29_0xe2e397(0x186)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0xe2e397(0x1f7)),{setAccessibilityCapabilities,setExtension}=require(a29_0xe2e397(0x1ad)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0xe2e397(0x1ae)),globals=require(a29_0xe2e397(0x1f9)),{overrideExecute}=require(a29_0xe2e397(0x1da)),modify=(_0x4098f7,_0x153282=null,_0x1826d1=![])=>{const _0x170784=a29_0xe2e397,_0x354170={'yXukv':function(_0x7f2ad7,_0x2e1cf1){return _0x7f2ad7!==_0x2e1cf1;},'TYxvd':_0x170784(0x1ba),'kBPTc':function(_0x2183d0,_0x242bcb){return _0x2183d0+_0x242bcb;},'dYALy':_0x170784(0x1a1),'oDBia':'/wd/hub','gLfVe':_0x170784(0x1f0),'rzmUI':_0x170784(0x1ec),'nYTje':_0x170784(0x1b8),'hdsEh':_0x170784(0x187),'cAAmn':_0x170784(0x199),'gBdFa':_0x170784(0x1db),'lEeXD':_0x170784(0x19b),'cSQXJ':_0x170784(0x1dd),'lBcvI':_0x170784(0x188),'lRtEl':function(_0xad7a70,_0x16ea90){return _0xad7a70===_0x16ea90;},'bOgAN':_0x170784(0x1f5),'pYMKR':_0x170784(0x17a),'XVPRL':_0x170784(0x1cf),'REbUa':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','UKOEl':function(_0x1955d2,_0x3bf8b1,_0x4f8286){return _0x1955d2(_0x3bf8b1,_0x4f8286);},'eOjlk':function(_0x172b98,_0x532bc8,_0x224074){return _0x172b98(_0x532bc8,_0x224074);},'Rihmh':function(_0x507994,_0x416bc5,_0x196311){return _0x507994(_0x416bc5,_0x196311);},'tklpM':function(_0x3b55d8,_0x550eba){return _0x3b55d8(_0x550eba);},'cJfig':_0x170784(0x19f),'ZquKR':_0x170784(0x1d9),'mXzBL':function(_0x43330c,_0x308610,_0x3da14c){return _0x43330c(_0x308610,_0x3da14c);},'uDSXh':function(_0x5ca01b){return _0x5ca01b();},'xZTIp':function(_0x1cf6e3,_0x7328eb){return _0x1cf6e3(_0x7328eb);},'hsmVR':_0x170784(0x195),'hvNAJ':function(_0x33d610,_0x7ce02f){return _0x33d610(_0x7ce02f);},'DaoKf':function(_0x33f407,_0xfc1f32){return _0x33f407(_0xfc1f32);},'KxsKf':function(_0x4cdc4f,_0x2453ad){return _0x4cdc4f!==_0x2453ad;},'cIgTV':function(_0x551b75,_0x43e4bb){return _0x551b75!==_0x43e4bb;},'yUStB':_0x170784(0x1b5),'bdupB':_0x170784(0x1ed)},_0x1407de=helper[_0x170784(0x1f6)]();let _0x278392;try{_0x278392=helper[_0x170784(0x1dc)](),_0x278392[_0x170784(0x1c2)]&&(_0x278392[_0x170784(0x1a7)]=_0x278392[_0x170784(0x1c2)]);}catch(_0x12947e){return;}if(helper[_0x170784(0x1be)]()){const _0x51929d={};_0x51929d[_0x170784(0x189)]=_0x4098f7['browserStackLogLevel'],helper[_0x170784(0x17b)](_0x51929d,new Map(),new Map()),logger['info'](_0x354170[_0x170784(0x18e)]),logger[_0x170784(0x19c)](_0x354170[_0x170784(0x1c3)]);}class _0x4e068d extends _0x1407de[_0x170784(0x1de)]{[_0x170784(0x1e2)](_0x114972){const _0x3b9ede=_0x170784;if(_0x354170[_0x3b9ede(0x1a5)](_0x114972[_0x3b9ede(0x190)],_0x354170[_0x3b9ede(0x1e9)])&&_0x354170['yXukv'](global['newHubUrl'],''))try{global['newHubUrl']=_0x354170[_0x3b9ede(0x1c5)](_0x354170[_0x3b9ede(0x1c5)](_0x354170[_0x3b9ede(0x1f4)],global['newHubUrl']),_0x354170['oDBia']),this[_0x3b9ede(0x1e3)]=hubAllocator[_0x3b9ede(0x192)](global[_0x3b9ede(0x1d5)]),logger['debug'](_0x3b9ede(0x1a4)+global[_0x3b9ede(0x1d5)]),global['newHubUrl']='';}catch(_0x5bab58){logger[_0x3b9ede(0x1eb)](_0x5bab58);}return super[_0x3b9ede(0x1e2)](_0x114972);}}class _0x10a791 extends _0x278392[_0x170784(0x1a7)]{['setServer'](){const _0x4f5c47=_0x170784;return this[_0x4f5c47(0x1d6)]=helper['getHubUrl'](_0x4098f7),logger[_0x4f5c47(0x19c)](_0x4f5c47(0x1b0)+this[_0x4f5c47(0x1d6)]),this;}[_0x170784(0x1c4)](_0x28fc87){const _0x2dd523=_0x170784;let _0x2e0ed1={};for(const _0x2a999a in _0x28fc87){switch(_0x2a999a){case _0x354170[_0x2dd523(0x1b2)]:case _0x354170[_0x2dd523(0x1cc)]:this[_0x2dd523(0x1a9)]&&(_0x2e0ed1=this[_0x2dd523(0x1a9)][_0x2dd523(0x17c)](this[_0x2dd523(0x1a9)][_0x2dd523(0x18a)])||{},this[_0x2dd523(0x1a9)][_0x2dd523(0x1ce)](this['chromeOptions_'][_0x2dd523(0x18a)],helper[_0x2dd523(0x17f)](_0x2e0ed1,_0x28fc87[_0x2a999a])));break;case _0x354170['nYTje']:case _0x354170[_0x2dd523(0x1c7)]:this['edgeOptions_']&&(_0x2e0ed1=this[_0x2dd523(0x181)][_0x2dd523(0x17c)](this[_0x2dd523(0x181)][_0x2dd523(0x18a)])||{},this[_0x2dd523(0x181)][_0x2dd523(0x1ce)](this[_0x2dd523(0x181)]['CAPABILITY_KEY'],helper[_0x2dd523(0x17f)](_0x2e0ed1,_0x28fc87[_0x2a999a])));break;case _0x354170[_0x2dd523(0x1ab)]:case _0x354170[_0x2dd523(0x1c9)]:this['firefoxOptions_']&&(_0x2e0ed1=this['firefoxOptions_'][_0x2dd523(0x17c)](this[_0x2dd523(0x1d8)][_0x2dd523(0x18a)])||{},this[_0x2dd523(0x1d8)][_0x2dd523(0x1ce)](this[_0x2dd523(0x1d8)][_0x2dd523(0x18a)],helper['mergeDeep'](_0x2e0ed1,_0x28fc87[_0x2a999a])));break;case _0x354170[_0x2dd523(0x1bc)]:this[_0x2dd523(0x194)]&&(_0x2e0ed1=this[_0x2dd523(0x194)][_0x2dd523(0x17c)](this['safariOptions_'][_0x2dd523(0x18a)])||{},this[_0x2dd523(0x194)][_0x2dd523(0x1ce)](this[_0x2dd523(0x194)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x2e0ed1,_0x28fc87[_0x2a999a])));break;case _0x354170[_0x2dd523(0x1b1)]:case _0x354170[_0x2dd523(0x1d2)]:this['ieOptions_']&&(_0x2e0ed1=this[_0x2dd523(0x1cd)][_0x2dd523(0x17c)](this[_0x2dd523(0x1cd)][_0x2dd523(0x18a)])||{},this[_0x2dd523(0x1cd)][_0x2dd523(0x1ce)](this['ieOptions_'][_0x2dd523(0x18a)],helper['mergeDeep'](_0x2e0ed1,_0x28fc87[_0x2a999a])));break;}}}[_0x170784(0x1e8)](){const _0x38f8c4=_0x170784,_0x880edb={'eVQIS':function(_0x2adcc6,_0x43c135){const _0x141f80=a29_0x2816;return _0x354170[_0x141f80(0x196)](_0x2adcc6,_0x43c135);},'FfDBN':_0x354170[_0x38f8c4(0x182)]};return logger[_0x38f8c4(0x19c)](_0x354170[_0x38f8c4(0x1c1)]),this['__setBrowserOptions'](_0x4098f7[_0x38f8c4(0x1ef)]),Object[_0x38f8c4(0x197)](_0x4098f7[_0x38f8c4(0x1ef)])[_0x38f8c4(0x17d)](_0x125a30=>{const _0x754cf5=_0x38f8c4,_0xda2d2=this[_0x754cf5(0x180)]['get'](_0x125a30);_0x880edb['eVQIS'](typeof _0xda2d2,_0x880edb['FfDBN'])?this[_0x754cf5(0x180)][_0x754cf5(0x1ce)](_0x125a30,helper['mergeDeep'](_0xda2d2,_0x4098f7['capability'][_0x125a30])):this[_0x754cf5(0x180)][_0x754cf5(0x1ce)](_0x125a30,_0x4098f7['capability'][_0x125a30]);}),this;}[_0x170784(0x1b4)](){const _0x281b62=_0x170784,_0x68b316={'IbdwO':function(_0x34e196,_0x326ab5,_0x4f84f9){const _0x55ca50=a29_0x2816;return _0x354170[_0x55ca50(0x19d)](_0x34e196,_0x326ab5,_0x4f84f9);},'BNvdc':function(_0x9475bf,_0x47c540,_0x3a1d14){const _0x360be9=a29_0x2816;return _0x354170[_0x360be9(0x18d)](_0x9475bf,_0x47c540,_0x3a1d14);},'qgnDv':function(_0x252d36,_0x1cad6a,_0x11be92){return _0x354170['Rihmh'](_0x252d36,_0x1cad6a,_0x11be92);},'vyJts':function(_0x2e2388,_0x27ea37){const _0x42c4db=a29_0x2816;return _0x354170[_0x42c4db(0x1bb)](_0x2e2388,_0x27ea37);},'CJXqB':function(_0x4bba32,_0x3a195c,_0x531374){const _0x398bef=a29_0x2816;return _0x354170[_0x398bef(0x18d)](_0x4bba32,_0x3a195c,_0x531374);}};if(helper[_0x281b62(0x1be)]()){const _0x3fd768=_0x354170[_0x281b62(0x1ee)]['split']('|');let _0x71a7e1=0x0;while(!![]){switch(_0x3fd768[_0x71a7e1++]){case'0':globals[_0x281b62(0x1a6)](_0x354170[_0x281b62(0x1c8)])&&(!_0x354170[_0x281b62(0x1b9)](setExtension,this,_0x4098f7)&&globals['setGlobal'](_0x354170[_0x281b62(0x1c8)],![]));continue;case'1':_0x354170['uDSXh'](isAccessibilityAutomationSession)&&_0x354170['xZTIp'](setAccessibilityCapabilities,_0x4098f7);continue;case'2':if(helper[_0x281b62(0x1d4)](_0x4098f7[_0x281b62(0x1f8)][_0x281b62(0x1ea)]))this[_0x281b62(0x184)]=helper[_0x281b62(0x1e5)](_0x4098f7[_0x281b62(0x1f8)][_0x281b62(0x1ea)]);else _0x4098f7['proxySettings'][_0x281b62(0x1ea)]&&(this[_0x281b62(0x1b7)]=_0x4098f7[_0x281b62(0x1f8)][_0x281b62(0x1ea)],logger[_0x281b62(0x19c)](_0x281b62(0x1a2)+this['proxy_']));continue;case'3':logger['debug'](_0x354170[_0x281b62(0x1b3)]);continue;case'4':this['setServer']();continue;case'5':this[_0x281b62(0x1e8)]();continue;}break;}}const _0x5c5eef=super[_0x281b62(0x1b4)]();return _0x5c5eef[_0x281b62(0x198)][_0x281b62(0x18c)](_0x33b3ca=>{const _0x13debc=_0x281b62;try{const _0x493400=_0x33b3ca[_0x13debc(0x1cb)][_0x13debc(0x17c)](_0x354170[_0x13debc(0x1af)]);_0x493400?(logger[_0x13debc(0x19c)](_0x13debc(0x1f2)+_0x493400),hubAllocator[_0x13debc(0x1df)](_0x493400),helper[_0x13debc(0x1a8)](_0x493400)):logger[_0x13debc(0x19c)](_0x354170[_0x13debc(0x179)]);}catch(_0x412129){logger['debug'](_0x13debc(0x1c6)+_0x412129);}}),_0x5c5eef[_0x281b62(0x1e1)]=0x0,_0x5c5eef['then']&&_0x5c5eef[_0x281b62(0x18c)](_0x33fd22=>{const _0x3e4476=_0x281b62,_0x428b4c={'FktjQ':function(_0x10e620,_0x32636a,_0x48f7be){const _0x3ff7ba=a29_0x2816;return _0x68b316[_0x3ff7ba(0x1d1)](_0x10e620,_0x32636a,_0x48f7be);}};_0x68b316[_0x3e4476(0x19e)](overrideQuit,_0x33fd22,_0x5c5eef),_0x68b316['vyJts'](overrideTakeScreenshot,_0x33fd22),helper[_0x3e4476(0x1aa)](_0x33fd22,_0x4098f7),_0x68b316[_0x3e4476(0x1d0)](overrideExecute,_0x33fd22,_0x4098f7),_0x33fd22[_0x3e4476(0x1a3)]=async()=>{const _0x1418e5=_0x3e4476;return await _0x68b316[_0x1418e5(0x1b6)](getAccessibilityResultsSummary,_0x33fd22,global);},_0x33fd22[_0x3e4476(0x1bf)]=async()=>{return await _0x428b4c['FktjQ'](getAccessibilityResults,_0x33fd22,global);};}),_0x5c5eef[_0x281b62(0x1a3)]=async()=>{const _0x2901b5=_0x281b62;return await _0x68b316[_0x2901b5(0x1b6)](getAccessibilityResultsSummary,_0x5c5eef,global);},_0x5c5eef[_0x281b62(0x1bf)]=async()=>{const _0x272742=_0x281b62;return await _0x354170[_0x272742(0x1ac)](getAccessibilityResults,_0x5c5eef,global);},_0x354170[_0x281b62(0x183)](overrideTakeScreenshot,_0x5c5eef),_0x354170['DaoKf'](overrideQuit,_0x5c5eef),helper['overrideGet'](_0x5c5eef,_0x4098f7),_0x354170[_0x281b62(0x18d)](overrideExecute,_0x5c5eef,_0x4098f7),helper[_0x281b62(0x1f3)](global[_0x281b62(0x185)])&&(global[_0x281b62(0x185)]=[]),helper[_0x281b62(0x1f3)](global['__drivers'])&&(global[_0x281b62(0x1f1)]=[]),global[_0x281b62(0x185)][_0x281b62(0x193)](_0x5c5eef),global[_0x281b62(0x19a)]=_0x5c5eef,_0x354170['KxsKf'](global[_0x281b62(0x1f1)],undefined)&&global[_0x281b62(0x1f1)][_0x281b62(0x193)](_0x5c5eef),_0x153282&&helper[_0x281b62(0x1f3)](_0x153282[_0x281b62(0x1ca)]['__driversArray'])&&(_0x153282[_0x281b62(0x1ca)][_0x281b62(0x185)]=[]),_0x153282&&_0x354170[_0x281b62(0x17e)](_0x153282[_0x281b62(0x1ca)][_0x281b62(0x1f1)],undefined)&&(_0x153282[_0x281b62(0x1ca)][_0x281b62(0x1f1)][_0x281b62(0x193)](_0x5c5eef),_0x153282[_0x281b62(0x1ca)][_0x281b62(0x185)][_0x281b62(0x193)](_0x5c5eef)),_0x5c5eef;}}return _0x278392['originalBuilder']=_0x278392['Builder'],_0x278392[_0x170784(0x1a7)]=_0x10a791,_0x1407de[_0x170784(0x1de)]=_0x4e068d,_0x278392;};function a29_0x5d36(){const _0x1bf84d=['error','chromeOptions','Modifying\x20webdriver\x20builder','cJfig','capability','goog:chromeOptions','__drivers','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','isUndefined','dYALy','object','requireHttpClient','../../../helpers/patchHelpers','proxySettings','../../../helpers/globals','30qbrPMm','REbUa','Setting\x20Browserstack\x20capabilities','setLogLevel','get','forEach','cIgTV','mergeDeep','capabilities_','edgeOptions_','bOgAN','hvNAJ','agent_','__driversArray','../../../hubAllocationMethods','edgeOptions','ieOptions','logLevel','CAPABILITY_KEY','248815kHoFMa','then','Rihmh','yUStB','../../../bin/utils/constants','path','1391516sTQhOb','getRequestOptions','push','safariOptions_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','lRtEl','keys','session_','moz:firefoxOptions','__driver','safari.options','debug','eOjlk','qgnDv','1|4|5|2|0|3','5101848zjQdso','https://','Proxy\x20set\x20to\x20','getAccessibilityResultsSummary','New\x20hub\x20url\x20set\x20to\x20','yXukv','getGlobal','Builder','storeOptimalHubUrl','chromeOptions_','overrideGet','cAAmn','UKOEl','../accessibility-automation/helper','../../../helpers/accessibility-automation/helper','XVPRL','Hub\x20url\x20set\x20to\x20','cSQXJ','gLfVe','hsmVR','build','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','IbdwO','proxy_','ms:edgeOptions','mXzBL','/session','tklpM','lEeXD','5772212XYrphO','isBrowserstackInfra','getAccessibilityResults','47931uhkVWA','pYMKR','originalBuilder','bdupB','__setBrowserOptions','kBPTc','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','hdsEh','ZquKR','gBdFa','global','caps_','rzmUI','ieOptions_','set','optimalHubUrl','CJXqB','BNvdc','lBcvI','35199ncabdL','isPacProxy','newHubUrl','url_','8yGcRay','firefoxOptions_','isAccessibilityPlatform','./helpers/patchHelper','firefoxOptions','requireSeleniumWebdriver','se:ieOptions','HttpClient','updateHubUrl','browserstackAgentObservability','quitCount_','send','options_','7477398UUOtxA','getHttpAgent','156gkghta','exports','setCapabilities','TYxvd','proxyUrl'];a29_0x5d36=function(){return _0x1bf84d;};return a29_0x5d36();}function a29_0x2816(_0x26e122,_0x1a3921){const _0x5d36b9=a29_0x5d36();return a29_0x2816=function(_0x281668,_0x10f6e1){_0x281668=_0x281668-0x178;let _0x3de95d=_0x5d36b9[_0x281668];return _0x3de95d;},a29_0x2816(_0x26e122,_0x1a3921);}module[a29_0xe2e397(0x1e7)][a29_0xe2e397(0x1e0)]=modify;
1
+ const a29_0x57aff1=a29_0x53b3;(function(_0x117d70,_0x22f33e){const _0x418dea=a29_0x53b3,_0x1e0724=_0x117d70();while(!![]){try{const _0x4729f9=-parseInt(_0x418dea(0x131))/0x1*(parseInt(_0x418dea(0x161))/0x2)+-parseInt(_0x418dea(0x17b))/0x3*(-parseInt(_0x418dea(0x19d))/0x4)+-parseInt(_0x418dea(0x171))/0x5+parseInt(_0x418dea(0x168))/0x6+-parseInt(_0x418dea(0x19f))/0x7*(parseInt(_0x418dea(0x13b))/0x8)+parseInt(_0x418dea(0x1aa))/0x9+parseInt(_0x418dea(0x163))/0xa*(parseInt(_0x418dea(0x194))/0xb);if(_0x4729f9===_0x22f33e)break;else _0x1e0724['push'](_0x1e0724['shift']());}catch(_0x42ae7b){_0x1e0724['push'](_0x1e0724['shift']());}}}(a29_0x534d,0xf158e));function a29_0x53b3(_0x3e866d,_0x2a3172){const _0x534dec=a29_0x534d();return a29_0x53b3=function(_0x53b372,_0x2c7838){_0x53b372=_0x53b372-0x130;let _0x90b212=_0x534dec[_0x53b372];return _0x90b212;},a29_0x53b3(_0x3e866d,_0x2a3172);}function a29_0x534d(){const _0x2fc7a6=['edgeOptions_','setCapabilities','mergeDeep','setGlobal','../../../helpers/patchHelpers','AZHGc','1174604BUFwpX','chromeOptions_','21BnUMra','Modifying\x20webdriver\x20builder','getHttpAgent','LqwaO','xOKns','chromeOptions','GSLcc','hEFKu','proxyUrl','__driversArray','RQHin','2412126wcEGLR','jRHaH','aDHys','storeOptimalHubUrl','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','error','../../../helpers/helper','13561RQLWAf','__setBrowserOptions','bLyNw','abyWk','FLmgr','isUndefined','Ceqvg','setLogLevel','RlnNy','push','4045704zZrheg','getRequestOptions','CKEFD','forEach','originalBuilder','FdNgN','isAccessibilityPlatform','opKNn','get','HttpClient','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','/session','edgeOptions','BvVzV','proxy_','../../../helpers/globals','Proxy\x20set\x20to\x20','getHubUrl','firefoxOptions_','newHubUrl','session_','global','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','0|1|4|3|2|5','getAccessibilityResults','then','capabilities_','exports','faOoE','../accessibility-automation/helper','info','firefoxOptions','mWjoF','https://','../../../hubAllocationMethods','isPacProxy','Setting\x20Browserstack\x20capabilities','OBGUI','178rawnNV','ieOptions_','10UnXpDH','yteJJ','url_','build','capability','2949570syZRDj','ms:edgeOptions','debug','setServer','options_','./helpers/patchHelper','send','isBrowserstackInfra','mDUWI','9501845PAgprH','quitCount_','CAPABILITY_KEY','itUar','__driver','goog:chromeOptions','New\x20hub\x20url\x20set\x20to\x20','Builder','ETSvR','otooi','3lcdodD','requireSeleniumWebdriver','safariOptions_','Tkbzr','se:ieOptions','getGlobal','QzFRy','safari.options','moz:firefoxOptions','agent_','ieOptions','Hub\x20url\x20set\x20to\x20','winstonLogger','ZiRrF','uxYCa','getAccessibilityResultsSummary','keys','fGYaY','caps_','set','../../../helpers/logger','uNsoH','../../../helpers/accessibility-automation/helper','updateHubUrl','__drivers','50157085NrOSpc','lTbKB','DoNvB'];a29_0x534d=function(){return _0x2fc7a6;};return a29_0x534d();}const logger=require(a29_0x57aff1(0x18f))[a29_0x57aff1(0x187)],helper=require(a29_0x57aff1(0x130)),constants=require('../../../bin/utils/constants'),hubAllocator=require(a29_0x57aff1(0x15d)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0x57aff1(0x19b)),{setAccessibilityCapabilities,setExtension}=require(a29_0x57aff1(0x158)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x57aff1(0x191)),globals=require(a29_0x57aff1(0x14a)),{overrideExecute}=require(a29_0x57aff1(0x16d)),modify=(_0x11535f,_0xaf6eb9=null,_0x5dc658=![])=>{const _0x1b93c8=a29_0x57aff1,_0x23a30d={'QzFRy':function(_0xce48a9,_0x295fb0){return _0xce48a9!==_0x295fb0;},'DoNvB':_0x1b93c8(0x146),'hEFKu':function(_0x35b813,_0x269df7){return _0x35b813+_0x269df7;},'mWjoF':function(_0x372079,_0x1c4339){return _0x372079+_0x1c4339;},'Tkbzr':_0x1b93c8(0x15c),'fGYaY':'/wd/hub','itUar':_0x1b93c8(0x176),'lTbKB':_0x1b93c8(0x1a4),'GNHGq':_0x1b93c8(0x169),'VRodq':_0x1b93c8(0x147),'xOKns':_0x1b93c8(0x183),'yteJJ':_0x1b93c8(0x15a),'uNsoH':_0x1b93c8(0x182),'EWYSL':_0x1b93c8(0x17f),'otooi':_0x1b93c8(0x185),'UnWbr':function(_0x259084,_0xbd0b4){return _0x259084===_0xbd0b4;},'Ceqvg':'object','GSLcc':_0x1b93c8(0x15f),'abyWk':'optimalHubUrl','opKNn':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','qVQSJ':function(_0x34e955,_0x460fee,_0x41ff11){return _0x34e955(_0x460fee,_0x41ff11);},'RlnNy':function(_0x3ae798,_0x1567a1,_0x273deb){return _0x3ae798(_0x1567a1,_0x273deb);},'jRHaH':function(_0x54f2eb,_0x269b2b){return _0x54f2eb(_0x269b2b);},'mDUWI':function(_0x41779b,_0x35524b,_0x2a6074){return _0x41779b(_0x35524b,_0x2a6074);},'uxYCa':function(_0x4abcf1,_0x3f2748,_0x4f3548){return _0x4abcf1(_0x3f2748,_0x4f3548);},'RQHin':function(_0x5b635f,_0x271873,_0x332c15){return _0x5b635f(_0x271873,_0x332c15);},'FdNgN':_0x1b93c8(0x152),'aDHys':function(_0x9a06af){return _0x9a06af();},'CKEFD':_0x1b93c8(0x141),'ETSvR':function(_0x15b7d0,_0x13137e,_0x4c775f){return _0x15b7d0(_0x13137e,_0x4c775f);},'faOoE':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','OBGUI':function(_0x105b19,_0x45446f){return _0x105b19(_0x45446f);},'AZHGc':function(_0x4f4ab7,_0x558d03){return _0x4f4ab7(_0x558d03);},'bLyNw':function(_0x1b1978,_0x5b770b){return _0x1b1978!==_0x5b770b;},'ZKhWM':_0x1b93c8(0x1ae),'lffBw':_0x1b93c8(0x1a0)},_0x23882e=helper['requireHttpClient']();let _0x3e809e;try{_0x3e809e=helper[_0x1b93c8(0x17c)](),_0x3e809e[_0x1b93c8(0x13f)]&&(_0x3e809e[_0x1b93c8(0x178)]=_0x3e809e[_0x1b93c8(0x13f)]);}catch(_0x2f9aa6){return;}if(helper['isBrowserstackInfra']()){const _0x88df3f={};_0x88df3f['logLevel']=_0x11535f['browserStackLogLevel'],helper[_0x1b93c8(0x138)](_0x88df3f,new Map(),new Map()),logger[_0x1b93c8(0x159)](_0x23a30d['ZKhWM']),logger[_0x1b93c8(0x16a)](_0x23a30d['lffBw']);}class _0x402c4c extends _0x23882e[_0x1b93c8(0x144)]{[_0x1b93c8(0x16e)](_0xc282a2){const _0x1a100a=_0x1b93c8;if(_0x23a30d[_0x1a100a(0x181)](_0xc282a2['path'],_0x23a30d[_0x1a100a(0x196)])&&_0x23a30d[_0x1a100a(0x181)](global[_0x1a100a(0x14e)],''))try{global[_0x1a100a(0x14e)]=_0x23a30d[_0x1a100a(0x1a6)](_0x23a30d[_0x1a100a(0x15b)](_0x23a30d[_0x1a100a(0x17e)],global[_0x1a100a(0x14e)]),_0x23a30d[_0x1a100a(0x18c)]),this[_0x1a100a(0x16c)]=hubAllocator[_0x1a100a(0x13c)](global['newHubUrl']),logger[_0x1a100a(0x16a)](_0x1a100a(0x177)+global[_0x1a100a(0x14e)]),global[_0x1a100a(0x14e)]='';}catch(_0x1998af){logger[_0x1a100a(0x1af)](_0x1998af);}return super[_0x1a100a(0x16e)](_0xc282a2);}}class _0x190ba4 extends _0x3e809e['Builder']{[_0x1b93c8(0x16b)](){const _0x8f1992=_0x1b93c8;return this[_0x8f1992(0x165)]=helper[_0x8f1992(0x14c)](_0x11535f),logger[_0x8f1992(0x16a)](_0x8f1992(0x186)+this[_0x8f1992(0x165)]),this;}[_0x1b93c8(0x132)](_0x3d4ec9){const _0x4a0ebe=_0x1b93c8;let _0x1b8d67={};for(const _0x1984c8 in _0x3d4ec9){switch(_0x1984c8){case _0x23a30d[_0x4a0ebe(0x174)]:case _0x23a30d[_0x4a0ebe(0x195)]:this[_0x4a0ebe(0x19e)]&&(_0x1b8d67=this[_0x4a0ebe(0x19e)][_0x4a0ebe(0x143)](this[_0x4a0ebe(0x19e)]['CAPABILITY_KEY'])||{},this['chromeOptions_']['set'](this[_0x4a0ebe(0x19e)][_0x4a0ebe(0x173)],helper[_0x4a0ebe(0x199)](_0x1b8d67,_0x3d4ec9[_0x1984c8])));break;case _0x23a30d['GNHGq']:case _0x23a30d['VRodq']:this['edgeOptions_']&&(_0x1b8d67=this[_0x4a0ebe(0x197)][_0x4a0ebe(0x143)](this[_0x4a0ebe(0x197)][_0x4a0ebe(0x173)])||{},this[_0x4a0ebe(0x197)][_0x4a0ebe(0x18e)](this['edgeOptions_'][_0x4a0ebe(0x173)],helper['mergeDeep'](_0x1b8d67,_0x3d4ec9[_0x1984c8])));break;case _0x23a30d[_0x4a0ebe(0x1a3)]:case _0x23a30d[_0x4a0ebe(0x164)]:this[_0x4a0ebe(0x14d)]&&(_0x1b8d67=this[_0x4a0ebe(0x14d)][_0x4a0ebe(0x143)](this[_0x4a0ebe(0x14d)][_0x4a0ebe(0x173)])||{},this[_0x4a0ebe(0x14d)]['set'](this[_0x4a0ebe(0x14d)]['CAPABILITY_KEY'],helper[_0x4a0ebe(0x199)](_0x1b8d67,_0x3d4ec9[_0x1984c8])));break;case _0x23a30d[_0x4a0ebe(0x190)]:this[_0x4a0ebe(0x17d)]&&(_0x1b8d67=this[_0x4a0ebe(0x17d)][_0x4a0ebe(0x143)](this[_0x4a0ebe(0x17d)][_0x4a0ebe(0x173)])||{},this['safariOptions_'][_0x4a0ebe(0x18e)](this['safariOptions_'][_0x4a0ebe(0x173)],helper[_0x4a0ebe(0x199)](_0x1b8d67,_0x3d4ec9[_0x1984c8])));break;case _0x23a30d['EWYSL']:case _0x23a30d[_0x4a0ebe(0x17a)]:this[_0x4a0ebe(0x162)]&&(_0x1b8d67=this['ieOptions_'][_0x4a0ebe(0x143)](this[_0x4a0ebe(0x162)]['CAPABILITY_KEY'])||{},this[_0x4a0ebe(0x162)][_0x4a0ebe(0x18e)](this['ieOptions_'][_0x4a0ebe(0x173)],helper['mergeDeep'](_0x1b8d67,_0x3d4ec9[_0x1984c8])));break;}}}[_0x1b93c8(0x198)](){const _0x50ead8=_0x1b93c8,_0xc7d380={'ZiRrF':function(_0x2aedd7,_0x4898a6){return _0x23a30d['UnWbr'](_0x2aedd7,_0x4898a6);},'LqwaO':_0x23a30d[_0x50ead8(0x137)]};return logger[_0x50ead8(0x16a)](_0x23a30d[_0x50ead8(0x1a5)]),this['__setBrowserOptions'](_0x11535f[_0x50ead8(0x167)]),Object[_0x50ead8(0x18b)](_0x11535f[_0x50ead8(0x167)])[_0x50ead8(0x13e)](_0xfb1c2d=>{const _0x3d6845=_0x50ead8,_0x2a3c38=this['capabilities_']['get'](_0xfb1c2d);_0xc7d380[_0x3d6845(0x188)](typeof _0x2a3c38,_0xc7d380[_0x3d6845(0x1a2)])?this[_0x3d6845(0x155)][_0x3d6845(0x18e)](_0xfb1c2d,helper[_0x3d6845(0x199)](_0x2a3c38,_0x11535f['capability'][_0xfb1c2d])):this[_0x3d6845(0x155)][_0x3d6845(0x18e)](_0xfb1c2d,_0x11535f[_0x3d6845(0x167)][_0xfb1c2d]);}),this;}[_0x1b93c8(0x166)](){const _0x5a68ff=_0x1b93c8,_0x237cae={'FLmgr':function(_0x47111b,_0x1d7021,_0x861edc){const _0x24e654=a29_0x53b3;return _0x23a30d[_0x24e654(0x189)](_0x47111b,_0x1d7021,_0x861edc);},'gksAS':function(_0x51b92c,_0xdea278,_0x535b57){const _0x463e4e=a29_0x53b3;return _0x23a30d[_0x463e4e(0x1a9)](_0x51b92c,_0xdea278,_0x535b57);}};if(helper[_0x5a68ff(0x16f)]()){const _0x9653be=_0x23a30d[_0x5a68ff(0x140)]['split']('|');let _0x1fcd88=0x0;while(!![]){switch(_0x9653be[_0x1fcd88++]){case'0':_0x23a30d[_0x5a68ff(0x1ac)](isAccessibilityAutomationSession)&&_0x23a30d['jRHaH'](setAccessibilityCapabilities,_0x11535f);continue;case'1':this['setServer']();continue;case'2':globals[_0x5a68ff(0x180)](_0x23a30d['CKEFD'])&&(!_0x23a30d[_0x5a68ff(0x179)](setExtension,this,_0x11535f)&&globals[_0x5a68ff(0x19a)](_0x23a30d[_0x5a68ff(0x13d)],![]));continue;case'3':if(helper[_0x5a68ff(0x15e)](_0x11535f['proxySettings'][_0x5a68ff(0x1a7)]))this[_0x5a68ff(0x184)]=helper[_0x5a68ff(0x1a1)](_0x11535f['proxySettings']['proxyUrl']);else _0x11535f['proxySettings']['proxyUrl']&&(this[_0x5a68ff(0x149)]=_0x11535f['proxySettings'][_0x5a68ff(0x1a7)],logger[_0x5a68ff(0x16a)](_0x5a68ff(0x14b)+this[_0x5a68ff(0x149)]));continue;case'4':this['setCapabilities']();continue;case'5':logger[_0x5a68ff(0x16a)](_0x23a30d[_0x5a68ff(0x157)]);continue;}break;}}const _0xb5d978=super[_0x5a68ff(0x166)]();return _0xb5d978[_0x5a68ff(0x14f)][_0x5a68ff(0x154)](_0x1a7c52=>{const _0x5ce855=_0x5a68ff;try{const _0x2554d3=_0x1a7c52[_0x5ce855(0x18d)]['get'](_0x23a30d[_0x5ce855(0x134)]);_0x2554d3?(logger[_0x5ce855(0x16a)](_0x5ce855(0x151)+_0x2554d3),hubAllocator[_0x5ce855(0x192)](_0x2554d3),helper[_0x5ce855(0x1ad)](_0x2554d3)):logger[_0x5ce855(0x16a)](_0x23a30d[_0x5ce855(0x142)]);}catch(_0x3f862a){logger[_0x5ce855(0x16a)](_0x5ce855(0x145)+_0x3f862a);}}),_0xb5d978[_0x5a68ff(0x172)]=0x0,_0xb5d978[_0x5a68ff(0x154)]&&_0xb5d978[_0x5a68ff(0x154)](_0x22d285=>{const _0x55f483=_0x5a68ff,_0x275d7c={'BvVzV':function(_0x3a4e49,_0x3d4dd5,_0x1063d3){return _0x23a30d['qVQSJ'](_0x3a4e49,_0x3d4dd5,_0x1063d3);}};_0x23a30d[_0x55f483(0x139)](overrideQuit,_0x22d285,_0xb5d978),_0x23a30d[_0x55f483(0x1ab)](overrideTakeScreenshot,_0x22d285),helper['overrideGet'](_0x22d285,_0x11535f),_0x23a30d[_0x55f483(0x170)](overrideExecute,_0x22d285,_0x11535f),_0x22d285[_0x55f483(0x18a)]=async()=>{const _0x8b0f9c=_0x55f483;return await _0x275d7c[_0x8b0f9c(0x148)](getAccessibilityResultsSummary,_0x22d285,global);},_0x22d285['getAccessibilityResults']=async()=>{const _0x156c99=_0x55f483;return await _0x237cae[_0x156c99(0x135)](getAccessibilityResults,_0x22d285,global);};}),_0xb5d978[_0x5a68ff(0x18a)]=async()=>{const _0x4db1e2=_0x5a68ff;return await _0x237cae[_0x4db1e2(0x135)](getAccessibilityResultsSummary,_0xb5d978,global);},_0xb5d978[_0x5a68ff(0x153)]=async()=>{return await _0x237cae['gksAS'](getAccessibilityResults,_0xb5d978,global);},_0x23a30d[_0x5a68ff(0x160)](overrideTakeScreenshot,_0xb5d978),_0x23a30d[_0x5a68ff(0x19c)](overrideQuit,_0xb5d978),helper['overrideGet'](_0xb5d978,_0x11535f),_0x23a30d[_0x5a68ff(0x170)](overrideExecute,_0xb5d978,_0x11535f),helper[_0x5a68ff(0x136)](global[_0x5a68ff(0x1a8)])&&(global[_0x5a68ff(0x1a8)]=[]),helper[_0x5a68ff(0x136)](global['__drivers'])&&(global[_0x5a68ff(0x193)]=[]),global[_0x5a68ff(0x1a8)][_0x5a68ff(0x13a)](_0xb5d978),global[_0x5a68ff(0x175)]=_0xb5d978,_0x23a30d[_0x5a68ff(0x133)](global['__drivers'],undefined)&&global[_0x5a68ff(0x193)][_0x5a68ff(0x13a)](_0xb5d978),_0xaf6eb9&&helper[_0x5a68ff(0x136)](_0xaf6eb9[_0x5a68ff(0x150)]['__driversArray'])&&(_0xaf6eb9[_0x5a68ff(0x150)][_0x5a68ff(0x1a8)]=[]),_0xaf6eb9&&_0x23a30d[_0x5a68ff(0x133)](_0xaf6eb9[_0x5a68ff(0x150)]['__drivers'],undefined)&&(_0xaf6eb9[_0x5a68ff(0x150)]['__drivers']['push'](_0xb5d978),_0xaf6eb9['global'][_0x5a68ff(0x1a8)]['push'](_0xb5d978)),_0xb5d978;}}return _0x3e809e[_0x1b93c8(0x13f)]=_0x3e809e[_0x1b93c8(0x178)],_0x3e809e[_0x1b93c8(0x178)]=_0x190ba4,_0x23882e['HttpClient']=_0x402c4c,_0x3e809e;};module[a29_0x57aff1(0x156)]['browserstackAgentObservability']=modify;
@@ -1 +1 @@
1
- const a30_0x5d6df1=a30_0x5ec4;function a30_0x5ec4(_0x2b5d65,_0x4fb9b7){const _0x36a7f8=a30_0x36a7();return a30_0x5ec4=function(_0x5ec479,_0x18d71d){_0x5ec479=_0x5ec479-0x8c;let _0x10b41d=_0x36a7f8[_0x5ec479];return _0x10b41d;},a30_0x5ec4(_0x2b5d65,_0x4fb9b7);}(function(_0x39978a,_0x2799d7){const _0x451cc1=a30_0x5ec4,_0x121a9b=_0x39978a();while(!![]){try{const _0x32677b=parseInt(_0x451cc1(0x8e))/0x1+parseInt(_0x451cc1(0x8f))/0x2+-parseInt(_0x451cc1(0x91))/0x3*(-parseInt(_0x451cc1(0x8c))/0x4)+-parseInt(_0x451cc1(0x9c))/0x5*(parseInt(_0x451cc1(0x9b))/0x6)+-parseInt(_0x451cc1(0x8d))/0x7*(-parseInt(_0x451cc1(0x90))/0x8)+-parseInt(_0x451cc1(0x96))/0x9+parseInt(_0x451cc1(0x98))/0xa*(-parseInt(_0x451cc1(0x97))/0xb);if(_0x32677b===_0x2799d7)break;else _0x121a9b['push'](_0x121a9b['shift']());}catch(_0x232a3f){_0x121a9b['push'](_0x121a9b['shift']());}}}(a30_0x36a7,0xb88c1));const requestSpy=require(a30_0x5d6df1(0x9a)),constants=require(a30_0x5d6df1(0x99)),{addRequestSpy}=require(a30_0x5d6df1(0x95));exports['mochaHooks']={'beforeAll'(){const _0xf2d64f=a30_0x5d6df1,_0x4e43e7={'gUChl':function(_0x3f00b1){return _0x3f00b1();}},_0x54be6a='browserstack internal helper hook';_0x4e43e7[_0xf2d64f(0x93)](addRequestSpy);},'afterAll'(){const _0x57d3ca=a30_0x5d6df1,_0x519689='browserstack internal helper hook';this[_0x57d3ca(0x92)](0xea60),requestSpy[_0x57d3ca(0x94)]();}};function a30_0x36a7(){const _0x1c04a4=['../../../helpers/request-spy','41334sGfapQ','265eabAiD','31508oSjMIx','21ZcYFde','368491NjgdCo','1144116XAnvQy','802024tRiCwp','402rOInNV','timeout','gUChl','restore','../../../helpers/test-observability/utils','8653374ZindLC','143jtaStO','164860TBkVvQ','../../../bin/utils/constants'];a30_0x36a7=function(){return _0x1c04a4;};return a30_0x36a7();}
1
+ const a30_0x129604=a30_0x2775;(function(_0xd4d1f1,_0x404510){const _0x362272=a30_0x2775,_0x1f6676=_0xd4d1f1();while(!![]){try{const _0x2c8a87=parseInt(_0x362272(0xba))/0x1*(parseInt(_0x362272(0xb6))/0x2)+-parseInt(_0x362272(0xbc))/0x3*(-parseInt(_0x362272(0xb8))/0x4)+parseInt(_0x362272(0xbb))/0x5*(-parseInt(_0x362272(0xbe))/0x6)+parseInt(_0x362272(0xb4))/0x7*(-parseInt(_0x362272(0xc0))/0x8)+-parseInt(_0x362272(0xc1))/0x9+parseInt(_0x362272(0xbf))/0xa*(parseInt(_0x362272(0xb5))/0xb)+parseInt(_0x362272(0xc2))/0xc;if(_0x2c8a87===_0x404510)break;else _0x1f6676['push'](_0x1f6676['shift']());}catch(_0x129147){_0x1f6676['push'](_0x1f6676['shift']());}}}(a30_0x1841,0xc612b));function a30_0x2775(_0x5e9503,_0x20dabf){const _0x1841d7=a30_0x1841();return a30_0x2775=function(_0x277574,_0x4d9c9d){_0x277574=_0x277574-0xb4;let _0x36de69=_0x1841d7[_0x277574];return _0x36de69;},a30_0x2775(_0x5e9503,_0x20dabf);}const requestSpy=require('../../../helpers/request-spy'),constants=require('../../../bin/utils/constants'),{addRequestSpy}=require(a30_0x129604(0xb7));exports['mochaHooks']={'beforeAll'(){const _0x8a870f=a30_0x129604,_0x80ea2f={'bjeyB':function(_0x17145d){return _0x17145d();}},_0x27ecc4='browserstack internal helper hook';_0x80ea2f[_0x8a870f(0xb9)](addRequestSpy);},'afterAll'(){const _0x562e3c=a30_0x129604,_0x3bccbf='browserstack internal helper hook';this['timeout'](0xea60),requestSpy[_0x562e3c(0xbd)]();}};function a30_0x1841(){const _0x50e33f=['../../../helpers/test-observability/utils','4veLgTy','bjeyB','21546DJyjWZ','7690CHJLpF','2760981mMAGVM','restore','3228bhXTXD','223670FIGUPt','1481344sULLDy','5998995mZGFmK','1847064CXqyGy','14xvDBhz','671pqASvm','22qdwvyO'];a30_0x1841=function(){return _0x50e33f;};return a30_0x1841();}
@@ -1 +1 @@
1
- const a31_0x5e4e99=a31_0x46ea;(function(_0x1b477e,_0x29738e){const _0x5e7511=a31_0x46ea,_0x493028=_0x1b477e();while(!![]){try{const _0x488156=-parseInt(_0x5e7511(0x1c0))/0x1+parseInt(_0x5e7511(0x1d6))/0x2*(-parseInt(_0x5e7511(0x184))/0x3)+parseInt(_0x5e7511(0x190))/0x4+-parseInt(_0x5e7511(0x1ad))/0x5*(-parseInt(_0x5e7511(0x1dc))/0x6)+-parseInt(_0x5e7511(0x1a3))/0x7+parseInt(_0x5e7511(0x1db))/0x8+parseInt(_0x5e7511(0x1bc))/0x9*(parseInt(_0x5e7511(0x1ba))/0xa);if(_0x488156===_0x29738e)break;else _0x493028['push'](_0x493028['shift']());}catch(_0x15217d){_0x493028['push'](_0x493028['shift']());}}}(a31_0x3618,0x59144));const {v4:uuidv4}=require(a31_0x5e4e99(0x1cf)),{name,version}=require(a31_0x5e4e99(0x1b6)),logPatcher=require(a31_0x5e4e99(0x1bf)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a31_0x5e4e99(0x1cb)),{consoleHolder}=require(a31_0x5e4e99(0x1c3)),{getPlatformVersion}=require(a31_0x5e4e99(0x1d5)),{shouldProcessEventForTesthub}=require(a31_0x5e4e99(0x186)),{isFunction}=require(a31_0x5e4e99(0x1c4)),{patchConsoleLogger}=require('../../../helpers/test-observability/utils');function a31_0x3618(){const _0x312caf=['getPlatform','3186673fpXhuB','PjVLU','fjSMr','getHookDetails','_beforeAll','MxqbB','POhGM','FoBUU','js-','indexOf','539615PtLXXO','generic','parent','lQlHl','hook','string','forEach','hciga','getTestEnv','../../../../package.json','getHooksForTest','LMyoZ','vEXPW','140ZmzeNQ','unknown_grid','554670yQAlcZ','_beforeEach','jGtjK','../../utils/logPatcher','708404eOdRSr','dIAwY','getHookSkippedTests','../../../helpers/test-observability/constants','lodash','fromEntries','filter','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','pid','substring','VQRuR','../../../helpers/test-observability/utils','JCllp','UWKqD','UHIqE','uuid','cOqkI','passed','mapTestHooks','type','hookAnalyticsId','../../../helpers/helper','6joPSJU','qiXur','getBrowserName','pending','slice','5552640vUmvNR','6MSTuZj','APrVt','397197yfwaDa','UEBKg','../../../helpers/testhub/utils','push','getSession','eeuVL','map_','split','_afterAll','browserstack','SvZTt','toISOString','1043540KtBgEh','GsVzV','_afterEach','state','SNCAC','ZSNoE','SPOyu','ITMOi','tests','FYumC','YhdEv','QlMca','markedStatus','emit','__cloud_provider___','getCapabilities','get','platformVersion'];a31_0x3618=function(){return _0x312caf;};return a31_0x3618();}function a31_0x46ea(_0x1cc32e,_0x510d16){const _0x3618dd=a31_0x3618();return a31_0x46ea=function(_0x46eabf,_0x28574d){_0x46eabf=_0x46eabf-0x184;let _0x25683f=_0x3618dd[_0x46eabf];return _0x25683f;},a31_0x46ea(_0x1cc32e,_0x510d16);}patchConsoleLogger(),exports[a31_0x5e4e99(0x1b5)]=()=>{const _0x744c82=a31_0x5e4e99,_0x5e6d35={'rHHde':_0x744c82(0x1ae),'FoBUU':function(_0x15604c){return _0x15604c();}};return{'ci':_0x5e6d35['rHHde'],'key':_0x5e6d35[_0x744c82(0x1aa)](uuidv4),'version':version,'collector':_0x744c82(0x1ab)+name};},exports[a31_0x5e4e99(0x1a6)]=_0x54521e=>{const _0x5ef9cf=a31_0x5e4e99,_0x103496={};_0x103496[_0x5ef9cf(0x1a5)]=function(_0x4d8d66,_0x507612){return _0x4d8d66!==_0x507612;},_0x103496['lQlHl']=_0x5ef9cf(0x1b2),_0x103496[_0x5ef9cf(0x194)]=function(_0x38d5c8,_0xc1d4dc){return _0x38d5c8!==_0xc1d4dc;},_0x103496[_0x5ef9cf(0x1ca)]='hook:',_0x103496[_0x5ef9cf(0x19a)]=function(_0x559a27,_0xb5d17f){return _0x559a27!==_0xb5d17f;},_0x103496[_0x5ef9cf(0x1b4)]='hook';const _0x4b5eb0=_0x103496;if(!_0x54521e||_0x4b5eb0[_0x5ef9cf(0x1a5)](typeof _0x54521e,_0x4b5eb0[_0x5ef9cf(0x1b0)]))return[null,null];if(_0x4b5eb0[_0x5ef9cf(0x194)](_0x54521e[_0x5ef9cf(0x1ac)](_0x4b5eb0[_0x5ef9cf(0x1ca)]),-0x1)){const _0x406d9d=_0x54521e[_0x5ef9cf(0x18b)](_0x4b5eb0[_0x5ef9cf(0x1ca)]);return[_0x406d9d[0x0][_0x5ef9cf(0x1da)](0x0,-0x1)['split']('\x22')[0x1],_0x406d9d[0x1][_0x5ef9cf(0x1c9)](0x1)];}else{if(_0x4b5eb0[_0x5ef9cf(0x19a)](_0x54521e[_0x5ef9cf(0x1ac)](_0x4b5eb0[_0x5ef9cf(0x1b4)]),-0x1)){const _0x3ce9c3=_0x54521e['split'](_0x4b5eb0[_0x5ef9cf(0x1b4)]);return[_0x3ce9c3[0x0][_0x5ef9cf(0x1da)](0x0,-0x1)[_0x5ef9cf(0x18b)]('\x22')[0x1],_0x54521e];}}return[null,null];},exports[a31_0x5e4e99(0x1b7)]=_0x6e581=>{const _0x1a7bd8=a31_0x5e4e99,_0x5caf35={'jGtjK':function(_0x452592,_0xc04856){return _0x452592(_0xc04856);},'UEBKg':_0x1a7bd8(0x1a7),'MfdpN':_0x1a7bd8(0x18c),'QlMca':_0x1a7bd8(0x1bd),'eeuVL':_0x1a7bd8(0x192)};if(!_0x6e581||!_0x6e581[_0x1a7bd8(0x1af)])return[];const _0x26faa6=[];return[_0x5caf35[_0x1a7bd8(0x185)],_0x5caf35['MfdpN'],_0x5caf35[_0x1a7bd8(0x19b)],_0x5caf35[_0x1a7bd8(0x189)]][_0x1a7bd8(0x1b3)](_0x10b9b6=>{const _0x8ffe06=_0x1a7bd8,_0x3b4e96=_0x6e581[_0x8ffe06(0x1af)][_0x10b9b6]||[];_0x3b4e96[_0x8ffe06(0x1b3)](_0x504e5=>{const _0x1d002d=_0x8ffe06;_0x504e5['hookAnalyticsId']&&!_0x5caf35[_0x1d002d(0x1be)](isInternalHook,_0x504e5['fn'])&&_0x26faa6[_0x1d002d(0x187)](_0x504e5[_0x1d002d(0x1d4)]);});}),[..._0x26faa6,...exports['getHooksForTest'](_0x6e581['parent'])];},exports[a31_0x5e4e99(0x1d2)]=_0x3743dd=>{const _0x202b2d=a31_0x5e4e99,_0x5899db={'ZSNoE':function(_0x12fcce){return _0x12fcce();},'xqdZO':function(_0x23c387,_0x3ece46){return _0x23c387===_0x3ece46;},'ITMOi':_0x202b2d(0x192),'JCllp':_0x202b2d(0x1a7),'cOqkI':'_afterAll','qiXur':'_beforeEach'};if(!_0x3743dd||!_0x3743dd['parent'])return;[_0x5899db[_0x202b2d(0x1cc)],_0x5899db[_0x202b2d(0x1d0)],_0x5899db[_0x202b2d(0x1d7)],_0x5899db[_0x202b2d(0x197)]]['forEach'](_0x40ea4f=>{const _0x25fe86=_0x202b2d,_0x1d7864={'POhGM':function(_0x2abc54){const _0x32be04=a31_0x46ea;return _0x5899db[_0x32be04(0x195)](_0x2abc54);},'ojWrb':function(_0x24e0e1,_0x14412d){return _0x5899db['xqdZO'](_0x24e0e1,_0x14412d);},'dIAwY':_0x5899db[_0x25fe86(0x197)],'SPOyu':function(_0x457e97){const _0x222523=_0x25fe86;return _0x5899db[_0x222523(0x195)](_0x457e97);}},_0x4a74fd=_0x3743dd[_0x25fe86(0x1af)][_0x40ea4f]||[];_0x4a74fd['forEach'](_0x3cba52=>{const _0x4c9be2=_0x25fe86;if(!_0x3cba52[_0x4c9be2(0x1d4)])_0x3cba52['hookAnalyticsId']=_0x1d7864[_0x4c9be2(0x1a9)](uuidv4);else _0x3cba52['markedStatus']&&_0x1d7864['ojWrb'](_0x40ea4f,_0x1d7864[_0x4c9be2(0x1c1)])&&(_0x3cba52[_0x4c9be2(0x1d4)]=_0x1d7864[_0x4c9be2(0x196)](uuidv4),delete _0x3cba52[_0x4c9be2(0x19c)]);});}),exports['mapTestHooks'](_0x3743dd[_0x202b2d(0x1af)]);},exports['sendPlatformDetails']=async(_0x1dc714,_0x24d071)=>{const _0x3807ab=a31_0x5e4e99,_0x9e4050={'CjOPD':function(_0x4d3405){return _0x4d3405();},'SvZTt':function(_0x5e1de7,_0x1f7b22){return _0x5e1de7(_0x1f7b22);},'MxqbB':_0x3807ab(0x1a1),'APrVt':function(_0xd081fe,_0xd0d25){return _0xd081fe(_0xd0d25);},'FYumC':function(_0x4d3c1e,_0x575f9f){return _0x4d3c1e===_0x575f9f;},'UToYk':_0x3807ab(0x18d),'UHIqE':_0x3807ab(0x1bb),'vEXPW':'TEST_PLATFORM'};try{if(!_0x9e4050['CjOPD'](shouldProcessEventForTesthub))return;const _0x47497c=await _0x1dc714[_0x3807ab(0x19f)](),_0x43145f=await _0x1dc714[_0x3807ab(0x188)](),_0x43ecc3={},_0x4e83cc=Object[_0x3807ab(0x1c5)](_0x43145f[_0x3807ab(0x19f)]()[_0x3807ab(0x18a)]),_0x4e2bb4={'product':_0x9e4050[_0x3807ab(0x18e)](getObservabilityLinkedProductName,_0x4e83cc),'capabilities':_0x4e83cc,'platform':_0x47497c[_0x3807ab(0x1a2)](),'platform_version':_0x47497c[_0x3807ab(0x1a0)](_0x9e4050[_0x3807ab(0x1a8)])?_0x47497c[_0x3807ab(0x1a0)](_0x9e4050['MxqbB']):_0x9e4050[_0x3807ab(0x1dd)](getPlatformVersion,_0x9e4050[_0x3807ab(0x199)](global[_0x3807ab(0x19e)],_0x9e4050['UToYk'])),'browser':_0x47497c[_0x3807ab(0x1d8)](),'browser_version':_0x47497c['getBrowserVersion'](),'session_id':_0x43145f['toJSON']()};global['__cloud_provider___']?_0x43ecc3[global[_0x3807ab(0x19e)]]=_0x4e2bb4:_0x43ecc3[_0x9e4050[_0x3807ab(0x1ce)]]=_0x4e2bb4,process[_0x3807ab(0x19d)]('bs:addPlatformDetails:'+process[_0x3807ab(0x1c8)],{'timestamp':new Date()[_0x3807ab(0x18f)](),'level':null,'message':null,'kind':_0x9e4050[_0x3807ab(0x1b9)],'http_response':_0x43ecc3,'uuid':_0x24d071});}catch(_0x216a9d){_0x9e4050[_0x3807ab(0x18e)](debug,_0x3807ab(0x1c7)+_0x216a9d);}},exports['getHookSkippedTests']=_0x544683=>{const _0xea69d4=a31_0x5e4e99,_0xa82718={};_0xa82718[_0xea69d4(0x1b8)]=function(_0x359afd,_0x19c36d){return _0x359afd!==_0x19c36d;},_0xa82718[_0xea69d4(0x191)]=_0xea69d4(0x1b1),_0xa82718[_0xea69d4(0x1cd)]=function(_0x2551d5,_0x46ead4){return _0x2551d5!==_0x46ead4;},_0xa82718['GOzfP']=_0xea69d4(0x1d1),_0xa82718['PjVLU']='failed';const _0x5cc336=_0xa82718,_0x4797fc=_0x544683['suites']['reduce']((_0x56f657,_0x4949cd)=>{const _0x593470=_0xea69d4,_0x439563=exports[_0x593470(0x1c2)](_0x4949cd);return _0x439563&&(_0x56f657=_0x56f657['concat'](_0x439563)),_0x56f657;},[]),_0x1a4104=_0x544683[_0xea69d4(0x198)][_0xea69d4(0x1c6)](_0x2e6517=>{const _0x5f3928=_0xea69d4,_0x34a3bd=_0x5cc336[_0x5f3928(0x1b8)](_0x2e6517[_0x5f3928(0x1d3)],_0x5cc336[_0x5f3928(0x191)])&&!_0x2e6517[_0x5f3928(0x19c)]&&_0x5cc336[_0x5f3928(0x1cd)](_0x2e6517[_0x5f3928(0x193)],_0x5cc336['GOzfP'])&&_0x5cc336[_0x5f3928(0x1b8)](_0x2e6517[_0x5f3928(0x193)],_0x5cc336[_0x5f3928(0x1a4)])&&!_0x2e6517[_0x5f3928(0x1d9)];return _0x34a3bd;});return _0x1a4104['concat'](_0x4797fc);};
1
+ function a31_0x35e8(){const _0x262b21=['hookAnalyticsId','bfxEY','pid','state','hTNfu','LmXyr','getBrowserVersion','1346043mUXsnO','getBrowserName','browserstack','_afterEach','6585120hIfGja','dLPSq','getHookSkippedTests','KkfTO','../../utils/logPatcher','hook:','../../../helpers/testhub/utils','fromEntries','getCapabilities','hPsfD','platformVersion','indexOf','sendPlatformDetails','1216502qoIYtR','neese','slice','split','toISOString','BiqXN','EaDJL','kEtnO','hook','__cloud_provider___','4VPGrFC','filter','emit','passed','BAcjT','_beforeAll','RGqCr','mGmfe','forEach','toJSON','TEST_PLATFORM','338517CLZMlX','markedStatus','kxzUd','XAdzF','../../../../package.json','YKfor','oMnkV','739967JyAbLP','substring','../../../helpers/helper','zUNqa','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','fifCT','6843114DYLigZ','5998244ggLPBs','generic','../../../helpers/test-observability/utils','ZihCA','ZFTLN','reduce','concat','parent','get','getPlatform','failed','getSession','YSjUa','js-','mapTestHooks','8uuDJVc','5EorHbV','_afterAll','_beforeEach','wUwkf','eZxxq','bJvuF','suites'];a31_0x35e8=function(){return _0x262b21;};return a31_0x35e8();}const a31_0x149d5e=a31_0x2f54;function a31_0x2f54(_0x5840ea,_0x23a602){const _0x35e894=a31_0x35e8();return a31_0x2f54=function(_0x2f54b7,_0x1cebc9){_0x2f54b7=_0x2f54b7-0xa5;let _0x483c02=_0x35e894[_0x2f54b7];return _0x483c02;},a31_0x2f54(_0x5840ea,_0x23a602);}(function(_0x23f23,_0x1b4a77){const _0x1e237a=a31_0x2f54,_0x284c64=_0x23f23();while(!![]){try{const _0x29586d=parseInt(_0x1e237a(0xc9))/0x1+-parseInt(_0x1e237a(0xad))/0x2+-parseInt(_0x1e237a(0xee))/0x3*(parseInt(_0x1e237a(0xb7))/0x4)+-parseInt(_0x1e237a(0xe0))/0x5*(-parseInt(_0x1e237a(0xcf))/0x6)+-parseInt(_0x1e237a(0xd0))/0x7+parseInt(_0x1e237a(0xdf))/0x8*(-parseInt(_0x1e237a(0xc2))/0x9)+parseInt(_0x1e237a(0xf2))/0xa;if(_0x29586d===_0x1b4a77)break;else _0x284c64['push'](_0x284c64['shift']());}catch(_0x3f5551){_0x284c64['push'](_0x284c64['shift']());}}}(a31_0x35e8,0x8f729));const {v4:uuidv4}=require('uuid'),{name,version}=require(a31_0x149d5e(0xc6)),logPatcher=require(a31_0x149d5e(0xf6)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a31_0x149d5e(0xd2)),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require(a31_0x149d5e(0xcb)),{shouldProcessEventForTesthub}=require(a31_0x149d5e(0xa6)),{isFunction}=require('lodash'),{patchConsoleLogger}=require(a31_0x149d5e(0xd2));patchConsoleLogger(),exports['getTestEnv']=()=>{const _0x3c8aef=a31_0x149d5e,_0x408cff={'fifCT':_0x3c8aef(0xd1),'ZihCA':function(_0x21f2f7){return _0x21f2f7();}};return{'ci':_0x408cff[_0x3c8aef(0xce)],'key':_0x408cff[_0x3c8aef(0xd3)](uuidv4),'version':version,'collector':_0x3c8aef(0xdd)+name};},exports['getHookDetails']=_0x1ee43c=>{const _0x1005bc=a31_0x149d5e,_0x588ff0={};_0x588ff0[_0x1005bc(0xc7)]=function(_0x25cc61,_0x461147){return _0x25cc61!==_0x461147;},_0x588ff0[_0x1005bc(0xb3)]='string',_0x588ff0[_0x1005bc(0xbb)]=_0x1005bc(0xa5),_0x588ff0['hTNfu']=_0x1005bc(0xb5);const _0x446dfc=_0x588ff0;if(!_0x1ee43c||_0x446dfc[_0x1005bc(0xc7)](typeof _0x1ee43c,_0x446dfc[_0x1005bc(0xb3)]))return[null,null];if(_0x446dfc[_0x1005bc(0xc7)](_0x1ee43c[_0x1005bc(0xab)](_0x446dfc['BAcjT']),-0x1)){const _0x4737c4=_0x1ee43c[_0x1005bc(0xb0)](_0x446dfc[_0x1005bc(0xbb)]);return[_0x4737c4[0x0][_0x1005bc(0xaf)](0x0,-0x1)[_0x1005bc(0xb0)]('\x22')[0x1],_0x4737c4[0x1][_0x1005bc(0xca)](0x1)];}else{if(_0x446dfc[_0x1005bc(0xc7)](_0x1ee43c[_0x1005bc(0xab)](_0x446dfc[_0x1005bc(0xeb)]),-0x1)){const _0x1474c6=_0x1ee43c[_0x1005bc(0xb0)](_0x446dfc[_0x1005bc(0xeb)]);return[_0x1474c6[0x0]['slice'](0x0,-0x1)[_0x1005bc(0xb0)]('\x22')[0x1],_0x1ee43c];}}return[null,null];},exports['getHooksForTest']=_0x1d2a27=>{const _0xc21d78=a31_0x149d5e,_0x1b7678={'YSjUa':function(_0x3cc8ed,_0x159cdf){return _0x3cc8ed(_0x159cdf);},'dLPSq':'_beforeAll','SWqkt':_0xc21d78(0xe1),'pcJCd':_0xc21d78(0xe2),'hPsfD':_0xc21d78(0xf1)};if(!_0x1d2a27||!_0x1d2a27[_0xc21d78(0xd7)])return[];const _0xfd80b5=[];return[_0x1b7678[_0xc21d78(0xf3)],_0x1b7678['SWqkt'],_0x1b7678['pcJCd'],_0x1b7678[_0xc21d78(0xa9)]][_0xc21d78(0xbf)](_0x332ac6=>{const _0x11877c=_0xc21d78,_0x3a3555={'kxzUd':function(_0x5d2d38,_0x5ad903){const _0x52a4ed=a31_0x2f54;return _0x1b7678[_0x52a4ed(0xdc)](_0x5d2d38,_0x5ad903);}},_0x17178e=_0x1d2a27[_0x11877c(0xd7)][_0x332ac6]||[];_0x17178e['forEach'](_0x1f24a4=>{const _0x3c1aa9=_0x11877c;_0x1f24a4[_0x3c1aa9(0xe7)]&&!_0x3a3555[_0x3c1aa9(0xc4)](isInternalHook,_0x1f24a4['fn'])&&_0xfd80b5['push'](_0x1f24a4[_0x3c1aa9(0xe7)]);});}),[..._0xfd80b5,...exports['getHooksForTest'](_0x1d2a27[_0xc21d78(0xd7)])];},exports[a31_0x149d5e(0xde)]=_0x10d85e=>{const _0x18acb4=a31_0x149d5e,_0x73d0d={'wUwkf':function(_0x12a834){return _0x12a834();},'bAkHY':function(_0x3d8f5b,_0x3dd963){return _0x3d8f5b===_0x3dd963;},'XAdzF':_0x18acb4(0xf1),'uNYTi':_0x18acb4(0xbc),'oMnkV':_0x18acb4(0xe1),'AJHYz':_0x18acb4(0xe2)};if(!_0x10d85e||!_0x10d85e[_0x18acb4(0xd7)])return;[_0x73d0d['uNYTi'],_0x73d0d[_0x18acb4(0xc8)],_0x73d0d['AJHYz'],_0x73d0d[_0x18acb4(0xc5)]]['forEach'](_0x420782=>{const _0x10ca9c=_0x18acb4,_0x64a1da={'DcXkG':function(_0x23596c){const _0x54fdbb=a31_0x2f54;return _0x73d0d[_0x54fdbb(0xe3)](_0x23596c);},'bVUHY':function(_0x2906ae,_0x4f046d){return _0x73d0d['bAkHY'](_0x2906ae,_0x4f046d);},'ZFTLN':_0x73d0d[_0x10ca9c(0xc5)],'neese':function(_0x22b055){const _0x347f4e=_0x10ca9c;return _0x73d0d[_0x347f4e(0xe3)](_0x22b055);}},_0x921bbc=_0x10d85e['parent'][_0x420782]||[];_0x921bbc['forEach'](_0x46bde6=>{const _0x5aca1b=_0x10ca9c;if(!_0x46bde6['hookAnalyticsId'])_0x46bde6['hookAnalyticsId']=_0x64a1da['DcXkG'](uuidv4);else _0x46bde6[_0x5aca1b(0xc3)]&&_0x64a1da['bVUHY'](_0x420782,_0x64a1da[_0x5aca1b(0xd4)])&&(_0x46bde6[_0x5aca1b(0xe7)]=_0x64a1da[_0x5aca1b(0xae)](uuidv4),delete _0x46bde6[_0x5aca1b(0xc3)]);});}),exports[_0x18acb4(0xde)](_0x10d85e[_0x18acb4(0xd7)]);},exports[a31_0x149d5e(0xac)]=async(_0x1a5694,_0x4252ed)=>{const _0x309452=a31_0x149d5e,_0x26091b={'kEtnO':function(_0x396240){return _0x396240();},'RGqCr':function(_0x439dfc,_0x577796){return _0x439dfc(_0x577796);},'MeiXD':_0x309452(0xaa),'BiqXN':function(_0x43c51e,_0x16ef43){return _0x43c51e===_0x16ef43;},'bfxEY':_0x309452(0xf0),'zUNqa':'unknown_grid','eZxxq':_0x309452(0xc1)};try{if(!_0x26091b[_0x309452(0xb4)](shouldProcessEventForTesthub))return;const _0x42e9c8=await _0x1a5694[_0x309452(0xa8)](),_0x4d6842=await _0x1a5694[_0x309452(0xdb)](),_0x20fa80={},_0x286548=Object[_0x309452(0xa7)](_0x4d6842['getCapabilities']()['map_']),_0x327d14={'product':_0x26091b[_0x309452(0xbd)](getObservabilityLinkedProductName,_0x286548),'capabilities':_0x286548,'platform':_0x42e9c8[_0x309452(0xd9)](),'platform_version':_0x42e9c8[_0x309452(0xd8)](_0x26091b['MeiXD'])?_0x42e9c8[_0x309452(0xd8)](_0x26091b['MeiXD']):_0x26091b[_0x309452(0xbd)](getPlatformVersion,_0x26091b[_0x309452(0xb2)](global[_0x309452(0xb6)],_0x26091b[_0x309452(0xe8)])),'browser':_0x42e9c8[_0x309452(0xef)](),'browser_version':_0x42e9c8[_0x309452(0xed)](),'session_id':_0x4d6842[_0x309452(0xc0)]()};global['__cloud_provider___']?_0x20fa80[global[_0x309452(0xb6)]]=_0x327d14:_0x20fa80[_0x26091b[_0x309452(0xcc)]]=_0x327d14,process[_0x309452(0xb9)]('bs:addPlatformDetails:'+process[_0x309452(0xe9)],{'timestamp':new Date()[_0x309452(0xb1)](),'level':null,'message':null,'kind':_0x26091b[_0x309452(0xe4)],'http_response':_0x20fa80,'uuid':_0x4252ed});}catch(_0x1cb183){_0x26091b[_0x309452(0xbd)](debug,_0x309452(0xcd)+_0x1cb183);}},exports[a31_0x149d5e(0xf4)]=_0x3f228a=>{const _0x26d420=a31_0x149d5e,_0x14aeb2={};_0x14aeb2['bJvuF']=function(_0x2fca7e,_0x572b9f){return _0x2fca7e!==_0x572b9f;},_0x14aeb2[_0x26d420(0xec)]=_0x26d420(0xb5),_0x14aeb2[_0x26d420(0xbe)]=_0x26d420(0xba),_0x14aeb2[_0x26d420(0xf5)]=_0x26d420(0xda);const _0x5b0f1d=_0x14aeb2,_0x5b5b16=_0x3f228a[_0x26d420(0xe6)][_0x26d420(0xd5)]((_0x33b89e,_0x5c6e67)=>{const _0x53e2e2=_0x26d420,_0x4c2e8b=exports[_0x53e2e2(0xf4)](_0x5c6e67);return _0x4c2e8b&&(_0x33b89e=_0x33b89e[_0x53e2e2(0xd6)](_0x4c2e8b)),_0x33b89e;},[]),_0x4dccfc=_0x3f228a['tests'][_0x26d420(0xb8)](_0x3b7107=>{const _0x526fa1=_0x26d420,_0x360e97=_0x5b0f1d['bJvuF'](_0x3b7107['type'],_0x5b0f1d[_0x526fa1(0xec)])&&!_0x3b7107[_0x526fa1(0xc3)]&&_0x5b0f1d[_0x526fa1(0xe5)](_0x3b7107[_0x526fa1(0xea)],_0x5b0f1d[_0x526fa1(0xbe)])&&_0x5b0f1d['bJvuF'](_0x3b7107[_0x526fa1(0xea)],_0x5b0f1d[_0x526fa1(0xf5)])&&!_0x3b7107['pending'];return _0x360e97;});return _0x4dccfc[_0x26d420(0xd6)](_0x5b5b16);};
@@ -1 +1 @@
1
- function a32_0xaee3(_0x3d92d4,_0x2415a3){const _0x24dac7=a32_0x24da();return a32_0xaee3=function(_0xaee3be,_0x1f429f){_0xaee3be=_0xaee3be-0x1e1;let _0x7ac7c6=_0x24dac7[_0xaee3be];return _0x7ac7c6;},a32_0xaee3(_0x3d92d4,_0x2415a3);}const a32_0x43518a=a32_0xaee3;(function(_0x25e593,_0xae5899){const _0x20177d=a32_0xaee3,_0x5bd644=_0x25e593();while(!![]){try{const _0x273d2b=parseInt(_0x20177d(0x236))/0x1+parseInt(_0x20177d(0x245))/0x2+parseInt(_0x20177d(0x1f6))/0x3+parseInt(_0x20177d(0x21b))/0x4*(parseInt(_0x20177d(0x28a))/0x5)+parseInt(_0x20177d(0x25b))/0x6+parseInt(_0x20177d(0x1f1))/0x7*(parseInt(_0x20177d(0x232))/0x8)+-parseInt(_0x20177d(0x275))/0x9*(parseInt(_0x20177d(0x218))/0xa);if(_0x273d2b===_0xae5899)break;else _0x5bd644['push'](_0x5bd644['shift']());}catch(_0x3e60b7){_0x5bd644['push'](_0x5bd644['shift']());}}}(a32_0x24da,0x9fc2f));const util=require(a32_0x43518a(0x211)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a32_0x43518a(0x1e7)),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a32_0x43518a(0x231)),PerformanceTester=require(a32_0x43518a(0x264)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a32_0x43518a(0x202)),scripts=require(a32_0x43518a(0x281)),globals=require(a32_0x43518a(0x1e6)),logger=require(a32_0x43518a(0x28e))[a32_0x43518a(0x248)],{shouldProcessEventForTesthub}=require(a32_0x43518a(0x292)),testHubConstants=require('../../helpers/testhub/constants');function a32_0x24da(){const _0xb12cab=['TqnCh','Passed','OlWvk','../../helpers/globals','../../helpers/percy/utils','OVQuB','nMxZg','ldmod','executeAsyncScript','timeout','__skipSessionName','err','xBtwQ','info','774844OVhxGN','percy','start','coRkH','XKpsd','3035037FYeItu','mochaHooks','http:','appium:app','join','SDK_HOOK','Iaooe','YNFIE','wzZNP','PYnKh','length','ENV_VAR','../../helpers/performance/constants','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','thTestRunUuid','debug','AmKNm','KAOdb','measureWrapper','__platformCaps','mmZWS','getGlobal','EZUAc','XVLkl','sessionNameSet__','util','zGzey','faAAa','Skzzz','yTVZN','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','Failed\x20to\x20store\x20session\x20name:\x20','302320zPnzRa','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','BauOg','5023196lRrmUg','qmWEB','RFNNd','ygfiK','jwscI','shift','stringify','eSVde','error','jSTqw','sessionName','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','browserstackSessionName','LcCSH','end','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','SYNC','format','DfxnV','afterAll','\x20-\x20','failed','../../helpers/helper','8qMutDd','UbCnc','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','pEpyB','172902SjEBah','Failed:\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','GSmyP','VhJUc','message','SAVE_RESULTS','percyCaptureMode','PERFORM_SCAN','__sessionFailed','https:','HXNzM','LNkKu','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','23862gorxBm','then','BOOFc','winstonLogger','ttEok','protocol','state','OfMKz','testAnalyticsId','\x22}}','jyFBt','bstackA11yShouldScan','kbaIe','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','startMonitoring','BoiHx','env',',\x22level\x22:\x20\x22','xbhPz','now','BTvVQ','ZyjYs','3422424pxIjyo','quitCount_','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','ZSsBc','executeScript','index','finally','isAccessibilityPlatform','browserstackTestName','../../helpers/performance/performance-tester','getCurrentUrl','session_','lQDXi','CdVsw','accessibilityScanStarted','__drivers','XKqWe','ADlXF','WKHUk','command','app','aQrKI','beforeEach','capabilities','driverCleanup','passed','738CorfCQ','SESSION_NAME','isArray','BROWSERSTACK_TESTHUB_JWT','NWOya','afterEach','UTkGa','Automate\x20test\x20case\x20execution\x20has\x20started.','eAfqz','WUoty','ldkcq','plyTd','../../helpers/accessibility-automation/scripts','SESSION_STATUS','titlePath','HKqXN','\x20|\x20','currentTest','initQuit','ObservabilitySync:','setGlobal','5CtCWQE','thJwtToken','shouldScanTestForAccessibility','GXPKx','../../helpers/logger','HqggG','PjjOw','yCxHn','../../helpers/testhub/utils','beforeAll','__error_messages__','ipeVM'];a32_0x24da=function(){return _0xb12cab;};return a32_0x24da();}exports[a32_0x43518a(0x1f7)]={'beforeAll'(){const _0x271835=a32_0x43518a,_0x1c0b6d={'JPzkU':function(_0x5a27c8,_0x50b51f,_0x430969,_0x5a568e){return _0x5a27c8(_0x50b51f,_0x430969,_0x5a568e);},'XVLkl':_0x271835(0x230),'UbCnc':_0x271835(0x285),'UTkGa':function(_0x1aecfc,_0x16e756,_0x250d6e){return _0x1aecfc(_0x16e756,_0x250d6e);},'EZUAc':'passed','HXNzM':function(_0x2357a7){return _0x2357a7();},'YNFIE':function(_0x353026,_0x21a71c,_0x528bab){return _0x353026(_0x21a71c,_0x528bab);},'RUWXW':function(_0x15b44d,_0x218877,_0x57b63a){return _0x15b44d(_0x218877,_0x57b63a);},'ttEok':_0x271835(0x260),'jyFBt':_0x271835(0x293)};PerformanceTester[_0x271835(0x253)]();const _0x3b9f78='browserstack internal helper hook';PerformanceTester[_0x271835(0x20a)](PerformanceSdkEvents[_0x271835(0x1fb)],()=>{const _0xa9ddb=_0x271835;global[_0xa9ddb(0x1e1)]=[],global['__sessionFailed']=![],global[_0xa9ddb(0x273)]=async()=>{const _0x4b4008=_0xa9ddb;let _0x4b598b=![];try{await global[_0x4b4008(0x26a)][0x0][_0x4b4008(0x266)],_0x4b598b=!![],global['__sessionFailed']?await _0x1c0b6d['JPzkU'](markSessionStatus,global['__drivers'][0x0],_0x1c0b6d[_0x4b4008(0x20f)],global[_0x4b4008(0x1e1)][_0x4b4008(0x1fa)](_0x1c0b6d[_0x4b4008(0x233)])):await _0x1c0b6d[_0x4b4008(0x27b)](markSessionStatus,global[_0x4b4008(0x26a)][0x0],_0x1c0b6d[_0x4b4008(0x20e)]);}catch(_0x27f430){logger[_0x4b4008(0x207)](_0x4b4008(0x22a)+_0x27f430);}global[_0x4b4008(0x1e1)]=[],global['__sessionFailed']=![];if(_0x4b598b)try{try{_0x1c0b6d[_0x4b4008(0x242)](shouldProcessEventForTesthub)&&(global[_0x4b4008(0x26a)][0x0]&&await _0x1c0b6d[_0x4b4008(0x1fd)](sendPlatformDetails,global[_0x4b4008(0x26a)][0x0],this[_0x4b4008(0x286)]?this[_0x4b4008(0x286)][_0x4b4008(0x24d)]:null));}catch(_0x2203c6){logger[_0x4b4008(0x207)](_0x4b4008(0x216)+_0x2203c6);}await global[_0x4b4008(0x26a)][0x0][_0x4b4008(0x287)]();}catch(_0x504a6e){logger[_0x4b4008(0x207)](_0x4b4008(0x203)+_0x504a6e);}};},{'platform':_0x1c0b6d['RUWXW'](nestedKeyValue,global['__platformCaps'],[_0x1c0b6d[_0x271835(0x249)]]),'hookType':_0x1c0b6d[_0x271835(0x24f)]})();},'beforeEach'(_0x3376e6){const _0x57edac=a32_0x43518a,_0x1fe45a={'XKqWe':function(_0x3c3a68,_0x12e5a5){return _0x3c3a68>_0x12e5a5;},'LcCSH':function(_0x91bb76,_0x487b76){return _0x91bb76>_0x487b76;},'BTvVQ':_0x57edac(0x22f),'VhJUc':function(_0x25dd8b,_0xba116a,_0x397dea){return _0x25dd8b(_0xba116a,_0x397dea);},'mOIhy':_0x57edac(0x250),'Skzzz':function(_0x426c28){return _0x426c28();},'hGXyc':'isAccessibilityPlatform','FNpnN':function(_0x1612c2,_0x1b9a00){return _0x1612c2===_0x1b9a00;},'ldkcq':_0x57edac(0x1f8),'ygfiK':function(_0x5d7a05,_0x2abfbd){return _0x5d7a05===_0x2abfbd;},'pEpyB':_0x57edac(0x241),'nMxZg':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Iaooe':_0x57edac(0x27c),'GXPKx':_0x57edac(0x263),'cXmer':_0x57edac(0x260),'NWOya':_0x57edac(0x271)};globals[_0x57edac(0x289)](_0x1fe45a[_0x57edac(0x28d)],this[_0x57edac(0x286)][_0x57edac(0x283)]()[_0x57edac(0x1fa)](_0x1fe45a['BTvVQ'])),PerformanceTester[_0x57edac(0x20a)](PerformanceSdkEvents[_0x57edac(0x1fb)],()=>{const _0x44bad9=_0x57edac,_0x42d520={'TjQZn':function(_0x5995ee,_0x5d8e00){const _0x5ba4d6=a32_0xaee3;return _0x1fe45a[_0x5ba4d6(0x26b)](_0x5995ee,_0x5d8e00);},'faAAa':function(_0x4dae8f,_0x17d90e){const _0x9ec24e=a32_0xaee3;return _0x1fe45a[_0x9ec24e(0x228)](_0x4dae8f,_0x17d90e);},'LNkKu':_0x1fe45a[_0x44bad9(0x259)],'ldmod':function(_0x38f1c6,_0x3c88b8,_0x136eca){const _0x4b704c=_0x44bad9;return _0x1fe45a[_0x4b704c(0x23b)](_0x38f1c6,_0x3c88b8,_0x136eca);},'OlWvk':_0x1fe45a['mOIhy'],'WKHUk':function(_0x22f34c){const _0x2d394a=_0x44bad9;return _0x1fe45a[_0x2d394a(0x214)](_0x22f34c);},'CdVsw':_0x1fe45a['hGXyc'],'xbhPz':function(_0x5c08fe,_0x788a79){return _0x1fe45a['FNpnN'](_0x5c08fe,_0x788a79);},'TqnCh':_0x1fe45a[_0x44bad9(0x27f)],'xBtwQ':function(_0x24e9a8,_0x57b47b){const _0x262433=_0x44bad9;return _0x1fe45a[_0x262433(0x21e)](_0x24e9a8,_0x57b47b);},'mmZWS':_0x1fe45a[_0x44bad9(0x235)],'jSTqw':_0x1fe45a[_0x44bad9(0x1e9)],'WUoty':_0x1fe45a[_0x44bad9(0x1fc)],'AmKNm':function(_0x3f8034){const _0x4c9dd6=_0x44bad9;return _0x1fe45a[_0x4c9dd6(0x214)](_0x3f8034);}},_0x126152='browserstack internal helper hook';new Promise(async _0x13a88c=>{const _0x347fa7=_0x44bad9;let _0x48585f=!![];try{_0x42d520['TjQZn'](global[_0x347fa7(0x26a)]['length'],0x1)&&(await global[_0x347fa7(0x273)](),global[_0x347fa7(0x26a)][_0x347fa7(0x220)]()),_0x42d520[_0x347fa7(0x213)](global['__drivers'][0x0][_0x347fa7(0x25c)],0x0)&&(_0x48585f=![],await global[_0x347fa7(0x273)]());}catch(_0x1b2be1){logger[_0x347fa7(0x207)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x1b2be1);}try{Array[_0x347fa7(0x277)](global[_0x347fa7(0x26a)])&&global[_0x347fa7(0x26a)][0x0]&&(global[_0x347fa7(0x26a)][0x0][_0x347fa7(0x227)]=this['currentTest'][_0x347fa7(0x283)]()[_0x347fa7(0x1fa)](_0x42d520[_0x347fa7(0x243)])),global[_0x347fa7(0x227)]=this['currentTest'][_0x347fa7(0x283)]()[_0x347fa7(0x1fa)](_0x42d520[_0x347fa7(0x243)]);}catch(_0x5898de){logger[_0x347fa7(0x207)](_0x347fa7(0x217)+_0x5898de);}this[_0x347fa7(0x286)][_0x347fa7(0x28c)]=_0x42d520[_0x347fa7(0x1ea)](shouldScanTestForAccessibility,this[_0x347fa7(0x286)]['titlePath'](),!![]),globals[_0x347fa7(0x289)](_0x42d520[_0x347fa7(0x1e5)],this[_0x347fa7(0x286)][_0x347fa7(0x28c)]),this[_0x347fa7(0x286)][_0x347fa7(0x269)]=!![];if(_0x42d520[_0x347fa7(0x26d)](isAccessibilityAutomationSession)&&_0x48585f&&Array[_0x347fa7(0x277)](global['__drivers'])&&_0x42d520[_0x347fa7(0x213)](global['__drivers'][_0x347fa7(0x200)],0x0)&&globals[_0x347fa7(0x20d)](_0x42d520[_0x347fa7(0x268)]))try{const _0x3817fc=await global[_0x347fa7(0x26a)][0x0][_0x347fa7(0x266)];if(_0x3817fc){let _0x21c5cb=!![];const _0x3cb7ce=await global[_0x347fa7(0x26a)][0x0][_0x347fa7(0x265)]();let _0x2e8773;try{_0x2e8773=new URL(_0x3cb7ce);}catch(_0x9f0390){_0x21c5cb=![];}_0x21c5cb=_0x42d520[_0x347fa7(0x257)](_0x2e8773[_0x347fa7(0x24a)],_0x42d520[_0x347fa7(0x1e3)])||_0x42d520[_0x347fa7(0x1ef)](_0x2e8773[_0x347fa7(0x24a)],_0x42d520[_0x347fa7(0x20c)]),_0x21c5cb&&(this['currentTest']['shouldScanTestForAccessibility']&&logger[_0x347fa7(0x1f0)](_0x42d520[_0x347fa7(0x224)])),this['currentTest'][_0x347fa7(0x269)]=this[_0x347fa7(0x286)][_0x347fa7(0x28c)],this['currentTest']['shouldScanTestForAccessibility']&&logger[_0x347fa7(0x1f0)](_0x42d520[_0x347fa7(0x27e)]);}}catch(_0x12d4bf){logger[_0x347fa7(0x223)](_0x347fa7(0x252)+util[_0x347fa7(0x22c)](_0x12d4bf));}_0x42d520[_0x347fa7(0x26d)](_0x13a88c);})['then'](()=>{const _0xe26e29=_0x44bad9;_0x42d520[_0xe26e29(0x208)](_0x3376e6);});},{'platform':_0x1fe45a[_0x57edac(0x23b)](nestedKeyValue,global[_0x57edac(0x20b)],[_0x1fe45a['cXmer']]),'hookType':_0x1fe45a[_0x57edac(0x279)]})();},'afterEach'(_0x1bcc93){const _0xa57883=a32_0x43518a,_0x39f9d8={'HqggG':_0xa57883(0x22f),'RFNNd':function(_0x26ee37,_0x2ed738){return _0x26ee37>_0x2ed738;},'wzZNP':function(_0x400ec4,_0x578c63){return _0x400ec4===_0x578c63;},'kbaIe':'testcase','jwscI':_0xa57883(0x1f9),'yTVZN':function(_0x10a043,_0x3b7b8,_0x226e50,_0x573535){return _0x10a043(_0x3b7b8,_0x226e50,_0x573535);},'AcPpX':_0xa57883(0x262),'BoiHx':'bstackA11yShouldScan','eAfqz':_0xa57883(0x25d),'zjJpS':'Performing\x20scan\x20before\x20saving\x20results','KAOdb':'afterTest','PYnKh':_0xa57883(0x204),'lQDXi':function(_0x207362){return _0x207362();},'DfxnV':function(_0x42d450,_0x5f4c70,_0x316eb2){return _0x42d450(_0x5f4c70,_0x316eb2);},'coRkH':function(_0x1d96d){return _0x1d96d();},'BauOg':_0xa57883(0x207),'iIqdX':function(_0x58b1a1,_0x2f88c9){return _0x58b1a1!==_0x2f88c9;},'aQrKI':_0xa57883(0x274),'hNHWC':function(_0xc22673,_0x5228fc){return _0xc22673+_0x5228fc;},'PjjOw':_0xa57883(0x237),'qBxuH':_0xa57883(0x223),'XKpsd':_0xa57883(0x1e4),'DnNXA':'info','TjnMP':function(_0xd81dab){return _0xd81dab();},'zGzey':_0xa57883(0x260),'ipeVM':_0xa57883(0x27a)},_0x51ef23='browserstack internal helper hook';this[_0xa57883(0x1ec)](0xfde8),global[_0xa57883(0x225)]=this[_0xa57883(0x286)][_0xa57883(0x283)]()['join'](_0x39f9d8[_0xa57883(0x28f)]),PerformanceTester[_0xa57883(0x20a)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x463919=_0xa57883,_0x445b5a={'eSVde':function(_0x3f5a71,_0x83148c){return _0x39f9d8['iIqdX'](_0x3f5a71,_0x83148c);},'yCxHn':_0x39f9d8[_0x463919(0x270)],'ZSsBc':function(_0x49399b,_0x5012dd,_0x111a39){const _0x370536=_0x463919;return _0x39f9d8[_0x370536(0x22d)](_0x49399b,_0x5012dd,_0x111a39);},'ZyjYs':function(_0x43b26e,_0x2900ce){return _0x39f9d8['hNHWC'](_0x43b26e,_0x2900ce);},'YPXkl':_0x39f9d8[_0x463919(0x290)],'plyTd':_0x39f9d8['qBxuH'],'GSmyP':_0x39f9d8[_0x463919(0x1f5)],'OfMKz':_0x39f9d8['DnNXA'],'HKqXN':function(_0xb6b05c){return _0x39f9d8['TjnMP'](_0xb6b05c);}},_0x433008=async(_0x1a2362,_0x1a6adb)=>{const _0x422907=_0x463919;await global[_0x422907(0x26a)][0x0][_0x422907(0x25f)](_0x422907(0x239)+_0x1a2362+_0x422907(0x256)+_0x1a6adb+_0x422907(0x24e));};new Promise(async _0x3fdd43=>{const _0x1a5bc9=_0x463919,_0x57b97c={};_0x57b97c[_0x1a5bc9(0x26c)]=_0x39f9d8['HqggG'];const _0x5cec42=_0x57b97c;try{_0x39f9d8[_0x1a5bc9(0x21d)](global[_0x1a5bc9(0x26a)][_0x1a5bc9(0x200)],0x1)&&(await global[_0x1a5bc9(0x273)](),global['__drivers'][_0x1a5bc9(0x220)](),global[_0x1a5bc9(0x1e1)]=[],global[_0x1a5bc9(0x240)]=![]);try{if(global[_0x1a5bc9(0x1f2)]&&_0x39f9d8[_0x1a5bc9(0x1fe)](global[_0x1a5bc9(0x23e)],_0x39f9d8['kbaIe'])&&global['__drivers'][0x0]){const _0x35f06c=_0x39f9d8['RFNNd'](global[_0x1a5bc9(0x272)][_0x1a5bc9(0x200)],0x0)?!!global['capabilities'][0x0][_0x1a5bc9(0x26f)]||!!global[_0x1a5bc9(0x272)][0x0][_0x39f9d8[_0x1a5bc9(0x21f)]]:![],_0x400275={};_0x400275[_0x1a5bc9(0x26f)]=_0x35f06c,await _0x39f9d8[_0x1a5bc9(0x215)](percyAutoCapture,global[_0x1a5bc9(0x26a)][0x0],_0x39f9d8[_0x1a5bc9(0x251)],_0x400275);}}catch(_0x4c77a8){logger['debug'](_0x1a5bc9(0x226)+_0x4c77a8);}!global[_0x1a5bc9(0x1ed)]&&(await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x1a5bc9(0x276)],async()=>{const _0x49890f=_0x1a5bc9;await global[_0x49890f(0x26a)][0x0][_0x49890f(0x25f)](_0x49890f(0x205)+JSON[_0x49890f(0x221)](this[_0x49890f(0x286)]['titlePath']()[_0x49890f(0x1fa)](_0x5cec42[_0x49890f(0x26c)]))+'}}');})(),global['__drivers'][0x0][_0x1a5bc9(0x210)]=!![]),await PerformanceTester[_0x1a5bc9(0x20a)](PerformanceAutEvents[_0x1a5bc9(0x282)],async()=>{const _0x188f02=_0x1a5bc9,_0x7eee09=_0x445b5a[_0x188f02(0x222)](this[_0x188f02(0x286)][_0x188f02(0x24b)],_0x445b5a[_0x188f02(0x291)]);_0x7eee09?(global['__sessionFailed']=!![],global[_0x188f02(0x1e1)]['push'](this[_0x188f02(0x286)][_0x188f02(0x1ee)][_0x188f02(0x23c)]),await _0x445b5a[_0x188f02(0x25e)](_0x433008,JSON[_0x188f02(0x221)](_0x445b5a[_0x188f02(0x25a)](_0x445b5a['YPXkl'],this['currentTest'][_0x188f02(0x1ee)][_0x188f02(0x23c)])),_0x445b5a[_0x188f02(0x280)])):await _0x445b5a[_0x188f02(0x25e)](_0x433008,JSON[_0x188f02(0x221)](_0x445b5a[_0x188f02(0x23a)]),_0x445b5a[_0x188f02(0x24c)]);})();}catch(_0x46585){logger[_0x1a5bc9(0x207)](_0x1a5bc9(0x244)+_0x46585);}try{if(this[_0x1a5bc9(0x286)][_0x1a5bc9(0x269)]&&globals[_0x1a5bc9(0x20d)](_0x39f9d8['AcPpX'])&&globals['getGlobal'](_0x39f9d8[_0x1a5bc9(0x254)])){logger[_0x1a5bc9(0x1f0)](_0x39f9d8[_0x1a5bc9(0x27d)]);const _0x2221fc={};_0x2221fc[_0x1a5bc9(0x206)]=this[_0x1a5bc9(0x286)][_0x1a5bc9(0x24d)],_0x2221fc['thBuildUuid']=process[_0x1a5bc9(0x255)][testHubConstants[_0x1a5bc9(0x201)]['BROWSERSTACK_TESTHUB_UUID']],_0x2221fc[_0x1a5bc9(0x28b)]=process[_0x1a5bc9(0x255)][testHubConstants[_0x1a5bc9(0x201)][_0x1a5bc9(0x278)]];const _0x357e58=_0x2221fc;logger[_0x1a5bc9(0x207)](_0x1a5bc9(0x238)+JSON[_0x1a5bc9(0x221)](_0x357e58)),logger['debug'](_0x39f9d8['zjJpS']);const _0x64bbdf={};_0x64bbdf[_0x1a5bc9(0x26e)]=_0x39f9d8[_0x1a5bc9(0x209)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1a5bc9(0x23f)],async()=>{const _0x54087e=_0x1a5bc9;logger[_0x54087e(0x207)](util[_0x54087e(0x22c)](await global[_0x54087e(0x26a)][0x0][_0x54087e(0x1eb)](scripts['performScan'],{'method':global['browserstackSessionName']})));},_0x64bbdf)(),await PerformanceTester[_0x1a5bc9(0x20a)](PerformanceA11yEvents[_0x1a5bc9(0x23d)],async()=>{const _0x474271=_0x1a5bc9;await global['__drivers'][0x0][_0x474271(0x1eb)](scripts['saveTestResults'],_0x357e58);})(),logger['info'](_0x39f9d8[_0x1a5bc9(0x1ff)]);}}catch(_0x336aa6){logger[_0x1a5bc9(0x223)](_0x1a5bc9(0x234)+this[_0x1a5bc9(0x286)][_0x1a5bc9(0x283)]()+'.\x20Error\x20:',_0x336aa6);}try{try{if(_0x39f9d8[_0x1a5bc9(0x267)](shouldProcessEventForTesthub)){global[_0x1a5bc9(0x26a)][0x0]&&await _0x39f9d8[_0x1a5bc9(0x22d)](sendPlatformDetails,global[_0x1a5bc9(0x26a)][0x0],this[_0x1a5bc9(0x286)]?this['currentTest']['testAnalyticsId']:null);if(_0x39f9d8['coRkH'](isBrowserstackInfra)){PerformanceTester[_0x1a5bc9(0x1f3)](PerformanceO11yEvents[_0x1a5bc9(0x22b)]);const _0x4ee92f=_0x1a5bc9(0x288)+Date[_0x1a5bc9(0x258)]();await _0x39f9d8[_0x1a5bc9(0x22d)](_0x433008,JSON['stringify'](_0x4ee92f),_0x39f9d8[_0x1a5bc9(0x21a)]),PerformanceTester[_0x1a5bc9(0x229)](PerformanceO11yEvents[_0x1a5bc9(0x22b)]);}}}catch(_0x235393){logger[_0x1a5bc9(0x207)](_0x1a5bc9(0x219)+_0x235393),PerformanceTester[_0x1a5bc9(0x229)](PerformanceO11yEvents[_0x1a5bc9(0x22b)],![],_0x235393);}_0x39f9d8[_0x1a5bc9(0x21d)](global[_0x1a5bc9(0x26a)][0x0][_0x1a5bc9(0x25c)],0x0)&&await global[_0x1a5bc9(0x273)]();}catch(_0x431620){logger[_0x1a5bc9(0x207)](_0x1a5bc9(0x203)+_0x431620);}_0x39f9d8[_0x1a5bc9(0x1f4)](_0x3fdd43);})['then'](()=>{const _0x577531=_0x463919;_0x445b5a[_0x577531(0x284)](_0x1bcc93);});},{'platform':_0x39f9d8[_0xa57883(0x22d)](nestedKeyValue,global[_0xa57883(0x20b)],[_0x39f9d8[_0xa57883(0x212)]]),'hookType':_0x39f9d8[_0xa57883(0x1e2)]})();},'afterAll'(_0x5e649f){const _0x229168=a32_0x43518a,_0x2d741b={'OVQuB':function(_0x3fc3a6){return _0x3fc3a6();},'BOOFc':function(_0x297e3,_0x36d22d,_0x51865d){return _0x297e3(_0x36d22d,_0x51865d);},'tgsoM':_0x229168(0x260),'qmWEB':_0x229168(0x22e)},_0x496255='browserstack internal helper hook';this[_0x229168(0x1ec)](0xfde8),PerformanceTester[_0x229168(0x20a)](PerformanceSdkEvents[_0x229168(0x1fb)],()=>{const _0x46f780=_0x229168;new Promise(async _0x388872=>{await global['driverCleanup'](),_0x2d741b['OVQuB'](_0x388872);})[_0x46f780(0x246)]()[_0x46f780(0x261)](()=>{const _0x243049=_0x46f780;_0x2d741b[_0x243049(0x1e8)](_0x5e649f);});},{'platform':_0x2d741b[_0x229168(0x247)](nestedKeyValue,global[_0x229168(0x20b)],[_0x2d741b['tgsoM']]),'hookType':_0x2d741b[_0x229168(0x21c)]})();}};
1
+ const a32_0x21bb23=a32_0x10ae;(function(_0x3ab081,_0x3be998){const _0x175b34=a32_0x10ae,_0x16d1c9=_0x3ab081();while(!![]){try{const _0x3b5243=-parseInt(_0x175b34(0x106))/0x1*(parseInt(_0x175b34(0x151))/0x2)+parseInt(_0x175b34(0x12a))/0x3*(parseInt(_0x175b34(0x167))/0x4)+parseInt(_0x175b34(0x133))/0x5+parseInt(_0x175b34(0x190))/0x6*(parseInt(_0x175b34(0x120))/0x7)+-parseInt(_0x175b34(0x141))/0x8*(parseInt(_0x175b34(0x16d))/0x9)+-parseInt(_0x175b34(0x14e))/0xa*(-parseInt(_0x175b34(0x176))/0xb)+-parseInt(_0x175b34(0x139))/0xc;if(_0x3b5243===_0x3be998)break;else _0x16d1c9['push'](_0x16d1c9['shift']());}catch(_0x2dd908){_0x16d1c9['push'](_0x16d1c9['shift']());}}}(a32_0x39e8,0xd77d2));function a32_0x10ae(_0x7905bc,_0x17af5a){const _0x39e875=a32_0x39e8();return a32_0x10ae=function(_0x10ae26,_0x44a1e7){_0x10ae26=_0x10ae26-0xe4;let _0x38c5d1=_0x39e875[_0x10ae26];return _0x38c5d1;},a32_0x10ae(_0x7905bc,_0x17af5a);}function a32_0x39e8(){const _0x1bb350=['VCsqp','LCXCH','afterTest','debug','VKAXF','RejLQ','__error_messages__','currentTest','SAVE_RESULTS','MOkxf','GezTc','fCvHi','WImbf','FTLga','accessibilityScanStarted','util','bstackA11yShouldScan','KlaAZ','SYNC','geYUU','setGlobal','mVAim','JlOhh','titlePath','NPPZy','\x20-\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','browserstackSessionName','end','isAccessibilityPlatform','jIJza','../../helpers/globals','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','app','command','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','ErkJt','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','percyCaptureMode','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20',',\x22level\x22:\x20\x22','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','ThGoH','__platformCaps','607BtNZNh','measureWrapper','testcase','testAnalyticsId','kPuUi','protocol','__sessionFailed','jLJzk','KORGG','OgYqk','SDK_HOOK','cXZZc','quitCount_','sZrMh','SESSION_STATUS','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','message','KLedH','push','../../helpers/logger','AAXex','sessionNameSet__','hZgSb','zJswo','\x20|\x20','length','38108vBCLco','NYohF','err','rGmIb','MbKki','Failed:\x20','ObservabilitySync:','kRFED','TLKdj','http:','268572fQMUjv','browserstackTestName','./test-observability/mochaUtils','getGlobal','then','../../helpers/percy/utils','ntxia','error','Tvzhy','7249975nlnFwN','BROWSERSTACK_TESTHUB_JWT','Jciht','TWdew','BROWSERSTACK_TESTHUB_UUID','MTIQP','17238096VMPiNo','isArray','failed','ukrGa','xHujb','env','executeScript','vAinY','7486696cZQOPN','aApvW','GgGvM','Automate\x20test\x20case\x20execution\x20has\x20started.','https:','shift','HDuDj','shouldScanTestForAccessibility','driverCleanup','ENV_VAR','format','tNxIK','\x22}}','17506050DcSdmu','__skipSessionName','join','4638FvFruE','capabilities','thTestRunUuid','UubGf','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','sXPsy','winstonLogger','MYpHS','mdtVW','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','OLfph','txOVN','oWKUX','beforeEach','bwUPd','beforeAll','XUlTa','.\x20Error\x20:','LEyrO','nXyyX','passed','state','32dVdqgg','pVtdu','executeAsyncScript','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','saveTestResults','XJOXJ','9OdZylK','fZule','../../helpers/helper','thJwtToken','KBNKt','info','JhQZn','Lrduu','MWHoq','11UlkIVR','../../helpers/accessibility-automation/helper','performScan','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','index','Failed\x20to\x20store\x20session\x20name:\x20','sessionName','zkryj','Performing\x20scan\x20before\x20saving\x20results','start','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','afterAll','../../helpers/testhub/constants','GeroJ','Passed','EjHBu','ihpCT','BGtSB','stringify','session_','__drivers','lTmWB','TIKQJ','HErHK','AGZwP','timeout','822Bvyihm'];a32_0x39e8=function(){return _0x1bb350;};return a32_0x39e8();}const util=require(a32_0x21bb23(0xe9)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x21bb23(0x177)),{percyAutoCapture}=require(a32_0x21bb23(0x12f)),{sendPlatformDetails}=require(a32_0x21bb23(0x12c)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a32_0x21bb23(0x16f)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require('../../helpers/performance/constants'),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a32_0x21bb23(0xf9)),logger=require(a32_0x21bb23(0x119))[a32_0x21bb23(0x157)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a32_0x21bb23(0x182));exports['mochaHooks']={'beforeAll'(){const _0x46b0e3=a32_0x21bb23,_0x1c6495={'jLJzk':function(_0x552139,_0x727b9e,_0x4761fe,_0x569d6b){return _0x552139(_0x727b9e,_0x4761fe,_0x569d6b);},'nXyyX':_0x46b0e3(0x13b),'HDuDj':_0x46b0e3(0x11e),'ntxia':function(_0x4bdbdf,_0x55ebc0,_0x22cf82){return _0x4bdbdf(_0x55ebc0,_0x22cf82);},'jzMjE':_0x46b0e3(0x165),'zJswo':function(_0x19cb84){return _0x19cb84();},'ihpCT':function(_0x112f13,_0x507b24,_0x2854b0){return _0x112f13(_0x507b24,_0x2854b0);},'mVAim':'index','lTmWB':_0x46b0e3(0x160)};PerformanceTester['startMonitoring']();const _0x5ef411='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x46b0e3(0x110)],()=>{const _0x4ca104=_0x46b0e3;global[_0x4ca104(0x197)]=[],global[_0x4ca104(0x10c)]=![],global[_0x4ca104(0x149)]=async()=>{const _0x4d5b22=_0x4ca104;let _0x3aab25=![];try{await global[_0x4d5b22(0x18a)][0x0][_0x4d5b22(0x189)],_0x3aab25=!![],global[_0x4d5b22(0x10c)]?await _0x1c6495[_0x4d5b22(0x10d)](markSessionStatus,global[_0x4d5b22(0x18a)][0x0],_0x1c6495[_0x4d5b22(0x164)],global['__error_messages__'][_0x4d5b22(0x150)](_0x1c6495[_0x4d5b22(0x147)])):await _0x1c6495[_0x4d5b22(0x130)](markSessionStatus,global['__drivers'][0x0],_0x1c6495['jzMjE']);}catch(_0x8dbdd){logger[_0x4d5b22(0x194)](_0x4d5b22(0x101)+_0x8dbdd);}global[_0x4d5b22(0x197)]=[],global['__sessionFailed']=![];if(_0x3aab25)try{try{_0x1c6495[_0x4d5b22(0x11d)](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0x1c6495[_0x4d5b22(0x186)](sendPlatformDetails,global[_0x4d5b22(0x18a)][0x0],this[_0x4d5b22(0x198)]?this[_0x4d5b22(0x198)][_0x4d5b22(0x109)]:null));}catch(_0x3e386b){logger[_0x4d5b22(0x194)](_0x4d5b22(0x155)+_0x3e386b);}await global[_0x4d5b22(0x18a)][0x0]['initQuit']();}catch(_0x38b7e7){logger[_0x4d5b22(0x194)](_0x4d5b22(0x103)+_0x38b7e7);}};},{'platform':_0x1c6495[_0x46b0e3(0x186)](nestedKeyValue,global[_0x46b0e3(0x105)],[_0x1c6495[_0x46b0e3(0xef)]]),'hookType':_0x1c6495[_0x46b0e3(0x18b)]})();},'beforeEach'(_0x2d403f){const _0x3bbfa6=a32_0x21bb23,_0x176815={'Tvzhy':function(_0x32fa8a,_0x61f7d4){return _0x32fa8a>_0x61f7d4;},'RejLQ':function(_0x298b00,_0x5963a1){return _0x298b00>_0x5963a1;},'KORGG':_0x3bbfa6(0xf3),'KLedH':function(_0x239bc3,_0x382fd6,_0x50e144){return _0x239bc3(_0x382fd6,_0x50e144);},'GgGvM':_0x3bbfa6(0xea),'FTLga':function(_0x3254a9){return _0x3254a9();},'HErHK':function(_0x337485,_0x353c89){return _0x337485>_0x353c89;},'OgYqk':_0x3bbfa6(0xf7),'ErkJt':function(_0x25dd26,_0x1f11ad){return _0x25dd26===_0x1f11ad;},'UubGf':_0x3bbfa6(0x129),'VWIJY':_0x3bbfa6(0x145),'yvHrh':_0x3bbfa6(0x115),'XJOXJ':_0x3bbfa6(0x144),'mdtVW':function(_0x1b6120){return _0x1b6120();},'WImbf':_0x3bbfa6(0x12b),'VKAXF':_0x3bbfa6(0x17a),'QkJDX':_0x3bbfa6(0x15e)};globals[_0x3bbfa6(0xee)](_0x176815[_0x3bbfa6(0xe6)],this[_0x3bbfa6(0x198)][_0x3bbfa6(0xf1)]()['join'](_0x176815[_0x3bbfa6(0x10e)])),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x3bbfa6(0x110)],()=>{const _0x31b3d1=_0x3bbfa6,_0x33661d={'jIAwQ':function(_0x1c8bf2,_0x742c01){const _0x40cfcc=a32_0x10ae;return _0x176815[_0x40cfcc(0x132)](_0x1c8bf2,_0x742c01);},'oWKUX':function(_0x58a9d0,_0x15ee66){const _0x1f4c48=a32_0x10ae;return _0x176815[_0x1f4c48(0x196)](_0x58a9d0,_0x15ee66);},'sXPsy':_0x176815['KORGG'],'KlaAZ':function(_0x257531,_0xe6afb1,_0xba78af){const _0x40788e=a32_0x10ae;return _0x176815[_0x40788e(0x117)](_0x257531,_0xe6afb1,_0xba78af);},'hJBMh':_0x176815[_0x31b3d1(0x143)],'OurRk':function(_0x251f0c){const _0x49bbe2=_0x31b3d1;return _0x176815[_0x49bbe2(0xe7)](_0x251f0c);},'TWdew':function(_0x16d19f,_0x2b341e){const _0x48e4dd=_0x31b3d1;return _0x176815[_0x48e4dd(0x18d)](_0x16d19f,_0x2b341e);},'hZgSb':_0x176815[_0x31b3d1(0x10f)],'MOkxf':function(_0x238eb5,_0x1fe4f4){const _0x1d22d8=_0x31b3d1;return _0x176815[_0x1d22d8(0xfe)](_0x238eb5,_0x1fe4f4);},'zkryj':_0x176815[_0x31b3d1(0x154)],'MbKki':function(_0x2868e4,_0x31d8ad){const _0x459d11=_0x31b3d1;return _0x176815[_0x459d11(0xfe)](_0x2868e4,_0x31d8ad);},'KBNKt':_0x176815['VWIJY'],'JhQZn':_0x176815['yvHrh'],'GezTc':_0x176815[_0x31b3d1(0x16c)],'MTIQP':function(_0x16912d){const _0x1bf97f=_0x31b3d1;return _0x176815[_0x1bf97f(0x159)](_0x16912d);},'MYpHS':function(_0x7301bb){const _0x4793fc=_0x31b3d1;return _0x176815[_0x4793fc(0x159)](_0x7301bb);}},_0x253bdb='browserstack internal helper hook';new Promise(async _0x34c3e0=>{const _0x579406=_0x31b3d1;let _0x3c5898=!![];try{_0x33661d['jIAwQ'](global['__drivers'][_0x579406(0x11f)],0x1)&&(await global[_0x579406(0x149)](),global[_0x579406(0x18a)][_0x579406(0x146)]()),_0x33661d[_0x579406(0x15d)](global[_0x579406(0x18a)][0x0]['quitCount_'],0x0)&&(_0x3c5898=![],await global[_0x579406(0x149)]());}catch(_0x296238){logger[_0x579406(0x194)](_0x579406(0x103)+_0x296238);}try{Array[_0x579406(0x13a)](global[_0x579406(0x18a)])&&global[_0x579406(0x18a)][0x0]&&(global[_0x579406(0x18a)][0x0][_0x579406(0xf5)]=this['currentTest'][_0x579406(0xf1)]()[_0x579406(0x150)](_0x33661d['sXPsy'])),global[_0x579406(0xf5)]=this['currentTest'][_0x579406(0xf1)]()[_0x579406(0x150)](_0x33661d[_0x579406(0x156)]);}catch(_0x48ad90){logger[_0x579406(0x194)](_0x579406(0x17b)+_0x48ad90);}this[_0x579406(0x198)][_0x579406(0x148)]=_0x33661d[_0x579406(0xeb)](shouldScanTestForAccessibility,this[_0x579406(0x198)][_0x579406(0xf1)](),!![]),globals[_0x579406(0xee)](_0x33661d['hJBMh'],this[_0x579406(0x198)][_0x579406(0x148)]),this[_0x579406(0x198)]['accessibilityScanStarted']=!![];if(_0x33661d['OurRk'](isAccessibilityAutomationSession)&&_0x3c5898&&Array[_0x579406(0x13a)](global[_0x579406(0x18a)])&&_0x33661d[_0x579406(0x136)](global[_0x579406(0x18a)]['length'],0x0)&&globals[_0x579406(0x12d)](_0x33661d[_0x579406(0x11c)]))try{const _0x3d1867=await global[_0x579406(0x18a)][0x0][_0x579406(0x189)];if(_0x3d1867){let _0xf51fa9=!![];const _0x243453=await global[_0x579406(0x18a)][0x0]['getCurrentUrl']();let _0x323c50;try{_0x323c50=new URL(_0x243453);}catch(_0x173fba){_0xf51fa9=![];}_0xf51fa9=_0x33661d[_0x579406(0x19a)](_0x323c50[_0x579406(0x10b)],_0x33661d[_0x579406(0x17d)])||_0x33661d[_0x579406(0x124)](_0x323c50[_0x579406(0x10b)],_0x33661d[_0x579406(0x171)]),_0xf51fa9&&(this[_0x579406(0x198)]['shouldScanTestForAccessibility']&&logger[_0x579406(0x172)](_0x33661d[_0x579406(0x173)])),this[_0x579406(0x198)]['accessibilityScanStarted']=this['currentTest'][_0x579406(0x148)],this[_0x579406(0x198)][_0x579406(0x148)]&&logger[_0x579406(0x172)](_0x33661d[_0x579406(0xe4)]);}}catch(_0x407965){logger['error'](_0x579406(0x16a)+util[_0x579406(0x14b)](_0x407965));}_0x33661d[_0x579406(0x138)](_0x34c3e0);})['then'](()=>{const _0x3cef3d=_0x31b3d1;_0x33661d[_0x3cef3d(0x158)](_0x2d403f);});},{'platform':_0x176815[_0x3bbfa6(0x117)](nestedKeyValue,global['__platformCaps'],[_0x176815[_0x3bbfa6(0x195)]]),'hookType':_0x176815['QkJDX']})();},'afterEach'(_0x2aa5ba){const _0x3f620a=a32_0x21bb23,_0x303ef9={'AAXex':function(_0x28e2c3,_0x45f17e){return _0x28e2c3!==_0x45f17e;},'kPuUi':_0x3f620a(0x165),'kRFED':function(_0x4ca65c,_0x4eeacc,_0x4f0c46){return _0x4ca65c(_0x4eeacc,_0x4f0c46);},'xpZJP':function(_0x55fe0f,_0x155c18){return _0x55fe0f+_0x155c18;},'JlOhh':_0x3f620a(0x125),'NYohF':_0x3f620a(0x131),'Lrduu':_0x3f620a(0x184),'OLfph':'info','TIKQJ':function(_0x3f3e34,_0x54260c){return _0x3f3e34>_0x54260c;},'xhxBN':function(_0x230c7,_0x4bef46){return _0x230c7===_0x4bef46;},'VCsqp':_0x3f620a(0x108),'Jciht':function(_0x41b5db,_0x220fb4){return _0x41b5db>_0x220fb4;},'vAinY':'appium:app','tNxIK':function(_0x53e08a,_0x156199,_0x26ea07,_0x30a251){return _0x53e08a(_0x156199,_0x26ea07,_0x30a251);},'fZule':_0x3f620a(0xf7),'jIJza':'bstackA11yShouldScan','txOVN':_0x3f620a(0x179),'pVtdu':_0x3f620a(0x17e),'bwUPd':_0x3f620a(0x193),'XUlTa':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','sZrMh':function(_0x251c87){return _0x251c87();},'BGtSB':function(_0x19e46e,_0x1be337,_0x1146c3){return _0x19e46e(_0x1be337,_0x1146c3);},'WghEQ':_0x3f620a(0x194),'rGmIb':function(_0x5d29bb,_0x4ad46b){return _0x5d29bb>_0x4ad46b;},'TLKdj':'\x20-\x20','NPPZy':function(_0x288512,_0x2bc6eb,_0x46329a){return _0x288512(_0x2bc6eb,_0x46329a);},'MWHoq':_0x3f620a(0x17a),'ukrGa':'afterEach'},_0x42454b='browserstack internal helper hook';this[_0x3f620a(0x18f)](0xfde8),global[_0x3f620a(0x17c)]=this['currentTest'][_0x3f620a(0xf1)]()[_0x3f620a(0x150)](_0x303ef9[_0x3f620a(0x128)]),PerformanceTester[_0x3f620a(0x107)](PerformanceSdkEvents[_0x3f620a(0x110)],()=>{const _0x4535ab=_0x3f620a,_0x360b19={};_0x360b19[_0x4535ab(0x185)]=_0x303ef9['TLKdj'];const _0x14dc86=_0x360b19,_0xc9ad23=async(_0x118270,_0x5f3fcb)=>{const _0x27144f=_0x4535ab;await global[_0x27144f(0x18a)][0x0][_0x27144f(0x13f)](_0x27144f(0xf4)+_0x118270+_0x27144f(0x102)+_0x5f3fcb+_0x27144f(0x14d));};new Promise(async _0x18afe1=>{const _0x5344dd=_0x4535ab,_0x37e0f4={'GXmso':function(_0x2aad73,_0x3313ea){const _0x2913b5=a32_0x10ae;return _0x303ef9[_0x2913b5(0x11a)](_0x2aad73,_0x3313ea);},'KVbeA':_0x303ef9[_0x5344dd(0x10a)],'fCvHi':function(_0x221d11,_0x15423e,_0x2e9816){return _0x303ef9['kRFED'](_0x221d11,_0x15423e,_0x2e9816);},'mvRjs':function(_0x18a312,_0x59f943){return _0x303ef9['xpZJP'](_0x18a312,_0x59f943);},'xHujb':_0x303ef9[_0x5344dd(0xf0)],'LCXCH':_0x303ef9[_0x5344dd(0x121)],'cXZZc':function(_0xc99328,_0x3f3c0e,_0x4080e1){const _0x2df4e0=_0x5344dd;return _0x303ef9[_0x2df4e0(0x127)](_0xc99328,_0x3f3c0e,_0x4080e1);},'yMMUm':_0x303ef9[_0x5344dd(0x174)],'AGZwP':_0x303ef9[_0x5344dd(0x15b)]};try{_0x303ef9[_0x5344dd(0x18c)](global[_0x5344dd(0x18a)][_0x5344dd(0x11f)],0x1)&&(await global[_0x5344dd(0x149)](),global[_0x5344dd(0x18a)][_0x5344dd(0x146)](),global[_0x5344dd(0x197)]=[],global[_0x5344dd(0x10c)]=![]);try{if(global['percy']&&_0x303ef9['xhxBN'](global[_0x5344dd(0x100)],_0x303ef9['VCsqp'])&&global['__drivers'][0x0]){const _0x24dae=_0x303ef9[_0x5344dd(0x135)](global[_0x5344dd(0x152)][_0x5344dd(0x11f)],0x0)?!!global[_0x5344dd(0x152)][0x0][_0x5344dd(0xfb)]||!!global['capabilities'][0x0][_0x303ef9[_0x5344dd(0x140)]]:![],_0x17bf5b={};_0x17bf5b[_0x5344dd(0xfb)]=_0x24dae,await _0x303ef9[_0x5344dd(0x14c)](percyAutoCapture,global['__drivers'][0x0],_0x303ef9[_0x5344dd(0x191)],_0x17bf5b);}}catch(_0x537b70){logger[_0x5344dd(0x194)](_0x5344dd(0xff)+_0x537b70);}!global[_0x5344dd(0x14f)]&&(await PerformanceTester[_0x5344dd(0x107)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x15a62c=_0x5344dd;await global['__drivers'][0x0][_0x15a62c(0x13f)](_0x15a62c(0x180)+JSON['stringify'](this[_0x15a62c(0x198)]['titlePath']()[_0x15a62c(0x150)](_0x14dc86[_0x15a62c(0x185)]))+'}}');})(),global[_0x5344dd(0x18a)][0x0][_0x5344dd(0x11b)]=!![]),await PerformanceTester[_0x5344dd(0x107)](PerformanceAutEvents[_0x5344dd(0x114)],async()=>{const _0x168ac5=_0x5344dd,_0x54d600=_0x37e0f4['GXmso'](this[_0x168ac5(0x198)][_0x168ac5(0x166)],_0x37e0f4['KVbeA']);_0x54d600?(global[_0x168ac5(0x10c)]=!![],global['__error_messages__'][_0x168ac5(0x118)](this['currentTest'][_0x168ac5(0x122)][_0x168ac5(0x116)]),await _0x37e0f4[_0x168ac5(0xe5)](_0xc9ad23,JSON[_0x168ac5(0x188)](_0x37e0f4['mvRjs'](_0x37e0f4[_0x168ac5(0x13d)],this[_0x168ac5(0x198)][_0x168ac5(0x122)][_0x168ac5(0x116)])),_0x37e0f4[_0x168ac5(0x192)])):await _0x37e0f4[_0x168ac5(0x111)](_0xc9ad23,JSON[_0x168ac5(0x188)](_0x37e0f4['yMMUm']),_0x37e0f4[_0x168ac5(0x18e)]);})();}catch(_0x173c17){logger[_0x5344dd(0x194)](_0x5344dd(0x15a)+_0x173c17);}try{if(this[_0x5344dd(0x198)][_0x5344dd(0xe8)]&&globals[_0x5344dd(0x12d)](_0x303ef9[_0x5344dd(0x16e)])&&globals[_0x5344dd(0x12d)](_0x303ef9[_0x5344dd(0xf8)])){logger[_0x5344dd(0x172)](_0x303ef9[_0x5344dd(0x15c)]);const _0x4a59be={};_0x4a59be[_0x5344dd(0x153)]=this[_0x5344dd(0x198)][_0x5344dd(0x109)],_0x4a59be['thBuildUuid']=process['env'][testHubConstants[_0x5344dd(0x14a)][_0x5344dd(0x137)]],_0x4a59be[_0x5344dd(0x170)]=process[_0x5344dd(0x13e)][testHubConstants[_0x5344dd(0x14a)][_0x5344dd(0x134)]];const _0x30ce0a=_0x4a59be;logger[_0x5344dd(0x194)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x30ce0a)),logger[_0x5344dd(0x194)](_0x303ef9[_0x5344dd(0x168)]);const _0x42458d={};_0x42458d[_0x5344dd(0xfc)]=_0x303ef9[_0x5344dd(0x15f)],await PerformanceTester[_0x5344dd(0x107)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2b2310=_0x5344dd;logger[_0x2b2310(0x194)](util[_0x2b2310(0x14b)](await global[_0x2b2310(0x18a)][0x0][_0x2b2310(0x169)](scripts[_0x2b2310(0x178)],{'method':global[_0x2b2310(0xf5)]})));},_0x42458d)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5344dd(0x199)],async()=>{const _0x4f6f5a=_0x5344dd;await global[_0x4f6f5a(0x18a)][0x0][_0x4f6f5a(0x169)](scripts[_0x4f6f5a(0x16b)],_0x30ce0a);})(),logger[_0x5344dd(0x172)](_0x303ef9[_0x5344dd(0x161)]);}}catch(_0x1aa85a){logger[_0x5344dd(0x131)](_0x5344dd(0xfd)+this[_0x5344dd(0x198)][_0x5344dd(0xf1)]()+_0x5344dd(0x162),_0x1aa85a);}try{try{if(_0x303ef9[_0x5344dd(0x113)](shouldProcessEventForTesthub)){global[_0x5344dd(0x18a)][0x0]&&await _0x303ef9[_0x5344dd(0x187)](sendPlatformDetails,global[_0x5344dd(0x18a)][0x0],this[_0x5344dd(0x198)]?this[_0x5344dd(0x198)][_0x5344dd(0x109)]:null);if(_0x303ef9[_0x5344dd(0x113)](isBrowserstackInfra)){PerformanceTester[_0x5344dd(0x17f)](PerformanceO11yEvents[_0x5344dd(0xec)]);const _0x4df571=_0x5344dd(0x126)+Date['now']();await _0x303ef9[_0x5344dd(0x127)](_0xc9ad23,JSON[_0x5344dd(0x188)](_0x4df571),_0x303ef9['WghEQ']),PerformanceTester[_0x5344dd(0xf6)](PerformanceO11yEvents[_0x5344dd(0xec)]);}}}catch(_0x43abb7){logger[_0x5344dd(0x194)](_0x5344dd(0xfa)+_0x43abb7),PerformanceTester[_0x5344dd(0xf6)](PerformanceO11yEvents[_0x5344dd(0xec)],![],_0x43abb7);}_0x303ef9[_0x5344dd(0x123)](global[_0x5344dd(0x18a)][0x0][_0x5344dd(0x112)],0x0)&&await global['driverCleanup']();}catch(_0x17b34d){logger[_0x5344dd(0x194)](_0x5344dd(0x103)+_0x17b34d);}_0x303ef9[_0x5344dd(0x113)](_0x18afe1);})['then'](()=>{const _0x3d68c1=_0x4535ab;_0x303ef9[_0x3d68c1(0x113)](_0x2aa5ba);});},{'platform':_0x303ef9[_0x3f620a(0xf2)](nestedKeyValue,global[_0x3f620a(0x105)],[_0x303ef9[_0x3f620a(0x175)]]),'hookType':_0x303ef9[_0x3f620a(0x13c)]})();},'afterAll'(_0x1bbb11){const _0x40d06a=a32_0x21bb23,_0x2f2a53={'GeroJ':function(_0x1ff8b3){return _0x1ff8b3();},'LEyrO':function(_0x13c8a2){return _0x13c8a2();},'ThGoH':function(_0x45bbed,_0x45101e,_0x27e795){return _0x45bbed(_0x45101e,_0x27e795);},'Icvxh':_0x40d06a(0x17a),'geYUU':_0x40d06a(0x181)},_0x1bdd6e='browserstack internal helper hook';this[_0x40d06a(0x18f)](0xfde8),PerformanceTester[_0x40d06a(0x107)](PerformanceSdkEvents[_0x40d06a(0x110)],()=>{const _0x2591ad=_0x40d06a,_0x33ca61={'aApvW':function(_0x53d07d){const _0x30721b=a32_0x10ae;return _0x2f2a53[_0x30721b(0x163)](_0x53d07d);}};new Promise(async _0x545a13=>{const _0x382577=a32_0x10ae;await global[_0x382577(0x149)](),_0x33ca61[_0x382577(0x142)](_0x545a13);})[_0x2591ad(0x12e)]()['finally'](()=>{const _0x2b6961=_0x2591ad;_0x2f2a53[_0x2b6961(0x183)](_0x1bbb11);});},{'platform':_0x2f2a53[_0x40d06a(0x104)](nestedKeyValue,global[_0x40d06a(0x105)],[_0x2f2a53['Icvxh']]),'hookType':_0x2f2a53[_0x40d06a(0xed)]})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a33_0x31b063=a33_0x2f28;function a33_0x2f28(_0x3af40e,_0x5a8a2f){const _0x139b77=a33_0x139b();return a33_0x2f28=function(_0x2f2885,_0x31e4e4){_0x2f2885=_0x2f2885-0x17f;let _0x320749=_0x139b77[_0x2f2885];return _0x320749;},a33_0x2f28(_0x3af40e,_0x5a8a2f);}(function(_0x3ceb70,_0x1f88e2){const _0x421dbd=a33_0x2f28,_0x4c405d=_0x3ceb70();while(!![]){try{const _0x17467f=parseInt(_0x421dbd(0x1ac))/0x1+-parseInt(_0x421dbd(0x1c7))/0x2*(parseInt(_0x421dbd(0x1a7))/0x3)+-parseInt(_0x421dbd(0x1aa))/0x4+-parseInt(_0x421dbd(0x1c1))/0x5*(-parseInt(_0x421dbd(0x189))/0x6)+parseInt(_0x421dbd(0x193))/0x7*(parseInt(_0x421dbd(0x1b0))/0x8)+-parseInt(_0x421dbd(0x185))/0x9*(-parseInt(_0x421dbd(0x1b8))/0xa)+-parseInt(_0x421dbd(0x1c8))/0xb;if(_0x17467f===_0x1f88e2)break;else _0x4c405d['push'](_0x4c405d['shift']());}catch(_0x57452b){_0x4c405d['push'](_0x4c405d['shift']());}}}(a33_0x139b,0x37fe6));function a33_0x139b(){const _0x5595fe=['now','iygTQ','lUVFh','test','116457zSeTeh','KcEAE','port','245296ksjfPp','nightwatch.cmd','356001uKciaQ','map','trim','yUblD','217232RKguzJ','uGqdU','--env','filter','writeFileSync','../utils/constants','findIndex','../../helpers/logger','414170iPrcBT','mergeDeep','join','QiIko','JwtMh','slice','qFBRh','../../helpers/helper','debug','5wBbHkO','oVfDa','modifyBrowserStackCaps','lwjKV','nightwatch.json','test_settings','10lpNxTp','9484739rKPVBN','config','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','hxMXo','exports','MZsiX','../../helpers/BrowserStackSetup','nightwatch-browserstack.json','FRuHQ','close','existsSync','cwd','forEach','platforms','inherit','99tAzPgt','host','start_process','getPlatformName','2560884hqjWlI','child_process','platform','path','modifyBrowserStackW3CCaps','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','splice','giVsc','push','info','28PMhUjg','nightwatch','--config','hub.browserstack.com','child\x20process\x20exited\x20with\x20code\x20','unlinkSync','qGPTm','cMqQR','split','length','useW3C','ojtar','env','cTaFF','webdriver','desiredCapabilities'];a33_0x139b=function(){return _0x5595fe;};return a33_0x139b();}const fs=require('fs'),path=require(a33_0x31b063(0x18c)),{spawn}=require(a33_0x31b063(0x18a)),logger=require(a33_0x31b063(0x1b7))['winstonLogger'],{default:BrowserStackSetup}=require(a33_0x31b063(0x1ce)),helper=require(a33_0x31b063(0x1bf)),constants=require(a33_0x31b063(0x1b5)),getUserNightwatchConfigs=(_0x13b704,_0x3f6e71)=>{const _0x14da6b=a33_0x31b063,_0x29ed15={'yUblD':'nightwatch.conf.js','FRuHQ':_0x14da6b(0x1c5),'cTaFF':function(_0x50f708,_0x125df8){return _0x50f708(_0x125df8);},'iygTQ':_0x14da6b(0x1ca)};let _0x421610=null,_0x254e81={};const _0x4d06c2=_0x3f6e71['findIndex'](_0x47d28c=>_0x47d28c===_0x14da6b(0x195));if(!helper['isUndefined'](_0x13b704[_0x14da6b(0x1c9)])&&fs['existsSync'](path[_0x14da6b(0x1ba)](process['cwd'](),_0x13b704['config'])))_0x421610=path[_0x14da6b(0x1ba)](process[_0x14da6b(0x181)](),_0x13b704[_0x14da6b(0x1c9)]),_0x3f6e71[_0x14da6b(0x18f)](_0x4d06c2,0x2);else{if(fs['existsSync'](path[_0x14da6b(0x1ba)](process['cwd'](),_0x29ed15['yUblD'])))_0x421610=path['join'](process['cwd'](),_0x29ed15[_0x14da6b(0x1af)]);else fs[_0x14da6b(0x180)](path[_0x14da6b(0x1ba)](process[_0x14da6b(0x181)](),_0x29ed15[_0x14da6b(0x1d0)]))&&(_0x421610=path[_0x14da6b(0x1ba)](process[_0x14da6b(0x181)](),_0x29ed15[_0x14da6b(0x1d0)]));}return _0x421610?(logger[_0x14da6b(0x192)]('Getting\x20your\x20nightwatch\x20configs\x20from\x20'+_0x421610),_0x254e81=_0x29ed15[_0x14da6b(0x1a0)](require,_0x421610)):logger[_0x14da6b(0x192)](_0x29ed15[_0x14da6b(0x1a4)]),_0x254e81;},removeExistingEnvs=_0x5bb428=>{const _0x14411d=a33_0x31b063,_0x2f706d={};_0x2f706d[_0x14411d(0x1bb)]=function(_0x362f5e,_0x27f875){return _0x362f5e>_0x27f875;};const _0xc2d78=_0x2f706d;let _0x3c7c7b=_0x5bb428[_0x14411d(0x1b6)](_0x17f20c=>_0x17f20c===_0x14411d(0x1b2));_0xc2d78[_0x14411d(0x1bb)](_0x3c7c7b,-0x1)&&_0x5bb428['splice'](_0x3c7c7b,0x2),_0x3c7c7b=_0x5bb428['findIndex'](_0x4b9d7a=>_0x4b9d7a==='-e'),_0xc2d78[_0x14411d(0x1bb)](_0x3c7c7b,-0x1)&&_0x5bb428[_0x14411d(0x18f)](_0x3c7c7b,0x2);};function run(_0x30daf3,_0x5bdb5d){const _0x54c880=a33_0x31b063,_0x4341a6={'ojtar':_0x54c880(0x194),'zMhln':function(_0x9b92dc,_0x683b02){return _0x9b92dc+_0x683b02;},'qFBRh':_0x54c880(0x1c6),'oVfDa':function(_0x5540b7,_0x514057,_0x333380){return _0x5540b7(_0x514057,_0x333380);},'mIvRx':_0x54c880(0x196),'hxMXo':_0x54c880(0x18e),'MZsiX':function(_0x4f1ab5,_0x3c403f){return _0x4f1ab5===_0x3c403f;},'lUVFh':_0x54c880(0x1cf),'cMqQR':function(_0x542492,_0x5a7627){return _0x542492(_0x5a7627);},'uGqdU':function(_0x190005,_0x4ba02d,_0x14dd9f,_0x279362){return _0x190005(_0x4ba02d,_0x14dd9f,_0x279362);},'JwtMh':_0x54c880(0x1ab),'giVsc':_0x54c880(0x195),'qGPTm':_0x54c880(0x1b2),'KcEAE':_0x54c880(0x184),'mkPpQ':_0x54c880(0x17f)},_0x3e8a65=new BrowserStackSetup(_0x30daf3);if(!_0x3e8a65[_0x54c880(0x1c9)])return;const _0x5328ba=_0x4341a6[_0x54c880(0x1c2)](getUserNightwatchConfigs,_0x30daf3,_0x5bdb5d),_0x11b5e2={};_0x11b5e2[_0x54c880(0x187)]=![];const _0x25778c={};_0x25778c[_0x54c880(0x186)]=_0x4341a6['mIvRx'],_0x25778c[_0x54c880(0x1a9)]=0x1bb;const _0x156f53={};_0x156f53[_0x54c880(0x1a1)]=_0x11b5e2,_0x156f53['selenium']=_0x25778c;const _0x5f2a3f=_0x156f53;logger[_0x54c880(0x192)](_0x4341a6[_0x54c880(0x1cb)]);const _0x1e0f03={..._0x5328ba},_0x4da8f0=_0x1e0f03,_0x24d7bd=helper[_0x54c880(0x19d)](_0x3e8a65[_0x54c880(0x1c9)]),_0x5ede15=[];_0x3e8a65[_0x54c880(0x1c9)][_0x54c880(0x183)][_0x54c880(0x182)]((_0x5ec127,_0x339b24)=>{const _0x4263c5=_0x54c880;_0x24d7bd?_0x5ede15[_0x4263c5(0x191)](helper[_0x4263c5(0x18d)](_0x3e8a65['config'],_0x4341a6[_0x4263c5(0x19e)],_0x339b24)):_0x5ede15[_0x4263c5(0x191)](helper[_0x4263c5(0x1c3)](_0x3e8a65[_0x4263c5(0x1c9)],_0x4341a6[_0x4263c5(0x19e)],_0x339b24));});const _0x53cdd5={},_0x2026d9=[];_0x30daf3[_0x54c880(0x19f)]=_0x30daf3[_0x54c880(0x19f)]||_0x30daf3['e'];const _0x57acc1=_0x30daf3[_0x54c880(0x19f)]?_0x30daf3['env']['trim']()[_0x54c880(0x19b)](',')[_0x54c880(0x1ad)](_0x3814d4=>_0x3814d4[_0x54c880(0x1ae)]())[_0x54c880(0x1b3)](_0x56f5c1=>_0x56f5c1!==''):[''];_0x4341a6[_0x54c880(0x1cd)](_0x57acc1[_0x54c880(0x19c)],0x0)&&_0x57acc1[_0x54c880(0x191)]('');_0x57acc1['forEach'](_0x1e6173=>{const _0x46df4f=_0x54c880,_0x48365f={'lwjKV':function(_0x31eed7,_0x386c58){return _0x4341a6['zMhln'](_0x31eed7,_0x386c58);},'VgkMk':_0x4341a6[_0x46df4f(0x1be)]};_0x5ede15[_0x46df4f(0x182)](_0x49aad2=>{const _0x2ce034=_0x46df4f;let _0x5384f6=_0x48365f[_0x2ce034(0x1c4)](helper[_0x2ce034(0x188)](_0x49aad2,'_'),'_'+Date[_0x2ce034(0x1a3)]());_0x1e6173&&(_0x5384f6+='_'+_0x1e6173);if(_0x1e6173&&(!_0x5328ba[_0x48365f['VgkMk']]||!_0x5328ba[_0x48365f['VgkMk']][_0x1e6173]))return;const _0x4fc86f={..._0x5f2a3f};_0x4fc86f[_0x2ce034(0x1a2)]=_0x49aad2;const _0x3f6f57=_0x4fc86f;_0x53cdd5[_0x5384f6]=_0x1e6173?helper[_0x2ce034(0x1b9)](_0x5328ba[_0x48365f['VgkMk']][_0x1e6173],_0x3f6f57):_0x3f6f57,_0x2026d9[_0x2ce034(0x191)](_0x5384f6);});});!_0x4da8f0[_0x54c880(0x1c6)]&&(_0x4da8f0[_0x54c880(0x1c6)]={});_0x4da8f0['test_settings']={..._0x4da8f0['test_settings'],..._0x53cdd5};const _0x92e31e=path[_0x54c880(0x1ba)](__dirname,_0x4341a6[_0x54c880(0x1a5)]);fs[_0x54c880(0x1b4)](_0x92e31e,JSON['stringify'](_0x4da8f0)),_0x4341a6[_0x54c880(0x19a)](removeExistingEnvs,_0x5bdb5d);const _0x1eb124=_0x4341a6[_0x54c880(0x1b1)](spawn,/^win/[_0x54c880(0x1a6)](process[_0x54c880(0x18b)])?_0x4341a6[_0x54c880(0x1bc)]:_0x4341a6[_0x54c880(0x19e)],[_0x4341a6[_0x54c880(0x190)],_0x92e31e,..._0x5bdb5d[_0x54c880(0x1bd)](0x1),_0x4341a6[_0x54c880(0x199)],_0x2026d9[_0x54c880(0x1ba)](',')],{'stdio':_0x4341a6[_0x54c880(0x1a8)]});_0x1eb124['on'](_0x4341a6['mkPpQ'],async _0x1b3d06=>{const _0x1634a2=_0x54c880;logger[_0x1634a2(0x1c0)](_0x1634a2(0x197)+_0x1b3d06),logger[_0x1634a2(0x192)]('Deleting\x20'+_0x92e31e),fs[_0x1634a2(0x198)](_0x92e31e);});}module[a33_0x31b063(0x1cc)]=run;
2
+ 'use strict';const a33_0x5470d2=a33_0x1703;(function(_0x2b9db5,_0x428634){const _0x1aa8b9=a33_0x1703,_0x5601b3=_0x2b9db5();while(!![]){try{const _0x2a2cfa=-parseInt(_0x1aa8b9(0x1fd))/0x1*(-parseInt(_0x1aa8b9(0x219))/0x2)+-parseInt(_0x1aa8b9(0x1e8))/0x3*(-parseInt(_0x1aa8b9(0x220))/0x4)+-parseInt(_0x1aa8b9(0x1f8))/0x5+-parseInt(_0x1aa8b9(0x1e1))/0x6+-parseInt(_0x1aa8b9(0x1ed))/0x7+parseInt(_0x1aa8b9(0x1de))/0x8*(parseInt(_0x1aa8b9(0x1dd))/0x9)+parseInt(_0x1aa8b9(0x1d9))/0xa;if(_0x2a2cfa===_0x428634)break;else _0x5601b3['push'](_0x5601b3['shift']());}catch(_0x1c827a){_0x5601b3['push'](_0x5601b3['shift']());}}}(a33_0x448c,0x6a418));function a33_0x1703(_0xf8438,_0x1a0846){const _0x448c95=a33_0x448c();return a33_0x1703=function(_0x17033a,_0x4e2510){_0x17033a=_0x17033a-0x1d4;let _0x1090c8=_0x448c95[_0x17033a];return _0x1090c8;},a33_0x1703(_0xf8438,_0x1a0846);}const fs=require('fs'),path=require('path'),{spawn}=require(a33_0x5470d2(0x1f7)),logger=require(a33_0x5470d2(0x1fb))[a33_0x5470d2(0x1ee)],{default:BrowserStackSetup}=require(a33_0x5470d2(0x1e4)),helper=require(a33_0x5470d2(0x1f1)),constants=require(a33_0x5470d2(0x1f4)),getUserNightwatchConfigs=(_0x3d4134,_0x27708e)=>{const _0x18f9d0=a33_0x5470d2,_0x473b73={'dNBpq':_0x18f9d0(0x205),'mbvcd':_0x18f9d0(0x1e0),'eMepY':function(_0x2ca347,_0x21a893){return _0x2ca347(_0x21a893);},'UMCoE':_0x18f9d0(0x1ef)};let _0xc99c=null,_0x13b01b={};const _0x5c6163=_0x27708e[_0x18f9d0(0x1db)](_0x3682fe=>_0x3682fe===_0x18f9d0(0x21c));if(!helper[_0x18f9d0(0x1fa)](_0x3d4134[_0x18f9d0(0x1fc)])&&fs[_0x18f9d0(0x20e)](path['join'](process[_0x18f9d0(0x20a)](),_0x3d4134['config'])))_0xc99c=path[_0x18f9d0(0x207)](process[_0x18f9d0(0x20a)](),_0x3d4134[_0x18f9d0(0x1fc)]),_0x27708e['splice'](_0x5c6163,0x2);else{if(fs[_0x18f9d0(0x20e)](path[_0x18f9d0(0x207)](process[_0x18f9d0(0x20a)](),_0x473b73[_0x18f9d0(0x221)])))_0xc99c=path[_0x18f9d0(0x207)](process['cwd'](),_0x473b73[_0x18f9d0(0x221)]);else fs[_0x18f9d0(0x20e)](path[_0x18f9d0(0x207)](process[_0x18f9d0(0x20a)](),_0x473b73[_0x18f9d0(0x1e7)]))&&(_0xc99c=path[_0x18f9d0(0x207)](process[_0x18f9d0(0x20a)](),_0x473b73['mbvcd']));}return _0xc99c?(logger[_0x18f9d0(0x215)](_0x18f9d0(0x206)+_0xc99c),_0x13b01b=_0x473b73[_0x18f9d0(0x209)](require,_0xc99c)):logger['info'](_0x473b73['UMCoE']),_0x13b01b;},removeExistingEnvs=_0x166743=>{const _0x198951=a33_0x5470d2,_0x39756f={};_0x39756f[_0x198951(0x217)]=function(_0x4b5849,_0x4168a6){return _0x4b5849>_0x4168a6;},_0x39756f['aLpye']=function(_0x3753ee,_0x2b65ae){return _0x3753ee>_0x2b65ae;};const _0x53378f=_0x39756f;let _0x137c43=_0x166743[_0x198951(0x1db)](_0x5d3706=>_0x5d3706===_0x198951(0x1eb));_0x53378f[_0x198951(0x217)](_0x137c43,-0x1)&&_0x166743[_0x198951(0x203)](_0x137c43,0x2),_0x137c43=_0x166743[_0x198951(0x1db)](_0x37c9bf=>_0x37c9bf==='-e'),_0x53378f[_0x198951(0x20b)](_0x137c43,-0x1)&&_0x166743['splice'](_0x137c43,0x2);};function run(_0xbed486,_0x14c349){const _0x20814d=a33_0x5470d2,_0x139668={'bJvoe':_0x20814d(0x1ec),'XXgIZ':function(_0xdcd0c3,_0x5bb409){return _0xdcd0c3+_0x5bb409;},'AuNFV':_0x20814d(0x210),'QbsAq':function(_0x691814,_0x4eca80,_0x1c6ff4){return _0x691814(_0x4eca80,_0x1c6ff4);},'eJYvQ':_0x20814d(0x211),'ghXyY':_0x20814d(0x213),'yBpYJ':function(_0x5c30d5,_0x1227ce){return _0x5c30d5===_0x1227ce;},'EudLk':_0x20814d(0x20d),'gCaiU':function(_0x1385a4,_0x51c12b){return _0x1385a4(_0x51c12b);},'zKBxi':function(_0x49eab7,_0x249958,_0x26914c,_0x3de656){return _0x49eab7(_0x249958,_0x26914c,_0x3de656);},'BJiki':'nightwatch.cmd','eQIuj':_0x20814d(0x21c),'DaGmy':'--env','uqIuc':_0x20814d(0x21d),'jLZtd':_0x20814d(0x1da)},_0x519d83=new BrowserStackSetup(_0xbed486);if(!_0x519d83[_0x20814d(0x1fc)])return;const _0x9cd4f6=_0x139668[_0x20814d(0x1f2)](getUserNightwatchConfigs,_0xbed486,_0x14c349),_0x19ece2={};_0x19ece2[_0x20814d(0x1df)]=![];const _0x5a3a45={};_0x5a3a45['host']=_0x139668[_0x20814d(0x1e2)],_0x5a3a45[_0x20814d(0x1ea)]=0x1bb;const _0x383835={};_0x383835['webdriver']=_0x19ece2,_0x383835[_0x20814d(0x1fe)]=_0x5a3a45;const _0xdd5564=_0x383835;logger[_0x20814d(0x215)](_0x139668['ghXyY']);const _0x16405c={..._0x9cd4f6},_0x396ddb=_0x16405c,_0x217efe=helper[_0x20814d(0x1d5)](_0x519d83[_0x20814d(0x1fc)]),_0x1dcf99=[];_0x519d83[_0x20814d(0x1fc)][_0x20814d(0x1e9)]['forEach']((_0x34bcdd,_0x405124)=>{const _0x1557c2=_0x20814d;_0x217efe?_0x1dcf99[_0x1557c2(0x218)](helper['modifyBrowserStackW3CCaps'](_0x519d83[_0x1557c2(0x1fc)],_0x139668[_0x1557c2(0x214)],_0x405124)):_0x1dcf99[_0x1557c2(0x218)](helper['modifyBrowserStackCaps'](_0x519d83[_0x1557c2(0x1fc)],_0x139668[_0x1557c2(0x214)],_0x405124));});const _0x335ccb={},_0x4bcd12=[];_0xbed486[_0x20814d(0x1e6)]=_0xbed486[_0x20814d(0x1e6)]||_0xbed486['e'];const _0x5da4b3=_0xbed486['env']?_0xbed486[_0x20814d(0x1e6)][_0x20814d(0x1e3)]()['split'](',')[_0x20814d(0x204)](_0x459f49=>_0x459f49[_0x20814d(0x1e3)]())[_0x20814d(0x1d6)](_0x1dd40d=>_0x1dd40d!==''):[''];_0x139668[_0x20814d(0x1f5)](_0x5da4b3[_0x20814d(0x21e)],0x0)&&_0x5da4b3['push']('');_0x5da4b3[_0x20814d(0x1f6)](_0x3adf71=>{const _0x2cc692=_0x20814d;_0x1dcf99[_0x2cc692(0x1f6)](_0x171dc1=>{const _0x3892c0=_0x2cc692;let _0x414e85=_0x139668[_0x3892c0(0x200)](helper[_0x3892c0(0x1d7)](_0x171dc1,'_'),'_'+Date[_0x3892c0(0x208)]());_0x3adf71&&(_0x414e85+='_'+_0x3adf71);if(_0x3adf71&&(!_0x9cd4f6[_0x139668['AuNFV']]||!_0x9cd4f6[_0x139668[_0x3892c0(0x202)]][_0x3adf71]))return;const _0xe005d7={..._0xdd5564};_0xe005d7[_0x3892c0(0x1d4)]=_0x171dc1;const _0x19019f=_0xe005d7;_0x335ccb[_0x414e85]=_0x3adf71?helper[_0x3892c0(0x1dc)](_0x9cd4f6[_0x139668[_0x3892c0(0x202)]][_0x3adf71],_0x19019f):_0x19019f,_0x4bcd12[_0x3892c0(0x218)](_0x414e85);});});!_0x396ddb[_0x20814d(0x210)]&&(_0x396ddb[_0x20814d(0x210)]={});_0x396ddb[_0x20814d(0x210)]={..._0x396ddb[_0x20814d(0x210)],..._0x335ccb};const _0x597ec2=path['join'](__dirname,_0x139668[_0x20814d(0x1f0)]);fs[_0x20814d(0x1d8)](_0x597ec2,JSON[_0x20814d(0x212)](_0x396ddb)),_0x139668[_0x20814d(0x21f)](removeExistingEnvs,_0x14c349);const _0x2f6552=_0x139668['zKBxi'](spawn,/^win/[_0x20814d(0x1e5)](process['platform'])?_0x139668[_0x20814d(0x20c)]:_0x139668[_0x20814d(0x214)],[_0x139668[_0x20814d(0x1f9)],_0x597ec2,..._0x14c349[_0x20814d(0x20f)](0x1),_0x139668[_0x20814d(0x1f3)],_0x4bcd12['join'](',')],{'stdio':_0x139668[_0x20814d(0x21a)]});_0x2f6552['on'](_0x139668[_0x20814d(0x1ff)],async _0x56e11c=>{const _0x31066e=_0x20814d;logger[_0x31066e(0x216)](_0x31066e(0x21b)+_0x56e11c),logger['info']('Deleting\x20'+_0x597ec2),fs[_0x31066e(0x201)](_0x597ec2);});}module['exports']=run;function a33_0x448c(){const _0x5cb852=['map','nightwatch.conf.js','Getting\x20your\x20nightwatch\x20configs\x20from\x20','join','now','eMepY','cwd','aLpye','BJiki','nightwatch-browserstack.json','existsSync','slice','test_settings','hub.browserstack.com','stringify','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','bJvoe','info','debug','WpVAS','push','558UywFPs','uqIuc','child\x20process\x20exited\x20with\x20code\x20','--config','inherit','length','gCaiU','260AcZTXS','dNBpq','desiredCapabilities','useW3C','filter','getPlatformName','writeFileSync','2766690jFEqfi','close','findIndex','mergeDeep','9eBhVZj','1390776QyzkZw','start_process','nightwatch.json','4657290XMajcx','eJYvQ','trim','../../helpers/BrowserStackSetup','test','env','mbvcd','31947NPtMvX','platforms','port','--env','nightwatch','606144lzTPJJ','winstonLogger','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','EudLk','../../helpers/helper','QbsAq','DaGmy','../utils/constants','yBpYJ','forEach','child_process','1858505bBlLXE','eQIuj','isUndefined','../../helpers/logger','config','1889Ioidsq','selenium','jLZtd','XXgIZ','unlinkSync','AuNFV','splice'];a33_0x448c=function(){return _0x5cb852;};return a33_0x448c();}
@@ -1 +1 @@
1
- const a34_0x3599c2=a34_0x3ef5;(function(_0x38eb51,_0x8a288c){const _0x2f4585=a34_0x3ef5,_0x112bae=_0x38eb51();while(!![]){try{const _0x45d333=parseInt(_0x2f4585(0x174))/0x1+-parseInt(_0x2f4585(0x150))/0x2*(-parseInt(_0x2f4585(0x144))/0x3)+parseInt(_0x2f4585(0x134))/0x4+parseInt(_0x2f4585(0x195))/0x5+parseInt(_0x2f4585(0x15d))/0x6*(-parseInt(_0x2f4585(0x152))/0x7)+-parseInt(_0x2f4585(0x16f))/0x8+-parseInt(_0x2f4585(0x181))/0x9*(parseInt(_0x2f4585(0x14e))/0xa);if(_0x45d333===_0x8a288c)break;else _0x112bae['push'](_0x112bae['shift']());}catch(_0x4a675d){_0x112bae['push'](_0x112bae['shift']());}}}(a34_0x574e,0x4ce83));function a34_0x3ef5(_0x17f916,_0x450349){const _0x574e15=a34_0x574e();return a34_0x3ef5=function(_0x3ef5e3,_0x4a5cd9){_0x3ef5e3=_0x3ef5e3-0x134;let _0x98c34=_0x574e15[_0x3ef5e3];return _0x98c34;},a34_0x3ef5(_0x17f916,_0x450349);}function a34_0x574e(){const _0x235551=['connectOptions','constructor','browser_version','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','298352FLTcpE','PmIgy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','executeScript','jIgLl','testInfo','jVPAN','ygelm','winstonLogger','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','bestPractice','../../helpers/accessibility-automation/helper','wcagVersion','9KjdtKF','getAccessibilityResults','includeIssueType','processAccessibilityCaps','browserName','(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','KmYhV','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','stringify','scannerProcessingTimeout','name','wsEndpoint','accessibilityOptions.authToken','BCJdZ','ygPCf','../../helpers/performance/performance-tester','browserstack.accessibility','browserStackEvaluate','YnEZi','CuOUQ','2095675XqchkR','accessibilityPlatform','format','UPoMx','LpDDO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','performScan','deviceName','xrJtO','scannerVersion','zOWIK','VbBxf','EjUWe','1706156aaMBDE','env','GteOW','qElIc','bKJRI','LLHML','WebDriver','../../helpers/logger','chrome','BS_A11Y_JWT','accessibilityOptions.scannerProcessingTimeout','Zvmvv','(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','currentTest','error','wBymv','24zXVPRZ','RIwle','Playwright','QDdKx','needsReview','eDSzq','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','playwright-chromium','scPMD','platformValidation','4068380hNinOG','debug','126824vIwBFB','latest','91cIkajy','accessibilityOptions.wcagVersion','replace','project','browserStackExecuteDriver','warn','RZfzd','NaDXh','WhaZX','PxkHv','evaluate','256314XWSxKm','No\x20summaryResults\x20found.','qSyWD','util','zOLFr','accessibilityOptions','measureWrapper','mfDyI','browser','GlSSy','PERFORM_SCAN','accessibilityOptions.includeIssueType.bestPractice','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','use','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','setAccessibilityCapabilities','../../helpers/accessibility-automation/scripts','2993008ePgYmU'];a34_0x574e=function(){return _0x235551;};return a34_0x574e();}const util=require(a34_0x3599c2(0x160)),logger=require(a34_0x3599c2(0x13b))[a34_0x3599c2(0x17c)],{isAccessibilityAutomationSession}=require(a34_0x3599c2(0x17f)),{isUndefined}=require('../../helpers/helper'),scripts=require(a34_0x3599c2(0x16e)),PerformanceTester=require(a34_0x3599c2(0x190)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../../helpers/performance/constants');exports[a34_0x3599c2(0x192)]=async(_0xab9de7,_0x4aaba7,_0x9e9799={})=>{const _0x2a03f1=a34_0x3599c2,_0x454913={};_0x454913[_0x2a03f1(0x1a1)]='bstackSdkArgs';const _0x199336=_0x454913;return await _0xab9de7[_0x2a03f1(0x15c)](_0x2a03f1(0x140)+_0x4aaba7[_0x2a03f1(0x154)](/arguments/g,_0x199336[_0x2a03f1(0x1a1)])+_0x2a03f1(0x14a)+JSON[_0x2a03f1(0x189)](_0x9e9799)+')');},exports[a34_0x3599c2(0x156)]=async(_0x570c4f,_0x428e8b,_0x5018f2={})=>{const _0x4074ba=a34_0x3599c2,_0x561383={};_0x561383[_0x4074ba(0x199)]=function(_0xdf263c,_0x21a66f){return _0xdf263c===_0x21a66f;},_0x561383[_0x4074ba(0x18e)]=_0x4074ba(0x13a),_0x561383[_0x4074ba(0x19f)]=_0x4074ba(0x146),_0x561383[_0x4074ba(0x18f)]='bstackSdkArgs';const _0x5a5f0f=_0x561383;if(_0x5a5f0f[_0x4074ba(0x199)](_0x570c4f[_0x4074ba(0x171)]['name'],_0x5a5f0f[_0x4074ba(0x18e)]))return await _0x570c4f['executeAsyncScript'](_0x428e8b,_0x5018f2);else{if(_0x5a5f0f['LpDDO'](_0x570c4f[_0x4074ba(0x171)][_0x4074ba(0x18b)],_0x5a5f0f[_0x4074ba(0x19f)]))return await _0x570c4f[_0x4074ba(0x177)](_0x4074ba(0x186)+_0x428e8b[_0x4074ba(0x154)](/arguments/g,_0x5a5f0f[_0x4074ba(0x18f)])+_0x4074ba(0x188)+JSON[_0x4074ba(0x189)](_0x5018f2)+')');}},exports[a34_0x3599c2(0x16d)]=async _0x343f57=>{const _0x122da7=a34_0x3599c2,_0x50bc39={};_0x50bc39['bKJRI']=_0x122da7(0x153),_0x50bc39['WhaZX']=_0x122da7(0x13e),_0x50bc39['GteOW']=_0x122da7(0x168),_0x50bc39[_0x122da7(0x166)]='accessibilityOptions.includeIssueType.needsReview',_0x50bc39['UPoMx']=_0x122da7(0x18d),_0x50bc39[_0x122da7(0x161)]='accessibilityOptions.scannerVersion';const _0x59873f=_0x50bc39;_0x343f57[_0x122da7(0x162)]&&(_0x343f57[_0x122da7(0x162)][_0x122da7(0x180)]&&(_0x343f57[_0x59873f[_0x122da7(0x138)]]=_0x343f57[_0x122da7(0x162)][_0x122da7(0x180)]),_0x343f57['accessibilityOptions'][_0x122da7(0x18a)]&&(_0x343f57[_0x59873f[_0x122da7(0x15a)]]=_0x343f57[_0x122da7(0x162)][_0x122da7(0x18a)]),_0x343f57[_0x122da7(0x162)][_0x122da7(0x183)]&&(_0x343f57[_0x59873f[_0x122da7(0x136)]]=_0x343f57['accessibilityOptions'][_0x122da7(0x183)][_0x122da7(0x17e)],_0x343f57[_0x59873f[_0x122da7(0x166)]]=_0x343f57[_0x122da7(0x162)]['includeIssueType'][_0x122da7(0x148)]));const _0x172803=JSON['parse'](process[_0x122da7(0x135)][_0x122da7(0x176)])[_0x122da7(0x19e)];_0x343f57[_0x59873f[_0x122da7(0x198)]]=process[_0x122da7(0x135)][_0x122da7(0x13d)],_0x343f57[_0x59873f[_0x122da7(0x161)]]=_0x172803,delete _0x343f57[_0x122da7(0x162)];},exports[a34_0x3599c2(0x182)]=async _0x3c3785=>{const _0x5ba5e6=a34_0x3599c2,_0x39f47b={};_0x39f47b['WmKzH']='No\x20accessibility\x20results\x20were\x20found.',_0x39f47b[_0x5ba5e6(0x194)]=_0x5ba5e6(0x169);const _0x3b6f9e=_0x39f47b;if(global[_0x5ba5e6(0x196)])try{logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x3c3785,scripts.performScan)));},{command:'getAccessibilityResults'})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x3c3785,scripts.getResults);})();return res;}catch{return logger[_0x5ba5e6(0x142)](_0x3b6f9e['WmKzH']),[];}else return logger[_0x5ba5e6(0x157)](_0x3b6f9e[_0x5ba5e6(0x194)]),[];},exports['performScan']=async(_0x6b844,_0x4d42c0='')=>{const _0x47b6a1=a34_0x3599c2;if(global[_0x47b6a1(0x196)])return await PerformanceTester[_0x47b6a1(0x163)](PerformanceA11yEvents[_0x47b6a1(0x167)],async()=>{const _0x41330b=_0x47b6a1,_0x1acd2d={};_0x1acd2d['command']=_0x4d42c0,await exports[_0x41330b(0x192)](_0x6b844,scripts[_0x41330b(0x19b)],_0x1acd2d);},{'command':_0x4d42c0})();},exports['getAccessibilityResultsSummary']=async _0x3dff4a=>{const _0x3f8850=a34_0x3599c2,_0x1665a9={};_0x1665a9[_0x3f8850(0x19d)]=_0x3f8850(0x15e),_0x1665a9[_0x3f8850(0x143)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.';const _0x51e1c7=_0x1665a9;if(global['accessibilityPlatform'])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x3dff4a,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x3dff4a,scripts.getResultsSummary);})();return summaryResults;}catch{return logger[_0x3f8850(0x14f)](_0x51e1c7[_0x3f8850(0x19d)]),{};}else return logger[_0x3f8850(0x157)](_0x51e1c7[_0x3f8850(0x143)]),{};},exports[a34_0x3599c2(0x14d)]=async _0x1ae9d7=>{const _0x5971d4=a34_0x3599c2,_0x512cc1={'VbBxf':function(_0x4413e6,_0x5c28cd){return _0x4413e6!==_0x5c28cd;},'jIgLl':_0x5971d4(0x16a),'PxkHv':function(_0x27cdaa,_0xe79168){return _0x27cdaa===_0xe79168;},'bdxAn':'chrome','ygelm':_0x5971d4(0x14b),'RZfzd':_0x5971d4(0x173),'KmYhV':function(_0x54e06f,_0x483dfd){return _0x54e06f(_0x483dfd);},'eDSzq':function(_0x1a0100,_0x9a2f85){return _0x1a0100===_0x9a2f85;},'jVPAN':_0x5971d4(0x151),'qElIc':function(_0x376be2,_0x3e6698){return _0x376be2>_0x3e6698;},'scPMD':_0x5971d4(0x19a)};try{if(!_0x512cc1[_0x5971d4(0x1a0)](_0x1ae9d7[_0x5971d4(0x19c)],''))return logger['warn'](_0x512cc1[_0x5971d4(0x178)]),![];const _0x39f335=_0x1ae9d7[_0x5971d4(0x165)];if(!(_0x512cc1[_0x5971d4(0x15b)](_0x39f335,_0x512cc1['bdxAn'])||_0x512cc1[_0x5971d4(0x15b)](_0x39f335,_0x512cc1[_0x5971d4(0x17b)])))return logger['warn'](_0x512cc1[_0x5971d4(0x158)]),![];const _0x41662a=_0x512cc1[_0x5971d4(0x187)](parseInt,_0x1ae9d7[_0x5971d4(0x172)]);if(!(_0x512cc1[_0x5971d4(0x149)](_0x41662a,_0x512cc1[_0x5971d4(0x17a)])||_0x512cc1[_0x5971d4(0x137)](_0x41662a,0x5e)))return logger['warn'](_0x512cc1[_0x5971d4(0x14c)]),![];}catch(_0x21b162){logger['debug'](_0x5971d4(0x16c)+util['format'](_0x21b162));}return!![];},exports[a34_0x3599c2(0x184)]=(_0x73ec4d,_0x371202,_0x304126)=>{const _0x5905c9=a34_0x3599c2,_0x5e040a={'ZalCc':function(_0x53613e){return _0x53613e();},'LLHML':_0x5905c9(0x191),'WMKFn':function(_0x45aaae,_0x2a7187){return _0x45aaae===_0x2a7187;},'mwDLw':_0x5905c9(0x13c),'NaDXh':function(_0x413f13,_0x41e7f6){return _0x413f13===_0x41e7f6;},'YnEZi':_0x5905c9(0x14b),'qSyWD':_0x5905c9(0x173),'tOMQR':function(_0x1d7e32,_0x386e43){return _0x1d7e32===_0x386e43;},'PmIgy':'latest','Afaqn':function(_0x434739,_0x522a02){return _0x434739>_0x522a02;},'mfDyI':_0x5905c9(0x19a),'QDdKx':function(_0x44a9f9,_0x395fae){return _0x44a9f9(_0x395fae);},'Zvmvv':_0x5905c9(0x16a),'RIwle':function(_0x2620c4,_0xe26c2c){return _0x2620c4+_0xe26c2c;}};try{if(_0x5e040a['ZalCc'](isAccessibilityAutomationSession)){global[_0x5905c9(0x196)]=!![];!_0x73ec4d[_0x5e040a['LLHML']]&&(global[_0x5905c9(0x196)]=![]);!(_0x5e040a['WMKFn'](_0x73ec4d[_0x5905c9(0x185)],_0x5e040a['mwDLw'])||_0x5e040a[_0x5905c9(0x159)](_0x73ec4d[_0x5905c9(0x185)],_0x5e040a[_0x5905c9(0x193)]))&&(logger[_0x5905c9(0x157)](_0x5e040a[_0x5905c9(0x15f)]),global['accessibilityPlatform']=![]);!(_0x5e040a['tOMQR'](_0x73ec4d[_0x5905c9(0x172)],_0x5e040a[_0x5905c9(0x175)])||_0x5e040a['Afaqn'](_0x73ec4d[_0x5905c9(0x172)],0x5e))&&(logger[_0x5905c9(0x157)](_0x5e040a[_0x5905c9(0x164)]),global['accessibilityPlatform']=![]);!_0x5e040a[_0x5905c9(0x147)](isUndefined,_0x73ec4d[_0x5905c9(0x19c)])&&(logger[_0x5905c9(0x157)](_0x5e040a[_0x5905c9(0x13f)]),global[_0x5905c9(0x196)]=![]);if(!global[_0x5905c9(0x196)]){_0x73ec4d[_0x5e040a[_0x5905c9(0x139)]]=![];const _0x5e1c7d=_0x5e040a[_0x5905c9(0x145)](_0x371202,_0x5e040a[_0x5905c9(0x147)](encodeURIComponent,JSON[_0x5905c9(0x189)](_0x73ec4d)));_0x304126&&(_0x304126[_0x5905c9(0x141)][_0x5905c9(0x179)][_0x5905c9(0x155)][_0x5905c9(0x16b)][_0x5905c9(0x170)]['wsEndpoint']=_0x5e1c7d,_0x304126['workerInfo'][_0x5905c9(0x155)][_0x5905c9(0x16b)][_0x5905c9(0x170)][_0x5905c9(0x18c)]=_0x5e1c7d);}}}catch(_0x5c2248){logger[_0x5905c9(0x14f)](_0x5905c9(0x17d)+util[_0x5905c9(0x197)](_0x5c2248));}};
1
+ const a34_0x22e85a=a34_0x142b;function a34_0x142b(_0x5f2957,_0x4fa2df){const _0xfa5e68=a34_0xfa5e();return a34_0x142b=function(_0x142be0,_0x5e3adb){_0x142be0=_0x142be0-0x15b;let _0x9f7888=_0xfa5e68[_0x142be0];return _0x9f7888;},a34_0x142b(_0x5f2957,_0x4fa2df);}(function(_0x2e7ee9,_0x58f511){const _0x4f1bdd=a34_0x142b,_0x2abb80=_0x2e7ee9();while(!![]){try{const _0x541035=parseInt(_0x4f1bdd(0x1a4))/0x1+-parseInt(_0x4f1bdd(0x1a9))/0x2*(parseInt(_0x4f1bdd(0x1be))/0x3)+parseInt(_0x4f1bdd(0x16e))/0x4+parseInt(_0x4f1bdd(0x174))/0x5*(parseInt(_0x4f1bdd(0x185))/0x6)+-parseInt(_0x4f1bdd(0x160))/0x7+-parseInt(_0x4f1bdd(0x1b6))/0x8+-parseInt(_0x4f1bdd(0x19f))/0x9;if(_0x541035===_0x58f511)break;else _0x2abb80['push'](_0x2abb80['shift']());}catch(_0x237a45){_0x2abb80['push'](_0x2abb80['shift']());}}}(a34_0xfa5e,0x4c7ee));const util=require(a34_0x22e85a(0x1ab)),logger=require(a34_0x22e85a(0x195))['winstonLogger'],{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a34_0x22e85a(0x16d)),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a34_0x22e85a(0x1b9)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a34_0x22e85a(0x17c));exports[a34_0x22e85a(0x180)]=async(_0xf4cacc,_0x35120a,_0xf6e43b={})=>{const _0x4800d1=a34_0x22e85a,_0x4fd7a6={};_0x4fd7a6[_0x4800d1(0x1a1)]=_0x4800d1(0x1bd);const _0x56904b=_0x4fd7a6;return await _0xf4cacc[_0x4800d1(0x18c)]('(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'+_0x35120a[_0x4800d1(0x16b)](/arguments/g,_0x56904b[_0x4800d1(0x1a1)])+_0x4800d1(0x1b1)+JSON['stringify'](_0xf6e43b)+')');},exports[a34_0x22e85a(0x1ba)]=async(_0x4bc631,_0x281239,_0x1c470b={})=>{const _0x4c98b8=a34_0x22e85a,_0x3a1aae={};_0x3a1aae['byRDB']=function(_0x51f5c0,_0x42f61c){return _0x51f5c0===_0x42f61c;},_0x3a1aae[_0x4c98b8(0x18b)]=_0x4c98b8(0x181),_0x3a1aae['QrSuW']=function(_0x3cb674,_0x4a2600){return _0x3cb674===_0x4a2600;},_0x3a1aae[_0x4c98b8(0x15b)]='Playwright',_0x3a1aae[_0x4c98b8(0x17f)]=_0x4c98b8(0x1bd);const _0x448d7a=_0x3a1aae;if(_0x448d7a['byRDB'](_0x4bc631[_0x4c98b8(0x188)][_0x4c98b8(0x189)],_0x448d7a[_0x4c98b8(0x18b)]))return await _0x4bc631[_0x4c98b8(0x1ac)](_0x281239,_0x1c470b);else{if(_0x448d7a['QrSuW'](_0x4bc631[_0x4c98b8(0x188)]['name'],_0x448d7a['pRDPK']))return await _0x4bc631[_0x4c98b8(0x17a)](_0x4c98b8(0x190)+_0x281239['replace'](/arguments/g,_0x448d7a['HNueX'])+'\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})('+JSON[_0x4c98b8(0x176)](_0x1c470b)+')');}},exports[a34_0x22e85a(0x17d)]=async _0x1f77c5=>{const _0x5ce075=a34_0x22e85a,_0x257d68={};_0x257d68[_0x5ce075(0x16c)]='accessibilityOptions.wcagVersion',_0x257d68[_0x5ce075(0x1ae)]=_0x5ce075(0x161),_0x257d68[_0x5ce075(0x168)]=_0x5ce075(0x16f),_0x257d68[_0x5ce075(0x192)]=_0x5ce075(0x1a8),_0x257d68['jTlam']=_0x5ce075(0x199),_0x257d68['jGOwr']=_0x5ce075(0x1b5);const _0x49a627=_0x257d68;_0x1f77c5[_0x5ce075(0x184)]&&(_0x1f77c5[_0x5ce075(0x184)][_0x5ce075(0x1b0)]&&(_0x1f77c5[_0x49a627['ryppG']]=_0x1f77c5[_0x5ce075(0x184)]['wcagVersion']),_0x1f77c5[_0x5ce075(0x184)][_0x5ce075(0x169)]&&(_0x1f77c5[_0x49a627[_0x5ce075(0x1ae)]]=_0x1f77c5[_0x5ce075(0x184)][_0x5ce075(0x169)]),_0x1f77c5[_0x5ce075(0x184)][_0x5ce075(0x194)]&&(_0x1f77c5[_0x49a627[_0x5ce075(0x168)]]=_0x1f77c5[_0x5ce075(0x184)][_0x5ce075(0x194)][_0x5ce075(0x15e)],_0x1f77c5[_0x49a627[_0x5ce075(0x192)]]=_0x1f77c5['accessibilityOptions']['includeIssueType'][_0x5ce075(0x171)]));const _0x26714e=JSON[_0x5ce075(0x182)](process['env'][_0x5ce075(0x1aa)])[_0x5ce075(0x170)];_0x1f77c5[_0x49a627[_0x5ce075(0x167)]]=process['env'][_0x5ce075(0x183)],_0x1f77c5[_0x49a627[_0x5ce075(0x1b2)]]=_0x26714e,delete _0x1f77c5[_0x5ce075(0x184)];},exports[a34_0x22e85a(0x17e)]=async _0x4ea432=>{const _0x1ab23f=a34_0x22e85a,_0x504c99={};_0x504c99[_0x1ab23f(0x18d)]=_0x1ab23f(0x187),_0x504c99[_0x1ab23f(0x191)]=_0x1ab23f(0x1af);const _0x2939b4=_0x504c99;if(global[_0x1ab23f(0x1a0)])try{logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x4ea432,scripts.performScan)));},{command:'getAccessibilityResults'})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x4ea432,scripts.getResults);})();return res;}catch{return logger[_0x1ab23f(0x175)](_0x2939b4[_0x1ab23f(0x18d)]),[];}else return logger[_0x1ab23f(0x18e)](_0x2939b4[_0x1ab23f(0x191)]),[];},exports[a34_0x22e85a(0x1a2)]=async(_0x2af247,_0x2cfbef='')=>{const _0x4de533=a34_0x22e85a;if(global[_0x4de533(0x1a0)])return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4de533(0x179)],async()=>{const _0x444a45=_0x4de533,_0x186725={};_0x186725['command']=_0x2cfbef,await exports['browserStackEvaluate'](_0x2af247,scripts[_0x444a45(0x1a2)],_0x186725);},{'command':_0x2cfbef})();},exports[a34_0x22e85a(0x1a3)]=async _0x20f5e5=>{const _0x2a7f11=a34_0x22e85a,_0x14378a={};_0x14378a[_0x2a7f11(0x1b3)]=_0x2a7f11(0x1bc),_0x14378a[_0x2a7f11(0x1bf)]=_0x2a7f11(0x193);const _0xa396c4=_0x14378a;if(global['accessibilityPlatform'])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x20f5e5,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x20f5e5,scripts.getResultsSummary);})();return summaryResults;}catch{return logger['debug'](_0xa396c4[_0x2a7f11(0x1b3)]),{};}else return logger[_0x2a7f11(0x18e)](_0xa396c4[_0x2a7f11(0x1bf)]),{};},exports['platformValidation']=async _0x119b66=>{const _0xf23599=a34_0x22e85a,_0x526714={'lESdY':function(_0x378e48,_0x1dc863){return _0x378e48!==_0x1dc863;},'PsNuW':_0xf23599(0x16a),'tJMzC':function(_0x20d2f4,_0x5c6a6a){return _0x20d2f4===_0x5c6a6a;},'ZwfXD':_0xf23599(0x17b),'kmEeY':function(_0x165a8b,_0x4b5522){return _0x165a8b===_0x4b5522;},'RGZiz':_0xf23599(0x18f),'bnKap':_0xf23599(0x1c1),'caMlf':function(_0x20c691,_0x2f1705){return _0x20c691(_0x2f1705);},'uqSee':function(_0x4b2735,_0x59d942){return _0x4b2735===_0x59d942;},'XxlLx':_0xf23599(0x15f),'QoGzd':function(_0x5caeff,_0x1e8663){return _0x5caeff>_0x1e8663;},'mKXwx':_0xf23599(0x15d)};try{if(!_0x526714[_0xf23599(0x178)](_0x119b66['deviceName'],''))return logger[_0xf23599(0x18e)](_0x526714['PsNuW']),![];const _0x4ae1bb=_0x119b66[_0xf23599(0x173)];if(!(_0x526714[_0xf23599(0x15c)](_0x4ae1bb,_0x526714[_0xf23599(0x162)])||_0x526714[_0xf23599(0x1a5)](_0x4ae1bb,_0x526714['RGZiz'])))return logger[_0xf23599(0x18e)](_0x526714[_0xf23599(0x196)]),![];const _0x188fc9=_0x526714['caMlf'](parseInt,_0x119b66[_0xf23599(0x1a7)]);if(!(_0x526714[_0xf23599(0x1ad)](_0x188fc9,_0x526714['XxlLx'])||_0x526714['QoGzd'](_0x188fc9,0x5e)))return logger['warn'](_0x526714['mKXwx']),![];}catch(_0x13684f){logger['debug'](_0xf23599(0x19a)+util[_0xf23599(0x19b)](_0x13684f));}return!![];},exports[a34_0x22e85a(0x172)]=(_0x3c634e,_0x45a343,_0x5dd28e)=>{const _0x4824c6=a34_0x22e85a,_0x5d7af9={'WQLIC':function(_0x4af29e){return _0x4af29e();},'LyFLw':_0x4824c6(0x186),'RteZQ':function(_0x39cf97,_0x41b200){return _0x39cf97===_0x41b200;},'HNTcM':_0x4824c6(0x17b),'hFwFq':function(_0x2b46a6,_0x1f3f76){return _0x2b46a6===_0x1f3f76;},'dYLUH':_0x4824c6(0x18f),'Lrhoe':_0x4824c6(0x1c1),'MXvfc':'latest','csKmd':function(_0x128ddb,_0x3d6f03){return _0x128ddb>_0x3d6f03;},'YvnhO':_0x4824c6(0x15d),'ZMfIB':function(_0x38e30c,_0x5c3dbc){return _0x38e30c(_0x5c3dbc);},'wlPDO':_0x4824c6(0x16a),'SOrQs':function(_0x87e4d7,_0x2e863a){return _0x87e4d7+_0x2e863a;},'FPULQ':function(_0x53e5c0,_0x1465d1){return _0x53e5c0(_0x1465d1);}};try{if(_0x5d7af9[_0x4824c6(0x18a)](isAccessibilityAutomationSession)){global[_0x4824c6(0x1a0)]=!![];!_0x3c634e[_0x5d7af9['LyFLw']]&&(global[_0x4824c6(0x1a0)]=![]);!(_0x5d7af9[_0x4824c6(0x1b8)](_0x3c634e['browserName'],_0x5d7af9[_0x4824c6(0x198)])||_0x5d7af9[_0x4824c6(0x1c0)](_0x3c634e[_0x4824c6(0x164)],_0x5d7af9['dYLUH']))&&(logger[_0x4824c6(0x18e)](_0x5d7af9[_0x4824c6(0x19e)]),global[_0x4824c6(0x1a0)]=![]);!(_0x5d7af9['hFwFq'](_0x3c634e[_0x4824c6(0x1a7)],_0x5d7af9['MXvfc'])||_0x5d7af9[_0x4824c6(0x1b7)](_0x3c634e[_0x4824c6(0x1a7)],0x5e))&&(logger[_0x4824c6(0x18e)](_0x5d7af9[_0x4824c6(0x1bb)]),global[_0x4824c6(0x1a0)]=![]);!_0x5d7af9[_0x4824c6(0x19c)](isUndefined,_0x3c634e['deviceName'])&&(logger[_0x4824c6(0x18e)](_0x5d7af9['wlPDO']),global['accessibilityPlatform']=![]);if(!global[_0x4824c6(0x1a0)]){_0x3c634e[_0x5d7af9['LyFLw']]=![];const _0x1b9e24=_0x5d7af9['SOrQs'](_0x45a343,_0x5d7af9[_0x4824c6(0x163)](encodeURIComponent,JSON['stringify'](_0x3c634e)));_0x5dd28e&&(_0x5dd28e[_0x4824c6(0x1b4)][_0x4824c6(0x19d)][_0x4824c6(0x1a6)]['use'][_0x4824c6(0x166)][_0x4824c6(0x165)]=_0x1b9e24,_0x5dd28e['workerInfo'][_0x4824c6(0x1a6)][_0x4824c6(0x177)][_0x4824c6(0x166)][_0x4824c6(0x165)]=_0x1b9e24);}}}catch(_0x3e2b51){logger['debug'](_0x4824c6(0x197)+util['format'](_0x3e2b51));}};function a34_0xfa5e(){const _0x1d18fb=['WebDriver','parse','BS_A11Y_JWT','accessibilityOptions','1083306isNCPW','browserstack.accessibility','No\x20accessibility\x20results\x20were\x20found.','constructor','name','WQLIC','omZgj','evaluate','yVfJW','warn','playwright-chromium','(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','twyQk','YfjOG','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','includeIssueType','../../helpers/logger','bnKap','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','HNTcM','accessibilityOptions.authToken','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','format','ZMfIB','testInfo','Lrhoe','2472669MZGleF','accessibilityPlatform','WzFAZ','performScan','getAccessibilityResultsSummary','182323Tclrbz','kmEeY','project','browser_version','accessibilityOptions.includeIssueType.needsReview','6ySsfMQ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','util','executeAsyncScript','uqSee','rAjBT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','wcagVersion','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','jGOwr','PeBxQ','currentTest','accessibilityOptions.scannerVersion','2587880LaEeZZ','csKmd','RteZQ','../../helpers/performance/performance-tester','browserStackExecuteDriver','YvnhO','No\x20summaryResults\x20found.','bstackSdkArgs','298719GGhogb','VDHSZ','hFwFq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','pRDPK','tJMzC','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','bestPractice','latest','140938oaAXEs','accessibilityOptions.scannerProcessingTimeout','ZwfXD','FPULQ','browserName','wsEndpoint','connectOptions','jTlam','cXrGE','scannerProcessingTimeout','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','replace','ryppG','../../helpers/helper','2025716KsZDnd','accessibilityOptions.includeIssueType.bestPractice','scannerVersion','needsReview','processAccessibilityCaps','browser','15QdvVjC','error','stringify','use','lESdY','PERFORM_SCAN','executeScript','chrome','../../helpers/performance/constants','setAccessibilityCapabilities','getAccessibilityResults','HNueX','browserStackEvaluate'];a34_0xfa5e=function(){return _0x1d18fb;};return a34_0xfa5e();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a35_0x54c629=a35_0x49a1;function a35_0x49a1(_0x1abcec,_0x5d0326){const _0x187b97=a35_0x187b();return a35_0x49a1=function(_0x49a172,_0x26972b){_0x49a172=_0x49a172-0xbf;let _0x93ae2e=_0x187b97[_0x49a172];return _0x93ae2e;},a35_0x49a1(_0x1abcec,_0x5d0326);}(function(_0xd3a296,_0x342ef4){const _0x31ac5e=a35_0x49a1,_0x47b6db=_0xd3a296();while(!![]){try{const _0x18946c=-parseInt(_0x31ac5e(0x147))/0x1+-parseInt(_0x31ac5e(0xd3))/0x2+parseInt(_0x31ac5e(0xc8))/0x3+parseInt(_0x31ac5e(0x12c))/0x4*(-parseInt(_0x31ac5e(0x159))/0x5)+-parseInt(_0x31ac5e(0xce))/0x6*(-parseInt(_0x31ac5e(0x139))/0x7)+parseInt(_0x31ac5e(0x146))/0x8+parseInt(_0x31ac5e(0x12d))/0x9*(parseInt(_0x31ac5e(0xf8))/0xa);if(_0x18946c===_0x342ef4)break;else _0x47b6db['push'](_0x47b6db['shift']());}catch(_0x1822ea){_0x47b6db['push'](_0x47b6db['shift']());}}}(a35_0x187b,0x7ca06));const fs=require('fs'),path=require('path'),{spawn}=require(a35_0x54c629(0x118)),{format}=require('util'),logger=require(a35_0x54c629(0x111))[a35_0x54c629(0x153)],{default:BrowserStackSetup}=require(a35_0x54c629(0x148)),helper=require('../../helpers/helper'),utilities=require(a35_0x54c629(0x106)),constants=require(a35_0x54c629(0xfd)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getConfigLoaderPath}=require(a35_0x54c629(0x119)),{checkAccessibilityPlatformConfig}=require(a35_0x54c629(0xd7)),{setAccessibilityCapabilities}=require(a35_0x54c629(0x115)),{printBuildLink}=require(a35_0x54c629(0x129)),TestDetails=require(a35_0x54c629(0x13b)),TestHubHandler=require(a35_0x54c629(0xbf)),PerformanceTester=require(a35_0x54c629(0x105)),PerformanceEvents=require(a35_0x54c629(0xd2))['EVENTS'],getUserPlaywrightConfig=async(_0x335c46,_0x5db1f5)=>{const _0x506d55=a35_0x54c629,_0x510150={'FLLda':function(_0x331d74){return _0x331d74();},'FTgcg':function(_0x2c3e71,_0x482723){return _0x2c3e71(_0x482723);},'OjHuv':function(_0x499a5e,_0x155bf2){return _0x499a5e(_0x155bf2);},'lKRtR':_0x506d55(0x14e),'EQbHg':_0x506d55(0xc7)},_0x476947=!helper[_0x506d55(0xde)](_0x335c46[_0x506d55(0xc5)]),_0x470a0e=_0x476947?path[_0x506d55(0xe1)](process[_0x506d55(0x113)](),_0x335c46[_0x506d55(0xc5)]):process[_0x506d55(0x113)](),{resolveConfigFile:_0x3952b2,resolveConfigLocation:_0x4c0710}=helper[_0x506d55(0x122)]['apply'](null,_0x510150[_0x506d55(0xd9)](getConfigLoaderPath)),_0xb31921=_0x3952b2?_0x510150[_0x506d55(0x14f)](_0x3952b2,_0x470a0e):helper[_0x506d55(0x12b)](_0x510150[_0x506d55(0xec)](_0x4c0710,_0x470a0e),[_0x510150[_0x506d55(0x13a)]]),_0x5e9839={};if(_0x476947){const _0x3da454=_0x5db1f5[_0x506d55(0xe7)](_0x34aadc=>_0x34aadc===_0x506d55(0x15b)||_0x34aadc==='-c'||_0x34aadc[_0x506d55(0xef)](_0x506d55(0xc7)));_0x5db1f5['splice'](_0x3da454,_0x5db1f5[_0x3da454][_0x506d55(0xef)](_0x510150[_0x506d55(0xcb)])?0x1:0x2);}const _0x6406ba={};return _0x6406ba[_0x506d55(0x136)]=_0xb31921,_0x6406ba[_0x506d55(0xc5)]=_0x5e9839,_0x6406ba;},handleO11yRerun=_0x59dac=>{const _0x39176b=a35_0x54c629,_0x12559e={};_0x12559e[_0x39176b(0x10b)]=_0x39176b(0xc1);const _0x181cab=_0x12559e,_0x3f1132=helper[_0x39176b(0x14c)](process[_0x39176b(0x11c)][_0x39176b(0xfa)]);if(_0x3f1132){const _0x29806d=process[_0x39176b(0x11c)][_0x39176b(0xf4)],_0x3ac435=[];if(helper['validateRerunTestList'](_0x29806d)&&!helper[_0x39176b(0xde)](_0x29806d)){_0x29806d['split'](',')['map'](_0xc360b5=>{const _0x3a9d67=_0x39176b;_0x3ac435['push']('('+_0xc360b5[_0x3a9d67(0x132)]()+')');});const _0x5ac5bb='^'+_0x3ac435[_0x39176b(0xc9)]('|')+'$';_0x59dac['push'](_0x181cab[_0x39176b(0x10b)],_0x5ac5bb);}}},spawnOriginalProcess=_0x2a657d=>{const _0x54dfbf=a35_0x54c629,_0x1a0910={'hOdjh':function(_0x1b5a03,_0x4c9aff,_0x4f94e5,_0x273ad0){return _0x1b5a03(_0x4c9aff,_0x4f94e5,_0x273ad0);},'yQKcJ':_0x54dfbf(0xcf),'MVviq':_0x54dfbf(0x144),'YQXIW':function(_0x3d384a,_0x4597b5){return _0x3d384a===_0x4597b5;},'GfULC':_0x54dfbf(0xfc),'nDSMJ':_0x54dfbf(0x126)};_0x1a0910['hOdjh'](spawn,_0x1a0910[_0x54dfbf(0xcc)],[_0x1a0910['MVviq'],..._0x2a657d[_0x54dfbf(0xf7)](0x1)],{'shell':_0x1a0910['YQXIW'](process[_0x54dfbf(0x124)],_0x1a0910[_0x54dfbf(0x11f)]),'stdio':_0x1a0910[_0x54dfbf(0x157)],'cwd':process[_0x54dfbf(0x113)]()});},isTestCommand=(_0x4b8567,_0x195467)=>{const _0x426937=a35_0x54c629,_0x487b97={};_0x487b97['CYFik']=function(_0x104d9e,_0x5684f7){return _0x104d9e>_0x5684f7;},_0x487b97[_0x426937(0x11e)]=function(_0x2c1f6e,_0xcc0ce9){return _0x2c1f6e===_0xcc0ce9;},_0x487b97[_0x426937(0x11d)]=_0x426937(0xee);const _0x327f44=_0x487b97;if(_0x327f44['CYFik'](_0x195467[_0x426937(0x158)],0x1)&&_0x327f44[_0x426937(0x11e)](_0x195467[0x1],_0x327f44['LAwlV']))return!![];return![];};async function run(_0x2f6699,_0x18347b){const _0x12c887=a35_0x54c629,_0x3c00ef={'LuvNe':function(_0x9b9f29,_0x219e83){return _0x9b9f29(_0x219e83);},'tulXF':_0x12c887(0xf6),'FZnLP':'pw_result.json','cFdPz':function(_0x1d2d02,_0x2f2b67){return _0x1d2d02+_0x2f2b67;},'pFLFO':'Error\x20in\x20getting\x20funnel\x20data\x20results','selTs':function(_0x144402){return _0x144402();},'tcTAG':function(_0x3c8995){return _0x3c8995();},'LlZni':function(_0x483c07,_0x522643){return _0x483c07+_0x522643;},'eGJDD':_0x12c887(0x103),'oHYFb':_0x12c887(0x109),'MFeYH':_0x12c887(0x13d),'gkbFz':function(_0x35fda5,_0x592f4b){return _0x35fda5!=_0x592f4b;},'sftVN':function(_0x4ad933,_0x429cc1,_0x59f0a5){return _0x4ad933(_0x429cc1,_0x59f0a5);},'fvEPV':function(_0x14161a,_0x55f5aa){return _0x14161a(_0x55f5aa);},'njVju':function(_0x32b408,_0x145687){return _0x32b408===_0x145687;},'XMBig':_0x12c887(0xdf),'HTiKY':function(_0x5922aa,_0x3721cb){return _0x5922aa(_0x3721cb);},'goXJO':function(_0x2d95e0,_0x6bcbb4){return _0x2d95e0(_0x6bcbb4);},'JFfmI':'browserstackSetupConfig.json','FxLeh':function(_0x4d18ca,_0xe92c6c){return _0x4d18ca===_0xe92c6c;},'xLCPu':_0x12c887(0x120),'OBxTc':_0x12c887(0x11b),'Urhhs':function(_0x90fd80,_0x2c9667){return _0x90fd80-_0x2c9667;},'Lcrdy':function(_0x5601a5,_0x19f9a0){return _0x5601a5+_0x19f9a0;},'FtGMV':_0x12c887(0x102),'acdjR':function(_0x58230a,_0x11d79e){return _0x58230a>_0x11d79e;},'GPOJq':function(_0x6ee713,_0x5049e0,_0x468ecc,_0x6bcd9c){return _0x6ee713(_0x5049e0,_0x468ecc,_0x6bcd9c);},'zysqo':_0x12c887(0xcf),'TCyPF':_0x12c887(0x144),'gilzb':_0x12c887(0xee),'KjdBO':_0x12c887(0x15b),'FAMUh':_0x12c887(0xfc),'HvdRR':_0x12c887(0x126),'fgxyH':_0x12c887(0xe9),'vSaQd':'--disable-browserstack-automation','vrOyv':_0x12c887(0xe4),'dJhds':'--disable-test-observability','vEorq':function(_0x55fab8,_0x44d1ec){return _0x55fab8>=_0x44d1ec;},'ZQrpR':_0x12c887(0xf5),'gHACf':function(_0x40945f,_0x4c4e87){return _0x40945f(_0x4c4e87);}};!helper[_0x12c887(0x135)](process['env'][_0x12c887(0xd4)])&&(process[_0x12c887(0x11c)][_0x12c887(0xd4)]=!![]);process['argv'][_0x12c887(0xf1)](_0x3c00ef['vSaQd'])&&(process['env']['BROWSERSTACK_AUTOMATION']=_0x3c00ef['vrOyv'],_0x18347b=_0x18347b['filter'](_0x488681=>_0x488681!==_0x12c887(0x116)));const _0x97db94=_0x18347b['indexOf'](_0x3c00ef[_0x12c887(0x107)]);_0x3c00ef[_0x12c887(0x156)](_0x97db94,0x0)&&(process[_0x12c887(0x11c)][_0x12c887(0x117)]=_0x3c00ef[_0x12c887(0xe8)],_0x18347b=_0x18347b['filter'](_0x1481da=>_0x1481da!==_0x12c887(0x125)));try{const _0x1ffbb4=path['join'](helper[_0x12c887(0xdc)](),_0x3c00ef[_0x12c887(0x149)],_0x3c00ef[_0x12c887(0x152)]);fs['existsSync'](_0x1ffbb4)&&fs[_0x12c887(0x141)](_0x1ffbb4);}catch(_0x379037){logger[_0x12c887(0xca)](_0x3c00ef['cFdPz'](_0x3c00ef[_0x12c887(0x14d)],_0x379037));}if(!_0x3c00ef[_0x12c887(0x10f)](isTestCommand,_0x2f6699,_0x18347b)){_0x3c00ef[_0x12c887(0xda)](spawnOriginalProcess,_0x18347b);return;}const _0x82c025=new BrowserStackSetup(_0x2f6699,FRAMEWORKS[_0x12c887(0x128)]);await PerformanceTester[_0x12c887(0x123)](PerformanceEvents[_0x12c887(0xe3)],async()=>{const _0xe2be17=_0x12c887;if(!_0x82c025[_0xe2be17(0xc5)]){logger[_0xe2be17(0xd8)](_0x3c00ef['oHYFb']);return;}await _0x82c025[_0xe2be17(0x10c)]();!helper['isUndefined'](_0x82c025[_0xe2be17(0x154)])&&_0x82c025[_0xe2be17(0x154)][_0xe2be17(0xfb)](_0x3c00ef[_0xe2be17(0x112)])&&(process[_0xe2be17(0x11c)][_0xe2be17(0xd4)]=_0x82c025[_0xe2be17(0x154)][_0xe2be17(0x137)](_0x3c00ef[_0xe2be17(0x112)])||!![]);_0x3c00ef['gkbFz'](_0x82c025[_0xe2be17(0xc5)][_0xe2be17(0xc4)],null)&&!helper['isTrue'](process['env'][_0xe2be17(0x117)])&&(process[_0xe2be17(0x11c)][_0xe2be17(0x117)]=process['env'][_0xe2be17(0x117)]||_0x82c025['config']['testObservability']);const _0x5a0d7a=!helper[_0xe2be17(0x135)](process['env'][_0xe2be17(0x117)]);let _0x4da8d6=![];_0x82c025['config']['accessibility']&&(_0x4da8d6=!![],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x82c025[_0xe2be17(0xc5)]['accessibility']);_0x82c025['config']['accessibilityOptions']&&(process[_0xe2be17(0x11c)][_0xe2be17(0xd6)]=JSON[_0xe2be17(0xf3)](_0x82c025[_0xe2be17(0xc5)][_0xe2be17(0x13c)]));const _0x4e3357=_0x18347b[_0xe2be17(0x131)](),_0x3928e3=await _0x3c00ef[_0xe2be17(0x10f)](getUserPlaywrightConfig,_0x2f6699,_0x18347b);if(helper[_0xe2be17(0xde)](_0x3928e3)){_0x3c00ef[_0xe2be17(0x15a)](spawnOriginalProcess,_0x4e3357);return;}const _0x2ba616=_0x3928e3['path']?path[_0xe2be17(0x10e)](_0x3928e3['path']):process[_0xe2be17(0x113)]();process[_0xe2be17(0x11c)][_0xe2be17(0x151)]=_0x2ba616,await PerformanceTester[_0xe2be17(0x123)](PerformanceEvents['SDK_POST_INITIALIZE'],async()=>{const _0x257bbf=_0xe2be17;await TestHubHandler[_0x257bbf(0xf9)](FRAMEWORKS[_0x257bbf(0x128)],_0x82c025),_0x5a0d7a&&_0x3c00ef[_0x257bbf(0xd1)](handleO11yRerun,_0x18347b);})();let _0x2a41d1=_0x3c00ef[_0xe2be17(0x150)](process[_0xe2be17(0x11c)][_0xe2be17(0xff)],_0x3c00ef['XMBig']);_0x2a41d1=_0x2a41d1||_0x3c00ef['HTiKY'](checkAccessibilityPlatformConfig,_0x82c025[_0xe2be17(0xc5)]),process['env'][_0xe2be17(0xff)]=_0x2a41d1;_0x2a41d1&&_0x3c00ef[_0xe2be17(0xe6)](setAccessibilityCapabilities,_0x82c025['config']);const _0x26ab52=path[_0xe2be17(0xc9)](_0x3928e3[_0xe2be17(0x136)]?path[_0xe2be17(0x10e)](_0x3928e3[_0xe2be17(0x136)]):process[_0xe2be17(0x113)](),_0x3c00ef['JFfmI']);fs[_0xe2be17(0xeb)](_0x26ab52,helper[_0xe2be17(0x140)](_0x82c025['config'])),process[_0xe2be17(0x11c)][_0xe2be17(0xc3)]=_0x26ab52,helper[_0xe2be17(0xe5)]();let _0x3801ea='';_0x3c00ef[_0xe2be17(0x13f)](helper[_0xe2be17(0xd0)](),constants[_0xe2be17(0xe0)][_0xe2be17(0xed)])?_0x3801ea=_0x3c00ef[_0xe2be17(0x12f)]:_0x3801ea=_0x3c00ef[_0xe2be17(0x138)];let _0x8d4cff='';if(helper[_0xe2be17(0x142)](_0x3928e3[_0xe2be17(0x136)])){_0x8d4cff=_0xe2be17(0x10d);const _0x3ff95b=_0x3801ea[_0xe2be17(0xcd)]('.');_0x3ff95b[_0x3c00ef[_0xe2be17(0x108)](_0x3ff95b['length'],0x1)]='ts',_0x3801ea=_0x3ff95b[_0xe2be17(0xc9)]('.'),logger['debug'](_0x3c00ef['Lcrdy'](_0x3c00ef['FtGMV'],_0x3801ea));}else _0x8d4cff=_0xe2be17(0xc6);const _0x398235=path[_0xe2be17(0xc9)](_0x3928e3[_0xe2be17(0x136)]?path[_0xe2be17(0x10e)](_0x3928e3['path']):process[_0xe2be17(0x113)](),_0x3801ea);let _0x3e9ca3=_0x3928e3[_0xe2be17(0x136)]?_0x3928e3[_0xe2be17(0x136)]:'';_0x3e9ca3=_0x3c00ef['acdjR'](_0x3e9ca3['length'],0x0)?path[_0xe2be17(0xe1)](_0x3e9ca3):'',process[_0xe2be17(0x11c)][_0xe2be17(0xea)]=_0x3e9ca3;const _0x34cc6d=helper[_0xe2be17(0x134)](_0x82c025[_0xe2be17(0xc5)]);_0x34cc6d&&(_0x8d4cff=_0x3c00ef[_0xe2be17(0xc0)]('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0x34cc6d+_0xe2be17(0xf0),_0x8d4cff));helper[_0xe2be17(0x133)]({},_0x18347b),fs[_0xe2be17(0xeb)](_0x398235,_0x8d4cff),PerformanceTester['end'](PerformanceEvents['SDK_SETUP']);const _0x596e02=_0x3c00ef[_0xe2be17(0xe2)](spawn,_0x3c00ef[_0xe2be17(0x12a)],[_0x3c00ef[_0xe2be17(0x101)],_0x3c00ef['gilzb'],_0x3c00ef['KjdBO'],_0x398235,..._0x18347b[_0xe2be17(0xf7)](0x2)],{'shell':_0x3c00ef[_0xe2be17(0x13f)](process[_0xe2be17(0x124)],_0x3c00ef[_0xe2be17(0x114)]),'stdio':_0x3c00ef[_0xe2be17(0x12e)],'cwd':process[_0xe2be17(0x113)](),'env':Object['assign']({},process[_0xe2be17(0x11c)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0xe2be17(0x127)](_0x2f6699),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x82c025['config'][_0xe2be17(0x130)]['skipSessionStatus'],'BROWSERSTACK_SKIP_SESSION_NAME':_0x82c025[_0xe2be17(0xc5)][_0xe2be17(0x130)]['skipSessionName'],'BROWSERSTACK_LOG_LEVEL':_0x82c025['config'][_0xe2be17(0xfe)]})}),_0x13a78b=()=>{const _0x170148=_0xe2be17;try{const _0x258201=path[_0x170148(0xc9)](helper[_0x170148(0xdc)](),_0x3c00ef[_0x170148(0x149)],_0x3c00ef['FZnLP']);if(fs[_0x170148(0xdd)](_0x258201)){let _0x59e4b8=fs[_0x170148(0x13e)](_0x258201);_0x59e4b8=JSON['parse'](_0x59e4b8),_0x82c025['errorMessage']=_0x59e4b8,fs['unlinkSync'](_0x258201);}}catch(_0x5ccd82){logger[_0x170148(0xca)](_0x3c00ef['cFdPz'](_0x3c00ef[_0x170148(0xd5)],_0x5ccd82));}};_0x596e02['on'](_0x3c00ef[_0xe2be17(0x10a)],async _0x5b29a6=>{const _0x3bb12b=_0xe2be17,_0x29adf5={};_0x29adf5[_0x3bb12b(0xf2)]=_0x3c00ef['tulXF'];const _0x26d5ef=_0x29adf5;try{PerformanceTester['start'](PerformanceEvents[_0x3bb12b(0x11a)]),_0x3c00ef[_0x3bb12b(0x121)](_0x13a78b),await TestHubHandler[_0x3bb12b(0xc2)](),TestDetails[_0x3bb12b(0x104)](),_0x3c00ef[_0x3bb12b(0x145)](printBuildLink),await utilities['finalExecution'](_0x82c025),process[_0x3bb12b(0x14a)]=_0x5b29a6,logger[_0x3bb12b(0xca)](_0x3bb12b(0x155)+_0x5b29a6),logger[_0x3bb12b(0x143)](_0x3bb12b(0xdb)+_0x398235),fs[_0x3bb12b(0x141)](_0x398235);fs[_0x3bb12b(0xdd)](_0x26ab52)&&(logger[_0x3bb12b(0xca)](_0x3bb12b(0xdb)+_0x26ab52),fs[_0x3bb12b(0x141)](_0x26ab52));const _0x44c758=fs[_0x3bb12b(0x14b)](path['join'](helper['homedir'](),_0x3c00ef[_0x3bb12b(0x149)]))['filter'](_0x5d39a3=>_0x5d39a3[_0x3bb12b(0xef)](_0x3bb12b(0x100)));_0x44c758[_0x3bb12b(0x110)](_0x3fca5a=>{const _0x85e8a1=_0x3bb12b;fs[_0x85e8a1(0x141)](path[_0x85e8a1(0xc9)](helper[_0x85e8a1(0xdc)](),_0x26d5ef[_0x85e8a1(0xf2)],_0x3fca5a));});}catch(_0x5070be){logger['debug'](_0x3c00ef[_0x3bb12b(0xc0)](_0x3c00ef['eGJDD'],_0x5070be));}});})();}module['exports']=run;function a35_0x187b(){const _0x38c758=['debug','EQbHg','yQKcJ','split','4406052bYLjnr','npx','getPackageType','LuvNe','../../helpers/performance/constants','1122714EuZleD','BROWSERSTACK_AUTOMATION','pFLFO','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../helpers/accessibility-automation/helper','error','FLLda','gHACf','Deleting\x20','homedir','existsSync','isUndefined','true','PACKAGE_TYPE','resolve','GPOJq','SDK_PRE_INITIALIZE','false','clearTempPWConfig','goXJO','findIndex','vrOyv','close','USER_CONFIG_DETAILS_PATH','writeFileSync','OjHuv','MODULE','test','startsWith','\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();','includes','YwHkb','stringify','BROWSERSTACK_RERUN_TESTS','Error\x20in\x20deleting\x20playwright\x20results','.browserstack','slice','30fMxVjj','launchBuild','BROWSERSTACK_RERUN','has','win32','../utils/constants','logLevel','BROWSERSTACK_TEST_ACCESSIBILITY_YML','trace_','TCyPF','Updated\x20config\x20file\x20name\x20to\x20-\x20','Error\x20in\x20closing\x20playwright','shutdown','../../helpers/performance/performance-tester','../../helpers/utilities','dJhds','Urhhs','BrowserStack\x20config\x20file\x20not\x20found.','fgxyH','ByHXT','initialize','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','dirname','sftVN','forEach','../../helpers/logger','MFeYH','cwd','FAMUh','./accessibility-helper','--disable-browserstack-automation','BROWSERSTACK_TEST_OBSERVABILITY','child_process','./reporter/pwUtils','SDK_CLEANUP','playwright-browserstack-sdk.config.js','env','LAwlV','gNILN','GfULC','playwright-browserstack-sdk.config.cjs','selTs','requirePWModule','measureWrapper','platform','--disable-test-observability','inherit','getConfigPath','PLAYWRIGHT','../../helpers/test-observability/utils','zysqo','nestedKeyValue','4rxyndd','1879344VOXXZv','HvdRR','xLCPu','testContextOptions','concat','trim','filterBrowserstackArgs','getProxyUrl','isFalse','path','get','OBxTc','7zmNKVL','lKRtR','./reporter/test-details','accessibilityOptions','automation','readFileSync','FxLeh','serializeToYamlString','unlinkSync','isTypescriptProject','info','playwright','tcTAG','2275280PbXliJ','477781OyCGZp','../../helpers/BrowserStackSetup','tulXF','exitCode','readdirSync','isTrue','ZQrpR','resolvedConfigFile','FTgcg','njVju','BROWSERSTACK_PW_CONFIG_DIR','FZnLP','winstonLogger','cliConfig','Playwright\x20process\x20exited\x20with\x20code\x20','vEorq','nDSMJ','length','4315615sWKAMG','fvEPV','--config','../../helpers/testhub/testhubHandler','LlZni','--grep','stop','BROWSERSTACK_SETUP_CONFIG_PATH','testObservability','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','--config=','2302593AfEIlj','join'];a35_0x187b=function(){return _0x38c758;};return a35_0x187b();}
2
+ 'use strict';function a35_0x4f33(){const _0x57e48e=['XdCWB','Playwright\x20process\x20exited\x20with\x20code\x20','debug','NuPkY','5748xHqNjA','XOsYL','dCvyD','automation','CkGIK','FMSqb','push','emfXD','requirePWModule','false','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','path','QwHZa','BROWSERSTACK_AUTOMATION','testObservability','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','ebsHi','MODULE','../../helpers/performance/performance-tester','argv','nntPj','playwright-browserstack-sdk.config.cjs','PACKAGE_TYPE','441727vooxDV','cHDZT','apply','config','win32','playwright','BROWSERSTACK_RERUN_TESTS','9mytHGG','filter','skipSessionStatus','ecWvz','VOALH','BrowserStack\x20config\x20file\x20not\x20found.','PxchD','trim','clearTempPWConfig','jnyQH','scWgB','BvMLM','../../helpers/accessibility-automation/helper','UZAto','8418824yNFlbw','ARScK','../../helpers/performance/constants','313XMTcoH','trace_','./reporter/test-details','../../helpers/testhub/testhubHandler','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','1398YIQWQK','BROWSERSTACK_TEST_OBSERVABILITY','--config','RLBPV','measureWrapper','exports','EVENTS','./accessibility-helper','BqgNo','./reporter/pwUtils','inherit','util','Updated\x20config\x20file\x20name\x20to\x20-\x20','AbLLR','BHlKb','aBCjG','\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();','USER_CONFIG_DETAILS_PATH','concat','4633550NsCalY','--config=','testContextOptions','73028KcbJeq','platform','errorMessage','--grep','validateRerunTestList','SDK_PRE_INITIALIZE','Error\x20in\x20closing\x20playwright','eZxxe','../../helpers/helper','XpFyx','CdOHj','../../helpers/logger','has','cwd','../utils/constants','winstonLogger','lItQW','nestedKeyValue','initialize','BROWSERSTACK_PW_CONFIG_DIR','PLAYWRIGHT','hHhvA','split','bqEwE','getConfigPath','OuuYK','PCKFs','resolvedConfigFile','135nzLqUf','browserstackSetupConfig.json','splice','EIuNV','existsSync','true','Deleting\x20','ltWZq','resolve','Error\x20in\x20getting\x20funnel\x20data\x20results','stringify','accessibilityOptions','../../helpers/utilities','accessibility','start','startsWith','unlinkSync','readdirSync','../../helpers/BrowserStackSetup','dpYoy','uClHv','env','qQguA','findIndex','writeFileSync','UtBpc','isTrue','launchBuild','logLevel','LbHpK','error','XFZvW','filterBrowserstackArgs','Acini','slice','exitCode','BROWSERSTACK_TEST_ACCESSIBILITY_YML','bugTU','length','skipSessionName','iWoNi','SDK_POST_INITIALIZE','shutdown','join','Hgqsd','RxlBR','vkeQJ','isUndefined','PDMwW','getProxyUrl','VgZFp','pw_result.json','test','XYRYM','get','cliConfig','5306WRTlpO','getPackageType','3025797lbuDgQ','EYItU','homedir','jDBli','dirname','npx','--disable-browserstack-automation','pVFTR','204SpPJQg','--disable-test-observability','ngAKM','lVxgh','MKJiS','isFalse','DLWyA','readFileSync','close'];a35_0x4f33=function(){return _0x57e48e;};return a35_0x4f33();}const a35_0x5dfc7c=a35_0x532a;(function(_0x326d2c,_0x422779){const _0xaea502=a35_0x532a,_0x3573b9=_0x326d2c();while(!![]){try{const _0x3fbfda=parseInt(_0xaea502(0x193))/0x1*(parseInt(_0xaea502(0x198))/0x2)+parseInt(_0xaea502(0x14f))/0x3+parseInt(_0xaea502(0x1ae))/0x4*(-parseInt(_0xaea502(0x115))/0x5)+-parseInt(_0xaea502(0x164))/0x6*(-parseInt(_0xaea502(0x14d))/0x7)+-parseInt(_0xaea502(0x190))/0x8+parseInt(_0xaea502(0x182))/0x9*(-parseInt(_0xaea502(0x1ab))/0xa)+-parseInt(_0xaea502(0x17b))/0xb*(-parseInt(_0xaea502(0x157))/0xc);if(_0x3fbfda===_0x422779)break;else _0x3573b9['push'](_0x3573b9['shift']());}catch(_0x1da3da){_0x3573b9['push'](_0x3573b9['shift']());}}}(a35_0x4f33,0x99374));const fs=require('fs'),path=require(a35_0x5dfc7c(0x16f)),{spawn}=require('child_process'),{format}=require(a35_0x5dfc7c(0x1a3)),logger=require(a35_0x5dfc7c(0x1b9))[a35_0x5dfc7c(0x1bd)],{default:BrowserStackSetup}=require(a35_0x5dfc7c(0x127)),helper=require(a35_0x5dfc7c(0x1b6)),utilities=require(a35_0x5dfc7c(0x121)),constants=require(a35_0x5dfc7c(0x1bc)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getConfigLoaderPath}=require(a35_0x5dfc7c(0x1a1)),{checkAccessibilityPlatformConfig}=require(a35_0x5dfc7c(0x18e)),{setAccessibilityCapabilities}=require(a35_0x5dfc7c(0x19f)),{printBuildLink}=require('../../helpers/test-observability/utils'),TestDetails=require(a35_0x5dfc7c(0x195)),TestHubHandler=require(a35_0x5dfc7c(0x196)),PerformanceTester=require(a35_0x5dfc7c(0x176)),PerformanceEvents=require(a35_0x5dfc7c(0x192))[a35_0x5dfc7c(0x19e)],getUserPlaywrightConfig=async(_0x5d63ed,_0x49ec06)=>{const _0xddd368=a35_0x5dfc7c,_0x3a1cb8={'bqEwE':function(_0x9ffe9){return _0x9ffe9();},'pVFTR':function(_0x1af214,_0x243408){return _0x1af214(_0x243408);},'iWoNi':function(_0x19d27a,_0x185f66){return _0x19d27a(_0x185f66);},'RxlBR':_0xddd368(0x114),'RLBPV':'--config='},_0x49d54d=!helper[_0xddd368(0x144)](_0x5d63ed[_0xddd368(0x17e)]),_0x552cdd=_0x49d54d?path['resolve'](process[_0xddd368(0x1bb)](),_0x5d63ed[_0xddd368(0x17e)]):process[_0xddd368(0x1bb)](),{resolveConfigFile:_0x4c81fd,resolveConfigLocation:_0x2ce14c}=helper[_0xddd368(0x16c)][_0xddd368(0x17d)](null,_0x3a1cb8[_0xddd368(0x110)](getConfigLoaderPath)),_0x42beb6=_0x4c81fd?_0x3a1cb8[_0xddd368(0x156)](_0x4c81fd,_0x552cdd):helper[_0xddd368(0x1bf)](_0x3a1cb8[_0xddd368(0x13d)](_0x2ce14c,_0x552cdd),[_0x3a1cb8[_0xddd368(0x142)]]),_0x4d3951={};if(_0x49d54d){const _0x13a15e=_0x49ec06[_0xddd368(0x12c)](_0x48c8d0=>_0x48c8d0===_0xddd368(0x19a)||_0x48c8d0==='-c'||_0x48c8d0[_0xddd368(0x124)](_0xddd368(0x1ac)));_0x49ec06[_0xddd368(0x117)](_0x13a15e,_0x49ec06[_0x13a15e][_0xddd368(0x124)](_0x3a1cb8[_0xddd368(0x19b)])?0x1:0x2);}const _0x28a8e6={};return _0x28a8e6['path']=_0x42beb6,_0x28a8e6['config']=_0x4d3951,_0x28a8e6;},handleO11yRerun=_0x38fbbe=>{const _0x371bc9=a35_0x5dfc7c,_0x9f9615={};_0x9f9615[_0x371bc9(0x11c)]=_0x371bc9(0x1b1);const _0x21a77c=_0x9f9615,_0x974151=helper[_0x371bc9(0x12f)](process[_0x371bc9(0x12a)]['BROWSERSTACK_RERUN']);if(_0x974151){const _0xf5466a=process['env'][_0x371bc9(0x181)],_0x4b4846=[];if(helper[_0x371bc9(0x1b2)](_0xf5466a)&&!helper[_0x371bc9(0x144)](_0xf5466a)){_0xf5466a[_0x371bc9(0x10f)](',')['map'](_0x5afaae=>{const _0x1a01b5=_0x371bc9;_0x4b4846[_0x1a01b5(0x16a)]('('+_0x5afaae[_0x1a01b5(0x189)]()+')');});const _0x5b6eac='^'+_0x4b4846[_0x371bc9(0x140)]('|')+'$';_0x38fbbe['push'](_0x21a77c[_0x371bc9(0x11c)],_0x5b6eac);}}},spawnOriginalProcess=_0x35e8a1=>{const _0x14120e=a35_0x5dfc7c,_0x53a258={'BqgNo':function(_0x2fe665,_0x419119,_0x4063f8,_0x11b678){return _0x2fe665(_0x419119,_0x4063f8,_0x11b678);},'WQhnz':_0x14120e(0x154),'CdOHj':_0x14120e(0x180),'RZbiT':function(_0x3ea3c7,_0x1a2f33){return _0x3ea3c7===_0x1a2f33;},'lVxgh':_0x14120e(0x17f),'dpYoy':_0x14120e(0x1a2)};_0x53a258[_0x14120e(0x1a0)](spawn,_0x53a258['WQhnz'],[_0x53a258[_0x14120e(0x1b8)],..._0x35e8a1[_0x14120e(0x137)](0x1)],{'shell':_0x53a258['RZbiT'](process[_0x14120e(0x1af)],_0x53a258[_0x14120e(0x15a)]),'stdio':_0x53a258[_0x14120e(0x128)],'cwd':process['cwd']()});},isTestCommand=(_0x43fc71,_0x319c22)=>{const _0x34d2aa=a35_0x5dfc7c,_0x871ea6={};_0x871ea6[_0x34d2aa(0x163)]=function(_0x5edfb5,_0x567c63){return _0x5edfb5>_0x567c63;},_0x871ea6[_0x34d2aa(0x12b)]=function(_0x1d0ac9,_0x555e24){return _0x1d0ac9===_0x555e24;},_0x871ea6['BHlKb']=_0x34d2aa(0x149);const _0x593437=_0x871ea6;if(_0x593437['NuPkY'](_0x319c22[_0x34d2aa(0x13b)],0x1)&&_0x593437['qQguA'](_0x319c22[0x1],_0x593437[_0x34d2aa(0x1a6)]))return!![];return![];};function a35_0x532a(_0x2b41ab,_0x8f48be){const _0x4f33d4=a35_0x4f33();return a35_0x532a=function(_0x532aa3,_0x3de0d6){_0x532aa3=_0x532aa3-0x10b;let _0x524527=_0x4f33d4[_0x532aa3];return _0x524527;},a35_0x532a(_0x2b41ab,_0x8f48be);}async function run(_0x4f69d3,_0x472f76){const _0x2fd661=a35_0x5dfc7c,_0x276adf={'AbLLR':function(_0x5d7d4e,_0x3c30df){return _0x5d7d4e(_0x3c30df);},'QwHZa':'.browserstack','vkeQJ':_0x2fd661(0x148),'XpFyx':function(_0x283666,_0x343709){return _0x283666+_0x343709;},'CkGIK':_0x2fd661(0x11e),'emfXD':function(_0x1ae6d5){return _0x1ae6d5();},'XOsYL':function(_0x12a376){return _0x12a376();},'XdCWB':function(_0xc05d12,_0x454c7e){return _0xc05d12+_0x454c7e;},'Acini':_0x2fd661(0x1b4),'PDMwW':_0x2fd661(0x187),'DLWyA':_0x2fd661(0x167),'ecWvz':function(_0xbdbcbc,_0x3d7cc5){return _0xbdbcbc!=_0x3d7cc5;},'ARScK':function(_0xe38236,_0xec9dbd,_0x42f0c8){return _0xe38236(_0xec9dbd,_0x42f0c8);},'YTiCl':function(_0x55fc13,_0x5eeb43){return _0x55fc13(_0x5eeb43);},'scWgB':function(_0x490fd5,_0x47d4f9){return _0x490fd5===_0x47d4f9;},'SfbCM':_0x2fd661(0x11a),'XFZvW':function(_0x21a618,_0x57a8b9){return _0x21a618(_0x57a8b9);},'jDBli':_0x2fd661(0x116),'LbHpK':function(_0xea92f0,_0x4e7291){return _0xea92f0===_0x4e7291;},'cHDZT':_0x2fd661(0x179),'UtBpc':'playwright-browserstack-sdk.config.js','XYRYM':function(_0x2aaff1,_0x2c5175){return _0x2aaff1-_0x2c5175;},'VgZFp':_0x2fd661(0x1a4),'REOEs':function(_0x5dac93,_0x2eb8c6){return _0x5dac93>_0x2eb8c6;},'aBCjG':function(_0x2fe9f1,_0x49dff8){return _0x2fe9f1+_0x49dff8;},'sVUui':function(_0x558445,_0x53c331,_0x5e84ae,_0x40510f){return _0x558445(_0x53c331,_0x5e84ae,_0x40510f);},'bugTU':_0x2fd661(0x154),'OuuYK':'playwright','BvMLM':'test','VOALH':_0x2fd661(0x19a),'lItQW':_0x2fd661(0x17f),'hHhvA':'inherit','nntPj':_0x2fd661(0x15f),'wfAHj':'--disable-browserstack-automation','PxchD':_0x2fd661(0x16d),'ngAKM':'--disable-test-observability','PCKFs':function(_0x18fd12,_0x200297){return _0x18fd12>=_0x200297;},'EYItU':function(_0x26558f,_0x509e12){return _0x26558f+_0x509e12;},'uClHv':'Error\x20in\x20deleting\x20playwright\x20results','jnyQH':function(_0x5c8efa,_0x5888de){return _0x5c8efa(_0x5888de);}};!helper[_0x2fd661(0x15c)](process[_0x2fd661(0x12a)][_0x2fd661(0x171)])&&(process[_0x2fd661(0x12a)]['BROWSERSTACK_AUTOMATION']=!![]);process[_0x2fd661(0x177)]['includes'](_0x276adf['wfAHj'])&&(process['env'][_0x2fd661(0x171)]=_0x276adf['PxchD'],_0x472f76=_0x472f76[_0x2fd661(0x183)](_0x47fee8=>_0x47fee8!==_0x2fd661(0x155)));const _0x1ce2b3=_0x472f76['indexOf'](_0x276adf[_0x2fd661(0x159)]);_0x276adf[_0x2fd661(0x113)](_0x1ce2b3,0x0)&&(process[_0x2fd661(0x12a)][_0x2fd661(0x199)]=_0x276adf[_0x2fd661(0x188)],_0x472f76=_0x472f76['filter'](_0x168c65=>_0x168c65!==_0x2fd661(0x158)));try{const _0x8037b3=path[_0x2fd661(0x140)](helper[_0x2fd661(0x151)](),_0x276adf[_0x2fd661(0x170)],_0x276adf['vkeQJ']);fs[_0x2fd661(0x119)](_0x8037b3)&&fs[_0x2fd661(0x125)](_0x8037b3);}catch(_0x44571b){logger[_0x2fd661(0x162)](_0x276adf[_0x2fd661(0x150)](_0x276adf[_0x2fd661(0x129)],_0x44571b));}if(!_0x276adf[_0x2fd661(0x191)](isTestCommand,_0x4f69d3,_0x472f76)){_0x276adf[_0x2fd661(0x18b)](spawnOriginalProcess,_0x472f76);return;}const _0x547233=new BrowserStackSetup(_0x4f69d3,FRAMEWORKS[_0x2fd661(0x10d)]);await PerformanceTester[_0x2fd661(0x19c)](PerformanceEvents[_0x2fd661(0x1b3)],async()=>{const _0x2f6bc7=_0x2fd661,_0x64df11={'UZAto':_0x276adf[_0x2f6bc7(0x170)],'dCvyD':_0x276adf[_0x2f6bc7(0x143)],'EIuNV':function(_0x3e0664,_0x4d6495){const _0x3a9b6f=_0x2f6bc7;return _0x276adf[_0x3a9b6f(0x1b7)](_0x3e0664,_0x4d6495);},'FMSqb':_0x276adf[_0x2f6bc7(0x168)],'eZxxe':function(_0x46c131){const _0x418a97=_0x2f6bc7;return _0x276adf[_0x418a97(0x16b)](_0x46c131);},'MKJiS':function(_0x3236fd){const _0x2285ed=_0x2f6bc7;return _0x276adf[_0x2285ed(0x165)](_0x3236fd);},'Hgqsd':function(_0x6de5db,_0x5aea40){return _0x276adf['XdCWB'](_0x6de5db,_0x5aea40);},'ebsHi':_0x276adf[_0x2f6bc7(0x136)]};if(!_0x547233[_0x2f6bc7(0x17e)]){logger[_0x2f6bc7(0x133)](_0x276adf[_0x2f6bc7(0x145)]);return;}await _0x547233[_0x2f6bc7(0x10b)]();!helper[_0x2f6bc7(0x144)](_0x547233[_0x2f6bc7(0x14c)])&&_0x547233[_0x2f6bc7(0x14c)][_0x2f6bc7(0x1ba)](_0x276adf[_0x2f6bc7(0x15d)])&&(process[_0x2f6bc7(0x12a)]['BROWSERSTACK_AUTOMATION']=_0x547233['cliConfig'][_0x2f6bc7(0x14b)](_0x276adf[_0x2f6bc7(0x15d)])||!![]);_0x276adf[_0x2f6bc7(0x185)](_0x547233[_0x2f6bc7(0x17e)][_0x2f6bc7(0x172)],null)&&!helper['isTrue'](process[_0x2f6bc7(0x12a)][_0x2f6bc7(0x199)])&&(process[_0x2f6bc7(0x12a)]['BROWSERSTACK_TEST_OBSERVABILITY']=process[_0x2f6bc7(0x12a)][_0x2f6bc7(0x199)]||_0x547233['config'][_0x2f6bc7(0x172)]);const _0x4fb67e=!helper[_0x2f6bc7(0x15c)](process[_0x2f6bc7(0x12a)]['BROWSERSTACK_TEST_OBSERVABILITY']);let _0x2bedab=![];_0x547233['config'][_0x2f6bc7(0x122)]&&(_0x2bedab=!![],process['env'][_0x2f6bc7(0x139)]=_0x547233[_0x2f6bc7(0x17e)][_0x2f6bc7(0x122)]);_0x547233[_0x2f6bc7(0x17e)][_0x2f6bc7(0x120)]&&(process[_0x2f6bc7(0x12a)][_0x2f6bc7(0x197)]=JSON[_0x2f6bc7(0x11f)](_0x547233[_0x2f6bc7(0x17e)]['accessibilityOptions']));const _0x1a39cc=_0x472f76[_0x2f6bc7(0x1aa)](),_0x4c614e=await _0x276adf[_0x2f6bc7(0x191)](getUserPlaywrightConfig,_0x4f69d3,_0x472f76);if(helper[_0x2f6bc7(0x144)](_0x4c614e)){_0x276adf['YTiCl'](spawnOriginalProcess,_0x1a39cc);return;}const _0x3101ad=_0x4c614e[_0x2f6bc7(0x16f)]?path[_0x2f6bc7(0x153)](_0x4c614e[_0x2f6bc7(0x16f)]):process[_0x2f6bc7(0x1bb)]();process[_0x2f6bc7(0x12a)][_0x2f6bc7(0x10c)]=_0x3101ad,await PerformanceTester['measureWrapper'](PerformanceEvents[_0x2f6bc7(0x13e)],async()=>{const _0x23f36e=_0x2f6bc7;await TestHubHandler[_0x23f36e(0x130)](FRAMEWORKS[_0x23f36e(0x10d)],_0x547233),_0x4fb67e&&_0x276adf[_0x23f36e(0x1a5)](handleO11yRerun,_0x472f76);})();let _0x24ffdf=_0x276adf[_0x2f6bc7(0x18c)](process[_0x2f6bc7(0x12a)][_0x2f6bc7(0x139)],_0x276adf['SfbCM']);_0x24ffdf=_0x24ffdf||_0x276adf['YTiCl'](checkAccessibilityPlatformConfig,_0x547233[_0x2f6bc7(0x17e)]),process['env'][_0x2f6bc7(0x139)]=_0x24ffdf;_0x24ffdf&&_0x276adf[_0x2f6bc7(0x134)](setAccessibilityCapabilities,_0x547233['config']);const _0x3abe82=path[_0x2f6bc7(0x140)](_0x4c614e[_0x2f6bc7(0x16f)]?path[_0x2f6bc7(0x153)](_0x4c614e['path']):process[_0x2f6bc7(0x1bb)](),_0x276adf[_0x2f6bc7(0x152)]);fs[_0x2f6bc7(0x12d)](_0x3abe82,helper['serializeToYamlString'](_0x547233[_0x2f6bc7(0x17e)])),process[_0x2f6bc7(0x12a)]['BROWSERSTACK_SETUP_CONFIG_PATH']=_0x3abe82,helper[_0x2f6bc7(0x18a)]();let _0x59449c='';_0x276adf[_0x2f6bc7(0x132)](helper[_0x2f6bc7(0x14e)](),constants[_0x2f6bc7(0x17a)][_0x2f6bc7(0x175)])?_0x59449c=_0x276adf[_0x2f6bc7(0x17c)]:_0x59449c=_0x276adf[_0x2f6bc7(0x12e)];let _0xd4a498='';if(helper['isTypescriptProject'](_0x4c614e['path'])){_0xd4a498=_0x2f6bc7(0x16e);const _0x485402=_0x59449c[_0x2f6bc7(0x10f)]('.');_0x485402[_0x276adf[_0x2f6bc7(0x14a)](_0x485402[_0x2f6bc7(0x13b)],0x1)]='ts',_0x59449c=_0x485402[_0x2f6bc7(0x140)]('.'),logger[_0x2f6bc7(0x162)](_0x276adf[_0x2f6bc7(0x160)](_0x276adf[_0x2f6bc7(0x147)],_0x59449c));}else _0xd4a498=_0x2f6bc7(0x173);const _0x3ae7c7=path[_0x2f6bc7(0x140)](_0x4c614e[_0x2f6bc7(0x16f)]?path['dirname'](_0x4c614e['path']):process['cwd'](),_0x59449c);let _0x836b99=_0x4c614e[_0x2f6bc7(0x16f)]?_0x4c614e[_0x2f6bc7(0x16f)]:'';_0x836b99=_0x276adf['REOEs'](_0x836b99[_0x2f6bc7(0x13b)],0x0)?path[_0x2f6bc7(0x11d)](_0x836b99):'',process[_0x2f6bc7(0x12a)][_0x2f6bc7(0x1a9)]=_0x836b99;const _0x30554c=helper[_0x2f6bc7(0x146)](_0x547233['config']);_0x30554c&&(_0xd4a498=_0x276adf[_0x2f6bc7(0x1a7)]('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0x30554c+_0x2f6bc7(0x1a8),_0xd4a498));helper[_0x2f6bc7(0x135)]({},_0x472f76),fs[_0x2f6bc7(0x12d)](_0x3ae7c7,_0xd4a498),PerformanceTester['end'](PerformanceEvents['SDK_SETUP']);const _0x55eb51=_0x276adf['sVUui'](spawn,_0x276adf[_0x2f6bc7(0x13a)],[_0x276adf[_0x2f6bc7(0x112)],_0x276adf[_0x2f6bc7(0x18d)],_0x276adf[_0x2f6bc7(0x186)],_0x3ae7c7,..._0x472f76[_0x2f6bc7(0x137)](0x2)],{'shell':_0x276adf[_0x2f6bc7(0x132)](process[_0x2f6bc7(0x1af)],_0x276adf[_0x2f6bc7(0x1be)]),'stdio':_0x276adf[_0x2f6bc7(0x10e)],'cwd':process[_0x2f6bc7(0x1bb)](),'env':Object['assign']({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x2f6bc7(0x111)](_0x4f69d3),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x547233[_0x2f6bc7(0x17e)][_0x2f6bc7(0x1ad)][_0x2f6bc7(0x184)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x547233['config'][_0x2f6bc7(0x1ad)][_0x2f6bc7(0x13c)],'BROWSERSTACK_LOG_LEVEL':_0x547233[_0x2f6bc7(0x17e)][_0x2f6bc7(0x131)]})}),_0x240637=()=>{const _0x50b161=_0x2f6bc7;try{const _0x1be608=path[_0x50b161(0x140)](helper['homedir'](),_0x64df11['UZAto'],_0x64df11[_0x50b161(0x166)]);if(fs['existsSync'](_0x1be608)){let _0x18ee41=fs[_0x50b161(0x15e)](_0x1be608);_0x18ee41=JSON['parse'](_0x18ee41),_0x547233[_0x50b161(0x1b0)]=_0x18ee41,fs['unlinkSync'](_0x1be608);}}catch(_0xe10fd5){logger['debug'](_0x64df11[_0x50b161(0x118)](_0x64df11[_0x50b161(0x169)],_0xe10fd5));}};_0x55eb51['on'](_0x276adf[_0x2f6bc7(0x178)],async _0x2dddb5=>{const _0x5c3535=_0x2f6bc7;try{PerformanceTester[_0x5c3535(0x123)](PerformanceEvents['SDK_CLEANUP']),_0x64df11[_0x5c3535(0x1b5)](_0x240637),await TestHubHandler['stop'](),TestDetails[_0x5c3535(0x13f)](),_0x64df11[_0x5c3535(0x15b)](printBuildLink),await utilities['finalExecution'](_0x547233),process[_0x5c3535(0x138)]=_0x2dddb5,logger[_0x5c3535(0x162)](_0x5c3535(0x161)+_0x2dddb5),logger['info']('Deleting\x20'+_0x3ae7c7),fs[_0x5c3535(0x125)](_0x3ae7c7);fs[_0x5c3535(0x119)](_0x3abe82)&&(logger['debug'](_0x5c3535(0x11b)+_0x3abe82),fs[_0x5c3535(0x125)](_0x3abe82));const _0xc57fbd=fs[_0x5c3535(0x126)](path[_0x5c3535(0x140)](helper['homedir'](),_0x64df11[_0x5c3535(0x18f)]))['filter'](_0x15da7f=>_0x15da7f[_0x5c3535(0x124)](_0x5c3535(0x194)));_0xc57fbd['forEach'](_0x4fcff3=>{const _0x1dea14=_0x5c3535;fs[_0x1dea14(0x125)](path[_0x1dea14(0x140)](helper['homedir'](),_0x64df11[_0x1dea14(0x18f)],_0x4fcff3));});}catch(_0x20e7d6){logger[_0x5c3535(0x162)](_0x64df11[_0x5c3535(0x141)](_0x64df11[_0x5c3535(0x174)],_0x20e7d6));}});})();}module[a35_0x5dfc7c(0x19d)]=run;
@@ -1 +1 @@
1
- const a36_0x25fac8=a36_0x5257;function a36_0x3713(){const _0x49cee7=['eZTuT','9sFJmjW','function','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','./patches','AksRA','10666464TyTkkE','EBVrv','6XigbnK','env','3CgEFVF','util','1902720wifzsM','12096516kFwJoj','RiKko','debug','36370DhlcZB','1996472lalwRP','Not\x20able\x20to\x20import\x20globalSetup','Running\x20existing\x20global\x20setup','requirePWModule','../../helpers/test-observability/constants','exports','255198PDRTgw','error','EZDIr','8804866QapwXj','\x20is\x20not\x20found','GilSA','PLAYWRIGHT','YUdhR','./reporter/pwUtils','includes','winstonLogger','wzUJD','1.33.0','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','../../helpers/helper','Path\x20','toString','apply','174HHlgXA','../../helpers/logger','kjIUJ','22CceCNI','fork'];a36_0x3713=function(){return _0x49cee7;};return a36_0x3713();}function a36_0x5257(_0x254c5c,_0x2179cf){const _0x371381=a36_0x3713();return a36_0x5257=function(_0x52578f,_0x21d15a){_0x52578f=_0x52578f-0x14b;let _0xf197f=_0x371381[_0x52578f];return _0xf197f;},a36_0x5257(_0x254c5c,_0x2179cf);}(function(_0x58c040,_0x4e8185){const _0x4e8086=a36_0x5257,_0x22e384=_0x58c040();while(!![]){try{const _0x136791=-parseInt(_0x4e8086(0x16f))/0x1*(parseInt(_0x4e8086(0x160))/0x2)+parseInt(_0x4e8086(0x162))/0x3*(parseInt(_0x4e8086(0x169))/0x4)+-parseInt(_0x4e8086(0x168))/0x5*(-parseInt(_0x4e8086(0x152))/0x6)+parseInt(_0x4e8086(0x172))/0x7+-parseInt(_0x4e8086(0x15e))/0x8*(-parseInt(_0x4e8086(0x158))/0x9)+parseInt(_0x4e8086(0x164))/0xa+-parseInt(_0x4e8086(0x155))/0xb*(parseInt(_0x4e8086(0x165))/0xc);if(_0x136791===_0x4e8185)break;else _0x22e384['push'](_0x22e384['shift']());}catch(_0x3d4af0){_0x22e384['push'](_0x22e384['shift']());}}}(a36_0x3713,0xad4aa));const util=require(a36_0x25fac8(0x163)),child_process=require('child_process'),{FRAMEWORKS}=require(a36_0x25fac8(0x16d)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),helper=require(a36_0x25fac8(0x14e)),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x25fac8(0x177)),{mockIsWorkerRedundant}=require(a36_0x25fac8(0x15c)),logger=require(a36_0x25fac8(0x153))[a36_0x25fac8(0x179)];module[a36_0x25fac8(0x16e)]=async function(_0x3ed002){const _0x1044e6=a36_0x25fac8,_0x4a8342={'EZDIr':function(_0x2cb408,_0x3c7637){return _0x2cb408(_0x3c7637);},'oruOf':function(_0x51e735){return _0x51e735();},'wOKYf':'./mock-process.js','wzUJD':function(_0x27d737){return _0x27d737();},'YUdhR':_0x1044e6(0x16b),'sHPnz':function(_0x100ff4){return _0x100ff4();},'EBVrv':function(_0x244be3,_0x88597e){return _0x244be3(_0x88597e);},'eZTuT':function(_0x42e662,_0x1b615b){return _0x42e662>=_0x1b615b;},'RiKko':_0x1044e6(0x14c),'GilSA':function(_0x4090f7,_0x3aabe3,_0x494dc3){return _0x4090f7(_0x3aabe3,_0x494dc3);},'MXqRp':function(_0x544da1,_0x26263d){return _0x544da1!==_0x26263d;},'AksRA':_0x1044e6(0x159),'kjIUJ':_0x1044e6(0x16a)},_0x5591fd=child_process[_0x1044e6(0x156)];if(helper['isHandlePWErrorSet']())try{_0x4a8342[_0x1044e6(0x14b)](mockIsWorkerRedundant);}catch(_0x523574){logger[_0x1044e6(0x167)](_0x1044e6(0x15b)+util['format'](_0x523574));}child_process[_0x1044e6(0x156)]=function(){const _0x456267=_0x1044e6;return _0x4a8342[_0x456267(0x171)](debug,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0][_0x456267(0x178)](_0x4a8342['oruOf'](getForkProcessPath))?arguments[0x0]=require['resolve'](_0x4a8342['wOKYf']):logger[_0x456267(0x170)](_0x456267(0x14f)+_0x4a8342[_0x456267(0x14b)](getForkProcessPath)+_0x456267(0x173)),_0x5591fd[_0x456267(0x151)](null,arguments);};if(process['env'][_0x1044e6(0x15a)]){_0x4a8342[_0x1044e6(0x171)](debug,_0x4a8342[_0x1044e6(0x176)]);try{const {loadGlobalHook:_0x388984}=helper[_0x1044e6(0x16c)][_0x1044e6(0x151)](null,_0x4a8342['sHPnz'](getLoadUtilsPath)),_0x2f616c=_0x4a8342[_0x1044e6(0x15f)](getFrameworkVersion,FRAMEWORKS[_0x1044e6(0x175)]);let _0x290643=_0x3ed002;if(_0x4a8342[_0x1044e6(0x157)](helper['compareVersions'](_0x2f616c,_0x4a8342[_0x1044e6(0x166)]),0x0)){const _0x6d7ff9={};_0x6d7ff9['config']=_0x3ed002,_0x290643=_0x6d7ff9;}const _0x37d975=await _0x4a8342[_0x1044e6(0x174)](_0x388984,_0x290643,process[_0x1044e6(0x161)][_0x1044e6(0x15a)]);if(_0x4a8342['MXqRp'](typeof _0x37d975,_0x4a8342[_0x1044e6(0x15d)]))throw new Error(_0x4a8342[_0x1044e6(0x154)]);return _0x37d975[_0x1044e6(0x151)](null,arguments);}catch(_0x22f908){_0x4a8342['EBVrv'](debug,_0x1044e6(0x14d)+_0x22f908[_0x1044e6(0x150)]());}}};
1
+ const a36_0x3bfd11=a36_0x42a3;(function(_0x324c99,_0x5732cb){const _0x1a74b1=a36_0x42a3,_0x4c7188=_0x324c99();while(!![]){try{const _0x555187=-parseInt(_0x1a74b1(0x7e))/0x1+-parseInt(_0x1a74b1(0x88))/0x2+parseInt(_0x1a74b1(0xa2))/0x3+parseInt(_0x1a74b1(0x99))/0x4*(parseInt(_0x1a74b1(0x95))/0x5)+parseInt(_0x1a74b1(0x91))/0x6+parseInt(_0x1a74b1(0x84))/0x7+parseInt(_0x1a74b1(0x94))/0x8*(-parseInt(_0x1a74b1(0x87))/0x9);if(_0x555187===_0x5732cb)break;else _0x4c7188['push'](_0x4c7188['shift']());}catch(_0x455758){_0x4c7188['push'](_0x4c7188['shift']());}}}(a36_0x4b69,0x79968));const util=require(a36_0x3bfd11(0x9b)),child_process=require('child_process'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require(a36_0x3bfd11(0x80)),helper=require(a36_0x3bfd11(0x7a)),{getLoadUtilsPath,getForkProcessPath}=require('./reporter/pwUtils'),{mockIsWorkerRedundant}=require(a36_0x3bfd11(0x8f)),logger=require(a36_0x3bfd11(0x9d))[a36_0x3bfd11(0x81)];function a36_0x42a3(_0x46ce51,_0x1c037d){const _0x4b699e=a36_0x4b69();return a36_0x42a3=function(_0x42a361,_0x284a72){_0x42a361=_0x42a361-0x74;let _0xde494b=_0x4b699e[_0x42a361];return _0xde494b;},a36_0x42a3(_0x46ce51,_0x1c037d);}module['exports']=async function(_0x13f812){const _0xc7f6a3=a36_0x3bfd11,_0x122029={'cSfJB':function(_0x5db4d4,_0x552b2f){return _0x5db4d4(_0x552b2f);},'iJwDG':function(_0x3d5aef){return _0x3d5aef();},'qIsAm':_0xc7f6a3(0x8d),'IBglY':function(_0x3635a3,_0x5fb6e3){return _0x3635a3(_0x5fb6e3);},'umsJU':_0xc7f6a3(0x79),'GwGSv':function(_0x84de5d){return _0x84de5d();},'THsMe':function(_0x208e54,_0x1ed190){return _0x208e54>=_0x1ed190;},'ohxeZ':_0xc7f6a3(0x9a),'bEptJ':function(_0x1bb92c,_0x3ea85a,_0x196d23){return _0x1bb92c(_0x3ea85a,_0x196d23);},'GnyFa':function(_0x249ea2,_0x25a885){return _0x249ea2!==_0x25a885;},'Zoixa':'function','tCGrA':_0xc7f6a3(0x9e),'bXBDC':function(_0x1ae801,_0x376e6b){return _0x1ae801(_0x376e6b);}},_0x40c812=child_process[_0xc7f6a3(0x83)];if(helper['isHandlePWErrorSet']())try{_0x122029[_0xc7f6a3(0x93)](mockIsWorkerRedundant);}catch(_0x5cafb4){logger[_0xc7f6a3(0x9f)](_0xc7f6a3(0x74)+util[_0xc7f6a3(0x82)](_0x5cafb4));}child_process[_0xc7f6a3(0x83)]=function(){const _0x4f9b1f=_0xc7f6a3;return _0x122029[_0x4f9b1f(0xa0)](debug,_0x4f9b1f(0x7d)+arguments[0x0]),arguments[0x0][_0x4f9b1f(0x77)](_0x122029['iJwDG'](getForkProcessPath))?arguments[0x0]=require[_0x4f9b1f(0x8a)](_0x122029[_0x4f9b1f(0x89)]):logger['error'](_0x4f9b1f(0x98)+_0x122029[_0x4f9b1f(0x93)](getForkProcessPath)+_0x4f9b1f(0xa1)),_0x40c812['apply'](null,arguments);};if(process[_0xc7f6a3(0x78)][_0xc7f6a3(0x97)]){_0x122029['IBglY'](debug,_0x122029[_0xc7f6a3(0x8c)]);try{const {loadGlobalHook:_0x190d56}=helper[_0xc7f6a3(0x7c)][_0xc7f6a3(0x86)](null,_0x122029[_0xc7f6a3(0x7b)](getLoadUtilsPath)),_0x4da790=_0x122029[_0xc7f6a3(0x8b)](getFrameworkVersion,FRAMEWORKS[_0xc7f6a3(0x96)]);let _0x383c6c=_0x13f812;if(_0x122029['THsMe'](helper[_0xc7f6a3(0x7f)](_0x4da790,_0x122029[_0xc7f6a3(0x76)]),0x0)){const _0x47910d={};_0x47910d[_0xc7f6a3(0x92)]=_0x13f812,_0x383c6c=_0x47910d;}const _0x5c88ed=await _0x122029['bEptJ'](_0x190d56,_0x383c6c,process[_0xc7f6a3(0x78)][_0xc7f6a3(0x97)]);if(_0x122029['GnyFa'](typeof _0x5c88ed,_0x122029[_0xc7f6a3(0x90)]))throw new Error(_0x122029[_0xc7f6a3(0x75)]);return _0x5c88ed['apply'](null,arguments);}catch(_0x1b4b71){_0x122029[_0xc7f6a3(0x85)](debug,_0xc7f6a3(0x9c)+_0x1b4b71[_0xc7f6a3(0x8e)]());}}};function a36_0x4b69(){const _0x4da7f5=['util','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','../../helpers/logger','Not\x20able\x20to\x20import\x20globalSetup','debug','cSfJB','\x20is\x20not\x20found','1212474lsNayc','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','tCGrA','ohxeZ','includes','env','Running\x20existing\x20global\x20setup','../../helpers/helper','GwGSv','requirePWModule','Call\x20to\x20child\x20fork\x20with\x20args\x20','711690qeWTIo','compareVersions','../../helpers/test-observability/utils','winstonLogger','format','fork','3401811RMbbmd','bXBDC','apply','9XqWUmo','1944466wdWgXK','qIsAm','resolve','IBglY','umsJU','./mock-process.js','toString','./patches','Zoixa','4421304kAudfQ','config','iJwDG','1262152ADLFvs','17215RDkIoe','PLAYWRIGHT','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','Path\x20','828PooQMJ','1.33.0'];a36_0x4b69=function(){return _0x4da7f5;};return a36_0x4b69();}