browserstack-node-sdk 1.32.11 → 1.32.12

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 (116) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a29_0x597a16=a29_0x1784;function a29_0x1784(_0x3a9675,_0x2a618b){const _0x5223c0=a29_0x5223();return a29_0x1784=function(_0x17845a,_0x3fb563){_0x17845a=_0x17845a-0x12c;let _0x3b305d=_0x5223c0[_0x17845a];return _0x3b305d;},a29_0x1784(_0x3a9675,_0x2a618b);}(function(_0x1d7f31,_0x2f6431){const _0x32d658=a29_0x1784,_0x48ade9=_0x1d7f31();while(!![]){try{const _0x591722=-parseInt(_0x32d658(0x15b))/0x1+parseInt(_0x32d658(0x141))/0x2+parseInt(_0x32d658(0x156))/0x3*(-parseInt(_0x32d658(0x149))/0x4)+-parseInt(_0x32d658(0x166))/0x5*(-parseInt(_0x32d658(0x136))/0x6)+parseInt(_0x32d658(0x177))/0x7+-parseInt(_0x32d658(0x17f))/0x8+parseInt(_0x32d658(0x14b))/0x9*(-parseInt(_0x32d658(0x13c))/0xa);if(_0x591722===_0x2f6431)break;else _0x48ade9['push'](_0x48ade9['shift']());}catch(_0x5323c5){_0x48ade9['push'](_0x48ade9['shift']());}}}(a29_0x5223,0x978ee));const {v4:uuidv4}=require(a29_0x597a16(0x16f)),{name,version}=require(a29_0x597a16(0x15f)),logPatcher=require(a29_0x597a16(0x138)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a29_0x597a16(0x14a)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession,isInternalHook}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a29_0x597a16(0x183)),{getPlatformVersion}=require(a29_0x597a16(0x151));function a29_0x5223(){const _0x1b621f=['OEEqQ','XvWJM','markedStatus','_beforeAll','5600736yLEpnC','forEach','hook:','map_','../../../helpers/test-observability/constants','trzjt','getSession','rvGoz','fromEntries','parent','JXwCk','_afterAll','oQtKa','ZJfpv','cIiCh','substring','failed','NLaeG','SYYlF','sendPlatformDetails','ymUcf','6195066RZbXNb','ThPLV','../../utils/logPatcher','getPlatform','YNbCb','browserstack','540Teralk','pending','suites','hookAnalyticsId','indexOf','1141228dcyELz','keys','__cloud_provider___','_afterEach','Dzpgq','bs:addPlatformDetails:','Gvehf','emit','240472ARNmOa','../../utils/logReportingAPI','43731khsLHd','getTestEnv','AtQGB','DXqVp','getBrowserName','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','../../../helpers/helper','concat','tests','slice','getHooksForTest','6imsMog','passed','automate','pid','XmvLm','646943fCBZAm','hvIMB','vYqGY','filter','../../../../package.json','getBrowserVersion','string','bWwDS','appium:app','getHookSkippedTests','ooLJh','5skKTSa','state','app','getCapabilities','toJSON','yGYAN','DRgjA','split','hook','uuid','wAOmI','generic','mWKGW','unknown_grid','wTTbV','_beforeEach','mapTestHooks','5231198gdHlRh','TIMqE','toISOString','push'];a29_0x5223=function(){return _0x1b621f;};return a29_0x5223();}console={},Object[a29_0x597a16(0x142)](consoleHolder)[a29_0x597a16(0x180)](_0x24cb2a=>{console[_0x24cb2a]=(..._0x198792)=>{BSTestOpsPatcher[_0x24cb2a](..._0x198792);};}),exports[a29_0x597a16(0x14c)]=()=>{const _0x2e808d=a29_0x597a16,_0x1ddbba={'wTTbV':_0x2e808d(0x171),'JXwCk':function(_0x4b194e){return _0x4b194e();}};return{'ci':_0x1ddbba[_0x2e808d(0x174)],'key':_0x1ddbba[_0x2e808d(0x189)](uuidv4),'version':version,'collector':'js-'+name};},exports['getHookDetails']=_0x3d0e57=>{const _0x206268=a29_0x597a16,_0xfa9196={};_0xfa9196[_0x206268(0x17c)]=function(_0x42a61e,_0x333939){return _0x42a61e!==_0x333939;},_0xfa9196[_0x206268(0x172)]=_0x206268(0x161),_0xfa9196[_0x206268(0x15c)]=_0x206268(0x181),_0xfa9196[_0x206268(0x165)]=function(_0x50303f,_0x4fa190){return _0x50303f!==_0x4fa190;},_0xfa9196[_0x206268(0x14d)]=_0x206268(0x16e);const _0x135872=_0xfa9196;if(!_0x3d0e57||_0x135872['XvWJM'](typeof _0x3d0e57,_0x135872['mWKGW']))return[null,null];if(_0x135872[_0x206268(0x17c)](_0x3d0e57[_0x206268(0x140)](_0x135872[_0x206268(0x15c)]),-0x1)){const _0x1a04d3=_0x3d0e57[_0x206268(0x16d)](_0x135872[_0x206268(0x15c)]);return[_0x1a04d3[0x0][_0x206268(0x154)](0x0,-0x1)[_0x206268(0x16d)]('\x22')[0x1],_0x1a04d3[0x1][_0x206268(0x130)](0x1)];}else{if(_0x135872[_0x206268(0x165)](_0x3d0e57[_0x206268(0x140)](_0x135872[_0x206268(0x14d)]),-0x1)){const _0x5f2105=_0x3d0e57[_0x206268(0x16d)](_0x135872['AtQGB']);return[_0x5f2105[0x0][_0x206268(0x154)](0x0,-0x1)[_0x206268(0x16d)]('\x22')[0x1],_0x3d0e57];}}return[null,null];},exports[a29_0x597a16(0x155)]=_0x5470ea=>{const _0x3f783e=a29_0x597a16,_0x5817d7={'XmvLm':function(_0x29c53b,_0x3bc3a0){return _0x29c53b(_0x3bc3a0);},'TIMqE':_0x3f783e(0x17e),'ThPLV':_0x3f783e(0x12c),'DXqVp':'_beforeEach','trzjt':_0x3f783e(0x144)};if(!_0x5470ea||!_0x5470ea[_0x3f783e(0x188)])return[];const _0x412a07=[];return[_0x5817d7[_0x3f783e(0x178)],_0x5817d7[_0x3f783e(0x137)],_0x5817d7[_0x3f783e(0x14e)],_0x5817d7[_0x3f783e(0x184)]]['forEach'](_0x334cb0=>{const _0x4681a1=_0x3f783e,_0x259c1a=_0x5470ea[_0x4681a1(0x188)][_0x334cb0]||[];_0x259c1a[_0x4681a1(0x180)](_0x1f6a48=>{const _0x7d094d=_0x4681a1;_0x1f6a48[_0x7d094d(0x13f)]&&!_0x5817d7[_0x7d094d(0x15a)](isInternalHook,_0x1f6a48['fn'])&&_0x412a07[_0x7d094d(0x17a)](_0x1f6a48[_0x7d094d(0x13f)]);});}),[..._0x412a07,...exports[_0x3f783e(0x155)](_0x5470ea[_0x3f783e(0x188)])];},exports[a29_0x597a16(0x176)]=_0x2cb9cd=>{const _0xaf2013=a29_0x597a16,_0x4ab7e6={'vYqGY':function(_0x4f08dd){return _0x4f08dd();},'rvGoz':function(_0x5d77c1,_0x542b35){return _0x5d77c1===_0x542b35;},'YNbCb':_0xaf2013(0x144),'FKbNZ':function(_0x357907){return _0x357907();},'bWwDS':_0xaf2013(0x17e),'JFHtm':_0xaf2013(0x12c),'dsNMp':_0xaf2013(0x175)};if(!_0x2cb9cd||!_0x2cb9cd[_0xaf2013(0x188)])return;[_0x4ab7e6[_0xaf2013(0x162)],_0x4ab7e6['JFHtm'],_0x4ab7e6['dsNMp'],_0x4ab7e6[_0xaf2013(0x13a)]][_0xaf2013(0x180)](_0x189afd=>{const _0x17323a=_0xaf2013,_0x2a1977=_0x2cb9cd[_0x17323a(0x188)][_0x189afd]||[];_0x2a1977[_0x17323a(0x180)](_0x558e89=>{const _0xf736fe=_0x17323a;if(!_0x558e89['hookAnalyticsId'])_0x558e89['hookAnalyticsId']=_0x4ab7e6[_0xf736fe(0x15d)](uuidv4);else _0x558e89[_0xf736fe(0x17d)]&&_0x4ab7e6[_0xf736fe(0x186)](_0x189afd,_0x4ab7e6[_0xf736fe(0x13a)])&&(_0x558e89['hookAnalyticsId']=_0x4ab7e6['FKbNZ'](uuidv4),delete _0x558e89[_0xf736fe(0x17d)]);});}),exports[_0xaf2013(0x176)](_0x2cb9cd['parent']);},exports[a29_0x597a16(0x134)]=async(_0x4e30b4,_0x27158c)=>{const _0x4129ac=a29_0x597a16,_0x3f838f={'JScrN':function(_0x32d430){return _0x32d430();},'oQtKa':function(_0x57f6ae,_0x383efc){return _0x57f6ae===_0x383efc;},'Gvehf':_0x4129ac(0x13b),'cIiCh':_0x4129ac(0x163),'NOCEc':_0x4129ac(0x168),'yGYAN':'app-automate','Dzpgq':_0x4129ac(0x158),'ZJfpv':function(_0x11da5b,_0x45542a){return _0x11da5b(_0x45542a);},'QTkRZ':_0x4129ac(0x173),'SYYlF':'TEST_PLATFORM'};try{if(!_0x3f838f['JScrN'](isTestObservabilitySession))return;const _0xeaa8ee=await _0x4e30b4[_0x4129ac(0x169)](),_0xfa80b6=await _0x4e30b4[_0x4129ac(0x185)](),_0x3e6aa6={},_0x496694=Object[_0x4129ac(0x187)](_0xfa80b6[_0x4129ac(0x169)]()[_0x4129ac(0x182)]),_0x12caa1={'product':_0x3f838f[_0x4129ac(0x12d)](global[_0x4129ac(0x143)],_0x3f838f[_0x4129ac(0x147)])?_0x496694[_0x3f838f[_0x4129ac(0x12f)]]||_0x496694[_0x3f838f['NOCEc']]?_0x3f838f[_0x4129ac(0x16b)]:_0x3f838f[_0x4129ac(0x145)]:null,'capabilities':_0x496694,'platform':_0xeaa8ee[_0x4129ac(0x139)](),'platform_version':_0x3f838f[_0x4129ac(0x12e)](getPlatformVersion,_0x3f838f['oQtKa'](global[_0x4129ac(0x143)],_0x3f838f[_0x4129ac(0x147)])),'browser':_0xeaa8ee[_0x4129ac(0x14f)](),'browser_version':_0xeaa8ee[_0x4129ac(0x160)](),'session_id':_0xfa80b6[_0x4129ac(0x16a)]()};global[_0x4129ac(0x143)]?_0x3e6aa6[global[_0x4129ac(0x143)]]=_0x12caa1:_0x3e6aa6[_0x3f838f['QTkRZ']]=_0x12caa1,process[_0x4129ac(0x148)](_0x4129ac(0x146)+process[_0x4129ac(0x159)],{'timestamp':new Date()[_0x4129ac(0x179)](),'level':null,'message':null,'kind':_0x3f838f[_0x4129ac(0x133)],'http_response':_0x3e6aa6,'uuid':_0x27158c});}catch(_0x26a6f3){_0x3f838f[_0x4129ac(0x12e)](debug,_0x4129ac(0x150)+_0x26a6f3);}},exports[a29_0x597a16(0x164)]=_0x16960c=>{const _0x1b5549=a29_0x597a16,_0x48e736={};_0x48e736[_0x1b5549(0x170)]=function(_0x985197,_0xfcfe9e){return _0x985197!==_0xfcfe9e;},_0x48e736[_0x1b5549(0x132)]=_0x1b5549(0x16e),_0x48e736[_0x1b5549(0x16c)]=function(_0x489869,_0x13f8d7){return _0x489869!==_0x13f8d7;},_0x48e736[_0x1b5549(0x17b)]=_0x1b5549(0x157),_0x48e736[_0x1b5549(0x135)]=function(_0x16d7c6,_0x2bb00c){return _0x16d7c6!==_0x2bb00c;},_0x48e736['QxRYl']=_0x1b5549(0x131);const _0x409cab=_0x48e736,_0xaa557f=_0x16960c[_0x1b5549(0x13e)]['reduce']((_0x1a0f6e,_0x3dad5a)=>{const _0x88293f=_0x1b5549,_0x2c1ecc=exports['getHookSkippedTests'](_0x3dad5a);return _0x2c1ecc&&(_0x1a0f6e=_0x1a0f6e[_0x88293f(0x152)](_0x2c1ecc)),_0x1a0f6e;},[]),_0x1a0ada=_0x16960c[_0x1b5549(0x153)][_0x1b5549(0x15e)](_0x4d1137=>{const _0x420842=_0x1b5549,_0x488a6b=_0x409cab[_0x420842(0x170)](_0x4d1137['type'],_0x409cab[_0x420842(0x132)])&&!_0x4d1137[_0x420842(0x17d)]&&_0x409cab[_0x420842(0x16c)](_0x4d1137[_0x420842(0x167)],_0x409cab[_0x420842(0x17b)])&&_0x409cab['ymUcf'](_0x4d1137[_0x420842(0x167)],_0x409cab['QxRYl'])&&!_0x4d1137[_0x420842(0x13d)];return _0x488a6b;});return _0x1a0ada[_0x1b5549(0x152)](_0xaa557f);};
1
+ const a29_0x2644bb=a29_0x4363;(function(_0x18f0ab,_0x2e768a){const _0x55e056=a29_0x4363,_0xa1db5f=_0x18f0ab();while(!![]){try{const _0x41360c=parseInt(_0x55e056(0x21f))/0x1+-parseInt(_0x55e056(0x213))/0x2*(-parseInt(_0x55e056(0x207))/0x3)+parseInt(_0x55e056(0x22b))/0x4+-parseInt(_0x55e056(0x20f))/0x5*(parseInt(_0x55e056(0x1fe))/0x6)+parseInt(_0x55e056(0x20e))/0x7+-parseInt(_0x55e056(0x211))/0x8+-parseInt(_0x55e056(0x1e4))/0x9*(-parseInt(_0x55e056(0x221))/0xa);if(_0x41360c===_0x2e768a)break;else _0xa1db5f['push'](_0xa1db5f['shift']());}catch(_0x5ee063){_0xa1db5f['push'](_0xa1db5f['shift']());}}}(a29_0x3ed6,0x596b8));const {v4:uuidv4}=require(a29_0x2644bb(0x1fa)),{name,version}=require(a29_0x2644bb(0x1f2)),logPatcher=require(a29_0x2644bb(0x22e)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a29_0x2644bb(0x1e7)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession,isInternalHook}=require(a29_0x2644bb(0x21c)),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require('../../../helpers/helper');function a29_0x3ed6(){const _0x48fdf3=['suites','push','../../utils/logReportingAPI','toISOString','getBrowserVersion','SBYan','ssdLz','rOObk','JnECP','sendPlatformDetails','dNEDE','_afterAll','RuPWC','../../../../package.json','indexOf','GUxLU','GRWvz','unknown_grid','getBrowserName','QJpRo','js-','uuid','KawEu','__cloud_provider___','pending','948HnXROc','YAofF','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','map_','BWKfu','rMhcN','RzWFz','automate','state','596850qYrNSG','getHooksForTest','split','xJSCV','IRivW','JOaAk','failed','74697jGCFWo','19260cQljHy','qqwnz','2503808PwDRFM','hook','2UDIwKm','getHookDetails','getSession','getHookSkippedTests','tRwjD','gitUa','kytnO','NeEIV','mapTestHooks','../../../helpers/test-observability/utils','getPlatform','_beforeEach','29550ilPeug','parent','28160WJLGEm','forEach','markedStatus','DFtBf','mqBoZ','hook:','Uaqhp','app-automate','concat','fromEntries','2662836CHIXUy','tests','passed','../../utils/logPatcher','toJSON','iycXP','reduce','hookAnalyticsId','mQnPB','emit','WqocI','getCapabilities','TEST_PLATFORM','_afterEach','eVjuF','AtuHW','KPeca','slice','1224zNczwW'];a29_0x3ed6=function(){return _0x48fdf3;};return a29_0x3ed6();}function a29_0x4363(_0xd4402e,_0x373d4f){const _0x3ed645=a29_0x3ed6();return a29_0x4363=function(_0x436367,_0x2f4592){_0x436367=_0x436367-0x1d9;let _0x543146=_0x3ed645[_0x436367];return _0x543146;},a29_0x4363(_0xd4402e,_0x373d4f);}console={},Object['keys'](consoleHolder)[a29_0x2644bb(0x222)](_0x3fb31d=>{console[_0x3fb31d]=(..._0x465642)=>{BSTestOpsPatcher[_0x3fb31d](..._0x465642);};}),exports['getTestEnv']=()=>{const _0x3ab3d1=a29_0x2644bb,_0x2ba435={'aqQeq':'generic','KawEu':function(_0x3f4f18){return _0x3f4f18();}};return{'ci':_0x2ba435['aqQeq'],'key':_0x2ba435[_0x3ab3d1(0x1fb)](uuidv4),'version':version,'collector':_0x3ab3d1(0x1f9)+name};},exports[a29_0x2644bb(0x214)]=_0x286bed=>{const _0x2a5cd5=a29_0x2644bb,_0x1b3121={};_0x1b3121[_0x2a5cd5(0x217)]=function(_0x443711,_0x37f57c){return _0x443711!==_0x37f57c;},_0x1b3121[_0x2a5cd5(0x1ec)]='string',_0x1b3121[_0x2a5cd5(0x20b)]=function(_0x1827dc,_0x231d33){return _0x1827dc!==_0x231d33;},_0x1b3121[_0x2a5cd5(0x1eb)]=_0x2a5cd5(0x226),_0x1b3121['SBYan']=function(_0x382b92,_0x4dcfbc){return _0x382b92!==_0x4dcfbc;},_0x1b3121[_0x2a5cd5(0x1dc)]=_0x2a5cd5(0x212);const _0x11ee25=_0x1b3121;if(!_0x286bed||_0x11ee25['tRwjD'](typeof _0x286bed,_0x11ee25[_0x2a5cd5(0x1ec)]))return[null,null];if(_0x11ee25['IRivW'](_0x286bed[_0x2a5cd5(0x1f3)](_0x11ee25[_0x2a5cd5(0x1eb)]),-0x1)){const _0x335ffd=_0x286bed['split'](_0x11ee25[_0x2a5cd5(0x1eb)]);return[_0x335ffd[0x0]['slice'](0x0,-0x1)[_0x2a5cd5(0x209)]('\x22')[0x1],_0x335ffd[0x1]['substring'](0x1)];}else{if(_0x11ee25[_0x2a5cd5(0x1ea)](_0x286bed['indexOf'](_0x11ee25[_0x2a5cd5(0x1dc)]),-0x1)){const _0x48c846=_0x286bed['split'](_0x11ee25[_0x2a5cd5(0x1dc)]);return[_0x48c846[0x0][_0x2a5cd5(0x1e3)](0x0,-0x1)[_0x2a5cd5(0x209)]('\x22')[0x1],_0x286bed];}}return[null,null];},exports['getHooksForTest']=_0x3efe92=>{const _0x46e048=a29_0x2644bb,_0x144494={'dNEDE':function(_0x3ea949,_0x3a3b8b){return _0x3ea949(_0x3a3b8b);},'xFWdN':'_beforeAll','xJSCV':_0x46e048(0x1f0),'gitUa':_0x46e048(0x21e),'BWKfu':_0x46e048(0x1df)};if(!_0x3efe92||!_0x3efe92[_0x46e048(0x220)])return[];const _0x43e9d1=[];return[_0x144494['xFWdN'],_0x144494[_0x46e048(0x20a)],_0x144494[_0x46e048(0x218)],_0x144494[_0x46e048(0x202)]]['forEach'](_0x4ae466=>{const _0x1c2d9d=_0x46e048,_0x588527=_0x3efe92['parent'][_0x4ae466]||[];_0x588527[_0x1c2d9d(0x222)](_0x1cc127=>{const _0x30e691=_0x1c2d9d;_0x1cc127['hookAnalyticsId']&&!_0x144494[_0x30e691(0x1ef)](isInternalHook,_0x1cc127['fn'])&&_0x43e9d1[_0x30e691(0x1e6)](_0x1cc127[_0x30e691(0x1d9)]);});}),[..._0x43e9d1,...exports[_0x46e048(0x208)](_0x3efe92[_0x46e048(0x220)])];},exports[a29_0x2644bb(0x21b)]=_0x1a9e90=>{const _0x3cc532=a29_0x2644bb,_0x2c8076={'WFoFD':function(_0x187a8b){return _0x187a8b();},'QJpRo':function(_0x256e4a,_0x3d99b6){return _0x256e4a===_0x3d99b6;},'KPeca':_0x3cc532(0x1df),'RuPWC':function(_0x4610fc){return _0x4610fc();},'DFtBf':'_beforeAll','JUcLb':_0x3cc532(0x1f0),'wtwBc':_0x3cc532(0x21e)};if(!_0x1a9e90||!_0x1a9e90['parent'])return;[_0x2c8076[_0x3cc532(0x224)],_0x2c8076['JUcLb'],_0x2c8076['wtwBc'],_0x2c8076[_0x3cc532(0x1e2)]][_0x3cc532(0x222)](_0x19bcb5=>{const _0x1a91b1=_0x3cc532,_0xda9328={'rMhcN':function(_0x154118){return _0x2c8076['WFoFD'](_0x154118);},'GUxLU':function(_0x9e1872,_0x529e3e){const _0x2257e1=a29_0x4363;return _0x2c8076[_0x2257e1(0x1f8)](_0x9e1872,_0x529e3e);},'NeEIV':_0x2c8076['KPeca'],'AtuHW':function(_0x33b842){const _0x3c2440=a29_0x4363;return _0x2c8076[_0x3c2440(0x1f1)](_0x33b842);}},_0x656926=_0x1a9e90[_0x1a91b1(0x220)][_0x19bcb5]||[];_0x656926[_0x1a91b1(0x222)](_0x231f61=>{const _0x47d9af=_0x1a91b1;if(!_0x231f61[_0x47d9af(0x1d9)])_0x231f61['hookAnalyticsId']=_0xda9328[_0x47d9af(0x203)](uuidv4);else _0x231f61[_0x47d9af(0x223)]&&_0xda9328[_0x47d9af(0x1f4)](_0x19bcb5,_0xda9328[_0x47d9af(0x21a)])&&(_0x231f61[_0x47d9af(0x1d9)]=_0xda9328[_0x47d9af(0x1e1)](uuidv4),delete _0x231f61[_0x47d9af(0x223)]);});}),exports[_0x3cc532(0x21b)](_0x1a9e90['parent']);},exports[a29_0x2644bb(0x1ee)]=async(_0x5df2bf,_0x181d5b)=>{const _0x2b015f=a29_0x2644bb,_0x278021={'kytnO':function(_0x26c990){return _0x26c990();},'GRWvz':function(_0x58526c,_0x9b7f5){return _0x58526c===_0x9b7f5;},'YkGEP':'browserstack','qqwnz':'appium:app','cKbIu':'app','AUZaj':_0x2b015f(0x228),'YAofF':_0x2b015f(0x205),'RzWFz':function(_0x516767,_0x506cc2){return _0x516767(_0x506cc2);},'JnECP':function(_0xb07d95,_0x3ec1e0){return _0xb07d95===_0x3ec1e0;},'Uaqhp':_0x2b015f(0x1f6),'RdrJn':_0x2b015f(0x1de),'JOaAk':function(_0x42fe95,_0x26ba17){return _0x42fe95(_0x26ba17);}};try{if(!_0x278021[_0x2b015f(0x219)](isTestObservabilitySession))return;const _0x3496ff=await _0x5df2bf['getCapabilities'](),_0xfd394d=await _0x5df2bf[_0x2b015f(0x215)](),_0x278b07={},_0x38649b=Object[_0x2b015f(0x22a)](_0xfd394d[_0x2b015f(0x1dd)]()[_0x2b015f(0x201)]),_0x11a340={'product':_0x278021[_0x2b015f(0x1f5)](global[_0x2b015f(0x1fc)],_0x278021['YkGEP'])?_0x38649b[_0x278021[_0x2b015f(0x210)]]||_0x38649b[_0x278021['cKbIu']]?_0x278021['AUZaj']:_0x278021[_0x2b015f(0x1ff)]:null,'capabilities':_0x38649b,'platform':_0x3496ff[_0x2b015f(0x21d)](),'platform_version':_0x278021[_0x2b015f(0x204)](getPlatformVersion,_0x278021[_0x2b015f(0x1ed)](global[_0x2b015f(0x1fc)],_0x278021['YkGEP'])),'browser':_0x3496ff[_0x2b015f(0x1f7)](),'browser_version':_0x3496ff[_0x2b015f(0x1e9)](),'session_id':_0xfd394d[_0x2b015f(0x22f)]()};global['__cloud_provider___']?_0x278b07[global[_0x2b015f(0x1fc)]]=_0x11a340:_0x278b07[_0x278021[_0x2b015f(0x227)]]=_0x11a340,process[_0x2b015f(0x1db)]('bs:addPlatformDetails:'+process['pid'],{'timestamp':new Date()[_0x2b015f(0x1e8)](),'level':null,'message':null,'kind':_0x278021['RdrJn'],'http_response':_0x278b07,'uuid':_0x181d5b});}catch(_0x2af9fa){_0x278021[_0x2b015f(0x20c)](debug,_0x2b015f(0x200)+_0x2af9fa);}},exports[a29_0x2644bb(0x216)]=_0x375521=>{const _0x21dfaf=a29_0x2644bb,_0x2049ea={};_0x2049ea[_0x21dfaf(0x1da)]=function(_0x10a389,_0x47ae3e){return _0x10a389!==_0x47ae3e;},_0x2049ea[_0x21dfaf(0x225)]='hook',_0x2049ea['wzmyq']=_0x21dfaf(0x22d),_0x2049ea[_0x21dfaf(0x230)]=function(_0x3e91cb,_0x888e68){return _0x3e91cb!==_0x888e68;},_0x2049ea[_0x21dfaf(0x1e0)]=_0x21dfaf(0x20d);const _0x1ca534=_0x2049ea,_0x2a6b8d=_0x375521[_0x21dfaf(0x1e5)][_0x21dfaf(0x231)]((_0x35b6bf,_0xa5633b)=>{const _0x32cb1c=_0x21dfaf,_0x1b3ef5=exports[_0x32cb1c(0x216)](_0xa5633b);return _0x1b3ef5&&(_0x35b6bf=_0x35b6bf[_0x32cb1c(0x229)](_0x1b3ef5)),_0x35b6bf;},[]),_0x341cb2=_0x375521[_0x21dfaf(0x22c)]['filter'](_0xd59d6d=>{const _0x470216=_0x21dfaf,_0x4c3bb6=_0x1ca534[_0x470216(0x1da)](_0xd59d6d['type'],_0x1ca534[_0x470216(0x225)])&&!_0xd59d6d[_0x470216(0x223)]&&_0x1ca534['mQnPB'](_0xd59d6d[_0x470216(0x206)],_0x1ca534['wzmyq'])&&_0x1ca534[_0x470216(0x230)](_0xd59d6d['state'],_0x1ca534[_0x470216(0x1e0)])&&!_0xd59d6d[_0x470216(0x1fd)];return _0x4c3bb6;});return _0x341cb2['concat'](_0x2a6b8d);};
@@ -1 +1 @@
1
- const a30_0x5e7d82=a30_0x1d6f;function a30_0x1d6f(_0x54f33e,_0x299ae5){const _0x276624=a30_0x2766();return a30_0x1d6f=function(_0x1d6ffb,_0xf18ae7){_0x1d6ffb=_0x1d6ffb-0x98;let _0x2ef55e=_0x276624[_0x1d6ffb];return _0x2ef55e;},a30_0x1d6f(_0x54f33e,_0x299ae5);}(function(_0x3f0df3,_0x45ea7b){const _0x2c6300=a30_0x1d6f,_0x4ed74e=_0x3f0df3();while(!![]){try{const _0x413cb6=parseInt(_0x2c6300(0xb1))/0x1+parseInt(_0x2c6300(0xa2))/0x2*(-parseInt(_0x2c6300(0xf5))/0x3)+-parseInt(_0x2c6300(0xe7))/0x4*(parseInt(_0x2c6300(0xf3))/0x5)+parseInt(_0x2c6300(0xc1))/0x6*(parseInt(_0x2c6300(0xf4))/0x7)+parseInt(_0x2c6300(0x103))/0x8+-parseInt(_0x2c6300(0xde))/0x9*(-parseInt(_0x2c6300(0xd1))/0xa)+-parseInt(_0x2c6300(0xed))/0xb;if(_0x413cb6===_0x45ea7b)break;else _0x4ed74e['push'](_0x4ed74e['shift']());}catch(_0x504e4e){_0x4ed74e['push'](_0x4ed74e['shift']());}}}(a30_0x2766,0xccf94));function a30_0x2766(){const _0x154d3c=['hvSwV','percyCaptureMode','https:','session_','39240113sfXlUv','../../helpers/globals','JYGBq','accessibilityScanStarted','bDRUk','cGMrX','350440AoQOMc','47068oCbdle','8997GkfjHP','rDTfq','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','file','../../helpers/accessibility-automation/scripts','mochaHooks','gGupq','sPWxl','rCQVW','env','startMonitoring','bstackA11yShouldScan','app','NPZAS','11916808fLxKcX','appium:app','xvGfx','qqVtQ','saveTestResults','vrMSl','__skipSessionName','../../helpers/percy/utils','__sessionFailed','quitCount_','\x20|\x20','../../helpers/accessibility-automation/helper','Xharh','debug','YnKiG','CKlQe','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','err','executeAsyncScript','394HWwUnd','stringify','Jwsmz','protocol','CYZJM','tjlmK','BDSiL','Failed\x20to\x20store\x20session\x20name:\x20','\x20-\x20','./test-observability/mochaUtils','failed','__error_messages__','getCurrentUrl','shift','capabilities','1435891goTcfh','join','now','IHQcF','format','stopMonitoring','Passed','../../helpers/performance-tester','message','isArray','OHyNk','info','aEFNf','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','shouldScanTestForAccessibility','mXsMM','930wTetyj','isAccessibilityPlatform','util','rTSwR','XKney','then','browserstackSessionName','__drivers','state','testcase','setGlobal','passed','error','uYFFF','HVEFB','Bxkle','3510nbsuEb','getGlobal','../../helpers/test-observability/utils','initQuit','WsOki','length','titlePath','tetrL','testAnalyticsId','executeScript','sessionNameSet__','DyGec','BSyap','28206VtgTzF','Yptnd','performScan','ZGqOk','TtOXb','currentTest','http:','nyhth','BS_A11Y_TEST_RUN_ID','4kWqNpw','driverCleanup'];a30_0x2766=function(){return _0x154d3c;};return a30_0x2766();}const util=require(a30_0x5e7d82(0xc3)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a30_0x5e7d82(0x9a)),{percyAutoCapture}=require(a30_0x5e7d82(0x10a)),{sendPlatformDetails}=require(a30_0x5e7d82(0xab)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper'),{isTestObservabilitySession}=require(a30_0x5e7d82(0xd3)),PerformanceTester=require(a30_0x5e7d82(0xb8)),scripts=require(a30_0x5e7d82(0xf9)),globals=require(a30_0x5e7d82(0xee)),logger=require('../../helpers/logger')['winstonLogger'];exports[a30_0x5e7d82(0xfa)]={'beforeAll'(){const _0x5689a9=a30_0x5e7d82,_0x150cd5={'CKlQe':function(_0x244089,_0x5d5fbd,_0x175d77,_0x299231){return _0x244089(_0x5d5fbd,_0x175d77,_0x299231);},'qTaJP':_0x5689a9(0xac),'NOOOG':_0x5689a9(0x99),'HVEFB':function(_0x326514,_0x1cece8,_0x3ad1d2){return _0x326514(_0x1cece8,_0x3ad1d2);},'WFtSe':_0x5689a9(0xcc),'uYFFF':function(_0xc2bab){return _0xc2bab();}};PerformanceTester[_0x5689a9(0xff)]();const _0x2bca42='browserstack internal helper hook';global['__error_messages__']=[],global[_0x5689a9(0x10b)]=![],global['driverCleanup']=async()=>{const _0xbffc7c=_0x5689a9;let _0x23ab12=![];try{await global[_0xbffc7c(0xc8)][0x0][_0xbffc7c(0xec)],_0x23ab12=!![],global['__sessionFailed']?await _0x150cd5[_0xbffc7c(0x9e)](markSessionStatus,global['__drivers'][0x0],_0x150cd5['qTaJP'],global[_0xbffc7c(0xad)][_0xbffc7c(0xb2)](_0x150cd5['NOOOG'])):await _0x150cd5[_0xbffc7c(0xcf)](markSessionStatus,global[_0xbffc7c(0xc8)][0x0],_0x150cd5['WFtSe']);}catch(_0x2a6b54){}global[_0xbffc7c(0xad)]=[],global[_0xbffc7c(0x10b)]=![];if(_0x23ab12)try{try{_0x150cd5[_0xbffc7c(0xce)](isTestObservabilitySession)&&(global['__drivers'][0x0]&&await _0x150cd5[_0xbffc7c(0xcf)](sendPlatformDetails,global[_0xbffc7c(0xc8)][0x0],this[_0xbffc7c(0xe3)]?this[_0xbffc7c(0xe3)]['testAnalyticsId']:null));}catch{}await global[_0xbffc7c(0xc8)][0x0][_0xbffc7c(0xd4)]();}catch(_0x511ce5){}};},'beforeEach'(_0x228e40){const _0x6e7003=a30_0x5e7d82,_0x4746dc={'tjlmK':function(_0x22c960,_0x2b174b){return _0x22c960>_0x2b174b;},'NPZAS':function(_0x337f74,_0x31e771){return _0x337f74>_0x31e771;},'cGMrX':_0x6e7003(0xaa),'uUnFn':function(_0x3c2c8f,_0x2bf2a4,_0x1b16f9){return _0x3c2c8f(_0x2bf2a4,_0x1b16f9);},'rDTfq':_0x6e7003(0x100),'tetrL':function(_0x4d14c0){return _0x4d14c0();},'gGupq':function(_0x62906b,_0x4864c0){return _0x62906b>_0x4864c0;},'Yptnd':_0x6e7003(0xc2),'aEFNf':function(_0x115c59,_0x3401b9){return _0x115c59===_0x3401b9;},'hQtrZ':_0x6e7003(0xe4),'jFaxc':function(_0x128992,_0x3bb479){return _0x128992===_0x3bb479;},'rCQVW':_0x6e7003(0xeb),'WsOki':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','TtOXb':'Automate\x20test\x20case\x20execution\x20has\x20started.'};new Promise(async _0x371e8b=>{const _0x18ba33=_0x6e7003,_0x504f43='browserstack internal helper hook';let _0x6a9317=!![];try{_0x4746dc[_0x18ba33(0xa7)](global['__drivers'][_0x18ba33(0xd6)],0x1)&&(await global[_0x18ba33(0xe8)](),global[_0x18ba33(0xc8)][_0x18ba33(0xaf)]()),_0x4746dc[_0x18ba33(0x102)](global[_0x18ba33(0xc8)][0x0][_0x18ba33(0x98)],0x0)&&(_0x6a9317=![],await global[_0x18ba33(0xe8)]());}catch{}try{Array[_0x18ba33(0xba)](global['__drivers'])&&global[_0x18ba33(0xc8)][0x0]&&(global['__drivers'][0x0][_0x18ba33(0xc7)]=this[_0x18ba33(0xe3)]['titlePath']()['join'](_0x4746dc['cGMrX'])),global[_0x18ba33(0xc7)]=this[_0x18ba33(0xe3)][_0x18ba33(0xd7)]()[_0x18ba33(0xb2)](_0x4746dc[_0x18ba33(0xf2)]);}catch(_0x2e838e){logger['debug'](_0x18ba33(0xa9)+_0x2e838e);}this['currentTest'][_0x18ba33(0xbf)]=_0x4746dc['uUnFn'](shouldScanTestForAccessibility,this[_0x18ba33(0xe3)][_0x18ba33(0xd7)](),!![]),globals[_0x18ba33(0xcb)](_0x4746dc[_0x18ba33(0xf6)],this['currentTest'][_0x18ba33(0xbf)]),this[_0x18ba33(0xe3)][_0x18ba33(0xf0)]=!![];if(_0x4746dc[_0x18ba33(0xd8)](isAccessibilityAutomationSession)&&_0x6a9317&&Array['isArray'](global[_0x18ba33(0xc8)])&&_0x4746dc[_0x18ba33(0xfb)](global[_0x18ba33(0xc8)][_0x18ba33(0xd6)],0x0)&&globals['getGlobal'](_0x4746dc[_0x18ba33(0xdf)]))try{const _0x555c4a=await global[_0x18ba33(0xc8)][0x0]['session_'];if(_0x555c4a){let _0x8ba747=!![];const _0x465ec2=await global['__drivers'][0x0][_0x18ba33(0xae)]();let _0x3049de;try{_0x3049de=new URL(_0x465ec2);}catch(_0x3948c5){_0x8ba747=![];}_0x8ba747=_0x4746dc[_0x18ba33(0xbd)](_0x3049de[_0x18ba33(0xa5)],_0x4746dc['hQtrZ'])||_0x4746dc['jFaxc'](_0x3049de[_0x18ba33(0xa5)],_0x4746dc[_0x18ba33(0xfd)]),_0x8ba747&&(this[_0x18ba33(0xe3)][_0x18ba33(0xbf)]&&logger['info'](_0x4746dc[_0x18ba33(0xd5)])),this['currentTest']['accessibilityScanStarted']=this[_0x18ba33(0xe3)][_0x18ba33(0xbf)],this[_0x18ba33(0xe3)]['shouldScanTestForAccessibility']&&logger[_0x18ba33(0xbc)](_0x4746dc[_0x18ba33(0xe2)]);}}catch(_0x26069e){logger[_0x18ba33(0xcd)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+util[_0x18ba33(0xb5)](_0x26069e));}_0x4746dc[_0x18ba33(0xd8)](_0x371e8b);})['then'](_0x228e40);},'afterEach'(_0x55944f){const _0x494479=a30_0x5e7d82,_0x11bba9={'jhvDC':function(_0x4eeada,_0x51813d){return _0x4eeada>_0x51813d;},'pdlwe':function(_0xc25e03,_0x40e1e7){return _0xc25e03===_0x40e1e7;},'IHQcF':_0x494479(0xca),'GZDdZ':function(_0x28a744,_0x21825a){return _0x28a744>_0x21825a;},'Bxkle':_0x494479(0x104),'rTSwR':function(_0x4093c0,_0x67f05c,_0x3fb11a,_0x579b1a){return _0x4093c0(_0x67f05c,_0x3fb11a,_0x579b1a);},'nyhth':'\x20-\x20','JYGBq':function(_0x27ba5d,_0x1b4927){return _0x27ba5d!==_0x1b4927;},'CYZJM':_0x494479(0xcc),'XKney':function(_0x4a1760,_0x59f659,_0x379217){return _0x4a1760(_0x59f659,_0x379217);},'Xharh':function(_0x27ca01,_0x19ed43){return _0x27ca01+_0x19ed43;},'DyGec':'Failed:\x20','hvSwV':_0x494479(0xcd),'mXsMM':function(_0x275dd7,_0x49f1ff,_0x5e4bdd){return _0x275dd7(_0x49f1ff,_0x5e4bdd);},'sPWxl':_0x494479(0xb7),'BDSiL':_0x494479(0xbc),'bDRUk':'isAccessibilityPlatform','EIMtG':_0x494479(0x100),'Jwsmz':_0x494479(0x9f),'BSyap':function(_0xaf96ab,_0x4c18d5){return _0xaf96ab(_0x4c18d5);},'ZGqOk':'Performing\x20scan\x20before\x20saving\x20results','YnKiG':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','OHyNk':function(_0x31dd98){return _0x31dd98();},'vrMSl':function(_0x747dce){return _0x747dce();},'xvGfx':function(_0x3ebcdb,_0x43339c,_0x4ede89){return _0x3ebcdb(_0x43339c,_0x4ede89);},'gYyZr':_0x494479(0x9c),'djOuS':function(_0x1f4347,_0x3d115a){return _0x1f4347>_0x3d115a;}},_0x8fa683='browserstack internal helper hook';this['timeout'](0xfde8);const _0x16ee86=async(_0x17fba6,_0x42f601)=>{const _0x5d8b4f=_0x494479;await global[_0x5d8b4f(0xc8)][0x0][_0x5d8b4f(0xda)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x17fba6+',\x22level\x22:\x20\x22'+_0x42f601+'\x22}}');};new Promise(async _0x2023ab=>{const _0x318f10=_0x494479;try{_0x11bba9['jhvDC'](global[_0x318f10(0xc8)][_0x318f10(0xd6)],0x1)&&(await global['driverCleanup'](),global[_0x318f10(0xc8)]['shift'](),global['__error_messages__']=[],global['__sessionFailed']=![]);try{if(global['percy']&&_0x11bba9['pdlwe'](global[_0x318f10(0xea)],_0x11bba9[_0x318f10(0xb4)])&&global[_0x318f10(0xc8)][0x0]){const _0x57c7bc=_0x11bba9['GZDdZ'](global[_0x318f10(0xb0)][_0x318f10(0xd6)],0x0)?!!global['capabilities'][0x0][_0x318f10(0x101)]||!!global[_0x318f10(0xb0)][0x0][_0x11bba9[_0x318f10(0xd0)]]:![],_0x3d6531={};_0x3d6531[_0x318f10(0x101)]=_0x57c7bc,await _0x11bba9[_0x318f10(0xc4)](percyAutoCapture,global[_0x318f10(0xc8)][0x0],_0x11bba9[_0x318f10(0xb4)],_0x3d6531);}}catch(_0x2ea089){}!global[_0x318f10(0x109)]&&(await global['__drivers'][0x0]['executeScript'](_0x318f10(0xf7)+JSON[_0x318f10(0xa3)](this[_0x318f10(0xe3)][_0x318f10(0xd7)]()[_0x318f10(0xb2)](_0x11bba9[_0x318f10(0xe5)]))+'}}'),global[_0x318f10(0xc8)][0x0][_0x318f10(0xdb)]=!![]);const _0x59c7a0=_0x11bba9[_0x318f10(0xef)](this[_0x318f10(0xe3)][_0x318f10(0xc9)],_0x11bba9[_0x318f10(0xa6)]);_0x59c7a0?(global[_0x318f10(0x10b)]=!![],global[_0x318f10(0xad)]['push'](this['currentTest'][_0x318f10(0xa0)][_0x318f10(0xb9)]),await _0x11bba9['XKney'](_0x16ee86,JSON[_0x318f10(0xa3)](_0x11bba9[_0x318f10(0x9b)](_0x11bba9[_0x318f10(0xdc)],this[_0x318f10(0xe3)]['err'][_0x318f10(0xb9)])),_0x11bba9[_0x318f10(0xe9)])):await _0x11bba9[_0x318f10(0xc0)](_0x16ee86,JSON[_0x318f10(0xa3)](_0x11bba9[_0x318f10(0xfc)]),_0x11bba9[_0x318f10(0xa8)]);}catch(_0x27e47c){}try{if(this[_0x318f10(0xe3)]['accessibilityScanStarted']&&globals[_0x318f10(0xd2)](_0x11bba9[_0x318f10(0xf1)])&&globals[_0x318f10(0xd2)](_0x11bba9['EIMtG'])){logger['info'](_0x11bba9[_0x318f10(0xa4)]);const _0x41f696={'saveResults':this[_0x318f10(0xe3)][_0x318f10(0xbf)],'testDetails':{'name':this[_0x318f10(0xe3)]['title'],'testRunId':process[_0x318f10(0xfe)][_0x318f10(0xe6)],'filePath':this[_0x318f10(0xe3)][_0x318f10(0xf8)],'scopeList':this[_0x318f10(0xe3)][_0x318f10(0xd7)]()},'platform':await _0x11bba9[_0x318f10(0xdd)](fetchPlatformDetails,global[_0x318f10(0xc8)][0x0])};logger['debug'](_0x11bba9[_0x318f10(0xe1)]),logger[_0x318f10(0x9c)](util[_0x318f10(0xb5)](await global['__drivers'][0x0][_0x318f10(0xa1)](scripts[_0x318f10(0xe0)],{'method':global['browserstackSessionName']}))),await global[_0x318f10(0xc8)][0x0][_0x318f10(0xa1)](scripts[_0x318f10(0x107)],_0x41f696),logger[_0x318f10(0xbc)](_0x11bba9[_0x318f10(0x9d)]);}}catch(_0x3790ee){logger[_0x318f10(0xcd)](_0x318f10(0xbe)+this[_0x318f10(0xe3)][_0x318f10(0xd7)]()+'.\x20Error\x20:',_0x3790ee);}try{try{if(_0x11bba9[_0x318f10(0xbb)](isTestObservabilitySession)){global[_0x318f10(0xc8)][0x0]&&await _0x11bba9[_0x318f10(0xc5)](sendPlatformDetails,global[_0x318f10(0xc8)][0x0],this[_0x318f10(0xe3)]?this['currentTest'][_0x318f10(0xd9)]:null);if(_0x11bba9[_0x318f10(0x108)](isBrowserstackInfra)){const _0x453eda='ObservabilitySync:'+Date[_0x318f10(0xb3)]();await _0x11bba9[_0x318f10(0x105)](_0x16ee86,JSON[_0x318f10(0xa3)](_0x453eda),_0x11bba9['gYyZr']);}}}catch{}_0x11bba9['djOuS'](global[_0x318f10(0xc8)][0x0][_0x318f10(0x98)],0x0)&&await global['driverCleanup']();}catch(_0x594a98){}_0x11bba9[_0x318f10(0xbb)](_0x2023ab);})['then'](()=>_0x55944f());},'afterAll'(_0x2988ff){const _0x5ab6d4=a30_0x5e7d82,_0x4a2c19={'qqVtQ':function(_0x3305ce){return _0x3305ce();}},_0x3dc37b='browserstack internal helper hook';this['timeout'](0xfde8),new Promise(async _0xed685=>{const _0x3aeaba=a30_0x1d6f;PerformanceTester[_0x3aeaba(0xb6)](),await global['driverCleanup'](),_0x4a2c19[_0x3aeaba(0x106)](_0xed685);})[_0x5ab6d4(0xc6)](()=>_0x2988ff());}};
1
+ const a30_0x4c8c7a=a30_0x5a03;(function(_0x209321,_0x3ef48e){const _0x178bf7=a30_0x5a03,_0x5d0541=_0x209321();while(!![]){try{const _0x149e4b=parseInt(_0x178bf7(0x109))/0x1*(parseInt(_0x178bf7(0x154))/0x2)+-parseInt(_0x178bf7(0xf4))/0x3*(parseInt(_0x178bf7(0x11c))/0x4)+-parseInt(_0x178bf7(0x11e))/0x5+-parseInt(_0x178bf7(0x144))/0x6+-parseInt(_0x178bf7(0xe8))/0x7*(parseInt(_0x178bf7(0x134))/0x8)+parseInt(_0x178bf7(0x100))/0x9*(parseInt(_0x178bf7(0x131))/0xa)+-parseInt(_0x178bf7(0x114))/0xb*(-parseInt(_0x178bf7(0x108))/0xc);if(_0x149e4b===_0x3ef48e)break;else _0x5d0541['push'](_0x5d0541['shift']());}catch(_0x9cf18e){_0x5d0541['push'](_0x5d0541['shift']());}}}(a30_0x213c,0x8f4ca));function a30_0x5a03(_0x2167d9,_0x5aeb37){const _0x213c66=a30_0x213c();return a30_0x5a03=function(_0x5a03f4,_0x1bbe33){_0x5a03f4=_0x5a03f4-0xe5;let _0x3061bb=_0x213c66[_0x5a03f4];return _0x3061bb;},a30_0x5a03(_0x2167d9,_0x5aeb37);}const util=require(a30_0x4c8c7a(0x13b)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a30_0x4c8c7a(0x160)),{percyAutoCapture}=require(a30_0x4c8c7a(0xeb)),{sendPlatformDetails}=require(a30_0x4c8c7a(0x112)),{isBrowserstackInfra,markSessionStatus}=require(a30_0x4c8c7a(0xf9)),{isTestObservabilitySession}=require(a30_0x4c8c7a(0xea)),PerformanceTester=require(a30_0x4c8c7a(0x101)),scripts=require(a30_0x4c8c7a(0x12a)),globals=require('../../helpers/globals'),logger=require(a30_0x4c8c7a(0x12e))[a30_0x4c8c7a(0x14b)];function a30_0x213c(){const _0x12fe10=['../../helpers/logger','quitCount_','http:','10CLqzzZ','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','7941104UVzqmw','__error_messages__','Failed\x20to\x20store\x20session\x20name:\x20','Hhdeq','THCYZ','abfmw','LxSIm','util','ZvgBR','HTZFz','push','startMonitoring','now','debug','ViZgV','passed','3178158LQqaTa','Automate\x20test\x20case\x20execution\x20has\x20started.','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','SXLzT','getCurrentUrl','KzuCt','percyCaptureMode','winstonLogger','isArray','MfWQn','WuIDB',',\x22level\x22:\x20\x22','OtwNQ','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','JKdoi','shouldScanTestForAccessibility','922ZfGMeV','protocol','yTWfY','sessionNameSet__','vZaUM','session_','\x20-\x20','Passed','ObservabilitySync:','KsXOp','join','isAccessibilityPlatform','../../helpers/accessibility-automation/helper','capabilities','.\x20Error\x20:','BS_A11Y_TEST_RUN_ID','file','uIEZe','testAnalyticsId','7BOWRIA','vTyMi','../../helpers/test-observability/utils','../../helpers/percy/utils','then','driverCleanup','__sessionFailed','length','sGweB','CkgJv','saveTestResults','app','6qlrtqC','performScan','WZVRe','VGCEO','OrEdO','../../helpers/helper','executeAsyncScript','state','fKAgS','LDtas','titlePath','executeScript','3159693ufQxBk','../../helpers/performance-tester','ZTWCV','appium:app','tuQcN','iPJwp','WyubY','env','408XxxKoF','1304hOUWDa','stopMonitoring','oDKSZ','SvfbB','error','info','stringify','suZFb','rTQRD','./test-observability/mochaUtils','emFjh','915937IYdDID','currentTest','initQuit','rqYxS','shift','testcase','accessibilityScanStarted','__skipSessionName','1561856DHXQRo','format','4465430ZSWkve','timeout','ZiKaA','message','https:','__drivers','XSvpt','MzpeS','PFwDu','title','setGlobal','bstackA11yShouldScan','../../helpers/accessibility-automation/scripts','mochaHooks','OODIO','getGlobal'];a30_0x213c=function(){return _0x12fe10;};return a30_0x213c();}exports[a30_0x4c8c7a(0x12b)]={'beforeAll'(){const _0xef1905=a30_0x4c8c7a,_0xa039ef={'SvfbB':function(_0x22a0c0,_0x4fcc5a,_0x2b60e7,_0x287215){return _0x22a0c0(_0x4fcc5a,_0x2b60e7,_0x287215);},'Hhdeq':'failed','GoYKt':'\x20|\x20','KsXOp':function(_0x1bc1b9,_0x5ddc8e,_0x256dd1){return _0x1bc1b9(_0x5ddc8e,_0x256dd1);},'ViZgV':'passed','ZvgBR':function(_0x1989d1){return _0x1989d1();}};PerformanceTester[_0xef1905(0x13f)]();const _0x56eb15='browserstack internal helper hook';global[_0xef1905(0x135)]=[],global[_0xef1905(0xee)]=![],global[_0xef1905(0xed)]=async()=>{const _0x10fa5b=_0xef1905;let _0x543ae0=![];try{await global[_0x10fa5b(0x123)][0x0]['session_'],_0x543ae0=!![],global[_0x10fa5b(0xee)]?await _0xa039ef[_0x10fa5b(0x10c)](markSessionStatus,global[_0x10fa5b(0x123)][0x0],_0xa039ef[_0x10fa5b(0x137)],global[_0x10fa5b(0x135)][_0x10fa5b(0x15e)](_0xa039ef['GoYKt'])):await _0xa039ef[_0x10fa5b(0x15d)](markSessionStatus,global['__drivers'][0x0],_0xa039ef[_0x10fa5b(0x142)]);}catch(_0x35a2eb){}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x543ae0)try{try{_0xa039ef[_0x10fa5b(0x13c)](isTestObservabilitySession)&&(global[_0x10fa5b(0x123)][0x0]&&await _0xa039ef[_0x10fa5b(0x15d)](sendPlatformDetails,global['__drivers'][0x0],this[_0x10fa5b(0x115)]?this[_0x10fa5b(0x115)][_0x10fa5b(0xe7)]:null));}catch{}await global['__drivers'][0x0][_0x10fa5b(0x116)]();}catch(_0x193c8b){}};},'beforeEach'(_0x691c56){const _0x371e8c=a30_0x4c8c7a,_0x13c7c1={'suZFb':function(_0x54d90a,_0x6e1626){return _0x54d90a>_0x6e1626;},'oDKSZ':function(_0x183581,_0x434d1a){return _0x183581>_0x434d1a;},'ZiKaA':_0x371e8c(0x15a),'JKdoi':function(_0x433310,_0x34a8d9,_0x37b4d3){return _0x433310(_0x34a8d9,_0x37b4d3);},'sGweB':_0x371e8c(0x129),'VGCEO':function(_0x3d3e34){return _0x3d3e34();},'XSvpt':function(_0x5e2cb2,_0x33215c){return _0x5e2cb2>_0x33215c;},'WuIDB':_0x371e8c(0x15f),'fKAgS':function(_0x3bba51,_0x4e2c6b){return _0x3bba51===_0x4e2c6b;},'tuQcN':_0x371e8c(0x130),'WZVRe':_0x371e8c(0x122),'HTZFz':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','rTQRD':_0x371e8c(0x145)};new Promise(async _0x9937d8=>{const _0x25ba6e=_0x371e8c,_0x3105cc='browserstack internal helper hook';let _0x2ba6f9=!![];try{_0x13c7c1[_0x25ba6e(0x110)](global[_0x25ba6e(0x123)][_0x25ba6e(0xef)],0x1)&&(await global[_0x25ba6e(0xed)](),global[_0x25ba6e(0x123)][_0x25ba6e(0x118)]()),_0x13c7c1[_0x25ba6e(0x10b)](global[_0x25ba6e(0x123)][0x0][_0x25ba6e(0x12f)],0x0)&&(_0x2ba6f9=![],await global[_0x25ba6e(0xed)]());}catch{}try{Array[_0x25ba6e(0x14c)](global['__drivers'])&&global[_0x25ba6e(0x123)][0x0]&&(global[_0x25ba6e(0x123)][0x0]['browserstackSessionName']=this['currentTest'][_0x25ba6e(0xfe)]()['join'](_0x13c7c1[_0x25ba6e(0x120)])),global['browserstackSessionName']=this[_0x25ba6e(0x115)][_0x25ba6e(0xfe)]()[_0x25ba6e(0x15e)](_0x13c7c1[_0x25ba6e(0x120)]);}catch(_0x24b309){logger[_0x25ba6e(0x141)](_0x25ba6e(0x136)+_0x24b309);}this[_0x25ba6e(0x115)][_0x25ba6e(0x153)]=_0x13c7c1[_0x25ba6e(0x152)](shouldScanTestForAccessibility,this[_0x25ba6e(0x115)][_0x25ba6e(0xfe)](),!![]),globals[_0x25ba6e(0x128)](_0x13c7c1[_0x25ba6e(0xf0)],this[_0x25ba6e(0x115)][_0x25ba6e(0x153)]),this[_0x25ba6e(0x115)][_0x25ba6e(0x11a)]=!![];if(_0x13c7c1[_0x25ba6e(0xf7)](isAccessibilityAutomationSession)&&_0x2ba6f9&&Array[_0x25ba6e(0x14c)](global['__drivers'])&&_0x13c7c1[_0x25ba6e(0x124)](global[_0x25ba6e(0x123)][_0x25ba6e(0xef)],0x0)&&globals[_0x25ba6e(0x12d)](_0x13c7c1[_0x25ba6e(0x14e)]))try{const _0x587a3a=await global['__drivers'][0x0][_0x25ba6e(0x159)];if(_0x587a3a){let _0x1ffdfa=!![];const _0xfc75cc=await global[_0x25ba6e(0x123)][0x0][_0x25ba6e(0x148)]();let _0x5c7fe0;try{_0x5c7fe0=new URL(_0xfc75cc);}catch(_0x282fa8){_0x1ffdfa=![];}_0x1ffdfa=_0x13c7c1['fKAgS'](_0x5c7fe0[_0x25ba6e(0x155)],_0x13c7c1[_0x25ba6e(0x104)])||_0x13c7c1[_0x25ba6e(0xfc)](_0x5c7fe0['protocol'],_0x13c7c1[_0x25ba6e(0xf6)]),_0x1ffdfa&&(this[_0x25ba6e(0x115)][_0x25ba6e(0x153)]&&logger['info'](_0x13c7c1[_0x25ba6e(0x13d)])),this[_0x25ba6e(0x115)][_0x25ba6e(0x11a)]=this[_0x25ba6e(0x115)]['shouldScanTestForAccessibility'],this[_0x25ba6e(0x115)][_0x25ba6e(0x153)]&&logger[_0x25ba6e(0x10e)](_0x13c7c1[_0x25ba6e(0x111)]);}}catch(_0x1ab83e){logger[_0x25ba6e(0x10d)](_0x25ba6e(0x146)+util['format'](_0x1ab83e));}_0x13c7c1['VGCEO'](_0x9937d8);})['then'](_0x691c56);},'afterEach'(_0x86f02c){const _0x218bdb=a30_0x4c8c7a,_0x47a1d4={'OrEdO':function(_0x47b682,_0x25d402){return _0x47b682>_0x25d402;},'OODIO':function(_0x34aa52,_0x11ec3f){return _0x34aa52===_0x11ec3f;},'LDtas':_0x218bdb(0x119),'uIEZe':function(_0x4abfc0,_0x832018){return _0x4abfc0>_0x832018;},'MzpeS':_0x218bdb(0x103),'MfWQn':function(_0x9089e1,_0x2e4473,_0x447fb5,_0x33e0eb){return _0x9089e1(_0x2e4473,_0x447fb5,_0x33e0eb);},'vTyMi':_0x218bdb(0x15a),'ZTWCV':function(_0x49d9cd,_0x286f8b){return _0x49d9cd!==_0x286f8b;},'rqYxS':_0x218bdb(0x143),'THCYZ':function(_0x4c9b47,_0x2b4631,_0x52a3cd){return _0x4c9b47(_0x2b4631,_0x52a3cd);},'SXLzT':function(_0x3156f9,_0x234147){return _0x3156f9+_0x234147;},'iPJwp':'Failed:\x20','PFwDu':_0x218bdb(0x10d),'abfmw':function(_0x936f23,_0x7b5a8d,_0x37d436){return _0x936f23(_0x7b5a8d,_0x37d436);},'mwami':_0x218bdb(0x15b),'KzuCt':_0x218bdb(0x10e),'LxSIm':_0x218bdb(0x15f),'ofqwg':_0x218bdb(0x129),'OtwNQ':_0x218bdb(0x133),'pSLqu':function(_0x9c199b,_0x1640bb){return _0x9c199b(_0x1640bb);},'yTWfY':'Performing\x20scan\x20before\x20saving\x20results','emFjh':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','vZaUM':function(_0x387853){return _0x387853();},'JWZiV':_0x218bdb(0x141),'CkgJv':function(_0x202178,_0x1e913f){return _0x202178>_0x1e913f;},'WyubY':function(_0x5053f1){return _0x5053f1();}},_0x57d070='browserstack internal helper hook';this[_0x218bdb(0x11f)](0xfde8);const _0x11ab33=async(_0x2e163b,_0x495aaf)=>{const _0x1876b4=_0x218bdb;await global['__drivers'][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x2e163b+_0x1876b4(0x14f)+_0x495aaf+'\x22}}');};new Promise(async _0x443457=>{const _0x264958=_0x218bdb;try{_0x47a1d4[_0x264958(0xf8)](global[_0x264958(0x123)]['length'],0x1)&&(await global[_0x264958(0xed)](),global[_0x264958(0x123)][_0x264958(0x118)](),global['__error_messages__']=[],global['__sessionFailed']=![]);try{if(global['percy']&&_0x47a1d4[_0x264958(0x12c)](global[_0x264958(0x14a)],_0x47a1d4[_0x264958(0xfd)])&&global[_0x264958(0x123)][0x0]){const _0x16ebfa=_0x47a1d4[_0x264958(0xe6)](global[_0x264958(0x161)][_0x264958(0xef)],0x0)?!!global['capabilities'][0x0][_0x264958(0xf3)]||!!global['capabilities'][0x0][_0x47a1d4[_0x264958(0x125)]]:![],_0x59c7e0={};_0x59c7e0[_0x264958(0xf3)]=_0x16ebfa,await _0x47a1d4[_0x264958(0x14d)](percyAutoCapture,global['__drivers'][0x0],_0x47a1d4['LDtas'],_0x59c7e0);}}catch(_0x2b7d14){}!global[_0x264958(0x11b)]&&(await global[_0x264958(0x123)][0x0][_0x264958(0xff)](_0x264958(0x151)+JSON['stringify'](this['currentTest'][_0x264958(0xfe)]()[_0x264958(0x15e)](_0x47a1d4[_0x264958(0xe9)]))+'}}'),global[_0x264958(0x123)][0x0][_0x264958(0x157)]=!![]);const _0x4c78ee=_0x47a1d4[_0x264958(0x102)](this[_0x264958(0x115)][_0x264958(0xfb)],_0x47a1d4[_0x264958(0x117)]);_0x4c78ee?(global[_0x264958(0xee)]=!![],global[_0x264958(0x135)][_0x264958(0x13e)](this['currentTest']['err'][_0x264958(0x121)]),await _0x47a1d4[_0x264958(0x138)](_0x11ab33,JSON[_0x264958(0x10f)](_0x47a1d4[_0x264958(0x147)](_0x47a1d4[_0x264958(0x105)],this[_0x264958(0x115)]['err']['message'])),_0x47a1d4[_0x264958(0x126)])):await _0x47a1d4[_0x264958(0x139)](_0x11ab33,JSON[_0x264958(0x10f)](_0x47a1d4['mwami']),_0x47a1d4[_0x264958(0x149)]);}catch(_0x3d7116){}try{if(this[_0x264958(0x115)]['accessibilityScanStarted']&&globals[_0x264958(0x12d)](_0x47a1d4[_0x264958(0x13a)])&&globals[_0x264958(0x12d)](_0x47a1d4['ofqwg'])){logger[_0x264958(0x10e)](_0x47a1d4[_0x264958(0x150)]);const _0x2ff3fe={'saveResults':this[_0x264958(0x115)]['shouldScanTestForAccessibility'],'testDetails':{'name':this['currentTest'][_0x264958(0x127)],'testRunId':process[_0x264958(0x107)][_0x264958(0x163)],'filePath':this['currentTest'][_0x264958(0xe5)],'scopeList':this[_0x264958(0x115)][_0x264958(0xfe)]()},'platform':await _0x47a1d4['pSLqu'](fetchPlatformDetails,global['__drivers'][0x0])};logger['debug'](_0x47a1d4[_0x264958(0x156)]),logger[_0x264958(0x141)](util[_0x264958(0x11d)](await global['__drivers'][0x0][_0x264958(0xfa)](scripts[_0x264958(0xf5)],{'method':global['browserstackSessionName']}))),await global['__drivers'][0x0][_0x264958(0xfa)](scripts[_0x264958(0xf2)],_0x2ff3fe),logger[_0x264958(0x10e)](_0x47a1d4[_0x264958(0x113)]);}}catch(_0x4e34b2){logger[_0x264958(0x10d)](_0x264958(0x132)+this[_0x264958(0x115)][_0x264958(0xfe)]()+_0x264958(0x162),_0x4e34b2);}try{try{if(_0x47a1d4[_0x264958(0x158)](isTestObservabilitySession)){global[_0x264958(0x123)][0x0]&&await _0x47a1d4[_0x264958(0x138)](sendPlatformDetails,global[_0x264958(0x123)][0x0],this[_0x264958(0x115)]?this[_0x264958(0x115)][_0x264958(0xe7)]:null);if(_0x47a1d4[_0x264958(0x158)](isBrowserstackInfra)){const _0x1ef0c5=_0x264958(0x15c)+Date[_0x264958(0x140)]();await _0x47a1d4[_0x264958(0x138)](_0x11ab33,JSON[_0x264958(0x10f)](_0x1ef0c5),_0x47a1d4['JWZiV']);}}}catch{}_0x47a1d4[_0x264958(0xf1)](global[_0x264958(0x123)][0x0][_0x264958(0x12f)],0x0)&&await global['driverCleanup']();}catch(_0x252a62){}_0x47a1d4[_0x264958(0x106)](_0x443457);})[_0x218bdb(0xec)](()=>_0x86f02c());},'afterAll'(_0x4833dc){const _0x470f1e=a30_0x4c8c7a,_0xb0881e={'JbfdB':function(_0x7f9873){return _0x7f9873();}},_0x45716c='browserstack internal helper hook';this[_0x470f1e(0x11f)](0xfde8),new Promise(async _0x2377a4=>{const _0x2acdec=_0x470f1e;PerformanceTester[_0x2acdec(0x10a)](),await global[_0x2acdec(0xed)](),_0xb0881e['JbfdB'](_0x2377a4);})[_0x470f1e(0xec)](()=>_0x4833dc());}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a31_0x3fdf62=a31_0x28fc;function a31_0x28fc(_0x1ac003,_0x21390d){const _0x3f0b8b=a31_0x3f0b();return a31_0x28fc=function(_0x28fcba,_0x5c4ef4){_0x28fcba=_0x28fcba-0x108;let _0x226209=_0x3f0b8b[_0x28fcba];return _0x226209;},a31_0x28fc(_0x1ac003,_0x21390d);}(function(_0xc73afb,_0x182f1d){const _0x350d01=a31_0x28fc,_0x5e16ce=_0xc73afb();while(!![]){try{const _0x24b8a6=parseInt(_0x350d01(0x11e))/0x1*(-parseInt(_0x350d01(0x126))/0x2)+-parseInt(_0x350d01(0x110))/0x3*(parseInt(_0x350d01(0x143))/0x4)+-parseInt(_0x350d01(0x150))/0x5+-parseInt(_0x350d01(0x113))/0x6*(-parseInt(_0x350d01(0x11c))/0x7)+parseInt(_0x350d01(0x148))/0x8*(-parseInt(_0x350d01(0x142))/0x9)+parseInt(_0x350d01(0x14d))/0xa*(parseInt(_0x350d01(0x11d))/0xb)+-parseInt(_0x350d01(0x109))/0xc*(-parseInt(_0x350d01(0x123))/0xd);if(_0x24b8a6===_0x182f1d)break;else _0x5e16ce['push'](_0x5e16ce['shift']());}catch(_0x4481a8){_0x5e16ce['push'](_0x5e16ce['shift']());}}}(a31_0x3f0b,0xe6959));const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),logger=require(a31_0x3fdf62(0x13f))['winstonLogger'],{default:BrowserStackSetup}=require(a31_0x3fdf62(0x12e)),helper=require(a31_0x3fdf62(0x10d)),constants=require(a31_0x3fdf62(0x122)),getUserNightwatchConfigs=(_0x22defc,_0x46ee84)=>{const _0x2a63dd=a31_0x3fdf62,_0xb4c01a={'KhYSj':_0x2a63dd(0x111),'CzHQU':_0x2a63dd(0x11f),'BhdtP':function(_0x54e5b,_0x1ecdd3){return _0x54e5b(_0x1ecdd3);},'qDMvz':_0x2a63dd(0x13c)};let _0xbbaa27=null,_0x552fab={};const _0x3f4f03=_0x46ee84[_0x2a63dd(0x151)](_0x323498=>_0x323498===_0x2a63dd(0x14b));if(!helper['isUndefined'](_0x22defc[_0x2a63dd(0x133)])&&fs['existsSync'](path[_0x2a63dd(0x13b)](process[_0x2a63dd(0x14f)](),_0x22defc['config'])))_0xbbaa27=path[_0x2a63dd(0x13b)](process[_0x2a63dd(0x14f)](),_0x22defc[_0x2a63dd(0x133)]),_0x46ee84[_0x2a63dd(0x145)](_0x3f4f03,0x2);else{if(fs[_0x2a63dd(0x153)](path['join'](process[_0x2a63dd(0x14f)](),_0xb4c01a['KhYSj'])))_0xbbaa27=path[_0x2a63dd(0x13b)](process[_0x2a63dd(0x14f)](),_0xb4c01a[_0x2a63dd(0x12d)]);else fs[_0x2a63dd(0x153)](path['join'](process[_0x2a63dd(0x14f)](),_0xb4c01a[_0x2a63dd(0x140)]))&&(_0xbbaa27=path[_0x2a63dd(0x13b)](process['cwd'](),_0xb4c01a[_0x2a63dd(0x140)]));}return _0xbbaa27?(logger['info'](_0x2a63dd(0x118)+_0xbbaa27),_0x552fab=_0xb4c01a['BhdtP'](require,_0xbbaa27)):logger[_0x2a63dd(0x130)](_0xb4c01a[_0x2a63dd(0x125)]),_0x552fab;},removeExistingEnvs=_0x44ce97=>{const _0x32339f=a31_0x3fdf62,_0xd32841={};_0xd32841[_0x32339f(0x11a)]=function(_0x5941bf,_0x671da7){return _0x5941bf>_0x671da7;};const _0x5bc094=_0xd32841;let _0x5d2452=_0x44ce97[_0x32339f(0x151)](_0x57eaa7=>_0x57eaa7==='--env');_0x5bc094[_0x32339f(0x11a)](_0x5d2452,-0x1)&&_0x44ce97[_0x32339f(0x145)](_0x5d2452,0x2),_0x5d2452=_0x44ce97[_0x32339f(0x151)](_0x4565f9=>_0x4565f9==='-e'),_0x5bc094[_0x32339f(0x11a)](_0x5d2452,-0x1)&&_0x44ce97['splice'](_0x5d2452,0x2);};function run(_0x5b902f,_0x148965){const _0x1a1f58=a31_0x3fdf62,_0x52b7ba={'utimh':_0x1a1f58(0x12a),'CAMQn':function(_0x5a6c99,_0x4318be){return _0x5a6c99+_0x4318be;},'fveyf':'test_settings','TMHSp':function(_0xfc7456,_0xa7499b,_0x11a9ea){return _0xfc7456(_0xa7499b,_0x11a9ea);},'mpvti':_0x1a1f58(0x132),'UKDld':_0x1a1f58(0x129),'UVCxJ':function(_0x42c44c,_0x132ef2){return _0x42c44c===_0x132ef2;},'Brztw':'nightwatch-browserstack.json','Szywo':function(_0xb0f3cc,_0x26e6c7){return _0xb0f3cc(_0x26e6c7);},'Bvelb':function(_0x3d86d2,_0x189233,_0x52623d,_0x4c432d){return _0x3d86d2(_0x189233,_0x52623d,_0x4c432d);},'KpFtc':_0x1a1f58(0x134),'oTajW':_0x1a1f58(0x14b),'ctpLr':'--env','ggYfe':'inherit','QXOyX':_0x1a1f58(0x10b)},_0x26b178=new BrowserStackSetup(_0x5b902f);if(!_0x26b178[_0x1a1f58(0x133)])return;const _0x555f4b=_0x52b7ba[_0x1a1f58(0x117)](getUserNightwatchConfigs,_0x5b902f,_0x148965),_0x217029={};_0x217029[_0x1a1f58(0x121)]=![];const _0x480c71={};_0x480c71[_0x1a1f58(0x13e)]=_0x52b7ba[_0x1a1f58(0x136)],_0x480c71[_0x1a1f58(0x144)]=0x1bb;const _0x21dafd={};_0x21dafd[_0x1a1f58(0x135)]=_0x217029,_0x21dafd[_0x1a1f58(0x124)]=_0x480c71;const _0x1d6abf=_0x21dafd;logger['info'](_0x52b7ba[_0x1a1f58(0x10f)]);const _0x4c8f72={..._0x555f4b},_0x81e6d3=_0x4c8f72,_0x3b10e7=helper[_0x1a1f58(0x11b)](_0x26b178[_0x1a1f58(0x133)]),_0x3b8abe=[];_0x26b178[_0x1a1f58(0x133)][_0x1a1f58(0x131)]['forEach']((_0x1c7c74,_0x12d4e3)=>{const _0x4c4210=_0x1a1f58;_0x3b10e7?_0x3b8abe[_0x4c4210(0x14e)](helper['modifyBrowserStackW3CCaps'](_0x26b178[_0x4c4210(0x133)],_0x52b7ba['utimh'],_0x12d4e3)):_0x3b8abe['push'](helper[_0x4c4210(0x149)](_0x26b178['config'],_0x52b7ba[_0x4c4210(0x128)],_0x12d4e3));});const _0x9a1522={},_0x1abc31=[];_0x5b902f['env']=_0x5b902f[_0x1a1f58(0x147)]||_0x5b902f['e'];const _0x12b57f=_0x5b902f[_0x1a1f58(0x147)]?_0x5b902f[_0x1a1f58(0x147)][_0x1a1f58(0x137)]()['split'](',')['map'](_0x222649=>_0x222649[_0x1a1f58(0x137)]())[_0x1a1f58(0x13a)](_0x3a574a=>_0x3a574a!==''):[''];_0x52b7ba[_0x1a1f58(0x114)](_0x12b57f[_0x1a1f58(0x146)],0x0)&&_0x12b57f[_0x1a1f58(0x14e)]('');_0x12b57f[_0x1a1f58(0x10a)](_0x13ffbe=>{const _0x239ee6=_0x1a1f58;_0x3b8abe[_0x239ee6(0x10a)](_0x45755e=>{const _0x24db10=_0x239ee6;let _0x259a1c=_0x52b7ba[_0x24db10(0x116)](helper['getPlatformName'](_0x45755e,'_'),'_'+Date[_0x24db10(0x14c)]());_0x13ffbe&&(_0x259a1c+='_'+_0x13ffbe);if(_0x13ffbe&&(!_0x555f4b[_0x52b7ba[_0x24db10(0x13d)]]||!_0x555f4b[_0x52b7ba[_0x24db10(0x13d)]][_0x13ffbe]))return;const _0x1c8938={..._0x1d6abf};_0x1c8938[_0x24db10(0x12f)]=_0x45755e;const _0x23af0b=_0x1c8938;_0x9a1522[_0x259a1c]=_0x13ffbe?helper[_0x24db10(0x120)](_0x555f4b[_0x52b7ba[_0x24db10(0x13d)]][_0x13ffbe],_0x23af0b):_0x23af0b,_0x1abc31['push'](_0x259a1c);});});!_0x81e6d3['test_settings']&&(_0x81e6d3[_0x1a1f58(0x154)]={});_0x81e6d3[_0x1a1f58(0x154)]={..._0x81e6d3[_0x1a1f58(0x154)],..._0x9a1522};const _0x5961fd=path['join'](__dirname,_0x52b7ba[_0x1a1f58(0x12b)]);fs[_0x1a1f58(0x141)](_0x5961fd,JSON[_0x1a1f58(0x10c)](_0x81e6d3)),_0x52b7ba[_0x1a1f58(0x139)](removeExistingEnvs,_0x148965);const _0xfc8657=_0x52b7ba[_0x1a1f58(0x14a)](spawn,/^win/[_0x1a1f58(0x108)](process['platform'])?_0x52b7ba[_0x1a1f58(0x152)]:_0x52b7ba[_0x1a1f58(0x128)],[_0x52b7ba[_0x1a1f58(0x10e)],_0x5961fd,..._0x148965[_0x1a1f58(0x112)](0x1),_0x52b7ba['ctpLr'],_0x1abc31[_0x1a1f58(0x13b)](',')],{'stdio':_0x52b7ba['ggYfe']});_0xfc8657['on'](_0x52b7ba[_0x1a1f58(0x12c)],async _0x229d1b=>{const _0x273b8f=_0x1a1f58;logger['debug'](_0x273b8f(0x127)+_0x229d1b),logger[_0x273b8f(0x130)](_0x273b8f(0x138)+_0x5961fd),fs[_0x273b8f(0x119)](_0x5961fd);});}function a31_0x3f0b(){const _0x144999=['Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','nightwatch','Brztw','QXOyX','KhYSj','../../helpers/BrowserStackSetup','desiredCapabilities','info','platforms','hub.browserstack.com','config','nightwatch.cmd','webdriver','mpvti','trim','Deleting\x20','Szywo','filter','join','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','fveyf','host','../../helpers/logger','CzHQU','writeFileSync','45mNGNOP','591044vLNhSy','port','splice','length','env','2743024rkBICF','modifyBrowserStackCaps','Bvelb','--config','now','50iZXrAh','push','cwd','8497640UjzJYv','findIndex','KpFtc','existsSync','test_settings','test','1946772dYPqbm','forEach','close','stringify','../../helpers/helper','oTajW','UKDld','3TXAQBE','nightwatch.conf.js','slice','147162EvuLlg','UVCxJ','exports','CAMQn','TMHSp','Getting\x20your\x20nightwatch\x20configs\x20from\x20','unlinkSync','ifpIm','useW3C','217DTwVfU','2283611eIEfbj','1fIEqHU','nightwatch.json','mergeDeep','start_process','../utils/constants','221gxZdlB','selenium','qDMvz','100234RkMcpu','child\x20process\x20exited\x20with\x20code\x20','utimh'];a31_0x3f0b=function(){return _0x144999;};return a31_0x3f0b();}module[a31_0x3fdf62(0x115)]=run;
2
+ 'use strict';const a31_0x50bf35=a31_0x5dff;(function(_0x211809,_0x500ace){const _0x46e761=a31_0x5dff,_0x217135=_0x211809();while(!![]){try{const _0x248a0e=-parseInt(_0x46e761(0xfb))/0x1+parseInt(_0x46e761(0xff))/0x2*(-parseInt(_0x46e761(0xf5))/0x3)+-parseInt(_0x46e761(0xd3))/0x4*(-parseInt(_0x46e761(0xe7))/0x5)+parseInt(_0x46e761(0x108))/0x6+-parseInt(_0x46e761(0xc7))/0x7+-parseInt(_0x46e761(0xd5))/0x8*(parseInt(_0x46e761(0xe6))/0x9)+parseInt(_0x46e761(0xc5))/0xa;if(_0x248a0e===_0x500ace)break;else _0x217135['push'](_0x217135['shift']());}catch(_0x451bc5){_0x217135['push'](_0x217135['shift']());}}}(a31_0x1c16,0x4cc17));const fs=require('fs'),path=require(a31_0x50bf35(0x102)),{spawn}=require(a31_0x50bf35(0xec)),logger=require(a31_0x50bf35(0xbf))[a31_0x50bf35(0x10b)],{default:BrowserStackSetup}=require(a31_0x50bf35(0x10d)),helper=require(a31_0x50bf35(0xd7)),constants=require(a31_0x50bf35(0xde)),getUserNightwatchConfigs=(_0x180bb4,_0x32c978)=>{const _0xd29874=a31_0x50bf35,_0x3c1e6e={'VXOpW':_0xd29874(0x104),'MJWRn':_0xd29874(0x107),'oweFR':function(_0x3e4707,_0xa12f82){return _0x3e4707(_0xa12f82);},'DOyCb':_0xd29874(0xcb)};let _0x566ee4=null,_0x3ac862={};const _0x483ea5=_0x32c978[_0xd29874(0xc3)](_0x3460c=>_0x3460c===_0xd29874(0xe5));if(!helper[_0xd29874(0xe4)](_0x180bb4[_0xd29874(0xc1)])&&fs[_0xd29874(0x10e)](path[_0xd29874(0xc0)](process[_0xd29874(0xdd)](),_0x180bb4['config'])))_0x566ee4=path[_0xd29874(0xc0)](process[_0xd29874(0xdd)](),_0x180bb4[_0xd29874(0xc1)]),_0x32c978[_0xd29874(0xf2)](_0x483ea5,0x2);else{if(fs[_0xd29874(0x10e)](path[_0xd29874(0xc0)](process[_0xd29874(0xdd)](),_0x3c1e6e[_0xd29874(0xef)])))_0x566ee4=path[_0xd29874(0xc0)](process[_0xd29874(0xdd)](),_0x3c1e6e['VXOpW']);else fs[_0xd29874(0x10e)](path['join'](process[_0xd29874(0xdd)](),_0x3c1e6e[_0xd29874(0xce)]))&&(_0x566ee4=path['join'](process[_0xd29874(0xdd)](),_0x3c1e6e[_0xd29874(0xce)]));}return _0x566ee4?(logger[_0xd29874(0xcc)](_0xd29874(0xd6)+_0x566ee4),_0x3ac862=_0x3c1e6e[_0xd29874(0xcf)](require,_0x566ee4)):logger[_0xd29874(0xcc)](_0x3c1e6e['DOyCb']),_0x3ac862;},removeExistingEnvs=_0x1ad1b6=>{const _0x5d4b99=a31_0x50bf35,_0x136e05={};_0x136e05[_0x5d4b99(0xfc)]=function(_0x32eac6,_0x379d5a){return _0x32eac6>_0x379d5a;};const _0x45dcaf=_0x136e05;let _0x440063=_0x1ad1b6[_0x5d4b99(0xc3)](_0x599582=>_0x599582==='--env');_0x45dcaf[_0x5d4b99(0xfc)](_0x440063,-0x1)&&_0x1ad1b6[_0x5d4b99(0xf2)](_0x440063,0x2),_0x440063=_0x1ad1b6[_0x5d4b99(0xc3)](_0x3d5a20=>_0x3d5a20==='-e'),_0x45dcaf[_0x5d4b99(0xfc)](_0x440063,-0x1)&&_0x1ad1b6['splice'](_0x440063,0x2);};function run(_0x1ef54c,_0x28ff22){const _0x3f3bbe=a31_0x50bf35,_0x3fe478={'utAAu':_0x3f3bbe(0xf9),'cJRpY':function(_0x73bab8,_0x5b504a){return _0x73bab8+_0x5b504a;},'EtwJT':_0x3f3bbe(0xc2),'DhUmt':function(_0x55d2c3,_0x19f637,_0x4d157a){return _0x55d2c3(_0x19f637,_0x4d157a);},'KGXrf':'hub.browserstack.com','stUET':_0x3f3bbe(0xeb),'dMYys':function(_0x14106d,_0x5dd6ef){return _0x14106d===_0x5dd6ef;},'lTXNx':_0x3f3bbe(0xd0),'XUnGw':function(_0x3e7c2d,_0x3dd841){return _0x3e7c2d(_0x3dd841);},'jnePB':function(_0x35d5e7,_0x1a70d9,_0x7f9584,_0x19d886){return _0x35d5e7(_0x1a70d9,_0x7f9584,_0x19d886);},'vBRKG':_0x3f3bbe(0x109),'qrQDW':_0x3f3bbe(0xe5),'zHLsq':_0x3f3bbe(0xd9),'EYSmm':_0x3f3bbe(0xe3),'TAsPg':_0x3f3bbe(0xe8)},_0xd96161=new BrowserStackSetup(_0x1ef54c);if(!_0xd96161['config'])return;const _0x3e37dd=_0x3fe478[_0x3f3bbe(0xca)](getUserNightwatchConfigs,_0x1ef54c,_0x28ff22),_0x4bec0b={};_0x4bec0b[_0x3f3bbe(0xd8)]=![];const _0x494859={};_0x494859[_0x3f3bbe(0xc6)]=_0x3fe478[_0x3f3bbe(0x103)],_0x494859['port']=0x1bb;const _0x799330={};_0x799330[_0x3f3bbe(0x10a)]=_0x4bec0b,_0x799330['selenium']=_0x494859;const _0x156053=_0x799330;logger['info'](_0x3fe478['stUET']);const _0x164015={..._0x3e37dd},_0x5c91f1=_0x164015,_0x2a5198=helper[_0x3f3bbe(0xee)](_0xd96161[_0x3f3bbe(0xc1)]),_0x53aa41=[];_0xd96161[_0x3f3bbe(0xc1)][_0x3f3bbe(0xfd)]['forEach']((_0x53fd75,_0x2e83a5)=>{const _0x5d5db4=_0x3f3bbe;_0x2a5198?_0x53aa41['push'](helper[_0x5d5db4(0xd4)](_0xd96161['config'],_0x3fe478[_0x5d5db4(0xea)],_0x2e83a5)):_0x53aa41[_0x5d5db4(0xed)](helper[_0x5d5db4(0xf7)](_0xd96161[_0x5d5db4(0xc1)],_0x3fe478['utAAu'],_0x2e83a5));});const _0x49d54f={},_0x1ec3a5=[];_0x1ef54c[_0x3f3bbe(0x101)]=_0x1ef54c[_0x3f3bbe(0x101)]||_0x1ef54c['e'];const _0x1bf867=_0x1ef54c[_0x3f3bbe(0x101)]?_0x1ef54c['env'][_0x3f3bbe(0xe2)]()['split'](',')[_0x3f3bbe(0xcd)](_0x1e55f4=>_0x1e55f4['trim']())[_0x3f3bbe(0xd2)](_0x350e3a=>_0x350e3a!==''):[''];_0x3fe478[_0x3f3bbe(0xfe)](_0x1bf867[_0x3f3bbe(0xc8)],0x0)&&_0x1bf867[_0x3f3bbe(0xed)]('');_0x1bf867[_0x3f3bbe(0xe9)](_0x28d648=>{_0x53aa41['forEach'](_0x20b56f=>{const _0x4aeaf2=a31_0x5dff;let _0x4e3e76=_0x3fe478['cJRpY'](helper[_0x4aeaf2(0xdc)](_0x20b56f,'_'),'_'+Date[_0x4aeaf2(0xd1)]());_0x28d648&&(_0x4e3e76+='_'+_0x28d648);if(_0x28d648&&(!_0x3e37dd[_0x3fe478['EtwJT']]||!_0x3e37dd[_0x3fe478[_0x4aeaf2(0xc9)]][_0x28d648]))return;const _0x5db13a={..._0x156053};_0x5db13a[_0x4aeaf2(0xf1)]=_0x20b56f;const _0x1c954c=_0x5db13a;_0x49d54f[_0x4e3e76]=_0x28d648?helper[_0x4aeaf2(0xf8)](_0x3e37dd[_0x3fe478[_0x4aeaf2(0xc9)]][_0x28d648],_0x1c954c):_0x1c954c,_0x1ec3a5[_0x4aeaf2(0xed)](_0x4e3e76);});});!_0x5c91f1[_0x3f3bbe(0xc2)]&&(_0x5c91f1[_0x3f3bbe(0xc2)]={});_0x5c91f1['test_settings']={..._0x5c91f1[_0x3f3bbe(0xc2)],..._0x49d54f};const _0x42499e=path[_0x3f3bbe(0xc0)](__dirname,_0x3fe478[_0x3f3bbe(0xf4)]);fs[_0x3f3bbe(0xe1)](_0x42499e,JSON[_0x3f3bbe(0xda)](_0x5c91f1)),_0x3fe478[_0x3f3bbe(0x106)](removeExistingEnvs,_0x28ff22);const _0x3ca2f3=_0x3fe478[_0x3f3bbe(0x10c)](spawn,/^win/['test'](process[_0x3f3bbe(0xf0)])?_0x3fe478['vBRKG']:_0x3fe478['utAAu'],[_0x3fe478[_0x3f3bbe(0xf3)],_0x42499e,..._0x28ff22[_0x3f3bbe(0xfa)](0x1),_0x3fe478[_0x3f3bbe(0xdf)],_0x1ec3a5[_0x3f3bbe(0xc0)](',')],{'stdio':_0x3fe478['EYSmm']});_0x3ca2f3['on'](_0x3fe478[_0x3f3bbe(0xf6)],async _0x29e3a0=>{const _0x2e2728=_0x3f3bbe;logger[_0x2e2728(0xc4)](_0x2e2728(0xe0)+_0x29e3a0),logger[_0x2e2728(0xcc)](_0x2e2728(0x100)+_0x42499e),fs[_0x2e2728(0x105)](_0x42499e);});}function a31_0x1c16(){const _0x3421da=['TAsPg','modifyBrowserStackCaps','mergeDeep','nightwatch','slice','572021uWLJpk','gtQLJ','platforms','dMYys','2VhDagX','Deleting\x20','env','path','KGXrf','nightwatch.conf.js','unlinkSync','XUnGw','nightwatch.json','1894530dLChBQ','nightwatch.cmd','webdriver','winstonLogger','jnePB','../../helpers/BrowserStackSetup','existsSync','../../helpers/logger','join','config','test_settings','findIndex','debug','5016940WRcMYP','host','472031wabind','length','EtwJT','DhUmt','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','info','map','MJWRn','oweFR','nightwatch-browserstack.json','now','filter','4YUEIQe','modifyBrowserStackW3CCaps','8nATKXI','Getting\x20your\x20nightwatch\x20configs\x20from\x20','../../helpers/helper','start_process','--env','stringify','exports','getPlatformName','cwd','../utils/constants','zHLsq','child\x20process\x20exited\x20with\x20code\x20','writeFileSync','trim','inherit','isUndefined','--config','608148rRMRqf','1049155uGcbsp','close','forEach','utAAu','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','child_process','push','useW3C','VXOpW','platform','desiredCapabilities','splice','qrQDW','lTXNx','17589faJaLY'];a31_0x1c16=function(){return _0x3421da;};return a31_0x1c16();}function a31_0x5dff(_0x383b65,_0x324cf9){const _0x1c1643=a31_0x1c16();return a31_0x5dff=function(_0x5dff49,_0x15a7f4){_0x5dff49=_0x5dff49-0xbf;let _0xfc5045=_0x1c1643[_0x5dff49];return _0xfc5045;},a31_0x5dff(_0x383b65,_0x324cf9);}module[a31_0x50bf35(0xdb)]=run;
@@ -1 +1 @@
1
- const a32_0x465d3a=a32_0x39a0;function a32_0x4b44(){const _0x260a81=['includeIssueType','YfWNQ','78870pxSeEp','xTgKP','qgfiq','performScan','Zhhjq','error','name','148664LJMcBi','accessibilityOptions.wcagVersion','Uphqj','../../helpers/helper','executeAsyncScript','gNkhn','browserStackExecuteDriver','4147ExsgHa','browser_version','lJZSp','RdPuL','QEqIT','project','connectOptions','currentTest','executeScript','nFBss','BS_A11Y_JWT','snIUL','rkWgv','scannerVersion','880103fsFHIL','uTYtB','format','evaluate','DULPP','152rxyVDU','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','ccmEL','accessibilityPlatform','wcagVersion','No\x20summaryResults\x20found.','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','accessibilityOptions.authToken','WXqvA','16fuBkkG','wsEndpoint','49740mmhSku','gaKFs','platformValidation','bstackSdkArgs','ZJUuC','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','UnWHU','accessibilityOptions.scannerVersion','method','ayDnu','No\x20accessibility\x20results\x20were\x20found.','getAccessibilityResultsSummary','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','stringify','BXRXm','parse','accessibilityOptions','10533zcTvrH','DRvfY','constructor','accessibilityOptions.includeIssueType.bestPractice','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','742464dctpKi','browserName','QEtbg','252294kJngbE','playwright-chromium','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','IASWx','debug','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','bestPractice','scannerProcessingTimeout','chrome','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Playwright','OUWRg','env','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','10tpPohb','603QOnusD','browserStackEvaluate','gbCsA','DrKJF','needsReview','browserstack.accessibility','warn','setAccessibilityCapabilities','replace','(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','HmhXm','NqoLT','testInfo','accessibilityOptions.includeIssueType.needsReview','RrMUh','vhidq','../../helpers/logger'];a32_0x4b44=function(){return _0x260a81;};return a32_0x4b44();}function a32_0x39a0(_0x307c74,_0x43cf2d){const _0x4b443e=a32_0x4b44();return a32_0x39a0=function(_0x39a0f2,_0x49e9ec){_0x39a0f2=_0x39a0f2-0x1f3;let _0x2c0675=_0x4b443e[_0x39a0f2];return _0x2c0675;},a32_0x39a0(_0x307c74,_0x43cf2d);}(function(_0x1e52b9,_0x3f3b6a){const _0x5136f1=a32_0x39a0,_0x727e3f=_0x1e52b9();while(!![]){try{const _0x44e2be=parseInt(_0x5136f1(0x1fe))/0x1*(-parseInt(_0x5136f1(0x222))/0x2)+-parseInt(_0x5136f1(0x235))/0x3*(-parseInt(_0x5136f1(0x218))/0x4)+-parseInt(_0x5136f1(0x24b))/0x5*(parseInt(_0x5136f1(0x23d))/0x6)+-parseInt(_0x5136f1(0x213))/0x7+parseInt(_0x5136f1(0x23a))/0x8+parseInt(_0x5136f1(0x24c))/0x9*(parseInt(_0x5136f1(0x1f7))/0xa)+parseInt(_0x5136f1(0x205))/0xb*(parseInt(_0x5136f1(0x224))/0xc);if(_0x44e2be===_0x3f3b6a)break;else _0x727e3f['push'](_0x727e3f['shift']());}catch(_0x23c865){_0x727e3f['push'](_0x727e3f['shift']());}}}(a32_0x4b44,0xe02a5));const util=require('util'),logger=require(a32_0x465d3a(0x1f4))['winstonLogger'],{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a32_0x465d3a(0x201)),scripts=require('../../helpers/accessibility-automation/scripts');exports[a32_0x465d3a(0x24d)]=async(_0x32e351,_0x2437cc,_0x2df295={})=>{const _0x745c2a=a32_0x465d3a,_0x5e07c7={};_0x5e07c7[_0x745c2a(0x24e)]=_0x745c2a(0x227);const _0x4be31c=_0x5e07c7;return await _0x32e351[_0x745c2a(0x216)]('(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'+_0x2437cc[_0x745c2a(0x254)](/arguments/g,_0x4be31c['gbCsA'])+_0x745c2a(0x230)+JSON[_0x745c2a(0x231)](_0x2df295)+')');},exports[a32_0x465d3a(0x204)]=async(_0x984054,_0x51cb55,_0x21f104={})=>{const _0x241e91=a32_0x465d3a,_0x257580={};_0x257580[_0x241e91(0x221)]=function(_0x30d5fa,_0x18ea71){return _0x30d5fa===_0x18ea71;},_0x257580[_0x241e91(0x211)]='WebDriver',_0x257580[_0x241e91(0x256)]=function(_0x5483b0,_0xde116e){return _0x5483b0===_0xde116e;},_0x257580['jTlAL']=_0x241e91(0x247),_0x257580[_0x241e91(0x200)]=_0x241e91(0x227);const _0x44fd68=_0x257580;if(_0x44fd68[_0x241e91(0x221)](_0x984054[_0x241e91(0x237)][_0x241e91(0x1fd)],_0x44fd68['rkWgv']))return await _0x984054[_0x241e91(0x202)](_0x51cb55,_0x21f104);else{if(_0x44fd68[_0x241e91(0x256)](_0x984054[_0x241e91(0x237)][_0x241e91(0x1fd)],_0x44fd68['jTlAL']))return await _0x984054[_0x241e91(0x20d)](_0x241e91(0x255)+_0x51cb55[_0x241e91(0x254)](/arguments/g,_0x44fd68[_0x241e91(0x200)])+_0x241e91(0x21e)+JSON[_0x241e91(0x231)](_0x21f104)+')');}},exports[a32_0x465d3a(0x253)]=async _0x74904d=>{const _0x138d7c=a32_0x465d3a,_0x18ca42={};_0x18ca42[_0x138d7c(0x248)]=_0x138d7c(0x1ff),_0x18ca42['cKvsA']='accessibilityOptions.scannerProcessingTimeout',_0x18ca42[_0x138d7c(0x203)]=_0x138d7c(0x238),_0x18ca42[_0x138d7c(0x214)]=_0x138d7c(0x259),_0x18ca42[_0x138d7c(0x1f9)]=_0x138d7c(0x220),_0x18ca42['vhidq']=_0x138d7c(0x22b);const _0x1cb866=_0x18ca42;_0x74904d[_0x138d7c(0x234)]&&(_0x74904d[_0x138d7c(0x234)][_0x138d7c(0x21c)]&&(_0x74904d[_0x1cb866['OUWRg']]=_0x74904d[_0x138d7c(0x234)][_0x138d7c(0x21c)]),_0x74904d[_0x138d7c(0x234)][_0x138d7c(0x244)]&&(_0x74904d[_0x1cb866['cKvsA']]=_0x74904d[_0x138d7c(0x234)]['scannerProcessingTimeout']),_0x74904d[_0x138d7c(0x234)]['includeIssueType']&&(_0x74904d[_0x1cb866[_0x138d7c(0x203)]]=_0x74904d[_0x138d7c(0x234)][_0x138d7c(0x1f5)][_0x138d7c(0x243)],_0x74904d[_0x1cb866['uTYtB']]=_0x74904d[_0x138d7c(0x234)]['includeIssueType'][_0x138d7c(0x250)]));const _0x34023a=JSON[_0x138d7c(0x233)](process[_0x138d7c(0x249)][_0x138d7c(0x24a)])[_0x138d7c(0x212)];_0x74904d[_0x1cb866['qgfiq']]=process[_0x138d7c(0x249)][_0x138d7c(0x20f)],_0x74904d[_0x1cb866[_0x138d7c(0x1f3)]]=_0x34023a,delete _0x74904d[_0x138d7c(0x234)];},exports['getAccessibilityResults']=async _0x4aece7=>{const _0x43e954=a32_0x465d3a,_0xbdba81={};_0xbdba81[_0x43e954(0x210)]=_0x43e954(0x22e),_0xbdba81[_0x43e954(0x232)]=_0x43e954(0x229);const _0x5eedd8=_0xbdba81;if(global[_0x43e954(0x21b)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x4aece7,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x4aece7,scripts.getResults);return res;}catch{return logger[_0x43e954(0x1fc)](_0x5eedd8[_0x43e954(0x210)]),[];}else return logger[_0x43e954(0x252)](_0x5eedd8[_0x43e954(0x232)]),[];},exports[a32_0x465d3a(0x1fa)]=async(_0x53413a,_0x28578b='')=>{const _0x4c2140=a32_0x465d3a;if(global['accessibilityPlatform']){const _0x21070a={};return _0x21070a[_0x4c2140(0x22c)]=_0x28578b,await exports[_0x4c2140(0x24d)](_0x53413a,scripts[_0x4c2140(0x1fa)],_0x21070a);}},exports[a32_0x465d3a(0x22f)]=async _0x865af1=>{const _0x5a3586=a32_0x465d3a,_0x2e796a={};_0x2e796a[_0x5a3586(0x217)]=_0x5a3586(0x21d),_0x2e796a['DrKJF']=_0x5a3586(0x242);const _0x530d37=_0x2e796a;if(global[_0x5a3586(0x21b)])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x865af1,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x865af1,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x5a3586(0x241)](_0x530d37[_0x5a3586(0x217)]),{};}else return logger[_0x5a3586(0x252)](_0x530d37[_0x5a3586(0x24f)]),{};},exports[a32_0x465d3a(0x226)]=async _0xe5370f=>{const _0x1f39b6=a32_0x465d3a,_0x4884bc={'NqoLT':function(_0x5b0d1c,_0x3448f6){return _0x5b0d1c!==_0x3448f6;},'YLvdc':_0x1f39b6(0x246),'ZJUuC':function(_0x2b9a4c,_0x3052fa){return _0x2b9a4c===_0x3052fa;},'ccmEL':'chrome','YfWNQ':'playwright-chromium','QEtbg':_0x1f39b6(0x239),'pvqkt':function(_0x3ec2df,_0x312775){return _0x3ec2df(_0x312775);},'Ykmzh':function(_0x2a9092,_0x4d835b){return _0x2a9092===_0x4d835b;},'nFBss':'latest','UnWHU':function(_0x1e54cb,_0x3d8f4e){return _0x1e54cb>_0x3d8f4e;},'lJZSp':_0x1f39b6(0x21f)};try{if(!_0x4884bc[_0x1f39b6(0x257)](_0xe5370f['deviceName'],''))return logger['warn'](_0x4884bc['YLvdc']),![];const _0x33634d=_0xe5370f['browser'];if(!(_0x4884bc[_0x1f39b6(0x228)](_0x33634d,_0x4884bc[_0x1f39b6(0x21a)])||_0x4884bc['ZJUuC'](_0x33634d,_0x4884bc[_0x1f39b6(0x1f6)])))return logger[_0x1f39b6(0x252)](_0x4884bc[_0x1f39b6(0x23c)]),![];const _0x6fdb77=_0x4884bc['pvqkt'](parseInt,_0xe5370f[_0x1f39b6(0x206)]);if(!(_0x4884bc['Ykmzh'](_0x6fdb77,_0x4884bc[_0x1f39b6(0x20e)])||_0x4884bc[_0x1f39b6(0x22a)](_0x6fdb77,0x5e)))return logger[_0x1f39b6(0x252)](_0x4884bc[_0x1f39b6(0x207)]),![];}catch(_0x14200b){logger[_0x1f39b6(0x241)](_0x1f39b6(0x23f)+util[_0x1f39b6(0x215)](_0x14200b));}return!![];},exports['processAccessibilityCaps']=(_0x2b93f2,_0x43bedc,_0x4f67a5)=>{const _0xac272d=a32_0x465d3a,_0x12efad={'MhnUA':function(_0x469c04){return _0x469c04();},'xTgKP':_0xac272d(0x251),'jMvIs':function(_0x3bc400,_0xf2b345){return _0x3bc400===_0xf2b345;},'IASWx':_0xac272d(0x245),'RdPuL':function(_0x5d2450,_0x30ea31){return _0x5d2450===_0x30ea31;},'Zhhjq':_0xac272d(0x23e),'bdHJx':_0xac272d(0x239),'NMEwj':function(_0x39670b,_0x56666a){return _0x39670b===_0x56666a;},'gaKFs':'latest','DRvfY':function(_0x62db2c,_0x13cc9d){return _0x62db2c>_0x13cc9d;},'QEqIT':_0xac272d(0x21f),'ayDnu':function(_0x9ac18d,_0x397da6){return _0x9ac18d(_0x397da6);},'RrMUh':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','xMArE':function(_0x3db695,_0x418e40){return _0x3db695+_0x418e40;}};try{if(_0x12efad['MhnUA'](isAccessibilityAutomationSession)){global[_0xac272d(0x21b)]=!![];!_0x2b93f2[_0x12efad[_0xac272d(0x1f8)]]&&(global[_0xac272d(0x21b)]=![]);!(_0x12efad['jMvIs'](_0x2b93f2[_0xac272d(0x23b)],_0x12efad[_0xac272d(0x240)])||_0x12efad[_0xac272d(0x208)](_0x2b93f2[_0xac272d(0x23b)],_0x12efad[_0xac272d(0x1fb)]))&&(logger['warn'](_0x12efad['bdHJx']),global[_0xac272d(0x21b)]=![]);!(_0x12efad['NMEwj'](_0x2b93f2['browser_version'],_0x12efad[_0xac272d(0x225)])||_0x12efad[_0xac272d(0x236)](_0x2b93f2['browser_version'],0x5e))&&(logger[_0xac272d(0x252)](_0x12efad[_0xac272d(0x209)]),global[_0xac272d(0x21b)]=![]);!_0x12efad[_0xac272d(0x22d)](isUndefined,_0x2b93f2['deviceName'])&&(logger['warn'](_0x12efad[_0xac272d(0x25a)]),global[_0xac272d(0x21b)]=![]);if(!global[_0xac272d(0x21b)]){_0x2b93f2[_0x12efad['xTgKP']]=![];const _0x1ba918=_0x12efad['xMArE'](_0x43bedc,_0x12efad['ayDnu'](encodeURIComponent,JSON['stringify'](_0x2b93f2)));_0x4f67a5&&(_0x4f67a5[_0xac272d(0x20c)][_0xac272d(0x258)][_0xac272d(0x20a)]['use'][_0xac272d(0x20b)][_0xac272d(0x223)]=_0x1ba918);}}}catch(_0x5f0235){logger[_0xac272d(0x241)](_0xac272d(0x219)+util[_0xac272d(0x215)](_0x5f0235));}};
1
+ const a32_0xdcf527=a32_0x148c;(function(_0x98385d,_0x4e078d){const _0x49d607=a32_0x148c,_0x29dd85=_0x98385d();while(!![]){try{const _0xeae132=parseInt(_0x49d607(0x177))/0x1*(-parseInt(_0x49d607(0x16c))/0x2)+-parseInt(_0x49d607(0x14a))/0x3*(-parseInt(_0x49d607(0x15d))/0x4)+parseInt(_0x49d607(0x163))/0x5*(parseInt(_0x49d607(0x134))/0x6)+parseInt(_0x49d607(0x157))/0x7+-parseInt(_0x49d607(0x181))/0x8*(parseInt(_0x49d607(0x138))/0x9)+parseInt(_0x49d607(0x182))/0xa*(-parseInt(_0x49d607(0x143))/0xb)+-parseInt(_0x49d607(0x18e))/0xc;if(_0xeae132===_0x4e078d)break;else _0x29dd85['push'](_0x29dd85['shift']());}catch(_0x2e363f){_0x29dd85['push'](_0x29dd85['shift']());}}}(a32_0x1eae,0x52f2c));const util=require(a32_0xdcf527(0x18a)),logger=require(a32_0xdcf527(0x133))[a32_0xdcf527(0x12e)],{isAccessibilityAutomationSession}=require(a32_0xdcf527(0x16e)),{isUndefined}=require(a32_0xdcf527(0x156)),scripts=require('../../helpers/accessibility-automation/scripts');function a32_0x1eae(){const _0x5003ac=['browser_version','format','iQdLy','accessibilityOptions.authToken','sRavX','accessibilityPlatform','../../helpers/helper','3554691BcPWMj','accessibilityOptions','deviceName','accessibilityOptions.scannerVersion','dDbkz','testInfo','88vTxvga','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','env','BsDoS','evaluate','1787195AKXANR','constructor','RKBeu','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','oisuw','currentTest','bestPractice','XFnxV','IIoox','4HvJTTf','AKeYK','../../helpers/accessibility-automation/helper','latest','bstackSdkArgs','KrFVb','JbIyz','performScan','QbGHv','accessibilityOptions.includeIssueType.bestPractice','nCPVP','46381XaxuMA','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','No\x20accessibility\x20results\x20were\x20found.','nCwHz','FzCfX','tveSo','parse','wcagVersion','debug','method','96OaMDMP','41290KJVfQb','(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','platformValidation','WebDriver','dlVCL','accessibilityOptions.includeIssueType.needsReview','cFSTO','scannerProcessingTimeout','util','project','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','lWNDH','6169848JFiFxI','scannerVersion','Playwright','playwright-chromium','warn','connectOptions','getAccessibilityResults','browserName','nuRxf','jqMlW','doEDN','winstonLogger','stringify','browserStackEvaluate','LCekU','executeAsyncScript','../../helpers/logger','6HJJhYQ','browser','Cizpt','accessibilityOptions.wcagVersion','223092XPtZFD','needsReview','name','includeIssueType','YMQoV','yNplz','Ftvam','fFTHC','BS_A11Y_JWT','(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','rknor','22hsJEkv','chrome','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','XuIJD','aPXyd','getAccessibilityResultsSummary','yHuTq','52791RbIsEE','executeScript','TjOqT','replace','HDAOB','iFxVc'];a32_0x1eae=function(){return _0x5003ac;};return a32_0x1eae();}function a32_0x148c(_0x3d8aed,_0x5e5497){const _0x1eaeae=a32_0x1eae();return a32_0x148c=function(_0x148cee,_0x1de334){_0x148cee=_0x148cee-0x12e;let _0x1190fc=_0x1eaeae[_0x148cee];return _0x1190fc;},a32_0x148c(_0x3d8aed,_0x5e5497);}exports[a32_0xdcf527(0x130)]=async(_0x5d2b68,_0x1fb60b,_0x4ef8c3={})=>{const _0x4cd7db=a32_0xdcf527,_0x481d0b={};_0x481d0b[_0x4cd7db(0x13f)]=_0x4cd7db(0x170);const _0x32256f=_0x481d0b;return await _0x5d2b68[_0x4cd7db(0x162)](_0x4cd7db(0x141)+_0x1fb60b[_0x4cd7db(0x14d)](/arguments/g,_0x32256f[_0x4cd7db(0x13f)])+_0x4cd7db(0x15e)+JSON['stringify'](_0x4ef8c3)+')');},exports['browserStackExecuteDriver']=async(_0x3dfd2c,_0x16501c,_0x4703e5={})=>{const _0x477f65=a32_0xdcf527,_0x434692={};_0x434692[_0x477f65(0x147)]=function(_0x38a104,_0x1d3dc0){return _0x38a104===_0x1d3dc0;},_0x434692[_0x477f65(0x165)]=_0x477f65(0x185),_0x434692[_0x477f65(0x136)]=function(_0x266dd0,_0x5ab3f8){return _0x266dd0===_0x5ab3f8;},_0x434692[_0x477f65(0x174)]=_0x477f65(0x190),_0x434692['dDbkz']=_0x477f65(0x170);const _0x4f49d1=_0x434692;if(_0x4f49d1[_0x477f65(0x147)](_0x3dfd2c[_0x477f65(0x164)][_0x477f65(0x13a)],_0x4f49d1['RKBeu']))return await _0x3dfd2c[_0x477f65(0x132)](_0x16501c,_0x4703e5);else{if(_0x4f49d1['Cizpt'](_0x3dfd2c['constructor'][_0x477f65(0x13a)],_0x4f49d1[_0x477f65(0x174)]))return await _0x3dfd2c[_0x477f65(0x14b)](_0x477f65(0x183)+_0x16501c['replace'](/arguments/g,_0x4f49d1[_0x477f65(0x15b)])+_0x477f65(0x178)+JSON[_0x477f65(0x12f)](_0x4703e5)+')');}},exports['setAccessibilityCapabilities']=async _0x42a77a=>{const _0x4be217=a32_0xdcf527,_0x1f2fac={};_0x1f2fac[_0x4be217(0x17b)]=_0x4be217(0x137),_0x1f2fac['IIoox']='accessibilityOptions.scannerProcessingTimeout',_0x1f2fac['YMQoV']=_0x4be217(0x175),_0x1f2fac['cFSTO']=_0x4be217(0x187),_0x1f2fac[_0x4be217(0x154)]=_0x4be217(0x153),_0x1f2fac[_0x4be217(0x14e)]=_0x4be217(0x15a);const _0xbb44c0=_0x1f2fac;_0x42a77a[_0x4be217(0x158)]&&(_0x42a77a[_0x4be217(0x158)][_0x4be217(0x17e)]&&(_0x42a77a[_0xbb44c0['FzCfX']]=_0x42a77a[_0x4be217(0x158)][_0x4be217(0x17e)]),_0x42a77a[_0x4be217(0x158)][_0x4be217(0x189)]&&(_0x42a77a[_0xbb44c0[_0x4be217(0x16b)]]=_0x42a77a[_0x4be217(0x158)][_0x4be217(0x189)]),_0x42a77a[_0x4be217(0x158)][_0x4be217(0x13b)]&&(_0x42a77a[_0xbb44c0[_0x4be217(0x13c)]]=_0x42a77a[_0x4be217(0x158)][_0x4be217(0x13b)][_0x4be217(0x169)],_0x42a77a[_0xbb44c0[_0x4be217(0x188)]]=_0x42a77a['accessibilityOptions'][_0x4be217(0x13b)][_0x4be217(0x139)]));const _0x4e62eb=JSON[_0x4be217(0x17d)](process[_0x4be217(0x160)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4be217(0x18f)];_0x42a77a[_0xbb44c0[_0x4be217(0x154)]]=process['env'][_0x4be217(0x140)],_0x42a77a[_0xbb44c0[_0x4be217(0x14e)]]=_0x4e62eb,delete _0x42a77a['accessibilityOptions'];},exports[a32_0xdcf527(0x194)]=async _0x4d84db=>{const _0x51488c=a32_0xdcf527,_0x5a8206={};_0x5a8206[_0x51488c(0x197)]=_0x51488c(0x179),_0x5a8206[_0x51488c(0x13e)]=_0x51488c(0x166);const _0x3d2085=_0x5a8206;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x4d84db,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x4d84db,scripts.getResults);return res;}catch{return logger['error'](_0x3d2085[_0x51488c(0x197)]),[];}else return logger[_0x51488c(0x192)](_0x3d2085[_0x51488c(0x13e)]),[];},exports[a32_0xdcf527(0x173)]=async(_0x21d428,_0x1fea36='')=>{const _0x4cfe35=a32_0xdcf527;if(global[_0x4cfe35(0x155)]){const _0x39ec4a={};return _0x39ec4a[_0x4cfe35(0x180)]=_0x1fea36,await exports[_0x4cfe35(0x130)](_0x21d428,scripts['performScan'],_0x39ec4a);}},exports[a32_0xdcf527(0x148)]=async _0x541e95=>{const _0x40ada3=a32_0xdcf527,_0x29625f={};_0x29625f[_0x40ada3(0x161)]='No\x20summaryResults\x20found.',_0x29625f[_0x40ada3(0x14c)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.';const _0x131978=_0x29625f;if(global[_0x40ada3(0x155)])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x541e95,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x541e95,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x40ada3(0x17f)](_0x131978[_0x40ada3(0x161)]),{};}else return logger[_0x40ada3(0x192)](_0x131978[_0x40ada3(0x14c)]),{};},exports[a32_0xdcf527(0x184)]=async _0xf9e463=>{const _0x185055=a32_0xdcf527,_0x158aa4={'nCPVP':function(_0x3b13de,_0x1dc014){return _0x3b13de!==_0x1dc014;},'KrFVb':_0x185055(0x145),'dlVCL':function(_0x427751,_0x5131a3){return _0x427751===_0x5131a3;},'tveSo':'chrome','tlMyj':_0x185055(0x191),'AKeYK':_0x185055(0x15f),'nuRxf':function(_0x488131,_0x2cb631){return _0x488131(_0x2cb631);},'rknor':'latest','nCwHz':function(_0x598d2c,_0x9b9062){return _0x598d2c>_0x9b9062;},'yHuTq':_0x185055(0x18c)};try{if(!_0x158aa4[_0x185055(0x176)](_0xf9e463[_0x185055(0x159)],''))return logger['warn'](_0x158aa4[_0x185055(0x171)]),![];const _0x46b14c=_0xf9e463[_0x185055(0x135)];if(!(_0x158aa4[_0x185055(0x186)](_0x46b14c,_0x158aa4[_0x185055(0x17c)])||_0x158aa4[_0x185055(0x186)](_0x46b14c,_0x158aa4['tlMyj'])))return logger[_0x185055(0x192)](_0x158aa4[_0x185055(0x16d)]),![];const _0x54d5be=_0x158aa4[_0x185055(0x196)](parseInt,_0xf9e463[_0x185055(0x150)]);if(!(_0x158aa4['dlVCL'](_0x54d5be,_0x158aa4[_0x185055(0x142)])||_0x158aa4[_0x185055(0x17a)](_0x54d5be,0x5e)))return logger[_0x185055(0x192)](_0x158aa4[_0x185055(0x149)]),![];}catch(_0x9c27ad){logger[_0x185055(0x17f)]('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+util[_0x185055(0x151)](_0x9c27ad));}return!![];},exports['processAccessibilityCaps']=(_0x2f645a,_0x33aa18,_0x8b3727)=>{const _0x3063ac=a32_0xdcf527,_0x259824={'JbIyz':function(_0x505380){return _0x505380();},'iQdLy':'browserstack.accessibility','XuIJD':function(_0x41bf42,_0x183a4d){return _0x41bf42===_0x183a4d;},'lWNDH':_0x3063ac(0x144),'XFnxV':function(_0x59ca5f,_0x18378d){return _0x59ca5f===_0x18378d;},'ysKkW':_0x3063ac(0x191),'LCekU':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','oisuw':_0x3063ac(0x16f),'yNplz':function(_0x157ad7,_0x32f579){return _0x157ad7>_0x32f579;},'quydX':_0x3063ac(0x18c),'doEDN':function(_0x2a072d,_0x214ff7){return _0x2a072d(_0x214ff7);},'iFxVc':_0x3063ac(0x145),'CTNYA':function(_0x307913,_0x288c92){return _0x307913+_0x288c92;}};try{if(_0x259824[_0x3063ac(0x172)](isAccessibilityAutomationSession)){global[_0x3063ac(0x155)]=!![];!_0x2f645a[_0x259824['iQdLy']]&&(global[_0x3063ac(0x155)]=![]);!(_0x259824[_0x3063ac(0x146)](_0x2f645a['browserName'],_0x259824[_0x3063ac(0x18d)])||_0x259824[_0x3063ac(0x16a)](_0x2f645a[_0x3063ac(0x195)],_0x259824['ysKkW']))&&(logger[_0x3063ac(0x192)](_0x259824[_0x3063ac(0x131)]),global[_0x3063ac(0x155)]=![]);!(_0x259824['XuIJD'](_0x2f645a[_0x3063ac(0x150)],_0x259824[_0x3063ac(0x167)])||_0x259824[_0x3063ac(0x13d)](_0x2f645a[_0x3063ac(0x150)],0x5e))&&(logger[_0x3063ac(0x192)](_0x259824['quydX']),global[_0x3063ac(0x155)]=![]);!_0x259824[_0x3063ac(0x198)](isUndefined,_0x2f645a[_0x3063ac(0x159)])&&(logger['warn'](_0x259824[_0x3063ac(0x14f)]),global[_0x3063ac(0x155)]=![]);if(!global[_0x3063ac(0x155)]){_0x2f645a[_0x259824[_0x3063ac(0x152)]]=![];const _0x2bffd5=_0x259824['CTNYA'](_0x33aa18,_0x259824[_0x3063ac(0x198)](encodeURIComponent,JSON[_0x3063ac(0x12f)](_0x2f645a)));_0x8b3727&&(_0x8b3727[_0x3063ac(0x168)][_0x3063ac(0x15c)][_0x3063ac(0x18b)]['use'][_0x3063ac(0x193)]['wsEndpoint']=_0x2bffd5);}}}catch(_0xb35854){logger[_0x3063ac(0x17f)]('Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20'+util['format'](_0xb35854));}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a33_0x5e7c(){const _0x20098c=['./reporter/pwUtils','ClgWH','SHPoS','XiKIs','../../helpers/test-observability/constants','zYHqS','isUndefined','platform','BROWSERSTACK_PW_CONFIG_DIR','QggeP','stringify','6|8|2|7|3|1|0|4|5','BROWSERSTACK_RERUN_TESTS','Error\x20in\x20getting\x20funnel\x20data\x20results','debug','1106676PLqhoe','xhaRI','close','guYXT','TIrQj','--disable-browserstack-automation','EzhBR','BROWSERSTACK_SETUP_CONFIG_PATH','337589FfiVHd','../../helpers/logger','3|1|0|2|4','LAiJV','skipSessionStatus','VapCK','wlqwD','1633368xAMhcQ','filter','lvgku','HFMhM','--config=','PDNiz','info','dirname','cLeFM','pw_result.json','paths','error','YedTc','uxcss','IZHUg','Iylit','ZRzKH','ElagB','existsSync','requirePWModule','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BS_A11Y_JWT','vSvSY','indexOf','default','QFBMi','TrWMK','oCiIB','startsWith','PACKAGE_TYPE','config','./accessibility-helper','./globalSetup.js','slice','../../helpers/helper','NeUDA','\x0a\x0aconst\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0amodule.exports\x20=\x20modifyPWConfig();\x0a','true','getProxyUrl','initialize','util','testContextOptions','KfhpN','join','hBVTX','project','exitCode','splice','HewQo','PlPVS','test','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','logLevel','.browserstack','921774QDcgcT','accessibilityOptions','findIndex','@playwright/test','nobtw','collectFilesForProject','nkPVL','null','../utils/constants','filterBrowserstackConfig','testMatch','winstonLogger','apply','lbFSC','BhQfc','parse','respectGitIgnore','browserstackSetupConfig.json','bFTeu','testObservability','voOdN','cliConfig','Dzwbe','path','isFalse','ERjqZ','nDYEJ','env','374382sZFVjt','bPXYk','Error\x20in\x20closing\x20playwright','VnWYo','CDGrW','BROWSERSTACK_TEST_OBSERVABILITY','wRisa','resolve','10erhcDZ','playwright-browserstack-sdk.config.cjs','object','coqSP','writeFileSync','trim','nFmHg','accessibility','BROWSERSTACK_AUTOMATION','assign','markSDKSetupComplete','aFLXt','DVkhS','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','JTaVS','push','YpDhl','qSBNY','../../helpers/test-observability/utils','SPVry','--config','launch','length','argv','tjZWd','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright:\x20','xyinp','reporter','Getting\x20your\x20playwright\x20config\x20from\x20','jgVeV','homedir','5460433zKsfYx','Error\x20in\x20deleting\x20playwright\x20results','TKrGX','10IJLDxV','platforms','unlinkSync','concat','Qcvvb','npx','1XPPqjM','globalSetup','string','SPwaQ','win32','eUxrB','readFileSync','BrowserStack\x20config\x20file\x20not\x20found.','has','iyzWC','YjoXb','xTttk','get','child_process','playwright','eXYDJ','ygxuh','../../helpers/test-observability/sessionHandler','automation','Jxlef','finalExecution','testDir','skipSessionName','xbSNp','map','USER_CONFIG_DETAILS_PATH','getPackageType','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','testIgnore','\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();','WXSAs','Deleting\x20','WganJ','cwd','isTrue','clearTempPWConfig','MFZxC','tYMWj','3mUkOnl','includes','inherit','fypKq','wtkUi','mCqfZ','_internal','QSmnH','FxJQa','PLAYWRIGHT','BQfuj','egkvv','split','240006qhZTgu','./reporter/reporter.js'];a33_0x5e7c=function(){return _0x20098c;};return a33_0x5e7c();}const a33_0xef5e9c=a33_0x46be;(function(_0x2105f4,_0x29cc3e){const _0x2e946e=a33_0x46be,_0x25e642=_0x2105f4();while(!![]){try{const _0x2dc9a2=-parseInt(_0x2e946e(0x21a))/0x1*(parseInt(_0x2e946e(0x177))/0x2)+parseInt(_0x2e946e(0x16a))/0x3*(-parseInt(_0x2e946e(0x188))/0x4)+parseInt(_0x2e946e(0x1f2))/0x5*(parseInt(_0x2e946e(0x1ce))/0x6)+-parseInt(_0x2e946e(0x190))/0x7+-parseInt(_0x2e946e(0x197))/0x8+parseInt(_0x2e946e(0x1ea))/0x9+-parseInt(_0x2e946e(0x214))/0xa*(-parseInt(_0x2e946e(0x211))/0xb);if(_0x2dc9a2===_0x29cc3e)break;else _0x25e642['push'](_0x25e642['shift']());}catch(_0x611991){_0x25e642['push'](_0x25e642['shift']());}}}(a33_0x5e7c,0x2fe5d));const fs=require('fs'),path=require(a33_0xef5e9c(0x1e5)),os=require('os'),{spawn}=require(a33_0xef5e9c(0x151)),{format}=require(a33_0xef5e9c(0x1bf)),logger=require(a33_0xef5e9c(0x191))[a33_0xef5e9c(0x1d9)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a33_0xef5e9c(0x1b9)),constants=require(a33_0xef5e9c(0x1d6)),{FRAMEWORKS}=require(a33_0xef5e9c(0x17d)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a33_0xef5e9c(0x179)),{CrashReporter,o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{getFrameworkVersion}=require(a33_0xef5e9c(0x204)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a33_0xef5e9c(0x1b6)),SessionHandler=require(a33_0xef5e9c(0x155));async function requireOrImportDefaultObject(_0x570e2d){const _0x2318d7=a33_0xef5e9c,_0xfdd3d1={'Jxlef':function(_0x59e7a9){return _0x59e7a9();},'nkPVL':function(_0x519a2a,_0x1db401){return _0x519a2a(_0x1db401);},'rBFGS':function(_0xc0b247,_0x103bb7){return _0xc0b247===_0x103bb7;},'HewQo':_0x2318d7(0x1f4),'wlqwD':function(_0x70f940,_0x4bd9fb){return _0x70f940 in _0x4bd9fb;},'VapCK':_0x2318d7(0x1af)},{requireOrImport:_0x4276b3}=helper[_0x2318d7(0x1aa)][_0x2318d7(0x1da)](null,_0xfdd3d1[_0x2318d7(0x157)](getTransformPath));let _0x366729=await _0xfdd3d1[_0x2318d7(0x1d4)](_0x4276b3,_0x570e2d);return _0x366729&&_0xfdd3d1['rBFGS'](typeof _0x366729,_0xfdd3d1[_0x2318d7(0x1c7)])&&_0xfdd3d1[_0x2318d7(0x196)](_0xfdd3d1[_0x2318d7(0x195)],_0x366729)&&(_0x366729=_0x366729[_0xfdd3d1[_0x2318d7(0x195)]]),_0x366729;}const getUserPlaywrightConfig=async(_0x48b237,_0x35e0ea)=>{const _0x5d0b0f=a33_0xef5e9c,_0x1d7265={'eBvht':function(_0x4b59e0){return _0x4b59e0();},'PlPVS':function(_0x2417e4,_0x112572){return _0x2417e4(_0x112572);},'ccmba':'Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','PDNiz':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','kQEQw':_0x5d0b0f(0x19b)},_0x131250=!helper['isUndefined'](_0x48b237[_0x5d0b0f(0x1b5)]),_0x3f3ebd=_0x131250?path[_0x5d0b0f(0x1f1)](process[_0x5d0b0f(0x165)](),_0x48b237['config']):process[_0x5d0b0f(0x165)](),{resolveConfigFile:_0x35b496}=helper['requirePWModule']['apply'](null,_0x1d7265['eBvht'](getConfigLoaderPath)),_0x166b80=_0x1d7265['PlPVS'](_0x35b496,_0x3f3ebd);let _0x5abacc={};if(_0x166b80){logger[_0x5d0b0f(0x19d)](_0x5d0b0f(0x20e)+_0x166b80);try{_0x5abacc=await _0x1d7265[_0x5d0b0f(0x1c8)](requireOrImportDefaultObject,_0x166b80);}catch(_0x5b0be6){return logger[_0x5d0b0f(0x1a2)](_0x1d7265['ccmba'],_0x5b0be6),null;}}else logger[_0x5d0b0f(0x19d)](_0x1d7265[_0x5d0b0f(0x19c)]);if(_0x131250){const _0x4e754e=_0x35e0ea[_0x5d0b0f(0x1d0)](_0x425ff2=>_0x425ff2==='--config'||_0x425ff2==='-c'||_0x425ff2[_0x5d0b0f(0x1b3)]('--config='));_0x35e0ea[_0x5d0b0f(0x1c6)](_0x4e754e,_0x35e0ea[_0x4e754e]['startsWith'](_0x1d7265['kQEQw'])?0x1:0x2);}const _0x1197e0={};return _0x1197e0['path']=_0x166b80,_0x1197e0[_0x5d0b0f(0x1b5)]=_0x5abacc,_0x1197e0;},setGlobalSetup=(_0x60e349,_0x4dc089)=>{const _0x3ff685=a33_0xef5e9c,_0x196cb1={'LAiJV':_0x3ff685(0x21b),'JTaVS':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','guYXT':function(_0xa7bf2b,_0x14f048){return _0xa7bf2b+_0x14f048;},'nDYEJ':'Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','CDGrW':function(_0x2da745,_0x24eb5f){return _0x2da745(_0x24eb5f);},'wtkUi':_0x3ff685(0x1b7)};if(!_0x60e349)return![];try{if(_0x60e349[_0x3ff685(0x21b)]){let _0x35c1c8;const _0x5c6c92=path[_0x3ff685(0x1f1)](_0x4dc089,_0x60e349[_0x196cb1[_0x3ff685(0x193)]]);if(fs['existsSync'](_0x5c6c92))_0x35c1c8=_0x5c6c92;else{const _0x18c341={};_0x18c341[_0x3ff685(0x1a1)]=[_0x4dc089],_0x35c1c8=require[_0x3ff685(0x1f1)](_0x60e349[_0x196cb1[_0x3ff685(0x193)]],_0x18c341);}if(!_0x35c1c8)throw new Error(_0x196cb1[_0x3ff685(0x200)]);process['env'][_0x3ff685(0x1ff)]=_0x35c1c8;}}catch(_0x546f06){logger['error'](_0x196cb1[_0x3ff685(0x18b)](_0x196cb1[_0x3ff685(0x1e8)],_0x196cb1[_0x3ff685(0x1ee)](format,_0x546f06)));}return _0x60e349['globalSetup']=require[_0x3ff685(0x1f1)](_0x196cb1[_0x3ff685(0x16e)]),!![];},addReporter=_0x1e8638=>{const _0x5b00db=a33_0xef5e9c,_0x30b8c3={};_0x30b8c3[_0x5b00db(0x1eb)]=_0x5b00db(0x178),_0x30b8c3[_0x5b00db(0x19a)]=_0x5b00db(0x20d),_0x30b8c3[_0x5b00db(0x169)]=function(_0x315fbe,_0x36f280){return _0x315fbe===_0x36f280;},_0x30b8c3[_0x5b00db(0x1ad)]=_0x5b00db(0x21c),_0x30b8c3[_0x5b00db(0x1a4)]=_0x5b00db(0x1f4);const _0x293be5=_0x30b8c3,_0x36997b=path['join'](__dirname,_0x293be5[_0x5b00db(0x1eb)]),_0x44eaf7=[_0x36997b];if(helper[_0x5b00db(0x17f)](_0x1e8638[_0x293be5[_0x5b00db(0x19a)]]))_0x1e8638[_0x293be5[_0x5b00db(0x19a)]]=[_0x44eaf7];else{if(_0x293be5[_0x5b00db(0x169)](typeof _0x1e8638[_0x293be5['HFMhM']],_0x293be5['vSvSY']))_0x1e8638[_0x293be5[_0x5b00db(0x19a)]]=[[_0x1e8638[_0x293be5[_0x5b00db(0x19a)]]],_0x44eaf7];else _0x293be5[_0x5b00db(0x169)](typeof _0x1e8638[_0x293be5[_0x5b00db(0x19a)]],_0x293be5[_0x5b00db(0x1a4)])&&_0x1e8638[_0x293be5['HFMhM']]['push'](_0x44eaf7);}},handleO11yRerun=_0x1521c=>{const _0x336680=a33_0xef5e9c,_0x5d8ce7={};_0x5d8ce7[_0x336680(0x18e)]=function(_0x489ab7,_0xf3ac7d){return _0x489ab7!==_0xf3ac7d;},_0x5d8ce7['QFBMi']=_0x336680(0x1d5),_0x5d8ce7['wRisa']='--grep';const _0xf37157=_0x5d8ce7,_0x46d6e9=helper[_0x336680(0x166)](process[_0x336680(0x1e9)]['BROWSERSTACK_RERUN']);if(_0x46d6e9){const _0x21859f=process[_0x336680(0x1e9)][_0x336680(0x185)],_0x237d91=[];if(_0xf37157[_0x336680(0x18e)](_0x21859f,_0xf37157[_0x336680(0x1b0)])&&!helper[_0x336680(0x17f)](_0x21859f)){_0x21859f[_0x336680(0x176)](',')[_0x336680(0x15c)](_0x427b86=>{const _0x3ba507=_0x336680;_0x237d91[_0x3ba507(0x201)]('('+_0x427b86[_0x3ba507(0x1f7)]()+')');});const _0x41dae2='^'+_0x237d91['join']('|')+'$';_0x1521c['push'](_0xf37157[_0x336680(0x1f0)],_0x41dae2);}}},spawnOriginalProcess=_0x39a0a6=>{const _0x2f8e30=a33_0xef5e9c,_0x2e19ca={'KfhpN':function(_0x19612c,_0x35a2c2,_0x391e7d,_0x16fab4){return _0x19612c(_0x35a2c2,_0x391e7d,_0x16fab4);},'lvgku':_0x2f8e30(0x219),'xbSNp':_0x2f8e30(0x152),'Qcvvb':function(_0x3f8fe3,_0x229a44){return _0x3f8fe3===_0x229a44;},'coqSP':'win32','cLeFM':_0x2f8e30(0x16c)};_0x2e19ca[_0x2f8e30(0x1c1)](spawn,_0x2e19ca[_0x2f8e30(0x199)],[_0x2e19ca[_0x2f8e30(0x15b)],..._0x39a0a6[_0x2f8e30(0x1b8)](0x1)],{'shell':_0x2e19ca[_0x2f8e30(0x218)](process[_0x2f8e30(0x180)],_0x2e19ca[_0x2f8e30(0x1f5)]),'stdio':_0x2e19ca[_0x2f8e30(0x19f)],'cwd':process[_0x2f8e30(0x165)]()});},isTestCommand=(_0x5d66e3,_0x3b3efa)=>{const _0x351995=a33_0xef5e9c,_0xa5fc75={};_0xa5fc75[_0x351995(0x1fd)]=function(_0x166eb7,_0x16a5bf){return _0x166eb7>_0x16a5bf;},_0xa5fc75['SHPoS']=function(_0x3763bb,_0x32f6d1){return _0x3763bb===_0x32f6d1;},_0xa5fc75[_0x351995(0x174)]='test';const _0x1ef366=_0xa5fc75;if(_0x1ef366[_0x351995(0x1fd)](_0x3b3efa[_0x351995(0x208)],0x1)&&_0x1ef366[_0x351995(0x17b)](_0x3b3efa[0x1],_0x1ef366[_0x351995(0x174)]))return!![];return![];},initO11yCrashReporter=(_0x45fed6,_0x2f0b07)=>{const _0x133ce2=a33_0xef5e9c,_0x339143={'DVkhS':function(_0x442be3,_0x16c43d){return _0x442be3(_0x16c43d);}},_0x351049={'frameworkName':FRAMEWORKS[_0x133ce2(0x173)],'frameworkVersion':_0x339143[_0x133ce2(0x1fe)](getFrameworkVersion,FRAMEWORKS[_0x133ce2(0x173)])};CrashReporter[_0x133ce2(0x1be)](_0x351049,_0x45fed6,_0x2f0b07);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x1dd586){const _0x373eb4=a33_0xef5e9c,_0x1176ab={};_0x1176ab['tjZWd']=function(_0x2ed6d6,_0x226038){return _0x2ed6d6>_0x226038;},_0x1176ab[_0x373eb4(0x14d)]=function(_0x9ad527,_0x11e642){return _0x9ad527===_0x11e642;};const _0x153b6c=_0x1176ab;if(!_0x1dd586||_0x153b6c[_0x373eb4(0x20a)](_0x1dd586[_0x373eb4(0x208)],0x1)&&_0x153b6c['iyzWC'](_0x1dd586[0x0],null))return process[_0x373eb4(0x1e9)]['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];return!![];});function a33_0x46be(_0x47b3c8,_0xa0b5a4){const _0x5e7c8a=a33_0x5e7c();return a33_0x46be=function(_0x46bec3,_0x1a14ad){_0x46bec3=_0x46bec3-0x14b;let _0x42eceb=_0x5e7c8a[_0x46bec3];return _0x42eceb;},a33_0x46be(_0x47b3c8,_0xa0b5a4);}async function run(_0x4b9f9c,_0x4a258a){const _0x3095d1=a33_0xef5e9c,_0x4ecbac={'ElagB':_0x3095d1(0x1cd),'hBVTX':_0x3095d1(0x1a0),'xyinp':function(_0x4b6e28,_0x10faa8){return _0x4b6e28+_0x10faa8;},'bFTeu':_0x3095d1(0x186),'EzaHa':_0x3095d1(0x184),'BhQfc':function(_0x153e7f,_0x2926dc){return _0x153e7f(_0x2926dc);},'zYHqS':function(_0x1724ad){return _0x1724ad();},'xTttk':function(_0x351b21,_0x4f53bc){return _0x351b21+_0x4f53bc;},'WXSAs':_0x3095d1(0x1ec),'nFmHg':_0x3095d1(0x18d),'Dzwbe':'false','ajiSV':'--disable-test-observability','EcNBU':function(_0x2a77a3,_0x4eab36){return _0x2a77a3>=_0x4eab36;},'SPVry':function(_0x4f38b1,_0x343eda){return _0x4f38b1+_0x343eda;},'IZHUg':_0x3095d1(0x212),'YedTc':function(_0x109481,_0x23896a,_0x32dc31){return _0x109481(_0x23896a,_0x32dc31);},'eUxrB':function(_0x318369,_0x406e2d){return _0x318369(_0x406e2d);},'egkvv':_0x3095d1(0x14b),'VnWYo':_0x3095d1(0x156),'QggeP':function(_0x12f11f,_0x4d121f){return _0x12f11f!=_0x4d121f;},'jgVeV':function(_0x1e55a6,_0x229e12){return _0x1e55a6(_0x229e12);},'xhaRI':function(_0x12df52,_0x1b84af){return _0x12df52(_0x1b84af);},'TIrQj':function(_0x5bb419,_0xe3a81c){return _0x5bb419(_0xe3a81c);},'nobtw':_0x3095d1(0x192),'XiKIs':function(_0x315445,_0x32a12){return _0x315445(_0x32a12);},'ZRzKH':_0x3095d1(0x1ca),'voOdN':function(_0x1b4a05,_0x18c4e2){return _0x1b4a05===_0x18c4e2;},'SPwaQ':_0x3095d1(0x1bc),'YjoXb':_0x3095d1(0x1d1),'YpDhl':function(_0x43f7aa,_0x3fd22a){return _0x43f7aa(_0x3fd22a);},'FxJQa':_0x3095d1(0x1df),'mCqfZ':function(_0x54d064){return _0x54d064();},'ygxuh':_0x3095d1(0x159),'qSBNY':_0x3095d1(0x1d8),'ClgWH':_0x3095d1(0x160),'NeUDA':function(_0x26a928,_0x2439b1){return _0x26a928+_0x2439b1;},'MFZxC':_0x3095d1(0x20b),'lbFSC':function(_0x10dc59,_0x27de04){return _0x10dc59(_0x27de04);},'oCiIB':function(_0x3fc58e,_0x43cbb4){return _0x3fc58e===_0x43cbb4;},'fypKq':_0x3095d1(0x1f3),'TrWMK':'playwright-browserstack-sdk.config.js','apmhw':function(_0x5539d6,_0x257ebe){return _0x5539d6>_0x257ebe;},'ZpgYz':function(_0x11e0e9,_0x423343,_0x302646,_0x29b0be){return _0x11e0e9(_0x423343,_0x302646,_0x29b0be);},'QSmnH':_0x3095d1(0x219),'Xcurm':_0x3095d1(0x152),'TKrGX':_0x3095d1(0x1c9),'FpiMx':_0x3095d1(0x206),'Iylit':function(_0x511f9f,_0x64e8a7){return _0x511f9f===_0x64e8a7;},'WganJ':_0x3095d1(0x21e),'ERjqZ':_0x3095d1(0x16c),'eXYDJ':_0x3095d1(0x18a)};!helper['isFalse'](process[_0x3095d1(0x1e9)][_0x3095d1(0x1fa)])&&(process[_0x3095d1(0x1e9)]['BROWSERSTACK_AUTOMATION']=!![]);process[_0x3095d1(0x209)][_0x3095d1(0x16b)](_0x4ecbac[_0x3095d1(0x1f8)])&&(process[_0x3095d1(0x1e9)][_0x3095d1(0x1fa)]=_0x4ecbac[_0x3095d1(0x1e4)],_0x4a258a=_0x4a258a[_0x3095d1(0x198)](_0x19c572=>_0x19c572!==_0x3095d1(0x18d)));const _0x35b732=_0x4a258a[_0x3095d1(0x1ae)](_0x4ecbac['ajiSV']);_0x4ecbac['EcNBU'](_0x35b732,0x0)&&(process['env'][_0x3095d1(0x1ef)]=_0x4ecbac[_0x3095d1(0x1e4)],_0x4a258a=_0x4a258a[_0x3095d1(0x198)](_0x2c2235=>_0x2c2235!=='--disable-test-observability'));try{const _0x1e4b7a=path[_0x3095d1(0x1c2)](helper[_0x3095d1(0x210)](),_0x4ecbac[_0x3095d1(0x1a8)],_0x4ecbac[_0x3095d1(0x1c3)]);fs[_0x3095d1(0x1a9)](_0x1e4b7a)&&fs[_0x3095d1(0x216)](_0x1e4b7a);}catch(_0x4e211a){logger[_0x3095d1(0x187)](_0x4ecbac[_0x3095d1(0x205)](_0x4ecbac[_0x3095d1(0x1a5)],_0x4e211a));}if(!_0x4ecbac[_0x3095d1(0x1a3)](isTestCommand,_0x4b9f9c,_0x4a258a)){_0x4ecbac[_0x3095d1(0x21f)](spawnOriginalProcess,_0x4a258a);return;}const _0x2fc386=new BrowserStackSetup(_0x4b9f9c,FRAMEWORKS[_0x3095d1(0x173)]);if(!_0x2fc386[_0x3095d1(0x1b5)]){logger[_0x3095d1(0x1a2)](_0x4ecbac[_0x3095d1(0x175)]);return;}await _0x2fc386[_0x3095d1(0x1be)]();!helper[_0x3095d1(0x17f)](_0x2fc386[_0x3095d1(0x1e3)])&&_0x2fc386['cliConfig'][_0x3095d1(0x14c)](_0x4ecbac['VnWYo'])&&(process[_0x3095d1(0x1e9)][_0x3095d1(0x1fa)]=_0x2fc386[_0x3095d1(0x1e3)][_0x3095d1(0x150)](_0x4ecbac[_0x3095d1(0x1ed)])||!![]);_0x4ecbac[_0x3095d1(0x182)](_0x2fc386[_0x3095d1(0x1b5)][_0x3095d1(0x1e1)],null)&&!helper['isTrue'](process['env'][_0x3095d1(0x1ef)])&&(process['env'][_0x3095d1(0x1ef)]=process[_0x3095d1(0x1e9)][_0x3095d1(0x1ef)]||_0x2fc386[_0x3095d1(0x1b5)][_0x3095d1(0x1e1)]);const _0x29b220=!helper[_0x3095d1(0x1e6)](process[_0x3095d1(0x1e9)]['BROWSERSTACK_TEST_OBSERVABILITY']);let _0x456314=![];_0x2fc386[_0x3095d1(0x1b5)][_0x3095d1(0x1f9)]&&(_0x456314=!![],process[_0x3095d1(0x1e9)][_0x3095d1(0x1ab)]=_0x2fc386['config'][_0x3095d1(0x1f9)]);_0x2fc386['config'][_0x3095d1(0x1cf)]&&(process[_0x3095d1(0x1e9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3095d1(0x183)](_0x2fc386[_0x3095d1(0x1b5)][_0x3095d1(0x1cf)]));const _0x43ab4d=_0x4a258a[_0x3095d1(0x217)](),_0x56bc19=await _0x4ecbac['YedTc'](getUserPlaywrightConfig,_0x4b9f9c,_0x4a258a);if(helper['isUndefined'](_0x56bc19)){_0x4ecbac[_0x3095d1(0x20f)](spawnOriginalProcess,_0x43ab4d);return;}const _0x396644={..._0x56bc19[_0x3095d1(0x1b5)]},_0x4bd899=_0x396644,_0x17d570=_0x56bc19['path']?path[_0x3095d1(0x19e)](_0x56bc19[_0x3095d1(0x1e5)]):process[_0x3095d1(0x165)]();process[_0x3095d1(0x1e9)][_0x3095d1(0x181)]=_0x17d570;if(!_0x4ecbac[_0x3095d1(0x1a3)](setGlobalSetup,_0x4bd899,_0x17d570)){_0x4ecbac[_0x3095d1(0x189)](spawnOriginalProcess,_0x43ab4d);return;}const _0x45e7ce=await SessionHandler[_0x3095d1(0x207)](_0x2fc386[_0x3095d1(0x1b5)],{'frameworkName':FRAMEWORKS[_0x3095d1(0x173)],'frameworkVersion':_0x4ecbac[_0x3095d1(0x18c)](getFrameworkVersion,FRAMEWORKS[_0x3095d1(0x173)])});if(_0x29b220){const _0x119af5=_0x4ecbac[_0x3095d1(0x1d2)][_0x3095d1(0x176)]('|');let _0x3d3ba3=0x0;while(!![]){switch(_0x119af5[_0x3d3ba3++]){case'0':_0x4ecbac[_0x3095d1(0x17c)](addReporter,_0x4bd899);continue;case'1':_0x4ecbac[_0x3095d1(0x1a3)](initO11yCrashReporter,_0x4bd899,_0x2fc386[_0x3095d1(0x1b5)]);continue;case'2':_0x4ecbac[_0x3095d1(0x17c)](handleO11yRerun,_0x4a258a);continue;case'3':logger['info'](_0x4ecbac[_0x3095d1(0x1a7)]);continue;case'4':await _0x4ecbac['TIrQj'](launchO11ySession,_0x45e7ce);continue;}break;}}let _0x383e69=_0x4ecbac['voOdN'](process['env'][_0x3095d1(0x1ab)],_0x4ecbac[_0x3095d1(0x21d)]);_0x383e69=_0x383e69||_0x4ecbac['TIrQj'](checkAccessibilityPlatformConfig,_0x2fc386['config']),process['env'][_0x3095d1(0x1ab)]=_0x383e69;if(_0x383e69){const [_0x3ba3ef,_0x4f2653]=await _0x4ecbac[_0x3095d1(0x1a3)](createAccessibilityTestRun,_0x2fc386[_0x3095d1(0x1b5)],_0x4ecbac[_0x3095d1(0x14e)]);logger['debug'](_0x3095d1(0x15f)+_0x4f2653),process[_0x3095d1(0x1e9)][_0x3095d1(0x1ac)]=_0x3ba3ef,process['env']['BS_A11Y_TEST_RUN_ID']=_0x4f2653,_0x4ecbac[_0x3095d1(0x202)](setAccessibilityCapabilities,_0x2fc386['config']);}(helper[_0x3095d1(0x17f)](_0x2fc386['config']['platforms'])||_0x4ecbac[_0x3095d1(0x1e2)](_0x2fc386['config'][_0x3095d1(0x215)][_0x3095d1(0x208)],0x0))&&(process[_0x3095d1(0x1e9)][_0x3095d1(0x1fa)]=![]);const _0x3afd90=path[_0x3095d1(0x1c2)](_0x56bc19[_0x3095d1(0x1e5)]?path[_0x3095d1(0x19e)](_0x56bc19[_0x3095d1(0x1e5)]):process[_0x3095d1(0x165)](),_0x4ecbac[_0x3095d1(0x172)]);fs[_0x3095d1(0x1f6)](_0x3afd90,helper['serializeToYamlString'](_0x2fc386[_0x3095d1(0x1b5)])),process[_0x3095d1(0x1e9)][_0x3095d1(0x18f)]=_0x3afd90,helper[_0x3095d1(0x167)]();if(helper[_0x3095d1(0x166)](process[_0x3095d1(0x1e9)][_0x3095d1(0x1fa)])){let _0x28c47b=[];try{const _0x2f4a6e=helper[_0x3095d1(0x1aa)][_0x3095d1(0x1da)](null,_0x4ecbac[_0x3095d1(0x16f)](getProjectUtilsPath)),_0x552e40={};_0x552e40[_0x3095d1(0x1de)]=!![],_0x552e40[_0x3095d1(0x159)]='',_0x552e40[_0x3095d1(0x1d8)]='',_0x552e40[_0x3095d1(0x160)]='';const _0xf937b7={};_0xf937b7[_0x3095d1(0x1de)]=!![];const _0x49fde6={};_0x49fde6['project']=_0x552e40,_0x49fde6[_0x3095d1(0x170)]=_0xf937b7;let _0x329b9c=_0x49fde6;_0x4bd899[_0x4ecbac[_0x3095d1(0x154)]]&&(_0x329b9c['project'][_0x4ecbac[_0x3095d1(0x154)]]=_0x4bd899[_0x4ecbac[_0x3095d1(0x154)]]),_0x4bd899[_0x4ecbac[_0x3095d1(0x203)]]&&(_0x329b9c[_0x3095d1(0x1c4)][_0x4ecbac[_0x3095d1(0x203)]]=_0x4bd899[_0x4ecbac[_0x3095d1(0x203)]]),_0x4bd899[_0x4ecbac['ClgWH']]&&(_0x329b9c[_0x3095d1(0x1c4)][_0x4ecbac[_0x3095d1(0x17a)]]=_0x4bd899[_0x4ecbac[_0x3095d1(0x17a)]]),_0x329b9c=Object[_0x3095d1(0x1fb)](_0x329b9c,_0x329b9c['project']),_0x28c47b=await _0x2f4a6e[_0x3095d1(0x1d3)](_0x329b9c);}catch(_0x1024d1){logger['debug'](_0x4ecbac[_0x3095d1(0x1ba)](_0x4ecbac[_0x3095d1(0x168)],_0x4ecbac[_0x3095d1(0x1db)](format,_0x1024d1)));}}let _0x49f701='';_0x4ecbac[_0x3095d1(0x1b2)](helper[_0x3095d1(0x15e)](),constants[_0x3095d1(0x1b4)]['MODULE'])?_0x49f701=_0x4ecbac[_0x3095d1(0x16d)]:_0x49f701=_0x4ecbac[_0x3095d1(0x1b1)];const _0x5e893c=path[_0x3095d1(0x1c2)](_0x56bc19[_0x3095d1(0x1e5)]?path['dirname'](_0x56bc19[_0x3095d1(0x1e5)]):process[_0x3095d1(0x165)](),_0x49f701);let _0x23a2c5=_0x56bc19['path']?_0x56bc19['path']:'';_0x23a2c5=_0x4ecbac['apmhw'](_0x23a2c5[_0x3095d1(0x208)],0x0)?path[_0x3095d1(0x1f1)](_0x23a2c5):'',process['env'][_0x3095d1(0x15d)]=_0x23a2c5;let _0x185241=_0x3095d1(0x1bb);const _0x3278d8=helper[_0x3095d1(0x1bd)](_0x2fc386[_0x3095d1(0x1b5)]);_0x3278d8&&(_0x185241=_0x4ecbac[_0x3095d1(0x1ba)](_0x3095d1(0x1cb)+_0x3278d8+_0x3095d1(0x161),_0x185241));helper[_0x3095d1(0x1d7)]({},_0x4a258a),fs[_0x3095d1(0x1f6)](_0x5e893c,_0x185241),helper[_0x3095d1(0x1fc)]();const _0x596522=_0x4ecbac['ZpgYz'](spawn,_0x4ecbac[_0x3095d1(0x171)],[_0x4ecbac['Xcurm'],_0x4ecbac[_0x3095d1(0x213)],_0x4ecbac['FpiMx'],_0x5e893c,..._0x4a258a['slice'](0x2)],{'shell':_0x4ecbac[_0x3095d1(0x1a6)](process[_0x3095d1(0x180)],_0x4ecbac[_0x3095d1(0x164)]),'stdio':_0x4ecbac[_0x3095d1(0x1e7)],'cwd':process[_0x3095d1(0x165)](),'env':Object[_0x3095d1(0x1fb)]({},process[_0x3095d1(0x1e9)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper['getConfigPath'](_0x4b9f9c),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x2fc386['config'][_0x3095d1(0x1c0)][_0x3095d1(0x194)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x2fc386[_0x3095d1(0x1b5)][_0x3095d1(0x1c0)][_0x3095d1(0x15a)],'BROWSERSTACK_LOG_LEVEL':_0x2fc386[_0x3095d1(0x1b5)][_0x3095d1(0x1cc)]})}),_0x8d161f=()=>{const _0x1dbc36=_0x3095d1;try{const _0x5aad50=path[_0x1dbc36(0x1c2)](helper[_0x1dbc36(0x210)](),_0x4ecbac[_0x1dbc36(0x1a8)],_0x4ecbac[_0x1dbc36(0x1c3)]);if(fs[_0x1dbc36(0x1a9)](_0x5aad50)){let _0x472683=fs[_0x1dbc36(0x220)](_0x5aad50);_0x472683=JSON[_0x1dbc36(0x1dd)](_0x472683),_0x2fc386['errorMessage']=_0x472683,fs['unlinkSync'](_0x5aad50);}}catch(_0x51745b){logger['debug'](_0x4ecbac[_0x1dbc36(0x20c)](_0x4ecbac[_0x1dbc36(0x1e0)],_0x51745b));}};_0x596522['on'](_0x4ecbac[_0x3095d1(0x153)],async _0x18f14f=>{const _0x31ba28=_0x3095d1;try{const _0x2054ea=_0x4ecbac['EzaHa'][_0x31ba28(0x176)]('|');let _0x32ea1e=0x0;while(!![]){switch(_0x2054ea[_0x32ea1e++]){case'0':fs['unlinkSync'](_0x5e893c);continue;case'1':logger[_0x31ba28(0x19d)](_0x31ba28(0x163)+_0x5e893c);continue;case'2':await _0x4ecbac[_0x31ba28(0x1dc)](stopAccessibilityTestRun,_0x2fc386[_0x31ba28(0x1b5)]);continue;case'3':logger[_0x31ba28(0x187)]('Playwright\x20process\x20exited\x20with\x20code\x20'+_0x18f14f);continue;case'4':logger[_0x31ba28(0x187)]('Deleting\x20'+_0x3afd90);continue;case'5':fs[_0x31ba28(0x216)](_0x3afd90);continue;case'6':_0x4ecbac[_0x31ba28(0x17e)](_0x8d161f);continue;case'7':process[_0x31ba28(0x1c5)]=_0x18f14f;continue;case'8':await helper[_0x31ba28(0x158)](_0x2fc386);continue;}break;}}catch(_0x293189){logger['debug'](_0x4ecbac[_0x31ba28(0x14f)](_0x4ecbac[_0x31ba28(0x162)],_0x293189));}});}module['exports']=run;
2
+ 'use strict';const a33_0x5a8e48=a33_0x3f75;function a33_0x3f75(_0x9abc53,_0x2847e9){const _0x4ccb88=a33_0x4ccb();return a33_0x3f75=function(_0x3f750e,_0xbefef){_0x3f750e=_0x3f750e-0x1ad;let _0x19a3e4=_0x4ccb88[_0x3f750e];return _0x19a3e4;},a33_0x3f75(_0x9abc53,_0x2847e9);}(function(_0x21cf3c,_0x355ca8){const _0xa350db=a33_0x3f75,_0x3a544e=_0x21cf3c();while(!![]){try{const _0x13716a=-parseInt(_0xa350db(0x1be))/0x1*(-parseInt(_0xa350db(0x1ea))/0x2)+-parseInt(_0xa350db(0x251))/0x3+-parseInt(_0xa350db(0x1b7))/0x4+parseInt(_0xa350db(0x1b3))/0x5*(-parseInt(_0xa350db(0x24d))/0x6)+-parseInt(_0xa350db(0x25c))/0x7+-parseInt(_0xa350db(0x20d))/0x8*(-parseInt(_0xa350db(0x277))/0x9)+-parseInt(_0xa350db(0x1ce))/0xa*(-parseInt(_0xa350db(0x22b))/0xb);if(_0x13716a===_0x355ca8)break;else _0x3a544e['push'](_0x3a544e['shift']());}catch(_0x11d55b){_0x3a544e['push'](_0x3a544e['shift']());}}}(a33_0x4ccb,0x25191));const fs=require('fs'),path=require(a33_0x5a8e48(0x1d2)),os=require('os'),{spawn}=require('child_process'),{format}=require('util'),logger=require(a33_0x5a8e48(0x247))[a33_0x5a8e48(0x1d5)],{default:BrowserStackSetup}=require(a33_0x5a8e48(0x274)),helper=require(a33_0x5a8e48(0x267)),constants=require('../utils/constants'),{FRAMEWORKS}=require(a33_0x5a8e48(0x236)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a33_0x5a8e48(0x272)),{CrashReporter,o11yErrorHandler}=require(a33_0x5a8e48(0x1af)),{getFrameworkVersion}=require(a33_0x5a8e48(0x209)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a33_0x5a8e48(0x1ec)),{setAccessibilityCapabilities}=require(a33_0x5a8e48(0x217)),SessionHandler=require(a33_0x5a8e48(0x232));async function requireOrImportDefaultObject(_0x52404a){const _0x7bc6c8=a33_0x5a8e48,_0x1224f1={'UhBJD':function(_0x1a6934){return _0x1a6934();},'fEFqh':function(_0x521e26,_0x4a15a8){return _0x521e26(_0x4a15a8);},'ttBpf':function(_0x2fb24d,_0x5ea55e){return _0x2fb24d===_0x5ea55e;},'NcHJi':_0x7bc6c8(0x1de),'mFKEe':function(_0x5e54ae,_0x185a21){return _0x5e54ae in _0x185a21;},'trdaa':'default'},{requireOrImport:_0x554d8e}=helper[_0x7bc6c8(0x225)][_0x7bc6c8(0x278)](null,_0x1224f1['UhBJD'](getTransformPath));let _0x29279b=await _0x1224f1[_0x7bc6c8(0x227)](_0x554d8e,_0x52404a);return _0x29279b&&_0x1224f1['ttBpf'](typeof _0x29279b,_0x1224f1[_0x7bc6c8(0x210)])&&_0x1224f1[_0x7bc6c8(0x1e9)](_0x1224f1[_0x7bc6c8(0x259)],_0x29279b)&&(_0x29279b=_0x29279b[_0x1224f1[_0x7bc6c8(0x259)]]),_0x29279b;}const getUserPlaywrightConfig=async(_0x45e9be,_0x1b7e8b)=>{const _0x1c9856=a33_0x5a8e48,_0x4e707a={'hgtMM':function(_0x24ebe4){return _0x24ebe4();},'EIYsY':function(_0x550e31,_0x5ab10c){return _0x550e31(_0x5ab10c);},'RWvDe':_0x1c9856(0x22a),'lDiBa':_0x1c9856(0x1f7),'xbpTv':_0x1c9856(0x1ae)},_0x4f20c9=!helper[_0x1c9856(0x1b0)](_0x45e9be[_0x1c9856(0x1dd)]),_0xa93f0=_0x4f20c9?path[_0x1c9856(0x23d)](process[_0x1c9856(0x229)](),_0x45e9be[_0x1c9856(0x1dd)]):process[_0x1c9856(0x229)](),{resolveConfigFile:_0x38cc67}=helper[_0x1c9856(0x225)][_0x1c9856(0x278)](null,_0x4e707a[_0x1c9856(0x252)](getConfigLoaderPath)),_0x30598f=_0x4e707a[_0x1c9856(0x1db)](_0x38cc67,_0xa93f0);let _0x362a02={};if(_0x30598f){logger['info'](_0x1c9856(0x1b9)+_0x30598f);try{_0x362a02=await _0x4e707a[_0x1c9856(0x1db)](requireOrImportDefaultObject,_0x30598f);}catch(_0x126b62){return logger[_0x1c9856(0x1d0)](_0x4e707a[_0x1c9856(0x24c)],_0x126b62),null;}}else logger[_0x1c9856(0x1d9)](_0x4e707a[_0x1c9856(0x1b8)]);if(_0x4f20c9){const _0x295aa2=_0x1b7e8b[_0x1c9856(0x208)](_0x325022=>_0x325022===_0x1c9856(0x23e)||_0x325022==='-c'||_0x325022[_0x1c9856(0x1f8)](_0x1c9856(0x1ae)));_0x1b7e8b[_0x1c9856(0x219)](_0x295aa2,_0x1b7e8b[_0x295aa2]['startsWith'](_0x4e707a[_0x1c9856(0x1b2)])?0x1:0x2);}const _0x583484={};return _0x583484[_0x1c9856(0x1d2)]=_0x30598f,_0x583484['config']=_0x362a02,_0x583484;},setGlobalSetup=(_0x179c5b,_0x46c812)=>{const _0x52d41e=a33_0x5a8e48,_0x258c29={'qgraD':_0x52d41e(0x26f),'KQvxk':_0x52d41e(0x1bc),'iWAZh':function(_0x4a44e5,_0xba4d94){return _0x4a44e5+_0xba4d94;},'PnFPV':_0x52d41e(0x268),'YDMUj':function(_0x498f4f,_0x5aa3a9){return _0x498f4f(_0x5aa3a9);},'LHBRa':_0x52d41e(0x26b)};if(!_0x179c5b)return![];try{if(_0x179c5b[_0x52d41e(0x26f)]){let _0x34b7da;const _0xf0de0c=path[_0x52d41e(0x23d)](_0x46c812,_0x179c5b[_0x258c29[_0x52d41e(0x1ff)]]);if(fs[_0x52d41e(0x215)](_0xf0de0c))_0x34b7da=_0xf0de0c;else{const _0x422de0={};_0x422de0[_0x52d41e(0x24f)]=[_0x46c812],_0x34b7da=require[_0x52d41e(0x23d)](_0x179c5b[_0x258c29['qgraD']],_0x422de0);}if(!_0x34b7da)throw new Error(_0x258c29[_0x52d41e(0x226)]);process[_0x52d41e(0x21d)][_0x52d41e(0x21b)]=_0x34b7da;}}catch(_0x2b20ca){logger['error'](_0x258c29['iWAZh'](_0x258c29['PnFPV'],_0x258c29[_0x52d41e(0x27d)](format,_0x2b20ca)));}return _0x179c5b['globalSetup']=require[_0x52d41e(0x23d)](_0x258c29['LHBRa']),!![];},addReporter=_0x3db690=>{const _0x57d278=a33_0x5a8e48,_0x4d366b={};_0x4d366b[_0x57d278(0x1c5)]=_0x57d278(0x249),_0x4d366b['yibpO']='reporter',_0x4d366b[_0x57d278(0x25b)]=function(_0x1647b2,_0x45eb72){return _0x1647b2===_0x45eb72;},_0x4d366b['nepTL']='string',_0x4d366b[_0x57d278(0x205)]=_0x57d278(0x1de);const _0x3b9746=_0x4d366b,_0x2d0be0=path[_0x57d278(0x1fc)](__dirname,_0x3b9746[_0x57d278(0x1c5)]),_0x52d56b=[_0x2d0be0];if(helper['isUndefined'](_0x3db690[_0x3b9746[_0x57d278(0x1e0)]]))_0x3db690[_0x3b9746[_0x57d278(0x1e0)]]=[_0x52d56b];else{if(_0x3b9746[_0x57d278(0x25b)](typeof _0x3db690[_0x3b9746[_0x57d278(0x1e0)]],_0x3b9746['nepTL']))_0x3db690[_0x3b9746['yibpO']]=[[_0x3db690[_0x3b9746['yibpO']]],_0x52d56b];else _0x3b9746['vONkF'](typeof _0x3db690[_0x3b9746[_0x57d278(0x1e0)]],_0x3b9746[_0x57d278(0x205)])&&_0x3db690[_0x3b9746['yibpO']][_0x57d278(0x27b)](_0x52d56b);}},handleO11yRerun=_0x2b52a7=>{const _0x530738=a33_0x5a8e48,_0x59c2c8={};_0x59c2c8[_0x530738(0x23b)]=function(_0xb86f77,_0x45eb7e){return _0xb86f77!==_0x45eb7e;},_0x59c2c8[_0x530738(0x1f5)]=_0x530738(0x26e),_0x59c2c8['EoTGs']=_0x530738(0x1c4);const _0xea622f=_0x59c2c8,_0x2bbbba=helper['isTrue'](process['env'][_0x530738(0x1b5)]);if(_0x2bbbba){const _0x1330b1=process[_0x530738(0x21d)][_0x530738(0x1ed)],_0x197262=[];if(_0xea622f[_0x530738(0x23b)](_0x1330b1,_0xea622f[_0x530738(0x1f5)])&&!helper[_0x530738(0x1b0)](_0x1330b1)){_0x1330b1[_0x530738(0x20b)](',')[_0x530738(0x212)](_0x44a029=>{const _0x251d22=_0x530738;_0x197262[_0x251d22(0x27b)]('('+_0x44a029[_0x251d22(0x237)]()+')');});const _0x8ecb1='^'+_0x197262[_0x530738(0x1fc)]('|')+'$';_0x2b52a7['push'](_0xea622f[_0x530738(0x1e1)],_0x8ecb1);}}},spawnOriginalProcess=_0x46c8fe=>{const _0x1ec684=a33_0x5a8e48,_0x594200={'iRdAR':function(_0x317754,_0x42d2ec,_0x39a821,_0x120ed2){return _0x317754(_0x42d2ec,_0x39a821,_0x120ed2);},'nWIXa':'npx','wZbfK':_0x1ec684(0x207),'NCvqx':function(_0x57eac8,_0x2410de){return _0x57eac8===_0x2410de;},'iyGMs':_0x1ec684(0x1da),'HhSfY':_0x1ec684(0x258)};_0x594200[_0x1ec684(0x26d)](spawn,_0x594200[_0x1ec684(0x243)],[_0x594200[_0x1ec684(0x22e)],..._0x46c8fe[_0x1ec684(0x279)](0x1)],{'shell':_0x594200[_0x1ec684(0x1bd)](process[_0x1ec684(0x260)],_0x594200[_0x1ec684(0x254)]),'stdio':_0x594200[_0x1ec684(0x246)],'cwd':process[_0x1ec684(0x229)]()});},isTestCommand=(_0x2733b3,_0x4c64a3)=>{const _0x5a9a62=a33_0x5a8e48,_0x2db66a={};_0x2db66a['IezAt']=function(_0x4a0b6d,_0x728baa){return _0x4a0b6d>_0x728baa;},_0x2db66a['etGqE']=function(_0x47d4f9,_0x9f4f77){return _0x47d4f9===_0x9f4f77;},_0x2db66a[_0x5a9a62(0x1f3)]='test';const _0x1e2f06=_0x2db66a;if(_0x1e2f06[_0x5a9a62(0x1f9)](_0x4c64a3[_0x5a9a62(0x264)],0x1)&&_0x1e2f06[_0x5a9a62(0x214)](_0x4c64a3[0x1],_0x1e2f06[_0x5a9a62(0x1f3)]))return!![];return![];},initO11yCrashReporter=(_0x5478db,_0x54f342)=>{const _0x204cc8=a33_0x5a8e48,_0x2b0b98={'EaXWH':function(_0x4029af,_0xd8a80e){return _0x4029af(_0xd8a80e);}},_0x320c53={'frameworkName':FRAMEWORKS[_0x204cc8(0x224)],'frameworkVersion':_0x2b0b98[_0x204cc8(0x262)](getFrameworkVersion,FRAMEWORKS[_0x204cc8(0x224)])};CrashReporter[_0x204cc8(0x1ba)](_0x320c53,_0x5478db,_0x54f342);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x4e5673){const _0x87114f=a33_0x5a8e48,_0x525d46={};_0x525d46['qXHUk']=function(_0x3bfb8b,_0x2aaa65){return _0x3bfb8b>_0x2aaa65;},_0x525d46[_0x87114f(0x25e)]=function(_0x43f94e,_0x2473cb){return _0x43f94e===_0x2473cb;};const _0x44b10c=_0x525d46;if(!_0x4e5673||_0x44b10c[_0x87114f(0x21e)](_0x4e5673['length'],0x1)&&_0x44b10c[_0x87114f(0x25e)](_0x4e5673[0x0],null))return process[_0x87114f(0x21d)][_0x87114f(0x200)]=![],![];return!![];});function a33_0x4ccb(){const _0x495fa6=['PhNja','BROWSERSTACK_AUTOMATION','hZuAW','yWaiS','zUqgb','39660qYVkgl','playwright-browserstack-sdk.config.cjs','error','filterBrowserstackConfig','path','QrHze','iGAPD','winstonLogger','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','concat','testIgnore','info','win32','EIYsY','argv','config','object','BouHq','yibpO','EoTGs','.browserstack','testContextOptions','SMNHA','cliConfig','qJybE','dPnRS','iyMmg','mFKEe','2wGRjGR','pw_result.json','../../helpers/accessibility-automation/helper','BROWSERSTACK_RERUN_TESTS','includes','mvUbF','isTrue','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','_internal','otgvg','accessibilityOptions','FyvQT','wWdmT','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','startsWith','IezAt','debug','true','join','UDfuU','unlinkSync','qgraD','BROWSERSTACK_TEST_OBSERVABILITY','oybPO','--disable-browserstack-automation','parse','browserstackSetupConfig.json','OCkaQ','0|6|8|5|4|1|3|2|7','playwright','findIndex','../../helpers/test-observability/utils','automation','split','RMAHY','24XnKbNb','Uwhqj','skipSessionName','NcHJi','FDmKx','map','errorMessage','etGqE','existsSync','clearTempPWConfig','./accessibility-helper','WvQco','splice','ugzlg','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','lgRab','env','qXHUk','rJNDC','SbiQZ','gEDhp','readFileSync','indexOf','PLAYWRIGHT','requirePWModule','KQvxk','fEFqh','getProxyUrl','cwd','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','2013PlTKGQ','getConfigPath','logLevel','wZbfK','vQzZn','testObservability','BROWSERSTACK_SETUP_CONFIG_PATH','../../helpers/test-observability/sessionHandler','close','uDioX','coSls','../../helpers/test-observability/constants','trim','oXFEN','finalExecution','pMGlM','iLjXC','project','resolve','--config','accessibility','Playwright\x20process\x20exited\x20with\x20code\x20','BrowserStack\x20config\x20file\x20not\x20found.','HrJOe','nWIXa','nkOZz','yUhaC','HhSfY','../../helpers/logger','BROWSERSTACK_TEST_ACCESSIBILITY_YML','./reporter/reporter.js','uFksS','collectFilesForProject','RWvDe','171894GHGnsy','IALye','paths','false','304323OOhAJq','hgtMM','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright:\x20','iyGMs','launch','isFalse','dirname','inherit','trdaa','\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();','vONkF','865270DuYouk','playwright-browserstack-sdk.config.js','Uwuhs','vmaRg','platform','WMzaR','EaXWH','stringify','length','Error\x20in\x20getting\x20funnel\x20data\x20results','test','../../helpers/helper','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','Error\x20in\x20deleting\x20playwright\x20results','BROWSERSTACK_PW_CONFIG_DIR','./globalSetup.js','getPackageType','iRdAR','null','globalSetup','homedir','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','./reporter/pwUtils','xrRKF','../../helpers/BrowserStackSetup','serializeToYamlString','Deleting\x20','222912sjqzEW','apply','slice','@playwright/test','push','yeAVJ','YDMUj','KCdYT','--config=','../../helpers/test-observability/error-handler','isUndefined','VYrVI','xbpTv','50lTzZrI','USER_CONFIG_DETAILS_PATH','BROWSERSTACK_RERUN','npx','811684zArUIP','lDiBa','Getting\x20your\x20playwright\x20config\x20from\x20','initialize','xzgDV','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','NCvqx','66333zbmCZu','filter','testMatch','\x0a\x0aconst\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0amodule.exports\x20=\x20modifyPWConfig();\x0a','AKPUE','testDir','--grep','mNxdH','writeFileSync','KqCmh','exports'];a33_0x4ccb=function(){return _0x495fa6;};return a33_0x4ccb();}async function run(_0x29391e,_0x49575b){const _0x8f1d45=a33_0x5a8e48,_0x1a34b5={'FDmKx':_0x8f1d45(0x1e2),'hZuAW':_0x8f1d45(0x1eb),'KqCmh':function(_0xd99831,_0x3ad527){return _0xd99831+_0x3ad527;},'wWdmT':_0x8f1d45(0x265),'AKPUE':_0x8f1d45(0x206),'yeAVJ':function(_0x49b73f){return _0x49b73f();},'oXFEN':function(_0x4928ef,_0x3c2f11){return _0x4928ef(_0x3c2f11);},'rJNDC':'Error\x20in\x20closing\x20playwright','xrRKF':_0x8f1d45(0x202),'xzgDV':_0x8f1d45(0x250),'SMNHA':'--disable-test-observability','coSls':function(_0x2d4e31,_0x1b50fa){return _0x2d4e31>=_0x1b50fa;},'BouHq':_0x8f1d45(0x269),'pMGlM':function(_0x12356c,_0xebb4b0,_0x48138e){return _0x12356c(_0xebb4b0,_0x48138e);},'Uwhqj':function(_0x5630a4,_0x1c2830){return _0x5630a4(_0x1c2830);},'SbiQZ':_0x8f1d45(0x241),'ugzlg':_0x8f1d45(0x20a),'KCdYT':function(_0x5beb75,_0x1520e4){return _0x5beb75!=_0x1520e4;},'oKALJ':'4|3|1|0|2','yWaiS':function(_0x387790,_0x5e42f3){return _0x387790(_0x5e42f3);},'gEDhp':function(_0x5427c6,_0xb8d210){return _0x5427c6(_0xb8d210);},'rXxfI':function(_0x3b0662,_0x4bfc46){return _0x3b0662(_0x4bfc46);},'qJybE':_0x8f1d45(0x271),'QrHze':function(_0x3e8846,_0x13c252){return _0x3e8846===_0x13c252;},'uDioX':_0x8f1d45(0x1fb),'NacrD':function(_0x3f7a1d,_0x143f79){return _0x3f7a1d(_0x143f79);},'uFksS':function(_0x4688b9,_0x4aebd9,_0x44eea4){return _0x4688b9(_0x4aebd9,_0x44eea4);},'zUqgb':_0x8f1d45(0x27a),'WDaHE':function(_0x4a8542,_0x2bebbf){return _0x4a8542(_0x2bebbf);},'tmdxk':function(_0x1c51d1,_0xadc92b){return _0x1c51d1===_0xadc92b;},'vmaRg':_0x8f1d45(0x204),'mvUbF':'testDir','oybPO':_0x8f1d45(0x1c0),'RMAHY':_0x8f1d45(0x1d8),'PhNja':_0x8f1d45(0x253),'UDfuU':function(_0x135359,_0x4a9a29){return _0x135359===_0x4a9a29;},'lgRab':_0x8f1d45(0x1cf),'dPnRS':_0x8f1d45(0x25d),'WMzaR':function(_0x5412af,_0xa2bd44){return _0x5412af>_0xa2bd44;},'yUhaC':function(_0x3a5410,_0x28f0fc){return _0x3a5410+_0x28f0fc;},'iyMmg':function(_0x5dd4e6,_0x18d2bd,_0x4d09ba,_0x36bc7b){return _0x5dd4e6(_0x18d2bd,_0x4d09ba,_0x36bc7b);},'nkOZz':_0x8f1d45(0x1b6),'vQzZn':'playwright','iGAPD':_0x8f1d45(0x266),'VYrVI':_0x8f1d45(0x23e),'HrJOe':_0x8f1d45(0x1da),'WvQco':_0x8f1d45(0x258),'IALye':_0x8f1d45(0x233)};!helper[_0x8f1d45(0x256)](process[_0x8f1d45(0x21d)][_0x8f1d45(0x1ca)])&&(process[_0x8f1d45(0x21d)]['BROWSERSTACK_AUTOMATION']=!![]);process[_0x8f1d45(0x1dc)][_0x8f1d45(0x1ee)](_0x1a34b5[_0x8f1d45(0x273)])&&(process[_0x8f1d45(0x21d)][_0x8f1d45(0x1ca)]=_0x1a34b5[_0x8f1d45(0x1bb)],_0x49575b=_0x49575b['filter'](_0x52d4b5=>_0x52d4b5!==_0x8f1d45(0x202)));const _0x1cd986=_0x49575b[_0x8f1d45(0x223)](_0x1a34b5[_0x8f1d45(0x1e4)]);_0x1a34b5[_0x8f1d45(0x235)](_0x1cd986,0x0)&&(process[_0x8f1d45(0x21d)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x1a34b5['xzgDV'],_0x49575b=_0x49575b[_0x8f1d45(0x1bf)](_0x58d7fe=>_0x58d7fe!=='--disable-test-observability'));try{const _0x3f0929=path[_0x8f1d45(0x1fc)](helper[_0x8f1d45(0x270)](),_0x1a34b5['FDmKx'],_0x1a34b5[_0x8f1d45(0x1cb)]);fs[_0x8f1d45(0x215)](_0x3f0929)&&fs['unlinkSync'](_0x3f0929);}catch(_0x452e56){logger[_0x8f1d45(0x1fa)](_0x1a34b5[_0x8f1d45(0x1c7)](_0x1a34b5[_0x8f1d45(0x1df)],_0x452e56));}if(!_0x1a34b5['pMGlM'](isTestCommand,_0x29391e,_0x49575b)){_0x1a34b5[_0x8f1d45(0x20e)](spawnOriginalProcess,_0x49575b);return;}const _0x532fec=new BrowserStackSetup(_0x29391e,FRAMEWORKS['PLAYWRIGHT']);if(!_0x532fec[_0x8f1d45(0x1dd)]){logger[_0x8f1d45(0x1d0)](_0x1a34b5[_0x8f1d45(0x220)]);return;}await _0x532fec['initialize']();!helper['isUndefined'](_0x532fec[_0x8f1d45(0x1e5)])&&_0x532fec['cliConfig']['has'](_0x1a34b5[_0x8f1d45(0x21a)])&&(process[_0x8f1d45(0x21d)]['BROWSERSTACK_AUTOMATION']=_0x532fec[_0x8f1d45(0x1e5)]['get'](_0x1a34b5[_0x8f1d45(0x21a)])||!![]);_0x1a34b5[_0x8f1d45(0x1ad)](_0x532fec[_0x8f1d45(0x1dd)][_0x8f1d45(0x230)],null)&&!helper[_0x8f1d45(0x1f0)](process[_0x8f1d45(0x21d)][_0x8f1d45(0x200)])&&(process[_0x8f1d45(0x21d)][_0x8f1d45(0x200)]=process[_0x8f1d45(0x21d)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0x532fec[_0x8f1d45(0x1dd)][_0x8f1d45(0x230)]);const _0x4fa248=!helper[_0x8f1d45(0x256)](process[_0x8f1d45(0x21d)][_0x8f1d45(0x200)]);let _0x544676=![];_0x532fec[_0x8f1d45(0x1dd)][_0x8f1d45(0x23f)]&&(_0x544676=!![],process[_0x8f1d45(0x21d)][_0x8f1d45(0x248)]=_0x532fec[_0x8f1d45(0x1dd)]['accessibility']);_0x532fec[_0x8f1d45(0x1dd)]['accessibilityOptions']&&(process[_0x8f1d45(0x21d)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x8f1d45(0x263)](_0x532fec[_0x8f1d45(0x1dd)][_0x8f1d45(0x1f4)]));const _0x578064=_0x49575b[_0x8f1d45(0x1d7)](),_0x1c86e5=await _0x1a34b5[_0x8f1d45(0x23a)](getUserPlaywrightConfig,_0x29391e,_0x49575b);if(helper['isUndefined'](_0x1c86e5)){_0x1a34b5[_0x8f1d45(0x238)](spawnOriginalProcess,_0x578064);return;}const _0x1ffbc7={..._0x1c86e5[_0x8f1d45(0x1dd)]},_0x23561b=_0x1ffbc7,_0x4676a0=_0x1c86e5[_0x8f1d45(0x1d2)]?path['dirname'](_0x1c86e5[_0x8f1d45(0x1d2)]):process['cwd']();process['env'][_0x8f1d45(0x26a)]=_0x4676a0;if(!_0x1a34b5[_0x8f1d45(0x23a)](setGlobalSetup,_0x23561b,_0x4676a0)){_0x1a34b5[_0x8f1d45(0x238)](spawnOriginalProcess,_0x578064);return;}const _0x1c4bfc=await SessionHandler[_0x8f1d45(0x255)](_0x532fec['config'],{'frameworkName':FRAMEWORKS[_0x8f1d45(0x224)],'frameworkVersion':_0x1a34b5[_0x8f1d45(0x238)](getFrameworkVersion,FRAMEWORKS[_0x8f1d45(0x224)])});if(_0x4fa248){const _0x5e4cc2=_0x1a34b5['oKALJ'][_0x8f1d45(0x20b)]('|');let _0x158498=0x0;while(!![]){switch(_0x5e4cc2[_0x158498++]){case'0':_0x1a34b5[_0x8f1d45(0x1cc)](handleO11yRerun,_0x49575b);continue;case'1':_0x1a34b5[_0x8f1d45(0x221)](addReporter,_0x23561b);continue;case'2':await _0x1a34b5['rXxfI'](launchO11ySession,_0x1c4bfc);continue;case'3':_0x1a34b5[_0x8f1d45(0x23a)](initO11yCrashReporter,_0x23561b,_0x532fec[_0x8f1d45(0x1dd)]);continue;case'4':logger[_0x8f1d45(0x1d9)](_0x1a34b5[_0x8f1d45(0x1e6)]);continue;}break;}}let _0x5a9743=_0x1a34b5[_0x8f1d45(0x1d3)](process[_0x8f1d45(0x21d)][_0x8f1d45(0x248)],_0x1a34b5[_0x8f1d45(0x234)]);_0x5a9743=_0x5a9743||_0x1a34b5['NacrD'](checkAccessibilityPlatformConfig,_0x532fec[_0x8f1d45(0x1dd)]),process[_0x8f1d45(0x21d)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5a9743;if(_0x5a9743){const [_0x5d95d4,_0x327300]=await _0x1a34b5[_0x8f1d45(0x24a)](createAccessibilityTestRun,_0x532fec['config'],_0x1a34b5[_0x8f1d45(0x1cd)]);logger[_0x8f1d45(0x1fa)](_0x8f1d45(0x1d6)+_0x327300),process[_0x8f1d45(0x21d)]['BS_A11Y_JWT']=_0x5d95d4,process[_0x8f1d45(0x21d)]['BS_A11Y_TEST_RUN_ID']=_0x327300,_0x1a34b5['WDaHE'](setAccessibilityCapabilities,_0x532fec[_0x8f1d45(0x1dd)]);}(helper['isUndefined'](_0x532fec['config']['platforms'])||_0x1a34b5['tmdxk'](_0x532fec['config']['platforms'][_0x8f1d45(0x264)],0x0))&&(process[_0x8f1d45(0x21d)]['BROWSERSTACK_AUTOMATION']=![]);const _0x3cf8ee=path[_0x8f1d45(0x1fc)](_0x1c86e5['path']?path[_0x8f1d45(0x257)](_0x1c86e5[_0x8f1d45(0x1d2)]):process[_0x8f1d45(0x229)](),_0x1a34b5[_0x8f1d45(0x25f)]);fs['writeFileSync'](_0x3cf8ee,helper[_0x8f1d45(0x275)](_0x532fec[_0x8f1d45(0x1dd)])),process['env'][_0x8f1d45(0x231)]=_0x3cf8ee,helper[_0x8f1d45(0x216)]();if(helper[_0x8f1d45(0x1f0)](process[_0x8f1d45(0x21d)]['BROWSERSTACK_AUTOMATION'])){let _0x5d4ed8=[];try{const _0x183849=helper[_0x8f1d45(0x225)][_0x8f1d45(0x278)](null,_0x1a34b5[_0x8f1d45(0x27c)](getProjectUtilsPath)),_0x4a26d9={};_0x4a26d9['respectGitIgnore']=!![],_0x4a26d9[_0x8f1d45(0x1c3)]='',_0x4a26d9[_0x8f1d45(0x1c0)]='',_0x4a26d9[_0x8f1d45(0x1d8)]='';const _0x2d3130={};_0x2d3130['respectGitIgnore']=!![];const _0x559ba8={};_0x559ba8['project']=_0x4a26d9,_0x559ba8[_0x8f1d45(0x1f2)]=_0x2d3130;let _0x6aabbc=_0x559ba8;_0x23561b[_0x1a34b5[_0x8f1d45(0x1ef)]]&&(_0x6aabbc[_0x8f1d45(0x23c)][_0x1a34b5[_0x8f1d45(0x1ef)]]=_0x23561b[_0x1a34b5[_0x8f1d45(0x1ef)]]),_0x23561b[_0x1a34b5[_0x8f1d45(0x201)]]&&(_0x6aabbc[_0x8f1d45(0x23c)][_0x1a34b5[_0x8f1d45(0x201)]]=_0x23561b[_0x1a34b5[_0x8f1d45(0x201)]]),_0x23561b[_0x1a34b5['RMAHY']]&&(_0x6aabbc[_0x8f1d45(0x23c)][_0x1a34b5[_0x8f1d45(0x20c)]]=_0x23561b[_0x1a34b5['RMAHY']]),_0x6aabbc=Object['assign'](_0x6aabbc,_0x6aabbc[_0x8f1d45(0x23c)]),_0x5d4ed8=await _0x183849[_0x8f1d45(0x24b)](_0x6aabbc);}catch(_0x374ede){logger['debug'](_0x1a34b5[_0x8f1d45(0x1c7)](_0x1a34b5[_0x8f1d45(0x1c9)],_0x1a34b5[_0x8f1d45(0x1cc)](format,_0x374ede)));}}let _0x388445='';_0x1a34b5[_0x8f1d45(0x1fd)](helper[_0x8f1d45(0x26c)](),constants['PACKAGE_TYPE']['MODULE'])?_0x388445=_0x1a34b5[_0x8f1d45(0x21c)]:_0x388445=_0x1a34b5[_0x8f1d45(0x1e7)];const _0x58103a=path[_0x8f1d45(0x1fc)](_0x1c86e5[_0x8f1d45(0x1d2)]?path[_0x8f1d45(0x257)](_0x1c86e5[_0x8f1d45(0x1d2)]):process[_0x8f1d45(0x229)](),_0x388445);let _0x1a00ed=_0x1c86e5[_0x8f1d45(0x1d2)]?_0x1c86e5['path']:'';_0x1a00ed=_0x1a34b5[_0x8f1d45(0x261)](_0x1a00ed[_0x8f1d45(0x264)],0x0)?path[_0x8f1d45(0x23d)](_0x1a00ed):'',process[_0x8f1d45(0x21d)][_0x8f1d45(0x1b4)]=_0x1a00ed;let _0x485982=_0x8f1d45(0x1c1);const _0x37051d=helper[_0x8f1d45(0x228)](_0x532fec[_0x8f1d45(0x1dd)]);_0x37051d&&(_0x485982=_0x1a34b5[_0x8f1d45(0x245)](_0x8f1d45(0x1f1)+_0x37051d+_0x8f1d45(0x25a),_0x485982));helper[_0x8f1d45(0x1d1)]({},_0x49575b),fs[_0x8f1d45(0x1c6)](_0x58103a,_0x485982),helper['markSDKSetupComplete']();const _0x27334c=_0x1a34b5[_0x8f1d45(0x1e8)](spawn,_0x1a34b5[_0x8f1d45(0x244)],[_0x1a34b5[_0x8f1d45(0x22f)],_0x1a34b5[_0x8f1d45(0x1d4)],_0x1a34b5[_0x8f1d45(0x1b1)],_0x58103a,..._0x49575b[_0x8f1d45(0x279)](0x2)],{'shell':_0x1a34b5['UDfuU'](process[_0x8f1d45(0x260)],_0x1a34b5[_0x8f1d45(0x242)]),'stdio':_0x1a34b5[_0x8f1d45(0x218)],'cwd':process['cwd'](),'env':Object['assign']({},process[_0x8f1d45(0x21d)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x8f1d45(0x22c)](_0x29391e),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x532fec[_0x8f1d45(0x1dd)][_0x8f1d45(0x1e3)]['skipSessionStatus'],'BROWSERSTACK_SKIP_SESSION_NAME':_0x532fec['config'][_0x8f1d45(0x1e3)][_0x8f1d45(0x20f)],'BROWSERSTACK_LOG_LEVEL':_0x532fec[_0x8f1d45(0x1dd)][_0x8f1d45(0x22d)]})}),_0x4270b8=()=>{const _0x253715=_0x8f1d45;try{const _0x3f7499=path['join'](helper[_0x253715(0x270)](),_0x1a34b5[_0x253715(0x211)],_0x1a34b5[_0x253715(0x1cb)]);if(fs[_0x253715(0x215)](_0x3f7499)){let _0x316de1=fs[_0x253715(0x222)](_0x3f7499);_0x316de1=JSON[_0x253715(0x203)](_0x316de1),_0x532fec[_0x253715(0x213)]=_0x316de1,fs[_0x253715(0x1fe)](_0x3f7499);}}catch(_0x2f1168){logger[_0x253715(0x1fa)](_0x1a34b5[_0x253715(0x1c7)](_0x1a34b5[_0x253715(0x1f6)],_0x2f1168));}};_0x27334c['on'](_0x1a34b5[_0x8f1d45(0x24e)],async _0x36c54f=>{const _0x345d7d=_0x8f1d45;try{const _0x15bbb4=_0x1a34b5[_0x345d7d(0x1c2)][_0x345d7d(0x20b)]('|');let _0x28d68e=0x0;while(!![]){switch(_0x15bbb4[_0x28d68e++]){case'0':_0x1a34b5[_0x345d7d(0x27c)](_0x4270b8);continue;case'1':logger[_0x345d7d(0x1d9)]('Deleting\x20'+_0x58103a);continue;case'2':logger[_0x345d7d(0x1fa)](_0x345d7d(0x276)+_0x3cf8ee);continue;case'3':fs['unlinkSync'](_0x58103a);continue;case'4':logger[_0x345d7d(0x1fa)](_0x345d7d(0x240)+_0x36c54f);continue;case'5':process['exitCode']=_0x36c54f;continue;case'6':await helper[_0x345d7d(0x239)](_0x532fec);continue;case'7':fs[_0x345d7d(0x1fe)](_0x3cf8ee);continue;case'8':await _0x1a34b5['oXFEN'](stopAccessibilityTestRun,_0x532fec[_0x345d7d(0x1dd)]);continue;}break;}}catch(_0xe089fd){logger[_0x345d7d(0x1fa)](_0x1a34b5[_0x345d7d(0x1c7)](_0x1a34b5[_0x345d7d(0x21f)],_0xe089fd));}});}module[a33_0x5a8e48(0x1c8)]=run;
@@ -1 +1 @@
1
- const a34_0x748370=a34_0x5280;function a34_0x46fb(){const _0x37a0aa=['PAqHh','427480Jebqtm','../../helpers/helper','Path\x20','IxMmO','winstonLogger','./mock-process.js','function','FkbUD','../../helpers/test-observability/utils','hBPtD','Call\x20to\x20child\x20fork\x20with\x20args\x20','803268EgzUyk','Running\x20existing\x20global\x20setup','yyKpm','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','12siSrQf','4GGKNIr','upgft','../../helpers/logger','63SnFrri','resolve','fork','18551CzuiDj','requirePWModule','./reporter/pwUtils','toString','env','937634MdDrEu','vorDY','140077lNmjXx','PLAYWRIGHT','2581728sQMWzu','JdjWq','MJHHT','apply','2361865PwkmqO','1.33.0'];a34_0x46fb=function(){return _0x37a0aa;};return a34_0x46fb();}function a34_0x5280(_0x314f11,_0x1952f6){const _0x46fbd9=a34_0x46fb();return a34_0x5280=function(_0x52807b,_0x292843){_0x52807b=_0x52807b-0x78;let _0x131ac9=_0x46fbd9[_0x52807b];return _0x131ac9;},a34_0x5280(_0x314f11,_0x1952f6);}(function(_0x4d030a,_0x8c822){const _0x17697f=a34_0x5280,_0x36b67b=_0x4d030a();while(!![]){try{const _0x17c3c1=parseInt(_0x17697f(0x7e))/0x1+parseInt(_0x17697f(0x83))/0x2+parseInt(_0x17697f(0x99))/0x3+-parseInt(_0x17697f(0x78))/0x4*(parseInt(_0x17697f(0x8b))/0x5)+parseInt(_0x17697f(0x9d))/0x6*(-parseInt(_0x17697f(0x85))/0x7)+parseInt(_0x17697f(0x87))/0x8+parseInt(_0x17697f(0x7b))/0x9*(-parseInt(_0x17697f(0x8e))/0xa);if(_0x17c3c1===_0x8c822)break;else _0x36b67b['push'](_0x36b67b['shift']());}catch(_0x363245){_0x36b67b['push'](_0x36b67b['shift']());}}}(a34_0x46fb,0x40fe1));const child_process=require('child_process'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require(a34_0x748370(0x96)),helper=require(a34_0x748370(0x8f)),{getLoadUtilsPath,getForkProcessPath}=require(a34_0x748370(0x80)),logger=require(a34_0x748370(0x7a))[a34_0x748370(0x92)];module['exports']=async function(_0x338609){const _0x4b2ff4=a34_0x748370,_0x53f344={'upgft':function(_0xa06901,_0x448ab4){return _0xa06901(_0x448ab4);},'MJHHT':function(_0x2bdca8){return _0x2bdca8();},'IxMmO':_0x4b2ff4(0x93),'hBPtD':function(_0x26abfb){return _0x26abfb();},'JdjWq':function(_0x471dec,_0x2ee2b3){return _0x471dec(_0x2ee2b3);},'PAqHh':_0x4b2ff4(0x9a),'xdrQi':function(_0x27c5c6){return _0x27c5c6();},'yyKpm':function(_0x52bd4f,_0x3942f2){return _0x52bd4f>=_0x3942f2;},'vorDY':_0x4b2ff4(0x8c),'FkbUD':function(_0x491273,_0xff355,_0x528289){return _0x491273(_0xff355,_0x528289);},'zAuxt':function(_0x430bda,_0x913e3e){return _0x430bda!==_0x913e3e;},'ncECU':_0x4b2ff4(0x94),'yzubl':'Not\x20able\x20to\x20import\x20globalSetup','adcoF':function(_0x2fb70f,_0x57d263){return _0x2fb70f(_0x57d263);}},_0x51065d=child_process[_0x4b2ff4(0x7d)];child_process['fork']=function(){const _0x3eec14=_0x4b2ff4;return _0x53f344[_0x3eec14(0x79)](debug,_0x3eec14(0x98)+arguments[0x0]),arguments[0x0]['includes'](_0x53f344[_0x3eec14(0x89)](getForkProcessPath))?arguments[0x0]=require[_0x3eec14(0x7c)](_0x53f344[_0x3eec14(0x91)]):logger['error'](_0x3eec14(0x90)+_0x53f344[_0x3eec14(0x97)](getForkProcessPath)+'\x20is\x20not\x20found'),_0x51065d[_0x3eec14(0x8a)](null,arguments);};if(process[_0x4b2ff4(0x82)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']){_0x53f344[_0x4b2ff4(0x88)](debug,_0x53f344[_0x4b2ff4(0x8d)]);try{const {loadGlobalHook:_0x5346a9}=helper[_0x4b2ff4(0x7f)]['apply'](null,_0x53f344['xdrQi'](getLoadUtilsPath)),_0xaab45c=_0x53f344[_0x4b2ff4(0x79)](getFrameworkVersion,FRAMEWORKS[_0x4b2ff4(0x86)]);let _0x203ba1=_0x338609;if(_0x53f344[_0x4b2ff4(0x9b)](helper['compareVersions'](_0xaab45c,_0x53f344[_0x4b2ff4(0x84)]),0x0)){const _0x9f7af8={};_0x9f7af8['config']=_0x338609,_0x203ba1=_0x9f7af8;}const _0x2a4b30=await _0x53f344[_0x4b2ff4(0x95)](_0x5346a9,_0x203ba1,process['env'][_0x4b2ff4(0x9c)]);if(_0x53f344['zAuxt'](typeof _0x2a4b30,_0x53f344['ncECU']))throw new Error(_0x53f344['yzubl']);return _0x2a4b30[_0x4b2ff4(0x8a)](null,arguments);}catch(_0x40b3d7){_0x53f344['adcoF'](debug,'Error\x20in\x20calling\x20existing\x20global\x20setup:\x20'+_0x40b3d7[_0x4b2ff4(0x81)]());}}};
1
+ const a34_0x328eee=a34_0x6289;function a34_0x6289(_0x119f07,_0x8d2651){const _0x1fb729=a34_0x1fb7();return a34_0x6289=function(_0x62896c,_0x3debc0){_0x62896c=_0x62896c-0xff;let _0x541a50=_0x1fb729[_0x62896c];return _0x541a50;},a34_0x6289(_0x119f07,_0x8d2651);}function a34_0x1fb7(){const _0x536bf9=['Running\x20existing\x20global\x20setup','218893MCxEtI','oLsxJ','7739251LcwJjt','nxIjL','Not\x20able\x20to\x20import\x20globalSetup','10bBwilG','resolve','294rmYfFc','\x20is\x20not\x20found','Call\x20to\x20child\x20fork\x20with\x20args\x20','env','toString','PLAYWRIGHT','88KlffGU','4FWzcIH','pzvgv','Path\x20','../../helpers/test-observability/constants','836232NEswNR','vYWgG','gLwyq','fork','1326978EuXBJr','./reporter/pwUtils','133OlWDsz','error','5GGEjcI','QFEbd','requirePWModule','compareVersions','includes','function','../../helpers/logger','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','child_process','../../helpers/helper','../../helpers/test-observability/utils','QdVgD','eQVAD','1428558XOZEWZ','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','28360lisHvM','./mock-process.js','316712yvWHVb','Oxnnw','apply'];a34_0x1fb7=function(){return _0x536bf9;};return a34_0x1fb7();}(function(_0x1c50a6,_0x13341a){const _0x289dc0=a34_0x6289,_0x5209d7=_0x1c50a6();while(!![]){try{const _0x3ce5c6=parseInt(_0x289dc0(0x117))/0x1*(parseInt(_0x289dc0(0x125))/0x2)+-parseInt(_0x289dc0(0x11e))/0x3*(-parseInt(_0x289dc0(0x111))/0x4)+parseInt(_0x289dc0(0x102))/0x5*(parseInt(_0x289dc0(0x10f))/0x6)+parseInt(_0x289dc0(0x100))/0x7*(-parseInt(_0x289dc0(0x113))/0x8)+-parseInt(_0x289dc0(0x12d))/0x9*(parseInt(_0x289dc0(0x11c))/0xa)+parseInt(_0x289dc0(0x124))/0xb*(parseInt(_0x289dc0(0x129))/0xc)+-parseInt(_0x289dc0(0x119))/0xd;if(_0x3ce5c6===_0x13341a)break;else _0x5209d7['push'](_0x5209d7['shift']());}catch(_0x20ae14){_0x5209d7['push'](_0x5209d7['shift']());}}}(a34_0x1fb7,0x69c4b));const child_process=require(a34_0x328eee(0x10a)),{FRAMEWORKS}=require(a34_0x328eee(0x128)),{getFrameworkVersion,debug}=require(a34_0x328eee(0x10c)),helper=require(a34_0x328eee(0x10b)),{getLoadUtilsPath,getForkProcessPath}=require(a34_0x328eee(0xff)),logger=require(a34_0x328eee(0x108))['winstonLogger'];module['exports']=async function(_0x474843){const _0x2dcd6c=a34_0x328eee,_0x52001b={'gLwyq':function(_0x1e5cd0,_0x46f0ce){return _0x1e5cd0(_0x46f0ce);},'QdVgD':function(_0x574ee9){return _0x574ee9();},'oLsxJ':_0x2dcd6c(0x112),'eWfaR':function(_0x325283,_0x534701){return _0x325283(_0x534701);},'QFEbd':_0x2dcd6c(0x116),'pzvgv':function(_0x47e545){return _0x47e545();},'qLBXd':function(_0x10051b,_0x16acf7){return _0x10051b>=_0x16acf7;},'kKZqu':'1.33.0','Oxnnw':function(_0x4e77d0,_0x59ff25,_0x225aba){return _0x4e77d0(_0x59ff25,_0x225aba);},'eQVAD':function(_0x5ea84e,_0x33545d){return _0x5ea84e!==_0x33545d;},'nxIjL':_0x2dcd6c(0x107),'cqNeY':_0x2dcd6c(0x11b),'vYWgG':function(_0x4a330a,_0x4808a9){return _0x4a330a(_0x4808a9);}},_0x19cbf3=child_process[_0x2dcd6c(0x12c)];child_process['fork']=function(){const _0x20956e=_0x2dcd6c;return _0x52001b[_0x20956e(0x12b)](debug,_0x20956e(0x120)+arguments[0x0]),arguments[0x0][_0x20956e(0x106)](_0x52001b['QdVgD'](getForkProcessPath))?arguments[0x0]=require[_0x20956e(0x11d)](_0x52001b[_0x20956e(0x118)]):logger[_0x20956e(0x101)](_0x20956e(0x127)+_0x52001b[_0x20956e(0x10d)](getForkProcessPath)+_0x20956e(0x11f)),_0x19cbf3[_0x20956e(0x115)](null,arguments);};if(process[_0x2dcd6c(0x121)][_0x2dcd6c(0x110)]){_0x52001b['eWfaR'](debug,_0x52001b[_0x2dcd6c(0x103)]);try{const {loadGlobalHook:_0x176a66}=helper[_0x2dcd6c(0x104)][_0x2dcd6c(0x115)](null,_0x52001b[_0x2dcd6c(0x126)](getLoadUtilsPath)),_0xab6040=_0x52001b['gLwyq'](getFrameworkVersion,FRAMEWORKS[_0x2dcd6c(0x123)]);let _0x5ecfe0=_0x474843;if(_0x52001b['qLBXd'](helper[_0x2dcd6c(0x105)](_0xab6040,_0x52001b['kKZqu']),0x0)){const _0x1b832d={};_0x1b832d['config']=_0x474843,_0x5ecfe0=_0x1b832d;}const _0x15ca84=await _0x52001b[_0x2dcd6c(0x114)](_0x176a66,_0x5ecfe0,process['env'][_0x2dcd6c(0x110)]);if(_0x52001b[_0x2dcd6c(0x10e)](typeof _0x15ca84,_0x52001b[_0x2dcd6c(0x11a)]))throw new Error(_0x52001b['cqNeY']);return _0x15ca84[_0x2dcd6c(0x115)](null,arguments);}catch(_0xd2d6f5){_0x52001b[_0x2dcd6c(0x12a)](debug,_0x2dcd6c(0x109)+_0xd2d6f5[_0x2dcd6c(0x122)]());}}};