browserstack-node-sdk 1.33.3 → 1.33.4

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 (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a39_0x5409(){const _0x117cb8=['../../../helpers/test-observability/sessionHandler','START_TIME','toISOString','_tests','statSync','mUfIU','kDtgC','HZejE','status','Expected\x20to\x20fail,\x20but\x20passed.','onTestEnd','UPUeS','1025YvrRra','EuPEt','indexOf','FGsjU','../../../helpers/helper','_bs_hookIdentifier','pending','backtrace','startTime','BJOZb','onStepBegin','WQfuG','base64','getTestRunIdentifier','YvBtu','javascript','_gitConfigured','ewMgg','duration','beforeEach\x20hook','../../../helpers/test-observability/utils','getStepsAndLogs','TEST_SCREENSHOT','err','After\x20Hooks','oQHLe','timedOut','wOGJg','parent','pKhwS','RUrup','GBKDV','WaVvT','VqycL','passed','endSession','Hook\x20Started\x20with\x20unique\x20id\x20','exports','test_run','expanded','getStepIdentifier','../../../helpers/performance-tester','AWZrQ','split','RhMUr','qTpnQ','hooks','ikApg','\x20is\x20triggered','_testHooksMap','hRGjy','OuDGy','BEFORE_EACH','glRRt','meta','5667832wXLbOF','_projectId','zHFpF','BSiKs','depth','onBegin','oNDem','CBTSessionCreated','yhFJS','MEjIW','getTestIdentifier','dDPsN','rbJSY','uuid','RuhqZ','wLRDL','9QaqbFB','result','byzZl','join','options','tPvnJ','../../../helpers/test-observability/requestQueueHandler','GMqPO','../../../helpers/test-observability/error-handler','getScope','onStepEnd','eNeMy','../../../helpers/test-observability/constants','JCnfS','message','_gitConfigPath','HlDMj','qVDwO','5974610jiHKWO','expectedStatus','FJmmN','2744436smypFJ','onTestBegin','ufzFN','Tyzmp','Sending\x20session\x20details\x20for\x20','Hook\x20Finished\x20with\x20unique\x20id\x20','OmGtq','finishedAt','nSwmh','MCnnS','KrhXH','EykzI','Test\x20Finished\x20with\x20unique\x20id\x20','VVKlZ','printsToStdio','path','Ehdqx','failure_reason','needToReportStep','performance-report-reporter.json','\x20for\x20','setup','../../../helpers/testhub/utils','screenshot','./pwUtils','location','bEUDK','sendHookRunEvent','getHierarchy','env','hook_run_uuid','setStepIdentifier','map','afterEach\x20hook','filter','TRJMq','test_run_uuid','startsWith','afterAll\x20hook','kvnGX','cwd','event_type','MvsPE','JBgWm','qsjqE','AFTER_ALL','SLdOy','rGHWK','../../../helpers/testhub/testhubHandler','27822sCfMpT','onEnd','getHookType','SqGQK','uploadEventData','774hlDzUN','SJMOO','WpLjX','retry','viYSM','mtime','TestRunStarted','AFTER_EACH','push','beforeAll\x20hook','file','BROWSERSTACK_LOG_LEVEL','LfCJO','LogCreated','inspect','attachments','BEFORE_ALL','55ZWLBxj','splice','qTUbR','sZURi','length','CWqTE','configureGit','3662oGenlK','QaHwh','sendSessionDetails','PXAjw','title','ftSVi','sendTestRunEvent','nrrQf','failed','HookRunFinished','readFileSync','SBXVD','vGxOh','hook','category','failure_type','Before\x20Hooks','toString','xmdfU','startedAt','qTHEo','0|4|5|6|1|2|3','reportLogs','getTestUUID','Nqabp','shutdown','KaahN','skipped','steps','BSwtk','zPHxE','901924hSLutk','getInstance','\x20-\x20','errors','error','TestRunFinished','test','PLAYWRIGHT','ZiDwm','relative','4224199yHIeSn','LAfeB','AeipY','Error\x20in\x20calculating\x20performance:\x20','PboQF','titlePath','failure'];a39_0x5409=function(){return _0x117cb8;};return a39_0x5409();}const a39_0x3f5406=a39_0x5cf3;(function(_0x5647a7,_0x42de30){const _0x321d7d=a39_0x5cf3,_0x40d848=_0x5647a7();while(!![]){try{const _0x37b963=-parseInt(_0x321d7d(0x258))/0x1+-parseInt(_0x321d7d(0x239))/0x2*(parseInt(_0x321d7d(0x221))/0x3)+-parseInt(_0x321d7d(0x1eb))/0x4+-parseInt(_0x321d7d(0x275))/0x5*(-parseInt(_0x321d7d(0x21c))/0x6)+-parseInt(_0x321d7d(0x262))/0x7+parseInt(_0x321d7d(0x1c6))/0x8*(-parseInt(_0x321d7d(0x1d6))/0x9)+parseInt(_0x321d7d(0x1e8))/0xa*(parseInt(_0x321d7d(0x232))/0xb);if(_0x37b963===_0x42de30)break;else _0x40d848['push'](_0x40d848['shift']());}catch(_0x3386ad){_0x40d848['push'](_0x40d848['shift']());}}}(a39_0x5409,0x8a113));function a39_0x5cf3(_0x27799e,_0x552f29){const _0x5409cb=a39_0x5409();return a39_0x5cf3=function(_0x5cf32e,_0x3dadbc){_0x5cf32e=_0x5cf32e-0x192;let _0x5b3cd0=_0x5409cb[_0x5cf32e];return _0x5b3cd0;},a39_0x5cf3(_0x27799e,_0x552f29);}const RequestQueueHandler=require(a39_0x3f5406(0x1dc)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a39_0x3f5406(0x203)),{v4:uuidv4}=require('uuid'),path=require(a39_0x3f5406(0x1fa)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a39_0x3f5406(0x1a3)),{getGitMetaData,setLogLevel}=require(a39_0x3f5406(0x193)),TestDetails=require('./test-details'),fs=require('fs'),util=require('util'),{o11yClassErrorHandler}=require(a39_0x3f5406(0x1de)),PerformanceTester=require(a39_0x3f5406(0x1b8)),{FRAMEWORKS}=require(a39_0x3f5406(0x1e2)),SessionHandler=require(a39_0x3f5406(0x269)),{appendTesthubParams}=require(a39_0x3f5406(0x201)),TestHubHandler=require(a39_0x3f5406(0x21b));class MyReporter{constructor(_0x47f90b){const _0x4be963=a39_0x3f5406,_0x48aa46={'dWHdF':_0x4be963(0x24e),'OuDGy':function(_0x898567,_0x51d120,_0x27730a,_0x4f5df2){return _0x898567(_0x51d120,_0x27730a,_0x4f5df2);},'tudsa':_0x4be963(0x1fe)},_0x4b117b=_0x48aa46['dWHdF'][_0x4be963(0x1ba)]('|');let _0x57627f=0x0;while(!![]){switch(_0x4b117b[_0x57627f++]){case'0':const _0x24f212={};_0x24f212['logLevel']=process['env'][_0x4be963(0x22c)],_0x48aa46[_0x4be963(0x1c2)](setLogLevel,_0x24f212,new Map(),new Map());continue;case'1':this[_0x4be963(0x1da)]=_0x47f90b;continue;case'2':this[_0x4be963(0x19f)]=![];continue;case'3':this[_0x4be963(0x1e5)]=null;continue;case'4':process['env']['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(PerformanceTester['startMonitoring'](_0x48aa46['tudsa']),process[_0x4be963(0x208)][_0x4be963(0x26a)]=new Date()[_0x4be963(0x26b)]());continue;case'5':this[_0x4be963(0x26c)]={};continue;case'6':this[_0x4be963(0x1c0)]={};continue;}break;}}async[a39_0x3f5406(0x1cb)](){const _0x4b3d56=a39_0x3f5406;TestDetails[_0x4b3d56(0x200)](),await this['configureGit']();}async[a39_0x3f5406(0x1ec)](_0x592092,_0x2e72c2){const _0x318788=a39_0x3f5406,_0x9a6b23={'WpLjX':function(_0x1837cd,_0x3fa9a5){return _0x1837cd(_0x3fa9a5);},'qTHEo':_0x318788(0x227)},_0x2198ef=this['getTestIdentifier'](_0x592092);this[_0x318788(0x26c)][_0x2198ef]={'uuid':TestDetails['getTestUUID'](this['getTestRunIdentifier'](_0x592092,_0x2e72c2[_0x318788(0x224)])),'startedAt':_0x2e72c2['startTime']},_0x9a6b23[_0x318788(0x223)](trace,'Test\x20Started\x20with\x20unique\x20id\x20'+_0x2198ef),await this['sendTestRunEvent'](_0x592092,_0x9a6b23[_0x318788(0x24d)],_0x2e72c2);}async[a39_0x3f5406(0x199)](_0x3b6609,_0x400b9e,_0x3f3748){const _0x2d4a3b=a39_0x3f5406,_0x4cd649={'SBXVD':function(_0x3468ae,_0x4f75a2){return _0x3468ae(_0x4f75a2);},'ufzFN':'HookRunStarted'};if(!this[_0x2d4a3b(0x1fd)](_0x3f3748,_0x3b6609))return;const _0xfe4e6a=this[_0x2d4a3b(0x20a)](_0x3b6609,_0x3f3748);this['_tests'][_0xfe4e6a]={'uuid':TestDetails['getTestUUID'](_0xfe4e6a),'startedAt':_0x3f3748['startTime'][_0x2d4a3b(0x26b)]()};const _0x2fd92f=this[_0x2d4a3b(0x19c)](_0x3b6609,_0x400b9e[_0x2d4a3b(0x224)]);!this[_0x2d4a3b(0x1c0)][_0x2fd92f]&&(this[_0x2d4a3b(0x1c0)][_0x2fd92f]=[]),this[_0x2d4a3b(0x1c0)][_0x2fd92f][_0x2d4a3b(0x229)](this[_0x2d4a3b(0x26c)][_0xfe4e6a]['uuid']),_0x4cd649[_0x2d4a3b(0x244)](trace,_0x2d4a3b(0x1b3)+_0xfe4e6a+'\x20is\x20triggered\x20for\x20test\x20'+_0x2fd92f),await this[_0x2d4a3b(0x206)](_0x3b6609,_0x3f3748,_0x4cd649[_0x2d4a3b(0x1ed)],_0x400b9e);}async['onStepEnd'](_0x583409,_0x4724a8,_0x1442c2){const _0x4c594a=a39_0x3f5406,_0x3ab89c={'QaHwh':function(_0x4dba57,_0x2f00d3){return _0x4dba57+_0x2f00d3;},'viYSM':function(_0x5cffa4,_0x509021){return _0x5cffa4(_0x509021);},'kDtgC':_0x4c594a(0x242)};if(!this[_0x4c594a(0x1fd)](_0x1442c2,_0x583409))return;const _0x49e240=this[_0x4c594a(0x1b7)](_0x583409,_0x1442c2);this[_0x4c594a(0x26c)][_0x49e240]={...this[_0x4c594a(0x26c)][_0x49e240]||{},'finishedAt':new Date(_0x3ab89c[_0x4c594a(0x23a)](_0x1442c2[_0x4c594a(0x197)]['getTime'](),_0x1442c2['duration']))},_0x3ab89c[_0x4c594a(0x225)](trace,_0x4c594a(0x1f0)+_0x49e240+_0x4c594a(0x1bf)),await this[_0x4c594a(0x206)](_0x583409,_0x1442c2,_0x3ab89c[_0x4c594a(0x26f)],_0x4724a8);}async[a39_0x3f5406(0x273)](_0x44c95b,_0x359c8a){const _0x4eb269=a39_0x3f5406,_0x2a1833={'VzYUX':function(_0x380734,_0x3295df){return _0x380734===_0x3295df;},'ewMgg':_0x4eb269(0x202),'KaahN':_0x4eb269(0x1a5),'eNeMy':_0x4eb269(0x19b),'LAfeB':function(_0x4b1842,_0x53cdee){return _0x4b1842(_0x53cdee);},'PXAjw':'TestRunFinished','tPvnJ':function(_0x444155,_0x5abcc5){return _0x444155>_0x5abcc5;}},_0xba7688=this[_0x4eb269(0x1d0)](_0x44c95b),_0x45f0aa=TestDetails[_0x4eb269(0x250)](this['getTestRunIdentifier'](_0x44c95b,_0x359c8a[_0x4eb269(0x224)]));this[_0x4eb269(0x26c)][_0xba7688]={...this[_0x4eb269(0x26c)][_0xba7688]||{},'finishedAt':new Date()[_0x4eb269(0x26b)]()},_0x2a1833[_0x4eb269(0x263)](trace,_0x4eb269(0x1f7)+_0xba7688),await this[_0x4eb269(0x23f)](_0x44c95b,_0x2a1833[_0x4eb269(0x23c)],_0x359c8a);const _0x27425c=[];_0x359c8a[_0x4eb269(0x230)]&&_0x359c8a[_0x4eb269(0x230)][_0x4eb269(0x20b)](_0x4c2b05=>{const _0x6bfa26=_0x4eb269;if(_0x2a1833['VzYUX'](_0x4c2b05['name'],_0x2a1833[_0x6bfa26(0x1a0)])){if(!fs['existsSync'](_0x4c2b05[_0x6bfa26(0x1fa)]))return;_0x27425c['push']({'test_run_uuid':_0x45f0aa,'timestamp':fs[_0x6bfa26(0x26d)](_0x4c2b05['path'])[_0x6bfa26(0x226)],'kind':_0x2a1833[_0x6bfa26(0x253)],'message':fs[_0x6bfa26(0x243)](_0x4c2b05[_0x6bfa26(0x1fa)],{'encoding':_0x2a1833[_0x6bfa26(0x1e1)]})});}}),_0x2a1833[_0x4eb269(0x1db)](_0x27425c[_0x4eb269(0x236)],0x0)&&await MyReporter['reportLogs'](_0x27425c);}async['endSession'](){const _0x13c33a=a39_0x3f5406;await RequestQueueHandler[_0x13c33a(0x259)]()[_0x13c33a(0x252)](),TestDetails[_0x13c33a(0x252)]();}async[a39_0x3f5406(0x21d)](_0x590596){const _0x2285db=a39_0x3f5406,_0x494252={'PGmHB':function(_0x2a5eaa){return _0x2a5eaa();},'GMqPO':function(_0x3d0205){return _0x3d0205();},'LfCJO':function(_0xc8d498,_0x40d604){return _0xc8d498(_0x40d604);}};await this[_0x2285db(0x1b2)](),_0x494252['PGmHB'](printBuildLink);try{process[_0x2285db(0x208)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&await _0x494252[_0x2285db(0x1dd)](calculatePerformance);}catch(_0xf42b0e){_0x494252[_0x2285db(0x22d)](debug,_0x2285db(0x265)+_0xf42b0e[_0x2285db(0x24a)]());}}static async['addTestUIDAndReportLog'](_0x1eb928,_0x3afd63){const _0x459017=a39_0x3f5406;_0x3afd63[_0x459017(0x20f)]=TestDetails[_0x459017(0x250)](_0x1eb928),await this[_0x459017(0x24f)]([_0x3afd63]);}static async[a39_0x3f5406(0x24f)](_0x33507b){const _0x3b5dbb=a39_0x3f5406,_0xd726bf={};_0xd726bf[_0x3b5dbb(0x1d1)]=_0x3b5dbb(0x22e);const _0x1cf096=_0xd726bf,_0x26be32={};_0x26be32[_0x3b5dbb(0x214)]=_0x1cf096[_0x3b5dbb(0x1d1)],_0x26be32['logs']=_0x33507b,await SessionHandler[_0x3b5dbb(0x220)](_0x26be32);}async[a39_0x3f5406(0x206)](_0x474b78,_0x102b6c,_0x4835c5,_0x188709){const _0x528abe=a39_0x3f5406,_0x2391f={'qsjqE':_0x528abe(0x246),'SJMOO':_0x528abe(0x19e),'nrrQf':_0x528abe(0x195),'wOGJg':function(_0x473d6e,_0x1048aa){return _0x473d6e>=_0x1048aa;},'CWqTE':function(_0xf87146,_0x547e90){return _0xf87146===_0x547e90;},'HlDMj':'HookRunFinished','sZURi':function(_0x3451ec,_0xd22927){return _0x3451ec>_0xd22927;},'yhFJS':_0x528abe(0x241),'ikApg':function(_0x1437aa,_0x28082f){return _0x1437aa(_0x28082f);},'RuhqZ':function(_0x155cf4,_0x515c17,_0x5770c1){return _0x155cf4(_0x515c17,_0x5770c1);},'TgpBn':_0x528abe(0x1a6),'MvsPE':function(_0x10bce6,_0x842df5){return _0x10bce6===_0x842df5;},'FFdmo':_0x528abe(0x1b1)},_0x3c0e15=this['getStepIdentifier'](_0x474b78,_0x102b6c),_0x5f3cae=this[_0x528abe(0x26c)][_0x3c0e15],_0x262b39={'uuid':_0x5f3cae[_0x528abe(0x1d3)],'type':_0x2391f['qsjqE'],'hook_type':this[_0x528abe(0x21e)](_0x102b6c['title']),'name':_0x102b6c[_0x528abe(0x23d)],'scope':this[_0x528abe(0x1df)](_0x102b6c),'scopes':this[_0x528abe(0x207)](_0x474b78),'body':{'lang':_0x2391f[_0x528abe(0x222)],'code':null},'identifier':_0x3c0e15,'file_name':path[_0x528abe(0x261)](process[_0x528abe(0x213)](),_0x474b78['location'][_0x528abe(0x22b)]),'location':path['relative'](process['cwd'](),_0x474b78[_0x528abe(0x204)][_0x528abe(0x22b)]),'result':_0x2391f[_0x528abe(0x240)],'duration_in_ms':_0x2391f[_0x528abe(0x1aa)](_0x102b6c['duration'],0x0)?_0x102b6c['duration']:undefined,'vc_filepath':this[_0x528abe(0x1e5)]&&_0x474b78['location'][_0x528abe(0x22b)]?path[_0x528abe(0x261)](this[_0x528abe(0x1e5)],_0x474b78[_0x528abe(0x204)][_0x528abe(0x22b)]):undefined,'started_at':_0x5f3cae[_0x528abe(0x24c)],'finished_at':_0x5f3cae[_0x528abe(0x1f2)],'framework':FRAMEWORKS[_0x528abe(0x25f)]};if(_0x2391f[_0x528abe(0x237)](_0x4835c5,_0x2391f[_0x528abe(0x1e6)])){const {steps:_0x1b7254,logs:_0x497faf}=this[_0x528abe(0x1a4)](_0x102b6c[_0x528abe(0x255)],_0x5f3cae['uuid'],_0x2391f[_0x528abe(0x217)]);_0x497faf&&_0x2391f[_0x528abe(0x235)](_0x497faf[_0x528abe(0x236)],0x0)&&await MyReporter[_0x528abe(0x24f)](_0x497faf);const _0x4b7e9c={};_0x4b7e9c[_0x528abe(0x255)]=_0x1b7254,_0x262b39[_0x528abe(0x1c5)]=_0x4b7e9c;if(_0x102b6c['error']){_0x262b39[_0x528abe(0x1d7)]=_0x2391f[_0x528abe(0x1ce)],_0x262b39['failure_reason']=_0x2391f[_0x528abe(0x1be)](removeAnsiColors,_0x102b6c[_0x528abe(0x25c)][_0x528abe(0x1e4)]),_0x262b39['failure_type']=_0x2391f['ikApg'](getFailureType,_0x102b6c[_0x528abe(0x25c)][_0x528abe(0x1e4)]);const _0xbb0136=_0x2391f[_0x528abe(0x1d4)](failureData,_0x102b6c[_0x528abe(0x25c)],_0x2391f['TgpBn']);if(_0xbb0136&&_0x2391f[_0x528abe(0x215)](_0xbb0136[_0x528abe(0x236)],0x0)){const _0x5715ae={};_0x5715ae[_0x528abe(0x196)]=[_0x262b39[_0x528abe(0x1fc)]],_0x5715ae[_0x528abe(0x1b6)]=[],_0xbb0136[_0x528abe(0x229)](_0x5715ae);}_0x262b39[_0x528abe(0x268)]=_0xbb0136;}else _0x262b39[_0x528abe(0x1d7)]=_0x2391f['FFdmo'];}const _0x24f27f={};_0x24f27f[_0x528abe(0x214)]=_0x4835c5,_0x24f27f['hook_run']=_0x262b39;const _0x36cd7a=_0x24f27f;await SessionHandler[_0x528abe(0x220)](_0x36cd7a);}[a39_0x3f5406(0x1a4)](_0x33e899,_0x146baf,_0x4156e1){const _0x25e8af=a39_0x3f5406,_0x31c8ac={'HZejE':function(_0x3bbba0,_0x14fc47){return _0x3bbba0===_0x14fc47;},'vGxOh':'hook','SLdOy':function(_0x59d9c8,_0x3dd6f5){return _0x59d9c8===_0x3dd6f5;},'MCnnS':_0x25e8af(0x1a7),'ZQHhQ':_0x25e8af(0x249),'MEjIW':function(_0x3a64d4,_0x37acb1){return _0x3a64d4===_0x37acb1;},'mUfIU':_0x25e8af(0x25e),'Baoie':'test_run_uuid','PwcJI':_0x25e8af(0x209),'xmdfU':'TEST_STEP','AWZrQ':_0x25e8af(0x241),'PboQF':'passed','glRRt':function(_0x21ebf7,_0x2747e4){return _0x21ebf7(_0x2747e4);},'smopU':function(_0x10c9ae){return _0x10c9ae();},'oNDem':function(_0x13b7a3,_0x4c2453){return _0x13b7a3(_0x4c2453);},'hRGjy':function(_0x3f9308,_0x29e05c,_0x238fbb){return _0x3f9308(_0x29e05c,_0x238fbb);}},_0x1129b5=[],_0x570476=[],_0x12d5de=_0x33e899[_0x25e8af(0x20d)](_0x5d2cd0=>{const _0xb4291f=_0x25e8af;if(_0x31c8ac[_0xb4291f(0x270)](_0x5d2cd0[_0xb4291f(0x247)],_0x31c8ac[_0xb4291f(0x245)])&&(_0x31c8ac[_0xb4291f(0x219)](_0x5d2cd0[_0xb4291f(0x23d)],_0x31c8ac[_0xb4291f(0x1f4)])||_0x31c8ac[_0xb4291f(0x270)](_0x5d2cd0[_0xb4291f(0x23d)],_0x31c8ac['ZQHhQ'])))return![];return!![];}),_0x3b6416=(_0x24cd52,_0x2bd0c2=![])=>{const _0xf59a58=_0x25e8af;if(_0x31c8ac[_0xf59a58(0x219)](_0x24cd52['steps'][_0xf59a58(0x236)],0x0)){const _0xf5b9f4=_0x31c8ac[_0xf59a58(0x1cf)](_0x4156e1,_0x31c8ac[_0xf59a58(0x26e)])?_0x31c8ac['Baoie']:_0x31c8ac['PwcJI'];_0x570476[_0xf59a58(0x229)]({'kind':_0x31c8ac[_0xf59a58(0x24b)],[_0xf5b9f4]:_0x146baf,'message':_0x24cd52[_0xf59a58(0x23d)],'timestamp':_0x24cd52['startTime'][_0xf59a58(0x26b)](),'level':_0x24cd52['error']?_0x31c8ac[_0xf59a58(0x1b9)]:_0x31c8ac[_0xf59a58(0x266)],'duration':_0x24cd52[_0xf59a58(0x1a1)],'failure':_0x24cd52[_0xf59a58(0x25c)]&&_0x24cd52['error'][_0xf59a58(0x1e4)]&&_0x31c8ac[_0xf59a58(0x1c4)](removeAnsiColors,_0x24cd52[_0xf59a58(0x25c)][_0xf59a58(0x1e4)]),'failure_type':_0x31c8ac[_0xf59a58(0x1c4)](getFailureType,_0x24cd52['error']&&_0x24cd52['error'][_0xf59a58(0x1e4)])});}else{!_0x2bd0c2&&_0x1129b5[_0xf59a58(0x229)]({'id':_0x31c8ac['smopU'](uuidv4),'text':_0x24cd52[_0xf59a58(0x23d)],'keyword':undefined,'started_at':_0x24cd52['startTime'][_0xf59a58(0x26b)](),'duration':_0x24cd52['duration'],'result':_0x24cd52['error']?_0x31c8ac[_0xf59a58(0x1b9)]:_0x31c8ac['PboQF'],'failure':_0x24cd52['error']&&_0x24cd52[_0xf59a58(0x25c)]['message']&&_0x31c8ac[_0xf59a58(0x1c4)](removeAnsiColors,_0x24cd52[_0xf59a58(0x25c)][_0xf59a58(0x1e4)]),'failure_type':_0x31c8ac[_0xf59a58(0x1cc)](getFailureType,_0x24cd52[_0xf59a58(0x25c)]&&_0x24cd52['error'][_0xf59a58(0x1e4)])});for(const _0x16b86d of _0x24cd52['steps']){_0x31c8ac[_0xf59a58(0x1c1)](_0x3b6416,_0x16b86d,!![]);}}};for(const _0x1c969d of _0x12d5de){_0x31c8ac[_0x25e8af(0x1c1)](_0x3b6416,_0x1c969d,![]);}const _0x1c3319={};return _0x1c3319['steps']=_0x1129b5,_0x1c3319['logs']=_0x570476,_0x1c3319;}async[a39_0x3f5406(0x23f)](_0x115b21,_0xcec32a,_0xaf8365){const _0x3e91eb=a39_0x3f5406,_0x5cbba5={'AeipY':_0x3e91eb(0x25e),'rqmZf':_0x3e91eb(0x19e),'byzZl':'pending','SqGQK':function(_0x67f92d,_0x62d8ed){return _0x67f92d(_0x62d8ed);},'VqycL':function(_0x227c2f,_0x19b4e8,_0x484106,_0x316e5b,_0x420568){return _0x227c2f(_0x19b4e8,_0x484106,_0x316e5b,_0x420568);},'wYyug':function(_0x2c11c6,_0xa248c4){return _0x2c11c6>_0xa248c4;},'RUrup':function(_0x41759e,_0x13e26d){return _0x41759e-_0x13e26d;},'wLRDL':function(_0x4411ea,_0x465d82){return _0x4411ea===_0x465d82;},'BSwtk':_0x3e91eb(0x25d),'FJmmN':function(_0x5074df,_0x50b38b){return _0x5074df===_0x50b38b;},'BJOZb':_0x3e91eb(0x254),'OmGtq':_0x3e91eb(0x1b1),'Nqabp':_0x3e91eb(0x241),'Ehdqx':_0x3e91eb(0x1a9),'TRJMq':function(_0x26faca,_0x55ac3e){return _0x26faca===_0x55ac3e;},'fnhCD':function(_0x59a432,_0x3f32c0){return _0x59a432===_0x3f32c0;},'ftSVi':_0x3e91eb(0x272),'JCnfS':function(_0xa6c7fd,_0x70cb50){return _0xa6c7fd(_0x70cb50);},'ZiDwm':function(_0x21754a,_0x4f90be,_0x4dd848){return _0x21754a(_0x4f90be,_0x4dd848);},'qTpnQ':function(_0x241bb5,_0x5edf14){return _0x241bb5===_0x5edf14;},'BqeIk':function(_0x5e3906,_0x5ef65a){return _0x5e3906>_0x5ef65a;}},_0x1732b4=this[_0x3e91eb(0x1d0)](_0x115b21),_0x392d36=this['getScope'](_0x115b21),_0x383905=this[_0x3e91eb(0x26c)][_0x1732b4],_0x3c485f=path[_0x3e91eb(0x261)](process[_0x3e91eb(0x213)](),_0x115b21[_0x3e91eb(0x204)][_0x3e91eb(0x22b)]);await this['configureGit']();const _0x1dd519={'uuid':_0x383905[_0x3e91eb(0x1d3)],'type':_0x5cbba5['AeipY'],'name':_0x115b21['title'],'body':{'lang':_0x5cbba5['rqmZf'],'code':_0x115b21['fn'][_0x3e91eb(0x24a)]()},'scope':_0x392d36,'scopes':this['getHierarchy'](_0x115b21),'identifier':_0x1732b4,'file_name':_0x3c485f,'location':_0x3c485f,'result':_0x5cbba5[_0x3e91eb(0x1d8)],'duration_in_ms':_0xaf8365&&_0xaf8365[_0x3e91eb(0x1a1)]?_0xaf8365[_0x3e91eb(0x1a1)]:null,'vc_filepath':this[_0x3e91eb(0x1e5)]&&_0x115b21[_0x3e91eb(0x204)][_0x3e91eb(0x22b)]?path[_0x3e91eb(0x261)](this[_0x3e91eb(0x1e5)],_0x115b21[_0x3e91eb(0x204)][_0x3e91eb(0x22b)]):undefined,'started_at':_0x383905[_0x3e91eb(0x24c)],'finished_at':_0x383905[_0x3e91eb(0x1f2)],'framework':FRAMEWORKS['PLAYWRIGHT'],'customRerunParam':{'rerun_name':_0x115b21[_0x3e91eb(0x267)]()[_0x3e91eb(0x1d9)]('\x20')},'tags':_0x5cbba5[_0x3e91eb(0x21f)](getTagsFromTitle,_0x115b21[_0x3e91eb(0x23d)])};_0x5cbba5[_0x3e91eb(0x1b0)](appendTesthubParams,_0x1dd519,_0xcec32a,_0x115b21,FRAMEWORKS[_0x3e91eb(0x25f)]);_0xaf8365&&_0x5cbba5['wYyug'](_0xaf8365[_0x3e91eb(0x224)],0x0)&&(_0x1dd519['retry_of']=TestDetails[_0x3e91eb(0x250)](this[_0x3e91eb(0x19c)](_0x115b21,_0x5cbba5[_0x3e91eb(0x1ad)](_0xaf8365[_0x3e91eb(0x224)],0x1))));if(_0x5cbba5[_0x3e91eb(0x1d5)](_0xcec32a,_0x5cbba5[_0x3e91eb(0x256)])){_0x1dd519['result']=_0xaf8365[_0x3e91eb(0x271)];if(_0x5cbba5[_0x3e91eb(0x1d5)](_0xaf8365[_0x3e91eb(0x271)],_0x115b21['expectedStatus']))_0x1dd519[_0x3e91eb(0x1d7)]=_0x5cbba5[_0x3e91eb(0x1ea)](_0xaf8365[_0x3e91eb(0x271)],_0x5cbba5[_0x3e91eb(0x198)])?_0x5cbba5['BJOZb']:_0x5cbba5['OmGtq'];else{(_0x5cbba5[_0x3e91eb(0x1ea)](_0x1dd519[_0x3e91eb(0x1d7)],_0x5cbba5['OmGtq'])||_0x5cbba5['FJmmN'](_0x1dd519[_0x3e91eb(0x1d7)],_0x5cbba5[_0x3e91eb(0x251)])||_0x5cbba5['wLRDL'](_0x1dd519[_0x3e91eb(0x1d7)],_0x5cbba5[_0x3e91eb(0x1fb)]))&&(_0x1dd519[_0x3e91eb(0x1d7)]=_0x5cbba5[_0x3e91eb(0x251)]);if(_0x5cbba5[_0x3e91eb(0x20e)](_0xaf8365['status'],_0x5cbba5[_0x3e91eb(0x1f1)])&&_0x5cbba5['fnhCD'](_0x115b21[_0x3e91eb(0x1e9)],_0x5cbba5[_0x3e91eb(0x251)])){const _0x3a4514={};_0x3a4514[_0x3e91eb(0x1e4)]=_0x5cbba5[_0x3e91eb(0x23e)],_0x3a4514['stack']=_0x5cbba5[_0x3e91eb(0x23e)],_0xaf8365[_0x3e91eb(0x25c)]=_0x3a4514,_0xaf8365[_0x3e91eb(0x25b)]=[_0xaf8365[_0x3e91eb(0x25c)]];}}const _0x4ec74d=this['getTestRunIdentifier'](_0x115b21,_0xaf8365[_0x3e91eb(0x224)]);_0x1dd519[_0x3e91eb(0x1bd)]=this['_testHooksMap'][_0x4ec74d];const {steps:_0x406faf,logs:_0x5c087c}=this[_0x3e91eb(0x1a4)](_0xaf8365[_0x3e91eb(0x255)],_0x383905[_0x3e91eb(0x1d3)],_0x5cbba5[_0x3e91eb(0x264)]);await MyReporter['reportLogs'](_0x5c087c);const _0x11d5c0={};_0x11d5c0[_0x3e91eb(0x255)]=_0x406faf,_0x1dd519['meta']=_0x11d5c0;if(_0xaf8365[_0x3e91eb(0x25c)]){_0x1dd519[_0x3e91eb(0x1fc)]=_0x5cbba5[_0x3e91eb(0x1e3)](removeAnsiColors,_0xaf8365[_0x3e91eb(0x25c)][_0x3e91eb(0x1e4)]),_0x1dd519[_0x3e91eb(0x248)]=_0x5cbba5[_0x3e91eb(0x1e3)](getFailureType,_0xaf8365['error']['message']);const _0x3a9764={};_0x3a9764[_0x3e91eb(0x20f)]=_0x383905[_0x3e91eb(0x1d3)];const {failureData:_0x3511a0,logs:_0x3e4404}=_0x5cbba5[_0x3e91eb(0x260)](getFailureData,_0xaf8365[_0x3e91eb(0x25b)],_0x3a9764);if(_0x3511a0&&_0x5cbba5[_0x3e91eb(0x1bc)](_0x3511a0[_0x3e91eb(0x236)],0x0)){const _0xa48428={};_0xa48428[_0x3e91eb(0x196)]=[_0x1dd519[_0x3e91eb(0x1fc)]],_0xa48428[_0x3e91eb(0x1b6)]=[],_0x3511a0[_0x3e91eb(0x229)](_0xa48428);}_0x1dd519['failure']=_0x3511a0,_0x3e4404&&_0x5cbba5['BqeIk'](_0x3e4404['length'],0x0)&&await MyReporter['reportLogs'](_0x3e4404);}}const _0x59e4ad={};_0x59e4ad[_0x3e91eb(0x214)]=_0xcec32a,_0x59e4ad[_0x3e91eb(0x1b5)]=_0x1dd519;const _0x4508f1=_0x59e4ad;await SessionHandler[_0x3e91eb(0x220)](_0x4508f1);}static async[a39_0x3f5406(0x23b)](_0x6eef60,_0x4ec97a){const _0x4aaa71=a39_0x3f5406,_0x2d127c={'WaVvT':function(_0x1f0de2,_0x4e3fe6){return _0x1f0de2(_0x4e3fe6);},'hYlic':_0x4aaa71(0x1cd)},_0xfd0c1={'uuid':TestDetails[_0x4aaa71(0x250)](_0x6eef60),'integrations':_0x4ec97a},_0x523e81={};_0x523e81[_0x4aaa71(0x1ca)]=null,_0x2d127c[_0x4aaa71(0x1af)](debug,_0x4aaa71(0x1ef)+_0x6eef60+',\x20'+util[_0x4aaa71(0x22f)](_0x4ec97a,_0x523e81));const _0x1280c7={};_0x1280c7[_0x4aaa71(0x214)]=_0x2d127c['hYlic'],_0x1280c7['test_run']=_0xfd0c1,await SessionHandler[_0x4aaa71(0x220)](_0x1280c7);}async[a39_0x3f5406(0x238)](){const _0x5edb4d=a39_0x3f5406,_0x4c4863={'FGsjU':function(_0x90211d){return _0x90211d();}};if(this['_gitConfigured'])return;const _0x29a91e=await _0x4c4863[_0x5edb4d(0x192)](getGitMetaData);_0x29a91e&&(this[_0x5edb4d(0x1e5)]=_0x29a91e['root']),this['_gitConfigured']=!![];}[a39_0x3f5406(0x207)](_0x45cc11){const _0x497633=a39_0x3f5406,_0x1cb3b9={};_0x1cb3b9[_0x497633(0x1f3)]=function(_0x1741a6,_0x9c03c6){return _0x1741a6!==_0x9c03c6;};const _0x58ba35=_0x1cb3b9,_0x14579e=[];if(_0x45cc11&&_0x45cc11[_0x497633(0x1ab)]){let _0x4ac3f9=_0x45cc11[_0x497633(0x1ab)];while(_0x4ac3f9&&_0x58ba35['nSwmh'](_0x4ac3f9[_0x497633(0x23d)],'')){_0x14579e[_0x497633(0x229)](_0x4ac3f9[_0x497633(0x23d)]),_0x4ac3f9=_0x4ac3f9['parent'];}}return _0x14579e['reverse']()[_0x497633(0x233)](0x0,0x2),_0x14579e;}['needToReportStep'](_0xe8a9cf){const _0x1bbbd4=a39_0x3f5406,_0x40454b={};_0x40454b['UPUeS']=function(_0x35d97f,_0xe3b113){return _0x35d97f!==_0xe3b113;},_0x40454b['qVDwO']='hook',_0x40454b[_0x1bbbd4(0x1bb)]=function(_0xfb9764,_0x4d5006){return _0xfb9764===_0x4d5006;},_0x40454b['kvnGX']=_0x1bbbd4(0x1a2),_0x40454b[_0x1bbbd4(0x216)]=_0x1bbbd4(0x22a),_0x40454b[_0x1bbbd4(0x276)]='afterAll\x20hook',_0x40454b[_0x1bbbd4(0x234)]=_0x1bbbd4(0x20c);const _0x53a9ba=_0x40454b;if(_0x53a9ba[_0x1bbbd4(0x274)](_0xe8a9cf[_0x1bbbd4(0x247)],_0x53a9ba[_0x1bbbd4(0x1e7)]))return![];if(_0x53a9ba[_0x1bbbd4(0x1bb)]([_0x53a9ba[_0x1bbbd4(0x212)],_0x53a9ba[_0x1bbbd4(0x216)],_0x53a9ba['EuPEt'],_0x53a9ba[_0x1bbbd4(0x234)]][_0x1bbbd4(0x277)](_0xe8a9cf['title']),-0x1))return![];return!![];}[a39_0x3f5406(0x1b7)](_0x18f29e,_0x493947){const _0x37cc2a=a39_0x3f5406,_0x5a2e33=_0x493947[_0x37cc2a(0x194)];if(_0x5a2e33)return _0x5a2e33;return _0x493947['title']+_0x37cc2a(0x1ff)+this['getTestIdentifier'](_0x18f29e);}['setStepIdentifier'](_0xd763a9,_0x34e938){const _0x2a46f5=a39_0x3f5406,_0x23272b={'rbJSY':function(_0x417cb9){return _0x417cb9();}};let _0x148d9f=_0x34e938['title']+_0x2a46f5(0x1ff)+this[_0x2a46f5(0x1d0)](_0xd763a9);return this[_0x2a46f5(0x26c)][_0x148d9f]&&(_0x148d9f=_0x148d9f+_0x2a46f5(0x25a)+_0x23272b[_0x2a46f5(0x1d2)](uuidv4)),_0x34e938['_bs_hookIdentifier']=_0x148d9f,_0x148d9f;}[a39_0x3f5406(0x1d0)]=_0x4c79ff=>{const _0x3044c2=a39_0x3f5406,_0x5d394a={};_0x5d394a[_0x3044c2(0x1f8)]=function(_0x491a3d,_0x461149){return _0x491a3d+_0x461149;},_0x5d394a['zHFpF']=function(_0x3da329,_0x2c2b18){return _0x3da329+_0x2c2b18;};const _0x4a1051=_0x5d394a;return _0x4a1051[_0x3044c2(0x1f8)](_0x4a1051[_0x3044c2(0x1c8)](_0x4c79ff[_0x3044c2(0x1c7)],'-'),_0x4c79ff['id']);};[a39_0x3f5406(0x19c)]=(_0x2cf966,_0x46939e)=>{const _0x8b602a=a39_0x3f5406,_0x247a87={};_0x247a87[_0x8b602a(0x19d)]=function(_0x416ad1,_0x4e11ce){return _0x416ad1+_0x4e11ce;};const _0x4094ff=_0x247a87;return _0x4094ff[_0x8b602a(0x19d)](_0x4094ff[_0x8b602a(0x19d)](this[_0x8b602a(0x1d0)](_0x2cf966),'-'),_0x46939e);};[a39_0x3f5406(0x21e)]=_0x5c0e47=>{const _0x250fb3=a39_0x3f5406,_0x427f44={};_0x427f44[_0x250fb3(0x1ac)]=_0x250fb3(0x1a2),_0x427f44[_0x250fb3(0x1c9)]=_0x250fb3(0x1c3),_0x427f44[_0x250fb3(0x21a)]=_0x250fb3(0x22a),_0x427f44['bEUDK']=_0x250fb3(0x231),_0x427f44[_0x250fb3(0x19a)]=_0x250fb3(0x20c),_0x427f44['oQHLe']=_0x250fb3(0x228),_0x427f44['Tyzmp']=_0x250fb3(0x211),_0x427f44[_0x250fb3(0x1f5)]=_0x250fb3(0x218),_0x427f44[_0x250fb3(0x1ae)]='unknown';const _0x1ddffe=_0x427f44;if(_0x5c0e47[_0x250fb3(0x210)](_0x1ddffe['pKhwS']))return _0x1ddffe[_0x250fb3(0x1c9)];else{if(_0x5c0e47[_0x250fb3(0x210)](_0x1ddffe[_0x250fb3(0x21a)]))return _0x1ddffe[_0x250fb3(0x205)];else{if(_0x5c0e47['startsWith'](_0x1ddffe[_0x250fb3(0x19a)]))return _0x1ddffe[_0x250fb3(0x1a8)];else{if(_0x5c0e47['startsWith'](_0x1ddffe[_0x250fb3(0x1ee)]))return _0x1ddffe[_0x250fb3(0x1f5)];}}}return _0x1ddffe['GBKDV'];};['getScope']=_0x3a82c2=>{const _0x5787a3=a39_0x3f5406,_0x392f9={};_0x392f9[_0x5787a3(0x1f6)]=function(_0xbe83fe,_0x1cc545){return _0xbe83fe===_0x1cc545;},_0x392f9['zPHxE']='object';const _0x2d850e=_0x392f9;let _0x4b8f42=_0x3a82c2[_0x5787a3(0x1ab)];return _0x2d850e['EykzI'](typeof _0x3a82c2[_0x5787a3(0x1ab)],_0x2d850e[_0x5787a3(0x257)])&&(_0x4b8f42=_0x4b8f42[_0x5787a3(0x23d)]),_0x4b8f42+_0x5787a3(0x25a)+_0x3a82c2[_0x5787a3(0x23d)];};[a39_0x3f5406(0x1f9)](){return![];}}module[a39_0x3f5406(0x1b4)]=o11yClassErrorHandler(MyReporter,['onBegin','endSession',a39_0x3f5406(0x1ec),a39_0x3f5406(0x273),a39_0x3f5406(0x199),a39_0x3f5406(0x1e0),a39_0x3f5406(0x23b)],'MyReporter');
1
+ function a39_0x1748(_0x2c8608,_0x550782){const _0x2e4fd8=a39_0x2e4f();return a39_0x1748=function(_0x174877,_0x495cd3){_0x174877=_0x174877-0x12c;let _0x44eeb0=_0x2e4fd8[_0x174877];return _0x44eeb0;},a39_0x1748(_0x2c8608,_0x550782);}function a39_0x2e4f(){const _0x2b638c=['2037vlIhhX','OJmYB','NJVju','SLJHE','length','3148244gaGWpx','TEST_SCREENSHOT','test','getScope','AIbKD','statSync','UQhco','rmGqW','GYmuV','existsSync','xZnyL','../../../helpers/helper','configureGit','hook_run','beforeEach\x20hook','passed','PSKgi','title','Aatye','zRZNl','startTime','file','SaBvd','120CMDLQt','../../../helpers/testhub/utils','status','BEFORE_EACH','uiKNe','PEtDj','LdWyn','ZAPwl','AFTER_ALL','depth','naQmn','HaGnh','retry','WBCwR','reportLogs','endSession','parent','getTestUUID','aMekc','XdiqI','needToReportStep','JHUCL','_gitConfigPath','../../../helpers/performance-tester','util','logs','finishedAt','337509sJGdSR','FDoyB','VKOcI','pending','dRPZD','getTime','expanded','errors','base64','MyReporter','TEST_STEP','27343129JdunCj','split','sendTestRunEvent','options','sFaqK','RwqLb','printsToStdio','join','indexOf','yreYA','category','startedAt','getTestRunIdentifier','EVPmv','path','Error\x20in\x20calculating\x20performance:\x20','doIyw','toISOString','ioXXn','Expected\x20to\x20fail,\x20but\x20passed.','DZVoX','unknown','18rLEwXV','PLAYWRIGHT','HookRunFinished','TestRunFinished','../../../helpers/test-observability/utils','WxBXJ','root','1768605ShffkT','2034akRipE','timedOut','_testHooksMap','../../../helpers/test-observability/error-handler','push','pqRwA','cBQae','dZnhH','onBegin','3453821qwjNCh','hSmAO','eAkin','setup','getHookType','beforeAll\x20hook','test_run_uuid','tRyaG','startsWith','name','Hook\x20Finished\x20with\x20unique\x20id\x20','BROWSERSTACK_LOG_LEVEL','qyAMU','getStepsAndLogs','attachments','ZpFuC','location','steps','getStepIdentifier','IoXYB','UPYhC','OKCNB','Gesab','eVibx','_projectId','sendHookRunEvent','uploadEventData','\x20for\x20','event_type','iuFwq','meta','test_run','exports','LrDmn','njusk','NmBso','../../../helpers/test-observability/sessionHandler','failed','PDVWj','bZPfj','screenshot','stack','error','Bflvu','QYblr','RTQEm','splice','wjjye','fsLPD','shutdown','_bs_hookIdentifier','env','message','koLNl','object','After\x20Hooks','expectedStatus','vtjHD','skipped','ANyEa','hook','uuid','rBcJm','dFvKq','addTestUIDAndReportLog','setStepIdentifier','getTestIdentifier','_tests','map','afterAll\x20hook','dITen','startMonitoring','err','cVvkB','phKOv','BEFORE_ALL','START_TIME','onStepEnd','_gitConfigured','RAasU','onTestEnd','OsFuh','filter','10IqUIWS','failure_reason','LogCreated','titlePath','performance-report-reporter.json','KYBpo','FOfNt','./pwUtils','HookRunStarted','backtrace','onTestBegin','afterEach\x20hook','fUgxF','sendSessionDetails','failure','hook_run_uuid','spRqB','cwd','result','MKgDa','Hook\x20Started\x20with\x20unique\x20id\x20','xbYnA','1983235wICCUu','tWhLB','oNNzE','../../../helpers/testhub/testhubHandler','\x20is\x20triggered\x20for\x20test\x20','EHpfj','\x20is\x20triggered','relative','toString','getHierarchy','failure_type','../../../helpers/test-observability/requestQueueHandler','BROWSERSTACK_O11Y_PERF_MEASUREMENT','AHdcZ','Before\x20Hooks','duration','EcUrL','onStepBegin','logLevel','otGah'];a39_0x2e4f=function(){return _0x2b638c;};return a39_0x2e4f();}const a39_0x40f5df=a39_0x1748;(function(_0xe6ae3a,_0x66413e){const _0x8426f9=a39_0x1748,_0x4d944b=_0xe6ae3a();while(!![]){try{const _0x108dd4=-parseInt(_0x8426f9(0x177))/0x1+parseInt(_0x8426f9(0x178))/0x2*(-parseInt(_0x8426f9(0x1fe))/0x3)+-parseInt(_0x8426f9(0x203))/0x4+-parseInt(_0x8426f9(0x1ea))/0x5+-parseInt(_0x8426f9(0x170))/0x6*(-parseInt(_0x8426f9(0x181))/0x7)+parseInt(_0x8426f9(0x134))/0x8*(parseInt(_0x8426f9(0x14f))/0x9)+-parseInt(_0x8426f9(0x1d4))/0xa*(-parseInt(_0x8426f9(0x15a))/0xb);if(_0x108dd4===_0x66413e)break;else _0x4d944b['push'](_0x4d944b['shift']());}catch(_0x1fb40b){_0x4d944b['push'](_0x4d944b['shift']());}}}(a39_0x2e4f,0xd8367));const RequestQueueHandler=require(a39_0x40f5df(0x1f5)),{calculatePerformance,getTagsFromTitle,getFailureData}=require(a39_0x40f5df(0x1db)),{v4:uuidv4}=require(a39_0x40f5df(0x1be)),path=require(a39_0x40f5df(0x168)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData,trace}=require(a39_0x40f5df(0x174)),{getGitMetaData,setLogLevel}=require(a39_0x40f5df(0x20e)),TestDetails=require('./test-details'),fs=require('fs'),util=require(a39_0x40f5df(0x14c)),{o11yClassErrorHandler}=require(a39_0x40f5df(0x17b)),PerformanceTester=require(a39_0x40f5df(0x14b)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants'),SessionHandler=require(a39_0x40f5df(0x1a5)),{appendTesthubParams}=require(a39_0x40f5df(0x135)),TestHubHandler=require(a39_0x40f5df(0x1ed));class MyReporter{constructor(_0x2e512a){const _0x4c0d1f=a39_0x40f5df,_0xecdaea={'RwqLb':'4|5|1|6|0|3|2','PEtDj':function(_0x18a62f,_0x257980,_0x1e36e8,_0x578c5c){return _0x18a62f(_0x257980,_0x1e36e8,_0x578c5c);},'naQmn':_0x4c0d1f(0x1d8)},_0x2c1ebd=_0xecdaea[_0x4c0d1f(0x15f)][_0x4c0d1f(0x15b)]('|');let _0x2355b4=0x0;while(!![]){switch(_0x2c1ebd[_0x2355b4++]){case'0':this[_0x4c0d1f(0x15d)]=_0x2e512a;continue;case'1':this[_0x4c0d1f(0x1c4)]={};continue;case'2':this[_0x4c0d1f(0x14a)]=null;continue;case'3':this[_0x4c0d1f(0x1cf)]=![];continue;case'4':const _0x49420c={};_0x49420c[_0x4c0d1f(0x1fc)]=process[_0x4c0d1f(0x1b4)][_0x4c0d1f(0x18c)],_0xecdaea[_0x4c0d1f(0x139)](setLogLevel,_0x49420c,new Map(),new Map());continue;case'5':process[_0x4c0d1f(0x1b4)][_0x4c0d1f(0x1f6)]&&(PerformanceTester[_0x4c0d1f(0x1c8)](_0xecdaea[_0x4c0d1f(0x13e)]),process[_0x4c0d1f(0x1b4)][_0x4c0d1f(0x1cd)]=new Date()['toISOString']());continue;case'6':this[_0x4c0d1f(0x17a)]={};continue;}break;}}async[a39_0x40f5df(0x180)](){const _0x56cbbd=a39_0x40f5df;TestDetails[_0x56cbbd(0x184)](),await this[_0x56cbbd(0x20f)]();}async['onTestBegin'](_0x2bac6d,_0x19dfe6){const _0x46ab90=a39_0x40f5df,_0x4bbf05={'uiKNe':function(_0xaa3119,_0x3ec5cc){return _0xaa3119(_0x3ec5cc);},'EBemZ':'TestRunStarted'},_0x1dc6f4=this['getTestIdentifier'](_0x2bac6d);this[_0x46ab90(0x1c4)][_0x1dc6f4]={'uuid':TestDetails[_0x46ab90(0x145)](this['getTestRunIdentifier'](_0x2bac6d,_0x19dfe6['retry'])),'startedAt':_0x19dfe6[_0x46ab90(0x131)]},_0x4bbf05[_0x46ab90(0x138)](trace,'Test\x20Started\x20with\x20unique\x20id\x20'+_0x1dc6f4),await this[_0x46ab90(0x15c)](_0x2bac6d,_0x4bbf05['EBemZ'],_0x19dfe6);}async[a39_0x40f5df(0x1fb)](_0x3641f3,_0x850faa,_0x19e791){const _0x1a7054=a39_0x40f5df,_0x1079a1={'TsazU':function(_0x5b862f,_0x2156fe){return _0x5b862f(_0x2156fe);},'LrDmn':_0x1a7054(0x1dc)};if(!this[_0x1a7054(0x148)](_0x19e791,_0x3641f3))return;const _0x447c40=this[_0x1a7054(0x1c2)](_0x3641f3,_0x19e791);this[_0x1a7054(0x1c4)][_0x447c40]={'uuid':TestDetails[_0x1a7054(0x145)](_0x447c40),'startedAt':_0x19e791['startTime'][_0x1a7054(0x16b)]()};const _0x373df1=this[_0x1a7054(0x166)](_0x3641f3,_0x850faa['retry']);!this[_0x1a7054(0x17a)][_0x373df1]&&(this[_0x1a7054(0x17a)][_0x373df1]=[]),this[_0x1a7054(0x17a)][_0x373df1]['push'](this['_tests'][_0x447c40][_0x1a7054(0x1be)]),_0x1079a1['TsazU'](trace,_0x1a7054(0x1e8)+_0x447c40+_0x1a7054(0x1ee)+_0x373df1),await this['sendHookRunEvent'](_0x3641f3,_0x19e791,_0x1079a1[_0x1a7054(0x1a2)],_0x850faa);}async[a39_0x40f5df(0x1ce)](_0x1ad580,_0x4d334f,_0x5392c7){const _0x467edb=a39_0x40f5df,_0x3571c1={'PDVWj':function(_0x2d2963,_0x310913){return _0x2d2963+_0x310913;},'DZVoX':function(_0x39741b,_0x3fabf7){return _0x39741b(_0x3fabf7);},'sFaqK':_0x467edb(0x172)};if(!this[_0x467edb(0x148)](_0x5392c7,_0x1ad580))return;const _0x29cbd1=this[_0x467edb(0x193)](_0x1ad580,_0x5392c7);this[_0x467edb(0x1c4)][_0x29cbd1]={...this[_0x467edb(0x1c4)][_0x29cbd1]||{},'finishedAt':new Date(_0x3571c1[_0x467edb(0x1a7)](_0x5392c7[_0x467edb(0x131)][_0x467edb(0x154)](),_0x5392c7[_0x467edb(0x1f9)]))},_0x3571c1[_0x467edb(0x16e)](trace,_0x467edb(0x18b)+_0x29cbd1+_0x467edb(0x1f0)),await this['sendHookRunEvent'](_0x1ad580,_0x5392c7,_0x3571c1[_0x467edb(0x15e)],_0x4d334f);}async[a39_0x40f5df(0x1d1)](_0x579c11,_0x36ee66){const _0xcc0a37=a39_0x40f5df,_0x493fe7={'DGeeh':function(_0x40a6db,_0xdb0526){return _0x40a6db===_0xdb0526;},'Gesab':_0xcc0a37(0x1a9),'aXwwd':_0xcc0a37(0x204),'EcUrL':_0xcc0a37(0x157),'MPMNU':function(_0x19a849,_0x305611){return _0x19a849(_0x305611);},'tTyoq':_0xcc0a37(0x173),'fsLPD':function(_0x23c1e2,_0x2165f7){return _0x23c1e2>_0x2165f7;}},_0x38be95=this[_0xcc0a37(0x1c3)](_0x579c11),_0x38f113=TestDetails[_0xcc0a37(0x145)](this[_0xcc0a37(0x166)](_0x579c11,_0x36ee66[_0xcc0a37(0x140)]));this[_0xcc0a37(0x1c4)][_0x38be95]={...this['_tests'][_0x38be95]||{},'finishedAt':new Date()[_0xcc0a37(0x16b)]()},_0x493fe7['MPMNU'](trace,'Test\x20Finished\x20with\x20unique\x20id\x20'+_0x38be95),await this[_0xcc0a37(0x15c)](_0x579c11,_0x493fe7['tTyoq'],_0x36ee66);const _0x325899=[];_0x36ee66[_0xcc0a37(0x18f)]&&_0x36ee66[_0xcc0a37(0x18f)][_0xcc0a37(0x1c5)](_0x509397=>{const _0x2115f7=_0xcc0a37;if(_0x493fe7['DGeeh'](_0x509397[_0x2115f7(0x18a)],_0x493fe7[_0x2115f7(0x197)])){if(!fs[_0x2115f7(0x20c)](_0x509397[_0x2115f7(0x168)]))return;_0x325899[_0x2115f7(0x17c)]({'test_run_uuid':_0x38f113,'timestamp':fs[_0x2115f7(0x208)](_0x509397[_0x2115f7(0x168)])['mtime'],'kind':_0x493fe7['aXwwd'],'message':fs['readFileSync'](_0x509397[_0x2115f7(0x168)],{'encoding':_0x493fe7[_0x2115f7(0x1fa)]})});}}),_0x493fe7[_0xcc0a37(0x1b1)](_0x325899['length'],0x0)&&await MyReporter[_0xcc0a37(0x142)](_0x325899);}async['endSession'](){const _0xaef82d=a39_0x40f5df;await RequestQueueHandler['getInstance']()[_0xaef82d(0x1b2)](),TestDetails[_0xaef82d(0x1b2)]();}async['onEnd'](_0x4df76a){const _0x1f2888=a39_0x40f5df,_0x270613={'dFvKq':function(_0x9ebf3a){return _0x9ebf3a();},'WnNns':function(_0x275943,_0xc4f6c0){return _0x275943(_0xc4f6c0);}};await this[_0x1f2888(0x143)](),_0x270613[_0x1f2888(0x1c0)](printBuildLink);try{process[_0x1f2888(0x1b4)][_0x1f2888(0x1f6)]&&await _0x270613[_0x1f2888(0x1c0)](calculatePerformance);}catch(_0x3835e1){_0x270613['WnNns'](debug,_0x1f2888(0x169)+_0x3835e1['toString']());}}static async[a39_0x40f5df(0x1c1)](_0x2f4e7f,_0x513303){const _0x2263e0=a39_0x40f5df;_0x513303['test_run_uuid']=TestDetails[_0x2263e0(0x145)](_0x2f4e7f),await this[_0x2263e0(0x142)]([_0x513303]);}static async['reportLogs'](_0x4908ab){const _0x869cae=a39_0x40f5df,_0x2f36fd={};_0x2f36fd[_0x869cae(0x1a3)]=_0x869cae(0x1d6);const _0x58153a=_0x2f36fd,_0x86b0bd={};_0x86b0bd[_0x869cae(0x19d)]=_0x58153a[_0x869cae(0x1a3)],_0x86b0bd[_0x869cae(0x14d)]=_0x4908ab,await SessionHandler[_0x869cae(0x19b)](_0x86b0bd);}async[a39_0x40f5df(0x19a)](_0x3f26f4,_0x198aaf,_0x42d855,_0x5c3661){const _0x2fc2f3=a39_0x40f5df,_0x4e8f05={'NQWNy':'hook','dRPZD':'javascript','UQhco':_0x2fc2f3(0x152),'bZPfj':function(_0x558b8f,_0x158801){return _0x558b8f>=_0x158801;},'IoXYB':function(_0x1140b6,_0x52ea31){return _0x1140b6===_0x52ea31;},'JHUCL':_0x2fc2f3(0x172),'tRyaG':function(_0x29242e,_0x10c51a){return _0x29242e>_0x10c51a;},'EEddl':_0x2fc2f3(0x1a6),'EHpfj':function(_0x30ceaf,_0x37fd51){return _0x30ceaf(_0x37fd51);},'GYmuV':function(_0x49633e,_0x3d4c51,_0x278584){return _0x49633e(_0x3d4c51,_0x278584);},'OsFuh':_0x2fc2f3(0x1c9),'hSmAO':_0x2fc2f3(0x12c)},_0x150015=this[_0x2fc2f3(0x193)](_0x3f26f4,_0x198aaf),_0xe063fe=this[_0x2fc2f3(0x1c4)][_0x150015],_0x777b39={'uuid':_0xe063fe['uuid'],'type':_0x4e8f05['NQWNy'],'hook_type':this[_0x2fc2f3(0x185)](_0x198aaf['title']),'name':_0x198aaf['title'],'scope':this['getScope'](_0x198aaf),'scopes':this[_0x2fc2f3(0x1f3)](_0x3f26f4),'body':{'lang':_0x4e8f05[_0x2fc2f3(0x153)],'code':null},'identifier':_0x150015,'file_name':path['relative'](process[_0x2fc2f3(0x1e5)](),_0x3f26f4[_0x2fc2f3(0x191)]['file']),'location':path['relative'](process[_0x2fc2f3(0x1e5)](),_0x3f26f4[_0x2fc2f3(0x191)][_0x2fc2f3(0x132)]),'result':_0x4e8f05[_0x2fc2f3(0x209)],'duration_in_ms':_0x4e8f05[_0x2fc2f3(0x1a8)](_0x198aaf[_0x2fc2f3(0x1f9)],0x0)?_0x198aaf[_0x2fc2f3(0x1f9)]:undefined,'vc_filepath':this[_0x2fc2f3(0x14a)]&&_0x3f26f4['location'][_0x2fc2f3(0x132)]?path[_0x2fc2f3(0x1f1)](this[_0x2fc2f3(0x14a)],_0x3f26f4[_0x2fc2f3(0x191)]['file']):undefined,'started_at':_0xe063fe[_0x2fc2f3(0x165)],'finished_at':_0xe063fe[_0x2fc2f3(0x14e)],'framework':FRAMEWORKS[_0x2fc2f3(0x171)]};if(_0x4e8f05[_0x2fc2f3(0x194)](_0x42d855,_0x4e8f05[_0x2fc2f3(0x149)])){const {steps:_0x476ab4,logs:_0x411cf0}=this[_0x2fc2f3(0x18e)](_0x198aaf[_0x2fc2f3(0x192)],_0xe063fe[_0x2fc2f3(0x1be)],_0x4e8f05['NQWNy']);_0x411cf0&&_0x4e8f05[_0x2fc2f3(0x188)](_0x411cf0[_0x2fc2f3(0x202)],0x0)&&await MyReporter[_0x2fc2f3(0x142)](_0x411cf0);const _0x42c5d3={};_0x42c5d3[_0x2fc2f3(0x192)]=_0x476ab4,_0x777b39[_0x2fc2f3(0x19f)]=_0x42c5d3;if(_0x198aaf['error']){_0x777b39['result']=_0x4e8f05['EEddl'],_0x777b39[_0x2fc2f3(0x1d5)]=_0x4e8f05[_0x2fc2f3(0x1ef)](removeAnsiColors,_0x198aaf[_0x2fc2f3(0x1ab)][_0x2fc2f3(0x1b5)]),_0x777b39[_0x2fc2f3(0x1f4)]=_0x4e8f05[_0x2fc2f3(0x1ef)](getFailureType,_0x198aaf[_0x2fc2f3(0x1ab)][_0x2fc2f3(0x1b5)]);const _0x2083d4=_0x4e8f05[_0x2fc2f3(0x20b)](failureData,_0x198aaf[_0x2fc2f3(0x1ab)],_0x4e8f05[_0x2fc2f3(0x1d2)]);if(_0x2083d4&&_0x4e8f05[_0x2fc2f3(0x194)](_0x2083d4[_0x2fc2f3(0x202)],0x0)){const _0x3bfa7e={};_0x3bfa7e[_0x2fc2f3(0x1dd)]=[_0x777b39[_0x2fc2f3(0x1d5)]],_0x3bfa7e[_0x2fc2f3(0x155)]=[],_0x2083d4[_0x2fc2f3(0x17c)](_0x3bfa7e);}_0x777b39[_0x2fc2f3(0x1e2)]=_0x2083d4;}else _0x777b39[_0x2fc2f3(0x1e6)]=_0x4e8f05[_0x2fc2f3(0x182)];}const _0x521431={};_0x521431['event_type']=_0x42d855,_0x521431[_0x2fc2f3(0x210)]=_0x777b39;const _0x5c678b=_0x521431;await SessionHandler[_0x2fc2f3(0x19b)](_0x5c678b);}[a39_0x40f5df(0x18e)](_0x25568e,_0x5b5e32,_0x50af78){const _0x29f582=a39_0x40f5df,_0x13c476={'fUgxF':function(_0x241bb4,_0x4c6bdb){return _0x241bb4===_0x4c6bdb;},'SCTqK':_0x29f582(0x1bd),'xbYnA':_0x29f582(0x1b8),'OJmYB':_0x29f582(0x1f8),'FDoyB':function(_0x54bd0f,_0x2f992d){return _0x54bd0f===_0x2f992d;},'rBcJm':'test','qyAMU':_0x29f582(0x187),'tWhLB':_0x29f582(0x1e3),'efsqI':_0x29f582(0x159),'NmBso':_0x29f582(0x1a6),'HaGnh':_0x29f582(0x12c),'dITen':function(_0x15a969,_0x4c14e0){return _0x15a969(_0x4c14e0);},'koLNl':function(_0x44b580){return _0x44b580();},'LdWyn':function(_0x390b3d,_0x6ab8e8){return _0x390b3d(_0x6ab8e8);},'eVibx':function(_0x155e9f,_0x51cc3f,_0x597a7e){return _0x155e9f(_0x51cc3f,_0x597a7e);}},_0x32334e=[],_0x45cfb2=[],_0x282b7f=_0x25568e[_0x29f582(0x1d3)](_0x247ffc=>{const _0x5f2e51=_0x29f582;if(_0x13c476[_0x5f2e51(0x1e0)](_0x247ffc[_0x5f2e51(0x164)],_0x13c476['SCTqK'])&&(_0x13c476[_0x5f2e51(0x1e0)](_0x247ffc[_0x5f2e51(0x12e)],_0x13c476[_0x5f2e51(0x1e9)])||_0x13c476[_0x5f2e51(0x1e0)](_0x247ffc[_0x5f2e51(0x12e)],_0x13c476[_0x5f2e51(0x1ff)])))return![];return!![];}),_0x13923b=(_0x53c9ce,_0x1c6245=![])=>{const _0x376b90=_0x29f582;if(_0x13c476[_0x376b90(0x150)](_0x53c9ce['steps'][_0x376b90(0x202)],0x0)){const _0x2309cb=_0x13c476['FDoyB'](_0x50af78,_0x13c476[_0x376b90(0x1bf)])?_0x13c476[_0x376b90(0x18d)]:_0x13c476[_0x376b90(0x1eb)];_0x45cfb2[_0x376b90(0x17c)]({'kind':_0x13c476['efsqI'],[_0x2309cb]:_0x5b5e32,'message':_0x53c9ce[_0x376b90(0x12e)],'timestamp':_0x53c9ce['startTime'][_0x376b90(0x16b)](),'level':_0x53c9ce['error']?_0x13c476[_0x376b90(0x1a4)]:_0x13c476[_0x376b90(0x13f)],'duration':_0x53c9ce['duration'],'failure':_0x53c9ce[_0x376b90(0x1ab)]&&_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)]&&_0x13c476[_0x376b90(0x1c7)](removeAnsiColors,_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)]),'failure_type':_0x13c476['dITen'](getFailureType,_0x53c9ce['error']&&_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)])});}else{!_0x1c6245&&_0x32334e['push']({'id':_0x13c476[_0x376b90(0x1b6)](uuidv4),'text':_0x53c9ce[_0x376b90(0x12e)],'keyword':undefined,'started_at':_0x53c9ce[_0x376b90(0x131)][_0x376b90(0x16b)](),'duration':_0x53c9ce[_0x376b90(0x1f9)],'result':_0x53c9ce[_0x376b90(0x1ab)]?_0x13c476['NmBso']:_0x13c476[_0x376b90(0x13f)],'failure':_0x53c9ce[_0x376b90(0x1ab)]&&_0x53c9ce['error'][_0x376b90(0x1b5)]&&_0x13c476[_0x376b90(0x1c7)](removeAnsiColors,_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)]),'failure_type':_0x13c476[_0x376b90(0x13a)](getFailureType,_0x53c9ce[_0x376b90(0x1ab)]&&_0x53c9ce[_0x376b90(0x1ab)][_0x376b90(0x1b5)])});for(const _0x2c05a5 of _0x53c9ce[_0x376b90(0x192)]){_0x13c476[_0x376b90(0x198)](_0x13923b,_0x2c05a5,!![]);}}};for(const _0x5f3b6c of _0x282b7f){_0x13c476['eVibx'](_0x13923b,_0x5f3b6c,![]);}const _0x3b18a4={};return _0x3b18a4[_0x29f582(0x192)]=_0x32334e,_0x3b18a4[_0x29f582(0x14d)]=_0x45cfb2,_0x3b18a4;}async[a39_0x40f5df(0x15c)](_0x533624,_0x4793e1,_0x33ae0e){const _0x4e110f=a39_0x40f5df,_0x38f074={'RAasU':_0x4e110f(0x205),'NJVju':'javascript','ZpFuC':_0x4e110f(0x152),'SaBvd':function(_0x1f34db,_0x41829b){return _0x1f34db(_0x41829b);},'VKOcI':function(_0x137486,_0x1b4c11,_0x5703d4,_0x51333b,_0x22d188){return _0x137486(_0x1b4c11,_0x5703d4,_0x51333b,_0x22d188);},'wjjye':function(_0x1149bf,_0x30d6e5){return _0x1149bf>_0x30d6e5;},'ioXXn':function(_0x1b1f17,_0x1f608d){return _0x1b1f17-_0x1f608d;},'ANyEa':function(_0x1b31db,_0x49970c){return _0x1b31db===_0x49970c;},'RTQEm':_0x4e110f(0x173),'DKLvo':function(_0x5ee757,_0x3b1627){return _0x5ee757===_0x3b1627;},'AIbKD':function(_0x23f420,_0x4166f4){return _0x23f420===_0x4166f4;},'XdiqI':_0x4e110f(0x1bb),'ZAPwl':_0x4e110f(0x12c),'iuFwq':_0x4e110f(0x1a6),'QYblr':function(_0x503e56,_0x3adfae){return _0x503e56===_0x3adfae;},'MKgDa':_0x4e110f(0x179),'FOfNt':_0x4e110f(0x16d),'aMekc':function(_0x33198e,_0x31c433){return _0x33198e(_0x31c433);},'WBCwR':function(_0x59a63f,_0x53a577,_0x49eabc){return _0x59a63f(_0x53a577,_0x49eabc);}},_0x3144ea=this[_0x4e110f(0x1c3)](_0x533624),_0x269746=this[_0x4e110f(0x206)](_0x533624),_0x324121=this[_0x4e110f(0x1c4)][_0x3144ea],_0x4110f9=path[_0x4e110f(0x1f1)](process[_0x4e110f(0x1e5)](),_0x533624[_0x4e110f(0x191)][_0x4e110f(0x132)]);await this[_0x4e110f(0x20f)]();const _0x214a1b={'uuid':_0x324121[_0x4e110f(0x1be)],'type':_0x38f074[_0x4e110f(0x1d0)],'name':_0x533624[_0x4e110f(0x12e)],'body':{'lang':_0x38f074[_0x4e110f(0x200)],'code':_0x533624['fn'][_0x4e110f(0x1f2)]()},'scope':_0x269746,'scopes':this['getHierarchy'](_0x533624),'identifier':_0x3144ea,'file_name':_0x4110f9,'location':_0x4110f9,'result':_0x38f074[_0x4e110f(0x190)],'duration_in_ms':_0x33ae0e&&_0x33ae0e[_0x4e110f(0x1f9)]?_0x33ae0e[_0x4e110f(0x1f9)]:null,'vc_filepath':this[_0x4e110f(0x14a)]&&_0x533624[_0x4e110f(0x191)][_0x4e110f(0x132)]?path[_0x4e110f(0x1f1)](this[_0x4e110f(0x14a)],_0x533624[_0x4e110f(0x191)][_0x4e110f(0x132)]):undefined,'started_at':_0x324121[_0x4e110f(0x165)],'finished_at':_0x324121[_0x4e110f(0x14e)],'framework':FRAMEWORKS[_0x4e110f(0x171)],'customRerunParam':{'rerun_name':_0x533624[_0x4e110f(0x1d7)]()[_0x4e110f(0x161)]('\x20')},'tags':_0x38f074['SaBvd'](getTagsFromTitle,_0x533624[_0x4e110f(0x12e)])};_0x38f074[_0x4e110f(0x151)](appendTesthubParams,_0x214a1b,_0x4793e1,_0x533624,FRAMEWORKS[_0x4e110f(0x171)]);_0x33ae0e&&_0x38f074[_0x4e110f(0x1b0)](_0x33ae0e[_0x4e110f(0x140)],0x0)&&(_0x214a1b['retry_of']=TestDetails[_0x4e110f(0x145)](this[_0x4e110f(0x166)](_0x533624,_0x38f074[_0x4e110f(0x16c)](_0x33ae0e[_0x4e110f(0x140)],0x1))));if(_0x38f074[_0x4e110f(0x1bc)](_0x4793e1,_0x38f074[_0x4e110f(0x1ae)])){_0x214a1b[_0x4e110f(0x1e6)]=_0x33ae0e[_0x4e110f(0x136)];if(_0x38f074['DKLvo'](_0x33ae0e[_0x4e110f(0x136)],_0x533624['expectedStatus']))_0x214a1b['result']=_0x38f074[_0x4e110f(0x207)](_0x33ae0e[_0x4e110f(0x136)],_0x38f074[_0x4e110f(0x147)])?_0x38f074['XdiqI']:_0x38f074[_0x4e110f(0x13b)];else{(_0x38f074[_0x4e110f(0x1bc)](_0x214a1b['result'],_0x38f074[_0x4e110f(0x13b)])||_0x38f074[_0x4e110f(0x1bc)](_0x214a1b['result'],_0x38f074['iuFwq'])||_0x38f074[_0x4e110f(0x1ad)](_0x214a1b[_0x4e110f(0x1e6)],_0x38f074[_0x4e110f(0x1e7)]))&&(_0x214a1b[_0x4e110f(0x1e6)]=_0x38f074[_0x4e110f(0x19e)]);if(_0x38f074[_0x4e110f(0x207)](_0x33ae0e['status'],_0x38f074[_0x4e110f(0x13b)])&&_0x38f074['AIbKD'](_0x533624[_0x4e110f(0x1b9)],_0x38f074[_0x4e110f(0x19e)])){const _0x238806={};_0x238806[_0x4e110f(0x1b5)]=_0x38f074['FOfNt'],_0x238806[_0x4e110f(0x1aa)]=_0x38f074[_0x4e110f(0x1da)],_0x33ae0e['error']=_0x238806,_0x33ae0e['errors']=[_0x33ae0e[_0x4e110f(0x1ab)]];}}const _0xc63edd=this[_0x4e110f(0x166)](_0x533624,_0x33ae0e[_0x4e110f(0x140)]);_0x214a1b['hooks']=this[_0x4e110f(0x17a)][_0xc63edd];const {steps:_0x3299ef,logs:_0x3f328f}=this[_0x4e110f(0x18e)](_0x33ae0e['steps'],_0x324121[_0x4e110f(0x1be)],_0x38f074['RAasU']);await MyReporter[_0x4e110f(0x142)](_0x3f328f);const _0x16961={};_0x16961[_0x4e110f(0x192)]=_0x3299ef,_0x214a1b[_0x4e110f(0x19f)]=_0x16961;if(_0x33ae0e[_0x4e110f(0x1ab)]){_0x214a1b[_0x4e110f(0x1d5)]=_0x38f074[_0x4e110f(0x146)](removeAnsiColors,_0x33ae0e[_0x4e110f(0x1ab)][_0x4e110f(0x1b5)]),_0x214a1b[_0x4e110f(0x1f4)]=_0x38f074[_0x4e110f(0x133)](getFailureType,_0x33ae0e[_0x4e110f(0x1ab)][_0x4e110f(0x1b5)]);const _0x4b8634={};_0x4b8634[_0x4e110f(0x187)]=_0x324121[_0x4e110f(0x1be)];const {failureData:_0x5830f4,logs:_0x45d03c}=_0x38f074[_0x4e110f(0x141)](getFailureData,_0x33ae0e[_0x4e110f(0x156)],_0x4b8634);if(_0x5830f4&&_0x38f074[_0x4e110f(0x1ad)](_0x5830f4[_0x4e110f(0x202)],0x0)){const _0x54b14c={};_0x54b14c[_0x4e110f(0x1dd)]=[_0x214a1b['failure_reason']],_0x54b14c[_0x4e110f(0x155)]=[],_0x5830f4[_0x4e110f(0x17c)](_0x54b14c);}_0x214a1b[_0x4e110f(0x1e2)]=_0x5830f4,_0x45d03c&&_0x38f074[_0x4e110f(0x1b0)](_0x45d03c[_0x4e110f(0x202)],0x0)&&await MyReporter[_0x4e110f(0x142)](_0x45d03c);}}const _0x469074={};_0x469074[_0x4e110f(0x19d)]=_0x4793e1,_0x469074[_0x4e110f(0x1a0)]=_0x214a1b;const _0x30bcee=_0x469074;await SessionHandler['uploadEventData'](_0x30bcee);}static async['sendSessionDetails'](_0x36b738,_0x3f5904){const _0x1e1e75=a39_0x40f5df,_0x16debb={'pqRwA':function(_0xef758d,_0x75ee4c){return _0xef758d(_0x75ee4c);},'EVPmv':'CBTSessionCreated'},_0x30d1fc={'uuid':TestDetails[_0x1e1e75(0x145)](_0x36b738),'integrations':_0x3f5904},_0x47bec4={};_0x47bec4[_0x1e1e75(0x13d)]=null,_0x16debb[_0x1e1e75(0x17d)](debug,'Sending\x20session\x20details\x20for\x20'+_0x36b738+',\x20'+util['inspect'](_0x3f5904,_0x47bec4));const _0x220575={};_0x220575['event_type']=_0x16debb[_0x1e1e75(0x167)],_0x220575[_0x1e1e75(0x1a0)]=_0x30d1fc,await SessionHandler[_0x1e1e75(0x19b)](_0x220575);}async[a39_0x40f5df(0x20f)](){const _0x1eccab=a39_0x40f5df,_0x4d226e={'KYBpo':function(_0x386b13){return _0x386b13();}};if(this[_0x1eccab(0x1cf)])return;const _0x388087=await _0x4d226e[_0x1eccab(0x1d9)](getGitMetaData);_0x388087&&(this['_gitConfigPath']=_0x388087[_0x1eccab(0x176)]),this[_0x1eccab(0x1cf)]=!![];}[a39_0x40f5df(0x1f3)](_0x2f5718){const _0x3be990=a39_0x40f5df,_0x11ae8a={};_0x11ae8a[_0x3be990(0x201)]=function(_0x384efb,_0x2820ae){return _0x384efb!==_0x2820ae;};const _0xa419=_0x11ae8a,_0x279fd3=[];if(_0x2f5718&&_0x2f5718['parent']){let _0x309bab=_0x2f5718[_0x3be990(0x144)];while(_0x309bab&&_0xa419['SLJHE'](_0x309bab['title'],'')){_0x279fd3[_0x3be990(0x17c)](_0x309bab[_0x3be990(0x12e)]),_0x309bab=_0x309bab['parent'];}}return _0x279fd3['reverse']()[_0x3be990(0x1af)](0x0,0x2),_0x279fd3;}[a39_0x40f5df(0x148)](_0x4a07c9){const _0xca7768=a39_0x40f5df,_0x311fbe={};_0x311fbe[_0xca7768(0x20d)]=function(_0x995a70,_0x466f9d){return _0x995a70!==_0x466f9d;},_0x311fbe[_0xca7768(0x175)]=_0xca7768(0x1bd),_0x311fbe['eFCch']=function(_0x44675e,_0x125d79){return _0x44675e===_0x125d79;},_0x311fbe[_0xca7768(0x12d)]=_0xca7768(0x211),_0x311fbe['eAkin']=_0xca7768(0x186),_0x311fbe[_0xca7768(0x1ca)]=_0xca7768(0x1c6),_0x311fbe['Aatye']=_0xca7768(0x1df);const _0x558adc=_0x311fbe;if(_0x558adc[_0xca7768(0x20d)](_0x4a07c9[_0xca7768(0x164)],_0x558adc[_0xca7768(0x175)]))return![];if(_0x558adc['eFCch']([_0x558adc[_0xca7768(0x12d)],_0x558adc[_0xca7768(0x183)],_0x558adc[_0xca7768(0x1ca)],_0x558adc[_0xca7768(0x12f)]][_0xca7768(0x162)](_0x4a07c9[_0xca7768(0x12e)]),-0x1))return![];return!![];}[a39_0x40f5df(0x193)](_0x304288,_0x391663){const _0x90a3e5=a39_0x40f5df,_0x354532=_0x391663[_0x90a3e5(0x1b3)];if(_0x354532)return _0x354532;return _0x391663[_0x90a3e5(0x12e)]+_0x90a3e5(0x19c)+this[_0x90a3e5(0x1c3)](_0x304288);}['setStepIdentifier'](_0x1b2b12,_0x4d98a8){const _0xd488bc=a39_0x40f5df,_0x47d83f={'oNNzE':function(_0x4287b0){return _0x4287b0();}};let _0x14e2a1=_0x4d98a8[_0xd488bc(0x12e)]+_0xd488bc(0x19c)+this['getTestIdentifier'](_0x1b2b12);return this['_tests'][_0x14e2a1]&&(_0x14e2a1=_0x14e2a1+'\x20-\x20'+_0x47d83f[_0xd488bc(0x1ec)](uuidv4)),_0x4d98a8[_0xd488bc(0x1b3)]=_0x14e2a1,_0x14e2a1;}[a39_0x40f5df(0x1c3)]=_0x5ee8b2=>{const _0x2b24b7=a39_0x40f5df,_0x57edbb={};_0x57edbb['rmGqW']=function(_0x37b288,_0x675ee3){return _0x37b288+_0x675ee3;},_0x57edbb[_0x2b24b7(0x16a)]=function(_0x10fbae,_0x3f328c){return _0x10fbae+_0x3f328c;};const _0x56da0e=_0x57edbb;return _0x56da0e[_0x2b24b7(0x20a)](_0x56da0e['doIyw'](_0x5ee8b2[_0x2b24b7(0x199)],'-'),_0x5ee8b2['id']);};[a39_0x40f5df(0x166)]=(_0xd700f9,_0x65a8a8)=>{const _0x10ecdd=a39_0x40f5df,_0x93d93b={};_0x93d93b['dZnhH']=function(_0x3c8932,_0x569c75){return _0x3c8932+_0x569c75;},_0x93d93b[_0x10ecdd(0x1f7)]=function(_0x20c6b7,_0x2b7455){return _0x20c6b7+_0x2b7455;};const _0x4624df=_0x93d93b;return _0x4624df[_0x10ecdd(0x17f)](_0x4624df['AHdcZ'](this['getTestIdentifier'](_0xd700f9),'-'),_0x65a8a8);};[a39_0x40f5df(0x185)]=_0x4fb4e0=>{const _0x4742f5=a39_0x40f5df,_0x4b9f9b={};_0x4b9f9b[_0x4742f5(0x1cb)]=_0x4742f5(0x211),_0x4b9f9b[_0x4742f5(0x17e)]=_0x4742f5(0x137),_0x4b9f9b[_0x4742f5(0x1ba)]='beforeAll\x20hook',_0x4b9f9b[_0x4742f5(0x130)]=_0x4742f5(0x1cc),_0x4b9f9b[_0x4742f5(0x1e4)]=_0x4742f5(0x1df),_0x4b9f9b[_0x4742f5(0x196)]='AFTER_EACH',_0x4b9f9b['KfoPY']=_0x4742f5(0x1c6),_0x4b9f9b['Bflvu']=_0x4742f5(0x13c),_0x4b9f9b[_0x4742f5(0x163)]=_0x4742f5(0x16f);const _0x1c210d=_0x4b9f9b;if(_0x4fb4e0['startsWith'](_0x1c210d[_0x4742f5(0x1cb)]))return _0x1c210d[_0x4742f5(0x17e)];else{if(_0x4fb4e0['startsWith'](_0x1c210d['vtjHD']))return _0x1c210d[_0x4742f5(0x130)];else{if(_0x4fb4e0[_0x4742f5(0x189)](_0x1c210d[_0x4742f5(0x1e4)]))return _0x1c210d['OKCNB'];else{if(_0x4fb4e0[_0x4742f5(0x189)](_0x1c210d['KfoPY']))return _0x1c210d[_0x4742f5(0x1ac)];}}}return _0x1c210d[_0x4742f5(0x163)];};[a39_0x40f5df(0x206)]=_0x4bf296=>{const _0x506a48=a39_0x40f5df,_0x1648da={};_0x1648da['otGah']=function(_0x1d15b2,_0x2494e1){return _0x1d15b2===_0x2494e1;},_0x1648da['UPYhC']=_0x506a48(0x1b7);const _0x28320b=_0x1648da;let _0x52c432=_0x4bf296[_0x506a48(0x144)];return _0x28320b[_0x506a48(0x1fd)](typeof _0x4bf296[_0x506a48(0x144)],_0x28320b[_0x506a48(0x195)])&&(_0x52c432=_0x52c432[_0x506a48(0x12e)]),_0x52c432+'\x20-\x20'+_0x4bf296[_0x506a48(0x12e)];};[a39_0x40f5df(0x160)](){return![];}}module[a39_0x40f5df(0x1a1)]=o11yClassErrorHandler(MyReporter,[a39_0x40f5df(0x180),a39_0x40f5df(0x143),a39_0x40f5df(0x1de),'onTestEnd','onStepBegin',a39_0x40f5df(0x1ce),a39_0x40f5df(0x1e1)],a39_0x40f5df(0x158));
@@ -1 +1 @@
1
- const a40_0x52291a=a40_0x27d9;(function(_0x9ca546,_0x2c0c97){const _0x26abbd=a40_0x27d9,_0xfbaeee=_0x9ca546();while(!![]){try{const _0x94cd6=parseInt(_0x26abbd(0x1df))/0x1+-parseInt(_0x26abbd(0x1c9))/0x2*(parseInt(_0x26abbd(0x1c7))/0x3)+-parseInt(_0x26abbd(0x1d8))/0x4*(-parseInt(_0x26abbd(0x1bf))/0x5)+parseInt(_0x26abbd(0x1c4))/0x6+parseInt(_0x26abbd(0x1d0))/0x7+-parseInt(_0x26abbd(0x1e4))/0x8*(parseInt(_0x26abbd(0x1db))/0x9)+-parseInt(_0x26abbd(0x1bd))/0xa;if(_0x94cd6===_0x2c0c97)break;else _0xfbaeee['push'](_0xfbaeee['shift']());}catch(_0x5c610a){_0xfbaeee['push'](_0xfbaeee['shift']());}}}(a40_0x1c19,0x7c4e6));const fs=require('fs'),path=require(a40_0x52291a(0x1d7)),{v4:uuidv4}=require(a40_0x52291a(0x1af)),{TEMP_STORE_DIR_NAME}=require(a40_0x52291a(0x1ad)),{nestedKeyValue}=require(a40_0x52291a(0x1d3));function a40_0x1c19(){const _0x377989=['getFilePath','getStoreDirName','parse','existsSync','47224GYLIcu','__projectId','.json','string','rjRZk','HyzET','GtvQW','cwd','Xtprg','../../../helpers/test-observability/constants','recursive','uuid','env','writeFileSync','xnhbF','shutdown','force','DNpNg','dirPath','_test','testId','rmSync','toString','getTestRunIdFromTestInfo','setup','5092890HcPEbn','setTestDetails','145YeFJni','_projectId','zJwdg','BS_TESTOPS_BUILD_HASHED_ID','setAccessibilityPlatformValidation','2286990ZioyEs','readFileSync','mqQQJ','33puWlGU','mkdirSync','18822qRncbM','retry','_platformDetails.json','aXVuh','exports','gJUWr','WXHOx','3882620kuYgiG','BmfsQ','getTestDetails','../../../helpers/helper','getProjectIdFromTestInfo','getTestIdFromTestInfo','bMsmt','path','10004fsgzLT','ilyfC','join','747XKAejB','tests','getAccessibilityPlatformValidation','pilUr','603563vcBugV'];a40_0x1c19=function(){return _0x377989;};return a40_0x1c19();}function a40_0x27d9(_0x4e0bc5,_0x2cd12b){const _0x1c19c3=a40_0x1c19();return a40_0x27d9=function(_0x27d908,_0x38bba2){_0x27d908=_0x27d908-0x1a5;let _0x461130=_0x1c19c3[_0x27d908];return _0x461130;},a40_0x27d9(_0x4e0bc5,_0x2cd12b);}class TestDetails{static [a40_0x52291a(0x1dc)]={};static [a40_0x52291a(0x1b6)]=path[a40_0x52291a(0x1da)](process[a40_0x52291a(0x1ab)](),TestDetails[a40_0x52291a(0x1e1)]());static[a40_0x52291a(0x1bc)](){const _0x3d61d6=a40_0x52291a;this[_0x3d61d6(0x1b3)]();const _0x4b8a20={};_0x4b8a20[_0x3d61d6(0x1ae)]=!![],fs[_0x3d61d6(0x1c8)](this['dirPath'],_0x4b8a20);}static[a40_0x52291a(0x1e1)](){const _0x6cbbd1=a40_0x52291a,_0x35a1d8={};_0x35a1d8[_0x6cbbd1(0x1cc)]=function(_0xbb8324,_0xa15fdb){return _0xbb8324+_0xa15fdb;},_0x35a1d8[_0x6cbbd1(0x1a9)]=function(_0x11e01a,_0x24b660){return _0x11e01a+_0x24b660;};const _0xb8082f=_0x35a1d8;return _0xb8082f[_0x6cbbd1(0x1cc)](_0xb8082f[_0x6cbbd1(0x1a9)](TEMP_STORE_DIR_NAME,'-'),process[_0x6cbbd1(0x1b0)][_0x6cbbd1(0x1c2)]);}static[a40_0x52291a(0x1e0)](_0x377ffd){const _0x24bbc1=a40_0x52291a,_0x48db53={};_0x48db53[_0x24bbc1(0x1b2)]=function(_0x362569,_0x5547fd){return _0x362569+_0x5547fd;},_0x48db53[_0x24bbc1(0x1ac)]=_0x24bbc1(0x1a6);const _0x390038=_0x48db53;return path[_0x24bbc1(0x1da)](this['dirPath'],_0x390038[_0x24bbc1(0x1b2)](_0x377ffd,_0x390038[_0x24bbc1(0x1ac)]));}static[a40_0x52291a(0x1bb)](_0x5e41d1){const _0x4244a8=a40_0x52291a,_0x14f06b={};_0x14f06b[_0x4244a8(0x1a8)]=function(_0x119b36,_0x579ec0){return _0x119b36+_0x579ec0;},_0x14f06b[_0x4244a8(0x1cf)]=function(_0x29aae5,_0x40f6ab){return _0x29aae5+_0x40f6ab;},_0x14f06b[_0x4244a8(0x1ce)]=function(_0xf3ac07,_0x3bbd3e){return _0xf3ac07+_0x3bbd3e;};const _0x48e379=_0x14f06b;return _0x48e379[_0x4244a8(0x1a8)](_0x48e379['WXHOx'](_0x48e379['rjRZk'](_0x48e379[_0x4244a8(0x1ce)](this[_0x4244a8(0x1d4)](_0x5e41d1),'-'),this[_0x4244a8(0x1d5)](_0x5e41d1)),'-'),_0x5e41d1[_0x4244a8(0x1ca)]);}static['getProjectIdFromTestInfo'](_0x51192b){const _0xac7069=a40_0x52291a,_0x5fad95={'ilyfC':function(_0x4a19b2,_0x37d5f1,_0x5af5e9){return _0x4a19b2(_0x37d5f1,_0x5af5e9);},'GtvQW':_0xac7069(0x1b7),'pilUr':_0xac7069(0x1c0),'bMsmt':'project','mqQQJ':_0xac7069(0x1a5)};return _0x5fad95[_0xac7069(0x1d9)](nestedKeyValue,_0x51192b,[_0x5fad95[_0xac7069(0x1aa)],_0x5fad95[_0xac7069(0x1de)]])||_0x5fad95[_0xac7069(0x1d9)](nestedKeyValue,_0x51192b,[_0x5fad95[_0xac7069(0x1d6)],_0x5fad95[_0xac7069(0x1c6)]]);}static['getTestIdFromTestInfo'](_0x2ce922){const _0x2f96ce=a40_0x52291a,_0x4a3e20={'zJwdg':function(_0x4be93a,_0x2bc441,_0x28a4d3){return _0x4be93a(_0x2bc441,_0x28a4d3);},'RUWez':_0x2f96ce(0x1b7)};return _0x4a3e20[_0x2f96ce(0x1c1)](nestedKeyValue,_0x2ce922,[_0x4a3e20['RUWez'],'id'])||_0x2ce922[_0x2f96ce(0x1b8)];}static['getTestUUID'](_0xdee3e2){const _0x3dfb2f=a40_0x52291a,_0x48061f={'BmfsQ':function(_0x4b5737,_0x3e31a3){return _0x4b5737===_0x3e31a3;},'DNpNg':_0x3dfb2f(0x1a7),'jTZQI':function(_0x1dba09){return _0x1dba09();}};if(this[_0x3dfb2f(0x1dc)][_0xdee3e2]&&_0x48061f[_0x3dfb2f(0x1d1)](typeof this[_0x3dfb2f(0x1dc)][_0xdee3e2][_0x3dfb2f(0x1af)],_0x48061f[_0x3dfb2f(0x1b5)]))return this[_0x3dfb2f(0x1dc)][_0xdee3e2][_0x3dfb2f(0x1af)];const _0x4a0f7e=this[_0x3dfb2f(0x1e0)](_0xdee3e2);if(fs['existsSync'](_0x4a0f7e)){const _0x1d4f61=JSON[_0x3dfb2f(0x1e2)](fs[_0x3dfb2f(0x1c5)](_0x4a0f7e)[_0x3dfb2f(0x1ba)]());return this[_0x3dfb2f(0x1dc)][_0xdee3e2]=_0x1d4f61,this[_0x3dfb2f(0x1dc)][_0xdee3e2][_0x3dfb2f(0x1af)];}return this[_0x3dfb2f(0x1dc)][_0xdee3e2]={'uuid':_0x48061f['jTZQI'](uuidv4)},fs['writeFileSync'](_0x4a0f7e,JSON['stringify'](this['tests'][_0xdee3e2])),this[_0x3dfb2f(0x1dc)][_0xdee3e2][_0x3dfb2f(0x1af)];}static[a40_0x52291a(0x1dd)](_0x3288a3){const _0x33d3ff=a40_0x52291a,_0x4deba2=path[_0x33d3ff(0x1da)](this[_0x33d3ff(0x1b6)],_0x3288a3+_0x33d3ff(0x1cb));if(fs[_0x33d3ff(0x1e3)](_0x4deba2))return fs['readFileSync'](_0x4deba2)['toString']();}static[a40_0x52291a(0x1c3)](_0x282050,_0x33d268){const _0x504694=a40_0x52291a,_0x2d7df=path[_0x504694(0x1da)](this[_0x504694(0x1b6)],_0x33d268+'_platformDetails.json');fs[_0x504694(0x1b1)](_0x2d7df,_0x282050[_0x504694(0x1ba)]());}static[a40_0x52291a(0x1b3)](){const _0x4a0cca=a40_0x52291a,_0x47372b={};_0x47372b['recursive']=!![],_0x47372b[_0x4a0cca(0x1b4)]=!![],fs[_0x4a0cca(0x1b9)](this[_0x4a0cca(0x1b6)],_0x47372b);}static[a40_0x52291a(0x1d2)](_0x3b5791){const _0x22b2fc=a40_0x52291a;if(this[_0x22b2fc(0x1dc)][_0x3b5791])return this['tests'][_0x3b5791];const _0x59621c=this[_0x22b2fc(0x1e0)](_0x3b5791);if(fs[_0x22b2fc(0x1e3)](_0x59621c)){const _0x1facc1=JSON[_0x22b2fc(0x1e2)](fs['readFileSync'](_0x59621c)[_0x22b2fc(0x1ba)]());return this[_0x22b2fc(0x1dc)][_0x3b5791]=_0x1facc1,_0x1facc1;}return{};}static[a40_0x52291a(0x1be)](_0x7b1a1a,_0xa23d85){const _0x3270b7=a40_0x52291a,_0x2402bc=this[_0x3270b7(0x1e0)](_0x7b1a1a);if(fs[_0x3270b7(0x1e3)](_0x2402bc)){const _0x438c31=JSON[_0x3270b7(0x1e2)](fs['readFileSync'](_0x2402bc)['toString']()),_0x194a4e={..._0x438c31,..._0xa23d85};this[_0x3270b7(0x1dc)][_0x7b1a1a]=_0x194a4e;}else this[_0x3270b7(0x1dc)][_0x7b1a1a]=_0xa23d85;fs['writeFileSync'](_0x2402bc,this[_0x3270b7(0x1dc)][_0x7b1a1a]);}}module[a40_0x52291a(0x1cd)]=TestDetails;
1
+ const a40_0x530314=a40_0x5574;function a40_0x2754(){const _0x258e8d=['getTestUUID','bxfyH','27579078MqhAyT','ZqtVk','retry','getStoreDirName','setup','1943476mVUumD','EhTku','getTestRunIdFromTestInfo','5119746aVuoYK','shutdown','toString','6773370JtJqXE','QNSmc','../../../helpers/helper','jwWph','1442qTZmBV','getTestIdFromTestInfo','_platformDetails.json','cwd','WmIEG','project','exports','3YZAbsq','getAccessibilityPlatformValidation','IbrXe','JoiAH','lgvup','ZsmcH','lbCgm','dirPath','WndDJ','niEYM','string','uuid','1829560kibAzU','../../../helpers/test-observability/constants','getFilePath','518426KofHJO','hnPib','_test','existsSync','AAWpC','38952rYavhn','readFileSync','parse','getProjectIdFromTestInfo','setTestDetails','VUPJZ','rmSync','.json','tests','join','path','env','mkdirSync','testId','recursive','writeFileSync'];a40_0x2754=function(){return _0x258e8d;};return a40_0x2754();}(function(_0x3c6df7,_0x4ab0ea){const _0x1c7f79=a40_0x5574,_0x4a195b=_0x3c6df7();while(!![]){try{const _0x2b3452=parseInt(_0x1c7f79(0x195))/0x1+-parseInt(_0x1c7f79(0x192))/0x2+parseInt(_0x1c7f79(0x186))/0x3*(-parseInt(_0x1c7f79(0x175))/0x4)+-parseInt(_0x1c7f79(0x17b))/0x5+parseInt(_0x1c7f79(0x178))/0x6+-parseInt(_0x1c7f79(0x17f))/0x7*(parseInt(_0x1c7f79(0x19a))/0x8)+parseInt(_0x1c7f79(0x170))/0x9;if(_0x2b3452===_0x4ab0ea)break;else _0x4a195b['push'](_0x4a195b['shift']());}catch(_0x1d0f1b){_0x4a195b['push'](_0x4a195b['shift']());}}}(a40_0x2754,0xa575a));function a40_0x5574(_0x5a46c7,_0xf9cc9d){const _0x275419=a40_0x2754();return a40_0x5574=function(_0x55740b,_0x4baaf4){_0x55740b=_0x55740b-0x168;let _0x204ba1=_0x275419[_0x55740b];return _0x204ba1;},a40_0x5574(_0x5a46c7,_0xf9cc9d);}const fs=require('fs'),path=require(a40_0x530314(0x168)),{v4:uuidv4}=require(a40_0x530314(0x191)),{TEMP_STORE_DIR_NAME}=require(a40_0x530314(0x193)),{nestedKeyValue}=require(a40_0x530314(0x17d));class TestDetails{static [a40_0x530314(0x1a2)]={};static [a40_0x530314(0x18d)]=path[a40_0x530314(0x1a3)](process[a40_0x530314(0x182)](),TestDetails[a40_0x530314(0x173)]());static[a40_0x530314(0x174)](){const _0x172cc8=a40_0x530314;this[_0x172cc8(0x179)]();const _0x40b531={};_0x40b531[_0x172cc8(0x16c)]=!![],fs[_0x172cc8(0x16a)](this[_0x172cc8(0x18d)],_0x40b531);}static[a40_0x530314(0x173)](){const _0x4592da=a40_0x530314,_0x8caed1={};_0x8caed1['AAWpC']=function(_0x31b8f2,_0x59dbed){return _0x31b8f2+_0x59dbed;},_0x8caed1[_0x4592da(0x171)]=function(_0x227d38,_0x2af6c5){return _0x227d38+_0x2af6c5;};const _0x345d6f=_0x8caed1;return _0x345d6f[_0x4592da(0x199)](_0x345d6f[_0x4592da(0x171)](TEMP_STORE_DIR_NAME,'-'),process[_0x4592da(0x169)]['BS_TESTOPS_BUILD_HASHED_ID']);}static[a40_0x530314(0x194)](_0x4e4b90){const _0x56a93a=a40_0x530314,_0x4b4c08={};_0x4b4c08[_0x56a93a(0x17e)]=function(_0x137f51,_0x3ef614){return _0x137f51+_0x3ef614;},_0x4b4c08[_0x56a93a(0x188)]=_0x56a93a(0x1a1);const _0x2b310a=_0x4b4c08;return path[_0x56a93a(0x1a3)](this[_0x56a93a(0x18d)],_0x2b310a['jwWph'](_0x4e4b90,_0x2b310a[_0x56a93a(0x188)]));}static[a40_0x530314(0x177)](_0x292801){const _0x12e28b=a40_0x530314,_0x72e5e8={};_0x72e5e8[_0x12e28b(0x18b)]=function(_0x993ade,_0x263525){return _0x993ade+_0x263525;},_0x72e5e8['bxfyH']=function(_0x443143,_0x3c2085){return _0x443143+_0x3c2085;};const _0x293a03=_0x72e5e8;return _0x293a03[_0x12e28b(0x18b)](_0x293a03[_0x12e28b(0x16f)](_0x293a03[_0x12e28b(0x16f)](_0x293a03[_0x12e28b(0x16f)](this[_0x12e28b(0x19d)](_0x292801),'-'),this[_0x12e28b(0x180)](_0x292801)),'-'),_0x292801[_0x12e28b(0x172)]);}static[a40_0x530314(0x19d)](_0x11c670){const _0x1480a1=a40_0x530314,_0x975553={'SGmCr':function(_0x574d4d,_0x49757d,_0x2b3f50){return _0x574d4d(_0x49757d,_0x2b3f50);},'VUPJZ':_0x1480a1(0x197),'niEYM':'_projectId','WndDJ':function(_0xf70a11,_0x358442,_0x446f28){return _0xf70a11(_0x358442,_0x446f28);},'JoiAH':_0x1480a1(0x184),'WmIEG':'__projectId'};return _0x975553['SGmCr'](nestedKeyValue,_0x11c670,[_0x975553[_0x1480a1(0x19f)],_0x975553[_0x1480a1(0x18f)]])||_0x975553[_0x1480a1(0x18e)](nestedKeyValue,_0x11c670,[_0x975553[_0x1480a1(0x189)],_0x975553[_0x1480a1(0x183)]]);}static[a40_0x530314(0x180)](_0x351c66){const _0x512ccb=a40_0x530314,_0x3ed397={'QNSmc':function(_0x1d1c07,_0x619923,_0x18e4ed){return _0x1d1c07(_0x619923,_0x18e4ed);},'lbCgm':'_test'};return _0x3ed397[_0x512ccb(0x17c)](nestedKeyValue,_0x351c66,[_0x3ed397[_0x512ccb(0x18c)],'id'])||_0x351c66[_0x512ccb(0x16b)];}static[a40_0x530314(0x16e)](_0x13cab0){const _0x3f974=a40_0x530314,_0x4e3fa4={'lgvup':function(_0x35dccf,_0x423ebc){return _0x35dccf===_0x423ebc;},'EhTku':_0x3f974(0x190),'hnPib':function(_0x491447){return _0x491447();}};if(this[_0x3f974(0x1a2)][_0x13cab0]&&_0x4e3fa4[_0x3f974(0x18a)](typeof this[_0x3f974(0x1a2)][_0x13cab0][_0x3f974(0x191)],_0x4e3fa4[_0x3f974(0x176)]))return this['tests'][_0x13cab0][_0x3f974(0x191)];const _0xdfe786=this[_0x3f974(0x194)](_0x13cab0);if(fs[_0x3f974(0x198)](_0xdfe786)){const _0x14e1d8=JSON[_0x3f974(0x19c)](fs[_0x3f974(0x19b)](_0xdfe786)[_0x3f974(0x17a)]());return this[_0x3f974(0x1a2)][_0x13cab0]=_0x14e1d8,this[_0x3f974(0x1a2)][_0x13cab0]['uuid'];}return this[_0x3f974(0x1a2)][_0x13cab0]={'uuid':_0x4e3fa4[_0x3f974(0x196)](uuidv4)},fs['writeFileSync'](_0xdfe786,JSON['stringify'](this['tests'][_0x13cab0])),this[_0x3f974(0x1a2)][_0x13cab0][_0x3f974(0x191)];}static[a40_0x530314(0x187)](_0xde4afe){const _0x2a83ef=a40_0x530314,_0x19ca3b=path[_0x2a83ef(0x1a3)](this['dirPath'],_0xde4afe+_0x2a83ef(0x181));if(fs['existsSync'](_0x19ca3b))return fs[_0x2a83ef(0x19b)](_0x19ca3b)['toString']();}static['setAccessibilityPlatformValidation'](_0x1bea3c,_0x510515){const _0xb5f359=a40_0x530314,_0x519c79=path[_0xb5f359(0x1a3)](this[_0xb5f359(0x18d)],_0x510515+'_platformDetails.json');fs[_0xb5f359(0x16d)](_0x519c79,_0x1bea3c['toString']());}static[a40_0x530314(0x179)](){const _0x1ee213=a40_0x530314,_0x1ff71b={};_0x1ff71b[_0x1ee213(0x16c)]=!![],_0x1ff71b['force']=!![],fs[_0x1ee213(0x1a0)](this[_0x1ee213(0x18d)],_0x1ff71b);}static['getTestDetails'](_0x4b7ef9){const _0x24e21d=a40_0x530314;if(this['tests'][_0x4b7ef9])return this['tests'][_0x4b7ef9];const _0x39b06e=this['getFilePath'](_0x4b7ef9);if(fs[_0x24e21d(0x198)](_0x39b06e)){const _0x243d16=JSON[_0x24e21d(0x19c)](fs[_0x24e21d(0x19b)](_0x39b06e)['toString']());return this[_0x24e21d(0x1a2)][_0x4b7ef9]=_0x243d16,_0x243d16;}return{};}static[a40_0x530314(0x19e)](_0x2b51dd,_0x2077a8){const _0x1eb015=a40_0x530314,_0x31fdee=this[_0x1eb015(0x194)](_0x2b51dd);if(fs['existsSync'](_0x31fdee)){const _0x589d2c=JSON[_0x1eb015(0x19c)](fs['readFileSync'](_0x31fdee)[_0x1eb015(0x17a)]()),_0x101767={..._0x589d2c,..._0x2077a8};this[_0x1eb015(0x1a2)][_0x2b51dd]=_0x101767;}else this[_0x1eb015(0x1a2)][_0x2b51dd]=_0x2077a8;fs['writeFileSync'](_0x31fdee,this['tests'][_0x2b51dd]);}}module[a40_0x530314(0x185)]=TestDetails;
@@ -1 +1 @@
1
- const a41_0x204e5a=a41_0x2447;(function(_0x1929ef,_0x4a7a3b){const _0xcb58c0=a41_0x2447,_0x5edb90=_0x1929ef();while(!![]){try{const _0x58bb5b=-parseInt(_0xcb58c0(0x10d))/0x1*(-parseInt(_0xcb58c0(0x182))/0x2)+-parseInt(_0xcb58c0(0x146))/0x3*(parseInt(_0xcb58c0(0x136))/0x4)+parseInt(_0xcb58c0(0x121))/0x5+parseInt(_0xcb58c0(0x109))/0x6*(parseInt(_0xcb58c0(0x14b))/0x7)+parseInt(_0xcb58c0(0x102))/0x8+-parseInt(_0xcb58c0(0x15a))/0x9*(parseInt(_0xcb58c0(0x177))/0xa)+-parseInt(_0xcb58c0(0x16b))/0xb;if(_0x58bb5b===_0x4a7a3b)break;else _0x5edb90['push'](_0x5edb90['shift']());}catch(_0x1ed795){_0x5edb90['push'](_0x5edb90['shift']());}}}(a41_0x2e8f,0xe9fb7));function a41_0x2447(_0x276728,_0xc252fd){const _0x2e8f15=a41_0x2e8f();return a41_0x2447=function(_0x24474b,_0x58404a){_0x24474b=_0x24474b-0xec;let _0x13add3=_0x2e8f15[_0x24474b];return _0x13add3;},a41_0x2447(_0x276728,_0xc252fd);}function a41_0x2e8f(){const _0x46c168=['102BHjRxG','ZvUIn','Not\x20able\x20to\x20import\x20crConnection','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','126404msuZrP','Error\x20in\x20importing\x20crConnection','vRMGg','server','wsEndpoint','patch','params','wYgMP','ixtZO','testInfo','upqrT','debug','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','oTIBD','firefox','playwright-','Connection','exports','automate','caps','4014715tddYab','kcIDk','Performing\x20scan\x20for\x20','ekkvt','__workerDetails','connectOptions','../../helpers/accessibility-automation/helper','channel','mnaQi','platform','chrome','rJKww','Error\x20in\x20importing\x20connection\x20','platformDetails','gnhCn','dAQxt','../../helpers/test-observability/utils','lib','format','browser','ZRHTZ','12ofDwVC','iAiCU','pXyTb','dispatch','patchConnection','YUwpa','patchCRConnection','cispK','env','assign','join','prototype','method','sessionId','sendMessageToServer','PIKVG','1744410XxtBlk','fromEntries','setupBrowserDetails','IhUjn','apply','522949akwPSI','Failed\x20to\x20perform\x20scan\x20','client','__driver','OGtci','CGIez','PXwnN','pwPage','use','chromium','browser_version','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','_connection','browserstack','currentSessionDetails','261xWUZZp','MjaGE','../../bin/playwright/accessibility-helper','KZRej','platformName','currentTest','connection.js','cloudProvider','UwmGF','bsSessionId','capabilities','LCiVX','dEqGD','sessionError','unknown_grid','crConnection.js','platformVersion','5664956mzjPKF','query','tFRhw','_name','bStackParams','CRConnection','url','includes','bstackPerformA11yScan','Not\x20able\x20to\x20import\x20Connection','_onMessage','Page','481090nkQlyZ','FSwBH','LGOEI','hzmgl','toString','LySab','njisf','FwsdN','FibBy','local_grid','platform_version','16eEMpmh','project','OoQUv','NlvOG','entries','_defaultConnectOptions','defineProperty','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','fVzxf','WEBIA','getDetails','GwWuM','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','ozFVK','KlLgg','accessibilityPlatform','isRemote','performScan','BROWSERSTACK_TEST_OBSERVABILITY','./accessibility-helper','product','LTPkr','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','parse','12230112gElLNX','Error\x20in\x20finding\x20platform\x20details\x20','titlePath','kjrGQ','browserName','teEpj','shouldWrapCommand'];a41_0x2e8f=function(){return _0x46c168;};return a41_0x2e8f();}const path=require('path'),url=require(a41_0x204e5a(0x171)),util=require('util'),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a41_0x204e5a(0x131)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x204e5a(0x127)),logger=require('../../helpers/logger')['winstonLogger'],scripts=require('../../helpers/accessibility-automation/scripts'),{browserStackExecuteDriver}=require(a41_0x204e5a(0x15c)),AccessibilityHelper=require(a41_0x204e5a(0xfd)),getBrowserNameFromChannel=_0xce7cd8=>{const _0x436747=a41_0x204e5a,_0x2178b7={};_0x2178b7[_0x436747(0x17f)]=_0x436747(0x12b),_0x2178b7[_0x436747(0x15b)]='edge',_0x2178b7[_0x436747(0x145)]=_0x436747(0x11b),_0x2178b7[_0x436747(0x117)]='safari';const _0x1a63ce=_0x2178b7;if(_0xce7cd8[_0x436747(0x172)](_0x1a63ce[_0x436747(0x17f)]))return _0x1a63ce[_0x436747(0x17f)];if(_0xce7cd8[_0x436747(0x172)](_0x1a63ce[_0x436747(0x15b)]))return _0x1a63ce['MjaGE'];if(_0xce7cd8[_0x436747(0x172)](_0x1a63ce[_0x436747(0x145)]))return _0x1a63ce['PIKVG'];if(_0xce7cd8[_0x436747(0x172)](_0x1a63ce[_0x436747(0x117)]))return _0x1a63ce[_0x436747(0x117)];},getBrowserFromWSEndpoint=_0xd91b0f=>{const _0x11a540=a41_0x204e5a,_0x10172e={'pXyTb':_0x11a540(0x12b),'LTPkr':function(_0x35e445,_0x390f5a){return _0x35e445(_0x390f5a);}};try{const _0x585a4a=url['parse'](_0xd91b0f),_0x9357b0=new URLSearchParams(_0x585a4a[_0x11a540(0x16c)]),_0x590078=Object[_0x11a540(0x147)](_0x9357b0[_0x11a540(0xee)]()),_0x3b87c1=JSON[_0x11a540(0x101)](_0x590078[_0x11a540(0x120)]);if(_0x3b87c1&&(_0x3b87c1[_0x11a540(0x134)]||_0x3b87c1[_0x11a540(0x106)]))return _0x3b87c1['browser']||_0x3b87c1[_0x11a540(0x106)];return _0x10172e[_0x11a540(0x138)];}catch(_0x5ac54e){_0x10172e[_0x11a540(0xff)](debug,_0x11a540(0xf6)+_0x5ac54e['toString']());}},getCloudProviderFromWsEndpoint=_0x499ff9=>{const _0x5eec89=a41_0x204e5a,_0x2a2ac3={};_0x2a2ac3[_0x5eec89(0x15d)]='browserstack.com',_0x2a2ac3[_0x5eec89(0x122)]=_0x5eec89(0x158),_0x2a2ac3[_0x5eec89(0xf3)]=_0x5eec89(0x168);const _0x356d89=_0x2a2ac3;if(_0x499ff9['includes'](_0x356d89[_0x5eec89(0x15d)]))return _0x356d89[_0x5eec89(0x122)];return _0x356d89['WEBIA'];},a41_0x37cb22={};a41_0x37cb22[a41_0x204e5a(0x161)]=undefined,a41_0x37cb22[a41_0x204e5a(0x163)]=undefined,a41_0x37cb22['browser']=undefined,a41_0x37cb22['browser_version']=undefined,a41_0x37cb22[a41_0x204e5a(0x12a)]=undefined,a41_0x37cb22['platform_version']=undefined,a41_0x37cb22[a41_0x204e5a(0xfe)]=undefined,a41_0x37cb22[a41_0x204e5a(0x164)]={};class PlaywrightSessionDetails{static [a41_0x204e5a(0x159)]=a41_0x37cb22;constructor(){const _0xd71750=a41_0x204e5a,_0x366b95={};_0x366b95[_0xd71750(0x137)]=_0xd71750(0x10c);const _0x55c578=_0x366b95;throw new Error(_0x55c578['iAiCU']);}static ['sessionError']=null;static[a41_0x204e5a(0x148)](_0xd26722,_0x344aae,_0x14606d=null){const _0x27141b=a41_0x204e5a,_0x4e7757={'NlvOG':_0x27141b(0x180),'oTIBD':function(_0x206bd4,_0x31de95,_0x1accfc){return _0x206bd4(_0x31de95,_0x1accfc);},'FwsdN':_0x27141b(0x183),'ozFVK':_0x27141b(0x153),'OGtci':_0x27141b(0x126),'flyKb':function(_0x5df261,_0x216436){return _0x5df261(_0x216436);},'tuBbd':function(_0x3d67bf,_0x405f28){return _0x3d67bf===_0x405f28;},'GwWuM':'browserstack','dbsfp':_0x27141b(0x11f),'YlfLH':function(_0x520462,_0x5edaac){return _0x520462(_0x5edaac);},'ZRHTZ':function(_0x4cc1af,_0x9bb3fb){return _0x4cc1af(_0x9bb3fb);},'ekkvt':function(_0x1bdb9d,_0xfdd279){return _0x1bdb9d+_0xfdd279;},'qjozB':_0x27141b(0x11c),'wYgMP':function(_0x5890db){return _0x5890db();},'ixtZO':function(_0x497767,_0x4cd209,_0x3fcc0c){return _0x497767(_0x4cd209,_0x3fcc0c);},'njisf':_0x27141b(0x148)},_0x322480=this;return _0x4e7757[_0x27141b(0x115)](o11yErrorHandler,async function _0xb81058(_0x553ab9,_0x268cda,_0x28f56b=null){const _0x4ff076=_0x27141b;let _0x4f5175=_0x553ab9[_0x4ff076(0x16e)];const _0x445e31=_0x553ab9['version']();let _0x442e26=null,_0x2f9c2c=null,_0x2e6a6a=null,_0x2e1892=_0x4e7757[_0x4ff076(0xed)];if(_0x553ab9[_0x4ff076(0x157)][_0x4ff076(0xfa)]()||global[_0x4ff076(0xf9)]){const _0x4a174a=_0x553ab9['_browserType'][_0x4ff076(0xef)]||_0x4e7757[_0x4ff076(0x11a)](nestedKeyValue,_0x268cda,[_0x4e7757[_0x4ff076(0x17e)],_0x4e7757[_0x4ff076(0xf7)],_0x4e7757[_0x4ff076(0x14f)]]),_0x4923f1=_0x28f56b||_0x4a174a&&_0x4a174a[_0x4ff076(0x111)];_0x4923f1&&(_0x2e1892=_0x4e7757['flyKb'](getCloudProviderFromWsEndpoint,_0x4923f1),_0x4e7757['tuBbd'](_0x2e1892,_0x4e7757[_0x4ff076(0xf5)])&&(_0x2e6a6a=_0x4e7757['dbsfp'],_0x4f5175=_0x4e7757['YlfLH'](getBrowserFromWSEndpoint,_0x4923f1)||_0x4f5175,_0x442e26=_0x322480[_0x4ff076(0x159)][_0x4ff076(0x12a)],_0x2f9c2c=_0x322480[_0x4ff076(0x159)][_0x4ff076(0x181)]));}else{_0x268cda&&_0x268cda[_0x4ff076(0x183)][_0x4ff076(0x153)][_0x4ff076(0x128)]?_0x4f5175=_0x4e7757[_0x4ff076(0x135)](getBrowserNameFromChannel,_0x268cda[_0x4ff076(0x183)]['use'][_0x4ff076(0x128)]):_0x4f5175=_0x4e7757[_0x4ff076(0x124)](_0x4e7757['qjozB'],_0x4f5175['toLowerCase']());const _0x549666=await _0x4e7757[_0x4ff076(0x114)](getPlatformDetails);_0x442e26=_0x549666[_0x4ff076(0x15e)],_0x2f9c2c=_0x549666[_0x4ff076(0x16a)];}const _0x779037={};_0x779037[_0x4ff076(0x134)]=_0x4f5175,_0x779037[_0x4ff076(0x155)]=_0x445e31,_0x779037[_0x4ff076(0x164)]={},_0x779037['platform']=_0x442e26,_0x779037[_0x4ff076(0x181)]=_0x2f9c2c,_0x779037['product']=_0x2e6a6a;const _0x50aa87=_0x779037,_0x6ff851={};_0x6ff851[_0x4ff076(0x161)]=_0x2e1892,_0x322480['currentSessionDetails']=Object[_0x4ff076(0x13f)]({},_0x322480[_0x4ff076(0x159)],_0x6ff851,_0x50aa87);},_0x4e7757[_0x27141b(0x17d)])(_0xd26722,_0x344aae,_0x14606d);}static[a41_0x204e5a(0x112)](){const _0x3617ec=a41_0x204e5a;this[_0x3617ec(0x13a)](),this[_0x3617ec(0x13c)]();}static[a41_0x204e5a(0x13a)](){const _0x31842f=a41_0x204e5a,_0x166de9={'gnhCn':function(_0x3821bc,_0x57a6e9,_0x136b89){return _0x3821bc(_0x57a6e9,_0x136b89);},'oCWVe':_0x31842f(0x15f),'UKSAg':_0x31842f(0x116),'UwmGF':_0x31842f(0x104),'rJKww':function(_0x37c38e,_0x2cb1cf,_0x290b04){return _0x37c38e(_0x2cb1cf,_0x290b04);},'MylGs':_0x31842f(0x125),'YUwpa':_0x31842f(0x152),'cotMC':function(_0x501930,_0x22a326){return _0x501930===_0x22a326;},'kjrGQ':_0x31842f(0x176),'LySab':function(_0x194985,_0xb41e34,_0x8a4af,_0x1e249d){return _0x194985(_0xb41e34,_0x8a4af,_0x1e249d);},'LCiVX':function(_0x5c23cf,_0x1951c2){return _0x5c23cf(_0x1951c2);},'JeGnr':_0x31842f(0x132),'xPPgb':_0x31842f(0x14d),'dEqGD':_0x31842f(0x160),'tFRhw':function(_0x4a0659,_0x3ca7f2){return _0x4a0659(_0x3ca7f2);},'ZvUIn':_0x31842f(0x174),'vRMGg':function(_0x38a13b,_0x4f854e){return _0x38a13b(_0x4f854e);},'IhUjn':function(_0x45d636,_0x414ffc){return _0x45d636!=_0x414ffc;},'dAQxt':function(_0x3b692d){return _0x3b692d();},'PXwnN':_0x31842f(0x144),'KlLgg':_0x31842f(0x139),'CGIez':function(_0x7db208,_0x2c6cca){return _0x7db208(_0x2c6cca);}},_0xff2ac3=this;if(!this['Connection'])try{const _0x21518c=path[_0x31842f(0x140)](_0x166de9['JeGnr'],_0x166de9['xPPgb'],_0x166de9[_0x31842f(0x166)]),_0x355f2b=_0x166de9[_0x31842f(0x165)](importFileFromPWCore,_0x21518c);!_0x355f2b?_0x166de9['tFRhw'](debug,_0x166de9[_0x31842f(0x10a)]):this[_0x31842f(0x11d)]=_0x355f2b[_0x31842f(0x11d)];}catch(_0x126a7d){_0x166de9[_0x31842f(0x10f)](debug,_0x31842f(0x12d)+_0x126a7d[_0x31842f(0x17b)]());}const _0x1ad502=this[_0x31842f(0x11d)];try{if(_0x166de9[_0x31842f(0x149)](_0x1ad502,null)){const _0x5f3273=_0x1ad502[_0x31842f(0x141)][_0x31842f(0x139)],_0x261bec=_0x1ad502[_0x31842f(0x141)]['sendMessageToServer'];_0x166de9[_0x31842f(0x130)](isAccessibilityAutomationSession)&&Object[_0x31842f(0xf0)](_0x1ad502[_0x31842f(0x141)],_0x166de9[_0x31842f(0x151)],{'get':function(){return async function(){const _0xb4fee3=a41_0x2447;try{if(!global[_0xb4fee3(0x173)]&&global[_0xb4fee3(0xf9)]&&_0x166de9[_0xb4fee3(0x12f)](nestedKeyValue,global['__workerDetails'],[_0x166de9['oCWVe'],_0x166de9['UKSAg'],_0x166de9[_0xb4fee3(0x162)]])&&_0x166de9['gnhCn'](shouldScanTestForAccessibility,global['__workerDetails'][_0xb4fee3(0x15f)]['testInfo'][_0xb4fee3(0x104)],!![])&&scripts[_0xb4fee3(0x108)](arguments[0x1])){logger[_0xb4fee3(0x118)](_0xb4fee3(0x123)+arguments[0x1]),global[_0xb4fee3(0x173)]=!![];const _0x5b7aba=_0x166de9[_0xb4fee3(0x12c)](nestedKeyValue,global,[_0x166de9['MylGs'],_0x166de9[_0xb4fee3(0x13b)]]),_0xea02aa={};_0xea02aa[_0xb4fee3(0x142)]=arguments[0x1],_0x5b7aba&&logger[_0xb4fee3(0x118)](util[_0xb4fee3(0x133)](await AccessibilityHelper[_0xb4fee3(0xfb)](_0x5b7aba,_0xea02aa)));if(_0x166de9['cotMC'](arguments[0x0]['_type'],_0x166de9[_0xb4fee3(0x105)])&&global[_0xb4fee3(0x14e)]){const _0x46afc7={};_0x46afc7[_0xb4fee3(0x142)]=arguments[0x1],await _0x166de9[_0xb4fee3(0x17c)](browserStackExecuteDriver,global['__driver'],scripts[_0xb4fee3(0xfb)],_0x46afc7);}}}catch(_0x32bdae){logger['debug'](_0xb4fee3(0x14c)+util[_0xb4fee3(0x133)](_0x32bdae));}return global['bstackPerformA11yScan']=![],_0x261bec[_0xb4fee3(0x14a)](this,arguments);};}}),!_0x166de9[_0x31842f(0x16d)](isFalse,process[_0x31842f(0x13e)][_0x31842f(0xfc)])&&Object[_0x31842f(0xf0)](_0x1ad502[_0x31842f(0x141)],_0x166de9[_0x31842f(0xf8)],{'get':function(){return function _0x2ae6fc(_0x25f7be){const _0x3d8273=a41_0x2447,_0x4dc0b5=_0x25f7be&&_0x25f7be['params']&&_0x25f7be[_0x3d8273(0x113)]['bsParams'];if(_0x4dc0b5){const _0xbc891f=_0x4dc0b5[_0x3d8273(0x143)],_0x2d0dfa=_0x4dc0b5[_0x3d8273(0x12e)];_0x2d0dfa&&(_0x166de9[_0x3d8273(0x165)](debug,_0x3d8273(0xf1)+_0x2d0dfa[_0x3d8273(0x17b)]()),_0xff2ac3[_0x3d8273(0x159)][_0x3d8273(0x12a)]=_0x2d0dfa[_0x3d8273(0x15e)],_0xff2ac3[_0x3d8273(0x159)]['platform_version']=_0x2d0dfa[_0x3d8273(0x16a)]),_0xbc891f&&(_0x166de9[_0x3d8273(0x165)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0xbc891f),_0xff2ac3[_0x3d8273(0x159)]['bsSessionId']=_0xbc891f);}return _0x5f3273[_0x3d8273(0x14a)](this,arguments);};}});}}catch(_0x11ae28){_0x166de9[_0x31842f(0x150)](debug,'Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20'+_0x11ae28),_0xff2ac3[_0x31842f(0x167)]=_0x11ae28[_0x31842f(0x17b)]();}}static['patchCRConnection'](){const _0x5caa6f=a41_0x204e5a,_0x17d807={'cispK':function(_0x17a995,_0x45ba67){return _0x17a995(_0x45ba67);},'fVzxf':function(_0x622d38){return _0x622d38();},'ppNXn':_0x5caa6f(0x132),'hgMwG':_0x5caa6f(0x110),'hzmgl':_0x5caa6f(0x154),'Aknyv':_0x5caa6f(0x169),'mnaQi':function(_0x4d06da,_0x2d0c70){return _0x4d06da(_0x2d0c70);},'Rkrmg':_0x5caa6f(0x10b),'teEpj':_0x5caa6f(0x10e),'FSwBH':function(_0x3495ad,_0x32760e){return _0x3495ad!=_0x32760e;},'OoQUv':_0x5caa6f(0x175),'LGOEI':function(_0x3e50f9,_0x581923){return _0x3e50f9(_0x581923);}},_0x571ae9=this;if(_0x17d807[_0x5caa6f(0xf2)](isAccessibilityAutomationSession)){let _0x20076a=null;try{const _0x204a8b=path[_0x5caa6f(0x140)](_0x17d807['ppNXn'],_0x17d807['hgMwG'],_0x17d807[_0x5caa6f(0x17a)],_0x17d807['Aknyv']),_0x6a98f=_0x17d807[_0x5caa6f(0x129)](importFileFromPWCore,_0x204a8b);!_0x6a98f?_0x17d807[_0x5caa6f(0x13d)](debug,_0x17d807['Rkrmg']):_0x20076a=_0x6a98f[_0x5caa6f(0x170)];}catch(_0x5ab6c9){_0x17d807['mnaQi'](debug,_0x17d807[_0x5caa6f(0x107)]);}try{if(_0x17d807[_0x5caa6f(0x178)](_0x20076a,null)){const _0x4a393d=_0x20076a['prototype']['_onMessage'];Object[_0x5caa6f(0xf0)](_0x20076a[_0x5caa6f(0x141)],_0x17d807[_0x5caa6f(0xec)],{'get':function(){return function _0x163ec3(_0x1e7d47){const _0x2b889f=a41_0x2447;try{const _0x5e308f=_0x1e7d47[_0x2b889f(0x16f)];if(_0x5e308f){delete _0x1e7d47[_0x2b889f(0x16f)];const _0x32b094=_0x5e308f[_0x2b889f(0x143)],_0x1166b3=_0x5e308f['platformDetails'];_0x1166b3&&(_0x17d807[_0x2b889f(0x13d)](debug,_0x2b889f(0x100)+_0x1166b3[_0x2b889f(0x17b)]()),_0x571ae9[_0x2b889f(0x159)][_0x2b889f(0x12a)]=_0x1166b3[_0x2b889f(0x15e)],_0x571ae9[_0x2b889f(0x159)][_0x2b889f(0x181)]=_0x1166b3['platformVersion']),_0x32b094&&(_0x17d807[_0x2b889f(0x13d)](debug,_0x2b889f(0x156)+_0x32b094),_0x571ae9['currentSessionDetails'][_0x2b889f(0x163)]=_0x32b094);}}catch(_0x23b453){_0x17d807['cispK'](debug,_0x2b889f(0x103)+_0x23b453['toString']());}return _0x4a393d['apply'](this,arguments);};}});}}catch(_0x2972e1){_0x17d807[_0x5caa6f(0x179)](debug,_0x5caa6f(0x119)+_0x2972e1),_0x571ae9[_0x5caa6f(0x167)]=_0x2972e1[_0x5caa6f(0x17b)]();}}}static[a41_0x204e5a(0xf4)](){const _0x26f8f7=a41_0x204e5a;return this[_0x26f8f7(0x159)];}}module[a41_0x204e5a(0x11e)]=PlaywrightSessionDetails;
1
+ const a41_0x33d8c1=a41_0xe404;(function(_0x5c5ee8,_0x15da35){const _0x180b66=a41_0xe404,_0x6ab0dc=_0x5c5ee8();while(!![]){try{const _0x20a934=-parseInt(_0x180b66(0x16e))/0x1*(parseInt(_0x180b66(0x190))/0x2)+parseInt(_0x180b66(0x120))/0x3+-parseInt(_0x180b66(0x1b6))/0x4+parseInt(_0x180b66(0x13f))/0x5+-parseInt(_0x180b66(0x16a))/0x6+-parseInt(_0x180b66(0x18a))/0x7+-parseInt(_0x180b66(0x1a4))/0x8*(-parseInt(_0x180b66(0x19a))/0x9);if(_0x20a934===_0x15da35)break;else _0x6ab0dc['push'](_0x6ab0dc['shift']());}catch(_0x2965b8){_0x6ab0dc['push'](_0x6ab0dc['shift']());}}}(a41_0x5495,0x7c24d));function a41_0xe404(_0x5e61e3,_0x220f7e){const _0x5495db=a41_0x5495();return a41_0xe404=function(_0xe40475,_0x5bfd40){_0xe40475=_0xe40475-0x11b;let _0x1878c8=_0x5495db[_0xe40475];return _0x1878c8;},a41_0xe404(_0x5e61e3,_0x220f7e);}function a41_0x5495(){const _0x45f5c3=['currentSessionDetails','caps','roxgt','DfmKs','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','jyxpt','kwExq','dnbqN','KyaAL','ihMmu','platformName','dispatch','platform_version','assign','DmyEq','format','sessionError','bstackPerformA11yScan','sessionId','NuOkf','../../helpers/accessibility-automation/helper','../../helpers/logger','../../helpers/test-observability/error-handler','accessibilityPlatform','../../bin/playwright/accessibility-helper','heysp','_browserType','EaBhE','Ywfov','yFrtc','parse','_type','browserName','firefox','pwPage','QhYMe','client','iskDU','currentTest','debug','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','186198fkpTMT','Connection','lib','__workerDetails','876581gVEonr','fromEntries','shouldWrapCommand','browserstack.com','NOknc','zBOFT','Error\x20in\x20finding\x20platform\x20details\x20','env','WNCCg','join','lNlql','getDetails','crConnection.js','aHdYR','use','apply','JOIph','nvQUL','prototype','jCNUw','wjcnk','PbBKK','Performing\x20scan\x20for\x20','wsEndpoint','util','OLipw','BnxoH','KEOvQ','3633434gXLRWr','bsSessionId','EchYl','browser_version','./accessibility-helper','chrome','2MMZWlV','mdlYk','Rtzxz','connection.js','OdShV','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','patchConnection','gZyCe','testInfo','performScan','99JjxtIv','platformVersion','entries','UJDZm','gUgkZ','hKZEc','../../helpers/test-observability/utils','OyMGh','TrzeS','cloudProvider','211176ldzkkF','playwright-','CRConnection','_onMessage','chromium','_connection','server','automate','browserstack','local_grid','isRemote','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','platformDetails','setupBrowserDetails','Failed\x20to\x20perform\x20scan\x20','safari','query','capabilities','246220dpPWKW','../../helpers/helper','unknown_grid','Error\x20in\x20importing\x20connection\x20','defineProperty','tKPAF','project','_defaultConnectOptions','oWHYa','2095113XlZgtJ','titlePath','includes','BROWSERSTACK_TEST_OBSERVABILITY','../../helpers/accessibility-automation/scripts','edge','sendMessageToServer','__driver','url','browser','gKGYH','sCZBL','htWfs','rKIFU','method','XZwyM','fMhnZ','platform','channel','params','toString','patchCRConnection','oPoAi','Error\x20in\x20importing\x20crConnection','iEdfP','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','EFBjx','Not\x20able\x20to\x20import\x20Connection','exports','product','Page','5039930oCoFQS','RZSAq'];a41_0x5495=function(){return _0x45f5c3;};return a41_0x5495();}const path=require('path'),url=require(a41_0x33d8c1(0x128)),util=require(a41_0x33d8c1(0x186)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a41_0x33d8c1(0x1b7)),{o11yErrorHandler}=require(a41_0x33d8c1(0x157)),{debug,getPlatformDetails}=require(a41_0x33d8c1(0x1a0)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x33d8c1(0x155)),logger=require(a41_0x33d8c1(0x156))['winstonLogger'],scripts=require(a41_0x33d8c1(0x124)),{browserStackExecuteDriver}=require(a41_0x33d8c1(0x159)),AccessibilityHelper=require(a41_0x33d8c1(0x18e)),getBrowserNameFromChannel=_0x5644db=>{const _0x175116=a41_0x33d8c1,_0xb22743={};_0xb22743[_0x175116(0x17f)]=_0x175116(0x18f),_0xb22743[_0x175116(0x11c)]=_0x175116(0x125),_0xb22743['hKZEc']=_0x175116(0x162),_0xb22743['JOIph']=_0x175116(0x1b3);const _0x4af8bd=_0xb22743;if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x17f)]))return _0x4af8bd[_0x175116(0x17f)];if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x11c)]))return _0x4af8bd[_0x175116(0x11c)];if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x19f)]))return _0x4af8bd['hKZEc'];if(_0x5644db[_0x175116(0x122)](_0x4af8bd[_0x175116(0x17e)]))return _0x4af8bd['JOIph'];},getBrowserFromWSEndpoint=_0x19fd79=>{const _0x27ea94=a41_0x33d8c1,_0x561eda={'EFBjx':'chrome','roxgt':function(_0x8761c,_0x5aca20){return _0x8761c(_0x5aca20);}};try{const _0x13afd3=url[_0x27ea94(0x15f)](_0x19fd79),_0xc96c7=new URLSearchParams(_0x13afd3[_0x27ea94(0x1b4)]),_0x17ef2b=Object[_0x27ea94(0x16f)](_0xc96c7[_0x27ea94(0x19c)]()),_0x5545d1=JSON[_0x27ea94(0x15f)](_0x17ef2b[_0x27ea94(0x142)]);if(_0x5545d1&&(_0x5545d1[_0x27ea94(0x129)]||_0x5545d1[_0x27ea94(0x161)]))return _0x5545d1[_0x27ea94(0x129)]||_0x5545d1[_0x27ea94(0x161)];return _0x561eda[_0x27ea94(0x13a)];}catch(_0x320a2a){_0x561eda[_0x27ea94(0x143)](debug,_0x27ea94(0x1af)+_0x320a2a['toString']());}},getCloudProviderFromWsEndpoint=_0x5cdc99=>{const _0x1514f6=a41_0x33d8c1,_0x4b0486={};_0x4b0486['uTiax']=_0x1514f6(0x171),_0x4b0486[_0x1514f6(0x12c)]=_0x1514f6(0x1ac),_0x4b0486[_0x1514f6(0x1a2)]=_0x1514f6(0x1b8);const _0x184799=_0x4b0486;if(_0x5cdc99['includes'](_0x184799['uTiax']))return _0x184799['htWfs'];return _0x184799['TrzeS'];},a41_0xe5d063={};a41_0xe5d063[a41_0x33d8c1(0x1a3)]=undefined,a41_0xe5d063[a41_0x33d8c1(0x18b)]=undefined,a41_0xe5d063[a41_0x33d8c1(0x129)]=undefined,a41_0xe5d063[a41_0x33d8c1(0x18d)]=undefined,a41_0xe5d063['platform']=undefined,a41_0xe5d063['platform_version']=undefined,a41_0xe5d063[a41_0x33d8c1(0x13d)]=undefined,a41_0xe5d063['capabilities']={};class PlaywrightSessionDetails{static [a41_0x33d8c1(0x141)]=a41_0xe5d063;constructor(){const _0x11efba=a41_0x33d8c1,_0x180f00={};_0x180f00[_0x11efba(0x164)]=_0x11efba(0x139);const _0x87fb5e=_0x180f00;throw new Error(_0x87fb5e['QhYMe']);}static ['sessionError']=null;static[a41_0x33d8c1(0x1b1)](_0x2fa18f,_0xef144e,_0x50b7c1=null){const _0x470750=a41_0x33d8c1,_0x578651={'jyxpt':_0x470750(0x1ad),'EQNEI':function(_0x25a415,_0x22c521,_0x267e1d){return _0x25a415(_0x22c521,_0x267e1d);},'iskDU':_0x470750(0x11d),'AbYsb':_0x470750(0x17c),'alpYM':'connectOptions','EaBhE':function(_0x1b5cbf,_0xc41ca0){return _0x1b5cbf(_0xc41ca0);},'wjcnk':function(_0xff9fd0,_0x4fd3ef){return _0xff9fd0===_0x4fd3ef;},'zBOFT':_0x470750(0x1ac),'NOknc':_0x470750(0x1ab),'VSWcZ':function(_0x121e96,_0x2023a2){return _0x121e96(_0x2023a2);},'AAFZH':function(_0x3846a5,_0x3dc05b){return _0x3846a5(_0x3dc05b);},'ihMmu':function(_0x5395ec,_0x398d83){return _0x5395ec+_0x398d83;},'Rtzxz':_0x470750(0x1a5),'NuOkf':function(_0x199de1){return _0x199de1();},'jCNUw':function(_0x55fd67,_0x400afd,_0x5c5900){return _0x55fd67(_0x400afd,_0x5c5900);},'rKIFU':'setupBrowserDetails'},_0x7697df=this;return _0x578651[_0x470750(0x181)](o11yErrorHandler,async function _0x876171(_0x3a6e69,_0x464f62,_0x471d5d=null){const _0x4ee66b=_0x470750;let _0x52c96c=_0x3a6e69['_name'];const _0x4751d1=_0x3a6e69['version']();let _0x104a20=null,_0x51824f=null,_0x523018=null,_0x3bca20=_0x578651[_0x4ee66b(0x146)];if(_0x3a6e69[_0x4ee66b(0x1a9)][_0x4ee66b(0x1ae)]()||global[_0x4ee66b(0x158)]){const _0x1995bd=_0x3a6e69[_0x4ee66b(0x15b)][_0x4ee66b(0x11e)]||_0x578651['EQNEI'](nestedKeyValue,_0x464f62,[_0x578651[_0x4ee66b(0x166)],_0x578651['AbYsb'],_0x578651['alpYM']]),_0x16b1a3=_0x471d5d||_0x1995bd&&_0x1995bd[_0x4ee66b(0x185)];_0x16b1a3&&(_0x3bca20=_0x578651[_0x4ee66b(0x15c)](getCloudProviderFromWsEndpoint,_0x16b1a3),_0x578651[_0x4ee66b(0x182)](_0x3bca20,_0x578651[_0x4ee66b(0x173)])&&(_0x523018=_0x578651[_0x4ee66b(0x172)],_0x52c96c=_0x578651['VSWcZ'](getBrowserFromWSEndpoint,_0x16b1a3)||_0x52c96c,_0x104a20=_0x7697df['currentSessionDetails'][_0x4ee66b(0x131)],_0x51824f=_0x7697df[_0x4ee66b(0x141)][_0x4ee66b(0x14d)]));}else{_0x464f62&&_0x464f62[_0x4ee66b(0x11d)][_0x4ee66b(0x17c)][_0x4ee66b(0x132)]?_0x52c96c=_0x578651['AAFZH'](getBrowserNameFromChannel,_0x464f62[_0x4ee66b(0x11d)]['use'][_0x4ee66b(0x132)]):_0x52c96c=_0x578651[_0x4ee66b(0x14a)](_0x578651[_0x4ee66b(0x192)],_0x52c96c['toLowerCase']());const _0x650288=await _0x578651[_0x4ee66b(0x154)](getPlatformDetails);_0x104a20=_0x650288[_0x4ee66b(0x14b)],_0x51824f=_0x650288[_0x4ee66b(0x19b)];}const _0x3dcbeb={};_0x3dcbeb[_0x4ee66b(0x129)]=_0x52c96c,_0x3dcbeb['browser_version']=_0x4751d1,_0x3dcbeb[_0x4ee66b(0x1b5)]={},_0x3dcbeb[_0x4ee66b(0x131)]=_0x104a20,_0x3dcbeb['platform_version']=_0x51824f,_0x3dcbeb[_0x4ee66b(0x13d)]=_0x523018;const _0xf9ddfc=_0x3dcbeb,_0x50277b={};_0x50277b['cloudProvider']=_0x3bca20,_0x7697df[_0x4ee66b(0x141)]=Object[_0x4ee66b(0x14e)]({},_0x7697df[_0x4ee66b(0x141)],_0x50277b,_0xf9ddfc);},_0x578651[_0x470750(0x12d)])(_0x2fa18f,_0xef144e,_0x50b7c1);}static['patch'](){const _0x16fcbb=a41_0x33d8c1;this[_0x16fcbb(0x196)](),this[_0x16fcbb(0x135)]();}static[a41_0x33d8c1(0x196)](){const _0x65038=a41_0x33d8c1,_0x57ad24={'EchYl':function(_0x40a8bd,_0x5a742a,_0x55e5ac){return _0x40a8bd(_0x5a742a,_0x55e5ac);},'OyMGh':_0x65038(0x167),'iEdfP':_0x65038(0x198),'JZTsG':_0x65038(0x121),'KEOvQ':function(_0x3432f1,_0x3f5c4f,_0x4d805a){return _0x3432f1(_0x3f5c4f,_0x4d805a);},'PbBKK':_0x65038(0x16d),'lNlql':_0x65038(0x163),'UJDZm':function(_0x345e86,_0x56e110){return _0x345e86===_0x56e110;},'yFrtc':_0x65038(0x13e),'gUgkZ':function(_0x36c206,_0x1ad02f,_0x575259,_0x2fe482){return _0x36c206(_0x1ad02f,_0x575259,_0x2fe482);},'aHdYR':function(_0x3ec13d,_0x4fb3e7){return _0x3ec13d(_0x4fb3e7);},'WNCCg':function(_0x132532,_0x1ef55e){return _0x132532(_0x1ef55e);},'Ywfov':_0x65038(0x16c),'qxBgs':_0x65038(0x165),'dnbqN':_0x65038(0x193),'OdShV':_0x65038(0x13b),'DfmKs':function(_0x493934,_0x13c075){return _0x493934(_0x13c075);},'heysp':function(_0x1cc4d6,_0x542d0f){return _0x1cc4d6!=_0x542d0f;},'XZwyM':function(_0x149c2a){return _0x149c2a();},'KyaAL':_0x65038(0x126),'sCZBL':function(_0x409bd1,_0x8e133a){return _0x409bd1(_0x8e133a);},'oPoAi':_0x65038(0x14c)},_0x16132b=this;if(!this[_0x65038(0x16b)])try{const _0x40468c=path['join'](_0x57ad24[_0x65038(0x15d)],_0x57ad24['qxBgs'],_0x57ad24[_0x65038(0x148)]),_0x41b78a=_0x57ad24[_0x65038(0x17b)](importFileFromPWCore,_0x40468c);!_0x41b78a?_0x57ad24[_0x65038(0x176)](debug,_0x57ad24[_0x65038(0x194)]):this['Connection']=_0x41b78a[_0x65038(0x16b)];}catch(_0x3e380d){_0x57ad24['DfmKs'](debug,_0x65038(0x1b9)+_0x3e380d['toString']());}const _0x4a7944=this[_0x65038(0x16b)];try{if(_0x57ad24[_0x65038(0x15a)](_0x4a7944,null)){const _0x571eca=_0x4a7944[_0x65038(0x180)][_0x65038(0x14c)],_0x2253bf=_0x4a7944[_0x65038(0x180)][_0x65038(0x126)];_0x57ad24[_0x65038(0x12f)](isAccessibilityAutomationSession)&&Object['defineProperty'](_0x4a7944['prototype'],_0x57ad24[_0x65038(0x149)],{'get':function(){return async function(){const _0x47736d=a41_0xe404;try{if(!global[_0x47736d(0x152)]&&global['accessibilityPlatform']&&_0x57ad24[_0x47736d(0x18c)](nestedKeyValue,global[_0x47736d(0x16d)],[_0x57ad24[_0x47736d(0x1a1)],_0x57ad24[_0x47736d(0x138)],_0x57ad24['JZTsG']])&&_0x57ad24['EchYl'](shouldScanTestForAccessibility,global[_0x47736d(0x16d)][_0x47736d(0x167)]['testInfo']['titlePath'],!![])&&scripts[_0x47736d(0x170)](arguments[0x1])){logger['debug'](_0x47736d(0x184)+arguments[0x1]),global[_0x47736d(0x152)]=!![];const _0x50ac8a=_0x57ad24[_0x47736d(0x189)](nestedKeyValue,global,[_0x57ad24[_0x47736d(0x183)],_0x57ad24[_0x47736d(0x178)]]),_0xb16e56={};_0xb16e56['method']=arguments[0x1],_0x50ac8a&&logger[_0x47736d(0x168)](util[_0x47736d(0x150)](await AccessibilityHelper[_0x47736d(0x199)](_0x50ac8a,_0xb16e56)));if(_0x57ad24[_0x47736d(0x19d)](arguments[0x0][_0x47736d(0x160)],_0x57ad24[_0x47736d(0x15e)])&&global[_0x47736d(0x127)]){const _0x244a2a={};_0x244a2a[_0x47736d(0x12e)]=arguments[0x1],await _0x57ad24[_0x47736d(0x19e)](browserStackExecuteDriver,global[_0x47736d(0x127)],scripts[_0x47736d(0x199)],_0x244a2a);}}}catch(_0xeb5ef6){logger[_0x47736d(0x168)](_0x47736d(0x1b2)+util[_0x47736d(0x150)](_0xeb5ef6));}return global[_0x47736d(0x152)]=![],_0x2253bf[_0x47736d(0x17d)](this,arguments);};}}),!_0x57ad24[_0x65038(0x12b)](isFalse,process[_0x65038(0x175)][_0x65038(0x123)])&&Object[_0x65038(0x11b)](_0x4a7944[_0x65038(0x180)],_0x57ad24[_0x65038(0x136)],{'get':function(){return function _0x2804e9(_0x7a28cd){const _0x2c7ea6=a41_0xe404,_0x3b1d6e=_0x7a28cd&&_0x7a28cd[_0x2c7ea6(0x133)]&&_0x7a28cd[_0x2c7ea6(0x133)]['bsParams'];if(_0x3b1d6e){const _0x478f40=_0x3b1d6e['sessionId'],_0x464c71=_0x3b1d6e[_0x2c7ea6(0x1b0)];_0x464c71&&(_0x57ad24['aHdYR'](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x464c71['toString']()),_0x16132b['currentSessionDetails']['platform']=_0x464c71[_0x2c7ea6(0x14b)],_0x16132b[_0x2c7ea6(0x141)][_0x2c7ea6(0x14d)]=_0x464c71[_0x2c7ea6(0x19b)]),_0x478f40&&(_0x57ad24[_0x2c7ea6(0x176)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x478f40),_0x16132b[_0x2c7ea6(0x141)][_0x2c7ea6(0x18b)]=_0x478f40);}return _0x571eca['apply'](this,arguments);};}});}}catch(_0x1ae472){_0x57ad24[_0x65038(0x144)](debug,'Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20'+_0x1ae472),_0x16132b[_0x65038(0x151)]=_0x1ae472[_0x65038(0x134)]();}}static['patchCRConnection'](){const _0x5b752e=a41_0x33d8c1,_0x4fcdbc={'RZSAq':function(_0x1215e2,_0x3d7016){return _0x1215e2(_0x3d7016);},'BnxoH':function(_0x37fa90,_0x28072a){return _0x37fa90(_0x28072a);},'gKGYH':function(_0x243b5f,_0x5b5d89){return _0x243b5f(_0x5b5d89);},'fMhnZ':function(_0xeef85b){return _0xeef85b();},'kwExq':_0x5b752e(0x16c),'DmyEq':_0x5b752e(0x1aa),'OLipw':_0x5b752e(0x1a8),'oWHYa':_0x5b752e(0x17a),'WfXQy':function(_0x55a371,_0x1e702b){return _0x55a371(_0x1e702b);},'JoUiN':'Not\x20able\x20to\x20import\x20crConnection','pQgMw':_0x5b752e(0x137),'gZyCe':function(_0x4e6b1e,_0x518577){return _0x4e6b1e!=_0x518577;},'mdlYk':_0x5b752e(0x1a7)},_0x45e1d2=this;if(_0x4fcdbc[_0x5b752e(0x130)](isAccessibilityAutomationSession)){let _0x482b55=null;try{const _0x31dc02=path[_0x5b752e(0x177)](_0x4fcdbc[_0x5b752e(0x147)],_0x4fcdbc[_0x5b752e(0x14f)],_0x4fcdbc[_0x5b752e(0x187)],_0x4fcdbc[_0x5b752e(0x11f)]),_0x80c30a=_0x4fcdbc[_0x5b752e(0x12a)](importFileFromPWCore,_0x31dc02);!_0x80c30a?_0x4fcdbc['WfXQy'](debug,_0x4fcdbc['JoUiN']):_0x482b55=_0x80c30a[_0x5b752e(0x1a6)];}catch(_0x8b45e0){_0x4fcdbc[_0x5b752e(0x188)](debug,_0x4fcdbc['pQgMw']);}try{if(_0x4fcdbc[_0x5b752e(0x197)](_0x482b55,null)){const _0x49b69e=_0x482b55['prototype']['_onMessage'];Object['defineProperty'](_0x482b55[_0x5b752e(0x180)],_0x4fcdbc[_0x5b752e(0x191)],{'get':function(){return function _0x5c6afd(_0x35b33e){const _0x5b1a76=a41_0xe404;try{const _0x2bc9c3=_0x35b33e['bStackParams'];if(_0x2bc9c3){delete _0x35b33e['bStackParams'];const _0x200f64=_0x2bc9c3[_0x5b1a76(0x153)],_0x8945a6=_0x2bc9c3[_0x5b1a76(0x1b0)];_0x8945a6&&(_0x4fcdbc[_0x5b1a76(0x140)](debug,_0x5b1a76(0x195)+_0x8945a6['toString']()),_0x45e1d2['currentSessionDetails'][_0x5b1a76(0x131)]=_0x8945a6[_0x5b1a76(0x14b)],_0x45e1d2[_0x5b1a76(0x141)]['platform_version']=_0x8945a6[_0x5b1a76(0x19b)]),_0x200f64&&(_0x4fcdbc[_0x5b1a76(0x188)](debug,_0x5b1a76(0x145)+_0x200f64),_0x45e1d2[_0x5b1a76(0x141)][_0x5b1a76(0x18b)]=_0x200f64);}}catch(_0x2b9749){_0x4fcdbc[_0x5b1a76(0x12a)](debug,_0x5b1a76(0x174)+_0x2b9749['toString']());}return _0x49b69e['apply'](this,arguments);};}});}}catch(_0x20939e){_0x4fcdbc['BnxoH'](debug,_0x5b752e(0x169)+_0x20939e),_0x45e1d2[_0x5b752e(0x151)]=_0x20939e['toString']();}}}static[a41_0x33d8c1(0x179)](){const _0x325156=a41_0x33d8c1;return this[_0x325156(0x141)];}}module[a41_0x33d8c1(0x13c)]=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a42_0x2a8c3e=a42_0x1c2b;(function(_0x2d8541,_0x29989f){const _0x166f3d=a42_0x1c2b,_0x4cbaa7=_0x2d8541();while(!![]){try{const _0x39b2e9=-parseInt(_0x166f3d(0x1da))/0x1*(-parseInt(_0x166f3d(0x19e))/0x2)+parseInt(_0x166f3d(0x1aa))/0x3+parseInt(_0x166f3d(0x1a0))/0x4*(-parseInt(_0x166f3d(0x18f))/0x5)+-parseInt(_0x166f3d(0x170))/0x6+-parseInt(_0x166f3d(0x1d3))/0x7*(parseInt(_0x166f3d(0x16e))/0x8)+-parseInt(_0x166f3d(0x1c8))/0x9*(-parseInt(_0x166f3d(0x17a))/0xa)+parseInt(_0x166f3d(0x1cc))/0xb;if(_0x39b2e9===_0x29989f)break;else _0x4cbaa7['push'](_0x4cbaa7['shift']());}catch(_0xb753f8){_0x4cbaa7['push'](_0x4cbaa7['shift']());}}}(a42_0x383d,0xb23fb));function a42_0x383d(){const _0x52c4bd=['message','mocha','usage','XtoUp','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','dlNNO','lThPj','mocha/lib/cli/cli.js','30YbAUsr','join','cucumber-js','Xsvsb','VERSION','../helpers/helper','setTestObservabilityDisable','./cucumber-js/command','--no-config','unlinkSync','HST','Fklcs','homedir','mocha/lib/cli/commands.js','./utils/constants','wEbOQ','./playwright/command','argv','setBrowserStackAutomationDisable','framework','HELP','315ebcugH','SDKTestSuccessful','handler','Pffdb','./mocha/command','NbTei','startMonitoring','fdwPV','UNivm','./integrations/command','playwright','parserConfiguration','QkrBS','CYrqQ','format','2fkgVAN','ats','45292nhvfAk','AZzOL','path','orHJE','JEST','includes','error','--package','URKax','util','1606755bphQEe','--opts','CODECEPTJS','nightwatch','PsLvs','oipeP','yargs','INFO','./vanilla-js/command','FxbHx','qMOMX','auxXQ','../helpers/performance-tester','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','TIaOL','gaqgf','mark','dot-notation','jest','./jest/command','exitCode','../helpers/logger','slice','PLAYWRIGHT','command','existsSync','debug','codeceptjs','push','perf_hooks','2075013WNckLv','./codeceptjs/command','isUndefined','../../ats/src/index','4281585jhUhQx','help','lSgvl','config','winstonLogger','xbBqM','qGYyI','70sPZJbB','VANILLA','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','describe','eeHjO','INTEGRATIONS','fireFunnelTestEvent','983603wADhKC','integrations','487032ffhOVW','MOCHA','3287088yKySvV','demandCommand'];a42_0x383d=function(){return _0x52c4bd;};return a42_0x383d();}const fs=require('fs'),path=require(a42_0x2a8c3e(0x1a2)),util=require(a42_0x2a8c3e(0x1a9)),{performance}=require(a42_0x2a8c3e(0x1c7)),{requireModule}=require(a42_0x2a8c3e(0x17f)),helper=require(a42_0x2a8c3e(0x17f)),runIntegrations=require(a42_0x2a8c3e(0x198)),captureError=async(_0x2205e2,_0x2262bc,_0x3f2cd3=null)=>{const _0x304349=a42_0x2a8c3e,_0xf13628={'jrcRQ':function(_0x16eafa,_0x4a4aea,_0x4bfa87){return _0x16eafa(_0x4a4aea,_0x4bfa87);},'nUDmB':_0x304349(0x190)};try{await _0xf13628['jrcRQ'](_0x2205e2,_0x2262bc,_0x3f2cd3);}catch(_0x3bd059){process[_0x304349(0x1be)]=0x1,logger[_0x304349(0x1a6)](util[_0x304349(0x19d)](_0x3bd059));const _0x5a48da={};_0x5a48da['globalException']=_0x3bd059[_0x304349(0x172)];const _0x320b03=_0x5a48da;if(helper['isUndefined'](global[_0x304349(0x1cf)])&&helper[_0x304349(0x1ca)](global[_0x304349(0x18d)]))return;try{helper[_0x304349(0x1d9)](_0xf13628['nUDmB'],_0x320b03,global[_0x304349(0x1cf)],global[_0x304349(0x18d)]);}catch(_0x1e3f6a){logger['debug'](_0x304349(0x1b7)+_0x1e3f6a);}}};try{const browserstackFolderPath=path[a42_0x2a8c3e(0x17b)](helper[a42_0x2a8c3e(0x186)](),'.browserstack');if(fs[a42_0x2a8c3e(0x1c3)](browserstackFolderPath)){const filePath=path[a42_0x2a8c3e(0x17b)](browserstackFolderPath,'.local-not-set.json');fs[a42_0x2a8c3e(0x1c3)](filePath)&&fs[a42_0x2a8c3e(0x183)](filePath);}}catch(a42_0x125de5){logger[a42_0x2a8c3e(0x1c4)](a42_0x2a8c3e(0x1d5)+a42_0x125de5['message']);}process[a42_0x2a8c3e(0x18b)]['includes'](a42_0x2a8c3e(0x173))&&(!process[a42_0x2a8c3e(0x18b)][a42_0x2a8c3e(0x1a5)](a42_0x2a8c3e(0x1ab))&&process[a42_0x2a8c3e(0x18b)]['push']('--no-opts'),!process[a42_0x2a8c3e(0x18b)]['includes']('--config')&&process[a42_0x2a8c3e(0x18b)]['push'](a42_0x2a8c3e(0x182)),!process[a42_0x2a8c3e(0x18b)][a42_0x2a8c3e(0x1a5)](a42_0x2a8c3e(0x1a7))&&process[a42_0x2a8c3e(0x18b)][a42_0x2a8c3e(0x1c6)]('--no-package'));const yargs=require(a42_0x2a8c3e(0x1b0)),Constants=require(a42_0x2a8c3e(0x188)),PerformanceTester=require(a42_0x2a8c3e(0x1b6)),logger=require(a42_0x2a8c3e(0x1bf))[a42_0x2a8c3e(0x1d0)];PerformanceTester[a42_0x2a8c3e(0x195)](),performance[a42_0x2a8c3e(0x1ba)]('sdk:setup-start');function a42_0x1c2b(_0x1ef5aa,_0x3a3584){const _0x383d2e=a42_0x383d();return a42_0x1c2b=function(_0x1c2b13,_0x193038){_0x1c2b13=_0x1c2b13-0x16e;let _0x404110=_0x383d2e[_0x1c2b13];return _0x404110;},a42_0x1c2b(_0x1ef5aa,_0x3a3584);}const a42_0xfac3db={};a42_0xfac3db[a42_0x2a8c3e(0x1bb)]=![];const argv=yargs[a42_0x2a8c3e(0x19a)](a42_0xfac3db)[a42_0x2a8c3e(0x174)]('usage:\x20$0\x20<command>\x20[args]')['alias']('v','version')[a42_0x2a8c3e(0x1d6)]('v')['alias']('h',a42_0x2a8c3e(0x1cd))[a42_0x2a8c3e(0x1cd)](a42_0x2a8c3e(0x1cd))['showHelpOnFail'](!![],Constants[a42_0x2a8c3e(0x17e)][a42_0x2a8c3e(0x18e)])['command'](a42_0x2a8c3e(0x1bc),Constants[a42_0x2a8c3e(0x1a4)][a42_0x2a8c3e(0x1b1)],function(_0x135c4c){const _0x5c4146=a42_0x2a8c3e,_0x12d334={'QkrBS':function(_0x38c0b7,_0x306ff5,_0x3f8259,_0x149da3){return _0x38c0b7(_0x306ff5,_0x3f8259,_0x149da3);},'Xsvsb':function(_0xe4c65e,_0x27f076){return _0xe4c65e(_0x27f076);},'AZzOL':_0x5c4146(0x1bd)};helper[_0x5c4146(0x180)](),helper[_0x5c4146(0x18c)]();const _0x27e3b9=process[_0x5c4146(0x18b)][_0x5c4146(0x1c0)](0x2);return _0x12d334[_0x5c4146(0x19b)](captureError,_0x12d334[_0x5c4146(0x17d)](require,_0x12d334[_0x5c4146(0x1a1)]),_0x135c4c[_0x5c4146(0x18b)],_0x27e3b9);})[a42_0x2a8c3e(0x1c2)]('mocha',Constants[a42_0x2a8c3e(0x16f)][a42_0x2a8c3e(0x1b1)],_0x47ff68=>{const _0x3d386d=a42_0x2a8c3e,_0x55161c={'qWiqK':function(_0x35fc9b,_0xd9ccdd,_0x331ee0){return _0x35fc9b(_0xd9ccdd,_0x331ee0);},'qGYyI':function(_0x47b5ff,_0x51dfbd){return _0x47b5ff(_0x51dfbd);},'qThHh':_0x3d386d(0x193),'TIaOL':'Parsing\x20command\x20line\x20arguements','wEbOQ':'mocha/lib/cli/run.js','oipeP':function(_0xbfdae3,_0x3b93e4){return _0xbfdae3(_0x3b93e4);},'lThPj':_0x3d386d(0x187),'NbTei':function(_0x3d8ef3,_0x50c7a0){return _0x3d8ef3(_0x50c7a0);},'qMOMX':_0x3d386d(0x179),'XtoUp':function(_0x1185c4){return _0x1185c4();}};logger['debug'](_0x55161c[_0x3d386d(0x1b8)]);const _0x1252a9=_0x55161c[_0x3d386d(0x1d2)](requireModule,_0x55161c[_0x3d386d(0x189)]),_0x5dfb99=_0x55161c[_0x3d386d(0x1af)](requireModule,_0x55161c[_0x3d386d(0x178)]);process[_0x3d386d(0x18b)]=process[_0x3d386d(0x18b)]['slice'](0x1),delete _0x1252a9[_0x3d386d(0x191)],_0x1252a9[_0x3d386d(0x191)]=function(_0x22ce6c){const _0x176209=_0x3d386d;return _0x55161c['qWiqK'](captureError,_0x55161c[_0x176209(0x1d2)](require,_0x55161c['qThHh']),_0x22ce6c);},_0x5dfb99['run']=_0x1252a9;const {main:_0x50ca03}=_0x55161c[_0x3d386d(0x194)](requireModule,_0x55161c[_0x3d386d(0x1b4)]);_0x55161c[_0x3d386d(0x175)](_0x50ca03);})[a42_0x2a8c3e(0x1c2)](a42_0x2a8c3e(0x17c),Constants['CUCUMBER'][a42_0x2a8c3e(0x1b1)],function(_0xcf4552){const _0x3d5ccf=a42_0x2a8c3e,_0x478c24={'dlNNO':function(_0x50f730,_0x4d32d6,_0x4daa54,_0x1c8504){return _0x50f730(_0x4d32d6,_0x4daa54,_0x1c8504);},'UjzTw':function(_0x17e628,_0x4db735){return _0x17e628(_0x4db735);},'fdwPV':_0x3d5ccf(0x181)},_0x12a367=process[_0x3d5ccf(0x18b)][_0x3d5ccf(0x1c0)](0x2);return _0x478c24[_0x3d5ccf(0x177)](captureError,_0x478c24['UjzTw'](require,_0x478c24[_0x3d5ccf(0x196)]),_0xcf4552['argv'],_0x12a367);})[a42_0x2a8c3e(0x1c2)]('node',Constants[a42_0x2a8c3e(0x1d4)][a42_0x2a8c3e(0x1b1)],function(_0x3c6683){const _0x2e4458=a42_0x2a8c3e,_0x4480d2={'iDWGs':function(_0x1ce774,_0x583427,_0x5978a0,_0x276f1f){return _0x1ce774(_0x583427,_0x5978a0,_0x276f1f);},'dwtEM':function(_0x3ab741,_0x362a11){return _0x3ab741(_0x362a11);},'PsLvs':_0x2e4458(0x1b2)},_0x568dc3=process[_0x2e4458(0x18b)][_0x2e4458(0x1c0)](0x2);return _0x4480d2['iDWGs'](captureError,_0x4480d2['dwtEM'](require,_0x4480d2[_0x2e4458(0x1ae)]),_0x3c6683[_0x2e4458(0x18b)],_0x568dc3);})[a42_0x2a8c3e(0x1c2)](a42_0x2a8c3e(0x1ad),Constants['NIGHTWATCH'][a42_0x2a8c3e(0x1b1)],function(_0x2c71d9){const _0x4422f4=a42_0x2a8c3e,_0x13964d={'Pffdb':function(_0x5a0574,_0x162cf1,_0x1c5910,_0x3d664f){return _0x5a0574(_0x162cf1,_0x1c5910,_0x3d664f);},'xbBqM':function(_0x259e52,_0x7e5b5b){return _0x259e52(_0x7e5b5b);},'UNivm':'./nightwatch/command'},_0x37dbb2=process[_0x4422f4(0x18b)]['slice'](0x2);return _0x13964d[_0x4422f4(0x192)](captureError,_0x13964d[_0x4422f4(0x1d1)](require,_0x13964d[_0x4422f4(0x197)]),_0x2c71d9['argv'],_0x37dbb2);})['command'](a42_0x2a8c3e(0x1c5),Constants[a42_0x2a8c3e(0x1ac)]['INFO'],function(_0x3d3237){const _0x14ecc2=a42_0x2a8c3e,_0x541a2f={'URKax':function(_0x225cf0,_0x3a2910,_0x26e3ee,_0x19a6dd){return _0x225cf0(_0x3a2910,_0x26e3ee,_0x19a6dd);},'CYrqQ':function(_0x3a029e,_0xfb287a){return _0x3a029e(_0xfb287a);},'ZonMT':_0x14ecc2(0x1c9)},_0x29dfc6=process[_0x14ecc2(0x18b)][_0x14ecc2(0x1c0)](0x2);return _0x541a2f[_0x14ecc2(0x1a8)](captureError,_0x541a2f[_0x14ecc2(0x19c)](require,_0x541a2f['ZonMT']),_0x3d3237['argv'],_0x29dfc6);})[a42_0x2a8c3e(0x1c2)](a42_0x2a8c3e(0x19f),Constants[a42_0x2a8c3e(0x184)][a42_0x2a8c3e(0x1b1)],function(_0x193242){const _0x126367=a42_0x2a8c3e,_0x438047={'auxXQ':function(_0x2dcd95,_0x4fd8c8,_0x5912ec){return _0x2dcd95(_0x4fd8c8,_0x5912ec);},'orHJE':function(_0x1bcbfa,_0x3572c4){return _0x1bcbfa(_0x3572c4);},'lSgvl':_0x126367(0x1cb)},_0x315119=process['argv'][_0x126367(0x1c0)](0x2);return _0x438047[_0x126367(0x1b5)](captureError,_0x438047[_0x126367(0x1a3)](require,_0x438047[_0x126367(0x1ce)]),_0x193242);})[a42_0x2a8c3e(0x1c2)](a42_0x2a8c3e(0x1db),Constants[a42_0x2a8c3e(0x1d8)][a42_0x2a8c3e(0x1b1)],function(_0x1f9821){const _0x418b8a=a42_0x2a8c3e,_0x1e2e74={'Fklcs':function(_0x3fabb6,_0xcf1008){return _0x3fabb6(_0xcf1008);}};return _0x1e2e74[_0x418b8a(0x185)](runIntegrations,_0x1f9821);})[a42_0x2a8c3e(0x1c2)](a42_0x2a8c3e(0x199),Constants[a42_0x2a8c3e(0x1c1)][a42_0x2a8c3e(0x1b1)],function(_0x8ad263){const _0x6af9f7=a42_0x2a8c3e,_0x3bfd07={'eeHjO':function(_0x4abc1e,_0x4ae24c,_0x4b52c9,_0x4c4006){return _0x4abc1e(_0x4ae24c,_0x4b52c9,_0x4c4006);},'gaqgf':function(_0x32a1b3,_0x3f40f1){return _0x32a1b3(_0x3f40f1);},'FxbHx':_0x6af9f7(0x18a)},_0x44b8cf=process[_0x6af9f7(0x18b)][_0x6af9f7(0x1c0)](0x2);return _0x3bfd07[_0x6af9f7(0x1d7)](captureError,_0x3bfd07[_0x6af9f7(0x1b9)](require,_0x3bfd07[_0x6af9f7(0x1b3)]),_0x8ad263[_0x6af9f7(0x18b)],_0x44b8cf);})[a42_0x2a8c3e(0x171)](0x1,a42_0x2a8c3e(0x176))['wrap'](null)[a42_0x2a8c3e(0x18b)];!helper[a42_0x2a8c3e(0x1ca)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x2a8c3e(0x19f)&&console[a42_0x2a8c3e(0x1a6)]('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
2
+ 'use strict';const a42_0x1a03e8=a42_0x4d35;(function(_0x38b941,_0x317e0e){const _0x44f43e=a42_0x4d35,_0x2c0869=_0x38b941();while(!![]){try{const _0x1e4d1b=-parseInt(_0x44f43e(0x223))/0x1*(parseInt(_0x44f43e(0x209))/0x2)+-parseInt(_0x44f43e(0x1d5))/0x3+parseInt(_0x44f43e(0x1f5))/0x4*(parseInt(_0x44f43e(0x218))/0x5)+-parseInt(_0x44f43e(0x1e8))/0x6+parseInt(_0x44f43e(0x1d7))/0x7*(parseInt(_0x44f43e(0x200))/0x8)+-parseInt(_0x44f43e(0x1d8))/0x9*(-parseInt(_0x44f43e(0x1e1))/0xa)+parseInt(_0x44f43e(0x236))/0xb;if(_0x1e4d1b===_0x317e0e)break;else _0x2c0869['push'](_0x2c0869['shift']());}catch(_0x2236bd){_0x2c0869['push'](_0x2c0869['shift']());}}}(a42_0x11d6,0x93c8b));const fs=require('fs'),path=require(a42_0x1a03e8(0x1e2)),util=require(a42_0x1a03e8(0x1f1)),{performance}=require('perf_hooks'),{requireModule}=require(a42_0x1a03e8(0x1f7)),helper=require('../helpers/helper'),runIntegrations=require('./integrations/command'),captureError=async(_0x4290ec,_0x57b1fc,_0x141e6c=null)=>{const _0x340d81=a42_0x1a03e8,_0x4fd12d={'XSszj':function(_0x1277bd,_0x3d2c8a,_0x4513d5){return _0x1277bd(_0x3d2c8a,_0x4513d5);},'NiGpj':_0x340d81(0x1ef)};try{await _0x4fd12d['XSszj'](_0x4290ec,_0x57b1fc,_0x141e6c);}catch(_0x1ecc37){process['exitCode']=0x1,logger[_0x340d81(0x201)](util[_0x340d81(0x204)](_0x1ecc37));const _0x4ce7c7={};_0x4ce7c7[_0x340d81(0x21f)]=_0x1ecc37[_0x340d81(0x219)];const _0xe55a3b=_0x4ce7c7;if(helper[_0x340d81(0x1f4)](global[_0x340d81(0x1d3)])&&helper['isUndefined'](global[_0x340d81(0x1eb)]))return;try{helper[_0x340d81(0x20e)](_0x4fd12d[_0x340d81(0x20c)],_0xe55a3b,global[_0x340d81(0x1d3)],global[_0x340d81(0x1eb)]);}catch(_0x162f86){logger[_0x340d81(0x1f8)](_0x340d81(0x207)+_0x162f86);}}};try{const browserstackFolderPath=path[a42_0x1a03e8(0x220)](helper[a42_0x1a03e8(0x202)](),a42_0x1a03e8(0x1e4));if(fs[a42_0x1a03e8(0x1d0)](browserstackFolderPath)){const filePath=path[a42_0x1a03e8(0x220)](browserstackFolderPath,a42_0x1a03e8(0x227));fs[a42_0x1a03e8(0x1d0)](filePath)&&fs[a42_0x1a03e8(0x1e6)](filePath);}}catch(a42_0x2c36ac){logger[a42_0x1a03e8(0x1f8)](a42_0x1a03e8(0x1d6)+a42_0x2c36ac['message']);}process['argv'][a42_0x1a03e8(0x205)](a42_0x1a03e8(0x208))&&(!process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x205)]('--opts')&&process['argv'][a42_0x1a03e8(0x221)](a42_0x1a03e8(0x1f9)),!process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x205)](a42_0x1a03e8(0x1dd))&&process[a42_0x1a03e8(0x1fb)]['push'](a42_0x1a03e8(0x22f)),!process[a42_0x1a03e8(0x1fb)]['includes']('--package')&&process[a42_0x1a03e8(0x1fb)][a42_0x1a03e8(0x221)]('--no-package'));const yargs=require(a42_0x1a03e8(0x1e9)),Constants=require(a42_0x1a03e8(0x21c)),PerformanceTester=require(a42_0x1a03e8(0x1ec)),logger=require(a42_0x1a03e8(0x1db))[a42_0x1a03e8(0x1d4)];PerformanceTester['startMonitoring'](),performance[a42_0x1a03e8(0x1ff)](a42_0x1a03e8(0x213));function a42_0x11d6(){const _0x230070=['--config','oPuIY','cNszq','DUJPJ','7477510bVozRf','path','HmVpj','.browserstack','KFPcJ','unlinkSync','command','2554008lNhpsn','yargs','HST','framework','../helpers/performance-tester','setTestObservabilityDisable','node','SDKTestSuccessful','GFXWp','util','SryAW','handler','isUndefined','508404aHZygH','HELP','../helpers/helper','debug','--no-opts','help','argv','alias','INTEGRATIONS','./jest/command','mark','42240JaKlyP','error','homedir','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','format','includes','ats','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','mocha','668XrVSEw','setBrowserStackAutomationDisable','nightwatch','NiGpj','xnczB','fireFunnelTestEvent','describe','rxpba','Byvkh','Parsing\x20command\x20line\x20arguements','sdk:setup-start','wrap','TMnvO','../../ats/src/index','showHelpOnFail','30slOXzq','message','RWARF','mocha/lib/cli/cli.js','./utils/constants','slice','./cucumber-js/command','globalException','join','push','nzEYY','3205vFDpXB','PIUdX','JEST','RuUOK','.local-not-set.json','integrations','./playwright/command','xTTyz','MOCHA','PLAYWRIGHT','hUJOW','CUCUMBER','--no-config','./mocha/command','VANILLA','INFO','mocha/lib/cli/run.js','fXKAS','YHGpa','12300629hBqpGC','NIGHTWATCH','LPovj','opHfZ','parserConfiguration','CODECEPTJS','existsSync','rrths','DNHYG','config','winstonLogger','2848605xjeaKd','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','560BZJBgL','9jFaDCk','dJUdu','demandCommand','../helpers/logger','./codeceptjs/command'];a42_0x11d6=function(){return _0x230070;};return a42_0x11d6();}const a42_0x40233e={};a42_0x40233e['dot-notation']=![];function a42_0x4d35(_0x388663,_0x2fdfa1){const _0x11d6cc=a42_0x11d6();return a42_0x4d35=function(_0x4d3515,_0xa71eba){_0x4d3515=_0x4d3515-0x1cd;let _0x4f982a=_0x11d6cc[_0x4d3515];return _0x4f982a;},a42_0x4d35(_0x388663,_0x2fdfa1);}const argv=yargs[a42_0x1a03e8(0x1ce)](a42_0x40233e)['usage']('usage:\x20$0\x20<command>\x20[args]')['alias']('v','version')[a42_0x1a03e8(0x20f)]('v')[a42_0x1a03e8(0x1fc)]('h',a42_0x1a03e8(0x1fa))[a42_0x1a03e8(0x1fa)](a42_0x1a03e8(0x1fa))[a42_0x1a03e8(0x217)](!![],Constants['VERSION'][a42_0x1a03e8(0x1f6)])[a42_0x1a03e8(0x1e7)]('jest',Constants[a42_0x1a03e8(0x225)][a42_0x1a03e8(0x232)],function(_0x10cb79){const _0x4c2df5=a42_0x1a03e8,_0xd4f49={'fXKAS':function(_0x486b98,_0x2b7439,_0x2f9999,_0x1c6021){return _0x486b98(_0x2b7439,_0x2f9999,_0x1c6021);},'GFXWp':function(_0x56409e,_0x14a7f4){return _0x56409e(_0x14a7f4);},'YHGpa':_0x4c2df5(0x1fe)};helper[_0x4c2df5(0x1ed)](),helper[_0x4c2df5(0x20a)]();const _0x309b1a=process[_0x4c2df5(0x1fb)][_0x4c2df5(0x21d)](0x2);return _0xd4f49[_0x4c2df5(0x234)](captureError,_0xd4f49[_0x4c2df5(0x1f0)](require,_0xd4f49[_0x4c2df5(0x235)]),_0x10cb79[_0x4c2df5(0x1fb)],_0x309b1a);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x208),Constants[a42_0x1a03e8(0x22b)][a42_0x1a03e8(0x232)],_0x2c3274=>{const _0x545c02=a42_0x1a03e8,_0x3a9843={'cNszq':function(_0x390a84,_0x44c88d,_0x57e59c){return _0x390a84(_0x44c88d,_0x57e59c);},'DUJPJ':function(_0xd5a3f5,_0x234876){return _0xd5a3f5(_0x234876);},'xTTyz':_0x545c02(0x230),'hUJOW':_0x545c02(0x212),'SryAW':_0x545c02(0x233),'opHfZ':function(_0x5d97c2,_0x43ed14){return _0x5d97c2(_0x43ed14);},'UYQuu':'mocha/lib/cli/commands.js','zxBEU':_0x545c02(0x21b),'uUoWn':function(_0x16d8dd){return _0x16d8dd();}};logger['debug'](_0x3a9843[_0x545c02(0x22d)]);const _0x4a933e=_0x3a9843[_0x545c02(0x1e0)](requireModule,_0x3a9843[_0x545c02(0x1f2)]),_0x552871=_0x3a9843[_0x545c02(0x1cd)](requireModule,_0x3a9843['UYQuu']);process[_0x545c02(0x1fb)]=process['argv'][_0x545c02(0x21d)](0x1),delete _0x4a933e[_0x545c02(0x1f3)],_0x4a933e['handler']=function(_0xb3f4e2){const _0x1f7705=_0x545c02;return _0x3a9843[_0x1f7705(0x1df)](captureError,_0x3a9843[_0x1f7705(0x1e0)](require,_0x3a9843[_0x1f7705(0x22a)]),_0xb3f4e2);},_0x552871['run']=_0x4a933e;const {main:_0x286061}=_0x3a9843[_0x545c02(0x1cd)](requireModule,_0x3a9843['zxBEU']);_0x3a9843['uUoWn'](_0x286061);})[a42_0x1a03e8(0x1e7)]('cucumber-js',Constants[a42_0x1a03e8(0x22e)][a42_0x1a03e8(0x232)],function(_0x1dedc8){const _0x49f1cf=a42_0x1a03e8,_0x2a561a={'QVWiT':function(_0x13ad45,_0x20ccb0,_0x44c0bc,_0x21d0b1){return _0x13ad45(_0x20ccb0,_0x44c0bc,_0x21d0b1);},'RuUOK':function(_0x60aae9,_0x560757){return _0x60aae9(_0x560757);},'dJUdu':_0x49f1cf(0x21e)},_0x38b43b=process['argv']['slice'](0x2);return _0x2a561a['QVWiT'](captureError,_0x2a561a[_0x49f1cf(0x226)](require,_0x2a561a[_0x49f1cf(0x1d9)]),_0x1dedc8[_0x49f1cf(0x1fb)],_0x38b43b);})['command'](a42_0x1a03e8(0x1ee),Constants[a42_0x1a03e8(0x231)][a42_0x1a03e8(0x232)],function(_0x4ae944){const _0x5bc434=a42_0x1a03e8,_0x11f6a1={'oPuIY':function(_0xcb2136,_0xb712b8,_0x67248b,_0x29ed0f){return _0xcb2136(_0xb712b8,_0x67248b,_0x29ed0f);},'Byvkh':function(_0x2cb883,_0x4f2bbd){return _0x2cb883(_0x4f2bbd);},'HmVpj':'./vanilla-js/command'},_0xf8d47b=process[_0x5bc434(0x1fb)][_0x5bc434(0x21d)](0x2);return _0x11f6a1[_0x5bc434(0x1de)](captureError,_0x11f6a1[_0x5bc434(0x211)](require,_0x11f6a1[_0x5bc434(0x1e3)]),_0x4ae944[_0x5bc434(0x1fb)],_0xf8d47b);})['command'](a42_0x1a03e8(0x20b),Constants[a42_0x1a03e8(0x237)]['INFO'],function(_0x333d97){const _0x11e529=a42_0x1a03e8,_0x1154eb={'rrths':function(_0x1e9621,_0x598ca3,_0x1e9d6b,_0x51f5e2){return _0x1e9621(_0x598ca3,_0x1e9d6b,_0x51f5e2);},'LPovj':function(_0x142478,_0x284933){return _0x142478(_0x284933);},'rxpba':'./nightwatch/command'},_0x130dbf=process['argv'][_0x11e529(0x21d)](0x2);return _0x1154eb[_0x11e529(0x1d1)](captureError,_0x1154eb[_0x11e529(0x238)](require,_0x1154eb[_0x11e529(0x210)]),_0x333d97['argv'],_0x130dbf);})[a42_0x1a03e8(0x1e7)]('codeceptjs',Constants[a42_0x1a03e8(0x1cf)][a42_0x1a03e8(0x232)],function(_0x1acfde){const _0x30b2fd=a42_0x1a03e8,_0x1682ce={'KFPcJ':function(_0x46c343,_0x20a817,_0x50decb,_0x2092a1){return _0x46c343(_0x20a817,_0x50decb,_0x2092a1);},'PIUdX':function(_0x127920,_0x2e5dd4){return _0x127920(_0x2e5dd4);},'TMnvO':_0x30b2fd(0x1dc)},_0x2db3a0=process[_0x30b2fd(0x1fb)]['slice'](0x2);return _0x1682ce[_0x30b2fd(0x1e5)](captureError,_0x1682ce[_0x30b2fd(0x224)](require,_0x1682ce[_0x30b2fd(0x215)]),_0x1acfde[_0x30b2fd(0x1fb)],_0x2db3a0);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x206),Constants[a42_0x1a03e8(0x1ea)][a42_0x1a03e8(0x232)],function(_0x21117d){const _0x9921fe=a42_0x1a03e8,_0x4d5d56={'vqiqx':function(_0x398b61,_0x39f4de,_0x3892cf){return _0x398b61(_0x39f4de,_0x3892cf);},'xnczB':function(_0x36244a,_0x10a677){return _0x36244a(_0x10a677);},'OdFub':_0x9921fe(0x216)},_0x361646=process[_0x9921fe(0x1fb)]['slice'](0x2);return _0x4d5d56['vqiqx'](captureError,_0x4d5d56[_0x9921fe(0x20d)](require,_0x4d5d56['OdFub']),_0x21117d);})[a42_0x1a03e8(0x1e7)](a42_0x1a03e8(0x228),Constants[a42_0x1a03e8(0x1fd)][a42_0x1a03e8(0x232)],function(_0x4b8673){const _0x212aaf=a42_0x1a03e8,_0x101abb={'nzEYY':function(_0x351b46,_0x221ca3){return _0x351b46(_0x221ca3);}};return _0x101abb[_0x212aaf(0x222)](runIntegrations,_0x4b8673);})[a42_0x1a03e8(0x1e7)]('playwright',Constants[a42_0x1a03e8(0x22c)][a42_0x1a03e8(0x232)],function(_0x311f6d){const _0x1958cf=a42_0x1a03e8,_0x50a2db={'RWARF':function(_0x11d1d8,_0x179b92,_0x5e71f4,_0x118305){return _0x11d1d8(_0x179b92,_0x5e71f4,_0x118305);},'MkpQC':function(_0x291983,_0x59c7bc){return _0x291983(_0x59c7bc);},'DNHYG':_0x1958cf(0x229)},_0x16ce62=process['argv'][_0x1958cf(0x21d)](0x2);return _0x50a2db[_0x1958cf(0x21a)](captureError,_0x50a2db['MkpQC'](require,_0x50a2db[_0x1958cf(0x1d2)]),_0x311f6d[_0x1958cf(0x1fb)],_0x16ce62);})[a42_0x1a03e8(0x1da)](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a42_0x1a03e8(0x214)](null)[a42_0x1a03e8(0x1fb)];!helper[a42_0x1a03e8(0x1f4)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x1a03e8(0x206)&&console[a42_0x1a03e8(0x201)](a42_0x1a03e8(0x203));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a43_0x6ddea2=a43_0x3416;(function(_0xc516d1,_0xecddd6){const _0x5e526e=a43_0x3416,_0x47147b=_0xc516d1();while(!![]){try{const _0x123e73=parseInt(_0x5e526e(0xb4))/0x1*(-parseInt(_0x5e526e(0xd9))/0x2)+-parseInt(_0x5e526e(0xf0))/0x3*(-parseInt(_0x5e526e(0xdf))/0x4)+-parseInt(_0x5e526e(0xbc))/0x5+parseInt(_0x5e526e(0xec))/0x6*(parseInt(_0x5e526e(0xe6))/0x7)+-parseInt(_0x5e526e(0xd4))/0x8*(-parseInt(_0x5e526e(0xb5))/0x9)+parseInt(_0x5e526e(0xc1))/0xa*(parseInt(_0x5e526e(0xd7))/0xb)+-parseInt(_0x5e526e(0xea))/0xc*(parseInt(_0x5e526e(0xe8))/0xd);if(_0x123e73===_0xecddd6)break;else _0x47147b['push'](_0x47147b['shift']());}catch(_0x2aea76){_0x47147b['push'](_0x47147b['shift']());}}}(a43_0x456e,0xde32b));function a43_0x3416(_0x1a179a,_0x55f0c0){const _0x456eb3=a43_0x456e();return a43_0x3416=function(_0x34163c,_0x31751e){_0x34163c=_0x34163c-0xa2;let _0x10e245=_0x456eb3[_0x34163c];return _0x10e245;},a43_0x3416(_0x1a179a,_0x55f0c0);}const fs=require('fs'),helper=require('../helpers/helper'),yaml=require(a43_0x6ddea2(0xac)),yargs=require(a43_0x6ddea2(0xc2)),logger=require(a43_0x6ddea2(0xb9))[a43_0x6ddea2(0xaa)],configFileTemplate=__dirname+a43_0x6ddea2(0xb2),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a43_0x6ddea2(0xe2)]()+a43_0x6ddea2(0xc9),packageFile=process['cwd']()+'/package.json',frameworks=[a43_0x6ddea2(0xa7),'jest',a43_0x6ddea2(0xae),a43_0x6ddea2(0xdd),a43_0x6ddea2(0xd3),a43_0x6ddea2(0xa4),'playwright'];let config;logger[a43_0x6ddea2(0xc6)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs['argv'][a43_0x6ddea2(0xcb)],yargs[a43_0x6ddea2(0xc3)][a43_0x6ddea2(0xdb)],yargs[a43_0x6ddea2(0xc3)][a43_0x6ddea2(0xe5)]);try{sdkSetup();}catch(a43_0x10968b){logger['debug'](a43_0x6ddea2(0xab)+a43_0x10968b);}addScriptInPackageJson();function createConfigurationFile(_0x3ef540,_0x40b64f,_0x3a4ec1=![]){const _0xab4828=a43_0x6ddea2,_0x5111f2={};_0x5111f2[_0xab4828(0xc8)]=_0xab4828(0xcc),_0x5111f2[_0xab4828(0xe0)]=_0xab4828(0xde),_0x5111f2[_0xab4828(0xb3)]=_0xab4828(0xdc);const _0x49eb10=_0x5111f2;try{let _0x24dcdf=fs[_0xab4828(0xed)](_0x3a4ec1?configFileTemplatePW:configFileTemplate,_0x49eb10[_0xab4828(0xc8)]);_0x3ef540&&(_0x24dcdf=_0x24dcdf[_0xab4828(0xcf)](_0x49eb10[_0xab4828(0xe0)],_0x3ef540)),_0x40b64f&&(_0x24dcdf=_0x24dcdf[_0xab4828(0xcf)](_0x49eb10[_0xab4828(0xb3)],_0x40b64f)),config=yaml['load'](_0x24dcdf),fs['writeFileSync'](configFile,_0x24dcdf,_0x5074f6=>{const _0x53a93d=_0xab4828;_0x5074f6&&logger[_0x53a93d(0xb0)](_0x5074f6);});}catch(_0x2400d4){logger[_0xab4828(0xb0)](_0x2400d4);}}function addPostInstallScript(_0x2f13b1,_0x5cf7ae){const _0x3eb481=a43_0x6ddea2,_0x59a2ce={};_0x59a2ce['Svnxq']=_0x3eb481(0xd1),_0x59a2ce[_0x3eb481(0xc4)]=_0x3eb481(0xd2),_0x59a2ce[_0x3eb481(0xb8)]=_0x3eb481(0xc5);const _0x2670f2=_0x59a2ce;let _0x531e37=_0x2f13b1[_0x2670f2[_0x3eb481(0xc7)]];if(_0x531e37&&_0x531e37[_0x3eb481(0xe1)](_0x2670f2[_0x3eb481(0xc4)]))return;!_0x531e37?_0x531e37=_0x2670f2[_0x3eb481(0xc4)]:_0x531e37+=_0x2670f2[_0x3eb481(0xb8)],_0x5cf7ae['push']([_0x2670f2[_0x3eb481(0xc7)],_0x531e37]);}function addScriptInPackageJson(){const _0xf1940=a43_0x6ddea2,_0xbc25af={'qHKpk':'utf8','pBZSr':function(_0x8e1aef,_0x36bb81){return _0x8e1aef<_0x36bb81;},'XOIps':function(_0x284a1a,_0x3bf320,_0x2a715b){return _0x284a1a(_0x3bf320,_0x2a715b);},'xURnV':function(_0x3f1358,_0x911556,_0x2f7e9e){return _0x3f1358(_0x911556,_0x2f7e9e);},'rMKnJ':function(_0x54f856,_0x33a299){return _0x54f856<_0x33a299;},'pMGhg':function(_0x54f95e,_0x6b94fb){return _0x54f95e!==_0x6b94fb;},'ICXMF':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x3de533=JSON[_0xf1940(0xef)](fs[_0xf1940(0xed)](packageFile,_0xbc25af[_0xf1940(0xce)])),_0x304d58=[];for(let _0x533418=0x0;_0xbc25af[_0xf1940(0xc0)](_0x533418,frameworks['length']);_0x533418+=0x1){const _0x5f3c8b=_0xbc25af[_0xf1940(0xe4)](findScriptsWithFramework,_0x3de533['scripts'],frameworks[_0x533418]);for(let _0x118aec=0x0;_0xbc25af[_0xf1940(0xc0)](_0x118aec,_0x5f3c8b[_0xf1940(0xd5)]);_0x118aec+=0x1){_0x304d58[_0xf1940(0xd8)](_0xbc25af[_0xf1940(0xa9)](getUpdatedCommand,_0x3de533[_0xf1940(0xe3)],_0x5f3c8b[_0x118aec]));}_0xbc25af[_0xf1940(0xe4)](addPostInstallScript,_0x3de533[_0xf1940(0xe3)],_0x304d58);}const _0x39a27a={..._0x3de533[_0xf1940(0xe3)]},_0xcff2b2=_0x39a27a;for(let _0x5a472f=0x0;_0xbc25af[_0xf1940(0xca)](_0x5a472f,_0x304d58[_0xf1940(0xd5)]);_0x5a472f+=0x1){_0xcff2b2[_0x304d58[_0x5a472f][0x0]]=_0x304d58[_0x5a472f][0x1];}_0xbc25af[_0xf1940(0xa8)](JSON['stringify'](_0x3de533['scripts']),JSON[_0xf1940(0xbd)](_0xcff2b2))&&(logger[_0xf1940(0xc6)](_0xbc25af[_0xf1940(0xd0)]),_0x3de533['scripts']=_0xcff2b2,fs[_0xf1940(0xa3)](packageFile,JSON['stringify'](_0x3de533,null,0x2),_0x531661=>{const _0x378988=_0xf1940;_0x531661&&logger[_0x378988(0xb0)](_0x531661);}));}function a43_0x456e(){const _0x463af3=['5707210TtoCZR','stringify','fireFunnelTestEvent','entries','pBZSr','8244530qmKSjd','yargs','argv','kmbPE','\x20&&\x20npm\x20update\x20browserstack-node-sdk','info','Svnxq','byAtu','/browserstack.yml','rMKnJ','username','utf8','edvgJ','qHKpk','replace','ICXMF','postinstall','npm\x20update\x20browserstack-node-sdk','nightwatch','229312TgOGDW','length','Setup\x20completed','22tghGFn','push','36gXjDfT','source','key','YOUR_ACCESS_KEY','node','YOUR_USERNAME','1749892tDQqeV','mJEyw','includes','cwd','scripts','XOIps','playwright','7QtSmXC','splice','3515031waHxSf','isUndefined','48aEoZhI','browserstack-node-sdk\x20','2576682mprfkt','readFileSync','node-setup','parse','12hPhupQ','YtfqS','writeFileSync','codeceptjs','split','brpYg','mocha','pMGhg','xURnV','winstonLogger','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','js-yaml','SlACj','cucumber-js','debug','error','indexOf','/../../browserstack.yml.sample','hWUeM','80022rIIDXL','234mDFnLE','browserstack-node-sdk','vvTFw','kEzvU','../helpers/logger','join','BBitk'];a43_0x456e=function(){return _0x463af3;};return a43_0x456e();};function findScriptsWithFramework(_0x20ce63,_0x50214d){const _0x193981=a43_0x6ddea2,_0x4d57c0={};_0x4d57c0[_0x193981(0xa2)]=function(_0x5c3a33,_0x5d0232){return _0x5c3a33<_0x5d0232;},_0x4d57c0['SlACj']=_0x193981(0xb6);const _0x193b55=_0x4d57c0,_0x3dcbc3=[],_0x3f6723=Object[_0x193981(0xbf)](_0x20ce63);for(let _0x35eea6=0x0;_0x193b55[_0x193981(0xa2)](_0x35eea6,_0x3f6723[_0x193981(0xd5)]);_0x35eea6+=0x1){_0x3f6723[_0x35eea6][0x1][_0x193981(0xe1)](_0x50214d)&&!_0x3f6723[_0x35eea6][0x1][_0x193981(0xe1)](_0x193b55[_0x193981(0xad)])&&_0x3dcbc3[_0x193981(0xd8)](_0x3f6723[_0x35eea6][0x0]);}return _0x3dcbc3;}function getUpdatedCommand(_0xd5a105,_0x1940f8){const _0x59565c=a43_0x6ddea2,_0x894f91={};_0x894f91[_0x59565c(0xcd)]=function(_0xc0afa3,_0x284c94){return _0xc0afa3!==_0x284c94;},_0x894f91['xETys']=_0x59565c(0xb6),_0x894f91[_0x59565c(0xbb)]=function(_0xd251,_0x2263c0){return _0xd251===_0x2263c0;};const _0x332fb8=_0x894f91,_0x26997d=_0x1940f8+'-browserstack',_0x29fa44=_0xd5a105[_0x1940f8],_0x3bca57=_0x29fa44[_0x59565c(0xa5)]('\x20');for(const _0x468c11 of frameworks){if(_0x332fb8['edvgJ'](_0x3bca57[_0x59565c(0xb1)](_0x468c11),-0x1)){_0x3bca57[_0x59565c(0xe7)](_0x3bca57[_0x59565c(0xb1)](_0x468c11),0x0,_0x332fb8['xETys']);break;}}let _0x43ca91=_0x3bca57[_0x59565c(0xba)]('\x20');return _0x332fb8[_0x59565c(0xbb)](_0x43ca91,_0x29fa44)&&(_0x43ca91=_0x59565c(0xeb)+_0x29fa44),[_0x26997d,_0x43ca91];}function sdkSetup(){const _0x3bf617=a43_0x6ddea2,_0x2eda1a={};_0x2eda1a[_0x3bf617(0xb7)]=_0x3bf617(0xee),_0x2eda1a[_0x3bf617(0xa6)]='SDKSetup';const _0x21321a=_0x2eda1a;if(helper[_0x3bf617(0xe9)](config))return;config[_0x3bf617(0xda)]=_0x21321a[_0x3bf617(0xb7)];try{helper[_0x3bf617(0xbe)](_0x21321a[_0x3bf617(0xa6)],{},config,'');}catch(_0x68c37a){logger[_0x3bf617(0xaf)](_0x3bf617(0xab)+_0x68c37a);}}logger[a43_0x6ddea2(0xc6)](a43_0x6ddea2(0xd6));
3
+ const a43_0x17007e=a43_0x1962;(function(_0x5c6494,_0x46524f){const _0x15b2e9=a43_0x1962,_0x2fb4e0=_0x5c6494();while(!![]){try{const _0x401525=parseInt(_0x15b2e9(0xd9))/0x1+parseInt(_0x15b2e9(0xb7))/0x2*(-parseInt(_0x15b2e9(0xe9))/0x3)+-parseInt(_0x15b2e9(0xc6))/0x4+parseInt(_0x15b2e9(0xa5))/0x5*(parseInt(_0x15b2e9(0xc3))/0x6)+-parseInt(_0x15b2e9(0xab))/0x7+-parseInt(_0x15b2e9(0xcb))/0x8+parseInt(_0x15b2e9(0xbc))/0x9;if(_0x401525===_0x46524f)break;else _0x2fb4e0['push'](_0x2fb4e0['shift']());}catch(_0x4522af){_0x2fb4e0['push'](_0x2fb4e0['shift']());}}}(a43_0x2771,0xa6629));const fs=require('fs'),helper=require(a43_0x17007e(0xd4)),yaml=require(a43_0x17007e(0xdd)),yargs=require('yargs'),logger=require(a43_0x17007e(0xe6))[a43_0x17007e(0xe1)],configFileTemplate=__dirname+a43_0x17007e(0xa9),configFileTemplatePW=__dirname+a43_0x17007e(0xe2),configFile=process['cwd']()+a43_0x17007e(0xbd),packageFile=process[a43_0x17007e(0xad)]()+'/package.json',frameworks=[a43_0x17007e(0xa4),a43_0x17007e(0xa0),'cucumber-js',a43_0x17007e(0xb0),a43_0x17007e(0xda),a43_0x17007e(0xc7),a43_0x17007e(0xae)];let config;function a43_0x2771(){const _0x5cf000=['browserstack-node-sdk','lnntD','info','jnFrD','KsQQE','../helpers/helper','ktPdm','zzaqT','rpAHx','tLllH','951495qmJuch','nightwatch','npm\x20update\x20browserstack-node-sdk','Adding\x20new\x20script(s)\x20in\x20package.json...','js-yaml','YOUR_USERNAME','includes','writeFileSync','winstonLogger','/../../browserstack.pw.yml.sample','JLqwm','tsVsM','QgbVU','../helpers/logger','iFlFl','Setup\x20completed','3NSSJfR','length','utf8','parse','key','sQKEw','jest','readFileSync','load','indexOf','mocha','95unrawc','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','node-setup','LwfJB','/../../browserstack.yml.sample','push','2500932cKeeIX','argv','cwd','playwright','FTowp','node','eGKVK','debug','join','splice','\x20&&\x20npm\x20update\x20browserstack-node-sdk','scripts','977174FIHODz','OiEDb','source','-browserstack','zQapl','13747743xekqZH','/browserstack.yml','ratVe','error','username','postinstall','YQaWF','152454EBYCfA','stringify','Creating\x20configuration\x20file...','562860gdbKzJ','codeceptjs','entries','fireFunnelTestEvent','MSwEx','10349616RDkQzC','YOUR_ACCESS_KEY','replace','xRAXJ'];a43_0x2771=function(){return _0x5cf000;};return a43_0x2771();}logger[a43_0x17007e(0xd1)](a43_0x17007e(0xc5)),createConfigurationFile(yargs[a43_0x17007e(0xac)][a43_0x17007e(0xc0)],yargs[a43_0x17007e(0xac)][a43_0x17007e(0x9e)],yargs[a43_0x17007e(0xac)]['playwright']);try{sdkSetup();}catch(a43_0x269658){logger[a43_0x17007e(0xb2)](a43_0x17007e(0xa6)+a43_0x269658);}addScriptInPackageJson();function createConfigurationFile(_0xd7652b,_0x55a8ba,_0x3bdbdf=![]){const _0x22be76=a43_0x17007e,_0x5c6eeb={};_0x5c6eeb[_0x22be76(0xca)]=_0x22be76(0xeb),_0x5c6eeb[_0x22be76(0xa8)]=_0x22be76(0xde),_0x5c6eeb[_0x22be76(0xbb)]=_0x22be76(0xcc);const _0x22fe0d=_0x5c6eeb;try{let _0x4fd4f4=fs['readFileSync'](_0x3bdbdf?configFileTemplatePW:configFileTemplate,_0x22fe0d[_0x22be76(0xca)]);_0xd7652b&&(_0x4fd4f4=_0x4fd4f4['replace'](_0x22fe0d[_0x22be76(0xa8)],_0xd7652b)),_0x55a8ba&&(_0x4fd4f4=_0x4fd4f4[_0x22be76(0xcd)](_0x22fe0d[_0x22be76(0xbb)],_0x55a8ba)),config=yaml[_0x22be76(0xa2)](_0x4fd4f4),fs[_0x22be76(0xe0)](configFile,_0x4fd4f4,_0x45b214=>{const _0x4b485f=_0x22be76;_0x45b214&&logger[_0x4b485f(0xbf)](_0x45b214);});}catch(_0x1a4cf0){logger[_0x22be76(0xbf)](_0x1a4cf0);}}function addPostInstallScript(_0x293c23,_0x57201d){const _0xe86b41=a43_0x17007e,_0x23a8fd={};_0x23a8fd['OiEDb']=_0xe86b41(0xc1),_0x23a8fd[_0xe86b41(0xd0)]=_0xe86b41(0xdb),_0x23a8fd[_0xe86b41(0xd5)]=_0xe86b41(0xb5);const _0x52af3a=_0x23a8fd;let _0x39e4c1=_0x293c23[_0x52af3a['OiEDb']];if(_0x39e4c1&&_0x39e4c1[_0xe86b41(0xdf)](_0x52af3a[_0xe86b41(0xd0)]))return;!_0x39e4c1?_0x39e4c1=_0x52af3a[_0xe86b41(0xd0)]:_0x39e4c1+=_0x52af3a[_0xe86b41(0xd5)],_0x57201d[_0xe86b41(0xaa)]([_0x52af3a[_0xe86b41(0xb8)],_0x39e4c1]);}function addScriptInPackageJson(){const _0x4b3475=a43_0x17007e,_0x3199fb={'QgbVU':_0x4b3475(0xeb),'xRAXJ':function(_0x4d944f,_0x26673a){return _0x4d944f<_0x26673a;},'tsVsM':function(_0x465718,_0x5a3565,_0x29d945){return _0x465718(_0x5a3565,_0x29d945);},'rpAHx':function(_0x2cdff3,_0xac339c,_0x1e84cd){return _0x2cdff3(_0xac339c,_0x1e84cd);},'zzaqT':function(_0x43b66a,_0x1cf353,_0x2f383c){return _0x43b66a(_0x1cf353,_0x2f383c);},'KsQQE':function(_0x4350de,_0x408d16){return _0x4350de<_0x408d16;},'eGKVK':function(_0x19996c,_0x2f327e){return _0x19996c!==_0x2f327e;},'FTowp':_0x4b3475(0xdc)},_0x28db1f=JSON[_0x4b3475(0x9d)](fs[_0x4b3475(0xa1)](packageFile,_0x3199fb[_0x4b3475(0xe5)])),_0x5e1557=[];for(let _0x2a315c=0x0;_0x3199fb['xRAXJ'](_0x2a315c,frameworks[_0x4b3475(0xea)]);_0x2a315c+=0x1){const _0x1be562=_0x3199fb[_0x4b3475(0xe4)](findScriptsWithFramework,_0x28db1f['scripts'],frameworks[_0x2a315c]);for(let _0x411b1c=0x0;_0x3199fb[_0x4b3475(0xce)](_0x411b1c,_0x1be562['length']);_0x411b1c+=0x1){_0x5e1557['push'](_0x3199fb[_0x4b3475(0xd7)](getUpdatedCommand,_0x28db1f[_0x4b3475(0xb6)],_0x1be562[_0x411b1c]));}_0x3199fb[_0x4b3475(0xd6)](addPostInstallScript,_0x28db1f['scripts'],_0x5e1557);}const _0x49942e={..._0x28db1f['scripts']},_0x4f6e09=_0x49942e;for(let _0x4c7975=0x0;_0x3199fb[_0x4b3475(0xd3)](_0x4c7975,_0x5e1557[_0x4b3475(0xea)]);_0x4c7975+=0x1){_0x4f6e09[_0x5e1557[_0x4c7975][0x0]]=_0x5e1557[_0x4c7975][0x1];}_0x3199fb[_0x4b3475(0xb1)](JSON['stringify'](_0x28db1f[_0x4b3475(0xb6)]),JSON[_0x4b3475(0xc4)](_0x4f6e09))&&(logger[_0x4b3475(0xd1)](_0x3199fb[_0x4b3475(0xaf)]),_0x28db1f[_0x4b3475(0xb6)]=_0x4f6e09,fs[_0x4b3475(0xe0)](packageFile,JSON[_0x4b3475(0xc4)](_0x28db1f,null,0x2),_0x1bcd34=>{const _0x40be60=_0x4b3475;_0x1bcd34&&logger[_0x40be60(0xbf)](_0x1bcd34);}));};function findScriptsWithFramework(_0x579cfc,_0x570e22){const _0x24d725=a43_0x17007e,_0x26f2d3={};_0x26f2d3[_0x24d725(0xbe)]=function(_0x3c6421,_0x3809fb){return _0x3c6421<_0x3809fb;},_0x26f2d3[_0x24d725(0xd8)]=_0x24d725(0xcf);const _0x6a2a34=_0x26f2d3,_0x4a563a=[],_0x3961a5=Object[_0x24d725(0xc8)](_0x579cfc);for(let _0x3ff877=0x0;_0x6a2a34[_0x24d725(0xbe)](_0x3ff877,_0x3961a5[_0x24d725(0xea)]);_0x3ff877+=0x1){_0x3961a5[_0x3ff877][0x1][_0x24d725(0xdf)](_0x570e22)&&!_0x3961a5[_0x3ff877][0x1][_0x24d725(0xdf)](_0x6a2a34[_0x24d725(0xd8)])&&_0x4a563a[_0x24d725(0xaa)](_0x3961a5[_0x3ff877][0x0]);}return _0x4a563a;}function getUpdatedCommand(_0x44c1c0,_0x5afff3){const _0xa1b3f2=a43_0x17007e,_0x3e41f3={};_0x3e41f3[_0xa1b3f2(0xd2)]=function(_0x3898a8,_0x441b73){return _0x3898a8!==_0x441b73;},_0x3e41f3[_0xa1b3f2(0xe7)]=_0xa1b3f2(0xcf),_0x3e41f3[_0xa1b3f2(0x9f)]=function(_0x1efa8f,_0x427ebd){return _0x1efa8f===_0x427ebd;};const _0xb2f2f4=_0x3e41f3,_0x4610a3=_0x5afff3+_0xa1b3f2(0xba),_0x47268c=_0x44c1c0[_0x5afff3],_0x3bf282=_0x47268c['split']('\x20');for(const _0x4d014b of frameworks){if(_0xb2f2f4['jnFrD'](_0x3bf282['indexOf'](_0x4d014b),-0x1)){_0x3bf282[_0xa1b3f2(0xb4)](_0x3bf282[_0xa1b3f2(0xa3)](_0x4d014b),0x0,_0xb2f2f4[_0xa1b3f2(0xe7)]);break;}}let _0x6f1d42=_0x3bf282[_0xa1b3f2(0xb3)]('\x20');return _0xb2f2f4[_0xa1b3f2(0x9f)](_0x6f1d42,_0x47268c)&&(_0x6f1d42='browserstack-node-sdk\x20'+_0x47268c),[_0x4610a3,_0x6f1d42];}function sdkSetup(){const _0x4a7a8f=a43_0x17007e,_0x247c0b={};_0x247c0b['JLqwm']=_0x4a7a8f(0xa7),_0x247c0b[_0x4a7a8f(0xc2)]='SDKSetup';const _0x4d9b3e=_0x247c0b;if(helper['isUndefined'](config))return;config[_0x4a7a8f(0xb9)]=_0x4d9b3e[_0x4a7a8f(0xe3)];try{helper[_0x4a7a8f(0xc9)](_0x4d9b3e[_0x4a7a8f(0xc2)],{},config,'');}catch(_0x2b3f10){logger['debug'](_0x4a7a8f(0xa6)+_0x2b3f10);}}function a43_0x1962(_0x43ad4e,_0x4652d5){const _0x277121=a43_0x2771();return a43_0x1962=function(_0x196297,_0x34dc8d){_0x196297=_0x196297-0x9d;let _0x59bd98=_0x277121[_0x196297];return _0x59bd98;},a43_0x1962(_0x43ad4e,_0x4652d5);}logger[a43_0x17007e(0xd1)](a43_0x17007e(0xe8));
@@ -1 +1 @@
1
- function a44_0x21bb(_0x3fc950,_0x4ed304){const _0x1f67bd=a44_0x1f67();return a44_0x21bb=function(_0x21bb60,_0x5cda06){_0x21bb60=_0x21bb60-0xe9;let _0x19c1d2=_0x1f67bd[_0x21bb60];return _0x19c1d2;},a44_0x21bb(_0x3fc950,_0x4ed304);}const a44_0xc3953c=a44_0x21bb;function a44_0x1f67(){const _0x4be0ce=['test-file-success','PnJla','aaBRc','omEhZ','then','file','waitForExit','resolve','PiVRS','AVMYp','ppkEZ','parallelVanillaRun','163587WbJzCl','stop','MOCHA','694266ECrbwo','cucumberWorker','tvWSV','jAxgE','getStdout','platform-run-failure','EyTnX','info','SfPJQ','ooIHO','JEkNp','exitCode','wgcvO','failureCount','test-file-failure','wftXI','./testWorker.js','KPYPs','stdout','1274130eYGNlE','nzfKw','1192230YZuCBK','getWorkers','error','send','emit','127252qoiMUv','json','../../helpers/testhub/testhubHandler','winstonLogger','platformCaps','results','aIbiS','platforms','p-limit','configuration','Workers\x20failed\x20to\x20exit\x20gracefully','GsKtn','forEach','MMkND','_child','uLgTc','\x20for','all','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','config','trZSb','parallelTestRun','vanillaWorker','../../helpers/accessibility-automation/helper','PGKaF','parallelCucumberRun','rekQW','1006453vElznM','end','map','_workerPool','jest-worker','util','MuQxR','length','Running\x20','TjgTE','worker','56sZaLBn','pipe','tTZMa','5xWBNoW','Worker','NGsOr','../../helpers/test-observability/utils','draqv','249418TlGSFU','stderr','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','getStderr','ncvhb','emittery','../../helpers/test-observability/sessionHandler','EKeqn','platform','Erabi'];a44_0x1f67=function(){return _0x4be0ce;};return a44_0x1f67();}(function(_0xb66fab,_0x1b7c73){const _0x379b78=a44_0x21bb,_0x59d36b=_0xb66fab();while(!![]){try{const _0x33ffbd=-parseInt(_0x379b78(0x11c))/0x1+-parseInt(_0x379b78(0x135))/0x2+-parseInt(_0x379b78(0x132))/0x3+parseInt(_0x379b78(0xee))/0x4*(-parseInt(_0x379b78(0x117))/0x5)+parseInt(_0x379b78(0x148))/0x6+-parseInt(_0x379b78(0x109))/0x7+parseInt(_0x379b78(0x114))/0x8*(parseInt(_0x379b78(0xe9))/0x9);if(_0x33ffbd===_0x1b7c73)break;else _0x59d36b['push'](_0x59d36b['shift']());}catch(_0x3edc99){_0x59d36b['push'](_0x59d36b['shift']());}}}(a44_0x1f67,0x4c68d));const Worker=require(a44_0xc3953c(0x10d))[a44_0xc3953c(0x118)],Emittery=require(a44_0xc3953c(0x121)),pLimit=require(a44_0xc3953c(0xf6)),util=require(a44_0xc3953c(0x10e)),logger=require('../../helpers/logger')[a44_0xc3953c(0xf1)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0xc3953c(0x105)),SessionHandler=require(a44_0xc3953c(0x122)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0xc3953c(0x11a)),TestHubHandler=require(a44_0xc3953c(0xf0)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),checkAccessibility=_0x33e47e=>{const _0x31cfe2=a44_0xc3953c,_0x478a85={};_0x478a85[_0x31cfe2(0x13e)]=function(_0x121a0b,_0x5a007e){return _0x121a0b===_0x5a007e;};const _0x57a5cc=_0x478a85;let _0x455b12=![];try{_0x33e47e[_0x31cfe2(0xf5)][_0x31cfe2(0xfa)](_0x483edc=>{const _0x1b3659=_0x31cfe2;if(_0x57a5cc[_0x1b3659(0x13e)](_0x483edc['accessibility'],!![]))return _0x455b12=!![],!![];});}catch(_0x549c2a){logger['debug'](_0x31cfe2(0x100)+_0x549c2a);}return _0x455b12;};exports[a44_0xc3953c(0x103)]=(_0x56b3b6,_0x5a5bc4,_0x2336d6)=>new Promise(async _0x41fef9=>{const _0x1ed224=a44_0xc3953c,_0x1c0d91={'NGsOr':_0x1ed224(0x142),'JEkNp':function(_0x4d7476,_0x4d33ec){return _0x4d7476+_0x4d33ec;},'nzfKw':_0x1ed224(0xf3),'aIbiS':_0x1ed224(0xf8),'KPYPs':function(_0x44af82,_0x4e9727){return _0x44af82(_0x4e9727);},'GsKtn':function(_0x3913e0,_0x69e1f2){return _0x3913e0(_0x69e1f2);},'naayt':'test-file-start','Qhsau':_0x1ed224(0x145),'bLoTq':_0x1ed224(0x113),'tvWSV':'json','kbpcL':_0x1ed224(0x115),'EKeqn':function(_0x4808ee,_0x39b6a1){return _0x4808ee*_0x39b6a1;},'wwjqO':_0x1ed224(0x126),'PGKaF':_0x1ed224(0x143)},_0x2d05a3=_0x2336d6[_0x1ed224(0x101)],_0x24b0a4={},_0x35dad3=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x1ed224(0x134)],_0x2336d6),_0x493c5f=new Worker(require[_0x1ed224(0x12d)](_0x1c0d91['Qhsau']),{'exposedMethods':[_0x1c0d91['bLoTq']],'forkOptions':{'serialization':_0x1c0d91[_0x1ed224(0x137)],'stdio':_0x1c0d91['kbpcL']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1c0d91['EKeqn'](_0x5a5bc4,0x1),'enableWorkerThreads':!![]}),_0x4b843c=new Emittery();_0x4b843c['on'](_0x1c0d91['wwjqO'],_0x3df85a=>{const _0x2bbbc8=_0x1ed224;_0x24b0a4[_0x3df85a[0x0]]?(_0x24b0a4[_0x3df85a[0x0]][_0x1c0d91[_0x2bbbc8(0x119)]]=_0x1c0d91[_0x2bbbc8(0x13f)](_0x24b0a4[_0x3df85a[0x0]][_0x1c0d91['NGsOr']],_0x3df85a[0x1][_0x1c0d91[_0x2bbbc8(0x119)]]),_0x24b0a4[_0x3df85a[0x0]][_0x1c0d91[_0x2bbbc8(0x149)]]=[..._0x24b0a4[_0x3df85a[0x0]][_0x1c0d91[_0x2bbbc8(0x149)]],..._0x3df85a[0x1][_0x1c0d91[_0x2bbbc8(0x149)]]]):_0x24b0a4[_0x3df85a[0x0]]={'failureCount':_0x3df85a[0x1][_0x1c0d91[_0x2bbbc8(0x119)]],'results':[..._0x3df85a[0x1][_0x1c0d91['nzfKw']]]};}),_0x4b843c['on'](_0x1c0d91[_0x1ed224(0x106)],_0x4a0ae2=>console['log'](_0x4a0ae2[0x1]));_0x493c5f[_0x1ed224(0x139)]()&&_0x493c5f['getStdout']()[_0x1ed224(0x115)](process[_0x1ed224(0x147)]);_0x493c5f[_0x1ed224(0x11f)]()&&_0x493c5f['getStderr']()['pipe'](process[_0x1ed224(0x11d)]);const _0x28de82=async()=>{const _0x4ce3b3=_0x1ed224,{forceExited:_0x2ab4c4}=await _0x493c5f[_0x4ce3b3(0x10a)]();_0x2ab4c4&&console[_0x4ce3b3(0xeb)](_0x1c0d91[_0x4ce3b3(0xf4)]);try{await TestHubHandler[_0x4ce3b3(0x133)]();}catch(_0x143bdc){_0x1c0d91[_0x4ce3b3(0x146)](debug,_0x4ce3b3(0x11e)+_0x143bdc);}_0x1c0d91[_0x4ce3b3(0xf9)](_0x41fef9,_0x24b0a4);},_0x3a391d=_0x1c0d91[_0x1ed224(0xf9)](pLimit,_0x1c0d91[_0x1ed224(0x123)](_0x5a5bc4,0x1)),_0x105b19=_0x4a6e2c=>_0x3a391d(async()=>{const _0x14f8bc=_0x1ed224;return await _0x4b843c[_0x14f8bc(0xed)](_0x1c0d91['naayt'],_0x4a6e2c),_0x493c5f[_0x14f8bc(0x113)](_0x4a6e2c,_0x2d05a3);});Promise['all'](_0x56b3b6[_0x1ed224(0x10b)](_0x4f8e44=>_0x105b19(_0x4f8e44)[_0x1ed224(0x12a)](_0x3cea39=>_0x4b843c[_0x1ed224(0xed)](_0x1ed224(0x126),[_0x4f8e44[_0x1ed224(0xf7)]['platform'],_0x3cea39]),_0x12666a=>_0x4b843c[_0x1ed224(0xed)](_0x1ed224(0x143),[_0x4f8e44,_0x12666a]))))[_0x1ed224(0x12a)](_0x28de82,_0x28de82);}),exports[a44_0xc3953c(0x107)]=(_0x2bf44a,_0x21595e,_0x244adb,_0x418ed5,_0x47bbb5)=>{const _0x2d7d0d=a44_0xc3953c,_0x21bf3a={'wgcvO':_0x2d7d0d(0xf8),'ppkEZ':function(_0x4a8f5d,_0x1e8771){return _0x4a8f5d(_0x1e8771);},'SfPJQ':'platform-run-start','bWvEv':_0x2d7d0d(0x145),'PnJla':_0x2d7d0d(0x136),'draqv':'json','trZSb':_0x2d7d0d(0x115),'MuQxR':'platform-run-success','PiVRS':_0x2d7d0d(0x13a)};return new Promise(_0x4e1d29=>{const _0x47c569=_0x2d7d0d,_0x27547d={'zEBrl':_0x21bf3a[_0x47c569(0x141)],'TjgTE':function(_0x30310d,_0x4c0671){const _0x18e38a=_0x47c569;return _0x21bf3a[_0x18e38a(0x130)](_0x30310d,_0x4c0671);},'wftXI':_0x21bf3a[_0x47c569(0x13d)]},_0x43ff15=[],_0x3b5ff1=new Worker(require['resolve'](_0x21bf3a['bWvEv']),{'exposedMethods':[_0x21bf3a[_0x47c569(0x127)]],'forkOptions':{'serialization':_0x21bf3a[_0x47c569(0x11b)],'stdio':_0x21bf3a[_0x47c569(0x102)]},'numWorkers':_0x2bf44a[_0x47c569(0x110)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1fe5a8=new Emittery();_0x1fe5a8['on'](_0x21bf3a[_0x47c569(0x10f)],_0x22bf7e=>{_0x43ff15['push']([_0x22bf7e[0x0],_0x22bf7e[0x1]]);}),_0x1fe5a8['on'](_0x21bf3a[_0x47c569(0x12e)],_0x55c72d=>console['log'](_0x55c72d[0x1]));_0x3b5ff1['getStdout']()&&_0x3b5ff1[_0x47c569(0x139)]()[_0x47c569(0x115)](process[_0x47c569(0x147)]);_0x3b5ff1[_0x47c569(0x11f)]()&&_0x3b5ff1[_0x47c569(0x11f)]()[_0x47c569(0x115)](process[_0x47c569(0x11d)]);const _0x1edc67=async()=>{const _0x383a96=_0x47c569,{forceExited:_0x1ca0a5}=await _0x3b5ff1['end']();_0x1ca0a5&&console[_0x383a96(0xeb)](_0x27547d['zEBrl']),_0x27547d[_0x383a96(0x112)](_0x4e1d29,_0x43ff15);},_0xdae278=_0x21bf3a[_0x47c569(0x130)](pLimit,_0x2bf44a[_0x47c569(0x110)]||0x1),_0x116021=(_0x3bf756,_0x537d24)=>_0xdae278(async()=>{const _0xd65481=_0x47c569;return await _0x1fe5a8['emit'](_0x27547d[_0xd65481(0x144)],_0x3bf756),_0x21595e[_0xd65481(0xf2)]=_0x244adb[_0xd65481(0xf5)][_0x537d24],_0x3b5ff1['cucumberWorker'](_0x3bf756,_0x21595e,_0x244adb,_0x418ed5,_0x47bbb5);});Promise[_0x47c569(0xff)](_0x2bf44a[_0x47c569(0x10b)]((_0x43f815,_0x4e41cc)=>_0x116021(_0x43f815,_0x4e41cc)[_0x47c569(0x12a)](_0x58703b=>_0x1fe5a8[_0x47c569(0xed)]('platform-run-success',[_0x43f815,_0x58703b]),_0x5ec768=>_0x1fe5a8[_0x47c569(0xed)](_0x47c569(0x13a),[_0x43f815,_0x5ec768]))))[_0x47c569(0x12a)](_0x1edc67,_0x1edc67);});},exports[a44_0xc3953c(0x131)]=(_0x1d3ec5,_0x1e37f6)=>new Promise(_0x94711=>{const _0x5278ea=a44_0xc3953c,_0x24111f={'jAxgE':function(_0x25fe8a,_0x58b6bc){return _0x25fe8a===_0x58b6bc;},'uLgTc':function(_0x34ea67,_0x3f4f7c){return _0x34ea67!==_0x3f4f7c;},'iYmro':'exit','tTZMa':_0x5278ea(0xf8),'AVMYp':function(_0x213e14,_0xf9ede2){return _0x213e14(_0xf9ede2);},'EyTnX':_0x5278ea(0x145),'Erabi':_0x5278ea(0x104),'rekQW':_0x5278ea(0xef),'NZSPP':'pipe','NrvHw':'test-file-success','ncvhb':_0x5278ea(0x143)},_0x1e6e38={},_0xbf7eb8=new Worker(require[_0x5278ea(0x12d)](_0x24111f[_0x5278ea(0x13b)]),{'exposedMethods':[_0x24111f[_0x5278ea(0x125)]],'forkOptions':{'serialization':_0x24111f[_0x5278ea(0x108)],'stdio':_0x24111f['NZSPP']},'numWorkers':_0x1e37f6,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x37189f=new Emittery();_0x37189f['on'](_0x24111f['NrvHw'],_0x4c00e4=>{const _0x597335=_0x5278ea;_0x4c00e4[0x0]&&logger[_0x597335(0x13c)](_0x597335(0x111)+_0x4c00e4[0x1]+_0x597335(0xfe),_0x4c00e4[0x0]);}),_0x37189f['on'](_0x24111f[_0x5278ea(0x120)],_0x1129c3=>{process['exitCode']=0x1;});_0xbf7eb8[_0x5278ea(0x139)]()&&_0xbf7eb8[_0x5278ea(0x139)]()['pipe'](process['stdout']);_0xbf7eb8[_0x5278ea(0x11f)]()&&_0xbf7eb8['getStderr']()[_0x5278ea(0x115)](process[_0x5278ea(0x11d)]);const _0x3c2a84=async()=>{const _0x1630e9=_0x5278ea,_0x325d40={'hydIq':function(_0x3aa3d6,_0x49aded){const _0x5b4f1d=a44_0x21bb;return _0x24111f[_0x5b4f1d(0x138)](_0x3aa3d6,_0x49aded);},'MIpJz':function(_0x52e430,_0x21bd5e){const _0x307f8e=a44_0x21bb;return _0x24111f[_0x307f8e(0xfd)](_0x52e430,_0x21bd5e);},'aaBRc':_0x24111f['iYmro']};let _0x4883be=0x0;const _0x3aaf6c=_0xbf7eb8[_0x1630e9(0x10c)][_0x1630e9(0xea)](),_0x44b1cc=()=>{},_0x3a7e0e=_0x3aaf6c[_0x1630e9(0x10b)](async _0x2fa4e3=>{const _0x17654e=_0x1630e9,_0x2c09c5={'omEhZ':function(_0x10c987,_0x419fe9){return _0x325d40['hydIq'](_0x10c987,_0x419fe9);},'MMkND':function(_0x31f77e,_0x3b4fe6){return _0x325d40['MIpJz'](_0x31f77e,_0x3b4fe6);}};_0x2fa4e3[_0x17654e(0xec)]([0x2,![]],_0x44b1cc,_0x44b1cc,_0x44b1cc),_0x2fa4e3[_0x17654e(0xfc)]['on'](_0x325d40[_0x17654e(0x128)],_0x4031ab=>{const _0x4fbfb4=_0x17654e;_0x2c09c5[_0x4fbfb4(0x129)](_0x4883be,0x0)&&_0x2c09c5[_0x4fbfb4(0xfb)](_0x4031ab,0x0)&&(_0x4883be=_0x4031ab);}),await _0x2fa4e3[_0x17654e(0x12c)]();});await Promise[_0x1630e9(0xff)](_0x3a7e0e),process[_0x1630e9(0x140)]=_0x4883be;const {forceExited:_0x3ae459}=await _0xbf7eb8[_0x1630e9(0x10a)]();_0x3ae459&&console[_0x1630e9(0xeb)](_0x24111f[_0x1630e9(0x116)]),_0x24111f[_0x1630e9(0x12f)](_0x94711,_0x1e6e38);},_0x23fa50=_0x24111f['AVMYp'](pLimit,_0x1e37f6),_0x48b86c=_0x197a38=>_0x23fa50(async()=>{return _0xbf7eb8['vanillaWorker'](_0x197a38);});Promise[_0x5278ea(0xff)](_0x1d3ec5['map'](_0x586cb4=>_0x48b86c(_0x586cb4)[_0x5278ea(0x12a)](_0xc63bac=>_0x37189f['emit'](_0x5278ea(0x126),[_0x586cb4['configuration'][_0x5278ea(0x124)],_0x586cb4[_0x5278ea(0xf7)][_0x5278ea(0x12b)]]),_0x39053a=>_0x37189f[_0x5278ea(0xed)]('test-file-failure',[_0x586cb4,_0x39053a]))))[_0x5278ea(0x12a)](_0x3c2a84,_0x3c2a84);});
1
+ function a44_0x1151(){const _0x272d92=['exyej','tpQsA','qHSyP','json','cucumberWorker','gcVOb','platforms','launchBuild','../../helpers/accessibility-automation/helper','worker','test-file-failure','platform-run-failure','map','waitForExit','rdOqm','vanillaWorker','dRWxG','AjLdw','ebLGg','nUBJd','44847HufYzq','rYDiG','platformCaps','3107797biouvn','1744734JGHGYy','exitCode','error','TMjMb','test-file-success','lIXTQ','xpFJi','YOoRR','log','kLLWe','../../helpers/logger','CtfcA','zoaAP','4UkxZVQ','config','jest-worker','p-limit','pipe','forEach','test-file-start','eurKs','YszCK','dyoxP','file','winstonLogger','aBRrf','_workerPool','895236vuDgdH','send','parallelCucumberRun','platform-run-start','length','stderr','HkRJO','platform-run-success','all','util','emit','configuration','NynTF','parallelVanillaRun','dyATw','InTFv','Workers\x20failed\x20to\x20exit\x20gracefully','_child','parallelTestRun','Running\x20','lfiPc','debug','platform','mWxDA','../../helpers/test-observability/utils','rvWJy','getStdout','baCmd','accessibility','emittery','getWorkers','push','stdout','stop','./testWorker.js','../../helpers/testhub/testhubHandler','getStderr','1536CyoUEX','609711ccKAjj','MOCHA','fyBkB','end','../../helpers/test-observability/sessionHandler','XPyFL','exit','15pCwqrt','364794DithmR','then','resolve','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','465140zfydFc','failureCount'];a44_0x1151=function(){return _0x272d92;};return a44_0x1151();}const a44_0x3734ce=a44_0x34e8;(function(_0x2ff4bd,_0x5d7403){const _0x2d82e0=a44_0x34e8,_0x2dd1e6=_0x2ff4bd();while(!![]){try{const _0x301e6d=parseInt(_0x2d82e0(0x1f7))/0x1+-parseInt(_0x2d82e0(0x21d))/0x2+-parseInt(_0x2d82e0(0x1ff))/0x3*(parseInt(_0x2d82e0(0x1c3))/0x4)+-parseInt(_0x2d82e0(0x1fe))/0x5*(parseInt(_0x2d82e0(0x1d1))/0x6)+parseInt(_0x2d82e0(0x21c))/0x7+-parseInt(_0x2d82e0(0x1f6))/0x8*(-parseInt(_0x2d82e0(0x219))/0x9)+-parseInt(_0x2d82e0(0x203))/0xa;if(_0x301e6d===_0x5d7403)break;else _0x2dd1e6['push'](_0x2dd1e6['shift']());}catch(_0x684cd3){_0x2dd1e6['push'](_0x2dd1e6['shift']());}}}(a44_0x1151,0x7f851));const Worker=require(a44_0x3734ce(0x1c5))['Worker'],Emittery=require(a44_0x3734ce(0x1ee)),pLimit=require(a44_0x3734ce(0x1c6)),util=require(a44_0x3734ce(0x1da)),logger=require(a44_0x3734ce(0x1c0))[a44_0x3734ce(0x1ce)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x3734ce(0x20d)),SessionHandler=require(a44_0x3734ce(0x1fb)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x3734ce(0x1e9)),TestHubHandler=require(a44_0x3734ce(0x1f4)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),checkAccessibility=_0x4f044d=>{const _0x38d007=a44_0x3734ce,_0x8132d3={};_0x8132d3[_0x38d007(0x1df)]=function(_0x42faf6,_0x22892e){return _0x42faf6===_0x22892e;};const _0x4d7885=_0x8132d3;let _0x45ade9=![];try{_0x4f044d[_0x38d007(0x20b)][_0x38d007(0x1c8)](_0x1fccf9=>{const _0x4a620f=_0x38d007;if(_0x4d7885['dyATw'](_0x1fccf9[_0x4a620f(0x1ed)],!![]))return _0x45ade9=!![],!![];});}catch(_0x43f94f){logger[_0x38d007(0x1e6)](_0x38d007(0x202)+_0x43f94f);}return _0x45ade9;};function a44_0x34e8(_0x54cb01,_0x42766b){const _0x1151b9=a44_0x1151();return a44_0x34e8=function(_0x34e8b5,_0x590bf6){_0x34e8b5=_0x34e8b5-0x1bf;let _0x3c9f28=_0x1151b9[_0x34e8b5];return _0x3c9f28;},a44_0x34e8(_0x54cb01,_0x42766b);}exports[a44_0x3734ce(0x1e3)]=(_0x361d2c,_0x445e9a,_0x5878ee)=>new Promise(async _0x3adbb2=>{const _0x5cc9c2=a44_0x3734ce,_0x5280b7={'ebLGg':_0x5cc9c2(0x204),'yPRUT':function(_0x52ac5b,_0x58a7c5){return _0x52ac5b+_0x58a7c5;},'nUBJd':'results','YOoRR':_0x5cc9c2(0x1e1),'aBRrf':function(_0x2fc194,_0xf663a8){return _0x2fc194(_0xf663a8);},'beRrP':function(_0x471d52,_0x2f06b5){return _0x471d52(_0x2f06b5);},'lfiPc':_0x5cc9c2(0x1c9),'NynTF':_0x5cc9c2(0x1f3),'egWQd':'worker','lIXTQ':_0x5cc9c2(0x208),'HkRJO':'pipe','rYDiG':function(_0x4d8db7,_0x2568cb){return _0x4d8db7*_0x2568cb;},'TMZzE':'test-file-success','dyoxP':'test-file-failure','InTFv':function(_0x19bd70,_0x1d08bc){return _0x19bd70*_0x1d08bc;}},_0x11908d=_0x5878ee[_0x5cc9c2(0x1c4)],_0xa26a5f={},_0x170fa1=await TestHubHandler[_0x5cc9c2(0x20c)](FRAMEWORKS[_0x5cc9c2(0x1f8)],_0x5878ee),_0x4e61ea=new Worker(require['resolve'](_0x5280b7[_0x5cc9c2(0x1dd)]),{'exposedMethods':[_0x5280b7['egWQd']],'forkOptions':{'serialization':_0x5280b7[_0x5cc9c2(0x222)],'stdio':_0x5280b7[_0x5cc9c2(0x1d7)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5280b7[_0x5cc9c2(0x21a)](_0x445e9a,0x1),'enableWorkerThreads':!![]}),_0x57dcdf=new Emittery();_0x57dcdf['on'](_0x5280b7['TMZzE'],_0x6714e0=>{const _0x7722f9=_0x5cc9c2;_0xa26a5f[_0x6714e0[0x0]]?(_0xa26a5f[_0x6714e0[0x0]][_0x5280b7['ebLGg']]=_0x5280b7['yPRUT'](_0xa26a5f[_0x6714e0[0x0]][_0x5280b7[_0x7722f9(0x217)]],_0x6714e0[0x1][_0x5280b7[_0x7722f9(0x217)]]),_0xa26a5f[_0x6714e0[0x0]][_0x5280b7['nUBJd']]=[..._0xa26a5f[_0x6714e0[0x0]][_0x5280b7[_0x7722f9(0x218)]],..._0x6714e0[0x1][_0x5280b7[_0x7722f9(0x218)]]]):_0xa26a5f[_0x6714e0[0x0]]={'failureCount':_0x6714e0[0x1][_0x5280b7[_0x7722f9(0x217)]],'results':[..._0x6714e0[0x1][_0x5280b7['nUBJd']]]};}),_0x57dcdf['on'](_0x5280b7[_0x5cc9c2(0x1cc)],_0x115c05=>console['log'](_0x115c05[0x1]));_0x4e61ea[_0x5cc9c2(0x1eb)]()&&_0x4e61ea[_0x5cc9c2(0x1eb)]()[_0x5cc9c2(0x1c7)](process[_0x5cc9c2(0x1f1)]);_0x4e61ea[_0x5cc9c2(0x1f5)]()&&_0x4e61ea[_0x5cc9c2(0x1f5)]()[_0x5cc9c2(0x1c7)](process['stderr']);const _0x201a5e=async()=>{const _0x6c88c=_0x5cc9c2,{forceExited:_0x585375}=await _0x4e61ea[_0x6c88c(0x1fa)]();_0x585375&&console[_0x6c88c(0x21f)](_0x5280b7[_0x6c88c(0x224)]);try{await TestHubHandler[_0x6c88c(0x1f2)]();}catch(_0x3d9ec0){_0x5280b7[_0x6c88c(0x1cf)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x3d9ec0);}_0x5280b7['beRrP'](_0x3adbb2,_0xa26a5f);},_0x40703d=_0x5280b7[_0x5cc9c2(0x1cf)](pLimit,_0x5280b7[_0x5cc9c2(0x1e0)](_0x445e9a,0x1)),_0x43d8c0=_0x301177=>_0x40703d(async()=>{const _0x4a72d0=_0x5cc9c2;return await _0x57dcdf['emit'](_0x5280b7[_0x4a72d0(0x1e5)],_0x301177),_0x4e61ea[_0x4a72d0(0x20e)](_0x301177,_0x11908d);});Promise[_0x5cc9c2(0x1d9)](_0x361d2c['map'](_0xcd1811=>_0x43d8c0(_0xcd1811)[_0x5cc9c2(0x200)](_0x320dc9=>_0x57dcdf[_0x5cc9c2(0x1db)](_0x5cc9c2(0x221),[_0xcd1811['configuration'][_0x5cc9c2(0x1e7)],_0x320dc9]),_0x5e4e1f=>_0x57dcdf[_0x5cc9c2(0x1db)](_0x5cc9c2(0x20f),[_0xcd1811,_0x5e4e1f]))))[_0x5cc9c2(0x200)](_0x201a5e,_0x201a5e);}),exports[a44_0x3734ce(0x1d3)]=(_0x203462,_0x1a7980,_0x394ade,_0x29ee1d,_0xcd7725)=>{const _0x5b07dc=a44_0x3734ce,_0xb303c0={'yAZjx':_0x5b07dc(0x1d4),'AjLdw':_0x5b07dc(0x1e1),'fyBkB':function(_0x2524e7,_0x27e853){return _0x2524e7(_0x27e853);},'rdOqm':_0x5b07dc(0x1f3),'xpFJi':_0x5b07dc(0x209),'mWxDA':_0x5b07dc(0x208),'XPyFL':_0x5b07dc(0x1c7),'tBEsd':_0x5b07dc(0x1d8),'kLLWe':_0x5b07dc(0x210)};return new Promise(_0x868013=>{const _0x415642=_0x5b07dc,_0x33ebb5={'baCmd':_0xb303c0[_0x415642(0x216)],'CtfcA':function(_0x3f07b8,_0x411b7c){const _0x76f4a4=_0x415642;return _0xb303c0[_0x76f4a4(0x1f9)](_0x3f07b8,_0x411b7c);}},_0x1e2e36=[],_0xba7e26=new Worker(require[_0x415642(0x201)](_0xb303c0[_0x415642(0x213)]),{'exposedMethods':[_0xb303c0[_0x415642(0x223)]],'forkOptions':{'serialization':_0xb303c0[_0x415642(0x1e8)],'stdio':_0xb303c0[_0x415642(0x1fc)]},'numWorkers':_0x203462[_0x415642(0x1d5)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4e7a9b=new Emittery();_0x4e7a9b['on'](_0xb303c0['tBEsd'],_0x1cfd9c=>{const _0x5a7758=_0x415642;_0x1e2e36[_0x5a7758(0x1f0)]([_0x1cfd9c[0x0],_0x1cfd9c[0x1]]);}),_0x4e7a9b['on'](_0xb303c0[_0x415642(0x1bf)],_0x3e0ff1=>console[_0x415642(0x225)](_0x3e0ff1[0x1]));_0xba7e26[_0x415642(0x1eb)]()&&_0xba7e26['getStdout']()[_0x415642(0x1c7)](process[_0x415642(0x1f1)]);_0xba7e26['getStderr']()&&_0xba7e26['getStderr']()[_0x415642(0x1c7)](process[_0x415642(0x1d6)]);const _0x37c4a4=async()=>{const _0x4707ae=_0x415642,{forceExited:_0x2cac98}=await _0xba7e26[_0x4707ae(0x1fa)]();_0x2cac98&&console['error'](_0x33ebb5[_0x4707ae(0x1ec)]),_0x33ebb5[_0x4707ae(0x1c1)](_0x868013,_0x1e2e36);},_0x3b68e4=_0xb303c0[_0x415642(0x1f9)](pLimit,_0x203462[_0x415642(0x1d5)]||0x1),_0x55e262=(_0x14c345,_0x3d266b)=>_0x3b68e4(async()=>{const _0x44be1f=_0x415642;return await _0x4e7a9b['emit'](_0xb303c0['yAZjx'],_0x14c345),_0x1a7980[_0x44be1f(0x21b)]=_0x394ade[_0x44be1f(0x20b)][_0x3d266b],_0xba7e26[_0x44be1f(0x209)](_0x14c345,_0x1a7980,_0x394ade,_0x29ee1d,_0xcd7725);});Promise[_0x415642(0x1d9)](_0x203462[_0x415642(0x211)]((_0x10ebcd,_0x5de06a)=>_0x55e262(_0x10ebcd,_0x5de06a)[_0x415642(0x200)](_0x157e09=>_0x4e7a9b[_0x415642(0x1db)](_0x415642(0x1d8),[_0x10ebcd,_0x157e09]),_0x3c180c=>_0x4e7a9b[_0x415642(0x1db)](_0x415642(0x210),[_0x10ebcd,_0x3c180c]))))['then'](_0x37c4a4,_0x37c4a4);});},exports[a44_0x3734ce(0x1de)]=(_0x3d22ab,_0x2fb097)=>new Promise(_0x1bd0c8=>{const _0x33bc41=a44_0x3734ce,_0x2cc6a4={'gcVOb':function(_0x206718,_0x59df73){return _0x206718===_0x59df73;},'exyej':function(_0x24b6e6,_0x9dc9a7){return _0x24b6e6!==_0x9dc9a7;},'vUocM':_0x33bc41(0x1fd),'TMjMb':_0x33bc41(0x1e1),'zoaAP':function(_0x5abc00,_0x10a7fd){return _0x5abc00(_0x10a7fd);},'tpQsA':_0x33bc41(0x1f3),'rvWJy':_0x33bc41(0x214),'fOmlN':_0x33bc41(0x208),'YszCK':_0x33bc41(0x1c7),'qFzpE':_0x33bc41(0x221),'eurKs':'test-file-failure','dRWxG':function(_0x11ce94,_0x1b27a6){return _0x11ce94(_0x1b27a6);}},_0x1fa0e3={},_0x1b293c=new Worker(require['resolve'](_0x2cc6a4[_0x33bc41(0x206)]),{'exposedMethods':[_0x2cc6a4[_0x33bc41(0x1ea)]],'forkOptions':{'serialization':_0x2cc6a4['fOmlN'],'stdio':_0x2cc6a4[_0x33bc41(0x1cb)]},'numWorkers':_0x2fb097,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xde140b=new Emittery();_0xde140b['on'](_0x2cc6a4['qFzpE'],_0x2e3191=>{const _0x2e6a74=_0x33bc41;_0x2e3191[0x0]&&logger['info'](_0x2e6a74(0x1e4)+_0x2e3191[0x1]+'\x20for',_0x2e3191[0x0]);}),_0xde140b['on'](_0x2cc6a4[_0x33bc41(0x1ca)],_0x277651=>{const _0x50b535=_0x33bc41;process[_0x50b535(0x21e)]=0x1;});_0x1b293c[_0x33bc41(0x1eb)]()&&_0x1b293c['getStdout']()[_0x33bc41(0x1c7)](process[_0x33bc41(0x1f1)]);_0x1b293c[_0x33bc41(0x1f5)]()&&_0x1b293c['getStderr']()[_0x33bc41(0x1c7)](process[_0x33bc41(0x1d6)]);const _0xb0abd1=async()=>{const _0x2143eb=_0x33bc41,_0x2c914a={'ZybyE':function(_0x4f947c,_0x40ba87){const _0x2f8715=a44_0x34e8;return _0x2cc6a4[_0x2f8715(0x20a)](_0x4f947c,_0x40ba87);},'QfezM':function(_0x58c281,_0x352645){const _0x2cca85=a44_0x34e8;return _0x2cc6a4[_0x2cca85(0x205)](_0x58c281,_0x352645);},'wXqli':_0x2cc6a4['vUocM']};let _0x27d245=0x0;const _0x322220=_0x1b293c[_0x2143eb(0x1d0)][_0x2143eb(0x1ef)](),_0x1650c7=()=>{},_0x5c81b0=_0x322220[_0x2143eb(0x211)](async _0x43fa3e=>{const _0x54e49d=_0x2143eb,_0x9aa3c0={'XnJWv':function(_0x17d864,_0x633293){return _0x2c914a['ZybyE'](_0x17d864,_0x633293);},'qHSyP':function(_0x4b15af,_0x2518fe){return _0x2c914a['QfezM'](_0x4b15af,_0x2518fe);}};_0x43fa3e[_0x54e49d(0x1d2)]([0x2,![]],_0x1650c7,_0x1650c7,_0x1650c7),_0x43fa3e[_0x54e49d(0x1e2)]['on'](_0x2c914a['wXqli'],_0x5df0a2=>{const _0x12ec91=_0x54e49d;_0x9aa3c0['XnJWv'](_0x27d245,0x0)&&_0x9aa3c0[_0x12ec91(0x207)](_0x5df0a2,0x0)&&(_0x27d245=_0x5df0a2);}),await _0x43fa3e[_0x54e49d(0x212)]();});await Promise['all'](_0x5c81b0),process['exitCode']=_0x27d245;const {forceExited:_0x2c2d7c}=await _0x1b293c[_0x2143eb(0x1fa)]();_0x2c2d7c&&console[_0x2143eb(0x21f)](_0x2cc6a4[_0x2143eb(0x220)]),_0x2cc6a4[_0x2143eb(0x1c2)](_0x1bd0c8,_0x1fa0e3);},_0x3eadc8=_0x2cc6a4[_0x33bc41(0x215)](pLimit,_0x2fb097),_0x4f3835=_0x300346=>_0x3eadc8(async()=>{const _0x344523=_0x33bc41;return _0x1b293c[_0x344523(0x214)](_0x300346);});Promise[_0x33bc41(0x1d9)](_0x3d22ab['map'](_0xb5f5dc=>_0x4f3835(_0xb5f5dc)[_0x33bc41(0x200)](_0x27066d=>_0xde140b[_0x33bc41(0x1db)](_0x33bc41(0x221),[_0xb5f5dc[_0x33bc41(0x1dc)][_0x33bc41(0x1e7)],_0xb5f5dc['configuration'][_0x33bc41(0x1cd)]]),_0x2a6401=>_0xde140b[_0x33bc41(0x1db)](_0x33bc41(0x20f),[_0xb5f5dc,_0x2a6401]))))[_0x33bc41(0x200)](_0xb0abd1,_0xb0abd1);});
@@ -1 +1 @@
1
- function a45_0x231f(_0xa5b7d4,_0x82cff0){const _0x20f425=a45_0x20f4();return a45_0x231f=function(_0x231fca,_0x4d3fe7){_0x231fca=_0x231fca-0x117;let _0x1ab7b9=_0x20f425[_0x231fca];return _0x1ab7b9;},a45_0x231f(_0xa5b7d4,_0x82cff0);}const a45_0x21956c=a45_0x231f;function a45_0x20f4(){const _0x20679b=['run','kSwsW','vanilla','3eZgLFw','wmhBt','runCucumberTest','formatter','1357108qgTyzI','11xOIgvE','1395jmgEyc','49RuXLnL','configuration','runTest','YsOYt','cucumber-js','mocha','856OwgfLV','240jaHDKU','pdQUW','584700Zllsbg','710OVEQxH','../launcher/launcher','4120uHxjAQ','229960PkYome','BGWrV','OXvUn','108894QHtcTN','287378TwCUpu'];a45_0x20f4=function(){return _0x20679b;};return a45_0x20f4();}(function(_0xb5e879,_0x263648){const _0x313c5c=a45_0x231f,_0x4a14b9=_0xb5e879();while(!![]){try{const _0x8abf6d=-parseInt(_0x313c5c(0x130))/0x1*(-parseInt(_0x313c5c(0x118))/0x2)+parseInt(_0x313c5c(0x123))/0x3*(-parseInt(_0x313c5c(0x127))/0x4)+parseInt(_0x313c5c(0x117))/0x5+-parseInt(_0x313c5c(0x11e))/0x6*(parseInt(_0x313c5c(0x12a))/0x7)+parseInt(_0x313c5c(0x11a))/0x8*(-parseInt(_0x313c5c(0x129))/0x9)+-parseInt(_0x313c5c(0x11b))/0xa*(parseInt(_0x313c5c(0x128))/0xb)+parseInt(_0x313c5c(0x131))/0xc*(parseInt(_0x313c5c(0x11f))/0xd);if(_0x8abf6d===_0x263648)break;else _0x4a14b9['push'](_0x4a14b9['shift']());}catch(_0x156a35){_0x4a14b9['push'](_0x4a14b9['shift']());}}}(a45_0x20f4,0x47ba7),exports[a45_0x21956c(0x12c)]=async(_0x1941f9,_0x5c64f8)=>{const _0x3fa053=a45_0x21956c,_0x4e4fbc={'oNxTl':function(_0x105fd9,_0x26cfe8){return _0x105fd9(_0x26cfe8);},'OXvUn':_0x3fa053(0x119),'kSwsW':_0x3fa053(0x12f)},_0x1272f5=_0x4e4fbc['oNxTl'](require,_0x4e4fbc[_0x3fa053(0x11d)]),_0x49dcc8=new _0x1272f5(_0x4e4fbc[_0x3fa053(0x121)],_0x1941f9,_0x5c64f8);return await _0x49dcc8['run']();},exports[a45_0x21956c(0x125)]=async(_0x1b0a04,_0x1e7743,_0xf8b83,_0x216ba8,_0x523aad)=>{const _0x50b2d1=a45_0x21956c,_0x56795c={'pdQUW':function(_0x2c82b8,_0x3de8f0){return _0x2c82b8(_0x3de8f0);},'BGWrV':'../launcher/launcher','qjYRw':_0x50b2d1(0x12e)},_0x165136={'capability':_0x1b0a04,..._0x1e7743},_0x51fe1b={};_0x51fe1b[_0x50b2d1(0x12b)]=_0x165136,_0x51fe1b[_0x50b2d1(0x126)]=_0x523aad;const _0x3e5d2d=_0x51fe1b,_0x1103ba=_0x56795c[_0x50b2d1(0x132)](require,_0x56795c[_0x50b2d1(0x11c)]),_0x1de140=new _0x1103ba(_0x56795c['qjYRw'],_0x3e5d2d,_0xf8b83,_0x216ba8);return await _0x1de140[_0x50b2d1(0x120)]();},exports['runVanillaTest']=async _0x188386=>{const _0x4ebc6d=a45_0x21956c,_0x52b029={'YsOYt':function(_0x2fd601,_0x4cf59e){return _0x2fd601(_0x4cf59e);},'wmhBt':_0x4ebc6d(0x119),'eSfXu':_0x4ebc6d(0x122)},_0x4a07e5=_0x52b029[_0x4ebc6d(0x12d)](require,_0x52b029[_0x4ebc6d(0x124)]),_0x4bb81a=new _0x4a07e5(_0x52b029['eSfXu'],_0x188386);return await _0x4bb81a[_0x4ebc6d(0x120)]();});
1
+ function a45_0x5e96(_0x34eec2,_0x3f09f2){const _0x505406=a45_0x5054();return a45_0x5e96=function(_0x5e96ff,_0x404687){_0x5e96ff=_0x5e96ff-0x122;let _0x30935f=_0x505406[_0x5e96ff];return _0x30935f;},a45_0x5e96(_0x34eec2,_0x3f09f2);}function a45_0x5054(){const _0x2cdc2e=['run','gDykQ','260631DsWArz','aRXAQ','fcxBV','424POrunM','ugkDA','runCucumberTest','XGxkB','cucumber-js','formatter','../launcher/launcher','yZhIh','922EDQZzS','vanilla','87444efmVRw','57204MqhPUs','116104YQOtQa','274070QZaJoJ','hQQKY','TKJSE','136500ruXwfJ','runVanillaTest','configuration'];a45_0x5054=function(){return _0x2cdc2e;};return a45_0x5054();}const a45_0x54d5d3=a45_0x5e96;(function(_0x37f64b,_0xed3bf1){const _0x45ca4f=a45_0x5e96,_0x593663=_0x37f64b();while(!![]){try{const _0x391ebc=-parseInt(_0x45ca4f(0x122))/0x1*(-parseInt(_0x45ca4f(0x132))/0x2)+-parseInt(_0x45ca4f(0x124))/0x3+parseInt(_0x45ca4f(0x125))/0x4+-parseInt(_0x45ca4f(0x127))/0x5+parseInt(_0x45ca4f(0x12a))/0x6+-parseInt(_0x45ca4f(0x12f))/0x7+parseInt(_0x45ca4f(0x126))/0x8;if(_0x391ebc===_0xed3bf1)break;else _0x593663['push'](_0x593663['shift']());}catch(_0x481f52){_0x593663['push'](_0x593663['shift']());}}}(a45_0x5054,0x1eb89),exports['runTest']=async(_0x4c8abe,_0x54fe10)=>{const _0x353bd4=a45_0x5e96,_0xba9e1a={'yZhIh':function(_0x4c2139,_0x1fb91c){return _0x4c2139(_0x1fb91c);},'XGxkB':'../launcher/launcher','ugkDA':'mocha'},_0x12fe8d=_0xba9e1a[_0x353bd4(0x139)](require,_0xba9e1a[_0x353bd4(0x135)]),_0x36da9e=new _0x12fe8d(_0xba9e1a[_0x353bd4(0x133)],_0x4c8abe,_0x54fe10);return await _0x36da9e[_0x353bd4(0x12d)]();},exports[a45_0x54d5d3(0x134)]=async(_0x369153,_0x1f813a,_0x4fc31a,_0x3ed309,_0x5b28a2)=>{const _0xeab58b=a45_0x54d5d3,_0x2d6890={'fcxBV':function(_0x432388,_0x19f5f4){return _0x432388(_0x19f5f4);},'hQQKY':_0xeab58b(0x138),'TKJSE':_0xeab58b(0x136)},_0x2d6f87={'capability':_0x369153,..._0x1f813a},_0x31ba22={};_0x31ba22[_0xeab58b(0x12c)]=_0x2d6f87,_0x31ba22[_0xeab58b(0x137)]=_0x5b28a2;const _0x2c77e1=_0x31ba22,_0x54b042=_0x2d6890[_0xeab58b(0x131)](require,_0x2d6890[_0xeab58b(0x128)]),_0x445317=new _0x54b042(_0x2d6890[_0xeab58b(0x129)],_0x2c77e1,_0x4fc31a,_0x3ed309);return await _0x445317[_0xeab58b(0x12d)]();},exports[a45_0x54d5d3(0x12b)]=async _0x257f9f=>{const _0x211123=a45_0x54d5d3,_0xe923e9={'gDykQ':function(_0x3d824e,_0x388c8a){return _0x3d824e(_0x388c8a);},'rNOaJ':_0x211123(0x138),'aRXAQ':_0x211123(0x123)},_0x56e303=_0xe923e9[_0x211123(0x12e)](require,_0xe923e9['rNOaJ']),_0x23b331=new _0x56e303(_0xe923e9[_0x211123(0x130)],_0x257f9f);return await _0x23b331[_0x211123(0x12d)]();});
@@ -1 +1 @@
1
- const a46_0x49bacb=a46_0x4379;(function(_0x4fb09b,_0x3ea578){const _0x1c1276=a46_0x4379,_0x5407a4=_0x4fb09b();while(!![]){try{const _0x2a4d04=-parseInt(_0x1c1276(0x193))/0x1*(-parseInt(_0x1c1276(0x190))/0x2)+-parseInt(_0x1c1276(0x199))/0x3+-parseInt(_0x1c1276(0x19a))/0x4+-parseInt(_0x1c1276(0x196))/0x5+parseInt(_0x1c1276(0x19d))/0x6+parseInt(_0x1c1276(0x197))/0x7+parseInt(_0x1c1276(0x19c))/0x8;if(_0x2a4d04===_0x3ea578)break;else _0x5407a4['push'](_0x5407a4['shift']());}catch(_0x38c2d2){_0x5407a4['push'](_0x5407a4['shift']());}}}(a46_0x20d1,0xa25b7));function a46_0x4379(_0x12be17,_0x25617b){const _0x20d172=a46_0x20d1();return a46_0x4379=function(_0x4379a8,_0x22666b){_0x4379a8=_0x4379a8-0x190;let _0x58fe86=_0x20d172[_0x4379a8];return _0x58fe86;},a46_0x4379(_0x12be17,_0x25617b);}const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x49bacb(0x191));exports[a46_0x49bacb(0x198)]=async(_0x4f7178,_0x28db5b)=>{const _0x412904=a46_0x49bacb,_0x2fc995={'fxTut':function(_0x27cfd9,_0x46e4c2,_0x1bd46f){return _0x27cfd9(_0x46e4c2,_0x1bd46f);}};return await _0x2fc995[_0x412904(0x195)](runTest,_0x4f7178,_0x28db5b);},exports[a46_0x49bacb(0x19b)]=async(_0x4c41d0,_0x4a7095,_0x10eaa9,_0x3d8e55,_0x2eb156)=>{const _0x3364a6={'xmUvf':function(_0x360f30,_0x5eec58,_0x518f1a,_0x4cbe21,_0x295141,_0xfade9d){return _0x360f30(_0x5eec58,_0x518f1a,_0x4cbe21,_0x295141,_0xfade9d);}};return await _0x3364a6['xmUvf'](runCucumberTest,_0x4c41d0,_0x4a7095,_0x10eaa9,_0x3d8e55,_0x2eb156);},exports[a46_0x49bacb(0x192)]=async _0x10a942=>{const _0x5e8a81=a46_0x49bacb,_0x499f4f={'dhSiS':function(_0x5b3d5e,_0x46dbfb){return _0x5b3d5e(_0x46dbfb);}};return await _0x499f4f[_0x5e8a81(0x194)](runVanillaTest,_0x10a942);};function a46_0x20d1(){const _0x3cb403=['10669552GuEbzd','3745818RRNGpn','1829762lGtpdZ','./runTest','vanillaWorker','1UbKfEN','dhSiS','fxTut','5123105yMkQpQ','6486326VsGsQq','worker','3052899cHUIBc','4368908tfZZpa','cucumberWorker'];a46_0x20d1=function(){return _0x3cb403;};return a46_0x20d1();}
1
+ const a46_0x14d39d=a46_0x744b;(function(_0xddb543,_0x1e9a2a){const _0xb514eb=a46_0x744b,_0x4ca70f=_0xddb543();while(!![]){try{const _0x4f74ed=parseInt(_0xb514eb(0x13f))/0x1+parseInt(_0xb514eb(0x13a))/0x2*(-parseInt(_0xb514eb(0x141))/0x3)+parseInt(_0xb514eb(0x140))/0x4+-parseInt(_0xb514eb(0x13d))/0x5*(-parseInt(_0xb514eb(0x145))/0x6)+-parseInt(_0xb514eb(0x13b))/0x7+-parseInt(_0xb514eb(0x146))/0x8*(parseInt(_0xb514eb(0x142))/0x9)+parseInt(_0xb514eb(0x13c))/0xa;if(_0x4f74ed===_0x1e9a2a)break;else _0x4ca70f['push'](_0x4ca70f['shift']());}catch(_0x2ac0c1){_0x4ca70f['push'](_0x4ca70f['shift']());}}}(a46_0x2c48,0x75339));function a46_0x744b(_0x3c3276,_0x74bdbd){const _0x2c4855=a46_0x2c48();return a46_0x744b=function(_0x744b83,_0x57d0fe){_0x744b83=_0x744b83-0x139;let _0x4faed9=_0x2c4855[_0x744b83];return _0x4faed9;},a46_0x744b(_0x3c3276,_0x74bdbd);}const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x14d39d(0x144));function a46_0x2c48(){const _0x306324=['yFFYC','208516xvofzJ','719180BPcryl','3qVlEag','8074593qVAQrd','vanillaWorker','./runTest','66dysuyV','8paroZB','AOjNV','1887786lDLRvT','6428835gqAAaH','19062990CiNIzR','429510VOnRhp'];a46_0x2c48=function(){return _0x306324;};return a46_0x2c48();}exports['worker']=async(_0x3da1ac,_0x6ff48d)=>{const _0x4edc79=a46_0x14d39d,_0x382a87={'yFFYC':function(_0x5684c2,_0x25d5ae,_0x5f12f2){return _0x5684c2(_0x25d5ae,_0x5f12f2);}};return await _0x382a87[_0x4edc79(0x13e)](runTest,_0x3da1ac,_0x6ff48d);},exports['cucumberWorker']=async(_0x4f0273,_0x113bc5,_0x54c515,_0x48374f,_0x5dbe72)=>{const _0x75e4ef=a46_0x14d39d,_0x3a5a50={'AOjNV':function(_0x1185db,_0x1ef406,_0x49b7e8,_0xbb41a1,_0x34f377,_0x29f88a){return _0x1185db(_0x1ef406,_0x49b7e8,_0xbb41a1,_0x34f377,_0x29f88a);}};return await _0x3a5a50[_0x75e4ef(0x139)](runCucumberTest,_0x4f0273,_0x113bc5,_0x54c515,_0x48374f,_0x5dbe72);},exports[a46_0x14d39d(0x143)]=async _0x51638d=>{const _0x55f8c8={'olcdK':function(_0x52b348,_0x2e6e5c){return _0x52b348(_0x2e6e5c);}};return await _0x55f8c8['olcdK'](runVanillaTest,_0x51638d);};