browserstack-node-sdk 1.35.1 → 1.35.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a39_0x1244b4=a39_0x714f;function a39_0x714f(_0x494e21,_0x3c3f87){const _0x3952ae=a39_0x3952();return a39_0x714f=function(_0x714f16,_0x114011){_0x714f16=_0x714f16-0x1bc;let _0x2c785c=_0x3952ae[_0x714f16];return _0x2c785c;},a39_0x714f(_0x494e21,_0x3c3f87);}function a39_0x3952(){const _0x7d6628=['stringify','../../helpers/test-observability/error-handler','Unable\x20to\x20import\x20context\x20for\x20page','util','Dispatcher','mockContextNewPage','TRITF','3coBmZo','avvip','CxpWW','13495614pwpLgE','newPage','vGtHu','bAKFc','prototype','96910LCUTSQ','iaVjr','env','114824beRgsg','evaluate','getAccessibilityResults','_isWorkerRedundant','../../helpers/performance/constants','performScan','browserstack_executor:\x20','format','mockIsWorkerRedundant','4566618hcqQkx','TFHBU','lib','./accessibility-helper','OzUDC','147cYlkWx','hSRyB','enieU','BROWSERSTACK_TEST_OBSERVABILITY','annotate','doo11ySync','gWqYk','path','isTjZ','__workerDetails','../../helpers/performance/performance-tester','2713780jhatpO','o11ySyncDone','usTzk','7436394KQbflL','client','../../helpers/logger','getAccessibilityResultsSummary','apply','UyFbR','now','Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20','5SvplmX','join','EQOcB','ggyud','debug','394560smASdy','defineProperty','10QCxRxa','SYNC'];a39_0x3952=function(){return _0x7d6628;};return a39_0x3952();}(function(_0x4b1486,_0x505432){const _0x533fab=a39_0x714f,_0x595016=_0x4b1486();while(!![]){try{const _0x52d984=-parseInt(_0x533fab(0x1e3))/0x1+-parseInt(_0x533fab(0x1f6))/0x2*(-parseInt(_0x533fab(0x1ee))/0x3)+-parseInt(_0x533fab(0x1d3))/0x4+parseInt(_0x533fab(0x1de))/0x5*(parseInt(_0x533fab(0x1c3))/0x6)+parseInt(_0x533fab(0x1c8))/0x7*(parseInt(_0x533fab(0x1f9))/0x8)+-parseInt(_0x533fab(0x1d6))/0x9+-parseInt(_0x533fab(0x1e5))/0xa*(-parseInt(_0x533fab(0x1f1))/0xb);if(_0x52d984===_0x505432)break;else _0x595016['push'](_0x595016['shift']());}catch(_0x4501f2){_0x595016['push'](_0x595016['shift']());}}}(a39_0x3952,0x6b12e));const path=require(a39_0x1244b4(0x1cf)),util=require(a39_0x1244b4(0x1ea)),logger=require(a39_0x1244b4(0x1d8)),{importFileFromPWCore,nestedKeyValue,isFalse,requirePWModule,getPlaywrightLibPath}=require('../../helpers/helper'),{o11yErrorHandler}=require(a39_0x1244b4(0x1e8)),AccessibilityHelper=require(a39_0x1244b4(0x1c6)),PerformanceTester=require(a39_0x1244b4(0x1d2)),{O11y_EVENTS:PerformanceO11yEvents}=require(a39_0x1244b4(0x1be)),doo11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents[a39_0x1244b4(0x1e6)],o11yErrorHandler(async function doo11ySync(_0x31c7f5){const _0xcb298b=a39_0x1244b4,_0x477b25={'ypLpx':function(_0x526bfd,_0x484c0c,_0x5962c1){return _0x526bfd(_0x484c0c,_0x5962c1);},'hSRyB':_0xcb298b(0x1d1),'jzZyt':_0xcb298b(0x1d4),'gWqYk':_0xcb298b(0x1cc),'lYkzk':_0xcb298b(0x1e2)};if(_0x477b25['ypLpx'](nestedKeyValue,global,[_0x477b25[_0xcb298b(0x1c9)],_0x477b25['jzZyt']]))return;await _0x31c7f5[_0xcb298b(0x1fa)](_0xe0a199=>{},_0xcb298b(0x1c0)+JSON[_0xcb298b(0x1e7)]({'action':_0x477b25[_0xcb298b(0x1ce)],'arguments':{'data':'ObservabilitySync:'+Date[_0xcb298b(0x1dc)](),'level':_0x477b25['lYkzk']}})),global[_0xcb298b(0x1d1)]['o11ySyncDone']=!![];},a39_0x1244b4(0x1cd)));exports[a39_0x1244b4(0x1ec)]=()=>{const _0x1eef75=a39_0x1244b4,_0x25c37f={'vGtHu':function(_0x4e26a7,_0xb4014e){return _0x4e26a7(_0xb4014e);},'TRITF':function(_0x4f1b41,_0x3dca8b,_0x4a9df4){return _0x4f1b41(_0x3dca8b,_0x4a9df4);},'avvip':_0x1eef75(0x1d1),'TFHBU':_0x1eef75(0x1c5),'OzUDC':_0x1eef75(0x1d7),'iaVjr':'browserContext.js','enieU':function(_0xc49f09,_0x5a8bde){return _0xc49f09(_0x5a8bde);},'AFFdS':_0x1eef75(0x1e9),'FJgvK':_0x1eef75(0x1f2)},_0x4a062c=path[_0x1eef75(0x1df)](_0x25c37f[_0x1eef75(0x1c4)],_0x25c37f[_0x1eef75(0x1c7)],_0x25c37f[_0x1eef75(0x1f7)]),_0x53a81c=_0x25c37f[_0x1eef75(0x1ca)](importFileFromPWCore,_0x4a062c);if(!_0x53a81c){logger[_0x1eef75(0x1e2)](_0x25c37f['AFFdS']);return;}const _0x357c84=_0x53a81c['BrowserContext'],_0x39e406=_0x357c84[_0x1eef75(0x1f5)],_0x4fb40c=_0x39e406[_0x1eef75(0x1f2)];Object[_0x1eef75(0x1e4)](_0x39e406,_0x25c37f['FJgvK'],{'get':function(){const _0x57aaed=_0x1eef75,_0x59c00c={'CxpWW':function(_0x2306d2,_0x5a05a9){const _0x49cc19=a39_0x714f;return _0x25c37f[_0x49cc19(0x1f3)](_0x2306d2,_0x5a05a9);},'ggyud':function(_0x1d08fc,_0x4d3daa){const _0x43b121=a39_0x714f;return _0x25c37f[_0x43b121(0x1f3)](_0x1d08fc,_0x4d3daa);},'isTjZ':function(_0x3aa7ac,_0x38b87e,_0x35e252){const _0x355cf7=a39_0x714f;return _0x25c37f[_0x355cf7(0x1ed)](_0x3aa7ac,_0x38b87e,_0x35e252);},'usTzk':_0x25c37f[_0x57aaed(0x1ef)]};return async function _0x504575(){const _0x583c1=_0x57aaed,_0x2ff86b=await _0x4fb40c[_0x583c1(0x1da)](this,arguments);try{!_0x59c00c[_0x583c1(0x1f0)](isFalse,process[_0x583c1(0x1f8)][_0x583c1(0x1cb)])&&await _0x59c00c[_0x583c1(0x1f0)](doo11ySync,_0x2ff86b),!_0x59c00c[_0x583c1(0x1e1)](isFalse,process[_0x583c1(0x1f8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])&&(_0x2ff86b[_0x583c1(0x1bc)]=async()=>{const _0x46dcd3=_0x583c1;return await AccessibilityHelper[_0x46dcd3(0x1bc)](_0x2ff86b);},_0x2ff86b['getAccessibilityResultsSummary']=async()=>{const _0x2871f4=_0x583c1;return await AccessibilityHelper[_0x2871f4(0x1d9)](_0x2ff86b);},_0x2ff86b[_0x583c1(0x1bf)]=async()=>{return await AccessibilityHelper['performScan'](_0x2ff86b);});}catch(_0x5c599b){logger[_0x583c1(0x1e2)](_0x583c1(0x1dd)+util[_0x583c1(0x1c1)](_0x5c599b));}return _0x59c00c[_0x583c1(0x1d0)](nestedKeyValue,global,[_0x59c00c[_0x583c1(0x1d5)]])&&(global['__workerDetails']['pwPage']=_0x2ff86b),_0x2ff86b;};}});},exports[a39_0x1244b4(0x1c2)]=()=>{const _0x15284f=a39_0x1244b4,_0x380b9c={'EQOcB':function(_0x3bfc32,_0x163dff){return _0x3bfc32(_0x163dff);},'bAKFc':'runner/dispatcher.js','UyFbR':'Unable\x20to\x20import\x20dispatcher\x20for\x20_isWorkerRedundant','DGBuz':_0x15284f(0x1bd)};try{const _0x326bd4=requirePWModule[_0x15284f(0x1da)](null,_0x380b9c[_0x15284f(0x1e0)](getPlaywrightLibPath,_0x380b9c[_0x15284f(0x1f4)]));if(!_0x326bd4){logger[_0x15284f(0x1e2)](_0x380b9c[_0x15284f(0x1db)]);return;}const _0x5ec8d6=_0x326bd4[_0x15284f(0x1eb)],_0x3ee47d=_0x5ec8d6['prototype'],_0x6d6209=_0x3ee47d['_isWorkerRedundant'];Object['defineProperty'](_0x3ee47d,_0x380b9c['DGBuz'],{'get':function(){return function _0x333923(){return _0x6d6209['apply'](this,arguments),!![];};}});}catch(_0x121802){logger['debug']('Exception\x20while\x20mocking\x20IsWorkerRedundant:\x20'+util['format'](_0x121802));}};
1
+ function a39_0x2389(_0x2ff48a,_0x1c9816){const _0x488dd8=a39_0x488d();return a39_0x2389=function(_0x23894e,_0x3bde52){_0x23894e=_0x23894e-0x1a9;let _0x5e5939=_0x488dd8[_0x23894e];return _0x5e5939;},a39_0x2389(_0x2ff48a,_0x1c9816);}function a39_0x488d(){const _0x5488ba=['MFpwq','3900723ePjvTx','newPage','Exception\x20while\x20mocking\x20IsWorkerRedundant:\x20','env','gdSaj','Kudab','BxYAM','mockContextNewPage','mdBeS','1280svnfvQ','3524124XoyveU','doo11ySync','3832iWuzcv','defineProperty','format','../../helpers/logger','Unable\x20to\x20import\x20context\x20for\x20page','path','qjyKP','prototype','12xxkLJX','hKjVp','3626mFwWji','now','484Jdlocl','KSFqf','_isWorkerRedundant','runner/dispatcher.js','apply','42526ojfOfh','getAccessibilityResults','OILcJ','vzQAl','5833144UWydup','../../helpers/helper','Ztcab','./accessibility-helper','../../helpers/performance/constants','fHiZw','lib','SYNC','766305CkcCCp','stringify','annotate','9JDrjtZ','browserstack_executor:\x20','52etCEIN','mockIsWorkerRedundant','BsUoa','debug','BrowserContext','o11ySyncDone','11238oEMhQn','performScan','measureWrapper','Dispatcher','join','__workerDetails','util','QcGJO','evaluate','ObservabilitySync:','muOpm'];a39_0x488d=function(){return _0x5488ba;};return a39_0x488d();}const a39_0x3804a1=a39_0x2389;(function(_0x5a7959,_0x303798){const _0x4aaf52=a39_0x2389,_0x34b1be=_0x5a7959();while(!![]){try{const _0x4038e6=parseInt(_0x4aaf52(0x1b7))/0x1*(parseInt(_0x4aaf52(0x1ab))/0x2)+parseInt(_0x4aaf52(0x1df))/0x3+parseInt(_0x4aaf52(0x1b3))/0x4*(-parseInt(_0x4aaf52(0x1c8))/0x5)+parseInt(_0x4aaf52(0x1d3))/0x6*(-parseInt(_0x4aaf52(0x1b5))/0x7)+-parseInt(_0x4aaf52(0x1c0))/0x8*(-parseInt(_0x4aaf52(0x1cb))/0x9)+-parseInt(_0x4aaf52(0x1e8))/0xa*(-parseInt(_0x4aaf52(0x1bc))/0xb)+-parseInt(_0x4aaf52(0x1a9))/0xc*(parseInt(_0x4aaf52(0x1cd))/0xd);if(_0x4038e6===_0x303798)break;else _0x34b1be['push'](_0x34b1be['shift']());}catch(_0x44599e){_0x34b1be['push'](_0x34b1be['shift']());}}}(a39_0x488d,0xcec17));const path=require(a39_0x3804a1(0x1b0)),util=require(a39_0x3804a1(0x1d9)),logger=require(a39_0x3804a1(0x1ae)),{importFileFromPWCore,nestedKeyValue,isFalse,requirePWModule,getPlaywrightLibPath}=require(a39_0x3804a1(0x1c1)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),AccessibilityHelper=require(a39_0x3804a1(0x1c3)),PerformanceTester=require('../../helpers/performance/performance-tester'),{O11y_EVENTS:PerformanceO11yEvents}=require(a39_0x3804a1(0x1c4)),doo11ySync=PerformanceTester[a39_0x3804a1(0x1d5)](PerformanceO11yEvents[a39_0x3804a1(0x1c7)],o11yErrorHandler(async function doo11ySync(_0xece79b){const _0x3ccf3e=a39_0x3804a1,_0x59a628={'rfqrq':function(_0x5e4930,_0xcec129,_0x39fab8){return _0x5e4930(_0xcec129,_0x39fab8);},'Kudab':_0x3ccf3e(0x1d8),'BxYAM':_0x3ccf3e(0x1d2),'KSFqf':_0x3ccf3e(0x1ca),'MFpwq':'debug'};if(_0x59a628['rfqrq'](nestedKeyValue,global,[_0x59a628[_0x3ccf3e(0x1e4)],_0x59a628[_0x3ccf3e(0x1e5)]]))return;await _0xece79b[_0x3ccf3e(0x1db)](_0x49f148=>{},_0x3ccf3e(0x1cc)+JSON[_0x3ccf3e(0x1c9)]({'action':_0x59a628[_0x3ccf3e(0x1b8)],'arguments':{'data':_0x3ccf3e(0x1dc)+Date[_0x3ccf3e(0x1b6)](),'level':_0x59a628[_0x3ccf3e(0x1de)]}})),global[_0x3ccf3e(0x1d8)][_0x3ccf3e(0x1d2)]=!![];},a39_0x3804a1(0x1aa)));exports[a39_0x3804a1(0x1e6)]=()=>{const _0x174990=a39_0x3804a1,_0x26760d={'BsUoa':function(_0x5b08d0,_0x321db0){return _0x5b08d0(_0x321db0);},'muOpm':function(_0x4da0dd,_0x4e4706){return _0x4da0dd(_0x4e4706);},'mdBeS':function(_0xbf85e3,_0x5d4ee3,_0x43665f){return _0xbf85e3(_0x5d4ee3,_0x43665f);},'gdSaj':_0x174990(0x1d8),'fHiZw':_0x174990(0x1c6),'hKjVp':'client','qjyKP':'browserContext.js','QcGJO':_0x174990(0x1af),'vzQAl':'newPage'},_0x3c30fe=path[_0x174990(0x1d7)](_0x26760d[_0x174990(0x1c5)],_0x26760d[_0x174990(0x1b4)],_0x26760d[_0x174990(0x1b1)]),_0x4adb14=_0x26760d[_0x174990(0x1dd)](importFileFromPWCore,_0x3c30fe);if(!_0x4adb14){logger[_0x174990(0x1d0)](_0x26760d[_0x174990(0x1da)]);return;}const _0x2cdcc3=_0x4adb14[_0x174990(0x1d1)],_0x13f289=_0x2cdcc3[_0x174990(0x1b2)],_0x7b2d09=_0x13f289[_0x174990(0x1e0)];Object[_0x174990(0x1ac)](_0x13f289,_0x26760d[_0x174990(0x1bf)],{'get':function(){return async function _0x274746(){const _0x58606f=a39_0x2389,_0x1d171a=await _0x7b2d09['apply'](this,arguments);try{!_0x26760d[_0x58606f(0x1cf)](isFalse,process['env']['BROWSERSTACK_TEST_OBSERVABILITY'])&&await _0x26760d['muOpm'](doo11ySync,_0x1d171a),!_0x26760d[_0x58606f(0x1dd)](isFalse,process[_0x58606f(0x1e2)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])&&(_0x1d171a[_0x58606f(0x1bd)]=async()=>{const _0x20ced7=_0x58606f;return await AccessibilityHelper[_0x20ced7(0x1bd)](_0x1d171a);},_0x1d171a['getAccessibilityResultsSummary']=async()=>{return await AccessibilityHelper['getAccessibilityResultsSummary'](_0x1d171a);},_0x1d171a[_0x58606f(0x1d4)]=async()=>{const _0x3e8097=_0x58606f;return await AccessibilityHelper[_0x3e8097(0x1d4)](_0x1d171a);});}catch(_0x3bfefb){logger[_0x58606f(0x1d0)]('Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20'+util[_0x58606f(0x1ad)](_0x3bfefb));}return _0x26760d[_0x58606f(0x1e7)](nestedKeyValue,global,[_0x26760d[_0x58606f(0x1e3)]])&&(global[_0x58606f(0x1d8)]['pwPage']=_0x1d171a),_0x1d171a;};}});},exports[a39_0x3804a1(0x1ce)]=()=>{const _0x146fec=a39_0x3804a1,_0x1cf6df={'OILcJ':function(_0x25a5db,_0x5353af){return _0x25a5db(_0x5353af);},'Ztcab':_0x146fec(0x1ba),'VPpzz':'Unable\x20to\x20import\x20dispatcher\x20for\x20_isWorkerRedundant','OZYWD':_0x146fec(0x1b9)};try{const _0x3a4e9f=requirePWModule[_0x146fec(0x1bb)](null,_0x1cf6df[_0x146fec(0x1be)](getPlaywrightLibPath,_0x1cf6df[_0x146fec(0x1c2)]));if(!_0x3a4e9f){logger[_0x146fec(0x1d0)](_0x1cf6df['VPpzz']);return;}const _0x12ed6d=_0x3a4e9f[_0x146fec(0x1d6)],_0x271e2c=_0x12ed6d[_0x146fec(0x1b2)],_0x3125e6=_0x271e2c['_isWorkerRedundant'];Object['defineProperty'](_0x271e2c,_0x1cf6df['OZYWD'],{'get':function(){return function _0x2ae015(){return _0x3125e6['apply'](this,arguments),!![];};}});}catch(_0x3e6419){logger[_0x146fec(0x1d0)](_0x146fec(0x1e1)+util[_0x146fec(0x1ad)](_0x3e6419));}};
@@ -1 +1 @@
1
- const a40_0x53398a=a40_0x93c1;function a40_0x5058(){const _0x382be0=['requestSpyCallback','MHQVL','test','processPageScreenshot','1.35.0','LGINi','../../../helpers/test-observability/sessionHandler','basename','uploadTraceZip','DCYqF','@playwright/test/lib/common/transform.js','23440BtKQAI','call','testUId','GXifw','onStepEnd','onStepBegin','filePath','Total\x20duration\x20for\x20whole\x20build\x20is\x20','VxqmH','Checking\x20if\x20trace\x20is\x20enabled\x20for\x20test:\x20','81qjoheF','../../../helpers/performance/performance-tester','afterWorkerHook','sendTestLog','@playwright/test/lib/common/configLoader.js','\x20in\x20attachments','runner/loadUtils.js','lIazf','beforeWorkerHook','process.js','error','MMEVy','wVfHJ','message','\x20bytes','../../../helpers/helper','Test\x20timeout\x20of','onTestBegin','NrxBg','performance-reporter.html','PLAYWRIGHT','FhzBj','compareVersions','QNxDd','includes','size','endsWith','qxXWB','getTime','findNestedKey','1181310ePWNwL','extname','Percentage\x20of\x20increased\x20time\x20is\x20','util','222200npAIjx','length','@playwright/test','setupBrowserDetails','ERROR','winstonLogger','GWCIb','dpvxG','toISOString','XKKCK','Arguments','prototype','EMyXP','JXXpa','getPlaywrightLibPath','3975SlCHOh','playwright/lib/transform/transform.js','lQadx','IJwzE','ygRXP','getForkProcessPath','match','XfZpA','tags','beforeTestHook','FfRSm','ydBVd','bwOFM','MDPnw','YIPUV','getConfigLoaderPath','VcJkx','vnWat','\x20in\x20arguments','stack','onBegin','substr','common','TEST_LOG','slice','uJEok','sendEventData','playwright','2479704KbBzFQ','ASxAI','iPGAs','fNBAJ','1.38.0','Error\x20in\x20sending\x20trace\x20file:\x20%s','ScvhE','Searching\x20for\x20key:\x20','../../../helpers/test-observability/constants','BICPt','createReadStream','getTestTags','66fmbyKw','@playwright/test/lib/transform/transform.js','sendTraceZip','MLMfG','HcvMS','cgyyi','onTestEnd','validateFilePath','oNncG','hfKYR','uxCBx','title','path','mjRvH','AdwQD','Kddyp','lib','1.42.0','Chmjs','AYYUV','sendSessionDetails','getLoadUtilsPath','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','stopAndGenerate','1355165dRCOBG','205331RCMVSL','TEST_ATTACHMENT','636XeIsQV','OyZGi','gqMKu','../../../helpers/logger','map','CIDrI','START_TIME','Invalid\x20file\x20format.\x20Expected\x20a\x20.zip\x20file,\x20but\x20got:\x20','env','APHKr','cnVcX','uBamH','getFailureData','Trace\x20enabled','debug','xdhgy','JRIrZ','readdirSync','runner/projectUtils.js','Found\x20key:\x20','afterTestHook','playwright/lib/common/configLoader.js','startsWith','format','statSync','./test-details','dhWDK','wGrWN','performance-report-worker-'];a40_0x5058=function(){return _0x382be0;};return a40_0x5058();}(function(_0xc796bd,_0x3971b7){const _0x50f31e=a40_0x93c1,_0x4e78d0=_0xc796bd();while(!![]){try{const _0x468a14=parseInt(_0x50f31e(0x96))/0x1+parseInt(_0x50f31e(0xc2))/0x2+parseInt(_0x50f31e(0xd1))/0x3*(parseInt(_0x50f31e(0x114))/0x4)+parseInt(_0x50f31e(0x111))/0x5+parseInt(_0x50f31e(0xf9))/0x6*(parseInt(_0x50f31e(0x112))/0x7)+parseInt(_0x50f31e(0xed))/0x8+-parseInt(_0x50f31e(0xa0))/0x9*(parseInt(_0x50f31e(0xbe))/0xa);if(_0x468a14===_0x3971b7)break;else _0x4e78d0['push'](_0x4e78d0['shift']());}catch(_0x2710eb){_0x4e78d0['push'](_0x4e78d0['shift']());}}}(a40_0x5058,0x2d55f));const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require('../../../helpers/test-observability/utils'),PerformanceTester=require(a40_0x53398a(0xa1)),fs=require('fs'),{FRAMEWORKS,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE}=require(a40_0x53398a(0xf5)),helper=require(a40_0x53398a(0xaf)),path=require(a40_0x53398a(0x105)),logger=require(a40_0x53398a(0x117))[a40_0x53398a(0xc7)],SessionHandler=require(a40_0x53398a(0x137)),TestDetails=require(a40_0x53398a(0x12d)),util=require(a40_0x53398a(0xc1)),getTagsFromTitle=_0x348ca3=>{const _0x57ab0f=a40_0x53398a;return _0x348ca3[_0x57ab0f(0xd7)](/@(\w+)/g)?.[_0x57ab0f(0x118)](_0x593fea=>_0x593fea[_0x57ab0f(0xe9)](0x1))||[];};function a40_0x93c1(_0x59702f,_0x39faa5){const _0x50587=a40_0x5058();return a40_0x93c1=function(_0x93c1fc,_0x3d62bc){_0x93c1fc=_0x93c1fc-0x96;let _0x24c547=_0x50587[_0x93c1fc];return _0x24c547;},a40_0x93c1(_0x59702f,_0x39faa5);}exports[a40_0x53398a(0xf8)]=_0x1f257b=>{const _0x347a16=a40_0x53398a,_0x39fff1={'qMCtm':function(_0x33cb11,_0x54e411){return _0x33cb11(_0x54e411);}};if(_0x1f257b[_0x347a16(0xd9)])return _0x1f257b[_0x347a16(0xd9)][_0x347a16(0x118)](_0x5642b5=>_0x5642b5[_0x347a16(0x12a)]('@')?_0x5642b5[_0x347a16(0xe6)](0x1):_0x5642b5);return _0x39fff1['qMCtm'](getTagsFromTitle,_0x1f257b[_0x347a16(0x104)]);},exports['calculatePerformance']=async()=>{const _0x4685b6=a40_0x53398a,_0x2e99d5={'DCYqF':function(_0x5714d5,_0x38d770){return _0x5714d5-_0x38d770;},'FfRSm':_0x4685b6(0xb3),'dhWDK':_0x4685b6(0xe5),'UFqqh':'endSession','uJEok':_0x4685b6(0xb1),'FhzBj':_0x4685b6(0xff),'LGINi':_0x4685b6(0x9b),'NrxBg':_0x4685b6(0x9a),'nMuzR':_0x4685b6(0xa8),'mkXbY':_0x4685b6(0xa2),'uxCBx':_0x4685b6(0xda),'momRJ':_0x4685b6(0x128),'MDPnw':'doo11ySync','bwOFM':_0x4685b6(0x134),'oNncG':_0x4685b6(0x10d),'CIDrI':_0x4685b6(0xc5),'ROYAQ':_0x4685b6(0x131),'wGrWN':_0x4685b6(0xa3),'wVfHJ':function(_0x506eb7,_0x3e4b7d){return _0x506eb7(_0x3e4b7d);},'VcJkx':function(_0x22e08f,_0x10b484){return _0x22e08f/_0x10b484;},'EMyXP':function(_0x298b9e,_0x104ac0){return _0x298b9e+_0x104ac0;},'APHKr':function(_0x5199e9,_0x2ef496){return _0x5199e9*_0x2ef496;}};if(!process[_0x4685b6(0x11c)][_0x4685b6(0x11a)])return;const _0x46cd3d=_0x2e99d5[_0x4685b6(0x13a)](new Date()[_0x4685b6(0xbc)](),new Date(process[_0x4685b6(0x11c)]['START_TIME'])[_0x4685b6(0xbc)]()),_0x119f7f=await PerformanceTester[_0x4685b6(0x110)](_0x2e99d5[_0x4685b6(0xdb)],[_0x2e99d5[_0x4685b6(0x12e)],_0x2e99d5['UFqqh'],_0x2e99d5[_0x4685b6(0xea)],_0x2e99d5[_0x4685b6(0xb5)],_0x2e99d5[_0x4685b6(0x136)],_0x2e99d5[_0x4685b6(0xb2)]]),_0x24f454=fs[_0x4685b6(0x125)]('.'),_0x5c2157=_0x24f454['filter'](_0x353bab=>_0x353bab[_0x4685b6(0x12a)](_0x4685b6(0x130))&&_0x353bab[_0x4685b6(0xba)]('.json')),_0x3f5871=await PerformanceTester['calculateTimesFromMultipleFiles'](_0x5c2157,[_0x2e99d5['nMuzR'],_0x2e99d5['mkXbY'],_0x2e99d5[_0x4685b6(0x103)],_0x2e99d5['momRJ'],_0x2e99d5[_0x4685b6(0xde)],_0x2e99d5[_0x4685b6(0xdd)],_0x2e99d5[_0x4685b6(0x101)],_0x2e99d5[_0x4685b6(0x119)],_0x2e99d5['ROYAQ'],_0x2e99d5[_0x4685b6(0x12f)]]);_0x2e99d5[_0x4685b6(0xac)](debug,_0x4685b6(0x9d)+_0x2e99d5[_0x4685b6(0xe1)](_0x46cd3d,0x3e8)+'\x20s'),_0x2e99d5[_0x4685b6(0xac)](debug,_0x4685b6(0x10f)+_0x2e99d5[_0x4685b6(0xce)](_0x3f5871,_0x119f7f)),_0x2e99d5['wVfHJ'](debug,_0x4685b6(0xc0)+_0x2e99d5[_0x4685b6(0x11d)](_0x2e99d5[_0x4685b6(0xe1)](_0x2e99d5['EMyXP'](_0x3f5871,_0x119f7f),_0x46cd3d),0x64));},exports['getTransformPath']=()=>{const _0x7d0818=a40_0x53398a,_0x3b25e3={'RzKcs':function(_0x551084,_0x4f059b){return _0x551084(_0x4f059b);},'XfZpA':function(_0xd46080,_0x578fb3){return _0xd46080>=_0x578fb3;},'Kddyp':_0x7d0818(0xf1),'RRkCl':_0x7d0818(0xd2),'xdhgy':'playwright','AYYUV':function(_0x51591b,_0x599694){return _0x51591b>=_0x599694;},'WphSJ':_0x7d0818(0x135),'ScvhE':_0x7d0818(0xfa),'GWCIb':_0x7d0818(0xc4),'RVhsr':_0x7d0818(0x13b)},_0x58decc=_0x3b25e3['RzKcs'](getFrameworkVersion,FRAMEWORKS[_0x7d0818(0xb4)]);if(_0x3b25e3[_0x7d0818(0xd8)](helper[_0x7d0818(0xb6)](_0x58decc,_0x3b25e3[_0x7d0818(0x108)]),0x0))return[_0x3b25e3['RRkCl'],_0x3b25e3[_0x7d0818(0x123)]];if(_0x3b25e3[_0x7d0818(0x10c)](helper['compareVersions'](_0x58decc,_0x3b25e3['WphSJ']),0x0))return[_0x3b25e3[_0x7d0818(0xf3)],_0x3b25e3[_0x7d0818(0xc8)]];return[_0x3b25e3['RVhsr'],_0x3b25e3['GWCIb']];},exports[a40_0x53398a(0xe0)]=()=>{const _0x429315=a40_0x53398a,_0x2837ab={'MMEVy':function(_0x4bf7e2,_0x3a5581){return _0x4bf7e2(_0x3a5581);},'GXifw':function(_0x17742c,_0x348c35){return _0x17742c>=_0x348c35;},'OyZGi':_0x429315(0xf1),'jQJYC':_0x429315(0x129),'qxXWB':_0x429315(0xec),'gqMKu':_0x429315(0xa4),'UBkUU':'@playwright/test'},_0x5e848a=_0x2837ab[_0x429315(0xab)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x2837ab[_0x429315(0x99)](helper['compareVersions'](_0x5e848a,_0x2837ab[_0x429315(0x115)]),0x0))return[_0x2837ab['jQJYC'],_0x2837ab[_0x429315(0xbb)]];return[_0x2837ab[_0x429315(0x116)],_0x2837ab['UBkUU']];},exports[a40_0x53398a(0x10e)]=()=>{const _0x26d3b1=a40_0x53398a,_0x2696b4={};_0x2696b4[_0x26d3b1(0x107)]=_0x26d3b1(0xa6);const _0x131843=_0x2696b4;return helper[_0x26d3b1(0xd0)](_0x131843[_0x26d3b1(0x107)]);},exports['getProjectUtilsPath']=()=>{const _0x12e856=a40_0x53398a,_0x3bc87f={};_0x3bc87f['YIPUV']=_0x12e856(0x126);const _0x3df64c=_0x3bc87f;return helper[_0x12e856(0xd0)](_0x3df64c[_0x12e856(0xdf)]);},exports[a40_0x53398a(0xd6)]=()=>{const _0x58442=a40_0x53398a,_0x118357={'JXXpa':function(_0x17487c,_0x13ac05){return _0x17487c(_0x13ac05);},'lIazf':function(_0xeed2b5,_0x1c7104){return _0xeed2b5>=_0x1c7104;},'JRIrZ':_0x58442(0xf1),'dpvxG':_0x58442(0x109),'iPGAs':_0x58442(0xe7),'fNBAJ':_0x58442(0xa9),'HcvMS':_0x58442(0x133)},_0x5a9b83=_0x118357[_0x58442(0xcf)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x118357[_0x58442(0xa7)](helper[_0x58442(0xb6)](_0x5a9b83,_0x118357[_0x58442(0x124)]),0x0))return path['join'](_0x118357[_0x58442(0xc9)],_0x118357[_0x58442(0xef)],_0x118357[_0x58442(0xf0)]);return path['join'](_0x118357[_0x58442(0xfd)],_0x118357[_0x58442(0xc9)],_0x118357['iPGAs'],_0x118357[_0x58442(0xf0)]);},exports[a40_0x53398a(0x120)]=(_0x399786,{test_run_uuid:_0x3052c7})=>{const _0x81eb71=a40_0x53398a,_0xd3788c={'QNxDd':_0x81eb71(0xc6),'cnVcX':_0x81eb71(0xe8),'xlYNL':function(_0x4ca401,_0x457bd6){return _0x4ca401<=_0x457bd6;},'cgyyi':function(_0x378b42,_0x2a9b03){return _0x378b42(_0x2a9b03);},'vNbku':_0x81eb71(0xb0),'mjRvH':function(_0xe12430,_0x4da5b0){return _0xe12430>=_0x4da5b0;},'VvMKs':_0x81eb71(0x10a),'ydBVd':function(_0x15050f,_0x473248){return _0x15050f>_0x473248;},'ygRXP':function(_0xafc979,_0x526d0a){return _0xafc979(_0x526d0a);},'ASxAI':function(_0x1e27da,_0x3a5431,_0x3f0b01){return _0x1e27da(_0x3a5431,_0x3f0b01);},'EnyHJ':_0x81eb71(0x133)};if(!_0x399786||_0xd3788c['xlYNL'](_0x399786['length'],0x0))return[];const _0x33e853=_0xd3788c['cgyyi'](removeAnsiColors,_0x399786[0x0][_0x81eb71(0xad)]);if(_0x33e853[_0x81eb71(0x12a)](_0xd3788c['vNbku'])){const _0x11b702=_0x399786[0x0],_0x23e88f=_0xd3788c[_0x81eb71(0xfe)](getFrameworkVersion,FRAMEWORKS[_0x81eb71(0xb4)]);if((!_0x11b702[_0x81eb71(0xe4)]||_0xd3788c[_0x81eb71(0x106)](_0x23e88f,_0xd3788c['VvMKs']))&&_0xd3788c[_0x81eb71(0xdc)](_0x399786[_0x81eb71(0xc3)],0x1))return{'failureData':[{'backtrace':[_0x33e853,_0xd3788c[_0x81eb71(0xd5)](removeAnsiColors,_0x399786[0x1]['stack'])]}],'logs':_0x399786['slice'](0x2)[_0x81eb71(0x118)](_0x54e068=>{const _0x56b065=_0x81eb71;return{'timestamp':new Date()[_0x56b065(0xca)](),'level':_0xd3788c[_0x56b065(0xb7)],'message':''+_0x54e068[_0x56b065(0xad)],'kind':_0xd3788c[_0x56b065(0x11e)],'http_response':{},'test_run_uuid':_0x3052c7};})};}return{'failureData':_0xd3788c[_0x81eb71(0xee)](failureData,_0x399786,_0xd3788c['EnyHJ']),'logs':[]};},exports['validateFilePath']=_0x3247a4=>{const _0x4d86db=a40_0x53398a,_0x522320={};_0x522320[_0x4d86db(0x11f)]=function(_0x171d7d,_0x348c98){return _0x171d7d!==_0x348c98;},_0x522320[_0x4d86db(0x9e)]='.zip',_0x522320[_0x4d86db(0x132)]=function(_0x24c724,_0x4e0d9e){return _0x24c724>_0x4e0d9e;};const _0x5785c3=_0x522320;if(_0x3247a4&&fs['existsSync'](_0x3247a4)){if(_0x5785c3[_0x4d86db(0x11f)](path[_0x4d86db(0xbf)](_0x3247a4)['toLowerCase'](),_0x5785c3[_0x4d86db(0x9e)]))return logger['error'](_0x4d86db(0x11b)+_0x3247a4),![];const _0x5de3cb=fs[_0x4d86db(0x12c)](_0x3247a4)[_0x4d86db(0xb9)];if(_0x5785c3[_0x4d86db(0x132)](_0x5de3cb,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE))return logger[_0x4d86db(0xaa)]('Trace\x20file\x20size\x20exceeds\x20100MB:\x20'+_0x5de3cb+_0x4d86db(0xae)),![];return!![];}return![];},exports[a40_0x53398a(0xbd)]=(_0x1d3e5e,_0x407f39)=>{const _0x46d8e6=a40_0x53398a,_0x3513e6={};_0x3513e6[_0x46d8e6(0xfc)]=_0x46d8e6(0xcc);const _0x47636c=_0x3513e6;logger[_0x46d8e6(0x122)](_0x46d8e6(0xf4)+_0x407f39);if(_0x1d3e5e['attachments']){const _0xfe0507=_0x1d3e5e['attachments']['find'](_0x3c5a3a=>_0x3c5a3a['name']==='trace');if(_0xfe0507)return logger['debug'](_0x46d8e6(0x127)+_0x407f39+_0x46d8e6(0xa5)),_0xfe0507[_0x407f39];}else{if(Object[_0x46d8e6(0xcd)]['toString'][_0x46d8e6(0x97)](_0x1d3e5e)[_0x46d8e6(0xb8)](_0x47636c[_0x46d8e6(0xfc)]))for(const _0x1e69f3 of _0x1d3e5e){if(_0x1e69f3[_0x407f39])return logger[_0x46d8e6(0x122)]('Found\x20key:\x20'+_0x407f39+_0x46d8e6(0xe3)),_0x1e69f3[_0x407f39];}}return'';},exports[a40_0x53398a(0x139)]=async(_0x545aff,_0x577462)=>{const _0x54b565=a40_0x53398a,_0x2a49e6={};_0x2a49e6[_0x54b565(0xd4)]='LogCreated',_0x2a49e6[_0x54b565(0xf6)]=_0x54b565(0x113),_0x2a49e6[_0x54b565(0xe2)]=_0x54b565(0xfb),_0x2a49e6[_0x54b565(0xcb)]=_0x54b565(0xf2);const _0x505757=_0x2a49e6;try{const _0x208ea9={'event_type':_0x505757['IJwzE'],'logs':[{'data':_0x545aff?fs[_0x54b565(0xf7)](_0x545aff):'','test_run_uuid':_0x577462,'kind':_0x505757[_0x54b565(0xf6)],'fileName':_0x545aff?path[_0x54b565(0x138)](_0x545aff):''}]};return await SessionHandler[_0x54b565(0xeb)](_0x208ea9,0x0,_0x505757['vnWat']);}catch(_0x1d388b){logger[_0x54b565(0xaa)](util[_0x54b565(0x12b)](_0x505757['XKKCK'],_0x1d388b));}},exports[a40_0x53398a(0xfb)]=async(_0x3a7f53,_0x2650a9)=>{const _0x3fa7ae=a40_0x53398a,_0x1fbc22={};_0x1fbc22[_0x3fa7ae(0x10b)]='path',_0x1fbc22[_0x3fa7ae(0x102)]=_0x3fa7ae(0x121),_0x1fbc22['lQadx']=_0x3fa7ae(0xf2);const _0x3a83d0=_0x1fbc22;try{logger['debug'](_0x3fa7ae(0x9f)+_0x2650a9);const _0x2e6601=await exports[_0x3fa7ae(0xbd)](_0x3a7f53,_0x3a83d0[_0x3fa7ae(0x10b)]);if(exports[_0x3fa7ae(0x100)](_0x2e6601)){logger[_0x3fa7ae(0x122)](_0x3a83d0[_0x3fa7ae(0x102)]);const _0x2c76b7={};_0x2c76b7[_0x3fa7ae(0x98)]=_0x2650a9,_0x2c76b7[_0x3fa7ae(0x9c)]=_0x2e6601;const _0x4492f0=_0x2c76b7;TestDetails['addTraceFilePath'](_0x4492f0);};}catch(_0x1ffa93){logger[_0x3fa7ae(0xaa)](util[_0x3fa7ae(0x12b)](_0x3a83d0[_0x3fa7ae(0xd3)],_0x1ffa93));}};
1
+ const a40_0x5bb86a=a40_0xd2c0;(function(_0x36f90c,_0x46d151){const _0x18f92c=a40_0xd2c0,_0x34d42b=_0x36f90c();while(!![]){try{const _0x134a4b=parseInt(_0x18f92c(0xda))/0x1*(parseInt(_0x18f92c(0xa0))/0x2)+parseInt(_0x18f92c(0xe5))/0x3*(-parseInt(_0x18f92c(0x116))/0x4)+-parseInt(_0x18f92c(0xd4))/0x5+-parseInt(_0x18f92c(0xd0))/0x6+parseInt(_0x18f92c(0xa1))/0x7+parseInt(_0x18f92c(0x122))/0x8*(parseInt(_0x18f92c(0xe0))/0x9)+parseInt(_0x18f92c(0xe8))/0xa;if(_0x134a4b===_0x46d151)break;else _0x34d42b['push'](_0x34d42b['shift']());}catch(_0x5129c9){_0x34d42b['push'](_0x34d42b['shift']());}}}(a40_0x3ffb,0xcda20));function a40_0xd2c0(_0x59868f,_0x2ebf52){const _0x3ffbec=a40_0x3ffb();return a40_0xd2c0=function(_0xd2c02b,_0x3f2e46){_0xd2c02b=_0xd2c02b-0x7c;let _0x445aa3=_0x3ffbec[_0xd2c02b];return _0x445aa3;},a40_0xd2c0(_0x59868f,_0x2ebf52);}const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require('../../../helpers/test-observability/utils'),PerformanceTester=require(a40_0x5bb86a(0xb9)),fs=require('fs'),{FRAMEWORKS,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE}=require('../../../helpers/test-observability/constants'),helper=require(a40_0x5bb86a(0xbb)),path=require(a40_0x5bb86a(0x10f)),logger=require(a40_0x5bb86a(0x85))[a40_0x5bb86a(0xef)],SessionHandler=require(a40_0x5bb86a(0xa9)),TestDetails=require(a40_0x5bb86a(0xe2)),util=require(a40_0x5bb86a(0xab)),getTagsFromTitle=_0x48dec8=>{const _0x32e402=a40_0x5bb86a;return _0x48dec8[_0x32e402(0xb4)](/@(\w+)/g)?.['map'](_0x13becd=>_0x13becd['slice'](0x1))||[];};function a40_0x3ffb(){const _0x282fc4=['PcpeM','extname','runner/projectUtils.js','GbhPu','runner/loadUtils.js','Fxscv','stack','join','beforeWorkerHook','\x20bytes','@playwright/test','1.42.0','18574HojVVG','143899KlkTTO','map','Trace\x20file\x20size\x20exceeds\x20100MB:\x20','qWHLL','mDNCK','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','onTestBegin','TAtYm','../../../helpers/test-observability/sessionHandler','call','util','GAudg','zgnuq','vudVo','UUCcM','Qtwir','Hoibl','geCkL','statSync','match','USmSQ','START_TIME','khhTA','getFailureData','../../../helpers/performance/performance-tester','playwright/lib/common/configLoader.js','../../../helpers/helper','doo11ySync','slice','includes','message','OfGev','qIAlk','onStepBegin','cLrkQ','beforeTestHook','calculateTimesFromMultipleFiles','ltmfV','zHbxw','env','title','toISOString','CWpzK','getTestTags','Total\x20duration\x20for\x20whole\x20build\x20is\x20','compareVersions','sendEventData','2407470mVitoi','MCCMS','getProjectUtilsPath','getForkProcessPath','5922810lGFNZK','name','EWSUL','PLAYWRIGHT','Error\x20in\x20sending\x20trace\x20file:\x20%s','sendSessionDetails','175uEDtbP','debug','LZkld','KMdWg','yQCXt','getTransformPath','189lPZVWr','Found\x20key:\x20','./test-details','CmqRU','ahlBR','2190831AwwvlC','size','process.js','11221630gKsKHY','onBegin','test','Trace\x20enabled','existsSync','oPtDZ','.zip','winstonLogger','format','playwright','hfMNC','sendTestLog','Searching\x20for\x20key:\x20','ERROR','performance-report-worker-','kWKbe','tags','find','toLowerCase','hTRkn','getLoadUtilsPath','startsWith','getPlaywrightLibPath','readdirSync','Arguments','kwXwj','TEST_ATTACHMENT','substr','jhYXb','onStepEnd','.json','rwLRu','Aeleu','filter','DyNlL','attachments','@playwright/test/lib/transform/transform.js','validateFilePath','sendTraceZip','path','1.38.0','AMzJQ','pYaHz','common','afterTestHook','uDOLV','4HWquTu','LogCreated','hxxgb','CQhuJ','stopAndGenerate','Test\x20timeout\x20of','jCdYl','OAfAs','lib','filePath','trace','toString','148728rdOjZs','CFnIP','iQiaS','error','getConfigLoaderPath','CgSkf','Invalid\x20file\x20format.\x20Expected\x20a\x20.zip\x20file,\x20but\x20got:\x20','onTestEnd','oxxqA','vPFbS','@playwright/test/lib/common/configLoader.js','findNestedKey','nQGmR','../../../helpers/logger','mpVRb','setupBrowserDetails','pGAWT','processPageScreenshot','dPOHA','endSession','gnYRi','testUId','@playwright/test/lib/common/transform.js','calculatePerformance','rMTDQ','basename','uuRxC','jwpdP'];a40_0x3ffb=function(){return _0x282fc4;};return a40_0x3ffb();}exports[a40_0x5bb86a(0xcc)]=_0x249a66=>{const _0x4c31aa=a40_0x5bb86a,_0x1af7f0={'nGtXr':function(_0x1ace77,_0x55808f){return _0x1ace77(_0x55808f);}};if(_0x249a66['tags'])return _0x249a66[_0x4c31aa(0xf8)][_0x4c31aa(0xa2)](_0x5aae57=>_0x5aae57['startsWith']('@')?_0x5aae57[_0x4c31aa(0x103)](0x1):_0x5aae57);return _0x1af7f0['nGtXr'](getTagsFromTitle,_0x249a66[_0x4c31aa(0xc9)]);},exports[a40_0x5bb86a(0x8f)]=async()=>{const _0x13d8ee=a40_0x5bb86a,_0x12ee16={'mDNCK':function(_0x4e754d,_0x49a353){return _0x4e754d-_0x49a353;},'Aeleu':'performance-reporter.html','GAudg':_0x13d8ee(0xe9),'JwsEk':_0x13d8ee(0x8b),'KWGBW':_0x13d8ee(0xa7),'rMTDQ':_0x13d8ee(0x7f),'nQGmR':_0x13d8ee(0xc2),'uSQhZ':_0x13d8ee(0x105),'mpVRb':_0x13d8ee(0x9c),'elzdm':'afterWorkerHook','TAtYm':_0x13d8ee(0xc4),'bbqrP':_0x13d8ee(0x114),'qaApO':_0x13d8ee(0xbc),'Hoibl':_0x13d8ee(0x89),'ltmfV':_0x13d8ee(0xd9),'ABtAO':_0x13d8ee(0x87),'YSAaA':'requestSpyCallback','pGAWT':_0x13d8ee(0xf3),'CWpzK':function(_0x5e83c4,_0x5a4adf){return _0x5e83c4(_0x5a4adf);},'oPtDZ':function(_0xc46157,_0x866755){return _0xc46157/_0x866755;},'CQhuJ':function(_0xca55c9,_0x417387){return _0xca55c9+_0x417387;},'rhphi':function(_0x8c9671,_0x297b8b){return _0x8c9671*_0x297b8b;}};if(!process[_0x13d8ee(0xc8)]['START_TIME'])return;const _0x4a037f=_0x12ee16[_0x13d8ee(0xa5)](new Date()['getTime'](),new Date(process['env'][_0x13d8ee(0xb6)])['getTime']()),_0x34f9af=await PerformanceTester[_0x13d8ee(0x11a)](_0x12ee16[_0x13d8ee(0x108)],[_0x12ee16[_0x13d8ee(0xac)],_0x12ee16['JwsEk'],_0x12ee16['KWGBW'],_0x12ee16[_0x13d8ee(0x90)],_0x12ee16[_0x13d8ee(0x84)],_0x12ee16['uSQhZ']]),_0x583c77=fs[_0x13d8ee(0xff)]('.'),_0x2240c8=_0x583c77[_0x13d8ee(0x109)](_0x33bd7c=>_0x33bd7c[_0x13d8ee(0xfd)](_0x13d8ee(0xf6))&&_0x33bd7c['endsWith'](_0x13d8ee(0x106))),_0x4a7614=await PerformanceTester[_0x13d8ee(0xc5)](_0x2240c8,[_0x12ee16[_0x13d8ee(0x86)],_0x12ee16['elzdm'],_0x12ee16[_0x13d8ee(0xa8)],_0x12ee16['bbqrP'],_0x12ee16['qaApO'],_0x12ee16[_0x13d8ee(0xb1)],_0x12ee16[_0x13d8ee(0xc6)],_0x12ee16['ABtAO'],_0x12ee16['YSAaA'],_0x12ee16[_0x13d8ee(0x88)]]);_0x12ee16[_0x13d8ee(0xcb)](debug,_0x13d8ee(0xcd)+_0x12ee16[_0x13d8ee(0xed)](_0x4a037f,0x3e8)+'\x20s'),_0x12ee16['CWpzK'](debug,_0x13d8ee(0xa6)+_0x12ee16[_0x13d8ee(0x119)](_0x4a7614,_0x34f9af)),_0x12ee16[_0x13d8ee(0xcb)](debug,'Percentage\x20of\x20increased\x20time\x20is\x20'+_0x12ee16['rhphi'](_0x12ee16['oPtDZ'](_0x12ee16['CQhuJ'](_0x4a7614,_0x34f9af),_0x4a037f),0x64));},exports[a40_0x5bb86a(0xdf)]=()=>{const _0x2e96f4=a40_0x5bb86a,_0x598143={'gnYRi':function(_0x5567bd,_0xed4193){return _0x5567bd(_0xed4193);},'hTRkn':function(_0x3be7ee,_0x4458a5){return _0x3be7ee>=_0x4458a5;},'bFiJO':_0x2e96f4(0x110),'OfGev':'playwright/lib/transform/transform.js','CgSkf':_0x2e96f4(0xf1),'KMdWg':'1.35.0','khhTA':_0x2e96f4(0x10c),'jwpdP':'@playwright/test','AMzJQ':_0x2e96f4(0x8e)},_0x46dc6c=_0x598143[_0x2e96f4(0x8c)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x598143[_0x2e96f4(0xfb)](helper[_0x2e96f4(0xce)](_0x46dc6c,_0x598143['bFiJO']),0x0))return[_0x598143[_0x2e96f4(0xc0)],_0x598143[_0x2e96f4(0x7d)]];if(_0x598143[_0x2e96f4(0xfb)](helper['compareVersions'](_0x46dc6c,_0x598143[_0x2e96f4(0xdd)]),0x0))return[_0x598143[_0x2e96f4(0xb7)],_0x598143[_0x2e96f4(0x93)]];return[_0x598143[_0x2e96f4(0x111)],_0x598143['jwpdP']];},exports[a40_0x5bb86a(0x7c)]=()=>{const _0x266ffa=a40_0x5bb86a,_0x2a6695={'CmqRU':function(_0x48f01b,_0x29bf46){return _0x48f01b(_0x29bf46);},'LWszj':function(_0x6418e5,_0x3142f5){return _0x6418e5>=_0x3142f5;},'hfMNC':_0x266ffa(0x110),'MCCMS':_0x266ffa(0xba),'cLrkQ':_0x266ffa(0xf1),'dPOHA':_0x266ffa(0x82),'uDOLV':_0x266ffa(0x9e)},_0x33b9fd=_0x2a6695[_0x266ffa(0xe3)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x2a6695['LWszj'](helper[_0x266ffa(0xce)](_0x33b9fd,_0x2a6695[_0x266ffa(0xf2)]),0x0))return[_0x2a6695[_0x266ffa(0xd1)],_0x2a6695[_0x266ffa(0xc3)]];return[_0x2a6695[_0x266ffa(0x8a)],_0x2a6695[_0x266ffa(0x115)]];},exports[a40_0x5bb86a(0xfc)]=()=>{const _0x28cde3=a40_0x5bb86a,_0x318082={};_0x318082['zHbxw']=_0x28cde3(0x98);const _0x20d4bc=_0x318082;return helper[_0x28cde3(0xfe)](_0x20d4bc[_0x28cde3(0xc7)]);},exports[a40_0x5bb86a(0xd2)]=()=>{const _0x57993a=a40_0x5bb86a,_0x38fb1d={};_0x38fb1d[_0x57993a(0x101)]=_0x57993a(0x96);const _0x256c4b=_0x38fb1d;return helper['getPlaywrightLibPath'](_0x256c4b[_0x57993a(0x101)]);},exports[a40_0x5bb86a(0xd3)]=()=>{const _0x131b77=a40_0x5bb86a,_0x301f81={'jhYXb':function(_0xd0f96b,_0x3f3c26){return _0xd0f96b(_0x3f3c26);},'hxxgb':function(_0x2b4dd1,_0x2dd0b7){return _0x2b4dd1>=_0x2dd0b7;},'vPFbS':_0x131b77(0x110),'DyNlL':_0x131b77(0x11e),'qWHLL':_0x131b77(0x113),'LZkld':_0x131b77(0xe7),'UUCcM':_0x131b77(0xea)},_0x23e4ee=_0x301f81[_0x131b77(0x104)](getFrameworkVersion,FRAMEWORKS[_0x131b77(0xd7)]);if(_0x301f81[_0x131b77(0x118)](helper[_0x131b77(0xce)](_0x23e4ee,_0x301f81[_0x131b77(0x81)]),0x0))return path[_0x131b77(0x9b)](_0x301f81[_0x131b77(0x10a)],_0x301f81[_0x131b77(0xa4)],_0x301f81[_0x131b77(0xdc)]);return path['join'](_0x301f81[_0x131b77(0xaf)],_0x301f81[_0x131b77(0x10a)],_0x301f81['qWHLL'],_0x301f81[_0x131b77(0xdc)]);},exports[a40_0x5bb86a(0xb8)]=(_0x54cfe0,{test_run_uuid:_0x14f7e6})=>{const _0x482fe7=a40_0x5bb86a,_0x4ec6e4={'ZqzLr':_0x482fe7(0xf5),'pYaHz':'TEST_LOG','GbhPu':function(_0xd56f6,_0x3e5f10){return _0xd56f6<=_0x3e5f10;},'Fxscv':function(_0x51b076,_0x5b2f58){return _0x51b076(_0x5b2f58);},'kWKbe':_0x482fe7(0x11b),'OAfAs':function(_0x726815,_0x9f9132){return _0x726815(_0x9f9132);},'yQCXt':function(_0x70f5db,_0xebce97){return _0x70f5db>=_0xebce97;},'iQiaS':_0x482fe7(0x9f),'ahlBR':function(_0x489cca,_0x24fcdc){return _0x489cca>_0x24fcdc;},'oxxqA':function(_0x341215,_0x22074c,_0x1ff3c9){return _0x341215(_0x22074c,_0x1ff3c9);},'geCkL':_0x482fe7(0xea)};if(!_0x54cfe0||_0x4ec6e4[_0x482fe7(0x97)](_0x54cfe0['length'],0x0))return[];const _0x499683=_0x4ec6e4[_0x482fe7(0x99)](removeAnsiColors,_0x54cfe0[0x0][_0x482fe7(0xbf)]);if(_0x499683[_0x482fe7(0xfd)](_0x4ec6e4[_0x482fe7(0xf7)])){const _0x23ae09=_0x54cfe0[0x0],_0x579fa9=_0x4ec6e4[_0x482fe7(0x11d)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if((!_0x23ae09['stack']||_0x4ec6e4[_0x482fe7(0xde)](_0x579fa9,_0x4ec6e4[_0x482fe7(0x124)]))&&_0x4ec6e4[_0x482fe7(0xe4)](_0x54cfe0['length'],0x1))return{'failureData':[{'backtrace':[_0x499683,_0x4ec6e4[_0x482fe7(0x99)](removeAnsiColors,_0x54cfe0[0x1][_0x482fe7(0x9a)])]}],'logs':_0x54cfe0[_0x482fe7(0xbd)](0x2)[_0x482fe7(0xa2)](_0x175143=>{const _0x235df0=_0x482fe7;return{'timestamp':new Date()[_0x235df0(0xca)](),'level':_0x4ec6e4['ZqzLr'],'message':''+_0x175143[_0x235df0(0xbf)],'kind':_0x4ec6e4[_0x235df0(0x112)],'http_response':{},'test_run_uuid':_0x14f7e6};})};}return{'failureData':_0x4ec6e4[_0x482fe7(0x80)](failureData,_0x54cfe0,_0x4ec6e4[_0x482fe7(0xb2)]),'logs':[]};},exports['validateFilePath']=_0x22de1e=>{const _0x47484f=a40_0x5bb86a,_0x492c6d={};_0x492c6d[_0x47484f(0x11c)]=function(_0x1715b9,_0x4b35d1){return _0x1715b9!==_0x4b35d1;},_0x492c6d[_0x47484f(0xae)]=_0x47484f(0xee),_0x492c6d[_0x47484f(0x123)]=function(_0x4c512a,_0x227eca){return _0x4c512a>_0x227eca;};const _0x79e35=_0x492c6d;if(_0x22de1e&&fs[_0x47484f(0xec)](_0x22de1e)){if(_0x79e35[_0x47484f(0x11c)](path[_0x47484f(0x95)](_0x22de1e)[_0x47484f(0xfa)](),_0x79e35[_0x47484f(0xae)]))return logger['error'](_0x47484f(0x7e)+_0x22de1e),![];const _0x4e3152=fs[_0x47484f(0xb3)](_0x22de1e)[_0x47484f(0xe6)];if(_0x79e35['CFnIP'](_0x4e3152,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE))return logger[_0x47484f(0x125)](_0x47484f(0xa3)+_0x4e3152+_0x47484f(0x9d)),![];return!![];}return![];},exports[a40_0x5bb86a(0x83)]=(_0x3811ea,_0x52cd19)=>{const _0x1d69ee=a40_0x5bb86a,_0x4adec0={};_0x4adec0[_0x1d69ee(0xd6)]=_0x1d69ee(0x100);const _0x303ebd=_0x4adec0;logger[_0x1d69ee(0xdb)](_0x1d69ee(0xf4)+_0x52cd19);if(_0x3811ea[_0x1d69ee(0x10b)]){const _0x1a1a44=_0x3811ea[_0x1d69ee(0x10b)][_0x1d69ee(0xf9)](_0x42b8bd=>_0x42b8bd[_0x1d69ee(0xd5)]===_0x1d69ee(0x120));if(_0x1a1a44)return logger['debug']('Found\x20key:\x20'+_0x52cd19+'\x20in\x20attachments'),_0x1a1a44[_0x52cd19];}else{if(Object['prototype'][_0x1d69ee(0x121)][_0x1d69ee(0xaa)](_0x3811ea)[_0x1d69ee(0xbe)](_0x303ebd[_0x1d69ee(0xd6)]))for(const _0x2b8a7d of _0x3811ea){if(_0x2b8a7d[_0x52cd19])return logger[_0x1d69ee(0xdb)](_0x1d69ee(0xe1)+_0x52cd19+'\x20in\x20arguments'),_0x2b8a7d[_0x52cd19];}}return'';},exports['uploadTraceZip']=async(_0x77f76c,_0x46c640)=>{const _0x3f5fb4=a40_0x5bb86a,_0xb15e2a={};_0xb15e2a[_0x3f5fb4(0x92)]=_0x3f5fb4(0x117),_0xb15e2a[_0x3f5fb4(0xb5)]=_0x3f5fb4(0x102),_0xb15e2a['PcpeM']=_0x3f5fb4(0x10e),_0xb15e2a['qIAlk']='Error\x20in\x20sending\x20trace\x20file:\x20%s';const _0x7e1a2e=_0xb15e2a;try{const _0x7a0c2e={'event_type':_0x7e1a2e[_0x3f5fb4(0x92)],'logs':[{'data':_0x77f76c?fs['createReadStream'](_0x77f76c):'','test_run_uuid':_0x46c640,'kind':_0x7e1a2e[_0x3f5fb4(0xb5)],'fileName':_0x77f76c?path[_0x3f5fb4(0x91)](_0x77f76c):''}]};return await SessionHandler[_0x3f5fb4(0xcf)](_0x7a0c2e,0x0,_0x7e1a2e[_0x3f5fb4(0x94)]);}catch(_0x142e00){logger[_0x3f5fb4(0x125)](util['format'](_0x7e1a2e[_0x3f5fb4(0xc1)],_0x142e00));}},exports[a40_0x5bb86a(0x10e)]=async(_0x96b701,_0x53e464)=>{const _0xbc99b7=a40_0x5bb86a,_0x104577={};_0x104577[_0xbc99b7(0xad)]=_0xbc99b7(0x10f),_0x104577[_0xbc99b7(0x107)]=_0xbc99b7(0xeb),_0x104577[_0xbc99b7(0xb0)]=_0xbc99b7(0xd8);const _0x1bead8=_0x104577;try{logger[_0xbc99b7(0xdb)]('Checking\x20if\x20trace\x20is\x20enabled\x20for\x20test:\x20'+_0x53e464);const _0x4a4764=await exports[_0xbc99b7(0x83)](_0x96b701,_0x1bead8[_0xbc99b7(0xad)]);if(exports[_0xbc99b7(0x10d)](_0x4a4764)){logger[_0xbc99b7(0xdb)](_0x1bead8[_0xbc99b7(0x107)]);const _0x3bc09a={};_0x3bc09a[_0xbc99b7(0x8d)]=_0x53e464,_0x3bc09a[_0xbc99b7(0x11f)]=_0x4a4764;const _0x32f1ae=_0x3bc09a;TestDetails['addTraceFilePath'](_0x32f1ae);};}catch(_0xe916bd){logger[_0xbc99b7(0x125)](util[_0xbc99b7(0xf0)](_0x1bead8[_0xbc99b7(0xb0)],_0xe916bd));}};
@@ -1 +1 @@
1
- function a41_0x47e1(){const _0x5d27b4=['startTime','length','toISOString','path','getCustomRerunParam','beforeAll\x20hook','errors','7623441kyAwkV','BzNSP','../../../helpers/helper','ZWtpG','forEach','Trace\x20file\x20found\x20for\x20test:\x20','zLwvY','_gitConfigPath','427473nEkGDN','_gitConfigured','_tags','expectedStatus','BBZcU','HookRunStarted','onEnd','nyVJR','TqYYe','sDyel','homedir','bVDuP','AFTER_ALL','NBFFN','startsWith','ypIwc','Expected\x20to\x20fail,\x20but\x20passed.','sendSessionDetails','rHYmI','failure_reason','status','env','gwjLH','rvdzz','vQBmI','utf8','MXaUo','test_run','Sending\x20session\x20details\x20for\x20','Hook\x20Started\x20with\x20unique\x20id\x20','oEcXm','GCLBY','FgKoE','BSGab','endSession','sendTestRunEvent','backtrace','Starting\x20sending\x20trace\x20zip\x20for\x20test:\x20','message','nOOnd','getTestIdentifier','sendHookRunEvent','pending','getHookType','NbTAX','printsToStdio','72KDkOoW','existsSync','reverse','sdUMO','push','mtime','retry','failure','ijfCJ','fllLd','CBTSessionCreated','statSync','zgiNX','../../../helpers/performance/performance-tester','indexOf','lRMke','relative','uuid','TestRunFinished','nFXUC','RiDva','meta','parent','QkrRT','Error\x20in\x20sending\x20trace\x20zip:\x20%s','2|5|4|0|3|6|1','SHEXO','TestRunStarted','1250dJOWnG','TEST_SCREENSHOT','_projectId','UaUDg','../../../helpers/test-observability/constants','addTestUIDAndReportLog','logLevel','expanded','onBegin','split','TEST_ATTACHMENT','HookRunFinished','RzfAh','sWaGC','pjOUO','cwd','YjYqB','util','uploadEventData','skipped','readFileSync','getTime','vXvWC','iSrDM','FWffc','NbJat','AgRCc','attachments','./test-details','onTestBegin','./pwUtils','size','test','104bZudMp','../../../helpers/testhub/utils','gXhTl','setup','lDcws','map','BROWSERSTACK_O11Y_PERF_MEASUREMENT','root','kmhmU','akMaL','test_run_uuid','10eySGdG','PgpnN','NeQBU','format','../../../helpers/testhub/testhubHandler','HoEJr','../../../helpers/test-observability/utils','Test\x20Started\x20with\x20unique\x20id\x20','8574mwHsQx','_tests','name','BVMEV','filter','configureGit','NGgfN','rqFGg','category','reportLogs','gfLhY','AFTER_EACH','PLAYWRIGHT','\x20for\x20','getTestRunIdentifier','getTestUUID','_testHooksMap','inspect','Qkakn','afterAll\x20hook','sAnsD','getStepIdentifier','\x20at\x20','ZfPxP','.browserstack','HonQM','afterEach\x20hook','Error\x20in\x20calculating\x20performance:\x20','startMonitoring','beforeEach\x20hook','trace_','JQCXq','68463AvHnJL','UrRcj','../../../helpers/test-observability/requestQueueHandler','cihRa','JXcSw','file','RewnJ','result','CEHoz','ZXiNQ','mcyyB','mWDyc','getScope','.txt','gsLon','exports','MQfIf','passed','toString','qAemr','../../../helpers/test-observability/sessionHandler','unknown','title','onTestEnd','join','logs','duration','3548036YrjkHw','hooks','failed','hook_run','PLAYWRIGHT_TRACE_LOGS','14686386HcAsyV','ArnBG','MyReporter','onStepBegin','retry_of','\x20is\x20triggered','wpZnL','KKmYc','acYmA','dLCin','IenNk','roNcY','WBXVk','finishedAt','LWpmN','UWwFJ','zooCh','../../../helpers/test-observability/error-handler','NFsDy','NtMik','failure_type','ONhlF','onStepEnd','location','basename','MVIyX','needToReportStep','error','NVcpE','timedOut','javascript','startedAt','hook','Before\x20Hooks','depth','IOTMc','LogCreated','steps','options','event_type','ceQfY','Test\x20Finished\x20with\x20unique\x20id\x20','MKufv','XYNmV','wdxtF','AwZqY','\x20-\x20','BEFORE_ALL','_bs_hookIdentifier','eceWp','906332zUvQQy','getHierarchy','rXwlk','getStepsAndLogs','object'];a41_0x47e1=function(){return _0x5d27b4;};return a41_0x47e1();}function a41_0x631e(_0x17de27,_0x1de23e){const _0x47e14e=a41_0x47e1();return a41_0x631e=function(_0x631e06,_0x4cf617){_0x631e06=_0x631e06-0x14e;let _0x5171e8=_0x47e14e[_0x631e06];return _0x5171e8;},a41_0x631e(_0x17de27,_0x1de23e);}const a41_0x29079b=a41_0x631e;(function(_0x23154b,_0x21c677){const _0x552a9d=a41_0x631e,_0x2ee17c=_0x23154b();while(!![]){try{const _0x1b7214=parseInt(_0x552a9d(0x246))/0x1+parseInt(_0x552a9d(0x1c1))/0x2*(parseInt(_0x552a9d(0x1f4))/0x3)+parseInt(_0x552a9d(0x20f))/0x4+-parseInt(_0x552a9d(0x1a0))/0x5*(parseInt(_0x552a9d(0x1d4))/0x6)+-parseInt(_0x552a9d(0x14e))/0x7+-parseInt(_0x552a9d(0x184))/0x8*(-parseInt(_0x552a9d(0x156))/0x9)+parseInt(_0x552a9d(0x1cc))/0xa*(-parseInt(_0x552a9d(0x214))/0xb);if(_0x1b7214===_0x21c677)break;else _0x2ee17c['push'](_0x2ee17c['shift']());}catch(_0x909bf8){_0x2ee17c['push'](_0x2ee17c['shift']());}}}(a41_0x47e1,0x98d93));const RequestQueueHandler=require(a41_0x29079b(0x1f6)),{calculatePerformance,getTestTags,getFailureData,sendTraceZip,findNestedKey,validateFilePath}=require(a41_0x29079b(0x1be)),{v4:uuidv4}=require(a41_0x29079b(0x195)),path=require(a41_0x29079b(0x24e)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a41_0x29079b(0x1d2)),{getGitMetaData,setLogLevel}=require('../../../helpers/helper'),TestDetails=require(a41_0x29079b(0x1bc)),fs=require('fs'),util=require(a41_0x29079b(0x1b1)),{o11yClassErrorHandler}=require(a41_0x29079b(0x225)),PerformanceTester=require(a41_0x29079b(0x191)),{FRAMEWORKS}=require(a41_0x29079b(0x1a4)),SessionHandler=require(a41_0x29079b(0x208)),{appendTesthubParams}=require(a41_0x29079b(0x1c2)),TestHubHandler=require(a41_0x29079b(0x1d0)),helper=require(a41_0x29079b(0x150));class MyReporter{constructor(_0x408ccb){const _0x429562=a41_0x29079b,_0x3e130f={'iSrDM':_0x429562(0x19d),'eceWp':function(_0x3fe5a0,_0x2ab124,_0x6ced80,_0x1944da){return _0x3fe5a0(_0x2ab124,_0x6ced80,_0x1944da);},'gwjLH':'performance-report-reporter.json'},_0x291add=_0x3e130f[_0x429562(0x1b7)][_0x429562(0x1a9)]('|');let _0x487eae=0x0;while(!![]){switch(_0x291add[_0x487eae++]){case'0':this['_testHooksMap']={};continue;case'1':this['_gitConfigPath']=null;continue;case'2':const _0xde40d={};_0xde40d[_0x429562(0x1a6)]=process[_0x429562(0x16b)]['BROWSERSTACK_LOG_LEVEL'],_0x3e130f[_0x429562(0x245)](setLogLevel,_0xde40d,new Map(),new Map());continue;case'3':this[_0x429562(0x23a)]=_0x408ccb;continue;case'4':this[_0x429562(0x1d5)]={};continue;case'5':process[_0x429562(0x16b)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(PerformanceTester[_0x429562(0x1f0)](_0x3e130f[_0x429562(0x16c)]),process[_0x429562(0x16b)]['START_TIME']=new Date()[_0x429562(0x24d)]());continue;case'6':this['_gitConfigured']=![];continue;}break;}}async[a41_0x29079b(0x1a8)](){const _0x1d8474=a41_0x29079b;TestDetails[_0x1d8474(0x1c4)](),await this[_0x1d8474(0x1d9)]();}async[a41_0x29079b(0x1bd)](_0x19a776,_0x282359){const _0x2297a1=a41_0x29079b,_0x2103a5={'nHhUP':function(_0x10eb66,_0x49e4b8){return _0x10eb66(_0x49e4b8);},'AgRCc':_0x2297a1(0x19f)},_0xee972=this['getTestIdentifier'](_0x19a776),_0x6ca627=TestDetails['getTestUUID'](this[_0x2297a1(0x1e2)](_0x19a776,_0x282359[_0x2297a1(0x18a)]));process[_0x2297a1(0x16b)]['BROWSERSTACK_TEST_RUN_ID']=_0x6ca627;const _0x179d36={};_0x179d36[_0x2297a1(0x195)]=_0x6ca627,_0x179d36[_0x2297a1(0x233)]=_0x282359[_0x2297a1(0x24b)],this[_0x2297a1(0x1d5)][_0xee972]=_0x179d36,_0x2103a5['nHhUP'](trace,_0x2297a1(0x1d3)+_0xee972),await this[_0x2297a1(0x179)](_0x19a776,_0x2103a5[_0x2297a1(0x1ba)],_0x282359);}async[a41_0x29079b(0x217)](_0x48d97e,_0x5c7d25,_0xb07068){const _0x533f68=a41_0x29079b,_0x1116fd={'ypIwc':function(_0x3e7871,_0x32f2bc){return _0x3e7871(_0x32f2bc);},'sdUMO':_0x533f68(0x15b)};if(!this[_0x533f68(0x22e)](_0xb07068,_0x48d97e))return;const _0xa09ccb=this['setStepIdentifier'](_0x48d97e,_0xb07068);this[_0x533f68(0x1d5)][_0xa09ccb]={'uuid':TestDetails[_0x533f68(0x1e3)](_0xa09ccb),'startedAt':_0xb07068[_0x533f68(0x24b)][_0x533f68(0x24d)]()};const _0xf6bb7d=this['getTestRunIdentifier'](_0x48d97e,_0x5c7d25['retry']);!this['_testHooksMap'][_0xf6bb7d]&&(this['_testHooksMap'][_0xf6bb7d]=[]),this[_0x533f68(0x1e4)][_0xf6bb7d][_0x533f68(0x188)](this[_0x533f68(0x1d5)][_0xa09ccb][_0x533f68(0x195)]),_0x1116fd[_0x533f68(0x165)](trace,_0x533f68(0x173)+_0xa09ccb+'\x20is\x20triggered\x20for\x20test\x20'+_0xf6bb7d),await this[_0x533f68(0x17f)](_0x48d97e,_0xb07068,_0x1116fd[_0x533f68(0x187)],_0x5c7d25);}async[a41_0x29079b(0x22a)](_0x278a4f,_0x32648e,_0x48cc12){const _0x325dca=a41_0x29079b,_0x2d6bd6={'FMsHb':function(_0x24c64b,_0x3890ec){return _0x24c64b+_0x3890ec;},'zooCh':function(_0x4d037f,_0x5cb551){return _0x4d037f(_0x5cb551);},'MQfIf':'HookRunFinished'};if(!this[_0x325dca(0x22e)](_0x48cc12,_0x278a4f))return;const _0x4dec78=this[_0x325dca(0x1e9)](_0x278a4f,_0x48cc12);this[_0x325dca(0x1d5)][_0x4dec78]={...this[_0x325dca(0x1d5)][_0x4dec78]||{},'finishedAt':new Date(_0x2d6bd6['FMsHb'](_0x48cc12[_0x325dca(0x24b)][_0x325dca(0x1b5)](),_0x48cc12[_0x325dca(0x20e)]))},_0x2d6bd6[_0x325dca(0x224)](trace,'Hook\x20Finished\x20with\x20unique\x20id\x20'+_0x4dec78+_0x325dca(0x219)),await this[_0x325dca(0x17f)](_0x278a4f,_0x48cc12,_0x2d6bd6[_0x325dca(0x204)],_0x32648e);}async['onTestEnd'](_0x3158cb,_0xdde817){const _0x3c6942=a41_0x29079b,_0x2ce076={'NtMik':function(_0x396193,_0x4a9a21){return _0x396193===_0x4a9a21;},'vQBmI':'screenshot','nFXUC':_0x3c6942(0x1a1),'RewnJ':'base64','SHEXO':function(_0x1ddaae,_0x2c50ec){return _0x1ddaae(_0x2c50ec);},'xbHOg':'TestRunFinished','yaKvG':'Error\x20in\x20sending\x20test\x20run\x20event:\x20%s','LWpmN':function(_0x15307e,_0xf7a6b4){return _0x15307e(_0xf7a6b4);},'ppvWz':function(_0x1a64c2,_0xcfa2ca,_0x4cacaa){return _0x1a64c2(_0xcfa2ca,_0x4cacaa);},'ESUfX':_0x3c6942(0x19c),'yxxqy':function(_0x33093b,_0x295003){return _0x33093b>_0x295003;}},_0x577c9e=this[_0x3c6942(0x17e)](_0x3158cb),_0xc80ff=TestDetails[_0x3c6942(0x1e3)](this[_0x3c6942(0x1e2)](_0x3158cb,_0xdde817['retry']));this[_0x3c6942(0x1d5)][_0x577c9e]={...this[_0x3c6942(0x1d5)][_0x577c9e]||{},'finishedAt':new Date()[_0x3c6942(0x24d)]()},_0x2ce076[_0x3c6942(0x19e)](trace,_0x3c6942(0x23d)+_0x577c9e);try{await this[_0x3c6942(0x179)](_0x3158cb,_0x2ce076['xbHOg'],_0xdde817);}catch(_0x28e589){_0x2ce076[_0x3c6942(0x19e)](debug,util[_0x3c6942(0x1cf)](_0x2ce076['yaKvG'],_0x28e589['toString']()));}try{_0x2ce076[_0x3c6942(0x222)](debug,_0x3c6942(0x17b)+_0xc80ff),await _0x2ce076['ppvWz'](sendTraceZip,_0xdde817,_0xc80ff);}catch(_0x4e8ccb){_0x2ce076[_0x3c6942(0x222)](debug,util['format'](_0x2ce076['ESUfX'],_0x4e8ccb[_0x3c6942(0x206)]()));}const _0x10527b=[];_0xdde817[_0x3c6942(0x1bb)]&&_0xdde817['attachments'][_0x3c6942(0x1c6)](_0x5ae892=>{const _0x3e600b=_0x3c6942;if(_0x2ce076[_0x3e600b(0x227)](_0x5ae892[_0x3e600b(0x1d6)],_0x2ce076[_0x3e600b(0x16e)])){if(!_0x5ae892[_0x3e600b(0x24e)]||!fs[_0x3e600b(0x185)](_0x5ae892[_0x3e600b(0x24e)]))return;_0x10527b[_0x3e600b(0x188)]({'test_run_uuid':_0xc80ff,'timestamp':fs[_0x3e600b(0x18f)](_0x5ae892[_0x3e600b(0x24e)])[_0x3e600b(0x189)],'kind':_0x2ce076[_0x3e600b(0x197)],'message':fs[_0x3e600b(0x1b4)](_0x5ae892[_0x3e600b(0x24e)],{'encoding':_0x2ce076[_0x3e600b(0x1fa)]})});}}),_0x2ce076['yxxqy'](_0x10527b[_0x3c6942(0x24c)],0x0)&&await MyReporter['reportLogs'](_0x10527b);}async[a41_0x29079b(0x178)](){await RequestQueueHandler['getInstance']()['shutdown']();}async[a41_0x29079b(0x15c)](_0x131944){const _0x86be16=a41_0x29079b,_0x2cb9e0={'ZWtpG':function(_0x46f002){return _0x46f002();},'FgKoE':function(_0x12e585,_0x3581f3){return _0x12e585(_0x3581f3);}};await this[_0x86be16(0x178)]();try{process[_0x86be16(0x16b)][_0x86be16(0x1c7)]&&await _0x2cb9e0[_0x86be16(0x151)](calculatePerformance);}catch(_0x2453ad){_0x2cb9e0[_0x86be16(0x176)](debug,_0x86be16(0x1ef)+_0x2453ad[_0x86be16(0x206)]());}}static async[a41_0x29079b(0x1a5)](_0xfe76bd,_0x48ecc6){const _0xd01a72=a41_0x29079b;_0x48ecc6[_0xd01a72(0x1cb)]=TestDetails[_0xd01a72(0x1e3)](_0xfe76bd),await this['reportLogs']([_0x48ecc6]);}static async[a41_0x29079b(0x1dd)](_0x33d0fa){const _0x1cc16d=a41_0x29079b,_0x3ad78c={};_0x3ad78c['TqYYe']=_0x1cc16d(0x238);const _0x5d1dee=_0x3ad78c,_0x4e3d92={};_0x4e3d92[_0x1cc16d(0x23b)]=_0x5d1dee[_0x1cc16d(0x15e)],_0x4e3d92[_0x1cc16d(0x20d)]=_0x33d0fa,await SessionHandler[_0x1cc16d(0x1b2)](_0x4e3d92);}async['sendHookRunEvent'](_0x412922,_0x48bf35,_0x4d739d,_0xaab47a){const _0x1fbc3f=a41_0x29079b,_0x3ef3b4={'NbTAX':'hook','gXhTl':_0x1fbc3f(0x232),'nyVJR':_0x1fbc3f(0x180),'ETfTn':function(_0x103351,_0x341d46){return _0x103351>=_0x341d46;},'oGrQX':function(_0x44e755,_0x421dee){return _0x44e755===_0x421dee;},'YjYqB':_0x1fbc3f(0x1ab),'qAemr':function(_0x5a2fa7,_0x61d42e){return _0x5a2fa7>_0x61d42e;},'KKmYc':_0x1fbc3f(0x211),'wpZnL':function(_0x28e472,_0x4d946b){return _0x28e472(_0x4d946b);},'DWxvA':function(_0x5abb95,_0x55bd87){return _0x5abb95(_0x55bd87);},'fllLd':function(_0x200dd5,_0x16dc50,_0x106ba4){return _0x200dd5(_0x16dc50,_0x106ba4);},'cEpFM':'err','Qkakn':function(_0x36a5fe,_0x375ca4){return _0x36a5fe===_0x375ca4;},'NVcpE':'passed'},_0x176cd8=this[_0x1fbc3f(0x1e9)](_0x412922,_0x48bf35),_0x267355=this[_0x1fbc3f(0x1d5)][_0x176cd8],_0x19d6a2={'uuid':_0x267355[_0x1fbc3f(0x195)],'type':_0x3ef3b4[_0x1fbc3f(0x182)],'hook_type':this[_0x1fbc3f(0x181)](_0x48bf35[_0x1fbc3f(0x20a)]),'name':_0x48bf35[_0x1fbc3f(0x20a)],'scope':this['getScope'](_0x48bf35),'scopes':this[_0x1fbc3f(0x247)](_0x412922),'body':{'lang':_0x3ef3b4[_0x1fbc3f(0x1c3)],'code':null},'identifier':_0x176cd8,'file_name':path['relative'](process[_0x1fbc3f(0x1af)](),_0x412922[_0x1fbc3f(0x22b)][_0x1fbc3f(0x1f9)]),'location':path[_0x1fbc3f(0x194)](process[_0x1fbc3f(0x1af)](),_0x412922['location'][_0x1fbc3f(0x1f9)]),'result':_0x3ef3b4[_0x1fbc3f(0x15d)],'duration_in_ms':_0x3ef3b4['ETfTn'](_0x48bf35['duration'],0x0)?_0x48bf35[_0x1fbc3f(0x20e)]:undefined,'vc_filepath':this[_0x1fbc3f(0x155)]&&_0x412922[_0x1fbc3f(0x22b)][_0x1fbc3f(0x1f9)]?path[_0x1fbc3f(0x194)](this[_0x1fbc3f(0x155)],_0x412922[_0x1fbc3f(0x22b)][_0x1fbc3f(0x1f9)]):undefined,'started_at':_0x267355[_0x1fbc3f(0x233)],'finished_at':_0x267355[_0x1fbc3f(0x221)],'framework':FRAMEWORKS['PLAYWRIGHT']};if(_0x3ef3b4['oGrQX'](_0x4d739d,_0x3ef3b4[_0x1fbc3f(0x1b0)])){const {steps:_0x2d3ed2,logs:_0x3834b1}=this['getStepsAndLogs'](_0x48bf35[_0x1fbc3f(0x239)],_0x267355['uuid'],_0x3ef3b4[_0x1fbc3f(0x182)]);_0x3834b1&&_0x3ef3b4[_0x1fbc3f(0x207)](_0x3834b1[_0x1fbc3f(0x24c)],0x0)&&await MyReporter[_0x1fbc3f(0x1dd)](_0x3834b1);const _0x31afb1={};_0x31afb1['steps']=_0x2d3ed2,_0x19d6a2[_0x1fbc3f(0x199)]=_0x31afb1;if(_0x48bf35['error']){_0x19d6a2['result']=_0x3ef3b4[_0x1fbc3f(0x21b)],_0x19d6a2[_0x1fbc3f(0x169)]=_0x3ef3b4[_0x1fbc3f(0x21a)](removeAnsiColors,_0x48bf35[_0x1fbc3f(0x22f)]['message']),_0x19d6a2[_0x1fbc3f(0x228)]=_0x3ef3b4['DWxvA'](getFailureType,_0x48bf35['error']['message']);const _0x11aef4=_0x3ef3b4[_0x1fbc3f(0x18d)](failureData,_0x48bf35[_0x1fbc3f(0x22f)],_0x3ef3b4['cEpFM']);if(_0x11aef4&&_0x3ef3b4[_0x1fbc3f(0x1e6)](_0x11aef4[_0x1fbc3f(0x24c)],0x0)){const _0x30f289={};_0x30f289[_0x1fbc3f(0x17a)]=[_0x19d6a2[_0x1fbc3f(0x169)]],_0x30f289[_0x1fbc3f(0x1a7)]=[],_0x11aef4[_0x1fbc3f(0x188)](_0x30f289);}_0x19d6a2['failure']=_0x11aef4;}else _0x19d6a2[_0x1fbc3f(0x1fb)]=_0x3ef3b4[_0x1fbc3f(0x230)];}const _0x5d13b6={};_0x5d13b6[_0x1fbc3f(0x23b)]=_0x4d739d,_0x5d13b6[_0x1fbc3f(0x212)]=_0x19d6a2;const _0x17bcfa=_0x5d13b6;await SessionHandler['uploadEventData'](_0x17bcfa);}[a41_0x29079b(0x249)](_0x19aefa,_0x1bfbac,_0x563707){const _0x4c0307=a41_0x29079b,_0x5f24f4={'FWffc':function(_0x5821d7,_0x5f12f6){return _0x5821d7===_0x5f12f6;},'eyQFP':_0x4c0307(0x234),'wdxtF':function(_0x5047e5,_0x3920f2){return _0x5047e5===_0x3920f2;},'sVmrE':'After\x20Hooks','ijfCJ':function(_0x525f3e,_0x5d6aa5){return _0x525f3e===_0x5d6aa5;},'sAnsD':_0x4c0307(0x235),'NFsDy':function(_0x116351,_0x1da4ca){return _0x116351===_0x1da4ca;},'MXaUo':_0x4c0307(0x1c0),'mWDyc':_0x4c0307(0x1cb),'acYmA':'hook_run_uuid','RiDva':'TEST_STEP','NBFFN':_0x4c0307(0x211),'NGgfN':_0x4c0307(0x205),'rqFGg':function(_0x152259,_0x57bd9e){return _0x152259(_0x57bd9e);},'ZfPxP':function(_0x2bdba0,_0x12c9b2){return _0x2bdba0(_0x12c9b2);},'gfLhY':function(_0x3ff3e6){return _0x3ff3e6();},'KGeZO':function(_0x8b09ad,_0xcb7063){return _0x8b09ad(_0xcb7063);},'roNcY':function(_0x397fbe,_0x5b6def,_0x23820a){return _0x397fbe(_0x5b6def,_0x23820a);}},_0x471b7d=[],_0xb45890=[],_0x3b13c7=_0x19aefa[_0x4c0307(0x1d8)](_0xaaa9ab=>{const _0x228301=_0x4c0307;if(_0x5f24f4[_0x228301(0x1b8)](_0xaaa9ab[_0x228301(0x1dc)],_0x5f24f4['eyQFP'])&&(_0x5f24f4[_0x228301(0x240)](_0xaaa9ab[_0x228301(0x20a)],_0x5f24f4['sVmrE'])||_0x5f24f4[_0x228301(0x18c)](_0xaaa9ab[_0x228301(0x20a)],_0x5f24f4[_0x228301(0x1e8)])))return![];return!![];}),_0x14de2d=(_0x504024,_0x146848=![])=>{const _0x3d7a58=_0x4c0307;if(_0x5f24f4[_0x3d7a58(0x240)](_0x504024[_0x3d7a58(0x239)]['length'],0x0)){const _0x42c761=_0x5f24f4[_0x3d7a58(0x226)](_0x563707,_0x5f24f4[_0x3d7a58(0x170)])?_0x5f24f4[_0x3d7a58(0x1ff)]:_0x5f24f4[_0x3d7a58(0x21c)];_0xb45890[_0x3d7a58(0x188)]({'kind':_0x5f24f4[_0x3d7a58(0x198)],[_0x42c761]:_0x1bfbac,'message':_0x504024[_0x3d7a58(0x20a)],'timestamp':_0x504024[_0x3d7a58(0x24b)][_0x3d7a58(0x24d)](),'level':_0x504024['error']?_0x5f24f4[_0x3d7a58(0x163)]:_0x5f24f4[_0x3d7a58(0x1da)],'duration':_0x504024[_0x3d7a58(0x20e)],'failure':_0x504024['error']&&_0x504024[_0x3d7a58(0x22f)][_0x3d7a58(0x17c)]&&_0x5f24f4[_0x3d7a58(0x1db)](removeAnsiColors,_0x504024['error'][_0x3d7a58(0x17c)]),'failure_type':_0x5f24f4[_0x3d7a58(0x1eb)](getFailureType,_0x504024['error']&&_0x504024[_0x3d7a58(0x22f)][_0x3d7a58(0x17c)])});}else{!_0x146848&&_0x471b7d[_0x3d7a58(0x188)]({'id':_0x5f24f4[_0x3d7a58(0x1de)](uuidv4),'text':_0x504024[_0x3d7a58(0x20a)],'keyword':undefined,'started_at':_0x504024[_0x3d7a58(0x24b)]['toISOString'](),'duration':_0x504024[_0x3d7a58(0x20e)],'result':_0x504024[_0x3d7a58(0x22f)]?_0x5f24f4[_0x3d7a58(0x163)]:_0x5f24f4[_0x3d7a58(0x1da)],'failure':_0x504024[_0x3d7a58(0x22f)]&&_0x504024[_0x3d7a58(0x22f)]['message']&&_0x5f24f4[_0x3d7a58(0x1eb)](removeAnsiColors,_0x504024[_0x3d7a58(0x22f)][_0x3d7a58(0x17c)]),'failure_type':_0x5f24f4['KGeZO'](getFailureType,_0x504024['error']&&_0x504024[_0x3d7a58(0x22f)][_0x3d7a58(0x17c)])});for(const _0x302cb9 of _0x504024[_0x3d7a58(0x239)]){_0x5f24f4[_0x3d7a58(0x21f)](_0x14de2d,_0x302cb9,!![]);}}};for(const _0x5b6a3f of _0x3b13c7){_0x5f24f4[_0x4c0307(0x21f)](_0x14de2d,_0x5b6a3f,![]);}const _0x13d05c={};return _0x13d05c['steps']=_0x471b7d,_0x13d05c[_0x4c0307(0x20d)]=_0xb45890,_0x13d05c;}async[a41_0x29079b(0x179)](_0x517623,_0x39be18,_0x132a0e){const _0x37e9ba=a41_0x29079b,_0x487daf={'UWwFJ':function(_0x36c01c,_0x1830d0){return _0x36c01c(_0x1830d0);},'cihRa':_0x37e9ba(0x1aa),'ZXiNQ':_0x37e9ba(0x213),'lDcws':_0x37e9ba(0x1c0),'MVIyX':'javascript','HoEJr':_0x37e9ba(0x180),'UrRcj':function(_0x5f39e7,_0x18e24f){return _0x5f39e7(_0x18e24f);},'ZGcdv':function(_0x40914f,_0x224dc0,_0x1bce7c,_0xc1dd92,_0x1f74ee){return _0x40914f(_0x224dc0,_0x1bce7c,_0xc1dd92,_0x1f74ee);},'ArnBG':function(_0x2e6f0c,_0x56b079){return _0x2e6f0c>_0x56b079;},'pjOUO':function(_0x2917b9,_0x52b920){return _0x2917b9-_0x52b920;},'slqZj':function(_0x5a0d0d,_0x5214d6){return _0x5a0d0d===_0x5214d6;},'mcyyB':_0x37e9ba(0x196),'AwZqY':function(_0x3745d5,_0x4c1563){return _0x3745d5===_0x4c1563;},'vXvWC':function(_0x323fca,_0x9204a7){return _0x323fca===_0x9204a7;},'BVMEV':_0x37e9ba(0x1b3),'sDyel':'passed','KwDee':function(_0x1fd1ca,_0x203374){return _0x1fd1ca===_0x203374;},'ESOop':function(_0x1d588e,_0x54e6cd){return _0x1d588e===_0x54e6cd;},'nOOnd':_0x37e9ba(0x211),'UaUDg':_0x37e9ba(0x231),'owoSt':function(_0x3eda4e,_0x4a402e){return _0x3eda4e===_0x4a402e;},'NbJat':function(_0x31b643,_0x4f10ce){return _0x31b643===_0x4f10ce;},'akMaL':_0x37e9ba(0x166),'IOTMc':function(_0x275cc0,_0x1cf211,_0x376ca3){return _0x275cc0(_0x1cf211,_0x376ca3);},'qRocz':function(_0x224734,_0xf07bf0){return _0x224734===_0xf07bf0;},'QkrRT':'path','afutI':_0x37e9ba(0x1ec),'ShPIq':_0x37e9ba(0x16f),'vGUqb':function(_0x33a3cc,_0x1c55eb){return _0x33a3cc(_0x1c55eb);},'wdxhq':function(_0x5d8bae,_0x3ef79b){return _0x5d8bae!==_0x3ef79b;}},_0x56237b=this['getTestIdentifier'](_0x517623),_0x1a10fd=this[_0x37e9ba(0x200)](_0x517623),_0x3ac95f=this[_0x37e9ba(0x1d5)][_0x56237b],_0x2a5106=path[_0x37e9ba(0x194)](process[_0x37e9ba(0x1af)](),_0x517623[_0x37e9ba(0x22b)][_0x37e9ba(0x1f9)]);await this[_0x37e9ba(0x1d9)]();const _0x471134={'uuid':_0x3ac95f[_0x37e9ba(0x195)],'type':_0x487daf[_0x37e9ba(0x1c5)],'name':_0x517623[_0x37e9ba(0x20a)],'body':{'lang':_0x487daf[_0x37e9ba(0x22d)],'code':_0x517623['fn'][_0x37e9ba(0x206)]()},'scope':_0x1a10fd,'scopes':this['getHierarchy'](_0x517623),'identifier':_0x56237b,'file_name':_0x2a5106,'location':_0x2a5106,'result':_0x487daf[_0x37e9ba(0x1d1)],'duration_in_ms':_0x132a0e&&_0x132a0e[_0x37e9ba(0x20e)]?_0x132a0e[_0x37e9ba(0x20e)]:null,'vc_filepath':this[_0x37e9ba(0x155)]&&_0x517623[_0x37e9ba(0x22b)][_0x37e9ba(0x1f9)]?path[_0x37e9ba(0x194)](this[_0x37e9ba(0x155)],_0x517623[_0x37e9ba(0x22b)]['file']):undefined,'started_at':_0x3ac95f[_0x37e9ba(0x233)],'finished_at':_0x3ac95f['finishedAt'],'framework':FRAMEWORKS[_0x37e9ba(0x1e0)],'customRerunParam':{'rerun_name':this[_0x37e9ba(0x24f)](_0x517623)},'tags':_0x487daf[_0x37e9ba(0x1f5)](getTestTags,_0x517623)};_0x487daf['ZGcdv'](appendTesthubParams,_0x471134,_0x39be18,_0x517623,FRAMEWORKS[_0x37e9ba(0x1e0)]);_0x132a0e&&_0x487daf['ArnBG'](_0x132a0e[_0x37e9ba(0x18a)],0x0)&&(_0x471134[_0x37e9ba(0x218)]=TestDetails[_0x37e9ba(0x1e3)](this['getTestRunIdentifier'](_0x517623,_0x487daf[_0x37e9ba(0x1ae)](_0x132a0e['retry'],0x1))));if(_0x487daf['slqZj'](_0x39be18,_0x487daf[_0x37e9ba(0x1fe)])){_0x471134[_0x37e9ba(0x1fb)]=_0x132a0e[_0x37e9ba(0x16a)];if(_0x487daf[_0x37e9ba(0x241)](_0x132a0e[_0x37e9ba(0x16a)],_0x517623['expectedStatus']))_0x471134[_0x37e9ba(0x1fb)]=_0x487daf[_0x37e9ba(0x1b6)](_0x132a0e[_0x37e9ba(0x16a)],_0x487daf[_0x37e9ba(0x1d7)])?_0x487daf['BVMEV']:_0x487daf[_0x37e9ba(0x15f)];else{(_0x487daf['KwDee'](_0x471134[_0x37e9ba(0x1fb)],_0x487daf[_0x37e9ba(0x15f)])||_0x487daf['ESOop'](_0x471134[_0x37e9ba(0x1fb)],_0x487daf[_0x37e9ba(0x17d)])||_0x487daf['KwDee'](_0x471134['result'],_0x487daf[_0x37e9ba(0x1a3)]))&&(_0x471134['result']=_0x487daf[_0x37e9ba(0x17d)]);if(_0x487daf['owoSt'](_0x132a0e[_0x37e9ba(0x16a)],_0x487daf['sDyel'])&&_0x487daf[_0x37e9ba(0x1b9)](_0x517623[_0x37e9ba(0x159)],_0x487daf['nOOnd'])){const _0xd76ae1={};_0xd76ae1[_0x37e9ba(0x17c)]=_0x487daf[_0x37e9ba(0x1ca)],_0xd76ae1['stack']=_0x487daf[_0x37e9ba(0x1ca)],_0x132a0e[_0x37e9ba(0x22f)]=_0xd76ae1,_0x132a0e[_0x37e9ba(0x251)]=[_0x132a0e[_0x37e9ba(0x22f)]];}}const _0x508c76=this['getTestRunIdentifier'](_0x517623,_0x132a0e[_0x37e9ba(0x18a)]);_0x471134[_0x37e9ba(0x210)]=this['_testHooksMap'][_0x508c76];const {steps:_0x495865,logs:_0x3a6b47}=this[_0x37e9ba(0x249)](_0x132a0e['steps'],_0x3ac95f[_0x37e9ba(0x195)],_0x487daf[_0x37e9ba(0x1c5)]);await MyReporter[_0x37e9ba(0x1dd)](_0x3a6b47);const _0x35f8e6={};_0x35f8e6[_0x37e9ba(0x239)]=_0x495865,_0x471134[_0x37e9ba(0x199)]=_0x35f8e6;if(_0x132a0e[_0x37e9ba(0x22f)]){_0x471134[_0x37e9ba(0x169)]=_0x487daf[_0x37e9ba(0x223)](removeAnsiColors,_0x132a0e['error']['message']),_0x471134['failure_type']=_0x487daf[_0x37e9ba(0x223)](getFailureType,_0x132a0e[_0x37e9ba(0x22f)][_0x37e9ba(0x17c)]);const _0x15ad40={};_0x15ad40[_0x37e9ba(0x1cb)]=_0x3ac95f[_0x37e9ba(0x195)];const {failureData:_0x3282df,logs:_0x4d2937}=_0x487daf[_0x37e9ba(0x237)](getFailureData,_0x132a0e['errors'],_0x15ad40);if(_0x3282df&&_0x487daf['qRocz'](_0x3282df[_0x37e9ba(0x24c)],0x0)){const _0x1cbb82={};_0x1cbb82[_0x37e9ba(0x17a)]=[_0x471134[_0x37e9ba(0x169)]],_0x1cbb82[_0x37e9ba(0x1a7)]=[],_0x3282df[_0x37e9ba(0x188)](_0x1cbb82);}_0x471134[_0x37e9ba(0x18b)]=_0x3282df,_0x4d2937&&_0x487daf[_0x37e9ba(0x215)](_0x4d2937[_0x37e9ba(0x24c)],0x0)&&await MyReporter[_0x37e9ba(0x1dd)](_0x4d2937);}}let _0x30bcb2=_0x487daf[_0x37e9ba(0x237)](findNestedKey,_0x132a0e,_0x487daf[_0x37e9ba(0x19b)]);if(_0x30bcb2&&_0x487daf[_0x37e9ba(0x223)](validateFilePath,_0x30bcb2))_0x487daf['UWwFJ'](debug,_0x37e9ba(0x153)+_0x3ac95f[_0x37e9ba(0x195)]+_0x37e9ba(0x1ea)+_0x30bcb2);else{const _0x22f0d4=path[_0x37e9ba(0x20c)](helper[_0x37e9ba(0x160)](),_0x487daf['afutI']);!fs['existsSync'](_0x22f0d4)&&fs['mkdirSync'](_0x22f0d4),fs['existsSync'](path[_0x37e9ba(0x20c)](_0x22f0d4,_0x37e9ba(0x1f2)+_0x3ac95f['uuid']+_0x37e9ba(0x201)))&&(_0x30bcb2=fs[_0x37e9ba(0x1b4)](path['join'](_0x22f0d4,_0x37e9ba(0x1f2)+_0x3ac95f[_0x37e9ba(0x195)]+_0x37e9ba(0x201)),_0x487daf['ShPIq']),_0x487daf['vGUqb'](debug,'Trace\x20file\x20found\x20for\x20test:\x20'+_0x3ac95f[_0x37e9ba(0x195)]+_0x37e9ba(0x1ea)+_0x30bcb2));}const _0x3c554e={};_0x3c554e[_0x37e9ba(0x23b)]=_0x39be18,_0x3c554e[_0x37e9ba(0x171)]=_0x471134;const _0x346304=_0x3c554e;_0x30bcb2&&_0x487daf['wdxhq'](_0x30bcb2,'')&&_0x487daf[_0x37e9ba(0x1b9)](_0x39be18,_0x487daf[_0x37e9ba(0x1fe)])&&(!_0x346304[_0x37e9ba(0x20d)]&&(_0x346304[_0x37e9ba(0x20d)]=[]),_0x30bcb2['split']('\x0a')[_0x37e9ba(0x152)](_0x4226cf=>{const _0x367edb=_0x37e9ba;_0x4226cf&&_0x487daf[_0x367edb(0x223)](validateFilePath,_0x4226cf)&&_0x346304[_0x367edb(0x20d)][_0x367edb(0x188)]({'kind':_0x487daf[_0x367edb(0x1f7)],'timestamp':new Date()[_0x367edb(0x24d)](),'test_run_uuid':_0x3ac95f['uuid'],'file_name':path[_0x367edb(0x22c)](_0x4226cf),'file_size':fs[_0x367edb(0x18f)](_0x4226cf)[_0x367edb(0x1bf)],'attachment_type':_0x487daf[_0x367edb(0x1fd)]});})),await SessionHandler[_0x37e9ba(0x1b2)](_0x346304);}[a41_0x29079b(0x24f)](_0x27d5d2){const _0x552e04=a41_0x29079b,_0x283483={};_0x283483[_0x552e04(0x14f)]=function(_0x558852,_0x4a9454){return _0x558852===_0x4a9454;},_0x283483[_0x552e04(0x248)]=function(_0x40458c,_0x4b44e6){return _0x40458c>_0x4b44e6;},_0x283483[_0x552e04(0x193)]=function(_0x4f34f8,_0x181191){return _0x4f34f8+_0x181191;},_0x283483['TDZRt']=function(_0x150701,_0x46fb06){return _0x150701+_0x46fb06;},_0x283483[_0x552e04(0x23c)]=function(_0x4ef828,_0x5294c2){return _0x4ef828+_0x5294c2;},_0x283483[_0x552e04(0x23e)]=function(_0x2a57ec,_0x41c1c1){return _0x2a57ec+_0x41c1c1;};const _0x3e41f8=_0x283483,_0x1d459f=_0x27d5d2['titlePath']()[_0x552e04(0x1c6)](_0x5399a9=>{const _0x597a93=_0x552e04;if(_0x27d5d2[_0x597a93(0x19a)]&&_0x3e41f8[_0x597a93(0x14f)](_0x5399a9,_0x27d5d2[_0x597a93(0x19a)]['title'])&&_0x27d5d2[_0x597a93(0x19a)][_0x597a93(0x158)]&&_0x3e41f8[_0x597a93(0x248)](_0x27d5d2[_0x597a93(0x19a)][_0x597a93(0x158)][_0x597a93(0x24c)],0x0))return _0x3e41f8[_0x597a93(0x193)](_0x3e41f8['TDZRt'](_0x5399a9,'\x20'),_0x27d5d2[_0x597a93(0x19a)][_0x597a93(0x158)][_0x597a93(0x20c)]('\x20'));if(_0x3e41f8['BzNSP'](_0x5399a9,_0x27d5d2[_0x597a93(0x20a)])&&_0x27d5d2[_0x597a93(0x158)]&&_0x3e41f8[_0x597a93(0x248)](_0x27d5d2[_0x597a93(0x158)][_0x597a93(0x24c)],0x0))return _0x3e41f8[_0x597a93(0x23c)](_0x3e41f8['MKufv'](_0x5399a9,'\x20'),_0x27d5d2['_tags'][_0x597a93(0x20c)]('\x20'));return _0x5399a9;})[_0x552e04(0x20c)]('\x20');return _0x1d459f;}static async[a41_0x29079b(0x167)](_0xa35e64,_0x4dd411){const _0x529d78=a41_0x29079b,_0x1143c2={'sPSAb':function(_0x99b9bd,_0x3e9eb9){return _0x99b9bd(_0x3e9eb9);},'cTIAH':_0x529d78(0x18e)},_0xe15400={'uuid':TestDetails[_0x529d78(0x1e3)](_0xa35e64),'integrations':_0x4dd411},_0x5940ac={};_0x5940ac[_0x529d78(0x236)]=null,_0x1143c2['sPSAb'](debug,_0x529d78(0x172)+_0xa35e64+',\x20'+util[_0x529d78(0x1e5)](_0x4dd411,_0x5940ac));const _0x3db6a3={};_0x3db6a3[_0x529d78(0x23b)]=_0x1143c2['cTIAH'],_0x3db6a3[_0x529d78(0x171)]=_0xe15400,await SessionHandler['uploadEventData'](_0x3db6a3);}async['configureGit'](){const _0x5bebc7=a41_0x29079b,_0x360718={'RzfAh':function(_0x180873){return _0x180873();}};if(this[_0x5bebc7(0x157)])return;const _0x1585ab=await _0x360718[_0x5bebc7(0x1ac)](getGitMetaData);_0x1585ab&&(this['_gitConfigPath']=_0x1585ab[_0x5bebc7(0x1c8)]),this['_gitConfigured']=!![];}[a41_0x29079b(0x247)](_0x2e70dd){const _0x56cbe3=a41_0x29079b,_0x293e61={};_0x293e61[_0x56cbe3(0x1ad)]=function(_0x22177d,_0xf1d881){return _0x22177d!==_0xf1d881;};const _0x967714=_0x293e61,_0x2e3d9b=[];if(_0x2e70dd&&_0x2e70dd['parent']){let _0x32bd48=_0x2e70dd[_0x56cbe3(0x19a)];while(_0x32bd48&&_0x967714[_0x56cbe3(0x1ad)](_0x32bd48[_0x56cbe3(0x20a)],'')){_0x2e3d9b[_0x56cbe3(0x188)](_0x32bd48[_0x56cbe3(0x20a)]),_0x32bd48=_0x32bd48[_0x56cbe3(0x19a)];}}return _0x2e3d9b[_0x56cbe3(0x186)]()['splice'](0x0,0x2),_0x2e3d9b;}['needToReportStep'](_0x26ddfa){const _0x365a04=a41_0x29079b,_0x1e2d33={};_0x1e2d33[_0x365a04(0x168)]=function(_0x413707,_0x16c90b){return _0x413707!==_0x16c90b;},_0x1e2d33['rvdzz']=_0x365a04(0x234),_0x1e2d33[_0x365a04(0x21d)]=function(_0x5d59a5,_0x3ad4f4){return _0x5d59a5===_0x3ad4f4;},_0x1e2d33['PgpnN']=_0x365a04(0x1f1),_0x1e2d33['JXcSw']=_0x365a04(0x250),_0x1e2d33['bVDuP']=_0x365a04(0x1e7),_0x1e2d33[_0x365a04(0x1ed)]=_0x365a04(0x1ee);const _0x4517f0=_0x1e2d33;if(_0x4517f0[_0x365a04(0x168)](_0x26ddfa[_0x365a04(0x1dc)],_0x4517f0[_0x365a04(0x16d)]))return![];if(_0x4517f0[_0x365a04(0x21d)]([_0x4517f0[_0x365a04(0x1cd)],_0x4517f0[_0x365a04(0x1f8)],_0x4517f0[_0x365a04(0x161)],_0x4517f0['HonQM']][_0x365a04(0x192)](_0x26ddfa[_0x365a04(0x20a)]),-0x1))return![];return!![];}[a41_0x29079b(0x1e9)](_0x352da1,_0x4cd68a){const _0x3c6d89=a41_0x29079b,_0x3b73d1=_0x4cd68a[_0x3c6d89(0x244)];if(_0x3b73d1)return _0x3b73d1;return _0x4cd68a['title']+_0x3c6d89(0x1e1)+this[_0x3c6d89(0x17e)](_0x352da1);}['setStepIdentifier'](_0x2d553a,_0x5a877a){const _0x18dc29=a41_0x29079b,_0x12da90={'zgiNX':function(_0x33fb39){return _0x33fb39();}};let _0x9a213c=_0x5a877a[_0x18dc29(0x20a)]+_0x18dc29(0x1e1)+this[_0x18dc29(0x17e)](_0x2d553a);return this[_0x18dc29(0x1d5)][_0x9a213c]&&(_0x9a213c=_0x9a213c+_0x18dc29(0x242)+_0x12da90[_0x18dc29(0x190)](uuidv4)),_0x5a877a[_0x18dc29(0x244)]=_0x9a213c,_0x9a213c;}[a41_0x29079b(0x17e)]=_0x1b70f7=>{const _0x311caf=a41_0x29079b,_0x4f17fe={};_0x4f17fe['BBZcU']=function(_0x3bfbd7,_0x49b585){return _0x3bfbd7+_0x49b585;},_0x4f17fe['XYNmV']=function(_0x4c158c,_0x2bb9df){return _0x4c158c+_0x2bb9df;};const _0x10da58=_0x4f17fe;return _0x10da58[_0x311caf(0x15a)](_0x10da58[_0x311caf(0x23f)](_0x1b70f7[_0x311caf(0x1a2)],'-'),_0x1b70f7['id']);};[a41_0x29079b(0x1e2)]=(_0x4ebd46,_0x1ca743)=>{const _0x380b71=a41_0x29079b,_0xa15387={};_0xa15387['ONhlF']=function(_0x4d8195,_0x56cd8c){return _0x4d8195+_0x56cd8c;};const _0x2bda8e=_0xa15387;return _0x2bda8e[_0x380b71(0x229)](_0x2bda8e[_0x380b71(0x229)](this[_0x380b71(0x17e)](_0x4ebd46),'-'),_0x1ca743);};[a41_0x29079b(0x181)]=_0x14dc11=>{const _0x852e30=a41_0x29079b,_0x1307d1={};_0x1307d1[_0x852e30(0x202)]='beforeEach\x20hook',_0x1307d1['CEHoz']='BEFORE_EACH',_0x1307d1[_0x852e30(0x175)]=_0x852e30(0x250),_0x1307d1[_0x852e30(0x220)]=_0x852e30(0x243),_0x1307d1[_0x852e30(0x1f3)]=_0x852e30(0x1ee),_0x1307d1[_0x852e30(0x1ce)]=_0x852e30(0x1df),_0x1307d1[_0x852e30(0x21e)]='afterAll\x20hook',_0x1307d1['zLwvY']=_0x852e30(0x162),_0x1307d1['kmhmU']=_0x852e30(0x209);const _0x2469e5=_0x1307d1;if(_0x14dc11[_0x852e30(0x164)](_0x2469e5[_0x852e30(0x202)]))return _0x2469e5[_0x852e30(0x1fc)];else{if(_0x14dc11[_0x852e30(0x164)](_0x2469e5[_0x852e30(0x175)]))return _0x2469e5[_0x852e30(0x220)];else{if(_0x14dc11[_0x852e30(0x164)](_0x2469e5[_0x852e30(0x1f3)]))return _0x2469e5[_0x852e30(0x1ce)];else{if(_0x14dc11[_0x852e30(0x164)](_0x2469e5['IenNk']))return _0x2469e5[_0x852e30(0x154)];}}}return _0x2469e5[_0x852e30(0x1c9)];};[a41_0x29079b(0x200)]=_0x24e30e=>{const _0x26fcdb=a41_0x29079b,_0x27c611={};_0x27c611[_0x26fcdb(0x174)]=function(_0x1cd5b7,_0x5a8773){return _0x1cd5b7===_0x5a8773;},_0x27c611[_0x26fcdb(0x177)]=_0x26fcdb(0x24a);const _0x46b4bf=_0x27c611;let _0x2b5cb4=_0x24e30e['parent'];return _0x46b4bf[_0x26fcdb(0x174)](typeof _0x24e30e[_0x26fcdb(0x19a)],_0x46b4bf['BSGab'])&&(_0x2b5cb4=_0x2b5cb4['title']),_0x2b5cb4+_0x26fcdb(0x242)+_0x24e30e[_0x26fcdb(0x20a)];};[a41_0x29079b(0x183)](){return![];}}module[a41_0x29079b(0x203)]=o11yClassErrorHandler(MyReporter,['onBegin','endSession',a41_0x29079b(0x1bd),a41_0x29079b(0x20b),'onStepBegin','onStepEnd',a41_0x29079b(0x167)],a41_0x29079b(0x216));
1
+ const a41_0x24882e=a41_0x1433;function a41_0x9538(){const _0x3523df=['6|3|0|5|2|4|1','root','getInstance','15684PgAMwt','configureGit','../../../helpers/testhub/testhubHandler','object','hiadO','HYwcC','oqzRh','BEFORE_EACH','nMxLy','../../../helpers/test-observability/requestQueueHandler','NGKqd','fANJf','TestRunFinished','trace_','2710862MpBqpV','_bs_hookIdentifier','_testHooksMap','rfrhF','CDfrj','failure_reason','After\x20Hooks','getCustomRerunParam','\x20is\x20triggered\x20for\x20test\x20','sendHookRunEvent','nQSmg','sendSessionDetails','forEach','pNmGW','MwYhk','dDzET','xtKvi','readFileSync','onTestEnd','lhOyO','10551905KrIkuS','shutdown','hooks','MLyoo','map','AOrVX','UgXlz','screenshot','existsSync','roLaY','\x20for\x20','DvCju','rvXjT','reverse','JcCqN','join','getTestRunIdentifier','getTime','fglZu','21uCPots','Expected\x20to\x20fail,\x20but\x20passed.','NixCs','BOanN','exports','reportLogs','LpUcx','Sending\x20session\x20details\x20for\x20','onEnd','utf8','ImXRO','getHierarchy','duOOy','KMBhG','test_run','ZQMsb','title','xdztO','Hook\x20Finished\x20with\x20unique\x20id\x20','base64','VNRWS','ADtiP','mtime','TEST_SCREENSHOT','setup','_tests','indexOf','wVIyW','AvxSg','857678NkTsdJ','test_run_uuid','getHookType','beforeEach\x20hook','format','env','GTgeX','parent','AXtLo','./pwUtils','qECZp','endSession','_tags','attachments','760845GRAZiY','dQoRW','9MKKNkF','../../../helpers/test-observability/sessionHandler','oEdCk','onBegin','errors','gNuoc','START_TIME','XIsyr','qNHIE','37107860nPLPlk','eRqrx','javascript','basename','performance-report-reporter.json','logLevel','EBCTa','sendTestRunEvent','addTestUIDAndReportLog','Test\x20Started\x20with\x20unique\x20id\x20','pending','iAzyj','gSles','Starting\x20sending\x20trace\x20zip\x20for\x20test:\x20','name','retry','cwd','ptMjE','PLAYWRIGHT_TRACE_LOGS','getScope','push','JiQUX','onTestBegin','../../../helpers/test-observability/error-handler','PqDwB','hook_run_uuid','getTestUUID','test','failed','Trace\x20file\x20found\x20for\x20test:\x20','../../../helpers/helper','ggmoG','hook_run','finishedAt','wPNxX','mTOoN','uCYGM','toString','cQyYg','split','meta','./test-details','uuid','AJVPG','yOdDw','Xzyso','duration','getStepIdentifier','aFPPt','NjChS','lsitn','startTime','AFTER_ALL','zgZMt','path','\x20at\x20','TEST_STEP','mkdirSync','BROWSERSTACK_LOG_LEVEL','length','NvoNb','getTestIdentifier','startsWith','FWoUe','util','event_type','Test\x20Finished\x20with\x20unique\x20id\x20','titlePath','expanded','MxFZx','gtYnX','backtrace','etktD','BROWSERSTACK_O11Y_PERF_MEASUREMENT','hook','7451952EJcHYd','OCrnz','_gitConfigured','startMonitoring','stack','BROWSERSTACK_TEST_RUN_ID','YpeHl','HookRunFinished','YkULN','Error\x20in\x20sending\x20trace\x20zip:\x20%s','_gitConfigPath','result','uMMgv','error','qLEgE','VydOb','file','euEhI','tuYDJ','getStepsAndLogs','LDuhL','beforeAll\x20hook','passed','nRIiX','.txt','qzUcD','startedAt','afterEach\x20hook','IQzZx','sumGx','xvKEx','cojTV','onStepEnd','smmPN','hejWE','needToReportStep','afterAll\x20hook','status','rVbad','message','DYTdi','TEST_ATTACHMENT','MyReporter','steps','6TBRcvX','expectedStatus','VPTCd','cclBI','toISOString','category','PLAYWRIGHT','AohsW','relative','UHAkQ','retry_of','Error\x20in\x20sending\x20test\x20run\x20event:\x20%s','lSoPY','uploadEventData','iKemu','onStepBegin','unknown','err','location','setStepIdentifier','bGNCm','Error\x20in\x20calculating\x20performance:\x20','djlcE','CBTSessionCreated','FDfOb','../../../helpers/testhub/utils','logs','failure_type','mIAcn','eYVHn','pNlQc','wbTzZ','depth','.browserstack','uvLgQ'];a41_0x9538=function(){return _0x3523df;};return a41_0x9538();}(function(_0x4dc74d,_0xa438c0){const _0x49aa95=a41_0x1433,_0x3008db=_0x4dc74d();while(!![]){try{const _0x4dcd37=parseInt(_0x49aa95(0x18e))/0x1+-parseInt(_0x49aa95(0x14a))/0x2+-parseInt(_0x49aa95(0x171))/0x3*(parseInt(_0x49aa95(0x13c))/0x4)+-parseInt(_0x49aa95(0x19c))/0x5*(-parseInt(_0x49aa95(0x116))/0x6)+-parseInt(_0x49aa95(0x15e))/0x7+-parseInt(_0x49aa95(0x1f2))/0x8+-parseInt(_0x49aa95(0x19e))/0x9*(-parseInt(_0x49aa95(0x1a7))/0xa);if(_0x4dcd37===_0xa438c0)break;else _0x3008db['push'](_0x3008db['shift']());}catch(_0x506d5e){_0x3008db['push'](_0x3008db['shift']());}}}(a41_0x9538,0xdb71e));function a41_0x1433(_0x1c17f8,_0x37e9c7){const _0x953884=a41_0x9538();return a41_0x1433=function(_0x1433d4,_0x15f75b){_0x1433d4=_0x1433d4-0x108;let _0x427e9d=_0x953884[_0x1433d4];return _0x427e9d;},a41_0x1433(_0x1c17f8,_0x37e9c7);}const RequestQueueHandler=require(a41_0x24882e(0x145)),{calculatePerformance,getTestTags,getFailureData,sendTraceZip,findNestedKey,validateFilePath}=require(a41_0x24882e(0x197)),{v4:uuidv4}=require(a41_0x24882e(0x1d1)),path=require(a41_0x24882e(0x1dd)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require('../../../helpers/test-observability/utils'),{getGitMetaData,setLogLevel}=require(a41_0x24882e(0x1c5)),TestDetails=require(a41_0x24882e(0x1d0)),fs=require('fs'),util=require(a41_0x24882e(0x1e7)),{o11yClassErrorHandler}=require(a41_0x24882e(0x1be)),PerformanceTester=require('../../../helpers/performance/performance-tester'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a41_0x24882e(0x19f)),{appendTesthubParams}=require(a41_0x24882e(0x12f)),TestHubHandler=require(a41_0x24882e(0x13e)),helper=require(a41_0x24882e(0x1c5));class MyReporter{constructor(_0x6f63cb){const _0x485db0=a41_0x24882e,_0xcd6862={'rvXjT':_0x485db0(0x139),'smmPN':_0x485db0(0x1ab),'ZQMsb':function(_0x5687c4,_0x1ad13c,_0x15d3b2,_0x22c3d5){return _0x5687c4(_0x1ad13c,_0x15d3b2,_0x22c3d5);}},_0x1e2acd=_0xcd6862[_0x485db0(0x16a)][_0x485db0(0x1ce)]('|');let _0x20fb33=0x0;while(!![]){switch(_0x1e2acd[_0x20fb33++]){case'0':this[_0x485db0(0x18a)]={};continue;case'1':this[_0x485db0(0x1fc)]=null;continue;case'2':this['options']=_0x6f63cb;continue;case'3':process['env'][_0x485db0(0x1f0)]&&(PerformanceTester[_0x485db0(0x1f5)](_0xcd6862[_0x485db0(0x10b)]),process[_0x485db0(0x193)][_0x485db0(0x1a4)]=new Date()['toISOString']());continue;case'4':this['_gitConfigured']=![];continue;case'5':this[_0x485db0(0x14c)]={};continue;case'6':const _0x38e586={};_0x38e586[_0x485db0(0x1ac)]=process[_0x485db0(0x193)][_0x485db0(0x1e1)],_0xcd6862[_0x485db0(0x180)](setLogLevel,_0x38e586,new Map(),new Map());continue;}break;}}async[a41_0x24882e(0x1a1)](){const _0x460197=a41_0x24882e;TestDetails[_0x460197(0x189)](),await this[_0x460197(0x13d)]();}async['onTestBegin'](_0x299066,_0x140f00){const _0x2f133a=a41_0x24882e,_0x118224={'iLctd':function(_0xd3b297,_0x70f21){return _0xd3b297(_0x70f21);},'nMxLy':'TestRunStarted'},_0x4b7b43=this[_0x2f133a(0x1e4)](_0x299066),_0x17fee4=TestDetails[_0x2f133a(0x1c1)](this['getTestRunIdentifier'](_0x299066,_0x140f00[_0x2f133a(0x1b6)]));process[_0x2f133a(0x193)][_0x2f133a(0x1f7)]=_0x17fee4;const _0x25a5d4={};_0x25a5d4[_0x2f133a(0x1d1)]=_0x17fee4,_0x25a5d4[_0x2f133a(0x20c)]=_0x140f00[_0x2f133a(0x1da)],this[_0x2f133a(0x18a)][_0x4b7b43]=_0x25a5d4,_0x118224['iLctd'](trace,_0x2f133a(0x1b0)+_0x4b7b43),await this[_0x2f133a(0x1ae)](_0x299066,_0x118224[_0x2f133a(0x144)],_0x140f00);}async[a41_0x24882e(0x125)](_0x44674d,_0x1ae7fd,_0x274ed5){const _0xaabbdf=a41_0x24882e,_0x2db5cd={'lSoPY':function(_0x3174b1,_0x4f2653){return _0x3174b1(_0x4f2653);},'MxFZx':'HookRunStarted'};if(!this[_0xaabbdf(0x10d)](_0x274ed5,_0x44674d))return;const _0x303121=this[_0xaabbdf(0x129)](_0x44674d,_0x274ed5);this['_tests'][_0x303121]={'uuid':TestDetails['getTestUUID'](_0x303121),'startedAt':_0x274ed5['startTime'][_0xaabbdf(0x11a)]()};const _0x2ec775=this[_0xaabbdf(0x16e)](_0x44674d,_0x1ae7fd[_0xaabbdf(0x1b6)]);!this[_0xaabbdf(0x14c)][_0x2ec775]&&(this[_0xaabbdf(0x14c)][_0x2ec775]=[]),this['_testHooksMap'][_0x2ec775][_0xaabbdf(0x1bb)](this['_tests'][_0x303121]['uuid']),_0x2db5cd[_0xaabbdf(0x122)](trace,'Hook\x20Started\x20with\x20unique\x20id\x20'+_0x303121+_0xaabbdf(0x152)+_0x2ec775),await this[_0xaabbdf(0x153)](_0x44674d,_0x274ed5,_0x2db5cd[_0xaabbdf(0x1ec)],_0x1ae7fd);}async[a41_0x24882e(0x10a)](_0x37e7eb,_0x159c71,_0x1dfed3){const _0x58dad0=a41_0x24882e,_0x4453d6={'fANJf':function(_0x5ec898,_0x3aefe1){return _0x5ec898+_0x3aefe1;},'uvLgQ':function(_0x2353dd,_0x3b63da){return _0x2353dd(_0x3b63da);},'sumGx':_0x58dad0(0x1f9)};if(!this[_0x58dad0(0x10d)](_0x1dfed3,_0x37e7eb))return;const _0x10a165=this[_0x58dad0(0x1d6)](_0x37e7eb,_0x1dfed3);this[_0x58dad0(0x18a)][_0x10a165]={...this[_0x58dad0(0x18a)][_0x10a165]||{},'finishedAt':new Date(_0x4453d6[_0x58dad0(0x147)](_0x1dfed3[_0x58dad0(0x1da)][_0x58dad0(0x16f)](),_0x1dfed3[_0x58dad0(0x1d5)]))},_0x4453d6[_0x58dad0(0x138)](trace,_0x58dad0(0x183)+_0x10a165+'\x20is\x20triggered'),await this[_0x58dad0(0x153)](_0x37e7eb,_0x1dfed3,_0x4453d6[_0x58dad0(0x20f)],_0x159c71);}async[a41_0x24882e(0x15c)](_0x5df3ce,_0x723fba){const _0x1c2d80=a41_0x24882e,_0x2e2ea3={'ImXRO':function(_0x307aa6,_0x30ef26){return _0x307aa6===_0x30ef26;},'fglZu':_0x1c2d80(0x165),'jgRVw':_0x1c2d80(0x188),'rfrhF':_0x1c2d80(0x184),'iKemu':function(_0x30c938,_0x51f521){return _0x30c938(_0x51f521);},'Xzyso':_0x1c2d80(0x148),'dQoRW':_0x1c2d80(0x121),'euEhI':function(_0x27ffb2,_0xdede11){return _0x27ffb2(_0xdede11);},'iAzyj':function(_0xaeb545,_0x469cb1,_0x5a4e71){return _0xaeb545(_0x469cb1,_0x5a4e71);},'FWoUe':function(_0x19e987,_0x4bff15){return _0x19e987(_0x4bff15);},'nQSmg':_0x1c2d80(0x1fb),'VNRWS':function(_0x33d575,_0x1b8f07){return _0x33d575>_0x1b8f07;}},_0x2c66c2=this['getTestIdentifier'](_0x5df3ce),_0x4418f6=TestDetails['getTestUUID'](this[_0x1c2d80(0x16e)](_0x5df3ce,_0x723fba[_0x1c2d80(0x1b6)]));this[_0x1c2d80(0x18a)][_0x2c66c2]={...this[_0x1c2d80(0x18a)][_0x2c66c2]||{},'finishedAt':new Date()[_0x1c2d80(0x11a)]()},_0x2e2ea3[_0x1c2d80(0x124)](trace,_0x1c2d80(0x1e9)+_0x2c66c2);try{await this['sendTestRunEvent'](_0x5df3ce,_0x2e2ea3[_0x1c2d80(0x1d4)],_0x723fba);}catch(_0x534c71){_0x2e2ea3[_0x1c2d80(0x124)](debug,util[_0x1c2d80(0x192)](_0x2e2ea3[_0x1c2d80(0x19d)],_0x534c71[_0x1c2d80(0x1cc)]()));}try{_0x2e2ea3[_0x1c2d80(0x203)](debug,_0x1c2d80(0x1b4)+_0x4418f6),await _0x2e2ea3[_0x1c2d80(0x1b2)](sendTraceZip,_0x723fba,_0x4418f6);}catch(_0x299db9){_0x2e2ea3[_0x1c2d80(0x1e6)](debug,util[_0x1c2d80(0x192)](_0x2e2ea3[_0x1c2d80(0x154)],_0x299db9[_0x1c2d80(0x1cc)]()));}const _0x6621d4=[];_0x723fba['attachments']&&_0x723fba[_0x1c2d80(0x19b)][_0x1c2d80(0x162)](_0x18f309=>{const _0x56c968=_0x1c2d80;if(_0x2e2ea3[_0x56c968(0x17b)](_0x18f309[_0x56c968(0x1b5)],_0x2e2ea3[_0x56c968(0x170)])){if(!_0x18f309['path']||!fs[_0x56c968(0x166)](_0x18f309['path']))return;_0x6621d4[_0x56c968(0x1bb)]({'test_run_uuid':_0x4418f6,'timestamp':fs['statSync'](_0x18f309[_0x56c968(0x1dd)])[_0x56c968(0x187)],'kind':_0x2e2ea3['jgRVw'],'message':fs[_0x56c968(0x15b)](_0x18f309[_0x56c968(0x1dd)],{'encoding':_0x2e2ea3[_0x56c968(0x14d)]})});}}),_0x2e2ea3[_0x1c2d80(0x185)](_0x6621d4[_0x1c2d80(0x1e2)],0x0)&&await MyReporter[_0x1c2d80(0x176)](_0x6621d4);}async[a41_0x24882e(0x199)](){const _0x34aa36=a41_0x24882e;await RequestQueueHandler[_0x34aa36(0x13b)]()[_0x34aa36(0x15f)]();}async[a41_0x24882e(0x179)](_0xf5d600){const _0x56ccc9=a41_0x24882e,_0x5cc48d={'qECZp':function(_0x566a1e){return _0x566a1e();},'KOyUF':function(_0x414f25,_0x25bf08){return _0x414f25(_0x25bf08);}};await this[_0x56ccc9(0x199)]();try{process['env'][_0x56ccc9(0x1f0)]&&await _0x5cc48d[_0x56ccc9(0x198)](calculatePerformance);}catch(_0x21d9e3){_0x5cc48d['KOyUF'](debug,_0x56ccc9(0x12b)+_0x21d9e3[_0x56ccc9(0x1cc)]());}}static async[a41_0x24882e(0x1af)](_0x4898d7,_0x3d7ada){const _0x3a2af7=a41_0x24882e;_0x3d7ada[_0x3a2af7(0x18f)]=TestDetails[_0x3a2af7(0x1c1)](_0x4898d7),await this['reportLogs']([_0x3d7ada]);}static async[a41_0x24882e(0x176)](_0x269f55){const _0x5f4356=a41_0x24882e,_0x1658c0={};_0x1658c0[_0x5f4356(0x1c6)]='LogCreated';const _0x920799=_0x1658c0,_0x1abf5c={};_0x1abf5c[_0x5f4356(0x1e8)]=_0x920799[_0x5f4356(0x1c6)],_0x1abf5c[_0x5f4356(0x130)]=_0x269f55,await SessionHandler[_0x5f4356(0x123)](_0x1abf5c);}async[a41_0x24882e(0x153)](_0x2c0061,_0x436d1c,_0x432c7a,_0x479fec){const _0x3c2fc6=a41_0x24882e,_0x2d02f6={'yOdDw':'hook','UgXlz':_0x3c2fc6(0x1a9),'OCrnz':_0x3c2fc6(0x1b1),'zohVY':function(_0x3e54e0,_0x18bdf6){return _0x3e54e0>=_0x18bdf6;},'KMBhG':function(_0xe55497,_0x173e77){return _0xe55497===_0x173e77;},'cojTV':_0x3c2fc6(0x1f9),'ziOzv':function(_0x64c043,_0x45d5f5){return _0x64c043>_0x45d5f5;},'AXtLo':_0x3c2fc6(0x1c3),'IQzZx':function(_0xfc960a,_0x287b17){return _0xfc960a(_0x287b17);},'PqDwB':function(_0x35080d,_0x57141a,_0x53d1d4){return _0x35080d(_0x57141a,_0x53d1d4);},'MLyoo':_0x3c2fc6(0x127),'pNlQc':function(_0x3eb324,_0x15d631){return _0x3eb324===_0x15d631;},'wPNxX':'passed'},_0x5174b7=this[_0x3c2fc6(0x1d6)](_0x2c0061,_0x436d1c),_0x2aba2d=this['_tests'][_0x5174b7],_0x50ae45={'uuid':_0x2aba2d['uuid'],'type':_0x2d02f6[_0x3c2fc6(0x1d3)],'hook_type':this[_0x3c2fc6(0x190)](_0x436d1c[_0x3c2fc6(0x181)]),'name':_0x436d1c['title'],'scope':this[_0x3c2fc6(0x1ba)](_0x436d1c),'scopes':this[_0x3c2fc6(0x17c)](_0x2c0061),'body':{'lang':_0x2d02f6[_0x3c2fc6(0x164)],'code':null},'identifier':_0x5174b7,'file_name':path[_0x3c2fc6(0x11e)](process[_0x3c2fc6(0x1b7)](),_0x2c0061[_0x3c2fc6(0x128)][_0x3c2fc6(0x202)]),'location':path[_0x3c2fc6(0x11e)](process[_0x3c2fc6(0x1b7)](),_0x2c0061[_0x3c2fc6(0x128)]['file']),'result':_0x2d02f6[_0x3c2fc6(0x1f3)],'duration_in_ms':_0x2d02f6['zohVY'](_0x436d1c['duration'],0x0)?_0x436d1c[_0x3c2fc6(0x1d5)]:undefined,'vc_filepath':this[_0x3c2fc6(0x1fc)]&&_0x2c0061[_0x3c2fc6(0x128)]['file']?path[_0x3c2fc6(0x11e)](this[_0x3c2fc6(0x1fc)],_0x2c0061[_0x3c2fc6(0x128)][_0x3c2fc6(0x202)]):undefined,'started_at':_0x2aba2d[_0x3c2fc6(0x20c)],'finished_at':_0x2aba2d[_0x3c2fc6(0x1c8)],'framework':FRAMEWORKS[_0x3c2fc6(0x11c)]};if(_0x2d02f6[_0x3c2fc6(0x17e)](_0x432c7a,_0x2d02f6[_0x3c2fc6(0x109)])){const {steps:_0x34ad1b,logs:_0x4ece73}=this[_0x3c2fc6(0x205)](_0x436d1c[_0x3c2fc6(0x115)],_0x2aba2d[_0x3c2fc6(0x1d1)],_0x2d02f6[_0x3c2fc6(0x1d3)]);_0x4ece73&&_0x2d02f6['ziOzv'](_0x4ece73[_0x3c2fc6(0x1e2)],0x0)&&await MyReporter[_0x3c2fc6(0x176)](_0x4ece73);const _0x1f3294={};_0x1f3294[_0x3c2fc6(0x115)]=_0x34ad1b,_0x50ae45[_0x3c2fc6(0x1cf)]=_0x1f3294;if(_0x436d1c[_0x3c2fc6(0x1ff)]){_0x50ae45[_0x3c2fc6(0x1fd)]=_0x2d02f6[_0x3c2fc6(0x196)],_0x50ae45['failure_reason']=_0x2d02f6[_0x3c2fc6(0x20e)](removeAnsiColors,_0x436d1c[_0x3c2fc6(0x1ff)][_0x3c2fc6(0x111)]),_0x50ae45[_0x3c2fc6(0x131)]=_0x2d02f6[_0x3c2fc6(0x20e)](getFailureType,_0x436d1c[_0x3c2fc6(0x1ff)][_0x3c2fc6(0x111)]);const _0x502874=_0x2d02f6[_0x3c2fc6(0x1bf)](failureData,_0x436d1c[_0x3c2fc6(0x1ff)],_0x2d02f6[_0x3c2fc6(0x161)]);if(_0x502874&&_0x2d02f6[_0x3c2fc6(0x134)](_0x502874[_0x3c2fc6(0x1e2)],0x0)){const _0x5a833b={};_0x5a833b['backtrace']=[_0x50ae45[_0x3c2fc6(0x14f)]],_0x5a833b['expanded']=[],_0x502874['push'](_0x5a833b);}_0x50ae45['failure']=_0x502874;}else _0x50ae45[_0x3c2fc6(0x1fd)]=_0x2d02f6[_0x3c2fc6(0x1c9)];}const _0x58fe7a={};_0x58fe7a['event_type']=_0x432c7a,_0x58fe7a[_0x3c2fc6(0x1c7)]=_0x50ae45;const _0x5f3be2=_0x58fe7a;await SessionHandler[_0x3c2fc6(0x123)](_0x5f3be2);}[a41_0x24882e(0x205)](_0x15458d,_0x17f324,_0xbc1d27){const _0x36ac30=a41_0x24882e,_0x5e6d6b={'NixCs':function(_0x3d33c4,_0x26f4d4){return _0x3d33c4===_0x26f4d4;},'oEdCk':_0x36ac30(0x1f1),'AvxSg':function(_0x4d178b,_0x57cf4e){return _0x4d178b===_0x57cf4e;},'FDfOb':_0x36ac30(0x150),'YkULN':'Before\x20Hooks','RZtHT':_0x36ac30(0x1c2),'fdPJX':'test_run_uuid','xtKvi':_0x36ac30(0x1c0),'rjuvH':_0x36ac30(0x1df),'etktD':'failed','ADtiP':_0x36ac30(0x208),'kftez':function(_0x16afd6,_0x3f9955){return _0x16afd6(_0x3f9955);},'BhSQy':function(_0x41b8f0,_0x39eec8){return _0x41b8f0(_0x39eec8);},'CavYq':function(_0x1b949e){return _0x1b949e();},'tuYDJ':function(_0x91c776,_0x257765){return _0x91c776(_0x257765);},'uCYGM':function(_0x5eb641,_0x188a71,_0x4fd769){return _0x5eb641(_0x188a71,_0x4fd769);}},_0x1b2ff6=[],_0x321617=[],_0x49a49a=_0x15458d['filter'](_0x23ca0c=>{const _0xfae9f1=_0x36ac30;if(_0x5e6d6b[_0xfae9f1(0x173)](_0x23ca0c[_0xfae9f1(0x11b)],_0x5e6d6b[_0xfae9f1(0x1a0)])&&(_0x5e6d6b[_0xfae9f1(0x18d)](_0x23ca0c[_0xfae9f1(0x181)],_0x5e6d6b[_0xfae9f1(0x12e)])||_0x5e6d6b[_0xfae9f1(0x18d)](_0x23ca0c[_0xfae9f1(0x181)],_0x5e6d6b[_0xfae9f1(0x1fa)])))return![];return!![];}),_0x26cee5=(_0x36468b,_0x4ebc46=![])=>{const _0x812dac=_0x36ac30;if(_0x5e6d6b[_0x812dac(0x173)](_0x36468b[_0x812dac(0x115)]['length'],0x0)){const _0x293c34=_0x5e6d6b[_0x812dac(0x18d)](_0xbc1d27,_0x5e6d6b['RZtHT'])?_0x5e6d6b['fdPJX']:_0x5e6d6b[_0x812dac(0x15a)];_0x321617[_0x812dac(0x1bb)]({'kind':_0x5e6d6b['rjuvH'],[_0x293c34]:_0x17f324,'message':_0x36468b['title'],'timestamp':_0x36468b[_0x812dac(0x1da)][_0x812dac(0x11a)](),'level':_0x36468b['error']?_0x5e6d6b[_0x812dac(0x1ef)]:_0x5e6d6b[_0x812dac(0x186)],'duration':_0x36468b['duration'],'failure':_0x36468b['error']&&_0x36468b['error'][_0x812dac(0x111)]&&_0x5e6d6b['kftez'](removeAnsiColors,_0x36468b[_0x812dac(0x1ff)][_0x812dac(0x111)]),'failure_type':_0x5e6d6b['BhSQy'](getFailureType,_0x36468b[_0x812dac(0x1ff)]&&_0x36468b[_0x812dac(0x1ff)][_0x812dac(0x111)])});}else{!_0x4ebc46&&_0x1b2ff6[_0x812dac(0x1bb)]({'id':_0x5e6d6b['CavYq'](uuidv4),'text':_0x36468b['title'],'keyword':undefined,'started_at':_0x36468b['startTime']['toISOString'](),'duration':_0x36468b[_0x812dac(0x1d5)],'result':_0x36468b[_0x812dac(0x1ff)]?_0x5e6d6b[_0x812dac(0x1ef)]:_0x5e6d6b[_0x812dac(0x186)],'failure':_0x36468b[_0x812dac(0x1ff)]&&_0x36468b[_0x812dac(0x1ff)]['message']&&_0x5e6d6b[_0x812dac(0x204)](removeAnsiColors,_0x36468b[_0x812dac(0x1ff)][_0x812dac(0x111)]),'failure_type':_0x5e6d6b[_0x812dac(0x204)](getFailureType,_0x36468b[_0x812dac(0x1ff)]&&_0x36468b[_0x812dac(0x1ff)][_0x812dac(0x111)])});for(const _0x323fe0 of _0x36468b[_0x812dac(0x115)]){_0x5e6d6b[_0x812dac(0x1cb)](_0x26cee5,_0x323fe0,!![]);}}};for(const _0x57ac16 of _0x49a49a){_0x5e6d6b[_0x36ac30(0x1cb)](_0x26cee5,_0x57ac16,![]);}const _0xe4e622={};return _0xe4e622[_0x36ac30(0x115)]=_0x1b2ff6,_0xe4e622[_0x36ac30(0x130)]=_0x321617,_0xe4e622;}async[a41_0x24882e(0x1ae)](_0x552bde,_0x469bda,_0x29fae6){const _0x10da6c=a41_0x24882e,_0x487efd={'hejWE':function(_0x38ad67,_0x17a017){return _0x38ad67(_0x17a017);},'XIsyr':_0x10da6c(0x113),'oqzRh':_0x10da6c(0x1b9),'ptMjE':_0x10da6c(0x1c2),'gNuoc':_0x10da6c(0x1a9),'djlcE':_0x10da6c(0x1b1),'aFPPt':function(_0x4edf4c,_0x5ef832){return _0x4edf4c(_0x5ef832);},'lsPbI':function(_0x42c2ac,_0x4cf235,_0x273581,_0x171201,_0x82cdb8){return _0x42c2ac(_0x4cf235,_0x273581,_0x171201,_0x82cdb8);},'MwYhk':function(_0x46e12a,_0xb1ba8b){return _0x46e12a>_0xb1ba8b;},'hiadO':function(_0x31c9cc,_0x15b8ac){return _0x31c9cc-_0x15b8ac;},'gtYnX':function(_0x2e4695,_0x5107b5){return _0x2e4695===_0x5107b5;},'lhOyO':'TestRunFinished','AohsW':function(_0x4269f8,_0x53ec0d){return _0x4269f8===_0x53ec0d;},'XSOeA':'skipped','roLaY':_0x10da6c(0x208),'qzUcD':function(_0x33c15c,_0x66ef04){return _0x33c15c===_0x66ef04;},'FTSDX':function(_0x3f1100,_0x2abc61){return _0x3f1100===_0x2abc61;},'qLEgE':_0x10da6c(0x1c3),'DYTdi':function(_0x59a15e,_0x1bf858){return _0x59a15e===_0x1bf858;},'mTOoN':'timedOut','NjChS':function(_0x776f4e,_0xb780a1){return _0x776f4e===_0xb780a1;},'VydOb':_0x10da6c(0x172),'cQyYg':function(_0x2a1348,_0x1463c1){return _0x2a1348(_0x1463c1);},'uMMgv':function(_0x381897,_0x320aef,_0x3a5ce9){return _0x381897(_0x320aef,_0x3a5ce9);},'qKrnd':function(_0x3cd3d0,_0x1398cc){return _0x3cd3d0>_0x1398cc;},'NvoNb':'path','crJJf':function(_0xb0dc3,_0x45ff78){return _0xb0dc3(_0x45ff78);},'dDzET':_0x10da6c(0x137),'xdztO':_0x10da6c(0x17a),'mldIn':function(_0x25e25b,_0x5a2275){return _0x25e25b!==_0x5a2275;}},_0x1314a0=this[_0x10da6c(0x1e4)](_0x552bde),_0x26a6cf=this['getScope'](_0x552bde),_0x2010d3=this[_0x10da6c(0x18a)][_0x1314a0],_0x202c11=path[_0x10da6c(0x11e)](process[_0x10da6c(0x1b7)](),_0x552bde[_0x10da6c(0x128)]['file']);await this['configureGit']();const _0x2fc82d={'uuid':_0x2010d3[_0x10da6c(0x1d1)],'type':_0x487efd[_0x10da6c(0x1b8)],'name':_0x552bde[_0x10da6c(0x181)],'body':{'lang':_0x487efd[_0x10da6c(0x1a3)],'code':_0x552bde['fn'][_0x10da6c(0x1cc)]()},'scope':_0x26a6cf,'scopes':this[_0x10da6c(0x17c)](_0x552bde),'identifier':_0x1314a0,'file_name':_0x202c11,'location':_0x202c11,'result':_0x487efd[_0x10da6c(0x12c)],'duration_in_ms':_0x29fae6&&_0x29fae6[_0x10da6c(0x1d5)]?_0x29fae6[_0x10da6c(0x1d5)]:null,'vc_filepath':this[_0x10da6c(0x1fc)]&&_0x552bde[_0x10da6c(0x128)][_0x10da6c(0x202)]?path[_0x10da6c(0x11e)](this['_gitConfigPath'],_0x552bde[_0x10da6c(0x128)][_0x10da6c(0x202)]):undefined,'started_at':_0x2010d3['startedAt'],'finished_at':_0x2010d3['finishedAt'],'framework':FRAMEWORKS['PLAYWRIGHT'],'customRerunParam':{'rerun_name':this[_0x10da6c(0x151)](_0x552bde)},'tags':_0x487efd[_0x10da6c(0x1d7)](getTestTags,_0x552bde)};_0x487efd['lsPbI'](appendTesthubParams,_0x2fc82d,_0x469bda,_0x552bde,FRAMEWORKS[_0x10da6c(0x11c)]);_0x29fae6&&_0x487efd[_0x10da6c(0x158)](_0x29fae6[_0x10da6c(0x1b6)],0x0)&&(_0x2fc82d[_0x10da6c(0x120)]=TestDetails[_0x10da6c(0x1c1)](this[_0x10da6c(0x16e)](_0x552bde,_0x487efd[_0x10da6c(0x140)](_0x29fae6['retry'],0x1))));if(_0x487efd['gtYnX'](_0x469bda,_0x487efd[_0x10da6c(0x15d)])){_0x2fc82d[_0x10da6c(0x1fd)]=_0x29fae6[_0x10da6c(0x10f)];if(_0x487efd['AohsW'](_0x29fae6[_0x10da6c(0x10f)],_0x552bde[_0x10da6c(0x117)]))_0x2fc82d[_0x10da6c(0x1fd)]=_0x487efd[_0x10da6c(0x11d)](_0x29fae6[_0x10da6c(0x10f)],_0x487efd['XSOeA'])?_0x487efd['XSOeA']:_0x487efd[_0x10da6c(0x167)];else{(_0x487efd[_0x10da6c(0x20b)](_0x2fc82d[_0x10da6c(0x1fd)],_0x487efd['roLaY'])||_0x487efd['FTSDX'](_0x2fc82d[_0x10da6c(0x1fd)],_0x487efd['qLEgE'])||_0x487efd[_0x10da6c(0x112)](_0x2fc82d['result'],_0x487efd[_0x10da6c(0x1ca)]))&&(_0x2fc82d[_0x10da6c(0x1fd)]=_0x487efd[_0x10da6c(0x200)]);if(_0x487efd[_0x10da6c(0x1ed)](_0x29fae6[_0x10da6c(0x10f)],_0x487efd['roLaY'])&&_0x487efd[_0x10da6c(0x1d8)](_0x552bde[_0x10da6c(0x117)],_0x487efd['qLEgE'])){const _0x3a83af={};_0x3a83af[_0x10da6c(0x111)]=_0x487efd[_0x10da6c(0x201)],_0x3a83af[_0x10da6c(0x1f6)]=_0x487efd[_0x10da6c(0x201)],_0x29fae6[_0x10da6c(0x1ff)]=_0x3a83af,_0x29fae6[_0x10da6c(0x1a2)]=[_0x29fae6[_0x10da6c(0x1ff)]];}}const _0x2f9391=this['getTestRunIdentifier'](_0x552bde,_0x29fae6[_0x10da6c(0x1b6)]);_0x2fc82d[_0x10da6c(0x160)]=this[_0x10da6c(0x14c)][_0x2f9391];const {steps:_0x1fbbea,logs:_0x11906f}=this[_0x10da6c(0x205)](_0x29fae6[_0x10da6c(0x115)],_0x2010d3[_0x10da6c(0x1d1)],_0x487efd[_0x10da6c(0x1b8)]);await MyReporter[_0x10da6c(0x176)](_0x11906f);const _0x52a239={};_0x52a239['steps']=_0x1fbbea,_0x2fc82d[_0x10da6c(0x1cf)]=_0x52a239;if(_0x29fae6['error']){_0x2fc82d[_0x10da6c(0x14f)]=_0x487efd[_0x10da6c(0x1d7)](removeAnsiColors,_0x29fae6['error'][_0x10da6c(0x111)]),_0x2fc82d[_0x10da6c(0x131)]=_0x487efd[_0x10da6c(0x1cd)](getFailureType,_0x29fae6[_0x10da6c(0x1ff)]['message']);const _0x113cc5={};_0x113cc5[_0x10da6c(0x18f)]=_0x2010d3[_0x10da6c(0x1d1)];const {failureData:_0x34aa4a,logs:_0x46dfbb}=_0x487efd[_0x10da6c(0x1fe)](getFailureData,_0x29fae6['errors'],_0x113cc5);if(_0x34aa4a&&_0x487efd[_0x10da6c(0x1d8)](_0x34aa4a[_0x10da6c(0x1e2)],0x0)){const _0x4ed151={};_0x4ed151[_0x10da6c(0x1ee)]=[_0x2fc82d[_0x10da6c(0x14f)]],_0x4ed151[_0x10da6c(0x1eb)]=[],_0x34aa4a['push'](_0x4ed151);}_0x2fc82d['failure']=_0x34aa4a,_0x46dfbb&&_0x487efd['qKrnd'](_0x46dfbb[_0x10da6c(0x1e2)],0x0)&&await MyReporter['reportLogs'](_0x46dfbb);}}let _0x1fcdaf=_0x487efd[_0x10da6c(0x1fe)](findNestedKey,_0x29fae6,_0x487efd[_0x10da6c(0x1e3)]);if(_0x1fcdaf&&_0x487efd['crJJf'](validateFilePath,_0x1fcdaf))_0x487efd['crJJf'](debug,_0x10da6c(0x1c4)+_0x2010d3[_0x10da6c(0x1d1)]+_0x10da6c(0x1de)+_0x1fcdaf);else{const _0x1f473c=path[_0x10da6c(0x16d)](helper['homedir'](),_0x487efd[_0x10da6c(0x159)]);!fs[_0x10da6c(0x166)](_0x1f473c)&&fs[_0x10da6c(0x1e0)](_0x1f473c),fs[_0x10da6c(0x166)](path['join'](_0x1f473c,'trace_'+_0x2010d3['uuid']+_0x10da6c(0x20a)))&&(_0x1fcdaf=fs[_0x10da6c(0x15b)](path[_0x10da6c(0x16d)](_0x1f473c,_0x10da6c(0x149)+_0x2010d3[_0x10da6c(0x1d1)]+_0x10da6c(0x20a)),_0x487efd[_0x10da6c(0x182)]),_0x487efd[_0x10da6c(0x10c)](debug,_0x10da6c(0x1c4)+_0x2010d3[_0x10da6c(0x1d1)]+_0x10da6c(0x1de)+_0x1fcdaf));}const _0x3cea63={};_0x3cea63[_0x10da6c(0x1e8)]=_0x469bda,_0x3cea63['test_run']=_0x2fc82d;const _0x10123a=_0x3cea63;_0x1fcdaf&&_0x487efd['mldIn'](_0x1fcdaf,'')&&_0x487efd['qzUcD'](_0x469bda,_0x487efd[_0x10da6c(0x15d)])&&(!_0x10123a[_0x10da6c(0x130)]&&(_0x10123a[_0x10da6c(0x130)]=[]),_0x1fcdaf[_0x10da6c(0x1ce)]('\x0a')[_0x10da6c(0x156)](_0x5b75b7=>{const _0x1b610a=_0x10da6c;_0x5b75b7&&_0x487efd[_0x1b610a(0x10c)](validateFilePath,_0x5b75b7)&&_0x10123a[_0x1b610a(0x130)][_0x1b610a(0x1bb)]({'kind':_0x487efd[_0x1b610a(0x1a5)],'timestamp':new Date()[_0x1b610a(0x11a)](),'test_run_uuid':_0x2010d3[_0x1b610a(0x1d1)],'file_name':path[_0x1b610a(0x1aa)](_0x5b75b7),'file_size':fs['statSync'](_0x5b75b7)['size'],'attachment_type':_0x487efd[_0x1b610a(0x142)]});})),await SessionHandler[_0x10da6c(0x123)](_0x10123a);}[a41_0x24882e(0x151)](_0x45a0a0){const _0x243789=a41_0x24882e,_0x304d4a={};_0x304d4a[_0x243789(0x17d)]=function(_0x3c50b3,_0x5bec78){return _0x3c50b3===_0x5bec78;},_0x304d4a['nRIiX']=function(_0x4c828d,_0x700185){return _0x4c828d>_0x700185;},_0x304d4a['bGNCm']=function(_0x2df0a5,_0x196a1a){return _0x2df0a5+_0x196a1a;},_0x304d4a[_0x243789(0x163)]=function(_0x201fa7,_0x441a27){return _0x201fa7===_0x441a27;},_0x304d4a[_0x243789(0x169)]=function(_0x43aa4d,_0x357ba1){return _0x43aa4d>_0x357ba1;},_0x304d4a[_0x243789(0x177)]=function(_0x15234c,_0x3ff7ec){return _0x15234c+_0x3ff7ec;};const _0x24f4b5=_0x304d4a,_0x4f1e8b=_0x45a0a0[_0x243789(0x1ea)]()[_0x243789(0x162)](_0x19a9e6=>{const _0x3a3418=_0x243789;if(_0x45a0a0[_0x3a3418(0x195)]&&_0x24f4b5['duOOy'](_0x19a9e6,_0x45a0a0[_0x3a3418(0x195)][_0x3a3418(0x181)])&&_0x45a0a0[_0x3a3418(0x195)][_0x3a3418(0x19a)]&&_0x24f4b5[_0x3a3418(0x209)](_0x45a0a0[_0x3a3418(0x195)][_0x3a3418(0x19a)][_0x3a3418(0x1e2)],0x0))return _0x24f4b5[_0x3a3418(0x12a)](_0x24f4b5[_0x3a3418(0x12a)](_0x19a9e6,'\x20'),_0x45a0a0[_0x3a3418(0x195)]['_tags'][_0x3a3418(0x16d)]('\x20'));if(_0x24f4b5[_0x3a3418(0x163)](_0x19a9e6,_0x45a0a0['title'])&&_0x45a0a0[_0x3a3418(0x19a)]&&_0x24f4b5[_0x3a3418(0x169)](_0x45a0a0[_0x3a3418(0x19a)][_0x3a3418(0x1e2)],0x0))return _0x24f4b5[_0x3a3418(0x177)](_0x24f4b5[_0x3a3418(0x177)](_0x19a9e6,'\x20'),_0x45a0a0[_0x3a3418(0x19a)][_0x3a3418(0x16d)]('\x20'));return _0x19a9e6;})['join']('\x20');return _0x4f1e8b;}static async[a41_0x24882e(0x155)](_0x68af80,_0x5816cf){const _0x3d45d9=a41_0x24882e,_0x26fcb3={'GTgeX':function(_0x4cf33b,_0x2ac480){return _0x4cf33b(_0x2ac480);},'JcCqN':_0x3d45d9(0x12d)},_0x51f78c={'uuid':TestDetails[_0x3d45d9(0x1c1)](_0x68af80),'integrations':_0x5816cf},_0x305532={};_0x305532[_0x3d45d9(0x136)]=null,_0x26fcb3[_0x3d45d9(0x194)](debug,_0x3d45d9(0x178)+_0x68af80+',\x20'+util['inspect'](_0x5816cf,_0x305532));const _0x36047f={};_0x36047f['event_type']=_0x26fcb3[_0x3d45d9(0x16c)],_0x36047f[_0x3d45d9(0x17f)]=_0x51f78c,await SessionHandler[_0x3d45d9(0x123)](_0x36047f);}async[a41_0x24882e(0x13d)](){const _0x9cd2e9=a41_0x24882e,_0x21f890={'qNHIE':function(_0x52e080){return _0x52e080();}};if(this[_0x9cd2e9(0x1f4)])return;const _0x3187e3=await _0x21f890[_0x9cd2e9(0x1a6)](getGitMetaData);_0x3187e3&&(this['_gitConfigPath']=_0x3187e3[_0x9cd2e9(0x13a)]),this['_gitConfigured']=!![];}[a41_0x24882e(0x17c)](_0x3c8f75){const _0x77a653=a41_0x24882e,_0x2256d4={};_0x2256d4['xvKEx']=function(_0x3fee44,_0x4f2feb){return _0x3fee44!==_0x4f2feb;};const _0x62702a=_0x2256d4,_0xb4ac81=[];if(_0x3c8f75&&_0x3c8f75[_0x77a653(0x195)]){let _0x418c1c=_0x3c8f75[_0x77a653(0x195)];while(_0x418c1c&&_0x62702a[_0x77a653(0x108)](_0x418c1c[_0x77a653(0x181)],'')){_0xb4ac81[_0x77a653(0x1bb)](_0x418c1c[_0x77a653(0x181)]),_0x418c1c=_0x418c1c[_0x77a653(0x195)];}}return _0xb4ac81[_0x77a653(0x16b)]()['splice'](0x0,0x2),_0xb4ac81;}[a41_0x24882e(0x10d)](_0x212d52){const _0x571b5a=a41_0x24882e,_0x5b6c77={};_0x5b6c77['wbTzZ']=function(_0xd09597,_0x502654){return _0xd09597!==_0x502654;},_0x5b6c77[_0x571b5a(0x11f)]='hook',_0x5b6c77[_0x571b5a(0x141)]=function(_0xf74dd0,_0x3fa8cd){return _0xf74dd0===_0x3fa8cd;},_0x5b6c77[_0x571b5a(0x157)]=_0x571b5a(0x191),_0x5b6c77[_0x571b5a(0x1b3)]=_0x571b5a(0x207),_0x5b6c77[_0x571b5a(0x1d2)]='afterAll\x20hook',_0x5b6c77[_0x571b5a(0x1d9)]=_0x571b5a(0x20d);const _0x2c6484=_0x5b6c77;if(_0x2c6484[_0x571b5a(0x135)](_0x212d52['category'],_0x2c6484[_0x571b5a(0x11f)]))return![];if(_0x2c6484[_0x571b5a(0x141)]([_0x2c6484[_0x571b5a(0x157)],_0x2c6484[_0x571b5a(0x1b3)],_0x2c6484[_0x571b5a(0x1d2)],_0x2c6484[_0x571b5a(0x1d9)]][_0x571b5a(0x18b)](_0x212d52['title']),-0x1))return![];return!![];}[a41_0x24882e(0x1d6)](_0x11c9c0,_0x141a11){const _0x412b5c=a41_0x24882e,_0x290825=_0x141a11[_0x412b5c(0x14b)];if(_0x290825)return _0x290825;return _0x141a11[_0x412b5c(0x181)]+_0x412b5c(0x168)+this[_0x412b5c(0x1e4)](_0x11c9c0);}[a41_0x24882e(0x129)](_0x4bf3e8,_0x2efcbd){const _0x43b28b=a41_0x24882e,_0x43ec45={'kQcBs':function(_0xf2733a){return _0xf2733a();}};let _0x419d3d=_0x2efcbd[_0x43b28b(0x181)]+_0x43b28b(0x168)+this[_0x43b28b(0x1e4)](_0x4bf3e8);return this[_0x43b28b(0x18a)][_0x419d3d]&&(_0x419d3d=_0x419d3d+'\x20-\x20'+_0x43ec45['kQcBs'](uuidv4)),_0x2efcbd[_0x43b28b(0x14b)]=_0x419d3d,_0x419d3d;}[a41_0x24882e(0x1e4)]=_0x143302=>{const _0x3ab095=a41_0x24882e,_0x12356d={};_0x12356d[_0x3ab095(0x174)]=function(_0x2f0b33,_0xb527e9){return _0x2f0b33+_0xb527e9;},_0x12356d['YpeHl']=function(_0x561d33,_0x45643f){return _0x561d33+_0x45643f;};const _0x22396b=_0x12356d;return _0x22396b[_0x3ab095(0x174)](_0x22396b[_0x3ab095(0x1f8)](_0x143302['_projectId'],'-'),_0x143302['id']);};[a41_0x24882e(0x16e)]=(_0x38e733,_0x551fc0)=>{const _0x39a8b6=a41_0x24882e,_0x4d4187={};_0x4d4187['JiQUX']=function(_0x389f52,_0x3e1826){return _0x389f52+_0x3e1826;},_0x4d4187[_0x39a8b6(0x133)]=function(_0x5c289a,_0x5f33a1){return _0x5c289a+_0x5f33a1;};const _0x1236b3=_0x4d4187;return _0x1236b3[_0x39a8b6(0x1bc)](_0x1236b3[_0x39a8b6(0x133)](this[_0x39a8b6(0x1e4)](_0x38e733),'-'),_0x551fc0);};[a41_0x24882e(0x190)]=_0xb2b580=>{const _0x4ec6fd=a41_0x24882e,_0x17e7c0={};_0x17e7c0[_0x4ec6fd(0x132)]=_0x4ec6fd(0x191),_0x17e7c0[_0x4ec6fd(0x18c)]=_0x4ec6fd(0x143),_0x17e7c0[_0x4ec6fd(0x1ad)]=_0x4ec6fd(0x207),_0x17e7c0[_0x4ec6fd(0x206)]='BEFORE_ALL',_0x17e7c0[_0x4ec6fd(0x118)]=_0x4ec6fd(0x20d),_0x17e7c0[_0x4ec6fd(0x1a8)]='AFTER_EACH',_0x17e7c0[_0x4ec6fd(0x146)]=_0x4ec6fd(0x10e),_0x17e7c0[_0x4ec6fd(0x119)]=_0x4ec6fd(0x1db),_0x17e7c0['zgZMt']=_0x4ec6fd(0x126);const _0x2f6904=_0x17e7c0;if(_0xb2b580['startsWith'](_0x2f6904['mIAcn']))return _0x2f6904[_0x4ec6fd(0x18c)];else{if(_0xb2b580[_0x4ec6fd(0x1e5)](_0x2f6904[_0x4ec6fd(0x1ad)]))return _0x2f6904[_0x4ec6fd(0x206)];else{if(_0xb2b580[_0x4ec6fd(0x1e5)](_0x2f6904['VPTCd']))return _0x2f6904[_0x4ec6fd(0x1a8)];else{if(_0xb2b580['startsWith'](_0x2f6904[_0x4ec6fd(0x146)]))return _0x2f6904[_0x4ec6fd(0x119)];}}}return _0x2f6904[_0x4ec6fd(0x1dc)];};[a41_0x24882e(0x1ba)]=_0x4f88b4=>{const _0x573f01=a41_0x24882e,_0x329678={};_0x329678[_0x573f01(0x110)]=function(_0x3aeb0f,_0x247555){return _0x3aeb0f===_0x247555;},_0x329678[_0x573f01(0x14e)]=_0x573f01(0x13f);const _0x37ff58=_0x329678;let _0x526a34=_0x4f88b4['parent'];return _0x37ff58[_0x573f01(0x110)](typeof _0x4f88b4[_0x573f01(0x195)],_0x37ff58[_0x573f01(0x14e)])&&(_0x526a34=_0x526a34[_0x573f01(0x181)]),_0x526a34+'\x20-\x20'+_0x4f88b4['title'];};['printsToStdio'](){return![];}}module[a41_0x24882e(0x175)]=o11yClassErrorHandler(MyReporter,[a41_0x24882e(0x1a1),a41_0x24882e(0x199),a41_0x24882e(0x1bd),a41_0x24882e(0x15c),a41_0x24882e(0x125),a41_0x24882e(0x10a),a41_0x24882e(0x155)],a41_0x24882e(0x114));
@@ -1 +1 @@
1
- const a42_0x37c5c8=a42_0x1c3a;(function(_0x3d1a8e,_0x5c595c){const _0x48c89a=a42_0x1c3a,_0x58bf91=_0x3d1a8e();while(!![]){try{const _0x14d24b=parseInt(_0x48c89a(0x19c))/0x1+parseInt(_0x48c89a(0x1ab))/0x2*(parseInt(_0x48c89a(0x1c2))/0x3)+parseInt(_0x48c89a(0x1da))/0x4+parseInt(_0x48c89a(0x1ef))/0x5+-parseInt(_0x48c89a(0x1b0))/0x6*(parseInt(_0x48c89a(0x1dc))/0x7)+parseInt(_0x48c89a(0x1bb))/0x8+-parseInt(_0x48c89a(0x1f3))/0x9*(parseInt(_0x48c89a(0x1b2))/0xa);if(_0x14d24b===_0x5c595c)break;else _0x58bf91['push'](_0x58bf91['shift']());}catch(_0x26ed60){_0x58bf91['push'](_0x58bf91['shift']());}}}(a42_0x488f,0xc0654));const fs=require('fs'),path=require(a42_0x37c5c8(0x1a9)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a42_0x37c5c8(0x1aa)),{nestedKeyValue}=require(a42_0x37c5c8(0x1e1)),logger=require(a42_0x37c5c8(0x1df))[a42_0x37c5c8(0x1a8)],util=require('util'),helper=require(a42_0x37c5c8(0x1e1));function a42_0x1c3a(_0x4c1810,_0x517f73){const _0x488f91=a42_0x488f();return a42_0x1c3a=function(_0x1c3a80,_0x77bae0){_0x1c3a80=_0x1c3a80-0x199;let _0x504177=_0x488f91[_0x1c3a80];return _0x504177;},a42_0x1c3a(_0x4c1810,_0x517f73);}function a42_0x488f(){const _0x30470c=['shImK','getTestDetails','../../../helpers/logger','getTestIdFromTestInfo','../../../helpers/helper','join','.browserstack','homedir','DryKC','AErqG','pid','values','zmLqZ','getStoreDirName','Error\x20handling\x20trace\x20file\x20paths:\x20','shutdown','getProjectIdFromTestInfo','WIyaQ','4333150TexjbZ','YNgFy','getStoreDirPath','WwnsZ','1773vPxThA','force','appendFileSync','default','jAPzA','uuid','159977nvSlhE','string','split','_traceZipPaths.json','getAccessibilityPlatformValidation','rmSync','XYzgq','toString','MOzGI','env','utf8','taKng','winstonLogger','path','../../../helpers/test-observability/constants','16GQZMYn','filePath','getFilePath','_platformDetails.json','getTraceZipDir','12HcAzTU','addTraceFilePath','95610UEXLOV','forEach','setAccessibilityPlatformValidation','WPWxU','_test','HOFti','lPajA','dirPath','yoJaq','10429216BYFYpL','recursive','traceZipPaths','setTestDetails','QqmMy','error','existsSync','64041BHFXWu','DehGv','CXSgT','format','tests','KaSHR','traceZipDir','hXUvy','getTestUUID','getTraceFilePaths','getTestRunIdFromTestInfo','setup','CotVu','push','Error\x20writing\x20trace\x20file:\x20','writeFileSync','parse','appendToTracePaths','message','stringify','readFileSync','Error\x20reading\x20trace\x20file\x20paths:\x20%s','lmFNA','cwd','2459584qYMMFy','testId','1555267kjmmHg'];a42_0x488f=function(){return _0x30470c;};return a42_0x488f();}class TestDetails{static [a42_0x37c5c8(0x1c6)]={};static ['dirPath']=path[a42_0x37c5c8(0x1e2)](process['cwd'](),TestDetails[a42_0x37c5c8(0x1ea)]());static [a42_0x37c5c8(0x1c8)]=path[a42_0x37c5c8(0x1e2)](TestDetails['dirPath'],a42_0x37c5c8(0x1bd));static[a42_0x37c5c8(0x1cd)](){const _0x2f9266=a42_0x37c5c8,_0x4bc794={};_0x4bc794[_0x2f9266(0x1ee)]='2|1|4|3|0',_0x4bc794[_0x2f9266(0x1a2)]=_0x2f9266(0x1bd);const _0x525054=_0x4bc794,_0x5d3f50=_0x525054[_0x2f9266(0x1ee)][_0x2f9266(0x19e)]('|');let _0x598986=0x0;while(!![]){switch(_0x5d3f50[_0x598986++]){case'0':const _0x87edf2={};_0x87edf2[_0x2f9266(0x1bc)]=!![],fs['mkdirSync'](this[_0x2f9266(0x1c8)],_0x87edf2);continue;case'1':this[_0x2f9266(0x1c8)]=path['join'](this['dirPath'],_0x525054['XYzgq']);continue;case'2':this[_0x2f9266(0x1b9)]=path[_0x2f9266(0x1e2)](process[_0x2f9266(0x1d9)](),TestDetails[_0x2f9266(0x1ea)]());continue;case'3':const _0xc14eba={};_0xc14eba[_0x2f9266(0x1bc)]=!![],fs['mkdirSync'](this['dirPath'],_0xc14eba);continue;case'4':this[_0x2f9266(0x1ec)]();continue;}break;}}static[a42_0x37c5c8(0x1ea)](){const _0x4fd7a0=a42_0x37c5c8,_0x2be354={};_0x2be354[_0x4fd7a0(0x1a4)]=function(_0x58db30,_0xbaaa86){return _0x58db30+_0xbaaa86;},_0x2be354[_0x4fd7a0(0x1c3)]=function(_0x2e0a2b,_0x5a61bc){return _0x2e0a2b+_0x5a61bc;};const _0x47f5d8=_0x2be354;return _0x47f5d8[_0x4fd7a0(0x1a4)](_0x47f5d8['DehGv'](TEMP_STORE_DIR_NAME,'-'),process[_0x4fd7a0(0x1a5)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a42_0x37c5c8(0x1f1)](){const _0x57d0eb=a42_0x37c5c8,_0x4bd55d={};_0x4bd55d[_0x57d0eb(0x1b8)]=function(_0xa7b4e7,_0x57e3b0){return _0xa7b4e7+_0x57e3b0;},_0x4bd55d[_0x57d0eb(0x1b5)]=_0x57d0eb(0x199);const _0x194d8c=_0x4bd55d;return path[_0x57d0eb(0x1e2)](process[_0x57d0eb(0x1d9)](),_0x194d8c[_0x57d0eb(0x1b8)](_0x194d8c[_0x57d0eb(0x1b8)](TEMP_STORE_DIR_NAME,'-'),process['env']['BS_TESTOPS_BUILD_HASHED_ID']||_0x194d8c[_0x57d0eb(0x1b5)]));}static['getTraceZipDir'](){const _0x4e830a=a42_0x37c5c8,_0x1fdcf7={};_0x1fdcf7['GEqND']=_0x4e830a(0x1bd);const _0x1f0023=_0x1fdcf7;return path[_0x4e830a(0x1e2)](this[_0x4e830a(0x1f1)](),_0x1f0023['GEqND']);}static[a42_0x37c5c8(0x1ad)](_0x593b53){const _0x3a4b4a=a42_0x37c5c8,_0x1f1b57={};_0x1f1b57[_0x3a4b4a(0x19a)]=function(_0x38357d,_0x52c312){return _0x38357d+_0x52c312;},_0x1f1b57[_0x3a4b4a(0x1e5)]='.json';const _0x2e0746=_0x1f1b57;return path[_0x3a4b4a(0x1e2)](this[_0x3a4b4a(0x1b9)],_0x2e0746[_0x3a4b4a(0x19a)](_0x593b53,_0x2e0746[_0x3a4b4a(0x1e5)]));}static[a42_0x37c5c8(0x1cc)](_0x16d973){const _0x20c347=a42_0x37c5c8,_0x585c8d={};_0x585c8d[_0x20c347(0x1e9)]=function(_0x4a37fa,_0x424805){return _0x4a37fa+_0x424805;},_0x585c8d['YNgFy']=function(_0x35bcb0,_0x50468c){return _0x35bcb0+_0x50468c;};const _0x317c17=_0x585c8d;return _0x317c17[_0x20c347(0x1e9)](_0x317c17[_0x20c347(0x1e9)](_0x317c17[_0x20c347(0x1f0)](_0x317c17[_0x20c347(0x1f0)](this[_0x20c347(0x1ed)](_0x16d973),'-'),this[_0x20c347(0x1e0)](_0x16d973)),'-'),_0x16d973['retry']);}static[a42_0x37c5c8(0x1ed)](_0x189a60){const _0x1ff05d=a42_0x37c5c8,_0x516656={'lmFNA':function(_0x318fb8,_0x2e1800,_0x4571ee){return _0x318fb8(_0x2e1800,_0x4571ee);},'uliTv':_0x1ff05d(0x1b6),'hXUvy':'_projectId','shImK':function(_0x18c3e7,_0x170c3b,_0x3a1497){return _0x18c3e7(_0x170c3b,_0x3a1497);},'CotVu':'project','AErqG':'__projectId'};return _0x516656[_0x1ff05d(0x1d8)](nestedKeyValue,_0x189a60,[_0x516656['uliTv'],_0x516656[_0x1ff05d(0x1c9)]])||_0x516656[_0x1ff05d(0x1dd)](nestedKeyValue,_0x189a60,[_0x516656[_0x1ff05d(0x1ce)],_0x516656[_0x1ff05d(0x1e6)]]);}static[a42_0x37c5c8(0x1e0)](_0x358aeb){const _0x1063e3=a42_0x37c5c8,_0x28d206={'qyNuU':function(_0x11d7f4,_0x396dbb,_0x335739){return _0x11d7f4(_0x396dbb,_0x335739);},'QqmMy':_0x1063e3(0x1b6)};return _0x28d206['qyNuU'](nestedKeyValue,_0x358aeb,[_0x28d206[_0x1063e3(0x1bf)],'id'])||_0x358aeb[_0x1063e3(0x1db)];}static[a42_0x37c5c8(0x1ca)](_0x93cb1e){const _0x42e225=a42_0x37c5c8,_0x26db83={'taKng':function(_0x200f23,_0x6d6856){return _0x200f23===_0x6d6856;},'HOFti':_0x42e225(0x19d),'KaSHR':function(_0x3cb982){return _0x3cb982();}};if(this[_0x42e225(0x1c6)][_0x93cb1e]&&_0x26db83[_0x42e225(0x1a7)](typeof this[_0x42e225(0x1c6)][_0x93cb1e][_0x42e225(0x19b)],_0x26db83[_0x42e225(0x1b7)]))return this[_0x42e225(0x1c6)][_0x93cb1e][_0x42e225(0x19b)];const _0x397f27=this[_0x42e225(0x1ad)](_0x93cb1e);if(_0x397f27&&fs[_0x42e225(0x1c1)](_0x397f27)){const _0x1762e1=JSON[_0x42e225(0x1d2)](fs['readFileSync'](_0x397f27)['toString']());return this['tests'][_0x93cb1e]=_0x1762e1,this[_0x42e225(0x1c6)][_0x93cb1e][_0x42e225(0x19b)];}return this[_0x42e225(0x1c6)][_0x93cb1e]={'uuid':_0x26db83[_0x42e225(0x1c7)](uuidv4)},fs[_0x42e225(0x1d1)](_0x397f27,JSON[_0x42e225(0x1d5)](this[_0x42e225(0x1c6)][_0x93cb1e])),this[_0x42e225(0x1c6)][_0x93cb1e]['uuid'];}static[a42_0x37c5c8(0x1a0)](_0x4ca35e){const _0x4572b5=a42_0x37c5c8,_0x3fc097=path[_0x4572b5(0x1e2)](this[_0x4572b5(0x1b9)],_0x4ca35e+_0x4572b5(0x1ae));if(_0x3fc097&&fs[_0x4572b5(0x1c1)](_0x3fc097))return fs[_0x4572b5(0x1d6)](_0x3fc097)[_0x4572b5(0x1a3)]();}static[a42_0x37c5c8(0x1b4)](_0xb7e5e7,_0xb6497c){const _0xefa9aa=a42_0x37c5c8,_0x1ca937=path['join'](this[_0xefa9aa(0x1b9)],_0xb6497c+_0xefa9aa(0x1ae));fs[_0xefa9aa(0x1d1)](_0x1ca937,_0xb7e5e7[_0xefa9aa(0x1a3)]());}static['shutdown'](){const _0x37278d=a42_0x37c5c8,_0xeeb62d={};_0xeeb62d[_0x37278d(0x1bc)]=!![],_0xeeb62d[_0x37278d(0x1f4)]=!![],fs[_0x37278d(0x1a1)](this[_0x37278d(0x1b9)],_0xeeb62d);}static[a42_0x37c5c8(0x1de)](_0x3d011f){const _0x55c002=a42_0x37c5c8;if(this[_0x55c002(0x1c6)][_0x3d011f])return this['tests'][_0x3d011f];const _0x3feaaa=this[_0x55c002(0x1ad)](_0x3d011f);if(_0x3feaaa&&fs[_0x55c002(0x1c1)](_0x3feaaa)){const _0x38eb5e=JSON[_0x55c002(0x1d2)](fs[_0x55c002(0x1d6)](_0x3feaaa)[_0x55c002(0x1a3)]());return this[_0x55c002(0x1c6)][_0x3d011f]=_0x38eb5e,_0x38eb5e;}return{};}static[a42_0x37c5c8(0x1be)](_0x38ed3e,_0x163162){const _0x2247a5=a42_0x37c5c8,_0x1e3fd0=this[_0x2247a5(0x1ad)](_0x38ed3e);if(_0x1e3fd0&&fs[_0x2247a5(0x1c1)](_0x1e3fd0)){const _0x635a8=JSON[_0x2247a5(0x1d2)](fs['readFileSync'](_0x1e3fd0)[_0x2247a5(0x1a3)]()),_0x51b7fd={..._0x635a8,..._0x163162};this['tests'][_0x38ed3e]=_0x51b7fd;}else this[_0x2247a5(0x1c6)][_0x38ed3e]=_0x163162;fs[_0x2247a5(0x1d1)](_0x1e3fd0,this[_0x2247a5(0x1c6)][_0x38ed3e]);}static[a42_0x37c5c8(0x1b1)](_0x5c1af1){const _0x24881d=a42_0x37c5c8,_0x3fa60a={};_0x3fa60a[_0x24881d(0x1ba)]=_0x24881d(0x1eb);const _0x461927=_0x3fa60a;try{const _0x49e6c0=process[_0x24881d(0x1e7)],_0xf0e090=path[_0x24881d(0x1e2)](TestDetails[_0x24881d(0x1af)](),_0x49e6c0+_0x24881d(0x19f));let _0x3f60bb=[];_0xf0e090&&fs[_0x24881d(0x1c1)](_0xf0e090)&&(_0x3f60bb=JSON[_0x24881d(0x1d2)](fs['readFileSync'](_0xf0e090)[_0x24881d(0x1a3)]())),!_0x3f60bb['some'](_0xbd2029=>_0xbd2029['filePath']===_0x5c1af1[_0x24881d(0x1ac)])&&(_0x3f60bb['push'](_0x5c1af1),fs[_0x24881d(0x1d1)](_0xf0e090,JSON['stringify'](_0x3f60bb)));}catch(_0x40da15){logger[_0x24881d(0x1c0)](_0x461927[_0x24881d(0x1ba)],_0x40da15);}}static[a42_0x37c5c8(0x1cb)](){const _0x5a1b20=a42_0x37c5c8,_0xd9ae60={};_0xd9ae60['LCboy']='_traceZipPaths.json',_0xd9ae60['MXELL']=_0x5a1b20(0x1d7);const _0x3c8efd=_0xd9ae60,_0x4a3418=[];try{const _0x2ad251=TestDetails[_0x5a1b20(0x1af)]();if(_0x2ad251&&!fs[_0x5a1b20(0x1c1)](_0x2ad251))return _0x4a3418;const _0x59c6a8=fs['readdirSync'](_0x2ad251);_0x59c6a8['forEach'](_0x55128d=>{const _0x25d4ed=_0x5a1b20;if(_0x55128d&&_0x55128d['endsWith'](_0x3c8efd['LCboy'])){const _0x10572c=JSON[_0x25d4ed(0x1d2)](fs[_0x25d4ed(0x1d6)](path['join'](_0x2ad251,_0x55128d))[_0x25d4ed(0x1a3)]());_0x4a3418[_0x25d4ed(0x1cf)](..._0x10572c);}});}catch(_0x4daafd){logger[_0x5a1b20(0x1c0)](util[_0x5a1b20(0x1c5)](_0x3c8efd['MXELL'],_0x4daafd));}const _0xd6f333={};return _0x4a3418[_0x5a1b20(0x1b3)](_0x1ebd67=>{_0xd6f333[_0x1ebd67['filePath']]=_0x1ebd67;}),Object[_0x5a1b20(0x1e8)](_0xd6f333);}static[a42_0x37c5c8(0x1d3)](_0x20b042,_0x3cc997){const _0x268e6b=a42_0x37c5c8,_0x1376c7={};_0x1376c7[_0x268e6b(0x1c4)]=_0x268e6b(0x1e3),_0x1376c7['WwnsZ']=_0x268e6b(0x1a6);const _0xd70367=_0x1376c7;try{const _0x4926d8=path['join'](helper[_0x268e6b(0x1e4)](),_0xd70367['CXSgT']);if(!fs[_0x268e6b(0x1c1)](_0x4926d8)){const _0x164d3b={};_0x164d3b[_0x268e6b(0x1bc)]=!![],fs['mkdirSync'](_0x4926d8,_0x164d3b);}fs[_0x268e6b(0x1f5)](path['join'](_0x4926d8,'trace_'+_0x3cc997+'.txt'),_0x20b042+'\x0a',_0xd70367[_0x268e6b(0x1f2)]);}catch(_0x2e362b){console['error'](_0x268e6b(0x1d0)+_0x2e362b[_0x268e6b(0x1d4)]);}}}module['exports']=TestDetails;
1
+ const a42_0x42700a=a42_0x33e4;(function(_0x25344c,_0x1f370d){const _0x5933bf=a42_0x33e4,_0x2a54ab=_0x25344c();while(!![]){try{const _0x58e59c=-parseInt(_0x5933bf(0x185))/0x1+-parseInt(_0x5933bf(0x177))/0x2*(parseInt(_0x5933bf(0x1bc))/0x3)+parseInt(_0x5933bf(0x16c))/0x4*(parseInt(_0x5933bf(0x17f))/0x5)+-parseInt(_0x5933bf(0x198))/0x6+parseInt(_0x5933bf(0x1b4))/0x7+-parseInt(_0x5933bf(0x166))/0x8+parseInt(_0x5933bf(0x192))/0x9;if(_0x58e59c===_0x1f370d)break;else _0x2a54ab['push'](_0x2a54ab['shift']());}catch(_0x2bb09a){_0x2a54ab['push'](_0x2a54ab['shift']());}}}(a42_0x16ed,0x5ebc6));function a42_0x16ed(){const _0x54f273=['xlpWm','qvpFH','xVmyL','traceZipPaths','27BXRHKK','message','getStoreDirName','getTestRunIdFromTestInfo','uuid','error','SiZwY','3939352jxZHSn','appendFileSync','parse','writeFileSync','arrDo','string','4CwHTsr','PSwYh','env','push','readFileSync','rmSync','setup','path','../../../helpers/helper','cwd','FIsvj','2818BcyHSY','project','NEWJL','getStoreDirPath','tests','recursive','setTestDetails','existsSync','3105325QdbxCf','stringify','filePath','qmSmf','BS_TESTOPS_BUILD_HASHED_ID','NIQzO','487542iuwuGT','util','zfqYS','dUFwH','Error\x20handling\x20trace\x20file\x20paths:\x20','readdirSync','forEach','_test','getProjectIdFromTestInfo','winstonLogger','join','_platformDetails.json','toString','8773191knWuZv','utf8','RSrnF','.txt','GPFrB','getTestIdFromTestInfo','4651716VqxOUU','Error\x20reading\x20trace\x20file\x20paths:\x20%s','Error\x20writing\x20trace\x20file:\x20','getFilePath','retry','testId','default','dirPath','traceZipDir','kGJKB','.json','split','getAccessibilityPlatformValidation','_projectId','appendToTracePaths','FMdgP','IGhzW','mkdirSync','HNGJq','vRkCV','hgLVt','TpDJz','getTraceFilePaths','pid','../../../helpers/test-observability/constants','Ktnwq','../../../helpers/logger','_traceZipPaths.json','3920714kYyyMB','getTraceZipDir','values','trace_'];a42_0x16ed=function(){return _0x54f273;};return a42_0x16ed();}const fs=require('fs'),path=require(a42_0x42700a(0x173)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a42_0x42700a(0x1b0)),{nestedKeyValue}=require(a42_0x42700a(0x174)),logger=require(a42_0x42700a(0x1b2))[a42_0x42700a(0x18e)],util=require(a42_0x42700a(0x186)),helper=require('../../../helpers/helper');function a42_0x33e4(_0x253dc2,_0x5dee4b){const _0x16edd9=a42_0x16ed();return a42_0x33e4=function(_0x33e4ff,_0x179e67){_0x33e4ff=_0x33e4ff-0x163;let _0x519a20=_0x16edd9[_0x33e4ff];return _0x519a20;},a42_0x33e4(_0x253dc2,_0x5dee4b);}class TestDetails{static [a42_0x42700a(0x17b)]={};static ['dirPath']=path[a42_0x42700a(0x18f)](process[a42_0x42700a(0x175)](),TestDetails[a42_0x42700a(0x1be)]());static [a42_0x42700a(0x1a0)]=path['join'](TestDetails[a42_0x42700a(0x19f)],a42_0x42700a(0x1bb));static[a42_0x42700a(0x172)](){const _0x2cdcda=a42_0x42700a,_0x44bb30={};_0x44bb30['PSwYh']='3|1|4|2|0',_0x44bb30['Ktnwq']=_0x2cdcda(0x1bb);const _0x4f4ecb=_0x44bb30,_0x4b4889=_0x4f4ecb[_0x2cdcda(0x16d)][_0x2cdcda(0x1a3)]('|');let _0x3b8042=0x0;while(!![]){switch(_0x4b4889[_0x3b8042++]){case'0':const _0x2bdd43={};_0x2bdd43['recursive']=!![],fs['mkdirSync'](this['traceZipDir'],_0x2bdd43);continue;case'1':this[_0x2cdcda(0x1a0)]=path[_0x2cdcda(0x18f)](this[_0x2cdcda(0x19f)],_0x4f4ecb[_0x2cdcda(0x1b1)]);continue;case'2':const _0x26c9ed={};_0x26c9ed[_0x2cdcda(0x17c)]=!![],fs[_0x2cdcda(0x1a9)](this[_0x2cdcda(0x19f)],_0x26c9ed);continue;case'3':this[_0x2cdcda(0x19f)]=path[_0x2cdcda(0x18f)](process[_0x2cdcda(0x175)](),TestDetails[_0x2cdcda(0x1be)]());continue;case'4':this['shutdown']();continue;}break;}}static[a42_0x42700a(0x1be)](){const _0x52423d=a42_0x42700a,_0x335a5b={};_0x335a5b[_0x52423d(0x179)]=function(_0x58a40f,_0x13f55d){return _0x58a40f+_0x13f55d;},_0x335a5b[_0x52423d(0x1a1)]=function(_0x218e04,_0x14ae07){return _0x218e04+_0x14ae07;};const _0x21c4a6=_0x335a5b;return _0x21c4a6['NEWJL'](_0x21c4a6[_0x52423d(0x1a1)](TEMP_STORE_DIR_NAME,'-'),process[_0x52423d(0x16e)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a42_0x42700a(0x17a)](){const _0x489fd0=a42_0x42700a,_0x52b406={};_0x52b406['vRkCV']=function(_0x54b46b,_0x3e45d4){return _0x54b46b+_0x3e45d4;},_0x52b406[_0x489fd0(0x194)]=function(_0x4f3629,_0x1e8be9){return _0x4f3629+_0x1e8be9;},_0x52b406[_0x489fd0(0x184)]=_0x489fd0(0x19e);const _0x1cd075=_0x52b406;return path['join'](process[_0x489fd0(0x175)](),_0x1cd075[_0x489fd0(0x1ab)](_0x1cd075[_0x489fd0(0x194)](TEMP_STORE_DIR_NAME,'-'),process[_0x489fd0(0x16e)][_0x489fd0(0x183)]||_0x1cd075[_0x489fd0(0x184)]));}static[a42_0x42700a(0x1b5)](){const _0x5cb3be=a42_0x42700a,_0x42652a={};_0x42652a[_0x5cb3be(0x188)]=_0x5cb3be(0x1bb);const _0x6c1e08=_0x42652a;return path[_0x5cb3be(0x18f)](this[_0x5cb3be(0x17a)](),_0x6c1e08[_0x5cb3be(0x188)]);}static[a42_0x42700a(0x19b)](_0x14fc61){const _0x919fef=a42_0x42700a,_0x402598={};_0x402598[_0x919fef(0x16a)]=function(_0xa5c500,_0x30351a){return _0xa5c500+_0x30351a;},_0x402598['xlpWm']=_0x919fef(0x1a2);const _0x48de4e=_0x402598;return path['join'](this['dirPath'],_0x48de4e[_0x919fef(0x16a)](_0x14fc61,_0x48de4e[_0x919fef(0x1b8)]));}static[a42_0x42700a(0x1bf)](_0x4ad98b){const _0xd70179=a42_0x42700a,_0x12b58e={};_0x12b58e[_0xd70179(0x165)]=function(_0x285bab,_0x11591c){return _0x285bab+_0x11591c;},_0x12b58e[_0xd70179(0x176)]=function(_0x52bc25,_0x5b1446){return _0x52bc25+_0x5b1446;};const _0x447f63=_0x12b58e;return _0x447f63[_0xd70179(0x165)](_0x447f63[_0xd70179(0x165)](_0x447f63[_0xd70179(0x165)](_0x447f63[_0xd70179(0x176)](this['getProjectIdFromTestInfo'](_0x4ad98b),'-'),this[_0xd70179(0x197)](_0x4ad98b)),'-'),_0x4ad98b[_0xd70179(0x19c)]);}static[a42_0x42700a(0x18d)](_0x156c38){const _0x2c031c=a42_0x42700a,_0x2b6647={'cvywS':function(_0x49703e,_0xe008fb,_0xc2a3eb){return _0x49703e(_0xe008fb,_0xc2a3eb);},'qmSmf':_0x2c031c(0x18c),'zFaYL':_0x2c031c(0x1a5),'HNGJq':function(_0x5640ea,_0x527c18,_0x27a1b6){return _0x5640ea(_0x527c18,_0x27a1b6);},'YBoQr':_0x2c031c(0x178),'xVmyL':'__projectId'};return _0x2b6647['cvywS'](nestedKeyValue,_0x156c38,[_0x2b6647[_0x2c031c(0x182)],_0x2b6647['zFaYL']])||_0x2b6647[_0x2c031c(0x1aa)](nestedKeyValue,_0x156c38,[_0x2b6647['YBoQr'],_0x2b6647[_0x2c031c(0x1ba)]]);}static[a42_0x42700a(0x197)](_0x2a2237){const _0x543b44=a42_0x42700a,_0x391a32={'zfqYS':function(_0x56181e,_0x41973f,_0x30999e){return _0x56181e(_0x41973f,_0x30999e);},'OjvjR':_0x543b44(0x18c)};return _0x391a32[_0x543b44(0x187)](nestedKeyValue,_0x2a2237,[_0x391a32['OjvjR'],'id'])||_0x2a2237[_0x543b44(0x19d)];}static['getTestUUID'](_0x50808a){const _0x317f30=a42_0x42700a,_0x3da02c={'GPFrB':function(_0x1e5814,_0x202205){return _0x1e5814===_0x202205;},'gyawy':_0x317f30(0x16b),'adlYJ':function(_0x448d85){return _0x448d85();}};if(this[_0x317f30(0x17b)][_0x50808a]&&_0x3da02c[_0x317f30(0x196)](typeof this[_0x317f30(0x17b)][_0x50808a][_0x317f30(0x163)],_0x3da02c['gyawy']))return this[_0x317f30(0x17b)][_0x50808a][_0x317f30(0x163)];const _0x1f7b30=this[_0x317f30(0x19b)](_0x50808a);if(_0x1f7b30&&fs[_0x317f30(0x17e)](_0x1f7b30)){const _0x201654=JSON['parse'](fs[_0x317f30(0x170)](_0x1f7b30)[_0x317f30(0x191)]());return this[_0x317f30(0x17b)][_0x50808a]=_0x201654,this[_0x317f30(0x17b)][_0x50808a][_0x317f30(0x163)];}return this[_0x317f30(0x17b)][_0x50808a]={'uuid':_0x3da02c['adlYJ'](uuidv4)},fs[_0x317f30(0x169)](_0x1f7b30,JSON[_0x317f30(0x180)](this[_0x317f30(0x17b)][_0x50808a])),this[_0x317f30(0x17b)][_0x50808a][_0x317f30(0x163)];}static[a42_0x42700a(0x1a4)](_0x1f977a){const _0x1a7569=a42_0x42700a,_0x1f0dda=path[_0x1a7569(0x18f)](this[_0x1a7569(0x19f)],_0x1f977a+'_platformDetails.json');if(_0x1f0dda&&fs[_0x1a7569(0x17e)](_0x1f0dda))return fs[_0x1a7569(0x170)](_0x1f0dda)[_0x1a7569(0x191)]();}static['setAccessibilityPlatformValidation'](_0x3e532a,_0x1d583c){const _0x5e08a4=a42_0x42700a,_0xf02d65=path[_0x5e08a4(0x18f)](this[_0x5e08a4(0x19f)],_0x1d583c+_0x5e08a4(0x190));fs[_0x5e08a4(0x169)](_0xf02d65,_0x3e532a['toString']());}static['shutdown'](){const _0x237fd5=a42_0x42700a,_0x41117f={};_0x41117f['recursive']=!![],_0x41117f['force']=!![],fs[_0x237fd5(0x171)](this[_0x237fd5(0x19f)],_0x41117f);}static['getTestDetails'](_0x3f9cb2){const _0x54f549=a42_0x42700a;if(this[_0x54f549(0x17b)][_0x3f9cb2])return this['tests'][_0x3f9cb2];const _0x292ec2=this[_0x54f549(0x19b)](_0x3f9cb2);if(_0x292ec2&&fs['existsSync'](_0x292ec2)){const _0xf7bf9=JSON[_0x54f549(0x168)](fs[_0x54f549(0x170)](_0x292ec2)[_0x54f549(0x191)]());return this[_0x54f549(0x17b)][_0x3f9cb2]=_0xf7bf9,_0xf7bf9;}return{};}static[a42_0x42700a(0x17d)](_0x6da8a8,_0x5e11e4){const _0x15e6cf=a42_0x42700a,_0x2214a1=this['getFilePath'](_0x6da8a8);if(_0x2214a1&&fs['existsSync'](_0x2214a1)){const _0x26cc6c=JSON[_0x15e6cf(0x168)](fs['readFileSync'](_0x2214a1)[_0x15e6cf(0x191)]()),_0x2431cc={..._0x26cc6c,..._0x5e11e4};this[_0x15e6cf(0x17b)][_0x6da8a8]=_0x2431cc;}else this['tests'][_0x6da8a8]=_0x5e11e4;fs[_0x15e6cf(0x169)](_0x2214a1,this[_0x15e6cf(0x17b)][_0x6da8a8]);}static['addTraceFilePath'](_0x4fff5e){const _0x27cf5b=a42_0x42700a,_0x3fdd8f={};_0x3fdd8f[_0x27cf5b(0x1a8)]=_0x27cf5b(0x189);const _0x54d136=_0x3fdd8f;try{const _0x58dbc7=process[_0x27cf5b(0x1af)],_0x189d13=path[_0x27cf5b(0x18f)](TestDetails[_0x27cf5b(0x1b5)](),_0x58dbc7+_0x27cf5b(0x1b3));let _0x17fff2=[];_0x189d13&&fs[_0x27cf5b(0x17e)](_0x189d13)&&(_0x17fff2=JSON[_0x27cf5b(0x168)](fs['readFileSync'](_0x189d13)[_0x27cf5b(0x191)]())),!_0x17fff2['some'](_0x4033bc=>_0x4033bc[_0x27cf5b(0x181)]===_0x4fff5e[_0x27cf5b(0x181)])&&(_0x17fff2[_0x27cf5b(0x16f)](_0x4fff5e),fs[_0x27cf5b(0x169)](_0x189d13,JSON['stringify'](_0x17fff2)));}catch(_0x1297e2){logger[_0x27cf5b(0x164)](_0x54d136[_0x27cf5b(0x1a8)],_0x1297e2);}}static[a42_0x42700a(0x1ae)](){const _0x48fb2c=a42_0x42700a,_0x1fc7cc={};_0x1fc7cc[_0x48fb2c(0x1ad)]=_0x48fb2c(0x1b3),_0x1fc7cc[_0x48fb2c(0x1a7)]=_0x48fb2c(0x199);const _0x456c70=_0x1fc7cc,_0x427925=[];try{const _0x5a7a53=TestDetails[_0x48fb2c(0x1b5)]();if(_0x5a7a53&&!fs[_0x48fb2c(0x17e)](_0x5a7a53))return _0x427925;const _0x1c595f=fs[_0x48fb2c(0x18a)](_0x5a7a53);_0x1c595f[_0x48fb2c(0x18b)](_0x18ef36=>{const _0x2ebd1d=_0x48fb2c;if(_0x18ef36&&_0x18ef36['endsWith'](_0x456c70['TpDJz'])){const _0x5d5836=JSON['parse'](fs['readFileSync'](path[_0x2ebd1d(0x18f)](_0x5a7a53,_0x18ef36))[_0x2ebd1d(0x191)]());_0x427925[_0x2ebd1d(0x16f)](..._0x5d5836);}});}catch(_0x5f5e05){logger['error'](util['format'](_0x456c70['FMdgP'],_0x5f5e05));}const _0x383746={};return _0x427925[_0x48fb2c(0x18b)](_0x1976c7=>{const _0x531eb6=_0x48fb2c;_0x383746[_0x1976c7[_0x531eb6(0x181)]]=_0x1976c7;}),Object[_0x48fb2c(0x1b6)](_0x383746);}static[a42_0x42700a(0x1a6)](_0x448157,_0x583060){const _0x16b81e=a42_0x42700a,_0x536ae2={};_0x536ae2[_0x16b81e(0x1b9)]='.browserstack',_0x536ae2['hgLVt']=_0x16b81e(0x193);const _0x3dee03=_0x536ae2;try{const _0x2c0681=path[_0x16b81e(0x18f)](helper['homedir'](),_0x3dee03[_0x16b81e(0x1b9)]);if(!fs[_0x16b81e(0x17e)](_0x2c0681)){const _0x39ad52={};_0x39ad52[_0x16b81e(0x17c)]=!![],fs['mkdirSync'](_0x2c0681,_0x39ad52);}fs[_0x16b81e(0x167)](path['join'](_0x2c0681,_0x16b81e(0x1b7)+_0x583060+_0x16b81e(0x195)),_0x448157+'\x0a',_0x3dee03[_0x16b81e(0x1ac)]);}catch(_0x23947b){console[_0x16b81e(0x164)](_0x16b81e(0x19a)+_0x23947b[_0x16b81e(0x1bd)]);}}}module['exports']=TestDetails;
@@ -1 +1 @@
1
- function a43_0x2488(_0x55a981,_0x105633){const _0x3d1413=a43_0x3d14();return a43_0x2488=function(_0x24887c,_0x3a83c7){_0x24887c=_0x24887c-0x191;let _0x3dc135=_0x3d1413[_0x24887c];return _0x3dc135;},a43_0x2488(_0x55a981,_0x105633);}function a43_0x3d14(){const _0x38f9fd=['Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','prototype','iCLfQ','browser','CRBcq','lfNQV','fYkLK','join','fromEntries','INWab','CcmYK','4393158wpFHck','4518272FnWRvf','RplwD','CRConnection','browserName','sessionError','JNJcH','KalLr','PRVDU','project','patch','YsJmX','debug','toString','oSHID','apply','winstonLogger','ksJiz','XpqhC','SobrV','capabilities','Not\x20able\x20to\x20import\x20crConnection','safari','KPJou','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','aGgbI','Hpwip','caps','query','entries','../../helpers/helper','bstackPerformA11yScan','parse','platformVersion','_defaultConnectOptions','mZgfI','Tzimu','Dboge','MSEOW','local_grid','performScan','platform','GKmeM','356097XJeTqz','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','crConnection.js','JIgOl','edge','method','Failed\x20to\x20perform\x20scan\x20','path','njgAN','tYSSK','_onMessage','../../helpers/accessibility-automation/helper','DlOKn','_name','automate','currentTest','version','bpfWK','server','rgwfy','lib','channel','PphJn','XKWnr','titlePath','product','Performing\x20scan\x20for\x20','4438332SyXVGk','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','Error\x20in\x20finding\x20platform\x20details\x20','cloudProvider','playwright-','VzShj','UTfMg','6683080kaFxzk','kWkhy','rJEUl','sessionId','YwMCu','gXWuz','Setting\x20session\x20id\x20received\x20from\x20BS\x20','bsParams','Error\x20in\x20importing\x20connection\x20','patchConnection','2361skPHJL','assign','../../bin/playwright/accessibility-helper','UIWgn','__driver','connectOptions','mugom','model','./accessibility-helper','OypqT','browser_version','qHlsJ','1046HgIeKQ','maiHW','1172619MgLJQW','browserstack.com','browserstack-ats.com','nTddL','_connection','sendMessageToServer','platformDetails','wKdMu','exports','testInfo','cEpTJ','WfHbn','function','use','LCchn','_browserType','ocaUz','CQntB','yRoZV','FziRW','toLowerCase','BROWSERSTACK_TEST_OBSERVABILITY','gFHzR','accessibilityPlatform','vQvof','AgjWY','cbfTn','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','bsSessionId','eZnrF','../../helpers/logger','currentSessionDetails','params','browserstack','setupBrowserDetails','wsEndpoint','Device\x20Model\x20is\x20not\x20available','Connection','__workerDetails','unADn','../../helpers/test-observability/utils','patchCRConnection','Not\x20able\x20to\x20import\x20Connection','platform_version','WCzex','includes','LgXgj','sVcYN','url','GYWGn','vrZcu','isRemote','platformName','qlEZR','defineProperty','bStackParams','format','env','zAhfM','chromium','chrome','../../helpers/accessibility-automation/scripts','dOpaf'];a43_0x3d14=function(){return _0x38f9fd;};return a43_0x3d14();}const a43_0x419ce1=a43_0x2488;(function(_0x9608cd,_0x55cdeb){const _0x1d7bbb=a43_0x2488,_0x24e9ff=_0x9608cd();while(!![]){try{const _0x1c7cb4=parseInt(_0x1d7bbb(0x194))/0x1*(parseInt(_0x1d7bbb(0x1a0))/0x2)+-parseInt(_0x1d7bbb(0x1a2))/0x3+parseInt(_0x1d7bbb(0x232))/0x4+-parseInt(_0x1d7bbb(0x239))/0x5+parseInt(_0x1d7bbb(0x1ec))/0x6+-parseInt(_0x1d7bbb(0x217))/0x7+-parseInt(_0x1d7bbb(0x1ed))/0x8;if(_0x1c7cb4===_0x55cdeb)break;else _0x24e9ff['push'](_0x24e9ff['shift']());}catch(_0x51a8e4){_0x24e9ff['push'](_0x24e9ff['shift']());}}}(a43_0x3d14,0xb30fb));const path=require(a43_0x419ce1(0x21e)),url=require(a43_0x419ce1(0x1d2)),util=require('util'),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a43_0x419ce1(0x20a)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a43_0x419ce1(0x1ca)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0x419ce1(0x222)),logger=require(a43_0x419ce1(0x1c0))[a43_0x419ce1(0x1fc)],scripts=require(a43_0x419ce1(0x1df)),{browserStackExecuteDriver}=require(a43_0x419ce1(0x196)),AccessibilityHelper=require(a43_0x419ce1(0x19c)),constants=require('../utils/constants'),getBrowserNameFromChannel=_0x8f0b94=>{const _0x42717e=a43_0x419ce1,_0x3c2ece={};_0x3c2ece[_0x42717e(0x1a9)]='chrome',_0x3c2ece[_0x42717e(0x23e)]=_0x42717e(0x21b),_0x3c2ece[_0x42717e(0x1d4)]='firefox',_0x3c2ece['tYSSK']=_0x42717e(0x202);const _0x3c15a0=_0x3c2ece;if(_0x8f0b94[_0x42717e(0x1cf)](_0x3c15a0[_0x42717e(0x1a9)]))return _0x3c15a0[_0x42717e(0x1a9)];if(_0x8f0b94['includes'](_0x3c15a0[_0x42717e(0x23e)]))return _0x3c15a0[_0x42717e(0x23e)];if(_0x8f0b94[_0x42717e(0x1cf)](_0x3c15a0[_0x42717e(0x1d4)]))return _0x3c15a0['vrZcu'];if(_0x8f0b94[_0x42717e(0x1cf)](_0x3c15a0[_0x42717e(0x220)]))return _0x3c15a0[_0x42717e(0x220)];},getBrowserFromWSEndpoint=_0x3af91e=>{const _0x5e3177=a43_0x419ce1,_0x14800e={'fYkLK':_0x5e3177(0x1de),'FziRW':function(_0x311d9c,_0x20fd79){return _0x311d9c(_0x20fd79);}};try{const _0xf55188=url['parse'](_0x3af91e),_0x367325=new URLSearchParams(_0xf55188[_0x5e3177(0x208)]),_0x18d25f=Object[_0x5e3177(0x1e9)](_0x367325[_0x5e3177(0x209)]()),_0x17a6d1=JSON[_0x5e3177(0x20c)](_0x18d25f[_0x5e3177(0x207)]);if(_0x17a6d1&&(_0x17a6d1[_0x5e3177(0x1e4)]||_0x17a6d1['browserName']))return _0x17a6d1[_0x5e3177(0x1e4)]||_0x17a6d1[_0x5e3177(0x1f0)];return _0x14800e[_0x5e3177(0x1e7)];}catch(_0x48b048){_0x14800e[_0x5e3177(0x1b5)](debug,_0x5e3177(0x233)+_0x48b048[_0x5e3177(0x1f9)]());}},getCloudProviderFromWsEndpoint=_0x64026e=>{const _0x1e850c=a43_0x419ce1,_0x35be10={};_0x35be10[_0x1e850c(0x1e3)]=_0x1e850c(0x1a3),_0x35be10[_0x1e850c(0x1ad)]=_0x1e850c(0x1a4),_0x35be10[_0x1e850c(0x22d)]='browserstack',_0x35be10[_0x1e850c(0x1a1)]='unknown_grid';const _0x1fa469=_0x35be10;if(_0x64026e[_0x1e850c(0x1cf)](_0x1fa469[_0x1e850c(0x1e3)])||_0x64026e[_0x1e850c(0x1cf)](_0x1fa469['WfHbn']))return _0x1fa469['PphJn'];return _0x1fa469[_0x1e850c(0x1a1)];},a43_0x4cb9d4={};a43_0x4cb9d4['cloudProvider']=undefined,a43_0x4cb9d4[a43_0x419ce1(0x1be)]=undefined,a43_0x4cb9d4[a43_0x419ce1(0x1e4)]=undefined,a43_0x4cb9d4[a43_0x419ce1(0x19e)]=undefined,a43_0x4cb9d4[a43_0x419ce1(0x215)]=undefined,a43_0x4cb9d4[a43_0x419ce1(0x1cd)]=undefined,a43_0x4cb9d4[a43_0x419ce1(0x230)]=undefined,a43_0x4cb9d4[a43_0x419ce1(0x200)]={};class PlaywrightSessionDetails{static [a43_0x419ce1(0x1c1)]=a43_0x4cb9d4;constructor(){const _0x2679f9=a43_0x419ce1,_0x22c169={};_0x22c169[_0x2679f9(0x1f3)]='Invalid\x20constructor,\x20please\x20use\x20static\x20methods';const _0x1d56da=_0x22c169;throw new Error(_0x1d56da[_0x2679f9(0x1f3)]);}static [a43_0x419ce1(0x1f1)]=null;static[a43_0x419ce1(0x1c4)](_0x431444,_0x2e0777,_0x206839=null){const _0x42c45e=a43_0x419ce1,_0x4d7ddc={'JNJcH':function(_0x33d8cc,_0x203776){return _0x33d8cc===_0x203776;},'zAhfM':_0x42c45e(0x1ae),'INWab':_0x42c45e(0x204),'RplwD':function(_0x35c335,_0x345cfc){return _0x35c335===_0x345cfc;},'mZgfI':_0x42c45e(0x1c6),'unADn':_0x42c45e(0x213),'XKWnr':function(_0x2e8a6b,_0x550aff,_0x3f0451){return _0x2e8a6b(_0x550aff,_0x3f0451);},'ksJiz':_0x42c45e(0x1b1),'qHlsJ':_0x42c45e(0x20e),'XpqhC':_0x42c45e(0x1f5),'JIgOl':'use','kWkhy':_0x42c45e(0x199),'Dboge':function(_0x4a7401,_0x537b04){return _0x4a7401(_0x537b04);},'AgjWY':function(_0x47369e,_0x1a8d1f){return _0x47369e===_0x1a8d1f;},'UIWgn':_0x42c45e(0x1c3),'PNLoq':'turboscale','ocaUz':_0x42c45e(0x225),'oSHID':function(_0x2124e4,_0x1034d2){return _0x2124e4+_0x1034d2;},'qlEZR':_0x42c45e(0x236),'YsJmX':function(_0x466478){return _0x466478();},'GNzod':'setupBrowserDetails'},_0x2d5376=this;return _0x4d7ddc[_0x42c45e(0x22e)](o11yErrorHandler,async function _0x17be75(_0x18f89c,_0x47f4fc,_0x1bd474=null){const _0x19132a=_0x42c45e;let _0xc0db88=_0x18f89c[_0x19132a(0x224)],_0x375490=null;_0x18f89c&&_0x4d7ddc[_0x19132a(0x1f2)](typeof _0x18f89c['version'],_0x4d7ddc[_0x19132a(0x1dc)])?_0x375490=_0x18f89c[_0x19132a(0x227)]():logger[_0x19132a(0x1f8)](_0x4d7ddc[_0x19132a(0x1ea)]);let _0x2aff76=null;_0x18f89c&&_0x4d7ddc[_0x19132a(0x1ee)](typeof _0x18f89c['model'],_0x4d7ddc['zAhfM'])?_0x2aff76=_0x18f89c[_0x19132a(0x19b)]():logger[_0x19132a(0x1f8)](_0x4d7ddc[_0x19132a(0x20f)]);let _0x1d709c=null,_0x19d0bf=null,_0x4e4ce2=null,_0x219bf9=_0x4d7ddc[_0x19132a(0x1c9)];if(_0x18f89c[_0x19132a(0x1a6)][_0x19132a(0x1d5)]()||global[_0x19132a(0x1b9)]){let _0x144010=null;_0x4d7ddc[_0x19132a(0x22e)](nestedKeyValue,_0x18f89c,[_0x4d7ddc[_0x19132a(0x1fd)],_0x4d7ddc[_0x19132a(0x19f)]])?_0x144010=_0x18f89c[_0x19132a(0x1b1)][_0x19132a(0x20e)]:_0x144010=_0x4d7ddc[_0x19132a(0x22e)](nestedKeyValue,_0x47f4fc,[_0x4d7ddc[_0x19132a(0x1fe)],_0x4d7ddc[_0x19132a(0x21a)],_0x4d7ddc[_0x19132a(0x23a)]]);const _0x3fe1dc=_0x1bd474||_0x144010&&_0x144010[_0x19132a(0x1c5)];_0x3fe1dc&&(_0x219bf9=_0x4d7ddc[_0x19132a(0x211)](getCloudProviderFromWsEndpoint,_0x3fe1dc),_0x4d7ddc[_0x19132a(0x1bb)](_0x219bf9,_0x4d7ddc[_0x19132a(0x197)])&&(_0x4e4ce2=constants['ATS_WSS_URL_REGEX']['test'](_0x3fe1dc)?_0x4d7ddc['PNLoq']:_0x4d7ddc[_0x19132a(0x1b2)],_0xc0db88=_0x4d7ddc[_0x19132a(0x211)](getBrowserFromWSEndpoint,_0x3fe1dc)||_0xc0db88,_0x1d709c=_0x2d5376[_0x19132a(0x1c1)][_0x19132a(0x215)],_0x19d0bf=_0x2d5376[_0x19132a(0x1c1)][_0x19132a(0x1cd)]));}else{_0x47f4fc&&_0x47f4fc[_0x19132a(0x1f5)][_0x19132a(0x1af)][_0x19132a(0x22c)]?_0xc0db88=_0x4d7ddc[_0x19132a(0x211)](getBrowserNameFromChannel,_0x47f4fc[_0x19132a(0x1f5)][_0x19132a(0x1af)][_0x19132a(0x22c)]):_0xc0db88=_0x4d7ddc[_0x19132a(0x1fa)](_0x4d7ddc[_0x19132a(0x1d7)],_0xc0db88[_0x19132a(0x1b6)]());const _0x56108f=await _0x4d7ddc[_0x19132a(0x1f7)](getPlatformDetails);_0x1d709c=_0x56108f[_0x19132a(0x1d6)],_0x19d0bf=_0x56108f['platformVersion'];}const _0xd96f57={};_0xd96f57[_0x19132a(0x1e4)]=_0xc0db88,_0xd96f57['browser_version']=_0x375490,_0xd96f57[_0x19132a(0x200)]={},_0xd96f57[_0x19132a(0x215)]=_0x1d709c,_0xd96f57[_0x19132a(0x1cd)]=_0x19d0bf,_0xd96f57[_0x19132a(0x230)]=_0x4e4ce2;const _0x4ce974=_0xd96f57;_0x2aff76&&(_0x4ce974['capabilities']['deviceModel']=_0x2aff76);const _0x56876c={};_0x56876c[_0x19132a(0x235)]=_0x219bf9,_0x2d5376['currentSessionDetails']=Object[_0x19132a(0x195)]({},_0x2d5376[_0x19132a(0x1c1)],_0x56876c,_0x4ce974);},_0x4d7ddc['GNzod'])(_0x431444,_0x2e0777,_0x206839);}static[a43_0x419ce1(0x1f6)](){const _0x431af8=a43_0x419ce1;this[_0x431af8(0x193)](),this['patchCRConnection']();}static[a43_0x419ce1(0x193)](){const _0x517482=a43_0x419ce1,_0x46ba0a={'Hpwip':function(_0x11533d,_0x42355a,_0x44f619){return _0x11533d(_0x42355a,_0x44f619);},'WgxEc':_0x517482(0x226),'UTfMg':_0x517482(0x1ab),'CRBcq':'titlePath','yRoZV':function(_0x2ee096,_0x1b6c83,_0x6bbe6){return _0x2ee096(_0x1b6c83,_0x6bbe6);},'LgXgj':_0x517482(0x1c8),'vQvof':'pwPage','AHkne':function(_0x4a70be,_0x4ea4ca){return _0x4a70be===_0x4ea4ca;},'FhBbi':'Page','gFHzR':function(_0x27e33c,_0x558bc8,_0x14e8ae,_0x35aba2){return _0x27e33c(_0x558bc8,_0x14e8ae,_0x35aba2);},'OypqT':function(_0xd17dee,_0x2a6b89){return _0xd17dee(_0x2a6b89);},'lfNQV':_0x517482(0x22b),'LCchn':'client','vyhxT':'connection.js','WCzex':function(_0x4ec276,_0x5a9526){return _0x4ec276(_0x5a9526);},'BoyRn':_0x517482(0x1cc),'YwMCu':function(_0x333c40,_0x3cda90){return _0x333c40!=_0x3cda90;},'EpVgF':function(_0x4b8950){return _0x4b8950();},'XooAE':_0x517482(0x1a7),'QGmDN':function(_0x272afa,_0x107184){return _0x272afa(_0x107184);},'IlyMw':'dispatch','PRVDU':function(_0x40fb6b,_0x308acc){return _0x40fb6b(_0x308acc);}},_0x495b6c=this;if(!this[_0x517482(0x1c7)])try{const _0x317be9=path[_0x517482(0x1e8)](_0x46ba0a[_0x517482(0x1e6)],_0x46ba0a[_0x517482(0x1b0)],_0x46ba0a['vyhxT']),_0x1fb58b=_0x46ba0a[_0x517482(0x1ce)](importFileFromPWCore,_0x317be9);!_0x1fb58b?_0x46ba0a[_0x517482(0x19d)](debug,_0x46ba0a['BoyRn']):this[_0x517482(0x1c7)]=_0x1fb58b[_0x517482(0x1c7)];}catch(_0x3684c1){_0x46ba0a['OypqT'](debug,_0x517482(0x192)+_0x3684c1[_0x517482(0x1f9)]());}const _0x38ab30=this[_0x517482(0x1c7)];try{if(_0x46ba0a[_0x517482(0x23d)](_0x38ab30,null)){const _0x2f0922=_0x38ab30[_0x517482(0x1e2)]['dispatch'],_0x472983=_0x38ab30[_0x517482(0x1e2)]['sendMessageToServer'];_0x46ba0a['EpVgF'](isAccessibilityAutomationSession)&&Object[_0x517482(0x1d8)](_0x38ab30[_0x517482(0x1e2)],_0x46ba0a['XooAE'],{'get':function(){const _0x5d69fa=_0x517482,_0x4a1afd={'rJEUl':function(_0xdf0d58,_0x3e5e06,_0x45b79a){const _0x54c98c=a43_0x2488;return _0x46ba0a[_0x54c98c(0x206)](_0xdf0d58,_0x3e5e06,_0x45b79a);},'SobrV':_0x46ba0a['WgxEc'],'mugom':_0x46ba0a[_0x5d69fa(0x238)],'sVcYN':_0x46ba0a[_0x5d69fa(0x1e5)],'eZnrF':function(_0x14c500,_0x43220a,_0x24c0db){const _0xa90292=_0x5d69fa;return _0x46ba0a[_0xa90292(0x1b4)](_0x14c500,_0x43220a,_0x24c0db);},'cEpTJ':_0x46ba0a[_0x5d69fa(0x1d0)],'rgwfy':_0x46ba0a[_0x5d69fa(0x1ba)],'CQntB':function(_0x134aae,_0x543d4b){return _0x46ba0a['AHkne'](_0x134aae,_0x543d4b);},'Tzimu':_0x46ba0a['FhBbi'],'DdtRp':function(_0x729aaf,_0x897155,_0x4f7173,_0x2c44b9){const _0x16d9cc=_0x5d69fa;return _0x46ba0a[_0x16d9cc(0x1b8)](_0x729aaf,_0x897155,_0x4f7173,_0x2c44b9);}};return async function(){const _0x39e379=_0x5d69fa;try{if(!global[_0x39e379(0x20b)]&&global[_0x39e379(0x1b9)]&&_0x4a1afd['rJEUl'](nestedKeyValue,global[_0x39e379(0x1c8)],[_0x4a1afd[_0x39e379(0x1ff)],_0x4a1afd[_0x39e379(0x19a)],_0x4a1afd[_0x39e379(0x1d1)]])&&_0x4a1afd[_0x39e379(0x23b)](shouldScanTestForAccessibility,global[_0x39e379(0x1c8)][_0x39e379(0x226)]['testInfo'][_0x39e379(0x22f)],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger[_0x39e379(0x1f8)](_0x39e379(0x231)+arguments[0x1]),global[_0x39e379(0x20b)]=!![];const _0x51393e=_0x4a1afd[_0x39e379(0x1bf)](nestedKeyValue,global,[_0x4a1afd[_0x39e379(0x1ac)],_0x4a1afd[_0x39e379(0x22a)]]),_0x348366={};_0x348366['method']=arguments[0x1],_0x51393e&&logger[_0x39e379(0x1f8)](util['format'](await AccessibilityHelper[_0x39e379(0x214)](_0x51393e,_0x348366)));if(_0x4a1afd[_0x39e379(0x1b3)](arguments[0x0]['_type'],_0x4a1afd[_0x39e379(0x210)])&&global[_0x39e379(0x198)]){const _0xfb0025={};_0xfb0025[_0x39e379(0x21c)]=arguments[0x1],await _0x4a1afd['DdtRp'](browserStackExecuteDriver,global['__driver'],scripts['performScan'],_0xfb0025);}}}catch(_0x42930b){logger['debug'](_0x39e379(0x21d)+util[_0x39e379(0x1da)](_0x42930b));}return global[_0x39e379(0x20b)]=![],_0x472983[_0x39e379(0x1fb)](this,arguments);};}}),!_0x46ba0a['QGmDN'](isFalse,process[_0x517482(0x1db)][_0x517482(0x1b7)])&&Object[_0x517482(0x1d8)](_0x38ab30[_0x517482(0x1e2)],_0x46ba0a['IlyMw'],{'get':function(){return function _0x1dc48d(_0x2a4e1e){const _0x2741b3=a43_0x2488,_0x32ab4a=_0x2a4e1e&&_0x2a4e1e[_0x2741b3(0x1c2)]&&_0x2a4e1e['params'][_0x2741b3(0x191)];if(_0x32ab4a){const _0x280040=_0x32ab4a[_0x2741b3(0x23c)],_0x371595=_0x32ab4a['platformDetails'];_0x371595&&(_0x46ba0a[_0x2741b3(0x19d)](debug,_0x2741b3(0x1bd)+_0x371595[_0x2741b3(0x1f9)]()),_0x495b6c[_0x2741b3(0x1c1)][_0x2741b3(0x215)]=_0x371595[_0x2741b3(0x1d6)],_0x495b6c['currentSessionDetails']['platform_version']=_0x371595[_0x2741b3(0x20d)]),_0x280040&&(_0x46ba0a[_0x2741b3(0x19d)](debug,_0x2741b3(0x23f)+_0x280040),_0x495b6c['currentSessionDetails'][_0x2741b3(0x1be)]=_0x280040);}return _0x2f0922['apply'](this,arguments);};}});}}catch(_0x1bb59d){_0x46ba0a[_0x517482(0x1f4)](debug,_0x517482(0x1e1)+_0x1bb59d),_0x495b6c[_0x517482(0x1f1)]=_0x1bb59d[_0x517482(0x1f9)]();}}static[a43_0x419ce1(0x1cb)](){const _0x224aae=a43_0x419ce1,_0x200e5a={'jmaxX':function(_0x3a7fa3,_0xdaa714){return _0x3a7fa3(_0xdaa714);},'aGgbI':function(_0xbfc88e,_0x558107){return _0xbfc88e(_0x558107);},'njgAN':function(_0x17a0b6){return _0x17a0b6();},'nTddL':'lib','VzShj':_0x224aae(0x229),'CcmYK':_0x224aae(0x1dd),'DlOKn':_0x224aae(0x219),'dOpaf':function(_0x5e6f37,_0x96cf52){return _0x5e6f37(_0x96cf52);},'bpfWK':_0x224aae(0x201),'KPJou':function(_0x1d8e66,_0x5cd5f5){return _0x1d8e66(_0x5cd5f5);},'GKmeM':'Error\x20in\x20importing\x20crConnection','MhHEW':function(_0x5d6177,_0x1da439){return _0x5d6177!=_0x1da439;},'cbfTn':_0x224aae(0x221),'MSEOW':function(_0x11abea,_0x2b4a85){return _0x11abea(_0x2b4a85);}},_0x168fd7=this;if(_0x200e5a[_0x224aae(0x21f)](isAccessibilityAutomationSession)){let _0x44d206=null;try{const _0x521181=path[_0x224aae(0x1e8)](_0x200e5a[_0x224aae(0x1a5)],_0x200e5a[_0x224aae(0x237)],_0x200e5a[_0x224aae(0x1eb)],_0x200e5a[_0x224aae(0x223)]),_0x318d88=_0x200e5a[_0x224aae(0x1e0)](importFileFromPWCore,_0x521181);!_0x318d88?_0x200e5a[_0x224aae(0x205)](debug,_0x200e5a[_0x224aae(0x228)]):_0x44d206=_0x318d88[_0x224aae(0x1ef)];}catch(_0x2ddfcc){_0x200e5a[_0x224aae(0x203)](debug,_0x200e5a[_0x224aae(0x216)]);}try{if(_0x200e5a['MhHEW'](_0x44d206,null)){const _0x3fec42=_0x44d206[_0x224aae(0x1e2)][_0x224aae(0x221)];Object[_0x224aae(0x1d8)](_0x44d206[_0x224aae(0x1e2)],_0x200e5a[_0x224aae(0x1bc)],{'get':function(){const _0x33bde5={'GYWGn':function(_0x1a80d0,_0x1acb6e){return _0x200e5a['jmaxX'](_0x1a80d0,_0x1acb6e);},'IMhOG':function(_0x2a003d,_0x3b2afd){return _0x200e5a['aGgbI'](_0x2a003d,_0x3b2afd);}};return function _0x53b0ba(_0x1ee210){const _0x16d776=a43_0x2488;try{const _0x39179e=_0x1ee210[_0x16d776(0x1d9)];if(_0x39179e){delete _0x1ee210[_0x16d776(0x1d9)];const _0x4a4cec=_0x39179e[_0x16d776(0x23c)],_0x51169d=_0x39179e[_0x16d776(0x1a8)];_0x51169d&&(_0x33bde5[_0x16d776(0x1d3)](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x51169d['toString']()),_0x168fd7['currentSessionDetails'][_0x16d776(0x215)]=_0x51169d[_0x16d776(0x1d6)],_0x168fd7[_0x16d776(0x1c1)][_0x16d776(0x1cd)]=_0x51169d[_0x16d776(0x20d)]),_0x4a4cec&&(_0x33bde5[_0x16d776(0x1d3)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x4a4cec),_0x168fd7[_0x16d776(0x1c1)][_0x16d776(0x1be)]=_0x4a4cec);}}catch(_0xd06c24){_0x33bde5['IMhOG'](debug,_0x16d776(0x234)+_0xd06c24[_0x16d776(0x1f9)]());}return _0x3fec42['apply'](this,arguments);};}});}}catch(_0x41e8f6){_0x200e5a[_0x224aae(0x212)](debug,_0x224aae(0x218)+_0x41e8f6),_0x168fd7[_0x224aae(0x1f1)]=_0x41e8f6[_0x224aae(0x1f9)]();}}}static['getDetails'](){const _0x400d63=a43_0x419ce1;return this[_0x400d63(0x1c1)];}}module[a43_0x419ce1(0x1aa)]=PlaywrightSessionDetails;
1
+ const a43_0x522d3b=a43_0x543d;(function(_0x550cef,_0xb1c44d){const _0x525046=a43_0x543d,_0x289f1c=_0x550cef();while(!![]){try{const _0x18eb38=-parseInt(_0x525046(0x1f7))/0x1+-parseInt(_0x525046(0x24f))/0x2*(parseInt(_0x525046(0x1e9))/0x3)+-parseInt(_0x525046(0x1b3))/0x4+-parseInt(_0x525046(0x1c0))/0x5*(-parseInt(_0x525046(0x208))/0x6)+-parseInt(_0x525046(0x1ca))/0x7+parseInt(_0x525046(0x251))/0x8+-parseInt(_0x525046(0x24e))/0x9;if(_0x18eb38===_0xb1c44d)break;else _0x289f1c['push'](_0x289f1c['shift']());}catch(_0x44577c){_0x289f1c['push'](_0x289f1c['shift']());}}}(a43_0x1495,0x24a31));const path=require('path'),url=require('url'),util=require(a43_0x522d3b(0x1f0)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require(a43_0x522d3b(0x1fc)),{debug,getPlatformDetails}=require(a43_0x522d3b(0x1f1)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0x522d3b(0x1b2)),logger=require(a43_0x522d3b(0x1c5))[a43_0x522d3b(0x21f)],scripts=require(a43_0x522d3b(0x1d8)),{browserStackExecuteDriver}=require(a43_0x522d3b(0x1e4)),AccessibilityHelper=require(a43_0x522d3b(0x1c9)),constants=require(a43_0x522d3b(0x1bd)),getBrowserNameFromChannel=_0x237c65=>{const _0x2024b6=a43_0x522d3b,_0x1383aa={};_0x1383aa[_0x2024b6(0x224)]=_0x2024b6(0x205),_0x1383aa[_0x2024b6(0x221)]=_0x2024b6(0x1f2),_0x1383aa[_0x2024b6(0x1c1)]=_0x2024b6(0x249),_0x1383aa[_0x2024b6(0x1b5)]=_0x2024b6(0x1e2);const _0x1c9a7f=_0x1383aa;if(_0x237c65[_0x2024b6(0x258)](_0x1c9a7f[_0x2024b6(0x224)]))return _0x1c9a7f[_0x2024b6(0x224)];if(_0x237c65[_0x2024b6(0x258)](_0x1c9a7f[_0x2024b6(0x221)]))return _0x1c9a7f[_0x2024b6(0x221)];if(_0x237c65['includes'](_0x1c9a7f[_0x2024b6(0x1c1)]))return _0x1c9a7f[_0x2024b6(0x1c1)];if(_0x237c65[_0x2024b6(0x258)](_0x1c9a7f[_0x2024b6(0x1b5)]))return _0x1c9a7f['SzvAM'];},getBrowserFromWSEndpoint=_0x99b28c=>{const _0x3e9b0f=a43_0x522d3b,_0x393a5d={'ajhiq':_0x3e9b0f(0x205),'uqrAD':function(_0x1d6129,_0xb2f9e4){return _0x1d6129(_0xb2f9e4);}};try{const _0x34665a=url[_0x3e9b0f(0x261)](_0x99b28c),_0x3d81f5=new URLSearchParams(_0x34665a[_0x3e9b0f(0x22d)]),_0x3dffd9=Object[_0x3e9b0f(0x1b4)](_0x3d81f5['entries']()),_0x22d377=JSON[_0x3e9b0f(0x261)](_0x3dffd9[_0x3e9b0f(0x253)]);if(_0x22d377&&(_0x22d377[_0x3e9b0f(0x217)]||_0x22d377[_0x3e9b0f(0x242)]))return _0x22d377[_0x3e9b0f(0x217)]||_0x22d377[_0x3e9b0f(0x242)];return _0x393a5d[_0x3e9b0f(0x203)];}catch(_0x49f944){_0x393a5d[_0x3e9b0f(0x1ea)](debug,_0x3e9b0f(0x1d0)+_0x49f944[_0x3e9b0f(0x1ee)]());}},getCloudProviderFromWsEndpoint=_0x23e275=>{const _0x50795f=a43_0x522d3b,_0x5bb50e={};_0x5bb50e[_0x50795f(0x25e)]=_0x50795f(0x1f8),_0x5bb50e[_0x50795f(0x1cf)]=_0x50795f(0x209),_0x5bb50e[_0x50795f(0x1fd)]='browserstack',_0x5bb50e['xdAlr']=_0x50795f(0x20b);const _0x70ed72=_0x5bb50e;if(_0x23e275[_0x50795f(0x258)](_0x70ed72[_0x50795f(0x25e)])||_0x23e275['includes'](_0x70ed72[_0x50795f(0x1cf)]))return _0x70ed72['RgIbB'];return _0x70ed72[_0x50795f(0x212)];},a43_0x35a0ca={};function a43_0x543d(_0x493d86,_0x3735c1){const _0x1495ce=a43_0x1495();return a43_0x543d=function(_0x543d6b,_0x3c78f3){_0x543d6b=_0x543d6b-0x1b2;let _0x3e0da0=_0x1495ce[_0x543d6b];return _0x3e0da0;},a43_0x543d(_0x493d86,_0x3735c1);}a43_0x35a0ca[a43_0x522d3b(0x231)]=undefined,a43_0x35a0ca[a43_0x522d3b(0x216)]=undefined,a43_0x35a0ca[a43_0x522d3b(0x217)]=undefined,a43_0x35a0ca[a43_0x522d3b(0x20a)]=undefined,a43_0x35a0ca[a43_0x522d3b(0x23a)]=undefined,a43_0x35a0ca[a43_0x522d3b(0x21a)]=undefined,a43_0x35a0ca['product']=undefined,a43_0x35a0ca[a43_0x522d3b(0x228)]={};class PlaywrightSessionDetails{static [a43_0x522d3b(0x236)]=a43_0x35a0ca;constructor(){const _0x13877a=a43_0x522d3b,_0x24e680={};_0x24e680[_0x13877a(0x206)]=_0x13877a(0x234);const _0x33f51a=_0x24e680;throw new Error(_0x33f51a[_0x13877a(0x206)]);}static [a43_0x522d3b(0x21e)]=null;static[a43_0x522d3b(0x23e)](_0x1f486e,_0x5da241,_0x469903=null){const _0x3f0085=a43_0x522d3b,_0x253a7a={'iomca':function(_0x28a9e3,_0x14138e){return _0x28a9e3===_0x14138e;},'fRrAl':'function','Ktfqv':'Browser\x20is\x20not\x20defined\x20or\x20not\x20available','fhGZe':function(_0x23cbb1,_0x1431df){return _0x23cbb1===_0x1431df;},'SYlOQ':_0x3f0085(0x1c8),'ofXAm':'local_grid','LjQmF':function(_0x2896c0,_0x7166d7,_0x4e2864){return _0x2896c0(_0x7166d7,_0x4e2864);},'ivKFn':_0x3f0085(0x1f5),'hHfEM':_0x3f0085(0x246),'puRZW':_0x3f0085(0x256),'cnNbd':'use','WhnAQ':'connectOptions','VPiDS':function(_0x18c84a,_0x5cc702){return _0x18c84a(_0x5cc702);},'ABRdA':_0x3f0085(0x240),'aNZhx':_0x3f0085(0x1e7),'kinNr':_0x3f0085(0x254),'Dtcby':function(_0x4d6543,_0x4a6f9a){return _0x4d6543(_0x4a6f9a);},'tiINM':function(_0x15f541,_0x57f4f0){return _0x15f541+_0x57f4f0;},'udqeY':_0x3f0085(0x25a),'GdAMY':function(_0x2673ee){return _0x2673ee();},'deled':function(_0x4c55e7,_0x2e56f8,_0x1ebe4e){return _0x4c55e7(_0x2e56f8,_0x1ebe4e);},'PPCcU':_0x3f0085(0x23e)},_0x321b0f=this;return _0x253a7a[_0x3f0085(0x211)](o11yErrorHandler,async function _0x568013(_0x31e57c,_0x494677,_0x7417fa=null){const _0x1ee8c2=_0x3f0085;let _0x10af91=_0x31e57c[_0x1ee8c2(0x1be)],_0x25d65f=null;_0x31e57c&&_0x253a7a[_0x1ee8c2(0x1f4)](typeof _0x31e57c[_0x1ee8c2(0x1bf)],_0x253a7a[_0x1ee8c2(0x1d9)])?_0x25d65f=_0x31e57c[_0x1ee8c2(0x1bf)]():logger[_0x1ee8c2(0x262)](_0x253a7a[_0x1ee8c2(0x1fb)]);let _0xdcc96e=null;_0x31e57c&&_0x253a7a['fhGZe'](typeof _0x31e57c['model'],_0x253a7a[_0x1ee8c2(0x1d9)])?_0xdcc96e=_0x31e57c[_0x1ee8c2(0x223)]():logger[_0x1ee8c2(0x262)](_0x253a7a[_0x1ee8c2(0x20c)]);let _0xffc6a4=null,_0x18a86b=null,_0x2ab6f1=null,_0x38dece=_0x253a7a[_0x1ee8c2(0x21b)];if(_0x31e57c[_0x1ee8c2(0x24d)][_0x1ee8c2(0x232)]()||global[_0x1ee8c2(0x248)]){let _0x53d56e=null;_0x253a7a['LjQmF'](nestedKeyValue,_0x31e57c,[_0x253a7a[_0x1ee8c2(0x1cd)],_0x253a7a[_0x1ee8c2(0x220)]])?_0x53d56e=_0x31e57c[_0x1ee8c2(0x1f5)][_0x1ee8c2(0x246)]:_0x53d56e=_0x253a7a['LjQmF'](nestedKeyValue,_0x494677,[_0x253a7a[_0x1ee8c2(0x215)],_0x253a7a[_0x1ee8c2(0x255)],_0x253a7a[_0x1ee8c2(0x21d)]]);const _0xbabc69=_0x7417fa||_0x53d56e&&_0x53d56e[_0x1ee8c2(0x1ba)];_0xbabc69&&(_0x38dece=_0x253a7a[_0x1ee8c2(0x229)](getCloudProviderFromWsEndpoint,_0xbabc69),_0x253a7a[_0x1ee8c2(0x22b)](_0x38dece,_0x253a7a[_0x1ee8c2(0x225)])&&(_0x2ab6f1=constants[_0x1ee8c2(0x24b)][_0x1ee8c2(0x218)](_0xbabc69)?_0x253a7a[_0x1ee8c2(0x20d)]:_0x253a7a[_0x1ee8c2(0x227)],_0x10af91=_0x253a7a['VPiDS'](getBrowserFromWSEndpoint,_0xbabc69)||_0x10af91,_0xffc6a4=_0x321b0f[_0x1ee8c2(0x236)][_0x1ee8c2(0x23a)],_0x18a86b=_0x321b0f[_0x1ee8c2(0x236)][_0x1ee8c2(0x21a)]));}else{_0x494677&&_0x494677['project'][_0x1ee8c2(0x1dd)]['channel']?_0x10af91=_0x253a7a[_0x1ee8c2(0x241)](getBrowserNameFromChannel,_0x494677[_0x1ee8c2(0x256)][_0x1ee8c2(0x1dd)][_0x1ee8c2(0x1f9)]):_0x10af91=_0x253a7a[_0x1ee8c2(0x1b6)](_0x253a7a[_0x1ee8c2(0x22f)],_0x10af91[_0x1ee8c2(0x1ff)]());const _0x440e39=await _0x253a7a[_0x1ee8c2(0x204)](getPlatformDetails);_0xffc6a4=_0x440e39['platformName'],_0x18a86b=_0x440e39[_0x1ee8c2(0x25b)];}const _0x36e692={};_0x36e692[_0x1ee8c2(0x217)]=_0x10af91,_0x36e692[_0x1ee8c2(0x20a)]=_0x25d65f,_0x36e692[_0x1ee8c2(0x228)]={},_0x36e692[_0x1ee8c2(0x23a)]=_0xffc6a4,_0x36e692[_0x1ee8c2(0x21a)]=_0x18a86b,_0x36e692[_0x1ee8c2(0x1d7)]=_0x2ab6f1;const _0x4cff21=_0x36e692;_0xdcc96e&&(_0x4cff21[_0x1ee8c2(0x228)][_0x1ee8c2(0x230)]=_0xdcc96e);const _0x6dadd0={};_0x6dadd0[_0x1ee8c2(0x231)]=_0x38dece,_0x321b0f[_0x1ee8c2(0x236)]=Object[_0x1ee8c2(0x1d4)]({},_0x321b0f[_0x1ee8c2(0x236)],_0x6dadd0,_0x4cff21);},_0x253a7a[_0x3f0085(0x22e)])(_0x1f486e,_0x5da241,_0x469903);}static['patch'](){const _0x217648=a43_0x522d3b;this[_0x217648(0x245)](),this['patchCRConnection']();}static[a43_0x522d3b(0x245)](){const _0x21314b=a43_0x522d3b,_0x40ca99={'sIJYH':function(_0x2257a7,_0x4ca33d,_0x11592b){return _0x2257a7(_0x4ca33d,_0x11592b);},'qxryN':_0x21314b(0x24c),'VauyZ':_0x21314b(0x1bc),'EjtmY':_0x21314b(0x247),'HlJKY':function(_0x2c4632,_0x59a126,_0x473ecf){return _0x2c4632(_0x59a126,_0x473ecf);},'BDSXn':_0x21314b(0x1d6),'gtewO':_0x21314b(0x1dc),'RIooe':function(_0xdfa14c,_0x280013){return _0xdfa14c===_0x280013;},'iqNlS':_0x21314b(0x260),'WcbNg':function(_0x4b3871,_0x465783,_0xd67493,_0x5a669f){return _0x4b3871(_0x465783,_0xd67493,_0x5a669f);},'iqGIM':function(_0x4f7252,_0x4ca5ec){return _0x4f7252(_0x4ca5ec);},'AbgXP':_0x21314b(0x23b),'BNnvN':_0x21314b(0x25c),'wruNo':_0x21314b(0x22c),'UMHBQ':'Not\x20able\x20to\x20import\x20Connection','hWamd':function(_0x18d06a,_0x3810a3){return _0x18d06a!=_0x3810a3;},'bMycE':function(_0x4cc685){return _0x4cc685();},'DLpXZ':_0x21314b(0x1e3),'JjFWb':function(_0x178a37,_0x57d308){return _0x178a37(_0x57d308);},'BfPlf':'dispatch'},_0x2fef71=this;if(!this['Connection'])try{const _0x45e336=path[_0x21314b(0x21c)](_0x40ca99['AbgXP'],_0x40ca99['BNnvN'],_0x40ca99[_0x21314b(0x25f)]),_0x418b70=_0x40ca99['iqGIM'](importFileFromPWCore,_0x45e336);!_0x418b70?_0x40ca99['iqGIM'](debug,_0x40ca99['UMHBQ']):this[_0x21314b(0x1fe)]=_0x418b70[_0x21314b(0x1fe)];}catch(_0x44fd12){_0x40ca99[_0x21314b(0x1b7)](debug,'Error\x20in\x20importing\x20connection\x20'+_0x44fd12[_0x21314b(0x1ee)]());}const _0xfd0bde=this[_0x21314b(0x1fe)];try{if(_0x40ca99[_0x21314b(0x1ce)](_0xfd0bde,null)){const _0x472ca7=_0xfd0bde[_0x21314b(0x239)]['dispatch'],_0x3b2b28=_0xfd0bde['prototype'][_0x21314b(0x1e3)];_0x40ca99[_0x21314b(0x1df)](isAccessibilityAutomationSession)&&Object[_0x21314b(0x25d)](_0xfd0bde['prototype'],_0x40ca99[_0x21314b(0x1d1)],{'get':function(){return async function(){const _0x4a3ca6=a43_0x543d;try{if(!global[_0x4a3ca6(0x1eb)]&&global[_0x4a3ca6(0x248)]&&_0x40ca99[_0x4a3ca6(0x257)](nestedKeyValue,global[_0x4a3ca6(0x1d6)],[_0x40ca99[_0x4a3ca6(0x1cb)],_0x40ca99[_0x4a3ca6(0x1d2)],_0x40ca99[_0x4a3ca6(0x213)]])&&_0x40ca99[_0x4a3ca6(0x207)](shouldScanTestForAccessibility,global[_0x4a3ca6(0x1d6)]['currentTest'][_0x4a3ca6(0x1bc)][_0x4a3ca6(0x247)],!![])&&scripts[_0x4a3ca6(0x252)](arguments[0x1])){logger[_0x4a3ca6(0x262)]('Performing\x20scan\x20for\x20'+arguments[0x1]),global[_0x4a3ca6(0x1eb)]=!![];const _0x50be33=_0x40ca99[_0x4a3ca6(0x207)](nestedKeyValue,global,[_0x40ca99[_0x4a3ca6(0x24a)],_0x40ca99[_0x4a3ca6(0x1da)]]),_0x74c882={};_0x74c882['method']=arguments[0x1],_0x50be33&&logger[_0x4a3ca6(0x262)](util[_0x4a3ca6(0x1c7)](await AccessibilityHelper[_0x4a3ca6(0x1b8)](_0x50be33,_0x74c882)));if(_0x40ca99[_0x4a3ca6(0x23d)](arguments[0x0][_0x4a3ca6(0x22a)],_0x40ca99[_0x4a3ca6(0x243)])&&global['__driver']){const _0x537173={};_0x537173[_0x4a3ca6(0x20e)]=arguments[0x1],await _0x40ca99[_0x4a3ca6(0x238)](browserStackExecuteDriver,global[_0x4a3ca6(0x1fa)],scripts[_0x4a3ca6(0x1b8)],_0x537173);}}}catch(_0x33e163){logger[_0x4a3ca6(0x262)](_0x4a3ca6(0x201)+util[_0x4a3ca6(0x1c7)](_0x33e163));}return global['bstackPerformA11yScan']=![],_0x3b2b28['apply'](this,arguments);};}}),!_0x40ca99[_0x21314b(0x214)](isFalse,process[_0x21314b(0x1c2)][_0x21314b(0x219)])&&Object[_0x21314b(0x25d)](_0xfd0bde[_0x21314b(0x239)],_0x40ca99['BfPlf'],{'get':function(){const _0x5a9367={'AMTym':function(_0x3f0af0,_0x3e65e6){const _0x1d6034=a43_0x543d;return _0x40ca99[_0x1d6034(0x1b7)](_0x3f0af0,_0x3e65e6);},'lgnCc':function(_0x5015b3,_0x283ff9){const _0x5f1773=a43_0x543d;return _0x40ca99[_0x5f1773(0x1b7)](_0x5015b3,_0x283ff9);}};return function _0x3936b7(_0x4dbcd7){const _0x24c417=a43_0x543d,_0x58ce27=_0x4dbcd7&&_0x4dbcd7[_0x24c417(0x1f3)]&&_0x4dbcd7[_0x24c417(0x1f3)][_0x24c417(0x1ef)];if(_0x58ce27){const _0x2fb4ce=_0x58ce27[_0x24c417(0x259)],_0x4ea783=_0x58ce27[_0x24c417(0x233)];_0x4ea783&&(_0x5a9367[_0x24c417(0x222)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x4ea783[_0x24c417(0x1ee)]()),_0x2fef71[_0x24c417(0x236)][_0x24c417(0x23a)]=_0x4ea783[_0x24c417(0x1d5)],_0x2fef71[_0x24c417(0x236)]['platform_version']=_0x4ea783['platformVersion']),_0x2fb4ce&&(_0x5a9367[_0x24c417(0x23c)](debug,_0x24c417(0x23f)+_0x2fb4ce),_0x2fef71[_0x24c417(0x236)]['bsSessionId']=_0x2fb4ce);}return _0x472ca7[_0x24c417(0x202)](this,arguments);};}});}}catch(_0x37dbfc){_0x40ca99[_0x21314b(0x214)](debug,'Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20'+_0x37dbfc),_0x2fef71[_0x21314b(0x21e)]=_0x37dbfc[_0x21314b(0x1ee)]();}}static[a43_0x522d3b(0x250)](){const _0x999cc3=a43_0x522d3b,_0x11a398={'UokqV':function(_0x5a9efa,_0x44b67a){return _0x5a9efa(_0x44b67a);},'KQUYR':function(_0x280a6f,_0x179c2e){return _0x280a6f(_0x179c2e);},'zcvMR':function(_0x28bc98){return _0x28bc98();},'MSKUR':_0x999cc3(0x23b),'gwOtf':_0x999cc3(0x20f),'guNhp':_0x999cc3(0x1ec),'HhJtr':_0x999cc3(0x1db),'doGcy':function(_0x15c53d,_0x32928c){return _0x15c53d(_0x32928c);},'UFatG':_0x999cc3(0x210),'RrlYz':_0x999cc3(0x200),'Iravy':function(_0x357f64,_0x3d1465){return _0x357f64!=_0x3d1465;},'rESjC':_0x999cc3(0x1e1)},_0x212f3f=this;if(_0x11a398[_0x999cc3(0x1cc)](isAccessibilityAutomationSession)){let _0x12eac9=null;try{const _0x3168b4=path[_0x999cc3(0x21c)](_0x11a398[_0x999cc3(0x1bb)],_0x11a398[_0x999cc3(0x1e8)],_0x11a398[_0x999cc3(0x1c4)],_0x11a398[_0x999cc3(0x1c6)]),_0x1086f2=_0x11a398[_0x999cc3(0x1e6)](importFileFromPWCore,_0x3168b4);!_0x1086f2?_0x11a398['doGcy'](debug,_0x11a398[_0x999cc3(0x1ed)]):_0x12eac9=_0x1086f2['CRConnection'];}catch(_0x3231c9){_0x11a398[_0x999cc3(0x226)](debug,_0x11a398[_0x999cc3(0x1f6)]);}try{if(_0x11a398[_0x999cc3(0x237)](_0x12eac9,null)){const _0x42b045=_0x12eac9['prototype'][_0x999cc3(0x1e1)];Object[_0x999cc3(0x25d)](_0x12eac9[_0x999cc3(0x239)],_0x11a398['rESjC'],{'get':function(){const _0xdb5ce={'LhMlw':function(_0x45e4dc,_0x27b280){return _0x11a398['UokqV'](_0x45e4dc,_0x27b280);},'cbYly':function(_0x28606c,_0x9b2962){const _0x112098=a43_0x543d;return _0x11a398[_0x112098(0x1e5)](_0x28606c,_0x9b2962);}};return function _0x399848(_0x2773ee){const _0x2f9b1b=a43_0x543d;try{const _0x4cc5dd=_0x2773ee['bStackParams'];if(_0x4cc5dd){delete _0x2773ee['bStackParams'];const _0x338476=_0x4cc5dd[_0x2f9b1b(0x259)],_0x45e923=_0x4cc5dd[_0x2f9b1b(0x233)];_0x45e923&&(_0xdb5ce[_0x2f9b1b(0x1b9)](debug,_0x2f9b1b(0x1c3)+_0x45e923['toString']()),_0x212f3f[_0x2f9b1b(0x236)][_0x2f9b1b(0x23a)]=_0x45e923[_0x2f9b1b(0x1d5)],_0x212f3f[_0x2f9b1b(0x236)][_0x2f9b1b(0x21a)]=_0x45e923[_0x2f9b1b(0x25b)]),_0x338476&&(_0xdb5ce[_0x2f9b1b(0x1d3)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x338476),_0x212f3f[_0x2f9b1b(0x236)][_0x2f9b1b(0x216)]=_0x338476);}}catch(_0x5922ad){_0xdb5ce['LhMlw'](debug,_0x2f9b1b(0x1e0)+_0x5922ad['toString']());}return _0x42b045[_0x2f9b1b(0x202)](this,arguments);};}});}}catch(_0x47d035){_0x11a398['doGcy'](debug,_0x999cc3(0x244)+_0x47d035),_0x212f3f[_0x999cc3(0x21e)]=_0x47d035[_0x999cc3(0x1ee)]();}}}static[a43_0x522d3b(0x1de)](){const _0x34a97d=a43_0x522d3b;return this[_0x34a97d(0x236)];}}module[a43_0x522d3b(0x235)]=PlaywrightSessionDetails;function a43_0x1495(){const _0x9d58a5=['format','Device\x20Model\x20is\x20not\x20available','./accessibility-helper','1310652yDCEOu','qxryN','zcvMR','ivKFn','hWamd','zNWvY','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','DLpXZ','VauyZ','cbYly','assign','platformName','__workerDetails','product','../../helpers/accessibility-automation/scripts','fRrAl','gtewO','crConnection.js','pwPage','use','getDetails','bMycE','Error\x20in\x20finding\x20platform\x20details\x20','_onMessage','safari','sendMessageToServer','../../bin/playwright/accessibility-helper','KQUYR','UokqV','turboscale','gwOtf','15BPZrgD','uqrAD','bstackPerformA11yScan','chromium','UFatG','toString','bsParams','util','../../helpers/test-observability/utils','edge','params','iomca','_browserType','RrlYz','51143qZqzQl','browserstack.com','channel','__driver','Ktfqv','../../helpers/test-observability/error-handler','RgIbB','Connection','toLowerCase','Error\x20in\x20importing\x20crConnection','Failed\x20to\x20perform\x20scan\x20','apply','ajhiq','GdAMY','chrome','asgGZ','HlJKY','6iFUhZJ','browserstack-ats.com','browser_version','unknown_grid','SYlOQ','aNZhx','method','server','Not\x20able\x20to\x20import\x20crConnection','deled','xdAlr','EjtmY','JjFWb','puRZW','bsSessionId','browser','test','BROWSERSTACK_TEST_OBSERVABILITY','platform_version','ofXAm','join','WhnAQ','sessionError','winstonLogger','hHfEM','wlFAw','AMTym','model','Svaew','ABRdA','doGcy','kinNr','capabilities','VPiDS','_type','fhGZe','connection.js','query','PPCcU','udqeY','deviceModel','cloudProvider','isRemote','platformDetails','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','exports','currentSessionDetails','Iravy','WcbNg','prototype','platform','lib','lgnCc','RIooe','setupBrowserDetails','Setting\x20session\x20id\x20received\x20from\x20BS\x20','browserstack','Dtcby','browserName','iqNlS','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','patchConnection','_defaultConnectOptions','titlePath','accessibilityPlatform','firefox','BDSXn','ATS_WSS_URL_REGEX','currentTest','_connection','340164QZvOlW','43114OFIFnf','patchCRConnection','2254248xpSCLz','shouldWrapCommand','caps','automate','cnNbd','project','sIJYH','includes','sessionId','playwright-','platformVersion','client','defineProperty','ZuPpp','wruNo','Page','parse','debug','../../helpers/accessibility-automation/helper','151608qlHLZy','fromEntries','SzvAM','tiINM','iqGIM','performScan','LhMlw','wsEndpoint','MSKUR','testInfo','../utils/constants','_name','version','1450730uxYAAA','XAsEN','env','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','guNhp','../../helpers/logger','HhJtr'];a43_0x1495=function(){return _0x9d58a5;};return a43_0x1495();}
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a44_0x49014d=a44_0x3675;(function(_0x4449d3,_0xc51b2){const _0x294590=a44_0x3675,_0x148a13=_0x4449d3();while(!![]){try{const _0x44cedb=parseInt(_0x294590(0xc3))/0x1*(parseInt(_0x294590(0xc2))/0x2)+-parseInt(_0x294590(0x11f))/0x3*(parseInt(_0x294590(0xd3))/0x4)+-parseInt(_0x294590(0xce))/0x5+-parseInt(_0x294590(0xf0))/0x6*(parseInt(_0x294590(0xd4))/0x7)+-parseInt(_0x294590(0x118))/0x8+parseInt(_0x294590(0x130))/0x9+parseInt(_0x294590(0xca))/0xa;if(_0x44cedb===_0xc51b2)break;else _0x148a13['push'](_0x148a13['shift']());}catch(_0x449194){_0x148a13['push'](_0x148a13['shift']());}}}(a44_0x2d31,0x5c9bf));function a44_0x3675(_0x416802,_0xca4a31){const _0x2d310f=a44_0x2d31();return a44_0x3675=function(_0x3675d2,_0x5adb9e){_0x3675d2=_0x3675d2-0xba;let _0x29434d=_0x2d310f[_0x3675d2];return _0x29434d;},a44_0x3675(_0x416802,_0xca4a31);}const fs=require('fs'),path=require(a44_0x49014d(0xd2)),util=require(a44_0x49014d(0x102)),{requireModule}=require('../helpers/helper'),PerformanceTester=require(a44_0x49014d(0xf9)),PerformanceEvents=require(a44_0x49014d(0x106))[a44_0x49014d(0xc9)],helper=require(a44_0x49014d(0xf7)),utilities=require('../helpers/utilities'),runIntegrations=require(a44_0x49014d(0x109)),yargs=require(a44_0x49014d(0x131)),Constants=require(a44_0x49014d(0xd0)),logger=require(a44_0x49014d(0xdc))[a44_0x49014d(0xc4)],origArgs=Object[a44_0x49014d(0x111)]([],process[a44_0x49014d(0xea)]),captureError=async(_0x12c654,_0x3bccef,_0x11cdad=null)=>{const _0x44f259=a44_0x49014d,_0x49291f={'mmPWA':function(_0x6a1cd3,_0x384907,_0xdb3102){return _0x6a1cd3(_0x384907,_0xdb3102);},'nxeDE':_0x44f259(0xd8)};try{logger[_0x44f259(0xed)](_0x44f259(0x12e)+origArgs[_0x44f259(0xcb)]('\x20')),await _0x49291f['mmPWA'](_0x12c654,_0x3bccef,_0x11cdad);}catch(_0x5ddc48){process[_0x44f259(0xe9)]=0x1,logger['error'](util[_0x44f259(0x12c)](_0x5ddc48));const _0x69415a={};_0x69415a[_0x44f259(0x132)]=_0x5ddc48[_0x44f259(0xfc)];const _0x45306f=_0x69415a;PerformanceTester[_0x44f259(0x133)](PerformanceEvents[_0x44f259(0xe6)],![],util[_0x44f259(0x12c)](_0x5ddc48));if(helper['isUndefined'](global['config'])&&helper[_0x44f259(0xbe)](global['framework']))return;try{utilities[_0x44f259(0xd1)](_0x49291f[_0x44f259(0x12f)],_0x45306f,global[_0x44f259(0x110)],global['framework']);}catch(_0x4059e0){logger[_0x44f259(0x108)](_0x44f259(0x11a)+_0x4059e0['stack']);}PerformanceTester['end'](PerformanceEvents[_0x44f259(0xe6)],![],util[_0x44f259(0x12c)](_0x5ddc48));}finally{PerformanceTester[_0x44f259(0x11e)](PerformanceEvents['SDK_CLEANUP']);}};try{const browserstackFolderPath=path['join'](helper[a44_0x49014d(0xda)](),a44_0x49014d(0x10e));if(fs[a44_0x49014d(0x120)](browserstackFolderPath)){const filePath=path[a44_0x49014d(0xcb)](browserstackFolderPath,a44_0x49014d(0x101));fs[a44_0x49014d(0x120)](filePath)&&fs['unlinkSync'](filePath);}}catch(a44_0x3bbf52){logger[a44_0x49014d(0x108)](a44_0x49014d(0xee)+a44_0x3bbf52[a44_0x49014d(0xfc)]);}function a44_0x2d31(){const _0x4cfed4=['./integrations/command','--opts','dot-notation','tveAd','--package','.browserstack','setBrowserStackAutomationDisable','config','assign','HST','--mochaRequire','xVTtJ','jest','VERSION','./codeceptjs/command','2025416dmaHJz','blrTv','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','qsuqR','slice','integrations','start','3XGHiST','existsSync','./nightwatch/command','./playwright/command','error','cvcEe','--no-opts','--no-package','IZDgf','WsBDT','./jest/command','../../ats/src/index','--config','format','jMLsx','Running\x20SDK\x20with\x20args\x20','nxeDE','351423tAAiQS','yargs','globalException','end','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','PLAYWRIGHT','alias','ivmbL','isUndefined','INFO','includes','startMonitoring','12PYkgpR','24859MvMEge','winstonLogger','Osjtn','JEST','./cucumber-js/command','CLXnh','EVENTS','21274540gNlJJl','join','version','ats','3411945XfFKcr','SFoxw','./utils/constants','fireFunnelTestEvent','path','2689948DukImu','10213slipsq','command','./vanilla-js/command','help','SDKTestSuccessful','showHelpOnFail','homedir','mocha/lib/cli/commands.js','../helpers/logger','cucumber-js','push','./mocha/command','parserConfiguration','nrnGJ','setTestObservabilityDisable','CUCUMBER','Parsing\x20command\x20line\x20arguements','gsxOs','SDK_SETUP','mocha','INTEGRATIONS','exitCode','argv','tVagS','--no-config','info','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','xQZxX','1350iVmROV','SLieY','HELP','findAndReplace','handler','DXAIO','nightwatch','../helpers/helper','VANILLA','../helpers/performance/performance-tester','yLUFy','Nwulf','message','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','run','zHQsV','NIGHTWATCH','.local-not-set.json','util','StHgG','wrap','mocha/lib/cli/run.js','../helpers/performance/constants','playwright','debug'];a44_0x2d31=function(){return _0x4cfed4;};return a44_0x2d31();}process['argv'][a44_0x49014d(0xc0)](a44_0x49014d(0xe7))&&(!process[a44_0x49014d(0xea)][a44_0x49014d(0xc0)](a44_0x49014d(0x10a))&&process[a44_0x49014d(0xea)][a44_0x49014d(0xde)](a44_0x49014d(0x125)),!process['argv']['find'](_0x4ff448=>_0x4ff448[a44_0x49014d(0xc0)](a44_0x49014d(0x12b)))&&process[a44_0x49014d(0xea)][a44_0x49014d(0xde)](a44_0x49014d(0xec)),!process[a44_0x49014d(0xea)][a44_0x49014d(0xc0)](a44_0x49014d(0x10d))&&process[a44_0x49014d(0xea)][a44_0x49014d(0xde)](a44_0x49014d(0x126)),helper[a44_0x49014d(0xf3)](process[a44_0x49014d(0xea)],'--require',a44_0x49014d(0x113)));PerformanceTester[a44_0x49014d(0xc1)](),PerformanceTester['start'](PerformanceEvents['SDK_SETUP']);const a44_0x57bda6={};a44_0x57bda6[a44_0x49014d(0x10b)]=![];const argv=yargs[a44_0x49014d(0xe0)](a44_0x57bda6)['usage']('usage:\x20$0\x20<command>\x20[args]')[a44_0x49014d(0xbc)]('v',a44_0x49014d(0xcc))['describe']('v')['alias']('h',a44_0x49014d(0xd7))[a44_0x49014d(0xd7)](a44_0x49014d(0xd7))[a44_0x49014d(0xd9)](!![],Constants[a44_0x49014d(0x116)][a44_0x49014d(0xf2)])[a44_0x49014d(0xd5)](a44_0x49014d(0x115),Constants[a44_0x49014d(0xc6)][a44_0x49014d(0xbf)],function(_0x5853bb){const _0x775222=a44_0x49014d,_0x383334={'jMLsx':function(_0x343825,_0x42a1c2,_0x2e0973,_0x5d93f2){return _0x343825(_0x42a1c2,_0x2e0973,_0x5d93f2);},'qsuqR':function(_0xc63ef6,_0x252133){return _0xc63ef6(_0x252133);},'cvcEe':_0x775222(0x129)};helper[_0x775222(0xe2)](),helper[_0x775222(0x10f)]();const _0x55d0cd=process[_0x775222(0xea)][_0x775222(0x11c)](0x2);return _0x383334[_0x775222(0x12d)](captureError,_0x383334[_0x775222(0x11b)](require,_0x383334[_0x775222(0x124)]),_0x5853bb[_0x775222(0xea)],_0x55d0cd);})['command'](a44_0x49014d(0xe7),Constants['MOCHA'][a44_0x49014d(0xbf)],_0x50a089=>{const _0x146184=a44_0x49014d,_0x15e8ea={'WsBDT':function(_0x30fc2d,_0x112458,_0x5c3251){return _0x30fc2d(_0x112458,_0x5c3251);},'kKgPl':function(_0x42a1a7,_0x27bb0c){return _0x42a1a7(_0x27bb0c);},'xVTtJ':_0x146184(0xdf),'tveAd':_0x146184(0xe4),'nrnGJ':_0x146184(0x105),'zHQsV':_0x146184(0xe7),'ROmZR':_0x146184(0xdb),'wNcrB':function(_0x538a8c,_0xd75771,_0x1b0416){return _0x538a8c(_0xd75771,_0x1b0416);},'BsKqM':'mocha/lib/cli/cli.js','Osjtn':function(_0x463af6){return _0x463af6();}};logger[_0x146184(0x108)](_0x15e8ea[_0x146184(0x10c)]);const _0xff57a8=_0x15e8ea[_0x146184(0x128)](requireModule,_0x15e8ea[_0x146184(0xe1)],_0x15e8ea[_0x146184(0xff)]),_0x2b6a61=_0x15e8ea['WsBDT'](requireModule,_0x15e8ea['ROmZR'],_0x15e8ea[_0x146184(0xff)]);process[_0x146184(0xea)]=process['argv']['slice'](0x1),delete _0xff57a8[_0x146184(0xf4)],_0xff57a8[_0x146184(0xf4)]=function(_0xdaed47){const _0x516516=_0x146184;return _0x15e8ea[_0x516516(0x128)](captureError,_0x15e8ea['kKgPl'](require,_0x15e8ea[_0x516516(0x114)]),_0xdaed47);},_0x2b6a61[_0x146184(0xfe)]=_0xff57a8;const {main:_0x312d7c}=_0x15e8ea['wNcrB'](requireModule,_0x15e8ea['BsKqM'],_0x15e8ea[_0x146184(0xff)]);_0x15e8ea[_0x146184(0xc5)](_0x312d7c);})['command'](a44_0x49014d(0xdd),Constants[a44_0x49014d(0xe3)][a44_0x49014d(0xbf)],function(_0x149c6f){const _0x3bfc81=a44_0x49014d,_0x3c9fac={'GdtiV':function(_0x529295,_0x29eefd,_0x260fed,_0xc43061){return _0x529295(_0x29eefd,_0x260fed,_0xc43061);},'ivmbL':function(_0x4852ec,_0x3434ea){return _0x4852ec(_0x3434ea);},'yLUFy':_0x3bfc81(0xc7)},_0x3f3ecf=process[_0x3bfc81(0xea)][_0x3bfc81(0x11c)](0x2);return _0x3c9fac['GdtiV'](captureError,_0x3c9fac[_0x3bfc81(0xbd)](require,_0x3c9fac[_0x3bfc81(0xfa)]),_0x149c6f[_0x3bfc81(0xea)],_0x3f3ecf);})[a44_0x49014d(0xd5)]('node',Constants[a44_0x49014d(0xf8)][a44_0x49014d(0xbf)],function(_0x47dff2){const _0x3cd63c=a44_0x49014d,_0x14c6d3={'Rgwhy':function(_0x2470a6,_0x32d9ea,_0x475397,_0x130513){return _0x2470a6(_0x32d9ea,_0x475397,_0x130513);},'blrTv':function(_0x5ad7f8,_0xf6060c){return _0x5ad7f8(_0xf6060c);},'SFoxw':_0x3cd63c(0xd6)},_0x1439eb=process[_0x3cd63c(0xea)][_0x3cd63c(0x11c)](0x2);return _0x14c6d3['Rgwhy'](captureError,_0x14c6d3[_0x3cd63c(0x119)](require,_0x14c6d3[_0x3cd63c(0xcf)]),_0x47dff2['argv'],_0x1439eb);})[a44_0x49014d(0xd5)](a44_0x49014d(0xf6),Constants[a44_0x49014d(0x100)]['INFO'],function(_0x13a56f){const _0x4448a1=a44_0x49014d,_0x13d05a={'xQZxX':function(_0x2e8a7,_0xcb40f5,_0x190eb3,_0x5200bc){return _0x2e8a7(_0xcb40f5,_0x190eb3,_0x5200bc);},'gsxOs':function(_0x2c391c,_0x35f0ea){return _0x2c391c(_0x35f0ea);},'DSMUs':_0x4448a1(0x121)},_0x324e98=process['argv'][_0x4448a1(0x11c)](0x2);return _0x13d05a[_0x4448a1(0xef)](captureError,_0x13d05a[_0x4448a1(0xe5)](require,_0x13d05a['DSMUs']),_0x13a56f['argv'],_0x324e98);})[a44_0x49014d(0xd5)]('codeceptjs',Constants['CODECEPTJS'][a44_0x49014d(0xbf)],function(_0x129ca2){const _0x5c41ff=a44_0x49014d,_0x526ffe={'OpOSz':function(_0x200903,_0x395e7f,_0x21a57f,_0x3ec990){return _0x200903(_0x395e7f,_0x21a57f,_0x3ec990);},'uapKE':function(_0x1869d0,_0xf4f4d){return _0x1869d0(_0xf4f4d);},'CLXnh':_0x5c41ff(0x117)},_0x26b5bd=process[_0x5c41ff(0xea)]['slice'](0x2);return _0x526ffe['OpOSz'](captureError,_0x526ffe['uapKE'](require,_0x526ffe[_0x5c41ff(0xc8)]),_0x129ca2[_0x5c41ff(0xea)],_0x26b5bd);})[a44_0x49014d(0xd5)]('ats',Constants[a44_0x49014d(0x112)]['INFO'],function(_0x5c33f6){const _0x3950bc=a44_0x49014d,_0x2c6428={'StHgG':function(_0x329944,_0x59a0e9,_0x132463){return _0x329944(_0x59a0e9,_0x132463);},'DXAIO':function(_0x4a69ba,_0x11fb01){return _0x4a69ba(_0x11fb01);},'tVagS':_0x3950bc(0x12a)},_0x9010d5=process[_0x3950bc(0xea)][_0x3950bc(0x11c)](0x2);return _0x2c6428[_0x3950bc(0x103)](captureError,_0x2c6428[_0x3950bc(0xf5)](require,_0x2c6428[_0x3950bc(0xeb)]),_0x5c33f6);})[a44_0x49014d(0xd5)](a44_0x49014d(0x11d),Constants[a44_0x49014d(0xe8)][a44_0x49014d(0xbf)],function(_0x52e237){const _0x2620a6=a44_0x49014d,_0x57a66c={'IZDgf':function(_0x2ae5d5,_0x321fc8){return _0x2ae5d5(_0x321fc8);}};return _0x57a66c[_0x2620a6(0x127)](runIntegrations,_0x52e237);})[a44_0x49014d(0xd5)](a44_0x49014d(0x107),Constants[a44_0x49014d(0xbb)]['INFO'],function(_0x35b40a){const _0x3283aa=a44_0x49014d,_0x2cb8bf={'flxXB':function(_0x203927,_0x5f2b1a,_0x16750a,_0x51a06d){return _0x203927(_0x5f2b1a,_0x16750a,_0x51a06d);},'Nwulf':function(_0x165b30,_0x424b5d){return _0x165b30(_0x424b5d);},'SLieY':_0x3283aa(0x122)},_0x3dcd00=process[_0x3283aa(0xea)][_0x3283aa(0x11c)](0x2);return _0x2cb8bf['flxXB'](captureError,_0x2cb8bf[_0x3283aa(0xfb)](require,_0x2cb8bf[_0x3283aa(0xf1)]),_0x35b40a['argv'],_0x3dcd00);})['demandCommand'](0x1,a44_0x49014d(0xfd))[a44_0x49014d(0x104)](null)[a44_0x49014d(0xea)];!helper[a44_0x49014d(0xbe)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x49014d(0xcd)&&console[a44_0x49014d(0x123)](a44_0x49014d(0xba));
2
+ 'use strict';const a44_0x147972=a44_0xf0cb;(function(_0x480ecb,_0x2233a6){const _0xeeab75=a44_0xf0cb,_0x409edb=_0x480ecb();while(!![]){try{const _0x3bac04=-parseInt(_0xeeab75(0x22e))/0x1*(-parseInt(_0xeeab75(0x221))/0x2)+parseInt(_0xeeab75(0x241))/0x3*(-parseInt(_0xeeab75(0x224))/0x4)+-parseInt(_0xeeab75(0x211))/0x5*(-parseInt(_0xeeab75(0x1dd))/0x6)+-parseInt(_0xeeab75(0x206))/0x7+-parseInt(_0xeeab75(0x249))/0x8*(-parseInt(_0xeeab75(0x1fa))/0x9)+parseInt(_0xeeab75(0x1f5))/0xa*(parseInt(_0xeeab75(0x1fc))/0xb)+parseInt(_0xeeab75(0x208))/0xc*(-parseInt(_0xeeab75(0x1f9))/0xd);if(_0x3bac04===_0x2233a6)break;else _0x409edb['push'](_0x409edb['shift']());}catch(_0x915d59){_0x409edb['push'](_0x409edb['shift']());}}}(a44_0x4436,0x27fcf));function a44_0xf0cb(_0x468fe6,_0xf174e4){const _0x44368b=a44_0x4436();return a44_0xf0cb=function(_0xf0cbb2,_0x17266d){_0xf0cbb2=_0xf0cbb2-0x1d8;let _0x2f2ddb=_0x44368b[_0xf0cbb2];return _0x2f2ddb;},a44_0xf0cb(_0x468fe6,_0xf174e4);}function a44_0x4436(){const _0x16e7b3=['Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','../helpers/performance/constants','9omENrq','Running\x20SDK\x20with\x20args\x20','argv','push','jest','vONRf','mocha/lib/cli/cli.js','codeceptjs','8ZKdjGM','handler','./nightwatch/command','./playwright/command','homedir','VeKeg','LzpKu','showHelpOnFail','cucumber-js','18BECYVi','framework','../helpers/utilities','BXyCo','ECodx','debug','ats','startMonitoring','JEST','isUndefined','niCQR','start','./utils/constants','dAMJu','--no-package','join','yargs','QhGFv','node','usage:\x20$0\x20<command>\x20[args]','find','--package','../helpers/helper','NIGHTWATCH','80jtuNxV','../helpers/performance/performance-tester','SDKTestSuccessful','end','91aJrybq','91215lEzGTi','INFO','46805dVfBJt','mocha/lib/cli/run.js','dbrnw','PLAYWRIGHT','--mochaRequire','run','--opts','globalException','dot-notation','BNPRA','643685yxzHkd','efAeB','241188AGKCBg','SDK_CLEANUP','command','./cucumber-js/command','msoJP','./jest/command','wwjyV','info','mocha/lib/cli/commands.js','519410fObQTo','../helpers/logger','VERSION','nightwatch','VANILLA','./vanilla-js/command','zLArd','format','YrPay','message','assign','help','--require','HST','IkCFq','mocha','63098hnDGzb','EfNSb','../../ats/src/index','240300yHqdmh','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','version','existsSync','MOCHA','ThlMs','omsFS','IhoNN','./mocha/command','path','7MxIwwD','wrap','fireFunnelTestEvent','.browserstack','NCoCp','HtnNu','CUCUMBER','./codeceptjs/command','includes','error','SDK_SETUP','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','slice','unlinkSync','parserConfiguration','integrations','pLEcs'];a44_0x4436=function(){return _0x16e7b3;};return a44_0x4436();}const fs=require('fs'),path=require(a44_0x147972(0x22d)),util=require('util'),{requireModule}=require(a44_0x147972(0x1f3)),PerformanceTester=require(a44_0x147972(0x1f6)),PerformanceEvents=require(a44_0x147972(0x240))['EVENTS'],helper=require(a44_0x147972(0x1f3)),utilities=require(a44_0x147972(0x1df)),runIntegrations=require('./integrations/command'),yargs=require(a44_0x147972(0x1ed)),Constants=require(a44_0x147972(0x1e9)),logger=require(a44_0x147972(0x212))['winstonLogger'],origArgs=Object[a44_0x147972(0x21b)]([],process[a44_0x147972(0x243)]),captureError=async(_0x9a0ea5,_0x300ab3,_0x4a2fdb=null)=>{const _0x45ad14=a44_0x147972,_0x29c4b6={'KKFpx':function(_0xb0de70,_0xba1fcf,_0x219f6d){return _0xb0de70(_0xba1fcf,_0x219f6d);},'BdoQX':_0x45ad14(0x1f7)};try{logger[_0x45ad14(0x20f)](_0x45ad14(0x242)+origArgs[_0x45ad14(0x1ec)]('\x20')),await _0x29c4b6['KKFpx'](_0x9a0ea5,_0x300ab3,_0x4a2fdb);}catch(_0x3866e1){process['exitCode']=0x1,logger[_0x45ad14(0x237)](util[_0x45ad14(0x218)](_0x3866e1));const _0x51bb27={};_0x51bb27[_0x45ad14(0x203)]=_0x3866e1['message'];const _0x4ebef5=_0x51bb27;PerformanceTester[_0x45ad14(0x1f8)](PerformanceEvents['SDK_SETUP'],![],util[_0x45ad14(0x218)](_0x3866e1));if(helper[_0x45ad14(0x1e6)](global['config'])&&helper[_0x45ad14(0x1e6)](global['framework']))return;try{utilities[_0x45ad14(0x230)](_0x29c4b6['BdoQX'],_0x4ebef5,global['config'],global[_0x45ad14(0x1de)]);}catch(_0x214b01){logger[_0x45ad14(0x1e2)](_0x45ad14(0x225)+_0x214b01['stack']);}PerformanceTester['end'](PerformanceEvents['SDK_SETUP'],![],util[_0x45ad14(0x218)](_0x3866e1));}finally{PerformanceTester[_0x45ad14(0x1e8)](PerformanceEvents[_0x45ad14(0x209)]);}};try{const browserstackFolderPath=path[a44_0x147972(0x1ec)](helper[a44_0x147972(0x1d8)](),a44_0x147972(0x231));if(fs[a44_0x147972(0x227)](browserstackFolderPath)){const filePath=path[a44_0x147972(0x1ec)](browserstackFolderPath,'.local-not-set.json');fs[a44_0x147972(0x227)](filePath)&&fs[a44_0x147972(0x23b)](filePath);}}catch(a44_0x2a51af){logger[a44_0x147972(0x1e2)](a44_0x147972(0x239)+a44_0x2a51af[a44_0x147972(0x21a)]);}process[a44_0x147972(0x243)][a44_0x147972(0x236)](a44_0x147972(0x220))&&(!process[a44_0x147972(0x243)][a44_0x147972(0x236)](a44_0x147972(0x202))&&process[a44_0x147972(0x243)][a44_0x147972(0x244)]('--no-opts'),!process[a44_0x147972(0x243)][a44_0x147972(0x1f1)](_0x25d1f6=>_0x25d1f6[a44_0x147972(0x236)]('--config'))&&process[a44_0x147972(0x243)][a44_0x147972(0x244)]('--no-config'),!process[a44_0x147972(0x243)][a44_0x147972(0x236)](a44_0x147972(0x1f2))&&process[a44_0x147972(0x243)][a44_0x147972(0x244)](a44_0x147972(0x1eb)),helper['findAndReplace'](process[a44_0x147972(0x243)],a44_0x147972(0x21d),a44_0x147972(0x200)));PerformanceTester[a44_0x147972(0x1e4)](),PerformanceTester['start'](PerformanceEvents[a44_0x147972(0x238)]);const a44_0x4b0d25={};a44_0x4b0d25[a44_0x147972(0x204)]=![];const argv=yargs[a44_0x147972(0x23c)](a44_0x4b0d25)['usage'](a44_0x147972(0x1f0))['alias']('v',a44_0x147972(0x226))['describe']('v')['alias']('h',a44_0x147972(0x21c))['help'](a44_0x147972(0x21c))[a44_0x147972(0x1db)](!![],Constants[a44_0x147972(0x213)]['HELP'])['command'](a44_0x147972(0x245),Constants[a44_0x147972(0x1e5)][a44_0x147972(0x1fb)],function(_0x148304){const _0x1277bf=a44_0x147972,_0x5774a5={'IkCFq':function(_0x3ebf41,_0x402dca,_0x45c395,_0x443e92){return _0x3ebf41(_0x402dca,_0x45c395,_0x443e92);},'BXyCo':function(_0x11ba41,_0x1998b1){return _0x11ba41(_0x1998b1);},'NCoCp':_0x1277bf(0x20d)};helper['setTestObservabilityDisable'](),helper['setBrowserStackAutomationDisable']();const _0x2a0252=process[_0x1277bf(0x243)][_0x1277bf(0x23a)](0x2);return _0x5774a5[_0x1277bf(0x21f)](captureError,_0x5774a5[_0x1277bf(0x1e0)](require,_0x5774a5[_0x1277bf(0x232)]),_0x148304['argv'],_0x2a0252);})[a44_0x147972(0x20a)]('mocha',Constants[a44_0x147972(0x228)][a44_0x147972(0x1fb)],_0x1a6a50=>{const _0x9669af=a44_0x147972,_0x2a7021={'ECodx':function(_0xbe6d27,_0x558d79,_0x228a5e){return _0xbe6d27(_0x558d79,_0x228a5e);},'HtnNu':function(_0x343001,_0x50b266){return _0x343001(_0x50b266);},'ThlMs':_0x9669af(0x22c),'LLrSi':'Parsing\x20command\x20line\x20arguements','pLEcs':function(_0xc46b6f,_0x403ee0,_0x343f50){return _0xc46b6f(_0x403ee0,_0x343f50);},'vONRf':_0x9669af(0x1fd),'QhGFv':_0x9669af(0x220),'wwjyV':function(_0xc6876d,_0x22f2a9,_0x395678){return _0xc6876d(_0x22f2a9,_0x395678);},'BNPRA':_0x9669af(0x210),'RzvTM':_0x9669af(0x247),'niCQR':function(_0x5b7d8b){return _0x5b7d8b();}};logger['debug'](_0x2a7021['LLrSi']);const _0x2a9ff2=_0x2a7021[_0x9669af(0x23e)](requireModule,_0x2a7021[_0x9669af(0x246)],_0x2a7021['QhGFv']),_0xe6e3f4=_0x2a7021[_0x9669af(0x20e)](requireModule,_0x2a7021[_0x9669af(0x205)],_0x2a7021[_0x9669af(0x1ee)]);process['argv']=process[_0x9669af(0x243)]['slice'](0x1),delete _0x2a9ff2[_0x9669af(0x24a)],_0x2a9ff2[_0x9669af(0x24a)]=function(_0xa1e32f){const _0x36e497=_0x9669af;return _0x2a7021[_0x36e497(0x1e1)](captureError,_0x2a7021[_0x36e497(0x233)](require,_0x2a7021[_0x36e497(0x229)]),_0xa1e32f);},_0xe6e3f4[_0x9669af(0x201)]=_0x2a9ff2;const {main:_0x5372e3}=_0x2a7021[_0x9669af(0x1e1)](requireModule,_0x2a7021['RzvTM'],_0x2a7021[_0x9669af(0x1ee)]);_0x2a7021[_0x9669af(0x1e7)](_0x5372e3);})[a44_0x147972(0x20a)](a44_0x147972(0x1dc),Constants[a44_0x147972(0x234)][a44_0x147972(0x1fb)],function(_0x189e6c){const _0x2ac9e6=a44_0x147972,_0x48b7b3={'EfNSb':function(_0x5d1492,_0x214283,_0x2c066c,_0x316415){return _0x5d1492(_0x214283,_0x2c066c,_0x316415);},'dAMJu':function(_0x4c433f,_0xcf308a){return _0x4c433f(_0xcf308a);},'JUCnc':_0x2ac9e6(0x20b)},_0x2f0b44=process['argv'][_0x2ac9e6(0x23a)](0x2);return _0x48b7b3[_0x2ac9e6(0x222)](captureError,_0x48b7b3[_0x2ac9e6(0x1ea)](require,_0x48b7b3['JUCnc']),_0x189e6c['argv'],_0x2f0b44);})[a44_0x147972(0x20a)](a44_0x147972(0x1ef),Constants[a44_0x147972(0x215)][a44_0x147972(0x1fb)],function(_0x302ea7){const _0x143aad=a44_0x147972,_0x5dcdee={'omsFS':function(_0x257043,_0xa73c1e,_0x7b7b1f,_0x21b89e){return _0x257043(_0xa73c1e,_0x7b7b1f,_0x21b89e);},'zLArd':function(_0x34bf58,_0x35888c){return _0x34bf58(_0x35888c);},'iUMQW':_0x143aad(0x216)},_0x4f736b=process[_0x143aad(0x243)][_0x143aad(0x23a)](0x2);return _0x5dcdee[_0x143aad(0x22a)](captureError,_0x5dcdee[_0x143aad(0x217)](require,_0x5dcdee['iUMQW']),_0x302ea7['argv'],_0x4f736b);})['command'](a44_0x147972(0x214),Constants[a44_0x147972(0x1f4)][a44_0x147972(0x1fb)],function(_0x20b119){const _0x3b35a4=a44_0x147972,_0x5a5fa7={'ILrwq':function(_0x501925,_0x30f8cf,_0x20116c,_0x4b585c){return _0x501925(_0x30f8cf,_0x20116c,_0x4b585c);},'FytsZ':function(_0x1840fe,_0x3b9e54){return _0x1840fe(_0x3b9e54);},'VeKeg':_0x3b35a4(0x24b)},_0x533bf7=process[_0x3b35a4(0x243)][_0x3b35a4(0x23a)](0x2);return _0x5a5fa7['ILrwq'](captureError,_0x5a5fa7['FytsZ'](require,_0x5a5fa7[_0x3b35a4(0x1d9)]),_0x20b119[_0x3b35a4(0x243)],_0x533bf7);})['command'](a44_0x147972(0x248),Constants['CODECEPTJS'][a44_0x147972(0x1fb)],function(_0x2846c1){const _0x2c295c=a44_0x147972,_0x4be8f1={'IhoNN':function(_0x3ed5d5,_0x32e75c,_0x2abddb,_0x1922c0){return _0x3ed5d5(_0x32e75c,_0x2abddb,_0x1922c0);},'XnzpR':function(_0x420a36,_0x2c51d8){return _0x420a36(_0x2c51d8);},'dbrnw':_0x2c295c(0x235)},_0x4a69be=process[_0x2c295c(0x243)][_0x2c295c(0x23a)](0x2);return _0x4be8f1[_0x2c295c(0x22b)](captureError,_0x4be8f1['XnzpR'](require,_0x4be8f1[_0x2c295c(0x1fe)]),_0x2846c1['argv'],_0x4a69be);})['command'](a44_0x147972(0x1e3),Constants[a44_0x147972(0x21e)][a44_0x147972(0x1fb)],function(_0x39fe93){const _0x2680f7=a44_0x147972,_0x5e5566={'YrPay':function(_0x576312,_0xa3b1a9,_0x38bbfc){return _0x576312(_0xa3b1a9,_0x38bbfc);},'LzpKu':function(_0x184607,_0x288b9f){return _0x184607(_0x288b9f);},'msoJP':_0x2680f7(0x223)},_0x5a9bd4=process[_0x2680f7(0x243)][_0x2680f7(0x23a)](0x2);return _0x5e5566[_0x2680f7(0x219)](captureError,_0x5e5566[_0x2680f7(0x1da)](require,_0x5e5566[_0x2680f7(0x20c)]),_0x39fe93);})[a44_0x147972(0x20a)](a44_0x147972(0x23d),Constants['INTEGRATIONS'][a44_0x147972(0x1fb)],function(_0x2a12e3){const _0x50e504={'ovmvq':function(_0x3126a2,_0x5d28bf){return _0x3126a2(_0x5d28bf);}};return _0x50e504['ovmvq'](runIntegrations,_0x2a12e3);})[a44_0x147972(0x20a)]('playwright',Constants[a44_0x147972(0x1ff)]['INFO'],function(_0x5dfffe){const _0x4bff06=a44_0x147972,_0x214477={'IuNDW':function(_0x56109d,_0xf8ed18,_0x154ef9,_0x38cbac){return _0x56109d(_0xf8ed18,_0x154ef9,_0x38cbac);},'WvMWt':function(_0x3522f9,_0x16fc08){return _0x3522f9(_0x16fc08);},'efAeB':_0x4bff06(0x24c)},_0x34ad2b=process[_0x4bff06(0x243)][_0x4bff06(0x23a)](0x2);return _0x214477['IuNDW'](captureError,_0x214477['WvMWt'](require,_0x214477[_0x4bff06(0x207)]),_0x5dfffe['argv'],_0x34ad2b);})['demandCommand'](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a44_0x147972(0x22f)](null)[a44_0x147972(0x243)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x147972(0x1e3)&&console[a44_0x147972(0x237)](a44_0x147972(0x23f));