browserstack-node-sdk 1.34.13 → 1.34.14

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 (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -1
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a29_0x30d60f=a29_0x2320;(function(_0x246e8d,_0x43d666){const _0x53fd44=a29_0x2320,_0x5bbacc=_0x246e8d();while(!![]){try{const _0x4cc779=parseInt(_0x53fd44(0xe7))/0x1+parseInt(_0x53fd44(0xa8))/0x2*(parseInt(_0x53fd44(0xc4))/0x3)+-parseInt(_0x53fd44(0x8c))/0x4+parseInt(_0x53fd44(0x9b))/0x5+-parseInt(_0x53fd44(0x100))/0x6*(parseInt(_0x53fd44(0x8f))/0x7)+parseInt(_0x53fd44(0xff))/0x8+-parseInt(_0x53fd44(0x95))/0x9;if(_0x4cc779===_0x43d666)break;else _0x5bbacc['push'](_0x5bbacc['shift']());}catch(_0x4a3e0e){_0x5bbacc['push'](_0x5bbacc['shift']());}}}(a29_0x2d3e,0x562d4));const logger=require(a29_0x30d60f(0xa0))[a29_0x30d60f(0xf9)],helper=require(a29_0x30d60f(0xcd)),constants=require(a29_0x30d60f(0x101)),hubAllocator=require(a29_0x30d60f(0xad)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0x30d60f(0xa1)),{setAccessibilityCapabilities,setExtension}=require(a29_0x30d60f(0xf3)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x30d60f(0xb4)),globals=require(a29_0x30d60f(0x94)),modify=(_0x283ef3,_0x3a5982=null,_0x1b56b6=![])=>{const _0x577a74=a29_0x30d60f,_0x415f8b={'MalBE':function(_0x4ba014,_0x1b9fff){return _0x4ba014!==_0x1b9fff;},'TZyfJ':_0x577a74(0x105),'lRJvZ':function(_0x4560d7,_0x3e869b){return _0x4560d7+_0x3e869b;},'aZPez':'https://','PIwhR':_0x577a74(0x107),'eltbr':'goog:chromeOptions','AMkdL':_0x577a74(0xf1),'lIXmb':_0x577a74(0xc8),'jPqFi':_0x577a74(0x90),'AFYeR':_0x577a74(0x104),'pvZMF':_0x577a74(0xe5),'aCThp':'safari.options','eEZJY':_0x577a74(0xd0),'nYDWw':_0x577a74(0xc9),'MqUJR':function(_0xb1d2cc,_0x4d0996){return _0xb1d2cc===_0x4d0996;},'hTwoa':_0x577a74(0xae),'pzpwQ':_0x577a74(0xd7),'SFRfa':function(_0xd0523c,_0x35142a,_0x39afe4){return _0xd0523c(_0x35142a,_0x39afe4);},'TOLBF':function(_0x4728e5,_0x5485da,_0x3587d8){return _0x4728e5(_0x5485da,_0x3587d8);},'nDLGm':function(_0x55c4e9,_0x658ec7){return _0x55c4e9(_0x658ec7);},'hDbnM':function(_0xb7457f,_0x18aed0,_0x4cad10){return _0xb7457f(_0x18aed0,_0x4cad10);},'bDIXn':_0x577a74(0xb5),'cTffQ':_0x577a74(0xcf),'iRAYP':function(_0x473701,_0x15e85f,_0x54b2cb){return _0x473701(_0x15e85f,_0x54b2cb);},'kDgpQ':function(_0x517c2e,_0x3eea62,_0x4d9670){return _0x517c2e(_0x3eea62,_0x4d9670);},'cVVON':_0x577a74(0xc3),'uhbyC':function(_0xb3b677){return _0xb3b677();},'VzGzw':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','hbnQv':_0x577a74(0xac),'bZYDs':function(_0x4b4e11,_0x43f95d){return _0x4b4e11(_0x43f95d);},'PJFGE':function(_0x432e51,_0x51bc10){return _0x432e51!==_0x51bc10;},'znzCP':_0x577a74(0xfc),'NFEmv':_0x577a74(0xb3)},_0x5a045b=helper[_0x577a74(0xe9)]();let _0x3215d1;try{_0x3215d1=helper['requireSeleniumWebdriver'](),_0x3215d1['originalBuilder']&&(_0x3215d1[_0x577a74(0xe1)]=_0x3215d1[_0x577a74(0xbe)]);}catch(_0x10fa59){return;}if(helper[_0x577a74(0xa6)]()){const _0x4ba8da={};_0x4ba8da[_0x577a74(0xbc)]=_0x283ef3[_0x577a74(0xef)],helper[_0x577a74(0xce)](_0x4ba8da,new Map(),new Map()),logger['info'](_0x415f8b['znzCP']),logger['debug'](_0x415f8b[_0x577a74(0xdb)]);}class _0x4b51e2 extends _0x5a045b[_0x577a74(0xfa)]{[_0x577a74(0xed)](_0x4f77f9){const _0x54da60=_0x577a74;if(_0x415f8b[_0x54da60(0xa5)](_0x4f77f9['path'],_0x415f8b[_0x54da60(0x9d)])&&_0x415f8b[_0x54da60(0xa5)](global[_0x54da60(0xee)],''))try{global[_0x54da60(0xee)]=_0x415f8b[_0x54da60(0xcb)](_0x415f8b['lRJvZ'](_0x415f8b['aZPez'],global[_0x54da60(0xee)]),_0x415f8b[_0x54da60(0xc7)]),this[_0x54da60(0xca)]=hubAllocator[_0x54da60(0x9c)](global[_0x54da60(0xee)]),logger[_0x54da60(0xde)](_0x54da60(0xba)+global[_0x54da60(0xee)]),global[_0x54da60(0xee)]='';}catch(_0x35a5ef){logger['error'](_0x35a5ef);}return super[_0x54da60(0xed)](_0x4f77f9);}}class _0x567409 extends _0x3215d1['Builder']{['setServer'](){const _0x318406=_0x577a74;return this[_0x318406(0xb1)]=helper[_0x318406(0xd2)](_0x283ef3),logger[_0x318406(0xde)](_0x318406(0x91)+this['url_']),this;}[_0x577a74(0x9a)](_0x41634f){const _0x2ea27a=_0x577a74;let _0x4c5f05={};for(const _0x5b6b00 in _0x41634f){switch(_0x5b6b00){case _0x415f8b[_0x2ea27a(0xdf)]:case _0x415f8b['AMkdL']:this['chromeOptions_']&&(_0x4c5f05=this[_0x2ea27a(0xd8)][_0x2ea27a(0xd9)](this['chromeOptions_'][_0x2ea27a(0x98)])||{},this[_0x2ea27a(0xd8)][_0x2ea27a(0x99)](this[_0x2ea27a(0xd8)][_0x2ea27a(0x98)],helper['mergeDeep'](_0x4c5f05,_0x41634f[_0x5b6b00])));break;case _0x415f8b[_0x2ea27a(0xb8)]:case _0x415f8b[_0x2ea27a(0xda)]:this['edgeOptions_']&&(_0x4c5f05=this[_0x2ea27a(0xd4)][_0x2ea27a(0xd9)](this[_0x2ea27a(0xd4)]['CAPABILITY_KEY'])||{},this[_0x2ea27a(0xd4)][_0x2ea27a(0x99)](this['edgeOptions_'][_0x2ea27a(0x98)],helper[_0x2ea27a(0xa2)](_0x4c5f05,_0x41634f[_0x5b6b00])));break;case _0x415f8b[_0x2ea27a(0xf8)]:case _0x415f8b[_0x2ea27a(0xb7)]:this[_0x2ea27a(0xa7)]&&(_0x4c5f05=this[_0x2ea27a(0xa7)][_0x2ea27a(0xd9)](this[_0x2ea27a(0xa7)][_0x2ea27a(0x98)])||{},this['firefoxOptions_'][_0x2ea27a(0x99)](this[_0x2ea27a(0xa7)][_0x2ea27a(0x98)],helper[_0x2ea27a(0xa2)](_0x4c5f05,_0x41634f[_0x5b6b00])));break;case _0x415f8b[_0x2ea27a(0xe4)]:this[_0x2ea27a(0xbb)]&&(_0x4c5f05=this[_0x2ea27a(0xbb)][_0x2ea27a(0xd9)](this[_0x2ea27a(0xbb)][_0x2ea27a(0x98)])||{},this[_0x2ea27a(0xbb)][_0x2ea27a(0x99)](this[_0x2ea27a(0xbb)][_0x2ea27a(0x98)],helper[_0x2ea27a(0xa2)](_0x4c5f05,_0x41634f[_0x5b6b00])));break;case _0x415f8b[_0x2ea27a(0xe6)]:case _0x415f8b[_0x2ea27a(0x8d)]:this[_0x2ea27a(0xfb)]&&(_0x4c5f05=this[_0x2ea27a(0xfb)][_0x2ea27a(0xd9)](this[_0x2ea27a(0xfb)][_0x2ea27a(0x98)])||{},this[_0x2ea27a(0xfb)][_0x2ea27a(0x99)](this[_0x2ea27a(0xfb)]['CAPABILITY_KEY'],helper[_0x2ea27a(0xa2)](_0x4c5f05,_0x41634f[_0x5b6b00])));break;}}}['setCapabilities'](){const _0x309a8d=_0x577a74;return logger[_0x309a8d(0xde)](_0x415f8b['pzpwQ']),this[_0x309a8d(0x9a)](_0x283ef3['capability']),Object[_0x309a8d(0xf5)](_0x283ef3[_0x309a8d(0x103)])[_0x309a8d(0xfd)](_0x14bc8c=>{const _0x40ebae=_0x309a8d,_0x7f83c7=this[_0x40ebae(0xd5)]['get'](_0x14bc8c);_0x415f8b[_0x40ebae(0xe2)](typeof _0x7f83c7,_0x415f8b[_0x40ebae(0xb6)])?this['capabilities_'][_0x40ebae(0x99)](_0x14bc8c,helper[_0x40ebae(0xa2)](_0x7f83c7,_0x283ef3[_0x40ebae(0x103)][_0x14bc8c])):this[_0x40ebae(0xd5)][_0x40ebae(0x99)](_0x14bc8c,_0x283ef3[_0x40ebae(0x103)][_0x14bc8c]);}),this;}[_0x577a74(0xeb)](){const _0x4cdd1a=_0x577a74,_0x42c648={'rsrZZ':_0x415f8b[_0x4cdd1a(0x102)],'sDsvQ':_0x415f8b[_0x4cdd1a(0xcc)],'syWsG':function(_0x444e43,_0x247de5,_0x1a9a23){const _0xd28722=_0x4cdd1a;return _0x415f8b[_0xd28722(0xc6)](_0x444e43,_0x247de5,_0x1a9a23);},'ORyHr':function(_0xe23fbe,_0x5f2d20,_0x3b9e4a){const _0x24150b=_0x4cdd1a;return _0x415f8b[_0x24150b(0xd6)](_0xe23fbe,_0x5f2d20,_0x3b9e4a);}};if(helper['isBrowserstackInfra']()){const _0x37801d=_0x415f8b[_0x4cdd1a(0xe3)][_0x4cdd1a(0xaf)]('|');let _0x3de73f=0x0;while(!![]){switch(_0x37801d[_0x3de73f++]){case'0':this[_0x4cdd1a(0xd3)]();continue;case'1':this['setServer']();continue;case'2':_0x415f8b['uhbyC'](isAccessibilityAutomationSession)&&_0x415f8b[_0x4cdd1a(0xf4)](setAccessibilityCapabilities,_0x283ef3);continue;case'3':logger[_0x4cdd1a(0xde)](_0x415f8b[_0x4cdd1a(0xaa)]);continue;case'4':globals[_0x4cdd1a(0xa3)](_0x415f8b[_0x4cdd1a(0xea)])&&(!_0x415f8b[_0x4cdd1a(0xa9)](setExtension,this,_0x283ef3)&&globals[_0x4cdd1a(0xd1)](_0x415f8b['hbnQv'],![]));continue;case'5':if(helper[_0x4cdd1a(0xec)](_0x283ef3['proxySettings'][_0x4cdd1a(0x106)]))this[_0x4cdd1a(0x93)]=helper[_0x4cdd1a(0xc2)](_0x283ef3[_0x4cdd1a(0x96)][_0x4cdd1a(0x106)]);else _0x283ef3['proxySettings'][_0x4cdd1a(0x106)]&&(this[_0x4cdd1a(0xb9)]=_0x283ef3[_0x4cdd1a(0x96)]['proxyUrl'],logger[_0x4cdd1a(0xde)](_0x4cdd1a(0xab)+this['proxy_']));continue;}break;}}const _0x16825b=super[_0x4cdd1a(0xeb)]();return _0x16825b[_0x4cdd1a(0x9f)][_0x4cdd1a(0xc1)](_0x326c45=>{const _0x56dabf=_0x4cdd1a;try{const _0x1e9cff=_0x326c45['caps_'][_0x56dabf(0xd9)](_0x42c648[_0x56dabf(0xbf)]);_0x1e9cff?(logger[_0x56dabf(0xde)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x1e9cff),hubAllocator['updateHubUrl'](_0x1e9cff),helper[_0x56dabf(0xc0)](_0x1e9cff)):logger[_0x56dabf(0xde)](_0x42c648['sDsvQ']);}catch(_0x165aa3){logger['debug'](_0x56dabf(0xf0)+_0x165aa3);}}),_0x16825b[_0x4cdd1a(0xf6)]=0x0,_0x16825b['then']&&_0x16825b[_0x4cdd1a(0xc1)](_0x47dd6b=>{const _0x1f59a7=_0x4cdd1a,_0x31c7cd={'HRXxP':function(_0x3107df,_0x12b751,_0x7bcce2){const _0x2612ac=a29_0x2320;return _0x415f8b[_0x2612ac(0xdd)](_0x3107df,_0x12b751,_0x7bcce2);}};_0x415f8b[_0x1f59a7(0xbd)](overrideQuit,_0x47dd6b,_0x16825b),_0x415f8b['nDLGm'](overrideTakeScreenshot,_0x47dd6b),helper[_0x1f59a7(0xe8)](_0x47dd6b,_0x283ef3),helper[_0x1f59a7(0xfe)](_0x47dd6b,_0x283ef3),_0x47dd6b[_0x1f59a7(0xb2)]=async()=>{return await _0x31c7cd['HRXxP'](getAccessibilityResultsSummary,_0x47dd6b,global);},_0x47dd6b[_0x1f59a7(0x92)]=async()=>{const _0x52845b=_0x1f59a7;return await _0x42c648[_0x52845b(0xf7)](getAccessibilityResults,_0x47dd6b,global);};}),_0x16825b[_0x4cdd1a(0xb2)]=async()=>{const _0x53f823=_0x4cdd1a;return await _0x42c648[_0x53f823(0xa4)](getAccessibilityResultsSummary,_0x16825b,global);},_0x16825b[_0x4cdd1a(0x92)]=async()=>{const _0x31aeda=_0x4cdd1a;return await _0x415f8b[_0x31aeda(0xa9)](getAccessibilityResults,_0x16825b,global);},_0x415f8b['bZYDs'](overrideTakeScreenshot,_0x16825b),_0x415f8b[_0x4cdd1a(0x97)](overrideQuit,_0x16825b),helper[_0x4cdd1a(0xe8)](_0x16825b,_0x283ef3),helper[_0x4cdd1a(0xfe)](_0x16825b,_0x283ef3),helper[_0x4cdd1a(0x9e)](global[_0x4cdd1a(0xf2)])&&(global[_0x4cdd1a(0xf2)]=[]),helper[_0x4cdd1a(0x9e)](global[_0x4cdd1a(0xb0)])&&(global[_0x4cdd1a(0xb0)]=[]),global[_0x4cdd1a(0xf2)][_0x4cdd1a(0xc5)](_0x16825b),global[_0x4cdd1a(0x8e)]=_0x16825b,_0x415f8b[_0x4cdd1a(0xa5)](global[_0x4cdd1a(0xb0)],undefined)&&global[_0x4cdd1a(0xb0)][_0x4cdd1a(0xc5)](_0x16825b),_0x3a5982&&helper[_0x4cdd1a(0x9e)](_0x3a5982['global'][_0x4cdd1a(0xf2)])&&(_0x3a5982['global']['__driversArray']=[]),_0x3a5982&&_0x415f8b[_0x4cdd1a(0xe0)](_0x3a5982[_0x4cdd1a(0xdc)][_0x4cdd1a(0xb0)],undefined)&&(_0x3a5982[_0x4cdd1a(0xdc)][_0x4cdd1a(0xb0)][_0x4cdd1a(0xc5)](_0x16825b),_0x3a5982[_0x4cdd1a(0xdc)][_0x4cdd1a(0xf2)][_0x4cdd1a(0xc5)](_0x16825b)),_0x16825b;}}return _0x3215d1[_0x577a74(0xbe)]=_0x3215d1['Builder'],_0x3215d1[_0x577a74(0xe1)]=_0x567409,_0x5a045b['HttpClient']=_0x4b51e2,_0x3215d1;};function a29_0x2d3e(){const _0x5db2b9=['get','jPqFi','NFEmv','global','SFRfa','debug','eltbr','PJFGE','Builder','MqUJR','cVVON','aCThp','firefoxOptions','eEZJY','475707DAKmlc','overrideGet','requireHttpClient','hbnQv','build','isPacProxy','send','newHubUrl','browserStackLogLevel','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','chromeOptions','__driversArray','../accessibility-automation/helper','nDLGm','keys','quitCount_','syWsG','AFYeR','winstonLogger','HttpClient','ieOptions_','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','forEach','overrideExecute','2546384oFBrMT','6eYteiv','../../../bin/utils/constants','bDIXn','capability','moz:firefoxOptions','/session','proxyUrl','/wd/hub','339316ZNTzsn','nYDWw','__driver','1820259nuXUOK','edgeOptions','Hub\x20url\x20set\x20to\x20','getAccessibilityResults','agent_','../../../helpers/globals','6283530jGBswH','proxySettings','bZYDs','CAPABILITY_KEY','set','__setBrowserOptions','1635670MDPqPT','getRequestOptions','TZyfJ','isUndefined','session_','../../../helpers/logger','../../../helpers/patchHelpers','mergeDeep','getGlobal','ORyHr','MalBE','isBrowserstackInfra','firefoxOptions_','549754XVpZqO','hDbnM','VzGzw','Proxy\x20set\x20to\x20','isAccessibilityPlatform','../../../hubAllocationMethods','object','split','__drivers','url_','getAccessibilityResultsSummary','Modifying\x20webdriver\x20builder','../../../helpers/accessibility-automation/helper','optimalHubUrl','hTwoa','pvZMF','lIXmb','proxy_','New\x20hub\x20url\x20set\x20to\x20','safariOptions_','logLevel','TOLBF','originalBuilder','rsrZZ','storeOptimalHubUrl','then','getHttpAgent','2|1|0|5|4|3','3pWUOyA','push','iRAYP','PIwhR','ms:edgeOptions','ieOptions','options_','lRJvZ','cTffQ','../../../helpers/helper','setLogLevel','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','se:ieOptions','setGlobal','getHubUrl','setCapabilities','edgeOptions_','capabilities_','kDgpQ','Setting\x20Browserstack\x20capabilities','chromeOptions_'];a29_0x2d3e=function(){return _0x5db2b9;};return a29_0x2d3e();}function a29_0x2320(_0x34dc26,_0x1f41ca){const _0x2d3e70=a29_0x2d3e();return a29_0x2320=function(_0x232088,_0x28fffc){_0x232088=_0x232088-0x8c;let _0x13ebda=_0x2d3e70[_0x232088];return _0x13ebda;},a29_0x2320(_0x34dc26,_0x1f41ca);}module['exports']['browserstackAgentObservability']=modify;
1
+ const a29_0x5c6bb4=a29_0x5c6a;function a29_0x5820(){const _0x18bbcd=['getHttpAgent','https://','MNJiR','sTIPQ','jiaYr','quitCount_','forEach','capability','20YrApXS','/session','../../../helpers/globals','setCapabilities','mergeDeep','push','debug','info','49ScRutk','HttpClient','isAccessibilityPlatform','getHubUrl','kLAOy','overrideGet','firefoxOptions','requireHttpClient','path','getRequestOptions','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','gwfrp','optimalHubUrl','JVtyx','11308450EDjKDs','Modifying\x20webdriver\x20builder','jWxZO','AOFrS','ieOptions_','goog:chromeOptions','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','/wd/hub','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','zSAMW','global','../../../helpers/accessibility-automation/helper','1513788SWeECO','1325oLhQsX','Jzdmz','Builder','1|4|0|2|3|5','pankM','uKPYL','browserStackLogLevel','split','exports','getAccessibilityResultsSummary','isPacProxy','updateHubUrl','Bxpog','winstonLogger','__driversArray','CAPABILITY_KEY','../../../helpers/logger','../../../bin/utils/constants','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','1278056LUwYzT','setServer','isBrowserstackInfra','safariOptions_','caps_','1|0|5|4|2|3','mlyww','vbMoM','isUndefined','1097307xVmdhW','getGlobal','proxyUrl','9426LojPhB','ms:edgeOptions','agent_','keys','DZmIm','send','newHubUrl','options_','then','object','KVvXV','omdcw','moz:firefoxOptions','ygooR','session_','build','Hub\x20url\x20set\x20to\x20','firefoxOptions_','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','qdwES','wQjhD','error','137128gFcsGe','49807hUlWaJ','getAccessibilityResults','edgeOptions_','Proxy\x20set\x20to\x20','proxy_','wzocs','../accessibility-automation/helper','HfzKt','get','set','setLogLevel','capabilities_','NswTh','Setting\x20Browserstack\x20capabilities','overrideExecute','chromeOptions_','chromeOptions','__drivers','__setBrowserOptions','Bzovq','url_','storeOptimalHubUrl','XuFuu','originalBuilder','proxySettings','diZwb'];a29_0x5820=function(){return _0x18bbcd;};return a29_0x5820();}(function(_0x3d0be7,_0x377010){const _0x50e209=a29_0x5c6a,_0x21b411=_0x3d0be7();while(!![]){try{const _0x31b355=-parseInt(_0x50e209(0xef))/0x1*(parseInt(_0x50e209(0x111))/0x2)+-parseInt(_0x50e209(0x133))/0x3+parseInt(_0x50e209(0x147))/0x4+parseInt(_0x50e209(0x134))/0x5*(-parseInt(_0x50e209(0x153))/0x6)+parseInt(_0x50e209(0x119))/0x7*(parseInt(_0x50e209(0xee))/0x8)+parseInt(_0x50e209(0x150))/0x9+parseInt(_0x50e209(0x127))/0xa;if(_0x31b355===_0x377010)break;else _0x21b411['push'](_0x21b411['shift']());}catch(_0x29ddc2){_0x21b411['push'](_0x21b411['shift']());}}}(a29_0x5820,0x42b88));function a29_0x5c6a(_0x1ebf7d,_0x3320a0){const _0x5820c7=a29_0x5820();return a29_0x5c6a=function(_0x5c6a04,_0x53f7c6){_0x5c6a04=_0x5c6a04-0xe0;let _0x42c728=_0x5820c7[_0x5c6a04];return _0x42c728;},a29_0x5c6a(_0x1ebf7d,_0x3320a0);}const logger=require(a29_0x5c6bb4(0x144))[a29_0x5c6bb4(0x141)],helper=require('../../../helpers/helper'),constants=require(a29_0x5c6bb4(0x145)),hubAllocator=require('../../../hubAllocationMethods'),{overrideQuit,overrideTakeScreenshot,overrideGet}=require('../../../helpers/patchHelpers'),{setAccessibilityCapabilities,setExtension}=require(a29_0x5c6bb4(0xf5)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x5c6bb4(0x132)),globals=require(a29_0x5c6bb4(0x113)),modify=(_0x4959fc,_0x417d28=null,_0x168a34=![])=>{const _0x5d5ecd=a29_0x5c6bb4,_0x1406be={'diZwb':function(_0x1d271d,_0x395868){return _0x1d271d!==_0x395868;},'vbMoM':_0x5d5ecd(0x112),'KVvXV':function(_0x1e1704,_0x386593){return _0x1e1704+_0x386593;},'jWxZO':function(_0x13746c,_0x3b9aa3){return _0x13746c+_0x3b9aa3;},'zSAMW':_0x5d5ecd(0x10a),'gwfrp':_0x5d5ecd(0x12e),'wzocs':_0x5d5ecd(0x12c),'wDoVA':_0x5d5ecd(0xff),'LxvXU':_0x5d5ecd(0x154),'AOFrS':'edgeOptions','DZmIm':_0x5d5ecd(0xe4),'MNJiR':_0x5d5ecd(0x11f),'Bxpog':'safari.options','uKPYL':'se:ieOptions','XpIbU':'ieOptions','ygooR':function(_0xf16a64,_0x287258){return _0xf16a64===_0x287258;},'auiCh':_0x5d5ecd(0xe1),'jiaYr':_0x5d5ecd(0xfc),'pankM':_0x5d5ecd(0x125),'tcIhn':_0x5d5ecd(0x123),'kLAOy':_0x5d5ecd(0x137),'HfzKt':function(_0x779ec8,_0x24dd66,_0xb59aea){return _0x779ec8(_0x24dd66,_0xb59aea);},'qdwES':function(_0x2a4a3a,_0x172cd2){return _0x2a4a3a(_0x172cd2);},'wQjhD':_0x5d5ecd(0x14c),'XuFuu':function(_0x400b7b){return _0x400b7b();},'JVtyx':_0x5d5ecd(0x11b),'Jzdmz':_0x5d5ecd(0x146),'omdcw':function(_0xe19aaa,_0x1df22b){return _0xe19aaa(_0x1df22b);},'fnEKq':_0x5d5ecd(0xea),'NswTh':_0x5d5ecd(0x128)},_0x50194e=helper[_0x5d5ecd(0x120)]();let _0x3028c0;try{_0x3028c0=helper['requireSeleniumWebdriver'](),_0x3028c0['originalBuilder']&&(_0x3028c0['Builder']=_0x3028c0[_0x5d5ecd(0x106)]);}catch(_0x357a84){return;}if(helper[_0x5d5ecd(0x149)]()){const _0x21d786={};_0x21d786['logLevel']=_0x4959fc[_0x5d5ecd(0x13a)],helper[_0x5d5ecd(0xf9)](_0x21d786,new Map(),new Map()),logger[_0x5d5ecd(0x118)](_0x1406be['fnEKq']),logger[_0x5d5ecd(0x117)](_0x1406be[_0x5d5ecd(0xfb)]);}class _0x12ec40 extends _0x50194e[_0x5d5ecd(0x11a)]{[_0x5d5ecd(0x158)](_0x225824){const _0x24c757=_0x5d5ecd;if(_0x1406be[_0x24c757(0x108)](_0x225824[_0x24c757(0x121)],_0x1406be[_0x24c757(0x14e)])&&_0x1406be[_0x24c757(0x108)](global['newHubUrl'],''))try{global['newHubUrl']=_0x1406be[_0x24c757(0xe2)](_0x1406be[_0x24c757(0x129)](_0x1406be[_0x24c757(0x130)],global[_0x24c757(0x159)]),_0x1406be[_0x24c757(0x124)]),this[_0x24c757(0x15a)]=hubAllocator[_0x24c757(0x122)](global['newHubUrl']),logger[_0x24c757(0x117)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x24c757(0x159)]),global[_0x24c757(0x159)]='';}catch(_0x485f9b){logger[_0x24c757(0xed)](_0x485f9b);}return super[_0x24c757(0x158)](_0x225824);}}class _0x5c93b5 extends _0x3028c0[_0x5d5ecd(0x136)]{['setServer'](){const _0x14f7ac=_0x5d5ecd;return this[_0x14f7ac(0x103)]=helper[_0x14f7ac(0x11c)](_0x4959fc),logger['debug'](_0x14f7ac(0xe8)+this[_0x14f7ac(0x103)]),this;}[_0x5d5ecd(0x101)](_0xd92373){const _0x4f661a=_0x5d5ecd;let _0x31a214={};for(const _0x3bccd8 in _0xd92373){switch(_0x3bccd8){case _0x1406be[_0x4f661a(0xf4)]:case _0x1406be['wDoVA']:this[_0x4f661a(0xfe)]&&(_0x31a214=this[_0x4f661a(0xfe)][_0x4f661a(0xf7)](this['chromeOptions_'][_0x4f661a(0x143)])||{},this[_0x4f661a(0xfe)]['set'](this[_0x4f661a(0xfe)][_0x4f661a(0x143)],helper[_0x4f661a(0x115)](_0x31a214,_0xd92373[_0x3bccd8])));break;case _0x1406be['LxvXU']:case _0x1406be[_0x4f661a(0x12a)]:this['edgeOptions_']&&(_0x31a214=this['edgeOptions_']['get'](this[_0x4f661a(0xf1)][_0x4f661a(0x143)])||{},this[_0x4f661a(0xf1)][_0x4f661a(0xf8)](this[_0x4f661a(0xf1)][_0x4f661a(0x143)],helper[_0x4f661a(0x115)](_0x31a214,_0xd92373[_0x3bccd8])));break;case _0x1406be[_0x4f661a(0x157)]:case _0x1406be[_0x4f661a(0x10b)]:this['firefoxOptions_']&&(_0x31a214=this[_0x4f661a(0xe9)][_0x4f661a(0xf7)](this['firefoxOptions_'][_0x4f661a(0x143)])||{},this[_0x4f661a(0xe9)]['set'](this[_0x4f661a(0xe9)]['CAPABILITY_KEY'],helper[_0x4f661a(0x115)](_0x31a214,_0xd92373[_0x3bccd8])));break;case _0x1406be[_0x4f661a(0x140)]:this[_0x4f661a(0x14a)]&&(_0x31a214=this[_0x4f661a(0x14a)][_0x4f661a(0xf7)](this[_0x4f661a(0x14a)]['CAPABILITY_KEY'])||{},this[_0x4f661a(0x14a)][_0x4f661a(0xf8)](this[_0x4f661a(0x14a)][_0x4f661a(0x143)],helper[_0x4f661a(0x115)](_0x31a214,_0xd92373[_0x3bccd8])));break;case _0x1406be[_0x4f661a(0x139)]:case _0x1406be['XpIbU']:this[_0x4f661a(0x12b)]&&(_0x31a214=this[_0x4f661a(0x12b)][_0x4f661a(0xf7)](this[_0x4f661a(0x12b)]['CAPABILITY_KEY'])||{},this[_0x4f661a(0x12b)]['set'](this[_0x4f661a(0x12b)][_0x4f661a(0x143)],helper[_0x4f661a(0x115)](_0x31a214,_0xd92373[_0x3bccd8])));break;}}}[_0x5d5ecd(0x114)](){const _0x495a38=_0x5d5ecd,_0x3b2d67={'PRLRA':function(_0x19437c,_0x28d0e5){const _0x57814b=a29_0x5c6a;return _0x1406be[_0x57814b(0xe5)](_0x19437c,_0x28d0e5);},'Bzovq':_0x1406be['auiCh']};return logger[_0x495a38(0x117)](_0x1406be[_0x495a38(0x10d)]),this[_0x495a38(0x101)](_0x4959fc['capability']),Object[_0x495a38(0x156)](_0x4959fc[_0x495a38(0x110)])[_0x495a38(0x10f)](_0xe1bcf5=>{const _0x25164c=_0x495a38,_0x257c85=this[_0x25164c(0xfa)][_0x25164c(0xf7)](_0xe1bcf5);_0x3b2d67['PRLRA'](typeof _0x257c85,_0x3b2d67[_0x25164c(0x102)])?this[_0x25164c(0xfa)][_0x25164c(0xf8)](_0xe1bcf5,helper['mergeDeep'](_0x257c85,_0x4959fc[_0x25164c(0x110)][_0xe1bcf5])):this[_0x25164c(0xfa)][_0x25164c(0xf8)](_0xe1bcf5,_0x4959fc[_0x25164c(0x110)][_0xe1bcf5]);}),this;}['build'](){const _0x226f08=_0x5d5ecd,_0x5d247b={'mlyww':function(_0x33fbcf,_0x3c4417,_0x629d9f){const _0xd2e5f9=a29_0x5c6a;return _0x1406be[_0xd2e5f9(0xf6)](_0x33fbcf,_0x3c4417,_0x629d9f);},'sTIPQ':function(_0x5374e1,_0x509b73,_0x2942e3){const _0x5ce4ac=a29_0x5c6a;return _0x1406be[_0x5ce4ac(0xf6)](_0x5374e1,_0x509b73,_0x2942e3);}};if(helper[_0x226f08(0x149)]()){const _0x2ca637=_0x1406be[_0x226f08(0xec)][_0x226f08(0x13b)]('|');let _0x432a8d=0x0;while(!![]){switch(_0x2ca637[_0x432a8d++]){case'0':this[_0x226f08(0x148)]();continue;case'1':_0x1406be[_0x226f08(0x105)](isAccessibilityAutomationSession)&&_0x1406be[_0x226f08(0xeb)](setAccessibilityCapabilities,_0x4959fc);continue;case'2':globals[_0x226f08(0x151)](_0x1406be['JVtyx'])&&(!_0x1406be[_0x226f08(0xf6)](setExtension,this,_0x4959fc)&&globals['setGlobal'](_0x1406be[_0x226f08(0x126)],![]));continue;case'3':logger['debug'](_0x1406be[_0x226f08(0x135)]);continue;case'4':if(helper[_0x226f08(0x13e)](_0x4959fc[_0x226f08(0x107)][_0x226f08(0x152)]))this[_0x226f08(0x155)]=helper[_0x226f08(0x109)](_0x4959fc['proxySettings'][_0x226f08(0x152)]);else _0x4959fc['proxySettings']['proxyUrl']&&(this[_0x226f08(0xf3)]=_0x4959fc['proxySettings'][_0x226f08(0x152)],logger[_0x226f08(0x117)](_0x226f08(0xf2)+this[_0x226f08(0xf3)]));continue;case'5':this[_0x226f08(0x114)]();continue;}break;}}const _0x52bd58=super[_0x226f08(0xe7)]();return _0x52bd58[_0x226f08(0xe6)][_0x226f08(0xe0)](_0x37de1e=>{const _0x456e83=_0x226f08;try{const _0x1693a4=_0x37de1e[_0x456e83(0x14b)][_0x456e83(0xf7)](_0x1406be[_0x456e83(0x138)]);_0x1693a4?(logger[_0x456e83(0x117)](_0x456e83(0x12f)+_0x1693a4),hubAllocator[_0x456e83(0x13f)](_0x1693a4),helper[_0x456e83(0x104)](_0x1693a4)):logger[_0x456e83(0x117)](_0x1406be['tcIhn']);}catch(_0x4a85fe){logger[_0x456e83(0x117)](_0x456e83(0x12d)+_0x4a85fe);}}),_0x52bd58[_0x226f08(0x10e)]=0x0,_0x52bd58[_0x226f08(0xe0)]&&_0x52bd58[_0x226f08(0xe0)](_0x1c2466=>{const _0x52bf1f=_0x226f08,_0x262e85=_0x1406be[_0x52bf1f(0x11d)]['split']('|');let _0x5132a2=0x0;while(!![]){switch(_0x262e85[_0x5132a2++]){case'0':helper[_0x52bf1f(0x11e)](_0x1c2466,_0x4959fc);continue;case'1':_0x1406be[_0x52bf1f(0xf6)](overrideQuit,_0x1c2466,_0x52bd58);continue;case'2':helper[_0x52bf1f(0xfd)](_0x1c2466,_0x4959fc);continue;case'3':_0x1c2466[_0x52bf1f(0x13d)]=async()=>{const _0x19b59f=_0x52bf1f;return await _0x5d247b[_0x19b59f(0x14d)](getAccessibilityResultsSummary,_0x1c2466,global);};continue;case'4':_0x1406be[_0x52bf1f(0xeb)](overrideTakeScreenshot,_0x1c2466);continue;case'5':_0x1c2466['getAccessibilityResults']=async()=>{const _0xd1302e=_0x52bf1f;return await _0x5d247b[_0xd1302e(0x14d)](getAccessibilityResults,_0x1c2466,global);};continue;}break;}}),_0x52bd58[_0x226f08(0x13d)]=async()=>{const _0x1c7e91=_0x226f08;return await _0x5d247b[_0x1c7e91(0x10c)](getAccessibilityResultsSummary,_0x52bd58,global);},_0x52bd58[_0x226f08(0xf0)]=async()=>{const _0x38945d=_0x226f08;return await _0x5d247b[_0x38945d(0x10c)](getAccessibilityResults,_0x52bd58,global);},_0x1406be[_0x226f08(0xeb)](overrideTakeScreenshot,_0x52bd58),_0x1406be[_0x226f08(0xe3)](overrideQuit,_0x52bd58),helper[_0x226f08(0x11e)](_0x52bd58,_0x4959fc),helper[_0x226f08(0xfd)](_0x52bd58,_0x4959fc),helper[_0x226f08(0x14f)](global[_0x226f08(0x142)])&&(global[_0x226f08(0x142)]=[]),helper[_0x226f08(0x14f)](global['__drivers'])&&(global['__drivers']=[]),global[_0x226f08(0x142)][_0x226f08(0x116)](_0x52bd58),global['__driver']=_0x52bd58,_0x1406be['diZwb'](global['__drivers'],undefined)&&global[_0x226f08(0x100)][_0x226f08(0x116)](_0x52bd58),_0x417d28&&helper[_0x226f08(0x14f)](_0x417d28[_0x226f08(0x131)][_0x226f08(0x142)])&&(_0x417d28[_0x226f08(0x131)]['__driversArray']=[]),_0x417d28&&_0x1406be[_0x226f08(0x108)](_0x417d28[_0x226f08(0x131)]['__drivers'],undefined)&&(_0x417d28[_0x226f08(0x131)]['__drivers'][_0x226f08(0x116)](_0x52bd58),_0x417d28[_0x226f08(0x131)][_0x226f08(0x142)][_0x226f08(0x116)](_0x52bd58)),_0x52bd58;}}return _0x3028c0[_0x5d5ecd(0x106)]=_0x3028c0['Builder'],_0x3028c0[_0x5d5ecd(0x136)]=_0x5c93b5,_0x50194e[_0x5d5ecd(0x11a)]=_0x12ec40,_0x3028c0;};module[a29_0x5c6bb4(0x13c)]['browserstackAgentObservability']=modify;
@@ -1 +1 @@
1
- function a30_0x4ee9(_0x23cb01,_0x7d4ad3){const _0xd8def4=a30_0xd8de();return a30_0x4ee9=function(_0x4ee951,_0x2995e5){_0x4ee951=_0x4ee951-0xfb;let _0x3c416a=_0xd8def4[_0x4ee951];return _0x3c416a;},a30_0x4ee9(_0x23cb01,_0x7d4ad3);}const a30_0x189019=a30_0x4ee9;(function(_0x263aa6,_0x1389c6){const _0x424081=a30_0x4ee9,_0x981b5b=_0x263aa6();while(!![]){try{const _0x2dc987=-parseInt(_0x424081(0x101))/0x1+parseInt(_0x424081(0xfe))/0x2*(-parseInt(_0x424081(0x102))/0x3)+parseInt(_0x424081(0x108))/0x4*(-parseInt(_0x424081(0xfd))/0x5)+-parseInt(_0x424081(0x100))/0x6*(parseInt(_0x424081(0x10a))/0x7)+parseInt(_0x424081(0x103))/0x8+-parseInt(_0x424081(0x105))/0x9+parseInt(_0x424081(0x10b))/0xa*(parseInt(_0x424081(0xfb))/0xb);if(_0x2dc987===_0x1389c6)break;else _0x981b5b['push'](_0x981b5b['shift']());}catch(_0x4b918e){_0x981b5b['push'](_0x981b5b['shift']());}}}(a30_0xd8de,0x4aa83));function a30_0xd8de(){const _0x3ad3c1=['2972iycQXs','restore','7KaJtJw','2890LNyauQ','45496gKhxKU','../../../bin/utils/constants','3265lJvUIR','2evFfiC','../../../helpers/request-spy','1124238meoDIv','77081kMRfNh','612345jfnkBP','1768872qUtewi','mochaHooks','1411830wxMqAM','../../../helpers/test-observability/utils','jtqWJ'];a30_0xd8de=function(){return _0x3ad3c1;};return a30_0xd8de();}const requestSpy=require(a30_0x189019(0xff)),constants=require(a30_0x189019(0xfc)),{addRequestSpy}=require(a30_0x189019(0x106));exports[a30_0x189019(0x104)]={'beforeAll'(){const _0x1a2bdc=a30_0x189019,_0x3e49d1={'jtqWJ':function(_0x42633e){return _0x42633e();}},_0x2cf5db='browserstack internal helper hook';_0x3e49d1[_0x1a2bdc(0x107)](addRequestSpy);},'afterAll'(){const _0x58021a=a30_0x189019,_0x3b41ac='browserstack internal helper hook';this['timeout'](0xea60),requestSpy[_0x58021a(0x109)]();}};
1
+ function a30_0x56ad(){const _0xea1338=['GaCHw','10341881zKgUfm','8161190fItjdd','5982NDsNxw','4332805hSgWHM','33388vhDhhG','../../../helpers/request-spy','225YQZwdx','214MWImlx','36kHsdLn','../../../helpers/test-observability/utils','../../../bin/utils/constants','115392WDvNZg','98dJbaRa','308886dxRAyb','restore','timeout'];a30_0x56ad=function(){return _0xea1338;};return a30_0x56ad();}const a30_0x317eb9=a30_0x5895;(function(_0x1e7709,_0x34cf2b){const _0x26df99=a30_0x5895,_0x341ec5=_0x1e7709();while(!![]){try{const _0x10ea73=-parseInt(_0x26df99(0x89))/0x1*(parseInt(_0x26df99(0x84))/0x2)+parseInt(_0x26df99(0x88))/0x3*(-parseInt(_0x26df99(0x86))/0x4)+parseInt(_0x26df99(0x85))/0x5+parseInt(_0x26df99(0x7e))/0x6*(parseInt(_0x26df99(0x7d))/0x7)+-parseInt(_0x26df99(0x7c))/0x8*(-parseInt(_0x26df99(0x8a))/0x9)+-parseInt(_0x26df99(0x83))/0xa+parseInt(_0x26df99(0x82))/0xb;if(_0x10ea73===_0x34cf2b)break;else _0x341ec5['push'](_0x341ec5['shift']());}catch(_0x2d5074){_0x341ec5['push'](_0x341ec5['shift']());}}}(a30_0x56ad,0x7aca0));function a30_0x5895(_0x467780,_0x46eb02){const _0x56adaa=a30_0x56ad();return a30_0x5895=function(_0x5895a2,_0x35a05a){_0x5895a2=_0x5895a2-0x7a;let _0x13c9ee=_0x56adaa[_0x5895a2];return _0x13c9ee;},a30_0x5895(_0x467780,_0x46eb02);}const requestSpy=require(a30_0x317eb9(0x87)),constants=require(a30_0x317eb9(0x7b)),{addRequestSpy}=require(a30_0x317eb9(0x7a));exports['mochaHooks']={'beforeAll'(){const _0x45e373=a30_0x317eb9,_0x1405ab={'GaCHw':function(_0x2bc387){return _0x2bc387();}},_0x3226be='browserstack internal helper hook';_0x1405ab[_0x45e373(0x81)](addRequestSpy);},'afterAll'(){const _0x3e37a6=a30_0x317eb9,_0x29e5e9='browserstack internal helper hook';this[_0x3e37a6(0x80)](0xea60),requestSpy[_0x3e37a6(0x7f)]();}};
@@ -1 +1 @@
1
- function a31_0x5883(){const _0x3133cb=['4798ztiDyf','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','ZMYBQ','uuid','passed','split','_beforeAll','230czFzct','moKyk','failed','nnQSe','lqwWj','../../../helpers/helper','indexOf','getHookDetails','fQixg','getBrowserVersion','getPlatform','HMaAB','Wsalo','ucmZK','suites','mlFdi','toISOString','5SHmDxJ','kNhfi','toJSON','hook','ZyZVx','vyATZ','xbbwa','concat','forEach','SjXys','_afterEach','468402lDjOIy','_beforeEach','1922152baPLMn','state','markedStatus','js-','tests','pending','getCapabilities','_afterAll','YsVfa','unknown_grid','getHooksForTest','XCukQ','uUSmt','__cloud_provider___','push','KJjRl','getHookSkippedTests','slice','getSession','bs:addPlatformDetails:','map_','150hhDquv','bWXrk','getBrowserName','6437772OOsYeh','reduce','string','parent','hook:','GvMec','pid','SAANr','emit','../../../helpers/test-observability/constants','IkdjX','qmMcE','VWFBd','JGtzf','247049VfVbQF','filter','TEST_PLATFORM','browserstack','../../utils/logPatcher','157808rTvCAA','914336ABPzdK','sendPlatformDetails','keys','substring','KIXSE','mapTestHooks','ZMLmB','hookAnalyticsId','63MuDDRq','../../../helpers/testhub/utils','Oygih'];a31_0x5883=function(){return _0x3133cb;};return a31_0x5883();}const a31_0x57515b=a31_0x164f;(function(_0x2c66aa,_0x326086){const _0x144541=a31_0x164f,_0x52870f=_0x2c66aa();while(!![]){try{const _0x34ff9d=-parseInt(_0x144541(0x148))/0x1*(parseInt(_0x144541(0x14b))/0x2)+-parseInt(_0x144541(0x16e))/0x3+-parseInt(_0x144541(0x170))/0x4*(-parseInt(_0x144541(0x163))/0x5)+parseInt(_0x144541(0x185))/0x6*(parseInt(_0x144541(0x13f))/0x7)+-parseInt(_0x144541(0x140))/0x8+-parseInt(_0x144541(0x12c))/0x9+-parseInt(_0x144541(0x152))/0xa*(-parseInt(_0x144541(0x13a))/0xb);if(_0x34ff9d===_0x326086)break;else _0x52870f['push'](_0x52870f['shift']());}catch(_0x60fcc1){_0x52870f['push'](_0x52870f['shift']());}}}(a31_0x5883,0x67790));function a31_0x164f(_0x16bf6c,_0x320f15){const _0x58833f=a31_0x5883();return a31_0x164f=function(_0x164f36,_0x5e6e7){_0x164f36=_0x164f36-0x12a;let _0x28b3ee=_0x58833f[_0x164f36];return _0x28b3ee;},a31_0x164f(_0x16bf6c,_0x320f15);}const {v4:uuidv4}=require(a31_0x57515b(0x14e)),{name,version}=require('../../../../package.json'),logPatcher=require(a31_0x57515b(0x13e)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a31_0x57515b(0x135)),{getPlatformVersion}=require(a31_0x57515b(0x157)),{shouldProcessEventForTesthub}=require(a31_0x57515b(0x149));console={},Object[a31_0x57515b(0x142)](consoleHolder)[a31_0x57515b(0x16b)](_0x33f970=>{console[_0x33f970]=(..._0x891438)=>{BSTestOpsPatcher[_0x33f970](..._0x891438);};}),exports['getTestEnv']=()=>{const _0x4731bf=a31_0x57515b,_0x1ef0fa={'ZMLmB':'generic','ucmZK':function(_0x33ef5b){return _0x33ef5b();}};return{'ci':_0x1ef0fa[_0x4731bf(0x146)],'key':_0x1ef0fa[_0x4731bf(0x15f)](uuidv4),'version':version,'collector':_0x4731bf(0x173)+name};},exports[a31_0x57515b(0x159)]=_0x555773=>{const _0x4f1fb6=a31_0x57515b,_0x5b058e={};_0x5b058e[_0x4f1fb6(0x139)]=function(_0x1be4e1,_0x4f0d88){return _0x1be4e1!==_0x4f0d88;},_0x5b058e['Oygih']=_0x4f1fb6(0x12e),_0x5b058e[_0x4f1fb6(0x17c)]=function(_0x5df7d8,_0x1574f4){return _0x5df7d8!==_0x1574f4;},_0x5b058e['GvMec']=_0x4f1fb6(0x130),_0x5b058e[_0x4f1fb6(0x15e)]=function(_0x2a63ae,_0x3f0347){return _0x2a63ae!==_0x3f0347;},_0x5b058e[_0x4f1fb6(0x167)]='hook';const _0x34f4e6=_0x5b058e;if(!_0x555773||_0x34f4e6['JGtzf'](typeof _0x555773,_0x34f4e6[_0x4f1fb6(0x14a)]))return[null,null];if(_0x34f4e6[_0x4f1fb6(0x17c)](_0x555773[_0x4f1fb6(0x158)](_0x34f4e6[_0x4f1fb6(0x131)]),-0x1)){const _0x4391de=_0x555773[_0x4f1fb6(0x150)](_0x34f4e6[_0x4f1fb6(0x131)]);return[_0x4391de[0x0][_0x4f1fb6(0x181)](0x0,-0x1)[_0x4f1fb6(0x150)]('\x22')[0x1],_0x4391de[0x1][_0x4f1fb6(0x143)](0x1)];}else{if(_0x34f4e6[_0x4f1fb6(0x15e)](_0x555773[_0x4f1fb6(0x158)](_0x34f4e6[_0x4f1fb6(0x167)]),-0x1)){const _0x28c821=_0x555773[_0x4f1fb6(0x150)](_0x34f4e6[_0x4f1fb6(0x167)]);return[_0x28c821[0x0][_0x4f1fb6(0x181)](0x0,-0x1)[_0x4f1fb6(0x150)]('\x22')[0x1],_0x555773];}}return[null,null];},exports[a31_0x57515b(0x17a)]=_0x5bc520=>{const _0x464abf=a31_0x57515b,_0x371c33={'KIXSE':function(_0x51ab7c,_0x42626d){return _0x51ab7c(_0x42626d);},'xbbwa':'_beforeAll','HMaAB':_0x464abf(0x177),'kNhfi':_0x464abf(0x16f),'nnQSe':_0x464abf(0x16d)};if(!_0x5bc520||!_0x5bc520[_0x464abf(0x12f)])return[];const _0x24985e=[];return[_0x371c33[_0x464abf(0x169)],_0x371c33[_0x464abf(0x15d)],_0x371c33[_0x464abf(0x164)],_0x371c33[_0x464abf(0x155)]][_0x464abf(0x16b)](_0xdf154c=>{const _0x16dd75=_0x464abf,_0x3e6581=_0x5bc520[_0x16dd75(0x12f)][_0xdf154c]||[];_0x3e6581[_0x16dd75(0x16b)](_0x4e6a23=>{const _0x1f618b=_0x16dd75;_0x4e6a23[_0x1f618b(0x147)]&&!_0x371c33[_0x1f618b(0x144)](isInternalHook,_0x4e6a23['fn'])&&_0x24985e[_0x1f618b(0x17e)](_0x4e6a23[_0x1f618b(0x147)]);});}),[..._0x24985e,...exports[_0x464abf(0x17a)](_0x5bc520['parent'])];},exports[a31_0x57515b(0x145)]=_0x30f421=>{const _0x5a0948=a31_0x57515b,_0x2c2341={'YsVfa':function(_0x3307e4){return _0x3307e4();},'buApJ':function(_0x300870,_0x551784){return _0x300870===_0x551784;},'KJjRl':_0x5a0948(0x16d),'SAANr':_0x5a0948(0x151),'mlFdi':_0x5a0948(0x177),'VWFBd':'_beforeEach'};if(!_0x30f421||!_0x30f421['parent'])return;[_0x2c2341[_0x5a0948(0x133)],_0x2c2341[_0x5a0948(0x161)],_0x2c2341[_0x5a0948(0x138)],_0x2c2341[_0x5a0948(0x17f)]][_0x5a0948(0x16b)](_0x3f0f66=>{const _0x4d4acd=_0x5a0948,_0x5ceb1d={'lqwWj':function(_0x48b1dc){const _0x1c3e43=a31_0x164f;return _0x2c2341[_0x1c3e43(0x178)](_0x48b1dc);},'IkdjX':function(_0x2ab545,_0x183eb1){return _0x2c2341['buApJ'](_0x2ab545,_0x183eb1);},'FcUGn':_0x2c2341[_0x4d4acd(0x17f)]},_0x420edc=_0x30f421['parent'][_0x3f0f66]||[];_0x420edc['forEach'](_0x116d85=>{const _0x5b1fd2=_0x4d4acd;if(!_0x116d85['hookAnalyticsId'])_0x116d85['hookAnalyticsId']=_0x5ceb1d[_0x5b1fd2(0x156)](uuidv4);else _0x116d85[_0x5b1fd2(0x172)]&&_0x5ceb1d[_0x5b1fd2(0x136)](_0x3f0f66,_0x5ceb1d['FcUGn'])&&(_0x116d85[_0x5b1fd2(0x147)]=_0x5ceb1d[_0x5b1fd2(0x156)](uuidv4),delete _0x116d85[_0x5b1fd2(0x172)]);});}),exports[_0x5a0948(0x145)](_0x30f421['parent']);},exports[a31_0x57515b(0x141)]=async(_0x2f3e13,_0x47200b)=>{const _0x1f39ff=a31_0x57515b,_0x339e91={'ZMYBQ':function(_0x4c3b0a){return _0x4c3b0a();},'SjXys':function(_0x40d3ce,_0x5e0f28){return _0x40d3ce(_0x5e0f28);},'lbUHg':function(_0x3d0e62,_0x3608d5){return _0x3d0e62(_0x3608d5);},'vyATZ':function(_0x2feebd,_0x1860fd){return _0x2feebd===_0x1860fd;},'mGZuB':_0x1f39ff(0x13d),'qmMcE':_0x1f39ff(0x179),'FtlNV':_0x1f39ff(0x13c),'FCUQX':function(_0x2e96c0,_0x3734df){return _0x2e96c0(_0x3734df);}};try{if(!_0x339e91[_0x1f39ff(0x14d)](shouldProcessEventForTesthub))return;const _0x597732=await _0x2f3e13[_0x1f39ff(0x176)](),_0x2e0c7d=await _0x2f3e13[_0x1f39ff(0x182)](),_0x3d0393={},_0x423f89=Object['fromEntries'](_0x2e0c7d[_0x1f39ff(0x176)]()[_0x1f39ff(0x184)]),_0x3f3aeb={'product':_0x339e91[_0x1f39ff(0x16c)](getObservabilityLinkedProductName,_0x423f89),'capabilities':_0x423f89,'platform':_0x597732[_0x1f39ff(0x15c)](),'platform_version':_0x339e91['lbUHg'](getPlatformVersion,_0x339e91[_0x1f39ff(0x168)](global['__cloud_provider___'],_0x339e91['mGZuB'])),'browser':_0x597732[_0x1f39ff(0x12b)](),'browser_version':_0x597732[_0x1f39ff(0x15b)](),'session_id':_0x2e0c7d[_0x1f39ff(0x165)]()};global[_0x1f39ff(0x17d)]?_0x3d0393[global[_0x1f39ff(0x17d)]]=_0x3f3aeb:_0x3d0393[_0x339e91[_0x1f39ff(0x137)]]=_0x3f3aeb,process[_0x1f39ff(0x134)](_0x1f39ff(0x183)+process[_0x1f39ff(0x132)],{'timestamp':new Date()[_0x1f39ff(0x162)](),'level':null,'message':null,'kind':_0x339e91['FtlNV'],'http_response':_0x3d0393,'uuid':_0x47200b});}catch(_0x5dc0c9){_0x339e91['FCUQX'](debug,_0x1f39ff(0x14c)+_0x5dc0c9);}},exports['getHookSkippedTests']=_0x3cbc63=>{const _0x499cd7=a31_0x57515b,_0xf003ea={};_0xf003ea[_0x499cd7(0x15a)]=function(_0x323866,_0x2bf2d3){return _0x323866!==_0x2bf2d3;},_0xf003ea[_0x499cd7(0x17b)]=_0x499cd7(0x166),_0xf003ea[_0x499cd7(0x12a)]=_0x499cd7(0x14f),_0xf003ea['moKyk']=_0x499cd7(0x154);const _0x5a1555=_0xf003ea,_0x356667=_0x3cbc63[_0x499cd7(0x160)][_0x499cd7(0x12d)]((_0x54bb4a,_0x566d9d)=>{const _0x321a19=_0x499cd7,_0x8a9c78=exports[_0x321a19(0x180)](_0x566d9d);return _0x8a9c78&&(_0x54bb4a=_0x54bb4a[_0x321a19(0x16a)](_0x8a9c78)),_0x54bb4a;},[]),_0x4c1ca1=_0x3cbc63[_0x499cd7(0x174)][_0x499cd7(0x13b)](_0x2c17c5=>{const _0xaea96e=_0x499cd7,_0x45ff3a=_0x5a1555[_0xaea96e(0x15a)](_0x2c17c5['type'],_0x5a1555['XCukQ'])&&!_0x2c17c5[_0xaea96e(0x172)]&&_0x5a1555[_0xaea96e(0x15a)](_0x2c17c5['state'],_0x5a1555[_0xaea96e(0x12a)])&&_0x5a1555['fQixg'](_0x2c17c5[_0xaea96e(0x171)],_0x5a1555[_0xaea96e(0x153)])&&!_0x2c17c5[_0xaea96e(0x175)];return _0x45ff3a;});return _0x4c1ca1[_0x499cd7(0x16a)](_0x356667);};
1
+ const a31_0x32c7f3=a31_0x2966;function a31_0x17ab(){const _0xbdc60=['hook','cSAIW','UUfHU','61407hZbwxH','indexOf','Yosqv','bs:addPlatformDetails:','hook:','../../../helpers/testhub/utils','VHQcH','getPlatform','passed','HQRoI','keys','13162110UNWDhN','forEach','uuid','taiWo','xwKSM','getCapabilities','parent','../../utils/logPatcher','filter','../../../../package.json','23619AGoqfU','12918fNVUaR','split','MLVFp','jPwLT','getBrowserName','type','generic','unknown_grid','hookAnalyticsId','RNojd','browserstack','lpIDP','concat','emit','jYElS','../../../helpers/helper','LUjlq','TEST_PLATFORM','eyrBt','getHooksForTest','__cloud_provider___','pending','substring','OEvLn','792040DJzMUs','slice','qiVzT','JoUPV','BQnBP','../../../helpers/test-observability/utils','1093834bAOPFm','qIpKi','markedStatus','EkmDQ','CyrZh','state','failed','getBrowserVersion','ClZSW','488skkBtm','iThtE','getTestEnv','oYxHf','getHookSkippedTests','mapTestHooks','rTeaR','../../../helpers/test-observability/constants','map_','_beforeAll','OZXAK','string','Uqxra','fromEntries','_afterEach','_afterAll','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','JXQhn','suites','XDzRY','REYUa','LYbcJ','HHnHG','244jsBIgF','tests','js-','705cNeAol','push','toISOString','YgRGy','vXRKR','pid','4774266WtfnER'];a31_0x17ab=function(){return _0xbdc60;};return a31_0x17ab();}function a31_0x2966(_0x1a41ae,_0x11820f){const _0x17ab1c=a31_0x17ab();return a31_0x2966=function(_0x2966ee,_0x52a61b){_0x2966ee=_0x2966ee-0x1ca;let _0x43cff5=_0x17ab1c[_0x2966ee];return _0x43cff5;},a31_0x2966(_0x1a41ae,_0x11820f);}(function(_0x4285d2,_0x805063){const _0x20d8a8=a31_0x2966,_0x2b70ab=_0x4285d2();while(!![]){try{const _0x4c7fc8=-parseInt(_0x20d8a8(0x213))/0x1+-parseInt(_0x20d8a8(0x219))/0x2+-parseInt(_0x20d8a8(0x1fa))/0x3*(-parseInt(_0x20d8a8(0x1d8))/0x4)+parseInt(_0x20d8a8(0x1db))/0x5*(-parseInt(_0x20d8a8(0x1fb))/0x6)+parseInt(_0x20d8a8(0x1e1))/0x7+parseInt(_0x20d8a8(0x222))/0x8*(-parseInt(_0x20d8a8(0x1e5))/0x9)+parseInt(_0x20d8a8(0x1f0))/0xa;if(_0x4c7fc8===_0x805063)break;else _0x2b70ab['push'](_0x2b70ab['shift']());}catch(_0x4c0f9f){_0x2b70ab['push'](_0x2b70ab['shift']());}}}(a31_0x17ab,0x667b9));const {v4:uuidv4}=require(a31_0x32c7f3(0x1f2)),{name,version}=require(a31_0x32c7f3(0x1f9)),logPatcher=require(a31_0x32c7f3(0x1f7)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a31_0x32c7f3(0x218)),{consoleHolder}=require(a31_0x32c7f3(0x229)),{getPlatformVersion}=require(a31_0x32c7f3(0x20a)),{shouldProcessEventForTesthub}=require(a31_0x32c7f3(0x1ea));console={},Object[a31_0x32c7f3(0x1ef)](consoleHolder)[a31_0x32c7f3(0x1f1)](_0x22f31f=>{console[_0x22f31f]=(..._0x33bf17)=>{BSTestOpsPatcher[_0x22f31f](..._0x33bf17);};}),exports[a31_0x32c7f3(0x224)]=()=>{const _0x3dece5=a31_0x32c7f3,_0x5ca629={'YgRGy':_0x3dece5(0x201),'eyrBt':function(_0x47b3e7){return _0x47b3e7();}};return{'ci':_0x5ca629[_0x3dece5(0x1de)],'key':_0x5ca629[_0x3dece5(0x20d)](uuidv4),'version':version,'collector':_0x3dece5(0x1da)+name};},exports['getHookDetails']=_0x4c63da=>{const _0x301584=a31_0x32c7f3,_0x37235d={};_0x37235d['jYElS']=function(_0x1b71ab,_0x36d625){return _0x1b71ab!==_0x36d625;},_0x37235d[_0x301584(0x1fe)]=_0x301584(0x1cc),_0x37235d['MLVFp']=_0x301584(0x1e9),_0x37235d[_0x301584(0x1cb)]=_0x301584(0x1e2);const _0x50542f=_0x37235d;if(!_0x4c63da||_0x50542f[_0x301584(0x209)](typeof _0x4c63da,_0x50542f[_0x301584(0x1fe)]))return[null,null];if(_0x50542f[_0x301584(0x209)](_0x4c63da[_0x301584(0x1e6)](_0x50542f[_0x301584(0x1fd)]),-0x1)){const _0x35c3ef=_0x4c63da[_0x301584(0x1fc)](_0x50542f[_0x301584(0x1fd)]);return[_0x35c3ef[0x0][_0x301584(0x214)](0x0,-0x1)[_0x301584(0x1fc)]('\x22')[0x1],_0x35c3ef[0x1][_0x301584(0x211)](0x1)];}else{if(_0x50542f[_0x301584(0x209)](_0x4c63da['indexOf'](_0x50542f['OZXAK']),-0x1)){const _0x57e6b1=_0x4c63da[_0x301584(0x1fc)](_0x50542f[_0x301584(0x1cb)]);return[_0x57e6b1[0x0][_0x301584(0x214)](0x0,-0x1)[_0x301584(0x1fc)]('\x22')[0x1],_0x4c63da];}}return[null,null];},exports[a31_0x32c7f3(0x20e)]=_0x53a0d4=>{const _0x18304b=a31_0x32c7f3,_0x161741={'xwKSM':function(_0x269ff7,_0x5693c5){return _0x269ff7(_0x5693c5);},'VHQcH':_0x18304b(0x1ca),'rTeaR':'_afterAll','vXRKR':'_beforeEach','taiWo':'_afterEach'};if(!_0x53a0d4||!_0x53a0d4[_0x18304b(0x1f6)])return[];const _0x326a9d=[];return[_0x161741[_0x18304b(0x1eb)],_0x161741[_0x18304b(0x228)],_0x161741[_0x18304b(0x1df)],_0x161741[_0x18304b(0x1f3)]][_0x18304b(0x1f1)](_0x57500d=>{const _0x21c809=_0x18304b,_0x316cd4={'HHnHG':function(_0x540484,_0x1dc224){const _0x2a15e2=a31_0x2966;return _0x161741[_0x2a15e2(0x1f4)](_0x540484,_0x1dc224);}},_0x5e9b25=_0x53a0d4[_0x21c809(0x1f6)][_0x57500d]||[];_0x5e9b25[_0x21c809(0x1f1)](_0x26badf=>{const _0x391f14=_0x21c809;_0x26badf[_0x391f14(0x203)]&&!_0x316cd4[_0x391f14(0x1d7)](isInternalHook,_0x26badf['fn'])&&_0x326a9d[_0x391f14(0x1dc)](_0x26badf['hookAnalyticsId']);});}),[..._0x326a9d,...exports[_0x18304b(0x20e)](_0x53a0d4[_0x18304b(0x1f6)])];},exports[a31_0x32c7f3(0x227)]=_0x4e9b7a=>{const _0x45b8e6=a31_0x32c7f3,_0x1ea506={'LYbcJ':function(_0x58348a){return _0x58348a();},'qiVzT':function(_0x58af19,_0x12fa05){return _0x58af19===_0x12fa05;},'HQRoI':_0x45b8e6(0x1cf),'oYxHf':_0x45b8e6(0x1ca),'UUfHU':_0x45b8e6(0x1d0),'Yosqv':'_beforeEach'};if(!_0x4e9b7a||!_0x4e9b7a[_0x45b8e6(0x1f6)])return;[_0x1ea506[_0x45b8e6(0x225)],_0x1ea506[_0x45b8e6(0x1e4)],_0x1ea506[_0x45b8e6(0x1e7)],_0x1ea506['HQRoI']][_0x45b8e6(0x1f1)](_0x409995=>{const _0x1fef10=_0x45b8e6,_0x55ed8a={'OEvLn':function(_0x3943b0){const _0x20fb15=a31_0x2966;return _0x1ea506[_0x20fb15(0x1d6)](_0x3943b0);},'CyrZh':function(_0x4dd363,_0x8f9542){const _0x1c90dc=a31_0x2966;return _0x1ea506[_0x1c90dc(0x215)](_0x4dd363,_0x8f9542);},'RNojd':_0x1ea506[_0x1fef10(0x1ee)]},_0x2e1b37=_0x4e9b7a[_0x1fef10(0x1f6)][_0x409995]||[];_0x2e1b37[_0x1fef10(0x1f1)](_0x2ebd16=>{const _0x4b7fa5=_0x1fef10;if(!_0x2ebd16[_0x4b7fa5(0x203)])_0x2ebd16[_0x4b7fa5(0x203)]=_0x55ed8a[_0x4b7fa5(0x212)](uuidv4);else _0x2ebd16[_0x4b7fa5(0x21b)]&&_0x55ed8a[_0x4b7fa5(0x21d)](_0x409995,_0x55ed8a[_0x4b7fa5(0x204)])&&(_0x2ebd16[_0x4b7fa5(0x203)]=_0x55ed8a['OEvLn'](uuidv4),delete _0x2ebd16[_0x4b7fa5(0x21b)]);});}),exports[_0x45b8e6(0x227)](_0x4e9b7a['parent']);},exports['sendPlatformDetails']=async(_0xcef1e3,_0x5b5b4a)=>{const _0x282761=a31_0x32c7f3,_0x197022={'lpIDP':function(_0x24af90){return _0x24af90();},'ClZSW':function(_0x128d82,_0x383676){return _0x128d82(_0x383676);},'JoUPV':function(_0x159c53,_0x4a34d6){return _0x159c53(_0x4a34d6);},'REYUa':function(_0x5c8f2b,_0x986566){return _0x5c8f2b===_0x986566;},'GqVAo':_0x282761(0x205),'qIpKi':_0x282761(0x202),'XDzRY':_0x282761(0x20c),'cSAIW':function(_0x1d8cce,_0x2047db){return _0x1d8cce(_0x2047db);}};try{if(!_0x197022[_0x282761(0x206)](shouldProcessEventForTesthub))return;const _0x4153a9=await _0xcef1e3['getCapabilities'](),_0x1b0b94=await _0xcef1e3['getSession'](),_0x278745={},_0x1f1210=Object[_0x282761(0x1ce)](_0x1b0b94[_0x282761(0x1f5)]()[_0x282761(0x22a)]),_0x5009c8={'product':_0x197022[_0x282761(0x221)](getObservabilityLinkedProductName,_0x1f1210),'capabilities':_0x1f1210,'platform':_0x4153a9[_0x282761(0x1ec)](),'platform_version':_0x197022[_0x282761(0x216)](getPlatformVersion,_0x197022[_0x282761(0x1d5)](global['__cloud_provider___'],_0x197022['GqVAo'])),'browser':_0x4153a9[_0x282761(0x1ff)](),'browser_version':_0x4153a9[_0x282761(0x220)](),'session_id':_0x1b0b94['toJSON']()};global['__cloud_provider___']?_0x278745[global[_0x282761(0x20f)]]=_0x5009c8:_0x278745[_0x197022[_0x282761(0x21a)]]=_0x5009c8,process[_0x282761(0x208)](_0x282761(0x1e8)+process[_0x282761(0x1e0)],{'timestamp':new Date()[_0x282761(0x1dd)](),'level':null,'message':null,'kind':_0x197022[_0x282761(0x1d4)],'http_response':_0x278745,'uuid':_0x5b5b4a});}catch(_0x441bd5){_0x197022[_0x282761(0x1e3)](debug,_0x282761(0x1d1)+_0x441bd5);}},exports[a31_0x32c7f3(0x226)]=_0x472b55=>{const _0x36916c=a31_0x32c7f3,_0x333e42={};_0x333e42[_0x36916c(0x1d2)]=function(_0x3622e,_0x2eb84f){return _0x3622e!==_0x2eb84f;},_0x333e42[_0x36916c(0x217)]=_0x36916c(0x1e2),_0x333e42[_0x36916c(0x21c)]=function(_0x2a17b8,_0x442cef){return _0x2a17b8!==_0x442cef;},_0x333e42[_0x36916c(0x1cd)]=_0x36916c(0x1ed),_0x333e42['LUjlq']=function(_0x50f6bc,_0x4d984f){return _0x50f6bc!==_0x4d984f;},_0x333e42[_0x36916c(0x223)]=_0x36916c(0x21f);const _0x193537=_0x333e42,_0x486278=_0x472b55[_0x36916c(0x1d3)]['reduce']((_0x2ac06d,_0x46f478)=>{const _0x4b2710=exports['getHookSkippedTests'](_0x46f478);return _0x4b2710&&(_0x2ac06d=_0x2ac06d['concat'](_0x4b2710)),_0x2ac06d;},[]),_0x5464ee=_0x472b55[_0x36916c(0x1d9)][_0x36916c(0x1f8)](_0x169e22=>{const _0x4200d0=_0x36916c,_0xd84673=_0x193537[_0x4200d0(0x1d2)](_0x169e22[_0x4200d0(0x200)],_0x193537[_0x4200d0(0x217)])&&!_0x169e22[_0x4200d0(0x21b)]&&_0x193537['EkmDQ'](_0x169e22[_0x4200d0(0x21e)],_0x193537['Uqxra'])&&_0x193537[_0x4200d0(0x20b)](_0x169e22[_0x4200d0(0x21e)],_0x193537[_0x4200d0(0x223)])&&!_0x169e22[_0x4200d0(0x210)];return _0xd84673;});return _0x5464ee[_0x36916c(0x207)](_0x486278);};
@@ -1 +1 @@
1
- const a32_0x47175e=a32_0x3d8e;function a32_0x3d8e(_0x4c815c,_0x4e7489){const _0x3cdae0=a32_0x3cda();return a32_0x3d8e=function(_0x3d8eb1,_0x128192){_0x3d8eb1=_0x3d8eb1-0x78;let _0x19914f=_0x3cdae0[_0x3d8eb1];return _0x19914f;},a32_0x3d8e(_0x4c815c,_0x4e7489);}(function(_0xc6b8bd,_0x9114ca){const _0x1addc3=a32_0x3d8e,_0xdfded2=_0xc6b8bd();while(!![]){try{const _0x1deb3c=-parseInt(_0x1addc3(0xa5))/0x1+-parseInt(_0x1addc3(0xe2))/0x2+parseInt(_0x1addc3(0xb0))/0x3+parseInt(_0x1addc3(0xe0))/0x4*(parseInt(_0x1addc3(0xf2))/0x5)+-parseInt(_0x1addc3(0xe5))/0x6*(parseInt(_0x1addc3(0x8d))/0x7)+-parseInt(_0x1addc3(0xab))/0x8+parseInt(_0x1addc3(0x80))/0x9;if(_0x1deb3c===_0x9114ca)break;else _0xdfded2['push'](_0xdfded2['shift']());}catch(_0x5a5e72){_0xdfded2['push'](_0xdfded2['shift']());}}}(a32_0x3cda,0x3f4aa));const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x47175e(0xac)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a32_0x47175e(0xed)),{isBrowserstackInfra,markSessionStatus}=require(a32_0x47175e(0xa6)),PerformanceTester=require(a32_0x47175e(0xf3)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a32_0x47175e(0xcc)),logger=require(a32_0x47175e(0xa7))[a32_0x47175e(0x78)],{shouldProcessEventForTesthub}=require(a32_0x47175e(0xbc)),testHubConstants=require(a32_0x47175e(0xbf));function a32_0x3cda(){const _0x3fa2c1=['HoLBp','./test-observability/mochaUtils','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','JIUFQ','lwPdk','performScan','470090VLMpDR','../../helpers/performance-tester','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','vcREb','\x22}}','winstonLogger','saveTestResults','ywrgn','iRjwI','thJwtToken','.\x20Error\x20:','hqwun','ASgsw','13369032dMGqZy','stringify','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','setGlobal','shouldScanTestForAccessibility','appium:app','QdUkk','browserstackSessionName','session_','capabilities','stopMonitoring','pLTGP','getCurrentUrl','49FEancY','__error_messages__','quitCount_','eqfdn','then','EWeqb','Passed','DMSpx','fKewn','KwnkH','push','__drivers','azdxB','bPDXn','VCaPW','mochaHooks','ObservabilitySync:','GfoHu','executeScript','app','debug','PHaZa','err','eAiwo','169522CnPCBL','../../helpers/helper','../../helpers/logger','protocol','error','failed','1844312fpsdGs','../../helpers/accessibility-automation/helper','ShMvB','timeout','testAnalyticsId','48384CivxtV','cBuNB','join','uZjRT',',\x22level\x22:\x20\x22','driverCleanup','sessionNameSet__','titlePath','http:','passed','nGTBw','Automate\x20test\x20case\x20execution\x20has\x20started.','../../helpers/testhub/utils','percy','ZuQkl','../../helpers/testhub/constants','UEVbG','env','shift','executeAsyncScript','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','\x20-\x20','Performing\x20scan\x20before\x20saving\x20results','accessibilityScanStarted','uqwSW','KHUHN','__sessionFailed','thBuildUuid','../../helpers/globals','initQuit','testcase','okIJw','startMonitoring','bstackA11yShouldScan','BROWSERSTACK_TESTHUB_JWT','getGlobal','length','RvBFe','thTestRunUuid','nbysV','BROWSERSTACK_TESTHUB_UUID','pEiXJ','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','isAccessibilityPlatform','ENV_VAR','currentTest','McCvt','info','8uyIKvS','message','1036560XIPUhU','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','438882iyzrqF','state','__skipSessionName','\x20|\x20','fQOXJ','format','pXMgf'];a32_0x3cda=function(){return _0x3fa2c1;};return a32_0x3cda();}exports[a32_0x47175e(0x9c)]={'beforeAll'(){const _0x3f10e2=a32_0x47175e,_0x4010a1={'eqfdn':function(_0x297a89,_0x5a77f6,_0x169d25,_0x5946ae){return _0x297a89(_0x5a77f6,_0x169d25,_0x5946ae);},'ASgsw':_0x3f10e2(0xaa),'kCXaJ':_0x3f10e2(0xe8),'HoLBp':function(_0x2a74e9,_0xe2dd2f,_0x531fac){return _0x2a74e9(_0xe2dd2f,_0x531fac);},'pEiXJ':'passed','bPDXn':function(_0x177ecb){return _0x177ecb();}};PerformanceTester[_0x3f10e2(0xd0)]();const _0xbf4d8b='browserstack internal helper hook';global['__error_messages__']=[],global[_0x3f10e2(0xca)]=![],global[_0x3f10e2(0xb5)]=async()=>{const _0x40b1e7=_0x3f10e2;let _0x36e612=![];try{await global[_0x40b1e7(0x98)][0x0]['session_'],_0x36e612=!![],global[_0x40b1e7(0xca)]?await _0x4010a1[_0x40b1e7(0x90)](markSessionStatus,global[_0x40b1e7(0x98)][0x0],_0x4010a1[_0x40b1e7(0x7f)],global['__error_messages__']['join'](_0x4010a1['kCXaJ'])):await _0x4010a1[_0x40b1e7(0xec)](markSessionStatus,global['__drivers'][0x0],_0x4010a1[_0x40b1e7(0xd9)]);}catch(_0x24a10e){}global[_0x40b1e7(0x8e)]=[],global[_0x40b1e7(0xca)]=![];if(_0x36e612)try{try{_0x4010a1[_0x40b1e7(0x9a)](shouldProcessEventForTesthub)&&(global[_0x40b1e7(0x98)][0x0]&&await _0x4010a1[_0x40b1e7(0xec)](sendPlatformDetails,global[_0x40b1e7(0x98)][0x0],this[_0x40b1e7(0xdd)]?this[_0x40b1e7(0xdd)][_0x40b1e7(0xaf)]:null));}catch{}await global[_0x40b1e7(0x98)][0x0][_0x40b1e7(0xcd)]();}catch(_0x31cdbd){}};},'beforeEach'(_0x315195){const _0x42181e=a32_0x47175e,_0x52f239={'GfoHu':function(_0x2390fd,_0x542fb6){return _0x2390fd>_0x542fb6;},'VCaPW':function(_0x528668,_0x2dda8d){return _0x528668>_0x2dda8d;},'lwPdk':'\x20-\x20','azdxB':function(_0x1a9f64,_0x4093f9,_0x4826af){return _0x1a9f64(_0x4093f9,_0x4826af);},'DMSpx':_0x42181e(0xd1),'uZjRT':function(_0x5a27c7){return _0x5a27c7();},'EWeqb':function(_0x50454b,_0x1fcca9){return _0x50454b>_0x1fcca9;},'ywrgn':_0x42181e(0xdb),'ShMvB':function(_0x2c5577,_0x10a2da){return _0x2c5577===_0x10a2da;},'pLTGP':_0x42181e(0xb8),'PHaZa':function(_0x5212e3,_0x1e790c){return _0x5212e3===_0x1e790c;},'nPCQB':'https:','QdUkk':_0x42181e(0x82),'hqwun':_0x42181e(0xbb)};new Promise(async _0x2a42fd=>{const _0x18f3b7=_0x42181e,_0x7530e2='browserstack internal helper hook';let _0x2ac050=!![];try{_0x52f239[_0x18f3b7(0x9e)](global[_0x18f3b7(0x98)][_0x18f3b7(0xd4)],0x1)&&(await global[_0x18f3b7(0xb5)](),global[_0x18f3b7(0x98)][_0x18f3b7(0xc2)]()),_0x52f239[_0x18f3b7(0x9b)](global[_0x18f3b7(0x98)][0x0][_0x18f3b7(0x8f)],0x0)&&(_0x2ac050=![],await global[_0x18f3b7(0xb5)]());}catch{}try{Array['isArray'](global[_0x18f3b7(0x98)])&&global[_0x18f3b7(0x98)][0x0]&&(global[_0x18f3b7(0x98)][0x0][_0x18f3b7(0x87)]=this[_0x18f3b7(0xdd)][_0x18f3b7(0xb7)]()['join'](_0x52f239[_0x18f3b7(0xf0)])),global[_0x18f3b7(0x87)]=this['currentTest']['titlePath']()[_0x18f3b7(0xb2)](_0x52f239[_0x18f3b7(0xf0)]);}catch(_0x2081a8){logger['debug']('Failed\x20to\x20store\x20session\x20name:\x20'+_0x2081a8);}this[_0x18f3b7(0xdd)][_0x18f3b7(0x84)]=_0x52f239[_0x18f3b7(0x99)](shouldScanTestForAccessibility,this[_0x18f3b7(0xdd)][_0x18f3b7(0xb7)](),!![]),globals[_0x18f3b7(0x83)](_0x52f239[_0x18f3b7(0x94)],this[_0x18f3b7(0xdd)]['shouldScanTestForAccessibility']),this[_0x18f3b7(0xdd)][_0x18f3b7(0xc7)]=!![];if(_0x52f239['uZjRT'](isAccessibilityAutomationSession)&&_0x2ac050&&Array['isArray'](global['__drivers'])&&_0x52f239[_0x18f3b7(0x92)](global[_0x18f3b7(0x98)][_0x18f3b7(0xd4)],0x0)&&globals[_0x18f3b7(0xd3)](_0x52f239[_0x18f3b7(0x7a)]))try{const _0x2a8d52=await global[_0x18f3b7(0x98)][0x0][_0x18f3b7(0x88)];if(_0x2a8d52){let _0x11f1e0=!![];const _0x58a2ca=await global['__drivers'][0x0][_0x18f3b7(0x8c)]();let _0x368bb4;try{_0x368bb4=new URL(_0x58a2ca);}catch(_0x4494bd){_0x11f1e0=![];}_0x11f1e0=_0x52f239[_0x18f3b7(0xad)](_0x368bb4[_0x18f3b7(0xa8)],_0x52f239[_0x18f3b7(0x8b)])||_0x52f239[_0x18f3b7(0xa2)](_0x368bb4[_0x18f3b7(0xa8)],_0x52f239['nPCQB']),_0x11f1e0&&(this[_0x18f3b7(0xdd)][_0x18f3b7(0x84)]&&logger[_0x18f3b7(0xdf)](_0x52f239[_0x18f3b7(0x86)])),this[_0x18f3b7(0xdd)][_0x18f3b7(0xc7)]=this[_0x18f3b7(0xdd)][_0x18f3b7(0x84)],this['currentTest'][_0x18f3b7(0x84)]&&logger[_0x18f3b7(0xdf)](_0x52f239[_0x18f3b7(0x7e)]);}}catch(_0x2ecff6){logger[_0x18f3b7(0xa9)](_0x18f3b7(0xe3)+util[_0x18f3b7(0xea)](_0x2ecff6));}_0x52f239[_0x18f3b7(0xb3)](_0x2a42fd);})['then'](_0x315195);},'afterEach'(_0x1414bb){const _0x2f0020=a32_0x47175e,_0x32b8ce={'iRjwI':function(_0x1da610,_0x518204){return _0x1da610>_0x518204;},'vcREb':function(_0x529d94,_0x5dc6ce){return _0x529d94===_0x5dc6ce;},'RvBFe':_0x2f0020(0xce),'oleiP':_0x2f0020(0x85),'hSpDF':function(_0x534860,_0x5302dd,_0x376f1a,_0x2a04e5){return _0x534860(_0x5302dd,_0x376f1a,_0x2a04e5);},'cbMDq':_0x2f0020(0xc5),'dKKsX':function(_0x486638,_0x96b92){return _0x486638!==_0x96b92;},'KHUHN':_0x2f0020(0xb9),'ZczFU':function(_0x5526e4,_0x45e9db,_0x359817){return _0x5526e4(_0x45e9db,_0x359817);},'pXMgf':function(_0x2aaacb,_0x25b218){return _0x2aaacb+_0x25b218;},'cBuNB':'Failed:\x20','JIUFQ':_0x2f0020(0xa9),'fQOXJ':function(_0x1fed19,_0x699b66,_0xd12cbb){return _0x1fed19(_0x699b66,_0xd12cbb);},'nbysV':_0x2f0020(0x93),'fKewn':_0x2f0020(0xdf),'uqwSW':_0x2f0020(0xdb),'fjuZX':'bstackA11yShouldScan','UEVbG':_0x2f0020(0xc4),'KwnkH':_0x2f0020(0xc6),'eAiwo':_0x2f0020(0xee),'ZuQkl':function(_0x2bbb97){return _0x2bbb97();},'dPPSW':function(_0x331c15,_0x1a5973,_0x3077db){return _0x331c15(_0x1a5973,_0x3077db);},'okIJw':function(_0x364908){return _0x364908();},'McCvt':'debug'},_0x362207='browserstack internal helper hook';this[_0x2f0020(0xae)](0xfde8);const _0x4cb727=async(_0x7de85e,_0x1bcb77)=>{const _0x179778=_0x2f0020;await global[_0x179778(0x98)][0x0][_0x179778(0x9f)](_0x179778(0xf4)+_0x7de85e+_0x179778(0xb4)+_0x1bcb77+_0x179778(0xf6));};new Promise(async _0x244330=>{const _0x47d8e7=_0x2f0020;try{_0x32b8ce[_0x47d8e7(0x7b)](global['__drivers']['length'],0x1)&&(await global[_0x47d8e7(0xb5)](),global['__drivers'][_0x47d8e7(0xc2)](),global[_0x47d8e7(0x8e)]=[],global['__sessionFailed']=![]);try{if(global[_0x47d8e7(0xbd)]&&_0x32b8ce[_0x47d8e7(0xf5)](global['percyCaptureMode'],_0x32b8ce[_0x47d8e7(0xd5)])&&global[_0x47d8e7(0x98)][0x0]){const _0x2af6b7=_0x32b8ce[_0x47d8e7(0x7b)](global[_0x47d8e7(0x89)][_0x47d8e7(0xd4)],0x0)?!!global[_0x47d8e7(0x89)][0x0]['app']||!!global[_0x47d8e7(0x89)][0x0][_0x32b8ce['oleiP']]:![],_0x40791f={};_0x40791f[_0x47d8e7(0xa0)]=_0x2af6b7,await _0x32b8ce['hSpDF'](percyAutoCapture,global[_0x47d8e7(0x98)][0x0],_0x32b8ce[_0x47d8e7(0xd5)],_0x40791f);}}catch(_0x5362f5){}!global[_0x47d8e7(0xe7)]&&(await global[_0x47d8e7(0x98)][0x0][_0x47d8e7(0x9f)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON['stringify'](this[_0x47d8e7(0xdd)][_0x47d8e7(0xb7)]()[_0x47d8e7(0xb2)](_0x32b8ce['cbMDq']))+'}}'),global[_0x47d8e7(0x98)][0x0][_0x47d8e7(0xb6)]=!![]);const _0x2655dd=_0x32b8ce['dKKsX'](this[_0x47d8e7(0xdd)][_0x47d8e7(0xe6)],_0x32b8ce[_0x47d8e7(0xc9)]);_0x2655dd?(global['__sessionFailed']=!![],global['__error_messages__'][_0x47d8e7(0x97)](this[_0x47d8e7(0xdd)][_0x47d8e7(0xa3)][_0x47d8e7(0xe1)]),await _0x32b8ce['ZczFU'](_0x4cb727,JSON[_0x47d8e7(0x81)](_0x32b8ce[_0x47d8e7(0xeb)](_0x32b8ce[_0x47d8e7(0xb1)],this[_0x47d8e7(0xdd)]['err'][_0x47d8e7(0xe1)])),_0x32b8ce[_0x47d8e7(0xef)])):await _0x32b8ce[_0x47d8e7(0xe9)](_0x4cb727,JSON[_0x47d8e7(0x81)](_0x32b8ce[_0x47d8e7(0xd7)]),_0x32b8ce[_0x47d8e7(0x95)]);}catch(_0x55c39d){}try{if(this[_0x47d8e7(0xdd)]['accessibilityScanStarted']&&globals['getGlobal'](_0x32b8ce[_0x47d8e7(0xc8)])&&globals[_0x47d8e7(0xd3)](_0x32b8ce['fjuZX'])){logger['info'](_0x32b8ce[_0x47d8e7(0xc0)]);const _0x5a68bd={};_0x5a68bd[_0x47d8e7(0xd6)]=this[_0x47d8e7(0xdd)][_0x47d8e7(0xaf)],_0x5a68bd[_0x47d8e7(0xcb)]=process[_0x47d8e7(0xc1)][testHubConstants[_0x47d8e7(0xdc)][_0x47d8e7(0xd8)]],_0x5a68bd[_0x47d8e7(0x7c)]=process[_0x47d8e7(0xc1)][testHubConstants[_0x47d8e7(0xdc)][_0x47d8e7(0xd2)]];const _0x36f109=_0x5a68bd;logger[_0x47d8e7(0xa1)](_0x47d8e7(0xe4)+JSON['stringify'](_0x36f109)),logger[_0x47d8e7(0xa1)](_0x32b8ce[_0x47d8e7(0x96)]),logger[_0x47d8e7(0xa1)](util['format'](await global[_0x47d8e7(0x98)][0x0][_0x47d8e7(0xc3)](scripts[_0x47d8e7(0xf1)],{'method':global['browserstackSessionName']}))),await global[_0x47d8e7(0x98)][0x0][_0x47d8e7(0xc3)](scripts[_0x47d8e7(0x79)],_0x36f109),logger['info'](_0x32b8ce[_0x47d8e7(0xa4)]);}}catch(_0x122f4b){logger['error'](_0x47d8e7(0xda)+this[_0x47d8e7(0xdd)][_0x47d8e7(0xb7)]()+_0x47d8e7(0x7d),_0x122f4b);}try{try{if(_0x32b8ce[_0x47d8e7(0xbe)](shouldProcessEventForTesthub)){global[_0x47d8e7(0x98)][0x0]&&await _0x32b8ce['dPPSW'](sendPlatformDetails,global[_0x47d8e7(0x98)][0x0],this['currentTest']?this[_0x47d8e7(0xdd)][_0x47d8e7(0xaf)]:null);if(_0x32b8ce[_0x47d8e7(0xcf)](isBrowserstackInfra)){const _0x46c74e=_0x47d8e7(0x9d)+Date['now']();await _0x32b8ce['fQOXJ'](_0x4cb727,JSON[_0x47d8e7(0x81)](_0x46c74e),_0x32b8ce[_0x47d8e7(0xde)]);}}}catch{}_0x32b8ce[_0x47d8e7(0x7b)](global[_0x47d8e7(0x98)][0x0][_0x47d8e7(0x8f)],0x0)&&await global[_0x47d8e7(0xb5)]();}catch(_0x324325){}_0x32b8ce[_0x47d8e7(0xcf)](_0x244330);})[_0x2f0020(0x91)](()=>_0x1414bb());},'afterAll'(_0x4dde2e){const _0x13f862=a32_0x47175e,_0x2ae11a={'nGTBw':function(_0x373916){return _0x373916();}},_0x3360a0='browserstack internal helper hook';this[_0x13f862(0xae)](0xfde8),new Promise(async _0x4bb307=>{const _0xeb48d2=_0x13f862;PerformanceTester[_0xeb48d2(0x8a)](),await global[_0xeb48d2(0xb5)](),_0x2ae11a[_0xeb48d2(0xba)](_0x4bb307);})['then'](()=>_0x4dde2e());}};
1
+ const a32_0x7f0119=a32_0x535f;(function(_0x3c2725,_0x10be01){const _0x44cd12=a32_0x535f,_0x5777dc=_0x3c2725();while(!![]){try{const _0x36bb9d=parseInt(_0x44cd12(0x166))/0x1+parseInt(_0x44cd12(0x16f))/0x2+parseInt(_0x44cd12(0x1a2))/0x3+-parseInt(_0x44cd12(0x1b8))/0x4*(parseInt(_0x44cd12(0x178))/0x5)+parseInt(_0x44cd12(0x155))/0x6*(-parseInt(_0x44cd12(0x16b))/0x7)+-parseInt(_0x44cd12(0x1b5))/0x8*(parseInt(_0x44cd12(0x18d))/0x9)+parseInt(_0x44cd12(0x180))/0xa*(parseInt(_0x44cd12(0x1c6))/0xb);if(_0x36bb9d===_0x10be01)break;else _0x5777dc['push'](_0x5777dc['shift']());}catch(_0x549549){_0x5777dc['push'](_0x5777dc['shift']());}}}(a32_0x5b96,0x3b701));function a32_0x5b96(){const _0x160b88=['browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','./test-observability/mochaUtils','185600azoPzB','getGlobal','thBuildUuid','protocol','bstackA11yShouldScan','49CHreWM','startMonitoring','mochaHooks','wvmzl','463184oepaib','info','dfNTK','XZUAC','passed','state','HcXfb','thTestRunUuid','stopMonitoring','14085tdHGhq','\x20-\x20','Hvowd','Automate\x20test\x20case\x20execution\x20has\x20started.','isAccessibilityPlatform','hcSyl','../../helpers/performance-tester','jVoXH','126250vlTGdQ','appium:app','accessibilityScanStarted','../../helpers/testhub/utils','quitCount_','titlePath','initQuit','err','EurcT','Passed','performScan','\x20|\x20','__drivers','99crFVkW','bIGjn','nYiHR','session_','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/helper','stringify','dElpz','mxoAW','../../helpers/globals','message','push','testcase','JhBTF','driverCleanup','BROWSERSTACK_TESTHUB_UUID','Failed:\x20','__error_messages__','percy','uqtVn','ABWkI','1140126CDjkBK','dFcPp','browserstackSessionName','Peypk','bVomh','GrDmR','EtxMQ','.\x20Error\x20:','http:','BUUSI','shouldScanTestForAccessibility','__sessionFailed','env','timeout','Failed\x20to\x20store\x20session\x20name:\x20','app','CFKdq','wZmRk','PLErx','317880LdxVDv','mhZqD','../../helpers/percy/utils','4ygcJkJ','failed','capabilities','ygGVI','then','__skipSessionName','winstonLogger','length','executeScript','shift','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','dGyGX','sWyYr','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','22rKqesY','now','isArray','executeAsyncScript','currentTest','BorBo','MZGgc','join','saveTestResults','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','\x22}}','hbgJJ','119250xPuWfT','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','ENV_VAR','error','format','TDjKB','QyvgH','thJwtToken','../../helpers/logger','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','../../helpers/testhub/constants','Brehx','https:','Performing\x20scan\x20before\x20saving\x20results','debug'];a32_0x5b96=function(){return _0x160b88;};return a32_0x5b96();}function a32_0x535f(_0x127292,_0x686a8c){const _0x5b964b=a32_0x5b96();return a32_0x535f=function(_0x535f6c,_0x4dedf1){_0x535f6c=_0x535f6c-0x151;let _0x294094=_0x5b964b[_0x535f6c];return _0x294094;},a32_0x535f(_0x127292,_0x686a8c);}const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a32_0x7f0119(0x1b7)),{sendPlatformDetails}=require(a32_0x7f0119(0x165)),{isBrowserstackInfra,markSessionStatus}=require(a32_0x7f0119(0x192)),PerformanceTester=require(a32_0x7f0119(0x17e)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a32_0x7f0119(0x196)),logger=require(a32_0x7f0119(0x15d))[a32_0x7f0119(0x1be)],{shouldProcessEventForTesthub}=require(a32_0x7f0119(0x183)),testHubConstants=require(a32_0x7f0119(0x15f));exports[a32_0x7f0119(0x16d)]={'beforeAll'(){const _0x10fc6a=a32_0x7f0119,_0x2ca0e6={'BorBo':function(_0x15ce47,_0x3bd0a6,_0xd3b494,_0x1d7128){return _0x15ce47(_0x3bd0a6,_0xd3b494,_0x1d7128);},'EtxMQ':_0x10fc6a(0x1b9),'wZmRk':_0x10fc6a(0x18b),'XZUAC':function(_0x2a758b,_0x24bff0,_0x38a938){return _0x2a758b(_0x24bff0,_0x38a938);},'ygGVI':_0x10fc6a(0x173),'TDjKB':function(_0x4ba1e4){return _0x4ba1e4();}};PerformanceTester[_0x10fc6a(0x16c)]();const _0x17820b='browserstack internal helper hook';global[_0x10fc6a(0x19e)]=[],global[_0x10fc6a(0x1ad)]=![],global[_0x10fc6a(0x19b)]=async()=>{const _0x15b71b=_0x10fc6a;let _0x3b705a=![];try{await global['__drivers'][0x0][_0x15b71b(0x190)],_0x3b705a=!![],global[_0x15b71b(0x1ad)]?await _0x2ca0e6[_0x15b71b(0x1cb)](markSessionStatus,global['__drivers'][0x0],_0x2ca0e6[_0x15b71b(0x1a8)],global['__error_messages__'][_0x15b71b(0x1cd)](_0x2ca0e6[_0x15b71b(0x1b3)])):await _0x2ca0e6['XZUAC'](markSessionStatus,global[_0x15b71b(0x18c)][0x0],_0x2ca0e6[_0x15b71b(0x1bb)]);}catch(_0xdc9db){}global[_0x15b71b(0x19e)]=[],global[_0x15b71b(0x1ad)]=![];if(_0x3b705a)try{try{_0x2ca0e6[_0x15b71b(0x15a)](shouldProcessEventForTesthub)&&(global[_0x15b71b(0x18c)][0x0]&&await _0x2ca0e6[_0x15b71b(0x172)](sendPlatformDetails,global['__drivers'][0x0],this[_0x15b71b(0x1ca)]?this[_0x15b71b(0x1ca)]['testAnalyticsId']:null));}catch{}await global[_0x15b71b(0x18c)][0x0][_0x15b71b(0x186)]();}catch(_0x2fef60){}};},'beforeEach'(_0x51ee8e){const _0x286c54=a32_0x7f0119,_0x3fb0e8={'hcSyl':function(_0x2a8dc5,_0x2cd45b){return _0x2a8dc5>_0x2cd45b;},'Hvowd':_0x286c54(0x179),'BUUSI':function(_0x2bfb3b,_0x497563,_0x2a1229){return _0x2bfb3b(_0x497563,_0x2a1229);},'zWJZw':_0x286c54(0x16a),'lNCkE':function(_0x6dad00){return _0x6dad00();},'mxoAW':_0x286c54(0x17c),'dfNTK':function(_0x38506f,_0x5c8dba){return _0x38506f===_0x5c8dba;},'gmPwe':_0x286c54(0x1aa),'YxGgU':_0x286c54(0x161),'mhZqD':_0x286c54(0x15e),'CFKdq':_0x286c54(0x17b)};new Promise(async _0x3893de=>{const _0xab8c0c=_0x286c54,_0x110867='browserstack internal helper hook';let _0x3e5c31=!![];try{_0x3fb0e8[_0xab8c0c(0x17d)](global[_0xab8c0c(0x18c)][_0xab8c0c(0x1bf)],0x1)&&(await global['driverCleanup'](),global[_0xab8c0c(0x18c)][_0xab8c0c(0x1c1)]()),_0x3fb0e8[_0xab8c0c(0x17d)](global[_0xab8c0c(0x18c)][0x0][_0xab8c0c(0x184)],0x0)&&(_0x3e5c31=![],await global[_0xab8c0c(0x19b)]());}catch{}try{Array['isArray'](global[_0xab8c0c(0x18c)])&&global[_0xab8c0c(0x18c)][0x0]&&(global[_0xab8c0c(0x18c)][0x0]['browserstackSessionName']=this[_0xab8c0c(0x1ca)][_0xab8c0c(0x185)]()[_0xab8c0c(0x1cd)](_0x3fb0e8[_0xab8c0c(0x17a)])),global[_0xab8c0c(0x1a4)]=this[_0xab8c0c(0x1ca)][_0xab8c0c(0x185)]()[_0xab8c0c(0x1cd)](_0x3fb0e8[_0xab8c0c(0x17a)]);}catch(_0x37d0b3){logger[_0xab8c0c(0x163)](_0xab8c0c(0x1b0)+_0x37d0b3);}this[_0xab8c0c(0x1ca)][_0xab8c0c(0x1ac)]=_0x3fb0e8[_0xab8c0c(0x1ab)](shouldScanTestForAccessibility,this[_0xab8c0c(0x1ca)]['titlePath'](),!![]),globals['setGlobal'](_0x3fb0e8['zWJZw'],this[_0xab8c0c(0x1ca)][_0xab8c0c(0x1ac)]),this[_0xab8c0c(0x1ca)]['accessibilityScanStarted']=!![];if(_0x3fb0e8['lNCkE'](isAccessibilityAutomationSession)&&_0x3e5c31&&Array[_0xab8c0c(0x1c8)](global[_0xab8c0c(0x18c)])&&_0x3fb0e8[_0xab8c0c(0x17d)](global[_0xab8c0c(0x18c)][_0xab8c0c(0x1bf)],0x0)&&globals[_0xab8c0c(0x167)](_0x3fb0e8[_0xab8c0c(0x195)]))try{const _0x13d9d7=await global['__drivers'][0x0][_0xab8c0c(0x190)];if(_0x13d9d7){let _0x1a42cc=!![];const _0x234c4b=await global[_0xab8c0c(0x18c)][0x0]['getCurrentUrl']();let _0x142fe0;try{_0x142fe0=new URL(_0x234c4b);}catch(_0x56acd3){_0x1a42cc=![];}_0x1a42cc=_0x3fb0e8[_0xab8c0c(0x171)](_0x142fe0[_0xab8c0c(0x169)],_0x3fb0e8['gmPwe'])||_0x3fb0e8[_0xab8c0c(0x171)](_0x142fe0['protocol'],_0x3fb0e8['YxGgU']),_0x1a42cc&&(this[_0xab8c0c(0x1ca)][_0xab8c0c(0x1ac)]&&logger[_0xab8c0c(0x170)](_0x3fb0e8[_0xab8c0c(0x1b6)])),this[_0xab8c0c(0x1ca)][_0xab8c0c(0x182)]=this['currentTest'][_0xab8c0c(0x1ac)],this[_0xab8c0c(0x1ca)][_0xab8c0c(0x1ac)]&&logger[_0xab8c0c(0x170)](_0x3fb0e8[_0xab8c0c(0x1b2)]);}}catch(_0x15a7f7){logger[_0xab8c0c(0x158)](_0xab8c0c(0x156)+util[_0xab8c0c(0x159)](_0x15a7f7));}_0x3fb0e8['lNCkE'](_0x3893de);})[_0x286c54(0x1bc)](_0x51ee8e);},'afterEach'(_0x544453){const _0x4ef9b7=a32_0x7f0119,_0x4e6922={'HcXfb':function(_0x1910e1,_0x45b969){return _0x1910e1>_0x45b969;},'nYiHR':function(_0x1566c8,_0xe564fa){return _0x1566c8===_0xe564fa;},'Peypk':_0x4ef9b7(0x199),'uqtVn':function(_0xa946f3,_0xed98d6){return _0xa946f3>_0xed98d6;},'Brehx':_0x4ef9b7(0x181),'dFcPp':function(_0x237081,_0x78b471,_0x2cc4d8,_0x5b1e57){return _0x237081(_0x78b471,_0x2cc4d8,_0x5b1e57);},'PLErx':_0x4ef9b7(0x179),'QyvgH':function(_0x659cd5,_0x4ce52f){return _0x659cd5!==_0x4ce52f;},'GrDmR':_0x4ef9b7(0x173),'nZYfo':function(_0x42d9b6,_0x4db9e2,_0x341d5d){return _0x42d9b6(_0x4db9e2,_0x341d5d);},'bVomh':function(_0x2fcd7b,_0x4ec53a){return _0x2fcd7b+_0x4ec53a;},'sWyYr':_0x4ef9b7(0x19d),'hcfAY':_0x4ef9b7(0x158),'wvmzl':_0x4ef9b7(0x189),'AabvT':_0x4ef9b7(0x170),'dGyGX':_0x4ef9b7(0x17c),'dElpz':_0x4ef9b7(0x16a),'jVoXH':_0x4ef9b7(0x1c5),'hbgJJ':_0x4ef9b7(0x162),'bIGjn':_0x4ef9b7(0x191),'aBmCY':function(_0x3b1426){return _0x3b1426();},'MZGgc':function(_0xe49488,_0x5a579e,_0xad70ec){return _0xe49488(_0x5a579e,_0xad70ec);},'JhBTF':function(_0x4c0d56){return _0x4c0d56();},'LYINw':function(_0x443cd7,_0x389a5f,_0xaa95e){return _0x443cd7(_0x389a5f,_0xaa95e);},'ABWkI':_0x4ef9b7(0x163)},_0x475531='browserstack internal helper hook';this[_0x4ef9b7(0x1af)](0xfde8);const _0x58f167=async(_0xc4ed34,_0x3eb4ea)=>{const _0xd6cb89=_0x4ef9b7;await global[_0xd6cb89(0x18c)][0x0][_0xd6cb89(0x1c0)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0xc4ed34+',\x22level\x22:\x20\x22'+_0x3eb4ea+_0xd6cb89(0x153));};new Promise(async _0xd7c1f3=>{const _0x470cec=_0x4ef9b7;try{_0x4e6922['HcXfb'](global[_0x470cec(0x18c)][_0x470cec(0x1bf)],0x1)&&(await global[_0x470cec(0x19b)](),global[_0x470cec(0x18c)][_0x470cec(0x1c1)](),global[_0x470cec(0x19e)]=[],global[_0x470cec(0x1ad)]=![]);try{if(global[_0x470cec(0x19f)]&&_0x4e6922[_0x470cec(0x18f)](global['percyCaptureMode'],_0x4e6922[_0x470cec(0x1a5)])&&global[_0x470cec(0x18c)][0x0]){const _0x3de91e=_0x4e6922[_0x470cec(0x1a0)](global['capabilities'][_0x470cec(0x1bf)],0x0)?!!global[_0x470cec(0x1ba)][0x0][_0x470cec(0x1b1)]||!!global['capabilities'][0x0][_0x4e6922[_0x470cec(0x160)]]:![],_0x256416={};_0x256416[_0x470cec(0x1b1)]=_0x3de91e,await _0x4e6922[_0x470cec(0x1a3)](percyAutoCapture,global[_0x470cec(0x18c)][0x0],_0x4e6922[_0x470cec(0x1a5)],_0x256416);}}catch(_0x265e23){}!global[_0x470cec(0x1bd)]&&(await global[_0x470cec(0x18c)][0x0][_0x470cec(0x1c0)](_0x470cec(0x164)+JSON['stringify'](this[_0x470cec(0x1ca)][_0x470cec(0x185)]()['join'](_0x4e6922[_0x470cec(0x1b4)]))+'}}'),global['__drivers'][0x0]['sessionNameSet__']=!![]);const _0x20c5f6=_0x4e6922[_0x470cec(0x15b)](this[_0x470cec(0x1ca)][_0x470cec(0x174)],_0x4e6922[_0x470cec(0x1a7)]);_0x20c5f6?(global[_0x470cec(0x1ad)]=!![],global['__error_messages__'][_0x470cec(0x198)](this[_0x470cec(0x1ca)][_0x470cec(0x187)][_0x470cec(0x197)]),await _0x4e6922['nZYfo'](_0x58f167,JSON[_0x470cec(0x193)](_0x4e6922[_0x470cec(0x1a6)](_0x4e6922[_0x470cec(0x1c4)],this['currentTest'][_0x470cec(0x187)][_0x470cec(0x197)])),_0x4e6922['hcfAY'])):await _0x4e6922['nZYfo'](_0x58f167,JSON[_0x470cec(0x193)](_0x4e6922[_0x470cec(0x16e)]),_0x4e6922['AabvT']);}catch(_0x4de7bb){}try{if(this['currentTest']['accessibilityScanStarted']&&globals[_0x470cec(0x167)](_0x4e6922[_0x470cec(0x1c3)])&&globals['getGlobal'](_0x4e6922[_0x470cec(0x194)])){logger[_0x470cec(0x170)](_0x4e6922[_0x470cec(0x17f)]);const _0x172b8f={};_0x172b8f[_0x470cec(0x176)]=this[_0x470cec(0x1ca)]['testAnalyticsId'],_0x172b8f[_0x470cec(0x168)]=process[_0x470cec(0x1ae)][testHubConstants[_0x470cec(0x157)][_0x470cec(0x19c)]],_0x172b8f[_0x470cec(0x15c)]=process[_0x470cec(0x1ae)][testHubConstants[_0x470cec(0x157)]['BROWSERSTACK_TESTHUB_JWT']];const _0x14f1fe=_0x172b8f;logger['debug'](_0x470cec(0x152)+JSON[_0x470cec(0x193)](_0x14f1fe)),logger['debug'](_0x4e6922[_0x470cec(0x154)]),logger[_0x470cec(0x163)](util[_0x470cec(0x159)](await global[_0x470cec(0x18c)][0x0][_0x470cec(0x1c9)](scripts[_0x470cec(0x18a)],{'method':global[_0x470cec(0x1a4)]}))),await global['__drivers'][0x0][_0x470cec(0x1c9)](scripts[_0x470cec(0x151)],_0x14f1fe),logger[_0x470cec(0x170)](_0x4e6922[_0x470cec(0x18e)]);}}catch(_0x3a2e81){logger[_0x470cec(0x158)](_0x470cec(0x1c2)+this[_0x470cec(0x1ca)]['titlePath']()+_0x470cec(0x1a9),_0x3a2e81);}try{try{if(_0x4e6922['aBmCY'](shouldProcessEventForTesthub)){global[_0x470cec(0x18c)][0x0]&&await _0x4e6922[_0x470cec(0x1cc)](sendPlatformDetails,global[_0x470cec(0x18c)][0x0],this['currentTest']?this[_0x470cec(0x1ca)]['testAnalyticsId']:null);if(_0x4e6922[_0x470cec(0x19a)](isBrowserstackInfra)){const _0xe2a48a='ObservabilitySync:'+Date[_0x470cec(0x1c7)]();await _0x4e6922['LYINw'](_0x58f167,JSON[_0x470cec(0x193)](_0xe2a48a),_0x4e6922[_0x470cec(0x1a1)]);}}}catch{}_0x4e6922[_0x470cec(0x175)](global[_0x470cec(0x18c)][0x0][_0x470cec(0x184)],0x0)&&await global[_0x470cec(0x19b)]();}catch(_0x23080e){}_0x4e6922[_0x470cec(0x19a)](_0xd7c1f3);})[_0x4ef9b7(0x1bc)](()=>_0x544453());},'afterAll'(_0x603cb8){const _0x5bbe64=a32_0x7f0119,_0x3a7bd4={'EurcT':function(_0x448726){return _0x448726();}},_0x1e4432='browserstack internal helper hook';this[_0x5bbe64(0x1af)](0xfde8),new Promise(async _0x2e0d5c=>{const _0x44ade2=_0x5bbe64;PerformanceTester[_0x44ade2(0x177)](),await global[_0x44ade2(0x19b)](),_0x3a7bd4[_0x44ade2(0x188)](_0x2e0d5c);})[_0x5bbe64(0x1bc)](()=>_0x603cb8());}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a33_0x3c62(_0x553263,_0x7b3b2a){const _0x29d9c8=a33_0x29d9();return a33_0x3c62=function(_0x3c62d6,_0x1a5bc8){_0x3c62d6=_0x3c62d6-0x120;let _0x22843f=_0x29d9c8[_0x3c62d6];return _0x22843f;},a33_0x3c62(_0x553263,_0x7b3b2a);}function a33_0x29d9(){const _0x504961=['biPuP','171568SzjXov','path','split','existsSync','llhqf','join','1205559ddRYVx','389406yPavkT','Deleting\x20','EAtLS','port','findIndex','splice','close','debug','modifyBrowserStackW3CCaps','platforms','start_process','zwNqj','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','writeFileSync','inherit','exports','nightwatch.cmd','XTKAu','../utils/constants','1043240wzkWPW','test','mergeDeep','info','--config','--env','EaNQj','XlelJ','2468730HsfpAc','filter','126qJBstH','nightwatch-browserstack.json','bTdCk','forEach','useW3C','RFUcP','AxgRo','UxBui','../../helpers/logger','MhfRI','modifyBrowserStackCaps','unlinkSync','webdriver','cwd','getPlatformName','6jEMHSo','odymB','../../helpers/BrowserStackSetup','FEZuN','gESep','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','50wifNXd','nightwatch.json','config','child_process','map','push','2LeoIqa','iWeMc','486675nRjbcs','winstonLogger','env','test_settings','nightwatch.conf.js','isUndefined','trim','desiredCapabilities','623102AIxPwB'];a33_0x29d9=function(){return _0x504961;};return a33_0x29d9();}const a33_0x5d10a1=a33_0x3c62;(function(_0x5d3239,_0x1578d9){const _0x1dbfe6=a33_0x3c62,_0x22af56=_0x5d3239();while(!![]){try{const _0x2d58d6=parseInt(_0x1dbfe6(0x14d))/0x1*(parseInt(_0x1dbfe6(0x157))/0x2)+parseInt(_0x1dbfe6(0x160))/0x3+parseInt(_0x1dbfe6(0x128))/0x4+parseInt(_0x1dbfe6(0x14f))/0x5*(-parseInt(_0x1dbfe6(0x141))/0x6)+-parseInt(_0x1dbfe6(0x132))/0x7*(-parseInt(_0x1dbfe6(0x159))/0x8)+parseInt(_0x1dbfe6(0x15f))/0x9*(-parseInt(_0x1dbfe6(0x147))/0xa)+-parseInt(_0x1dbfe6(0x130))/0xb;if(_0x2d58d6===_0x1578d9)break;else _0x22af56['push'](_0x22af56['shift']());}catch(_0x58c769){_0x22af56['push'](_0x22af56['shift']());}}}(a33_0x29d9,0x63a9e));const fs=require('fs'),path=require(a33_0x5d10a1(0x15a)),{spawn}=require(a33_0x5d10a1(0x14a)),logger=require(a33_0x5d10a1(0x13a))[a33_0x5d10a1(0x150)],{default:BrowserStackSetup}=require(a33_0x5d10a1(0x143)),helper=require('../../helpers/helper'),constants=require(a33_0x5d10a1(0x127)),getUserNightwatchConfigs=(_0x41c7a3,_0x7a1e0e)=>{const _0x11005c=a33_0x5d10a1,_0x26b5fa={'bTdCk':_0x11005c(0x153),'UxBui':_0x11005c(0x148),'iWeMc':function(_0x53af84,_0xa99142){return _0x53af84(_0xa99142);},'XLcEG':_0x11005c(0x121)};let _0x3ed4d0=null,_0xfc2c0b={};const _0x4e5bc7=_0x7a1e0e[_0x11005c(0x164)](_0x4af6c3=>_0x4af6c3===_0x11005c(0x12c));if(!helper[_0x11005c(0x154)](_0x41c7a3[_0x11005c(0x149)])&&fs[_0x11005c(0x15c)](path['join'](process['cwd'](),_0x41c7a3['config'])))_0x3ed4d0=path['join'](process[_0x11005c(0x13f)](),_0x41c7a3[_0x11005c(0x149)]),_0x7a1e0e[_0x11005c(0x165)](_0x4e5bc7,0x2);else{if(fs['existsSync'](path['join'](process[_0x11005c(0x13f)](),_0x26b5fa[_0x11005c(0x134)])))_0x3ed4d0=path[_0x11005c(0x15e)](process[_0x11005c(0x13f)](),_0x26b5fa['bTdCk']);else fs[_0x11005c(0x15c)](path[_0x11005c(0x15e)](process[_0x11005c(0x13f)](),_0x26b5fa[_0x11005c(0x139)]))&&(_0x3ed4d0=path[_0x11005c(0x15e)](process[_0x11005c(0x13f)](),_0x26b5fa[_0x11005c(0x139)]));}return _0x3ed4d0?(logger[_0x11005c(0x12b)]('Getting\x20your\x20nightwatch\x20configs\x20from\x20'+_0x3ed4d0),_0xfc2c0b=_0x26b5fa[_0x11005c(0x14e)](require,_0x3ed4d0)):logger[_0x11005c(0x12b)](_0x26b5fa['XLcEG']),_0xfc2c0b;},removeExistingEnvs=_0x141a08=>{const _0x4ba6b4=a33_0x5d10a1,_0x35fafc={};_0x35fafc['llhqf']=function(_0x1e3b70,_0x756bf4){return _0x1e3b70>_0x756bf4;};const _0x258785=_0x35fafc;let _0x570986=_0x141a08[_0x4ba6b4(0x164)](_0x338046=>_0x338046===_0x4ba6b4(0x12d));_0x258785[_0x4ba6b4(0x15d)](_0x570986,-0x1)&&_0x141a08['splice'](_0x570986,0x2),_0x570986=_0x141a08[_0x4ba6b4(0x164)](_0x35186e=>_0x35186e==='-e'),_0x258785[_0x4ba6b4(0x15d)](_0x570986,-0x1)&&_0x141a08[_0x4ba6b4(0x165)](_0x570986,0x2);};function run(_0x108fa5,_0x13e27c){const _0x54e198=a33_0x5d10a1,_0x3acda4={'biPuP':'nightwatch','FEZuN':function(_0x1ad292,_0x135f86){return _0x1ad292+_0x135f86;},'hwojv':_0x54e198(0x152),'odymB':function(_0x51d5b9,_0x364637,_0x2ce27a){return _0x51d5b9(_0x364637,_0x2ce27a);},'nOlul':'hub.browserstack.com','gESep':_0x54e198(0x146),'EAtLS':function(_0x51098d,_0x4cd30a){return _0x51098d===_0x4cd30a;},'XlelJ':_0x54e198(0x133),'AxgRo':function(_0x2befe8,_0x2b97cd){return _0x2befe8(_0x2b97cd);},'EaNQj':function(_0x2940f5,_0xb84917,_0x517ea3,_0x1b4fd1){return _0x2940f5(_0xb84917,_0x517ea3,_0x1b4fd1);},'MhfRI':_0x54e198(0x125),'mkvTU':'--config','KJDQp':'--env','iuoPd':_0x54e198(0x123),'XTKAu':_0x54e198(0x166)},_0x30bcdc=new BrowserStackSetup(_0x108fa5);if(!_0x30bcdc[_0x54e198(0x149)])return;const _0x4cca46=_0x3acda4[_0x54e198(0x142)](getUserNightwatchConfigs,_0x108fa5,_0x13e27c),_0x2eaf5b={};_0x2eaf5b[_0x54e198(0x16a)]=![];const _0xa71831={};_0xa71831['host']=_0x3acda4['nOlul'],_0xa71831[_0x54e198(0x163)]=0x1bb;const _0x14759d={};_0x14759d[_0x54e198(0x13e)]=_0x2eaf5b,_0x14759d['selenium']=_0xa71831;const _0x4cbbf6=_0x14759d;logger[_0x54e198(0x12b)](_0x3acda4[_0x54e198(0x145)]);const _0x4663af={..._0x4cca46},_0x3277bb=_0x4663af,_0x1b294f=helper[_0x54e198(0x136)](_0x30bcdc[_0x54e198(0x149)]),_0x99a8a8=[];_0x30bcdc[_0x54e198(0x149)][_0x54e198(0x169)][_0x54e198(0x135)]((_0x316647,_0x3de0f4)=>{const _0x3e1465=_0x54e198;_0x1b294f?_0x99a8a8[_0x3e1465(0x14c)](helper[_0x3e1465(0x168)](_0x30bcdc['config'],_0x3acda4[_0x3e1465(0x158)],_0x3de0f4)):_0x99a8a8[_0x3e1465(0x14c)](helper[_0x3e1465(0x13c)](_0x30bcdc[_0x3e1465(0x149)],_0x3acda4[_0x3e1465(0x158)],_0x3de0f4));});const _0x457fad={},_0xe8c4a6=[];_0x108fa5[_0x54e198(0x151)]=_0x108fa5[_0x54e198(0x151)]||_0x108fa5['e'];const _0x36e47a=_0x108fa5[_0x54e198(0x151)]?_0x108fa5[_0x54e198(0x151)][_0x54e198(0x155)]()[_0x54e198(0x15b)](',')[_0x54e198(0x14b)](_0x58b162=>_0x58b162[_0x54e198(0x155)]())[_0x54e198(0x131)](_0x5032fb=>_0x5032fb!==''):[''];_0x3acda4[_0x54e198(0x162)](_0x36e47a['length'],0x0)&&_0x36e47a[_0x54e198(0x14c)]('');_0x36e47a['forEach'](_0x20ff71=>{const _0x2edd46=_0x54e198,_0x59dce1={'RFUcP':function(_0x40ffd1,_0x1bd6dd){const _0x8e8cd5=a33_0x3c62;return _0x3acda4[_0x8e8cd5(0x144)](_0x40ffd1,_0x1bd6dd);},'zwNqj':_0x3acda4['hwojv']};_0x99a8a8[_0x2edd46(0x135)](_0x55c76f=>{const _0x3f8ad2=_0x2edd46;let _0x1403b7=_0x59dce1[_0x3f8ad2(0x137)](helper[_0x3f8ad2(0x140)](_0x55c76f,'_'),'_'+Date['now']());_0x20ff71&&(_0x1403b7+='_'+_0x20ff71);if(_0x20ff71&&(!_0x4cca46[_0x59dce1[_0x3f8ad2(0x120)]]||!_0x4cca46[_0x59dce1[_0x3f8ad2(0x120)]][_0x20ff71]))return;const _0x508cd6={..._0x4cbbf6};_0x508cd6[_0x3f8ad2(0x156)]=_0x55c76f;const _0x485f9d=_0x508cd6;_0x457fad[_0x1403b7]=_0x20ff71?helper[_0x3f8ad2(0x12a)](_0x4cca46[_0x59dce1['zwNqj']][_0x20ff71],_0x485f9d):_0x485f9d,_0xe8c4a6[_0x3f8ad2(0x14c)](_0x1403b7);});});!_0x3277bb['test_settings']&&(_0x3277bb[_0x54e198(0x152)]={});_0x3277bb[_0x54e198(0x152)]={..._0x3277bb['test_settings'],..._0x457fad};const _0xbb708b=path[_0x54e198(0x15e)](__dirname,_0x3acda4[_0x54e198(0x12f)]);fs[_0x54e198(0x122)](_0xbb708b,JSON['stringify'](_0x3277bb)),_0x3acda4[_0x54e198(0x138)](removeExistingEnvs,_0x13e27c);const _0x58cc03=_0x3acda4[_0x54e198(0x12e)](spawn,/^win/[_0x54e198(0x129)](process['platform'])?_0x3acda4[_0x54e198(0x13b)]:_0x3acda4[_0x54e198(0x158)],[_0x3acda4['mkvTU'],_0xbb708b,..._0x13e27c['slice'](0x1),_0x3acda4['KJDQp'],_0xe8c4a6[_0x54e198(0x15e)](',')],{'stdio':_0x3acda4['iuoPd']});_0x58cc03['on'](_0x3acda4[_0x54e198(0x126)],async _0x4ecdc2=>{const _0x329de2=_0x54e198;logger[_0x329de2(0x167)]('child\x20process\x20exited\x20with\x20code\x20'+_0x4ecdc2),logger['info'](_0x329de2(0x161)+_0xbb708b),fs[_0x329de2(0x13d)](_0xbb708b);});}module[a33_0x5d10a1(0x124)]=run;
2
+ 'use strict';function a33_0x2642(_0x4ef530,_0x2970b5){const _0xfd7d09=a33_0xfd7d();return a33_0x2642=function(_0x26424f,_0x341eab){_0x26424f=_0x26424f-0x6f;let _0x1ebb90=_0xfd7d09[_0x26424f];return _0x1ebb90;},a33_0x2642(_0x4ef530,_0x2970b5);}const a33_0x31a796=a33_0x2642;(function(_0x309cbd,_0x57e1c2){const _0x133be3=a33_0x2642,_0x11d677=_0x309cbd();while(!![]){try{const _0x1414b0=parseInt(_0x133be3(0x9a))/0x1*(-parseInt(_0x133be3(0xaa))/0x2)+parseInt(_0x133be3(0x7a))/0x3*(parseInt(_0x133be3(0x94))/0x4)+parseInt(_0x133be3(0x85))/0x5*(-parseInt(_0x133be3(0x96))/0x6)+parseInt(_0x133be3(0x99))/0x7*(parseInt(_0x133be3(0xb3))/0x8)+parseInt(_0x133be3(0x70))/0x9+-parseInt(_0x133be3(0xa9))/0xa*(-parseInt(_0x133be3(0x93))/0xb)+-parseInt(_0x133be3(0x9f))/0xc*(-parseInt(_0x133be3(0x9e))/0xd);if(_0x1414b0===_0x57e1c2)break;else _0x11d677['push'](_0x11d677['shift']());}catch(_0x3915cf){_0x11d677['push'](_0x11d677['shift']());}}}(a33_0xfd7d,0x95da0));function a33_0xfd7d(){const _0x372a38=['winstonLogger','--env','cwd','useW3C','../../helpers/logger','splice','close','ftsTC','9396610UdhUYc','1127896UuMUgV','GxHxL','Lgiyr','path','getPlatformName','length','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','trim','mergeDeep','198168zFkZcJ','debug','start_process','existsSync','platforms','inherit','isUndefined','stringify','writeFileSync','9774027RicvWU','hub.browserstack.com','host','config','now','../../helpers/BrowserStackSetup','ukSLR','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','lzpuU','test_settings','245859AdTAGn','../../helpers/helper','platform','WLDCZ','join','env','otEXa','push','--config','fuJuU','JFpsy','2814710GdxQbs','exports','Getting\x20your\x20nightwatch\x20configs\x20from\x20','nightwatch-browserstack.json','modifyBrowserStackCaps','YWRgi','nJWEh','LDiqF','aRWRX','filter','test','DAaob','unlinkSync','modifyBrowserStackW3CCaps','11ipEfLD','20VYOaxw','fLGKy','12AoXuDh','info','webdriver','119MZfMko','2lZZGfU','findIndex','forEach','selenium','143468RnYNBA','12OsDukc','desiredCapabilities'];a33_0xfd7d=function(){return _0x372a38;};return a33_0xfd7d();}const fs=require('fs'),path=require(a33_0x31a796(0xad)),{spawn}=require('child_process'),logger=require(a33_0x31a796(0xa5))[a33_0x31a796(0xa1)],{default:BrowserStackSetup}=require(a33_0x31a796(0x75)),helper=require(a33_0x31a796(0x7b)),constants=require('../utils/constants'),getUserNightwatchConfigs=(_0x583b45,_0x578c45)=>{const _0x33a477=a33_0x31a796,_0x2c29fb={'WLDCZ':'nightwatch.conf.js','aRWRX':'nightwatch.json','nJWEh':function(_0x91ceb8,_0x5d3f40){return _0x91ceb8(_0x5d3f40);},'otEXa':_0x33a477(0xb0)};let _0x2eba76=null,_0x5b81db={};const _0x55acad=_0x578c45[_0x33a477(0x9b)](_0x1d2a14=>_0x1d2a14===_0x33a477(0x82));if(!helper[_0x33a477(0xb9)](_0x583b45[_0x33a477(0x73)])&&fs[_0x33a477(0xb6)](path[_0x33a477(0x7e)](process[_0x33a477(0xa3)](),_0x583b45[_0x33a477(0x73)])))_0x2eba76=path[_0x33a477(0x7e)](process[_0x33a477(0xa3)](),_0x583b45['config']),_0x578c45[_0x33a477(0xa6)](_0x55acad,0x2);else{if(fs[_0x33a477(0xb6)](path[_0x33a477(0x7e)](process['cwd'](),_0x2c29fb[_0x33a477(0x7d)])))_0x2eba76=path[_0x33a477(0x7e)](process[_0x33a477(0xa3)](),_0x2c29fb[_0x33a477(0x7d)]);else fs[_0x33a477(0xb6)](path[_0x33a477(0x7e)](process[_0x33a477(0xa3)](),_0x2c29fb[_0x33a477(0x8d)]))&&(_0x2eba76=path[_0x33a477(0x7e)](process[_0x33a477(0xa3)](),_0x2c29fb[_0x33a477(0x8d)]));}return _0x2eba76?(logger[_0x33a477(0x97)](_0x33a477(0x87)+_0x2eba76),_0x5b81db=_0x2c29fb[_0x33a477(0x8b)](require,_0x2eba76)):logger[_0x33a477(0x97)](_0x2c29fb[_0x33a477(0x80)]),_0x5b81db;},removeExistingEnvs=_0x1a6a4b=>{const _0x480c95=a33_0x31a796,_0x9b8a01={};_0x9b8a01[_0x480c95(0x90)]=function(_0x13db62,_0x2363a1){return _0x13db62>_0x2363a1;};const _0x3aaa73=_0x9b8a01;let _0x23f5b4=_0x1a6a4b[_0x480c95(0x9b)](_0x50b160=>_0x50b160==='--env');_0x3aaa73[_0x480c95(0x90)](_0x23f5b4,-0x1)&&_0x1a6a4b[_0x480c95(0xa6)](_0x23f5b4,0x2),_0x23f5b4=_0x1a6a4b[_0x480c95(0x9b)](_0x359ab2=>_0x359ab2==='-e'),_0x3aaa73[_0x480c95(0x90)](_0x23f5b4,-0x1)&&_0x1a6a4b[_0x480c95(0xa6)](_0x23f5b4,0x2);};function run(_0xf018ee,_0x5de62a){const _0x3ae176=a33_0x31a796,_0x24f343={'ukSLR':'nightwatch','JFpsy':function(_0x3c1de1,_0x315e65){return _0x3c1de1+_0x315e65;},'fuJuU':_0x3ae176(0x79),'LDiqF':function(_0x39ae64,_0x184ceb,_0x2ec229){return _0x39ae64(_0x184ceb,_0x2ec229);},'fJcti':_0x3ae176(0x71),'kyrYV':_0x3ae176(0x77),'iwOHM':function(_0x1309b4,_0x2a522a){return _0x1309b4===_0x2a522a;},'MMFSN':_0x3ae176(0x88),'YWRgi':function(_0x4519e1,_0x35ff0f){return _0x4519e1(_0x35ff0f);},'fLGKy':function(_0x5ba0a3,_0x1f460f,_0x6da407,_0x311850){return _0x5ba0a3(_0x1f460f,_0x6da407,_0x311850);},'Lgiyr':'nightwatch.cmd','GxHxL':_0x3ae176(0x82),'ftsTC':_0x3ae176(0xa2),'lzpuU':_0x3ae176(0xb8),'JyxGU':_0x3ae176(0xa7)},_0x500bfe=new BrowserStackSetup(_0xf018ee);if(!_0x500bfe[_0x3ae176(0x73)])return;const _0x5eb9dc=_0x24f343[_0x3ae176(0x8c)](getUserNightwatchConfigs,_0xf018ee,_0x5de62a),_0x342066={};_0x342066[_0x3ae176(0xb5)]=![];const _0x130360={};_0x130360[_0x3ae176(0x72)]=_0x24f343['fJcti'],_0x130360['port']=0x1bb;const _0x3ff6fc={};_0x3ff6fc[_0x3ae176(0x98)]=_0x342066,_0x3ff6fc[_0x3ae176(0x9d)]=_0x130360;const _0x3b751e=_0x3ff6fc;logger[_0x3ae176(0x97)](_0x24f343['kyrYV']);const _0x2c4e1d={..._0x5eb9dc},_0x3f8da1=_0x2c4e1d,_0x24e2ad=helper[_0x3ae176(0xa4)](_0x500bfe['config']),_0x175672=[];_0x500bfe[_0x3ae176(0x73)][_0x3ae176(0xb7)][_0x3ae176(0x9c)]((_0x357c60,_0x1e2728)=>{const _0xd2b1ce=_0x3ae176;_0x24e2ad?_0x175672[_0xd2b1ce(0x81)](helper[_0xd2b1ce(0x92)](_0x500bfe[_0xd2b1ce(0x73)],_0x24f343[_0xd2b1ce(0x76)],_0x1e2728)):_0x175672[_0xd2b1ce(0x81)](helper[_0xd2b1ce(0x89)](_0x500bfe[_0xd2b1ce(0x73)],_0x24f343['ukSLR'],_0x1e2728));});const _0x5423d2={},_0x5181fd=[];_0xf018ee[_0x3ae176(0x7f)]=_0xf018ee[_0x3ae176(0x7f)]||_0xf018ee['e'];const _0x5296e0=_0xf018ee[_0x3ae176(0x7f)]?_0xf018ee[_0x3ae176(0x7f)][_0x3ae176(0xb1)]()['split'](',')['map'](_0x28f34c=>_0x28f34c[_0x3ae176(0xb1)]())[_0x3ae176(0x8e)](_0x9e7fb4=>_0x9e7fb4!==''):[''];_0x24f343['iwOHM'](_0x5296e0[_0x3ae176(0xaf)],0x0)&&_0x5296e0[_0x3ae176(0x81)]('');_0x5296e0[_0x3ae176(0x9c)](_0x46846d=>{_0x175672['forEach'](_0x32be65=>{const _0x48f3ea=a33_0x2642;let _0x415f22=_0x24f343[_0x48f3ea(0x84)](helper[_0x48f3ea(0xae)](_0x32be65,'_'),'_'+Date[_0x48f3ea(0x74)]());_0x46846d&&(_0x415f22+='_'+_0x46846d);if(_0x46846d&&(!_0x5eb9dc[_0x24f343['fuJuU']]||!_0x5eb9dc[_0x24f343[_0x48f3ea(0x83)]][_0x46846d]))return;const _0x20f8ad={..._0x3b751e};_0x20f8ad[_0x48f3ea(0xa0)]=_0x32be65;const _0xd0d713=_0x20f8ad;_0x5423d2[_0x415f22]=_0x46846d?helper[_0x48f3ea(0xb2)](_0x5eb9dc[_0x24f343['fuJuU']][_0x46846d],_0xd0d713):_0xd0d713,_0x5181fd['push'](_0x415f22);});});!_0x3f8da1['test_settings']&&(_0x3f8da1['test_settings']={});_0x3f8da1[_0x3ae176(0x79)]={..._0x3f8da1['test_settings'],..._0x5423d2};const _0x508073=path['join'](__dirname,_0x24f343['MMFSN']);fs[_0x3ae176(0x6f)](_0x508073,JSON[_0x3ae176(0xba)](_0x3f8da1)),_0x24f343[_0x3ae176(0x8a)](removeExistingEnvs,_0x5de62a);const _0x14aa82=_0x24f343[_0x3ae176(0x95)](spawn,/^win/[_0x3ae176(0x8f)](process[_0x3ae176(0x7c)])?_0x24f343[_0x3ae176(0xac)]:_0x24f343[_0x3ae176(0x76)],[_0x24f343[_0x3ae176(0xab)],_0x508073,..._0x5de62a['slice'](0x1),_0x24f343[_0x3ae176(0xa8)],_0x5181fd[_0x3ae176(0x7e)](',')],{'stdio':_0x24f343[_0x3ae176(0x78)]});_0x14aa82['on'](_0x24f343['JyxGU'],async _0x112677=>{const _0x1f6157=_0x3ae176;logger[_0x1f6157(0xb4)]('child\x20process\x20exited\x20with\x20code\x20'+_0x112677),logger[_0x1f6157(0x97)]('Deleting\x20'+_0x508073),fs[_0x1f6157(0x91)](_0x508073);});}module[a33_0x31a796(0x86)]=run;
@@ -1 +1 @@
1
- const a34_0x1d0f78=a34_0x1057;(function(_0x3569f0,_0x191c67){const _0x4df83c=a34_0x1057,_0x5db2f4=_0x3569f0();while(!![]){try{const _0x35349e=-parseInt(_0x4df83c(0x1ff))/0x1+parseInt(_0x4df83c(0x223))/0x2*(-parseInt(_0x4df83c(0x225))/0x3)+-parseInt(_0x4df83c(0x1f9))/0x4*(parseInt(_0x4df83c(0x1e7))/0x5)+-parseInt(_0x4df83c(0x221))/0x6+parseInt(_0x4df83c(0x21d))/0x7*(-parseInt(_0x4df83c(0x226))/0x8)+parseInt(_0x4df83c(0x247))/0x9*(parseInt(_0x4df83c(0x233))/0xa)+parseInt(_0x4df83c(0x23d))/0xb;if(_0x35349e===_0x191c67)break;else _0x5db2f4['push'](_0x5db2f4['shift']());}catch(_0x5462a9){_0x5db2f4['push'](_0x5db2f4['shift']());}}}(a34_0x3d10,0x413dd));const util=require('util'),logger=require('../../helpers/logger')[a34_0x1d0f78(0x1fe)],{isAccessibilityAutomationSession}=require(a34_0x1d0f78(0x240)),{isUndefined}=require(a34_0x1d0f78(0x1f1)),scripts=require('../../helpers/accessibility-automation/scripts');exports[a34_0x1d0f78(0x1f7)]=async(_0x36b758,_0x5aa11b,_0x577425={})=>{const _0x2dcdd6=a34_0x1d0f78,_0xcc1203={};_0xcc1203[_0x2dcdd6(0x220)]=_0x2dcdd6(0x20d);const _0x54a8fa=_0xcc1203;return await _0x36b758[_0x2dcdd6(0x21f)]('(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'+_0x5aa11b['replace'](/arguments/g,_0x54a8fa['iGqbc'])+_0x2dcdd6(0x229)+JSON[_0x2dcdd6(0x22e)](_0x577425)+')');},exports[a34_0x1d0f78(0x1e6)]=async(_0x80ea03,_0x5cdbd9,_0x2fdc85={})=>{const _0x1dc918=a34_0x1d0f78,_0x17bbb3={};_0x17bbb3[_0x1dc918(0x1e4)]=function(_0x2fec8a,_0x539da0){return _0x2fec8a===_0x539da0;},_0x17bbb3[_0x1dc918(0x1e3)]=_0x1dc918(0x1f8),_0x17bbb3[_0x1dc918(0x235)]=function(_0x22ab8f,_0x147629){return _0x22ab8f===_0x147629;},_0x17bbb3[_0x1dc918(0x222)]=_0x1dc918(0x214),_0x17bbb3[_0x1dc918(0x1dd)]=_0x1dc918(0x20d);const _0x4a2c1c=_0x17bbb3;if(_0x4a2c1c[_0x1dc918(0x1e4)](_0x80ea03[_0x1dc918(0x1fa)][_0x1dc918(0x1f0)],_0x4a2c1c[_0x1dc918(0x1e3)]))return await _0x80ea03[_0x1dc918(0x23e)](_0x5cdbd9,_0x2fdc85);else{if(_0x4a2c1c[_0x1dc918(0x235)](_0x80ea03[_0x1dc918(0x1fa)]['name'],_0x4a2c1c['LcYcu']))return await _0x80ea03[_0x1dc918(0x1fd)](_0x1dc918(0x1e1)+_0x5cdbd9[_0x1dc918(0x22a)](/arguments/g,_0x4a2c1c[_0x1dc918(0x1dd)])+_0x1dc918(0x1ef)+JSON['stringify'](_0x2fdc85)+')');}},exports['setAccessibilityCapabilities']=async _0x19841c=>{const _0x58ad12=a34_0x1d0f78,_0x52403c={};_0x52403c[_0x58ad12(0x242)]=_0x58ad12(0x206),_0x52403c[_0x58ad12(0x1ec)]=_0x58ad12(0x201),_0x52403c[_0x58ad12(0x1fb)]='accessibilityOptions.includeIssueType.bestPractice',_0x52403c[_0x58ad12(0x207)]=_0x58ad12(0x1f5),_0x52403c[_0x58ad12(0x211)]=_0x58ad12(0x22f),_0x52403c[_0x58ad12(0x215)]='accessibilityOptions.scannerVersion';const _0x4c1cea=_0x52403c;_0x19841c[_0x58ad12(0x1de)]&&(_0x19841c[_0x58ad12(0x1de)][_0x58ad12(0x200)]&&(_0x19841c[_0x4c1cea[_0x58ad12(0x242)]]=_0x19841c['accessibilityOptions']['wcagVersion']),_0x19841c[_0x58ad12(0x1de)][_0x58ad12(0x20b)]&&(_0x19841c[_0x4c1cea[_0x58ad12(0x1ec)]]=_0x19841c[_0x58ad12(0x1de)]['scannerProcessingTimeout']),_0x19841c['accessibilityOptions'][_0x58ad12(0x1f4)]&&(_0x19841c[_0x4c1cea[_0x58ad12(0x1fb)]]=_0x19841c[_0x58ad12(0x1de)][_0x58ad12(0x1f4)][_0x58ad12(0x237)],_0x19841c[_0x4c1cea[_0x58ad12(0x207)]]=_0x19841c['accessibilityOptions'][_0x58ad12(0x1f4)][_0x58ad12(0x1dc)]));const _0x576632=JSON[_0x58ad12(0x21a)](process[_0x58ad12(0x208)][_0x58ad12(0x1ed)])['scannerVersion'];_0x19841c[_0x4c1cea[_0x58ad12(0x211)]]=process[_0x58ad12(0x208)]['BS_A11Y_JWT'],_0x19841c[_0x4c1cea[_0x58ad12(0x215)]]=_0x576632,delete _0x19841c[_0x58ad12(0x1de)];},exports[a34_0x1d0f78(0x1ea)]=async _0x4a7fc4=>{const _0x27fa12=a34_0x1d0f78,_0x1fe02e={};_0x1fe02e[_0x27fa12(0x227)]=_0x27fa12(0x204),_0x1fe02e[_0x27fa12(0x224)]=_0x27fa12(0x219);const _0x2564ab=_0x1fe02e;if(global[_0x27fa12(0x1eb)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x4a7fc4,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x4a7fc4,scripts.getResults);return res;}catch{return logger[_0x27fa12(0x241)](_0x2564ab[_0x27fa12(0x227)]),[];}else return logger[_0x27fa12(0x20f)](_0x2564ab[_0x27fa12(0x224)]),[];},exports[a34_0x1d0f78(0x1fc)]=async(_0x10391c,_0x493f4a='')=>{const _0xb928ba=a34_0x1d0f78;if(global[_0xb928ba(0x1eb)]){const _0xd2d561={};return _0xd2d561[_0xb928ba(0x1f2)]=_0x493f4a,await exports[_0xb928ba(0x1f7)](_0x10391c,scripts[_0xb928ba(0x1fc)],_0xd2d561);}},exports[a34_0x1d0f78(0x239)]=async _0x1e5d3c=>{const _0x176ec2=a34_0x1d0f78,_0x41a097={};_0x41a097[_0x176ec2(0x212)]=_0x176ec2(0x23b),_0x41a097[_0x176ec2(0x213)]=_0x176ec2(0x21c);const _0x5de61b=_0x41a097;if(global[_0x176ec2(0x1eb)])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x1e5d3c,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x1e5d3c,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x176ec2(0x1df)](_0x5de61b[_0x176ec2(0x212)]),{};}else return logger[_0x176ec2(0x20f)](_0x5de61b[_0x176ec2(0x213)]),{};},exports[a34_0x1d0f78(0x244)]=async _0x1747cf=>{const _0x22ce4=a34_0x1d0f78,_0xbf3e60={'AeLxT':function(_0x4edfcc,_0x40c09f){return _0x4edfcc!==_0x40c09f;},'GCsTz':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ftsyk':function(_0x37b913,_0x5e553c){return _0x37b913===_0x5e553c;},'QJUbS':_0x22ce4(0x234),'Dxgfx':function(_0x5a8807,_0x1e9b1c){return _0x5a8807===_0x1e9b1c;},'BgOEQ':_0x22ce4(0x23c),'wgETz':_0x22ce4(0x217),'jVxEp':function(_0x95731c,_0x3f0ae7){return _0x95731c(_0x3f0ae7);},'meuPb':_0x22ce4(0x23f),'WQbbQ':function(_0x357ded,_0x299fea){return _0x357ded>_0x299fea;},'dpjeL':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(!_0xbf3e60[_0x22ce4(0x20e)](_0x1747cf['deviceName'],''))return logger[_0x22ce4(0x20f)](_0xbf3e60[_0x22ce4(0x1e5)]),![];const _0x421cc4=_0x1747cf['browser'];if(!(_0xbf3e60[_0x22ce4(0x209)](_0x421cc4,_0xbf3e60[_0x22ce4(0x1e0)])||_0xbf3e60['Dxgfx'](_0x421cc4,_0xbf3e60['BgOEQ'])))return logger[_0x22ce4(0x20f)](_0xbf3e60[_0x22ce4(0x230)]),![];const _0xfeff62=_0xbf3e60['jVxEp'](parseInt,_0x1747cf['browser_version']);if(!(_0xbf3e60[_0x22ce4(0x1e8)](_0xfeff62,_0xbf3e60[_0x22ce4(0x1f3)])||_0xbf3e60['WQbbQ'](_0xfeff62,0x5e)))return logger[_0x22ce4(0x20f)](_0xbf3e60[_0x22ce4(0x236)]),![];}catch(_0x1c6f27){logger[_0x22ce4(0x1df)](_0x22ce4(0x203)+util[_0x22ce4(0x23a)](_0x1c6f27));}return!![];},exports[a34_0x1d0f78(0x1ee)]=(_0x1d6741,_0xd137b1,_0x201f2b)=>{const _0x35d499=a34_0x1d0f78,_0x3b180e={'SxOAt':function(_0x52aecd){return _0x52aecd();},'VnKsu':_0x35d499(0x205),'QmfCe':function(_0x493b65,_0x3b768d){return _0x493b65===_0x3b768d;},'SrbfY':_0x35d499(0x234),'OrzcD':function(_0x25a477,_0x497715){return _0x25a477===_0x497715;},'BDpuj':'playwright-chromium','JcQVF':_0x35d499(0x217),'BZsqU':function(_0x56460b,_0x3729ad){return _0x56460b===_0x3729ad;},'tlNis':'latest','FZxJK':function(_0x2a7340,_0x443e24){return _0x2a7340>_0x443e24;},'qScap':_0x35d499(0x243),'KqDcf':function(_0x536c5b,_0x50c28f){return _0x536c5b(_0x50c28f);},'FaxQb':_0x35d499(0x216),'TbtFD':function(_0x452332,_0x1949c6){return _0x452332+_0x1949c6;},'BMoGb':function(_0x550c08,_0x1c5cec){return _0x550c08(_0x1c5cec);}};try{if(_0x3b180e['SxOAt'](isAccessibilityAutomationSession)){global['accessibilityPlatform']=!![];!_0x1d6741[_0x3b180e[_0x35d499(0x245)]]&&(global[_0x35d499(0x1eb)]=![]);!(_0x3b180e[_0x35d499(0x202)](_0x1d6741[_0x35d499(0x238)],_0x3b180e[_0x35d499(0x1e2)])||_0x3b180e[_0x35d499(0x22c)](_0x1d6741[_0x35d499(0x238)],_0x3b180e[_0x35d499(0x20a)]))&&(logger[_0x35d499(0x20f)](_0x3b180e['JcQVF']),global['accessibilityPlatform']=![]);!(_0x3b180e[_0x35d499(0x1f6)](_0x1d6741[_0x35d499(0x246)],_0x3b180e[_0x35d499(0x1e9)])||_0x3b180e['FZxJK'](_0x1d6741[_0x35d499(0x246)],0x5e))&&(logger[_0x35d499(0x20f)](_0x3b180e['qScap']),global[_0x35d499(0x1eb)]=![]);!_0x3b180e[_0x35d499(0x20c)](isUndefined,_0x1d6741[_0x35d499(0x228)])&&(logger[_0x35d499(0x20f)](_0x3b180e[_0x35d499(0x210)]),global['accessibilityPlatform']=![]);if(!global['accessibilityPlatform']){_0x1d6741[_0x3b180e[_0x35d499(0x245)]]=![];const _0xa15063=_0x3b180e['TbtFD'](_0xd137b1,_0x3b180e[_0x35d499(0x22d)](encodeURIComponent,JSON['stringify'](_0x1d6741)));_0x201f2b&&(_0x201f2b[_0x35d499(0x218)][_0x35d499(0x231)]['project'][_0x35d499(0x21e)]['connectOptions'][_0x35d499(0x21b)]=_0xa15063,_0x201f2b['workerInfo'][_0x35d499(0x232)][_0x35d499(0x21e)][_0x35d499(0x22b)][_0x35d499(0x21b)]=_0xa15063);}}}catch(_0x3dafb5){logger[_0x35d499(0x1df)]('Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20'+util[_0x35d499(0x23a)](_0x3dafb5));}};function a34_0x1057(_0x4ff8fe,_0x1cbc8a){const _0x3d10ff=a34_0x3d10();return a34_0x1057=function(_0x105721,_0x511e1f){_0x105721=_0x105721-0x1dc;let _0x2a9986=_0x3d10ff[_0x105721];return _0x2a9986;},a34_0x1057(_0x4ff8fe,_0x1cbc8a);}function a34_0x3d10(){const _0x44b75e=['GCsTz','browserStackExecuteDriver','5kfrjtF','Dxgfx','tlNis','getAccessibilityResults','accessibilityPlatform','QpwBx','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','processAccessibilityCaps','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','name','../../helpers/helper','method','meuPb','includeIssueType','accessibilityOptions.includeIssueType.needsReview','BZsqU','browserStackEvaluate','WebDriver','124856sINpcS','constructor','LBbJG','performScan','executeScript','winstonLogger','146145jSyzGC','wcagVersion','accessibilityOptions.scannerProcessingTimeout','QmfCe','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','No\x20accessibility\x20results\x20were\x20found.','browserstack.accessibility','accessibilityOptions.wcagVersion','NdKRO','env','ftsyk','BDpuj','scannerProcessingTimeout','KqDcf','bstackSdkArgs','AeLxT','warn','FaxQb','ncCwS','pnjuM','JEMgg','Playwright','WTKSi','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','currentTest','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','parse','wsEndpoint','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','105vxdpUA','use','evaluate','iGqbc','34974smNzun','LcYcu','18ompYtD','UgOTS','61389ZFZXst','152232QQMQrh','QBHJr','deviceName','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','replace','connectOptions','OrzcD','BMoGb','stringify','accessibilityOptions.authToken','wgETz','testInfo','project','50TUDaor','chrome','JfESf','dpjeL','bestPractice','browserName','getAccessibilityResultsSummary','format','No\x20summaryResults\x20found.','playwright-chromium','9361154sMPzOh','executeAsyncScript','latest','../../helpers/accessibility-automation/helper','error','UTMRH','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','platformValidation','VnKsu','browser_version','124209iHfAXw','needsReview','fNFFG','accessibilityOptions','debug','QJUbS','(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','SrbfY','xbazH','WQSYF'];a34_0x3d10=function(){return _0x44b75e;};return a34_0x3d10();}
1
+ const a34_0x452f77=a34_0x3e1e;(function(_0x217982,_0x334f7c){const _0x13218a=a34_0x3e1e,_0x2b681a=_0x217982();while(!![]){try{const _0x164518=-parseInt(_0x13218a(0x131))/0x1*(-parseInt(_0x13218a(0x109))/0x2)+parseInt(_0x13218a(0x125))/0x3*(parseInt(_0x13218a(0x12c))/0x4)+parseInt(_0x13218a(0xf1))/0x5+parseInt(_0x13218a(0x121))/0x6+-parseInt(_0x13218a(0xe4))/0x7+parseInt(_0x13218a(0xe1))/0x8+-parseInt(_0x13218a(0xea))/0x9;if(_0x164518===_0x334f7c)break;else _0x2b681a['push'](_0x2b681a['shift']());}catch(_0x3827f3){_0x2b681a['push'](_0x2b681a['shift']());}}}(a34_0x1023,0x8bbb4));const util=require(a34_0x452f77(0x10c)),logger=require(a34_0x452f77(0x135))['winstonLogger'],{isAccessibilityAutomationSession}=require(a34_0x452f77(0x12d)),{isUndefined}=require(a34_0x452f77(0x104)),scripts=require(a34_0x452f77(0x112));function a34_0x3e1e(_0x15f6e4,_0x1ca847){const _0x102339=a34_0x1023();return a34_0x3e1e=function(_0x3e1e2f,_0x1065be){_0x3e1e2f=_0x3e1e2f-0xdb;let _0x31b75f=_0x102339[_0x3e1e2f];return _0x31b75f;},a34_0x3e1e(_0x15f6e4,_0x1ca847);}exports[a34_0x452f77(0x11f)]=async(_0x28ccac,_0x4c74e5,_0x43468a={})=>{const _0x9c44ca=a34_0x452f77,_0x352a84={};_0x352a84[_0x9c44ca(0x102)]=_0x9c44ca(0xe9);const _0x52adf2=_0x352a84;return await _0x28ccac['evaluate'](_0x9c44ca(0xe6)+_0x4c74e5[_0x9c44ca(0xec)](/arguments/g,_0x52adf2[_0x9c44ca(0x102)])+'\x0a\x20\x20\x20\x20})\x0a\x20\x20})('+JSON[_0x9c44ca(0x13a)](_0x43468a)+')');},exports['browserStackExecuteDriver']=async(_0x2c5522,_0x163fd5,_0x5cd162={})=>{const _0x41e868=a34_0x452f77,_0x55cb70={};_0x55cb70[_0x41e868(0xe5)]=function(_0x2603e3,_0x1d5542){return _0x2603e3===_0x1d5542;},_0x55cb70['sjndb']='WebDriver',_0x55cb70['raWOx']=function(_0x557a29,_0x122a5a){return _0x557a29===_0x122a5a;},_0x55cb70[_0x41e868(0x100)]=_0x41e868(0x105),_0x55cb70[_0x41e868(0x12f)]='bstackSdkArgs';const _0x51f958=_0x55cb70;if(_0x51f958[_0x41e868(0xe5)](_0x2c5522['constructor']['name'],_0x51f958[_0x41e868(0x115)]))return await _0x2c5522[_0x41e868(0x108)](_0x163fd5,_0x5cd162);else{if(_0x51f958['raWOx'](_0x2c5522['constructor'][_0x41e868(0xed)],_0x51f958[_0x41e868(0x100)]))return await _0x2c5522['executeScript'](_0x41e868(0xfd)+_0x163fd5['replace'](/arguments/g,_0x51f958[_0x41e868(0x12f)])+'\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})('+JSON[_0x41e868(0x13a)](_0x5cd162)+')');}},exports[a34_0x452f77(0xef)]=async _0x1f68fd=>{const _0x1ac626=a34_0x452f77,_0x386786={};_0x386786['MIOIZ']=_0x1ac626(0x11a),_0x386786[_0x1ac626(0xf9)]=_0x1ac626(0x11c),_0x386786[_0x1ac626(0xee)]=_0x1ac626(0xf0),_0x386786[_0x1ac626(0x12b)]='accessibilityOptions.includeIssueType.needsReview',_0x386786[_0x1ac626(0x128)]=_0x1ac626(0xe3),_0x386786[_0x1ac626(0x10f)]='accessibilityOptions.scannerVersion';const _0x12cfdb=_0x386786;_0x1f68fd[_0x1ac626(0xf6)]&&(_0x1f68fd[_0x1ac626(0xf6)][_0x1ac626(0x137)]&&(_0x1f68fd[_0x12cfdb['MIOIZ']]=_0x1f68fd['accessibilityOptions'][_0x1ac626(0x137)]),_0x1f68fd['accessibilityOptions'][_0x1ac626(0xe7)]&&(_0x1f68fd[_0x12cfdb[_0x1ac626(0xf9)]]=_0x1f68fd[_0x1ac626(0xf6)][_0x1ac626(0xe7)]),_0x1f68fd[_0x1ac626(0xf6)][_0x1ac626(0xf4)]&&(_0x1f68fd[_0x12cfdb['NQKTJ']]=_0x1f68fd[_0x1ac626(0xf6)][_0x1ac626(0xf4)][_0x1ac626(0xdb)],_0x1f68fd[_0x12cfdb[_0x1ac626(0x12b)]]=_0x1f68fd[_0x1ac626(0xf6)][_0x1ac626(0xf4)][_0x1ac626(0x12a)]));const _0x2764c4=JSON[_0x1ac626(0x133)](process[_0x1ac626(0xe0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];_0x1f68fd[_0x12cfdb[_0x1ac626(0x128)]]=process[_0x1ac626(0xe0)][_0x1ac626(0x10d)],_0x1f68fd[_0x12cfdb[_0x1ac626(0x10f)]]=_0x2764c4,delete _0x1f68fd[_0x1ac626(0xf6)];},exports[a34_0x452f77(0x12e)]=async _0x54d741=>{const _0x1a4239=a34_0x452f77,_0x334ad5={};_0x334ad5['BAtOR']='No\x20accessibility\x20results\x20were\x20found.',_0x334ad5[_0x1a4239(0x11e)]=_0x1a4239(0x101);const _0x125767=_0x334ad5;if(global[_0x1a4239(0xf5)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x54d741,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x54d741,scripts.getResults);return res;}catch{return logger[_0x1a4239(0x132)](_0x125767[_0x1a4239(0x139)]),[];}else return logger['warn'](_0x125767['OoKJJ']),[];},exports[a34_0x452f77(0x119)]=async(_0x5b127b,_0x180f95='')=>{const _0x464341=a34_0x452f77;if(global[_0x464341(0xf5)]){const _0x80d0d6={};return _0x80d0d6[_0x464341(0xeb)]=_0x180f95,await exports['browserStackEvaluate'](_0x5b127b,scripts['performScan'],_0x80d0d6);}},exports[a34_0x452f77(0xe2)]=async _0x1ae5f0=>{const _0x35ac73=a34_0x452f77,_0x5cef97={};_0x5cef97[_0x35ac73(0x134)]='No\x20summaryResults\x20found.',_0x5cef97[_0x35ac73(0x122)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.';const _0x28490d=_0x5cef97;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x1ae5f0,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x1ae5f0,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x35ac73(0x110)](_0x28490d['GGjaz']),{};}else return logger[_0x35ac73(0x116)](_0x28490d[_0x35ac73(0x122)]),{};},exports[a34_0x452f77(0x11b)]=async _0x3445a7=>{const _0x2175e8=a34_0x452f77,_0x34a5c9={'ZiHld':function(_0x2aa385,_0x35ec75){return _0x2aa385!==_0x35ec75;},'GFqHM':_0x2175e8(0x129),'vqPkb':function(_0xbe61ff,_0x18c7cb){return _0xbe61ff===_0x18c7cb;},'jggch':_0x2175e8(0x136),'pIMPV':_0x2175e8(0x111),'oJOTT':_0x2175e8(0xff),'EIIAK':function(_0x393f77,_0x4a4823){return _0x393f77(_0x4a4823);},'RFPpY':function(_0x12c7bb,_0x1854c0){return _0x12c7bb===_0x1854c0;},'rCxfQ':_0x2175e8(0xf8),'wKAME':function(_0x4587fc,_0x326762){return _0x4587fc>_0x326762;},'UJtWr':_0x2175e8(0xfa)};try{if(!_0x34a5c9[_0x2175e8(0xdf)](_0x3445a7[_0x2175e8(0x11d)],''))return logger['warn'](_0x34a5c9['GFqHM']),![];const _0x1068ca=_0x3445a7['browser'];if(!(_0x34a5c9[_0x2175e8(0x106)](_0x1068ca,_0x34a5c9['jggch'])||_0x34a5c9['vqPkb'](_0x1068ca,_0x34a5c9['pIMPV'])))return logger['warn'](_0x34a5c9[_0x2175e8(0x114)]),![];const _0x1ba3c6=_0x34a5c9[_0x2175e8(0xdc)](parseInt,_0x3445a7[_0x2175e8(0x126)]);if(!(_0x34a5c9[_0x2175e8(0x10a)](_0x1ba3c6,_0x34a5c9[_0x2175e8(0x113)])||_0x34a5c9['wKAME'](_0x1ba3c6,0x5e)))return logger['warn'](_0x34a5c9[_0x2175e8(0xfb)]),![];}catch(_0x1402a3){logger[_0x2175e8(0x110)](_0x2175e8(0x10e)+util['format'](_0x1402a3));}return!![];},exports['processAccessibilityCaps']=(_0x55523d,_0x5e0977,_0xdbacce)=>{const _0x1ad043=a34_0x452f77,_0x32787c={'JGKxH':function(_0x101500){return _0x101500();},'Gkgjt':_0x1ad043(0x124),'KNoak':function(_0x18270e,_0x47edfd){return _0x18270e===_0x47edfd;},'dOzYj':_0x1ad043(0x136),'tlCbH':_0x1ad043(0x111),'lAwQF':_0x1ad043(0xff),'YDBNb':_0x1ad043(0xf8),'unKhw':function(_0x3a437b,_0x40f437){return _0x3a437b>_0x40f437;},'OuZHz':_0x1ad043(0xfa),'dwFxn':function(_0x2051d6,_0xb69cb2){return _0x2051d6(_0xb69cb2);},'MkCqa':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','RgjAX':function(_0x2e96c7,_0x233d8f){return _0x2e96c7+_0x233d8f;}};try{if(_0x32787c[_0x1ad043(0x120)](isAccessibilityAutomationSession)){global[_0x1ad043(0xf5)]=!![];!_0x55523d[_0x32787c[_0x1ad043(0xf7)]]&&(global[_0x1ad043(0xf5)]=![]);!(_0x32787c[_0x1ad043(0x10b)](_0x55523d['browserName'],_0x32787c[_0x1ad043(0x127)])||_0x32787c[_0x1ad043(0x10b)](_0x55523d[_0x1ad043(0x107)],_0x32787c[_0x1ad043(0x130)]))&&(logger[_0x1ad043(0x116)](_0x32787c[_0x1ad043(0xdd)]),global['accessibilityPlatform']=![]);!(_0x32787c[_0x1ad043(0x10b)](_0x55523d[_0x1ad043(0x126)],_0x32787c['YDBNb'])||_0x32787c['unKhw'](_0x55523d[_0x1ad043(0x126)],0x5e))&&(logger[_0x1ad043(0x116)](_0x32787c[_0x1ad043(0xfc)]),global[_0x1ad043(0xf5)]=![]);!_0x32787c[_0x1ad043(0xfe)](isUndefined,_0x55523d['deviceName'])&&(logger[_0x1ad043(0x116)](_0x32787c['MkCqa']),global[_0x1ad043(0xf5)]=![]);if(!global[_0x1ad043(0xf5)]){_0x55523d[_0x32787c[_0x1ad043(0xf7)]]=![];const _0x3b5630=_0x32787c[_0x1ad043(0x118)](_0x5e0977,_0x32787c[_0x1ad043(0xfe)](encodeURIComponent,JSON[_0x1ad043(0x13a)](_0x55523d)));_0xdbacce&&(_0xdbacce['currentTest'][_0x1ad043(0x138)]['project'][_0x1ad043(0x117)][_0x1ad043(0x123)][_0x1ad043(0xe8)]=_0x3b5630,_0xdbacce[_0x1ad043(0xde)][_0x1ad043(0xf2)][_0x1ad043(0x117)]['connectOptions'][_0x1ad043(0xe8)]=_0x3b5630);}}}catch(_0x50bf24){logger[_0x1ad043(0x110)](_0x1ad043(0x103)+util[_0x1ad043(0xf3)](_0x50bf24));}};function a34_0x1023(){const _0x183371=['accessibilityOptions','Gkgjt','latest','ZaumS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','UJtWr','OuZHz','(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','dwFxn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','ypzrQ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','aaCMb','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','../../helpers/helper','Playwright','vqPkb','browserName','executeAsyncScript','20OCPOAR','RFPpY','KNoak','util','BS_A11Y_JWT','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','NavfY','debug','playwright-chromium','../../helpers/accessibility-automation/scripts','rCxfQ','oJOTT','sjndb','warn','use','RgjAX','performScan','accessibilityOptions.wcagVersion','platformValidation','accessibilityOptions.scannerProcessingTimeout','deviceName','OoKJJ','browserStackEvaluate','JGKxH','966504lcMyyz','ljNRY','connectOptions','browserstack.accessibility','3261597hFLsad','browser_version','dOzYj','zebIu','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','needsReview','DZHTT','4UWgFIq','../../helpers/accessibility-automation/helper','getAccessibilityResults','xWAVX','tlCbH','47105JuJBOd','error','parse','GGjaz','../../helpers/logger','chrome','wcagVersion','testInfo','BAtOR','stringify','bestPractice','EIIAK','lAwQF','workerInfo','ZiHld','env','1232184TmCzkV','getAccessibilityResultsSummary','accessibilityOptions.authToken','847511XKOVli','POWRA','(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','scannerProcessingTimeout','wsEndpoint','bstackSdkArgs','11241981TfKAOO','method','replace','name','NQKTJ','setAccessibilityCapabilities','accessibilityOptions.includeIssueType.bestPractice','345830EaBaHH','project','format','includeIssueType','accessibilityPlatform'];a34_0x1023=function(){return _0x183371;};return a34_0x1023();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a35_0x5b6e(_0x3312ec,_0x1acba1){const _0x249ed0=a35_0x249e();return a35_0x5b6e=function(_0x5b6e1d,_0x3888ed){_0x5b6e1d=_0x5b6e1d-0x1df;let _0x25e71e=_0x249ed0[_0x5b6e1d];return _0x25e71e;},a35_0x5b6e(_0x3312ec,_0x1acba1);}const a35_0x4e6473=a35_0x5b6e;(function(_0x430219,_0x5524a3){const _0xf60a9=a35_0x5b6e,_0x3bfc92=_0x430219();while(!![]){try{const _0x374cb8=parseInt(_0xf60a9(0x24e))/0x1+parseInt(_0xf60a9(0x210))/0x2*(-parseInt(_0xf60a9(0x258))/0x3)+parseInt(_0xf60a9(0x205))/0x4*(-parseInt(_0xf60a9(0x243))/0x5)+parseInt(_0xf60a9(0x237))/0x6+parseInt(_0xf60a9(0x1e9))/0x7+-parseInt(_0xf60a9(0x256))/0x8+parseInt(_0xf60a9(0x276))/0x9*(parseInt(_0xf60a9(0x22a))/0xa);if(_0x374cb8===_0x5524a3)break;else _0x3bfc92['push'](_0x3bfc92['shift']());}catch(_0x28e76b){_0x3bfc92['push'](_0x3bfc92['shift']());}}}(a35_0x249e,0x60013));const fs=require('fs'),path=require(a35_0x4e6473(0x267)),{spawn}=require(a35_0x4e6473(0x21c)),{format}=require(a35_0x4e6473(0x262)),logger=require(a35_0x4e6473(0x223))[a35_0x4e6473(0x23a)],{default:BrowserStackSetup}=require(a35_0x4e6473(0x257)),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),constants=require(a35_0x4e6473(0x20d)),{FRAMEWORKS}=require(a35_0x4e6473(0x269)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a35_0x4e6473(0x236)),{CrashReporter}=require(a35_0x4e6473(0x26d)),{getFrameworkVersion}=require(a35_0x4e6473(0x1f4)),{checkAccessibilityPlatformConfig}=require(a35_0x4e6473(0x1ea)),{setAccessibilityCapabilities}=require(a35_0x4e6473(0x1e6)),TestHubHandler=require(a35_0x4e6473(0x255)),{shouldProcessEventForTesthub}=require(a35_0x4e6473(0x261)),getUserPlaywrightConfig=async(_0x2f4527,_0x54b26c)=>{const _0x59b2a0=a35_0x4e6473,_0x39fd4f={'jkdio':function(_0x5b92c7){return _0x5b92c7();},'PTiEY':function(_0x58735b,_0x24c30a){return _0x58735b(_0x24c30a);},'wQXrV':function(_0x19bbe1,_0x271ccd){return _0x19bbe1(_0x271ccd);},'PBoQC':_0x59b2a0(0x220),'wxyHd':_0x59b2a0(0x1e3)},_0x26fcb4=!helper[_0x59b2a0(0x25e)](_0x2f4527[_0x59b2a0(0x20f)]),_0x8a80a9=_0x26fcb4?path[_0x59b2a0(0x202)](process[_0x59b2a0(0x272)](),_0x2f4527[_0x59b2a0(0x20f)]):process[_0x59b2a0(0x272)](),{resolveConfigFile:_0x103645,resolveConfigLocation:_0x353b8c}=helper['requirePWModule'][_0x59b2a0(0x274)](null,_0x39fd4f['jkdio'](getConfigLoaderPath)),_0x1aa558=_0x103645?_0x39fd4f[_0x59b2a0(0x1fa)](_0x103645,_0x8a80a9):helper[_0x59b2a0(0x278)](_0x39fd4f[_0x59b2a0(0x249)](_0x353b8c,_0x8a80a9),[_0x39fd4f['PBoQC']]),_0x5cb82b={};if(_0x26fcb4){const _0x24f1eb=_0x54b26c[_0x59b2a0(0x23d)](_0x57c3fc=>_0x57c3fc===_0x59b2a0(0x209)||_0x57c3fc==='-c'||_0x57c3fc[_0x59b2a0(0x212)]('--config='));_0x54b26c[_0x59b2a0(0x1fe)](_0x24f1eb,_0x54b26c[_0x24f1eb][_0x59b2a0(0x212)](_0x39fd4f[_0x59b2a0(0x275)])?0x1:0x2);}const _0x3bbcb8={};return _0x3bbcb8[_0x59b2a0(0x267)]=_0x1aa558,_0x3bbcb8['config']=_0x5cb82b,_0x3bbcb8;},handleO11yRerun=_0xe9bce7=>{const _0x4a7042=a35_0x4e6473,_0x3f48be={};_0x3f48be[_0x4a7042(0x264)]=function(_0x1ab385,_0x291c95){return _0x1ab385!==_0x291c95;},_0x3f48be['PEwIS']='null',_0x3f48be[_0x4a7042(0x250)]=_0x4a7042(0x201);const _0x43a9df=_0x3f48be,_0xe6f572=helper[_0x4a7042(0x1e1)](process[_0x4a7042(0x1f3)][_0x4a7042(0x25c)]);if(_0xe6f572){const _0x5adf74=process[_0x4a7042(0x1f3)][_0x4a7042(0x216)],_0x9adbd4=[];if(_0x43a9df[_0x4a7042(0x264)](_0x5adf74,_0x43a9df[_0x4a7042(0x25f)])&&!helper['isUndefined'](_0x5adf74)){_0x5adf74[_0x4a7042(0x1f8)](',')[_0x4a7042(0x27f)](_0x3d9db4=>{const _0x8a3e10=_0x4a7042;_0x9adbd4[_0x8a3e10(0x21e)]('('+_0x3d9db4['trim']()+')');});const _0x5da896='^'+_0x9adbd4[_0x4a7042(0x1fd)]('|')+'$';_0xe9bce7['push'](_0x43a9df[_0x4a7042(0x250)],_0x5da896);}}},spawnOriginalProcess=_0x5b1739=>{const _0x1a9dd8=a35_0x4e6473,_0x32fede={'QXbJk':function(_0x3003a3,_0x49f4ab,_0x4c0dda,_0x1bac1e){return _0x3003a3(_0x49f4ab,_0x4c0dda,_0x1bac1e);},'UqCJQ':_0x1a9dd8(0x27d),'ZlGgI':_0x1a9dd8(0x265),'yMOIM':function(_0x3a7b15,_0x172ba2){return _0x3a7b15===_0x172ba2;},'xTWXo':_0x1a9dd8(0x200),'bUpJe':_0x1a9dd8(0x266)};_0x32fede[_0x1a9dd8(0x23f)](spawn,_0x32fede[_0x1a9dd8(0x1ec)],[_0x32fede[_0x1a9dd8(0x26a)],..._0x5b1739['slice'](0x1)],{'shell':_0x32fede[_0x1a9dd8(0x22f)](process[_0x1a9dd8(0x1e8)],_0x32fede[_0x1a9dd8(0x23c)]),'stdio':_0x32fede['bUpJe'],'cwd':process[_0x1a9dd8(0x272)]()});},isTestCommand=(_0x5ce03c,_0x1b02a7)=>{const _0x48113e=a35_0x4e6473,_0x4a7326={};_0x4a7326[_0x48113e(0x1f1)]=function(_0x1a0430,_0x59fb7b){return _0x1a0430>_0x59fb7b;},_0x4a7326['RfZnz']=function(_0x3f6eed,_0x12d632){return _0x3f6eed===_0x12d632;},_0x4a7326[_0x48113e(0x233)]='test';const _0x55d3e1=_0x4a7326;if(_0x55d3e1[_0x48113e(0x1f1)](_0x1b02a7[_0x48113e(0x252)],0x1)&&_0x55d3e1['RfZnz'](_0x1b02a7[0x1],_0x55d3e1[_0x48113e(0x233)]))return!![];return![];};async function run(_0x57045d,_0xba8e9d){const _0x3aed2b=a35_0x4e6473,_0x152e7b={'JRVwk':'.browserstack','LBvmr':_0x3aed2b(0x239),'unSTS':function(_0x1f58e2,_0x529470){return _0x1f58e2+_0x529470;},'DMmbb':'Error\x20in\x20getting\x20funnel\x20data\x20results','fwpUh':_0x3aed2b(0x21d),'GUbCA':function(_0x483d49){return _0x483d49();},'eIKfj':function(_0x5ead76,_0x5c51c1){return _0x5ead76+_0x5c51c1;},'ipIra':_0x3aed2b(0x224),'WcBvU':'--disable-browserstack-automation','xoVBf':_0x3aed2b(0x214),'bJGJD':'--disable-test-observability','TXhkT':function(_0x2991a5,_0x5633e6){return _0x2991a5>=_0x5633e6;},'zSBMB':_0x3aed2b(0x24a),'NuBZq':function(_0x5100f0,_0x25d343,_0x4efb85){return _0x5100f0(_0x25d343,_0x4efb85);},'hpPrp':function(_0x490829,_0x59cfed){return _0x490829(_0x59cfed);},'czfHF':'BrowserStack\x20config\x20file\x20not\x20found.','Bvlmx':_0x3aed2b(0x1f7),'tJnrr':function(_0x315ef7,_0x2377b4){return _0x315ef7!=_0x2377b4;},'VumKO':function(_0x48e5c0,_0x4c929e,_0x5d40bc){return _0x48e5c0(_0x4c929e,_0x5d40bc);},'qgvFI':function(_0x269369,_0x4a715a){return _0x269369(_0x4a715a);},'RRRrg':function(_0x340de1,_0x22ee5a){return _0x340de1===_0x22ee5a;},'Mumzh':_0x3aed2b(0x22c),'aThol':function(_0x49a2b2,_0x2da761){return _0x49a2b2(_0x2da761);},'LhsMh':function(_0x4295ae,_0x20aa68){return _0x4295ae(_0x20aa68);},'hKCHF':_0x3aed2b(0x221),'vHACy':function(_0x1a8a9a,_0x157dfc){return _0x1a8a9a===_0x157dfc;},'HoJrP':_0x3aed2b(0x1fb),'NpiPt':_0x3aed2b(0x26f),'ossoN':function(_0xe5737b,_0x1e6797){return _0xe5737b-_0x1e6797;},'EikZy':_0x3aed2b(0x25a),'NGCGG':function(_0x243f16,_0x3f2216){return _0x243f16>_0x3f2216;},'NJGkA':function(_0x14f66d,_0x467ba9){return _0x14f66d+_0x467ba9;},'WPGOP':function(_0x2bd2eb,_0x456e95,_0xa30178,_0x1f0f90){return _0x2bd2eb(_0x456e95,_0xa30178,_0x1f0f90);},'rjQVY':_0x3aed2b(0x27d),'ZSWEW':_0x3aed2b(0x265),'iDwKT':_0x3aed2b(0x227),'ySveQ':_0x3aed2b(0x209),'AJKay':_0x3aed2b(0x200),'lIqBI':'inherit','ZYOLy':'close'};!helper[_0x3aed2b(0x20a)](process[_0x3aed2b(0x1f3)][_0x3aed2b(0x217)])&&(process[_0x3aed2b(0x1f3)][_0x3aed2b(0x217)]=!![]);process[_0x3aed2b(0x20c)][_0x3aed2b(0x222)](_0x152e7b[_0x3aed2b(0x271)])&&(process[_0x3aed2b(0x1f3)][_0x3aed2b(0x217)]=_0x152e7b[_0x3aed2b(0x1e2)],_0xba8e9d=_0xba8e9d['filter'](_0x3118a8=>_0x3118a8!==_0x3aed2b(0x241)));const _0x101bb7=_0xba8e9d[_0x3aed2b(0x20b)](_0x152e7b[_0x3aed2b(0x244)]);_0x152e7b[_0x3aed2b(0x242)](_0x101bb7,0x0)&&(process['env'][_0x3aed2b(0x235)]=_0x152e7b['xoVBf'],_0xba8e9d=_0xba8e9d[_0x3aed2b(0x218)](_0x413595=>_0x413595!=='--disable-test-observability'));try{const _0x536cd4=path['join'](helper[_0x3aed2b(0x24f)](),_0x152e7b['JRVwk'],_0x152e7b[_0x3aed2b(0x27a)]);fs[_0x3aed2b(0x21f)](_0x536cd4)&&fs[_0x3aed2b(0x207)](_0x536cd4);}catch(_0x2223fa){logger[_0x3aed2b(0x24b)](_0x152e7b[_0x3aed2b(0x203)](_0x152e7b['zSBMB'],_0x2223fa));}if(!_0x152e7b[_0x3aed2b(0x270)](isTestCommand,_0x57045d,_0xba8e9d)){_0x152e7b[_0x3aed2b(0x22e)](spawnOriginalProcess,_0xba8e9d);return;}const _0x1fe9c5=new BrowserStackSetup(_0x57045d,FRAMEWORKS[_0x3aed2b(0x24c)]);if(!_0x1fe9c5[_0x3aed2b(0x20f)]){logger[_0x3aed2b(0x251)](_0x152e7b[_0x3aed2b(0x20e)]);return;}await _0x1fe9c5['initialize']();!helper['isUndefined'](_0x1fe9c5[_0x3aed2b(0x260)])&&_0x1fe9c5[_0x3aed2b(0x260)]['has'](_0x152e7b['Bvlmx'])&&(process[_0x3aed2b(0x1f3)][_0x3aed2b(0x217)]=_0x1fe9c5[_0x3aed2b(0x260)][_0x3aed2b(0x248)](_0x152e7b[_0x3aed2b(0x204)])||!![]);_0x152e7b[_0x3aed2b(0x230)](_0x1fe9c5[_0x3aed2b(0x20f)]['testObservability'],null)&&!helper['isTrue'](process['env'][_0x3aed2b(0x235)])&&(process[_0x3aed2b(0x1f3)][_0x3aed2b(0x235)]=process[_0x3aed2b(0x1f3)][_0x3aed2b(0x235)]||_0x1fe9c5[_0x3aed2b(0x20f)]['testObservability']);const _0x23cf01=!helper['isFalse'](process['env'][_0x3aed2b(0x235)]);let _0x3ba3db=![];_0x1fe9c5[_0x3aed2b(0x20f)][_0x3aed2b(0x1e5)]&&(_0x3ba3db=!![],process[_0x3aed2b(0x1f3)][_0x3aed2b(0x1f6)]=_0x1fe9c5[_0x3aed2b(0x20f)][_0x3aed2b(0x1e5)]);_0x1fe9c5[_0x3aed2b(0x20f)][_0x3aed2b(0x27b)]&&(process[_0x3aed2b(0x1f3)][_0x3aed2b(0x240)]=JSON[_0x3aed2b(0x22d)](_0x1fe9c5[_0x3aed2b(0x20f)][_0x3aed2b(0x27b)]));const _0x1281d9=_0xba8e9d[_0x3aed2b(0x245)](),_0x442d2f=await _0x152e7b['VumKO'](getUserPlaywrightConfig,_0x57045d,_0xba8e9d);if(helper[_0x3aed2b(0x25e)](_0x442d2f)){_0x152e7b[_0x3aed2b(0x1e0)](spawnOriginalProcess,_0x1281d9);return;}const _0x31fd32=_0x442d2f[_0x3aed2b(0x267)]?path['dirname'](_0x442d2f[_0x3aed2b(0x267)]):process['cwd']();process['env']['BROWSERSTACK_PW_CONFIG_DIR']=_0x31fd32,await TestHubHandler['launchBuild'](FRAMEWORKS[_0x3aed2b(0x24c)],_0x1fe9c5);_0x23cf01&&_0x152e7b[_0x3aed2b(0x22e)](handleO11yRerun,_0xba8e9d);let _0x4fdb33=_0x152e7b[_0x3aed2b(0x229)](process[_0x3aed2b(0x1f3)][_0x3aed2b(0x1f6)],_0x152e7b['Mumzh']);_0x4fdb33=_0x4fdb33||_0x152e7b[_0x3aed2b(0x268)](checkAccessibilityPlatformConfig,_0x1fe9c5['config']),process[_0x3aed2b(0x1f3)][_0x3aed2b(0x1f6)]=_0x4fdb33;_0x4fdb33&&_0x152e7b[_0x3aed2b(0x253)](setAccessibilityCapabilities,_0x1fe9c5[_0x3aed2b(0x20f)]);const _0x15964c=path['join'](_0x442d2f[_0x3aed2b(0x267)]?path[_0x3aed2b(0x219)](_0x442d2f[_0x3aed2b(0x267)]):process['cwd'](),_0x152e7b[_0x3aed2b(0x215)]);fs[_0x3aed2b(0x1f0)](_0x15964c,helper[_0x3aed2b(0x26c)](_0x1fe9c5[_0x3aed2b(0x20f)])),process[_0x3aed2b(0x1f3)]['BROWSERSTACK_SETUP_CONFIG_PATH']=_0x15964c,helper[_0x3aed2b(0x232)]();let _0x19158b='';_0x152e7b[_0x3aed2b(0x247)](helper['getPackageType'](),constants[_0x3aed2b(0x1f5)]['MODULE'])?_0x19158b=_0x152e7b[_0x3aed2b(0x21a)]:_0x19158b=_0x152e7b[_0x3aed2b(0x22b)];let _0x5e0d20='';if(helper[_0x3aed2b(0x23b)](_0x442d2f[_0x3aed2b(0x267)])){_0x5e0d20=_0x3aed2b(0x259);const _0x4f3c9d=_0x19158b[_0x3aed2b(0x1f8)]('.');_0x4f3c9d[_0x152e7b[_0x3aed2b(0x1e7)](_0x4f3c9d[_0x3aed2b(0x252)],0x1)]='ts',_0x19158b=_0x4f3c9d[_0x3aed2b(0x1fd)]('.'),logger[_0x3aed2b(0x24b)](_0x152e7b[_0x3aed2b(0x21b)](_0x152e7b[_0x3aed2b(0x1ef)],_0x19158b));}else _0x5e0d20=_0x3aed2b(0x27c);const _0x50d0cd=path['join'](_0x442d2f[_0x3aed2b(0x267)]?path[_0x3aed2b(0x219)](_0x442d2f['path']):process[_0x3aed2b(0x272)](),_0x19158b);let _0x258216=_0x442d2f['path']?_0x442d2f[_0x3aed2b(0x267)]:'';_0x258216=_0x152e7b[_0x3aed2b(0x277)](_0x258216[_0x3aed2b(0x252)],0x0)?path[_0x3aed2b(0x202)](_0x258216):'',process[_0x3aed2b(0x1f3)]['USER_CONFIG_DETAILS_PATH']=_0x258216;const _0xad2bb0=helper[_0x3aed2b(0x1e4)](_0x1fe9c5['config']);_0xad2bb0&&(_0x5e0d20=_0x152e7b[_0x3aed2b(0x1f2)](_0x3aed2b(0x225)+_0xad2bb0+_0x3aed2b(0x279),_0x5e0d20));helper[_0x3aed2b(0x228)]({},_0xba8e9d),fs[_0x3aed2b(0x1f0)](_0x50d0cd,_0x5e0d20),helper[_0x3aed2b(0x1ff)]();const _0x4aa7e6=_0x152e7b[_0x3aed2b(0x26e)](spawn,_0x152e7b['rjQVY'],[_0x152e7b[_0x3aed2b(0x1df)],_0x152e7b[_0x3aed2b(0x263)],_0x152e7b[_0x3aed2b(0x25d)],_0x50d0cd,..._0xba8e9d[_0x3aed2b(0x213)](0x2)],{'shell':_0x152e7b['vHACy'](process[_0x3aed2b(0x1e8)],_0x152e7b['AJKay']),'stdio':_0x152e7b[_0x3aed2b(0x1eb)],'cwd':process[_0x3aed2b(0x272)](),'env':Object[_0x3aed2b(0x23e)]({},process[_0x3aed2b(0x1f3)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x3aed2b(0x26b)](_0x57045d),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x1fe9c5[_0x3aed2b(0x20f)][_0x3aed2b(0x27e)][_0x3aed2b(0x24d)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x1fe9c5[_0x3aed2b(0x20f)]['testContextOptions'][_0x3aed2b(0x1f9)],'BROWSERSTACK_LOG_LEVEL':_0x1fe9c5['config'][_0x3aed2b(0x208)]})}),_0x1b12ae=()=>{const _0x17636b=_0x3aed2b;try{const _0x914b25=path[_0x17636b(0x1fd)](helper[_0x17636b(0x24f)](),_0x152e7b['JRVwk'],_0x152e7b[_0x17636b(0x27a)]);if(fs[_0x17636b(0x21f)](_0x914b25)){let _0x343aa2=fs[_0x17636b(0x246)](_0x914b25);_0x343aa2=JSON[_0x17636b(0x206)](_0x343aa2),_0x1fe9c5[_0x17636b(0x211)]=_0x343aa2,fs['unlinkSync'](_0x914b25);}}catch(_0x2d7389){logger[_0x17636b(0x24b)](_0x152e7b[_0x17636b(0x21b)](_0x152e7b['DMmbb'],_0x2d7389));}};_0x4aa7e6['on'](_0x152e7b[_0x3aed2b(0x231)],async _0x260f68=>{const _0x2b3844=_0x3aed2b;try{const _0x35db06=_0x152e7b[_0x2b3844(0x234)][_0x2b3844(0x1f8)]('|');let _0x393eaf=0x0;while(!![]){switch(_0x35db06[_0x393eaf++]){case'0':fs[_0x2b3844(0x207)](_0x15964c);continue;case'1':process[_0x2b3844(0x1ed)]=_0x260f68;continue;case'2':await utilities['finalExecution'](_0x1fe9c5);continue;case'3':_0x152e7b[_0x2b3844(0x238)](_0x1b12ae);continue;case'4':fs[_0x2b3844(0x207)](_0x50d0cd);continue;case'5':logger['debug'](_0x2b3844(0x1fc)+_0x15964c);continue;case'6':await TestHubHandler[_0x2b3844(0x273)]();continue;case'7':logger[_0x2b3844(0x226)](_0x2b3844(0x1fc)+_0x50d0cd);continue;case'8':logger[_0x2b3844(0x24b)](_0x2b3844(0x25b)+_0x260f68);continue;}break;}}catch(_0x22e9ee){logger[_0x2b3844(0x24b)](_0x152e7b[_0x2b3844(0x203)](_0x152e7b[_0x2b3844(0x1ee)],_0x22e9ee));}});}module[a35_0x4e6473(0x254)]=run;function a35_0x249e(){const _0x368d3e=['playwright-browserstack-sdk.config.cjs','Deleting\x20','join','splice','markSDKSetupComplete','win32','--grep','resolve','eIKfj','Bvlmx','456ivSZrA','parse','unlinkSync','logLevel','--config','isFalse','indexOf','argv','../utils/constants','czfHF','config','2NdFqxT','errorMessage','startsWith','slice','false','hKCHF','BROWSERSTACK_RERUN_TESTS','BROWSERSTACK_AUTOMATION','filter','dirname','HoJrP','unSTS','child_process','3|6|2|1|8|7|4|5|0','push','existsSync','resolvedConfigFile','browserstackSetupConfig.json','includes','../../helpers/logger','Error\x20in\x20closing\x20playwright','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','info','test','filterBrowserstackArgs','RRRrg','10IvDkVv','NpiPt','true','stringify','hpPrp','yMOIM','tJnrr','ZYOLy','clearTempPWConfig','wEttH','fwpUh','BROWSERSTACK_TEST_OBSERVABILITY','./reporter/pwUtils','350604eMewfA','GUbCA','pw_result.json','winstonLogger','isTypescriptProject','xTWXo','findIndex','assign','QXbJk','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','--disable-browserstack-automation','TXhkT','25125QtyKHE','bJGJD','concat','readFileSync','vHACy','get','wQXrV','Error\x20in\x20deleting\x20playwright\x20results','debug','PLAYWRIGHT','skipSessionStatus','714390chavDQ','homedir','LnjDY','error','length','LhsMh','exports','../../helpers/testhub/testhubHandler','4887384CTHiVK','../../helpers/BrowserStackSetup','1518717XBZMhu','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','Updated\x20config\x20file\x20name\x20to\x20-\x20','Playwright\x20process\x20exited\x20with\x20code\x20','BROWSERSTACK_RERUN','ySveQ','isUndefined','PEwIS','cliConfig','../../helpers/testhub/utils','util','iDwKT','DJuVt','playwright','inherit','path','aThol','../../helpers/test-observability/constants','ZlGgI','getConfigPath','serializeToYamlString','../../helpers/test-observability/error-handler','WPGOP','playwright-browserstack-sdk.config.js','NuBZq','WcBvU','cwd','stop','apply','wxyHd','7246683cqsFtW','NGCGG','nestedKeyValue','\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();','LBvmr','accessibilityOptions','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','npx','testContextOptions','map','ZSWEW','qgvFI','isTrue','xoVBf','--config=','getProxyUrl','accessibility','./accessibility-helper','ossoN','platform','3536652mVsCdN','../../helpers/accessibility-automation/helper','lIqBI','UqCJQ','exitCode','ipIra','EikZy','writeFileSync','lVWMz','NJGkA','env','../../helpers/test-observability/utils','PACKAGE_TYPE','BROWSERSTACK_TEST_ACCESSIBILITY_YML','automation','split','skipSessionName','PTiEY'];a35_0x249e=function(){return _0x368d3e;};return a35_0x249e();}
2
+ 'use strict';function a35_0x1f32(){const _0x42dea6=['automation','HLmiG','--grep','../../helpers/test-observability/utils','1002928BkqHEz','hMzKO','wkWBL','startsWith','./accessibility-helper','dirname','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','USER_CONFIG_DETAILS_PATH','isFalse','HGogw','writeFileSync','626150sykgKo','Error\x20in\x20getting\x20funnel\x20data\x20results','get','XAEFh','UHKkn','testObservability','Updated\x20config\x20file\x20name\x20to\x20-\x20','winstonLogger','exitCode','hjaBN','XnjTO','error','path','uAeYR','xilKu','--disable-browserstack-automation','filterBrowserstackArgs','resolve','stop','logLevel','SmcKH','length','RczVE','DvUaN','MODULE','TkKpD','isUndefined','rRNjZ','uliyf','sBSrj','false','../../helpers/testhub/testhubHandler','cwd','NkrIw','../../helpers/helper','./reporter/pwUtils','SabNj','getProxyUrl','qumYr','547665PqfpIx','NgxNQ','Error\x20in\x20closing\x20playwright','CFtVY','BrowserStack\x20config\x20file\x20not\x20found.','slice','../../helpers/testhub/utils','util','playwright','has','0|6|5|3|4|8|1|7|2','--disable-test-observability','ooocZ','Deleting\x20','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','platform','Playwright\x20process\x20exited\x20with\x20code\x20','rQktb','pFVjT','../../helpers/test-observability/error-handler','qKotl','accessibility','TABHU','debug','nestedKeyValue','concat','null','KFmwN','KlbbH','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','filter','testContextOptions','test','yisKw','apply','JuhDb','getConfigPath','child_process','stringify','../../helpers/logger','playwright-browserstack-sdk.config.cjs','cliConfig','JYwmO','BROWSERSTACK_PW_CONFIG_DIR','skipSessionStatus','--config=','../../helpers/test-observability/constants','true','existsSync','pw_result.json','4akSysr','139123yYmVeX','env','readFileSync','resolvedConfigFile','parse','initialize','ExKWa','PLAYWRIGHT','BROWSERSTACK_AUTOMATION','1777100WSMlje','../utils/constants','push','--config','clearTempPWConfig','exports','AaoOt','skipSessionName','ahsEE','hktfs','npx','indexOf','zXaqy','split','482994JmyTQF','../../helpers/BrowserStackSetup','unlinkSync','BROWSERSTACK_SETUP_CONFIG_PATH','ZjDxP','103905uCRqAV','win32','BROWSERSTACK_TEST_OBSERVABILITY','pCkIb','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isTrue','\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();','trim','VWOGZ','join','assign','.browserstack','QAnWu','homedir','inherit','Ffehp','playwright-browserstack-sdk.config.js','MkXMG','248fTKuHe','ToKcm','abpuq','BROWSERSTACK_RERUN','Trjbc','Error\x20in\x20deleting\x20playwright\x20results','serializeToYamlString','config'];a35_0x1f32=function(){return _0x42dea6;};return a35_0x1f32();}function a35_0x595c(_0x3bf211,_0x1e5554){const _0x1f3255=a35_0x1f32();return a35_0x595c=function(_0x595cff,_0x2d4435){_0x595cff=_0x595cff-0x17e;let _0x34c019=_0x1f3255[_0x595cff];return _0x34c019;},a35_0x595c(_0x3bf211,_0x1e5554);}const a35_0x249430=a35_0x595c;(function(_0xd22451,_0x249e81){const _0xaf9c9a=a35_0x595c,_0x311050=_0xd22451();while(!![]){try{const _0x579a29=-parseInt(_0xaf9c9a(0x212))/0x1*(-parseInt(_0xaf9c9a(0x211))/0x2)+-parseInt(_0xaf9c9a(0x1df))/0x3+parseInt(_0xaf9c9a(0x1ad))/0x4+-parseInt(_0xaf9c9a(0x21b))/0x5+-parseInt(_0xaf9c9a(0x18a))/0x6+-parseInt(_0xaf9c9a(0x1b8))/0x7+parseInt(_0xaf9c9a(0x1a1))/0x8*(parseInt(_0xaf9c9a(0x18f))/0x9);if(_0x579a29===_0x249e81)break;else _0x311050['push'](_0x311050['shift']());}catch(_0x24c1d4){_0x311050['push'](_0x311050['shift']());}}}(a35_0x1f32,0x2bb05));const fs=require('fs'),path=require(a35_0x249430(0x1c4)),{spawn}=require(a35_0x249430(0x204)),{format}=require(a35_0x249430(0x1e6)),logger=require(a35_0x249430(0x206))[a35_0x249430(0x1bf)],{default:BrowserStackSetup}=require(a35_0x249430(0x18b)),helper=require(a35_0x249430(0x1da)),utilities=require('../../helpers/utilities'),constants=require(a35_0x249430(0x21c)),{FRAMEWORKS}=require(a35_0x249430(0x20d)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a35_0x249430(0x1db)),{CrashReporter}=require(a35_0x249430(0x1f2)),{getFrameworkVersion}=require(a35_0x249430(0x1ac)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a35_0x249430(0x1b1)),TestHubHandler=require(a35_0x249430(0x1d7)),{shouldProcessEventForTesthub}=require(a35_0x249430(0x1e5)),getUserPlaywrightConfig=async(_0x16998a,_0x301347)=>{const _0x395fde=a35_0x249430,_0x460ee0={'SmcKH':function(_0x332913){return _0x332913();},'MkXMG':function(_0x43d8e0,_0x5da22b){return _0x43d8e0(_0x5da22b);},'QAnWu':_0x395fde(0x215),'sBSrj':_0x395fde(0x20c)},_0x10ab0f=!helper[_0x395fde(0x1d2)](_0x16998a[_0x395fde(0x1a8)]),_0x5a4918=_0x10ab0f?path[_0x395fde(0x1c9)](process[_0x395fde(0x1d8)](),_0x16998a[_0x395fde(0x1a8)]):process[_0x395fde(0x1d8)](),{resolveConfigFile:_0x31b561,resolveConfigLocation:_0x543e2d}=helper['requirePWModule'][_0x395fde(0x201)](null,_0x460ee0[_0x395fde(0x1cc)](getConfigLoaderPath)),_0x3a6d82=_0x31b561?_0x460ee0['MkXMG'](_0x31b561,_0x5a4918):helper[_0x395fde(0x1f7)](_0x460ee0[_0x395fde(0x1a0)](_0x543e2d,_0x5a4918),[_0x460ee0[_0x395fde(0x19b)]]),_0x2dceb8={};if(_0x10ab0f){const _0xa3308f=_0x301347['findIndex'](_0x5d6626=>_0x5d6626===_0x395fde(0x17f)||_0x5d6626==='-c'||_0x5d6626[_0x395fde(0x1b0)](_0x395fde(0x20c)));_0x301347['splice'](_0xa3308f,_0x301347[_0xa3308f]['startsWith'](_0x460ee0[_0x395fde(0x1d5)])?0x1:0x2);}const _0x436fa2={};return _0x436fa2[_0x395fde(0x1c4)]=_0x3a6d82,_0x436fa2[_0x395fde(0x1a8)]=_0x2dceb8,_0x436fa2;},handleO11yRerun=_0x2c739d=>{const _0x4e4330=a35_0x249430,_0x4aac24={};_0x4aac24['rRNjZ']=function(_0x5ca425,_0xa07ec2){return _0x5ca425!==_0xa07ec2;},_0x4aac24['KlbbH']=_0x4e4330(0x1f9),_0x4aac24[_0x4e4330(0x209)]=_0x4e4330(0x1ab);const _0x2ee0f2=_0x4aac24,_0x3444b8=helper[_0x4e4330(0x194)](process['env'][_0x4e4330(0x1a4)]);if(_0x3444b8){const _0x1d539a=process[_0x4e4330(0x213)]['BROWSERSTACK_RERUN_TESTS'],_0x5f239d=[];if(_0x2ee0f2[_0x4e4330(0x1d3)](_0x1d539a,_0x2ee0f2[_0x4e4330(0x1fb)])&&!helper[_0x4e4330(0x1d2)](_0x1d539a)){_0x1d539a[_0x4e4330(0x189)](',')['map'](_0xed0130=>{const _0x111185=_0x4e4330;_0x5f239d[_0x111185(0x17e)]('('+_0xed0130[_0x111185(0x196)]()+')');});const _0x3cdba1='^'+_0x5f239d['join']('|')+'$';_0x2c739d[_0x4e4330(0x17e)](_0x2ee0f2['JYwmO'],_0x3cdba1);}}},spawnOriginalProcess=_0x1b7b65=>{const _0x1a1755=a35_0x249430,_0x26da2c={'KFmwN':function(_0x559ee9,_0x53e8d0,_0x2bf777,_0x32274c){return _0x559ee9(_0x53e8d0,_0x2bf777,_0x32274c);},'XLYmG':_0x1a1755(0x186),'uliyf':_0x1a1755(0x1e7),'Fibum':function(_0x440b3d,_0x5f3465){return _0x440b3d===_0x5f3465;},'hjaBN':_0x1a1755(0x190),'ERrSP':_0x1a1755(0x19d)};_0x26da2c[_0x1a1755(0x1fa)](spawn,_0x26da2c['XLYmG'],[_0x26da2c[_0x1a1755(0x1d4)],..._0x1b7b65[_0x1a1755(0x1e4)](0x1)],{'shell':_0x26da2c['Fibum'](process['platform'],_0x26da2c[_0x1a1755(0x1c1)]),'stdio':_0x26da2c['ERrSP'],'cwd':process[_0x1a1755(0x1d8)]()});},isTestCommand=(_0x1d295f,_0x656f5f)=>{const _0x9581a3=a35_0x249430,_0x33eb1b={};_0x33eb1b[_0x9581a3(0x200)]=function(_0x286ff3,_0x221156){return _0x286ff3>_0x221156;},_0x33eb1b[_0x9581a3(0x1f1)]=function(_0x5efdb1,_0x5b184a){return _0x5efdb1===_0x5b184a;},_0x33eb1b[_0x9581a3(0x1e2)]=_0x9581a3(0x1ff);const _0x10af62=_0x33eb1b;if(_0x10af62[_0x9581a3(0x200)](_0x656f5f[_0x9581a3(0x1cd)],0x1)&&_0x10af62[_0x9581a3(0x1f1)](_0x656f5f[0x1],_0x10af62[_0x9581a3(0x1e2)]))return!![];return![];};async function run(_0x358adc,_0x28e601){const _0x5c352d=a35_0x249430,_0x3a693a={'ExKWa':_0x5c352d(0x19a),'XAEFh':_0x5c352d(0x210),'TkKpD':function(_0x2d8a6f,_0x245b9b){return _0x2d8a6f+_0x245b9b;},'VsEvi':_0x5c352d(0x1b9),'ToKcm':_0x5c352d(0x1e9),'IamRW':function(_0x2a7f95){return _0x2a7f95();},'hktfs':_0x5c352d(0x1e1),'UHKkn':'--disable-browserstack-automation','rQktb':_0x5c352d(0x1d6),'druQr':_0x5c352d(0x1ea),'pCkIb':function(_0x45520b,_0x56aa43){return _0x45520b>=_0x56aa43;},'NkrIw':function(_0x54e89d,_0x1f2b19){return _0x54e89d+_0x1f2b19;},'ooocZ':_0x5c352d(0x1a6),'VWOGZ':function(_0x20b92e,_0x164dcc,_0x1dee3e){return _0x20b92e(_0x164dcc,_0x1dee3e);},'abpuq':function(_0x1dfeaa,_0x195555){return _0x1dfeaa(_0x195555);},'Trjbc':_0x5c352d(0x1e3),'xilKu':_0x5c352d(0x1a9),'Ffehp':function(_0x1e8c6b,_0x20aad8){return _0x1e8c6b!=_0x20aad8;},'qumYr':function(_0x3d03be,_0x3ee43d){return _0x3d03be(_0x3ee43d);},'ahsEE':function(_0x21209c,_0x5bf592){return _0x21209c===_0x5bf592;},'TABHU':_0x5c352d(0x20e),'hMzKO':function(_0x3c7a9a,_0x5cf5f2){return _0x3c7a9a(_0x5cf5f2);},'HLmiG':'browserstackSetupConfig.json','LBWhS':function(_0x227b81,_0x4cddb5){return _0x227b81===_0x4cddb5;},'DvUaN':_0x5c352d(0x207),'XnjTO':_0x5c352d(0x19f),'uAeYR':function(_0x35b636,_0x6b357c){return _0x35b636-_0x6b357c;},'wkWBL':function(_0x16159e,_0x438abb){return _0x16159e+_0x438abb;},'RczVE':_0x5c352d(0x1be),'HGogw':function(_0x479dd8,_0xd2aaad){return _0x479dd8>_0xd2aaad;},'ZjDxP':function(_0xbb145f,_0x354b86,_0x18ffea,_0x51c508){return _0xbb145f(_0x354b86,_0x18ffea,_0x51c508);},'zXaqy':_0x5c352d(0x186),'SabNj':_0x5c352d(0x1e7),'AaoOt':_0x5c352d(0x1ff),'NgxNQ':_0x5c352d(0x17f),'YaPgt':_0x5c352d(0x190),'JuhDb':_0x5c352d(0x19d),'qKotl':'close'};!helper[_0x5c352d(0x1b5)](process[_0x5c352d(0x213)][_0x5c352d(0x21a)])&&(process['env'][_0x5c352d(0x21a)]=!![]);process['argv']['includes'](_0x3a693a[_0x5c352d(0x1bc)])&&(process[_0x5c352d(0x213)][_0x5c352d(0x21a)]=_0x3a693a['rQktb'],_0x28e601=_0x28e601[_0x5c352d(0x1fd)](_0x5d1c07=>_0x5d1c07!==_0x5c352d(0x1c7)));const _0x3589b4=_0x28e601[_0x5c352d(0x187)](_0x3a693a['druQr']);_0x3a693a[_0x5c352d(0x192)](_0x3589b4,0x0)&&(process['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x3a693a[_0x5c352d(0x1f0)],_0x28e601=_0x28e601[_0x5c352d(0x1fd)](_0x2c7c32=>_0x2c7c32!==_0x5c352d(0x1ea)));try{const _0x3d65cb=path['join'](helper[_0x5c352d(0x19c)](),_0x3a693a[_0x5c352d(0x218)],_0x3a693a[_0x5c352d(0x1bb)]);fs[_0x5c352d(0x20f)](_0x3d65cb)&&fs['unlinkSync'](_0x3d65cb);}catch(_0x2e36ea){logger[_0x5c352d(0x1f6)](_0x3a693a['NkrIw'](_0x3a693a[_0x5c352d(0x1eb)],_0x2e36ea));}if(!_0x3a693a[_0x5c352d(0x197)](isTestCommand,_0x358adc,_0x28e601)){_0x3a693a[_0x5c352d(0x1a3)](spawnOriginalProcess,_0x28e601);return;}const _0x5db1c8=new BrowserStackSetup(_0x358adc,FRAMEWORKS[_0x5c352d(0x219)]);if(!_0x5db1c8[_0x5c352d(0x1a8)]){logger[_0x5c352d(0x1c3)](_0x3a693a[_0x5c352d(0x1a5)]);return;}await _0x5db1c8[_0x5c352d(0x217)]();!helper['isUndefined'](_0x5db1c8[_0x5c352d(0x208)])&&_0x5db1c8[_0x5c352d(0x208)][_0x5c352d(0x1e8)](_0x3a693a[_0x5c352d(0x1c6)])&&(process[_0x5c352d(0x213)][_0x5c352d(0x21a)]=_0x5db1c8[_0x5c352d(0x208)][_0x5c352d(0x1ba)](_0x3a693a[_0x5c352d(0x1c6)])||!![]);_0x3a693a[_0x5c352d(0x19e)](_0x5db1c8[_0x5c352d(0x1a8)]['testObservability'],null)&&!helper[_0x5c352d(0x194)](process[_0x5c352d(0x213)][_0x5c352d(0x191)])&&(process['env'][_0x5c352d(0x191)]=process['env'][_0x5c352d(0x191)]||_0x5db1c8[_0x5c352d(0x1a8)][_0x5c352d(0x1bd)]);const _0x28fc2c=!helper[_0x5c352d(0x1b5)](process[_0x5c352d(0x213)][_0x5c352d(0x191)]);let _0x5b9847=![];_0x5db1c8['config'][_0x5c352d(0x1f4)]&&(_0x5b9847=!![],process[_0x5c352d(0x213)][_0x5c352d(0x193)]=_0x5db1c8['config']['accessibility']);_0x5db1c8['config']['accessibilityOptions']&&(process[_0x5c352d(0x213)][_0x5c352d(0x1b3)]=JSON[_0x5c352d(0x205)](_0x5db1c8[_0x5c352d(0x1a8)]['accessibilityOptions']));const _0xba675e=_0x28e601[_0x5c352d(0x1f8)](),_0x1478a9=await _0x3a693a[_0x5c352d(0x197)](getUserPlaywrightConfig,_0x358adc,_0x28e601);if(helper[_0x5c352d(0x1d2)](_0x1478a9)){_0x3a693a[_0x5c352d(0x1de)](spawnOriginalProcess,_0xba675e);return;}const _0x58ed66=_0x1478a9[_0x5c352d(0x1c4)]?path['dirname'](_0x1478a9[_0x5c352d(0x1c4)]):process['cwd']();process[_0x5c352d(0x213)][_0x5c352d(0x20a)]=_0x58ed66,await TestHubHandler['launchBuild'](FRAMEWORKS[_0x5c352d(0x219)],_0x5db1c8);_0x28fc2c&&_0x3a693a[_0x5c352d(0x1a3)](handleO11yRerun,_0x28e601);let _0x3f0e95=_0x3a693a[_0x5c352d(0x184)](process[_0x5c352d(0x213)][_0x5c352d(0x193)],_0x3a693a[_0x5c352d(0x1f5)]);_0x3f0e95=_0x3f0e95||_0x3a693a[_0x5c352d(0x1a3)](checkAccessibilityPlatformConfig,_0x5db1c8[_0x5c352d(0x1a8)]),process[_0x5c352d(0x213)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3f0e95;_0x3f0e95&&_0x3a693a[_0x5c352d(0x1ae)](setAccessibilityCapabilities,_0x5db1c8['config']);const _0x271def=path[_0x5c352d(0x198)](_0x1478a9['path']?path[_0x5c352d(0x1b2)](_0x1478a9['path']):process[_0x5c352d(0x1d8)](),_0x3a693a[_0x5c352d(0x1aa)]);fs['writeFileSync'](_0x271def,helper[_0x5c352d(0x1a7)](_0x5db1c8[_0x5c352d(0x1a8)])),process[_0x5c352d(0x213)][_0x5c352d(0x18d)]=_0x271def,helper[_0x5c352d(0x180)]();let _0x5e20f9='';_0x3a693a['LBWhS'](helper['getPackageType'](),constants['PACKAGE_TYPE'][_0x5c352d(0x1d0)])?_0x5e20f9=_0x3a693a[_0x5c352d(0x1cf)]:_0x5e20f9=_0x3a693a[_0x5c352d(0x1c2)];let _0x99859f='';if(helper['isTypescriptProject'](_0x1478a9['path'])){_0x99859f='\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a';const _0x39aa2d=_0x5e20f9['split']('.');_0x39aa2d[_0x3a693a[_0x5c352d(0x1c5)](_0x39aa2d[_0x5c352d(0x1cd)],0x1)]='ts',_0x5e20f9=_0x39aa2d['join']('.'),logger[_0x5c352d(0x1f6)](_0x3a693a[_0x5c352d(0x1af)](_0x3a693a[_0x5c352d(0x1ce)],_0x5e20f9));}else _0x99859f=_0x5c352d(0x1fc);const _0x54798c=path[_0x5c352d(0x198)](_0x1478a9['path']?path[_0x5c352d(0x1b2)](_0x1478a9['path']):process['cwd'](),_0x5e20f9);let _0x53d819=_0x1478a9['path']?_0x1478a9[_0x5c352d(0x1c4)]:'';_0x53d819=_0x3a693a[_0x5c352d(0x1b6)](_0x53d819[_0x5c352d(0x1cd)],0x0)?path['resolve'](_0x53d819):'',process[_0x5c352d(0x213)][_0x5c352d(0x1b4)]=_0x53d819;const _0x161825=helper[_0x5c352d(0x1dd)](_0x5db1c8[_0x5c352d(0x1a8)]);_0x161825&&(_0x99859f=_0x3a693a[_0x5c352d(0x1d9)](_0x5c352d(0x1ed)+_0x161825+_0x5c352d(0x195),_0x99859f));helper[_0x5c352d(0x1c8)]({},_0x28e601),fs[_0x5c352d(0x1b7)](_0x54798c,_0x99859f),helper['markSDKSetupComplete']();const _0x3dc973=_0x3a693a[_0x5c352d(0x18e)](spawn,_0x3a693a[_0x5c352d(0x188)],[_0x3a693a[_0x5c352d(0x1dc)],_0x3a693a[_0x5c352d(0x182)],_0x3a693a[_0x5c352d(0x1e0)],_0x54798c,..._0x28e601[_0x5c352d(0x1e4)](0x2)],{'shell':_0x3a693a[_0x5c352d(0x184)](process[_0x5c352d(0x1ee)],_0x3a693a['YaPgt']),'stdio':_0x3a693a[_0x5c352d(0x202)],'cwd':process[_0x5c352d(0x1d8)](),'env':Object[_0x5c352d(0x199)]({},process[_0x5c352d(0x213)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x5c352d(0x203)](_0x358adc),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x5db1c8[_0x5c352d(0x1a8)][_0x5c352d(0x1fe)][_0x5c352d(0x20b)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x5db1c8[_0x5c352d(0x1a8)][_0x5c352d(0x1fe)][_0x5c352d(0x183)],'BROWSERSTACK_LOG_LEVEL':_0x5db1c8['config'][_0x5c352d(0x1cb)]})}),_0x38f23d=()=>{const _0x154e4c=_0x5c352d;try{const _0x479c29=path[_0x154e4c(0x198)](helper[_0x154e4c(0x19c)](),_0x3a693a[_0x154e4c(0x218)],_0x3a693a['XAEFh']);if(fs[_0x154e4c(0x20f)](_0x479c29)){let _0x2e9ec5=fs[_0x154e4c(0x214)](_0x479c29);_0x2e9ec5=JSON[_0x154e4c(0x216)](_0x2e9ec5),_0x5db1c8['errorMessage']=_0x2e9ec5,fs[_0x154e4c(0x18c)](_0x479c29);}}catch(_0x13df2){logger[_0x154e4c(0x1f6)](_0x3a693a[_0x154e4c(0x1d1)](_0x3a693a['VsEvi'],_0x13df2));}};_0x3dc973['on'](_0x3a693a[_0x5c352d(0x1f3)],async _0x20e666=>{const _0x4041f5=_0x5c352d;try{const _0x289bc4=_0x3a693a[_0x4041f5(0x1a2)][_0x4041f5(0x189)]('|');let _0x149086=0x0;while(!![]){switch(_0x289bc4[_0x149086++]){case'0':_0x3a693a['IamRW'](_0x38f23d);continue;case'1':fs['unlinkSync'](_0x54798c);continue;case'2':fs[_0x4041f5(0x18c)](_0x271def);continue;case'3':process[_0x4041f5(0x1c0)]=_0x20e666;continue;case'4':logger['debug'](_0x4041f5(0x1ef)+_0x20e666);continue;case'5':await utilities['finalExecution'](_0x5db1c8);continue;case'6':await TestHubHandler[_0x4041f5(0x1ca)]();continue;case'7':logger[_0x4041f5(0x1f6)](_0x4041f5(0x1ec)+_0x271def);continue;case'8':logger['info'](_0x4041f5(0x1ec)+_0x54798c);continue;}break;}}catch(_0x3c6e62){logger[_0x4041f5(0x1f6)](_0x3a693a['TkKpD'](_0x3a693a[_0x4041f5(0x185)],_0x3c6e62));}});}module[a35_0x249430(0x181)]=run;
@@ -1 +1 @@
1
- const a36_0x27bd8f=a36_0x1499;function a36_0x1fbe(){const _0x41fdda=['46556azgAGB','child_process','../../helpers/helper','./patches','Running\x20existing\x20global\x20setup','4012400PcoNLZ','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','env','277365qUltLK','format','xpupz','apply','toString','UXUcV','Call\x20to\x20child\x20fork\x20with\x20args\x20','Path\x20','./mock-process.js','requirePWModule','resolve','2048550LeHZgv','42456ziPVhd','../../helpers/test-observability/constants','41OWUcxJ','./reporter/pwUtils','110AEAxZr','pJbEw','rarmu','fork','config','error','includes','219ToUxZC','Not\x20able\x20to\x20import\x20globalSetup','util','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','SIVUr','NvqPv','566658sgOwVX','../../helpers/logger','rZdqF','\x20is\x20not\x20found','debug','ezuRu','pzaly','exports','104wnhIpW','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','2773074hiJLhj'];a36_0x1fbe=function(){return _0x41fdda;};return a36_0x1fbe();}(function(_0x4eb8d3,_0x3081a6){const _0x367b0b=a36_0x1499,_0x15424e=_0x4eb8d3();while(!![]){try{const _0x1d9352=parseInt(_0x367b0b(0xda))/0x1*(parseInt(_0x367b0b(0xf4))/0x2)+parseInt(_0x367b0b(0xe3))/0x3*(parseInt(_0x367b0b(0xd8))/0x4)+parseInt(_0x367b0b(0xd7))/0x5+-parseInt(_0x367b0b(0xf3))/0x6+-parseInt(_0x367b0b(0xf9))/0x7+parseInt(_0x367b0b(0xf1))/0x8*(-parseInt(_0x367b0b(0xe9))/0x9)+parseInt(_0x367b0b(0xdc))/0xa*(parseInt(_0x367b0b(0xcc))/0xb);if(_0x1d9352===_0x3081a6)break;else _0x15424e['push'](_0x15424e['shift']());}catch(_0x38bac5){_0x15424e['push'](_0x15424e['shift']());}}}(a36_0x1fbe,0x894ea));const util=require(a36_0x27bd8f(0xe5)),child_process=require(a36_0x27bd8f(0xf5)),{FRAMEWORKS}=require(a36_0x27bd8f(0xd9)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),helper=require(a36_0x27bd8f(0xf6)),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x27bd8f(0xdb)),{mockIsWorkerRedundant}=require(a36_0x27bd8f(0xf7)),logger=require(a36_0x27bd8f(0xea))['winstonLogger'];function a36_0x1499(_0x48a7b0,_0x5a0a93){const _0x1fbe37=a36_0x1fbe();return a36_0x1499=function(_0x149942,_0x1393c1){_0x149942=_0x149942-0xcb;let _0x25fd4e=_0x1fbe37[_0x149942];return _0x25fd4e;},a36_0x1499(_0x48a7b0,_0x5a0a93);}module[a36_0x27bd8f(0xf0)]=async function(_0xd0f57c){const _0x32c959=a36_0x27bd8f,_0x1e6f9b={'pzaly':function(_0x364809,_0x1d83a0){return _0x364809(_0x1d83a0);},'rarmu':function(_0x5708d7){return _0x5708d7();},'pJbEw':_0x32c959(0xd4),'cnzGW':function(_0xd20800){return _0xd20800();},'xpupz':function(_0x36990f){return _0x36990f();},'fgItF':_0x32c959(0xf8),'ezuRu':function(_0x1ec17b){return _0x1ec17b();},'nREgu':function(_0x54eb4e,_0x11a7f7){return _0x54eb4e(_0x11a7f7);},'SIVUr':function(_0xbb5b97,_0x221961){return _0xbb5b97>=_0x221961;},'NvqPv':'1.33.0','cIoMa':function(_0x55ea17,_0xcc38bd,_0x1778b9){return _0x55ea17(_0xcc38bd,_0x1778b9);},'rZdqF':function(_0x4e8710,_0x186a42){return _0x4e8710!==_0x186a42;},'AfMpB':'function','UXUcV':_0x32c959(0xe4)},_0x4392e0=child_process[_0x32c959(0xdf)];if(helper['isHandlePWErrorSet']())try{_0x1e6f9b[_0x32c959(0xce)](mockIsWorkerRedundant);}catch(_0x41b996){logger[_0x32c959(0xed)](_0x32c959(0xfa)+util[_0x32c959(0xcd)](_0x41b996));}child_process[_0x32c959(0xdf)]=function(){const _0x2f81e3=_0x32c959;return _0x1e6f9b[_0x2f81e3(0xef)](debug,_0x2f81e3(0xd2)+arguments[0x0]),arguments[0x0][_0x2f81e3(0xe2)](_0x1e6f9b[_0x2f81e3(0xde)](getForkProcessPath))?arguments[0x0]=require[_0x2f81e3(0xd6)](_0x1e6f9b[_0x2f81e3(0xdd)]):logger[_0x2f81e3(0xe1)](_0x2f81e3(0xd3)+_0x1e6f9b['cnzGW'](getForkProcessPath)+_0x2f81e3(0xec)),_0x4392e0[_0x2f81e3(0xcf)](null,arguments);};if(process['env'][_0x32c959(0xf2)]){_0x1e6f9b[_0x32c959(0xef)](debug,_0x1e6f9b['fgItF']);try{const {loadGlobalHook:_0x5b8a10}=helper[_0x32c959(0xd5)][_0x32c959(0xcf)](null,_0x1e6f9b[_0x32c959(0xee)](getLoadUtilsPath)),_0x3a0230=_0x1e6f9b['nREgu'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);let _0x90841b=_0xd0f57c;if(_0x1e6f9b[_0x32c959(0xe7)](helper['compareVersions'](_0x3a0230,_0x1e6f9b[_0x32c959(0xe8)]),0x0)){const _0x41a877={};_0x41a877[_0x32c959(0xe0)]=_0xd0f57c,_0x90841b=_0x41a877;}const _0x63fc98=await _0x1e6f9b['cIoMa'](_0x5b8a10,_0x90841b,process[_0x32c959(0xcb)][_0x32c959(0xf2)]);if(_0x1e6f9b[_0x32c959(0xeb)](typeof _0x63fc98,_0x1e6f9b['AfMpB']))throw new Error(_0x1e6f9b[_0x32c959(0xd1)]);return _0x63fc98['apply'](null,arguments);}catch(_0x74e870){_0x1e6f9b[_0x32c959(0xef)](debug,_0x32c959(0xe6)+_0x74e870[_0x32c959(0xd0)]());}}};
1
+ const a36_0x29f09a=a36_0x125f;function a36_0x5543(){const _0x274d8c=['apply','SenQW','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','./reporter/pwUtils','fork','./patches','includes','winstonLogger','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','14yAIxQk','Not\x20able\x20to\x20import\x20globalSetup','debug','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','136179MHsCtL','IVFes','resolve','EHeew','uaKkh','XaDvl','167962NEKBYA','Path\x20','155XdFOVz','function','requirePWModule','format','40YVFYoy','18012MvMZRf','slUYq','../../helpers/logger','15300vAEhYc','MsksZ','../../helpers/helper','\x20is\x20not\x20found','toString','PLAYWRIGHT','config','env','2690JSSTeM','compareVersions','okPBw','1125908GYbUXL','exports','../../helpers/test-observability/utils','Running\x20existing\x20global\x20setup','sxqXI','IvaxO','342728SEJWRX','11671yenzSM'];a36_0x5543=function(){return _0x274d8c;};return a36_0x5543();}function a36_0x125f(_0x4eda4f,_0x1079d0){const _0x554399=a36_0x5543();return a36_0x125f=function(_0x125f5f,_0x121182){_0x125f5f=_0x125f5f-0x1a2;let _0x12e1ae=_0x554399[_0x125f5f];return _0x12e1ae;},a36_0x125f(_0x4eda4f,_0x1079d0);}(function(_0x18ee69,_0x57576c){const _0x1b415e=a36_0x125f,_0x206f2d=_0x18ee69();while(!![]){try{const _0xb3a8b3=parseInt(_0x1b415e(0x1b5))/0x1+-parseInt(_0x1b415e(0x1ab))/0x2*(parseInt(_0x1b415e(0x1bf))/0x3)+parseInt(_0x1b415e(0x1d0))/0x4+parseInt(_0x1b415e(0x1b7))/0x5*(parseInt(_0x1b415e(0x1bc))/0x6)+parseInt(_0x1b415e(0x1ca))/0x7+parseInt(_0x1b415e(0x1bb))/0x8*(-parseInt(_0x1b415e(0x1af))/0x9)+-parseInt(_0x1b415e(0x1c7))/0xa*(parseInt(_0x1b415e(0x1d1))/0xb);if(_0xb3a8b3===_0x57576c)break;else _0x206f2d['push'](_0x206f2d['shift']());}catch(_0x1832f5){_0x206f2d['push'](_0x206f2d['shift']());}}}(a36_0x5543,0x1b0c2));const util=require('util'),child_process=require('child_process'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require(a36_0x29f09a(0x1cc)),helper=require(a36_0x29f09a(0x1c1)),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x29f09a(0x1a5)),{mockIsWorkerRedundant}=require(a36_0x29f09a(0x1a7)),logger=require(a36_0x29f09a(0x1be))[a36_0x29f09a(0x1a9)];module[a36_0x29f09a(0x1cb)]=async function(_0x335003){const _0x5a5b1f=a36_0x29f09a,_0x412633={'XaDvl':function(_0x5529e9,_0xe04e82){return _0x5529e9(_0xe04e82);},'slUYq':function(_0x40b2ac){return _0x40b2ac();},'lAfOf':'./mock-process.js','IVFes':function(_0x146093){return _0x146093();},'MsksZ':function(_0x330cbb,_0x1a933c){return _0x330cbb(_0x1a933c);},'TsDZX':_0x5a5b1f(0x1cd),'uaKkh':function(_0x4fe1b2){return _0x4fe1b2();},'sxqXI':function(_0x4a2dbd,_0x4de498){return _0x4a2dbd(_0x4de498);},'EHeew':function(_0x228732,_0x180ae6){return _0x228732>=_0x180ae6;},'ogSfT':'1.33.0','IvaxO':function(_0xc18902,_0x5bb4a6,_0x3d62f2){return _0xc18902(_0x5bb4a6,_0x3d62f2);},'okPBw':function(_0x156847,_0x156b45){return _0x156847!==_0x156b45;},'qrpSO':_0x5a5b1f(0x1b8),'SenQW':_0x5a5b1f(0x1ac)},_0x5974b1=child_process[_0x5a5b1f(0x1a6)];if(helper['isHandlePWErrorSet']())try{_0x412633[_0x5a5b1f(0x1b0)](mockIsWorkerRedundant);}catch(_0x542dce){logger[_0x5a5b1f(0x1ad)](_0x5a5b1f(0x1aa)+util[_0x5a5b1f(0x1ba)](_0x542dce));}child_process[_0x5a5b1f(0x1a6)]=function(){const _0x152f2f=_0x5a5b1f;return _0x412633[_0x152f2f(0x1b4)](debug,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0][_0x152f2f(0x1a8)](_0x412633['slUYq'](getForkProcessPath))?arguments[0x0]=require[_0x152f2f(0x1b1)](_0x412633['lAfOf']):logger['error'](_0x152f2f(0x1b6)+_0x412633[_0x152f2f(0x1bd)](getForkProcessPath)+_0x152f2f(0x1c2)),_0x5974b1[_0x152f2f(0x1a2)](null,arguments);};if(process[_0x5a5b1f(0x1c6)][_0x5a5b1f(0x1a4)]){_0x412633[_0x5a5b1f(0x1c0)](debug,_0x412633['TsDZX']);try{const {loadGlobalHook:_0x5cce2e}=helper[_0x5a5b1f(0x1b9)][_0x5a5b1f(0x1a2)](null,_0x412633[_0x5a5b1f(0x1b3)](getLoadUtilsPath)),_0x45db3e=_0x412633[_0x5a5b1f(0x1ce)](getFrameworkVersion,FRAMEWORKS[_0x5a5b1f(0x1c4)]);let _0x3e1f3d=_0x335003;if(_0x412633[_0x5a5b1f(0x1b2)](helper[_0x5a5b1f(0x1c8)](_0x45db3e,_0x412633['ogSfT']),0x0)){const _0x7775d9={};_0x7775d9[_0x5a5b1f(0x1c5)]=_0x335003,_0x3e1f3d=_0x7775d9;}const _0xe42393=await _0x412633[_0x5a5b1f(0x1cf)](_0x5cce2e,_0x3e1f3d,process['env'][_0x5a5b1f(0x1a4)]);if(_0x412633[_0x5a5b1f(0x1c9)](typeof _0xe42393,_0x412633['qrpSO']))throw new Error(_0x412633[_0x5a5b1f(0x1a3)]);return _0xe42393['apply'](null,arguments);}catch(_0x4c79e4){_0x412633[_0x5a5b1f(0x1ce)](debug,_0x5a5b1f(0x1ae)+_0x4c79e4[_0x5a5b1f(0x1c3)]());}}};