browserstack-node-sdk 1.35.4 → 1.35.5

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 +60 -1
  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_0x2e7fed=a39_0x35e1;(function(_0x1aefb1,_0x339322){const _0x2e99e3=a39_0x35e1,_0x5de7a4=_0x1aefb1();while(!![]){try{const _0x2a5d79=-parseInt(_0x2e99e3(0x1c3))/0x1+parseInt(_0x2e99e3(0x1e5))/0x2+parseInt(_0x2e99e3(0x1d7))/0x3+-parseInt(_0x2e99e3(0x1ea))/0x4+parseInt(_0x2e99e3(0x1bf))/0x5+-parseInt(_0x2e99e3(0x1d2))/0x6+-parseInt(_0x2e99e3(0x1e6))/0x7*(parseInt(_0x2e99e3(0x1c5))/0x8);if(_0x2a5d79===_0x339322)break;else _0x5de7a4['push'](_0x5de7a4['shift']());}catch(_0x355c45){_0x5de7a4['push'](_0x5de7a4['shift']());}}}(a39_0x5eec,0x7d4bd));function a39_0x5eec(){const _0x2d6430=['__workerDetails','ktioM','599244jbSbWo','14yOtOpD','runner/dispatcher.js','getAccessibilityResultsSummary','BXJrN','874568czWXQA','join','stringify','evaluate','ZwrMC','apply','pwPage','XsWnS','format','util','o11ySyncDone','dOOdU','mockContextNewPage','doo11ySync','ImUMN','Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20','ZzXxm','PwgUu','Exception\x20while\x20mocking\x20IsWorkerRedundant:\x20','4454700apmKDz','nMfKE','browserContext.js','client','149165aDgFgK','Unable\x20to\x20import\x20dispatcher\x20for\x20_isWorkerRedundant','99896FqltkF','dxFHm','hJWFu','performScan','../../helpers/test-observability/error-handler','../../helpers/helper','JiBqa','oRUEo','BZTji','newPage','mockIsWorkerRedundant','ObservabilitySync:','env','1740468LDPXsk','MmMzc','annotate','./accessibility-helper','prototype','16530QDKTML','lmdSM','fbqkF','defineProperty','getAccessibilityResults','BROWSERSTACK_TEST_OBSERVABILITY','browserstack_executor:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','debug','Unable\x20to\x20import\x20context\x20for\x20page','../../helpers/performance/performance-tester','Dispatcher'];a39_0x5eec=function(){return _0x2d6430;};return a39_0x5eec();}const path=require('path'),util=require(a39_0x2e7fed(0x1f3)),logger=require('../../helpers/logger'),{importFileFromPWCore,nestedKeyValue,isFalse,requirePWModule,getPlaywrightLibPath}=require(a39_0x2e7fed(0x1ca)),{o11yErrorHandler}=require(a39_0x2e7fed(0x1c9)),AccessibilityHelper=require(a39_0x2e7fed(0x1d5)),PerformanceTester=require(a39_0x2e7fed(0x1e1)),{O11y_EVENTS:PerformanceO11yEvents}=require('../../helpers/performance/constants'),doo11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],o11yErrorHandler(async function doo11ySync(_0x3a749a){const _0x2e6ed1=a39_0x2e7fed,_0xe11f47={'hJWFu':function(_0x4f5de6,_0x511f2f,_0x173d8d){return _0x4f5de6(_0x511f2f,_0x173d8d);},'oRUEo':_0x2e6ed1(0x1e3),'ImUMN':_0x2e6ed1(0x1f4),'fMCSL':_0x2e6ed1(0x1d4),'WQGXA':_0x2e6ed1(0x1df)};if(_0xe11f47[_0x2e6ed1(0x1c7)](nestedKeyValue,global,[_0xe11f47[_0x2e6ed1(0x1cc)],_0xe11f47[_0x2e6ed1(0x1ba)]]))return;await _0x3a749a[_0x2e6ed1(0x1ed)](_0x4f0604=>{},_0x2e6ed1(0x1dd)+JSON[_0x2e6ed1(0x1ec)]({'action':_0xe11f47['fMCSL'],'arguments':{'data':_0x2e6ed1(0x1d0)+Date['now'](),'level':_0xe11f47['WQGXA']}})),global[_0x2e6ed1(0x1e3)][_0x2e6ed1(0x1f4)]=!![];},a39_0x2e7fed(0x1b9)));function a39_0x35e1(_0x2d2d6a,_0x1347d7){const _0x5eec32=a39_0x5eec();return a39_0x35e1=function(_0x35e17c,_0x5b71c3){_0x35e17c=_0x35e17c-0x1b8;let _0xa071bf=_0x5eec32[_0x35e17c];return _0xa071bf;},a39_0x35e1(_0x2d2d6a,_0x1347d7);}exports[a39_0x2e7fed(0x1b8)]=()=>{const _0x4b7466=a39_0x2e7fed,_0x242a03={'XsWnS':function(_0x2ad637,_0x1a5a79){return _0x2ad637(_0x1a5a79);},'BZTji':function(_0x5bcb1b,_0x4b5336){return _0x5bcb1b(_0x4b5336);},'JiBqa':function(_0x5aef93,_0x7d581){return _0x5aef93(_0x7d581);},'dxFHm':function(_0xfbddad,_0x58ff5f,_0x4a3b73){return _0xfbddad(_0x58ff5f,_0x4a3b73);},'MmMzc':_0x4b7466(0x1e3),'ZwrMC':'lib','lmdSM':_0x4b7466(0x1c2),'BXJrN':_0x4b7466(0x1c1),'ktioM':_0x4b7466(0x1e0),'PwgUu':_0x4b7466(0x1ce)},_0x433cbf=path[_0x4b7466(0x1eb)](_0x242a03[_0x4b7466(0x1ee)],_0x242a03[_0x4b7466(0x1d8)],_0x242a03[_0x4b7466(0x1e9)]),_0x39b1da=_0x242a03[_0x4b7466(0x1cd)](importFileFromPWCore,_0x433cbf);if(!_0x39b1da){logger[_0x4b7466(0x1df)](_0x242a03[_0x4b7466(0x1e4)]);return;}const _0x2ce4bb=_0x39b1da['BrowserContext'],_0x107973=_0x2ce4bb[_0x4b7466(0x1d6)],_0x3e22ab=_0x107973[_0x4b7466(0x1ce)];Object[_0x4b7466(0x1da)](_0x107973,_0x242a03[_0x4b7466(0x1bd)],{'get':function(){return async function _0x511027(){const _0x4cbee4=a39_0x35e1,_0x320ae8=await _0x3e22ab[_0x4cbee4(0x1ef)](this,arguments);try{!_0x242a03[_0x4cbee4(0x1f1)](isFalse,process[_0x4cbee4(0x1d1)][_0x4cbee4(0x1dc)])&&await _0x242a03[_0x4cbee4(0x1cd)](doo11ySync,_0x320ae8),!_0x242a03[_0x4cbee4(0x1cb)](isFalse,process[_0x4cbee4(0x1d1)][_0x4cbee4(0x1de)])&&(_0x320ae8[_0x4cbee4(0x1db)]=async()=>{const _0x314748=_0x4cbee4;return await AccessibilityHelper[_0x314748(0x1db)](_0x320ae8);},_0x320ae8[_0x4cbee4(0x1e8)]=async()=>{return await AccessibilityHelper['getAccessibilityResultsSummary'](_0x320ae8);},_0x320ae8[_0x4cbee4(0x1c8)]=async()=>{return await AccessibilityHelper['performScan'](_0x320ae8);});}catch(_0x4f4d62){logger[_0x4cbee4(0x1df)](_0x4cbee4(0x1bb)+util[_0x4cbee4(0x1f2)](_0x4f4d62));}return _0x242a03[_0x4cbee4(0x1c6)](nestedKeyValue,global,[_0x242a03[_0x4cbee4(0x1d3)]])&&(global['__workerDetails'][_0x4cbee4(0x1f0)]=_0x320ae8),_0x320ae8;};}});},exports[a39_0x2e7fed(0x1cf)]=()=>{const _0x2624ef=a39_0x2e7fed,_0x26db17={'fbqkF':function(_0xc743d9,_0x209385){return _0xc743d9(_0x209385);},'nMfKE':_0x2624ef(0x1e7),'dOOdU':_0x2624ef(0x1c4),'ZzXxm':'_isWorkerRedundant'};try{const _0x251725=requirePWModule[_0x2624ef(0x1ef)](null,_0x26db17[_0x2624ef(0x1d9)](getPlaywrightLibPath,_0x26db17[_0x2624ef(0x1c0)]));if(!_0x251725){logger[_0x2624ef(0x1df)](_0x26db17[_0x2624ef(0x1f5)]);return;}const _0x29f5b1=_0x251725[_0x2624ef(0x1e2)],_0x1693db=_0x29f5b1[_0x2624ef(0x1d6)],_0x52b7a6=_0x1693db['_isWorkerRedundant'];Object[_0x2624ef(0x1da)](_0x1693db,_0x26db17[_0x2624ef(0x1bc)],{'get':function(){return function _0x3c887f(){return _0x52b7a6['apply'](this,arguments),!![];};}});}catch(_0x4713c3){logger[_0x2624ef(0x1df)](_0x2624ef(0x1be)+util['format'](_0x4713c3));}};
1
+ function a39_0x1d2c(){const _0x344f46=['JNqFQ','stringify','imSRj','evaluate','o11ySyncDone','pCQdD','62282PROmIa','runner/dispatcher.js','doo11ySync','path','getAccessibilityResultsSummary','SxFDO','BROWSERSTACK_TEST_ACCESSIBILITY_YML','newPage','now','lib','performScan','debug','20gFdLNS','join','79016rZuiDx','Error\x20during\x20syncing\x20o11y\x20with\x20automate\x20','BrowserContext','TfugU','rTyYi','format','726yCqhdZ','468152qAehLX','CdZyd','DrJpp','../../helpers/helper','defineProperty','fZhbn','mockIsWorkerRedundant','pwPage','88295iqOxOg','240OUvYYU','RfebE','Dispatcher','./accessibility-helper','mockContextNewPage','env','annotate','rJxyv','Exception\x20while\x20mocking\x20IsWorkerRedundant:\x20','17941QsrTCS','kWPDg','__workerDetails','BROWSERSTACK_TEST_OBSERVABILITY','45gzikMi','util','zAqXD','543VJHWjZ','getAccessibilityResults','../../helpers/logger','client','xoDGi','2755470XOFyaP','ObservabilitySync:','174UBpyis','_isWorkerRedundant'];a39_0x1d2c=function(){return _0x344f46;};return a39_0x1d2c();}const a39_0x21f4fd=a39_0x2448;(function(_0x43aa57,_0x52fc29){const _0x27b1b1=a39_0x2448,_0x26f7a7=_0x43aa57();while(!![]){try{const _0x283712=-parseInt(_0x27b1b1(0x207))/0x1+-parseInt(_0x27b1b1(0x21b))/0x2*(parseInt(_0x27b1b1(0x1f8))/0x3)+parseInt(_0x27b1b1(0x213))/0x4*(parseInt(_0x27b1b1(0x224))/0x5)+parseInt(_0x27b1b1(0x1ff))/0x6*(-parseInt(_0x27b1b1(0x215))/0x7)+-parseInt(_0x27b1b1(0x21c))/0x8*(-parseInt(_0x27b1b1(0x1f5))/0x9)+parseInt(_0x27b1b1(0x1fd))/0xa+parseInt(_0x27b1b1(0x1f1))/0xb*(-parseInt(_0x27b1b1(0x225))/0xc);if(_0x283712===_0x52fc29)break;else _0x26f7a7['push'](_0x26f7a7['shift']());}catch(_0x129356){_0x26f7a7['push'](_0x26f7a7['shift']());}}}(a39_0x1d2c,0x29220));const path=require(a39_0x21f4fd(0x20a)),util=require(a39_0x21f4fd(0x1f6)),logger=require(a39_0x21f4fd(0x1fa)),{importFileFromPWCore,nestedKeyValue,isFalse,requirePWModule,getPlaywrightLibPath}=require(a39_0x21f4fd(0x21f)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),AccessibilityHelper=require(a39_0x21f4fd(0x228)),PerformanceTester=require('../../helpers/performance/performance-tester'),{O11y_EVENTS:PerformanceO11yEvents}=require('../../helpers/performance/constants'),doo11ySync=PerformanceTester['measureWrapper'](PerformanceO11yEvents['SYNC'],o11yErrorHandler(async function doo11ySync(_0x38688e){const _0x442e73=a39_0x21f4fd,_0x162c4a={'gfiJK':function(_0x2040b1,_0x557c0e,_0x5ed592){return _0x2040b1(_0x557c0e,_0x5ed592);},'CdZyd':_0x442e73(0x1f3),'kWPDg':_0x442e73(0x205),'rTyYi':_0x442e73(0x1ee),'JNqFQ':_0x442e73(0x212)};if(_0x162c4a['gfiJK'](nestedKeyValue,global,[_0x162c4a[_0x442e73(0x21d)],_0x162c4a[_0x442e73(0x1f2)]]))return;await _0x38688e[_0x442e73(0x204)](_0x2cdcfc=>{},'browserstack_executor:\x20'+JSON[_0x442e73(0x202)]({'action':_0x162c4a[_0x442e73(0x219)],'arguments':{'data':_0x442e73(0x1fe)+Date[_0x442e73(0x20f)](),'level':_0x162c4a[_0x442e73(0x201)]}})),global['__workerDetails'][_0x442e73(0x205)]=!![];},a39_0x21f4fd(0x209)));function a39_0x2448(_0x59654d,_0x4eef6c){const _0x1d2caf=a39_0x1d2c();return a39_0x2448=function(_0x24483c,_0x15989e){_0x24483c=_0x24483c-0x1ed;let _0x58e513=_0x1d2caf[_0x24483c];return _0x58e513;},a39_0x2448(_0x59654d,_0x4eef6c);}exports[a39_0x21f4fd(0x229)]=()=>{const _0x315787=a39_0x21f4fd,_0x793229={'zAqXD':function(_0x4fc101,_0x54d790){return _0x4fc101(_0x54d790);},'fZhbn':function(_0x181df4,_0x2b62ad){return _0x181df4(_0x2b62ad);},'imSRj':function(_0x2799c2,_0x48f999,_0x3a2890){return _0x2799c2(_0x48f999,_0x3a2890);},'zJKye':'__workerDetails','xoDGi':_0x315787(0x210),'PLjPo':_0x315787(0x1fb),'yawSL':'browserContext.js','SxFDO':function(_0x324d7c,_0x554255){return _0x324d7c(_0x554255);},'DrJpp':'Unable\x20to\x20import\x20context\x20for\x20page','pCQdD':_0x315787(0x20e)},_0x546b2a=path[_0x315787(0x214)](_0x793229[_0x315787(0x1fc)],_0x793229['PLjPo'],_0x793229['yawSL']),_0x554665=_0x793229[_0x315787(0x20c)](importFileFromPWCore,_0x546b2a);if(!_0x554665){logger[_0x315787(0x212)](_0x793229[_0x315787(0x21e)]);return;}const _0x3b48fa=_0x554665[_0x315787(0x217)],_0x56aa4f=_0x3b48fa['prototype'],_0x444071=_0x56aa4f[_0x315787(0x20e)];Object[_0x315787(0x220)](_0x56aa4f,_0x793229[_0x315787(0x206)],{'get':function(){return async function _0x3fc0d1(){const _0x1da9b5=a39_0x2448,_0x2350b3=await _0x444071['apply'](this,arguments);try{!_0x793229['zAqXD'](isFalse,process[_0x1da9b5(0x1ed)][_0x1da9b5(0x1f4)])&&await _0x793229[_0x1da9b5(0x221)](doo11ySync,_0x2350b3),!_0x793229[_0x1da9b5(0x1f7)](isFalse,process[_0x1da9b5(0x1ed)][_0x1da9b5(0x20d)])&&(_0x2350b3[_0x1da9b5(0x1f9)]=async()=>{const _0x3538c6=_0x1da9b5;return await AccessibilityHelper[_0x3538c6(0x1f9)](_0x2350b3);},_0x2350b3[_0x1da9b5(0x20b)]=async()=>{const _0x5288f1=_0x1da9b5;return await AccessibilityHelper[_0x5288f1(0x20b)](_0x2350b3);},_0x2350b3[_0x1da9b5(0x211)]=async()=>{const _0x312a2e=_0x1da9b5;return await AccessibilityHelper[_0x312a2e(0x211)](_0x2350b3);});}catch(_0x1759a0){logger['debug'](_0x1da9b5(0x216)+util[_0x1da9b5(0x21a)](_0x1759a0));}return _0x793229[_0x1da9b5(0x203)](nestedKeyValue,global,[_0x793229['zJKye']])&&(global[_0x1da9b5(0x1f3)][_0x1da9b5(0x223)]=_0x2350b3),_0x2350b3;};}});},exports[a39_0x21f4fd(0x222)]=()=>{const _0x7a9ac4=a39_0x21f4fd,_0x572e28={'RfebE':function(_0x299b67,_0x520ace){return _0x299b67(_0x520ace);},'TfugU':_0x7a9ac4(0x208),'QdOZX':'Unable\x20to\x20import\x20dispatcher\x20for\x20_isWorkerRedundant','rJxyv':_0x7a9ac4(0x200)};try{const _0x4cfc8f=requirePWModule['apply'](null,_0x572e28[_0x7a9ac4(0x226)](getPlaywrightLibPath,_0x572e28[_0x7a9ac4(0x218)]));if(!_0x4cfc8f){logger[_0x7a9ac4(0x212)](_0x572e28['QdOZX']);return;}const _0x4a272b=_0x4cfc8f[_0x7a9ac4(0x227)],_0x3cfde7=_0x4a272b['prototype'],_0xddd8b8=_0x3cfde7[_0x7a9ac4(0x200)];Object[_0x7a9ac4(0x220)](_0x3cfde7,_0x572e28[_0x7a9ac4(0x1ef)],{'get':function(){return function _0x41d39d(){return _0xddd8b8['apply'](this,arguments),!![];};}});}catch(_0x42f386){logger[_0x7a9ac4(0x212)](_0x7a9ac4(0x1f0)+util[_0x7a9ac4(0x21a)](_0x42f386));}};
@@ -1 +1 @@
1
- const a40_0x59fc1a=a40_0x1df8;function a40_0x1df8(_0x417a80,_0x3ac0f6){const _0x51440e=a40_0x5144();return a40_0x1df8=function(_0x1df80a,_0x4598a9){_0x1df80a=_0x1df80a-0x171;let _0x4ec11e=_0x51440e[_0x1df80a];return _0x4ec11e;},a40_0x1df8(_0x417a80,_0x3ac0f6);}(function(_0x1e584f,_0x44fca5){const _0x4ee37b=a40_0x1df8,_0x493560=_0x1e584f();while(!![]){try{const _0x203c62=parseInt(_0x4ee37b(0x198))/0x1+-parseInt(_0x4ee37b(0x191))/0x2*(parseInt(_0x4ee37b(0x1f1))/0x3)+parseInt(_0x4ee37b(0x1b4))/0x4+-parseInt(_0x4ee37b(0x1f7))/0x5*(-parseInt(_0x4ee37b(0x1dd))/0x6)+-parseInt(_0x4ee37b(0x20d))/0x7+-parseInt(_0x4ee37b(0x1df))/0x8+parseInt(_0x4ee37b(0x1e8))/0x9*(parseInt(_0x4ee37b(0x173))/0xa);if(_0x203c62===_0x44fca5)break;else _0x493560['push'](_0x493560['shift']());}catch(_0x72cef5){_0x493560['push'](_0x493560['shift']());}}}(a40_0x5144,0xa314d));function a40_0x5144(){const _0x4c7840=['1935eJFVLP','iBePK','1.38.0','ylNmN','pKGLV','env','TEST_ATTACHMENT','1.35.0','aNOUp','584553BjpiNy','filePath','join','../../../helpers/test-observability/sessionHandler','.zip','format','25WJEjnS','bzOBe','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','name','call','addTraceFilePath','phLTQ','UINKS','basename','qNSzf','length','gucGO','Gsivi','onStepBegin','@playwright/test/lib/common/configLoader.js','beforeTestHook','klUho','createReadStream','RVEgO','vnhWR','processPageScreenshot','Percentage\x20of\x20increased\x20time\x20is\x20','952693LmaupU','find','tSSnx','debug','23960UBpyWJ','qxvqS','includes','hyOyJ','ZgJKY','Checking\x20if\x20trace\x20is\x20enabled\x20for\x20test:\x20','winstonLogger','slice','ZJqdS','readdirSync','testUId','xxomD','odmpY','afterTestHook','runner/projectUtils.js','BHrbP','XfQck','oPfmA','../../../helpers/logger','sendTestLog','xQSrP','toString','afterWorkerHook','beforeWorkerHook','jEHHb','HFgeh','gAAbL','WOIzv','common','tags','8GYyFps','ytKlk','calculatePerformance','lib','onTestBegin','Error\x20in\x20sending\x20trace\x20file:\x20%s','./test-details','882011PTKhPo','1.42.0','Total\x20duration\x20for\x20whole\x20build\x20is\x20','getProjectUtilsPath','substr','Arguments','ePVVu','util','attachments','map','HkazW','message','stack','qfoum','\x20in\x20arguments','sendSessionDetails','LwfuH','startsWith','FKKio','../../../helpers/test-observability/utils','sendTraceZip','XAFnY','calculateTimesFromMultipleFiles','AbaZL','toLowerCase','compareVersions','endSession','Searching\x20for\x20key:\x20','221080tiyFIi','FCnjk','../../../helpers/test-observability/constants','trace','START_TIME','Soqhi','Invalid\x20file\x20format.\x20Expected\x20a\x20.zip\x20file,\x20but\x20got:\x20','getLoadUtilsPath','SbeOz','statSync','playwright','../../../helpers/helper','KkIeq','@playwright/test/lib/transform/transform.js','THQso','doo11ySync','QIeMS','FyBia','Trace\x20enabled','getTime','HADpl','ZRgzy','LyKMU','error','validateFilePath','../../../helpers/performance/performance-tester','sendEventData','mUjNH','runner/loadUtils.js','vRmgf','.json','getForkProcessPath','uploadTraceZip','filter','fJkEf','gmNSf','@playwright/test','lviNM','test','RKONU','getTestTags','718326SZUwux','Found\x20key:\x20','3740336VBZAsm','TdBji','existsSync','VzIJr','ERROR','PLAYWRIGHT','onStepEnd','onBegin','jZPal'];a40_0x5144=function(){return _0x4c7840;};return a40_0x5144();}const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require(a40_0x59fc1a(0x1ab)),PerformanceTester=require(a40_0x59fc1a(0x1cd)),fs=require('fs'),{FRAMEWORKS,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE}=require(a40_0x59fc1a(0x1b6)),helper=require(a40_0x59fc1a(0x1bf)),path=require('path'),logger=require(a40_0x59fc1a(0x185))[a40_0x59fc1a(0x179)],SessionHandler=require(a40_0x59fc1a(0x1f4)),TestDetails=require(a40_0x59fc1a(0x197)),util=require(a40_0x59fc1a(0x19f)),getTagsFromTitle=_0x19e02a=>{return _0x19e02a['match'](/@(\w+)/g)?.['map'](_0x2a87ad=>_0x2a87ad['slice'](0x1))||[];};exports[a40_0x59fc1a(0x1dc)]=_0x59faae=>{const _0x334860=a40_0x59fc1a,_0x64d72f={'Nniik':function(_0x58c3bd,_0x1fe274){return _0x58c3bd(_0x1fe274);}};if(_0x59faae[_0x334860(0x190)])return _0x59faae['tags'][_0x334860(0x1a1)](_0x3af1c9=>_0x3af1c9[_0x334860(0x1a9)]('@')?_0x3af1c9[_0x334860(0x19c)](0x1):_0x3af1c9);return _0x64d72f['Nniik'](getTagsFromTitle,_0x59faae['title']);},exports[a40_0x59fc1a(0x193)]=async()=>{const _0x1171c1=a40_0x59fc1a,_0x596e1f={'VzIJr':function(_0x379215,_0x23a433){return _0x379215-_0x23a433;},'jEHHb':'performance-reporter.html','ytKlk':_0x1171c1(0x1e6),'QIeMS':_0x1171c1(0x1b2),'xxomD':_0x1171c1(0x195),'LwfuH':'onTestEnd','gAAbL':_0x1171c1(0x204),'Soqhi':_0x1171c1(0x1e5),'AbaZL':_0x1171c1(0x18a),'FKKio':_0x1171c1(0x189),'kLFhA':_0x1171c1(0x206),'NhFRQ':_0x1171c1(0x180),'fJkEf':_0x1171c1(0x1c3),'gucGO':_0x1171c1(0x20b),'RVEgO':_0x1171c1(0x1a7),'qxvqS':'setupBrowserDetails','BHrbP':'requestSpyCallback','ZJqdS':_0x1171c1(0x186),'vnhWR':function(_0x53dd7e,_0x252306){return _0x53dd7e(_0x252306);},'oPfmA':function(_0x574af9,_0x2dd143){return _0x574af9/_0x2dd143;},'vRmgf':function(_0x305c34,_0x37c321){return _0x305c34(_0x37c321);},'jrAPK':function(_0x1b8648,_0x3702fb){return _0x1b8648+_0x3702fb;},'gmNSf':function(_0x287b00,_0x13f511){return _0x287b00*_0x13f511;}};if(!process[_0x1171c1(0x1ed)][_0x1171c1(0x1b8)])return;const _0x4df035=_0x596e1f[_0x1171c1(0x1e2)](new Date()['getTime'](),new Date(process[_0x1171c1(0x1ed)]['START_TIME'])[_0x1171c1(0x1c7)]()),_0x2b11b0=await PerformanceTester['stopAndGenerate'](_0x596e1f[_0x1171c1(0x18b)],[_0x596e1f[_0x1171c1(0x192)],_0x596e1f[_0x1171c1(0x1c4)],_0x596e1f[_0x1171c1(0x17e)],_0x596e1f[_0x1171c1(0x1a8)],_0x596e1f[_0x1171c1(0x18d)],_0x596e1f[_0x1171c1(0x1b9)]]),_0x534467=fs[_0x1171c1(0x17c)]('.'),_0x5ca53e=_0x534467[_0x1171c1(0x1d5)](_0x20cb3e=>_0x20cb3e[_0x1171c1(0x1a9)]('performance-report-worker-')&&_0x20cb3e['endsWith'](_0x1171c1(0x1d2))),_0x411321=await PerformanceTester[_0x1171c1(0x1ae)](_0x5ca53e,[_0x596e1f[_0x1171c1(0x1af)],_0x596e1f[_0x1171c1(0x1aa)],_0x596e1f['kLFhA'],_0x596e1f['NhFRQ'],_0x596e1f[_0x1171c1(0x1d6)],_0x596e1f[_0x1171c1(0x202)],_0x596e1f[_0x1171c1(0x209)],_0x596e1f[_0x1171c1(0x174)],_0x596e1f[_0x1171c1(0x182)],_0x596e1f[_0x1171c1(0x17b)]]);_0x596e1f[_0x1171c1(0x20a)](debug,_0x1171c1(0x19a)+_0x596e1f[_0x1171c1(0x184)](_0x4df035,0x3e8)+'\x20s'),_0x596e1f[_0x1171c1(0x1d1)](debug,_0x1171c1(0x1f9)+_0x596e1f['jrAPK'](_0x411321,_0x2b11b0)),_0x596e1f[_0x1171c1(0x1d1)](debug,_0x1171c1(0x20c)+_0x596e1f[_0x1171c1(0x1d7)](_0x596e1f[_0x1171c1(0x184)](_0x596e1f['jrAPK'](_0x411321,_0x2b11b0),_0x4df035),0x64));},exports['getTransformPath']=()=>{const _0x554165=a40_0x59fc1a,_0x5262e8={'mUjNH':function(_0x18cad8,_0x3345b0){return _0x18cad8(_0x3345b0);},'hyOyJ':function(_0x273fe3,_0x44af89){return _0x273fe3>=_0x44af89;},'SbeOz':'1.38.0','XfQck':'playwright/lib/transform/transform.js','qfoum':_0x554165(0x1be),'bzOBe':_0x554165(0x1ef),'LVaVE':_0x554165(0x1c1),'iBePK':_0x554165(0x1d8),'YpYRs':'@playwright/test/lib/common/transform.js'},_0xa9bc3d=_0x5262e8[_0x554165(0x1cf)](getFrameworkVersion,FRAMEWORKS[_0x554165(0x1e4)]);if(_0x5262e8[_0x554165(0x176)](helper[_0x554165(0x1b1)](_0xa9bc3d,_0x5262e8[_0x554165(0x1bc)]),0x0))return[_0x5262e8[_0x554165(0x183)],_0x5262e8[_0x554165(0x1a5)]];if(_0x5262e8[_0x554165(0x176)](helper[_0x554165(0x1b1)](_0xa9bc3d,_0x5262e8[_0x554165(0x1f8)]),0x0))return[_0x5262e8['LVaVE'],_0x5262e8[_0x554165(0x1e9)]];return[_0x5262e8['YpYRs'],_0x5262e8[_0x554165(0x1e9)]];},exports['getConfigLoaderPath']=()=>{const _0x9c4549=a40_0x59fc1a,_0x365e70={'ytbco':function(_0x5f5c6d,_0x2cf864){return _0x5f5c6d(_0x2cf864);},'WOIzv':function(_0x2565c6,_0x2d2cbf){return _0x2565c6>=_0x2d2cbf;},'THQso':_0x9c4549(0x1ea),'eNlhT':'playwright/lib/common/configLoader.js','klUho':'playwright','tSSnx':_0x9c4549(0x205),'ZgJKY':_0x9c4549(0x1d8)},_0x1f71b1=_0x365e70['ytbco'](getFrameworkVersion,FRAMEWORKS[_0x9c4549(0x1e4)]);if(_0x365e70[_0x9c4549(0x18e)](helper[_0x9c4549(0x1b1)](_0x1f71b1,_0x365e70[_0x9c4549(0x1c2)]),0x0))return[_0x365e70['eNlhT'],_0x365e70[_0x9c4549(0x207)]];return[_0x365e70[_0x9c4549(0x171)],_0x365e70[_0x9c4549(0x177)]];},exports[a40_0x59fc1a(0x1bb)]=()=>{const _0x326f15=a40_0x59fc1a,_0xfc887f={};_0xfc887f[_0x326f15(0x1ad)]=_0x326f15(0x1d0);const _0x1a2f8b=_0xfc887f;return helper['getPlaywrightLibPath'](_0x1a2f8b[_0x326f15(0x1ad)]);},exports[a40_0x59fc1a(0x19b)]=()=>{const _0x3df66e=a40_0x59fc1a,_0x553c40={};_0x553c40['jZPal']=_0x3df66e(0x181);const _0x1bd88f=_0x553c40;return helper['getPlaywrightLibPath'](_0x1bd88f[_0x3df66e(0x1e7)]);},exports[a40_0x59fc1a(0x1d3)]=()=>{const _0x1e642d=a40_0x59fc1a,_0x17a2b6={'UINKS':function(_0x3926b7,_0x138f9d){return _0x3926b7(_0x138f9d);},'iGbqC':function(_0x3b31b4,_0x479dfc){return _0x3b31b4>=_0x479dfc;},'ZRgzy':_0x1e642d(0x1ea),'LyKMU':_0x1e642d(0x194),'pKGLV':_0x1e642d(0x18f),'TdBji':'process.js','odmpY':_0x1e642d(0x1da)},_0xc2ee1b=_0x17a2b6[_0x1e642d(0x1fe)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x17a2b6['iGbqC'](helper[_0x1e642d(0x1b1)](_0xc2ee1b,_0x17a2b6[_0x1e642d(0x1c9)]),0x0))return path[_0x1e642d(0x1f3)](_0x17a2b6['LyKMU'],_0x17a2b6[_0x1e642d(0x1ec)],_0x17a2b6[_0x1e642d(0x1e0)]);return path[_0x1e642d(0x1f3)](_0x17a2b6[_0x1e642d(0x17f)],_0x17a2b6[_0x1e642d(0x1ca)],_0x17a2b6[_0x1e642d(0x1ec)],_0x17a2b6['TdBji']);},exports['getFailureData']=(_0x366bc6,{test_run_uuid:_0x1e5ff9})=>{const _0x1998bb=a40_0x59fc1a,_0x2eb989={'HkazW':_0x1998bb(0x1e3),'phLTQ':'TEST_LOG','lviNM':function(_0x15cc2b,_0x3ccf1f){return _0x15cc2b<=_0x3ccf1f;},'aNOUp':function(_0x4fd6d5,_0x4a5b46){return _0x4fd6d5(_0x4a5b46);},'JExIf':'Test\x20timeout\x20of','drret':function(_0x2c384d,_0x521a43){return _0x2c384d>=_0x521a43;},'sajsk':_0x1998bb(0x199),'LZStT':function(_0xfa659a,_0x5b3baa){return _0xfa659a>_0x5b3baa;},'SCjIc':function(_0x4a1e73,_0x57b6a0,_0x483382){return _0x4a1e73(_0x57b6a0,_0x483382);},'qNSzf':'test'};if(!_0x366bc6||_0x2eb989[_0x1998bb(0x1d9)](_0x366bc6[_0x1998bb(0x201)],0x0))return[];const _0x33df9b=_0x2eb989[_0x1998bb(0x1f0)](removeAnsiColors,_0x366bc6[0x0][_0x1998bb(0x1a3)]);if(_0x33df9b[_0x1998bb(0x1a9)](_0x2eb989['JExIf'])){const _0x4e9e8e=_0x366bc6[0x0],_0x439b67=_0x2eb989['aNOUp'](getFrameworkVersion,FRAMEWORKS[_0x1998bb(0x1e4)]);if((!_0x4e9e8e[_0x1998bb(0x1a4)]||_0x2eb989['drret'](_0x439b67,_0x2eb989['sajsk']))&&_0x2eb989['LZStT'](_0x366bc6[_0x1998bb(0x201)],0x1))return{'failureData':[{'backtrace':[_0x33df9b,_0x2eb989[_0x1998bb(0x1f0)](removeAnsiColors,_0x366bc6[0x1][_0x1998bb(0x1a4)])]}],'logs':_0x366bc6[_0x1998bb(0x17a)](0x2)[_0x1998bb(0x1a1)](_0x14490f=>{const _0x10ba28=_0x1998bb;return{'timestamp':new Date()['toISOString'](),'level':_0x2eb989[_0x10ba28(0x1a2)],'message':''+_0x14490f[_0x10ba28(0x1a3)],'kind':_0x2eb989[_0x10ba28(0x1fd)],'http_response':{},'test_run_uuid':_0x1e5ff9};})};}return{'failureData':_0x2eb989['SCjIc'](failureData,_0x366bc6,_0x2eb989[_0x1998bb(0x200)]),'logs':[]};},exports[a40_0x59fc1a(0x1cc)]=_0x1474da=>{const _0x428f0d=a40_0x59fc1a,_0x56e594={};_0x56e594['HADpl']=function(_0x31a1be,_0x474edc){return _0x31a1be!==_0x474edc;},_0x56e594['vQvmG']=_0x428f0d(0x1f5),_0x56e594[_0x428f0d(0x19e)]=function(_0x1a9a41,_0x132e7b){return _0x1a9a41>_0x132e7b;};const _0x4b71ab=_0x56e594;if(_0x1474da&&fs[_0x428f0d(0x1e1)](_0x1474da)){if(_0x4b71ab[_0x428f0d(0x1c8)](path['extname'](_0x1474da)[_0x428f0d(0x1b0)](),_0x4b71ab['vQvmG']))return logger[_0x428f0d(0x1cb)](_0x428f0d(0x1ba)+_0x1474da),![];const _0x2a44c0=fs[_0x428f0d(0x1bd)](_0x1474da)['size'];if(_0x4b71ab[_0x428f0d(0x19e)](_0x2a44c0,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE))return logger[_0x428f0d(0x1cb)]('Trace\x20file\x20size\x20exceeds\x20100MB:\x20'+_0x2a44c0+'\x20bytes'),![];return!![];}return![];},exports['findNestedKey']=(_0x5e6ad6,_0x3354f3)=>{const _0x2dcea3=a40_0x59fc1a,_0x15629c={};_0x15629c['HFgeh']=_0x2dcea3(0x19d);const _0xe5511f=_0x15629c;logger['debug'](_0x2dcea3(0x1b3)+_0x3354f3);if(_0x5e6ad6[_0x2dcea3(0x1a0)]){const _0x5020fe=_0x5e6ad6[_0x2dcea3(0x1a0)][_0x2dcea3(0x20e)](_0x2f9e3d=>_0x2f9e3d[_0x2dcea3(0x1fa)]===_0x2dcea3(0x1b7));if(_0x5020fe)return logger[_0x2dcea3(0x172)](_0x2dcea3(0x1de)+_0x3354f3+'\x20in\x20attachments'),_0x5020fe[_0x3354f3];}else{if(Object['prototype'][_0x2dcea3(0x188)][_0x2dcea3(0x1fb)](_0x5e6ad6)[_0x2dcea3(0x175)](_0xe5511f[_0x2dcea3(0x18c)]))for(const _0x149970 of _0x5e6ad6){if(_0x149970[_0x3354f3])return logger[_0x2dcea3(0x172)](_0x2dcea3(0x1de)+_0x3354f3+_0x2dcea3(0x1a6)),_0x149970[_0x3354f3];}}return'';},exports[a40_0x59fc1a(0x1d4)]=async(_0x2e4dbc,_0x2a173d)=>{const _0x565eee=a40_0x59fc1a,_0xef165c={};_0xef165c['KkIeq']='LogCreated',_0xef165c['FyBia']=_0x565eee(0x1ee),_0xef165c[_0x565eee(0x187)]='sendTraceZip',_0xef165c[_0x565eee(0x203)]='Error\x20in\x20sending\x20trace\x20file:\x20%s';const _0x4aca9a=_0xef165c;try{const _0x32894d={'event_type':_0x4aca9a[_0x565eee(0x1c0)],'logs':[{'data':_0x2e4dbc?fs[_0x565eee(0x208)](_0x2e4dbc):'','test_run_uuid':_0x2a173d,'kind':_0x4aca9a[_0x565eee(0x1c5)],'fileName':_0x2e4dbc?path[_0x565eee(0x1ff)](_0x2e4dbc):''}]};return await SessionHandler[_0x565eee(0x1ce)](_0x32894d,0x0,_0x4aca9a[_0x565eee(0x187)]);}catch(_0x59f51f){logger[_0x565eee(0x1cb)](util[_0x565eee(0x1f6)](_0x4aca9a['Gsivi'],_0x59f51f));}},exports[a40_0x59fc1a(0x1ac)]=async(_0x1b4be7,_0x3054a2)=>{const _0x146ad0=a40_0x59fc1a,_0xbe452d={};_0xbe452d[_0x146ad0(0x1db)]='path',_0xbe452d[_0x146ad0(0x1eb)]=_0x146ad0(0x1c6),_0xbe452d[_0x146ad0(0x1b5)]=_0x146ad0(0x196);const _0x567e34=_0xbe452d;try{logger[_0x146ad0(0x172)](_0x146ad0(0x178)+_0x3054a2);const _0x57fff8=await exports['findNestedKey'](_0x1b4be7,_0x567e34[_0x146ad0(0x1db)]);if(exports[_0x146ad0(0x1cc)](_0x57fff8)){logger[_0x146ad0(0x172)](_0x567e34[_0x146ad0(0x1eb)]);const _0x1edb6d={};_0x1edb6d[_0x146ad0(0x17d)]=_0x3054a2,_0x1edb6d[_0x146ad0(0x1f2)]=_0x57fff8;const _0x587cc4=_0x1edb6d;TestDetails[_0x146ad0(0x1fc)](_0x587cc4);};}catch(_0x2eb65a){logger[_0x146ad0(0x1cb)](util[_0x146ad0(0x1f6)](_0x567e34[_0x146ad0(0x1b5)],_0x2eb65a));}};
1
+ const a40_0x34c274=a40_0x48a0;(function(_0x3c0b70,_0x1b054d){const _0x6b1940=a40_0x48a0,_0x16a2ee=_0x3c0b70();while(!![]){try{const _0x569a2e=-parseInt(_0x6b1940(0x8c))/0x1+parseInt(_0x6b1940(0x93))/0x2*(parseInt(_0x6b1940(0x11a))/0x3)+-parseInt(_0x6b1940(0xe8))/0x4*(parseInt(_0x6b1940(0x10c))/0x5)+parseInt(_0x6b1940(0xef))/0x6+parseInt(_0x6b1940(0x80))/0x7*(parseInt(_0x6b1940(0xb4))/0x8)+parseInt(_0x6b1940(0xb9))/0x9*(parseInt(_0x6b1940(0xad))/0xa)+-parseInt(_0x6b1940(0xc2))/0xb*(parseInt(_0x6b1940(0x88))/0xc);if(_0x569a2e===_0x1b054d)break;else _0x16a2ee['push'](_0x16a2ee['shift']());}catch(_0x50b9b1){_0x16a2ee['push'](_0x16a2ee['shift']());}}}(a40_0x5b4f,0xa8b5d));function a40_0x48a0(_0x26ee36,_0x96909a){const _0x5b4fd7=a40_0x5b4f();return a40_0x48a0=function(_0x48a000,_0x2f1cce){_0x48a000=_0x48a000-0x76;let _0x4af322=_0x5b4fd7[_0x48a000];return _0x4af322;},a40_0x48a0(_0x26ee36,_0x96909a);}function a40_0x5b4f(){const _0x203bde=['tpywA','../../../helpers/helper','@playwright/test/lib/transform/transform.js','lib','length','sDHsL','Owvsd','DMPpC','DmCqZ','@playwright/test/lib/common/transform.js','Test\x20timeout\x20of','name','debug','Aystc','winstonLogger','VBzKJ','QUOVU','Searching\x20for\x20key:\x20','getTransformPath','DYSiN','euhlm','wYApT','HVGQu','extname','TnLJI','oCoJt','validateFilePath','compareVersions','test','bUQBy','1.38.0','220iuHHFm','brsdT','runner/loadUtils.js','Checking\x20if\x20trace\x20is\x20enabled\x20for\x20test:\x20','createReadStream','calculatePerformance','call','3055986froRqo','performance-report-worker-','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','epSfw','stack','QfhfJ','format','beforeWorkerHook','DeMwc','ftGig','onBegin','util','LogCreated','slice','EZOIk','TEST_ATTACHMENT','onStepEnd','Found\x20key:\x20','flvAW','PLAYWRIGHT','map','FpTxE','message','LkiUv','qVrpg','VcURn','sXQdD','@playwright/test','VGIMj','41330HhzbLi','playwright','tags','CyOok','yhfCR','RsUeQ','tEJtS','qFqHa','testUId','filePath','STAAe','sendTraceZip','.zip','join','3RjMmgS','Trace\x20file\x20size\x20exceeds\x20100MB:\x20','playwright/lib/transform/transform.js','stopAndGenerate','getLoadUtilsPath','EHaaQ','eVVRs','mbFbj','winPJ','doo11ySync','@playwright/test/lib/common/configLoader.js','3234JFkrbL','../../../helpers/logger','iWJEK','tnJTV','PeHXe','error','onTestBegin','MYndC','312KjsZwP','VBlLK','readdirSync','existsSync','91983sqMOfx','DHljr','eJFhK','CKmxL','attachments','getProjectUtilsPath','VQErX','440176cwjUTO','Arguments','YyvDc','mKJrx','nlszG','\x20bytes','Invalid\x20file\x20format.\x20Expected\x20a\x20.zip\x20file,\x20but\x20got:\x20','path','calculateTimesFromMultipleFiles','rlUtG','ilxId','EAlXS','HUSou','env','runner/projectUtils.js','iNhTW','endSession','afterWorkerHook','uploadTraceZip','addTraceFilePath','../../../helpers/performance/performance-tester','vNHTe','title','setupBrowserDetails','SywuO','processPageScreenshot','277170gsWdAK','getForkProcessPath','Percentage\x20of\x20increased\x20time\x20is\x20','prototype','xwCQw','Error\x20in\x20sending\x20trace\x20file:\x20%s','UxMZB','12248aEjoIp','startsWith','getConfigLoaderPath','playwright/lib/common/configLoader.js','pzgqz','387gbBrRO','common','getPlaywrightLibPath','TEST_LOG','toISOString','START_TIME','tMGKm','getTime','statSync','588467dNgSct','findNestedKey','zRiKd','ERROR','getTestTags','basename','cqgcA'];a40_0x5b4f=function(){return _0x203bde;};return a40_0x5b4f();}const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require('../../../helpers/test-observability/utils'),PerformanceTester=require(a40_0x34c274(0xa7)),fs=require('fs'),{FRAMEWORKS,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE}=require('../../../helpers/test-observability/constants'),helper=require(a40_0x34c274(0xca)),path=require(a40_0x34c274(0x9a)),logger=require(a40_0x34c274(0x81))[a40_0x34c274(0xd7)],SessionHandler=require('../../../helpers/test-observability/sessionHandler'),TestDetails=require('./test-details'),util=require(a40_0x34c274(0xfa)),getTagsFromTitle=_0x41fbbb=>{const _0x860566=a40_0x34c274;return _0x41fbbb['match'](/@(\w+)/g)?.[_0x860566(0x103)](_0x52f99e=>_0x52f99e[_0x860566(0xfc)](0x1))||[];};exports[a40_0x34c274(0xc6)]=_0x289c3c=>{const _0x3f2d61=a40_0x34c274,_0x4fb7ce={'DHljr':function(_0x1e6d0d,_0xa9dbeb){return _0x1e6d0d(_0xa9dbeb);}};if(_0x289c3c['tags'])return _0x289c3c[_0x3f2d61(0x10e)][_0x3f2d61(0x103)](_0x1f67d7=>_0x1f67d7[_0x3f2d61(0xb5)]('@')?_0x1f67d7['substr'](0x1):_0x1f67d7);return _0x4fb7ce[_0x3f2d61(0x8d)](getTagsFromTitle,_0x289c3c[_0x3f2d61(0xa9)]);},exports[a40_0x34c274(0xed)]=async()=>{const _0x553273=a40_0x34c274,_0x49d2dd={'oCoJt':function(_0x539091,_0x1dcd7d){return _0x539091-_0x1dcd7d;},'DmCqZ':'performance-reporter.html','EHaaQ':_0x553273(0xf9),'PeHXe':_0x553273(0xa3),'bUQBy':_0x553273(0x86),'sDHsL':'onTestEnd','ftGig':'onStepBegin','Owvsd':_0x553273(0xff),'YyDFa':_0x553273(0xf6),'mKJrx':_0x553273(0xa4),'yhfCR':'beforeTestHook','SywuO':'afterTestHook','tnJTV':_0x553273(0x7e),'ilxId':_0x553273(0xac),'CyOok':'sendSessionDetails','iNhTW':_0x553273(0xaa),'BCCRF':'requestSpyCallback','TnLJI':'sendTestLog','YyvDc':function(_0x23a41e,_0x5e6188){return _0x23a41e(_0x5e6188);},'FpTxE':function(_0x74d234,_0x4de48e){return _0x74d234/_0x4de48e;},'VGIMj':function(_0xc4ad7d,_0x10bf40){return _0xc4ad7d+_0x10bf40;},'DeMwc':function(_0x3ec0ea,_0x1c7333){return _0x3ec0ea*_0x1c7333;},'eJFhK':function(_0x2240f0,_0x599edb){return _0x2240f0/_0x599edb;},'BAwgJ':function(_0x244d36,_0x6f935f){return _0x244d36+_0x6f935f;}};if(!process[_0x553273(0xa0)][_0x553273(0xbe)])return;const _0x5e35ab=_0x49d2dd[_0x553273(0xe2)](new Date()[_0x553273(0xc0)](),new Date(process[_0x553273(0xa0)][_0x553273(0xbe)])['getTime']()),_0x45d9ea=await PerformanceTester[_0x553273(0x78)](_0x49d2dd[_0x553273(0xd1)],[_0x49d2dd[_0x553273(0x7a)],_0x49d2dd[_0x553273(0x84)],_0x49d2dd[_0x553273(0xe6)],_0x49d2dd[_0x553273(0xce)],_0x49d2dd[_0x553273(0xf8)],_0x49d2dd[_0x553273(0xcf)]]),_0x214bd1=fs[_0x553273(0x8a)]('.'),_0x45d726=_0x214bd1['filter'](_0x36edc1=>_0x36edc1[_0x553273(0xb5)](_0x553273(0xf0))&&_0x36edc1['endsWith']('.json')),_0x53a528=await PerformanceTester[_0x553273(0x9b)](_0x45d726,[_0x49d2dd['YyDFa'],_0x49d2dd[_0x553273(0x96)],_0x49d2dd[_0x553273(0x110)],_0x49d2dd[_0x553273(0xab)],_0x49d2dd[_0x553273(0x83)],_0x49d2dd[_0x553273(0x9d)],_0x49d2dd[_0x553273(0x10f)],_0x49d2dd[_0x553273(0xa2)],_0x49d2dd['BCCRF'],_0x49d2dd[_0x553273(0xe1)]]);_0x49d2dd[_0x553273(0x95)](debug,'Total\x20duration\x20for\x20whole\x20build\x20is\x20'+_0x49d2dd[_0x553273(0x104)](_0x5e35ab,0x3e8)+'\x20s'),_0x49d2dd[_0x553273(0x95)](debug,_0x553273(0xf1)+_0x49d2dd[_0x553273(0x10b)](_0x53a528,_0x45d9ea)),_0x49d2dd[_0x553273(0x95)](debug,_0x553273(0xaf)+_0x49d2dd[_0x553273(0xf7)](_0x49d2dd[_0x553273(0x8e)](_0x49d2dd['BAwgJ'](_0x53a528,_0x45d9ea),_0x5e35ab),0x64));},exports[a40_0x34c274(0xdb)]=()=>{const _0xfc05e7=a40_0x34c274,_0xa7a3af={'vNHTe':function(_0x926cf7,_0x2ee98e){return _0x926cf7(_0x2ee98e);},'HVGQu':function(_0x359b01,_0x50f53e){return _0x359b01>=_0x50f53e;},'bLFKj':'1.38.0','qVrpg':_0xfc05e7(0x77),'PJWev':_0xfc05e7(0x10d),'brsdT':'1.35.0','UxMZB':_0xfc05e7(0xcb),'iWJEK':'@playwright/test','eVVRs':_0xfc05e7(0xd2)},_0x774191=_0xa7a3af[_0xfc05e7(0xa8)](getFrameworkVersion,FRAMEWORKS[_0xfc05e7(0x102)]);if(_0xa7a3af[_0xfc05e7(0xdf)](helper['compareVersions'](_0x774191,_0xa7a3af['bLFKj']),0x0))return[_0xa7a3af[_0xfc05e7(0x107)],_0xa7a3af['PJWev']];if(_0xa7a3af[_0xfc05e7(0xdf)](helper[_0xfc05e7(0xe4)](_0x774191,_0xa7a3af[_0xfc05e7(0xe9)]),0x0))return[_0xa7a3af[_0xfc05e7(0xb3)],_0xa7a3af[_0xfc05e7(0x82)]];return[_0xa7a3af[_0xfc05e7(0x7b)],_0xa7a3af[_0xfc05e7(0x82)]];},exports[a40_0x34c274(0xb6)]=()=>{const _0x21d24c=a40_0x34c274,_0x3f0c52={'SCjeJ':function(_0xed4d4b,_0x2c2bf8){return _0xed4d4b(_0x2c2bf8);},'qFqHa':function(_0x556ed9,_0x5ae256){return _0x556ed9>=_0x5ae256;},'euhlm':_0x21d24c(0xe7),'QUOVU':_0x21d24c(0xb7),'KTRPE':_0x21d24c(0x10d),'QfhfJ':_0x21d24c(0x7f),'nlszG':_0x21d24c(0x10a)},_0x1bd84c=_0x3f0c52['SCjeJ'](getFrameworkVersion,FRAMEWORKS[_0x21d24c(0x102)]);if(_0x3f0c52[_0x21d24c(0x113)](helper['compareVersions'](_0x1bd84c,_0x3f0c52[_0x21d24c(0xdd)]),0x0))return[_0x3f0c52[_0x21d24c(0xd9)],_0x3f0c52['KTRPE']];return[_0x3f0c52[_0x21d24c(0xf4)],_0x3f0c52[_0x21d24c(0x97)]];},exports[a40_0x34c274(0x79)]=()=>{const _0xb44ba2=a40_0x34c274,_0x1a37b5={};_0x1a37b5[_0xb44ba2(0xc8)]=_0xb44ba2(0xea);const _0x256df6=_0x1a37b5;return helper['getPlaywrightLibPath'](_0x256df6[_0xb44ba2(0xc8)]);},exports[a40_0x34c274(0x91)]=()=>{const _0x4c5b77=a40_0x34c274,_0x4e743b={};_0x4e743b[_0x4c5b77(0xdc)]=_0x4c5b77(0xa1);const _0x419376=_0x4e743b;return helper[_0x4c5b77(0xbb)](_0x419376['DYSiN']);},exports[a40_0x34c274(0xae)]=()=>{const _0x188ebd=a40_0x34c274,_0xefa7d8={'tEJtS':function(_0x3a1d16,_0x43ec1f){return _0x3a1d16(_0x43ec1f);},'epSfw':function(_0x38e605,_0x5485b7){return _0x38e605>=_0x5485b7;},'STAAe':'1.38.0','rlUtG':_0x188ebd(0xcc),'DMPpC':_0x188ebd(0xba),'zRiKd':'process.js','VQErX':'test'},_0x2691b5=_0xefa7d8[_0x188ebd(0x112)](getFrameworkVersion,FRAMEWORKS[_0x188ebd(0x102)]);if(_0xefa7d8[_0x188ebd(0xf2)](helper[_0x188ebd(0xe4)](_0x2691b5,_0xefa7d8[_0x188ebd(0x116)]),0x0))return path[_0x188ebd(0x119)](_0xefa7d8[_0x188ebd(0x9c)],_0xefa7d8[_0x188ebd(0xd0)],_0xefa7d8['zRiKd']);return path['join'](_0xefa7d8[_0x188ebd(0x92)],_0xefa7d8[_0x188ebd(0x9c)],_0xefa7d8[_0x188ebd(0xd0)],_0xefa7d8[_0x188ebd(0xc4)]);},exports['getFailureData']=(_0x115ae5,{test_run_uuid:_0x9d2a7e})=>{const _0x43a10e=a40_0x34c274,_0x33e9ee={'ndQvq':_0x43a10e(0xc5),'RsUeQ':_0x43a10e(0xbc),'VBlLK':function(_0x498014,_0x361bf7){return _0x498014<=_0x361bf7;},'MYndC':function(_0x21bfe9,_0x4b22d4){return _0x21bfe9(_0x4b22d4);},'SueZJ':_0x43a10e(0xd3),'winPJ':function(_0xc74da1,_0x165758){return _0xc74da1(_0x165758);},'sXQdD':function(_0x518052,_0x5a631d){return _0x518052>=_0x5a631d;},'VBzKJ':'1.42.0','tMGKm':function(_0x14c999,_0x527d94){return _0x14c999>_0x527d94;},'wYApT':function(_0x708e27,_0x2fbd13){return _0x708e27(_0x2fbd13);},'tpywA':function(_0x5d8e76,_0x3d5fef,_0x51c116){return _0x5d8e76(_0x3d5fef,_0x51c116);},'pzgqz':_0x43a10e(0xe5)};if(!_0x115ae5||_0x33e9ee[_0x43a10e(0x89)](_0x115ae5[_0x43a10e(0xcd)],0x0))return[];const _0x26a24c=_0x33e9ee[_0x43a10e(0x87)](removeAnsiColors,_0x115ae5[0x0]['message']);if(_0x26a24c[_0x43a10e(0xb5)](_0x33e9ee['SueZJ'])){const _0x335e7f=_0x115ae5[0x0],_0x5423aa=_0x33e9ee[_0x43a10e(0x7d)](getFrameworkVersion,FRAMEWORKS[_0x43a10e(0x102)]);if((!_0x335e7f[_0x43a10e(0xf3)]||_0x33e9ee[_0x43a10e(0x109)](_0x5423aa,_0x33e9ee[_0x43a10e(0xd8)]))&&_0x33e9ee[_0x43a10e(0xbf)](_0x115ae5[_0x43a10e(0xcd)],0x1))return{'failureData':[{'backtrace':[_0x26a24c,_0x33e9ee[_0x43a10e(0xde)](removeAnsiColors,_0x115ae5[0x1][_0x43a10e(0xf3)])]}],'logs':_0x115ae5[_0x43a10e(0xfc)](0x2)['map'](_0x11217f=>{const _0x9865fa=_0x43a10e;return{'timestamp':new Date()[_0x9865fa(0xbd)](),'level':_0x33e9ee['ndQvq'],'message':''+_0x11217f[_0x9865fa(0x105)],'kind':_0x33e9ee[_0x9865fa(0x111)],'http_response':{},'test_run_uuid':_0x9d2a7e};})};}return{'failureData':_0x33e9ee[_0x43a10e(0xc9)](failureData,_0x115ae5,_0x33e9ee[_0x43a10e(0xb8)]),'logs':[]};},exports[a40_0x34c274(0xe3)]=_0x2b3ded=>{const _0x165e77=a40_0x34c274,_0x548e93={};_0x548e93[_0x165e77(0xb1)]=function(_0x2a7df5,_0x133571){return _0x2a7df5!==_0x133571;},_0x548e93[_0x165e77(0xfd)]=_0x165e77(0x118),_0x548e93[_0x165e77(0x9f)]=function(_0x13b68e,_0xa94de5){return _0x13b68e>_0xa94de5;};const _0x523314=_0x548e93;if(_0x2b3ded&&fs[_0x165e77(0x8b)](_0x2b3ded)){if(_0x523314[_0x165e77(0xb1)](path[_0x165e77(0xe0)](_0x2b3ded)['toLowerCase'](),_0x523314[_0x165e77(0xfd)]))return logger[_0x165e77(0x85)](_0x165e77(0x99)+_0x2b3ded),![];const _0x75e1f=fs[_0x165e77(0xc1)](_0x2b3ded)['size'];if(_0x523314[_0x165e77(0x9f)](_0x75e1f,MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE))return logger[_0x165e77(0x85)](_0x165e77(0x76)+_0x75e1f+_0x165e77(0x98)),![];return!![];}return![];},exports['findNestedKey']=(_0x48f91b,_0x178467)=>{const _0xf70020=a40_0x34c274,_0x4139f2={};_0x4139f2[_0xf70020(0x7c)]=_0xf70020(0x94);const _0x19d444=_0x4139f2;logger[_0xf70020(0xd5)](_0xf70020(0xda)+_0x178467);if(_0x48f91b[_0xf70020(0x90)]){const _0x4399af=_0x48f91b[_0xf70020(0x90)]['find'](_0x5c46f5=>_0x5c46f5[_0xf70020(0xd4)]==='trace');if(_0x4399af)return logger[_0xf70020(0xd5)](_0xf70020(0x100)+_0x178467+'\x20in\x20attachments'),_0x4399af[_0x178467];}else{if(Object[_0xf70020(0xb0)]['toString'][_0xf70020(0xee)](_0x48f91b)['includes'](_0x19d444[_0xf70020(0x7c)]))for(const _0x8d1e12 of _0x48f91b){if(_0x8d1e12[_0x178467])return logger['debug'](_0xf70020(0x100)+_0x178467+'\x20in\x20arguments'),_0x8d1e12[_0x178467];}}return'';},exports[a40_0x34c274(0xa5)]=async(_0x54a9d6,_0x35c71e)=>{const _0x514f00=a40_0x34c274,_0x3a5b5f={};_0x3a5b5f[_0x514f00(0x9e)]=_0x514f00(0xfb),_0x3a5b5f[_0x514f00(0x108)]=_0x514f00(0xfe),_0x3a5b5f[_0x514f00(0x106)]=_0x514f00(0x117),_0x3a5b5f[_0x514f00(0x101)]=_0x514f00(0xb2);const _0x4cd810=_0x3a5b5f;try{const _0x3123a3={'event_type':_0x4cd810[_0x514f00(0x9e)],'logs':[{'data':_0x54a9d6?fs[_0x514f00(0xec)](_0x54a9d6):'','test_run_uuid':_0x35c71e,'kind':_0x4cd810[_0x514f00(0x108)],'fileName':_0x54a9d6?path[_0x514f00(0xc7)](_0x54a9d6):''}]};return await SessionHandler['sendEventData'](_0x3123a3,0x0,_0x4cd810[_0x514f00(0x106)]);}catch(_0xa63f1d){logger[_0x514f00(0x85)](util[_0x514f00(0xf5)](_0x4cd810[_0x514f00(0x101)],_0xa63f1d));}},exports['sendTraceZip']=async(_0x3825e2,_0x51637d)=>{const _0x12fea9=a40_0x34c274,_0x5a7027={};_0x5a7027[_0x12fea9(0x8f)]='path',_0x5a7027[_0x12fea9(0xd6)]='Trace\x20enabled',_0x5a7027['ZKLEU']='Error\x20in\x20sending\x20trace\x20file:\x20%s';const _0x1750b3=_0x5a7027;try{logger[_0x12fea9(0xd5)](_0x12fea9(0xeb)+_0x51637d);const _0x4ffc5f=await exports[_0x12fea9(0xc3)](_0x3825e2,_0x1750b3['CKmxL']);if(exports['validateFilePath'](_0x4ffc5f)){logger[_0x12fea9(0xd5)](_0x1750b3[_0x12fea9(0xd6)]);const _0x2f5b8c={};_0x2f5b8c[_0x12fea9(0x114)]=_0x51637d,_0x2f5b8c[_0x12fea9(0x115)]=_0x4ffc5f;const _0x19df2e=_0x2f5b8c;TestDetails[_0x12fea9(0xa6)](_0x19df2e);};}catch(_0x86ff01){logger[_0x12fea9(0x85)](util[_0x12fea9(0xf5)](_0x1750b3['ZKLEU'],_0x86ff01));}};
@@ -1 +1 @@
1
- const a41_0x3bb438=a41_0xe086;function a41_0x3ccd(){const _0x4c7ca5=['\x20is\x20triggered\x20for\x20test\x20','TCcXd','VxsbN','logs','BEFORE_EACH','name','../../../helpers/test-observability/error-handler','_gitConfigPath','uWXUc','getTestRunIdentifier','dKwsv','_testHooksMap','test_run_uuid','RnKdY','hEpgg','trace_','mkdirSync','getTestUUID','TEST_ATTACHMENT','screenshot','getHierarchy','4342212xfCwBp','hNidl','onEnd','sendTestRunEvent','9318iIGrES','getCustomRerunParam','7373585kzEMlv','90648pdvWWb','XqEWj','YORDO','onUWF','join','beforeAll\x20hook','toString','ESzXR','tbMtb','failure','ilWfY','onTestEnd','TestRunFinished','status','RMvyK','\x20at\x20','RHaJi','TestRunStarted','ttXdt','event_type','efOQb','NFIYa','finishedAt','configureGit','YWkZq','reportLogs','AFTER_EACH','message','cwd','retry_of','parent','startsWith','hook','onBegin','BZmwf','depth','env','sendSessionDetails','IQXPZ','Tlbep','attachments','splice','77wgSVOP','PXGxJ','PLAYWRIGHT_TRACE_LOGS','rWWvm','nYLIe','reverse','WUpbR','format','skipped','vGIWe','_tests','VSJdp','MyReporter','getScope','\x20for\x20','Fclvo','getStepsAndLogs','split','../../../helpers/test-observability/constants','AFTER_ALL','failure_reason','BEFORE_ALL','LMXpS','../../../helpers/performance/performance-tester','YoaqA','JvQPF','CedZX','../../../helpers/test-observability/requestQueueHandler','CykWR','filter','NpTdl','options','QsXxd','startedAt','homedir','failure_type','indexOf','4IWBync','PuCQJ','nNyGh','uClgf','.txt','duration','onStepEnd','../../../helpers/test-observability/utils','getInstance','existsSync','statSync','ClJZO','../../../helpers/helper','wQUwK','errors','onTestBegin','WQxua','HookRunStarted','steps','stack','uuid','../../../helpers/testhub/utils','vrZnQ','relative','wGbVM','afterEach\x20hook','retry','BROWSERSTACK_O11Y_PERF_MEASUREMENT','LZvhH','location','error','result','RQdew','akWqB','PGoyd','Starting\x20sending\x20trace\x20zip\x20for\x20test:\x20','test','Error\x20in\x20calculating\x20performance:\x20','readFileSync','timedOut','BROWSERSTACK_TEST_RUN_ID','zWadW','PLAYWRIGHT','_projectId','failed','hook_run','test_run','../../../helpers/test-observability/sessionHandler','YrJDH','Before\x20Hooks','getStepIdentifier','category','MPzsZ','IFQWw','Hook\x20Started\x20with\x20unique\x20id\x20','javascript','length','oHHCE','GDfMh','35169564DmMtxV','expectedStatus','\x20-\x20','UzvIJ','zZRon','EfvDu','onStepBegin','_gitConfigured','VGJaB','needToReportStep','toISOString','dRLcs','hook_run_uuid','6005493fLoacE','hvNrx','map','getTestIdentifier','AWZUe','titlePath','DcHGt','KBCOT','4181808vgTbcp','uCboT','Nqyuh','MqTFO','logLevel','xYLUx','bnvYM','title','getHookType','hfWba','106KKqJxm','yQHuU','Trace\x20file\x20found\x20for\x20test:\x20','ZLWoI','uzoFs','OLfKg','LxbCr','11xAcKgE','uxIsZ','forEach','path','HookRunFinished','uploadEventData','startTime','devTZ','ovpld','unknown','utf8','file','YeRmA','afterAll\x20hook','OSUKZ','passed','endSession','PnqAR','util','Test\x20Finished\x20with\x20unique\x20id\x20','Hook\x20Finished\x20with\x20unique\x20id\x20','bbjfv','MfzCZ','10wuCGwm','exports','iqPkK','Sending\x20session\x20details\x20for\x20','fVwgp','LRESh','./pwUtils','meta','expanded','GItZj','aNJYZ','../../../helpers/testhub/testhubHandler','XYlyc','_tags','PRGqC','LogCreated','ljzlM','beforeEach\x20hook','Weevg','ycqhf','_bs_hookIdentifier','rqbJe','backtrace','base64','hbYkt','iAtGi','Hbvgt','pending','push','getTime','performance-report-reporter.json','RCAfC','sendHookRunEvent','Error\x20in\x20sending\x20trace\x20zip:\x20%s','zqoYo','hooks'];a41_0x3ccd=function(){return _0x4c7ca5;};return a41_0x3ccd();}function a41_0xe086(_0x558605,_0x502d6a){const _0x3ccdfb=a41_0x3ccd();return a41_0xe086=function(_0xe08615,_0x437715){_0xe08615=_0xe08615-0xb5;let _0x5f5d79=_0x3ccdfb[_0xe08615];return _0x5f5d79;},a41_0xe086(_0x558605,_0x502d6a);}(function(_0x24cd33,_0x2fb58e){const _0x5ae8ab=a41_0xe086,_0x14db12=_0x24cd33();while(!![]){try{const _0x3d3708=-parseInt(_0x5ae8ab(0xc6))/0x1*(parseInt(_0x5ae8ab(0x121))/0x2)+-parseInt(_0x5ae8ab(0x11d))/0x3+parseInt(_0x5ae8ab(0x173))/0x4*(-parseInt(_0x5ae8ab(0x123))/0x5)+parseInt(_0x5ae8ab(0xbc))/0x6+parseInt(_0x5ae8ab(0x14e))/0x7*(-parseInt(_0x5ae8ab(0x124))/0x8)+-parseInt(_0x5ae8ab(0x1bb))/0x9*(-parseInt(_0x5ae8ab(0xe4))/0xa)+parseInt(_0x5ae8ab(0xcd))/0xb*(parseInt(_0x5ae8ab(0x1ae))/0xc);if(_0x3d3708===_0x2fb58e)break;else _0x14db12['push'](_0x14db12['shift']());}catch(_0x1d54d6){_0x14db12['push'](_0x14db12['shift']());}}}(a41_0x3ccd,0xb82fa));const RequestQueueHandler=require(a41_0x3bb438(0x169)),{calculatePerformance,getTestTags,getFailureData,sendTraceZip,findNestedKey,validateFilePath}=require(a41_0x3bb438(0xea)),{v4:uuidv4}=require(a41_0x3bb438(0x187)),path=require(a41_0x3bb438(0xd0)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a41_0x3bb438(0x17a)),{getGitMetaData,setLogLevel}=require(a41_0x3bb438(0x17f)),TestDetails=require('./test-details'),fs=require('fs'),util=require(a41_0x3bb438(0xdf)),{o11yClassErrorHandler}=require(a41_0x3bb438(0x10e)),PerformanceTester=require(a41_0x3bb438(0x165)),{FRAMEWORKS}=require(a41_0x3bb438(0x160)),SessionHandler=require(a41_0x3bb438(0x1a2)),{appendTesthubParams}=require(a41_0x3bb438(0x188)),TestHubHandler=require(a41_0x3bb438(0xef)),helper=require(a41_0x3bb438(0x17f));class MyReporter{constructor(_0x34a7a8){const _0x33ce06=a41_0x3bb438,_0x9fca16={'xYLUx':'5|0|3|6|1|2|4','qHxwb':_0x33ce06(0x102),'jZvLC':function(_0x4a0279,_0x16ec4e,_0x41bbe5,_0x1572a6){return _0x4a0279(_0x16ec4e,_0x41bbe5,_0x1572a6);}},_0x1de9cb=_0x9fca16[_0x33ce06(0xc1)][_0x33ce06(0x15f)]('|');let _0x355432=0x0;while(!![]){switch(_0x1de9cb[_0x355432++]){case'0':process[_0x33ce06(0x148)][_0x33ce06(0x18e)]&&(PerformanceTester['startMonitoring'](_0x9fca16['qHxwb']),process[_0x33ce06(0x148)]['START_TIME']=new Date()['toISOString']());continue;case'1':this[_0x33ce06(0x16d)]=_0x34a7a8;continue;case'2':this[_0x33ce06(0x1b5)]=![];continue;case'3':this[_0x33ce06(0x158)]={};continue;case'4':this[_0x33ce06(0x10f)]=null;continue;case'5':const _0x35b127={};_0x35b127[_0x33ce06(0xc0)]=process['env']['BROWSERSTACK_LOG_LEVEL'],_0x9fca16['jZvLC'](setLogLevel,_0x35b127,new Map(),new Map());continue;case'6':this[_0x33ce06(0x113)]={};continue;}break;}}async['onBegin'](){const _0x489588=a41_0x3bb438;TestDetails['setup'](),await this[_0x489588(0x13b)]();}async[a41_0x3bb438(0x182)](_0x2af253,_0x11578e){const _0x4a7f6f=a41_0x3bb438,_0x392110={'PnqAR':function(_0x5c0c39,_0x243049){return _0x5c0c39(_0x243049);},'VxsbN':_0x4a7f6f(0x135)},_0x4522b7=this[_0x4a7f6f(0xb7)](_0x2af253),_0x32a397=TestDetails[_0x4a7f6f(0x119)](this[_0x4a7f6f(0x111)](_0x2af253,_0x11578e['retry']));process[_0x4a7f6f(0x148)][_0x4a7f6f(0x19b)]=_0x32a397;const _0x4b4f33={};_0x4b4f33[_0x4a7f6f(0x187)]=_0x32a397,_0x4b4f33[_0x4a7f6f(0x16f)]=_0x11578e[_0x4a7f6f(0xd3)],this[_0x4a7f6f(0x158)][_0x4522b7]=_0x4b4f33,_0x392110[_0x4a7f6f(0xde)](trace,'Test\x20Started\x20with\x20unique\x20id\x20'+_0x4522b7),await this[_0x4a7f6f(0x120)](_0x2af253,_0x392110[_0x4a7f6f(0x10a)],_0x11578e);}async[a41_0x3bb438(0x1b4)](_0x54c40e,_0xaa444,_0x514b06){const _0x1b8d81=a41_0x3bb438,_0x4a0412={'ovpld':function(_0x38b583,_0x2c22e8){return _0x38b583(_0x2c22e8);},'ljzlM':_0x1b8d81(0x184)};if(!this[_0x1b8d81(0x1b7)](_0x514b06,_0x54c40e))return;const _0x54f891=this['setStepIdentifier'](_0x54c40e,_0x514b06);this[_0x1b8d81(0x158)][_0x54f891]={'uuid':TestDetails[_0x1b8d81(0x119)](_0x54f891),'startedAt':_0x514b06[_0x1b8d81(0xd3)][_0x1b8d81(0x1b8)]()};const _0x245591=this['getTestRunIdentifier'](_0x54c40e,_0xaa444[_0x1b8d81(0x18d)]);!this[_0x1b8d81(0x113)][_0x245591]&&(this[_0x1b8d81(0x113)][_0x245591]=[]),this[_0x1b8d81(0x113)][_0x245591]['push'](this[_0x1b8d81(0x158)][_0x54f891][_0x1b8d81(0x187)]),_0x4a0412[_0x1b8d81(0xd5)](trace,_0x1b8d81(0x1a9)+_0x54f891+_0x1b8d81(0x108)+_0x245591),await this[_0x1b8d81(0x104)](_0x54c40e,_0x514b06,_0x4a0412[_0x1b8d81(0xf4)],_0xaa444);}async['onStepEnd'](_0x3c434e,_0x2dd0df,_0x27f007){const _0x369115=a41_0x3bb438,_0x404750={'IFQWw':function(_0x4f5b47,_0x420e51){return _0x4f5b47+_0x420e51;},'muqNr':function(_0x6f2bb,_0x1f54c1){return _0x6f2bb(_0x1f54c1);},'sIAkf':_0x369115(0xd1)};if(!this[_0x369115(0x1b7)](_0x27f007,_0x3c434e))return;const _0x1215c3=this[_0x369115(0x1a5)](_0x3c434e,_0x27f007);this[_0x369115(0x158)][_0x1215c3]={...this['_tests'][_0x1215c3]||{},'finishedAt':new Date(_0x404750[_0x369115(0x1a8)](_0x27f007[_0x369115(0xd3)][_0x369115(0x101)](),_0x27f007[_0x369115(0x178)]))},_0x404750['muqNr'](trace,_0x369115(0xe1)+_0x1215c3+'\x20is\x20triggered'),await this[_0x369115(0x104)](_0x3c434e,_0x27f007,_0x404750['sIAkf'],_0x2dd0df);}async[a41_0x3bb438(0x12f)](_0x5f3b30,_0x308c0a){const _0x2c5191=a41_0x3bb438,_0x265f04={'ZEEOq':function(_0xd8fe82,_0x5d713e){return _0xd8fe82===_0x5d713e;},'RQdew':_0x2c5191(0x11b),'pvYcB':'TEST_SCREENSHOT','Hbvgt':_0x2c5191(0xfb),'NpTdl':function(_0x22ea1c,_0xee8c35){return _0x22ea1c(_0xee8c35);},'Nvcyh':_0x2c5191(0x130),'EfvDu':function(_0x3e3b20,_0x269609){return _0x3e3b20(_0x269609);},'ttXdt':'Error\x20in\x20sending\x20test\x20run\x20event:\x20%s','WQxua':function(_0x24cf82,_0x46e843){return _0x24cf82(_0x46e843);},'hiXMD':function(_0xbe871f,_0xbcb466,_0x61e6c0){return _0xbe871f(_0xbcb466,_0x61e6c0);},'nRtJl':function(_0x5be761,_0x2ead6d){return _0x5be761(_0x2ead6d);},'iAtGi':_0x2c5191(0x105),'Tlbep':function(_0x13e4fd,_0x2def05){return _0x13e4fd>_0x2def05;}},_0x45dc1d=this[_0x2c5191(0xb7)](_0x5f3b30),_0x60623e=TestDetails[_0x2c5191(0x119)](this[_0x2c5191(0x111)](_0x5f3b30,_0x308c0a[_0x2c5191(0x18d)]));this[_0x2c5191(0x158)][_0x45dc1d]={...this[_0x2c5191(0x158)][_0x45dc1d]||{},'finishedAt':new Date()[_0x2c5191(0x1b8)]()},_0x265f04[_0x2c5191(0x16c)](trace,_0x2c5191(0xe0)+_0x45dc1d);try{await this[_0x2c5191(0x120)](_0x5f3b30,_0x265f04['Nvcyh'],_0x308c0a);}catch(_0x3c7906){_0x265f04[_0x2c5191(0x1b3)](debug,util['format'](_0x265f04[_0x2c5191(0x136)],_0x3c7906['toString']()));}try{_0x265f04[_0x2c5191(0x183)](debug,_0x2c5191(0x196)+_0x60623e),await _0x265f04['hiXMD'](sendTraceZip,_0x308c0a,_0x60623e);}catch(_0x597320){_0x265f04['nRtJl'](debug,util[_0x2c5191(0x155)](_0x265f04[_0x2c5191(0xfd)],_0x597320[_0x2c5191(0x12a)]()));}const _0x536690=[];_0x308c0a[_0x2c5191(0x14c)]&&_0x308c0a[_0x2c5191(0x14c)][_0x2c5191(0xb6)](_0x3de68b=>{const _0x2feb6e=_0x2c5191;if(_0x265f04['ZEEOq'](_0x3de68b[_0x2feb6e(0x10d)],_0x265f04[_0x2feb6e(0x193)])){if(!_0x3de68b['path']||!fs[_0x2feb6e(0x17c)](_0x3de68b['path']))return;_0x536690['push']({'test_run_uuid':_0x60623e,'timestamp':fs[_0x2feb6e(0x17d)](_0x3de68b[_0x2feb6e(0xd0)])['mtime'],'kind':_0x265f04['pvYcB'],'message':fs[_0x2feb6e(0x199)](_0x3de68b['path'],{'encoding':_0x265f04[_0x2feb6e(0xfe)]})});}}),_0x265f04[_0x2c5191(0x14b)](_0x536690[_0x2c5191(0x1ab)],0x0)&&await MyReporter['reportLogs'](_0x536690);}async['endSession'](){const _0x1dd1d3=a41_0x3bb438;await RequestQueueHandler[_0x1dd1d3(0x17b)]()['shutdown']();}async[a41_0x3bb438(0x11f)](_0x501b6f){const _0x2a0459=a41_0x3bb438,_0x3618fe={'ycqhf':function(_0x272cf2){return _0x272cf2();},'Fclvo':function(_0x299464,_0x6dff83){return _0x299464(_0x6dff83);}};await this[_0x2a0459(0xdd)]();try{process[_0x2a0459(0x148)][_0x2a0459(0x18e)]&&await _0x3618fe[_0x2a0459(0xf7)](calculatePerformance);}catch(_0x4668f2){_0x3618fe[_0x2a0459(0x15d)](debug,_0x2a0459(0x198)+_0x4668f2['toString']());}}static async['addTestUIDAndReportLog'](_0x2f87e9,_0x2a8ff6){const _0x4e4f3a=a41_0x3bb438;_0x2a8ff6[_0x4e4f3a(0x114)]=TestDetails[_0x4e4f3a(0x119)](_0x2f87e9),await this[_0x4e4f3a(0x13d)]([_0x2a8ff6]);}static async[a41_0x3bb438(0x13d)](_0x236005){const _0x43add7=a41_0x3bb438,_0x27cfd0={};_0x27cfd0[_0x43add7(0xe6)]=_0x43add7(0xf3);const _0x1c33d9=_0x27cfd0,_0x1bc9e6={};_0x1bc9e6[_0x43add7(0x137)]=_0x1c33d9[_0x43add7(0xe6)],_0x1bc9e6['logs']=_0x236005,await SessionHandler[_0x43add7(0xd2)](_0x1bc9e6);}async[a41_0x3bb438(0x104)](_0x36f68e,_0x3da08b,_0x466d60,_0x488e6b){const _0x17a173=a41_0x3bb438,_0x4ad1a7={'TCcXd':_0x17a173(0x144),'akWqB':'javascript','YVhLD':_0x17a173(0xff),'xdRlq':function(_0x32d73a,_0x2e6787){return _0x32d73a>=_0x2e6787;},'ClJZO':function(_0x577283,_0x1ea0ef){return _0x577283===_0x1ea0ef;},'RHaJi':'HookRunFinished','mTkIN':function(_0x40c1d6,_0x5d01f6){return _0x40c1d6>_0x5d01f6;},'zqoYo':_0x17a173(0x19f),'dRLcs':function(_0x5d1745,_0x52aa98){return _0x5d1745(_0x52aa98);},'WulDz':function(_0x244efe,_0x6b3786){return _0x244efe(_0x6b3786);},'AWZUe':function(_0x208e43,_0x18a4c1,_0x527988){return _0x208e43(_0x18a4c1,_0x527988);},'PGoyd':'err','VGJaB':function(_0x3a4bd8,_0xb71ea3){return _0x3a4bd8===_0xb71ea3;},'ilWfY':_0x17a173(0xdc)},_0x58f2fc=this[_0x17a173(0x1a5)](_0x36f68e,_0x3da08b),_0x55bb71=this['_tests'][_0x58f2fc],_0x12cb92={'uuid':_0x55bb71[_0x17a173(0x187)],'type':_0x4ad1a7[_0x17a173(0x109)],'hook_type':this[_0x17a173(0xc4)](_0x3da08b[_0x17a173(0xc3)]),'name':_0x3da08b['title'],'scope':this['getScope'](_0x3da08b),'scopes':this[_0x17a173(0x11c)](_0x36f68e),'body':{'lang':_0x4ad1a7[_0x17a173(0x194)],'code':null},'identifier':_0x58f2fc,'file_name':path[_0x17a173(0x18a)](process[_0x17a173(0x140)](),_0x36f68e[_0x17a173(0x190)][_0x17a173(0xd8)]),'location':path['relative'](process['cwd'](),_0x36f68e['location'][_0x17a173(0xd8)]),'result':_0x4ad1a7['YVhLD'],'duration_in_ms':_0x4ad1a7['xdRlq'](_0x3da08b[_0x17a173(0x178)],0x0)?_0x3da08b['duration']:undefined,'vc_filepath':this[_0x17a173(0x10f)]&&_0x36f68e[_0x17a173(0x190)][_0x17a173(0xd8)]?path[_0x17a173(0x18a)](this['_gitConfigPath'],_0x36f68e[_0x17a173(0x190)][_0x17a173(0xd8)]):undefined,'started_at':_0x55bb71[_0x17a173(0x16f)],'finished_at':_0x55bb71[_0x17a173(0x13a)],'framework':FRAMEWORKS[_0x17a173(0x19d)]};if(_0x4ad1a7[_0x17a173(0x17e)](_0x466d60,_0x4ad1a7[_0x17a173(0x134)])){const {steps:_0x49ec78,logs:_0x1dce30}=this[_0x17a173(0x15e)](_0x3da08b[_0x17a173(0x185)],_0x55bb71[_0x17a173(0x187)],_0x4ad1a7[_0x17a173(0x109)]);_0x1dce30&&_0x4ad1a7['mTkIN'](_0x1dce30[_0x17a173(0x1ab)],0x0)&&await MyReporter['reportLogs'](_0x1dce30);const _0x1a6b0={};_0x1a6b0[_0x17a173(0x185)]=_0x49ec78,_0x12cb92[_0x17a173(0xeb)]=_0x1a6b0;if(_0x3da08b['error']){_0x12cb92[_0x17a173(0x192)]=_0x4ad1a7[_0x17a173(0x106)],_0x12cb92[_0x17a173(0x162)]=_0x4ad1a7[_0x17a173(0x1b9)](removeAnsiColors,_0x3da08b[_0x17a173(0x191)][_0x17a173(0x13f)]),_0x12cb92[_0x17a173(0x171)]=_0x4ad1a7['WulDz'](getFailureType,_0x3da08b['error'][_0x17a173(0x13f)]);const _0x3a38df=_0x4ad1a7[_0x17a173(0xb8)](failureData,_0x3da08b[_0x17a173(0x191)],_0x4ad1a7[_0x17a173(0x195)]);if(_0x3a38df&&_0x4ad1a7[_0x17a173(0x1b6)](_0x3a38df[_0x17a173(0x1ab)],0x0)){const _0x28ce9f={};_0x28ce9f[_0x17a173(0xfa)]=[_0x12cb92[_0x17a173(0x162)]],_0x28ce9f[_0x17a173(0xec)]=[],_0x3a38df[_0x17a173(0x100)](_0x28ce9f);}_0x12cb92[_0x17a173(0x12d)]=_0x3a38df;}else _0x12cb92[_0x17a173(0x192)]=_0x4ad1a7[_0x17a173(0x12e)];}const _0x9a659={};_0x9a659[_0x17a173(0x137)]=_0x466d60,_0x9a659[_0x17a173(0x1a0)]=_0x12cb92;const _0x3b1e4d=_0x9a659;await SessionHandler[_0x17a173(0xd2)](_0x3b1e4d);}[a41_0x3bb438(0x15e)](_0x2a1088,_0x35c61f,_0x466ba9){const _0x2cbfdf=a41_0x3bb438,_0x1b713a={'WUpbR':function(_0xe1918f,_0x33208d){return _0xe1918f===_0x33208d;},'RCAfC':'hook','CykWR':function(_0x2a51f9,_0x486858){return _0x2a51f9===_0x486858;},'KBCOT':'After\x20Hooks','wQUwK':function(_0x4ed1ae,_0x5c7a7e){return _0x4ed1ae===_0x5c7a7e;},'uxIsZ':_0x2cbfdf(0x1a4),'bnvYM':function(_0x2c36df,_0x1b4212){return _0x2c36df===_0x1b4212;},'dKwsv':'test','YORDO':_0x2cbfdf(0x114),'LRESh':_0x2cbfdf(0x1ba),'BZmwf':'TEST_STEP','Weevg':_0x2cbfdf(0x19f),'MPzsZ':_0x2cbfdf(0xdc),'aNJYZ':function(_0x4343ae,_0x65d62c){return _0x4343ae(_0x65d62c);},'swuJU':function(_0x117681,_0x1c454c){return _0x117681(_0x1c454c);},'yqCLV':function(_0x514637){return _0x514637();},'hfWba':function(_0x4202ed,_0x404f3f){return _0x4202ed(_0x404f3f);},'rsuyr':function(_0x49fc69,_0x129490){return _0x49fc69(_0x129490);},'kdVgE':function(_0x2399c4,_0x15de13,_0x4cf239){return _0x2399c4(_0x15de13,_0x4cf239);}},_0x58e568=[],_0x1e90e7=[],_0xbd90c1=_0x2a1088[_0x2cbfdf(0x16b)](_0x3cc331=>{const _0x93333c=_0x2cbfdf;if(_0x1b713a[_0x93333c(0x154)](_0x3cc331['category'],_0x1b713a[_0x93333c(0x103)])&&(_0x1b713a[_0x93333c(0x16a)](_0x3cc331['title'],_0x1b713a[_0x93333c(0xbb)])||_0x1b713a[_0x93333c(0x180)](_0x3cc331[_0x93333c(0xc3)],_0x1b713a[_0x93333c(0xce)])))return![];return!![];}),_0x3e6ea5=(_0x4f0566,_0x26a832=![])=>{const _0x369dec=_0x2cbfdf;if(_0x1b713a['wQUwK'](_0x4f0566[_0x369dec(0x185)][_0x369dec(0x1ab)],0x0)){const _0x3a57f9=_0x1b713a[_0x369dec(0xc2)](_0x466ba9,_0x1b713a[_0x369dec(0x112)])?_0x1b713a[_0x369dec(0x126)]:_0x1b713a[_0x369dec(0xe9)];_0x1e90e7['push']({'kind':_0x1b713a[_0x369dec(0x146)],[_0x3a57f9]:_0x35c61f,'message':_0x4f0566['title'],'timestamp':_0x4f0566[_0x369dec(0xd3)][_0x369dec(0x1b8)](),'level':_0x4f0566['error']?_0x1b713a['Weevg']:_0x1b713a[_0x369dec(0x1a7)],'duration':_0x4f0566[_0x369dec(0x178)],'failure':_0x4f0566['error']&&_0x4f0566[_0x369dec(0x191)][_0x369dec(0x13f)]&&_0x1b713a[_0x369dec(0xee)](removeAnsiColors,_0x4f0566['error'][_0x369dec(0x13f)]),'failure_type':_0x1b713a['swuJU'](getFailureType,_0x4f0566[_0x369dec(0x191)]&&_0x4f0566[_0x369dec(0x191)]['message'])});}else{!_0x26a832&&_0x58e568['push']({'id':_0x1b713a['yqCLV'](uuidv4),'text':_0x4f0566['title'],'keyword':undefined,'started_at':_0x4f0566[_0x369dec(0xd3)]['toISOString'](),'duration':_0x4f0566[_0x369dec(0x178)],'result':_0x4f0566['error']?_0x1b713a[_0x369dec(0xf6)]:_0x1b713a[_0x369dec(0x1a7)],'failure':_0x4f0566[_0x369dec(0x191)]&&_0x4f0566[_0x369dec(0x191)][_0x369dec(0x13f)]&&_0x1b713a[_0x369dec(0xc5)](removeAnsiColors,_0x4f0566[_0x369dec(0x191)]['message']),'failure_type':_0x1b713a['rsuyr'](getFailureType,_0x4f0566[_0x369dec(0x191)]&&_0x4f0566[_0x369dec(0x191)]['message'])});for(const _0x56b8a4 of _0x4f0566[_0x369dec(0x185)]){_0x1b713a['kdVgE'](_0x3e6ea5,_0x56b8a4,!![]);}}};for(const _0xdbb90e of _0xbd90c1){_0x1b713a['kdVgE'](_0x3e6ea5,_0xdbb90e,![]);}const _0x1ecf00={};return _0x1ecf00['steps']=_0x58e568,_0x1ecf00['logs']=_0x1e90e7,_0x1ecf00;}async['sendTestRunEvent'](_0x7bffd1,_0x32d968,_0x3086ee){const _0x5957e9=a41_0x3bb438,_0x58158d={'GItZj':function(_0x59eb36,_0x4b896b){return _0x59eb36(_0x4b896b);},'YWkZq':_0x5957e9(0x11a),'rqbJe':_0x5957e9(0x150),'PRGqC':_0x5957e9(0x197),'fkwIn':_0x5957e9(0x1aa),'hEpgg':_0x5957e9(0xff),'vOWEW':function(_0x423777,_0x411be9){return _0x423777(_0x411be9);},'bbjfv':function(_0x6d2b52,_0x288441,_0x3d201b,_0xc33be3,_0x10bacd){return _0x6d2b52(_0x288441,_0x3d201b,_0xc33be3,_0x10bacd);},'zZRon':function(_0x3fb681,_0x5cd83f){return _0x3fb681>_0x5cd83f;},'zWadW':function(_0x54e826,_0x49a65f){return _0x54e826-_0x49a65f;},'uzoFs':function(_0x5a4291,_0x3ee982){return _0x5a4291===_0x3ee982;},'ESzXR':_0x5957e9(0x130),'tbMtb':function(_0x42393c,_0x7bf773){return _0x42393c===_0x7bf773;},'devTZ':_0x5957e9(0x156),'efOQb':_0x5957e9(0xdc),'yQHuU':function(_0x3180a6,_0x2464aa){return _0x3180a6===_0x2464aa;},'XqEWj':_0x5957e9(0x19f),'dOTnp':_0x5957e9(0x19a),'MXLxF':function(_0x2b6334,_0x153cc8){return _0x2b6334===_0x153cc8;},'IQXPZ':function(_0x11d096,_0x1afaf3){return _0x11d096===_0x1afaf3;},'YoaqA':'Expected\x20to\x20fail,\x20but\x20passed.','RnKdY':function(_0x4dce84,_0x3a2705){return _0x4dce84(_0x3a2705);},'KWGAH':function(_0x43b004,_0xe57ebc){return _0x43b004(_0xe57ebc);},'nNyGh':function(_0x690d29,_0x5efd70,_0x273ef7){return _0x690d29(_0x5efd70,_0x273ef7);},'oHHCE':function(_0x3f5b0b,_0xed31e3){return _0x3f5b0b===_0xed31e3;},'hNidl':_0x5957e9(0xd0),'Nqyuh':'.browserstack','DcHGt':_0x5957e9(0xd7),'OSUKZ':function(_0x1af9f2,_0x555506){return _0x1af9f2!==_0x555506;}},_0x512707=this[_0x5957e9(0xb7)](_0x7bffd1),_0x2f8d55=this[_0x5957e9(0x15b)](_0x7bffd1),_0x313ad0=this[_0x5957e9(0x158)][_0x512707],_0x124595=path['relative'](process[_0x5957e9(0x140)](),_0x7bffd1[_0x5957e9(0x190)][_0x5957e9(0xd8)]);await this['configureGit']();const _0x5bb9bf={'uuid':_0x313ad0[_0x5957e9(0x187)],'type':_0x58158d[_0x5957e9(0xf2)],'name':_0x7bffd1[_0x5957e9(0xc3)],'body':{'lang':_0x58158d['fkwIn'],'code':_0x7bffd1['fn']['toString']()},'scope':_0x2f8d55,'scopes':this[_0x5957e9(0x11c)](_0x7bffd1),'identifier':_0x512707,'file_name':_0x124595,'location':_0x124595,'result':_0x58158d[_0x5957e9(0x116)],'duration_in_ms':_0x3086ee&&_0x3086ee[_0x5957e9(0x178)]?_0x3086ee['duration']:null,'vc_filepath':this[_0x5957e9(0x10f)]&&_0x7bffd1[_0x5957e9(0x190)][_0x5957e9(0xd8)]?path[_0x5957e9(0x18a)](this['_gitConfigPath'],_0x7bffd1[_0x5957e9(0x190)][_0x5957e9(0xd8)]):undefined,'started_at':_0x313ad0['startedAt'],'finished_at':_0x313ad0[_0x5957e9(0x13a)],'framework':FRAMEWORKS[_0x5957e9(0x19d)],'customRerunParam':{'rerun_name':this[_0x5957e9(0x122)](_0x7bffd1)},'tags':_0x58158d['vOWEW'](getTestTags,_0x7bffd1)};_0x58158d[_0x5957e9(0xe2)](appendTesthubParams,_0x5bb9bf,_0x32d968,_0x7bffd1,FRAMEWORKS[_0x5957e9(0x19d)]);_0x3086ee&&_0x58158d['zZRon'](_0x3086ee[_0x5957e9(0x18d)],0x0)&&(_0x5bb9bf[_0x5957e9(0x141)]=TestDetails[_0x5957e9(0x119)](this[_0x5957e9(0x111)](_0x7bffd1,_0x58158d[_0x5957e9(0x19c)](_0x3086ee['retry'],0x1))));if(_0x58158d[_0x5957e9(0xca)](_0x32d968,_0x58158d[_0x5957e9(0x12b)])){_0x5bb9bf[_0x5957e9(0x192)]=_0x3086ee[_0x5957e9(0x131)];if(_0x58158d['tbMtb'](_0x3086ee['status'],_0x7bffd1['expectedStatus']))_0x5bb9bf[_0x5957e9(0x192)]=_0x58158d['tbMtb'](_0x3086ee[_0x5957e9(0x131)],_0x58158d[_0x5957e9(0xd4)])?_0x58158d[_0x5957e9(0xd4)]:_0x58158d[_0x5957e9(0x138)];else{(_0x58158d[_0x5957e9(0xc7)](_0x5bb9bf['result'],_0x58158d[_0x5957e9(0x138)])||_0x58158d['tbMtb'](_0x5bb9bf['result'],_0x58158d[_0x5957e9(0x125)])||_0x58158d[_0x5957e9(0x12c)](_0x5bb9bf['result'],_0x58158d['dOTnp']))&&(_0x5bb9bf[_0x5957e9(0x192)]=_0x58158d[_0x5957e9(0x125)]);if(_0x58158d['MXLxF'](_0x3086ee[_0x5957e9(0x131)],_0x58158d[_0x5957e9(0x138)])&&_0x58158d[_0x5957e9(0x14a)](_0x7bffd1[_0x5957e9(0x1af)],_0x58158d[_0x5957e9(0x125)])){const _0x1f2136={};_0x1f2136['message']=_0x58158d[_0x5957e9(0x166)],_0x1f2136[_0x5957e9(0x186)]=_0x58158d[_0x5957e9(0x166)],_0x3086ee[_0x5957e9(0x191)]=_0x1f2136,_0x3086ee['errors']=[_0x3086ee['error']];}}const _0x117afd=this[_0x5957e9(0x111)](_0x7bffd1,_0x3086ee[_0x5957e9(0x18d)]);_0x5bb9bf[_0x5957e9(0x107)]=this['_testHooksMap'][_0x117afd];const {steps:_0x302b9a,logs:_0x472c08}=this[_0x5957e9(0x15e)](_0x3086ee['steps'],_0x313ad0[_0x5957e9(0x187)],_0x58158d['PRGqC']);await MyReporter['reportLogs'](_0x472c08);const _0x503225={};_0x503225[_0x5957e9(0x185)]=_0x302b9a,_0x5bb9bf[_0x5957e9(0xeb)]=_0x503225;if(_0x3086ee[_0x5957e9(0x191)]){_0x5bb9bf['failure_reason']=_0x58158d[_0x5957e9(0x115)](removeAnsiColors,_0x3086ee[_0x5957e9(0x191)][_0x5957e9(0x13f)]),_0x5bb9bf[_0x5957e9(0x171)]=_0x58158d['KWGAH'](getFailureType,_0x3086ee[_0x5957e9(0x191)][_0x5957e9(0x13f)]);const _0x4bb8a9={};_0x4bb8a9[_0x5957e9(0x114)]=_0x313ad0['uuid'];const {failureData:_0x166fd5,logs:_0x44060f}=_0x58158d[_0x5957e9(0x175)](getFailureData,_0x3086ee[_0x5957e9(0x181)],_0x4bb8a9);if(_0x166fd5&&_0x58158d[_0x5957e9(0x1ac)](_0x166fd5[_0x5957e9(0x1ab)],0x0)){const _0x47e190={};_0x47e190[_0x5957e9(0xfa)]=[_0x5bb9bf[_0x5957e9(0x162)]],_0x47e190[_0x5957e9(0xec)]=[],_0x166fd5[_0x5957e9(0x100)](_0x47e190);}_0x5bb9bf[_0x5957e9(0x12d)]=_0x166fd5,_0x44060f&&_0x58158d[_0x5957e9(0x1b2)](_0x44060f[_0x5957e9(0x1ab)],0x0)&&await MyReporter['reportLogs'](_0x44060f);}}let _0x57d19e=_0x58158d['nNyGh'](findNestedKey,_0x3086ee,_0x58158d[_0x5957e9(0x11e)]);if(_0x57d19e&&_0x58158d[_0x5957e9(0x115)](validateFilePath,_0x57d19e))_0x58158d[_0x5957e9(0xed)](debug,_0x5957e9(0xc8)+_0x313ad0[_0x5957e9(0x187)]+_0x5957e9(0x133)+_0x57d19e);else{const _0xba33e4=path[_0x5957e9(0x128)](helper[_0x5957e9(0x170)](),_0x58158d[_0x5957e9(0xbe)]);!fs[_0x5957e9(0x17c)](_0xba33e4)&&fs[_0x5957e9(0x118)](_0xba33e4),fs['existsSync'](path[_0x5957e9(0x128)](_0xba33e4,_0x5957e9(0x117)+_0x313ad0[_0x5957e9(0x187)]+_0x5957e9(0x177)))&&(_0x57d19e=fs[_0x5957e9(0x199)](path[_0x5957e9(0x128)](_0xba33e4,_0x5957e9(0x117)+_0x313ad0[_0x5957e9(0x187)]+'.txt'),_0x58158d[_0x5957e9(0xba)]),_0x58158d[_0x5957e9(0xed)](debug,_0x5957e9(0xc8)+_0x313ad0[_0x5957e9(0x187)]+'\x20at\x20'+_0x57d19e));}const _0xefbec2={};_0xefbec2[_0x5957e9(0x137)]=_0x32d968,_0xefbec2[_0x5957e9(0x1a1)]=_0x5bb9bf;const _0x2ff74f=_0xefbec2;_0x57d19e&&_0x58158d[_0x5957e9(0xdb)](_0x57d19e,'')&&_0x58158d[_0x5957e9(0xca)](_0x32d968,_0x58158d[_0x5957e9(0x12b)])&&(!_0x2ff74f[_0x5957e9(0x10b)]&&(_0x2ff74f[_0x5957e9(0x10b)]=[]),_0x57d19e[_0x5957e9(0x15f)]('\x0a')[_0x5957e9(0xcf)](_0x41b596=>{const _0x2df6c8=_0x5957e9;_0x41b596&&_0x58158d[_0x2df6c8(0xed)](validateFilePath,_0x41b596)&&_0x2ff74f[_0x2df6c8(0x10b)][_0x2df6c8(0x100)]({'kind':_0x58158d[_0x2df6c8(0x13c)],'timestamp':new Date()[_0x2df6c8(0x1b8)](),'test_run_uuid':_0x313ad0['uuid'],'file_name':path['basename'](_0x41b596),'file_size':fs[_0x2df6c8(0x17d)](_0x41b596)['size'],'attachment_type':_0x58158d[_0x2df6c8(0xf9)]});})),await SessionHandler[_0x5957e9(0xd2)](_0x2ff74f);}['getCustomRerunParam'](_0x10a960){const _0x6567a2=a41_0x3bb438,_0x112442={};_0x112442[_0x6567a2(0x1ad)]=function(_0x4519f2,_0x3b1c80){return _0x4519f2===_0x3b1c80;},_0x112442[_0x6567a2(0x189)]=function(_0x133208,_0x4645fe){return _0x133208>_0x4645fe;},_0x112442[_0x6567a2(0x1a3)]=function(_0x1e7f72,_0x137b92){return _0x1e7f72+_0x137b92;},_0x112442[_0x6567a2(0xcc)]=function(_0x1b8502,_0x4ab1d9){return _0x1b8502===_0x4ab1d9;},_0x112442[_0x6567a2(0x174)]=function(_0x500e9e,_0x4756d9){return _0x500e9e>_0x4756d9;},_0x112442[_0x6567a2(0x159)]=function(_0x47fa3c,_0x5bcc95){return _0x47fa3c+_0x5bcc95;};const _0x1d22c4=_0x112442,_0xaeabba=_0x10a960[_0x6567a2(0xb9)]()[_0x6567a2(0xb6)](_0x2fe77c=>{const _0x189fea=_0x6567a2;if(_0x10a960['parent']&&_0x1d22c4[_0x189fea(0x1ad)](_0x2fe77c,_0x10a960[_0x189fea(0x142)][_0x189fea(0xc3)])&&_0x10a960[_0x189fea(0x142)][_0x189fea(0xf1)]&&_0x1d22c4[_0x189fea(0x189)](_0x10a960[_0x189fea(0x142)][_0x189fea(0xf1)][_0x189fea(0x1ab)],0x0))return _0x1d22c4[_0x189fea(0x1a3)](_0x1d22c4['YrJDH'](_0x2fe77c,'\x20'),_0x10a960[_0x189fea(0x142)][_0x189fea(0xf1)][_0x189fea(0x128)]('\x20'));if(_0x1d22c4[_0x189fea(0xcc)](_0x2fe77c,_0x10a960[_0x189fea(0xc3)])&&_0x10a960['_tags']&&_0x1d22c4[_0x189fea(0x174)](_0x10a960['_tags']['length'],0x0))return _0x1d22c4[_0x189fea(0x159)](_0x1d22c4[_0x189fea(0x159)](_0x2fe77c,'\x20'),_0x10a960[_0x189fea(0xf1)]['join']('\x20'));return _0x2fe77c;})[_0x6567a2(0x128)]('\x20');return _0xaeabba;}static async[a41_0x3bb438(0x149)](_0x1f436a,_0x509bb8){const _0x1c5031=a41_0x3bb438,_0x715cb6={'LMXpS':function(_0x6bdb59,_0x11964e){return _0x6bdb59(_0x11964e);},'NFIYa':'CBTSessionCreated'},_0x2e03d3={'uuid':TestDetails[_0x1c5031(0x119)](_0x1f436a),'integrations':_0x509bb8},_0x4489ab={};_0x4489ab[_0x1c5031(0x147)]=null,_0x715cb6[_0x1c5031(0x164)](debug,_0x1c5031(0xe7)+_0x1f436a+',\x20'+util['inspect'](_0x509bb8,_0x4489ab));const _0x2eaac5={};_0x2eaac5[_0x1c5031(0x137)]=_0x715cb6[_0x1c5031(0x139)],_0x2eaac5[_0x1c5031(0x1a1)]=_0x2e03d3,await SessionHandler[_0x1c5031(0xd2)](_0x2eaac5);}async[a41_0x3bb438(0x13b)](){const _0x193e09=a41_0x3bb438,_0x49a3b4={'fVwgp':function(_0x13ff87){return _0x13ff87();}};if(this[_0x193e09(0x1b5)])return;const _0x1a4eb2=await _0x49a3b4[_0x193e09(0xe8)](getGitMetaData);_0x1a4eb2&&(this[_0x193e09(0x10f)]=_0x1a4eb2['root']),this['_gitConfigured']=!![];}[a41_0x3bb438(0x11c)](_0x31ff21){const _0x20c966=a41_0x3bb438,_0x4f57b4={};_0x4f57b4[_0x20c966(0xbf)]=function(_0x13b83a,_0x2042d0){return _0x13b83a!==_0x2042d0;};const _0x4c8030=_0x4f57b4,_0x50601e=[];if(_0x31ff21&&_0x31ff21[_0x20c966(0x142)]){let _0x184114=_0x31ff21[_0x20c966(0x142)];while(_0x184114&&_0x4c8030[_0x20c966(0xbf)](_0x184114[_0x20c966(0xc3)],'')){_0x50601e[_0x20c966(0x100)](_0x184114[_0x20c966(0xc3)]),_0x184114=_0x184114[_0x20c966(0x142)];}}return _0x50601e[_0x20c966(0x153)]()[_0x20c966(0x14d)](0x0,0x2),_0x50601e;}['needToReportStep'](_0x2e4055){const _0x42c12f=a41_0x3bb438,_0x24de21={};_0x24de21[_0x42c12f(0x167)]=function(_0x17a99d,_0x1e3dd7){return _0x17a99d!==_0x1e3dd7;},_0x24de21[_0x42c12f(0x157)]='hook',_0x24de21[_0x42c12f(0x176)]=function(_0x425d14,_0x50c6f4){return _0x425d14===_0x50c6f4;},_0x24de21[_0x42c12f(0x1b1)]=_0x42c12f(0xf5),_0x24de21[_0x42c12f(0x110)]=_0x42c12f(0x129),_0x24de21[_0x42c12f(0x16e)]='afterAll\x20hook',_0x24de21[_0x42c12f(0x168)]=_0x42c12f(0x18c);const _0x4fe815=_0x24de21;if(_0x4fe815['JvQPF'](_0x2e4055[_0x42c12f(0x1a6)],_0x4fe815[_0x42c12f(0x157)]))return![];if(_0x4fe815['uClgf']([_0x4fe815[_0x42c12f(0x1b1)],_0x4fe815['uWXUc'],_0x4fe815['QsXxd'],_0x4fe815[_0x42c12f(0x168)]][_0x42c12f(0x172)](_0x2e4055['title']),-0x1))return![];return!![];}[a41_0x3bb438(0x1a5)](_0x51d34d,_0x19fbb5){const _0x15c682=a41_0x3bb438,_0x2790aa=_0x19fbb5[_0x15c682(0xf8)];if(_0x2790aa)return _0x2790aa;return _0x19fbb5[_0x15c682(0xc3)]+_0x15c682(0x15c)+this[_0x15c682(0xb7)](_0x51d34d);}['setStepIdentifier'](_0xebebe3,_0x44626d){const _0x7ecea8=a41_0x3bb438,_0x5052b8={'MfzCZ':function(_0x462e68){return _0x462e68();}};let _0x42c6f8=_0x44626d[_0x7ecea8(0xc3)]+_0x7ecea8(0x15c)+this[_0x7ecea8(0xb7)](_0xebebe3);return this[_0x7ecea8(0x158)][_0x42c6f8]&&(_0x42c6f8=_0x42c6f8+_0x7ecea8(0x1b0)+_0x5052b8[_0x7ecea8(0xe3)](uuidv4)),_0x44626d[_0x7ecea8(0xf8)]=_0x42c6f8,_0x42c6f8;}['getTestIdentifier']=_0x4cbd07=>{const _0x2739a3=a41_0x3bb438,_0x10cebd={};_0x10cebd['LZvhH']=function(_0x4f541f,_0x3ddc45){return _0x4f541f+_0x3ddc45;};const _0x527732=_0x10cebd;return _0x527732[_0x2739a3(0x18f)](_0x527732[_0x2739a3(0x18f)](_0x4cbd07[_0x2739a3(0x19e)],'-'),_0x4cbd07['id']);};[a41_0x3bb438(0x111)]=(_0x3b24dc,_0x42a7f8)=>{const _0x3103d2=a41_0x3bb438,_0x199ede={};_0x199ede[_0x3103d2(0xbd)]=function(_0x257a5c,_0xbc2248){return _0x257a5c+_0xbc2248;},_0x199ede[_0x3103d2(0xf0)]=function(_0x414a37,_0x23d933){return _0x414a37+_0x23d933;};const _0x284429=_0x199ede;return _0x284429[_0x3103d2(0xbd)](_0x284429['XYlyc'](this[_0x3103d2(0xb7)](_0x3b24dc),'-'),_0x42a7f8);};[a41_0x3bb438(0xc4)]=_0x5822e8=>{const _0x31e822=a41_0x3bb438,_0x2872cc={};_0x2872cc[_0x31e822(0xcb)]=_0x31e822(0xf5),_0x2872cc[_0x31e822(0x14f)]=_0x31e822(0x10c),_0x2872cc[_0x31e822(0xfc)]=_0x31e822(0x129),_0x2872cc[_0x31e822(0x18b)]=_0x31e822(0x163),_0x2872cc[_0x31e822(0x152)]=_0x31e822(0x18c),_0x2872cc[_0x31e822(0xd9)]=_0x31e822(0x13e),_0x2872cc['ZLWoI']=_0x31e822(0xda),_0x2872cc[_0x31e822(0x127)]=_0x31e822(0x161),_0x2872cc[_0x31e822(0x151)]=_0x31e822(0xd6);const _0x247f16=_0x2872cc;if(_0x5822e8[_0x31e822(0x143)](_0x247f16[_0x31e822(0xcb)]))return _0x247f16[_0x31e822(0x14f)];else{if(_0x5822e8[_0x31e822(0x143)](_0x247f16[_0x31e822(0xfc)]))return _0x247f16['wGbVM'];else{if(_0x5822e8[_0x31e822(0x143)](_0x247f16[_0x31e822(0x152)]))return _0x247f16[_0x31e822(0xd9)];else{if(_0x5822e8['startsWith'](_0x247f16[_0x31e822(0xc9)]))return _0x247f16[_0x31e822(0x127)];}}}return _0x247f16[_0x31e822(0x151)];};[a41_0x3bb438(0x15b)]=_0x326dd3=>{const _0x55b1d8=a41_0x3bb438,_0x4badbb={};_0x4badbb[_0x55b1d8(0x132)]=function(_0x5e0b05,_0x38f9ef){return _0x5e0b05===_0x38f9ef;},_0x4badbb[_0x55b1d8(0xb5)]='object';const _0x2686a9=_0x4badbb;let _0x110aa3=_0x326dd3[_0x55b1d8(0x142)];return _0x2686a9[_0x55b1d8(0x132)](typeof _0x326dd3[_0x55b1d8(0x142)],_0x2686a9[_0x55b1d8(0xb5)])&&(_0x110aa3=_0x110aa3[_0x55b1d8(0xc3)]),_0x110aa3+_0x55b1d8(0x1b0)+_0x326dd3['title'];};['printsToStdio'](){return![];}}module[a41_0x3bb438(0xe5)]=o11yClassErrorHandler(MyReporter,[a41_0x3bb438(0x145),a41_0x3bb438(0xdd),a41_0x3bb438(0x182),a41_0x3bb438(0x12f),a41_0x3bb438(0x1b4),a41_0x3bb438(0x179),a41_0x3bb438(0x149)],a41_0x3bb438(0x15a));
1
+ const a41_0x4cb01e=a41_0x3d77;(function(_0x3ab6ff,_0x2c1e91){const _0x1fab84=a41_0x3d77,_0x9824ee=_0x3ab6ff();while(!![]){try{const _0x3c46ac=-parseInt(_0x1fab84(0x22b))/0x1+parseInt(_0x1fab84(0x13e))/0x2*(parseInt(_0x1fab84(0x179))/0x3)+parseInt(_0x1fab84(0x196))/0x4+-parseInt(_0x1fab84(0x1d0))/0x5+parseInt(_0x1fab84(0x215))/0x6*(parseInt(_0x1fab84(0x1eb))/0x7)+parseInt(_0x1fab84(0x236))/0x8*(-parseInt(_0x1fab84(0x1a7))/0x9)+parseInt(_0x1fab84(0x14e))/0xa*(-parseInt(_0x1fab84(0x153))/0xb);if(_0x3c46ac===_0x2c1e91)break;else _0x9824ee['push'](_0x9824ee['shift']());}catch(_0x4221ec){_0x9824ee['push'](_0x9824ee['shift']());}}}(a41_0x31e5,0x9f7ec));function a41_0x3d77(_0x126eb2,_0x20786c){const _0x31e56d=a41_0x31e5();return a41_0x3d77=function(_0x3d770d,_0x104b9a){_0x3d770d=_0x3d770d-0x13e;let _0x24a6fd=_0x31e56d[_0x3d770d];return _0x24a6fd;},a41_0x3d77(_0x126eb2,_0x20786c);}const RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),{calculatePerformance,getTestTags,getFailureData,sendTraceZip,findNestedKey,validateFilePath}=require('./pwUtils'),{v4:uuidv4}=require(a41_0x4cb01e(0x1ab)),path=require('path'),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require('../../../helpers/test-observability/utils'),{getGitMetaData,setLogLevel}=require(a41_0x4cb01e(0x19b)),TestDetails=require(a41_0x4cb01e(0x170)),fs=require('fs'),util=require(a41_0x4cb01e(0x1b9)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),PerformanceTester=require('../../../helpers/performance/performance-tester'),{FRAMEWORKS}=require(a41_0x4cb01e(0x234)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{appendTesthubParams}=require(a41_0x4cb01e(0x1d7)),helper=require(a41_0x4cb01e(0x19b));class MyReporter{constructor(_0x23d6c3){const _0x56fbd9=a41_0x4cb01e,_0x20d487={'YKedc':_0x56fbd9(0x1fb),'uKyuL':_0x56fbd9(0x14a),'BwrBC':function(_0x5c1793,_0x58db28,_0x4557f0,_0x1654fe){return _0x5c1793(_0x58db28,_0x4557f0,_0x1654fe);}},_0xcf1765=_0x20d487[_0x56fbd9(0x14f)][_0x56fbd9(0x166)]('|');let _0x4f0cee=0x0;while(!![]){switch(_0xcf1765[_0x4f0cee++]){case'0':this[_0x56fbd9(0x143)]=null;continue;case'1':this[_0x56fbd9(0x185)]=![];continue;case'2':process[_0x56fbd9(0x167)][_0x56fbd9(0x15e)]&&(PerformanceTester['startMonitoring'](_0x20d487[_0x56fbd9(0x162)]),process[_0x56fbd9(0x167)]['START_TIME']=new Date()[_0x56fbd9(0x15d)]());continue;case'3':this[_0x56fbd9(0x1bc)]={};continue;case'4':this[_0x56fbd9(0x19d)]={};continue;case'5':const _0x495b13={};_0x495b13['logLevel']=process[_0x56fbd9(0x167)]['BROWSERSTACK_LOG_LEVEL'],_0x20d487[_0x56fbd9(0x1ea)](setLogLevel,_0x495b13,new Map(),new Map());continue;case'6':this[_0x56fbd9(0x1cb)]=_0x23d6c3;continue;}break;}}async['onBegin'](){const _0x403eb7=a41_0x4cb01e;TestDetails[_0x403eb7(0x16c)](),await this[_0x403eb7(0x1a8)]();}async[a41_0x4cb01e(0x1f2)](_0x15d878,_0x3f9e34){const _0x31435c=a41_0x4cb01e,_0x390601={'YKFdI':function(_0x2d7cc0,_0x2e73a8){return _0x2d7cc0(_0x2e73a8);},'OMOYl':_0x31435c(0x1d3)},_0x5592e3=this[_0x31435c(0x16d)](_0x15d878),_0x4bb3ed=TestDetails[_0x31435c(0x1a2)](this['getTestRunIdentifier'](_0x15d878,_0x3f9e34[_0x31435c(0x1dc)]));process[_0x31435c(0x167)][_0x31435c(0x161)]=_0x4bb3ed;const _0x50afb4={};_0x50afb4[_0x31435c(0x1ab)]=_0x4bb3ed,_0x50afb4[_0x31435c(0x177)]=_0x3f9e34[_0x31435c(0x1c1)],this[_0x31435c(0x19d)][_0x5592e3]=_0x50afb4,_0x390601['YKFdI'](trace,_0x31435c(0x169)+_0x5592e3),await this[_0x31435c(0x1d4)](_0x15d878,_0x390601['OMOYl'],_0x3f9e34);}async[a41_0x4cb01e(0x223)](_0x3ecf07,_0x51bda5,_0x45b662){const _0x5874dd=a41_0x4cb01e,_0x5b1097={'qHrhG':function(_0x600c,_0x45d3b1){return _0x600c(_0x45d3b1);},'ORmdY':_0x5874dd(0x1b0)};if(!this[_0x5874dd(0x180)](_0x45b662,_0x3ecf07))return;const _0x1e036e=this[_0x5874dd(0x1e9)](_0x3ecf07,_0x45b662);this[_0x5874dd(0x19d)][_0x1e036e]={'uuid':TestDetails[_0x5874dd(0x1a2)](_0x1e036e),'startedAt':_0x45b662[_0x5874dd(0x1c1)][_0x5874dd(0x15d)]()};const _0x8c5172=this[_0x5874dd(0x235)](_0x3ecf07,_0x51bda5[_0x5874dd(0x1dc)]);!this[_0x5874dd(0x1bc)][_0x8c5172]&&(this[_0x5874dd(0x1bc)][_0x8c5172]=[]),this[_0x5874dd(0x1bc)][_0x8c5172][_0x5874dd(0x1d2)](this[_0x5874dd(0x19d)][_0x1e036e][_0x5874dd(0x1ab)]),_0x5b1097['qHrhG'](trace,'Hook\x20Started\x20with\x20unique\x20id\x20'+_0x1e036e+_0x5874dd(0x1fe)+_0x8c5172),await this[_0x5874dd(0x213)](_0x3ecf07,_0x45b662,_0x5b1097[_0x5874dd(0x1fc)],_0x51bda5);}async[a41_0x4cb01e(0x20a)](_0x576aec,_0x3b7cd8,_0x207ac7){const _0x11cc6c=a41_0x4cb01e,_0x3e429f={'zXRKI':function(_0x56b23f,_0x17f92c){return _0x56b23f+_0x17f92c;},'UkKAE':function(_0x4df099,_0x3cc6de){return _0x4df099(_0x3cc6de);},'iVXsq':'HookRunFinished'};if(!this[_0x11cc6c(0x180)](_0x207ac7,_0x576aec))return;const _0x1e039=this[_0x11cc6c(0x230)](_0x576aec,_0x207ac7);this['_tests'][_0x1e039]={...this[_0x11cc6c(0x19d)][_0x1e039]||{},'finishedAt':new Date(_0x3e429f[_0x11cc6c(0x13f)](_0x207ac7[_0x11cc6c(0x1c1)][_0x11cc6c(0x142)](),_0x207ac7[_0x11cc6c(0x1ac)]))},_0x3e429f[_0x11cc6c(0x212)](trace,_0x11cc6c(0x19f)+_0x1e039+_0x11cc6c(0x21f)),await this[_0x11cc6c(0x213)](_0x576aec,_0x207ac7,_0x3e429f['iVXsq'],_0x3b7cd8);}async[a41_0x4cb01e(0x1be)](_0x4d3add,_0x3c3cb1){const _0xc7a33d=a41_0x4cb01e,_0x1bfaea={'VWloK':function(_0xa871b7,_0x5ef637){return _0xa871b7===_0x5ef637;},'uPymU':_0xc7a33d(0x1c7),'TcLgR':'TEST_SCREENSHOT','gNEUF':'base64','HspoI':function(_0x4ef6aa,_0x1b4155){return _0x4ef6aa(_0x1b4155);},'FmIzb':_0xc7a33d(0x1f5),'ODhNN':function(_0x48e3c3,_0x42252d){return _0x48e3c3(_0x42252d);},'GrjBC':_0xc7a33d(0x154),'ZclNS':function(_0x19e65d,_0x5f4542){return _0x19e65d(_0x5f4542);},'CjXWb':function(_0x557c47,_0x4aa8a2,_0x554164){return _0x557c47(_0x4aa8a2,_0x554164);},'smPkM':function(_0xc8cb29,_0x4bbdf6){return _0xc8cb29(_0x4bbdf6);},'rgjDu':'Error\x20in\x20sending\x20trace\x20zip:\x20%s','AueyO':function(_0xa0b6cd,_0x32136a){return _0xa0b6cd>_0x32136a;}},_0x2b3de1=this[_0xc7a33d(0x16d)](_0x4d3add),_0x27f3cd=TestDetails['getTestUUID'](this[_0xc7a33d(0x235)](_0x4d3add,_0x3c3cb1[_0xc7a33d(0x1dc)]));this[_0xc7a33d(0x19d)][_0x2b3de1]={...this[_0xc7a33d(0x19d)][_0x2b3de1]||{},'finishedAt':new Date()[_0xc7a33d(0x15d)]()},_0x1bfaea[_0xc7a33d(0x1f6)](trace,_0xc7a33d(0x1c0)+_0x2b3de1);try{await this[_0xc7a33d(0x1d4)](_0x4d3add,_0x1bfaea[_0xc7a33d(0x140)],_0x3c3cb1);}catch(_0x4e4b2a){_0x1bfaea[_0xc7a33d(0x1f7)](debug,util[_0xc7a33d(0x1bb)](_0x1bfaea['GrjBC'],_0x4e4b2a['toString']()));}try{_0x1bfaea['ZclNS'](debug,_0xc7a33d(0x1e3)+_0x27f3cd),await _0x1bfaea[_0xc7a33d(0x1e2)](sendTraceZip,_0x3c3cb1,_0x27f3cd);}catch(_0x300fa9){_0x1bfaea[_0xc7a33d(0x156)](debug,util[_0xc7a33d(0x1bb)](_0x1bfaea['rgjDu'],_0x300fa9[_0xc7a33d(0x183)]()));}const _0x3357ec=[];_0x3c3cb1[_0xc7a33d(0x1ee)]&&_0x3c3cb1['attachments'][_0xc7a33d(0x1cf)](_0x4dd428=>{const _0x36a9b6=_0xc7a33d;if(_0x1bfaea['VWloK'](_0x4dd428[_0x36a9b6(0x159)],_0x1bfaea[_0x36a9b6(0x209)])){if(!_0x4dd428['path']||!fs['existsSync'](_0x4dd428['path']))return;_0x3357ec['push']({'test_run_uuid':_0x27f3cd,'timestamp':fs['statSync'](_0x4dd428[_0x36a9b6(0x227)])[_0x36a9b6(0x205)],'kind':_0x1bfaea[_0x36a9b6(0x184)],'message':fs['readFileSync'](_0x4dd428[_0x36a9b6(0x227)],{'encoding':_0x1bfaea[_0x36a9b6(0x1a1)]})});}}),_0x1bfaea[_0xc7a33d(0x150)](_0x3357ec[_0xc7a33d(0x220)],0x0)&&await MyReporter[_0xc7a33d(0x192)](_0x3357ec);}async[a41_0x4cb01e(0x1c9)](){const _0x5ceab8=a41_0x4cb01e;await RequestQueueHandler[_0x5ceab8(0x22f)]()['shutdown']();}async[a41_0x4cb01e(0x231)](_0x2dd8e0){const _0xe86435=a41_0x4cb01e,_0x6f1716={'daPUi':function(_0x2b72b3){return _0x2b72b3();},'Yxrql':function(_0x2b8e5c,_0x3c5339){return _0x2b8e5c(_0x3c5339);}};await this[_0xe86435(0x1c9)]();try{process[_0xe86435(0x167)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&await _0x6f1716['daPUi'](calculatePerformance);}catch(_0x43724d){_0x6f1716[_0xe86435(0x15a)](debug,'Error\x20in\x20calculating\x20performance:\x20'+_0x43724d['toString']());}}static async['addTestUIDAndReportLog'](_0x4f9455,_0xbf9b5b){const _0x1dddab=a41_0x4cb01e;_0xbf9b5b[_0x1dddab(0x222)]=TestDetails['getTestUUID'](_0x4f9455),await this['reportLogs']([_0xbf9b5b]);}static async[a41_0x4cb01e(0x192)](_0xe23b7d){const _0x11d73e=a41_0x4cb01e,_0x9c870c={};_0x9c870c[_0x11d73e(0x20e)]=_0x11d73e(0x1ae);const _0x21c44d=_0x9c870c,_0x14f7a5={};_0x14f7a5[_0x11d73e(0x158)]=_0x21c44d[_0x11d73e(0x20e)],_0x14f7a5['logs']=_0xe23b7d,await SessionHandler[_0x11d73e(0x207)](_0x14f7a5);}async[a41_0x4cb01e(0x213)](_0x559602,_0x57725c,_0x1b7ddf,_0x1619a6){const _0x16972f=a41_0x4cb01e,_0x1884a5={'lOnBD':_0x16972f(0x1ed),'HvycQ':'javascript','Xkklp':'pending','fOafF':function(_0x7c2ccb,_0x4da69d){return _0x7c2ccb>=_0x4da69d;},'chYUz':function(_0x5e9daf,_0x5c5a72){return _0x5e9daf===_0x5c5a72;},'sKWWJ':'HookRunFinished','fRzlF':function(_0x164425,_0x1b2548){return _0x164425>_0x1b2548;},'IGVAD':_0x16972f(0x187),'yvwMG':function(_0x1f9b29,_0x4a2ad0){return _0x1f9b29(_0x4a2ad0);},'lpbMh':function(_0x3a7d68,_0x4c2fe4,_0x14cf22){return _0x3a7d68(_0x4c2fe4,_0x14cf22);},'LnWuI':_0x16972f(0x1e1),'BrWSz':_0x16972f(0x163)},_0x41cf4e=this[_0x16972f(0x230)](_0x559602,_0x57725c),_0x144314=this['_tests'][_0x41cf4e],_0x1a3c10={'uuid':_0x144314[_0x16972f(0x1ab)],'type':_0x1884a5[_0x16972f(0x144)],'hook_type':this[_0x16972f(0x200)](_0x57725c[_0x16972f(0x20d)]),'name':_0x57725c[_0x16972f(0x20d)],'scope':this[_0x16972f(0x17f)](_0x57725c),'scopes':this[_0x16972f(0x1ff)](_0x559602),'body':{'lang':_0x1884a5[_0x16972f(0x17b)],'code':null},'identifier':_0x41cf4e,'file_name':path[_0x16972f(0x1b2)](process[_0x16972f(0x1ca)](),_0x559602[_0x16972f(0x1b3)][_0x16972f(0x224)]),'location':path[_0x16972f(0x1b2)](process[_0x16972f(0x1ca)](),_0x559602[_0x16972f(0x1b3)][_0x16972f(0x224)]),'result':_0x1884a5['Xkklp'],'duration_in_ms':_0x1884a5[_0x16972f(0x21e)](_0x57725c['duration'],0x0)?_0x57725c[_0x16972f(0x1ac)]:undefined,'vc_filepath':this[_0x16972f(0x143)]&&_0x559602[_0x16972f(0x1b3)]['file']?path[_0x16972f(0x1b2)](this[_0x16972f(0x143)],_0x559602['location']['file']):undefined,'started_at':_0x144314['startedAt'],'finished_at':_0x144314[_0x16972f(0x1bf)],'framework':FRAMEWORKS[_0x16972f(0x194)]};if(_0x1884a5[_0x16972f(0x151)](_0x1b7ddf,_0x1884a5[_0x16972f(0x1fa)])){const {steps:_0x211294,logs:_0x2a694c}=this[_0x16972f(0x1b1)](_0x57725c[_0x16972f(0x20b)],_0x144314[_0x16972f(0x1ab)],_0x1884a5[_0x16972f(0x144)]);_0x2a694c&&_0x1884a5[_0x16972f(0x181)](_0x2a694c[_0x16972f(0x220)],0x0)&&await MyReporter[_0x16972f(0x192)](_0x2a694c);const _0x377e7d={};_0x377e7d[_0x16972f(0x20b)]=_0x211294,_0x1a3c10[_0x16972f(0x160)]=_0x377e7d;if(_0x57725c['error']){_0x1a3c10[_0x16972f(0x21a)]=_0x1884a5[_0x16972f(0x22a)],_0x1a3c10[_0x16972f(0x202)]=_0x1884a5['yvwMG'](removeAnsiColors,_0x57725c[_0x16972f(0x1f0)][_0x16972f(0x197)]),_0x1a3c10[_0x16972f(0x14c)]=_0x1884a5[_0x16972f(0x178)](getFailureType,_0x57725c[_0x16972f(0x1f0)][_0x16972f(0x197)]);const _0x3ac067=_0x1884a5['lpbMh'](failureData,_0x57725c[_0x16972f(0x1f0)],_0x1884a5[_0x16972f(0x1cd)]);if(_0x3ac067&&_0x1884a5['chYUz'](_0x3ac067[_0x16972f(0x220)],0x0)){const _0x43ec3b={};_0x43ec3b[_0x16972f(0x216)]=[_0x1a3c10['failure_reason']],_0x43ec3b[_0x16972f(0x1e0)]=[],_0x3ac067[_0x16972f(0x1d2)](_0x43ec3b);}_0x1a3c10[_0x16972f(0x21d)]=_0x3ac067;}else _0x1a3c10[_0x16972f(0x21a)]=_0x1884a5[_0x16972f(0x155)];}const _0xed969f={};_0xed969f[_0x16972f(0x158)]=_0x1b7ddf,_0xed969f[_0x16972f(0x225)]=_0x1a3c10;const _0x45c5e2=_0xed969f;await SessionHandler[_0x16972f(0x207)](_0x45c5e2);}[a41_0x4cb01e(0x1b1)](_0x714497,_0x493d6e,_0xa3649){const _0xbe1cbf=a41_0x4cb01e,_0x5a4bea={'NCDSC':function(_0x48a984,_0xdd0fe){return _0x48a984===_0xdd0fe;},'YCKkx':'hook','lrMJR':function(_0x3f785f,_0x292c41){return _0x3f785f===_0x292c41;},'kmpMc':_0xbe1cbf(0x233),'dQwJI':function(_0x40fe6a,_0x3ffc19){return _0x40fe6a===_0x3ffc19;},'JDTii':_0xbe1cbf(0x147),'rNhwl':function(_0x2b060d,_0x4bd454){return _0x2b060d===_0x4bd454;},'kJjTQ':_0xbe1cbf(0x146),'CdpmB':'test_run_uuid','DEvTt':_0xbe1cbf(0x14b),'guyVP':_0xbe1cbf(0x1c6),'DINie':'failed','lbibU':'passed','hfNqQ':function(_0x165094,_0x35bd18){return _0x165094(_0x35bd18);},'fREml':function(_0x1904c4,_0x4bacb1){return _0x1904c4(_0x4bacb1);},'xyiZY':function(_0x355df1){return _0x355df1();},'APIAy':function(_0xcf178c,_0x52e9ba){return _0xcf178c(_0x52e9ba);},'JUZlX':function(_0x5ad331,_0x4333b8){return _0x5ad331(_0x4333b8);},'rQANB':function(_0x361965,_0x5a702a,_0x5b5c60){return _0x361965(_0x5a702a,_0x5b5c60);}},_0x1bbd16=[],_0x4dba25=[],_0x1fa147=_0x714497['filter'](_0x198c83=>{const _0x36b34a=_0xbe1cbf;if(_0x5a4bea[_0x36b34a(0x1a9)](_0x198c83[_0x36b34a(0x168)],_0x5a4bea['YCKkx'])&&(_0x5a4bea['lrMJR'](_0x198c83['title'],_0x5a4bea['kmpMc'])||_0x5a4bea[_0x36b34a(0x22d)](_0x198c83[_0x36b34a(0x20d)],_0x5a4bea['JDTii'])))return![];return!![];}),_0x549489=(_0xdb897,_0x28f93d=![])=>{const _0x3ac81e=_0xbe1cbf;if(_0x5a4bea[_0x3ac81e(0x148)](_0xdb897['steps'][_0x3ac81e(0x220)],0x0)){const _0x59b9c3=_0x5a4bea[_0x3ac81e(0x18e)](_0xa3649,_0x5a4bea['kJjTQ'])?_0x5a4bea[_0x3ac81e(0x18b)]:_0x5a4bea[_0x3ac81e(0x229)];_0x4dba25[_0x3ac81e(0x1d2)]({'kind':_0x5a4bea[_0x3ac81e(0x173)],[_0x59b9c3]:_0x493d6e,'message':_0xdb897[_0x3ac81e(0x20d)],'timestamp':_0xdb897['startTime']['toISOString'](),'level':_0xdb897[_0x3ac81e(0x1f0)]?_0x5a4bea[_0x3ac81e(0x188)]:_0x5a4bea[_0x3ac81e(0x157)],'duration':_0xdb897[_0x3ac81e(0x1ac)],'failure':_0xdb897[_0x3ac81e(0x1f0)]&&_0xdb897[_0x3ac81e(0x1f0)][_0x3ac81e(0x197)]&&_0x5a4bea[_0x3ac81e(0x1e8)](removeAnsiColors,_0xdb897[_0x3ac81e(0x1f0)][_0x3ac81e(0x197)]),'failure_type':_0x5a4bea['fREml'](getFailureType,_0xdb897[_0x3ac81e(0x1f0)]&&_0xdb897[_0x3ac81e(0x1f0)][_0x3ac81e(0x197)])});}else{!_0x28f93d&&_0x1bbd16[_0x3ac81e(0x1d2)]({'id':_0x5a4bea['xyiZY'](uuidv4),'text':_0xdb897['title'],'keyword':undefined,'started_at':_0xdb897[_0x3ac81e(0x1c1)][_0x3ac81e(0x15d)](),'duration':_0xdb897[_0x3ac81e(0x1ac)],'result':_0xdb897['error']?_0x5a4bea['DINie']:_0x5a4bea['lbibU'],'failure':_0xdb897[_0x3ac81e(0x1f0)]&&_0xdb897['error'][_0x3ac81e(0x197)]&&_0x5a4bea[_0x3ac81e(0x1d6)](removeAnsiColors,_0xdb897[_0x3ac81e(0x1f0)][_0x3ac81e(0x197)]),'failure_type':_0x5a4bea[_0x3ac81e(0x208)](getFailureType,_0xdb897['error']&&_0xdb897[_0x3ac81e(0x1f0)][_0x3ac81e(0x197)])});for(const _0x5bf66f of _0xdb897[_0x3ac81e(0x20b)]){_0x5a4bea[_0x3ac81e(0x16e)](_0x549489,_0x5bf66f,!![]);}}};for(const _0x369ce9 of _0x1fa147){_0x5a4bea['rQANB'](_0x549489,_0x369ce9,![]);}const _0x36b775={};return _0x36b775['steps']=_0x1bbd16,_0x36b775[_0xbe1cbf(0x1d9)]=_0x4dba25,_0x36b775;}async[a41_0x4cb01e(0x1d4)](_0x19f7ff,_0x46e729,_0x31713a){const _0x235ca4=a41_0x4cb01e,_0x19e20e={'jlJfF':function(_0x4af316,_0x2498ed){return _0x4af316(_0x2498ed);},'vVXcQ':_0x235ca4(0x15b),'Fdour':_0x235ca4(0x176),'KeWdZ':_0x235ca4(0x146),'WuoER':'javascript','KgSKE':_0x235ca4(0x1b6),'yBpJe':function(_0x56478e,_0x24d921){return _0x56478e(_0x24d921);},'amXDq':function(_0x3d0e31,_0x3543e9,_0x412fb7,_0x50ed6b,_0x1268eb){return _0x3d0e31(_0x3543e9,_0x412fb7,_0x50ed6b,_0x1268eb);},'TaDlK':function(_0x502aea,_0x4fd818){return _0x502aea>_0x4fd818;},'OHorU':function(_0x35cf2b,_0x97259e){return _0x35cf2b-_0x97259e;},'SDzom':function(_0x4ba677,_0x536524){return _0x4ba677===_0x536524;},'iDtda':_0x235ca4(0x1f5),'mhHOh':function(_0x992d9c,_0x2bf79f){return _0x992d9c===_0x2bf79f;},'pWzEA':'skipped','rfTGN':_0x235ca4(0x163),'rAOVS':_0x235ca4(0x187),'UqdYo':_0x235ca4(0x193),'OgnSf':_0x235ca4(0x175),'cUcct':function(_0x346b93,_0x5dc1e2){return _0x346b93(_0x5dc1e2);},'TbnRw':function(_0x251b25,_0x48fbd8,_0x11d76e){return _0x251b25(_0x48fbd8,_0x11d76e);},'GGCDu':function(_0x363e58,_0x22fdff,_0x14dd63){return _0x363e58(_0x22fdff,_0x14dd63);},'kjJpv':_0x235ca4(0x227),'flYEu':_0x235ca4(0x22c),'XdcaM':_0x235ca4(0x15c),'gPdar':function(_0x311e75,_0x1bf9e5){return _0x311e75(_0x1bf9e5);},'WpzkY':function(_0x3b949a,_0x725581){return _0x3b949a!==_0x725581;}},_0x4675dc=this[_0x235ca4(0x16d)](_0x19f7ff),_0x3d60a8=this[_0x235ca4(0x17f)](_0x19f7ff),_0x3181b5=this[_0x235ca4(0x19d)][_0x4675dc],_0x30f861=path[_0x235ca4(0x1b2)](process[_0x235ca4(0x1ca)](),_0x19f7ff['location']['file']);await this[_0x235ca4(0x1a8)]();const _0x31f7dd={'uuid':_0x3181b5[_0x235ca4(0x1ab)],'type':_0x19e20e[_0x235ca4(0x1a0)],'name':_0x19f7ff[_0x235ca4(0x20d)],'body':{'lang':_0x19e20e['WuoER'],'code':_0x19f7ff['fn'][_0x235ca4(0x183)]()},'scope':_0x3d60a8,'scopes':this[_0x235ca4(0x1ff)](_0x19f7ff),'identifier':_0x4675dc,'file_name':_0x30f861,'location':_0x30f861,'result':_0x19e20e['KgSKE'],'duration_in_ms':_0x31713a&&_0x31713a['duration']?_0x31713a['duration']:null,'vc_filepath':this[_0x235ca4(0x143)]&&_0x19f7ff['location'][_0x235ca4(0x224)]?path[_0x235ca4(0x1b2)](this[_0x235ca4(0x143)],_0x19f7ff[_0x235ca4(0x1b3)][_0x235ca4(0x224)]):undefined,'started_at':_0x3181b5[_0x235ca4(0x177)],'finished_at':_0x3181b5['finishedAt'],'framework':FRAMEWORKS[_0x235ca4(0x194)],'customRerunParam':{'rerun_name':this[_0x235ca4(0x171)](_0x19f7ff)},'tags':_0x19e20e[_0x235ca4(0x1e5)](getTestTags,_0x19f7ff)};_0x19e20e[_0x235ca4(0x18c)](appendTesthubParams,_0x31f7dd,_0x46e729,_0x19f7ff,FRAMEWORKS[_0x235ca4(0x194)]);_0x31713a&&_0x19e20e[_0x235ca4(0x1ef)](_0x31713a['retry'],0x0)&&(_0x31f7dd[_0x235ca4(0x20c)]=TestDetails[_0x235ca4(0x1a2)](this[_0x235ca4(0x235)](_0x19f7ff,_0x19e20e[_0x235ca4(0x17a)](_0x31713a[_0x235ca4(0x1dc)],0x1))));if(_0x19e20e[_0x235ca4(0x1db)](_0x46e729,_0x19e20e[_0x235ca4(0x20f)])){_0x31f7dd['result']=_0x31713a[_0x235ca4(0x1c5)];if(_0x19e20e[_0x235ca4(0x226)](_0x31713a['status'],_0x19f7ff[_0x235ca4(0x172)]))_0x31f7dd['result']=_0x19e20e['mhHOh'](_0x31713a[_0x235ca4(0x1c5)],_0x19e20e[_0x235ca4(0x228)])?_0x19e20e['pWzEA']:_0x19e20e[_0x235ca4(0x232)];else{(_0x19e20e[_0x235ca4(0x226)](_0x31f7dd[_0x235ca4(0x21a)],_0x19e20e[_0x235ca4(0x232)])||_0x19e20e[_0x235ca4(0x226)](_0x31f7dd[_0x235ca4(0x21a)],_0x19e20e[_0x235ca4(0x1a3)])||_0x19e20e[_0x235ca4(0x226)](_0x31f7dd[_0x235ca4(0x21a)],_0x19e20e[_0x235ca4(0x1df)]))&&(_0x31f7dd['result']=_0x19e20e[_0x235ca4(0x1a3)]);if(_0x19e20e['mhHOh'](_0x31713a[_0x235ca4(0x1c5)],_0x19e20e['rfTGN'])&&_0x19e20e[_0x235ca4(0x1db)](_0x19f7ff['expectedStatus'],_0x19e20e[_0x235ca4(0x1a3)])){const _0x51c255={};_0x51c255[_0x235ca4(0x197)]=_0x19e20e[_0x235ca4(0x1ad)],_0x51c255['stack']=_0x19e20e['OgnSf'],_0x31713a[_0x235ca4(0x1f0)]=_0x51c255,_0x31713a[_0x235ca4(0x1aa)]=[_0x31713a[_0x235ca4(0x1f0)]];}}const _0x56255c=this[_0x235ca4(0x235)](_0x19f7ff,_0x31713a[_0x235ca4(0x1dc)]);_0x31f7dd['hooks']=this[_0x235ca4(0x1bc)][_0x56255c];const {steps:_0x3b8d76,logs:_0x481e00}=this[_0x235ca4(0x1b1)](_0x31713a[_0x235ca4(0x20b)],_0x3181b5['uuid'],_0x19e20e[_0x235ca4(0x1a0)]);await MyReporter[_0x235ca4(0x192)](_0x481e00);const _0x41d634={};_0x41d634[_0x235ca4(0x20b)]=_0x3b8d76,_0x31f7dd[_0x235ca4(0x160)]=_0x41d634;if(_0x31713a[_0x235ca4(0x1f0)]){_0x31f7dd[_0x235ca4(0x202)]=_0x19e20e[_0x235ca4(0x1e5)](removeAnsiColors,_0x31713a[_0x235ca4(0x1f0)][_0x235ca4(0x197)]),_0x31f7dd[_0x235ca4(0x14c)]=_0x19e20e[_0x235ca4(0x218)](getFailureType,_0x31713a['error'][_0x235ca4(0x197)]);const _0xa97578={};_0xa97578[_0x235ca4(0x222)]=_0x3181b5['uuid'];const {failureData:_0x5a3615,logs:_0x374bcb}=_0x19e20e['TbnRw'](getFailureData,_0x31713a['errors'],_0xa97578);if(_0x5a3615&&_0x19e20e['SDzom'](_0x5a3615[_0x235ca4(0x220)],0x0)){const _0x1159e7={};_0x1159e7[_0x235ca4(0x216)]=[_0x31f7dd['failure_reason']],_0x1159e7['expanded']=[],_0x5a3615[_0x235ca4(0x1d2)](_0x1159e7);}_0x31f7dd[_0x235ca4(0x21d)]=_0x5a3615,_0x374bcb&&_0x19e20e[_0x235ca4(0x1ef)](_0x374bcb[_0x235ca4(0x220)],0x0)&&await MyReporter[_0x235ca4(0x192)](_0x374bcb);}}let _0x18ee6a=_0x19e20e['GGCDu'](findNestedKey,_0x31713a,_0x19e20e['kjJpv']);if(_0x18ee6a&&_0x19e20e[_0x235ca4(0x217)](validateFilePath,_0x18ee6a))_0x19e20e[_0x235ca4(0x218)](debug,'Trace\x20file\x20found\x20for\x20test:\x20'+_0x3181b5[_0x235ca4(0x1ab)]+_0x235ca4(0x1cc)+_0x18ee6a);else{const _0x48ca17=path[_0x235ca4(0x214)](helper[_0x235ca4(0x21b)](),_0x19e20e[_0x235ca4(0x198)]);!fs[_0x235ca4(0x186)](_0x48ca17)&&fs[_0x235ca4(0x18f)](_0x48ca17),fs[_0x235ca4(0x186)](path[_0x235ca4(0x214)](_0x48ca17,_0x235ca4(0x221)+_0x3181b5[_0x235ca4(0x1ab)]+'.txt'))&&(_0x18ee6a=fs[_0x235ca4(0x1e6)](path[_0x235ca4(0x214)](_0x48ca17,'trace_'+_0x3181b5[_0x235ca4(0x1ab)]+'.txt'),_0x19e20e[_0x235ca4(0x1b4)]),_0x19e20e[_0x235ca4(0x190)](debug,_0x235ca4(0x1f9)+_0x3181b5[_0x235ca4(0x1ab)]+_0x235ca4(0x1cc)+_0x18ee6a));}const _0x4fd7ea={};_0x4fd7ea[_0x235ca4(0x158)]=_0x46e729,_0x4fd7ea[_0x235ca4(0x15f)]=_0x31f7dd;const _0x184ff2=_0x4fd7ea;_0x18ee6a&&_0x19e20e[_0x235ca4(0x145)](_0x18ee6a,'')&&_0x19e20e[_0x235ca4(0x1db)](_0x46e729,_0x19e20e[_0x235ca4(0x20f)])&&(!_0x184ff2[_0x235ca4(0x1d9)]&&(_0x184ff2[_0x235ca4(0x1d9)]=[]),_0x18ee6a[_0x235ca4(0x166)]('\x0a')[_0x235ca4(0x1a4)](_0x40edcb=>{const _0x2ebf19=_0x235ca4;_0x40edcb&&_0x19e20e['jlJfF'](validateFilePath,_0x40edcb)&&_0x184ff2[_0x2ebf19(0x1d9)]['push']({'kind':_0x19e20e[_0x2ebf19(0x1e4)],'timestamp':new Date()['toISOString'](),'test_run_uuid':_0x3181b5['uuid'],'file_name':path[_0x2ebf19(0x1d8)](_0x40edcb),'file_size':fs[_0x2ebf19(0x182)](_0x40edcb)[_0x2ebf19(0x203)],'attachment_type':_0x19e20e[_0x2ebf19(0x211)]});})),await SessionHandler[_0x235ca4(0x207)](_0x184ff2);}[a41_0x4cb01e(0x171)](_0x7d5fdf){const _0x3aba15=a41_0x4cb01e,_0x1c5a04={};_0x1c5a04[_0x3aba15(0x19a)]=function(_0x593ec1,_0x5a9e14){return _0x593ec1===_0x5a9e14;},_0x1c5a04['HbKvh']=function(_0x37613c,_0x578e74){return _0x37613c>_0x578e74;},_0x1c5a04['UvwGE']=function(_0x4834b6,_0x9e7102){return _0x4834b6+_0x9e7102;},_0x1c5a04[_0x3aba15(0x17d)]=function(_0x405e67,_0x188c03){return _0x405e67+_0x188c03;},_0x1c5a04[_0x3aba15(0x191)]=function(_0x329285,_0x4018ef){return _0x329285+_0x4018ef;};const _0x2898d1=_0x1c5a04,_0x45578b=_0x7d5fdf[_0x3aba15(0x152)]()[_0x3aba15(0x1cf)](_0xbd3980=>{const _0x4d49dd=_0x3aba15;if(_0x7d5fdf[_0x4d49dd(0x1d1)]&&_0x2898d1[_0x4d49dd(0x19a)](_0xbd3980,_0x7d5fdf[_0x4d49dd(0x1d1)]['title'])&&_0x7d5fdf['parent'][_0x4d49dd(0x1af)]&&_0x2898d1[_0x4d49dd(0x210)](_0x7d5fdf[_0x4d49dd(0x1d1)][_0x4d49dd(0x1af)][_0x4d49dd(0x220)],0x0))return _0x2898d1[_0x4d49dd(0x1f3)](_0x2898d1[_0x4d49dd(0x17d)](_0xbd3980,'\x20'),_0x7d5fdf['parent'][_0x4d49dd(0x1af)][_0x4d49dd(0x214)]('\x20'));if(_0x2898d1[_0x4d49dd(0x19a)](_0xbd3980,_0x7d5fdf['title'])&&_0x7d5fdf[_0x4d49dd(0x1af)]&&_0x2898d1[_0x4d49dd(0x210)](_0x7d5fdf[_0x4d49dd(0x1af)][_0x4d49dd(0x220)],0x0))return _0x2898d1[_0x4d49dd(0x1f3)](_0x2898d1[_0x4d49dd(0x191)](_0xbd3980,'\x20'),_0x7d5fdf[_0x4d49dd(0x1af)][_0x4d49dd(0x214)]('\x20'));return _0xbd3980;})[_0x3aba15(0x214)]('\x20');return _0x45578b;}static async['sendSessionDetails'](_0x403bf7,_0x81a126){const _0x3d88db=a41_0x4cb01e,_0xcfdf97={'DDIbk':function(_0x5aa367,_0x31e5c7){return _0x5aa367(_0x31e5c7);},'UAIab':_0x3d88db(0x1c8)},_0x43f94f={'uuid':TestDetails[_0x3d88db(0x1a2)](_0x403bf7),'integrations':_0x81a126},_0x229698={};_0x229698[_0x3d88db(0x1bd)]=null,_0xcfdf97[_0x3d88db(0x149)](debug,_0x3d88db(0x1b7)+_0x403bf7+',\x20'+util['inspect'](_0x81a126,_0x229698));const _0x558738={};_0x558738['event_type']=_0xcfdf97['UAIab'],_0x558738['test_run']=_0x43f94f,await SessionHandler['uploadEventData'](_0x558738);}async[a41_0x4cb01e(0x1a8)](){const _0x3edf0e=a41_0x4cb01e,_0x551a04={'DgLtz':function(_0x5b0e5c){return _0x5b0e5c();}};if(this[_0x3edf0e(0x185)])return;const _0x25a950=await _0x551a04[_0x3edf0e(0x1fd)](getGitMetaData);_0x25a950&&(this[_0x3edf0e(0x143)]=_0x25a950[_0x3edf0e(0x1ba)]),this[_0x3edf0e(0x185)]=!![];}[a41_0x4cb01e(0x1ff)](_0x376f89){const _0x3d27bb=a41_0x4cb01e,_0x392f75={};_0x392f75['tAVlo']=function(_0x4d86eb,_0x570718){return _0x4d86eb!==_0x570718;};const _0x2b90cc=_0x392f75,_0x1d4dae=[];if(_0x376f89&&_0x376f89[_0x3d27bb(0x1d1)]){let _0x152940=_0x376f89[_0x3d27bb(0x1d1)];while(_0x152940&&_0x2b90cc[_0x3d27bb(0x165)](_0x152940[_0x3d27bb(0x20d)],'')){_0x1d4dae[_0x3d27bb(0x1d2)](_0x152940[_0x3d27bb(0x20d)]),_0x152940=_0x152940[_0x3d27bb(0x1d1)];}}return _0x1d4dae['reverse']()[_0x3d27bb(0x1b8)](0x0,0x2),_0x1d4dae;}['needToReportStep'](_0x5ba54b){const _0xd89074=a41_0x4cb01e,_0x399afc={};_0x399afc['QQpTl']=function(_0x143eb0,_0x185cb9){return _0x143eb0!==_0x185cb9;},_0x399afc[_0xd89074(0x18d)]=_0xd89074(0x1ed),_0x399afc['kLnyG']=function(_0x1e19ca,_0x3d9351){return _0x1e19ca===_0x3d9351;},_0x399afc[_0xd89074(0x1a6)]=_0xd89074(0x1da),_0x399afc[_0xd89074(0x1dd)]=_0xd89074(0x18a),_0x399afc['DptaJ']=_0xd89074(0x1a5),_0x399afc[_0xd89074(0x17e)]=_0xd89074(0x19c);const _0x29f2c6=_0x399afc;if(_0x29f2c6[_0xd89074(0x164)](_0x5ba54b[_0xd89074(0x168)],_0x29f2c6['fwGrD']))return![];if(_0x29f2c6[_0xd89074(0x16f)]([_0x29f2c6[_0xd89074(0x1a6)],_0x29f2c6['fyqMG'],_0x29f2c6['DptaJ'],_0x29f2c6[_0xd89074(0x17e)]]['indexOf'](_0x5ba54b[_0xd89074(0x20d)]),-0x1))return![];return!![];}[a41_0x4cb01e(0x230)](_0x3edf99,_0x279d1b){const _0x5b9a9b=a41_0x4cb01e,_0x1d27f9=_0x279d1b[_0x5b9a9b(0x19e)];if(_0x1d27f9)return _0x1d27f9;return _0x279d1b[_0x5b9a9b(0x20d)]+_0x5b9a9b(0x1ce)+this[_0x5b9a9b(0x16d)](_0x3edf99);}[a41_0x4cb01e(0x1e9)](_0x342a72,_0x53ca40){const _0x4f56eb=a41_0x4cb01e,_0x322049={'LMbkL':function(_0x49e147){return _0x49e147();}};let _0x5d6541=_0x53ca40[_0x4f56eb(0x20d)]+'\x20for\x20'+this[_0x4f56eb(0x16d)](_0x342a72);return this[_0x4f56eb(0x19d)][_0x5d6541]&&(_0x5d6541=_0x5d6541+_0x4f56eb(0x201)+_0x322049[_0x4f56eb(0x1ec)](uuidv4)),_0x53ca40['_bs_hookIdentifier']=_0x5d6541,_0x5d6541;}['getTestIdentifier']=_0x40bcc5=>{const _0x365b5c=a41_0x4cb01e,_0x52211f={};_0x52211f['AjSbB']=function(_0x17ca6b,_0x77324){return _0x17ca6b+_0x77324;},_0x52211f[_0x365b5c(0x1e7)]=function(_0x28bad5,_0x19ddae){return _0x28bad5+_0x19ddae;};const _0x23a7ed=_0x52211f;return _0x23a7ed[_0x365b5c(0x1c2)](_0x23a7ed[_0x365b5c(0x1e7)](_0x40bcc5[_0x365b5c(0x199)],'-'),_0x40bcc5['id']);};[a41_0x4cb01e(0x235)]=(_0x350264,_0x4216f7)=>{const _0x2445d4=a41_0x4cb01e,_0x3f0b2d={};_0x3f0b2d[_0x2445d4(0x1de)]=function(_0xee37c7,_0x6efb04){return _0xee37c7+_0x6efb04;};const _0xedbb9=_0x3f0b2d;return _0xedbb9[_0x2445d4(0x1de)](_0xedbb9[_0x2445d4(0x1de)](this[_0x2445d4(0x16d)](_0x350264),'-'),_0x4216f7);};[a41_0x4cb01e(0x200)]=_0x1fc779=>{const _0x251640=a41_0x4cb01e,_0x3d357d={};_0x3d357d[_0x251640(0x141)]=_0x251640(0x1da),_0x3d357d[_0x251640(0x1c3)]=_0x251640(0x195),_0x3d357d[_0x251640(0x204)]=_0x251640(0x18a),_0x3d357d[_0x251640(0x22e)]='BEFORE_ALL',_0x3d357d['zKGHU']=_0x251640(0x19c),_0x3d357d['hCxnE']=_0x251640(0x14d),_0x3d357d['gfMNR']='afterAll\x20hook',_0x3d357d[_0x251640(0x1d5)]=_0x251640(0x1c4),_0x3d357d[_0x251640(0x1f8)]='unknown';const _0x56acdf=_0x3d357d;if(_0x1fc779['startsWith'](_0x56acdf['oKWAV']))return _0x56acdf[_0x251640(0x1c3)];else{if(_0x1fc779['startsWith'](_0x56acdf['vySSd']))return _0x56acdf[_0x251640(0x22e)];else{if(_0x1fc779[_0x251640(0x206)](_0x56acdf[_0x251640(0x189)]))return _0x56acdf['hCxnE'];else{if(_0x1fc779[_0x251640(0x206)](_0x56acdf[_0x251640(0x17c)]))return _0x56acdf[_0x251640(0x1d5)];}}}return _0x56acdf['AGnsP'];};['getScope']=_0x3924de=>{const _0xfbeeac=a41_0x4cb01e,_0x5a0802={};_0x5a0802['yqGPO']=function(_0x437ba7,_0x296564){return _0x437ba7===_0x296564;},_0x5a0802[_0xfbeeac(0x16b)]=_0xfbeeac(0x219);const _0x48e488=_0x5a0802;let _0x232e22=_0x3924de[_0xfbeeac(0x1d1)];return _0x48e488[_0xfbeeac(0x1b5)](typeof _0x3924de[_0xfbeeac(0x1d1)],_0x48e488['lFMwE'])&&(_0x232e22=_0x232e22[_0xfbeeac(0x20d)]),_0x232e22+'\x20-\x20'+_0x3924de[_0xfbeeac(0x20d)];};[a41_0x4cb01e(0x16a)](){return![];}}function a41_0x31e5(){const _0x493033=['TcLgR','_gitConfigured','existsSync','failed','DINie','zKGHU','beforeAll\x20hook','CdpmB','amXDq','fwGrD','rNhwl','mkdirSync','gPdar','uPiQJ','reportLogs','timedOut','PLAYWRIGHT','BEFORE_EACH','891904kNwJwJ','message','flYEu','_projectId','HQGnT','../../../helpers/helper','afterEach\x20hook','_tests','_bs_hookIdentifier','Hook\x20Finished\x20with\x20unique\x20id\x20','KeWdZ','gNEUF','getTestUUID','rAOVS','forEach','afterAll\x20hook','jAzym','260289hquOhl','configureGit','NCDSC','errors','uuid','duration','OgnSf','LogCreated','_tags','HookRunStarted','getStepsAndLogs','relative','location','XdcaM','yqGPO','pending','Sending\x20session\x20details\x20for\x20','splice','util','root','format','_testHooksMap','depth','onTestEnd','finishedAt','Test\x20Finished\x20with\x20unique\x20id\x20','startTime','AjSbB','KYuqe','AFTER_ALL','status','TEST_STEP','screenshot','CBTSessionCreated','endSession','cwd','options','\x20at\x20','LnWuI','\x20for\x20','map','879490smqTZx','parent','push','TestRunStarted','sendTestRunEvent','tYPZq','APIAy','../../../helpers/testhub/utils','basename','logs','beforeEach\x20hook','SDzom','retry','fyqMG','LBrNt','UqdYo','expanded','err','CjXWb','Starting\x20sending\x20trace\x20zip\x20for\x20test:\x20','vVXcQ','yBpJe','readFileSync','Whhdg','hfNqQ','setStepIdentifier','BwrBC','21nsUbCh','LMbkL','hook','attachments','TaDlK','error','sendSessionDetails','onTestBegin','UvwGE','MyReporter','TestRunFinished','HspoI','ODhNN','AGnsP','Trace\x20file\x20found\x20for\x20test:\x20','sKWWJ','5|2|4|3|6|1|0','ORmdY','DgLtz','\x20is\x20triggered\x20for\x20test\x20','getHierarchy','getHookType','\x20-\x20','failure_reason','size','vySSd','mtime','startsWith','uploadEventData','JUZlX','uPymU','onStepEnd','steps','retry_of','title','eTseK','iDtda','HbKvh','Fdour','UkKAE','sendHookRunEvent','join','2414532haktaZ','backtrace','jlJfF','cUcct','object','result','homedir','exports','failure','fOafF','\x20is\x20triggered','length','trace_','test_run_uuid','onStepBegin','file','hook_run','mhHOh','path','pWzEA','DEvTt','IGVAD','432005mQHkvY','.browserstack','dQwJI','oSGqj','getInstance','getStepIdentifier','onEnd','rfTGN','After\x20Hooks','../../../helpers/test-observability/constants','getTestRunIdentifier','208SoCcZA','2SiOdCr','zXRKI','FmIzb','oKWAV','getTime','_gitConfigPath','lOnBD','WpzkY','test','Before\x20Hooks','lrMJR','DDIbk','performance-report-reporter.json','hook_run_uuid','failure_type','AFTER_EACH','1472260DGKUaP','YKedc','AueyO','chYUz','titlePath','33QfvbJj','Error\x20in\x20sending\x20test\x20run\x20event:\x20%s','BrWSz','smPkM','lbibU','event_type','name','Yxrql','TEST_ATTACHMENT','utf8','toISOString','BROWSERSTACK_O11Y_PERF_MEASUREMENT','test_run','meta','BROWSERSTACK_TEST_RUN_ID','uKyuL','passed','QQpTl','tAVlo','split','env','category','Test\x20Started\x20with\x20unique\x20id\x20','printsToStdio','lFMwE','setup','getTestIdentifier','rQANB','kLnyG','./test-details','getCustomRerunParam','expectedStatus','guyVP','onBegin','Expected\x20to\x20fail,\x20but\x20passed.','PLAYWRIGHT_TRACE_LOGS','startedAt','yvwMG','3073731uMfRsJ','OHorU','HvycQ','gfMNR','nWMQI','eWYny','getScope','needToReportStep','fRzlF','statSync','toString'];a41_0x31e5=function(){return _0x493033;};return a41_0x31e5();}module[a41_0x4cb01e(0x21c)]=o11yClassErrorHandler(MyReporter,[a41_0x4cb01e(0x174),a41_0x4cb01e(0x1c9),a41_0x4cb01e(0x1f2),'onTestEnd',a41_0x4cb01e(0x223),a41_0x4cb01e(0x20a),a41_0x4cb01e(0x1f1)],a41_0x4cb01e(0x1f4));
@@ -1 +1 @@
1
- const a42_0x32d926=a42_0x47c5;(function(_0x16ab04,_0x4670b5){const _0x448981=a42_0x47c5,_0x2946af=_0x16ab04();while(!![]){try{const _0x52400a=-parseInt(_0x448981(0x1aa))/0x1*(-parseInt(_0x448981(0x1ca))/0x2)+-parseInt(_0x448981(0x1c7))/0x3+-parseInt(_0x448981(0x1a6))/0x4+-parseInt(_0x448981(0x1c3))/0x5+-parseInt(_0x448981(0x1da))/0x6+-parseInt(_0x448981(0x1c1))/0x7+parseInt(_0x448981(0x1f6))/0x8*(parseInt(_0x448981(0x1b3))/0x9);if(_0x52400a===_0x4670b5)break;else _0x2946af['push'](_0x2946af['shift']());}catch(_0x42eded){_0x2946af['push'](_0x2946af['shift']());}}}(a42_0x305f,0x2c54a));const fs=require('fs'),path=require(a42_0x32d926(0x1bf)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a42_0x32d926(0x1bc)),{nestedKeyValue}=require(a42_0x32d926(0x1dc)),logger=require('../../../helpers/logger')[a42_0x32d926(0x1cb)],util=require('util'),helper=require(a42_0x32d926(0x1dc));function a42_0x47c5(_0x4840c8,_0xb1512e){const _0x305f54=a42_0x305f();return a42_0x47c5=function(_0x47c5f6,_0x421e71){_0x47c5f6=_0x47c5f6-0x1a1;let _0x238414=_0x305f54[_0x47c5f6];return _0x238414;},a42_0x47c5(_0x4840c8,_0xb1512e);}function a42_0x305f(){const _0x3136d9=['recursive','appendToTracePaths','184559zIddfP','uuid','lpnNH','_platformDetails.json','setAccessibilityPlatformValidation','project','homedir','shutdown','getFilePath','16146EuLQAD','writeFileSync','rmSync','XYinl','utf8','giPKQ','cwd','MBPQd','push','../../../helpers/test-observability/constants','tests','getAccessibilityPlatformValidation','path','NCFIG','557039RXmNjR','BS_TESTOPS_BUILD_HASHED_ID','1480210uoUQXy','getStoreDirPath','stringify','getStoreDirName','721458SFOoWo','readdirSync','lLGDj','2qbQGuE','winstonLogger','message','getTestDetails','parse','mkdirSync','pid','_test','ZdopR','pIrgW','forEach','addTraceFilePath','yjTrb','error','LYNPi','kdCaI','1224426LhovIS','readFileSync','../../../helpers/helper','toString','nZPWK','appendFileSync','hWnkB','split','_traceZipPaths.json','setTestDetails','retry','dirPath','YeqSC','RUOwk','traceZipDir','Error\x20reading\x20trace\x20file\x20paths:\x20%s','filePath','mAUlm','Error\x20handling\x20trace\x20file\x20paths:\x20','getProjectIdFromTestInfo','env','.txt','some','aoAjp','getTestRunIdFromTestInfo','join','KxQNQ','zWyJD','3664hSTExn','getTraceZipDir','testId','setup','getTestIdFromTestInfo','tLkny','existsSync','umAwq','17828LffzLn','traceZipPaths'];a42_0x305f=function(){return _0x3136d9;};return a42_0x305f();}class TestDetails{static [a42_0x32d926(0x1bd)]={};static [a42_0x32d926(0x1e5)]=path[a42_0x32d926(0x1f3)](process[a42_0x32d926(0x1b9)](),TestDetails[a42_0x32d926(0x1c6)]());static [a42_0x32d926(0x1e8)]=path[a42_0x32d926(0x1f3)](TestDetails[a42_0x32d926(0x1e5)],a42_0x32d926(0x1a7));static[a42_0x32d926(0x1a1)](){const _0x9b6787=a42_0x32d926,_0x5eab01={};_0x5eab01['MBPQd']='3|2|4|0|1',_0x5eab01[_0x9b6787(0x1d3)]=_0x9b6787(0x1a7);const _0x1de18a=_0x5eab01,_0x5c197c=_0x1de18a[_0x9b6787(0x1ba)][_0x9b6787(0x1e1)]('|');let _0x4718a9=0x0;while(!![]){switch(_0x5c197c[_0x4718a9++]){case'0':const _0x297c66={};_0x297c66[_0x9b6787(0x1a8)]=!![],fs[_0x9b6787(0x1cf)](this[_0x9b6787(0x1e5)],_0x297c66);continue;case'1':const _0x125559={};_0x125559[_0x9b6787(0x1a8)]=!![],fs[_0x9b6787(0x1cf)](this[_0x9b6787(0x1e8)],_0x125559);continue;case'2':this[_0x9b6787(0x1e8)]=path['join'](this['dirPath'],_0x1de18a[_0x9b6787(0x1d3)]);continue;case'3':this[_0x9b6787(0x1e5)]=path[_0x9b6787(0x1f3)](process[_0x9b6787(0x1b9)](),TestDetails[_0x9b6787(0x1c6)]());continue;case'4':this[_0x9b6787(0x1b1)]();continue;}break;}}static[a42_0x32d926(0x1c6)](){const _0x2081c1=a42_0x32d926,_0x53195a={};_0x53195a['yjTrb']=function(_0x26fcc6,_0x1a981f){return _0x26fcc6+_0x1a981f;};const _0x119bd4=_0x53195a;return _0x119bd4[_0x2081c1(0x1d6)](_0x119bd4[_0x2081c1(0x1d6)](TEMP_STORE_DIR_NAME,'-'),process[_0x2081c1(0x1ee)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a42_0x32d926(0x1c4)](){const _0xf57be=a42_0x32d926,_0x12ac29={};_0x12ac29['KxQNQ']=function(_0x54959c,_0xa1dab2){return _0x54959c+_0xa1dab2;},_0x12ac29['HnduT']=function(_0x6d95d2,_0x3c6816){return _0x6d95d2+_0x3c6816;},_0x12ac29['YeqSC']='default';const _0x485947=_0x12ac29;return path[_0xf57be(0x1f3)](process['cwd'](),_0x485947[_0xf57be(0x1f4)](_0x485947['HnduT'](TEMP_STORE_DIR_NAME,'-'),process['env'][_0xf57be(0x1c2)]||_0x485947[_0xf57be(0x1e6)]));}static[a42_0x32d926(0x1f7)](){const _0x1962fe=a42_0x32d926,_0x139064={};_0x139064['XYinl']='traceZipPaths';const _0x2da412=_0x139064;return path['join'](this[_0x1962fe(0x1c4)](),_0x2da412[_0x1962fe(0x1b6)]);}static[a42_0x32d926(0x1b2)](_0x3e3045){const _0x1b9fd3=a42_0x32d926,_0x4ce006={};_0x4ce006['kdCaI']=function(_0x2e94c2,_0x41ef76){return _0x2e94c2+_0x41ef76;},_0x4ce006[_0x1b9fd3(0x1a5)]='.json';const _0x1304fd=_0x4ce006;return path[_0x1b9fd3(0x1f3)](this[_0x1b9fd3(0x1e5)],_0x1304fd[_0x1b9fd3(0x1d9)](_0x3e3045,_0x1304fd['umAwq']));}static[a42_0x32d926(0x1f2)](_0xb5b3b4){const _0x60074e=a42_0x32d926,_0xc72f87={};_0xc72f87[_0x60074e(0x1b8)]=function(_0x559ec5,_0x152d61){return _0x559ec5+_0x152d61;},_0xc72f87['mAUlm']=function(_0x33569b,_0x58a925){return _0x33569b+_0x58a925;};const _0x263e9e=_0xc72f87;return _0x263e9e[_0x60074e(0x1b8)](_0x263e9e[_0x60074e(0x1b8)](_0x263e9e[_0x60074e(0x1eb)](_0x263e9e[_0x60074e(0x1b8)](this[_0x60074e(0x1ed)](_0xb5b3b4),'-'),this['getTestIdFromTestInfo'](_0xb5b3b4)),'-'),_0xb5b3b4[_0x60074e(0x1e4)]);}static[a42_0x32d926(0x1ed)](_0x557844){const _0x3ad008=a42_0x32d926,_0x806ed8={'aoAjp':function(_0xeb4a75,_0x9f00f1,_0x5265f2){return _0xeb4a75(_0x9f00f1,_0x5265f2);},'NCFIG':_0x3ad008(0x1d1),'ZdopR':'_projectId','lpnNH':_0x3ad008(0x1af),'uKmZv':'__projectId'};return _0x806ed8['aoAjp'](nestedKeyValue,_0x557844,[_0x806ed8[_0x3ad008(0x1c0)],_0x806ed8[_0x3ad008(0x1d2)]])||_0x806ed8[_0x3ad008(0x1f1)](nestedKeyValue,_0x557844,[_0x806ed8[_0x3ad008(0x1ac)],_0x806ed8['uKmZv']]);}static[a42_0x32d926(0x1a2)](_0x49a944){const _0x3d5cda=a42_0x32d926,_0x1cbf2f={'RUOwk':function(_0x40db5e,_0x44621e,_0x419a98){return _0x40db5e(_0x44621e,_0x419a98);},'JseiH':_0x3d5cda(0x1d1)};return _0x1cbf2f[_0x3d5cda(0x1e7)](nestedKeyValue,_0x49a944,[_0x1cbf2f['JseiH'],'id'])||_0x49a944[_0x3d5cda(0x1f8)];}static['getTestUUID'](_0x2d5a5e){const _0x2e16ac=a42_0x32d926,_0x266430={'nZPWK':function(_0x355e31,_0x3e4580){return _0x355e31===_0x3e4580;},'ifhmn':'string','vnSHA':function(_0x14c144){return _0x14c144();}};if(this['tests'][_0x2d5a5e]&&_0x266430[_0x2e16ac(0x1de)](typeof this[_0x2e16ac(0x1bd)][_0x2d5a5e][_0x2e16ac(0x1ab)],_0x266430['ifhmn']))return this[_0x2e16ac(0x1bd)][_0x2d5a5e][_0x2e16ac(0x1ab)];const _0x107174=this['getFilePath'](_0x2d5a5e);if(_0x107174&&fs['existsSync'](_0x107174)){const _0x5f44c7=JSON[_0x2e16ac(0x1ce)](fs[_0x2e16ac(0x1db)](_0x107174)[_0x2e16ac(0x1dd)]());return this[_0x2e16ac(0x1bd)][_0x2d5a5e]=_0x5f44c7,this['tests'][_0x2d5a5e][_0x2e16ac(0x1ab)];}return this[_0x2e16ac(0x1bd)][_0x2d5a5e]={'uuid':_0x266430['vnSHA'](uuidv4)},fs[_0x2e16ac(0x1b4)](_0x107174,JSON[_0x2e16ac(0x1c5)](this[_0x2e16ac(0x1bd)][_0x2d5a5e])),this[_0x2e16ac(0x1bd)][_0x2d5a5e][_0x2e16ac(0x1ab)];}static[a42_0x32d926(0x1be)](_0x2f9802){const _0x51b2bb=a42_0x32d926,_0x25fddd=path[_0x51b2bb(0x1f3)](this[_0x51b2bb(0x1e5)],_0x2f9802+_0x51b2bb(0x1ad));if(_0x25fddd&&fs[_0x51b2bb(0x1a4)](_0x25fddd))return fs[_0x51b2bb(0x1db)](_0x25fddd)[_0x51b2bb(0x1dd)]();}static[a42_0x32d926(0x1ae)](_0x1e87be,_0x962cd2){const _0x29f1bc=a42_0x32d926,_0x2c0bb9=path['join'](this['dirPath'],_0x962cd2+_0x29f1bc(0x1ad));fs[_0x29f1bc(0x1b4)](_0x2c0bb9,_0x1e87be[_0x29f1bc(0x1dd)]());}static[a42_0x32d926(0x1b1)](){const _0x1f46e2=a42_0x32d926,_0x573da7={};_0x573da7[_0x1f46e2(0x1a8)]=!![],_0x573da7['force']=!![],fs[_0x1f46e2(0x1b5)](this[_0x1f46e2(0x1e5)],_0x573da7);}static[a42_0x32d926(0x1cd)](_0x4b0ba7){const _0x407fde=a42_0x32d926;if(this['tests'][_0x4b0ba7])return this[_0x407fde(0x1bd)][_0x4b0ba7];const _0x1fd052=this['getFilePath'](_0x4b0ba7);if(_0x1fd052&&fs[_0x407fde(0x1a4)](_0x1fd052)){const _0x534397=JSON[_0x407fde(0x1ce)](fs[_0x407fde(0x1db)](_0x1fd052)[_0x407fde(0x1dd)]());return this[_0x407fde(0x1bd)][_0x4b0ba7]=_0x534397,_0x534397;}return{};}static[a42_0x32d926(0x1e3)](_0x26a65c,_0x39e65e){const _0x6104fc=a42_0x32d926,_0x23d7bf=this[_0x6104fc(0x1b2)](_0x26a65c);if(_0x23d7bf&&fs[_0x6104fc(0x1a4)](_0x23d7bf)){const _0x1c9daa=JSON[_0x6104fc(0x1ce)](fs[_0x6104fc(0x1db)](_0x23d7bf)[_0x6104fc(0x1dd)]()),_0x5c7cd9={..._0x1c9daa,..._0x39e65e};this[_0x6104fc(0x1bd)][_0x26a65c]=_0x5c7cd9;}else this[_0x6104fc(0x1bd)][_0x26a65c]=_0x39e65e;fs[_0x6104fc(0x1b4)](_0x23d7bf,this[_0x6104fc(0x1bd)][_0x26a65c]);}static[a42_0x32d926(0x1d5)](_0x28f12a){const _0x3db7fd=a42_0x32d926,_0x3ff51c={};_0x3ff51c[_0x3db7fd(0x1f5)]=_0x3db7fd(0x1ec);const _0x24365a=_0x3ff51c;try{const _0x235128=process[_0x3db7fd(0x1d0)],_0x84d357=path['join'](TestDetails[_0x3db7fd(0x1f7)](),_0x235128+_0x3db7fd(0x1e2));let _0x8b268f=[];_0x84d357&&fs[_0x3db7fd(0x1a4)](_0x84d357)&&(_0x8b268f=JSON[_0x3db7fd(0x1ce)](fs[_0x3db7fd(0x1db)](_0x84d357)[_0x3db7fd(0x1dd)]())),!_0x8b268f[_0x3db7fd(0x1f0)](_0x4f1960=>_0x4f1960[_0x3db7fd(0x1ea)]===_0x28f12a[_0x3db7fd(0x1ea)])&&(_0x8b268f[_0x3db7fd(0x1bb)](_0x28f12a),fs[_0x3db7fd(0x1b4)](_0x84d357,JSON['stringify'](_0x8b268f)));}catch(_0x57e616){logger[_0x3db7fd(0x1d7)](_0x24365a[_0x3db7fd(0x1f5)],_0x57e616);}}static['getTraceFilePaths'](){const _0xf733a1=a42_0x32d926,_0x3c445c={};_0x3c445c[_0xf733a1(0x1a3)]='_traceZipPaths.json',_0x3c445c[_0xf733a1(0x1c9)]=_0xf733a1(0x1e9);const _0x416800=_0x3c445c,_0x75a7c6=[];try{const _0x20d6f4=TestDetails[_0xf733a1(0x1f7)]();if(_0x20d6f4&&!fs['existsSync'](_0x20d6f4))return _0x75a7c6;const _0x6a605a=fs[_0xf733a1(0x1c8)](_0x20d6f4);_0x6a605a[_0xf733a1(0x1d4)](_0x3111a2=>{const _0x10dc77=_0xf733a1;if(_0x3111a2&&_0x3111a2['endsWith'](_0x416800[_0x10dc77(0x1a3)])){const _0x469d17=JSON[_0x10dc77(0x1ce)](fs['readFileSync'](path[_0x10dc77(0x1f3)](_0x20d6f4,_0x3111a2))[_0x10dc77(0x1dd)]());_0x75a7c6[_0x10dc77(0x1bb)](..._0x469d17);}});}catch(_0x5d4bf9){logger[_0xf733a1(0x1d7)](util['format'](_0x416800[_0xf733a1(0x1c9)],_0x5d4bf9));}const _0x57d3e3={};return _0x75a7c6[_0xf733a1(0x1d4)](_0x1932e5=>{const _0x32299f=_0xf733a1;_0x57d3e3[_0x1932e5[_0x32299f(0x1ea)]]=_0x1932e5;}),Object['values'](_0x57d3e3);}static[a42_0x32d926(0x1a9)](_0xe180e0,_0x189388){const _0x36abb6=a42_0x32d926,_0x15159a={};_0x15159a['hWnkB']='.browserstack',_0x15159a[_0x36abb6(0x1d8)]=_0x36abb6(0x1b7);const _0x394af0=_0x15159a;try{const _0x32cda2=path[_0x36abb6(0x1f3)](helper[_0x36abb6(0x1b0)](),_0x394af0[_0x36abb6(0x1e0)]);if(!fs[_0x36abb6(0x1a4)](_0x32cda2)){const _0x128a69={};_0x128a69['recursive']=!![],fs['mkdirSync'](_0x32cda2,_0x128a69);}fs[_0x36abb6(0x1df)](path[_0x36abb6(0x1f3)](_0x32cda2,'trace_'+_0x189388+_0x36abb6(0x1ef)),_0xe180e0+'\x0a',_0x394af0['LYNPi']);}catch(_0xcfe97d){console['error']('Error\x20writing\x20trace\x20file:\x20'+_0xcfe97d[_0x36abb6(0x1cc)]);}}}module['exports']=TestDetails;
1
+ const a42_0x1f0e9e=a42_0xb490;function a42_0xb490(_0x42a92c,_0xe5138b){const _0x32defe=a42_0x32de();return a42_0xb490=function(_0xb4900d,_0xbb1412){_0xb4900d=_0xb4900d-0x110;let _0x38b8b1=_0x32defe[_0xb4900d];return _0x38b8b1;},a42_0xb490(_0x42a92c,_0xe5138b);}(function(_0x407127,_0x529b2f){const _0xa57e42=a42_0xb490,_0x1c6c56=_0x407127();while(!![]){try{const _0x4efb3d=-parseInt(_0xa57e42(0x15d))/0x1+-parseInt(_0xa57e42(0x111))/0x2*(-parseInt(_0xa57e42(0x161))/0x3)+-parseInt(_0xa57e42(0x11e))/0x4*(-parseInt(_0xa57e42(0x160))/0x5)+-parseInt(_0xa57e42(0x138))/0x6*(-parseInt(_0xa57e42(0x16a))/0x7)+-parseInt(_0xa57e42(0x166))/0x8+parseInt(_0xa57e42(0x168))/0x9+parseInt(_0xa57e42(0x128))/0xa*(parseInt(_0xa57e42(0x117))/0xb);if(_0x4efb3d===_0x529b2f)break;else _0x1c6c56['push'](_0x1c6c56['shift']());}catch(_0xf68452){_0x1c6c56['push'](_0x1c6c56['shift']());}}}(a42_0x32de,0xc45ef));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require(a42_0x1f0e9e(0x144)),{nestedKeyValue}=require('../../../helpers/helper'),logger=require(a42_0x1f0e9e(0x169))[a42_0x1f0e9e(0x14a)],{getLogDir}=require(a42_0x1f0e9e(0x169)),util=require('util'),helper=require('../../../helpers/helper');class TestDetails{static ['tests']={};static[a42_0x1f0e9e(0x164)](){const _0x2d1672=a42_0x1f0e9e;this[_0x2d1672(0x139)]();const _0x520f00={};_0x520f00[_0x2d1672(0x13d)]=!![],fs[_0x2d1672(0x143)](this[_0x2d1672(0x13c)](),_0x520f00);const _0x51914c={};_0x51914c['recursive']=!![],fs[_0x2d1672(0x143)](this[_0x2d1672(0x142)](),_0x51914c);}static[a42_0x1f0e9e(0x114)](){const _0x27a466=a42_0x1f0e9e,_0x3ff2e3={};_0x3ff2e3[_0x27a466(0x118)]=function(_0x31c3b3,_0x1fb7a7){return _0x31c3b3+_0x1fb7a7;},_0x3ff2e3[_0x27a466(0x15b)]=function(_0x2b0aa3,_0x1a732b){return _0x2b0aa3+_0x1a732b;};const _0x17ba67=_0x3ff2e3;return _0x17ba67[_0x27a466(0x118)](_0x17ba67[_0x27a466(0x15b)](TEMP_STORE_DIR_NAME,'-'),process[_0x27a466(0x13f)][_0x27a466(0x112)]);}static[a42_0x1f0e9e(0x127)](){const _0x5dac40=a42_0x1f0e9e,_0x2a2d4e={'mrmwk':function(_0x2d5e2a){return _0x2d5e2a();},'Cpyov':function(_0x3f498f,_0x3b85ff){return _0x3f498f+_0x3b85ff;},'vpcmy':function(_0x2de74b,_0x3a5ad1){return _0x2de74b+_0x3a5ad1;},'VCYln':_0x5dac40(0x119)};return path[_0x5dac40(0x157)](_0x2a2d4e[_0x5dac40(0x12a)](getLogDir),_0x2a2d4e['Cpyov'](_0x2a2d4e[_0x5dac40(0x146)](TEMP_STORE_DIR_NAME,'-'),process['env'][_0x5dac40(0x112)]||_0x2a2d4e['VCYln']));}static[a42_0x1f0e9e(0x142)](){const _0x2117be=a42_0x1f0e9e,_0x592651={};_0x592651[_0x2117be(0x11b)]=_0x2117be(0x15c);const _0x6ecea0=_0x592651;return path[_0x2117be(0x157)](this[_0x2117be(0x127)](),_0x6ecea0['uygvl']);}static[a42_0x1f0e9e(0x13c)](){const _0x470349=a42_0x1f0e9e,_0x29adbe={'dgSMB':function(_0x4da3cb){return _0x4da3cb();}};return path[_0x470349(0x157)](_0x29adbe[_0x470349(0x133)](getLogDir),TestDetails[_0x470349(0x114)]());}static[a42_0x1f0e9e(0x115)](_0x115d2f){const _0x166f01=a42_0x1f0e9e,_0xf4cf03={};_0xf4cf03[_0x166f01(0x137)]=function(_0x5bc6de,_0x547c7a){return _0x5bc6de+_0x547c7a;},_0xf4cf03['nIqXL']=_0x166f01(0x15a);const _0x281bf2=_0xf4cf03;return path[_0x166f01(0x157)](this[_0x166f01(0x13c)](),_0x281bf2[_0x166f01(0x137)](_0x115d2f,_0x281bf2[_0x166f01(0x167)]));}static['getTestRunIdFromTestInfo'](_0x35eab7){const _0x2fa622=a42_0x1f0e9e,_0x5827c1={};_0x5827c1[_0x2fa622(0x11a)]=function(_0x4e0b05,_0x4dd3aa){return _0x4e0b05+_0x4dd3aa;},_0x5827c1['bjnsD']=function(_0x939954,_0x3fb3df){return _0x939954+_0x3fb3df;};const _0x179c1c=_0x5827c1;return _0x179c1c['ezQsz'](_0x179c1c[_0x2fa622(0x11a)](_0x179c1c[_0x2fa622(0x11a)](_0x179c1c[_0x2fa622(0x136)](this[_0x2fa622(0x148)](_0x35eab7),'-'),this[_0x2fa622(0x163)](_0x35eab7)),'-'),_0x35eab7['retry']);}static[a42_0x1f0e9e(0x148)](_0x5c0666){const _0x2296b=a42_0x1f0e9e,_0x375051={'UslFU':function(_0x51b639,_0x278cc4,_0x53c9e4){return _0x51b639(_0x278cc4,_0x53c9e4);},'kmgFy':_0x2296b(0x12e),'gYYLG':_0x2296b(0x121),'TyafB':'project','HGdiG':_0x2296b(0x13b)};return _0x375051[_0x2296b(0x14d)](nestedKeyValue,_0x5c0666,[_0x375051[_0x2296b(0x16b)],_0x375051[_0x2296b(0x14b)]])||_0x375051[_0x2296b(0x14d)](nestedKeyValue,_0x5c0666,[_0x375051[_0x2296b(0x165)],_0x375051[_0x2296b(0x116)]]);}static['getTestIdFromTestInfo'](_0x1f5ea9){const _0xf03d55=a42_0x1f0e9e,_0x47069b={'BbQWm':function(_0x14b8e0,_0x5c7057,_0x1e4f90){return _0x14b8e0(_0x5c7057,_0x1e4f90);},'vqzGJ':_0xf03d55(0x12e)};return _0x47069b['BbQWm'](nestedKeyValue,_0x1f5ea9,[_0x47069b[_0xf03d55(0x126)],'id'])||_0x1f5ea9[_0xf03d55(0x124)];}static[a42_0x1f0e9e(0x156)](_0x1ef54c){const _0x1bae06=a42_0x1f0e9e,_0x35ce8={'FPtKD':function(_0x39c991,_0x1af219){return _0x39c991===_0x1af219;},'VkleF':_0x1bae06(0x122),'eVxFf':function(_0x3a5238){return _0x3a5238();}};if(this[_0x1bae06(0x13e)][_0x1ef54c]&&_0x35ce8['FPtKD'](typeof this[_0x1bae06(0x13e)][_0x1ef54c]['uuid'],_0x35ce8[_0x1bae06(0x14f)]))return this[_0x1bae06(0x13e)][_0x1ef54c]['uuid'];const _0x321f50=this[_0x1bae06(0x115)](_0x1ef54c);if(_0x321f50&&fs['existsSync'](_0x321f50)){const _0xa34e35=JSON[_0x1bae06(0x158)](fs[_0x1bae06(0x150)](_0x321f50)['toString']());return this[_0x1bae06(0x13e)][_0x1ef54c]=_0xa34e35,this[_0x1bae06(0x13e)][_0x1ef54c][_0x1bae06(0x11f)];}return this[_0x1bae06(0x13e)][_0x1ef54c]={'uuid':_0x35ce8[_0x1bae06(0x135)](uuidv4)},fs[_0x1bae06(0x162)](_0x321f50,JSON[_0x1bae06(0x149)](this[_0x1bae06(0x13e)][_0x1ef54c])),this['tests'][_0x1ef54c][_0x1bae06(0x11f)];}static[a42_0x1f0e9e(0x12f)](_0x363f70){const _0x3d4043=a42_0x1f0e9e,_0x5495fc=path['join'](this[_0x3d4043(0x13c)](),_0x363f70+_0x3d4043(0x159));if(_0x5495fc&&fs[_0x3d4043(0x15f)](_0x5495fc))return fs[_0x3d4043(0x150)](_0x5495fc)[_0x3d4043(0x151)]();}static[a42_0x1f0e9e(0x14e)](_0x4e40a3,_0x231b83){const _0x46bde2=a42_0x1f0e9e,_0x353d0f=path[_0x46bde2(0x157)](this[_0x46bde2(0x13c)](),_0x231b83+'_platformDetails.json');fs[_0x46bde2(0x162)](_0x353d0f,_0x4e40a3[_0x46bde2(0x151)]());}static[a42_0x1f0e9e(0x139)](){const _0x1da271=a42_0x1f0e9e,_0x1c9573={};_0x1c9573[_0x1da271(0x13d)]=!![],_0x1c9573[_0x1da271(0x134)]=!![],fs['rmSync'](this['getDirPath'](),_0x1c9573);}static[a42_0x1f0e9e(0x153)](_0x265803){const _0x16cd3b=a42_0x1f0e9e;if(this['tests'][_0x265803])return this['tests'][_0x265803];const _0x26c4ac=this[_0x16cd3b(0x115)](_0x265803);if(_0x26c4ac&&fs[_0x16cd3b(0x15f)](_0x26c4ac)){const _0x24f89c=JSON[_0x16cd3b(0x158)](fs[_0x16cd3b(0x150)](_0x26c4ac)[_0x16cd3b(0x151)]());return this[_0x16cd3b(0x13e)][_0x265803]=_0x24f89c,_0x24f89c;}return{};}static['setTestDetails'](_0x76b326,_0x4c360e){const _0x383e7f=a42_0x1f0e9e,_0x5b877a=this[_0x383e7f(0x115)](_0x76b326);if(_0x5b877a&&fs[_0x383e7f(0x15f)](_0x5b877a)){const _0x98c8d7=JSON[_0x383e7f(0x158)](fs[_0x383e7f(0x150)](_0x5b877a)[_0x383e7f(0x151)]()),_0x4ae634={..._0x98c8d7,..._0x4c360e};this[_0x383e7f(0x13e)][_0x76b326]=_0x4ae634;}else this[_0x383e7f(0x13e)][_0x76b326]=_0x4c360e;fs['writeFileSync'](_0x5b877a,this[_0x383e7f(0x13e)][_0x76b326]);}static[a42_0x1f0e9e(0x155)](_0x568103){const _0x454af9=a42_0x1f0e9e,_0xfb86c2={};_0xfb86c2[_0x454af9(0x14c)]='Error\x20handling\x20trace\x20file\x20paths:\x20';const _0x5dec78=_0xfb86c2;try{const _0x51b019=process[_0x454af9(0x15e)],_0x325153=path[_0x454af9(0x157)](TestDetails[_0x454af9(0x142)](),_0x51b019+_0x454af9(0x132));let _0x3e5982=[];_0x325153&&fs['existsSync'](_0x325153)&&(_0x3e5982=JSON[_0x454af9(0x158)](fs[_0x454af9(0x150)](_0x325153)[_0x454af9(0x151)]())),!_0x3e5982[_0x454af9(0x145)](_0x495b1f=>_0x495b1f['filePath']===_0x568103[_0x454af9(0x12b)])&&(_0x3e5982[_0x454af9(0x140)](_0x568103),fs[_0x454af9(0x162)](_0x325153,JSON[_0x454af9(0x149)](_0x3e5982)));}catch(_0x40a12e){logger[_0x454af9(0x11c)](_0x5dec78[_0x454af9(0x14c)],_0x40a12e);}}static['getTraceFilePaths'](){const _0x15c228=a42_0x1f0e9e,_0x3a0255={};_0x3a0255[_0x15c228(0x13a)]='_traceZipPaths.json',_0x3a0255['APtQW']='Error\x20reading\x20trace\x20file\x20paths:\x20%s';const _0xd026c4=_0x3a0255,_0x16166f=[];try{const _0x485d57=TestDetails['getTraceZipDir']();if(_0x485d57&&!fs[_0x15c228(0x15f)](_0x485d57))return _0x16166f;const _0x5387ef=fs[_0x15c228(0x154)](_0x485d57);_0x5387ef[_0x15c228(0x125)](_0x380baa=>{const _0x185967=_0x15c228;if(_0x380baa&&_0x380baa[_0x185967(0x130)](_0xd026c4[_0x185967(0x13a)])){const _0xa952ab=JSON[_0x185967(0x158)](fs[_0x185967(0x150)](path[_0x185967(0x157)](_0x485d57,_0x380baa))['toString']());_0x16166f[_0x185967(0x140)](..._0xa952ab);}});}catch(_0x54a1e0){logger[_0x15c228(0x11c)](util['format'](_0xd026c4[_0x15c228(0x141)],_0x54a1e0));}const _0x39f5e2={};return _0x16166f['forEach'](_0x3abc36=>{const _0x2dced7=_0x15c228;_0x39f5e2[_0x3abc36[_0x2dced7(0x12b)]]=_0x3abc36;}),Object[_0x15c228(0x123)](_0x39f5e2);}static[a42_0x1f0e9e(0x129)](_0x23160c,_0x2b6285){const _0x4797da=a42_0x1f0e9e,_0x2cb05c={};_0x2cb05c[_0x4797da(0x110)]=_0x4797da(0x12c),_0x2cb05c[_0x4797da(0x147)]=_0x4797da(0x120);const _0x840579=_0x2cb05c;try{const _0x2c9347=path[_0x4797da(0x157)](helper[_0x4797da(0x152)](),_0x840579['RlaJt']);if(!fs[_0x4797da(0x15f)](_0x2c9347)){const _0x37477e={};_0x37477e[_0x4797da(0x13d)]=!![],fs['mkdirSync'](_0x2c9347,_0x37477e);}fs[_0x4797da(0x131)](path[_0x4797da(0x157)](_0x2c9347,_0x4797da(0x113)+_0x2b6285+_0x4797da(0x12d)),_0x23160c+'\x0a',_0x840579[_0x4797da(0x147)]);}catch(_0x10e612){console[_0x4797da(0x11c)]('Error\x20writing\x20trace\x20file:\x20'+_0x10e612['message']);}}}function a42_0x32de(){const _0x3fce6b=['1990ZeoUgp','appendToTracePaths','mrmwk','filePath','.browserstack','.txt','_test','getAccessibilityPlatformValidation','endsWith','appendFileSync','_traceZipPaths.json','dgSMB','force','eVxFf','bjnsD','Emnjo','7758kIbbtb','shutdown','AxbmM','__projectId','getDirPath','recursive','tests','env','push','APtQW','getTraceZipDir','mkdirSync','../../../helpers/test-observability/constants','some','vpcmy','bpArd','getProjectIdFromTestInfo','stringify','winstonLogger','gYYLG','jgDUB','UslFU','setAccessibilityPlatformValidation','VkleF','readFileSync','toString','homedir','getTestDetails','readdirSync','addTraceFilePath','getTestUUID','join','parse','_platformDetails.json','.json','QFPBV','traceZipPaths','1111462OuWfQS','pid','existsSync','115945cRdLZd','42054BuyeyO','writeFileSync','getTestIdFromTestInfo','setup','TyafB','4440816nWolRZ','nIqXL','2589318ARGKVh','../../../helpers/logger','553QMwPUP','kmgFy','RlaJt','86QOjncc','BS_TESTOPS_BUILD_HASHED_ID','trace_','getStoreDirName','getFilePath','HGdiG','34287gHQSOq','iTeiS','default','ezQsz','uygvl','error','exports','148TWaElQ','uuid','utf8','_projectId','string','values','testId','forEach','vqzGJ','getStoreDirPath'];a42_0x32de=function(){return _0x3fce6b;};return a42_0x32de();}module[a42_0x1f0e9e(0x11d)]=TestDetails;
@@ -1 +1 @@
1
- const a43_0x3440d9=a43_0x5c51;function a43_0x6e3a(){const _0x8f5342=['bstackPerformA11yScan','winstonLogger','deviceModel','fromEntries','method','byHxI','setupBrowserDetails','bStackParams','platformName','../../helpers/accessibility-automation/scripts','VgxAu','1280voJnIb','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','jBlTP','accessibilityPlatform','util','LugAS','includes','patchCRConnection','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','chrome','kEEPW','playwright-','browserName','browser_version','vqhfS','GhMiD','sendMessageToServer','performScan','caps','wsEndpoint','use','QVedJ','bVOxY','toLowerCase','currentTest','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','shouldWrapCommand','isRemote','MFhNJ','nnvgN','428QvOMNV','MhBhx','GXWeH','aFMsW','534Wvyldq','1928pvnHsH','OEyXG','url','FhlXf','automate','cBXrB','VQVwh','local_grid','fhKAH','defineProperty','bsParams','eiSGR','product','BFLiA','mppsq','../../helpers/test-observability/error-handler','browserstack','JXjgg','unknown_grid','VdrPR','MnCIb','testInfo','_browserType','ATS_WSS_URL_REGEX','lWnFJ','CRConnection','LPRnb','vufbk','turboscale','ofeOC','rSFDn','cecBl','LykmV','format','browser','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','DIdGr','pwPage','sessionId','edge','platformVersion','safari','connectOptions','dnMkz','test','cloudProvider','channel','./accessibility-helper','UEhtS','../utils/constants','project','prototype','MEmiL','join','platform_version','debug','../../bin/playwright/accessibility-helper','hgSQV','NStrj','jYNAv','nJCDB','version','params','_onMessage','559974jvqZNa','dispatch','knCgP','fRnlt','bYxpH','dJBaw','bkJtB','10gGhaoM','2649438izpwJY','patch','sessionError','1013016bzaAeF','currentSessionDetails','platform','Error\x20in\x20finding\x20platform\x20details\x20','Performing\x20scan\x20for\x20','lib','IQUXF','platformDetails','apply','wgpgK','env','_name','server','bsSessionId','fvQcz','Device\x20Model\x20is\x20not\x20available','CwTAm','toString','ctqKY','Failed\x20to\x20perform\x20scan\x20','KpGHm','zzFpN','gHuqL','ApclB','zoHZl','SFuBb','patchConnection','ooxMz','LSMsn','ZpqWy','1327xRZbYH','9905jPYsmS','Page','browserstack.com','titlePath','query','DRztG','__workerDetails','Setting\x20session\x20id\x20received\x20from\x20BS\x20','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','eWffV','Error\x20in\x20importing\x20connection\x20','wGNoP','3312573HjJpKv','hMZMz','tawsD','path','_defaultConnectOptions','parse','model','HelWd','nqacO','Connection','../../helpers/test-observability/utils','capabilities','_connection','HlcbX','../../helpers/logger','entries','Not\x20able\x20to\x20import\x20crConnection','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','FTQKJ','_type','dqkIm'];a43_0x6e3a=function(){return _0x8f5342;};return a43_0x6e3a();}function a43_0x5c51(_0xf910da,_0x5ac687){const _0x6e3aa7=a43_0x6e3a();return a43_0x5c51=function(_0x5c5196,_0x16dd2a){_0x5c5196=_0x5c5196-0x16a;let _0x288cb5=_0x6e3aa7[_0x5c5196];return _0x288cb5;},a43_0x5c51(_0xf910da,_0x5ac687);}(function(_0x406a16,_0x73cee){const _0x59ed3e=a43_0x5c51,_0x545660=_0x406a16();while(!![]){try{const _0x2fb223=parseInt(_0x59ed3e(0x193))/0x1*(parseInt(_0x59ed3e(0x1e2))/0x2)+-parseInt(_0x59ed3e(0x175))/0x3+-parseInt(_0x59ed3e(0x1de))/0x4*(-parseInt(_0x59ed3e(0x1c0))/0x5)+-parseInt(_0x59ed3e(0x16a))/0x6+-parseInt(_0x59ed3e(0x194))/0x7*(parseInt(_0x59ed3e(0x1e3))/0x8)+parseInt(_0x59ed3e(0x172))/0x9+parseInt(_0x59ed3e(0x171))/0xa*(parseInt(_0x59ed3e(0x1a0))/0xb);if(_0x2fb223===_0x73cee)break;else _0x545660['push'](_0x545660['shift']());}catch(_0x5ebbd5){_0x545660['push'](_0x545660['shift']());}}}(a43_0x6e3a,0x3219a));const path=require(a43_0x3440d9(0x1a3)),url=require(a43_0x3440d9(0x1e5)),util=require(a43_0x3440d9(0x1c4)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require(a43_0x3440d9(0x1f2)),{debug,getPlatformDetails}=require(a43_0x3440d9(0x1aa)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),logger=require(a43_0x3440d9(0x1ae))[a43_0x3440d9(0x1b6)],scripts=require(a43_0x3440d9(0x1be)),{browserStackExecuteDriver}=require(a43_0x3440d9(0x21b)),AccessibilityHelper=require(a43_0x3440d9(0x212)),constants=require(a43_0x3440d9(0x214)),getBrowserNameFromChannel=_0x3cc86d=>{const _0x42ff84=a43_0x3440d9,_0x235c71={};_0x235c71[_0x42ff84(0x16c)]='chrome',_0x235c71[_0x42ff84(0x1e9)]=_0x42ff84(0x20a),_0x235c71[_0x42ff84(0x1ca)]='firefox',_0x235c71[_0x42ff84(0x1a1)]=_0x42ff84(0x20c);const _0x2ed793=_0x235c71;if(_0x3cc86d[_0x42ff84(0x1c6)](_0x2ed793[_0x42ff84(0x16c)]))return _0x2ed793['knCgP'];if(_0x3cc86d[_0x42ff84(0x1c6)](_0x2ed793[_0x42ff84(0x1e9)]))return _0x2ed793[_0x42ff84(0x1e9)];if(_0x3cc86d[_0x42ff84(0x1c6)](_0x2ed793[_0x42ff84(0x1ca)]))return _0x2ed793['kEEPW'];if(_0x3cc86d[_0x42ff84(0x1c6)](_0x2ed793['hMZMz']))return _0x2ed793[_0x42ff84(0x1a1)];},getBrowserFromWSEndpoint=_0x1baa04=>{const _0x39bae3=a43_0x3440d9,_0x4b5d43={'GFdLF':_0x39bae3(0x1c9),'cBXrB':function(_0x5ad109,_0x166d6b){return _0x5ad109(_0x166d6b);}};try{const _0x255800=url[_0x39bae3(0x1a5)](_0x1baa04),_0x506b46=new URLSearchParams(_0x255800[_0x39bae3(0x198)]),_0x2e9e1e=Object[_0x39bae3(0x1b8)](_0x506b46[_0x39bae3(0x1af)]()),_0x46d88d=JSON[_0x39bae3(0x1a5)](_0x2e9e1e[_0x39bae3(0x1d2)]);if(_0x46d88d&&(_0x46d88d[_0x39bae3(0x205)]||_0x46d88d['browserName']))return _0x46d88d[_0x39bae3(0x205)]||_0x46d88d[_0x39bae3(0x1cc)];return _0x4b5d43['GFdLF'];}catch(_0x52cae4){_0x4b5d43[_0x39bae3(0x1e8)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x52cae4[_0x39bae3(0x186)]());}},getCloudProviderFromWsEndpoint=_0x596d29=>{const _0x30c60c=a43_0x3440d9,_0x114911={};_0x114911[_0x30c60c(0x1a8)]=_0x30c60c(0x196),_0x114911['bYxpH']='browserstack-ats.com',_0x114911['tIsTz']=_0x30c60c(0x1f3),_0x114911[_0x30c60c(0x18e)]=_0x30c60c(0x1f5);const _0x17465f=_0x114911;if(_0x596d29[_0x30c60c(0x1c6)](_0x17465f[_0x30c60c(0x1a8)])||_0x596d29[_0x30c60c(0x1c6)](_0x17465f[_0x30c60c(0x16e)]))return _0x17465f['tIsTz'];return _0x17465f[_0x30c60c(0x18e)];},a43_0x546552={};a43_0x546552[a43_0x3440d9(0x210)]=undefined,a43_0x546552[a43_0x3440d9(0x182)]=undefined,a43_0x546552[a43_0x3440d9(0x205)]=undefined,a43_0x546552['browser_version']=undefined,a43_0x546552[a43_0x3440d9(0x177)]=undefined,a43_0x546552[a43_0x3440d9(0x219)]=undefined,a43_0x546552[a43_0x3440d9(0x1ef)]=undefined,a43_0x546552[a43_0x3440d9(0x1ab)]={};class PlaywrightSessionDetails{static [a43_0x3440d9(0x176)]=a43_0x546552;constructor(){const _0x2d3a11={};_0x2d3a11['zofcy']='Invalid\x20constructor,\x20please\x20use\x20static\x20methods';const _0x2c187e=_0x2d3a11;throw new Error(_0x2c187e['zofcy']);}static ['sessionError']=null;static[a43_0x3440d9(0x1bb)](_0x586453,_0x56f5a8,_0x562786=null){const _0x368665=a43_0x3440d9,_0x27f40d={'vqhfS':function(_0x16613d,_0x57410a){return _0x16613d===_0x57410a;},'nJCDB':'function','nDZmD':_0x368665(0x1c8),'BFLiA':function(_0x485181,_0x193741){return _0x485181===_0x193741;},'IQUXF':_0x368665(0x184),'ApclB':_0x368665(0x1ea),'zzFpN':function(_0x223687,_0x7e3879,_0x44c8ff){return _0x223687(_0x7e3879,_0x44c8ff);},'MEmiL':_0x368665(0x1f9),'HlcbX':_0x368665(0x1a4),'GhMiD':_0x368665(0x215),'JXjgg':_0x368665(0x1d4),'qcWIx':_0x368665(0x20d),'fvQcz':function(_0x8e3eb2,_0x398cf4){return _0x8e3eb2(_0x398cf4);},'KpGHm':_0x368665(0x1f3),'JKkVp':_0x368665(0x1ff),'ZRBdU':_0x368665(0x1e7),'NwBqG':function(_0x3e8148,_0x4878a2){return _0x3e8148+_0x4878a2;},'QVedJ':_0x368665(0x1cb),'aFMsW':function(_0x3c93d4){return _0x3c93d4();},'tawsD':'setupBrowserDetails'},_0x15aae2=this;return _0x27f40d['zzFpN'](o11yErrorHandler,async function _0x5ef874(_0x488de1,_0x17ba8a,_0x58e117=null){const _0x528783=_0x368665;let _0x63d4a7=_0x488de1[_0x528783(0x180)],_0x5f1b97=null;_0x488de1&&_0x27f40d[_0x528783(0x1ce)](typeof _0x488de1[_0x528783(0x220)],_0x27f40d[_0x528783(0x21f)])?_0x5f1b97=_0x488de1[_0x528783(0x220)]():logger[_0x528783(0x21a)](_0x27f40d['nDZmD']);let _0x1d4308=null;_0x488de1&&_0x27f40d[_0x528783(0x1f0)](typeof _0x488de1[_0x528783(0x1a6)],_0x27f40d['nJCDB'])?_0x1d4308=_0x488de1[_0x528783(0x1a6)]():logger[_0x528783(0x21a)](_0x27f40d[_0x528783(0x17b)]);let _0x1d657e=null,_0x3fee09=null,_0x497915=null,_0x59968f=_0x27f40d[_0x528783(0x18c)];if(_0x488de1[_0x528783(0x1ac)][_0x528783(0x1db)]()||global[_0x528783(0x1c3)]){let _0xb17813=null;_0x27f40d[_0x528783(0x18a)](nestedKeyValue,_0x488de1,[_0x27f40d[_0x528783(0x217)],_0x27f40d[_0x528783(0x1ad)]])?_0xb17813=_0x488de1[_0x528783(0x1f9)][_0x528783(0x1a4)]:_0xb17813=_0x27f40d['zzFpN'](nestedKeyValue,_0x17ba8a,[_0x27f40d[_0x528783(0x1cf)],_0x27f40d[_0x528783(0x1f4)],_0x27f40d['qcWIx']]);const _0x7fd43=_0x58e117||_0xb17813&&_0xb17813[_0x528783(0x1d3)];_0x7fd43&&(_0x59968f=_0x27f40d[_0x528783(0x183)](getCloudProviderFromWsEndpoint,_0x7fd43),_0x27f40d[_0x528783(0x1ce)](_0x59968f,_0x27f40d[_0x528783(0x189)])&&(_0x497915=constants[_0x528783(0x1fa)][_0x528783(0x20f)](_0x7fd43)?_0x27f40d['JKkVp']:_0x27f40d['ZRBdU'],_0x63d4a7=_0x27f40d[_0x528783(0x183)](getBrowserFromWSEndpoint,_0x7fd43)||_0x63d4a7,_0x1d657e=_0x15aae2[_0x528783(0x176)]['platform'],_0x3fee09=_0x15aae2[_0x528783(0x176)][_0x528783(0x219)]));}else{_0x17ba8a&&_0x17ba8a[_0x528783(0x215)][_0x528783(0x1d4)][_0x528783(0x211)]?_0x63d4a7=_0x27f40d[_0x528783(0x183)](getBrowserNameFromChannel,_0x17ba8a[_0x528783(0x215)][_0x528783(0x1d4)]['channel']):_0x63d4a7=_0x27f40d['NwBqG'](_0x27f40d[_0x528783(0x1d5)],_0x63d4a7[_0x528783(0x1d7)]());const _0x4f9f6f=await _0x27f40d[_0x528783(0x1e1)](getPlatformDetails);_0x1d657e=_0x4f9f6f['platformName'],_0x3fee09=_0x4f9f6f[_0x528783(0x20b)];}const _0x4c9b0a={};_0x4c9b0a[_0x528783(0x205)]=_0x63d4a7,_0x4c9b0a[_0x528783(0x1cd)]=_0x5f1b97,_0x4c9b0a[_0x528783(0x1ab)]={},_0x4c9b0a[_0x528783(0x177)]=_0x1d657e,_0x4c9b0a['platform_version']=_0x3fee09,_0x4c9b0a[_0x528783(0x1ef)]=_0x497915;const _0x332b95=_0x4c9b0a;_0x1d4308&&(_0x332b95[_0x528783(0x1ab)][_0x528783(0x1b7)]=_0x1d4308);const _0x1f829f={};_0x1f829f[_0x528783(0x210)]=_0x59968f,_0x15aae2['currentSessionDetails']=Object['assign']({},_0x15aae2['currentSessionDetails'],_0x1f829f,_0x332b95);},_0x27f40d[_0x368665(0x1a2)])(_0x586453,_0x56f5a8,_0x562786);}static[a43_0x3440d9(0x173)](){const _0x3ba30e=a43_0x3440d9;this[_0x3ba30e(0x18f)](),this[_0x3ba30e(0x1c7)]();}static[a43_0x3440d9(0x18f)](){const _0x25f6c7=a43_0x3440d9,_0x386681={'fhKAH':function(_0x485d9e,_0x3a79cc,_0x474764){return _0x485d9e(_0x3a79cc,_0x474764);},'FTQKJ':_0x25f6c7(0x1d8),'bVOxY':_0x25f6c7(0x1f8),'ofeOC':_0x25f6c7(0x197),'MhBhx':function(_0x204eac,_0x496ec3,_0xbd9ec0){return _0x204eac(_0x496ec3,_0xbd9ec0);},'ctqKY':function(_0x581c39,_0x32036b,_0x33e052){return _0x581c39(_0x32036b,_0x33e052);},'CwTAm':_0x25f6c7(0x19a),'dJBaw':_0x25f6c7(0x208),'wgpgK':function(_0x49aa85,_0x5021b5){return _0x49aa85===_0x5021b5;},'gHuqL':_0x25f6c7(0x195),'nnvgN':function(_0x5190f1,_0x17d01b,_0x317722,_0x3307e7){return _0x5190f1(_0x17d01b,_0x317722,_0x3307e7);},'fRnlt':function(_0x23b2a3,_0x35532b){return _0x23b2a3(_0x35532b);},'HelWd':_0x25f6c7(0x17a),'LPRnb':'client','GXWeH':'connection.js','iRHNB':function(_0x1199fb,_0x48976d){return _0x1199fb(_0x48976d);},'DIdGr':'Not\x20able\x20to\x20import\x20Connection','bkJtB':function(_0x45ae4d,_0x3f54b7){return _0x45ae4d(_0x3f54b7);},'hgSQV':function(_0x172f39,_0x36ff14){return _0x172f39!=_0x36ff14;},'FhlXf':function(_0x1b0a9c){return _0x1b0a9c();},'vufbk':_0x25f6c7(0x1d0),'LykmV':_0x25f6c7(0x16b),'DRztG':function(_0x1d43f6,_0x244346){return _0x1d43f6(_0x244346);}},_0x17d6dc=this;if(!this[_0x25f6c7(0x1a9)])try{const _0xb04cec=path['join'](_0x386681[_0x25f6c7(0x1a7)],_0x386681[_0x25f6c7(0x1fd)],_0x386681[_0x25f6c7(0x1e0)]),_0x6664d6=_0x386681['iRHNB'](importFileFromPWCore,_0xb04cec);!_0x6664d6?_0x386681['fRnlt'](debug,_0x386681[_0x25f6c7(0x207)]):this[_0x25f6c7(0x1a9)]=_0x6664d6[_0x25f6c7(0x1a9)];}catch(_0x37d8a3){_0x386681[_0x25f6c7(0x170)](debug,_0x25f6c7(0x19e)+_0x37d8a3['toString']());}const _0x5c91ef=this[_0x25f6c7(0x1a9)];try{if(_0x386681[_0x25f6c7(0x21c)](_0x5c91ef,null)){const _0x35f5f6=_0x5c91ef[_0x25f6c7(0x216)][_0x25f6c7(0x16b)],_0x543ac4=_0x5c91ef['prototype'][_0x25f6c7(0x1d0)];_0x386681[_0x25f6c7(0x1e6)](isAccessibilityAutomationSession)&&Object[_0x25f6c7(0x1ec)](_0x5c91ef['prototype'],_0x386681[_0x25f6c7(0x1fe)],{'get':function(){const _0x150819=_0x25f6c7,_0x4530a3={'yGqPQ':function(_0x30567c,_0x20d69d,_0x4dc989){const _0x106af6=a43_0x5c51;return _0x386681[_0x106af6(0x1eb)](_0x30567c,_0x20d69d,_0x4dc989);},'OEyXG':_0x386681[_0x150819(0x1b2)],'byHxI':_0x386681[_0x150819(0x1d6)],'dnMkz':_0x386681[_0x150819(0x200)],'ooxMz':function(_0x1e6460,_0x50408e,_0x215dae){const _0x102825=_0x150819;return _0x386681[_0x102825(0x1df)](_0x1e6460,_0x50408e,_0x215dae);},'VdrPR':function(_0x826ada,_0x54d441,_0x5dbcdc){const _0x426898=_0x150819;return _0x386681[_0x426898(0x187)](_0x826ada,_0x54d441,_0x5dbcdc);},'TLjrX':_0x386681[_0x150819(0x185)],'wGNoP':_0x386681[_0x150819(0x16f)],'UEhtS':function(_0x1b93a8,_0x4025b9){const _0x145336=_0x150819;return _0x386681[_0x145336(0x17e)](_0x1b93a8,_0x4025b9);},'MFhNJ':_0x386681[_0x150819(0x18b)],'NStrj':function(_0x2d2f43,_0x3410f2,_0x188f60,_0x19d32b){const _0x497544=_0x150819;return _0x386681[_0x497544(0x1dd)](_0x2d2f43,_0x3410f2,_0x188f60,_0x19d32b);}};return async function(){const _0x219675=_0x150819;try{if(!global[_0x219675(0x1b5)]&&global[_0x219675(0x1c3)]&&_0x4530a3['yGqPQ'](nestedKeyValue,global[_0x219675(0x19a)],[_0x4530a3[_0x219675(0x1e4)],_0x4530a3[_0x219675(0x1ba)],_0x4530a3[_0x219675(0x20e)]])&&_0x4530a3[_0x219675(0x190)](shouldScanTestForAccessibility,global[_0x219675(0x19a)][_0x219675(0x1d8)]['testInfo']['titlePath'],!![])&&scripts[_0x219675(0x1da)](arguments[0x1])){logger[_0x219675(0x21a)](_0x219675(0x179)+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x15b2db=_0x4530a3[_0x219675(0x1f6)](nestedKeyValue,global,[_0x4530a3['TLjrX'],_0x4530a3[_0x219675(0x19f)]]),_0x64c64e={};_0x64c64e[_0x219675(0x1b9)]=arguments[0x1],_0x15b2db&&logger[_0x219675(0x21a)](util[_0x219675(0x204)](await AccessibilityHelper[_0x219675(0x1d1)](_0x15b2db,_0x64c64e)));if(_0x4530a3[_0x219675(0x213)](arguments[0x0][_0x219675(0x1b3)],_0x4530a3[_0x219675(0x1dc)])&&global['__driver']){const _0x10071c={};_0x10071c[_0x219675(0x1b9)]=arguments[0x1],await _0x4530a3[_0x219675(0x21d)](browserStackExecuteDriver,global['__driver'],scripts[_0x219675(0x1d1)],_0x10071c);}}}catch(_0x4dc3c3){logger[_0x219675(0x21a)](_0x219675(0x188)+util[_0x219675(0x204)](_0x4dc3c3));}return global[_0x219675(0x1b5)]=![],_0x543ac4[_0x219675(0x17d)](this,arguments);};}}),!_0x386681['bkJtB'](isFalse,process[_0x25f6c7(0x17f)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&Object['defineProperty'](_0x5c91ef[_0x25f6c7(0x216)],_0x386681[_0x25f6c7(0x203)],{'get':function(){const _0xd69c2a={'ZpqWy':function(_0x5324f7,_0x44f617){const _0x3788ac=a43_0x5c51;return _0x386681[_0x3788ac(0x16d)](_0x5324f7,_0x44f617);},'LSMsn':function(_0x14b5df,_0x1cb8b6){const _0x19815a=a43_0x5c51;return _0x386681[_0x19815a(0x16d)](_0x14b5df,_0x1cb8b6);}};return function _0x220d47(_0x5d6e8a){const _0x17ae74=a43_0x5c51,_0x38f2ad=_0x5d6e8a&&_0x5d6e8a[_0x17ae74(0x221)]&&_0x5d6e8a[_0x17ae74(0x221)][_0x17ae74(0x1ed)];if(_0x38f2ad){const _0x5c717f=_0x38f2ad['sessionId'],_0x375e90=_0x38f2ad[_0x17ae74(0x17c)];_0x375e90&&(_0xd69c2a[_0x17ae74(0x192)](debug,_0x17ae74(0x1b1)+_0x375e90[_0x17ae74(0x186)]()),_0x17d6dc['currentSessionDetails'][_0x17ae74(0x177)]=_0x375e90[_0x17ae74(0x1bd)],_0x17d6dc[_0x17ae74(0x176)][_0x17ae74(0x219)]=_0x375e90['platformVersion']),_0x5c717f&&(_0xd69c2a[_0x17ae74(0x191)](debug,_0x17ae74(0x19b)+_0x5c717f),_0x17d6dc[_0x17ae74(0x176)][_0x17ae74(0x182)]=_0x5c717f);}return _0x35f5f6[_0x17ae74(0x17d)](this,arguments);};}});}}catch(_0x2552ba){_0x386681[_0x25f6c7(0x199)](debug,_0x25f6c7(0x206)+_0x2552ba),_0x17d6dc[_0x25f6c7(0x174)]=_0x2552ba[_0x25f6c7(0x186)]();}}static[a43_0x3440d9(0x1c7)](){const _0x1e799b=a43_0x3440d9,_0x4b62fa={'QxELc':function(_0x2ae411,_0xb66105){return _0x2ae411(_0xb66105);},'VaFsg':function(_0x53aa93,_0x3f1745){return _0x53aa93(_0x3f1745);},'VgxAu':function(_0x67e3dc,_0xc0ca48){return _0x67e3dc(_0xc0ca48);},'rSFDn':function(_0x55b584){return _0x55b584();},'cecBl':'lib','tSCvi':_0x1e799b(0x181),'dqkIm':'chromium','jYNAv':'crConnection.js','mppsq':function(_0x210f07,_0x2e46d7){return _0x210f07(_0x2e46d7);},'jBlTP':function(_0x4ad4d0,_0x2e2aaa){return _0x4ad4d0(_0x2e2aaa);},'zoHZl':_0x1e799b(0x1b0),'MnCIb':function(_0x43015b,_0x23376e){return _0x43015b(_0x23376e);},'eiSGR':'Error\x20in\x20importing\x20crConnection','eWffV':function(_0x3bdd59,_0x3994b5){return _0x3bdd59!=_0x3994b5;},'LugAS':_0x1e799b(0x222),'lWnFJ':function(_0x3c1e49,_0x4e71f5){return _0x3c1e49(_0x4e71f5);}},_0x31c87c=this;if(_0x4b62fa[_0x1e799b(0x201)](isAccessibilityAutomationSession)){let _0x52db58=null;try{const _0x33a906=path[_0x1e799b(0x218)](_0x4b62fa[_0x1e799b(0x202)],_0x4b62fa['tSCvi'],_0x4b62fa[_0x1e799b(0x1b4)],_0x4b62fa[_0x1e799b(0x21e)]),_0x148a4f=_0x4b62fa[_0x1e799b(0x1f1)](importFileFromPWCore,_0x33a906);!_0x148a4f?_0x4b62fa[_0x1e799b(0x1c2)](debug,_0x4b62fa[_0x1e799b(0x18d)]):_0x52db58=_0x148a4f[_0x1e799b(0x1fc)];}catch(_0x4f7975){_0x4b62fa[_0x1e799b(0x1f7)](debug,_0x4b62fa[_0x1e799b(0x1ee)]);}try{if(_0x4b62fa[_0x1e799b(0x19d)](_0x52db58,null)){const _0x250945=_0x52db58['prototype'][_0x1e799b(0x222)];Object[_0x1e799b(0x1ec)](_0x52db58[_0x1e799b(0x216)],_0x4b62fa[_0x1e799b(0x1c5)],{'get':function(){return function _0x90bd0d(_0x1c6c1c){const _0x513e40=a43_0x5c51;try{const _0x5ba349=_0x1c6c1c['bStackParams'];if(_0x5ba349){delete _0x1c6c1c[_0x513e40(0x1bc)];const _0x20b9c4=_0x5ba349[_0x513e40(0x209)],_0x2c20c7=_0x5ba349['platformDetails'];_0x2c20c7&&(_0x4b62fa['QxELc'](debug,_0x513e40(0x1d9)+_0x2c20c7[_0x513e40(0x186)]()),_0x31c87c[_0x513e40(0x176)]['platform']=_0x2c20c7['platformName'],_0x31c87c[_0x513e40(0x176)][_0x513e40(0x219)]=_0x2c20c7[_0x513e40(0x20b)]),_0x20b9c4&&(_0x4b62fa['VaFsg'](debug,_0x513e40(0x19c)+_0x20b9c4),_0x31c87c[_0x513e40(0x176)][_0x513e40(0x182)]=_0x20b9c4);}}catch(_0x43f307){_0x4b62fa[_0x513e40(0x1bf)](debug,_0x513e40(0x178)+_0x43f307[_0x513e40(0x186)]());}return _0x250945['apply'](this,arguments);};}});}}catch(_0x241afb){_0x4b62fa[_0x1e799b(0x1fb)](debug,_0x1e799b(0x1c1)+_0x241afb),_0x31c87c['sessionError']=_0x241afb[_0x1e799b(0x186)]();}}}static['getDetails'](){return this['currentSessionDetails'];}}module['exports']=PlaywrightSessionDetails;
1
+ function a43_0x1f14(_0x1cbc7d,_0x47d950){const _0x155800=a43_0x1558();return a43_0x1f14=function(_0x1f14eb,_0x545d7d){_0x1f14eb=_0x1f14eb-0x1c1;let _0xf3b5f9=_0x155800[_0x1f14eb];return _0xf3b5f9;},a43_0x1f14(_0x1cbc7d,_0x47d950);}function a43_0x1558(){const _0x1dcdba=['Not\x20able\x20to\x20import\x20crConnection','url','version','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','../utils/constants','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','browserstack','project','playwright-','lVMiZ','query','platformVersion','Error\x20in\x20importing\x20crConnection','nPESq','bstackPerformA11yScan','CHyob','_name','BjjVR','bsSessionId','platformName','sessionError','lPneG','includes','method','turboscale','tQTtU','winstonLogger','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','../../helpers/accessibility-automation/scripts','_connection','uwPhG','connection.js','automate','platformDetails','HZxtc','gjtme','Page','CtCUC','apply','chrome','parse','params','channel','browser_version','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','Device\x20Model\x20is\x20not\x20available','use','capabilities','BBVDS','11cddpPz','6237240SCHDmd','fromEntries','iXRWO','_onMessage','iEsIi','wxqzA','AUZzV','jajPe','platform_version','3570328BXRZes','currentSessionDetails','WQLBT','getDetails','ORrSF','ZLgrC','hMirD','BbbaO','cloudProvider','mezBO','debug','4669343BcLmee','defineProperty','browser','ubMnr','local_grid','unknown_grid','model','fJmkH','xfhVh','pOMXc','test','browserstack-ats.com','GtFcT','HYXWm','bStackParams','usINK','gxRtY','server','browserstack.com','isRemote','PStoC','dNpHM','8kwfAjK','toString','patchCRConnection','../../helpers/accessibility-automation/helper','hXbdu','connectOptions','nDfHG','KZeLF','sendMessageToServer','SHGXk','product','2087700AhgoXm','prototype','deviceModel','browserName','Performing\x20scan\x20for\x20','HwjbO','XVjxH','currentTest','WwDUQ','_browserType','exports','AfYxH','HApwK','ATS_WSS_URL_REGEX','6EwrXSK','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','CRConnection','testInfo','_defaultConnectOptions','90582DuWWDI','__workerDetails','crConnection.js','titlePath','kNGsj','client','bmuge','12bOdXyZ','XRrmb','Error\x20in\x20importing\x20connection\x20','MdGKM','udWnw','setupBrowserDetails','IrJac','accessibilityPlatform','__driver','wZMWp','Failed\x20to\x20perform\x20scan\x20','WnKkQ','sessionId','HUnVo','tlFpn','edge','Connection','patchConnection','Not\x20able\x20to\x20import\x20Connection','2221745xOpeFs','Setting\x20session\x20id\x20received\x20from\x20BS\x20','caps','dispatch','TeWry','EpyyV','format','BNXnL','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','lib','Browser\x20is\x20not\x20defined\x20or\x20not\x20available','Error\x20in\x20finding\x20platform\x20details\x20','util','assign','join','zXghK','BROWSERSTACK_TEST_OBSERVABILITY','RNgEs','wsEndpoint','pwPage','IqHAK','iuXry','performScan','env','KviNs','shouldWrapCommand','bRHHE','UxXmR','../../helpers/test-observability/utils','921906QQcMEe','platform'];a43_0x1558=function(){return _0x1dcdba;};return a43_0x1558();}const a43_0x300aa1=a43_0x1f14;(function(_0x4b9a8a,_0x157184){const _0x4cc754=a43_0x1f14,_0x4d9462=_0x4b9a8a();while(!![]){try{const _0x10ea92=parseInt(_0x4cc754(0x258))/0x1*(-parseInt(_0x4cc754(0x25d))/0x2)+parseInt(_0x4cc754(0x24a))/0x3+parseInt(_0x4cc754(0x21e))/0x4+-parseInt(_0x4cc754(0x1c4))/0x5*(parseInt(_0x4cc754(0x264))/0x6)+parseInt(_0x4cc754(0x229))/0x7*(-parseInt(_0x4cc754(0x23f))/0x8)+parseInt(_0x4cc754(0x1e1))/0x9+-parseInt(_0x4cc754(0x215))/0xa*(-parseInt(_0x4cc754(0x214))/0xb);if(_0x10ea92===_0x157184)break;else _0x4d9462['push'](_0x4d9462['shift']());}catch(_0x574f00){_0x4d9462['push'](_0x4d9462['shift']());}}}(a43_0x1558,0x76eeb));const path=require('path'),url=require(a43_0x300aa1(0x1e4)),util=require(a43_0x300aa1(0x1d0)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a43_0x300aa1(0x1e0)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0x300aa1(0x242)),logger=require('../../helpers/logger')[a43_0x300aa1(0x1fd)],scripts=require(a43_0x300aa1(0x1ff)),{browserStackExecuteDriver}=require('../../bin/playwright/accessibility-helper'),AccessibilityHelper=require('./accessibility-helper'),constants=require(a43_0x300aa1(0x1e7)),getBrowserNameFromChannel=_0x4f7b46=>{const _0x4fafe7=a43_0x300aa1,_0x7b05ab={};_0x7b05ab[_0x4fafe7(0x239)]='chrome',_0x7b05ab[_0x4fafe7(0x208)]=_0x4fafe7(0x273),_0x7b05ab['wZMWp']='firefox',_0x7b05ab[_0x4fafe7(0x1ec)]='safari';const _0x29bab2=_0x7b05ab;if(_0x4f7b46['includes'](_0x29bab2[_0x4fafe7(0x239)]))return _0x29bab2[_0x4fafe7(0x239)];if(_0x4f7b46[_0x4fafe7(0x1f9)](_0x29bab2[_0x4fafe7(0x208)]))return _0x29bab2[_0x4fafe7(0x208)];if(_0x4f7b46[_0x4fafe7(0x1f9)](_0x29bab2[_0x4fafe7(0x26d)]))return _0x29bab2[_0x4fafe7(0x26d)];if(_0x4f7b46[_0x4fafe7(0x1f9)](_0x29bab2['lVMiZ']))return _0x29bab2[_0x4fafe7(0x1ec)];},getBrowserFromWSEndpoint=_0x212466=>{const _0x9db732=a43_0x300aa1,_0x182461={'HZxtc':_0x9db732(0x20a),'dNpHM':function(_0x489dab,_0x3f5b00){return _0x489dab(_0x3f5b00);}};try{const _0x2dac19=url[_0x9db732(0x20b)](_0x212466),_0x254175=new URLSearchParams(_0x2dac19[_0x9db732(0x1ed)]),_0x26bee1=Object[_0x9db732(0x216)](_0x254175['entries']()),_0x13d91a=JSON[_0x9db732(0x20b)](_0x26bee1[_0x9db732(0x1c6)]);if(_0x13d91a&&(_0x13d91a['browser']||_0x13d91a[_0x9db732(0x24d)]))return _0x13d91a[_0x9db732(0x22b)]||_0x13d91a['browserName'];return _0x182461[_0x9db732(0x205)];}catch(_0xa3f0df){_0x182461[_0x9db732(0x23e)](debug,_0x9db732(0x1fe)+_0xa3f0df['toString']());}},getCloudProviderFromWsEndpoint=_0xdac01e=>{const _0x116fc8=a43_0x300aa1,_0x3d1ac1={};_0x3d1ac1[_0x116fc8(0x219)]=_0x116fc8(0x23b),_0x3d1ac1['zXghK']=_0x116fc8(0x234),_0x3d1ac1['WwDUQ']=_0x116fc8(0x1e9),_0x3d1ac1[_0x116fc8(0x245)]=_0x116fc8(0x22e);const _0x109439=_0x3d1ac1;if(_0xdac01e['includes'](_0x109439[_0x116fc8(0x219)])||_0xdac01e['includes'](_0x109439[_0x116fc8(0x1d3)]))return _0x109439[_0x116fc8(0x252)];return _0x109439[_0x116fc8(0x245)];},a43_0x2ce54e={};a43_0x2ce54e[a43_0x300aa1(0x226)]=undefined,a43_0x2ce54e[a43_0x300aa1(0x1f5)]=undefined,a43_0x2ce54e[a43_0x300aa1(0x22b)]=undefined,a43_0x2ce54e['browser_version']=undefined,a43_0x2ce54e[a43_0x300aa1(0x1e2)]=undefined,a43_0x2ce54e[a43_0x300aa1(0x21d)]=undefined,a43_0x2ce54e[a43_0x300aa1(0x249)]=undefined,a43_0x2ce54e[a43_0x300aa1(0x212)]={};class PlaywrightSessionDetails{static ['currentSessionDetails']=a43_0x2ce54e;constructor(){const _0x323696=a43_0x300aa1,_0x5440be={};_0x5440be[_0x323696(0x1d5)]=_0x323696(0x1e8);const _0x4e1d65=_0x5440be;throw new Error(_0x4e1d65[_0x323696(0x1d5)]);}static [a43_0x300aa1(0x1f7)]=null;static['setupBrowserDetails'](_0x1ed692,_0x26c592,_0x4e5249=null){const _0x3e7ebe=a43_0x300aa1,_0x50d132={'pOMXc':function(_0x502ee2,_0x36815b){return _0x502ee2===_0x36815b;},'IrJac':'function','iuXry':_0x3e7ebe(0x1ce),'mezBO':function(_0x215283,_0xc56e69){return _0x215283===_0xc56e69;},'GtFcT':_0x3e7ebe(0x210),'bmobS':_0x3e7ebe(0x22d),'tQTtU':function(_0x5c1c72,_0x595c91,_0x1e202c){return _0x5c1c72(_0x595c91,_0x1e202c);},'RNTmV':'_browserType','WnKkQ':_0x3e7ebe(0x25c),'jajPe':_0x3e7ebe(0x1ea),'hXbdu':_0x3e7ebe(0x211),'ONabk':_0x3e7ebe(0x244),'fJmkH':function(_0x1e88f0,_0x384576){return _0x1e88f0(_0x384576);},'BbbaO':function(_0x1a293c,_0x12f7ca){return _0x1a293c===_0x12f7ca;},'UxXmR':_0x3e7ebe(0x1e9),'CHyob':_0x3e7ebe(0x1fb),'BNXnL':_0x3e7ebe(0x203),'XVjxH':function(_0x2fbdcc,_0x39dc80){return _0x2fbdcc(_0x39dc80);},'xfhVh':function(_0x22aaaf,_0x33fc81){return _0x22aaaf+_0x33fc81;},'PStoC':_0x3e7ebe(0x1eb),'Stuev':function(_0x4c355c){return _0x4c355c();},'udWnw':function(_0x590617,_0x5b22f0,_0x2df795){return _0x590617(_0x5b22f0,_0x2df795);},'HUnVo':_0x3e7ebe(0x269)},_0x1f85e9=this;return _0x50d132[_0x3e7ebe(0x268)](o11yErrorHandler,async function _0x1d1363(_0x58f04c,_0x2f5adf,_0x3b0927=null){const _0x32af65=_0x3e7ebe;let _0x2b224a=_0x58f04c[_0x32af65(0x1f3)],_0x409851=null;_0x58f04c&&_0x50d132[_0x32af65(0x232)](typeof _0x58f04c[_0x32af65(0x1e5)],_0x50d132[_0x32af65(0x26a)])?_0x409851=_0x58f04c[_0x32af65(0x1e5)]():logger[_0x32af65(0x228)](_0x50d132[_0x32af65(0x1d9)]);let _0x27ac84=null;_0x58f04c&&_0x50d132[_0x32af65(0x227)](typeof _0x58f04c[_0x32af65(0x22f)],_0x50d132[_0x32af65(0x26a)])?_0x27ac84=_0x58f04c[_0x32af65(0x22f)]():logger[_0x32af65(0x228)](_0x50d132[_0x32af65(0x235)]);let _0x4d6ea8=null,_0x4bc450=null,_0x4cf128=null,_0x3e443d=_0x50d132['bmobS'];if(_0x58f04c[_0x32af65(0x200)][_0x32af65(0x23c)]()||global[_0x32af65(0x26b)]){let _0xc2defe=null;_0x50d132['tQTtU'](nestedKeyValue,_0x58f04c,[_0x50d132['RNTmV'],_0x50d132[_0x32af65(0x26f)]])?_0xc2defe=_0x58f04c[_0x32af65(0x253)]['_defaultConnectOptions']:_0xc2defe=_0x50d132[_0x32af65(0x1fc)](nestedKeyValue,_0x2f5adf,[_0x50d132[_0x32af65(0x21c)],_0x50d132[_0x32af65(0x243)],_0x50d132['ONabk']]);const _0x4a001e=_0x3b0927||_0xc2defe&&_0xc2defe[_0x32af65(0x1d6)];_0x4a001e&&(_0x3e443d=_0x50d132[_0x32af65(0x230)](getCloudProviderFromWsEndpoint,_0x4a001e),_0x50d132[_0x32af65(0x225)](_0x3e443d,_0x50d132[_0x32af65(0x1df)])&&(_0x4cf128=constants[_0x32af65(0x257)][_0x32af65(0x233)](_0x4a001e)?_0x50d132[_0x32af65(0x1f2)]:_0x50d132[_0x32af65(0x1cb)],_0x2b224a=_0x50d132['fJmkH'](getBrowserFromWSEndpoint,_0x4a001e)||_0x2b224a,_0x4d6ea8=_0x1f85e9[_0x32af65(0x21f)]['platform'],_0x4bc450=_0x1f85e9[_0x32af65(0x21f)][_0x32af65(0x21d)]));}else{_0x2f5adf&&_0x2f5adf[_0x32af65(0x1ea)][_0x32af65(0x211)][_0x32af65(0x20d)]?_0x2b224a=_0x50d132[_0x32af65(0x250)](getBrowserNameFromChannel,_0x2f5adf[_0x32af65(0x1ea)][_0x32af65(0x211)][_0x32af65(0x20d)]):_0x2b224a=_0x50d132[_0x32af65(0x231)](_0x50d132[_0x32af65(0x23d)],_0x2b224a['toLowerCase']());const _0x16ae90=await _0x50d132['Stuev'](getPlatformDetails);_0x4d6ea8=_0x16ae90['platformName'],_0x4bc450=_0x16ae90[_0x32af65(0x1ee)];}const _0x599e01={};_0x599e01['browser']=_0x2b224a,_0x599e01[_0x32af65(0x20e)]=_0x409851,_0x599e01[_0x32af65(0x212)]={},_0x599e01[_0x32af65(0x1e2)]=_0x4d6ea8,_0x599e01[_0x32af65(0x21d)]=_0x4bc450,_0x599e01[_0x32af65(0x249)]=_0x4cf128;const _0x5805f6=_0x599e01;_0x27ac84&&(_0x5805f6['capabilities'][_0x32af65(0x24c)]=_0x27ac84);const _0x55a21d={};_0x55a21d[_0x32af65(0x226)]=_0x3e443d,_0x1f85e9[_0x32af65(0x21f)]=Object[_0x32af65(0x1d1)]({},_0x1f85e9['currentSessionDetails'],_0x55a21d,_0x5805f6);},_0x50d132[_0x3e7ebe(0x271)])(_0x1ed692,_0x26c592,_0x4e5249);}static['patch'](){const _0x2d4cb4=a43_0x300aa1;this[_0x2d4cb4(0x1c2)](),this[_0x2d4cb4(0x241)]();}static[a43_0x300aa1(0x1c2)](){const _0xef067e=a43_0x300aa1,_0x1960dc={'IqHAK':function(_0x215387,_0xb8f802,_0x406a6e){return _0x215387(_0xb8f802,_0x406a6e);},'HApwK':_0xef067e(0x251),'AUZzV':_0xef067e(0x25b),'uwPhG':_0xef067e(0x260),'iXRWO':function(_0x5b6745,_0x347e3e,_0x2640b0){return _0x5b6745(_0x347e3e,_0x2640b0);},'EpyyV':_0xef067e(0x25e),'ORrSF':_0xef067e(0x1d7),'cnNVc':function(_0x569c81,_0x255f2a){return _0x569c81===_0x255f2a;},'bmuge':_0xef067e(0x207),'hMirD':function(_0x3d92d8,_0x5f3fc6,_0x38cfda,_0x184e6e){return _0x3d92d8(_0x5f3fc6,_0x38cfda,_0x184e6e);},'bRHHE':function(_0x35ce99,_0xdcabef){return _0x35ce99(_0xdcabef);},'BBVDS':function(_0xc8181,_0x41dc32){return _0xc8181(_0x41dc32);},'kNGsj':_0xef067e(0x1cd),'usINK':_0xef067e(0x262),'pKeMe':_0xef067e(0x202),'tlFpn':function(_0x97c7e0,_0x577dea){return _0x97c7e0(_0x577dea);},'MdGKM':_0xef067e(0x1c3),'gjtme':function(_0x4fc967,_0xd53f23){return _0x4fc967(_0xd53f23);},'nOupo':function(_0x305287,_0x105a90){return _0x305287!=_0x105a90;},'lPneG':function(_0x570548){return _0x570548();},'ubMnr':_0xef067e(0x247),'RkhkK':function(_0x1c9292,_0x5211fd){return _0x1c9292(_0x5211fd);},'AfYxH':_0xef067e(0x1c7)},_0x46df08=this;if(!this[_0xef067e(0x1c1)])try{const _0x17feb2=path[_0xef067e(0x1d2)](_0x1960dc[_0xef067e(0x261)],_0x1960dc[_0xef067e(0x238)],_0x1960dc['pKeMe']),_0x188d82=_0x1960dc[_0xef067e(0x1de)](importFileFromPWCore,_0x17feb2);!_0x188d82?_0x1960dc[_0xef067e(0x272)](debug,_0x1960dc[_0xef067e(0x267)]):this[_0xef067e(0x1c1)]=_0x188d82[_0xef067e(0x1c1)];}catch(_0x57cd4b){_0x1960dc[_0xef067e(0x206)](debug,_0xef067e(0x266)+_0x57cd4b[_0xef067e(0x240)]());}const _0x27bb69=this['Connection'];try{if(_0x1960dc['nOupo'](_0x27bb69,null)){const _0x4d1974=_0x27bb69['prototype'][_0xef067e(0x1c7)],_0x1f7222=_0x27bb69[_0xef067e(0x24b)][_0xef067e(0x247)];_0x1960dc[_0xef067e(0x1f8)](isAccessibilityAutomationSession)&&Object[_0xef067e(0x22a)](_0x27bb69[_0xef067e(0x24b)],_0x1960dc[_0xef067e(0x22c)],{'get':function(){return async function(){const _0x2c1249=a43_0x1f14;try{if(!global[_0x2c1249(0x1f1)]&&global[_0x2c1249(0x26b)]&&_0x1960dc[_0x2c1249(0x1d8)](nestedKeyValue,global[_0x2c1249(0x25e)],[_0x1960dc[_0x2c1249(0x256)],_0x1960dc[_0x2c1249(0x21b)],_0x1960dc[_0x2c1249(0x201)]])&&_0x1960dc[_0x2c1249(0x217)](shouldScanTestForAccessibility,global[_0x2c1249(0x25e)][_0x2c1249(0x251)][_0x2c1249(0x25b)][_0x2c1249(0x260)],!![])&&scripts[_0x2c1249(0x1dd)](arguments[0x1])){logger['debug'](_0x2c1249(0x24e)+arguments[0x1]),global['bstackPerformA11yScan']=!![];const _0x4b14e6=_0x1960dc['iXRWO'](nestedKeyValue,global,[_0x1960dc[_0x2c1249(0x1c9)],_0x1960dc[_0x2c1249(0x222)]]),_0x263f6a={};_0x263f6a[_0x2c1249(0x1fa)]=arguments[0x1],_0x4b14e6&&logger['debug'](util['format'](await AccessibilityHelper[_0x2c1249(0x1da)](_0x4b14e6,_0x263f6a)));if(_0x1960dc['cnNVc'](arguments[0x0]['_type'],_0x1960dc[_0x2c1249(0x263)])&&global[_0x2c1249(0x26c)]){const _0x90224b={};_0x90224b[_0x2c1249(0x1fa)]=arguments[0x1],await _0x1960dc[_0x2c1249(0x224)](browserStackExecuteDriver,global['__driver'],scripts[_0x2c1249(0x1da)],_0x90224b);}}}catch(_0x2b5f0b){logger[_0x2c1249(0x228)](_0x2c1249(0x26e)+util[_0x2c1249(0x1ca)](_0x2b5f0b));}return global['bstackPerformA11yScan']=![],_0x1f7222[_0x2c1249(0x209)](this,arguments);};}}),!_0x1960dc['RkhkK'](isFalse,process[_0xef067e(0x1db)][_0xef067e(0x1d4)])&&Object[_0xef067e(0x22a)](_0x27bb69['prototype'],_0x1960dc[_0xef067e(0x255)],{'get':function(){const _0x19c05f={'BjjVR':function(_0x14b962,_0x2ed08c){const _0x2bc29a=a43_0x1f14;return _0x1960dc[_0x2bc29a(0x1de)](_0x14b962,_0x2ed08c);},'ZLgrC':function(_0x438f13,_0x245ef5){const _0x403043=a43_0x1f14;return _0x1960dc[_0x403043(0x213)](_0x438f13,_0x245ef5);}};return function _0x1591f8(_0x1597ad){const _0x3304a3=a43_0x1f14,_0x1038f3=_0x1597ad&&_0x1597ad[_0x3304a3(0x20c)]&&_0x1597ad[_0x3304a3(0x20c)]['bsParams'];if(_0x1038f3){const _0x3c005b=_0x1038f3['sessionId'],_0x36d44d=_0x1038f3[_0x3304a3(0x204)];_0x36d44d&&(_0x19c05f[_0x3304a3(0x1f4)](debug,_0x3304a3(0x1cc)+_0x36d44d['toString']()),_0x46df08[_0x3304a3(0x21f)][_0x3304a3(0x1e2)]=_0x36d44d[_0x3304a3(0x1f6)],_0x46df08[_0x3304a3(0x21f)]['platform_version']=_0x36d44d['platformVersion']),_0x3c005b&&(_0x19c05f[_0x3304a3(0x223)](debug,_0x3304a3(0x1c5)+_0x3c005b),_0x46df08['currentSessionDetails'][_0x3304a3(0x1f5)]=_0x3c005b);}return _0x4d1974['apply'](this,arguments);};}});}}catch(_0x25e80d){_0x1960dc[_0xef067e(0x272)](debug,_0xef067e(0x20f)+_0x25e80d),_0x46df08[_0xef067e(0x1f7)]=_0x25e80d[_0xef067e(0x240)]();}}static[a43_0x300aa1(0x241)](){const _0x1050a1=a43_0x300aa1,_0xf5e7cf={'HYXWm':function(_0x5d9955,_0x334fba){return _0x5d9955(_0x334fba);},'xEybZ':function(_0x1829a5){return _0x1829a5();},'KZeLF':_0x1050a1(0x1cd),'HwjbO':_0x1050a1(0x23a),'WQLBT':'chromium','KviNs':_0x1050a1(0x25f),'wxqzA':function(_0x12de40,_0x2b3b09){return _0x12de40(_0x2b3b09);},'TeWry':_0x1050a1(0x1e3),'SHGXk':_0x1050a1(0x1ef),'wtsuQ':function(_0x4ad89c,_0x15dfff){return _0x4ad89c!=_0x15dfff;},'XRrmb':_0x1050a1(0x218)},_0x17cd1d=this;if(_0xf5e7cf['xEybZ'](isAccessibilityAutomationSession)){let _0x7f9108=null;try{const _0x3d56af=path[_0x1050a1(0x1d2)](_0xf5e7cf[_0x1050a1(0x246)],_0xf5e7cf[_0x1050a1(0x24f)],_0xf5e7cf[_0x1050a1(0x220)],_0xf5e7cf[_0x1050a1(0x1dc)]),_0x34f59b=_0xf5e7cf[_0x1050a1(0x236)](importFileFromPWCore,_0x3d56af);!_0x34f59b?_0xf5e7cf[_0x1050a1(0x21a)](debug,_0xf5e7cf[_0x1050a1(0x1c8)]):_0x7f9108=_0x34f59b[_0x1050a1(0x25a)];}catch(_0x2c936e){_0xf5e7cf[_0x1050a1(0x236)](debug,_0xf5e7cf[_0x1050a1(0x248)]);}try{if(_0xf5e7cf['wtsuQ'](_0x7f9108,null)){const _0x1acb29=_0x7f9108[_0x1050a1(0x24b)][_0x1050a1(0x218)];Object[_0x1050a1(0x22a)](_0x7f9108[_0x1050a1(0x24b)],_0xf5e7cf[_0x1050a1(0x265)],{'get':function(){const _0x951d00={'nPESq':function(_0x354c95,_0x4cf8cd){return _0xf5e7cf['HYXWm'](_0x354c95,_0x4cf8cd);}};return function _0x44462a(_0x56a117){const _0x2d8e6c=a43_0x1f14;try{const _0x581176=_0x56a117[_0x2d8e6c(0x237)];if(_0x581176){delete _0x56a117[_0x2d8e6c(0x237)];const _0x57d513=_0x581176[_0x2d8e6c(0x270)],_0xd62281=_0x581176[_0x2d8e6c(0x204)];_0xd62281&&(_0x951d00[_0x2d8e6c(0x1f0)](debug,_0x2d8e6c(0x259)+_0xd62281[_0x2d8e6c(0x240)]()),_0x17cd1d['currentSessionDetails'][_0x2d8e6c(0x1e2)]=_0xd62281[_0x2d8e6c(0x1f6)],_0x17cd1d[_0x2d8e6c(0x21f)][_0x2d8e6c(0x21d)]=_0xd62281[_0x2d8e6c(0x1ee)]),_0x57d513&&(_0x951d00[_0x2d8e6c(0x1f0)](debug,_0x2d8e6c(0x1e6)+_0x57d513),_0x17cd1d['currentSessionDetails']['bsSessionId']=_0x57d513);}}catch(_0x1a7926){_0x951d00[_0x2d8e6c(0x1f0)](debug,_0x2d8e6c(0x1cf)+_0x1a7926[_0x2d8e6c(0x240)]());}return _0x1acb29[_0x2d8e6c(0x209)](this,arguments);};}});}}catch(_0x3712fd){_0xf5e7cf[_0x1050a1(0x236)](debug,'Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20'+_0x3712fd),_0x17cd1d[_0x1050a1(0x1f7)]=_0x3712fd[_0x1050a1(0x240)]();}}}static[a43_0x300aa1(0x221)](){const _0x10fd95=a43_0x300aa1;return this[_0x10fd95(0x21f)];}}module[a43_0x300aa1(0x254)]=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a44_0x16673a=a44_0x3b34;function a44_0x3b34(_0x4a1d0d,_0x51a6e5){const _0x1c4149=a44_0x1c41();return a44_0x3b34=function(_0x3b34,_0x2bec23){_0x3b34=_0x3b34-0x115;let _0x435144=_0x1c4149[_0x3b34];return _0x435144;},a44_0x3b34(_0x4a1d0d,_0x51a6e5);}function a44_0x1c41(){const _0x3d0c66=['push','iXVRp','debug','command','--no-package','nZcAm','start','959MUbmcT','homedir','error','./integrations/command','1498UiAEHz','assign','854264SHcRTW','--no-config','globalException','SDKTestSuccessful','findAndReplace','../helpers/helper','INTEGRATIONS','demandCommand','7925820cpeFPl','mocha/lib/cli/cli.js','tqVdj','version','JrPxy','wOOil','jAvYm','fireFunnelTestEvent','--no-opts','PLAYWRIGHT','7GsoITp','codeceptjs','playwright','util','help','framework','./jest/command','end','WVkcj','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','JTSYa','config','mocha','exitCode','isUndefined','CUCUMBER','path','CyBUo','NXzCL','NzQeA','handler','ahTHu','../helpers/utilities','run','./vanilla-js/command','mocha/lib/cli/run.js','info','2220723HuRuHJ','yargs','JEST','EVENTS','./nightwatch/command','ats','cucumber-js','11cPYvMu','NIGHTWATCH','5399896VTBDPW','VANILLA','showHelpOnFail','SDK_SETUP','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','parserConfiguration','alias','unlinkSync','--package','CODECEPTJS','GtdOm','existsSync','./mocha/command','./codeceptjs/command','QCdlg','message','UNGuq','--config','Parsing\x20command\x20line\x20arguements','../helpers/logger','bRTBk','argv','3284481xeUSeZ','Running\x20SDK\x20with\x20args\x20','startMonitoring','lVHyK','node','./playwright/command','nMKnY','setTestObservabilityDisable','10AlwTuM','SDK_CLEANUP','./utils/constants','slice','--require','10740050BMeiqE','integrations','format','SgdPE','PzaLV','VERSION','stack','INFO','dot-notation','usage','RafNf','nightwatch','includes','join'];a44_0x1c41=function(){return _0x3d0c66;};return a44_0x1c41();}(function(_0x291546,_0x559b43){const _0x24f4d2=a44_0x3b34,_0x1a5a99=_0x291546();while(!![]){try{const _0x5b1f72=-parseInt(_0x24f4d2(0x12a))/0x1*(-parseInt(_0x24f4d2(0x12e))/0x2)+parseInt(_0x24f4d2(0x17c))/0x3+parseInt(_0x24f4d2(0x130))/0x4*(-parseInt(_0x24f4d2(0x184))/0x5)+parseInt(_0x24f4d2(0x138))/0x6+-parseInt(_0x24f4d2(0x142))/0x7*(parseInt(_0x24f4d2(0x166))/0x8)+-parseInt(_0x24f4d2(0x15d))/0x9+parseInt(_0x24f4d2(0x115))/0xa*(-parseInt(_0x24f4d2(0x164))/0xb);if(_0x5b1f72===_0x559b43)break;else _0x1a5a99['push'](_0x1a5a99['shift']());}catch(_0x1b870e){_0x1a5a99['push'](_0x1a5a99['shift']());}}}(a44_0x1c41,0xada31));const fs=require('fs'),path=require(a44_0x16673a(0x152)),util=require(a44_0x16673a(0x145)),{requireModule}=require(a44_0x16673a(0x135)),PerformanceTester=require('../helpers/performance/performance-tester'),PerformanceEvents=require('../helpers/performance/constants')[a44_0x16673a(0x160)],helper=require('../helpers/helper'),utilities=require(a44_0x16673a(0x158)),runIntegrations=require(a44_0x16673a(0x12d)),yargs=require(a44_0x16673a(0x15e)),Constants=require(a44_0x16673a(0x186)),logger=require(a44_0x16673a(0x179))['winstonLogger'],origArgs=Object[a44_0x16673a(0x12f)]([],process[a44_0x16673a(0x17b)]),captureError=async(_0xab1b77,_0x1a8d4e,_0x47e22d=null)=>{const _0x7e894d=a44_0x16673a,_0x1c885b={'tqVdj':function(_0x3527e4,_0xb0350f,_0x197c82){return _0x3527e4(_0xb0350f,_0x197c82);},'FKTXd':_0x7e894d(0x133)};try{logger[_0x7e894d(0x15c)](_0x7e894d(0x17d)+origArgs[_0x7e894d(0x122)]('\x20')),await _0x1c885b[_0x7e894d(0x13a)](_0xab1b77,_0x1a8d4e,_0x47e22d);}catch(_0x4c0aea){process[_0x7e894d(0x14f)]=0x1,logger[_0x7e894d(0x12c)](util[_0x7e894d(0x117)](_0x4c0aea));const _0x1c768f={};_0x1c768f[_0x7e894d(0x132)]=_0x4c0aea[_0x7e894d(0x175)];const _0x35f2f9=_0x1c768f;PerformanceTester['end'](PerformanceEvents[_0x7e894d(0x169)],![],util[_0x7e894d(0x117)](_0x4c0aea));if(helper[_0x7e894d(0x150)](global[_0x7e894d(0x14d)])&&helper['isUndefined'](global['framework']))return;try{utilities[_0x7e894d(0x13f)](_0x1c885b['FKTXd'],_0x35f2f9,global['config'],global[_0x7e894d(0x147)]);}catch(_0x38c6c1){logger[_0x7e894d(0x125)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x38c6c1[_0x7e894d(0x11b)]);}PerformanceTester[_0x7e894d(0x149)](PerformanceEvents[_0x7e894d(0x169)],![],util[_0x7e894d(0x117)](_0x4c0aea));}finally{PerformanceTester['start'](PerformanceEvents[_0x7e894d(0x185)]);}};try{const browserstackFolderPath=path['join'](helper[a44_0x16673a(0x12b)](),'.browserstack');if(fs['existsSync'](browserstackFolderPath)){const filePath=path[a44_0x16673a(0x122)](browserstackFolderPath,'.local-not-set.json');fs[a44_0x16673a(0x171)](filePath)&&fs[a44_0x16673a(0x16d)](filePath);}}catch(a44_0x1af35e){logger[a44_0x16673a(0x125)](a44_0x16673a(0x14b)+a44_0x1af35e[a44_0x16673a(0x175)]);}process[a44_0x16673a(0x17b)][a44_0x16673a(0x121)](a44_0x16673a(0x14e))&&(!process[a44_0x16673a(0x17b)]['includes']('--opts')&&process[a44_0x16673a(0x17b)][a44_0x16673a(0x123)](a44_0x16673a(0x140)),!process[a44_0x16673a(0x17b)]['find'](_0x5157a3=>_0x5157a3[a44_0x16673a(0x121)](a44_0x16673a(0x177)))&&process[a44_0x16673a(0x17b)][a44_0x16673a(0x123)](a44_0x16673a(0x131)),!process[a44_0x16673a(0x17b)][a44_0x16673a(0x121)](a44_0x16673a(0x16e))&&process[a44_0x16673a(0x17b)][a44_0x16673a(0x123)](a44_0x16673a(0x127)),helper[a44_0x16673a(0x134)](process[a44_0x16673a(0x17b)],a44_0x16673a(0x188),'--mochaRequire'));PerformanceTester[a44_0x16673a(0x17e)](),PerformanceTester[a44_0x16673a(0x129)](PerformanceEvents[a44_0x16673a(0x169)]);const a44_0x39b24c={};a44_0x39b24c[a44_0x16673a(0x11d)]=![];const argv=yargs[a44_0x16673a(0x16b)](a44_0x39b24c)[a44_0x16673a(0x11e)]('usage:\x20$0\x20<command>\x20[args]')[a44_0x16673a(0x16c)]('v',a44_0x16673a(0x13b))['describe']('v')['alias']('h',a44_0x16673a(0x146))['help'](a44_0x16673a(0x146))[a44_0x16673a(0x168)](!![],Constants[a44_0x16673a(0x11a)]['HELP'])[a44_0x16673a(0x126)]('jest',Constants[a44_0x16673a(0x15f)]['INFO'],function(_0x421afa){const _0x49f36c=a44_0x16673a,_0x1ca3ca={'nZcAm':function(_0x4517f4,_0x3cf789,_0x1f7c70,_0x3bc0d8){return _0x4517f4(_0x3cf789,_0x1f7c70,_0x3bc0d8);},'JSvSO':function(_0x575e8c,_0xdb7c07){return _0x575e8c(_0xdb7c07);},'NthAA':_0x49f36c(0x148)};helper[_0x49f36c(0x183)](),helper['setBrowserStackAutomationDisable']();const _0x5eb901=process[_0x49f36c(0x17b)][_0x49f36c(0x187)](0x2);return _0x1ca3ca[_0x49f36c(0x128)](captureError,_0x1ca3ca['JSvSO'](require,_0x1ca3ca['NthAA']),_0x421afa[_0x49f36c(0x17b)],_0x5eb901);})['command'](a44_0x16673a(0x14e),Constants['MOCHA'][a44_0x16673a(0x11c)],_0x2ee27c=>{const _0x47f468=a44_0x16673a,_0x5984ca={'UNGuq':function(_0x5a974c,_0x1b20b1,_0x4a31ed){return _0x5a974c(_0x1b20b1,_0x4a31ed);},'URees':function(_0x5301fe,_0x4c9058){return _0x5301fe(_0x4c9058);},'GtdOm':_0x47f468(0x172),'NzQeA':_0x47f468(0x178),'LTUCr':_0x47f468(0x15b),'iXVRp':_0x47f468(0x14e),'JTSYa':'mocha/lib/cli/commands.js','HYNvk':_0x47f468(0x139),'WVkcj':function(_0x2d4362){return _0x2d4362();}};logger[_0x47f468(0x125)](_0x5984ca[_0x47f468(0x155)]);const _0x1b960f=_0x5984ca['UNGuq'](requireModule,_0x5984ca['LTUCr'],_0x5984ca[_0x47f468(0x124)]),_0x5dee60=_0x5984ca[_0x47f468(0x176)](requireModule,_0x5984ca[_0x47f468(0x14c)],_0x5984ca['iXVRp']);process[_0x47f468(0x17b)]=process[_0x47f468(0x17b)][_0x47f468(0x187)](0x1),delete _0x1b960f[_0x47f468(0x156)],_0x1b960f['handler']=function(_0x382b0a){const _0x2e50a3=_0x47f468;return _0x5984ca['UNGuq'](captureError,_0x5984ca['URees'](require,_0x5984ca[_0x2e50a3(0x170)]),_0x382b0a);},_0x5dee60[_0x47f468(0x159)]=_0x1b960f;const {main:_0x45af77}=_0x5984ca['UNGuq'](requireModule,_0x5984ca['HYNvk'],_0x5984ca[_0x47f468(0x124)]);_0x5984ca[_0x47f468(0x14a)](_0x45af77);})[a44_0x16673a(0x126)](a44_0x16673a(0x163),Constants[a44_0x16673a(0x151)][a44_0x16673a(0x11c)],function(_0x1c2fae){const _0x29572c=a44_0x16673a,_0x53f755={'lVHyK':function(_0x31f40b,_0x30343b,_0x41a600,_0x12c88d){return _0x31f40b(_0x30343b,_0x41a600,_0x12c88d);},'NrZxX':function(_0x4db074,_0x4b2742){return _0x4db074(_0x4b2742);},'pPYLR':'./cucumber-js/command'},_0x261537=process[_0x29572c(0x17b)]['slice'](0x2);return _0x53f755[_0x29572c(0x17f)](captureError,_0x53f755['NrZxX'](require,_0x53f755['pPYLR']),_0x1c2fae[_0x29572c(0x17b)],_0x261537);})[a44_0x16673a(0x126)](a44_0x16673a(0x180),Constants[a44_0x16673a(0x167)]['INFO'],function(_0xa20549){const _0x6d76ff=a44_0x16673a,_0x1251c0={'wOOil':function(_0x4f29d6,_0x3698d0,_0x54592e,_0x41605d){return _0x4f29d6(_0x3698d0,_0x54592e,_0x41605d);},'ZnGef':function(_0xd73565,_0x2d942c){return _0xd73565(_0x2d942c);},'TKkmj':_0x6d76ff(0x15a)},_0x510e83=process['argv'][_0x6d76ff(0x187)](0x2);return _0x1251c0[_0x6d76ff(0x13d)](captureError,_0x1251c0['ZnGef'](require,_0x1251c0['TKkmj']),_0xa20549[_0x6d76ff(0x17b)],_0x510e83);})[a44_0x16673a(0x126)](a44_0x16673a(0x120),Constants[a44_0x16673a(0x165)][a44_0x16673a(0x11c)],function(_0x53f7b1){const _0x3a84a4=a44_0x16673a,_0x53cb2a={'SgdPE':function(_0x50fffd,_0x30ebf6,_0x3b45c3,_0x2f9279){return _0x50fffd(_0x30ebf6,_0x3b45c3,_0x2f9279);},'CyBUo':function(_0x2264af,_0x160faa){return _0x2264af(_0x160faa);},'dePZe':_0x3a84a4(0x161)},_0x226eac=process[_0x3a84a4(0x17b)][_0x3a84a4(0x187)](0x2);return _0x53cb2a[_0x3a84a4(0x118)](captureError,_0x53cb2a[_0x3a84a4(0x153)](require,_0x53cb2a['dePZe']),_0x53f7b1[_0x3a84a4(0x17b)],_0x226eac);})[a44_0x16673a(0x126)](a44_0x16673a(0x143),Constants[a44_0x16673a(0x16f)][a44_0x16673a(0x11c)],function(_0x17ad1e){const _0x338d57=a44_0x16673a,_0x166138={'bRTBk':function(_0x677312,_0x11c93c,_0x243e0f,_0x4206d0){return _0x677312(_0x11c93c,_0x243e0f,_0x4206d0);},'ahTHu':function(_0x3dceae,_0x483abf){return _0x3dceae(_0x483abf);},'jAvYm':_0x338d57(0x173)},_0xe3aa1b=process['argv'][_0x338d57(0x187)](0x2);return _0x166138[_0x338d57(0x17a)](captureError,_0x166138[_0x338d57(0x157)](require,_0x166138[_0x338d57(0x13e)]),_0x17ad1e[_0x338d57(0x17b)],_0xe3aa1b);})[a44_0x16673a(0x126)]('ats',Constants['HST'][a44_0x16673a(0x11c)],function(_0x59574c){const _0x98683f=a44_0x16673a,_0x2d0809={'RafNf':function(_0x53770b,_0x46f605,_0x4f574e){return _0x53770b(_0x46f605,_0x4f574e);},'NXzCL':function(_0x36d846,_0x573add){return _0x36d846(_0x573add);},'QCdlg':'../../ats/src/index'},_0x1db7b1=process[_0x98683f(0x17b)][_0x98683f(0x187)](0x2);return _0x2d0809[_0x98683f(0x11f)](captureError,_0x2d0809[_0x98683f(0x154)](require,_0x2d0809[_0x98683f(0x174)]),_0x59574c);})[a44_0x16673a(0x126)](a44_0x16673a(0x116),Constants[a44_0x16673a(0x136)]['INFO'],function(_0x5cd3d0){const _0xc41d5b={'YeFHJ':function(_0x7ea33d,_0x20338c){return _0x7ea33d(_0x20338c);}};return _0xc41d5b['YeFHJ'](runIntegrations,_0x5cd3d0);})[a44_0x16673a(0x126)](a44_0x16673a(0x144),Constants[a44_0x16673a(0x141)][a44_0x16673a(0x11c)],function(_0xb2b807){const _0x3515c0=a44_0x16673a,_0x1b9165={'nMKnY':function(_0x508414,_0x59764c,_0x3343ea,_0x2b23d2){return _0x508414(_0x59764c,_0x3343ea,_0x2b23d2);},'JrPxy':function(_0x365f4d,_0x568279){return _0x365f4d(_0x568279);},'PzaLV':_0x3515c0(0x181)},_0x7a78f8=process[_0x3515c0(0x17b)][_0x3515c0(0x187)](0x2);return _0x1b9165[_0x3515c0(0x182)](captureError,_0x1b9165[_0x3515c0(0x13c)](require,_0x1b9165[_0x3515c0(0x119)]),_0xb2b807[_0x3515c0(0x17b)],_0x7a78f8);})[a44_0x16673a(0x137)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')['wrap'](null)[a44_0x16673a(0x17b)];!helper[a44_0x16673a(0x150)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a44_0x16673a(0x162)&&console[a44_0x16673a(0x12c)](a44_0x16673a(0x16a));
2
+ 'use strict';const a44_0x1f06ba=a44_0x4120;(function(_0x18ecd2,_0x5f06b5){const _0x54e4a7=a44_0x4120,_0x405148=_0x18ecd2();while(!![]){try{const _0x2aaf4a=parseInt(_0x54e4a7(0xd4))/0x1+parseInt(_0x54e4a7(0x123))/0x2*(-parseInt(_0x54e4a7(0x107))/0x3)+parseInt(_0x54e4a7(0x125))/0x4*(parseInt(_0x54e4a7(0x12d))/0x5)+parseInt(_0x54e4a7(0x105))/0x6*(parseInt(_0x54e4a7(0x11b))/0x7)+-parseInt(_0x54e4a7(0x131))/0x8*(-parseInt(_0x54e4a7(0xe5))/0x9)+-parseInt(_0x54e4a7(0x12f))/0xa+-parseInt(_0x54e4a7(0x113))/0xb;if(_0x2aaf4a===_0x5f06b5)break;else _0x405148['push'](_0x405148['shift']());}catch(_0x36a762){_0x405148['push'](_0x405148['shift']());}}}(a44_0x4471,0xbf1b2));function a44_0x4471(){const _0xb6365d=['--no-opts','framework','NIGHTWATCH','path','fireFunnelTestEvent','SKplO','EVENTS','ikWBY','151614zLvAIy','NPbvh','faDyR','./utils/constants','version','nightwatch','./nightwatch/command','run','winstonLogger','JOGUZ','BIgIj','../helpers/performance/constants','VANILLA','./mocha/command','./playwright/command','command','codeceptjs','message','--require','--no-config','dot-notation','cucumber-js','.browserstack','.local-not-set.json','node','qAxCV','assign','NhSoM','jest','includes','HST','isUndefined','522VXPTtR','existsSync','3JrvUun','start','../helpers/helper','--config','showHelpOnFail','mocha','vbKGS','ezNJz','cwHnQ','./vanilla-js/command','argv','GXvXg','16655210ERXBtx','usage','slice','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','setTestObservabilityDisable','mzWiV','AZaGG','parserConfiguration','87087sctnCW','yctQQ','SDKTestSuccessful','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','HfJQi','HSkcr','debug','../helpers/utilities','750224ZHuWgH','jCOoj','8GeXxrr','playwright','xdLhr','setBrowserStackAutomationDisable','demandCommand','xeLyB','--no-package','ZFBnO','3879770TwvlyO','config','13758270exRDnA','ats','160DlVeZj','INFO','handler','Running\x20SDK\x20with\x20args\x20','mocha/lib/cli/run.js','../helpers/performance/performance-tester','error','help','../helpers/BrowserStackSetup','VERSION','--opts','stack','../../ats/src/index','integrations','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','FPkJh','--package','AuXiz','join','SDK_CLEANUP','Xxjdv','globalException','uXHLS','JVuzd','rrzsO','UnOCQ','QEkSe','TLUVI','CODECEPTJS','./cucumber-js/command','mocha/lib/cli/commands.js','vanilla','1076624WtcmGh','SDK_SETUP','end','../helpers/logger','PLAYWRIGHT','mocha/lib/cli/cli.js','find','./codeceptjs/command','Parsing\x20command\x20line\x20arguments'];a44_0x4471=function(){return _0xb6365d;};return a44_0x4471();}const fs=require('fs'),path=require(a44_0x1f06ba(0xe0)),util=require('util'),{requireModule}=require(a44_0x1f06ba(0x109)),PerformanceTester=require(a44_0x1f06ba(0xb9)),PerformanceEvents=require(a44_0x1f06ba(0xf0))[a44_0x1f06ba(0xe3)],helper=require('../helpers/helper'),utilities=require(a44_0x1f06ba(0x122)),{default:BrowserStackSetup}=require(a44_0x1f06ba(0xbc)),{FRAMEWORKS}=require('../helpers/test-observability/constants'),runIntegrations=require('./integrations/command'),yargs=require('yargs'),Constants=require(a44_0x1f06ba(0xe8)),logger=require(a44_0x1f06ba(0xd7))[a44_0x1f06ba(0xed)],origArgs=Object[a44_0x1f06ba(0xff)]([],process['argv']),captureError=async(_0x566f2c,_0x29032f,_0x3a8411,_0x364174=null)=>{const _0x185edb=a44_0x1f06ba,_0x536380={'HfJQi':function(_0x4c1f62,_0x4335f4,_0x320b44,_0x1f6de7){return _0x4c1f62(_0x4335f4,_0x320b44,_0x1f6de7);},'MJIWM':_0x185edb(0x11d)};try{logger['info'](_0x185edb(0x134)+origArgs[_0x185edb(0xc6)]('\x20')),await _0x536380[_0x185edb(0x11f)](_0x566f2c,_0x29032f,_0x364174,_0x3a8411);}catch(_0x5ce18d){process['exitCode']=0x1,logger[_0x185edb(0xba)](util['format'](_0x5ce18d));const _0x2d6372={};_0x2d6372[_0x185edb(0xc9)]=_0x5ce18d[_0x185edb(0xf6)];const _0x423730=_0x2d6372;PerformanceTester[_0x185edb(0xd6)](PerformanceEvents['SDK_SETUP'],![],util['format'](_0x5ce18d));if(helper['isUndefined'](global[_0x185edb(0x12e)])&&helper[_0x185edb(0x104)](global[_0x185edb(0xde)]))return;try{utilities[_0x185edb(0xe1)](_0x536380['MJIWM'],_0x423730,global[_0x185edb(0x12e)],global[_0x185edb(0xde)]);}catch(_0x448286){logger['debug'](_0x185edb(0x11e)+_0x448286[_0x185edb(0xbf)]);}PerformanceTester['end'](PerformanceEvents[_0x185edb(0xd5)],![],util['format'](_0x5ce18d));}finally{PerformanceTester[_0x185edb(0x108)](PerformanceEvents[_0x185edb(0xc7)]);}};try{const browserstackFolderPath=path[a44_0x1f06ba(0xc6)](helper['homedir'](),a44_0x1f06ba(0xfb));if(fs[a44_0x1f06ba(0x106)](browserstackFolderPath)){const filePath=path[a44_0x1f06ba(0xc6)](browserstackFolderPath,a44_0x1f06ba(0xfc));fs['existsSync'](filePath)&&fs['unlinkSync'](filePath);}}catch(a44_0x14bf25){logger[a44_0x1f06ba(0x121)](a44_0x1f06ba(0xc2)+a44_0x14bf25[a44_0x1f06ba(0xf6)]);}process[a44_0x1f06ba(0x111)][a44_0x1f06ba(0x102)](a44_0x1f06ba(0x10c))&&(!process[a44_0x1f06ba(0x111)]['includes'](a44_0x1f06ba(0xbe))&&process['argv']['push'](a44_0x1f06ba(0xdd)),!process['argv'][a44_0x1f06ba(0xda)](_0x5750f0=>_0x5750f0[a44_0x1f06ba(0x102)](a44_0x1f06ba(0x10a)))&&process['argv']['push'](a44_0x1f06ba(0xf8)),!process['argv'][a44_0x1f06ba(0x102)](a44_0x1f06ba(0xc4))&&process[a44_0x1f06ba(0x111)]['push'](a44_0x1f06ba(0x12b)),helper['findAndReplace'](process[a44_0x1f06ba(0x111)],a44_0x1f06ba(0xf7),'--mochaRequire'));function a44_0x4120(_0x41a5b8,_0x7e7a28){const _0x447197=a44_0x4471();return a44_0x4120=function(_0x4120a1,_0x3bb247){_0x4120a1=_0x4120a1-0xb9;let _0x2cb8a8=_0x447197[_0x4120a1];return _0x2cb8a8;},a44_0x4120(_0x41a5b8,_0x7e7a28);}PerformanceTester[a44_0x1f06ba(0x108)](PerformanceEvents[a44_0x1f06ba(0xd5)]);const a44_0x26ee60={};a44_0x26ee60[a44_0x1f06ba(0xf9)]=![];const argv=yargs[a44_0x1f06ba(0x11a)](a44_0x26ee60)[a44_0x1f06ba(0x114)]('usage:\x20$0\x20<command>\x20[args]')['alias']('v',a44_0x1f06ba(0xe9))['describe']('v')['alias']('h','help')['help'](a44_0x1f06ba(0xbb))[a44_0x1f06ba(0x10b)](!![],Constants[a44_0x1f06ba(0xbd)]['HELP'])[a44_0x1f06ba(0xf4)](a44_0x1f06ba(0x101),Constants['JEST'][a44_0x1f06ba(0x132)],function(_0x4d4f69){const _0x45c4d2=a44_0x1f06ba,_0x10072f={'kUKbP':_0x45c4d2(0x101),'qAxCV':function(_0x1da7fe,_0x57a179,_0x4b7b19,_0xb1da92,_0x2bb5cf){return _0x1da7fe(_0x57a179,_0x4b7b19,_0xb1da92,_0x2bb5cf);},'yctQQ':function(_0x54b547,_0x5db3ce){return _0x54b547(_0x5db3ce);},'IAcgX':'./jest/command'},_0x321053=process[_0x45c4d2(0x111)][_0x45c4d2(0x115)](0x2);helper[_0x45c4d2(0x117)](),helper['setBrowserStackAutomationDisable']();const _0x5327b9=new BrowserStackSetup(_0x4d4f69['argv'],_0x10072f['kUKbP']);return _0x10072f[_0x45c4d2(0xfe)](captureError,_0x10072f[_0x45c4d2(0x11c)](require,_0x10072f['IAcgX']),_0x4d4f69[_0x45c4d2(0x111)],_0x5327b9,_0x321053);})['command']('mocha',Constants['MOCHA'][a44_0x1f06ba(0x132)],_0x594147=>{const _0x116879=a44_0x1f06ba,_0x5f15f={'QEkSe':function(_0x3c19c8,_0xd436f2,_0x3cf09b,_0x34c0e7){return _0x3c19c8(_0xd436f2,_0x3cf09b,_0x34c0e7);},'vbKGS':function(_0x2df258,_0xd5a919){return _0x2df258(_0xd5a919);},'HSkcr':_0x116879(0xf2),'NhSoM':_0x116879(0x10c),'xdLhr':_0x116879(0xdc),'ocueG':function(_0x12d59b,_0x2f521b,_0xe66852){return _0x12d59b(_0x2f521b,_0xe66852);},'DnagN':_0x116879(0x135),'ZFBnO':function(_0x51f2ba,_0x1edb61,_0x50d76c){return _0x51f2ba(_0x1edb61,_0x50d76c);},'GXvXg':_0x116879(0xd2),'UnOCQ':function(_0x4ad96b,_0x324bbb,_0x39a9db){return _0x4ad96b(_0x324bbb,_0x39a9db);},'rCGCI':_0x116879(0xd9),'EJZbf':function(_0x35fbf0){return _0x35fbf0();}};process['argv']=process['argv'][_0x116879(0x115)](0x1),helper[_0x116879(0x117)](),helper[_0x116879(0x128)]();const _0x321fbd=new BrowserStackSetup(_0x594147['argv'],_0x5f15f[_0x116879(0x100)]);logger[_0x116879(0x121)](_0x5f15f[_0x116879(0x127)]);const _0x25b17c=_0x5f15f['ocueG'](requireModule,_0x5f15f['DnagN'],_0x5f15f[_0x116879(0x100)]),_0x2b8933=_0x5f15f[_0x116879(0x12c)](requireModule,_0x5f15f[_0x116879(0x112)],_0x5f15f[_0x116879(0x100)]);delete _0x25b17c[_0x116879(0x133)],_0x25b17c[_0x116879(0x133)]=function(_0x4fa01b){const _0x40b63d=_0x116879;return _0x5f15f[_0x40b63d(0xce)](captureError,_0x5f15f[_0x40b63d(0x10d)](require,_0x5f15f[_0x40b63d(0x120)]),_0x4fa01b,_0x321fbd);},_0x2b8933[_0x116879(0xec)]=_0x25b17c;const {main:_0x2df772}=_0x5f15f[_0x116879(0xcd)](requireModule,_0x5f15f['rCGCI'],_0x5f15f[_0x116879(0x100)]);_0x5f15f['EJZbf'](_0x2df772);})['command'](a44_0x1f06ba(0xfa),Constants['CUCUMBER'][a44_0x1f06ba(0x132)],function(_0x4cb109){const _0x3b82c0=a44_0x1f06ba,_0x94bee8={'JOGUZ':_0x3b82c0(0xfa),'JVuzd':function(_0x5d5125,_0x4f9faf,_0x1e9209,_0x5e2aa2,_0x21fb0d){return _0x5d5125(_0x4f9faf,_0x1e9209,_0x5e2aa2,_0x21fb0d);},'kiwlQ':function(_0x1a9d90,_0xfec88e){return _0x1a9d90(_0xfec88e);},'rrzsO':_0x3b82c0(0xd1)},_0x49fcd9=process['argv']['slice'](0x2),_0x392437=new BrowserStackSetup(_0x4cb109[_0x3b82c0(0x111)],_0x94bee8[_0x3b82c0(0xee)]);return _0x94bee8[_0x3b82c0(0xcb)](captureError,_0x94bee8['kiwlQ'](require,_0x94bee8[_0x3b82c0(0xcc)]),_0x4cb109[_0x3b82c0(0x111)],_0x392437,_0x49fcd9);})[a44_0x1f06ba(0xf4)](a44_0x1f06ba(0xfd),Constants[a44_0x1f06ba(0xf1)]['INFO'],function(_0x179ef0){const _0x5e5ae8=a44_0x1f06ba,_0x1f83b1={'uXHLS':_0x5e5ae8(0xd3),'xeLyB':function(_0xa9d233,_0xf0529f,_0x5993a5,_0x289efc,_0x18295c){return _0xa9d233(_0xf0529f,_0x5993a5,_0x289efc,_0x18295c);},'NPbvh':function(_0x5cbf5a,_0x5682c5){return _0x5cbf5a(_0x5682c5);},'AuXiz':_0x5e5ae8(0x110)},_0x5020c3=process['argv'][_0x5e5ae8(0x115)](0x2),_0xd00b80=new BrowserStackSetup(_0x179ef0['argv'],_0x1f83b1[_0x5e5ae8(0xca)]);return _0x1f83b1[_0x5e5ae8(0x12a)](captureError,_0x1f83b1[_0x5e5ae8(0xe6)](require,_0x1f83b1[_0x5e5ae8(0xc5)]),_0x179ef0[_0x5e5ae8(0x111)],_0xd00b80,_0x5020c3);})['command'](a44_0x1f06ba(0xea),Constants[a44_0x1f06ba(0xdf)][a44_0x1f06ba(0x132)],function(_0x4382fc){const _0x24c2df=a44_0x1f06ba,_0x15785a={'SKplO':function(_0x531495,_0x14147c,_0x44a949,_0x39fdf7,_0x1cefb7){return _0x531495(_0x14147c,_0x44a949,_0x39fdf7,_0x1cefb7);},'ezNJz':function(_0x4f4fb2,_0x2806f8){return _0x4f4fb2(_0x2806f8);},'cwHnQ':_0x24c2df(0xeb)},_0xec3f7d=process[_0x24c2df(0x111)][_0x24c2df(0x115)](0x2),_0x142d2b=new BrowserStackSetup(_0x4382fc['argv']);return _0x15785a[_0x24c2df(0xe2)](captureError,_0x15785a[_0x24c2df(0x10e)](require,_0x15785a[_0x24c2df(0x10f)]),_0x4382fc['argv'],_0x142d2b,_0xec3f7d);})[a44_0x1f06ba(0xf4)](a44_0x1f06ba(0xf5),Constants[a44_0x1f06ba(0xd0)]['INFO'],function(_0x19a705){const _0x14c415=a44_0x1f06ba,_0x5bc5b4={'jCOoj':_0x14c415(0xf5),'yMNvB':function(_0xd819b8,_0x3c1fbc,_0x5599fb,_0x17a587,_0x16e04c){return _0xd819b8(_0x3c1fbc,_0x5599fb,_0x17a587,_0x16e04c);},'faDyR':function(_0x49aaa1,_0x361ded){return _0x49aaa1(_0x361ded);},'mzWiV':_0x14c415(0xdb)},_0x4883cb=process['argv'][_0x14c415(0x115)](0x2),_0x577663=new BrowserStackSetup(_0x19a705['argv'],_0x5bc5b4[_0x14c415(0x124)]);return _0x5bc5b4['yMNvB'](captureError,_0x5bc5b4[_0x14c415(0xe7)](require,_0x5bc5b4[_0x14c415(0x118)]),_0x19a705[_0x14c415(0x111)],_0x577663,_0x4883cb);})[a44_0x1f06ba(0xf4)](a44_0x1f06ba(0x130),Constants[a44_0x1f06ba(0x103)]['INFO'],function(_0x101d5a){const _0x193491=a44_0x1f06ba,_0x3d53f9={'BIgIj':function(_0x496d00,_0x3e311e,_0x422f39){return _0x496d00(_0x3e311e,_0x422f39);},'FPkJh':function(_0x3a9702,_0xe59dc1){return _0x3a9702(_0xe59dc1);},'AZaGG':_0x193491(0xc0)},_0xa1f5b4=process[_0x193491(0x111)][_0x193491(0x115)](0x2);return _0x3d53f9[_0x193491(0xef)](captureError,_0x3d53f9[_0x193491(0xc3)](require,_0x3d53f9[_0x193491(0x119)]),_0x101d5a);})[a44_0x1f06ba(0xf4)](a44_0x1f06ba(0xc1),Constants['INTEGRATIONS'][a44_0x1f06ba(0x132)],function(_0x37c218){const _0x41a66a=a44_0x1f06ba,_0xaf2f74={'TLUVI':function(_0x153297,_0x48451){return _0x153297(_0x48451);}};return _0xaf2f74[_0x41a66a(0xcf)](runIntegrations,_0x37c218);})[a44_0x1f06ba(0xf4)](a44_0x1f06ba(0x126),Constants[a44_0x1f06ba(0xd8)][a44_0x1f06ba(0x132)],function(_0x4f1b87){const _0x159331=a44_0x1f06ba,_0x3ce982={'ikWBY':function(_0x215545,_0x8f6261,_0x1519e7,_0x3c59fd,_0x1fe8a0){return _0x215545(_0x8f6261,_0x1519e7,_0x3c59fd,_0x1fe8a0);},'usoDB':function(_0xf8220c,_0x412526){return _0xf8220c(_0x412526);},'Xxjdv':_0x159331(0xf3)},_0x22c6fb=process[_0x159331(0x111)]['slice'](0x2);helper[_0x159331(0x117)](),helper[_0x159331(0x128)]();const _0xe3b6da=new BrowserStackSetup(_0x4f1b87[_0x159331(0x111)],FRAMEWORKS[_0x159331(0xd8)]);return _0x3ce982[_0x159331(0xe4)](captureError,_0x3ce982['usoDB'](require,_0x3ce982[_0x159331(0xc8)]),_0x4f1b87[_0x159331(0x111)],_0xe3b6da,_0x22c6fb);})[a44_0x1f06ba(0x129)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')['wrap'](null)[a44_0x1f06ba(0x111)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!=='ats'&&console['error'](a44_0x1f06ba(0x116));