browserstack-node-sdk 1.34.39 → 1.34.41

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 (134) 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/createHubHaStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/describeStack.js +1 -1
  32. package/ats/src/utils/gridComponents.js +1 -1
  33. package/ats/src/utils/hstUtils.js +1 -1
  34. package/ats/src/utils/instrumentationUtils.js +1 -1
  35. package/ats/src/utils/userInput.js +1 -1
  36. package/ats/src/utils/utilityMethods.js +1 -1
  37. package/ats/src/utils/webSocketUtils.js +1 -1
  38. package/package.json +2 -2
  39. package/src/ai-sdk-node/bundle.js +1 -1
  40. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  41. package/src/bin/codeceptjs/command.js +1 -1
  42. package/src/bin/codeceptjs/helper.js +1 -1
  43. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  44. package/src/bin/cucumber-js/command.js +1 -1
  45. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  47. package/src/bin/cucumber-js/test-observability.js +1 -1
  48. package/src/bin/cucumber-js/test.setup.js +1 -1
  49. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  50. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  51. package/src/bin/integrations/command.js +1 -1
  52. package/src/bin/integrations/constants.js +1 -1
  53. package/src/bin/jest/command.js +1 -1
  54. package/src/bin/jest/customImplements/customCircus.js +1 -1
  55. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  56. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  57. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  58. package/src/bin/jest/jest.setup.js +1 -1
  59. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  60. package/src/bin/jest/test-observability/helper.js +1 -1
  61. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  62. package/src/bin/jest/test-observability/test-details.js +1 -1
  63. package/src/bin/jest/test_before.setup.js +1 -1
  64. package/src/bin/launcher/launcher.js +1 -1
  65. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  66. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  67. package/src/bin/mocha/command.js +1 -1
  68. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  69. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  70. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  71. package/src/bin/mocha/test.setup.js +1 -1
  72. package/src/bin/nightwatch/command.js +1 -1
  73. package/src/bin/playwright/accessibility-helper.js +1 -1
  74. package/src/bin/playwright/command.js +1 -1
  75. package/src/bin/playwright/globalSetup.js +1 -1
  76. package/src/bin/playwright/mock-process.js +1 -1
  77. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  78. package/src/bin/playwright/patches.js +1 -1
  79. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  80. package/src/bin/playwright/reporter/reporter.js +1 -1
  81. package/src/bin/playwright/reporter/test-details.js +1 -1
  82. package/src/bin/playwright/sessionDetails.js +1 -1
  83. package/src/bin/runner.js +1 -1
  84. package/src/bin/setup.js +1 -1
  85. package/src/bin/test-runner/index.js +1 -1
  86. package/src/bin/test-runner/runTest.js +1 -1
  87. package/src/bin/test-runner/testWorker.js +1 -1
  88. package/src/bin/utils/constants.js +1 -1
  89. package/src/bin/utils/log4jsAppender.js +1 -1
  90. package/src/bin/utils/logPatcher.js +1 -1
  91. package/src/bin/utils/logReportingAPI.js +1 -1
  92. package/src/bin/vanilla-js/command.js +1 -1
  93. package/src/browserStackSdk.js +1 -1
  94. package/src/helpers/BrowserStackSetup.js +1 -1
  95. package/src/helpers/accessibility-automation/constants.js +1 -1
  96. package/src/helpers/accessibility-automation/helper.js +1 -1
  97. package/src/helpers/accessibility-automation/scripts.js +1 -1
  98. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  99. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  100. package/src/helpers/ats/constants.js +1 -1
  101. package/src/helpers/ats/helper.js +1 -1
  102. package/src/helpers/capsMapping.js +1 -1
  103. package/src/helpers/central-scanner/constants.js +1 -1
  104. package/src/helpers/central-scanner/helpers.js +1 -1
  105. package/src/helpers/globals.js +1 -1
  106. package/src/helpers/helper.js +1 -1
  107. package/src/helpers/logger.js +1 -1
  108. package/src/helpers/patchHelper.js +1 -1
  109. package/src/helpers/patchHelpers.js +1 -1
  110. package/src/helpers/percy/Percy.js +1 -1
  111. package/src/helpers/percy/PercyBinary.js +1 -1
  112. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  113. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  114. package/src/helpers/percy/PercySDK.js +1 -1
  115. package/src/helpers/percy/index.js +1 -1
  116. package/src/helpers/percy/utils.js +1 -1
  117. package/src/helpers/performance/constants.js +1 -1
  118. package/src/helpers/performance/performance-tester.js +1 -1
  119. package/src/helpers/processHelper.js +1 -1
  120. package/src/helpers/request-spy.js +1 -1
  121. package/src/helpers/setKeepAlive.js +1 -1
  122. package/src/helpers/test-observability/constants.js +1 -1
  123. package/src/helpers/test-observability/error-handler.js +1 -1
  124. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  125. package/src/helpers/test-observability/sessionHandler.js +1 -1
  126. package/src/helpers/test-observability/utils.js +1 -1
  127. package/src/helpers/testhub/constants.js +1 -1
  128. package/src/helpers/testhub/testhubHandler.js +1 -1
  129. package/src/helpers/testhub/utils.js +1 -1
  130. package/src/helpers/timeoutPromise.js +1 -1
  131. package/src/helpers/utilities.js +1 -1
  132. package/src/helpers/w3cMapping.js +1 -1
  133. package/src/hubAllocationMethods.js +1 -1
  134. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a40_0x1053e8=a40_0x882f;function a40_0x882f(_0x505667,_0x20e48f){const _0x10503a=a40_0x1050();return a40_0x882f=function(_0x882f2,_0x4c466d){_0x882f2=_0x882f2-0x1e1;let _0x7551ec=_0x10503a[_0x882f2];return _0x7551ec;},a40_0x882f(_0x505667,_0x20e48f);}(function(_0x1d6ae5,_0x496a78){const _0x98b399=a40_0x882f,_0x59f1a6=_0x1d6ae5();while(!![]){try{const _0x1e9ad8=-parseInt(_0x98b399(0x236))/0x1*(parseInt(_0x98b399(0x25b))/0x2)+-parseInt(_0x98b399(0x25c))/0x3*(-parseInt(_0x98b399(0x1f8))/0x4)+parseInt(_0x98b399(0x253))/0x5+-parseInt(_0x98b399(0x261))/0x6*(parseInt(_0x98b399(0x21f))/0x7)+parseInt(_0x98b399(0x203))/0x8+-parseInt(_0x98b399(0x1fe))/0x9*(parseInt(_0x98b399(0x250))/0xa)+-parseInt(_0x98b399(0x21e))/0xb*(-parseInt(_0x98b399(0x249))/0xc);if(_0x1e9ad8===_0x496a78)break;else _0x59f1a6['push'](_0x59f1a6['shift']());}catch(_0x40efbe){_0x59f1a6['push'](_0x59f1a6['shift']());}}}(a40_0x1050,0x50aeb));function a40_0x1050(){const _0x53d1f4=['doo11ySync','Stvfc','1.35.0','substr','nLyQu','CRmqD','EvAtv','npuCc','LAzdr','2436OKgvsa','MdgJC','getFailureData','dkHVb','getProjectUtilsPath','@playwright/test','QUHuA','40ltcspo','runner/loadUtils.js','afterWorkerHook','2243475jUxbyU','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','playwright/lib/common/configLoader.js','stTfd','message','START_TIME','ERROR','RNDOi','277404iLKGvH','12PRDBoV','sendSessionDetails','IAzeW','getTime','iSgdL','112194uuRGvP','alOnq','filter','aQxQp','playwright/lib/transform/transform.js','playwright','QEOgZ','KBWZL','IpdmJ','@playwright/test/lib/common/transform.js','match','wzqdf','getPlaywrightLibPath','IWOUh','startsWith','path','RJjzC','endsWith','getTestTags','TEST_LOG','TyfNP','@playwright/test/lib/transform/transform.js','stack','LHWiv','358940yQUByc','beforeWorkerHook','endSession','OXhan','WwLie','bACQz','1365876JLNymL','Test\x20timeout\x20of','EKSTO','runner/projectUtils.js','../../../helpers/helper','3101904YBuyYZ','processPageScreenshot','sendTestLog','../../../helpers/test-observability/utils','FFUBq','bCfHH','Total\x20duration\x20for\x20whole\x20build\x20is\x20','getConfigLoaderPath','ewKKv','performance-report-worker-','PLAYWRIGHT','lib','qIyBB','performance-reporter.html','getForkProcessPath','calculateTimesFromMultipleFiles','owyIS','AnMOw','common','ezikk','IwsEE','afterTestHook','readdirSync','onStepEnd','compareVersions','toISOString','LFAOQ','17105XMdAKI','7XIwhZA','1.38.0','AbtHK','OCwev','map','pqZzf','JbyZm','getLoadUtilsPath','Jxqid','onStepBegin','feVrr','tags','../../../helpers/test-observability/constants','UVPQr','requestSpyCallback','join','iPcxF','eArDY','process.js','onTestBegin','length','bttgd','GRihR','4fchXsr','setupBrowserDetails','slice','onBegin','JxYIy','afCUj','test','yLYsC','kdwxu','env'];a40_0x1050=function(){return _0x53d1f4;};return a40_0x1050();}const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require(a40_0x1053e8(0x206)),PerformanceTester=require('../../../helpers/performance/performance-tester'),fs=require('fs'),{FRAMEWORKS}=require(a40_0x1053e8(0x22b)),helper=require(a40_0x1053e8(0x202)),path=require(a40_0x1053e8(0x1ef)),getTagsFromTitle=_0x302b85=>{const _0x351b46=a40_0x1053e8;return _0x302b85[_0x351b46(0x1ea)](/@(\w+)/g)?.['map'](_0x2bcfb7=>_0x2bcfb7[_0x351b46(0x238)](0x1))||[];};exports[a40_0x1053e8(0x1f2)]=_0x5bb78c=>{const _0x43f278=a40_0x1053e8,_0x80fad2={'ewKKv':function(_0x26f020,_0x3f89cf){return _0x26f020(_0x3f89cf);}};if(_0x5bb78c['tags'])return _0x5bb78c[_0x43f278(0x22a)][_0x43f278(0x223)](_0x1cc883=>_0x1cc883[_0x43f278(0x1ee)]('@')?_0x1cc883[_0x43f278(0x243)](0x1):_0x1cc883);return _0x80fad2[_0x43f278(0x20b)](getTagsFromTitle,_0x5bb78c['title']);},exports['calculatePerformance']=async()=>{const _0x3366fc=a40_0x1053e8,_0x5f579b={'stTfd':function(_0x1bb5e5,_0x5dfe01){return _0x1bb5e5-_0x5dfe01;},'npuCc':_0x3366fc(0x210),'UKzSo':_0x3366fc(0x239),'QUHuA':_0x3366fc(0x1fa),'afCUj':_0x3366fc(0x232),'MdgJC':'onTestEnd','YiTOn':_0x3366fc(0x228),'MSUzh':_0x3366fc(0x21a),'RJjzC':_0x3366fc(0x1f9),'pqZzf':_0x3366fc(0x252),'fLUon':'beforeTestHook','feVrr':_0x3366fc(0x218),'iPcxF':_0x3366fc(0x240),'TyfNP':_0x3366fc(0x204),'IwsEE':_0x3366fc(0x25d),'EvAtv':_0x3366fc(0x237),'WwLie':_0x3366fc(0x22d),'QEOgZ':_0x3366fc(0x205),'VvPzQ':function(_0x24f055,_0x193e42){return _0x24f055(_0x193e42);},'AbtHK':function(_0x36bf86,_0x20f531){return _0x36bf86/_0x20f531;},'UVPQr':function(_0x408a1d,_0x120885){return _0x408a1d(_0x120885);},'KBWZL':function(_0x3d01e6,_0x3b7516){return _0x3d01e6+_0x3b7516;},'ezikk':function(_0x516b8c,_0x4ac718){return _0x516b8c(_0x4ac718);},'CRmqD':function(_0x1fe5f3,_0x1ee8fd){return _0x1fe5f3*_0x1ee8fd;},'JbyZm':function(_0x18aba8,_0x2eaff9){return _0x18aba8+_0x2eaff9;}};if(!process[_0x3366fc(0x23f)][_0x3366fc(0x258)])return;const _0x409f2d=_0x5f579b[_0x3366fc(0x256)](new Date()[_0x3366fc(0x25f)](),new Date(process[_0x3366fc(0x23f)][_0x3366fc(0x258)])[_0x3366fc(0x25f)]()),_0x43999f=await PerformanceTester['stopAndGenerate'](_0x5f579b[_0x3366fc(0x247)],[_0x5f579b['UKzSo'],_0x5f579b[_0x3366fc(0x24f)],_0x5f579b[_0x3366fc(0x23b)],_0x5f579b[_0x3366fc(0x24a)],_0x5f579b['YiTOn'],_0x5f579b['MSUzh']]),_0x2be0ed=fs[_0x3366fc(0x219)]('.'),_0x33379f=_0x2be0ed[_0x3366fc(0x1e2)](_0x46fa9f=>_0x46fa9f[_0x3366fc(0x1ee)](_0x3366fc(0x20c))&&_0x46fa9f[_0x3366fc(0x1f1)]('.json')),_0xb613cf=await PerformanceTester[_0x3366fc(0x212)](_0x33379f,[_0x5f579b[_0x3366fc(0x1f0)],_0x5f579b[_0x3366fc(0x224)],_0x5f579b['fLUon'],_0x5f579b[_0x3366fc(0x229)],_0x5f579b[_0x3366fc(0x22f)],_0x5f579b[_0x3366fc(0x1f4)],_0x5f579b[_0x3366fc(0x217)],_0x5f579b[_0x3366fc(0x246)],_0x5f579b[_0x3366fc(0x1fc)],_0x5f579b[_0x3366fc(0x1e6)]]);_0x5f579b['VvPzQ'](debug,_0x3366fc(0x209)+_0x5f579b['AbtHK'](_0x409f2d,0x3e8)+'\x20s'),_0x5f579b[_0x3366fc(0x22c)](debug,_0x3366fc(0x254)+_0x5f579b[_0x3366fc(0x1e7)](_0xb613cf,_0x43999f)),_0x5f579b[_0x3366fc(0x216)](debug,'Percentage\x20of\x20increased\x20time\x20is\x20'+_0x5f579b[_0x3366fc(0x245)](_0x5f579b[_0x3366fc(0x221)](_0x5f579b[_0x3366fc(0x225)](_0xb613cf,_0x43999f),_0x409f2d),0x64));},exports['getTransformPath']=()=>{const _0x2ce874=a40_0x1053e8,_0x360ecc={'LAzdr':function(_0x373906,_0x5e2f69){return _0x373906(_0x5e2f69);},'Ythop':function(_0x3dfbb6,_0x54c309){return _0x3dfbb6>=_0x54c309;},'aQxQp':_0x2ce874(0x220),'UWluB':_0x2ce874(0x1e4),'IWOUh':_0x2ce874(0x1e5),'eArDY':_0x2ce874(0x242),'IpdmJ':_0x2ce874(0x1f5),'Jxqid':_0x2ce874(0x24e),'alOnq':_0x2ce874(0x1e9)},_0x3ccba1=_0x360ecc[_0x2ce874(0x248)](getFrameworkVersion,FRAMEWORKS[_0x2ce874(0x20d)]);if(_0x360ecc['Ythop'](helper[_0x2ce874(0x21b)](_0x3ccba1,_0x360ecc[_0x2ce874(0x1e3)]),0x0))return[_0x360ecc['UWluB'],_0x360ecc[_0x2ce874(0x1ed)]];if(_0x360ecc['Ythop'](helper['compareVersions'](_0x3ccba1,_0x360ecc[_0x2ce874(0x230)]),0x0))return[_0x360ecc[_0x2ce874(0x1e8)],_0x360ecc['Jxqid']];return[_0x360ecc[_0x2ce874(0x1e1)],_0x360ecc[_0x2ce874(0x227)]];},exports[a40_0x1053e8(0x20a)]=()=>{const _0x548b1b=a40_0x1053e8,_0x2cbdd2={'bttgd':function(_0x1eac45,_0x31663e){return _0x1eac45(_0x31663e);},'EKSTO':function(_0x36eb0d,_0x34b283){return _0x36eb0d>=_0x34b283;},'OCwev':_0x548b1b(0x220),'FFUBq':_0x548b1b(0x255),'JxYIy':_0x548b1b(0x1e5),'iSgdL':'@playwright/test/lib/common/configLoader.js','wzqdf':'@playwright/test'},_0x4efe50=_0x2cbdd2[_0x548b1b(0x234)](getFrameworkVersion,FRAMEWORKS[_0x548b1b(0x20d)]);if(_0x2cbdd2[_0x548b1b(0x200)](helper[_0x548b1b(0x21b)](_0x4efe50,_0x2cbdd2[_0x548b1b(0x222)]),0x0))return[_0x2cbdd2[_0x548b1b(0x207)],_0x2cbdd2[_0x548b1b(0x23a)]];return[_0x2cbdd2[_0x548b1b(0x260)],_0x2cbdd2[_0x548b1b(0x1eb)]];},exports[a40_0x1053e8(0x226)]=()=>{const _0x59eec4=a40_0x1053e8,_0x40a86c={};_0x40a86c[_0x59eec4(0x208)]=_0x59eec4(0x251);const _0x5ed01b=_0x40a86c;return helper[_0x59eec4(0x1ec)](_0x5ed01b[_0x59eec4(0x208)]);},exports[a40_0x1053e8(0x24d)]=()=>{const _0x462cbb=a40_0x1053e8,_0x3c16ac={};_0x3c16ac[_0x462cbb(0x25a)]=_0x462cbb(0x201);const _0x3ef0b7=_0x3c16ac;return helper[_0x462cbb(0x1ec)](_0x3ef0b7[_0x462cbb(0x25a)]);},exports[a40_0x1053e8(0x211)]=()=>{const _0x2f73b1=a40_0x1053e8,_0x3c2eaf={'yLYsC':function(_0x12226c,_0x4e1d0f){return _0x12226c(_0x4e1d0f);},'OXhan':function(_0x5839b5,_0x36e88a){return _0x5839b5>=_0x36e88a;},'owyIS':_0x2f73b1(0x220),'dkHVb':_0x2f73b1(0x20e),'AnMOw':_0x2f73b1(0x215),'LFAOQ':_0x2f73b1(0x231),'bACQz':_0x2f73b1(0x23c)},_0x594801=_0x3c2eaf[_0x2f73b1(0x23d)](getFrameworkVersion,FRAMEWORKS[_0x2f73b1(0x20d)]);if(_0x3c2eaf[_0x2f73b1(0x1fb)](helper[_0x2f73b1(0x21b)](_0x594801,_0x3c2eaf[_0x2f73b1(0x213)]),0x0))return path[_0x2f73b1(0x22e)](_0x3c2eaf['dkHVb'],_0x3c2eaf['AnMOw'],_0x3c2eaf[_0x2f73b1(0x21d)]);return path[_0x2f73b1(0x22e)](_0x3c2eaf[_0x2f73b1(0x1fd)],_0x3c2eaf[_0x2f73b1(0x24c)],_0x3c2eaf[_0x2f73b1(0x214)],_0x3c2eaf[_0x2f73b1(0x21d)]);},exports[a40_0x1053e8(0x24b)]=(_0x4e2dc5,{test_run_uuid:_0x5eb4f4})=>{const _0xbdd7a4=a40_0x1053e8,_0xc05a0c={'Stvfc':_0xbdd7a4(0x259),'GRihR':_0xbdd7a4(0x1f3),'kdwxu':function(_0x5bb1ac,_0x592353){return _0x5bb1ac<=_0x592353;},'nLyQu':function(_0x543b0c,_0x4fbc47){return _0x543b0c(_0x4fbc47);},'djtLS':_0xbdd7a4(0x1ff),'uABCG':function(_0x3f1d9d,_0x35a26d){return _0x3f1d9d>=_0x35a26d;},'JPlvC':'1.42.0','IAzeW':function(_0x634bcd,_0xdc8274){return _0x634bcd>_0xdc8274;},'keutL':function(_0x1e256b,_0x51c32a){return _0x1e256b(_0x51c32a);},'LHWiv':function(_0x4ae2d1,_0x199063,_0x1a417){return _0x4ae2d1(_0x199063,_0x1a417);},'qIyBB':'test'};if(!_0x4e2dc5||_0xc05a0c[_0xbdd7a4(0x23e)](_0x4e2dc5[_0xbdd7a4(0x233)],0x0))return[];const _0x9cafa5=_0xc05a0c[_0xbdd7a4(0x244)](removeAnsiColors,_0x4e2dc5[0x0][_0xbdd7a4(0x257)]);if(_0x9cafa5[_0xbdd7a4(0x1ee)](_0xc05a0c['djtLS'])){const _0x34b527=_0x4e2dc5[0x0],_0x84c175=_0xc05a0c['nLyQu'](getFrameworkVersion,FRAMEWORKS[_0xbdd7a4(0x20d)]);if((!_0x34b527['stack']||_0xc05a0c['uABCG'](_0x84c175,_0xc05a0c['JPlvC']))&&_0xc05a0c[_0xbdd7a4(0x25e)](_0x4e2dc5[_0xbdd7a4(0x233)],0x1))return{'failureData':[{'backtrace':[_0x9cafa5,_0xc05a0c['keutL'](removeAnsiColors,_0x4e2dc5[0x1][_0xbdd7a4(0x1f6)])]}],'logs':_0x4e2dc5[_0xbdd7a4(0x238)](0x2)['map'](_0xe9b625=>{const _0x5cdd74=_0xbdd7a4;return{'timestamp':new Date()[_0x5cdd74(0x21c)](),'level':_0xc05a0c[_0x5cdd74(0x241)],'message':''+_0xe9b625['message'],'kind':_0xc05a0c[_0x5cdd74(0x235)],'http_response':{},'test_run_uuid':_0x5eb4f4};})};}return{'failureData':_0xc05a0c[_0xbdd7a4(0x1f7)](failureData,_0x4e2dc5,_0xc05a0c[_0xbdd7a4(0x20f)]),'logs':[]};};
1
+ function a40_0x43a9(_0x32c47c,_0x2c10b1){const _0x5b6475=a40_0x5b64();return a40_0x43a9=function(_0x43a9de,_0x51bbc5){_0x43a9de=_0x43a9de-0x121;let _0x4c4b3d=_0x5b6475[_0x43a9de];return _0x4c4b3d;},a40_0x43a9(_0x32c47c,_0x2c10b1);}function a40_0x5b64(){const _0x3d7c86=['map','sendSessionDetails','36113fyQDsx','dmrfy','onBegin','fzBXV','RFNmY','getProjectUtilsPath','AeMIL','dANMu','process.js','sgTow','ualZl','VBIIi','4244550xkFWnz','toISOString','OOMXL','test','sendTestLog','compareVersions','uaHUJ','ERROR','../../../helpers/performance/performance-tester','dSlhT','gAdUh','filter','cPXjB','stopAndGenerate','join','requestSpyCallback','qnBgw','pseAm','message','YBxWy','common','tQVTf','@playwright/test/lib/common/transform.js','1.42.0','QdjZp','tags','onStepEnd','stack','QhiqD','endsWith','performance-report-worker-','lib','.json','afterTestHook','doo11ySync','getLoadUtilsPath','onTestBegin','NnMdp','1.35.0','readdirSync','WrvXK','tUqEH','VPRDZ','playwright','beforeWorkerHook','wZjrO','cTIqB','START_TIME','substr','CEkvT','9978nCIYgK','MrVpe','hOKEy','../../../helpers/helper','beforeTestHook','WIljB','../../../helpers/test-observability/utils','@playwright/test/lib/common/configLoader.js','1510LIRLkQ','KtITn','6483544wVynQh','Total\x20duration\x20for\x20whole\x20build\x20is\x20','calculatePerformance','nBQsE','JGRgR','CmGdu','performance-reporter.html','RuAJT','Percentage\x20of\x20increased\x20time\x20is\x20','runner/loadUtils.js','getForkProcessPath','3090915WskPFW','startsWith','9OQYLYv','getConfigLoaderPath','4130214cCiABJ','7ftQnPh','getFailureData','rGVOz','45IHQkQd','MfqBh','VXKJY','tahKV','CttmN','PLAYWRIGHT','../../../helpers/test-observability/constants','GOZhD','BlBUK','playwright/lib/common/configLoader.js','1.38.0','env','ZySFB','onTestEnd','getPlaywrightLibPath','bKFWk','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','nSsCJ','calculateTimesFromMultipleFiles','zDTMq','endSession','biBDy','playwright/lib/transform/transform.js','length','onStepBegin','lvKvD','afterWorkerHook','path','runner/projectUtils.js','getTransformPath','@playwright/test','vOjke','FKJXh','Test\x20timeout\x20of','ruvSc','11227544tZguap','diXtv','slice'];a40_0x5b64=function(){return _0x3d7c86;};return a40_0x5b64();}const a40_0x1790af=a40_0x43a9;(function(_0x394125,_0x12c0b9){const _0x3ac539=a40_0x43a9,_0x104af1=_0x394125();while(!![]){try{const _0xa94259=-parseInt(_0x3ac539(0x1a2))/0x1*(parseInt(_0x3ac539(0x185))/0x2)+-parseInt(_0x3ac539(0x19e))/0x3+parseInt(_0x3ac539(0x18f))/0x4+parseInt(_0x3ac539(0x19a))/0x5+-parseInt(_0x3ac539(0x153))/0x6*(parseInt(_0x3ac539(0x19f))/0x7)+parseInt(_0x3ac539(0x142))/0x8*(parseInt(_0x3ac539(0x19c))/0x9)+parseInt(_0x3ac539(0x18d))/0xa*(-parseInt(_0x3ac539(0x147))/0xb);if(_0xa94259===_0x12c0b9)break;else _0x104af1['push'](_0x104af1['shift']());}catch(_0x4b49e8){_0x104af1['push'](_0x104af1['shift']());}}}(a40_0x5b64,0xcc9df));const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require(a40_0x1790af(0x18b)),PerformanceTester=require(a40_0x1790af(0x15b)),fs=require('fs'),{FRAMEWORKS}=require(a40_0x1790af(0x125)),helper=require(a40_0x1790af(0x188)),path=require(a40_0x1790af(0x13a)),getTagsFromTitle=_0x4ec5fe=>{const _0x1f2d3b=a40_0x1790af;return _0x4ec5fe['match'](/@(\w+)/g)?.['map'](_0x4a7ce2=>_0x4a7ce2[_0x1f2d3b(0x144)](0x1))||[];};exports['getTestTags']=_0x4e45d8=>{const _0x1cc215=a40_0x1790af,_0x20f290={'KtITn':function(_0x4f6494,_0xf97a0a){return _0x4f6494(_0xf97a0a);}};if(_0x4e45d8[_0x1cc215(0x16c)])return _0x4e45d8[_0x1cc215(0x16c)][_0x1cc215(0x145)](_0x4554f7=>_0x4554f7[_0x1cc215(0x19b)]('@')?_0x4554f7[_0x1cc215(0x183)](0x1):_0x4554f7);return _0x20f290[_0x1cc215(0x18e)](getTagsFromTitle,_0x4e45d8['title']);},exports[a40_0x1790af(0x191)]=async()=>{const _0x4fba7e=a40_0x1790af,_0x5ec6bb={'QhiqD':function(_0x507934,_0x338e85){return _0x507934-_0x338e85;},'tQVTf':_0x4fba7e(0x195),'CttmN':_0x4fba7e(0x149),'cTIqB':_0x4fba7e(0x133),'brGMi':_0x4fba7e(0x177),'fxnMQ':_0x4fba7e(0x12c),'rGVOz':_0x4fba7e(0x137),'ScxnS':_0x4fba7e(0x16d),'AeMIL':_0x4fba7e(0x17f),'CEkvT':_0x4fba7e(0x139),'MfqBh':_0x4fba7e(0x189),'WIljB':_0x4fba7e(0x174),'dANMu':_0x4fba7e(0x175),'wZjrO':'processPageScreenshot','QdjZp':_0x4fba7e(0x146),'qnBgw':'setupBrowserDetails','ualZl':_0x4fba7e(0x162),'jdPYR':_0x4fba7e(0x157),'lvKvD':function(_0x4097c4,_0x3ea134){return _0x4097c4(_0x3ea134);},'VXKJY':function(_0x1ba536,_0x2c15dc){return _0x1ba536/_0x2c15dc;},'fzBXV':function(_0x52bf7a,_0x1b0e2a){return _0x52bf7a(_0x1b0e2a);},'pseAm':function(_0xd7e5f,_0x2ec37c){return _0xd7e5f+_0x2ec37c;},'tUqEH':function(_0x288f8f,_0x26ceaf){return _0x288f8f*_0x26ceaf;}};if(!process['env'][_0x4fba7e(0x182)])return;const _0x3b2554=_0x5ec6bb[_0x4fba7e(0x16f)](new Date()['getTime'](),new Date(process[_0x4fba7e(0x12a)]['START_TIME'])['getTime']()),_0x3c837d=await PerformanceTester[_0x4fba7e(0x160)](_0x5ec6bb[_0x4fba7e(0x168)],[_0x5ec6bb[_0x4fba7e(0x123)],_0x5ec6bb[_0x4fba7e(0x181)],_0x5ec6bb['brGMi'],_0x5ec6bb['fxnMQ'],_0x5ec6bb[_0x4fba7e(0x1a1)],_0x5ec6bb['ScxnS']]),_0x36e1fa=fs[_0x4fba7e(0x17a)]('.'),_0x1310b7=_0x36e1fa[_0x4fba7e(0x15e)](_0x89cc35=>_0x89cc35['startsWith'](_0x4fba7e(0x171))&&_0x89cc35[_0x4fba7e(0x170)](_0x4fba7e(0x173))),_0x46f69c=await PerformanceTester[_0x4fba7e(0x131)](_0x1310b7,[_0x5ec6bb[_0x4fba7e(0x14d)],_0x5ec6bb[_0x4fba7e(0x184)],_0x5ec6bb[_0x4fba7e(0x1a3)],_0x5ec6bb[_0x4fba7e(0x18a)],_0x5ec6bb[_0x4fba7e(0x14e)],_0x5ec6bb[_0x4fba7e(0x180)],_0x5ec6bb[_0x4fba7e(0x16b)],_0x5ec6bb[_0x4fba7e(0x163)],_0x5ec6bb[_0x4fba7e(0x151)],_0x5ec6bb['jdPYR']]);_0x5ec6bb[_0x4fba7e(0x138)](debug,_0x4fba7e(0x190)+_0x5ec6bb[_0x4fba7e(0x121)](_0x3b2554,0x3e8)+'\x20s'),_0x5ec6bb[_0x4fba7e(0x14a)](debug,_0x4fba7e(0x12f)+_0x5ec6bb[_0x4fba7e(0x164)](_0x46f69c,_0x3c837d)),_0x5ec6bb[_0x4fba7e(0x14a)](debug,_0x4fba7e(0x197)+_0x5ec6bb[_0x4fba7e(0x17c)](_0x5ec6bb[_0x4fba7e(0x121)](_0x5ec6bb[_0x4fba7e(0x164)](_0x46f69c,_0x3c837d),_0x3b2554),0x64));},exports[a40_0x1790af(0x13c)]=()=>{const _0x299a11=a40_0x1790af,_0x3e429a={'VBIIi':function(_0x1f3e8b,_0x466821){return _0x1f3e8b(_0x466821);},'BwAoF':function(_0x1edc2f,_0x326ddf){return _0x1edc2f>=_0x326ddf;},'dSlhT':_0x299a11(0x129),'CmGdu':_0x299a11(0x135),'BlBUK':_0x299a11(0x17e),'aGWNN':function(_0x48d6ad,_0x12cca1){return _0x48d6ad>=_0x12cca1;},'hOKEy':_0x299a11(0x179),'utuly':'@playwright/test/lib/transform/transform.js','FKJXh':'@playwright/test','vOjke':_0x299a11(0x169)},_0x4cdfed=_0x3e429a[_0x299a11(0x152)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x3e429a['BwAoF'](helper[_0x299a11(0x158)](_0x4cdfed,_0x3e429a[_0x299a11(0x15c)]),0x0))return[_0x3e429a[_0x299a11(0x194)],_0x3e429a[_0x299a11(0x127)]];if(_0x3e429a['aGWNN'](helper[_0x299a11(0x158)](_0x4cdfed,_0x3e429a[_0x299a11(0x187)]),0x0))return[_0x3e429a['utuly'],_0x3e429a[_0x299a11(0x13f)]];return[_0x3e429a[_0x299a11(0x13e)],_0x3e429a[_0x299a11(0x13f)]];},exports[a40_0x1790af(0x19d)]=()=>{const _0x54e1ce=a40_0x1790af,_0x30e69e={'ZySFB':function(_0x1094ac,_0x3a55b2){return _0x1094ac(_0x3a55b2);},'AyZlp':function(_0x66798e,_0x485602){return _0x66798e>=_0x485602;},'NnMdp':_0x54e1ce(0x129),'GOZhD':_0x54e1ce(0x128),'gAdUh':_0x54e1ce(0x17e),'sgTow':_0x54e1ce(0x18c),'Lmdsq':_0x54e1ce(0x13d)},_0xb1e8a9=_0x30e69e[_0x54e1ce(0x12b)](getFrameworkVersion,FRAMEWORKS[_0x54e1ce(0x124)]);if(_0x30e69e['AyZlp'](helper['compareVersions'](_0xb1e8a9,_0x30e69e[_0x54e1ce(0x178)]),0x0))return[_0x30e69e[_0x54e1ce(0x126)],_0x30e69e[_0x54e1ce(0x15d)]];return[_0x30e69e[_0x54e1ce(0x150)],_0x30e69e['Lmdsq']];},exports[a40_0x1790af(0x176)]=()=>{const _0x56426e=a40_0x1790af,_0x4be8b9={};_0x4be8b9[_0x56426e(0x17b)]=_0x56426e(0x198);const _0xb628c2=_0x4be8b9;return helper['getPlaywrightLibPath'](_0xb628c2[_0x56426e(0x17b)]);},exports[a40_0x1790af(0x14c)]=()=>{const _0xa51d75=a40_0x1790af,_0x161a3a={};_0x161a3a['diXtv']=_0xa51d75(0x13b);const _0x58abf4=_0x161a3a;return helper[_0xa51d75(0x12d)](_0x58abf4[_0xa51d75(0x143)]);},exports[a40_0x1790af(0x199)]=()=>{const _0x5ac28e=a40_0x1790af,_0x4d8527={'cPXjB':function(_0x2e89df,_0x52b4e0){return _0x2e89df(_0x52b4e0);},'tahKV':function(_0x31b681,_0x2c3218){return _0x31b681>=_0x2c3218;},'uaHUJ':_0x5ac28e(0x129),'biBDy':_0x5ac28e(0x172),'JGRgR':_0x5ac28e(0x167),'nBQsE':_0x5ac28e(0x14f),'VPRDZ':_0x5ac28e(0x156)},_0x13288f=_0x4d8527[_0x5ac28e(0x15f)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x4d8527[_0x5ac28e(0x122)](helper['compareVersions'](_0x13288f,_0x4d8527[_0x5ac28e(0x159)]),0x0))return path[_0x5ac28e(0x161)](_0x4d8527['biBDy'],_0x4d8527[_0x5ac28e(0x193)],_0x4d8527[_0x5ac28e(0x192)]);return path[_0x5ac28e(0x161)](_0x4d8527[_0x5ac28e(0x17d)],_0x4d8527[_0x5ac28e(0x134)],_0x4d8527[_0x5ac28e(0x193)],_0x4d8527[_0x5ac28e(0x192)]);},exports[a40_0x1790af(0x1a0)]=(_0x4d663b,{test_run_uuid:_0x4d3aa5})=>{const _0x3038e1=a40_0x1790af,_0x3f4e6e={'RMJHj':_0x3038e1(0x15a),'RuAJT':'TEST_LOG','OOMXL':function(_0x2f6166,_0x1c4f15){return _0x2f6166<=_0x1c4f15;},'MrVpe':function(_0x35a406,_0x5ddaba){return _0x35a406(_0x5ddaba);},'YBxWy':_0x3038e1(0x140),'zDTMq':function(_0x496c95,_0x360e14){return _0x496c95(_0x360e14);},'dmrfy':function(_0x447026,_0x1bea8d){return _0x447026>=_0x1bea8d;},'RFNmY':_0x3038e1(0x16a),'nSsCJ':function(_0x58c5b7,_0x28b79c){return _0x58c5b7>_0x28b79c;},'bKFWk':function(_0x17d660,_0x14d8a7,_0x1f4eee){return _0x17d660(_0x14d8a7,_0x1f4eee);},'ruvSc':_0x3038e1(0x156)};if(!_0x4d663b||_0x3f4e6e[_0x3038e1(0x155)](_0x4d663b[_0x3038e1(0x136)],0x0))return[];const _0x5198ca=_0x3f4e6e['MrVpe'](removeAnsiColors,_0x4d663b[0x0][_0x3038e1(0x165)]);if(_0x5198ca['startsWith'](_0x3f4e6e[_0x3038e1(0x166)])){const _0x52cb8c=_0x4d663b[0x0],_0x4c9f1d=_0x3f4e6e[_0x3038e1(0x132)](getFrameworkVersion,FRAMEWORKS[_0x3038e1(0x124)]);if((!_0x52cb8c[_0x3038e1(0x16e)]||_0x3f4e6e[_0x3038e1(0x148)](_0x4c9f1d,_0x3f4e6e[_0x3038e1(0x14b)]))&&_0x3f4e6e[_0x3038e1(0x130)](_0x4d663b[_0x3038e1(0x136)],0x1))return{'failureData':[{'backtrace':[_0x5198ca,_0x3f4e6e[_0x3038e1(0x186)](removeAnsiColors,_0x4d663b[0x1][_0x3038e1(0x16e)])]}],'logs':_0x4d663b[_0x3038e1(0x144)](0x2)[_0x3038e1(0x145)](_0x21e892=>{const _0x192dce=_0x3038e1;return{'timestamp':new Date()[_0x192dce(0x154)](),'level':_0x3f4e6e['RMJHj'],'message':''+_0x21e892[_0x192dce(0x165)],'kind':_0x3f4e6e[_0x192dce(0x196)],'http_response':{},'test_run_uuid':_0x4d3aa5};})};}return{'failureData':_0x3f4e6e[_0x3038e1(0x12e)](failureData,_0x4d663b,_0x3f4e6e[_0x3038e1(0x141)]),'logs':[]};};
@@ -1 +1 @@
1
- const a41_0x3c60bd=a41_0x24b5;(function(_0x570bd9,_0x480646){const _0x48912e=a41_0x24b5,_0x40ac46=_0x570bd9();while(!![]){try{const _0x3dd613=-parseInt(_0x48912e(0x1c1))/0x1*(-parseInt(_0x48912e(0x1b1))/0x2)+parseInt(_0x48912e(0x1bb))/0x3*(parseInt(_0x48912e(0x205))/0x4)+-parseInt(_0x48912e(0x183))/0x5*(-parseInt(_0x48912e(0x190))/0x6)+parseInt(_0x48912e(0x171))/0x7*(-parseInt(_0x48912e(0x1f4))/0x8)+-parseInt(_0x48912e(0x185))/0x9*(-parseInt(_0x48912e(0x172))/0xa)+parseInt(_0x48912e(0x134))/0xb*(parseInt(_0x48912e(0x1be))/0xc)+-parseInt(_0x48912e(0x1e4))/0xd;if(_0x3dd613===_0x480646)break;else _0x40ac46['push'](_0x40ac46['shift']());}catch(_0x21012c){_0x40ac46['push'](_0x40ac46['shift']());}}}(a41_0x5705,0x3d177));function a41_0x24b5(_0x509572,_0x3fac2e){const _0x57058e=a41_0x5705();return a41_0x24b5=function(_0x24b5aa,_0x582b39){_0x24b5aa=_0x24b5aa-0x11c;let _0x315685=_0x57058e[_0x24b5aa];return _0x315685;},a41_0x24b5(_0x509572,_0x3fac2e);}const RequestQueueHandler=require(a41_0x3c60bd(0x1e9)),{calculatePerformance,getTestTags,getFailureData}=require(a41_0x3c60bd(0x15d)),{v4:uuidv4}=require(a41_0x3c60bd(0x186)),path=require(a41_0x3c60bd(0x16d)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require('../../../helpers/test-observability/utils'),{getGitMetaData,setLogLevel}=require(a41_0x3c60bd(0x1ec)),TestDetails=require(a41_0x3c60bd(0x1fc)),fs=require('fs'),util=require(a41_0x3c60bd(0x16a)),{o11yClassErrorHandler}=require(a41_0x3c60bd(0x14c)),PerformanceTester=require(a41_0x3c60bd(0x19a)),{FRAMEWORKS}=require(a41_0x3c60bd(0x195)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{appendTesthubParams}=require('../../../helpers/testhub/utils'),TestHubHandler=require('../../../helpers/testhub/testhubHandler');function a41_0x5705(){const _0x19e351=['root','QuGVy','576952bXOoda','mtime','getStepsAndLogs','onBegin','printsToStdio','getTestUUID','onStepBegin','needToReportStep','./test-details','TestRunStarted','atmxB','MWKKw','BEFORE_EACH','retry','toISOString','location','bwiSv','44wjfwwe','_bs_hookIdentifier','duuzz','test','sendTestRunEvent','BbGNc','lmOri','RCHEA','length','existsSync','JGQJV','beforeEach\x20hook','javascript','unknown','WjUWI','OGQQo','pXpWj','map','backtrace','eYpfm','test_run_uuid','EIhrK','push','startedAt','attachments','PLAYWRIGHT','2007819xkBrlG','jNsNY','YsJAO','HVpBC','fKCRa','ZGDYD','yGYWg','hook','startsWith','vYfdB','\x20for\x20','OvOOM','ANzqq','beforeAll\x20hook','readFileSync','screenshot','HookRunStarted','CBTSessionCreated','_tags','configureGit','oeqLS','FmAQU','relative','getScope','../../../helpers/test-observability/error-handler','ELdvp','setStepIdentifier','_testHooksMap','GtWWO','brPrS','SfoBm','BROWSERSTACK_O11Y_PERF_MEASUREMENT','getCustomRerunParam','HookRunFinished','iMgpF','steps','hheTj','splice','WXYio','toString','OYVQh','./pwUtils','Hook\x20Finished\x20with\x20unique\x20id\x20','wEASf','Sending\x20session\x20details\x20for\x20','err','bCDeM','expectedStatus','_projectId','lrTms','afterEach\x20hook','IigOT','TREck','startMonitoring','util','VLqRt','sendSessionDetails','path','OwMhk','startTime','LLlcz','7BvCPJe','526940rokqqL','exports','failure_reason','failed','message','getHierarchy','Binai','getTestIdentifier','hooks','endSession','duration','yrBgs','LbyDR','gjPKh','getHookType','sendHookRunEvent','pewXv','5dKQWRu','passed','27qidnVa','uuid','aSsoZ','Test\x20Started\x20with\x20unique\x20id\x20','tJeuV','file','afterAll\x20hook','QUhlO','_gitConfigPath','test_run','meta','2715852yOXEGJ','result','MyReporter','reportLogs','object','../../../helpers/test-observability/constants','KQwga','VrHBl','skipped','\x20-\x20','../../../helpers/performance/performance-tester','AQHdp','TEST_STEP','lhPbQ','getInstance','START_TIME','logLevel','BROWSERSTACK_LOG_LEVEL','kLojX','category','UBpTI','IshFn','env','xiyFK','onEnd','onStepEnd','ROLev','hook_run_uuid','rfNwr','stack','join','title','parent','2ivWuhA','getStepIdentifier','getTestRunIdentifier','EPsFK','SGoUO','failure_type','errors','lzUsE','_tests','IsWYo','16053XObXJa','jCaqR','inspect','12AZTIRZ','FUGAc','event_type','136946GHgrOL','mCJEC','uXiQG','BRNmD','options','lmRCS','onTestBegin','Before\x20Hooks','mGIdV','logs','ktcLZ','uploadEventData','cwd','\x20is\x20triggered\x20for\x20test\x20','depth','rQqEL','expanded','DYKVN','czVHU','pending','finishedAt','ZaTJT','kCjdH','Ejjlr','addTestUIDAndReportLog','EpFVJ','getTime','_gitConfigured','KuFAi','bZcJv','TEST_SCREENSHOT','cLIdW','DsrrF','LtpzA','status','8667230lqGTAg','filter','Hook\x20Started\x20with\x20unique\x20id\x20','OUBnZ','indexOf','../../../helpers/test-observability/requestQueueHandler','BEFORE_ALL','FuhRe','../../../helpers/helper','gJHjL','CXXbe','timedOut','error','hPvqI'];a41_0x5705=function(){return _0x19e351;};return a41_0x5705();}class MyReporter{constructor(_0x4837e6){const _0x38cca5=a41_0x3c60bd,_0x839a76={'EPsFK':'0|4|5|6|3|1|2','SGoUO':function(_0x108788,_0x2e854c,_0x10fde7,_0x175e33){return _0x108788(_0x2e854c,_0x10fde7,_0x175e33);},'AQHdp':'performance-report-reporter.json'},_0x39900d=_0x839a76[_0x38cca5(0x1b4)]['split']('|');let _0x3ee7d3=0x0;while(!![]){switch(_0x39900d[_0x3ee7d3++]){case'0':const _0x4668b3={};_0x4668b3[_0x38cca5(0x1a0)]=process[_0x38cca5(0x1a6)][_0x38cca5(0x1a1)],_0x839a76[_0x38cca5(0x1b5)](setLogLevel,_0x4668b3,new Map(),new Map());continue;case'1':this['_gitConfigured']=![];continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0x38cca5(0x1c5)]=_0x4837e6;continue;case'4':process[_0x38cca5(0x1a6)][_0x38cca5(0x153)]&&(PerformanceTester[_0x38cca5(0x169)](_0x839a76[_0x38cca5(0x19b)]),process['env'][_0x38cca5(0x19f)]=new Date()[_0x38cca5(0x202)]());continue;case'5':this[_0x38cca5(0x1b9)]={};continue;case'6':this[_0x38cca5(0x14f)]={};continue;}break;}}async['onBegin'](){const _0x50bc53=a41_0x3c60bd;TestDetails['setup'](),await this[_0x50bc53(0x147)]();}async[a41_0x3c60bd(0x1c7)](_0x2ec528,_0x2461d1){const _0x140e87=a41_0x3c60bd,_0x4b857f={'IigOT':function(_0xc52dda,_0x12c161){return _0xc52dda(_0x12c161);},'FuhRe':_0x140e87(0x1fd)},_0x3b3b79=this['getTestIdentifier'](_0x2ec528);this[_0x140e87(0x1b9)][_0x3b3b79]={'uuid':TestDetails['getTestUUID'](this[_0x140e87(0x1b3)](_0x2ec528,_0x2461d1[_0x140e87(0x201)])),'startedAt':_0x2461d1['startTime']},_0x4b857f[_0x140e87(0x167)](trace,_0x140e87(0x188)+_0x3b3b79),await this[_0x140e87(0x11e)](_0x2ec528,_0x4b857f[_0x140e87(0x1eb)],_0x2461d1);}async[a41_0x3c60bd(0x1fa)](_0x62bf00,_0x4d92b1,_0x23f6ba){const _0xfdfa01=a41_0x3c60bd,_0x59137a={'QUhlO':function(_0xbfcfe5,_0x26146c){return _0xbfcfe5(_0x26146c);},'XYuYI':_0xfdfa01(0x144)};if(!this[_0xfdfa01(0x1fb)](_0x23f6ba,_0x62bf00))return;const _0x682eca=this[_0xfdfa01(0x14e)](_0x62bf00,_0x23f6ba);this[_0xfdfa01(0x1b9)][_0x682eca]={'uuid':TestDetails[_0xfdfa01(0x1f9)](_0x682eca),'startedAt':_0x23f6ba[_0xfdfa01(0x16f)]['toISOString']()};const _0x34ed38=this['getTestRunIdentifier'](_0x62bf00,_0x4d92b1[_0xfdfa01(0x201)]);!this[_0xfdfa01(0x14f)][_0x34ed38]&&(this['_testHooksMap'][_0x34ed38]=[]),this[_0xfdfa01(0x14f)][_0x34ed38]['push'](this[_0xfdfa01(0x1b9)][_0x682eca]['uuid']),_0x59137a[_0xfdfa01(0x18c)](trace,_0xfdfa01(0x1e6)+_0x682eca+_0xfdfa01(0x1ce)+_0x34ed38),await this['sendHookRunEvent'](_0x62bf00,_0x23f6ba,_0x59137a['XYuYI'],_0x4d92b1);}async['onStepEnd'](_0xed0ea5,_0x2c67db,_0x184e1c){const _0x1cdf93=a41_0x3c60bd,_0x12c337={'HVpBC':function(_0x1d6b04,_0x501807){return _0x1d6b04+_0x501807;},'TREck':function(_0x59636d,_0x3b8414){return _0x59636d(_0x3b8414);},'mGIdV':_0x1cdf93(0x155)};if(!this[_0x1cdf93(0x1fb)](_0x184e1c,_0xed0ea5))return;const _0x4744c2=this['getStepIdentifier'](_0xed0ea5,_0x184e1c);this[_0x1cdf93(0x1b9)][_0x4744c2]={...this[_0x1cdf93(0x1b9)][_0x4744c2]||{},'finishedAt':new Date(_0x12c337[_0x1cdf93(0x137)](_0x184e1c[_0x1cdf93(0x16f)][_0x1cdf93(0x1db)](),_0x184e1c['duration']))},_0x12c337[_0x1cdf93(0x168)](trace,_0x1cdf93(0x15e)+_0x4744c2+'\x20is\x20triggered'),await this[_0x1cdf93(0x181)](_0xed0ea5,_0x184e1c,_0x12c337[_0x1cdf93(0x1c9)],_0x2c67db);}async['onTestEnd'](_0x2ad1fc,_0x4ec4e9){const _0x67840d=a41_0x3c60bd,_0x1cb3bd={'uXiQG':function(_0x3e1610,_0x449215){return _0x3e1610===_0x449215;},'atmxB':_0x67840d(0x143),'hPvqI':_0x67840d(0x1df),'KuFAi':'base64','bwiSv':function(_0x2872d0,_0x6acdc){return _0x2872d0(_0x6acdc);},'cwcQO':'TestRunFinished','ELdvp':function(_0x28f572,_0x29b3a8){return _0x28f572>_0x29b3a8;}},_0x2d4fd9=this[_0x67840d(0x179)](_0x2ad1fc),_0x5910f6=TestDetails['getTestUUID'](this['getTestRunIdentifier'](_0x2ad1fc,_0x4ec4e9['retry']));this['_tests'][_0x2d4fd9]={...this[_0x67840d(0x1b9)][_0x2d4fd9]||{},'finishedAt':new Date()[_0x67840d(0x202)]()},_0x1cb3bd[_0x67840d(0x204)](trace,'Test\x20Finished\x20with\x20unique\x20id\x20'+_0x2d4fd9),await this[_0x67840d(0x11e)](_0x2ad1fc,_0x1cb3bd['cwcQO'],_0x4ec4e9);const _0x3d6de8=[];_0x4ec4e9[_0x67840d(0x132)]&&_0x4ec4e9[_0x67840d(0x132)][_0x67840d(0x12b)](_0x41c1d4=>{const _0x5d047f=_0x67840d;if(_0x1cb3bd[_0x5d047f(0x1c3)](_0x41c1d4['name'],_0x1cb3bd[_0x5d047f(0x1fe)])){if(!fs[_0x5d047f(0x123)](_0x41c1d4['path']))return;_0x3d6de8['push']({'test_run_uuid':_0x5910f6,'timestamp':fs['statSync'](_0x41c1d4['path'])[_0x5d047f(0x1f5)],'kind':_0x1cb3bd[_0x5d047f(0x1f1)],'message':fs[_0x5d047f(0x142)](_0x41c1d4['path'],{'encoding':_0x1cb3bd[_0x5d047f(0x1dd)]})});}}),_0x1cb3bd[_0x67840d(0x14d)](_0x3d6de8['length'],0x0)&&await MyReporter[_0x67840d(0x193)](_0x3d6de8);}async[a41_0x3c60bd(0x17b)](){const _0x456f14=a41_0x3c60bd;await RequestQueueHandler[_0x456f14(0x19e)]()['shutdown'](),TestDetails['shutdown']();}async[a41_0x3c60bd(0x1a8)](_0x74494a){const _0x25bee2=a41_0x3c60bd,_0x37b384={'qViJv':function(_0x48fb36){return _0x48fb36();},'oeqLS':function(_0x322893){return _0x322893();},'KQwga':function(_0x18c27a,_0x5a9fe1){return _0x18c27a(_0x5a9fe1);}};await this['endSession'](),_0x37b384['qViJv'](printBuildLink);try{process['env'][_0x25bee2(0x153)]&&await _0x37b384[_0x25bee2(0x148)](calculatePerformance);}catch(_0x32bae0){_0x37b384[_0x25bee2(0x196)](debug,'Error\x20in\x20calculating\x20performance:\x20'+_0x32bae0[_0x25bee2(0x15b)]());}}static async[a41_0x3c60bd(0x1d9)](_0x4505e8,_0x1a1b4d){const _0x57e015=a41_0x3c60bd;_0x1a1b4d[_0x57e015(0x12e)]=TestDetails['getTestUUID'](_0x4505e8),await this[_0x57e015(0x193)]([_0x1a1b4d]);}static async[a41_0x3c60bd(0x193)](_0x309ced){const _0x253663=a41_0x3c60bd,_0x2b1864={};_0x2b1864[_0x253663(0x1ed)]='LogCreated';const _0x8f80ac=_0x2b1864,_0x95d632={};_0x95d632[_0x253663(0x1c0)]=_0x8f80ac[_0x253663(0x1ed)],_0x95d632[_0x253663(0x1ca)]=_0x309ced,await SessionHandler[_0x253663(0x1cc)](_0x95d632);}async[a41_0x3c60bd(0x181)](_0x2503ea,_0x4ce8d6,_0x49bb23,_0x249ee4){const _0x1f6898=a41_0x3c60bd,_0x384ce3={'lzUsE':_0x1f6898(0x13b),'vYfdB':_0x1f6898(0x126),'GtWWO':_0x1f6898(0x1d4),'czVHU':function(_0x5a0a99,_0x5736a1){return _0x5a0a99>=_0x5736a1;},'GLOnP':function(_0x15ec66,_0x4328f8){return _0x15ec66===_0x4328f8;},'QuGVy':_0x1f6898(0x155),'IshFn':function(_0x436a17,_0x87eea0){return _0x436a17>_0x87eea0;},'gjPKh':_0x1f6898(0x175),'Ejjlr':function(_0x40cd09,_0x1e06b4){return _0x40cd09(_0x1e06b4);},'kLojX':function(_0x4e8d1d,_0x9fd55a){return _0x4e8d1d(_0x9fd55a);},'uTNVz':function(_0x10ff79,_0x480fcb,_0x35db34){return _0x10ff79(_0x480fcb,_0x35db34);},'OUBnZ':_0x1f6898(0x161),'ANzqq':function(_0x2c562a,_0x418710){return _0x2c562a===_0x418710;},'xiyFK':_0x1f6898(0x184)},_0x1c6d3e=this[_0x1f6898(0x1b2)](_0x2503ea,_0x4ce8d6),_0x2bbaa6=this['_tests'][_0x1c6d3e],_0x246fa6={'uuid':_0x2bbaa6[_0x1f6898(0x186)],'type':_0x384ce3[_0x1f6898(0x1b8)],'hook_type':this[_0x1f6898(0x180)](_0x4ce8d6['title']),'name':_0x4ce8d6['title'],'scope':this[_0x1f6898(0x14b)](_0x4ce8d6),'scopes':this[_0x1f6898(0x177)](_0x2503ea),'body':{'lang':_0x384ce3[_0x1f6898(0x13d)],'code':null},'identifier':_0x1c6d3e,'file_name':path['relative'](process[_0x1f6898(0x1cd)](),_0x2503ea[_0x1f6898(0x203)][_0x1f6898(0x18a)]),'location':path[_0x1f6898(0x14a)](process['cwd'](),_0x2503ea['location'][_0x1f6898(0x18a)]),'result':_0x384ce3[_0x1f6898(0x150)],'duration_in_ms':_0x384ce3[_0x1f6898(0x1d3)](_0x4ce8d6['duration'],0x0)?_0x4ce8d6[_0x1f6898(0x17c)]:undefined,'vc_filepath':this['_gitConfigPath']&&_0x2503ea[_0x1f6898(0x203)][_0x1f6898(0x18a)]?path['relative'](this[_0x1f6898(0x18d)],_0x2503ea[_0x1f6898(0x203)]['file']):undefined,'started_at':_0x2bbaa6[_0x1f6898(0x131)],'finished_at':_0x2bbaa6[_0x1f6898(0x1d5)],'framework':FRAMEWORKS[_0x1f6898(0x133)]};if(_0x384ce3['GLOnP'](_0x49bb23,_0x384ce3[_0x1f6898(0x1f3)])){const {steps:_0x29c24c,logs:_0x1d20d0}=this[_0x1f6898(0x1f6)](_0x4ce8d6['steps'],_0x2bbaa6[_0x1f6898(0x186)],_0x384ce3[_0x1f6898(0x1b8)]);_0x1d20d0&&_0x384ce3[_0x1f6898(0x1a5)](_0x1d20d0['length'],0x0)&&await MyReporter[_0x1f6898(0x193)](_0x1d20d0);const _0x4893f1={};_0x4893f1[_0x1f6898(0x157)]=_0x29c24c,_0x246fa6['meta']=_0x4893f1;if(_0x4ce8d6[_0x1f6898(0x1f0)]){_0x246fa6[_0x1f6898(0x191)]=_0x384ce3[_0x1f6898(0x17f)],_0x246fa6[_0x1f6898(0x174)]=_0x384ce3[_0x1f6898(0x1d8)](removeAnsiColors,_0x4ce8d6['error'][_0x1f6898(0x176)]),_0x246fa6[_0x1f6898(0x1b6)]=_0x384ce3[_0x1f6898(0x1a2)](getFailureType,_0x4ce8d6[_0x1f6898(0x1f0)][_0x1f6898(0x176)]);const _0x109279=_0x384ce3['uTNVz'](failureData,_0x4ce8d6[_0x1f6898(0x1f0)],_0x384ce3[_0x1f6898(0x1e7)]);if(_0x109279&&_0x384ce3[_0x1f6898(0x140)](_0x109279['length'],0x0)){const _0x2d717a={};_0x2d717a[_0x1f6898(0x12c)]=[_0x246fa6['failure_reason']],_0x2d717a['expanded']=[],_0x109279['push'](_0x2d717a);}_0x246fa6['failure']=_0x109279;}else _0x246fa6[_0x1f6898(0x191)]=_0x384ce3[_0x1f6898(0x1a7)];}const _0x3c767c={};_0x3c767c['event_type']=_0x49bb23,_0x3c767c['hook_run']=_0x246fa6;const _0x5748c8=_0x3c767c;await SessionHandler[_0x1f6898(0x1cc)](_0x5748c8);}[a41_0x3c60bd(0x1f6)](_0xc341bc,_0x318013,_0x29cae6){const _0x7db635=a41_0x3c60bd,_0x2f954c={'pewXv':function(_0x5efe8e,_0x3cea25){return _0x5efe8e===_0x3cea25;},'CXXbe':'hook','brPrS':function(_0x14a37c,_0x5f4478){return _0x14a37c===_0x5f4478;},'DsrrF':'After\x20Hooks','Binai':_0x7db635(0x1c8),'yGYWg':_0x7db635(0x11d),'lNoEv':_0x7db635(0x12e),'duuzz':_0x7db635(0x1ab),'lmRCS':_0x7db635(0x19c),'jNsNY':_0x7db635(0x175),'lhPbQ':_0x7db635(0x184),'hlvFF':function(_0x25a83d,_0x3462a6){return _0x25a83d(_0x3462a6);},'BLguE':function(_0x4b8ca3){return _0x4b8ca3();},'LbyDR':function(_0x1817cd,_0x3bb1e4){return _0x1817cd(_0x3bb1e4);},'ZBiUW':function(_0x25cdc9,_0x127c50,_0x7872){return _0x25cdc9(_0x127c50,_0x7872);},'LLlcz':function(_0x3ddca4,_0x707e2d,_0x5c5ff3){return _0x3ddca4(_0x707e2d,_0x5c5ff3);}},_0x369bc7=[],_0x480655=[],_0x2eefb0=_0xc341bc[_0x7db635(0x1e5)](_0x102880=>{const _0x5d5f74=_0x7db635;if(_0x2f954c['pewXv'](_0x102880[_0x5d5f74(0x1a3)],_0x2f954c[_0x5d5f74(0x1ee)])&&(_0x2f954c[_0x5d5f74(0x151)](_0x102880['title'],_0x2f954c[_0x5d5f74(0x1e1)])||_0x2f954c[_0x5d5f74(0x182)](_0x102880[_0x5d5f74(0x1af)],_0x2f954c[_0x5d5f74(0x178)])))return![];return!![];}),_0x3589ce=(_0x5ba6d6,_0x5282f6=![])=>{const _0x23cfb6=_0x7db635;if(_0x2f954c[_0x23cfb6(0x151)](_0x5ba6d6['steps'][_0x23cfb6(0x122)],0x0)){const _0x407b53=_0x2f954c[_0x23cfb6(0x182)](_0x29cae6,_0x2f954c[_0x23cfb6(0x13a)])?_0x2f954c['lNoEv']:_0x2f954c[_0x23cfb6(0x11c)];_0x480655[_0x23cfb6(0x130)]({'kind':_0x2f954c[_0x23cfb6(0x1c6)],[_0x407b53]:_0x318013,'message':_0x5ba6d6[_0x23cfb6(0x1af)],'timestamp':_0x5ba6d6[_0x23cfb6(0x16f)][_0x23cfb6(0x202)](),'level':_0x5ba6d6['error']?_0x2f954c['jNsNY']:_0x2f954c[_0x23cfb6(0x19d)],'duration':_0x5ba6d6[_0x23cfb6(0x17c)],'failure':_0x5ba6d6['error']&&_0x5ba6d6[_0x23cfb6(0x1f0)][_0x23cfb6(0x176)]&&_0x2f954c['hlvFF'](removeAnsiColors,_0x5ba6d6[_0x23cfb6(0x1f0)][_0x23cfb6(0x176)]),'failure_type':_0x2f954c['hlvFF'](getFailureType,_0x5ba6d6[_0x23cfb6(0x1f0)]&&_0x5ba6d6[_0x23cfb6(0x1f0)][_0x23cfb6(0x176)])});}else{!_0x5282f6&&_0x369bc7[_0x23cfb6(0x130)]({'id':_0x2f954c['BLguE'](uuidv4),'text':_0x5ba6d6[_0x23cfb6(0x1af)],'keyword':undefined,'started_at':_0x5ba6d6[_0x23cfb6(0x16f)]['toISOString'](),'duration':_0x5ba6d6[_0x23cfb6(0x17c)],'result':_0x5ba6d6[_0x23cfb6(0x1f0)]?_0x2f954c[_0x23cfb6(0x135)]:_0x2f954c[_0x23cfb6(0x19d)],'failure':_0x5ba6d6[_0x23cfb6(0x1f0)]&&_0x5ba6d6[_0x23cfb6(0x1f0)][_0x23cfb6(0x176)]&&_0x2f954c[_0x23cfb6(0x17e)](removeAnsiColors,_0x5ba6d6[_0x23cfb6(0x1f0)][_0x23cfb6(0x176)]),'failure_type':_0x2f954c['LbyDR'](getFailureType,_0x5ba6d6[_0x23cfb6(0x1f0)]&&_0x5ba6d6[_0x23cfb6(0x1f0)][_0x23cfb6(0x176)])});for(const _0x5bbb6a of _0x5ba6d6[_0x23cfb6(0x157)]){_0x2f954c['ZBiUW'](_0x3589ce,_0x5bbb6a,!![]);}}};for(const _0x486b7d of _0x2eefb0){_0x2f954c[_0x7db635(0x170)](_0x3589ce,_0x486b7d,![]);}const _0x5e1497={};return _0x5e1497[_0x7db635(0x157)]=_0x369bc7,_0x5e1497['logs']=_0x480655,_0x5e1497;}async[a41_0x3c60bd(0x11e)](_0x3cb943,_0x8ccd42,_0x4712ed){const _0x114a33=a41_0x3c60bd,_0x40664c={'OGQQo':'test','ByDNa':_0x114a33(0x126),'JGQJV':_0x114a33(0x1d4),'BbGNc':function(_0x4a31ae,_0x1ee484){return _0x4a31ae(_0x1ee484);},'FUGAc':function(_0x1c6144,_0x5ee467,_0x3d0870,_0x52cdc7,_0x2cfed8){return _0x1c6144(_0x5ee467,_0x3d0870,_0x52cdc7,_0x2cfed8);},'WjUWI':function(_0x54b2a9,_0x245cd2){return _0x54b2a9>_0x245cd2;},'fKCRa':function(_0x16fa04,_0x5b189a){return _0x16fa04-_0x5b189a;},'VrHBl':function(_0x2c9a2e,_0x167fb8){return _0x2c9a2e===_0x167fb8;},'UBpTI':'TestRunFinished','VLqRt':function(_0xc5e027,_0x283b74){return _0xc5e027===_0x283b74;},'rQqEL':function(_0x4e000e,_0x41aea0){return _0x4e000e===_0x41aea0;},'hheTj':_0x114a33(0x198),'EpFVJ':_0x114a33(0x184),'WXYio':function(_0x1ef349,_0x21a1c2){return _0x1ef349===_0x21a1c2;},'ZGDYD':_0x114a33(0x175),'xmXAg':_0x114a33(0x1ef),'IsWYo':'Expected\x20to\x20fail,\x20but\x20passed.','mCJEC':function(_0x2eae0f,_0x15b44d){return _0x2eae0f(_0x15b44d);},'pXpWj':function(_0x29cf4c,_0x1559f7,_0x1f52ea){return _0x29cf4c(_0x1559f7,_0x1f52ea);},'rfNwr':function(_0x32af19,_0x51d7cb){return _0x32af19===_0x51d7cb;}},_0x5bb793=this[_0x114a33(0x179)](_0x3cb943),_0x31341d=this[_0x114a33(0x14b)](_0x3cb943),_0x3a53b0=this[_0x114a33(0x1b9)][_0x5bb793],_0x4e3a98=path[_0x114a33(0x14a)](process[_0x114a33(0x1cd)](),_0x3cb943[_0x114a33(0x203)][_0x114a33(0x18a)]);await this['configureGit']();const _0x2294e3={'uuid':_0x3a53b0[_0x114a33(0x186)],'type':_0x40664c['OGQQo'],'name':_0x3cb943['title'],'body':{'lang':_0x40664c['ByDNa'],'code':_0x3cb943['fn']['toString']()},'scope':_0x31341d,'scopes':this[_0x114a33(0x177)](_0x3cb943),'identifier':_0x5bb793,'file_name':_0x4e3a98,'location':_0x4e3a98,'result':_0x40664c[_0x114a33(0x124)],'duration_in_ms':_0x4712ed&&_0x4712ed[_0x114a33(0x17c)]?_0x4712ed[_0x114a33(0x17c)]:null,'vc_filepath':this['_gitConfigPath']&&_0x3cb943[_0x114a33(0x203)]['file']?path['relative'](this['_gitConfigPath'],_0x3cb943[_0x114a33(0x203)][_0x114a33(0x18a)]):undefined,'started_at':_0x3a53b0[_0x114a33(0x131)],'finished_at':_0x3a53b0[_0x114a33(0x1d5)],'framework':FRAMEWORKS['PLAYWRIGHT'],'customRerunParam':{'rerun_name':this[_0x114a33(0x154)](_0x3cb943)},'tags':_0x40664c[_0x114a33(0x11f)](getTestTags,_0x3cb943)};_0x40664c[_0x114a33(0x1bf)](appendTesthubParams,_0x2294e3,_0x8ccd42,_0x3cb943,FRAMEWORKS[_0x114a33(0x133)]);_0x4712ed&&_0x40664c[_0x114a33(0x128)](_0x4712ed[_0x114a33(0x201)],0x0)&&(_0x2294e3['retry_of']=TestDetails[_0x114a33(0x1f9)](this['getTestRunIdentifier'](_0x3cb943,_0x40664c[_0x114a33(0x138)](_0x4712ed['retry'],0x1))));if(_0x40664c[_0x114a33(0x197)](_0x8ccd42,_0x40664c[_0x114a33(0x1a4)])){_0x2294e3[_0x114a33(0x191)]=_0x4712ed[_0x114a33(0x1e3)];if(_0x40664c['VLqRt'](_0x4712ed[_0x114a33(0x1e3)],_0x3cb943[_0x114a33(0x163)]))_0x2294e3[_0x114a33(0x191)]=_0x40664c[_0x114a33(0x1d0)](_0x4712ed[_0x114a33(0x1e3)],_0x40664c[_0x114a33(0x158)])?_0x40664c[_0x114a33(0x158)]:_0x40664c[_0x114a33(0x1da)];else{(_0x40664c['WXYio'](_0x2294e3[_0x114a33(0x191)],_0x40664c['EpFVJ'])||_0x40664c['VrHBl'](_0x2294e3[_0x114a33(0x191)],_0x40664c['ZGDYD'])||_0x40664c[_0x114a33(0x16b)](_0x2294e3[_0x114a33(0x191)],_0x40664c['xmXAg']))&&(_0x2294e3[_0x114a33(0x191)]=_0x40664c[_0x114a33(0x139)]);if(_0x40664c[_0x114a33(0x15a)](_0x4712ed[_0x114a33(0x1e3)],_0x40664c['EpFVJ'])&&_0x40664c[_0x114a33(0x15a)](_0x3cb943[_0x114a33(0x163)],_0x40664c[_0x114a33(0x139)])){const _0x1466b1={};_0x1466b1[_0x114a33(0x176)]=_0x40664c[_0x114a33(0x1ba)],_0x1466b1[_0x114a33(0x1ad)]=_0x40664c['IsWYo'],_0x4712ed['error']=_0x1466b1,_0x4712ed[_0x114a33(0x1b7)]=[_0x4712ed[_0x114a33(0x1f0)]];}}const _0x37e6be=this[_0x114a33(0x1b3)](_0x3cb943,_0x4712ed[_0x114a33(0x201)]);_0x2294e3[_0x114a33(0x17a)]=this[_0x114a33(0x14f)][_0x37e6be];const {steps:_0x3c563f,logs:_0x2475d6}=this[_0x114a33(0x1f6)](_0x4712ed['steps'],_0x3a53b0['uuid'],_0x40664c[_0x114a33(0x129)]);await MyReporter[_0x114a33(0x193)](_0x2475d6);const _0x4a955c={};_0x4a955c[_0x114a33(0x157)]=_0x3c563f,_0x2294e3[_0x114a33(0x18f)]=_0x4a955c;if(_0x4712ed[_0x114a33(0x1f0)]){_0x2294e3[_0x114a33(0x174)]=_0x40664c[_0x114a33(0x11f)](removeAnsiColors,_0x4712ed[_0x114a33(0x1f0)][_0x114a33(0x176)]),_0x2294e3['failure_type']=_0x40664c[_0x114a33(0x1c2)](getFailureType,_0x4712ed[_0x114a33(0x1f0)][_0x114a33(0x176)]);const _0x481159={};_0x481159[_0x114a33(0x12e)]=_0x3a53b0[_0x114a33(0x186)];const {failureData:_0x8362c8,logs:_0x2e28ca}=_0x40664c[_0x114a33(0x12a)](getFailureData,_0x4712ed[_0x114a33(0x1b7)],_0x481159);if(_0x8362c8&&_0x40664c[_0x114a33(0x1ac)](_0x8362c8['length'],0x0)){const _0x4eb4fe={};_0x4eb4fe['backtrace']=[_0x2294e3['failure_reason']],_0x4eb4fe[_0x114a33(0x1d1)]=[],_0x8362c8['push'](_0x4eb4fe);}_0x2294e3['failure']=_0x8362c8,_0x2e28ca&&_0x40664c[_0x114a33(0x128)](_0x2e28ca['length'],0x0)&&await MyReporter[_0x114a33(0x193)](_0x2e28ca);}}const _0x5bb2f5={};_0x5bb2f5[_0x114a33(0x1c0)]=_0x8ccd42,_0x5bb2f5[_0x114a33(0x18e)]=_0x2294e3;const _0x1ed27d=_0x5bb2f5;await SessionHandler['uploadEventData'](_0x1ed27d);}['getCustomRerunParam'](_0x2ed1f5){const _0x5799db=a41_0x3c60bd,_0x1e1641={};_0x1e1641[_0x5799db(0x156)]=function(_0x259bf0,_0x363c00){return _0x259bf0===_0x363c00;},_0x1e1641['FmAQU']=function(_0x250907,_0x5be6d1){return _0x250907>_0x5be6d1;},_0x1e1641[_0x5799db(0x121)]=function(_0x8b868b,_0x17811e){return _0x8b868b+_0x17811e;},_0x1e1641['ZaTJT']=function(_0x5bc9dc,_0x16b338){return _0x5bc9dc===_0x16b338;};const _0x2c80f7=_0x1e1641,_0x4bef02=_0x2ed1f5['titlePath']()[_0x5799db(0x12b)](_0x74160c=>{const _0x204360=_0x5799db;if(_0x2ed1f5[_0x204360(0x1b0)]&&_0x2c80f7[_0x204360(0x156)](_0x74160c,_0x2ed1f5[_0x204360(0x1b0)][_0x204360(0x1af)])&&_0x2ed1f5[_0x204360(0x1b0)][_0x204360(0x146)]&&_0x2c80f7[_0x204360(0x149)](_0x2ed1f5[_0x204360(0x1b0)][_0x204360(0x146)][_0x204360(0x122)],0x0))return _0x2c80f7[_0x204360(0x121)](_0x2c80f7['RCHEA'](_0x74160c,'\x20'),_0x2ed1f5[_0x204360(0x1b0)][_0x204360(0x146)]['join']('\x20'));if(_0x2c80f7[_0x204360(0x1d6)](_0x74160c,_0x2ed1f5['title'])&&_0x2ed1f5[_0x204360(0x146)]&&_0x2c80f7['FmAQU'](_0x2ed1f5[_0x204360(0x146)][_0x204360(0x122)],0x0))return _0x2c80f7['RCHEA'](_0x2c80f7[_0x204360(0x121)](_0x74160c,'\x20'),_0x2ed1f5['_tags'][_0x204360(0x1ae)]('\x20'));return _0x74160c;})[_0x5799db(0x1ae)]('\x20');return _0x4bef02;}static async['sendSessionDetails'](_0x11c58a,_0x5cccb0){const _0x15c637=a41_0x3c60bd,_0xcf91e5={'wEASf':function(_0x831d94,_0x296b59){return _0x831d94(_0x296b59);},'pUSYA':_0x15c637(0x145)},_0x1a5d61={'uuid':TestDetails[_0x15c637(0x1f9)](_0x11c58a),'integrations':_0x5cccb0},_0x47c4b2={};_0x47c4b2[_0x15c637(0x1cf)]=null,_0xcf91e5[_0x15c637(0x15f)](debug,_0x15c637(0x160)+_0x11c58a+',\x20'+util[_0x15c637(0x1bd)](_0x5cccb0,_0x47c4b2));const _0x4c7e15={};_0x4c7e15[_0x15c637(0x1c0)]=_0xcf91e5['pUSYA'],_0x4c7e15[_0x15c637(0x18e)]=_0x1a5d61,await SessionHandler[_0x15c637(0x1cc)](_0x4c7e15);}async[a41_0x3c60bd(0x147)](){const _0x1dec57=a41_0x3c60bd,_0x105030={'ktcLZ':function(_0x1b790f){return _0x1b790f();}};if(this[_0x1dec57(0x1dc)])return;const _0x2e4329=await _0x105030[_0x1dec57(0x1cb)](getGitMetaData);_0x2e4329&&(this[_0x1dec57(0x18d)]=_0x2e4329[_0x1dec57(0x1f2)]),this[_0x1dec57(0x1dc)]=!![];}[a41_0x3c60bd(0x177)](_0x206a8c){const _0x50f956=a41_0x3c60bd,_0x194358={};_0x194358[_0x50f956(0x1aa)]=function(_0x45175b,_0xaf892f){return _0x45175b!==_0xaf892f;};const _0x5f2d87=_0x194358,_0x52941c=[];if(_0x206a8c&&_0x206a8c[_0x50f956(0x1b0)]){let _0x3bf854=_0x206a8c[_0x50f956(0x1b0)];while(_0x3bf854&&_0x5f2d87[_0x50f956(0x1aa)](_0x3bf854[_0x50f956(0x1af)],'')){_0x52941c[_0x50f956(0x130)](_0x3bf854['title']),_0x3bf854=_0x3bf854[_0x50f956(0x1b0)];}}return _0x52941c['reverse']()[_0x50f956(0x159)](0x0,0x2),_0x52941c;}['needToReportStep'](_0x553da3){const _0x4ae972=a41_0x3c60bd,_0x592833={};_0x592833[_0x4ae972(0x13f)]=function(_0x6fb436,_0x3cff1a){return _0x6fb436!==_0x3cff1a;},_0x592833[_0x4ae972(0x16e)]=_0x4ae972(0x13b),_0x592833[_0x4ae972(0x189)]=function(_0x2d447a,_0x5d0d88){return _0x2d447a===_0x5d0d88;},_0x592833[_0x4ae972(0x1bc)]=_0x4ae972(0x125),_0x592833[_0x4ae972(0x1e2)]=_0x4ae972(0x141),_0x592833['lmOri']=_0x4ae972(0x18b),_0x592833[_0x4ae972(0x1d7)]=_0x4ae972(0x166);const _0x4d6dc4=_0x592833;if(_0x4d6dc4[_0x4ae972(0x13f)](_0x553da3[_0x4ae972(0x1a3)],_0x4d6dc4[_0x4ae972(0x16e)]))return![];if(_0x4d6dc4['tJeuV']([_0x4d6dc4[_0x4ae972(0x1bc)],_0x4d6dc4['LtpzA'],_0x4d6dc4[_0x4ae972(0x120)],_0x4d6dc4[_0x4ae972(0x1d7)]][_0x4ae972(0x1e8)](_0x553da3[_0x4ae972(0x1af)]),-0x1))return![];return!![];}[a41_0x3c60bd(0x1b2)](_0x22a01f,_0x30c838){const _0x2e9d7c=a41_0x3c60bd,_0x26ef0d=_0x30c838['_bs_hookIdentifier'];if(_0x26ef0d)return _0x26ef0d;return _0x30c838[_0x2e9d7c(0x1af)]+_0x2e9d7c(0x13e)+this['getTestIdentifier'](_0x22a01f);}[a41_0x3c60bd(0x14e)](_0x9958cd,_0x20617c){const _0x5b8da8=a41_0x3c60bd,_0x794022={'BRNmD':function(_0x161fa1){return _0x161fa1();}};let _0x1514ef=_0x20617c[_0x5b8da8(0x1af)]+_0x5b8da8(0x13e)+this['getTestIdentifier'](_0x9958cd);return this[_0x5b8da8(0x1b9)][_0x1514ef]&&(_0x1514ef=_0x1514ef+_0x5b8da8(0x199)+_0x794022[_0x5b8da8(0x1c4)](uuidv4)),_0x20617c[_0x5b8da8(0x206)]=_0x1514ef,_0x1514ef;}[a41_0x3c60bd(0x179)]=_0x24d965=>{const _0x51d051=a41_0x3c60bd,_0x1d446b={};_0x1d446b[_0x51d051(0x17d)]=function(_0x49a5ad,_0x415489){return _0x49a5ad+_0x415489;},_0x1d446b[_0x51d051(0x165)]=function(_0x327bc8,_0xa0dc7e){return _0x327bc8+_0xa0dc7e;};const _0x5e70a4=_0x1d446b;return _0x5e70a4['yrBgs'](_0x5e70a4['lrTms'](_0x24d965[_0x51d051(0x164)],'-'),_0x24d965['id']);};[a41_0x3c60bd(0x1b3)]=(_0x4e0b07,_0x433f56)=>{const _0x909703=a41_0x3c60bd,_0x386c65={};_0x386c65['BNKtL']=function(_0x17ab5b,_0xf6ddfb){return _0x17ab5b+_0xf6ddfb;},_0x386c65['eYpfm']=function(_0x378b72,_0x39e1e3){return _0x378b72+_0x39e1e3;};const _0x460040=_0x386c65;return _0x460040['BNKtL'](_0x460040[_0x909703(0x12d)](this[_0x909703(0x179)](_0x4e0b07),'-'),_0x433f56);};[a41_0x3c60bd(0x180)]=_0x5557cd=>{const _0x3edd32=a41_0x3c60bd,_0x6ae938={};_0x6ae938[_0x3edd32(0x187)]=_0x3edd32(0x125),_0x6ae938[_0x3edd32(0x1ff)]=_0x3edd32(0x200),_0x6ae938[_0x3edd32(0x15c)]=_0x3edd32(0x141),_0x6ae938['PJLpO']=_0x3edd32(0x1ea),_0x6ae938[_0x3edd32(0x1e0)]='afterEach\x20hook',_0x6ae938[_0x3edd32(0x12f)]='AFTER_EACH',_0x6ae938[_0x3edd32(0x162)]=_0x3edd32(0x18b),_0x6ae938[_0x3edd32(0x1d2)]='AFTER_ALL',_0x6ae938['SfoBm']=_0x3edd32(0x127);const _0x22ba7e=_0x6ae938;if(_0x5557cd[_0x3edd32(0x13c)](_0x22ba7e['aSsoZ']))return _0x22ba7e[_0x3edd32(0x1ff)];else{if(_0x5557cd['startsWith'](_0x22ba7e['OYVQh']))return _0x22ba7e['PJLpO'];else{if(_0x5557cd[_0x3edd32(0x13c)](_0x22ba7e[_0x3edd32(0x1e0)]))return _0x22ba7e[_0x3edd32(0x12f)];else{if(_0x5557cd[_0x3edd32(0x13c)](_0x22ba7e[_0x3edd32(0x162)]))return _0x22ba7e[_0x3edd32(0x1d2)];}}}return _0x22ba7e[_0x3edd32(0x152)];};[a41_0x3c60bd(0x14b)]=_0x3e49bd=>{const _0x234dd5=a41_0x3c60bd,_0x1d0653={};_0x1d0653[_0x234dd5(0x1de)]=function(_0x67ccc9,_0x3e7082){return _0x67ccc9===_0x3e7082;},_0x1d0653[_0x234dd5(0x136)]=_0x234dd5(0x194);const _0x2bcf0e=_0x1d0653;let _0x5ef340=_0x3e49bd[_0x234dd5(0x1b0)];return _0x2bcf0e['bZcJv'](typeof _0x3e49bd[_0x234dd5(0x1b0)],_0x2bcf0e[_0x234dd5(0x136)])&&(_0x5ef340=_0x5ef340[_0x234dd5(0x1af)]),_0x5ef340+_0x234dd5(0x199)+_0x3e49bd['title'];};[a41_0x3c60bd(0x1f8)](){return![];}}module[a41_0x3c60bd(0x173)]=o11yClassErrorHandler(MyReporter,[a41_0x3c60bd(0x1f7),a41_0x3c60bd(0x17b),'onTestBegin','onTestEnd',a41_0x3c60bd(0x1fa),a41_0x3c60bd(0x1a9),a41_0x3c60bd(0x16c)],a41_0x3c60bd(0x192));
1
+ const a41_0x46d12c=a41_0x1042;(function(_0x8ad64f,_0xf97326){const _0x375c3d=a41_0x1042,_0x5f38bb=_0x8ad64f();while(!![]){try{const _0x5008f0=parseInt(_0x375c3d(0x1b1))/0x1+parseInt(_0x375c3d(0x23d))/0x2*(parseInt(_0x375c3d(0x24c))/0x3)+parseInt(_0x375c3d(0x240))/0x4*(-parseInt(_0x375c3d(0x25a))/0x5)+parseInt(_0x375c3d(0x1ae))/0x6+parseInt(_0x375c3d(0x26f))/0x7+parseInt(_0x375c3d(0x19d))/0x8+parseInt(_0x375c3d(0x1f0))/0x9*(-parseInt(_0x375c3d(0x1dc))/0xa);if(_0x5008f0===_0xf97326)break;else _0x5f38bb['push'](_0x5f38bb['shift']());}catch(_0x24bd07){_0x5f38bb['push'](_0x5f38bb['shift']());}}}(a41_0x3c3e,0x80d38));function a41_0x1042(_0x233a95,_0x3b7b76){const _0x3c3e27=a41_0x3c3e();return a41_0x1042=function(_0x10424e,_0x5f28a0){_0x10424e=_0x10424e-0x197;let _0x521bfa=_0x3c3e27[_0x10424e];return _0x521bfa;},a41_0x1042(_0x233a95,_0x3b7b76);}const RequestQueueHandler=require(a41_0x46d12c(0x1f5)),{calculatePerformance,getTestTags,getFailureData}=require(a41_0x46d12c(0x1ad)),{v4:uuidv4}=require(a41_0x46d12c(0x217)),path=require(a41_0x46d12c(0x245)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a41_0x46d12c(0x198)),{getGitMetaData,setLogLevel}=require(a41_0x46d12c(0x1e1)),TestDetails=require('./test-details'),fs=require('fs'),util=require(a41_0x46d12c(0x1a6)),{o11yClassErrorHandler}=require(a41_0x46d12c(0x25e)),PerformanceTester=require(a41_0x46d12c(0x1c7)),{FRAMEWORKS}=require(a41_0x46d12c(0x241)),SessionHandler=require(a41_0x46d12c(0x1cc)),{appendTesthubParams}=require(a41_0x46d12c(0x1aa)),TestHubHandler=require(a41_0x46d12c(0x21e));class MyReporter{constructor(_0x3e896c){const _0x177d93=a41_0x46d12c,_0x34c060={'STuIS':_0x177d93(0x252),'xmEYu':_0x177d93(0x1fd),'CNcEn':function(_0x44aac9,_0x267852,_0x5a96ee,_0x3479cb){return _0x44aac9(_0x267852,_0x5a96ee,_0x3479cb);}},_0x30a777=_0x34c060[_0x177d93(0x235)][_0x177d93(0x223)]('|');let _0x8cb137=0x0;while(!![]){switch(_0x30a777[_0x8cb137++]){case'0':process['env']['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(PerformanceTester['startMonitoring'](_0x34c060[_0x177d93(0x233)]),process[_0x177d93(0x210)][_0x177d93(0x1f3)]=new Date()[_0x177d93(0x199)]());continue;case'1':this[_0x177d93(0x243)]=![];continue;case'2':this[_0x177d93(0x1dd)]={};continue;case'3':this['_testHooksMap']={};continue;case'4':this[_0x177d93(0x253)]=_0x3e896c;continue;case'5':const _0x42857c={};_0x42857c['logLevel']=process[_0x177d93(0x210)][_0x177d93(0x1ed)],_0x34c060[_0x177d93(0x1cf)](setLogLevel,_0x42857c,new Map(),new Map());continue;case'6':this[_0x177d93(0x25f)]=null;continue;}break;}}async[a41_0x46d12c(0x242)](){const _0x200d3b=a41_0x46d12c;TestDetails[_0x200d3b(0x220)](),await this['configureGit']();}async[a41_0x46d12c(0x22e)](_0x54bcd3,_0x3f08b5){const _0x473f8f=a41_0x46d12c,_0x11315f={'DUWLX':function(_0x1384c8,_0x2fffd7){return _0x1384c8(_0x2fffd7);},'TLfnj':'TestRunStarted'},_0x951ff1=this[_0x473f8f(0x1f9)](_0x54bcd3);this[_0x473f8f(0x1dd)][_0x951ff1]={'uuid':TestDetails[_0x473f8f(0x249)](this['getTestRunIdentifier'](_0x54bcd3,_0x3f08b5[_0x473f8f(0x19b)])),'startedAt':_0x3f08b5[_0x473f8f(0x1fa)]},_0x11315f[_0x473f8f(0x271)](trace,_0x473f8f(0x236)+_0x951ff1),await this[_0x473f8f(0x1db)](_0x54bcd3,_0x11315f['TLfnj'],_0x3f08b5);}async[a41_0x46d12c(0x1ab)](_0x1887be,_0x1e9652,_0x4c7776){const _0x40866f=a41_0x46d12c,_0x19128d={'duoxu':function(_0x2fe3c0,_0x192f76){return _0x2fe3c0(_0x192f76);},'rGlEJ':_0x40866f(0x1df)};if(!this[_0x40866f(0x20d)](_0x4c7776,_0x1887be))return;const _0x3730b9=this[_0x40866f(0x282)](_0x1887be,_0x4c7776);this[_0x40866f(0x1dd)][_0x3730b9]={'uuid':TestDetails[_0x40866f(0x249)](_0x3730b9),'startedAt':_0x4c7776[_0x40866f(0x1fa)][_0x40866f(0x199)]()};const _0x2a08d2=this[_0x40866f(0x229)](_0x1887be,_0x1e9652[_0x40866f(0x19b)]);!this['_testHooksMap'][_0x2a08d2]&&(this['_testHooksMap'][_0x2a08d2]=[]),this[_0x40866f(0x248)][_0x2a08d2]['push'](this[_0x40866f(0x1dd)][_0x3730b9]['uuid']),_0x19128d['duoxu'](trace,_0x40866f(0x206)+_0x3730b9+_0x40866f(0x203)+_0x2a08d2),await this[_0x40866f(0x1d6)](_0x1887be,_0x4c7776,_0x19128d['rGlEJ'],_0x1e9652);}async[a41_0x46d12c(0x1e8)](_0x17f82e,_0xf8cac9,_0x2bff8f){const _0x1cfe29=a41_0x46d12c,_0x2c01e8={'tOeyD':function(_0x5a7f5e,_0x295b17){return _0x5a7f5e+_0x295b17;},'aOVFi':function(_0x91a934,_0x5dd350){return _0x91a934(_0x5dd350);},'LsRwt':_0x1cfe29(0x19a)};if(!this[_0x1cfe29(0x20d)](_0x2bff8f,_0x17f82e))return;const _0x7d645b=this['getStepIdentifier'](_0x17f82e,_0x2bff8f);this[_0x1cfe29(0x1dd)][_0x7d645b]={...this[_0x1cfe29(0x1dd)][_0x7d645b]||{},'finishedAt':new Date(_0x2c01e8[_0x1cfe29(0x19f)](_0x2bff8f['startTime'][_0x1cfe29(0x23f)](),_0x2bff8f[_0x1cfe29(0x1e0)]))},_0x2c01e8[_0x1cfe29(0x1d8)](trace,_0x1cfe29(0x238)+_0x7d645b+_0x1cfe29(0x200)),await this[_0x1cfe29(0x1d6)](_0x17f82e,_0x2bff8f,_0x2c01e8[_0x1cfe29(0x1f8)],_0xf8cac9);}async['onTestEnd'](_0x69df8f,_0x45bd93){const _0xdc0924=a41_0x46d12c,_0x38d33a={'BaYtO':function(_0xd24c9e,_0x5cf65d){return _0xd24c9e===_0x5cf65d;},'qqLLn':_0xdc0924(0x278),'vMCLe':_0xdc0924(0x1ee),'NjLpH':_0xdc0924(0x20a),'BVspG':function(_0x5c5768,_0x1b7e49){return _0x5c5768(_0x1b7e49);},'XwaQr':_0xdc0924(0x270),'FNekz':function(_0x5ab53b,_0x5d0a3e){return _0x5ab53b>_0x5d0a3e;}},_0x340555=this[_0xdc0924(0x1f9)](_0x69df8f),_0x42d60e=TestDetails['getTestUUID'](this[_0xdc0924(0x229)](_0x69df8f,_0x45bd93[_0xdc0924(0x19b)]));this[_0xdc0924(0x1dd)][_0x340555]={...this[_0xdc0924(0x1dd)][_0x340555]||{},'finishedAt':new Date()[_0xdc0924(0x199)]()},_0x38d33a[_0xdc0924(0x1c5)](trace,_0xdc0924(0x1da)+_0x340555),await this[_0xdc0924(0x1db)](_0x69df8f,_0x38d33a['XwaQr'],_0x45bd93);const _0x54248f=[];_0x45bd93[_0xdc0924(0x209)]&&_0x45bd93[_0xdc0924(0x209)][_0xdc0924(0x26c)](_0x392f1b=>{const _0x5d3829=_0xdc0924;if(_0x38d33a[_0x5d3829(0x1d2)](_0x392f1b[_0x5d3829(0x1e6)],_0x38d33a[_0x5d3829(0x231)])){if(!fs['existsSync'](_0x392f1b[_0x5d3829(0x245)]))return;_0x54248f[_0x5d3829(0x1b5)]({'test_run_uuid':_0x42d60e,'timestamp':fs[_0x5d3829(0x230)](_0x392f1b['path'])[_0x5d3829(0x277)],'kind':_0x38d33a[_0x5d3829(0x202)],'message':fs[_0x5d3829(0x27b)](_0x392f1b[_0x5d3829(0x245)],{'encoding':_0x38d33a[_0x5d3829(0x1f6)]})});}}),_0x38d33a['FNekz'](_0x54248f[_0xdc0924(0x224)],0x0)&&await MyReporter[_0xdc0924(0x262)](_0x54248f);}async[a41_0x46d12c(0x23e)](){const _0x2e742f=a41_0x46d12c;await RequestQueueHandler['getInstance']()[_0x2e742f(0x211)](),TestDetails[_0x2e742f(0x211)]();}async[a41_0x46d12c(0x1b4)](_0x26b163){const _0x50eb4d=a41_0x46d12c,_0x5e40f9={'iMGxX':function(_0x50f83b){return _0x50f83b();},'fhjRu':function(_0x559d2b,_0x3cdbd4){return _0x559d2b(_0x3cdbd4);}};await this['endSession'](),_0x5e40f9[_0x50eb4d(0x1e5)](printBuildLink);try{process[_0x50eb4d(0x210)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&await _0x5e40f9[_0x50eb4d(0x1e5)](calculatePerformance);}catch(_0x7f6a95){_0x5e40f9['fhjRu'](debug,_0x50eb4d(0x1c6)+_0x7f6a95['toString']());}}static async[a41_0x46d12c(0x255)](_0x4b0fdf,_0x5c531f){const _0x66a78=a41_0x46d12c;_0x5c531f[_0x66a78(0x257)]=TestDetails[_0x66a78(0x249)](_0x4b0fdf),await this[_0x66a78(0x262)]([_0x5c531f]);}static async[a41_0x46d12c(0x262)](_0x2b2df8){const _0x5b2bed=a41_0x46d12c,_0x6cc657={};_0x6cc657[_0x5b2bed(0x26e)]=_0x5b2bed(0x1d7);const _0x58cfec=_0x6cc657,_0x4e44ff={};_0x4e44ff[_0x5b2bed(0x201)]=_0x58cfec[_0x5b2bed(0x26e)],_0x4e44ff[_0x5b2bed(0x1e3)]=_0x2b2df8,await SessionHandler[_0x5b2bed(0x1fc)](_0x4e44ff);}async[a41_0x46d12c(0x1d6)](_0x427436,_0x33d5a7,_0x11c7ef,_0x58b977){const _0x59352d=a41_0x46d12c,_0x4a97ea={'hZeoH':_0x59352d(0x26a),'FdYlP':_0x59352d(0x1d5),'GfKeN':_0x59352d(0x1a0),'CMGXf':function(_0x33517f,_0x3e561b){return _0x33517f>=_0x3e561b;},'lNWAX':function(_0x50d841,_0x4444ff){return _0x50d841===_0x4444ff;},'eyamr':'HookRunFinished','xmQcE':function(_0x443c64,_0x51a220){return _0x443c64>_0x51a220;},'njmll':_0x59352d(0x207),'YRoYi':function(_0x21caa9,_0x52aa92){return _0x21caa9(_0x52aa92);},'RClhs':function(_0x4ff2d4,_0x124ea4,_0x327709){return _0x4ff2d4(_0x124ea4,_0x327709);},'XoZEQ':_0x59352d(0x1a7),'Saqul':function(_0x259916,_0xd41450){return _0x259916===_0xd41450;},'SjGYK':_0x59352d(0x20c)},_0xfd7577=this[_0x59352d(0x227)](_0x427436,_0x33d5a7),_0x4ed6e7=this[_0x59352d(0x1dd)][_0xfd7577],_0x3c4550={'uuid':_0x4ed6e7[_0x59352d(0x217)],'type':_0x4a97ea['hZeoH'],'hook_type':this[_0x59352d(0x214)](_0x33d5a7[_0x59352d(0x250)]),'name':_0x33d5a7['title'],'scope':this[_0x59352d(0x1d1)](_0x33d5a7),'scopes':this[_0x59352d(0x21a)](_0x427436),'body':{'lang':_0x4a97ea[_0x59352d(0x260)],'code':null},'identifier':_0xfd7577,'file_name':path[_0x59352d(0x269)](process[_0x59352d(0x280)](),_0x427436[_0x59352d(0x27c)][_0x59352d(0x1c0)]),'location':path[_0x59352d(0x269)](process[_0x59352d(0x280)](),_0x427436[_0x59352d(0x27c)]['file']),'result':_0x4a97ea[_0x59352d(0x1f4)],'duration_in_ms':_0x4a97ea[_0x59352d(0x226)](_0x33d5a7[_0x59352d(0x1e0)],0x0)?_0x33d5a7[_0x59352d(0x1e0)]:undefined,'vc_filepath':this[_0x59352d(0x25f)]&&_0x427436[_0x59352d(0x27c)][_0x59352d(0x1c0)]?path['relative'](this[_0x59352d(0x25f)],_0x427436[_0x59352d(0x27c)][_0x59352d(0x1c0)]):undefined,'started_at':_0x4ed6e7[_0x59352d(0x25d)],'finished_at':_0x4ed6e7[_0x59352d(0x23c)],'framework':FRAMEWORKS[_0x59352d(0x21c)]};if(_0x4a97ea[_0x59352d(0x1bc)](_0x11c7ef,_0x4a97ea[_0x59352d(0x276)])){const {steps:_0xa2fc52,logs:_0x44c153}=this[_0x59352d(0x1d3)](_0x33d5a7['steps'],_0x4ed6e7[_0x59352d(0x217)],_0x4a97ea[_0x59352d(0x237)]);_0x44c153&&_0x4a97ea['xmQcE'](_0x44c153['length'],0x0)&&await MyReporter[_0x59352d(0x262)](_0x44c153);const _0x262f9c={};_0x262f9c[_0x59352d(0x1c9)]=_0xa2fc52,_0x3c4550[_0x59352d(0x268)]=_0x262f9c;if(_0x33d5a7[_0x59352d(0x232)]){_0x3c4550[_0x59352d(0x222)]=_0x4a97ea['njmll'],_0x3c4550['failure_reason']=_0x4a97ea[_0x59352d(0x1fb)](removeAnsiColors,_0x33d5a7[_0x59352d(0x232)][_0x59352d(0x1ba)]),_0x3c4550[_0x59352d(0x283)]=_0x4a97ea['YRoYi'](getFailureType,_0x33d5a7[_0x59352d(0x232)][_0x59352d(0x1ba)]);const _0x2c685b=_0x4a97ea[_0x59352d(0x22c)](failureData,_0x33d5a7[_0x59352d(0x232)],_0x4a97ea['XoZEQ']);if(_0x2c685b&&_0x4a97ea['Saqul'](_0x2c685b[_0x59352d(0x224)],0x0)){const _0x4e220f={};_0x4e220f[_0x59352d(0x24b)]=[_0x3c4550[_0x59352d(0x1b9)]],_0x4e220f[_0x59352d(0x24e)]=[],_0x2c685b[_0x59352d(0x1b5)](_0x4e220f);}_0x3c4550['failure']=_0x2c685b;}else _0x3c4550[_0x59352d(0x222)]=_0x4a97ea[_0x59352d(0x1ac)];}const _0x351679={};_0x351679[_0x59352d(0x201)]=_0x11c7ef,_0x351679['hook_run']=_0x3c4550;const _0x33f78b=_0x351679;await SessionHandler[_0x59352d(0x1fc)](_0x33f78b);}[a41_0x46d12c(0x1d3)](_0x5acf03,_0x2d1b55,_0x32c86a){const _0x151f39=a41_0x46d12c,_0x48a2fc={'BEpxb':function(_0x55a79d,_0x2dc6a4){return _0x55a79d===_0x2dc6a4;},'vRVoo':_0x151f39(0x26a),'YpOQj':function(_0x1a16f3,_0xe7c7fe){return _0x1a16f3===_0xe7c7fe;},'fConi':_0x151f39(0x239),'TorgF':_0x151f39(0x27d),'oFtYm':function(_0x9f6cf3,_0x2f6af3){return _0x9f6cf3===_0x2f6af3;},'TvARI':_0x151f39(0x23b),'JBsqh':_0x151f39(0x257),'wPpUG':_0x151f39(0x1a3),'CRQbG':_0x151f39(0x1a9),'yRSVZ':_0x151f39(0x207),'ezuhl':_0x151f39(0x20c),'pUnVo':function(_0x7af72d,_0x2c3e9b){return _0x7af72d(_0x2c3e9b);},'QdYwc':function(_0xf613ec,_0x1b6f62){return _0xf613ec(_0x1b6f62);},'GUviN':function(_0x43f8d5){return _0x43f8d5();},'tHsLI':function(_0x473bdb,_0x315d05){return _0x473bdb(_0x315d05);},'AxVBm':function(_0x50cbdc,_0x36e32f){return _0x50cbdc(_0x36e32f);},'XDsAN':function(_0xe8ef55,_0x513a77,_0x3579b9){return _0xe8ef55(_0x513a77,_0x3579b9);},'vVnXz':function(_0x5a6193,_0x5386bf,_0x4604c4){return _0x5a6193(_0x5386bf,_0x4604c4);}},_0x2a5ffd=[],_0x2a9452=[],_0x18b2f9=_0x5acf03[_0x151f39(0x254)](_0xb45edd=>{const _0x9a0a40=_0x151f39;if(_0x48a2fc[_0x9a0a40(0x259)](_0xb45edd[_0x9a0a40(0x26b)],_0x48a2fc[_0x9a0a40(0x221)])&&(_0x48a2fc[_0x9a0a40(0x213)](_0xb45edd[_0x9a0a40(0x250)],_0x48a2fc[_0x9a0a40(0x26d)])||_0x48a2fc[_0x9a0a40(0x213)](_0xb45edd[_0x9a0a40(0x250)],_0x48a2fc['TorgF'])))return![];return!![];}),_0x106009=(_0x24253e,_0x127b6a=![])=>{const _0x273ee1=_0x151f39;if(_0x48a2fc[_0x273ee1(0x259)](_0x24253e['steps'][_0x273ee1(0x224)],0x0)){const _0xce48c2=_0x48a2fc[_0x273ee1(0x205)](_0x32c86a,_0x48a2fc[_0x273ee1(0x197)])?_0x48a2fc[_0x273ee1(0x215)]:_0x48a2fc[_0x273ee1(0x1b8)];_0x2a9452[_0x273ee1(0x1b5)]({'kind':_0x48a2fc[_0x273ee1(0x1e4)],[_0xce48c2]:_0x2d1b55,'message':_0x24253e[_0x273ee1(0x250)],'timestamp':_0x24253e[_0x273ee1(0x1fa)][_0x273ee1(0x199)](),'level':_0x24253e[_0x273ee1(0x232)]?_0x48a2fc[_0x273ee1(0x225)]:_0x48a2fc[_0x273ee1(0x1cb)],'duration':_0x24253e[_0x273ee1(0x1e0)],'failure':_0x24253e[_0x273ee1(0x232)]&&_0x24253e[_0x273ee1(0x232)][_0x273ee1(0x1ba)]&&_0x48a2fc[_0x273ee1(0x23a)](removeAnsiColors,_0x24253e[_0x273ee1(0x232)][_0x273ee1(0x1ba)]),'failure_type':_0x48a2fc[_0x273ee1(0x25b)](getFailureType,_0x24253e[_0x273ee1(0x232)]&&_0x24253e[_0x273ee1(0x232)]['message'])});}else{!_0x127b6a&&_0x2a5ffd[_0x273ee1(0x1b5)]({'id':_0x48a2fc[_0x273ee1(0x258)](uuidv4),'text':_0x24253e[_0x273ee1(0x250)],'keyword':undefined,'started_at':_0x24253e['startTime'][_0x273ee1(0x199)](),'duration':_0x24253e[_0x273ee1(0x1e0)],'result':_0x24253e[_0x273ee1(0x232)]?_0x48a2fc[_0x273ee1(0x225)]:_0x48a2fc[_0x273ee1(0x1cb)],'failure':_0x24253e[_0x273ee1(0x232)]&&_0x24253e[_0x273ee1(0x232)][_0x273ee1(0x1ba)]&&_0x48a2fc[_0x273ee1(0x266)](removeAnsiColors,_0x24253e[_0x273ee1(0x232)][_0x273ee1(0x1ba)]),'failure_type':_0x48a2fc[_0x273ee1(0x1c2)](getFailureType,_0x24253e[_0x273ee1(0x232)]&&_0x24253e[_0x273ee1(0x232)][_0x273ee1(0x1ba)])});for(const _0x57d2b6 of _0x24253e['steps']){_0x48a2fc[_0x273ee1(0x22b)](_0x106009,_0x57d2b6,!![]);}}};for(const _0x27f5ad of _0x18b2f9){_0x48a2fc[_0x151f39(0x20e)](_0x106009,_0x27f5ad,![]);}const _0x38636d={};return _0x38636d['steps']=_0x2a5ffd,_0x38636d[_0x151f39(0x1e3)]=_0x2a9452,_0x38636d;}async[a41_0x46d12c(0x1db)](_0x5f2861,_0x5636b0,_0x1279c7){const _0x36e50d=a41_0x46d12c,_0x1b9cc7={'MFzFZ':_0x36e50d(0x23b),'wVBRa':'javascript','Tcsjr':'pending','rMtET':function(_0x139e53,_0x12dc00){return _0x139e53(_0x12dc00);},'iXynB':function(_0x3f5c12,_0x14ae55,_0x2ccf9b,_0x2bdb7e,_0x53fffb){return _0x3f5c12(_0x14ae55,_0x2ccf9b,_0x2bdb7e,_0x53fffb);},'qqLtU':function(_0x3f17ee,_0x1a9630){return _0x3f17ee>_0x1a9630;},'ZrnwQ':function(_0x274fbb,_0x1d4208){return _0x274fbb-_0x1d4208;},'HZoPi':function(_0x3e463f,_0x383045){return _0x3e463f===_0x383045;},'pbSUC':_0x36e50d(0x270),'KLlHV':function(_0x58809c,_0x2a6cb1){return _0x58809c===_0x2a6cb1;},'oObTV':_0x36e50d(0x219),'KBdYY':'passed','MtFRX':'failed','OZmTE':'timedOut','RUMCq':function(_0x3493fd,_0x1fe232){return _0x3493fd===_0x1fe232;},'rNKBC':_0x36e50d(0x21d),'RQyyY':function(_0x1517fb,_0x2cf7bc){return _0x1517fb(_0x2cf7bc);},'nulNr':function(_0x3bceb4,_0x5ac091,_0x1a3e61){return _0x3bceb4(_0x5ac091,_0x1a3e61);},'DkUVO':function(_0x110a0d,_0x420244){return _0x110a0d===_0x420244;},'ofbEY':function(_0x992e38,_0x2ba2e6){return _0x992e38>_0x2ba2e6;}},_0x38d222=this[_0x36e50d(0x1f9)](_0x5f2861),_0xab531e=this[_0x36e50d(0x1d1)](_0x5f2861),_0x1ca7df=this[_0x36e50d(0x1dd)][_0x38d222],_0x2bb3fa=path['relative'](process[_0x36e50d(0x280)](),_0x5f2861['location']['file']);await this['configureGit']();const _0x24cab1={'uuid':_0x1ca7df['uuid'],'type':_0x1b9cc7['MFzFZ'],'name':_0x5f2861['title'],'body':{'lang':_0x1b9cc7['wVBRa'],'code':_0x5f2861['fn']['toString']()},'scope':_0xab531e,'scopes':this[_0x36e50d(0x21a)](_0x5f2861),'identifier':_0x38d222,'file_name':_0x2bb3fa,'location':_0x2bb3fa,'result':_0x1b9cc7[_0x36e50d(0x1bd)],'duration_in_ms':_0x1279c7&&_0x1279c7['duration']?_0x1279c7[_0x36e50d(0x1e0)]:null,'vc_filepath':this[_0x36e50d(0x25f)]&&_0x5f2861[_0x36e50d(0x27c)][_0x36e50d(0x1c0)]?path[_0x36e50d(0x269)](this[_0x36e50d(0x25f)],_0x5f2861[_0x36e50d(0x27c)][_0x36e50d(0x1c0)]):undefined,'started_at':_0x1ca7df['startedAt'],'finished_at':_0x1ca7df[_0x36e50d(0x23c)],'framework':FRAMEWORKS[_0x36e50d(0x21c)],'customRerunParam':{'rerun_name':this[_0x36e50d(0x1f7)](_0x5f2861)},'tags':_0x1b9cc7['rMtET'](getTestTags,_0x5f2861)};_0x1b9cc7[_0x36e50d(0x256)](appendTesthubParams,_0x24cab1,_0x5636b0,_0x5f2861,FRAMEWORKS[_0x36e50d(0x21c)]);_0x1279c7&&_0x1b9cc7[_0x36e50d(0x218)](_0x1279c7[_0x36e50d(0x19b)],0x0)&&(_0x24cab1['retry_of']=TestDetails['getTestUUID'](this[_0x36e50d(0x229)](_0x5f2861,_0x1b9cc7[_0x36e50d(0x21f)](_0x1279c7['retry'],0x1))));if(_0x1b9cc7[_0x36e50d(0x1f1)](_0x5636b0,_0x1b9cc7[_0x36e50d(0x234)])){_0x24cab1[_0x36e50d(0x222)]=_0x1279c7[_0x36e50d(0x24a)];if(_0x1b9cc7[_0x36e50d(0x1e7)](_0x1279c7[_0x36e50d(0x24a)],_0x5f2861[_0x36e50d(0x1a5)]))_0x24cab1[_0x36e50d(0x222)]=_0x1b9cc7[_0x36e50d(0x1f1)](_0x1279c7[_0x36e50d(0x24a)],_0x1b9cc7[_0x36e50d(0x208)])?_0x1b9cc7[_0x36e50d(0x208)]:_0x1b9cc7[_0x36e50d(0x20f)];else{(_0x1b9cc7['KLlHV'](_0x24cab1['result'],_0x1b9cc7[_0x36e50d(0x20f)])||_0x1b9cc7[_0x36e50d(0x1e7)](_0x24cab1[_0x36e50d(0x222)],_0x1b9cc7['MtFRX'])||_0x1b9cc7[_0x36e50d(0x1f1)](_0x24cab1[_0x36e50d(0x222)],_0x1b9cc7[_0x36e50d(0x1a4)]))&&(_0x24cab1[_0x36e50d(0x222)]=_0x1b9cc7[_0x36e50d(0x1ff)]);if(_0x1b9cc7[_0x36e50d(0x281)](_0x1279c7['status'],_0x1b9cc7[_0x36e50d(0x20f)])&&_0x1b9cc7[_0x36e50d(0x281)](_0x5f2861[_0x36e50d(0x1a5)],_0x1b9cc7[_0x36e50d(0x1ff)])){const _0x932c86={};_0x932c86[_0x36e50d(0x1ba)]=_0x1b9cc7['rNKBC'],_0x932c86['stack']=_0x1b9cc7[_0x36e50d(0x20b)],_0x1279c7[_0x36e50d(0x232)]=_0x932c86,_0x1279c7[_0x36e50d(0x1c1)]=[_0x1279c7[_0x36e50d(0x232)]];}}const _0x29f1c7=this[_0x36e50d(0x229)](_0x5f2861,_0x1279c7[_0x36e50d(0x19b)]);_0x24cab1[_0x36e50d(0x1eb)]=this['_testHooksMap'][_0x29f1c7];const {steps:_0x3223b9,logs:_0x38e113}=this['getStepsAndLogs'](_0x1279c7['steps'],_0x1ca7df['uuid'],_0x1b9cc7[_0x36e50d(0x216)]);await MyReporter[_0x36e50d(0x262)](_0x38e113);const _0x55c262={};_0x55c262[_0x36e50d(0x1c9)]=_0x3223b9,_0x24cab1['meta']=_0x55c262;if(_0x1279c7['error']){_0x24cab1[_0x36e50d(0x1b9)]=_0x1b9cc7['RQyyY'](removeAnsiColors,_0x1279c7['error'][_0x36e50d(0x1ba)]),_0x24cab1['failure_type']=_0x1b9cc7[_0x36e50d(0x24f)](getFailureType,_0x1279c7[_0x36e50d(0x232)]['message']);const _0x300d17={};_0x300d17[_0x36e50d(0x257)]=_0x1ca7df[_0x36e50d(0x217)];const {failureData:_0x265fd2,logs:_0x439205}=_0x1b9cc7['nulNr'](getFailureData,_0x1279c7[_0x36e50d(0x1c1)],_0x300d17);if(_0x265fd2&&_0x1b9cc7[_0x36e50d(0x273)](_0x265fd2[_0x36e50d(0x224)],0x0)){const _0x30587f={};_0x30587f[_0x36e50d(0x24b)]=[_0x24cab1[_0x36e50d(0x1b9)]],_0x30587f[_0x36e50d(0x24e)]=[],_0x265fd2[_0x36e50d(0x1b5)](_0x30587f);}_0x24cab1[_0x36e50d(0x244)]=_0x265fd2,_0x439205&&_0x1b9cc7[_0x36e50d(0x251)](_0x439205[_0x36e50d(0x224)],0x0)&&await MyReporter[_0x36e50d(0x262)](_0x439205);}}const _0x121157={};_0x121157[_0x36e50d(0x201)]=_0x5636b0,_0x121157[_0x36e50d(0x22d)]=_0x24cab1;const _0x5c0ed1=_0x121157;await SessionHandler[_0x36e50d(0x1fc)](_0x5c0ed1);}[a41_0x46d12c(0x1f7)](_0x5950b2){const _0x246757=a41_0x46d12c,_0xa6e38={};_0xa6e38[_0x246757(0x1de)]=function(_0x46f16f,_0x3bbf2e){return _0x46f16f===_0x3bbf2e;},_0xa6e38[_0x246757(0x1bf)]=function(_0x3a6c0a,_0x2d6feb){return _0x3a6c0a>_0x2d6feb;},_0xa6e38['bxlph']=function(_0x3d134e,_0xefe34a){return _0x3d134e+_0xefe34a;},_0xa6e38['MhPMg']=function(_0x2fc583,_0x427481){return _0x2fc583===_0x427481;},_0xa6e38[_0x246757(0x1b2)]=function(_0x1378f4,_0x45d358){return _0x1378f4+_0x45d358;};const _0x5b1894=_0xa6e38,_0x54c34a=_0x5950b2[_0x246757(0x228)]()['map'](_0x477749=>{const _0x3c0338=_0x246757;if(_0x5950b2[_0x3c0338(0x1d4)]&&_0x5b1894[_0x3c0338(0x1de)](_0x477749,_0x5950b2[_0x3c0338(0x1d4)]['title'])&&_0x5950b2[_0x3c0338(0x1d4)][_0x3c0338(0x1bb)]&&_0x5b1894[_0x3c0338(0x1bf)](_0x5950b2['parent']['_tags'][_0x3c0338(0x224)],0x0))return _0x5b1894['bxlph'](_0x5b1894[_0x3c0338(0x1fe)](_0x477749,'\x20'),_0x5950b2['parent'][_0x3c0338(0x1bb)]['join']('\x20'));if(_0x5b1894['MhPMg'](_0x477749,_0x5950b2[_0x3c0338(0x250)])&&_0x5950b2[_0x3c0338(0x1bb)]&&_0x5b1894[_0x3c0338(0x1bf)](_0x5950b2[_0x3c0338(0x1bb)][_0x3c0338(0x224)],0x0))return _0x5b1894[_0x3c0338(0x1fe)](_0x5b1894[_0x3c0338(0x1b2)](_0x477749,'\x20'),_0x5950b2[_0x3c0338(0x1bb)][_0x3c0338(0x1ce)]('\x20'));return _0x477749;})[_0x246757(0x1ce)]('\x20');return _0x54c34a;}static async['sendSessionDetails'](_0x48ccad,_0x209ad5){const _0x4b247b=a41_0x46d12c,_0x8b3adc={'ADztn':function(_0x3c89e2,_0x58aff6){return _0x3c89e2(_0x58aff6);},'vPfEX':'CBTSessionCreated'},_0x49f870={'uuid':TestDetails['getTestUUID'](_0x48ccad),'integrations':_0x209ad5},_0x5871f6={};_0x5871f6[_0x4b247b(0x1a1)]=null,_0x8b3adc['ADztn'](debug,_0x4b247b(0x1c8)+_0x48ccad+',\x20'+util[_0x4b247b(0x1a8)](_0x209ad5,_0x5871f6));const _0x4a090a={};_0x4a090a[_0x4b247b(0x201)]=_0x8b3adc[_0x4b247b(0x27a)],_0x4a090a[_0x4b247b(0x22d)]=_0x49f870,await SessionHandler['uploadEventData'](_0x4a090a);}async[a41_0x46d12c(0x27f)](){const _0x5d2ba2=a41_0x46d12c,_0x175791={'TdlsD':function(_0x3cd5cf){return _0x3cd5cf();}};if(this[_0x5d2ba2(0x243)])return;const _0x165aaf=await _0x175791[_0x5d2ba2(0x261)](getGitMetaData);_0x165aaf&&(this[_0x5d2ba2(0x25f)]=_0x165aaf['root']),this['_gitConfigured']=!![];}[a41_0x46d12c(0x21a)](_0x5d4e2d){const _0x472075=a41_0x46d12c,_0x489323={};_0x489323[_0x472075(0x212)]=function(_0x3870b3,_0x14c5c4){return _0x3870b3!==_0x14c5c4;};const _0xd65745=_0x489323,_0x596448=[];if(_0x5d4e2d&&_0x5d4e2d['parent']){let _0x34692e=_0x5d4e2d[_0x472075(0x1d4)];while(_0x34692e&&_0xd65745[_0x472075(0x212)](_0x34692e[_0x472075(0x250)],'')){_0x596448[_0x472075(0x1b5)](_0x34692e[_0x472075(0x250)]),_0x34692e=_0x34692e[_0x472075(0x1d4)];}}return _0x596448['reverse']()[_0x472075(0x1cd)](0x0,0x2),_0x596448;}[a41_0x46d12c(0x20d)](_0x1b39e9){const _0x3805c0=a41_0x46d12c,_0x2450ee={};_0x2450ee['rbuCn']=function(_0x4cee71,_0x35df7f){return _0x4cee71!==_0x35df7f;},_0x2450ee['omMtd']=_0x3805c0(0x26a),_0x2450ee['bESSr']=function(_0x197689,_0x4ae490){return _0x197689===_0x4ae490;},_0x2450ee['AgCJU']=_0x3805c0(0x247),_0x2450ee[_0x3805c0(0x1b3)]=_0x3805c0(0x275),_0x2450ee[_0x3805c0(0x1b0)]=_0x3805c0(0x204),_0x2450ee[_0x3805c0(0x1c4)]=_0x3805c0(0x274);const _0x57ff1c=_0x2450ee;if(_0x57ff1c[_0x3805c0(0x27e)](_0x1b39e9[_0x3805c0(0x26b)],_0x57ff1c[_0x3805c0(0x279)]))return![];if(_0x57ff1c[_0x3805c0(0x21b)]([_0x57ff1c[_0x3805c0(0x1a2)],_0x57ff1c[_0x3805c0(0x1b3)],_0x57ff1c[_0x3805c0(0x1b0)],_0x57ff1c[_0x3805c0(0x1c4)]][_0x3805c0(0x1e9)](_0x1b39e9[_0x3805c0(0x250)]),-0x1))return![];return!![];}[a41_0x46d12c(0x227)](_0x3bd87b,_0x50ee3c){const _0x1f8b6d=a41_0x46d12c,_0x38bfbb=_0x50ee3c[_0x1f8b6d(0x1b6)];if(_0x38bfbb)return _0x38bfbb;return _0x50ee3c['title']+_0x1f8b6d(0x1f2)+this[_0x1f8b6d(0x1f9)](_0x3bd87b);}[a41_0x46d12c(0x282)](_0x43952d,_0x366be0){const _0x155c17=a41_0x46d12c,_0x365beb={'vkybW':function(_0x54e28b){return _0x54e28b();}};let _0x5b4196=_0x366be0['title']+'\x20for\x20'+this[_0x155c17(0x1f9)](_0x43952d);return this[_0x155c17(0x1dd)][_0x5b4196]&&(_0x5b4196=_0x5b4196+_0x155c17(0x1d0)+_0x365beb['vkybW'](uuidv4)),_0x366be0['_bs_hookIdentifier']=_0x5b4196,_0x5b4196;}[a41_0x46d12c(0x1f9)]=_0x37f78f=>{const _0x1f6703=a41_0x46d12c,_0x43a913={};_0x43a913[_0x1f6703(0x19c)]=function(_0x3617a9,_0x2d9dd2){return _0x3617a9+_0x2d9dd2;};const _0x2f76c1=_0x43a913;return _0x2f76c1[_0x1f6703(0x19c)](_0x2f76c1[_0x1f6703(0x19c)](_0x37f78f[_0x1f6703(0x272)],'-'),_0x37f78f['id']);};[a41_0x46d12c(0x229)]=(_0x5de96e,_0x5f42af)=>{const _0x45eba9=a41_0x46d12c,_0x1f5449={};_0x1f5449[_0x45eba9(0x265)]=function(_0x4bb6fe,_0xd824b5){return _0x4bb6fe+_0xd824b5;};const _0x410e12=_0x1f5449;return _0x410e12[_0x45eba9(0x265)](_0x410e12[_0x45eba9(0x265)](this[_0x45eba9(0x1f9)](_0x5de96e),'-'),_0x5f42af);};[a41_0x46d12c(0x214)]=_0x3a3954=>{const _0x1e51c5=a41_0x46d12c,_0x3cf852={};_0x3cf852[_0x1e51c5(0x267)]=_0x1e51c5(0x247),_0x3cf852[_0x1e51c5(0x25c)]=_0x1e51c5(0x1c3),_0x3cf852[_0x1e51c5(0x1ea)]=_0x1e51c5(0x275),_0x3cf852[_0x1e51c5(0x22f)]=_0x1e51c5(0x263),_0x3cf852[_0x1e51c5(0x24d)]=_0x1e51c5(0x274),_0x3cf852[_0x1e51c5(0x1ef)]='AFTER_EACH',_0x3cf852[_0x1e51c5(0x1ca)]='afterAll\x20hook',_0x3cf852[_0x1e51c5(0x1b7)]=_0x1e51c5(0x1ec),_0x3cf852[_0x1e51c5(0x246)]='unknown';const _0x5c2658=_0x3cf852;if(_0x3a3954['startsWith'](_0x5c2658['fzVxJ']))return _0x5c2658[_0x1e51c5(0x25c)];else{if(_0x3a3954[_0x1e51c5(0x1af)](_0x5c2658[_0x1e51c5(0x1ea)]))return _0x5c2658['pZhhO'];else{if(_0x3a3954['startsWith'](_0x5c2658[_0x1e51c5(0x24d)]))return _0x5c2658[_0x1e51c5(0x1ef)];else{if(_0x3a3954[_0x1e51c5(0x1af)](_0x5c2658['EQLCh']))return _0x5c2658[_0x1e51c5(0x1b7)];}}}return _0x5c2658[_0x1e51c5(0x246)];};[a41_0x46d12c(0x1d1)]=_0x5d5308=>{const _0xb651b8=a41_0x46d12c,_0x19e748={};_0x19e748['ByReC']=function(_0x4e7170,_0x2cff33){return _0x4e7170===_0x2cff33;},_0x19e748['TtSUN']=_0xb651b8(0x1be);const _0x5b78a7=_0x19e748;let _0x5160cf=_0x5d5308[_0xb651b8(0x1d4)];return _0x5b78a7['ByReC'](typeof _0x5d5308['parent'],_0x5b78a7[_0xb651b8(0x1e2)])&&(_0x5160cf=_0x5160cf[_0xb651b8(0x250)]),_0x5160cf+'\x20-\x20'+_0x5d5308['title'];};[a41_0x46d12c(0x1d9)](){return![];}}module[a41_0x46d12c(0x264)]=o11yClassErrorHandler(MyReporter,[a41_0x46d12c(0x242),'endSession',a41_0x46d12c(0x22e),a41_0x46d12c(0x22a),a41_0x46d12c(0x1ab),'onStepEnd',a41_0x46d12c(0x19e)],'MyReporter');function a41_0x3c3e(){const _0x449737=['oFtYm','Hook\x20Started\x20with\x20unique\x20id\x20','failed','oObTV','attachments','base64','rNKBC','passed','needToReportStep','vVnXz','KBdYY','env','shutdown','ENZhW','YpOQj','getHookType','JBsqh','MFzFZ','uuid','qqLtU','skipped','getHierarchy','bESSr','PLAYWRIGHT','Expected\x20to\x20fail,\x20but\x20passed.','../../../helpers/testhub/testhubHandler','ZrnwQ','setup','vRVoo','result','split','length','yRSVZ','CMGXf','getStepIdentifier','titlePath','getTestRunIdentifier','onTestEnd','XDsAN','RClhs','test_run','onTestBegin','pZhhO','statSync','qqLLn','error','xmEYu','pbSUC','STuIS','Test\x20Started\x20with\x20unique\x20id\x20','hZeoH','Hook\x20Finished\x20with\x20unique\x20id\x20','After\x20Hooks','pUnVo','test','finishedAt','785156jQdldy','endSession','getTime','4jVjvrQ','../../../helpers/test-observability/constants','onBegin','_gitConfigured','failure','path','VSACu','beforeEach\x20hook','_testHooksMap','getTestUUID','status','backtrace','3PDareE','muotE','expanded','rMtET','title','ofbEY','5|0|2|3|4|1|6','options','filter','addTestUIDAndReportLog','iXynB','test_run_uuid','GUviN','BEpxb','2605180tDxTsp','QdYwc','TpeWh','startedAt','../../../helpers/test-observability/error-handler','_gitConfigPath','FdYlP','TdlsD','reportLogs','BEFORE_ALL','exports','FoJgy','tHsLI','fzVxJ','meta','relative','hook','category','map','fConi','NukxZ','4535825RxjPRN','TestRunFinished','DUWLX','_projectId','DkUVO','afterEach\x20hook','beforeAll\x20hook','eyamr','mtime','screenshot','omMtd','vPfEX','readFileSync','location','Before\x20Hooks','rbuCn','configureGit','cwd','RUMCq','setStepIdentifier','failure_type','TvARI','../../../helpers/test-observability/utils','toISOString','HookRunFinished','retry','RjMGW','162992vKtCLc','sendSessionDetails','tOeyD','pending','depth','AgCJU','hook_run_uuid','OZmTE','expectedStatus','util','err','inspect','TEST_STEP','../../../helpers/testhub/utils','onStepBegin','SjGYK','./pwUtils','1021578pMXlaQ','startsWith','JnLVZ','736918zxDOZg','PvDqn','NzGli','onEnd','push','_bs_hookIdentifier','FGFIG','wPpUG','failure_reason','message','_tags','lNWAX','Tcsjr','object','lzQNs','file','errors','AxVBm','BEFORE_EACH','DWTim','BVspG','Error\x20in\x20calculating\x20performance:\x20','../../../helpers/performance/performance-tester','Sending\x20session\x20details\x20for\x20','steps','EQLCh','ezuhl','../../../helpers/test-observability/sessionHandler','splice','join','CNcEn','\x20-\x20','getScope','BaYtO','getStepsAndLogs','parent','javascript','sendHookRunEvent','LogCreated','aOVFi','printsToStdio','Test\x20Finished\x20with\x20unique\x20id\x20','sendTestRunEvent','40NMDEGo','_tests','xUxEo','HookRunStarted','duration','../../../helpers/helper','TtSUN','logs','CRQbG','iMGxX','name','KLlHV','onStepEnd','indexOf','xjgjc','hooks','AFTER_ALL','BROWSERSTACK_LOG_LEVEL','TEST_SCREENSHOT','gqubA','2068650MhVNZF','HZoPi','\x20for\x20','START_TIME','GfKeN','../../../helpers/test-observability/requestQueueHandler','NjLpH','getCustomRerunParam','LsRwt','getTestIdentifier','startTime','YRoYi','uploadEventData','performance-report-reporter.json','bxlph','MtFRX','\x20is\x20triggered','event_type','vMCLe','\x20is\x20triggered\x20for\x20test\x20','afterAll\x20hook'];a41_0x3c3e=function(){return _0x449737;};return a41_0x3c3e();}
@@ -1 +1 @@
1
- const a42_0x593052=a42_0x5b79;(function(_0x380c25,_0x87a983){const _0x53ac79=a42_0x5b79,_0x52e451=_0x380c25();while(!![]){try{const _0x2595c3=-parseInt(_0x53ac79(0x134))/0x1+-parseInt(_0x53ac79(0x132))/0x2+-parseInt(_0x53ac79(0x11e))/0x3+parseInt(_0x53ac79(0x103))/0x4+-parseInt(_0x53ac79(0x133))/0x5+parseInt(_0x53ac79(0x122))/0x6+parseInt(_0x53ac79(0x126))/0x7;if(_0x2595c3===_0x87a983)break;else _0x52e451['push'](_0x52e451['shift']());}catch(_0x210d96){_0x52e451['push'](_0x52e451['shift']());}}}(a42_0x6a01,0x46aaa));const fs=require('fs'),path=require(a42_0x593052(0x114)),{v4:uuidv4}=require(a42_0x593052(0x11c)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants'),{nestedKeyValue}=require(a42_0x593052(0x12a));function a42_0x6a01(){const _0x2bc9c5=['exports','getTestUUID','path','getFilePath','okFHr','project','setTestDetails','OocWD','parse','TNbeI','uuid','existsSync','1314156PnIRSx','yXRlb','readFileSync','hjrGm','9684WRhqpM','join','force','RmIiT','11246774Nhxdzz','__projectId','rmSync','recursive','../../../helpers/helper','FThtE','DDbqF','writeFileSync','setup','toString','string','YOBQT','496964fwqqav','2485700IazlIP','185895MtiYXD','tests','dirPath','hYjTA','baMOo','202892OnoPIB','shutdown','KcvJL','KlYMI','testId','lVGcT','getTestIdFromTestInfo','Efgzu','getStoreDirName','_test','getProjectIdFromTestInfo','env','setAccessibilityPlatformValidation','HfODX','_platformDetails.json'];a42_0x6a01=function(){return _0x2bc9c5;};return a42_0x6a01();}function a42_0x5b79(_0x20e77c,_0x560522){const _0x6a01ae=a42_0x6a01();return a42_0x5b79=function(_0x5b79b8,_0x3d9475){_0x5b79b8=_0x5b79b8-0x101;let _0x490f22=_0x6a01ae[_0x5b79b8];return _0x490f22;},a42_0x5b79(_0x20e77c,_0x560522);}class TestDetails{static [a42_0x593052(0x135)]={};static [a42_0x593052(0x136)]=path[a42_0x593052(0x123)](process['cwd'](),TestDetails[a42_0x593052(0x10b)]());static[a42_0x593052(0x12e)](){const _0x3d51ea=a42_0x593052;this[_0x3d51ea(0x136)]=path[_0x3d51ea(0x123)](process['cwd'](),TestDetails[_0x3d51ea(0x10b)]()),this['shutdown']();const _0x4f64aa={};_0x4f64aa['recursive']=!![],fs['mkdirSync'](this[_0x3d51ea(0x136)],_0x4f64aa);}static['getStoreDirName'](){const _0x81af39=a42_0x593052,_0x3551a7={};_0x3551a7[_0x81af39(0x10a)]=function(_0x45a714,_0x2a20ba){return _0x45a714+_0x2a20ba;},_0x3551a7[_0x81af39(0x105)]=function(_0x23873c,_0x1ee794){return _0x23873c+_0x1ee794;};const _0x52a864=_0x3551a7;return _0x52a864['Efgzu'](_0x52a864['KcvJL'](TEMP_STORE_DIR_NAME,'-'),process[_0x81af39(0x10e)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a42_0x593052(0x115)](_0x4e302e){const _0x4d7ce1=a42_0x593052,_0x1a56bf={};_0x1a56bf[_0x4d7ce1(0x125)]=function(_0x558b7f,_0x2b5c2a){return _0x558b7f+_0x2b5c2a;},_0x1a56bf[_0x4d7ce1(0x12b)]='.json';const _0x1feb17=_0x1a56bf;return path['join'](this[_0x4d7ce1(0x136)],_0x1feb17['RmIiT'](_0x4e302e,_0x1feb17['FThtE']));}static['getTestRunIdFromTestInfo'](_0x3e9562){const _0x55c7dd=a42_0x593052,_0x4a2883={};_0x4a2883[_0x55c7dd(0x101)]=function(_0x59e844,_0x8e434c){return _0x59e844+_0x8e434c;},_0x4a2883[_0x55c7dd(0x121)]=function(_0x5a3a76,_0x199c30){return _0x5a3a76+_0x199c30;},_0x4a2883[_0x55c7dd(0x12c)]=function(_0xa1aaa6,_0x244420){return _0xa1aaa6+_0x244420;};const _0x56410a=_0x4a2883;return _0x56410a[_0x55c7dd(0x101)](_0x56410a[_0x55c7dd(0x121)](_0x56410a[_0x55c7dd(0x12c)](_0x56410a[_0x55c7dd(0x12c)](this[_0x55c7dd(0x10d)](_0x3e9562),'-'),this[_0x55c7dd(0x109)](_0x3e9562)),'-'),_0x3e9562['retry']);}static[a42_0x593052(0x10d)](_0x443f1d){const _0x42953e=a42_0x593052,_0x3860de={'okFHr':function(_0x2f57fa,_0x1c2a1e,_0x6f74fe){return _0x2f57fa(_0x1c2a1e,_0x6f74fe);},'OocWD':_0x42953e(0x10c),'Nxuxv':'_projectId','TNbeI':function(_0x4cc1dc,_0x374807,_0x4564cd){return _0x4cc1dc(_0x374807,_0x4564cd);},'yXRlb':_0x42953e(0x117),'YOBQT':_0x42953e(0x127)};return _0x3860de[_0x42953e(0x116)](nestedKeyValue,_0x443f1d,[_0x3860de[_0x42953e(0x119)],_0x3860de['Nxuxv']])||_0x3860de[_0x42953e(0x11b)](nestedKeyValue,_0x443f1d,[_0x3860de[_0x42953e(0x11f)],_0x3860de[_0x42953e(0x131)]]);}static[a42_0x593052(0x109)](_0x58388d){const _0x374bcd=a42_0x593052,_0x3650da={'lVGcT':function(_0x3f8a5a,_0xc682de,_0x8ffc8){return _0x3f8a5a(_0xc682de,_0x8ffc8);},'KlYMI':_0x374bcd(0x10c)};return _0x3650da[_0x374bcd(0x108)](nestedKeyValue,_0x58388d,[_0x3650da[_0x374bcd(0x106)],'id'])||_0x58388d[_0x374bcd(0x107)];}static[a42_0x593052(0x113)](_0x4f337f){const _0x507c1c=a42_0x593052,_0x1e4d9f={'HfODX':function(_0x1a1212,_0x1db88a){return _0x1a1212===_0x1db88a;},'baMOo':_0x507c1c(0x130),'EkDZm':function(_0x1f7a98){return _0x1f7a98();}};if(this[_0x507c1c(0x135)][_0x4f337f]&&_0x1e4d9f[_0x507c1c(0x110)](typeof this[_0x507c1c(0x135)][_0x4f337f]['uuid'],_0x1e4d9f[_0x507c1c(0x102)]))return this['tests'][_0x4f337f][_0x507c1c(0x11c)];const _0x55551c=this[_0x507c1c(0x115)](_0x4f337f);if(fs[_0x507c1c(0x11d)](_0x55551c)){const _0x2d9eb3=JSON['parse'](fs[_0x507c1c(0x120)](_0x55551c)[_0x507c1c(0x12f)]());return this[_0x507c1c(0x135)][_0x4f337f]=_0x2d9eb3,this['tests'][_0x4f337f][_0x507c1c(0x11c)];}return this[_0x507c1c(0x135)][_0x4f337f]={'uuid':_0x1e4d9f['EkDZm'](uuidv4)},fs[_0x507c1c(0x12d)](_0x55551c,JSON['stringify'](this[_0x507c1c(0x135)][_0x4f337f])),this[_0x507c1c(0x135)][_0x4f337f][_0x507c1c(0x11c)];}static['getAccessibilityPlatformValidation'](_0x52bffd){const _0x526e10=a42_0x593052,_0x5a456f=path[_0x526e10(0x123)](this[_0x526e10(0x136)],_0x52bffd+_0x526e10(0x111));if(fs[_0x526e10(0x11d)](_0x5a456f))return fs[_0x526e10(0x120)](_0x5a456f)[_0x526e10(0x12f)]();}static[a42_0x593052(0x10f)](_0x318fd9,_0x5499df){const _0x156b6c=a42_0x593052,_0x201b11=path[_0x156b6c(0x123)](this[_0x156b6c(0x136)],_0x5499df+'_platformDetails.json');fs['writeFileSync'](_0x201b11,_0x318fd9['toString']());}static[a42_0x593052(0x104)](){const _0xa4f1bc=a42_0x593052,_0x1a163f={};_0x1a163f[_0xa4f1bc(0x129)]=!![],_0x1a163f[_0xa4f1bc(0x124)]=!![],fs[_0xa4f1bc(0x128)](this['dirPath'],_0x1a163f);}static['getTestDetails'](_0x2744e2){const _0x5c6aae=a42_0x593052;if(this[_0x5c6aae(0x135)][_0x2744e2])return this['tests'][_0x2744e2];const _0x56512b=this[_0x5c6aae(0x115)](_0x2744e2);if(fs[_0x5c6aae(0x11d)](_0x56512b)){const _0x161260=JSON[_0x5c6aae(0x11a)](fs['readFileSync'](_0x56512b)[_0x5c6aae(0x12f)]());return this[_0x5c6aae(0x135)][_0x2744e2]=_0x161260,_0x161260;}return{};}static[a42_0x593052(0x118)](_0x48458e,_0x17b697){const _0x4d1a07=a42_0x593052,_0x1c193c=this[_0x4d1a07(0x115)](_0x48458e);if(fs['existsSync'](_0x1c193c)){const _0x3c7bed=JSON['parse'](fs[_0x4d1a07(0x120)](_0x1c193c)[_0x4d1a07(0x12f)]()),_0x180963={..._0x3c7bed,..._0x17b697};this['tests'][_0x48458e]=_0x180963;}else this[_0x4d1a07(0x135)][_0x48458e]=_0x17b697;fs[_0x4d1a07(0x12d)](_0x1c193c,this[_0x4d1a07(0x135)][_0x48458e]);}}module[a42_0x593052(0x112)]=TestDetails;
1
+ const a42_0x19fcbb=a42_0x3a08;(function(_0x33eda3,_0x109264){const _0x3441f0=a42_0x3a08,_0x5db2d6=_0x33eda3();while(!![]){try{const _0x2d5e88=parseInt(_0x3441f0(0x1ed))/0x1*(-parseInt(_0x3441f0(0x1e3))/0x2)+parseInt(_0x3441f0(0x1df))/0x3*(parseInt(_0x3441f0(0x211))/0x4)+-parseInt(_0x3441f0(0x1ff))/0x5*(parseInt(_0x3441f0(0x207))/0x6)+-parseInt(_0x3441f0(0x1f8))/0x7*(-parseInt(_0x3441f0(0x200))/0x8)+parseInt(_0x3441f0(0x210))/0x9+parseInt(_0x3441f0(0x1f5))/0xa+parseInt(_0x3441f0(0x1e6))/0xb;if(_0x2d5e88===_0x109264)break;else _0x5db2d6['push'](_0x5db2d6['shift']());}catch(_0x9e28e2){_0x5db2d6['push'](_0x5db2d6['shift']());}}}(a42_0x3bbd,0xf201f));const fs=require('fs'),path=require(a42_0x19fcbb(0x1ec)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants'),{nestedKeyValue}=require(a42_0x19fcbb(0x1f9));function a42_0x3a08(_0x5645af,_0x13f897){const _0x3bbd90=a42_0x3bbd();return a42_0x3a08=function(_0x3a08f8,_0x2d0731){_0x3a08f8=_0x3a08f8-0x1df;let _0x11eea6=_0x3bbd90[_0x3a08f8];return _0x11eea6;},a42_0x3a08(_0x5645af,_0x13f897);}class TestDetails{static [a42_0x19fcbb(0x212)]={};static [a42_0x19fcbb(0x214)]=path['join'](process[a42_0x19fcbb(0x1fb)](),TestDetails[a42_0x19fcbb(0x20c)]());static[a42_0x19fcbb(0x21b)](){const _0x3bc79d=a42_0x19fcbb;this[_0x3bc79d(0x214)]=path[_0x3bc79d(0x1fc)](process[_0x3bc79d(0x1fb)](),TestDetails[_0x3bc79d(0x20c)]()),this[_0x3bc79d(0x205)]();const _0x531314={};_0x531314[_0x3bc79d(0x1e2)]=!![],fs[_0x3bc79d(0x21a)](this[_0x3bc79d(0x214)],_0x531314);}static[a42_0x19fcbb(0x20c)](){const _0xdb0920=a42_0x19fcbb,_0x5c2c27={};_0x5c2c27[_0xdb0920(0x20d)]=function(_0x57bd79,_0x5ca081){return _0x57bd79+_0x5ca081;};const _0x42d089=_0x5c2c27;return _0x42d089[_0xdb0920(0x20d)](_0x42d089[_0xdb0920(0x20d)](TEMP_STORE_DIR_NAME,'-'),process[_0xdb0920(0x20b)]['BS_TESTOPS_BUILD_HASHED_ID']);}static['getFilePath'](_0xd3893a){const _0x409a1f=a42_0x19fcbb,_0x559985={};_0x559985[_0x409a1f(0x20e)]=function(_0x28b58b,_0x25afc2){return _0x28b58b+_0x25afc2;},_0x559985['RvnAd']='.json';const _0xee014a=_0x559985;return path['join'](this[_0x409a1f(0x214)],_0xee014a['TjMqt'](_0xd3893a,_0xee014a[_0x409a1f(0x1f3)]));}static[a42_0x19fcbb(0x1ee)](_0xdca197){const _0x172ebb=a42_0x19fcbb,_0x208c91={};_0x208c91[_0x172ebb(0x213)]=function(_0x49d4ac,_0x3d30b6){return _0x49d4ac+_0x3d30b6;};const _0xb33e87=_0x208c91;return _0xb33e87[_0x172ebb(0x213)](_0xb33e87[_0x172ebb(0x213)](_0xb33e87['hhDNK'](_0xb33e87[_0x172ebb(0x213)](this[_0x172ebb(0x203)](_0xdca197),'-'),this['getTestIdFromTestInfo'](_0xdca197)),'-'),_0xdca197[_0x172ebb(0x217)]);}static[a42_0x19fcbb(0x203)](_0xe963bc){const _0x1698a=a42_0x19fcbb,_0xaaec66={'DIsYA':function(_0x2e1ecc,_0x179e76,_0x392a9d){return _0x2e1ecc(_0x179e76,_0x392a9d);},'KLVdw':_0x1698a(0x215),'IGkAi':_0x1698a(0x1fa),'LMhoS':_0x1698a(0x1f0),'cXWWc':_0x1698a(0x1e4)};return _0xaaec66[_0x1698a(0x1eb)](nestedKeyValue,_0xe963bc,[_0xaaec66['KLVdw'],_0xaaec66['IGkAi']])||_0xaaec66[_0x1698a(0x1eb)](nestedKeyValue,_0xe963bc,[_0xaaec66[_0x1698a(0x218)],_0xaaec66[_0x1698a(0x1e1)]]);}static[a42_0x19fcbb(0x1f7)](_0x301252){const _0x1c9261=a42_0x19fcbb,_0x401f9e={'pEoDL':function(_0x26f880,_0x23f51a,_0x46dccd){return _0x26f880(_0x23f51a,_0x46dccd);},'rRdGl':'_test'};return _0x401f9e[_0x1c9261(0x204)](nestedKeyValue,_0x301252,[_0x401f9e[_0x1c9261(0x1f4)],'id'])||_0x301252[_0x1c9261(0x206)];}static[a42_0x19fcbb(0x20f)](_0x3fc11c){const _0x3af325=a42_0x19fcbb,_0x13309e={'DJAkd':function(_0xa0214f,_0x4edeee){return _0xa0214f===_0x4edeee;},'wcLqu':_0x3af325(0x208),'CreCm':function(_0x3c459a){return _0x3c459a();}};if(this[_0x3af325(0x212)][_0x3fc11c]&&_0x13309e[_0x3af325(0x209)](typeof this[_0x3af325(0x212)][_0x3fc11c][_0x3af325(0x1fe)],_0x13309e[_0x3af325(0x201)]))return this[_0x3af325(0x212)][_0x3fc11c][_0x3af325(0x1fe)];const _0x37c732=this[_0x3af325(0x1f2)](_0x3fc11c);if(fs[_0x3af325(0x1f1)](_0x37c732)){const _0x3c5347=JSON[_0x3af325(0x1e0)](fs[_0x3af325(0x202)](_0x37c732)['toString']());return this[_0x3af325(0x212)][_0x3fc11c]=_0x3c5347,this[_0x3af325(0x212)][_0x3fc11c][_0x3af325(0x1fe)];}return this[_0x3af325(0x212)][_0x3fc11c]={'uuid':_0x13309e[_0x3af325(0x1e7)](uuidv4)},fs['writeFileSync'](_0x37c732,JSON[_0x3af325(0x20a)](this[_0x3af325(0x212)][_0x3fc11c])),this['tests'][_0x3fc11c][_0x3af325(0x1fe)];}static['getAccessibilityPlatformValidation'](_0x367037){const _0x5af2f9=a42_0x19fcbb,_0x2b3875=path[_0x5af2f9(0x1fc)](this[_0x5af2f9(0x214)],_0x367037+_0x5af2f9(0x1fd));if(fs[_0x5af2f9(0x1f1)](_0x2b3875))return fs['readFileSync'](_0x2b3875)[_0x5af2f9(0x219)]();}static[a42_0x19fcbb(0x1e9)](_0x1f2c21,_0x338b6e){const _0x18481d=a42_0x19fcbb,_0xc39d12=path[_0x18481d(0x1fc)](this['dirPath'],_0x338b6e+_0x18481d(0x1fd));fs[_0x18481d(0x1f6)](_0xc39d12,_0x1f2c21[_0x18481d(0x219)]());}static[a42_0x19fcbb(0x205)](){const _0x332908=a42_0x19fcbb,_0x45092e={};_0x45092e[_0x332908(0x1e2)]=!![],_0x45092e[_0x332908(0x1e5)]=!![],fs[_0x332908(0x1ea)](this['dirPath'],_0x45092e);}static[a42_0x19fcbb(0x216)](_0x4e004f){const _0x460c2c=a42_0x19fcbb;if(this[_0x460c2c(0x212)][_0x4e004f])return this[_0x460c2c(0x212)][_0x4e004f];const _0x1c452d=this['getFilePath'](_0x4e004f);if(fs[_0x460c2c(0x1f1)](_0x1c452d)){const _0x6fabf=JSON[_0x460c2c(0x1e0)](fs[_0x460c2c(0x202)](_0x1c452d)[_0x460c2c(0x219)]());return this[_0x460c2c(0x212)][_0x4e004f]=_0x6fabf,_0x6fabf;}return{};}static[a42_0x19fcbb(0x1ef)](_0x3c2328,_0x1767dc){const _0x57a53c=a42_0x19fcbb,_0x3fa0f9=this[_0x57a53c(0x1f2)](_0x3c2328);if(fs['existsSync'](_0x3fa0f9)){const _0x56dba5=JSON[_0x57a53c(0x1e0)](fs[_0x57a53c(0x202)](_0x3fa0f9)['toString']()),_0x165a33={..._0x56dba5,..._0x1767dc};this[_0x57a53c(0x212)][_0x3c2328]=_0x165a33;}else this['tests'][_0x3c2328]=_0x1767dc;fs[_0x57a53c(0x1f6)](_0x3fa0f9,this[_0x57a53c(0x212)][_0x3c2328]);}}function a42_0x3bbd(){const _0x30222c=['retry','LMhoS','toString','mkdirSync','setup','18LoLJKa','parse','cXWWc','recursive','72IFbMSm','__projectId','force','10261889EyGMYj','CreCm','exports','setAccessibilityPlatformValidation','rmSync','DIsYA','path','49954LWJEPi','getTestRunIdFromTestInfo','setTestDetails','project','existsSync','getFilePath','RvnAd','rRdGl','2292200KZHDkl','writeFileSync','getTestIdFromTestInfo','2250388rZQTSo','../../../helpers/helper','_projectId','cwd','join','_platformDetails.json','uuid','1705VfRobz','8xwdzJG','wcLqu','readFileSync','getProjectIdFromTestInfo','pEoDL','shutdown','testId','33150bXVkVm','string','DJAkd','stringify','env','getStoreDirName','WwRlE','TjMqt','getTestUUID','12991239bLxGEk','1164372JuMHmP','tests','hhDNK','dirPath','_test','getTestDetails'];a42_0x3bbd=function(){return _0x30222c;};return a42_0x3bbd();}module[a42_0x19fcbb(0x1e8)]=TestDetails;
@@ -1 +1 @@
1
- const a43_0x5c4386=a43_0x37d5;(function(_0x49a501,_0x334045){const _0x251e59=a43_0x37d5,_0x2261b4=_0x49a501();while(!![]){try{const _0x520259=-parseInt(_0x251e59(0x223))/0x1+-parseInt(_0x251e59(0x1df))/0x2*(parseInt(_0x251e59(0x1db))/0x3)+parseInt(_0x251e59(0x1ca))/0x4*(-parseInt(_0x251e59(0x1e0))/0x5)+-parseInt(_0x251e59(0x1a0))/0x6*(parseInt(_0x251e59(0x1f5))/0x7)+parseInt(_0x251e59(0x21e))/0x8*(-parseInt(_0x251e59(0x21d))/0x9)+-parseInt(_0x251e59(0x1e4))/0xa*(-parseInt(_0x251e59(0x1f8))/0xb)+parseInt(_0x251e59(0x221))/0xc;if(_0x520259===_0x334045)break;else _0x2261b4['push'](_0x2261b4['shift']());}catch(_0x49c694){_0x2261b4['push'](_0x2261b4['shift']());}}}(a43_0x334a,0xd7399));function a43_0x334a(){const _0x1016a9=['mPrao','unknown_grid','util','platform_version','browserstack.com','server','YgtGd','url','crConnection.js','CYnGm','patch','JzvFK','patchCRConnection','Not\x20able\x20to\x20import\x20Connection','_type','testInfo','176265KSwesL','248aUZlYX','bStackParams','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','38985276mNkDXX','ThWEV','883057MtzhiC','../../helpers/logger','wsEndpoint','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','gkZGz','sqKFP','version','OfXuc','test','firefox','assign','Connection','browser','bstackPerformA11yScan','format','UBwui','accessibilityPlatform','_name','automate','sessionId','XhaTd','CvuPy','../utils/constants','GDVkA','currentTest','model','../../helpers/accessibility-automation/scripts','Error\x20in\x20importing\x20connection\x20','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','cloudProvider','hnRPp','patchConnection','jrRNR','UrJTA','product','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','use','query','qPGhl','channel','vlOSH','_connection','qOJpL','browserName','../../helpers/helper','AuIYY','connection.js','method','MFhMZ','chromium','17898lteOea','QXIOf','_defaultConnectOptions','JMFwt','LKBBC','Performing\x20scan\x20for\x20','hHybH','entries','browserstack','deviceModel','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','iTcim','JmQDl','agYLk','CqsYC','ulflH','debug','includes','parse','join','titlePath','sendMessageToServer','isRemote','MBFpU','NIUrX','toLowerCase','platformDetails','epDBm','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','qyKOH','../../bin/playwright/accessibility-helper','params','_browserType','bsSessionId','platformName','toString','__workerDetails','Jddxp','turboscale','ihmaQ','fromEntries','lib','20GyRyMK','capabilities','DXOKe','JaAmj','_onMessage','__driver','OToUk','jYzGa','chrome','bsParams','playwright-','esXRH','browser_version','BROWSERSTACK_TEST_OBSERVABILITY','getDetails','sessionError','apply','20103TsrfbE','function','Not\x20able\x20to\x20import\x20crConnection','defineProperty','406NiLAMa','8940MjJaiN','browserstack-ats.com','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','nLELs','3770nTzRAl','platform','performScan','ONhba','yxQSO','dispatch','YmncQ','currentSessionDetails','mcjYH','dhHAf','project','mmZWi','Device\x20Model\x20is\x20not\x20available','iRITi','connectOptions','exports','bADeP','1330mDytsz','prototype','setupBrowserDetails','30899Qeyqpb','Error\x20in\x20importing\x20crConnection','QtCMh','pwPage','ebQxI','WJIKK','WJvMC','qXvrJ','PmkpY','TXFBq','DdLyz','local_grid','oBwEU','safari','VVpLF','ieFfa','platformVersion','Failed\x20to\x20perform\x20scan\x20','bdCHM','edge','XfzXt'];a43_0x334a=function(){return _0x1016a9;};return a43_0x334a();}const path=require('path'),url=require(a43_0x5c4386(0x214)),util=require(a43_0x5c4386(0x20f)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a43_0x5c4386(0x19a)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require('../../helpers/test-observability/utils'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require(a43_0x5c4386(0x16f))['winstonLogger'],scripts=require(a43_0x5c4386(0x188)),{browserStackExecuteDriver}=require(a43_0x5c4386(0x1be)),AccessibilityHelper=require('./accessibility-helper'),constants=require(a43_0x5c4386(0x184)),getBrowserNameFromChannel=_0x2ba521=>{const _0x345b53=a43_0x5c4386,_0x379058={};_0x379058[_0x345b53(0x1af)]=_0x345b53(0x1d2),_0x379058[_0x345b53(0x1c5)]=_0x345b53(0x20b),_0x379058[_0x345b53(0x172)]=_0x345b53(0x177),_0x379058[_0x345b53(0x173)]=_0x345b53(0x205);const _0x2d2eae=_0x379058;if(_0x2ba521[_0x345b53(0x1b1)](_0x2d2eae[_0x345b53(0x1af)]))return _0x2d2eae[_0x345b53(0x1af)];if(_0x2ba521[_0x345b53(0x1b1)](_0x2d2eae[_0x345b53(0x1c5)]))return _0x2d2eae[_0x345b53(0x1c5)];if(_0x2ba521['includes'](_0x2d2eae[_0x345b53(0x172)]))return _0x2d2eae[_0x345b53(0x172)];if(_0x2ba521[_0x345b53(0x1b1)](_0x2d2eae[_0x345b53(0x173)]))return _0x2d2eae[_0x345b53(0x173)];},getBrowserFromWSEndpoint=_0x2c5081=>{const _0xb2a23e=a43_0x5c4386,_0x16772d={'bdCHM':_0xb2a23e(0x1d2),'dhHAf':function(_0x459d04,_0x529f61){return _0x459d04(_0x529f61);}};try{const _0x18e0cc=url['parse'](_0x2c5081),_0x2a4da4=new URLSearchParams(_0x18e0cc[_0xb2a23e(0x193)]),_0x1af9e2=Object[_0xb2a23e(0x1c8)](_0x2a4da4[_0xb2a23e(0x1a7)]()),_0x4211a4=JSON[_0xb2a23e(0x1b2)](_0x1af9e2['caps']);if(_0x4211a4&&(_0x4211a4['browser']||_0x4211a4[_0xb2a23e(0x199)]))return _0x4211a4[_0xb2a23e(0x17a)]||_0x4211a4[_0xb2a23e(0x199)];return _0x16772d[_0xb2a23e(0x20a)];}catch(_0x5dbf3e){_0x16772d[_0xb2a23e(0x1ed)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x5dbf3e['toString']());}},getCloudProviderFromWsEndpoint=_0x73c016=>{const _0x34a8d8=a43_0x5c4386,_0x16b01e={};_0x16b01e[_0x34a8d8(0x1a6)]=_0x34a8d8(0x211),_0x16b01e[_0x34a8d8(0x1e8)]=_0x34a8d8(0x1e1),_0x16b01e[_0x34a8d8(0x1ae)]=_0x34a8d8(0x1a8),_0x16b01e[_0x34a8d8(0x1d1)]=_0x34a8d8(0x20e);const _0x5af93c=_0x16b01e;if(_0x73c016[_0x34a8d8(0x1b1)](_0x5af93c[_0x34a8d8(0x1a6)])||_0x73c016[_0x34a8d8(0x1b1)](_0x5af93c['yxQSO']))return _0x5af93c[_0x34a8d8(0x1ae)];return _0x5af93c[_0x34a8d8(0x1d1)];},a43_0x53ccf8={};function a43_0x37d5(_0x2aeb14,_0xd9342b){const _0x334acb=a43_0x334a();return a43_0x37d5=function(_0x37d5b7,_0xe5bf79){_0x37d5b7=_0x37d5b7-0x16f;let _0x5b610d=_0x334acb[_0x37d5b7];return _0x5b610d;},a43_0x37d5(_0x2aeb14,_0xd9342b);}a43_0x53ccf8[a43_0x5c4386(0x18b)]=undefined,a43_0x53ccf8[a43_0x5c4386(0x1c1)]=undefined,a43_0x53ccf8[a43_0x5c4386(0x17a)]=undefined,a43_0x53ccf8[a43_0x5c4386(0x1d6)]=undefined,a43_0x53ccf8[a43_0x5c4386(0x1e5)]=undefined,a43_0x53ccf8[a43_0x5c4386(0x210)]=undefined,a43_0x53ccf8[a43_0x5c4386(0x190)]=undefined,a43_0x53ccf8[a43_0x5c4386(0x1cb)]={};class PlaywrightSessionDetails{static [a43_0x5c4386(0x1eb)]=a43_0x53ccf8;constructor(){const _0x43f130=a43_0x5c4386,_0x9b612a={};_0x9b612a[_0x43f130(0x1a4)]=_0x43f130(0x220);const _0x68b127=_0x9b612a;throw new Error(_0x68b127[_0x43f130(0x1a4)]);}static [a43_0x5c4386(0x1d9)]=null;static[a43_0x5c4386(0x1f7)](_0x1dc70a,_0x4fd931,_0x5cc47a=null){const _0x23ca2a=a43_0x5c4386,_0x1de53d={'CYnGm':function(_0x1b7ebc,_0x5290c4){return _0x1b7ebc===_0x5290c4;},'OfXuc':_0x23ca2a(0x1dc),'jHLxA':_0x23ca2a(0x1e2),'GDVkA':function(_0x531b2f,_0xaaa9c9){return _0x531b2f===_0xaaa9c9;},'ADeFT':_0x23ca2a(0x1f0),'QXIOf':_0x23ca2a(0x203),'ThWEV':function(_0x123211,_0x55654f,_0x50adf1){return _0x123211(_0x55654f,_0x50adf1);},'AuIYY':_0x23ca2a(0x1c0),'ASZlT':_0x23ca2a(0x1a2),'qyKOH':function(_0x3aa521,_0x2a419c,_0xb01c52){return _0x3aa521(_0x2a419c,_0xb01c52);},'qOJpL':_0x23ca2a(0x1ee),'NIUrX':_0x23ca2a(0x192),'YmncQ':_0x23ca2a(0x1f2),'MFhMZ':function(_0x256423,_0x3037d5){return _0x256423(_0x3037d5);},'XhaTd':function(_0x4dba61,_0x1b3f60){return _0x4dba61===_0x1b3f60;},'PmkpY':_0x23ca2a(0x1a8),'jrRNR':_0x23ca2a(0x1c6),'XfzXt':_0x23ca2a(0x180),'JzvFK':function(_0x5eb69b,_0x537fba){return _0x5eb69b+_0x537fba;},'oBwEU':_0x23ca2a(0x1d4),'vlOSH':function(_0x518361){return _0x518361();},'VVpLF':'setupBrowserDetails'},_0xbc3e13=this;return _0x1de53d[_0x23ca2a(0x222)](o11yErrorHandler,async function _0x33698e(_0x5f3b61,_0x483f4d,_0x597afd=null){const _0x3d7758=_0x23ca2a;let _0x4ce72b=_0x5f3b61[_0x3d7758(0x17f)],_0x5bf072=null;_0x5f3b61&&_0x1de53d[_0x3d7758(0x216)](typeof _0x5f3b61[_0x3d7758(0x174)],_0x1de53d[_0x3d7758(0x175)])?_0x5bf072=_0x5f3b61['version']():logger[_0x3d7758(0x1b0)](_0x1de53d['jHLxA']);let _0x31b7f0=null;_0x5f3b61&&_0x1de53d[_0x3d7758(0x185)](typeof _0x5f3b61[_0x3d7758(0x187)],_0x1de53d[_0x3d7758(0x175)])?_0x31b7f0=_0x5f3b61[_0x3d7758(0x187)]():logger[_0x3d7758(0x1b0)](_0x1de53d['ADeFT']);let _0x8201ec=null,_0x50c9a9=null,_0x2535a3=null,_0x15f79f=_0x1de53d[_0x3d7758(0x1a1)];if(_0x5f3b61[_0x3d7758(0x197)][_0x3d7758(0x1b6)]()||global[_0x3d7758(0x17e)]){let _0x1169c1=null;_0x1de53d[_0x3d7758(0x222)](nestedKeyValue,_0x5f3b61,[_0x1de53d[_0x3d7758(0x19b)],_0x1de53d['ASZlT']])?_0x1169c1=_0x5f3b61[_0x3d7758(0x1c0)]['_defaultConnectOptions']:_0x1169c1=_0x1de53d[_0x3d7758(0x1bd)](nestedKeyValue,_0x483f4d,[_0x1de53d[_0x3d7758(0x198)],_0x1de53d[_0x3d7758(0x1b8)],_0x1de53d[_0x3d7758(0x1ea)]]);const _0x1ceafc=_0x597afd||_0x1169c1&&_0x1169c1[_0x3d7758(0x170)];_0x1ceafc&&(_0x15f79f=_0x1de53d[_0x3d7758(0x19e)](getCloudProviderFromWsEndpoint,_0x1ceafc),_0x1de53d[_0x3d7758(0x182)](_0x15f79f,_0x1de53d[_0x3d7758(0x200)])&&(_0x2535a3=constants['ATS_WSS_URL_REGEX'][_0x3d7758(0x176)](_0x1ceafc)?_0x1de53d[_0x3d7758(0x18e)]:_0x1de53d[_0x3d7758(0x20c)],_0x4ce72b=_0x1de53d[_0x3d7758(0x19e)](getBrowserFromWSEndpoint,_0x1ceafc)||_0x4ce72b,_0x8201ec=_0xbc3e13[_0x3d7758(0x1eb)]['platform'],_0x50c9a9=_0xbc3e13[_0x3d7758(0x1eb)][_0x3d7758(0x210)]));}else{_0x483f4d&&_0x483f4d[_0x3d7758(0x1ee)][_0x3d7758(0x192)][_0x3d7758(0x195)]?_0x4ce72b=_0x1de53d['MFhMZ'](getBrowserNameFromChannel,_0x483f4d[_0x3d7758(0x1ee)][_0x3d7758(0x192)][_0x3d7758(0x195)]):_0x4ce72b=_0x1de53d[_0x3d7758(0x218)](_0x1de53d[_0x3d7758(0x204)],_0x4ce72b[_0x3d7758(0x1b9)]());const _0x56efab=await _0x1de53d[_0x3d7758(0x196)](getPlatformDetails);_0x8201ec=_0x56efab[_0x3d7758(0x1c2)],_0x50c9a9=_0x56efab[_0x3d7758(0x208)];}const _0x523bbb={};_0x523bbb[_0x3d7758(0x17a)]=_0x4ce72b,_0x523bbb['browser_version']=_0x5bf072,_0x523bbb[_0x3d7758(0x1cb)]={},_0x523bbb[_0x3d7758(0x1e5)]=_0x8201ec,_0x523bbb[_0x3d7758(0x210)]=_0x50c9a9,_0x523bbb[_0x3d7758(0x190)]=_0x2535a3;const _0xb3ddc8=_0x523bbb;_0x31b7f0&&(_0xb3ddc8[_0x3d7758(0x1cb)][_0x3d7758(0x1a9)]=_0x31b7f0);const _0xb466ca={};_0xb466ca['cloudProvider']=_0x15f79f,_0xbc3e13[_0x3d7758(0x1eb)]=Object[_0x3d7758(0x178)]({},_0xbc3e13[_0x3d7758(0x1eb)],_0xb466ca,_0xb3ddc8);},_0x1de53d[_0x23ca2a(0x206)])(_0x1dc70a,_0x4fd931,_0x5cc47a);}static[a43_0x5c4386(0x217)](){const _0x39831a=a43_0x5c4386;this[_0x39831a(0x18d)](),this[_0x39831a(0x219)]();}static[a43_0x5c4386(0x18d)](){const _0x2db5b5=a43_0x5c4386,_0x126813={'ihmaQ':function(_0x25a479,_0x3fb478,_0x8bb827){return _0x25a479(_0x3fb478,_0x8bb827);},'encrM':_0x2db5b5(0x186),'NZftL':_0x2db5b5(0x21c),'mmZWi':_0x2db5b5(0x1b4),'OToUk':function(_0x16ce8c,_0x42cabe,_0x1026c6){return _0x16ce8c(_0x42cabe,_0x1026c6);},'bADeP':_0x2db5b5(0x1c4),'Okofh':_0x2db5b5(0x1fb),'WJvMC':function(_0x462a70,_0x25946f){return _0x462a70===_0x25946f;},'JMFwt':'Page','WJIKK':function(_0x3fe3f2,_0x147607,_0x33e7a5,_0xffe546){return _0x3fe3f2(_0x147607,_0x33e7a5,_0xffe546);},'UrJTA':function(_0x38ce33,_0x55a3f1){return _0x38ce33(_0x55a3f1);},'MBFpU':_0x2db5b5(0x1c9),'pWlbb':'client','UBwui':_0x2db5b5(0x19c),'agYLk':function(_0x3b7cb2,_0x10163c){return _0x3b7cb2(_0x10163c);},'mcjYH':_0x2db5b5(0x21a),'epDBm':function(_0xf8a480,_0x3b3861){return _0xf8a480(_0x3b3861);},'qPGhl':function(_0xa29658,_0x2b72ef){return _0xa29658!=_0x2b72ef;},'esXRH':function(_0x55965e){return _0x55965e();},'DdLyz':_0x2db5b5(0x1b5),'JaAmj':function(_0x1ff578,_0x73fd43){return _0x1ff578(_0x73fd43);},'iTcim':_0x2db5b5(0x1e9),'TXFBq':function(_0x314e0d,_0x3fd47f){return _0x314e0d(_0x3fd47f);}},_0x49288=this;if(!this[_0x2db5b5(0x179)])try{const _0x1fe616=path['join'](_0x126813[_0x2db5b5(0x1b7)],_0x126813['pWlbb'],_0x126813[_0x2db5b5(0x17d)]),_0x28ec49=_0x126813[_0x2db5b5(0x1ad)](importFileFromPWCore,_0x1fe616);!_0x28ec49?_0x126813[_0x2db5b5(0x1ad)](debug,_0x126813[_0x2db5b5(0x1ec)]):this[_0x2db5b5(0x179)]=_0x28ec49[_0x2db5b5(0x179)];}catch(_0x89c300){_0x126813[_0x2db5b5(0x1bb)](debug,_0x2db5b5(0x189)+_0x89c300[_0x2db5b5(0x1c3)]());}const _0x12e9fe=this['Connection'];try{if(_0x126813[_0x2db5b5(0x194)](_0x12e9fe,null)){const _0x56d35c=_0x12e9fe[_0x2db5b5(0x1f6)]['dispatch'],_0x38edd3=_0x12e9fe[_0x2db5b5(0x1f6)][_0x2db5b5(0x1b5)];_0x126813[_0x2db5b5(0x1d5)](isAccessibilityAutomationSession)&&Object['defineProperty'](_0x12e9fe[_0x2db5b5(0x1f6)],_0x126813[_0x2db5b5(0x202)],{'get':function(){return async function(){const _0x632cfc=a43_0x37d5;try{if(!global[_0x632cfc(0x17b)]&&global[_0x632cfc(0x17e)]&&_0x126813[_0x632cfc(0x1c7)](nestedKeyValue,global[_0x632cfc(0x1c4)],[_0x126813['encrM'],_0x126813['NZftL'],_0x126813[_0x632cfc(0x1ef)]])&&_0x126813[_0x632cfc(0x1c7)](shouldScanTestForAccessibility,global[_0x632cfc(0x1c4)]['currentTest']['testInfo'][_0x632cfc(0x1b4)],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger['debug'](_0x632cfc(0x1a5)+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x2ae595=_0x126813[_0x632cfc(0x1d0)](nestedKeyValue,global,[_0x126813[_0x632cfc(0x1f4)],_0x126813['Okofh']]),_0x131155={};_0x131155[_0x632cfc(0x19d)]=arguments[0x1],_0x2ae595&&logger[_0x632cfc(0x1b0)](util['format'](await AccessibilityHelper[_0x632cfc(0x1e6)](_0x2ae595,_0x131155)));if(_0x126813[_0x632cfc(0x1fe)](arguments[0x0][_0x632cfc(0x21b)],_0x126813[_0x632cfc(0x1a3)])&&global[_0x632cfc(0x1cf)]){const _0x516439={};_0x516439[_0x632cfc(0x19d)]=arguments[0x1],await _0x126813[_0x632cfc(0x1fd)](browserStackExecuteDriver,global[_0x632cfc(0x1cf)],scripts['performScan'],_0x516439);}}}catch(_0x427f39){logger[_0x632cfc(0x1b0)](_0x632cfc(0x209)+util[_0x632cfc(0x17c)](_0x427f39));}return global[_0x632cfc(0x17b)]=![],_0x38edd3[_0x632cfc(0x1da)](this,arguments);};}}),!_0x126813[_0x2db5b5(0x1cd)](isFalse,process['env'][_0x2db5b5(0x1d7)])&&Object[_0x2db5b5(0x1de)](_0x12e9fe[_0x2db5b5(0x1f6)],_0x126813[_0x2db5b5(0x1ab)],{'get':function(){const _0x1b6be7={'mPrao':function(_0xa93fc6,_0x5c4dac){const _0x5a5c54=a43_0x37d5;return _0x126813[_0x5a5c54(0x18f)](_0xa93fc6,_0x5c4dac);},'DXOKe':function(_0x2e14e4,_0x10b6e5){const _0x153f9f=a43_0x37d5;return _0x126813[_0x153f9f(0x18f)](_0x2e14e4,_0x10b6e5);}};return function _0x4153c8(_0x5166bf){const _0x450039=a43_0x37d5,_0x4d9346=_0x5166bf&&_0x5166bf[_0x450039(0x1bf)]&&_0x5166bf[_0x450039(0x1bf)][_0x450039(0x1d3)];if(_0x4d9346){const _0x203f38=_0x4d9346['sessionId'],_0x37ac6f=_0x4d9346[_0x450039(0x1ba)];_0x37ac6f&&(_0x1b6be7[_0x450039(0x20d)](debug,_0x450039(0x1bc)+_0x37ac6f[_0x450039(0x1c3)]()),_0x49288[_0x450039(0x1eb)][_0x450039(0x1e5)]=_0x37ac6f[_0x450039(0x1c2)],_0x49288[_0x450039(0x1eb)]['platform_version']=_0x37ac6f['platformVersion']),_0x203f38&&(_0x1b6be7[_0x450039(0x1cc)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x203f38),_0x49288['currentSessionDetails'][_0x450039(0x1c1)]=_0x203f38);}return _0x56d35c[_0x450039(0x1da)](this,arguments);};}});}}catch(_0x4d1fed){_0x126813[_0x2db5b5(0x201)](debug,_0x2db5b5(0x171)+_0x4d1fed),_0x49288[_0x2db5b5(0x1d9)]=_0x4d1fed['toString']();}}static[a43_0x5c4386(0x219)](){const _0x4bff90=a43_0x5c4386,_0x4846d8={'ONhba':function(_0x3eadaa,_0xe75f2d){return _0x3eadaa(_0xe75f2d);},'QtCMh':function(_0x3cafe2,_0x134df7){return _0x3cafe2(_0x134df7);},'lCRZO':function(_0x4c68fe){return _0x4c68fe();},'nLELs':_0x4bff90(0x1c9),'cHauV':_0x4bff90(0x212),'iRITi':_0x4bff90(0x19f),'CvuPy':_0x4bff90(0x215),'YgtGd':function(_0x322e51,_0x5bc0a5){return _0x322e51(_0x5bc0a5);},'qXvrJ':_0x4bff90(0x1dd),'jFoaw':function(_0x4a6ef2,_0x170817){return _0x4a6ef2(_0x170817);},'ieFfa':_0x4bff90(0x1f9),'JmQDl':function(_0x1cc827,_0x3154d8){return _0x1cc827!=_0x3154d8;},'hnRPp':_0x4bff90(0x1ce)},_0x38e302=this;if(_0x4846d8['lCRZO'](isAccessibilityAutomationSession)){let _0x58e3bc=null;try{const _0x1cefbe=path[_0x4bff90(0x1b3)](_0x4846d8[_0x4bff90(0x1e3)],_0x4846d8['cHauV'],_0x4846d8[_0x4bff90(0x1f1)],_0x4846d8[_0x4bff90(0x183)]),_0x852d22=_0x4846d8[_0x4bff90(0x1fa)](importFileFromPWCore,_0x1cefbe);!_0x852d22?_0x4846d8[_0x4bff90(0x213)](debug,_0x4846d8[_0x4bff90(0x1ff)]):_0x58e3bc=_0x852d22['CRConnection'];}catch(_0x2f5f3b){_0x4846d8['jFoaw'](debug,_0x4846d8[_0x4bff90(0x207)]);}try{if(_0x4846d8[_0x4bff90(0x1ac)](_0x58e3bc,null)){const _0x3f1de9=_0x58e3bc[_0x4bff90(0x1f6)][_0x4bff90(0x1ce)];Object[_0x4bff90(0x1de)](_0x58e3bc[_0x4bff90(0x1f6)],_0x4846d8[_0x4bff90(0x18c)],{'get':function(){const _0x55f3ac={'ebQxI':function(_0x54f3d2,_0x35dac8){const _0x54a268=a43_0x37d5;return _0x4846d8[_0x54a268(0x1e7)](_0x54f3d2,_0x35dac8);},'McTdw':function(_0x22a1c2,_0x1bf6d3){return _0x4846d8['QtCMh'](_0x22a1c2,_0x1bf6d3);}};return function _0x33ce98(_0x588f8f){const _0x10dd7e=a43_0x37d5;try{const _0x1f501e=_0x588f8f['bStackParams'];if(_0x1f501e){delete _0x588f8f[_0x10dd7e(0x21f)];const _0x3c0f0d=_0x1f501e[_0x10dd7e(0x181)],_0x23c9d3=_0x1f501e[_0x10dd7e(0x1ba)];_0x23c9d3&&(_0x55f3ac[_0x10dd7e(0x1fc)](debug,_0x10dd7e(0x1aa)+_0x23c9d3[_0x10dd7e(0x1c3)]()),_0x38e302[_0x10dd7e(0x1eb)]['platform']=_0x23c9d3[_0x10dd7e(0x1c2)],_0x38e302[_0x10dd7e(0x1eb)]['platform_version']=_0x23c9d3[_0x10dd7e(0x208)]),_0x3c0f0d&&(_0x55f3ac[_0x10dd7e(0x1fc)](debug,_0x10dd7e(0x191)+_0x3c0f0d),_0x38e302[_0x10dd7e(0x1eb)][_0x10dd7e(0x1c1)]=_0x3c0f0d);}}catch(_0x5d8062){_0x55f3ac['McTdw'](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x5d8062[_0x10dd7e(0x1c3)]());}return _0x3f1de9['apply'](this,arguments);};}});}}catch(_0x3e9b39){_0x4846d8['QtCMh'](debug,_0x4bff90(0x18a)+_0x3e9b39),_0x38e302[_0x4bff90(0x1d9)]=_0x3e9b39['toString']();}}}static[a43_0x5c4386(0x1d8)](){const _0x1ab8fb=a43_0x5c4386;return this[_0x1ab8fb(0x1eb)];}}module[a43_0x5c4386(0x1f3)]=PlaywrightSessionDetails;
1
+ const a43_0x29d847=a43_0x491d;(function(_0x1ab271,_0x45eeda){const _0x533514=a43_0x491d,_0x5eab08=_0x1ab271();while(!![]){try{const _0x54d0b3=-parseInt(_0x533514(0x10c))/0x1+parseInt(_0x533514(0xbd))/0x2*(-parseInt(_0x533514(0x105))/0x3)+parseInt(_0x533514(0x122))/0x4+-parseInt(_0x533514(0x11d))/0x5+parseInt(_0x533514(0xe9))/0x6*(parseInt(_0x533514(0x104))/0x7)+-parseInt(_0x533514(0x9e))/0x8*(-parseInt(_0x533514(0x12b))/0x9)+parseInt(_0x533514(0x112))/0xa;if(_0x54d0b3===_0x45eeda)break;else _0x5eab08['push'](_0x5eab08['shift']());}catch(_0x153dca){_0x5eab08['push'](_0x5eab08['shift']());}}}(a43_0x1918,0x60d26));const path=require(a43_0x29d847(0xb6)),url=require('url'),util=require(a43_0x29d847(0x144)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a43_0x29d847(0xdf)),{o11yErrorHandler}=require(a43_0x29d847(0x109)),{debug,getPlatformDetails}=require(a43_0x29d847(0xe5)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require(a43_0x29d847(0x13b))[a43_0x29d847(0x146)],scripts=require(a43_0x29d847(0x12f)),{browserStackExecuteDriver}=require(a43_0x29d847(0x107)),AccessibilityHelper=require(a43_0x29d847(0xfd)),constants=require('../utils/constants'),getBrowserNameFromChannel=_0x5a3b89=>{const _0x5214cf=a43_0x29d847,_0x554eb9={};_0x554eb9['cKGbx']=_0x5214cf(0x10f),_0x554eb9[_0x5214cf(0x138)]=_0x5214cf(0x148),_0x554eb9['KuNOx']=_0x5214cf(0x14f),_0x554eb9['wfIsB']=_0x5214cf(0x143);const _0x239f62=_0x554eb9;if(_0x5a3b89[_0x5214cf(0x135)](_0x239f62[_0x5214cf(0x127)]))return _0x239f62[_0x5214cf(0x127)];if(_0x5a3b89[_0x5214cf(0x135)](_0x239f62[_0x5214cf(0x138)]))return _0x239f62[_0x5214cf(0x138)];if(_0x5a3b89[_0x5214cf(0x135)](_0x239f62['KuNOx']))return _0x239f62[_0x5214cf(0xd9)];if(_0x5a3b89[_0x5214cf(0x135)](_0x239f62[_0x5214cf(0x121)]))return _0x239f62[_0x5214cf(0x121)];},getBrowserFromWSEndpoint=_0x4ad3c3=>{const _0x80c21=a43_0x29d847,_0x59e9a9={'KlMRO':_0x80c21(0x10f),'LPkAP':function(_0x171cdd,_0x277bb0){return _0x171cdd(_0x277bb0);}};try{const _0x5503bd=url[_0x80c21(0x116)](_0x4ad3c3),_0x582929=new URLSearchParams(_0x5503bd[_0x80c21(0xf8)]),_0x14ee16=Object[_0x80c21(0xe4)](_0x582929['entries']()),_0x58632a=JSON['parse'](_0x14ee16[_0x80c21(0xb0)]);if(_0x58632a&&(_0x58632a[_0x80c21(0xaa)]||_0x58632a[_0x80c21(0xb2)]))return _0x58632a[_0x80c21(0xaa)]||_0x58632a[_0x80c21(0xb2)];return _0x59e9a9[_0x80c21(0x13a)];}catch(_0x59cbba){_0x59e9a9[_0x80c21(0x132)](debug,_0x80c21(0x141)+_0x59cbba['toString']());}},getCloudProviderFromWsEndpoint=_0x525107=>{const _0x5a1d99=a43_0x29d847,_0x302a62={};_0x302a62[_0x5a1d99(0xf7)]='browserstack.com',_0x302a62['dtETR']='browserstack-ats.com',_0x302a62[_0x5a1d99(0x13e)]='browserstack',_0x302a62[_0x5a1d99(0xb7)]=_0x5a1d99(0x10e);const _0x419a53=_0x302a62;if(_0x525107['includes'](_0x419a53[_0x5a1d99(0xf7)])||_0x525107[_0x5a1d99(0x135)](_0x419a53[_0x5a1d99(0x11e)]))return _0x419a53['LMmFi'];return _0x419a53['PkaQo'];},a43_0x576b30={};a43_0x576b30[a43_0x29d847(0x102)]=undefined,a43_0x576b30['bsSessionId']=undefined,a43_0x576b30[a43_0x29d847(0xaa)]=undefined,a43_0x576b30[a43_0x29d847(0x11b)]=undefined,a43_0x576b30[a43_0x29d847(0x12c)]=undefined,a43_0x576b30[a43_0x29d847(0xde)]=undefined,a43_0x576b30[a43_0x29d847(0xd8)]=undefined,a43_0x576b30['capabilities']={};class PlaywrightSessionDetails{static ['currentSessionDetails']=a43_0x576b30;constructor(){const _0x577e2c=a43_0x29d847,_0x1da0a6={};_0x1da0a6[_0x577e2c(0xe6)]=_0x577e2c(0x126);const _0x446f66=_0x1da0a6;throw new Error(_0x446f66[_0x577e2c(0xe6)]);}static [a43_0x29d847(0x108)]=null;static[a43_0x29d847(0x114)](_0x43d652,_0x16ea2f,_0x5d715a=null){const _0xbfa4b1=a43_0x29d847,_0x1c8a0={'ojIBW':function(_0x2aa5cd,_0x4244a7){return _0x2aa5cd===_0x4244a7;},'MsByz':_0xbfa4b1(0x13c),'tTIrN':'Browser\x20is\x20not\x20defined\x20or\x20not\x20available','jDEYF':function(_0x148aea,_0x334593){return _0x148aea===_0x334593;},'diYEw':_0xbfa4b1(0xce),'Otysj':_0xbfa4b1(0x14d),'NNBlR':function(_0x502d53,_0x849e90,_0x4438b2){return _0x502d53(_0x849e90,_0x4438b2);},'xAEHj':_0xbfa4b1(0xbb),'lhoxn':'_defaultConnectOptions','ZPTdS':_0xbfa4b1(0x120),'ChxXp':_0xbfa4b1(0xd2),'Ovcjb':_0xbfa4b1(0x142),'ECTjr':function(_0x420065,_0x5cbda9){return _0x420065(_0x5cbda9);},'NXVZY':_0xbfa4b1(0xa7),'fsUPq':'turboscale','WCeWX':'automate','elEvq':function(_0xacfd42,_0xfa1787){return _0xacfd42(_0xfa1787);},'KucWa':function(_0x1fecc6,_0xc2c2a3){return _0x1fecc6+_0xc2c2a3;},'bCJxX':_0xbfa4b1(0xe2),'AVIKQ':function(_0xc5c60b){return _0xc5c60b();},'SYkoY':'setupBrowserDetails'},_0x402bf5=this;return _0x1c8a0[_0xbfa4b1(0xc5)](o11yErrorHandler,async function _0x4ad109(_0x41d3b5,_0x5559ef,_0xccd7d3=null){const _0x198f72=_0xbfa4b1;let _0x2c3755=_0x41d3b5[_0x198f72(0xa4)],_0x2bc5b3=null;_0x41d3b5&&_0x1c8a0[_0x198f72(0xc2)](typeof _0x41d3b5[_0x198f72(0xd5)],_0x1c8a0[_0x198f72(0xaf)])?_0x2bc5b3=_0x41d3b5['version']():logger['debug'](_0x1c8a0['tTIrN']);let _0x4c05cb=null;_0x41d3b5&&_0x1c8a0['jDEYF'](typeof _0x41d3b5['model'],_0x1c8a0[_0x198f72(0xaf)])?_0x4c05cb=_0x41d3b5[_0x198f72(0x10a)]():logger[_0x198f72(0xa0)](_0x1c8a0[_0x198f72(0xb4)]);let _0x535195=null,_0xa3baa7=null,_0x46d28e=null,_0x50b6cb=_0x1c8a0[_0x198f72(0xf0)];if(_0x41d3b5[_0x198f72(0x123)][_0x198f72(0xd4)]()||global[_0x198f72(0xb1)]){let _0x37719a=null;_0x1c8a0[_0x198f72(0xc5)](nestedKeyValue,_0x41d3b5,[_0x1c8a0[_0x198f72(0x14e)],_0x1c8a0[_0x198f72(0xfc)]])?_0x37719a=_0x41d3b5['_browserType']['_defaultConnectOptions']:_0x37719a=_0x1c8a0['NNBlR'](nestedKeyValue,_0x5559ef,[_0x1c8a0[_0x198f72(0x11c)],_0x1c8a0[_0x198f72(0xa3)],_0x1c8a0[_0x198f72(0x125)]]);const _0x3e0b94=_0xccd7d3||_0x37719a&&_0x37719a[_0x198f72(0xad)];_0x3e0b94&&(_0x50b6cb=_0x1c8a0[_0x198f72(0x14c)](getCloudProviderFromWsEndpoint,_0x3e0b94),_0x1c8a0[_0x198f72(0xf3)](_0x50b6cb,_0x1c8a0[_0x198f72(0xba)])&&(_0x46d28e=constants['ATS_WSS_URL_REGEX'][_0x198f72(0xda)](_0x3e0b94)?_0x1c8a0['fsUPq']:_0x1c8a0['WCeWX'],_0x2c3755=_0x1c8a0[_0x198f72(0xab)](getBrowserFromWSEndpoint,_0x3e0b94)||_0x2c3755,_0x535195=_0x402bf5[_0x198f72(0x145)][_0x198f72(0x12c)],_0xa3baa7=_0x402bf5[_0x198f72(0x145)][_0x198f72(0xde)]));}else{_0x5559ef&&_0x5559ef[_0x198f72(0x120)][_0x198f72(0xd2)]['channel']?_0x2c3755=_0x1c8a0['ECTjr'](getBrowserNameFromChannel,_0x5559ef[_0x198f72(0x120)][_0x198f72(0xd2)][_0x198f72(0x128)]):_0x2c3755=_0x1c8a0[_0x198f72(0x137)](_0x1c8a0['bCJxX'],_0x2c3755[_0x198f72(0xf1)]());const _0x5e7b9a=await _0x1c8a0[_0x198f72(0xcd)](getPlatformDetails);_0x535195=_0x5e7b9a[_0x198f72(0xca)],_0xa3baa7=_0x5e7b9a[_0x198f72(0xae)];}const _0x3cf4f0={};_0x3cf4f0[_0x198f72(0xaa)]=_0x2c3755,_0x3cf4f0[_0x198f72(0x11b)]=_0x2bc5b3,_0x3cf4f0[_0x198f72(0xf9)]={},_0x3cf4f0['platform']=_0x535195,_0x3cf4f0[_0x198f72(0xde)]=_0xa3baa7,_0x3cf4f0[_0x198f72(0xd8)]=_0x46d28e;const _0x2e9824=_0x3cf4f0;_0x4c05cb&&(_0x2e9824[_0x198f72(0xf9)][_0x198f72(0x10d)]=_0x4c05cb);const _0x2a5d9e={};_0x2a5d9e[_0x198f72(0x102)]=_0x50b6cb,_0x402bf5[_0x198f72(0x145)]=Object['assign']({},_0x402bf5[_0x198f72(0x145)],_0x2a5d9e,_0x2e9824);},_0x1c8a0[_0xbfa4b1(0xa1)])(_0x43d652,_0x16ea2f,_0x5d715a);}static[a43_0x29d847(0x130)](){const _0xae0616=a43_0x29d847;this[_0xae0616(0xf6)](),this['patchCRConnection']();}static['patchConnection'](){const _0x139786=a43_0x29d847,_0x37e2e9={'UdpCW':function(_0x51dbf2,_0x4968d1,_0x54166e){return _0x51dbf2(_0x4968d1,_0x54166e);},'sVSJb':_0x139786(0xac),'StiVU':_0x139786(0xf5),'QrzPx':_0x139786(0x10b),'zBtVT':function(_0xfecbd4,_0xae5e84,_0x102289){return _0xfecbd4(_0xae5e84,_0x102289);},'mluCh':_0x139786(0xc4),'PYLxV':_0x139786(0xf4),'Tkzez':function(_0x34815e,_0x105e7e){return _0x34815e===_0x105e7e;},'vdYHg':_0x139786(0xc6),'llCaH':function(_0x382275,_0x1c736c,_0x45a39d,_0xdc8798){return _0x382275(_0x1c736c,_0x45a39d,_0xdc8798);},'Edkrk':function(_0x496fd1,_0x190a84){return _0x496fd1(_0x190a84);},'taAag':_0x139786(0x119),'AKFOE':_0x139786(0x140),'flruk':_0x139786(0xe0),'JMmZK':_0x139786(0x13d),'FFNXK':function(_0x1e34ff,_0x4bbd43){return _0x1e34ff(_0x4bbd43);},'OZvaD':function(_0x45af69,_0x186bc3){return _0x45af69!=_0x186bc3;},'shRRa':function(_0x5319b){return _0x5319b();},'irPCQ':'sendMessageToServer','unEEx':_0x139786(0xb8)},_0x164a17=this;if(!this['Connection'])try{const _0x486f9f=path[_0x139786(0xcf)](_0x37e2e9[_0x139786(0xcc)],_0x37e2e9[_0x139786(0xfa)],_0x37e2e9[_0x139786(0x12e)]),_0x4a0c8f=_0x37e2e9['Edkrk'](importFileFromPWCore,_0x486f9f);!_0x4a0c8f?_0x37e2e9[_0x139786(0xc0)](debug,_0x37e2e9[_0x139786(0xea)]):this['Connection']=_0x4a0c8f[_0x139786(0xd3)];}catch(_0x13d8bd){_0x37e2e9[_0x139786(0xe8)](debug,_0x139786(0x110)+_0x13d8bd[_0x139786(0xa9)]());}const _0x34c6b5=this['Connection'];try{if(_0x37e2e9[_0x139786(0x106)](_0x34c6b5,null)){const _0x580311=_0x34c6b5[_0x139786(0xcb)]['dispatch'],_0x115043=_0x34c6b5['prototype'][_0x139786(0xec)];_0x37e2e9[_0x139786(0x136)](isAccessibilityAutomationSession)&&Object[_0x139786(0xb5)](_0x34c6b5[_0x139786(0xcb)],_0x37e2e9[_0x139786(0xbe)],{'get':function(){const _0x584760=_0x139786,_0xcd881c={'aNZhU':function(_0x4ce515,_0x5ec6b6,_0x628c06){return _0x37e2e9['UdpCW'](_0x4ce515,_0x5ec6b6,_0x628c06);},'Ehjni':_0x37e2e9[_0x584760(0x113)],'YSlAq':_0x37e2e9[_0x584760(0xc9)],'lCzbn':_0x37e2e9['QrzPx'],'OcDum':function(_0x1a966b,_0x48299b,_0x2e1132){const _0x3a7828=_0x584760;return _0x37e2e9[_0x3a7828(0x118)](_0x1a966b,_0x48299b,_0x2e1132);},'VnkEN':function(_0x4c718e,_0x58c119,_0x210206){const _0x475ca3=_0x584760;return _0x37e2e9[_0x475ca3(0xdb)](_0x4c718e,_0x58c119,_0x210206);},'QGIKj':_0x37e2e9[_0x584760(0x111)],'aKriz':_0x37e2e9[_0x584760(0xd0)],'JPsqq':function(_0x2e196f,_0x55f504){return _0x37e2e9['Tkzez'](_0x2e196f,_0x55f504);},'caVSU':_0x37e2e9[_0x584760(0xf2)],'DWemA':function(_0x5d3bd8,_0x2ec1b4,_0x39f03f,_0x50c527){const _0x52c89d=_0x584760;return _0x37e2e9[_0x52c89d(0xe1)](_0x5d3bd8,_0x2ec1b4,_0x39f03f,_0x50c527);}};return async function(){const _0x149928=_0x584760;try{if(!global[_0x149928(0xdc)]&&global[_0x149928(0xb1)]&&_0xcd881c[_0x149928(0x12a)](nestedKeyValue,global[_0x149928(0xc4)],[_0xcd881c[_0x149928(0xa6)],_0xcd881c[_0x149928(0xa5)],_0xcd881c['lCzbn']])&&_0xcd881c[_0x149928(0xa8)](shouldScanTestForAccessibility,global[_0x149928(0xc4)][_0x149928(0xac)]['testInfo'][_0x149928(0x10b)],!![])&&scripts[_0x149928(0x147)](arguments[0x1])){logger[_0x149928(0xa0)](_0x149928(0xfe)+arguments[0x1]),global[_0x149928(0xdc)]=!![];const _0x4020c7=_0xcd881c[_0x149928(0x14a)](nestedKeyValue,global,[_0xcd881c[_0x149928(0x13f)],_0xcd881c[_0x149928(0x100)]]),_0x4ca3d3={};_0x4ca3d3[_0x149928(0xfb)]=arguments[0x1],_0x4020c7&&logger[_0x149928(0xa0)](util[_0x149928(0xb3)](await AccessibilityHelper[_0x149928(0x14b)](_0x4020c7,_0x4ca3d3)));if(_0xcd881c[_0x149928(0xd6)](arguments[0x0][_0x149928(0xc7)],_0xcd881c[_0x149928(0x11f)])&&global[_0x149928(0xc1)]){const _0x116037={};_0x116037[_0x149928(0xfb)]=arguments[0x1],await _0xcd881c[_0x149928(0x12d)](browserStackExecuteDriver,global[_0x149928(0xc1)],scripts[_0x149928(0x14b)],_0x116037);}}}catch(_0x94c18c){logger[_0x149928(0xa0)](_0x149928(0x134)+util['format'](_0x94c18c));}return global[_0x149928(0xdc)]=![],_0x115043[_0x149928(0xbc)](this,arguments);};}}),!_0x37e2e9[_0x139786(0xe8)](isFalse,process[_0x139786(0xd7)][_0x139786(0x101)])&&Object[_0x139786(0xb5)](_0x34c6b5['prototype'],_0x37e2e9['unEEx'],{'get':function(){return function _0x26a6ef(_0x5cdee1){const _0x587ba1=a43_0x491d,_0x408b49=_0x5cdee1&&_0x5cdee1[_0x587ba1(0xa2)]&&_0x5cdee1[_0x587ba1(0xa2)][_0x587ba1(0x124)];if(_0x408b49){const _0x4eb0bf=_0x408b49['sessionId'],_0x51e144=_0x408b49['platformDetails'];_0x51e144&&(_0x37e2e9['Edkrk'](debug,_0x587ba1(0xdd)+_0x51e144[_0x587ba1(0xa9)]()),_0x164a17[_0x587ba1(0x145)][_0x587ba1(0x12c)]=_0x51e144['platformName'],_0x164a17[_0x587ba1(0x145)]['platform_version']=_0x51e144[_0x587ba1(0xae)]),_0x4eb0bf&&(_0x37e2e9['Edkrk'](debug,_0x587ba1(0xc8)+_0x4eb0bf),_0x164a17[_0x587ba1(0x145)]['bsSessionId']=_0x4eb0bf);}return _0x580311[_0x587ba1(0xbc)](this,arguments);};}});}}catch(_0x477684){_0x37e2e9[_0x139786(0xe8)](debug,_0x139786(0x129)+_0x477684),_0x164a17['sessionError']=_0x477684[_0x139786(0xa9)]();}}static[a43_0x29d847(0xc3)](){const _0x153c0d=a43_0x29d847,_0x45b2fd={'MQlcW':function(_0x5f4314,_0x5c916a){return _0x5f4314(_0x5c916a);},'jrDug':function(_0x193b00,_0x47a085){return _0x193b00(_0x47a085);},'JEqZr':function(_0x4fa285){return _0x4fa285();},'swVnD':'lib','yIWQo':_0x153c0d(0xed),'QmSzr':'chromium','BQzkF':'crConnection.js','cSgAk':function(_0x59a030,_0x210e18){return _0x59a030(_0x210e18);},'KyYwC':_0x153c0d(0xbf),'cnWHp':function(_0x331c41,_0x157ad0){return _0x331c41(_0x157ad0);},'BXRDt':_0x153c0d(0xe7),'QJzWH':function(_0x3c68e5,_0x40cd08){return _0x3c68e5!=_0x40cd08;},'hjQLb':_0x153c0d(0x149)},_0x304bb2=this;if(_0x45b2fd[_0x153c0d(0xff)](isAccessibilityAutomationSession)){let _0x173bf1=null;try{const _0x3434e8=path['join'](_0x45b2fd['swVnD'],_0x45b2fd['yIWQo'],_0x45b2fd[_0x153c0d(0x117)],_0x45b2fd[_0x153c0d(0x11a)]),_0x34efdb=_0x45b2fd[_0x153c0d(0x133)](importFileFromPWCore,_0x3434e8);!_0x34efdb?_0x45b2fd[_0x153c0d(0x115)](debug,_0x45b2fd[_0x153c0d(0x131)]):_0x173bf1=_0x34efdb[_0x153c0d(0xe3)];}catch(_0x38c52e){_0x45b2fd[_0x153c0d(0x139)](debug,_0x45b2fd[_0x153c0d(0x9f)]);}try{if(_0x45b2fd['QJzWH'](_0x173bf1,null)){const _0x530288=_0x173bf1[_0x153c0d(0xcb)]['_onMessage'];Object['defineProperty'](_0x173bf1[_0x153c0d(0xcb)],_0x45b2fd['hjQLb'],{'get':function(){return function _0x1eded8(_0x173a1a){const _0x26d860=a43_0x491d;try{const _0x39b39e=_0x173a1a[_0x26d860(0x103)];if(_0x39b39e){delete _0x173a1a[_0x26d860(0x103)];const _0x1b35bc=_0x39b39e[_0x26d860(0xef)],_0x4a8704=_0x39b39e[_0x26d860(0xeb)];_0x4a8704&&(_0x45b2fd[_0x26d860(0xb9)](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x4a8704[_0x26d860(0xa9)]()),_0x304bb2[_0x26d860(0x145)][_0x26d860(0x12c)]=_0x4a8704[_0x26d860(0xca)],_0x304bb2['currentSessionDetails']['platform_version']=_0x4a8704['platformVersion']),_0x1b35bc&&(_0x45b2fd[_0x26d860(0x133)](debug,_0x26d860(0xd1)+_0x1b35bc),_0x304bb2[_0x26d860(0x145)]['bsSessionId']=_0x1b35bc);}}catch(_0x1cecc8){_0x45b2fd[_0x26d860(0xb9)](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x1cecc8[_0x26d860(0xa9)]());}return _0x530288[_0x26d860(0xbc)](this,arguments);};}});}}catch(_0x3ed318){_0x45b2fd[_0x153c0d(0x139)](debug,'Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20'+_0x3ed318),_0x304bb2[_0x153c0d(0x108)]=_0x3ed318['toString']();}}}static['getDetails'](){const _0x34f932=a43_0x29d847;return this[_0x34f932(0x145)];}}function a43_0x491d(_0x2d0445,_0x150664){const _0x191831=a43_0x1918();return a43_0x491d=function(_0x491dbb,_0x1b7906){_0x491dbb=_0x491dbb-0x9e;let _0x113128=_0x191831[_0x491dbb];return _0x113128;},a43_0x491d(_0x2d0445,_0x150664);}function a43_0x1918(){const _0x31e692=['includes','shRRa','KucWa','Vqoat','cnWHp','KlMRO','../../helpers/logger','function','Not\x20able\x20to\x20import\x20Connection','LMmFi','QGIKj','client','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','connectOptions','safari','util','currentSessionDetails','winstonLogger','shouldWrapCommand','edge','_onMessage','VnkEN','performScan','ECTjr','local_grid','xAEHj','firefox','389384odsMBt','BXRDt','debug','SYkoY','params','ChxXp','_name','YSlAq','Ehjni','browserstack','OcDum','toString','browser','elEvq','currentTest','wsEndpoint','platformVersion','MsByz','caps','accessibilityPlatform','browserName','format','diYEw','defineProperty','path','PkaQo','dispatch','MQlcW','NXVZY','_browserType','apply','125002udAEyz','irPCQ','Not\x20able\x20to\x20import\x20crConnection','Edkrk','__driver','ojIBW','patchCRConnection','__workerDetails','NNBlR','Page','_type','Setting\x20session\x20id\x20received\x20from\x20BS\x20','StiVU','platformName','prototype','taAag','AVIKQ','Device\x20Model\x20is\x20not\x20available','join','PYLxV','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','use','Connection','isRemote','version','JPsqq','env','product','KuNOx','test','UdpCW','bstackPerformA11yScan','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','platform_version','../../helpers/helper','connection.js','llCaH','playwright-','CRConnection','fromEntries','../../helpers/test-observability/utils','SomBQ','Error\x20in\x20importing\x20crConnection','FFNXK','114edvyGE','JMmZK','platformDetails','sendMessageToServer','server','exports','sessionId','Otysj','toLowerCase','vdYHg','jDEYF','pwPage','testInfo','patchConnection','fzHcK','query','capabilities','AKFOE','method','lhoxn','./accessibility-helper','Performing\x20scan\x20for\x20','JEqZr','aKriz','BROWSERSTACK_TEST_OBSERVABILITY','cloudProvider','bStackParams','220178kmefQg','33WgBbaB','OZvaD','../../bin/playwright/accessibility-helper','sessionError','../../helpers/test-observability/error-handler','model','titlePath','67833IcccDN','deviceModel','unknown_grid','chrome','Error\x20in\x20importing\x20connection\x20','mluCh','2859350CUtYla','sVSJb','setupBrowserDetails','cSgAk','parse','QmSzr','zBtVT','lib','BQzkF','browser_version','ZPTdS','3447970Flztag','dtETR','caVSU','project','wfIsB','2079608IXcmOF','_connection','bsParams','Ovcjb','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','cKGbx','channel','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','aNZhU','81BxWWjS','platform','DWemA','flruk','../../helpers/accessibility-automation/scripts','patch','KyYwC','LPkAP','jrDug','Failed\x20to\x20perform\x20scan\x20'];a43_0x1918=function(){return _0x31e692;};return a43_0x1918();}module[a43_0x29d847(0xee)]=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a44_0x40151b=a44_0x3de6;(function(_0x4b08c8,_0x191c41){const _0x34bf5a=a44_0x3de6,_0x469684=_0x4b08c8();while(!![]){try{const _0x3f0d37=parseInt(_0x34bf5a(0x16f))/0x1*(-parseInt(_0x34bf5a(0x1b3))/0x2)+parseInt(_0x34bf5a(0x174))/0x3*(parseInt(_0x34bf5a(0x162))/0x4)+-parseInt(_0x34bf5a(0x168))/0x5*(parseInt(_0x34bf5a(0x161))/0x6)+-parseInt(_0x34bf5a(0x16b))/0x7+-parseInt(_0x34bf5a(0x189))/0x8*(parseInt(_0x34bf5a(0x176))/0x9)+-parseInt(_0x34bf5a(0x1c3))/0xa+parseInt(_0x34bf5a(0x194))/0xb;if(_0x3f0d37===_0x191c41)break;else _0x469684['push'](_0x469684['shift']());}catch(_0xfb2deb){_0x469684['push'](_0x469684['shift']());}}}(a44_0x3bd9,0x4d4f2));const fs=require('fs'),path=require(a44_0x40151b(0x1a5)),util=require('util'),{requireModule}=require(a44_0x40151b(0x1b0)),PerformanceTester=require(a44_0x40151b(0x190)),PerformanceEvents=require(a44_0x40151b(0x15e))[a44_0x40151b(0x1c9)],helper=require('../helpers/helper'),utilities=require(a44_0x40151b(0x1bb)),runIntegrations=require('./integrations/command'),yargs=require(a44_0x40151b(0x197)),Constants=require(a44_0x40151b(0x1c1)),logger=require('../helpers/logger')[a44_0x40151b(0x1cd)],origArgs=Object[a44_0x40151b(0x186)]([],process[a44_0x40151b(0x19b)]),captureError=async(_0x4aba4d,_0x443a66,_0x53a4bf=null)=>{const _0x492978=a44_0x40151b,_0x27edbf={'CWRLG':function(_0x2966fe,_0x3e42a1,_0x11181f){return _0x2966fe(_0x3e42a1,_0x11181f);},'pujBS':_0x492978(0x166)};try{logger['info']('Running\x20SDK\x20with\x20args\x20'+origArgs[_0x492978(0x17f)]('\x20')),await _0x27edbf['CWRLG'](_0x4aba4d,_0x443a66,_0x53a4bf);}catch(_0x521b75){process[_0x492978(0x177)]=0x1,logger[_0x492978(0x191)](util[_0x492978(0x18f)](_0x521b75));const _0x10e0fe={};_0x10e0fe[_0x492978(0x163)]=_0x521b75['message'];const _0x10c3b2=_0x10e0fe;PerformanceTester[_0x492978(0x1bc)](PerformanceEvents[_0x492978(0x198)],![],util['format'](_0x521b75));if(helper[_0x492978(0x18d)](global['config'])&&helper[_0x492978(0x18d)](global[_0x492978(0x192)]))return;try{utilities[_0x492978(0x15d)](_0x27edbf[_0x492978(0x1ab)],_0x10c3b2,global[_0x492978(0x19c)],global['framework']);}catch(_0x39eb8c){logger[_0x492978(0x1b7)](_0x492978(0x188)+_0x39eb8c['stack']);}PerformanceTester[_0x492978(0x1bc)](PerformanceEvents[_0x492978(0x198)],![],util[_0x492978(0x18f)](_0x521b75));}finally{PerformanceTester['start'](PerformanceEvents[_0x492978(0x173)]);}};try{const browserstackFolderPath=path['join'](helper[a44_0x40151b(0x180)](),a44_0x40151b(0x15f));if(fs[a44_0x40151b(0x1c2)](browserstackFolderPath)){const filePath=path[a44_0x40151b(0x17f)](browserstackFolderPath,a44_0x40151b(0x1ce));fs[a44_0x40151b(0x1c2)](filePath)&&fs['unlinkSync'](filePath);}}catch(a44_0x3cc103){logger[a44_0x40151b(0x1b7)](a44_0x40151b(0x17a)+a44_0x3cc103[a44_0x40151b(0x1d8)]);}process[a44_0x40151b(0x19b)][a44_0x40151b(0x1ca)](a44_0x40151b(0x179))&&(!process[a44_0x40151b(0x19b)][a44_0x40151b(0x1ca)](a44_0x40151b(0x16e))&&process['argv'][a44_0x40151b(0x1b9)](a44_0x40151b(0x1a0)),!process[a44_0x40151b(0x19b)]['find'](_0x396eba=>_0x396eba[a44_0x40151b(0x1ca)](a44_0x40151b(0x1c6)))&&process['argv'][a44_0x40151b(0x1b9)]('--no-config'),!process[a44_0x40151b(0x19b)][a44_0x40151b(0x1ca)]('--package')&&process[a44_0x40151b(0x19b)][a44_0x40151b(0x1b9)](a44_0x40151b(0x1ae)),helper['findAndReplace'](process[a44_0x40151b(0x19b)],a44_0x40151b(0x17c),a44_0x40151b(0x1d7)));PerformanceTester[a44_0x40151b(0x1cb)](),PerformanceTester[a44_0x40151b(0x1a2)](PerformanceEvents[a44_0x40151b(0x198)]);const a44_0x29dc59={};function a44_0x3bd9(){const _0x3e3e49=['./codeceptjs/command','2460472SXedwr','OGyCS','mvbsJ','--opts','538957ijsaPV','IZQte','QqrJV','./playwright/command','SDK_CLEANUP','27uYhtZX','pWDZA','476208ThDnjA','exitCode','bXFiE','mocha','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','tCYCa','--require','command','fIJvJ','join','homedir','handler','parserConfiguration','demandCommand','usage','RueQW','assign','./cucumber-js/command','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','88QfokGJ','codeceptjs','qNsqK','jest','isUndefined','./mocha/command','format','../helpers/performance/performance-tester','error','framework','UaZdo','19009067dEnlyK','gMOOi','PLAYWRIGHT','yargs','SDK_SETUP','yZgmu','KwRak','argv','config','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','kXdMD','plWqU','--no-opts','setBrowserStackAutomationDisable','start','ULOVE','VANILLA','path','alias','fLixx','CUCUMBER','slice','JEST','pujBS','NIGHTWATCH','describe','--no-package','playwright','../helpers/helper','./vanilla-js/command','nfeXl','2ZoqvQl','showHelpOnFail','EIHak','OvnPd','debug','cucumber-js','push','nightwatch','../helpers/utilities','end','SnmNP','redYL','WgHzA','./jest/command','./utils/constants','existsSync','1209020gZjuFm','mocha/lib/cli/run.js','wADHo','--config','dot-notation','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','EVENTS','includes','startMonitoring','INFO','winstonLogger','.local-not-set.json','../../ats/src/index','node','SoSfL','run','INTEGRATIONS','usage:\x20$0\x20<command>\x20[args]','ats','setTestObservabilityDisable','--mochaRequire','message','qesDM','HELP','fireFunnelTestEvent','../helpers/performance/constants','.browserstack','help','17250QDWWCL','194588XDbocI','globalException','mocha/lib/cli/cli.js','ahROA','SDKTestSuccessful','lzTjT','445QoQyuQ','CODECEPTJS'];a44_0x3bd9=function(){return _0x3e3e49;};return a44_0x3bd9();}a44_0x29dc59[a44_0x40151b(0x1c7)]=![];const argv=yargs[a44_0x40151b(0x182)](a44_0x29dc59)[a44_0x40151b(0x184)](a44_0x40151b(0x1d4))[a44_0x40151b(0x1a6)]('v','version')[a44_0x40151b(0x1ad)]('v')[a44_0x40151b(0x1a6)]('h',a44_0x40151b(0x160))[a44_0x40151b(0x160)](a44_0x40151b(0x160))[a44_0x40151b(0x1b4)](!![],Constants['VERSION'][a44_0x40151b(0x15c)])[a44_0x40151b(0x17d)](a44_0x40151b(0x18c),Constants[a44_0x40151b(0x1aa)][a44_0x40151b(0x1cc)],function(_0x4d14fa){const _0x8a243c=a44_0x40151b,_0x471f8d={'mvbsJ':function(_0x35b129,_0x4373f7,_0x8eaaac,_0x5b775d){return _0x35b129(_0x4373f7,_0x8eaaac,_0x5b775d);},'SoSfL':function(_0x373c6b,_0x1cb5f){return _0x373c6b(_0x1cb5f);},'QlDvH':_0x8a243c(0x1c0)};helper[_0x8a243c(0x1d6)](),helper[_0x8a243c(0x1a1)]();const _0x29294f=process[_0x8a243c(0x19b)][_0x8a243c(0x1a9)](0x2);return _0x471f8d[_0x8a243c(0x16d)](captureError,_0x471f8d[_0x8a243c(0x1d1)](require,_0x471f8d['QlDvH']),_0x4d14fa[_0x8a243c(0x19b)],_0x29294f);})[a44_0x40151b(0x17d)](a44_0x40151b(0x179),Constants['MOCHA']['INFO'],_0xdc74a6=>{const _0x17d790=a44_0x40151b,_0x2d390f={'qesDM':function(_0x441faf,_0x199cad,_0x39bdce){return _0x441faf(_0x199cad,_0x39bdce);},'wADHo':function(_0x2bbdfc,_0x1904c1){return _0x2bbdfc(_0x1904c1);},'plWqU':_0x17d790(0x18e),'ULOVE':'Parsing\x20command\x20line\x20arguements','IZQte':function(_0x57bd3b,_0x20259c,_0xc96560){return _0x57bd3b(_0x20259c,_0xc96560);},'tCYCa':_0x17d790(0x1c4),'lzTjT':_0x17d790(0x179),'QqrJV':'mocha/lib/cli/commands.js','UaZdo':function(_0x18e5ad,_0x1bb37e,_0x545c41){return _0x18e5ad(_0x1bb37e,_0x545c41);},'bXFiE':_0x17d790(0x164),'OGyCS':function(_0x24d677){return _0x24d677();}};logger['debug'](_0x2d390f[_0x17d790(0x1a3)]);const _0x4792f5=_0x2d390f['IZQte'](requireModule,_0x2d390f[_0x17d790(0x17b)],_0x2d390f[_0x17d790(0x167)]),_0x1ade6f=_0x2d390f[_0x17d790(0x170)](requireModule,_0x2d390f[_0x17d790(0x171)],_0x2d390f[_0x17d790(0x167)]);process['argv']=process[_0x17d790(0x19b)]['slice'](0x1),delete _0x4792f5[_0x17d790(0x181)],_0x4792f5['handler']=function(_0x43d388){const _0x2380b2=_0x17d790;return _0x2d390f[_0x2380b2(0x15b)](captureError,_0x2d390f[_0x2380b2(0x1c5)](require,_0x2d390f[_0x2380b2(0x19f)]),_0x43d388);},_0x1ade6f[_0x17d790(0x1d2)]=_0x4792f5;const {main:_0x46dc0c}=_0x2d390f[_0x17d790(0x193)](requireModule,_0x2d390f[_0x17d790(0x178)],_0x2d390f[_0x17d790(0x167)]);_0x2d390f[_0x17d790(0x16c)](_0x46dc0c);})[a44_0x40151b(0x17d)](a44_0x40151b(0x1b8),Constants[a44_0x40151b(0x1a8)][a44_0x40151b(0x1cc)],function(_0x38d931){const _0x3465b8=a44_0x40151b,_0x24d948={'EIHak':function(_0x15f51f,_0x3c3e48,_0x4d52dc,_0x156641){return _0x15f51f(_0x3c3e48,_0x4d52dc,_0x156641);},'fIJvJ':function(_0x224da1,_0x404257){return _0x224da1(_0x404257);},'fLixx':_0x3465b8(0x187)},_0x1f0081=process['argv'][_0x3465b8(0x1a9)](0x2);return _0x24d948[_0x3465b8(0x1b5)](captureError,_0x24d948[_0x3465b8(0x17e)](require,_0x24d948[_0x3465b8(0x1a7)]),_0x38d931[_0x3465b8(0x19b)],_0x1f0081);})[a44_0x40151b(0x17d)](a44_0x40151b(0x1d0),Constants[a44_0x40151b(0x1a4)][a44_0x40151b(0x1cc)],function(_0x428911){const _0x3be094=a44_0x40151b,_0x5479dc={'kXdMD':function(_0x4ed451,_0x4bef20,_0x35b703,_0x97c9fb){return _0x4ed451(_0x4bef20,_0x35b703,_0x97c9fb);},'yZgmu':function(_0x541000,_0x3a8a32){return _0x541000(_0x3a8a32);},'redYL':_0x3be094(0x1b1)},_0x55cd1e=process[_0x3be094(0x19b)][_0x3be094(0x1a9)](0x2);return _0x5479dc[_0x3be094(0x19e)](captureError,_0x5479dc[_0x3be094(0x199)](require,_0x5479dc[_0x3be094(0x1be)]),_0x428911[_0x3be094(0x19b)],_0x55cd1e);})[a44_0x40151b(0x17d)](a44_0x40151b(0x1ba),Constants[a44_0x40151b(0x1ac)][a44_0x40151b(0x1cc)],function(_0x5663af){const _0x36f0a3=a44_0x40151b,_0x308048={'QKVFI':function(_0x1e7ba4,_0x1cdc7b,_0x235cc9,_0x2bc51c){return _0x1e7ba4(_0x1cdc7b,_0x235cc9,_0x2bc51c);},'WgHzA':function(_0xe565d1,_0x38df9f){return _0xe565d1(_0x38df9f);},'EgzAd':'./nightwatch/command'},_0x576e40=process[_0x36f0a3(0x19b)]['slice'](0x2);return _0x308048['QKVFI'](captureError,_0x308048[_0x36f0a3(0x1bf)](require,_0x308048['EgzAd']),_0x5663af[_0x36f0a3(0x19b)],_0x576e40);})['command'](a44_0x40151b(0x18a),Constants[a44_0x40151b(0x169)][a44_0x40151b(0x1cc)],function(_0x3a5443){const _0x4c34f0=a44_0x40151b,_0x59ac6d={'gMOOi':function(_0x18a908,_0x3f27c6,_0x586eb3,_0x373ea7){return _0x18a908(_0x3f27c6,_0x586eb3,_0x373ea7);},'pWDZA':function(_0x1679d0,_0x9e99bb){return _0x1679d0(_0x9e99bb);},'RueQW':_0x4c34f0(0x16a)},_0x1018e9=process[_0x4c34f0(0x19b)]['slice'](0x2);return _0x59ac6d[_0x4c34f0(0x195)](captureError,_0x59ac6d[_0x4c34f0(0x175)](require,_0x59ac6d[_0x4c34f0(0x185)]),_0x3a5443[_0x4c34f0(0x19b)],_0x1018e9);})[a44_0x40151b(0x17d)](a44_0x40151b(0x1d5),Constants['HST'][a44_0x40151b(0x1cc)],function(_0x124855){const _0x4b691a=a44_0x40151b,_0x4bd73a={'qNsqK':function(_0x2e83f2,_0x1dcf12,_0x108b95){return _0x2e83f2(_0x1dcf12,_0x108b95);},'OvnPd':function(_0x5f2ea7,_0x4edbd0){return _0x5f2ea7(_0x4edbd0);},'KwRak':_0x4b691a(0x1cf)},_0x25b6b0=process['argv']['slice'](0x2);return _0x4bd73a[_0x4b691a(0x18b)](captureError,_0x4bd73a[_0x4b691a(0x1b6)](require,_0x4bd73a[_0x4b691a(0x19a)]),_0x124855);})[a44_0x40151b(0x17d)]('integrations',Constants[a44_0x40151b(0x1d3)][a44_0x40151b(0x1cc)],function(_0x1b7156){const _0x18aab5={'zIWcK':function(_0x5c5c19,_0x57efaf){return _0x5c5c19(_0x57efaf);}};return _0x18aab5['zIWcK'](runIntegrations,_0x1b7156);})[a44_0x40151b(0x17d)](a44_0x40151b(0x1af),Constants[a44_0x40151b(0x196)]['INFO'],function(_0x5bf74){const _0x43ab31=a44_0x40151b,_0x106b7a={'ahROA':function(_0x3aee9e,_0x142900,_0x1d89f2,_0x55e88b){return _0x3aee9e(_0x142900,_0x1d89f2,_0x55e88b);},'SnmNP':function(_0x2191d6,_0x40b4ff){return _0x2191d6(_0x40b4ff);},'nfeXl':_0x43ab31(0x172)},_0x45fd6a=process[_0x43ab31(0x19b)]['slice'](0x2);return _0x106b7a[_0x43ab31(0x165)](captureError,_0x106b7a[_0x43ab31(0x1bd)](require,_0x106b7a[_0x43ab31(0x1b2)]),_0x5bf74[_0x43ab31(0x19b)],_0x45fd6a);})[a44_0x40151b(0x183)](0x1,a44_0x40151b(0x1c8))['wrap'](null)[a44_0x40151b(0x19b)];function a44_0x3de6(_0xbf95b6,_0x26af17){const _0x3bd9c1=a44_0x3bd9();return a44_0x3de6=function(_0x3de68e,_0x1bb172){_0x3de68e=_0x3de68e-0x15b;let _0x997bbd=_0x3bd9c1[_0x3de68e];return _0x997bbd;},a44_0x3de6(_0xbf95b6,_0x26af17);}!helper[a44_0x40151b(0x18d)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x40151b(0x1d5)&&console['error'](a44_0x40151b(0x19d));
2
+ 'use strict';const a44_0x3e2cf1=a44_0x259d;(function(_0x1dc253,_0x5418a7){const _0x174ff3=a44_0x259d,_0x93df81=_0x1dc253();while(!![]){try{const _0xd68edd=-parseInt(_0x174ff3(0x230))/0x1*(-parseInt(_0x174ff3(0x253))/0x2)+parseInt(_0x174ff3(0x21a))/0x3*(-parseInt(_0x174ff3(0x215))/0x4)+-parseInt(_0x174ff3(0x207))/0x5*(parseInt(_0x174ff3(0x227))/0x6)+-parseInt(_0x174ff3(0x213))/0x7*(-parseInt(_0x174ff3(0x20f))/0x8)+-parseInt(_0x174ff3(0x221))/0x9*(parseInt(_0x174ff3(0x1e8))/0xa)+parseInt(_0x174ff3(0x254))/0xb*(-parseInt(_0x174ff3(0x24c))/0xc)+parseInt(_0x174ff3(0x201))/0xd;if(_0xd68edd===_0x5418a7)break;else _0x93df81['push'](_0x93df81['shift']());}catch(_0x5c8046){_0x93df81['push'](_0x93df81['shift']());}}}(a44_0x16a5,0xeeca4));const fs=require('fs'),path=require(a44_0x3e2cf1(0x219)),util=require(a44_0x3e2cf1(0x251)),{requireModule}=require(a44_0x3e2cf1(0x1f9)),PerformanceTester=require(a44_0x3e2cf1(0x21e)),PerformanceEvents=require('../helpers/performance/constants')[a44_0x3e2cf1(0x241)],helper=require('../helpers/helper'),utilities=require(a44_0x3e2cf1(0x1eb)),runIntegrations=require('./integrations/command'),yargs=require(a44_0x3e2cf1(0x22b)),Constants=require(a44_0x3e2cf1(0x220)),logger=require(a44_0x3e2cf1(0x203))[a44_0x3e2cf1(0x234)],origArgs=Object['assign']([],process[a44_0x3e2cf1(0x250)]),captureError=async(_0x571cec,_0x24f122,_0x215722=null)=>{const _0x298a18=a44_0x3e2cf1,_0x2f76f3={'RsgqB':function(_0x969fa5,_0x53b762,_0x19caa0){return _0x969fa5(_0x53b762,_0x19caa0);},'qjyOm':_0x298a18(0x235)};try{logger[_0x298a18(0x1ea)](_0x298a18(0x1e4)+origArgs[_0x298a18(0x206)]('\x20')),await _0x2f76f3[_0x298a18(0x1ff)](_0x571cec,_0x24f122,_0x215722);}catch(_0x20b51c){process[_0x298a18(0x202)]=0x1,logger[_0x298a18(0x211)](util[_0x298a18(0x22a)](_0x20b51c));const _0x3d457e={};_0x3d457e[_0x298a18(0x240)]=_0x20b51c[_0x298a18(0x222)];const _0x3c3466=_0x3d457e;PerformanceTester[_0x298a18(0x1e9)](PerformanceEvents[_0x298a18(0x1fd)],![],util[_0x298a18(0x22a)](_0x20b51c));if(helper[_0x298a18(0x231)](global[_0x298a18(0x239)])&&helper['isUndefined'](global[_0x298a18(0x255)]))return;try{utilities[_0x298a18(0x244)](_0x2f76f3[_0x298a18(0x200)],_0x3c3466,global['config'],global[_0x298a18(0x255)]);}catch(_0x1b1100){logger[_0x298a18(0x252)](_0x298a18(0x1f7)+_0x1b1100[_0x298a18(0x242)]);}PerformanceTester[_0x298a18(0x1e9)](PerformanceEvents[_0x298a18(0x1fd)],![],util[_0x298a18(0x22a)](_0x20b51c));}finally{PerformanceTester['start'](PerformanceEvents[_0x298a18(0x216)]);}};try{const browserstackFolderPath=path[a44_0x3e2cf1(0x206)](helper[a44_0x3e2cf1(0x1f2)](),a44_0x3e2cf1(0x205));if(fs[a44_0x3e2cf1(0x214)](browserstackFolderPath)){const filePath=path[a44_0x3e2cf1(0x206)](browserstackFolderPath,a44_0x3e2cf1(0x1fa));fs[a44_0x3e2cf1(0x214)](filePath)&&fs[a44_0x3e2cf1(0x208)](filePath);}}catch(a44_0x4c6630){logger[a44_0x3e2cf1(0x252)](a44_0x3e2cf1(0x1f8)+a44_0x4c6630[a44_0x3e2cf1(0x222)]);}function a44_0x16a5(){const _0x313855=['../../ats/src/index','.browserstack','join','955OIMfJW','unlinkSync','nightwatch','Parsing\x20command\x20line\x20arguements','JEST','PLAYWRIGHT','mocha/lib/cli/commands.js','includes','120cZHzdM','JHyNJ','error','--no-opts','149044RSnuaA','existsSync','5750748iQGfyP','SDK_CLEANUP','handler','--mochaRequire','path','3KlPJmd','push','mocha','HZIaW','../helpers/performance/performance-tester','demandCommand','./utils/constants','14564097sYoWHH','message','eqxbQ','parserConfiguration','usage:\x20$0\x20<command>\x20[args]','./jest/command','15630jCTUaf','BoVNE','byQBM','format','yargs','./cucumber-js/command','yaeFr','PBCqk','kcFsJ','1xxPjgX','isUndefined','slice','./vanilla-js/command','winstonLogger','SDKTestSuccessful','--no-config','--no-package','PlxsG','config','describe','./playwright/command','node','INFO','gHmIC','OgDIH','globalException','EVENTS','stack','AoHUG','fireFunnelTestEvent','cucumber-js','YnqoO','jest','setTestObservabilityDisable','alias','CUCUMBER','qDxtP','19208100oYoWuU','playwright','RoSts','--require','argv','util','debug','683782jAcCjM','11csipgf','framework','ats','./nightwatch/command','command','svAcd','--config','find','Running\x20SDK\x20with\x20args\x20','HELP','HST','CODECEPTJS','10nYsGXQ','end','info','../helpers/utilities','LqkWX','NIGHTWATCH','tewmc','start','wrap','usage','homedir','mocha/lib/cli/run.js','pDhPX','./mocha/command','CBeDE','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','../helpers/helper','.local-not-set.json','--package','QwOrk','SDK_SETUP','help','RsgqB','qjyOm','71122519JYKivZ','exitCode','../helpers/logger'];a44_0x16a5=function(){return _0x313855;};return a44_0x16a5();}process[a44_0x3e2cf1(0x250)]['includes'](a44_0x3e2cf1(0x21c))&&(!process[a44_0x3e2cf1(0x250)][a44_0x3e2cf1(0x20e)]('--opts')&&process[a44_0x3e2cf1(0x250)]['push'](a44_0x3e2cf1(0x212)),!process[a44_0x3e2cf1(0x250)][a44_0x3e2cf1(0x1e3)](_0x47917a=>_0x47917a[a44_0x3e2cf1(0x20e)](a44_0x3e2cf1(0x25a)))&&process[a44_0x3e2cf1(0x250)][a44_0x3e2cf1(0x21b)](a44_0x3e2cf1(0x236)),!process['argv']['includes'](a44_0x3e2cf1(0x1fb))&&process[a44_0x3e2cf1(0x250)]['push'](a44_0x3e2cf1(0x237)),helper['findAndReplace'](process[a44_0x3e2cf1(0x250)],a44_0x3e2cf1(0x24f),a44_0x3e2cf1(0x218)));function a44_0x259d(_0x1da8cf,_0x5e8812){const _0x16a54b=a44_0x16a5();return a44_0x259d=function(_0x259d73,_0x296802){_0x259d73=_0x259d73-0x1e3;let _0x38f832=_0x16a54b[_0x259d73];return _0x38f832;},a44_0x259d(_0x1da8cf,_0x5e8812);}PerformanceTester['startMonitoring'](),PerformanceTester[a44_0x3e2cf1(0x1ef)](PerformanceEvents[a44_0x3e2cf1(0x1fd)]);const a44_0x37b36a={};a44_0x37b36a['dot-notation']=![];const argv=yargs[a44_0x3e2cf1(0x224)](a44_0x37b36a)[a44_0x3e2cf1(0x1f1)](a44_0x3e2cf1(0x225))['alias']('v','version')[a44_0x3e2cf1(0x23a)]('v')[a44_0x3e2cf1(0x249)]('h',a44_0x3e2cf1(0x1fe))[a44_0x3e2cf1(0x1fe)](a44_0x3e2cf1(0x1fe))['showHelpOnFail'](!![],Constants['VERSION'][a44_0x3e2cf1(0x1e5)])[a44_0x3e2cf1(0x258)](a44_0x3e2cf1(0x247),Constants[a44_0x3e2cf1(0x20b)][a44_0x3e2cf1(0x23d)],function(_0x2e2f16){const _0x43dd82=a44_0x3e2cf1,_0x2bc3ae={'LqkWX':function(_0x2c11f0,_0x1ba790,_0x539737,_0x52c36f){return _0x2c11f0(_0x1ba790,_0x539737,_0x52c36f);},'eqxbQ':function(_0x19519a,_0x321c3c){return _0x19519a(_0x321c3c);},'gHmIC':_0x43dd82(0x226)};helper[_0x43dd82(0x248)](),helper['setBrowserStackAutomationDisable']();const _0x223af4=process[_0x43dd82(0x250)][_0x43dd82(0x232)](0x2);return _0x2bc3ae[_0x43dd82(0x1ec)](captureError,_0x2bc3ae[_0x43dd82(0x223)](require,_0x2bc3ae[_0x43dd82(0x23e)]),_0x2e2f16[_0x43dd82(0x250)],_0x223af4);})['command']('mocha',Constants['MOCHA'][a44_0x3e2cf1(0x23d)],_0x2f7d02=>{const _0x4934ca=a44_0x3e2cf1,_0x42030={'yaeFr':function(_0x465763,_0x5263fc,_0x37f34c){return _0x465763(_0x5263fc,_0x37f34c);},'uLaxO':function(_0x33c44d,_0x528437){return _0x33c44d(_0x528437);},'YTdHm':_0x4934ca(0x1f5),'byQBM':_0x4934ca(0x20a),'PBCqk':function(_0x18572f,_0x20a7a7,_0x29b7d9){return _0x18572f(_0x20a7a7,_0x29b7d9);},'AoHUG':_0x4934ca(0x1f3),'BoVNE':_0x4934ca(0x21c),'BNvcg':function(_0x2b3990,_0x1049f7,_0x14980b){return _0x2b3990(_0x1049f7,_0x14980b);},'XagmM':_0x4934ca(0x20d),'QVpvt':'mocha/lib/cli/cli.js','jNVjx':function(_0x94c655){return _0x94c655();}};logger[_0x4934ca(0x252)](_0x42030[_0x4934ca(0x229)]);const _0x166df2=_0x42030[_0x4934ca(0x22e)](requireModule,_0x42030[_0x4934ca(0x243)],_0x42030['BoVNE']),_0xc1ab61=_0x42030['BNvcg'](requireModule,_0x42030['XagmM'],_0x42030[_0x4934ca(0x228)]);process[_0x4934ca(0x250)]=process[_0x4934ca(0x250)][_0x4934ca(0x232)](0x1),delete _0x166df2[_0x4934ca(0x217)],_0x166df2['handler']=function(_0x5e1c3f){const _0x2efe8d=_0x4934ca;return _0x42030[_0x2efe8d(0x22d)](captureError,_0x42030['uLaxO'](require,_0x42030['YTdHm']),_0x5e1c3f);},_0xc1ab61['run']=_0x166df2;const {main:_0x436153}=_0x42030[_0x4934ca(0x22e)](requireModule,_0x42030['QVpvt'],_0x42030[_0x4934ca(0x228)]);_0x42030['jNVjx'](_0x436153);})['command'](a44_0x3e2cf1(0x245),Constants[a44_0x3e2cf1(0x24a)][a44_0x3e2cf1(0x23d)],function(_0x32c041){const _0x866bb9=a44_0x3e2cf1,_0x5865be={'PlxsG':function(_0x53a175,_0x45b44d,_0x21dc8a,_0x12914d){return _0x53a175(_0x45b44d,_0x21dc8a,_0x12914d);},'UuXTZ':function(_0x46dc04,_0x12c2a6){return _0x46dc04(_0x12c2a6);},'YnqoO':_0x866bb9(0x22c)},_0x536d47=process[_0x866bb9(0x250)][_0x866bb9(0x232)](0x2);return _0x5865be[_0x866bb9(0x238)](captureError,_0x5865be['UuXTZ'](require,_0x5865be[_0x866bb9(0x246)]),_0x32c041[_0x866bb9(0x250)],_0x536d47);})['command'](a44_0x3e2cf1(0x23c),Constants['VANILLA'][a44_0x3e2cf1(0x23d)],function(_0x55eeb2){const _0x1da7d5=a44_0x3e2cf1,_0x298860={'CBeDE':function(_0x1f403b,_0x5ef463,_0x337a2f,_0x2f90fa){return _0x1f403b(_0x5ef463,_0x337a2f,_0x2f90fa);},'RoSts':function(_0x40320f,_0x54c85d){return _0x40320f(_0x54c85d);},'acOCy':_0x1da7d5(0x233)},_0x4b06ee=process[_0x1da7d5(0x250)][_0x1da7d5(0x232)](0x2);return _0x298860[_0x1da7d5(0x1f6)](captureError,_0x298860[_0x1da7d5(0x24e)](require,_0x298860['acOCy']),_0x55eeb2[_0x1da7d5(0x250)],_0x4b06ee);})[a44_0x3e2cf1(0x258)](a44_0x3e2cf1(0x209),Constants[a44_0x3e2cf1(0x1ed)]['INFO'],function(_0x3c0888){const _0x2a256b=a44_0x3e2cf1,_0x476359={'qDxtP':function(_0x21c8f9,_0x30a220,_0x5ee5ae,_0x2ad6d0){return _0x21c8f9(_0x30a220,_0x5ee5ae,_0x2ad6d0);},'kQvCy':function(_0x6bcd60,_0x458dd9){return _0x6bcd60(_0x458dd9);},'kcFsJ':_0x2a256b(0x257)},_0x12dd36=process[_0x2a256b(0x250)][_0x2a256b(0x232)](0x2);return _0x476359[_0x2a256b(0x24b)](captureError,_0x476359['kQvCy'](require,_0x476359[_0x2a256b(0x22f)]),_0x3c0888['argv'],_0x12dd36);})[a44_0x3e2cf1(0x258)]('codeceptjs',Constants[a44_0x3e2cf1(0x1e7)][a44_0x3e2cf1(0x23d)],function(_0x22d640){const _0xb8a86d=a44_0x3e2cf1,_0x53f98b={'svAcd':function(_0x240f00,_0x23a6ef,_0x19d97d,_0x452c65){return _0x240f00(_0x23a6ef,_0x19d97d,_0x452c65);},'OgDIH':function(_0x14ed76,_0x18826e){return _0x14ed76(_0x18826e);},'XTurK':'./codeceptjs/command'},_0x4b655c=process['argv'][_0xb8a86d(0x232)](0x2);return _0x53f98b[_0xb8a86d(0x259)](captureError,_0x53f98b[_0xb8a86d(0x23f)](require,_0x53f98b['XTurK']),_0x22d640[_0xb8a86d(0x250)],_0x4b655c);})['command']('ats',Constants[a44_0x3e2cf1(0x1e6)][a44_0x3e2cf1(0x23d)],function(_0x13edd6){const _0x3296c4=a44_0x3e2cf1,_0x28c36d={'QwOrk':function(_0x3fcf52,_0x40fb99,_0x1f8d6b){return _0x3fcf52(_0x40fb99,_0x1f8d6b);},'oSUkP':function(_0x43e119,_0x2cdfdf){return _0x43e119(_0x2cdfdf);},'pDhPX':_0x3296c4(0x204)},_0xdd46e3=process[_0x3296c4(0x250)][_0x3296c4(0x232)](0x2);return _0x28c36d[_0x3296c4(0x1fc)](captureError,_0x28c36d['oSUkP'](require,_0x28c36d[_0x3296c4(0x1f4)]),_0x13edd6);})[a44_0x3e2cf1(0x258)]('integrations',Constants['INTEGRATIONS'][a44_0x3e2cf1(0x23d)],function(_0x35c8fc){const _0x5703d1=a44_0x3e2cf1,_0x42e9ed={'HZIaW':function(_0x548e5b,_0x2ed90b){return _0x548e5b(_0x2ed90b);}};return _0x42e9ed[_0x5703d1(0x21d)](runIntegrations,_0x35c8fc);})['command'](a44_0x3e2cf1(0x24d),Constants[a44_0x3e2cf1(0x20c)][a44_0x3e2cf1(0x23d)],function(_0x14c668){const _0x5e335f=a44_0x3e2cf1,_0x16f327={'EgUfU':function(_0x46a499,_0x153342,_0x4baf17,_0x388ddb){return _0x46a499(_0x153342,_0x4baf17,_0x388ddb);},'JHyNJ':function(_0x39249b,_0x1b1d3f){return _0x39249b(_0x1b1d3f);},'tewmc':_0x5e335f(0x23b)},_0x2cff24=process[_0x5e335f(0x250)][_0x5e335f(0x232)](0x2);return _0x16f327['EgUfU'](captureError,_0x16f327[_0x5e335f(0x210)](require,_0x16f327[_0x5e335f(0x1ee)]),_0x14c668[_0x5e335f(0x250)],_0x2cff24);})[a44_0x3e2cf1(0x21f)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a44_0x3e2cf1(0x1f0)](null)[a44_0x3e2cf1(0x250)];!helper[a44_0x3e2cf1(0x231)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x3e2cf1(0x256)&&console[a44_0x3e2cf1(0x211)]('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a45_0x17b23f=a45_0x1ae3;function a45_0x1ae3(_0x232187,_0x563e39){const _0x251f9b=a45_0x251f();return a45_0x1ae3=function(_0x1ae322,_0x2a7cdb){_0x1ae322=_0x1ae322-0x1ea;let _0x4fa014=_0x251f9b[_0x1ae322];return _0x4fa014;},a45_0x1ae3(_0x232187,_0x563e39);}(function(_0x434050,_0x1ae57f){const _0x4ab767=a45_0x1ae3,_0xcdbe65=_0x434050();while(!![]){try{const _0x2233ca=-parseInt(_0x4ab767(0x20f))/0x1+parseInt(_0x4ab767(0x1f3))/0x2+parseInt(_0x4ab767(0x206))/0x3+-parseInt(_0x4ab767(0x1ec))/0x4+parseInt(_0x4ab767(0x225))/0x5+-parseInt(_0x4ab767(0x203))/0x6*(-parseInt(_0x4ab767(0x212))/0x7)+-parseInt(_0x4ab767(0x1f2))/0x8*(-parseInt(_0x4ab767(0x221))/0x9);if(_0x2233ca===_0x1ae57f)break;else _0xcdbe65['push'](_0xcdbe65['shift']());}catch(_0x22ae3d){_0xcdbe65['push'](_0xcdbe65['shift']());}}}(a45_0x251f,0x80560));const fs=require('fs'),helper=require(a45_0x17b23f(0x20b)),utilities=require(a45_0x17b23f(0x1f9)),yaml=require(a45_0x17b23f(0x215)),yargs=require('yargs'),logger=require('../helpers/logger')['winstonLogger'],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a45_0x17b23f(0x1eb),configFile=process[a45_0x17b23f(0x22b)]()+a45_0x17b23f(0x1ff),packageFile=process[a45_0x17b23f(0x22b)]()+'/package.json',frameworks=[a45_0x17b23f(0x1fe),a45_0x17b23f(0x1ed),'cucumber-js','node',a45_0x17b23f(0x201),a45_0x17b23f(0x211),a45_0x17b23f(0x1fd)];let config;logger[a45_0x17b23f(0x207)](a45_0x17b23f(0x22f)),createConfigurationFile(yargs[a45_0x17b23f(0x200)]['username'],yargs['argv']['key'],yargs['argv']['playwright']);try{sdkSetup();}catch(a45_0x18b0b5){logger[a45_0x17b23f(0x20a)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x18b0b5);}addScriptInPackageJson();function a45_0x251f(){const _0x1d0cf3=['stringify','BrNNO','Creating\x20configuration\x20file...','Adding\x20new\x20script(s)\x20in\x20package.json...','/../../browserstack.pw.yml.sample','2111320lNmpYS','jest','includes','\x20&&\x20npm\x20update\x20browserstack-node-sdk','YOUR_ACCESS_KEY','JhbGV','2440VhlxmD','1381620njpNFj','postinstall','-browserstack','ZIJed','dRTGz','GLpjq','../helpers/utilities','npm\x20update\x20browserstack-node-sdk','length','writeFileSync','playwright','mocha','/browserstack.yml','argv','nightwatch','source','36RMBRzu','cKqae','Setup\x20completed','1368282XnEAla','info','browserstack-node-sdk','utf8','debug','../helpers/helper','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','ckmEg','gvZfN','408350rrxory','join','codeceptjs','13587hYdDAR','YOUR_USERNAME','jQrCc','js-yaml','NOaUM','eJecs','replace','Gjvym','push','indexOf','ymMLl','readFileSync','parse','scripts','LHVvY','4158VVtOgt','fireFunnelTestEvent','NaBue','ZWMfm','811920FabyPI','node-setup','jIxeV','isUndefined','load','LcJIE','cwd','hcCGa'];a45_0x251f=function(){return _0x1d0cf3;};return a45_0x251f();}function createConfigurationFile(_0x2e1290,_0x6ad90a,_0x52c17b=![]){const _0x5c9c4f=a45_0x17b23f,_0x230a97={};_0x230a97['ZWMfm']=_0x5c9c4f(0x209),_0x230a97[_0x5c9c4f(0x216)]=_0x5c9c4f(0x213),_0x230a97[_0x5c9c4f(0x20d)]=_0x5c9c4f(0x1f0);const _0x518cac=_0x230a97;try{let _0x438f9f=fs[_0x5c9c4f(0x21d)](_0x52c17b?configFileTemplatePW:configFileTemplate,_0x518cac[_0x5c9c4f(0x224)]);_0x2e1290&&(_0x438f9f=_0x438f9f['replace'](_0x518cac['NOaUM'],_0x2e1290)),_0x6ad90a&&(_0x438f9f=_0x438f9f[_0x5c9c4f(0x218)](_0x518cac[_0x5c9c4f(0x20d)],_0x6ad90a)),config=yaml[_0x5c9c4f(0x229)](_0x438f9f),fs[_0x5c9c4f(0x1fc)](configFile,_0x438f9f,_0x51b465=>{_0x51b465&&logger['error'](_0x51b465);});}catch(_0x2620b8){logger['error'](_0x2620b8);}}function addPostInstallScript(_0xa74f42,_0x4c2ace){const _0x577de8=a45_0x17b23f,_0x292f9c={};_0x292f9c[_0x577de8(0x22a)]=_0x577de8(0x1f4),_0x292f9c[_0x577de8(0x20e)]=_0x577de8(0x1fa),_0x292f9c['BrNNO']=_0x577de8(0x1ef);const _0x16d110=_0x292f9c;let _0xc562da=_0xa74f42[_0x16d110['LcJIE']];if(_0xc562da&&_0xc562da[_0x577de8(0x1ee)](_0x16d110[_0x577de8(0x20e)]))return;!_0xc562da?_0xc562da=_0x16d110[_0x577de8(0x20e)]:_0xc562da+=_0x16d110[_0x577de8(0x22e)],_0x4c2ace[_0x577de8(0x21a)]([_0x16d110[_0x577de8(0x22a)],_0xc562da]);}function addScriptInPackageJson(){const _0x2e3efb=a45_0x17b23f,_0x4914ad={'hcCGa':'utf8','ZIJed':function(_0x1b84ab,_0x5f6c17){return _0x1b84ab<_0x5f6c17;},'jIxeV':function(_0x449c8e,_0x3f90e8,_0x18642){return _0x449c8e(_0x3f90e8,_0x18642);},'NaBue':function(_0x2b2719,_0x2b390b,_0x49ee10){return _0x2b2719(_0x2b390b,_0x49ee10);},'ymMLl':function(_0x121ca5,_0x187520){return _0x121ca5<_0x187520;},'Gjvym':function(_0x1f53bb,_0x18ed11){return _0x1f53bb!==_0x18ed11;},'jQrCc':_0x2e3efb(0x1ea)},_0x56a998=JSON[_0x2e3efb(0x21e)](fs[_0x2e3efb(0x21d)](packageFile,_0x4914ad[_0x2e3efb(0x22c)])),_0x2f33b2=[];for(let _0x2829fc=0x0;_0x4914ad['ZIJed'](_0x2829fc,frameworks['length']);_0x2829fc+=0x1){const _0x1d4a80=_0x4914ad[_0x2e3efb(0x227)](findScriptsWithFramework,_0x56a998[_0x2e3efb(0x21f)],frameworks[_0x2829fc]);for(let _0x5e8829=0x0;_0x4914ad[_0x2e3efb(0x1f6)](_0x5e8829,_0x1d4a80['length']);_0x5e8829+=0x1){_0x2f33b2['push'](_0x4914ad[_0x2e3efb(0x227)](getUpdatedCommand,_0x56a998[_0x2e3efb(0x21f)],_0x1d4a80[_0x5e8829]));}_0x4914ad[_0x2e3efb(0x223)](addPostInstallScript,_0x56a998[_0x2e3efb(0x21f)],_0x2f33b2);}const _0x2cee49={..._0x56a998[_0x2e3efb(0x21f)]},_0x280f78=_0x2cee49;for(let _0x5a69cd=0x0;_0x4914ad[_0x2e3efb(0x21c)](_0x5a69cd,_0x2f33b2[_0x2e3efb(0x1fb)]);_0x5a69cd+=0x1){_0x280f78[_0x2f33b2[_0x5a69cd][0x0]]=_0x2f33b2[_0x5a69cd][0x1];}_0x4914ad[_0x2e3efb(0x219)](JSON[_0x2e3efb(0x22d)](_0x56a998[_0x2e3efb(0x21f)]),JSON['stringify'](_0x280f78))&&(logger[_0x2e3efb(0x207)](_0x4914ad[_0x2e3efb(0x214)]),_0x56a998[_0x2e3efb(0x21f)]=_0x280f78,fs['writeFileSync'](packageFile,JSON[_0x2e3efb(0x22d)](_0x56a998,null,0x2),_0x5df8c2=>{_0x5df8c2&&logger['error'](_0x5df8c2);}));};function findScriptsWithFramework(_0x176626,_0x464e3e){const _0x264941=a45_0x17b23f,_0x9154a2={};_0x9154a2[_0x264941(0x1f1)]=function(_0x7ac2b8,_0x2e3638){return _0x7ac2b8<_0x2e3638;},_0x9154a2[_0x264941(0x204)]='browserstack-node-sdk';const _0x49ea4b=_0x9154a2,_0x524514=[],_0x6be88f=Object['entries'](_0x176626);for(let _0x36ede4=0x0;_0x49ea4b['JhbGV'](_0x36ede4,_0x6be88f['length']);_0x36ede4+=0x1){_0x6be88f[_0x36ede4][0x1][_0x264941(0x1ee)](_0x464e3e)&&!_0x6be88f[_0x36ede4][0x1][_0x264941(0x1ee)](_0x49ea4b[_0x264941(0x204)])&&_0x524514[_0x264941(0x21a)](_0x6be88f[_0x36ede4][0x0]);}return _0x524514;}function getUpdatedCommand(_0x5d844b,_0x1d245a){const _0x371855=a45_0x17b23f,_0x484c47={};_0x484c47[_0x371855(0x1f8)]=function(_0x4d5323,_0x3bb7f0){return _0x4d5323!==_0x3bb7f0;},_0x484c47[_0x371855(0x1f7)]=_0x371855(0x208),_0x484c47[_0x371855(0x217)]=function(_0x4ba8bd,_0x5427b2){return _0x4ba8bd===_0x5427b2;};const _0x2380af=_0x484c47,_0x296153=_0x1d245a+_0x371855(0x1f5),_0x4e4b16=_0x5d844b[_0x1d245a],_0x57335c=_0x4e4b16['split']('\x20');for(const _0x462504 of frameworks){if(_0x2380af['GLpjq'](_0x57335c['indexOf'](_0x462504),-0x1)){_0x57335c['splice'](_0x57335c[_0x371855(0x21b)](_0x462504),0x0,_0x2380af['dRTGz']);break;}}let _0x270120=_0x57335c[_0x371855(0x210)]('\x20');return _0x2380af[_0x371855(0x217)](_0x270120,_0x4e4b16)&&(_0x270120='browserstack-node-sdk\x20'+_0x4e4b16),[_0x296153,_0x270120];}function sdkSetup(){const _0x506eea=a45_0x17b23f,_0x31c0c5={};_0x31c0c5[_0x506eea(0x220)]=_0x506eea(0x226),_0x31c0c5['CgmZA']='SDKSetup';const _0x2ffb11=_0x31c0c5;if(helper[_0x506eea(0x228)](config))return;config[_0x506eea(0x202)]=_0x2ffb11[_0x506eea(0x220)];try{utilities[_0x506eea(0x222)](_0x2ffb11['CgmZA'],{},config,'');}catch(_0x5c80f8){logger[_0x506eea(0x20a)](_0x506eea(0x20c)+_0x5c80f8);}}logger['info'](a45_0x17b23f(0x205));
3
+ const a45_0x1ada2f=a45_0x3842;function a45_0x51f9(){const _0xe9cafa=['YOUR_USERNAME','dVtAu','node','mocha','source','browserstack-node-sdk','lurKU','readFileSync','SFnwP','length','529529FCMaAf','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','indexOf','142ewvzUa','load','info','fireFunnelTestEvent','HUujL','replace','470090GVigKQ','/../../browserstack.pw.yml.sample','../helpers/helper','codeceptjs','includes','228636xsmmvr','WONUO','key','npm\x20update\x20browserstack-node-sdk','join','hFVtG','winstonLogger','BDrlF','splice','js-yaml','../helpers/utilities','Setup\x20completed','479992YOxLVu','3MvsQeF','hWkbh','error','\x20&&\x20npm\x20update\x20browserstack-node-sdk','push','utf8','argv','MQBcB','538324Qckveb','../helpers/logger','cwd','2379915hnuwMq','entries','debug','writeFileSync','hqYut','username','yargs','bpsAE','gUfFH','playwright','jest','/browserstack.yml','scripts','bIuVf','Creating\x20configuration\x20file...','zYhCR','-browserstack','nightwatch','ILoKn','stringify','OsETD','/../../browserstack.yml.sample','QJAfK','OMlFB','1129OCQjlc','Adding\x20new\x20script(s)\x20in\x20package.json...','VFcLL','cucumber-js','YOUR_ACCESS_KEY','node-setup'];a45_0x51f9=function(){return _0xe9cafa;};return a45_0x51f9();}(function(_0x3aff80,_0x16fd56){const _0x3b276d=a45_0x3842,_0xcf3fab=_0x3aff80();while(!![]){try{const _0x37ba94=parseInt(_0x3b276d(0x1a8))/0x1*(-parseInt(_0x3b276d(0x1bb))/0x2)+parseInt(_0x3b276d(0x1d3))/0x3*(parseInt(_0x3b276d(0x1db))/0x4)+-parseInt(_0x3b276d(0x1c1))/0x5+parseInt(_0x3b276d(0x1c6))/0x6+-parseInt(_0x3b276d(0x1b8))/0x7+-parseInt(_0x3b276d(0x1d2))/0x8+parseInt(_0x3b276d(0x1de))/0x9;if(_0x37ba94===_0x16fd56)break;else _0xcf3fab['push'](_0xcf3fab['shift']());}catch(_0x14d6b6){_0xcf3fab['push'](_0xcf3fab['shift']());}}}(a45_0x51f9,0x1f143));const fs=require('fs'),helper=require(a45_0x1ada2f(0x1c3)),utilities=require(a45_0x1ada2f(0x1d0)),yaml=require(a45_0x1ada2f(0x1cf)),yargs=require(a45_0x1ada2f(0x1e4)),logger=require(a45_0x1ada2f(0x1dc))[a45_0x1ada2f(0x1cc)],configFileTemplate=__dirname+a45_0x1ada2f(0x1f3),configFileTemplatePW=__dirname+a45_0x1ada2f(0x1c2),configFile=process[a45_0x1ada2f(0x1dd)]()+a45_0x1ada2f(0x1e9),packageFile=process[a45_0x1ada2f(0x1dd)]()+'/package.json',frameworks=[a45_0x1ada2f(0x1b1),a45_0x1ada2f(0x1e8),a45_0x1ada2f(0x1ab),a45_0x1ada2f(0x1b0),a45_0x1ada2f(0x1ef),a45_0x1ada2f(0x1c4),a45_0x1ada2f(0x1e7)];let config;logger[a45_0x1ada2f(0x1bd)](a45_0x1ada2f(0x1ec)),createConfigurationFile(yargs[a45_0x1ada2f(0x1d9)][a45_0x1ada2f(0x1e3)],yargs[a45_0x1ada2f(0x1d9)][a45_0x1ada2f(0x1c8)],yargs[a45_0x1ada2f(0x1d9)][a45_0x1ada2f(0x1e7)]);try{sdkSetup();}catch(a45_0x4c8175){logger[a45_0x1ada2f(0x1e0)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x4c8175);}addScriptInPackageJson();function createConfigurationFile(_0x3efe30,_0x8afd88,_0x50631a=![]){const _0x26c7e9=a45_0x1ada2f,_0x33bc4b={};_0x33bc4b[_0x26c7e9(0x1cd)]=_0x26c7e9(0x1d8),_0x33bc4b[_0x26c7e9(0x1e5)]=_0x26c7e9(0x1ae),_0x33bc4b[_0x26c7e9(0x1a7)]=_0x26c7e9(0x1ac);const _0xfbb7bc=_0x33bc4b;try{let _0xa24acb=fs[_0x26c7e9(0x1b5)](_0x50631a?configFileTemplatePW:configFileTemplate,_0xfbb7bc['BDrlF']);_0x3efe30&&(_0xa24acb=_0xa24acb[_0x26c7e9(0x1c0)](_0xfbb7bc['bpsAE'],_0x3efe30)),_0x8afd88&&(_0xa24acb=_0xa24acb[_0x26c7e9(0x1c0)](_0xfbb7bc['OMlFB'],_0x8afd88)),config=yaml[_0x26c7e9(0x1bc)](_0xa24acb),fs[_0x26c7e9(0x1e1)](configFile,_0xa24acb,_0x4640d1=>{_0x4640d1&&logger['error'](_0x4640d1);});}catch(_0x5215fe){logger[_0x26c7e9(0x1d5)](_0x5215fe);}}function a45_0x3842(_0x4ab8bc,_0x355acc){const _0x51f927=a45_0x51f9();return a45_0x3842=function(_0x384234,_0x994111){_0x384234=_0x384234-0x1a6;let _0x4a0f28=_0x51f927[_0x384234];return _0x4a0f28;},a45_0x3842(_0x4ab8bc,_0x355acc);}function addPostInstallScript(_0x257b1e,_0x5864f8){const _0x3ceca8=a45_0x1ada2f,_0x2492ad={};_0x2492ad[_0x3ceca8(0x1ed)]='postinstall',_0x2492ad[_0x3ceca8(0x1aa)]=_0x3ceca8(0x1c9),_0x2492ad['hFVtG']=_0x3ceca8(0x1d6);const _0x5276f8=_0x2492ad;let _0x10e415=_0x257b1e[_0x5276f8[_0x3ceca8(0x1ed)]];if(_0x10e415&&_0x10e415['includes'](_0x5276f8['VFcLL']))return;!_0x10e415?_0x10e415=_0x5276f8[_0x3ceca8(0x1aa)]:_0x10e415+=_0x5276f8[_0x3ceca8(0x1cb)],_0x5864f8[_0x3ceca8(0x1d7)]([_0x5276f8[_0x3ceca8(0x1ed)],_0x10e415]);}function addScriptInPackageJson(){const _0x25c70e=a45_0x1ada2f,_0x40c566={'oyUjq':_0x25c70e(0x1d8),'hWkbh':function(_0x285e85,_0x1b0082){return _0x285e85<_0x1b0082;},'gUfFH':function(_0x30834d,_0x32f3e4,_0x76ec7){return _0x30834d(_0x32f3e4,_0x76ec7);},'HUujL':function(_0x1ed344,_0x40f21){return _0x1ed344<_0x40f21;},'bIuVf':function(_0x4d061b,_0x3506bc,_0x136129){return _0x4d061b(_0x3506bc,_0x136129);},'WONUO':function(_0x3070d3,_0x514f9e){return _0x3070d3!==_0x514f9e;},'ILoKn':_0x25c70e(0x1a9)},_0x3a4637=JSON['parse'](fs['readFileSync'](packageFile,_0x40c566['oyUjq'])),_0x229e60=[];for(let _0x411fef=0x0;_0x40c566['hWkbh'](_0x411fef,frameworks[_0x25c70e(0x1b7)]);_0x411fef+=0x1){const _0x1c6b4d=_0x40c566[_0x25c70e(0x1e6)](findScriptsWithFramework,_0x3a4637[_0x25c70e(0x1ea)],frameworks[_0x411fef]);for(let _0x5ca246=0x0;_0x40c566[_0x25c70e(0x1bf)](_0x5ca246,_0x1c6b4d[_0x25c70e(0x1b7)]);_0x5ca246+=0x1){_0x229e60[_0x25c70e(0x1d7)](_0x40c566[_0x25c70e(0x1e6)](getUpdatedCommand,_0x3a4637[_0x25c70e(0x1ea)],_0x1c6b4d[_0x5ca246]));}_0x40c566[_0x25c70e(0x1eb)](addPostInstallScript,_0x3a4637[_0x25c70e(0x1ea)],_0x229e60);}const _0x5b88e1={..._0x3a4637[_0x25c70e(0x1ea)]},_0x1e73b4=_0x5b88e1;for(let _0x4e3791=0x0;_0x40c566[_0x25c70e(0x1d4)](_0x4e3791,_0x229e60[_0x25c70e(0x1b7)]);_0x4e3791+=0x1){_0x1e73b4[_0x229e60[_0x4e3791][0x0]]=_0x229e60[_0x4e3791][0x1];}_0x40c566[_0x25c70e(0x1c7)](JSON[_0x25c70e(0x1f1)](_0x3a4637[_0x25c70e(0x1ea)]),JSON[_0x25c70e(0x1f1)](_0x1e73b4))&&(logger[_0x25c70e(0x1bd)](_0x40c566[_0x25c70e(0x1f0)]),_0x3a4637[_0x25c70e(0x1ea)]=_0x1e73b4,fs['writeFileSync'](packageFile,JSON[_0x25c70e(0x1f1)](_0x3a4637,null,0x2),_0x54ec79=>{const _0x585743=_0x25c70e;_0x54ec79&&logger[_0x585743(0x1d5)](_0x54ec79);}));};function findScriptsWithFramework(_0x1c8a45,_0x2b7f4c){const _0x49a367=a45_0x1ada2f,_0x40cae1={};_0x40cae1[_0x49a367(0x1b6)]=function(_0x473eed,_0x43681b){return _0x473eed<_0x43681b;},_0x40cae1[_0x49a367(0x1e2)]=_0x49a367(0x1b3);const _0x15071a=_0x40cae1,_0x27a69d=[],_0xb0519b=Object[_0x49a367(0x1df)](_0x1c8a45);for(let _0x2fe77e=0x0;_0x15071a[_0x49a367(0x1b6)](_0x2fe77e,_0xb0519b['length']);_0x2fe77e+=0x1){_0xb0519b[_0x2fe77e][0x1]['includes'](_0x2b7f4c)&&!_0xb0519b[_0x2fe77e][0x1][_0x49a367(0x1c5)](_0x15071a[_0x49a367(0x1e2)])&&_0x27a69d[_0x49a367(0x1d7)](_0xb0519b[_0x2fe77e][0x0]);}return _0x27a69d;}function getUpdatedCommand(_0x4da3d5,_0x397bc9){const _0x5d702d=a45_0x1ada2f,_0x37b69e={};_0x37b69e[_0x5d702d(0x1a6)]=function(_0x58cafd,_0x2d4743){return _0x58cafd!==_0x2d4743;},_0x37b69e['OsETD']=_0x5d702d(0x1b3),_0x37b69e['MQBcB']=function(_0x3be35b,_0x4be03d){return _0x3be35b===_0x4be03d;};const _0x5f05eb=_0x37b69e,_0x938847=_0x397bc9+_0x5d702d(0x1ee),_0x4f4c87=_0x4da3d5[_0x397bc9],_0x568094=_0x4f4c87['split']('\x20');for(const _0x263d0b of frameworks){if(_0x5f05eb[_0x5d702d(0x1a6)](_0x568094[_0x5d702d(0x1ba)](_0x263d0b),-0x1)){_0x568094[_0x5d702d(0x1ce)](_0x568094[_0x5d702d(0x1ba)](_0x263d0b),0x0,_0x5f05eb[_0x5d702d(0x1f2)]);break;}}let _0x1f4055=_0x568094[_0x5d702d(0x1ca)]('\x20');return _0x5f05eb[_0x5d702d(0x1da)](_0x1f4055,_0x4f4c87)&&(_0x1f4055='browserstack-node-sdk\x20'+_0x4f4c87),[_0x938847,_0x1f4055];}function sdkSetup(){const _0x2a29ca=a45_0x1ada2f,_0x1edfef={};_0x1edfef[_0x2a29ca(0x1b4)]=_0x2a29ca(0x1ad),_0x1edfef[_0x2a29ca(0x1af)]='SDKSetup';const _0x521122=_0x1edfef;if(helper['isUndefined'](config))return;config[_0x2a29ca(0x1b2)]=_0x521122[_0x2a29ca(0x1b4)];try{utilities[_0x2a29ca(0x1be)](_0x521122['dVtAu'],{},config,'');}catch(_0x2f5ea5){logger[_0x2a29ca(0x1e0)](_0x2a29ca(0x1b9)+_0x2f5ea5);}}logger[a45_0x1ada2f(0x1bd)](a45_0x1ada2f(0x1d1));
@@ -1 +1 @@
1
- const a46_0x15d52f=a46_0x4f57;(function(_0x19235d,_0x2ca148){const _0x23c2d5=a46_0x4f57,_0x583f9b=_0x19235d();while(!![]){try{const _0x33a461=-parseInt(_0x23c2d5(0x107))/0x1+parseInt(_0x23c2d5(0x114))/0x2+parseInt(_0x23c2d5(0x105))/0x3+-parseInt(_0x23c2d5(0xf7))/0x4*(parseInt(_0x23c2d5(0x110))/0x5)+-parseInt(_0x23c2d5(0x112))/0x6+parseInt(_0x23c2d5(0x10d))/0x7*(parseInt(_0x23c2d5(0x101))/0x8)+parseInt(_0x23c2d5(0xfa))/0x9;if(_0x33a461===_0x2ca148)break;else _0x583f9b['push'](_0x583f9b['shift']());}catch(_0x21c143){_0x583f9b['push'](_0x583f9b['shift']());}}}(a46_0x1a24,0x294e9));const Worker=require('jest-worker')['Worker'],Emittery=require(a46_0x15d52f(0xda)),pLimit=require(a46_0x15d52f(0xc0)),logger=require(a46_0x15d52f(0xc5))[a46_0x15d52f(0xf5)],PerformanceTester=require(a46_0x15d52f(0xc1)),PerformanceEvents=require('../../helpers/performance/constants')[a46_0x15d52f(0xb9)],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require(a46_0x15d52f(0xe1)),{FRAMEWORKS}=require(a46_0x15d52f(0xf6));function a46_0x4f57(_0x409220,_0x53ecaa){const _0x1a24b0=a46_0x1a24();return a46_0x4f57=function(_0x4f573c,_0x19b77e){_0x4f573c=_0x4f573c-0xb5;let _0x1f2338=_0x1a24b0[_0x4f573c];return _0x1f2338;},a46_0x4f57(_0x409220,_0x53ecaa);}exports[a46_0x15d52f(0x103)]=(_0x1339f6,_0x5f2925,_0x3c4354)=>new Promise(async _0x20cd1c=>{const _0x2598bb=a46_0x15d52f,_0x155297={'BbFQT':_0x2598bb(0xe5),'zXtWB':function(_0x3b327a,_0x3e666d){return _0x3b327a+_0x3e666d;},'NLcjX':_0x2598bb(0xff),'inTge':_0x2598bb(0xd8),'DNzGy':function(_0x1f3f61,_0x3921aa){return _0x1f3f61(_0x3921aa);},'rdUza':_0x2598bb(0xca),'naAhM':_0x2598bb(0xfc),'pHpuX':_0x2598bb(0xf3),'TRFIZ':_0x2598bb(0x108),'LLhfB':_0x2598bb(0xed),'sbXrX':function(_0x450c94,_0x41ab25){return _0x450c94*_0x41ab25;},'bgvWp':'test-file-success','xWQUy':_0x2598bb(0xdc),'qpMId':function(_0x137576,_0x46a5c4){return _0x137576(_0x46a5c4);},'leiiW':function(_0x415860,_0x19706f){return _0x415860*_0x19706f;}},_0x94d6f1=_0x3c4354[_0x2598bb(0xde)],_0x2b4317={},_0x3511fe=await TestHubHandler[_0x2598bb(0xf2)](FRAMEWORKS[_0x2598bb(0xe8)],_0x3c4354),_0xb6e3f7=new Worker(require[_0x2598bb(0xcf)](_0x155297[_0x2598bb(0xf8)]),{'exposedMethods':[_0x155297[_0x2598bb(0xcb)]],'forkOptions':{'serialization':_0x155297[_0x2598bb(0xba)],'stdio':_0x155297[_0x2598bb(0xe9)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x155297[_0x2598bb(0xd3)](_0x5f2925,0x1),'enableWorkerThreads':!![]}),_0x3c8c6c=new Emittery();_0x3c8c6c['on'](_0x155297[_0x2598bb(0xe7)],_0x332da5=>{const _0x5d4deb=_0x2598bb;_0x2b4317[_0x332da5[0x0]]?(_0x2b4317[_0x332da5[0x0]][_0x155297[_0x5d4deb(0xe6)]]=_0x155297['zXtWB'](_0x2b4317[_0x332da5[0x0]][_0x155297[_0x5d4deb(0xe6)]],_0x332da5[0x1][_0x155297[_0x5d4deb(0xe6)]]),_0x2b4317[_0x332da5[0x0]][_0x155297[_0x5d4deb(0x10e)]]=[..._0x2b4317[_0x332da5[0x0]][_0x155297[_0x5d4deb(0x10e)]],..._0x332da5[0x1][_0x155297['NLcjX']]]):_0x2b4317[_0x332da5[0x0]]={'failureCount':_0x332da5[0x1][_0x155297[_0x5d4deb(0xe6)]],'results':[..._0x332da5[0x1][_0x155297[_0x5d4deb(0x10e)]]]};}),_0x3c8c6c['on'](_0x155297['xWQUy'],_0x1a8bda=>console[_0x2598bb(0xb6)](_0x1a8bda[0x1]));_0xb6e3f7['getStdout']()&&_0xb6e3f7[_0x2598bb(0xc7)]()[_0x2598bb(0xed)](process[_0x2598bb(0x109)]);_0xb6e3f7[_0x2598bb(0xf0)]()&&_0xb6e3f7['getStderr']()[_0x2598bb(0xed)](process[_0x2598bb(0xf1)]);const _0x48f73e=async()=>{const _0x176db3=_0x2598bb,{forceExited:_0x10fb62}=await _0xb6e3f7[_0x176db3(0xbc)]();_0x10fb62&&console['error'](_0x155297[_0x176db3(0xb8)]);try{await TestHubHandler['stop']();}catch(_0x453f07){_0x155297[_0x176db3(0x10a)](debug,_0x176db3(0xb7)+_0x453f07);}_0x155297[_0x176db3(0x10a)](_0x20cd1c,_0x2b4317);},_0x57a2ed=_0x155297[_0x2598bb(0x106)](pLimit,_0x155297['leiiW'](_0x5f2925,0x1)),_0x55f9bd=_0x540fb9=>_0x57a2ed(async()=>{const _0x49ed92=_0x2598bb;return await _0x3c8c6c['emit'](_0x155297[_0x49ed92(0xf9)],_0x540fb9),_0xb6e3f7[_0x49ed92(0xf3)](_0x540fb9,_0x94d6f1);});PerformanceTester['end'](PerformanceEvents[_0x2598bb(0xd4)]),Promise[_0x2598bb(0x102)](_0x1339f6['map'](_0x4fd6b2=>_0x55f9bd(_0x4fd6b2)[_0x2598bb(0x10f)](_0x43c087=>_0x3c8c6c[_0x2598bb(0xe4)](_0x2598bb(0x111),[_0x4fd6b2[_0x2598bb(0xd2)][_0x2598bb(0xbb)],_0x43c087]),_0x5722eb=>_0x3c8c6c[_0x2598bb(0xe4)](_0x2598bb(0xdc),[_0x4fd6b2,_0x5722eb]))))[_0x2598bb(0x10f)](_0x48f73e,_0x48f73e);}),exports['parallelCucumberRun']=(_0x29a9ca,_0x16154c,_0x768e41,_0x287ce1,_0x4738fa)=>{const _0x1da8ae=a46_0x15d52f,_0xc4841e={'Ofmak':_0x1da8ae(0xd8),'olCer':function(_0x414ce4,_0xe6fcea){return _0x414ce4(_0xe6fcea);},'jQVzk':_0x1da8ae(0xd0),'aXZXz':_0x1da8ae(0xfc),'PWmof':_0x1da8ae(0xfe),'ViFKH':_0x1da8ae(0x108),'PeufN':_0x1da8ae(0xed),'cuwqA':_0x1da8ae(0xc8),'tsPHc':_0x1da8ae(0xee)};return new Promise(_0x416190=>{const _0x4b849e=_0x1da8ae,_0x28afc8={};_0x28afc8[_0x4b849e(0xeb)]=_0xc4841e['jQVzk'];const _0x223b1e=_0x28afc8,_0x5a078b=[],_0x4f6ea5=new Worker(require[_0x4b849e(0xcf)](_0xc4841e['aXZXz']),{'exposedMethods':[_0xc4841e[_0x4b849e(0xcd)]],'forkOptions':{'serialization':_0xc4841e[_0x4b849e(0xd1)],'stdio':_0xc4841e[_0x4b849e(0xd9)]},'numWorkers':_0x29a9ca[_0x4b849e(0xea)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1ab51c=new Emittery();_0x1ab51c['on'](_0xc4841e[_0x4b849e(0xe2)],_0x26f975=>{const _0x377e01=_0x4b849e;_0x5a078b[_0x377e01(0xe0)]([_0x26f975[0x0],_0x26f975[0x1]]);}),_0x1ab51c['on'](_0xc4841e['tsPHc'],_0x54e7ea=>console[_0x4b849e(0xb6)](_0x54e7ea[0x1]));_0x4f6ea5[_0x4b849e(0xc7)]()&&_0x4f6ea5[_0x4b849e(0xc7)]()[_0x4b849e(0xed)](process[_0x4b849e(0x109)]);_0x4f6ea5[_0x4b849e(0xf0)]()&&_0x4f6ea5[_0x4b849e(0xf0)]()[_0x4b849e(0xed)](process[_0x4b849e(0xf1)]);const _0x5402dd=async()=>{const {forceExited:_0x50cbf4}=await _0x4f6ea5['end']();_0x50cbf4&&console['error'](_0xc4841e['Ofmak']),_0xc4841e['olCer'](_0x416190,_0x5a078b);},_0x36e51b=_0xc4841e[_0x4b849e(0x10c)](pLimit,_0x29a9ca[_0x4b849e(0xea)]||0x1),_0x28e52a=(_0x3fd0d4,_0x508a0b)=>_0x36e51b(async()=>{const _0x2969c1=_0x4b849e;return await _0x1ab51c[_0x2969c1(0xe4)](_0x223b1e[_0x2969c1(0xeb)],_0x3fd0d4),_0x16154c[_0x2969c1(0xf4)]=_0x768e41[_0x2969c1(0x104)][_0x508a0b],_0x4f6ea5['cucumberWorker'](_0x3fd0d4,_0x16154c,_0x768e41,_0x287ce1,_0x4738fa);});Promise[_0x4b849e(0x102)](_0x29a9ca[_0x4b849e(0x100)]((_0xa1dca1,_0x3670e3)=>_0x28e52a(_0xa1dca1,_0x3670e3)[_0x4b849e(0x10f)](_0x586934=>_0x1ab51c['emit']('platform-run-success',[_0xa1dca1,_0x586934]),_0x2381d1=>_0x1ab51c[_0x4b849e(0xe4)]('platform-run-failure',[_0xa1dca1,_0x2381d1]))))[_0x4b849e(0x10f)](_0x5402dd,_0x5402dd);});},exports[a46_0x15d52f(0xc6)]=(_0x3446f7,_0x3ee600)=>new Promise(_0x4f7af2=>{const _0x285198=a46_0x15d52f,_0x496554={'fxuZl':function(_0x58ef30,_0x156ead){return _0x58ef30===_0x156ead;},'AVJxs':function(_0x394ede,_0x2acdfc){return _0x394ede!==_0x2acdfc;},'YWkhG':_0x285198(0x115),'vQihc':_0x285198(0xd8),'irKkA':function(_0x4b7b53,_0x1792f9){return _0x4b7b53(_0x1792f9);},'KRSTc':_0x285198(0xfc),'ZTPiQ':_0x285198(0xcc),'RYhzv':_0x285198(0x108),'oAngb':_0x285198(0xed),'hhMOq':_0x285198(0x111),'zJNmb':_0x285198(0xdc),'Ptqqb':function(_0x279eba,_0x4ac730){return _0x279eba(_0x4ac730);}},_0x24fb75={},_0x2b99c2=new Worker(require[_0x285198(0xcf)](_0x496554[_0x285198(0xbf)]),{'exposedMethods':[_0x496554[_0x285198(0xce)]],'forkOptions':{'serialization':_0x496554[_0x285198(0xd6)],'stdio':_0x496554['oAngb']},'numWorkers':_0x3ee600,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3e9cb4=new Emittery();_0x3e9cb4['on'](_0x496554['hhMOq'],_0x5a0dd7=>{const _0x424bfc=_0x285198;_0x5a0dd7[0x0]&&logger[_0x424bfc(0xe3)](_0x424bfc(0x10b)+_0x5a0dd7[0x1]+_0x424bfc(0xb5),_0x5a0dd7[0x0]);}),_0x3e9cb4['on'](_0x496554[_0x285198(0xdf)],_0x17766e=>{const _0x268a47=_0x285198;process[_0x268a47(0xd5)]=0x1;});_0x2b99c2[_0x285198(0xc7)]()&&_0x2b99c2[_0x285198(0xc7)]()[_0x285198(0xed)](process[_0x285198(0x109)]);_0x2b99c2['getStderr']()&&_0x2b99c2[_0x285198(0xf0)]()[_0x285198(0xed)](process[_0x285198(0xf1)]);const _0x2505ab=async()=>{const _0x4e84e8=_0x285198,_0x290c4b={'XWpkX':function(_0x27854c,_0xace597){const _0x5b206b=a46_0x4f57;return _0x496554[_0x5b206b(0xdd)](_0x27854c,_0xace597);},'SVZfV':function(_0x16cfbc,_0x2a09ac){const _0x4f2d27=a46_0x4f57;return _0x496554[_0x4f2d27(0xbd)](_0x16cfbc,_0x2a09ac);},'EfHRf':_0x496554[_0x4e84e8(0xc4)]};let _0x4522a1=0x0;const _0x40cf6b=_0x2b99c2['_workerPool'][_0x4e84e8(0xc9)](),_0x5789c6=()=>{},_0x3d96b5=_0x40cf6b[_0x4e84e8(0x100)](async _0x306249=>{const _0x192011=_0x4e84e8,_0x4043e0={'Gsbur':function(_0xfec03,_0x391e39){const _0x5973ca=a46_0x4f57;return _0x290c4b[_0x5973ca(0xef)](_0xfec03,_0x391e39);},'Cepvk':function(_0xb8215e,_0xec7ba9){const _0x2e4432=a46_0x4f57;return _0x290c4b[_0x2e4432(0xdb)](_0xb8215e,_0xec7ba9);}};_0x306249[_0x192011(0xc3)]([0x2,![]],_0x5789c6,_0x5789c6,_0x5789c6),_0x306249[_0x192011(0xbe)]['on'](_0x290c4b[_0x192011(0xd7)],_0x47b113=>{const _0xfc8e86=_0x192011;_0x4043e0[_0xfc8e86(0xec)](_0x4522a1,0x0)&&_0x4043e0[_0xfc8e86(0x113)](_0x47b113,0x0)&&(_0x4522a1=_0x47b113);}),await _0x306249[_0x192011(0xfd)]();});await Promise['all'](_0x3d96b5),process[_0x4e84e8(0xd5)]=_0x4522a1;const {forceExited:_0x4d82de}=await _0x2b99c2[_0x4e84e8(0xbc)]();_0x4d82de&&console[_0x4e84e8(0xc2)](_0x496554[_0x4e84e8(0xfb)]),_0x496554['irKkA'](_0x4f7af2,_0x24fb75);},_0x42e9bb=_0x496554[_0x285198(0x116)](pLimit,_0x3ee600),_0x10e540=_0xb8977=>_0x42e9bb(async()=>{return _0x2b99c2['vanillaWorker'](_0xb8977);});Promise[_0x285198(0x102)](_0x3446f7['map'](_0x401f4a=>_0x10e540(_0x401f4a)[_0x285198(0x10f)](_0x23e35c=>_0x3e9cb4[_0x285198(0xe4)]('test-file-success',[_0x401f4a[_0x285198(0xd2)][_0x285198(0xbb)],_0x401f4a[_0x285198(0xd2)]['file']]),_0x202f92=>_0x3e9cb4[_0x285198(0xe4)](_0x285198(0xdc),[_0x401f4a,_0x202f92]))))['then'](_0x2505ab,_0x2505ab);});function a46_0x1a24(){const _0x4caf23=['parallelTestRun','platforms','932562MqsGpd','qpMId','299967cMGlar','json','stdout','DNzGy','Running\x20','olCer','7aICWvN','NLcjX','then','92270fuKWyh','test-file-success','858468baOMML','Cepvk','73776pChhgP','exit','Ptqqb','\x20for','log','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','inTge','EVENTS','TRFIZ','platform','end','AVJxs','_child','KRSTc','p-limit','../../helpers/performance/performance-tester','error','send','YWkhG','../../helpers/logger','parallelVanillaRun','getStdout','platform-run-success','getWorkers','test-file-start','pHpuX','vanillaWorker','PWmof','ZTPiQ','resolve','platform-run-start','ViFKH','configuration','sbXrX','SDK_SETUP','exitCode','RYhzv','EfHRf','Workers\x20failed\x20to\x20exit\x20gracefully','PeufN','emittery','SVZfV','test-file-failure','fxuZl','config','zJNmb','push','../../helpers/testhub/testhubHandler','cuwqA','info','emit','failureCount','BbFQT','bgvWp','MOCHA','LLhfB','length','pszIt','Gsbur','pipe','platform-run-failure','XWpkX','getStderr','stderr','launchBuild','worker','platformCaps','winstonLogger','../../helpers/test-observability/constants','32SMdpIL','naAhM','rdUza','1533258IbJgVS','vQihc','./testWorker.js','waitForExit','cucumberWorker','results','map','1934128FUSXcl','all'];a46_0x1a24=function(){return _0x4caf23;};return a46_0x1a24();}
1
+ const a46_0x494068=a46_0x28f8;(function(_0x3f2099,_0x2c95e5){const _0x1c3b27=a46_0x28f8,_0x431141=_0x3f2099();while(!![]){try{const _0x3cd392=-parseInt(_0x1c3b27(0x15a))/0x1*(-parseInt(_0x1c3b27(0x197))/0x2)+parseInt(_0x1c3b27(0x162))/0x3+-parseInt(_0x1c3b27(0x1b0))/0x4+-parseInt(_0x1c3b27(0x167))/0x5+parseInt(_0x1c3b27(0x1ab))/0x6*(-parseInt(_0x1c3b27(0x1a1))/0x7)+-parseInt(_0x1c3b27(0x164))/0x8+parseInt(_0x1c3b27(0x1b8))/0x9;if(_0x3cd392===_0x2c95e5)break;else _0x431141['push'](_0x431141['shift']());}catch(_0x1efe13){_0x431141['push'](_0x431141['shift']());}}}(a46_0x21a8,0x931d7));function a46_0x21a8(){const _0x217a72=['aXoAR','AmDll','test-file-success','yUyNn','Workers\x20failed\x20to\x20exit\x20gracefully','jVQIZ','../../helpers/logger','_workerPool','pipe','cucumberWorker','configuration','DajXK','UItRA','DqYJz','length','PyUTR','tJITt','push','launchBuild','winstonLogger','stop','EVENTS','SDK_SETUP','stdout','jkFuQ','emit','zlDof','worker','../../helpers/test-observability/utils','TikYM','inBwA','json','Worker','KSpFR','aaFac','18gTGEaG','mTnKj','end','Running\x20','../../helpers/performance/performance-tester','platform','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','EiQtc','FPrhd','waitForExit','88683CDIbSd','vPkQN','stderr','exitCode','platform-run-start','failureCount','parallelTestRun','OUkgk','parallelVanillaRun','MOCHA','408wjcVuL','\x20for','test-file-start','oVJQl','jest-worker','1624020sZmQwE','platform-run-failure','tsEDA','vanillaWorker','error','file','map','all','10348623NLnPSq','platformCaps','platform-run-success','emcmY','106849BKHupi','aSUoi','WRQgs','wNqWX','results','getStderr','dKRqC','pNEFP','1218585gUhYxw','log','684304iDKQSj','info','send','2810325MGiQFW','./testWorker.js','emittery','PFqKw','fdDKA','MLaUl','../../helpers/performance/constants','exit','getStdout','then','test-file-failure','p-limit','resolve'];a46_0x21a8=function(){return _0x217a72;};return a46_0x21a8();}function a46_0x28f8(_0x4fd3dd,_0x465727){const _0x21a8ea=a46_0x21a8();return a46_0x28f8=function(_0x28f822,_0x323220){_0x28f822=_0x28f822-0x157;let _0x568d17=_0x21a8ea[_0x28f822];return _0x568d17;},a46_0x28f8(_0x4fd3dd,_0x465727);}const Worker=require(a46_0x494068(0x1af))[a46_0x494068(0x194)],Emittery=require(a46_0x494068(0x169)),pLimit=require(a46_0x494068(0x172)),logger=require(a46_0x494068(0x17a))[a46_0x494068(0x187)],PerformanceTester=require(a46_0x494068(0x19b)),PerformanceEvents=require(a46_0x494068(0x16d))[a46_0x494068(0x189)],{debug}=require(a46_0x494068(0x190)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants');exports[a46_0x494068(0x1a7)]=(_0x472b4f,_0x55e36f,_0x2bc71c)=>new Promise(async _0x2e2069=>{const _0x55a3d9=a46_0x494068,_0x7e9154={'vPkQN':_0x55a3d9(0x1a6),'wNqWX':function(_0x507bcc,_0x880d03){return _0x507bcc+_0x880d03;},'WRQgs':_0x55a3d9(0x15e),'TikYM':_0x55a3d9(0x178),'FPrhd':function(_0x2ded85,_0x152caf){return _0x2ded85(_0x152caf);},'PFqKw':_0x55a3d9(0x1ad),'AmDll':_0x55a3d9(0x168),'KSpFR':'worker','fdDKA':'json','kAniO':_0x55a3d9(0x17c),'xtLau':function(_0x2fcec5,_0x31437d){return _0x2fcec5*_0x31437d;},'PyUTR':_0x55a3d9(0x176),'zwcqz':_0x55a3d9(0x171),'UItRA':function(_0x1d9bd0,_0xdc5b53){return _0x1d9bd0(_0xdc5b53);},'aaFac':function(_0x5cf1e9,_0x342734){return _0x5cf1e9*_0x342734;}},_0x348e78=_0x2bc71c['config'],_0x17c847={},_0x5baedd=await TestHubHandler[_0x55a3d9(0x186)](FRAMEWORKS[_0x55a3d9(0x1aa)],_0x2bc71c),_0x2f1d0f=new Worker(require[_0x55a3d9(0x173)](_0x7e9154[_0x55a3d9(0x175)]),{'exposedMethods':[_0x7e9154[_0x55a3d9(0x195)]],'forkOptions':{'serialization':_0x7e9154[_0x55a3d9(0x16b)],'stdio':_0x7e9154['kAniO']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x7e9154['xtLau'](_0x55e36f,0x1),'enableWorkerThreads':!![]}),_0x3bc8d5=new Emittery();_0x3bc8d5['on'](_0x7e9154[_0x55a3d9(0x183)],_0x427cd6=>{const _0xfcf495=_0x55a3d9;_0x17c847[_0x427cd6[0x0]]?(_0x17c847[_0x427cd6[0x0]][_0x7e9154[_0xfcf495(0x1a2)]]=_0x7e9154[_0xfcf495(0x15d)](_0x17c847[_0x427cd6[0x0]][_0x7e9154[_0xfcf495(0x1a2)]],_0x427cd6[0x1][_0x7e9154[_0xfcf495(0x1a2)]]),_0x17c847[_0x427cd6[0x0]][_0x7e9154['WRQgs']]=[..._0x17c847[_0x427cd6[0x0]][_0x7e9154[_0xfcf495(0x15c)]],..._0x427cd6[0x1][_0x7e9154['WRQgs']]]):_0x17c847[_0x427cd6[0x0]]={'failureCount':_0x427cd6[0x1][_0x7e9154[_0xfcf495(0x1a2)]],'results':[..._0x427cd6[0x1][_0x7e9154[_0xfcf495(0x15c)]]]};}),_0x3bc8d5['on'](_0x7e9154['zwcqz'],_0x3f7ece=>console['log'](_0x3f7ece[0x1]));_0x2f1d0f[_0x55a3d9(0x16f)]()&&_0x2f1d0f[_0x55a3d9(0x16f)]()[_0x55a3d9(0x17c)](process['stdout']);_0x2f1d0f['getStderr']()&&_0x2f1d0f['getStderr']()[_0x55a3d9(0x17c)](process[_0x55a3d9(0x1a3)]);const _0x540abe=async()=>{const _0x11fa76=_0x55a3d9,{forceExited:_0x3dea55}=await _0x2f1d0f[_0x11fa76(0x199)]();_0x3dea55&&console[_0x11fa76(0x1b4)](_0x7e9154[_0x11fa76(0x191)]);try{await TestHubHandler[_0x11fa76(0x188)]();}catch(_0x5a7dd2){_0x7e9154[_0x11fa76(0x19f)](debug,_0x11fa76(0x19d)+_0x5a7dd2);}_0x7e9154[_0x11fa76(0x19f)](_0x2e2069,_0x17c847);},_0x3a0cf7=_0x7e9154[_0x55a3d9(0x180)](pLimit,_0x7e9154[_0x55a3d9(0x196)](_0x55e36f,0x1)),_0x417959=_0x45e0ef=>_0x3a0cf7(async()=>{const _0x474a0f=_0x55a3d9;return await _0x3bc8d5['emit'](_0x7e9154[_0x474a0f(0x16a)],_0x45e0ef),_0x2f1d0f[_0x474a0f(0x18f)](_0x45e0ef,_0x348e78);});PerformanceTester['end'](PerformanceEvents[_0x55a3d9(0x18a)]),Promise[_0x55a3d9(0x1b7)](_0x472b4f[_0x55a3d9(0x1b6)](_0x38b8b6=>_0x417959(_0x38b8b6)['then'](_0x59a651=>_0x3bc8d5[_0x55a3d9(0x18d)](_0x55a3d9(0x176),[_0x38b8b6[_0x55a3d9(0x17e)]['platform'],_0x59a651]),_0x6421ba=>_0x3bc8d5['emit'](_0x55a3d9(0x171),[_0x38b8b6,_0x6421ba]))))[_0x55a3d9(0x170)](_0x540abe,_0x540abe);}),exports['parallelCucumberRun']=(_0x677bd6,_0xc549ef,_0x5019b4,_0x1c739d,_0x1f3bb0)=>{const _0x3471b6=a46_0x494068,_0x4a46e4={'oVJQl':'Workers\x20failed\x20to\x20exit\x20gracefully','dKRqC':function(_0x5b43e7,_0x24da95){return _0x5b43e7(_0x24da95);},'aXoAR':_0x3471b6(0x1a5),'tsEDA':_0x3471b6(0x168),'emcmY':_0x3471b6(0x17d),'mTnKj':_0x3471b6(0x193),'zSETD':_0x3471b6(0x17c),'aSUoi':'platform-run-success','OUkgk':_0x3471b6(0x1b1)};return new Promise(_0x2c5289=>{const _0x5e73ab=_0x3471b6,_0x2d5cc2=[],_0x474b06=new Worker(require[_0x5e73ab(0x173)](_0x4a46e4[_0x5e73ab(0x1b2)]),{'exposedMethods':[_0x4a46e4[_0x5e73ab(0x159)]],'forkOptions':{'serialization':_0x4a46e4[_0x5e73ab(0x198)],'stdio':_0x4a46e4['zSETD']},'numWorkers':_0x677bd6[_0x5e73ab(0x182)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x11b552=new Emittery();_0x11b552['on'](_0x4a46e4[_0x5e73ab(0x15b)],_0x3674d0=>{const _0x416f59=_0x5e73ab;_0x2d5cc2[_0x416f59(0x185)]([_0x3674d0[0x0],_0x3674d0[0x1]]);}),_0x11b552['on'](_0x4a46e4[_0x5e73ab(0x1a8)],_0x1b3e58=>console[_0x5e73ab(0x163)](_0x1b3e58[0x1]));_0x474b06['getStdout']()&&_0x474b06['getStdout']()['pipe'](process['stdout']);_0x474b06[_0x5e73ab(0x15f)]()&&_0x474b06[_0x5e73ab(0x15f)]()[_0x5e73ab(0x17c)](process['stderr']);const _0x14e2c0=async()=>{const _0x4f59a3=_0x5e73ab,{forceExited:_0x43a56e}=await _0x474b06[_0x4f59a3(0x199)]();_0x43a56e&&console[_0x4f59a3(0x1b4)](_0x4a46e4[_0x4f59a3(0x1ae)]),_0x4a46e4['dKRqC'](_0x2c5289,_0x2d5cc2);},_0x11b5a1=_0x4a46e4[_0x5e73ab(0x160)](pLimit,_0x677bd6['length']||0x1),_0x2f1ebc=(_0x3f7099,_0x35948)=>_0x11b5a1(async()=>{const _0x372470=_0x5e73ab;return await _0x11b552[_0x372470(0x18d)](_0x4a46e4[_0x372470(0x174)],_0x3f7099),_0xc549ef[_0x372470(0x157)]=_0x5019b4['platforms'][_0x35948],_0x474b06['cucumberWorker'](_0x3f7099,_0xc549ef,_0x5019b4,_0x1c739d,_0x1f3bb0);});Promise[_0x5e73ab(0x1b7)](_0x677bd6[_0x5e73ab(0x1b6)]((_0x2b0455,_0x4e4965)=>_0x2f1ebc(_0x2b0455,_0x4e4965)[_0x5e73ab(0x170)](_0x47c6ab=>_0x11b552[_0x5e73ab(0x18d)](_0x5e73ab(0x158),[_0x2b0455,_0x47c6ab]),_0x44e2a5=>_0x11b552[_0x5e73ab(0x18d)](_0x5e73ab(0x1b1),[_0x2b0455,_0x44e2a5]))))[_0x5e73ab(0x170)](_0x14e2c0,_0x14e2c0);});},exports[a46_0x494068(0x1a9)]=(_0x1b40ac,_0x43fe0b)=>new Promise(_0x575b80=>{const _0x42ccd1=a46_0x494068,_0xbfbc78={'jkFuQ':_0x42ccd1(0x16e),'zlDof':function(_0x4910c7,_0x55d820){return _0x4910c7===_0x55d820;},'yUyNn':function(_0x26c7ad,_0x183a49){return _0x26c7ad!==_0x183a49;},'inBwA':'Workers\x20failed\x20to\x20exit\x20gracefully','pNEFP':function(_0x475f61,_0x1ec29c){return _0x475f61(_0x1ec29c);},'zUFzZ':_0x42ccd1(0x168),'tJITt':_0x42ccd1(0x1b3),'DajXK':'json','DqYJz':_0x42ccd1(0x17c),'EiQtc':_0x42ccd1(0x176),'MhQjv':_0x42ccd1(0x171),'MLaUl':function(_0x17303b,_0x2a6124){return _0x17303b(_0x2a6124);}},_0x3d143e={},_0x5c256c=new Worker(require[_0x42ccd1(0x173)](_0xbfbc78['zUFzZ']),{'exposedMethods':[_0xbfbc78[_0x42ccd1(0x184)]],'forkOptions':{'serialization':_0xbfbc78[_0x42ccd1(0x17f)],'stdio':_0xbfbc78[_0x42ccd1(0x181)]},'numWorkers':_0x43fe0b,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xb95ebd=new Emittery();_0xb95ebd['on'](_0xbfbc78[_0x42ccd1(0x19e)],_0x42761d=>{const _0x7fe37a=_0x42ccd1;_0x42761d[0x0]&&logger[_0x7fe37a(0x165)](_0x7fe37a(0x19a)+_0x42761d[0x1]+_0x7fe37a(0x1ac),_0x42761d[0x0]);}),_0xb95ebd['on'](_0xbfbc78['MhQjv'],_0x21da1d=>{process['exitCode']=0x1;});_0x5c256c['getStdout']()&&_0x5c256c[_0x42ccd1(0x16f)]()[_0x42ccd1(0x17c)](process[_0x42ccd1(0x18b)]);_0x5c256c[_0x42ccd1(0x15f)]()&&_0x5c256c[_0x42ccd1(0x15f)]()[_0x42ccd1(0x17c)](process['stderr']);const _0x414cff=async()=>{const _0x5b76ec=_0x42ccd1,_0x2945b4={'jVQIZ':function(_0x4eae28,_0x334b27){const _0x38f3aa=a46_0x28f8;return _0xbfbc78[_0x38f3aa(0x18e)](_0x4eae28,_0x334b27);},'spyZj':function(_0x42e44b,_0x4151e6){const _0x4fd9cc=a46_0x28f8;return _0xbfbc78[_0x4fd9cc(0x177)](_0x42e44b,_0x4151e6);}};let _0x13989a=0x0;const _0x26619d=_0x5c256c[_0x5b76ec(0x17b)]['getWorkers'](),_0x294503=()=>{},_0x138e11=_0x26619d[_0x5b76ec(0x1b6)](async _0x3646b3=>{const _0x32a7bf=_0x5b76ec;_0x3646b3[_0x32a7bf(0x166)]([0x2,![]],_0x294503,_0x294503,_0x294503),_0x3646b3['_child']['on'](_0xbfbc78[_0x32a7bf(0x18c)],_0x362fbb=>{const _0x16b9e1=_0x32a7bf;_0x2945b4[_0x16b9e1(0x179)](_0x13989a,0x0)&&_0x2945b4['spyZj'](_0x362fbb,0x0)&&(_0x13989a=_0x362fbb);}),await _0x3646b3[_0x32a7bf(0x1a0)]();});await Promise[_0x5b76ec(0x1b7)](_0x138e11),process[_0x5b76ec(0x1a4)]=_0x13989a;const {forceExited:_0x1eaf77}=await _0x5c256c['end']();_0x1eaf77&&console['error'](_0xbfbc78[_0x5b76ec(0x192)]),_0xbfbc78[_0x5b76ec(0x161)](_0x575b80,_0x3d143e);},_0x255cff=_0xbfbc78[_0x42ccd1(0x16c)](pLimit,_0x43fe0b),_0xe4af43=_0x3c82b2=>_0x255cff(async()=>{const _0x140950=_0x42ccd1;return _0x5c256c[_0x140950(0x1b3)](_0x3c82b2);});Promise['all'](_0x1b40ac['map'](_0x33163=>_0xe4af43(_0x33163)['then'](_0x17598=>_0xb95ebd[_0x42ccd1(0x18d)](_0x42ccd1(0x176),[_0x33163[_0x42ccd1(0x17e)][_0x42ccd1(0x19c)],_0x33163[_0x42ccd1(0x17e)][_0x42ccd1(0x1b5)]]),_0x3e85fd=>_0xb95ebd[_0x42ccd1(0x18d)](_0x42ccd1(0x171),[_0x33163,_0x3e85fd]))))['then'](_0x414cff,_0x414cff);});